░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/datadrive
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: moodle_pre_51_backup.sql
-- MySQL dump 10.13 Distrib 8.0.45, for Linux (x86_64) -- -- Host: localhost Database: moodle -- ------------------------------------------------------ -- Server version 8.0.45-0ubuntu0.24.04.1 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!50503 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `mdl_adminpresets` -- DROP TABLE IF EXISTS `mdl_adminpresets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_adminpresets` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comments` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `site` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `moodleversion` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `moodlerelease` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `iscore` tinyint(1) NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timeimported` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table to store presets data'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_adminpresets` -- LOCK TABLES `mdl_adminpresets` WRITE; /*!40000 ALTER TABLE `mdl_adminpresets` DISABLE KEYS */; INSERT INTO `mdl_adminpresets` VALUES (1,0,'Starter','Moodle with all of the most popular features, including Assignment, Feedback, Forum, H5P, Quiz and Completion tracking.','https://www.cultivarts.org/moodle','','','',1,1689953277,0),(2,0,'Full','All the Starter features plus External (LTI) tool, SCORM, Workshop, Analytics, Badges, Competencies, Learning plans and lots more.','https://www.cultivarts.org/moodle','','','',2,1689953277,0); /*!40000 ALTER TABLE `mdl_adminpresets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_adminpresets_app` -- DROP TABLE IF EXISTS `mdl_adminpresets_app`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_adminpresets_app` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetid` bigint NOT NULL, `userid` bigint NOT NULL, `time` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_admiapp_adm_ix` (`adminpresetid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Applied presets'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_adminpresets_app` -- LOCK TABLES `mdl_adminpresets_app` WRITE; /*!40000 ALTER TABLE `mdl_adminpresets_app` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_adminpresets_app` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_adminpresets_app_it` -- DROP TABLE IF EXISTS `mdl_adminpresets_app_it`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_adminpresets_app_it` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetapplyid` bigint NOT NULL, `configlogid` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_admiappit_con_ix` (`configlogid`), KEY `mdl_admiappit_adm_ix` (`adminpresetapplyid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Admin presets applied items. To maintain the relation with c'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_adminpresets_app_it` -- LOCK TABLES `mdl_adminpresets_app_it` WRITE; /*!40000 ALTER TABLE `mdl_adminpresets_app_it` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_adminpresets_app_it` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_adminpresets_app_it_a` -- DROP TABLE IF EXISTS `mdl_adminpresets_app_it_a`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_adminpresets_app_it_a` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetapplyid` bigint NOT NULL, `configlogid` bigint NOT NULL, `itemname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_admiappita_con_ix` (`configlogid`), KEY `mdl_admiappita_adm_ix` (`adminpresetapplyid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Attributes of the applied items'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_adminpresets_app_it_a` -- LOCK TABLES `mdl_adminpresets_app_it_a` WRITE; /*!40000 ALTER TABLE `mdl_adminpresets_app_it_a` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_adminpresets_app_it_a` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_adminpresets_app_plug` -- DROP TABLE IF EXISTS `mdl_adminpresets_app_plug`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_adminpresets_app_plug` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetapplyid` bigint NOT NULL, `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` smallint NOT NULL DEFAULT '0', `oldvalue` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_admiappplug_adm_ix` (`adminpresetapplyid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Admin presets plugins applied'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_adminpresets_app_plug` -- LOCK TABLES `mdl_adminpresets_app_plug` WRITE; /*!40000 ALTER TABLE `mdl_adminpresets_app_plug` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_adminpresets_app_plug` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_adminpresets_it` -- DROP TABLE IF EXISTS `mdl_adminpresets_it`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_adminpresets_it` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetid` bigint NOT NULL, `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `mdl_admiit_adm_ix` (`adminpresetid`) ) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table to store settings'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_adminpresets_it` -- LOCK TABLES `mdl_adminpresets_it` WRITE; /*!40000 ALTER TABLE `mdl_adminpresets_it` DISABLE KEYS */; INSERT INTO `mdl_adminpresets_it` VALUES (1,1,'none','usecomments','0'),(2,1,'none','usetags','0'),(3,1,'none','enablenotes','0'),(4,1,'none','enableblogs','0'),(5,1,'none','enablebadges','0'),(6,1,'none','enableanalytics','0'),(7,1,'core_competency','enabled','0'),(8,1,'core_competency','pushcourseratingstouserplans','0'),(9,1,'tool_dataprivacy','showdataretentionsummary','0'),(10,1,'none','forum_maxattachments','3'),(11,1,'none','guestloginbutton','0'),(12,1,'none','activitychoosertabmode','1'),(13,2,'none','usecomments','1'),(14,2,'none','usetags','1'),(15,2,'none','enablenotes','1'),(16,2,'none','enableblogs','1'),(17,2,'none','enablebadges','1'),(18,2,'none','enableanalytics','1'),(19,2,'core_competency','enabled','1'),(20,2,'core_competency','pushcourseratingstouserplans','1'),(21,2,'tool_dataprivacy','showdataretentionsummary','1'),(22,2,'none','forum_maxattachments','9'),(23,2,'none','guestloginbutton','1'),(24,2,'none','activitychoosertabmode','0'); /*!40000 ALTER TABLE `mdl_adminpresets_it` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_adminpresets_it_a` -- DROP TABLE IF EXISTS `mdl_adminpresets_it_a`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_adminpresets_it_a` ( `id` bigint NOT NULL AUTO_INCREMENT, `itemid` bigint NOT NULL, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `mdl_admiita_ite_ix` (`itemid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Admin presets items attributes. For settings with attributes'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_adminpresets_it_a` -- LOCK TABLES `mdl_adminpresets_it_a` WRITE; /*!40000 ALTER TABLE `mdl_adminpresets_it_a` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_adminpresets_it_a` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_adminpresets_plug` -- DROP TABLE IF EXISTS `mdl_adminpresets_plug`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_adminpresets_plug` ( `id` bigint NOT NULL AUTO_INCREMENT, `adminpresetid` bigint NOT NULL, `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `enabled` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_admiplug_adm_ix` (`adminpresetid`) ) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Admin presets plugins status, to store information about whe'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_adminpresets_plug` -- LOCK TABLES `mdl_adminpresets_plug` WRITE; /*!40000 ALTER TABLE `mdl_adminpresets_plug` DISABLE KEYS */; INSERT INTO `mdl_adminpresets_plug` VALUES (1,1,'mod','chat',0),(2,1,'mod','data',0),(3,1,'mod','lti',0),(4,1,'mod','imscp',0),(5,1,'mod','lesson',0),(6,1,'mod','scorm',0),(7,1,'mod','survey',0),(8,1,'mod','wiki',0),(9,1,'mod','workshop',0),(10,1,'availability','grouping',0),(11,1,'availability','profile',0),(12,1,'block','activity_modules',0),(13,1,'block','blog_menu',0),(14,1,'block','blog_tags',0),(15,1,'block','comments',0),(16,1,'block','completionstatus',0),(17,1,'block','course_summary',0),(18,1,'block','course_list',0),(19,1,'block','tag_flickr',0),(20,1,'block','globalsearch',0),(21,1,'block','badges',0),(22,1,'block','lp',0),(23,1,'block','myprofile',0),(24,1,'block','login',0),(25,1,'block','site_main_menu',0),(26,1,'block','mentees',0),(27,1,'block','mnet_hosts',0),(28,1,'block','private_files',0),(29,1,'block','blog_recent',0),(30,1,'block','rss_client',0),(31,1,'block','search_forums',0),(32,1,'block','section_links',0),(33,1,'block','selfcompletion',0),(34,1,'block','social_activities',0),(35,1,'block','tags',0),(36,1,'block','tag_youtube',0),(37,1,'block','feedback',0),(38,1,'block','online_users',0),(39,1,'block','recentlyaccessedcourses',0),(40,1,'block','starredcourses',0),(41,1,'format','social',0),(42,1,'dataformat','json',0),(43,1,'enrol','cohort',0),(44,1,'enrol','guest',0),(45,1,'filter','mathjaxloader',-9999),(46,1,'filter','activitynames',-9999),(47,1,'qbehaviour','adaptivenopenalty',0),(48,1,'qbehaviour','deferredcbm',0),(49,1,'qbehaviour','immediatecbm',0),(50,1,'qtype','calculated',0),(51,1,'qtype','calculatedmulti',0),(52,1,'qtype','calculatedsimple',0),(53,1,'qtype','ddmarker',0),(54,1,'qtype','ddimageortext',0),(55,1,'qtype','multianswer',0),(56,1,'qtype','numerical',0),(57,1,'qtype','randomsamatch',0),(58,1,'repository','local',0),(59,1,'repository','url',0),(60,1,'repository','wikimedia',0),(61,1,'editor','tinymce',0),(62,2,'mod','chat',1),(63,2,'mod','data',1),(64,2,'mod','lti',1),(65,2,'mod','imscp',1),(66,2,'mod','lesson',1),(67,2,'mod','scorm',1),(68,2,'mod','survey',1),(69,2,'mod','wiki',1),(70,2,'mod','workshop',1),(71,2,'availability','grouping',1),(72,2,'availability','profile',1),(73,2,'block','activity_modules',1),(74,2,'block','blog_menu',1),(75,2,'block','blog_tags',1),(76,2,'block','comments',1),(77,2,'block','completionstatus',1),(78,2,'block','course_list',1),(79,2,'block','tag_flickr',1),(80,2,'block','globalsearch',1),(81,2,'block','badges',1),(82,2,'block','lp',1),(83,2,'block','myprofile',1),(84,2,'block','login',1),(85,2,'block','site_main_menu',1),(86,2,'block','mentees',1),(87,2,'block','mnet_hosts',1),(88,2,'block','private_files',1),(89,2,'block','blog_recent',1),(90,2,'block','search_forums',1),(91,2,'block','section_links',1),(92,2,'block','social_activities',1),(93,2,'block','tags',1),(94,2,'block','online_users',1),(95,2,'block','recentlyaccessedcourses',1),(96,2,'block','starredcourses',1),(97,2,'format','social',1),(98,2,'dataformat','json',1),(99,2,'enrol','cohort',1),(100,2,'enrol','guest',1),(101,2,'filter','mathjaxloader',1),(102,2,'filter','activitynames',1),(103,2,'qbehaviour','adaptivenopenalty',1),(104,2,'qbehaviour','deferredcbm',1),(105,2,'qbehaviour','immediatecbm',1),(106,2,'qtype','calculated',1),(107,2,'qtype','calculatedmulti',1),(108,2,'qtype','calculatedsimple',1),(109,2,'qtype','ddmarker',1),(110,2,'qtype','ddimageortext',1),(111,2,'qtype','multianswer',1),(112,2,'qtype','numerical',1),(113,2,'qtype','randomsamatch',1),(114,2,'repository','local',1),(115,2,'repository','url',1),(116,2,'repository','wikimedia',1),(117,2,'editor','tinymce',1); /*!40000 ALTER TABLE `mdl_adminpresets_plug` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_analytics_indicator_calc` -- DROP TABLE IF EXISTS `mdl_analytics_indicator_calc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_analytics_indicator_calc` ( `id` bigint NOT NULL AUTO_INCREMENT, `starttime` bigint NOT NULL, `endtime` bigint NOT NULL, `contextid` bigint NOT NULL, `sampleorigin` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sampleid` bigint NOT NULL, `indicator` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` decimal(10,2) DEFAULT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_analindicalc_staendcon_ix` (`starttime`,`endtime`,`contextid`), KEY `mdl_analindicalc_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stored indicator calculations'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_analytics_indicator_calc` -- LOCK TABLES `mdl_analytics_indicator_calc` WRITE; /*!40000 ALTER TABLE `mdl_analytics_indicator_calc` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_analytics_indicator_calc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_analytics_models` -- DROP TABLE IF EXISTS `mdl_analytics_models`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_analytics_models` ( `id` bigint NOT NULL AUTO_INCREMENT, `enabled` tinyint(1) NOT NULL DEFAULT '0', `trained` tinyint(1) NOT NULL DEFAULT '0', `name` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `target` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `indicators` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `predictionsprocessor` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `version` bigint NOT NULL, `contextids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `timecreated` bigint DEFAULT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_analmode_enatra_ix` (`enabled`,`trained`), KEY `mdl_analmode_use_ix` (`usermodified`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Analytic models.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_analytics_models` -- LOCK TABLES `mdl_analytics_models` WRITE; /*!40000 ALTER TABLE `mdl_analytics_models` DISABLE KEYS */; INSERT INTO `mdl_analytics_models` 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,1689953284,NULL,1689953284,1689953284,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,1689953284,NULL,1689953284,1689953284,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,1689953284,NULL,1689953284,1689953284,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,1689953284,NULL,1689953284,1689953284,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,1689953284,NULL,1689953284,1689953284,0); /*!40000 ALTER TABLE `mdl_analytics_models` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_analytics_models_log` -- DROP TABLE IF EXISTS `mdl_analytics_models_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_analytics_models_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL, `version` bigint NOT NULL, `evaluationmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `target` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `indicators` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `score` decimal(10,5) NOT NULL DEFAULT '0.00000', `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `dir` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `timecreated` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_analmodelog_mod_ix` (`modelid`), KEY `mdl_analmodelog_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Analytic models changes during evaluation.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_analytics_models_log` -- LOCK TABLES `mdl_analytics_models_log` WRITE; /*!40000 ALTER TABLE `mdl_analytics_models_log` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_analytics_models_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_analytics_predict_samples` -- DROP TABLE IF EXISTS `mdl_analytics_predict_samples`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_analytics_predict_samples` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL, `analysableid` bigint NOT NULL, `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `rangeindex` bigint NOT NULL, `sampleids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_analpredsamp_modanatimr_ix` (`modelid`,`analysableid`,`timesplitting`,`rangeindex`), KEY `mdl_analpredsamp_mod_ix` (`modelid`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Samples already used for predictions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_analytics_predict_samples` -- LOCK TABLES `mdl_analytics_predict_samples` WRITE; /*!40000 ALTER TABLE `mdl_analytics_predict_samples` DISABLE KEYS */; INSERT INTO `mdl_analytics_predict_samples` VALUES (1,3,3,'\\core\\analytics\\time_splitting\\upcoming_week',0,'{\"3\":\"3\"}',1691067088,1691067088); /*!40000 ALTER TABLE `mdl_analytics_predict_samples` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_analytics_prediction_actions` -- DROP TABLE IF EXISTS `mdl_analytics_prediction_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_analytics_prediction_actions` ( `id` bigint NOT NULL AUTO_INCREMENT, `predictionid` bigint NOT NULL, `userid` bigint NOT NULL, `actionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_analpredacti_preuseact_ix` (`predictionid`,`userid`,`actionname`), KEY `mdl_analpredacti_pre_ix` (`predictionid`), KEY `mdl_analpredacti_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Register of user actions over predictions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_analytics_prediction_actions` -- LOCK TABLES `mdl_analytics_prediction_actions` WRITE; /*!40000 ALTER TABLE `mdl_analytics_prediction_actions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_analytics_prediction_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_analytics_predictions` -- DROP TABLE IF EXISTS `mdl_analytics_predictions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_analytics_predictions` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL, `contextid` bigint NOT NULL, `sampleid` bigint NOT NULL, `rangeindex` mediumint NOT NULL, `prediction` decimal(10,2) NOT NULL, `predictionscore` decimal(10,5) NOT NULL, `calculations` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `timecreated` bigint NOT NULL DEFAULT '0', `timestart` bigint DEFAULT NULL, `timeend` bigint DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_analpred_modcon_ix` (`modelid`,`contextid`), KEY `mdl_analpred_mod_ix` (`modelid`), KEY `mdl_analpred_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Predictions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_analytics_predictions` -- LOCK TABLES `mdl_analytics_predictions` WRITE; /*!40000 ALTER TABLE `mdl_analytics_predictions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_analytics_predictions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_analytics_train_samples` -- DROP TABLE IF EXISTS `mdl_analytics_train_samples`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_analytics_train_samples` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL, `analysableid` bigint NOT NULL, `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sampleids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `timecreated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_analtraisamp_modanatim_ix` (`modelid`,`analysableid`,`timesplitting`), KEY `mdl_analtraisamp_mod_ix` (`modelid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Samples used for training'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_analytics_train_samples` -- LOCK TABLES `mdl_analytics_train_samples` WRITE; /*!40000 ALTER TABLE `mdl_analytics_train_samples` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_analytics_train_samples` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_analytics_used_analysables` -- DROP TABLE IF EXISTS `mdl_analytics_used_analysables`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_analytics_used_analysables` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL, `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `analysableid` bigint NOT NULL, `firstanalysis` bigint NOT NULL, `timeanalysed` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_analusedanal_modact_ix` (`modelid`,`action`), KEY `mdl_analusedanal_ana_ix` (`analysableid`), KEY `mdl_analusedanal_mod_ix` (`modelid`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='List of analysables used by each model'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_analytics_used_analysables` -- LOCK TABLES `mdl_analytics_used_analysables` WRITE; /*!40000 ALTER TABLE `mdl_analytics_used_analysables` DISABLE KEYS */; INSERT INTO `mdl_analytics_used_analysables` VALUES (1,2,'prediction',1,1689958802,1691067088),(2,5,'prediction',2,1691067088,1691067088),(3,4,'prediction',2,1691067088,1691067088),(4,3,'prediction',3,1691067088,1691067088); /*!40000 ALTER TABLE `mdl_analytics_used_analysables` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_analytics_used_files` -- DROP TABLE IF EXISTS `mdl_analytics_used_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_analytics_used_files` ( `id` bigint NOT NULL AUTO_INCREMENT, `modelid` bigint NOT NULL DEFAULT '0', `fileid` bigint NOT NULL DEFAULT '0', `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `time` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_analusedfile_modactfil_ix` (`modelid`,`action`,`fileid`), KEY `mdl_analusedfile_mod_ix` (`modelid`), KEY `mdl_analusedfile_fil_ix` (`fileid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Files that have already been used for training and predictio'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_analytics_used_files` -- LOCK TABLES `mdl_analytics_used_files` WRITE; /*!40000 ALTER TABLE `mdl_analytics_used_files` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_analytics_used_files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assign` -- DROP TABLE IF EXISTS `mdl_assign`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_assign` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `introformat` smallint NOT NULL DEFAULT '0', `alwaysshowdescription` tinyint NOT NULL DEFAULT '0', `nosubmissions` tinyint NOT NULL DEFAULT '0', `submissiondrafts` tinyint NOT NULL DEFAULT '0', `sendnotifications` tinyint NOT NULL DEFAULT '0', `sendlatenotifications` tinyint NOT NULL DEFAULT '0', `duedate` bigint NOT NULL DEFAULT '0', `allowsubmissionsfromdate` bigint NOT NULL DEFAULT '0', `grade` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `requiresubmissionstatement` tinyint NOT NULL DEFAULT '0', `completionsubmit` tinyint NOT NULL DEFAULT '0', `cutoffdate` bigint NOT NULL DEFAULT '0', `gradingduedate` bigint NOT NULL DEFAULT '0', `teamsubmission` tinyint NOT NULL DEFAULT '0', `requireallteammemberssubmit` tinyint NOT NULL DEFAULT '0', `teamsubmissiongroupingid` bigint NOT NULL DEFAULT '0', `blindmarking` tinyint NOT NULL DEFAULT '0', `hidegrader` tinyint NOT NULL DEFAULT '0', `revealidentities` tinyint NOT NULL DEFAULT '0', `attemptreopenmethod` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'none', `maxattempts` mediumint NOT NULL DEFAULT '-1', `markingworkflow` tinyint NOT NULL DEFAULT '0', `markingallocation` tinyint NOT NULL DEFAULT '0', `sendstudentnotifications` tinyint NOT NULL DEFAULT '1', `preventsubmissionnotingroup` tinyint NOT NULL DEFAULT '0', `activity` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `activityformat` smallint NOT NULL DEFAULT '0', `timelimit` bigint NOT NULL DEFAULT '0', `submissionattachments` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_assi_cou_ix` (`course`), KEY `mdl_assi_tea_ix` (`teamsubmissiongroupingid`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table saves information about an instance of mod_assign'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assign` -- LOCK TABLES `mdl_assign` WRITE; /*!40000 ALTER TABLE `mdl_assign` DISABLE KEYS */; INSERT INTO `mdl_assign` VALUES (1,2,'第十週課後作業:戲劇查經——導演理念','先下載作業表單(見以下連結),寫完後點選「繳交作業」上傳檔案。<br><br><ul><li><span style=\"font-size: 0.9375rem;\">第1、2題:請將本週的課前預備複製貼上。*不列入評分</span></li><li>第<span lang=\"EN-US\">3</span>題(我認為這齣戲是關於……)*必須完成</li><li>第<span lang=\"EN-US\">4</span>題(我認為這一段戲的質感是……)和第<span lang=\"EN-US\">5</span>題(角色)*二擇一,但歡迎兩部分都完成。</li></ul><span lang=\"EN-US\"></span><p></p>\r\n\r\n<strong>繳交期限:</strong>第十一週上課前<span lang=\"EN-US\">24</span>小時(<span lang=\"EN-US\">11/29</span>晚上<span lang=\"EN-US\">7:00</span>前)<br>',1,0,0,0,1,0,1701255600,0,10,1701353144,0,0,0,0,0,0,0,0,0,0,'none',-1,0,0,1,0,'',1,0,0),(2,2,'第十一週課後作業:戲劇查經——演員劇本分析','先下載作業表單(見以下連結),寫完後點選「繳交作業」上傳檔案。<br><br><ul><li>設定兩名角色的「表面動作」、「核心動作」。</li><li><del>替其中一人的核心動作設定「有如」</del>。(「有如」下次上課再討論。)<br></li></ul><span lang=\"EN-US\"></span><p></p>\r\n\r\n<strong>繳交期限:</strong>第十二週上課前<span lang=\"EN-US\">24</span>小時(<span lang=\"EN-US\">12/6</span>晚上<span lang=\"EN-US\">7:00</span>前)<br>',1,0,0,0,1,0,1701860400,0,10,1701353159,0,0,0,0,0,0,0,0,0,0,'none',-1,0,0,1,0,'',1,0,0),(3,2,'期末報告繳交','請詳細閱讀<a href=\"https://moo.cultivarts.org/mod/resource/view.php?id=51\">期末報告寫作指南</a>。<br><br><span lang=\"EN-US\"></span><p></p>\r\n\r\n<strong>繳交期限:</strong>12/21 (週四) 晚上23:59。<br>',1,0,0,0,1,0,1703174340,0,20,1701956822,0,0,0,0,0,0,0,0,0,0,'none',-1,0,0,1,0,'',1,0,0); /*!40000 ALTER TABLE `mdl_assign` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assign_grades` -- DROP TABLE IF EXISTS `mdl_assign_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_assign_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `grader` bigint NOT NULL DEFAULT '0', `grade` decimal(10,5) DEFAULT '0.00000', `attemptnumber` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_assigrad_assuseatt_uix` (`assignment`,`userid`,`attemptnumber`), KEY `mdl_assigrad_use_ix` (`userid`), KEY `mdl_assigrad_att_ix` (`attemptnumber`), KEY `mdl_assigrad_ass_ix` (`assignment`) ) ENGINE=InnoDB AUTO_INCREMENT=61 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Grading information about a single assignment submission.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assign_grades` -- LOCK TABLES `mdl_assign_grades` WRITE; /*!40000 ALTER TABLE `mdl_assign_grades` DISABLE KEYS */; INSERT INTO `mdl_assign_grades` VALUES (1,1,16,1700539818,1701920980,2,6.00000,0),(2,1,19,1700903822,1701921066,2,10.00000,0),(3,1,11,1701003843,1701920853,2,10.00000,0),(4,1,14,1701127562,1701920906,2,10.00000,0),(5,1,23,1701141723,1701921310,2,10.00000,0),(6,1,6,1701175562,1701920728,2,10.00000,0),(7,1,20,1701198243,1701921141,2,10.00000,0),(8,1,5,1701245583,1701920660,2,10.00000,0),(9,1,22,1701251043,1701921247,2,10.00000,0),(10,1,21,1701318183,1701921171,2,6.00000,0),(11,1,4,1701346874,1701346874,-1,-1.00000,0),(12,1,7,1701346913,1701346913,-1,-1.00000,0),(13,1,8,1701346917,1701346917,-1,-1.00000,0),(14,1,9,1701346920,1701346920,-1,-1.00000,0),(15,1,10,1701346923,1701346923,-1,-1.00000,0),(16,1,12,1701346932,1703696783,2,6.00000,0),(17,1,13,1701346935,1700745264,-1,-1.00000,0),(18,1,15,1701346944,1703696263,2,6.00000,0),(19,1,17,1701346949,1701346949,-1,-1.00000,0),(20,1,18,1701346952,1701346952,-1,-1.00000,0),(21,2,13,1701423663,1701921871,2,10.00000,0),(22,2,16,1701447216,1701922113,2,10.00000,0),(23,2,17,1701447218,1701447218,-1,-1.00000,0),(24,2,18,1701447220,1701447220,-1,-1.00000,0),(25,2,19,1701447223,1701922229,2,10.00000,0),(26,2,20,1701447225,1701922340,2,10.00000,0),(27,2,21,1701447227,1701922427,2,10.00000,0),(28,2,22,1701447229,1701922547,2,10.00000,0),(29,2,23,1701447231,1701922848,2,10.00000,0),(30,2,4,1701447234,1701447234,-1,-1.00000,0),(31,2,5,1701447236,1701921614,2,8.00000,0),(32,2,6,1701447238,1701921678,2,10.00000,0),(33,2,7,1701447240,1701447240,-1,-1.00000,0),(34,2,8,1701447243,1701447243,-1,-1.00000,0),(35,2,9,1701447245,1701447245,-1,-1.00000,0),(36,2,10,1701447247,1701447247,-1,-1.00000,0),(37,2,11,1701447249,1701921733,2,10.00000,0),(38,2,12,1701447251,1703696745,2,6.00000,0),(39,2,14,1701505563,1701921994,2,10.00000,0),(40,2,15,1701921981,1701921981,-1,-1.00000,0),(41,3,16,1702951143,1703725637,2,15.00000,0),(42,3,14,1702966923,1703716154,2,6.00000,0),(43,3,5,1703040062,1703702126,2,17.00000,0),(44,3,12,1703121604,1703714648,2,20.00000,0),(45,3,21,1703126043,1703812997,2,10.00000,0),(46,3,11,1703150043,1703713410,2,20.00000,0),(47,3,6,1703158982,1703703086,2,14.00000,0),(48,3,20,1703160663,1703789066,2,17.00000,0),(49,3,23,1703162103,1703815120,2,11.00000,0),(50,3,19,1703172843,1703787704,2,18.00000,0),(51,3,22,1703260143,1703814179,2,12.00000,0),(52,3,4,1703700194,1703700194,-1,-1.00000,0),(53,3,7,1703703087,1703703087,-1,-1.00000,0),(54,3,8,1703703092,1702604952,-1,-1.00000,0),(55,3,9,1703703094,1703703094,-1,-1.00000,0),(56,3,10,1703703097,1703703097,-1,-1.00000,0),(57,3,13,1703713800,1703713800,-1,-1.00000,0),(58,3,15,1703716155,1703821932,2,3.00000,0),(59,3,17,1703725640,1703725640,-1,-1.00000,0),(60,3,18,1703725644,1703725644,-1,-1.00000,0); /*!40000 ALTER TABLE `mdl_assign_grades` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assign_overrides` -- DROP TABLE IF EXISTS `mdl_assign_overrides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_assign_overrides` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignid` bigint NOT NULL DEFAULT '0', `groupid` bigint DEFAULT NULL, `userid` bigint DEFAULT NULL, `sortorder` bigint DEFAULT NULL, `allowsubmissionsfromdate` bigint DEFAULT NULL, `duedate` bigint DEFAULT NULL, `cutoffdate` bigint DEFAULT NULL, `timelimit` bigint DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_assiover_ass_ix` (`assignid`), KEY `mdl_assiover_gro_ix` (`groupid`), KEY `mdl_assiover_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The overrides to assign settings.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assign_overrides` -- LOCK TABLES `mdl_assign_overrides` WRITE; /*!40000 ALTER TABLE `mdl_assign_overrides` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_assign_overrides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assign_plugin_config` -- DROP TABLE IF EXISTS `mdl_assign_plugin_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_assign_plugin_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `plugin` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `subtype` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `name` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `mdl_assiplugconf_plu_ix` (`plugin`), KEY `mdl_assiplugconf_sub_ix` (`subtype`), KEY `mdl_assiplugconf_nam_ix` (`name`), KEY `mdl_assiplugconf_ass_ix` (`assignment`) ) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Config data for an instance of a plugin in an assignment.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assign_plugin_config` -- LOCK TABLES `mdl_assign_plugin_config` WRITE; /*!40000 ALTER TABLE `mdl_assign_plugin_config` DISABLE KEYS */; INSERT INTO `mdl_assign_plugin_config` VALUES (1,1,'onlinetext','assignsubmission','enabled','0'),(2,1,'file','assignsubmission','enabled','1'),(3,1,'file','assignsubmission','maxfilesubmissions','20'),(4,1,'file','assignsubmission','maxsubmissionsizebytes','0'),(5,1,'file','assignsubmission','filetypeslist',''),(6,1,'comments','assignsubmission','enabled','1'),(7,1,'comments','assignfeedback','enabled','1'),(8,1,'comments','assignfeedback','commentinline','0'),(9,1,'editpdf','assignfeedback','enabled','1'),(10,1,'offline','assignfeedback','enabled','0'),(11,1,'file','assignfeedback','enabled','0'),(12,2,'onlinetext','assignsubmission','enabled','0'),(13,2,'file','assignsubmission','enabled','1'),(14,2,'file','assignsubmission','maxfilesubmissions','20'),(15,2,'file','assignsubmission','maxsubmissionsizebytes','0'),(16,2,'file','assignsubmission','filetypeslist',''),(17,2,'comments','assignsubmission','enabled','1'),(18,2,'comments','assignfeedback','enabled','1'),(19,2,'comments','assignfeedback','commentinline','0'),(20,2,'editpdf','assignfeedback','enabled','1'),(21,2,'offline','assignfeedback','enabled','0'),(22,2,'file','assignfeedback','enabled','0'),(23,3,'onlinetext','assignsubmission','enabled','0'),(24,3,'file','assignsubmission','enabled','1'),(25,3,'file','assignsubmission','maxfilesubmissions','20'),(26,3,'file','assignsubmission','maxsubmissionsizebytes','0'),(27,3,'file','assignsubmission','filetypeslist','document'),(28,3,'comments','assignsubmission','enabled','1'),(29,3,'comments','assignfeedback','enabled','1'),(30,3,'comments','assignfeedback','commentinline','0'),(31,3,'editpdf','assignfeedback','enabled','1'),(32,3,'offline','assignfeedback','enabled','0'),(33,3,'file','assignfeedback','enabled','0'); /*!40000 ALTER TABLE `mdl_assign_plugin_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assign_submission` -- DROP TABLE IF EXISTS `mdl_assign_submission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_assign_submission` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `timestarted` bigint DEFAULT NULL, `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `groupid` bigint NOT NULL DEFAULT '0', `attemptnumber` bigint NOT NULL DEFAULT '0', `latest` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_assisubm_assusegroatt_uix` (`assignment`,`userid`,`groupid`,`attemptnumber`), KEY `mdl_assisubm_use_ix` (`userid`), KEY `mdl_assisubm_att_ix` (`attemptnumber`), KEY `mdl_assisubm_assusegrolat_ix` (`assignment`,`userid`,`groupid`,`latest`), KEY `mdl_assisubm_ass_ix` (`assignment`) ) ENGINE=InnoDB AUTO_INCREMENT=64 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about student interactions with'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assign_submission` -- LOCK TABLES `mdl_assign_submission` WRITE; /*!40000 ALTER TABLE `mdl_assign_submission` DISABLE KEYS */; INSERT INTO `mdl_assign_submission` VALUES (1,1,2,1700539805,1700539805,NULL,'new',0,0,1),(2,1,16,1700539818,1701405656,NULL,'submitted',0,0,1),(3,1,14,1700617414,1701127517,NULL,'submitted',0,0,1),(4,1,21,1700637132,1701318171,NULL,'submitted',0,0,1),(5,1,6,1700640150,1701175527,NULL,'submitted',0,0,1),(6,1,19,1700659190,1700903770,NULL,'submitted',0,0,1),(7,1,11,1700744376,1701003813,NULL,'submitted',0,0,1),(8,1,13,1700745264,1700745264,NULL,'new',0,0,1),(9,1,12,1700745312,1702979803,NULL,'submitted',0,0,1),(10,1,23,1700746236,1701235124,NULL,'submitted',0,0,1),(11,1,22,1700869346,1701250991,NULL,'submitted',0,0,1),(12,2,6,1701081020,1701778298,NULL,'submitted',0,0,1),(13,2,23,1701141743,1701448510,NULL,'submitted',0,0,1),(14,1,20,1701192034,1701198217,NULL,'submitted',0,0,1),(15,1,5,1701242089,1701245539,NULL,'submitted',0,0,1),(16,2,5,1701245555,1701680284,NULL,'submitted',0,0,1),(17,2,21,1701310264,1701846458,NULL,'submitted',0,0,1),(18,2,16,1701327985,1701669243,NULL,'submitted',0,0,1),(19,1,4,1701346874,1701346874,NULL,'new',0,0,1),(20,1,7,1701346913,1701346913,NULL,'new',0,0,1),(21,1,8,1701346917,1701346917,NULL,'new',0,0,1),(22,1,9,1701346920,1701346920,NULL,'new',0,0,1),(23,1,10,1701346923,1701346923,NULL,'new',0,0,1),(24,1,15,1701346944,1703690745,NULL,'submitted',0,0,1),(25,1,17,1701346949,1701346949,NULL,'new',0,0,1),(26,1,18,1701346952,1701346952,NULL,'new',0,0,1),(27,2,13,1701349540,1701423645,NULL,'submitted',0,0,1),(28,2,2,1701351548,1701351548,NULL,'new',0,0,1),(29,2,17,1701447218,1701447218,NULL,'new',0,0,1),(30,2,18,1701447220,1701447220,NULL,'new',0,0,1),(31,2,19,1701447223,1701758599,NULL,'submitted',0,0,1),(32,2,20,1701447225,1701797019,NULL,'submitted',0,0,1),(33,2,22,1701447229,1701852515,NULL,'submitted',0,0,1),(34,2,4,1701447234,1701447234,NULL,'new',0,0,1),(35,2,7,1701447240,1701447240,NULL,'new',0,0,1),(36,2,8,1701447243,1701447243,NULL,'new',0,0,1),(37,2,9,1701447245,1701447245,NULL,'new',0,0,1),(38,2,10,1701447247,1701447247,NULL,'new',0,0,1),(39,2,11,1701447249,1701864058,NULL,'submitted',0,0,1),(40,2,12,1701447251,1703068558,NULL,'submitted',0,0,1),(41,2,14,1701505408,1701505526,NULL,'submitted',0,0,1),(42,2,15,1701921981,1701921981,NULL,'new',0,0,1),(43,3,2,1701956986,1701956986,NULL,'new',0,0,1),(44,3,11,1702051451,1703150027,NULL,'submitted',0,0,1),(45,3,6,1702298192,1703158978,NULL,'submitted',0,0,1),(46,3,8,1702604952,1702604952,NULL,'new',0,0,1),(47,3,16,1702710759,1702951094,NULL,'submitted',0,0,1),(48,3,20,1702827984,1703160626,NULL,'submitted',0,0,1),(49,3,21,1702864885,1703146211,NULL,'submitted',0,0,1),(50,3,14,1702870628,1702966906,NULL,'submitted',0,0,1),(51,3,5,1703040029,1703040051,NULL,'submitted',0,0,1),(52,3,22,1703061247,1703332395,NULL,'submitted',0,0,1),(53,3,12,1703068640,1703121577,NULL,'submitted',0,0,1),(54,3,23,1703162006,1703162087,NULL,'submitted',0,0,1),(55,3,19,1703172826,1703172837,NULL,'submitted',0,0,1),(56,3,4,1703700194,1703700194,NULL,'new',0,0,1),(57,3,7,1703703087,1703703087,NULL,'new',0,0,1),(58,3,9,1703703094,1703703094,NULL,'new',0,0,1),(59,3,10,1703703097,1703703097,NULL,'new',0,0,1),(60,3,13,1703713800,1703713800,NULL,'new',0,0,1),(61,3,15,1703716155,1703820653,NULL,'submitted',0,0,1),(62,3,17,1703725640,1703725640,NULL,'new',0,0,1),(63,3,18,1703725644,1703725644,NULL,'new',0,0,1); /*!40000 ALTER TABLE `mdl_assign_submission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assign_user_flags` -- DROP TABLE IF EXISTS `mdl_assign_user_flags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_assign_user_flags` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `assignment` bigint NOT NULL DEFAULT '0', `locked` bigint NOT NULL DEFAULT '0', `mailed` smallint NOT NULL DEFAULT '0', `extensionduedate` bigint NOT NULL DEFAULT '0', `workflowstate` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `allocatedmarker` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_assiuserflag_mai_ix` (`mailed`), KEY `mdl_assiuserflag_use_ix` (`userid`), KEY `mdl_assiuserflag_ass_ix` (`assignment`) ) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='List of flags that can be set for a single user in a single '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assign_user_flags` -- LOCK TABLES `mdl_assign_user_flags` WRITE; /*!40000 ALTER TABLE `mdl_assign_user_flags` DISABLE KEYS */; INSERT INTO `mdl_assign_user_flags` VALUES (1,5,1,0,1,0,'',0),(2,6,1,0,1,0,'',0),(3,11,1,0,1,0,'',0),(4,14,1,0,1,0,'',0),(5,16,1,0,1,0,'',0),(6,19,1,0,1,0,'',0),(7,20,1,0,1,0,'',0),(8,21,1,0,1,0,'',0),(9,22,1,0,1,0,'',0),(10,23,1,0,1,0,'',0),(11,5,2,0,1,0,'',0),(12,6,2,0,1,0,'',0),(13,11,2,0,1,0,'',0),(14,13,2,0,1,0,'',0),(15,14,2,0,1,0,'',0),(16,16,2,0,1,0,'',0),(17,19,2,0,1,0,'',0),(18,20,2,0,1,0,'',0),(19,21,2,0,1,0,'',0),(20,22,2,0,1,0,'',0),(21,23,2,0,1,0,'',0),(22,15,1,0,1,0,'',0),(23,12,2,0,1,0,'',0),(24,12,1,0,1,0,'',0),(25,5,3,0,1,0,'',0),(26,6,3,0,1,0,'',0),(27,11,3,0,1,0,'',0),(28,12,3,0,1,0,'',0),(29,14,3,0,1,0,'',0),(30,16,3,0,1,0,'',0),(31,19,3,0,1,0,'',0),(32,20,3,0,1,0,'',0),(33,21,3,0,1,0,'',0),(34,22,3,0,1,0,'',0),(35,23,3,0,1,0,'',0),(36,15,3,0,1,0,'',0); /*!40000 ALTER TABLE `mdl_assign_user_flags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assign_user_mapping` -- DROP TABLE IF EXISTS `mdl_assign_user_mapping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_assign_user_mapping` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_assiusermapp_ass_ix` (`assignment`), KEY `mdl_assiusermapp_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=61 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Map an assignment specific id number to a user'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assign_user_mapping` -- LOCK TABLES `mdl_assign_user_mapping` WRITE; /*!40000 ALTER TABLE `mdl_assign_user_mapping` DISABLE KEYS */; INSERT INTO `mdl_assign_user_mapping` VALUES (1,1,9),(2,1,5),(3,1,18),(4,1,23),(5,1,11),(6,1,12),(7,1,20),(8,1,13),(9,1,8),(10,1,21),(11,1,6),(12,1,10),(13,1,22),(14,1,14),(15,1,17),(16,1,19),(17,1,16),(18,1,7),(19,1,15),(20,1,4),(21,2,16),(22,2,15),(23,2,23),(24,2,11),(25,2,14),(26,2,17),(27,2,6),(28,2,13),(29,2,19),(30,2,7),(31,2,8),(32,2,21),(33,2,18),(34,2,10),(35,2,20),(36,2,12),(37,2,22),(38,2,9),(39,2,5),(40,2,4),(41,3,5),(42,3,23),(43,3,19),(44,3,11),(45,3,9),(46,3,21),(47,3,18),(48,3,13),(49,3,4),(50,3,16),(51,3,12),(52,3,14),(53,3,20),(54,3,17),(55,3,7),(56,3,22),(57,3,8),(58,3,10),(59,3,15),(60,3,6); /*!40000 ALTER TABLE `mdl_assign_user_mapping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assignfeedback_comments` -- DROP TABLE IF EXISTS `mdl_assignfeedback_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_assignfeedback_comments` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `grade` bigint NOT NULL DEFAULT '0', `commenttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `commentformat` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_assicomm_ass_ix` (`assignment`), KEY `mdl_assicomm_gra_ix` (`grade`) ) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Text feedback for submitted assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assignfeedback_comments` -- LOCK TABLES `mdl_assignfeedback_comments` WRITE; /*!40000 ALTER TABLE `mdl_assignfeedback_comments` DISABLE KEYS */; INSERT INTO `mdl_assignfeedback_comments` VALUES (1,1,8,'<p dir=\"ltr\" style=\"text-align: left;\">很棒的分析,富有神學見解!你的導演理念也很具體,讓人容易揣摩想像。</p>',1),(2,1,6,'<p dir=\"ltr\" style=\"text-align:left;\">很棒的分析,富有神學見解!你的導演理念也很具體而且有層次。<br /></p>',1),(3,1,3,'<p dir=\"ltr\" style=\"text-align: left;\">很棒的分析(解經)!你的導演理念也很清楚。<br></p>',1),(4,1,1,'<p dir=\"ltr\" style=\"text-align:left;\">很棒的分析!你的導演理念的用字很精準,讓人容易揣摩想像。<br /></p>',1),(5,1,2,'<p dir=\"ltr\" style=\"text-align: left;\">很棒的分析,明確點出重點。你的導演理念也很清楚具體、用字精確,讓人容易明白。<br></p>',1),(6,1,7,'<p dir=\"ltr\" style=\"text-align: left;\">很棒的分析,感謝你附上資料來源。你的導演理念言簡意賅,讓人容易揣摩想像。<br></p>',1),(7,1,9,'<p dir=\"ltr\" style=\"text-align: left;\">你的分析非常豐富,而且很有應用空間。導演理念很清楚、具體、有深度。</p>',1),(8,1,5,'<p dir=\"ltr\" style=\"text-align: left;\">分析得很精準,導演理念也很清楚。 </p>',1),(9,2,31,'<p dir=\"ltr\" style=\"text-align: left;\">我好像只有看到「表面動作」,沒有看到「核心動作」,所以先打8分喔!核心動作我們可以上課時來討論。</p>',1),(10,2,32,'<p dir=\"ltr\" style=\"text-align: left;\">很好表面動作分析。關於核心動作,記得盡量寫成「讓某某怎樣」的句型。上課時我們可以多討論。</p>',1),(11,2,37,'<p dir=\"ltr\" style=\"text-align: left;\">表面和核心動作都分析得很好!</p>',1),(12,2,21,'<p dir=\"ltr\" style=\"text-align: left;\">核心動作的分析在對的方向上。可以盡量用「讓某某怎樣」的句型,例如婦人「讓耶穌停止接近」。表面動作只要分析劇本上有寫的就好了,不用額外設想。</p>',1),(13,2,39,'<p dir=\"ltr\" style=\"text-align:left;\">表面動作回答得很好!</p><p dir=\"ltr\" style=\"text-align:left;\">核心動作可以盡量用「讓某某怎樣」的句型,例如婦人「讓耶穌不要發現我內心的感受」。</p>',1),(14,2,22,'<p dir=\"ltr\" style=\"text-align: left;\">表面動作基本上分析得很好,但其實表面動作不用設想劇本提及以外的事情(例如怎麼走路、姿勢如何等等)。核心動作盡量是「讓某某怎樣」的句型,例如婦人「讓耶穌告訴我神的信息和他到底是誰」。</p>',1),(15,2,25,'<p dir=\"ltr\" style=\"text-align: left;\">表面動作分析得很好!核心動作盡量用「讓某某怎樣」的句型。上課我們會多說。</p>',1),(16,2,26,'<p dir=\"ltr\" style=\"text-align: left;\">表面動作分析得好。核心動作需要分角色寫(對不起,我沒指示清楚);盡量用「讓某某怎樣」的句型,例如婦人「讓耶穌發現我們兩人身分不宜進行這樣對話」。</p>',1),(17,2,27,'<p dir=\"ltr\" style=\"text-align: left;\">表面動作分析得很好。核心動作分析得好,但可以轉化成「讓某某怎樣」的句型,這樣會更清楚表現這段戲的重點目標。例如:耶穌「讓婦人明白自己接納她、不會瞧不起她,而且要讓她知道得活水的方法」。</p>',1),(18,2,28,'<p dir=\"ltr\" style=\"text-align: left;\">表面動作分析得很好。核心動作的方向正確,但可以用「讓某某怎樣」的句型,例如:「讓耶穌離開,不要跟我互動」。</p>',1),(19,2,29,'<p dir=\"ltr\" style=\"text-align: left;\">表面動作可以寫得更簡潔,例如婦人說:「你哪來的活水?你比亞各還大嗎?」可以直接寫成「質疑耶穌」。</p><p dir=\"ltr\" style=\"text-align: left;\">核心動作要是一個當下表演的目標,句型盡量是「讓某某怎樣」,例如耶穌要「讓婦人承認她的婚姻有問題」。</p><p dir=\"ltr\" style=\"text-align: left;\">有如是跟你自己有關,我們上課會多講。</p>',1),(20,3,43,'<p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:4分</p><p dir=\"ltr\">B. 與作品/參考資料互動:5分</p><p dir=\"ltr\">C. 與教會需要連結:4分</p><p dir=\"ltr\">D. 洞見、創新:4分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-0分</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:17</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">恰當地引用參考資料。</p><p dir=\"ltr\"><span style=\"font-size: 0.9375rem;\">教案目的、緣起設定很好,清楚看出和作品分析之間的關聯。</span><br></p><p dir=\"ltr\">我不太確定目前這個方向會不會太複雜,因為同時講到犧牲、死亡、自由,甚至還有社會階層等等的問題。或許聚焦在其中一個主題上會更清楚。</p>',1),(21,3,47,'<p dir=\"ltr\" style=\"text-align: left;\"></p><p dir=\"ltr\">這個教案看起來很有趣!好想知道更細節的課堂規劃(尤其一次兩小時,內容應該很多)。</p><p dir=\"ltr\">分析的部分,你大多專注在歌詞上。<span style=\"font-size: 0.9375rem;\">我會好奇這首歌作為流行音樂(大眾音樂),它「歌詞與音樂的結合」,以及它使用、回應搖滾曲風的歷史會不會影響你的解讀。</span></p><p dir=\"ltr\">參考資料很好,但最好可以在文章中標註引用資訊之出處。</p><p dir=\"ltr\">「分析」的最後一段,我覺得應該可以用更簡潔的方式表達你的立論。目前覺得有點繞圈圈。</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:5分</p><p dir=\"ltr\">B. 與作品/參考資料互動:3分</p><p dir=\"ltr\">C. 與教會需要連結:4分</p><p dir=\"ltr\">D. 洞見、創新:3分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-0分</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-1分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p>總分:14<br><p></p>',1),(22,3,46,'<p dir=\"ltr\" style=\"text-align: left;\">很好地分析整張專輯,包含歌詞與畫面。很恰當地引用參考資料證明自己的觀點。令我意外(好的意外!)的教案設計——原本以為是要討論專輯,但後來發現是關注創作者本身的信仰實踐。</p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:5分</p><p dir=\"ltr\">B. 與作品/參考資料互動:5分</p><p dir=\"ltr\">C. 與教會需要連結:5分</p><p dir=\"ltr\">D. 洞見、創新:5分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-0分</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:20</p>',1),(23,3,44,'分析的第一段和第三段很恰當地將本作品放置在社會文化脈絡中討論。很恰當地引用導演訪談討論鏡頭設計。你以第一人稱介紹你的觀點和你選擇這部電影的理由,讓我讀起來可以輕易發現你的論點,很好。同樣地,你每一段的開頭都讓我能夠輕易掌握該段的重點,是很好的寫作習慣。我沒看過這部影片;讀完你寫的,讓我很想找來看!<br><br><p>得分:</p><p>A. 課程內容的整合:5分</p><p>B. 與作品/參考資料互動:5分</p><p>C. 與教會需要連結:5分</p><p>D. 洞見、創新:5分</p><p><br></p><p>扣分:</p><p>⬧ 抄襲行為或未標明出處:-0分</p><p>⬧ 字數不符合規定:-0分</p><p>⬧ 錯別字、未正確使用標點符號:-0分</p><p>⬧ 遲交:-0分</p><p><br></p><p>總分:20</p>',1),(24,3,42,'<p dir=\"ltr\">這部作品挑得很好,看起來很適合應用在辦公室團契所舉辦的聖誕午會中。這份期末報告的結構很好,從不同角度分析這部電影。</p><p dir=\"ltr\">我對於教案有些疑問。如果這部電影已經透過電影手法(甚至你用好萊塢動作片來形容),那麼是否有需要做影片提示?例如,我們一般時候進電影院看戲,也不會有人作影片提示。我擔心這樣會太多餘,而且失去電影作為電影(藝術品)的意義。另外,如果對象是非基督徒,討論問題是否要直接問到「與耶穌相遇」?</p><p dir=\"ltr\">下面是我的評分。因為有不少段落是直接照抄網路資料,沒有改寫成自己的話,我只能扣分。另外,有些段落我發現是引用你沒有列出的參考資料,我也得扣分。</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:4分</p><p dir=\"ltr\">B. 與作品/參考資料互動:3分</p><p dir=\"ltr\">C. 與教會需要連結:3分</p><p dir=\"ltr\">D. 洞見、創新:4分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-8分</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:6</p>',1),(25,3,41,'<p dir=\"ltr\" style=\"text-align: left;\">這個教案看起來挺完整的!感覺參與者會玩得很開心!編排這個教案的緣起也很實際。比較可惜的是,我沒有很直接看出第一部份的分析和教案之間的關聯。或許你在第一部分中對《天路歷程》的分析,會有助於教案中的角色與討論以及畫像靈修?</p><p dir=\"ltr\" style=\"text-align: left;\">以下這個部分不影響評分,但原著既然是一個寓言故事,它的特色就是樣板人物。天路客本人的角色刻畫可能比較鮮明,他的妻子也是,但他遇到的其他人物都是象徵的,也因此是扁平的。這部分比較難應用到本課講到的角色分析,因為這些角色幾乎可以說是沒有內在動機;即便有,也是樣板的,因此比較難連結到生活的真實景況。(《天路歷程》和我們課堂上略略提到的《人人》可以說是同一種類型的藝術。)</p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:4分</p><p dir=\"ltr\">B. 與作品/參考資料互動:3分</p><p dir=\"ltr\">C. 與教會需要連結:4分</p><p dir=\"ltr\">D. 洞見、創新:4分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-0分</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:15</p>',1),(26,3,50,'<p dir=\"ltr\" style=\"text-align: left;\">適切地引用參考資料以介紹本作品,很好!點出克拉維斯作為觀眾代理人 (audience surrogate) 是很重要的。雖然沒有明確寫出來,但透過本文可以看出這部電影的目的。</p><p dir=\"ltr\" style=\"text-align: left;\">以下這一部份不列入評分,但我會擔心主持人引導的討論題目,對國高中生來說會有點難帶。這些問題比較多是封閉式的問題(令回答者感覺提問者有預設答案)。我會建議,若這個教案要真實使用,可以多問開放性的問題,包含讓參與者發表意見的問題。有些問題可以從電影出發(例如:印象最深刻的一個畫面、哪一段台詞覺得有趣、哪裡讓你有新的發現等等),而第三部分的引導,可以更切合電影這個媒介(例如:你認為導演對耶穌復活的觀點是什麼?你覺得導演相信這件事嗎?你覺得這部片預設觀眾可能會對復活有哪些質疑?你有那些質疑?等等)。</p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:5分</p><p dir=\"ltr\">B. 與作品/參考資料互動:5分</p><p dir=\"ltr\">C. 與教會需要連結:4分</p><p dir=\"ltr\">D. 洞見、創新:4分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-0分</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:18</p>',1),(27,3,48,'<p dir=\"ltr\" style=\"text-align: left;\">首先我得說,這套卡牌的設計真的很美!圖像和文字都是。這是「創造文化」絕佳的例子!</p><p dir=\"ltr\" style=\"text-align: left;\">關於「感受」,這讓我想到神學家蘇明思 (James K. A. Smith) 的觀點;他強調身體在崇拜與門徒訓練中的重要性。有興趣的話,歡迎參考拙作:〈經由身體、訴諸想像力的敬拜〉https://behold.oc.org/?p=48487</p><p dir=\"ltr\" style=\"text-align: left;\">關於「遊戲」對信徒和在信仰群體中的意義,如果以後要說更多,可以參考莫特曼 (Jurgen Moltmann) 的 Theology of Play(好像沒有中文翻譯)。</p><p dir=\"ltr\" style=\"text-align: left;\">除此以外,這篇報告很適切地引用了參考資料以佐證你的立場,包含提出立論並回應反對意見。教案中的題目設計很好。</p><p dir=\"ltr\" style=\"text-align: left;\">提一個無關本報告的問題:你認為,如果《群物》要出下一版,做那些調整會讓它更好?或是你認為它不需要調整,因為它目前的哪些特質讓它能夠達到其目的?</p><p dir=\"ltr\" style=\"text-align: left;\"><br></p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:4分</p><p dir=\"ltr\">B. 與作品/參考資料互動:5分</p><p dir=\"ltr\">C. 與教會需要連結:5分</p><p dir=\"ltr\">D. 洞見、創新:5分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-0分</p><p dir=\"ltr\">⬧ 字數不符合規定:-2分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:17</p><p dir=\"ltr\"><br></p><p dir=\"ltr\" style=\"text-align: left;\">第一段(分析),我用 Word 看起來有 3200 字左右,超出 1800-2200 有點多,不好意思需要扣一點分。(我原本說至少扣 8 分,但是感覺這樣太嚴苛了,所以酌扣 2 分。)</p>',1),(28,3,45,'<p dir=\"ltr\">整的來說,這篇報告對這幅畫有言簡意賅的分析。不過有些段落顯得多餘、較為無關。例如:這幅畫主要講的是貪婪,那麼其實不需要多介紹七宗罪的其他部分或對應的惡魔,甚至是動物。</p><p dir=\"ltr\">第一部分(分析)結束得有點突然,似乎少一個收尾。若能夠提及三聯畫的歷史背景和功能會更完整(通常放置在教堂的祭壇上,供人觀賞,教導教義)。</p><p dir=\"ltr\">另外,有些段落是照抄網路文章卻沒有標明出處,我只得扣分。</p><p dir=\"ltr\">教案中帶領的討論指引蠻好的,都是開放性問題。<br></p><p dir=\"ltr\"><br></p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:3分</p><p dir=\"ltr\">B. 與作品/參考資料互動:4分</p><p dir=\"ltr\">C. 與教會需要連結:4分</p><p dir=\"ltr\">D. 洞見、創新:4分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-4分</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-1分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:10</p>',1),(29,3,51,'<p dir=\"ltr\">整體來說是很完整的報告,特別看出你對劇情分析的細膩與深度。教案中的討論問題很棒!都是開放性問題,也根植於電影本身。以下這部分不列入評分,但唯一令我擔心的是這個教案感覺要做太多事情(有電影、有討論、有戲劇、有查經、有很具體的行動),似乎可以簡化,以便讓主題更為清晰。</p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:4分</p><p dir=\"ltr\">B. 與作品/參考資料互動:4分</p><p dir=\"ltr\">C. 與教會需要連結:4分</p><p dir=\"ltr\">D. 洞見、創新:4分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-2分(有些段落雖然有標明出處,但是直接照抄)</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-2分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:12</p>',1),(30,3,49,'<p dir=\"ltr\">很好的反思,我很喜歡你在這篇分析裡面加入自己的解讀。</p><p dir=\"ltr\">我沒有看出馬可福音的經文和《阿甘正傳》之間的關聯。是因為電影中的中尉遇到風暴嗎?</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:3分</p><p dir=\"ltr\">B. 與作品/參考資料互動:3分</p><p dir=\"ltr\">C. 與教會需要連結:4分</p><p dir=\"ltr\">D. 洞見、創新:3分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-2分(你有寫資料來源是百度百科,但因為你沒有標出哪些段落是從哪一篇百度的文章裡面來的,我酌為扣分)</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:11</p>',1),(31,3,58,'<p dir=\"ltr\" style=\"text-align: left;\"></p><p dir=\"ltr\">對於電影的敘事觀點和技術手法有細膩的觀察。回顧導演過去的作品是個非常重要的切入點 (auteur criticism),可以幫助我們更加看清電影的主題。加入自己的立論與感受也是很好的,因為你作為受眾所感受到的,也是「方法」裡面的重要元素。</p><p dir=\"ltr\">不過有幾段內文似乎是照抄網路資料卻沒有標註,我只能扣分。</p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:3分</p><p dir=\"ltr\">B. 與作品/參考資料互動:4分</p><p dir=\"ltr\">C. 與教會需要連結:1分</p><p dir=\"ltr\">D. 洞見、創新:3分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-4分</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-4分</p><br><p></p>',1); /*!40000 ALTER TABLE `mdl_assignfeedback_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assignfeedback_editpdf_annot` -- DROP TABLE IF EXISTS `mdl_assignfeedback_editpdf_annot`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_assignfeedback_editpdf_annot` ( `id` bigint NOT NULL AUTO_INCREMENT, `gradeid` bigint NOT NULL DEFAULT '0', `pageno` bigint NOT NULL DEFAULT '0', `x` bigint DEFAULT '0', `y` bigint DEFAULT '0', `endx` bigint DEFAULT '0', `endy` bigint DEFAULT '0', `path` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT 'line', `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT 'black', `draft` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `mdl_assieditanno_grapag_ix` (`gradeid`,`pageno`), KEY `mdl_assieditanno_gra_ix` (`gradeid`) ) ENGINE=InnoDB AUTO_INCREMENT=2228 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='stores annotations added to pdfs submitted by students'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assignfeedback_editpdf_annot` -- LOCK TABLES `mdl_assignfeedback_editpdf_annot` WRITE; /*!40000 ALTER TABLE `mdl_assignfeedback_editpdf_annot` DISABLE KEYS */; INSERT INTO `mdl_assignfeedback_editpdf_annot` VALUES (30,43,0,297,862,696,882,'','highlight','red',1),(31,43,0,127,883,161,903,'','highlight','red',1),(32,43,0,362,260,541,280,'','highlight','yellow',1),(33,43,0,373,334,687,354,'','highlight','yellow',1),(34,43,0,139,357,693,377,'','highlight','yellow',1),(35,43,0,121,379,251,399,'','highlight','yellow',1),(37,43,1,392,135,693,155,'','highlight','yellow',1),(38,43,1,120,158,322,178,'','highlight','yellow',1),(42,43,2,133,95,695,115,'','highlight','yellow',1),(43,43,2,201,411,700,431,'','highlight','yellow',1),(44,43,2,128,837,466,857,'','highlight','yellow',1),(45,43,3,191,650,698,670,'','highlight','yellow',1),(47,43,4,128,452,697,472,'','highlight','yellow',1),(48,43,4,119,469,403,489,'','highlight','yellow',1),(49,43,0,297,862,696,882,'','highlight','red',0),(50,43,0,127,883,161,903,'','highlight','red',0),(51,43,0,362,260,541,280,'','highlight','yellow',0),(52,43,0,373,334,687,354,'','highlight','yellow',0),(53,43,0,139,357,693,377,'','highlight','yellow',0),(54,43,0,121,379,251,399,'','highlight','yellow',0),(55,43,1,392,135,693,155,'','highlight','yellow',0),(56,43,1,120,158,322,178,'','highlight','yellow',0),(57,43,2,133,95,695,115,'','highlight','yellow',0),(58,43,2,201,411,700,431,'','highlight','yellow',0),(59,43,2,128,837,466,857,'','highlight','yellow',0),(60,43,3,191,650,698,670,'','highlight','yellow',0),(61,43,4,128,452,697,472,'','highlight','yellow',0),(62,43,4,119,469,403,489,'','highlight','yellow',0),(93,47,0,510,605,730,625,'','highlight','yellow',1),(94,47,0,102,630,184,650,'','highlight','yellow',1),(95,47,0,432,714,717,734,'','highlight','yellow',1),(96,47,0,95,743,205,763,'','highlight','yellow',1),(97,47,0,100,905,656,925,'','highlight','blue',1),(98,47,0,296,968,595,988,'','highlight','yellow',1),(165,47,1,133,131,466,151,'','highlight','yellow',1),(166,47,1,482,131,712,151,'','highlight','yellow',1),(167,47,1,93,158,551,178,'','highlight','yellow',1),(168,47,1,346,191,648,211,'','highlight','yellow',1),(169,47,1,660,190,709,210,'','highlight','yellow',1),(170,47,1,101,219,316,239,'','highlight','yellow',1),(171,47,1,206,441,571,461,'','highlight','yellow',1),(172,47,1,98,612,719,632,'','highlight','yellow',1),(173,47,1,99,642,601,662,'','highlight','yellow',1),(174,47,1,621,980,708,1000,'','highlight','yellow',1),(175,47,1,98,1011,724,1031,'','highlight','yellow',1),(176,47,1,98,1042,138,1062,'','highlight','yellow',1),(270,47,2,445,288,645,308,'','highlight','yellow',1),(271,47,2,457,456,723,476,'','highlight','yellow',1),(272,47,2,101,485,154,505,'','highlight','yellow',1),(273,47,2,395,541,729,561,'','highlight','yellow',1),(274,47,2,97,572,138,592,'','highlight','yellow',1),(275,47,2,181,679,661,699,'','highlight','yellow',1),(276,47,2,512,738,717,758,'','highlight','yellow',1),(277,47,2,100,771,179,791,'','highlight','yellow',1),(278,47,2,240,811,521,831,'','highlight','red',1),(279,47,2,314,887,715,907,'','highlight','yellow',1),(280,47,2,102,917,152,937,'','highlight','yellow',1),(281,47,2,182,1031,416,1051,'','highlight','yellow',1),(282,47,3,170,191,657,211,'','highlight','yellow',1),(289,47,4,180,378,728,398,'','highlight','yellow',1),(290,47,4,101,405,647,425,'','highlight','yellow',1),(291,47,4,645,487,740,507,'','highlight','yellow',1),(292,47,4,94,517,354,537,'','highlight','yellow',1),(293,47,0,510,605,730,625,'','highlight','yellow',0),(294,47,0,102,630,184,650,'','highlight','yellow',0),(295,47,0,432,714,717,734,'','highlight','yellow',0),(296,47,0,95,743,205,763,'','highlight','yellow',0),(297,47,0,100,905,656,925,'','highlight','blue',0),(298,47,0,296,968,595,988,'','highlight','yellow',0),(299,47,1,133,131,466,151,'','highlight','yellow',0),(300,47,1,482,131,712,151,'','highlight','yellow',0),(301,47,1,93,158,551,178,'','highlight','yellow',0),(302,47,1,346,191,648,211,'','highlight','yellow',0),(303,47,1,660,190,709,210,'','highlight','yellow',0),(304,47,1,101,219,316,239,'','highlight','yellow',0),(305,47,1,206,441,571,461,'','highlight','yellow',0),(306,47,1,98,612,719,632,'','highlight','yellow',0),(307,47,1,99,642,601,662,'','highlight','yellow',0),(308,47,1,621,980,708,1000,'','highlight','yellow',0),(309,47,1,98,1011,724,1031,'','highlight','yellow',0),(310,47,1,98,1042,138,1062,'','highlight','yellow',0),(311,47,2,445,288,645,308,'','highlight','yellow',0),(312,47,2,457,456,723,476,'','highlight','yellow',0),(313,47,2,101,485,154,505,'','highlight','yellow',0),(314,47,2,395,541,729,561,'','highlight','yellow',0),(315,47,2,97,572,138,592,'','highlight','yellow',0),(316,47,2,181,679,661,699,'','highlight','yellow',0),(317,47,2,512,738,717,758,'','highlight','yellow',0),(318,47,2,100,771,179,791,'','highlight','yellow',0),(319,47,2,240,811,521,831,'','highlight','red',0),(320,47,2,314,887,715,907,'','highlight','yellow',0),(321,47,2,102,917,152,937,'','highlight','yellow',0),(322,47,2,182,1031,416,1051,'','highlight','yellow',0),(323,47,3,170,191,657,211,'','highlight','yellow',0),(324,47,4,180,378,728,398,'','highlight','yellow',0),(325,47,4,101,405,647,425,'','highlight','yellow',0),(326,47,4,645,487,740,507,'','highlight','yellow',0),(327,47,4,94,517,354,537,'','highlight','yellow',0),(547,46,0,696,237,748,257,'','highlight','yellow',1),(548,46,0,83,258,201,278,'','highlight','yellow',1),(549,46,0,215,260,539,280,'','highlight','red',1),(550,46,0,167,276,745,296,'','highlight','yellow',1),(551,46,0,80,299,709,319,'','highlight','yellow',1),(552,46,0,79,357,644,377,'','highlight','yellow',1),(553,46,0,162,472,753,492,'','highlight','red',1),(554,46,0,77,491,214,511,'','highlight','red',1),(555,46,0,111,628,358,648,'','highlight','yellow',1),(556,46,0,132,666,435,686,'','highlight','yellow',1),(557,46,0,480,725,748,745,'','highlight','yellow',1),(558,46,0,82,743,181,763,'','highlight','yellow',1),(559,46,0,508,762,749,782,'','highlight','yellow',1),(560,46,0,347,802,739,822,'','highlight','yellow',1),(561,46,0,78,819,431,839,'','highlight','yellow',1),(562,46,0,629,957,752,977,'','highlight','yellow',1),(563,46,0,76,975,453,995,'','highlight','yellow',1),(683,46,1,84,100,609,120,'','highlight','yellow',1),(684,46,1,683,102,751,122,'','highlight','yellow',1),(685,46,1,76,123,347,143,'','highlight','yellow',1),(686,46,1,214,298,750,318,'','highlight','yellow',1),(687,46,1,74,315,118,335,'','highlight','yellow',1),(688,46,1,82,334,752,354,'','highlight','yellow',1),(689,46,1,428,377,544,397,'','highlight','yellow',1),(690,46,1,262,397,515,417,'','highlight','yellow',1),(691,46,1,629,433,763,453,'','highlight','yellow',1),(692,46,1,74,451,185,471,'','highlight','yellow',1),(693,46,1,78,820,733,840,'','highlight','yellow',1),(694,46,1,80,837,710,857,'','highlight','yellow',1),(695,46,1,132,958,547,978,'','highlight','yellow',1),(702,46,2,632,162,749,182,'','highlight','yellow',1),(703,46,2,79,182,320,202,'','highlight','yellow',1),(704,46,2,162,790,544,810,'','highlight','yellow',1),(705,46,2,150,811,459,831,'','highlight','yellow',1),(716,46,3,183,236,545,256,'','highlight','yellow',1),(717,46,3,161,260,497,280,'','highlight','yellow',1),(718,46,3,142,279,326,299,'','highlight','yellow',1),(719,46,3,144,377,549,397,'','highlight','yellow',1),(720,46,3,148,393,272,413,'','highlight','yellow',1),(721,46,0,696,237,748,257,'','highlight','yellow',0),(722,46,0,83,258,201,278,'','highlight','yellow',0),(723,46,0,215,260,539,280,'','highlight','red',0),(724,46,0,167,276,745,296,'','highlight','yellow',0),(725,46,0,80,299,709,319,'','highlight','yellow',0),(726,46,0,79,357,644,377,'','highlight','yellow',0),(727,46,0,162,472,753,492,'','highlight','red',0),(728,46,0,77,491,214,511,'','highlight','red',0),(729,46,0,111,628,358,648,'','highlight','yellow',0),(730,46,0,132,666,435,686,'','highlight','yellow',0),(731,46,0,480,725,748,745,'','highlight','yellow',0),(732,46,0,82,743,181,763,'','highlight','yellow',0),(733,46,0,508,762,749,782,'','highlight','yellow',0),(734,46,0,347,802,739,822,'','highlight','yellow',0),(735,46,0,78,819,431,839,'','highlight','yellow',0),(736,46,0,629,957,752,977,'','highlight','yellow',0),(737,46,0,76,975,453,995,'','highlight','yellow',0),(738,46,1,84,100,609,120,'','highlight','yellow',0),(739,46,1,683,102,751,122,'','highlight','yellow',0),(740,46,1,76,123,347,143,'','highlight','yellow',0),(741,46,1,214,298,750,318,'','highlight','yellow',0),(742,46,1,74,315,118,335,'','highlight','yellow',0),(743,46,1,82,334,752,354,'','highlight','yellow',0),(744,46,1,428,377,544,397,'','highlight','yellow',0),(745,46,1,262,397,515,417,'','highlight','yellow',0),(746,46,1,629,433,763,453,'','highlight','yellow',0),(747,46,1,74,451,185,471,'','highlight','yellow',0),(748,46,1,78,820,733,840,'','highlight','yellow',0),(749,46,1,80,837,710,857,'','highlight','yellow',0),(750,46,1,132,958,547,978,'','highlight','yellow',0),(751,46,2,632,162,749,182,'','highlight','yellow',0),(752,46,2,79,182,320,202,'','highlight','yellow',0),(753,46,2,162,790,544,810,'','highlight','yellow',0),(754,46,2,150,811,459,831,'','highlight','yellow',0),(755,46,3,183,236,545,256,'','highlight','yellow',0),(756,46,3,161,260,497,280,'','highlight','yellow',0),(757,46,3,142,279,326,299,'','highlight','yellow',0),(758,46,3,144,377,549,397,'','highlight','yellow',0),(759,46,3,148,393,272,413,'','highlight','yellow',0),(1181,44,1,597,108,711,128,'','highlight','yellow',1),(1182,44,1,120,129,222,149,'','highlight','yellow',1),(1183,44,1,228,126,501,146,'','highlight','yellow',1),(1184,44,1,360,215,716,235,'','highlight','yellow',1),(1185,44,1,119,238,146,258,'','highlight','yellow',1),(1186,44,1,151,256,501,276,'','highlight','yellow',1),(1187,44,1,642,328,705,348,'','highlight','yellow',1),(1188,44,1,124,342,450,362,'','highlight','yellow',1),(1189,44,1,450,476,627,496,'','highlight','yellow',1),(1190,44,1,271,497,340,517,'','highlight','yellow',1),(1191,44,1,188,606,681,626,'','highlight','yellow',1),(1192,44,1,151,627,482,647,'','highlight','yellow',1),(1193,44,1,275,672,702,692,'','highlight','yellow',1),(1194,44,1,120,694,227,714,'','highlight','yellow',1),(1195,44,1,154,863,413,883,'','highlight','yellow',1),(1199,44,2,438,108,609,128,'','highlight','yellow',1),(1200,44,2,154,298,667,318,'','highlight','yellow',1),(1201,44,2,417,323,581,343,'','highlight','yellow',1),(1202,44,0,565,193,703,213,'','highlight','yellow',0),(1203,44,0,289,237,551,257,'','highlight','yellow',0),(1204,44,0,120,215,396,235,'','highlight','yellow',0),(1205,44,0,352,262,707,282,'','highlight','yellow',0),(1206,44,0,132,280,695,300,'','highlight','yellow',0),(1207,44,0,286,369,556,389,'','highlight','yellow',0),(1208,44,0,613,434,706,454,'','highlight','yellow',0),(1209,44,0,125,451,352,471,'','highlight','yellow',0),(1210,44,0,237,561,384,581,'','highlight','yellow',0),(1211,44,0,154,319,438,339,'','highlight','red',0),(1212,44,0,316,625,709,645,'','highlight','yellow',0),(1213,44,0,125,650,340,670,'','highlight','yellow',0),(1214,44,0,342,648,659,668,'','highlight','yellow',0),(1215,44,0,309,691,701,711,'','highlight','yellow',0),(1216,44,0,129,713,357,733,'','highlight','yellow',0),(1217,44,0,154,865,681,885,'','highlight','yellow',0),(1218,44,0,454,892,709,912,'','highlight','yellow',0),(1219,44,0,124,910,220,930,'','highlight','yellow',0),(1220,44,0,288,953,699,973,'','highlight','yellow',0),(1221,44,0,123,973,307,993,'','highlight','yellow',0),(1222,44,1,597,108,711,128,'','highlight','yellow',0),(1223,44,1,120,129,222,149,'','highlight','yellow',0),(1224,44,1,228,126,501,146,'','highlight','yellow',0),(1225,44,1,360,215,716,235,'','highlight','yellow',0),(1226,44,1,119,238,146,258,'','highlight','yellow',0),(1227,44,1,151,256,501,276,'','highlight','yellow',0),(1228,44,1,642,328,705,348,'','highlight','yellow',0),(1229,44,1,124,342,450,362,'','highlight','yellow',0),(1230,44,1,450,476,627,496,'','highlight','yellow',0),(1231,44,1,271,497,340,517,'','highlight','yellow',0),(1232,44,1,188,606,681,626,'','highlight','yellow',0),(1233,44,1,151,627,482,647,'','highlight','yellow',0),(1234,44,1,275,672,702,692,'','highlight','yellow',0),(1235,44,1,120,694,227,714,'','highlight','yellow',0),(1236,44,1,154,863,413,883,'','highlight','yellow',0),(1237,44,2,438,108,609,128,'','highlight','yellow',0),(1238,44,2,154,298,667,318,'','highlight','yellow',0),(1239,44,2,417,323,581,343,'','highlight','yellow',0),(1260,44,0,565,193,703,213,'','highlight','yellow',1),(1261,44,0,289,237,551,257,'','highlight','yellow',1),(1262,44,0,120,215,396,235,'','highlight','yellow',1),(1263,44,0,352,262,707,282,'','highlight','yellow',1),(1264,44,0,132,280,695,300,'','highlight','yellow',1),(1265,44,0,286,369,556,389,'','highlight','yellow',1),(1266,44,0,613,434,706,454,'','highlight','yellow',1),(1267,44,0,125,451,352,471,'','highlight','yellow',1),(1268,44,0,237,561,384,581,'','highlight','yellow',1),(1269,44,0,154,319,438,339,'','highlight','red',1),(1270,44,0,316,625,709,645,'','highlight','yellow',1),(1271,44,0,125,650,340,670,'','highlight','yellow',1),(1272,44,0,342,648,659,668,'','highlight','yellow',1),(1273,44,0,309,691,701,711,'','highlight','yellow',1),(1274,44,0,129,713,357,733,'','highlight','yellow',1),(1275,44,0,154,865,681,885,'','highlight','yellow',1),(1276,44,0,454,892,709,912,'','highlight','yellow',1),(1277,44,0,124,910,220,930,'','highlight','yellow',1),(1278,44,0,288,953,699,973,'','highlight','yellow',1),(1279,44,0,123,973,307,993,'','highlight','yellow',1),(1283,41,0,568,427,700,447,'','highlight','yellow',1),(1284,41,0,116,458,334,478,'','highlight','yellow',1),(1285,41,0,522,561,625,581,'','highlight','yellow',1),(1307,41,1,596,136,703,156,'','highlight','yellow',1),(1308,41,1,118,170,532,190,'','highlight','yellow',1),(1309,41,1,549,169,707,189,'','highlight','yellow',1),(1310,41,1,123,203,705,223,'','highlight','yellow',1),(1311,41,1,124,237,450,257,'','highlight','yellow',1),(1312,41,1,503,485,712,505,'','highlight','yellow',1),(1313,41,1,131,526,488,546,'','highlight','yellow',1),(1320,41,2,160,138,479,158,'','highlight','yellow',1),(1321,41,2,159,171,609,191,'','highlight','yellow',1),(1322,41,2,156,204,448,224,'','highlight','yellow',1),(1323,41,2,436,680,505,700,'','highlight','yellow',1),(1324,41,0,568,427,700,447,'','highlight','yellow',0),(1325,41,0,116,458,334,478,'','highlight','yellow',0),(1326,41,0,522,561,625,581,'','highlight','yellow',0),(1327,41,1,596,136,703,156,'','highlight','yellow',0),(1328,41,1,118,170,532,190,'','highlight','yellow',0),(1329,41,1,549,169,707,189,'','highlight','yellow',0),(1330,41,1,123,203,705,223,'','highlight','yellow',0),(1331,41,1,124,237,450,257,'','highlight','yellow',0),(1332,41,1,503,485,712,505,'','highlight','yellow',0),(1333,41,1,131,526,488,546,'','highlight','yellow',0),(1334,41,2,160,138,479,158,'','highlight','yellow',0),(1335,41,2,159,171,609,191,'','highlight','yellow',0),(1336,41,2,156,204,448,224,'','highlight','yellow',0),(1337,41,2,436,680,505,700,'','highlight','yellow',0),(1393,50,1,117,243,693,263,'','highlight','yellow',1),(1394,50,1,119,260,687,280,'','highlight','yellow',1),(1395,50,1,543,298,718,318,'','highlight','yellow',1),(1396,50,1,115,315,196,335,'','highlight','yellow',1),(1397,50,1,218,321,720,341,'','highlight','yellow',1),(1398,50,1,118,341,592,361,'','highlight','yellow',1),(1399,50,1,369,362,602,382,'','highlight','yellow',1),(1400,50,1,323,479,658,499,'','highlight','yellow',1),(1401,50,1,296,549,590,569,'','highlight','yellow',1),(1402,50,1,398,671,704,691,'','highlight','yellow',1),(1403,50,1,117,692,271,712,'','highlight','yellow',1),(1440,50,2,150,177,417,197,'','highlight','yellow',1),(1441,50,2,152,255,429,275,'','highlight','yellow',1),(1442,50,2,591,360,685,380,'','highlight','yellow',1),(1443,50,2,449,438,704,458,'','highlight','yellow',1),(1444,50,2,113,462,190,482,'','highlight','yellow',1),(1445,50,2,198,817,712,837,'','highlight','yellow',1),(1446,50,2,204,842,528,862,'','highlight','yellow',1),(1447,50,2,476,915,697,935,'','highlight','yellow',1),(1448,50,2,279,954,661,974,'','highlight','yellow',1),(1458,50,3,192,189,715,209,'','highlight','yellow',1),(1459,50,3,223,209,276,229,'','highlight','yellow',1),(1460,50,1,117,243,693,263,'','highlight','yellow',0),(1461,50,1,119,260,687,280,'','highlight','yellow',0),(1462,50,1,543,298,718,318,'','highlight','yellow',0),(1463,50,1,115,315,196,335,'','highlight','yellow',0),(1464,50,1,218,321,720,341,'','highlight','yellow',0),(1465,50,1,118,341,592,361,'','highlight','yellow',0),(1466,50,1,369,362,602,382,'','highlight','yellow',0),(1467,50,1,323,479,658,499,'','highlight','yellow',0),(1468,50,1,296,549,590,569,'','highlight','yellow',0),(1469,50,1,398,671,704,691,'','highlight','yellow',0),(1470,50,1,117,692,271,712,'','highlight','yellow',0),(1471,50,2,150,177,417,197,'','highlight','yellow',0),(1472,50,2,152,255,429,275,'','highlight','yellow',0),(1473,50,2,591,360,685,380,'','highlight','yellow',0),(1474,50,2,449,438,704,458,'','highlight','yellow',0),(1475,50,2,113,462,190,482,'','highlight','yellow',0),(1476,50,2,198,817,712,837,'','highlight','yellow',0),(1477,50,2,204,842,528,862,'','highlight','yellow',0),(1478,50,2,476,915,697,935,'','highlight','yellow',0),(1479,50,2,279,954,661,974,'','highlight','yellow',0),(1480,50,3,192,189,715,209,'','highlight','yellow',0),(1481,50,3,223,209,276,229,'','highlight','yellow',0),(1573,48,0,595,475,702,495,'','highlight','yellow',1),(1574,48,0,122,497,704,517,'','highlight','yellow',1),(1575,48,0,123,523,247,543,'','highlight','yellow',1),(1576,48,0,171,629,511,649,'','highlight','yellow',1),(1577,48,0,496,652,673,672,'','highlight','yellow',1),(1578,48,0,394,677,707,697,'','highlight','yellow',1),(1579,48,0,124,701,334,721,'','highlight','yellow',1),(1580,48,0,284,775,705,795,'','highlight','yellow',1),(1581,48,0,122,799,204,819,'','highlight','yellow',1),(1582,48,0,157,852,706,872,'','highlight','yellow',1),(1583,48,0,116,874,296,894,'','highlight','yellow',1),(1584,48,0,311,875,536,895,'','highlight','yellow',1),(1585,48,0,310,875,546,895,'','highlight','yellow',1),(1586,48,0,500,947,712,967,'','highlight','yellow',1),(1632,48,1,123,99,362,119,'','highlight','yellow',1),(1633,48,1,515,147,700,167,'','highlight','yellow',1),(1634,48,1,125,173,157,193,'','highlight','yellow',1),(1635,48,1,154,222,507,242,'','highlight','yellow',1),(1636,48,1,281,272,702,292,'','highlight','yellow',1),(1637,48,1,122,303,697,323,'','highlight','yellow',1),(1638,48,1,265,473,711,493,'','highlight','yellow',1),(1639,48,1,123,496,413,516,'','highlight','yellow',1),(1640,48,1,327,599,643,619,'','highlight','yellow',1),(1641,48,1,161,849,622,869,'','highlight','yellow',1),(1643,48,2,228,125,367,145,'','highlight','yellow',1),(1644,48,2,308,825,398,845,'','highlight','yellow',1),(1648,48,3,164,903,709,923,'','highlight','yellow',1),(1649,48,3,120,929,626,949,'','highlight','yellow',1),(1650,48,3,374,952,591,972,'','highlight','yellow',1),(1679,48,4,434,601,705,621,'','highlight','yellow',1),(1680,48,4,121,623,345,643,'','highlight','yellow',1),(1681,48,4,558,901,676,921,'','highlight','yellow',1),(1682,48,4,168,926,247,946,'','highlight','yellow',1),(1683,48,4,154,951,556,971,'','highlight','yellow',1),(1684,48,4,192,975,689,995,'','highlight','yellow',1),(1685,48,4,152,996,689,1016,'','highlight','yellow',1),(1686,48,4,152,1028,576,1048,'','highlight','yellow',1),(1725,48,5,154,100,300,120,'','highlight','yellow',1),(1726,48,5,444,125,698,145,'','highlight','yellow',1),(1727,48,5,157,148,183,168,'','highlight','yellow',1),(1728,48,5,192,150,698,170,'','highlight','yellow',1),(1729,48,5,159,177,584,197,'','highlight','yellow',1),(1730,48,5,230,550,395,570,'','highlight','yellow',1),(1731,48,5,308,855,657,875,'','highlight','yellow',1),(1732,48,5,310,879,405,899,'','highlight','yellow',1),(1739,48,6,355,198,481,218,'','highlight','yellow',1),(1740,48,6,324,798,428,818,'','highlight','yellow',1),(1741,48,6,322,846,422,866,'','highlight','yellow',1),(1742,48,6,320,898,429,918,'','highlight','yellow',1),(1743,48,7,324,677,429,697,'','highlight','yellow',1),(1744,48,8,329,452,513,472,'','highlight','yellow',1),(1760,48,9,328,628,444,648,'','highlight','yellow',1),(1761,48,9,327,650,689,670,'','highlight','yellow',1),(1762,48,9,328,675,364,695,'','highlight','yellow',1),(1763,48,9,327,703,614,723,'','highlight','yellow',1),(1764,48,9,328,724,543,744,'','highlight','yellow',1),(1765,48,9,329,799,414,819,'','highlight','yellow',1),(1766,48,0,595,475,702,495,'','highlight','yellow',0),(1767,48,0,122,497,704,517,'','highlight','yellow',0),(1768,48,0,123,523,247,543,'','highlight','yellow',0),(1769,48,0,171,629,511,649,'','highlight','yellow',0),(1770,48,0,496,652,673,672,'','highlight','yellow',0),(1771,48,0,394,677,707,697,'','highlight','yellow',0),(1772,48,0,124,701,334,721,'','highlight','yellow',0),(1773,48,0,284,775,705,795,'','highlight','yellow',0),(1774,48,0,122,799,204,819,'','highlight','yellow',0),(1775,48,0,157,852,706,872,'','highlight','yellow',0),(1776,48,0,116,874,296,894,'','highlight','yellow',0),(1777,48,0,311,875,536,895,'','highlight','yellow',0),(1778,48,0,310,875,546,895,'','highlight','yellow',0),(1779,48,0,500,947,712,967,'','highlight','yellow',0),(1780,48,1,123,99,362,119,'','highlight','yellow',0),(1781,48,1,515,147,700,167,'','highlight','yellow',0),(1782,48,1,125,173,157,193,'','highlight','yellow',0),(1783,48,1,154,222,507,242,'','highlight','yellow',0),(1784,48,1,281,272,702,292,'','highlight','yellow',0),(1785,48,1,122,303,697,323,'','highlight','yellow',0),(1786,48,1,265,473,711,493,'','highlight','yellow',0),(1787,48,1,123,496,413,516,'','highlight','yellow',0),(1788,48,1,327,599,643,619,'','highlight','yellow',0),(1789,48,1,161,849,622,869,'','highlight','yellow',0),(1790,48,2,228,125,367,145,'','highlight','yellow',0),(1791,48,2,308,825,398,845,'','highlight','yellow',0),(1792,48,3,164,903,709,923,'','highlight','yellow',0),(1793,48,3,120,929,626,949,'','highlight','yellow',0),(1794,48,3,374,952,591,972,'','highlight','yellow',0),(1795,48,4,434,601,705,621,'','highlight','yellow',0),(1796,48,4,121,623,345,643,'','highlight','yellow',0),(1797,48,4,558,901,676,921,'','highlight','yellow',0),(1798,48,4,168,926,247,946,'','highlight','yellow',0),(1799,48,4,154,951,556,971,'','highlight','yellow',0),(1800,48,4,192,975,689,995,'','highlight','yellow',0),(1801,48,4,152,996,689,1016,'','highlight','yellow',0),(1802,48,4,152,1028,576,1048,'','highlight','yellow',0),(1803,48,5,154,100,300,120,'','highlight','yellow',0),(1804,48,5,444,125,698,145,'','highlight','yellow',0),(1805,48,5,157,148,183,168,'','highlight','yellow',0),(1806,48,5,192,150,698,170,'','highlight','yellow',0),(1807,48,5,159,177,584,197,'','highlight','yellow',0),(1808,48,5,230,550,395,570,'','highlight','yellow',0),(1809,48,5,308,855,657,875,'','highlight','yellow',0),(1810,48,5,310,879,405,899,'','highlight','yellow',0),(1811,48,6,355,198,481,218,'','highlight','yellow',0),(1812,48,6,324,798,428,818,'','highlight','yellow',0),(1813,48,6,322,846,422,866,'','highlight','yellow',0),(1814,48,6,320,898,429,918,'','highlight','yellow',0),(1815,48,7,324,677,429,697,'','highlight','yellow',0),(1816,48,8,329,452,513,472,'','highlight','yellow',0),(1817,48,9,328,628,444,648,'','highlight','yellow',0),(1818,48,9,327,650,689,670,'','highlight','yellow',0),(1819,48,9,328,675,364,695,'','highlight','yellow',0),(1820,48,9,327,703,614,723,'','highlight','yellow',0),(1821,48,9,328,724,543,744,'','highlight','yellow',0),(1822,48,9,329,799,414,819,'','highlight','yellow',0),(1851,45,0,494,301,696,321,'','highlight','red',1),(1852,45,0,314,323,702,343,'','highlight','red',1),(1853,45,0,316,350,706,370,'','highlight','red',1),(1854,45,0,316,373,441,393,'','highlight','red',1),(1855,45,0,430,549,664,569,'','highlight','red',1),(1866,45,1,389,473,703,493,'','highlight','yellow',1),(1867,45,1,124,501,535,521,'','highlight','yellow',1),(1868,45,1,549,525,703,545,'','highlight','yellow',1),(1869,45,1,127,551,169,571,'','highlight','yellow',1),(1870,45,1,431,677,576,697,'','highlight','yellow',1),(1881,45,2,477,252,691,272,'','highlight','yellow',1),(1882,45,2,206,903,572,923,'','highlight','yellow',1),(1883,45,2,478,951,693,971,'','highlight','yellow',1),(1884,45,2,126,973,263,993,'','highlight','yellow',1),(1885,45,2,273,925,343,945,'','highlight','yellow',1),(1887,45,3,291,349,329,369,'','highlight','red',1),(1888,45,3,155,301,238,321,'','highlight','yellow',1),(1889,45,0,494,301,696,321,'','highlight','red',0),(1890,45,0,314,323,702,343,'','highlight','red',0),(1891,45,0,316,350,706,370,'','highlight','red',0),(1892,45,0,316,373,441,393,'','highlight','red',0),(1893,45,0,430,549,664,569,'','highlight','red',0),(1894,45,1,389,473,703,493,'','highlight','yellow',0),(1895,45,1,124,501,535,521,'','highlight','yellow',0),(1896,45,1,549,525,703,545,'','highlight','yellow',0),(1897,45,1,127,551,169,571,'','highlight','yellow',0),(1898,45,1,431,677,576,697,'','highlight','yellow',0),(1899,45,2,477,252,691,272,'','highlight','yellow',0),(1900,45,2,206,903,572,923,'','highlight','yellow',0),(1901,45,2,478,951,693,971,'','highlight','yellow',0),(1902,45,2,126,973,263,993,'','highlight','yellow',0),(1903,45,2,273,925,343,945,'','highlight','yellow',0),(1904,45,3,291,349,329,369,'','highlight','red',0),(1905,45,3,155,301,238,321,'','highlight','yellow',0),(1972,51,4,171,212,703,232,'','highlight','yellow',1),(1973,51,4,121,238,330,258,'','highlight','yellow',1),(1974,51,4,124,380,478,400,'','highlight','yellow',1),(1975,51,4,474,510,692,530,'','highlight','yellow',1),(1976,51,4,124,533,268,553,'','highlight','yellow',1),(1977,51,4,562,660,690,680,'','highlight','yellow',1),(1978,51,4,123,684,178,704,'','highlight','yellow',1),(1979,51,4,210,809,630,829,'','highlight','yellow',1),(1980,51,4,187,859,702,879,'','highlight','yellow',1),(1981,51,4,123,886,258,906,'','highlight','yellow',1),(1982,51,4,575,1010,690,1030,'','highlight','yellow',1),(1983,51,4,125,1037,646,1057,'','highlight','yellow',1),(1994,51,5,490,189,686,209,'','highlight','yellow',1),(1995,51,5,130,220,183,240,'','highlight','yellow',1),(1996,51,5,123,836,309,856,'','highlight','yellow',1),(1997,51,5,126,343,297,363,'','highlight','yellow',1),(1998,51,5,290,914,627,934,'','highlight','yellow',1),(1999,51,6,125,558,662,578,'','highlight','yellow',1),(2021,51,7,600,132,688,152,'','highlight','yellow',1),(2022,51,7,131,161,147,181,'','highlight','yellow',1),(2023,51,7,162,157,690,177,'','highlight','yellow',1),(2024,51,7,140,183,266,203,'','highlight','yellow',1),(2025,51,7,582,337,700,357,'','highlight','yellow',1),(2026,51,7,132,362,683,382,'','highlight','yellow',1),(2027,51,7,131,387,160,407,'','highlight','yellow',1),(2031,51,8,134,235,683,255,'','highlight','yellow',1),(2032,51,8,127,262,166,282,'','highlight','yellow',1),(2033,51,8,131,363,209,383,'','highlight','yellow',1),(2034,51,4,171,212,703,232,'','highlight','yellow',0),(2035,51,4,121,238,330,258,'','highlight','yellow',0),(2036,51,4,124,380,478,400,'','highlight','yellow',0),(2037,51,4,474,510,692,530,'','highlight','yellow',0),(2038,51,4,124,533,268,553,'','highlight','yellow',0),(2039,51,4,562,660,690,680,'','highlight','yellow',0),(2040,51,4,123,684,178,704,'','highlight','yellow',0),(2041,51,4,210,809,630,829,'','highlight','yellow',0),(2042,51,4,187,859,702,879,'','highlight','yellow',0),(2043,51,4,123,886,258,906,'','highlight','yellow',0),(2044,51,4,575,1010,690,1030,'','highlight','yellow',0),(2045,51,4,125,1037,646,1057,'','highlight','yellow',0),(2046,51,5,490,189,686,209,'','highlight','yellow',0),(2047,51,5,130,220,183,240,'','highlight','yellow',0),(2048,51,5,123,836,309,856,'','highlight','yellow',0),(2049,51,5,126,343,297,363,'','highlight','yellow',0),(2050,51,5,290,914,627,934,'','highlight','yellow',0),(2051,51,6,125,558,662,578,'','highlight','yellow',0),(2052,51,7,600,132,688,152,'','highlight','yellow',0),(2053,51,7,131,161,147,181,'','highlight','yellow',0),(2054,51,7,162,157,690,177,'','highlight','yellow',0),(2055,51,7,140,183,266,203,'','highlight','yellow',0),(2056,51,7,582,337,700,357,'','highlight','yellow',0),(2057,51,7,132,362,683,382,'','highlight','yellow',0),(2058,51,7,131,387,160,407,'','highlight','yellow',0),(2059,51,8,134,235,683,255,'','highlight','yellow',0),(2060,51,8,127,262,166,282,'','highlight','yellow',0),(2061,51,8,131,363,209,383,'','highlight','yellow',0),(2088,49,0,336,217,696,237,'','highlight','red',1),(2089,49,0,125,249,690,269,'','highlight','red',1),(2090,49,0,125,281,559,301,'','highlight','red',1),(2091,49,0,153,309,697,329,'','highlight','yellow',1),(2092,49,0,117,345,496,365,'','highlight','yellow',1),(2093,49,0,355,377,695,397,'','highlight','yellow',1),(2146,49,1,637,237,713,257,'','highlight','yellow',1),(2147,49,1,121,272,673,292,'','highlight','yellow',1),(2148,49,1,327,330,688,350,'','highlight','yellow',1),(2149,49,1,127,365,382,385,'','highlight','yellow',1),(2150,49,1,410,401,582,421,'','highlight','yellow',1),(2151,49,1,164,430,704,450,'','highlight','yellow',1),(2152,49,1,122,465,164,485,'','highlight','yellow',1),(2153,49,1,148,623,335,643,'','highlight','red',1),(2154,49,1,224,882,604,902,'','highlight','yellow',1),(2176,49,2,297,212,706,232,'','highlight','yellow',1),(2177,49,2,480,278,702,298,'','highlight','yellow',1),(2178,49,2,123,303,183,323,'','highlight','yellow',1),(2179,49,2,255,406,712,426,'','highlight','yellow',1),(2180,49,2,117,433,386,453,'','highlight','yellow',1),(2181,49,2,598,775,700,795,'','highlight','yellow',1),(2182,49,2,117,801,277,821,'','highlight','yellow',1),(2183,49,0,336,217,696,237,'','highlight','red',0),(2184,49,0,125,249,690,269,'','highlight','red',0),(2185,49,0,125,281,559,301,'','highlight','red',0),(2186,49,0,153,309,697,329,'','highlight','yellow',0),(2187,49,0,117,345,496,365,'','highlight','yellow',0),(2188,49,0,355,377,695,397,'','highlight','yellow',0),(2189,49,1,637,237,713,257,'','highlight','yellow',0),(2190,49,1,121,272,673,292,'','highlight','yellow',0),(2191,49,1,327,330,688,350,'','highlight','yellow',0),(2192,49,1,127,365,382,385,'','highlight','yellow',0),(2193,49,1,410,401,582,421,'','highlight','yellow',0),(2194,49,1,164,430,704,450,'','highlight','yellow',0),(2195,49,1,122,465,164,485,'','highlight','yellow',0),(2196,49,1,148,623,335,643,'','highlight','red',0),(2197,49,1,224,882,604,902,'','highlight','yellow',0),(2198,49,2,297,212,706,232,'','highlight','yellow',0),(2199,49,2,480,278,702,298,'','highlight','yellow',0),(2200,49,2,123,303,183,323,'','highlight','yellow',0),(2201,49,2,255,406,712,426,'','highlight','yellow',0),(2202,49,2,117,433,386,453,'','highlight','yellow',0),(2203,49,2,598,775,700,795,'','highlight','yellow',0),(2204,49,2,117,801,277,821,'','highlight','yellow',0),(2215,58,0,77,227,291,247,'','highlight','yellow',1),(2216,58,0,81,246,370,266,'','highlight','yellow',1),(2217,58,0,110,295,336,315,'','highlight','yellow',1),(2218,58,0,355,314,588,334,'','highlight','yellow',1),(2219,58,0,109,1041,477,1061,'','highlight','yellow',1),(2221,58,0,77,227,291,247,'','highlight','yellow',0),(2222,58,0,81,246,370,266,'','highlight','yellow',0),(2223,58,0,110,295,336,315,'','highlight','yellow',0),(2224,58,0,355,314,588,334,'','highlight','yellow',0),(2225,58,0,109,1041,477,1061,'','highlight','yellow',0),(2226,58,1,81,234,702,254,'','highlight','yellow',0),(2227,58,1,81,234,702,254,'','highlight','yellow',1); /*!40000 ALTER TABLE `mdl_assignfeedback_editpdf_annot` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assignfeedback_editpdf_cmnt` -- DROP TABLE IF EXISTS `mdl_assignfeedback_editpdf_cmnt`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_assignfeedback_editpdf_cmnt` ( `id` bigint NOT NULL AUTO_INCREMENT, `gradeid` bigint NOT NULL DEFAULT '0', `x` bigint DEFAULT '0', `y` bigint DEFAULT '0', `width` bigint DEFAULT '120', `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `pageno` bigint NOT NULL DEFAULT '0', `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT 'black', `draft` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `mdl_assieditcmnt_grapag_ix` (`gradeid`,`pageno`), KEY `mdl_assieditcmnt_gra_ix` (`gradeid`) ) ENGINE=InnoDB AUTO_INCREMENT=91 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores comments added to pdfs'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assignfeedback_editpdf_cmnt` -- LOCK TABLES `mdl_assignfeedback_editpdf_cmnt` WRITE; /*!40000 ALTER TABLE `mdl_assignfeedback_editpdf_cmnt` DISABLE KEYS */; INSERT INTO `mdl_assignfeedback_editpdf_cmnt` VALUES (2,47,664,875,163,'這可能是很好的要點,但我讀起來不太確定為何要在這個地方講這件事。',0,'blue',1),(6,47,526,803,260,'這裡可以使用更貼切的標點符號',2,'red',1),(7,47,664,875,163,'這可能是很好的要點,但我讀起來不太確定為何要在這個地方講這件事。',0,'blue',0),(8,47,526,803,260,'這裡可以使用更貼切的標點符號',2,'red',0),(37,46,554,268,253,'如果有資料佐證會更好',0,'red',1),(38,46,677,480,150,'我不太懂「沉浸式體驗」的意思,或是這個概念和這張專輯的關係',0,'red',1),(52,46,85,148,278,'如果可以把社交媒體的出處和原文貼上來會更好',1,'red',1),(53,46,554,268,253,'如果有資料佐證會更好',0,'red',0),(54,46,677,480,150,'我不太懂「沉浸式體驗」的意思,或是這個概念和這張專輯的關係',0,'red',0),(55,46,85,148,278,'如果可以把社交媒體的出處和原文貼上來會更好',1,'red',0),(68,44,448,318,210,'我會好奇你怎麼定義「救贖」、這部作品怎麼定義「救贖」、韓國社會怎麼定義「救贖」(同時,韓國社會有很多族群,對救贖的定義各自不同)。',0,'red',0),(70,44,448,318,210,'我會好奇你怎麼定義「救贖」、這部作品怎麼定義「救贖」、韓國社會怎麼定義「救贖」(同時,韓國社會有很多族群,對救贖的定義各自不同)。',0,'red',1),(74,48,592,174,235,'這在青少年事工中真是非常有意義的做法!',5,'yellow',1),(75,48,592,174,235,'這在青少年事工中真是非常有意義的做法!',5,'yellow',0),(79,45,506,382,275,'這一段沒有標明出處',0,'red',1),(80,45,683,556,138,'不確定為什麼這句話放在這裡。感覺應該放在第一段。',0,'red',1),(81,45,506,382,275,'這一段沒有標明出處',0,'red',0),(82,45,683,556,138,'不確定為什麼這句話放在這裡。感覺應該放在第一段。',0,'red',0),(86,49,597,253,205,'缺少出處',0,'red',1),(88,49,334,624,412,'出處?',1,'red',1),(89,49,597,253,205,'缺少出處',0,'red',0),(90,49,334,624,412,'出處?',1,'red',0); /*!40000 ALTER TABLE `mdl_assignfeedback_editpdf_cmnt` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assignfeedback_editpdf_quick` -- DROP TABLE IF EXISTS `mdl_assignfeedback_editpdf_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_assignfeedback_editpdf_quick` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `width` bigint NOT NULL DEFAULT '120', `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT 'yellow', PRIMARY KEY (`id`), KEY `mdl_assieditquic_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores teacher specified quicklist comments'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assignfeedback_editpdf_quick` -- LOCK TABLES `mdl_assignfeedback_editpdf_quick` WRITE; /*!40000 ALTER TABLE `mdl_assignfeedback_editpdf_quick` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_assignfeedback_editpdf_quick` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assignfeedback_editpdf_rot` -- DROP TABLE IF EXISTS `mdl_assignfeedback_editpdf_rot`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_assignfeedback_editpdf_rot` ( `id` bigint NOT NULL AUTO_INCREMENT, `gradeid` bigint NOT NULL DEFAULT '0', `pageno` bigint NOT NULL DEFAULT '0', `pathnamehash` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `isrotated` tinyint(1) NOT NULL DEFAULT '0', `degree` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_assieditrot_grapag_uix` (`gradeid`,`pageno`), KEY `mdl_assieditrot_gra_ix` (`gradeid`) ) ENGINE=InnoDB AUTO_INCREMENT=146 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores rotation information of a page.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assignfeedback_editpdf_rot` -- LOCK TABLES `mdl_assignfeedback_editpdf_rot` WRITE; /*!40000 ALTER TABLE `mdl_assignfeedback_editpdf_rot` DISABLE KEYS */; INSERT INTO `mdl_assignfeedback_editpdf_rot` VALUES (1,2,0,'ebcab3424454987816d6d616d4dc5f76a4795eb8',0,0),(2,3,0,'189c74a50f90292280b7c1406e1fef25510a47bb',0,0),(3,4,0,'4d1646850d1438ae327e8e8e7150e0f6d22c07dd',0,0),(4,5,0,'54c15be7d832f24faa457c89b10fd225ccf06e2f',0,0),(5,6,0,'85f6f41771f7f3a01e7af85067631fd4b2eb107b',0,0),(6,6,1,'9d9b2e2aab0bb647f288254af8cc9fd5ae803d1f',0,0),(7,6,2,'7f6c9380de77c3d7773a0886acfde48b0bf895dc',0,0),(8,7,0,'3e9e2abe9a71d7ddcbc37bd2db9ce3003c40f497',0,0),(9,8,0,'51fb36d10edc1e42bddc0c23266fb9c8bc3a2428',0,0),(10,9,0,'d6a8ae01ff2c1fac97460cc044d176b2acc18214',0,0),(11,10,0,'4bece07e0f3ec286c18cca022cc177c958c5ecdf',0,0),(12,1,0,'b140c46011f783d72d72202b130f52066a0c010a',0,0),(13,19,0,'4dca3cb6393493d1e4e12207f69407e15335e13d',0,0),(14,20,0,'7390bef9c4259c0aac60584ffc91b3b6baa41e14',0,0),(15,18,0,'e8ace7e8e19d623d6edaba2d4f7cf765983da80e',0,0),(16,1,1,'1a13bad3a73405d07d59ea2160f58097e4421612',0,0),(17,1,2,'134405860deffeb93f2d5d2e7084cdad849e9519',0,0),(18,1,3,'1577932259b3f43866a8acee9c119d9786eb7a43',0,0),(19,21,0,'d8b54a3c78588531a0ca62def44e31f0a69f2d2d',0,0),(20,21,1,'202fec212e762ae26e8517e0f2d11a1f000e5aaf',0,0),(21,21,2,'f90e298654191f767ea8ec1d0e993c568aaaa7f5',0,0),(22,29,0,'00ee99c2b781bdfc3a8ef131db23c4e0a58265e3',0,0),(23,29,1,'c131284b8c4ebc4c45d6c52793ad5a2a41ffe375',0,0),(24,29,2,'d29de46cdd137c3eda3b61bfd65060a7683d211a',0,0),(25,39,0,'7988c435451d0ba697ad2de895409217629700d9',0,0),(26,39,1,'e4a870fd3838998278c1bcf8f7448ac9b0a763fc',0,0),(27,39,2,'e4c7b5e86574617cf0ddd5c830e0e4b2ca6734f3',0,0),(28,22,0,'0f949d01b25524e220e762c4f8616d1475718ac4',0,0),(29,22,1,'1d1faa5803b0b13579dc2ad74ee3dd313bbcfd41',0,0),(30,22,2,'c001cd332b1071347a8b9075700099e41f282282',0,0),(31,31,0,'3d3094511e8f7638d36cd1cd531f778883f93d6f',0,0),(32,25,0,'82ad0e42a8c018ab9f79cf6ba25efdd8bd5d52be',0,0),(33,25,1,'db5a68052fea6ede6275f1da6a22fa600b325fc9',0,0),(34,25,2,'67f1ffb213ff31767edc0942cea9851ec4c0bca5',0,0),(35,32,0,'000a9c8accd5e8518e99aee42fa8dc93bff2f1df',0,0),(36,32,1,'65318d2f9b1d4502fd816be671a52aa8991369de',0,0),(37,32,2,'91d650bc06c1a761c0bef85f88513b9520a2d012',0,0),(38,26,0,'e0b0d8f9e5aeba7bbaafe5c2f611521116ff433f',0,0),(39,26,1,'20e135fa9c97f197f85651695f943b1809af5195',0,0),(40,26,2,'adf344a8a8bc75ca7a2f78a5762fb65bed5209aa',0,0),(41,27,0,'a194d2fd00a9414defe5fb331b826c5a64321709',0,0),(42,27,1,'9b6b848bd5f4fc45a229b368ac09e8833cad0a68',0,0),(43,27,2,'b9c462e6d993bd688919050ede6a747eda1693c2',0,0),(44,28,0,'21b8d85545b02cf9ba71cf31ece30ea1768a2e80',0,0),(45,28,1,'af79f047bc0f3361e01b4a6ab8ef133ca1a0cd62',0,0),(46,28,2,'91830c8a8a9afc47e69f33fd56f111bd56e3b0bb',0,0),(47,37,0,'5b42e9a36e12587ad85e92b5f46011c92a60881b',0,0),(48,37,1,'44a45ecb39b067543c93e1dbf6b84027123d7a8f',0,0),(49,37,2,'6b77bf46def17c8a12ac7a32f9ed036b04c1bb59',0,0),(50,11,0,'3fe6cba165f44f9aa583458a7cb867e02ed93d04',0,0),(51,12,0,'94f9aa47b9e57f24780fe5e215a44c7c8a880663',0,0),(52,13,0,'e81c3c94f27f99067cecbc936dfb290595350e26',0,0),(53,14,0,'f605e59b9faa3add92b950063d3b374b44d6d584',0,0),(54,15,0,'fb8d87d44e698ef85dd5f5a98f6f37f0f729ecb6',0,0),(55,16,0,'3edc777cf40a4f108cd2a4246b2d2f045332e2be',0,0),(56,17,0,'919a733317ce80d5c979dbb59aee1703634786a7',0,0),(57,30,0,'31fd16267bca07d3080d43fb1c6ee766a5d9157f',0,0),(58,33,0,'1d62a95eee50c3abb5e271b105738b5d069522bb',0,0),(59,34,0,'f12fefe78ce6768d7826255de972f7ea0369ad5f',0,0),(60,35,0,'0538e1c741a9aa91f5d9ba37aefff14c5409f934',0,0),(61,36,0,'3f3902d87ccd83c7570a0cc8554e50b6216f6c6c',0,0),(62,38,0,'3bad1aaa3868f169dd31cc9a9ff3a2ba3163e40c',0,0),(63,40,0,'9804c601fec0d52e8a931476fbe557b87d63cc28',0,0),(64,23,0,'753be1a8c56f36c539f0203c75e4853165f28f9d',0,0),(65,24,0,'00a2619de5eacd2c17039b985040bbb680fa3823',0,0),(66,41,0,'e60f02de076706779daa6ac2110d95c2cdec3f7d',0,0),(67,41,1,'a3781232dc44db1ed0b19cd068811b5df477ab19',0,0),(68,41,2,'1275d625543f0f62f29a2a38bc524ea1f813cddc',0,0),(69,41,3,'031c83f2e4835b5333913ea3ebba9e3b788b4e8f',0,0),(70,41,4,'807ff454cb309ca29b94f9f7e654ad365e5e48ca',0,0),(71,42,0,'c5b2a6014f52e04eb18208bd7ea46f7357086cc5',0,0),(72,42,1,'2ac9098f4092050b5354962f96e1c6454b876609',0,0),(73,42,2,'2f14776f478379fd4058ca445c7e6bf01ba03263',0,0),(74,42,3,'8e79083676d0dee5d527a8b40202e59f34f99b9f',0,0),(75,42,4,'524a0fa6956ad65bfe6231a02f099e572f3f9406',0,0),(76,42,5,'4da391d12804a690965989f99bfa45377530a9cc',0,0),(77,16,1,'0e8bbe5e92af59af5608534864956f3dbb19238f',0,0),(78,16,2,'5279153285b620609a2245640a4e1c5892038ae8',0,0),(79,16,3,'7dfb3da875910ca70f4fa0cf3cbba720096c4002',0,0),(80,43,0,'d0fb29a789dce802d3e51b0d825d11cc38f0bf97',0,0),(81,43,1,'0b9b15e665b1c14426d1823163b739ea716ce9b7',0,0),(82,43,2,'1f0cd417db8a956aa5e7d21a3cb023bc4186fafc',0,0),(83,43,3,'a210b502496d520d50dd78c7be75814aec19cb18',0,0),(84,43,4,'3844ffb0ff074d0d8eeeabe95d315e0009d70f0b',0,0),(85,43,5,'3b18442fac034bbb9f4e6caeb7d82d37052dfe1d',0,0),(86,38,1,'d4e67f5e0f95644b96f579f9bb7018119a625cce',0,0),(87,38,2,'d151b4be517823b34098db53ccdf16d01f9e77e1',0,0),(88,44,0,'de5a67ab2675c91e992d9a18244d494f7c6bab70',0,0),(89,44,1,'a5b520789d97fd1b4202a90370ac7e796a0e1186',0,0),(90,44,2,'f5ca478466c357f9283a6355d476262e0d4f57c7',0,0),(91,45,0,'862ad655f24573d41f51779a89e8926be7d885ec',0,0),(92,45,1,'33953f7fb2c4a7c78e56bbd8b93d94b84f634c14',0,0),(93,45,2,'a4508d4b3d6b31e7630b54b04af9c70dc644d997',0,0),(94,45,3,'43042cc8de86760d8567b591be745cc903f37edf',0,0),(95,46,0,'b5d2f06bfcde1ea719d95e92597e5a68f198cf5b',0,0),(96,46,1,'240e377667138e9dc9875656d9359cdbe0fe59c9',0,0),(97,46,2,'6d9cd1b17eecef178750cf72b686e3154aaa11a1',0,0),(98,46,3,'a739ec1f140c0f6a2a85a8bd239ae403d1bdf871',0,0),(99,47,0,'f8b7b89fac9b7378d9db1a0d591785b580cbe216',0,0),(100,47,1,'f0c597c7ba112aac9f8492b5d0339b058c4e2632',0,0),(101,47,2,'77b7168fffbdcbe27b864a400ce2cecfd0cd757f',0,0),(102,47,3,'a72115a16e7cdd4e945edecf121d6c1c7bfe0466',0,0),(103,47,4,'5874460b831aab8f9e356b73f1ed0c68741af411',0,0),(104,47,5,'bebda0633e0c524159e7cc37d0204badd56faad9',0,0),(105,47,6,'9832f4d6b3962b978d02624721dc4f9cabd9b4e0',0,0),(106,48,0,'5a98e8058ee0a1e2639531b975943ab1e4e57481',0,0),(107,48,1,'425a081da17901fbfeeb6ef9e023c68990375a20',0,0),(108,48,2,'f5a31593a464105c139ace99eb01e7c838afbd42',0,0),(109,48,3,'c29a36ce6970ae4612ba5cb18929588ad959033a',0,0),(110,48,4,'bbd3c6eb1cd8a3bc575b9463ea4d95d9f8d27a6a',0,0),(111,48,5,'1f639f160aa5d00360a6882100d63eb187c223ff',0,0),(112,48,6,'2cd19eb3a4bbdee8c8f97374bde0630e7e9c2a74',0,0),(113,48,7,'bd99c68c07c33d7c025d1ca99a0151ebb413f35f',0,0),(114,48,8,'2325ea5f3860dd449ea1ece35028f52102b9b883',0,0),(115,48,9,'21c95822571d6e86587aec683ed01fe00f3f355b',0,0),(116,49,0,'1304ba610ef622495666bb6766b39c85dc597621',0,0),(117,49,1,'0c75e6ffd855fec9acf312602081da8fed95aef0',0,0),(118,49,2,'a8b20efc7a0c969e8f06d0db985e8b4e76c06017',0,0),(119,49,3,'b3346db16d8c9501fa0ebc629415adf9c817a20a',0,0),(120,50,0,'0cb1e826dda7970cba893375b1a11b4ef7240342',0,0),(121,50,1,'4db020e4794404b8f966aa8f5ed2380cf0bf99ee',0,0),(122,50,2,'3c4b5a94986299b52c240fa90bbe547aa784a36c',0,0),(123,50,3,'0cef5db3f01e07ba2a19ee11fb904f8323f5e948',0,0),(124,50,4,'382743900f4c5d319a487d37ee50a902397f061a',0,0),(125,51,0,'6929d24ba908ecbb57749dfcd66c6a3cc4cc7800',0,0),(126,51,1,'8b7c7a6db58e511bf8ca3a533267cea1f0b0bbde',0,0),(127,51,2,'2c3c3bde56a67246e6090d37c715dad2df5f9a08',0,0),(128,51,3,'9103b035a82992d310886388163588a4ae30fb51',0,0),(129,51,4,'c90bad0f5b4fbd2253561be9c14c042eb250484d',0,0),(130,51,5,'b20ccbd23b93d284850aadc186509a5748b90a84',0,0),(131,51,6,'ee520c7d009ff4b6ea23e6257e3dc38a7dab22ed',0,0),(132,51,7,'c1188d0564920a207dd340b07a93d04dd097fcfd',0,0),(133,51,8,'1de86cc06abb5705b27e801c2c0de0045c90d3bb',0,0),(134,51,9,'1208d38b12399b1a3becd64081b29567344a11fd',0,0),(135,57,0,'5453c47c9ea594a9ddf338ebe4ecdbf476456a85',0,0),(136,60,0,'bee0d93176ad079b9ca65e2aad3971173d2d8d97',0,0),(137,53,0,'87be65aafd38319ed489bd98d4fda0dba1a3e823',0,0),(138,54,0,'d5651de9fc6e4061bdc79fa19c32bc5e586b28d2',0,0),(139,55,0,'9771b1a3928826ceab26236954b1c9ce4616598e',0,0),(140,56,0,'a313efe7c8822de91919bb695464374e3c54a436',0,0),(141,52,0,'a96acf7aaff2d15976902beff2bc30e0ad65873a',0,0),(142,58,0,'923108bbad1ef6cc6fdda60914790f2282e6aa20',0,0),(143,58,1,'00948078c1d089632a511fa65823e34dfc64827f',0,0),(144,58,2,'a0e4b72f2a924e9e4fb90f810b4480ff882940fd',0,0),(145,58,3,'3da42a79fadaaccd4121bdfcfa99b056837176a7',0,0); /*!40000 ALTER TABLE `mdl_assignfeedback_editpdf_rot` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assignfeedback_file` -- DROP TABLE IF EXISTS `mdl_assignfeedback_file`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_assignfeedback_file` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `grade` bigint NOT NULL DEFAULT '0', `numfiles` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_assifile_ass2_ix` (`assignment`), KEY `mdl_assifile_gra_ix` (`grade`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores info about the number of files submitted by a student'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assignfeedback_file` -- LOCK TABLES `mdl_assignfeedback_file` WRITE; /*!40000 ALTER TABLE `mdl_assignfeedback_file` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_assignfeedback_file` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assignment` -- DROP TABLE IF EXISTS `mdl_assignment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_assignment` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `introformat` smallint NOT NULL DEFAULT '0', `assignmenttype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `resubmit` tinyint NOT NULL DEFAULT '0', `preventlate` tinyint NOT NULL DEFAULT '0', `emailteachers` tinyint NOT NULL DEFAULT '0', `var1` bigint DEFAULT '0', `var2` bigint DEFAULT '0', `var3` bigint DEFAULT '0', `var4` bigint DEFAULT '0', `var5` bigint DEFAULT '0', `maxbytes` bigint NOT NULL DEFAULT '100000', `timedue` bigint NOT NULL DEFAULT '0', `timeavailable` bigint NOT NULL DEFAULT '0', `grade` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_assi_cou2_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assignment` -- LOCK TABLES `mdl_assignment` WRITE; /*!40000 ALTER TABLE `mdl_assignment` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_assignment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assignment_submissions` -- DROP TABLE IF EXISTS `mdl_assignment_submissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_assignment_submissions` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `numfiles` bigint NOT NULL DEFAULT '0', `data1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `data2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `grade` bigint NOT NULL DEFAULT '0', `submissioncomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `format` smallint NOT NULL DEFAULT '0', `teacher` bigint NOT NULL DEFAULT '0', `timemarked` bigint NOT NULL DEFAULT '0', `mailed` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_assisubm_use2_ix` (`userid`), KEY `mdl_assisubm_mai_ix` (`mailed`), KEY `mdl_assisubm_tim_ix` (`timemarked`), KEY `mdl_assisubm_ass2_ix` (`assignment`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Info about submitted assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assignment_submissions` -- LOCK TABLES `mdl_assignment_submissions` WRITE; /*!40000 ALTER TABLE `mdl_assignment_submissions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_assignment_submissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assignment_upgrade` -- DROP TABLE IF EXISTS `mdl_assignment_upgrade`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_assignment_upgrade` ( `id` bigint NOT NULL AUTO_INCREMENT, `oldcmid` bigint NOT NULL DEFAULT '0', `oldinstance` bigint NOT NULL DEFAULT '0', `newcmid` bigint NOT NULL DEFAULT '0', `newinstance` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_assiupgr_old_ix` (`oldcmid`), KEY `mdl_assiupgr_old2_ix` (`oldinstance`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Info about upgraded assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assignment_upgrade` -- LOCK TABLES `mdl_assignment_upgrade` WRITE; /*!40000 ALTER TABLE `mdl_assignment_upgrade` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_assignment_upgrade` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assignsubmission_file` -- DROP TABLE IF EXISTS `mdl_assignsubmission_file`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_assignsubmission_file` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `submission` bigint NOT NULL DEFAULT '0', `numfiles` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_assifile_ass_ix` (`assignment`), KEY `mdl_assifile_sub_ix` (`submission`) ) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Info about file submissions for assignments'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assignsubmission_file` -- LOCK TABLES `mdl_assignsubmission_file` WRITE; /*!40000 ALTER TABLE `mdl_assignsubmission_file` DISABLE KEYS */; INSERT INTO `mdl_assignsubmission_file` VALUES (1,1,6,1),(2,1,7,1),(3,1,3,1),(4,1,10,1),(5,1,5,1),(6,1,14,1),(7,1,15,1),(8,1,11,1),(9,1,4,1),(10,1,2,1),(11,2,27,1),(12,2,13,1),(13,2,41,1),(14,2,18,1),(15,2,16,1),(16,2,31,1),(17,2,12,1),(18,2,32,1),(19,2,17,1),(20,2,33,1),(21,2,39,1),(22,3,47,1),(23,3,50,1),(24,1,9,1),(25,3,51,1),(26,2,40,1),(27,3,53,1),(28,3,49,1),(29,3,44,1),(30,3,45,1),(31,3,48,1),(32,3,54,1),(33,3,55,1),(34,3,52,2),(35,1,24,1),(36,3,61,1); /*!40000 ALTER TABLE `mdl_assignsubmission_file` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assignsubmission_onlinetext` -- DROP TABLE IF EXISTS `mdl_assignsubmission_onlinetext`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_assignsubmission_onlinetext` ( `id` bigint NOT NULL AUTO_INCREMENT, `assignment` bigint NOT NULL DEFAULT '0', `submission` bigint NOT NULL DEFAULT '0', `onlinetext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `onlineformat` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_assionli_ass_ix` (`assignment`), KEY `mdl_assionli_sub_ix` (`submission`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Info about onlinetext submission'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_assignsubmission_onlinetext` -- LOCK TABLES `mdl_assignsubmission_onlinetext` WRITE; /*!40000 ALTER TABLE `mdl_assignsubmission_onlinetext` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_assignsubmission_onlinetext` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_auth_lti_linked_login` -- DROP TABLE IF EXISTS `mdl_auth_lti_linked_login`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_auth_lti_linked_login` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `issuer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `issuer256` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sub` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sub256` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_authltilinklogi_useiss_uix` (`userid`,`issuer256`,`sub256`), KEY `mdl_authltilinklogi_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Accounts linked to a users Moodle account.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_auth_lti_linked_login` -- LOCK TABLES `mdl_auth_lti_linked_login` WRITE; /*!40000 ALTER TABLE `mdl_auth_lti_linked_login` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_auth_lti_linked_login` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_auth_oauth2_linked_login` -- DROP TABLE IF EXISTS `mdl_auth_oauth2_linked_login`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_auth_oauth2_linked_login` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, `userid` bigint NOT NULL, `issuerid` bigint NOT NULL, `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `email` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `confirmtoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `confirmtokenexpires` bigint DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_authoautlinklogi_useis_uix` (`userid`,`issuerid`,`username`), KEY `mdl_authoautlinklogi_issuse_ix` (`issuerid`,`username`), KEY `mdl_authoautlinklogi_use_ix` (`usermodified`), KEY `mdl_authoautlinklogi_use2_ix` (`userid`), KEY `mdl_authoautlinklogi_iss_ix` (`issuerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Accounts linked to a users Moodle account.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_auth_oauth2_linked_login` -- LOCK TABLES `mdl_auth_oauth2_linked_login` WRITE; /*!40000 ALTER TABLE `mdl_auth_oauth2_linked_login` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_auth_oauth2_linked_login` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_backup_controllers` -- DROP TABLE IF EXISTS `mdl_backup_controllers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_backup_controllers` ( `id` bigint NOT NULL AUTO_INCREMENT, `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `operation` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'backup', `type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemid` bigint NOT NULL, `format` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `interactive` smallint NOT NULL, `purpose` smallint NOT NULL, `userid` bigint NOT NULL, `status` smallint NOT NULL, `execution` smallint NOT NULL, `executiontime` bigint NOT NULL, `checksum` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `progress` decimal(15,14) NOT NULL DEFAULT '0.00000000000000', `controller` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_backcont_bac_uix` (`backupid`), KEY `mdl_backcont_typite_ix` (`type`,`itemid`), KEY `mdl_backcont_useite_ix` (`userid`,`itemid`), KEY `mdl_backcont_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='To store the backup_controllers as they are used'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_backup_controllers` -- LOCK TABLES `mdl_backup_controllers` WRITE; /*!40000 ALTER TABLE `mdl_backup_controllers` DISABLE KEYS */; INSERT INTO `mdl_backup_controllers` VALUES (42,'5118f960309cb2536cbcbacb570e8973','backup','course',2,'moodle2',1,20,2,500,1,0,'a66afc2c72995942164817c49778ae96',1772552774,1772552790,0.00000000000000,'TzoxNzoiYmFja3VwX2NvbnRyb2xsZXIiOjIxOntzOjExOiIAKgBiYWNrdXBpZCI7czozMjoiNTExOGY5NjAzMDljYjI1MzZjYmNiYWNiNTcwZTg5NzMiO3M6NzoiACoAdHlwZSI7czo2OiJjb3Vyc2UiO3M6NToiACoAaWQiO3M6MToiMiI7czoxMToiACoAY291cnNlaWQiO3M6MToiMiI7czo5OiIAKgBmb3JtYXQiO3M6NzoibW9vZGxlMiI7czoxNDoiACoAaW50ZXJhY3RpdmUiO2I6MTtzOjc6IgAqAG1vZGUiO2k6MjA7czo5OiIAKgB1c2VyaWQiO3M6MToiMiI7czoxMjoiACoAb3BlcmF0aW9uIjtzOjY6ImJhY2t1cCI7czo5OiIAKgBzdGF0dXMiO2k6NTAwO3M6NzoiACoAcGxhbiI7TzoxMToiYmFja3VwX3BsYW4iOjk6e3M6MTM6IgAqAGNvbnRyb2xsZXIiO3I6MTtzOjExOiIAKgBiYXNlcGF0aCI7czo2NzoiL2RhdGFkcml2ZS9tb29kbGVkYXRhL3RlbXAvYmFja3VwLy81MTE4Zjk2MDMwOWNiMjUzNmNiY2JhY2I1NzBlODk3MyI7czoyMzoiACoAZXhjbHVkaW5nZGFjdGl2aXRpZXMiO2I6MDtzOjEyOiIAKgBrZXB0cm9sZXMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoxMToiYmFja3VwX3BsYW4iO3M6MTE6IgAqAHNldHRpbmdzIjthOjE0Nzp7czo4OiJmaWxlbmFtZSI7TzoyMzoiYmFja3VwX2ZpbGVuYW1lX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjE7czo3OiIAKgBuYW1lIjtzOjg6ImZpbGVuYW1lIjtzOjg6IgAqAHZhbHVlIjtzOjEwOiJiYWNrdXAubWJ6IjtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtzOjEwOiJiYWNrdXAubWJ6IjtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImZpbGUiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyMjoiYmFja3VwX3NldHRpbmdfdWlfdGV4dCI6Nzp7czo3OiIAKgB0eXBlIjtpOjQwO3M6MTA6IgAqAG9wdGlvbnMiO2E6MTp7czo0OiJzaXplIjtpOjUwO31zOjc6IgAqAG5hbWUiO3M6MTM6InJvb3RfZmlsZW5hbWUiO3M6ODoiACoAbGFiZWwiO3M6ODoiRmlsZW5hbWUiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTk7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6NToidXNlcnMiO086MjA6ImJhY2t1cF91c2Vyc19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxO3M6NzoiACoAbmFtZSI7czo1OiJ1c2VycyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo1O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTo3MDp7czo5OiJhbm9ueW1pemUiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozOTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjI0OiJiYWNrdXBfYW5vbnltaXplX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjE7czo3OiIAKgBuYW1lIjtzOjk6ImFub255bWl6ZSI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MDtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo1OiJ1c2VycyI7cjo0ODt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjE0OiJyb290X2Fub255bWl6ZSI7czo4OiIAKgBsYWJlbCI7czoyNjoiQW5vbnltaXplIHVzZXIgaW5mb3JtYXRpb24iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NTE7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aTowO31zOjE2OiJyb2xlX2Fzc2lnbm1lbnRzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMToiYmFja3VwX3JvbGVfYXNzaWdubWVudHNfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTtzOjc6IgAqAG5hbWUiO3M6MTY6InJvbGVfYXNzaWdubWVudHMiO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjA7czo5OiIAKgBzdGF0dXMiO2k6NztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjE6e3M6NToidXNlcnMiO3I6NzU7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyMToicm9vdF9yb2xlX2Fzc2lnbm1lbnRzIjtzOjg6IgAqAGxhYmVsIjtzOjI5OiJJbmNsdWRlIHVzZXIgcm9sZSBhc3NpZ25tZW50cyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo3ODt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6ODoiY29tbWVudHMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozOTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjIzOiJiYWNrdXBfY29tbWVudHNfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTtzOjc6IgAqAG5hbWUiO3M6ODoiY29tbWVudHMiO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjA7czo5OiIAKgBzdGF0dXMiO2k6NztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjE6e3M6NToidXNlcnMiO3I6MTAyO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MTM6InJvb3RfY29tbWVudHMiO3M6ODoiACoAbGFiZWwiO3M6MTY6IkluY2x1ZGUgY29tbWVudHMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTA1O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czo2OiJiYWRnZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozOTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjIxOiJiYWNrdXBfYmFkZ2VzX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjE7czo3OiIAKgBuYW1lIjtzOjY6ImJhZGdlcyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtPOjI1OiJiYWNrdXBfYWN0aXZpdGllc19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxO3M6NzoiACoAbmFtZSI7czoxMDoiYWN0aXZpdGllcyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTo1MDp7czo2OiJiYWRnZXMiO3I6MTQyO3M6MTU6ImdyYWRlX2hpc3RvcmllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE0NDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjIyOiJiYWNrdXBfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxO3M6NzoiACoAbmFtZSI7czoxNToiZ3JhZGVfaGlzdG9yaWVzIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aTowO3M6OToiACoAc3RhdHVzIjtpOjc7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxNTc7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTA6ImFjdGl2aXRpZXMiO3I6MTU0O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MjA6InJvb3RfZ3JhZGVfaGlzdG9yaWVzIjtzOjg6IgAqAGxhYmVsIjtzOjIxOiJJbmNsdWRlIGdyYWRlIGhpc3RvcnkiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTU3O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxNDoidXJsXzhfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxNDQ7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMToiYmFja3VwX2FjdGl2aXR5X2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjE0OiJ1cmxfOF9pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjE0OiJ1cmxfOF91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE5MDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJiYWNrdXBfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjE0OiJ1cmxfOF91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MjAyO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE4OiJzZWN0aW9uXzFfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7TzozMToiYmFja3VwX3NlY3Rpb25fdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6OTtzOjc6IgAqAG5hbWUiO3M6MTg6InNlY3Rpb25fMV91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToyOntzOjE0OiJ1cmxfOF91c2VyaW5mbyI7cjoyMTg7czoxNzoiZm9ydW1fNThfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMjA7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMjoiYmFja3VwX2FjdGl2aXR5X3VzZXJpbmZvX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoxNzoiZm9ydW1fNThfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjA7czo5OiIAKgBzdGF0dXMiO2k6NztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjM6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozOTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjIzMztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxODoic2VjdGlvbl8xX3VzZXJpbmZvIjtyOjIzMDtzOjE3OiJmb3J1bV81OF9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtPOjMxOiJiYWNrdXBfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MTc6ImZvcnVtXzU4X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MTc6ImZvcnVtXzU4X3VzZXJpbmZvIjtyOjI1MDt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE0NDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjI1MjtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxODoic2VjdGlvbl8xX2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO086MzE6ImJhY2t1cF9zZWN0aW9uX2luY2x1ZGVkX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjk7czo3OiIAKgBuYW1lIjtzOjE4OiJzZWN0aW9uXzFfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6Mzp7czoxODoic2VjdGlvbl8xX3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjcxO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MjIwO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE0OiJ1cmxfOF9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjI3MTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE5MDtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxNzoiZm9ydW1fNThfaW5jbHVkZWQiO3I6MjY5O31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI2OiJzZWN0aW9uX3NlY3Rpb25fMV9pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czoxMjoi6Kqy56iL6LOH6KiKIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjI3MTt9czo3OiIAKgBoZWxwIjthOjA6e319czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoyNTI7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MjY6ImFjdGl2aXR5X2ZvcnVtXzU4X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjEzOiJBbm5vdW5jZW1lbnRzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO086MTA6ImltYWdlX2ljb24iOjM6e3M6MzoicGl4IjtzOjg6Im1vbm9sb2dvIjtzOjk6ImNvbXBvbmVudCI7czo1OiJmb3J1bSI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjU6IkZvcnVtIjtzOjU6InRpdGxlIjtzOjU6IkZvcnVtIjt9fXM6MTA6IgAqAHNldHRpbmciO3I6MjUyO31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjIzMztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyNjoiYWN0aXZpdHlfZm9ydW1fNThfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMzM7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MjIwO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE4OiJzZWN0aW9uXzFfaW5jbHVkZWQiO3I6MjgwO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MjY6InNlY3Rpb25fc2VjdGlvbl8xX3VzZXJpbmZvIjtzOjg6IgAqAGxhYmVsIjtzOjk6IlVzZXIgZGF0YSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMjA7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MjAyO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE0OiJ1cmxfOF9pbmNsdWRlZCI7cjoxOTk7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyMzoiYWN0aXZpdHlfdXJsXzhfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMDI7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7cjoxODc7czoxODoic2VjdGlvbl8xX2luY2x1ZGVkIjtyOjI4Njt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjIzOiJhY3Rpdml0eV91cmxfOF9pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czoxODoi6I+v56We5a2457+S5bmz5Y+wIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO086MTA6ImltYWdlX2ljb24iOjM6e3M6MzoicGl4IjtzOjg6Im1vbm9sb2dvIjtzOjk6ImNvbXBvbmVudCI7czozOiJ1cmwiO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czozOiJVUkwiO3M6NToidGl0bGUiO3M6MzoiVVJMIjt9fXM6MTA6IgAqAHNldHRpbmciO3I6MTkwO31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxNzoiZm9ydW1fNThfaW5jbHVkZWQiO3I6MjYzO3M6MjA6InJlc291cmNlXzEyX2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTQ0O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzE6ImJhY2t1cF9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoyMDoicmVzb3VyY2VfMTJfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoyMDoicmVzb3VyY2VfMTJfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0MDM7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMjoiYmFja3VwX2FjdGl2aXR5X3VzZXJpbmZvX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoyMDoicmVzb3VyY2VfMTJfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjA7czo5OiIAKgBzdGF0dXMiO2k6NztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjM6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozOTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjQxNTtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxODoic2VjdGlvbl81X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO086MzE6ImJhY2t1cF9zZWN0aW9uX3VzZXJpbmZvX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjk7czo3OiIAKgBuYW1lIjtzOjE4OiJzZWN0aW9uXzVfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjA7czo5OiIAKgBzdGF0dXMiO2k6NztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoyMDoicmVzb3VyY2VfMTJfdXNlcmluZm8iO3I6NDMxO31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo0MzM7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTg6InNlY3Rpb25fNV9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtPOjMxOiJiYWNrdXBfc2VjdGlvbl9pbmNsdWRlZF9zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aTo5O3M6NzoiACoAbmFtZSI7czoxODoic2VjdGlvbl81X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjI6e3M6MTg6InNlY3Rpb25fNV91c2VyaW5mbyI7cjo0NTA7czoyMDoicmVzb3VyY2VfMTJfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0NTI7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo0MDM7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI2OiJzZWN0aW9uX3NlY3Rpb25fNV9pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czo0OToi56ys5LiA6YCxICg5LzIxKe+8muiHquaIkeS7i+e0ueOAgeWNs+iIiOeahOW/g+aFiyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0NTI7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NDMzO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI2OiJzZWN0aW9uX3NlY3Rpb25fNV91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czo5OiJVc2VyIGRhdGEiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NDMzO31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjQxNTtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoyMDoicmVzb3VyY2VfMTJfaW5jbHVkZWQiO3I6NDEyO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjk6ImFjdGl2aXR5X3Jlc291cmNlXzEyX3VzZXJpbmZvIjtzOjg6IgAqAGxhYmVsIjtzOjE6Ii0iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NDE1O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO3I6NDAwO3M6MTg6InNlY3Rpb25fNV9pbmNsdWRlZCI7cjo0NjI7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyOToiYWN0aXZpdHlfcmVzb3VyY2VfMTJfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6MTU6IuesrOS4gOmAseism+e+qSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtPOjEwOiJpbWFnZV9pY29uIjozOntzOjM6InBpeCI7czo4OiJtb25vbG9nbyI7czo5OiJjb21wb25lbnQiO3M6ODoicmVzb3VyY2UiO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo0OiJGaWxlIjtzOjU6InRpdGxlIjtzOjQ6IkZpbGUiO319czoxMDoiACoAc2V0dGluZyI7cjo0MDM7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjIwOiJyZXNvdXJjZV8xM19pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE0NDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMxOiJiYWNrdXBfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MjA6InJlc291cmNlXzEzX2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MjA6InJlc291cmNlXzEzX3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NTM2O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6ImJhY2t1cF9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MjA6InJlc291cmNlXzEzX3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aTowO3M6OToiACoAc3RhdHVzIjtpOjc7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo1NDg7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTg6InNlY3Rpb25fNF91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtPOjMxOiJiYWNrdXBfc2VjdGlvbl91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aTo5O3M6NzoiACoAbmFtZSI7czoxODoic2VjdGlvbl80X3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aTowO3M6OToiACoAc3RhdHVzIjtpOjc7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjQ6e3M6MjA6InJlc291cmNlXzEzX3VzZXJpbmZvIjtyOjU2NDtzOjE1OiJ1cmxfMTRfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo1NjY7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMjoiYmFja3VwX2FjdGl2aXR5X3VzZXJpbmZvX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoxNToidXJsXzE0X3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aTowO3M6OToiACoAc3RhdHVzIjtpOjc7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo1Nzk7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTg6InNlY3Rpb25fNF91c2VyaW5mbyI7cjo1NzY7czoxNToidXJsXzE0X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO086MzE6ImJhY2t1cF9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoxNToidXJsXzE0X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MTU6InVybF8xNF91c2VyaW5mbyI7cjo1OTY7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxNDQ7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo1OTg7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTg6InNlY3Rpb25fNF9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtPOjMxOiJiYWNrdXBfc2VjdGlvbl9pbmNsdWRlZF9zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aTo5O3M6NzoiACoAbmFtZSI7czoxODoic2VjdGlvbl80X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjU6e3M6MTg6InNlY3Rpb25fNF91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjYxNztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjU2NjtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoyMDoicmVzb3VyY2VfMTNfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo2MTc7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo1MzY7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTU6InVybF8xNF9pbmNsdWRlZCI7cjo2MTU7czoyMDoicmVzb3VyY2VfMTZfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo2MTc7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMToiYmFja3VwX2FjdGl2aXR5X2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjIwOiJyZXNvdXJjZV8xNl9pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjIwOiJyZXNvdXJjZV8xNl91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjY0MjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJiYWNrdXBfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjIwOiJyZXNvdXJjZV8xNl91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NjU0O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE4OiJzZWN0aW9uXzRfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo1NjY7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo2NTQ7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MjA6InJlc291cmNlXzE2X2luY2x1ZGVkIjtyOjY1MTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI5OiJhY3Rpdml0eV9yZXNvdXJjZV8xNl91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjY1NDt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTQ0O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NjQyO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE4OiJzZWN0aW9uXzRfaW5jbHVkZWQiO3I6NjM5O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjk6ImFjdGl2aXR5X3Jlc291cmNlXzE2X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjE1OiLnrKzkuozpgLHorJvnvqkiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjg6InJlc291cmNlIjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6NDoiRmlsZSI7czo1OiJ0aXRsZSI7czo0OiJGaWxlIjt9fXM6MTA6IgAqAHNldHRpbmciO3I6NjQyO31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxNzoiZm9ydW1fMThfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo2MTc7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMToiYmFja3VwX2FjdGl2aXR5X2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjE3OiJmb3J1bV8xOF9pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjE3OiJmb3J1bV8xOF91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjcyMDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJiYWNrdXBfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjE3OiJmb3J1bV8xOF91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NzMyO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE4OiJzZWN0aW9uXzRfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo1NjY7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo3MzI7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTc6ImZvcnVtXzE4X2luY2x1ZGVkIjtyOjcyOTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI2OiJhY3Rpdml0eV9mb3J1bV8xOF91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjczMjt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTQ0O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NzIwO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE4OiJzZWN0aW9uXzRfaW5jbHVkZWQiO3I6NzE3O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MjY6ImFjdGl2aXR5X2ZvcnVtXzE4X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjIxOiLnrKzkuozpgLHoqrLliY3oqI7oq5YiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjU6ImZvcnVtIjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6NToiRm9ydW0iO3M6NToidGl0bGUiO3M6NToiRm9ydW0iO319czoxMDoiACoAc2V0dGluZyI7cjo3MjA7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyNjoic2VjdGlvbl9zZWN0aW9uXzRfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6NTU6IuesrOS6jOmAsSAoOS8yOCnvvJrku6XogZbpnYjoq5bngrrln7rnpI7nmoTmlofljJbkupLli5UiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NjE3O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjU5ODtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyNDoiYWN0aXZpdHlfdXJsXzE0X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjIxOiLnrKzkuozpgLHoqrLliY3oqI7oq5YiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjM6InVybCI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjM6IlVSTCI7czo1OiJ0aXRsZSI7czozOiJVUkwiO319czoxMDoiACoAc2V0dGluZyI7cjo1OTg7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NTc5O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI0OiJhY3Rpdml0eV91cmxfMTRfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo1Nzk7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjIwOiJyZXNvdXJjZV8xNl91c2VyaW5mbyI7cjo2NzA7czoxNzoiZm9ydW1fMThfdXNlcmluZm8iO3I6NzQ4O31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo1NjY7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTg6InNlY3Rpb25fNF9pbmNsdWRlZCI7cjo2MjY7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyNjoic2VjdGlvbl9zZWN0aW9uXzRfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6OToiVXNlciBkYXRhIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjU2Njt9czo3OiIAKgBoZWxwIjthOjA6e319czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo1NDg7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MjA6InJlc291cmNlXzEzX2luY2x1ZGVkIjtyOjU0NTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI5OiJhY3Rpdml0eV9yZXNvdXJjZV8xM191c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjU0ODt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtyOjUzMztzOjE4OiJzZWN0aW9uXzRfaW5jbHVkZWQiO3I6NjMyO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjk6ImFjdGl2aXR5X3Jlc291cmNlXzEzX2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjQyOiLnrKzkuozpgLHoqrLliY3plrHoroDvvJrjgIjliIbovqjlpafnp5jjgIkiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjg6InJlc291cmNlIjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6NDoiRmlsZSI7czo1OiJ0aXRsZSI7czo0OiJGaWxlIjt9fXM6MTA6IgAqAHNldHRpbmciO3I6NTM2O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxNToidXJsXzE0X2luY2x1ZGVkIjtyOjYwOTtzOjIwOiJyZXNvdXJjZV8xNl9pbmNsdWRlZCI7cjo2OTE7czoxNzoiZm9ydW1fMThfaW5jbHVkZWQiO3I6NzY5O3M6MjA6InJlc291cmNlXzE1X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTQ0O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzE6ImJhY2t1cF9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoyMDoicmVzb3VyY2VfMTVfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoyMDoicmVzb3VyY2VfMTVfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo5MDk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMjoiYmFja3VwX2FjdGl2aXR5X3VzZXJpbmZvX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoyMDoicmVzb3VyY2VfMTVfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjA7czo5OiIAKgBzdGF0dXMiO2k6NztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjM6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozOTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjkyMTtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxODoic2VjdGlvbl8yX3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO086MzE6ImJhY2t1cF9zZWN0aW9uX3VzZXJpbmZvX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjk7czo3OiIAKgBuYW1lIjtzOjE4OiJzZWN0aW9uXzJfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjA7czo5OiIAKgBzdGF0dXMiO2k6NztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6NDp7czoyMDoicmVzb3VyY2VfMTVfdXNlcmluZm8iO3I6OTM3O3M6MTc6ImZvcnVtXzEwX3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6OTM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6ImJhY2t1cF9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MTc6ImZvcnVtXzEwX3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aTowO3M6OToiACoAc3RhdHVzIjtpOjc7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo5NTI7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTg6InNlY3Rpb25fMl91c2VyaW5mbyI7cjo5NDk7czoxNzoiZm9ydW1fMTBfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7TzozMToiYmFja3VwX2FjdGl2aXR5X2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjE3OiJmb3J1bV8xMF9pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjE3OiJmb3J1bV8xMF91c2VyaW5mbyI7cjo5Njk7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxNDQ7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo5NzE7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTg6InNlY3Rpb25fMl9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtPOjMxOiJiYWNrdXBfc2VjdGlvbl9pbmNsdWRlZF9zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aTo5O3M6NzoiACoAbmFtZSI7czoxODoic2VjdGlvbl8yX2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjU6e3M6MTg6InNlY3Rpb25fMl91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjk5MDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjkzOTtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoyMDoicmVzb3VyY2VfMTVfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo5OTA7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo5MDk7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTc6ImZvcnVtXzEwX2luY2x1ZGVkIjtyOjk4ODtzOjIwOiJyZXNvdXJjZV8xOV9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjk5MDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMxOiJiYWNrdXBfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MjA6InJlc291cmNlXzE5X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MjA6InJlc291cmNlXzE5X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTAxNTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJiYWNrdXBfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjIwOiJyZXNvdXJjZV8xOV91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTAyNztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxODoic2VjdGlvbl8yX3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6OTM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTAyNztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoyMDoicmVzb3VyY2VfMTlfaW5jbHVkZWQiO3I6MTAyNDt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI5OiJhY3Rpdml0eV9yZXNvdXJjZV8xOV91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjEwMjc7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE0NDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjEwMTU7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTg6InNlY3Rpb25fMl9pbmNsdWRlZCI7cjoxMDEyO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjk6ImFjdGl2aXR5X3Jlc291cmNlXzE5X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjE1OiLnrKzkuInpgLHorJvnvqkiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjg6InJlc291cmNlIjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6NDoiRmlsZSI7czo1OiJ0aXRsZSI7czo0OiJGaWxlIjt9fXM6MTA6IgAqAHNldHRpbmciO3I6MTAxNTt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MjA6InJlc291cmNlXzE3X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6OTkwO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzE6ImJhY2t1cF9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoyMDoicmVzb3VyY2VfMTdfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoyMDoicmVzb3VyY2VfMTdfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxMDkzO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6ImJhY2t1cF9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MjA6InJlc291cmNlXzE3X3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aTowO3M6OToiACoAc3RhdHVzIjtpOjc7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxMTA1O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE4OiJzZWN0aW9uXzJfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo5Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxMTA1O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjIwOiJyZXNvdXJjZV8xN19pbmNsdWRlZCI7cjoxMTAyO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjk6ImFjdGl2aXR5X3Jlc291cmNlXzE3X3VzZXJpbmZvIjtzOjg6IgAqAGxhYmVsIjtzOjE6Ii0iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTEwNTt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTQ0O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTA5MztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxODoic2VjdGlvbl8yX2luY2x1ZGVkIjtyOjEwOTA7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyOToiYWN0aXZpdHlfcmVzb3VyY2VfMTdfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6MzM6IuijnOWFheism+e+qe+8muiznOmdiOaEn+eahOS5i+awoyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtPOjEwOiJpbWFnZV9pY29uIjozOntzOjM6InBpeCI7czo4OiJtb25vbG9nbyI7czo5OiJjb21wb25lbnQiO3M6ODoicmVzb3VyY2UiO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo0OiJGaWxlIjtzOjU6InRpdGxlIjtzOjQ6IkZpbGUiO319czoxMDoiACoAc2V0dGluZyI7cjoxMDkzO31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MjY6InNlY3Rpb25fc2VjdGlvbl8yX2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjQzOiLnrKzkuInpgLEgKDEwLzUp77ya5oiQ54K65Z+6552j5b6S6Jed6KGT5a62IjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjk5MDt9czo3OiIAKgBoZWxwIjthOjA6e319czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo5NzE7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MjY6ImFjdGl2aXR5X2ZvcnVtXzEwX2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjIxOiLnrKzkuInpgLHoqrLliY3oqI7oq5YiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjU6ImZvcnVtIjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6NToiRm9ydW0iO3M6NToidGl0bGUiO3M6NToiRm9ydW0iO319czoxMDoiACoAc2V0dGluZyI7cjo5NzE7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6OTUyO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI2OiJhY3Rpdml0eV9mb3J1bV8xMF91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjk1Mjt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MjA6InJlc291cmNlXzE5X3VzZXJpbmZvIjtyOjEwNDM7czoyMDoicmVzb3VyY2VfMTdfdXNlcmluZm8iO3I6MTEyMTt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6OTM5O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE4OiJzZWN0aW9uXzJfaW5jbHVkZWQiO3I6OTk5O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MjY6InNlY3Rpb25fc2VjdGlvbl8yX3VzZXJpbmZvIjtzOjg6IgAqAGxhYmVsIjtzOjk6IlVzZXIgZGF0YSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo5Mzk7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6OTIxO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjIwOiJyZXNvdXJjZV8xNV9pbmNsdWRlZCI7cjo5MTg7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyOToiYWN0aXZpdHlfcmVzb3VyY2VfMTVfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo5MjE7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7cjo5MDY7czoxODoic2VjdGlvbl8yX2luY2x1ZGVkIjtyOjEwMDU7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyOToiYWN0aXZpdHlfcmVzb3VyY2VfMTVfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6NTA6IuesrOS4iemAseiqsuWJjemWseiugO+8muOAiue+jum6l+eahOelnuOAi0Nocy4gNC01IjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO086MTA6ImltYWdlX2ljb24iOjM6e3M6MzoicGl4IjtzOjg6Im1vbm9sb2dvIjtzOjk6ImNvbXBvbmVudCI7czo4OiJyZXNvdXJjZSI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjQ6IkZpbGUiO3M6NToidGl0bGUiO3M6NDoiRmlsZSI7fX1zOjEwOiIAKgBzZXR0aW5nIjtyOjkwOTt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTc6ImZvcnVtXzEwX2luY2x1ZGVkIjtyOjk4MjtzOjIwOiJyZXNvdXJjZV8xOV9pbmNsdWRlZCI7cjoxMDY0O3M6MjA6InJlc291cmNlXzE3X2luY2x1ZGVkIjtyOjExNDI7czoyMDoicmVzb3VyY2VfMjFfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxNDQ7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMToiYmFja3VwX2FjdGl2aXR5X2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjIwOiJyZXNvdXJjZV8yMV9pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjIwOiJyZXNvdXJjZV8yMV91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjEyODI7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMjoiYmFja3VwX2FjdGl2aXR5X3VzZXJpbmZvX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoyMDoicmVzb3VyY2VfMjFfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjA7czo5OiIAKgBzdGF0dXMiO2k6NztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjM6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozOTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjEyOTQ7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTg6InNlY3Rpb25fNl91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtPOjMxOiJiYWNrdXBfc2VjdGlvbl91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aTo5O3M6NzoiACoAbmFtZSI7czoxODoic2VjdGlvbl82X3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aTowO3M6OToiACoAc3RhdHVzIjtpOjc7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjU6e3M6MjA6InJlc291cmNlXzIxX3VzZXJpbmZvIjtyOjEzMTA7czoyMDoicmVzb3VyY2VfMjJfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxMzEyO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6ImJhY2t1cF9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MjA6InJlc291cmNlXzIyX3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aTowO3M6OToiACoAc3RhdHVzIjtpOjc7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxMzI1O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE4OiJzZWN0aW9uXzZfdXNlcmluZm8iO3I6MTMyMjtzOjIwOiJyZXNvdXJjZV8yMl9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtPOjMxOiJiYWNrdXBfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MjA6InJlc291cmNlXzIyX2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MjA6InJlc291cmNlXzIyX3VzZXJpbmZvIjtyOjEzNDI7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxNDQ7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxMzQ0O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE4OiJzZWN0aW9uXzZfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7TzozMToiYmFja3VwX3NlY3Rpb25faW5jbHVkZWRfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6OTtzOjc6IgAqAG5hbWUiO3M6MTg6InNlY3Rpb25fNl9pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTo2OntzOjE4OiJzZWN0aW9uXzZfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxMzYzO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTMxMjtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoyMDoicmVzb3VyY2VfMjFfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxMzYzO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTI4MjtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoyMDoicmVzb3VyY2VfMjJfaW5jbHVkZWQiO3I6MTM2MTtzOjE3OiJmb3J1bV8yMF9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjEzNjM7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMToiYmFja3VwX2FjdGl2aXR5X2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjE3OiJmb3J1bV8yMF9pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjE3OiJmb3J1bV8yMF91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjEzODg7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMjoiYmFja3VwX2FjdGl2aXR5X3VzZXJpbmZvX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoxNzoiZm9ydW1fMjBfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjA7czo5OiIAKgBzdGF0dXMiO2k6NztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjM6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozOTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE0MDA7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTg6InNlY3Rpb25fNl91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjEzMTI7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxNDAwO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE3OiJmb3J1bV8yMF9pbmNsdWRlZCI7cjoxMzk3O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MjY6ImFjdGl2aXR5X2ZvcnVtXzIwX3VzZXJpbmZvIjtzOjg6IgAqAGxhYmVsIjtzOjE6Ii0iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTQwMDt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTQ0O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTM4ODtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxODoic2VjdGlvbl82X2luY2x1ZGVkIjtyOjEzODU7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyNjoiYWN0aXZpdHlfZm9ydW1fMjBfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6MjE6IuesrOWbm+mAseiqsuWJjeiojuirliI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtPOjEwOiJpbWFnZV9pY29uIjozOntzOjM6InBpeCI7czo4OiJtb25vbG9nbyI7czo5OiJjb21wb25lbnQiO3M6NToiZm9ydW0iO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo1OiJGb3J1bSI7czo1OiJ0aXRsZSI7czo1OiJGb3J1bSI7fX1zOjEwOiIAKgBzZXR0aW5nIjtyOjEzODg7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjIwOiJyZXNvdXJjZV8yM19pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjEzNjM7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMToiYmFja3VwX2FjdGl2aXR5X2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjIwOiJyZXNvdXJjZV8yM19pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjIwOiJyZXNvdXJjZV8yM191c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE0NjY7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMjoiYmFja3VwX2FjdGl2aXR5X3VzZXJpbmZvX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoyMDoicmVzb3VyY2VfMjNfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjA7czo5OiIAKgBzdGF0dXMiO2k6NztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjM6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozOTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE0Nzg7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTg6InNlY3Rpb25fNl91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjEzMTI7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxNDc4O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjIwOiJyZXNvdXJjZV8yM19pbmNsdWRlZCI7cjoxNDc1O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjk6ImFjdGl2aXR5X3Jlc291cmNlXzIzX3VzZXJpbmZvIjtzOjg6IgAqAGxhYmVsIjtzOjE6Ii0iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTQ3ODt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTQ0O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTQ2NjtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxODoic2VjdGlvbl82X2luY2x1ZGVkIjtyOjE0NjM7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyOToiYWN0aXZpdHlfcmVzb3VyY2VfMjNfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6MTU6IuesrOWbm+mAseism+e+qSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtPOjEwOiJpbWFnZV9pY29uIjozOntzOjM6InBpeCI7czo4OiJtb25vbG9nbyI7czo5OiJjb21wb25lbnQiO3M6ODoicmVzb3VyY2UiO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo0OiJGaWxlIjtzOjU6InRpdGxlIjtzOjQ6IkZpbGUiO319czoxMDoiACoAc2V0dGluZyI7cjoxNDY2O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoyMDoicmVzb3VyY2VfMjRfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxMzYzO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzE6ImJhY2t1cF9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoyMDoicmVzb3VyY2VfMjRfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoyMDoicmVzb3VyY2VfMjRfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxNTQ0O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6ImJhY2t1cF9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MjA6InJlc291cmNlXzI0X3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aTowO3M6OToiACoAc3RhdHVzIjtpOjc7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxNTU2O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE4OiJzZWN0aW9uXzZfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxMzEyO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTU1NjtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoyMDoicmVzb3VyY2VfMjRfaW5jbHVkZWQiO3I6MTU1Mzt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI5OiJhY3Rpdml0eV9yZXNvdXJjZV8yNF91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE1NTY7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE0NDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE1NDQ7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTg6InNlY3Rpb25fNl9pbmNsdWRlZCI7cjoxNTQxO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjk6ImFjdGl2aXR5X3Jlc291cmNlXzI0X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjUxOiLlu7bkvLjplrHoroDvvJrmiZjniL7ph5HvvIzjgIjlsLzmoLzniL7nmoTokYnlrZDjgIkiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjg6InJlc291cmNlIjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6NDoiRmlsZSI7czo1OiJ0aXRsZSI7czo0OiJGaWxlIjt9fXM6MTA6IgAqAHNldHRpbmciO3I6MTU0NDt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI2OiJzZWN0aW9uX3NlY3Rpb25fNl9pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czo4Njoi56ys5Zub6YCxICgxMC8xMinvvJrogZbntpPkuK3nmoTol53ooZPvvJvnpZ7lsI3ol53ooZPnmoTmlZHotJbvvJvpl5zmlrzjgIzpnZLlsJHlubTjgI0iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTM2Mzt9czo3OiIAKgBoZWxwIjthOjA6e319czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxMzQ0O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI5OiJhY3Rpdml0eV9yZXNvdXJjZV8yMl9pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czo3Nzoi56ys5Zub6YCx6Kqy5YmN6Zax6K6A5LqM77ya44CK6Z2S5bCR5bm05a2457+S6ICF55m85bGV6IiH6YGp5oCn6LyU5bCO44CLQ2guIDEiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjg6InJlc291cmNlIjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6NDoiRmlsZSI7czo1OiJ0aXRsZSI7czo0OiJGaWxlIjt9fXM6MTA6IgAqAHNldHRpbmciO3I6MTM0NDt9czo3OiIAKgBoZWxwIjthOjA6e319czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxMzI1O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI5OiJhY3Rpdml0eV9yZXNvdXJjZV8yMl91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjEzMjU7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE3OiJmb3J1bV8yMF91c2VyaW5mbyI7cjoxNDE2O3M6MjA6InJlc291cmNlXzIzX3VzZXJpbmZvIjtyOjE0OTQ7czoyMDoicmVzb3VyY2VfMjRfdXNlcmluZm8iO3I6MTU3Mjt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTMxMjtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxODoic2VjdGlvbl82X2luY2x1ZGVkIjtyOjEzNzI7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyNjoic2VjdGlvbl9zZWN0aW9uXzZfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6OToiVXNlciBkYXRhIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjEzMTI7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTI5NDtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoyMDoicmVzb3VyY2VfMjFfaW5jbHVkZWQiO3I6MTI5MTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI5OiJhY3Rpdml0eV9yZXNvdXJjZV8yMV91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjEyOTQ7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7cjoxMjc5O3M6MTg6InNlY3Rpb25fNl9pbmNsdWRlZCI7cjoxMzc4O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjk6ImFjdGl2aXR5X3Jlc291cmNlXzIxX2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjUwOiLnrKzlm5vpgLHoqrLliY3plrHoroDkuIDvvJrjgIrnvo7pupfnmoTnpZ7jgItDaC4gNiI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtPOjEwOiJpbWFnZV9pY29uIjozOntzOjM6InBpeCI7czo4OiJtb25vbG9nbyI7czo5OiJjb21wb25lbnQiO3M6ODoicmVzb3VyY2UiO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo0OiJGaWxlIjtzOjU6InRpdGxlIjtzOjQ6IkZpbGUiO319czoxMDoiACoAc2V0dGluZyI7cjoxMjgyO31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoyMDoicmVzb3VyY2VfMjJfaW5jbHVkZWQiO3I6MTM1NTtzOjE3OiJmb3J1bV8yMF9pbmNsdWRlZCI7cjoxNDM3O3M6MjA6InJlc291cmNlXzIzX2luY2x1ZGVkIjtyOjE1MTU7czoyMDoicmVzb3VyY2VfMjRfaW5jbHVkZWQiO3I6MTU5MztzOjIwOiJyZXNvdXJjZV8yNV9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE0NDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMxOiJiYWNrdXBfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MjA6InJlc291cmNlXzI1X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MjA6InJlc291cmNlXzI1X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTczNTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJiYWNrdXBfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjIwOiJyZXNvdXJjZV8yNV91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTc0NztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxODoic2VjdGlvbl83X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO086MzE6ImJhY2t1cF9zZWN0aW9uX3VzZXJpbmZvX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjk7czo3OiIAKgBuYW1lIjtzOjE4OiJzZWN0aW9uXzdfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjA7czo5OiIAKgBzdGF0dXMiO2k6NztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6NTp7czoyMDoicmVzb3VyY2VfMjVfdXNlcmluZm8iO3I6MTc2MztzOjIwOiJyZXNvdXJjZV8yNl91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE3NjU7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMjoiYmFja3VwX2FjdGl2aXR5X3VzZXJpbmZvX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoyMDoicmVzb3VyY2VfMjZfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjA7czo5OiIAKgBzdGF0dXMiO2k6NztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjM6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozOTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE3Nzg7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTg6InNlY3Rpb25fN191c2VyaW5mbyI7cjoxNzc1O3M6MjA6InJlc291cmNlXzI2X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO086MzE6ImJhY2t1cF9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoyMDoicmVzb3VyY2VfMjZfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoyMDoicmVzb3VyY2VfMjZfdXNlcmluZm8iO3I6MTc5NTt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE0NDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE3OTc7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTg6InNlY3Rpb25fN19pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtPOjMxOiJiYWNrdXBfc2VjdGlvbl9pbmNsdWRlZF9zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aTo5O3M6NzoiACoAbmFtZSI7czoxODoic2VjdGlvbl83X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjY6e3M6MTg6InNlY3Rpb25fN191c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE4MTY7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxNzY1O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjIwOiJyZXNvdXJjZV8yNV9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE4MTY7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxNzM1O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjIwOiJyZXNvdXJjZV8yNl9pbmNsdWRlZCI7cjoxODE0O3M6MjA6InJlc291cmNlXzI3X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTgxNjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMxOiJiYWNrdXBfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MjA6InJlc291cmNlXzI3X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MjA6InJlc291cmNlXzI3X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTg0MTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJiYWNrdXBfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjIwOiJyZXNvdXJjZV8yN191c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTg1MztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxODoic2VjdGlvbl83X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTc2NTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE4NTM7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MjA6InJlc291cmNlXzI3X2luY2x1ZGVkIjtyOjE4NTA7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyOToiYWN0aXZpdHlfcmVzb3VyY2VfMjdfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxODUzO31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxNDQ7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxODQxO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE4OiJzZWN0aW9uXzdfaW5jbHVkZWQiO3I6MTgzODt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI5OiJhY3Rpdml0eV9yZXNvdXJjZV8yN19pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czo1MDoi56ys5LqU6YCx6Kqy5YmN6Zax6K6A5LiJ77ya44CK576O6bqX55qE56We44CLQ2guIDgiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjg6InJlc291cmNlIjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6NDoiRmlsZSI7czo1OiJ0aXRsZSI7czo0OiJGaWxlIjt9fXM6MTA6IgAqAHNldHRpbmciO3I6MTg0MTt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTc6ImZvcnVtXzI4X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTgxNjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMxOiJiYWNrdXBfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MTc6ImZvcnVtXzI4X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MTc6ImZvcnVtXzI4X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTkxOTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJiYWNrdXBfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjE3OiJmb3J1bV8yOF91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MTkzMTtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxODoic2VjdGlvbl83X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTc2NTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE5MzE7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTc6ImZvcnVtXzI4X2luY2x1ZGVkIjtyOjE5Mjg7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyNjoiYWN0aXZpdHlfZm9ydW1fMjhfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxOTMxO31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxNDQ7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxOTE5O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE4OiJzZWN0aW9uXzdfaW5jbHVkZWQiO3I6MTkxNjt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI2OiJhY3Rpdml0eV9mb3J1bV8yOF9pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czoyMToi56ys5LqU6YCx6Kqy5YmN6KiO6KuWIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO086MTA6ImltYWdlX2ljb24iOjM6e3M6MzoicGl4IjtzOjg6Im1vbm9sb2dvIjtzOjk6ImNvbXBvbmVudCI7czo1OiJmb3J1bSI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjU6IkZvcnVtIjtzOjU6InRpdGxlIjtzOjU6IkZvcnVtIjt9fXM6MTA6IgAqAHNldHRpbmciO3I6MTkxOTt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MjA6InJlc291cmNlXzI5X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTgxNjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMxOiJiYWNrdXBfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MjA6InJlc291cmNlXzI5X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MjA6InJlc291cmNlXzI5X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTk5NztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJiYWNrdXBfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjIwOiJyZXNvdXJjZV8yOV91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MjAwOTtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxODoic2VjdGlvbl83X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTc2NTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjIwMDk7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MjA6InJlc291cmNlXzI5X2luY2x1ZGVkIjtyOjIwMDY7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyOToiYWN0aXZpdHlfcmVzb3VyY2VfMjlfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMDA5O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxNDQ7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxOTk3O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE4OiJzZWN0aW9uXzdfaW5jbHVkZWQiO3I6MTk5NDt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI5OiJhY3Rpdml0eV9yZXNvdXJjZV8yOV9pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czoxNToi56ys5LqU6YCx6Kyb576pIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO086MTA6ImltYWdlX2ljb24iOjM6e3M6MzoicGl4IjtzOjg6Im1vbm9sb2dvIjtzOjk6ImNvbXBvbmVudCI7czo4OiJyZXNvdXJjZSI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjQ6IkZpbGUiO3M6NToidGl0bGUiO3M6NDoiRmlsZSI7fX1zOjEwOiIAKgBzZXR0aW5nIjtyOjE5OTc7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyNjoic2VjdGlvbl9zZWN0aW9uXzdfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6NTE6IuesrOS6lOmAsSAoMTAvMTkp77ya6Zec5pa86Jed6KGT55qE5bm+5YCL6KeA6bueIChJKSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxODE2O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE3OTc7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjk6ImFjdGl2aXR5X3Jlc291cmNlXzI2X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjUwOiLnrKzkupTpgLHoqrLliY3plrHoroDkuozvvJrjgIrnvo7pupfnmoTnpZ7jgItDaC4gNyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtPOjEwOiJpbWFnZV9pY29uIjozOntzOjM6InBpeCI7czo4OiJtb25vbG9nbyI7czo5OiJjb21wb25lbnQiO3M6ODoicmVzb3VyY2UiO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo0OiJGaWxlIjtzOjU6InRpdGxlIjtzOjQ6IkZpbGUiO319czoxMDoiACoAc2V0dGluZyI7cjoxNzk3O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE3Nzg7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjk6ImFjdGl2aXR5X3Jlc291cmNlXzI2X3VzZXJpbmZvIjtzOjg6IgAqAGxhYmVsIjtzOjE6Ii0iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTc3ODt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MjA6InJlc291cmNlXzI3X3VzZXJpbmZvIjtyOjE4Njk7czoxNzoiZm9ydW1fMjhfdXNlcmluZm8iO3I6MTk0NztzOjIwOiJyZXNvdXJjZV8yOV91c2VyaW5mbyI7cjoyMDI1O31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxNzY1O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE4OiJzZWN0aW9uXzdfaW5jbHVkZWQiO3I6MTgyNTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI2OiJzZWN0aW9uX3NlY3Rpb25fN191c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czo5OiJVc2VyIGRhdGEiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTc2NTt9czo3OiIAKgBoZWxwIjthOjA6e319czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxNzQ3O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjIwOiJyZXNvdXJjZV8yNV9pbmNsdWRlZCI7cjoxNzQ0O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjk6ImFjdGl2aXR5X3Jlc291cmNlXzI1X3VzZXJpbmZvIjtzOjg6IgAqAGxhYmVsIjtzOjE6Ii0iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTc0Nzt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtyOjE3MzI7czoxODoic2VjdGlvbl83X2luY2x1ZGVkIjtyOjE4MzE7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyOToiYWN0aXZpdHlfcmVzb3VyY2VfMjVfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6NTA6IuesrOS6lOmAseiqsuWJjemWseiugOS4gO+8muOAiue+jum6l+eahOelnuOAi0NoLiAxIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO086MTA6ImltYWdlX2ljb24iOjM6e3M6MzoicGl4IjtzOjg6Im1vbm9sb2dvIjtzOjk6ImNvbXBvbmVudCI7czo4OiJyZXNvdXJjZSI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjQ6IkZpbGUiO3M6NToidGl0bGUiO3M6NDoiRmlsZSI7fX1zOjEwOiIAKgBzZXR0aW5nIjtyOjE3MzU7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjIwOiJyZXNvdXJjZV8yNl9pbmNsdWRlZCI7cjoxODA4O3M6MjA6InJlc291cmNlXzI3X2luY2x1ZGVkIjtyOjE4OTA7czoxNzoiZm9ydW1fMjhfaW5jbHVkZWQiO3I6MTk2ODtzOjIwOiJyZXNvdXJjZV8yOV9pbmNsdWRlZCI7cjoyMDQ2O3M6MjA6InJlc291cmNlXzMwX2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTQ0O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzE6ImJhY2t1cF9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoyMDoicmVzb3VyY2VfMzBfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoyMDoicmVzb3VyY2VfMzBfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMTg4O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6ImJhY2t1cF9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MjA6InJlc291cmNlXzMwX3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aTowO3M6OToiACoAc3RhdHVzIjtpOjc7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoyMjAwO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE4OiJzZWN0aW9uXzhfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7TzozMToiYmFja3VwX3NlY3Rpb25fdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6OTtzOjc6IgAqAG5hbWUiO3M6MTg6InNlY3Rpb25fOF91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTo0OntzOjIwOiJyZXNvdXJjZV8zMF91c2VyaW5mbyI7cjoyMjE2O3M6MjA6InJlc291cmNlXzMxX3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjIxODtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJiYWNrdXBfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjIwOiJyZXNvdXJjZV8zMV91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MjIzMTtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxODoic2VjdGlvbl84X3VzZXJpbmZvIjtyOjIyMjg7czoyMDoicmVzb3VyY2VfMzFfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7TzozMToiYmFja3VwX2FjdGl2aXR5X2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjIwOiJyZXNvdXJjZV8zMV9pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjIwOiJyZXNvdXJjZV8zMV91c2VyaW5mbyI7cjoyMjQ4O31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTQ0O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MjI1MDtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxODoic2VjdGlvbl84X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO086MzE6ImJhY2t1cF9zZWN0aW9uX2luY2x1ZGVkX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjk7czo3OiIAKgBuYW1lIjtzOjE4OiJzZWN0aW9uXzhfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6NTp7czoxODoic2VjdGlvbl84X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjI2OTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjIyMTg7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MjA6InJlc291cmNlXzMwX2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjI2OTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjIxODg7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MjA6InJlc291cmNlXzMxX2luY2x1ZGVkIjtyOjIyNjc7czoxNzoiZm9ydW1fMzJfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMjY5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzE6ImJhY2t1cF9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoxNzoiZm9ydW1fMzJfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoxNzoiZm9ydW1fMzJfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMjk0O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6ImJhY2t1cF9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MTc6ImZvcnVtXzMyX3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aTowO3M6OToiACoAc3RhdHVzIjtpOjc7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoyMzA2O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE4OiJzZWN0aW9uXzhfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMjE4O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MjMwNjtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxNzoiZm9ydW1fMzJfaW5jbHVkZWQiO3I6MjMwMzt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI2OiJhY3Rpdml0eV9mb3J1bV8zMl91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjIzMDY7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE0NDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjIyOTQ7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTg6InNlY3Rpb25fOF9pbmNsdWRlZCI7cjoyMjkxO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MjY6ImFjdGl2aXR5X2ZvcnVtXzMyX2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjIxOiLnrKzlha3pgLHoqrLliY3oqI7oq5YiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjU6ImZvcnVtIjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6NToiRm9ydW0iO3M6NToidGl0bGUiO3M6NToiRm9ydW0iO319czoxMDoiACoAc2V0dGluZyI7cjoyMjk0O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoyMDoicmVzb3VyY2VfMzRfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMjY5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzE6ImJhY2t1cF9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoyMDoicmVzb3VyY2VfMzRfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoyMDoicmVzb3VyY2VfMzRfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMzcyO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6ImJhY2t1cF9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MjA6InJlc291cmNlXzM0X3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aTowO3M6OToiACoAc3RhdHVzIjtpOjc7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoyMzg0O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE4OiJzZWN0aW9uXzhfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMjE4O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MjM4NDtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoyMDoicmVzb3VyY2VfMzRfaW5jbHVkZWQiO3I6MjM4MTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI5OiJhY3Rpdml0eV9yZXNvdXJjZV8zNF91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjIzODQ7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE0NDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjIzNzI7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTg6InNlY3Rpb25fOF9pbmNsdWRlZCI7cjoyMzY5O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjk6ImFjdGl2aXR5X3Jlc291cmNlXzM0X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjE1OiLnrKzlha3pgLHorJvnvqkiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjg6InJlc291cmNlIjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6NDoiRmlsZSI7czo1OiJ0aXRsZSI7czo0OiJGaWxlIjt9fXM6MTA6IgAqAHNldHRpbmciO3I6MjM3Mjt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI2OiJzZWN0aW9uX3NlY3Rpb25fOF9pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czo4Mjoi56ys5YWt6YCxICgxMC8yNinvvJrpl5zmlrzol53ooZPnmoTlub7lgIvop4Dpu54gKElJKeOAgeaWh+WMluiprumHi+iIh+OAjOaWueazleOAjSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMjY5O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjIyNTA7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjk6ImFjdGl2aXR5X3Jlc291cmNlXzMxX2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjM5OiLnrKzlha3pgLHoqrLliY3plrHoroDkuozvvJrlr4TnlJ/kuIrmtYEiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjg6InJlc291cmNlIjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6NDoiRmlsZSI7czo1OiJ0aXRsZSI7czo0OiJGaWxlIjt9fXM6MTA6IgAqAHNldHRpbmciO3I6MjI1MDt9czo3OiIAKgBoZWxwIjthOjA6e319czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoyMjMxO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI5OiJhY3Rpdml0eV9yZXNvdXJjZV8zMV91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjIyMzE7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE3OiJmb3J1bV8zMl91c2VyaW5mbyI7cjoyMzIyO3M6MjA6InJlc291cmNlXzM0X3VzZXJpbmZvIjtyOjI0MDA7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozOTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjIyMTg7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTg6InNlY3Rpb25fOF9pbmNsdWRlZCI7cjoyMjc4O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MjY6InNlY3Rpb25fc2VjdGlvbl84X3VzZXJpbmZvIjtzOjg6IgAqAGxhYmVsIjtzOjk6IlVzZXIgZGF0YSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMjE4O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjIyMDA7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MjA6InJlc291cmNlXzMwX2luY2x1ZGVkIjtyOjIxOTc7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyOToiYWN0aXZpdHlfcmVzb3VyY2VfMzBfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyMjAwO31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO3I6MjE4NTtzOjE4OiJzZWN0aW9uXzhfaW5jbHVkZWQiO3I6MjI4NDt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI5OiJhY3Rpdml0eV9yZXNvdXJjZV8zMF9pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czo5OToi56ys5YWt6YCx6Kqy5YmN6Zax6K6A5LiA77ya44CI5LuA6bq85piv5pel5bi456We5a2477yf5Z+6552j5b6S54K65L2V5oeJ6Kmy6Zax6K6A5paH5YyW44CJ77yI5LiK77yJIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO086MTA6ImltYWdlX2ljb24iOjM6e3M6MzoicGl4IjtzOjg6Im1vbm9sb2dvIjtzOjk6ImNvbXBvbmVudCI7czo4OiJyZXNvdXJjZSI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjQ6IkZpbGUiO3M6NToidGl0bGUiO3M6NDoiRmlsZSI7fX1zOjEwOiIAKgBzZXR0aW5nIjtyOjIxODg7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjIwOiJyZXNvdXJjZV8zMV9pbmNsdWRlZCI7cjoyMjYxO3M6MTc6ImZvcnVtXzMyX2luY2x1ZGVkIjtyOjIzNDM7czoyMDoicmVzb3VyY2VfMzRfaW5jbHVkZWQiO3I6MjQyMTtzOjE3OiJmb3J1bV8zM19pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE0NDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMxOiJiYWNrdXBfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MTc6ImZvcnVtXzMzX2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MTc6ImZvcnVtXzMzX3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjU2MTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJiYWNrdXBfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjE3OiJmb3J1bV8zM191c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MjU3MztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxODoic2VjdGlvbl85X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO086MzE6ImJhY2t1cF9zZWN0aW9uX3VzZXJpbmZvX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjk7czo3OiIAKgBuYW1lIjtzOjE4OiJzZWN0aW9uXzlfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjA7czo5OiIAKgBzdGF0dXMiO2k6NztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6NDp7czoxNzoiZm9ydW1fMzNfdXNlcmluZm8iO3I6MjU4OTtzOjIwOiJyZXNvdXJjZV8zNl91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjI1OTE7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMjoiYmFja3VwX2FjdGl2aXR5X3VzZXJpbmZvX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoyMDoicmVzb3VyY2VfMzZfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjA7czo5OiIAKgBzdGF0dXMiO2k6NztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjM6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozOTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjI2MDQ7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTg6InNlY3Rpb25fOV91c2VyaW5mbyI7cjoyNjAxO3M6MjA6InJlc291cmNlXzM2X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO086MzE6ImJhY2t1cF9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoyMDoicmVzb3VyY2VfMzZfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoyMDoicmVzb3VyY2VfMzZfdXNlcmluZm8iO3I6MjYyMTt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE0NDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjI2MjM7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTg6InNlY3Rpb25fOV9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtPOjMxOiJiYWNrdXBfc2VjdGlvbl9pbmNsdWRlZF9zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aTo5O3M6NzoiACoAbmFtZSI7czoxODoic2VjdGlvbl85X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjU6e3M6MTg6InNlY3Rpb25fOV91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjI2NDI7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoyNTkxO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE3OiJmb3J1bV8zM19pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjI2NDI7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoyNTYxO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjIwOiJyZXNvdXJjZV8zNl9pbmNsdWRlZCI7cjoyNjQwO3M6MTc6ImZvcnVtXzM1X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjY0MjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMxOiJiYWNrdXBfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MTc6ImZvcnVtXzM1X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MTc6ImZvcnVtXzM1X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjY2NztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJiYWNrdXBfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjE3OiJmb3J1bV8zNV91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MjY3OTtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxODoic2VjdGlvbl85X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjU5MTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjI2Nzk7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTc6ImZvcnVtXzM1X2luY2x1ZGVkIjtyOjI2NzY7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyNjoiYWN0aXZpdHlfZm9ydW1fMzVfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyNjc5O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxNDQ7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoyNjY3O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE4OiJzZWN0aW9uXzlfaW5jbHVkZWQiO3I6MjY2NDt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI2OiJhY3Rpdml0eV9mb3J1bV8zNV9pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czoyMToi56ys5LiD6YCx6Kqy5YmN6KiO6KuWIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO086MTA6ImltYWdlX2ljb24iOjM6e3M6MzoicGl4IjtzOjg6Im1vbm9sb2dvIjtzOjk6ImNvbXBvbmVudCI7czo1OiJmb3J1bSI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjU6IkZvcnVtIjtzOjU6InRpdGxlIjtzOjU6IkZvcnVtIjt9fXM6MTA6IgAqAHNldHRpbmciO3I6MjY2Nzt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MjA6InJlc291cmNlXzM3X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjY0MjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMxOiJiYWNrdXBfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MjA6InJlc291cmNlXzM3X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MjA6InJlc291cmNlXzM3X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mjc0NTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJiYWNrdXBfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjIwOiJyZXNvdXJjZV8zN191c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6Mjc1NztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxODoic2VjdGlvbl85X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjU5MTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjI3NTc7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MjA6InJlc291cmNlXzM3X2luY2x1ZGVkIjtyOjI3NTQ7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyOToiYWN0aXZpdHlfcmVzb3VyY2VfMzdfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyNzU3O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxNDQ7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoyNzQ1O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE4OiJzZWN0aW9uXzlfaW5jbHVkZWQiO3I6Mjc0Mjt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI5OiJhY3Rpdml0eV9yZXNvdXJjZV8zN19pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czoxNToi56ys5LiD6YCx6Kyb576pIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO086MTA6ImltYWdlX2ljb24iOjM6e3M6MzoicGl4IjtzOjg6Im1vbm9sb2dvIjtzOjk6ImNvbXBvbmVudCI7czo4OiJyZXNvdXJjZSI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjQ6IkZpbGUiO3M6NToidGl0bGUiO3M6NDoiRmlsZSI7fX1zOjEwOiIAKgBzZXR0aW5nIjtyOjI3NDU7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyNjoic2VjdGlvbl9zZWN0aW9uXzlfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6NTI6IuesrOS4g+mAsSAoMTEvMinvvJrmlZnmnIPop4Dlr5/loLHlkYrjgIHlibXpgKDmlofljJYiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjY0Mjt9czo3OiIAKgBoZWxwIjthOjA6e319czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoyNjIzO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI5OiJhY3Rpdml0eV9yZXNvdXJjZV8zNl9pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czo5Njoi56ys5LiD6YCx6Kqy5YmN6Zax6K6A77ya44CI5LuA6bq85piv5pel5bi456We5a2477yf5Z+6552j5b6S5oeJ6Kmy5aaC5L2V6Zax6K6A5paH5YyW44CJ77yI5LiL77yJIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO086MTA6ImltYWdlX2ljb24iOjM6e3M6MzoicGl4IjtzOjg6Im1vbm9sb2dvIjtzOjk6ImNvbXBvbmVudCI7czo4OiJyZXNvdXJjZSI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjQ6IkZpbGUiO3M6NToidGl0bGUiO3M6NDoiRmlsZSI7fX1zOjEwOiIAKgBzZXR0aW5nIjtyOjI2MjM7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MjYwNDtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyOToiYWN0aXZpdHlfcmVzb3VyY2VfMzZfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyNjA0O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxNzoiZm9ydW1fMzVfdXNlcmluZm8iO3I6MjY5NTtzOjIwOiJyZXNvdXJjZV8zN191c2VyaW5mbyI7cjoyNzczO31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoyNTkxO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE4OiJzZWN0aW9uXzlfaW5jbHVkZWQiO3I6MjY1MTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI2OiJzZWN0aW9uX3NlY3Rpb25fOV91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czo5OiJVc2VyIGRhdGEiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjU5MTt9czo3OiIAKgBoZWxwIjthOjA6e319czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoyNTczO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE3OiJmb3J1bV8zM19pbmNsdWRlZCI7cjoyNTcwO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MjY6ImFjdGl2aXR5X2ZvcnVtXzMzX3VzZXJpbmZvIjtzOjg6IgAqAGxhYmVsIjtzOjE6Ii0iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjU3Mzt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtyOjI1NTg7czoxODoic2VjdGlvbl85X2luY2x1ZGVkIjtyOjI2NTc7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyNjoiYWN0aXZpdHlfZm9ydW1fMzNfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6NDU6IuS9nOalree5s+S6pO+8muWkluaYn+S6uueahOaVmeacg+ingOWvn+WgseWRiiI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtPOjEwOiJpbWFnZV9pY29uIjozOntzOjM6InBpeCI7czo4OiJtb25vbG9nbyI7czo5OiJjb21wb25lbnQiO3M6NToiZm9ydW0iO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo1OiJGb3J1bSI7czo1OiJ0aXRsZSI7czo1OiJGb3J1bSI7fX1zOjEwOiIAKgBzZXR0aW5nIjtyOjI1NjE7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjIwOiJyZXNvdXJjZV8zNl9pbmNsdWRlZCI7cjoyNjM0O3M6MTc6ImZvcnVtXzM1X2luY2x1ZGVkIjtyOjI3MTY7czoyMDoicmVzb3VyY2VfMzdfaW5jbHVkZWQiO3I6Mjc5NDtzOjIwOiJyZXNvdXJjZV8zOF9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE0NDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMxOiJiYWNrdXBfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MjA6InJlc291cmNlXzM4X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MjA6InJlc291cmNlXzM4X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjkzNDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJiYWNrdXBfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjIwOiJyZXNvdXJjZV8zOF91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6Mjk0NjtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxOToic2VjdGlvbl8xMV91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtPOjMxOiJiYWNrdXBfc2VjdGlvbl91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aTo5O3M6NzoiACoAbmFtZSI7czoxOToic2VjdGlvbl8xMV91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTozOntzOjIwOiJyZXNvdXJjZV8zOF91c2VyaW5mbyI7cjoyOTYyO3M6MTc6ImZvcnVtXzM5X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mjk2NDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJiYWNrdXBfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjE3OiJmb3J1bV8zOV91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6Mjk3NztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxOToic2VjdGlvbl8xMV91c2VyaW5mbyI7cjoyOTc0O3M6MTc6ImZvcnVtXzM5X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO086MzE6ImJhY2t1cF9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoxNzoiZm9ydW1fMzlfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoxNzoiZm9ydW1fMzlfdXNlcmluZm8iO3I6Mjk5NDt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE0NDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjI5OTY7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTk6InNlY3Rpb25fMTFfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7TzozMToiYmFja3VwX3NlY3Rpb25faW5jbHVkZWRfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6OTtzOjc6IgAqAG5hbWUiO3M6MTk6InNlY3Rpb25fMTFfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6NDp7czoxOToic2VjdGlvbl8xMV91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjMwMTU7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoyOTY0O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjIwOiJyZXNvdXJjZV8zOF9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjMwMTU7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoyOTM0O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE3OiJmb3J1bV8zOV9pbmNsdWRlZCI7cjozMDEzO3M6MjA6InJlc291cmNlXzQxX2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MzAxNTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMxOiJiYWNrdXBfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MjA6InJlc291cmNlXzQxX2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MjA6InJlc291cmNlXzQxX3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MzA0MDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJiYWNrdXBfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjIwOiJyZXNvdXJjZV80MV91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MzA1MjtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxOToic2VjdGlvbl8xMV91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjI5NjQ7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjozMDUyO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjIwOiJyZXNvdXJjZV80MV9pbmNsdWRlZCI7cjozMDQ5O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjk6ImFjdGl2aXR5X3Jlc291cmNlXzQxX3VzZXJpbmZvIjtzOjg6IgAqAGxhYmVsIjtzOjE6Ii0iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MzA1Mjt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTQ0O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MzA0MDtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxOToic2VjdGlvbl8xMV9pbmNsdWRlZCI7cjozMDM3O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjk6ImFjdGl2aXR5X3Jlc291cmNlXzQxX2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjE1OiLnrKzlhavpgLHorJvnvqkiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjg6InJlc291cmNlIjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6NDoiRmlsZSI7czo1OiJ0aXRsZSI7czo0OiJGaWxlIjt9fXM6MTA6IgAqAHNldHRpbmciO3I6MzA0MDt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI3OiJzZWN0aW9uX3NlY3Rpb25fMTFfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6NDA6IuesrOWFq+mAsSAoMTEvOSnvvJrol53ooZPmrKPos57oiIflsI3oqbEiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MzAxNTt9czo3OiIAKgBoZWxwIjthOjA6e319czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoyOTk2O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI2OiJhY3Rpdml0eV9mb3J1bV8zOV9pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czoyMToi56ys5YWr6YCx6Kqy5YmN6KiO6KuWIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO086MTA6ImltYWdlX2ljb24iOjM6e3M6MzoicGl4IjtzOjg6Im1vbm9sb2dvIjtzOjk6ImNvbXBvbmVudCI7czo1OiJmb3J1bSI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjU6IkZvcnVtIjtzOjU6InRpdGxlIjtzOjU6IkZvcnVtIjt9fXM6MTA6IgAqAHNldHRpbmciO3I6Mjk5Njt9czo3OiIAKgBoZWxwIjthOjA6e319czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoyOTc3O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI2OiJhY3Rpdml0eV9mb3J1bV8zOV91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjI5Nzc7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjIwOiJyZXNvdXJjZV80MV91c2VyaW5mbyI7cjozMDY4O31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoyOTY0O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE5OiJzZWN0aW9uXzExX2luY2x1ZGVkIjtyOjMwMjQ7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyNzoic2VjdGlvbl9zZWN0aW9uXzExX3VzZXJpbmZvIjtzOjg6IgAqAGxhYmVsIjtzOjk6IlVzZXIgZGF0YSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyOTY0O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjI5NDY7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MjA6InJlc291cmNlXzM4X2luY2x1ZGVkIjtyOjI5NDM7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyOToiYWN0aXZpdHlfcmVzb3VyY2VfMzhfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoyOTQ2O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO3I6MjkzMTtzOjE5OiJzZWN0aW9uXzExX2luY2x1ZGVkIjtyOjMwMzA7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyOToiYWN0aXZpdHlfcmVzb3VyY2VfMzhfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6NTQ6IuesrOWFq+mAseiqsuWJjemWseiugO+8muOAiumgkOe0hOW/g+mdiOayg+Wcn+OAi0NoLiAxMCI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtPOjEwOiJpbWFnZV9pY29uIjozOntzOjM6InBpeCI7czo4OiJtb25vbG9nbyI7czo5OiJjb21wb25lbnQiO3M6ODoicmVzb3VyY2UiO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo0OiJGaWxlIjtzOjU6InRpdGxlIjtzOjQ6IkZpbGUiO319czoxMDoiACoAc2V0dGluZyI7cjoyOTM0O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxNzoiZm9ydW1fMzlfaW5jbHVkZWQiO3I6MzAwNztzOjIwOiJyZXNvdXJjZV80MV9pbmNsdWRlZCI7cjozMDg5O3M6MTU6InVybF80Ml9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE0NDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMxOiJiYWNrdXBfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MTU6InVybF80Ml9pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjE1OiJ1cmxfNDJfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozMjI3O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6ImJhY2t1cF9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MTU6InVybF80Ml91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MzIzOTtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxOToic2VjdGlvbl8xM191c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtPOjMxOiJiYWNrdXBfc2VjdGlvbl91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aTo5O3M6NzoiACoAbmFtZSI7czoxOToic2VjdGlvbl8xM191c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTozOntzOjE1OiJ1cmxfNDJfdXNlcmluZm8iO3I6MzI1NTtzOjE3OiJmb3J1bV80NF91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjMyNTc7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMjoiYmFja3VwX2FjdGl2aXR5X3VzZXJpbmZvX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoxNzoiZm9ydW1fNDRfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjA7czo5OiIAKgBzdGF0dXMiO2k6NztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjM6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozOTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjMyNzA7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTk6InNlY3Rpb25fMTNfdXNlcmluZm8iO3I6MzI2NztzOjE3OiJmb3J1bV80NF9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtPOjMxOiJiYWNrdXBfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MTc6ImZvcnVtXzQ0X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MTc6ImZvcnVtXzQ0X3VzZXJpbmZvIjtyOjMyODc7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxNDQ7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjozMjg5O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE5OiJzZWN0aW9uXzEzX2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO086MzE6ImJhY2t1cF9zZWN0aW9uX2luY2x1ZGVkX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjk7czo3OiIAKgBuYW1lIjtzOjE5OiJzZWN0aW9uXzEzX2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjQ6e3M6MTk6InNlY3Rpb25fMTNfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozMzA4O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MzI1NztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxNToidXJsXzQyX2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MzMwODtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjMyMjc7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTc6ImZvcnVtXzQ0X2luY2x1ZGVkIjtyOjMzMDY7czoyMDoicmVzb3VyY2VfNDZfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozMzA4O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzE6ImJhY2t1cF9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoyMDoicmVzb3VyY2VfNDZfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoyMDoicmVzb3VyY2VfNDZfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozMzMzO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6ImJhY2t1cF9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MjA6InJlc291cmNlXzQ2X3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aTowO3M6OToiACoAc3RhdHVzIjtpOjc7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjozMzQ1O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE5OiJzZWN0aW9uXzEzX3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MzI1NztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjMzNDU7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MjA6InJlc291cmNlXzQ2X2luY2x1ZGVkIjtyOjMzNDI7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyOToiYWN0aXZpdHlfcmVzb3VyY2VfNDZfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozMzQ1O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxNDQ7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjozMzMzO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE5OiJzZWN0aW9uXzEzX2luY2x1ZGVkIjtyOjMzMzA7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyOToiYWN0aXZpdHlfcmVzb3VyY2VfNDZfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6MTU6IuesrOS5nemAseism+e+qSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtPOjEwOiJpbWFnZV9pY29uIjozOntzOjM6InBpeCI7czo4OiJtb25vbG9nbyI7czo5OiJjb21wb25lbnQiO3M6ODoicmVzb3VyY2UiO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo0OiJGaWxlIjtzOjU6InRpdGxlIjtzOjQ6IkZpbGUiO319czoxMDoiACoAc2V0dGluZyI7cjozMzMzO31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjc6InNlY3Rpb25fc2VjdGlvbl8xM19pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czozMjoi56ys5Lmd6YCxICgxMS8xNinvvJrnvo7oiIflhaznvqkiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MzMwODt9czo3OiIAKgBoZWxwIjthOjA6e319czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjozMjg5O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI2OiJhY3Rpdml0eV9mb3J1bV80NF9pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czoyMToi56ys5Lmd6YCx6Kqy5YmN6KiO6KuWIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO086MTA6ImltYWdlX2ljb24iOjM6e3M6MzoicGl4IjtzOjg6Im1vbm9sb2dvIjtzOjk6ImNvbXBvbmVudCI7czo1OiJmb3J1bSI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjU6IkZvcnVtIjtzOjU6InRpdGxlIjtzOjU6IkZvcnVtIjt9fXM6MTA6IgAqAHNldHRpbmciO3I6MzI4OTt9czo3OiIAKgBoZWxwIjthOjA6e319czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjozMjcwO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI2OiJhY3Rpdml0eV9mb3J1bV80NF91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjMyNzA7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjIwOiJyZXNvdXJjZV80Nl91c2VyaW5mbyI7cjozMzYxO31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjozMjU3O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE5OiJzZWN0aW9uXzEzX2luY2x1ZGVkIjtyOjMzMTc7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyNzoic2VjdGlvbl9zZWN0aW9uXzEzX3VzZXJpbmZvIjtzOjg6IgAqAGxhYmVsIjtzOjk6IlVzZXIgZGF0YSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozMjU3O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjMyMzk7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTU6InVybF80Ml9pbmNsdWRlZCI7cjozMjM2O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MjQ6ImFjdGl2aXR5X3VybF80Ml91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjMyMzk7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7cjozMjI0O3M6MTk6InNlY3Rpb25fMTNfaW5jbHVkZWQiO3I6MzMyMzt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI0OiJhY3Rpdml0eV91cmxfNDJfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6NzM6IuesrOS5nemAseiqsuWJjeingOiznu+8mkVsYWluZSBTY2FycnnvvIzjgIznvo7kvZzngrrlsI3lhaznvqnnmoTlkbzmsYLjgI0iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjM6InVybCI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjM6IlVSTCI7czo1OiJ0aXRsZSI7czozOiJVUkwiO319czoxMDoiACoAc2V0dGluZyI7cjozMjI3O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxNzoiZm9ydW1fNDRfaW5jbHVkZWQiO3I6MzMwMDtzOjIwOiJyZXNvdXJjZV80Nl9pbmNsdWRlZCI7cjozMzgyO3M6MjA6InJlc291cmNlXzQ1X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTQ0O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzE6ImJhY2t1cF9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoyMDoicmVzb3VyY2VfNDVfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoyMDoicmVzb3VyY2VfNDVfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozNTIwO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6ImJhY2t1cF9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MjA6InJlc291cmNlXzQ1X3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aTowO3M6OToiACoAc3RhdHVzIjtpOjc7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjozNTMyO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE5OiJzZWN0aW9uXzE0X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO086MzE6ImJhY2t1cF9zZWN0aW9uX3VzZXJpbmZvX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjk7czo3OiIAKgBuYW1lIjtzOjE5OiJzZWN0aW9uXzE0X3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aTowO3M6OToiACoAc3RhdHVzIjtpOjc7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjM6e3M6MjA6InJlc291cmNlXzQ1X3VzZXJpbmZvIjtyOjM1NDg7czoyMDoicmVzb3VyY2VfNDdfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozNTUwO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6ImJhY2t1cF9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MjA6InJlc291cmNlXzQ3X3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aTowO3M6OToiACoAc3RhdHVzIjtpOjc7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjozNTYzO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE5OiJzZWN0aW9uXzE0X3VzZXJpbmZvIjtyOjM1NjA7czoyMDoicmVzb3VyY2VfNDdfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7TzozMToiYmFja3VwX2FjdGl2aXR5X2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjIwOiJyZXNvdXJjZV80N19pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjIwOiJyZXNvdXJjZV80N191c2VyaW5mbyI7cjozNTgwO31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTQ0O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MzU4MjtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxOToic2VjdGlvbl8xNF9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtPOjMxOiJiYWNrdXBfc2VjdGlvbl9pbmNsdWRlZF9zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aTo5O3M6NzoiACoAbmFtZSI7czoxOToic2VjdGlvbl8xNF9pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTo0OntzOjE5OiJzZWN0aW9uXzE0X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MzYwMTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjM1NTA7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MjA6InJlc291cmNlXzQ1X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MzYwMTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjM1MjA7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MjA6InJlc291cmNlXzQ3X2luY2x1ZGVkIjtyOjM1OTk7czoxODoiYXNzaWduXzQ5X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MzYwMTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMxOiJiYWNrdXBfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MTg6ImFzc2lnbl80OV9pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjE4OiJhc3NpZ25fNDlfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozNjI2O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6ImJhY2t1cF9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MTg6ImFzc2lnbl80OV91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MzYzODtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxOToic2VjdGlvbl8xNF91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM1NTA7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjozNjM4O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE4OiJhc3NpZ25fNDlfaW5jbHVkZWQiO3I6MzYzNTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI3OiJhY3Rpdml0eV9hc3NpZ25fNDlfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozNjM4O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxNDQ7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjozNjI2O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE5OiJzZWN0aW9uXzE0X2luY2x1ZGVkIjtyOjM2MjM7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyNzoiYWN0aXZpdHlfYXNzaWduXzQ5X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjU0OiLnrKzljYHpgLHoqrLlvozkvZzmpa3vvJrmiLLliofmn6XntpPigJTigJTlsI7mvJTnkIblv7UiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjY6ImFzc2lnbiI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjEwOiJBc3NpZ25tZW50IjtzOjU6InRpdGxlIjtzOjEwOiJBc3NpZ25tZW50Ijt9fXM6MTA6IgAqAHNldHRpbmciO3I6MzYyNjt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI3OiJzZWN0aW9uX3NlY3Rpb25fMTRfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6MzA6IuesrOWNgemAsSAoMTEvMjMp77ya5oiy5YqHIChJKSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozNjAxO31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjM1ODI7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjk6ImFjdGl2aXR5X3Jlc291cmNlXzQ3X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjE1OiLnrKzljYHpgLHorJvnvqkiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjg6InJlc291cmNlIjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6NDoiRmlsZSI7czo1OiJ0aXRsZSI7czo0OiJGaWxlIjt9fXM6MTA6IgAqAHNldHRpbmciO3I6MzU4Mjt9czo3OiIAKgBoZWxwIjthOjA6e319czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjozNTYzO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI5OiJhY3Rpdml0eV9yZXNvdXJjZV80N191c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM1NjM7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE4OiJhc3NpZ25fNDlfdXNlcmluZm8iO3I6MzY1NDt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MzU1MDtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxOToic2VjdGlvbl8xNF9pbmNsdWRlZCI7cjozNjEwO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjc6InNlY3Rpb25fc2VjdGlvbl8xNF91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czo5OiJVc2VyIGRhdGEiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MzU1MDt9czo3OiIAKgBoZWxwIjthOjA6e319czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjozNTMyO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjIwOiJyZXNvdXJjZV80NV9pbmNsdWRlZCI7cjozNTI5O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjk6ImFjdGl2aXR5X3Jlc291cmNlXzQ1X3VzZXJpbmZvIjtzOjg6IgAqAGxhYmVsIjtzOjE6Ii0iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MzUzMjt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtyOjM1MTc7czoxOToic2VjdGlvbl8xNF9pbmNsdWRlZCI7cjozNjE2O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjk6ImFjdGl2aXR5X3Jlc291cmNlXzQ1X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjQyOiLnrKzljYHpgLHoqrLliY3poJDlgpnooajllq7vvJrlsI7mvJTnkIblv7UiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjg6InJlc291cmNlIjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6NDoiRmlsZSI7czo1OiJ0aXRsZSI7czo0OiJGaWxlIjt9fXM6MTA6IgAqAHNldHRpbmciO3I6MzUyMDt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MjA6InJlc291cmNlXzQ3X2luY2x1ZGVkIjtyOjM1OTM7czoxODoiYXNzaWduXzQ5X2luY2x1ZGVkIjtyOjM2NzU7czoyMDoicmVzb3VyY2VfNTJfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxNDQ7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMToiYmFja3VwX2FjdGl2aXR5X2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjIwOiJyZXNvdXJjZV81Ml9pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjIwOiJyZXNvdXJjZV81Ml91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM4MTM7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMjoiYmFja3VwX2FjdGl2aXR5X3VzZXJpbmZvX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoyMDoicmVzb3VyY2VfNTJfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjA7czo5OiIAKgBzdGF0dXMiO2k6NztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjM6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozOTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjM4MjU7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTk6InNlY3Rpb25fMTZfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7TzozMToiYmFja3VwX3NlY3Rpb25fdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6OTtzOjc6IgAqAG5hbWUiO3M6MTk6InNlY3Rpb25fMTZfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjA7czo5OiIAKgBzdGF0dXMiO2k6NztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6Mzp7czoyMDoicmVzb3VyY2VfNTJfdXNlcmluZm8iO3I6Mzg0MTtzOjIwOiJyZXNvdXJjZV81M191c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM4NDM7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMjoiYmFja3VwX2FjdGl2aXR5X3VzZXJpbmZvX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoyMDoicmVzb3VyY2VfNTNfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjA7czo5OiIAKgBzdGF0dXMiO2k6NztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjM6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozOTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjM4NTY7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTk6InNlY3Rpb25fMTZfdXNlcmluZm8iO3I6Mzg1MztzOjIwOiJyZXNvdXJjZV81M19pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtPOjMxOiJiYWNrdXBfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MjA6InJlc291cmNlXzUzX2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MjA6InJlc291cmNlXzUzX3VzZXJpbmZvIjtyOjM4NzM7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxNDQ7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjozODc1O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE5OiJzZWN0aW9uXzE2X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO086MzE6ImJhY2t1cF9zZWN0aW9uX2luY2x1ZGVkX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjk7czo3OiIAKgBuYW1lIjtzOjE5OiJzZWN0aW9uXzE2X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjQ6e3M6MTk6InNlY3Rpb25fMTZfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozODk0O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6Mzg0MztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoyMDoicmVzb3VyY2VfNTJfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozODk0O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6MzgxMztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoyMDoicmVzb3VyY2VfNTNfaW5jbHVkZWQiO3I6Mzg5MjtzOjE4OiJhc3NpZ25fNTRfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozODk0O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzE6ImJhY2t1cF9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoxODoiYXNzaWduXzU0X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MTg6ImFzc2lnbl81NF91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5MTk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMjoiYmFja3VwX2FjdGl2aXR5X3VzZXJpbmZvX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoxODoiYXNzaWduXzU0X3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aTowO3M6OToiACoAc3RhdHVzIjtpOjc7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjozOTMxO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE5OiJzZWN0aW9uXzE2X3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzg0MztzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjM5MzE7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTg6ImFzc2lnbl81NF9pbmNsdWRlZCI7cjozOTI4O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjc6ImFjdGl2aXR5X2Fzc2lnbl81NF91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5MzE7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE0NDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjM5MTk7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTk6InNlY3Rpb25fMTZfaW5jbHVkZWQiO3I6MzkxNjt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI3OiJhY3Rpdml0eV9hc3NpZ25fNTRfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6NjM6IuesrOWNgeS4gOmAseiqsuW+jOS9nOalre+8muaIsuWKh+afpee2k+KAlOKAlOa8lOWToeWKh+acrOWIhuaekCI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtPOjEwOiJpbWFnZV9pY29uIjozOntzOjM6InBpeCI7czo4OiJtb25vbG9nbyI7czo5OiJjb21wb25lbnQiO3M6NjoiYXNzaWduIjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6MTA6IkFzc2lnbm1lbnQiO3M6NToidGl0bGUiO3M6MTA6IkFzc2lnbm1lbnQiO319czoxMDoiACoAc2V0dGluZyI7cjozOTE5O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjc6InNlY3Rpb25fc2VjdGlvbl8xNl9pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czozNDoi56ys5Y2B5LiA6YCxICgxMS8zMCnvvJrmiLLliocgKElJKSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozODk0O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjM4NzU7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjk6ImFjdGl2aXR5X3Jlc291cmNlXzUzX2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjI3OiLoo5zlhYXorJvnvqnvvJrop5LoibLlnLDkvY0iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjg6InJlc291cmNlIjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6NDoiRmlsZSI7czo1OiJ0aXRsZSI7czo0OiJGaWxlIjt9fXM6MTA6IgAqAHNldHRpbmciO3I6Mzg3NTt9czo3OiIAKgBoZWxwIjthOjA6e319czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjozODU2O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI5OiJhY3Rpdml0eV9yZXNvdXJjZV81M191c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM4NTY7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE4OiJhc3NpZ25fNTRfdXNlcmluZm8iO3I6Mzk0Nzt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6Mzg0MztzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxOToic2VjdGlvbl8xNl9pbmNsdWRlZCI7cjozOTAzO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjc6InNlY3Rpb25fc2VjdGlvbl8xNl91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czo5OiJVc2VyIGRhdGEiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzg0Mzt9czo3OiIAKgBoZWxwIjthOjA6e319czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjozODI1O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjIwOiJyZXNvdXJjZV81Ml9pbmNsdWRlZCI7cjozODIyO31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjk6ImFjdGl2aXR5X3Jlc291cmNlXzUyX3VzZXJpbmZvIjtzOjg6IgAqAGxhYmVsIjtzOjE6Ii0iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MzgyNTt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtyOjM4MTA7czoxOToic2VjdGlvbl8xNl9pbmNsdWRlZCI7cjozOTA5O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6Mjk6ImFjdGl2aXR5X3Jlc291cmNlXzUyX2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjE4OiLnrKzljYHkuIDpgLHorJvnvqkiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjg6InJlc291cmNlIjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6NDoiRmlsZSI7czo1OiJ0aXRsZSI7czo0OiJGaWxlIjt9fXM6MTA6IgAqAHNldHRpbmciO3I6MzgxMzt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MjA6InJlc291cmNlXzUzX2luY2x1ZGVkIjtyOjM4ODY7czoxODoiYXNzaWduXzU0X2luY2x1ZGVkIjtyOjM5Njg7czoyMDoicmVzb3VyY2VfNTVfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxNDQ7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMToiYmFja3VwX2FjdGl2aXR5X2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjIwOiJyZXNvdXJjZV81NV9pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjIwOiJyZXNvdXJjZV81NV91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjQxMDY7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMjoiYmFja3VwX2FjdGl2aXR5X3VzZXJpbmZvX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoyMDoicmVzb3VyY2VfNTVfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjA7czo5OiIAKgBzdGF0dXMiO2k6NztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjM6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozOTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjQxMTg7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTk6InNlY3Rpb25fMTdfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7TzozMToiYmFja3VwX3NlY3Rpb25fdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6OTtzOjc6IgAqAG5hbWUiO3M6MTk6InNlY3Rpb25fMTdfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjA7czo5OiIAKgBzdGF0dXMiO2k6NztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6Mjp7czoyMDoicmVzb3VyY2VfNTVfdXNlcmluZm8iO3I6NDEzNDtzOjE3OiJmb3J1bV81Nl91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjQxMzY7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzozMjoiYmFja3VwX2FjdGl2aXR5X3VzZXJpbmZvX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoxNzoiZm9ydW1fNTZfdXNlcmluZm8iO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjA7czo5OiIAKgBzdGF0dXMiO2k6NztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjM6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozOTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjQxNDk7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTk6InNlY3Rpb25fMTdfdXNlcmluZm8iO3I6NDE0NjtzOjE3OiJmb3J1bV81Nl9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtPOjMxOiJiYWNrdXBfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MTc6ImZvcnVtXzU2X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MTc6ImZvcnVtXzU2X3VzZXJpbmZvIjtyOjQxNjY7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxNDQ7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo0MTY4O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE5OiJzZWN0aW9uXzE3X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO086MzE6ImJhY2t1cF9zZWN0aW9uX2luY2x1ZGVkX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjk7czo3OiIAKgBuYW1lIjtzOjE5OiJzZWN0aW9uXzE3X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjM6e3M6MTk6InNlY3Rpb25fMTdfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0MTg3O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NDEzNjtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoyMDoicmVzb3VyY2VfNTVfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0MTg3O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NDEwNjtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxNzoiZm9ydW1fNTZfaW5jbHVkZWQiO3I6NDE4NTt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyNzoic2VjdGlvbl9zZWN0aW9uXzE3X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjM0OiLnrKzljYHkuozpgLEgKDEyLzcp77ya5oiy5YqHIChJSUkpIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjQxODc7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NDE2ODtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyNjoiYWN0aXZpdHlfZm9ydW1fNTZfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6MzY6IuiInuWPsOioreioiOOAgeacjeijneioreioiOWIhuS6q+WNgCI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtPOjEwOiJpbWFnZV9pY29uIjozOntzOjM6InBpeCI7czo4OiJtb25vbG9nbyI7czo5OiJjb21wb25lbnQiO3M6NToiZm9ydW0iO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo1OiJGb3J1bSI7czo1OiJ0aXRsZSI7czo1OiJGb3J1bSI7fX1zOjEwOiIAKgBzZXR0aW5nIjtyOjQxNjg7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NDE0OTtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyNjoiYWN0aXZpdHlfZm9ydW1fNTZfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0MTQ5O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozOTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjQxMzY7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTk6InNlY3Rpb25fMTdfaW5jbHVkZWQiO3I6NDE5Njt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI3OiJzZWN0aW9uX3NlY3Rpb25fMTdfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6OToiVXNlciBkYXRhIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjQxMzY7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NDExODtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoyMDoicmVzb3VyY2VfNTVfaW5jbHVkZWQiO3I6NDExNTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI5OiJhY3Rpdml0eV9yZXNvdXJjZV81NV91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjQxMTg7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7cjo0MTAzO3M6MTk6InNlY3Rpb25fMTdfaW5jbHVkZWQiO3I6NDIwMjt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI5OiJhY3Rpdml0eV9yZXNvdXJjZV81NV9pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czoxODoi56ys5Y2B5LqM6YCx6Kyb576pIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO086MTA6ImltYWdlX2ljb24iOjM6e3M6MzoicGl4IjtzOjg6Im1vbm9sb2dvIjtzOjk6ImNvbXBvbmVudCI7czo4OiJyZXNvdXJjZSI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjQ6IkZpbGUiO3M6NToidGl0bGUiO3M6NDoiRmlsZSI7fX1zOjEwOiIAKgBzZXR0aW5nIjtyOjQxMDY7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE3OiJmb3J1bV81Nl9pbmNsdWRlZCI7cjo0MTc5O3M6MTc6ImZvcnVtXzQwX2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTQ0O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzE6ImJhY2t1cF9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoxNzoiZm9ydW1fNDBfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoxNzoiZm9ydW1fNDBfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0MzE5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6ImJhY2t1cF9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MTc6ImZvcnVtXzQwX3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aTowO3M6OToiACoAc3RhdHVzIjtpOjc7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo0MzMxO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE5OiJzZWN0aW9uXzEyX3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO086MzE6ImJhY2t1cF9zZWN0aW9uX3VzZXJpbmZvX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjk7czo3OiIAKgBuYW1lIjtzOjE5OiJzZWN0aW9uXzEyX3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aTowO3M6OToiACoAc3RhdHVzIjtpOjc7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjQ6e3M6MTc6ImZvcnVtXzQwX3VzZXJpbmZvIjtyOjQzNDc7czoxNzoiZm9ydW1fNDNfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0MzQ5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6ImJhY2t1cF9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MTc6ImZvcnVtXzQzX3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aTowO3M6OToiACoAc3RhdHVzIjtpOjc7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo0MzYyO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE5OiJzZWN0aW9uXzEyX3VzZXJpbmZvIjtyOjQzNTk7czoxNzoiZm9ydW1fNDNfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7TzozMToiYmFja3VwX2FjdGl2aXR5X2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjE3OiJmb3J1bV80M19pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjE3OiJmb3J1bV80M191c2VyaW5mbyI7cjo0Mzc5O31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjEwOiJhY3Rpdml0aWVzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTQ0O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NDM4MTtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxOToic2VjdGlvbl8xMl9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtPOjMxOiJiYWNrdXBfc2VjdGlvbl9pbmNsdWRlZF9zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aTo5O3M6NzoiACoAbmFtZSI7czoxOToic2VjdGlvbl8xMl9pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTo1OntzOjE5OiJzZWN0aW9uXzEyX3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NDQwMDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjQzNDk7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTc6ImZvcnVtXzQwX2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NDQwMDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjQzMTk7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTc6ImZvcnVtXzQzX2luY2x1ZGVkIjtyOjQzOTg7czoyMDoicmVzb3VyY2VfNTFfaW5jbHVkZWQiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0NDAwO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzE6ImJhY2t1cF9hY3Rpdml0eV9nZW5lcmljX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjEzO3M6NzoiACoAbmFtZSI7czoyMDoicmVzb3VyY2VfNTFfaW5jbHVkZWQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MTp7czoyMDoicmVzb3VyY2VfNTFfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0NDI1O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6ImJhY2t1cF9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MjA6InJlc291cmNlXzUxX3VzZXJpbmZvIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aTowO3M6OToiACoAc3RhdHVzIjtpOjc7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTozOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo0NDM3O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE5OiJzZWN0aW9uXzEyX3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NDM0OTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjQ0Mzc7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MjA6InJlc291cmNlXzUxX2luY2x1ZGVkIjtyOjQ0MzQ7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyOToiYWN0aXZpdHlfcmVzb3VyY2VfNTFfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0NDM3O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxNDQ7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo0NDI1O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE5OiJzZWN0aW9uXzEyX2luY2x1ZGVkIjtyOjQ0MjI7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyOToiYWN0aXZpdHlfcmVzb3VyY2VfNTFfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6MjQ6Iuacn+acq+WgseWRiuWvq+S9nOaMh+WNlyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtPOjEwOiJpbWFnZV9pY29uIjozOntzOjM6InBpeCI7czo4OiJtb25vbG9nbyI7czo5OiJjb21wb25lbnQiO3M6ODoicmVzb3VyY2UiO3M6MTA6ImF0dHJpYnV0ZXMiO2E6Mzp7czo1OiJjbGFzcyI7czoyNDoiaWNvbmxhcmdlIGljb24tcG9zdCBtbC0xIjtzOjM6ImFsdCI7czo0OiJGaWxlIjtzOjU6InRpdGxlIjtzOjQ6IkZpbGUiO319czoxMDoiACoAc2V0dGluZyI7cjo0NDI1O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxODoiYXNzaWduXzU3X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NDQwMDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMxOiJiYWNrdXBfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MTg6ImFzc2lnbl81N19pbmNsdWRlZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjE4OiJhc3NpZ25fNTdfdXNlcmluZm8iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0NTAzO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzI6ImJhY2t1cF9hY3Rpdml0eV91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MTg6ImFzc2lnbl81N191c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NDUxNTtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxOToic2VjdGlvbl8xMl91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjQzNDk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo0NTE1O3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE4OiJhc3NpZ25fNTdfaW5jbHVkZWQiO3I6NDUxMjt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI3OiJhY3Rpdml0eV9hc3NpZ25fNTdfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6MToiLSI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0NTE1O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxNDQ7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo0NTAzO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE5OiJzZWN0aW9uXzEyX2luY2x1ZGVkIjtyOjQ1MDA7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyNzoiYWN0aXZpdHlfYXNzaWduXzU3X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjE4OiLmnJ/mnKvloLHlkYrnubPkuqQiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjY6ImFzc2lnbiI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjEwOiJBc3NpZ25tZW50IjtzOjU6InRpdGxlIjtzOjEwOiJBc3NpZ25tZW50Ijt9fXM6MTA6IgAqAHNldHRpbmciO3I6NDUwMzt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI3OiJzZWN0aW9uX3NlY3Rpb25fMTJfaW5jbHVkZWQiO3M6ODoiACoAbGFiZWwiO3M6MTI6Iuacn+acq+WgseWRiiI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0NDAwO31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjQzODE7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MjY6ImFjdGl2aXR5X2ZvcnVtXzQzX2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjM5OiLliY3nva7kvZzmpa3nubPkuqTvvJrlm57nrZTjgIzlhaflrrnjgI0iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7TzoxMDoiaW1hZ2VfaWNvbiI6Mzp7czozOiJwaXgiO3M6ODoibW9ub2xvZ28iO3M6OToiY29tcG9uZW50IjtzOjU6ImZvcnVtIjtzOjEwOiJhdHRyaWJ1dGVzIjthOjM6e3M6NToiY2xhc3MiO3M6MjQ6Imljb25sYXJnZSBpY29uLXBvc3QgbWwtMSI7czozOiJhbHQiO3M6NToiRm9ydW0iO3M6NToidGl0bGUiO3M6NToiRm9ydW0iO319czoxMDoiACoAc2V0dGluZyI7cjo0MzgxO31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjQzNjI7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MjY6ImFjdGl2aXR5X2ZvcnVtXzQzX3VzZXJpbmZvIjtzOjg6IgAqAGxhYmVsIjtzOjE6Ii0iO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NDM2Mjt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MjA6InJlc291cmNlXzUxX3VzZXJpbmZvIjtyOjQ0NTM7czoxODoiYXNzaWduXzU3X3VzZXJpbmZvIjtyOjQ1MzE7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6NToidXNlcnMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozOTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjQzNDk7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTk6InNlY3Rpb25fMTJfaW5jbHVkZWQiO3I6NDQwOTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI3OiJzZWN0aW9uX3NlY3Rpb25fMTJfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6OToiVXNlciBkYXRhIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjQzNDk7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NDMzMTtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxNzoiZm9ydW1fNDBfaW5jbHVkZWQiO3I6NDMyODt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI2OiJhY3Rpdml0eV9mb3J1bV80MF91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjQzMzE7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7cjo0MzE2O3M6MTk6InNlY3Rpb25fMTJfaW5jbHVkZWQiO3I6NDQxNTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI2OiJhY3Rpdml0eV9mb3J1bV80MF9pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czo2Mzoi5YmN572u5L2c5qWt57mz5Lqk77ya5om+6LOH5paZ5Lim5a+r6Ki76Kej77yI5q235Y+y44CB6aGe5Z6L77yJIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO086MTA6ImltYWdlX2ljb24iOjM6e3M6MzoicGl4IjtzOjg6Im1vbm9sb2dvIjtzOjk6ImNvbXBvbmVudCI7czo1OiJmb3J1bSI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjU6IkZvcnVtIjtzOjU6InRpdGxlIjtzOjU6IkZvcnVtIjt9fXM6MTA6IgAqAHNldHRpbmciO3I6NDMxOTt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTc6ImZvcnVtXzQzX2luY2x1ZGVkIjtyOjQzOTI7czoyMDoicmVzb3VyY2VfNTFfaW5jbHVkZWQiO3I6NDQ3NDtzOjE4OiJhc3NpZ25fNTdfaW5jbHVkZWQiO3I6NDU1MjtzOjE3OiJmb3J1bV81MF9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE0NDtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMxOiJiYWNrdXBfYWN0aXZpdHlfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxMztzOjc6IgAqAG5hbWUiO3M6MTc6ImZvcnVtXzUwX2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjE6e3M6MTc6ImZvcnVtXzUwX3VzZXJpbmZvIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NDY5MjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMyOiJiYWNrdXBfYWN0aXZpdHlfdXNlcmluZm9fc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTM7czo3OiIAKgBuYW1lIjtzOjE3OiJmb3J1bV81MF91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mzp7czo1OiJ1c2VycyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5O3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NDcwNDtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxOToic2VjdGlvbl8xNV91c2VyaW5mbyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtPOjMxOiJiYWNrdXBfc2VjdGlvbl91c2VyaW5mb19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aTo5O3M6NzoiACoAbmFtZSI7czoxOToic2VjdGlvbl8xNV91c2VyaW5mbyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YToxOntzOjE3OiJmb3J1bV81MF91c2VyaW5mbyI7cjo0NzIwO31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo0NzIyO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE5OiJzZWN0aW9uXzE1X2luY2x1ZGVkIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO086MzE6ImJhY2t1cF9zZWN0aW9uX2luY2x1ZGVkX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjk7czo3OiIAKgBuYW1lIjtzOjE5OiJzZWN0aW9uXzE1X2luY2x1ZGVkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjI6e3M6MTk6InNlY3Rpb25fMTVfdXNlcmluZm8iO3I6NDczOTtzOjE3OiJmb3J1bV81MF9pbmNsdWRlZCI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjQ3NDE7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo0NjkyO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyNzoic2VjdGlvbl9zZWN0aW9uXzE1X2luY2x1ZGVkIjtzOjg6IgAqAGxhYmVsIjtzOjI0OiLoqrLlvozlm57ppYvvvIjliqDliIbvvIkiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NDc0MTt9czo3OiIAKgBoZWxwIjthOjA6e319czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjo0NzIyO3M6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI3OiJzZWN0aW9uX3NlY3Rpb25fMTVfdXNlcmluZm8iO3M6ODoiACoAbGFiZWwiO3M6OToiVXNlciBkYXRhIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjQ3MjI7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO3I6NDcwNDtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxNzoiZm9ydW1fNTBfaW5jbHVkZWQiO3I6NDcwMTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI2OiJhY3Rpdml0eV9mb3J1bV81MF91c2VyaW5mbyI7czo4OiIAKgBsYWJlbCI7czoxOiItIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjQ3MDQ7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6Mjp7czoxMDoiYWN0aXZpdGllcyI7cjo0Njg5O3M6MTk6InNlY3Rpb25fMTVfaW5jbHVkZWQiO3I6NDc1MTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjI2OiJhY3Rpdml0eV9mb3J1bV81MF9pbmNsdWRlZCI7czo4OiIAKgBsYWJlbCI7czozMDoi5Yy/5ZCN6KGo5Zau6YCj57WQ6IiH55WZ6KiA6JmVIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO086MTA6ImltYWdlX2ljb24iOjM6e3M6MzoicGl4IjtzOjg6Im1vbm9sb2dvIjtzOjk6ImNvbXBvbmVudCI7czo1OiJmb3J1bSI7czoxMDoiYXR0cmlidXRlcyI7YTozOntzOjU6ImNsYXNzIjtzOjI0OiJpY29ubGFyZ2UgaWNvbi1wb3N0IG1sLTEiO3M6MzoiYWx0IjtzOjU6IkZvcnVtIjtzOjU6InRpdGxlIjtzOjU6IkZvcnVtIjt9fXM6MTA6IgAqAHNldHRpbmciO3I6NDY5Mjt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fX1zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjE1OiJyb290X2FjdGl2aXRpZXMiO3M6ODoiACoAbGFiZWwiO3M6MzI6IkluY2x1ZGUgYWN0aXZpdGllcyBhbmQgcmVzb3VyY2VzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE0NDt9czo3OiIAKgBoZWxwIjthOjA6e319czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxMzI7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6NToidXNlcnMiO3I6MTI5O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MTE6InJvb3RfYmFkZ2VzIjtzOjg6IgAqAGxhYmVsIjtzOjE0OiJJbmNsdWRlIGJhZGdlcyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjoxMzI7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE1OiJ1c2Vyc2NvbXBsZXRpb24iO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozOTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjMwOiJiYWNrdXBfdXNlcnNjb21wbGV0aW9uX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjE7czo3OiIAKgBuYW1lIjtzOjE1OiJ1c2Vyc2NvbXBsZXRpb24iO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjA7czo5OiIAKgBzdGF0dXMiO2k6NztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjE6e3M6NToidXNlcnMiO3I6NDg1MTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjIwOiJyb290X3VzZXJzY29tcGxldGlvbiI7czo4OiIAKgBsYWJlbCI7czozMToiSW5jbHVkZSB1c2VyIGNvbXBsZXRpb24gZGV0YWlscyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0ODU0O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czo0OiJsb2dzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoxOToiYmFja3VwX2xvZ3Nfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTtzOjc6IgAqAG5hbWUiO3M6NDoibG9ncyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo3O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo1OiJ1c2VycyI7cjo0ODc4O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6OToicm9vdF9sb2dzIjtzOjg6IgAqAGxhYmVsIjtzOjE5OiJJbmNsdWRlIGNvdXJzZSBsb2dzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjQ4ODE7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjE1OiJncmFkZV9oaXN0b3JpZXMiO3I6MTY3O3M6MTg6InNlY3Rpb25fMV91c2VyaW5mbyI7cjozNDI7czoxNDoidXJsXzhfdXNlcmluZm8iO3I6MjEyO3M6MTc6ImZvcnVtXzU4X3VzZXJpbmZvIjtyOjI0MztzOjE4OiJzZWN0aW9uXzVfdXNlcmluZm8iO3I6NDQ0O3M6MjA6InJlc291cmNlXzEyX3VzZXJpbmZvIjtyOjQyNTtzOjE4OiJzZWN0aW9uXzRfdXNlcmluZm8iO3I6ODQ2O3M6MjA6InJlc291cmNlXzEzX3VzZXJpbmZvIjtyOjU1ODtzOjE1OiJ1cmxfMTRfdXNlcmluZm8iO3I6NTg5O3M6MjA6InJlc291cmNlXzE2X3VzZXJpbmZvIjtyOjY2NDtzOjE3OiJmb3J1bV8xOF91c2VyaW5mbyI7cjo3NDI7czoxODoic2VjdGlvbl8yX3VzZXJpbmZvIjtyOjEyMTk7czoyMDoicmVzb3VyY2VfMTVfdXNlcmluZm8iO3I6OTMxO3M6MTc6ImZvcnVtXzEwX3VzZXJpbmZvIjtyOjk2MjtzOjIwOiJyZXNvdXJjZV8xOV91c2VyaW5mbyI7cjoxMDM3O3M6MjA6InJlc291cmNlXzE3X3VzZXJpbmZvIjtyOjExMTU7czoxODoic2VjdGlvbl82X3VzZXJpbmZvIjtyOjE2NzE7czoyMDoicmVzb3VyY2VfMjFfdXNlcmluZm8iO3I6MTMwNDtzOjIwOiJyZXNvdXJjZV8yMl91c2VyaW5mbyI7cjoxMzM1O3M6MTc6ImZvcnVtXzIwX3VzZXJpbmZvIjtyOjE0MTA7czoyMDoicmVzb3VyY2VfMjNfdXNlcmluZm8iO3I6MTQ4ODtzOjIwOiJyZXNvdXJjZV8yNF91c2VyaW5mbyI7cjoxNTY2O3M6MTg6InNlY3Rpb25fN191c2VyaW5mbyI7cjoyMTI0O3M6MjA6InJlc291cmNlXzI1X3VzZXJpbmZvIjtyOjE3NTc7czoyMDoicmVzb3VyY2VfMjZfdXNlcmluZm8iO3I6MTc4ODtzOjIwOiJyZXNvdXJjZV8yN191c2VyaW5mbyI7cjoxODYzO3M6MTc6ImZvcnVtXzI4X3VzZXJpbmZvIjtyOjE5NDE7czoyMDoicmVzb3VyY2VfMjlfdXNlcmluZm8iO3I6MjAxOTtzOjE4OiJzZWN0aW9uXzhfdXNlcmluZm8iO3I6MjQ5ODtzOjIwOiJyZXNvdXJjZV8zMF91c2VyaW5mbyI7cjoyMjEwO3M6MjA6InJlc291cmNlXzMxX3VzZXJpbmZvIjtyOjIyNDE7czoxNzoiZm9ydW1fMzJfdXNlcmluZm8iO3I6MjMxNjtzOjIwOiJyZXNvdXJjZV8zNF91c2VyaW5mbyI7cjoyMzk0O3M6MTg6InNlY3Rpb25fOV91c2VyaW5mbyI7cjoyODcxO3M6MTc6ImZvcnVtXzMzX3VzZXJpbmZvIjtyOjI1ODM7czoyMDoicmVzb3VyY2VfMzZfdXNlcmluZm8iO3I6MjYxNDtzOjE3OiJmb3J1bV8zNV91c2VyaW5mbyI7cjoyNjg5O3M6MjA6InJlc291cmNlXzM3X3VzZXJpbmZvIjtyOjI3Njc7czoxOToic2VjdGlvbl8xMV91c2VyaW5mbyI7cjozMTY1O3M6MjA6InJlc291cmNlXzM4X3VzZXJpbmZvIjtyOjI5NTY7czoxNzoiZm9ydW1fMzlfdXNlcmluZm8iO3I6Mjk4NztzOjIwOiJyZXNvdXJjZV80MV91c2VyaW5mbyI7cjozMDYyO3M6MTk6InNlY3Rpb25fMTNfdXNlcmluZm8iO3I6MzQ1ODtzOjE1OiJ1cmxfNDJfdXNlcmluZm8iO3I6MzI0OTtzOjE3OiJmb3J1bV80NF91c2VyaW5mbyI7cjozMjgwO3M6MjA6InJlc291cmNlXzQ2X3VzZXJpbmZvIjtyOjMzNTU7czoxOToic2VjdGlvbl8xNF91c2VyaW5mbyI7cjozNzUxO3M6MjA6InJlc291cmNlXzQ1X3VzZXJpbmZvIjtyOjM1NDI7czoyMDoicmVzb3VyY2VfNDdfdXNlcmluZm8iO3I6MzU3MztzOjE4OiJhc3NpZ25fNDlfdXNlcmluZm8iO3I6MzY0ODtzOjE5OiJzZWN0aW9uXzE2X3VzZXJpbmZvIjtyOjQwNDQ7czoyMDoicmVzb3VyY2VfNTJfdXNlcmluZm8iO3I6MzgzNTtzOjIwOiJyZXNvdXJjZV81M191c2VyaW5mbyI7cjozODY2O3M6MTg6ImFzc2lnbl81NF91c2VyaW5mbyI7cjozOTQxO3M6MTk6InNlY3Rpb25fMTdfdXNlcmluZm8iO3I6NDI1ODtzOjIwOiJyZXNvdXJjZV81NV91c2VyaW5mbyI7cjo0MTI4O3M6MTc6ImZvcnVtXzU2X3VzZXJpbmZvIjtyOjQxNTk7czoxOToic2VjdGlvbl8xMl91c2VyaW5mbyI7cjo0NjI5O3M6MTc6ImZvcnVtXzQwX3VzZXJpbmZvIjtyOjQzNDE7czoxNzoiZm9ydW1fNDNfdXNlcmluZm8iO3I6NDM3MjtzOjIwOiJyZXNvdXJjZV81MV91c2VyaW5mbyI7cjo0NDQ3O3M6MTg6ImFzc2lnbl81N191c2VyaW5mbyI7cjo0NTI1O3M6MTk6InNlY3Rpb25fMTVfdXNlcmluZm8iO3I6NDczMztzOjE3OiJmb3J1bV81MF91c2VyaW5mbyI7cjo0NzE0O31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjEwOiJyb290X3VzZXJzIjtzOjg6IgAqAGxhYmVsIjtzOjIyOiJJbmNsdWRlIGVucm9sbGVkIHVzZXJzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjM5O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjk6ImFub255bWl6ZSI7cjo1MTtzOjE2OiJyb2xlX2Fzc2lnbm1lbnRzIjtyOjc4O3M6MTE6InBlcm1pc3Npb25zIjtPOjI2OiJiYWNrdXBfcGVybWlzc2lvbnNfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTtzOjc6IgAqAG5hbWUiO3M6MTE6InBlcm1pc3Npb25zIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aTowO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjE2OiJyb290X3Blcm1pc3Npb25zIjtzOjg6IgAqAGxhYmVsIjtzOjI4OiJJbmNsdWRlIHBlcm1pc3Npb24gb3ZlcnJpZGVzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjQ5ODM7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTA6ImFjdGl2aXRpZXMiO3I6MTQ0O3M6NjoiYmxvY2tzIjtPOjIyOiJiYWNrdXBfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxO3M6NzoiACoAbmFtZSI7czo2OiJibG9ja3MiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MTE6InJvb3RfYmxvY2tzIjtzOjg6IgAqAGxhYmVsIjtzOjE0OiJJbmNsdWRlIGJsb2NrcyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo1MDA1O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjU6ImZpbGVzIjtPOjIyOiJiYWNrdXBfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxO3M6NzoiACoAbmFtZSI7czo1OiJmaWxlcyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoxMDoicm9vdF9maWxlcyI7czo4OiIAKgBsYWJlbCI7czoxMzoiSW5jbHVkZSBmaWxlcyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo1MDI2O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjc6ImZpbHRlcnMiO086MjI6ImJhY2t1cF9nZW5lcmljX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjE7czo3OiIAKgBuYW1lIjtzOjc6ImZpbHRlcnMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MTI6InJvb3RfZmlsdGVycyI7czo4OiIAKgBsYWJlbCI7czoxNToiSW5jbHVkZSBmaWx0ZXJzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjUwNDc7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6ODoiY29tbWVudHMiO3I6MTA1O3M6NjoiYmFkZ2VzIjtyOjEzMjtzOjE0OiJjYWxlbmRhcmV2ZW50cyI7TzoyOToiYmFja3VwX2NhbGVuZGFyZXZlbnRzX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjE7czo3OiIAKgBuYW1lIjtzOjE0OiJjYWxlbmRhcmV2ZW50cyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoxOToicm9vdF9jYWxlbmRhcmV2ZW50cyI7czo4OiIAKgBsYWJlbCI7czoyMzoiSW5jbHVkZSBjYWxlbmRhciBldmVudHMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NTA3MDt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToidXNlcnNjb21wbGV0aW9uIjtyOjQ4NTQ7czo0OiJsb2dzIjtyOjQ4ODE7czoxNToiZ3JhZGVfaGlzdG9yaWVzIjtyOjE1NztzOjEyOiJxdWVzdGlvbmJhbmsiO086MjI6ImJhY2t1cF9nZW5lcmljX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjE7czo3OiIAKgBuYW1lIjtzOjEyOiJxdWVzdGlvbmJhbmsiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MTc6InJvb3RfcXVlc3Rpb25iYW5rIjtzOjg6IgAqAGxhYmVsIjtzOjIxOiJJbmNsdWRlIHF1ZXN0aW9uIGJhbmsiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NTA5NDt9czo3OiIAKgBoZWxwIjthOjA6e319czo2OiJncm91cHMiO086MjE6ImJhY2t1cF9ncm91cHNfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTtzOjc6IgAqAG5hbWUiO3M6NjoiZ3JvdXBzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjExOiJyb290X2dyb3VwcyI7czo4OiIAKgBsYWJlbCI7czoyODoiSW5jbHVkZSBncm91cHMgYW5kIGdyb3VwaW5ncyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo1MTE1O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjEyOiJjb21wZXRlbmNpZXMiO086Mjc6ImJhY2t1cF9jb21wZXRlbmNpZXNfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTtzOjc6IgAqAG5hbWUiO3M6MTI6ImNvbXBldGVuY2llcyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MDtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MDtzOjk6IgAqAHN0YXR1cyI7aTo1O3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoxNzoicm9vdF9jb21wZXRlbmNpZXMiO3M6ODoiACoAbGFiZWwiO3M6MjA6IkluY2x1ZGUgY29tcGV0ZW5jaWVzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjUxMzY7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTE6ImN1c3RvbWZpZWxkIjtPOjI2OiJiYWNrdXBfY3VzdG9tZmllbGRfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTtzOjc6IgAqAG5hbWUiO3M6MTE6ImN1c3RvbWZpZWxkIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjE2OiJyb290X2N1c3RvbWZpZWxkIjtzOjg6IgAqAGxhYmVsIjtzOjIxOiJJbmNsdWRlIGN1c3RvbSBmaWVsZHMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NTE1Nzt9czo3OiIAKgBoZWxwIjthOjA6e319czoxODoiY29udGVudGJhbmtjb250ZW50IjtPOjMzOiJiYWNrdXBfY29udGVudGJhbmtjb250ZW50X3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjE7czo3OiIAKgBuYW1lIjtzOjE4OiJjb250ZW50YmFua2NvbnRlbnQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MjM6InJvb3RfY29udGVudGJhbmtjb250ZW50IjtzOjg6IgAqAGxhYmVsIjtzOjI4OiJJbmNsdWRlIGNvbnRlbnQgYmFuayBjb250ZW50IjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjUxNzg7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTE6ImxlZ2FjeWZpbGVzIjtPOjIyOiJiYWNrdXBfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxO3M6NzoiACoAbmFtZSI7czoxMToibGVnYWN5ZmlsZXMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MTY6InJvb3RfbGVnYWN5ZmlsZXMiO3M6ODoiACoAbGFiZWwiO3M6Mjc6IkluY2x1ZGUgbGVnYWN5IGNvdXJzZSBmaWxlcyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo1MTk5O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE4OiJzZWN0aW9uXzFfaW5jbHVkZWQiO3I6MjcxO3M6MTg6InNlY3Rpb25fMV91c2VyaW5mbyI7cjoyMjA7czoxNDoidXJsXzhfaW5jbHVkZWQiO3I6MTkwO3M6MTQ6InVybF84X3VzZXJpbmZvIjtyOjIwMjtzOjE3OiJmb3J1bV81OF9pbmNsdWRlZCI7cjoyNTI7czoxNzoiZm9ydW1fNThfdXNlcmluZm8iO3I6MjMzO3M6MTg6InNlY3Rpb25fNV9pbmNsdWRlZCI7cjo0NTI7czoxODoic2VjdGlvbl81X3VzZXJpbmZvIjtyOjQzMztzOjIwOiJyZXNvdXJjZV8xMl9pbmNsdWRlZCI7cjo0MDM7czoyMDoicmVzb3VyY2VfMTJfdXNlcmluZm8iO3I6NDE1O3M6MTg6InNlY3Rpb25fNF9pbmNsdWRlZCI7cjo2MTc7czoxODoic2VjdGlvbl80X3VzZXJpbmZvIjtyOjU2NjtzOjIwOiJyZXNvdXJjZV8xM19pbmNsdWRlZCI7cjo1MzY7czoyMDoicmVzb3VyY2VfMTNfdXNlcmluZm8iO3I6NTQ4O3M6MTU6InVybF8xNF9pbmNsdWRlZCI7cjo1OTg7czoxNToidXJsXzE0X3VzZXJpbmZvIjtyOjU3OTtzOjIwOiJyZXNvdXJjZV8xNl9pbmNsdWRlZCI7cjo2NDI7czoyMDoicmVzb3VyY2VfMTZfdXNlcmluZm8iO3I6NjU0O3M6MTc6ImZvcnVtXzE4X2luY2x1ZGVkIjtyOjcyMDtzOjE3OiJmb3J1bV8xOF91c2VyaW5mbyI7cjo3MzI7czoxODoic2VjdGlvbl8yX2luY2x1ZGVkIjtyOjk5MDtzOjE4OiJzZWN0aW9uXzJfdXNlcmluZm8iO3I6OTM5O3M6MjA6InJlc291cmNlXzE1X2luY2x1ZGVkIjtyOjkwOTtzOjIwOiJyZXNvdXJjZV8xNV91c2VyaW5mbyI7cjo5MjE7czoxNzoiZm9ydW1fMTBfaW5jbHVkZWQiO3I6OTcxO3M6MTc6ImZvcnVtXzEwX3VzZXJpbmZvIjtyOjk1MjtzOjIwOiJyZXNvdXJjZV8xOV9pbmNsdWRlZCI7cjoxMDE1O3M6MjA6InJlc291cmNlXzE5X3VzZXJpbmZvIjtyOjEwMjc7czoyMDoicmVzb3VyY2VfMTdfaW5jbHVkZWQiO3I6MTA5MztzOjIwOiJyZXNvdXJjZV8xN191c2VyaW5mbyI7cjoxMTA1O3M6MTg6InNlY3Rpb25fNl9pbmNsdWRlZCI7cjoxMzYzO3M6MTg6InNlY3Rpb25fNl91c2VyaW5mbyI7cjoxMzEyO3M6MjA6InJlc291cmNlXzIxX2luY2x1ZGVkIjtyOjEyODI7czoyMDoicmVzb3VyY2VfMjFfdXNlcmluZm8iO3I6MTI5NDtzOjIwOiJyZXNvdXJjZV8yMl9pbmNsdWRlZCI7cjoxMzQ0O3M6MjA6InJlc291cmNlXzIyX3VzZXJpbmZvIjtyOjEzMjU7czoxNzoiZm9ydW1fMjBfaW5jbHVkZWQiO3I6MTM4ODtzOjE3OiJmb3J1bV8yMF91c2VyaW5mbyI7cjoxNDAwO3M6MjA6InJlc291cmNlXzIzX2luY2x1ZGVkIjtyOjE0NjY7czoyMDoicmVzb3VyY2VfMjNfdXNlcmluZm8iO3I6MTQ3ODtzOjIwOiJyZXNvdXJjZV8yNF9pbmNsdWRlZCI7cjoxNTQ0O3M6MjA6InJlc291cmNlXzI0X3VzZXJpbmZvIjtyOjE1NTY7czoxODoic2VjdGlvbl83X2luY2x1ZGVkIjtyOjE4MTY7czoxODoic2VjdGlvbl83X3VzZXJpbmZvIjtyOjE3NjU7czoyMDoicmVzb3VyY2VfMjVfaW5jbHVkZWQiO3I6MTczNTtzOjIwOiJyZXNvdXJjZV8yNV91c2VyaW5mbyI7cjoxNzQ3O3M6MjA6InJlc291cmNlXzI2X2luY2x1ZGVkIjtyOjE3OTc7czoyMDoicmVzb3VyY2VfMjZfdXNlcmluZm8iO3I6MTc3ODtzOjIwOiJyZXNvdXJjZV8yN19pbmNsdWRlZCI7cjoxODQxO3M6MjA6InJlc291cmNlXzI3X3VzZXJpbmZvIjtyOjE4NTM7czoxNzoiZm9ydW1fMjhfaW5jbHVkZWQiO3I6MTkxOTtzOjE3OiJmb3J1bV8yOF91c2VyaW5mbyI7cjoxOTMxO3M6MjA6InJlc291cmNlXzI5X2luY2x1ZGVkIjtyOjE5OTc7czoyMDoicmVzb3VyY2VfMjlfdXNlcmluZm8iO3I6MjAwOTtzOjE4OiJzZWN0aW9uXzhfaW5jbHVkZWQiO3I6MjI2OTtzOjE4OiJzZWN0aW9uXzhfdXNlcmluZm8iO3I6MjIxODtzOjIwOiJyZXNvdXJjZV8zMF9pbmNsdWRlZCI7cjoyMTg4O3M6MjA6InJlc291cmNlXzMwX3VzZXJpbmZvIjtyOjIyMDA7czoyMDoicmVzb3VyY2VfMzFfaW5jbHVkZWQiO3I6MjI1MDtzOjIwOiJyZXNvdXJjZV8zMV91c2VyaW5mbyI7cjoyMjMxO3M6MTc6ImZvcnVtXzMyX2luY2x1ZGVkIjtyOjIyOTQ7czoxNzoiZm9ydW1fMzJfdXNlcmluZm8iO3I6MjMwNjtzOjIwOiJyZXNvdXJjZV8zNF9pbmNsdWRlZCI7cjoyMzcyO3M6MjA6InJlc291cmNlXzM0X3VzZXJpbmZvIjtyOjIzODQ7czoxODoic2VjdGlvbl85X2luY2x1ZGVkIjtyOjI2NDI7czoxODoic2VjdGlvbl85X3VzZXJpbmZvIjtyOjI1OTE7czoxNzoiZm9ydW1fMzNfaW5jbHVkZWQiO3I6MjU2MTtzOjE3OiJmb3J1bV8zM191c2VyaW5mbyI7cjoyNTczO3M6MjA6InJlc291cmNlXzM2X2luY2x1ZGVkIjtyOjI2MjM7czoyMDoicmVzb3VyY2VfMzZfdXNlcmluZm8iO3I6MjYwNDtzOjE3OiJmb3J1bV8zNV9pbmNsdWRlZCI7cjoyNjY3O3M6MTc6ImZvcnVtXzM1X3VzZXJpbmZvIjtyOjI2Nzk7czoyMDoicmVzb3VyY2VfMzdfaW5jbHVkZWQiO3I6Mjc0NTtzOjIwOiJyZXNvdXJjZV8zN191c2VyaW5mbyI7cjoyNzU3O3M6MTk6InNlY3Rpb25fMTFfaW5jbHVkZWQiO3I6MzAxNTtzOjE5OiJzZWN0aW9uXzExX3VzZXJpbmZvIjtyOjI5NjQ7czoyMDoicmVzb3VyY2VfMzhfaW5jbHVkZWQiO3I6MjkzNDtzOjIwOiJyZXNvdXJjZV8zOF91c2VyaW5mbyI7cjoyOTQ2O3M6MTc6ImZvcnVtXzM5X2luY2x1ZGVkIjtyOjI5OTY7czoxNzoiZm9ydW1fMzlfdXNlcmluZm8iO3I6Mjk3NztzOjIwOiJyZXNvdXJjZV80MV9pbmNsdWRlZCI7cjozMDQwO3M6MjA6InJlc291cmNlXzQxX3VzZXJpbmZvIjtyOjMwNTI7czoxOToic2VjdGlvbl8xM19pbmNsdWRlZCI7cjozMzA4O3M6MTk6InNlY3Rpb25fMTNfdXNlcmluZm8iO3I6MzI1NztzOjE1OiJ1cmxfNDJfaW5jbHVkZWQiO3I6MzIyNztzOjE1OiJ1cmxfNDJfdXNlcmluZm8iO3I6MzIzOTtzOjE3OiJmb3J1bV80NF9pbmNsdWRlZCI7cjozMjg5O3M6MTc6ImZvcnVtXzQ0X3VzZXJpbmZvIjtyOjMyNzA7czoyMDoicmVzb3VyY2VfNDZfaW5jbHVkZWQiO3I6MzMzMztzOjIwOiJyZXNvdXJjZV80Nl91c2VyaW5mbyI7cjozMzQ1O3M6MTk6InNlY3Rpb25fMTRfaW5jbHVkZWQiO3I6MzYwMTtzOjE5OiJzZWN0aW9uXzE0X3VzZXJpbmZvIjtyOjM1NTA7czoyMDoicmVzb3VyY2VfNDVfaW5jbHVkZWQiO3I6MzUyMDtzOjIwOiJyZXNvdXJjZV80NV91c2VyaW5mbyI7cjozNTMyO3M6MjA6InJlc291cmNlXzQ3X2luY2x1ZGVkIjtyOjM1ODI7czoyMDoicmVzb3VyY2VfNDdfdXNlcmluZm8iO3I6MzU2MztzOjE4OiJhc3NpZ25fNDlfaW5jbHVkZWQiO3I6MzYyNjtzOjE4OiJhc3NpZ25fNDlfdXNlcmluZm8iO3I6MzYzODtzOjE5OiJzZWN0aW9uXzE2X2luY2x1ZGVkIjtyOjM4OTQ7czoxOToic2VjdGlvbl8xNl91c2VyaW5mbyI7cjozODQzO3M6MjA6InJlc291cmNlXzUyX2luY2x1ZGVkIjtyOjM4MTM7czoyMDoicmVzb3VyY2VfNTJfdXNlcmluZm8iO3I6MzgyNTtzOjIwOiJyZXNvdXJjZV81M19pbmNsdWRlZCI7cjozODc1O3M6MjA6InJlc291cmNlXzUzX3VzZXJpbmZvIjtyOjM4NTY7czoxODoiYXNzaWduXzU0X2luY2x1ZGVkIjtyOjM5MTk7czoxODoiYXNzaWduXzU0X3VzZXJpbmZvIjtyOjM5MzE7czoxOToic2VjdGlvbl8xN19pbmNsdWRlZCI7cjo0MTg3O3M6MTk6InNlY3Rpb25fMTdfdXNlcmluZm8iO3I6NDEzNjtzOjIwOiJyZXNvdXJjZV81NV9pbmNsdWRlZCI7cjo0MTA2O3M6MjA6InJlc291cmNlXzU1X3VzZXJpbmZvIjtyOjQxMTg7czoxNzoiZm9ydW1fNTZfaW5jbHVkZWQiO3I6NDE2ODtzOjE3OiJmb3J1bV81Nl91c2VyaW5mbyI7cjo0MTQ5O3M6MTk6InNlY3Rpb25fMTJfaW5jbHVkZWQiO3I6NDQwMDtzOjE5OiJzZWN0aW9uXzEyX3VzZXJpbmZvIjtyOjQzNDk7czoxNzoiZm9ydW1fNDBfaW5jbHVkZWQiO3I6NDMxOTtzOjE3OiJmb3J1bV80MF91c2VyaW5mbyI7cjo0MzMxO3M6MTc6ImZvcnVtXzQzX2luY2x1ZGVkIjtyOjQzODE7czoxNzoiZm9ydW1fNDNfdXNlcmluZm8iO3I6NDM2MjtzOjIwOiJyZXNvdXJjZV81MV9pbmNsdWRlZCI7cjo0NDI1O3M6MjA6InJlc291cmNlXzUxX3VzZXJpbmZvIjtyOjQ0Mzc7czoxODoiYXNzaWduXzU3X2luY2x1ZGVkIjtyOjQ1MDM7czoxODoiYXNzaWduXzU3X3VzZXJpbmZvIjtyOjQ1MTU7czoxOToic2VjdGlvbl8xNV9pbmNsdWRlZCI7cjo0NzQxO3M6MTk6InNlY3Rpb25fMTVfdXNlcmluZm8iO3I6NDcyMjtzOjE3OiJmb3J1bV81MF9pbmNsdWRlZCI7cjo0NjkyO3M6MTc6ImZvcnVtXzUwX3VzZXJpbmZvIjtyOjQ3MDQ7fXM6ODoiACoAdGFza3MiO2E6Njc6e2k6MDtPOjE2OiJiYWNrdXBfcm9vdF90YXNrIjo2OntzOjc6IgAqAG5hbWUiO3M6OToicm9vdF90YXNrIjtzOjc6IgAqAHBsYW4iO3I6MTI7czoxMToiACoAc2V0dGluZ3MiO2E6MjE6e2k6MDtyOjE5O2k6MTtyOjM5O2k6MjtyOjUxO2k6MztyOjc4O2k6NDtyOjQ5ODM7aTo1O3I6MTQ0O2k6NjtyOjUwMDU7aTo3O3I6NTAyNjtpOjg7cjo1MDQ3O2k6OTtyOjEwNTtpOjEwO3I6MTMyO2k6MTE7cjo1MDcwO2k6MTI7cjo0ODU0O2k6MTM7cjo0ODgxO2k6MTQ7cjoxNTc7aToxNTtyOjUwOTQ7aToxNjtyOjUxMTU7aToxNztyOjUxMzY7aToxODtyOjUxNTc7aToxOTtyOjUxNzg7aToyMDtyOjUxOTk7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjE7TzoxODoiYmFja3VwX2NvdXJzZV90YXNrIjo4OntzOjExOiIAKgBjb3Vyc2VpZCI7czoxOiIyIjtzOjEyOiIAKgBjb250ZXh0aWQiO2k6MTY7czo3OiIAKgBuYW1lIjtzOjI0OiLol53ooZPoiIfpnZLlsJHlubTkuovlt6UiO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YTowOnt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7fWk6MjtPOjE5OiJiYWNrdXBfc2VjdGlvbl90YXNrIjo3OntzOjEyOiIAKgBzZWN0aW9uaWQiO3M6MToiMSI7czo3OiIAKgBuYW1lIjtzOjEyOiLoqrLnqIvos4foqIoiO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjoyNzE7aToxO3I6MjIwO31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aTozO086MjQ6ImJhY2t1cF91cmxfYWN0aXZpdHlfdGFzayI6MTE6e3M6MTE6IgAqAG1vZHVsZWlkIjtzOjE6IjgiO3M6MTI6IgAqAHNlY3Rpb25pZCI7czoxOiIxIjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjM6InVybCI7czoxMzoiACoAYWN0aXZpdHlpZCI7czoxOiIxIjtzOjEyOiIAKgBjb250ZXh0aWQiO2k6Mjc7czo3OiIAKgBuYW1lIjtzOjE4OiLoj6/npZ7lrbjnv5LlubPlj7AiO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjoxOTA7aToxO3I6MjAyO31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aTo0O086MjY6ImJhY2t1cF9mb3J1bV9hY3Rpdml0eV90YXNrIjoxMTp7czoxMToiACoAbW9kdWxlaWQiO3M6MjoiNTgiO3M6MTI6IgAqAHNlY3Rpb25pZCI7czoxOiIxIjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjU6ImZvcnVtIjtzOjEzOiIAKgBhY3Rpdml0eWlkIjtzOjI6IjE3IjtzOjEyOiIAKgBjb250ZXh0aWQiO2k6OTc7czo3OiIAKgBuYW1lIjtzOjEzOiJBbm5vdW5jZW1lbnRzIjtzOjc6IgAqAHBsYW4iO3I6MTI7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6MjUyO2k6MTtyOjIzMzt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7fWk6NTtPOjE5OiJiYWNrdXBfc2VjdGlvbl90YXNrIjo3OntzOjEyOiIAKgBzZWN0aW9uaWQiO3M6MToiNSI7czo3OiIAKgBuYW1lIjtzOjQ5OiLnrKzkuIDpgLEgKDkvMjEp77ya6Ieq5oiR5LuL57S544CB5Y2z6IiI55qE5b+D5oWLIjtzOjc6IgAqAHBsYW4iO3I6MTI7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6NDUyO2k6MTtyOjQzMzt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7fWk6NjtPOjI5OiJiYWNrdXBfcmVzb3VyY2VfYWN0aXZpdHlfdGFzayI6MTE6e3M6MTE6IgAqAG1vZHVsZWlkIjtzOjI6IjEyIjtzOjEyOiIAKgBzZWN0aW9uaWQiO3M6MToiNSI7czoxMzoiACoAbW9kdWxlbmFtZSI7czo4OiJyZXNvdXJjZSI7czoxMzoiACoAYWN0aXZpdHlpZCI7czoxOiIzIjtzOjEyOiIAKgBjb250ZXh0aWQiO2k6MzE7czo3OiIAKgBuYW1lIjtzOjE1OiLnrKzkuIDpgLHorJvnvqkiO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjo0MDM7aToxO3I6NDE1O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aTo3O086MTk6ImJhY2t1cF9zZWN0aW9uX3Rhc2siOjc6e3M6MTI6IgAqAHNlY3Rpb25pZCI7czoxOiI0IjtzOjc6IgAqAG5hbWUiO3M6NTU6IuesrOS6jOmAsSAoOS8yOCnvvJrku6XogZbpnYjoq5bngrrln7rnpI7nmoTmlofljJbkupLli5UiO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjo2MTc7aToxO3I6NTY2O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aTo4O086Mjk6ImJhY2t1cF9yZXNvdXJjZV9hY3Rpdml0eV90YXNrIjoxMTp7czoxMToiACoAbW9kdWxlaWQiO3M6MjoiMTMiO3M6MTI6IgAqAHNlY3Rpb25pZCI7czoxOiI0IjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjg6InJlc291cmNlIjtzOjEzOiIAKgBhY3Rpdml0eWlkIjtzOjE6IjQiO3M6MTI6IgAqAGNvbnRleHRpZCI7aTozMjtzOjc6IgAqAG5hbWUiO3M6NDI6IuesrOS6jOmAseiqsuWJjemWseiugO+8muOAiOWIhui+qOWlp+enmOOAiSI7czo3OiIAKgBwbGFuIjtyOjEyO3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjUzNjtpOjE7cjo1NDg7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjk7TzoyNDoiYmFja3VwX3VybF9hY3Rpdml0eV90YXNrIjoxMTp7czoxMToiACoAbW9kdWxlaWQiO3M6MjoiMTQiO3M6MTI6IgAqAHNlY3Rpb25pZCI7czoxOiI0IjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjM6InVybCI7czoxMzoiACoAYWN0aXZpdHlpZCI7czoxOiIyIjtzOjEyOiIAKgBjb250ZXh0aWQiO2k6MzM7czo3OiIAKgBuYW1lIjtzOjIxOiLnrKzkuozpgLHoqrLliY3oqI7oq5YiO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjo1OTg7aToxO3I6NTc5O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aToxMDtPOjI5OiJiYWNrdXBfcmVzb3VyY2VfYWN0aXZpdHlfdGFzayI6MTE6e3M6MTE6IgAqAG1vZHVsZWlkIjtzOjI6IjE2IjtzOjEyOiIAKgBzZWN0aW9uaWQiO3M6MToiNCI7czoxMzoiACoAbW9kdWxlbmFtZSI7czo4OiJyZXNvdXJjZSI7czoxMzoiACoAYWN0aXZpdHlpZCI7czoxOiI2IjtzOjEyOiIAKgBjb250ZXh0aWQiO2k6NTU7czo3OiIAKgBuYW1lIjtzOjE1OiLnrKzkuozpgLHorJvnvqkiO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjo2NDI7aToxO3I6NjU0O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aToxMTtPOjI2OiJiYWNrdXBfZm9ydW1fYWN0aXZpdHlfdGFzayI6MTE6e3M6MTE6IgAqAG1vZHVsZWlkIjtzOjI6IjE4IjtzOjEyOiIAKgBzZWN0aW9uaWQiO3M6MToiNCI7czoxMzoiACoAbW9kdWxlbmFtZSI7czo1OiJmb3J1bSI7czoxMzoiACoAYWN0aXZpdHlpZCI7czoxOiI1IjtzOjEyOiIAKgBjb250ZXh0aWQiO2k6NTc7czo3OiIAKgBuYW1lIjtzOjIxOiLnrKzkuozpgLHoqrLliY3oqI7oq5YiO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjo3MjA7aToxO3I6NzMyO31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aToxMjtPOjE5OiJiYWNrdXBfc2VjdGlvbl90YXNrIjo3OntzOjEyOiIAKgBzZWN0aW9uaWQiO3M6MToiMiI7czo3OiIAKgBuYW1lIjtzOjQzOiLnrKzkuInpgLEgKDEwLzUp77ya5oiQ54K65Z+6552j5b6S6Jed6KGT5a62IjtzOjc6IgAqAHBsYW4iO3I6MTI7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6OTkwO2k6MTtyOjkzOTt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7fWk6MTM7TzoyOToiYmFja3VwX3Jlc291cmNlX2FjdGl2aXR5X3Rhc2siOjExOntzOjExOiIAKgBtb2R1bGVpZCI7czoyOiIxNSI7czoxMjoiACoAc2VjdGlvbmlkIjtzOjE6IjIiO3M6MTM6IgAqAG1vZHVsZW5hbWUiO3M6ODoicmVzb3VyY2UiO3M6MTM6IgAqAGFjdGl2aXR5aWQiO3M6MToiNSI7czoxMjoiACoAY29udGV4dGlkIjtpOjU0O3M6NzoiACoAbmFtZSI7czo1MDoi56ys5LiJ6YCx6Kqy5YmN6Zax6K6A77ya44CK576O6bqX55qE56We44CLQ2hzLiA0LTUiO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjo5MDk7aToxO3I6OTIxO31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aToxNDtPOjI2OiJiYWNrdXBfZm9ydW1fYWN0aXZpdHlfdGFzayI6MTE6e3M6MTE6IgAqAG1vZHVsZWlkIjtzOjI6IjEwIjtzOjEyOiIAKgBzZWN0aW9uaWQiO3M6MToiMiI7czoxMzoiACoAbW9kdWxlbmFtZSI7czo1OiJmb3J1bSI7czoxMzoiACoAYWN0aXZpdHlpZCI7czoxOiI0IjtzOjEyOiIAKgBjb250ZXh0aWQiO2k6Mjk7czo3OiIAKgBuYW1lIjtzOjIxOiLnrKzkuInpgLHoqrLliY3oqI7oq5YiO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjo5NzE7aToxO3I6OTUyO31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aToxNTtPOjI5OiJiYWNrdXBfcmVzb3VyY2VfYWN0aXZpdHlfdGFzayI6MTE6e3M6MTE6IgAqAG1vZHVsZWlkIjtzOjI6IjE5IjtzOjEyOiIAKgBzZWN0aW9uaWQiO3M6MToiMiI7czoxMzoiACoAbW9kdWxlbmFtZSI7czo4OiJyZXNvdXJjZSI7czoxMzoiACoAYWN0aXZpdHlpZCI7czoxOiI4IjtzOjEyOiIAKgBjb250ZXh0aWQiO2k6NTg7czo3OiIAKgBuYW1lIjtzOjE1OiLnrKzkuInpgLHorJvnvqkiO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjoxMDE1O2k6MTtyOjEwMjc7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjE2O086Mjk6ImJhY2t1cF9yZXNvdXJjZV9hY3Rpdml0eV90YXNrIjoxMTp7czoxMToiACoAbW9kdWxlaWQiO3M6MjoiMTciO3M6MTI6IgAqAHNlY3Rpb25pZCI7czoxOiIyIjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjg6InJlc291cmNlIjtzOjEzOiIAKgBhY3Rpdml0eWlkIjtzOjE6IjciO3M6MTI6IgAqAGNvbnRleHRpZCI7aTo1NjtzOjc6IgAqAG5hbWUiO3M6MzM6IuijnOWFheism+e+qe+8muiznOmdiOaEn+eahOS5i+awoyI7czo3OiIAKgBwbGFuIjtyOjEyO3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjEwOTM7aToxO3I6MTEwNTt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7fWk6MTc7TzoxOToiYmFja3VwX3NlY3Rpb25fdGFzayI6Nzp7czoxMjoiACoAc2VjdGlvbmlkIjtzOjE6IjYiO3M6NzoiACoAbmFtZSI7czo4Njoi56ys5Zub6YCxICgxMC8xMinvvJrogZbntpPkuK3nmoTol53ooZPvvJvnpZ7lsI3ol53ooZPnmoTmlZHotJbvvJvpl5zmlrzjgIzpnZLlsJHlubTjgI0iO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjoxMzYzO2k6MTtyOjEzMTI7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjE4O086Mjk6ImJhY2t1cF9yZXNvdXJjZV9hY3Rpdml0eV90YXNrIjoxMTp7czoxMToiACoAbW9kdWxlaWQiO3M6MjoiMjEiO3M6MTI6IgAqAHNlY3Rpb25pZCI7czoxOiI2IjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjg6InJlc291cmNlIjtzOjEzOiIAKgBhY3Rpdml0eWlkIjtzOjE6IjkiO3M6MTI6IgAqAGNvbnRleHRpZCI7aTo2MDtzOjc6IgAqAG5hbWUiO3M6NTA6IuesrOWbm+mAseiqsuWJjemWseiugOS4gO+8muOAiue+jum6l+eahOelnuOAi0NoLiA2IjtzOjc6IgAqAHBsYW4iO3I6MTI7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6MTI4MjtpOjE7cjoxMjk0O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aToxOTtPOjI5OiJiYWNrdXBfcmVzb3VyY2VfYWN0aXZpdHlfdGFzayI6MTE6e3M6MTE6IgAqAG1vZHVsZWlkIjtzOjI6IjIyIjtzOjEyOiIAKgBzZWN0aW9uaWQiO3M6MToiNiI7czoxMzoiACoAbW9kdWxlbmFtZSI7czo4OiJyZXNvdXJjZSI7czoxMzoiACoAYWN0aXZpdHlpZCI7czoyOiIxMCI7czoxMjoiACoAY29udGV4dGlkIjtpOjYxO3M6NzoiACoAbmFtZSI7czo3Nzoi56ys5Zub6YCx6Kqy5YmN6Zax6K6A5LqM77ya44CK6Z2S5bCR5bm05a2457+S6ICF55m85bGV6IiH6YGp5oCn6LyU5bCO44CLQ2guIDEiO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjoxMzQ0O2k6MTtyOjEzMjU7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjIwO086MjY6ImJhY2t1cF9mb3J1bV9hY3Rpdml0eV90YXNrIjoxMTp7czoxMToiACoAbW9kdWxlaWQiO3M6MjoiMjAiO3M6MTI6IgAqAHNlY3Rpb25pZCI7czoxOiI2IjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjU6ImZvcnVtIjtzOjEzOiIAKgBhY3Rpdml0eWlkIjtzOjE6IjYiO3M6MTI6IgAqAGNvbnRleHRpZCI7aTo1OTtzOjc6IgAqAG5hbWUiO3M6MjE6IuesrOWbm+mAseiqsuWJjeiojuirliI7czo3OiIAKgBwbGFuIjtyOjEyO3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjEzODg7aToxO3I6MTQwMDt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7fWk6MjE7TzoyOToiYmFja3VwX3Jlc291cmNlX2FjdGl2aXR5X3Rhc2siOjExOntzOjExOiIAKgBtb2R1bGVpZCI7czoyOiIyMyI7czoxMjoiACoAc2VjdGlvbmlkIjtzOjE6IjYiO3M6MTM6IgAqAG1vZHVsZW5hbWUiO3M6ODoicmVzb3VyY2UiO3M6MTM6IgAqAGFjdGl2aXR5aWQiO3M6MjoiMTEiO3M6MTI6IgAqAGNvbnRleHRpZCI7aTo2MjtzOjc6IgAqAG5hbWUiO3M6MTU6IuesrOWbm+mAseism+e+qSI7czo3OiIAKgBwbGFuIjtyOjEyO3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjE0NjY7aToxO3I6MTQ3ODt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7fWk6MjI7TzoyOToiYmFja3VwX3Jlc291cmNlX2FjdGl2aXR5X3Rhc2siOjExOntzOjExOiIAKgBtb2R1bGVpZCI7czoyOiIyNCI7czoxMjoiACoAc2VjdGlvbmlkIjtzOjE6IjYiO3M6MTM6IgAqAG1vZHVsZW5hbWUiO3M6ODoicmVzb3VyY2UiO3M6MTM6IgAqAGFjdGl2aXR5aWQiO3M6MjoiMTIiO3M6MTI6IgAqAGNvbnRleHRpZCI7aTo2MztzOjc6IgAqAG5hbWUiO3M6NTE6IuW7tuS8uOmWseiugO+8muaJmOeIvumHke+8jOOAiOWwvOagvOeIvueahOiRieWtkOOAiSI7czo3OiIAKgBwbGFuIjtyOjEyO3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjE1NDQ7aToxO3I6MTU1Njt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7fWk6MjM7TzoxOToiYmFja3VwX3NlY3Rpb25fdGFzayI6Nzp7czoxMjoiACoAc2VjdGlvbmlkIjtzOjE6IjciO3M6NzoiACoAbmFtZSI7czo1MToi56ys5LqU6YCxICgxMC8xOSnvvJrpl5zmlrzol53ooZPnmoTlub7lgIvop4Dpu54gKEkpIjtzOjc6IgAqAHBsYW4iO3I6MTI7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6MTgxNjtpOjE7cjoxNzY1O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aToyNDtPOjI5OiJiYWNrdXBfcmVzb3VyY2VfYWN0aXZpdHlfdGFzayI6MTE6e3M6MTE6IgAqAG1vZHVsZWlkIjtzOjI6IjI1IjtzOjEyOiIAKgBzZWN0aW9uaWQiO3M6MToiNyI7czoxMzoiACoAbW9kdWxlbmFtZSI7czo4OiJyZXNvdXJjZSI7czoxMzoiACoAYWN0aXZpdHlpZCI7czoyOiIxMyI7czoxMjoiACoAY29udGV4dGlkIjtpOjY0O3M6NzoiACoAbmFtZSI7czo1MDoi56ys5LqU6YCx6Kqy5YmN6Zax6K6A5LiA77ya44CK576O6bqX55qE56We44CLQ2guIDEiO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjoxNzM1O2k6MTtyOjE3NDc7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjI1O086Mjk6ImJhY2t1cF9yZXNvdXJjZV9hY3Rpdml0eV90YXNrIjoxMTp7czoxMToiACoAbW9kdWxlaWQiO3M6MjoiMjYiO3M6MTI6IgAqAHNlY3Rpb25pZCI7czoxOiI3IjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjg6InJlc291cmNlIjtzOjEzOiIAKgBhY3Rpdml0eWlkIjtzOjI6IjE0IjtzOjEyOiIAKgBjb250ZXh0aWQiO2k6NjU7czo3OiIAKgBuYW1lIjtzOjUwOiLnrKzkupTpgLHoqrLliY3plrHoroDkuozvvJrjgIrnvo7pupfnmoTnpZ7jgItDaC4gNyI7czo3OiIAKgBwbGFuIjtyOjEyO3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjE3OTc7aToxO3I6MTc3ODt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7fWk6MjY7TzoyOToiYmFja3VwX3Jlc291cmNlX2FjdGl2aXR5X3Rhc2siOjExOntzOjExOiIAKgBtb2R1bGVpZCI7czoyOiIyNyI7czoxMjoiACoAc2VjdGlvbmlkIjtzOjE6IjciO3M6MTM6IgAqAG1vZHVsZW5hbWUiO3M6ODoicmVzb3VyY2UiO3M6MTM6IgAqAGFjdGl2aXR5aWQiO3M6MjoiMTUiO3M6MTI6IgAqAGNvbnRleHRpZCI7aTo2NjtzOjc6IgAqAG5hbWUiO3M6NTA6IuesrOS6lOmAseiqsuWJjemWseiugOS4ie+8muOAiue+jum6l+eahOelnuOAi0NoLiA4IjtzOjc6IgAqAHBsYW4iO3I6MTI7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6MTg0MTtpOjE7cjoxODUzO31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aToyNztPOjI2OiJiYWNrdXBfZm9ydW1fYWN0aXZpdHlfdGFzayI6MTE6e3M6MTE6IgAqAG1vZHVsZWlkIjtzOjI6IjI4IjtzOjEyOiIAKgBzZWN0aW9uaWQiO3M6MToiNyI7czoxMzoiACoAbW9kdWxlbmFtZSI7czo1OiJmb3J1bSI7czoxMzoiACoAYWN0aXZpdHlpZCI7czoxOiI3IjtzOjEyOiIAKgBjb250ZXh0aWQiO2k6Njc7czo3OiIAKgBuYW1lIjtzOjIxOiLnrKzkupTpgLHoqrLliY3oqI7oq5YiO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjoxOTE5O2k6MTtyOjE5MzE7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjI4O086Mjk6ImJhY2t1cF9yZXNvdXJjZV9hY3Rpdml0eV90YXNrIjoxMTp7czoxMToiACoAbW9kdWxlaWQiO3M6MjoiMjkiO3M6MTI6IgAqAHNlY3Rpb25pZCI7czoxOiI3IjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjg6InJlc291cmNlIjtzOjEzOiIAKgBhY3Rpdml0eWlkIjtzOjI6IjE2IjtzOjEyOiIAKgBjb250ZXh0aWQiO2k6Njg7czo3OiIAKgBuYW1lIjtzOjE1OiLnrKzkupTpgLHorJvnvqkiO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjoxOTk3O2k6MTtyOjIwMDk7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjI5O086MTk6ImJhY2t1cF9zZWN0aW9uX3Rhc2siOjc6e3M6MTI6IgAqAHNlY3Rpb25pZCI7czoxOiI4IjtzOjc6IgAqAG5hbWUiO3M6ODI6IuesrOWFremAsSAoMTAvMjYp77ya6Zec5pa86Jed6KGT55qE5bm+5YCL6KeA6bueIChJSSnjgIHmlofljJboqa7ph4voiIfjgIzmlrnms5XjgI0iO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjoyMjY5O2k6MTtyOjIyMTg7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjMwO086Mjk6ImJhY2t1cF9yZXNvdXJjZV9hY3Rpdml0eV90YXNrIjoxMTp7czoxMToiACoAbW9kdWxlaWQiO3M6MjoiMzAiO3M6MTI6IgAqAHNlY3Rpb25pZCI7czoxOiI4IjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjg6InJlc291cmNlIjtzOjEzOiIAKgBhY3Rpdml0eWlkIjtzOjI6IjE3IjtzOjEyOiIAKgBjb250ZXh0aWQiO2k6Njk7czo3OiIAKgBuYW1lIjtzOjk5OiLnrKzlha3pgLHoqrLliY3plrHoroDkuIDvvJrjgIjku4DpurzmmK/ml6XluLjnpZ7lrbjvvJ/ln7rnnaPlvpLngrrkvZXmh4noqbLplrHoroDmlofljJbjgInvvIjkuIrvvIkiO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjoyMTg4O2k6MTtyOjIyMDA7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjMxO086Mjk6ImJhY2t1cF9yZXNvdXJjZV9hY3Rpdml0eV90YXNrIjoxMTp7czoxMToiACoAbW9kdWxlaWQiO3M6MjoiMzEiO3M6MTI6IgAqAHNlY3Rpb25pZCI7czoxOiI4IjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjg6InJlc291cmNlIjtzOjEzOiIAKgBhY3Rpdml0eWlkIjtzOjI6IjE4IjtzOjEyOiIAKgBjb250ZXh0aWQiO2k6NzA7czo3OiIAKgBuYW1lIjtzOjM5OiLnrKzlha3pgLHoqrLliY3plrHoroDkuozvvJrlr4TnlJ/kuIrmtYEiO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjoyMjUwO2k6MTtyOjIyMzE7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjMyO086MjY6ImJhY2t1cF9mb3J1bV9hY3Rpdml0eV90YXNrIjoxMTp7czoxMToiACoAbW9kdWxlaWQiO3M6MjoiMzIiO3M6MTI6IgAqAHNlY3Rpb25pZCI7czoxOiI4IjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjU6ImZvcnVtIjtzOjEzOiIAKgBhY3Rpdml0eWlkIjtzOjE6IjgiO3M6MTI6IgAqAGNvbnRleHRpZCI7aTo3MTtzOjc6IgAqAG5hbWUiO3M6MjE6IuesrOWFremAseiqsuWJjeiojuirliI7czo3OiIAKgBwbGFuIjtyOjEyO3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjIyOTQ7aToxO3I6MjMwNjt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7fWk6MzM7TzoyOToiYmFja3VwX3Jlc291cmNlX2FjdGl2aXR5X3Rhc2siOjExOntzOjExOiIAKgBtb2R1bGVpZCI7czoyOiIzNCI7czoxMjoiACoAc2VjdGlvbmlkIjtzOjE6IjgiO3M6MTM6IgAqAG1vZHVsZW5hbWUiO3M6ODoicmVzb3VyY2UiO3M6MTM6IgAqAGFjdGl2aXR5aWQiO3M6MjoiMTkiO3M6MTI6IgAqAGNvbnRleHRpZCI7aTo3MztzOjc6IgAqAG5hbWUiO3M6MTU6IuesrOWFremAseism+e+qSI7czo3OiIAKgBwbGFuIjtyOjEyO3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjIzNzI7aToxO3I6MjM4NDt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7fWk6MzQ7TzoxOToiYmFja3VwX3NlY3Rpb25fdGFzayI6Nzp7czoxMjoiACoAc2VjdGlvbmlkIjtzOjE6IjkiO3M6NzoiACoAbmFtZSI7czo1Mjoi56ys5LiD6YCxICgxMS8yKe+8muaVmeacg+ingOWvn+WgseWRiuOAgeWJtemAoOaWh+WMliI7czo3OiIAKgBwbGFuIjtyOjEyO3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjI2NDI7aToxO3I6MjU5MTt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7fWk6MzU7TzoyNjoiYmFja3VwX2ZvcnVtX2FjdGl2aXR5X3Rhc2siOjExOntzOjExOiIAKgBtb2R1bGVpZCI7czoyOiIzMyI7czoxMjoiACoAc2VjdGlvbmlkIjtzOjE6IjkiO3M6MTM6IgAqAG1vZHVsZW5hbWUiO3M6NToiZm9ydW0iO3M6MTM6IgAqAGFjdGl2aXR5aWQiO3M6MToiOSI7czoxMjoiACoAY29udGV4dGlkIjtpOjcyO3M6NzoiACoAbmFtZSI7czo0NToi5L2c5qWt57mz5Lqk77ya5aSW5pif5Lq655qE5pWZ5pyD6KeA5a+f5aCx5ZGKIjtzOjc6IgAqAHBsYW4iO3I6MTI7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6MjU2MTtpOjE7cjoyNTczO31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aTozNjtPOjI5OiJiYWNrdXBfcmVzb3VyY2VfYWN0aXZpdHlfdGFzayI6MTE6e3M6MTE6IgAqAG1vZHVsZWlkIjtzOjI6IjM2IjtzOjEyOiIAKgBzZWN0aW9uaWQiO3M6MToiOSI7czoxMzoiACoAbW9kdWxlbmFtZSI7czo4OiJyZXNvdXJjZSI7czoxMzoiACoAYWN0aXZpdHlpZCI7czoyOiIyMCI7czoxMjoiACoAY29udGV4dGlkIjtpOjc1O3M6NzoiACoAbmFtZSI7czo5Njoi56ys5LiD6YCx6Kqy5YmN6Zax6K6A77ya44CI5LuA6bq85piv5pel5bi456We5a2477yf5Z+6552j5b6S5oeJ6Kmy5aaC5L2V6Zax6K6A5paH5YyW44CJ77yI5LiL77yJIjtzOjc6IgAqAHBsYW4iO3I6MTI7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6MjYyMztpOjE7cjoyNjA0O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aTozNztPOjI2OiJiYWNrdXBfZm9ydW1fYWN0aXZpdHlfdGFzayI6MTE6e3M6MTE6IgAqAG1vZHVsZWlkIjtzOjI6IjM1IjtzOjEyOiIAKgBzZWN0aW9uaWQiO3M6MToiOSI7czoxMzoiACoAbW9kdWxlbmFtZSI7czo1OiJmb3J1bSI7czoxMzoiACoAYWN0aXZpdHlpZCI7czoyOiIxMCI7czoxMjoiACoAY29udGV4dGlkIjtpOjc0O3M6NzoiACoAbmFtZSI7czoyMToi56ys5LiD6YCx6Kqy5YmN6KiO6KuWIjtzOjc6IgAqAHBsYW4iO3I6MTI7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6MjY2NztpOjE7cjoyNjc5O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aTozODtPOjI5OiJiYWNrdXBfcmVzb3VyY2VfYWN0aXZpdHlfdGFzayI6MTE6e3M6MTE6IgAqAG1vZHVsZWlkIjtzOjI6IjM3IjtzOjEyOiIAKgBzZWN0aW9uaWQiO3M6MToiOSI7czoxMzoiACoAbW9kdWxlbmFtZSI7czo4OiJyZXNvdXJjZSI7czoxMzoiACoAYWN0aXZpdHlpZCI7czoyOiIyMSI7czoxMjoiACoAY29udGV4dGlkIjtpOjc2O3M6NzoiACoAbmFtZSI7czoxNToi56ys5LiD6YCx6Kyb576pIjtzOjc6IgAqAHBsYW4iO3I6MTI7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6Mjc0NTtpOjE7cjoyNzU3O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aTozOTtPOjE5OiJiYWNrdXBfc2VjdGlvbl90YXNrIjo3OntzOjEyOiIAKgBzZWN0aW9uaWQiO3M6MjoiMTEiO3M6NzoiACoAbmFtZSI7czo0MDoi56ys5YWr6YCxICgxMS85Ke+8muiXneihk+aso+iznuiIh+WwjeipsSI7czo3OiIAKgBwbGFuIjtyOjEyO3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjMwMTU7aToxO3I6Mjk2NDt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7fWk6NDA7TzoyOToiYmFja3VwX3Jlc291cmNlX2FjdGl2aXR5X3Rhc2siOjExOntzOjExOiIAKgBtb2R1bGVpZCI7czoyOiIzOCI7czoxMjoiACoAc2VjdGlvbmlkIjtzOjI6IjExIjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjg6InJlc291cmNlIjtzOjEzOiIAKgBhY3Rpdml0eWlkIjtzOjI6IjIyIjtzOjEyOiIAKgBjb250ZXh0aWQiO2k6Nzc7czo3OiIAKgBuYW1lIjtzOjU0OiLnrKzlhavpgLHoqrLliY3plrHoroDvvJrjgIrpoJDntITlv4PpnYjmsoPlnJ/jgItDaC4gMTAiO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjoyOTM0O2k6MTtyOjI5NDY7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjQxO086MjY6ImJhY2t1cF9mb3J1bV9hY3Rpdml0eV90YXNrIjoxMTp7czoxMToiACoAbW9kdWxlaWQiO3M6MjoiMzkiO3M6MTI6IgAqAHNlY3Rpb25pZCI7czoyOiIxMSI7czoxMzoiACoAbW9kdWxlbmFtZSI7czo1OiJmb3J1bSI7czoxMzoiACoAYWN0aXZpdHlpZCI7czoyOiIxMSI7czoxMjoiACoAY29udGV4dGlkIjtpOjc4O3M6NzoiACoAbmFtZSI7czoyMToi56ys5YWr6YCx6Kqy5YmN6KiO6KuWIjtzOjc6IgAqAHBsYW4iO3I6MTI7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6Mjk5NjtpOjE7cjoyOTc3O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aTo0MjtPOjI5OiJiYWNrdXBfcmVzb3VyY2VfYWN0aXZpdHlfdGFzayI6MTE6e3M6MTE6IgAqAG1vZHVsZWlkIjtzOjI6IjQxIjtzOjEyOiIAKgBzZWN0aW9uaWQiO3M6MjoiMTEiO3M6MTM6IgAqAG1vZHVsZW5hbWUiO3M6ODoicmVzb3VyY2UiO3M6MTM6IgAqAGFjdGl2aXR5aWQiO3M6MjoiMjMiO3M6MTI6IgAqAGNvbnRleHRpZCI7aTo4MDtzOjc6IgAqAG5hbWUiO3M6MTU6IuesrOWFq+mAseism+e+qSI7czo3OiIAKgBwbGFuIjtyOjEyO3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjMwNDA7aToxO3I6MzA1Mjt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7fWk6NDM7TzoxOToiYmFja3VwX3NlY3Rpb25fdGFzayI6Nzp7czoxMjoiACoAc2VjdGlvbmlkIjtzOjI6IjEzIjtzOjc6IgAqAG5hbWUiO3M6MzI6IuesrOS5nemAsSAoMTEvMTYp77ya576O6IiH5YWs576pIjtzOjc6IgAqAHBsYW4iO3I6MTI7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6MzMwODtpOjE7cjozMjU3O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aTo0NDtPOjI0OiJiYWNrdXBfdXJsX2FjdGl2aXR5X3Rhc2siOjExOntzOjExOiIAKgBtb2R1bGVpZCI7czoyOiI0MiI7czoxMjoiACoAc2VjdGlvbmlkIjtzOjI6IjEzIjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjM6InVybCI7czoxMzoiACoAYWN0aXZpdHlpZCI7czoxOiIzIjtzOjEyOiIAKgBjb250ZXh0aWQiO2k6ODE7czo3OiIAKgBuYW1lIjtzOjczOiLnrKzkuZ3pgLHoqrLliY3op4Dos57vvJpFbGFpbmUgU2NhcnJ577yM44CM576O5L2c54K65bCN5YWs576p55qE5ZG85rGC44CNIjtzOjc6IgAqAHBsYW4iO3I6MTI7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6MzIyNztpOjE7cjozMjM5O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aTo0NTtPOjI2OiJiYWNrdXBfZm9ydW1fYWN0aXZpdHlfdGFzayI6MTE6e3M6MTE6IgAqAG1vZHVsZWlkIjtzOjI6IjQ0IjtzOjEyOiIAKgBzZWN0aW9uaWQiO3M6MjoiMTMiO3M6MTM6IgAqAG1vZHVsZW5hbWUiO3M6NToiZm9ydW0iO3M6MTM6IgAqAGFjdGl2aXR5aWQiO3M6MjoiMTQiO3M6MTI6IgAqAGNvbnRleHRpZCI7aTo4MztzOjc6IgAqAG5hbWUiO3M6MjE6IuesrOS5nemAseiqsuWJjeiojuirliI7czo3OiIAKgBwbGFuIjtyOjEyO3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjMyODk7aToxO3I6MzI3MDt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7fWk6NDY7TzoyOToiYmFja3VwX3Jlc291cmNlX2FjdGl2aXR5X3Rhc2siOjExOntzOjExOiIAKgBtb2R1bGVpZCI7czoyOiI0NiI7czoxMjoiACoAc2VjdGlvbmlkIjtzOjI6IjEzIjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjg6InJlc291cmNlIjtzOjEzOiIAKgBhY3Rpdml0eWlkIjtzOjI6IjI1IjtzOjEyOiIAKgBjb250ZXh0aWQiO2k6ODU7czo3OiIAKgBuYW1lIjtzOjE1OiLnrKzkuZ3pgLHorJvnvqkiO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjozMzMzO2k6MTtyOjMzNDU7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjQ3O086MTk6ImJhY2t1cF9zZWN0aW9uX3Rhc2siOjc6e3M6MTI6IgAqAHNlY3Rpb25pZCI7czoyOiIxNCI7czo3OiIAKgBuYW1lIjtzOjMwOiLnrKzljYHpgLEgKDExLzIzKe+8muaIsuWKhyAoSSkiO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjozNjAxO2k6MTtyOjM1NTA7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjQ4O086Mjk6ImJhY2t1cF9yZXNvdXJjZV9hY3Rpdml0eV90YXNrIjoxMTp7czoxMToiACoAbW9kdWxlaWQiO3M6MjoiNDUiO3M6MTI6IgAqAHNlY3Rpb25pZCI7czoyOiIxNCI7czoxMzoiACoAbW9kdWxlbmFtZSI7czo4OiJyZXNvdXJjZSI7czoxMzoiACoAYWN0aXZpdHlpZCI7czoyOiIyNCI7czoxMjoiACoAY29udGV4dGlkIjtpOjg0O3M6NzoiACoAbmFtZSI7czo0Mjoi56ys5Y2B6YCx6Kqy5YmN6aCQ5YKZ6KGo5Zau77ya5bCO5ryU55CG5b+1IjtzOjc6IgAqAHBsYW4iO3I6MTI7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6MzUyMDtpOjE7cjozNTMyO31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aTo0OTtPOjI5OiJiYWNrdXBfcmVzb3VyY2VfYWN0aXZpdHlfdGFzayI6MTE6e3M6MTE6IgAqAG1vZHVsZWlkIjtzOjI6IjQ3IjtzOjEyOiIAKgBzZWN0aW9uaWQiO3M6MjoiMTQiO3M6MTM6IgAqAG1vZHVsZW5hbWUiO3M6ODoicmVzb3VyY2UiO3M6MTM6IgAqAGFjdGl2aXR5aWQiO3M6MjoiMjYiO3M6MTI6IgAqAGNvbnRleHRpZCI7aTo4NjtzOjc6IgAqAG5hbWUiO3M6MTU6IuesrOWNgemAseism+e+qSI7czo3OiIAKgBwbGFuIjtyOjEyO3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjM1ODI7aToxO3I6MzU2Mzt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7fWk6NTA7TzoyNzoiYmFja3VwX2Fzc2lnbl9hY3Rpdml0eV90YXNrIjoxMTp7czoxMToiACoAbW9kdWxlaWQiO3M6MjoiNDkiO3M6MTI6IgAqAHNlY3Rpb25pZCI7czoyOiIxNCI7czoxMzoiACoAbW9kdWxlbmFtZSI7czo2OiJhc3NpZ24iO3M6MTM6IgAqAGFjdGl2aXR5aWQiO3M6MToiMSI7czoxMjoiACoAY29udGV4dGlkIjtpOjg4O3M6NzoiACoAbmFtZSI7czo1NDoi56ys5Y2B6YCx6Kqy5b6M5L2c5qWt77ya5oiy5YqH5p+l57aT4oCU4oCU5bCO5ryU55CG5b+1IjtzOjc6IgAqAHBsYW4iO3I6MTI7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6MzYyNjtpOjE7cjozNjM4O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aTo1MTtPOjE5OiJiYWNrdXBfc2VjdGlvbl90YXNrIjo3OntzOjEyOiIAKgBzZWN0aW9uaWQiO3M6MjoiMTYiO3M6NzoiACoAbmFtZSI7czozNDoi56ys5Y2B5LiA6YCxICgxMS8zMCnvvJrmiLLliocgKElJKSI7czo3OiIAKgBwbGFuIjtyOjEyO3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjM4OTQ7aToxO3I6Mzg0Mzt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7fWk6NTI7TzoyOToiYmFja3VwX3Jlc291cmNlX2FjdGl2aXR5X3Rhc2siOjExOntzOjExOiIAKgBtb2R1bGVpZCI7czoyOiI1MiI7czoxMjoiACoAc2VjdGlvbmlkIjtzOjI6IjE2IjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjg6InJlc291cmNlIjtzOjEzOiIAKgBhY3Rpdml0eWlkIjtzOjI6IjI5IjtzOjEyOiIAKgBjb250ZXh0aWQiO2k6OTE7czo3OiIAKgBuYW1lIjtzOjE4OiLnrKzljYHkuIDpgLHorJvnvqkiO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjozODEzO2k6MTtyOjM4MjU7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjUzO086Mjk6ImJhY2t1cF9yZXNvdXJjZV9hY3Rpdml0eV90YXNrIjoxMTp7czoxMToiACoAbW9kdWxlaWQiO3M6MjoiNTMiO3M6MTI6IgAqAHNlY3Rpb25pZCI7czoyOiIxNiI7czoxMzoiACoAbW9kdWxlbmFtZSI7czo4OiJyZXNvdXJjZSI7czoxMzoiACoAYWN0aXZpdHlpZCI7czoyOiIzMCI7czoxMjoiACoAY29udGV4dGlkIjtpOjkyO3M6NzoiACoAbmFtZSI7czoyNzoi6KOc5YWF6Kyb576p77ya6KeS6Imy5Zyw5L2NIjtzOjc6IgAqAHBsYW4iO3I6MTI7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6Mzg3NTtpOjE7cjozODU2O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aTo1NDtPOjI3OiJiYWNrdXBfYXNzaWduX2FjdGl2aXR5X3Rhc2siOjExOntzOjExOiIAKgBtb2R1bGVpZCI7czoyOiI1NCI7czoxMjoiACoAc2VjdGlvbmlkIjtzOjI6IjE2IjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjY6ImFzc2lnbiI7czoxMzoiACoAYWN0aXZpdHlpZCI7czoxOiIyIjtzOjEyOiIAKgBjb250ZXh0aWQiO2k6OTM7czo3OiIAKgBuYW1lIjtzOjYzOiLnrKzljYHkuIDpgLHoqrLlvozkvZzmpa3vvJrmiLLliofmn6XntpPigJTigJTmvJTlk6HliofmnKzliIbmnpAiO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjozOTE5O2k6MTtyOjM5MzE7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjU1O086MTk6ImJhY2t1cF9zZWN0aW9uX3Rhc2siOjc6e3M6MTI6IgAqAHNlY3Rpb25pZCI7czoyOiIxNyI7czo3OiIAKgBuYW1lIjtzOjM0OiLnrKzljYHkuozpgLEgKDEyLzcp77ya5oiy5YqHIChJSUkpIjtzOjc6IgAqAHBsYW4iO3I6MTI7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6NDE4NztpOjE7cjo0MTM2O31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aTo1NjtPOjI5OiJiYWNrdXBfcmVzb3VyY2VfYWN0aXZpdHlfdGFzayI6MTE6e3M6MTE6IgAqAG1vZHVsZWlkIjtzOjI6IjU1IjtzOjEyOiIAKgBzZWN0aW9uaWQiO3M6MjoiMTciO3M6MTM6IgAqAG1vZHVsZW5hbWUiO3M6ODoicmVzb3VyY2UiO3M6MTM6IgAqAGFjdGl2aXR5aWQiO3M6MjoiMzEiO3M6MTI6IgAqAGNvbnRleHRpZCI7aTo5NDtzOjc6IgAqAG5hbWUiO3M6MTg6IuesrOWNgeS6jOmAseism+e+qSI7czo3OiIAKgBwbGFuIjtyOjEyO3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjQxMDY7aToxO3I6NDExODt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7fWk6NTc7TzoyNjoiYmFja3VwX2ZvcnVtX2FjdGl2aXR5X3Rhc2siOjExOntzOjExOiIAKgBtb2R1bGVpZCI7czoyOiI1NiI7czoxMjoiACoAc2VjdGlvbmlkIjtzOjI6IjE3IjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjU6ImZvcnVtIjtzOjEzOiIAKgBhY3Rpdml0eWlkIjtzOjI6IjE2IjtzOjEyOiIAKgBjb250ZXh0aWQiO2k6OTU7czo3OiIAKgBuYW1lIjtzOjM2OiLoiJ7lj7DoqK3oqIjjgIHmnI3oo53oqK3oqIjliIbkuqvljYAiO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjo0MTY4O2k6MTtyOjQxNDk7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjU4O086MTk6ImJhY2t1cF9zZWN0aW9uX3Rhc2siOjc6e3M6MTI6IgAqAHNlY3Rpb25pZCI7czoyOiIxMiI7czo3OiIAKgBuYW1lIjtzOjEyOiLmnJ/mnKvloLHlkYoiO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjo0NDAwO2k6MTtyOjQzNDk7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjU5O086MjY6ImJhY2t1cF9mb3J1bV9hY3Rpdml0eV90YXNrIjoxMTp7czoxMToiACoAbW9kdWxlaWQiO3M6MjoiNDAiO3M6MTI6IgAqAHNlY3Rpb25pZCI7czoyOiIxMiI7czoxMzoiACoAbW9kdWxlbmFtZSI7czo1OiJmb3J1bSI7czoxMzoiACoAYWN0aXZpdHlpZCI7czoyOiIxMiI7czoxMjoiACoAY29udGV4dGlkIjtpOjc5O3M6NzoiACoAbmFtZSI7czo2Mzoi5YmN572u5L2c5qWt57mz5Lqk77ya5om+6LOH5paZ5Lim5a+r6Ki76Kej77yI5q235Y+y44CB6aGe5Z6L77yJIjtzOjc6IgAqAHBsYW4iO3I6MTI7czoxMToiACoAc2V0dGluZ3MiO2E6Mjp7aTowO3I6NDMxOTtpOjE7cjo0MzMxO31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9aTo2MDtPOjI2OiJiYWNrdXBfZm9ydW1fYWN0aXZpdHlfdGFzayI6MTE6e3M6MTE6IgAqAG1vZHVsZWlkIjtzOjI6IjQzIjtzOjEyOiIAKgBzZWN0aW9uaWQiO3M6MjoiMTIiO3M6MTM6IgAqAG1vZHVsZW5hbWUiO3M6NToiZm9ydW0iO3M6MTM6IgAqAGFjdGl2aXR5aWQiO3M6MjoiMTMiO3M6MTI6IgAqAGNvbnRleHRpZCI7aTo4MjtzOjc6IgAqAG5hbWUiO3M6Mzk6IuWJjee9ruS9nOalree5s+S6pO+8muWbnuetlOOAjOWFp+WuueOAjSI7czo3OiIAKgBwbGFuIjtyOjEyO3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjQzODE7aToxO3I6NDM2Mjt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7fWk6NjE7TzoyOToiYmFja3VwX3Jlc291cmNlX2FjdGl2aXR5X3Rhc2siOjExOntzOjExOiIAKgBtb2R1bGVpZCI7czoyOiI1MSI7czoxMjoiACoAc2VjdGlvbmlkIjtzOjI6IjEyIjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjg6InJlc291cmNlIjtzOjEzOiIAKgBhY3Rpdml0eWlkIjtzOjI6IjI4IjtzOjEyOiIAKgBjb250ZXh0aWQiO2k6OTA7czo3OiIAKgBuYW1lIjtzOjI0OiLmnJ/mnKvloLHlkYrlr6vkvZzmjIfljZciO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjo0NDI1O2k6MTtyOjQ0Mzc7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjYyO086Mjc6ImJhY2t1cF9hc3NpZ25fYWN0aXZpdHlfdGFzayI6MTE6e3M6MTE6IgAqAG1vZHVsZWlkIjtzOjI6IjU3IjtzOjEyOiIAKgBzZWN0aW9uaWQiO3M6MjoiMTIiO3M6MTM6IgAqAG1vZHVsZW5hbWUiO3M6NjoiYXNzaWduIjtzOjEzOiIAKgBhY3Rpdml0eWlkIjtzOjE6IjMiO3M6MTI6IgAqAGNvbnRleHRpZCI7aTo5NjtzOjc6IgAqAG5hbWUiO3M6MTg6Iuacn+acq+WgseWRiue5s+S6pCI7czo3OiIAKgBwbGFuIjtyOjEyO3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjQ1MDM7aToxO3I6NDUxNTt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7fWk6NjM7TzoxOToiYmFja3VwX3NlY3Rpb25fdGFzayI6Nzp7czoxMjoiACoAc2VjdGlvbmlkIjtzOjI6IjE1IjtzOjc6IgAqAG5hbWUiO3M6MjQ6IuiqsuW+jOWbnumli++8iOWKoOWIhu+8iSI7czo3OiIAKgBwbGFuIjtyOjEyO3M6MTE6IgAqAHNldHRpbmdzIjthOjI6e2k6MDtyOjQ3NDE7aToxO3I6NDcyMjt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7fWk6NjQ7TzoyNjoiYmFja3VwX2ZvcnVtX2FjdGl2aXR5X3Rhc2siOjExOntzOjExOiIAKgBtb2R1bGVpZCI7czoyOiI1MCI7czoxMjoiACoAc2VjdGlvbmlkIjtzOjI6IjE1IjtzOjEzOiIAKgBtb2R1bGVuYW1lIjtzOjU6ImZvcnVtIjtzOjEzOiIAKgBhY3Rpdml0eWlkIjtzOjI6IjE1IjtzOjEyOiIAKgBjb250ZXh0aWQiO2k6ODk7czo3OiIAKgBuYW1lIjtzOjMwOiLljL/lkI3ooajllq7pgKPntZDoiIfnlZnoqIDomZUiO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyOntpOjA7cjo0NjkyO2k6MTtyOjQ3MDQ7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjY1O086MjI6ImJhY2t1cF9odG1sX2Jsb2NrX3Rhc2siOjEyOntzOjEwOiIAKgBibG9ja2lkIjtzOjI6IjEyIjtzOjEyOiIAKgBibG9ja25hbWUiO3M6NDoiaHRtbCI7czoxMjoiACoAY29udGV4dGlkIjtpOjI0O3M6MTE6IgAqAG1vZHVsZWlkIjtOO3M6MTM6IgAqAG1vZHVsZW5hbWUiO047czoxODoiACoAcGFyZW50Y29udGV4dGlkIjtOO3M6NzoiACoAbmFtZSI7czo0OiJodG1sIjtzOjc6IgAqAHBsYW4iO3I6MTI7czoxMToiACoAc2V0dGluZ3MiO2E6MDp7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjY2O086MTc6ImJhY2t1cF9maW5hbF90YXNrIjo2OntzOjc6IgAqAG5hbWUiO3M6MTA6ImZpbmFsX3Rhc2siO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YTowOnt9czo4OiIAKgBzdGVwcyI7YTowOnt9czo4OiIAKgBidWlsdCI7YjowO3M6MTE6IgAqAGV4ZWN1dGVkIjtiOjA7fX1zOjEwOiIAKgByZXN1bHRzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjE7fXM6MTU6IgAqAGluY2x1ZGVmaWxlcyI7aTowO3M6MTI6IgAqAGV4ZWN1dGlvbiI7aToxO3M6MTY6IgAqAGV4ZWN1dGlvbnRpbWUiO2k6MDtzOjE0OiIAKgBkZXN0aW5hdGlvbiI7TjtzOjExOiIAKgBjaGVja3N1bSI7czozMjoiYTY2YWZjMmM3Mjk5NTk0MjE2NDgxN2M0OTc3OGFlOTYiO3M6MTI6IgAqAGtlcHRyb2xlcyI7YTowOnt9czoxMToiACoAcHJvZ3Jlc3MiO086MTg6ImNvcmVccHJvZ3Jlc3Ncbm9uZSI6Njp7czoxOToiACoAbGFzdHByb2dyZXNzdGltZSI7aToxNzcyNTUyNzkwO3M6ODoiACoAY291bnQiO2k6MTtzOjE1OiIAKgBkZXNjcmlwdGlvbnMiO2E6MDp7fXM6ODoiACoAbWF4ZXMiO2E6MDp7fXM6MTE6IgAqAGN1cnJlbnRzIjthOjA6e31zOjE1OiIAKgBwYXJlbnRjb3VudHMiO2E6MDp7fX1zOjk6IgAqAGxvZ2dlciI7TzoxNjoiZXJyb3JfbG9nX2xvZ2dlciI6NDp7czo4OiIAKgBsZXZlbCI7aTo1MDtzOjExOiIAKgBzaG93ZGF0ZSI7YjowO3M6MTI6IgAqAHNob3dsZXZlbCI7YjowO3M6NzoiACoAbmV4dCI7TzoyMjoib3V0cHV0X2luZGVudGVkX2xvZ2dlciI6NDp7czo4OiIAKgBsZXZlbCI7aToyMDtzOjExOiIAKgBzaG93ZGF0ZSI7YjowO3M6MTI6IgAqAHNob3dsZXZlbCI7YjowO3M6NzoiACoAbmV4dCI7TzoxMToiZmlsZV9sb2dnZXIiOjU6e3M6ODoiACoAbGV2ZWwiO2k6NTA7czoxMToiACoAc2hvd2RhdGUiO2I6MTtzOjEyOiIAKgBzaG93bGV2ZWwiO2I6MTtzOjc6IgAqAG5leHQiO086MTU6ImRhdGFiYXNlX2xvZ2dlciI6OTp7czoxMDoiACoAZGF0ZWNvbCI7czoxMToidGltZWNyZWF0ZWQiO3M6MTE6IgAqAGxldmVsY29sIjtzOjg6ImxvZ2xldmVsIjtzOjEzOiIAKgBtZXNzYWdlY29sIjtzOjc6Im1lc3NhZ2UiO3M6MTE6IgAqAGxvZ3RhYmxlIjtzOjExOiJiYWNrdXBfbG9ncyI7czoxMDoiACoAY29sdW1ucyI7YToxOntzOjg6ImJhY2t1cGlkIjtzOjMyOiI1MTE4Zjk2MDMwOWNiMjUzNmNiY2JhY2I1NzBlODk3MyI7fXM6ODoiACoAbGV2ZWwiO2k6NTA7czoxMToiACoAc2hvd2RhdGUiO2I6MTtzOjEyOiIAKgBzaG93bGV2ZWwiO2I6MTtzOjc6IgAqAG5leHQiO047fXM6MTE6IgAqAGZ1bGxwYXRoIjtzOjcxOiIvZGF0YWRyaXZlL21vb2RsZWRhdGEvdGVtcC9iYWNrdXAvLzUxMThmOTYwMzA5Y2IyNTM2Y2JjYmFjYjU3MGU4OTczLmxvZyI7fX19czoxNzoiACoAcmVsZWFzZXNlc3Npb24iO2I6MDtzOjc6IgAqAGNvcHkiO047fQ=='),(43,'a939f22bb70eb73e3b0bd741c09d64d0','backup','course',1,'moodle2',1,10,2,500,1,0,'849ec7a85af821bde676e71b8c84c4fa',1772552942,0,0.00000000000000,'TzoxNzoiYmFja3VwX2NvbnRyb2xsZXIiOjIxOntzOjExOiIAKgBiYWNrdXBpZCI7czozMjoiYTkzOWYyMmJiNzBlYjczZTNiMGJkNzQxYzA5ZDY0ZDAiO3M6NzoiACoAdHlwZSI7czo2OiJjb3Vyc2UiO3M6NToiACoAaWQiO2k6MTtzOjExOiIAKgBjb3Vyc2VpZCI7aToxO3M6OToiACoAZm9ybWF0IjtzOjc6Im1vb2RsZTIiO3M6MTQ6IgAqAGludGVyYWN0aXZlIjtiOjE7czo3OiIAKgBtb2RlIjtpOjEwO3M6OToiACoAdXNlcmlkIjtzOjE6IjIiO3M6MTI6IgAqAG9wZXJhdGlvbiI7czo2OiJiYWNrdXAiO3M6OToiACoAc3RhdHVzIjtpOjUwMDtzOjc6IgAqAHBsYW4iO086MTE6ImJhY2t1cF9wbGFuIjo5OntzOjEzOiIAKgBjb250cm9sbGVyIjtyOjE7czoxMToiACoAYmFzZXBhdGgiO3M6Njc6Ii9kYXRhZHJpdmUvbW9vZGxlZGF0YS90ZW1wL2JhY2t1cC8vYTkzOWYyMmJiNzBlYjczZTNiMGJkNzQxYzA5ZDY0ZDAiO3M6MjM6IgAqAGV4Y2x1ZGluZ2RhY3Rpdml0aWVzIjtiOjA7czoxMjoiACoAa2VwdHJvbGVzIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MTE6ImJhY2t1cF9wbGFuIjtzOjExOiIAKgBzZXR0aW5ncyI7YToyMTp7czo4OiJmaWxlbmFtZSI7TzoyMzoiYmFja3VwX2ZpbGVuYW1lX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjE7czo3OiIAKgBuYW1lIjtzOjg6ImZpbGVuYW1lIjtzOjg6IgAqAHZhbHVlIjtzOjEwOiJiYWNrdXAubWJ6IjtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtzOjEwOiJiYWNrdXAubWJ6IjtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImZpbGUiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyMjoiYmFja3VwX3NldHRpbmdfdWlfdGV4dCI6Nzp7czo3OiIAKgB0eXBlIjtpOjQwO3M6MTA6IgAqAG9wdGlvbnMiO2E6MTp7czo0OiJzaXplIjtpOjUwO31zOjc6IgAqAG5hbWUiO3M6MTM6InJvb3RfZmlsZW5hbWUiO3M6ODoiACoAbGFiZWwiO3M6ODoiRmlsZW5hbWUiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTk7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6NzoiaW1zY2MxMSI7TzoyMDoiYmFja3VwX3VzZXJzX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjE7czo3OiIAKgBuYW1lIjtzOjc6Imltc2NjMTEiO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjA7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6NDp7czo1OiJ1c2VycyI7TzozNzoic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjoxO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoyMDoiYmFja3VwX3VzZXJzX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjE7czo3OiIAKgBuYW1lIjtzOjU6InVzZXJzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjc6e3M6OToiYW5vbnltaXplIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NTE7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoyNDoiYmFja3VwX2Fub255bWl6ZV9zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxO3M6NzoiACoAbmFtZSI7czo5OiJhbm9ueW1pemUiO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjA7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjE6e3M6NToidXNlcnMiO3I6NjA7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoxNDoicm9vdF9hbm9ueW1pemUiO3M6ODoiACoAbGFiZWwiO3M6MjY6IkFub255bWl6ZSB1c2VyIGluZm9ybWF0aW9uIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjYzO31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MDt9czoxNjoicm9sZV9hc3NpZ25tZW50cyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjUxO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzE6ImJhY2t1cF9yb2xlX2Fzc2lnbm1lbnRzX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjE7czo3OiIAKgBuYW1lIjtzOjE2OiJyb2xlX2Fzc2lnbm1lbnRzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToxOntzOjU6InVzZXJzIjtyOjg3O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MjE6InJvb3Rfcm9sZV9hc3NpZ25tZW50cyI7czo4OiIAKgBsYWJlbCI7czoyOToiSW5jbHVkZSB1c2VyIHJvbGUgYXNzaWdubWVudHMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6OTA7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjg6ImNvbW1lbnRzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NTE7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoyMzoiYmFja3VwX2NvbW1lbnRzX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjE7czo3OiIAKgBuYW1lIjtzOjg6ImNvbW1lbnRzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToxOntzOjU6InVzZXJzIjtyOjExNDt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjEzOiJyb290X2NvbW1lbnRzIjtzOjg6IgAqAGxhYmVsIjtzOjE2OiJJbmNsdWRlIGNvbW1lbnRzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjExNzt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6NjoiYmFkZ2VzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NTE7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoyMToiYmFja3VwX2JhZGdlc19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxO3M6NzoiACoAbmFtZSI7czo2OiJiYWRnZXMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7TzoyNToiYmFja3VwX2FjdGl2aXRpZXNfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTtzOjc6IgAqAG5hbWUiO3M6MTA6ImFjdGl2aXRpZXMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6Mjp7czo2OiJiYWRnZXMiO3I6MTU0O3M6MTU6ImdyYWRlX2hpc3RvcmllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE1NjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjIyOiJiYWNrdXBfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxO3M6NzoiACoAbmFtZSI7czoxNToiZ3JhZGVfaGlzdG9yaWVzIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NTE7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxNjk7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTA6ImFjdGl2aXRpZXMiO3I6MTY2O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MjA6InJvb3RfZ3JhZGVfaGlzdG9yaWVzIjtzOjg6IgAqAGxhYmVsIjtzOjIxOiJJbmNsdWRlIGdyYWRlIGhpc3RvcnkiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTY5O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MTU6InJvb3RfYWN0aXZpdGllcyI7czo4OiIAKgBsYWJlbCI7czozMjoiSW5jbHVkZSBhY3Rpdml0aWVzIGFuZCByZXNvdXJjZXMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTU2O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE0NDtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czo1OiJ1c2VycyI7cjoxNDE7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoxMToicm9vdF9iYWRnZXMiO3M6ODoiACoAbGFiZWwiO3M6MTQ6IkluY2x1ZGUgYmFkZ2VzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE0NDt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTU6InVzZXJzY29tcGxldGlvbiI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjUxO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzA6ImJhY2t1cF91c2Vyc2NvbXBsZXRpb25fc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTtzOjc6IgAqAG5hbWUiO3M6MTU6InVzZXJzY29tcGxldGlvbiI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo1OiJ1c2VycyI7cjoyMjg7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyMDoicm9vdF91c2Vyc2NvbXBsZXRpb24iO3M6ODoiACoAbGFiZWwiO3M6MzE6IkluY2x1ZGUgdXNlciBjb21wbGV0aW9uIGRldGFpbHMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjMxO31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czo0OiJsb2dzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NTE7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoxOToiYmFja3VwX2xvZ3Nfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTtzOjc6IgAqAG5hbWUiO3M6NDoibG9ncyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo1OiJ1c2VycyI7cjoyNTU7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czo5OiJyb290X2xvZ3MiO3M6ODoiACoAbGFiZWwiO3M6MTk6IkluY2x1ZGUgY291cnNlIGxvZ3MiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjU4O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxNToiZ3JhZGVfaGlzdG9yaWVzIjtyOjE3OTt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo3OiJpbXNjYzExIjtyOjQ4O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MTA6InJvb3RfdXNlcnMiO3M6ODoiACoAbGFiZWwiO3M6MjI6IkluY2x1ZGUgZW5yb2xsZWQgdXNlcnMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NTE7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjY6ImJsb2NrcyI7TzozNzoic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjoxO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoyMjoiYmFja3VwX2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTtzOjc6IgAqAG5hbWUiO3M6NjoiYmxvY2tzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToxOntzOjc6Imltc2NjMTEiO3I6Mjk4O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MTE6InJvb3RfYmxvY2tzIjtzOjg6IgAqAGxhYmVsIjtzOjE0OiJJbmNsdWRlIGJsb2NrcyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozMDE7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjU6ImZpbGVzIjtPOjM3OiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjE7czoxMDoiACoAc2V0dGluZyI7cjozOTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjIyOiJiYWNrdXBfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxO3M6NzoiACoAbmFtZSI7czo1OiJmaWxlcyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo3OiJpbXNjYzExIjtyOjMyNTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjEwOiJyb290X2ZpbGVzIjtzOjg6IgAqAGxhYmVsIjtzOjEzOiJJbmNsdWRlIGZpbGVzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjMyODt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6NzoiZmlsdGVycyI7TzozNzoic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjoxO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoyMjoiYmFja3VwX2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTtzOjc6IgAqAG5hbWUiO3M6NzoiZmlsdGVycyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo3OiJpbXNjYzExIjtyOjM1Mjt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjEyOiJyb290X2ZpbHRlcnMiO3M6ODoiACoAbGFiZWwiO3M6MTU6IkluY2x1ZGUgZmlsdGVycyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozNTU7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoxMjoicm9vdF9pbXNjYzExIjtzOjg6IgAqAGxhYmVsIjtzOjI0OiJJTVMgQ29tbW9uIENhcnRyaWRnZSAxLjEiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6NToidXNlcnMiO3I6NTE7czo5OiJhbm9ueW1pemUiO3I6NjM7czoxNjoicm9sZV9hc3NpZ25tZW50cyI7cjo5MDtzOjEwOiJhY3Rpdml0aWVzIjtyOjE1NjtzOjY6ImJsb2NrcyI7cjozMDE7czo1OiJmaWxlcyI7cjozMjg7czo3OiJmaWx0ZXJzIjtyOjM1NTtzOjg6ImNvbW1lbnRzIjtyOjExNztzOjY6ImJhZGdlcyI7cjoxNDQ7czoxNDoiY2FsZW5kYXJldmVudHMiO086Mjk6ImJhY2t1cF9jYWxlbmRhcmV2ZW50c19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxO3M6NzoiACoAbmFtZSI7czoxNDoiY2FsZW5kYXJldmVudHMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MTk6InJvb3RfY2FsZW5kYXJldmVudHMiO3M6ODoiACoAbGFiZWwiO3M6MjM6IkluY2x1ZGUgY2FsZW5kYXIgZXZlbnRzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjQwMDt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToidXNlcnNjb21wbGV0aW9uIjtyOjIzMTtzOjQ6ImxvZ3MiO3I6MjU4O3M6MTU6ImdyYWRlX2hpc3RvcmllcyI7cjoxNjk7czoxMjoicXVlc3Rpb25iYW5rIjtPOjIyOiJiYWNrdXBfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxO3M6NzoiACoAbmFtZSI7czoxMjoicXVlc3Rpb25iYW5rIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjE3OiJyb290X3F1ZXN0aW9uYmFuayI7czo4OiIAKgBsYWJlbCI7czoyMToiSW5jbHVkZSBxdWVzdGlvbiBiYW5rIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjQyNDt9czo3OiIAKgBoZWxwIjthOjA6e319czo2OiJncm91cHMiO086MjE6ImJhY2t1cF9ncm91cHNfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTtzOjc6IgAqAG5hbWUiO3M6NjoiZ3JvdXBzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjExOiJyb290X2dyb3VwcyI7czo4OiIAKgBsYWJlbCI7czoyODoiSW5jbHVkZSBncm91cHMgYW5kIGdyb3VwaW5ncyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0NDU7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTI6ImNvbXBldGVuY2llcyI7TzoyNzoiYmFja3VwX2NvbXBldGVuY2llc19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxO3M6NzoiACoAbmFtZSI7czoxMjoiY29tcGV0ZW5jaWVzIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aTowO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aTowO3M6OToiACoAc3RhdHVzIjtpOjU7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjE3OiJyb290X2NvbXBldGVuY2llcyI7czo4OiIAKgBsYWJlbCI7czoyMDoiSW5jbHVkZSBjb21wZXRlbmNpZXMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NDY2O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjExOiJjdXN0b21maWVsZCI7TzoyNjoiYmFja3VwX2N1c3RvbWZpZWxkX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjE7czo3OiIAKgBuYW1lIjtzOjExOiJjdXN0b21maWVsZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoxNjoicm9vdF9jdXN0b21maWVsZCI7czo4OiIAKgBsYWJlbCI7czoyMToiSW5jbHVkZSBjdXN0b20gZmllbGRzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjQ4Nzt9czo3OiIAKgBoZWxwIjthOjA6e319czoxODoiY29udGVudGJhbmtjb250ZW50IjtPOjMzOiJiYWNrdXBfY29udGVudGJhbmtjb250ZW50X3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjE7czo3OiIAKgBuYW1lIjtzOjE4OiJjb250ZW50YmFua2NvbnRlbnQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MjM6InJvb3RfY29udGVudGJhbmtjb250ZW50IjtzOjg6IgAqAGxhYmVsIjtzOjI4OiJJbmNsdWRlIGNvbnRlbnQgYmFuayBjb250ZW50IjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjUwODt9czo3OiIAKgBoZWxwIjthOjA6e319czoxMToibGVnYWN5ZmlsZXMiO086MjI6ImJhY2t1cF9nZW5lcmljX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjE7czo3OiIAKgBuYW1lIjtzOjExOiJsZWdhY3lmaWxlcyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoxNjoicm9vdF9sZWdhY3lmaWxlcyI7czo4OiIAKgBsYWJlbCI7czoyNzoiSW5jbHVkZSBsZWdhY3kgY291cnNlIGZpbGVzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjUyOTt9czo3OiIAKgBoZWxwIjthOjA6e319fXM6ODoiACoAdGFza3MiO2E6Mzp7aTowO086MTY6ImJhY2t1cF9yb290X3Rhc2siOjY6e3M6NzoiACoAbmFtZSI7czo5OiJyb290X3Rhc2siO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyMTp7aTowO3I6MTk7aToxO3I6Mzk7aToyO3I6NTE7aTozO3I6NjM7aTo0O3I6OTA7aTo1O3I6MTU2O2k6NjtyOjMwMTtpOjc7cjozMjg7aTo4O3I6MzU1O2k6OTtyOjExNztpOjEwO3I6MTQ0O2k6MTE7cjo0MDA7aToxMjtyOjIzMTtpOjEzO3I6MjU4O2k6MTQ7cjoxNjk7aToxNTtyOjQyNDtpOjE2O3I6NDQ1O2k6MTc7cjo0NjY7aToxODtyOjQ4NztpOjE5O3I6NTA4O2k6MjA7cjo1Mjk7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjE7TzoxODoiYmFja3VwX2NvdXJzZV90YXNrIjo4OntzOjExOiIAKgBjb3Vyc2VpZCI7aToxO3M6MTI6IgAqAGNvbnRleHRpZCI7aToyO3M6NzoiACoAbmFtZSI7czoxODoi6Jed6KGT56We5a24TW9vZGxlIjtzOjc6IgAqAHBsYW4iO3I6MTI7czoxMToiACoAc2V0dGluZ3MiO2E6MDp7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjI7TzoxNzoiYmFja3VwX2ZpbmFsX3Rhc2siOjY6e3M6NzoiACoAbmFtZSI7czoxMDoiZmluYWxfdGFzayI7czo3OiIAKgBwbGFuIjtyOjEyO3M6MTE6IgAqAHNldHRpbmdzIjthOjA6e31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9fXM6MTA6IgAqAHJlc3VsdHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MTt9czoxNToiACoAaW5jbHVkZWZpbGVzIjtpOjE7czoxMjoiACoAZXhlY3V0aW9uIjtpOjE7czoxNjoiACoAZXhlY3V0aW9udGltZSI7aTowO3M6MTQ6IgAqAGRlc3RpbmF0aW9uIjtOO3M6MTE6IgAqAGNoZWNrc3VtIjtzOjMyOiI4NDllYzdhODVhZjgyMWJkZTY3NmU3MWI4Yzg0YzRmYSI7czoxMjoiACoAa2VwdHJvbGVzIjthOjA6e31zOjExOiIAKgBwcm9ncmVzcyI7TzoyOToiY29yZVxwcm9ncmVzc1xkaXNwbGF5X2lmX3Nsb3ciOjE0OntzOjU6IgAqAGlkIjtOO3M6MTA6IgAqAGhlYWRpbmciO3M6MjU6IlByZXBhcmluZyB0byBkaXNwbGF5IHBhZ2UiO3M6MTI6IgAqAHN0YXJ0dGltZSI7aToxNzcyNTUyOTQ3O3M6MjY6IgBjb3JlXHByb2dyZXNzXGRpc3BsYXkAYmFyIjtOO3M6MTM6IgAqAGxhc3R3aWJibGUiO047czoxNToiACoAY3VycmVudHN0YXRlIjtpOjA7czoxMjoiACoAZGlyZWN0aW9uIjtpOjE7czoxNToiACoAZGlzcGxheW5hbWVzIjtiOjA7czoxOToiACoAbGFzdHByb2dyZXNzdGltZSI7TjtzOjg6IgAqAGNvdW50IjtOO3M6MTU6IgAqAGRlc2NyaXB0aW9ucyI7YTowOnt9czo4OiIAKgBtYXhlcyI7YTowOnt9czoxMToiACoAY3VycmVudHMiO2E6MDp7fXM6MTU6IgAqAHBhcmVudGNvdW50cyI7YTowOnt9fXM6OToiACoAbG9nZ2VyIjtPOjE2OiJlcnJvcl9sb2dfbG9nZ2VyIjo0OntzOjg6IgAqAGxldmVsIjtpOjUwO3M6MTE6IgAqAHNob3dkYXRlIjtiOjA7czoxMjoiACoAc2hvd2xldmVsIjtiOjA7czo3OiIAKgBuZXh0IjtPOjIyOiJvdXRwdXRfaW5kZW50ZWRfbG9nZ2VyIjo0OntzOjg6IgAqAGxldmVsIjtpOjIwO3M6MTE6IgAqAHNob3dkYXRlIjtiOjA7czoxMjoiACoAc2hvd2xldmVsIjtiOjA7czo3OiIAKgBuZXh0IjtPOjExOiJmaWxlX2xvZ2dlciI6NTp7czo4OiIAKgBsZXZlbCI7aTo1MDtzOjExOiIAKgBzaG93ZGF0ZSI7YjoxO3M6MTI6IgAqAHNob3dsZXZlbCI7YjoxO3M6NzoiACoAbmV4dCI7TzoxNToiZGF0YWJhc2VfbG9nZ2VyIjo5OntzOjEwOiIAKgBkYXRlY29sIjtzOjExOiJ0aW1lY3JlYXRlZCI7czoxMToiACoAbGV2ZWxjb2wiO3M6ODoibG9nbGV2ZWwiO3M6MTM6IgAqAG1lc3NhZ2Vjb2wiO3M6NzoibWVzc2FnZSI7czoxMToiACoAbG9ndGFibGUiO3M6MTE6ImJhY2t1cF9sb2dzIjtzOjEwOiIAKgBjb2x1bW5zIjthOjE6e3M6ODoiYmFja3VwaWQiO3M6MzI6ImE5MzlmMjJiYjcwZWI3M2UzYjBiZDc0MWMwOWQ2NGQwIjt9czo4OiIAKgBsZXZlbCI7aTo1MDtzOjExOiIAKgBzaG93ZGF0ZSI7YjoxO3M6MTI6IgAqAHNob3dsZXZlbCI7YjoxO3M6NzoiACoAbmV4dCI7Tjt9czoxMToiACoAZnVsbHBhdGgiO3M6NzE6Ii9kYXRhZHJpdmUvbW9vZGxlZGF0YS90ZW1wL2JhY2t1cC8vYTkzOWYyMmJiNzBlYjczZTNiMGJkNzQxYzA5ZDY0ZDAubG9nIjt9fX1zOjE3OiIAKgByZWxlYXNlc2Vzc2lvbiI7YjoxO3M6NzoiACoAY29weSI7Tjt9'),(44,'8c4aa52c3bcf3c61e77c119c6b67beb0','backup','course',1,'moodle2',1,10,2,500,1,0,'c6abed33bfb013827d61257c3b518268',1772552950,0,0.00000000000000,'TzoxNzoiYmFja3VwX2NvbnRyb2xsZXIiOjIxOntzOjExOiIAKgBiYWNrdXBpZCI7czozMjoiOGM0YWE1MmMzYmNmM2M2MWU3N2MxMTljNmI2N2JlYjAiO3M6NzoiACoAdHlwZSI7czo2OiJjb3Vyc2UiO3M6NToiACoAaWQiO2k6MTtzOjExOiIAKgBjb3Vyc2VpZCI7aToxO3M6OToiACoAZm9ybWF0IjtzOjc6Im1vb2RsZTIiO3M6MTQ6IgAqAGludGVyYWN0aXZlIjtiOjE7czo3OiIAKgBtb2RlIjtpOjEwO3M6OToiACoAdXNlcmlkIjtzOjE6IjIiO3M6MTI6IgAqAG9wZXJhdGlvbiI7czo2OiJiYWNrdXAiO3M6OToiACoAc3RhdHVzIjtpOjUwMDtzOjc6IgAqAHBsYW4iO086MTE6ImJhY2t1cF9wbGFuIjo5OntzOjEzOiIAKgBjb250cm9sbGVyIjtyOjE7czoxMToiACoAYmFzZXBhdGgiO3M6Njc6Ii9kYXRhZHJpdmUvbW9vZGxlZGF0YS90ZW1wL2JhY2t1cC8vOGM0YWE1MmMzYmNmM2M2MWU3N2MxMTljNmI2N2JlYjAiO3M6MjM6IgAqAGV4Y2x1ZGluZ2RhY3Rpdml0aWVzIjtiOjA7czoxMjoiACoAa2VwdHJvbGVzIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MTE6ImJhY2t1cF9wbGFuIjtzOjExOiIAKgBzZXR0aW5ncyI7YToyMTp7czo4OiJmaWxlbmFtZSI7TzoyMzoiYmFja3VwX2ZpbGVuYW1lX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjE7czo3OiIAKgBuYW1lIjtzOjg6ImZpbGVuYW1lIjtzOjg6IgAqAHZhbHVlIjtzOjEwOiJiYWNrdXAubWJ6IjtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtzOjEwOiJiYWNrdXAubWJ6IjtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImZpbGUiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyMjoiYmFja3VwX3NldHRpbmdfdWlfdGV4dCI6Nzp7czo3OiIAKgB0eXBlIjtpOjQwO3M6MTA6IgAqAG9wdGlvbnMiO2E6MTp7czo0OiJzaXplIjtpOjUwO31zOjc6IgAqAG5hbWUiO3M6MTM6InJvb3RfZmlsZW5hbWUiO3M6ODoiACoAbGFiZWwiO3M6ODoiRmlsZW5hbWUiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTk7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6NzoiaW1zY2MxMSI7TzoyMDoiYmFja3VwX3VzZXJzX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjE7czo3OiIAKgBuYW1lIjtzOjc6Imltc2NjMTEiO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjA7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6NDp7czo1OiJ1c2VycyI7TzozNzoic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjoxO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoyMDoiYmFja3VwX3VzZXJzX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjE7czo3OiIAKgBuYW1lIjtzOjU6InVzZXJzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjc6e3M6OToiYW5vbnltaXplIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NTE7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoyNDoiYmFja3VwX2Fub255bWl6ZV9zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxO3M6NzoiACoAbmFtZSI7czo5OiJhbm9ueW1pemUiO3M6ODoiACoAdmFsdWUiO2k6MDtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjA7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjE6e3M6NToidXNlcnMiO3I6NjA7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoxNDoicm9vdF9hbm9ueW1pemUiO3M6ODoiACoAbGFiZWwiO3M6MjY6IkFub255bWl6ZSB1c2VyIGluZm9ybWF0aW9uIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjYzO31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MDt9czoxNjoicm9sZV9hc3NpZ25tZW50cyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjUxO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzE6ImJhY2t1cF9yb2xlX2Fzc2lnbm1lbnRzX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjE7czo3OiIAKgBuYW1lIjtzOjE2OiJyb2xlX2Fzc2lnbm1lbnRzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToxOntzOjU6InVzZXJzIjtyOjg3O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MjE6InJvb3Rfcm9sZV9hc3NpZ25tZW50cyI7czo4OiIAKgBsYWJlbCI7czoyOToiSW5jbHVkZSB1c2VyIHJvbGUgYXNzaWdubWVudHMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6OTA7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjg6ImNvbW1lbnRzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NTE7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoyMzoiYmFja3VwX2NvbW1lbnRzX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjE7czo3OiIAKgBuYW1lIjtzOjg6ImNvbW1lbnRzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToxOntzOjU6InVzZXJzIjtyOjExNDt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjEzOiJyb290X2NvbW1lbnRzIjtzOjg6IgAqAGxhYmVsIjtzOjE2OiJJbmNsdWRlIGNvbW1lbnRzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjExNzt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6NjoiYmFkZ2VzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NTE7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoyMToiYmFja3VwX2JhZGdlc19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxO3M6NzoiACoAbmFtZSI7czo2OiJiYWRnZXMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjI6e3M6MTA6ImFjdGl2aXRpZXMiO086NDE6InNldHRpbmdfZGVwZW5kZW5jeV9kaXNhYmxlZGlmX25vdF9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjA7czoxMDoiACoAc2V0dGluZyI7TzoyNToiYmFja3VwX2FjdGl2aXRpZXNfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTtzOjc6IgAqAG5hbWUiO3M6MTA6ImFjdGl2aXRpZXMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6Mjp7czo2OiJiYWRnZXMiO3I6MTU0O3M6MTU6ImdyYWRlX2hpc3RvcmllcyI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE1NjtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjIyOiJiYWNrdXBfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxO3M6NzoiACoAbmFtZSI7czoxNToiZ3JhZGVfaGlzdG9yaWVzIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToyOntzOjU6InVzZXJzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NTE7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7cjoxNjk7czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTA6ImFjdGl2aXRpZXMiO3I6MTY2O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MjA6InJvb3RfZ3JhZGVfaGlzdG9yaWVzIjtzOjg6IgAqAGxhYmVsIjtzOjIxOiJJbmNsdWRlIGdyYWRlIGhpc3RvcnkiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTY5O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MTU6InJvb3RfYWN0aXZpdGllcyI7czo4OiIAKgBsYWJlbCI7czozMjoiSW5jbHVkZSBhY3Rpdml0aWVzIGFuZCByZXNvdXJjZXMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MTU2O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtyOjE0NDtzOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czo1OiJ1c2VycyI7cjoxNDE7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoxMToicm9vdF9iYWRnZXMiO3M6ODoiACoAbGFiZWwiO3M6MTQ6IkluY2x1ZGUgYmFkZ2VzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjE0NDt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6MTU6InVzZXJzY29tcGxldGlvbiI7Tzo0MToic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfbm90X2NoZWNrZWQiOjU6e3M6ODoiACoAdmFsdWUiO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjUxO3M6MTk6IgAqAGRlcGVuZGVudHNldHRpbmciO086MzA6ImJhY2t1cF91c2Vyc2NvbXBsZXRpb25fc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTtzOjc6IgAqAG5hbWUiO3M6MTU6InVzZXJzY29tcGxldGlvbiI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo1OiJ1c2VycyI7cjoyMjg7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoyMDoicm9vdF91c2Vyc2NvbXBsZXRpb24iO3M6ODoiACoAbGFiZWwiO3M6MzE6IkluY2x1ZGUgdXNlciBjb21wbGV0aW9uIGRldGFpbHMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjMxO31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czo0OiJsb2dzIjtPOjQxOiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9ub3RfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NTE7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoxOToiYmFja3VwX2xvZ3Nfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTtzOjc6IgAqAG5hbWUiO3M6NDoibG9ncyI7czo4OiIAKgB2YWx1ZSI7aTowO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo1OiJ1c2VycyI7cjoyNTU7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czo5OiJyb290X2xvZ3MiO3M6ODoiACoAbGFiZWwiO3M6MTk6IkluY2x1ZGUgY291cnNlIGxvZ3MiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6MjU4O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjE1OiIAKgBkZWZhdWx0dmFsdWUiO2I6MDtzOjEyOiIAKgBsYXN0dmFsdWUiO2k6MTt9czoxNToiZ3JhZGVfaGlzdG9yaWVzIjtyOjE3OTt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo3OiJpbXNjYzExIjtyOjQ4O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MTA6InJvb3RfdXNlcnMiO3M6ODoiACoAbGFiZWwiO3M6MjI6IkluY2x1ZGUgZW5yb2xsZWQgdXNlcnMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NTE7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjY6ImJsb2NrcyI7TzozNzoic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjoxO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoyMjoiYmFja3VwX2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTtzOjc6IgAqAG5hbWUiO3M6NjoiYmxvY2tzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YToxOntzOjc6Imltc2NjMTEiO3I6Mjk4O31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MTE6InJvb3RfYmxvY2tzIjtzOjg6IgAqAGxhYmVsIjtzOjE0OiJJbmNsdWRlIGJsb2NrcyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozMDE7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO31zOjU6ImZpbGVzIjtPOjM3OiJzZXR0aW5nX2RlcGVuZGVuY3lfZGlzYWJsZWRpZl9jaGVja2VkIjo1OntzOjg6IgAqAHZhbHVlIjtiOjE7czoxMDoiACoAc2V0dGluZyI7cjozOTtzOjE5OiIAKgBkZXBlbmRlbnRzZXR0aW5nIjtPOjIyOiJiYWNrdXBfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxO3M6NzoiACoAbmFtZSI7czo1OiJmaWxlcyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo3OiJpbXNjYzExIjtyOjMyNTt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjEwOiJyb290X2ZpbGVzIjtzOjg6IgAqAGxhYmVsIjtzOjEzOiJJbmNsdWRlIGZpbGVzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjMyODt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToiACoAZGVmYXVsdHZhbHVlIjtiOjA7czoxMjoiACoAbGFzdHZhbHVlIjtpOjE7fXM6NzoiZmlsdGVycyI7TzozNzoic2V0dGluZ19kZXBlbmRlbmN5X2Rpc2FibGVkaWZfY2hlY2tlZCI6NTp7czo4OiIAKgB2YWx1ZSI7YjoxO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7czoxOToiACoAZGVwZW5kZW50c2V0dGluZyI7TzoyMjoiYmFja3VwX2dlbmVyaWNfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTtzOjc6IgAqAG5hbWUiO3M6NzoiZmlsdGVycyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MTp7czo3OiJpbXNjYzExIjtyOjM1Mjt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjEyOiJyb290X2ZpbHRlcnMiO3M6ODoiACoAbGFiZWwiO3M6MTU6IkluY2x1ZGUgZmlsdGVycyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjozNTU7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTU6IgAqAGRlZmF1bHR2YWx1ZSI7YjowO3M6MTI6IgAqAGxhc3R2YWx1ZSI7aToxO319czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoxMjoicm9vdF9pbXNjYzExIjtzOjg6IgAqAGxhYmVsIjtzOjI0OiJJTVMgQ29tbW9uIENhcnRyaWRnZSAxLjEiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6Mzk7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6NToidXNlcnMiO3I6NTE7czo5OiJhbm9ueW1pemUiO3I6NjM7czoxNjoicm9sZV9hc3NpZ25tZW50cyI7cjo5MDtzOjEwOiJhY3Rpdml0aWVzIjtyOjE1NjtzOjY6ImJsb2NrcyI7cjozMDE7czo1OiJmaWxlcyI7cjozMjg7czo3OiJmaWx0ZXJzIjtyOjM1NTtzOjg6ImNvbW1lbnRzIjtyOjExNztzOjY6ImJhZGdlcyI7cjoxNDQ7czoxNDoiY2FsZW5kYXJldmVudHMiO086Mjk6ImJhY2t1cF9jYWxlbmRhcmV2ZW50c19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxO3M6NzoiACoAbmFtZSI7czoxNDoiY2FsZW5kYXJldmVudHMiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MTk6InJvb3RfY2FsZW5kYXJldmVudHMiO3M6ODoiACoAbGFiZWwiO3M6MjM6IkluY2x1ZGUgY2FsZW5kYXIgZXZlbnRzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjQwMDt9czo3OiIAKgBoZWxwIjthOjA6e319czoxNToidXNlcnNjb21wbGV0aW9uIjtyOjIzMTtzOjQ6ImxvZ3MiO3I6MjU4O3M6MTU6ImdyYWRlX2hpc3RvcmllcyI7cjoxNjk7czoxMjoicXVlc3Rpb25iYW5rIjtPOjIyOiJiYWNrdXBfZ2VuZXJpY19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxO3M6NzoiACoAbmFtZSI7czoxMjoicXVlc3Rpb25iYW5rIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjE3OiJyb290X3F1ZXN0aW9uYmFuayI7czo4OiIAKgBsYWJlbCI7czoyMToiSW5jbHVkZSBxdWVzdGlvbiBiYW5rIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjQyNDt9czo3OiIAKgBoZWxwIjthOjA6e319czo2OiJncm91cHMiO086MjE6ImJhY2t1cF9ncm91cHNfc2V0dGluZyI6MTE6e3M6ODoiACoAbGV2ZWwiO2k6MTtzOjc6IgAqAG5hbWUiO3M6NjoiZ3JvdXBzIjtzOjg6IgAqAHZhbHVlIjtpOjE7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aToxO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aToxO3M6OToiACoAc3RhdHVzIjtpOjM7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjExOiJyb290X2dyb3VwcyI7czo4OiIAKgBsYWJlbCI7czoyODoiSW5jbHVkZSBncm91cHMgYW5kIGdyb3VwaW5ncyI7czoxMzoiACoAYXR0cmlidXRlcyI7YTowOnt9czo3OiIAKgBpY29uIjtiOjA7czoxMDoiACoAc2V0dGluZyI7cjo0NDU7fXM6NzoiACoAaGVscCI7YTowOnt9fXM6MTI6ImNvbXBldGVuY2llcyI7TzoyNzoiYmFja3VwX2NvbXBldGVuY2llc19zZXR0aW5nIjoxMTp7czo4OiIAKgBsZXZlbCI7aToxO3M6NzoiACoAbmFtZSI7czoxMjoiY29tcGV0ZW5jaWVzIjtzOjg6IgAqAHZhbHVlIjtpOjA7czoxNjoiACoAdW5sb2NrZWR2YWx1ZSI7aTowO3M6ODoiACoAdnR5cGUiO3M6NDoiYm9vbCI7czoxMzoiACoAdmlzaWJpbGl0eSI7aTowO3M6OToiACoAc3RhdHVzIjtpOjU7czoxNToiACoAZGVwZW5kZW5jaWVzIjthOjA6e31zOjE0OiIAKgBkZXBlbmRlbnRvbiI7YTowOnt9czoxMjoiACoAdWlzZXR0aW5nIjtPOjI2OiJiYWNrdXBfc2V0dGluZ191aV9jaGVja2JveCI6OTp7czo3OiIAKgB0eXBlIjtpOjEwO3M6MTM6IgAqAGNoYW5nZWFibGUiO2I6MTtzOjc6IgAqAHRleHQiO047czoxMDoiACoAb3B0aW9ucyI7YTowOnt9czo3OiIAKgBuYW1lIjtzOjE3OiJyb290X2NvbXBldGVuY2llcyI7czo4OiIAKgBsYWJlbCI7czoyMDoiSW5jbHVkZSBjb21wZXRlbmNpZXMiO3M6MTM6IgAqAGF0dHJpYnV0ZXMiO2E6MDp7fXM6NzoiACoAaWNvbiI7YjowO3M6MTA6IgAqAHNldHRpbmciO3I6NDY2O31zOjc6IgAqAGhlbHAiO2E6MDp7fX1zOjExOiJjdXN0b21maWVsZCI7TzoyNjoiYmFja3VwX2N1c3RvbWZpZWxkX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjE7czo3OiIAKgBuYW1lIjtzOjExOiJjdXN0b21maWVsZCI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoxNjoicm9vdF9jdXN0b21maWVsZCI7czo4OiIAKgBsYWJlbCI7czoyMToiSW5jbHVkZSBjdXN0b20gZmllbGRzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjQ4Nzt9czo3OiIAKgBoZWxwIjthOjA6e319czoxODoiY29udGVudGJhbmtjb250ZW50IjtPOjMzOiJiYWNrdXBfY29udGVudGJhbmtjb250ZW50X3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjE7czo3OiIAKgBuYW1lIjtzOjE4OiJjb250ZW50YmFua2NvbnRlbnQiO3M6ODoiACoAdmFsdWUiO2k6MTtzOjE2OiIAKgB1bmxvY2tlZHZhbHVlIjtpOjE7czo4OiIAKgB2dHlwZSI7czo0OiJib29sIjtzOjEzOiIAKgB2aXNpYmlsaXR5IjtpOjE7czo5OiIAKgBzdGF0dXMiO2k6MztzOjE1OiIAKgBkZXBlbmRlbmNpZXMiO2E6MDp7fXM6MTQ6IgAqAGRlcGVuZGVudG9uIjthOjA6e31zOjEyOiIAKgB1aXNldHRpbmciO086MjY6ImJhY2t1cF9zZXR0aW5nX3VpX2NoZWNrYm94Ijo5OntzOjc6IgAqAHR5cGUiO2k6MTA7czoxMzoiACoAY2hhbmdlYWJsZSI7YjoxO3M6NzoiACoAdGV4dCI7TjtzOjEwOiIAKgBvcHRpb25zIjthOjA6e31zOjc6IgAqAG5hbWUiO3M6MjM6InJvb3RfY29udGVudGJhbmtjb250ZW50IjtzOjg6IgAqAGxhYmVsIjtzOjI4OiJJbmNsdWRlIGNvbnRlbnQgYmFuayBjb250ZW50IjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjUwODt9czo3OiIAKgBoZWxwIjthOjA6e319czoxMToibGVnYWN5ZmlsZXMiO086MjI6ImJhY2t1cF9nZW5lcmljX3NldHRpbmciOjExOntzOjg6IgAqAGxldmVsIjtpOjE7czo3OiIAKgBuYW1lIjtzOjExOiJsZWdhY3lmaWxlcyI7czo4OiIAKgB2YWx1ZSI7aToxO3M6MTY6IgAqAHVubG9ja2VkdmFsdWUiO2k6MTtzOjg6IgAqAHZ0eXBlIjtzOjQ6ImJvb2wiO3M6MTM6IgAqAHZpc2liaWxpdHkiO2k6MTtzOjk6IgAqAHN0YXR1cyI7aTozO3M6MTU6IgAqAGRlcGVuZGVuY2llcyI7YTowOnt9czoxNDoiACoAZGVwZW5kZW50b24iO2E6MDp7fXM6MTI6IgAqAHVpc2V0dGluZyI7TzoyNjoiYmFja3VwX3NldHRpbmdfdWlfY2hlY2tib3giOjk6e3M6NzoiACoAdHlwZSI7aToxMDtzOjEzOiIAKgBjaGFuZ2VhYmxlIjtiOjE7czo3OiIAKgB0ZXh0IjtOO3M6MTA6IgAqAG9wdGlvbnMiO2E6MDp7fXM6NzoiACoAbmFtZSI7czoxNjoicm9vdF9sZWdhY3lmaWxlcyI7czo4OiIAKgBsYWJlbCI7czoyNzoiSW5jbHVkZSBsZWdhY3kgY291cnNlIGZpbGVzIjtzOjEzOiIAKgBhdHRyaWJ1dGVzIjthOjA6e31zOjc6IgAqAGljb24iO2I6MDtzOjEwOiIAKgBzZXR0aW5nIjtyOjUyOTt9czo3OiIAKgBoZWxwIjthOjA6e319fXM6ODoiACoAdGFza3MiO2E6Mzp7aTowO086MTY6ImJhY2t1cF9yb290X3Rhc2siOjY6e3M6NzoiACoAbmFtZSI7czo5OiJyb290X3Rhc2siO3M6NzoiACoAcGxhbiI7cjoxMjtzOjExOiIAKgBzZXR0aW5ncyI7YToyMTp7aTowO3I6MTk7aToxO3I6Mzk7aToyO3I6NTE7aTozO3I6NjM7aTo0O3I6OTA7aTo1O3I6MTU2O2k6NjtyOjMwMTtpOjc7cjozMjg7aTo4O3I6MzU1O2k6OTtyOjExNztpOjEwO3I6MTQ0O2k6MTE7cjo0MDA7aToxMjtyOjIzMTtpOjEzO3I6MjU4O2k6MTQ7cjoxNjk7aToxNTtyOjQyNDtpOjE2O3I6NDQ1O2k6MTc7cjo0NjY7aToxODtyOjQ4NztpOjE5O3I6NTA4O2k6MjA7cjo1Mjk7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjE7TzoxODoiYmFja3VwX2NvdXJzZV90YXNrIjo4OntzOjExOiIAKgBjb3Vyc2VpZCI7aToxO3M6MTI6IgAqAGNvbnRleHRpZCI7aToyO3M6NzoiACoAbmFtZSI7czoxODoi6Jed6KGT56We5a24TW9vZGxlIjtzOjc6IgAqAHBsYW4iO3I6MTI7czoxMToiACoAc2V0dGluZ3MiO2E6MDp7fXM6ODoiACoAc3RlcHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MDtzOjExOiIAKgBleGVjdXRlZCI7YjowO31pOjI7TzoxNzoiYmFja3VwX2ZpbmFsX3Rhc2siOjY6e3M6NzoiACoAbmFtZSI7czoxMDoiZmluYWxfdGFzayI7czo3OiIAKgBwbGFuIjtyOjEyO3M6MTE6IgAqAHNldHRpbmdzIjthOjA6e31zOjg6IgAqAHN0ZXBzIjthOjA6e31zOjg6IgAqAGJ1aWx0IjtiOjA7czoxMToiACoAZXhlY3V0ZWQiO2I6MDt9fXM6MTA6IgAqAHJlc3VsdHMiO2E6MDp7fXM6ODoiACoAYnVpbHQiO2I6MTt9czoxNToiACoAaW5jbHVkZWZpbGVzIjtpOjE7czoxMjoiACoAZXhlY3V0aW9uIjtpOjE7czoxNjoiACoAZXhlY3V0aW9udGltZSI7aTowO3M6MTQ6IgAqAGRlc3RpbmF0aW9uIjtOO3M6MTE6IgAqAGNoZWNrc3VtIjtzOjMyOiJjNmFiZWQzM2JmYjAxMzgyN2Q2MTI1N2MzYjUxODI2OCI7czoxMjoiACoAa2VwdHJvbGVzIjthOjA6e31zOjExOiIAKgBwcm9ncmVzcyI7TzoyOToiY29yZVxwcm9ncmVzc1xkaXNwbGF5X2lmX3Nsb3ciOjE0OntzOjU6IgAqAGlkIjtOO3M6MTA6IgAqAGhlYWRpbmciO3M6MjU6IlByZXBhcmluZyB0byBkaXNwbGF5IHBhZ2UiO3M6MTI6IgAqAHN0YXJ0dGltZSI7aToxNzcyNTUyOTU1O3M6MjY6IgBjb3JlXHByb2dyZXNzXGRpc3BsYXkAYmFyIjtOO3M6MTM6IgAqAGxhc3R3aWJibGUiO047czoxNToiACoAY3VycmVudHN0YXRlIjtpOjA7czoxMjoiACoAZGlyZWN0aW9uIjtpOjE7czoxNToiACoAZGlzcGxheW5hbWVzIjtiOjA7czoxOToiACoAbGFzdHByb2dyZXNzdGltZSI7TjtzOjg6IgAqAGNvdW50IjtOO3M6MTU6IgAqAGRlc2NyaXB0aW9ucyI7YTowOnt9czo4OiIAKgBtYXhlcyI7YTowOnt9czoxMToiACoAY3VycmVudHMiO2E6MDp7fXM6MTU6IgAqAHBhcmVudGNvdW50cyI7YTowOnt9fXM6OToiACoAbG9nZ2VyIjtPOjE2OiJlcnJvcl9sb2dfbG9nZ2VyIjo0OntzOjg6IgAqAGxldmVsIjtpOjUwO3M6MTE6IgAqAHNob3dkYXRlIjtiOjA7czoxMjoiACoAc2hvd2xldmVsIjtiOjA7czo3OiIAKgBuZXh0IjtPOjIyOiJvdXRwdXRfaW5kZW50ZWRfbG9nZ2VyIjo0OntzOjg6IgAqAGxldmVsIjtpOjIwO3M6MTE6IgAqAHNob3dkYXRlIjtiOjA7czoxMjoiACoAc2hvd2xldmVsIjtiOjA7czo3OiIAKgBuZXh0IjtPOjExOiJmaWxlX2xvZ2dlciI6NTp7czo4OiIAKgBsZXZlbCI7aTo1MDtzOjExOiIAKgBzaG93ZGF0ZSI7YjoxO3M6MTI6IgAqAHNob3dsZXZlbCI7YjoxO3M6NzoiACoAbmV4dCI7TzoxNToiZGF0YWJhc2VfbG9nZ2VyIjo5OntzOjEwOiIAKgBkYXRlY29sIjtzOjExOiJ0aW1lY3JlYXRlZCI7czoxMToiACoAbGV2ZWxjb2wiO3M6ODoibG9nbGV2ZWwiO3M6MTM6IgAqAG1lc3NhZ2Vjb2wiO3M6NzoibWVzc2FnZSI7czoxMToiACoAbG9ndGFibGUiO3M6MTE6ImJhY2t1cF9sb2dzIjtzOjEwOiIAKgBjb2x1bW5zIjthOjE6e3M6ODoiYmFja3VwaWQiO3M6MzI6IjhjNGFhNTJjM2JjZjNjNjFlNzdjMTE5YzZiNjdiZWIwIjt9czo4OiIAKgBsZXZlbCI7aTo1MDtzOjExOiIAKgBzaG93ZGF0ZSI7YjoxO3M6MTI6IgAqAHNob3dsZXZlbCI7YjoxO3M6NzoiACoAbmV4dCI7Tjt9czoxMToiACoAZnVsbHBhdGgiO3M6NzE6Ii9kYXRhZHJpdmUvbW9vZGxlZGF0YS90ZW1wL2JhY2t1cC8vOGM0YWE1MmMzYmNmM2M2MWU3N2MxMTljNmI2N2JlYjAubG9nIjt9fX1zOjE3OiIAKgByZWxlYXNlc2Vzc2lvbiI7YjoxO3M6NzoiACoAY29weSI7Tjt9'),(45,'36f30755d85df80197b53a340b9df346','backup','activity',59,'moodle2',0,50,2,1000,1,0,'4d211ed72a7141d0d6207d79b966fdcd',1772554983,1772554983,0.00000000000000,''),(46,'a418488d399b792f939796eb80ec7797','backup','activity',60,'moodle2',0,50,2,1000,1,0,'3515ee607b2043afa05f8b8e0f76de5d',1772600943,1772600944,0.00000000000000,''),(47,'bdf1ed61b0d78d9317391e56757e06f9','backup','activity',61,'moodle2',0,50,2,1000,1,0,'efdc47e1c998df1c990ec4e369c26b86',1772600944,1772600945,0.00000000000000,''),(48,'1274515bf21cd3cc107e89828cca11af','backup','activity',66,'moodle2',0,50,2,1000,1,0,'595297574b84abf208b6d0dbc619b047',1772724904,1772724904,0.00000000000000,''); /*!40000 ALTER TABLE `mdl_backup_controllers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_backup_courses` -- DROP TABLE IF EXISTS `mdl_backup_courses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_backup_courses` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `laststarttime` bigint NOT NULL DEFAULT '0', `lastendtime` bigint NOT NULL DEFAULT '0', `laststatus` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '5', `nextstarttime` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_backcour_cou_uix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='To store every course backup status'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_backup_courses` -- LOCK TABLES `mdl_backup_courses` WRITE; /*!40000 ALTER TABLE `mdl_backup_courses` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_backup_courses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_backup_logs` -- DROP TABLE IF EXISTS `mdl_backup_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_backup_logs` ( `id` bigint NOT NULL AUTO_INCREMENT, `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `loglevel` smallint NOT NULL, `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_backlogs_bacid_uix` (`backupid`,`id`), KEY `mdl_backlogs_bac_ix` (`backupid`) ) ENGINE=InnoDB AUTO_INCREMENT=952 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='To store all the logs from backup and restore operations (by'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_backup_logs` -- LOCK TABLES `mdl_backup_logs` WRITE; /*!40000 ALTER TABLE `mdl_backup_logs` DISABLE KEYS */; INSERT INTO `mdl_backup_logs` VALUES (822,'5118f960309cb2536cbcbacb570e8973',40,'instantiating backup controller 5118f960309cb2536cbcbacb570e8973',1772552774),(823,'5118f960309cb2536cbcbacb570e8973',50,'setting controller status to 100',1772552774),(824,'5118f960309cb2536cbcbacb570e8973',50,'loading controller plan',1772552774),(825,'5118f960309cb2536cbcbacb570e8973',50,'setting controller status to 300',1772552774),(826,'5118f960309cb2536cbcbacb570e8973',50,'applying plan defaults',1772552774),(827,'5118f960309cb2536cbcbacb570e8973',50,'setting controller status to 400',1772552774),(828,'5118f960309cb2536cbcbacb570e8973',50,'setting file inclusion to ',1772552774),(829,'5118f960309cb2536cbcbacb570e8973',40,'checking plan security',1772552774),(830,'5118f960309cb2536cbcbacb570e8973',50,'setting controller status to 500',1772552774),(831,'5118f960309cb2536cbcbacb570e8973',40,'checking plan security',1772552774),(832,'5118f960309cb2536cbcbacb570e8973',40,'checking plan security',1772552774),(833,'5118f960309cb2536cbcbacb570e8973',40,'checking plan security',1772552774),(834,'5118f960309cb2536cbcbacb570e8973',50,'saving controller to db',1772552774),(835,'5118f960309cb2536cbcbacb570e8973',50,'calculating controller checksum a66afc2c72995942164817c49778ae96',1772552774),(836,'5118f960309cb2536cbcbacb570e8973',50,'loading controller from db',1772552781),(837,'5118f960309cb2536cbcbacb570e8973',40,'checking plan security',1772552781),(838,'5118f960309cb2536cbcbacb570e8973',40,'checking plan security',1772552781),(839,'5118f960309cb2536cbcbacb570e8973',40,'checking plan security',1772552781),(840,'5118f960309cb2536cbcbacb570e8973',50,'saving controller to db',1772552781),(841,'5118f960309cb2536cbcbacb570e8973',50,'calculating controller checksum a66afc2c72995942164817c49778ae96',1772552781),(842,'5118f960309cb2536cbcbacb570e8973',50,'loading controller from db',1772552790),(843,'5118f960309cb2536cbcbacb570e8973',40,'checking plan security',1772552790),(844,'5118f960309cb2536cbcbacb570e8973',40,'checking plan security',1772552790),(845,'5118f960309cb2536cbcbacb570e8973',40,'checking plan security',1772552790),(846,'5118f960309cb2536cbcbacb570e8973',50,'saving controller to db',1772552790),(847,'5118f960309cb2536cbcbacb570e8973',50,'calculating controller checksum a66afc2c72995942164817c49778ae96',1772552790),(848,'a939f22bb70eb73e3b0bd741c09d64d0',40,'instantiating backup controller a939f22bb70eb73e3b0bd741c09d64d0',1772552942),(849,'a939f22bb70eb73e3b0bd741c09d64d0',50,'setting controller status to 100',1772552942),(850,'a939f22bb70eb73e3b0bd741c09d64d0',50,'loading controller plan',1772552942),(851,'a939f22bb70eb73e3b0bd741c09d64d0',50,'setting controller status to 300',1772552942),(852,'a939f22bb70eb73e3b0bd741c09d64d0',50,'applying plan defaults',1772552942),(853,'a939f22bb70eb73e3b0bd741c09d64d0',50,'setting controller status to 400',1772552942),(854,'a939f22bb70eb73e3b0bd741c09d64d0',50,'setting file inclusion to ',1772552942),(855,'a939f22bb70eb73e3b0bd741c09d64d0',40,'checking plan security',1772552942),(856,'a939f22bb70eb73e3b0bd741c09d64d0',50,'setting controller status to 500',1772552942),(857,'a939f22bb70eb73e3b0bd741c09d64d0',40,'checking plan security',1772552942),(858,'a939f22bb70eb73e3b0bd741c09d64d0',40,'checking plan security',1772552942),(859,'a939f22bb70eb73e3b0bd741c09d64d0',40,'checking plan security',1772552942),(860,'a939f22bb70eb73e3b0bd741c09d64d0',50,'saving controller to db',1772552942),(861,'a939f22bb70eb73e3b0bd741c09d64d0',50,'calculating controller checksum 849ec7a85af821bde676e71b8c84c4fa',1772552942),(862,'8c4aa52c3bcf3c61e77c119c6b67beb0',40,'instantiating backup controller 8c4aa52c3bcf3c61e77c119c6b67beb0',1772552950),(863,'8c4aa52c3bcf3c61e77c119c6b67beb0',50,'setting controller status to 100',1772552950),(864,'8c4aa52c3bcf3c61e77c119c6b67beb0',50,'loading controller plan',1772552950),(865,'8c4aa52c3bcf3c61e77c119c6b67beb0',50,'setting controller status to 300',1772552950),(866,'8c4aa52c3bcf3c61e77c119c6b67beb0',50,'applying plan defaults',1772552950),(867,'8c4aa52c3bcf3c61e77c119c6b67beb0',50,'setting controller status to 400',1772552950),(868,'8c4aa52c3bcf3c61e77c119c6b67beb0',50,'setting file inclusion to ',1772552950),(869,'8c4aa52c3bcf3c61e77c119c6b67beb0',40,'checking plan security',1772552950),(870,'8c4aa52c3bcf3c61e77c119c6b67beb0',50,'setting controller status to 500',1772552950),(871,'8c4aa52c3bcf3c61e77c119c6b67beb0',40,'checking plan security',1772552950),(872,'8c4aa52c3bcf3c61e77c119c6b67beb0',40,'checking plan security',1772552950),(873,'8c4aa52c3bcf3c61e77c119c6b67beb0',40,'checking plan security',1772552950),(874,'8c4aa52c3bcf3c61e77c119c6b67beb0',50,'saving controller to db',1772552950),(875,'8c4aa52c3bcf3c61e77c119c6b67beb0',50,'calculating controller checksum c6abed33bfb013827d61257c3b518268',1772552950),(876,'36f30755d85df80197b53a340b9df346',40,'instantiating backup controller 36f30755d85df80197b53a340b9df346',1772554983),(877,'36f30755d85df80197b53a340b9df346',50,'setting controller status to 100',1772554983),(878,'36f30755d85df80197b53a340b9df346',50,'loading controller plan',1772554983),(879,'36f30755d85df80197b53a340b9df346',50,'setting controller status to 300',1772554983),(880,'36f30755d85df80197b53a340b9df346',50,'applying plan defaults',1772554983),(881,'36f30755d85df80197b53a340b9df346',50,'setting controller status to 400',1772554983),(882,'36f30755d85df80197b53a340b9df346',50,'setting file inclusion to ',1772554983),(883,'36f30755d85df80197b53a340b9df346',40,'checking plan security',1772554983),(884,'36f30755d85df80197b53a340b9df346',50,'setting controller status to 700',1772554983),(885,'36f30755d85df80197b53a340b9df346',50,'saving controller to db',1772554983),(886,'36f30755d85df80197b53a340b9df346',50,'calculating controller checksum 619de04991ae3c0f387c2155bb6e6726',1772554983),(887,'36f30755d85df80197b53a340b9df346',50,'loading controller from db',1772554983),(888,'36f30755d85df80197b53a340b9df346',50,'setting file inclusion to 1',1772554983),(889,'36f30755d85df80197b53a340b9df346',50,'setting controller status to 800',1772554983),(890,'36f30755d85df80197b53a340b9df346',50,'saving controller to db',1772554983),(891,'36f30755d85df80197b53a340b9df346',50,'calculating controller checksum 4d211ed72a7141d0d6207d79b966fdcd',1772554983),(892,'36f30755d85df80197b53a340b9df346',50,'loading controller from db',1772554983),(893,'36f30755d85df80197b53a340b9df346',50,'setting controller status to 1000',1772554983),(894,'36f30755d85df80197b53a340b9df346',50,'saving controller to db',1772554983),(895,'a418488d399b792f939796eb80ec7797',40,'instantiating backup controller a418488d399b792f939796eb80ec7797',1772600943),(896,'a418488d399b792f939796eb80ec7797',50,'setting controller status to 100',1772600943),(897,'a418488d399b792f939796eb80ec7797',50,'loading controller plan',1772600943),(898,'a418488d399b792f939796eb80ec7797',50,'setting controller status to 300',1772600943),(899,'a418488d399b792f939796eb80ec7797',50,'applying plan defaults',1772600943),(900,'a418488d399b792f939796eb80ec7797',50,'setting controller status to 400',1772600943),(901,'a418488d399b792f939796eb80ec7797',50,'setting file inclusion to ',1772600943),(902,'a418488d399b792f939796eb80ec7797',40,'checking plan security',1772600943),(903,'a418488d399b792f939796eb80ec7797',50,'setting controller status to 700',1772600943),(904,'a418488d399b792f939796eb80ec7797',50,'saving controller to db',1772600943),(905,'a418488d399b792f939796eb80ec7797',50,'calculating controller checksum e1311781585b8ae2a2ac2b8f70b84558',1772600943),(906,'a418488d399b792f939796eb80ec7797',50,'loading controller from db',1772600943),(907,'a418488d399b792f939796eb80ec7797',50,'setting file inclusion to 1',1772600944),(908,'a418488d399b792f939796eb80ec7797',50,'setting controller status to 800',1772600944),(909,'a418488d399b792f939796eb80ec7797',50,'saving controller to db',1772600944),(910,'a418488d399b792f939796eb80ec7797',50,'calculating controller checksum 3515ee607b2043afa05f8b8e0f76de5d',1772600944),(911,'a418488d399b792f939796eb80ec7797',50,'loading controller from db',1772600944),(912,'a418488d399b792f939796eb80ec7797',50,'setting controller status to 1000',1772600944),(913,'a418488d399b792f939796eb80ec7797',50,'saving controller to db',1772600944),(914,'bdf1ed61b0d78d9317391e56757e06f9',40,'instantiating backup controller bdf1ed61b0d78d9317391e56757e06f9',1772600944),(915,'bdf1ed61b0d78d9317391e56757e06f9',50,'setting controller status to 100',1772600944),(916,'bdf1ed61b0d78d9317391e56757e06f9',50,'loading controller plan',1772600944),(917,'bdf1ed61b0d78d9317391e56757e06f9',50,'setting controller status to 300',1772600944),(918,'bdf1ed61b0d78d9317391e56757e06f9',50,'applying plan defaults',1772600944),(919,'bdf1ed61b0d78d9317391e56757e06f9',50,'setting controller status to 400',1772600944),(920,'bdf1ed61b0d78d9317391e56757e06f9',50,'setting file inclusion to ',1772600944),(921,'bdf1ed61b0d78d9317391e56757e06f9',40,'checking plan security',1772600944),(922,'bdf1ed61b0d78d9317391e56757e06f9',50,'setting controller status to 700',1772600944),(923,'bdf1ed61b0d78d9317391e56757e06f9',50,'saving controller to db',1772600944),(924,'bdf1ed61b0d78d9317391e56757e06f9',50,'calculating controller checksum ffc69aaeedbf4d1e9da460e522db3e52',1772600944),(925,'bdf1ed61b0d78d9317391e56757e06f9',50,'loading controller from db',1772600944),(926,'bdf1ed61b0d78d9317391e56757e06f9',50,'setting file inclusion to 1',1772600944),(927,'bdf1ed61b0d78d9317391e56757e06f9',50,'setting controller status to 800',1772600944),(928,'bdf1ed61b0d78d9317391e56757e06f9',50,'saving controller to db',1772600944),(929,'bdf1ed61b0d78d9317391e56757e06f9',50,'calculating controller checksum efdc47e1c998df1c990ec4e369c26b86',1772600944),(930,'bdf1ed61b0d78d9317391e56757e06f9',50,'loading controller from db',1772600944),(931,'bdf1ed61b0d78d9317391e56757e06f9',50,'setting controller status to 1000',1772600945),(932,'bdf1ed61b0d78d9317391e56757e06f9',50,'saving controller to db',1772600945),(933,'1274515bf21cd3cc107e89828cca11af',40,'instantiating backup controller 1274515bf21cd3cc107e89828cca11af',1772724903),(934,'1274515bf21cd3cc107e89828cca11af',50,'setting controller status to 100',1772724903),(935,'1274515bf21cd3cc107e89828cca11af',50,'loading controller plan',1772724904),(936,'1274515bf21cd3cc107e89828cca11af',50,'setting controller status to 300',1772724904),(937,'1274515bf21cd3cc107e89828cca11af',50,'applying plan defaults',1772724904),(938,'1274515bf21cd3cc107e89828cca11af',50,'setting controller status to 400',1772724904),(939,'1274515bf21cd3cc107e89828cca11af',50,'setting file inclusion to ',1772724904),(940,'1274515bf21cd3cc107e89828cca11af',40,'checking plan security',1772724904),(941,'1274515bf21cd3cc107e89828cca11af',50,'setting controller status to 700',1772724904),(942,'1274515bf21cd3cc107e89828cca11af',50,'saving controller to db',1772724904),(943,'1274515bf21cd3cc107e89828cca11af',50,'calculating controller checksum 9a86d41bc95be99fae61e225c24e964b',1772724904),(944,'1274515bf21cd3cc107e89828cca11af',50,'loading controller from db',1772724904),(945,'1274515bf21cd3cc107e89828cca11af',50,'setting file inclusion to 1',1772724904),(946,'1274515bf21cd3cc107e89828cca11af',50,'setting controller status to 800',1772724904),(947,'1274515bf21cd3cc107e89828cca11af',50,'saving controller to db',1772724904),(948,'1274515bf21cd3cc107e89828cca11af',50,'calculating controller checksum 595297574b84abf208b6d0dbc619b047',1772724904),(949,'1274515bf21cd3cc107e89828cca11af',50,'loading controller from db',1772724904),(950,'1274515bf21cd3cc107e89828cca11af',50,'setting controller status to 1000',1772724904),(951,'1274515bf21cd3cc107e89828cca11af',50,'saving controller to db',1772724904); /*!40000 ALTER TABLE `mdl_backup_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge` -- DROP TABLE IF EXISTS `mdl_badge`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_badge` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `usercreated` bigint NOT NULL, `usermodified` bigint NOT NULL, `issuername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `issuerurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `issuercontact` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `expiredate` bigint DEFAULT NULL, `expireperiod` bigint DEFAULT NULL, `type` tinyint(1) NOT NULL DEFAULT '1', `courseid` bigint DEFAULT NULL, `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `messagesubject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `attachment` tinyint(1) NOT NULL DEFAULT '1', `notification` tinyint(1) NOT NULL DEFAULT '1', `status` tinyint(1) NOT NULL DEFAULT '0', `nextcron` bigint DEFAULT NULL, `version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `language` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `imageauthorname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `imageauthoremail` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `imageauthorurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `imagecaption` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `mdl_badg_typ_ix` (`type`), KEY `mdl_badg_cou_ix` (`courseid`), KEY `mdl_badg_use_ix` (`usermodified`), KEY `mdl_badg_use2_ix` (`usercreated`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines badge'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge` -- LOCK TABLES `mdl_badge` WRITE; /*!40000 ALTER TABLE `mdl_badge` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_alignment` -- DROP TABLE IF EXISTS `mdl_badge_alignment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_badge_alignment` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL DEFAULT '0', `targetname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `targeturl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `targetdescription` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `targetframework` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `targetcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_badgalig_bad_ix` (`badgeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines alignment for badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_alignment` -- LOCK TABLES `mdl_badge_alignment` WRITE; /*!40000 ALTER TABLE `mdl_badge_alignment` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge_alignment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_backpack` -- DROP TABLE IF EXISTS `mdl_badge_backpack`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_badge_backpack` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `backpackuid` bigint NOT NULL, `autosync` tinyint(1) NOT NULL DEFAULT '0', `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `externalbackpackid` bigint DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_badgback_useext_uix` (`userid`,`externalbackpackid`), KEY `mdl_badgback_use_ix` (`userid`), KEY `mdl_badgback_ext_ix` (`externalbackpackid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines settings for connecting external backpack'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_backpack` -- LOCK TABLES `mdl_badge_backpack` WRITE; /*!40000 ALTER TABLE `mdl_badge_backpack` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge_backpack` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_backpack_oauth2` -- DROP TABLE IF EXISTS `mdl_badge_backpack_oauth2`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_badge_backpack_oauth2` ( `id` bigint NOT NULL AUTO_INCREMENT, `usermodified` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL, `issuerid` bigint NOT NULL, `externalbackpackid` bigint NOT NULL, `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `refreshtoken` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `expires` bigint DEFAULT NULL, `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `mdl_badgbackoaut_use_ix` (`usermodified`), KEY `mdl_badgbackoaut_use2_ix` (`userid`), KEY `mdl_badgbackoaut_iss_ix` (`issuerid`), KEY `mdl_badgbackoaut_ext_ix` (`externalbackpackid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_backpack_oauth2` -- LOCK TABLES `mdl_badge_backpack_oauth2` WRITE; /*!40000 ALTER TABLE `mdl_badge_backpack_oauth2` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge_backpack_oauth2` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_criteria` -- DROP TABLE IF EXISTS `mdl_badge_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_badge_criteria` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL DEFAULT '0', `criteriatype` bigint DEFAULT NULL, `method` tinyint(1) NOT NULL DEFAULT '1', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `descriptionformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_badgcrit_badcri_uix` (`badgeid`,`criteriatype`), KEY `mdl_badgcrit_cri_ix` (`criteriatype`), KEY `mdl_badgcrit_bad_ix` (`badgeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines criteria for issuing badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_criteria` -- LOCK TABLES `mdl_badge_criteria` WRITE; /*!40000 ALTER TABLE `mdl_badge_criteria` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge_criteria` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_criteria_met` -- DROP TABLE IF EXISTS `mdl_badge_criteria_met`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_badge_criteria_met` ( `id` bigint NOT NULL AUTO_INCREMENT, `issuedid` bigint DEFAULT NULL, `critid` bigint NOT NULL, `userid` bigint NOT NULL, `datemet` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_badgcritmet_cri_ix` (`critid`), KEY `mdl_badgcritmet_use_ix` (`userid`), KEY `mdl_badgcritmet_iss_ix` (`issuedid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines criteria that were met for an issued badge'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_criteria_met` -- LOCK TABLES `mdl_badge_criteria_met` WRITE; /*!40000 ALTER TABLE `mdl_badge_criteria_met` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge_criteria_met` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_criteria_param` -- DROP TABLE IF EXISTS `mdl_badge_criteria_param`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_badge_criteria_param` ( `id` bigint NOT NULL AUTO_INCREMENT, `critid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_badgcritpara_cri_ix` (`critid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines parameters for badges criteria'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_criteria_param` -- LOCK TABLES `mdl_badge_criteria_param` WRITE; /*!40000 ALTER TABLE `mdl_badge_criteria_param` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge_criteria_param` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_endorsement` -- DROP TABLE IF EXISTS `mdl_badge_endorsement`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_badge_endorsement` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL DEFAULT '0', `issuername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `issuerurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `issueremail` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `claimid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `claimcomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `dateissued` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_badgendo_bad_ix` (`badgeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines endorsement for badge'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_endorsement` -- LOCK TABLES `mdl_badge_endorsement` WRITE; /*!40000 ALTER TABLE `mdl_badge_endorsement` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge_endorsement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_external` -- DROP TABLE IF EXISTS `mdl_badge_external`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_badge_external` ( `id` bigint NOT NULL AUTO_INCREMENT, `backpackid` bigint NOT NULL, `collectionid` bigint NOT NULL, `entityid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `assertion` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `mdl_badgexte_bac_ix` (`backpackid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Setting for external badges display'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_external` -- LOCK TABLES `mdl_badge_external` WRITE; /*!40000 ALTER TABLE `mdl_badge_external` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge_external` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_external_backpack` -- DROP TABLE IF EXISTS `mdl_badge_external_backpack`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_badge_external_backpack` ( `id` bigint NOT NULL AUTO_INCREMENT, `backpackapiurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `backpackweburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `apiversion` varchar(12) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1.0', `sortorder` bigint NOT NULL DEFAULT '0', `oauth2_issuerid` bigint DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_badgexteback_bac_uix` (`backpackapiurl`), UNIQUE KEY `mdl_badgexteback_bac2_uix` (`backpackweburl`), KEY `mdl_badgexteback_oau_ix` (`oauth2_issuerid`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines settings for site level backpacks that a user can co'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_external_backpack` -- LOCK TABLES `mdl_badge_external_backpack` WRITE; /*!40000 ALTER TABLE `mdl_badge_external_backpack` DISABLE KEYS */; INSERT INTO `mdl_badge_external_backpack` VALUES (1,'https://api.badgr.io/v2','https://badgr.io','2',1,NULL); /*!40000 ALTER TABLE `mdl_badge_external_backpack` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_external_identifier` -- DROP TABLE IF EXISTS `mdl_badge_external_identifier`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_badge_external_identifier` ( `id` bigint NOT NULL AUTO_INCREMENT, `sitebackpackid` bigint NOT NULL, `internalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `externalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `type` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `mdl_badgexteiden_sitintext_uix` (`sitebackpackid`,`internalid`,`externalid`,`type`), KEY `mdl_badgexteiden_sit_ix` (`sitebackpackid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Setting for external badges mappings'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_external_identifier` -- LOCK TABLES `mdl_badge_external_identifier` WRITE; /*!40000 ALTER TABLE `mdl_badge_external_identifier` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge_external_identifier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_issued` -- DROP TABLE IF EXISTS `mdl_badge_issued`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_badge_issued` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `uniquehash` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `dateissued` bigint NOT NULL DEFAULT '0', `dateexpire` bigint DEFAULT NULL, `visible` tinyint(1) NOT NULL DEFAULT '0', `issuernotified` bigint DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_badgissu_baduse_uix` (`badgeid`,`userid`), KEY `mdl_badgissu_bad_ix` (`badgeid`), KEY `mdl_badgissu_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines issued badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_issued` -- LOCK TABLES `mdl_badge_issued` WRITE; /*!40000 ALTER TABLE `mdl_badge_issued` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge_issued` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_manual_award` -- DROP TABLE IF EXISTS `mdl_badge_manual_award`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_badge_manual_award` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL, `recipientid` bigint NOT NULL, `issuerid` bigint NOT NULL, `issuerrole` bigint NOT NULL, `datemet` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_badgmanuawar_bad_ix` (`badgeid`), KEY `mdl_badgmanuawar_rec_ix` (`recipientid`), KEY `mdl_badgmanuawar_iss_ix` (`issuerid`), KEY `mdl_badgmanuawar_iss2_ix` (`issuerrole`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Track manual award criteria for badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_manual_award` -- LOCK TABLES `mdl_badge_manual_award` WRITE; /*!40000 ALTER TABLE `mdl_badge_manual_award` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge_manual_award` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_badge_related` -- DROP TABLE IF EXISTS `mdl_badge_related`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_badge_related` ( `id` bigint NOT NULL AUTO_INCREMENT, `badgeid` bigint NOT NULL DEFAULT '0', `relatedbadgeid` bigint DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_badgrela_badrel_uix` (`badgeid`,`relatedbadgeid`), KEY `mdl_badgrela_bad_ix` (`badgeid`), KEY `mdl_badgrela_rel_ix` (`relatedbadgeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines badge related for badges'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_badge_related` -- LOCK TABLES `mdl_badge_related` WRITE; /*!40000 ALTER TABLE `mdl_badge_related` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_badge_related` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_bigbluebuttonbn` -- DROP TABLE IF EXISTS `mdl_bigbluebuttonbn`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_bigbluebuttonbn` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` tinyint NOT NULL DEFAULT '0', `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `introformat` smallint NOT NULL DEFAULT '1', `meetingid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `moderatorpass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `viewerpass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `wait` tinyint(1) NOT NULL DEFAULT '0', `record` tinyint(1) NOT NULL DEFAULT '0', `recordallfromstart` tinyint(1) NOT NULL DEFAULT '0', `recordhidebutton` tinyint(1) NOT NULL DEFAULT '0', `welcome` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `voicebridge` mediumint NOT NULL DEFAULT '0', `openingtime` bigint NOT NULL DEFAULT '0', `closingtime` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `presentation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `participants` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `userlimit` smallint NOT NULL DEFAULT '0', `recordings_html` tinyint(1) NOT NULL DEFAULT '0', `recordings_deleted` tinyint(1) NOT NULL DEFAULT '1', `recordings_imported` tinyint(1) NOT NULL DEFAULT '0', `recordings_preview` tinyint(1) NOT NULL DEFAULT '0', `clienttype` tinyint(1) NOT NULL DEFAULT '0', `muteonstart` tinyint(1) NOT NULL DEFAULT '0', `disablecam` tinyint(1) NOT NULL DEFAULT '0', `disablemic` tinyint(1) NOT NULL DEFAULT '0', `disableprivatechat` tinyint(1) NOT NULL DEFAULT '0', `disablepublicchat` tinyint(1) NOT NULL DEFAULT '0', `disablenote` tinyint(1) NOT NULL DEFAULT '0', `hideuserlist` tinyint(1) NOT NULL DEFAULT '0', `lockedlayout` tinyint(1) NOT NULL DEFAULT '0', `completionattendance` int NOT NULL DEFAULT '0', `completionengagementchats` int NOT NULL DEFAULT '0', `completionengagementtalks` int NOT NULL DEFAULT '0', `completionengagementraisehand` int NOT NULL DEFAULT '0', `completionengagementpollvotes` int NOT NULL DEFAULT '0', `completionengagementemojis` int NOT NULL DEFAULT '0', `guestallowed` tinyint DEFAULT '0', `mustapproveuser` tinyint DEFAULT '1', `guestlinkuid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `guestpassword` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store information about a meeti'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_bigbluebuttonbn` -- LOCK TABLES `mdl_bigbluebuttonbn` WRITE; /*!40000 ALTER TABLE `mdl_bigbluebuttonbn` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_bigbluebuttonbn` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_bigbluebuttonbn_logs` -- DROP TABLE IF EXISTS `mdl_bigbluebuttonbn_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_bigbluebuttonbn_logs` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `bigbluebuttonbnid` bigint NOT NULL, `userid` bigint DEFAULT NULL, `timecreated` bigint NOT NULL DEFAULT '0', `meetingid` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `log` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `meta` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `mdl_bigblogs_cou_ix` (`courseid`), KEY `mdl_bigblogs_log_ix` (`log`), KEY `mdl_bigblogs_coubiguselog_ix` (`courseid`,`bigbluebuttonbnid`,`userid`,`log`), KEY `mdl_bigblogs_uselog_ix` (`userid`,`log`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store meeting activity events'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_bigbluebuttonbn_logs` -- LOCK TABLES `mdl_bigbluebuttonbn_logs` WRITE; /*!40000 ALTER TABLE `mdl_bigbluebuttonbn_logs` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_bigbluebuttonbn_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_bigbluebuttonbn_recordings` -- DROP TABLE IF EXISTS `mdl_bigbluebuttonbn_recordings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_bigbluebuttonbn_recordings` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `bigbluebuttonbnid` bigint NOT NULL, `groupid` bigint DEFAULT NULL, `recordingid` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `headless` tinyint(1) NOT NULL DEFAULT '0', `imported` tinyint(1) NOT NULL DEFAULT '0', `status` tinyint(1) NOT NULL DEFAULT '0', `importeddata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL DEFAULT '0', `usermodified` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_bigbreco_cou_ix` (`courseid`), KEY `mdl_bigbreco_rec_ix` (`recordingid`), KEY `mdl_bigbreco_big_ix` (`bigbluebuttonbnid`), KEY `mdl_bigbreco_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store references to recordings'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_bigbluebuttonbn_recordings` -- LOCK TABLES `mdl_bigbluebuttonbn_recordings` WRITE; /*!40000 ALTER TABLE `mdl_bigbluebuttonbn_recordings` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_bigbluebuttonbn_recordings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_block` -- DROP TABLE IF EXISTS `mdl_block`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_block` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `cron` bigint NOT NULL DEFAULT '0', `lastcron` bigint NOT NULL DEFAULT '0', `visible` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), UNIQUE KEY `mdl_bloc_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='contains all installed blocks'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_block` -- LOCK TABLES `mdl_block` WRITE; /*!40000 ALTER TABLE `mdl_block` DISABLE KEYS */; INSERT INTO `mdl_block` VALUES (1,'accessreview',0,0,1),(2,'activity_modules',0,0,1),(3,'activity_results',0,0,1),(4,'admin_bookmarks',0,0,1),(5,'badges',0,0,1),(6,'blog_menu',0,0,1),(7,'blog_recent',0,0,1),(8,'blog_tags',0,0,1),(9,'calendar_month',0,0,1),(10,'calendar_upcoming',0,0,1),(11,'comments',0,0,1),(12,'completionstatus',0,0,1),(13,'course_list',0,0,1),(14,'course_summary',0,0,0),(15,'feedback',0,0,0),(16,'globalsearch',0,0,1),(17,'glossary_random',0,0,1),(18,'html',0,0,1),(19,'login',0,0,1),(20,'lp',0,0,1),(21,'mentees',0,0,1),(22,'mnet_hosts',0,0,1),(23,'myoverview',0,0,1),(24,'myprofile',0,0,1),(25,'navigation',0,0,1),(26,'news_items',0,0,1),(27,'online_users',0,0,1),(28,'private_files',0,0,1),(29,'recent_activity',0,0,1),(30,'recentlyaccessedcourses',0,0,1),(31,'recentlyaccesseditems',0,0,1),(32,'rss_client',0,0,0),(33,'search_forums',0,0,1),(34,'section_links',0,0,1),(35,'selfcompletion',0,0,0),(36,'settings',0,0,1),(37,'site_main_menu',0,0,1),(38,'social_activities',0,0,1),(39,'starredcourses',0,0,1),(40,'tag_flickr',0,0,1),(41,'tag_youtube',0,0,0),(42,'tags',0,0,1),(43,'timeline',0,0,1); /*!40000 ALTER TABLE `mdl_block` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_block_instances` -- DROP TABLE IF EXISTS `mdl_block_instances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_block_instances` ( `id` bigint NOT NULL AUTO_INCREMENT, `blockname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `parentcontextid` bigint NOT NULL, `showinsubcontexts` smallint NOT NULL, `requiredbytheme` smallint NOT NULL DEFAULT '0', `pagetypepattern` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `subpagepattern` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `defaultregion` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `defaultweight` bigint NOT NULL, `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_blocinst_parshopagsub_ix` (`parentcontextid`,`showinsubcontexts`,`pagetypepattern`,`subpagepattern`), KEY `mdl_blocinst_tim_ix` (`timemodified`), KEY `mdl_blocinst_par_ix` (`parentcontextid`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table stores block instances. The type of block this is'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_block_instances` -- LOCK TABLES `mdl_block_instances` WRITE; /*!40000 ALTER TABLE `mdl_block_instances` DISABLE KEYS */; INSERT INTO `mdl_block_instances` VALUES (1,'admin_bookmarks',1,0,0,'admin-*',NULL,'side-pre',2,'',1689953367,1689953367),(2,'recentlyaccesseditems',1,0,0,'my-index','2','side-post',0,'',1689953367,1689953367),(3,'timeline',1,0,0,'my-index','2','content',0,'',1689953367,1689953367),(4,'calendar_month',1,0,0,'my-index','2','content',1,'',1689953367,1689953367),(5,'myoverview',1,0,0,'my-index','3','content',0,'',1689953367,1689953367),(6,'recentlyaccesseditems',5,0,0,'my-index','4','side-post',0,'',1689955644,1689955644),(7,'timeline',5,0,0,'my-index','4','content',0,'',1689955644,1689955644),(8,'calendar_month',5,0,0,'my-index','4','content',1,'',1689955644,1689955644),(9,'navigation',1,1,1,'*',NULL,'side-pre',0,'',1689958150,1689958150),(10,'settings',1,1,1,'*',NULL,'side-pre',0,'',1689958151,1689958151),(12,'html',16,0,0,'course-view-*',NULL,'content',0,'Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJ0aXRsZSI7czowOiIiO3M6NjoiZm9ybWF0IjtzOjE6IjEiO3M6NDoidGV4dCI7czoxNjg6IjxpbWcgc3JjPSJAQFBMVUdJTkZJTEVAQC9hbm5hLWtvbG9zeXVrLUQ1bmg2bUNXNTJjLXVuc3BsYXNoX2EuanBnIiBhbHQ9IiIgd2lkdGg9IjE5MTkiIGhlaWdodD0iNzE4IiByb2xlPSJwcmVzZW50YXRpb24iIGNsYXNzPSJpbWctZmx1aWQgYXR0b19pbWFnZV9idXR0b25fdGV4dC1ib3R0b20iPiI7fQ==',1691064888,1691065117); /*!40000 ALTER TABLE `mdl_block_instances` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_block_positions` -- DROP TABLE IF EXISTS `mdl_block_positions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_block_positions` ( `id` bigint NOT NULL AUTO_INCREMENT, `blockinstanceid` bigint NOT NULL, `contextid` bigint NOT NULL, `pagetype` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `subpage` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `visible` smallint NOT NULL, `region` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `weight` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_blocposi_bloconpagsub_uix` (`blockinstanceid`,`contextid`,`pagetype`,`subpage`), KEY `mdl_blocposi_blo_ix` (`blockinstanceid`), KEY `mdl_blocposi_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the position of a sticky block_instance on a another '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_block_positions` -- LOCK TABLES `mdl_block_positions` WRITE; /*!40000 ALTER TABLE `mdl_block_positions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_block_positions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_block_recent_activity` -- DROP TABLE IF EXISTS `mdl_block_recent_activity`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_block_recent_activity` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `cmid` bigint NOT NULL, `timecreated` bigint NOT NULL, `userid` bigint NOT NULL, `action` tinyint(1) NOT NULL, `modname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_blocreceacti_coutim_ix` (`courseid`,`timecreated`) ) ENGINE=InnoDB AUTO_INCREMENT=167 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Recent activity block'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_block_recent_activity` -- LOCK TABLES `mdl_block_recent_activity` WRITE; /*!40000 ALTER TABLE `mdl_block_recent_activity` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_block_recent_activity` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_block_recentlyaccesseditems` -- DROP TABLE IF EXISTS `mdl_block_recentlyaccesseditems`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_block_recentlyaccesseditems` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `cmid` bigint NOT NULL, `userid` bigint NOT NULL, `timeaccess` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_blocrece_usecoucmi_uix` (`userid`,`courseid`,`cmid`), KEY `mdl_blocrece_use_ix` (`userid`), KEY `mdl_blocrece_cou_ix` (`courseid`), KEY `mdl_blocrece_cmi_ix` (`cmid`) ) ENGINE=InnoDB AUTO_INCREMENT=947 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Most recently accessed items accessed by a user'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_block_recentlyaccesseditems` -- LOCK TABLES `mdl_block_recentlyaccesseditems` WRITE; /*!40000 ALTER TABLE `mdl_block_recentlyaccesseditems` DISABLE KEYS */; INSERT INTO `mdl_block_recentlyaccesseditems` VALUES (93,2,15,10,1696514653),(94,2,21,10,1696562231),(95,2,13,10,1696562203),(96,2,10,10,1696562071),(97,2,12,10,1696514787),(98,2,8,10,1696562185),(196,2,28,4,1698226404),(249,2,32,4,1698226399),(284,2,33,4,1698651450),(285,2,36,4,1698651643),(365,2,40,11,1703484671),(381,2,40,5,1703038517),(403,2,37,4,1699513695),(404,2,38,4,1699513725),(405,2,41,4,1699513799),(406,2,39,4,1699513751),(407,2,40,4,1699513805),(409,2,40,14,1700782832),(457,2,43,14,1702870003),(461,2,43,11,1703484668),(494,2,46,17,1701947078),(495,2,45,5,1702604512),(500,2,45,19,1700739488),(501,2,40,19,1701928413),(505,2,43,19,1701747521),(507,2,20,17,1700185272),(509,2,8,8,1700141732),(510,2,33,7,1700142948),(511,2,42,7,1700143015),(512,2,36,7,1700142665),(513,2,12,7,1700142753),(550,2,49,14,1702869833),(551,2,47,14,1700617517),(554,2,47,19,1701014403),(561,2,49,19,1701928444),(565,2,45,13,1700745582),(566,2,47,13,1700732777),(569,2,49,11,1701954004),(570,2,49,13,1701249259),(577,2,43,13,1700900135),(584,2,34,13,1700898862),(585,2,40,13,1700902099),(586,2,51,6,1703148992),(588,2,51,11,1703484673),(589,2,51,19,1703498721),(591,2,54,6,1702826030),(605,2,49,5,1702604515),(606,2,54,5,1702604526),(607,2,43,5,1703038519),(609,2,51,5,1703038520),(625,2,47,17,1701947288),(626,2,52,17,1701947341),(628,2,54,13,1701954114),(631,2,52,13,1701349628),(632,2,45,17,1701350542),(643,2,54,14,1701505532),(654,2,54,19,1701928396),(670,2,34,14,1701945052),(672,2,51,14,1701945780),(673,2,41,17,1701947199),(674,2,49,17,1701947308),(675,2,55,17,1701947321),(676,2,54,17,1701947363),(677,2,50,23,1702822791),(678,2,55,13,1701953856),(680,2,50,5,1703040066),(684,2,50,11,1703149748),(685,2,12,11,1702048008),(686,2,57,11,1703838432),(688,2,56,6,1702826033),(689,2,57,6,1703314577),(692,2,51,7,1702555249),(693,2,56,5,1703040061),(694,2,57,8,1702604952),(695,2,43,8,1702604973),(696,2,56,8,1702604981),(697,2,54,8,1702605007),(698,2,49,8,1702605032),(699,2,45,8,1702605043),(702,2,44,8,1702617391),(703,2,42,8,1702617403),(725,2,31,23,1702893248),(729,2,51,23,1703162118),(730,2,30,23,1702822535),(731,2,44,23,1702822847),(732,2,43,23,1702822889),(733,2,40,23,1702823557),(734,2,40,6,1703159275),(735,2,43,6,1703157922),(736,2,50,6,1703159238),(737,2,57,20,1704792194),(738,2,51,20,1702827989),(748,2,50,14,1702966934),(749,2,57,14,1702966912),(751,2,34,6,1703149070),(758,2,37,16,1702880820),(759,2,41,16,1702880914),(760,2,31,6,1702881391),(761,2,46,16,1702881945),(762,2,52,16,1702882012),(763,2,54,16,1702882038),(764,2,55,16,1702882050),(765,2,45,16,1702882117),(766,2,47,16,1702882212),(767,2,34,23,1702893460),(768,2,57,16,1702951100),(771,2,21,20,1703007525),(772,2,26,20,1703007546),(773,2,25,20,1703007710),(774,2,27,20,1703007596),(775,2,20,20,1703007646),(776,2,28,20,1703007656),(777,2,57,5,1704680139),(782,2,57,12,1704119170),(786,2,39,12,1704119602),(789,2,35,12,1703121868),(790,2,44,12,1703121882),(791,2,33,12,1703122293),(798,2,50,19,1703498702),(799,2,57,23,1703162652),(800,2,57,19,1703789795),(812,2,44,15,1703535231),(814,2,47,15,1703289266),(821,2,50,22,1703681148),(825,2,39,22,1703336795),(826,2,35,22,1703336843),(827,2,28,22,1703336892),(830,2,33,21,1703340539),(831,2,38,21,1703340555),(832,2,39,21,1703340561),(833,2,44,21,1703340575),(834,2,45,21,1703340589),(835,2,49,21,1703340596),(836,2,56,21,1703340621),(837,2,43,21,1703340648),(838,2,57,21,1703340838),(839,2,8,11,1703484652),(840,2,56,11,1703484683),(841,2,40,12,1704119414),(842,2,54,12,1704119446),(843,2,54,15,1703824242),(844,2,49,15,1703690775),(845,2,43,22,1703594729),(846,2,38,22,1703599399),(847,2,24,22,1703599422),(848,2,13,22,1703599447),(849,2,8,22,1703600008),(850,2,50,20,1703686589),(851,2,56,15,1703714170),(852,2,51,15,1703820874),(853,2,40,15,1703824260),(869,2,43,15,1703801391),(870,2,57,15,1703824903),(871,2,43,12,1704119430),(872,2,49,12,1704119464),(892,2,49,9,1705460154),(893,2,52,9,1705460160),(894,2,54,9,1705460180),(895,2,55,9,1705460183),(896,2,56,9,1705460202),(897,2,40,9,1705460268),(898,2,43,9,1705460221),(899,2,51,9,1705460248),(900,2,57,9,1705460244),(917,2,40,2,1765901152),(918,2,43,2,1765901009),(919,2,58,2,1768621587),(920,3,62,2,1772724742),(921,2,10,2,1772722880),(922,3,65,2,1773157501),(923,3,64,2,1772810775),(924,3,63,2,1772724080),(926,3,65,35,1772810647),(927,3,63,28,1772973599),(928,3,64,24,1773006029),(929,3,65,24,1772829642),(930,3,64,26,1773063830),(931,3,65,26,1773124734),(932,3,63,26,1773125634),(933,3,62,33,1772846302),(934,3,64,30,1772872388),(935,3,65,30,1772872276),(936,3,62,30,1772872305),(937,3,64,28,1772973641),(938,3,65,28,1772973692),(939,3,63,24,1773006016),(940,3,62,32,1773052406),(941,3,64,32,1773062939),(942,3,63,32,1773052327),(943,3,65,32,1773062930),(944,3,63,29,1773064666),(945,3,65,29,1773064678),(946,3,64,29,1773064671); /*!40000 ALTER TABLE `mdl_block_recentlyaccesseditems` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_block_rss_client` -- DROP TABLE IF EXISTS `mdl_block_rss_client`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_block_rss_client` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `preferredtitle` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `shared` tinyint NOT NULL DEFAULT '0', `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `skiptime` bigint NOT NULL DEFAULT '0', `skipuntil` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Remote news feed information. Contains the news feed id, the'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_block_rss_client` -- LOCK TABLES `mdl_block_rss_client` WRITE; /*!40000 ALTER TABLE `mdl_block_rss_client` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_block_rss_client` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_blog_association` -- DROP TABLE IF EXISTS `mdl_blog_association`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_blog_association` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `blogid` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_blogasso_con_ix` (`contextid`), KEY `mdl_blogasso_blo_ix` (`blogid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Associations of blog entries with courses and module instanc'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_blog_association` -- LOCK TABLES `mdl_blog_association` WRITE; /*!40000 ALTER TABLE `mdl_blog_association` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_blog_association` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_blog_external` -- DROP TABLE IF EXISTS `mdl_blog_external`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_blog_external` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `filtertags` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `failedlastsync` tinyint(1) NOT NULL DEFAULT '0', `timemodified` bigint DEFAULT NULL, `timefetched` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_blogexte_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='External blog links used for RSS copying of blog entries to '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_blog_external` -- LOCK TABLES `mdl_blog_external` WRITE; /*!40000 ALTER TABLE `mdl_blog_external` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_blog_external` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_book` -- DROP TABLE IF EXISTS `mdl_book`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_book` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `introformat` smallint NOT NULL DEFAULT '0', `numbering` smallint NOT NULL DEFAULT '0', `navstyle` smallint NOT NULL DEFAULT '1', `customtitles` tinyint NOT NULL DEFAULT '0', `revision` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_book_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines book'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_book` -- LOCK TABLES `mdl_book` WRITE; /*!40000 ALTER TABLE `mdl_book` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_book` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_book_chapters` -- DROP TABLE IF EXISTS `mdl_book_chapters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_book_chapters` ( `id` bigint NOT NULL AUTO_INCREMENT, `bookid` bigint NOT NULL DEFAULT '0', `pagenum` bigint NOT NULL DEFAULT '0', `subchapter` bigint NOT NULL DEFAULT '0', `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `contentformat` smallint NOT NULL DEFAULT '0', `hidden` tinyint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `importsrc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `mdl_bookchap_boo_ix` (`bookid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines book_chapters'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_book_chapters` -- LOCK TABLES `mdl_book_chapters` WRITE; /*!40000 ALTER TABLE `mdl_book_chapters` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_book_chapters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_cache_filters` -- DROP TABLE IF EXISTS `mdl_cache_filters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_cache_filters` ( `id` bigint NOT NULL AUTO_INCREMENT, `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `version` bigint NOT NULL DEFAULT '0', `md5key` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_cachfilt_filmd5_ix` (`filter`,`md5key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='For keeping information about cached data'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_cache_filters` -- LOCK TABLES `mdl_cache_filters` WRITE; /*!40000 ALTER TABLE `mdl_cache_filters` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_cache_filters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_cache_flags` -- DROP TABLE IF EXISTS `mdl_cache_flags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_cache_flags` ( `id` bigint NOT NULL AUTO_INCREMENT, `flagtype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timemodified` bigint NOT NULL DEFAULT '0', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `expiry` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_cachflag_fla_ix` (`flagtype`), KEY `mdl_cachflag_nam_ix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=537 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Cache of time-sensitive flags'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_cache_flags` -- LOCK TABLES `mdl_cache_flags` WRITE; /*!40000 ALTER TABLE `mdl_cache_flags` DISABLE KEYS */; INSERT INTO `mdl_cache_flags` VALUES (536,'userpreferenceschanged','2',1773211492,'1',1773240292); /*!40000 ALTER TABLE `mdl_cache_flags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_capabilities` -- DROP TABLE IF EXISTS `mdl_capabilities`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_capabilities` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `captype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `contextlevel` bigint NOT NULL DEFAULT '0', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `riskbitmask` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_capa_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=714 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='this defines all capabilities'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_capabilities` -- LOCK TABLES `mdl_capabilities` WRITE; /*!40000 ALTER TABLE `mdl_capabilities` DISABLE KEYS */; INSERT INTO `mdl_capabilities` VALUES (1,'moodle/site:config','write',10,'moodle',62),(2,'moodle/site:configview','read',10,'moodle',0),(3,'moodle/site:readallmessages','read',10,'moodle',8),(4,'moodle/site:manageallmessaging','write',10,'moodle',8),(5,'moodle/site:deleteanymessage','write',10,'moodle',32),(6,'moodle/site:sendmessage','write',10,'moodle',16),(7,'moodle/site:senderrormessage','write',10,'moodle',16),(8,'moodle/site:deleteownmessage','write',10,'moodle',0),(9,'moodle/site:approvecourse','write',40,'moodle',4),(10,'moodle/backup:backupcourse','write',50,'moodle',28),(11,'moodle/backup:backupsection','write',50,'moodle',28),(12,'moodle/backup:backupactivity','write',70,'moodle',28),(13,'moodle/backup:backuptargetimport','read',50,'moodle',28),(14,'moodle/backup:downloadfile','write',50,'moodle',28),(15,'moodle/backup:configure','write',50,'moodle',28),(16,'moodle/backup:userinfo','read',50,'moodle',8),(17,'moodle/backup:anonymise','read',50,'moodle',8),(18,'moodle/restore:restorecourse','write',50,'moodle',28),(19,'moodle/restore:restoresection','write',50,'moodle',28),(20,'moodle/restore:restoreactivity','write',50,'moodle',28),(21,'moodle/restore:viewautomatedfilearea','write',50,'moodle',28),(22,'moodle/restore:restoretargetimport','write',50,'moodle',28),(23,'moodle/restore:uploadfile','write',50,'moodle',28),(24,'moodle/restore:configure','write',50,'moodle',28),(25,'moodle/restore:rolldates','write',50,'moodle',0),(26,'moodle/restore:userinfo','write',50,'moodle',30),(27,'moodle/restore:createuser','write',10,'moodle',24),(28,'moodle/site:manageblocks','write',80,'moodle',20),(29,'moodle/site:accessallgroups','read',70,'moodle',0),(30,'moodle/site:viewanonymousevents','read',70,'moodle',8),(31,'moodle/site:viewfullnames','read',70,'moodle',0),(32,'moodle/site:viewuseridentity','read',70,'moodle',0),(33,'moodle/site:viewreports','read',50,'moodle',8),(34,'moodle/site:trustcontent','write',70,'moodle',4),(35,'moodle/site:uploadusers','write',10,'moodle',24),(36,'moodle/filter:manage','write',50,'moodle',0),(37,'moodle/user:create','write',10,'moodle',24),(38,'moodle/user:delete','write',10,'moodle',40),(39,'moodle/user:update','write',10,'moodle',24),(40,'moodle/user:viewdetails','read',50,'moodle',0),(41,'moodle/user:viewalldetails','read',30,'moodle',8),(42,'moodle/user:viewlastip','read',30,'moodle',8),(43,'moodle/user:viewhiddendetails','read',50,'moodle',8),(44,'moodle/user:loginas','write',50,'moodle',30),(45,'moodle/user:managesyspages','write',10,'moodle',0),(46,'moodle/user:manageblocks','write',30,'moodle',0),(47,'moodle/user:manageownblocks','write',10,'moodle',0),(48,'moodle/user:manageownfiles','write',10,'moodle',0),(49,'moodle/user:ignoreuserquota','write',10,'moodle',0),(50,'moodle/my:configsyspages','write',10,'moodle',0),(51,'moodle/role:assign','write',50,'moodle',28),(52,'moodle/role:review','read',50,'moodle',8),(53,'moodle/role:override','write',50,'moodle',28),(54,'moodle/role:safeoverride','write',50,'moodle',16),(55,'moodle/role:manage','write',10,'moodle',28),(56,'moodle/role:switchroles','read',50,'moodle',12),(57,'moodle/category:manage','write',40,'moodle',4),(58,'moodle/category:viewcourselist','read',40,'moodle',0),(59,'moodle/category:viewhiddencategories','read',40,'moodle',0),(60,'moodle/cohort:manage','write',40,'moodle',0),(61,'moodle/cohort:assign','write',40,'moodle',0),(62,'moodle/cohort:view','read',50,'moodle',0),(63,'moodle/course:create','write',40,'moodle',4),(64,'moodle/course:creategroupconversations','write',50,'moodle',4),(65,'moodle/course:request','write',40,'moodle',0),(66,'moodle/course:delete','write',50,'moodle',32),(67,'moodle/course:update','write',50,'moodle',4),(68,'moodle/course:view','read',50,'moodle',0),(69,'moodle/course:enrolreview','read',50,'moodle',8),(70,'moodle/course:enrolconfig','write',50,'moodle',8),(71,'moodle/course:reviewotherusers','read',50,'moodle',0),(72,'moodle/course:bulkmessaging','write',50,'moodle',16),(73,'moodle/course:viewhiddenuserfields','read',50,'moodle',8),(74,'moodle/course:viewhiddencourses','read',50,'moodle',0),(75,'moodle/course:visibility','write',50,'moodle',0),(76,'moodle/course:managefiles','write',50,'moodle',4),(77,'moodle/course:ignoreavailabilityrestrictions','read',70,'moodle',0),(78,'moodle/course:ignorefilesizelimits','write',50,'moodle',0),(79,'moodle/course:manageactivities','write',70,'moodle',4),(80,'moodle/course:activityvisibility','write',70,'moodle',0),(81,'moodle/course:viewhiddenactivities','read',70,'moodle',0),(82,'moodle/course:viewparticipants','read',50,'moodle',0),(83,'moodle/course:changefullname','write',50,'moodle',4),(84,'moodle/course:changeshortname','write',50,'moodle',4),(85,'moodle/course:changelockedcustomfields','write',50,'moodle',16),(86,'moodle/course:configurecustomfields','write',10,'moodle',16),(87,'moodle/course:renameroles','write',50,'moodle',0),(88,'moodle/course:changeidnumber','write',50,'moodle',4),(89,'moodle/course:changecategory','write',50,'moodle',4),(90,'moodle/course:changesummary','write',50,'moodle',4),(91,'moodle/course:setforcedlanguage','write',50,'moodle',0),(92,'moodle/site:viewparticipants','read',10,'moodle',0),(93,'moodle/course:isincompletionreports','read',50,'moodle',0),(94,'moodle/course:viewscales','read',50,'moodle',0),(95,'moodle/course:managescales','write',50,'moodle',0),(96,'moodle/course:managegroups','write',50,'moodle',4),(97,'moodle/course:reset','write',50,'moodle',32),(98,'moodle/course:viewsuspendedusers','read',50,'moodle',0),(99,'moodle/course:tag','write',50,'moodle',16),(100,'moodle/blog:view','read',10,'moodle',0),(101,'moodle/blog:search','read',10,'moodle',0),(102,'moodle/blog:viewdrafts','read',10,'moodle',8),(103,'moodle/blog:create','write',10,'moodle',16),(104,'moodle/blog:manageentries','write',10,'moodle',16),(105,'moodle/blog:manageexternal','write',10,'moodle',16),(106,'moodle/calendar:manageownentries','write',50,'moodle',16),(107,'moodle/calendar:managegroupentries','write',50,'moodle',16),(108,'moodle/calendar:manageentries','write',50,'moodle',16),(109,'moodle/user:editprofile','write',30,'moodle',24),(110,'moodle/user:editownprofile','write',10,'moodle',16),(111,'moodle/user:changeownpassword','write',10,'moodle',0),(112,'moodle/user:readuserposts','read',30,'moodle',0),(113,'moodle/user:readuserblogs','read',30,'moodle',0),(114,'moodle/user:viewuseractivitiesreport','read',30,'moodle',8),(115,'moodle/user:editmessageprofile','write',30,'moodle',16),(116,'moodle/user:editownmessageprofile','write',10,'moodle',0),(117,'moodle/question:managecategory','write',50,'moodle',20),(118,'moodle/question:add','write',50,'moodle',20),(119,'moodle/question:editmine','write',50,'moodle',20),(120,'moodle/question:editall','write',50,'moodle',20),(121,'moodle/question:viewmine','read',50,'moodle',0),(122,'moodle/question:viewall','read',50,'moodle',0),(123,'moodle/question:usemine','read',50,'moodle',0),(124,'moodle/question:useall','read',50,'moodle',0),(125,'moodle/question:movemine','write',50,'moodle',0),(126,'moodle/question:moveall','write',50,'moodle',0),(127,'moodle/question:config','write',10,'moodle',2),(128,'moodle/question:flag','write',50,'moodle',0),(129,'moodle/question:tagmine','write',50,'moodle',0),(130,'moodle/question:tagall','write',50,'moodle',0),(131,'moodle/site:doclinks','read',10,'moodle',0),(132,'moodle/course:sectionvisibility','write',50,'moodle',0),(133,'moodle/course:useremail','write',50,'moodle',0),(134,'moodle/course:viewhiddensections','read',50,'moodle',0),(135,'moodle/course:setcurrentsection','write',50,'moodle',0),(136,'moodle/course:movesections','write',50,'moodle',0),(137,'moodle/site:mnetlogintoremote','read',10,'moodle',0),(138,'moodle/grade:viewall','read',50,'moodle',8),(139,'moodle/grade:view','read',50,'moodle',0),(140,'moodle/grade:viewhidden','read',50,'moodle',8),(141,'moodle/grade:import','write',50,'moodle',12),(142,'moodle/grade:export','read',50,'moodle',8),(143,'moodle/grade:manage','write',50,'moodle',12),(144,'moodle/grade:edit','write',50,'moodle',12),(145,'moodle/grade:managegradingforms','write',50,'moodle',12),(146,'moodle/grade:sharegradingforms','write',10,'moodle',4),(147,'moodle/grade:managesharedforms','write',10,'moodle',4),(148,'moodle/grade:manageoutcomes','write',50,'moodle',0),(149,'moodle/grade:manageletters','write',50,'moodle',0),(150,'moodle/grade:hide','write',50,'moodle',0),(151,'moodle/grade:lock','write',50,'moodle',0),(152,'moodle/grade:unlock','write',50,'moodle',0),(153,'moodle/my:manageblocks','write',10,'moodle',0),(154,'moodle/notes:view','read',50,'moodle',0),(155,'moodle/notes:manage','write',50,'moodle',16),(156,'moodle/tag:manage','write',10,'moodle',16),(157,'moodle/tag:edit','write',10,'moodle',16),(158,'moodle/tag:flag','write',10,'moodle',16),(159,'moodle/tag:editblocks','write',10,'moodle',0),(160,'moodle/block:view','read',80,'moodle',0),(161,'moodle/block:edit','write',80,'moodle',20),(162,'moodle/portfolio:export','read',10,'moodle',0),(163,'moodle/comment:view','read',50,'moodle',0),(164,'moodle/comment:post','write',50,'moodle',24),(165,'moodle/comment:delete','write',50,'moodle',32),(166,'moodle/webservice:createtoken','write',10,'moodle',62),(167,'moodle/webservice:managealltokens','write',10,'moodle',42),(168,'moodle/webservice:createmobiletoken','write',10,'moodle',24),(169,'moodle/rating:view','read',50,'moodle',0),(170,'moodle/rating:viewany','read',50,'moodle',8),(171,'moodle/rating:viewall','read',50,'moodle',8),(172,'moodle/rating:rate','write',50,'moodle',0),(173,'moodle/course:markcomplete','write',50,'moodle',0),(174,'moodle/course:overridecompletion','write',50,'moodle',0),(175,'moodle/badges:manageglobalsettings','write',10,'moodle',34),(176,'moodle/badges:viewbadges','read',50,'moodle',0),(177,'moodle/badges:manageownbadges','write',30,'moodle',0),(178,'moodle/badges:viewotherbadges','read',30,'moodle',0),(179,'moodle/badges:earnbadge','write',50,'moodle',0),(180,'moodle/badges:createbadge','write',50,'moodle',16),(181,'moodle/badges:deletebadge','write',50,'moodle',32),(182,'moodle/badges:configuredetails','write',50,'moodle',16),(183,'moodle/badges:configurecriteria','write',50,'moodle',4),(184,'moodle/badges:configuremessages','write',50,'moodle',16),(185,'moodle/badges:awardbadge','write',50,'moodle',16),(186,'moodle/badges:revokebadge','write',50,'moodle',16),(187,'moodle/badges:viewawarded','read',50,'moodle',8),(188,'moodle/site:forcelanguage','read',10,'moodle',0),(189,'moodle/search:query','read',10,'moodle',0),(190,'moodle/competency:competencymanage','write',40,'moodle',0),(191,'moodle/competency:competencyview','read',40,'moodle',0),(192,'moodle/competency:competencygrade','write',50,'moodle',0),(193,'moodle/competency:coursecompetencymanage','write',50,'moodle',0),(194,'moodle/competency:coursecompetencyconfigure','write',70,'moodle',0),(195,'moodle/competency:coursecompetencygradable','read',50,'moodle',0),(196,'moodle/competency:coursecompetencyview','read',50,'moodle',0),(197,'moodle/competency:evidencedelete','write',30,'moodle',0),(198,'moodle/competency:planmanage','write',30,'moodle',0),(199,'moodle/competency:planmanagedraft','write',30,'moodle',0),(200,'moodle/competency:planmanageown','write',30,'moodle',0),(201,'moodle/competency:planmanageowndraft','write',30,'moodle',0),(202,'moodle/competency:planview','read',30,'moodle',0),(203,'moodle/competency:planviewdraft','read',30,'moodle',0),(204,'moodle/competency:planviewown','read',30,'moodle',0),(205,'moodle/competency:planviewowndraft','read',30,'moodle',0),(206,'moodle/competency:planrequestreview','write',30,'moodle',0),(207,'moodle/competency:planrequestreviewown','write',30,'moodle',0),(208,'moodle/competency:planreview','write',30,'moodle',0),(209,'moodle/competency:plancomment','write',30,'moodle',0),(210,'moodle/competency:plancommentown','write',30,'moodle',0),(211,'moodle/competency:usercompetencyview','read',30,'moodle',0),(212,'moodle/competency:usercompetencyrequestreview','write',30,'moodle',0),(213,'moodle/competency:usercompetencyrequestreviewown','write',30,'moodle',0),(214,'moodle/competency:usercompetencyreview','write',30,'moodle',0),(215,'moodle/competency:usercompetencycomment','write',30,'moodle',0),(216,'moodle/competency:usercompetencycommentown','write',30,'moodle',0),(217,'moodle/competency:templatemanage','write',40,'moodle',0),(218,'moodle/analytics:listinsights','read',50,'moodle',8),(219,'moodle/analytics:managemodels','write',10,'moodle',2),(220,'moodle/competency:templateview','read',40,'moodle',0),(221,'moodle/competency:userevidencemanage','write',30,'moodle',0),(222,'moodle/competency:userevidencemanageown','write',30,'moodle',0),(223,'moodle/competency:userevidenceview','read',30,'moodle',0),(224,'moodle/site:maintenanceaccess','write',10,'moodle',0),(225,'moodle/site:messageanyuser','write',10,'moodle',16),(226,'moodle/site:managecontextlocks','write',70,'moodle',0),(227,'moodle/course:togglecompletion','write',70,'moodle',0),(228,'moodle/analytics:listowninsights','read',10,'moodle',0),(229,'moodle/h5p:setdisplayoptions','write',70,'moodle',0),(230,'moodle/h5p:deploy','write',70,'moodle',4),(231,'moodle/h5p:updatelibraries','write',70,'moodle',4),(232,'moodle/course:recommendactivity','write',10,'moodle',0),(233,'moodle/contentbank:access','read',50,'moodle',0),(234,'moodle/contentbank:upload','write',50,'moodle',16),(235,'moodle/contentbank:deleteanycontent','write',50,'moodle',32),(236,'moodle/contentbank:deleteowncontent','write',50,'moodle',0),(237,'moodle/contentbank:manageanycontent','write',50,'moodle',32),(238,'moodle/contentbank:manageowncontent','write',50,'moodle',0),(239,'moodle/contentbank:useeditor','write',50,'moodle',16),(240,'moodle/contentbank:downloadcontent','read',50,'moodle',0),(241,'moodle/course:downloadcoursecontent','read',50,'moodle',0),(242,'moodle/course:configuredownloadcontent','write',50,'moodle',0),(243,'moodle/payment:manageaccounts','write',50,'moodle',42),(244,'moodle/payment:viewpayments','read',50,'moodle',8),(245,'moodle/contentbank:viewunlistedcontent','read',50,'moodle',0),(246,'moodle/reportbuilder:view','read',10,'moodle',0),(247,'moodle/reportbuilder:edit','write',10,'moodle',0),(248,'moodle/reportbuilder:editall','write',10,'moodle',0),(249,'moodle/reportbuilder:scheduleviewas','read',10,'moodle',0),(250,'mod/assign:view','read',70,'mod_assign',0),(251,'mod/assign:submit','write',70,'mod_assign',0),(252,'mod/assign:grade','write',70,'mod_assign',4),(253,'mod/assign:exportownsubmission','read',70,'mod_assign',0),(254,'mod/assign:addinstance','write',50,'mod_assign',4),(255,'mod/assign:editothersubmission','write',70,'mod_assign',41),(256,'mod/assign:grantextension','write',70,'mod_assign',0),(257,'mod/assign:revealidentities','write',70,'mod_assign',0),(258,'mod/assign:reviewgrades','write',70,'mod_assign',0),(259,'mod/assign:releasegrades','write',70,'mod_assign',0),(260,'mod/assign:managegrades','write',70,'mod_assign',0),(261,'mod/assign:manageallocations','write',70,'mod_assign',0),(262,'mod/assign:viewgrades','read',70,'mod_assign',0),(263,'mod/assign:viewblinddetails','write',70,'mod_assign',8),(264,'mod/assign:receivegradernotifications','read',70,'mod_assign',0),(265,'mod/assign:manageoverrides','write',70,'mod_assign',0),(266,'mod/assign:showhiddengrader','read',70,'mod_assign',0),(267,'mod/assign:viewownsubmissionsummary','read',70,'mod_assign',0),(268,'mod/assignment:view','read',70,'mod_assignment',0),(269,'mod/assignment:addinstance','write',50,'mod_assignment',4),(270,'mod/assignment:submit','write',70,'mod_assignment',0),(271,'mod/assignment:grade','write',70,'mod_assignment',4),(272,'mod/assignment:exportownsubmission','read',70,'mod_assignment',0),(273,'mod/bigbluebuttonbn:addinstance','write',50,'mod_bigbluebuttonbn',4),(274,'mod/bigbluebuttonbn:addinstancewithmeeting','write',70,'mod_bigbluebuttonbn',0),(275,'mod/bigbluebuttonbn:addinstancewithrecording','write',70,'mod_bigbluebuttonbn',0),(276,'mod/bigbluebuttonbn:join','read',70,'mod_bigbluebuttonbn',0),(277,'mod/bigbluebuttonbn:view','read',70,'mod_bigbluebuttonbn',0),(278,'mod/bigbluebuttonbn:managerecordings','write',70,'mod_bigbluebuttonbn',0),(279,'mod/bigbluebuttonbn:publishrecordings','write',70,'mod_bigbluebuttonbn',0),(280,'mod/bigbluebuttonbn:unpublishrecordings','write',70,'mod_bigbluebuttonbn',0),(281,'mod/bigbluebuttonbn:protectrecordings','write',70,'mod_bigbluebuttonbn',0),(282,'mod/bigbluebuttonbn:unprotectrecordings','write',70,'mod_bigbluebuttonbn',0),(283,'mod/bigbluebuttonbn:deleterecordings','write',70,'mod_bigbluebuttonbn',0),(284,'mod/bigbluebuttonbn:importrecordings','write',70,'mod_bigbluebuttonbn',0),(285,'mod/book:addinstance','write',50,'mod_book',4),(286,'mod/book:read','read',70,'mod_book',0),(287,'mod/book:viewhiddenchapters','read',70,'mod_book',0),(288,'mod/book:edit','write',70,'mod_book',4),(289,'mod/chat:addinstance','write',50,'mod_chat',4),(290,'mod/chat:chat','write',70,'mod_chat',16),(291,'mod/chat:readlog','read',70,'mod_chat',0),(292,'mod/chat:deletelog','write',70,'mod_chat',0),(293,'mod/chat:exportparticipatedsession','read',70,'mod_chat',8),(294,'mod/chat:exportsession','read',70,'mod_chat',8),(295,'mod/chat:view','read',70,'mod_chat',0),(296,'mod/choice:addinstance','write',50,'mod_choice',4),(297,'mod/choice:choose','write',70,'mod_choice',0),(298,'mod/choice:readresponses','read',70,'mod_choice',0),(299,'mod/choice:deleteresponses','write',70,'mod_choice',0),(300,'mod/choice:downloadresponses','read',70,'mod_choice',0),(301,'mod/choice:view','read',70,'mod_choice',0),(302,'mod/data:addinstance','write',50,'mod_data',4),(303,'mod/data:viewentry','read',70,'mod_data',0),(304,'mod/data:writeentry','write',70,'mod_data',16),(305,'mod/data:comment','write',70,'mod_data',16),(306,'mod/data:rate','write',70,'mod_data',0),(307,'mod/data:viewrating','read',70,'mod_data',0),(308,'mod/data:viewanyrating','read',70,'mod_data',8),(309,'mod/data:viewallratings','read',70,'mod_data',8),(310,'mod/data:approve','write',70,'mod_data',16),(311,'mod/data:manageentries','write',70,'mod_data',16),(312,'mod/data:managecomments','write',70,'mod_data',16),(313,'mod/data:managetemplates','write',70,'mod_data',20),(314,'mod/data:viewalluserpresets','read',70,'mod_data',0),(315,'mod/data:manageuserpresets','write',70,'mod_data',20),(316,'mod/data:exportentry','read',70,'mod_data',8),(317,'mod/data:exportownentry','read',70,'mod_data',0),(318,'mod/data:exportallentries','read',70,'mod_data',8),(319,'mod/data:exportuserinfo','read',70,'mod_data',8),(320,'mod/data:view','read',70,'mod_data',0),(321,'mod/feedback:addinstance','write',50,'mod_feedback',4),(322,'mod/feedback:view','read',70,'mod_feedback',0),(323,'mod/feedback:complete','write',70,'mod_feedback',16),(324,'mod/feedback:viewanalysepage','read',70,'mod_feedback',8),(325,'mod/feedback:deletesubmissions','write',70,'mod_feedback',0),(326,'mod/feedback:mapcourse','write',70,'mod_feedback',0),(327,'mod/feedback:edititems','write',70,'mod_feedback',20),(328,'mod/feedback:createprivatetemplate','write',70,'mod_feedback',16),(329,'mod/feedback:createpublictemplate','write',70,'mod_feedback',16),(330,'mod/feedback:deletetemplate','write',70,'mod_feedback',0),(331,'mod/feedback:viewreports','read',70,'mod_feedback',8),(332,'mod/feedback:receivemail','read',70,'mod_feedback',8),(333,'mod/folder:addinstance','write',50,'mod_folder',4),(334,'mod/folder:view','read',70,'mod_folder',0),(335,'mod/folder:managefiles','write',70,'mod_folder',20),(336,'mod/forum:addinstance','write',50,'mod_forum',4),(337,'mod/forum:viewdiscussion','read',70,'mod_forum',0),(338,'mod/forum:viewhiddentimedposts','read',70,'mod_forum',0),(339,'mod/forum:startdiscussion','write',70,'mod_forum',16),(340,'mod/forum:replypost','write',70,'mod_forum',16),(341,'mod/forum:addnews','write',70,'mod_forum',16),(342,'mod/forum:replynews','write',70,'mod_forum',16),(343,'mod/forum:viewrating','read',70,'mod_forum',0),(344,'mod/forum:viewanyrating','read',70,'mod_forum',8),(345,'mod/forum:viewallratings','read',70,'mod_forum',8),(346,'mod/forum:rate','write',70,'mod_forum',0),(347,'mod/forum:postprivatereply','write',70,'mod_forum',0),(348,'mod/forum:readprivatereplies','read',70,'mod_forum',0),(349,'mod/forum:createattachment','write',70,'mod_forum',16),(350,'mod/forum:deleteownpost','write',70,'mod_forum',0),(351,'mod/forum:deleteanypost','write',70,'mod_forum',0),(352,'mod/forum:splitdiscussions','write',70,'mod_forum',0),(353,'mod/forum:movediscussions','write',70,'mod_forum',0),(354,'mod/forum:pindiscussions','write',70,'mod_forum',0),(355,'mod/forum:editanypost','write',70,'mod_forum',16),(356,'mod/forum:viewqandawithoutposting','read',70,'mod_forum',0),(357,'mod/forum:viewsubscribers','read',70,'mod_forum',0),(358,'mod/forum:managesubscriptions','write',70,'mod_forum',16),(359,'mod/forum:postwithoutthrottling','write',70,'mod_forum',16),(360,'mod/forum:exportdiscussion','read',70,'mod_forum',8),(361,'mod/forum:exportforum','read',70,'mod_forum',8),(362,'mod/forum:exportpost','read',70,'mod_forum',8),(363,'mod/forum:exportownpost','read',70,'mod_forum',8),(364,'mod/forum:addquestion','write',70,'mod_forum',16),(365,'mod/forum:allowforcesubscribe','read',70,'mod_forum',0),(366,'mod/forum:canposttomygroups','write',70,'mod_forum',0),(367,'mod/forum:canoverridediscussionlock','write',70,'mod_forum',0),(368,'mod/forum:canoverridecutoff','write',70,'mod_forum',0),(369,'mod/forum:cantogglefavourite','write',70,'mod_forum',0),(370,'mod/forum:grade','write',70,'mod_forum',0),(371,'mod/glossary:addinstance','write',50,'mod_glossary',4),(372,'mod/glossary:view','read',70,'mod_glossary',0),(373,'mod/glossary:write','write',70,'mod_glossary',16),(374,'mod/glossary:manageentries','write',70,'mod_glossary',16),(375,'mod/glossary:managecategories','write',70,'mod_glossary',16),(376,'mod/glossary:comment','write',70,'mod_glossary',16),(377,'mod/glossary:managecomments','write',70,'mod_glossary',16),(378,'mod/glossary:import','write',70,'mod_glossary',16),(379,'mod/glossary:export','read',70,'mod_glossary',0),(380,'mod/glossary:approve','write',70,'mod_glossary',16),(381,'mod/glossary:rate','write',70,'mod_glossary',0),(382,'mod/glossary:viewrating','read',70,'mod_glossary',0),(383,'mod/glossary:viewanyrating','read',70,'mod_glossary',8),(384,'mod/glossary:viewallratings','read',70,'mod_glossary',8),(385,'mod/glossary:exportentry','read',70,'mod_glossary',8),(386,'mod/glossary:exportownentry','read',70,'mod_glossary',0),(387,'mod/h5pactivity:view','read',70,'mod_h5pactivity',0),(388,'mod/h5pactivity:addinstance','write',50,'mod_h5pactivity',0),(389,'mod/h5pactivity:submit','write',70,'mod_h5pactivity',0),(390,'mod/h5pactivity:reviewattempts','read',70,'mod_h5pactivity',0),(391,'mod/imscp:view','read',70,'mod_imscp',0),(392,'mod/imscp:addinstance','write',50,'mod_imscp',4),(393,'mod/label:addinstance','write',50,'mod_label',4),(394,'mod/label:view','read',70,'mod_label',0),(395,'mod/lesson:addinstance','write',50,'mod_lesson',4),(396,'mod/lesson:edit','write',70,'mod_lesson',4),(397,'mod/lesson:grade','write',70,'mod_lesson',20),(398,'mod/lesson:viewreports','read',70,'mod_lesson',8),(399,'mod/lesson:manage','write',70,'mod_lesson',0),(400,'mod/lesson:manageoverrides','write',70,'mod_lesson',0),(401,'mod/lesson:view','read',70,'mod_lesson',0),(402,'mod/lti:view','read',70,'mod_lti',0),(403,'mod/lti:addinstance','write',50,'mod_lti',4),(404,'mod/lti:manage','write',70,'mod_lti',8),(405,'mod/lti:admin','write',70,'mod_lti',8),(406,'mod/lti:addcoursetool','write',50,'mod_lti',0),(407,'mod/lti:addpreconfiguredinstance','write',50,'mod_lti',0),(408,'mod/lti:addmanualinstance','write',50,'mod_lti',0),(409,'mod/lti:requesttooladd','write',50,'mod_lti',0),(410,'mod/page:view','read',70,'mod_page',0),(411,'mod/page:addinstance','write',50,'mod_page',4),(412,'mod/quiz:view','read',70,'mod_quiz',0),(413,'mod/quiz:addinstance','write',50,'mod_quiz',4),(414,'mod/quiz:attempt','write',70,'mod_quiz',16),(415,'mod/quiz:reviewmyattempts','read',70,'mod_quiz',0),(416,'mod/quiz:manage','write',70,'mod_quiz',16),(417,'mod/quiz:manageoverrides','write',70,'mod_quiz',0),(418,'mod/quiz:viewoverrides','read',70,'mod_quiz',0),(419,'mod/quiz:preview','write',70,'mod_quiz',0),(420,'mod/quiz:grade','write',70,'mod_quiz',20),(421,'mod/quiz:regrade','write',70,'mod_quiz',16),(422,'mod/quiz:viewreports','read',70,'mod_quiz',8),(423,'mod/quiz:deleteattempts','write',70,'mod_quiz',32),(424,'mod/quiz:ignoretimelimits','read',70,'mod_quiz',0),(425,'mod/quiz:emailconfirmsubmission','read',70,'mod_quiz',0),(426,'mod/quiz:emailnotifysubmission','read',70,'mod_quiz',0),(427,'mod/quiz:emailwarnoverdue','read',70,'mod_quiz',0),(428,'mod/quiz:emailnotifyattemptgraded','read',70,'mod_quiz',0),(429,'mod/resource:view','read',70,'mod_resource',0),(430,'mod/resource:addinstance','write',50,'mod_resource',4),(431,'mod/scorm:addinstance','write',50,'mod_scorm',4),(432,'mod/scorm:viewreport','read',70,'mod_scorm',0),(433,'mod/scorm:skipview','read',70,'mod_scorm',0),(434,'mod/scorm:savetrack','write',70,'mod_scorm',0),(435,'mod/scorm:viewscores','read',70,'mod_scorm',0),(436,'mod/scorm:deleteresponses','write',70,'mod_scorm',0),(437,'mod/scorm:deleteownresponses','write',70,'mod_scorm',0),(438,'mod/survey:addinstance','write',50,'mod_survey',4),(439,'mod/survey:participate','read',70,'mod_survey',0),(440,'mod/survey:readresponses','read',70,'mod_survey',0),(441,'mod/survey:download','read',70,'mod_survey',0),(442,'mod/url:view','read',70,'mod_url',0),(443,'mod/url:addinstance','write',50,'mod_url',4),(444,'mod/wiki:addinstance','write',50,'mod_wiki',4),(445,'mod/wiki:viewpage','read',70,'mod_wiki',0),(446,'mod/wiki:editpage','write',70,'mod_wiki',16),(447,'mod/wiki:createpage','write',70,'mod_wiki',16),(448,'mod/wiki:viewcomment','read',70,'mod_wiki',0),(449,'mod/wiki:editcomment','write',70,'mod_wiki',16),(450,'mod/wiki:managecomment','write',70,'mod_wiki',0),(451,'mod/wiki:managefiles','write',70,'mod_wiki',0),(452,'mod/wiki:overridelock','write',70,'mod_wiki',0),(453,'mod/wiki:managewiki','write',70,'mod_wiki',0),(454,'mod/workshop:view','read',70,'mod_workshop',0),(455,'mod/workshop:addinstance','write',50,'mod_workshop',4),(456,'mod/workshop:switchphase','write',70,'mod_workshop',0),(457,'mod/workshop:editdimensions','write',70,'mod_workshop',4),(458,'mod/workshop:submit','write',70,'mod_workshop',0),(459,'mod/workshop:peerassess','write',70,'mod_workshop',0),(460,'mod/workshop:manageexamples','write',70,'mod_workshop',0),(461,'mod/workshop:allocate','write',70,'mod_workshop',0),(462,'mod/workshop:publishsubmissions','write',70,'mod_workshop',0),(463,'mod/workshop:viewauthornames','read',70,'mod_workshop',0),(464,'mod/workshop:viewreviewernames','read',70,'mod_workshop',0),(465,'mod/workshop:viewallsubmissions','read',70,'mod_workshop',0),(466,'mod/workshop:viewpublishedsubmissions','read',70,'mod_workshop',0),(467,'mod/workshop:viewauthorpublished','read',70,'mod_workshop',0),(468,'mod/workshop:viewallassessments','read',70,'mod_workshop',0),(469,'mod/workshop:overridegrades','write',70,'mod_workshop',0),(470,'mod/workshop:ignoredeadlines','write',70,'mod_workshop',0),(471,'mod/workshop:deletesubmissions','write',70,'mod_workshop',0),(472,'mod/workshop:exportsubmissions','read',70,'mod_workshop',0),(473,'auth/oauth2:managelinkedlogins','write',30,'auth_oauth2',0),(474,'enrol/category:synchronised','write',10,'enrol_category',0),(475,'enrol/category:config','write',50,'enrol_category',0),(476,'enrol/cohort:config','write',50,'enrol_cohort',0),(477,'enrol/cohort:unenrol','write',50,'enrol_cohort',0),(478,'enrol/database:unenrol','write',50,'enrol_database',0),(479,'enrol/database:config','write',50,'enrol_database',0),(480,'enrol/fee:config','write',50,'enrol_fee',0),(481,'enrol/fee:manage','write',50,'enrol_fee',0),(482,'enrol/fee:unenrol','write',50,'enrol_fee',0),(483,'enrol/fee:unenrolself','write',50,'enrol_fee',0),(484,'enrol/flatfile:manage','write',50,'enrol_flatfile',0),(485,'enrol/flatfile:unenrol','write',50,'enrol_flatfile',0),(486,'enrol/guest:config','write',50,'enrol_guest',0),(487,'enrol/imsenterprise:config','write',50,'enrol_imsenterprise',0),(488,'enrol/ldap:manage','write',50,'enrol_ldap',0),(489,'enrol/lti:config','write',50,'enrol_lti',0),(490,'enrol/lti:unenrol','write',50,'enrol_lti',0),(491,'enrol/manual:config','write',50,'enrol_manual',0),(492,'enrol/manual:enrol','write',50,'enrol_manual',0),(493,'enrol/manual:manage','write',50,'enrol_manual',0),(494,'enrol/manual:unenrol','write',50,'enrol_manual',0),(495,'enrol/manual:unenrolself','write',50,'enrol_manual',0),(496,'enrol/meta:config','write',50,'enrol_meta',0),(497,'enrol/meta:selectaslinked','read',50,'enrol_meta',0),(498,'enrol/meta:unenrol','write',50,'enrol_meta',0),(499,'enrol/mnet:config','write',50,'enrol_mnet',0),(500,'enrol/paypal:config','write',50,'enrol_paypal',0),(501,'enrol/paypal:manage','write',50,'enrol_paypal',0),(502,'enrol/paypal:unenrol','write',50,'enrol_paypal',0),(503,'enrol/paypal:unenrolself','write',50,'enrol_paypal',0),(504,'enrol/self:config','write',50,'enrol_self',0),(505,'enrol/self:manage','write',50,'enrol_self',0),(506,'enrol/self:holdkey','write',50,'enrol_self',0),(507,'enrol/self:unenrolself','write',50,'enrol_self',0),(508,'enrol/self:unenrol','write',50,'enrol_self',0),(509,'enrol/self:enrolself','write',50,'enrol_self',0),(510,'message/airnotifier:managedevice','write',10,'message_airnotifier',0),(511,'block/accessreview:addinstance','write',80,'block_accessreview',0),(512,'block/accessreview:view','read',80,'block_accessreview',0),(513,'block/activity_modules:addinstance','write',80,'block_activity_modules',20),(514,'block/activity_results:addinstance','write',80,'block_activity_results',20),(515,'block/admin_bookmarks:myaddinstance','write',10,'block_admin_bookmarks',0),(516,'block/admin_bookmarks:addinstance','write',80,'block_admin_bookmarks',20),(517,'block/badges:addinstance','read',80,'block_badges',0),(518,'block/badges:myaddinstance','read',10,'block_badges',8),(519,'block/blog_menu:addinstance','write',80,'block_blog_menu',20),(520,'block/blog_recent:addinstance','write',80,'block_blog_recent',20),(521,'block/blog_tags:addinstance','write',80,'block_blog_tags',20),(522,'block/calendar_month:myaddinstance','write',10,'block_calendar_month',0),(523,'block/calendar_month:addinstance','write',80,'block_calendar_month',20),(524,'block/calendar_upcoming:myaddinstance','write',10,'block_calendar_upcoming',0),(525,'block/calendar_upcoming:addinstance','write',80,'block_calendar_upcoming',20),(526,'block/comments:myaddinstance','write',10,'block_comments',0),(527,'block/comments:addinstance','write',80,'block_comments',20),(528,'block/completionstatus:addinstance','write',80,'block_completionstatus',20),(529,'block/course_list:myaddinstance','write',10,'block_course_list',0),(530,'block/course_list:addinstance','write',80,'block_course_list',20),(531,'block/course_summary:addinstance','write',80,'block_course_summary',20),(532,'block/feedback:addinstance','write',80,'block_feedback',20),(533,'block/globalsearch:myaddinstance','write',10,'block_globalsearch',0),(534,'block/globalsearch:addinstance','write',80,'block_globalsearch',0),(535,'block/glossary_random:myaddinstance','write',10,'block_glossary_random',0),(536,'block/glossary_random:addinstance','write',80,'block_glossary_random',20),(537,'block/html:myaddinstance','write',10,'block_html',0),(538,'block/html:addinstance','write',80,'block_html',20),(539,'block/login:addinstance','write',80,'block_login',20),(540,'block/lp:addinstance','write',10,'block_lp',0),(541,'block/lp:myaddinstance','write',10,'block_lp',0),(542,'block/mentees:myaddinstance','write',10,'block_mentees',0),(543,'block/mentees:addinstance','write',80,'block_mentees',20),(544,'block/mnet_hosts:myaddinstance','write',10,'block_mnet_hosts',0),(545,'block/mnet_hosts:addinstance','write',80,'block_mnet_hosts',20),(546,'block/myoverview:myaddinstance','write',10,'block_myoverview',0),(547,'block/myprofile:myaddinstance','write',10,'block_myprofile',0),(548,'block/myprofile:addinstance','write',80,'block_myprofile',20),(549,'block/navigation:myaddinstance','write',10,'block_navigation',0),(550,'block/navigation:addinstance','write',80,'block_navigation',20),(551,'block/news_items:myaddinstance','write',10,'block_news_items',0),(552,'block/news_items:addinstance','write',80,'block_news_items',20),(553,'block/online_users:myaddinstance','write',10,'block_online_users',0),(554,'block/online_users:addinstance','write',80,'block_online_users',20),(555,'block/online_users:viewlist','read',80,'block_online_users',0),(556,'block/private_files:myaddinstance','write',10,'block_private_files',0),(557,'block/private_files:addinstance','write',80,'block_private_files',20),(558,'block/recent_activity:addinstance','write',80,'block_recent_activity',20),(559,'block/recent_activity:viewaddupdatemodule','read',50,'block_recent_activity',0),(560,'block/recent_activity:viewdeletemodule','read',50,'block_recent_activity',0),(561,'block/recentlyaccessedcourses:myaddinstance','write',10,'block_recentlyaccessedcourses',0),(562,'block/recentlyaccesseditems:myaddinstance','write',10,'block_recentlyaccesseditems',0),(563,'block/rss_client:myaddinstance','write',10,'block_rss_client',0),(564,'block/rss_client:addinstance','write',80,'block_rss_client',20),(565,'block/rss_client:manageownfeeds','write',80,'block_rss_client',0),(566,'block/rss_client:manageanyfeeds','write',80,'block_rss_client',16),(567,'block/search_forums:addinstance','write',80,'block_search_forums',20),(568,'block/section_links:addinstance','write',80,'block_section_links',20),(569,'block/selfcompletion:addinstance','write',80,'block_selfcompletion',20),(570,'block/settings:myaddinstance','write',10,'block_settings',0),(571,'block/settings:addinstance','write',80,'block_settings',20),(572,'block/site_main_menu:addinstance','write',80,'block_site_main_menu',20),(573,'block/social_activities:addinstance','write',80,'block_social_activities',20),(574,'block/starredcourses:myaddinstance','write',10,'block_starredcourses',0),(575,'block/tag_flickr:addinstance','write',80,'block_tag_flickr',20),(576,'block/tag_youtube:addinstance','write',80,'block_tag_youtube',20),(577,'block/tags:myaddinstance','write',10,'block_tags',0),(578,'block/tags:addinstance','write',80,'block_tags',20),(579,'block/timeline:myaddinstance','write',10,'block_timeline',0),(580,'report/completion:view','read',50,'report_completion',8),(581,'report/courseoverview:view','read',10,'report_courseoverview',8),(582,'report/log:view','read',50,'report_log',8),(583,'report/log:viewtoday','read',50,'report_log',8),(584,'report/loglive:view','read',50,'report_loglive',8),(585,'report/outline:view','read',50,'report_outline',8),(586,'report/outline:viewuserreport','read',50,'report_outline',8),(587,'report/participation:view','read',50,'report_participation',8),(588,'report/performance:view','read',10,'report_performance',2),(589,'report/progress:view','read',50,'report_progress',8),(590,'report/questioninstances:view','read',10,'report_questioninstances',0),(591,'report/security:view','read',10,'report_security',2),(592,'report/stats:view','read',50,'report_stats',8),(593,'report/status:view','read',10,'report_status',2),(594,'report/usersessions:manageownsessions','write',30,'report_usersessions',0),(595,'gradeexport/ods:view','read',50,'gradeexport_ods',8),(596,'gradeexport/ods:publish','read',50,'gradeexport_ods',8),(597,'gradeexport/txt:view','read',50,'gradeexport_txt',8),(598,'gradeexport/txt:publish','read',50,'gradeexport_txt',8),(599,'gradeexport/xls:view','read',50,'gradeexport_xls',8),(600,'gradeexport/xls:publish','read',50,'gradeexport_xls',8),(601,'gradeexport/xml:view','read',50,'gradeexport_xml',8),(602,'gradeexport/xml:publish','read',50,'gradeexport_xml',8),(603,'gradeimport/csv:view','write',50,'gradeimport_csv',0),(604,'gradeimport/direct:view','write',50,'gradeimport_direct',0),(605,'gradeimport/xml:view','write',50,'gradeimport_xml',0),(606,'gradeimport/xml:publish','write',50,'gradeimport_xml',0),(607,'gradereport/grader:view','read',50,'gradereport_grader',8),(608,'gradereport/history:view','read',50,'gradereport_history',8),(609,'gradereport/outcomes:view','read',50,'gradereport_outcomes',8),(610,'gradereport/overview:view','read',50,'gradereport_overview',8),(611,'gradereport/singleview:view','read',50,'gradereport_singleview',8),(612,'gradereport/summary:view','read',50,'gradereport_summary',8),(613,'gradereport/user:view','read',50,'gradereport_user',8),(614,'webservice/rest:use','read',50,'webservice_rest',0),(615,'webservice/soap:use','read',50,'webservice_soap',0),(616,'repository/areafiles:view','read',70,'repository_areafiles',0),(617,'repository/contentbank:view','read',70,'repository_contentbank',0),(618,'repository/contentbank:accesscoursecontent','read',50,'repository_contentbank',0),(619,'repository/contentbank:accesscoursecategorycontent','read',40,'repository_contentbank',0),(620,'repository/contentbank:accessgeneralcontent','read',40,'repository_contentbank',0),(621,'repository/coursefiles:view','read',70,'repository_coursefiles',0),(622,'repository/dropbox:view','read',70,'repository_dropbox',0),(623,'repository/equella:view','read',70,'repository_equella',0),(624,'repository/filesystem:view','read',70,'repository_filesystem',0),(625,'repository/flickr:view','read',70,'repository_flickr',0),(626,'repository/flickr_public:view','read',70,'repository_flickr_public',0),(627,'repository/googledocs:view','read',70,'repository_googledocs',0),(628,'repository/local:view','read',70,'repository_local',0),(629,'repository/merlot:view','read',70,'repository_merlot',0),(630,'repository/nextcloud:view','read',70,'repository_nextcloud',0),(631,'repository/onedrive:view','read',70,'repository_onedrive',0),(632,'repository/recent:view','read',70,'repository_recent',0),(633,'repository/s3:view','read',70,'repository_s3',0),(634,'repository/upload:view','read',70,'repository_upload',0),(635,'repository/url:view','read',70,'repository_url',0),(636,'repository/user:view','read',70,'repository_user',0),(637,'repository/webdav:view','read',70,'repository_webdav',0),(638,'repository/wikimedia:view','read',70,'repository_wikimedia',0),(639,'repository/youtube:view','read',70,'repository_youtube',0),(640,'moodle/question:commentmine','write',50,'qbank_comment',0),(641,'moodle/question:commentall','write',50,'qbank_comment',0),(642,'qbank/customfields:changelockedcustomfields','write',50,'qbank_customfields',16),(643,'qbank/customfields:configurecustomfields','write',10,'qbank_customfields',16),(644,'qbank/customfields:viewhiddencustomfields','read',50,'qbank_customfields',0),(645,'tool/brickfield:viewcoursetools','read',50,'tool_brickfield',8),(646,'tool/brickfield:viewsystemtools','read',10,'tool_brickfield',2),(647,'tool/customlang:view','read',10,'tool_customlang',2),(648,'tool/customlang:edit','write',10,'tool_customlang',6),(649,'tool/customlang:export','read',10,'tool_customlang',2),(650,'tool/dataprivacy:managedatarequests','write',10,'tool_dataprivacy',60),(651,'tool/dataprivacy:requestdeleteforotheruser','write',10,'tool_dataprivacy',60),(652,'tool/dataprivacy:managedataregistry','write',10,'tool_dataprivacy',60),(653,'tool/dataprivacy:makedatarequestsforchildren','write',30,'tool_dataprivacy',24),(654,'tool/dataprivacy:makedatadeletionrequestsforchildren','write',30,'tool_dataprivacy',24),(655,'tool/dataprivacy:downloadownrequest','read',30,'tool_dataprivacy',0),(656,'tool/dataprivacy:downloadallrequests','read',30,'tool_dataprivacy',8),(657,'tool/dataprivacy:requestdelete','write',30,'tool_dataprivacy',32),(658,'tool/lpmigrate:frameworksmigrate','write',10,'tool_lpmigrate',0),(659,'tool/monitor:subscribe','read',50,'tool_monitor',8),(660,'tool/monitor:managerules','write',50,'tool_monitor',4),(661,'tool/monitor:managetool','write',10,'tool_monitor',4),(662,'tool/policy:accept','write',10,'tool_policy',0),(663,'tool/policy:acceptbehalf','write',30,'tool_policy',8),(664,'tool/policy:managedocs','write',10,'tool_policy',0),(665,'tool/policy:viewacceptances','read',10,'tool_policy',0),(666,'tool/recyclebin:deleteitems','write',50,'tool_recyclebin',32),(667,'tool/recyclebin:restoreitems','write',50,'tool_recyclebin',0),(668,'tool/recyclebin:viewitems','read',50,'tool_recyclebin',0),(669,'tool/uploaduser:uploaduserpictures','write',10,'tool_uploaduser',16),(670,'tool/usertours:managetours','write',10,'tool_usertours',4),(671,'contenttype/h5p:access','read',50,'contenttype_h5p',0),(672,'contenttype/h5p:upload','write',50,'contenttype_h5p',16),(673,'contenttype/h5p:useeditor','write',50,'contenttype_h5p',16),(674,'booktool/exportimscp:export','read',70,'booktool_exportimscp',0),(675,'booktool/importhtml:import','write',70,'booktool_importhtml',4),(676,'booktool/print:print','read',70,'booktool_print',0),(677,'forumreport/summary:view','read',70,'forumreport_summary',0),(678,'forumreport/summary:viewall','read',70,'forumreport_summary',8),(679,'quiz/grading:viewstudentnames','read',70,'quiz_grading',0),(680,'quiz/grading:viewidnumber','read',70,'quiz_grading',0),(681,'quiz/statistics:view','read',70,'quiz_statistics',0),(682,'quizaccess/seb:managetemplates','write',10,'quizaccess_seb',0),(683,'quizaccess/seb:bypassseb','read',70,'quizaccess_seb',0),(684,'quizaccess/seb:manage_seb_requiresafeexambrowser','write',70,'quizaccess_seb',0),(685,'quizaccess/seb:manage_seb_templateid','read',70,'quizaccess_seb',0),(686,'quizaccess/seb:manage_filemanager_sebconfigfile','write',70,'quizaccess_seb',0),(687,'quizaccess/seb:manage_seb_showsebdownloadlink','write',70,'quizaccess_seb',0),(688,'quizaccess/seb:manage_seb_allowedbrowserexamkeys','write',70,'quizaccess_seb',0),(689,'quizaccess/seb:manage_seb_linkquitseb','write',70,'quizaccess_seb',0),(690,'quizaccess/seb:manage_seb_userconfirmquit','write',70,'quizaccess_seb',0),(691,'quizaccess/seb:manage_seb_allowuserquitseb','write',70,'quizaccess_seb',0),(692,'quizaccess/seb:manage_seb_quitpassword','write',70,'quizaccess_seb',0),(693,'quizaccess/seb:manage_seb_allowreloadinexam','write',70,'quizaccess_seb',0),(694,'quizaccess/seb:manage_seb_showsebtaskbar','write',70,'quizaccess_seb',0),(695,'quizaccess/seb:manage_seb_showreloadbutton','write',70,'quizaccess_seb',0),(696,'quizaccess/seb:manage_seb_showtime','write',70,'quizaccess_seb',0),(697,'quizaccess/seb:manage_seb_showkeyboardlayout','write',70,'quizaccess_seb',0),(698,'quizaccess/seb:manage_seb_showwificontrol','write',70,'quizaccess_seb',0),(699,'quizaccess/seb:manage_seb_enableaudiocontrol','write',70,'quizaccess_seb',0),(700,'quizaccess/seb:manage_seb_muteonstartup','write',70,'quizaccess_seb',0),(701,'quizaccess/seb:manage_seb_allowspellchecking','write',70,'quizaccess_seb',0),(702,'quizaccess/seb:manage_seb_activateurlfiltering','write',70,'quizaccess_seb',0),(703,'quizaccess/seb:manage_seb_filterembeddedcontent','write',70,'quizaccess_seb',0),(704,'quizaccess/seb:manage_seb_expressionsallowed','write',70,'quizaccess_seb',0),(705,'quizaccess/seb:manage_seb_regexallowed','write',70,'quizaccess_seb',0),(706,'quizaccess/seb:manage_seb_expressionsblocked','write',70,'quizaccess_seb',0),(707,'quizaccess/seb:manage_seb_regexblocked','write',70,'quizaccess_seb',0),(708,'atto/h5p:addembed','write',70,'atto_h5p',0),(709,'atto/recordrtc:recordaudio','write',70,'atto_recordrtc',0),(710,'atto/recordrtc:recordvideo','write',70,'atto_recordrtc',0),(711,'tiny/h5p:addembed','write',70,'tiny_h5p',0),(712,'tiny/recordrtc:recordaudio','write',70,'tiny_recordrtc',0),(713,'tiny/recordrtc:recordvideo','write',70,'tiny_recordrtc',0); /*!40000 ALTER TABLE `mdl_capabilities` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_chat` -- DROP TABLE IF EXISTS `mdl_chat`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_chat` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `introformat` smallint NOT NULL DEFAULT '0', `keepdays` bigint NOT NULL DEFAULT '0', `studentlogs` smallint NOT NULL DEFAULT '0', `chattime` bigint NOT NULL DEFAULT '0', `schedule` smallint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_chat_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Each of these is a chat room'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_chat` -- LOCK TABLES `mdl_chat` WRITE; /*!40000 ALTER TABLE `mdl_chat` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_chat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_chat_messages` -- DROP TABLE IF EXISTS `mdl_chat_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_chat_messages` ( `id` bigint NOT NULL AUTO_INCREMENT, `chatid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', `issystem` tinyint(1) NOT NULL DEFAULT '0', `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `timestamp` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_chatmess_use_ix` (`userid`), KEY `mdl_chatmess_gro_ix` (`groupid`), KEY `mdl_chatmess_timcha_ix` (`timestamp`,`chatid`), KEY `mdl_chatmess_cha_ix` (`chatid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores all the actual chat messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_chat_messages` -- LOCK TABLES `mdl_chat_messages` WRITE; /*!40000 ALTER TABLE `mdl_chat_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_chat_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_chat_messages_current` -- DROP TABLE IF EXISTS `mdl_chat_messages_current`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_chat_messages_current` ( `id` bigint NOT NULL AUTO_INCREMENT, `chatid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', `issystem` tinyint(1) NOT NULL DEFAULT '0', `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `timestamp` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_chatmesscurr_use_ix` (`userid`), KEY `mdl_chatmesscurr_gro_ix` (`groupid`), KEY `mdl_chatmesscurr_timcha_ix` (`timestamp`,`chatid`), KEY `mdl_chatmesscurr_cha_ix` (`chatid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores current session'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_chat_messages_current` -- LOCK TABLES `mdl_chat_messages_current` WRITE; /*!40000 ALTER TABLE `mdl_chat_messages_current` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_chat_messages_current` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_chat_users` -- DROP TABLE IF EXISTS `mdl_chat_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_chat_users` ( `id` bigint NOT NULL AUTO_INCREMENT, `chatid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', `version` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `firstping` bigint NOT NULL DEFAULT '0', `lastping` bigint NOT NULL DEFAULT '0', `lastmessageping` bigint NOT NULL DEFAULT '0', `sid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `course` bigint NOT NULL DEFAULT '0', `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `mdl_chatuser_use_ix` (`userid`), KEY `mdl_chatuser_las_ix` (`lastping`), KEY `mdl_chatuser_gro_ix` (`groupid`), KEY `mdl_chatuser_cha_ix` (`chatid`), KEY `mdl_chatuser_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Keeps track of which users are in which chat rooms'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_chat_users` -- LOCK TABLES `mdl_chat_users` WRITE; /*!40000 ALTER TABLE `mdl_chat_users` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_chat_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_choice` -- DROP TABLE IF EXISTS `mdl_choice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_choice` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `introformat` smallint NOT NULL DEFAULT '0', `publish` tinyint NOT NULL DEFAULT '0', `showresults` tinyint NOT NULL DEFAULT '0', `display` smallint NOT NULL DEFAULT '0', `allowupdate` tinyint NOT NULL DEFAULT '0', `allowmultiple` tinyint NOT NULL DEFAULT '0', `showunanswered` tinyint NOT NULL DEFAULT '0', `includeinactive` tinyint NOT NULL DEFAULT '1', `limitanswers` tinyint NOT NULL DEFAULT '0', `timeopen` bigint NOT NULL DEFAULT '0', `timeclose` bigint NOT NULL DEFAULT '0', `showpreview` tinyint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', `showavailable` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_choi_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Available choices are stored here'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_choice` -- LOCK TABLES `mdl_choice` WRITE; /*!40000 ALTER TABLE `mdl_choice` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_choice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_choice_answers` -- DROP TABLE IF EXISTS `mdl_choice_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_choice_answers` ( `id` bigint NOT NULL AUTO_INCREMENT, `choiceid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `optionid` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_choiansw_use_ix` (`userid`), KEY `mdl_choiansw_cho_ix` (`choiceid`), KEY `mdl_choiansw_opt_ix` (`optionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='choices performed by users'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_choice_answers` -- LOCK TABLES `mdl_choice_answers` WRITE; /*!40000 ALTER TABLE `mdl_choice_answers` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_choice_answers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_choice_options` -- DROP TABLE IF EXISTS `mdl_choice_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_choice_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `choiceid` bigint NOT NULL DEFAULT '0', `text` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `maxanswers` bigint DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_choiopti_cho_ix` (`choiceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='available options to choice'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_choice_options` -- LOCK TABLES `mdl_choice_options` WRITE; /*!40000 ALTER TABLE `mdl_choice_options` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_choice_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_cohort` -- DROP TABLE IF EXISTS `mdl_cohort`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_cohort` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `descriptionformat` tinyint NOT NULL, `visible` tinyint(1) NOT NULL DEFAULT '1', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_coho_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Each record represents one cohort (aka site-wide group).'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_cohort` -- LOCK TABLES `mdl_cohort` WRITE; /*!40000 ALTER TABLE `mdl_cohort` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_cohort` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_cohort_members` -- DROP TABLE IF EXISTS `mdl_cohort_members`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_cohort_members` ( `id` bigint NOT NULL AUTO_INCREMENT, `cohortid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `timeadded` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_cohomemb_cohuse_uix` (`cohortid`,`userid`), KEY `mdl_cohomemb_coh_ix` (`cohortid`), KEY `mdl_cohomemb_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Link a user to a cohort.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_cohort_members` -- LOCK TABLES `mdl_cohort_members` WRITE; /*!40000 ALTER TABLE `mdl_cohort_members` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_cohort_members` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_comments` -- DROP TABLE IF EXISTS `mdl_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_comments` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `commentarea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemid` bigint NOT NULL, `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `format` tinyint NOT NULL DEFAULT '0', `userid` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_comm_concomite_ix` (`contextid`,`commentarea`,`itemid`), KEY `mdl_comm_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='moodle comments module'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_comments` -- LOCK TABLES `mdl_comments` WRITE; /*!40000 ALTER TABLE `mdl_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency` -- DROP TABLE IF EXISTS `mdl_competency`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_competency` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `descriptionformat` smallint NOT NULL DEFAULT '0', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `competencyframeworkid` bigint NOT NULL, `parentid` bigint NOT NULL DEFAULT '0', `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sortorder` bigint NOT NULL, `ruletype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `ruleoutcome` tinyint NOT NULL DEFAULT '0', `ruleconfig` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `scaleid` bigint DEFAULT NULL, `scaleconfiguration` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_comp_comidn_uix` (`competencyframeworkid`,`idnumber`), KEY `mdl_comp_rul_ix` (`ruleoutcome`), KEY `mdl_comp_sca_ix` (`scaleid`), KEY `mdl_comp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table contains the master record of each competency in '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency` -- LOCK TABLES `mdl_competency` WRITE; /*!40000 ALTER TABLE `mdl_competency` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_coursecomp` -- DROP TABLE IF EXISTS `mdl_competency_coursecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_competency_coursecomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `competencyid` bigint NOT NULL, `ruleoutcome` tinyint NOT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, `sortorder` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_compcour_coucom_uix` (`courseid`,`competencyid`), KEY `mdl_compcour_courul_ix` (`courseid`,`ruleoutcome`), KEY `mdl_compcour_cou2_ix` (`courseid`), KEY `mdl_compcour_com_ix` (`competencyid`), KEY `mdl_compcour_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a course.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_coursecomp` -- LOCK TABLES `mdl_competency_coursecomp` WRITE; /*!40000 ALTER TABLE `mdl_competency_coursecomp` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_coursecomp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_coursecompsetting` -- DROP TABLE IF EXISTS `mdl_competency_coursecompsetting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_competency_coursecompsetting` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `pushratingstouserplans` tinyint DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_compcour_cou_uix` (`courseid`), KEY `mdl_compcour_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table contains the course specific settings for compete'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_coursecompsetting` -- LOCK TABLES `mdl_competency_coursecompsetting` WRITE; /*!40000 ALTER TABLE `mdl_competency_coursecompsetting` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_coursecompsetting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_evidence` -- DROP TABLE IF EXISTS `mdl_competency_evidence`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_competency_evidence` ( `id` bigint NOT NULL AUTO_INCREMENT, `usercompetencyid` bigint NOT NULL, `contextid` bigint NOT NULL, `action` tinyint NOT NULL, `actionuserid` bigint DEFAULT NULL, `descidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `desccomponent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `desca` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `grade` bigint DEFAULT NULL, `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_compevid_use_ix` (`usercompetencyid`), KEY `mdl_compevid_con_ix` (`contextid`), KEY `mdl_compevid_act_ix` (`actionuserid`), KEY `mdl_compevid_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The evidence linked to a user competency'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_evidence` -- LOCK TABLES `mdl_competency_evidence` WRITE; /*!40000 ALTER TABLE `mdl_competency_evidence` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_evidence` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_framework` -- DROP TABLE IF EXISTS `mdl_competency_framework`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_competency_framework` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `contextid` bigint NOT NULL, `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `descriptionformat` smallint NOT NULL DEFAULT '0', `scaleid` bigint DEFAULT NULL, `scaleconfiguration` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `visible` tinyint NOT NULL DEFAULT '1', `taxonomies` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_compfram_idn_uix` (`idnumber`), KEY `mdl_compfram_con_ix` (`contextid`), KEY `mdl_compfram_sca_ix` (`scaleid`), KEY `mdl_compfram_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='List of competency frameworks.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_framework` -- LOCK TABLES `mdl_competency_framework` WRITE; /*!40000 ALTER TABLE `mdl_competency_framework` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_framework` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_modulecomp` -- DROP TABLE IF EXISTS `mdl_competency_modulecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_competency_modulecomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `cmid` bigint NOT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, `sortorder` bigint NOT NULL, `competencyid` bigint NOT NULL, `ruleoutcome` tinyint NOT NULL, `overridegrade` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_compmodu_cmicom_uix` (`cmid`,`competencyid`), KEY `mdl_compmodu_cmirul_ix` (`cmid`,`ruleoutcome`), KEY `mdl_compmodu_cmi_ix` (`cmid`), KEY `mdl_compmodu_com_ix` (`competencyid`), KEY `mdl_compmodu_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a module.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_modulecomp` -- LOCK TABLES `mdl_competency_modulecomp` WRITE; /*!40000 ALTER TABLE `mdl_competency_modulecomp` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_modulecomp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_plan` -- DROP TABLE IF EXISTS `mdl_competency_plan`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_competency_plan` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `descriptionformat` smallint NOT NULL DEFAULT '0', `userid` bigint NOT NULL, `templateid` bigint DEFAULT NULL, `origtemplateid` bigint DEFAULT NULL, `status` tinyint(1) NOT NULL, `duedate` bigint DEFAULT '0', `reviewerid` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL DEFAULT '0', `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_compplan_usesta_ix` (`userid`,`status`), KEY `mdl_compplan_tem_ix` (`templateid`), KEY `mdl_compplan_stadue_ix` (`status`,`duedate`), KEY `mdl_compplan_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Learning plans'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_plan` -- LOCK TABLES `mdl_competency_plan` WRITE; /*!40000 ALTER TABLE `mdl_competency_plan` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_plan` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_plancomp` -- DROP TABLE IF EXISTS `mdl_competency_plancomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_competency_plancomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `planid` bigint NOT NULL, `competencyid` bigint NOT NULL, `sortorder` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_compplan_placom_uix` (`planid`,`competencyid`), KEY `mdl_compplan_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Plan competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_plancomp` -- LOCK TABLES `mdl_competency_plancomp` WRITE; /*!40000 ALTER TABLE `mdl_competency_plancomp` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_plancomp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_relatedcomp` -- DROP TABLE IF EXISTS `mdl_competency_relatedcomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_competency_relatedcomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `competencyid` bigint NOT NULL, `relatedcompetencyid` bigint NOT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_comprela_com_ix` (`competencyid`), KEY `mdl_comprela_rel_ix` (`relatedcompetencyid`), KEY `mdl_comprela_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Related competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_relatedcomp` -- LOCK TABLES `mdl_competency_relatedcomp` WRITE; /*!40000 ALTER TABLE `mdl_competency_relatedcomp` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_relatedcomp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_template` -- DROP TABLE IF EXISTS `mdl_competency_template`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_competency_template` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `contextid` bigint NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `descriptionformat` smallint NOT NULL DEFAULT '0', `visible` tinyint NOT NULL DEFAULT '1', `duedate` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_comptemp_con_ix` (`contextid`), KEY `mdl_comptemp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Learning plan templates.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_template` -- LOCK TABLES `mdl_competency_template` WRITE; /*!40000 ALTER TABLE `mdl_competency_template` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_template` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_templatecohort` -- DROP TABLE IF EXISTS `mdl_competency_templatecohort`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_competency_templatecohort` ( `id` bigint NOT NULL AUTO_INCREMENT, `templateid` bigint NOT NULL, `cohortid` bigint NOT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_comptemp_temcoh_uix` (`templateid`,`cohortid`), KEY `mdl_comptemp_tem2_ix` (`templateid`), KEY `mdl_comptemp_use3_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_templatecohort` -- LOCK TABLES `mdl_competency_templatecohort` WRITE; /*!40000 ALTER TABLE `mdl_competency_templatecohort` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_templatecohort` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_templatecomp` -- DROP TABLE IF EXISTS `mdl_competency_templatecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_competency_templatecomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `templateid` bigint NOT NULL, `competencyid` bigint NOT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, `sortorder` bigint DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_comptemp_tem_ix` (`templateid`), KEY `mdl_comptemp_com_ix` (`competencyid`), KEY `mdl_comptemp_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a learning plan template.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_templatecomp` -- LOCK TABLES `mdl_competency_templatecomp` WRITE; /*!40000 ALTER TABLE `mdl_competency_templatecomp` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_templatecomp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_usercomp` -- DROP TABLE IF EXISTS `mdl_competency_usercomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_competency_usercomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `competencyid` bigint NOT NULL, `status` tinyint NOT NULL DEFAULT '0', `reviewerid` bigint DEFAULT NULL, `proficiency` tinyint DEFAULT NULL, `grade` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_compuser_usecom_uix` (`userid`,`competencyid`), KEY `mdl_compuser_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='User competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_usercomp` -- LOCK TABLES `mdl_competency_usercomp` WRITE; /*!40000 ALTER TABLE `mdl_competency_usercomp` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_usercomp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_usercompcourse` -- DROP TABLE IF EXISTS `mdl_competency_usercompcourse`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_competency_usercompcourse` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `courseid` bigint NOT NULL, `competencyid` bigint NOT NULL, `proficiency` tinyint DEFAULT NULL, `grade` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_compuser_usecoucom_uix` (`userid`,`courseid`,`competencyid`), KEY `mdl_compuser_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='User competencies in a course'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_usercompcourse` -- LOCK TABLES `mdl_competency_usercompcourse` WRITE; /*!40000 ALTER TABLE `mdl_competency_usercompcourse` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_usercompcourse` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_usercompplan` -- DROP TABLE IF EXISTS `mdl_competency_usercompplan`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_competency_usercompplan` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `competencyid` bigint NOT NULL, `planid` bigint NOT NULL, `proficiency` tinyint DEFAULT NULL, `grade` bigint DEFAULT NULL, `sortorder` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_compuser_usecompla_uix` (`userid`,`competencyid`,`planid`), KEY `mdl_compuser_use3_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='User competencies plans'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_usercompplan` -- LOCK TABLES `mdl_competency_usercompplan` WRITE; /*!40000 ALTER TABLE `mdl_competency_usercompplan` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_usercompplan` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_userevidence` -- DROP TABLE IF EXISTS `mdl_competency_userevidence`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_competency_userevidence` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `descriptionformat` tinyint(1) NOT NULL, `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_compuser_use4_ix` (`userid`), KEY `mdl_compuser_use5_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The evidence of prior learning'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_userevidence` -- LOCK TABLES `mdl_competency_userevidence` WRITE; /*!40000 ALTER TABLE `mdl_competency_userevidence` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_userevidence` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_competency_userevidencecomp` -- DROP TABLE IF EXISTS `mdl_competency_userevidencecomp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_competency_userevidencecomp` ( `id` bigint NOT NULL AUTO_INCREMENT, `userevidenceid` bigint NOT NULL, `competencyid` bigint NOT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_compuser_usecom2_uix` (`userevidenceid`,`competencyid`), KEY `mdl_compuser_use6_ix` (`userevidenceid`), KEY `mdl_compuser_use7_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Relationship between user evidence and competencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_competency_userevidencecomp` -- LOCK TABLES `mdl_competency_userevidencecomp` WRITE; /*!40000 ALTER TABLE `mdl_competency_userevidencecomp` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_competency_userevidencecomp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_config` -- DROP TABLE IF EXISTS `mdl_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_conf_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=589 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Moodle configuration variables'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_config` -- LOCK TABLES `mdl_config` WRITE; /*!40000 ALTER TABLE `mdl_config` DISABLE KEYS */; INSERT INTO `mdl_config` VALUES (2,'rolesactive','1'),(3,'auth','email'),(4,'enrol_plugins_enabled','manual,guest,self,cohort'),(5,'theme','moove'),(6,'filter_multilang_converted','1'),(7,'siteidentifier','OFnhbHBRAYIs1v9hkbZ7FTCB8PsGLvgTmoo.cultivarts.org'),(8,'backup_version','2022112800'),(9,'backup_release','4.1'),(10,'mnet_dispatcher_mode','off'),(11,'sessiontimeout','28800'),(12,'stringfilters',''),(13,'filterall','0'),(14,'texteditors','atto,tinymce,textarea,tiny'),(15,'antiviruses',''),(16,'media_plugins_sortorder','videojs,youtube'),(17,'upgrade_extracreditweightsstepignored','1'),(18,'upgrade_calculatedgradeitemsignored','1'),(19,'upgrade_letterboundarycourses','1'),(20,'mnet_localhost_id','1'),(21,'mnet_all_hosts_id','2'),(22,'siteguest','1'),(23,'siteadmins','2'),(24,'themerev','1773158253'),(25,'jsrev','1772553926'),(26,'templaterev','1772553926'),(27,'gdversion','2'),(28,'licenses','unknown,allrightsreserved,public,cc-4.0,cc-nc-4.0,cc-nd-4.0,cc-nc-nd-4.0,cc-nc-sa-4.0,cc-sa-4.0'),(29,'sitedefaultlicense','unknown'),(30,'version','2022112808'),(31,'enableuserfeedback','0'),(32,'userfeedback_nextreminder','1'),(33,'userfeedback_remindafter','90'),(34,'enableoutcomes','0'),(35,'usecomments','1'),(36,'usetags','0'),(37,'enablenotes','0'),(38,'enableportfolios','0'),(39,'enablewebservices','0'),(40,'enablestats','0'),(41,'enablerssfeeds','0'),(42,'enableblogs','0'),(43,'enablecompletion','1'),(44,'completiondefault','1'),(45,'enableavailability','1'),(46,'enableplagiarism','0'),(47,'enablebadges','0'),(48,'enableglobalsearch','0'),(49,'allowstealth','0'),(50,'enableanalytics','0'),(51,'messaging','0'),(52,'enablecustomreports','0'),(53,'allowemojipicker','1'),(54,'userfiltersdefault','realname'),(55,'defaultpreference_maildisplay','2'),(56,'defaultpreference_mailformat','1'),(57,'defaultpreference_maildigest','0'),(58,'defaultpreference_autosubscribe','1'),(59,'defaultpreference_trackforums','0'),(60,'defaultpreference_core_contentbank_visibility','1'),(61,'enroladminnewcourse','1'),(62,'autologinguests','0'),(63,'hiddenuserfields',''),(64,'showuseridentity','email'),(65,'fullnamedisplay','language'),(66,'alternativefullnameformat','language'),(67,'maxusersperpage','100'),(68,'enablegravatar','0'),(69,'gravatardefaulturl','mm'),(70,'agedigitalconsentverification','0'),(71,'agedigitalconsentmap','*, 16\nAT, 14\nBE, 13\nBG, 14\nCY, 14\nCZ, 15\nDK, 13\nEE, 13\nES, 14\nFI, 13\nFR, 15\nGB, 13\nGR, 15\nIT, 14\nLT, 14\nLV, 13\nMT, 13\nNO, 13\nPT, 13\nSE, 13\nUS, 13'),(72,'sitepolicy',''),(73,'sitepolicyguest',''),(74,'downloadcoursecontentallowed','0'),(75,'maxsizeperdownloadcoursefile','52428800'),(76,'enablecourserequests','1'),(77,'defaultrequestcategory','1'),(78,'lockrequestcategory','0'),(79,'courserequestnotify',''),(80,'activitychoosertabmode','0'),(81,'activitychooseractivefooter','tool_moodlenet'),(82,'enableasyncbackup','0'),(83,'grade_profilereport','user'),(84,'grade_aggregationposition','1'),(85,'grade_includescalesinaggregation','1'),(86,'grade_hiddenasdate','0'),(87,'gradepublishing','0'),(88,'grade_export_exportfeedback','0'),(89,'grade_export_displaytype','1'),(90,'grade_export_decimalpoints','2'),(91,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email'),(92,'grade_export_customprofilefields',''),(93,'recovergradesdefault','0'),(94,'gradeexport',''),(95,'unlimitedgrades','0'),(96,'grade_report_showmin','1'),(97,'gradepointmax','100'),(98,'gradepointdefault','100'),(99,'grade_minmaxtouse','1'),(100,'grade_mygrades_report','overview'),(101,'gradereport_mygradeurl',''),(102,'grade_hideforcedsettings','1'),(103,'grade_aggregation','13'),(104,'grade_aggregation_flag','0'),(105,'grade_aggregations_visible','13'),(106,'grade_aggregateonlygraded','1'),(107,'grade_aggregateonlygraded_flag','2'),(108,'grade_aggregateoutcomes','0'),(109,'grade_aggregateoutcomes_flag','2'),(110,'grade_keephigh','0'),(111,'grade_keephigh_flag','3'),(112,'grade_droplow','0'),(113,'grade_droplow_flag','2'),(114,'grade_overridecat','1'),(115,'grade_displaytype','1'),(116,'grade_decimalpoints','2'),(117,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime'),(118,'grade_report_studentsperpage','100'),(119,'grade_report_showonlyactiveenrol','1'),(120,'grade_report_quickgrading','1'),(121,'grade_report_showquickfeedback','0'),(122,'grade_report_meanselection','1'),(123,'grade_report_enableajax','0'),(124,'grade_report_showcalculations','1'),(125,'grade_report_showeyecons','0'),(126,'grade_report_showaverages','1'),(127,'grade_report_showlocks','0'),(128,'grade_report_showranges','0'),(129,'grade_report_showanalysisicon','1'),(130,'grade_report_showuserimage','1'),(131,'grade_report_showactivityicons','1'),(132,'grade_report_shownumberofgrades','0'),(133,'grade_report_averagesdisplaytype','inherit'),(134,'grade_report_rangesdisplaytype','inherit'),(135,'grade_report_averagesdecimalpoints','inherit'),(136,'grade_report_rangesdecimalpoints','inherit'),(137,'grade_report_historyperpage','50'),(138,'grade_report_overview_showrank','0'),(139,'grade_report_overview_showtotalsifcontainhidden','0'),(140,'grade_report_user_showrank','0'),(141,'grade_report_user_showpercentage','1'),(142,'grade_report_user_showgrade','1'),(143,'grade_report_user_showfeedback','1'),(144,'grade_report_user_showrange','1'),(145,'grade_report_user_showweight','1'),(146,'grade_report_user_showaverage','0'),(147,'grade_report_user_showlettergrade','0'),(148,'grade_report_user_rangedecimals','0'),(149,'grade_report_user_showhiddenitems','1'),(150,'grade_report_user_showtotalsifcontainhidden','0'),(151,'grade_report_user_showcontributiontocoursetotal','1'),(152,'badges_defaultissuername',''),(153,'badges_defaultissuercontact',''),(154,'badges_badgesalt','badges1689953263'),(155,'badges_allowcoursebadges','1'),(156,'badges_allowexternalbackpack','1'),(157,'rememberuserlicensepref','1'),(159,'forcetimezone','99'),(160,'country','0'),(161,'defaultcity',''),(162,'geoip2file','/datadrive/moodledata/geoip/GeoLite2-City.mmdb'),(163,'googlemapkey3',''),(164,'allcountrycodes',''),(165,'autolang','1'),(166,'lang','zh_tw'),(167,'autolangusercreation','1'),(168,'langmenu','1'),(169,'langlist',''),(170,'langrev','1772741945'),(171,'langcache','1'),(172,'langstringcache','1'),(173,'locale',''),(174,'latinexcelexport','0'),(175,'messagingallusers','0'),(176,'messagingdefaultpressenter','1'),(177,'messagingdeletereadnotificationsdelay','604800'),(178,'messagingdeleteallnotificationsdelay','2620800'),(179,'messagingallowemailoverride','0'),(180,'repositorycacheexpire','120'),(181,'repositorygetfiletimeout','30'),(182,'repositorysyncfiletimeout','1'),(183,'repositorysyncimagetimeout','3'),(184,'repositoryallowexternallinks','1'),(185,'legacyfilesinnewcourses','0'),(186,'legacyfilesaddallowed','1'),(187,'filteruploadedfiles','0'),(188,'filtermatchoneperpage','0'),(189,'filtermatchonepertext','0'),(190,'filternavigationwithsystemcontext','0'),(191,'requiremodintro','0'),(192,'media_default_width','640'),(193,'media_default_height','360'),(195,'authloginviaemail','0'),(196,'allowaccountssameemail','0'),(197,'authpreventaccountcreation','0'),(198,'loginpageautofocus','0'),(199,'guestloginbutton','1'),(200,'limitconcurrentlogins','0'),(201,'alternateloginurl',''),(202,'forgottenpasswordurl',''),(203,'auth_instructions',''),(204,'allowemailaddresses',''),(205,'denyemailaddresses',''),(206,'verifychangedemail','1'),(207,'recaptchapublickey',''),(208,'recaptchaprivatekey',''),(209,'searchengine','simpledb'),(210,'searchindexwhendisabled','0'),(211,'searchindextime','600'),(212,'searchallavailablecourses','0'),(213,'searchincludeallcourses','0'),(214,'searchenablecategories','0'),(215,'searchdefaultcategory','core-all'),(216,'searchhideallcategory','0'),(217,'searchmaxtopresults','3'),(218,'searchteacherroles',''),(219,'searchenginequeryonly',''),(220,'searchbannerenable','0'),(221,'searchbanner',''),(222,'portfolio_moderate_filesize_threshold','1048576'),(223,'portfolio_high_filesize_threshold','5242880'),(224,'portfolio_moderate_db_threshold','20'),(225,'portfolio_high_db_threshold','50'),(226,'allowbeforeblock','0'),(227,'allowedip',''),(228,'blockedip',''),(229,'protectusernames','1'),(230,'forcelogin','0'),(231,'forceloginforprofiles','1'),(232,'forceloginforprofileimage','0'),(233,'opentowebcrawlers','0'),(234,'allowindexing','0'),(235,'maxbytes','0'),(236,'userquota','104857600'),(237,'allowobjectembed','0'),(238,'enabletrusttext','0'),(239,'maxeditingtime','3600'),(240,'extendedusernamechars','0'),(241,'keeptagnamecase','1'),(242,'profilesforenrolledusersonly','1'),(243,'cronclionly','1'),(244,'cronremotepassword',''),(245,'lockoutthreshold','0'),(246,'lockoutwindow','1800'),(247,'lockoutduration','1800'),(248,'passwordpolicy','1'),(249,'minpasswordlength','8'),(250,'minpassworddigits','1'),(251,'minpasswordlower','1'),(252,'minpasswordupper','1'),(253,'minpasswordnonalphanum','1'),(254,'maxconsecutiveidentchars','0'),(255,'passwordpolicycheckonlogin','0'),(256,'passwordreuselimit','0'),(257,'pwresettime','1800'),(258,'passwordchangelogout','0'),(259,'passwordchangetokendeletion','0'),(260,'tokenduration','7257600'),(261,'groupenrolmentkeypolicy','1'),(262,'disableuserimages','0'),(263,'emailchangeconfirmation','1'),(264,'rememberusername','2'),(265,'strictformsrequired','0'),(266,'cookiesecure','1'),(267,'cookiehttponly','0'),(268,'allowframembedding','0'),(269,'curlsecurityblockedhosts','127.0.0.1\n192.168.0.0/16\n10.0.0.0/8\n172.16.0.0/12\n0.0.0.0\nlocalhost\n169.254.169.254\n0000::1'),(270,'curlsecurityallowedport','443\n80'),(271,'referrerpolicy','default'),(272,'displayloginfailures','0'),(273,'notifyloginfailures',''),(274,'notifyloginthreshold','10'),(275,'themelist',''),(276,'themedesignermode','0'),(277,'allowuserthemes','0'),(278,'allowcoursethemes','0'),(279,'allowcategorythemes','0'),(280,'allowcohortthemes','0'),(281,'allowthemechangeonurl','0'),(282,'allowuserblockhiding','1'),(283,'langmenuinsecurelayout','0'),(284,'logininfoinsecurelayout','0'),(285,'custommenuitems',''),(286,'customusermenuitems',''),(287,'enabledevicedetection','1'),(288,'devicedetectregex','[]'),(289,'calendartype','gregorian'),(290,'calendar_adminseesall','0'),(291,'calendar_site_timeformat','0'),(292,'calendar_startwday','1'),(293,'calendar_weekend','65'),(294,'calendar_lookahead','21'),(295,'calendar_maxevents','10'),(296,'enablecalendarexport','1'),(297,'calendar_customexport','1'),(298,'calendar_exportlookahead','365'),(299,'calendar_exportlookback','5'),(300,'calendar_exportsalt','lj3j7uCFVOAa0JCS0bL3gpCEL0YJxh0VWcuJ8faGIx3L33TjLDjvOiJ4KLwS'),(301,'calendar_showicalsource','1'),(302,'useblogassociations','1'),(303,'bloglevel','4'),(304,'useexternalblogs','1'),(305,'externalblogcrontime','86400'),(306,'maxexternalblogsperuser','1'),(307,'blogusecomments','1'),(308,'blogshowcommentscount','1'),(309,'enabledashboard','0'),(310,'defaulthomepage','0'),(311,'navshowfullcoursenames','0'),(312,'navshowcategories','0'),(313,'navshowmycoursecategories','0'),(314,'navshowallcourses','0'),(315,'navsortmycoursessort','sortorder'),(316,'navsortmycourseshiddenlast','1'),(317,'navcourselimit','10'),(318,'usesitenameforsitepages','0'),(319,'linkadmincategories','1'),(320,'linkcoursesections','0'),(321,'navshowfrontpagemods','1'),(322,'navadduserpostslinks','1'),(323,'formatstringstriptags','1'),(324,'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\"}]'),(325,'docroot','https://docs.moodle.org'),(326,'doclang',''),(327,'doctonewwindow','0'),(328,'coursecontactduplicates','0'),(329,'courselistshortnames','0'),(330,'coursesperpage','20'),(331,'courseswithsummarieslimit','10'),(332,'courseoverviewfileslimit','1'),(333,'courseoverviewfilesext','web_image'),(334,'coursegraceperiodbefore','0'),(335,'coursegraceperiodafter','0'),(336,'useexternalyui','0'),(337,'yuicomboloading','1'),(338,'cachejs','1'),(339,'additionalhtmlhead',''),(340,'additionalhtmltopofbody',''),(341,'additionalhtmlfooter',''),(342,'cachetemplates','1'),(343,'pathtophp',''),(344,'pathtodu',''),(345,'aspellpath',''),(346,'pathtodot',''),(347,'pathtogs','/usr/bin/gs'),(348,'pathtopdftoppm',''),(349,'pathtopython',''),(350,'supportname','用戶 管理'),(351,'supportpage',''),(352,'supportavailability','1'),(353,'dbsessions','0'),(354,'sessiontimeoutwarning','1200'),(355,'sessioncookie',''),(356,'sessioncookiepath',''),(357,'sessioncookiedomain',''),(358,'statsfirstrun','none'),(359,'statsmaxruntime','0'),(360,'statsruntimedays','31'),(361,'statsuserthreshold','0'),(362,'slasharguments','1'),(363,'getremoteaddrconf','3'),(364,'reverseproxyignore',''),(365,'proxyhost',''),(366,'proxyport','0'),(367,'proxytype','HTTP'),(368,'proxyuser',''),(369,'proxypassword',''),(370,'proxybypass','localhost, 127.0.0.1'),(371,'proxylogunsafe','0'),(372,'proxyfixunsafe','0'),(373,'maintenance_enabled','0'),(374,'maintenance_message',''),(375,'deleteunconfirmed','168'),(376,'deleteincompleteusers','0'),(377,'disablegradehistory','0'),(378,'gradehistorylifetime','0'),(379,'tempdatafoldercleanup','168'),(380,'filescleanupperiod','86400'),(381,'extramemorylimit','512M'),(382,'maxtimelimit','0'),(383,'curlcache','120'),(384,'curltimeoutkbitrate','56'),(385,'cron_enabled','1'),(386,'task_scheduled_concurrency_limit','3'),(387,'task_scheduled_max_runtime','1800'),(388,'task_adhoc_concurrency_limit','3'),(389,'task_adhoc_max_runtime','1800'),(390,'task_logmode','1'),(391,'task_logtostdout','1'),(392,'task_logretention','2419200'),(393,'task_logretainruns','20'),(394,'smtphosts','smtp.gmail.com:465'),(395,'smtpsecure','ssl'),(396,'smtpauthtype','LOGIN'),(397,'smtpuser','mailer@peoplemoverstheatre.org'),(398,'smtppass','rrbxqmnrfklbtfax'),(399,'smtpmaxbulk','1'),(400,'noreplyaddress','noreply@cultivarts.org'),(401,'allowedemaildomains',''),(402,'divertallemailsto',''),(403,'divertallemailsexcept',''),(404,'emaildkimselector',''),(405,'sitemailcharset','0'),(406,'allowusermailcharset','0'),(407,'allowattachments','1'),(408,'mailnewline','LF'),(409,'emailfromvia','1'),(410,'emailsubjectprefix',''),(411,'emailheaders',''),(412,'updateautocheck','1'),(413,'updateminmaturity','200'),(414,'updatenotifybuilds','0'),(415,'enablewsdocumentation','0'),(416,'customreportslimit','0'),(417,'customreportsliveediting','1'),(418,'dndallowtextandlinks','0'),(419,'pathtosassc',''),(420,'contextlocking','0'),(421,'contextlockappliestoadmin','1'),(422,'forceclean','0'),(423,'enablecourserelativedates','0'),(424,'debug','32767'),(425,'debugdisplay','1'),(426,'perfdebug','7'),(427,'debugstringids','0'),(428,'debugsqltrace','0'),(429,'debugvalidators','0'),(430,'debugpageinfo','0'),(431,'profilingenabled','0'),(432,'profilingincluded',''),(433,'profilingexcluded',''),(434,'profilingautofrec','0'),(435,'profilingallowme','0'),(436,'profilingallowall','0'),(437,'profilingslow','0'),(438,'profilinglifetime','1440'),(439,'profilingimportprefix','(I)'),(440,'allowguestmymoodle','0'),(441,'release','4.1.8 (Build: 20231222)'),(442,'localcachedirpurged','1772553926'),(443,'scheduledtaskreset','1772553926'),(444,'paygw_plugins_sortorder','paypal'),(445,'allversionshash','1446a1919fb1a9c5435dd021b4dac1637c87f30a'),(447,'registrationpending','0'),(448,'branch','401'),(449,'enableaccessibilitytools','0'),(450,'notloggedinroleid','6'),(451,'guestroleid','6'),(452,'defaultuserroleid','7'),(453,'creatornewroleid','3'),(454,'restorernewroleid','3'),(455,'sitepolicyhandler',''),(456,'gradebookroles','5'),(457,'h5plibraryhandler','h5plib_v124'),(458,'airnotifierurl','https://messages.moodle.net'),(459,'airnotifierport','443'),(460,'airnotifiermobileappname','com.moodle.moodlemobile'),(461,'airnotifierappname','commoodlemoodlemobile'),(462,'airnotifieraccesskey','6fa4460bcf1c720a322c26e9d06e9596'),(463,'filter_multilang_force_old','0'),(464,'glossary_entbypage','10'),(465,'glossary_dupentries','0'),(466,'glossary_allowcomments','0'),(467,'glossary_linkbydefault','1'),(468,'glossary_defaultapproval','1'),(469,'glossary_enablerssfeeds','0'),(470,'glossary_linkentries','0'),(471,'glossary_casesensitive','0'),(472,'glossary_fullmatch','0'),(473,'feedback_allowfullanonymous','0'),(474,'chat_method','ajax'),(475,'chat_refresh_userlist','10'),(476,'chat_old_ping','35'),(477,'chat_refresh_room','5'),(478,'chat_normal_updatemode','jsupdate'),(479,'chat_serverhost','www.cultivarts.org'),(480,'chat_serverip','127.0.0.1'),(481,'chat_serverport','9111'),(482,'chat_servermax','100'),(483,'forum_displaymode','3'),(484,'forum_shortpost','300'),(485,'forum_longpost','600'),(486,'forum_manydiscussions','100'),(487,'forum_maxbytes','512000'),(488,'forum_maxattachments','9'),(489,'forum_subscription','0'),(490,'forum_trackingtype','1'),(491,'forum_trackreadposts','1'),(492,'forum_allowforcedreadtracking','0'),(493,'forum_oldpostdays','14'),(494,'forum_usermarksread','0'),(495,'forum_cleanreadtime','2'),(496,'digestmailtime','17'),(497,'forum_enablerssfeeds','0'),(498,'forum_enabletimedposts','1'),(499,'bigbluebuttonbn_default_dpa_accepted','0'),(500,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/'),(501,'bigbluebuttonbn_shared_secret','0b21fcaf34673a8c3ec8ed877d76ae34'),(502,'bigbluebuttonbn_poll_interval','5'),(503,'bigbluebuttonbn_welcome_default',''),(504,'bigbluebuttonbn_welcome_editable','1'),(505,'bigbluebuttonbn_recording_default','1'),(506,'bigbluebuttonbn_recording_refresh_period','300'),(507,'bigbluebuttonbn_recording_editable','1'),(508,'bigbluebuttonbn_recording_all_from_start_default','0'),(509,'bigbluebuttonbn_recording_all_from_start_editable','0'),(510,'bigbluebuttonbn_recording_hide_button_default','0'),(511,'bigbluebuttonbn_recording_hide_button_editable','0'),(512,'bigbluebuttonbn_importrecordings_enabled','0'),(513,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0'),(514,'bigbluebuttonbn_recordings_deleted_default','1'),(515,'bigbluebuttonbn_recordings_deleted_editable','0'),(516,'bigbluebuttonbn_recordings_imported_default','0'),(517,'bigbluebuttonbn_recordings_imported_editable','1'),(518,'bigbluebuttonbn_recordings_preview_default','1'),(519,'bigbluebuttonbn_recordings_preview_editable','0'),(520,'bigbluebuttonbn_recordings_asc_sort','0'),(521,'bigbluebuttonbn_recording_protect_editable','1'),(522,'bigbluebuttonbn_waitformoderator_default','0'),(523,'bigbluebuttonbn_waitformoderator_editable','1'),(524,'bigbluebuttonbn_waitformoderator_ping_interval','10'),(525,'bigbluebuttonbn_waitformoderator_cache_ttl','60'),(526,'bigbluebuttonbn_voicebridge_editable','0'),(527,'bigbluebuttonbn_preuploadpresentation_editable','0'),(528,'bigbluebuttonbn_userlimit_default','0'),(529,'bigbluebuttonbn_userlimit_editable','0'),(530,'bigbluebuttonbn_participant_moderator_default','0'),(531,'bigbluebuttonbn_muteonstart_default','0'),(532,'bigbluebuttonbn_muteonstart_editable','0'),(533,'bigbluebuttonbn_disablecam_default','0'),(534,'bigbluebuttonbn_disablecam_editable','1'),(535,'bigbluebuttonbn_disablemic_default','0'),(536,'bigbluebuttonbn_disablemic_editable','1'),(537,'bigbluebuttonbn_disableprivatechat_default','0'),(538,'bigbluebuttonbn_disableprivatechat_editable','1'),(539,'bigbluebuttonbn_disablepublicchat_default','0'),(540,'bigbluebuttonbn_disablepublicchat_editable','1'),(541,'bigbluebuttonbn_disablenote_default','0'),(542,'bigbluebuttonbn_disablenote_editable','1'),(543,'bigbluebuttonbn_hideuserlist_default','0'),(544,'bigbluebuttonbn_hideuserlist_editable','1'),(545,'bigbluebuttonbn_recordingready_enabled','0'),(546,'bigbluebuttonbn_meetingevents_enabled','0'),(547,'bigbluebuttonbn_guestaccess_enabled','0'),(548,'data_enablerssfeeds','0'),(549,'block_course_list_adminview','all'),(550,'block_course_list_hideallcourseslink','0'),(551,'block_online_users_timetosee','5'),(552,'block_online_users_onlinestatushiding','1'),(553,'block_rss_client_num_entries','5'),(554,'block_rss_client_timeout','30'),(555,'block_html_allowcssclasses','0'),(556,'logguests','1'),(557,'loglifetime','0'),(558,'pathtounoconv','/usr/bin/unoconv'),(559,'profileroles','3,4,5'),(560,'coursecontact','3'),(561,'frontpage',''),(562,'frontpageloggedin','6'),(563,'maxcategorydepth','2'),(564,'frontpagecourselimit','200'),(565,'commentsperpage','15'),(566,'defaultfrontpageroleid','8'),(567,'messageinbound_enabled','0'),(568,'messageinbound_mailbox',''),(569,'messageinbound_domain',''),(570,'messageinbound_host',''),(571,'messageinbound_hostssl','ssl'),(572,'messageinbound_hostuser',''),(573,'messageinbound_hostpass',''),(574,'mobilecssurl',''),(575,'webserviceprotocols','rest'),(576,'enablemobilewebservice','0'),(577,'timezone','Asia/Taipei'),(578,'registerauth',''),(579,'supportemail','vincentwclin@gmail.com'),(580,'scorm_updatetimelast','1773158402'),(582,'fileslastcleanup','1773161712'),(583,'reposecretkey','1691064525CyYhxgzrchup4AWLjlCjTozms0N8hLDZ'),(584,'updatecronoffset','12813'),(586,'converter_plugins_sortorder','unoconv'),(588,'sitenameintitle','shortname'); /*!40000 ALTER TABLE `mdl_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_config_log` -- DROP TABLE IF EXISTS `mdl_config_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_config_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `timemodified` bigint NOT NULL, `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `oldvalue` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `mdl_conflog_tim_ix` (`timemodified`), KEY `mdl_conflog_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=1905 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Changes done in server configuration through admin UI'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_config_log` -- LOCK TABLES `mdl_config_log` WRITE; /*!40000 ALTER TABLE `mdl_config_log` DISABLE KEYS */; INSERT INTO `mdl_config_log` VALUES (1,0,1689953286,NULL,'enableuserfeedback','0',NULL),(2,0,1689953286,NULL,'userfeedback_nextreminder','1',NULL),(3,0,1689953286,NULL,'userfeedback_remindafter','90',NULL),(4,0,1689953286,NULL,'enableoutcomes','0',NULL),(5,0,1689953286,NULL,'usecomments','1',NULL),(6,0,1689953286,NULL,'usetags','1',NULL),(7,0,1689953286,NULL,'enablenotes','1',NULL),(8,0,1689953286,NULL,'enableportfolios','0',NULL),(9,0,1689953286,NULL,'enablewebservices','0',NULL),(10,0,1689953286,NULL,'enablestats','0',NULL),(11,0,1689953286,NULL,'enablerssfeeds','0',NULL),(12,0,1689953286,NULL,'enableblogs','1',NULL),(13,0,1689953286,NULL,'enablecompletion','1',NULL),(14,0,1689953286,NULL,'completiondefault','1',NULL),(15,0,1689953286,NULL,'enableavailability','1',NULL),(16,0,1689953286,NULL,'enableplagiarism','0',NULL),(17,0,1689953286,NULL,'enablebadges','1',NULL),(18,0,1689953286,NULL,'enableglobalsearch','0',NULL),(19,0,1689953286,NULL,'allowstealth','0',NULL),(20,0,1689953286,NULL,'enableanalytics','1',NULL),(21,0,1689953286,'core_competency','enabled','1',NULL),(22,0,1689953286,NULL,'messaging','1',NULL),(23,0,1689953286,NULL,'enablecustomreports','1',NULL),(24,0,1689953286,NULL,'allowemojipicker','1',NULL),(25,0,1689953286,NULL,'userfiltersdefault','realname',NULL),(26,0,1689953287,NULL,'defaultpreference_maildisplay','2',NULL),(27,0,1689953287,NULL,'defaultpreference_mailformat','1',NULL),(28,0,1689953287,NULL,'defaultpreference_maildigest','0',NULL),(29,0,1689953287,NULL,'defaultpreference_autosubscribe','1',NULL),(30,0,1689953287,NULL,'defaultpreference_trackforums','0',NULL),(31,0,1689953287,NULL,'defaultpreference_core_contentbank_visibility','1',NULL),(32,0,1689953287,NULL,'enroladminnewcourse','1',NULL),(33,0,1689953287,NULL,'autologinguests','0',NULL),(34,0,1689953287,NULL,'hiddenuserfields','',NULL),(35,0,1689953287,NULL,'showuseridentity','email',NULL),(36,0,1689953287,NULL,'fullnamedisplay','language',NULL),(37,0,1689953287,NULL,'alternativefullnameformat','language',NULL),(38,0,1689953287,NULL,'maxusersperpage','100',NULL),(39,0,1689953287,NULL,'enablegravatar','0',NULL),(40,0,1689953287,NULL,'gravatardefaulturl','mm',NULL),(41,0,1689953287,NULL,'agedigitalconsentverification','0',NULL),(42,0,1689953287,NULL,'agedigitalconsentmap','*, 16\nAT, 14\nBE, 13\nBG, 14\nCY, 14\nCZ, 15\nDK, 13\nEE, 13\nES, 14\nFI, 13\nFR, 15\nGB, 13\nGR, 15\nIT, 14\nLT, 14\nLV, 13\nMT, 13\nNO, 13\nPT, 13\nSE, 13\nUS, 13',NULL),(43,0,1689953287,NULL,'sitepolicy','',NULL),(44,0,1689953287,NULL,'sitepolicyguest','',NULL),(45,0,1689953287,'moodlecourse','visible','1',NULL),(46,0,1689953287,'moodlecourse','downloadcontentsitedefault','0',NULL),(47,0,1689953287,'moodlecourse','participantsperpage','20',NULL),(48,0,1689953287,'moodlecourse','format','topics',NULL),(49,0,1689953287,'moodlecourse','maxsections','52',NULL),(50,0,1689953287,'moodlecourse','numsections','4',NULL),(51,0,1689953287,'moodlecourse','hiddensections','1',NULL),(52,0,1689953287,'moodlecourse','coursedisplay','0',NULL),(53,0,1689953287,'moodlecourse','courseenddateenabled','1',NULL),(54,0,1689953287,'moodlecourse','courseduration','31536000',NULL),(55,0,1689953287,'moodlecourse','lang','',NULL),(56,0,1689953287,'moodlecourse','newsitems','5',NULL),(57,0,1689953287,'moodlecourse','showgrades','1',NULL),(58,0,1689953287,'moodlecourse','showreports','0',NULL),(59,0,1689953287,'moodlecourse','showactivitydates','1',NULL),(60,0,1689953288,'moodlecourse','maxbytes','0',NULL),(61,0,1689953288,'moodlecourse','enablecompletion','1',NULL),(62,0,1689953288,'moodlecourse','showcompletionconditions','1',NULL),(63,0,1689953288,'moodlecourse','groupmode','0',NULL),(64,0,1689953288,'moodlecourse','groupmodeforce','0',NULL),(65,0,1689953288,NULL,'downloadcoursecontentallowed','0',NULL),(66,0,1689953288,NULL,'maxsizeperdownloadcoursefile','52428800',NULL),(67,0,1689953288,NULL,'enablecourserequests','1',NULL),(68,0,1689953288,NULL,'defaultrequestcategory','1',NULL),(69,0,1689953288,NULL,'lockrequestcategory','0',NULL),(70,0,1689953288,NULL,'courserequestnotify','',NULL),(71,0,1689953288,NULL,'activitychoosertabmode','0',NULL),(72,0,1689953288,NULL,'activitychooseractivefooter','hidden',NULL),(73,0,1689953288,'backup','loglifetime','30',NULL),(74,0,1689953288,'backup','backup_general_users','1',NULL),(75,0,1689953288,'backup','backup_general_users_locked','',NULL),(76,0,1689953288,'backup','backup_general_anonymize','0',NULL),(77,0,1689953288,'backup','backup_general_anonymize_locked','',NULL),(78,0,1689953288,'backup','backup_general_role_assignments','1',NULL),(79,0,1689953288,'backup','backup_general_role_assignments_locked','',NULL),(80,0,1689953288,'backup','backup_general_activities','1',NULL),(81,0,1689953288,'backup','backup_general_activities_locked','',NULL),(82,0,1689953288,'backup','backup_general_blocks','1',NULL),(83,0,1689953288,'backup','backup_general_blocks_locked','',NULL),(84,0,1689953288,'backup','backup_general_files','1',NULL),(85,0,1689953288,'backup','backup_general_files_locked','',NULL),(86,0,1689953288,'backup','backup_general_filters','1',NULL),(87,0,1689953288,'backup','backup_general_filters_locked','',NULL),(88,0,1689953288,'backup','backup_general_comments','1',NULL),(89,0,1689953288,'backup','backup_general_comments_locked','',NULL),(90,0,1689953288,'backup','backup_general_badges','1',NULL),(91,0,1689953288,'backup','backup_general_badges_locked','',NULL),(92,0,1689953288,'backup','backup_general_calendarevents','1',NULL),(93,0,1689953288,'backup','backup_general_calendarevents_locked','',NULL),(94,0,1689953288,'backup','backup_general_userscompletion','1',NULL),(95,0,1689953288,'backup','backup_general_userscompletion_locked','',NULL),(96,0,1689953288,'backup','backup_general_logs','0',NULL),(97,0,1689953288,'backup','backup_general_logs_locked','',NULL),(98,0,1689953288,'backup','backup_general_histories','0',NULL),(99,0,1689953289,'backup','backup_general_histories_locked','',NULL),(100,0,1689953289,'backup','backup_general_questionbank','1',NULL),(101,0,1689953289,'backup','backup_general_questionbank_locked','',NULL),(102,0,1689953289,'backup','backup_general_groups','1',NULL),(103,0,1689953289,'backup','backup_general_groups_locked','',NULL),(104,0,1689953289,'backup','backup_general_competencies','1',NULL),(105,0,1689953289,'backup','backup_general_competencies_locked','',NULL),(106,0,1689953289,'backup','backup_general_contentbankcontent','1',NULL),(107,0,1689953289,'backup','backup_general_contentbankcontent_locked','',NULL),(108,0,1689953289,'backup','backup_general_legacyfiles','1',NULL),(109,0,1689953289,'backup','backup_general_legacyfiles_locked','',NULL),(110,0,1689953289,'backup','import_general_maxresults','10',NULL),(111,0,1689953289,'backup','import_general_duplicate_admin_allowed','0',NULL),(112,0,1689953289,'backup','backup_import_permissions','0',NULL),(113,0,1689953289,'backup','backup_import_permissions_locked','',NULL),(114,0,1689953289,'backup','backup_import_activities','1',NULL),(115,0,1689953289,'backup','backup_import_activities_locked','',NULL),(116,0,1689953289,'backup','backup_import_blocks','1',NULL),(117,0,1689953289,'backup','backup_import_blocks_locked','',NULL),(118,0,1689953289,'backup','backup_import_filters','1',NULL),(119,0,1689953289,'backup','backup_import_filters_locked','',NULL),(120,0,1689953289,'backup','backup_import_calendarevents','1',NULL),(121,0,1689953289,'backup','backup_import_calendarevents_locked','',NULL),(122,0,1689953289,'backup','backup_import_questionbank','1',NULL),(123,0,1689953289,'backup','backup_import_questionbank_locked','',NULL),(124,0,1689953289,'backup','backup_import_groups','1',NULL),(125,0,1689953289,'backup','backup_import_groups_locked','',NULL),(126,0,1689953289,'backup','backup_import_competencies','1',NULL),(127,0,1689953289,'backup','backup_import_competencies_locked','',NULL),(128,0,1689953289,'backup','backup_import_contentbankcontent','1',NULL),(129,0,1689953289,'backup','backup_import_contentbankcontent_locked','',NULL),(130,0,1689953289,'backup','backup_import_legacyfiles','1',NULL),(131,0,1689953289,'backup','backup_import_legacyfiles_locked','',NULL),(132,0,1689953289,'backup','backup_auto_active','0',NULL),(133,0,1689953289,'backup','backup_auto_weekdays','0000000',NULL),(134,0,1689953289,'backup','backup_auto_hour','0',NULL),(135,0,1689953289,'backup','backup_auto_minute','0',NULL),(136,0,1689953289,'backup','backup_auto_storage','0',NULL),(137,0,1689953289,'backup','backup_auto_destination','',NULL),(138,0,1689953289,'backup','backup_auto_max_kept','1',NULL),(139,0,1689953289,'backup','backup_auto_delete_days','0',NULL),(140,0,1689953290,'backup','backup_auto_min_kept','0',NULL),(141,0,1689953290,'backup','backup_shortname','0',NULL),(142,0,1689953290,'backup','backup_auto_skip_hidden','1',NULL),(143,0,1689953290,'backup','backup_auto_skip_modif_days','30',NULL),(144,0,1689953290,'backup','backup_auto_skip_modif_prev','0',NULL),(145,0,1689953290,'backup','backup_auto_users','1',NULL),(146,0,1689953290,'backup','backup_auto_role_assignments','1',NULL),(147,0,1689953290,'backup','backup_auto_activities','1',NULL),(148,0,1689953290,'backup','backup_auto_blocks','1',NULL),(149,0,1689953290,'backup','backup_auto_files','1',NULL),(150,0,1689953290,'backup','backup_auto_filters','1',NULL),(151,0,1689953290,'backup','backup_auto_comments','1',NULL),(152,0,1689953290,'backup','backup_auto_badges','1',NULL),(153,0,1689953290,'backup','backup_auto_calendarevents','1',NULL),(154,0,1689953290,'backup','backup_auto_userscompletion','1',NULL),(155,0,1689953290,'backup','backup_auto_logs','0',NULL),(156,0,1689953290,'backup','backup_auto_histories','0',NULL),(157,0,1689953290,'backup','backup_auto_questionbank','1',NULL),(158,0,1689953290,'backup','backup_auto_groups','1',NULL),(159,0,1689953290,'backup','backup_auto_competencies','1',NULL),(160,0,1689953290,'backup','backup_auto_contentbankcontent','1',NULL),(161,0,1689953290,'backup','backup_auto_legacyfiles','1',NULL),(162,0,1689953290,'restore','restore_general_users','1',NULL),(163,0,1689953290,'restore','restore_general_users_locked','',NULL),(164,0,1689953290,'restore','restore_general_enrolments','1',NULL),(165,0,1689953290,'restore','restore_general_enrolments_locked','',NULL),(166,0,1689953290,'restore','restore_general_role_assignments','1',NULL),(167,0,1689953290,'restore','restore_general_role_assignments_locked','',NULL),(168,0,1689953290,'restore','restore_general_permissions','1',NULL),(169,0,1689953290,'restore','restore_general_permissions_locked','',NULL),(170,0,1689953290,'restore','restore_general_activities','1',NULL),(171,0,1689953290,'restore','restore_general_activities_locked','',NULL),(172,0,1689953290,'restore','restore_general_blocks','1',NULL),(173,0,1689953290,'restore','restore_general_blocks_locked','',NULL),(174,0,1689953290,'restore','restore_general_filters','1',NULL),(175,0,1689953290,'restore','restore_general_filters_locked','',NULL),(176,0,1689953290,'restore','restore_general_comments','1',NULL),(177,0,1689953290,'restore','restore_general_comments_locked','',NULL),(178,0,1689953290,'restore','restore_general_badges','1',NULL),(179,0,1689953290,'restore','restore_general_badges_locked','',NULL),(180,0,1689953291,'restore','restore_general_calendarevents','1',NULL),(181,0,1689953291,'restore','restore_general_calendarevents_locked','',NULL),(182,0,1689953291,'restore','restore_general_userscompletion','1',NULL),(183,0,1689953291,'restore','restore_general_userscompletion_locked','',NULL),(184,0,1689953291,'restore','restore_general_logs','1',NULL),(185,0,1689953291,'restore','restore_general_logs_locked','',NULL),(186,0,1689953291,'restore','restore_general_histories','1',NULL),(187,0,1689953291,'restore','restore_general_histories_locked','',NULL),(188,0,1689953291,'restore','restore_general_groups','1',NULL),(189,0,1689953291,'restore','restore_general_groups_locked','',NULL),(190,0,1689953291,'restore','restore_general_competencies','1',NULL),(191,0,1689953291,'restore','restore_general_competencies_locked','',NULL),(192,0,1689953291,'restore','restore_general_contentbankcontent','1',NULL),(193,0,1689953291,'restore','restore_general_contentbankcontent_locked','',NULL),(194,0,1689953291,'restore','restore_general_legacyfiles','1',NULL),(195,0,1689953291,'restore','restore_general_legacyfiles_locked','',NULL),(196,0,1689953291,'restore','restore_merge_overwrite_conf','0',NULL),(197,0,1689953291,'restore','restore_merge_overwrite_conf_locked','',NULL),(198,0,1689953291,'restore','restore_merge_course_fullname','1',NULL),(199,0,1689953291,'restore','restore_merge_course_fullname_locked','',NULL),(200,0,1689953291,'restore','restore_merge_course_shortname','1',NULL),(201,0,1689953291,'restore','restore_merge_course_shortname_locked','',NULL),(202,0,1689953291,'restore','restore_merge_course_startdate','1',NULL),(203,0,1689953291,'restore','restore_merge_course_startdate_locked','',NULL),(204,0,1689953291,'restore','restore_replace_overwrite_conf','0',NULL),(205,0,1689953291,'restore','restore_replace_overwrite_conf_locked','',NULL),(206,0,1689953291,'restore','restore_replace_course_fullname','1',NULL),(207,0,1689953291,'restore','restore_replace_course_fullname_locked','',NULL),(208,0,1689953291,'restore','restore_replace_course_shortname','1',NULL),(209,0,1689953291,'restore','restore_replace_course_shortname_locked','',NULL),(210,0,1689953291,'restore','restore_replace_course_startdate','1',NULL),(211,0,1689953291,'restore','restore_replace_course_startdate_locked','',NULL),(212,0,1689953291,'restore','restore_replace_keep_roles_and_enrolments','0',NULL),(213,0,1689953291,'restore','restore_replace_keep_roles_and_enrolments_locked','',NULL),(214,0,1689953291,'restore','restore_replace_keep_groups_and_groupings','0',NULL),(215,0,1689953291,'restore','restore_replace_keep_groups_and_groupings_locked','',NULL),(216,0,1689953291,NULL,'enableasyncbackup','0',NULL),(217,0,1689953291,'backup','backup_async_message_users','0',NULL),(218,0,1689953291,'backup','backup_async_message_subject','Moodle {operation} completed successfully',NULL),(219,0,1689953292,'backup','backup_async_message','Your {operation} (ID: {backupid}) has completed successfully. You can access it here: <a href=\"{link}\">{link}</a>.',NULL),(220,0,1689953292,NULL,'grade_profilereport','user',NULL),(221,0,1689953292,NULL,'grade_aggregationposition','1',NULL),(222,0,1689953292,NULL,'grade_includescalesinaggregation','1',NULL),(223,0,1689953292,NULL,'grade_hiddenasdate','0',NULL),(224,0,1689953292,NULL,'gradepublishing','0',NULL),(225,0,1689953292,NULL,'grade_export_exportfeedback','0',NULL),(226,0,1689953292,NULL,'grade_export_displaytype','1',NULL),(227,0,1689953292,NULL,'grade_export_decimalpoints','2',NULL),(228,0,1689953292,NULL,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email',NULL),(229,0,1689953292,NULL,'grade_export_customprofilefields','',NULL),(230,0,1689953292,NULL,'recovergradesdefault','0',NULL),(231,0,1689953292,NULL,'gradeexport','',NULL),(232,0,1689953292,NULL,'unlimitedgrades','0',NULL),(233,0,1689953292,NULL,'grade_report_showmin','1',NULL),(234,0,1689953292,NULL,'gradepointmax','100',NULL),(235,0,1689953292,NULL,'gradepointdefault','100',NULL),(236,0,1689953292,NULL,'grade_minmaxtouse','1',NULL),(237,0,1689953292,NULL,'grade_mygrades_report','overview',NULL),(238,0,1689953292,NULL,'gradereport_mygradeurl','',NULL),(239,0,1689953292,NULL,'grade_hideforcedsettings','1',NULL),(240,0,1689953292,NULL,'grade_aggregation','13',NULL),(241,0,1689953292,NULL,'grade_aggregation_flag','0',NULL),(242,0,1689953292,NULL,'grade_aggregations_visible','13',NULL),(243,0,1689953292,NULL,'grade_aggregateonlygraded','1',NULL),(244,0,1689953292,NULL,'grade_aggregateonlygraded_flag','2',NULL),(245,0,1689953292,NULL,'grade_aggregateoutcomes','0',NULL),(246,0,1689953292,NULL,'grade_aggregateoutcomes_flag','2',NULL),(247,0,1689953292,NULL,'grade_keephigh','0',NULL),(248,0,1689953292,NULL,'grade_keephigh_flag','3',NULL),(249,0,1689953292,NULL,'grade_droplow','0',NULL),(250,0,1689953292,NULL,'grade_droplow_flag','2',NULL),(251,0,1689953292,NULL,'grade_overridecat','1',NULL),(252,0,1689953292,NULL,'grade_displaytype','1',NULL),(253,0,1689953292,NULL,'grade_decimalpoints','2',NULL),(254,0,1689953292,NULL,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime',NULL),(255,0,1689953292,NULL,'grade_report_studentsperpage','100',NULL),(256,0,1689953292,NULL,'grade_report_showonlyactiveenrol','1',NULL),(257,0,1689953292,NULL,'grade_report_quickgrading','1',NULL),(258,0,1689953292,NULL,'grade_report_showquickfeedback','0',NULL),(259,0,1689953293,NULL,'grade_report_meanselection','1',NULL),(260,0,1689953293,NULL,'grade_report_enableajax','0',NULL),(261,0,1689953293,NULL,'grade_report_showcalculations','1',NULL),(262,0,1689953293,NULL,'grade_report_showeyecons','0',NULL),(263,0,1689953293,NULL,'grade_report_showaverages','1',NULL),(264,0,1689953293,NULL,'grade_report_showlocks','0',NULL),(265,0,1689953293,NULL,'grade_report_showranges','0',NULL),(266,0,1689953293,NULL,'grade_report_showanalysisicon','1',NULL),(267,0,1689953293,NULL,'grade_report_showuserimage','1',NULL),(268,0,1689953293,NULL,'grade_report_showactivityicons','1',NULL),(269,0,1689953293,NULL,'grade_report_shownumberofgrades','0',NULL),(270,0,1689953293,NULL,'grade_report_averagesdisplaytype','inherit',NULL),(271,0,1689953293,NULL,'grade_report_rangesdisplaytype','inherit',NULL),(272,0,1689953293,NULL,'grade_report_averagesdecimalpoints','inherit',NULL),(273,0,1689953293,NULL,'grade_report_rangesdecimalpoints','inherit',NULL),(274,0,1689953293,NULL,'grade_report_historyperpage','50',NULL),(275,0,1689953293,NULL,'grade_report_overview_showrank','0',NULL),(276,0,1689953293,NULL,'grade_report_overview_showtotalsifcontainhidden','0',NULL),(277,0,1689953293,NULL,'grade_report_user_showrank','0',NULL),(278,0,1689953293,NULL,'grade_report_user_showpercentage','1',NULL),(279,0,1689953293,NULL,'grade_report_user_showgrade','1',NULL),(280,0,1689953293,NULL,'grade_report_user_showfeedback','1',NULL),(281,0,1689953293,NULL,'grade_report_user_showrange','1',NULL),(282,0,1689953293,NULL,'grade_report_user_showweight','1',NULL),(283,0,1689953293,NULL,'grade_report_user_showaverage','0',NULL),(284,0,1689953293,NULL,'grade_report_user_showlettergrade','0',NULL),(285,0,1689953293,NULL,'grade_report_user_rangedecimals','0',NULL),(286,0,1689953293,NULL,'grade_report_user_showhiddenitems','1',NULL),(287,0,1689953293,NULL,'grade_report_user_showtotalsifcontainhidden','0',NULL),(288,0,1689953293,NULL,'grade_report_user_showcontributiontocoursetotal','1',NULL),(289,0,1689953293,'analytics','modeinstruction','',NULL),(290,0,1689953293,'analytics','percentonline','0',NULL),(291,0,1689953293,'analytics','typeinstitution','',NULL),(292,0,1689953293,'analytics','levelinstitution','',NULL),(293,0,1689953293,'analytics','predictionsprocessor','\\mlbackend_php\\processor',NULL),(294,0,1689953293,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range',NULL),(295,0,1689953293,'analytics','modeloutputdir','',NULL),(296,0,1689953293,'analytics','onlycli','1',NULL),(297,0,1689953293,'analytics','modeltimelimit','1200',NULL),(298,0,1689953293,'analytics','calclifetime','35',NULL),(299,0,1689953293,NULL,'badges_defaultissuername','',NULL),(300,0,1689953294,NULL,'badges_defaultissuercontact','',NULL),(301,0,1689953294,NULL,'badges_badgesalt','badges1689953263',NULL),(302,0,1689953294,NULL,'badges_allowcoursebadges','1',NULL),(303,0,1689953294,NULL,'badges_allowexternalbackpack','1',NULL),(304,0,1689953294,NULL,'rememberuserlicensepref','1',NULL),(305,0,1689953294,NULL,'timezone','Europe/London',NULL),(306,0,1689953295,NULL,'forcetimezone','99',NULL),(307,0,1689953295,NULL,'country','0',NULL),(308,0,1689953295,NULL,'defaultcity','',NULL),(309,0,1689953295,NULL,'geoip2file','/datadrive/moodledata/geoip/GeoLite2-City.mmdb',NULL),(310,0,1689953295,NULL,'googlemapkey3','',NULL),(311,0,1689953295,NULL,'allcountrycodes','',NULL),(312,0,1689953295,NULL,'autolang','1',NULL),(313,0,1689953295,NULL,'lang','zh_tw',NULL),(314,0,1689953295,NULL,'autolangusercreation','1',NULL),(315,0,1689953295,NULL,'langmenu','1',NULL),(316,0,1689953295,NULL,'langlist','',NULL),(317,0,1689953295,NULL,'langcache','1',NULL),(318,0,1689953295,NULL,'langstringcache','1',NULL),(319,0,1689953295,NULL,'locale','',NULL),(320,0,1689953295,NULL,'latinexcelexport','0',NULL),(321,0,1689953295,NULL,'messagingallusers','0',NULL),(322,0,1689953295,NULL,'messagingdefaultpressenter','1',NULL),(323,0,1689953295,NULL,'messagingdeletereadnotificationsdelay','604800',NULL),(324,0,1689953295,NULL,'messagingdeleteallnotificationsdelay','2620800',NULL),(325,0,1689953295,NULL,'messagingallowemailoverride','0',NULL),(326,0,1689953295,NULL,'repositorycacheexpire','120',NULL),(327,0,1689953295,NULL,'repositorygetfiletimeout','30',NULL),(328,0,1689953295,NULL,'repositorysyncfiletimeout','1',NULL),(329,0,1689953295,NULL,'repositorysyncimagetimeout','3',NULL),(330,0,1689953295,NULL,'repositoryallowexternallinks','1',NULL),(331,0,1689953295,NULL,'legacyfilesinnewcourses','0',NULL),(332,0,1689953296,NULL,'legacyfilesaddallowed','1',NULL),(333,0,1689953296,'antivirus','notifyemail','',NULL),(334,0,1689953296,'antivirus','notifylevel','2',NULL),(335,0,1689953296,'antivirus','threshold','1200',NULL),(336,0,1689953296,'antivirus','enablequarantine','0',NULL),(337,0,1689953296,'antivirus','quarantinetime','2419200',NULL),(338,0,1689953296,NULL,'filteruploadedfiles','0',NULL),(339,0,1689953296,NULL,'filtermatchoneperpage','0',NULL),(340,0,1689953296,NULL,'filtermatchonepertext','0',NULL),(341,0,1689953296,NULL,'filternavigationwithsystemcontext','0',NULL),(342,0,1689953296,NULL,'requiremodintro','0',NULL),(343,0,1689953296,'cachestore_apcu','testperformance','0',NULL),(344,0,1689953296,'cachestore_memcached','testservers','',NULL),(345,0,1689953296,'cachestore_mongodb','testserver','',NULL),(346,0,1689953296,'cachestore_redis','test_server','',NULL),(347,0,1689953296,'cachestore_redis','test_password','',NULL),(348,0,1689953296,'cachestore_redis','test_ttl','0',NULL),(349,0,1689953296,NULL,'media_default_width','640',NULL),(350,0,1689953296,NULL,'media_default_height','360',NULL),(351,0,1689953296,NULL,'registerauth','',NULL),(352,0,1689953296,NULL,'authloginviaemail','0',NULL),(353,0,1689953296,NULL,'allowaccountssameemail','0',NULL),(354,0,1689953296,NULL,'authpreventaccountcreation','0',NULL),(355,0,1689953296,NULL,'loginpageautofocus','0',NULL),(356,0,1689953296,NULL,'guestloginbutton','1',NULL),(357,0,1689953296,NULL,'limitconcurrentlogins','0',NULL),(358,0,1689953296,NULL,'alternateloginurl','',NULL),(359,0,1689953296,NULL,'forgottenpasswordurl','',NULL),(360,0,1689953296,NULL,'auth_instructions','',NULL),(361,0,1689953296,NULL,'allowemailaddresses','',NULL),(362,0,1689953296,NULL,'denyemailaddresses','',NULL),(363,0,1689953296,NULL,'verifychangedemail','1',NULL),(364,0,1689953296,NULL,'recaptchapublickey','',NULL),(365,0,1689953296,NULL,'recaptchaprivatekey','',NULL),(366,0,1689953296,NULL,'searchengine','simpledb',NULL),(367,0,1689953296,NULL,'searchindexwhendisabled','0',NULL),(368,0,1689953296,NULL,'searchindextime','600',NULL),(369,0,1689953297,NULL,'searchallavailablecourses','0',NULL),(370,0,1689953297,NULL,'searchincludeallcourses','0',NULL),(371,0,1689953297,NULL,'searchenablecategories','0',NULL),(372,0,1689953297,NULL,'searchdefaultcategory','core-all',NULL),(373,0,1689953297,NULL,'searchhideallcategory','0',NULL),(374,0,1689953297,NULL,'searchmaxtopresults','3',NULL),(375,0,1689953297,NULL,'searchteacherroles','',NULL),(376,0,1689953297,NULL,'searchenginequeryonly','',NULL),(377,0,1689953297,NULL,'searchbannerenable','0',NULL),(378,0,1689953297,NULL,'searchbanner','',NULL),(379,0,1689953297,'question_preview','behaviour','deferredfeedback',NULL),(380,0,1689953297,'question_preview','correctness','1',NULL),(381,0,1689953297,'question_preview','marks','2',NULL),(382,0,1689953297,'question_preview','markdp','2',NULL),(383,0,1689953297,'question_preview','feedback','1',NULL),(384,0,1689953297,'question_preview','generalfeedback','1',NULL),(385,0,1689953297,'question_preview','rightanswer','1',NULL),(386,0,1689953297,'question_preview','history','0',NULL),(387,0,1689953297,NULL,'portfolio_moderate_filesize_threshold','1048576',NULL),(388,0,1689953297,NULL,'portfolio_high_filesize_threshold','5242880',NULL),(389,0,1689953297,NULL,'portfolio_moderate_db_threshold','20',NULL),(390,0,1689953297,NULL,'portfolio_high_db_threshold','50',NULL),(391,0,1689953297,NULL,'allowbeforeblock','0',NULL),(392,0,1689953297,NULL,'allowedip','',NULL),(393,0,1689953297,NULL,'blockedip','',NULL),(394,0,1689953297,NULL,'protectusernames','1',NULL),(395,0,1689953297,NULL,'forcelogin','0',NULL),(396,0,1689953297,NULL,'forceloginforprofiles','1',NULL),(397,0,1689953297,NULL,'forceloginforprofileimage','0',NULL),(398,0,1689953297,NULL,'opentowebcrawlers','0',NULL),(399,0,1689953297,NULL,'allowindexing','0',NULL),(400,0,1689953297,NULL,'maxbytes','0',NULL),(401,0,1689953297,NULL,'userquota','104857600',NULL),(402,0,1689953297,NULL,'allowobjectembed','0',NULL),(403,0,1689953297,NULL,'enabletrusttext','0',NULL),(404,0,1689953297,NULL,'maxeditingtime','1800',NULL),(405,0,1689953297,NULL,'extendedusernamechars','0',NULL),(406,0,1689953297,NULL,'keeptagnamecase','1',NULL),(407,0,1689953297,NULL,'profilesforenrolledusersonly','1',NULL),(408,0,1689953297,NULL,'cronclionly','1',NULL),(409,0,1689953298,NULL,'cronremotepassword','',NULL),(410,0,1689953298,'tool_task','enablerunnow','1',NULL),(411,0,1689953298,NULL,'lockoutthreshold','0',NULL),(412,0,1689953298,NULL,'lockoutwindow','1800',NULL),(413,0,1689953298,NULL,'lockoutduration','1800',NULL),(414,0,1689953298,NULL,'passwordpolicy','1',NULL),(415,0,1689953298,NULL,'minpasswordlength','8',NULL),(416,0,1689953298,NULL,'minpassworddigits','1',NULL),(417,0,1689953298,NULL,'minpasswordlower','1',NULL),(418,0,1689953298,NULL,'minpasswordupper','1',NULL),(419,0,1689953298,NULL,'minpasswordnonalphanum','1',NULL),(420,0,1689953298,NULL,'maxconsecutiveidentchars','0',NULL),(421,0,1689953298,NULL,'passwordpolicycheckonlogin','0',NULL),(422,0,1689953298,NULL,'passwordreuselimit','0',NULL),(423,0,1689953298,NULL,'pwresettime','1800',NULL),(424,0,1689953298,NULL,'passwordchangelogout','0',NULL),(425,0,1689953298,NULL,'passwordchangetokendeletion','0',NULL),(426,0,1689953298,NULL,'tokenduration','7257600',NULL),(427,0,1689953298,NULL,'groupenrolmentkeypolicy','1',NULL),(428,0,1689953298,NULL,'disableuserimages','0',NULL),(429,0,1689953298,NULL,'emailchangeconfirmation','1',NULL),(430,0,1689953298,NULL,'rememberusername','2',NULL),(431,0,1689953298,NULL,'strictformsrequired','0',NULL),(432,0,1689953298,'adminpresets','sensiblesettings','recaptchapublickey@@none, recaptchaprivatekey@@none, googlemapkey3@@none, secretphrase@@url, cronremotepassword@@none, smtpuser@@none, smtppass@none, proxypassword@@none, quizpassword@@quiz, allowedip@@none, blockedip@@none, dbpass@@logstore_database, messageinbound_hostpass@@none, bind_pw@@auth_cas, pass@@auth_db, bind_pw@@auth_ldap, dbpass@@enrol_database, bind_pw@@enrol_ldap, server_password@@search_solr, ssl_keypassword@@search_solr, alternateserver_password@@search_solr, alternatessl_keypassword@@search_solr, test_password@@cachestore_redis, password@@mlbackend_python, badges_badgesalt@@none, calendar_exportsalt@@none',NULL),(433,0,1689953298,NULL,'cookiesecure','1',NULL),(434,0,1689953298,NULL,'cookiehttponly','0',NULL),(435,0,1689953298,NULL,'allowframembedding','0',NULL),(436,0,1689953298,NULL,'curlsecurityblockedhosts','127.0.0.1\n192.168.0.0/16\n10.0.0.0/8\n172.16.0.0/12\n0.0.0.0\nlocalhost\n169.254.169.254\n0000::1',NULL),(437,0,1689953298,NULL,'curlsecurityallowedport','443\n80',NULL),(438,0,1689953298,NULL,'referrerpolicy','default',NULL),(439,0,1689953298,NULL,'displayloginfailures','0',NULL),(440,0,1689953298,NULL,'notifyloginfailures','',NULL),(441,0,1689953298,NULL,'notifyloginthreshold','10',NULL),(442,0,1689953298,NULL,'themelist','',NULL),(443,0,1689953298,NULL,'themedesignermode','0',NULL),(444,0,1689953298,NULL,'allowuserthemes','0',NULL),(445,0,1689953298,NULL,'allowcoursethemes','0',NULL),(446,0,1689953299,NULL,'allowcategorythemes','0',NULL),(447,0,1689953299,NULL,'allowcohortthemes','0',NULL),(448,0,1689953299,NULL,'allowthemechangeonurl','0',NULL),(449,0,1689953299,NULL,'allowuserblockhiding','1',NULL),(450,0,1689953299,NULL,'langmenuinsecurelayout','0',NULL),(451,0,1689953299,NULL,'logininfoinsecurelayout','0',NULL),(452,0,1689953299,NULL,'custommenuitems','',NULL),(453,0,1689953299,NULL,'customusermenuitems','profile,moodle|/user/profile.php\ngrades,grades|/grade/report/mygrades.php\ncalendar,core_calendar|/calendar/view.php?view=month\nprivatefiles,moodle|/user/files.php\nreports,core_reportbuilder|/reportbuilder/index.php',NULL),(454,0,1689953299,NULL,'enabledevicedetection','1',NULL),(455,0,1689953299,NULL,'devicedetectregex','[]',NULL),(456,0,1689953299,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links',NULL),(457,0,1689953299,'theme_boost','preset','default.scss',NULL),(458,0,1689953299,'theme_boost','presetfiles','',NULL),(459,0,1689953299,'theme_boost','backgroundimage','',NULL),(460,0,1689953299,'theme_boost','loginbackgroundimage','',NULL),(461,0,1689953299,'theme_boost','brandcolor','',NULL),(462,0,1689953299,'theme_boost','scsspre','',NULL),(463,0,1689953299,'theme_boost','scss','',NULL),(464,0,1689953299,'theme_classic','navbardark','0',NULL),(465,0,1689953299,'theme_classic','unaddableblocks','',NULL),(466,0,1689953299,'theme_classic','preset','default.scss',NULL),(467,0,1689953299,'theme_classic','presetfiles','',NULL),(468,0,1689953299,'theme_classic','backgroundimage','',NULL),(469,0,1689953299,'theme_classic','loginbackgroundimage','',NULL),(470,0,1689953299,'theme_classic','brandcolor','',NULL),(471,0,1689953299,'theme_classic','scsspre','',NULL),(472,0,1689953299,'theme_classic','scss','',NULL),(473,0,1689953299,'core_admin','logo','',NULL),(474,0,1689953299,'core_admin','logocompact','',NULL),(475,0,1689953299,'core_admin','favicon','',NULL),(476,0,1689953299,'core_admin','coursecolor1','#81ecec',NULL),(477,0,1689953299,'core_admin','coursecolor2','#74b9ff',NULL),(478,0,1689953299,'core_admin','coursecolor3','#a29bfe',NULL),(479,0,1689953299,'core_admin','coursecolor4','#dfe6e9',NULL),(480,0,1689953299,'core_admin','coursecolor5','#00b894',NULL),(481,0,1689953299,'core_admin','coursecolor6','#0984e3',NULL),(482,0,1689953299,'core_admin','coursecolor7','#b2bec3',NULL),(483,0,1689953299,'core_admin','coursecolor8','#fdcb6e',NULL),(484,0,1689953299,'core_admin','coursecolor9','#fd79a8',NULL),(485,0,1689953299,'core_admin','coursecolor10','#6c5ce7',NULL),(486,0,1689953300,NULL,'calendartype','gregorian',NULL),(487,0,1689953300,NULL,'calendar_adminseesall','0',NULL),(488,0,1689953300,NULL,'calendar_site_timeformat','0',NULL),(489,0,1689953300,NULL,'calendar_startwday','1',NULL),(490,0,1689953300,NULL,'calendar_weekend','65',NULL),(491,0,1689953300,NULL,'calendar_lookahead','21',NULL),(492,0,1689953300,NULL,'calendar_maxevents','10',NULL),(493,0,1689953300,NULL,'enablecalendarexport','1',NULL),(494,0,1689953300,NULL,'calendar_customexport','1',NULL),(495,0,1689953300,NULL,'calendar_exportlookahead','365',NULL),(496,0,1689953300,NULL,'calendar_exportlookback','5',NULL),(497,0,1689953300,NULL,'calendar_exportsalt','pvjvTSJkbTU8zVDLuYBWacZLyNPuGUgPddb1krx2S0eMIdfRHM4fvaSXLIHt',NULL),(498,0,1689953300,NULL,'calendar_showicalsource','1',NULL),(499,0,1689953300,NULL,'useblogassociations','1',NULL),(500,0,1689953300,NULL,'bloglevel','4',NULL),(501,0,1689953300,NULL,'useexternalblogs','1',NULL),(502,0,1689953300,NULL,'externalblogcrontime','86400',NULL),(503,0,1689953300,NULL,'maxexternalblogsperuser','1',NULL),(504,0,1689953300,NULL,'blogusecomments','1',NULL),(505,0,1689953300,NULL,'blogshowcommentscount','1',NULL),(506,0,1689953300,NULL,'enabledashboard','1',NULL),(507,0,1689953300,NULL,'defaulthomepage','3',NULL),(508,0,1689953300,NULL,'navshowfullcoursenames','0',NULL),(509,0,1689953300,NULL,'navshowcategories','1',NULL),(510,0,1689953300,NULL,'navshowmycoursecategories','0',NULL),(511,0,1689953300,NULL,'navshowallcourses','0',NULL),(512,0,1689953300,NULL,'navsortmycoursessort','sortorder',NULL),(513,0,1689953300,NULL,'navsortmycourseshiddenlast','1',NULL),(514,0,1689953300,NULL,'navcourselimit','10',NULL),(515,0,1689953300,NULL,'usesitenameforsitepages','0',NULL),(516,0,1689953300,NULL,'linkadmincategories','1',NULL),(517,0,1689953300,NULL,'linkcoursesections','1',NULL),(518,0,1689953300,NULL,'navshowfrontpagemods','1',NULL),(519,0,1689953300,NULL,'navadduserpostslinks','1',NULL),(520,0,1689953300,NULL,'formatstringstriptags','1',NULL),(521,0,1689953300,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),(522,0,1689953300,NULL,'docroot','https://docs.moodle.org',NULL),(523,0,1689953300,NULL,'doclang','',NULL),(524,0,1689953300,NULL,'doctonewwindow','0',NULL),(525,0,1689953300,NULL,'coursecontactduplicates','0',NULL),(526,0,1689953300,NULL,'courselistshortnames','0',NULL),(527,0,1689953300,NULL,'coursesperpage','20',NULL),(528,0,1689953300,NULL,'courseswithsummarieslimit','10',NULL),(529,0,1689953301,NULL,'courseoverviewfileslimit','1',NULL),(530,0,1689953301,NULL,'courseoverviewfilesext','web_image',NULL),(531,0,1689953301,NULL,'coursegraceperiodbefore','0',NULL),(532,0,1689953301,NULL,'coursegraceperiodafter','0',NULL),(533,0,1689953301,NULL,'useexternalyui','0',NULL),(534,0,1689953301,NULL,'yuicomboloading','1',NULL),(535,0,1689953301,NULL,'cachejs','1',NULL),(536,0,1689953301,NULL,'additionalhtmlhead','',NULL),(537,0,1689953301,NULL,'additionalhtmltopofbody','',NULL),(538,0,1689953301,NULL,'additionalhtmlfooter','',NULL),(539,0,1689953301,NULL,'cachetemplates','1',NULL),(540,0,1689953301,NULL,'pathtophp','',NULL),(541,0,1689953301,NULL,'pathtodu','',NULL),(542,0,1689953301,NULL,'aspellpath','',NULL),(543,0,1689953301,NULL,'pathtodot','',NULL),(544,0,1689953301,NULL,'pathtogs','/usr/bin/gs',NULL),(545,0,1689953301,NULL,'pathtopdftoppm','',NULL),(546,0,1689953301,NULL,'pathtopython','',NULL),(547,0,1689953301,NULL,'supportname','用戶 管理',NULL),(548,0,1689953301,NULL,'supportpage','',NULL),(549,0,1689953301,NULL,'supportavailability','1',NULL),(550,0,1689953301,NULL,'dbsessions','0',NULL),(551,0,1689953301,NULL,'sessiontimeoutwarning','1200',NULL),(552,0,1689953301,NULL,'sessioncookie','',NULL),(553,0,1689953301,NULL,'sessioncookiepath','',NULL),(554,0,1689953301,NULL,'sessioncookiedomain','',NULL),(555,0,1689953301,NULL,'statsfirstrun','none',NULL),(556,0,1689953301,NULL,'statsmaxruntime','0',NULL),(557,0,1689953301,NULL,'statsruntimedays','31',NULL),(558,0,1689953301,NULL,'statsuserthreshold','0',NULL),(559,0,1689953301,NULL,'slasharguments','1',NULL),(560,0,1689953301,NULL,'getremoteaddrconf','3',NULL),(561,0,1689953301,NULL,'reverseproxyignore','',NULL),(562,0,1689953301,NULL,'proxyhost','',NULL),(563,0,1689953301,NULL,'proxyport','0',NULL),(564,0,1689953301,NULL,'proxytype','HTTP',NULL),(565,0,1689953301,NULL,'proxyuser','',NULL),(566,0,1689953301,NULL,'proxypassword','',NULL),(567,0,1689953301,NULL,'proxybypass','localhost, 127.0.0.1',NULL),(568,0,1689953301,NULL,'proxylogunsafe','0',NULL),(569,0,1689953301,NULL,'proxyfixunsafe','0',NULL),(570,0,1689953302,NULL,'maintenance_enabled','0',NULL),(571,0,1689953302,NULL,'maintenance_message','',NULL),(572,0,1689953302,NULL,'deleteunconfirmed','168',NULL),(573,0,1689953302,NULL,'deleteincompleteusers','0',NULL),(574,0,1689953302,NULL,'disablegradehistory','0',NULL),(575,0,1689953302,NULL,'gradehistorylifetime','0',NULL),(576,0,1689953302,NULL,'tempdatafoldercleanup','168',NULL),(577,0,1689953302,NULL,'filescleanupperiod','86400',NULL),(578,0,1689953302,NULL,'extramemorylimit','512M',NULL),(579,0,1689953302,NULL,'maxtimelimit','0',NULL),(580,0,1689953302,NULL,'curlcache','120',NULL),(581,0,1689953302,NULL,'curltimeoutkbitrate','56',NULL),(582,0,1689953302,NULL,'cron_enabled','1',NULL),(583,0,1689953302,NULL,'task_scheduled_concurrency_limit','3',NULL),(584,0,1689953302,NULL,'task_scheduled_max_runtime','1800',NULL),(585,0,1689953302,NULL,'task_adhoc_concurrency_limit','3',NULL),(586,0,1689953302,NULL,'task_adhoc_max_runtime','1800',NULL),(587,0,1689953302,NULL,'task_logmode','1',NULL),(588,0,1689953302,NULL,'task_logtostdout','1',NULL),(589,0,1689953302,NULL,'task_logretention','2419200',NULL),(590,0,1689953302,NULL,'task_logretainruns','20',NULL),(591,0,1689953302,NULL,'smtphosts','',NULL),(592,0,1689953302,NULL,'smtpsecure','',NULL),(593,0,1689953302,NULL,'smtpauthtype','LOGIN',NULL),(594,0,1689953302,NULL,'smtpuser','',NULL),(595,0,1689953302,NULL,'smtppass','',NULL),(596,0,1689953302,NULL,'smtpmaxbulk','1',NULL),(597,0,1689953302,NULL,'noreplyaddress','noreply@www.cultivarts.org',NULL),(598,0,1689953302,NULL,'allowedemaildomains','',NULL),(599,0,1689953302,NULL,'divertallemailsto','',NULL),(600,0,1689953302,NULL,'divertallemailsexcept','',NULL),(601,0,1689953302,NULL,'emaildkimselector','',NULL),(602,0,1689953302,NULL,'sitemailcharset','0',NULL),(603,0,1689953302,NULL,'allowusermailcharset','0',NULL),(604,0,1689953302,NULL,'allowattachments','1',NULL),(605,0,1689953302,NULL,'mailnewline','LF',NULL),(606,0,1689953302,NULL,'emailfromvia','1',NULL),(607,0,1689953302,NULL,'emailsubjectprefix','',NULL),(608,0,1689953303,NULL,'emailheaders','',NULL),(609,0,1689953303,NULL,'updateautocheck','1',NULL),(610,0,1689953303,NULL,'updateminmaturity','200',NULL),(611,0,1689953303,NULL,'updatenotifybuilds','0',NULL),(612,0,1689953303,NULL,'enablewsdocumentation','0',NULL),(613,0,1689953303,NULL,'customreportslimit','0',NULL),(614,0,1689953303,NULL,'customreportsliveediting','1',NULL),(615,0,1689953303,NULL,'dndallowtextandlinks','0',NULL),(616,0,1689953303,NULL,'pathtosassc','',NULL),(617,0,1689953303,NULL,'contextlocking','0',NULL),(618,0,1689953303,NULL,'contextlockappliestoadmin','1',NULL),(619,0,1689953303,NULL,'forceclean','0',NULL),(620,0,1689953303,NULL,'enablecourserelativedates','0',NULL),(621,0,1689953303,NULL,'debug','0',NULL),(622,0,1689953303,NULL,'debugdisplay','0',NULL),(623,0,1689953303,NULL,'perfdebug','7',NULL),(624,0,1689953303,NULL,'debugstringids','0',NULL),(625,0,1689953303,NULL,'debugsqltrace','0',NULL),(626,0,1689953303,NULL,'debugvalidators','0',NULL),(627,0,1689953303,NULL,'debugpageinfo','0',NULL),(628,0,1689953303,NULL,'profilingenabled','0',NULL),(629,0,1689953303,NULL,'profilingincluded','',NULL),(630,0,1689953303,NULL,'profilingexcluded','',NULL),(631,0,1689953303,NULL,'profilingautofrec','0',NULL),(632,0,1689953303,NULL,'profilingallowme','0',NULL),(633,0,1689953303,NULL,'profilingallowall','0',NULL),(634,0,1689953303,NULL,'profilingslow','0',NULL),(635,0,1689953303,NULL,'profilinglifetime','1440',NULL),(636,0,1689953303,NULL,'profilingimportprefix','(I)',NULL),(637,0,1689953305,'core_competency','pushcourseratingstouserplans','1',NULL),(638,0,1689953306,NULL,'calendar_exportsalt','97jNcN4DQFtVxwoztSv2Q1TuvFQuA816ciMIPVpPGiNe0QexqqcYj0UuNxgH','pvjvTSJkbTU8zVDLuYBWacZLyNPuGUgPddb1krx2S0eMIdfRHM4fvaSXLIHt'),(639,0,1689953307,NULL,'defaulthomepage','1','3'),(640,0,1689953307,NULL,'allowguestmymoodle','1',NULL),(641,0,1689953310,NULL,'calendar_exportsalt','lj3j7uCFVOAa0JCS0bL3gpCEL0YJxh0VWcuJ8faGIx3L33TjLDjvOiJ4KLwS','97jNcN4DQFtVxwoztSv2Q1TuvFQuA816ciMIPVpPGiNe0QexqqcYj0UuNxgH'),(642,0,1689953368,'activitynames','filter_active','1',''),(643,0,1689953368,'core_filter','order','activitynames','activitynames'),(644,0,1689953368,'displayh5p','filter_active','1',''),(645,0,1689953368,'core_filter','order','displayh5p, activitynames','activitynames, displayh5p'),(646,0,1689953369,'emoticon','filter_active','1',''),(647,0,1689953369,'mathjaxloader','filter_active','1',''),(648,0,1689953369,'core_filter','order','displayh5p, activitynames, mathjaxloader, emoticon','displayh5p, activitynames, emoticon, mathjaxloader'),(649,0,1689953369,'mediaplugin','filter_active','1',''),(650,0,1689953369,'urltolink','filter_active','1',''),(651,0,1689953369,'core_filter','order','displayh5p, activitynames, mathjaxloader, emoticon, urltolink, mediaplugin','displayh5p, activitynames, mathjaxloader, emoticon, mediaplugin, urltolink'),(652,0,1689953370,'tiny','editor_visibility','1','0'),(653,2,1689953533,NULL,'enableaccessibilitytools','1',NULL),(654,2,1689953533,'tool_moodlenet','enablemoodlenet','1',NULL),(655,2,1689953533,NULL,'notloggedinroleid','6',NULL),(656,2,1689953533,NULL,'guestroleid','6',NULL),(657,2,1689953533,NULL,'defaultuserroleid','7',NULL),(658,2,1689953533,NULL,'creatornewroleid','3',NULL),(659,2,1689953533,NULL,'restorernewroleid','3',NULL),(660,2,1689953533,'tool_log','exportlog','1',NULL),(661,2,1689953533,'tool_dataprivacy','contactdataprotectionofficer','0',NULL),(662,2,1689953533,'tool_dataprivacy','automaticdataexportapproval','0',NULL),(663,2,1689953533,'tool_dataprivacy','automaticdatadeletionapproval','0',NULL),(664,2,1689953533,'tool_dataprivacy','automaticdeletionrequests','1',NULL),(665,2,1689953533,'tool_dataprivacy','privacyrequestexpiry','604800',NULL),(666,2,1689953533,'tool_dataprivacy','requireallenddatesforuserdeletion','1',NULL),(667,2,1689953533,'tool_dataprivacy','showdataretentionsummary','1',NULL),(668,2,1689953533,NULL,'sitepolicyhandler','',NULL),(669,2,1689953533,NULL,'gradebookroles','5',NULL),(670,2,1689953533,'analytics','logstore','logstore_standard',NULL),(671,2,1689953533,NULL,'h5plibraryhandler','h5plib_v124',NULL),(672,2,1689953533,NULL,'airnotifierurl','https://messages.moodle.net',NULL),(673,2,1689953533,NULL,'airnotifierport','443',NULL),(674,2,1689953533,NULL,'airnotifiermobileappname','com.moodle.moodlemobile',NULL),(675,2,1689953533,NULL,'airnotifierappname','commoodlemoodlemobile',NULL),(676,2,1689953533,NULL,'airnotifieraccesskey','',NULL),(677,2,1689953533,'message_airnotifier','encryptnotifications','0',NULL),(678,2,1689953533,'message_airnotifier','encryptprocessing','0',NULL),(679,2,1689953533,'antivirus_clamav','runningmethod','commandline',NULL),(680,2,1689953533,'antivirus_clamav','pathtoclam','',NULL),(681,2,1689953533,'antivirus_clamav','pathtounixsocket','',NULL),(682,2,1689953533,'antivirus_clamav','tcpsockethost','',NULL),(683,2,1689953533,'antivirus_clamav','tcpsocketport','3310',NULL),(684,2,1689953533,'antivirus_clamav','clamfailureonupload','tryagain',NULL),(685,2,1689953533,'antivirus_clamav','tries','1',NULL),(686,2,1689953533,'tool_recyclebin','coursebinenable','1',NULL),(687,2,1689953533,'tool_recyclebin','coursebinexpiry','604800',NULL),(688,2,1689953533,'tool_recyclebin','categorybinenable','1',NULL),(689,2,1689953534,'tool_recyclebin','categorybinexpiry','604800',NULL),(690,2,1689953534,'tool_recyclebin','autohide','1',NULL),(691,2,1689953534,'tool_brickfield','analysistype','0',NULL),(692,2,1689953534,'tool_brickfield','deletehistoricaldata','1',NULL),(693,2,1689953534,'tool_brickfield','batch','1000',NULL),(694,2,1689953534,'tool_brickfield','perpage','50',NULL),(695,2,1689953534,NULL,'filter_multilang_force_old','0',NULL),(696,2,1689953534,'filter_emoticon','formats','1,4,0',NULL),(697,2,1689953534,'filter_displayh5p','allowedsources','',NULL),(698,2,1689953534,'filter_urltolink','formats','1,4,0',NULL),(699,2,1689953534,'filter_urltolink','embedimages','1',NULL),(700,2,1689953534,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js',NULL),(701,2,1689953534,'filter_mathjaxloader','texfiltercompatibility','0',NULL),(702,2,1689953534,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n',NULL),(703,2,1689953534,'filter_mathjaxloader','additionaldelimiters','',NULL),(704,2,1689953534,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n',NULL),(705,2,1689953534,'filter_tex','latexbackground','#FFFFFF',NULL),(706,2,1689953534,'filter_tex','density','120',NULL),(707,2,1689953534,'filter_tex','pathlatex','/usr/bin/latex',NULL),(708,2,1689953534,'filter_tex','pathdvips','/usr/bin/dvips',NULL),(709,2,1689953534,'filter_tex','pathconvert','/usr/bin/convert',NULL),(710,2,1689953534,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm',NULL),(711,2,1689953534,'filter_tex','pathmimetex','',NULL),(712,2,1689953534,'filter_tex','convertformat','gif',NULL),(713,2,1689953534,'mod_lesson','mediafile','',NULL),(714,2,1689953534,'mod_lesson','mediafile_adv','1',NULL),(715,2,1689953534,'mod_lesson','mediawidth','640',NULL),(716,2,1689953534,'mod_lesson','mediaheight','480',NULL),(717,2,1689953534,'mod_lesson','mediaclose','0',NULL),(718,2,1689953534,'mod_lesson','progressbar','0',NULL),(719,2,1689953534,'mod_lesson','progressbar_adv','',NULL),(720,2,1689953534,'mod_lesson','ongoing','0',NULL),(721,2,1689953534,'mod_lesson','ongoing_adv','1',NULL),(722,2,1689953534,'mod_lesson','displayleftmenu','0',NULL),(723,2,1689953534,'mod_lesson','displayleftmenu_adv','',NULL),(724,2,1689953534,'mod_lesson','displayleftif','0',NULL),(725,2,1689953534,'mod_lesson','displayleftif_adv','1',NULL),(726,2,1689953534,'mod_lesson','slideshow','0',NULL),(727,2,1689953534,'mod_lesson','slideshow_adv','1',NULL),(728,2,1689953534,'mod_lesson','slideshowwidth','640',NULL),(729,2,1689953534,'mod_lesson','slideshowheight','480',NULL),(730,2,1689953534,'mod_lesson','slideshowbgcolor','#FFFFFF',NULL),(731,2,1689953534,'mod_lesson','maxanswers','5',NULL),(732,2,1689953534,'mod_lesson','maxanswers_adv','1',NULL),(733,2,1689953534,'mod_lesson','defaultfeedback','0',NULL),(734,2,1689953534,'mod_lesson','defaultfeedback_adv','1',NULL),(735,2,1689953534,'mod_lesson','activitylink','',NULL),(736,2,1689953535,'mod_lesson','activitylink_adv','1',NULL),(737,2,1689953535,'mod_lesson','timelimit','0',NULL),(738,2,1689953535,'mod_lesson','timelimit_adv','',NULL),(739,2,1689953535,'mod_lesson','password','0',NULL),(740,2,1689953535,'mod_lesson','password_adv','1',NULL),(741,2,1689953535,'mod_lesson','modattempts','0',NULL),(742,2,1689953535,'mod_lesson','modattempts_adv','',NULL),(743,2,1689953535,'mod_lesson','displayreview','0',NULL),(744,2,1689953535,'mod_lesson','displayreview_adv','',NULL),(745,2,1689953535,'mod_lesson','maximumnumberofattempts','1',NULL),(746,2,1689953535,'mod_lesson','maximumnumberofattempts_adv','',NULL),(747,2,1689953535,'mod_lesson','defaultnextpage','0',NULL),(748,2,1689953535,'mod_lesson','defaultnextpage_adv','1',NULL),(749,2,1689953535,'mod_lesson','numberofpagestoshow','1',NULL),(750,2,1689953535,'mod_lesson','numberofpagestoshow_adv','1',NULL),(751,2,1689953535,'mod_lesson','practice','0',NULL),(752,2,1689953535,'mod_lesson','practice_adv','',NULL),(753,2,1689953535,'mod_lesson','customscoring','1',NULL),(754,2,1689953535,'mod_lesson','customscoring_adv','1',NULL),(755,2,1689953535,'mod_lesson','retakesallowed','0',NULL),(756,2,1689953535,'mod_lesson','retakesallowed_adv','',NULL),(757,2,1689953535,'mod_lesson','handlingofretakes','0',NULL),(758,2,1689953535,'mod_lesson','handlingofretakes_adv','1',NULL),(759,2,1689953535,'mod_lesson','minimumnumberofquestions','0',NULL),(760,2,1689953535,'mod_lesson','minimumnumberofquestions_adv','1',NULL),(761,2,1689953535,'label','dndmedia','1',NULL),(762,2,1689953535,'label','dndresizewidth','400',NULL),(763,2,1689953535,'label','dndresizeheight','400',NULL),(764,2,1689953535,'quiz','timelimit','0',NULL),(765,2,1689953535,'quiz','timelimit_adv','',NULL),(766,2,1689953535,'quiz','timelimit_locked','',NULL),(767,2,1689953535,'quiz','notifyattemptgradeddelay','18000',NULL),(768,2,1689953535,'quiz','overduehandling','autosubmit',NULL),(769,2,1689953535,'quiz','overduehandling_adv','',NULL),(770,2,1689953535,'quiz','overduehandling_locked','',NULL),(771,2,1689953535,'quiz','graceperiod','86400',NULL),(772,2,1689953535,'quiz','graceperiod_adv','',NULL),(773,2,1689953535,'quiz','graceperiod_locked','',NULL),(774,2,1689953535,'quiz','graceperiodmin','60',NULL),(775,2,1689953535,'quiz','attempts','0',NULL),(776,2,1689953535,'quiz','attempts_adv','',NULL),(777,2,1689953535,'quiz','attempts_locked','',NULL),(778,2,1689953535,'quiz','grademethod','1',NULL),(779,2,1689953535,'quiz','grademethod_adv','',NULL),(780,2,1689953535,'quiz','grademethod_locked','',NULL),(781,2,1689953536,'quiz','maximumgrade','10',NULL),(782,2,1689953536,'quiz','maximumgrade_locked','',NULL),(783,2,1689953536,'quiz','questionsperpage','1',NULL),(784,2,1689953536,'quiz','questionsperpage_adv','',NULL),(785,2,1689953536,'quiz','questionsperpage_locked','',NULL),(786,2,1689953536,'quiz','navmethod','free',NULL),(787,2,1689953536,'quiz','navmethod_adv','1',NULL),(788,2,1689953536,'quiz','navmethod_locked','',NULL),(789,2,1689953536,'quiz','shuffleanswers','1',NULL),(790,2,1689953536,'quiz','shuffleanswers_adv','',NULL),(791,2,1689953536,'quiz','shuffleanswers_locked','',NULL),(792,2,1689953536,'quiz','preferredbehaviour','deferredfeedback',NULL),(793,2,1689953536,'quiz','preferredbehaviour_locked','',NULL),(794,2,1689953536,'quiz','canredoquestions','0',NULL),(795,2,1689953536,'quiz','canredoquestions_adv','1',NULL),(796,2,1689953536,'quiz','canredoquestions_locked','',NULL),(797,2,1689953536,'quiz','attemptonlast','0',NULL),(798,2,1689953536,'quiz','attemptonlast_adv','1',NULL),(799,2,1689953536,'quiz','attemptonlast_locked','',NULL),(800,2,1689953536,'quiz','reviewattempt','69904',NULL),(801,2,1689953536,'quiz','reviewcorrectness','69904',NULL),(802,2,1689953536,'quiz','reviewmarks','69904',NULL),(803,2,1689953536,'quiz','reviewspecificfeedback','69904',NULL),(804,2,1689953536,'quiz','reviewgeneralfeedback','69904',NULL),(805,2,1689953536,'quiz','reviewrightanswer','69904',NULL),(806,2,1689953536,'quiz','reviewoverallfeedback','4368',NULL),(807,2,1689953536,'quiz','showuserpicture','0',NULL),(808,2,1689953536,'quiz','showuserpicture_adv','',NULL),(809,2,1689953536,'quiz','showuserpicture_locked','',NULL),(810,2,1689953536,'quiz','decimalpoints','2',NULL),(811,2,1689953536,'quiz','decimalpoints_adv','',NULL),(812,2,1689953536,'quiz','decimalpoints_locked','',NULL),(813,2,1689953536,'quiz','questiondecimalpoints','-1',NULL),(814,2,1689953536,'quiz','questiondecimalpoints_adv','',NULL),(815,2,1689953536,'quiz','questiondecimalpoints_locked','',NULL),(816,2,1689953536,'quiz','showblocks','0',NULL),(817,2,1689953536,'quiz','showblocks_adv','1',NULL),(818,2,1689953536,'quiz','showblocks_locked','',NULL),(819,2,1689953536,'quiz','quizpassword','',NULL),(820,2,1689953536,'quiz','quizpassword_adv','',NULL),(821,2,1689953536,'quiz','quizpassword_required','',NULL),(822,2,1689953536,'quiz','quizpassword_locked','',NULL),(823,2,1689953536,'quiz','subnet','',NULL),(824,2,1689953536,'quiz','subnet_adv','1',NULL),(825,2,1689953536,'quiz','subnet_locked','',NULL),(826,2,1689953536,'quiz','delay1','0',NULL),(827,2,1689953536,'quiz','delay1_adv','1',NULL),(828,2,1689953536,'quiz','delay1_locked','',NULL),(829,2,1689953536,'quiz','delay2','0',NULL),(830,2,1689953537,'quiz','delay2_adv','1',NULL),(831,2,1689953537,'quiz','delay2_locked','',NULL),(832,2,1689953537,'quiz','browsersecurity','-',NULL),(833,2,1689953537,'quiz','browsersecurity_adv','1',NULL),(834,2,1689953537,'quiz','browsersecurity_locked','',NULL),(835,2,1689953537,'quiz','initialnumfeedbacks','2',NULL),(836,2,1689953537,'quiz','autosaveperiod','60',NULL),(837,2,1689953537,'quizaccess_seb','autoreconfigureseb','1',NULL),(838,2,1689953537,'quizaccess_seb','showseblinks','seb,http',NULL),(839,2,1689953537,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html',NULL),(840,2,1689953537,'quizaccess_seb','quizpasswordrequired','0',NULL),(841,2,1689953537,'quizaccess_seb','displayblocksbeforestart','0',NULL),(842,2,1689953537,'quizaccess_seb','displayblockswhenfinished','1',NULL),(843,2,1689953537,NULL,'glossary_entbypage','10',NULL),(844,2,1689953537,NULL,'glossary_dupentries','0',NULL),(845,2,1689953537,NULL,'glossary_allowcomments','0',NULL),(846,2,1689953537,NULL,'glossary_linkbydefault','1',NULL),(847,2,1689953537,NULL,'glossary_defaultapproval','1',NULL),(848,2,1689953537,NULL,'glossary_enablerssfeeds','0',NULL),(849,2,1689953537,NULL,'glossary_linkentries','0',NULL),(850,2,1689953537,NULL,'glossary_casesensitive','0',NULL),(851,2,1689953537,NULL,'glossary_fullmatch','0',NULL),(852,2,1689953537,'resource','framesize','130',NULL),(853,2,1689953537,'resource','displayoptions','0,1,4,5,6',NULL),(854,2,1689953537,'resource','printintro','1',NULL),(855,2,1689953537,'resource','display','0',NULL),(856,2,1689953537,'resource','showsize','0',NULL),(857,2,1689953537,'resource','showtype','0',NULL),(858,2,1689953537,'resource','showdate','0',NULL),(859,2,1689953537,'resource','popupwidth','620',NULL),(860,2,1689953537,'resource','popupheight','450',NULL),(861,2,1689953537,'resource','filterfiles','0',NULL),(862,2,1689953537,'book','numberingoptions','0,1,2,3',NULL),(863,2,1689953537,'book','numbering','1',NULL),(864,2,1689953537,'workshop','grade','80',NULL),(865,2,1689953537,'workshop','gradinggrade','20',NULL),(866,2,1689953537,'workshop','gradedecimals','0',NULL),(867,2,1689953537,'workshop','maxbytes','0',NULL),(868,2,1689953537,'workshop','strategy','accumulative',NULL),(869,2,1689953537,'workshop','examplesmode','0',NULL),(870,2,1689953537,'workshopallocation_random','numofreviews','5',NULL),(871,2,1689953537,'workshopform_numerrors','grade0','否',NULL),(872,2,1689953537,'workshopform_numerrors','grade1','是',NULL),(873,2,1689953537,'workshopeval_best','comparison','5',NULL),(874,2,1689953537,NULL,'feedback_allowfullanonymous','0',NULL),(875,2,1689953537,NULL,'chat_method','ajax',NULL),(876,2,1689953537,NULL,'chat_refresh_userlist','10',NULL),(877,2,1689953537,NULL,'chat_old_ping','35',NULL),(878,2,1689953537,NULL,'chat_refresh_room','5',NULL),(879,2,1689953538,NULL,'chat_normal_updatemode','jsupdate',NULL),(880,2,1689953538,NULL,'chat_serverhost','www.cultivarts.org',NULL),(881,2,1689953538,NULL,'chat_serverip','127.0.0.1',NULL),(882,2,1689953538,NULL,'chat_serverport','9111',NULL),(883,2,1689953538,NULL,'chat_servermax','100',NULL),(884,2,1689953538,NULL,'forum_displaymode','3',NULL),(885,2,1689953538,NULL,'forum_shortpost','300',NULL),(886,2,1689953538,NULL,'forum_longpost','600',NULL),(887,2,1689953538,NULL,'forum_manydiscussions','100',NULL),(888,2,1689953538,NULL,'forum_maxbytes','512000',NULL),(889,2,1689953538,NULL,'forum_maxattachments','9',NULL),(890,2,1689953538,NULL,'forum_subscription','0',NULL),(891,2,1689953538,NULL,'forum_trackingtype','1',NULL),(892,2,1689953538,NULL,'forum_trackreadposts','1',NULL),(893,2,1689953538,NULL,'forum_allowforcedreadtracking','0',NULL),(894,2,1689953538,NULL,'forum_oldpostdays','14',NULL),(895,2,1689953538,NULL,'forum_usermarksread','0',NULL),(896,2,1689953538,NULL,'forum_cleanreadtime','2',NULL),(897,2,1689953538,NULL,'digestmailtime','17',NULL),(898,2,1689953538,NULL,'forum_enablerssfeeds','0',NULL),(899,2,1689953538,NULL,'forum_enabletimedposts','1',NULL),(900,2,1689953538,'url','framesize','130',NULL),(901,2,1689953538,'url','secretphrase','',NULL),(902,2,1689953538,'url','rolesinparams','0',NULL),(903,2,1689953538,'url','displayoptions','0,1,5,6',NULL),(904,2,1689953538,'url','printintro','1',NULL),(905,2,1689953538,'url','display','0',NULL),(906,2,1689953538,'url','popupwidth','620',NULL),(907,2,1689953538,'url','popupheight','450',NULL),(908,2,1689953538,'page','displayoptions','5',NULL),(909,2,1689953538,'page','printintro','0',NULL),(910,2,1689953538,'page','printlastmodified','1',NULL),(911,2,1689953538,'page','display','5',NULL),(912,2,1689953538,'page','popupwidth','620',NULL),(913,2,1689953538,'page','popupheight','450',NULL),(914,2,1689953538,NULL,'bigbluebuttonbn_default_dpa_accepted','0',NULL),(915,2,1689953538,NULL,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/',NULL),(916,2,1689953538,NULL,'bigbluebuttonbn_shared_secret','********',NULL),(917,2,1689953538,NULL,'bigbluebuttonbn_poll_interval','5',NULL),(918,2,1689953538,NULL,'bigbluebuttonbn_welcome_default','',NULL),(919,2,1689953538,NULL,'bigbluebuttonbn_welcome_editable','1',NULL),(920,2,1689953538,NULL,'bigbluebuttonbn_recording_default','1',NULL),(921,2,1689953538,NULL,'bigbluebuttonbn_recording_refresh_period','300',NULL),(922,2,1689953538,NULL,'bigbluebuttonbn_recording_editable','1',NULL),(923,2,1689953538,NULL,'bigbluebuttonbn_recording_all_from_start_default','0',NULL),(924,2,1689953538,NULL,'bigbluebuttonbn_recording_all_from_start_editable','0',NULL),(925,2,1689953538,NULL,'bigbluebuttonbn_recording_hide_button_default','0',NULL),(926,2,1689953538,NULL,'bigbluebuttonbn_recording_hide_button_editable','0',NULL),(927,2,1689953539,NULL,'bigbluebuttonbn_importrecordings_enabled','0',NULL),(928,2,1689953539,NULL,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0',NULL),(929,2,1689953539,NULL,'bigbluebuttonbn_recordings_deleted_default','1',NULL),(930,2,1689953539,NULL,'bigbluebuttonbn_recordings_deleted_editable','0',NULL),(931,2,1689953539,NULL,'bigbluebuttonbn_recordings_imported_default','0',NULL),(932,2,1689953539,NULL,'bigbluebuttonbn_recordings_imported_editable','1',NULL),(933,2,1689953539,NULL,'bigbluebuttonbn_recordings_preview_default','1',NULL),(934,2,1689953539,NULL,'bigbluebuttonbn_recordings_preview_editable','0',NULL),(935,2,1689953539,NULL,'bigbluebuttonbn_recordings_asc_sort','0',NULL),(936,2,1689953539,NULL,'bigbluebuttonbn_recording_protect_editable','1',NULL),(937,2,1689953539,NULL,'bigbluebuttonbn_waitformoderator_default','0',NULL),(938,2,1689953539,NULL,'bigbluebuttonbn_waitformoderator_editable','1',NULL),(939,2,1689953539,NULL,'bigbluebuttonbn_waitformoderator_ping_interval','10',NULL),(940,2,1689953539,NULL,'bigbluebuttonbn_waitformoderator_cache_ttl','60',NULL),(941,2,1689953539,NULL,'bigbluebuttonbn_voicebridge_editable','0',NULL),(942,2,1689953539,NULL,'bigbluebuttonbn_preuploadpresentation_editable','0',NULL),(943,2,1689953539,'mod_bigbluebuttonbn','presentationdefault','',NULL),(944,2,1689953539,NULL,'bigbluebuttonbn_userlimit_default','0',NULL),(945,2,1689953539,NULL,'bigbluebuttonbn_userlimit_editable','0',NULL),(946,2,1689953539,NULL,'bigbluebuttonbn_participant_moderator_default','0',NULL),(947,2,1689953539,NULL,'bigbluebuttonbn_muteonstart_default','0',NULL),(948,2,1689953539,NULL,'bigbluebuttonbn_muteonstart_editable','0',NULL),(949,2,1689953539,NULL,'bigbluebuttonbn_disablecam_default','0',NULL),(950,2,1689953539,NULL,'bigbluebuttonbn_disablecam_editable','1',NULL),(951,2,1689953539,NULL,'bigbluebuttonbn_disablemic_default','0',NULL),(952,2,1689953539,NULL,'bigbluebuttonbn_disablemic_editable','1',NULL),(953,2,1689953539,NULL,'bigbluebuttonbn_disableprivatechat_default','0',NULL),(954,2,1689953539,NULL,'bigbluebuttonbn_disableprivatechat_editable','1',NULL),(955,2,1689953539,NULL,'bigbluebuttonbn_disablepublicchat_default','0',NULL),(956,2,1689953539,NULL,'bigbluebuttonbn_disablepublicchat_editable','1',NULL),(957,2,1689953539,NULL,'bigbluebuttonbn_disablenote_default','0',NULL),(958,2,1689953539,NULL,'bigbluebuttonbn_disablenote_editable','1',NULL),(959,2,1689953539,NULL,'bigbluebuttonbn_hideuserlist_default','0',NULL),(960,2,1689953539,NULL,'bigbluebuttonbn_hideuserlist_editable','1',NULL),(961,2,1689953539,NULL,'bigbluebuttonbn_recordingready_enabled','0',NULL),(962,2,1689953539,NULL,'bigbluebuttonbn_meetingevents_enabled','0',NULL),(963,2,1689953539,NULL,'bigbluebuttonbn_guestaccess_enabled','0',NULL),(964,2,1689953539,'folder','showexpanded','1',NULL),(965,2,1689953539,'folder','maxsizetodownload','0',NULL),(966,2,1689953539,NULL,'data_enablerssfeeds','0',NULL),(967,2,1689953539,'assign','feedback_plugin_for_gradebook','assignfeedback_comments',NULL),(968,2,1689953539,'assign','showrecentsubmissions','0',NULL),(969,2,1689953539,'assign','submissionreceipts','1',NULL),(970,2,1689953539,'assign','submissionstatement','這一作業,除了我有註明是引注他人作品之外,都是我自己寫的。',NULL),(971,2,1689953539,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.',NULL),(972,2,1689953540,'assign','submissionstatementteamsubmissionallsubmit','This submission is my own work as a group member, except where I have acknowledged the use of the works of other people.',NULL),(973,2,1689953540,'assign','maxperpage','-1',NULL),(974,2,1689953540,'assign','alwaysshowdescription','1',NULL),(975,2,1689953540,'assign','alwaysshowdescription_adv','',NULL),(976,2,1689953540,'assign','alwaysshowdescription_locked','',NULL),(977,2,1689953540,'assign','allowsubmissionsfromdate','0',NULL),(978,2,1689953540,'assign','allowsubmissionsfromdate_enabled','1',NULL),(979,2,1689953540,'assign','allowsubmissionsfromdate_adv','',NULL),(980,2,1689953540,'assign','duedate','604800',NULL),(981,2,1689953540,'assign','duedate_enabled','1',NULL),(982,2,1689953540,'assign','duedate_adv','',NULL),(983,2,1689953540,'assign','cutoffdate','1209600',NULL),(984,2,1689953540,'assign','cutoffdate_enabled','',NULL),(985,2,1689953540,'assign','cutoffdate_adv','',NULL),(986,2,1689953540,'assign','enabletimelimit','0',NULL),(987,2,1689953540,'assign','gradingduedate','1209600',NULL),(988,2,1689953540,'assign','gradingduedate_enabled','1',NULL),(989,2,1689953540,'assign','gradingduedate_adv','',NULL),(990,2,1689953540,'assign','submissiondrafts','0',NULL),(991,2,1689953540,'assign','submissiondrafts_adv','',NULL),(992,2,1689953540,'assign','submissiondrafts_locked','',NULL),(993,2,1689953540,'assign','requiresubmissionstatement','0',NULL),(994,2,1689953540,'assign','requiresubmissionstatement_adv','',NULL),(995,2,1689953540,'assign','requiresubmissionstatement_locked','',NULL),(996,2,1689953540,'assign','attemptreopenmethod','none',NULL),(997,2,1689953540,'assign','attemptreopenmethod_adv','',NULL),(998,2,1689953540,'assign','attemptreopenmethod_locked','',NULL),(999,2,1689953540,'assign','maxattempts','-1',NULL),(1000,2,1689953540,'assign','maxattempts_adv','',NULL),(1001,2,1689953540,'assign','maxattempts_locked','',NULL),(1002,2,1689953540,'assign','teamsubmission','0',NULL),(1003,2,1689953540,'assign','teamsubmission_adv','',NULL),(1004,2,1689953540,'assign','teamsubmission_locked','',NULL),(1005,2,1689953540,'assign','preventsubmissionnotingroup','0',NULL),(1006,2,1689953540,'assign','preventsubmissionnotingroup_adv','',NULL),(1007,2,1689953540,'assign','preventsubmissionnotingroup_locked','',NULL),(1008,2,1689953540,'assign','requireallteammemberssubmit','0',NULL),(1009,2,1689953540,'assign','requireallteammemberssubmit_adv','',NULL),(1010,2,1689953540,'assign','requireallteammemberssubmit_locked','',NULL),(1011,2,1689953540,'assign','teamsubmissiongroupingid','',NULL),(1012,2,1689953540,'assign','teamsubmissiongroupingid_adv','',NULL),(1013,2,1689953540,'assign','sendnotifications','0',NULL),(1014,2,1689953540,'assign','sendnotifications_adv','',NULL),(1015,2,1689953540,'assign','sendnotifications_locked','',NULL),(1016,2,1689953540,'assign','sendlatenotifications','0',NULL),(1017,2,1689953540,'assign','sendlatenotifications_adv','',NULL),(1018,2,1689953540,'assign','sendlatenotifications_locked','',NULL),(1019,2,1689953540,'assign','sendstudentnotifications','1',NULL),(1020,2,1689953541,'assign','sendstudentnotifications_adv','',NULL),(1021,2,1689953541,'assign','sendstudentnotifications_locked','',NULL),(1022,2,1689953541,'assign','blindmarking','0',NULL),(1023,2,1689953541,'assign','blindmarking_adv','',NULL),(1024,2,1689953541,'assign','blindmarking_locked','',NULL),(1025,2,1689953541,'assign','hidegrader','0',NULL),(1026,2,1689953541,'assign','hidegrader_adv','',NULL),(1027,2,1689953541,'assign','hidegrader_locked','',NULL),(1028,2,1689953541,'assign','markingworkflow','0',NULL),(1029,2,1689953541,'assign','markingworkflow_adv','',NULL),(1030,2,1689953541,'assign','markingworkflow_locked','',NULL),(1031,2,1689953541,'assign','markingallocation','0',NULL),(1032,2,1689953541,'assign','markingallocation_adv','',NULL),(1033,2,1689953541,'assign','markingallocation_locked','',NULL),(1034,2,1689953541,'assignsubmission_file','default','1',NULL),(1035,2,1689953541,'assignsubmission_file','maxfiles','20',NULL),(1036,2,1689953541,'assignsubmission_file','filetypes','',NULL),(1037,2,1689953541,'assignsubmission_file','maxbytes','0',NULL),(1038,2,1689953541,'assignsubmission_onlinetext','default','0',NULL),(1039,2,1689953541,'assignfeedback_comments','default','1',NULL),(1040,2,1689953541,'assignfeedback_comments','inline','0',NULL),(1041,2,1689953541,'assignfeedback_comments','inline_adv','',NULL),(1042,2,1689953541,'assignfeedback_comments','inline_locked','',NULL),(1043,2,1689953541,'assignfeedback_editpdf','default','1',NULL),(1044,2,1689953541,'assignfeedback_editpdf','stamps','',NULL),(1045,2,1689953541,'assignfeedback_file','default','0',NULL),(1046,2,1689953541,'assignfeedback_offline','default','0',NULL),(1047,2,1689953541,'imscp','keepold','1',NULL),(1048,2,1689953541,'imscp','keepold_adv','',NULL),(1049,2,1689953541,'scorm','displaycoursestructure','0',NULL),(1050,2,1689953541,'scorm','displaycoursestructure_adv','',NULL),(1051,2,1689953541,'scorm','popup','0',NULL),(1052,2,1689953541,'scorm','popup_adv','',NULL),(1053,2,1689953541,'scorm','framewidth','100',NULL),(1054,2,1689953541,'scorm','framewidth_adv','1',NULL),(1055,2,1689953541,'scorm','frameheight','500',NULL),(1056,2,1689953541,'scorm','frameheight_adv','1',NULL),(1057,2,1689953541,'scorm','winoptgrp_adv','1',NULL),(1058,2,1689953541,'scorm','scrollbars','0',NULL),(1059,2,1689953541,'scorm','directories','0',NULL),(1060,2,1689953541,'scorm','location','0',NULL),(1061,2,1689953541,'scorm','menubar','0',NULL),(1062,2,1689953541,'scorm','toolbar','0',NULL),(1063,2,1689953541,'scorm','status','0',NULL),(1064,2,1689953541,'scorm','skipview','0',NULL),(1065,2,1689953541,'scorm','skipview_adv','1',NULL),(1066,2,1689953541,'scorm','hidebrowse','0',NULL),(1067,2,1689953541,'scorm','hidebrowse_adv','1',NULL),(1068,2,1689953541,'scorm','hidetoc','0',NULL),(1069,2,1689953541,'scorm','hidetoc_adv','1',NULL),(1070,2,1689953541,'scorm','nav','1',NULL),(1071,2,1689953542,'scorm','nav_adv','1',NULL),(1072,2,1689953542,'scorm','navpositionleft','-100',NULL),(1073,2,1689953542,'scorm','navpositionleft_adv','1',NULL),(1074,2,1689953542,'scorm','navpositiontop','-100',NULL),(1075,2,1689953542,'scorm','navpositiontop_adv','1',NULL),(1076,2,1689953542,'scorm','collapsetocwinsize','767',NULL),(1077,2,1689953542,'scorm','collapsetocwinsize_adv','1',NULL),(1078,2,1689953542,'scorm','displayattemptstatus','1',NULL),(1079,2,1689953542,'scorm','displayattemptstatus_adv','',NULL),(1080,2,1689953542,'scorm','grademethod','1',NULL),(1081,2,1689953542,'scorm','maxgrade','100',NULL),(1082,2,1689953542,'scorm','maxattempt','0',NULL),(1083,2,1689953542,'scorm','whatgrade','0',NULL),(1084,2,1689953542,'scorm','forcecompleted','0',NULL),(1085,2,1689953542,'scorm','forcenewattempt','0',NULL),(1086,2,1689953542,'scorm','autocommit','0',NULL),(1087,2,1689953542,'scorm','masteryoverride','1',NULL),(1088,2,1689953542,'scorm','lastattemptlock','0',NULL),(1089,2,1689953542,'scorm','auto','0',NULL),(1090,2,1689953542,'scorm','updatefreq','0',NULL),(1091,2,1689953542,'scorm','scormstandard','0',NULL),(1092,2,1689953542,'scorm','allowtypeexternal','0',NULL),(1093,2,1689953542,'scorm','allowtypelocalsync','0',NULL),(1094,2,1689953542,'scorm','allowtypeexternalaicc','0',NULL),(1095,2,1689953542,'scorm','allowaicchacp','0',NULL),(1096,2,1689953542,'scorm','aicchacptimeout','30',NULL),(1097,2,1689953542,'scorm','aicchacpkeepsessiondata','1',NULL),(1098,2,1689953542,'scorm','aiccuserid','1',NULL),(1099,2,1689953542,'scorm','forcejavascript','1',NULL),(1100,2,1689953542,'scorm','allowapidebug','0',NULL),(1101,2,1689953542,'scorm','apidebugmask','.*',NULL),(1102,2,1689953542,'scorm','protectpackagedownloads','0',NULL),(1103,2,1689953542,'format_singleactivity','activitytype','forum',NULL),(1104,2,1689953542,'format_weeks','indentation','1',NULL),(1105,2,1689953542,'format_topics','indentation','1',NULL),(1106,2,1689953542,'media_videojs','videoextensions','html_video,media_source,.f4v,.flv',NULL),(1107,2,1689953542,'media_videojs','audioextensions','html_audio',NULL),(1108,2,1689953542,'media_videojs','youtube','1',NULL),(1109,2,1689953542,'media_videojs','videocssclass','video-js',NULL),(1110,2,1689953542,'media_videojs','audiocssclass','video-js',NULL),(1111,2,1689953542,'media_videojs','limitsize','1',NULL),(1112,2,1689953542,'block_activity_results','config_showbest','3',NULL),(1113,2,1689953542,'block_activity_results','config_showbest_locked','',NULL),(1114,2,1689953542,'block_activity_results','config_showworst','0',NULL),(1115,2,1689953542,'block_activity_results','config_showworst_locked','',NULL),(1116,2,1689953542,'block_activity_results','config_usegroups','0',NULL),(1117,2,1689953542,'block_activity_results','config_usegroups_locked','',NULL),(1118,2,1689953543,'block_activity_results','config_nameformat','1',NULL),(1119,2,1689953543,'block_activity_results','config_nameformat_locked','',NULL),(1120,2,1689953543,'block_activity_results','config_gradeformat','1',NULL),(1121,2,1689953543,'block_activity_results','config_gradeformat_locked','',NULL),(1122,2,1689953543,'block_activity_results','config_decimalpoints','2',NULL),(1123,2,1689953543,'block_activity_results','config_decimalpoints_locked','',NULL),(1124,2,1689953543,NULL,'block_course_list_adminview','all',NULL),(1125,2,1689953543,NULL,'block_course_list_hideallcourseslink','0',NULL),(1126,2,1689953543,'block_myoverview','displaycategories','1',NULL),(1127,2,1689953543,'block_myoverview','layouts','card,list,summary',NULL),(1128,2,1689953543,'block_myoverview','displaygroupingallincludinghidden','0',NULL),(1129,2,1689953543,'block_myoverview','displaygroupingall','1',NULL),(1130,2,1689953543,'block_myoverview','displaygroupinginprogress','1',NULL),(1131,2,1689953543,'block_myoverview','displaygroupingpast','1',NULL),(1132,2,1689953543,'block_myoverview','displaygroupingfuture','1',NULL),(1133,2,1689953543,'block_myoverview','displaygroupingcustomfield','0',NULL),(1134,2,1689953543,'block_myoverview','customfiltergrouping','',NULL),(1135,2,1689953543,'block_myoverview','displaygroupingfavourites','1',NULL),(1136,2,1689953543,'block_myoverview','displaygroupinghidden','1',NULL),(1137,2,1689953543,NULL,'block_online_users_timetosee','5',NULL),(1138,2,1689953543,NULL,'block_online_users_onlinestatushiding','1',NULL),(1139,2,1689953543,'block_starredcourses','displaycategories','1',NULL),(1140,2,1689953543,'block_section_links','numsections1','22',NULL),(1141,2,1689953543,'block_section_links','incby1','2',NULL),(1142,2,1689953543,'block_section_links','numsections2','40',NULL),(1143,2,1689953543,'block_section_links','incby2','5',NULL),(1144,2,1689953543,'block_section_links','showsectionname','0',NULL),(1145,2,1689953543,NULL,'block_rss_client_num_entries','5',NULL),(1146,2,1689953543,NULL,'block_rss_client_timeout','30',NULL),(1147,2,1689953543,'block_recentlyaccessedcourses','displaycategories','1',NULL),(1148,2,1689953543,'block_accessreview','whattoshow','showboth',NULL),(1149,2,1689953543,'block_accessreview','errordisplay','showint',NULL),(1150,2,1689953543,'block_accessreview','toolpage','errors',NULL),(1151,2,1689953543,NULL,'block_html_allowcssclasses','0',NULL),(1152,2,1689953543,'block_tag_youtube','apikey','',NULL),(1153,2,1689953543,'logstore_database','dbdriver','',NULL),(1154,2,1689953543,'logstore_database','dbhost','',NULL),(1155,2,1689953543,'logstore_database','dbuser','',NULL),(1156,2,1689953543,'logstore_database','dbpass','',NULL),(1157,2,1689953543,'logstore_database','dbname','',NULL),(1158,2,1689953543,'logstore_database','dbtable','',NULL),(1159,2,1689953543,'logstore_database','dbpersist','0',NULL),(1160,2,1689953543,'logstore_database','dbsocket','',NULL),(1161,2,1689953543,'logstore_database','dbport','',NULL),(1162,2,1689953544,'logstore_database','dbschema','',NULL),(1163,2,1689953544,'logstore_database','dbcollation','',NULL),(1164,2,1689953544,'logstore_database','dbhandlesoptions','0',NULL),(1165,2,1689953544,'logstore_database','buffersize','50',NULL),(1166,2,1689953544,'logstore_database','jsonformat','1',NULL),(1167,2,1689953544,'logstore_database','logguests','0',NULL),(1168,2,1689953544,'logstore_database','includelevels','1,2,0',NULL),(1169,2,1689953544,'logstore_database','includeactions','c,r,u,d',NULL),(1170,2,1689953544,'logstore_legacy','loglegacy','0',NULL),(1171,2,1689953544,NULL,'logguests','1',NULL),(1172,2,1689953544,NULL,'loglifetime','0',NULL),(1173,2,1689953544,'logstore_standard','logguests','1',NULL),(1174,2,1689953544,'logstore_standard','jsonformat','1',NULL),(1175,2,1689953544,'logstore_standard','loglifetime','0',NULL),(1176,2,1689953544,'logstore_standard','buffersize','50',NULL),(1177,2,1689953544,'auth_email','recaptcha','0',NULL),(1178,2,1689953544,'auth_email','field_lock_firstname','unlocked',NULL),(1179,2,1689953544,'auth_email','field_lock_lastname','unlocked',NULL),(1180,2,1689953544,'auth_email','field_lock_email','unlocked',NULL),(1181,2,1689953544,'auth_email','field_lock_city','unlocked',NULL),(1182,2,1689953544,'auth_email','field_lock_country','unlocked',NULL),(1183,2,1689953544,'auth_email','field_lock_lang','unlocked',NULL),(1184,2,1689953544,'auth_email','field_lock_description','unlocked',NULL),(1185,2,1689953544,'auth_email','field_lock_idnumber','unlocked',NULL),(1186,2,1689953544,'auth_email','field_lock_institution','unlocked',NULL),(1187,2,1689953544,'auth_email','field_lock_department','unlocked',NULL),(1188,2,1689953544,'auth_email','field_lock_phone1','unlocked',NULL),(1189,2,1689953544,'auth_email','field_lock_phone2','unlocked',NULL),(1190,2,1689953544,'auth_email','field_lock_address','unlocked',NULL),(1191,2,1689953544,'auth_email','field_lock_firstnamephonetic','unlocked',NULL),(1192,2,1689953544,'auth_email','field_lock_lastnamephonetic','unlocked',NULL),(1193,2,1689953544,'auth_email','field_lock_middlename','unlocked',NULL),(1194,2,1689953544,'auth_email','field_lock_alternatename','unlocked',NULL),(1195,2,1689953544,'auth_none','field_lock_firstname','unlocked',NULL),(1196,2,1689953544,'auth_none','field_lock_lastname','unlocked',NULL),(1197,2,1689953544,'auth_none','field_lock_email','unlocked',NULL),(1198,2,1689953544,'auth_none','field_lock_city','unlocked',NULL),(1199,2,1689953544,'auth_none','field_lock_country','unlocked',NULL),(1200,2,1689953544,'auth_none','field_lock_lang','unlocked',NULL),(1201,2,1689953544,'auth_none','field_lock_description','unlocked',NULL),(1202,2,1689953544,'auth_none','field_lock_idnumber','unlocked',NULL),(1203,2,1689953544,'auth_none','field_lock_institution','unlocked',NULL),(1204,2,1689953544,'auth_none','field_lock_department','unlocked',NULL),(1205,2,1689953544,'auth_none','field_lock_phone1','unlocked',NULL),(1206,2,1689953544,'auth_none','field_lock_phone2','unlocked',NULL),(1207,2,1689953544,'auth_none','field_lock_address','unlocked',NULL),(1208,2,1689953544,'auth_none','field_lock_firstnamephonetic','unlocked',NULL),(1209,2,1689953545,'auth_none','field_lock_lastnamephonetic','unlocked',NULL),(1210,2,1689953545,'auth_none','field_lock_middlename','unlocked',NULL),(1211,2,1689953545,'auth_none','field_lock_alternatename','unlocked',NULL),(1212,2,1689953545,'auth_db','host','127.0.0.1',NULL),(1213,2,1689953545,'auth_db','type','mysqli',NULL),(1214,2,1689953545,'auth_db','sybasequoting','0',NULL),(1215,2,1689953545,'auth_db','name','',NULL),(1216,2,1689953545,'auth_db','user','',NULL),(1217,2,1689953545,'auth_db','pass','',NULL),(1218,2,1689953545,'auth_db','table','',NULL),(1219,2,1689953545,'auth_db','fielduser','',NULL),(1220,2,1689953545,'auth_db','fieldpass','',NULL),(1221,2,1689953545,'auth_db','passtype','plaintext',NULL),(1222,2,1689953545,'auth_db','extencoding','utf-8',NULL),(1223,2,1689953545,'auth_db','setupsql','',NULL),(1224,2,1689953545,'auth_db','debugauthdb','0',NULL),(1225,2,1689953545,'auth_db','changepasswordurl','',NULL),(1226,2,1689953545,'auth_db','removeuser','0',NULL),(1227,2,1689953545,'auth_db','updateusers','0',NULL),(1228,2,1689953545,'auth_db','field_map_firstname','',NULL),(1229,2,1689953545,'auth_db','field_updatelocal_firstname','oncreate',NULL),(1230,2,1689953545,'auth_db','field_updateremote_firstname','0',NULL),(1231,2,1689953545,'auth_db','field_lock_firstname','unlocked',NULL),(1232,2,1689953545,'auth_db','field_map_lastname','',NULL),(1233,2,1689953545,'auth_db','field_updatelocal_lastname','oncreate',NULL),(1234,2,1689953545,'auth_db','field_updateremote_lastname','0',NULL),(1235,2,1689953545,'auth_db','field_lock_lastname','unlocked',NULL),(1236,2,1689953545,'auth_db','field_map_email','',NULL),(1237,2,1689953545,'auth_db','field_updatelocal_email','oncreate',NULL),(1238,2,1689953545,'auth_db','field_updateremote_email','0',NULL),(1239,2,1689953545,'auth_db','field_lock_email','unlocked',NULL),(1240,2,1689953545,'auth_db','field_map_city','',NULL),(1241,2,1689953545,'auth_db','field_updatelocal_city','oncreate',NULL),(1242,2,1689953545,'auth_db','field_updateremote_city','0',NULL),(1243,2,1689953545,'auth_db','field_lock_city','unlocked',NULL),(1244,2,1689953545,'auth_db','field_map_country','',NULL),(1245,2,1689953545,'auth_db','field_updatelocal_country','oncreate',NULL),(1246,2,1689953545,'auth_db','field_updateremote_country','0',NULL),(1247,2,1689953545,'auth_db','field_lock_country','unlocked',NULL),(1248,2,1689953545,'auth_db','field_map_lang','',NULL),(1249,2,1689953545,'auth_db','field_updatelocal_lang','oncreate',NULL),(1250,2,1689953545,'auth_db','field_updateremote_lang','0',NULL),(1251,2,1689953545,'auth_db','field_lock_lang','unlocked',NULL),(1252,2,1689953545,'auth_db','field_map_description','',NULL),(1253,2,1689953545,'auth_db','field_updatelocal_description','oncreate',NULL),(1254,2,1689953545,'auth_db','field_updateremote_description','0',NULL),(1255,2,1689953546,'auth_db','field_lock_description','unlocked',NULL),(1256,2,1689953546,'auth_db','field_map_idnumber','',NULL),(1257,2,1689953546,'auth_db','field_updatelocal_idnumber','oncreate',NULL),(1258,2,1689953546,'auth_db','field_updateremote_idnumber','0',NULL),(1259,2,1689953546,'auth_db','field_lock_idnumber','unlocked',NULL),(1260,2,1689953546,'auth_db','field_map_institution','',NULL),(1261,2,1689953546,'auth_db','field_updatelocal_institution','oncreate',NULL),(1262,2,1689953546,'auth_db','field_updateremote_institution','0',NULL),(1263,2,1689953546,'auth_db','field_lock_institution','unlocked',NULL),(1264,2,1689953546,'auth_db','field_map_department','',NULL),(1265,2,1689953546,'auth_db','field_updatelocal_department','oncreate',NULL),(1266,2,1689953546,'auth_db','field_updateremote_department','0',NULL),(1267,2,1689953546,'auth_db','field_lock_department','unlocked',NULL),(1268,2,1689953546,'auth_db','field_map_phone1','',NULL),(1269,2,1689953546,'auth_db','field_updatelocal_phone1','oncreate',NULL),(1270,2,1689953546,'auth_db','field_updateremote_phone1','0',NULL),(1271,2,1689953546,'auth_db','field_lock_phone1','unlocked',NULL),(1272,2,1689953546,'auth_db','field_map_phone2','',NULL),(1273,2,1689953546,'auth_db','field_updatelocal_phone2','oncreate',NULL),(1274,2,1689953546,'auth_db','field_updateremote_phone2','0',NULL),(1275,2,1689953546,'auth_db','field_lock_phone2','unlocked',NULL),(1276,2,1689953546,'auth_db','field_map_address','',NULL),(1277,2,1689953546,'auth_db','field_updatelocal_address','oncreate',NULL),(1278,2,1689953546,'auth_db','field_updateremote_address','0',NULL),(1279,2,1689953546,'auth_db','field_lock_address','unlocked',NULL),(1280,2,1689953546,'auth_db','field_map_firstnamephonetic','',NULL),(1281,2,1689953546,'auth_db','field_updatelocal_firstnamephonetic','oncreate',NULL),(1282,2,1689953546,'auth_db','field_updateremote_firstnamephonetic','0',NULL),(1283,2,1689953546,'auth_db','field_lock_firstnamephonetic','unlocked',NULL),(1284,2,1689953546,'auth_db','field_map_lastnamephonetic','',NULL),(1285,2,1689953546,'auth_db','field_updatelocal_lastnamephonetic','oncreate',NULL),(1286,2,1689953546,'auth_db','field_updateremote_lastnamephonetic','0',NULL),(1287,2,1689953546,'auth_db','field_lock_lastnamephonetic','unlocked',NULL),(1288,2,1689953546,'auth_db','field_map_middlename','',NULL),(1289,2,1689953546,'auth_db','field_updatelocal_middlename','oncreate',NULL),(1290,2,1689953546,'auth_db','field_updateremote_middlename','0',NULL),(1291,2,1689953546,'auth_db','field_lock_middlename','unlocked',NULL),(1292,2,1689953546,'auth_db','field_map_alternatename','',NULL),(1293,2,1689953546,'auth_db','field_updatelocal_alternatename','oncreate',NULL),(1294,2,1689953546,'auth_db','field_updateremote_alternatename','0',NULL),(1295,2,1689953546,'auth_db','field_lock_alternatename','unlocked',NULL),(1296,2,1689953546,'auth_ldap','field_map_firstname','',NULL),(1297,2,1689953546,'auth_ldap','field_updatelocal_firstname','oncreate',NULL),(1298,2,1689953546,'auth_ldap','field_updateremote_firstname','0',NULL),(1299,2,1689953546,'auth_ldap','field_lock_firstname','unlocked',NULL),(1300,2,1689953546,'auth_ldap','field_map_lastname','',NULL),(1301,2,1689953547,'auth_ldap','field_updatelocal_lastname','oncreate',NULL),(1302,2,1689953547,'auth_ldap','field_updateremote_lastname','0',NULL),(1303,2,1689953547,'auth_ldap','field_lock_lastname','unlocked',NULL),(1304,2,1689953547,'auth_ldap','field_map_email','',NULL),(1305,2,1689953547,'auth_ldap','field_updatelocal_email','oncreate',NULL),(1306,2,1689953547,'auth_ldap','field_updateremote_email','0',NULL),(1307,2,1689953547,'auth_ldap','field_lock_email','unlocked',NULL),(1308,2,1689953547,'auth_ldap','field_map_city','',NULL),(1309,2,1689953547,'auth_ldap','field_updatelocal_city','oncreate',NULL),(1310,2,1689953547,'auth_ldap','field_updateremote_city','0',NULL),(1311,2,1689953547,'auth_ldap','field_lock_city','unlocked',NULL),(1312,2,1689953547,'auth_ldap','field_map_country','',NULL),(1313,2,1689953547,'auth_ldap','field_updatelocal_country','oncreate',NULL),(1314,2,1689953547,'auth_ldap','field_updateremote_country','0',NULL),(1315,2,1689953547,'auth_ldap','field_lock_country','unlocked',NULL),(1316,2,1689953547,'auth_ldap','field_map_lang','',NULL),(1317,2,1689953547,'auth_ldap','field_updatelocal_lang','oncreate',NULL),(1318,2,1689953547,'auth_ldap','field_updateremote_lang','0',NULL),(1319,2,1689953547,'auth_ldap','field_lock_lang','unlocked',NULL),(1320,2,1689953547,'auth_ldap','field_map_description','',NULL),(1321,2,1689953547,'auth_ldap','field_updatelocal_description','oncreate',NULL),(1322,2,1689953547,'auth_ldap','field_updateremote_description','0',NULL),(1323,2,1689953547,'auth_ldap','field_lock_description','unlocked',NULL),(1324,2,1689953547,'auth_ldap','field_map_idnumber','',NULL),(1325,2,1689953547,'auth_ldap','field_updatelocal_idnumber','oncreate',NULL),(1326,2,1689953547,'auth_ldap','field_updateremote_idnumber','0',NULL),(1327,2,1689953547,'auth_ldap','field_lock_idnumber','unlocked',NULL),(1328,2,1689953547,'auth_ldap','field_map_institution','',NULL),(1329,2,1689953547,'auth_ldap','field_updatelocal_institution','oncreate',NULL),(1330,2,1689953547,'auth_ldap','field_updateremote_institution','0',NULL),(1331,2,1689953547,'auth_ldap','field_lock_institution','unlocked',NULL),(1332,2,1689953547,'auth_ldap','field_map_department','',NULL),(1333,2,1689953547,'auth_ldap','field_updatelocal_department','oncreate',NULL),(1334,2,1689953547,'auth_ldap','field_updateremote_department','0',NULL),(1335,2,1689953547,'auth_ldap','field_lock_department','unlocked',NULL),(1336,2,1689953547,'auth_ldap','field_map_phone1','',NULL),(1337,2,1689953547,'auth_ldap','field_updatelocal_phone1','oncreate',NULL),(1338,2,1689953547,'auth_ldap','field_updateremote_phone1','0',NULL),(1339,2,1689953547,'auth_ldap','field_lock_phone1','unlocked',NULL),(1340,2,1689953547,'auth_ldap','field_map_phone2','',NULL),(1341,2,1689953547,'auth_ldap','field_updatelocal_phone2','oncreate',NULL),(1342,2,1689953547,'auth_ldap','field_updateremote_phone2','0',NULL),(1343,2,1689953547,'auth_ldap','field_lock_phone2','unlocked',NULL),(1344,2,1689953547,'auth_ldap','field_map_address','',NULL),(1345,2,1689953547,'auth_ldap','field_updatelocal_address','oncreate',NULL),(1346,2,1689953547,'auth_ldap','field_updateremote_address','0',NULL),(1347,2,1689953547,'auth_ldap','field_lock_address','unlocked',NULL),(1348,2,1689953548,'auth_ldap','field_map_firstnamephonetic','',NULL),(1349,2,1689953548,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate',NULL),(1350,2,1689953548,'auth_ldap','field_updateremote_firstnamephonetic','0',NULL),(1351,2,1689953548,'auth_ldap','field_lock_firstnamephonetic','unlocked',NULL),(1352,2,1689953548,'auth_ldap','field_map_lastnamephonetic','',NULL),(1353,2,1689953548,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate',NULL),(1354,2,1689953548,'auth_ldap','field_updateremote_lastnamephonetic','0',NULL),(1355,2,1689953548,'auth_ldap','field_lock_lastnamephonetic','unlocked',NULL),(1356,2,1689953548,'auth_ldap','field_map_middlename','',NULL),(1357,2,1689953548,'auth_ldap','field_updatelocal_middlename','oncreate',NULL),(1358,2,1689953548,'auth_ldap','field_updateremote_middlename','0',NULL),(1359,2,1689953548,'auth_ldap','field_lock_middlename','unlocked',NULL),(1360,2,1689953548,'auth_ldap','field_map_alternatename','',NULL),(1361,2,1689953548,'auth_ldap','field_updatelocal_alternatename','oncreate',NULL),(1362,2,1689953548,'auth_ldap','field_updateremote_alternatename','0',NULL),(1363,2,1689953548,'auth_ldap','field_lock_alternatename','unlocked',NULL),(1364,2,1689953548,'auth_cas','field_map_firstname','',NULL),(1365,2,1689953548,'auth_cas','field_updatelocal_firstname','oncreate',NULL),(1366,2,1689953548,'auth_cas','field_updateremote_firstname','0',NULL),(1367,2,1689953548,'auth_cas','field_lock_firstname','unlocked',NULL),(1368,2,1689953548,'auth_cas','field_map_lastname','',NULL),(1369,2,1689953548,'auth_cas','field_updatelocal_lastname','oncreate',NULL),(1370,2,1689953548,'auth_cas','field_updateremote_lastname','0',NULL),(1371,2,1689953548,'auth_cas','field_lock_lastname','unlocked',NULL),(1372,2,1689953548,'auth_cas','field_map_email','',NULL),(1373,2,1689953548,'auth_cas','field_updatelocal_email','oncreate',NULL),(1374,2,1689953548,'auth_cas','field_updateremote_email','0',NULL),(1375,2,1689953548,'auth_cas','field_lock_email','unlocked',NULL),(1376,2,1689953548,'auth_cas','field_map_city','',NULL),(1377,2,1689953548,'auth_cas','field_updatelocal_city','oncreate',NULL),(1378,2,1689953548,'auth_cas','field_updateremote_city','0',NULL),(1379,2,1689953548,'auth_cas','field_lock_city','unlocked',NULL),(1380,2,1689953548,'auth_cas','field_map_country','',NULL),(1381,2,1689953548,'auth_cas','field_updatelocal_country','oncreate',NULL),(1382,2,1689953548,'auth_cas','field_updateremote_country','0',NULL),(1383,2,1689953548,'auth_cas','field_lock_country','unlocked',NULL),(1384,2,1689953548,'auth_cas','field_map_lang','',NULL),(1385,2,1689953548,'auth_cas','field_updatelocal_lang','oncreate',NULL),(1386,2,1689953548,'auth_cas','field_updateremote_lang','0',NULL),(1387,2,1689953548,'auth_cas','field_lock_lang','unlocked',NULL),(1388,2,1689953548,'auth_cas','field_map_description','',NULL),(1389,2,1689953548,'auth_cas','field_updatelocal_description','oncreate',NULL),(1390,2,1689953548,'auth_cas','field_updateremote_description','0',NULL),(1391,2,1689953548,'auth_cas','field_lock_description','unlocked',NULL),(1392,2,1689953548,'auth_cas','field_map_idnumber','',NULL),(1393,2,1689953548,'auth_cas','field_updatelocal_idnumber','oncreate',NULL),(1394,2,1689953548,'auth_cas','field_updateremote_idnumber','0',NULL),(1395,2,1689953548,'auth_cas','field_lock_idnumber','unlocked',NULL),(1396,2,1689953548,'auth_cas','field_map_institution','',NULL),(1397,2,1689953548,'auth_cas','field_updatelocal_institution','oncreate',NULL),(1398,2,1689953548,'auth_cas','field_updateremote_institution','0',NULL),(1399,2,1689953549,'auth_cas','field_lock_institution','unlocked',NULL),(1400,2,1689953549,'auth_cas','field_map_department','',NULL),(1401,2,1689953549,'auth_cas','field_updatelocal_department','oncreate',NULL),(1402,2,1689953549,'auth_cas','field_updateremote_department','0',NULL),(1403,2,1689953549,'auth_cas','field_lock_department','unlocked',NULL),(1404,2,1689953549,'auth_cas','field_map_phone1','',NULL),(1405,2,1689953549,'auth_cas','field_updatelocal_phone1','oncreate',NULL),(1406,2,1689953549,'auth_cas','field_updateremote_phone1','0',NULL),(1407,2,1689953549,'auth_cas','field_lock_phone1','unlocked',NULL),(1408,2,1689953549,'auth_cas','field_map_phone2','',NULL),(1409,2,1689953549,'auth_cas','field_updatelocal_phone2','oncreate',NULL),(1410,2,1689953549,'auth_cas','field_updateremote_phone2','0',NULL),(1411,2,1689953549,'auth_cas','field_lock_phone2','unlocked',NULL),(1412,2,1689953549,'auth_cas','field_map_address','',NULL),(1413,2,1689953549,'auth_cas','field_updatelocal_address','oncreate',NULL),(1414,2,1689953549,'auth_cas','field_updateremote_address','0',NULL),(1415,2,1689953549,'auth_cas','field_lock_address','unlocked',NULL),(1416,2,1689953549,'auth_cas','field_map_firstnamephonetic','',NULL),(1417,2,1689953549,'auth_cas','field_updatelocal_firstnamephonetic','oncreate',NULL),(1418,2,1689953549,'auth_cas','field_updateremote_firstnamephonetic','0',NULL),(1419,2,1689953549,'auth_cas','field_lock_firstnamephonetic','unlocked',NULL),(1420,2,1689953549,'auth_cas','field_map_lastnamephonetic','',NULL),(1421,2,1689953549,'auth_cas','field_updatelocal_lastnamephonetic','oncreate',NULL),(1422,2,1689953549,'auth_cas','field_updateremote_lastnamephonetic','0',NULL),(1423,2,1689953549,'auth_cas','field_lock_lastnamephonetic','unlocked',NULL),(1424,2,1689953549,'auth_cas','field_map_middlename','',NULL),(1425,2,1689953549,'auth_cas','field_updatelocal_middlename','oncreate',NULL),(1426,2,1689953549,'auth_cas','field_updateremote_middlename','0',NULL),(1427,2,1689953549,'auth_cas','field_lock_middlename','unlocked',NULL),(1428,2,1689953549,'auth_cas','field_map_alternatename','',NULL),(1429,2,1689953549,'auth_cas','field_updatelocal_alternatename','oncreate',NULL),(1430,2,1689953549,'auth_cas','field_updateremote_alternatename','0',NULL),(1431,2,1689953549,'auth_cas','field_lock_alternatename','unlocked',NULL),(1432,2,1689953549,'auth_manual','expiration','0',NULL),(1433,2,1689953549,'auth_manual','expirationtime','30',NULL),(1434,2,1689953549,'auth_manual','expiration_warning','0',NULL),(1435,2,1689953549,'auth_manual','field_lock_firstname','unlocked',NULL),(1436,2,1689953549,'auth_manual','field_lock_lastname','unlocked',NULL),(1437,2,1689953549,'auth_manual','field_lock_email','unlocked',NULL),(1438,2,1689953549,'auth_manual','field_lock_city','unlocked',NULL),(1439,2,1689953549,'auth_manual','field_lock_country','unlocked',NULL),(1440,2,1689953549,'auth_manual','field_lock_lang','unlocked',NULL),(1441,2,1689953549,'auth_manual','field_lock_description','unlocked',NULL),(1442,2,1689953549,'auth_manual','field_lock_idnumber','unlocked',NULL),(1443,2,1689953549,'auth_manual','field_lock_institution','unlocked',NULL),(1444,2,1689953549,'auth_manual','field_lock_department','unlocked',NULL),(1445,2,1689953549,'auth_manual','field_lock_phone1','unlocked',NULL),(1446,2,1689953550,'auth_manual','field_lock_phone2','unlocked',NULL),(1447,2,1689953550,'auth_manual','field_lock_address','unlocked',NULL),(1448,2,1689953550,'auth_manual','field_lock_firstnamephonetic','unlocked',NULL),(1449,2,1689953550,'auth_manual','field_lock_lastnamephonetic','unlocked',NULL),(1450,2,1689953550,'auth_manual','field_lock_middlename','unlocked',NULL),(1451,2,1689953550,'auth_manual','field_lock_alternatename','unlocked',NULL),(1452,2,1689953550,'auth_mnet','rpc_negotiation_timeout','30',NULL),(1453,2,1689953550,'auth_oauth2','field_lock_firstname','unlocked',NULL),(1454,2,1689953550,'auth_oauth2','field_lock_lastname','unlocked',NULL),(1455,2,1689953550,'auth_oauth2','field_lock_email','unlocked',NULL),(1456,2,1689953550,'auth_oauth2','field_lock_city','unlocked',NULL),(1457,2,1689953550,'auth_oauth2','field_lock_country','unlocked',NULL),(1458,2,1689953550,'auth_oauth2','field_lock_lang','unlocked',NULL),(1459,2,1689953550,'auth_oauth2','field_lock_description','unlocked',NULL),(1460,2,1689953550,'auth_oauth2','field_lock_idnumber','unlocked',NULL),(1461,2,1689953550,'auth_oauth2','field_lock_institution','unlocked',NULL),(1462,2,1689953550,'auth_oauth2','field_lock_department','unlocked',NULL),(1463,2,1689953550,'auth_oauth2','field_lock_phone1','unlocked',NULL),(1464,2,1689953550,'auth_oauth2','field_lock_phone2','unlocked',NULL),(1465,2,1689953550,'auth_oauth2','field_lock_address','unlocked',NULL),(1466,2,1689953550,'auth_oauth2','field_lock_firstnamephonetic','unlocked',NULL),(1467,2,1689953550,'auth_oauth2','field_lock_lastnamephonetic','unlocked',NULL),(1468,2,1689953550,'auth_oauth2','field_lock_middlename','unlocked',NULL),(1469,2,1689953550,'auth_oauth2','field_lock_alternatename','unlocked',NULL),(1470,2,1689953550,'auth_shibboleth','user_attribute','',NULL),(1471,2,1689953550,'auth_shibboleth','convert_data','',NULL),(1472,2,1689953550,'auth_shibboleth','alt_login','off',NULL),(1473,2,1689953550,'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),(1474,2,1689953550,'auth_shibboleth','logout_handler','',NULL),(1475,2,1689953550,'auth_shibboleth','logout_return_url','',NULL),(1476,2,1689953550,'auth_shibboleth','login_name','Shibboleth Login',NULL),(1477,2,1689953550,'auth_shibboleth','auth_logo','',NULL),(1478,2,1689953550,'auth_shibboleth','auth_instructions','如果您的學校支援Shibboleth,可以使用<a href=\"https://www.cultivarts.org/moodle/auth/shibboleth/index.php\">Shibboleth登入</a>來存取它。<br />否則請使用這標準登入表單。',NULL),(1479,2,1689953550,'auth_shibboleth','changepasswordurl','',NULL),(1480,2,1689953550,'auth_shibboleth','field_map_firstname','',NULL),(1481,2,1689953550,'auth_shibboleth','field_updatelocal_firstname','oncreate',NULL),(1482,2,1689953550,'auth_shibboleth','field_lock_firstname','unlocked',NULL),(1483,2,1689953550,'auth_shibboleth','field_map_lastname','',NULL),(1484,2,1689953550,'auth_shibboleth','field_updatelocal_lastname','oncreate',NULL),(1485,2,1689953550,'auth_shibboleth','field_lock_lastname','unlocked',NULL),(1486,2,1689953550,'auth_shibboleth','field_map_email','',NULL),(1487,2,1689953550,'auth_shibboleth','field_updatelocal_email','oncreate',NULL),(1488,2,1689953550,'auth_shibboleth','field_lock_email','unlocked',NULL),(1489,2,1689953550,'auth_shibboleth','field_map_city','',NULL),(1490,2,1689953550,'auth_shibboleth','field_updatelocal_city','oncreate',NULL),(1491,2,1689953550,'auth_shibboleth','field_lock_city','unlocked',NULL),(1492,2,1689953551,'auth_shibboleth','field_map_country','',NULL),(1493,2,1689953551,'auth_shibboleth','field_updatelocal_country','oncreate',NULL),(1494,2,1689953551,'auth_shibboleth','field_lock_country','unlocked',NULL),(1495,2,1689953551,'auth_shibboleth','field_map_lang','',NULL),(1496,2,1689953551,'auth_shibboleth','field_updatelocal_lang','oncreate',NULL),(1497,2,1689953551,'auth_shibboleth','field_lock_lang','unlocked',NULL),(1498,2,1689953551,'auth_shibboleth','field_map_description','',NULL),(1499,2,1689953551,'auth_shibboleth','field_updatelocal_description','oncreate',NULL),(1500,2,1689953551,'auth_shibboleth','field_lock_description','unlocked',NULL),(1501,2,1689953551,'auth_shibboleth','field_map_idnumber','',NULL),(1502,2,1689953551,'auth_shibboleth','field_updatelocal_idnumber','oncreate',NULL),(1503,2,1689953551,'auth_shibboleth','field_lock_idnumber','unlocked',NULL),(1504,2,1689953551,'auth_shibboleth','field_map_institution','',NULL),(1505,2,1689953551,'auth_shibboleth','field_updatelocal_institution','oncreate',NULL),(1506,2,1689953551,'auth_shibboleth','field_lock_institution','unlocked',NULL),(1507,2,1689953551,'auth_shibboleth','field_map_department','',NULL),(1508,2,1689953551,'auth_shibboleth','field_updatelocal_department','oncreate',NULL),(1509,2,1689953551,'auth_shibboleth','field_lock_department','unlocked',NULL),(1510,2,1689953551,'auth_shibboleth','field_map_phone1','',NULL),(1511,2,1689953551,'auth_shibboleth','field_updatelocal_phone1','oncreate',NULL),(1512,2,1689953551,'auth_shibboleth','field_lock_phone1','unlocked',NULL),(1513,2,1689953551,'auth_shibboleth','field_map_phone2','',NULL),(1514,2,1689953551,'auth_shibboleth','field_updatelocal_phone2','oncreate',NULL),(1515,2,1689953551,'auth_shibboleth','field_lock_phone2','unlocked',NULL),(1516,2,1689953551,'auth_shibboleth','field_map_address','',NULL),(1517,2,1689953551,'auth_shibboleth','field_updatelocal_address','oncreate',NULL),(1518,2,1689953551,'auth_shibboleth','field_lock_address','unlocked',NULL),(1519,2,1689953551,'auth_shibboleth','field_map_firstnamephonetic','',NULL),(1520,2,1689953551,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate',NULL),(1521,2,1689953551,'auth_shibboleth','field_lock_firstnamephonetic','unlocked',NULL),(1522,2,1689953551,'auth_shibboleth','field_map_lastnamephonetic','',NULL),(1523,2,1689953551,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate',NULL),(1524,2,1689953551,'auth_shibboleth','field_lock_lastnamephonetic','unlocked',NULL),(1525,2,1689953551,'auth_shibboleth','field_map_middlename','',NULL),(1526,2,1689953551,'auth_shibboleth','field_updatelocal_middlename','oncreate',NULL),(1527,2,1689953551,'auth_shibboleth','field_lock_middlename','unlocked',NULL),(1528,2,1689953551,'auth_shibboleth','field_map_alternatename','',NULL),(1529,2,1689953551,'auth_shibboleth','field_updatelocal_alternatename','oncreate',NULL),(1530,2,1689953551,'auth_shibboleth','field_lock_alternatename','unlocked',NULL),(1531,2,1689953551,'qtype_multichoice','answerhowmany','1',NULL),(1532,2,1689953551,'qtype_multichoice','shuffleanswers','1',NULL),(1533,2,1689953551,'qtype_multichoice','answernumbering','abc',NULL),(1534,2,1689953551,'qtype_multichoice','showstandardinstruction','0',NULL),(1535,2,1689953551,'fileconverter_googledrive','issuerid','',NULL),(1536,2,1689953551,NULL,'pathtounoconv','/usr/bin/unoconv',NULL),(1537,2,1689953552,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist, indent\nlinks = link\nfiles = emojipicker, image, media, recordrtc, managefiles, h5p\naccessibility = accessibilitychecker, accessibilityhelper\nstyle2 = underline, strike, subscript, superscript\nalign = align\ninsert = equation, charmap, table, clear\nundo = undo\nother = html',NULL),(1538,2,1689953552,'editor_atto','autosavefrequency','60',NULL),(1539,2,1689953552,'atto_collapse','showgroups','6',NULL),(1540,2,1689953552,'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),(1541,2,1689953552,'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),(1542,2,1689953552,'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),(1543,2,1689953552,'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),(1544,2,1689953552,'atto_recordrtc','allowedtypes','both',NULL),(1545,2,1689953552,'atto_recordrtc','audiobitrate','128000',NULL),(1546,2,1689953552,'atto_recordrtc','videobitrate','2500000',NULL),(1547,2,1689953552,'atto_recordrtc','audiotimelimit','120',NULL),(1548,2,1689953552,'atto_recordrtc','videotimelimit','120',NULL),(1549,2,1689953552,'atto_table','allowborders','0',NULL),(1550,2,1689953552,'atto_table','allowbackgroundcolour','0',NULL),(1551,2,1689953552,'atto_table','allowwidth','0',NULL),(1552,2,1689953552,'tiny_equation','librarygroup1','\n\\cdot\n\\times\n\\ast\n\\div\n\\diamond\n\\pm\n\\mp\n\\oplus\n\\ominus\n\\otimes\n\\oslash\n\\odot\n\\circ\n\\bullet\n\\asymp\n\\equiv\n\\subseteq\n\\supseteq\n\\leq\n\\geq\n\\preceq\n\\succeq\n\\sim\n\\simeq\n\\approx\n\\subset\n\\supset\n\\ll\n\\gg\n\\prec\n\\succ\n\\infty\n\\in\n\\ni\n\\forall\n\\exists\n\\neq\n',NULL),(1553,2,1689953552,'tiny_equation','librarygroup2','\n\\leftarrow\n\\rightarrow\n\\uparrow\n\\downarrow\n\\leftrightarrow\n\\nearrow\n\\searrow\n\\swarrow\n\\nwarrow\n\\Leftarrow\n\\Rightarrow\n\\Uparrow\n\\Downarrow\n\\Leftrightarrow\n',NULL),(1554,2,1689953552,'tiny_equation','librarygroup3','\n\\alpha\n\\beta\n\\gamma\n\\delta\n\\epsilon\n\\zeta\n\\eta\n\\theta\n\\iota\n\\kappa\n\\lambda\n\\mu\n\\nu\n\\xi\n\\pi\n\\rho\n\\sigma\n\\tau\n\\upsilon\n\\phi\n\\chi\n\\psi\n\\omega\n\\Gamma\n\\Delta\n\\Theta\n\\Lambda\n\\Xi\n\\Pi\n\\Sigma\n\\Upsilon\n\\Phi\n\\Psi\n\\Omega\n',NULL),(1555,2,1689953552,'tiny_equation','librarygroup4','\n\\sum{a,b}\n\\sqrt[a]{b+c}\n\\int_{a}^{b}{c}\n\\iint_{a}^{b}{c}\n\\iiint_{a}^{b}{c}\n\\oint{a}\n(a)\n[a]\n\\lbrace{a}\\rbrace\n\\left| \\begin{matrix} a_1 & a_2 \\\\ a_3 & a_4 \\end{matrix} \\right|\n\\frac{a}{b+c}\n\\vec{a}\n\\binom {a} {b}\n{a \\brack b}\n{a \\brace b}\n',NULL),(1556,2,1689953552,'tiny_recordrtc','allowedtypes','both',NULL),(1557,2,1689953552,'tiny_recordrtc','audiobitrate','128000',NULL),(1558,2,1689953552,'tiny_recordrtc','videobitrate','2500000',NULL),(1559,2,1689953552,'tiny_recordrtc','audiotimelimit','120',NULL),(1560,2,1689953552,'tiny_recordrtc','videotimelimit','120',NULL),(1561,2,1689953552,'editor_tiny','branding','1',NULL),(1562,2,1689953552,'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),(1563,2,1689953552,'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),(1564,2,1689953552,'editor_tinymce','customconfig','',NULL),(1565,2,1689953552,'tinymce_moodleemoticon','requireemoticon','1',NULL),(1566,2,1689953552,'tinymce_spellchecker','spellengine','',NULL),(1567,2,1689953552,'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),(1568,2,1689953552,'enrol_guest','requirepassword','0',NULL),(1569,2,1689953552,'enrol_guest','usepasswordpolicy','0',NULL),(1570,2,1689953552,'enrol_guest','showhint','0',NULL),(1571,2,1689953552,'enrol_guest','defaultenrol','1',NULL),(1572,2,1689953552,'enrol_guest','status','1',NULL),(1573,2,1689953552,'enrol_guest','status_adv','',NULL),(1574,2,1689953552,'enrol_meta','nosyncroleids','',NULL),(1575,2,1689953552,'enrol_meta','syncall','1',NULL),(1576,2,1689953552,'enrol_meta','unenrolaction','3',NULL),(1577,2,1689953552,'enrol_meta','coursesort','sortorder',NULL),(1578,2,1689953552,'enrol_manual','expiredaction','1',NULL),(1579,2,1689953552,'enrol_manual','expirynotifyhour','6',NULL),(1580,2,1689953552,'enrol_manual','defaultenrol','1',NULL),(1581,2,1689953552,'enrol_manual','status','0',NULL),(1582,2,1689953552,'enrol_manual','roleid','5',NULL),(1583,2,1689953553,'enrol_manual','enrolstart','4',NULL),(1584,2,1689953553,'enrol_manual','enrolperiod','0',NULL),(1585,2,1689953553,'enrol_manual','expirynotify','0',NULL),(1586,2,1689953553,'enrol_manual','expirythreshold','86400',NULL),(1587,2,1689953553,'enrol_database','dbtype','',NULL),(1588,2,1689953553,'enrol_database','dbhost','localhost',NULL),(1589,2,1689953553,'enrol_database','dbuser','',NULL),(1590,2,1689953553,'enrol_database','dbpass','',NULL),(1591,2,1689953553,'enrol_database','dbname','',NULL),(1592,2,1689953553,'enrol_database','dbencoding','utf-8',NULL),(1593,2,1689953553,'enrol_database','dbsetupsql','',NULL),(1594,2,1689953553,'enrol_database','dbsybasequoting','0',NULL),(1595,2,1689953553,'enrol_database','debugdb','0',NULL),(1596,2,1689953553,'enrol_database','localcoursefield','idnumber',NULL),(1597,2,1689953553,'enrol_database','localuserfield','idnumber',NULL),(1598,2,1689953553,'enrol_database','localrolefield','shortname',NULL),(1599,2,1689953553,'enrol_database','localcategoryfield','id',NULL),(1600,2,1689953553,'enrol_database','remoteenroltable','',NULL),(1601,2,1689953553,'enrol_database','remotecoursefield','',NULL),(1602,2,1689953553,'enrol_database','remoteuserfield','',NULL),(1603,2,1689953553,'enrol_database','remoterolefield','',NULL),(1604,2,1689953553,'enrol_database','remoteotheruserfield','',NULL),(1605,2,1689953553,'enrol_database','defaultrole','5',NULL),(1606,2,1689953553,'enrol_database','ignorehiddencourses','0',NULL),(1607,2,1689953553,'enrol_database','unenrolaction','0',NULL),(1608,2,1689953553,'enrol_database','newcoursetable','',NULL),(1609,2,1689953553,'enrol_database','newcoursefullname','fullname',NULL),(1610,2,1689953553,'enrol_database','newcourseshortname','shortname',NULL),(1611,2,1689953553,'enrol_database','newcourseidnumber','idnumber',NULL),(1612,2,1689953553,'enrol_database','newcoursecategory','',NULL),(1613,2,1689953553,'enrol_database','defaultcategory','1',NULL),(1614,2,1689953553,'enrol_database','templatecourse','',NULL),(1615,2,1689953553,'enrol_cohort','roleid','5',NULL),(1616,2,1689953553,'enrol_cohort','unenrolaction','0',NULL),(1617,2,1689953553,'enrol_flatfile','location','',NULL),(1618,2,1689953553,'enrol_flatfile','encoding','UTF-8',NULL),(1619,2,1689953553,'enrol_flatfile','mailstudents','0',NULL),(1620,2,1689953553,'enrol_flatfile','mailteachers','0',NULL),(1621,2,1689953553,'enrol_flatfile','mailadmins','0',NULL),(1622,2,1689953553,'enrol_flatfile','unenrolaction','3',NULL),(1623,2,1689953553,'enrol_flatfile','expiredaction','3',NULL),(1624,2,1689953553,'enrol_self','requirepassword','0',NULL),(1625,2,1689953553,'enrol_self','usepasswordpolicy','0',NULL),(1626,2,1689953553,'enrol_self','showhint','0',NULL),(1627,2,1689953553,'enrol_self','expiredaction','1',NULL),(1628,2,1689953553,'enrol_self','expirynotifyhour','6',NULL),(1629,2,1689953553,'enrol_self','defaultenrol','1',NULL),(1630,2,1689953553,'enrol_self','status','1',NULL),(1631,2,1689953554,'enrol_self','newenrols','1',NULL),(1632,2,1689953554,'enrol_self','groupkey','0',NULL),(1633,2,1689953554,'enrol_self','roleid','5',NULL),(1634,2,1689953554,'enrol_self','enrolperiod','0',NULL),(1635,2,1689953554,'enrol_self','expirynotify','0',NULL),(1636,2,1689953554,'enrol_self','expirythreshold','86400',NULL),(1637,2,1689953554,'enrol_self','longtimenosee','0',NULL),(1638,2,1689953554,'enrol_self','maxenrolled','0',NULL),(1639,2,1689953554,'enrol_self','sendcoursewelcomemessage','1',NULL),(1640,2,1689953554,'enrol_fee','expiredaction','3',NULL),(1641,2,1689953554,'enrol_fee','status','1',NULL),(1642,2,1689953554,'enrol_fee','cost','0',NULL),(1643,2,1689953554,'enrol_fee','currency','USD',NULL),(1644,2,1689953554,'enrol_fee','roleid','5',NULL),(1645,2,1689953554,'enrol_fee','enrolperiod','0',NULL),(1646,2,1689953554,'enrol_imsenterprise','imsfilelocation','',NULL),(1647,2,1689953554,'enrol_imsenterprise','logtolocation','',NULL),(1648,2,1689953554,'enrol_imsenterprise','mailadmins','0',NULL),(1649,2,1689953554,'enrol_imsenterprise','createnewusers','0',NULL),(1650,2,1689953554,'enrol_imsenterprise','imsupdateusers','0',NULL),(1651,2,1689953554,'enrol_imsenterprise','imsdeleteusers','0',NULL),(1652,2,1689953554,'enrol_imsenterprise','fixcaseusernames','0',NULL),(1653,2,1689953554,'enrol_imsenterprise','fixcasepersonalnames','0',NULL),(1654,2,1689953554,'enrol_imsenterprise','imssourcedidfallback','0',NULL),(1655,2,1689953554,'enrol_imsenterprise','imsrolemap01','5',NULL),(1656,2,1689953554,'enrol_imsenterprise','imsrolemap02','3',NULL),(1657,2,1689953554,'enrol_imsenterprise','imsrolemap03','3',NULL),(1658,2,1689953554,'enrol_imsenterprise','imsrolemap04','5',NULL),(1659,2,1689953554,'enrol_imsenterprise','imsrolemap05','0',NULL),(1660,2,1689953554,'enrol_imsenterprise','imsrolemap06','4',NULL),(1661,2,1689953554,'enrol_imsenterprise','imsrolemap07','0',NULL),(1662,2,1689953554,'enrol_imsenterprise','imsrolemap08','4',NULL),(1663,2,1689953554,'enrol_imsenterprise','truncatecoursecodes','0',NULL),(1664,2,1689953554,'enrol_imsenterprise','createnewcourses','0',NULL),(1665,2,1689953554,'enrol_imsenterprise','updatecourses','0',NULL),(1666,2,1689953554,'enrol_imsenterprise','createnewcategories','0',NULL),(1667,2,1689953554,'enrol_imsenterprise','nestedcategories','0',NULL),(1668,2,1689953554,'enrol_imsenterprise','categoryidnumber','0',NULL),(1669,2,1689953554,'enrol_imsenterprise','categoryseparator','',NULL),(1670,2,1689953554,'enrol_imsenterprise','imsunenrol','0',NULL),(1671,2,1689953554,'enrol_imsenterprise','unenrolaction','0',NULL),(1672,2,1689953554,'enrol_imsenterprise','imscoursemapshortname','coursecode',NULL),(1673,2,1689953554,'enrol_imsenterprise','imscoursemapfullname','short',NULL),(1674,2,1689953554,'enrol_imsenterprise','imscoursemapsummary','ignore',NULL),(1675,2,1689953554,'enrol_imsenterprise','imsrestricttarget','',NULL),(1676,2,1689953554,'enrol_imsenterprise','imscapitafix','0',NULL),(1677,2,1689953554,'enrol_mnet','roleid','5',NULL),(1678,2,1689953555,'enrol_mnet','roleid_adv','1',NULL),(1679,2,1689953555,'enrol_paypal','paypalbusiness','',NULL),(1680,2,1689953555,'enrol_paypal','mailstudents','0',NULL),(1681,2,1689953555,'enrol_paypal','mailteachers','0',NULL),(1682,2,1689953555,'enrol_paypal','mailadmins','0',NULL),(1683,2,1689953555,'enrol_paypal','expiredaction','3',NULL),(1684,2,1689953555,'enrol_paypal','status','1',NULL),(1685,2,1689953555,'enrol_paypal','cost','0',NULL),(1686,2,1689953555,'enrol_paypal','currency','USD',NULL),(1687,2,1689953555,'enrol_paypal','roleid','5',NULL),(1688,2,1689953555,'enrol_paypal','enrolperiod','0',NULL),(1689,2,1689953555,'enrol_lti','emaildisplay','2',NULL),(1690,2,1689953555,'enrol_lti','city','',NULL),(1691,2,1689953555,'enrol_lti','country','',NULL),(1692,2,1689953555,'enrol_lti','timezone','99',NULL),(1693,2,1689953555,'enrol_lti','lang','zh_tw',NULL),(1694,2,1689953555,'enrol_lti','institution','',NULL),(1695,2,1689953555,'mlbackend_python','useserver','0',NULL),(1696,2,1689953555,'mlbackend_python','host','',NULL),(1697,2,1689953555,'mlbackend_python','port','0',NULL),(1698,2,1689953555,'mlbackend_python','secure','0',NULL),(1699,2,1689953555,'mlbackend_python','username','default',NULL),(1700,2,1689953555,'mlbackend_python','password','',NULL),(1701,2,1689953555,'paygw_paypal','surcharge','0',NULL),(1702,2,1689953555,NULL,'profileroles','5,4,3',NULL),(1703,2,1689953555,NULL,'coursecontact','3',NULL),(1704,2,1689953555,NULL,'frontpage','6',NULL),(1705,2,1689953555,NULL,'frontpageloggedin','6',NULL),(1706,2,1689953555,NULL,'maxcategorydepth','2',NULL),(1707,2,1689953555,NULL,'frontpagecourselimit','200',NULL),(1708,2,1689953555,NULL,'commentsperpage','15',NULL),(1709,2,1689953555,NULL,'defaultfrontpageroleid','8',NULL),(1710,2,1689953555,NULL,'messageinbound_enabled','0',NULL),(1711,2,1689953555,NULL,'messageinbound_mailbox','',NULL),(1712,2,1689953555,NULL,'messageinbound_domain','',NULL),(1713,2,1689953555,NULL,'messageinbound_host','',NULL),(1714,2,1689953555,NULL,'messageinbound_hostssl','ssl',NULL),(1715,2,1689953555,NULL,'messageinbound_hostuser','',NULL),(1716,2,1689953555,NULL,'messageinbound_hostpass','',NULL),(1717,2,1689953555,'tool_mobile','apppolicy','',NULL),(1718,2,1689953555,'tool_mobile','typeoflogin','1',NULL),(1719,2,1689953555,'tool_mobile','qrcodetype','2',NULL),(1720,2,1689953555,'tool_mobile','qrkeyttl','600',NULL),(1721,2,1689953555,'tool_mobile','qrsameipcheck','1',NULL),(1722,2,1689953555,'tool_mobile','forcedurlscheme','moodlemobile',NULL),(1723,2,1689953555,'tool_mobile','minimumversion','',NULL),(1724,2,1689953555,'tool_mobile','autologinmintimebetweenreq','360',NULL),(1725,2,1689953555,NULL,'mobilecssurl','',NULL),(1726,2,1689953556,'tool_mobile','enablesmartappbanners','0',NULL),(1727,2,1689953556,'tool_mobile','iosappid','633359593',NULL),(1728,2,1689953556,'tool_mobile','androidappid','com.moodle.moodlemobile',NULL),(1729,2,1689953556,'tool_mobile','setuplink','https://download.moodle.org/mobile',NULL),(1730,2,1689953556,'tool_mobile','forcelogout','0',NULL),(1731,2,1689953556,'tool_mobile','disabledfeatures','',NULL),(1732,2,1689953556,'tool_mobile','custommenuitems','',NULL),(1733,2,1689953556,'tool_mobile','filetypeexclusionlist','',NULL),(1734,2,1689953556,'tool_mobile','customlangstrings','',NULL),(1735,2,1689953556,NULL,'enablemobilewebservice','1',NULL),(1736,2,1689953556,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central',NULL),(1737,2,1689953556,'tool_moodlenet','defaultmoodlenet','https://moodle.net',NULL),(1738,2,1689953655,NULL,'timezone','Asia/Taipei',NULL),(1739,2,1689953655,NULL,'registerauth','',NULL),(1740,2,1689953678,NULL,'supportemail','vincentwclin@gmail.com',NULL),(1741,2,1689957825,NULL,'autolang','0','1'),(1742,2,1689957825,NULL,'lang','en','zh_tw'),(1743,2,1689957856,NULL,'autolang','1','0'),(1744,2,1689957856,NULL,'lang','zh_tw','en'),(1745,2,1689958340,'theme_boost','brandcolor','#03A57D',''),(1746,2,1689959351,'theme_moove','logo','/cultivartsntsq.png',NULL),(1747,2,1689959351,'theme_moove','favicon','/cultivartsntsq_Rnt_icon.ico',NULL),(1748,2,1689959351,'theme_moove','preset','default.scss',NULL),(1749,2,1689959351,'theme_moove','presetfiles','',NULL),(1750,2,1689959351,'theme_moove','loginbgimg','',NULL),(1751,2,1689959351,'theme_moove','brandcolor','#9E5900',NULL),(1752,2,1689959351,'theme_moove','secondarymenucolor','#0f47ad',NULL),(1753,2,1689959351,'theme_moove','fontsite','Roboto',NULL),(1754,2,1689959351,'theme_moove','enablecourseindex','1',NULL),(1755,2,1689959351,'theme_moove','scsspre','',NULL),(1756,2,1689959351,'theme_moove','scss','',NULL),(1757,2,1689959351,'theme_moove','googleanalytics','',NULL),(1758,2,1689959351,'theme_moove','disableteacherspic','1',NULL),(1759,2,1689959351,'theme_moove','slidercount','0',NULL),(1760,2,1689959351,'theme_moove','displaymarketingbox','1',NULL),(1761,2,1689959351,'theme_moove','numbersfrontpage','1',NULL),(1762,2,1689959351,'theme_moove','faqcount','0',NULL),(1763,2,1689959351,'theme_moove','website','',NULL),(1764,2,1689959351,'theme_moove','mobile','',NULL),(1765,2,1689959351,'theme_moove','mail','',NULL),(1766,2,1689959351,'theme_moove','facebook','',NULL),(1767,2,1689959351,'theme_moove','twitter','',NULL),(1768,2,1689959351,'theme_moove','linkedin','',NULL),(1769,2,1689959351,'theme_moove','youtube','',NULL),(1770,2,1689959351,'theme_moove','instagram','',NULL),(1771,2,1689959351,'theme_moove','whatsapp','',NULL),(1772,2,1689959351,'theme_moove','telegram','',NULL),(1773,2,1689959372,'theme_moove','marketingheading','Awesome App Features',NULL),(1774,2,1689959372,'theme_moove','marketingcontent','Moove is a Moodle template based on Boost with modern and creative design.',NULL),(1775,2,1689959372,'theme_moove','marketing1icon','',NULL),(1776,2,1689959372,'theme_moove','marketing1heading','Lorem',NULL),(1777,2,1689959372,'theme_moove','marketing1content','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod.',NULL),(1778,2,1689959372,'theme_moove','marketing2icon','',NULL),(1779,2,1689959373,'theme_moove','marketing2heading','Lorem',NULL),(1780,2,1689959373,'theme_moove','marketing2content','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod.',NULL),(1781,2,1689959373,'theme_moove','marketing3icon','',NULL),(1782,2,1689959373,'theme_moove','marketing3heading','Lorem',NULL),(1783,2,1689959373,'theme_moove','marketing3content','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod.',NULL),(1784,2,1689959373,'theme_moove','marketing4icon','',NULL),(1785,2,1689959373,'theme_moove','marketing4heading','Lorem',NULL),(1786,2,1689959373,'theme_moove','marketing4content','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod.',NULL),(1787,2,1689959373,'theme_moove','numbersfrontpagecontent','<h2>Trusted by 25,000+ happy customers.</h2>\r\n <p>With lots of unique blocks, you can easily build <br class=\"d-none d-sm-block d-md-none d-xl-block\">\r\n a page without coding. Build your next website <br class=\"d-none d-sm-block d-md-none d-xl-block\">\r\n within few minutes.</p>',NULL),(1788,2,1689959446,'theme_moove','brandcolor','#C17D00','#9E5900'),(1789,2,1689959446,'theme_moove','secondarymenucolor','#FFA547','#0f47ad'),(1790,2,1689959604,'theme_moove','brandcolor','#CD9A6A','#C17D00'),(1791,2,1689959604,'theme_moove','secondarymenucolor','#F400F0','#FFA547'),(1792,2,1689959622,'theme_moove','brandcolor','#BC7600','#CD9A6A'),(1793,2,1689959622,'theme_moove','secondarymenucolor','#CD9A6A','#F400F0'),(1794,2,1689959638,'theme_moove','brandcolor','#E07200','#BC7600'),(1795,2,1689959746,'theme_moove','brandcolor','#C67100','#E07200'),(1796,2,1691063550,NULL,'frontpage','','6'),(1797,2,1691063817,'theme_moove','displaymarketingbox','0','1'),(1798,2,1691063817,'theme_moove','numbersfrontpage','0','1'),(1799,2,1691065557,NULL,'enabledashboard','0','1'),(1800,2,1691065557,NULL,'defaulthomepage','0','1'),(1801,2,1691065557,NULL,'allowguestmymoodle','0','1'),(1802,2,1691065557,NULL,'navshowcategories','0','1'),(1803,2,1691065557,NULL,'linkcoursesections','0','1'),(1804,2,1691065888,NULL,'custommenuitems','Moodle社群|https://moodle.org\r\n-Moodle免費支援|http://moodle.org/support\r\n-###\r\n-Moodle開發|http://moodle.org/development\r\n-Moodle跟蹤器|http://tracker.moodle.org\r\n-Moodle文件|http://docs.moodle.org|Moodle Docs\r\n-德文 Moodle 文件|http://docs.moodle.org/de|Documentation in German|de\r\n-###\r\n-Moodle商用虛擬主機http://moodle.com/hosting\r\n-Moodle商用支援|http://moodle.com/support',''),(1805,2,1691065888,NULL,'customusermenuitems','','profile,moodle|/user/profile.php\ngrades,grades|/grade/report/mygrades.php\ncalendar,core_calendar|/calendar/view.php?view=month\nprivatefiles,moodle|/user/files.php\nreports,core_reportbuilder|/reportbuilder/index.php'),(1806,2,1691065900,NULL,'custommenuitems','','Moodle社群|https://moodle.org\r\n-Moodle免費支援|http://moodle.org/support\r\n-###\r\n-Moodle開發|http://moodle.org/development\r\n-Moodle跟蹤器|http://tracker.moodle.org\r\n-Moodle文件|http://docs.moodle.org|Moodle Docs\r\n-德文 Moodle 文件|http://docs.moodle.org/de|Documentation in German|de\r\n-###\r\n-Moodle商用虛擬主機http://moodle.com/hosting\r\n-Moodle商用支援|http://moodle.com/support'),(1807,2,1691067118,NULL,'usetags','0','1'),(1808,2,1691067118,NULL,'enablenotes','0','1'),(1809,2,1691067118,NULL,'enablewebservices','0','1'),(1810,2,1691067118,NULL,'enableblogs','0','1'),(1811,2,1691067118,NULL,'enablebadges','0','1'),(1812,2,1691067118,NULL,'enableanalytics','0','1'),(1813,2,1691067118,'core_competency','enabled','0','1'),(1814,2,1691067118,NULL,'messaging','0','1'),(1815,2,1691067118,NULL,'enablecustomreports','0','1'),(1816,2,1691067118,NULL,'enableaccessibilitytools','0','1'),(1817,2,1691067118,NULL,'enablemobilewebservice','0','1'),(1818,2,1691067118,'tool_moodlenet','enablemoodlenet','0','1'),(1819,2,1691068708,NULL,'debug','30719','0'),(1820,2,1691068708,NULL,'debugdisplay','1','0'),(1821,2,1691068726,NULL,'debugdisplay','0','1'),(1822,2,1691068835,NULL,'debug','32767','30719'),(1823,2,1691068835,NULL,'debugdisplay','1','0'),(1824,2,1696285671,NULL,'smtphosts','smtp.gmail.com',''),(1825,2,1696285671,NULL,'smtpsecure','ssl',''),(1826,2,1696285671,NULL,'smtpuser','mailer@peoplemoverstheatre.org',''),(1827,2,1696285671,NULL,'smtppass','********',''),(1828,2,1696285671,NULL,'noreplyaddress','noreply@cultivarts.org','noreply@www.cultivarts.org'),(1829,2,1696287590,NULL,'smtphosts','smtp.gmail.com:465','smtp.gmail.com'),(1830,2,1698327913,NULL,'profileroles','3,4,5','5,4,3'),(1831,2,1698327913,NULL,'maxeditingtime','3600','1800'),(1832,2,1701352182,'googledrive','converter_plugins_sortorder','1','0'),(1833,2,1701352211,'googledrive','converter_plugins_sortorder','0','1'),(1834,2,1701352213,'unoconv','converter_plugins_sortorder','1','0'),(1835,2,1704486153,'quiz_statistics','getstatslocktimeout','900',NULL),(1836,2,1704486153,NULL,'sitenameintitle','shortname',NULL),(1837,2,1710116077,'core','mod_assign_assign_notification_disable','0',''),(1838,2,1710116077,'core','moodle_asyncbackupnotification_disable','0',''),(1839,2,1710116077,'core','mod_quiz_attempt_grading_complete_disable','0',''),(1840,2,1710116077,'core','mod_quiz_attempt_overdue_disable','0',''),(1841,2,1710116077,'core','moodle_availableupdate_disable','0',''),(1842,2,1710116077,'core','message_provider_moodle_availableupdate_enabled','popup','email'),(1843,2,1710116077,'core','moodle_backup_disable','0',''),(1844,2,1710116077,'core','moodle_badgecreatornotice_disable','0',''),(1845,2,1710116077,'core','moodle_badgerecipientnotice_disable','0',''),(1846,2,1710116077,'core','moodle_competencyplancomment_disable','0',''),(1847,2,1710116077,'core','moodle_competencyusercompcomment_disable','0',''),(1848,2,1710116077,'core','mod_quiz_confirmation_disable','0',''),(1849,2,1710116077,'core','tool_dataprivacy_contactdataprotectionofficer_disable','0',''),(1850,2,1710116077,'core','message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled','popup,email','email,popup'),(1851,2,1710116077,'core','moodle_coursecompleted_disable','0',''),(1852,2,1710116077,'core','moodle_coursecontentupdated_disable','0',''),(1853,2,1710116077,'core','moodle_courserequestapproved_disable','0',''),(1854,2,1710116077,'core','moodle_courserequested_disable','0',''),(1855,2,1710116077,'core','moodle_courserequestrejected_disable','0',''),(1856,2,1710116077,'core','tool_dataprivacy_datarequestprocessingresults_disable','0',''),(1857,2,1710116077,'core','message_provider_tool_dataprivacy_datarequestprocessingresults_enabled','popup,email','email,popup'),(1858,2,1710116077,'core','mod_forum_digests_disable','0',''),(1859,2,1710116077,'core','moodle_errors_disable','0',''),(1860,2,1710116077,'core','enrol_manual_expiry_notification_disable','0',''),(1861,2,1710116077,'core','enrol_self_expiry_notification_disable','0',''),(1862,2,1710116077,'core','mod_lesson_graded_essay_disable','0',''),(1863,2,1710116077,'core','moodle_gradenotifications_disable','0',''),(1864,2,1710116077,'core','moodle_infected_disable','0',''),(1865,2,1710116077,'core','moodle_insights_disable','0',''),(1866,2,1710116077,'core','moodle_instantmessage_disable','0',''),(1867,2,1710116077,'core','tool_messageinbound_invalidrecipienthandler_disable','0',''),(1868,2,1710116077,'core','mod_feedback_message_disable','0',''),(1869,2,1710116077,'core','moodle_messagecontactrequests_disable','0',''),(1870,2,1710116077,'core','tool_messageinbound_messageprocessingerror_disable','0',''),(1871,2,1710116077,'core','tool_messageinbound_messageprocessingsuccess_disable','0',''),(1872,2,1710116077,'core','moodle_newlogin_disable','0',''),(1873,2,1710116077,'core','moodle_notices_disable','0',''),(1874,2,1710116077,'core','tool_monitor_notification_disable','0',''),(1875,2,1710116077,'core','tool_dataprivacy_notifyexceptions_disable','0',''),(1876,2,1710116077,'core','mod_forum_posts_disable','0',''),(1877,2,1710116077,'core','moodle_reportbuilderschedule_disable','0',''),(1878,2,1710116077,'core','mod_quiz_submission_disable','0',''),(1879,2,1710116077,'core','mod_feedback_submission_disable','0',''),(1880,2,1768621459,NULL,'smtppass','********','********'),(1881,2,1772811463,'theme_moove','fontsite','Open Sans','Roboto'),(1882,2,1772811652,'theme_moove','presetfiles','/customfont.scss',''),(1883,2,1772811669,'theme_moove','preset','customfont.scss','default.scss'),(1884,2,1772811690,'theme_moove','preset','default.scss','customfont.scss'),(1885,2,1772811729,'theme_moove','scsspre','@import url(\'https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap\');\r\n\r\nbody { font-family: \"Noto Sans TC\", sans-serif; }',''),(1886,2,1772811741,'theme_moove','scsspre','\r\nbody { font-family: \"Noto Sans TC\", sans-serif; }','@import url(\'https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap\');\r\n\r\nbody { font-family: \"Noto Sans TC\", sans-serif; }'),(1887,2,1772811854,'theme_moove','scsspre','','\r\nbody { font-family: \"Noto Sans TC\", sans-serif; }'),(1888,2,1772811854,'theme_moove','scss','@import url(\'https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap\');\r\n\r\nbody { font-family: \"Noto Sans TC\", sans-serif; }',''),(1889,2,1772811865,'theme_moove','scss','@import url(\'https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap\');\r\n\r\n','@import url(\'https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap\');\r\n\r\nbody { font-family: \"Noto Sans TC\", sans-serif; }'),(1890,2,1772811874,'theme_moove','scss','body { font-family: \"Noto Sans TC\", sans-serif; }','@import url(\'https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap\');\r\n\r\n'),(1891,2,1772811897,'theme_moove','scss','@import url(\'https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap\');\r\n\r\nbody { font-family: \"Noto Sans TC\", sans-serif; }\r\n','body { font-family: \"Noto Sans TC\", sans-serif; }'),(1892,2,1772811906,'theme_moove','scss','body { font-family: \"Noto Sans TC\", sans-serif; }\r\n','@import url(\'https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap\');\r\n\r\nbody { font-family: \"Noto Sans TC\", sans-serif; }\r\n'),(1893,2,1772812125,'theme_moove','scss','@NotoSansSp {\r\n font-family: \"Noto Sans TC\", sans-serif;\r\n src: url(\'https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap\');\r\n}\r\n\r\n/* use */\r\nbody {\r\n font-family: NotoSansSp;\r\n}','body { font-family: \"Noto Sans TC\", sans-serif; }\r\n'),(1894,2,1772812150,'theme_moove','scss','@NotoSansSp {\r\n font-family: \"Noto Sans TC\", sans-serif;\r\n src: url(\'https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap\');\r\n}\r\n\r\n/* use */\r\nbody {\r\n font-family: \"NotoSansSp\", sans-serif;\r\n}','@NotoSansSp {\r\n font-family: \"Noto Sans TC\", sans-serif;\r\n src: url(\'https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap\');\r\n}\r\n\r\n/* use */\r\nbody {\r\n font-family: NotoSansSp;\r\n}'),(1895,2,1772812256,'theme_moove','scss','','@NotoSansSp {\r\n font-family: \"Noto Sans TC\", sans-serif;\r\n src: url(\'https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap\');\r\n}\r\n\r\n/* use */\r\nbody {\r\n font-family: \"NotoSansSp\", sans-serif;\r\n}'),(1896,2,1773157938,'theme_moove','scsspre','body {\r\nfont-family: \"Noto Sans TC\", sans-serif;\r\n}',''),(1897,2,1773157985,'theme_moove','scsspre','body {\r\n\r\n}','body {\r\nfont-family: \"Noto Sans TC\", sans-serif;\r\n}'),(1898,2,1773158032,'theme_moove','scsspre','','body {\r\n\r\n}'),(1899,2,1773158071,'theme_moove','scss','body {\r\nfont-family: \"Noto Sans TC\", sans-serif;\r\n}',''),(1900,2,1773158082,'theme_moove','scss','body {\r\n\r\n}','body {\r\nfont-family: \"Noto Sans TC\", sans-serif;\r\n}'),(1901,2,1773158089,'theme_moove','scss','','body {\r\n\r\n}'),(1902,2,1773158154,'theme_moove','presetfiles','','/customfont.scss'),(1903,2,1773158228,'theme_moove','preset','plain.scss','default.scss'),(1904,2,1773158253,'theme_moove','preset','default.scss','plain.scss'); /*!40000 ALTER TABLE `mdl_config_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_config_plugins` -- DROP TABLE IF EXISTS `mdl_config_plugins`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_config_plugins` ( `id` bigint NOT NULL AUTO_INCREMENT, `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'core', `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_confplug_plunam_uix` (`plugin`,`name`) ) ENGINE=InnoDB AUTO_INCREMENT=2056 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Moodle modules and plugins configuration variables'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_config_plugins` -- LOCK TABLES `mdl_config_plugins` WRITE; /*!40000 ALTER TABLE `mdl_config_plugins` DISABLE KEYS */; INSERT INTO `mdl_config_plugins` VALUES (1,'question','multichoice_sortorder','1'),(2,'question','truefalse_sortorder','2'),(3,'question','match_sortorder','3'),(4,'question','shortanswer_sortorder','4'),(5,'question','numerical_sortorder','5'),(6,'question','essay_sortorder','6'),(7,'core_competency','enabled','0'),(8,'moodlecourse','visible','1'),(9,'moodlecourse','downloadcontentsitedefault','0'),(10,'moodlecourse','participantsperpage','20'),(11,'moodlecourse','format','topics'),(12,'moodlecourse','maxsections','52'),(13,'moodlecourse','numsections','4'),(14,'moodlecourse','hiddensections','1'),(15,'moodlecourse','coursedisplay','0'),(16,'moodlecourse','courseenddateenabled','1'),(17,'moodlecourse','courseduration','31536000'),(18,'moodlecourse','lang',''),(19,'moodlecourse','newsitems','5'),(20,'moodlecourse','showgrades','1'),(21,'moodlecourse','showreports','0'),(22,'moodlecourse','showactivitydates','1'),(23,'moodlecourse','maxbytes','0'),(24,'moodlecourse','enablecompletion','1'),(25,'moodlecourse','showcompletionconditions','1'),(26,'moodlecourse','groupmode','0'),(27,'moodlecourse','groupmodeforce','0'),(28,'backup','loglifetime','30'),(29,'backup','backup_general_users','1'),(30,'backup','backup_general_users_locked',''),(31,'backup','backup_general_anonymize','0'),(32,'backup','backup_general_anonymize_locked',''),(33,'backup','backup_general_role_assignments','1'),(34,'backup','backup_general_role_assignments_locked',''),(35,'backup','backup_general_activities','1'),(36,'backup','backup_general_activities_locked',''),(37,'backup','backup_general_blocks','1'),(38,'backup','backup_general_blocks_locked',''),(39,'backup','backup_general_files','1'),(40,'backup','backup_general_files_locked',''),(41,'backup','backup_general_filters','1'),(42,'backup','backup_general_filters_locked',''),(43,'backup','backup_general_comments','1'),(44,'backup','backup_general_comments_locked',''),(45,'backup','backup_general_badges','1'),(46,'backup','backup_general_badges_locked',''),(47,'backup','backup_general_calendarevents','1'),(48,'backup','backup_general_calendarevents_locked',''),(49,'backup','backup_general_userscompletion','1'),(50,'backup','backup_general_userscompletion_locked',''),(51,'backup','backup_general_logs','0'),(52,'backup','backup_general_logs_locked',''),(53,'backup','backup_general_histories','0'),(54,'backup','backup_general_histories_locked',''),(55,'backup','backup_general_questionbank','1'),(56,'backup','backup_general_questionbank_locked',''),(57,'backup','backup_general_groups','1'),(58,'backup','backup_general_groups_locked',''),(59,'backup','backup_general_competencies','1'),(60,'backup','backup_general_competencies_locked',''),(61,'backup','backup_general_contentbankcontent','1'),(62,'backup','backup_general_contentbankcontent_locked',''),(63,'backup','backup_general_legacyfiles','1'),(64,'backup','backup_general_legacyfiles_locked',''),(65,'backup','import_general_maxresults','10'),(66,'backup','import_general_duplicate_admin_allowed','0'),(67,'backup','backup_import_permissions','0'),(68,'backup','backup_import_permissions_locked',''),(69,'backup','backup_import_activities','1'),(70,'backup','backup_import_activities_locked',''),(71,'backup','backup_import_blocks','1'),(72,'backup','backup_import_blocks_locked',''),(73,'backup','backup_import_filters','1'),(74,'backup','backup_import_filters_locked',''),(75,'backup','backup_import_calendarevents','1'),(76,'backup','backup_import_calendarevents_locked',''),(77,'backup','backup_import_questionbank','1'),(78,'backup','backup_import_questionbank_locked',''),(79,'backup','backup_import_groups','1'),(80,'backup','backup_import_groups_locked',''),(81,'backup','backup_import_competencies','1'),(82,'backup','backup_import_competencies_locked',''),(83,'backup','backup_import_contentbankcontent','1'),(84,'backup','backup_import_contentbankcontent_locked',''),(85,'backup','backup_import_legacyfiles','1'),(86,'backup','backup_import_legacyfiles_locked',''),(87,'backup','backup_auto_active','0'),(88,'backup','backup_auto_weekdays','0000000'),(89,'backup','backup_auto_hour','0'),(90,'backup','backup_auto_minute','0'),(91,'backup','backup_auto_storage','0'),(92,'backup','backup_auto_destination',''),(93,'backup','backup_auto_max_kept','1'),(94,'backup','backup_auto_delete_days','0'),(95,'backup','backup_auto_min_kept','0'),(96,'backup','backup_shortname','0'),(97,'backup','backup_auto_skip_hidden','1'),(98,'backup','backup_auto_skip_modif_days','30'),(99,'backup','backup_auto_skip_modif_prev','0'),(100,'backup','backup_auto_users','1'),(101,'backup','backup_auto_role_assignments','1'),(102,'backup','backup_auto_activities','1'),(103,'backup','backup_auto_blocks','1'),(104,'backup','backup_auto_files','1'),(105,'backup','backup_auto_filters','1'),(106,'backup','backup_auto_comments','1'),(107,'backup','backup_auto_badges','1'),(108,'backup','backup_auto_calendarevents','1'),(109,'backup','backup_auto_userscompletion','1'),(110,'backup','backup_auto_logs','0'),(111,'backup','backup_auto_histories','0'),(112,'backup','backup_auto_questionbank','1'),(113,'backup','backup_auto_groups','1'),(114,'backup','backup_auto_competencies','1'),(115,'backup','backup_auto_contentbankcontent','1'),(116,'backup','backup_auto_legacyfiles','1'),(117,'restore','restore_general_users','1'),(118,'restore','restore_general_users_locked',''),(119,'restore','restore_general_enrolments','1'),(120,'restore','restore_general_enrolments_locked',''),(121,'restore','restore_general_role_assignments','1'),(122,'restore','restore_general_role_assignments_locked',''),(123,'restore','restore_general_permissions','1'),(124,'restore','restore_general_permissions_locked',''),(125,'restore','restore_general_activities','1'),(126,'restore','restore_general_activities_locked',''),(127,'restore','restore_general_blocks','1'),(128,'restore','restore_general_blocks_locked',''),(129,'restore','restore_general_filters','1'),(130,'restore','restore_general_filters_locked',''),(131,'restore','restore_general_comments','1'),(132,'restore','restore_general_comments_locked',''),(133,'restore','restore_general_badges','1'),(134,'restore','restore_general_badges_locked',''),(135,'restore','restore_general_calendarevents','1'),(136,'restore','restore_general_calendarevents_locked',''),(137,'restore','restore_general_userscompletion','1'),(138,'restore','restore_general_userscompletion_locked',''),(139,'restore','restore_general_logs','1'),(140,'restore','restore_general_logs_locked',''),(141,'restore','restore_general_histories','1'),(142,'restore','restore_general_histories_locked',''),(143,'restore','restore_general_groups','1'),(144,'restore','restore_general_groups_locked',''),(145,'restore','restore_general_competencies','1'),(146,'restore','restore_general_competencies_locked',''),(147,'restore','restore_general_contentbankcontent','1'),(148,'restore','restore_general_contentbankcontent_locked',''),(149,'restore','restore_general_legacyfiles','1'),(150,'restore','restore_general_legacyfiles_locked',''),(151,'restore','restore_merge_overwrite_conf','0'),(152,'restore','restore_merge_overwrite_conf_locked',''),(153,'restore','restore_merge_course_fullname','1'),(154,'restore','restore_merge_course_fullname_locked',''),(155,'restore','restore_merge_course_shortname','1'),(156,'restore','restore_merge_course_shortname_locked',''),(157,'restore','restore_merge_course_startdate','1'),(158,'restore','restore_merge_course_startdate_locked',''),(159,'restore','restore_replace_overwrite_conf','0'),(160,'restore','restore_replace_overwrite_conf_locked',''),(161,'restore','restore_replace_course_fullname','1'),(162,'restore','restore_replace_course_fullname_locked',''),(163,'restore','restore_replace_course_shortname','1'),(164,'restore','restore_replace_course_shortname_locked',''),(165,'restore','restore_replace_course_startdate','1'),(166,'restore','restore_replace_course_startdate_locked',''),(167,'restore','restore_replace_keep_roles_and_enrolments','0'),(168,'restore','restore_replace_keep_roles_and_enrolments_locked',''),(169,'restore','restore_replace_keep_groups_and_groupings','0'),(170,'restore','restore_replace_keep_groups_and_groupings_locked',''),(171,'backup','backup_async_message_users','0'),(172,'backup','backup_async_message_subject','Moodle {operation} completed successfully'),(173,'backup','backup_async_message','Your {operation} (ID: {backupid}) has completed successfully. You can access it here: <a href=\"{link}\">{link}</a>.'),(174,'analytics','modeinstruction',''),(175,'analytics','percentonline','0'),(176,'analytics','typeinstitution',''),(177,'analytics','levelinstitution',''),(178,'analytics','predictionsprocessor','\\mlbackend_php\\processor'),(179,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range'),(180,'analytics','modeloutputdir',''),(181,'analytics','onlycli','1'),(182,'analytics','modeltimelimit','1200'),(183,'analytics','calclifetime','35'),(184,'antivirus','notifyemail',''),(185,'antivirus','notifylevel','2'),(186,'antivirus','threshold','1200'),(187,'antivirus','enablequarantine','0'),(188,'antivirus','quarantinetime','2419200'),(189,'cachestore_apcu','testperformance','0'),(190,'cachestore_memcached','testservers',''),(191,'cachestore_mongodb','testserver',''),(192,'cachestore_redis','test_server',''),(193,'cachestore_redis','test_password',''),(194,'cachestore_redis','test_ttl','0'),(195,'question_preview','behaviour','deferredfeedback'),(196,'question_preview','correctness','1'),(197,'question_preview','marks','2'),(198,'question_preview','markdp','2'),(199,'question_preview','feedback','1'),(200,'question_preview','generalfeedback','1'),(201,'question_preview','rightanswer','1'),(202,'question_preview','history','0'),(203,'tool_task','enablerunnow','1'),(204,'adminpresets','sensiblesettings','recaptchapublickey@@none, recaptchaprivatekey@@none, googlemapkey3@@none, secretphrase@@url, cronremotepassword@@none, smtpuser@@none, smtppass@@none, proxypassword@@none, quizpassword@@quiz, allowedip@@none, blockedip@@none, dbpass@@logstore_database, messageinbound_hostpass@@none, bind_pw@@auth_cas, pass@@auth_db, bind_pw@@auth_ldap, dbpass@@enrol_database, bind_pw@@enrol_ldap, server_password@@search_solr, ssl_keypassword@@search_solr, alternateserver_password@@search_solr, alternatessl_keypassword@@search_solr, test_password@@cachestore_redis, password@@mlbackend_python, badges_badgesalt@@none, calendar_exportsalt@@none'),(205,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links'),(206,'theme_boost','preset','default.scss'),(207,'theme_boost','presetfiles',''),(208,'theme_boost','backgroundimage',''),(209,'theme_boost','loginbackgroundimage',''),(210,'theme_boost','brandcolor','#03A57D'),(211,'theme_boost','scsspre',''),(212,'theme_boost','scss',''),(213,'theme_classic','navbardark','0'),(214,'theme_classic','unaddableblocks',''),(215,'theme_classic','preset','default.scss'),(216,'theme_classic','presetfiles',''),(217,'theme_classic','backgroundimage',''),(218,'theme_classic','loginbackgroundimage',''),(219,'theme_classic','brandcolor',''),(220,'theme_classic','scsspre',''),(221,'theme_classic','scss',''),(222,'core_admin','logo',''),(223,'core_admin','logocompact',''),(224,'core_admin','favicon',''),(225,'core_admin','coursecolor1','#81ecec'),(226,'core_admin','coursecolor2','#74b9ff'),(227,'core_admin','coursecolor3','#a29bfe'),(228,'core_admin','coursecolor4','#dfe6e9'),(229,'core_admin','coursecolor5','#00b894'),(230,'core_admin','coursecolor6','#0984e3'),(231,'core_admin','coursecolor7','#b2bec3'),(232,'core_admin','coursecolor8','#fdcb6e'),(233,'core_admin','coursecolor9','#fd79a8'),(234,'core_admin','coursecolor10','#6c5ce7'),(235,'core_competency','pushcourseratingstouserplans','1'),(236,'antivirus_clamav','version','2022112800'),(237,'availability_completion','version','2022112800'),(238,'availability_date','version','2022112800'),(239,'availability_grade','version','2022112800'),(240,'availability_group','version','2022112800'),(241,'availability_grouping','version','2022112800'),(242,'availability_profile','version','2022112800'),(243,'qtype_calculated','version','2022112800'),(244,'qtype_calculatedmulti','version','2022112800'),(245,'qtype_calculatedsimple','version','2022112800'),(246,'qtype_ddimageortext','version','2022112800'),(247,'qtype_ddmarker','version','2022112800'),(248,'qtype_ddwtos','version','2022112800'),(249,'qtype_description','version','2022112800'),(250,'qtype_essay','version','2022112800'),(251,'qtype_gapselect','version','2022112800'),(252,'qtype_match','version','2022112800'),(253,'qtype_missingtype','version','2022112800'),(254,'qtype_multianswer','version','2022112800'),(255,'qtype_multichoice','version','2022112800'),(256,'qtype_numerical','version','2022112800'),(257,'qtype_random','version','2022112800'),(258,'qtype_randomsamatch','version','2022112800'),(259,'qtype_shortanswer','version','2022112800'),(260,'qtype_truefalse','version','2022112800'),(261,'mod_assign','version','2022112801'),(262,'mod_assignment','version','2022112800'),(264,'mod_bigbluebuttonbn','version','2022112800'),(266,'mod_book','version','2022112800'),(267,'mod_chat','version','2022112800'),(268,'mod_choice','version','2022112800'),(269,'mod_data','version','2022112801'),(270,'mod_feedback','version','2022112800'),(272,'mod_folder','version','2022112800'),(274,'mod_forum','version','2022112801'),(275,'mod_glossary','version','2022112800'),(276,'mod_h5pactivity','version','2022112801'),(277,'mod_imscp','version','2022112800'),(279,'mod_label','version','2022112801'),(280,'mod_lesson','version','2022112800'),(281,'mod_lti','version','2022112800'),(283,'mod_lti','kid','b12fbc57b8b5a2119f7e'),(284,'mod_lti','privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDUKplMWy5DjK2e\ny+4Kkxw55nRqBiat4DaFylZ39MgceZIKQ3Rnpi5s9qsvQRK3p6cmPVnstoK+QCsd\nB2xSxr/IzuJW+83yqUQqxVtAEaxNJjr/BhC12IOBjT81jWbW+EwcLylAn7SPSY5M\n0GtzMsrXTnkXpNrPvDKEpbRPJKCqjjmDX1CfdzjsnB/wvkkHrIgvoocompAdv9tA\n9oCSowEeXrxyjquo5pACQGG26SDXYiTvzZ9M3wdAt9ICn1nLrPhNEAO8vfCfl8UY\nE84+AiLFU/qyyWff8jZo1/1OLqr1SNwpJjg5DhMD8yllLcHo8HoXmok4kGwKfSvU\n/bmzKbb7AgMBAAECggEALSRDKbPczBKKflb1dtqGDuuxqT1VzXj/IMhETZGPYj+b\niwN/KO56wkRZd9xolxrcvY4gK/VJLCGLCsohihsvgxJBpjA9SXwqPM9w8tjPyDpy\nIwCvXYGLuWzMHiDP2L1LtFN0e4N/b10/IajWs9QCxHy11woEZF6ugPqgupYYeTEW\navYFmRlZFdQ03/kNuLTAMpXXE7SapEn3+dUrzxHIkZajSUf/duuUkW9/tsdhy5O3\ndI5VD0ntpYdqUp1NASlseKbNvuK9zampjc77wL9Twh0jlUGDR9OVbUxFKeNM56x+\nLiwginJI8F5GKfWA18xK5/6AUcMdogjz1puAofJLAQKBgQDtVVTnXWezQCaGlUAN\ndi3HS+hQNHQFpJuklryxIRJaz6uOJSSAvZEG4wPWAux6LAxwGEM969U+UzhElz9S\nPlz3OJry7U/9uD2Zb0hrj2dOOStvx5b952tqmZBeupnZIn5igVUfsMWDVPlEHQlN\n9U6w1P1BDW1vG+mhKPJgme7cSwKBgQDk2okBb1EiZwm+liIvfg/+lqetmVC5TzKs\n+Zb4oxsCxpAis25pzQW4LR1jMpu0Ri9RHCvDrk/mT/UNv9WI+bvaRGy5K1z46wir\nmHtPl+4GT6FQkOxYd+LvoWyWF3cGyj8hxsPBBalJ3rlx+2hBxUXLPNxI5eV1kTDh\nxqP2l+2CEQKBgQCETJ4gv0PQe4E+YrKrDmbkgx8EnsjSYHlW3aRgBTSLJNrYSUI4\n9fODaEc6JLUYQbfJQO0y9mUP8ioaqkllGliOg6J0qu99WxgTkSJIu072Hw5kqFk2\nPqv1Z5dABzs9/GmBleES4mKoHFU7sAgAyi9Mid6HRensFx48dWvvh7/MUwKBgQCu\nIJ1ICzPXkkC207L1Idz3oBe7HcFvDhSHymyViD0AEqcO0Cm9tLKaXTFUDeis9Q4B\nkAa4oAPJQKM7L/BAhYvqWk/DYHwgJWz2a1G/0ODZynL6Qxqhga6ZF+DwHrCA6Re6\nEmtVjYIuY5oEYP8FtB0Ts54ElW/O0Yc48pRFB3o+kQKBgF69MLYlFfMqEOu5Xsnd\ny63AWhfhA1kPGr46556/7wVocoXWi5BgxVupmqGtmITlES9+blT1yxP0uXlPttfH\nq6YEVFp0mWRhFS7JtaSox5uoWK6aMhjivJpYIWPgzqW2EytBOL8Akm4PxnsaPJ9A\nxRXuUpb8YfGy9jxPccDtv1l9\n-----END PRIVATE KEY-----\n'),(285,'mod_page','version','2022112800'),(287,'mod_quiz','version','2022112800'),(288,'mod_resource','version','2022112800'),(289,'mod_scorm','version','2022112800'),(290,'mod_survey','version','2022112800'),(292,'mod_url','version','2022112800'),(294,'mod_wiki','version','2022112800'),(296,'mod_workshop','version','2022112800'),(297,'auth_cas','version','2022112800'),(299,'auth_db','version','2022112800'),(301,'auth_email','version','2022112800'),(302,'auth_ldap','version','2022112800'),(304,'auth_lti','version','2022112800'),(305,'auth_manual','version','2022112800'),(306,'auth_mnet','version','2022112800'),(308,'auth_nologin','version','2022112800'),(309,'auth_none','version','2022112800'),(310,'auth_oauth2','version','2022112800'),(311,'auth_shibboleth','version','2022112800'),(313,'auth_webservice','version','2022112800'),(314,'calendartype_gregorian','version','2022112800'),(315,'customfield_checkbox','version','2022112800'),(316,'customfield_date','version','2022112800'),(317,'customfield_select','version','2022112800'),(318,'customfield_text','version','2022112800'),(319,'customfield_textarea','version','2022112800'),(320,'enrol_category','version','2022112800'),(322,'enrol_cohort','version','2022112800'),(323,'enrol_database','version','2022112800'),(325,'enrol_fee','version','2022112800'),(326,'enrol_flatfile','version','2022112800'),(328,'enrol_flatfile','map_1','manager'),(329,'enrol_flatfile','map_2','coursecreator'),(330,'enrol_flatfile','map_3','editingteacher'),(331,'enrol_flatfile','map_4','teacher'),(332,'enrol_flatfile','map_5','student'),(333,'enrol_flatfile','map_6','guest'),(334,'enrol_flatfile','map_7','user'),(335,'enrol_flatfile','map_8','frontpage'),(336,'enrol_guest','version','2022112800'),(337,'enrol_imsenterprise','version','2022112800'),(339,'enrol_ldap','version','2022112800'),(341,'enrol_lti','version','2022112800'),(343,'enrol_lti','lti_13_kid','5db68087c72aaba0af0e'),(344,'enrol_lti','lti_13_privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCtlSv/mgQrOkF+\n51KBuMWA1z5wsrveXC3YiOKGasJ5JfAVlqOCDzKisQfX4DklnN/kjpwvlUmh6tvw\nunMMYtr2nd0xMqfKxGAbLIG78TMCy5vL4cvivUCFxYXkMfWbk2+sQ29KTSSyYcCX\nJ47thPaqWWvj9CkB0kahx3ak/+w4mre+wT6OBDW1q8RwRJpLapjdPY8Upfmjbx60\ngE9l0UmtYezFrL/FsdTz8W2+McH1NDOkB19z4nmVrSSSQiHwYJCG6nHup76Z+Tw6\nf5WkKVEr96ZNAKrPVNJpZ5xOYOOzsQWDz/motnFnvEH5DpyEdkpiuXkImI9ZWGmN\n42z0ocGVAgMBAAECggEAd1jNO5ylqSMQzTQ3IkHsab2UjOAXE7fFPdBAD7NvquRO\nwkkketQAOKQHhIICSL4nonn7ISw/yDg2qLlJSQbfDhlUb/MoMt36RjS/rn0UWaOs\npu3ExUziBBffCxreh+1DJunmpuuLg6p6RHNKbjyxbEa3S7AgUcRGFA2UobXksLVt\nzLrAooa35TI/x/GO4HPRUbLBpbwVcPrmZPbe70ITtsvZp9uC59m61bN1soNQYCz8\nMmg9kwnGlm1TyqDgdQBmodYshqyqhzXM3fM/pi3KM5nGb/cku/1OjT5PZZCi2FQ0\ndxsG6fppkNeRwer6Qr+dgOiu4z7Yxq07wpoobyojsQKBgQDdhBxJarOpMKjLSOIw\nClzIU/EV5W/g7nDSBtKs2wNYigTG4Xk7fTOzOiqhvNgq0ZoDCafk6VYrPYaWHHiO\nXbYx3rDxD4tPMVHBaSjAhh3iQ82qyxcvRoJLaeA4NoJItVdc5kHwP52qW4FmnoKI\nZSmyYJgi8DAhDl95BkCX4x7kbwKBgQDImtCDnjdsejpH7gp/bDGkawFqYzJloD5G\nUO3nC/gUlabSGuTwmGnvu72YudPtP3p8av0Cn8bzX73Hy9JJEaBrDWplDQ4FQoT1\nrAA9fIFgCWNxaz74kuDIy8dQQTq1ZRLjQCJaX/n29PPqo6xBrTUvckom6wnZI2tH\nekNBXpSkOwKBgEfVA2c7Vq9SvCnPpKl3csbzkYZMNI94QtWYqNCs5NTdTNdBXpLP\n8uf3wMNZ/a9E8PBzPSKaF/tFpFMhQGbKNL7PPAmvxLkVgTF67GAiHaa13ge4e/g0\noSPbXX5dDrqNM5tIf7Fsr7ACpF+mnyWjyHWzpSIPSUwu4P7Z7DBU0ju5AoGBAI7U\nW746um+MH07zl5neKQJOBfX/pvRgwbZDDQBCr2HIo7xY1cTQYC0G2RmSxefYGJfZ\nfUePB5JlCrTk1FaeLD/Mj4JfZyorkIty6cDdkygTxzAMEgveWBnfrYvgxbI9wtL2\n6P678zf4dGsOGimw73tWvqEzHBH0e/+qd5RliSPdAoGBAKoJaiEV9aAzQF+m6DD2\nG9wskMDS7nADqpjCo7MNbMDUOed5n7vb2j6lUUeK1SF6kTnNHCHyUsMy39jGBNgz\nIexTaMwH0yzDjYtzUuu9dFD/xx6vMS0eC71MKfoVSqQ1+LT9ccCai67Azh88k/V0\n9qW5JMuJKSvN4mhf/uWUGRS1\n-----END PRIVATE KEY-----\n'),(345,'enrol_manual','version','2022112800'),(347,'enrol_meta','version','2022112800'),(349,'enrol_mnet','version','2022112800'),(350,'enrol_paypal','version','2022112800'),(351,'enrol_self','version','2022112800'),(353,'message_airnotifier','version','2022112800'),(355,'message','airnotifier_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(356,'message','airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(357,'message','airnotifier_provider_enrol_manual_expiry_notification_locked','0'),(358,'message','airnotifier_provider_enrol_paypal_paypal_enrolment_locked','0'),(359,'message','airnotifier_provider_enrol_self_expiry_notification_locked','0'),(360,'message','airnotifier_provider_mod_assign_assign_notification_locked','0'),(361,'message','airnotifier_provider_mod_assignment_assignment_updates_locked','0'),(362,'message','airnotifier_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(363,'message','airnotifier_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(364,'message','airnotifier_provider_mod_feedback_submission_locked','0'),(365,'message','airnotifier_provider_mod_feedback_message_locked','0'),(366,'message','airnotifier_provider_mod_forum_posts_locked','0'),(367,'message','message_provider_mod_forum_posts_enabled','email,airnotifier'),(368,'message','airnotifier_provider_mod_forum_digests_locked','0'),(369,'message','airnotifier_provider_mod_lesson_graded_essay_locked','0'),(370,'message','message_provider_mod_lesson_graded_essay_enabled','email,airnotifier'),(371,'message','airnotifier_provider_mod_quiz_submission_locked','0'),(372,'message','airnotifier_provider_mod_quiz_confirmation_locked','0'),(373,'message','message_provider_mod_quiz_confirmation_enabled','email,airnotifier'),(374,'message','airnotifier_provider_mod_quiz_attempt_overdue_locked','0'),(375,'message','message_provider_mod_quiz_attempt_overdue_enabled','email,airnotifier'),(376,'message','airnotifier_provider_mod_quiz_attempt_grading_complete_locked','0'),(377,'message','message_provider_mod_quiz_attempt_grading_complete_enabled','email,airnotifier'),(378,'message','airnotifier_provider_moodle_newlogin_locked','0'),(379,'message','message_provider_moodle_newlogin_enabled','email,airnotifier'),(380,'message','airnotifier_provider_moodle_notices_locked','0'),(381,'message','airnotifier_provider_moodle_errors_locked','0'),(382,'message','airnotifier_provider_moodle_availableupdate_locked','0'),(383,'message','airnotifier_provider_moodle_instantmessage_locked','0'),(384,'message','airnotifier_provider_moodle_backup_locked','0'),(385,'message','airnotifier_provider_moodle_courserequested_locked','0'),(386,'message','airnotifier_provider_moodle_courserequestapproved_locked','0'),(387,'message','message_provider_moodle_courserequestapproved_enabled','email,airnotifier'),(388,'message','airnotifier_provider_moodle_courserequestrejected_locked','0'),(389,'message','message_provider_moodle_courserequestrejected_enabled','email,airnotifier'),(390,'message','airnotifier_provider_moodle_coursecompleted_locked','0'),(391,'message','message_provider_moodle_coursecompleted_enabled','email,airnotifier'),(392,'message','airnotifier_provider_moodle_coursecontentupdated_locked','0'),(393,'message','message_provider_moodle_coursecontentupdated_enabled','popup,email,airnotifier'),(394,'message','airnotifier_provider_moodle_badgerecipientnotice_locked','0'),(395,'message','message_provider_moodle_badgerecipientnotice_enabled','popup,email,airnotifier'),(396,'message','airnotifier_provider_moodle_badgecreatornotice_locked','0'),(397,'message','airnotifier_provider_moodle_competencyplancomment_locked','0'),(398,'message','airnotifier_provider_moodle_competencyusercompcomment_locked','0'),(399,'message','airnotifier_provider_moodle_insights_locked','0'),(400,'message','message_provider_moodle_insights_enabled','popup,email,airnotifier'),(401,'message','airnotifier_provider_moodle_messagecontactrequests_locked','0'),(402,'message','message_provider_moodle_messagecontactrequests_enabled','email,airnotifier'),(403,'message','airnotifier_provider_moodle_asyncbackupnotification_locked','0'),(404,'message','airnotifier_provider_moodle_gradenotifications_locked','0'),(405,'message','airnotifier_provider_moodle_infected_locked','0'),(406,'message','airnotifier_provider_moodle_reportbuilderschedule_locked','0'),(407,'message_email','version','2022112800'),(409,'message','email_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(410,'message','message_provider_enrol_flatfile_flatfile_enrolment_enabled','email'),(411,'message','email_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(412,'message','message_provider_enrol_imsenterprise_imsenterprise_enrolment_enabled','email'),(413,'message','email_provider_enrol_manual_expiry_notification_locked','0'),(414,'message','message_provider_enrol_manual_expiry_notification_enabled','email'),(415,'message','email_provider_enrol_paypal_paypal_enrolment_locked','0'),(416,'message','message_provider_enrol_paypal_paypal_enrolment_enabled','email'),(417,'message','email_provider_enrol_self_expiry_notification_locked','0'),(418,'message','message_provider_enrol_self_expiry_notification_enabled','email'),(419,'message','email_provider_mod_assign_assign_notification_locked','0'),(420,'message','message_provider_mod_assign_assign_notification_enabled','email'),(421,'message','email_provider_mod_assignment_assignment_updates_locked','0'),(422,'message','message_provider_mod_assignment_assignment_updates_enabled','email'),(423,'message','email_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(424,'message','message_provider_mod_bigbluebuttonbn_recording_ready_enabled','email'),(425,'message','email_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(426,'message','message_provider_mod_bigbluebuttonbn_instance_updated_enabled','email'),(427,'message','email_provider_mod_feedback_submission_locked','0'),(428,'message','message_provider_mod_feedback_submission_enabled','email'),(429,'message','email_provider_mod_feedback_message_locked','0'),(430,'message','message_provider_mod_feedback_message_enabled','email'),(431,'message','email_provider_mod_forum_posts_locked','0'),(432,'message','email_provider_mod_forum_digests_locked','0'),(433,'message','message_provider_mod_forum_digests_enabled','email'),(434,'message','email_provider_mod_lesson_graded_essay_locked','0'),(435,'message','email_provider_mod_quiz_submission_locked','0'),(436,'message','message_provider_mod_quiz_submission_enabled','email'),(437,'message','email_provider_mod_quiz_confirmation_locked','0'),(438,'message','email_provider_mod_quiz_attempt_overdue_locked','0'),(439,'message','email_provider_mod_quiz_attempt_grading_complete_locked','0'),(440,'message','email_provider_moodle_newlogin_locked','0'),(441,'message','email_provider_moodle_notices_locked','0'),(442,'message','message_provider_moodle_notices_enabled','email'),(443,'message','email_provider_moodle_errors_locked','0'),(444,'message','message_provider_moodle_errors_enabled','email'),(445,'message','email_provider_moodle_availableupdate_locked','0'),(446,'message','message_provider_moodle_availableupdate_enabled','popup'),(447,'message','email_provider_moodle_instantmessage_locked','0'),(448,'message','message_provider_moodle_instantmessage_enabled','popup,email'),(449,'message','email_provider_moodle_backup_locked','0'),(450,'message','message_provider_moodle_backup_enabled','email'),(451,'message','email_provider_moodle_courserequested_locked','0'),(452,'message','message_provider_moodle_courserequested_enabled','email'),(453,'message','email_provider_moodle_courserequestapproved_locked','0'),(454,'message','email_provider_moodle_courserequestrejected_locked','0'),(455,'message','email_provider_moodle_coursecompleted_locked','0'),(456,'message','email_provider_moodle_coursecontentupdated_locked','0'),(457,'message','email_provider_moodle_badgerecipientnotice_locked','0'),(458,'message','email_provider_moodle_badgecreatornotice_locked','0'),(459,'message','message_provider_moodle_badgecreatornotice_enabled','email'),(460,'message','email_provider_moodle_competencyplancomment_locked','0'),(461,'message','message_provider_moodle_competencyplancomment_enabled','email'),(462,'message','email_provider_moodle_competencyusercompcomment_locked','0'),(463,'message','message_provider_moodle_competencyusercompcomment_enabled','email'),(464,'message','email_provider_moodle_insights_locked','0'),(465,'message','email_provider_moodle_messagecontactrequests_locked','0'),(466,'message','email_provider_moodle_asyncbackupnotification_locked','0'),(467,'message','message_provider_moodle_asyncbackupnotification_enabled','popup,email'),(468,'message','email_provider_moodle_gradenotifications_locked','0'),(469,'message','message_provider_moodle_gradenotifications_enabled','popup,email'),(470,'message','email_provider_moodle_infected_locked','0'),(471,'message','message_provider_moodle_infected_enabled','email'),(472,'message','email_provider_moodle_reportbuilderschedule_locked','1'),(473,'message','message_provider_moodle_reportbuilderschedule_enabled','email'),(474,'message_popup','version','2022112800'),(476,'message','popup_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(477,'message','popup_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(478,'message','popup_provider_enrol_manual_expiry_notification_locked','0'),(479,'message','popup_provider_enrol_paypal_paypal_enrolment_locked','0'),(480,'message','popup_provider_enrol_self_expiry_notification_locked','0'),(481,'message','popup_provider_mod_assign_assign_notification_locked','0'),(482,'message','popup_provider_mod_assignment_assignment_updates_locked','0'),(483,'message','popup_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(484,'message','popup_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(485,'message','popup_provider_mod_feedback_submission_locked','0'),(486,'message','popup_provider_mod_feedback_message_locked','0'),(487,'message','popup_provider_mod_forum_posts_locked','0'),(488,'message','popup_provider_mod_forum_digests_locked','0'),(489,'message','popup_provider_mod_lesson_graded_essay_locked','0'),(490,'message','popup_provider_mod_quiz_submission_locked','0'),(491,'message','popup_provider_mod_quiz_confirmation_locked','0'),(492,'message','popup_provider_mod_quiz_attempt_overdue_locked','0'),(493,'message','popup_provider_mod_quiz_attempt_grading_complete_locked','0'),(494,'message','popup_provider_moodle_newlogin_locked','0'),(495,'message','popup_provider_moodle_notices_locked','0'),(496,'message','popup_provider_moodle_errors_locked','0'),(497,'message','popup_provider_moodle_availableupdate_locked','0'),(498,'message','popup_provider_moodle_instantmessage_locked','0'),(499,'message','popup_provider_moodle_backup_locked','0'),(500,'message','popup_provider_moodle_courserequested_locked','0'),(501,'message','popup_provider_moodle_courserequestapproved_locked','0'),(502,'message','popup_provider_moodle_courserequestrejected_locked','0'),(503,'message','popup_provider_moodle_coursecompleted_locked','0'),(504,'message','popup_provider_moodle_coursecontentupdated_locked','0'),(505,'message','popup_provider_moodle_badgerecipientnotice_locked','0'),(506,'message','popup_provider_moodle_badgecreatornotice_locked','0'),(507,'message','popup_provider_moodle_competencyplancomment_locked','0'),(508,'message','popup_provider_moodle_competencyusercompcomment_locked','0'),(509,'message','popup_provider_moodle_insights_locked','0'),(510,'message','popup_provider_moodle_messagecontactrequests_locked','0'),(511,'message','popup_provider_moodle_asyncbackupnotification_locked','0'),(512,'message','popup_provider_moodle_gradenotifications_locked','0'),(513,'message','popup_provider_moodle_infected_locked','0'),(514,'message','popup_provider_moodle_reportbuilderschedule_locked','0'),(515,'block_accessreview','version','2022112800'),(516,'block_activity_modules','version','2022112800'),(517,'block_activity_results','version','2022112800'),(518,'block_admin_bookmarks','version','2022112800'),(519,'block_badges','version','2022112800'),(520,'block_blog_menu','version','2022112800'),(521,'block_blog_recent','version','2022112800'),(522,'block_blog_tags','version','2022112800'),(523,'block_calendar_month','version','2022112800'),(524,'block_calendar_upcoming','version','2022112800'),(525,'block_comments','version','2022112800'),(526,'block_completionstatus','version','2022112800'),(527,'block_course_list','version','2022112800'),(528,'block_course_summary','version','2022112800'),(530,'block_feedback','version','2022112800'),(532,'block_globalsearch','version','2022112800'),(533,'block_glossary_random','version','2022112800'),(534,'block_html','version','2022112800'),(535,'block_login','version','2022112800'),(536,'block_lp','version','2022112800'),(537,'block_mentees','version','2022112800'),(538,'block_mnet_hosts','version','2022112800'),(539,'block_myoverview','version','2022112800'),(540,'block_myprofile','version','2022112800'),(541,'block_navigation','version','2022112800'),(542,'block_news_items','version','2022112800'),(543,'block_online_users','version','2022112800'),(544,'block_private_files','version','2022112800'),(545,'block_recent_activity','version','2022112800'),(546,'block_recentlyaccessedcourses','version','2022112800'),(548,'block_recentlyaccesseditems','version','2022112800'),(549,'block_rss_client','version','2022112800'),(551,'block_search_forums','version','2022112800'),(552,'block_section_links','version','2022112800'),(553,'block_selfcompletion','version','2022112800'),(555,'block_settings','version','2022112800'),(556,'block_site_main_menu','version','2022112800'),(557,'block_social_activities','version','2022112800'),(558,'block_starredcourses','version','2022112800'),(559,'block_tag_flickr','version','2022112800'),(560,'block_tag_youtube','version','2022112800'),(562,'block_tags','version','2022112800'),(563,'block_timeline','version','2022112800'),(565,'media_html5audio','version','2022112800'),(566,'media_html5video','version','2022112800'),(567,'media_videojs','version','2022112800'),(568,'media_vimeo','version','2022112800'),(569,'media_youtube','version','2022112800'),(570,'filter_activitynames','version','2022112800'),(572,'filter_algebra','version','2022112800'),(573,'filter_data','version','2022112800'),(575,'filter_displayh5p','version','2022112800'),(577,'filter_emailprotect','version','2022112800'),(578,'filter_emoticon','version','2022112800'),(580,'filter_glossary','version','2022112800'),(582,'filter_mathjaxloader','version','2022112800'),(584,'filter_mediaplugin','version','2022112800'),(586,'filter_multilang','version','2022112800'),(587,'filter_tex','version','2022112800'),(589,'filter_tidy','version','2022112800'),(590,'filter_urltolink','version','2022112800'),(592,'editor_atto','version','2022112800'),(594,'editor_textarea','version','2022112800'),(595,'editor_tiny','version','2022112800'),(597,'editor_tinymce','version','2022112800'),(598,'format_singleactivity','version','2022112800'),(599,'format_social','version','2022112800'),(600,'format_topics','version','2022112801'),(601,'format_weeks','version','2022112801'),(602,'dataformat_csv','version','2022112800'),(603,'dataformat_excel','version','2022112800'),(604,'dataformat_html','version','2022112800'),(605,'dataformat_json','version','2022112800'),(606,'dataformat_ods','version','2022112800'),(607,'dataformat_pdf','version','2022112800'),(608,'profilefield_checkbox','version','2022112800'),(609,'profilefield_datetime','version','2022112800'),(610,'profilefield_menu','version','2022112800'),(611,'profilefield_social','version','2022112800'),(612,'profilefield_text','version','2022112800'),(613,'profilefield_textarea','version','2022112800'),(614,'report_backups','version','2022112800'),(615,'report_competency','version','2022112800'),(616,'report_completion','version','2022112800'),(618,'report_configlog','version','2022112800'),(619,'report_courseoverview','version','2022112800'),(620,'report_eventlist','version','2022112800'),(621,'report_infectedfiles','version','2022112800'),(622,'report_insights','version','2022112800'),(623,'report_log','version','2022112800'),(625,'report_loglive','version','2022112800'),(626,'report_outline','version','2022112800'),(628,'report_participation','version','2022112800'),(630,'report_performance','version','2022112800'),(631,'report_progress','version','2022112800'),(633,'report_questioninstances','version','2022112800'),(634,'report_security','version','2022112800'),(635,'report_stats','version','2022112800'),(637,'report_status','version','2022112800'),(638,'report_usersessions','version','2022112800'),(639,'gradeexport_ods','version','2022112800'),(640,'gradeexport_txt','version','2022112800'),(641,'gradeexport_xls','version','2022112800'),(642,'gradeexport_xml','version','2022112800'),(643,'gradeimport_csv','version','2022112800'),(644,'gradeimport_direct','version','2022112800'),(645,'gradeimport_xml','version','2022112800'),(646,'gradereport_grader','version','2022112800'),(647,'gradereport_history','version','2022112800'),(648,'gradereport_outcomes','version','2022112800'),(649,'gradereport_overview','version','2022112800'),(650,'gradereport_singleview','version','2022112800'),(651,'gradereport_summary','version','2022112800'),(652,'gradereport_user','version','2022112800'),(653,'gradingform_guide','version','2022112800'),(654,'gradingform_rubric','version','2022112800'),(655,'mlbackend_php','version','2022112800'),(656,'mlbackend_python','version','2022112800'),(657,'mnetservice_enrol','version','2022112800'),(658,'webservice_rest','version','2022112800'),(659,'webservice_soap','version','2022112800'),(660,'repository_areafiles','version','2022112800'),(662,'areafiles','enablecourseinstances','0'),(663,'areafiles','enableuserinstances','0'),(664,'repository_contentbank','version','2022112800'),(666,'contentbank','enablecourseinstances','0'),(667,'contentbank','enableuserinstances','0'),(668,'repository_coursefiles','version','2022112800'),(669,'repository_dropbox','version','2022112800'),(670,'repository_equella','version','2022112800'),(671,'repository_filesystem','version','2022112800'),(672,'repository_flickr','version','2022112800'),(673,'repository_flickr_public','version','2022112800'),(674,'repository_googledocs','version','2022112800'),(675,'repository_local','version','2022112800'),(677,'local','enablecourseinstances','0'),(678,'local','enableuserinstances','0'),(679,'repository_merlot','version','2022112800'),(680,'repository_nextcloud','version','2022112800'),(681,'repository_onedrive','version','2022112800'),(682,'repository_recent','version','2022112800'),(684,'recent','enablecourseinstances','0'),(685,'recent','enableuserinstances','0'),(686,'repository_s3','version','2022112800'),(687,'repository_upload','version','2022112800'),(689,'upload','enablecourseinstances','0'),(690,'upload','enableuserinstances','0'),(691,'repository_url','version','2022112800'),(693,'url','enablecourseinstances','0'),(694,'url','enableuserinstances','0'),(695,'repository_user','version','2022112800'),(697,'user','enablecourseinstances','0'),(698,'user','enableuserinstances','0'),(699,'repository_webdav','version','2022112800'),(700,'repository_wikimedia','version','2022112800'),(702,'wikimedia','enablecourseinstances','0'),(703,'wikimedia','enableuserinstances','0'),(704,'repository_youtube','version','2022112800'),(706,'portfolio_download','version','2022112800'),(707,'portfolio_flickr','version','2022112800'),(708,'portfolio_googledocs','version','2022112800'),(709,'portfolio_mahara','version','2022112800'),(710,'search_simpledb','version','2022112800'),(712,'search_solr','version','2022112800'),(713,'qbank_bulkmove','version','2022112800'),(714,'qbank_columnsortorder','version','2022112800'),(715,'qbank_comment','version','2022112800'),(716,'qbank_customfields','version','2022112800'),(717,'qbank_deletequestion','version','2022112800'),(718,'qbank_editquestion','version','2022112800'),(719,'qbank_exportquestions','version','2022112800'),(720,'qbank_exporttoxml','version','2022112800'),(721,'qbank_history','version','2022112800'),(722,'qbank_importquestions','version','2022112800'),(723,'qbank_managecategories','version','2022112800'),(724,'qbank_previewquestion','version','2022112800'),(725,'qbank_statistics','version','2022112800'),(726,'qbank_tagquestion','version','2022112800'),(727,'qbank_usage','version','2022112800'),(728,'qbank_viewcreator','version','2022112800'),(729,'qbank_viewquestionname','version','2022112800'),(730,'qbank_viewquestiontext','version','2022112800'),(731,'qbank_viewquestiontype','version','2022112800'),(732,'qbehaviour_adaptive','version','2022112800'),(733,'qbehaviour_adaptivenopenalty','version','2022112800'),(734,'qbehaviour_deferredcbm','version','2022112800'),(735,'qbehaviour_deferredfeedback','version','2022112800'),(736,'qbehaviour_immediatecbm','version','2022112800'),(737,'qbehaviour_immediatefeedback','version','2022112800'),(738,'qbehaviour_informationitem','version','2022112800'),(739,'qbehaviour_interactive','version','2022112800'),(740,'qbehaviour_interactivecountback','version','2022112800'),(741,'qbehaviour_manualgraded','version','2022112800'),(743,'question','disabledbehaviours','manualgraded'),(744,'qbehaviour_missing','version','2022112800'),(745,'qformat_aiken','version','2022112800'),(746,'qformat_blackboard_six','version','2022112800'),(747,'qformat_gift','version','2022112800'),(748,'qformat_missingword','version','2022112800'),(749,'qformat_multianswer','version','2022112800'),(750,'qformat_xhtml','version','2022112800'),(751,'qformat_xml','version','2022112800'),(752,'tool_admin_presets','version','2022112800'),(753,'tool_analytics','version','2022112800'),(754,'tool_availabilityconditions','version','2022112800'),(755,'tool_behat','version','2022112802'),(756,'tool_brickfield','version','2022112800'),(758,'tool_capability','version','2022112800'),(759,'tool_cohortroles','version','2022112801'),(760,'tool_componentlibrary','version','2022112800'),(761,'tool_customlang','version','2022112800'),(763,'tool_dataprivacy','version','2022112800'),(764,'message','airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(765,'message','email_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(766,'message','popup_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(767,'message','message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled','popup,email'),(768,'message','airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(769,'message','email_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(770,'message','popup_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(771,'message','message_provider_tool_dataprivacy_datarequestprocessingresults_enabled','popup,email'),(772,'message','airnotifier_provider_tool_dataprivacy_notifyexceptions_locked','0'),(773,'message','email_provider_tool_dataprivacy_notifyexceptions_locked','0'),(774,'message','popup_provider_tool_dataprivacy_notifyexceptions_locked','0'),(775,'message','message_provider_tool_dataprivacy_notifyexceptions_enabled','email'),(776,'tool_dbtransfer','version','2022112800'),(777,'tool_filetypes','version','2022112800'),(778,'tool_generator','version','2022112800'),(779,'tool_httpsreplace','version','2022112800'),(780,'tool_innodb','version','2022112800'),(781,'tool_installaddon','version','2022112800'),(782,'tool_langimport','version','2022112800'),(783,'tool_licensemanager','version','2022112800'),(784,'tool_log','version','2022112800'),(786,'tool_log','enabled_stores','logstore_standard'),(787,'tool_lp','version','2022112800'),(788,'tool_lpimportcsv','version','2022112800'),(789,'tool_lpmigrate','version','2022112800'),(790,'tool_messageinbound','version','2022112800'),(791,'message','airnotifier_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(792,'message','email_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(793,'message','popup_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(794,'message','message_provider_tool_messageinbound_invalidrecipienthandler_enabled','email'),(795,'message','airnotifier_provider_tool_messageinbound_messageprocessingerror_locked','0'),(796,'message','email_provider_tool_messageinbound_messageprocessingerror_locked','0'),(797,'message','popup_provider_tool_messageinbound_messageprocessingerror_locked','0'),(798,'message','message_provider_tool_messageinbound_messageprocessingerror_enabled','email'),(799,'message','airnotifier_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(800,'message','email_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(801,'message','popup_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(802,'message','message_provider_tool_messageinbound_messageprocessingsuccess_enabled','email'),(803,'tool_mobile','version','2022112800'),(804,'tool_monitor','version','2022112800'),(805,'message','airnotifier_provider_tool_monitor_notification_locked','0'),(806,'message','email_provider_tool_monitor_notification_locked','0'),(807,'message','popup_provider_tool_monitor_notification_locked','0'),(808,'message','message_provider_tool_monitor_notification_enabled','email'),(809,'tool_moodlenet','version','2022112800'),(811,'tool_multilangupgrade','version','2022112800'),(812,'tool_oauth2','version','2022112800'),(813,'tool_phpunit','version','2022112800'),(814,'tool_policy','version','2022112800'),(815,'tool_profiling','version','2022112800'),(816,'tool_recyclebin','version','2022112800'),(817,'tool_replace','version','2022112800'),(818,'tool_spamcleaner','version','2022112800'),(819,'tool_task','version','2022112800'),(820,'tool_templatelibrary','version','2022112800'),(821,'tool_unsuproles','version','2022112800'),(823,'tool_uploadcourse','version','2022112800'),(824,'tool_uploaduser','version','2022112800'),(825,'tool_usertours','version','2022112800'),(827,'tool_xmldb','version','2022112800'),(828,'cachestore_apcu','version','2022112800'),(829,'cachestore_file','version','2022112800'),(830,'cachestore_memcached','version','2022112800'),(831,'cachestore_mongodb','version','2022112801'),(832,'cachestore_redis','version','2022112800'),(833,'cachestore_session','version','2022112800'),(834,'cachestore_static','version','2022112800'),(835,'cachelock_file','version','2022112800'),(836,'fileconverter_googledrive','version','2022112800'),(837,'fileconverter_unoconv','version','2022112800'),(839,'contenttype_h5p','version','2022112800'),(840,'theme_boost','version','2022112800'),(841,'theme_classic','version','2022112800'),(842,'h5plib_v124','version','2022112800'),(843,'paygw_paypal','version','2022112800'),(845,'assignsubmission_comments','version','2022112800'),(847,'assignsubmission_file','sortorder','1'),(848,'assignsubmission_comments','sortorder','2'),(849,'assignsubmission_onlinetext','sortorder','0'),(850,'assignsubmission_file','version','2022112800'),(851,'assignsubmission_onlinetext','version','2022112800'),(853,'assignfeedback_comments','version','2022112800'),(855,'assignfeedback_comments','sortorder','0'),(856,'assignfeedback_editpdf','sortorder','1'),(857,'assignfeedback_file','sortorder','3'),(858,'assignfeedback_offline','sortorder','2'),(859,'assignfeedback_editpdf','version','2022112801'),(861,'assignfeedback_file','version','2022112800'),(863,'assignfeedback_offline','version','2022112800'),(864,'assignment_offline','version','2022112800'),(865,'assignment_online','version','2022112800'),(866,'assignment_upload','version','2022112800'),(867,'assignment_uploadsingle','version','2022112800'),(868,'booktool_exportimscp','version','2022112800'),(869,'booktool_importhtml','version','2022112800'),(870,'booktool_print','version','2022112800'),(871,'datafield_checkbox','version','2022112800'),(872,'datafield_date','version','2022112800'),(873,'datafield_file','version','2022112800'),(874,'datafield_latlong','version','2022112800'),(875,'datafield_menu','version','2022112800'),(876,'datafield_multimenu','version','2022112800'),(877,'datafield_number','version','2022112800'),(878,'datafield_picture','version','2022112800'),(879,'datafield_radiobutton','version','2022112800'),(880,'datafield_text','version','2022112800'),(881,'datafield_textarea','version','2022112800'),(882,'datafield_url','version','2022112800'),(883,'datapreset_imagegallery','version','2022112800'),(884,'datapreset_journal','version','2022112800'),(885,'datapreset_proposals','version','2022112800'),(886,'datapreset_resources','version','2022112800'),(887,'forumreport_summary','version','2022112800'),(888,'ltiservice_basicoutcomes','version','2022112800'),(889,'ltiservice_gradebookservices','version','2022112800'),(890,'ltiservice_memberships','version','2022112800'),(891,'ltiservice_profile','version','2022112800'),(892,'ltiservice_toolproxy','version','2022112800'),(893,'ltiservice_toolsettings','version','2022112800'),(894,'quiz_grading','version','2022112800'),(896,'quiz_overview','version','2022112800'),(898,'quiz_responses','version','2022112800'),(900,'quiz_statistics','version','2022112804'),(902,'quizaccess_delaybetweenattempts','version','2022112800'),(903,'quizaccess_ipaddress','version','2022112800'),(904,'quizaccess_numattempts','version','2022112800'),(905,'quizaccess_offlineattempts','version','2022112800'),(906,'quizaccess_openclosedate','version','2022112800'),(907,'quizaccess_password','version','2022112800'),(908,'quizaccess_seb','version','2022112800'),(910,'quizaccess_securewindow','version','2022112800'),(911,'quizaccess_timelimit','version','2022112800'),(912,'scormreport_basic','version','2022112800'),(913,'scormreport_graphs','version','2022112800'),(914,'scormreport_interactions','version','2022112800'),(915,'scormreport_objectives','version','2022112800'),(916,'workshopform_accumulative','version','2022112800'),(918,'workshopform_comments','version','2022112800'),(920,'workshopform_numerrors','version','2022112800'),(922,'workshopform_rubric','version','2022112800'),(924,'workshopallocation_manual','version','2022112800'),(925,'workshopallocation_random','version','2022112800'),(926,'workshopallocation_scheduled','version','2022112800'),(927,'workshopeval_best','version','2022112800'),(928,'atto_accessibilitychecker','version','2022112800'),(929,'atto_accessibilityhelper','version','2022112800'),(930,'atto_align','version','2022112800'),(931,'atto_backcolor','version','2022112800'),(932,'atto_bold','version','2022112800'),(933,'atto_charmap','version','2022112800'),(934,'atto_clear','version','2022112800'),(935,'atto_collapse','version','2022112800'),(936,'atto_emojipicker','version','2022112800'),(937,'atto_emoticon','version','2022112800'),(938,'atto_equation','version','2022112800'),(939,'atto_fontcolor','version','2022112800'),(940,'atto_h5p','version','2022112800'),(941,'atto_html','version','2022112800'),(942,'atto_image','version','2022112800'),(943,'atto_indent','version','2022112800'),(944,'atto_italic','version','2022112800'),(945,'atto_link','version','2022112800'),(946,'atto_managefiles','version','2022112800'),(947,'atto_media','version','2022112800'),(948,'atto_noautolink','version','2022112800'),(949,'atto_orderedlist','version','2022112800'),(950,'atto_recordrtc','version','2022112800'),(951,'atto_rtl','version','2022112800'),(952,'atto_strike','version','2022112800'),(953,'atto_subscript','version','2022112800'),(954,'atto_superscript','version','2022112800'),(955,'atto_table','version','2022112800'),(956,'atto_title','version','2022112800'),(957,'atto_underline','version','2022112800'),(958,'atto_undo','version','2022112800'),(959,'atto_unorderedlist','version','2022112800'),(960,'tiny_accessibilitychecker','version','2022112800'),(961,'tiny_autosave','version','2022112800'),(962,'tiny_equation','version','2022112800'),(963,'tiny_h5p','version','2022112800'),(964,'tiny_link','version','2022112800'),(965,'tiny_media','version','2022112800'),(966,'tiny_recordrtc','version','2022112800'),(967,'tinymce_ctrlhelp','version','2022112800'),(968,'tinymce_managefiles','version','2022112800'),(969,'tinymce_moodleemoticon','version','2022112800'),(970,'tinymce_moodleimage','version','2022112800'),(971,'tinymce_moodlemedia','version','2022112800'),(972,'tinymce_moodlenolink','version','2022112800'),(973,'tinymce_pdw','version','2022112800'),(974,'tinymce_spellchecker','version','2022112800'),(976,'tinymce_wrap','version','2022112800'),(977,'logstore_database','version','2022112800'),(978,'logstore_legacy','version','2022112800'),(979,'logstore_standard','version','2022112800'),(980,'tool_moodlenet','enablemoodlenet','0'),(981,'tool_log','exportlog','1'),(982,'tool_dataprivacy','contactdataprotectionofficer','0'),(983,'tool_dataprivacy','automaticdataexportapproval','0'),(984,'tool_dataprivacy','automaticdatadeletionapproval','0'),(985,'tool_dataprivacy','automaticdeletionrequests','1'),(986,'tool_dataprivacy','privacyrequestexpiry','604800'),(987,'tool_dataprivacy','requireallenddatesforuserdeletion','1'),(988,'tool_dataprivacy','showdataretentionsummary','1'),(989,'analytics','logstore','logstore_standard'),(990,'message_airnotifier','encryptnotifications','0'),(991,'message_airnotifier','encryptprocessing','0'),(992,'antivirus_clamav','runningmethod','commandline'),(993,'antivirus_clamav','pathtoclam',''),(994,'antivirus_clamav','pathtounixsocket',''),(995,'antivirus_clamav','tcpsockethost',''),(996,'antivirus_clamav','tcpsocketport','3310'),(997,'antivirus_clamav','clamfailureonupload','tryagain'),(998,'antivirus_clamav','tries','1'),(999,'tool_recyclebin','coursebinenable','1'),(1000,'tool_recyclebin','coursebinexpiry','604800'),(1001,'tool_recyclebin','categorybinenable','1'),(1002,'tool_recyclebin','categorybinexpiry','604800'),(1003,'tool_recyclebin','autohide','1'),(1004,'tool_brickfield','analysistype','0'),(1005,'tool_brickfield','deletehistoricaldata','1'),(1006,'tool_brickfield','batch','1000'),(1007,'tool_brickfield','perpage','50'),(1008,'filter_emoticon','formats','1,4,0'),(1009,'filter_displayh5p','allowedsources',''),(1010,'filter_urltolink','formats','1,4,0'),(1011,'filter_urltolink','embedimages','1'),(1012,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js'),(1013,'filter_mathjaxloader','texfiltercompatibility','0'),(1014,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n'),(1015,'filter_mathjaxloader','additionaldelimiters',''),(1016,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),(1017,'filter_tex','latexbackground','#FFFFFF'),(1018,'filter_tex','density','120'),(1019,'filter_tex','pathlatex','/usr/bin/latex'),(1020,'filter_tex','pathdvips','/usr/bin/dvips'),(1021,'filter_tex','pathconvert','/usr/bin/convert'),(1022,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm'),(1023,'filter_tex','pathmimetex',''),(1024,'filter_tex','convertformat','gif'),(1025,'mod_lesson','mediafile',''),(1026,'mod_lesson','mediafile_adv','1'),(1027,'mod_lesson','mediawidth','640'),(1028,'mod_lesson','mediaheight','480'),(1029,'mod_lesson','mediaclose','0'),(1030,'mod_lesson','progressbar','0'),(1031,'mod_lesson','progressbar_adv',''),(1032,'mod_lesson','ongoing','0'),(1033,'mod_lesson','ongoing_adv','1'),(1034,'mod_lesson','displayleftmenu','0'),(1035,'mod_lesson','displayleftmenu_adv',''),(1036,'mod_lesson','displayleftif','0'),(1037,'mod_lesson','displayleftif_adv','1'),(1038,'mod_lesson','slideshow','0'),(1039,'mod_lesson','slideshow_adv','1'),(1040,'mod_lesson','slideshowwidth','640'),(1041,'mod_lesson','slideshowheight','480'),(1042,'mod_lesson','slideshowbgcolor','#FFFFFF'),(1043,'mod_lesson','maxanswers','5'),(1044,'mod_lesson','maxanswers_adv','1'),(1045,'mod_lesson','defaultfeedback','0'),(1046,'mod_lesson','defaultfeedback_adv','1'),(1047,'mod_lesson','activitylink',''),(1048,'mod_lesson','activitylink_adv','1'),(1049,'mod_lesson','timelimit','0'),(1050,'mod_lesson','timelimit_adv',''),(1051,'mod_lesson','password','0'),(1052,'mod_lesson','password_adv','1'),(1053,'mod_lesson','modattempts','0'),(1054,'mod_lesson','modattempts_adv',''),(1055,'mod_lesson','displayreview','0'),(1056,'mod_lesson','displayreview_adv',''),(1057,'mod_lesson','maximumnumberofattempts','1'),(1058,'mod_lesson','maximumnumberofattempts_adv',''),(1059,'mod_lesson','defaultnextpage','0'),(1060,'mod_lesson','defaultnextpage_adv','1'),(1061,'mod_lesson','numberofpagestoshow','1'),(1062,'mod_lesson','numberofpagestoshow_adv','1'),(1063,'mod_lesson','practice','0'),(1064,'mod_lesson','practice_adv',''),(1065,'mod_lesson','customscoring','1'),(1066,'mod_lesson','customscoring_adv','1'),(1067,'mod_lesson','retakesallowed','0'),(1068,'mod_lesson','retakesallowed_adv',''),(1069,'mod_lesson','handlingofretakes','0'),(1070,'mod_lesson','handlingofretakes_adv','1'),(1071,'mod_lesson','minimumnumberofquestions','0'),(1072,'mod_lesson','minimumnumberofquestions_adv','1'),(1073,'label','dndmedia','1'),(1074,'label','dndresizewidth','400'),(1075,'label','dndresizeheight','400'),(1076,'quiz','timelimit','0'),(1077,'quiz','timelimit_adv',''),(1078,'quiz','timelimit_locked',''),(1079,'quiz','notifyattemptgradeddelay','18000'),(1080,'quiz','overduehandling','autosubmit'),(1081,'quiz','overduehandling_adv',''),(1082,'quiz','overduehandling_locked',''),(1083,'quiz','graceperiod','86400'),(1084,'quiz','graceperiod_adv',''),(1085,'quiz','graceperiod_locked',''),(1086,'quiz','graceperiodmin','60'),(1087,'quiz','attempts','0'),(1088,'quiz','attempts_adv',''),(1089,'quiz','attempts_locked',''),(1090,'quiz','grademethod','1'),(1091,'quiz','grademethod_adv',''),(1092,'quiz','grademethod_locked',''),(1093,'quiz','maximumgrade','10'),(1094,'quiz','maximumgrade_locked',''),(1095,'quiz','questionsperpage','1'),(1096,'quiz','questionsperpage_adv',''),(1097,'quiz','questionsperpage_locked',''),(1098,'quiz','navmethod','free'),(1099,'quiz','navmethod_adv','1'),(1100,'quiz','navmethod_locked',''),(1101,'quiz','shuffleanswers','1'),(1102,'quiz','shuffleanswers_adv',''),(1103,'quiz','shuffleanswers_locked',''),(1104,'quiz','preferredbehaviour','deferredfeedback'),(1105,'quiz','preferredbehaviour_locked',''),(1106,'quiz','canredoquestions','0'),(1107,'quiz','canredoquestions_adv','1'),(1108,'quiz','canredoquestions_locked',''),(1109,'quiz','attemptonlast','0'),(1110,'quiz','attemptonlast_adv','1'),(1111,'quiz','attemptonlast_locked',''),(1112,'quiz','reviewattempt','69904'),(1113,'quiz','reviewcorrectness','69904'),(1114,'quiz','reviewmarks','69904'),(1115,'quiz','reviewspecificfeedback','69904'),(1116,'quiz','reviewgeneralfeedback','69904'),(1117,'quiz','reviewrightanswer','69904'),(1118,'quiz','reviewoverallfeedback','4368'),(1119,'quiz','showuserpicture','0'),(1120,'quiz','showuserpicture_adv',''),(1121,'quiz','showuserpicture_locked',''),(1122,'quiz','decimalpoints','2'),(1123,'quiz','decimalpoints_adv',''),(1124,'quiz','decimalpoints_locked',''),(1125,'quiz','questiondecimalpoints','-1'),(1126,'quiz','questiondecimalpoints_adv',''),(1127,'quiz','questiondecimalpoints_locked',''),(1128,'quiz','showblocks','0'),(1129,'quiz','showblocks_adv','1'),(1130,'quiz','showblocks_locked',''),(1131,'quiz','quizpassword',''),(1132,'quiz','quizpassword_adv',''),(1133,'quiz','quizpassword_required',''),(1134,'quiz','quizpassword_locked',''),(1135,'quiz','subnet',''),(1136,'quiz','subnet_adv','1'),(1137,'quiz','subnet_locked',''),(1138,'quiz','delay1','0'),(1139,'quiz','delay1_adv','1'),(1140,'quiz','delay1_locked',''),(1141,'quiz','delay2','0'),(1142,'quiz','delay2_adv','1'),(1143,'quiz','delay2_locked',''),(1144,'quiz','browsersecurity','-'),(1145,'quiz','browsersecurity_adv','1'),(1146,'quiz','browsersecurity_locked',''),(1147,'quiz','initialnumfeedbacks','2'),(1148,'quiz','autosaveperiod','60'),(1149,'quizaccess_seb','autoreconfigureseb','1'),(1150,'quizaccess_seb','showseblinks','seb,http'),(1151,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html'),(1152,'quizaccess_seb','quizpasswordrequired','0'),(1153,'quizaccess_seb','displayblocksbeforestart','0'),(1154,'quizaccess_seb','displayblockswhenfinished','1'),(1155,'resource','framesize','130'),(1156,'resource','displayoptions','0,1,4,5,6'),(1157,'resource','printintro','1'),(1158,'resource','display','0'),(1159,'resource','showsize','0'),(1160,'resource','showtype','0'),(1161,'resource','showdate','0'),(1162,'resource','popupwidth','620'),(1163,'resource','popupheight','450'),(1164,'resource','filterfiles','0'),(1165,'book','numberingoptions','0,1,2,3'),(1166,'book','numbering','1'),(1167,'workshop','grade','80'),(1168,'workshop','gradinggrade','20'),(1169,'workshop','gradedecimals','0'),(1170,'workshop','maxbytes','0'),(1171,'workshop','strategy','accumulative'),(1172,'workshop','examplesmode','0'),(1173,'workshopallocation_random','numofreviews','5'),(1174,'workshopform_numerrors','grade0','否'),(1175,'workshopform_numerrors','grade1','是'),(1176,'workshopeval_best','comparison','5'),(1177,'url','framesize','130'),(1178,'url','secretphrase',''),(1179,'url','rolesinparams','0'),(1180,'url','displayoptions','0,1,5,6'),(1181,'url','printintro','1'),(1182,'url','display','0'),(1183,'url','popupwidth','620'),(1184,'url','popupheight','450'),(1185,'page','displayoptions','5'),(1186,'page','printintro','0'),(1187,'page','printlastmodified','1'),(1188,'page','display','5'),(1189,'page','popupwidth','620'),(1190,'page','popupheight','450'),(1191,'mod_bigbluebuttonbn','presentationdefault',''),(1192,'folder','showexpanded','1'),(1193,'folder','maxsizetodownload','0'),(1194,'assign','feedback_plugin_for_gradebook','assignfeedback_comments'),(1195,'assign','showrecentsubmissions','0'),(1196,'assign','submissionreceipts','1'),(1197,'assign','submissionstatement','這一作業,除了我有註明是引注他人作品之外,都是我自己寫的。'),(1198,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.'),(1199,'assign','submissionstatementteamsubmissionallsubmit','This submission is my own work as a group member, except where I have acknowledged the use of the works of other people.'),(1200,'assign','maxperpage','-1'),(1201,'assign','alwaysshowdescription','1'),(1202,'assign','alwaysshowdescription_adv',''),(1203,'assign','alwaysshowdescription_locked',''),(1204,'assign','allowsubmissionsfromdate','0'),(1205,'assign','allowsubmissionsfromdate_enabled','1'),(1206,'assign','allowsubmissionsfromdate_adv',''),(1207,'assign','duedate','604800'),(1208,'assign','duedate_enabled','1'),(1209,'assign','duedate_adv',''),(1210,'assign','cutoffdate','1209600'),(1211,'assign','cutoffdate_enabled',''),(1212,'assign','cutoffdate_adv',''),(1213,'assign','enabletimelimit','0'),(1214,'assign','gradingduedate','1209600'),(1215,'assign','gradingduedate_enabled','1'),(1216,'assign','gradingduedate_adv',''),(1217,'assign','submissiondrafts','0'),(1218,'assign','submissiondrafts_adv',''),(1219,'assign','submissiondrafts_locked',''),(1220,'assign','requiresubmissionstatement','0'),(1221,'assign','requiresubmissionstatement_adv',''),(1222,'assign','requiresubmissionstatement_locked',''),(1223,'assign','attemptreopenmethod','none'),(1224,'assign','attemptreopenmethod_adv',''),(1225,'assign','attemptreopenmethod_locked',''),(1226,'assign','maxattempts','-1'),(1227,'assign','maxattempts_adv',''),(1228,'assign','maxattempts_locked',''),(1229,'assign','teamsubmission','0'),(1230,'assign','teamsubmission_adv',''),(1231,'assign','teamsubmission_locked',''),(1232,'assign','preventsubmissionnotingroup','0'),(1233,'assign','preventsubmissionnotingroup_adv',''),(1234,'assign','preventsubmissionnotingroup_locked',''),(1235,'assign','requireallteammemberssubmit','0'),(1236,'assign','requireallteammemberssubmit_adv',''),(1237,'assign','requireallteammemberssubmit_locked',''),(1238,'assign','teamsubmissiongroupingid',''),(1239,'assign','teamsubmissiongroupingid_adv',''),(1240,'assign','sendnotifications','0'),(1241,'assign','sendnotifications_adv',''),(1242,'assign','sendnotifications_locked',''),(1243,'assign','sendlatenotifications','0'),(1244,'assign','sendlatenotifications_adv',''),(1245,'assign','sendlatenotifications_locked',''),(1246,'assign','sendstudentnotifications','1'),(1247,'assign','sendstudentnotifications_adv',''),(1248,'assign','sendstudentnotifications_locked',''),(1249,'assign','blindmarking','0'),(1250,'assign','blindmarking_adv',''),(1251,'assign','blindmarking_locked',''),(1252,'assign','hidegrader','0'),(1253,'assign','hidegrader_adv',''),(1254,'assign','hidegrader_locked',''),(1255,'assign','markingworkflow','0'),(1256,'assign','markingworkflow_adv',''),(1257,'assign','markingworkflow_locked',''),(1258,'assign','markingallocation','0'),(1259,'assign','markingallocation_adv',''),(1260,'assign','markingallocation_locked',''),(1261,'assignsubmission_file','default','1'),(1262,'assignsubmission_file','maxfiles','20'),(1263,'assignsubmission_file','filetypes',''),(1264,'assignsubmission_file','maxbytes','0'),(1265,'assignsubmission_onlinetext','default','0'),(1266,'assignfeedback_comments','default','1'),(1267,'assignfeedback_comments','inline','0'),(1268,'assignfeedback_comments','inline_adv',''),(1269,'assignfeedback_comments','inline_locked',''),(1270,'assignfeedback_editpdf','default','1'),(1271,'assignfeedback_editpdf','stamps',''),(1272,'assignfeedback_file','default','0'),(1273,'assignfeedback_offline','default','0'),(1274,'imscp','keepold','1'),(1275,'imscp','keepold_adv',''),(1276,'scorm','displaycoursestructure','0'),(1277,'scorm','displaycoursestructure_adv',''),(1278,'scorm','popup','0'),(1279,'scorm','popup_adv',''),(1280,'scorm','framewidth','100'),(1281,'scorm','framewidth_adv','1'),(1282,'scorm','frameheight','500'),(1283,'scorm','frameheight_adv','1'),(1284,'scorm','winoptgrp_adv','1'),(1285,'scorm','scrollbars','0'),(1286,'scorm','directories','0'),(1287,'scorm','location','0'),(1288,'scorm','menubar','0'),(1289,'scorm','toolbar','0'),(1290,'scorm','status','0'),(1291,'scorm','skipview','0'),(1292,'scorm','skipview_adv','1'),(1293,'scorm','hidebrowse','0'),(1294,'scorm','hidebrowse_adv','1'),(1295,'scorm','hidetoc','0'),(1296,'scorm','hidetoc_adv','1'),(1297,'scorm','nav','1'),(1298,'scorm','nav_adv','1'),(1299,'scorm','navpositionleft','-100'),(1300,'scorm','navpositionleft_adv','1'),(1301,'scorm','navpositiontop','-100'),(1302,'scorm','navpositiontop_adv','1'),(1303,'scorm','collapsetocwinsize','767'),(1304,'scorm','collapsetocwinsize_adv','1'),(1305,'scorm','displayattemptstatus','1'),(1306,'scorm','displayattemptstatus_adv',''),(1307,'scorm','grademethod','1'),(1308,'scorm','maxgrade','100'),(1309,'scorm','maxattempt','0'),(1310,'scorm','whatgrade','0'),(1311,'scorm','forcecompleted','0'),(1312,'scorm','forcenewattempt','0'),(1313,'scorm','autocommit','0'),(1314,'scorm','masteryoverride','1'),(1315,'scorm','lastattemptlock','0'),(1316,'scorm','auto','0'),(1317,'scorm','updatefreq','0'),(1318,'scorm','scormstandard','0'),(1319,'scorm','allowtypeexternal','0'),(1320,'scorm','allowtypelocalsync','0'),(1321,'scorm','allowtypeexternalaicc','0'),(1322,'scorm','allowaicchacp','0'),(1323,'scorm','aicchacptimeout','30'),(1324,'scorm','aicchacpkeepsessiondata','1'),(1325,'scorm','aiccuserid','1'),(1326,'scorm','forcejavascript','1'),(1327,'scorm','allowapidebug','0'),(1328,'scorm','apidebugmask','.*'),(1329,'scorm','protectpackagedownloads','0'),(1330,'format_singleactivity','activitytype','forum'),(1331,'format_weeks','indentation','1'),(1332,'format_topics','indentation','1'),(1333,'media_videojs','videoextensions','html_video,media_source,.f4v,.flv'),(1334,'media_videojs','audioextensions','html_audio'),(1335,'media_videojs','youtube','1'),(1336,'media_videojs','videocssclass','video-js'),(1337,'media_videojs','audiocssclass','video-js'),(1338,'media_videojs','limitsize','1'),(1339,'block_activity_results','config_showbest','3'),(1340,'block_activity_results','config_showbest_locked',''),(1341,'block_activity_results','config_showworst','0'),(1342,'block_activity_results','config_showworst_locked',''),(1343,'block_activity_results','config_usegroups','0'),(1344,'block_activity_results','config_usegroups_locked',''),(1345,'block_activity_results','config_nameformat','1'),(1346,'block_activity_results','config_nameformat_locked',''),(1347,'block_activity_results','config_gradeformat','1'),(1348,'block_activity_results','config_gradeformat_locked',''),(1349,'block_activity_results','config_decimalpoints','2'),(1350,'block_activity_results','config_decimalpoints_locked',''),(1351,'block_myoverview','displaycategories','1'),(1352,'block_myoverview','layouts','card,list,summary'),(1353,'block_myoverview','displaygroupingallincludinghidden','0'),(1354,'block_myoverview','displaygroupingall','1'),(1355,'block_myoverview','displaygroupinginprogress','1'),(1356,'block_myoverview','displaygroupingpast','1'),(1357,'block_myoverview','displaygroupingfuture','1'),(1358,'block_myoverview','displaygroupingcustomfield','0'),(1359,'block_myoverview','customfiltergrouping',''),(1360,'block_myoverview','displaygroupingfavourites','1'),(1361,'block_myoverview','displaygroupinghidden','1'),(1362,'block_starredcourses','displaycategories','1'),(1363,'block_section_links','numsections1','22'),(1364,'block_section_links','incby1','2'),(1365,'block_section_links','numsections2','40'),(1366,'block_section_links','incby2','5'),(1367,'block_section_links','showsectionname','0'),(1368,'block_recentlyaccessedcourses','displaycategories','1'),(1369,'block_accessreview','whattoshow','showboth'),(1370,'block_accessreview','errordisplay','showint'),(1371,'block_accessreview','toolpage','errors'),(1372,'block_tag_youtube','apikey',''),(1373,'logstore_database','dbdriver',''),(1374,'logstore_database','dbhost',''),(1375,'logstore_database','dbuser',''),(1376,'logstore_database','dbpass',''),(1377,'logstore_database','dbname',''),(1378,'logstore_database','dbtable',''),(1379,'logstore_database','dbpersist','0'),(1380,'logstore_database','dbsocket',''),(1381,'logstore_database','dbport',''),(1382,'logstore_database','dbschema',''),(1383,'logstore_database','dbcollation',''),(1384,'logstore_database','dbhandlesoptions','0'),(1385,'logstore_database','buffersize','50'),(1386,'logstore_database','jsonformat','1'),(1387,'logstore_database','logguests','0'),(1388,'logstore_database','includelevels','1,2,0'),(1389,'logstore_database','includeactions','c,r,u,d'),(1390,'logstore_legacy','loglegacy','0'),(1391,'logstore_standard','logguests','1'),(1392,'logstore_standard','jsonformat','1'),(1393,'logstore_standard','loglifetime','0'),(1394,'logstore_standard','buffersize','50'),(1395,'auth_email','recaptcha','0'),(1396,'auth_email','field_lock_firstname','unlocked'),(1397,'auth_email','field_lock_lastname','unlocked'),(1398,'auth_email','field_lock_email','unlocked'),(1399,'auth_email','field_lock_city','unlocked'),(1400,'auth_email','field_lock_country','unlocked'),(1401,'auth_email','field_lock_lang','unlocked'),(1402,'auth_email','field_lock_description','unlocked'),(1403,'auth_email','field_lock_idnumber','unlocked'),(1404,'auth_email','field_lock_institution','unlocked'),(1405,'auth_email','field_lock_department','unlocked'),(1406,'auth_email','field_lock_phone1','unlocked'),(1407,'auth_email','field_lock_phone2','unlocked'),(1408,'auth_email','field_lock_address','unlocked'),(1409,'auth_email','field_lock_firstnamephonetic','unlocked'),(1410,'auth_email','field_lock_lastnamephonetic','unlocked'),(1411,'auth_email','field_lock_middlename','unlocked'),(1412,'auth_email','field_lock_alternatename','unlocked'),(1413,'auth_none','field_lock_firstname','unlocked'),(1414,'auth_none','field_lock_lastname','unlocked'),(1415,'auth_none','field_lock_email','unlocked'),(1416,'auth_none','field_lock_city','unlocked'),(1417,'auth_none','field_lock_country','unlocked'),(1418,'auth_none','field_lock_lang','unlocked'),(1419,'auth_none','field_lock_description','unlocked'),(1420,'auth_none','field_lock_idnumber','unlocked'),(1421,'auth_none','field_lock_institution','unlocked'),(1422,'auth_none','field_lock_department','unlocked'),(1423,'auth_none','field_lock_phone1','unlocked'),(1424,'auth_none','field_lock_phone2','unlocked'),(1425,'auth_none','field_lock_address','unlocked'),(1426,'auth_none','field_lock_firstnamephonetic','unlocked'),(1427,'auth_none','field_lock_lastnamephonetic','unlocked'),(1428,'auth_none','field_lock_middlename','unlocked'),(1429,'auth_none','field_lock_alternatename','unlocked'),(1430,'auth_db','host','127.0.0.1'),(1431,'auth_db','type','mysqli'),(1432,'auth_db','sybasequoting','0'),(1433,'auth_db','name',''),(1434,'auth_db','user',''),(1435,'auth_db','pass',''),(1436,'auth_db','table',''),(1437,'auth_db','fielduser',''),(1438,'auth_db','fieldpass',''),(1439,'auth_db','passtype','plaintext'),(1440,'auth_db','extencoding','utf-8'),(1441,'auth_db','setupsql',''),(1442,'auth_db','debugauthdb','0'),(1443,'auth_db','changepasswordurl',''),(1444,'auth_db','removeuser','0'),(1445,'auth_db','updateusers','0'),(1446,'auth_db','field_map_firstname',''),(1447,'auth_db','field_updatelocal_firstname','oncreate'),(1448,'auth_db','field_updateremote_firstname','0'),(1449,'auth_db','field_lock_firstname','unlocked'),(1450,'auth_db','field_map_lastname',''),(1451,'auth_db','field_updatelocal_lastname','oncreate'),(1452,'auth_db','field_updateremote_lastname','0'),(1453,'auth_db','field_lock_lastname','unlocked'),(1454,'auth_db','field_map_email',''),(1455,'auth_db','field_updatelocal_email','oncreate'),(1456,'auth_db','field_updateremote_email','0'),(1457,'auth_db','field_lock_email','unlocked'),(1458,'auth_db','field_map_city',''),(1459,'auth_db','field_updatelocal_city','oncreate'),(1460,'auth_db','field_updateremote_city','0'),(1461,'auth_db','field_lock_city','unlocked'),(1462,'auth_db','field_map_country',''),(1463,'auth_db','field_updatelocal_country','oncreate'),(1464,'auth_db','field_updateremote_country','0'),(1465,'auth_db','field_lock_country','unlocked'),(1466,'auth_db','field_map_lang',''),(1467,'auth_db','field_updatelocal_lang','oncreate'),(1468,'auth_db','field_updateremote_lang','0'),(1469,'auth_db','field_lock_lang','unlocked'),(1470,'auth_db','field_map_description',''),(1471,'auth_db','field_updatelocal_description','oncreate'),(1472,'auth_db','field_updateremote_description','0'),(1473,'auth_db','field_lock_description','unlocked'),(1474,'auth_db','field_map_idnumber',''),(1475,'auth_db','field_updatelocal_idnumber','oncreate'),(1476,'auth_db','field_updateremote_idnumber','0'),(1477,'auth_db','field_lock_idnumber','unlocked'),(1478,'auth_db','field_map_institution',''),(1479,'auth_db','field_updatelocal_institution','oncreate'),(1480,'auth_db','field_updateremote_institution','0'),(1481,'auth_db','field_lock_institution','unlocked'),(1482,'auth_db','field_map_department',''),(1483,'auth_db','field_updatelocal_department','oncreate'),(1484,'auth_db','field_updateremote_department','0'),(1485,'auth_db','field_lock_department','unlocked'),(1486,'auth_db','field_map_phone1',''),(1487,'auth_db','field_updatelocal_phone1','oncreate'),(1488,'auth_db','field_updateremote_phone1','0'),(1489,'auth_db','field_lock_phone1','unlocked'),(1490,'auth_db','field_map_phone2',''),(1491,'auth_db','field_updatelocal_phone2','oncreate'),(1492,'auth_db','field_updateremote_phone2','0'),(1493,'auth_db','field_lock_phone2','unlocked'),(1494,'auth_db','field_map_address',''),(1495,'auth_db','field_updatelocal_address','oncreate'),(1496,'auth_db','field_updateremote_address','0'),(1497,'auth_db','field_lock_address','unlocked'),(1498,'auth_db','field_map_firstnamephonetic',''),(1499,'auth_db','field_updatelocal_firstnamephonetic','oncreate'),(1500,'auth_db','field_updateremote_firstnamephonetic','0'),(1501,'auth_db','field_lock_firstnamephonetic','unlocked'),(1502,'auth_db','field_map_lastnamephonetic',''),(1503,'auth_db','field_updatelocal_lastnamephonetic','oncreate'),(1504,'auth_db','field_updateremote_lastnamephonetic','0'),(1505,'auth_db','field_lock_lastnamephonetic','unlocked'),(1506,'auth_db','field_map_middlename',''),(1507,'auth_db','field_updatelocal_middlename','oncreate'),(1508,'auth_db','field_updateremote_middlename','0'),(1509,'auth_db','field_lock_middlename','unlocked'),(1510,'auth_db','field_map_alternatename',''),(1511,'auth_db','field_updatelocal_alternatename','oncreate'),(1512,'auth_db','field_updateremote_alternatename','0'),(1513,'auth_db','field_lock_alternatename','unlocked'),(1514,'auth_ldap','field_map_firstname',''),(1515,'auth_ldap','field_updatelocal_firstname','oncreate'),(1516,'auth_ldap','field_updateremote_firstname','0'),(1517,'auth_ldap','field_lock_firstname','unlocked'),(1518,'auth_ldap','field_map_lastname',''),(1519,'auth_ldap','field_updatelocal_lastname','oncreate'),(1520,'auth_ldap','field_updateremote_lastname','0'),(1521,'auth_ldap','field_lock_lastname','unlocked'),(1522,'auth_ldap','field_map_email',''),(1523,'auth_ldap','field_updatelocal_email','oncreate'),(1524,'auth_ldap','field_updateremote_email','0'),(1525,'auth_ldap','field_lock_email','unlocked'),(1526,'auth_ldap','field_map_city',''),(1527,'auth_ldap','field_updatelocal_city','oncreate'),(1528,'auth_ldap','field_updateremote_city','0'),(1529,'auth_ldap','field_lock_city','unlocked'),(1530,'auth_ldap','field_map_country',''),(1531,'auth_ldap','field_updatelocal_country','oncreate'),(1532,'auth_ldap','field_updateremote_country','0'),(1533,'auth_ldap','field_lock_country','unlocked'),(1534,'auth_ldap','field_map_lang',''),(1535,'auth_ldap','field_updatelocal_lang','oncreate'),(1536,'auth_ldap','field_updateremote_lang','0'),(1537,'auth_ldap','field_lock_lang','unlocked'),(1538,'auth_ldap','field_map_description',''),(1539,'auth_ldap','field_updatelocal_description','oncreate'),(1540,'auth_ldap','field_updateremote_description','0'),(1541,'auth_ldap','field_lock_description','unlocked'),(1542,'auth_ldap','field_map_idnumber',''),(1543,'auth_ldap','field_updatelocal_idnumber','oncreate'),(1544,'auth_ldap','field_updateremote_idnumber','0'),(1545,'auth_ldap','field_lock_idnumber','unlocked'),(1546,'auth_ldap','field_map_institution',''),(1547,'auth_ldap','field_updatelocal_institution','oncreate'),(1548,'auth_ldap','field_updateremote_institution','0'),(1549,'auth_ldap','field_lock_institution','unlocked'),(1550,'auth_ldap','field_map_department',''),(1551,'auth_ldap','field_updatelocal_department','oncreate'),(1552,'auth_ldap','field_updateremote_department','0'),(1553,'auth_ldap','field_lock_department','unlocked'),(1554,'auth_ldap','field_map_phone1',''),(1555,'auth_ldap','field_updatelocal_phone1','oncreate'),(1556,'auth_ldap','field_updateremote_phone1','0'),(1557,'auth_ldap','field_lock_phone1','unlocked'),(1558,'auth_ldap','field_map_phone2',''),(1559,'auth_ldap','field_updatelocal_phone2','oncreate'),(1560,'auth_ldap','field_updateremote_phone2','0'),(1561,'auth_ldap','field_lock_phone2','unlocked'),(1562,'auth_ldap','field_map_address',''),(1563,'auth_ldap','field_updatelocal_address','oncreate'),(1564,'auth_ldap','field_updateremote_address','0'),(1565,'auth_ldap','field_lock_address','unlocked'),(1566,'auth_ldap','field_map_firstnamephonetic',''),(1567,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate'),(1568,'auth_ldap','field_updateremote_firstnamephonetic','0'),(1569,'auth_ldap','field_lock_firstnamephonetic','unlocked'),(1570,'auth_ldap','field_map_lastnamephonetic',''),(1571,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate'),(1572,'auth_ldap','field_updateremote_lastnamephonetic','0'),(1573,'auth_ldap','field_lock_lastnamephonetic','unlocked'),(1574,'auth_ldap','field_map_middlename',''),(1575,'auth_ldap','field_updatelocal_middlename','oncreate'),(1576,'auth_ldap','field_updateremote_middlename','0'),(1577,'auth_ldap','field_lock_middlename','unlocked'),(1578,'auth_ldap','field_map_alternatename',''),(1579,'auth_ldap','field_updatelocal_alternatename','oncreate'),(1580,'auth_ldap','field_updateremote_alternatename','0'),(1581,'auth_ldap','field_lock_alternatename','unlocked'),(1582,'auth_cas','field_map_firstname',''),(1583,'auth_cas','field_updatelocal_firstname','oncreate'),(1584,'auth_cas','field_updateremote_firstname','0'),(1585,'auth_cas','field_lock_firstname','unlocked'),(1586,'auth_cas','field_map_lastname',''),(1587,'auth_cas','field_updatelocal_lastname','oncreate'),(1588,'auth_cas','field_updateremote_lastname','0'),(1589,'auth_cas','field_lock_lastname','unlocked'),(1590,'auth_cas','field_map_email',''),(1591,'auth_cas','field_updatelocal_email','oncreate'),(1592,'auth_cas','field_updateremote_email','0'),(1593,'auth_cas','field_lock_email','unlocked'),(1594,'auth_cas','field_map_city',''),(1595,'auth_cas','field_updatelocal_city','oncreate'),(1596,'auth_cas','field_updateremote_city','0'),(1597,'auth_cas','field_lock_city','unlocked'),(1598,'auth_cas','field_map_country',''),(1599,'auth_cas','field_updatelocal_country','oncreate'),(1600,'auth_cas','field_updateremote_country','0'),(1601,'auth_cas','field_lock_country','unlocked'),(1602,'auth_cas','field_map_lang',''),(1603,'auth_cas','field_updatelocal_lang','oncreate'),(1604,'auth_cas','field_updateremote_lang','0'),(1605,'auth_cas','field_lock_lang','unlocked'),(1606,'auth_cas','field_map_description',''),(1607,'auth_cas','field_updatelocal_description','oncreate'),(1608,'auth_cas','field_updateremote_description','0'),(1609,'auth_cas','field_lock_description','unlocked'),(1610,'auth_cas','field_map_idnumber',''),(1611,'auth_cas','field_updatelocal_idnumber','oncreate'),(1612,'auth_cas','field_updateremote_idnumber','0'),(1613,'auth_cas','field_lock_idnumber','unlocked'),(1614,'auth_cas','field_map_institution',''),(1615,'auth_cas','field_updatelocal_institution','oncreate'),(1616,'auth_cas','field_updateremote_institution','0'),(1617,'auth_cas','field_lock_institution','unlocked'),(1618,'auth_cas','field_map_department',''),(1619,'auth_cas','field_updatelocal_department','oncreate'),(1620,'auth_cas','field_updateremote_department','0'),(1621,'auth_cas','field_lock_department','unlocked'),(1622,'auth_cas','field_map_phone1',''),(1623,'auth_cas','field_updatelocal_phone1','oncreate'),(1624,'auth_cas','field_updateremote_phone1','0'),(1625,'auth_cas','field_lock_phone1','unlocked'),(1626,'auth_cas','field_map_phone2',''),(1627,'auth_cas','field_updatelocal_phone2','oncreate'),(1628,'auth_cas','field_updateremote_phone2','0'),(1629,'auth_cas','field_lock_phone2','unlocked'),(1630,'auth_cas','field_map_address',''),(1631,'auth_cas','field_updatelocal_address','oncreate'),(1632,'auth_cas','field_updateremote_address','0'),(1633,'auth_cas','field_lock_address','unlocked'),(1634,'auth_cas','field_map_firstnamephonetic',''),(1635,'auth_cas','field_updatelocal_firstnamephonetic','oncreate'),(1636,'auth_cas','field_updateremote_firstnamephonetic','0'),(1637,'auth_cas','field_lock_firstnamephonetic','unlocked'),(1638,'auth_cas','field_map_lastnamephonetic',''),(1639,'auth_cas','field_updatelocal_lastnamephonetic','oncreate'),(1640,'auth_cas','field_updateremote_lastnamephonetic','0'),(1641,'auth_cas','field_lock_lastnamephonetic','unlocked'),(1642,'auth_cas','field_map_middlename',''),(1643,'auth_cas','field_updatelocal_middlename','oncreate'),(1644,'auth_cas','field_updateremote_middlename','0'),(1645,'auth_cas','field_lock_middlename','unlocked'),(1646,'auth_cas','field_map_alternatename',''),(1647,'auth_cas','field_updatelocal_alternatename','oncreate'),(1648,'auth_cas','field_updateremote_alternatename','0'),(1649,'auth_cas','field_lock_alternatename','unlocked'),(1650,'auth_manual','expiration','0'),(1651,'auth_manual','expirationtime','30'),(1652,'auth_manual','expiration_warning','0'),(1653,'auth_manual','field_lock_firstname','unlocked'),(1654,'auth_manual','field_lock_lastname','unlocked'),(1655,'auth_manual','field_lock_email','unlocked'),(1656,'auth_manual','field_lock_city','unlocked'),(1657,'auth_manual','field_lock_country','unlocked'),(1658,'auth_manual','field_lock_lang','unlocked'),(1659,'auth_manual','field_lock_description','unlocked'),(1660,'auth_manual','field_lock_idnumber','unlocked'),(1661,'auth_manual','field_lock_institution','unlocked'),(1662,'auth_manual','field_lock_department','unlocked'),(1663,'auth_manual','field_lock_phone1','unlocked'),(1664,'auth_manual','field_lock_phone2','unlocked'),(1665,'auth_manual','field_lock_address','unlocked'),(1666,'auth_manual','field_lock_firstnamephonetic','unlocked'),(1667,'auth_manual','field_lock_lastnamephonetic','unlocked'),(1668,'auth_manual','field_lock_middlename','unlocked'),(1669,'auth_manual','field_lock_alternatename','unlocked'),(1670,'auth_mnet','rpc_negotiation_timeout','30'),(1671,'auth_oauth2','field_lock_firstname','unlocked'),(1672,'auth_oauth2','field_lock_lastname','unlocked'),(1673,'auth_oauth2','field_lock_email','unlocked'),(1674,'auth_oauth2','field_lock_city','unlocked'),(1675,'auth_oauth2','field_lock_country','unlocked'),(1676,'auth_oauth2','field_lock_lang','unlocked'),(1677,'auth_oauth2','field_lock_description','unlocked'),(1678,'auth_oauth2','field_lock_idnumber','unlocked'),(1679,'auth_oauth2','field_lock_institution','unlocked'),(1680,'auth_oauth2','field_lock_department','unlocked'),(1681,'auth_oauth2','field_lock_phone1','unlocked'),(1682,'auth_oauth2','field_lock_phone2','unlocked'),(1683,'auth_oauth2','field_lock_address','unlocked'),(1684,'auth_oauth2','field_lock_firstnamephonetic','unlocked'),(1685,'auth_oauth2','field_lock_lastnamephonetic','unlocked'),(1686,'auth_oauth2','field_lock_middlename','unlocked'),(1687,'auth_oauth2','field_lock_alternatename','unlocked'),(1688,'auth_shibboleth','user_attribute',''),(1689,'auth_shibboleth','convert_data',''),(1690,'auth_shibboleth','alt_login','off'),(1691,'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'),(1692,'auth_shibboleth','logout_handler',''),(1693,'auth_shibboleth','logout_return_url',''),(1694,'auth_shibboleth','login_name','Shibboleth Login'),(1695,'auth_shibboleth','auth_logo',''),(1696,'auth_shibboleth','auth_instructions','如果您的學校支援Shibboleth,可以使用<a href=\"https://www.cultivarts.org/moodle/auth/shibboleth/index.php\">Shibboleth登入</a>來存取它。<br />否則請使用這標準登入表單。'),(1697,'auth_shibboleth','changepasswordurl',''),(1698,'auth_shibboleth','field_map_firstname',''),(1699,'auth_shibboleth','field_updatelocal_firstname','oncreate'),(1700,'auth_shibboleth','field_lock_firstname','unlocked'),(1701,'auth_shibboleth','field_map_lastname',''),(1702,'auth_shibboleth','field_updatelocal_lastname','oncreate'),(1703,'auth_shibboleth','field_lock_lastname','unlocked'),(1704,'auth_shibboleth','field_map_email',''),(1705,'auth_shibboleth','field_updatelocal_email','oncreate'),(1706,'auth_shibboleth','field_lock_email','unlocked'),(1707,'auth_shibboleth','field_map_city',''),(1708,'auth_shibboleth','field_updatelocal_city','oncreate'),(1709,'auth_shibboleth','field_lock_city','unlocked'),(1710,'auth_shibboleth','field_map_country',''),(1711,'auth_shibboleth','field_updatelocal_country','oncreate'),(1712,'auth_shibboleth','field_lock_country','unlocked'),(1713,'auth_shibboleth','field_map_lang',''),(1714,'auth_shibboleth','field_updatelocal_lang','oncreate'),(1715,'auth_shibboleth','field_lock_lang','unlocked'),(1716,'auth_shibboleth','field_map_description',''),(1717,'auth_shibboleth','field_updatelocal_description','oncreate'),(1718,'auth_shibboleth','field_lock_description','unlocked'),(1719,'auth_shibboleth','field_map_idnumber',''),(1720,'auth_shibboleth','field_updatelocal_idnumber','oncreate'),(1721,'auth_shibboleth','field_lock_idnumber','unlocked'),(1722,'auth_shibboleth','field_map_institution',''),(1723,'auth_shibboleth','field_updatelocal_institution','oncreate'),(1724,'auth_shibboleth','field_lock_institution','unlocked'),(1725,'auth_shibboleth','field_map_department',''),(1726,'auth_shibboleth','field_updatelocal_department','oncreate'),(1727,'auth_shibboleth','field_lock_department','unlocked'),(1728,'auth_shibboleth','field_map_phone1',''),(1729,'auth_shibboleth','field_updatelocal_phone1','oncreate'),(1730,'auth_shibboleth','field_lock_phone1','unlocked'),(1731,'auth_shibboleth','field_map_phone2',''),(1732,'auth_shibboleth','field_updatelocal_phone2','oncreate'),(1733,'auth_shibboleth','field_lock_phone2','unlocked'),(1734,'auth_shibboleth','field_map_address',''),(1735,'auth_shibboleth','field_updatelocal_address','oncreate'),(1736,'auth_shibboleth','field_lock_address','unlocked'),(1737,'auth_shibboleth','field_map_firstnamephonetic',''),(1738,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate'),(1739,'auth_shibboleth','field_lock_firstnamephonetic','unlocked'),(1740,'auth_shibboleth','field_map_lastnamephonetic',''),(1741,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate'),(1742,'auth_shibboleth','field_lock_lastnamephonetic','unlocked'),(1743,'auth_shibboleth','field_map_middlename',''),(1744,'auth_shibboleth','field_updatelocal_middlename','oncreate'),(1745,'auth_shibboleth','field_lock_middlename','unlocked'),(1746,'auth_shibboleth','field_map_alternatename',''),(1747,'auth_shibboleth','field_updatelocal_alternatename','oncreate'),(1748,'auth_shibboleth','field_lock_alternatename','unlocked'),(1749,'qtype_multichoice','answerhowmany','1'),(1750,'qtype_multichoice','shuffleanswers','1'),(1751,'qtype_multichoice','answernumbering','abc'),(1752,'qtype_multichoice','showstandardinstruction','0'),(1753,'fileconverter_googledrive','issuerid',''),(1754,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist, indent\nlinks = link\nfiles = emojipicker, image, media, recordrtc, managefiles, h5p\naccessibility = accessibilitychecker, accessibilityhelper\nstyle2 = underline, strike, subscript, superscript\nalign = align\ninsert = equation, charmap, table, clear\nundo = undo\nother = html'),(1755,'editor_atto','autosavefrequency','60'),(1756,'atto_collapse','showgroups','6'),(1757,'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'),(1758,'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'),(1759,'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'),(1760,'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'),(1761,'atto_recordrtc','allowedtypes','both'),(1762,'atto_recordrtc','audiobitrate','128000'),(1763,'atto_recordrtc','videobitrate','2500000'),(1764,'atto_recordrtc','audiotimelimit','120'),(1765,'atto_recordrtc','videotimelimit','120'),(1766,'atto_table','allowborders','0'),(1767,'atto_table','allowbackgroundcolour','0'),(1768,'atto_table','allowwidth','0'),(1769,'tiny_equation','librarygroup1','\n\\cdot\n\\times\n\\ast\n\\div\n\\diamond\n\\pm\n\\mp\n\\oplus\n\\ominus\n\\otimes\n\\oslash\n\\odot\n\\circ\n\\bullet\n\\asymp\n\\equiv\n\\subseteq\n\\supseteq\n\\leq\n\\geq\n\\preceq\n\\succeq\n\\sim\n\\simeq\n\\approx\n\\subset\n\\supset\n\\ll\n\\gg\n\\prec\n\\succ\n\\infty\n\\in\n\\ni\n\\forall\n\\exists\n\\neq\n'),(1770,'tiny_equation','librarygroup2','\n\\leftarrow\n\\rightarrow\n\\uparrow\n\\downarrow\n\\leftrightarrow\n\\nearrow\n\\searrow\n\\swarrow\n\\nwarrow\n\\Leftarrow\n\\Rightarrow\n\\Uparrow\n\\Downarrow\n\\Leftrightarrow\n'),(1771,'tiny_equation','librarygroup3','\n\\alpha\n\\beta\n\\gamma\n\\delta\n\\epsilon\n\\zeta\n\\eta\n\\theta\n\\iota\n\\kappa\n\\lambda\n\\mu\n\\nu\n\\xi\n\\pi\n\\rho\n\\sigma\n\\tau\n\\upsilon\n\\phi\n\\chi\n\\psi\n\\omega\n\\Gamma\n\\Delta\n\\Theta\n\\Lambda\n\\Xi\n\\Pi\n\\Sigma\n\\Upsilon\n\\Phi\n\\Psi\n\\Omega\n'),(1772,'tiny_equation','librarygroup4','\n\\sum{a,b}\n\\sqrt[a]{b+c}\n\\int_{a}^{b}{c}\n\\iint_{a}^{b}{c}\n\\iiint_{a}^{b}{c}\n\\oint{a}\n(a)\n[a]\n\\lbrace{a}\\rbrace\n\\left| \\begin{matrix} a_1 & a_2 \\\\ a_3 & a_4 \\end{matrix} \\right|\n\\frac{a}{b+c}\n\\vec{a}\n\\binom {a} {b}\n{a \\brack b}\n{a \\brace b}\n'),(1773,'tiny_recordrtc','allowedtypes','both'),(1774,'tiny_recordrtc','audiobitrate','128000'),(1775,'tiny_recordrtc','videobitrate','2500000'),(1776,'tiny_recordrtc','audiotimelimit','120'),(1777,'tiny_recordrtc','videotimelimit','120'),(1778,'editor_tiny','branding','1'),(1779,'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'),(1780,'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'),(1781,'editor_tinymce','customconfig',''),(1782,'tinymce_moodleemoticon','requireemoticon','1'),(1783,'tinymce_spellchecker','spellengine',''),(1784,'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'),(1785,'enrol_guest','requirepassword','0'),(1786,'enrol_guest','usepasswordpolicy','0'),(1787,'enrol_guest','showhint','0'),(1788,'enrol_guest','defaultenrol','1'),(1789,'enrol_guest','status','1'),(1790,'enrol_guest','status_adv',''),(1791,'enrol_meta','nosyncroleids',''),(1792,'enrol_meta','syncall','1'),(1793,'enrol_meta','unenrolaction','3'),(1794,'enrol_meta','coursesort','sortorder'),(1795,'enrol_manual','expiredaction','1'),(1796,'enrol_manual','expirynotifyhour','6'),(1797,'enrol_manual','defaultenrol','1'),(1798,'enrol_manual','status','0'),(1799,'enrol_manual','roleid','5'),(1800,'enrol_manual','enrolstart','4'),(1801,'enrol_manual','enrolperiod','0'),(1802,'enrol_manual','expirynotify','0'),(1803,'enrol_manual','expirythreshold','86400'),(1804,'enrol_database','dbtype',''),(1805,'enrol_database','dbhost','localhost'),(1806,'enrol_database','dbuser',''),(1807,'enrol_database','dbpass',''),(1808,'enrol_database','dbname',''),(1809,'enrol_database','dbencoding','utf-8'),(1810,'enrol_database','dbsetupsql',''),(1811,'enrol_database','dbsybasequoting','0'),(1812,'enrol_database','debugdb','0'),(1813,'enrol_database','localcoursefield','idnumber'),(1814,'enrol_database','localuserfield','idnumber'),(1815,'enrol_database','localrolefield','shortname'),(1816,'enrol_database','localcategoryfield','id'),(1817,'enrol_database','remoteenroltable',''),(1818,'enrol_database','remotecoursefield',''),(1819,'enrol_database','remoteuserfield',''),(1820,'enrol_database','remoterolefield',''),(1821,'enrol_database','remoteotheruserfield',''),(1822,'enrol_database','defaultrole','5'),(1823,'enrol_database','ignorehiddencourses','0'),(1824,'enrol_database','unenrolaction','0'),(1825,'enrol_database','newcoursetable',''),(1826,'enrol_database','newcoursefullname','fullname'),(1827,'enrol_database','newcourseshortname','shortname'),(1828,'enrol_database','newcourseidnumber','idnumber'),(1829,'enrol_database','newcoursecategory',''),(1830,'enrol_database','defaultcategory','1'),(1831,'enrol_database','templatecourse',''),(1832,'enrol_cohort','roleid','5'),(1833,'enrol_cohort','unenrolaction','0'),(1834,'enrol_flatfile','location',''),(1835,'enrol_flatfile','encoding','UTF-8'),(1836,'enrol_flatfile','mailstudents','0'),(1837,'enrol_flatfile','mailteachers','0'),(1838,'enrol_flatfile','mailadmins','0'),(1839,'enrol_flatfile','unenrolaction','3'),(1840,'enrol_flatfile','expiredaction','3'),(1841,'enrol_self','requirepassword','0'),(1842,'enrol_self','usepasswordpolicy','0'),(1843,'enrol_self','showhint','0'),(1844,'enrol_self','expiredaction','1'),(1845,'enrol_self','expirynotifyhour','6'),(1846,'enrol_self','defaultenrol','1'),(1847,'enrol_self','status','1'),(1848,'enrol_self','newenrols','1'),(1849,'enrol_self','groupkey','0'),(1850,'enrol_self','roleid','5'),(1851,'enrol_self','enrolperiod','0'),(1852,'enrol_self','expirynotify','0'),(1853,'enrol_self','expirythreshold','86400'),(1854,'enrol_self','longtimenosee','0'),(1855,'enrol_self','maxenrolled','0'),(1856,'enrol_self','sendcoursewelcomemessage','1'),(1857,'enrol_fee','expiredaction','3'),(1858,'enrol_fee','status','1'),(1859,'enrol_fee','cost','0'),(1860,'enrol_fee','currency','USD'),(1861,'enrol_fee','roleid','5'),(1862,'enrol_fee','enrolperiod','0'),(1863,'enrol_imsenterprise','imsfilelocation',''),(1864,'enrol_imsenterprise','logtolocation',''),(1865,'enrol_imsenterprise','mailadmins','0'),(1866,'enrol_imsenterprise','createnewusers','0'),(1867,'enrol_imsenterprise','imsupdateusers','0'),(1868,'enrol_imsenterprise','imsdeleteusers','0'),(1869,'enrol_imsenterprise','fixcaseusernames','0'),(1870,'enrol_imsenterprise','fixcasepersonalnames','0'),(1871,'enrol_imsenterprise','imssourcedidfallback','0'),(1872,'enrol_imsenterprise','imsrolemap01','5'),(1873,'enrol_imsenterprise','imsrolemap02','3'),(1874,'enrol_imsenterprise','imsrolemap03','3'),(1875,'enrol_imsenterprise','imsrolemap04','5'),(1876,'enrol_imsenterprise','imsrolemap05','0'),(1877,'enrol_imsenterprise','imsrolemap06','4'),(1878,'enrol_imsenterprise','imsrolemap07','0'),(1879,'enrol_imsenterprise','imsrolemap08','4'),(1880,'enrol_imsenterprise','truncatecoursecodes','0'),(1881,'enrol_imsenterprise','createnewcourses','0'),(1882,'enrol_imsenterprise','updatecourses','0'),(1883,'enrol_imsenterprise','createnewcategories','0'),(1884,'enrol_imsenterprise','nestedcategories','0'),(1885,'enrol_imsenterprise','categoryidnumber','0'),(1886,'enrol_imsenterprise','categoryseparator',''),(1887,'enrol_imsenterprise','imsunenrol','0'),(1888,'enrol_imsenterprise','unenrolaction','0'),(1889,'enrol_imsenterprise','imscoursemapshortname','coursecode'),(1890,'enrol_imsenterprise','imscoursemapfullname','short'),(1891,'enrol_imsenterprise','imscoursemapsummary','ignore'),(1892,'enrol_imsenterprise','imsrestricttarget',''),(1893,'enrol_imsenterprise','imscapitafix','0'),(1894,'enrol_mnet','roleid','5'),(1895,'enrol_mnet','roleid_adv','1'),(1896,'enrol_paypal','paypalbusiness',''),(1897,'enrol_paypal','mailstudents','0'),(1898,'enrol_paypal','mailteachers','0'),(1899,'enrol_paypal','mailadmins','0'),(1900,'enrol_paypal','expiredaction','3'),(1901,'enrol_paypal','status','1'),(1902,'enrol_paypal','cost','0'),(1903,'enrol_paypal','currency','USD'),(1904,'enrol_paypal','roleid','5'),(1905,'enrol_paypal','enrolperiod','0'),(1906,'enrol_lti','emaildisplay','2'),(1907,'enrol_lti','city',''),(1908,'enrol_lti','country',''),(1909,'enrol_lti','timezone','99'),(1910,'enrol_lti','lang','zh_tw'),(1911,'enrol_lti','institution',''),(1912,'mlbackend_python','useserver','0'),(1913,'mlbackend_python','host',''),(1914,'mlbackend_python','port','0'),(1915,'mlbackend_python','secure','0'),(1916,'mlbackend_python','username','default'),(1917,'mlbackend_python','password',''),(1918,'paygw_paypal','surcharge','0'),(1919,'tool_mobile','apppolicy',''),(1920,'tool_mobile','typeoflogin','1'),(1921,'tool_mobile','qrcodetype','2'),(1922,'tool_mobile','qrkeyttl','600'),(1923,'tool_mobile','qrsameipcheck','1'),(1924,'tool_mobile','forcedurlscheme','moodlemobile'),(1925,'tool_mobile','minimumversion',''),(1926,'tool_mobile','autologinmintimebetweenreq','360'),(1927,'tool_mobile','enablesmartappbanners','0'),(1928,'tool_mobile','iosappid','633359593'),(1929,'tool_mobile','androidappid','com.moodle.moodlemobile'),(1930,'tool_mobile','setuplink','https://download.moodle.org/mobile'),(1931,'tool_mobile','forcelogout','0'),(1932,'tool_mobile','disabledfeatures',''),(1933,'tool_mobile','custommenuitems',''),(1934,'tool_mobile','filetypeexclusionlist',''),(1935,'tool_mobile','customlangstrings',''),(1936,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central'),(1937,'tool_moodlenet','defaultmoodlenet','https://moodle.net'),(1938,'hub','site_policyagreed','1'),(1939,'hub','site_language','zh'),(1940,'hub','site_countrycode','TW'),(1941,'hub','site_privacy','notdisplayed'),(1942,'hub','site_contactemail','vincentwclin@gmail.com'),(1943,'hub','site_contactable','0'),(1944,'hub','site_emailalert','0'),(1945,'hub','site_commnews','0'),(1946,'hub','site_contactname','Moodle Admin'),(1947,'hub','site_name','藝術神學Moodle'),(1948,'hub','site_description',''),(1949,'hub','site_imageurl',''),(1950,'hub','site_contactphone',''),(1951,'hub','site_regioncode','-'),(1952,'hub','site_geolocation',''),(1953,'hub','site_street',''),(1954,'hub','site_regupdateversion','2020022600'),(1955,'tool_task','lastcronstart','1773211621'),(1956,'tool_task','lastcroninterval','60'),(1957,'tool_brickfield','bfregstatus','0'),(1958,'tool_brickfield','bfregvalidationchecktime','1689957391'),(1959,'tool_brickfield','bfregvalidationtime','1689957391'),(1960,'tool_brickfield','bfsummarytime','1689957391'),(1961,'tool_brickfield','key',''),(1962,'tool_brickfield','hash',''),(1963,'tool_brickfield','id','0'),(1964,'theme_moove','version','2022112801'),(1966,'theme_moove','logo','/cultivartsntsq.png'),(1967,'theme_moove','favicon','/cultivartsntsq_Rnt_icon.ico'),(1968,'theme_moove','preset','default.scss'),(1969,'theme_moove','presetfiles',''),(1970,'theme_moove','loginbgimg',''),(1971,'theme_moove','brandcolor','#C67100'),(1972,'theme_moove','secondarymenucolor','#CD9A6A'),(1973,'theme_moove','fontsite','Open Sans'),(1974,'theme_moove','enablecourseindex','1'),(1975,'theme_moove','scsspre',''),(1976,'theme_moove','scss',''),(1977,'theme_moove','googleanalytics',''),(1978,'theme_moove','disableteacherspic','1'),(1979,'theme_moove','slidercount','0'),(1980,'theme_moove','displaymarketingbox','0'),(1981,'theme_moove','numbersfrontpage','0'),(1982,'theme_moove','faqcount','0'),(1983,'theme_moove','website',''),(1984,'theme_moove','mobile',''),(1985,'theme_moove','mail',''),(1986,'theme_moove','facebook',''),(1987,'theme_moove','twitter',''),(1988,'theme_moove','linkedin',''),(1989,'theme_moove','youtube',''),(1990,'theme_moove','instagram',''),(1991,'theme_moove','whatsapp',''),(1992,'theme_moove','telegram',''),(1993,'theme_moove','marketingheading','Awesome App Features'),(1994,'theme_moove','marketingcontent','Moove is a Moodle template based on Boost with modern and creative design.'),(1995,'theme_moove','marketing1icon',''),(1996,'theme_moove','marketing1heading','Lorem'),(1997,'theme_moove','marketing1content','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod.'),(1998,'theme_moove','marketing2icon',''),(1999,'theme_moove','marketing2heading','Lorem'),(2000,'theme_moove','marketing2content','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod.'),(2001,'theme_moove','marketing3icon',''),(2002,'theme_moove','marketing3heading','Lorem'),(2003,'theme_moove','marketing3content','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod.'),(2004,'theme_moove','marketing4icon',''),(2005,'theme_moove','marketing4heading','Lorem'),(2006,'theme_moove','marketing4content','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod.'),(2007,'theme_moove','numbersfrontpagecontent','<h2>Trusted by 25,000+ happy customers.</h2>\r\n <p>With lots of unique blocks, you can easily build <br class=\"d-none d-sm-block d-md-none d-xl-block\">\r\n a page without coding. Build your next website <br class=\"d-none d-sm-block d-md-none d-xl-block\">\r\n within few minutes.</p>'),(2008,'enrol_ldap','objectclass','(objectClass=*)'),(2009,'core_plugin','recentfetch','1773158728'),(2010,'core_plugin','recentresponse','{\"status\":\"OK\",\"provider\":\"https:\\/\\/download.moodle.org\\/api\\/1.3\\/updates.php\",\"apiver\":\"1.3\",\"timegenerated\":1773158728,\"ticket\":\"JUM5JTkxZCVGQSUzQSVEMCU3QyU3RSVFMyU5NyVEQiVEQSVCNjNDJUI3SyU5OSVDRCVGQlZkJUNFci0lQkMlRkFJayVGRXklMEMlOEQlMUUlMUIlODUlN0IlOEElRkUlM0IlODclQjM=\",\"forbranch\":\"4.1\",\"forversion\":\"2022112808\",\"updates\":{\"core\":[{\"version\":2025041406.0599999,\"release\":\"5.0.6+ (Build: 20260306)\",\"branch\":\"5.00\",\"maturity\":200,\"date\":1770774296,\"url\":\"https:\\/\\/download.moodle.org\",\"download\":\"https:\\/\\/download.moodle.org\\/download.php\\/direct\\/stable500\\/moodle-latest-500.zip\",\"norelease_index_info\":{\"version\":\"5.0.6+\",\"branch\":\"MOODLE_500_STABLE\",\"githash\":\"2baad20\",\"date\":1772770219,\"zip\":{\"size\":97648170,\"md5\":true,\"sha256\":true},\"tgz\":{\"size\":74386080,\"md5\":true,\"sha256\":true}},\"release_index_info\":{\"version\":\"5.0.6\",\"branch\":\"MOODLE_500_STABLE\",\"githash\":\"e6505da\",\"date\":1770774296,\"zip\":{\"size\":97611276,\"md5\":true,\"sha256\":true},\"tgz\":{\"size\":74360897,\"md5\":true,\"sha256\":true}},\"windows\":{\"size\":240256277}},{\"version\":2025100603.0599999,\"release\":\"5.1.3+ (Build: 20260306)\",\"branch\":\"5.01\",\"maturity\":200,\"date\":1770774276,\"url\":\"https:\\/\\/download.moodle.org\",\"download\":\"https:\\/\\/download.moodle.org\\/download.php\\/direct\\/stable501\\/moodle-latest-501.zip\",\"norelease_index_info\":{\"version\":\"5.1.3+\",\"branch\":\"MOODLE_501_STABLE\",\"githash\":\"65b51ef\",\"date\":1772770209,\"zip\":{\"size\":98745931,\"md5\":true,\"sha256\":true},\"tgz\":{\"size\":74645718,\"md5\":true,\"sha256\":true}},\"release_index_info\":{\"version\":\"5.1.3\",\"branch\":\"MOODLE_501_STABLE\",\"githash\":\"4850fd3\",\"date\":1770774276,\"zip\":{\"size\":98704710,\"md5\":true,\"sha256\":true},\"tgz\":{\"size\":74615621,\"md5\":true,\"sha256\":true}},\"windows\":{\"size\":240416595}},{\"version\":2022112822.01,\"release\":\"4.1.22+ (Build: 20251212)\",\"branch\":\"4.01\",\"maturity\":200,\"date\":1765069528,\"url\":\"https:\\/\\/download.moodle.org\",\"download\":\"https:\\/\\/download.moodle.org\\/download.php\\/direct\\/stable401\\/moodle-latest-401.zip\",\"norelease_index_info\":{\"version\":\"4.1.22+\",\"branch\":\"MOODLE_401_STABLE\",\"githash\":\"860bd37\",\"date\":1765508827,\"zip\":{\"size\":85963214,\"md5\":true,\"sha256\":true},\"tgz\":{\"size\":65175386,\"md5\":true,\"sha256\":true}},\"release_index_info\":{\"version\":\"4.1.22\",\"branch\":\"MOODLE_401_STABLE\",\"githash\":\"df1157b\",\"date\":1765069528,\"zip\":{\"size\":85963064,\"md5\":true,\"sha256\":true},\"tgz\":{\"size\":65173569,\"md5\":true,\"sha256\":true}},\"windows\":{\"size\":218154891}},{\"version\":2023100912,\"release\":\"4.3.12 (Build: 20250414)\",\"branch\":\"4.03\",\"maturity\":200,\"date\":1744509120,\"url\":\"https:\\/\\/download.moodle.org\",\"download\":\"https:\\/\\/download.moodle.org\\/download.php\\/direct\\/stable403\\/moodle-4.3.12.zip\",\"norelease_index_info\":{\"version\":\"4.3.11+\",\"branch\":\"MOODLE_403_STABLE\",\"githash\":\"75b6858\",\"date\":1744383746,\"zip\":{\"size\":89141921,\"md5\":true,\"sha256\":true},\"tgz\":{\"size\":68244862,\"md5\":true,\"sha256\":true}},\"release_index_info\":{\"version\":\"4.3.12\",\"branch\":\"MOODLE_403_STABLE\",\"githash\":\"73fc31d\",\"date\":1744509120,\"zip\":{\"size\":89141919,\"md5\":true,\"sha256\":true},\"tgz\":{\"size\":68246296,\"md5\":true,\"sha256\":true}},\"windows\":{\"size\":231752897}},{\"version\":2024100710.04,\"release\":\"4.5.10+ (Build: 20260306)\",\"branch\":\"4.05\",\"maturity\":200,\"date\":1770774253,\"url\":\"https:\\/\\/download.moodle.org\",\"download\":\"https:\\/\\/download.moodle.org\\/download.php\\/direct\\/stable405\\/moodle-latest-405.zip\",\"norelease_index_info\":{\"version\":\"4.5.10+\",\"branch\":\"MOODLE_405_STABLE\",\"githash\":\"c5b9e1a\",\"date\":1772770231,\"zip\":{\"size\":97958640,\"md5\":true,\"sha256\":true},\"tgz\":{\"size\":74514519,\"md5\":true,\"sha256\":true}},\"release_index_info\":{\"version\":\"4.5.10\",\"branch\":\"MOODLE_405_STABLE\",\"githash\":\"b2c2f2a\",\"date\":1770774253,\"zip\":{\"size\":97950609,\"md5\":true,\"sha256\":true},\"tgz\":{\"size\":74507204,\"md5\":true,\"sha256\":true}},\"windows\":{\"size\":240579583}},{\"version\":2024042212.01,\"release\":\"4.4.12+ (Build: 20251212)\",\"branch\":\"4.04\",\"maturity\":200,\"date\":1765069521,\"url\":\"https:\\/\\/download.moodle.org\",\"download\":\"https:\\/\\/download.moodle.org\\/download.php\\/direct\\/stable404\\/moodle-latest-404.zip\",\"norelease_index_info\":{\"version\":\"4.4.12+\",\"branch\":\"MOODLE_404_STABLE\",\"githash\":\"67c8095\",\"date\":1765508820,\"zip\":{\"size\":95085479,\"md5\":true,\"sha256\":true},\"tgz\":{\"size\":72729487,\"md5\":true,\"sha256\":true}},\"release_index_info\":{\"version\":\"4.4.12\",\"branch\":\"MOODLE_404_STABLE\",\"githash\":\"ca15d0f\",\"date\":1765069521,\"zip\":{\"size\":95085329,\"md5\":true,\"sha256\":true},\"tgz\":{\"size\":72725108,\"md5\":true,\"sha256\":true}},\"windows\":{\"size\":237692204}},{\"version\":2023042411,\"release\":\"4.2.11 (Build: 20241007)\",\"branch\":\"4.02\",\"maturity\":200,\"date\":1728110785,\"url\":\"https:\\/\\/download.moodle.org\",\"download\":\"https:\\/\\/download.moodle.org\\/download.php\\/direct\\/stable402\\/moodle-4.2.11.zip\",\"norelease_index_info\":{\"version\":\"4.2.10+\",\"branch\":\"MOODLE_402_STABLE\",\"githash\":\"6d55f45\",\"date\":1728049699,\"zip\":{\"size\":85822857,\"md5\":true,\"sha256\":true},\"tgz\":{\"size\":65432192,\"md5\":true,\"sha256\":true}},\"release_index_info\":{\"version\":\"4.2.11\",\"branch\":\"MOODLE_402_STABLE\",\"githash\":\"823f673\",\"date\":1728110785,\"zip\":{\"size\":85822989,\"md5\":true,\"sha256\":true},\"tgz\":{\"size\":65432558,\"md5\":true,\"sha256\":true}},\"windows\":{\"size\":226205713}},{\"version\":2026030600,\"release\":\"5.2dev (Build: 20260306)\",\"branch\":\"5.02\",\"maturity\":50,\"date\":1772770199,\"url\":\"https:\\/\\/download.moodle.org\",\"download\":\"https:\\/\\/download.moodle.org\\/download.php\\/direct\\/moodle\\/moodle-latest.zip\",\"norelease_index_info\":{\"version\":\"5.2dev\",\"branch\":\"main\",\"githash\":\"6ebf41a\",\"date\":1772770199,\"zip\":{\"size\":140082809,\"md5\":true,\"sha256\":true},\"tgz\":{\"size\":85854135,\"md5\":true,\"sha256\":true}},\"windows\":{\"size\":240129287}}],\"theme_moove\":[{\"version\":\"2022112801\",\"release\":\"4.1.1\",\"maturity\":200,\"url\":\"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=28087\",\"download\":\"https:\\/\\/moodle.org\\/plugins\\/download.php\\/28087\\/theme_moove_moodle41_2022112801.zip\",\"downloadmd5\":\"6621a77d88bb6874e01d5430751aab11\"}],\"local_mailtest\":[{\"version\":\"2025042700\",\"release\":\"3.1.7\",\"maturity\":200,\"url\":\"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=35942\",\"download\":\"https:\\/\\/moodle.org\\/plugins\\/download.php\\/35942\\/local_mailtest_moodle51_2025042700.zip\",\"downloadmd5\":\"c81e735b2086a42d88ffe2cbee69c4fd\"}]}}'),(2011,'core_h5p','site_uuid','05f26ef9-b049-4842-8e83-87fb19942fef'),(2012,'enrol_manual','expirynotifylast','1773180002'),(2013,'enrol_self','expirynotifylast','1773180002'),(2014,'local_mailtest','version','2023102300'),(2015,'quiz_statistics','getstatslocktimeout','900'),(2016,'message','mod_assign_assign_notification_disable','0'),(2017,'message','moodle_asyncbackupnotification_disable','0'),(2018,'message','mod_quiz_attempt_grading_complete_disable','0'),(2019,'message','mod_quiz_attempt_overdue_disable','0'),(2020,'message','moodle_availableupdate_disable','0'),(2021,'message','moodle_backup_disable','0'),(2022,'message','moodle_badgecreatornotice_disable','0'),(2023,'message','moodle_badgerecipientnotice_disable','0'),(2024,'message','moodle_competencyplancomment_disable','0'),(2025,'message','moodle_competencyusercompcomment_disable','0'),(2026,'message','mod_quiz_confirmation_disable','0'),(2027,'message','tool_dataprivacy_contactdataprotectionofficer_disable','0'),(2028,'message','moodle_coursecompleted_disable','0'),(2029,'message','moodle_coursecontentupdated_disable','0'),(2030,'message','moodle_courserequestapproved_disable','0'),(2031,'message','moodle_courserequested_disable','0'),(2032,'message','moodle_courserequestrejected_disable','0'),(2033,'message','tool_dataprivacy_datarequestprocessingresults_disable','0'),(2034,'message','mod_forum_digests_disable','0'),(2035,'message','moodle_errors_disable','0'),(2036,'message','enrol_manual_expiry_notification_disable','0'),(2037,'message','enrol_self_expiry_notification_disable','0'),(2038,'message','mod_lesson_graded_essay_disable','0'),(2039,'message','moodle_gradenotifications_disable','0'),(2040,'message','moodle_infected_disable','0'),(2041,'message','moodle_insights_disable','0'),(2042,'message','moodle_instantmessage_disable','0'),(2043,'message','tool_messageinbound_invalidrecipienthandler_disable','0'),(2044,'message','mod_feedback_message_disable','0'),(2045,'message','moodle_messagecontactrequests_disable','0'),(2046,'message','tool_messageinbound_messageprocessingerror_disable','0'),(2047,'message','tool_messageinbound_messageprocessingsuccess_disable','0'),(2048,'message','moodle_newlogin_disable','0'),(2049,'message','moodle_notices_disable','0'),(2050,'message','tool_monitor_notification_disable','0'),(2051,'message','tool_dataprivacy_notifyexceptions_disable','0'),(2052,'message','mod_forum_posts_disable','0'),(2053,'message','moodle_reportbuilderschedule_disable','0'),(2054,'message','mod_quiz_submission_disable','0'),(2055,'message','mod_feedback_submission_disable','0'); /*!40000 ALTER TABLE `mdl_config_plugins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_contentbank_content` -- DROP TABLE IF EXISTS `mdl_contentbank_content`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_contentbank_content` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `contenttype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `contextid` bigint NOT NULL, `visibility` tinyint(1) NOT NULL DEFAULT '1', `instanceid` bigint DEFAULT NULL, `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `usercreated` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_contcont_nam_ix` (`name`), KEY `mdl_contcont_conconins_ix` (`contextid`,`contenttype`,`instanceid`), KEY `mdl_contcont_con_ix` (`contextid`), KEY `mdl_contcont_use_ix` (`usermodified`), KEY `mdl_contcont_use2_ix` (`usercreated`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table stores content data in the content bank.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_contentbank_content` -- LOCK TABLES `mdl_contentbank_content` WRITE; /*!40000 ALTER TABLE `mdl_contentbank_content` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_contentbank_content` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_context` -- DROP TABLE IF EXISTS `mdl_context`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_context` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextlevel` bigint NOT NULL DEFAULT '0', `instanceid` bigint NOT NULL DEFAULT '0', `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `depth` tinyint NOT NULL DEFAULT '0', `locked` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_cont_conins_uix` (`contextlevel`,`instanceid`), KEY `mdl_cont_ins_ix` (`instanceid`), KEY `mdl_cont_pat_ix` (`path`) ) ENGINE=InnoDB AUTO_INCREMENT=120 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='one of these must be set'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_context` -- LOCK TABLES `mdl_context` WRITE; /*!40000 ALTER TABLE `mdl_context` DISABLE KEYS */; INSERT INTO `mdl_context` VALUES (1,10,0,'/1',1,0),(2,50,1,'/1/2',2,0),(3,40,1,'/1/3',2,0),(4,30,1,'/1/4',2,0),(5,30,2,'/1/5',2,0),(6,80,1,'/1/6',2,0),(7,80,2,'/1/7',2,0),(8,80,3,'/1/8',2,0),(9,80,4,'/1/9',2,0),(10,80,5,'/1/10',2,0),(11,80,6,'/1/5/11',3,0),(12,80,7,'/1/5/12',3,0),(13,80,8,'/1/5/13',3,0),(14,80,9,'/1/14',2,0),(15,80,10,'/1/15',2,0),(16,50,2,'/1/3/16',3,0),(24,80,12,'/1/3/16/24',4,0),(27,70,8,'/1/3/16/27',4,0),(29,70,10,'/1/3/16/29',4,0),(31,70,12,'/1/3/16/31',4,0),(32,70,13,'/1/3/16/32',4,0),(33,70,14,'/1/3/16/33',4,0),(34,30,4,'/1/34',2,0),(35,30,5,'/1/35',2,0),(36,30,6,'/1/36',2,0),(37,30,7,'/1/37',2,0),(38,30,8,'/1/38',2,0),(39,30,9,'/1/39',2,0),(40,30,10,'/1/40',2,0),(41,30,11,'/1/41',2,0),(42,30,12,'/1/42',2,0),(43,30,13,'/1/43',2,0),(44,30,14,'/1/44',2,0),(45,30,15,'/1/45',2,0),(46,30,16,'/1/46',2,0),(47,30,17,'/1/47',2,0),(48,30,18,'/1/48',2,0),(49,30,19,'/1/49',2,0),(50,30,20,'/1/50',2,0),(51,30,21,'/1/51',2,0),(52,30,22,'/1/52',2,0),(53,30,23,'/1/53',2,0),(54,70,15,'/1/3/16/54',4,0),(55,70,16,'/1/3/16/55',4,0),(56,70,17,'/1/3/16/56',4,0),(57,70,18,'/1/3/16/57',4,0),(58,70,19,'/1/3/16/58',4,0),(59,70,20,'/1/3/16/59',4,0),(60,70,21,'/1/3/16/60',4,0),(61,70,22,'/1/3/16/61',4,0),(62,70,23,'/1/3/16/62',4,0),(63,70,24,'/1/3/16/63',4,0),(64,70,25,'/1/3/16/64',4,0),(65,70,26,'/1/3/16/65',4,0),(66,70,27,'/1/3/16/66',4,0),(67,70,28,'/1/3/16/67',4,0),(68,70,29,'/1/3/16/68',4,0),(69,70,30,'/1/3/16/69',4,0),(70,70,31,'/1/3/16/70',4,0),(71,70,32,'/1/3/16/71',4,0),(72,70,33,'/1/3/16/72',4,0),(73,70,34,'/1/3/16/73',4,0),(74,70,35,'/1/3/16/74',4,0),(75,70,36,'/1/3/16/75',4,0),(76,70,37,'/1/3/16/76',4,0),(77,70,38,'/1/3/16/77',4,0),(78,70,39,'/1/3/16/78',4,0),(79,70,40,'/1/3/16/79',4,0),(80,70,41,'/1/3/16/80',4,0),(81,70,42,'/1/3/16/81',4,0),(82,70,43,'/1/3/16/82',4,0),(83,70,44,'/1/3/16/83',4,0),(84,70,45,'/1/3/16/84',4,0),(85,70,46,'/1/3/16/85',4,0),(86,70,47,'/1/3/16/86',4,0),(88,70,49,'/1/3/16/88',4,0),(89,70,50,'/1/3/16/89',4,0),(90,70,51,'/1/3/16/90',4,0),(91,70,52,'/1/3/16/91',4,0),(92,70,53,'/1/3/16/92',4,0),(93,70,54,'/1/3/16/93',4,0),(94,70,55,'/1/3/16/94',4,0),(95,70,56,'/1/3/16/95',4,0),(96,70,57,'/1/3/16/96',4,0),(97,70,58,'/1/3/16/97',4,0),(98,50,3,'/1/100/98',3,0),(100,40,2,'/1/100',2,0),(103,70,62,'/1/100/98/103',4,0),(104,70,63,'/1/100/98/104',4,0),(105,70,64,'/1/100/98/105',4,0),(106,70,65,'/1/100/98/106',4,0),(108,30,24,'/1/108',2,0),(109,30,25,'/1/109',2,0),(110,30,26,'/1/110',2,0),(111,30,27,'/1/111',2,0),(112,30,28,'/1/112',2,0),(113,30,29,'/1/113',2,0),(114,30,30,'/1/114',2,0),(115,30,31,'/1/115',2,0),(116,30,32,'/1/116',2,0),(117,30,33,'/1/117',2,0),(118,30,34,'/1/118',2,0),(119,30,35,'/1/119',2,0); /*!40000 ALTER TABLE `mdl_context` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_context_temp` -- DROP TABLE IF EXISTS `mdl_context_temp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_context_temp` ( `id` bigint NOT NULL, `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `depth` tinyint NOT NULL, `locked` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Used by build_context_path() in upgrade and cron to keep con'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_context_temp` -- LOCK TABLES `mdl_context_temp` WRITE; /*!40000 ALTER TABLE `mdl_context_temp` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_context_temp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course` -- DROP TABLE IF EXISTS `mdl_course`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_course` ( `id` bigint NOT NULL AUTO_INCREMENT, `category` bigint NOT NULL DEFAULT '0', `sortorder` bigint NOT NULL DEFAULT '0', `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `summaryformat` tinyint NOT NULL DEFAULT '0', `format` varchar(21) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'topics', `showgrades` tinyint NOT NULL DEFAULT '1', `newsitems` mediumint NOT NULL DEFAULT '1', `startdate` bigint NOT NULL DEFAULT '0', `enddate` bigint NOT NULL DEFAULT '0', `relativedatesmode` tinyint(1) NOT NULL DEFAULT '0', `marker` bigint NOT NULL DEFAULT '0', `maxbytes` bigint NOT NULL DEFAULT '0', `legacyfiles` smallint NOT NULL DEFAULT '0', `showreports` smallint NOT NULL DEFAULT '0', `visible` tinyint(1) NOT NULL DEFAULT '1', `visibleold` tinyint(1) NOT NULL DEFAULT '1', `downloadcontent` tinyint(1) DEFAULT NULL, `groupmode` smallint NOT NULL DEFAULT '0', `groupmodeforce` smallint NOT NULL DEFAULT '0', `defaultgroupingid` bigint NOT NULL DEFAULT '0', `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `calendartype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `requested` tinyint(1) NOT NULL DEFAULT '0', `enablecompletion` tinyint(1) NOT NULL DEFAULT '0', `completionnotify` tinyint(1) NOT NULL DEFAULT '0', `cacherev` bigint NOT NULL DEFAULT '0', `originalcourseid` bigint DEFAULT NULL, `showactivitydates` tinyint(1) NOT NULL DEFAULT '0', `showcompletionconditions` tinyint(1) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_cour_cat_ix` (`category`), KEY `mdl_cour_idn_ix` (`idnumber`), KEY `mdl_cour_sho_ix` (`shortname`), KEY `mdl_cour_sor_ix` (`sortorder`), KEY `mdl_cour_ori_ix` (`originalcourseid`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Central course table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course` -- LOCK TABLES `mdl_course` WRITE; /*!40000 ALTER TABLE `mdl_course` DISABLE KEYS */; INSERT INTO `mdl_course` VALUES (1,0,1,'藝術神學Moodle','藝術神學Moodle','','',0,'site',1,3,0,0,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1689953263,1691064224,0,0,0,1772553926,NULL,0,NULL),(2,1,10001,'媒體、藝術與戲劇在青少年事工中的應用','藝術與青少年事工','','<p dir=\"ltr\" style=\"text-align: left;\"></p><p><span lang=\"ZH-TW\">青少年往往被視為最能體現時代潮流的族群;因此,教會同工思考如何得著年輕人、栽培青少年信徒時,想當然耳常將媒體、藝術、戲劇納入事工策略中。</span></p>\r\n\r\n<p> <span style=\"font-size: 0.9375rem;\">本課程「實作」與「視野」並重。在「實作」方面,我們將綜覽各地使用基督教藝術的例子,並讓透過實際體驗,學習可以運用在青少年與成人事工中的戲劇教案。在「視野」方面,我們將討論藝術與媒體的神學,以及我們如何與聖靈同工,從信仰立場剖析當代的藝術與媒體,如此成為文化與潮流的詮釋者。</span><span style=\"font-size: 0.9375rem;\"> </span></p><span lang=\"ZH-TW\">*不用會演戲</span>/<span lang=\"ZH-TW\">繪畫</span>/<span lang=\"ZH-TW\">創作,不用愛演戲</span>/<span lang=\"ZH-TW\">繪畫</span>/<span lang=\"ZH-TW\">創作,只要願意參與團體活動,盡力支持夥伴,必能有所收穫~</span><br><p></p>',1,'topics',1,5,1693497600,0,0,0,0,0,0,0,0,NULL,0,0,0,'','','',1689959889,1710116034,0,0,0,1772553926,NULL,1,NULL),(3,2,20001,'教會如何運用藝術、媒體和戲劇','教會藝術課','','<p dir=\"ltr\" style=\"text-align: left;\"></p><p>藝術作品形形色色,是許多教會同工在牧養、外展上使用的工具,甚或從中獲得事奉生涯的啟發與慰藉。<span lang=\"EN-US\"></span></p>\r\n\r\n<p><span lang=\"EN-US\"><span style=\"font-size: 0.9375rem;\">為了增進事奉者運用藝術的能力,本課程「實作」與「視野」並重。在實作方面,我們將綜覽各地教會使用藝術的例子,並實際體驗,學習可以運用在教會事工中的教案。在視野方面,我們將討論藝術、媒體與文化的神學,以及我們如何與聖靈同工,剖析當代的藝術,詮釋文化與潮流。</span></span></p><p></p><p></p>',1,'topics',1,0,1772553600,1782748800,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1772553128,1772724858,0,1,0,1772724905,NULL,1,1); /*!40000 ALTER TABLE `mdl_course` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_categories` -- DROP TABLE IF EXISTS `mdl_course_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_course_categories` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `descriptionformat` tinyint NOT NULL DEFAULT '0', `parent` bigint NOT NULL DEFAULT '0', `sortorder` bigint NOT NULL DEFAULT '0', `coursecount` bigint NOT NULL DEFAULT '0', `visible` tinyint(1) NOT NULL DEFAULT '1', `visibleold` tinyint(1) NOT NULL DEFAULT '1', `timemodified` bigint NOT NULL DEFAULT '0', `depth` bigint NOT NULL DEFAULT '0', `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_courcate_par_ix` (`parent`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Course categories'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_categories` -- LOCK TABLES `mdl_course_categories` WRITE; /*!40000 ALTER TABLE `mdl_course_categories` DISABLE KEYS */; INSERT INTO `mdl_course_categories` VALUES (1,'華神延伸制','','',1,0,10000,1,1,1,1689961179,1,'/1',NULL),(2,'台神神學系','','',1,0,20000,1,1,1,1772554651,1,'/2',NULL); /*!40000 ALTER TABLE `mdl_course_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_completion_aggr_methd` -- DROP TABLE IF EXISTS `mdl_course_completion_aggr_methd`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_course_completion_aggr_methd` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `criteriatype` bigint DEFAULT NULL, `method` tinyint(1) NOT NULL DEFAULT '0', `value` decimal(10,5) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_courcompaggrmeth_coucr_uix` (`course`,`criteriatype`), KEY `mdl_courcompaggrmeth_cou_ix` (`course`), KEY `mdl_courcompaggrmeth_cri_ix` (`criteriatype`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Course completion aggregation methods for criteria'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_completion_aggr_methd` -- LOCK TABLES `mdl_course_completion_aggr_methd` WRITE; /*!40000 ALTER TABLE `mdl_course_completion_aggr_methd` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_course_completion_aggr_methd` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_completion_crit_compl` -- DROP TABLE IF EXISTS `mdl_course_completion_crit_compl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_course_completion_crit_compl` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `course` bigint NOT NULL DEFAULT '0', `criteriaid` bigint NOT NULL DEFAULT '0', `gradefinal` decimal(10,5) DEFAULT NULL, `unenroled` bigint DEFAULT NULL, `timecompleted` bigint DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_courcompcritcomp_useco_uix` (`userid`,`course`,`criteriaid`), KEY `mdl_courcompcritcomp_use_ix` (`userid`), KEY `mdl_courcompcritcomp_cou_ix` (`course`), KEY `mdl_courcompcritcomp_cri_ix` (`criteriaid`), KEY `mdl_courcompcritcomp_tim_ix` (`timecompleted`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Course completion user records'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_completion_crit_compl` -- LOCK TABLES `mdl_course_completion_crit_compl` WRITE; /*!40000 ALTER TABLE `mdl_course_completion_crit_compl` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_course_completion_crit_compl` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_completion_criteria` -- DROP TABLE IF EXISTS `mdl_course_completion_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_course_completion_criteria` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `criteriatype` bigint NOT NULL DEFAULT '0', `module` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `moduleinstance` bigint DEFAULT NULL, `courseinstance` bigint DEFAULT NULL, `enrolperiod` bigint DEFAULT NULL, `timeend` bigint DEFAULT NULL, `gradepass` decimal(10,5) DEFAULT NULL, `role` bigint DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_courcompcrit_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Course completion criteria'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_completion_criteria` -- LOCK TABLES `mdl_course_completion_criteria` WRITE; /*!40000 ALTER TABLE `mdl_course_completion_criteria` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_course_completion_criteria` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_completion_defaults` -- DROP TABLE IF EXISTS `mdl_course_completion_defaults`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_course_completion_defaults` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL, `module` bigint NOT NULL, `completion` tinyint(1) NOT NULL DEFAULT '0', `completionview` tinyint(1) NOT NULL DEFAULT '0', `completionusegrade` tinyint(1) NOT NULL DEFAULT '0', `completionpassgrade` tinyint(1) NOT NULL DEFAULT '0', `completionexpected` bigint NOT NULL DEFAULT '0', `customrules` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), UNIQUE KEY `mdl_courcompdefa_coumod_uix` (`course`,`module`), KEY `mdl_courcompdefa_mod_ix` (`module`), KEY `mdl_courcompdefa_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Default settings for activities completion'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_completion_defaults` -- LOCK TABLES `mdl_course_completion_defaults` WRITE; /*!40000 ALTER TABLE `mdl_course_completion_defaults` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_course_completion_defaults` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_completions` -- DROP TABLE IF EXISTS `mdl_course_completions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_course_completions` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `course` bigint NOT NULL DEFAULT '0', `timeenrolled` bigint NOT NULL DEFAULT '0', `timestarted` bigint NOT NULL DEFAULT '0', `timecompleted` bigint DEFAULT NULL, `reaggregate` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_courcomp_usecou_uix` (`userid`,`course`), KEY `mdl_courcomp_use_ix` (`userid`), KEY `mdl_courcomp_cou_ix` (`course`), KEY `mdl_courcomp_tim_ix` (`timecompleted`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Course completion records'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_completions` -- LOCK TABLES `mdl_course_completions` WRITE; /*!40000 ALTER TABLE `mdl_course_completions` DISABLE KEYS */; INSERT INTO `mdl_course_completions` VALUES (1,3,2,1689961233,0,NULL,1690016942),(2,24,3,1772810212,0,NULL,1772843042),(3,25,3,1772810211,0,NULL,1772843042),(4,26,3,1772810212,0,NULL,1772843042),(5,27,3,1772810212,0,NULL,1772843042),(6,28,3,1772810212,0,NULL,1772843042),(7,29,3,1772810211,0,NULL,1772843042),(8,30,3,1772810212,0,NULL,1772843042),(9,31,3,1772810212,0,NULL,1772843042),(10,32,3,1772810212,0,NULL,1772843042),(11,33,3,1772810212,0,NULL,1772843042),(12,34,3,1772810212,0,NULL,1772843042); /*!40000 ALTER TABLE `mdl_course_completions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_format_options` -- DROP TABLE IF EXISTS `mdl_course_format_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_course_format_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `format` varchar(21) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sectionid` bigint NOT NULL DEFAULT '0', `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), UNIQUE KEY `mdl_courformopti_couforsec_uix` (`courseid`,`format`,`sectionid`,`name`), KEY `mdl_courformopti_cou_ix` (`courseid`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores format-specific options for the course or course sect'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_format_options` -- LOCK TABLES `mdl_course_format_options` WRITE; /*!40000 ALTER TABLE `mdl_course_format_options` DISABLE KEYS */; INSERT INTO `mdl_course_format_options` VALUES (1,1,'site',0,'numsections','0'),(2,2,'topics',0,'hiddensections','1'),(3,2,'topics',0,'coursedisplay','0'),(4,3,'topics',0,'hiddensections','1'),(5,3,'topics',0,'coursedisplay','0'); /*!40000 ALTER TABLE `mdl_course_format_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_modules` -- DROP TABLE IF EXISTS `mdl_course_modules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_course_modules` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `module` bigint NOT NULL DEFAULT '0', `instance` bigint NOT NULL DEFAULT '0', `section` bigint NOT NULL DEFAULT '0', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `added` bigint NOT NULL DEFAULT '0', `score` smallint NOT NULL DEFAULT '0', `indent` mediumint NOT NULL DEFAULT '0', `visible` tinyint(1) NOT NULL DEFAULT '1', `visibleoncoursepage` tinyint(1) NOT NULL DEFAULT '1', `visibleold` tinyint(1) NOT NULL DEFAULT '1', `groupmode` smallint NOT NULL DEFAULT '0', `groupingid` bigint NOT NULL DEFAULT '0', `completion` tinyint(1) NOT NULL DEFAULT '0', `completiongradeitemnumber` bigint DEFAULT NULL, `completionview` tinyint(1) NOT NULL DEFAULT '0', `completionexpected` bigint NOT NULL DEFAULT '0', `completionpassgrade` tinyint(1) NOT NULL DEFAULT '0', `showdescription` tinyint(1) NOT NULL DEFAULT '0', `availability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `deletioninprogress` tinyint(1) NOT NULL DEFAULT '0', `downloadcontent` tinyint(1) DEFAULT '1', `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_courmodu_vis_ix` (`visible`), KEY `mdl_courmodu_cou_ix` (`course`), KEY `mdl_courmodu_mod_ix` (`module`), KEY `mdl_courmodu_ins_ix` (`instance`), KEY `mdl_courmodu_idncou_ix` (`idnumber`,`course`), KEY `mdl_courmodu_gro_ix` (`groupingid`) ) ENGINE=InnoDB AUTO_INCREMENT=67 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='course_modules table retrofitted from MySQL'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_modules` -- LOCK TABLES `mdl_course_modules` WRITE; /*!40000 ALTER TABLE `mdl_course_modules` DISABLE KEYS */; INSERT INTO `mdl_course_modules` VALUES (8,2,22,1,1,'',1695737381,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(10,2,10,4,2,'',1695738312,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(12,2,19,3,5,'',1695739089,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(13,2,19,4,4,'',1695739124,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(14,2,22,2,4,'',1695739192,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(15,2,19,5,2,'',1695777570,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(16,2,19,6,4,'',1695786866,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(17,2,19,7,2,'',1695786902,0,0,0,1,0,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(18,2,10,5,4,'',1696091090,0,0,0,1,0,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(19,2,19,8,2,'',1696386752,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(20,2,10,6,6,'',1695738312,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(21,2,19,9,6,'',1696386858,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(22,2,19,10,6,'',1696386975,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(23,2,19,11,6,'',1696987215,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(24,2,19,12,6,'',1697053170,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(25,2,19,13,7,'',1697053266,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(26,2,19,14,7,'',1697053289,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(27,2,19,15,7,'',1697053312,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(28,2,10,7,7,'',1695738312,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(29,2,19,16,7,'',1697679712,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(30,2,19,17,8,'',1697686891,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(31,2,19,18,8,'',1697686914,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(32,2,10,8,8,'',1695738312,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(33,2,10,9,9,'',1695738312,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(34,2,19,19,8,'',1698211307,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(35,2,10,10,9,'',1695738312,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(36,2,19,20,9,'',1698633671,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(37,2,19,21,9,'',1698857099,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(38,2,19,22,11,'',1698888314,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(39,2,10,11,11,'',1695738312,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(40,2,10,12,12,'',1695738312,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(41,2,19,23,11,'',1699508072,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(42,2,22,3,13,'',1699768270,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(43,2,10,13,12,'',1695738312,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(44,2,10,14,13,'',1695738312,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(45,2,19,24,14,'',1700014628,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(46,2,19,25,13,'',1700014754,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(47,2,19,26,14,'',1700539298,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(49,2,1,1,14,'',1700539476,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(50,2,10,15,15,'',1700887459,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(51,2,19,28,12,'',1700888058,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(52,2,19,29,16,'',1701062035,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(53,2,19,30,16,'',1701062081,0,0,0,1,0,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(54,2,1,2,16,'',1700539476,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(55,2,19,31,17,'',1701638575,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(56,2,10,16,17,'',1701956596,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(57,2,1,3,12,'',1700539476,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(58,2,10,17,1,NULL,1710116034,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,NULL),(62,3,19,32,18,'',1772601007,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(63,3,19,33,19,'',1772722810,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,''),(64,3,19,34,20,'',1772722861,0,0,1,1,1,0,0,1,NULL,0,0,0,0,NULL,0,1,''),(65,3,10,20,20,'',1772723060,0,0,1,1,1,0,0,2,NULL,1,1773312000,0,0,NULL,0,1,''); /*!40000 ALTER TABLE `mdl_course_modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_modules_completion` -- DROP TABLE IF EXISTS `mdl_course_modules_completion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_course_modules_completion` ( `id` bigint NOT NULL AUTO_INCREMENT, `coursemoduleid` bigint NOT NULL, `userid` bigint NOT NULL, `completionstate` tinyint(1) NOT NULL, `overrideby` bigint DEFAULT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_courmoducomp_usecou_uix` (`userid`,`coursemoduleid`), KEY `mdl_courmoducomp_cou_ix` (`coursemoduleid`) ) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the completion state (completed or not completed, etc'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_modules_completion` -- LOCK TABLES `mdl_course_modules_completion` WRITE; /*!40000 ALTER TABLE `mdl_course_modules_completion` DISABLE KEYS */; INSERT INTO `mdl_course_modules_completion` VALUES (3,64,2,0,NULL,1772724474),(5,65,2,0,NULL,1772724722),(6,65,35,0,NULL,1772810765),(7,65,24,0,NULL,0),(8,65,26,1,NULL,1773064434),(9,64,24,1,NULL,1772829638),(10,65,30,0,NULL,0),(11,65,28,0,NULL,0),(12,65,32,1,NULL,1773062930),(13,64,32,1,NULL,1773062942),(14,65,29,0,NULL,0); /*!40000 ALTER TABLE `mdl_course_modules_completion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_modules_viewed` -- DROP TABLE IF EXISTS `mdl_course_modules_viewed`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_course_modules_viewed` ( `id` bigint NOT NULL AUTO_INCREMENT, `coursemoduleid` bigint NOT NULL, `userid` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_courmoduview_usecou_uix` (`userid`,`coursemoduleid`), KEY `mdl_courmoduview_cou_ix` (`coursemoduleid`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Tracks the completion viewed (viewed with cmid/userid and ot'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_modules_viewed` -- LOCK TABLES `mdl_course_modules_viewed` WRITE; /*!40000 ALTER TABLE `mdl_course_modules_viewed` DISABLE KEYS */; INSERT INTO `mdl_course_modules_viewed` VALUES (1,65,2,1772723096),(2,65,35,1772810636),(3,65,24,1772813217),(4,65,26,1772822007),(5,65,30,1772872276),(6,65,28,1772899074),(7,65,32,1773052364),(8,65,29,1773064124); /*!40000 ALTER TABLE `mdl_course_modules_viewed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_published` -- DROP TABLE IF EXISTS `mdl_course_published`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_course_published` ( `id` bigint NOT NULL AUTO_INCREMENT, `huburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `courseid` bigint NOT NULL, `timepublished` bigint NOT NULL, `enrollable` tinyint(1) NOT NULL DEFAULT '1', `hubcourseid` bigint NOT NULL, `status` tinyint(1) DEFAULT '0', `timechecked` bigint DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_courpubl_hub_ix` (`hubcourseid`), KEY `mdl_courpubl_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Information about how and when an local courses were publish'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_published` -- LOCK TABLES `mdl_course_published` WRITE; /*!40000 ALTER TABLE `mdl_course_published` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_course_published` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_request` -- DROP TABLE IF EXISTS `mdl_course_request`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_course_request` ( `id` bigint NOT NULL AUTO_INCREMENT, `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `summaryformat` tinyint NOT NULL DEFAULT '0', `category` bigint NOT NULL DEFAULT '0', `reason` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `requester` bigint NOT NULL DEFAULT '0', `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `mdl_courrequ_sho_ix` (`shortname`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='course requests'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_request` -- LOCK TABLES `mdl_course_request` WRITE; /*!40000 ALTER TABLE `mdl_course_request` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_course_request` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_sections` -- DROP TABLE IF EXISTS `mdl_course_sections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_course_sections` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `section` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `summaryformat` tinyint NOT NULL DEFAULT '0', `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `visible` tinyint(1) NOT NULL DEFAULT '1', `availability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_coursect_cousec_uix` (`course`,`section`) ) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='to define the sections for each course'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_course_sections` -- LOCK TABLES `mdl_course_sections` WRITE; /*!40000 ALTER TABLE `mdl_course_sections` DISABLE KEYS */; INSERT INTO `mdl_course_sections` VALUES (1,2,0,'課程資訊','',1,'8,58',1,NULL,1689961265),(2,2,3,'第三週 (10/5):成為基督徒藝術家','',1,'15,10,19,17',1,NULL,1697053205),(4,2,2,'第二週 (9/28):以聖靈論為基礎的文化互動','',1,'13,14,16,18',1,NULL,1695908580),(5,2,1,'第一週 (9/21):自我介紹、即興的心態','',1,'12',1,NULL,1695777406),(6,2,4,'第四週 (10/12):聖經中的藝術;神對藝術的救贖;關於「青少年」','',1,'21,22,20,23,24',1,NULL,1697686830),(7,2,5,'第五週 (10/19):關於藝術的幾個觀點 (I)','',1,'25,26,27,28,29',1,NULL,1697852229),(8,2,6,'第六週 (10/26):關於藝術的幾個觀點 (II)、文化詮釋與「方法」','',1,'30,31,32,34',1,NULL,1698633296),(9,2,7,'第七週 (11/2):教會觀察報告、創造文化','',1,'33,36,35,37',1,NULL,1698933028),(11,2,8,'第八週 (11/9):藝術欣賞與對話','',1,'38,39,41',1,NULL,1699768441),(12,2,13,'期末報告','',1,'40,43,51,57',1,NULL,1700887657),(13,2,9,'第九週 (11/16):美與公義','',1,'42,44,46',1,NULL,1699768089),(14,2,10,'第十週 (11/23):戲劇 (I)','',1,'45,47,49',1,NULL,1701062107),(15,2,14,'課後回饋(加分)','',1,'50',1,'{\"op\":\"&\",\"c\":[{\"type\":\"date\",\"d\":\">=\",\"t\":1701946800}],\"showc\":[true]}',1700887627),(16,2,11,'第十一週 (11/30):戲劇 (II)','',1,'52,53,54',1,NULL,1701956661),(17,2,12,'第十二週 (12/7):戲劇 (III)','',1,'55,56',1,NULL,1701638547),(18,3,0,'課程資源','',1,'62',1,'{\"op\":\"&\",\"c\":[],\"showc\":[]}',1772555005),(19,3,1,'第一週 (3/7):自我介紹、即興的心態','',1,'63',1,NULL,1772722760),(20,3,2,'第二週 (3/14):以聖靈論為基礎的文化互動','',1,'64,65',1,NULL,1772722778); /*!40000 ALTER TABLE `mdl_course_sections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_customfield_category` -- DROP TABLE IF EXISTS `mdl_customfield_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_customfield_category` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `descriptionformat` bigint DEFAULT NULL, `sortorder` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `area` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemid` bigint NOT NULL DEFAULT '0', `contextid` bigint DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_custcate_comareitesor_ix` (`component`,`area`,`itemid`,`sortorder`), KEY `mdl_custcate_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='core_customfield category table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_customfield_category` -- LOCK TABLES `mdl_customfield_category` WRITE; /*!40000 ALTER TABLE `mdl_customfield_category` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_customfield_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_customfield_data` -- DROP TABLE IF EXISTS `mdl_customfield_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_customfield_data` ( `id` bigint NOT NULL AUTO_INCREMENT, `fieldid` bigint NOT NULL, `instanceid` bigint NOT NULL, `intvalue` bigint DEFAULT NULL, `decvalue` decimal(10,5) DEFAULT NULL, `shortcharvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `charvalue` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `valueformat` bigint NOT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `contextid` bigint DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_custdata_insfie_uix` (`instanceid`,`fieldid`), KEY `mdl_custdata_fieint_ix` (`fieldid`,`intvalue`), KEY `mdl_custdata_fiesho_ix` (`fieldid`,`shortcharvalue`), KEY `mdl_custdata_fiedec_ix` (`fieldid`,`decvalue`), KEY `mdl_custdata_fie_ix` (`fieldid`), KEY `mdl_custdata_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='core_customfield data table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_customfield_data` -- LOCK TABLES `mdl_customfield_data` WRITE; /*!40000 ALTER TABLE `mdl_customfield_data` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_customfield_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_customfield_field` -- DROP TABLE IF EXISTS `mdl_customfield_field`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_customfield_field` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `descriptionformat` bigint DEFAULT NULL, `sortorder` bigint DEFAULT NULL, `categoryid` bigint DEFAULT NULL, `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_custfiel_catsor_ix` (`categoryid`,`sortorder`), KEY `mdl_custfiel_cat_ix` (`categoryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='core_customfield field table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_customfield_field` -- LOCK TABLES `mdl_customfield_field` WRITE; /*!40000 ALTER TABLE `mdl_customfield_field` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_customfield_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_data` -- DROP TABLE IF EXISTS `mdl_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_data` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `introformat` smallint NOT NULL DEFAULT '0', `comments` smallint NOT NULL DEFAULT '0', `timeavailablefrom` bigint NOT NULL DEFAULT '0', `timeavailableto` bigint NOT NULL DEFAULT '0', `timeviewfrom` bigint NOT NULL DEFAULT '0', `timeviewto` bigint NOT NULL DEFAULT '0', `requiredentries` int NOT NULL DEFAULT '0', `requiredentriestoview` int NOT NULL DEFAULT '0', `maxentries` int NOT NULL DEFAULT '0', `rssarticles` smallint NOT NULL DEFAULT '0', `singletemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `listtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `listtemplateheader` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `listtemplatefooter` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `addtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `rsstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `rsstitletemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `csstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `jstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `asearchtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `approval` smallint NOT NULL DEFAULT '0', `manageapproved` smallint NOT NULL DEFAULT '1', `scale` bigint NOT NULL DEFAULT '0', `assessed` bigint NOT NULL DEFAULT '0', `assesstimestart` bigint NOT NULL DEFAULT '0', `assesstimefinish` bigint NOT NULL DEFAULT '0', `defaultsort` bigint NOT NULL DEFAULT '0', `defaultsortdir` smallint NOT NULL DEFAULT '0', `editany` smallint NOT NULL DEFAULT '0', `notification` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `completionentries` bigint DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_data_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='all database activities'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_data` -- LOCK TABLES `mdl_data` WRITE; /*!40000 ALTER TABLE `mdl_data` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_data_content` -- DROP TABLE IF EXISTS `mdl_data_content`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_data_content` ( `id` bigint NOT NULL AUTO_INCREMENT, `fieldid` bigint NOT NULL DEFAULT '0', `recordid` bigint NOT NULL DEFAULT '0', `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `content1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `content2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `content3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `content4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `mdl_datacont_rec_ix` (`recordid`), KEY `mdl_datacont_fie_ix` (`fieldid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='the content introduced in each record/fields'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_data_content` -- LOCK TABLES `mdl_data_content` WRITE; /*!40000 ALTER TABLE `mdl_data_content` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_data_content` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_data_fields` -- DROP TABLE IF EXISTS `mdl_data_fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_data_fields` ( `id` bigint NOT NULL AUTO_INCREMENT, `dataid` bigint NOT NULL DEFAULT '0', `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `required` tinyint(1) NOT NULL DEFAULT '0', `param1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `param2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `param3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `param4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `param5` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `param6` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `param7` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `param8` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `param9` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `param10` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `mdl_datafiel_typdat_ix` (`type`,`dataid`), KEY `mdl_datafiel_dat_ix` (`dataid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='every field available'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_data_fields` -- LOCK TABLES `mdl_data_fields` WRITE; /*!40000 ALTER TABLE `mdl_data_fields` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_data_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_data_records` -- DROP TABLE IF EXISTS `mdl_data_records`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_data_records` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', `dataid` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `approved` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_datareco_dat_ix` (`dataid`), KEY `mdl_datareco_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='every record introduced'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_data_records` -- LOCK TABLES `mdl_data_records` WRITE; /*!40000 ALTER TABLE `mdl_data_records` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_data_records` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_editor_atto_autosave` -- DROP TABLE IF EXISTS `mdl_editor_atto_autosave`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_editor_atto_autosave` ( `id` bigint NOT NULL AUTO_INCREMENT, `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `contextid` bigint NOT NULL, `pagehash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `userid` bigint NOT NULL, `drafttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `draftid` bigint DEFAULT NULL, `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_editattoauto_eleconuse_uix` (`elementid`,`contextid`,`userid`,`pagehash`) ) ENGINE=InnoDB AUTO_INCREMENT=528 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Draft text that is auto-saved every 5 seconds while an edito'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_editor_atto_autosave` -- LOCK TABLES `mdl_editor_atto_autosave` WRITE; /*!40000 ALTER TABLE `mdl_editor_atto_autosave` DISABLE KEYS */; INSERT INTO `mdl_editor_atto_autosave` VALUES (470,'id_s__summary',1,'69852e5a3a5dfae92cdd24109eb3fd7d7543eed1',2,'',-1,'yui_3_17_2_1_1772811030908_47',1772811031),(498,'id_summary_editor',16,'72727a8b9c81de376f51a32a899b74ffc19cc53e',2,'',638740040,'yui_3_17_2_1_1772724457071_328',1772724457),(501,'id_message',106,'fcc2e009ffb5ae41685532688f5fd078037f5224',2,'',683832141,'yui_3_17_2_1_1772724604590_48',1772724605),(502,'id_introeditor',29,'a89c80317ae53aa58d2c0fed81fdc779fe927171',2,'<p dir=\"ltr\"></p><p dir=\"ltr\">第一部分:</p><p dir=\"ltr\"><strong>第二部分:</strong>用 150-300 字提出一則關於《美麗的神》第四章〈牧師〉、第五章〈藝術家〉的<strong>問題</strong>或是<strong>心得</strong>。</p><p dir=\"ltr\">(<strong>問題:</strong>看不懂、疑惑,想詢問同學意見,或是想反問作者的問題;<strong>心得:</strong>新發現、新想法,激勵你要做出的回應等等)。</p><p dir=\"ltr\">繳交期限:課前24小時發表(即 10/4 晚上 7:00 前)</p><p dir=\"ltr\">(點選右下角「回覆」)</p><br><p></p>',128140358,'yui_3_17_2_1_1772724578281_58',1772724640),(507,'id_message',107,'2fa5b2095ad7caad9adfa10d923e82e14c87f8b2',2,'',308880953,'yui_3_17_2_1_1772724820317_66',1772724820),(525,'id_summary_editor',98,'85e8c4d1d3940cfcc9ef0ccfa3a85f429477d981',2,'',524559454,'yui_3_17_2_1_1772810806712_229',1772810807),(527,'id_s__maintenance_message',1,'c41f8290825b60e1610801f35e7b632fe85149e2',2,'',-1,'yui_3_17_2_1_1773055390120_46',1773055392); /*!40000 ALTER TABLE `mdl_editor_atto_autosave` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol` -- DROP TABLE IF EXISTS `mdl_enrol`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_enrol` ( `id` bigint NOT NULL AUTO_INCREMENT, `enrol` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `status` bigint NOT NULL DEFAULT '0', `courseid` bigint NOT NULL, `sortorder` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `enrolperiod` bigint DEFAULT '0', `enrolstartdate` bigint DEFAULT '0', `enrolenddate` bigint DEFAULT '0', `expirynotify` tinyint(1) DEFAULT '0', `expirythreshold` bigint DEFAULT '0', `notifyall` tinyint(1) DEFAULT '0', `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cost` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `currency` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `roleid` bigint DEFAULT '0', `customint1` bigint DEFAULT NULL, `customint2` bigint DEFAULT NULL, `customint3` bigint DEFAULT NULL, `customint4` bigint DEFAULT NULL, `customint5` bigint DEFAULT NULL, `customint6` bigint DEFAULT NULL, `customint7` bigint DEFAULT NULL, `customint8` bigint DEFAULT NULL, `customchar1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customchar2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customchar3` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customdec1` decimal(12,7) DEFAULT NULL, `customdec2` decimal(12,7) DEFAULT NULL, `customtext1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `customtext2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `customtext3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `customtext4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_enro_enr_ix` (`enrol`), KEY `mdl_enro_cou_ix` (`courseid`), KEY `mdl_enro_rol_ix` (`roleid`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Instances of enrolment plugins used in courses, fields marke'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol` -- LOCK TABLES `mdl_enrol` WRITE; /*!40000 ALTER TABLE `mdl_enrol` DISABLE KEYS */; INSERT INTO `mdl_enrol` 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,1689959889,1689959889),(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,1689959889,1689959889),(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,1689959889,1689959889),(4,'manual',0,3,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,1772553128,1772553128),(5,'guest',1,3,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,1772553128,1772553128),(6,'self',1,3,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,1772553128,1772553128); /*!40000 ALTER TABLE `mdl_enrol` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_flatfile` -- DROP TABLE IF EXISTS `mdl_enrol_flatfile`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_enrol_flatfile` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `roleid` bigint NOT NULL, `userid` bigint NOT NULL, `courseid` bigint NOT NULL, `timestart` bigint NOT NULL DEFAULT '0', `timeend` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_enroflat_cou_ix` (`courseid`), KEY `mdl_enroflat_use_ix` (`userid`), KEY `mdl_enroflat_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='enrol_flatfile table retrofitted from MySQL'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_flatfile` -- LOCK TABLES `mdl_enrol_flatfile` WRITE; /*!40000 ALTER TABLE `mdl_enrol_flatfile` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_flatfile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_app_registration` -- DROP TABLE IF EXISTS `mdl_enrol_lti_app_registration`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_enrol_lti_app_registration` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `platformid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `clientid` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `uniqueid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `platformclienthash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `platformuniqueidhash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `authenticationrequesturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `jwksurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `accesstokenurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `status` tinyint(1) NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_enroltiappregi_uni_uix` (`uniqueid`), UNIQUE KEY `mdl_enroltiappregi_pla_uix` (`platformclienthash`), UNIQUE KEY `mdl_enroltiappregi_pla2_uix` (`platformuniqueidhash`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Details of each application that has been registered with th'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_app_registration` -- LOCK TABLES `mdl_enrol_lti_app_registration` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_app_registration` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_app_registration` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_context` -- DROP TABLE IF EXISTS `mdl_enrol_lti_context`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_enrol_lti_context` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `ltideploymentid` bigint NOT NULL, `type` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_enrolticont_lticon_uix` (`ltideploymentid`,`contextid`), KEY `mdl_enrolticont_lti_ix` (`ltideploymentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Each row represents a context in the platform, where resourc'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_context` -- LOCK TABLES `mdl_enrol_lti_context` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_context` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_context` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_deployment` -- DROP TABLE IF EXISTS `mdl_enrol_lti_deployment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_enrol_lti_deployment` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `deploymentid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `platformid` bigint NOT NULL, `legacyconsumerkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_enroltidepl_pladep_uix` (`platformid`,`deploymentid`), KEY `mdl_enroltidepl_pla_ix` (`platformid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Each row represents a deployment of a tool within a platform'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_deployment` -- LOCK TABLES `mdl_enrol_lti_deployment` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_deployment` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_deployment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_lti2_consumer` -- DROP TABLE IF EXISTS `mdl_enrol_lti_lti2_consumer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_enrol_lti_lti2_consumer` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `consumerkey256` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `consumerkey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `secret` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `ltiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `consumername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `consumerversion` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `consumerguid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `profile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `protected` tinyint(1) NOT NULL, `enabled` tinyint(1) NOT NULL, `enablefrom` bigint DEFAULT NULL, `enableuntil` bigint DEFAULT NULL, `lastaccess` bigint DEFAULT NULL, `created` bigint NOT NULL, `updated` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_enroltilti2cons_con_uix` (`consumerkey256`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='LTI consumers interacting with moodle'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_lti2_consumer` -- LOCK TABLES `mdl_enrol_lti_lti2_consumer` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_consumer` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_consumer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_lti2_context` -- DROP TABLE IF EXISTS `mdl_enrol_lti_lti2_context`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_enrol_lti_lti2_context` ( `id` bigint NOT NULL AUTO_INCREMENT, `consumerid` bigint NOT NULL, `lticontextkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `created` bigint NOT NULL, `updated` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_enroltilti2cont_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Information about a specific LTI contexts from the consumers'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_lti2_context` -- LOCK TABLES `mdl_enrol_lti_lti2_context` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_context` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_context` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_lti2_nonce` -- DROP TABLE IF EXISTS `mdl_enrol_lti_lti2_nonce`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_enrol_lti_lti2_nonce` ( `id` bigint NOT NULL AUTO_INCREMENT, `consumerid` bigint NOT NULL, `value` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `expires` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_enroltilti2nonc_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Nonce used for authentication between moodle and a consumer'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_lti2_nonce` -- LOCK TABLES `mdl_enrol_lti_lti2_nonce` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_nonce` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_nonce` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_lti2_resource_link` -- DROP TABLE IF EXISTS `mdl_enrol_lti_lti2_resource_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_enrol_lti_lti2_resource_link` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint DEFAULT NULL, `consumerid` bigint DEFAULT NULL, `ltiresourcelinkkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `primaryresourcelinkid` bigint DEFAULT NULL, `shareapproved` tinyint(1) DEFAULT NULL, `created` bigint NOT NULL, `updated` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_enroltilti2resolink_con_ix` (`contextid`), KEY `mdl_enroltilti2resolink_pri_ix` (`primaryresourcelinkid`), KEY `mdl_enroltilti2resolink_co2_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Link from the consumer to the tool'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_lti2_resource_link` -- LOCK TABLES `mdl_enrol_lti_lti2_resource_link` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_resource_link` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_resource_link` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_lti2_share_key` -- DROP TABLE IF EXISTS `mdl_enrol_lti_lti2_share_key`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_enrol_lti_lti2_share_key` ( `id` bigint NOT NULL AUTO_INCREMENT, `sharekey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `resourcelinkid` bigint NOT NULL, `autoapprove` tinyint(1) NOT NULL, `expires` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_enroltilti2sharkey_sha_uix` (`sharekey`), UNIQUE KEY `mdl_enroltilti2sharkey_res_uix` (`resourcelinkid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Resource link share key'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_lti2_share_key` -- LOCK TABLES `mdl_enrol_lti_lti2_share_key` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_share_key` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_share_key` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_lti2_tool_proxy` -- DROP TABLE IF EXISTS `mdl_enrol_lti_lti2_tool_proxy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_enrol_lti_lti2_tool_proxy` ( `id` bigint NOT NULL AUTO_INCREMENT, `toolproxykey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `consumerid` bigint NOT NULL, `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `created` bigint NOT NULL, `updated` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_enroltilti2toolprox_to_uix` (`toolproxykey`), KEY `mdl_enroltilti2toolprox_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='A tool proxy between moodle and a consumer'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_lti2_tool_proxy` -- LOCK TABLES `mdl_enrol_lti_lti2_tool_proxy` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_tool_proxy` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_tool_proxy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_lti2_user_result` -- DROP TABLE IF EXISTS `mdl_enrol_lti_lti2_user_result`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_enrol_lti_lti2_user_result` ( `id` bigint NOT NULL AUTO_INCREMENT, `resourcelinkid` bigint NOT NULL, `ltiuserkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `ltiresultsourcedid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `created` bigint NOT NULL, `updated` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_enroltilti2userresu_res_ix` (`resourcelinkid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Results for each user for each resource link'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_lti2_user_result` -- LOCK TABLES `mdl_enrol_lti_lti2_user_result` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_user_result` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_lti2_user_result` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_resource_link` -- DROP TABLE IF EXISTS `mdl_enrol_lti_resource_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_enrol_lti_resource_link` ( `id` bigint NOT NULL AUTO_INCREMENT, `resourcelinkid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `ltideploymentid` bigint NOT NULL, `resourceid` bigint NOT NULL, `lticontextid` bigint DEFAULT NULL, `lineitemsservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `lineitemservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `lineitemscope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `resultscope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `scorescope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `contextmembershipsurl` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nrpsserviceversions` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_enroltiresolink_reslti_uix` (`resourcelinkid`,`ltideploymentid`), KEY `mdl_enroltiresolink_lti_ix` (`ltideploymentid`), KEY `mdl_enroltiresolink_lti2_ix` (`lticontextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Each row represents a resource link for a platform and deplo'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_resource_link` -- LOCK TABLES `mdl_enrol_lti_resource_link` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_resource_link` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_resource_link` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_tool_consumer_map` -- DROP TABLE IF EXISTS `mdl_enrol_lti_tool_consumer_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_enrol_lti_tool_consumer_map` ( `id` bigint NOT NULL AUTO_INCREMENT, `toolid` bigint NOT NULL, `consumerid` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_enroltitoolconsmap_too_ix` (`toolid`), KEY `mdl_enroltitoolconsmap_con_ix` (`consumerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table that maps the published tool to tool consumers.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_tool_consumer_map` -- LOCK TABLES `mdl_enrol_lti_tool_consumer_map` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_tool_consumer_map` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_tool_consumer_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_tools` -- DROP TABLE IF EXISTS `mdl_enrol_lti_tools`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_enrol_lti_tools` ( `id` bigint NOT NULL AUTO_INCREMENT, `enrolid` bigint NOT NULL, `contextid` bigint NOT NULL, `ltiversion` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'LTI-1p3', `institution` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'en', `timezone` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '99', `maxenrolled` bigint NOT NULL DEFAULT '0', `maildisplay` tinyint NOT NULL DEFAULT '2', `city` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `country` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `gradesync` tinyint(1) NOT NULL DEFAULT '0', `gradesynccompletion` tinyint(1) NOT NULL DEFAULT '0', `membersync` tinyint(1) NOT NULL DEFAULT '0', `membersyncmode` tinyint(1) NOT NULL DEFAULT '0', `roleinstructor` bigint NOT NULL, `rolelearner` bigint NOT NULL, `secret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `uuid` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `provisioningmodelearner` tinyint DEFAULT NULL, `provisioningmodeinstructor` tinyint DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_enroltitool_uui_uix` (`uuid`), KEY `mdl_enroltitool_enr_ix` (`enrolid`), KEY `mdl_enroltitool_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='List of tools provided to the remote system'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_tools` -- LOCK TABLES `mdl_enrol_lti_tools` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_tools` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_tools` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_user_resource_link` -- DROP TABLE IF EXISTS `mdl_enrol_lti_user_resource_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_enrol_lti_user_resource_link` ( `id` bigint NOT NULL AUTO_INCREMENT, `ltiuserid` bigint NOT NULL, `resourcelinkid` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_enroltiuserresolink_lt_uix` (`ltiuserid`,`resourcelinkid`), KEY `mdl_enroltiuserresolink_lti_ix` (`ltiuserid`), KEY `mdl_enroltiuserresolink_res_ix` (`resourcelinkid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Join table mapping users to resource links as this is a many'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_user_resource_link` -- LOCK TABLES `mdl_enrol_lti_user_resource_link` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_user_resource_link` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_user_resource_link` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_lti_users` -- DROP TABLE IF EXISTS `mdl_enrol_lti_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_enrol_lti_users` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `toolid` bigint NOT NULL, `serviceurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `sourceid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `ltideploymentid` bigint DEFAULT NULL, `consumerkey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `consumersecret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `membershipsurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `membershipsid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `lastgrade` decimal(10,5) DEFAULT NULL, `lastaccess` bigint DEFAULT NULL, `timecreated` bigint DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_enroltiuser_use_ix` (`userid`), KEY `mdl_enroltiuser_too_ix` (`toolid`), KEY `mdl_enroltiuser_lti_ix` (`ltideploymentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='User access log and gradeback data'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_lti_users` -- LOCK TABLES `mdl_enrol_lti_users` WRITE; /*!40000 ALTER TABLE `mdl_enrol_lti_users` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_lti_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_paypal` -- DROP TABLE IF EXISTS `mdl_enrol_paypal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_enrol_paypal` ( `id` bigint NOT NULL AUTO_INCREMENT, `business` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `receiver_email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `receiver_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `item_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `courseid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `instanceid` bigint NOT NULL DEFAULT '0', `memo` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tax` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_name1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_selection1_x` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_name2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_selection2_x` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `payment_status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `pending_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `reason_code` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `txn_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `parent_txn_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `payment_type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timeupdated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_enropayp_bus_ix` (`business`), KEY `mdl_enropayp_rec_ix` (`receiver_email`), KEY `mdl_enropayp_cou_ix` (`courseid`), KEY `mdl_enropayp_use_ix` (`userid`), KEY `mdl_enropayp_ins_ix` (`instanceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Holds all known information about PayPal transactions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_enrol_paypal` -- LOCK TABLES `mdl_enrol_paypal` WRITE; /*!40000 ALTER TABLE `mdl_enrol_paypal` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_paypal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_event` -- DROP TABLE IF EXISTS `mdl_event`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_event` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `format` smallint NOT NULL DEFAULT '0', `categoryid` bigint NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `repeatid` bigint NOT NULL DEFAULT '0', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `modulename` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `instance` bigint NOT NULL DEFAULT '0', `type` smallint NOT NULL DEFAULT '0', `eventtype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timestart` bigint NOT NULL DEFAULT '0', `timeduration` bigint NOT NULL DEFAULT '0', `timesort` bigint DEFAULT NULL, `visible` smallint NOT NULL DEFAULT '1', `uuid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sequence` bigint NOT NULL DEFAULT '1', `timemodified` bigint NOT NULL DEFAULT '0', `subscriptionid` bigint DEFAULT NULL, `priority` bigint DEFAULT NULL, `location` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `mdl_even_cou_ix` (`courseid`), KEY `mdl_even_use_ix` (`userid`), KEY `mdl_even_tim_ix` (`timestart`), KEY `mdl_even_tim2_ix` (`timeduration`), KEY `mdl_even_uui_ix` (`uuid`), KEY `mdl_even_typtim_ix` (`type`,`timesort`), KEY `mdl_even_grocoucatvisuse_ix` (`groupid`,`courseid`,`categoryid`,`visible`,`userid`), KEY `mdl_even_eve_ix` (`eventtype`), KEY `mdl_even_comeveins_ix` (`component`,`eventtype`,`instance`), KEY `mdl_even_modinseve_ix` (`modulename`,`instance`,`eventtype`), KEY `mdl_even_cat_ix` (`categoryid`), KEY `mdl_even_sub_ix` (`subscriptionid`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='For everything with a time associated to it'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_event` -- LOCK TABLES `mdl_event` WRITE; /*!40000 ALTER TABLE `mdl_event` DISABLE KEYS */; INSERT INTO `mdl_event` VALUES (1,'第十週課後作業:戲劇查經——導演理念 is due','先下載作業表單(見以下連結),寫完後點選「繳交作業」上傳檔案。<br /><br /><ul><li><span style=\"font-size:0.9375rem;\">第1、2題:請將本週的課前預備複製貼上。*不列入評分</span></li><li>第<span lang=\"en-us\" xml:lang=\"en-us\">3</span>題(我認為這齣戲是關於……)*必須完成</li><li>第<span lang=\"en-us\" xml:lang=\"en-us\">4</span>題(我認為這一段戲的質感是……)和第<span lang=\"en-us\" xml:lang=\"en-us\">5</span>題(角色)*二擇一,但歡迎兩部分都完成。</li></ul><span lang=\"en-us\" xml:lang=\"en-us\"></span><p></p>\r\n\r\n<strong>繳交期限:</strong>第十一週上課前<span lang=\"en-us\" xml:lang=\"en-us\">24</span>小時(<span lang=\"en-us\" xml:lang=\"en-us\">11/29</span>晚上<span lang=\"en-us\" xml:lang=\"en-us\">7:00</span>前)<br />',1,0,2,0,0,0,NULL,'assign',1,1,'due',1701255600,0,1701255600,1,'',1,1701353144,NULL,NULL,NULL),(2,'第十一週課後作業:戲劇查經——演員劇本分析 is due','先下載作業表單(見以下連結),寫完後點選「繳交作業」上傳檔案。<br /><br /><ul><li>設定兩名角色的「表面動作」、「核心動作」。</li><li><del>替其中一人的核心動作設定「有如」</del>。(「有如」下次上課再討論。)<br /></li></ul><span lang=\"en-us\" xml:lang=\"en-us\"></span><p></p>\r\n\r\n<strong>繳交期限:</strong>第十二週上課前<span lang=\"en-us\" xml:lang=\"en-us\">24</span>小時(<span lang=\"en-us\" xml:lang=\"en-us\">12/6</span>晚上<span lang=\"en-us\" xml:lang=\"en-us\">7:00</span>前)<br />',1,0,2,0,0,0,NULL,'assign',2,1,'due',1701860400,0,1701860400,1,'',1,1701353159,NULL,NULL,NULL),(3,'期末報告繳交已經過期','請詳細閱讀<a href=\"https://moo.cultivarts.org/mod/resource/view.php?id=51\">期末報告寫作指南</a>。<br /><br /><span lang=\"en-us\" xml:lang=\"en-us\"></span><p></p>\r\n\r\n<strong>繳交期限:</strong>12/21 (週四) 晚上23:59。<br />',1,0,2,0,0,0,NULL,'assign',3,1,'due',1703174340,0,1703174340,1,'',1,1701956822,NULL,NULL,NULL),(4,'第二週課前討論(分辨奧秘) should be completed','<div class=\"no-overflow\"><p>用<span lang=\"en-us\" xml:lang=\"en-us\">200-400</span>字提出一則關於〈分辨奧秘〉的<strong>問題</strong>或是<strong>心得</strong>。</p><p>(<strong>問題</strong>:看不懂、疑惑,想詢問同學意見,或是想反問作者的問題;<strong>心得</strong>:新發現、新想法,激勵你要做出的回應等等)。</p><p dir=\"ltr\" style=\"text-align: left;\"></p><p></p><p></p><p></p><p></p></div>',1,0,3,0,2,0,NULL,'forum',20,1,'expectcompletionon',1773312000,0,1773312000,1,'',1,1772724659,NULL,NULL,NULL); /*!40000 ALTER TABLE `mdl_event` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_event_subscriptions` -- DROP TABLE IF EXISTS `mdl_event_subscriptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_event_subscriptions` ( `id` bigint NOT NULL AUTO_INCREMENT, `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `categoryid` bigint NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `eventtype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `pollinterval` bigint NOT NULL DEFAULT '0', `lastupdated` bigint DEFAULT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `mdl_evensubs_cou_ix` (`courseid`), KEY `mdl_evensubs_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Tracks subscriptions to remote calendars.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_event_subscriptions` -- LOCK TABLES `mdl_event_subscriptions` WRITE; /*!40000 ALTER TABLE `mdl_event_subscriptions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_event_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_events_handlers` -- DROP TABLE IF EXISTS `mdl_events_handlers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_events_handlers` ( `id` bigint NOT NULL AUTO_INCREMENT, `eventname` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `component` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `handlerfile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `handlerfunction` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `schedule` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` bigint NOT NULL DEFAULT '0', `internal` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), UNIQUE KEY `mdl_evenhand_evecom_uix` (`eventname`,`component`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table is for storing which components requests what typ'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_events_handlers` -- LOCK TABLES `mdl_events_handlers` WRITE; /*!40000 ALTER TABLE `mdl_events_handlers` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_events_handlers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_events_queue` -- DROP TABLE IF EXISTS `mdl_events_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_events_queue` ( `id` bigint NOT NULL AUTO_INCREMENT, `eventdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `stackdump` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `userid` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_evenqueu_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table is for storing queued events. It stores only one '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_events_queue` -- LOCK TABLES `mdl_events_queue` WRITE; /*!40000 ALTER TABLE `mdl_events_queue` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_events_queue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_events_queue_handlers` -- DROP TABLE IF EXISTS `mdl_events_queue_handlers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_events_queue_handlers` ( `id` bigint NOT NULL AUTO_INCREMENT, `queuedeventid` bigint NOT NULL, `handlerid` bigint NOT NULL, `status` bigint DEFAULT NULL, `errormessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_evenqueuhand_que_ix` (`queuedeventid`), KEY `mdl_evenqueuhand_han_ix` (`handlerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This is the list of queued handlers for processing. The even'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_events_queue_handlers` -- LOCK TABLES `mdl_events_queue_handlers` WRITE; /*!40000 ALTER TABLE `mdl_events_queue_handlers` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_events_queue_handlers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_external_functions` -- DROP TABLE IF EXISTS `mdl_external_functions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_external_functions` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `classname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `methodname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `classpath` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `capabilities` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `services` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_extefunc_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=682 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='list of all external functions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_external_functions` -- LOCK TABLES `mdl_external_functions` WRITE; /*!40000 ALTER TABLE `mdl_external_functions` DISABLE KEYS */; INSERT INTO `mdl_external_functions` VALUES (1,'core_auth_confirm_user','core_auth_external','confirm_user',NULL,'moodle','',NULL),(2,'core_auth_request_password_reset','core_auth_external','request_password_reset',NULL,'moodle','',NULL),(3,'core_auth_is_minor','core_auth_external','is_minor',NULL,'moodle','',NULL),(4,'core_auth_is_age_digital_consent_verification_enabled','core_auth_external','is_age_digital_consent_verification_enabled',NULL,'moodle','',NULL),(5,'core_auth_resend_confirmation_email','core_auth_external','resend_confirmation_email',NULL,'moodle','',NULL),(6,'core_backup_get_async_backup_progress','core_backup_external','get_async_backup_progress','backup/externallib.php','moodle','',NULL),(7,'core_backup_get_async_backup_links_backup','core_backup_external','get_async_backup_links_backup','backup/externallib.php','moodle','',NULL),(8,'core_backup_get_async_backup_links_restore','core_backup_external','get_async_backup_links_restore','backup/externallib.php','moodle','',NULL),(9,'core_backup_get_copy_progress','core_backup_external','get_copy_progress','backup/externallib.php','moodle','',NULL),(10,'core_backup_submit_copy_form','core_backup_external','submit_copy_form','backup/externallib.php','moodle','',NULL),(11,'core_badges_get_user_badges','core_badges_external','get_user_badges',NULL,'moodle','moodle/badges:viewotherbadges','moodle_mobile_app'),(12,'core_blog_get_entries','core_blog\\external','get_entries',NULL,'moodle','','moodle_mobile_app'),(13,'core_blog_view_entries','core_blog\\external','view_entries',NULL,'moodle','','moodle_mobile_app'),(14,'core_calendar_get_calendar_monthly_view','core_calendar_external','get_calendar_monthly_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(15,'core_calendar_get_calendar_day_view','core_calendar_external','get_calendar_day_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(16,'core_calendar_get_calendar_upcoming_view','core_calendar_external','get_calendar_upcoming_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(17,'core_calendar_update_event_start_day','core_calendar_external','update_event_start_day','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(18,'core_calendar_create_calendar_events','core_calendar_external','create_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(19,'core_calendar_delete_calendar_events','core_calendar_external','delete_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(20,'core_calendar_get_calendar_events','core_calendar_external','get_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(21,'core_calendar_get_action_events_by_timesort','core_calendar_external','get_calendar_action_events_by_timesort','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(22,'core_calendar_get_action_events_by_course','core_calendar_external','get_calendar_action_events_by_course','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(23,'core_calendar_get_action_events_by_courses','core_calendar_external','get_calendar_action_events_by_courses','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(24,'core_calendar_get_calendar_event_by_id','core_calendar_external','get_calendar_event_by_id','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(25,'core_calendar_submit_create_update_form','core_calendar_external','submit_create_update_form','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(26,'core_calendar_get_calendar_access_information','core_calendar_external','get_calendar_access_information','calendar/externallib.php','moodle','','moodle_mobile_app'),(27,'core_calendar_get_allowed_event_types','core_calendar_external','get_allowed_event_types','calendar/externallib.php','moodle','','moodle_mobile_app'),(28,'core_calendar_get_timestamps','core_calendar_external','get_timestamps','calendar/externallib.php','moodle','',NULL),(29,'core_calendar_get_calendar_export_token','core_calendar\\external\\export\\token','execute',NULL,'moodle','','moodle_mobile_app'),(30,'core_calendar_delete_subscription','core_calendar\\external\\subscription\\delete','execute',NULL,'moodle','',NULL),(31,'core_cohort_add_cohort_members','core_cohort_external','add_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(32,'core_cohort_create_cohorts','core_cohort_external','create_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(33,'core_cohort_delete_cohort_members','core_cohort_external','delete_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(34,'core_cohort_delete_cohorts','core_cohort_external','delete_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(35,'core_cohort_get_cohort_members','core_cohort_external','get_cohort_members','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(36,'core_cohort_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(37,'core_cohort_get_cohorts','core_cohort_external','get_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(38,'core_cohort_update_cohorts','core_cohort_external','update_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(39,'core_comment_get_comments','core_comment_external','get_comments',NULL,'moodle','moodle/comment:view','moodle_mobile_app'),(40,'core_comment_add_comments','core_comment_external','add_comments',NULL,'moodle','','moodle_mobile_app'),(41,'core_comment_delete_comments','core_comment_external','delete_comments',NULL,'moodle','','moodle_mobile_app'),(42,'core_completion_get_activities_completion_status','core_completion_external','get_activities_completion_status',NULL,'moodle','','moodle_mobile_app'),(43,'core_completion_get_course_completion_status','core_completion_external','get_course_completion_status',NULL,'moodle','report/completion:view','moodle_mobile_app'),(44,'core_completion_mark_course_self_completed','core_completion_external','mark_course_self_completed',NULL,'moodle','','moodle_mobile_app'),(45,'core_completion_update_activity_completion_status_manually','core_completion_external','update_activity_completion_status_manually',NULL,'moodle','','moodle_mobile_app'),(46,'core_completion_override_activity_completion_status','core_completion_external','override_activity_completion_status',NULL,'moodle','moodle/course:overridecompletion',NULL),(47,'core_course_create_categories','core_course_external','create_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(48,'core_course_create_courses','core_course_external','create_courses','course/externallib.php','moodle','moodle/course:create, moodle/course:visibility',NULL),(49,'core_course_delete_categories','core_course_external','delete_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(50,'core_course_delete_courses','core_course_external','delete_courses','course/externallib.php','moodle','moodle/course:delete',NULL),(51,'core_course_delete_modules','core_course_external','delete_modules','course/externallib.php','moodle','moodle/course:manageactivities',NULL),(52,'core_course_duplicate_course','core_course_external','duplicate_course','course/externallib.php','moodle','moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create',NULL),(53,'core_course_get_categories','core_course_external','get_categories','course/externallib.php','moodle','moodle/category:viewhiddencategories','moodle_mobile_app'),(54,'core_course_get_contents','core_course_external','get_course_contents','course/externallib.php','moodle','moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(55,'core_course_get_course_module','core_course_external','get_course_module','course/externallib.php','moodle','','moodle_mobile_app'),(56,'core_course_get_course_module_by_instance','core_course_external','get_course_module_by_instance','course/externallib.php','moodle','','moodle_mobile_app'),(57,'core_course_get_module','core_course_external','get_module','course/externallib.php','moodle','',NULL),(58,'core_courseformat_get_state','core_courseformat\\external\\get_state','execute',NULL,'moodle','',NULL),(59,'core_courseformat_update_course','core_courseformat\\external\\update_course','execute',NULL,'moodle','moodle/course:sectionvisibility, moodle/course:activityvisibility',NULL),(60,'core_course_edit_module','core_course_external','edit_module','course/externallib.php','moodle','',NULL),(61,'core_course_edit_section','core_course_external','edit_section','course/externallib.php','moodle','',NULL),(62,'core_course_get_courses','core_course_external','get_courses','course/externallib.php','moodle','moodle/course:view, moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(63,'core_course_import_course','core_course_external','import_course','course/externallib.php','moodle','moodle/backup:backuptargetimport, moodle/restore:restoretargetimport',NULL),(64,'core_course_search_courses','core_course_external','search_courses','course/externallib.php','moodle','','moodle_mobile_app'),(65,'core_course_update_categories','core_course_external','update_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(66,'core_course_update_courses','core_course_external','update_courses','course/externallib.php','moodle','moodle/course:update, moodle/course:changecategory, moodle/course:changefullname, moodle/course:changeshortname, moodle/course:changeidnumber, moodle/course:changesummary, moodle/course:visibility',NULL),(67,'core_course_view_course','core_course_external','view_course','course/externallib.php','moodle','','moodle_mobile_app'),(68,'core_course_get_user_navigation_options','core_course_external','get_user_navigation_options','course/externallib.php','moodle','','moodle_mobile_app'),(69,'core_course_get_user_administration_options','core_course_external','get_user_administration_options','course/externallib.php','moodle','','moodle_mobile_app'),(70,'core_course_get_courses_by_field','core_course_external','get_courses_by_field','course/externallib.php','moodle','','moodle_mobile_app'),(71,'core_course_check_updates','core_course_external','check_updates','course/externallib.php','moodle','','moodle_mobile_app'),(72,'core_course_get_updates_since','core_course_external','get_updates_since','course/externallib.php','moodle','','moodle_mobile_app'),(73,'core_course_get_enrolled_courses_by_timeline_classification','core_course_external','get_enrolled_courses_by_timeline_classification','course/externallib.php','moodle','','moodle_mobile_app'),(74,'core_course_get_enrolled_courses_with_action_events_by_timeline_classification','\\core_course\\external\\get_enrolled_courses_with_action_events_by_timeline_classification','execute',NULL,'moodle','','moodle_mobile_app'),(75,'core_course_get_recent_courses','core_course_external','get_recent_courses','course/externallib.php','moodle','','moodle_mobile_app'),(76,'core_course_set_favourite_courses','core_course_external','set_favourite_courses','course/externallib.php','moodle','','moodle_mobile_app'),(77,'core_course_get_enrolled_users_by_cmid','core_course_external','get_enrolled_users_by_cmid','course/externallib.php','moodle','',NULL),(78,'core_course_add_content_item_to_user_favourites','core_course_external','add_content_item_to_user_favourites','course/externallib.php','moodle','',NULL),(79,'core_course_remove_content_item_from_user_favourites','core_course_external','remove_content_item_from_user_favourites','course/externallib.php','moodle','',NULL),(80,'core_course_get_course_content_items','core_course_external','get_course_content_items','course/externallib.php','moodle','',NULL),(81,'core_course_get_activity_chooser_footer','core_course_external','get_activity_chooser_footer','course/externallib.php','moodle','',NULL),(82,'core_course_toggle_activity_recommendation','core_course_external','toggle_activity_recommendation','course/externallib.php','moodle','',NULL),(83,'core_enrol_get_course_enrolment_methods','core_enrol_external','get_course_enrolment_methods','enrol/externallib.php','moodle','','moodle_mobile_app'),(84,'core_enrol_get_enrolled_users','core_enrol_external','get_enrolled_users','enrol/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups','moodle_mobile_app'),(85,'core_enrol_get_enrolled_users_with_capability','core_enrol_external','get_enrolled_users_with_capability','enrol/externallib.php','moodle','',NULL),(86,'core_enrol_get_potential_users','core_enrol_external','get_potential_users','enrol/externallib.php','moodle','moodle/course:enrolreview',NULL),(87,'core_enrol_search_users','core_enrol_external','search_users','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(88,'core_enrol_get_users_courses','core_enrol_external','get_users_courses','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(89,'core_enrol_submit_user_enrolment_form','core_enrol_external','submit_user_enrolment_form','enrol/externallib.php','moodle','',NULL),(90,'core_enrol_unenrol_user_enrolment','core_enrol_external','unenrol_user_enrolment','enrol/externallib.php','moodle','',NULL),(91,'core_fetch_notifications','core_external','fetch_notifications','lib/external/externallib.php','moodle','',NULL),(92,'core_session_touch','core\\session\\external','touch_session',NULL,'moodle','',NULL),(93,'core_session_time_remaining','core\\session\\external','time_remaining',NULL,'moodle','',NULL),(94,'core_files_get_files','core_files_external','get_files','files/externallib.php','moodle','','moodle_mobile_app'),(95,'core_files_upload','core_files_external','upload','files/externallib.php','moodle','',NULL),(96,'core_files_delete_draft_files','core_files\\external\\delete\\draft','execute',NULL,'moodle','','moodle_mobile_app'),(97,'core_files_get_unused_draft_itemid','core_files\\external\\get\\unused_draft','execute',NULL,'moodle','','moodle_mobile_app'),(98,'core_form_get_filetypes_browser_data','core_form\\external','get_filetypes_browser_data',NULL,'moodle','',NULL),(99,'core_form_dynamic_form','core_form\\external\\dynamic_form','execute',NULL,'moodle','',NULL),(100,'core_get_component_strings','core_external','get_component_strings','lib/external/externallib.php','moodle','','moodle_mobile_app'),(101,'core_get_fragment','core_external','get_fragment','lib/external/externallib.php','moodle','',NULL),(102,'core_get_string','core_external','get_string','lib/external/externallib.php','moodle','',NULL),(103,'core_get_strings','core_external','get_strings','lib/external/externallib.php','moodle','',NULL),(104,'core_get_user_dates','core_external','get_user_dates','lib/external/externallib.php','moodle','',NULL),(105,'core_grades_update_grades','core_grades_external','update_grades',NULL,'moodle','',NULL),(106,'core_grades_grader_gradingpanel_point_fetch','core_grades\\grades\\grader\\gradingpanel\\point\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(107,'core_grades_grader_gradingpanel_point_store','core_grades\\grades\\grader\\gradingpanel\\point\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(108,'core_grades_grader_gradingpanel_scale_fetch','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(109,'core_grades_grader_gradingpanel_scale_store','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(110,'core_grades_create_gradecategory','core_grades_external','create_gradecategory',NULL,'moodle','moodle/grade:manage',NULL),(111,'core_grades_create_gradecategories','core_grades\\external\\create_gradecategories','execute',NULL,'moodle','moodle/grade:manage',NULL),(112,'core_grades_get_enrolled_users_for_search_widget','core_grades\\external\\get_enrolled_users_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(113,'core_grades_get_groups_for_search_widget','core_grades\\external\\get_groups_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(114,'core_grading_get_definitions','core_grading_external','get_definitions',NULL,'moodle','',NULL),(115,'core_grading_get_gradingform_instances','core_grading_external','get_gradingform_instances',NULL,'moodle','',NULL),(116,'core_grading_save_definitions','core_grading_external','save_definitions',NULL,'moodle','',NULL),(117,'core_group_add_group_members','core_group_external','add_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(118,'core_group_assign_grouping','core_group_external','assign_grouping','group/externallib.php','moodle','',NULL),(119,'core_group_create_groupings','core_group_external','create_groupings','group/externallib.php','moodle','',NULL),(120,'core_group_create_groups','core_group_external','create_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(121,'core_group_delete_group_members','core_group_external','delete_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(122,'core_group_delete_groupings','core_group_external','delete_groupings','group/externallib.php','moodle','',NULL),(123,'core_group_delete_groups','core_group_external','delete_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(124,'core_group_get_activity_allowed_groups','core_group_external','get_activity_allowed_groups','group/externallib.php','moodle','','moodle_mobile_app'),(125,'core_group_get_activity_groupmode','core_group_external','get_activity_groupmode','group/externallib.php','moodle','','moodle_mobile_app'),(126,'core_group_get_course_groupings','core_group_external','get_course_groupings','group/externallib.php','moodle','','moodle_mobile_app'),(127,'core_group_get_course_groups','core_group_external','get_course_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(128,'core_group_get_course_user_groups','core_group_external','get_course_user_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(129,'core_group_get_group_members','core_group_external','get_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(130,'core_group_get_groupings','core_group_external','get_groupings','group/externallib.php','moodle','',NULL),(131,'core_group_get_groups','core_group_external','get_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(132,'core_group_unassign_grouping','core_group_external','unassign_grouping','group/externallib.php','moodle','',NULL),(133,'core_group_update_groupings','core_group_external','update_groupings','group/externallib.php','moodle','',NULL),(134,'core_group_update_groups','core_group_external','update_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(135,'core_message_mute_conversations','core_message_external','mute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(136,'core_message_unmute_conversations','core_message_external','unmute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(137,'core_message_block_user','core_message_external','block_user','message/externallib.php','moodle','','moodle_mobile_app'),(138,'core_message_get_contact_requests','core_message_external','get_contact_requests','message/externallib.php','moodle','','moodle_mobile_app'),(139,'core_message_create_contact_request','core_message_external','create_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(140,'core_message_confirm_contact_request','core_message_external','confirm_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(141,'core_message_decline_contact_request','core_message_external','decline_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(142,'core_message_get_received_contact_requests_count','core_message_external','get_received_contact_requests_count','message/externallib.php','moodle','','moodle_mobile_app'),(143,'core_message_delete_contacts','core_message_external','delete_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(144,'core_message_delete_conversations_by_id','core_message_external','delete_conversations_by_id','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(145,'core_message_delete_message','core_message_external','delete_message','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(146,'core_message_get_blocked_users','core_message_external','get_blocked_users','message/externallib.php','moodle','','moodle_mobile_app'),(147,'core_message_data_for_messagearea_search_messages','core_message_external','data_for_messagearea_search_messages','message/externallib.php','moodle','','moodle_mobile_app'),(148,'core_message_message_search_users','core_message_external','message_search_users','message/externallib.php','moodle','','moodle_mobile_app'),(149,'core_message_get_user_contacts','core_message_external','get_user_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(150,'core_message_get_conversations','core_message_external','get_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(151,'core_message_get_conversation','core_message_external','get_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(152,'core_message_get_conversation_between_users','core_message_external','get_conversation_between_users','message/externallib.php','moodle','','moodle_mobile_app'),(153,'core_message_get_self_conversation','core_message_external','get_self_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(154,'core_message_get_messages','core_message_external','get_messages','message/externallib.php','moodle','','moodle_mobile_app'),(155,'core_message_get_conversation_counts','core_message_external','get_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(156,'core_message_get_unread_conversation_counts','core_message_external','get_unread_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(157,'core_message_get_conversation_members','core_message_external','get_conversation_members','message/externallib.php','moodle','','moodle_mobile_app'),(158,'core_message_get_member_info','core_message_external','get_member_info','message/externallib.php','moodle','','moodle_mobile_app'),(159,'core_message_get_unread_conversations_count','core_message_external','get_unread_conversations_count','message/externallib.php','moodle','','moodle_mobile_app'),(160,'core_message_mark_all_notifications_as_read','core_message_external','mark_all_notifications_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(161,'core_message_mark_all_conversation_messages_as_read','core_message_external','mark_all_conversation_messages_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(162,'core_message_mark_message_read','core_message_external','mark_message_read','message/externallib.php','moodle','','moodle_mobile_app'),(163,'core_message_mark_notification_read','core_message_external','mark_notification_read','message/externallib.php','moodle','','moodle_mobile_app'),(164,'core_message_message_processor_config_form','core_message_external','message_processor_config_form','message/externallib.php','moodle','','moodle_mobile_app'),(165,'core_message_get_message_processor','core_message_external','get_message_processor','message/externallib.php','moodle','',NULL),(166,'core_message_search_contacts','core_message_external','search_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(167,'core_message_send_instant_messages','core_message_external','send_instant_messages','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(168,'core_message_send_messages_to_conversation','core_message_external','send_messages_to_conversation','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(169,'core_message_get_conversation_messages','core_message_external','get_conversation_messages','message/externallib.php','moodle','','moodle_mobile_app'),(170,'core_message_unblock_user','core_message_external','unblock_user','message/externallib.php','moodle','','moodle_mobile_app'),(171,'core_message_get_user_notification_preferences','core_message_external','get_user_notification_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(172,'core_message_get_user_message_preferences','core_message_external','get_user_message_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(173,'core_message_set_favourite_conversations','core_message_external','set_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(174,'core_message_unset_favourite_conversations','core_message_external','unset_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(175,'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'),(176,'core_message_get_unread_notification_count','\\core_message\\external\\get_unread_notification_count','execute',NULL,'moodle','','moodle_mobile_app'),(177,'core_notes_create_notes','core_notes_external','create_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(178,'core_notes_delete_notes','core_notes_external','delete_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(179,'core_notes_get_course_notes','core_notes_external','get_course_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(180,'core_notes_get_notes','core_notes_external','get_notes','notes/externallib.php','moodle','moodle/notes:view',NULL),(181,'core_notes_update_notes','core_notes_external','update_notes','notes/externallib.php','moodle','moodle/notes:manage',NULL),(182,'core_notes_view_notes','core_notes_external','view_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(183,'core_output_load_template','core\\output\\external','load_template',NULL,'moodle','',NULL),(184,'core_output_load_template_with_dependencies','core\\output\\external','load_template_with_dependencies',NULL,'moodle','',NULL),(185,'core_output_load_fontawesome_icon_map','core\\output\\external','load_fontawesome_icon_map',NULL,'moodle','',NULL),(186,'core_output_load_fontawesome_icon_system_map','core\\external\\output\\icon_system\\load_fontawesome_map','execute',NULL,'moodle','',NULL),(187,'core_question_update_flag','core_question_external','update_flag',NULL,'moodle','moodle/question:flag','moodle_mobile_app'),(188,'core_question_submit_tags_form','core_question_external','submit_tags_form',NULL,'moodle','',NULL),(189,'core_question_get_random_question_summaries','core_question_external','get_random_question_summaries',NULL,'moodle','',NULL),(190,'core_rating_get_item_ratings','core_rating_external','get_item_ratings',NULL,'moodle','moodle/rating:view','moodle_mobile_app'),(191,'core_rating_add_rating','core_rating_external','add_rating',NULL,'moodle','moodle/rating:rate','moodle_mobile_app'),(192,'core_role_assign_roles','core_role_external','assign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(193,'core_role_unassign_roles','core_role_external','unassign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(194,'core_search_get_relevant_users','\\core_search\\external','get_relevant_users',NULL,'moodle','',NULL),(195,'core_tag_get_tagindex','core_tag_external','get_tagindex',NULL,'moodle','','moodle_mobile_app'),(196,'core_tag_get_tags','core_tag_external','get_tags',NULL,'moodle','',NULL),(197,'core_tag_update_tags','core_tag_external','update_tags',NULL,'moodle','',NULL),(198,'core_tag_get_tagindex_per_area','core_tag_external','get_tagindex_per_area',NULL,'moodle','','moodle_mobile_app'),(199,'core_tag_get_tag_areas','core_tag_external','get_tag_areas',NULL,'moodle','','moodle_mobile_app'),(200,'core_tag_get_tag_collections','core_tag_external','get_tag_collections',NULL,'moodle','','moodle_mobile_app'),(201,'core_tag_get_tag_cloud','core_tag_external','get_tag_cloud',NULL,'moodle','','moodle_mobile_app'),(202,'core_update_inplace_editable','core_external','update_inplace_editable','lib/external/externallib.php','moodle','',NULL),(203,'core_user_add_user_device','core_user_external','add_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(204,'core_user_update_user_device_public_key','\\core_user\\external\\update_user_device_public_key','execute',NULL,'moodle','','moodle_mobile_app'),(205,'core_user_add_user_private_files','core_user_external','add_user_private_files','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(206,'core_user_create_users','core_user_external','create_users','user/externallib.php','moodle','moodle/user:create',NULL),(207,'core_user_delete_users','core_user_external','delete_users','user/externallib.php','moodle','moodle/user:delete',NULL),(208,'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'),(209,'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),(210,'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'),(211,'core_user_search_identity','\\core_user\\external\\search_identity','execute',NULL,'moodle','moodle/user:viewalldetails',NULL),(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_block_fetch_addable_blocks','core_block\\external\\fetch_addable_blocks','execute',NULL,'moodle','moodle/site:manageblocks','moodle_mobile_app'),(309,'core_filters_get_available_in_context','core_filters\\external','get_available_in_context',NULL,'moodle','','moodle_mobile_app'),(310,'core_customfield_delete_field','core_customfield_external','delete_field','customfield/externallib.php','moodle','',NULL),(311,'core_customfield_reload_template','core_customfield_external','reload_template','customfield/externallib.php','moodle','',NULL),(312,'core_customfield_create_category','core_customfield_external','create_category','customfield/externallib.php','moodle','',NULL),(313,'core_customfield_delete_category','core_customfield_external','delete_category','customfield/externallib.php','moodle','',NULL),(314,'core_customfield_move_field','core_customfield_external','move_field','customfield/externallib.php','moodle','',NULL),(315,'core_customfield_move_category','core_customfield_external','move_category','customfield/externallib.php','moodle','',NULL),(316,'core_h5p_get_trusted_h5p_file','core_h5p\\external','get_trusted_h5p_file',NULL,'moodle','','moodle_mobile_app'),(317,'core_table_get_dynamic_table_content','core_table\\external\\dynamic\\get','execute',NULL,'moodle','','moodle_mobile_app'),(318,'core_xapi_statement_post','core_xapi\\external\\post_statement','execute',NULL,'moodle','','moodle_mobile_app'),(319,'core_contentbank_delete_content','core_contentbank\\external\\delete_content','execute',NULL,'moodle','moodle/contentbank:deleteanycontent',NULL),(320,'core_contentbank_rename_content','core_contentbank\\external\\rename_content','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(321,'core_contentbank_set_content_visibility','core_contentbank\\external\\set_content_visibility','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(322,'core_create_userfeedback_action_record','core\\external\\record_userfeedback_action','execute',NULL,'moodle','',NULL),(323,'core_payment_get_available_gateways','core_payment\\external\\get_available_gateways','execute',NULL,'moodle','',NULL),(324,'core_reportbuilder_filters_reset','core_reportbuilder\\external\\filters\\reset','execute',NULL,'moodle','',NULL),(325,'core_reportbuilder_set_filters','core_reportbuilder\\external\\filters\\set','execute',NULL,'moodle','',NULL),(326,'core_dynamic_tabs_get_content','core\\external\\dynamic_tabs_get_content','execute',NULL,'moodle','',NULL),(327,'core_change_editmode','core\\external\\editmode','change_editmode',NULL,'moodle','',NULL),(328,'core_reportbuilder_reports_delete','core_reportbuilder\\external\\reports\\delete','execute',NULL,'moodle','',NULL),(329,'core_reportbuilder_reports_get','core_reportbuilder\\external\\reports\\get','execute',NULL,'moodle','',NULL),(330,'core_reportbuilder_list_reports','core_reportbuilder\\external\\reports\\listing','execute',NULL,'moodle','','moodle_mobile_app'),(331,'core_reportbuilder_retrieve_report','core_reportbuilder\\external\\reports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(332,'core_reportbuilder_view_report','core_reportbuilder\\external\\reports\\view','execute',NULL,'moodle','','moodle_mobile_app'),(333,'core_reportbuilder_columns_add','core_reportbuilder\\external\\columns\\add','execute',NULL,'moodle','',NULL),(334,'core_reportbuilder_columns_delete','core_reportbuilder\\external\\columns\\delete','execute',NULL,'moodle','',NULL),(335,'core_reportbuilder_columns_reorder','core_reportbuilder\\external\\columns\\reorder','execute',NULL,'moodle','',NULL),(336,'core_reportbuilder_columns_sort_get','core_reportbuilder\\external\\columns\\sort\\get','execute',NULL,'moodle','',NULL),(337,'core_reportbuilder_columns_sort_reorder','core_reportbuilder\\external\\columns\\sort\\reorder','execute',NULL,'moodle','',NULL),(338,'core_reportbuilder_columns_sort_toggle','core_reportbuilder\\external\\columns\\sort\\toggle','execute',NULL,'moodle','',NULL),(339,'core_reportbuilder_conditions_add','core_reportbuilder\\external\\conditions\\add','execute',NULL,'moodle','',NULL),(340,'core_reportbuilder_conditions_delete','core_reportbuilder\\external\\conditions\\delete','execute',NULL,'moodle','',NULL),(341,'core_reportbuilder_conditions_reorder','core_reportbuilder\\external\\conditions\\reorder','execute',NULL,'moodle','',NULL),(342,'core_reportbuilder_conditions_reset','core_reportbuilder\\external\\conditions\\reset','execute',NULL,'moodle','',NULL),(343,'core_reportbuilder_filters_add','core_reportbuilder\\external\\filters\\add','execute',NULL,'moodle','',NULL),(344,'core_reportbuilder_filters_delete','core_reportbuilder\\external\\filters\\delete','execute',NULL,'moodle','',NULL),(345,'core_reportbuilder_filters_reorder','core_reportbuilder\\external\\filters\\reorder','execute',NULL,'moodle','',NULL),(346,'core_reportbuilder_audiences_delete','core_reportbuilder\\external\\audiences\\delete','execute',NULL,'moodle','',NULL),(347,'core_reportbuilder_schedules_delete','core_reportbuilder\\external\\schedules\\delete','execute',NULL,'moodle','',NULL),(348,'core_reportbuilder_schedules_send','core_reportbuilder\\external\\schedules\\send','execute',NULL,'moodle','',NULL),(349,'core_reportbuilder_schedules_toggle','core_reportbuilder\\external\\schedules\\toggle','execute',NULL,'moodle','',NULL),(350,'mod_assign_copy_previous_attempt','mod_assign_external','copy_previous_attempt','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:submit',NULL),(351,'mod_assign_get_grades','mod_assign_external','get_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(352,'mod_assign_get_assignments','mod_assign_external','get_assignments','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(353,'mod_assign_get_submissions','mod_assign_external','get_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(354,'mod_assign_get_user_flags','mod_assign_external','get_user_flags','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(355,'mod_assign_set_user_flags','mod_assign_external','set_user_flags','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(356,'mod_assign_get_user_mappings','mod_assign_external','get_user_mappings','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(357,'mod_assign_revert_submissions_to_draft','mod_assign_external','revert_submissions_to_draft','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(358,'mod_assign_lock_submissions','mod_assign_external','lock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(359,'mod_assign_unlock_submissions','mod_assign_external','unlock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(360,'mod_assign_save_submission','mod_assign_external','save_submission','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(361,'mod_assign_submit_for_grading','mod_assign_external','submit_for_grading','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(362,'mod_assign_save_grade','mod_assign_external','save_grade','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(363,'mod_assign_save_grades','mod_assign_external','save_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(364,'mod_assign_save_user_extensions','mod_assign_external','save_user_extensions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(365,'mod_assign_reveal_identities','mod_assign_external','reveal_identities','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(366,'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'),(367,'mod_assign_view_submission_status','mod_assign_external','view_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(368,'mod_assign_get_submission_status','mod_assign_external','get_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(369,'mod_assign_list_participants','mod_assign_external','list_participants','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(370,'mod_assign_submit_grading_form','mod_assign_external','submit_grading_form','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(371,'mod_assign_get_participant','mod_assign_external','get_participant','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(372,'mod_assign_view_assign','mod_assign_external','view_assign','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(373,'mod_assign_start_submission','mod_assign\\external\\start_submission','execute',NULL,'mod_assign','mod/assign:view','moodle_mobile_app'),(374,'mod_bigbluebuttonbn_can_join','mod_bigbluebuttonbn\\external\\can_join','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(375,'mod_bigbluebuttonbn_get_recordings','mod_bigbluebuttonbn\\external\\get_recordings','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(376,'mod_bigbluebuttonbn_get_recordings_to_import','mod_bigbluebuttonbn\\external\\get_recordings_to_import','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:importrecordings','moodle_mobile_app'),(377,'mod_bigbluebuttonbn_update_recording','mod_bigbluebuttonbn\\external\\update_recording','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:managerecordings','moodle_mobile_app'),(378,'mod_bigbluebuttonbn_end_meeting','mod_bigbluebuttonbn\\external\\end_meeting','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(379,'mod_bigbluebuttonbn_completion_validate','mod_bigbluebuttonbn\\external\\completion_validate','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(380,'mod_bigbluebuttonbn_meeting_info','mod_bigbluebuttonbn\\external\\meeting_info','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(381,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses','mod_bigbluebuttonbn\\external\\get_bigbluebuttonbns_by_courses','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(382,'mod_bigbluebuttonbn_view_bigbluebuttonbn','mod_bigbluebuttonbn\\external\\view_bigbluebuttonbn','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(383,'mod_bigbluebuttonbn_get_join_url','mod_bigbluebuttonbn\\external\\get_join_url','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(384,'mod_book_view_book','mod_book_external','view_book',NULL,'mod_book','mod/book:read','moodle_mobile_app'),(385,'mod_book_get_books_by_courses','mod_book_external','get_books_by_courses',NULL,'mod_book','','moodle_mobile_app'),(386,'mod_chat_login_user','mod_chat_external','login_user',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(387,'mod_chat_get_chat_users','mod_chat_external','get_chat_users',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(388,'mod_chat_send_chat_message','mod_chat_external','send_chat_message',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(389,'mod_chat_get_chat_latest_messages','mod_chat_external','get_chat_latest_messages',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(390,'mod_chat_view_chat','mod_chat_external','view_chat',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(391,'mod_chat_get_chats_by_courses','mod_chat_external','get_chats_by_courses',NULL,'mod_chat','','moodle_mobile_app'),(392,'mod_chat_get_sessions','mod_chat_external','get_sessions',NULL,'mod_chat','','moodle_mobile_app'),(393,'mod_chat_get_session_messages','mod_chat_external','get_session_messages',NULL,'mod_chat','','moodle_mobile_app'),(394,'mod_choice_get_choice_results','mod_choice_external','get_choice_results',NULL,'mod_choice','','moodle_mobile_app'),(395,'mod_choice_get_choice_options','mod_choice_external','get_choice_options',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(396,'mod_choice_submit_choice_response','mod_choice_external','submit_choice_response',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(397,'mod_choice_view_choice','mod_choice_external','view_choice',NULL,'mod_choice','','moodle_mobile_app'),(398,'mod_choice_get_choices_by_courses','mod_choice_external','get_choices_by_courses',NULL,'mod_choice','','moodle_mobile_app'),(399,'mod_choice_delete_choice_responses','mod_choice_external','delete_choice_responses',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(400,'mod_data_get_databases_by_courses','mod_data_external','get_databases_by_courses',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(401,'mod_data_view_database','mod_data_external','view_database',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(402,'mod_data_get_data_access_information','mod_data_external','get_data_access_information',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(403,'mod_data_get_entries','mod_data_external','get_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(404,'mod_data_get_entry','mod_data_external','get_entry',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(405,'mod_data_get_fields','mod_data_external','get_fields',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(406,'mod_data_search_entries','mod_data_external','search_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(407,'mod_data_approve_entry','mod_data_external','approve_entry',NULL,'mod_data','mod/data:approve','moodle_mobile_app'),(408,'mod_data_delete_entry','mod_data_external','delete_entry',NULL,'mod_data','mod/data:manageentries','moodle_mobile_app'),(409,'mod_data_add_entry','mod_data_external','add_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(410,'mod_data_update_entry','mod_data_external','update_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(411,'mod_data_delete_saved_preset','mod_data\\external\\delete_saved_preset','execute',NULL,'mod_data','mod/data:manageuserpresets',NULL),(412,'mod_data_get_mapping_information','mod_data\\external\\get_mapping_information','execute',NULL,'mod_data','mod/data:managetemplates',NULL),(413,'mod_feedback_get_feedbacks_by_courses','mod_feedback_external','get_feedbacks_by_courses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(414,'mod_feedback_get_feedback_access_information','mod_feedback_external','get_feedback_access_information',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(415,'mod_feedback_view_feedback','mod_feedback_external','view_feedback',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(416,'mod_feedback_get_current_completed_tmp','mod_feedback_external','get_current_completed_tmp',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(417,'mod_feedback_get_items','mod_feedback_external','get_items',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(418,'mod_feedback_launch_feedback','mod_feedback_external','launch_feedback',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(419,'mod_feedback_get_page_items','mod_feedback_external','get_page_items',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(420,'mod_feedback_process_page','mod_feedback_external','process_page',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(421,'mod_feedback_get_analysis','mod_feedback_external','get_analysis',NULL,'mod_feedback','mod/feedback:viewanalysepage','moodle_mobile_app'),(422,'mod_feedback_get_unfinished_responses','mod_feedback_external','get_unfinished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(423,'mod_feedback_get_finished_responses','mod_feedback_external','get_finished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(424,'mod_feedback_get_non_respondents','mod_feedback_external','get_non_respondents',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(425,'mod_feedback_get_responses_analysis','mod_feedback_external','get_responses_analysis',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(426,'mod_feedback_get_last_completed','mod_feedback_external','get_last_completed',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(427,'mod_folder_view_folder','mod_folder_external','view_folder',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(428,'mod_folder_get_folders_by_courses','mod_folder_external','get_folders_by_courses',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(429,'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'),(430,'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'),(431,'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'),(432,'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'),(433,'mod_forum_view_forum','mod_forum_external','view_forum','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(434,'mod_forum_view_forum_discussion','mod_forum_external','view_forum_discussion','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(435,'mod_forum_add_discussion_post','mod_forum_external','add_discussion_post','mod/forum/externallib.php','mod_forum','mod/forum:replypost','moodle_mobile_app'),(436,'mod_forum_add_discussion','mod_forum_external','add_discussion','mod/forum/externallib.php','mod_forum','mod/forum:startdiscussion','moodle_mobile_app'),(437,'mod_forum_can_add_discussion','mod_forum_external','can_add_discussion','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(438,'mod_forum_get_forum_access_information','mod_forum_external','get_forum_access_information',NULL,'mod_forum','','moodle_mobile_app'),(439,'mod_forum_set_subscription_state','mod_forum_external','set_subscription_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(440,'mod_forum_set_lock_state','mod_forum_external','set_lock_state','mod/forum/externallib.php','mod_forum','moodle/course:manageactivities','moodle_mobile_app'),(441,'mod_forum_toggle_favourite_state','mod_forum_external','toggle_favourite_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(442,'mod_forum_set_pin_state','mod_forum_external','set_pin_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(443,'mod_forum_delete_post','mod_forum_external','delete_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(444,'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),(445,'mod_forum_get_discussion_post','mod_forum_external','get_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(446,'mod_forum_prepare_draft_area_for_post','mod_forum_external','prepare_draft_area_for_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(447,'mod_forum_update_discussion_post','mod_forum_external','update_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(448,'mod_glossary_get_glossaries_by_courses','mod_glossary_external','get_glossaries_by_courses',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(449,'mod_glossary_view_glossary','mod_glossary_external','view_glossary',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(450,'mod_glossary_view_entry','mod_glossary_external','view_entry',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(451,'mod_glossary_get_entries_by_letter','mod_glossary_external','get_entries_by_letter',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(452,'mod_glossary_get_entries_by_date','mod_glossary_external','get_entries_by_date',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(453,'mod_glossary_get_categories','mod_glossary_external','get_categories',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(454,'mod_glossary_get_entries_by_category','mod_glossary_external','get_entries_by_category',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(455,'mod_glossary_get_authors','mod_glossary_external','get_authors',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(456,'mod_glossary_get_entries_by_author','mod_glossary_external','get_entries_by_author',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(457,'mod_glossary_get_entries_by_author_id','mod_glossary_external','get_entries_by_author_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(458,'mod_glossary_get_entries_by_search','mod_glossary_external','get_entries_by_search',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(459,'mod_glossary_get_entries_by_term','mod_glossary_external','get_entries_by_term',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(460,'mod_glossary_get_entries_to_approve','mod_glossary_external','get_entries_to_approve',NULL,'mod_glossary','mod/glossary:approve','moodle_mobile_app'),(461,'mod_glossary_get_entry_by_id','mod_glossary_external','get_entry_by_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(462,'mod_glossary_add_entry','mod_glossary_external','add_entry',NULL,'mod_glossary','mod/glossary:write','moodle_mobile_app'),(463,'mod_glossary_delete_entry','mod_glossary\\external\\delete_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(464,'mod_glossary_update_entry','mod_glossary\\external\\update_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(465,'mod_glossary_prepare_entry_for_edition','mod_glossary\\external\\prepare_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(466,'mod_h5pactivity_get_h5pactivity_access_information','mod_h5pactivity\\external\\get_h5pactivity_access_information','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(467,'mod_h5pactivity_view_h5pactivity','mod_h5pactivity\\external\\view_h5pactivity','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(468,'mod_h5pactivity_get_attempts','mod_h5pactivity\\external\\get_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(469,'mod_h5pactivity_get_results','mod_h5pactivity\\external\\get_results','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(470,'mod_h5pactivity_get_h5pactivities_by_courses','mod_h5pactivity\\external\\get_h5pactivities_by_courses','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(471,'mod_h5pactivity_log_report_viewed','mod_h5pactivity\\external\\log_report_viewed','execute',NULL,'mod_h5pactivity','','moodle_mobile_app'),(472,'mod_h5pactivity_get_user_attempts','mod_h5pactivity\\external\\get_user_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:reviewattempts','moodle_mobile_app'),(473,'mod_imscp_view_imscp','mod_imscp_external','view_imscp',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(474,'mod_imscp_get_imscps_by_courses','mod_imscp_external','get_imscps_by_courses',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(475,'mod_label_get_labels_by_courses','mod_label_external','get_labels_by_courses',NULL,'mod_label','mod/label:view','moodle_mobile_app'),(476,'mod_lesson_get_lessons_by_courses','mod_lesson_external','get_lessons_by_courses',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(477,'mod_lesson_get_lesson_access_information','mod_lesson_external','get_lesson_access_information',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(478,'mod_lesson_view_lesson','mod_lesson_external','view_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(479,'mod_lesson_get_questions_attempts','mod_lesson_external','get_questions_attempts',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(480,'mod_lesson_get_user_grade','mod_lesson_external','get_user_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(481,'mod_lesson_get_user_attempt_grade','mod_lesson_external','get_user_attempt_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(482,'mod_lesson_get_content_pages_viewed','mod_lesson_external','get_content_pages_viewed',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(483,'mod_lesson_get_user_timers','mod_lesson_external','get_user_timers',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(484,'mod_lesson_get_pages','mod_lesson_external','get_pages',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(485,'mod_lesson_launch_attempt','mod_lesson_external','launch_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(486,'mod_lesson_get_page_data','mod_lesson_external','get_page_data',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(487,'mod_lesson_process_page','mod_lesson_external','process_page',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(488,'mod_lesson_finish_attempt','mod_lesson_external','finish_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(489,'mod_lesson_get_attempts_overview','mod_lesson_external','get_attempts_overview',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(490,'mod_lesson_get_user_attempt','mod_lesson_external','get_user_attempt',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(491,'mod_lesson_get_pages_possible_jumps','mod_lesson_external','get_pages_possible_jumps',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(492,'mod_lesson_get_lesson','mod_lesson_external','get_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(493,'mod_lti_get_tool_launch_data','mod_lti_external','get_tool_launch_data',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(494,'mod_lti_get_ltis_by_courses','mod_lti_external','get_ltis_by_courses',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(495,'mod_lti_view_lti','mod_lti_external','view_lti',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(496,'mod_lti_get_tool_proxies','mod_lti_external','get_tool_proxies',NULL,'mod_lti','moodle/site:config',NULL),(497,'mod_lti_create_tool_proxy','mod_lti_external','create_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(498,'mod_lti_delete_tool_proxy','mod_lti_external','delete_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(499,'mod_lti_get_tool_proxy_registration_request','mod_lti_external','get_tool_proxy_registration_request',NULL,'mod_lti','moodle/site:config',NULL),(500,'mod_lti_get_tool_types','mod_lti_external','get_tool_types',NULL,'mod_lti','moodle/site:config',NULL),(501,'mod_lti_get_tool_types_and_proxies','mod_lti\\external\\get_tool_types_and_proxies','execute',NULL,'mod_lti','moodle/site:config',NULL),(502,'mod_lti_get_tool_types_and_proxies_count','mod_lti\\external\\get_tool_types_and_proxies_count','execute',NULL,'mod_lti','moodle/site:config',NULL),(503,'mod_lti_create_tool_type','mod_lti_external','create_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(504,'mod_lti_update_tool_type','mod_lti_external','update_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(505,'mod_lti_delete_tool_type','mod_lti_external','delete_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(506,'mod_lti_is_cartridge','mod_lti_external','is_cartridge',NULL,'mod_lti','moodle/site:config',NULL),(507,'mod_page_view_page','mod_page_external','view_page',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(508,'mod_page_get_pages_by_courses','mod_page_external','get_pages_by_courses',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(509,'mod_quiz_get_quizzes_by_courses','mod_quiz_external','get_quizzes_by_courses',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(510,'mod_quiz_view_quiz','mod_quiz_external','view_quiz',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(511,'mod_quiz_get_user_attempts','mod_quiz_external','get_user_attempts',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(512,'mod_quiz_get_user_best_grade','mod_quiz_external','get_user_best_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(513,'mod_quiz_get_combined_review_options','mod_quiz_external','get_combined_review_options',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(514,'mod_quiz_start_attempt','mod_quiz_external','start_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(515,'mod_quiz_get_attempt_data','mod_quiz_external','get_attempt_data',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(516,'mod_quiz_get_attempt_summary','mod_quiz_external','get_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(517,'mod_quiz_save_attempt','mod_quiz_external','save_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(518,'mod_quiz_process_attempt','mod_quiz_external','process_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(519,'mod_quiz_get_attempt_review','mod_quiz_external','get_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(520,'mod_quiz_view_attempt','mod_quiz_external','view_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(521,'mod_quiz_view_attempt_summary','mod_quiz_external','view_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(522,'mod_quiz_view_attempt_review','mod_quiz_external','view_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(523,'mod_quiz_get_quiz_feedback_for_grade','mod_quiz_external','get_quiz_feedback_for_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(524,'mod_quiz_get_quiz_access_information','mod_quiz_external','get_quiz_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(525,'mod_quiz_get_attempt_access_information','mod_quiz_external','get_attempt_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(526,'mod_quiz_get_quiz_required_qtypes','mod_quiz_external','get_quiz_required_qtypes',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(527,'mod_quiz_set_question_version','mod_quiz\\external\\submit_question_version','execute',NULL,'mod_quiz','mod/quiz:view',NULL),(528,'mod_resource_view_resource','mod_resource_external','view_resource',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(529,'mod_resource_get_resources_by_courses','mod_resource_external','get_resources_by_courses',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(530,'mod_scorm_view_scorm','mod_scorm_external','view_scorm',NULL,'mod_scorm','','moodle_mobile_app'),(531,'mod_scorm_get_scorm_attempt_count','mod_scorm_external','get_scorm_attempt_count',NULL,'mod_scorm','','moodle_mobile_app'),(532,'mod_scorm_get_scorm_scoes','mod_scorm_external','get_scorm_scoes',NULL,'mod_scorm','','moodle_mobile_app'),(533,'mod_scorm_get_scorm_user_data','mod_scorm_external','get_scorm_user_data',NULL,'mod_scorm','','moodle_mobile_app'),(534,'mod_scorm_insert_scorm_tracks','mod_scorm_external','insert_scorm_tracks',NULL,'mod_scorm','mod/scorm:savetrack','moodle_mobile_app'),(535,'mod_scorm_get_scorm_sco_tracks','mod_scorm_external','get_scorm_sco_tracks',NULL,'mod_scorm','','moodle_mobile_app'),(536,'mod_scorm_get_scorms_by_courses','mod_scorm_external','get_scorms_by_courses',NULL,'mod_scorm','','moodle_mobile_app'),(537,'mod_scorm_launch_sco','mod_scorm_external','launch_sco',NULL,'mod_scorm','','moodle_mobile_app'),(538,'mod_scorm_get_scorm_access_information','mod_scorm_external','get_scorm_access_information',NULL,'mod_scorm','','moodle_mobile_app'),(539,'mod_survey_get_surveys_by_courses','mod_survey_external','get_surveys_by_courses',NULL,'mod_survey','','moodle_mobile_app'),(540,'mod_survey_view_survey','mod_survey_external','view_survey',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(541,'mod_survey_get_questions','mod_survey_external','get_questions',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(542,'mod_survey_submit_answers','mod_survey_external','submit_answers',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(543,'mod_url_view_url','mod_url_external','view_url',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(544,'mod_url_get_urls_by_courses','mod_url_external','get_urls_by_courses',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(545,'mod_wiki_get_wikis_by_courses','mod_wiki_external','get_wikis_by_courses',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(546,'mod_wiki_view_wiki','mod_wiki_external','view_wiki',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(547,'mod_wiki_view_page','mod_wiki_external','view_page',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(548,'mod_wiki_get_subwikis','mod_wiki_external','get_subwikis',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(549,'mod_wiki_get_subwiki_pages','mod_wiki_external','get_subwiki_pages',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(550,'mod_wiki_get_subwiki_files','mod_wiki_external','get_subwiki_files',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(551,'mod_wiki_get_page_contents','mod_wiki_external','get_page_contents',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(552,'mod_wiki_get_page_for_editing','mod_wiki_external','get_page_for_editing',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(553,'mod_wiki_new_page','mod_wiki_external','new_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(554,'mod_wiki_edit_page','mod_wiki_external','edit_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(555,'mod_workshop_get_workshops_by_courses','mod_workshop_external','get_workshops_by_courses',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(556,'mod_workshop_get_workshop_access_information','mod_workshop_external','get_workshop_access_information',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(557,'mod_workshop_get_user_plan','mod_workshop_external','get_user_plan',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(558,'mod_workshop_view_workshop','mod_workshop_external','view_workshop',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(559,'mod_workshop_add_submission','mod_workshop_external','add_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(560,'mod_workshop_update_submission','mod_workshop_external','update_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(561,'mod_workshop_delete_submission','mod_workshop_external','delete_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(562,'mod_workshop_get_submissions','mod_workshop_external','get_submissions',NULL,'mod_workshop','','moodle_mobile_app'),(563,'mod_workshop_get_submission','mod_workshop_external','get_submission',NULL,'mod_workshop','','moodle_mobile_app'),(564,'mod_workshop_get_submission_assessments','mod_workshop_external','get_submission_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(565,'mod_workshop_get_assessment','mod_workshop_external','get_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(566,'mod_workshop_get_assessment_form_definition','mod_workshop_external','get_assessment_form_definition',NULL,'mod_workshop','','moodle_mobile_app'),(567,'mod_workshop_get_reviewer_assessments','mod_workshop_external','get_reviewer_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(568,'mod_workshop_update_assessment','mod_workshop_external','update_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(569,'mod_workshop_get_grades','mod_workshop_external','get_grades',NULL,'mod_workshop','','moodle_mobile_app'),(570,'mod_workshop_evaluate_assessment','mod_workshop_external','evaluate_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(571,'mod_workshop_get_grades_report','mod_workshop_external','get_grades_report',NULL,'mod_workshop','','moodle_mobile_app'),(572,'mod_workshop_view_submission','mod_workshop_external','view_submission',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(573,'mod_workshop_evaluate_submission','mod_workshop_external','evaluate_submission',NULL,'mod_workshop','','moodle_mobile_app'),(574,'auth_email_get_signup_settings','auth_email_external','get_signup_settings',NULL,'auth_email','',NULL),(575,'auth_email_signup_user','auth_email_external','signup_user',NULL,'auth_email','',NULL),(576,'enrol_guest_get_instance_info','enrol_guest_external','get_instance_info',NULL,'enrol_guest','','moodle_mobile_app'),(577,'enrol_manual_enrol_users','enrol_manual_external','enrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:enrol',NULL),(578,'enrol_manual_unenrol_users','enrol_manual_external','unenrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:unenrol',NULL),(579,'enrol_meta_add_instances','enrol_meta\\external\\add_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(580,'enrol_meta_delete_instances','enrol_meta\\external\\delete_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(581,'enrol_self_get_instance_info','enrol_self_external','get_instance_info','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(582,'enrol_self_enrol_user','enrol_self_external','enrol_user','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(583,'message_airnotifier_is_system_configured','message_airnotifier_external','is_system_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(584,'message_airnotifier_are_notification_preferences_configured','message_airnotifier_external','are_notification_preferences_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(585,'message_airnotifier_get_user_devices','message_airnotifier_external','get_user_devices','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(586,'message_airnotifier_enable_device','message_airnotifier_external','enable_device','message/output/airnotifier/externallib.php','message_airnotifier','message/airnotifier:managedevice','moodle_mobile_app'),(587,'message_popup_get_popup_notifications','message_popup_external','get_popup_notifications','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(588,'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'),(589,'block_accessreview_get_module_data','block_accessreview\\external\\get_module_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(590,'block_accessreview_get_section_data','block_accessreview\\external\\get_section_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(591,'block_recentlyaccesseditems_get_recent_items','block_recentlyaccesseditems\\external','get_recent_items',NULL,'block_recentlyaccesseditems','','moodle_mobile_app'),(592,'block_starredcourses_get_starred_courses','block_starredcourses_external','get_starred_courses','block/starredcourses/classes/external.php','block_starredcourses','','moodle_mobile_app'),(593,'media_videojs_get_language','media_videojs\\external\\get_language','execute',NULL,'media_videojs','',NULL),(594,'report_competency_data_for_report','report_competency\\external','data_for_report',NULL,'report_competency','moodle/competency:coursecompetencyview',NULL),(595,'report_insights_set_notuseful_prediction','report_insights\\external','set_notuseful_prediction',NULL,'report_insights','','moodle_mobile_app'),(596,'report_insights_set_fixed_prediction','report_insights\\external','set_fixed_prediction',NULL,'report_insights','','moodle_mobile_app'),(597,'report_insights_action_executed','report_insights\\external','action_executed',NULL,'report_insights','','moodle_mobile_app'),(598,'gradereport_overview_get_course_grades','gradereport_overview_external','get_course_grades',NULL,'gradereport_overview','','moodle_mobile_app'),(599,'gradereport_overview_view_grade_report','gradereport_overview_external','view_grade_report',NULL,'gradereport_overview','gradereport/overview:view','moodle_mobile_app'),(600,'gradereport_singleview_get_grade_items_for_search_widget','gradereport_singleview\\external\\singleview','get_grade_items_for_search_widget',NULL,'gradereport_singleview','gradereport/singleview:view','moodle_mobile_app'),(601,'gradereport_user_get_grades_table','gradereport_user\\external\\user','get_grades_table',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(602,'gradereport_user_view_grade_report','gradereport_user\\external\\user','view_grade_report',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(603,'gradereport_user_get_grade_items','gradereport_user\\external\\user','get_grade_items',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(604,'gradingform_guide_grader_gradingpanel_fetch','gradingform_guide\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_guide','',NULL),(605,'gradingform_guide_grader_gradingpanel_store','gradingform_guide\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_guide','',NULL),(606,'gradingform_rubric_grader_gradingpanel_fetch','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_rubric','',NULL),(607,'gradingform_rubric_grader_gradingpanel_store','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_rubric','',NULL),(608,'qbank_columnsortorder_set_columnbank_order','qbank_columnsortorder\\external\\set_columnbank_order','execute',NULL,'qbank_columnsortorder','',NULL),(609,'qbank_editquestion_set_status','qbank_editquestion\\external\\update_question_version_status','execute',NULL,'qbank_editquestion','',NULL),(610,'qbank_tagquestion_submit_tags_form','qbank_tagquestion\\external\\submit_tags','execute',NULL,'qbank_tagquestion','',NULL),(611,'tool_analytics_potential_contexts','tool_analytics\\external','potential_contexts',NULL,'tool_analytics','','moodle_mobile_app'),(612,'tool_behat_get_entity_generator','tool_behat\\external\\get_entity_generator','execute',NULL,'tool_behat','moodle/site:config',NULL),(613,'tool_dataprivacy_cancel_data_request','tool_dataprivacy\\external','cancel_data_request',NULL,'tool_dataprivacy','',NULL),(614,'tool_dataprivacy_contact_dpo','tool_dataprivacy\\external','contact_dpo',NULL,'tool_dataprivacy','',NULL),(615,'tool_dataprivacy_mark_complete','tool_dataprivacy\\external','mark_complete',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(616,'tool_dataprivacy_get_data_request','tool_dataprivacy\\external','get_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(617,'tool_dataprivacy_approve_data_request','tool_dataprivacy\\external','approve_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(618,'tool_dataprivacy_bulk_approve_data_requests','tool_dataprivacy\\external','bulk_approve_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(619,'tool_dataprivacy_deny_data_request','tool_dataprivacy\\external','deny_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(620,'tool_dataprivacy_bulk_deny_data_requests','tool_dataprivacy\\external','bulk_deny_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(621,'tool_dataprivacy_get_users','tool_dataprivacy\\external','get_users',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(622,'tool_dataprivacy_create_purpose_form','tool_dataprivacy\\external','create_purpose_form',NULL,'tool_dataprivacy','',NULL),(623,'tool_dataprivacy_create_category_form','tool_dataprivacy\\external','create_category_form',NULL,'tool_dataprivacy','',NULL),(624,'tool_dataprivacy_delete_purpose','tool_dataprivacy\\external','delete_purpose',NULL,'tool_dataprivacy','',NULL),(625,'tool_dataprivacy_delete_category','tool_dataprivacy\\external','delete_category',NULL,'tool_dataprivacy','',NULL),(626,'tool_dataprivacy_set_contextlevel_form','tool_dataprivacy\\external','set_contextlevel_form',NULL,'tool_dataprivacy','',NULL),(627,'tool_dataprivacy_set_context_form','tool_dataprivacy\\external','set_context_form',NULL,'tool_dataprivacy','',NULL),(628,'tool_dataprivacy_tree_extra_branches','tool_dataprivacy\\external','tree_extra_branches',NULL,'tool_dataprivacy','',NULL),(629,'tool_dataprivacy_confirm_contexts_for_deletion','tool_dataprivacy\\external','confirm_contexts_for_deletion',NULL,'tool_dataprivacy','',NULL),(630,'tool_dataprivacy_set_context_defaults','tool_dataprivacy\\external','set_context_defaults',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(631,'tool_dataprivacy_get_category_options','tool_dataprivacy\\external','get_category_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(632,'tool_dataprivacy_get_purpose_options','tool_dataprivacy\\external','get_purpose_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(633,'tool_dataprivacy_get_activity_options','tool_dataprivacy\\external','get_activity_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(634,'tool_lp_data_for_competency_frameworks_manage_page','tool_lp\\external','data_for_competency_frameworks_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(635,'tool_lp_data_for_competency_summary','tool_lp\\external','data_for_competency_summary',NULL,'tool_lp','moodle/competency:competencyview',NULL),(636,'tool_lp_data_for_competencies_manage_page','tool_lp\\external','data_for_competencies_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(637,'tool_lp_list_courses_using_competency','tool_lp\\external','list_courses_using_competency',NULL,'tool_lp','moodle/competency:coursecompetencyview',NULL),(638,'tool_lp_data_for_course_competencies_page','tool_lp\\external','data_for_course_competencies_page',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(639,'tool_lp_data_for_template_competencies_page','tool_lp\\external','data_for_template_competencies_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(640,'tool_lp_data_for_templates_manage_page','tool_lp\\external','data_for_templates_manage_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(641,'tool_lp_data_for_plans_page','tool_lp\\external','data_for_plans_page',NULL,'tool_lp','moodle/competency:planviewown','moodle_mobile_app'),(642,'tool_lp_data_for_plan_page','tool_lp\\external','data_for_plan_page',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(643,'tool_lp_data_for_related_competencies_section','tool_lp\\external','data_for_related_competencies_section',NULL,'tool_lp','moodle/competency:competencyview',NULL),(644,'tool_lp_search_users','tool_lp\\external','search_users',NULL,'tool_lp','',NULL),(645,'tool_lp_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','tool_lp','moodle/cohort:view',NULL),(646,'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'),(647,'tool_lp_data_for_user_evidence_page','tool_lp\\external','data_for_user_evidence_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(648,'tool_lp_data_for_user_competency_summary','tool_lp\\external','data_for_user_competency_summary',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(649,'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'),(650,'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'),(651,'tool_mobile_get_plugins_supporting_mobile','tool_mobile\\external','get_plugins_supporting_mobile',NULL,'tool_mobile','','moodle_mobile_app'),(652,'tool_mobile_get_public_config','tool_mobile\\external','get_public_config',NULL,'tool_mobile','','moodle_mobile_app'),(653,'tool_mobile_get_config','tool_mobile\\external','get_config',NULL,'tool_mobile','','moodle_mobile_app'),(654,'tool_mobile_get_autologin_key','tool_mobile\\external','get_autologin_key',NULL,'tool_mobile','','moodle_mobile_app'),(655,'tool_mobile_get_content','tool_mobile\\external','get_content',NULL,'tool_mobile','','moodle_mobile_app'),(656,'tool_mobile_call_external_functions','tool_mobile\\external','call_external_functions',NULL,'tool_mobile','','moodle_mobile_app'),(657,'tool_mobile_validate_subscription_key','tool_mobile\\external','validate_subscription_key',NULL,'tool_mobile','','moodle_mobile_app'),(658,'tool_mobile_get_tokens_for_qr_login','tool_mobile\\external','get_tokens_for_qr_login',NULL,'tool_mobile','','moodle_mobile_app'),(659,'tool_moodlenet_verify_webfinger','tool_moodlenet\\external','verify_webfinger',NULL,'tool_moodlenet','','moodle_mobile_app'),(660,'tool_moodlenet_search_courses','tool_moodlenet\\external','search_courses',NULL,'tool_moodlenet','','moodle_mobile_app'),(661,'tool_policy_get_policy_version','tool_policy\\external','get_policy_version',NULL,'tool_policy','',NULL),(662,'tool_policy_submit_accept_on_behalf','tool_policy\\external','submit_accept_on_behalf',NULL,'tool_policy','',NULL),(663,'tool_templatelibrary_list_templates','tool_templatelibrary\\external','list_templates',NULL,'tool_templatelibrary','',NULL),(664,'tool_templatelibrary_load_canonical_template','tool_templatelibrary\\external','load_canonical_template',NULL,'tool_templatelibrary','',NULL),(665,'tool_usertours_fetch_and_start_tour','tool_usertours\\external\\tour','fetch_and_start_tour',NULL,'tool_usertours','',NULL),(666,'tool_usertours_step_shown','tool_usertours\\external\\tour','step_shown',NULL,'tool_usertours','',NULL),(667,'tool_usertours_complete_tour','tool_usertours\\external\\tour','complete_tour',NULL,'tool_usertours','',NULL),(668,'tool_usertours_reset_tour','tool_usertours\\external\\tour','reset_tour',NULL,'tool_usertours','',NULL),(669,'tool_xmldb_invoke_move_action','tool_xmldb_external','invoke_move_action',NULL,'tool_xmldb','',NULL),(670,'paygw_paypal_get_config_for_js','paygw_paypal\\external\\get_config_for_js','execute',NULL,'paygw_paypal','',NULL),(671,'paygw_paypal_create_transaction_complete','paygw_paypal\\external\\transaction_complete','execute',NULL,'paygw_paypal','',NULL),(672,'quizaccess_seb_validate_quiz_keys','quizaccess_seb\\external\\validate_quiz_keys','execute',NULL,'quizaccess_seb','',NULL),(673,'tiny_autosave_resume_session','tiny_autosave\\external\\resume_autosave_session','execute',NULL,'tiny_autosave','',NULL),(674,'tiny_autosave_reset_session','tiny_autosave\\external\\reset_autosave_session','execute',NULL,'tiny_autosave','',NULL),(675,'tiny_autosave_update_session','tiny_autosave\\external\\update_autosave_session_content','execute',NULL,'tiny_autosave','',NULL),(676,'tiny_equation_filter','tiny_equation\\external\\filter','execute',NULL,'tiny_equation','',NULL),(677,'theme_moove_fontsize','theme_moove\\api\\accessibility','fontsize','theme_moove/classes/api/accessibility.php','theme_moove','',NULL),(678,'theme_moove_sitecolor','theme_moove\\api\\accessibility','sitecolor',NULL,'theme_moove','',NULL),(679,'theme_moove_savethemesettings','theme_moove\\api\\accessibility','savethemesettings',NULL,'theme_moove','',NULL),(680,'theme_moove_getthemesettings','theme_moove\\api\\accessibility','getthemesettings',NULL,'theme_moove','',NULL),(681,'core_grades_get_gradable_users','core_grades\\external\\get_gradable_users','execute',NULL,'moodle','','moodle_mobile_app'); /*!40000 ALTER TABLE `mdl_external_functions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_external_services` -- DROP TABLE IF EXISTS `mdl_external_services`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_external_services` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL, `requiredcapability` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `restrictedusers` tinyint(1) NOT NULL, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint DEFAULT NULL, `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `downloadfiles` tinyint(1) NOT NULL DEFAULT '0', `uploadfiles` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_exteserv_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='built in and custom external services'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_external_services` -- LOCK TABLES `mdl_external_services` WRITE; /*!40000 ALTER TABLE `mdl_external_services` DISABLE KEYS */; INSERT INTO `mdl_external_services` VALUES (1,'Moodle mobile web service',0,NULL,0,'moodle',1689953283,1691067118,'moodle_mobile_app',1,1); /*!40000 ALTER TABLE `mdl_external_services` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_external_services_functions` -- DROP TABLE IF EXISTS `mdl_external_services_functions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_external_services_functions` ( `id` bigint NOT NULL AUTO_INCREMENT, `externalserviceid` bigint NOT NULL, `functionname` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `mdl_exteservfunc_ext_ix` (`externalserviceid`) ) ENGINE=InnoDB AUTO_INCREMENT=790 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='lists functions available in each service group'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_external_services_functions` -- LOCK TABLES `mdl_external_services_functions` WRITE; /*!40000 ALTER TABLE `mdl_external_services_functions` DISABLE KEYS */; INSERT INTO `mdl_external_services_functions` VALUES (395,1,'core_badges_get_user_badges'),(396,1,'core_blog_get_entries'),(397,1,'core_blog_view_entries'),(398,1,'core_calendar_get_calendar_monthly_view'),(399,1,'core_calendar_get_calendar_day_view'),(400,1,'core_calendar_get_calendar_upcoming_view'),(401,1,'core_calendar_update_event_start_day'),(402,1,'core_calendar_create_calendar_events'),(403,1,'core_calendar_delete_calendar_events'),(404,1,'core_calendar_get_calendar_events'),(405,1,'core_calendar_get_action_events_by_timesort'),(406,1,'core_calendar_get_action_events_by_course'),(407,1,'core_calendar_get_action_events_by_courses'),(408,1,'core_calendar_get_calendar_event_by_id'),(409,1,'core_calendar_submit_create_update_form'),(410,1,'core_calendar_get_calendar_access_information'),(411,1,'core_calendar_get_allowed_event_types'),(412,1,'core_calendar_get_calendar_export_token'),(413,1,'core_comment_get_comments'),(414,1,'core_comment_add_comments'),(415,1,'core_comment_delete_comments'),(416,1,'core_completion_get_activities_completion_status'),(417,1,'core_completion_get_course_completion_status'),(418,1,'core_completion_mark_course_self_completed'),(419,1,'core_completion_update_activity_completion_status_manually'),(420,1,'core_course_get_categories'),(421,1,'core_course_get_contents'),(422,1,'core_course_get_course_module'),(423,1,'core_course_get_course_module_by_instance'),(424,1,'core_course_get_courses'),(425,1,'core_course_search_courses'),(426,1,'core_course_view_course'),(427,1,'core_course_get_user_navigation_options'),(428,1,'core_course_get_user_administration_options'),(429,1,'core_course_get_courses_by_field'),(430,1,'core_course_check_updates'),(431,1,'core_course_get_updates_since'),(432,1,'core_course_get_enrolled_courses_by_timeline_classification'),(433,1,'core_course_get_enrolled_courses_with_action_events_by_timeline_classification'),(434,1,'core_course_get_recent_courses'),(435,1,'core_course_set_favourite_courses'),(436,1,'core_enrol_get_course_enrolment_methods'),(437,1,'core_enrol_get_enrolled_users'),(438,1,'core_enrol_search_users'),(439,1,'core_enrol_get_users_courses'),(440,1,'core_files_get_files'),(441,1,'core_files_delete_draft_files'),(442,1,'core_files_get_unused_draft_itemid'),(443,1,'core_get_component_strings'),(444,1,'core_grades_grader_gradingpanel_point_fetch'),(445,1,'core_grades_grader_gradingpanel_point_store'),(446,1,'core_grades_grader_gradingpanel_scale_fetch'),(447,1,'core_grades_grader_gradingpanel_scale_store'),(448,1,'core_grades_get_enrolled_users_for_search_widget'),(449,1,'core_grades_get_groups_for_search_widget'),(450,1,'core_group_get_activity_allowed_groups'),(451,1,'core_group_get_activity_groupmode'),(452,1,'core_group_get_course_groupings'),(453,1,'core_group_get_course_groups'),(454,1,'core_group_get_course_user_groups'),(455,1,'core_message_mute_conversations'),(456,1,'core_message_unmute_conversations'),(457,1,'core_message_block_user'),(458,1,'core_message_get_contact_requests'),(459,1,'core_message_create_contact_request'),(460,1,'core_message_confirm_contact_request'),(461,1,'core_message_decline_contact_request'),(462,1,'core_message_get_received_contact_requests_count'),(463,1,'core_message_delete_contacts'),(464,1,'core_message_delete_conversations_by_id'),(465,1,'core_message_delete_message'),(466,1,'core_message_get_blocked_users'),(467,1,'core_message_data_for_messagearea_search_messages'),(468,1,'core_message_message_search_users'),(469,1,'core_message_get_user_contacts'),(470,1,'core_message_get_conversations'),(471,1,'core_message_get_conversation'),(472,1,'core_message_get_conversation_between_users'),(473,1,'core_message_get_self_conversation'),(474,1,'core_message_get_messages'),(475,1,'core_message_get_conversation_counts'),(476,1,'core_message_get_unread_conversation_counts'),(477,1,'core_message_get_conversation_members'),(478,1,'core_message_get_member_info'),(479,1,'core_message_get_unread_conversations_count'),(480,1,'core_message_mark_all_notifications_as_read'),(481,1,'core_message_mark_all_conversation_messages_as_read'),(482,1,'core_message_mark_message_read'),(483,1,'core_message_mark_notification_read'),(484,1,'core_message_message_processor_config_form'),(485,1,'core_message_search_contacts'),(486,1,'core_message_send_instant_messages'),(487,1,'core_message_send_messages_to_conversation'),(488,1,'core_message_get_conversation_messages'),(489,1,'core_message_unblock_user'),(490,1,'core_message_get_user_notification_preferences'),(491,1,'core_message_get_user_message_preferences'),(492,1,'core_message_set_favourite_conversations'),(493,1,'core_message_unset_favourite_conversations'),(494,1,'core_message_delete_message_for_all_users'),(495,1,'core_message_get_unread_notification_count'),(496,1,'core_notes_create_notes'),(497,1,'core_notes_delete_notes'),(498,1,'core_notes_get_course_notes'),(499,1,'core_notes_view_notes'),(500,1,'core_question_update_flag'),(501,1,'core_rating_get_item_ratings'),(502,1,'core_rating_add_rating'),(503,1,'core_tag_get_tagindex'),(504,1,'core_tag_get_tagindex_per_area'),(505,1,'core_tag_get_tag_areas'),(506,1,'core_tag_get_tag_collections'),(507,1,'core_tag_get_tag_cloud'),(508,1,'core_user_add_user_device'),(509,1,'core_user_update_user_device_public_key'),(510,1,'core_user_add_user_private_files'),(511,1,'core_user_get_course_user_profiles'),(512,1,'core_user_get_users_by_field'),(513,1,'core_user_remove_user_device'),(514,1,'core_user_update_user_preferences'),(515,1,'core_user_view_user_list'),(516,1,'core_user_view_user_profile'),(517,1,'core_user_get_user_preferences'),(518,1,'core_user_update_picture'),(519,1,'core_user_set_user_preferences'),(520,1,'core_user_agree_site_policy'),(521,1,'core_user_get_private_files_info'),(522,1,'core_competency_competency_viewed'),(523,1,'core_competency_list_course_competencies'),(524,1,'core_competency_get_scale_values'),(525,1,'core_competency_user_competency_viewed'),(526,1,'core_competency_user_competency_viewed_in_plan'),(527,1,'core_competency_user_competency_viewed_in_course'),(528,1,'core_competency_user_competency_plan_viewed'),(529,1,'core_competency_grade_competency_in_course'),(530,1,'core_competency_delete_evidence'),(531,1,'core_webservice_get_site_info'),(532,1,'core_block_get_course_blocks'),(533,1,'core_block_get_dashboard_blocks'),(534,1,'core_block_fetch_addable_blocks'),(535,1,'core_filters_get_available_in_context'),(536,1,'core_h5p_get_trusted_h5p_file'),(537,1,'core_table_get_dynamic_table_content'),(538,1,'core_xapi_statement_post'),(539,1,'core_reportbuilder_list_reports'),(540,1,'core_reportbuilder_retrieve_report'),(541,1,'core_reportbuilder_view_report'),(542,1,'mod_assign_get_grades'),(543,1,'mod_assign_get_assignments'),(544,1,'mod_assign_get_submissions'),(545,1,'mod_assign_get_user_flags'),(546,1,'mod_assign_set_user_flags'),(547,1,'mod_assign_get_user_mappings'),(548,1,'mod_assign_revert_submissions_to_draft'),(549,1,'mod_assign_lock_submissions'),(550,1,'mod_assign_unlock_submissions'),(551,1,'mod_assign_save_submission'),(552,1,'mod_assign_submit_for_grading'),(553,1,'mod_assign_save_grade'),(554,1,'mod_assign_save_grades'),(555,1,'mod_assign_save_user_extensions'),(556,1,'mod_assign_reveal_identities'),(557,1,'mod_assign_view_grading_table'),(558,1,'mod_assign_view_submission_status'),(559,1,'mod_assign_get_submission_status'),(560,1,'mod_assign_list_participants'),(561,1,'mod_assign_submit_grading_form'),(562,1,'mod_assign_get_participant'),(563,1,'mod_assign_view_assign'),(564,1,'mod_assign_start_submission'),(565,1,'mod_bigbluebuttonbn_can_join'),(566,1,'mod_bigbluebuttonbn_get_recordings'),(567,1,'mod_bigbluebuttonbn_get_recordings_to_import'),(568,1,'mod_bigbluebuttonbn_update_recording'),(569,1,'mod_bigbluebuttonbn_end_meeting'),(570,1,'mod_bigbluebuttonbn_completion_validate'),(571,1,'mod_bigbluebuttonbn_meeting_info'),(572,1,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses'),(573,1,'mod_bigbluebuttonbn_view_bigbluebuttonbn'),(574,1,'mod_bigbluebuttonbn_get_join_url'),(575,1,'mod_book_view_book'),(576,1,'mod_book_get_books_by_courses'),(577,1,'mod_chat_login_user'),(578,1,'mod_chat_get_chat_users'),(579,1,'mod_chat_send_chat_message'),(580,1,'mod_chat_get_chat_latest_messages'),(581,1,'mod_chat_view_chat'),(582,1,'mod_chat_get_chats_by_courses'),(583,1,'mod_chat_get_sessions'),(584,1,'mod_chat_get_session_messages'),(585,1,'mod_choice_get_choice_results'),(586,1,'mod_choice_get_choice_options'),(587,1,'mod_choice_submit_choice_response'),(588,1,'mod_choice_view_choice'),(589,1,'mod_choice_get_choices_by_courses'),(590,1,'mod_choice_delete_choice_responses'),(591,1,'mod_data_get_databases_by_courses'),(592,1,'mod_data_view_database'),(593,1,'mod_data_get_data_access_information'),(594,1,'mod_data_get_entries'),(595,1,'mod_data_get_entry'),(596,1,'mod_data_get_fields'),(597,1,'mod_data_search_entries'),(598,1,'mod_data_approve_entry'),(599,1,'mod_data_delete_entry'),(600,1,'mod_data_add_entry'),(601,1,'mod_data_update_entry'),(602,1,'mod_feedback_get_feedbacks_by_courses'),(603,1,'mod_feedback_get_feedback_access_information'),(604,1,'mod_feedback_view_feedback'),(605,1,'mod_feedback_get_current_completed_tmp'),(606,1,'mod_feedback_get_items'),(607,1,'mod_feedback_launch_feedback'),(608,1,'mod_feedback_get_page_items'),(609,1,'mod_feedback_process_page'),(610,1,'mod_feedback_get_analysis'),(611,1,'mod_feedback_get_unfinished_responses'),(612,1,'mod_feedback_get_finished_responses'),(613,1,'mod_feedback_get_non_respondents'),(614,1,'mod_feedback_get_responses_analysis'),(615,1,'mod_feedback_get_last_completed'),(616,1,'mod_folder_view_folder'),(617,1,'mod_folder_get_folders_by_courses'),(618,1,'mod_forum_get_forums_by_courses'),(619,1,'mod_forum_get_discussion_posts'),(620,1,'mod_forum_get_forum_discussions_paginated'),(621,1,'mod_forum_get_forum_discussions'),(622,1,'mod_forum_view_forum'),(623,1,'mod_forum_view_forum_discussion'),(624,1,'mod_forum_add_discussion_post'),(625,1,'mod_forum_add_discussion'),(626,1,'mod_forum_can_add_discussion'),(627,1,'mod_forum_get_forum_access_information'),(628,1,'mod_forum_set_subscription_state'),(629,1,'mod_forum_set_lock_state'),(630,1,'mod_forum_toggle_favourite_state'),(631,1,'mod_forum_set_pin_state'),(632,1,'mod_forum_delete_post'),(633,1,'mod_forum_get_discussion_post'),(634,1,'mod_forum_prepare_draft_area_for_post'),(635,1,'mod_forum_update_discussion_post'),(636,1,'mod_glossary_get_glossaries_by_courses'),(637,1,'mod_glossary_view_glossary'),(638,1,'mod_glossary_view_entry'),(639,1,'mod_glossary_get_entries_by_letter'),(640,1,'mod_glossary_get_entries_by_date'),(641,1,'mod_glossary_get_categories'),(642,1,'mod_glossary_get_entries_by_category'),(643,1,'mod_glossary_get_authors'),(644,1,'mod_glossary_get_entries_by_author'),(645,1,'mod_glossary_get_entries_by_author_id'),(646,1,'mod_glossary_get_entries_by_search'),(647,1,'mod_glossary_get_entries_by_term'),(648,1,'mod_glossary_get_entries_to_approve'),(649,1,'mod_glossary_get_entry_by_id'),(650,1,'mod_glossary_add_entry'),(651,1,'mod_glossary_delete_entry'),(652,1,'mod_glossary_update_entry'),(653,1,'mod_glossary_prepare_entry_for_edition'),(654,1,'mod_h5pactivity_get_h5pactivity_access_information'),(655,1,'mod_h5pactivity_view_h5pactivity'),(656,1,'mod_h5pactivity_get_attempts'),(657,1,'mod_h5pactivity_get_results'),(658,1,'mod_h5pactivity_get_h5pactivities_by_courses'),(659,1,'mod_h5pactivity_log_report_viewed'),(660,1,'mod_h5pactivity_get_user_attempts'),(661,1,'mod_imscp_view_imscp'),(662,1,'mod_imscp_get_imscps_by_courses'),(663,1,'mod_label_get_labels_by_courses'),(664,1,'mod_lesson_get_lessons_by_courses'),(665,1,'mod_lesson_get_lesson_access_information'),(666,1,'mod_lesson_view_lesson'),(667,1,'mod_lesson_get_questions_attempts'),(668,1,'mod_lesson_get_user_grade'),(669,1,'mod_lesson_get_user_attempt_grade'),(670,1,'mod_lesson_get_content_pages_viewed'),(671,1,'mod_lesson_get_user_timers'),(672,1,'mod_lesson_get_pages'),(673,1,'mod_lesson_launch_attempt'),(674,1,'mod_lesson_get_page_data'),(675,1,'mod_lesson_process_page'),(676,1,'mod_lesson_finish_attempt'),(677,1,'mod_lesson_get_attempts_overview'),(678,1,'mod_lesson_get_user_attempt'),(679,1,'mod_lesson_get_pages_possible_jumps'),(680,1,'mod_lesson_get_lesson'),(681,1,'mod_lti_get_tool_launch_data'),(682,1,'mod_lti_get_ltis_by_courses'),(683,1,'mod_lti_view_lti'),(684,1,'mod_page_view_page'),(685,1,'mod_page_get_pages_by_courses'),(686,1,'mod_quiz_get_quizzes_by_courses'),(687,1,'mod_quiz_view_quiz'),(688,1,'mod_quiz_get_user_attempts'),(689,1,'mod_quiz_get_user_best_grade'),(690,1,'mod_quiz_get_combined_review_options'),(691,1,'mod_quiz_start_attempt'),(692,1,'mod_quiz_get_attempt_data'),(693,1,'mod_quiz_get_attempt_summary'),(694,1,'mod_quiz_save_attempt'),(695,1,'mod_quiz_process_attempt'),(696,1,'mod_quiz_get_attempt_review'),(697,1,'mod_quiz_view_attempt'),(698,1,'mod_quiz_view_attempt_summary'),(699,1,'mod_quiz_view_attempt_review'),(700,1,'mod_quiz_get_quiz_feedback_for_grade'),(701,1,'mod_quiz_get_quiz_access_information'),(702,1,'mod_quiz_get_attempt_access_information'),(703,1,'mod_quiz_get_quiz_required_qtypes'),(704,1,'mod_resource_view_resource'),(705,1,'mod_resource_get_resources_by_courses'),(706,1,'mod_scorm_view_scorm'),(707,1,'mod_scorm_get_scorm_attempt_count'),(708,1,'mod_scorm_get_scorm_scoes'),(709,1,'mod_scorm_get_scorm_user_data'),(710,1,'mod_scorm_insert_scorm_tracks'),(711,1,'mod_scorm_get_scorm_sco_tracks'),(712,1,'mod_scorm_get_scorms_by_courses'),(713,1,'mod_scorm_launch_sco'),(714,1,'mod_scorm_get_scorm_access_information'),(715,1,'mod_survey_get_surveys_by_courses'),(716,1,'mod_survey_view_survey'),(717,1,'mod_survey_get_questions'),(718,1,'mod_survey_submit_answers'),(719,1,'mod_url_view_url'),(720,1,'mod_url_get_urls_by_courses'),(721,1,'mod_wiki_get_wikis_by_courses'),(722,1,'mod_wiki_view_wiki'),(723,1,'mod_wiki_view_page'),(724,1,'mod_wiki_get_subwikis'),(725,1,'mod_wiki_get_subwiki_pages'),(726,1,'mod_wiki_get_subwiki_files'),(727,1,'mod_wiki_get_page_contents'),(728,1,'mod_wiki_get_page_for_editing'),(729,1,'mod_wiki_new_page'),(730,1,'mod_wiki_edit_page'),(731,1,'mod_workshop_get_workshops_by_courses'),(732,1,'mod_workshop_get_workshop_access_information'),(733,1,'mod_workshop_get_user_plan'),(734,1,'mod_workshop_view_workshop'),(735,1,'mod_workshop_add_submission'),(736,1,'mod_workshop_update_submission'),(737,1,'mod_workshop_delete_submission'),(738,1,'mod_workshop_get_submissions'),(739,1,'mod_workshop_get_submission'),(740,1,'mod_workshop_get_submission_assessments'),(741,1,'mod_workshop_get_assessment'),(742,1,'mod_workshop_get_assessment_form_definition'),(743,1,'mod_workshop_get_reviewer_assessments'),(744,1,'mod_workshop_update_assessment'),(745,1,'mod_workshop_get_grades'),(746,1,'mod_workshop_evaluate_assessment'),(747,1,'mod_workshop_get_grades_report'),(748,1,'mod_workshop_view_submission'),(749,1,'mod_workshop_evaluate_submission'),(750,1,'enrol_guest_get_instance_info'),(751,1,'enrol_self_get_instance_info'),(752,1,'enrol_self_enrol_user'),(753,1,'message_airnotifier_is_system_configured'),(754,1,'message_airnotifier_are_notification_preferences_configured'),(755,1,'message_airnotifier_get_user_devices'),(756,1,'message_airnotifier_enable_device'),(757,1,'message_popup_get_popup_notifications'),(758,1,'message_popup_get_unread_popup_notification_count'),(759,1,'block_recentlyaccesseditems_get_recent_items'),(760,1,'block_starredcourses_get_starred_courses'),(761,1,'report_insights_set_notuseful_prediction'),(762,1,'report_insights_set_fixed_prediction'),(763,1,'report_insights_action_executed'),(764,1,'gradereport_overview_get_course_grades'),(765,1,'gradereport_overview_view_grade_report'),(766,1,'gradereport_singleview_get_grade_items_for_search_widget'),(767,1,'gradereport_user_get_grades_table'),(768,1,'gradereport_user_view_grade_report'),(769,1,'gradereport_user_get_grade_items'),(770,1,'tool_analytics_potential_contexts'),(771,1,'tool_lp_data_for_course_competencies_page'),(772,1,'tool_lp_data_for_plans_page'),(773,1,'tool_lp_data_for_plan_page'),(774,1,'tool_lp_data_for_user_evidence_list_page'),(775,1,'tool_lp_data_for_user_evidence_page'),(776,1,'tool_lp_data_for_user_competency_summary'),(777,1,'tool_lp_data_for_user_competency_summary_in_plan'),(778,1,'tool_lp_data_for_user_competency_summary_in_course'),(779,1,'tool_mobile_get_plugins_supporting_mobile'),(780,1,'tool_mobile_get_public_config'),(781,1,'tool_mobile_get_config'),(782,1,'tool_mobile_get_autologin_key'),(783,1,'tool_mobile_get_content'),(784,1,'tool_mobile_call_external_functions'),(785,1,'tool_mobile_validate_subscription_key'),(786,1,'tool_mobile_get_tokens_for_qr_login'),(787,1,'tool_moodlenet_verify_webfinger'),(788,1,'tool_moodlenet_search_courses'),(789,1,'core_grades_get_gradable_users'); /*!40000 ALTER TABLE `mdl_external_services_functions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_external_services_users` -- DROP TABLE IF EXISTS `mdl_external_services_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_external_services_users` ( `id` bigint NOT NULL AUTO_INCREMENT, `externalserviceid` bigint NOT NULL, `userid` bigint NOT NULL, `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `validuntil` bigint DEFAULT NULL, `timecreated` bigint DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_exteservuser_ext_ix` (`externalserviceid`), KEY `mdl_exteservuser_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='users allowed to use services with restricted users flag'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_external_services_users` -- LOCK TABLES `mdl_external_services_users` WRITE; /*!40000 ALTER TABLE `mdl_external_services_users` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_external_services_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_external_tokens` -- DROP TABLE IF EXISTS `mdl_external_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_external_tokens` ( `id` bigint NOT NULL AUTO_INCREMENT, `token` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `privatetoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `tokentype` smallint NOT NULL, `userid` bigint NOT NULL, `externalserviceid` bigint NOT NULL, `sid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `contextid` bigint NOT NULL, `creatorid` bigint NOT NULL DEFAULT '1', `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `validuntil` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, `lastaccess` bigint DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_extetoke_tok_ix` (`token`), KEY `mdl_extetoke_sid_ix` (`sid`), KEY `mdl_extetoke_use_ix` (`userid`), KEY `mdl_extetoke_ext_ix` (`externalserviceid`), KEY `mdl_extetoke_con_ix` (`contextid`), KEY `mdl_extetoke_cre_ix` (`creatorid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Security tokens for accessing of external services'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_external_tokens` -- LOCK TABLES `mdl_external_tokens` WRITE; /*!40000 ALTER TABLE `mdl_external_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_external_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_favourite` -- DROP TABLE IF EXISTS `mdl_favourite`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_favourite` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemid` bigint NOT NULL, `contextid` bigint NOT NULL, `userid` bigint NOT NULL, `ordering` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_favo_comiteiteconuse_uix` (`component`,`itemtype`,`itemid`,`contextid`,`userid`), KEY `mdl_favo_con_ix` (`contextid`), KEY `mdl_favo_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the relationship between an arbitrary item (itemtype,'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_favourite` -- LOCK TABLES `mdl_favourite` WRITE; /*!40000 ALTER TABLE `mdl_favourite` DISABLE KEYS */; INSERT INTO `mdl_favourite` VALUES (1,'core_message','message_conversations',1,5,2,NULL,1689957742,1689957742),(2,'core_course','courses',2,16,14,NULL,1695803126,1695803126),(3,'mod_forum','discussions',1,29,23,NULL,1695908608,1695908608),(4,'mod_forum','discussions',1,29,13,NULL,1696990775,1696990775),(5,'mod_forum','discussions',3,59,21,NULL,1696997051,1696997051),(7,'mod_forum','discussions',11,83,19,NULL,1699873883,1699873883),(8,'mod_forum','discussions',16,89,21,NULL,1703126213,1703126213),(9,'mod_forum','discussions',14,89,21,NULL,1703127592,1703127592),(11,'mod_forum','discussions',14,89,22,NULL,1703680789,1703680789),(12,'mod_forum','discussions',17,89,22,NULL,1703681224,1703681224); /*!40000 ALTER TABLE `mdl_favourite` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_feedback` -- DROP TABLE IF EXISTS `mdl_feedback`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_feedback` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `introformat` smallint NOT NULL DEFAULT '0', `anonymous` tinyint(1) NOT NULL DEFAULT '1', `email_notification` tinyint(1) NOT NULL DEFAULT '1', `multiple_submit` tinyint(1) NOT NULL DEFAULT '1', `autonumbering` tinyint(1) NOT NULL DEFAULT '1', `site_after_submit` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `page_after_submit` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `page_after_submitformat` tinyint NOT NULL DEFAULT '0', `publish_stats` tinyint(1) NOT NULL DEFAULT '0', `timeopen` bigint NOT NULL DEFAULT '0', `timeclose` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_feed_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='all feedbacks'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_feedback` -- LOCK TABLES `mdl_feedback` WRITE; /*!40000 ALTER TABLE `mdl_feedback` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_feedback` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_feedback_completed` -- DROP TABLE IF EXISTS `mdl_feedback_completed`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_feedback_completed` ( `id` bigint NOT NULL AUTO_INCREMENT, `feedback` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `random_response` bigint NOT NULL DEFAULT '0', `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_feedcomp_use_ix` (`userid`), KEY `mdl_feedcomp_fee_ix` (`feedback`), KEY `mdl_feedcomp_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_feedback_completed` -- LOCK TABLES `mdl_feedback_completed` WRITE; /*!40000 ALTER TABLE `mdl_feedback_completed` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_feedback_completed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_feedback_completedtmp` -- DROP TABLE IF EXISTS `mdl_feedback_completedtmp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_feedback_completedtmp` ( `id` bigint NOT NULL AUTO_INCREMENT, `feedback` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `guestid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timemodified` bigint NOT NULL DEFAULT '0', `random_response` bigint NOT NULL DEFAULT '0', `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_feedcomp_use2_ix` (`userid`), KEY `mdl_feedcomp_fee2_ix` (`feedback`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_feedback_completedtmp` -- LOCK TABLES `mdl_feedback_completedtmp` WRITE; /*!40000 ALTER TABLE `mdl_feedback_completedtmp` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_feedback_completedtmp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_feedback_item` -- DROP TABLE IF EXISTS `mdl_feedback_item`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_feedback_item` ( `id` bigint NOT NULL AUTO_INCREMENT, `feedback` bigint NOT NULL DEFAULT '0', `template` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `presentation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `typ` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `hasvalue` tinyint(1) NOT NULL DEFAULT '0', `position` smallint NOT NULL DEFAULT '0', `required` tinyint(1) NOT NULL DEFAULT '0', `dependitem` bigint NOT NULL DEFAULT '0', `dependvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `mdl_feeditem_fee_ix` (`feedback`), KEY `mdl_feeditem_tem_ix` (`template`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='feedback_items'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_feedback_item` -- LOCK TABLES `mdl_feedback_item` WRITE; /*!40000 ALTER TABLE `mdl_feedback_item` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_feedback_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_feedback_sitecourse_map` -- DROP TABLE IF EXISTS `mdl_feedback_sitecourse_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_feedback_sitecourse_map` ( `id` bigint NOT NULL AUTO_INCREMENT, `feedbackid` bigint NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_feedsitemap_cou_ix` (`courseid`), KEY `mdl_feedsitemap_fee_ix` (`feedbackid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='feedback sitecourse map'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_feedback_sitecourse_map` -- LOCK TABLES `mdl_feedback_sitecourse_map` WRITE; /*!40000 ALTER TABLE `mdl_feedback_sitecourse_map` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_feedback_sitecourse_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_feedback_template` -- DROP TABLE IF EXISTS `mdl_feedback_template`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_feedback_template` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `ispublic` tinyint(1) NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `mdl_feedtemp_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='templates of feedbackstructures'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_feedback_template` -- LOCK TABLES `mdl_feedback_template` WRITE; /*!40000 ALTER TABLE `mdl_feedback_template` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_feedback_template` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_feedback_value` -- DROP TABLE IF EXISTS `mdl_feedback_value`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_feedback_value` ( `id` bigint NOT NULL AUTO_INCREMENT, `course_id` bigint NOT NULL DEFAULT '0', `item` bigint NOT NULL DEFAULT '0', `completed` bigint NOT NULL DEFAULT '0', `tmp_completed` bigint NOT NULL DEFAULT '0', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_feedvalu_comitecou_uix` (`completed`,`item`,`course_id`), KEY `mdl_feedvalu_cou_ix` (`course_id`), KEY `mdl_feedvalu_ite_ix` (`item`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='values of the completeds'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_feedback_value` -- LOCK TABLES `mdl_feedback_value` WRITE; /*!40000 ALTER TABLE `mdl_feedback_value` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_feedback_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_feedback_valuetmp` -- DROP TABLE IF EXISTS `mdl_feedback_valuetmp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_feedback_valuetmp` ( `id` bigint NOT NULL AUTO_INCREMENT, `course_id` bigint NOT NULL DEFAULT '0', `item` bigint NOT NULL DEFAULT '0', `completed` bigint NOT NULL DEFAULT '0', `tmp_completed` bigint NOT NULL DEFAULT '0', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_feedvalu_comitecou2_uix` (`completed`,`item`,`course_id`), KEY `mdl_feedvalu_cou2_ix` (`course_id`), KEY `mdl_feedvalu_ite2_ix` (`item`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='values of the completedstmp'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_feedback_valuetmp` -- LOCK TABLES `mdl_feedback_valuetmp` WRITE; /*!40000 ALTER TABLE `mdl_feedback_valuetmp` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_feedback_valuetmp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_file_conversion` -- DROP TABLE IF EXISTS `mdl_file_conversion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_file_conversion` ( `id` bigint NOT NULL AUTO_INCREMENT, `usermodified` bigint NOT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `sourcefileid` bigint NOT NULL, `targetformat` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `status` bigint DEFAULT '0', `statusmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `converter` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `destfileid` bigint DEFAULT NULL, `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `mdl_fileconv_sou_ix` (`sourcefileid`), KEY `mdl_fileconv_des_ix` (`destfileid`), KEY `mdl_fileconv_use_ix` (`usermodified`) ) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table to track file conversions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_file_conversion` -- LOCK TABLES `mdl_file_conversion` WRITE; /*!40000 ALTER TABLE `mdl_file_conversion` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_file_conversion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_files` -- DROP TABLE IF EXISTS `mdl_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_files` ( `id` bigint NOT NULL AUTO_INCREMENT, `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `pathnamehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `contextid` bigint NOT NULL, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `filearea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemid` bigint NOT NULL, `filepath` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `filename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `userid` bigint DEFAULT NULL, `filesize` bigint NOT NULL, `mimetype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` bigint NOT NULL DEFAULT '0', `source` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `license` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `sortorder` bigint NOT NULL DEFAULT '0', `referencefileid` bigint DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_file_pat_uix` (`pathnamehash`), KEY `mdl_file_comfilconite_ix` (`component`,`filearea`,`contextid`,`itemid`), KEY `mdl_file_con_ix` (`contenthash`), KEY `mdl_file_lic_ix` (`license`), KEY `mdl_file_fil_ix` (`filename`), KEY `mdl_file_con2_ix` (`contextid`), KEY `mdl_file_use_ix` (`userid`), KEY `mdl_file_ref_ix` (`referencefileid`) ) ENGINE=InnoDB AUTO_INCREMENT=16397 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='description of files, content is stored in sha1 file pool'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_files` -- LOCK TABLES `mdl_files` WRITE; /*!40000 ALTER TABLE `mdl_files` DISABLE KEYS */; INSERT INTO `mdl_files` VALUES (1,'5f8e911d0da441e36f47c5c46f4393269211ca56','508e674d49c30d4fde325fe6c7f6fd3d56b247e1',1,'assignfeedback_editpdf','stamps',0,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(2,'da39a3ee5e6b4b0d3255bfef95601890afd80709','70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5',1,'assignfeedback_editpdf','stamps',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(3,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','68317eab56c67d32aeaee5acf509a0c4aa828b6b',1,'assignfeedback_editpdf','stamps',0,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(4,'0c5190a24c3943966541401c883eacaa20ca20cb','695a55ff780e61c9e59428aa425430b0d6bde53b',1,'assignfeedback_editpdf','stamps',0,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(5,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','373e63af262a9b8466ba8632551520be793c37ff',1,'assignfeedback_editpdf','stamps',0,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(8,'060b3516487cdd196e1ae0053159c2963af56c45','366d3d44da626a0c93038cb386f075e7114b2dbc',1,'core','preview',0,'/thumb/','506943f0e6262ecb89f4fb3cb426aeebed1d091e',NULL,7071,'image/png',0,NULL,NULL,NULL,1689959232,1689959232,0,NULL),(9,'da39a3ee5e6b4b0d3255bfef95601890afd80709','74c104d54c05b5f8c633a36da516d37e6c5279e4',1,'core','preview',0,'/thumb/','.',NULL,0,NULL,0,NULL,NULL,NULL,1689959232,1689959232,0,NULL),(10,'da39a3ee5e6b4b0d3255bfef95601890afd80709','884555719c50529b9df662a38619d04b5b11e25c',1,'core','preview',0,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1689959232,1689959232,0,NULL),(13,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','4f1770eec3b8e21d882e8f7bddd65e53c53679ab',1,'theme_moove','logo',0,'/','cultivartsntsq.png',2,29938,'image/png',0,'cultivartsntsq.png','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(14,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7d2d3bd28ea1be627ad966d2fc0a8bc480355609',1,'theme_moove','logo',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1689959232,1773158249,0,NULL),(15,'c6052a4934f5fec144424652b48ae9dd49ca08a5','9f9b86f41dc4f79f761b1e26e6172c0d04937133',1,'theme_moove','favicon',0,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'cultivartsntsq_Rnt_icon.ico','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b8a9db73fbfd9447288cdeed4cf892ef804907d1',1,'theme_moove','favicon',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1689959310,1773158249,0,NULL),(47,'700c918b7345674ca194f5f7f0af2c7e00d5336e','1c2fcc1dcdec2c61d257517c2d227a7dabb2062f',16,'course','overviewfiles',0,'/','markus-spiske-k0rVudBoB4c-unsplash.jpg',2,3148863,'image/jpeg',0,'markus-spiske-k0rVudBoB4c-unsplash.jpg','Moodle Admin','unknown',1689961190,1689961194,0,NULL),(48,'da39a3ee5e6b4b0d3255bfef95601890afd80709','caacb460889d8099985521622526ef756a9f08a8',16,'course','overviewfiles',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1689961190,1710116025,0,NULL),(67,'700c918b7345674ca194f5f7f0af2c7e00d5336e','de94892177c597d9e4d47bdadbd545e84bccf6f6',24,'block_html','content',0,'/','markus-spiske-k0rVudBoB4c-unsplash.jpg',2,3148863,'image/jpeg',0,'伺服器檔案: 華神延伸制/媒體、藝術與戲劇在青少年事工中的應用/課程摘要檔案/markus-spiske-k0rVudBoB4c-unsplash.jpg','Moodle Admin','unknown',1691064904,1691064931,0,NULL),(68,'da39a3ee5e6b4b0d3255bfef95601890afd80709','df5ed7650fd5b500169ddb7803b0440b4af9513b',24,'block_html','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1691064904,1691065078,0,NULL),(74,'08f37807592701ab9e036b929826b49698953fa8','69f5e098380acda7223f4be4c547faffa9f62c9b',24,'block_html','content',0,'/','anna-kolosyuk-D5nh6mCW52c-unsplash_a.jpg',2,153793,'image/jpeg',0,'anna-kolosyuk-D5nh6mCW52c-unsplash_a.jpg','Moodle Admin','unknown',1691065106,1691065117,0,NULL),(80,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a5b5759d18b676a692c4a0382fb0ebc3c0768576',1,'core_h5p','library_sources',0,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691067078,1691067078,0,NULL),(95,'b06b5c8f67fd632cdc62a33b62ae4f74194131b3','41680fdab472c45e5ca6f4f1654895d56a2e5d69',1,'core_h5p','libraries',1,'/FontAwesome-4.5/','fontawesome-webfont.svg',NULL,365616,'image/svg+xml',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(96,'da39a3ee5e6b4b0d3255bfef95601890afd80709','56178ff85cd31c58d868552b7301dbe01fa24c8c',1,'core_h5p','libraries',1,'/FontAwesome-4.5/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(97,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8bca203021aa09ca18174e18029a87a9f7fb07ea',1,'core_h5p','libraries',1,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(98,'81f03a8f024fdef0889f286ca8a0f6a7dbef744b','9dcd9bbe860b4d9d0307865b1e13e52d57a1b00b',1,'core_h5p','libraries',1,'/FontAwesome-4.5/','library.json',NULL,290,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(99,'42c179eef588854b5ec151bcf6a3f58aa8b79b11','6274fdfe6691e0ccd9ca4c1eadc049bf823bb66e',1,'core_h5p','libraries',1,'/FontAwesome-4.5/','FontAwesome.otf',NULL,109688,'document/unknown',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(100,'986eed8dca049714e43eeebcb3932741a4bec76d','b696370de254ec70a539fd4d0040c16fc4519b55',1,'core_h5p','libraries',1,'/FontAwesome-4.5/','fontawesome-webfont.eot',NULL,70807,'document/unknown',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(101,'6484f1af6b485d5096b71b344e67f4164c33dd1f','a889bde43d5a98e8bf35e822109e07b2c116fe8d',1,'core_h5p','libraries',1,'/FontAwesome-4.5/','fontawesome-webfont.ttf',NULL,142072,'document/unknown',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(102,'7d4ae573efb74117cffcd645bfeaf1a5c47f2f0f','8baf925bf318cf793cfc0d350e0674e8884c4653',1,'core_h5p','libraries',1,'/FontAwesome-4.5/','h5p-font-awesome.min.css',NULL,27420,'text/css',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(103,'638c652d623280a58144f93e7b552c66d1667a11','02d9edad8b866c1b7a955e39e8d0bd6bc9dd7da4',1,'core_h5p','libraries',1,'/FontAwesome-4.5/','fontawesome-webfont.woff2',NULL,66624,'application/octet-stream',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(104,'4a313eb93b959cc4154c684b915b0a31ddb68d84','ac5401f6eff55ae1c975edb860b023544e422191',1,'core_h5p','libraries',1,'/FontAwesome-4.5/','fontawesome-webfont.woff',NULL,83588,'application/octet-stream',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(105,'bc421dca627fa9a0b615356e10d41114b8fc7aed','5e4e934397470c0bc52bf19b4018c010d026c96d',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/','library.json',NULL,574,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(106,'da39a3ee5e6b4b0d3255bfef95601890afd80709','85d683fa9ceb72ac4c9dd6cfd604474411d20125',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(107,'da39a3ee5e6b4b0d3255bfef95601890afd80709','aa8de241385cb92312c65ef431e575525a259cb6',1,'core_h5p','libraries',2,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(108,'b7aef541088715684b49a5751ad4d140842d8016','8ee1d917a3da21f3f63bf9a56d725b6ca2e27293',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/','semantics.json',NULL,1253,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(109,'4594eea8e3ab5f30ddba142e1aafb69f33c2230f','820304a745ebfb9e552e4ac97738ffa7047bc875',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/','h5p-accordion.css',NULL,1551,'text/css',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(110,'266ed697d7410c75f47eca788f98f8dbf6ec0818','45b9d792bb742023c7e10104d1680b9d6dc8830e',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/','h5p-accordion.js',NULL,7928,'application/x-javascript',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(111,'3a5eb47fa1dc53bf3f0a8d3f35a790f8b3822bb2','34cb4401f28fe6b2cefffad965bed95fbed05b7d',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','sme.json',NULL,784,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(112,'da39a3ee5e6b4b0d3255bfef95601890afd80709','13121e93ed236c2e34012650a876ee1ac0a2d01b',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(113,'77abf612e6a5f0f7d817a7c17e09e9b6ab439c86','df78a238d9297742f6eb25fcf5dc35682053ec8c',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','ja.json',NULL,920,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(114,'2adfcf23159810997c515190f9627439e7663a0f','8a5f5185a76b906a5398de95daedc7ebde142593',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','ru.json',NULL,1202,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(115,'9807af0d5e5a9f6f3a2f46d2c62ceb50deb2c22b','78ad84c8a0aeb9fa6b731f6e38256dd16d61e7b8',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','zh-cn.json',NULL,763,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(116,'3c041dd1fc49e8c8ad841de029953552ef4eddff','f18491255b59880b805ae7bfc3081b62725c43eb',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','lt.json',NULL,838,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(117,'cc4d898ec287129dc4427216ac373b59fa687860','3e2d74488cba7ce4799138343fb1ebb4bfbd84cf',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','bs.json',NULL,768,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(118,'cc4d898ec287129dc4427216ac373b59fa687860','35e8ea5de3d405635a48186b0ed091b9cc5e273b',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','nn.json',NULL,768,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(119,'cc4d898ec287129dc4427216ac373b59fa687860','d9e3c273661d07a42f80708ab2ccecb739202efb',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','ro.json',NULL,768,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(120,'149fa7cb8414ab48508886f68b12ed2a5ce3f229','211db407d47d1a888a5983e5199133d39c4ac872',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','el.json',NULL,1235,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(121,'a33818c622db10e61bf80561416d6034ed57e676','cebe6094d0ea26b9d32a44e4c111be2b74e2f1ca',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','cs.json',NULL,771,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(122,'3a5eb47fa1dc53bf3f0a8d3f35a790f8b3822bb2','128bdc181833a01a95e381f7390ee75a1ccccb5b',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','sma.json',NULL,784,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(123,'cc4d898ec287129dc4427216ac373b59fa687860','e68089c7eb82efe9fc361be673b59278a3ca8e08',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','da.json',NULL,768,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(124,'ae64ac3f911031090f81c754cb9e3d63fe2a8e40','43f34b81432058169b2d9c7bc5512b9899766655',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','eu.json',NULL,802,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(125,'39a7276a64dd32b2e9c3b31ca3cb782b88a8c490','f37a7834b9306c7fd16182e1231166c2d2bfb775',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','nl.json',NULL,856,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(126,'e42d13b28265d0299294ce3ad3e48873fa8235a7','384e7859fcc4864db7206f06be27fe7fa740335b',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','ca.json',NULL,880,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(127,'8d5da2402f301954e42d7380c4ddaf88dbba3522','e552498f9fbec7ffc96d165c99b5c480796016f5',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','pt.json',NULL,810,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(128,'81c3020422afebdcce170a761fa25e4417b9ee76','547d0cb75da4677ecc087e6c64b424c03bb542a5',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','sr.json',NULL,971,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(129,'cc4d898ec287129dc4427216ac373b59fa687860','252b9e8c00c6c56ffd66555b898646c9d96b31ea',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','hu.json',NULL,768,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(130,'d204061266b05f4b15252ede3d750462707ce5a2','43565b6cf2bf8188295ea5501d80426c9d9d8bc8',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','sv.json',NULL,834,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(131,'0164270cb87c5718e7cddfad5264a0dd777d2080','15e78751338964afd980cec9f67c34367975932c',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','th.json',NULL,1202,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(132,'4a1c27152d38a7c0f307400eee1cf4884351d488','14da775f4c619ea701ba5eefa249e264a1feb386',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','ar.json',NULL,980,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(133,'f1acdc46820f29dd42b171c9cd754ba8153d94d1','429c1ceadd11a1255c7399df7cf5c883bc5a16e1',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','zh-hant.json',NULL,780,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(134,'797953fdad675d206c07e71a551e9ad3be544832','d32ba20cc44ec453e337423236fde2d4731acdab',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','uk.json',NULL,1198,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(135,'6b4fb5723d707a0581e9318e829861cdf25ca8b5','4b08d098c855b677f499c2a3119ed947da18b87d',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','zh-hans.json',NULL,778,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(136,'261f0a5b0ac7c41bc8eb4b41d20b7c5d5f9aa299','04b98c73aecbd85bd0417923f85117a0b7874d48',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','mn.json',NULL,984,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(137,'ee442815465c052daafc445138a55c285226be53','1ed2c0d7d68d56f24e1550b0c9b7e524184e6d8a',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','af.json',NULL,815,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(138,'6e2288ff73b30db17c93c3c3e24014eb43dfbe99','6a0204f711e7798f8d757955f45359c3ffdb6fb9',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','vi.json',NULL,805,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(139,'133d290df0a57241608919950938bf0763f67ff4','478db2e15a736010d65f5c92beab74438f0668a5',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','et.json',NULL,774,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(140,'57c10f6a096f403931cf8e90922dce5c220047f6','ded78bbb9daaebe850945e64a9af3c2aa2f6debe',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','nb.json',NULL,831,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(141,'aed2f2917344aebb1e9aa32b7d246d534a638fcf','b2f99b9a4b607277ea24875ec6212c7df9c361e4',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','fa.json',NULL,1048,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(142,'65ef8fc3a9f7c7fb7b8e1277bd07c8e5932de9e5','2cf1e1499910bfb4b3c50168c69417fd301906aa',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','ko.json',NULL,848,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(143,'bf10b5cc2ac916418600b40f9af5881b4be80188','ae71d7dd286bec8a73d6ed7b25b8d0973c8db464',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','de.json',NULL,887,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(144,'35470cf75f417d5672d2f8a68affc6709e060b81','9b67698c418b9ee39d4c9a03b488227d94ef76b6',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','lv.json',NULL,789,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(145,'cc6cb16fa875b0752db7e61b7bb192c0a0c631dd','f6f0f46b4d38b45f90d597516a9b82d72a600782',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','pt-br.json',NULL,813,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(146,'1c3f8c78e1163fa2a958a0751fb39134cfbe7c70','24d165c6428bcf41678ced622e0213dcfa50d03e',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','ka.json',NULL,1625,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(147,'cf47554466f2472fb90e594559188ad6667488f3','c0d78ac496938dc42a9ebe92b6f234554e40de5a',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','bg.json',NULL,1049,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(148,'7f95b63363356583a49e3a805b53051111303197','303494126c1321d3fdaa245178c45f98e4becf3d',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','he.json',NULL,805,'application/json',0,NULL,NULL,NULL,1691069290,1691069290,0,NULL),(149,'89fd223dd75eac780e6344e2c2c837c60b3be1f4','ae76f03c9f64218da4f0ff388a1f0b5e1ba986e5',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','te.json',NULL,1297,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(150,'51bb6ec4b14315932239ac4883a681504b201cc2','5fc860dc8bd554751a4761633e8515b104a84cde',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','it.json',NULL,891,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(151,'862d4d80102492c78c9a1c9ca560981fd03dd071','43d70f7f2fab28588eed5c6acf2afda4282f707a',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','fi.json',NULL,780,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(152,'8654172c83b65d943c5080c1440502841febfa60','57524535123b796de4d658e7ea62acda6644cf15',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','gl.json',NULL,800,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(153,'59964cdfa4c022c9a54170a05afaa4ff58e481ac','2fc29e421e182ee1f1a4079a0aebae561bd9d92e',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','es.json',NULL,821,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(154,'0f1d4711c0ebab10961826140044842b906d4080','34d056cc767e9b3c055f55eef1c258f03e176400',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','sl.json',NULL,803,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(155,'59964cdfa4c022c9a54170a05afaa4ff58e481ac','02d7116c81753d20940bf93116787289775e82da',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','es-mx.json',NULL,821,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(156,'a951ae9b60046a0118565889a2b3e92417ec3a4c','0c872f99d96b2e9503ac1f84a1f6abd71558fa6b',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','tr.json',NULL,833,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(157,'73b72f90a26795421fe748d05cc13c968abc6771','3b660f3e6d1b43a694c8e7406cc22e44262d2a03',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','sw.json',NULL,838,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(158,'9a1229d9adfe3b5451f2689995ea3c0a57e42da7','169571da6f3186ae2ca98aae21b548013527e17a',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','pl.json',NULL,789,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(159,'9bfb05aa3f6ec8e3fbd3b609f3dd338f1154f435','62f2cbe958a3f8791fda9dfae24c2b5e383eeff9',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','fr.json',NULL,852,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(160,'3a5eb47fa1dc53bf3f0a8d3f35a790f8b3822bb2','116031c5aa37414e3621a54f8e1b4834ef3c462d',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/language/','smj.json',NULL,784,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(161,'ffe248cae4f4d96e6eba785f4a40e1b9e6c77bcd','1df53b0a597d9220af5729fa31d70a1efe07e5cc',1,'core_h5p','libraries',2,'/H5P.Accordion-1.0/','icon.svg',NULL,2453,'image/svg+xml',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(162,'a29b4bc5136ba48b47ed996c1e87bb99f94ca80f','5ef757fc62d5ca04d8388e134ba8d2c7e2c0dfb3',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/','library.json',NULL,445,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(163,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1ece9ea9d98a86096da49bf21cbec4ea1b6a4414',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(164,'da39a3ee5e6b4b0d3255bfef95601890afd80709','99cef98b6b23a457a6c222a981b822003cd31184',1,'core_h5p','libraries',3,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(165,'19386a3f3cfd291ec1d7514192afb915f64c196e','b24bc847c0100ce0c13dd3149815530f32b5bb7c',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/','text.js',NULL,892,'application/x-javascript',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(166,'fcd5e231664ab67bfd4dd4b06544c0d7c1a727f3','d6c3a020166d10314f4387ddc43385155cb797ca',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/','semantics.json',NULL,388,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(167,'67df1191437b37ac9fad77bb73c1abb0f35b22b6','5b41c994053774ac19812db20f1d2cc91efdd6ef',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','sme.json',NULL,59,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(168,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8d6312ab204c79d8387beef46383591dd6d89370',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(169,'349c9521a23e6bfcbe64f2f421f499e5b4b43051','b47133cbb7f875707401034df02b5ac7c1ba1516',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','ja.json',NULL,64,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(170,'82b0a30d7ee4741b58c58301e779d04c400681d2','214a7b6f50ace262b622ba162f1fc24f6209329c',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','ru.json',NULL,65,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(171,'e328a2543fa5527649bfad9f9beca6a7b1a84a6b','6212a53ef9653b82e60a99aa3dc733db674d0662',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','lt.json',NULL,62,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(172,'f7da727c1a6ea64ec166440a46c4a06e483824fd','7d5da285e249e22d9f5d5d662ab41daaf6bdbc14',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','nn.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(173,'f7da727c1a6ea64ec166440a46c4a06e483824fd','289b3a1bf8c0c98036d522b4663676331602d8fe',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','ro.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(174,'ab6311355eea09473732e326681fb7c16d53f251','0c55dfc345563c5e22cbaaa6985df440fe706ac3',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','el.json',NULL,67,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(175,'6bcee9b671dc19cdc90b30fcd712e03f3d32efcd','0cc2aef2216c0f9ba69d91a3f3e8f5d063cf6be1',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','km.json',NULL,73,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(176,'f7da727c1a6ea64ec166440a46c4a06e483824fd','6b1cba3ece6e5e96afc9463b1347e8616c9be1d3',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','cs.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(177,'67df1191437b37ac9fad77bb73c1abb0f35b22b6','eec3f38f162c5dcb1938f724a2dbacc316034e06',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','sma.json',NULL,59,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(178,'f7da727c1a6ea64ec166440a46c4a06e483824fd','f17ab7f999519ed4723989c02c93f5e3bbad8a73',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','da.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(179,'30405578c9383a49431189a6e4176897d4ad6908','30eca240bddeeebb6a569a77679bb1c899c1096a',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','eu.json',NULL,61,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(180,'f795d3fa8cca3ea514d1deebef868f65e706e8a0','090e6916a10114bd94d79c38d580304a8daaf07b',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','nl.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(181,'f7da727c1a6ea64ec166440a46c4a06e483824fd','9e80c31c76276706ac95bad9c7c54fd986f1662e',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','ca.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(182,'6da83af18e98b75adb0f2737d3d63f7b78a72f3e','188a05e85bd54e8598d5e2bf8a2257aefda20997',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','pt.json',NULL,57,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(183,'f7da727c1a6ea64ec166440a46c4a06e483824fd','f13995aeabccbe021debcc65f1f06168e002ff9c',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','sr.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(184,'f7da727c1a6ea64ec166440a46c4a06e483824fd','76d2168b09931473e5facd55404474546088fdfa',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','hu.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(185,'f7da727c1a6ea64ec166440a46c4a06e483824fd','89a02b4b0df4004648d095d0de147473911977ad',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','sv.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(186,'1c67884a30269595013670ae2c6e7e807c92d435','3b377a4a27c802642e41e4df383c9f6f6aad4e2d',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','th.json',NULL,76,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(187,'76349517f4532378a769e322f51a2abf72f81d0a','33704ba568b70689f8b3f628c167a424f76b4acb',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','ar.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(188,'46b8272ecc50cee61d9730478e805d6149722213','7902b5d676f94e0a5726dd9cab798565ebc762a1',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','uk.json',NULL,63,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(189,'82b0a30d7ee4741b58c58301e779d04c400681d2','862c07d80dbfcdb2a3af8c035d936ff80b0d53dc',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','mn.json',NULL,65,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(190,'67cb8751bc2a87c22bf96ebda71fe6d021e45fd2','261e88e58dc30ced95d22b972c006d05319e7a90',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','af.json',NULL,59,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(191,'2ccf078f460e159c191594b7b58b314281378158','ffec7b37f062618d9cb6b606cf9c5eefd5317304',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','vi.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(192,'f510e22377a03e12ae00d4aaeef5867cf9da78e1','3568c049095d25657ee103a717f57d9ac80e2da0',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','et.json',NULL,57,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(193,'f510e22377a03e12ae00d4aaeef5867cf9da78e1','f93110cee9d8dbc68b21dfbac64570f93984851a',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','nb.json',NULL,57,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(194,'bf5e8b0b816189ed634e896eb5e4eb9338e8be5e','52d733114e0d2166b62f8d06d8eedfc6f3135b4a',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','fa.json',NULL,61,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(195,'e376ba9bbcfe6b2b2cbde798692455f297231351','cd8a5d0e89cbc17bf3f9913b04aee3b6ca068a9e',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','ko.json',NULL,62,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(196,'f7da727c1a6ea64ec166440a46c4a06e483824fd','ec91c91f7b8a24fad914b88a5a0e6d0da67f48dd',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','de.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(197,'b40b362062ecf0d1929e5d739b63378c539c66d9','26c0fc36691e7135cc9aaba3241897aa1455dcb9',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','lv.json',NULL,61,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(198,'3ef75005626aeb0e05fe60d28d43659bb0c8276c','ba02eb8ea0634b423182e48dc828f21ad7873877',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','pt-br.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(199,'a3e72ab53fa870394a866c1497850c13c4c6885e','665cd2ced6381c6d4ba1e6a5469ae76dbed50d7d',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','ka.json',NULL,73,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(200,'bc003373a3aa3491af7d9779e3397f547a4dee75','8f7136d59cf2ec49ab63fab809c046c1348e9774',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','bg.json',NULL,70,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(201,'602a94a74ddb46477f73d943de230fd8f00d1ba1','c4f77e49a165ef3a50dd0c946ee11bcb3624968a',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','he.json',NULL,63,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(202,'1fe4609f60f7a539ee7e629e1d7607573e06cb52','4f81d599c1beea894f5ffd684a6a8bf3ebe9fde6',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','te.json',NULL,79,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(203,'8d9bd343f08b3d161a6005ebbc32ef5823e3299f','49c18f3334cf87676737f5ce58508b2ec09a7419',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','it.json',NULL,57,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(204,'a8c039d4759b0ea579b3c574818f69ea36bba1c7','5c1abb43cb6965bebc8dae001dec1a6619fec9bc',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','fi.json',NULL,58,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(205,'3ef75005626aeb0e05fe60d28d43659bb0c8276c','a345c52e8b5ff37681523869eaa5a071fc0ee0b1',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','gl.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(206,'6a26d3ab80b883cbb31ef793e8087390c7201a35','34d9234cbc865d7cc9a06f8c0f9c50c297aeaa0e',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','es.json',NULL,58,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(207,'e2adbd51e27fe6ecca94f77a29dcf6593c4dfe79','ec749be89b2f45560cf39869cb9501dc1758640f',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','sl.json',NULL,63,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(208,'3ef75005626aeb0e05fe60d28d43659bb0c8276c','13a2579d71ddb3df4062db2fdb067cede56a903d',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','es-mx.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(209,'44a1523e316ca97435e9f919ceb5c4b19aabd7fb','d1e02fcfe76fd93a1a4da869139e823cb671d24a',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','tr.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(210,'7324e2f721d2de3b503f7636e0a32aa8a9d9678e','c562b9e48becfae012eb9b8c0e0c75ffd5939d1c',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','sw.json',NULL,64,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(211,'f7da727c1a6ea64ec166440a46c4a06e483824fd','0f7dbd4ac33e49e8ad9133228e07a7e831eca699',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','pl.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(212,'32c2780340015be28decbf6ae560b29a0ab57c43','d295959a3bd8d584698fe40c156eff37ca1343de',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','fr.json',NULL,57,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(213,'67df1191437b37ac9fad77bb73c1abb0f35b22b6','d1b36be20463db3ecca55c881cde7faf206f78fa',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/language/','smj.json',NULL,59,'application/json',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(214,'4bae06c15b37f4111a55db70affede77af9b1de3','36d3d343427adc86868d81ec14650cd38a299bf7',1,'core_h5p','libraries',3,'/H5P.AdvancedText-1.1/','text.css',NULL,445,'text/css',0,NULL,NULL,NULL,1691069291,1691069291,0,NULL),(301,'8292ac4bfc5772180d921c4e3d9d381c96d8267d','2e4397c6c35ea126f74ab327bcb27670e80c8525',1,'core_h5p','libraries',5,'/H5PEditor.ShowWhen-1.0/','h5p-show-when.css',NULL,57,'text/css',0,NULL,NULL,NULL,1691069295,1691069295,0,NULL),(302,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7b1e8a653411e93698f2d846760d351bc62d2a7c',1,'core_h5p','libraries',5,'/H5PEditor.ShowWhen-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069295,1691069295,0,NULL),(303,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8bd6e5077003b3e437a3578f64369a73614c1112',1,'core_h5p','libraries',5,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069295,1691069295,0,NULL),(304,'02c8144328c5974334e886e8e006d44dc09a06e8','2e29ebec1dec518cef738b76720aed480120cbcc',1,'core_h5p','libraries',5,'/H5PEditor.ShowWhen-1.0/','library.json',NULL,361,'application/json',0,NULL,NULL,NULL,1691069295,1691069295,0,NULL),(305,'349099789ae5c3f9d550ec1e493402ba699e00f1','a5e5e57071b0fc9d8fc96e1994e7a5039ab4a8ac',1,'core_h5p','libraries',5,'/H5PEditor.ShowWhen-1.0/','h5p-show-when.js',NULL,4351,'application/x-javascript',0,NULL,NULL,NULL,1691069295,1691069295,0,NULL),(306,'391a7a93aefa7f47e36c58b1c5b6009fb06e03fb','3eceaf582ad4e24db37ef7c75c6f9083c26a3e8a',1,'core_h5p','libraries',6,'/H5P.FontIcons-1.0/styles/','h5p-font-icons.css',NULL,360,'text/css',0,NULL,NULL,NULL,1691069295,1691069295,0,NULL),(307,'da39a3ee5e6b4b0d3255bfef95601890afd80709','25548a29beabfd239d0e7b6623501de10a030d11',1,'core_h5p','libraries',6,'/H5P.FontIcons-1.0/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069295,1691069295,0,NULL),(308,'da39a3ee5e6b4b0d3255bfef95601890afd80709','da16b2d0d1cddd5c5dd91f51aba5457ca63209b6',1,'core_h5p','libraries',6,'/H5P.FontIcons-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069295,1691069295,0,NULL),(309,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4d821029f4515650fea554023b4d4d295d256377',1,'core_h5p','libraries',6,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069295,1691069295,0,NULL),(310,'081d5cf9d31f69b16b1fbac6e03c76518d8de3ba','3801719298dcb6a983a5299ab93ce688b7a3ab21',1,'core_h5p','libraries',6,'/H5P.FontIcons-1.0/','library.json',NULL,246,'application/json',0,NULL,NULL,NULL,1691069295,1691069295,0,NULL),(311,'1547d8246b70dade7896c1990c7a7fcfc826b933','84f69b4a4cf203b4e0fe3500311c371e03c522cd',1,'core_h5p','libraries',6,'/H5P.FontIcons-1.0/fonts/','h5p.svg',NULL,63288,'image/svg+xml',0,NULL,NULL,NULL,1691069295,1691069295,0,NULL),(312,'da39a3ee5e6b4b0d3255bfef95601890afd80709','bce9ba6db01e214198038a53c07995ae80ebb458',1,'core_h5p','libraries',6,'/H5P.FontIcons-1.0/fonts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069295,1691069295,0,NULL),(313,'0e0daa7d1eb4f4ee57b8da5a1d4ed8a610401b77','c5605b0ad08b04af5e3d57325696de7a70469630',1,'core_h5p','libraries',6,'/H5P.FontIcons-1.0/fonts/','h5p.eot',NULL,16800,'document/unknown',0,NULL,NULL,NULL,1691069295,1691069295,0,NULL),(314,'cb54001c5951d1c64cf521194a6f353f16d45d30','10e63cd4ab5d6ce7f3cf4f5ab285b8b47eb7f443',1,'core_h5p','libraries',6,'/H5P.FontIcons-1.0/fonts/','h5p.woff',NULL,16728,'application/octet-stream',0,NULL,NULL,NULL,1691069295,1691069295,0,NULL),(315,'f6caca29d53b395e72c54ce392be54bdab0601f4','82feab12e64b472d9ace078733d07a0be999596b',1,'core_h5p','libraries',6,'/H5P.FontIcons-1.0/fonts/','h5p.ttf',NULL,16652,'document/unknown',0,NULL,NULL,NULL,1691069295,1691069295,0,NULL),(348,'16ad85f0dc820a467d72c5485fb11b1dfad692cc','62174046167a219ce2cd67df6937d6b7b222a1d2',1,'core_h5p','libraries',8,'/H5P.SoundJS-1.0/','soundjs-0.6.2.min.js',NULL,59855,'application/x-javascript',0,NULL,NULL,NULL,1691069296,1691069296,0,NULL),(349,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d026ec6b722422b0051c1e21d410c3dbc3bbc83b',1,'core_h5p','libraries',8,'/H5P.SoundJS-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069296,1691069296,0,NULL),(350,'da39a3ee5e6b4b0d3255bfef95601890afd80709','585941022845415abb2690b8e2240675d78e9a1d',1,'core_h5p','libraries',8,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069296,1691069296,0,NULL),(351,'0d40bfa605935580c9c050e601c21ef1ee4f6553','e92cd9687dd9b8e5b3455af8c73eeb7f27195051',1,'core_h5p','libraries',8,'/H5P.SoundJS-1.0/','library.json',NULL,347,'application/json',0,NULL,NULL,NULL,1691069296,1691069296,0,NULL),(352,'e7cf1cbd98663969148ef7016b1d9e603c20e7e9','9594bf02852cc2388da05f5e497164e1d0d7223b',1,'core_h5p','libraries',9,'/H5P.Transition-1.0/','library.json',NULL,322,'application/json',0,NULL,NULL,NULL,1691069296,1691069296,0,NULL),(353,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c6e2fdd2ef41ac5ae503dc809c956083c985fecd',1,'core_h5p','libraries',9,'/H5P.Transition-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069296,1691069296,0,NULL),(354,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c67d8eac461abdf1fd8425c87ad30959061495e3',1,'core_h5p','libraries',9,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069296,1691069296,0,NULL),(355,'18df714ab8f9a929aa83f928fc7dc8626248f41a','0889d44b57a50951fa30c23b593e49c679e85673',1,'core_h5p','libraries',9,'/H5P.Transition-1.0/','transition.js',NULL,4591,'application/x-javascript',0,NULL,NULL,NULL,1691069296,1691069296,0,NULL),(356,'8cac7e09ca2e2c784dcd4e8b80531d42497879dc','f26247dcbd5f58935bc5040eefa27bbaa7be3fbb',1,'core_h5p','libraries',10,'/Odometer-1.0/themes/','odometer-theme-slot-machine.css',NULL,8015,'text/css',0,NULL,NULL,NULL,1691069296,1691069296,0,NULL),(357,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4abe2e3b4fc024944c39118203fa15f184f0cfd2',1,'core_h5p','libraries',10,'/Odometer-1.0/themes/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069296,1691069296,0,NULL),(358,'da39a3ee5e6b4b0d3255bfef95601890afd80709','976c2f624390193389b5b947be319dbf58366650',1,'core_h5p','libraries',10,'/Odometer-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069296,1691069296,0,NULL),(359,'da39a3ee5e6b4b0d3255bfef95601890afd80709','bf5ca917a82526608e3beba4deecca61ddc13ab9',1,'core_h5p','libraries',10,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069296,1691069296,0,NULL),(360,'fa8ffa64bcd070065f5f05f8d3761ab2bd917c5e','08ae401c044210eb41cb4c93ea4aed7870140af6',1,'core_h5p','libraries',10,'/Odometer-1.0/themes/','odometer-theme-train-station.css',NULL,5700,'text/css',0,NULL,NULL,NULL,1691069296,1691069296,0,NULL),(361,'3f60e6f1fe883de9c0969b42e0a508c9112ef8c0','ea116e5474420424eaf29ebf24e9f934ee945600',1,'core_h5p','libraries',10,'/Odometer-1.0/themes/','odometer-theme-plaza.css',NULL,4677,'text/css',0,NULL,NULL,NULL,1691069296,1691069296,0,NULL),(362,'69c3318a8ccb7302b196eb62723bcbe735b9a09c','ad8967d6c37faa14fda593baa1b6847a848cd4e6',1,'core_h5p','libraries',10,'/Odometer-1.0/themes/','odometer-theme-minimal.css',NULL,3754,'text/css',0,NULL,NULL,NULL,1691069296,1691069296,0,NULL),(363,'f4f379520ba533ce66e62c211babf6b19e1e55c1','5086c7291d61c3163488d6b653fad3e09ecaf37b',1,'core_h5p','libraries',10,'/Odometer-1.0/themes/','odometer-theme-digital.css',NULL,4686,'text/css',0,NULL,NULL,NULL,1691069296,1691069296,0,NULL),(364,'cbf50bdd8ebdb2e2764dcb635ce39ef26bff2044','37b714acbb1a99e8ae9bb9e9683df8215fcb14d0',1,'core_h5p','libraries',10,'/Odometer-1.0/themes/','odometer-theme-car.css',NULL,7374,'text/css',0,NULL,NULL,NULL,1691069296,1691069296,0,NULL),(365,'eef9563a2cbd611be559de69b73926ec7e04b3c0','c5eea24c0e9ee046db8fc5312a58abeb7098c1b5',1,'core_h5p','libraries',10,'/Odometer-1.0/themes/','odometer-theme-default.css',NULL,4012,'text/css',0,NULL,NULL,NULL,1691069296,1691069296,0,NULL),(366,'27c2624c609faebfc2d355f3a3c3af62210b73a2','16a62e6f9408950b022bc8607f621aec588b8784',1,'core_h5p','libraries',10,'/Odometer-1.0/','library.json',NULL,400,'application/json',0,NULL,NULL,NULL,1691069296,1691069296,0,NULL),(367,'fe5beb60997c84ab2f91b54535c4221443cdd21f','f50ba4e16693bd5fcfd60af031b031e0efad972b',1,'core_h5p','libraries',10,'/Odometer-1.0/','odometer.min.js',NULL,9896,'application/x-javascript',0,NULL,NULL,NULL,1691069296,1691069296,0,NULL),(369,'1e35051f466802bf51eef9e4c4dd567dd3296f4b','60d4c6088a2fe17a2d50e47262eb05d40298250d',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/','pie.js',NULL,2467,'application/x-javascript',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(370,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7a7df308d77d9d2d9494d5a06fad58ad2526e71c',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(371,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b76d9bc227d76a046b098074b410f6867fc6a089',1,'core_h5p','libraries',11,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(372,'7580fc62423d63ffa8979e87377535374d9791e8','6b55318a1a18d170a14dad164427bd89ec7e1bb2',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/','upgrades.js',NULL,563,'application/x-javascript',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(373,'386682100fb6e2e592584d7fcb5c4547dc153897','296d324030cf23e9ed0728c9afa345e809e6ef4b',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/','library.json',NULL,692,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(374,'cba0d0ff98ffd58f13d82e24dc4e146d70a279e0','7fd7c3feab8a88c63fc5690b4a0197c9a9a0a416',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/','d3.js',NULL,335543,'application/x-javascript',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(375,'59d2633362ded2575ce6a0cee5e20b67e4070921','5af18b060aa8c8f167c9e4da7120a0fe7db73279',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/','bar.js',NULL,3498,'application/x-javascript',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(376,'8eb26acd34b807947d7fa7a9001db1f330637271','3c356576e4a8c7fe13aa005ad124cef6e038a75b',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/','chart.js',NULL,3910,'application/x-javascript',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(377,'05904f9be11843976c84cb52132d8d35bc71ae78','19f245d54f819d73d81c7e6dfcee767f08f731e0',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/','chart.css',NULL,487,'text/css',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(378,'9a50a44a63aed1b70090dd9d87a839adbe02a242','f357161a9c2139ced9231c9d3365a00d6f0fa0a1',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/','semantics.json',NULL,1850,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(379,'b01a14e93f5ff9137d5f234cea031c0cedfc72d8','ebb51e979a21ed92cd641868cb3195e15db3b790',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','sme.json',NULL,691,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(380,'da39a3ee5e6b4b0d3255bfef95601890afd80709','86e517bfb7d22f88a264874b038fd198d653a606',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(381,'381821e85ddd34ec59aea529c26cde6c192911ff','e74d566d31d01a876e2b1da48ccb45e4a6aecb68',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','ja.json',NULL,699,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(382,'88d66ee6de50d3e2eb2b5d547bfed883365bc6ed','0ff4af7bb2111e6e545ef0cb20a97ff2fd213730',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','ru.json',NULL,905,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(383,'55d965702db69cf8f4f4bcd6379ce83b7fdc45a2','339e3c5ee5e028a525c3fbd572f3b94df1316861',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','zh-cn.json',NULL,691,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(384,'2ae9f5f14027d8b843498dcfe4c50eac692263d1','c9bf73a7afb333410c7675e1c6225debf82b0ce4',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','lt.json',NULL,759,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(385,'67f054efb444cc0b5ce5859d07253ddc19b77849','83e19bb26e4728eedc044e08878e1012883d6e43',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','zh.json',NULL,650,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(386,'95b44d4320ff0a4078acdd570fb2fa2d2e5ae3ed','0e74eb918bbfc835e07f2376a030ee9f8b3e1307',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','bs.json',NULL,701,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(387,'9dbee79085b4345dc8043eee77610715ddc3034f','b3e5f69470da68020c40a6adb39e343d9d8a4d17',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','nn.json',NULL,678,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(388,'2ab82d8383113d2a423624f3f6f3db1dd7f83279','08cf8216e398cbd161b021b5241ed51bbe12e529',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','el.json',NULL,910,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(389,'93e421e7c13fd1b702fb53deceb94eb9d2401912','a07bf3842f4b921570b3a962557fceab67e3be9b',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','km.json',NULL,704,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(390,'bec824b09a62f2efdc27ece1b872a1a33081e4d9','7facff29dad93eb88bcc9409c440a956a62a3cb7',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','zh-tw.json',NULL,683,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(391,'683bba48972fd47c5424975c0c1a15eeaebcbef4','06c6843fb8612466a785dc28d83ddecb4b1f53ea',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','cs.json',NULL,714,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(392,'b01a14e93f5ff9137d5f234cea031c0cedfc72d8','1ab6151bd9684c2e050d2c0f40a47f1e9fc72f56',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','sma.json',NULL,691,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(393,'1e962dbe1fb04bdbe7b0e51987aa7136a9015501','c633ac7bf97b86d77806427040985ae58e71fed7',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','eu.json',NULL,735,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(394,'238ffbdd186f2774531acbbd4fab677b92d4337f','1d46326311b321eea7b4f76ad8a3335ef621283a',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','nl.json',NULL,731,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(395,'6f96cc68ff03e1be554dd302904b4e499f42c2f3','d52ad7f16e63f41efdf6f3777585e819bb7c9542',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','ca.json',NULL,761,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(396,'cdec2e14f3871d66d7e692b47b2b2531270c2b80','19b474106f3e4e2abacaf5770d3d0b18741f66ae',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','pt.json',NULL,720,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(397,'e9ba4cc18b57de1b1df434d7cf856f0eca58ad37','81cda316a8014bee0fc08fd2027b5c11d4019c9c',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','sv.json',NULL,709,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(398,'e76ecd89477312b27e8781c4e1c6dc226ef22cfb','bc8cfb923d676aa07f6096587f01e3538e4f2ab0',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','ar.json',NULL,820,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(399,'d659024ca87c7c64fb55e4825f179d768c1116e0','aed68c6eaa474215390ef43278d9a30978458807',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','uk.json',NULL,947,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(400,'a2b4302c5da9a73a6f30fdeef5318244ac1de58b','792e01a5e2d419072c9f2db0e87c44602bb5078e',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','zh-hans.json',NULL,687,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(401,'6767f7a223bfe155b8b73e4e583d76b8f2ddd9a4','78692a2b8aafcb0eab26e2faab50216336ee7a7a',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','mn.json',NULL,871,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(402,'f8a3da1d8b1f746f5133be81f4a95de815d77b12','d80818599263e69e4418328ac80857baa6329287',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','et.json',NULL,713,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(403,'c5e8f56f4cb7dbc89efc5241abe24e6ef7fab303','f3d1a48e82acbef5a5891e13e0c943a8b4eb7313',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','nb.json',NULL,687,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(404,'1d9b5bf3fc599e221553dc2739cf89fa67d92878','68ed79dfcb53acde2d6d06b533f98b99be3ff5a1',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','fa.json',NULL,853,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(405,'0a8bd73882f0a8c1845b93a5e464871eee27a0a9','09cd9e63052cdb8da8a0fd879a44b2eac0173976',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','ko.json',NULL,736,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(406,'75ef0e9c852091b82fad3322f3c49700daa27df6','523bba209836deed039058a0fb2c79a3e6172dc6',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','de.json',NULL,746,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(407,'16c6ebbb4f914585305d58ffad1e6d7658e6ca99','b5360c30b99d79d8b265a56edfb41942b88e5ce3',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','lv.json',NULL,750,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(408,'723eadc3f9d216fc6736edafb8641c586530316b','3283f5d5e43bd7739ca024a9e1434b4b3072bbfd',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','pt-br.json',NULL,711,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(409,'d4831dbb673ce4084d146201125ecbd24dafe2f6','9f954c6591caa58f34cda068659f0724f643f811',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','bg.json',NULL,962,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(410,'f4603fc43cd364659c4bb9cb04c09ea96cbcac83','9e7b9e3a340fda4a34bbda1296344b04ebef44de',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','he.json',NULL,771,'application/json',0,NULL,NULL,NULL,1691069298,1691069298,0,NULL),(411,'65d92ebb777238697dacffed4201ad0a62472750','a82db52ba8b7d911558bcb50cd507c9ea0bab3d6',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','it.json',NULL,737,'application/json',0,NULL,NULL,NULL,1691069299,1691069299,0,NULL),(412,'c3a1e65000cb80e90426f9b6063115562b5b9d37','1ccd6624db35b3750d40b06a6c42987ac12781f5',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','fi.json',NULL,651,'application/json',0,NULL,NULL,NULL,1691069299,1691069299,0,NULL),(413,'bcad269d09ff307fc33ab3d8d156642ddf5ddbd5','b5ca56b6cb1bc9bd9d0e0e7805cbdc26ffefc8de',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','gl.json',NULL,735,'application/json',0,NULL,NULL,NULL,1691069299,1691069299,0,NULL),(414,'77e6b04304b67a9d8a231775a0294ea7dda8a0f2','2edc4fa8085e79f6ec74c897e7b38c3c89f7c020',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','es.json',NULL,745,'application/json',0,NULL,NULL,NULL,1691069299,1691069299,0,NULL),(415,'2e7bad2b112a2e101bedc8b4fcec488847656171','00fa97c05c0f22df6bf6fb658107e167b43c5d41',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','sl.json',NULL,691,'application/json',0,NULL,NULL,NULL,1691069299,1691069299,0,NULL),(416,'5476cfa3bb7de882a19d8b100b44190586864a7b','6f0c455c674d9020a59653bb13ba0f60cdd65b8a',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','es-mx.json',NULL,760,'application/json',0,NULL,NULL,NULL,1691069299,1691069299,0,NULL),(417,'79ecc61663cbd9bc33a37004d025bee4654a95fb','07e0b447a7a77812e498988eab6e87f38675f460',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','tr.json',NULL,725,'application/json',0,NULL,NULL,NULL,1691069299,1691069299,0,NULL),(418,'d9c0ec7d00d68cd3bcddb6e5d0f33b7e5c764ee7','17bab4071d3f864b077a872f2d04ffed931f2603',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','sw.json',NULL,728,'application/json',0,NULL,NULL,NULL,1691069299,1691069299,0,NULL),(419,'3b02ca0bd16d3c0cd928f292594fbb3afdc7c965','20dccafc4f801b58f71a7bb143e058959f7b65b7',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','fr.json',NULL,744,'application/json',0,NULL,NULL,NULL,1691069299,1691069299,0,NULL),(420,'b01a14e93f5ff9137d5f234cea031c0cedfc72d8','fcc74f1ddcdcec3e65a39d2f71bbf97fae253a48',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/language/','smj.json',NULL,691,'application/json',0,NULL,NULL,NULL,1691069299,1691069299,0,NULL),(421,'2ada3bb3f4c9a9e0415ca0d1949538fff6c7ebf1','2fc6355ee47f13f2f2dd2e0e56a0908d8045fa8f',1,'core_h5p','libraries',11,'/H5P.Chart-1.2/','icon.svg',NULL,2095,'image/svg+xml',0,NULL,NULL,NULL,1691069299,1691069299,0,NULL),(422,'4ed48a0fee604c51f38739cd0df4d50040a24c10','24003588fb9e3c88b6c2789b93607e0a598b5e4c',1,'core_h5p','libraries',12,'/H5PEditor.ColorSelector-1.3/styles/','spectrum.css',NULL,14921,'text/css',0,NULL,NULL,NULL,1691069299,1691069299,0,NULL),(423,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2dfa3cb3e8750161c89fac5d357e69655eec3392',1,'core_h5p','libraries',12,'/H5PEditor.ColorSelector-1.3/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069299,1691069299,0,NULL),(424,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f188430d7b5b2d0bb4d0c823ac5d8c9b408cbf60',1,'core_h5p','libraries',12,'/H5PEditor.ColorSelector-1.3/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069299,1691069299,0,NULL),(425,'da39a3ee5e6b4b0d3255bfef95601890afd80709','bfd41c9f1b6b01841e83787935dba3b574d98427',1,'core_h5p','libraries',12,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069299,1691069299,0,NULL),(426,'1807f8176558e6b20d1225b5204adbde7e8a6ed1','7065ce0ce547fe9f3111a123e35e1628a5648c75',1,'core_h5p','libraries',12,'/H5PEditor.ColorSelector-1.3/styles/','color-selector.css',NULL,385,'text/css',0,NULL,NULL,NULL,1691069299,1691069299,0,NULL),(427,'dfd80abb34dc4154909ddea9ddcb5358c578591b','e04b09b57b5b57123be5f6227c39f3c1d7325e9a',1,'core_h5p','libraries',12,'/H5PEditor.ColorSelector-1.3/','library.json',NULL,508,'application/json',0,NULL,NULL,NULL,1691069299,1691069299,0,NULL),(428,'be5702de7307181d4c808c4df477bee47d45ab20','8707de406839e1f96f48b74d5ec4817f35d8708a',1,'core_h5p','libraries',12,'/H5PEditor.ColorSelector-1.3/','README.md',NULL,1689,'text/plain',0,NULL,NULL,NULL,1691069299,1691069299,0,NULL),(429,'18dec97c7c309159caede5cf4c66d9a744954baf','29688faa337ad02fa3356f44ebb0ddc999c26154',1,'core_h5p','libraries',12,'/H5PEditor.ColorSelector-1.3/scripts/','spectrum.js',NULL,79889,'application/x-javascript',0,NULL,NULL,NULL,1691069299,1691069299,0,NULL),(430,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7322ab08bf3dd1fa9ee2efe3bc14dee2d3bbc96d',1,'core_h5p','libraries',12,'/H5PEditor.ColorSelector-1.3/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069299,1691069299,0,NULL),(431,'1a2143e492ea10b139fce6668fe125932b83bf69','9e10104238bb6fb16222d863fdf1898d83915597',1,'core_h5p','libraries',12,'/H5PEditor.ColorSelector-1.3/scripts/','color-selector.js',NULL,2957,'application/x-javascript',0,NULL,NULL,NULL,1691069299,1691069299,0,NULL),(687,'3041ef4ac939c52a5c5274de6f04b5b102ad59d7','2408c33c78e1b091345e347a000109af1b8f3fa1',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/','library.json',NULL,338,'application/json',0,NULL,NULL,NULL,1691069308,1691069308,0,NULL),(688,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8110e8cbd814227751bbd59c9b2abd333bbd22e9',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069308,1691069308,0,NULL),(689,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f7b6041f9c845e157f1b17d115b2da7dee2d702d',1,'core_h5p','libraries',18,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069308,1691069308,0,NULL),(690,'ef21241c374614910950d7dcf2086745e732ce47','631d037b239f62b157716682804039bba6d84837',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/','build.js',NULL,760,'application/x-javascript',0,NULL,NULL,NULL,1691069308,1691069308,0,NULL),(691,'cc7a8d492f3df59ced47f04b3cd1e8274d7a65bf','6a72c2f262ea564fc8d737ba7180a85ad72cf862',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/','h5p-ckeditor.js',NULL,8826,'application/x-javascript',0,NULL,NULL,NULL,1691069308,1691069308,0,NULL),(692,'fc6fcf3b5666aabd9b842646daaff06f13740eba','0b80a54b33fdc1ba3fa6ae3cac2f1b673cde7fba',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/','package.json',NULL,107,'application/json',0,NULL,NULL,NULL,1691069308,1691069308,0,NULL),(693,'2d67c3d55a72f6fdfc59914774e46efba774c535','b32c32088c837c058bc789b4c495311fa44c40dd',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/vendor/','promise.js',NULL,6297,'application/x-javascript',0,NULL,NULL,NULL,1691069308,1691069308,0,NULL),(694,'da39a3ee5e6b4b0d3255bfef95601890afd80709','10db3a37c7a7f2f925b1c6dc2f4b60d6e9d261ff',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/vendor/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(695,'da39a3ee5e6b4b0d3255bfef95601890afd80709','154d7de8b2f4c07e3690e63c70e088b6336802f1',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(696,'865e98c74090b814ce2d5981db2bc1843d5f8f91','e6118e78c08b5305593cb4e702ad5db19f0ec716',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/','contents.css',NULL,3092,'text/css',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(697,'946e512600ea05af32deb79edbf51c87abf7badd','ab8281479e123121f2d6c9446e63d652a914ca91',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/','ckeditor.js',NULL,678083,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(698,'31cbb1889d3d71d7b5c4604c02822eadc4f6b0ac','194d6bcc9c8087e9bebb2d420f86321e4f3a9f45',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/adapters/','jquery.js',NULL,3180,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(699,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1f6868cd098d33657ec0e1d34cc6fd775a2e6dd4',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/adapters/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(700,'f83ee036a82c524af5b5c7b9b18bf7340c194939','d408d42f535096fff1c1793be7c810f34612bbc6',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/scayt/dialogs/','options.js',NULL,16136,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(701,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3490880ff48617e0745baf84fd18975706d12447',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/scayt/dialogs/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(702,'da39a3ee5e6b4b0d3255bfef95601890afd80709','db7c3db22953b4cc4e87f5ff7d8d64abbd5f2b51',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/scayt/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(703,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7c0cd4ab4ef3217f0d71db71f1afe9f8ad114036',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(704,'64351615a528917dfd007e83999733572df68724','3a439bed59adb951155259459890a87edecd523a',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/scayt/dialogs/','dialog.css',NULL,419,'text/css',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(705,'21dc38df67bdaefe288b651c2256b846d1ad9a7f','b626651daf867faf33364ee21b8f059414130bab',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/scayt/dialogs/','toolbar.css',NULL,1302,'text/css',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(706,'a754040fbab295d2a8bc839169217070644876c9','6a6cfdb2a5d8292d37a1e39c1668fc9cc395eb35',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/scayt/skins/moono-lisa/','scayt.css',NULL,381,'text/css',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(707,'da39a3ee5e6b4b0d3255bfef95601890afd80709','19916d8903d141c9df22bc7f07759a0e8b830ac9',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/scayt/skins/moono-lisa/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(708,'da39a3ee5e6b4b0d3255bfef95601890afd80709','382db4027e690afe84bb01fcfaf9d7c7ab8152c9',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/scayt/skins/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(709,'aefb41a490753d72965600685583c3fa82988ee8','d7f4e857d0d3b06008aa39d113ced3cbf5dbda13',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/about/dialogs/hidpi/','logo_ckeditor.png',NULL,12236,'image/png',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(710,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7a73de5d2903cc4f49cf32fbe71e64a0013db94a',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/about/dialogs/hidpi/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(711,'da39a3ee5e6b4b0d3255bfef95601890afd80709','bb1bfacf9100ea0cbb9758b0714fa761991dedb4',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/about/dialogs/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(712,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f96526e566d78f26161b751f6d54431ff2637f17',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/about/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(713,'31b53eda5c1e788e617ec727e02b8a18389b1f7d','e9fc50f60de15033af562a84a9bd8c18a3d53bb7',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/about/dialogs/','about.js',NULL,1827,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(714,'cb6445a702e59e7c72e8ff6e471a6351f680a1b5','bfdcdf4255e74c730a42813201e6b2f18e8d2fce',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/about/dialogs/','logo_ckeditor.png',NULL,5650,'image/png',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(715,'3d007b19122412de83bb20b3feb8c846cd6104c6','046c050522a9e166b9c6abe9f37c0919c3570eb7',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/link/dialogs/','link.js',NULL,13234,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(716,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f541f69d770e84d62ae74e9330941023e2f03c9f',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/link/dialogs/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(717,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4069acc9c3864c318159049c40f67acef3cbc27c',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/link/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(718,'2108c54013c77ca63b3b658828cae101b597cd87','d339281ebee180c4dbabc128396fbb10049b909a',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/link/dialogs/','anchor.js',NULL,2107,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(719,'bdfb9486360990a381d357d304b7b77eb23a5d21','ec7e6b8a9a1f48fbc39f9cc3e9a117971f24489b',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/link/images/hidpi/','anchor.png',NULL,1109,'image/png',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(720,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1b1de7ad5c259df80b949ca5157b1c6af9baf424',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/link/images/hidpi/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(721,'da39a3ee5e6b4b0d3255bfef95601890afd80709','eab8222d1f09a6fb36ee97ef1aa84268f2218df3',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/link/images/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(722,'9df5461c0b5270d789dbf179e8ab57d3a67869b4','52f87cf3a08b5ae84811e88a7626e19f577f3b5c',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/link/images/','anchor.png',NULL,752,'image/png',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(723,'d1a359bd67710214bdb6755e8d528d6ef3a4fa2d','da02d88fdf7278582c095a7e3ebf2e29c0a8df62',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/','icons_hidpi.png',NULL,38261,'image/png',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(724,'82845cae28d80022842f48f405d16400377d336c','c17f170a38a2d34c547a58c181cf152523c48630',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/','icons.png',NULL,12345,'image/png',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(725,'338b2e71fbb73611cd9137ab745e71cebcece416','1ca674d206e1e75e367e9d08582312a152ea9d43',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/tableselection/styles/','tableselection.css',NULL,1145,'text/css',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(726,'da39a3ee5e6b4b0d3255bfef95601890afd80709','574ef653f69d73cdf9c3df365152ad051252f149',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/tableselection/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(727,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c0cac6140dc03c7c6d665e4a639c7c29d8b7d70c',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/tableselection/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(728,'04286faa028b38a36c70c1c430fece7d55deb1db','f1b2521a809e48785c501b44f4cbf7e97ddda018',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/dialog/styles/','dialog.css',NULL,249,'text/css',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(729,'da39a3ee5e6b4b0d3255bfef95601890afd80709','30a26bb6393d8cd768cce9c8d8a6adae784de4c5',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/dialog/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(730,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3b514b53965cc5595af3489ac2048ecc4527afbc',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/dialog/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(731,'891bc4982ca35d70e5ece3c149969f9785a14e86','da525c5841337ebabcb347c3cbac9701f3efedc0',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/dialog/','dialogDefinition.js',NULL,166,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(732,'2f16cb4acdd7bf2cb74c9ae61b1f38925fa791af','7c99ca309d6ebcff7cd1ec265450fb57cd36bb88',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/table/dialogs/','table.js',NULL,8956,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(733,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7179e60ad048f84a3dfd627c4f1fd07cfa18ec0c',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/table/dialogs/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(734,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b17c233ec6217afb3a8b5b6b17ab27e58bd3fee9',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/table/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(735,'9c573d85adf5b5636d265b22fe649c979e45c595','35c193d303eb9e6e2d486b6ba4120e7c39598990',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/clipboard/dialogs/','paste.js',NULL,3809,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(736,'da39a3ee5e6b4b0d3255bfef95601890afd80709','71379de744d276d6ad19634fc941e95dccd6fab5',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/clipboard/dialogs/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(737,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1001e6eb13c181d679c647e561becdaada1d5ae7',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/plugins/clipboard/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(738,'fca6815996cb9879e2adc3eea331cf65cf448409','8902dc0223d6635c696a545f65e5e2724f97aa78',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','vi.js',NULL,14353,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(739,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1a64c52bd7636c2f49d034ccfbd953012ece21b0',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(740,'12a99d58efc25da3b130bc66e7b48423c4493a7c','e4ff07710073e2463b8006c403dbdbdcf0aef4d7',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','en-ca.js',NULL,11892,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(741,'b543b7830dbca651cb0c2522fff95d67ddf80f23','5dd77aeb4aa299891f776974df560669e3a8795e',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','zh.js',NULL,11569,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(742,'4af5a78feb0d828813e51192b521550b0307bc86','a7ce45cb4b8ca468fe948d6f501d677fc1e09e05',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','it.js',NULL,13330,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(743,'420bd8f092bac5d3fd18ab250091367f961d6b06','d1403c531a978618623039c0e9cf6f5c5ef2e2d1',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','ug.js',NULL,17742,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(744,'ed511ba57cf347068704345b296f48e52c04ce01','ad51f53e53c783a52651cc52667ed70902338f49',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','pl.js',NULL,13283,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(745,'340b4e43ff95e3eebf5ea4ece9667a4895e58c35','cda7955a712923b44c47a1cf61eabff40ffd879f',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','lt.js',NULL,13062,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(746,'0ce17af4cca5b6c1ac19c247babdce27d34aa58e','e4224315512bd94ab7e64519e6ef7dfbc331d317',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','uk.js',NULL,18763,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(747,'8fb9d169b699138e0ad8cde69d3d891fba2ab85e','c6f8e87416dd0c64e1860c1f690cf6d1b3b923d1',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','th.js',NULL,18863,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(748,'e7d8cdaa94642c0b697ae6d64acb9409d5abb363','e29b61ec3ee018a8ecacf5180391af693a0a7a3a',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','ro.js',NULL,13837,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(749,'da9a43b4be5fbf72948cf6b4a8ac8c3f46afdbcf','8d8869b3d27c7a6be3c30a404adece74a4780e11',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','nl.js',NULL,12549,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(750,'5496ddfaa17fa4b2fda21344106bcb268d88d335','c798d33e18a61795d3b4242dda477136806c17a6',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','ar.js',NULL,15078,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(751,'cd51261c71cb8cb8cf950c3bdf9f968d6ab91c37','297dc19f24030a549bbb6a5bdc451cb3f7ad3edd',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','zh-cn.js',NULL,11628,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(752,'7749149aa0bd9d5af046421e69d2ab1c357b72fb','0eaff31a132469f3c418afbcabb692dee6527598',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','ko.js',NULL,12879,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(753,'220eff836c3e16b189637d5cc40445fb66868329','981307be607a2f2f7574c8d8d3b4f8658788eff7',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','en-au.js',NULL,11902,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(754,'096193cdadb1db1912f0fa129f2fdac5dc762942','0a7257375c0efd8d75867d09f269f8b2475874e2',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','tt.js',NULL,15481,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(755,'5c26780247a5b238aa85251ff4e4b8b1d42e0b3d','a0fe0e463e3e6d64cb7d8a6210fbc0ecc92d1b1d',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','bs.js',NULL,11956,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(756,'4cf66e9ec26e2a9ae021b270e0e5657ff91d1307','77bbc8273126a2bc561fc5443b2e4e3e5cc8c607',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','hr.js',NULL,12228,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(757,'f72b4f5ed4d89c5fd0bd8abc3796fa0c8af06131','09bfb9eada8c4999d0c25485c5c5e27ff6a09fcd',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','en.js',NULL,11910,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(758,'f32b545c0dc723f76141357c64cf47c3cc1d7ac4','2d6c38997e8f59636612556f53428587525ef438',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','bg.js',NULL,18244,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(759,'fd58e42da5a138c53ba80b14901f3f50c95512da','8d1863956d4a8539b82c393dd2dfe60aa39dbda5',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','mn.js',NULL,15288,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(760,'7dda721f2d03a953de4309ade516f73b2c352d87','64bbf87d60414d68ddb415f4e714cab15aa3138c',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','he.js',NULL,14670,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(761,'b3c17f12818d41ce5b4925b2351f6708a60a28db','a4e0828804746ad1a71786d0432208a6a24efb60',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','pt.js',NULL,13212,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(762,'4c275e4e1ef4bf550b5e98b63bf1185abc2d243f','253c5610546aef8b1e0132da2fd355f90397aabc',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','tr.js',NULL,13173,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(763,'10c54d46bf0d3a224f03c8fec46e63877eae5c6a','65180004e8a773445e60f21abcbd583a60770838',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','oc.js',NULL,13497,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(764,'f92e1fac8d7f1a35b3cf25f1ce1d9bff528d35ce','40fdf471b9d5c6a769c65374e4c0a67b007632af',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','da.js',NULL,12526,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(765,'a1b82c316d702126243e86a1124dfe864d0963fb','ec74cb0ab8ee9632a2fb48d12ea8f04d316e5aa7',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','ja.js',NULL,14628,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(766,'a8260b5cf7c7e2230de86046a072c5fc81ef55fc','f938c0126b84707b4b50f04c39fd523c8afd87e6',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','de.js',NULL,13220,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(767,'ba1c7f0a81fa7e62f7aa627f0d69916f57685baa','73d1da6c65533cbd64bd24367e76cba4d1a60326',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','sv.js',NULL,12307,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(768,'4def2c40ff167d65c83d64e9cbcc2bfc803ffc0d','6c818dda58aa52de25543031fc09602c5baec466',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','sr.js',NULL,17388,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(769,'861714c1d64f91556edf919a4818c2393d6431ca','52b30c4847b60eaaa4dd7770649f5784b4005220',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','id.js',NULL,12228,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(770,'697ad796f428fc17f7a28d9f5dac6c7eac9711a9','7725dbd5780508f66790da2281e760513de6e079',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','el.js',NULL,19729,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(771,'a5fda2de98eec5fa898d4331d4e541c3f5b262de','cec56fd771f1c13f4f1136599b57160814556b5d',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','fr.js',NULL,13770,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(772,'fd3d71b28ec6a48f3ebc1cd3fdce667458cccc36','69cc749c45c88f650e893593e259c76047df3887',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','bn.js',NULL,15796,'application/x-javascript',0,NULL,NULL,NULL,1691069309,1691069309,0,NULL),(773,'00cdf281640dede7b1cb000678fb41b388f72193','2c4259dfb1c9e2fae1740fd2f895c722ad05f6e3',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','fo.js',NULL,12571,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(774,'10948f32d9b7e969a91ee395f45d3bb241177591','1ca6cade22857cf5b532cfeea8aa232ce64ea65f',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','es.js',NULL,13306,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(775,'fa0416bdf3448fddf3b2d984b12a90402b836fb2','b5d37a062c89f68051a8bb0637407a284262d345',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','sr-latn.js',NULL,12506,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(776,'72f8edd2b1917f3306b99704eba8834a4f85a597','8ea1bcab345d8e758d7cb6c207aa0a06031d1b0a',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','si.js',NULL,17020,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(777,'d375a7e6aaa7e4f87204135579b0542cc301fa2d','33bcd5dd35d58d5c7fb3d70567a3f0a58ecccb59',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','eo.js',NULL,12594,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(778,'0899f46aee803bd8f2198c1aef2b20b59ffd43be','47a74531f019f69d472af855e6e386d98c3f53b7',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','lv.js',NULL,13288,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(779,'3b4a324b244ad17e40c7787a34e5b47b8ee6739b','fc86d60b54ce5a81e95cfcc493a332c1b29447a0',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','az.js',NULL,12887,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(780,'d913f947b5a54c133dc8d82b499b1dfed27bbf0e','16148f1fbf0238ed4a7dd4e6df5ade199d9ae17f',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','fa.js',NULL,16404,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(781,'a64d2d1dba860205635545ddd738f1115a8b86b4','f83b17d96fd14b07c05e3cb232fe42f1800a061d',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','no.js',NULL,12192,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(782,'878a580f81ca62a6326f20ce516c5b7a2b6637f0','143967c381a2f500e836ff3cad67e56650a2c006',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','ka.js',NULL,20871,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(783,'590a1f5be2b41bdbe0c60c4efbe8ec1642cf9cea','4d1dc17b288337a4bd03604fb2314f11e7665543',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','pt-br.js',NULL,13289,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(784,'9a099533d09b8d667cf0d28454c501aacfea3039','3f7dea3130ebc531cff84b007e0c20776138e872',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','ca.js',NULL,13199,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(785,'7922faf3c222be7404975856f4e55e3ba1a85166','6347dc8bcdd49b5104eaa662a9519d91803de965',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','sk.js',NULL,13243,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(786,'887f66f7e2402ac96c9fa1c2f3d2cf7922efffd7','48bb88eab646d3d71ed9846e189078e7b7430ac1',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','fr-ca.js',NULL,13044,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(787,'3c5f4a99726ac585abfa9a1083c67ad30a3f235e','cf3157982880940580e500f7212322ed30464e4a',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','mk.js',NULL,13347,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(788,'11570828d979dc35939fdea95487ce1a028be661','753471f43ecaa2406a6fd2f052bf7c02deca06ae',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','sl.js',NULL,12432,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(789,'57925f355e2171ad849761db73903f14e6dfb9e9','7ce99e5eeab8ec87c8dc4a9bbe3eeef782f84616',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','km.js',NULL,23123,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(790,'bb8ac6cffe7ff2c0eefba593fa9fa50c78a4e173','2741ecec89e48aa7c577f157d34e14bb7b379231',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','cy.js',NULL,12254,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(791,'37df854dc5a884443955ba43d272eeaf3364e47f','9e252405ec2fe51b140ba28e1730d8a973665371',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','et.js',NULL,12297,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(792,'4043a521d0889cfaa97ecd9ccbf9ac4096416005','b79d8c9bcb4a50607820d775ed719a0615c32d94',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','ru.js',NULL,18663,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(793,'aab79812c66c29afc353032cea669c272d2b2e8a','6c964e2a002d96a53a0cbf18a31539a985fd9e7c',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','cs.js',NULL,13149,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(794,'fba0c659f4d43ca6e38abe45647d9aa4003082db','2fdfe1ce08679b47c9402db4de0ac3869ae4a5f9',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','sq.js',NULL,13484,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(795,'6acde1ed7465e9323ffb268c15db73a2e7dba782','18a05981a2ad70e2ffa7259873965ff12a39dda9',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','de-ch.js',NULL,13227,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(796,'ca108c9240c802c86bc5d5d558e2198bd7275ff3','472a6877e584b8ebf17ccf7dbf60fe7c63338b4f',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','hi.js',NULL,15943,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(797,'1788886de77937cb2f52a32f3c6f9d5ad0aae9f1','4b600036b20503e580594ec27f6fe164db4057e7',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','en-gb.js',NULL,11912,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(798,'b828776e41dd37744a9e2f1ccd0cef94f117c063','230bb090fe0dd1782b32b90d35fed63a94ac655d',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','eu.js',NULL,13013,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(799,'41a5aae4675b9642070c0685d90f62dcb98d1640','c1c6a480ead5467592b326ccaa2aadf42de982ec',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','gl.js',NULL,13280,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(800,'a983ef9f65366325750903e8c366e003358ffa9a','556a583f510d9158da131bff3b441efcfb29ff47',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','nb.js',NULL,12147,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(801,'74420253b09083ec92019296766359e93ec66805','42a79d91afb547c1756526b4d1784d8b6552ca4d',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','gu.js',NULL,19833,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(802,'f5ab8ffbf2634ea77b3829cfb71f8a94cbfe4042','5f860abf21d955226ca6b14480833ce380063a25',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','is.js',NULL,12341,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(803,'7a984294ddd493d1f442f124efb1176593154be9','e8e7d243c5316745e81eb0f03cda740f771f2c08',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','es-mx.js',NULL,13350,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(804,'7c46b7128908e55d84621ccde7760f57a3c8ee06','dcc32c797d7c77b3489a77cccf130f73c3df197b',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','af.js',NULL,11874,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(805,'7425643bd17db30a1937422a4909981f99d48ba9','0da3f030b15de4d73605fe7fb796ac8e88810294',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','ku.js',NULL,17808,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(806,'3fe1ac78e02335568190b113f15dcab7d66c8374','83d7bbc7826205d3ea23a35630ae0d8c59f105f8',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','ms.js',NULL,12076,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(807,'b4e4c7401d914e2fd1e120e62234e5f86f153314','c9fba4fe5618477e569b38b205c0db5e3383b4a9',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','hu.js',NULL,13433,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(808,'993e470e02fc85117803c3313af1853c21caf853','ca0bb5277ccd10a6fbe542fdfb623d4c41c587a6',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/lang/','fi.js',NULL,12638,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(809,'343e98f51d116874cd06e0e2a96aecb8d5628bd4','6bf0aa040247a85adfe9ce09e230f8c4b2840a88',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/','styles.js',NULL,5577,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(810,'d1a359bd67710214bdb6755e8d528d6ef3a4fa2d','3d6b7f38a168c5cd71d4200c558242c1ab041738',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/skins/moono-lisa/','icons_hidpi.png',NULL,38261,'image/png',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(811,'da39a3ee5e6b4b0d3255bfef95601890afd80709','38497cb6dd055941d131a194d449466b857d10b7',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/skins/moono-lisa/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(812,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1e1bd67f7f490e8180e9b237184b80b5593be91b',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/skins/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(813,'432bf891a4d33a9bce1eb9ca251eca5f3b96cb10','3638ce611bcad110e696162ac9191841eaa81546',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/skins/moono-lisa/','editor_gecko.css',NULL,51351,'text/css',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(814,'2c5299331213efba852290e37c00a2aa22797352','bacf4b518860fe755c0a25bda09f2006b96557ba',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/skins/moono-lisa/','editor.css',NULL,51270,'text/css',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(815,'ee56a339e87807b97f7354baa0c36185f1af0ddd','470459b855b9af679f0824ac5747e4fc7971aada',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/skins/moono-lisa/','editor_iequirks.css',NULL,52918,'text/css',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(816,'3542e1bae91e18e25f517c98b4a622c41f219d8c','b0c7bdbddef960b2cb9ea6a3cfbb679da9a17252',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/skins/moono-lisa/','dialog.css',NULL,13634,'text/css',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(817,'82845cae28d80022842f48f405d16400377d336c','01c8fb1c8cdfcab3c22243f2a9382d61bbdac88b',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/skins/moono-lisa/','icons.png',NULL,12345,'image/png',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(818,'4a38c174c93f1d88c9144073bc91b66a7f0c46bc','128612f163bb6ef406aee7519c7c0f9a55376f0d',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/skins/moono-lisa/images/','lock.png',NULL,506,'image/png',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(819,'da39a3ee5e6b4b0d3255bfef95601890afd80709','82105f4c4866959d5585a8fe5dd8531aec5450ed',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/skins/moono-lisa/images/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(820,'3bfbc3f9af7f31dc2d50baa3d3caec8fa74e372c','1c78f0fd60630454dff321fb0d84287d1fd882bc',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/skins/moono-lisa/images/hidpi/','lock.png',NULL,1062,'image/png',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(821,'da39a3ee5e6b4b0d3255bfef95601890afd80709','676fb90cd033e18aa3bff3b41379020209c3688f',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/skins/moono-lisa/images/hidpi/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(822,'c1b77793391cbfa7a7beca2d84ad1ee69fc33a49','7d246eaffd396a3601af0df3e4d8259a269d7bfa',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/skins/moono-lisa/images/hidpi/','lock-open.png',NULL,1071,'image/png',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(823,'63df89dde40d4bdbaf4c1799be473442a19057fa','a0ea6b44b2c58c93e7211734c1f59cf85f8cbbe7',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/skins/moono-lisa/images/hidpi/','close.png',NULL,1238,'image/png',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(824,'633254f0d6d5753b911be6661a760d028674ac1c','aa2d8c345dfdfcbe483d1ce26b8a10e3f633ceb0',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/skins/moono-lisa/images/hidpi/','refresh.png',NULL,1623,'image/png',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(825,'a4f2d59f7e999d8407a44e8fedf730e3ad525a1e','c0b880ef446e3a3c75281648509201d2b0ef0744',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/skins/moono-lisa/images/','spinner.gif',NULL,2984,'image/gif',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(826,'f73230c2ce2448b6a2cfc8278b608c068a7dbcb1','82c9f934f621d61b7b2856377843258e3040e1b6',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/skins/moono-lisa/images/','arrow.png',NULL,191,'image/png',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(827,'8c03e06c9da78da3dfc9e6db94410ef1acbc6639','0846a402b77a2474a37d6d6c6d4c47cd8b2905fa',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/skins/moono-lisa/images/','lock-open.png',NULL,511,'image/png',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(828,'de12f47aa7ee36912866b43079048780a6b2e1ea','be511c0fd21b2407fda4096547e16e655c85636d',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/skins/moono-lisa/images/','close.png',NULL,615,'image/png',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(829,'efd9cd7de4d466c916166fe60dc3d923d4dc0760','aebe35bbc7e7ab483f0baa0ebbb485b4ee45c72a',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/skins/moono-lisa/images/','refresh.png',NULL,757,'image/png',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(830,'9e877ae3123c27f93cd61c93005ecdb3445c6685','bae1aa6d091dfe72bdba8f376eeec28006ca443b',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/skins/moono-lisa/','editor_ie.css',NULL,52269,'text/css',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(831,'8e43d461891f4cb71a7eaf5001514f6b3af038dd','c1fac0e3c3535ea6cde7a5fb59be1444427549b2',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/skins/moono-lisa/','dialog_ie.css',NULL,14657,'text/css',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(832,'d4439420cb4b53cd97494a4ffea51700dc6e0709','7461ca0a0c22974cf700967969677759cf55817a',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/skins/moono-lisa/','dialog_iequirks.css',NULL,14686,'text/css',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(833,'3cb40ef98ebe89b2e65d3dbc23840d571c8e23cd','2ed81fe4de7767f3d9e2d84a6adfa63dac77741f',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/skins/moono-lisa/','editor_ie8.css',NULL,53075,'text/css',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(834,'7a06e75792c84191a6a8447e789b16db7b10d460','b8ceadb474ec1cb8286972aa577c7040a1bf30b9',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/ckeditor/skins/moono-lisa/','dialog_ie8.css',NULL,15206,'text/css',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(835,'c419c30d011a30b344a86d6638c9c8f0e1f14796','86ac432aa3311764cd8f624f7ef6453229fddf48',1,'core_h5p','libraries',18,'/H5P.CKEditor-1.0/','build-config.js',NULL,2644,'application/x-javascript',0,NULL,NULL,NULL,1691069310,1691069310,0,NULL),(895,'0f298cfcf45e3793f96b8a8847a4f8b8b875f0f5','085541669051981e9e88f9852f86741762737a7d',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/','library.json',NULL,398,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(896,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0502b28694668a1910933c393fdb7baf40e2c75b',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(897,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a4c7266f861385f1192bef50809eb05dffe42f35',1,'core_h5p','libraries',20,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(898,'64f52dc368977d67a8e20fb86d40f552c5708e98','78bc93e6c8d81e209a44ad211e760d37cfee3b3b',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/','semantics.json',NULL,266,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(899,'0d5ac850fb811dee4b4878259689a236e60ecfd1','441a072751b7be4bab2d91bb7f9f2e5039b74476',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','sme.json',NULL,58,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(900,'da39a3ee5e6b4b0d3255bfef95601890afd80709','6386c4ae070c5ca82551add7dfbc95ed3bfb64b1',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(901,'f7da727c1a6ea64ec166440a46c4a06e483824fd','7c24a7166a0cd91c8e6d49a9d0fc9b582184aa7d',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','ja.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(902,'82b0a30d7ee4741b58c58301e779d04c400681d2','9015aea14e3f7c2926e0055dd5d28be2dcb3a7b7',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','ru.json',NULL,65,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(903,'e328a2543fa5527649bfad9f9beca6a7b1a84a6b','97ae0271a4065c1117c2c5c30a8d1e65714f0fde',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','lt.json',NULL,62,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(904,'f510e22377a03e12ae00d4aaeef5867cf9da78e1','2a8fd4d63c4c596ff3b49be2a29fe35f29983870',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','bs.json',NULL,57,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(905,'f7da727c1a6ea64ec166440a46c4a06e483824fd','93cc7f78d0a0fe9e18dc8c847c8e624b5a43d254',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','nn.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(906,'f7da727c1a6ea64ec166440a46c4a06e483824fd','c7ca45b7fe2adcbe4b498c5c26bc8db10c9c4c22',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','ro.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(907,'ab6311355eea09473732e326681fb7c16d53f251','b36ccf3fbbc606fe09f10b16da5c867d38af3783',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','el.json',NULL,67,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(908,'6bcee9b671dc19cdc90b30fcd712e03f3d32efcd','0f43bf976a568c30b991767264e26f91a8efb23d',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','km.json',NULL,73,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(909,'f7da727c1a6ea64ec166440a46c4a06e483824fd','6ce00391e0418aa3d3d4bbebcfdfc8c0ce09e77f',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','cs.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(910,'0d5ac850fb811dee4b4878259689a236e60ecfd1','fc97ac5273e0803e28ebba0bc86891b06bbd888b',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','sma.json',NULL,58,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(911,'f7da727c1a6ea64ec166440a46c4a06e483824fd','6d819afca56cc3effa70a69003db487ca6802920',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','da.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(912,'30405578c9383a49431189a6e4176897d4ad6908','37539d0deb146858af719024c00acf35433d6e32',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','eu.json',NULL,61,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(913,'f795d3fa8cca3ea514d1deebef868f65e706e8a0','1c6e12ccd699252e8deb33d2f0909675b7906fae',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','nl.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(914,'f7da727c1a6ea64ec166440a46c4a06e483824fd','46397a7070471bab6fec25b379b2350c1556c037',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','ca.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(915,'6a26d3ab80b883cbb31ef793e8087390c7201a35','056ec9a05c30875c9c315cf203b64c59c9f50938',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','pt.json',NULL,58,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(916,'f7da727c1a6ea64ec166440a46c4a06e483824fd','49490113cb8bd000c022477cf37a13ad662bab43',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','sr.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(917,'f7da727c1a6ea64ec166440a46c4a06e483824fd','1c7c11e0acf26d48e09a5abae8e60c88cb13eaed',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','hu.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(918,'f7da727c1a6ea64ec166440a46c4a06e483824fd','fef04a62b104fa7318392aa9fa7409c372d198b5',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','sv.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(919,'76349517f4532378a769e322f51a2abf72f81d0a','75aae8d58e3995c3da224bcd1eec1339455fbbd7',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','ar.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(920,'82b0a30d7ee4741b58c58301e779d04c400681d2','0064ad0e2c3b048be45c440394eb38fe69da18e0',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','uk.json',NULL,65,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(921,'82b0a30d7ee4741b58c58301e779d04c400681d2','a68ee3740cd87773fe5915426a716d2a932ef309',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','mn.json',NULL,65,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(922,'67cb8751bc2a87c22bf96ebda71fe6d021e45fd2','02e334f72120922e23f88ff6058a0878bcf79db1',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','af.json',NULL,59,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(923,'2ccf078f460e159c191594b7b58b314281378158','77e073a6c677ce36aeddb5c7e3fa257773e30691',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','vi.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(924,'f510e22377a03e12ae00d4aaeef5867cf9da78e1','1106555f87b38f78ce4be9f8b51dd975420a1752',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','et.json',NULL,57,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(925,'f510e22377a03e12ae00d4aaeef5867cf9da78e1','00d964e60a508321f4c7c8855d6e6c4ecdf94951',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','nb.json',NULL,57,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(926,'e376ba9bbcfe6b2b2cbde798692455f297231351','1134eafd383b871e348d5152cc3d2143f54a55aa',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','ko.json',NULL,62,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(927,'f7da727c1a6ea64ec166440a46c4a06e483824fd','cbc6bd86563feb8b58c31f40188744dcc92092ca',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','de.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(928,'b40b362062ecf0d1929e5d739b63378c539c66d9','b362c5d098aaaab160bf0738ec443d74452d2c5b',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','lv.json',NULL,61,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(929,'3ef75005626aeb0e05fe60d28d43659bb0c8276c','504df075068cd411f09e5b3f6db5059d90c51bd8',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','pt-br.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069311,1691069311,0,NULL),(930,'a3e72ab53fa870394a866c1497850c13c4c6885e','7d297e8d437c3d9584214c4cd118eb2552730b68',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','ka.json',NULL,73,'application/json',0,NULL,NULL,NULL,1691069312,1691069312,0,NULL),(931,'bc003373a3aa3491af7d9779e3397f547a4dee75','55238bcb3ba3ec8a2464ccc3638f73c71ee0fe81',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','bg.json',NULL,70,'application/json',0,NULL,NULL,NULL,1691069312,1691069312,0,NULL),(932,'602a94a74ddb46477f73d943de230fd8f00d1ba1','2d5d45759f3f32841d5ecbf6293b96442a68c15f',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','he.json',NULL,63,'application/json',0,NULL,NULL,NULL,1691069312,1691069312,0,NULL),(933,'8d9bd343f08b3d161a6005ebbc32ef5823e3299f','ec298a3b5647c20e7788b03c0c5723a39843b14b',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','it.json',NULL,57,'application/json',0,NULL,NULL,NULL,1691069312,1691069312,0,NULL),(934,'4a50a9c390d53df0cfd048d9a263bdaccb13f6cb','95ef733f9381f928869b14bfb5d543243708b703',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','fi.json',NULL,59,'application/json',0,NULL,NULL,NULL,1691069312,1691069312,0,NULL),(935,'3ef75005626aeb0e05fe60d28d43659bb0c8276c','e23786e95d3201187724671ea5dbae7b039b44f7',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','gl.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069312,1691069312,0,NULL),(936,'6a26d3ab80b883cbb31ef793e8087390c7201a35','ee52333a8f9687d2cd8308d0cb3d227d7997eb3a',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','es.json',NULL,58,'application/json',0,NULL,NULL,NULL,1691069312,1691069312,0,NULL),(937,'e2adbd51e27fe6ecca94f77a29dcf6593c4dfe79','15bea65678bbbd55e3f18e815be35f544169dfe9',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','sl.json',NULL,63,'application/json',0,NULL,NULL,NULL,1691069312,1691069312,0,NULL),(938,'3ef75005626aeb0e05fe60d28d43659bb0c8276c','d5f33a92ba6684958b6d3a2ba21c6200fdf186bf',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','es-mx.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069312,1691069312,0,NULL),(939,'44a1523e316ca97435e9f919ceb5c4b19aabd7fb','f2beecb943a32883ab74af481b43ddd15a80efc8',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','tr.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069312,1691069312,0,NULL),(940,'7324e2f721d2de3b503f7636e0a32aa8a9d9678e','2828a5c75b2a7127f03e42f98c777ddf37a2cda3',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','sw.json',NULL,64,'application/json',0,NULL,NULL,NULL,1691069312,1691069312,0,NULL),(941,'f7da727c1a6ea64ec166440a46c4a06e483824fd','60687ac8856bdaa7988351e408b3c3ac94514dfb',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','pl.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069312,1691069312,0,NULL),(942,'32c2780340015be28decbf6ae560b29a0ab57c43','4ab334c5a669f4c2b8b0fe68c2bbda06f494901e',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','fr.json',NULL,57,'application/json',0,NULL,NULL,NULL,1691069312,1691069312,0,NULL),(943,'0d5ac850fb811dee4b4878259689a236e60ecfd1','c884673ba094cfa3e6c24b8e2612b434bb125868',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/language/','smj.json',NULL,58,'application/json',0,NULL,NULL,NULL,1691069312,1691069312,0,NULL),(944,'e00d5c423cb6c91f8d92191a5c4315440e8e6b54','f42703fb7706eeba4599ada0a33a90c096a6d38a',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/scripts/','ct.js',NULL,4359,'application/x-javascript',0,NULL,NULL,NULL,1691069312,1691069312,0,NULL),(945,'da39a3ee5e6b4b0d3255bfef95601890afd80709','6096633be42987d8fcb10cff300467a41dca20c7',1,'core_h5p','libraries',20,'/H5P.ContinuousText-1.2/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069312,1691069312,0,NULL),(1022,'e673a3f880b1685f027f4afe55f5ff5445d2e29f','6aa92d139e1ff81da3aa2d5b1fd72142d9706d49',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/','upgrades.js',NULL,2568,'application/x-javascript',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1023,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0956b80fbf11b9fe160a1d76947c75e5464599ec',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1024,'da39a3ee5e6b4b0d3255bfef95601890afd80709','23cfa12d1ce8820d54bfb8a9b7d688d2d77a61ff',1,'core_h5p','libraries',22,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1025,'aeb68ac6c0c64c754d5a98c4cfcd4a9e7cd4b899','21a9d94ad5634c220dafaf7b913351b5b4ef15d7',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/','library.json',NULL,1101,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1026,'0f9963638b306259f6d9f759209e45d1ba671dd4','066f385497d494040d2047986f3779eb0f7ddc3c',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/','semantics.json',NULL,12127,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1027,'45a9d621843c1cb1abf94087756cadcb0eca6ee8','19bf03132290538f85981699dca496616b6ea483',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/dist/','2aecfafb6066a6b8c73d.svg',NULL,1243,'image/svg+xml',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1028,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7d220833e773e8525fecc411569db95a7ca8979d',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1029,'a682dd36ae4555554e68a29f9bbcf5bbace3ec60','1dd93bfde60fedbdc609414614013f50457bf723',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/dist/','h5p-dialogcards.css',NULL,12828,'text/css',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1030,'3d49691bae12e6ff9468e4d502c62f8ec56068b3','18e214c7c68a4c5e1832489c7cf2bf060dd8bf57',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/dist/','h5p-dialogcards.js',NULL,30732,'application/x-javascript',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1031,'8720207648e0fb1aa07cedf427a99056954f3736','977683385188c8f7380868a6b5c0a92d0a4500bd',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','sme.json',NULL,5985,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1032,'da39a3ee5e6b4b0d3255bfef95601890afd80709','07ae992f004938e5dd988ddcaca30d09d5a4ce52',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1033,'8720207648e0fb1aa07cedf427a99056954f3736','8aa776ad28c9a80a1622138149ca53bfa21a9f7f',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','ja.json',NULL,5985,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1034,'119db0e05e6b96b1785c87ec42b26a1a4d19f07d','864f51ab81cf329a0be773eb1650c14b315d4236',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','ru.json',NULL,8713,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1035,'2d7a9ce07126fc3cecb7a15c052393868067a018','3cf4557c7622f1667095753bb486ba43effaac04',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','lt.json',NULL,6427,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1036,'e03a8521778a53118e607ccc2ce94a0db94c59d5','cf52a130c3c7dc23a7d6c69e3f514419e973ab83',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','zh.json',NULL,5840,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1037,'8720207648e0fb1aa07cedf427a99056954f3736','9d7c3b51ddfb8ed32dccbbc80be10a36e0115e3c',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','bs.json',NULL,5985,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1038,'3d7f473d6549cf1b515c79de0ef92b4c24cdae55','1cd0d2581b4a07d6f7ab7ac860b779349b0ffddc',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','nn.json',NULL,6010,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1039,'af6147add037cf703779a40c3b961fa8bde8e2f6','4f2ff75a43a50c3d8b22b5fc9f3eecc0c66e9c79',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','el.json',NULL,9238,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1040,'c7c13808e6e395bd2007e46c160cbe78c10c01af','cc20b8deab3b0c6874270ddc73b3c0e76989eb05',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','km.json',NULL,6840,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1041,'824a18cf69903a3a1773b2f8124436fdd27b2326','d7c1d95596ad4c8f106448d5f50cd373b630dfc3',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','cs.json',NULL,6296,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1042,'8720207648e0fb1aa07cedf427a99056954f3736','c82af13673764d4e095c9362bf218a659e4107ab',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','sma.json',NULL,5985,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1043,'0c6596a1ddcf2207de64140a049f454ec0430d81','c3adbb0db3ee2d5a8470c9941a131bf16d678437',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','da.json',NULL,6064,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1044,'5f8f80b5719717d8743d79066f4408f09ac4755b','f671c848d169f7f0e78499b815759b0df8829267',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','eu.json',NULL,6467,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1045,'590df113b56fc5a69e30a12f0671e9f44879a0c9','9624fcf983b98939ab58187eb99455875c7b94d2',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','nl.json',NULL,6404,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1046,'78f69389a2f6994aa5fe79c9754acdbb48b3648c','0ff0a96a07efb94328432c48294b5e2d94c50e2e',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','ca.json',NULL,6670,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1047,'16997b72dedf5e3c774cd69a451c5850be64c71f','52e4ccdbe7b98c208fc2d84690232d5609456dd5',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','pt.json',NULL,6404,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1048,'39ec99b419827bea3ed2c60fff30d51abf6dcdee','6b6c8f6d96c1ca533bd096c39c820c65b1baf48f',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','sv.json',NULL,5995,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1049,'895e5c58571157bcd47643b24406c9accd2a83ca','9d7786b197cf0a25c511f0c1e13cf0278a246484',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','ar.json',NULL,6118,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1050,'1e9bd972c7dcbe819e1276b7eb964885862d4626','01d8850103c2db91648e66b7bf6cc590cd330e48',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','uk.json',NULL,8644,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1051,'cceaa34e0eeb307292847f98b21fbfb8284980ec','be5092ec1407a05be317671968c3caef940f60e9',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','mn.json',NULL,8530,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1052,'8ce1801ba4f0cf36dd4fb689f999ec64bf8a4823','601f308b2c80e924952a8fde1508e164ccbeb981',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','af.json',NULL,6291,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1053,'948220a454d3a37846e20291863e0ee1803f40b4','a6bc748b2307e889b0a410bd0ecc64ba670ddc0d',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','vi.json',NULL,6876,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1054,'23646e83f23e14b68f59e3cf2b1ac1c6f6a397fa','b338c8bb1ba127c8015370fcd48dfd19d81bb596',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','et.json',NULL,5857,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1055,'1cf3e4914a424e2d6775757438c3789727cdac60','7a2bd067eec762fb29823b12d1b33b69192db0dd',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','nb.json',NULL,5986,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1056,'5d1d6ab2f1e2da49952940eef39dae907ec68a64','03f1399c4dff8fd50a789624b0715cd0cc4f13e2',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','hr.json',NULL,6245,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1057,'6945eb83424135811e72fc295e9e611e9d6a01c1','bea05f0908f0da3869a7b267ae654b14b557503a',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','fa.json',NULL,7797,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1058,'f080f40d171f98c1bfb2486a228bd1aa85d88104','a23ce5beb204cfee915812c5f4aa7dcc79bafb20',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','ko.json',NULL,6466,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1059,'3cf2aa9c85709d3884fc0c394ab3cd171b7d599b','693420b47c904047fdcca219f43843e2b10244fa',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','de.json',NULL,6710,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1060,'a976330dd917209cc298debe0b3b971e5544d1fb','5db76050ceaad47ed4158375c884e17270b587ba',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','lv.json',NULL,6400,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1061,'a40e0c6f0b60a060ec1b4207fe4104e6c05b2bfb','204a6531f5f904a8371484ffc10417880f922c37',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','pt-br.json',NULL,6524,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1062,'5a94415ae0f501d4ce398db4d6ba438c9253ebcf','44e803e9a8b877965e771872501f17f014c5df97',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','ka.json',NULL,11176,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1063,'c3652273b2049040bd1bdcad77ccb1fca5bf00dd','9ef3956d4fb4307284930bae35a09a8d2e6d07cc',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','bg.json',NULL,9439,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1064,'3169e07bf12f29d2375652302b4938f07887071a','4f0e7c114f535d50a20310464b74f512600558c6',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','he.json',NULL,7218,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1065,'d26cbdf00a85ccbf3398fc98875584e4dd4522b7','cb961488d3d22bf685f7324b22007ebdaf34a957',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','it.json',NULL,6523,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1066,'16dd6256787b7bc08038de2ecebc1ff3eed64d94','a3eee0408a38a184cdcb3dee41dd013eb268ff22',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','fi.json',NULL,6220,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1067,'6563091f65a421125c079b4b7b3af941b45b1633','b68d9a0c0ad5db38d74176dc73db2e96ac36bdeb',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','gl.json',NULL,6344,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1068,'6348a9d7e64c933b1d0cb86fbb4d31a93c505867','64ece5235f591e955284bbeb94e2d0154acfc188',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','es.json',NULL,6533,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1069,'72dd73e68bd138118d30881bfa11557a3756ff86','26ef0805d3f1d82d56276a8e786f4e425f994144',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','sl.json',NULL,6282,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1070,'c544f47e57ec72ef9ef17043b3ba139e222af529','5b69388af977b16ed7101ddfd6449ee6571e94ac',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','es-mx.json',NULL,6574,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1071,'d0917add1f513ccf938ce23ec6dc51bd7d601426','2c1ff3a3d9801de4defaf4acbd0a24ea75dae8e4',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','tr.json',NULL,6160,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1072,'752fbf0b65a937268306661016de2d8457e52739','63530a6bdec51042dcbe7346fa5c32913882c5f5',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','fr.json',NULL,6522,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1073,'8720207648e0fb1aa07cedf427a99056954f3736','f8317477db7a05bfd1a6582251f769b7e36e543c',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/language/','smj.json',NULL,5985,'application/json',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1074,'aee4bd40a28fba1e863b86f5f95fcfc77edb86b5','22983328a390bf942ca1db77a2de5f61c1defd3d',1,'core_h5p','libraries',22,'/H5P.Dialogcards-1.9/','icon.svg',NULL,2536,'image/svg+xml',0,NULL,NULL,NULL,1691069313,1691069313,0,NULL),(1117,'3687b198b73fa84287107b4e3c48ad7ccc005215','83822182d89a4aba7957fbcc844d824ef0b82a32',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/','upgrades.js',NULL,589,'application/x-javascript',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1118,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7b39d930110c973616ea918e14215683f62a552d',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1119,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3d5006309fb2ff2ffb2271693dfad63f52a508da',1,'core_h5p','libraries',24,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1120,'dace4659da90f91b2144724352321d62bdf52a14','00cceadd81e778958b21723df5e20e0501b579b2',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/','library.json',NULL,755,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1121,'b0cbd710c072ab2d0db240cd4589e31890b70b5f','b4cf668ce1d45d882bd194cef126a2e0eac0754c',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/','semantics.json',NULL,2759,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1122,'4e09bb6a2f7e57caf44ba33df94d256371e70a13','8292763e2bd0378dca514cf3b7d02dc75254b9e9',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/dist/','h5p-document-export-page.js',NULL,344521,'application/x-javascript',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1123,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f257453125414764a77b4d902b906b46189cec79',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1124,'399355baed03847d9e9e03951ba091b6eea16492','036feec1365acba756fa200a6933e34f4e7d38cb',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/dist/','h5p-document-export-page.css',NULL,5342,'text/css',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1125,'849204716176972f9ddef5b677e030285d240181','957452f5f0ec0c88f821fc6504250a0460499521',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','sme.json',NULL,1724,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1126,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4381b6475f1b06797ee3425a9df233e338514aaa',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1127,'849204716176972f9ddef5b677e030285d240181','12c6b3212f3ccbc1a05da326a7d16e28374260ce',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','ja.json',NULL,1724,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1128,'849204716176972f9ddef5b677e030285d240181','7f2e22c8070d346d3f6fc30a6663240dbe4e454d',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','ru.json',NULL,1724,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1129,'cd137e1376dac8a4bfad1ef37184132c36336306','56df715e8aac11f2cd775f9212f63113311316c8',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','zh.json',NULL,1719,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1130,'849204716176972f9ddef5b677e030285d240181','e79ce1ac0ef77885f6975fea45aa937b77eee40a',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','bs.json',NULL,1724,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1131,'afaaf305df701ec69d5346fec300bc36889a6161','779f891962d129954ae404c90640c8eda03f2383',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','nn.json',NULL,1861,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1132,'849204716176972f9ddef5b677e030285d240181','7686715bcf91f0b76bc1a3d6f369ad23723710e1',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','ro.json',NULL,1724,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1133,'61c87a110bd04d239f7a2a2658aedb69d9a3fdb0','dd4dc711aa30a168c3bf15726ff51126bd3a7d1a',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','el.json',NULL,2753,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1134,'eb3eecb306e5d0b26a0983548ce7bc8c717a1d76','5cfb631f941c9e3e5e9fe2a82d9633ca0666f9e1',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','km.json',NULL,2305,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1135,'8423175c915e47891ba755851b73387254923826','f0824c0558735f6cf04e7831444792295f914485',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','cs.json',NULL,1817,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1136,'849204716176972f9ddef5b677e030285d240181','a41f3d69ad57e0b525b3078d39c03a7e000a987a',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','sma.json',NULL,1724,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1137,'849204716176972f9ddef5b677e030285d240181','c1dc3f87d1b1be6e67e2954a983c698fe1a9bd42',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','da.json',NULL,1724,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1138,'f9fc9944eba1678d066473cb51a08e48a09aefb2','5aa087de1cc8507b382b337775c6b6949154bc46',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','eu.json',NULL,1723,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1139,'af199f364d374b66d384590bf7e4eb7f905ecd79','13b0d7cfe0565b81ea3ef72f6168a4e8c4b54ab4',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','nl.json',NULL,1852,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1140,'8892c7d1b6c732beb107dd5baa8dce0fb9ddf3ce','57d06fc87e99e3489fa51a5673088cb28a2f06c5',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','ca.json',NULL,1857,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1141,'0a44c25d45f5373a771af8ab4831c5aa701c248e','f315add3395b63efec7852b3dde5e7f522deecc2',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','pt.json',NULL,1815,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1142,'849204716176972f9ddef5b677e030285d240181','aef69e6473c5a65f18636c312bdfeeee5f0beaf1',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','sr.json',NULL,1724,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1143,'849204716176972f9ddef5b677e030285d240181','e7b832076b794096747379e68251b15d8684674c',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','hu.json',NULL,1724,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1144,'4d3d501f5efd91d4f46751ff5477b58ac93e48d3','6640fa69c7dc704c6ba243291ce1c0a9a56787f0',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','sv.json',NULL,1776,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1145,'849204716176972f9ddef5b677e030285d240181','e2a95552260a06c73e1f9b0f307186dcf6171e84',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','ar.json',NULL,1724,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1146,'552e84bc9b31e7242a08aeca634f7e35fd366f28','5c98d5c6faf0663fc9dc9d11cfc37013dfd69a98',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','mn.json',NULL,2605,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1147,'0cdce170a7f022438af2c4a3584704028d9d534a','1da0fad1e04ffb250c777ad7cf8ef0d42fb494be',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','af.json',NULL,1749,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1148,'849204716176972f9ddef5b677e030285d240181','7d79d4ca11d0c546cd0351e6369deb081e13771e',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','vi.json',NULL,1724,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1149,'91d50523f700590c27270a4f6b942235abc8dacc','c88c83a7cccda1219d0d474786d44d7add624e16',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','et.json',NULL,1594,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1150,'47d7f80785465eb56f0f847876772c53cbb7b5b5','d5d52962ddd7ba6ca4f7c7117f122ebc29d7418f',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','nb.json',NULL,1859,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1151,'abee65bc87c333f973c5d7c5d23d9dfebb999364','87a0b2c2163766b51290d922570aa93e21fc0a0a',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','ko.json',NULL,1833,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1152,'9f8fe06c135be2df2e871f2838a65f450b847070','dabfc46598e8a462f4df52761c0a2815aea8a23f',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','de.json',NULL,1913,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1153,'7f10e042d410dcaca375c996316f639335781f4d','bd5e6eeb647f1fb65e5a9e0c7b56f565d54aca72',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','lv.json',NULL,1823,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1154,'5d95c1de8e439ee63b7a57097ac4971744e8ce3d','37952b614e8490a5f8c442edf2619b1cfab7e661',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','pt-br.json',NULL,1862,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1155,'5d60d0b296dc5aaaba9f2960d91cf48b833dbb42','dcc87c3282f1e2b61f5a4866f788be40974a4637',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','ka.json',NULL,3570,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1156,'dfdd2b073a86ccef058f3b9f8c09b9ee510b97dc','78edf12ee9f660473913e8eaee9518aae9d24edb',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','bg.json',NULL,2841,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1157,'41bc67fa036108d9d358e1f86cec3033f203b2d8','7ed142e9fb96ef900e5a482e304983d405932f8d',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','he.json',NULL,1903,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1158,'464c81b82bd6c72dd60c01adc4a680c2324e5d3b','d7a6a429fdd3e3341e3036b43cd9f96ad849c862',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','it.json',NULL,1903,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1159,'595944736c204fb580a478bc7be1ab660192f99b','99a001c3032eaf6cd468b421971051929c012b12',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','fi.json',NULL,1707,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1160,'0d48902343e48bd489b74dd7bce8cbf02daed394','c00cea862039e3332cc3271e669ed4fe085af1e2',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','gl.json',NULL,1795,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1161,'09e8e854b7cd966f5f24685a33b0a7ae017f0322','e19f379b4a98fe40fc7b2032eb86b2a11893eeeb',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','es.json',NULL,1806,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1162,'3ab1b03aef8356e6cdd9d388f179ba78d18c7e51','b8480346f80072baae2537eae9fa34db89cb8813',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','sl.json',NULL,1677,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1163,'09e8e854b7cd966f5f24685a33b0a7ae017f0322','144b0410cb5d204e0d61b8c35dd31def6cf9906a',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','es-mx.json',NULL,1806,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1164,'849204716176972f9ddef5b677e030285d240181','b0d00eb273dcf9b588b1a368629b350662e69b0f',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','tr.json',NULL,1724,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1165,'849204716176972f9ddef5b677e030285d240181','b3ed9d48f0ae9a8078bad3f0e228d43ed51bd3d3',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','pl.json',NULL,1724,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1166,'88eb9c4c582caa2b00fc0647a1119dc5cf40bfcc','f09057f4423aae92653137a3378a8943b98fbbc6',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','fr.json',NULL,2067,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1167,'849204716176972f9ddef5b677e030285d240181','72691607260624f38661bea09bb96b8661558034',1,'core_h5p','libraries',24,'/H5P.DocumentExportPage-1.5/language/','smj.json',NULL,1724,'application/json',0,NULL,NULL,NULL,1691069314,1691069314,0,NULL),(1227,'4f21cddc5e8ce33c55b2dcbfc9e52381d346029e','53a0db0c7e0ba9d1b2da274a87fbfc671a89725a',1,'core_h5p','libraries',26,'/H5P.DragNDrop-1.1/','library.json',NULL,375,'application/json',0,NULL,NULL,NULL,1691069315,1691069315,0,NULL),(1228,'da39a3ee5e6b4b0d3255bfef95601890afd80709','fa2bf31675053d0f194e055806c4bc395aedde7e',1,'core_h5p','libraries',26,'/H5P.DragNDrop-1.1/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069315,1691069315,0,NULL),(1229,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5c594e386c7f094e80d018f81ef4e73995125b4d',1,'core_h5p','libraries',26,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069315,1691069315,0,NULL),(1230,'d300ee7390e907cde3ab27b9cfaa467947018fcf','0ba5a04921d1e2e8510a7095bf778d7a98bbf236',1,'core_h5p','libraries',26,'/H5P.DragNDrop-1.1/','drag-n-drop.js',NULL,5527,'application/x-javascript',0,NULL,NULL,NULL,1691069315,1691069315,0,NULL),(1231,'ded10f2b84624fb3e86b5ccdaea5716b926e81a0','e48bb8c2a5ff9400f2f15c874fbb2cfacbb05bb0',1,'core_h5p','libraries',27,'/H5P.DragNResize-1.2/','H5P.DragNResize.js',NULL,13826,'application/x-javascript',0,NULL,NULL,NULL,1691069315,1691069315,0,NULL),(1232,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f32d12a01ce615a46ecbd6d46d54cad61166c16b',1,'core_h5p','libraries',27,'/H5P.DragNResize-1.2/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069315,1691069315,0,NULL),(1233,'da39a3ee5e6b4b0d3255bfef95601890afd80709','97e73bda0eefd0e688460518e3f2deab8b50ab3a',1,'core_h5p','libraries',27,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069315,1691069315,0,NULL),(1234,'6779099851dd4058da8426ea1dbaf1d0da07be7e','026e919c31db4ffcd3dd86482377be468bd98062',1,'core_h5p','libraries',27,'/H5P.DragNResize-1.2/','library.json',NULL,440,'application/json',0,NULL,NULL,NULL,1691069315,1691069315,0,NULL),(1235,'23fba68db28e0dba1e455329f9858def2a59503e','63e72def45a68e09a12873b93a74141f00b5ca41',1,'core_h5p','libraries',27,'/H5P.DragNResize-1.2/','H5P.DragNResize.css',NULL,1091,'text/css',0,NULL,NULL,NULL,1691069315,1691069315,0,NULL),(1351,'657aa476ef1cc0413d86c3f5523b431f5444f148','5f456368b5bd4f72272fa969f5d0bd868cc239eb',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/','library.json',NULL,663,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1352,'da39a3ee5e6b4b0d3255bfef95601890afd80709','dc0a0dfb391a1bcc8dc5550be0dda60c9a4fc96e',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1353,'da39a3ee5e6b4b0d3255bfef95601890afd80709','eb6d0e9f1573724164ecd7aeaef7cac313e5d419',1,'core_h5p','libraries',30,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1354,'f72cb6c796f074ba17b6bae894b2c59be9ce2af9','9f5a1dbbea3f12cd8ad669ae118ffbf3b6bbb24c',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/dist/','bdfbcf13eecdd619c277.svg',NULL,1519,'image/svg+xml',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1355,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cfa02d2ee265670a715ada527df6a339c7e6a2ad',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1356,'a4260d597b924b9c8e0ac6193ef961df73d8bfa4','1c617c813dc077ae9f9c8cfe227aa28292fc2446',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/dist/','h5p-editor-audio-recorder.js',NULL,132847,'application/x-javascript',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1357,'c3658e59dacc6d07aaefe1a7f8ab7b01d6bc3778','cabb8c91c12401a9a57ba4005939184ed72a034a',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','sme.json',NULL,1194,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1358,'da39a3ee5e6b4b0d3255bfef95601890afd80709','24f20e230f1c754290ca237b85dfb128ff21f1b3',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1359,'f6974ff97a7d7b127303c68dd9b7766746a49e17','ff5c14d9ef901e1177d0cb392de62c0125109f67',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','zh.json',NULL,1105,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1360,'50df93566e6c2b6af58be00ccd6aa9182717ea20','5fd37820505723c28bde6790aac24bf2948577d8',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','nn.json',NULL,1213,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1361,'a462165ab8861b5aa4d9c1dc026d1484773246e1','d104b8e790cba042ee52c252158d802e36d6fc81',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','el.json',NULL,1715,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1362,'3f2d838191a8347d9abb0f743c9fc2486a69bfab','04ddc6e64fea675743dadce52ab8399f45815c94',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','cs.json',NULL,1347,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1363,'c3658e59dacc6d07aaefe1a7f8ab7b01d6bc3778','df1c40a30d5550e841f97c0602bce26e906aa073',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','sma.json',NULL,1194,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1364,'2578c1c2db4bcc7dc7d5ca11cdf2d10bc677ca49','703adae2049a829b6cf78439fa197b0fd8cf1ecf',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','da.json',NULL,1294,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1365,'ded69e244302e2f1a0d6bf446d9caa4b2ec57cdd','e0f508b708d7a01b588e74fdce3a56a77a1b46b5',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','eu.json',NULL,1363,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1366,'9eeb3d255015d7710de92d01fa380894e07710cd','31de68fe249f8fb80d6b2e16f9abc55f396e7541',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','nl.json',NULL,1261,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1367,'1f5739574efcd9bec517f10e86170cfca9b45d3f','a89e9fd6a86572ae6fa1ecd6a45b6a75bef0a2e8',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','ca.json',NULL,1344,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1368,'80864f6061c81c188d2a93c3340080348c109623','0a3be6b55c521259b646864669d33f654e072318',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','mn.json',NULL,1902,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1369,'6b0a74590a82e2bee0778f33e73ef24583303870','c94c5cc9ba6dd73c843d66315346885e9b1e44b7',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','et.json',NULL,1235,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1370,'b7020368291c5911e0f473d8eaa2fcc34a984615','9888bd67a3bdd3afd897ccac5b58983bf7c9eb71',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','nb.json',NULL,1228,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1371,'be43559a4fb7ac3e14869c9a7b0020b301e19134','e284b460eb71e70ec5d4ae360c8b68dbf51bbc41',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','ko.json',NULL,1413,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1372,'e20c9f5fcf63c1e75f57badf86a2dd1fceac766a','4b4d2540bc37f452f41813b6c825325572c37d3d',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','de.json',NULL,1392,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1373,'a85c306b636a21fd486856e77cddc62109984991','54dfe183c3a5d8bd7ce7ddf8f6c1366cf78c0a89',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','en.json',NULL,1193,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1374,'5b4f9431df0d3b00215b702d401015523014e91d','6c0f0b7bdac0e31e2c8d0f041fc2023ca2e5210b',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','lv.json',NULL,1368,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1375,'c9024e09b428a69504b2b13ef05ee3b4bd214d01','9342e43545c43d05f90cfe4227b0ca9a74d76411',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','pt-br.json',NULL,1312,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1376,'c88cfd16fb95e5157c8608d8c4722587b823f6e0','a4b6fe28fe324671259e1f0a608bef24e5013ef9',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','ka.json',NULL,2402,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1377,'87f1fbe55fe790bb60f667a9ed783ebb0bc66ab5','905763a02e99b714967223c8ceb42a35ecc3df67',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','bg.json',NULL,1756,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1378,'4501eabde0e0454890ce7863fe1a5cbcf3dbe6ed','6017ba6b44b1ad83d350300ab806e561f4cf8e6f',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','it.json',NULL,1319,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1379,'e2066e9905e15846b8dd77a0c54fadd268e3a8de','a33a463f6a8ada192fe62c9e2791151803074913',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','gl.json',NULL,1289,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1380,'2c9aa4473a44162d1cd8bc47abd5cab2f8533c66','e27cd47a5d66813a02fc26ec80b62e3ebe2c53d5',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','es.json',NULL,1341,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1381,'911c6bf8098af63427fcdacb345a14fd5ebf3c86','a6e40937b86d64941bcb20ed88398af070dbf787',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','sl.json',NULL,1254,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1382,'afb94e45326a5a2d9e9bb6561ad6af7230cfbed0','911e894fcd04bdceb7f2d3d05ed53413e7558391',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','es-mx.json',NULL,1315,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1383,'c3658e59dacc6d07aaefe1a7f8ab7b01d6bc3778','6afe3ab36919c4abcd3a7e604f01487378a24db1',1,'core_h5p','libraries',30,'/H5PEditor.AudioRecorder-1.0/language/','smj.json',NULL,1194,'application/json',0,NULL,NULL,NULL,1691069317,1691069317,0,NULL),(1435,'df4ac256a33f48f85c9047863f873e374602e57d','4442fd1982da7f444e6c1b54c22e28f19e01d968',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/','H5PEditor.DragQuestion.js',NULL,47448,'application/x-javascript',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1436,'da39a3ee5e6b4b0d3255bfef95601890afd80709','61d1d53d039558cfe57ef3d982daec7fd72e5c19',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1437,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f88253d3ae3348e0e128b6a4f08744e4024f7693',1,'core_h5p','libraries',32,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1438,'04f4d74984042f0bd36b26f75d48bd4a8e70396f','74abf9bee7b0ce0c46b4e0237b97b16c2209648b',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/','library.json',NULL,1196,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1439,'98e0f41ba936359c1136e55d7987242885a726a0','15262da42559d478a7caae186885442b8d9934ec',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/','H5PEditor.DynamicCheckboxes.js',NULL,4837,'application/x-javascript',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1440,'a38173277e0c67d1a38d5893f11f84a8bbb92e40','9ac1ea49623d58d91f044938d9e1a7cbdd334d41',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/','H5PEditor.DragQuestion.css',NULL,7998,'text/css',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1441,'771e9fe22a169edd71c471b06fda01101a4d19ce','1b09d5be03f6fb833669936fc9d0eaa1d0f6b16f',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','sme.json',NULL,577,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1442,'da39a3ee5e6b4b0d3255bfef95601890afd80709','037ab5a0dda8a5f87d800c2f658d473e728a1de8',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1443,'435c4caa5df51e260d0fda3245a1cba7cbb9cdc9','7787d315d41dc05725498d16d13c51ec923dab70',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','ja.json',NULL,563,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1444,'e3add0fe384825a3dfe65f8b29107fadfd8ebf8e','b167a1dd6794e5aded213a344e9da02c81cab3a3',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','ru.json',NULL,839,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1445,'daf18eb4ec0478fcba1a923281e623ef3f48636e','d6b3b1b765d9e0689f32de29330b2bc3c103e418',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','lt.json',NULL,644,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1446,'94b82eee5be25c80cfad2367d1c0aa13d99a7ef4','1ebb2982e22988736941e6e4deb83554266be43f',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','zh.json',NULL,566,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1447,'ca55fa9fadd8610f7e2316580a0f0c307c7d850b','80b255c9082dcc2de4c37a42c2149e2b51aadd5e',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','bs.json',NULL,616,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1448,'771e9fe22a169edd71c471b06fda01101a4d19ce','75008e72d0bd68cc2f91e9ecd4c215107bb94d99',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','nn.json',NULL,577,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1449,'435c4caa5df51e260d0fda3245a1cba7cbb9cdc9','44aa79851142a10e1c1e046695d313b5c637aab4',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','ro.json',NULL,563,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1450,'5b8a34905d54d6aff139b710d1b8e8d5b6257805','d7dd365fb8433db5dadd25231a419c81774fa840',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','el.json',NULL,922,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1451,'bfa877fb5c95b06fbb8123b1dfb62712cb5ddd25','31ff93e0c8585e715553f15f61ad816ae9bc58fc',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','cs.json',NULL,604,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1452,'771e9fe22a169edd71c471b06fda01101a4d19ce','98f5e3ef8314a640024b83c50d2c01b53bc61e80',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','sma.json',NULL,577,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1453,'435c4caa5df51e260d0fda3245a1cba7cbb9cdc9','7babcbdcba1839d2dcb943bfff2ed09c46ca5b02',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','da.json',NULL,563,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1454,'e7e97f644adc4b5002777399c134eb5cf80d20fe','df44940e88885575a396e26bb738a865c785677c',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','eu.json',NULL,607,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1455,'8625bfcce2b7693a044c457461abf111985028c7','be72639f713c5804f38c9142c66a9142b43ce01b',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','nl.json',NULL,639,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1456,'b0674732753723abe1352739c53e9475a79caf42','8f13bf66c64229f2274a2e34ff2cfecbb699b26e',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','ca.json',NULL,619,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1457,'e14605ceebd330b9a8871b24019ecfde7cd96b82','665723fe20f3f8987cdb71fda27e64545e871b1b',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','pt.json',NULL,649,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1458,'4c13ebb35059d9be8386ce606f18f38dff3c7c74','905328ed5905972ce11483ad118e146d5d3d60f5',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','sr.json',NULL,617,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1459,'435c4caa5df51e260d0fda3245a1cba7cbb9cdc9','a3960b910576d1f854ad111266be76cc668fc633',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','hu.json',NULL,563,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1460,'5607152c67a15fbae1baf84017383d908ae898f1','89bbdfdf12cadd0886fd87370bc74c5256ffd017',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','sv.json',NULL,601,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1461,'c083343f4f144afe1fb31c4bb40e2a47abffe098','9c7dd4e7033028ffa4c3aa05ab4358475c9dce8d',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','ar.json',NULL,598,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1462,'ec2786b170f0d3cbb4945223522425761e4aa52d','dfcd81c54e04bc8a0926136dbbb98e0c2304abb9',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','uk.json',NULL,844,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1463,'bb4ad078738afb0e0b800735745b6f499a1ee811','7918ab307cde6846c35046b947cce1fa0d5d5868',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','mn.json',NULL,834,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1464,'d49825452c50460d9f30b9c81e0f05b469fb3b72','1672d19a26bdf9e4c2f87ae82fd9951c8310a310',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','af.json',NULL,596,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1465,'435c4caa5df51e260d0fda3245a1cba7cbb9cdc9','199942d98e307c7b44bc97d86ef37ebde54b7649',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','vi.json',NULL,563,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1466,'ced292ea5cbce20095297717ff39ce71d04eca02','5e886210b0a9552c9f08d4c0fba7306d0face6ef',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','et.json',NULL,606,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1467,'771e9fe22a169edd71c471b06fda01101a4d19ce','2048e11b6996851f4f1a4a128dd6b029a6448f6d',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','nb.json',NULL,577,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1468,'252ddb1ddd98ab63ca7515568db51a50eb93b65f','d371078165015dd6283e86d275dc4aed77c704e8',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','fa.json',NULL,691,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1469,'381617e9e8b89443a6f979c5b2666e3a3539d45f','ede3572f8c784f463b8a6015e745b593f95e7e0d',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','ko.json',NULL,629,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1470,'7534de78e413f0640a2b7741c37edc137774a900','fd8de54df0103f15e60fb14ef344e9110fcea8d4',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','de.json',NULL,657,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1471,'771e9fe22a169edd71c471b06fda01101a4d19ce','5f79f8ec85d5e26ada672cf1ac6badfa5c77e8e6',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','en.json',NULL,577,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1472,'81ef907b424b23a8313728d4ed019b4a80b78fe0','93f0f8436da4e86c779fb77a92e9c53a4bffce61',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','lv.json',NULL,653,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1473,'4d52f0c23f712d751cc4b5a796367ea6b84390b2','09dd7e721047869161fef8103eccfcb0f1794838',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','pt-br.json',NULL,648,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1474,'6d29a1140367e67c2599da73d2b6e4f8f72ef4c2','4f7210eb59e185d8ef476cd00165bea9b87bbcdb',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','ka.json',NULL,1051,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1475,'b3b1b02c4cdfdcdfd93f491cf5ad0b4d9861f87a','654f4cd8c93aae25d9cfec699c722aaff3a287f4',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','bg.json',NULL,847,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1476,'465527637d073cdbc96128d20d2f112fc1046647','1fa75015eb99271d46ba030701ebf3f62b0a2d41',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','he.json',NULL,667,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1477,'57362cea7810e55ea9603f5cb1b090b8abe34db0','4efabacae03b96ca1c433d235f55e87e6edfdcba',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','te.json',NULL,1187,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1478,'16f97144a4d133079a5f6d7d6c6f2215d36fd8af','3cd88e80d82aa77fe792c4a4bf46d7ab6628cfa5',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','it.json',NULL,623,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1479,'6820b122b32d3859ea61f0271087db8eb90fa08f','94882fa1f86f9a494decadbb2bb1ca3b3314c3d0',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','fi.json',NULL,611,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1480,'e647eda87e1b1ca64cc76cb1fcc67efc7c3c0aef','0a3fd492deb550a227dd3041cee70ae7468e9d39',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','gl.json',NULL,619,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1481,'ce7e4cc07c108d4fb215972658a9c8904e1085e6','2c03de118f8ea0576398581c049339e6ce0af22c',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','es.json',NULL,642,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1482,'87d07fb2cb9d4f05a3c549b2ad88b99c15984bf7','b15c8d86e97314f519640d94135e35a3e304d24b',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','sl.json',NULL,590,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1483,'631650555c5df5856a7997647eb3cf901c9adfe5','6c3f8a25a2b02851a0cb84e58c6115c3056778f3',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','es-mx.json',NULL,644,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1484,'fcb517e7c4173be3ad54d0c5c0d00d9ce89ef1e4','e1508e27e7c8b7a26b47af07989035aac3051124',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','tr.json',NULL,624,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1485,'a9621cf11b5d0ae8e6f426439b1dbfdca503b632','ae0951478496e2822f27d1fd1523a91daaf52b5c',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','sw.json',NULL,609,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1486,'e95cbb4d9997e64612417a794a264009c3958511','2924c42b33b0969888de6d9a495ad64c6b1bcf5a',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','pl.json',NULL,612,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1487,'88cffabcb3076073d31307d208ed5a7120fca9c6','d780f8bdb2fe57c1f738a7d25b1a4ce99fbfe25b',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','fr.json',NULL,674,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1488,'771e9fe22a169edd71c471b06fda01101a4d19ce','0e922c24b8131142d1a82db60453f6c42b2f93b3',1,'core_h5p','libraries',32,'/H5PEditor.DragQuestion-1.10/language/','smj.json',NULL,577,'application/json',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1489,'b6bedb2d9b7683c42e7cebf5232a66159887d360','b486673b7326cdd6e1b1a5b8e9ed39874988eb1f',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/styles/','duration.css',NULL,42,'text/css',0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1490,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4c9378dbbccec60532179eac7fed7803effe5cbf',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1491,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b93358b5edfd116e88938f911f91e461ce7914a7',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069318,1691069318,0,NULL),(1492,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9c429bf4d0d4ff8a1e9ee0d0050ef50dd2114b5e',1,'core_h5p','libraries',33,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1493,'64a44fdb16df95e5de4765075a2d37a578de4c21','44d4a97068441e106e97ba15e10ff0a003e9d312',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/','library.json',NULL,397,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1494,'338a2a2621f4238a0e90111405045ba90cb1e654','7af8f1265fed6e8078d319fc33fbb242c8742471',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','sme.json',NULL,229,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1495,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3be8ad2f81dcf5db732a693e44705c265d8f0e3b',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1496,'70331b16db1f93c435532bc369eb893a64b34a3e','cc6b6cc1dfa5c7bfb746bf623d74c4ce90fc118d',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','ru.json',NULL,325,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1497,'1905cc2f89d7c084c20a4b2bbe0cb358e7820d3e','e18133c099dabe5c7f6120f8298923909079c663',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','lt.json',NULL,243,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1498,'2f0e41da0d18e18b7cd6951c2d18242129773414','722be757d260a76867b216b7b426bc377febf637',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','el.json',NULL,313,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1499,'8ea26bde57a56172cdd38d98b0fd9ee083ce160b','d9085ee1dc956b075b53c671dcc6bed5b1ec50d5',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','cs.json',NULL,239,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1500,'338a2a2621f4238a0e90111405045ba90cb1e654','b196b619a9fd0c5a0387b00d5c18a6679c5a3244',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','sma.json',NULL,229,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1501,'88e45f8b822a1c1178f28084de5aed1423721e23','84414f4f3935797b325eea1e931b7e2a3f4909f9',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','eu.json',NULL,250,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1502,'ae1796ef7853e08731cb3cd938ca730dc94759c7','b5114064044fc19e4ef6b91babc07fb9e7eb81af',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','nl.json',NULL,234,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1503,'4381e1ecdbe8c9c1154da64dd1ed719f3088753e','1f07fc3698ec10a085ffb01dbf2ff439708958fc',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','ca.json',NULL,229,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1504,'f69c907c2c9d27758fe7da7f8aeafe72666de1af','001d8e84658c8dc9bbaac6c65f0875c45d02eac2',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','pt.json',NULL,242,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1505,'89cc3ded03390273e7139d11f611301170a8045c','28d417038883fad3fc715d974661291e19d54adf',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','sv.json',NULL,241,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1506,'72b7f2d54f02d105a7e03a044afe0a5c7823c954','5eb5aba29009a46f59582b575e43ee86e6415483',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','ar.json',NULL,283,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1507,'590db7174d651a8c7651c4b1e42967bc813fcdf3','84ad5834b6574b257a334738fe78f755b944f297',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','uk.json',NULL,305,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1508,'af8990c7cb966d4beaee0dd00ef6d14b54a8942a','ee0e9ac15fa86671e1d0372334eb2e9e73de6604',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','mn.json',NULL,351,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1509,'652681ba8da44f23add83e1501a5d9556e6545bf','f8fc316bfa1a3263d75324d5e6ea5f6f3a722de4',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','et.json',NULL,240,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1510,'338a2a2621f4238a0e90111405045ba90cb1e654','facd2266e38b83cbecc5d0dae36aeb7253aab050',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','nb.json',NULL,229,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1511,'9a8305cb19e5fce98b7fb6bf447fa3f6ea99894e','7b214b8c06cdc186f93ef46c57e96fe84210c246',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','ko.json',NULL,299,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1512,'31dd9a392da4c618e794c34d40c10b1933cec2ea','7cb223ed06884d6e13e84ab73a08abc233fe6579',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','de.json',NULL,256,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1513,'338a2a2621f4238a0e90111405045ba90cb1e654','90fc9e96e126b2d982cf545968b787a5307f93b5',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','en.json',NULL,229,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1514,'ce6565739be35a6f211b79adc1a6ffc2324d152a','c423403e516d62fcc420d9776fec9d5f686beac3',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','lv.json',NULL,228,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1515,'d49cea958e6e6b3a32d0a85c2fac2a5f0c8812bb','76a17a1f6b0bbaad620b3649cc5bbe06420d9863',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','pt-br.json',NULL,234,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1516,'138c2eed03d50b0adf86f5848cc1f609b74fd30e','1be6419c3f5af8c3509cb67a75a266e8a998423d',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','ka.json',NULL,414,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1517,'0f8e283a337b8d7e08a6e483202878f873c59b68','a96bb27ea8aa53ba16ef21ca3f2ebc018bb795ea',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','bg.json',NULL,321,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1518,'0c4a93272671414f9f1b770b2836eb9811f5d8d4','ec3296ad776b645f3ddf5fc2d37bdb72bebab46e',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','it.json',NULL,224,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1519,'a75f8fc5377493f0d2c65664a473961b3861d6bc','06b7a024d4252967c6b6d67f8e7746b0ca6d213c',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','fi.json',NULL,236,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1520,'1ed7569951b97b2b87dbac2dc51599eb6ac18e78','a7c7623f65c1c32da9f3eb6264e8fe9a4e32b29d',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','gl.json',NULL,239,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1521,'483a7ead0b198b533641162515829a910d343df6','cd4413ecc30bc2c2dd55ceb9f9021aade769474d',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','es.json',NULL,242,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1522,'7097b5e1b5975d102a45d1042bff5e54d21a3cdf','425360f045cdb9772740d7273aeb3e5ba4ceb66c',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','sl.json',NULL,241,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1523,'483a7ead0b198b533641162515829a910d343df6','0a35c2283f0dfffdeb4ff77cea3e4ce2da37f643',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','es-mx.json',NULL,242,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1524,'245f9752791c400dbadccfbb512aa885549c5f2b','74550ede543020108125bc60736b09e85a6d6733',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','sw.json',NULL,233,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1525,'4a6338067011e461b96bba872faaef30bff025e3','18f818a33b7478d1eb46303ee1bb6c5b54b53c31',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','fr.json',NULL,244,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1526,'338a2a2621f4238a0e90111405045ba90cb1e654','175905c6138b81228d59dd23d8a7846f7d01f49c',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/language/','smj.json',NULL,229,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1527,'32eb209248447ccd451cd1c0c0ad39b83a573826','ff656f3d11c5a52e92d32905f8fb80bd75a385fc',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/scripts/','duration.js',NULL,5766,'application/x-javascript',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1528,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9480cf925dba653f832069bb8b813c033718df96',1,'core_h5p','libraries',33,'/H5PEditor.Duration-1.1/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1529,'1696876ee5da3f67623507796640bcfd5f32fdf8','84909b8788ea0d8e34d1aa36a0f7008283d8f92d',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/styles/','image-coordinate-selector.css',NULL,1425,'text/css',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1530,'da39a3ee5e6b4b0d3255bfef95601890afd80709','430f5f5e759905e4753c41ec7171dec05013f6a4',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1531,'da39a3ee5e6b4b0d3255bfef95601890afd80709','fc40e9d103f419c0b957c229ca0acb74245c5410',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1532,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b575a5c84346673575aa807f343076a18f6ef1c1',1,'core_h5p','libraries',34,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1533,'e3b6057c09256d54559c54864d3b6231a5bb9ccc','305af3ae3ade26ba9140dfbb482b05905b441eae',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/','library.json',NULL,582,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1534,'4aa881addc256b09691e56848edc857767adb903','9091a71351073a5d76de557122f11df386ff4186',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','sme.json',NULL,53,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1535,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2eacd866873c0461542a2b22a794d0bdb435c139',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1536,'ee82a9a8ca0f632f91f87334b6d22bed67f1855c','1a8f4dcf555fdb2afd58ed379825078633a58bd2',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','ru.json',NULL,76,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1537,'a08eb23f1d66b5b0293ccf94093253221a156f6a','7b699eb78a76ea6c5c662f22471ffedf92889d39',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','lt.json',NULL,61,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1538,'4aa881addc256b09691e56848edc857767adb903','7b26d8f088202beb4c88c5a710eedcf335fc65de',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','nn.json',NULL,53,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1539,'6c6e5cfc7c6ed2f2cf8da64dd565a6cbb2aa60e8','eb09d2ebb8bf6f95ec20ca25d3d9cf9b1bcf0db4',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','el.json',NULL,76,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1540,'9e59fb35b42381dccf892c42b9af1bbc8ce8a7e1','b6db55e80c877e3eddaeec11e04c901ba76cc712',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','cs.json',NULL,63,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1541,'4aa881addc256b09691e56848edc857767adb903','898b028affcf6e9849e289466ccc7d6400d67d24',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','sma.json',NULL,53,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1542,'b2b7d21192079f6a6dfc28f8eb4d4c2410f19941','512837c198433eb026dae1f8fb3665d4e9764d5c',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','eu.json',NULL,62,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1543,'1a1e9eca2068def5cb3ede8b2adfdaabc3d09bd3','f02f6e5c88106a368847f442987f523e55ed016f',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','nl.json',NULL,57,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1544,'d99e62f7be58c99e33b9e695e1bbde0e8e3f9a6f','0841ae987b0792595a81fd28bbcfb1dbc4990d6e',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','ca.json',NULL,59,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1545,'bd46e5891afca174e7a5d876169e637cbfb9f22b','b01160998c8c763b65a94bca823fdd089b74c313',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','pt.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1546,'4919a9ac5e5ad2861152f2302dd16a03f8debaa8','a4061b9cece39b00f34e9bcc856b13b9893ab527',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','sv.json',NULL,61,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1547,'c2c4fea3e8a3eade23a72f0805bf86e4eefcee6e','612ef4b5670ebaa5b9895771fd2338fb0262ede0',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','ar.json',NULL,68,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1548,'b118a87a06177cb2b1fbee180d41a95c775b26c9','a37f54eddf92c3624c12d6b2cfec75ea89f6d33a',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','uk.json',NULL,74,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1549,'abd144bae1410796014fd1de1fb44e8baddf65db','331c488e97982f626183679725c1d2a0abbb9aa7',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','mn.json',NULL,74,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1550,'139a7cc72e62d53441618e4ef866e20529a0ad48','deeeba9ec16bbf297a6e572d5ec466e6c27afca5',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','et.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1551,'4aa881addc256b09691e56848edc857767adb903','60c243dd3d29e66155b314c9f4259c20b9045c1c',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','nb.json',NULL,53,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1552,'b04a4060e51d647508faceb37d83ec51af7e299c','f3cfcba1affa95ab35c80a6e14de04b83e50ba06',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','ko.json',NULL,63,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1553,'f21eb09f10b0a50306b1a9806915f0058d87542c','2305232364b2e12a69f250e80fcc582aee41d9b3',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','de.json',NULL,62,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1554,'4aa881addc256b09691e56848edc857767adb903','969ee8b80ce209fb34dc7af453a80e59e6f41588',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','en.json',NULL,53,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1555,'4e94ebc4d73f6d3bc7cde1f61dc0c072999f4f7e','bf1c5fd4039fd4d0f41204f8c883675d515857b6',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','lv.json',NULL,62,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1556,'bd46e5891afca174e7a5d876169e637cbfb9f22b','996bbed63c07a6521f5ecf8e812aeb396d05870b',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','pt-br.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1557,'ce2ac410161d54470a4fbd2d14cb19c27399fb8b','b0485758ea4651394c73a2a228b02f594adc5536',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','ka.json',NULL,65,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1558,'f9ced0cf19cb9c117abe5160ac0e696564a86829','60fbad6d72a7ea3f82f18a17c07fe208941a837c',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','bg.json',NULL,80,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1559,'23f13aa48add19051c2497eb4f8d9d3abc8ae22d','98ed234a2b9115ea189e72fd3ac1912e97f62fdc',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','it.json',NULL,59,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1560,'e79708989df2cb019e78fb1db69ca1e1bcc56137','185173022aa7f57f0af21cbbf9302a16df4f7441',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','gl.json',NULL,62,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1561,'e79708989df2cb019e78fb1db69ca1e1bcc56137','d4b35df69a76e00883da7023546f33b35759c559',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','es.json',NULL,62,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1562,'d1ee8c222fc39d2799b12de19e9ada0668de5b0a','f577e8b26933b0efbba3cea1647325cb35b3b275',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','sl.json',NULL,64,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1563,'e79708989df2cb019e78fb1db69ca1e1bcc56137','f15889ebd9f03384ed533716675cbe4a6e73f950',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','es-mx.json',NULL,62,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1564,'47d0475b0ce038a730dbdd642055789f18c47c3f','2360f0598f54156a8c437d0c0be4ab787a8976f5',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','cy.json',NULL,57,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1565,'b5e813af49a6d46d8684ff92fede07d7eee16fa9','30576cba95b8589d389df856d6c9320068978e89',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','tr.json',NULL,67,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1566,'6c2e8a0e08c58d896cc8228d1ee90cca6d9f57de','b95c633f0ad2db5630071e0dbf3244249f114f49',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','sw.json',NULL,63,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1567,'53e6fd5aa00da192d070efc9dc311574e32a0cd3','57e9343253b115ca48c98bfd94bdf1639093565f',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','fr.json',NULL,61,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1568,'4aa881addc256b09691e56848edc857767adb903','4d72f8b0b22841caa89ebfffe7dcf89c8a7b2787',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/language/','smj.json',NULL,53,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1569,'6df5629281de19f1e979188c048be444c1a60b45','a4ce3401ca163b0cc80af7cd7d051a7b3bcbd497',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/scripts/','image-coordinate-selector.js',NULL,6319,'application/x-javascript',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1570,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ffc88f9dec57e03500379df3a1857fbb4c8f6f93',1,'core_h5p','libraries',34,'/H5PEditor.ImageCoordinateSelector-1.2/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1571,'38fcd9a726be0cd682baf7efcc26262425ccf54b','611308fb0e611a0246d552fc1465c276e161b290',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/','image-hotspot-question-editor.css',NULL,7479,'text/css',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1572,'da39a3ee5e6b4b0d3255bfef95601890afd80709','914d671d577ae8f187007eeb7bdab9ad736c01a8',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1573,'da39a3ee5e6b4b0d3255bfef95601890afd80709','52cf0c89cdbe1adbc7fa41b7d0fbd7af771b31cc',1,'core_h5p','libraries',35,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1574,'bceb59f7ced5063eff6fa4cac68583049e9eb681','bcf2afdd3df0d17feee6e4b42bc7231c27295a6f',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/','library.json',NULL,783,'application/json',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1575,'c81f4f954a51913cfcd072e3f096cbc9aabf3e5b','3e742f967e59c7fa13650153a1c57d25399ff99d',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/','image-hotspot-question-editor.js',NULL,24043,'application/x-javascript',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1576,'c22e7af81481cebfe7bf888049c85071d23e3806','ac9639d90b102daa7a3d3209a0d28ec26f13dc25',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/images/','no-image-source.svg',NULL,1313,'image/svg+xml',0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1577,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b46934adf4b18c435f9e1712f91fabf6cbb1e22f',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/images/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069319,1691069319,0,NULL),(1578,'9ff225758ee86039a6d46f83a20fc7a8f524c38d','e5311fff4b4caf494b99ffa49ee43a8fce4075c9',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','sme.json',NULL,289,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1579,'da39a3ee5e6b4b0d3255bfef95601890afd80709','930198b214de8a7100b72e391da4a86f01ab9187',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1580,'b8e455148b6670047bb811052a47bf41d396bd00','90c263750a83962405504b5632160c5df554af08',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','ru.json',NULL,464,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1581,'9f24eed9a888287da0b4fb6bef7062181fcf7ff9','e6490a0a7d608c06370cd82460ee70bd8eb3c031',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','lt.json',NULL,341,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1582,'b15bad5ccfdadc2fc0d77886ad3f3b6268711c43','6cf728cf2b0be2aeec4ed936c17df7d11993e4f2',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','nn.json',NULL,292,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1583,'0b553a8681ccec4c89cc6007673f56d82fe2c299','db436c6c11f486ea79fac8b2f1dbea28cd11cb41',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','el.json',NULL,310,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1584,'ee28912d537df2b40641627685152c81c0805fb1','e4ae98b2b253385dee72311f5aec1f29425cff6b',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','cs.json',NULL,326,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1585,'9ff225758ee86039a6d46f83a20fc7a8f524c38d','4f389ec5affbcd728697b84d9e1ca72a2ac358e7',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','sma.json',NULL,289,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1586,'04fad31203b16b505bd3dc3be341427a79f11787','f9a0e372c8f0e0ea3e2419308f0b8a9185456186',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','eu.json',NULL,328,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1587,'c7af1877665dead4102663e4bc3fd1095ca80809','f84bcf5f6de118152d83abde330718b851448fa0',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','nl.json',NULL,316,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1588,'d571ceb23ef345bf6f8024fb1d9f56eab103e9fa','ba1c83d108a093befe836c4a67e5639854e749e4',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','ca.json',NULL,322,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1589,'a41ad701a79a58ae8d864da2c51b018049758f14','e677f955577765fec52e763108040620d319ee11',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','pt.json',NULL,323,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1590,'940dd004fd40dbac31c49734b1c55565eccc87bc','badba2baa86aee964a5036380115f31510d51444',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','sv.json',NULL,329,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1591,'da9b32e7a5bfc6c2e5d201bdcec6047099363800','a0b895fc58bb9d616899723f0d4f133e40408b1a',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','ar.json',NULL,356,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1592,'034776165ba87c0108eaefa4be7ffd4f6b7ac8ea','73b721c3c91ae9da3e136d2baf5a22722db06c07',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','mn.json',NULL,425,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1593,'9f8ee50561cc9b862c53bedf784721cacbb7ab3e','81d2456e2df1fd49f40c287a85e07399cce1cc85',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','et.json',NULL,279,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1594,'6ff18394db4dde40cde3e7d787537ae38b5ca09a','22ce10bf52b1fb47437668e8fc62bffece2cb6bf',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','nb.json',NULL,292,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1595,'1ecfd7602d8c5daeccac91dbbac159001a643bc1','901ec28515b8888994ba9a1993f916070d232c61',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','fa.json',NULL,395,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1596,'d996233e8c6b4913ad8cd4f5d5f980620f5c308b','1a8c2527ab7e0c5cb1a9bdaf8451300ec86287c9',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','ko.json',NULL,323,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1597,'c55e66d84087a75d76a45bc1cb198a8a8023fb4e','4d9dd4b98e2ba4e7d4fe1ef890425c07ddff5f7b',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','de.json',NULL,300,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1598,'9ff225758ee86039a6d46f83a20fc7a8f524c38d','bff2ffe6877cc3ee63501e6876ca387efe24f7ee',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','en.json',NULL,289,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1599,'ed3c9cc94d95e5ff1721f363f0ac3102ab47e04e','e26bebff24113fff76706d85ce3d39ca239d0e6c',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','lv.json',NULL,314,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1600,'ce18ee9d3fc97c75e8a0d66f9879333f5f86ff97','8cd293f3304df0a71c2629cc08a1c6d5afab3834',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','pt-br.json',NULL,327,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1601,'5706c5b5029206780f0b247fcffc7f1474fd244c','a0aa431ea2af4f61360d05b660105202befe25f6',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','ka.json',NULL,628,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1602,'e82ee25df8a10aabd0139a8bd4926dab44c91a82','6876722f70b9b9da7d63d9da57d79d21cd60d32f',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','bg.json',NULL,502,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1603,'ae2861f8c200c5275c3f2e3abf0820ae5472625f','26bb6c81526014f5607daea569beb12775814a66',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','it.json',NULL,315,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1604,'9d5ee8fc4ef131b5bfb0ac0178e76d187a655802','59ef257dc05c4eba8a1ebf89db0643204eef4fce',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','fi.json',NULL,298,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1605,'eb9abb7aac4ef2443352a7a0648a42e762019b16','0d6f3109f1c98d1733bf1e05a63558bcd8b85b34',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','gl.json',NULL,317,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1606,'2136c3f01314c89c835e642c77dfb476d49980bc','f3a432734adb37ca96fcfcfc4f393cdfbec44794',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','es.json',NULL,318,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1607,'18f38bfcecc7019c7d208aee981f7814ca1505e3','949f17aff24fe2ce92e8a231ba377e7e7ecc7d78',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','sl.json',NULL,301,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1608,'5068f4474cdbf7432c8f95c0c2c07bb3cc5dee26','f64fd30b75c08d1dbb825dc43f3872b9d8372dd7',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','es-mx.json',NULL,309,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1609,'aec6350b65049134eeacf0cd09e327c2a5bc4d7b','37e5286bcfb23bc00064f756d88a48a52f1b1a02',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','sw.json',NULL,341,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1610,'d0f96d61f28675a0f2945f512b7b4cd075d53ca0','700b5366876824fd3b70ee1e30910fdb248f1a1c',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','fr.json',NULL,325,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1611,'9ff225758ee86039a6d46f83a20fc7a8f524c38d','4d99270644235600699c6bc86f468b205bd6ff70',1,'core_h5p','libraries',35,'/H5PEditor.ImageHotspotQuestion-1.8/language/','smj.json',NULL,289,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1612,'9bf5f571175a269459af3a26b574900875d698d9','5e2c285608b28599267db8cc9b27521113d822fd',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/styles/','interactive-video-editor.css',NULL,67052,'text/css',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1613,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7962de58281a82b466e847c6f0105ed8d5dc900d',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1614,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a082bbed823df3275a4ef4162a3a0b55fa3466d3',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1615,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8691be13ed51c1d1da7e903ba8544f67d13dc598',1,'core_h5p','libraries',36,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1616,'9374890bee7d32197ab6d53786fc406570e350a2','a08963c79e7ef8f669e83395add269b3b08cc362',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/styles/','require-completion.css',NULL,744,'text/css',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1617,'4e9370d7c5184832474c376be0385b79f539311b','c0d4a76aae4038d7dcfa4c8f45b1098d5826c138',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/styles/','image-radio-button-group.css',NULL,867,'text/css',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1618,'0b66a4f333607ca72bc4b3851e460a5294a2c1dd','93a8e5f50710b8e2f37bf814bab6aa6e491cfa43',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/','library.json',NULL,3529,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1619,'3f73e95395ca673b95778c10c1eb4f65e6b4a0a8','2c8d6eb19e47daa54852a2aab288de5e31157e7d',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/images/','no-video-source.svg',NULL,1340,'image/svg+xml',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1620,'da39a3ee5e6b4b0d3255bfef95601890afd80709','43fdb8fef2b41e6f962cc8e2930c9eeb01f65270',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/images/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1621,'6176e7ae382840d68cdb7597996a6573b19c8c9e','a21b9f115688c6cdcb5c8e592ca60f0674b55f76',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','sme.json',NULL,4157,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1622,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ccf80159b0b6526d0023912ef4fc7cda324453f6',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1623,'f4be18331381a474bb4da55312c525368a4d17c2','9dec2cd2193283831f54be46e12f06933bdbfc01',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','ru.json',NULL,6202,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1624,'a919624dc37c89057e767502933854a723f3f10d','aecb0e5e378bf02009860734f639ae17ad2fa672',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','lt.json',NULL,4277,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1625,'df4824e3f77e4f61e736267f2fa57641ff415ec4','31e60e88aceeb02748aea97f9f4f4be9f21dd38e',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','zh.json',NULL,3767,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1626,'aa024aa10d02fa6fcf30b829f22b82d9a91072a8','0c88d004ce16fff58a6ccba6a5a6a99fbf0e82f4',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','bs.json',NULL,4301,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1627,'d3279536398a62caf8ff6cdcb290e520efb54242','a949a64f7049bd55e366264c23916e7726e712b3',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','nn.json',NULL,4303,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1628,'79cc5bab4f5b1c831fc416aabec1850de86c5149','f515c86daa79d2bb8659f04beb2dcd3be0b801bb',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','el.json',NULL,7730,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1629,'19f153e0ba3e753939bcd510a5039e90af74e117','d9c6d36c122d87b8d42852cf17cb24cf697c27af',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','cs.json',NULL,4496,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1630,'6176e7ae382840d68cdb7597996a6573b19c8c9e','8ce1b0ea42c2790a9c1a47117f8d525721d71ec4',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','sma.json',NULL,4157,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1631,'c64d88bc4fcd8ef3267f96d8ff8f80005b34d89b','68f1458b4466f97e005db0babd298e41a0eb3306',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','da.json',NULL,4291,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1632,'ccc0281d7c5927f0c1af37ee783fbcd751af95a4','409f0952e36951ac1806137637ec4c5f976aae0d',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','eu.json',NULL,4397,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1633,'0ebc09cb893eb6f3073010118ea027ddb92c59a8','eac7aa833ac119235de36467e0dc66b4db44b815',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','nl.json',NULL,4581,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1634,'fe2492bd6553cda806dcdc0101a7868bb4ff8fb7','8a927be0c66a6b521d0e82df7bd9f13d1465e51c',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','ca.json',NULL,4763,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1635,'5f6217dbe5ae2a739e35e20836272f1039e466df','6e200f79cc7c1fb2031fa35eaf5fc610893320ee',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','pt.json',NULL,4682,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1636,'07b8e686eabf2c734a847c14437dd4ac6aab1c65','7cd8cf756b3845bd41a45d632e901e7453e19870',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','sv.json',NULL,4481,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1637,'93f85738108384779d0dd3057c09389c3e21b4a0','b302b67fee3a679a905cf7518a1c59823e78ab96',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','ar.json',NULL,5267,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1638,'fb6eac2ec07a6ec03bb7d92a92f309ba62beb5df','74ffd40f5012ccbf3b8cda38d6b5bbad5b4272da',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','uk.json',NULL,5888,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1639,'946d90e11a113e5c5a5803851a5b12aa3af7c19a','54f33b61a4e390beb0f295c835ad657fe48a526c',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','mn.json',NULL,6670,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1640,'82d3fb74f10384323db799f0f4fb2926dd3adc78','f0fe6c668cfcdf7764d1419875f3c9817e45cd68',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','et.json',NULL,4185,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1641,'ab1a300a21b40862502cb1f3693d05cda5de0ddb','19be4895ba73d14ea6df995854771a9a5a4c1325',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','nb.json',NULL,4277,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1642,'19c8fa1a7da0d1989e538a696af410c7143c1d3d','47e7f92c26ceac88da402be18a02dfba510a7fc7',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','hr.json',NULL,4350,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1643,'2d46a4c7a8a8c0ed9e19c32dc60482e00ed421f1','fac3e045b6056b71d6e4ce7539afc7dc51c460c3',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','fa.json',NULL,5995,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1644,'2394d2f6bbd4ddc50d149e8ad9f23200b623dce8','9079412e06be6b413549f466969b28c9ab1f4cc0',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','ko.json',NULL,4909,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1645,'fa03c060e8568386e3e8f4915250de49594ed020','275d9ea68899696b47b18a9c225a00b7fb174668',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','de.json',NULL,5103,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1646,'6176e7ae382840d68cdb7597996a6573b19c8c9e','1caaf3d2db2fde3e55443206beb8c977d3319aaf',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','en.json',NULL,4157,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1647,'4877fb52aaf98ddcfb399b9ac1da2db17f611ffa','4f3fdfb80900a92ca95c50ef24cbd08d62eb92e5',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','lv.json',NULL,4769,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1648,'b080c2f3fb1e0ca3ca4aac58e67a454db26ce61f','9f36922aa1e5b9bbe5541c4c3c519edc0d7ed06f',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','pt-br.json',NULL,4655,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1649,'c2332d277d59e4522a9935415b147f3bc53c3869','f45efaf83dc00785514a534a8059a4a0b4200f09',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','bg.json',NULL,7126,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1650,'f1bd194090ebc8e0b89100eac48ab989b55530ad','d536a535a7d286b096712c315f79549aedf4ab30',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','he.json',NULL,5575,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1651,'dd4564dc6fb1d5b26cd9c0a29ab0bbedbb5b787b','336f98d75b48bbd25743dbe08b81b34503c72ae7',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','it.json',NULL,4486,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1652,'d8859af59466375f1495c76a377c4b98a7f69f6a','7b76e593c2e26d4b65b153521fdb6a92e0eeb3df',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','fi.json',NULL,4659,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1653,'3e5a787652fb0dd920b21389fc783c554754927b','698e51f61d2f31fa1d19a6d33f8b939cbad5fb86',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','gl.json',NULL,4519,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1654,'efeab6f290f8cfeab9d8946d342363390fa75ae5','6ca371b59163646718343a908cd85579200866d9',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','es.json',NULL,4662,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1655,'c53e660c8546d2a67fd0f67389d36e8900c1e788','4e91c3798dcbc6a83d62d18afbd85ae5a66565a7',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','sl.json',NULL,4244,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1656,'1844fa7b30f3186a0c86c07543516c05a68fa837','e8029e1384d148abfa1489aa18567579e197ec70',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','es-mx.json',NULL,4650,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1657,'a41f264305d15a23bb5679e2605486c11c3aadf8','45557248adccf95553acc0ec8ddec2ed50df0e54',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','tr.json',NULL,4646,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1658,'79e5e0ba62100612c3ff344a3b84cde86c00ab82','24d60d8572cf78dfe60dccff23a3dd080b56a45a',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','sw.json',NULL,4440,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1659,'68c9634f595844f00e25348fad13777e019b1175','cdc489885a4f5c41e0d94c96631d4f88cccd883f',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','pl.json',NULL,4270,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1660,'c39b82643481880469064d4dc4bcccde660d3db7','d906359cceb47772174c48c5a41e61ff70f06427',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','fr.json',NULL,4874,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1661,'6176e7ae382840d68cdb7597996a6573b19c8c9e','7d048fbcd5d914293e6b9d701163669fba074085',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/language/','smj.json',NULL,4157,'application/json',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1662,'2f7ae7516ab6d91b0641e16e8a2b46f2acb89c33','355ff555a62d8049792ee1155af45dabb8a2fef8',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/fonts/','h5p.svg',NULL,30949,'image/svg+xml',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1663,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0b9e99cfff8ef1e09805b7983de961f3db75c48d',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/fonts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1664,'e7f8f495c97fcc55c37560d4cca48d48ce7d0501','39f8bb1775e32c33c1fde066965161808f99ba58',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/fonts/','h5p.eot',NULL,8548,'document/unknown',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1665,'3a6271453d7dc6eaef97c1f7fbdb94a0a6201e07','d6503ba918994520d3286948ff62dab31d175897',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/fonts/','h5p.woff',NULL,8476,'application/octet-stream',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1666,'6085f5266a5291eaa296ea3dccb29037886c630c','adb8e8e6d629fb07f38873f6591403d27205f833',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/fonts/','h5p.ttf',NULL,8400,'document/unknown',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1667,'54812a5d6783c6f5d12d315cc0583b80f171517c','f43ee03d4cd4dcb259abc00a7a19026fcb5442c6',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/Scripts/','interactive-video-editor.js',NULL,55504,'application/x-javascript',0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1668,'da39a3ee5e6b4b0d3255bfef95601890afd80709','fcebdbbe29f97597fa7ca591b99d34e14dc8ea41',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/Scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069320,1691069320,0,NULL),(1669,'7092dd73d7caedecc3b2ae97590ee4fc1143e347','40fd872d228857bd67b4f68d0ea90284af356b7e',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/Scripts/','image-radio-button-group.js',NULL,2634,'application/x-javascript',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1670,'0b50df56ebb571e1fc26a0bd988950032173295c','3edf19fc75f6cafee57e25f9fab8dc65a0dec172',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/Scripts/','require-completion.js',NULL,8509,'application/x-javascript',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1671,'86d3ef185838f72ce584ca31a9307fc8e944f97b','352c6e50f577f5724f6ec6fa3ec8faa0da7bed5e',1,'core_h5p','libraries',36,'/H5PEditor.InteractiveVideo-1.25/Scripts/','guided-tours.js',NULL,5089,'application/x-javascript',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1672,'2851cefd8a2c1cb355a8ea475786d17438a40823','71625bd2407b745ca6d0b72f01fa6dc5166a27de',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/','library.json',NULL,391,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1673,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2d424a9f9aa20e28e31512ca4a456fc01d8b45d3',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1674,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2e6614d5a9fa686ed21bf9b838e2ad6ec6c9668d',1,'core_h5p','libraries',37,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1675,'eca9a523d43e7e88aeaf2bef532414afa91dbf67','236e2c548c206c3f54a4853e2cfdae757825e7f3',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/dist/','h5p-question-set-textual-editor.js',NULL,5464,'application/x-javascript',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1676,'da39a3ee5e6b4b0d3255bfef95601890afd80709','376ecd3e43c0de0233b684c37a55f3202886932e',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1677,'960861abcdb97f31208e12f01e868566ae0c6f40','35f30120b80097585923a6d4bf226f0c46f8c9de',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/language/','sme.json',NULL,617,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1678,'da39a3ee5e6b4b0d3255bfef95601890afd80709','24ba1327e522765c33fbdf9dff86a5636c1f153b',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1679,'baa57b083d5f4dfb04b07f935042fcf97616303a','31504a617a33f7c562337e89038da1c97bc3c21b',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/language/','el.json',NULL,1210,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1680,'99e253e0c2ff76f9a74274f84d8faa4dfdfc6158','cb556200bdcb3da82cf526dab55326bedfc50902',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/language/','cs.json',NULL,677,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1681,'960861abcdb97f31208e12f01e868566ae0c6f40','3cec15e45d53dbaa9d53d4101045a7013bec2a31',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/language/','sma.json',NULL,617,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1682,'e4a793e02ea845a047358fb542898c645c09d5ba','4646085ef2edb7f0b7eec3e0598f187deeae7db3',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/language/','eu.json',NULL,652,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1683,'f0fa3014af2839425f90a26804edc0e3ee878b8a','a7950b6e6e0d31fe399fba739385681b3c0eebac',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/language/','nl.json',NULL,665,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1684,'204fdc97aef14ed1485e38574184643a919a1e9e','5accac94b6d76451280d735764b7dd4e2bdf7d43',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/language/','ca.json',NULL,698,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1685,'5efd6dbeb50dd4f13c534ae505237215e9a76978','67e71ca6d7634c926c5668d1b83daa08037735e7',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/language/','sv.json',NULL,643,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1686,'20d8e799d79e9cfd51f96c51a76c857170c0f926','d12eeff3c00fdd02574ec03d51581a48b9ec5746',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/language/','et.json',NULL,615,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1687,'df60972d93c8760a3cf87414ca8a851ce09d8626','5f8bb186177576c8a3f69db43c90c668b885576f',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/language/','ko.json',NULL,609,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1688,'25dfce340d2effaa5ff05dcd0e60216030969e1c','81fc95b2df6608d70d3a62f3726eefaa6eba6dc5',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/language/','de.json',NULL,683,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1689,'960861abcdb97f31208e12f01e868566ae0c6f40','95e4714006598a2fbcbe86de7f6a7725e7159a4b',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/language/','en.json',NULL,617,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1690,'da77d56b68d9ece4ee5cab6f6d6cd4000fde2ace','fa6e1f3024cff287b95f57b7a54d002ad7a54170',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/language/','lv.json',NULL,733,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1691,'d849ac81700e730919dcd7c05290dcde98df724e','c9220cf10cc8f9bde67e56134c0456620ad61f21',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/language/','ka.json',NULL,1522,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1692,'caa1a05c2e91262ec6f975c0be53596aee4380c8','1f88dc9ba658775031f3d16743dce6008f63d048',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/language/','bg.json',NULL,1159,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1693,'716a2cc12ebee774bba3230124cce30bf0d3fdcb','40c6535d9cb8ad7db80780882c1af9788c5eab29',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/language/','it.json',NULL,697,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1694,'e70e0fffae2c4e9243056b8e5d0350d2c9ff91da','7641e70f851c5e4d9dc265aef00876e3bd7f545e',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/language/','es.json',NULL,733,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1695,'836ef922aa5fc62f804733782a19a15174687a00','0202822e06a1e7cbebaa4780838dfce32ab3664d',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/language/','sl.json',NULL,551,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1696,'e70e0fffae2c4e9243056b8e5d0350d2c9ff91da','2d6caa95a78ec3730feff3f7541ef094155761d6',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/language/','es-mx.json',NULL,733,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1697,'c58dbdb7ffd5283935aa0aca42e7607e4d12f364','53712a1b1bf886bd42fe5f67de0aedc9c042769b',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/language/','tr.json',NULL,664,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1698,'99a28def71c6295cd7575130864e2cd7518c45cd','947973f2209ae29c530f20f27f63d36ec452a740',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/language/','pl.json',NULL,517,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1699,'960861abcdb97f31208e12f01e868566ae0c6f40','f927893831c8242d6a4a32b58e71e686b4372531',1,'core_h5p','libraries',37,'/H5PEditor.QuestionSetTextualEditor-1.3/language/','smj.json',NULL,617,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1700,'d89695009d4cef27cd8e3b5e9f717c842aab5157','9a23200e48b679654a6a427ce669fbe293f05e93',1,'core_h5p','libraries',38,'/H5PEditor.RadioGroup-1.1/','radio-group.js',NULL,3019,'application/x-javascript',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1701,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c74e6262c2d70f6a61cc9976d1139ca8e7f48b87',1,'core_h5p','libraries',38,'/H5PEditor.RadioGroup-1.1/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1702,'da39a3ee5e6b4b0d3255bfef95601890afd80709','6fc0c1293f7c14e77a4ccc6bbebae0de7ab34b2a',1,'core_h5p','libraries',38,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1703,'25d5e02e42dbf28279a81f44b2170c573e22abe9','a674bb7ecd3c82d6b220973a653130d5465d3537',1,'core_h5p','libraries',38,'/H5PEditor.RadioGroup-1.1/','radio-group.css',NULL,244,'text/css',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1704,'91419cf78034b9d466237f7ebfed36f1d30b2164','9d746fe040ddb0735a250bd056b2b2ee8e66892a',1,'core_h5p','libraries',38,'/H5PEditor.RadioGroup-1.1/','library.json',NULL,383,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1705,'673c0fe60e7f866abb21e89708c75d07ae36b7bb','0e3cecec45b68e0611ba7a4e8f307591ad5233c7',1,'core_h5p','libraries',39,'/H5PEditor.RadioSelector-1.2/','library.json',NULL,328,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1706,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f1f98bf14704c49ce032e6661ba6c6ccdb985d69',1,'core_h5p','libraries',39,'/H5PEditor.RadioSelector-1.2/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1707,'da39a3ee5e6b4b0d3255bfef95601890afd80709','28e2f019f16eb7c345b0fc964cec0eb0beefcae8',1,'core_h5p','libraries',39,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1708,'55434138242f7f3440951a6bbbb3766c3918935b','4a4f3645d359514e4ea914ae743c3e0793f48247',1,'core_h5p','libraries',39,'/H5PEditor.RadioSelector-1.2/','radio-selector.js',NULL,10983,'application/x-javascript',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1709,'3450211352ea811120457a8edc2031ea60925ebe','fad8f628372b455ff69ab009f11583e8bd4cc197',1,'core_h5p','libraries',39,'/H5PEditor.RadioSelector-1.2/','radio-selector.css',NULL,256,'text/css',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1710,'e40715f6ac79075dba878dd464fc57434388badd','44d9e94b80c6f4be02b705109828c60160d76efd',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/','library.json',NULL,562,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1711,'da39a3ee5e6b4b0d3255bfef95601890afd80709','944d1185aa5bff5891d8bd8d92ce9b6be53508ac',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1712,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cd3f7b4f3dc09b0c90ad05b0c79c8042ee23feec',1,'core_h5p','libraries',40,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1713,'07bbb0b8816ca64fe201ef0570129368053f9291','c4d72f89a6083b7abccdd55c877186b6bc431c87',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/','h5p-editor-range-list.css',NULL,1426,'text/css',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1714,'ae3b86f7211ae8c3191a2c96134e8f960420868f','c4f8d9df0867c41ce6bdbb32f32e97da2186a464',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','sme.json',NULL,256,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1715,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c5ef2f0dfc4dfc4d54049934ec11d26ac19c114a',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1716,'922899de85373924f9889d2ab8f52a35a98e3358','cdf72ac361dce547e4f1bf18cdcebdcd7a56f040',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','ru.json',NULL,362,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1717,'98937572ef7a6fa76b5167adabfea10531ba5c92','5a559d6f8e99711da282a898df46a00a03a74f10',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','lt.json',NULL,250,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1718,'ae3b86f7211ae8c3191a2c96134e8f960420868f','1079204d79ca436c06430a2f4c7fee28f5d2e46b',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','nn.json',NULL,256,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1719,'d3ddf93476b2c1ea5383e334dc12f1c9a90bdc73','2b5dffb70fdce43d48bf05434d4a758938e91478',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','el.json',NULL,389,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1720,'e89e5080d647c9b98fdd91f16e9505e84e0c925a','9af362c734a1832d7ba6bc8a83c810ec4dd4fa17',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','cs.json',NULL,257,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1721,'ae3b86f7211ae8c3191a2c96134e8f960420868f','c79fca87767cf4fb923bf599b1c15aff37ffd9e6',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','sma.json',NULL,256,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1722,'c19286998b8a0dfc7464cfd2bf379f96b60e6b56','880c8dae489e0208481d21d0264b4c1abf64dd29',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','eu.json',NULL,247,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1723,'f7ea74a534e33b40c2ff96defc8120cf0465c6b4','8eead9d524efa68660620cd4ce2492a8f269eae3',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','nl.json',NULL,274,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1724,'077c3ddc03de420285872522a40e9b429b93f5c7','85a0334533f7ac72880d07f15c12500c9bfe89a3',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','ca.json',NULL,271,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1725,'74bc7392161902a14f61fc34e4e13982670467b5','3383246d7b90f5bf6d564330e74ade5f3bd2738e',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','pt.json',NULL,268,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1726,'8ed96e76f1d9ecc05424bdad292a2046c8a258b9','9d4a5f406d076132498a19601931449f5b15a0fb',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','sv.json',NULL,260,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1727,'788092bde7c50d208d653fa30354d63031511939','cdacb8d38af259ae3f93fe4e1ff49f9df5dd6df4',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','ar.json',NULL,304,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1728,'1217496312de7133507af76664ad0466d09fd36e','236c8e819e6dc4defcdb31ea6e65f1fc3231cfbd',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','uk.json',NULL,352,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1729,'3d6e07ef41fb02ea4d836f26d29561a784eae609','98a9267b17bff87cdfc574c2ac3f0cef92c8e21b',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','mn.json',NULL,345,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1730,'95c5d8fd9328c86a33eae5b6a407713dd4d7a9be','7e47e5070c9e8cc4975eddcc603e1502645f13df',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','et.json',NULL,254,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1731,'ae3b86f7211ae8c3191a2c96134e8f960420868f','fd4a831f9cd675e7a9deb8d612477007c7a16f3a',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','nb.json',NULL,256,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1732,'ce664deaf59377ac00ec2c13b2971ba720287906','56e549cfc0bf2298a3af0fba147ba6982b07b482',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','ko.json',NULL,265,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1733,'7d8ca22c719536e7d8def5146fb3c408b5ed708a','1c13a3b7736bc41b4f5964358325cd2e8ef63cb3',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','de.json',NULL,274,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1734,'ae3b86f7211ae8c3191a2c96134e8f960420868f','0b3462017c2442973921640c924a13e96912bd36',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','en.json',NULL,256,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1735,'172eb85ccbb25a0d029e02b2d76ae9dfe67f0a53','5560fba031ca30eb78504cef970d49c54f845269',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','lv.json',NULL,258,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1736,'74bc7392161902a14f61fc34e4e13982670467b5','1b99a06720383dec2fe04bb72d564a813a6865b5',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','pt-br.json',NULL,268,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1737,'050bbbb3c5f0877eab9377ea794b82c5992a27d1','c7ed8d9669cc2f53ef3372cffbfa300bb1e3fb41',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','ka.json',NULL,470,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1738,'8898aeaf1389ee4e6630f9139ad7da5050b15d0d','6dd4e6c524feedcc043b2671c658d068fee8a781',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','bg.json',NULL,396,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1739,'66b69ef7f93b49c02f88ea9aec8120e7e5e20fb5','e3725caefbecb8754da93217582c3b385e020071',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','it.json',NULL,286,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1740,'7d1af42e0765741837c8c4654336a977bf8ac26c','3c5a3a559d0f77a39a54becc2651ee740342fbd8',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','fi.json',NULL,259,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1741,'fb210f96cd2115c120e803d7cfa56a93466afc14','4a8cb7eba3c6c4913b5c4490eaa167a1ed31059c',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','gl.json',NULL,270,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1742,'7a73fdfa5d0e60c38948dd46193e1071436ba5c1','a30655649e0298977f67cd03ee3a864654154a60',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','es.json',NULL,278,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1743,'8d6960b3616790bea7254afa872133a9d73a4648','a4fd2c7c36b73d4da3f24e63be54996888a9c458',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','sl.json',NULL,288,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1744,'e5cc04e399371efa530bd1bac53d036af2507443','c4d02984f3274a7a3ee1dedbe08eabde31a97096',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','es-mx.json',NULL,275,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1745,'bf9aa69fe0f5cb974fc670a9e32b3f40459f9f15','5c7ab8f0434d933d7b6e525859283e77d6e58bf9',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','sw.json',NULL,244,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1746,'31a21d04c4f7072bbc5dc0148cf8dde6c845fba2','2b848b33b6a095bdb00f86ffdaac7e59e36176bf',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','pl.json',NULL,275,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1747,'ee64dbfe9d6b782b5c06a4f763d3ca0c58c8f173','cea3ae46500e4a63c2396afd049b92c3a5b36f08',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','fr.json',NULL,303,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1748,'ae3b86f7211ae8c3191a2c96134e8f960420868f','7f9fa353bbbc74420a184a00b6ac8008e9da4f18',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/language/','smj.json',NULL,256,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1749,'8914bc959c54ad75639e7b17c05d7e3dfb9bbeb6','8f66d2a594c4b71c2b0177769b7ae458b672c866',1,'core_h5p','libraries',40,'/H5PEditor.RangeList-1.0/','h5p-editor-range-list.js',NULL,14555,'application/x-javascript',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1750,'41ab8378466cf815fbe526478a7705a26726fcc6','3402d25f233849d0e42bc4e57328229e91c457d0',1,'core_h5p','libraries',41,'/H5PEditor.SelectToggleFields-1.1/','select-toggle-fields.js',NULL,3460,'application/x-javascript',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1751,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b9f2fe17dce1fee18acd78010526ddcd5c8954a6',1,'core_h5p','libraries',41,'/H5PEditor.SelectToggleFields-1.1/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1752,'da39a3ee5e6b4b0d3255bfef95601890afd80709','363e7392c258458c5df9bddcdcc56d8712e2be4d',1,'core_h5p','libraries',41,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1753,'1dfd0b7e4e200feca083fca2a432cb3008549a8c','d572e3bba9ef4a624a20ae524cc286ac4d79721c',1,'core_h5p','libraries',41,'/H5PEditor.SelectToggleFields-1.1/','library.json',NULL,399,'application/json',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1754,'122cfe65b09b76f1feb8781d79747ef82c13b366','240aca790b01477db44d96561a641a9829c853b7',1,'core_h5p','libraries',41,'/H5PEditor.SelectToggleFields-1.1/','select-toggle-fields.css',NULL,57,'text/css',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1755,'3cdc00a798f84d141b8cffd77e968cdd8122ed0d','6e4a7ab71368e683d80153b724cf0a4d7f16a307',1,'core_h5p','libraries',42,'/H5PEditor.Shape-1.0/styles/','shape.css',NULL,3710,'text/css',0,NULL,NULL,NULL,1691069321,1691069321,0,NULL),(1756,'da39a3ee5e6b4b0d3255bfef95601890afd80709','84179b2038649398302ab02837158458ad316562',1,'core_h5p','libraries',42,'/H5PEditor.Shape-1.0/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1757,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b738405f4548a0ef4811dc6b7226a004da7e823d',1,'core_h5p','libraries',42,'/H5PEditor.Shape-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1758,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b25905582576bb6593b455fd00b92cf296fd4e65',1,'core_h5p','libraries',42,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1759,'fb768fdf908d5c22715cf9bda37a759c6cec5257','7128e204e58e6066da7a9ae5991d3044644b1f83',1,'core_h5p','libraries',42,'/H5PEditor.Shape-1.0/','library.json',NULL,438,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1760,'dff16b363eb2ae016a2c9a75661697244ecf51ed','8e6a21d46f39228e815b8fd3f0952d2fd1634d19',1,'core_h5p','libraries',42,'/H5PEditor.Shape-1.0/icons/','type-vertical-line.svg',NULL,785,'image/svg+xml',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1761,'da39a3ee5e6b4b0d3255bfef95601890afd80709','07e616334896f2091a48331b7620c25dadde3bc9',1,'core_h5p','libraries',42,'/H5PEditor.Shape-1.0/icons/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1762,'8d7b8b7de68d07aaa514001cf38acbb35f591ad9','40cb2cbfc9c68f8ec583a236e026cdc42ecb98fb',1,'core_h5p','libraries',42,'/H5PEditor.Shape-1.0/icons/','icon-fill-color.svg',NULL,1221,'image/svg+xml',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1763,'9decb672dca298cb84fb6a6569a0618115205309','36180e45c1be7d4134022e032eda49b8bc8588f1',1,'core_h5p','libraries',42,'/H5PEditor.Shape-1.0/icons/','icon-line-color.svg',NULL,1702,'image/svg+xml',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1764,'b61db2212f4c8d1905e9d9b27560d3dfdc15bc1f','bc9460228704bcad9487bb54b0f9e43778947c56',1,'core_h5p','libraries',42,'/H5PEditor.Shape-1.0/icons/','icon-line-radius.svg',NULL,1202,'image/svg+xml',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1765,'28dfecbb4ce1e44404df21b3260414fd6f566582','8015bca60237a249da364d1688a882e308db1bb2',1,'core_h5p','libraries',42,'/H5PEditor.Shape-1.0/icons/','type-circle.svg',NULL,990,'image/svg+xml',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1766,'daed3216186c59e8bc51da49740d6e571a4066a8','5e76ebd6e63bccdd8c175d2a4692c0232995d139',1,'core_h5p','libraries',42,'/H5PEditor.Shape-1.0/icons/','icon-line-style.svg',NULL,1391,'image/svg+xml',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1767,'f624bbb470e0577139a9385eb1b60a2146c6c929','a8a029d169c0ca874c5d49999b3dc987c1b01928',1,'core_h5p','libraries',42,'/H5PEditor.Shape-1.0/icons/','type-horisontal-line.svg',NULL,757,'image/svg+xml',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1768,'21b32b9e4ee6206b403d0dd8e57311ed7ff04989','463a4a1c2dac43411dee8038d4a7713148d84276',1,'core_h5p','libraries',42,'/H5PEditor.Shape-1.0/icons/','icon-line-weight.svg',NULL,986,'image/svg+xml',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1769,'792d0db21d116788ce78006f1f40ec6df1c2b000','bbb01c3efd6c0bf16248721408e7eede6fdef860',1,'core_h5p','libraries',42,'/H5PEditor.Shape-1.0/icons/','type-rectangle.svg',NULL,867,'image/svg+xml',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1770,'0050da3886947a9bb3ff7c814741ff5c4fb81754','6b5aa13f8828097c560ce7549ae5e572fe813bec',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/','h5peditor-ssc-editor.js',NULL,5151,'application/x-javascript',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1771,'da39a3ee5e6b4b0d3255bfef95601890afd80709','6980a86d2d1807ce369ad5419199e4f3d462f4f7',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1772,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c99dfa28ce428bcc0b790facd33353cfcbbbceef',1,'core_h5p','libraries',43,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1773,'2eecd6a8401dbac74a008cc4a4afcfc5de5b8baa','cc8fbeaa67ac73f0695a59028ef48703baedea74',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/','library.json',NULL,462,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1774,'c94776f681f1910a188047c4bbb95772fefe74cd','ed6e8ac38f477622d6f191f7c846cc745a800e94',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/','h5peditor-ssc-editor.css',NULL,168,'text/css',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1775,'b6a5602a2d622d23f2428eb6f362b9902baaf68c','7ffce0e536daf68d9d6852b1f3ccb013ea92e2b1',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','sme.json',NULL,389,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1776,'da39a3ee5e6b4b0d3255bfef95601890afd80709','70f4629de7350f4aefc8de55456d9d485a7590b1',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1777,'6f9b5033b6bb828d82e0afaa09d85eb0697954dc','f36f927971d97e3a82937761432cb79a5d2172e2',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','ru.json',NULL,601,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1778,'53cdfbe18187fce423d85b422a58816ab178327c','c785a36eca17d7ac86c0f07672db921ec4e8f3ba',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','lt.json',NULL,420,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1779,'5b347413feb0079189e6aae6f583b76fd6687b76','301332056f2d2bb9c195bcb74741827d856a74c6',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','el.json',NULL,695,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1780,'6983a9ac147707b0339ec42935b014467e2e02fe','93f2f1d2ef51da66dc8009df09d1dfd4cf555742',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','cs.json',NULL,402,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1781,'b6a5602a2d622d23f2428eb6f362b9902baaf68c','62608839c5558dedec395c0d6d3d4c59b057663b',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','sma.json',NULL,389,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1782,'9de1f9963af93d6d2d2d64b6313174ecbf7eda09','1ce5582b08cf0fd17d0f1ca8c39f0e0fdf490aef',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','eu.json',NULL,387,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1783,'12948839e867f2c25093a00e6e72cc5e08c39fdb','d6bd1c08cd838f0a912efd00da7dbcd24fb6097d',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','nl.json',NULL,400,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1784,'1ff17883efa669dcbb77513c485dad641dfed5a8','7f040973cd1ed2009a94413cf4b3ab51fe10eadc',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','ca.json',NULL,418,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1785,'adcda544924c6a3aa950f28d92c8b350eb4a23f9','85dad71626123ef74fb8eecd1f61f956f213705c',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','pt.json',NULL,397,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1786,'5b132f0c59844477e9bebe2dae2933c56caa593c','5d896781f7d53e7e9a1890b1b73ce7f63049e387',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','sv.json',NULL,414,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1787,'89a0782e5a019a9c45b9ffeec571955447aa7c8d','c676149de39bbfdb35f1c478b2bd4087c95cf95b',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','ar.json',NULL,605,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1788,'553d91fa1f0e2bd4cfe56a7cffaab8951bce5c10','35b6e456382526ef3f051eddbd8589fe6a4a4abe',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','uk.json',NULL,628,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1789,'c87ba1a9140aa08d5ba09be43ab9f96bbecea1f9','3524401ad12b30e6e9041083ef213ad6c7d53d31',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','mn.json',NULL,588,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1790,'d2aff674fdf56e60e05183a93d6f0df868946606','1a2c31244fd517811a1fdcfabcba4733b41c98c6',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','et.json',NULL,361,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1791,'f73da5ccabaf1d812ac75322c56dc11fd4356bcb','39c6cb9d5e86973601d667d6925c51247c88f360',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','fa.json',NULL,536,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1792,'95df053269acbb926c219e19343b487a62ad17f4','f703eeac5c3b44e7ddf7aa9d414ae35354d07078',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','ko.json',NULL,385,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1793,'7d2341b8f40e607a43105a01a2be620cacf58dff','44328ed5a936365718f3e6f6a9abb88d1c468db6',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','de.json',NULL,361,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1794,'b6a5602a2d622d23f2428eb6f362b9902baaf68c','a00f0dbc3787062c4280223297150e6626a54207',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','en.json',NULL,389,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1795,'ee7ff640a8d22a728c73909661de361d38489253','45f5129b613fab0c16bb7090c2fb85d996bcbeab',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','lv.json',NULL,402,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1796,'f6a42b6594e7c63921607fa5efdf309a60527a11','afe07b8f67f2ba7161598bd0c5b38f155f64e88b',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','pt-br.json',NULL,402,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1797,'2a61b210f5a9da54e99e4e54e27a271db24c9763','6dddf7111091a071c2adea500500640d887f2582',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','ka.json',NULL,877,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1798,'ee03ebd4aaa99efc1df2f23cd79094a1d7613026','a4770fea4fdcd9a932b591fccaf22646a2d12573',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','bg.json',NULL,672,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1799,'cdf5aeb753cb839c10072a0ee72c27f4d8a8828a','0a53b41654b17bfd5459aa4ebdf345c36884984c',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','it.json',NULL,420,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1800,'fba063e4bd2393d9b6e6629c005d885caed79336','cc1635371fbf8eb505218ff1ecd95c575626389e',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','gl.json',NULL,389,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1801,'a37a47571a11ec65f7ad591087ee5aed65520f01','9490dd1a8f65d47db451f609118871bb4f926a39',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','es.json',NULL,409,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1802,'b64f44f62699360b6530b663c71b82e7783517bb','f59339bfc9f422f9f99d1c3f7de82da35c7f170c',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','sl.json',NULL,373,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1803,'4f41bde6a143a651f84db5d691d4f235e0639b8f','ace68261152485ee4639875c1de6af2b6363d17c',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','es-mx.json',NULL,432,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1804,'6181527fda0babc15fa950084534e89e0f6b1341','ac21f0213c320598c0c508598a5bdad4787e8eb9',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','sw.json',NULL,391,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1805,'a4c8f8cd2d578245226721f2e3a0b1c7fbbd9b31','e7e9aa2092f207c4c1ba2e305a555f913ec42f6e',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','fr.json',NULL,436,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1806,'b6a5602a2d622d23f2428eb6f362b9902baaf68c','9baf58f09ec5adcd39a5eb69c7644d587f17274c',1,'core_h5p','libraries',43,'/H5PEditor.SingleChoiceSetTextualEditor-1.0/language/','smj.json',NULL,389,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1807,'282c6754e69da3a870dda7c3b6cf2b5982b260d5','cab69374a4f51b8bda095aeb385d473c6f0162db',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/styles/','H5PEditor.SummaryTextualEditor.css',NULL,176,'text/css',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1808,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0e5d0956e40f4b30f9a1f0407576eab6ea5754e6',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1809,'da39a3ee5e6b4b0d3255bfef95601890afd80709','90b8ccfd7d499195f7d1ac2dc5712cb064bb8a61',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1810,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4a12ace02126d4b9ee6da63b7fa0c7085ba9f2a3',1,'core_h5p','libraries',44,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1811,'15bdd3f902f5e71ac4ec2eead4c938a20d5aaeb6','8d965b56005334aa1b0eb43a643afcc4fdc872a7',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/','library.json',NULL,463,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1812,'daf8b12bc3ab6fac1cb4d56a2d8137184acebb12','abfdb8cb6ddd70a94543cc2d750c30bdb057b786',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','sme.json',NULL,541,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1813,'da39a3ee5e6b4b0d3255bfef95601890afd80709','101e86dd678fccf0a24808b449c79c5eee45b768',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1814,'458017851e6077b140c54a9ec77706e9365153f2','6cebbb5da3792ed149eb733f2147b980cc9b9d19',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','ru.json',NULL,923,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1815,'d404f2388d856d1daf37bb9d86da094d75286ad0','f228a8ae0ee6c4b0f570673beb144a40639e048f',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','lt.json',NULL,584,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1816,'eb384ce7d6dab5287703e03079a13ca9e41c374a','22310a504700bed15a4feca0c87f67c81a38981c',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','nn.json',NULL,542,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1817,'e39c8f59e2d94740bcd9adab01e0de1cba4043a4','8e9398cda46515c838555df6fed4b0bf53f856eb',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','el.json',NULL,1067,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1818,'3d8c50fa263b1eadb2cce97b24d1cf6fad5c3363','2d131b574aff582f5f86a2bbee51ab5b120ec176',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','cs.json',NULL,591,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1819,'daf8b12bc3ab6fac1cb4d56a2d8137184acebb12','a416f2e25ab016ae06dd5aa2dc580b7050add031',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','sma.json',NULL,541,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1820,'a665bd2d779cab31c88df4b463eaf7b5cd7b5f88','06397904e3dcd37338e676f2c8db3b0fbae86347',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','eu.json',NULL,562,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1821,'cb2ad6041d339037d3b955c654c8e56e2712eb61','7d5b09cbea5f3a5bd75228b02f2f967d017a2c5c',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','nl.json',NULL,581,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1822,'fbf73e7080adb961ff5f31a1da852a918af47f0b','9986a8dc36a4f792e2547f6bc745bcd4e21e9b7f',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','ca.json',NULL,594,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1823,'6b369affacf5044b18de3b7cd99e4baeb7254095','95e317c1fc171f840d55ed233fad8035b8e7e58a',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','pt.json',NULL,564,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1824,'5d53dd3b41e015e2fa1554b706cb7e7ebf4b4c8a','dd5c815b9f5b017853ad7fa5c6c1dbf7409e7717',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','sv.json',NULL,582,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1825,'bfbd64bfe2b469060436d112533f2aece3b453f2','64fa81065896937c2e7e2d87deb3062783ca89cd',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','ar.json',NULL,764,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1826,'10c50d9e18726089983ba9b6e5941a34974698de','225c687c1125c2791ae4a885d81f6f08950ff4c1',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','uk.json',NULL,899,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1827,'68dbd8adc2859a3cd2af1f5bc35dffbc001f6741','7f3d539accaf58970608fc3072afb76098937d36',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','mn.json',NULL,893,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1828,'7f569a4a7f8ba5d54161fce411e023b34db2131c','0844eb265167a57e2161921518a95f7ec98a3ae4',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','et.json',NULL,510,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1829,'eb384ce7d6dab5287703e03079a13ca9e41c374a','80dca1c65b349ebf82fc756f18c6252f48210360',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','nb.json',NULL,542,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1830,'cb067cf4cef6981f081b5e3e5aca76b6bcf97337','d3513c6263023613831dfad3c20810bc320aba2b',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','ko.json',NULL,614,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1831,'a61e71491dc5c89e8cac8561a0047434db2a2d69','8635a7f48a9d43eba94f09a8f158d3e7770c18f8',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','de.json',NULL,600,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1832,'daf8b12bc3ab6fac1cb4d56a2d8137184acebb12','dca7042557276ba1fac5765d52914e53afebb15b',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','en.json',NULL,541,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1833,'537b98867a1adba0772b724a4b3be57e37b58f52','bbca8fc1000d66fd2cac6e514c7ff6ac40c16e2e',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','lv.json',NULL,610,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1834,'901bf7f26f790ed766acadb5640df02a105006e5','0402c3f22134cb1236f9694292381cbae2ca213e',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','pt-br.json',NULL,571,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1835,'5e7749137147b87c85c1b2776cb25a3312068f00','038a91ce922b2ba9a7b071af2830b7b69a0ae683',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','ka.json',NULL,1245,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1836,'e708c58005eba562213b420e842618481176238b','9df4b30deb06fdc5a7a4e121f1721c1b6839dcc3',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','bg.json',NULL,913,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1837,'a97b642108ef7ee387f2326ab29827c70501d8ba','8f29ff7fc491d4ca933ac8b22b186bde2a40eaac',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','it.json',NULL,619,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1838,'f6d6e971f1f13b18d3233063b9a3b44e1a550cb5','92e31ebd5f222288dec960131a185458b7e23b43',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','gl.json',NULL,559,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1839,'e6f9ed00aef510983eb52f1a713a8b357545bf76','b41cf0541820d4e46874d756fe6fce67908c1e9a',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','es.json',NULL,586,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1840,'2e5ca6b40c0aaea75df0003e1ebbf141ebfb775a','9a0497ec9da3f52052fd8241ded9394957e2f8ff',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','sl.json',NULL,501,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1841,'561702167029f013fbfdf81759895f029d6d536f','644b5ef47c3cb2c80cf14667d1802c63ffe4f2ae',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','es-mx.json',NULL,601,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1842,'521765f430d78e1b0b560628a06a904bd1b8047c','cbbb1784a1b405136f38ab7656a19355ed4281b6',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','sw.json',NULL,553,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1843,'86b2c827d07f7560d281c162fb45e1915e1ae602','fb4522ac70f1c19eb20f8960b2d1dabc50dfaf6b',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','fr.json',NULL,638,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1844,'daf8b12bc3ab6fac1cb4d56a2d8137184acebb12','0a9ffd3d039b0c928709c76a417698d5e92b060a',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/language/','smj.json',NULL,541,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1845,'5c594da783856e98bbc1259bb0978ba80080cda0','fd75e826722763378b3ebc927e2de026bb3697c5',1,'core_h5p','libraries',44,'/H5PEditor.SummaryTextualEditor-1.1/','summary-textual-editor.js',NULL,5423,'application/x-javascript',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1846,'a1b75ad5e321e7702c4b844f5d49f10debdbc27c','b337e75c1e0c3e5376ceeecef83251fc4dc4bdf2',1,'core_h5p','libraries',45,'/H5PEditor.TableList-1.0/','library.json',NULL,422,'application/json',0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1847,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cd96e531caa0084e170c6f3e259bfb0b632e89ca',1,'core_h5p','libraries',45,'/H5PEditor.TableList-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069322,1691069322,0,NULL),(1848,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3c745c32a948b40167107cf0857a5feed675fd82',1,'core_h5p','libraries',45,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1849,'4f0c97ce8c4d1e29916a5d7668d9bbca0572eaf7','1b1e173b3c53bf434be4f78c0260c55e52c37437',1,'core_h5p','libraries',45,'/H5PEditor.TableList-1.0/','h5p-editor-table-list.css',NULL,2033,'text/css',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1850,'d3a3db8bb3965e804ddd3b337a088d1e0d370269','e423f639e64b09515299a3427dd398094c5525be',1,'core_h5p','libraries',45,'/H5PEditor.TableList-1.0/','h5p-editor-table-list.js',NULL,6435,'application/x-javascript',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1851,'101962b14b095a0b43d1524083514caebdebde3a','3c1e2530ff4af57aae1f0921b1933e33c436504e',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/','timecode.css',NULL,45,'text/css',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1852,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3ea02df66b01077b8456fda76f36d4e44f5aebd8',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1853,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3d999f57912afb895f709e6d5606bf9462a2dceb',1,'core_h5p','libraries',46,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1854,'4dddf04f38b3672a1316a38115dc428fbde42483','bdf28dd9a5ea1b1b6c265cce2bc270d8242a9d98',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/','timecode.js',NULL,5842,'application/x-javascript',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1855,'102c2c5bebab69bdd634d081464a3fd49ca67a30','dbe4d4ededb33d371336a26bbdb8d1abb7067fce',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/','library.json',NULL,418,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1856,'7a282103b5b77684e86a59656541d3cd95842dd2','c46babac9f44228255f06e4bb4e56dcd4e7aa649',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','sme.json',NULL,95,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1857,'da39a3ee5e6b4b0d3255bfef95601890afd80709','038172cb06d5db5cbed79d5f7c9b96dd777c006f',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1858,'876579dc4d902800e9a92143daff39ff4c301968','414c7d4e1aaa780ec3c1a9ef97ee7e3eaac37d42',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','ru.json',NULL,134,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1859,'ca884d61582b0d1bbce8c909dc9baf02b008cf07','1a875248b257d68d83647cfb93b40d80d8aaf23f',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','lt.json',NULL,93,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1860,'7a282103b5b77684e86a59656541d3cd95842dd2','1cd07572c335d1f3b7faf007e8131fea67305a61',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','nn.json',NULL,95,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1861,'adc64a43f79666c00bc16bece38abfe9e561e5c7','fb4efaecf398b7a37a2657b0f954d3832d4bf068',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','el.json',NULL,110,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1862,'c417fab9cff615e8a0e0e77cba7413b6412d3dbe','45d3e22cb06b23b013db6240b762e04876fec126',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','cs.json',NULL,99,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1863,'7a282103b5b77684e86a59656541d3cd95842dd2','9b4dcd75cc692ae8f264d9032b936d3490588989',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','sma.json',NULL,95,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1864,'7e9e4accdc1c31a8784d971d5d77de02388876d3','c5ffa5043ac374b9c1cabfa9b7a8ed398e6ed595',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','eu.json',NULL,105,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1865,'3fec5ac4d8f386ea6f741a0dd4f154579528cdf8','7b4fcf8a1d0d9b5ea6bd76ff3cbbeebdc1a2925b',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','nl.json',NULL,95,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1866,'a83714e34f810988c3161273ce456c29ed763c73','a1a820dfe458af071730b3b08da8ee7f0dffb014',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','ca.json',NULL,100,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1867,'0dc28e52f144b17650c2e7f79bffc37e1de8c96b','461412176e997ee4d0f0df08dc4bad03bb7b2e35',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','pt.json',NULL,108,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1868,'a9ccd504149132dafd93c269df641d0701a1b6cb','81ad6ccc3607c11ed6a6244c4f9c81a44ba7a0c3',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','sv.json',NULL,97,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1869,'e80b0775b1838d824eeb9274fd7e14dbbea5ba07','fe52234209871934b17d1406523b865fd88bda52',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','ar.json',NULL,118,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1870,'f93bf5551e655c94206368831cae158711b3a329','684faab89573e43cac0d63e8e2cde270a3e12b6d',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','uk.json',NULL,122,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1871,'831c31ac078e334f590fd5ae6b0731b297c4abea','be29ae42e5ddd6c244b8e014c8787bdb0bb35ad6',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','mn.json',NULL,127,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1872,'89af7a87c5c902a02f14018b1baf490dd3bd2d1c','31c97cbc79d3cbccc16d8ebb93b2dceb58a86f50',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','et.json',NULL,97,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1873,'c1ad5c7564d39072564d32afcf17014ef84dd3bc','27c2d9b3e6ded31b304aa11a58009d6b453d376c',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','nb.json',NULL,97,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1874,'0822a765c2f839a6d338f3400a1d0528972b7b77','361c0cf0af235f530bc477c3ea29ef57acb72174',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','ko.json',NULL,121,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1875,'aaf0edf74c8b2f5ffa4fb1df1e75d1d49d255bbf','eb66cfddff2991a3d1f90d0c64e94aaa56465411',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','de.json',NULL,102,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1876,'7a282103b5b77684e86a59656541d3cd95842dd2','d1b966c541efd796d5be9939b292dd80948c00c9',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','en.json',NULL,95,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1877,'546af4394638ec290751680ba579ff962a772291','f90d0157e249903cdc5413bc34bdda170f93e27d',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','lv.json',NULL,93,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1878,'dd5e9313399f2ab763d20c0be1f7af1af31c3842','42b94be64f49291407f7ab09a0dd0fb5f431abc9',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','pt-br.json',NULL,104,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1879,'ce6eef7d1c2f96974049b33afedd3c2a89c47a1a','92054142f26912730a68353fa5eda6975e44f057',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','ka.json',NULL,134,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1880,'b304782456283f155ad93043e9012bc98aacfe4d','0fdd3da5288231ee7f8163515b0e9d090eaa1b99',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','bg.json',NULL,132,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1881,'0dda68d01664793cf2c9bd8403ee3785922c9442','79f9fc63ca6990adeb5557f72b53994435bdc91b',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','te.json',NULL,154,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1882,'bfa7b8bbbce6788f47d2116ebcd7759dd38d861d','92f1d464d0a9d4f1fcada0be4c1922f647bc68ba',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','it.json',NULL,105,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1883,'c26055241a143fa4b5ead8fb42be8587cb55c285','eb952b9cf637d30ed47901a726e25c63b5d58a79',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','fi.json',NULL,102,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1884,'cd38e146cdc586f6c29788cc02d0852915b62fe9','f5b5dd39a406c82fbce086e999d8261c88cf3f31',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','gl.json',NULL,106,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1885,'2c9959286a966491ceb8b1fad0d964706395d716','02556ca81d6533a3b0b02cb925517d825bf3e50f',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','es.json',NULL,107,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1886,'b62b2f6ef5b3ac2b74ddf5c7d010fb19e14ba5a1','303ef533e0207d8da074d1dc7edff54619cd5b9e',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','sl.json',NULL,99,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1887,'78a5df32508a541746d3732cbf2d8dd22948610b','f7407a412498b3ab3f2bb58aee87144a62a78334',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','es-mx.json',NULL,106,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1888,'5e966f97d2034f3f1ee59f82e12933376017d77b','17a4a105fa98d83bf337bdc5f6631507d2d8347b',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','sw.json',NULL,92,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1889,'70b979d1d818877012a77ece7e97df040e0acb8b','015627f494651b15b8f85b17b2873e3053807bc8',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','fr.json',NULL,98,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1890,'7a282103b5b77684e86a59656541d3cd95842dd2','7060312e29f0481a61a14bf1aaf072f8ad1a434f',1,'core_h5p','libraries',46,'/H5PEditor.Timecode-1.2/language/','smj.json',NULL,95,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1891,'c66bc2ea5a0d6c3f82cf0cd8aff2f7ecaf2a7ba1','6b8025e41cde74d8cc3e2d5283f5b0c9cdbc5e97',1,'core_h5p','libraries',47,'/H5PEditor.UrlField-1.2/','library.json',NULL,363,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1892,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a29d6c37eae25aaa4566643448513d94e9cde961',1,'core_h5p','libraries',47,'/H5PEditor.UrlField-1.2/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1893,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3cbcfc24e350504c174a00ae3864921baf8ebd3e',1,'core_h5p','libraries',47,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1894,'12f32d2ec1a98b1fa356d8d832cff8b51002a9f2','1f73492d0557a4e3aaec55ca1a0afe944be94467',1,'core_h5p','libraries',47,'/H5PEditor.UrlField-1.2/','link-widget.js',NULL,2751,'application/x-javascript',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1895,'24c2c39bb2212adf9e33c6541b3138517c6a48a8','d2d4161cc35a3dc373e1f40aaa05142fb6537e52',1,'core_h5p','libraries',47,'/H5PEditor.UrlField-1.2/','link-widget.css',NULL,223,'text/css',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1896,'50c9d7b6932186c81d31dd44490a87d984909fb4','fd0e41713c9d431e288e2962a2e8f71c59ceb43a',1,'core_h5p','libraries',48,'/H5PEditor.VerticalTabs-1.3/styles/css/','vertical-tabs.css',NULL,6453,'text/css',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1897,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e0d28321ea25dccd10ae9b68cd7ffe5c8dd77b62',1,'core_h5p','libraries',48,'/H5PEditor.VerticalTabs-1.3/styles/css/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1898,'da39a3ee5e6b4b0d3255bfef95601890afd80709','6b7f4740ece643855f586b0b55875aa81bcf85e5',1,'core_h5p','libraries',48,'/H5PEditor.VerticalTabs-1.3/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1899,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2f76b528d2c315a3bc48714f2d7e39aa16f25b1e',1,'core_h5p','libraries',48,'/H5PEditor.VerticalTabs-1.3/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1900,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ec8f5f90776184b328f0a4799078683f44f8b5f8',1,'core_h5p','libraries',48,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1901,'a530a409e790c1a8e0e9d4805b0c84387bf118cd','416a647058fffeedbbe4f65b57975e2c473c6029',1,'core_h5p','libraries',48,'/H5PEditor.VerticalTabs-1.3/','library.json',NULL,555,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1902,'5fb11f222454c2b256f4a70b2018a7ed9da441af','29b1061254f1c64fd8ce4f5795d04282bcffb6a9',1,'core_h5p','libraries',48,'/H5PEditor.VerticalTabs-1.3/','vertical-tabs.js',NULL,14675,'application/x-javascript',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1903,'74d4373065323f2ef32a6b7e3259093b27c5a3d5','60ccb45a707fcee8b7d40904d14585ccdae63bbc',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/Styles/','Wizard.css',NULL,5146,'text/css',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1904,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a3c942efbd086a41299bb3a74e632946594aa823',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/Styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1905,'da39a3ee5e6b4b0d3255bfef95601890afd80709','84092dd0616321f2e0caa06cb41d4f82a8726a93',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1906,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a3af7aeb4d0576469a08f720ef981783112987aa',1,'core_h5p','libraries',49,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1907,'9f3ddedff2c1cfd64e65d80ba4ae397881983b18','74a07bf7d4f6ad34464a88b61807e109d57bcdad',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/','library.json',NULL,522,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1908,'ae028ab72dc0e25af0346b790ab86182c861fac9','6e7af1d41a610b1509e6aecea5507f15593afe61',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','sme.json',NULL,122,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1909,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c24400971da71bfe7c1bbdb759e9181501636a78',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1910,'c4e6532a8f7db67fcc1150b084ac06efe3e9e414','67a6d17610fe720c827c285d226072a54bb1582e',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','ru.json',NULL,154,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1911,'ae028ab72dc0e25af0346b790ab86182c861fac9','446144a5ddfe9ffe9d4d24ca9b647f16ff946980',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','nn.json',NULL,122,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1912,'37843f553e901ae0dfa317843188f7ae8eaa621d','da3831643826da47bd7402d38e575af983662cdc',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','el.json',NULL,158,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1913,'17d6d380ff97f1cfcc7ef4f7fb5ccbe7903b1250','58f85fb8eb33377fe858e40f0354cc7fcf57e470',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','cs.json',NULL,128,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1914,'ae028ab72dc0e25af0346b790ab86182c861fac9','b4f6f1b147d186e9f05e91395afc0dfc20094e16',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','sma.json',NULL,122,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1915,'63f75de5caaa9758c56a8b44d2b63761af56bb01','8164fe5576b4858e3414d57438fee8e4b33a3228',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','eu.json',NULL,136,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1916,'e4726d3f18932d70a3f34e659bc2ceee1ba34a7d','4de57601ad6b340ce97869dc437b5bedbd98868e',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','nl.json',NULL,124,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1917,'a8f9128d6b60ade1fb318bce31d30c97c7964a33','0828eec69eca9d403d7ed05644a244c973305df7',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','ca.json',NULL,123,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1918,'b0ef7b8e833f3951d181ba55de7aeb240be2abdc','f8183fb697df0b1f1734ee75cdc0086dc3630668',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','pt.json',NULL,131,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1919,'3d2855275f588014dbd0ca1ea365c8c0468f9ae2','5c47608b4aefeb08010ea49b6432588c9c9e82ee',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','sv.json',NULL,128,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1920,'6e622e45d9236b4102a97156062f5b8c730a75bc','69d9b371f9aad6743e53d84ed4d38c9aeadf602d',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','uk.json',NULL,160,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1921,'bfc83a9794f6be232709c354a6fd886df50dfa78','acd0189df734be2a3eeb4bf5681c28a1cc275fe0',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','mn.json',NULL,156,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1922,'7d81189fef5f98d4129c35f429ec4af9cb4aa640','69254840cb4b92574adafdf6586320356134384c',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','et.json',NULL,126,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1923,'19bb92d3b0c8e0917ae80552011f849b0cc86d41','cdea1dd36cd834fb7755c28f89a3073baf7c4d16',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','nb.json',NULL,117,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1924,'f183a5ed3796f2ed34214a4eb75df3b28e38e24b','2cc8c35bc55dfd96bf8da2d9af58cf052af35c95',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','ko.json',NULL,128,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1925,'2a0031ece51e4b8b31ac485273b74b0830904256','7c00a607b683353b69b552301d7886497cc7c95a',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','de.json',NULL,138,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1926,'ae028ab72dc0e25af0346b790ab86182c861fac9','d6502ac580f1d66ae8bc683948338017004e7651',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','en.json',NULL,122,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1927,'993366243f7cf129a02eb4af4a594600be93fb84','df05f2e37befa5561e103bc508659b827f11e501',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','lv.json',NULL,137,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1928,'6b3e28485e680f5b83c3008361d2c91b024156f9','675b8647e336d7f1df62c20fbae45af1141a9a40',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','pt-br.json',NULL,129,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1929,'6e6e22441a3528f685a26757ed20157f2b8b6d7a','ebaf4d391ab93af25cedbec5735f49e8bbdae57d',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','ka.json',NULL,185,'application/json',0,NULL,NULL,NULL,1691069323,1691069323,0,NULL),(1930,'2e1ab8cb68967634c20a90440f6a3b2e0c66a999','964fc71864df15e8d54acbb22b4c5e204b2bde87',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','bg.json',NULL,171,'application/json',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(1931,'e3a3bb2ecbad7812b0957bf1116a9669869fd609','0dc2ea7b2c9265d611b59c90d152193d4fae0e8a',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','it.json',NULL,131,'application/json',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(1932,'82bb1d6f61caff7b60ed6ea93b8f7fb078734905','0115104d765af180fee0371c230632ac4e44fa49',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','fi.json',NULL,130,'application/json',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(1933,'958e5d46e685034911b576379134a1a50d927607','64bf47daae3ad4a7dd7dcb33dc1e010f8450dad8',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','gl.json',NULL,126,'application/json',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(1934,'cba4220bf4c37585cb13d63f5c0f0586b873af05','20cb9533f9bb117a65b4abe0fb1eac0bcd5796ff',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','es.json',NULL,127,'application/json',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(1935,'eebeff9a8fc2bbdfd58afaa747791c98cdd6a120','c9ad985415e046d037acbb158f42202e14340bba',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','sl.json',NULL,131,'application/json',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(1936,'cba4220bf4c37585cb13d63f5c0f0586b873af05','95da04797ebfcb4504375a3ab3054f460300f6a8',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','es-mx.json',NULL,127,'application/json',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(1937,'5e72abe23be9c149992f821e7da07642d4a7932b','28876b44303a0248bea6f6d5e8ab59d4446541a2',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','cy.json',NULL,121,'application/json',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(1938,'ae028ab72dc0e25af0346b790ab86182c861fac9','5914fe959ddfe2c24be93ec0651f21b81a2a38d5',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/language/','smj.json',NULL,122,'application/json',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(1939,'eba44ef621d5de788f20431460b6f4734d6faa6b','a3ab0ef8cc67b59ee0f2d9eec245d9b4be7db26d',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/Scripts/','Wizard.js',NULL,7435,'application/x-javascript',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(1940,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2da77167a075557833a06fddd443023657181c15',1,'core_h5p','libraries',49,'/H5PEditor.Wizard-1.2/Scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(1993,'041056f090bbe59fea6b94514ed19f0a95750f54','399fd27f75663a3fb3f86b238191c0c4becd97c8',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/','library.json',NULL,653,'application/json',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(1994,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1a34f583f86e6458b1e292bf33bd9515d1fd9480',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(1995,'da39a3ee5e6b4b0d3255bfef95601890afd80709','96f850fd18dd89df4cdf8eb7fda92504addf5e12',1,'core_h5p','libraries',51,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(1996,'1e54bcdd8963d924bcb4e23f7dca4249eba2535f','33d5710001df7c8de18e0fe214bd172366f0513f',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/','h5p-free-text-question.js',NULL,12788,'application/x-javascript',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(1997,'f809a1d1a37392bc57b7793e9560d1d6c14ee74d','f0085af66c56568f94caafbb50a2aeb17ad2dcff',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/','h5p-free-text-question.css',NULL,3549,'text/css',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(1998,'ff4939720d746d7ca87e154ba97182c189ac2a47','fcb50bb43cd331b441c62919d102669b48655795',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/','semantics.json',NULL,8132,'application/json',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(1999,'2e79f326d321bcfee7e3889ef2eb0414bc69b18b','5de0c0e75cc87adf5c83c8f27c47a3a9a12775e2',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','sme.json',NULL,5886,'application/json',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(2000,'da39a3ee5e6b4b0d3255bfef95601890afd80709','bc85943fdc555c79b8fecbc7a7df1a56dd2e258d',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(2001,'15a2ae1ec08d033f8b3bb3422343df7388c10d33','7a55d4594e6107cbe2fe46dd985971e48ae1e252',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','lt.json',NULL,6049,'application/json',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(2002,'7c85c8ce301c87e4436a4591239a6f6b5debfc28','78300f05f8904254aaeb9298b3eb76731c8be427',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','bs.json',NULL,5906,'application/json',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(2003,'c42a90f9463db1e22ff713a8876d486b74717a7c','7c9730a450825e8b447fe7b9064d068b6a89fd46',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','nn.json',NULL,5889,'application/json',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(2004,'b2cb36dafd88a8416166950161df33621e7d2c3a','1fa38445cbab2d80062658e7fd74311b287071c1',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','el.json',NULL,7312,'application/json',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(2005,'5824ddccf0d37a95a27cd7f819992c21101dc27b','08872ca851a118dabcec86c0ff28a2f3cf58c337',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','km.json',NULL,6013,'application/json',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(2006,'6205bac3fd608362417e5fc7a0a57ce3db9eba02','868507f2e4cfb12db7e0de6a31885226ed1d78c7',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','cs.json',NULL,5980,'application/json',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(2007,'2e79f326d321bcfee7e3889ef2eb0414bc69b18b','824b126e345c4ff1f61f7178b914409a352c1889',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','sma.json',NULL,5886,'application/json',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(2008,'fee1b428b6b64a81678bf74091a5b353f85311f7','0486ad1946202a13d4161ba9bd2b0af3a01f7e4f',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','eu.json',NULL,6108,'application/json',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(2009,'3847212242822ec6972498443665a9898248e597','d5622d7d9a2e051828d2b24ecd37fad7c51ab40a',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','nl.json',NULL,5938,'application/json',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(2010,'db784fc5429994ea4ffb319bc7d40e82c1f771f5','322b74d6b407bbd8a48877738571cfd49f482207',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','ca.json',NULL,6018,'application/json',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(2011,'7787dd2f8df1b861803307009dd2ba5c42c2278e','32ee4301e1cc854f88d44234d96396e1174ae139',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','pt.json',NULL,6047,'application/json',0,NULL,NULL,NULL,1691069324,1691069324,0,NULL),(2012,'2c8c5cba84509231c56f8596cf9aecd79f7a4f5a','0370c01d429dda0e12e9591c8e78f8a53b3e8eb6',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','sv.json',NULL,5987,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2013,'ec9b8ac304aeb04aea13e74f9a44116f28b51024','d885f7f910d8a5e7ab64f425e07156de86a2bf5e',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','ar.json',NULL,7048,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2014,'caaa856fde1d70a4c44646f0e88ab13252de148e','0636e1ada8acae47ee417a61cf4d1f25cb3f0a6d',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','mn.json',NULL,7013,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2015,'0f573f7098469e6183444dfc7aa243c84885207b','eae6d2f913d8f483081ca28b4bc8fe023dd5681a',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','et.json',NULL,5861,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2016,'2e79f326d321bcfee7e3889ef2eb0414bc69b18b','8e31c1a11289f685ade0f5715daefece8246b36a',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','nb.json',NULL,5886,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2017,'50258f5f640f3283b30115ad5c34ca04c07d07c3','dd28de46f5302757e022a98ae1ff16119802bf67',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','ko.json',NULL,5979,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2018,'fec28cf0f31c8ee26012a388a9f06bba114aec21','cb23aa925869af2180dff741bd5f4428a3073648',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','de.json',NULL,6280,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2019,'89e2410cf3575854054a27ece8e421f2a695a500','c0221726974b2d4f1ffa36d288054ea105c3f39e',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','lv.json',NULL,6045,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2020,'87c02488aba6e8d7d0009f677fd53ff7f908f112','15efbdecc0707f8691a1d8e5161f8efba74c5cad',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','pt-br.json',NULL,6044,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2021,'c0c7eac2c6abe75f0f0ad09965b27c1b0a6c58f9','12095e2fa2873f91c2b63c23168007781e59949b',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','bg.json',NULL,7589,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2022,'ce179e61d79b75765e7b405c9846d48a3bcc52b2','d5f3205258ab3b0a7325e893f31d9821e321ff32',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','it.json',NULL,6002,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2023,'2a9b008eba189a30f71a92f86cca2f23a62362e7','ae1bdf3c25c4ed1d63a8cd7a809ba26e1815c5bd',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','fi.json',NULL,6097,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2024,'fc20a7a316983d3314df81246ffb6d65ffe114dd','e37ca1851fae804c420f27ca31ef47626240a39d',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','gl.json',NULL,5987,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2025,'e603d8ffc39fbf83e2b77c3832907dc6fc922fc4','f521e270e687623c042c8773d8aac41bca5e7a03',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','es.json',NULL,5998,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2026,'0071e6c903e7fec443dac4d0e34189d5cf357c5a','467fd0041b3bb91e082a95b04af011f8424b6064',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','sl.json',NULL,5847,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2027,'e85cebdc7dda254fdbfd56b50e6d6a9b01992817','ed0bb2b06fd69c6ddfe5cd8a3c813f61f23937f3',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','es-mx.json',NULL,6010,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2028,'a7ac369c6c27f1a6f2a695b48a636885ae04a202','0b1555bde10494c59fe2d5902ff93c02b036f5da',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','tr.json',NULL,6013,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2029,'163b2ec1cdf391d81c47f63d502186fe33ed4e1e','786335ae76318da318fd68c66cf7e08f04270873',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','sw.json',NULL,6151,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2030,'c04990f169984456805add9be098283be99db238','c4b8999610a29ed590b7ef924b4af244753600e9',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','fr.json',NULL,6090,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2031,'2e79f326d321bcfee7e3889ef2eb0414bc69b18b','9fac7804b3319d65bd1cdac93e99f6d499814e33',1,'core_h5p','libraries',51,'/H5P.FreeTextQuestion-1.0/language/','smj.json',NULL,5886,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2032,'699575021577f1e327728ca2a048caf02cf55bfa','6cfa681baea1a3642290e8211aa4945fec54a32b',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/','goals-assessment-page.css',NULL,3012,'text/css',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2033,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cadeb4c70286b4dcd37820e6a19f0eccdef52f39',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2034,'da39a3ee5e6b4b0d3255bfef95601890afd80709','94cf98617cdc772f4ed759b49a55d0dd4e081d3c',1,'core_h5p','libraries',52,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2035,'7c3b1ee6b0f71182d7a5f9b0e91c69614fd6264b','9ba97ee0c1e343799da5a7ecb6ae3d9ae642d946',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/','upgrades.js',NULL,590,'application/x-javascript',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2036,'0d21df5c7b737de1a5ec8a8fbd2c19bb16f61ece','2bb444a49117f7c3295aa5928f2c754f80d07652',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/','library.json',NULL,489,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2037,'6cebb649ad632b5aa9b0bdfbaa4f90dc8664887b','c2ba7f7198d7f5d06ba9d0e50f1b9731b334c4f7',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/','semantics.json',NULL,2368,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2038,'2b331af4062d4eab5757edc03572637332366199','84f2618d83c55a156db3cf3fa97bf7f5b2f153da',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/','README.md',NULL,1165,'text/plain',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2039,'b9495337b7d35a9a9c5b951ac33dae2bc63e6e71','e0b9227a66456ec1f77a614b75ecf54cd45a898c',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','sme.json',NULL,1317,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2040,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3fd3dfeea8643da05042c4c7b46ba822505e436a',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2041,'c8bd918d26d51f546276ab72efd927088495b9fb','ac73de2c97b1d79430f2d57d998cafd7feecdae4',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','lt.json',NULL,1370,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2042,'36d9f2b118eff373ba29bad154e383860e174aea','d5f2c41d022a7ab69438773e8c854f242d470381',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','zh.json',NULL,1617,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2043,'14819f4edf0ae4ee1ac49e4f301bb8e4150312e9','b47083b65931fb701fc43f1eaeca0dfaceb37d83',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','bs.json',NULL,1310,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2044,'44eaf61f267ee3fef41a87bd1716111401b1c9ab','9bd53527fe7678f7dcc46fdff69035aa356095d3',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','nn.json',NULL,1581,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2045,'67d7f10899b1c0d21ea225c65c9f1ab596312674','47bc38f284050acecaa2b86ccef2430dd391da7c',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','el.json',NULL,2208,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2046,'cac325ca7ed8a3506f3db03128b3c4db4b840293','363f3a985c126c65d1751574dd3bd19bfbb85188',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','km.json',NULL,1559,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2047,'88892ea6f1fb9cb2cf2d489997e054d60fd9b106','c9c171e9934ddc6e66c50906af76e304cb930f68',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','cs.json',NULL,1439,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2048,'b9495337b7d35a9a9c5b951ac33dae2bc63e6e71','093af7a1ab6052aff3b745defa596f4d33456c31',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','sma.json',NULL,1317,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2049,'770e7b8a9fb0aa476d98c390c825d522d1bc733a','2d892c7ae825cde81e8260cc4360d77bcf874e45',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','eu.json',NULL,1443,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2050,'7197d3efafe2067dfbb58431ef8336d57f140ce7','58873307bc8f12b2ddbe2173f26fc3e6ef7b335a',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','nl.json',NULL,1501,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2051,'3af5f15ca998ebd784b5b4e757be585143bf4c55','724b8f2436dcfc357082d69aeaf1aa47b4a3d743',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','ca.json',NULL,1489,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2052,'5c9eb76052ea974e00f5f25d24f444b52f3f32f1','bb6b71f73dd8b4f76a60b79caac1be4bacaea8a5',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','pt.json',NULL,1365,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2053,'0d4585600c3ace5ad6cfa054cf3f947f25745c87','0cba356ab8c33b7f630b69304326c43ba1bef3cb',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','sv.json',NULL,1361,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2054,'6503828279181f1d64dcd32f8501759bf3fe7587','792288addf7f49d1bd04baeb0771941f40ec0ed9',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','ar.json',NULL,1577,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2055,'6a6043d4e700a220353f3f675d733e1f6a8f8c4b','8b857acc4e656e8cadcb543fd0249a5d39f1a5b2',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','mn.json',NULL,1976,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2056,'21b296c442f4c8d6e47a84fc08ab5abeb09bf8e1','4c913ebf7f14ca0aed6e7071d020952461fbacdc',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','af.json',NULL,1367,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2057,'46b05881e654bbff7e37e2c915d2d88b2f649360','b0766aa5bd299c44559ecf8df264b85cba56896e',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','et.json',NULL,1325,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2058,'00cbd5276fc46f9f7cd11b5b3dad8faee280a721','6f35f1d4d3fe8a0653f2b222451896434a55e5c5',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','nb.json',NULL,1594,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2059,'6a9003d8b254d1ee29ec38dfa930b10fac8f5559','bd787e9f49153352dbfe0b61dbe0749a00e6c472',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','ko.json',NULL,1500,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2060,'00abf52eacdb8e7ba7d48cfcb58a781a90fcc9dd','9e82fc50a51ac5a83ece182e4facb6d75a8cc88e',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','de.json',NULL,1459,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2061,'82be2e42329cd201b9873a73a7e1d16c77f6fd60','787a0e94e400d88f4d47f8365a11e21fb46ddd6b',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','lv.json',NULL,1471,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2062,'8bf597fc93b5ac81785ad2a5e4e92977d7b21719','c2080b0b0463db19431a33b65f44631cb860b517',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','pt-br.json',NULL,1509,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2063,'513567a6ed0a8519b53048a24ba3bfaa3f76cb7a','02c2dcf62519a5b5fb69fb6e2b9d33d00f355b35',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','bg.json',NULL,2072,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2064,'2e6641823f45055fa2973507e7b9864a7ee3dffd','a8b69d13637d6662061a6eceb30dcbdb080e14ab',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','it.json',NULL,1471,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2065,'075ec97e3a6fb4191918c1991e7b9513e932cc5c','59fb08911244925df4d213fc4f8b5a545b71de9f',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','fi.json',NULL,1372,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2066,'08b166c3f84d15d104c74548b8b03a7797312212','19dda1fa471d1345e50534dea2809038318ac744',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','gl.json',NULL,1490,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2067,'ea1e4db12a76fb330a007cc77ee8c7c117e7adb9','0ea31615af879a6c874e3235a5484773a6b04e7b',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','es.json',NULL,1489,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2068,'875351da4a63fbd402eb23a43f4bdba101d73af5','37493b510ae0d6c217a2a9e77845b8eeea78fcca',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','sl.json',NULL,1392,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2069,'64ec93ca884c9321a67d6bc0fc0e611c56681ea1','8ed9d980b5d6b77ec93eaac8a399fc9e4aea109b',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','es-mx.json',NULL,1456,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2070,'1d1aa1f419de9d3f3f4d79e088bb85e9e966cb04','a1371e748b7d5f15b5a976503993e1152aecf731',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','tr.json',NULL,1358,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2071,'311736bacd41d278ea147676230ed5add44cdaea','716772adc87c6ba8ef25c05dace0fa948253a20f',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','sw.json',NULL,1441,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2072,'d441b831f303d14a4d7c2564bdc191fc723ec893','36eab8dc8bcde68188193616a048fde8e5e093ff',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','fr.json',NULL,1816,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2073,'b9495337b7d35a9a9c5b951ac33dae2bc63e6e71','c7c95b4b10e7c1f14df37ae910206961719d889e',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/language/','smj.json',NULL,1317,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2074,'59407a82c27deb202f7192f93db79eff7d727f68','0d5ee0d48dca19a29d36420078467709ec103b91',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/','goals-assessment-page.js',NULL,13893,'application/x-javascript',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2075,'5f02cf0eb0ee508bdd892af37b9ed943da8dccbf','2ccf1af3ca6c020cecc43957d247e73a8bd4d4e6',1,'core_h5p','libraries',52,'/H5P.GoalsAssessmentPage-1.4/','package-lock.json',NULL,104,'application/json',0,NULL,NULL,NULL,1691069325,1691069325,0,NULL),(2117,'f82469e657b387aedd2aa61b1f58dc0c6366e470','1915f5f92bfbe67cc8e893bbea5a1434aba6caf9',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/styles/','go-to-question.css',NULL,2114,'text/css',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2118,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5900c3c048be38e792574794f7a8881814ea4053',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2119,'da39a3ee5e6b4b0d3255bfef95601890afd80709','331d79a13529784d7311992b700cce8cf629f653',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2120,'da39a3ee5e6b4b0d3255bfef95601890afd80709','37704ddbe28a1f1b7a8b9c0bb6de025f77c2e48d',1,'core_h5p','libraries',54,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2121,'10e1d451966c84a0092bc46db9088df53e4abc4b','c8e087500c15d2ee9daa097b786c3a04fe66ecde',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/','library.json',NULL,755,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2122,'d44d5c62c515a67848656e06b8bd023b46028ce1','af67a283317023126127c4d1facaa5e080ca13a1',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/','semantics.json',NULL,1417,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2123,'3d5846d0cb1f1e8872870bad466270c773a1fd6b','f5daef81da2dbe1a8b9bb513dc8e15e202ac1f60',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','sme.json',NULL,877,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2124,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d9c47a05e8d77e735f1f29b24ad9801f15233854',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2125,'3d5846d0cb1f1e8872870bad466270c773a1fd6b','add43bf5204c0bbb210badace1837fabf82d34b0',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','ja.json',NULL,877,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2126,'4bd8a31b66f2ac174dc1818a4ecda0ba7b852603','32085a14bbbbb7da587ad8aeddb0238791c45ea8',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','ru.json',NULL,1269,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2127,'b6e09639aa448510458d5474dc1c3c9128ae053b','cac69e9440c9774813e8ad998b59000587316914',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','lt.json',NULL,908,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2128,'89dda059fae13faa75546ffca95c1d65ac284730','5e21d67ce997064878586f45a81acbc4ab65092c',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','bs.json',NULL,854,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2129,'2752e1ff62f171f53f54996d389c1ad8674b3aee','3ca1217365c1ca4e4b5b535d6848dddd5474b6ce',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','nn.json',NULL,879,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2130,'3d5846d0cb1f1e8872870bad466270c773a1fd6b','c506b0b76385a975fc6eed663496e08dc442f450',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','ro.json',NULL,877,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2131,'7cd30bf27b8e353d593614b87d309687aa2ef384','93263cf5c86fe0c7639968e01c7ef30699419ae2',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','el.json',NULL,1376,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2132,'eb25e058900b8faab7a379eb0729d2876d9a8668','ce87ef54b27633c829928059dae50e7e65e999cd',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','km.json',NULL,882,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2133,'2c2c4c955fd1f126ac14034655f1fb7217b7f95e','b5d4fd118d6a0b6c5bc8312436147a64a083aa22',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','cs.json',NULL,882,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2134,'3d5846d0cb1f1e8872870bad466270c773a1fd6b','da78fe361d125553b305ac546f81611aec0b6872',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','sma.json',NULL,877,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2135,'3d5846d0cb1f1e8872870bad466270c773a1fd6b','bc31573e62dceaed2d4171802e92974fb61a9c9a',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','da.json',NULL,877,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2136,'b59a7469ba2dc01dcadfdde706220d5b5cb568df','3fe1c5e18934f89e7fcb91951483b5a5e863fd37',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','eu.json',NULL,879,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2137,'f98f9c8cb7369b21518d3f0d6d481d4447b45125','043eeec4e88e2b7c5c42e546554da4304c4d4f7f',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','nl.json',NULL,902,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2138,'b0f5201c127314f937a5df68737098a3184ed792','9c4f0bf51de524735716c39aed8b4dd8a8bbcfc8',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','ca.json',NULL,957,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2139,'e321f68ff8b51e31572c51ed32e013a9af1dd9a2','9ed3671100019c1c8c806d7c56cc4e6d97db3cdb',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','pt.json',NULL,951,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2140,'3d5846d0cb1f1e8872870bad466270c773a1fd6b','5b298b356844041a01be983c0034d61066775bcf',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','sr.json',NULL,877,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2141,'3d5846d0cb1f1e8872870bad466270c773a1fd6b','77af79a9f93deb520c1c46c20c9c36d685069d3b',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','hu.json',NULL,877,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2142,'f21bca233e3cb9ef395cd9e5e3f9e1ee0d0e2c51','2c479bdaeb4713e3590ae8f40d1f8521665f533a',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','sv.json',NULL,878,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2143,'74c1fb99e4bf0a54207e170a847b62238af34162','85908ca0dbcfa29b362335ad21436cabd0a4abc1',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','ar.json',NULL,1058,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2144,'4c968153d00c2f5553f76825bfcb7d4f71f48a40','b1a488ad26e04840802564cd8d41a9b87e0e663e',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','uk.json',NULL,1210,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2145,'8429eab0c7769e6cf6b23bc7a5079c2d2def9c1a','1e9f137da657f51674aa02034a1f537479f5bc96',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','mn.json',NULL,1127,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2146,'dcf34f45fc8a305deff830be9b0292b9254670b4','46c32514286493ed4dac498c5796bda83de4b478',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','af.json',NULL,892,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2147,'3d5846d0cb1f1e8872870bad466270c773a1fd6b','8285b3cb4cbbc6350a43f0847a747018185a95df',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','vi.json',NULL,877,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2148,'a458e70eddc6ad305b402ac5318ade468008ea65','d8c70b7b89f4f991596e8da433773ecd645bd23c',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','et.json',NULL,834,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2149,'a49db89f98188efbdcdb1fd5e99fc4b64271d67d','9f99fba396fd77a5e270b9ed27f251a8812a86af',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','nb.json',NULL,836,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2150,'facee194e202ba43759d503025ed204fb52247c0','ab96ef3dacd9ddfc64f6aeebc5b9ef78321ba9a3',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','fa.json',NULL,1118,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2151,'fbe84a5259fb20f8ab7671b664f7e9c01cdbc0d8','9eae7c35d9721fd28902508bf001c437c45d529a',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','ko.json',NULL,874,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2152,'f7af37b3c7a0dae8361173a07c911938e5275e84','fd60ce59510ff68e845a8ff2b1c6adf21fac569e',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','de.json',NULL,910,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2153,'4a474b58cebb63cd412af25b6fc534d25c29d46b','416bea400e09d8282b395bb9c942a0fca7c4d59a',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','lv.json',NULL,916,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2154,'b391fc131012fbca92bd21237c03fcd41d530012','ca5f6ddb680f10a8833ebc2724d76d3ab248900c',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','pt-br.json',NULL,927,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2155,'8a845a77d310f038f5c7df776d12add904eb6dfe','2efe6ec70025e54584a1205963c1cd6eb35bd7c2',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','bg.json',NULL,1319,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2156,'eb969a328d55354f50f46bd49045c0cd708992d6','fbed4ed89b31dfc78fbb9e29dffb2bb6dedc2c98',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','he.json',NULL,936,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2157,'77a9f7d6d6054a34ca376c420a2eeab6aef6b77e','82e86cd6a09f69f56c315d21d5a47d958a1cf4b4',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','it.json',NULL,915,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2158,'c5dda88ae5756b511f3c667a9393d48abb194894','755906706140f6b03ddbbacfa038c8f0901bd83b',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','fi.json',NULL,885,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2159,'894c6c1cfd915a1ba48725795bf84d6f2dbd6e71','01c27b383154136eaaab71aebb3432331299e3b9',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','gl.json',NULL,903,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2160,'30126fab0fad6fced3804704a349ede03e08affb','683e62647f0f43a631921e2829732822c3d555dc',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','es.json',NULL,958,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2161,'ab63822486f84cd2d8c26017f08db7742d637348','b1d9ebaab1309ad878d1190d3e841a5a466cc8d7',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','sl.json',NULL,859,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2162,'1b8348ee3c41d8ae5bd2d670fd717c214446d1dc','b76913f0892e52e4ccff3d1cb18ae5a012487d7e',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','es-mx.json',NULL,954,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2163,'3d5846d0cb1f1e8872870bad466270c773a1fd6b','ddd5fbbe3f7a9fec395eac3bd0d25f30f75c914d',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','tr.json',NULL,877,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2164,'9106390955903a54772fa29924c9bcd4ddf24c2c','5ce3f3bb5b16408b15be39ab09051f532fb38a15',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','sw.json',NULL,912,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2165,'3d5846d0cb1f1e8872870bad466270c773a1fd6b','60f5538aac52b14a4bf214efe790403b8902f3e2',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','pl.json',NULL,877,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2166,'38a3f9b8da552e75892d44eb19de55bb96730436','45f40024b29404f361dc5e6b7de05a617d8b3910',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','fr.json',NULL,940,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2167,'3d5846d0cb1f1e8872870bad466270c773a1fd6b','4a996b8e8bddbc4b732f955383fe1f43d1b5cf91',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/language/','smj.json',NULL,877,'application/json',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2168,'9c6e3e9458ddbd001efa2d5c64877de6b8e26e47','0419f1e3277b0471bd37deaeeaad49fe18d11f07',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/scripts/','go-to-question.js',NULL,10797,'application/x-javascript',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2169,'da39a3ee5e6b4b0d3255bfef95601890afd80709','102e965a78349c0f0187dbeff45d9b1b73d3f40f',1,'core_h5p','libraries',54,'/H5P.GoToQuestion-1.3/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2170,'17c330c57fd8b41fe8d89ccd08b472f1f73aa78e','d8a3b60213c1f55a4e99d5841f029bde1576ed4a',1,'core_h5p','libraries',55,'/H5P.GuidedTour-1.0/styles/','h5p-guided-tour.css',NULL,2878,'text/css',0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2171,'da39a3ee5e6b4b0d3255bfef95601890afd80709','bbfe58d0be0a35012871432049a20844ad91930e',1,'core_h5p','libraries',55,'/H5P.GuidedTour-1.0/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069326,1691069326,0,NULL),(2172,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a0fa02be472fda583efa0e3fd5552a8abe12d418',1,'core_h5p','libraries',55,'/H5P.GuidedTour-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069327,1691069327,0,NULL),(2173,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0defa4cbcf05f1b666478c4bb1787717da96b495',1,'core_h5p','libraries',55,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069327,1691069327,0,NULL),(2174,'d163d1412c7287061aacc8b912248def0100bf18','3da559f0b074daf118ebd43e278f36012f1e936f',1,'core_h5p','libraries',55,'/H5P.GuidedTour-1.0/','library.json',NULL,592,'application/json',0,NULL,NULL,NULL,1691069327,1691069327,0,NULL),(2175,'c162371a3fff5c4cde8fcfc0eb217001c657a03a','17cacdce35858e7e7c7f8ca8127708465a94b04d',1,'core_h5p','libraries',55,'/H5P.GuidedTour-1.0/scripts/','h5p-guided-tour.js',NULL,7624,'application/x-javascript',0,NULL,NULL,NULL,1691069327,1691069327,0,NULL),(2176,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5a96f150824ae1dc91da6839bd7351fdb0b50b2f',1,'core_h5p','libraries',55,'/H5P.GuidedTour-1.0/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069327,1691069327,0,NULL),(2466,'8b24bb95ccdbba9221fc1646917f6d4791d20c29','a4d6d31af3e7330c59b1538e22d2c8e79de6d514',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/styles/','iv-hotspot.css',NULL,1670,'text/css',0,NULL,NULL,NULL,1691069330,1691069330,0,NULL),(2467,'da39a3ee5e6b4b0d3255bfef95601890afd80709','41f429c643b8922d0217cf4454e48ff8b71f13d6',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069330,1691069330,0,NULL),(2468,'da39a3ee5e6b4b0d3255bfef95601890afd80709','88ddb981084bb2e0ae82340a22881d0e7b204b52',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069330,1691069330,0,NULL),(2469,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f1051dea0ffcafda4625fb39d4643d33811f8670',1,'core_h5p','libraries',61,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069330,1691069330,0,NULL),(2470,'7f38863a084d5a98bb6392d877a32272b507766f','137397bab06e6fe0b9170402412c76502c31ad96',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/','upgrades.js',NULL,837,'application/x-javascript',0,NULL,NULL,NULL,1691069330,1691069330,0,NULL),(2471,'bb548a59cd559d27c7b01359187b6c3c059ed5d4','07a7d61d76e0a2f18ec4cedc2d8a12128924442a',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/','library.json',NULL,1183,'application/json',0,NULL,NULL,NULL,1691069330,1691069330,0,NULL),(2472,'a3e4de7e50dee61f9b4a7ff8a7aeafb4ef886403','167ffad921d0303aed81c78bcb2f262a6fffa56b',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/','semantics.json',NULL,9753,'application/json',0,NULL,NULL,NULL,1691069330,1691069330,0,NULL),(2473,'eeaf9c33cbce3b23912791ceb2353b076ee9c83b','e41560d9bc82ef6d7141d7dd756f4409e4ce0a32',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','sme.json',NULL,2129,'application/json',0,NULL,NULL,NULL,1691069330,1691069330,0,NULL),(2474,'da39a3ee5e6b4b0d3255bfef95601890afd80709','155e088d6fc741582c8afec6d5b2779365bbc873',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069330,1691069330,0,NULL),(2475,'723ca89bff8966924590af70d94b3e5364ebd26e','5fc7ddc81fba1b11326bfafc59680a09e4e7bba5',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','ru.json',NULL,2796,'application/json',0,NULL,NULL,NULL,1691069330,1691069330,0,NULL),(2476,'453cff31cf07fa1801ab15deb025b2da7508bcad','4ba81453dd170623dc85b845b19c6216a1c3b0a5',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','lt.json',NULL,2251,'application/json',0,NULL,NULL,NULL,1691069330,1691069330,0,NULL),(2477,'159576bf174f75914005273aad58f37fb4f89347','674f06cc8fedd81cde8f4da9c8079fa3ac65370e',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','zh.json',NULL,2171,'application/json',0,NULL,NULL,NULL,1691069330,1691069330,0,NULL),(2478,'fccb5e8b7a3b082b0861dc7961c7eaa19e997832','2b89d45a02bf796c5ccad6136d3e17f5ed49947b',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','bs.json',NULL,2162,'application/json',0,NULL,NULL,NULL,1691069330,1691069330,0,NULL),(2479,'aa4f37e038abda0acb0749f0219d0480b3d49df5','16d6e2a58b8b8423db773f95f3027263cae31f3c',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','el.json',NULL,2808,'application/json',0,NULL,NULL,NULL,1691069330,1691069330,0,NULL),(2480,'1d4d67e91467853896c49b600f0fe5bfc6bb0da1','a84f74c1fa440e1db1d09cb9dc8f330092c3db5c',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','cs.json',NULL,2207,'application/json',0,NULL,NULL,NULL,1691069330,1691069330,0,NULL),(2481,'eeaf9c33cbce3b23912791ceb2353b076ee9c83b','016667a1fa9976aea1404d156dcc082600da6388',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','sma.json',NULL,2129,'application/json',0,NULL,NULL,NULL,1691069330,1691069330,0,NULL),(2482,'8e8efa0d754203d6d86c905e065858b46bb86083','74605acd0c81d448ece1e1a4c9377e04e614db5e',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','eu.json',NULL,2229,'application/json',0,NULL,NULL,NULL,1691069330,1691069330,0,NULL),(2483,'925454c0b6ee724688d78bc9372186cad4921041','3c5109dcc576f9dc000f3c27fd869b409ce6030e',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','nl.json',NULL,2194,'application/json',0,NULL,NULL,NULL,1691069330,1691069330,0,NULL),(2484,'084baff21b832e09a1017bb9103613d3f2096835','9a29bf119a42652f193b968108bd0a852167715d',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','ca.json',NULL,2279,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2485,'be663ec2ea3677a6e966b08b811836a2c2d10bd6','70e7cb87f2f04c5e4f2b44ca2a8e905825217502',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','pt.json',NULL,2220,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2486,'661cebec69cd68012ea2a941dd7c3c10eac30aa5','6a17a560cd341fd6b6c27dcb4fecff80b802a045',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','ar.json',NULL,2520,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2487,'9cabbe25f8ed62818704f229201da5a9e8c2c64a','923e0e7b038542b5d36b1e963c56591dc6da8d2e',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','uk.json',NULL,2762,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2488,'1179bdfb544531fa1af3c09958010e82cfb21b4f','7835b47e8277bcc7dc1c04328d0f8fe254a8e47c',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','mn.json',NULL,2667,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2489,'44620ef5c295da4db3d0e7685b8a9d0163a6d66c','d11a35545f40cf3c24d24742a4b10f8b2c920e2f',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','af.json',NULL,2164,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2490,'d278844ed03010cecb1d1cd6e7f14a76843390fc','98018045d60caf80720f3d06d909f733f4d76147',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','et.json',NULL,2140,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2491,'d26f46e13b3e854b34234a0c33b305205dc7cc68','7cca85b62f068b61f0d213bfc80da2237a62bf9f',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','nb.json',NULL,2138,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2492,'dc9cf767e6ed44d753fd3b2632390a95c48431dd','8ed3513a7b3ea73155203e62c30e55db026d3756',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','fa.json',NULL,2507,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2493,'d66a0d5f3c8823de08be469f68fd3854da982c10','29b3e4fcfc0120cade6f68b433acdeccec1d0907',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','ko.json',NULL,2253,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2494,'4190c514095936dc100d7d8f4844b417e5b6f332','5bcb04f898835e3daa75436791fffd7d482c280d',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','de.json',NULL,2238,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2495,'9e2cacf044a0fdc25dcd905b206251e61d457ba8','b77038b2238c487fddcfa96f7588c4c283f99b90',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','lv.json',NULL,2253,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2496,'767da5278079e8bf990cda0a14199a410e2d77fc','51f17ca4bba03a96a0bb08ddfd2b2af01b7e8ae1',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','pt-br.json',NULL,2239,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2497,'bff47dba7f49dd7e963ac079c8b0808ac4260eb3','95cd9cec59f6fea7366bf72ccb9f0ffda57e5ae7',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','bg.json',NULL,2883,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2498,'7ed73afe99a28dae179362389867bce3b2967bd6','c05f94f32c7e4adc3e5e3e9d3c53b2adc961712c',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','it.json',NULL,2223,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2499,'1356cc4da2e8b8ad6480116614aec7a7f9070f9e','567946dff34b9d37dc4c3781fa71169f4ef86da1',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','fi.json',NULL,2237,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2500,'cce798bdc5ec2a210a05ceb2fa581a60a849188f','a16e64469068e863b3ffcc36bc5d398d7d4e503a',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','gl.json',NULL,2224,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2501,'69ae8c8919048fd86dba7b447d707d219a2e5054','2f980907aac9b2d988ff584b04ed66a6e1d6ba80',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','es.json',NULL,2273,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2502,'e030130edfded02d7005b549e2b31fdf81915701','51d7da74123ae8f2c3ef1f9fdb90128b83587f71',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','sl.json',NULL,2182,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2503,'9bf356383d53ac9c53b59d438423a848e3d5ec09','9c439cec4309ea0c20b74677fa4f4ff7fd5b830a',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','es-mx.json',NULL,2243,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2504,'f4cb6e7c8be695d519db7ca34de6e2da9bf32a2b','28b0143e2984900bf76d7578c1102d39dee1d7d0',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','sw.json',NULL,2226,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2505,'ffcd92cfb5aaa45a6b1d66002b3465527699e561','a3a7516adefac86c3ff3411fbf1e63f7358be580',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','fr.json',NULL,2328,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2506,'eeaf9c33cbce3b23912791ceb2353b076ee9c83b','6b704f7a66989a7e4a3e50740bf3a4cb7f1048df',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/language/','smj.json',NULL,2129,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2507,'f414947782982d72243b767c866ed3c39878d1d0','17a62e3baf8a6e7c547a3cc9d64d44cb5f1e079f',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/scripts/','iv-hotspot.js',NULL,3459,'application/x-javascript',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2508,'da39a3ee5e6b4b0d3255bfef95601890afd80709','6da53ae3bd23aab7629da9295a2dd7578c50dfcd',1,'core_h5p','libraries',61,'/H5P.IVHotspot-1.2/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2509,'49563d4e3818514af67b42594db0144a92c4df53','7c12f4104c63f158086efccb8dbbede2af1c007c',1,'core_h5p','libraries',62,'/H5P.Link-1.3/','link.js',NULL,2130,'application/x-javascript',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2510,'da39a3ee5e6b4b0d3255bfef95601890afd80709','539c769cbc914f9510c2d17a75e2a1610e5b3766',1,'core_h5p','libraries',62,'/H5P.Link-1.3/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2511,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1fa913c5fe618d4922c61a1b1df798b76a7f9cd1',1,'core_h5p','libraries',62,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2512,'4f62f0781959e20c40286100365ea4650ba8ccaf','2f4bc3cd33088c25cdb383009c81149d321b41fc',1,'core_h5p','libraries',62,'/H5P.Link-1.3/','upgrades.js',NULL,1239,'application/x-javascript',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2513,'21ddc9d4c39cce5c9d171314ece3a44bf1796291','d41160dc7608e0184a104bf346a489fb5b9226df',1,'core_h5p','libraries',62,'/H5P.Link-1.3/','library.json',NULL,484,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2514,'5c0c76124bb22ccb8a8509a37a1d00e224450017','fcd7c4e7886d3c4f939aef058042021af43d9881',1,'core_h5p','libraries',62,'/H5P.Link-1.3/','semantics.json',NULL,916,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2515,'8b50a8c42e86d4f4a50f1a115a2cd54d7d1b1366','966fc7f0c2356fc4ea152bfa235df4fe939deac2',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','sme.json',NULL,484,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2516,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f722f24427293c4662c0e8e3588c9452908322d8',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2517,'4494a214f2910be5c47839bfe8e0c39bec2dcfe7','41611b27d1110734943292b45dc53a6b0f68effd',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','ja.json',NULL,498,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2518,'a3b016177efbad057fc95e28f2930678d0db1d90','92b534c35933322a13942535fa6c0d3192828540',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','ru.json',NULL,535,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2519,'212178da8444cbdd1859896b0eed13187c26d6a6','37c2f0c0ca93270c966f46959fee0c2a0a670bee',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','lt.json',NULL,500,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2520,'4cfa1b4db8339bb40373c3970124b9f364804290','d164c9f7b0d58f0fe3e93d01a4aa37598b0ace48',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','zh.json',NULL,502,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2521,'d20af43af35682a7164b9c0a4275c8d1036cab70','3dbded6a49dad1a1a074aaf47c7e0c1fa9c7e71a',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','bs.json',NULL,484,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2522,'9210e9c46c3265a1003b3ff302b21c3d126765e6','dea63d074e5eeceb7ddccdcef836e6a6953756ed',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','nn.json',NULL,485,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2523,'8b50a8c42e86d4f4a50f1a115a2cd54d7d1b1366','8189a41f7262055428006b6000c3ffa71446b8db',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','ro.json',NULL,484,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2524,'a083e80a287af417a7ba1e342153f08ebafe63a0','0c1a16bc2b34ec93028d201698aaa3d8bcaa3fbb',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','el.json',NULL,497,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2525,'0c6e13c4e3f043b353f974f4c9c8961fa2c15f96','7691ceaaf99d2c09cf3450dfd937464527eeeff7',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','km.json',NULL,572,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2526,'d9d7db1173bae73e233dfb91bd017fb27a44b8a2','ab9d33221b5340c894cb848bccda9451cb5889af',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','cs.json',NULL,490,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2527,'8b50a8c42e86d4f4a50f1a115a2cd54d7d1b1366','59926cd39d385caf41ecde5a6e11a324794cd9ae',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','sma.json',NULL,484,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2528,'8b50a8c42e86d4f4a50f1a115a2cd54d7d1b1366','1e17470296ada28afe69e85f892b6d6572792fcd',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','da.json',NULL,484,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2529,'a583315b11ec79de991b3376487107f28937b90c','59a8cf7af9d2603f591ac7fa6cffe8ab0b7deefc',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','eu.json',NULL,505,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2530,'3e5ec4e4419ce14ebcc21ac08def33f049c4d7a1','94c0675eb0b2fe0a5053d4c7ba581a2637f4a9ed',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','nl.json',NULL,484,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2531,'35369c829baeafb5a1d6137fdc900c3d864c792f','0c5d28dad409b8488897ad671b1625ad6b6e7271',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','ca.json',NULL,486,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2532,'34ad9281eb9c59ed0b64a31c3d32e5d60d0cd265','212b9852c93425c086cf650e9520fe4484fc99b5',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','pt.json',NULL,491,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2533,'8b50a8c42e86d4f4a50f1a115a2cd54d7d1b1366','4212ebb16c1b3968fb003a1f40677deb942a0ad0',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','sr.json',NULL,484,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2534,'8b50a8c42e86d4f4a50f1a115a2cd54d7d1b1366','a518b3850c67f45aa2f227d28ace100cdfcba9d3',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','hu.json',NULL,484,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2535,'65b95b2e39ebdecd43d24dca1d9139fa0fa54375','20aefda739a12ebbf83fad0245632c5b95dda6bb',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','sv.json',NULL,486,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2536,'a008794319e725f23f386c2e481c67b9d913fc9a','bc1aa8caa7a2eb0dae2330df6ca7dd2544a011b8',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','ar.json',NULL,510,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2537,'e48c67478149b259f9905764ed006d0aebdfd519','20bc0f843eae1c3269b95fc194a66ae5a85c189b',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','uk.json',NULL,525,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2538,'57fd2a3d28defa93958877a13f3544be9d33345d','270a54ae2388a2ee0880cd85f5de0edc2f22bf83',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','mn.json',NULL,532,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2539,'2eab8707c0f1ded59ee411973111af9786539d52','827e6c5fd1cd53d7b2090a3fbc529565e8437f86',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','af.json',NULL,487,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2540,'2ad2709a13539489418a6df09da6719c8db34681','6d24d8cb7b986dd341da1fceee9cdcd844545fbf',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','vi.json',NULL,494,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2541,'096c6dac0772c8efe8af3657f5415271f9e0befe','8780fd66ede980d362314b11e8c99c3491b684fa',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','et.json',NULL,489,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2542,'42adfd1b09580dde48f59ca7cc27e5c3b9138ff0','b92e902d82ee1438988ac35f12de5b9791208889',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','nb.json',NULL,491,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2543,'6165ccbb15306b8800e2f7ecf2b7382a7fb375d1','b1260c63931e15716e855b4f7d46f5c3731d0952',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','fa.json',NULL,499,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2544,'10152fd11fd0b142045b2a5d87a43870d22ea0f8','d49d69994831ce707ac1cfb1e9a3740618819402',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','ko.json',NULL,491,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2545,'5d7b9b81237f4e6143bcdce9c2655aebe3935e6e','9fa5d12bfecca5db4b7b672520e8dc1e8139fd92',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','de.json',NULL,510,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2546,'9fde2575503efb43a28b0b404c1375eede2052f1','fc0ada4eec10129103122c8879f089da8b47e188',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','lv.json',NULL,494,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2547,'be0793ef17011939097a9dcb3f34c6d6e6e67e2c','df9c369916ad73d3325bc0bccb5b428825652eaa',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','pt-br.json',NULL,488,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2548,'e2695de435117399d1fe72220e2956c9ad5d9ad2','eb871644dd55203807483ae0b86dd66edfef7c89',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','ka.json',NULL,578,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2549,'5f448dc416d0100512e1b34a3760b659181147ba','d65a63231ce5b18ba919c4cdf50305532e0dad1e',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','bg.json',NULL,586,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2550,'cf053c50900f3e4dd41521eaf649c94039087f0e','5288e3f8a28477cbf85dde4fdc083ce44145e643',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','he.json',NULL,531,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2551,'bffadb7e60278e9dcaed0b1d010dd833d2d00585','9528230d1c3df489171a987cbe66d6188b8b3eac',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','it.json',NULL,488,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2552,'81b1005b270afab1c1fdb4d8929770bbbde98cce','e4c0f929d1b460abe64df4c67a7e9af4c550f6d4',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','fi.json',NULL,492,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2553,'b7c9e31a5d0bf374710c51d65f377c80fb2c98a4','b47fa9f723d9fb3eae2d3c5231d4553ef9917d6d',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','gl.json',NULL,493,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2554,'3b93ef68b031a95b15116c002d2d458c2b7dd265','c945cefd90a5d509bb55045e51462d8751a98205',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','es.json',NULL,494,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2555,'edfe9207486921c8691d52126f30cce75180812d','6ec6467391e3198ca6ffbd7abf18a3b70042a300',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','sl.json',NULL,486,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2556,'1ee08607df5aea7afa6f7c058ef05b85c16698c3','813c23010aa9f4b09712f2a82853201e8a02dca4',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','es-mx.json',NULL,490,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2557,'698077e1e3f52aa9161ed6e31a3a485a755065ab','bb2be49d46bed8041a0964c8a830fc015588733d',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','cy.json',NULL,492,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2558,'c07cb8f5740f38f83b6be92189a3fa737d370ca9','1e6f13ddd39209ec87b27df3370973af1070d7b3',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','tr.json',NULL,531,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2559,'cdf86a1768b132c75974322b698b0e951d97153d','cb2f6169ab109359213c0ed6c5047498d3ece645',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','sw.json',NULL,488,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2560,'8b50a8c42e86d4f4a50f1a115a2cd54d7d1b1366','4d793fc5cf2f95f974bcc5edb2122a7a95c89383',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','pl.json',NULL,484,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2561,'cb23a4af00368c3201f7d08cb96bc7dd47a1d039','7b70b0be72cfd454f79ad56c624fc75ddfd6d164',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','fr.json',NULL,503,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2562,'8b50a8c42e86d4f4a50f1a115a2cd54d7d1b1366','058cee0460e1e8653a447494c9167027d9ed0c0f',1,'core_h5p','libraries',62,'/H5P.Link-1.3/language/','smj.json',NULL,484,'application/json',0,NULL,NULL,NULL,1691069331,1691069331,0,NULL),(2623,'26fb8cecb5512223277b4d290a24492a0f09ede1','57d3044dcf3497241196bc39eb801edb5f1c3f3c',1,'core_h5p','libraries',64,'/H5P.MaterialDesignIcons-1.0/','MaterialIcons-Regular.eot',NULL,143258,'document/unknown',0,NULL,NULL,NULL,1691069332,1691069332,0,NULL),(2624,'da39a3ee5e6b4b0d3255bfef95601890afd80709','938a45302c9a291cec903e344ae8743c3a88d1be',1,'core_h5p','libraries',64,'/H5P.MaterialDesignIcons-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069332,1691069332,0,NULL),(2625,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cb4d8a2fe8baf447c98d97718ba7f86ab86187c6',1,'core_h5p','libraries',64,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069332,1691069332,0,NULL),(2626,'c6c953c2ccb2ca9abb21db8dbf473b5a435f0082','b25a899b63ec31d6dac4abddb81db2cd9b659655',1,'core_h5p','libraries',64,'/H5P.MaterialDesignIcons-1.0/','MaterialIcons-Regular.woff',NULL,57620,'application/octet-stream',0,NULL,NULL,NULL,1691069332,1691069332,0,NULL),(2627,'50f4d7e334ca83df2edecad6edf4c933e42b68cc','0c2f328f8b2c0ba27827b0218636d0b8f1674f33',1,'core_h5p','libraries',64,'/H5P.MaterialDesignIcons-1.0/','library.json',NULL,307,'application/json',0,NULL,NULL,NULL,1691069332,1691069332,0,NULL),(2628,'b4956e083b39b098750485e4112d4065fdaffb7a','addf4914fdcfaf69b268fc261ddacb64955ac12c',1,'core_h5p','libraries',64,'/H5P.MaterialDesignIcons-1.0/','h5p-material-icons.css',NULL,949,'text/css',0,NULL,NULL,NULL,1691069332,1691069332,0,NULL),(2629,'09963592e8c953cc7e14e3fb0a5b05d5042e8435','3a0471878b3f9de896d6e5cdc0951e98cf41bc73',1,'core_h5p','libraries',64,'/H5P.MaterialDesignIcons-1.0/','MaterialIcons-Regular.woff2',NULL,44300,'application/octet-stream',0,NULL,NULL,NULL,1691069332,1691069332,0,NULL),(2630,'983007539505a2208fb7b3ceeecfcd2221becb83','b4abd6ec9a6431ac49c18aaa2d33facbe3e375df',1,'core_h5p','libraries',64,'/H5P.MaterialDesignIcons-1.0/','MaterialIcons-Regular.svg',NULL,307133,'image/svg+xml',0,NULL,NULL,NULL,1691069332,1691069332,0,NULL),(2631,'fc05de31234e0090f7ddc28ce1b23af4026cb1da','25d028ecb534e5918028d65546cd1399f210a678',1,'core_h5p','libraries',64,'/H5P.MaterialDesignIcons-1.0/','MaterialIcons-Regular.ttf',NULL,128180,'document/unknown',0,NULL,NULL,NULL,1691069332,1691069332,0,NULL),(2798,'a09e33ca80ab682f64b5fd7196d26d9188f5675e','5c1cf5543f4aadcecc6cb6489bfbca94070aafc5',1,'core_h5p','libraries',68,'/H5P.Nil-1.0/','library.json',NULL,270,'application/json',0,NULL,NULL,NULL,1691069334,1691069334,0,NULL),(2799,'da39a3ee5e6b4b0d3255bfef95601890afd80709','514e65583f8515c097057bd1352f866bc4d74b7e',1,'core_h5p','libraries',68,'/H5P.Nil-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069334,1691069334,0,NULL),(2800,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2af2571ea9d415c9ecfd27138bb439b8953d3b4e',1,'core_h5p','libraries',68,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069334,1691069334,0,NULL),(2801,'4128c877f2b90120d041160f537d4a1427ad3665','ce2c75f575f756fe4951c4cffca216897971fc2b',1,'core_h5p','libraries',68,'/H5P.Nil-1.0/','semantics.json',NULL,97,'application/json',0,NULL,NULL,NULL,1691069334,1691069334,0,NULL),(2919,'6350e5028d30350f41bb20c830ddb78659ef1d30','5bf93f40d504f6e3409f6e7d5928b8b1108f99b7',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/css/','questionset.css',NULL,5660,'text/css',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2920,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2e34a647e07ec568e40e7dd4286b114939d88587',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/css/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2921,'da39a3ee5e6b4b0d3255bfef95601890afd80709','82e896b28532c581b25bd4fc6e29059e84324a9a',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2922,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4de7658df7f3746b023e4f4779066772ae8fc505',1,'core_h5p','libraries',72,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2923,'634d4d678747a5994a8afda868cfa6a52d2c54fc','3c3844ed712a97580059335e12da56f6b2bc4d8a',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/','upgrades.js',NULL,3680,'application/x-javascript',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2924,'1933198d4e5815a5138c9e1599d2b7c462e0ae39','ad18e111215a30d1665ea157c6fbea94f3b4c545',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/','library.json',NULL,1371,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2925,'192f1bbcb5dffa359dc792a839ff044f5af80d2a','51e1888237d5ece94774f655300e9121fc002e06',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/js/','questionset.js',NULL,40538,'application/x-javascript',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2926,'da39a3ee5e6b4b0d3255bfef95601890afd80709','337c57c8cf2645bac5169e4c2975a3881c216d11',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/js/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2927,'aacf73a033ce5611095d64818bbebeef12b35b06','dd314da16421124d7545dee2a8e7d51ea0e305ac',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/','semantics.json',NULL,15766,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2928,'1f77c4a586d3f0ad02e12d96b3f6b7af5af7e9cf','1628cbb8d6e54b9b6942fe3c3584e19f03549181',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','sme.json',NULL,8144,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2929,'da39a3ee5e6b4b0d3255bfef95601890afd80709','bd548ad9056557ebb6196433b6dc49baaaddc4e5',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2930,'e021f18e68afe7e5a6e11d61362aa4fd53faecb1','ef9cd120a030a7cca5313449b209952484ca6ba0',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','ja.json',NULL,9149,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2931,'0f1542fd12d0c4b651a048ddd41da65dad06b6d7','9e84193d71a5b55666ddc6bcf565343e5b9d3b40',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','ru.json',NULL,11847,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2932,'f8942a502d4d0a53270572cb2ad283f4c2dbc463','c3e99bdaf69840eb9736929a61239013d436269e',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','lt.json',NULL,8409,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2933,'20f7631c503f2b2a365f8b3b7dca57c4ca401adf','a1447e4c04963d7a61850a841a2db887bcc9f8c6',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','zh.json',NULL,8237,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2934,'a08e3b46d231805b1eddfa4872fcd757d4718499','b02538916ee2b05b79d6cdd1f86718f822d9a14e',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','bs.json',NULL,8543,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2935,'24fd772b87168578c7f5c252b0a46a285ca9cc3f','bfb8d2d2f588a54673fd8e2a230bacb55195f97e',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','nn.json',NULL,8350,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2936,'1f77c4a586d3f0ad02e12d96b3f6b7af5af7e9cf','0c0e9c24db85f89c9c921454eb7b5e4877d379ed',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','ro.json',NULL,8144,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2937,'16329ae817a2d10aa6240c5d10b7356ea6d16cf8','e8b8a50df22d190baac4c7b9fb3bf1873c3dc4ba',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','el.json',NULL,12567,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2938,'2c14a2a0aa05b9b863d7c54539dcf5e8a586e13c','7c0dfade8655d09e0f846d7d954a5b6e0544df8f',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','km.json',NULL,8549,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2939,'bf08d896e34ce6dbf925a4b9821e03d52a432814','52f0e11258a17b50be9304b9f6d40caf491f5112',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','zh-tw.json',NULL,7824,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2940,'8e6049863799be5efc01f602853555c4473b9950','8ac7f8c76877123f3e0e437c83ea6a818b4c4196',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','cs.json',NULL,8683,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2941,'1f77c4a586d3f0ad02e12d96b3f6b7af5af7e9cf','3dfa2a72f1b72ff1e3cbb3fb6bf811c1ed533a00',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','sma.json',NULL,8144,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2942,'1c01a4ff010415d6176d6ad2a3deebba671bf513','b83d1246e77891be8b0343bfcde3506ed0d1dafb',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','da.json',NULL,8149,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2943,'ce396c166e2f509983456e520e8696f8966b7616','b74f0090ab584332c5f8ae6b586bee67d96eb5ae',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','eu.json',NULL,8765,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2944,'ae18b392d443d84f30a37223ba133d250122f856','a9866c4b95677b93f42be9cf1a67ed65bd870c80',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','nl.json',NULL,8654,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2945,'ac7ef93923b1bc67ec8d734eaf87faf614fa8deb','f15e067f2efbe75e85e3346a48ff3267eb8bd47f',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','ca.json',NULL,9147,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2946,'0f63dca8b8f8b6c392c08d60a5ecb80c7b5c9e65','8e8bae1808efe156697a0fc8010e63d63b037adf',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','pt.json',NULL,8916,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2947,'d102ca3025a051f22174a436d7395cfb0b12b48c','952e5cd75d1f4a5448cc1e6e9c30a7a5fc4d8707',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','sr.json',NULL,10992,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2948,'1f77c4a586d3f0ad02e12d96b3f6b7af5af7e9cf','f661c1d43ea8dbe4d36367d1049fbeb2d657937b',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','hu.json',NULL,8144,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2949,'4533116042b4a46c8bb5edf50379090d0ea09cd4','ee87dc93201476f18feded12d03b713c820a4a57',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','sv.json',NULL,8684,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2950,'01911c25463f236fa356eef6a4fa546b3e3f9a73','e73292d977adbf3f53d8b1571cf1767680453b57',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','ar.json',NULL,9529,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2951,'d1c38778e988301ad3eae7097bc4035e91657ebe','094d974e492f5b5abb94fc4e8a202c63c0ac65e6',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','uk.json',NULL,11879,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2952,'638c3aab4b513d1fcc263e6e68fb1e6b8477db45','156efec959c596dd47dc6571dbddadeff100456b',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','mn.json',NULL,11595,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2953,'c35333d36574ea105fee69a34c9a260d53e23d97','686eb3193d00834495fee52c9bd9ac942d7cf325',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','af.json',NULL,8315,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2954,'1f77c4a586d3f0ad02e12d96b3f6b7af5af7e9cf','6f82adca800e536695d4abd9bfb5c295c18a48db',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','vi.json',NULL,8144,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2955,'661194dae0a47b2a3976516c051b20391d88be68','eae33d448c2d77ba64a41268549e46164b181231',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','et.json',NULL,8469,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2956,'ab91da6b487c86b94b1ea0bbbd8a037263d01383','9833332730c5a93d4b2d41eac907dc0d8f6f1ecd',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','nb.json',NULL,8441,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2957,'d41e53a16fa8aa58928ac531efd7fc7b5539abb0','e253debddaca6fd9deaa029f64829fe4120d5391',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','fa.json',NULL,10557,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2958,'1f9ac7d8c8e73e0587193fd96e8bc08608cd8e8b','d985d0c96bee85d098cb702a43a90fc4c99f6fec',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','ko.json',NULL,8535,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2959,'61fb0c1f2c4df3991d8cf0fa5a57db30f592fd0f','602c4d18ff7ea5b3ce733551fb08a9f110763189',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','de.json',NULL,9260,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2960,'4d1bca03d5b1ca38a9710294897effc566fdd907','1c0efd4c8e42e02db5e14403d212d1484c569ab7',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','lv.json',NULL,8972,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2961,'f0bf5e478b4c58f1eaba4e2a8138ac4e72738e7e','8a717d56b0a4dc41da5c129f5e304bb0551146b5',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','pt-br.json',NULL,8862,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2962,'bb3733f7b4aca2058df8d3081fb17d88ef08f143','4cc9f2d074481d06944b788aa406d190b1815410',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','bg.json',NULL,11321,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2963,'5d7e67eadfc39c0d836e94aac1ce709723942ae5','07b56951d9051e7e18c676fc0c462e8a28a60227',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','he.json',NULL,9594,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2964,'3578d10af100e5929e68a95b74c079cc99584925','7684ff1a15149ae013eaf4f0daeb71336d6e461b',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','it.json',NULL,8898,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2965,'f3ffe1061eacdad478ce6816ccc9a703879e3e0e','1e695b06ce4285cd2c8ff9650b38ff6d4d37ac71',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','fi.json',NULL,8692,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2966,'cd471cb38f644d9f5a072fcaba09db9b24bdc333','58cb1d2e7fbdd022751237f5a4e446591b3adcda',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','gl.json',NULL,8963,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2967,'acfacaec34888f15389f3cc950e3909675d7a7da','57a5a5105b59a1a00c5128c753c05118d9dda02f',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','es.json',NULL,9109,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2968,'cb5f502510961469ceecc9d63c3f1293587a98bd','12781e2d0d711e04cf317e021bcb9c34adcb5da2',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','sl.json',NULL,8709,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2969,'578f97a1a0bc3fa81fae4e199ddf6131807ec843','c24b8f67cc12851ee708525b73a7f40aec24490a',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','ga.json',NULL,8231,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2970,'64a1ff570c73befe072755818a7b6c472afadbc3','76ce92c183609ebf07fa2831f47e7a8891340ca6',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','es-mx.json',NULL,8974,'application/json',0,NULL,NULL,NULL,1691069336,1691069336,0,NULL),(2971,'0d31c4ae44daaf8a364c835b671e74e18b4c57a5','21a0a0b9e61639d63f6bdbb2949c23721a8a9c33',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','tr.json',NULL,8897,'application/json',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2972,'111281da739cb835123a454086daee46b9ccbbdf','4dd855b8232ab6b4f3627dae611ea887c6b12cc2',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','sw.json',NULL,8501,'application/json',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2973,'aaeb5c057958f3ea1d3e700d3829d0426ca1e197','141f46c137fe52701e47e2fb9598d354ec8a13e9',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','pl.json',NULL,8863,'application/json',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2974,'d4696b05a4b08f9b33e0b9dd33a4346fe9ab70dd','31f0eafbc5030ee674b8292bb36b7d804c58a002',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','fr.json',NULL,8974,'application/json',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2975,'1f77c4a586d3f0ad02e12d96b3f6b7af5af7e9cf','3a1ee5f2ab1b790c6ac9fb07170f1104055f21b9',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/language/','smj.json',NULL,8144,'application/json',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2976,'aabb0ed84ed51831f23236c7b539a91dd10718f5','9301c0d284da4311691ea77848f6f179ca602f6c',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/','presave.js',NULL,1134,'application/x-javascript',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2977,'ec7e90a3f1d9d35d74fa162524cdb0845a048c57','74822adf1caa5566d4f3daefdd373797e1cfa925',1,'core_h5p','libraries',72,'/H5P.QuestionSet-1.20/','icon.svg',NULL,3739,'image/svg+xml',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2978,'e684a67af23fc024b49402912eb37fa1e68992da','fe9c203691ff44602b04c26145b3d9f6e7c1258b',1,'core_h5p','libraries',73,'/H5P.Shape-1.0/css/','h5p-shape.css',NULL,482,'text/css',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2979,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3b762ca970c2c8bc3811850ade80b2945a5b49b8',1,'core_h5p','libraries',73,'/H5P.Shape-1.0/css/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2980,'da39a3ee5e6b4b0d3255bfef95601890afd80709','33883ad9d605834c25a398945d9dea98d3fbdbd7',1,'core_h5p','libraries',73,'/H5P.Shape-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2981,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e3275807c5d9f62c2bf818fc16787dbdc2a8da7a',1,'core_h5p','libraries',73,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2982,'4eb7eac1f4dee9781604683f94b9c69cf1a7db45','4a3f38a8aaac451a42cc962bebc1b7f31d07a96e',1,'core_h5p','libraries',73,'/H5P.Shape-1.0/','library.json',NULL,806,'application/json',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2983,'02cdac952c6b07869269fbded2b5f615289e008f','80b148f1b35fb512b67e49487d979dd8bcbbed12',1,'core_h5p','libraries',73,'/H5P.Shape-1.0/js/','h5p-shape.js',NULL,2291,'application/x-javascript',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2984,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cf590fd1652d3c541daba6fcfdf1bd3b468feb1b',1,'core_h5p','libraries',73,'/H5P.Shape-1.0/js/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2985,'11786fa4c79d770bb78263db3bddf66e82392bd9','2378287f7442473522d440926b983fa9dd303642',1,'core_h5p','libraries',73,'/H5P.Shape-1.0/','semantics.json',NULL,9832,'application/json',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2986,'7ca01134dbf311f5522bedc984104f5f6afa09c9','eba99b4b8614b5058156c924da44d5babe205dae',1,'core_h5p','libraries',73,'/H5P.Shape-1.0/language/','el.json',NULL,1742,'application/json',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2987,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0abd80511d02f12ec9fddeba62711fa615e30ee7',1,'core_h5p','libraries',73,'/H5P.Shape-1.0/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2988,'8b92a210b1f03017dc3788a0e9693598ab40f528','5bbb7b3c15e1b3f193574bde32ad7dd2e7085b7b',1,'core_h5p','libraries',73,'/H5P.Shape-1.0/language/','km.json',NULL,1900,'application/json',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2989,'d33842cd69cfdb3050fd9430658fbbd276a6c067','f9f947efbda2aea9e9b87ddafe5d843a4138c630',1,'core_h5p','libraries',73,'/H5P.Shape-1.0/language/','cs.json',NULL,1559,'application/json',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2990,'c75bffe98ddace55fb8cada725b998e3bb9d51ed','36b2f0391544f6653c47e9f51546a27550444a74',1,'core_h5p','libraries',73,'/H5P.Shape-1.0/language/','eu.json',NULL,1574,'application/json',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2991,'1ce861f912e35501e99773816bf9ce48dea9cd84','800e4f01297e7adbc0fb3ebfe2edd7c8964d6b3c',1,'core_h5p','libraries',73,'/H5P.Shape-1.0/language/','nl.json',NULL,1488,'application/json',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2992,'81ba47585d5991d90cc05d2e8b6e34d65845d0ef','feed947c467f0141fc066eca32d02d4aee3b4720',1,'core_h5p','libraries',73,'/H5P.Shape-1.0/language/','ca.json',NULL,1558,'application/json',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2993,'d67a6926b64e077f1361a15c42f40c329432f778','2b2f42999cdbe808ecede301e39af0c4526f8852',1,'core_h5p','libraries',73,'/H5P.Shape-1.0/language/','sv.json',NULL,1497,'application/json',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2994,'d748a91cec24dd013aec6b11b9e3db7fc989fb79','c123b9db7c27c1640931156c408d4a88db73a18e',1,'core_h5p','libraries',73,'/H5P.Shape-1.0/language/','nb.json',NULL,1482,'application/json',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2995,'336c23d71a66f3be5f847852b56a029f7ba75f65','21a35d786875225ab4344141571c5afc3949a5f0',1,'core_h5p','libraries',73,'/H5P.Shape-1.0/language/','ko.json',NULL,1542,'application/json',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2996,'3ccb624b87ce9902718065bba6fa9ed9c4ff90a5','5d4cad63af54849e6919eb77f991bc0607b2adf6',1,'core_h5p','libraries',73,'/H5P.Shape-1.0/language/','de.json',NULL,1532,'application/json',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2997,'ef076d5896103dce3e1908d4efd014c4b44ac4ba','87d3c95a46d481af70b3a5a08a19c4809c95bc9c',1,'core_h5p','libraries',73,'/H5P.Shape-1.0/language/','bg.json',NULL,1795,'application/json',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2998,'310335c8ff9b34f6c47ae6ae418c8d731c570161','ac269363d26a9212d23e16447ef934715426cce9',1,'core_h5p','libraries',73,'/H5P.Shape-1.0/language/','it.json',NULL,1669,'application/json',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(2999,'cb7102f761e2113295b22576dcaa33338a40aae9','6a82c246ce81cb4a55ec88e2bb9d8ba45fa10e0c',1,'core_h5p','libraries',73,'/H5P.Shape-1.0/language/','es.json',NULL,1545,'application/json',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(3000,'76a0570f9c3c084fe47a29a482aa9c7da9a975ca','1b8f428f66bac08730d3e40bad33380321f6339a',1,'core_h5p','libraries',73,'/H5P.Shape-1.0/language/','sl.json',NULL,1538,'application/json',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(3001,'cb7102f761e2113295b22576dcaa33338a40aae9','fd4e883b4f62a097e181f76968d4bafbce2964a9',1,'core_h5p','libraries',73,'/H5P.Shape-1.0/language/','es-mx.json',NULL,1545,'application/json',0,NULL,NULL,NULL,1691069337,1691069337,0,NULL),(3231,'3b295d26f09ffd4b8604b4b1c44be624a3a8033e','d40895e185a106ddcd7a062c17a3822719af2f47',1,'core_h5p','libraries',78,'/H5P.Table-1.1/styles/','table.css',NULL,41,'text/css',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3232,'da39a3ee5e6b4b0d3255bfef95601890afd80709','af2f4d9f11bbc38199745a27c2f4a2aa6239dbdd',1,'core_h5p','libraries',78,'/H5P.Table-1.1/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3233,'da39a3ee5e6b4b0d3255bfef95601890afd80709','083dde16bd28df79a79f6374b910f935f0ebc87b',1,'core_h5p','libraries',78,'/H5P.Table-1.1/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3234,'da39a3ee5e6b4b0d3255bfef95601890afd80709','71319705388aa9313f3d70c95a91546b8c7aef93',1,'core_h5p','libraries',78,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3235,'0173e178a4326fa47852f480baa9d7a6b85d49e3','02a45f7a7f42559c9f980020464739c7e54af8c6',1,'core_h5p','libraries',78,'/H5P.Table-1.1/','library.json',NULL,385,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3236,'8ab9ef30dae257d0d6d6de357a650a0ad7284a1d','91f1490b08bc30b8985c0dc5e29fb3bf4272ac63',1,'core_h5p','libraries',78,'/H5P.Table-1.1/','semantics.json',NULL,532,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3237,'fec4c55d05e0e48d8bc3f0e02de72d26bd856476','690c558e0d6626f45f874a2ab2405f89e2526f03',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','sme.json',NULL,331,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3238,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2f46b1806257c8adf4d269963aff05aaf6e5ea77',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3239,'33a9f52c86d2becf1b6fc6ffa7b924536b41e0d3','430db4f2e279aee04b88113d7dda01b0eb42653a',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','ru.json',NULL,458,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3240,'ad9dafc0677654b62f31b55a1c15bdc964807833','0aba851a1390d17f33780a66c94f25f07e8285f5',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','zh-cn.json',NULL,308,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3241,'2be15a470fb639ab9f1b16f91d5317ecf743d6dc','c86d5e94c4aab5993a4c7568130211e316c1e106',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','lt.json',NULL,387,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3242,'b1929ecbe4fae7533df9022d75a123f5b29ff44a','23df1f0b17812423f3498b141832e707ccdda48e',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','zh.json',NULL,308,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3243,'19ef5d4515d7b5ae157a7d8d217cb710738e7e8a','32f7a4c1af43ce15de290e48df60054274a3288a',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','nn.json',NULL,360,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3244,'e5e6bf8536ade95a58384d2859551ccb197055a8','22e850a8a0ebc5b31028582c2fc5b3626706c872',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','el.json',NULL,390,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3245,'bf5bbd411706beefd98ac3559d353f004d983101','17678845144a54212ed9c5d7e31f8fcaf8d39922',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','km.json',NULL,531,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3246,'1c51495b717ab33a4cccb9843e878b8bbe6f7c70','55b6d65f54e9c850d57fcc9c7635c2a8425aa676',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','cs.json',NULL,365,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3247,'fec4c55d05e0e48d8bc3f0e02de72d26bd856476','6bf4bfe31d2072f1480ce69d6cc0ebce309db119',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','sma.json',NULL,331,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3248,'2e1d64f6e84cdd1305c0e95c9ebfa1b7d5694f00','3623ac058465fbee858a4d6648b16acc33135efe',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','eu.json',NULL,387,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3249,'c9d17a52b39c522a7884e748d86333342ffa6477','78b9082aefe92449fe946999dcef286e5942c710',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','nl.json',NULL,331,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3250,'c9e724ff0e17e20e801e0daec181a01143773ac9','2d442db7fbd318a8b8bf1f8facbce3f1e7874147',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','ca.json',NULL,347,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3251,'aedc3bc7773a2f196359e8a904e939b545c315a6','8809fb370596ef1431bb0328dc33c03d20d097cf',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','pt.json',NULL,358,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3252,'37428baae790cf1d96106963db634b8c44d1179c','f07d6938f43463e6743c323a9e66f7062d33b800',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','sv.json',NULL,342,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3253,'f8012b64acca7e2761214d9d645d56c2bb82c010','a86bd12e534ee89276a7a75e8f201a6ca7c9f235',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','ar.json',NULL,338,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3254,'9e414fc22bd914b06a19b8c11e6d870158a7a0c1','c937374810050d3d7d09825fcb4d709fd15bf98a',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','uk.json',NULL,458,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3255,'db659490f1ab844033f55940c3ad4c53cb065921','048139ee762c030de5df4767d35be67bc0140010',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','mn.json',NULL,417,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3256,'abd534acc650d5044f684c0e7d2ea00fd0893e40','de311e3ae45f0839d010be1e84d4853ad53671c9',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','et.json',NULL,335,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3257,'8b6938f8847fa19eb9b03a18006d52ef0585c1e7','459038d0df32a53f9065b5bcd28c9804cd56ec70',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','nb.json',NULL,359,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3258,'4e2162fcbf27d083d1dd070478463e703bf2067b','42644e932c48d03e7e035eacd59317d459ea212c',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','fa.json',NULL,334,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3259,'ac67b4a8e5e6bfb6eaf6f9d08ad2a7d1e9846ab9','4b0bff2dd2fc5548ae9a609a21dda51fce2c7504',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','ko.json',NULL,327,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3260,'63087e72b3003ca116a604bdba17ee2adc770261','a8a926d8d8037035c169bd954c292f8d2d77a88e',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','de.json',NULL,363,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3261,'23e82e09df540713e1627da681e2dc3ea7fc26a9','b3fb8c566cfa91119f9624eccc611383d26c9f20',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','lv.json',NULL,348,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3262,'5ed77a408b7a43eeba3c947e2985feca19717f5a','e48e11fb1d605f5ab8d091c8d3579d7367a8ffdc',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','pt-br.json',NULL,338,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3263,'396cbb1b550459ef3675e8ed88c9176aa23acf3d','61b69b3c12e14b11e633ab0243154b5d881d2bad',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','ka.json',NULL,431,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3264,'da52a43a48168933f6c9d18bec8f754ae8bdc86d','ae416a68922e71e60639bd0b60bdfa149bf5f13d',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','bg.json',NULL,418,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3265,'6106460bdc532354d59a908e5716494d618fc835','453273c9013215dd5c81056c5ece9664ddaf510f',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','he.json',NULL,396,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3266,'7ca9f7a5685900d4073be550ff498dc9b458c55b','91da13ba57d04d13c5e9ea670c969c5cd2fbd382',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','te.json',NULL,426,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3267,'e59d26380dba2b4fb71968ad1cfc840bc9a232b9','4c786807ae7b104dd2d18a4ea74ecd1707e4e539',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','it.json',NULL,365,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3268,'b76285fb025e24ba0b7f1636c11da59ee87cb7e1','4d30a018bd75f72986c6f534d8ff17611a5b2674',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','fi.json',NULL,372,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3269,'d91a074d3db919ccb10524f5270c1058d4a8e092','fe264913ab5532e473029c12555cc3cc570b343e',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','gl.json',NULL,342,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3270,'447c8d92cd71cc0f953ffe5254c4b6f47c8447e6','f2451ffb62e6c73cf1c8644ea14e6fa433e4b410',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','es.json',NULL,343,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3271,'0a4aee31f62da2ed4278232a0881a766dc42a3fa','bb1b32290015d2f56c08a08cd24a2ec4e85eac26',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','sl.json',NULL,364,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3272,'447c8d92cd71cc0f953ffe5254c4b6f47c8447e6','f2c9eaab8a7756b718ac33fa083839c0a07460f8',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','es-mx.json',NULL,343,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3273,'9b8ded2f9cf3b3269e3e20e9e63c2174508bc12a','4e0c6aa5705034baff20673a9c0f0ec531edcd54',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','cy.json',NULL,334,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3274,'836dfa8b0bdfe3baa4d973416400e58cfebe03a7','086d13506a6724b936e85250eeeca4aa4f8b560e',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','tr.json',NULL,359,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3275,'97a6e7542b9ecc5b7213fa625b71efe4ed378078','ff178bfe35f4443d5e059d12f1fdfb215af1504e',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','sw.json',NULL,389,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3276,'9503a24585076629b292d56fdb91d794b00b6503','92517c2b36f165e352c689040b7a1d11027a2ddd',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','fr.json',NULL,333,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3277,'fec4c55d05e0e48d8bc3f0e02de72d26bd856476','c094c3a347442e2a3439d1be5a0d1dab8d40dccb',1,'core_h5p','libraries',78,'/H5P.Table-1.1/language/','smj.json',NULL,331,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3278,'60b3276042f10f9a89e3097d8cf12acfe3f3d6ff','e849620f0a3c8e5d481b5aa15592d47af7726dd4',1,'core_h5p','libraries',78,'/H5P.Table-1.1/scripts/','table.js',NULL,688,'application/x-javascript',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3279,'da39a3ee5e6b4b0d3255bfef95601890afd80709','689ca18408147f129eb31f83dbce8bc09fc4d417',1,'core_h5p','libraries',78,'/H5P.Table-1.1/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3280,'d7004f83044fb5cadcf1185690b30d2905eb8155','f24d19d814e76f645312a56cc8a62f0d0c7de486',1,'core_h5p','libraries',79,'/H5P.Text-1.1/styles/','text.css',NULL,268,'text/css',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3281,'da39a3ee5e6b4b0d3255bfef95601890afd80709','24b58bfbd24ffff9312ec47b35825df290d51e66',1,'core_h5p','libraries',79,'/H5P.Text-1.1/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3282,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0b961cb09024e8f39707df6c483e604fbb1fa02b',1,'core_h5p','libraries',79,'/H5P.Text-1.1/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3283,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c69cffab94fcefe5771624025c76bde514b6158f',1,'core_h5p','libraries',79,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3284,'a74efd88c3c3f3cdc64d60f6614cbd13b5cb390b','f669ca51453d345df040acead2cdc367ab97f71a',1,'core_h5p','libraries',79,'/H5P.Text-1.1/','library.json',NULL,459,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3285,'48aa70129bfbef20430614c5b57510daa24a8129','f94c96105501216a1fe32034cd0b77967ad57b24',1,'core_h5p','libraries',79,'/H5P.Text-1.1/','semantics.json',NULL,301,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3286,'0d5ac850fb811dee4b4878259689a236e60ecfd1','510d0661254958776a0eb450f1ed663a313bc66a',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','sme.json',NULL,58,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3287,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a4c53f7e37acb8957e0046716402e80e6cad356b',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3288,'349c9521a23e6bfcbe64f2f421f499e5b4b43051','002c12c04377768468412c30770a15b7ac55d618',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','ja.json',NULL,64,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3289,'82b0a30d7ee4741b58c58301e779d04c400681d2','309032c3204955d9fc62a7cc9c1b0b916610141f',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','ru.json',NULL,65,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3290,'e328a2543fa5527649bfad9f9beca6a7b1a84a6b','4014bc2c41a45d98bd2cc2aedc2911e8d557ea83',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','lt.json',NULL,62,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3291,'2cbe5b062ac02bbc203d6e3e8f3aa333e0e2d1d5','3f0d20ea0f7412b956d03e2256e6a80bc422d718',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','zh.json',NULL,61,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3292,'f510e22377a03e12ae00d4aaeef5867cf9da78e1','edaf43af6badb9a6cede632b7cc33c04fb663349',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','bs.json',NULL,57,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3293,'f510e22377a03e12ae00d4aaeef5867cf9da78e1','fbfd1954732ac0e292eb8c8cc0de904d227707bf',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','nn.json',NULL,57,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3294,'f7da727c1a6ea64ec166440a46c4a06e483824fd','3d94e0d668620bcda9185d3e77ece1ccf9a66087',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','ro.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069340,1691069340,0,NULL),(3295,'ab6311355eea09473732e326681fb7c16d53f251','5702a12f59e01b45f547bcf1526ffb46bf76c070',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','el.json',NULL,67,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3296,'6bcee9b671dc19cdc90b30fcd712e03f3d32efcd','27ac829b5d74957e4ea76d81234435b2d60b6d4d',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','km.json',NULL,73,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3297,'f7da727c1a6ea64ec166440a46c4a06e483824fd','5653d28ec8d5e6f2693e220e98abbca3248a2698',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','cs.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3298,'0d5ac850fb811dee4b4878259689a236e60ecfd1','e4449641b45c2182fd5ac43a67dd67d8a7f809e5',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','sma.json',NULL,58,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3299,'f7da727c1a6ea64ec166440a46c4a06e483824fd','5aaae4cb80f0e1f4be41cfc42d9212fa9666b763',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','da.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3300,'30405578c9383a49431189a6e4176897d4ad6908','d36d4aae5d129c4f1a6a5fd9e36a108275e6d4ec',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','eu.json',NULL,61,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3301,'f795d3fa8cca3ea514d1deebef868f65e706e8a0','de04b49e77656fe58180676f174e5cfb476f0417',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','nl.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3302,'f7da727c1a6ea64ec166440a46c4a06e483824fd','3b842e284c29d97d4754d56098ccb99535f5dfb1',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','ca.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3303,'3ef75005626aeb0e05fe60d28d43659bb0c8276c','975fea760dc7466077d34c8500e87d7996922875',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','pt.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3304,'f7da727c1a6ea64ec166440a46c4a06e483824fd','5187e416197a3639e3491cff209cdca1dfb79220',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','sr.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3305,'f7da727c1a6ea64ec166440a46c4a06e483824fd','0976e24b68b6c616bdcd8f602588f3fe00816240',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','hu.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3306,'f7da727c1a6ea64ec166440a46c4a06e483824fd','e01b885723a34f75e08a0741a2c871e5573940a2',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','sv.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3307,'76349517f4532378a769e322f51a2abf72f81d0a','e2e899b1edd7d44c54fba299212f44873c31c5e4',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','ar.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3308,'82b0a30d7ee4741b58c58301e779d04c400681d2','0f3a3b21c63bba5f5b2d7363fa2fd6b8a1aa6b81',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','uk.json',NULL,65,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3309,'82b0a30d7ee4741b58c58301e779d04c400681d2','87c04f808bff34cbda96d326adb80fb81f8efef5',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','mn.json',NULL,65,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3310,'67cb8751bc2a87c22bf96ebda71fe6d021e45fd2','31e96e2c0763be7d887de5f616838f0a145716f1',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','af.json',NULL,59,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3311,'2ccf078f460e159c191594b7b58b314281378158','f9b031c283ae64fe296dc6db7602506e16894287',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','vi.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3312,'f510e22377a03e12ae00d4aaeef5867cf9da78e1','e138afef25e97104ce26e3bf80e7b149d8dbf052',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','et.json',NULL,57,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3313,'f510e22377a03e12ae00d4aaeef5867cf9da78e1','0074d7e90979afe34abddf97cbdae3a3398bb6d9',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','nb.json',NULL,57,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3314,'bf5e8b0b816189ed634e896eb5e4eb9338e8be5e','8c0059b0ad0cf6101b9debcf752404dc55723dff',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','fa.json',NULL,61,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3315,'e376ba9bbcfe6b2b2cbde798692455f297231351','e4c0caa5bdcb2f0590da793f24f8f6168efb5017',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','ko.json',NULL,62,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3316,'f7da727c1a6ea64ec166440a46c4a06e483824fd','f9eab4b15f869fd46859fd66460bf657df3dd932',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','de.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3317,'b40b362062ecf0d1929e5d739b63378c539c66d9','96b2f853cc0d6cae2e20704e30f0204ecc7f81eb',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','lv.json',NULL,61,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3318,'3ef75005626aeb0e05fe60d28d43659bb0c8276c','e5a37eaa8d97ec983447615c9ac67fbe4c812019',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','pt-br.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3319,'a3e72ab53fa870394a866c1497850c13c4c6885e','986472d57e0459986c573a0dbcecb8ca698365e1',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','ka.json',NULL,73,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3320,'82b0a30d7ee4741b58c58301e779d04c400681d2','3c186e154517662ee6b6b5476bf8370d835da874',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','bg.json',NULL,65,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3321,'602a94a74ddb46477f73d943de230fd8f00d1ba1','64573afc73c95f3d8b6d8705e6c403133f5b2776',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','he.json',NULL,63,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3322,'8d9bd343f08b3d161a6005ebbc32ef5823e3299f','c3420e0f685f64b8b1be0b5bbcaed93460c9d6d5',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','it.json',NULL,57,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3323,'4a50a9c390d53df0cfd048d9a263bdaccb13f6cb','cad46472aa0297b56dc42bc40f8a60d99c331cf1',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','fi.json',NULL,59,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3324,'3ef75005626aeb0e05fe60d28d43659bb0c8276c','ca8f5740cdb3c2c357c421ab954f9bdc3e6f525a',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','gl.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3325,'6da83af18e98b75adb0f2737d3d63f7b78a72f3e','f7d1666832ac40b48abd88d18c6dc7ff14367e29',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','es.json',NULL,57,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3326,'e2adbd51e27fe6ecca94f77a29dcf6593c4dfe79','0f5fb17560c4e658eb1c0434b0d947a47d4545c0',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','sl.json',NULL,63,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3327,'3ef75005626aeb0e05fe60d28d43659bb0c8276c','62e254164c63ccb8d111ad7e2cc4dcfa7dad786f',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','es-mx.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3328,'6c5f0fad9f9cbebaa3606047066f5c0d1b103b59','e62312bc303a8a43a4215ad1e1285bf1154ec984',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','cy.json',NULL,61,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3329,'44a1523e316ca97435e9f919ceb5c4b19aabd7fb','e97b196329959f09fdd6abd189f3f4700ede0f28',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','tr.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3330,'7324e2f721d2de3b503f7636e0a32aa8a9d9678e','0d0160ff3cb825f6df2ecda067ff997a7894e56b',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','sw.json',NULL,64,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3331,'f7da727c1a6ea64ec166440a46c4a06e483824fd','cb252293164ae6bf22d32a4c45c57199f3ce0b22',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','pl.json',NULL,56,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3332,'32c2780340015be28decbf6ae560b29a0ab57c43','2dd0bee1d9df49bef2d6e1be1b97e38d7b586264',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','fr.json',NULL,57,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3333,'0d5ac850fb811dee4b4878259689a236e60ecfd1','eb887943e3cd9d2ff89aa3f9a3ec3904831469bd',1,'core_h5p','libraries',79,'/H5P.Text-1.1/language/','smj.json',NULL,58,'application/json',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3334,'0c05e747970af692e49e1c552b30619771a6f9dc','b6b001d7616e13884c1fbc3cf194f66d14560885',1,'core_h5p','libraries',79,'/H5P.Text-1.1/scripts/','text.js',NULL,417,'application/x-javascript',0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3335,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d42207b2506de040bbaef4559f224c4f71aab9bc',1,'core_h5p','libraries',79,'/H5P.Text-1.1/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069341,1691069341,0,NULL),(3392,'56d41e060d241955e784ec39b97e45443bc311a4','6011c40171c44563d14912f80717f0861ebfcb3e',1,'core_h5p','libraries',81,'/H5P.TextUtilities-1.3/','library.json',NULL,383,'application/json',0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3393,'da39a3ee5e6b4b0d3255bfef95601890afd80709','87d49caeec237076cf9b145bccc8faf0d8ddecee',1,'core_h5p','libraries',81,'/H5P.TextUtilities-1.3/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3394,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1ac1c667d637bdfecdaae2044421b202496b5a6c',1,'core_h5p','libraries',81,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3395,'d979de83c74f93839f0fab0755f716d9618f740a','f0682cd1f24b6312412e696e1630032b9e7cc429',1,'core_h5p','libraries',81,'/H5P.TextUtilities-1.3/scripts/','text-utilities.js',NULL,12029,'application/x-javascript',0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3396,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7c4dff47b721f13cc7bda148174f5680289e1c80',1,'core_h5p','libraries',81,'/H5P.TextUtilities-1.3/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3397,'e61f939c0fafcda6d2606dddc721a2ce6df4aa3a','3a13534281f2ae251311003a4ae97b902a857f06',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/','library.json',NULL,545,'application/json',0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3398,'da39a3ee5e6b4b0d3255bfef95601890afd80709','96fd9ace9c4f88ae4dce76aa76dc443cf55fbe76',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3399,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0f80a9c98ce9c2c35292ae332fed8f27fc269421',1,'core_h5p','libraries',82,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3400,'3826705174ed8aa9c7b62b0fa67f62c6a4b0e5d8','2a64157992a6d384cc073175de0465216a85c123',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/','semantics.json',NULL,13289,'application/json',0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3401,'b44f51707e6aec58fbd7e82892554f52d300c658','e5075aa6f5ab8c46cca1ae024b9ae352a50e72d3',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/','timeline.js',NULL,4061,'application/x-javascript',0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3402,'0e2f23011529e3ce95e6b26e94b7cf48d128ab7c','407e4f23a61f2c6eb7e42e2778313752e0c246ad',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','sme.json',NULL,7495,'application/json',0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3403,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9e80f83c92caba218a5c4aa6bab34eed389c8536',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3404,'d1513a46f70b2c55bf9ff89e246c4fe4afca170e','9743fb646107a51e59d7900d3334275ddd6b172c',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','ja.json',NULL,8503,'application/json',0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3405,'f34f79632664bf2ebd5c6e14568eb36b8b1450b0','2bde7b076d58d35f578630caa9cf771fdce0d8c3',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','ru.json',NULL,8524,'application/json',0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3406,'ccd74bc1b2a99837c2c6a15c2ec2121033944c21','2a50dfffa4d99cb32a824174086dfe6a069c3a18',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','lt.json',NULL,7822,'application/json',0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3407,'147fa664de869ecf6babd2aa06b0b44d3dfdc690','d9cc57cd8de5d8d6e808e702fadc8c3e7e282247',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','bs.json',NULL,7669,'application/json',0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3408,'0e2f23011529e3ce95e6b26e94b7cf48d128ab7c','8ec6a026801565aff40058bbd031ca8692b64a71',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','nn.json',NULL,7495,'application/json',0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3409,'0e2f23011529e3ce95e6b26e94b7cf48d128ab7c','b750d9c8daa0fa059b081290ad6aff9facece774',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','ro.json',NULL,7495,'application/json',0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3410,'ce496ffc36027a14e5c6a344cb2c3cfb49b10275','b8a1963b2ddab8618ebe9270229582a640c7604f',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','el.json',NULL,9962,'application/json',0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3411,'0dffb50430cf3eb0aa3b6a063d7cc04f2904742b','e0b98a40109e1adb0b3aa70044782ac7f8d41741',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','zh-tw.json',NULL,7716,'application/json',0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3412,'1885722e05225237e4d3a30d90b2d18d9f78adb0','ffd5f33684627ea7d21f6610a6d5c6c04fade777',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','cs.json',NULL,7720,'application/json',0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3413,'0e2f23011529e3ce95e6b26e94b7cf48d128ab7c','269a171cebcc9503e014e620df37278f534ed108',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','sma.json',NULL,7495,'application/json',0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3414,'0e2f23011529e3ce95e6b26e94b7cf48d128ab7c','276ff3791c7b3043a13310dd5bf10dc06dd6cabc',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','da.json',NULL,7495,'application/json',0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3415,'1f8fb9580493fa3e57ba5d578a2ab61fd0d7c751','a262ac44d43994457c4cb48ff54bb3a71c305dec',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','eu.json',NULL,7814,'application/json',0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3416,'e9f485969f2feef7446e42fe6c5caf324125143b','b8e9c6b7fe70aa338deb18866a0ad967be4f7e6f',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','nl.json',NULL,7668,'application/json',0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3417,'0d1617eff7c9a1092130babb96d9f23b66ba9922','3bc2db199d6f89e248239d3ea142f8d456b12554',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','ca.json',NULL,7839,'application/json',0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3418,'da3cdb95dcb650f22822b7ec773b31dc4fd1f9d8','a9bcaa9c229f22dd9dc9defe9d23dbb8f954ce34',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','pt.json',NULL,7699,'application/json',0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3419,'0e2f23011529e3ce95e6b26e94b7cf48d128ab7c','daee9a8e7f3a1a6f0dc6cd801858df324e16f7a4',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','sr.json',NULL,7495,'application/json',0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3420,'0e2f23011529e3ce95e6b26e94b7cf48d128ab7c','fd163b005d43119ef6fcc37e84b86613030276c1',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','hu.json',NULL,7495,'application/json',0,NULL,NULL,NULL,1691069342,1691069342,0,NULL),(3421,'7efb9c01f644391dc21a844702a5ba73bf74b4aa','455b92e0f88e498ed0dd1d6e57444de3ccbb4063',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','sv.json',NULL,7601,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3422,'3852e576401f1cf16f8ed38be308d1391098a5e7','a47d88f699b118a3fac03a97ec6b16e655357c86',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','ar.json',NULL,9242,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3423,'ef4a48102c316ee13ad969af5144159e18f92a91','f7bf504518364ab775852630b2da62af871307cb',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','zh-hant.json',NULL,8155,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3424,'c17c9af52288527a9ae27bd50786942b245fddf5','5a78ac18e9647817644b8701d33d1fa370f9e2ad',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','uk.json',NULL,8496,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3425,'f7b0d1aeabd7ce72bdd8366b01592441d35b9d64','a54683bec0e008c1f2cfd54eae34d2605f3fa458',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','zh-hans.json',NULL,8383,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3426,'30569c37a8a676e0ae899586e45279fca071c801','61103667b4ef426aa560028dbd7ec94031ef7cb9',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','mn.json',NULL,8938,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3427,'e356332b65e8e0b428d018c11f2230f1ce52e670','c9f71be62cfba065cb4b738b3608dfbcfcb97d52',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','af.json',NULL,7502,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3428,'0e2f23011529e3ce95e6b26e94b7cf48d128ab7c','a1807d19b8c7bce882853ae82e46acd7281de3ce',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','vi.json',NULL,7495,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3429,'680f90491bd9c5c2623349cccb04e1bf1af76bdb','971052bab2cd4d7cc364bf2a7132a0df411ee228',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','et.json',NULL,7518,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3430,'1f29214de735b2d637d3c08e4b3e7df56780970f','bd86eff46ea3da09f100c1c8e44b526e57cc25ef',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','nb.json',NULL,7542,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3431,'1405d7fd81b1fc30a6ca978683c70e44dcc419c8','e2e493c519d1081da39e5303f096186387202fb6',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','fa.json',NULL,8333,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3432,'a1b72b11478db453351ae6a9c9cb281ddb05b238','c68b68cd0bfbddd6ba230410b39c446dfeaa22d2',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','ko.json',NULL,7774,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3433,'4bcccf414d88c8d3cf78023bc164faad74083ed7','3d97871b1dbbf510a8d5818eb863afe91d424242',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','de.json',NULL,8408,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3434,'cc5171d18e68e0df5f3e74ed234fa6e4be68c153','958e9c90e74d7912a35f80d358000e957938af31',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','lv.json',NULL,7774,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3435,'8cf7c0f0d3cbb301ae0a1a33236fbfc92e52020f','ccce04445f3d77f6fe96c702e6dd7caea28cddee',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','pt-br.json',NULL,7807,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3436,'928ae39fecb03a4f3c622054076f7bb3f58fec67','affe08dcd4f39af589182d962f3fb1bd37a43198',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','ka.json',NULL,10657,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3437,'1e7a8917816a200f45ee012179d68a744bed9d60','1c3f19756fe2789652b0e3cc8c6901d4257e8e3b',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','bg.json',NULL,8536,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3438,'d713bfd1a359e92a20a2ad6a9cdd6755e8dbda23','b8c9ccf835b6569448070bbfad7fb7987fa50ff6',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','he.json',NULL,8530,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3439,'926f061c88d0189b50ffcc4a6c3662f036fef858','3f909580f2d60674b64494b3c3f743ba4dd1f86a',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','te.json',NULL,10580,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3440,'aef95b81d6e180c09b072d2bd7382d184afbb7f5','8e4b8d0ed35c60d11105609c3a4c880531413d55',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','it.json',NULL,7750,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3441,'e7e72969c3aab46ed95d886eafc97f06fe9b47d3','a93633d9e4b03f73fb5f5ad0e18e4fa100d9c34c',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','fi.json',NULL,7876,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3442,'477818453ba180932cbb6c6f7d838f4abfc9055c','f246ec878be8ed639f60d35a7d7df3eb7aa6f610',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','gl.json',NULL,7741,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3443,'02d9c3dbd33b066d152d693806427130a9a3470f','c85e99408ff395161bea4ece1bd4ac085393a7f6',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','es.json',NULL,7783,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3444,'37de55364c0261e8b8c311217a8cc903138458d2','fe5f1cb51e7833d60d0b32886ac502e166221f47',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','sl.json',NULL,7703,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3445,'80b57bae0dd5e2171508c99962780cf5ff6b2fc3','e592389cf382e46ef3eec92a0321af3d932ca9c5',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','es-mx.json',NULL,7822,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3446,'6ab906afd20d38a6691ea356be999cd88944007c','df1121e2350306d57aee5c3ff04f0aa12fefcde6',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','tr.json',NULL,7844,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3447,'bab11b6791d25e7ec7b9a1aad1d7275dadbd5d30','18d8ae612dc45f7e038e0d56a85e8805e5bdcf8e',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','sw.json',NULL,8102,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3448,'0e2f23011529e3ce95e6b26e94b7cf48d128ab7c','7cf32240625d672705572768ee1873e5b7c2127a',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','pl.json',NULL,7495,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3449,'f57f2aa3f566571edac566143cf4204e5a4bcf6b','1ea68181130623f5c4a781b928b8182baf5225f4',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','fr.json',NULL,7908,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3450,'0e2f23011529e3ce95e6b26e94b7cf48d128ab7c','b369bd547527b8fbff25f90747358b351fa18f9a',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/language/','smj.json',NULL,7495,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3451,'00afc5d1f8c494a54c39ac81d14ffa22222f9675','6eaf70d681167b2b5564836b35736252dfa5c343',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/','timeline.css',NULL,3450,'text/css',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3452,'7235836363970236fefe023c53ba4d31da0c98e5','86c2e5561f254b0993312d40b96ceb402b0fe569',1,'core_h5p','libraries',82,'/H5P.Timeline-1.1/','icon.svg',NULL,2013,'image/svg+xml',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3453,'da4090a4ee27efa097a818066478a17db99c15c8','f2f3e43c3070469767de858a031414a6119e6d7d',1,'core_h5p','libraries',83,'/H5P.Timer-0.4/','library.json',NULL,348,'application/json',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3454,'da39a3ee5e6b4b0d3255bfef95601890afd80709','434229b3b5f9d1c945c29798700af5b97fda643c',1,'core_h5p','libraries',83,'/H5P.Timer-0.4/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3455,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8927cf43c6f9048e8fc15626bfbfb2ee774781e9',1,'core_h5p','libraries',83,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3456,'26813d7f57446d6cd7609abe99da524afdec20ba','1a9b085f7fd4350c83b6ba2c6b8a8f2dfb2cbdde',1,'core_h5p','libraries',83,'/H5P.Timer-0.4/scripts/','timer.js',NULL,18673,'application/x-javascript',0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3457,'da39a3ee5e6b4b0d3255bfef95601890afd80709','91fe81ee8d205a2d2a569d44cb0c7a3a9e60cf74',1,'core_h5p','libraries',83,'/H5P.Timer-0.4/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069343,1691069343,0,NULL),(3519,'e7330ea9c19dd22537e686b4d6c2937dadaa36d0','f8ad8df7d46c973c2f17bc447234434620749d25',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/','library.json',NULL,474,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3520,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ff0115bbf15735346cac26685300a0dc5b8d6f91',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3521,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0810c9c60a4f8d2e638bf397e8489be32194c11c',1,'core_h5p','libraries',85,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3522,'5981a48b0fe27f25ef1e9b95d163c9dd930d7889','9816b2ef060523d007fd687545e45315f624e452',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/','twitter-user-feed.js',NULL,755,'application/x-javascript',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3523,'0b882c1379381fdbe4384104eae0e8319e9f123e','78c095c68d8f8afa7ae43df76dae17d1b6081de8',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/','semantics.json',NULL,457,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3524,'1bf1854bf479ad15127f00ef2d09fd2d27015802','d63f2a0c1e3a3a5a1598132e8bd22b6678831f6f',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/','twitter-user-feed.css',NULL,88,'text/css',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3525,'58935707e4a07b2f2031d2a2d5ec2d46b0207225','7b11ec71f3799bcbced30faebd6b46b48ec52558',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','sme.json',NULL,230,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3526,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f517e34a61c0e9cb04086e32a4f7e1a59ca7386f',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3527,'8c9fe923ac83846fb3bb8cd823bae35b443a5697','d4e3f63fbeac695245498c41d9955fb224081499',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','zh.json',NULL,276,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3528,'398fbfe39eff5652ff518fa5d720d0df40bae543','a9b93e9d4f061cca6b17cd7cbca68cab73b6a437',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','nn.json',NULL,231,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3529,'ae59158cb1cfbaf77b4a4586ca4ba74649967326','d675b26c4b538d60770e5486eca4f7b22ffa8df9',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','el.json',NULL,363,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3530,'58935707e4a07b2f2031d2a2d5ec2d46b0207225','d6186a85ff4ca03e5e96e1b84c3f634afa44f5df',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','sma.json',NULL,230,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3531,'b74b4eb28327dc09170ed5dc9f915648af8c4683','142bc36d181fe2f1257b3eebfa69c0ec57f01843',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','eu.json',NULL,246,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3532,'d0f75c2ede0654ac2e8f29af90ef1b2213d8a840','0c0a427cfd20351496406848d26460ea20720c77',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','nl.json',NULL,245,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3533,'0c94c4e8610b7d4403b3ce1ea0c443460b614fbc','dc587cbf077fa49f7b5b83c9e53fd27ac48bcc13',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','ca.json',NULL,239,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3534,'b5687c52c4e26479f75dc830762ec60b8d49432f','01ddbd49d5c9dfe33e900c81cfdafe62413aa40f',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','pt.json',NULL,241,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3535,'bfd4d87a80c6d3e4ce78507bb116d931bf0e3762','57521d6aab50592688dffb90d7f5fd4f8d4772a1',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','ar.json',NULL,287,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3536,'dc3ca13d72d9661de47092940b5da392474b92c7','23e2bedc652c323e2dce49ad7288644df2d05f0a',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','et.json',NULL,227,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3537,'b172a07ed11dcf8672b2e84e4ac456d53211ce65','f4b8ffea5b8350956f273f8a61fb33e88e34dc58',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','nb.json',NULL,239,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3538,'ea4ec83d5767aef72cda9cdd1c3f0c052864ce6b','8abc8d23508b92dc4e6c76264ba025450dc4d53a',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','ko.json',NULL,226,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3539,'48f18cc3995adf7ac4fb66255543d543aff51137','253b065d1159768c2e313923276724f76e6a2ccb',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','de.json',NULL,235,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3540,'59af01a3475f4b0d2e828250f0742c63f6a3f1cb','7de4dc4991102e5b1903a29e4481288821d67d2f',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','lv.json',NULL,234,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3541,'c53ef1c55aeaf1f837116bdbe97fcede6efeb651','83abc71d88699698b80e285350448e529f0c0acc',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','pt-br.json',NULL,255,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3542,'becb307bc328d210e5f6dcadfb10fad6478cc36a','d32e83cc4b020217d13d224403a8aa904897c853',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','ka.json',NULL,444,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3543,'2bcf95a9f1dc2babb0ff4360543188927288c20a','8025fb7aaeeb6e8c48f796ac500a2fafab706cf7',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','bg.json',NULL,364,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3544,'cef810617283125f3d1ed75097231b29c575cbfb','3e59b287357c30770a3df05966da9cb30a34ca17',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','it.json',NULL,230,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3545,'a898ff20615db4f41d9499507c5db9199948245d','f16d98b2c247b9844e647292290b2910f11f8023',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','fi.json',NULL,261,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3546,'2d4c4830b38616c4d624b494500de0281b31904a','67cc09385d7d83e53c9a1cc419aa92abe6aa6d4e',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','gl.json',NULL,246,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3547,'9317f1788318aba55daa88db491c060fec31ccde','5555f44628a1f1af03b922ca33416bc60a51d19f',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','es.json',NULL,253,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3548,'e26b666ab6dd8a8ce84f4228d394db9f16ebe6cc','44a65f71f2f91bfc0fc64d28836ed4b12cae6de8',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','es-mx.json',NULL,253,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3549,'9ae0bc555a910f2b314310001805f4636651f779','9ba5c513e5ebc1a2dc9343b5a9933d84790c6bd5',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','fr.json',NULL,246,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3550,'58935707e4a07b2f2031d2a2d5ec2d46b0207225','59f4b41b493ed632efcd918f325e4b7d46242185',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/language/','smj.json',NULL,230,'application/json',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3551,'d0200b90b1ecf7ef951f4b372ce40d0e747d7947','d8448d57296fb7715b57ef6c1a0d2656cb9e2a2c',1,'core_h5p','libraries',85,'/H5P.TwitterUserFeed-1.0/','icon.svg',NULL,1925,'image/svg+xml',0,NULL,NULL,NULL,1691069344,1691069344,0,NULL),(3612,'c4a83137f602de9f71a766714c59a2e929061210','40bada1e0b8921265598eb6519228e99ef806466',1,'core_h5p','libraries',87,'/jQuery.ui-1.10/','library.json',NULL,343,'application/json',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3613,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a356e39b0f00b4397e0cad1937f1c74b32ca413f',1,'core_h5p','libraries',87,'/jQuery.ui-1.10/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3614,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c66562e72fe5f0bd925adb6d032930bac13f7b15',1,'core_h5p','libraries',87,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3615,'e7d1efbf2bea9c155832c1a681b0ad96fa46430f','fa7e0664ef68bd46ed9f370aabbed489d06d83f0',1,'core_h5p','libraries',87,'/jQuery.ui-1.10/','h5p-jquery-ui.js',NULL,548958,'application/x-javascript',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3616,'a9bb131c4acff0d07fa7b7f21bef05179c28d13b','64c29276d1722abd49ba1c794bb38522330f63dc',1,'core_h5p','libraries',87,'/jQuery.ui-1.10/images/','ui-bg_flat_75_ffffff_40x100.png',NULL,178,'image/png',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3617,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c8810ccc8c779c01cdabc2ef19c7f4db8c222d5d',1,'core_h5p','libraries',87,'/jQuery.ui-1.10/images/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3618,'81c93136c68e35251a00b02f696ad68bdcae580e','44104006b44b2aa9ae1f9b0382c1d56bca3a4d52',1,'core_h5p','libraries',87,'/jQuery.ui-1.10/images/','ui-icons_cd0a0a_256x240.png',NULL,4369,'image/png',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3619,'4966153f5260cc8b5b9ea3afd5bd6b0dee5bc7b1','1f694d6f80380801df7bbceeeb2146101c8012a3',1,'core_h5p','libraries',87,'/jQuery.ui-1.10/images/','ui-bg_glass_55_fbf9ee_1x400.png',NULL,120,'image/png',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3620,'6140799c338f9fa5ccce4fb29346512806462a60','87dc0b21e695a13bcaa07d5eb610462296150643',1,'core_h5p','libraries',87,'/jQuery.ui-1.10/images/','ui-bg_glass_95_fef1ec_1x400.png',NULL,119,'image/png',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3621,'af6008353d9a2305e5d259fa2bdb386af303989c','a6844bada21745f37400d0fa84d49ad19e04804b',1,'core_h5p','libraries',87,'/jQuery.ui-1.10/images/','ui-icons_2e83ff_256x240.png',NULL,4369,'image/png',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3622,'53b50999c4c9838a2a2a190b54203ab9c6acbb21','6c6b2ca5e5581acfa091886069dfe913dcd4df2a',1,'core_h5p','libraries',87,'/jQuery.ui-1.10/images/','ui-bg_highlight-soft_75_cccccc_1x100.png',NULL,101,'image/png',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3623,'00e4f026ff6a9e00f95f249d857d8cd5a584f266','c302484acea5f80516b93b5ba6cdd78f4a80c6fd',1,'core_h5p','libraries',87,'/jQuery.ui-1.10/images/','ui-icons_454545_256x240.png',NULL,4369,'image/png',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3624,'11e9ed5a7db83cf86034068e4f6de4c2f273f0c1','fe89296b7a3a254b322af5d755303a52c37eb8a9',1,'core_h5p','libraries',87,'/jQuery.ui-1.10/images/','ui-bg_glass_75_dadada_1x400.png',NULL,111,'image/png',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3625,'1f12bac718a6275823d9805cbe6bf6818838aa8c','5c5687c2e185efa50e1ebb89926158f8f36b8db8',1,'core_h5p','libraries',87,'/jQuery.ui-1.10/images/','ui-icons_222222_256x240.png',NULL,4369,'image/png',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3626,'16fd304b0511eb4792545ff12a53c9c19f98fdf7','11cfb2c7fdaf7f5f78d88d62c06a6ac708684898',1,'core_h5p','libraries',87,'/jQuery.ui-1.10/images/','animated-overlay.gif',NULL,1738,'image/gif',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3627,'7e5c99e9f0113ba6b63c2bb408b8347191316cda','ce842ec99a3f53ccaf7f170a4dfa52ac8d0c5111',1,'core_h5p','libraries',87,'/jQuery.ui-1.10/images/','ui-bg_glass_65_ffffff_1x400.png',NULL,105,'image/png',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3628,'c81ea6fba4db897df599670c6bf3b3b5764d4e54','66f30ed4f752503dbabcd9aa16a22e89f28b55ed',1,'core_h5p','libraries',87,'/jQuery.ui-1.10/images/','ui-bg_glass_75_e6e6e6_1x400.png',NULL,110,'image/png',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3629,'da1c9bf45bd3644c2ddffcd4f631108d80e6a6f2','e2fb5a5fa87015f77ca4249399beda36f6540078',1,'core_h5p','libraries',87,'/jQuery.ui-1.10/images/','ui-bg_flat_0_aaaaaa_40x100.png',NULL,180,'image/png',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3630,'ffb3d9cfd842bf9e23f126a9dcf6546a7dfc5701','1ba303f096e1c70981a551e98b78e03bdad00398',1,'core_h5p','libraries',87,'/jQuery.ui-1.10/images/','ui-icons_888888_256x240.png',NULL,4369,'image/png',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3631,'9ee426245326f4021e557de2e5c3d7b4c3815f69','1dd91b4b247c0e4a27b4b681cb995ba5f795f1fb',1,'core_h5p','libraries',87,'/jQuery.ui-1.10/','applied-patch-after-updating.patch',NULL,5410,'document/unknown',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3632,'495218a069d11b9db5c37a9e75b799f2443607c0','d2d3c0dc8d592d1bb44b500dfe2b7e8bdc397b16',1,'core_h5p','libraries',87,'/jQuery.ui-1.10/','h5p-jquery-ui.css',NULL,37454,'text/css',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3633,'37d9201347e345a64de4bcdf2750bfdd9f24841d','ee8eac468b9b56629752a6ec1b84455a985cd686',1,'core_h5p','libraries',88,'/Shepherd-1.0/styles/','shepherd-theme-square.css',NULL,10286,'text/css',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3634,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8f93b8b9525646fb259948a05ed173cb9c7aa184',1,'core_h5p','libraries',88,'/Shepherd-1.0/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3635,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2be814cad958fef14ddfdeb9d3de115e4b2e3d7a',1,'core_h5p','libraries',88,'/Shepherd-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3636,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e7c595cb15a3860ec9892bc2f309868745f3020b',1,'core_h5p','libraries',88,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3637,'589a18d1efff1a9dfb7710ccc92a01ad239b34ff','1b9c5f3a9510f9c43cd3e435d58a4efccaf29efa',1,'core_h5p','libraries',88,'/Shepherd-1.0/styles/','shepherd-theme-arrows-plain-buttons.css',NULL,9807,'text/css',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3638,'5c6b93a7da91274e8b3f2497694a0a6833210f38','800d492db0b99e178432da0ba8a830c14bc80bbd',1,'core_h5p','libraries',88,'/Shepherd-1.0/styles/','shepherd-theme-arrows.css',NULL,9698,'text/css',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3639,'e6c41ea4e6e8f5455a8afabc203ee136eebe6f86','19460b7e8b24013e49a8079a7647e0671ef58fee',1,'core_h5p','libraries',88,'/Shepherd-1.0/styles/','shepherd-theme-dark.css',NULL,10153,'text/css',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3640,'85bcff90b8efddff9cd9c9dba64523b66895020d','f37853922fb45d1ffe5a58f312b0cf16a7bc00e0',1,'core_h5p','libraries',88,'/Shepherd-1.0/styles/','shepherd-theme-square-dark.css',NULL,10541,'text/css',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3641,'5d52315456bb082e55c901a464e679098d53058f','484df0dd7e13d396e5733f921ad388aebb32f9fd',1,'core_h5p','libraries',88,'/Shepherd-1.0/styles/','shepherd-theme-default.css',NULL,10309,'text/css',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3642,'bea3e4957b84ce93d14ba6a457976493de4ef4bb','554a7ba9d106e1a738d78c90458a8c9e71ac579a',1,'core_h5p','libraries',88,'/Shepherd-1.0/','library.json',NULL,621,'application/json',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3643,'b8a7e15a3448ace9f807257ae2b95bf768786890','3ccf3f6be42275d4b3e54200d4d39c39299a5e75',1,'core_h5p','libraries',88,'/Shepherd-1.0/scripts/','shepherd.min.js',NULL,9633,'application/x-javascript',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3644,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9ad5165b140e71949ac5453c19332ee0a1cc8461',1,'core_h5p','libraries',88,'/Shepherd-1.0/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3645,'4ca80d782350b44fc5d958e69326409f3377897e','4334aa8785b99c599351d8a441388b9f8707de4f',1,'core_h5p','libraries',88,'/Shepherd-1.0/scripts/','shepherd.js',NULL,17828,'application/x-javascript',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3646,'4c02e993cdc345d428bfe41afa8a5676e7c717b8','7623e7e927fa90bb38b4dce771692e4a6e1979c1',1,'core_h5p','libraries',89,'/Tether-1.0/styles/','tether.min.css',NULL,237,'text/css',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3647,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1dac20be8b5a24ab94040f672f26d676e8672917',1,'core_h5p','libraries',89,'/Tether-1.0/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3648,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8b2e3644e0cf2928b621f9d0bbde01b11e035cf3',1,'core_h5p','libraries',89,'/Tether-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3649,'da39a3ee5e6b4b0d3255bfef95601890afd80709','48a3723f85f79c164ca054a609ba26565fcc9f15',1,'core_h5p','libraries',89,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3650,'2312878c3a52d307bfa82358a872a08159d99c36','7f29fc596baf61333b6269af8ebe014dc808d148',1,'core_h5p','libraries',89,'/Tether-1.0/','library.json',NULL,540,'application/json',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3651,'4a3ca8afa207d7a2a1144d0f8b9bc118bdd97450','52dbd78bd928e8a0722e9ef38084ca7ed0737c1e',1,'core_h5p','libraries',89,'/Tether-1.0/scripts/','tether.min.js',NULL,22958,'application/x-javascript',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3652,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f4885269eb9f8435224788980ee616fcf73a4234',1,'core_h5p','libraries',89,'/Tether-1.0/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3653,'ae9da0ee2de149ff3e2dd7e0a90823546408d8ed','3efee69d1bcafd710e50393261ec2c9d693a24fd',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/themes/','dark.css',NULL,73169,'text/css',0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3654,'da39a3ee5e6b4b0d3255bfef95601890afd80709','42887589db4346844aa6cf0703bcf17f1f1d7eb2',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/themes/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3655,'da39a3ee5e6b4b0d3255bfef95601890afd80709','149fe93562a19d3d7d2e2d10486014547b942ccb',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069345,1691069345,0,NULL),(3656,'da39a3ee5e6b4b0d3255bfef95601890afd80709','777afd05c562a02de2ef50e4e6ecff07bfe49de3',1,'core_h5p','libraries',90,'/TimelineJS-1.1/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3657,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d5fabad1c4b8e3cf6ca2d3c33b84494edbe60dde',1,'core_h5p','libraries',90,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3658,'287c245497bfdee35a0811c553560bfd35b4896f','b0337f8baa3ba1644348824870d65df04fc91cca',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/themes/','timeline-dark.png',NULL,16624,'image/png',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3659,'2db31408741c5e51face04b33d1dfa10f845c03d','95ab0a0cae94abbe2008f839a86083c68013e56a',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/themes/','timeline-texture.png',NULL,41036,'image/png',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3660,'3c0823401d9c42f6b5b2981328d44faadd9798a2','9e3e68fa7392971f95931eafa67d202be554392e',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/themes/','timeline-dark@2x.png',NULL,41706,'image/png',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3661,'628be2afc74022601111a9c00a08de5250029def','de66bf82741b13eb84401b4a42c3108ff8d579fa',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/themes/font/','SansitaOne-Kameron.css',NULL,1934,'text/css',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3662,'da39a3ee5e6b4b0d3255bfef95601890afd80709','32abcb28ef50454f0c5ea79e8d3a6af20caf5143',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/themes/font/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3663,'cc993eeb71e01c5ec5521645c759218f66907a83','b9f8ebedb240f2d6bca2c6733bf5eca51a6be435',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/themes/font/','Georgia-Helvetica.css',NULL,2028,'text/css',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3664,'a888fd0aa5f6a2cddae30785b453e9e0be3cd6fe','61add0c6b118125a023e971efdf3618401aead2d',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/themes/font/','PT.css',NULL,2081,'text/css',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3665,'8dafca47cb41dd4fe368523ebda1319d679e032c','c771ebe7ebfd48101ca24072ae0a24d1ebf98f7b',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/themes/font/','Lora-Istok.css',NULL,1973,'text/css',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3666,'f45b5c60dd6651d8fdef448e5cd2b303b9822593','09be9ed39dedc037232ca6850c5325aa5617ac54',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/themes/font/','Rancho-Gudea.css',NULL,1947,'text/css',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3667,'83eaeb1af79cdeab7f927fca2fd3dbb0788eb826','f5d88071b18ca5d4c8fd881995fd9affeaa84ba8',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/themes/font/','Lekton-Molengo.css',NULL,1957,'text/css',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3668,'f2b973f19fbfd3723053523d3b9d8ff8a2460549','5fcc45606bc14b25e9fcb30c8967c851097b7bd1',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/themes/font/','PlayfairDisplay-Muli.css',NULL,1949,'text/css',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3669,'d24a7432cfd74abefa22db1711ca86b07d2407ff','13f1dec30dbafb9cf29198926b45ff4a9f67e5d0',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/themes/font/','NewsCycle-Merriweather.css',NULL,2124,'text/css',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3670,'9c417e459ffcc0ad3fa7115c049ff7e6cde876ba','679afee704c8d7d21f1ae49c26f7753d57eb941c',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/themes/font/','PoiretOne-Molengo.css',NULL,2135,'text/css',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3671,'75f2be08f332f08f5cca50503063d84ec339cb30','a5b7baf08950805cf9d10ab06a63d3d59913d296',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/themes/font/','Pacifico-Arimo.css',NULL,1949,'text/css',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3672,'dbf9689fce24b93353c7f511fa6f029ca6099aa7','95946621c3de99fbd817c093239b71c0f1bab674',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/themes/font/','Merriweather-NewsCycle.css',NULL,2121,'text/css',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3673,'3eb2dbc5d60964e8af732e0e4c574a19522c997b','5f7835fb03119197994aeb8d4276e13db31098ed',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/themes/font/','Arvo-PTSans.css',NULL,1939,'text/css',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3674,'0d066e46187d515300644a47e100403f4b2ec305','d27aafdef0a08e6b183db4a84e3ad7670c1169b8',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/themes/font/','Bevan-PotanoSans.css',NULL,1986,'text/css',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3675,'9a687d8be9e441785d9208a8d8348954d82f01de','713b705458cfb6374e8682d6b18b60fa42670f3c',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/themes/font/','BreeSerif-OpenSans.css',NULL,2179,'text/css',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3676,'f4eabff80e1be6be967f8c1932803d6b18d1f703','54ff82423d6241b9f66969c3a4a88c18c2f9955b',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/themes/font/','AbrilFatface-Average.css',NULL,1936,'text/css',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3677,'cd2daba3d80e2341ad585ffb65df677f88a2378a','4840230eb09f996793708ed1236a995db59b9f6a',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/themes/font/','PTSerif-PTSans.css',NULL,1971,'text/css',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3678,'6b33b35dc57cdc5e93333a1fc287fb3994734ab3','403f0a913b1fa161123add7966712a0adadedb72',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/themes/font/','DroidSerif-DroidSans.css',NULL,2035,'text/css',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3679,'cd93bbb409adac0c2c2070e8032abfe82d586b83','4bf2320e924b0960d60ae9a927c4822a6357463d',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/themes/font/','NixieOne-Ledger.css',NULL,1926,'text/css',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3680,'b0c89475447d25c94cafea710903f6f1f54f002c','6d824e6ef246373005c2cc929277bbd250ed6d54',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/','fancybox_sprite@2x.png',NULL,5996,'image/png',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3681,'0d248ec0e528a005e139bf3a946254a81c16e55a','1cf678c78351a6f4541ab9ec328eaf5a721f0e43',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/','timeline.png',NULL,15922,'image/png',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3682,'da5fdd7cbb80ca9993cd7f40c66dfb9bad2c3917','05a78564a35bdb7719572dbc8c6c058acede2119',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/','timeline@2x.png',NULL,41018,'image/png',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3683,'2daeaa8b5f19f0bc209d976c02bd6acb51b00b0a','e1426313b582cda00f0580832ccb1e5a42cf6b57',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/','blank.gif',NULL,43,'image/gif',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3684,'ba9d4f0fd272574cf3a414171a386d71a0d5ad56','acedb27736c5380d809d5ffc23e32e253cf74f7c',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/','timeline.css',NULL,69696,'text/css',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3685,'17df19f97628e77be09c352bf27425faea248251','0759f1d8464294108f9a8ba36f1317ec0af95334',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/','fancybox_sprite.png',NULL,1362,'image/png',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3686,'eec84b88f84ce22db6c6eebcb9c248c641a84538','676e6ab11e795fea1463bcc9d237f2edc00bb899',1,'core_h5p','libraries',90,'/TimelineJS-1.1/css/','loading.gif',NULL,6909,'image/gif',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3687,'6b11b9892b12cfebc71075851e15c0786ee74bb9','7432d8b878e525dea52afd75b3c2c78e3c63aea3',1,'core_h5p','libraries',90,'/TimelineJS-1.1/','library.json',NULL,435,'application/json',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3688,'76883c7c437b438af76c737330f63a1b7a162230','6c9ae0403cded22f1c236f985ef51ad81a57e406',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/','storyjs-embed.js',NULL,11325,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3689,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a28ef818cb6a5f9500b5255cacd6de8fe8e8b6a1',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3690,'b9b53776bd16796d998a381d0649bf80b720be43','e481de4668a7918942f249ce018b2203fa8d90c4',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/','timeline-min.js',NULL,191105,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3691,'31c1ff75169d04a5809faee4f870c1fe386d8f5e','578ac3c213c4fbf1af72c9193d9ebde998a96ef8',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','it.js',NULL,1499,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3692,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f1b5c47f4b228753bb7b1077259ffc8703359339',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3693,'7bff3ec67d4eb41f49ad03038e9d7afb1e604def','283b3a286aadceb09f33d035a10fc0873592bdce',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','pl.js',NULL,1512,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3694,'a51b2ba0db1e89fec4c59ac1f358c929fd65816d','4cd32182dc3c93b57a528783fa0567db1c9edd9a',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','te.js',NULL,2210,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3695,'f057aae92da576bc41208283218696670e691a69','4cf61bcfce13f9fe8dbac9237183a53c8889738c',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','lt.js',NULL,1596,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3696,'6dacf66aadb12d7b79e9b44c3ce9f94a68b6e0a2','630dcff932603429a76ed2a78620ead2f2fd6925',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','uk.js',NULL,1746,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3697,'0219a7fd61e2a32306c7486f6838c665b969df8d','5caf558db8837ca06b8e51c963b9c87bd62a648a',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','th.js',NULL,1797,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3698,'439d36847556b1cfc80d25e2c43ec8b3034440d9','0e770513d39895d47052777f433e8238d3dcfea5',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','ro.js',NULL,1519,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3699,'d1941a19eafefa8a808c988e565b04ce4f46994b','60c7cc0bc744b8ac52f807fa56437d32969e352d',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','nl.js',NULL,1460,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3700,'c1f40cd53d8f7cac610a022bf358eb68be0b337d','62cb9b7c67ac68592cf19f5b7bd6a8008c905b10',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','ar.js',NULL,1833,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3701,'13795477a42605e82c4ea31de81cb0816bf5bb93','321ebd037953305c7997f4d12590a921f6739506',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','rm.js',NULL,1496,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3702,'35b88afb3c7427781a3ad46c7bb05fb8340fd474','cbb34bad7e604d331f3cf998dc4063f5f1c4643e',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','lb.js',NULL,1501,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3703,'0ae7ff980bdf4ce829b727c3841d513732db4ba3','797555d9232307b26b5299bb1d9a0e7342571e60',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','zh-cn.js',NULL,1514,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3704,'57cb5227462ee1c8e34aa9d0d1c3e4bf43a4e6fa','e6a5f567dadca5fd913a6aaf1484dd77b80e6bf5',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','iw.js',NULL,1821,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3705,'4eeda1a0824084b367fe4010a4db9e7ad223c468','5c7d34cf7f16ffe72695782b88597d5fd9e3a61e',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','ko.js',NULL,1484,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3706,'a6adffb0c5ef0247167199bd07b320a1bb38ee2e','72a8cf54bf98d2465a9749a78c8432d33dea17f3',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','zh-tw.js',NULL,1562,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3707,'09866b887978765602136047ba610bb05599402e','7ac839097d48378b6fcdd737340fa2ed64d8201f',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','hr.js',NULL,1442,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3708,'7ae079980d2d813a940ef6fb5fd3e6fd1221e13b','19f40f94f4d770f52593837eced0d6f26ab96329',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','en.js',NULL,1486,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3709,'b51ae71c5354cf05ae4aef3ba0179563062b8631','13a29d9e4c7dc49914f6b022d6ae67c0979daf7b',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','bg.js',NULL,1720,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3710,'0e007d01c1e2748441686aa378cec89773ccd601','d99ff617df51bc0ebef82e37e754d82fb41a7911',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','he.js',NULL,1749,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3711,'f0603ec04606aabf404954824c90bc13ca6b8f9c','b2ba7f322dd85fba170aaaae89d7187bcb5f32be',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','pt.js',NULL,1476,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3712,'334adf380945e1197b1b708c7781ffb6b9de8c5a','94b0918d63fe24d2779302c59b911187fdb261e9',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','tr.js',NULL,1506,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3713,'f34dc5d418c7baccc87c535eb130e128a61fd889','9d17663540d709d931d2dd84851c22ea942dd83d',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','tl.js',NULL,1476,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3714,'a8a5fc709efff12b8c297cc52fea845ff6ed5f2a','d8509d85b3323b3470feb453b1d2cbc6dad03536',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','da.js',NULL,1461,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3715,'554d35d6bbe2b130277e1abbc30643720ec4851e','1dbfb4a823748726028700f8d080ae679271ea79',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','sr-cy.js',NULL,1687,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3716,'a95f8fc78d1908c29e73f873a037b65b4c2fe1d7','c6ac7d025d8191437b1a93c9cf3788db94af5499',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','ja.js',NULL,1652,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3717,'21bf513bfbba8191ff624dbb4f34dc6519e217bc','a0bec0f79f83bcdef317322762b393e4ff537ff3',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','de.js',NULL,1490,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3718,'bc040677d5813173598bbc1319d154c9df3945b2','1630c608817c5bc82d46626ce7956eb4a0933071',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','sv.js',NULL,1468,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3719,'51b8c990d54536ea3ee501d3788a723119a1dd2f','2ba6ac4ef1f9cb029f90a145f692aaa0d71aa695',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','sr.js',NULL,1438,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3720,'13a7092e0812f855c5d29a1d4abed15dc190b12a','240853bfc60bdbfad4a05fc410f7e1c576e8f9b4',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','id.js',NULL,1463,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3721,'16524ea7ca425161e6c5b65acf7f673200353295','e7793b32d214af7d2fa870c5a9ef729e3e600667',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','el.js',NULL,1808,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3722,'44a5d79594fd54b9c7e8e30ca58a7e82e7a59673','7db2db3bbe925e0a4c325e006076caf780149723',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','fr.js',NULL,1509,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3723,'bd29c5a7ede9ca0d72c6df5c44aea7b7fd2f45ab','dc992e1ef9481ec39ce5b6f1f73595731a153149',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','fo.js',NULL,1572,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3724,'efa7eae076e9ee16d92d82cafee4d539913058a7','534df49135d57915e1b301ac17c7cc9393fe157a',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','es.js',NULL,1479,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3725,'9fd56c8df55b9377406dad79b633fc79e75f3f40','30bdb4ec28a597db07fe42dc0ba3a24625574bd9',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','si.js',NULL,2168,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3726,'9eb10bb0f0924e643970ed52bd05bf07a050fad7','238d400e0d45551ebd06e4d3d5e6bd7f741905f9',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','eo.js',NULL,1512,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3727,'66448599d28ebf69b462a8ebcfe7d1e170ca3843','3a2e491abf373507e8736534c5c0983f4990377a',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','lv.js',NULL,1549,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3728,'26e2b9fae986d279989f6927460c487553b1fdf5','ef0c2371f2b0d961c46806434cb95706318cb58c',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','fa.js',NULL,1703,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3729,'d5b871eca6ff1a16a11f7e3a5627141b7e802d71','f5f429a68c4be1d424da41a36ed66cee6007c983',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','no.js',NULL,1485,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3730,'2d87360e2993989d0b85eef220787e192af1c2f9','0dfb05dfce2ec0fb4c77cf080896b11dcaa777ea',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','ka.js',NULL,2112,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3731,'4a73ce87dd60df1868c7afb29c8d3664907cdec1','5b6f499adcd3bc4c326cb7d68d0dbe333fefd622',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','pt-br.js',NULL,1549,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3732,'0b093d0683e5301cb73607f59ccaaa62c56df126','4ddf3127cf77c60918ff6a67ad57815d4b3f9f3c',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','ne.js',NULL,2225,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3733,'068b548f286ec32c27514c281e113ae98c968d4d','586c9954b4b5cd6270b1391d23d264d04455eb90',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','en-24hr.js',NULL,1488,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3734,'e43c43eb3b53dc49620bd4b240a4491f5a67214f','54febbe3ece2612e677705bd1356bd76ab8cb051',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','ta.js',NULL,2203,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3735,'16d9ae51ddc0d1a371ecd5379f525738fa93d0f8','e94014497300e309810101591409cd0c72e292a7',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','ca.js',NULL,1461,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3736,'391def618d5b3b81f8501ce78dc816e87c1939ef','218169dbc51c13af1ff85639070b38efe10430fa',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','sk.js',NULL,1650,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3737,'1b4fb5e1e0b9f516a20e746aa3b6b2f132ea7a02','02d52accc66b40e6eb1634a3c0716b0acf913980',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','sl.js',NULL,1415,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3738,'b4b1da48bdf8065ec8262f187bfc19152d4d831a','ee65ae0461f21d49e36e37e3c1936df9c9c1e19e',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','et.js',NULL,1472,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3739,'ec70fb7ecbce79ec4515baf548247dc06809cb62','8fb1e2dc3d91408e864605630c11d496d56146a9',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','ru.js',NULL,1677,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3740,'204cc6be9009c268797ad438daeec6d01c1015aa','828a9afe8b36d275e76961980621dd1c19e8154c',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','eu.js',NULL,1538,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3741,'07eb73e1403e74a75e6bc17ecdaa1ae7101094c6','531ea88c622b23f05dff2ee361dfd7558d151916',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','gl.js',NULL,1486,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3742,'dc78899a9effad214d7a9597dca144a9fabbd730','5bd1a3e4a0522c7e2a09e24054deee3816781f19',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','hy.js',NULL,1868,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3743,'d1cb5c02ffcff92309dd14a26b6be04880bb785b','ecf76fab6ad94b7a7cbee5ee6513c9bc3719f2bf',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','is.js',NULL,1555,'application/x-javascript',0,NULL,NULL,NULL,1691069346,1691069346,0,NULL),(3744,'83dd99834e8bed7acfe758ed575f14d4a9c675a5','df6396f2b64ac1acb3e312c70697b8680223f9ae',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','af.js',NULL,1472,'application/x-javascript',0,NULL,NULL,NULL,1691069347,1691069347,0,NULL),(3745,'ae1dd71a49f0772b1cf22befbde961556c136a37','2ac81ee31643820a1d979708a9ff0d5ae0a97c0d',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','cz.js',NULL,1493,'application/x-javascript',0,NULL,NULL,NULL,1691069347,1691069347,0,NULL),(3746,'ce80bab222c917a7ccc6716195b967082628f072','b391686c1a5ed8cfe4ecdd65cad95ae049be5385',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','ms.js',NULL,1459,'application/x-javascript',0,NULL,NULL,NULL,1691069347,1691069347,0,NULL),(3747,'2705a1fc220b663a8dd169dd1ac0a23e5bdb8da8','e39c5d5f52831ecc7b0b87670ae9a8306fd14b20',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','hu.js',NULL,1525,'application/x-javascript',0,NULL,NULL,NULL,1691069347,1691069347,0,NULL),(3748,'fc8f3c5316017f29df81a30bcd24a4a5e647280e','ecdaec5d0909b93ffd3bf97ad5bbdfc33ada09fe',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','en-week.js',NULL,1485,'application/x-javascript',0,NULL,NULL,NULL,1691069347,1691069347,0,NULL),(3749,'0b182d971abb99899376c4bb11b8e78db9ec810a','be1ffb324a444c1adcea83482be4319aff23688b',1,'core_h5p','libraries',90,'/TimelineJS-1.1/js/locale/','fi.js',NULL,1509,'application/x-javascript',0,NULL,NULL,NULL,1691069347,1691069347,0,NULL),(3750,'6c41118002e69d3922628f82a873f764242d6a3b','47871ec6c146b04e063a20af3d7150d96f5b9c89',1,'core_h5p','libraries',90,'/TimelineJS-1.1/','timeline.js',NULL,487,'application/x-javascript',0,NULL,NULL,NULL,1691069347,1691069347,0,NULL),(3752,'83a022cc64e8d373560f60091b321efcc9e8062b','6bf8754e13dd945c1409c781cd2bf7ce4c2028bc',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/','guess-the-answer.css',NULL,1513,'text/css',0,NULL,NULL,NULL,1691069352,1691069352,0,NULL),(3753,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9b20778aabbab4bfcb37fe5129bd1d69ba266f14',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069352,1691069352,0,NULL),(3754,'da39a3ee5e6b4b0d3255bfef95601890afd80709','88799a0d4c0939792f2eac4c260fb4ba90dffbdc',1,'core_h5p','libraries',91,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069352,1691069352,0,NULL),(3755,'7a54eb4c254f3d6929552b06223019aeae9f4eb4','fa40b5ad25e7baea39c0e5ea46e528441dee5da8',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/','upgrades.js',NULL,1244,'application/x-javascript',0,NULL,NULL,NULL,1691069352,1691069352,0,NULL),(3756,'fccb3af8a330a88e5226f29b74356f77eb516ea6','092fc5fb6796e6a8ae2404d60cac0d9c674a9a6c',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/','library.json',NULL,667,'application/json',0,NULL,NULL,NULL,1691069352,1691069352,0,NULL),(3757,'757954edea6ee1be7a4bc3fd179954d1a4b70d1c','e63d4fee43a0a1d07978320bdd5dcb1f77e8a967',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/','semantics.json',NULL,1327,'application/json',0,NULL,NULL,NULL,1691069352,1691069352,0,NULL),(3758,'8df0986b179caaddb9005c26fbf6aead03e7c8e3','5f4e8b518cab3f624dd71770f157710c6e8f5d31',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/','guess-the-answer.js',NULL,4389,'application/x-javascript',0,NULL,NULL,NULL,1691069352,1691069352,0,NULL),(3759,'e1f3d85e1f5e4ca73762ddf9a3ca4797723c70c6','91174d6cfdb9b6724872f4ec77b1357463a547ba',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','sme.json',NULL,604,'application/json',0,NULL,NULL,NULL,1691069352,1691069352,0,NULL),(3760,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2d370e11c02094ffa57ecf3685aebede8aa11082',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069352,1691069352,0,NULL),(3761,'0e52b1223a9455f5e9e0bf3f2e7a59af7ae7182c','3913cc357ea62b7f96e2ff06bd7d9f69b758ab0c',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','ru.json',NULL,866,'application/json',0,NULL,NULL,NULL,1691069352,1691069352,0,NULL),(3762,'cc0275ea9b1862bce674dc19d04c43977e497292','326737ac1331468c39ec6cd6f0b872e5599a030b',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','bs.json',NULL,621,'application/json',0,NULL,NULL,NULL,1691069352,1691069352,0,NULL),(3763,'dee0a24c3fa06ea6aeb60a500620010b8d4dd69c','009417813831e858e026e1dda5a0a837eb5f61d3',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','nn.json',NULL,622,'application/json',0,NULL,NULL,NULL,1691069352,1691069352,0,NULL),(3764,'f12180aed0289e0e484c9e7689f7ba637dffba8e','0f416e4376d4e24b9d01081d1b21de068a8a7e50',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','el.json',NULL,929,'application/json',0,NULL,NULL,NULL,1691069352,1691069352,0,NULL),(3765,'a1d6ad520c63bfbfd2baf2f57d4c978be23adba4','51b779561cf0cdd673e855be4c47f2eb9f86327b',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','km.json',NULL,638,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3766,'1dd0fedd52430dc45a0c3cc5817c69ddf161d12d','b0173db278b04dbdccd83e740bae725faf388efa',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','cs.json',NULL,602,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3767,'e1f3d85e1f5e4ca73762ddf9a3ca4797723c70c6','ab87d84774e370f11d5a9081f35ebf3d1d441788',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','sma.json',NULL,604,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3768,'1094cfb3690a0528db9c1150ed8b2c82a3c642d1','f3fe5563170bb91fa4953f0a2121820808fff282',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','eu.json',NULL,602,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3769,'dcef51fab90510c77bfdbb9c08f465e76b9292fe','4b851e50046cb6c08b4e4fa776034c06a48aafe7',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','nl.json',NULL,644,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3770,'2c001f515cf67f0469d279580b1d3bca1a285648','be1c04acd2df6e901053956469226b8ed48dbfca',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','ca.json',NULL,659,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3771,'434d5e610235a8f9a3e7eeb3ac5c6307e40e6202','3cc7fb4f155ffddedb952f31d3429fbade3b4138',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','pt.json',NULL,640,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3772,'e4e4536f5d1817763189dccc4cbbd1556661d3c6','9fd514c9b02faca209464a1d455400e71d1f1e2d',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','sv.json',NULL,592,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3773,'5695b8338175a4f584ef5504d97fed61ba1f8f17','72348fe463198ccfff5887cb588edc78cd5b32e8',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','zh-hans.json',NULL,572,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3774,'34fa7f7a47ed69b0572988fa65bbc660a71d258a','6a8e403828b20426537123fdcec55b48247893ac',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','mn.json',NULL,836,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3775,'4b4395615a189178a410e4a8ee765b6222241fae','1585aa9a3e18e6ba89bdc7c4afb0a86ad8407dd5',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','af.json',NULL,606,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3776,'e3a9c8e7c9e75f4f89c51d0208e31c10d5a67da5','76f78f6fc45f009f0463f1eaa3c73ad07525d01a',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','et.json',NULL,608,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3777,'68dff3849c2d921e59c18d7b839d8807c8ace0db','ca6a3dd137c4ab6d77d3046813b489fdde320ef6',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','nb.json',NULL,618,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3778,'b9426097c54791c957930ca75fea75bebac59686','0545532922c2c11c484c7e242322467c5b303755',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','fa.json',NULL,756,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3779,'a525cfdef04b91d48ef21a4b7fddd2d3d96b4dd6','c1e6b9f7084742b23004519ed5d5b85f4a67d69b',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','ko.json',NULL,634,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3780,'21232a6191541fdc1d26262eae8f37cf9f15474e','2444b709ee0657e0c92d336d8d95309e788a383b',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','de.json',NULL,722,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3781,'4f7358342af36ba4971b95ff9fbbf67808438267','a262955586886a3703121898214d22566a375937',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','lv.json',NULL,650,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3782,'9f1bca524b0004aaa6a2207cfe5b44097d819712','47ae6378f2ceb363f69d57891793ebc6a4366fc6',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','pt-br.json',NULL,626,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3783,'2e6884744681f1a972a240162314218ddb3cf3e7','3cbb1bf1a2ae7269fc3243589053830fb19cc287',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','ka.json',NULL,1149,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3784,'84de3532b5b789c7d6a7cb43fcb5395f7010704b','e643c3d867527c1d0a7dcaa6b50a08dd8883e924',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','bg.json',NULL,936,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3785,'beba292e23777a5e84d72e7c340dc499866471cb','3820b04a3bcfd4407561b8e2be5037e98732b524',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','it.json',NULL,639,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3786,'a49f5593c64bb0828b2fc753828639503f8be7ae','0dfb40e89f31dfcd208cd92650997dab9753e4cf',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','fi.json',NULL,622,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3787,'3768e1ed35744663614c404ebf586fd861246612','7f162e175c1102e8667a07d09f59eb7913a07c19',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','gl.json',NULL,623,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3788,'730dc48b56973e8c0b833e400f6d8fa16672afbd','fa5f773ca8cd12763ca49b9e73fd13ed48b55358',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','es.json',NULL,644,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3789,'79ed333be1ef23fff3fab5f6fce663a15d2f3a53','7e69e9278a40e0ebd4ee3ac837efd9bcd46ca20b',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','sl.json',NULL,586,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3790,'07277c8cf40121f4fdb7c6c13d81d7065ce21a02','147185f81c6aa7718f6fae6da4ff1e79b7376a79',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','es-mx.json',NULL,646,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3791,'7a2d1852a17f28fa68433906509e699b4461041e','16b41436fc74b0ada82f9aaa575dc4f99b4d1e7b',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','cy.json',NULL,631,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3792,'fc2cbb26b3e0879f9642303c23f93ae151035340','509a4fb459b894fe4e9ca8c90c867b9d5b5728aa',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','tr.json',NULL,648,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3793,'d12c01a14d5d5aef6cf7941612a0a5021a6cbb38','9f4f1c4a077b25cc2e54d7a21fea09f4d649d3d9',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','fr.json',NULL,700,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3794,'e1f3d85e1f5e4ca73762ddf9a3ca4797723c70c6','bcdddc4e5885a72ad46ac74c7f5e92568cf4e0ad',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/language/','smj.json',NULL,604,'application/json',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3795,'68ed95c7b92c7a14e28e87047d20d8c622099eaa','88fdd43bac7bc844c153d28f479fac2824844b39',1,'core_h5p','libraries',91,'/H5P.GuessTheAnswer-1.5/','icon.svg',NULL,4045,'image/svg+xml',0,NULL,NULL,NULL,1691069353,1691069353,0,NULL),(3797,'3ca27afafed47fac6a21270c438f7268b6e65c6a','40d8b311e109c34f10b50fc0ce5340bb0d0b13a1',1,'core_h5p','libraries',92,'/H5PEditor.ColorSelector-1.0/styles/','spectrum.css',NULL,14414,'text/css',0,NULL,NULL,NULL,1691069356,1691069356,0,NULL),(3798,'da39a3ee5e6b4b0d3255bfef95601890afd80709','467a2050ab9ae3355f877aefb34dc0e69c679142',1,'core_h5p','libraries',92,'/H5PEditor.ColorSelector-1.0/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069356,1691069356,0,NULL),(3799,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a585dbd1b228a068a582dba5012ac5dfff9bfaed',1,'core_h5p','libraries',92,'/H5PEditor.ColorSelector-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069356,1691069356,0,NULL),(3800,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0c19ec535aa115c9c0080b56c1068bc3aac3bc24',1,'core_h5p','libraries',92,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069356,1691069356,0,NULL),(3801,'7be030571362fe79e6b806be588d367136a12622','6cdd35740c8525e45807067863cc91bc3c2dc937',1,'core_h5p','libraries',92,'/H5PEditor.ColorSelector-1.0/styles/','color-selector.css',NULL,127,'text/css',0,NULL,NULL,NULL,1691069356,1691069356,0,NULL),(3802,'31c1583de86fb1996e9b73cede52f86ab7e8ae02','0c7eb737b42efb08a065c3dcbc0cd891b5060f0b',1,'core_h5p','libraries',92,'/H5PEditor.ColorSelector-1.0/','library.json',NULL,444,'application/json',0,NULL,NULL,NULL,1691069356,1691069356,0,NULL),(3803,'be5702de7307181d4c808c4df477bee47d45ab20','5f2e53959bffe6a9e05485ccf2d5d6fc3b922e98',1,'core_h5p','libraries',92,'/H5PEditor.ColorSelector-1.0/','README.md',NULL,1689,'text/plain',0,NULL,NULL,NULL,1691069356,1691069356,0,NULL),(3804,'8c13ce55492cb1eac8182be6538f07a1086775a2','f633a115dc66f320a44ebc1f2b3b16822bba51d1',1,'core_h5p','libraries',92,'/H5PEditor.ColorSelector-1.0/scripts/','spectrum.js',NULL,82715,'application/x-javascript',0,NULL,NULL,NULL,1691069356,1691069356,0,NULL),(3805,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7ea6c16c265431c76cda6993108a9655a08b6b42',1,'core_h5p','libraries',92,'/H5PEditor.ColorSelector-1.0/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069356,1691069356,0,NULL),(3806,'65003e679cb0e8dfdc0bd6664a1458889f14d136','1c6b7057ae90cee8e16760843c7bd20950b2eca6',1,'core_h5p','libraries',92,'/H5PEditor.ColorSelector-1.0/scripts/','color-selector.js',NULL,2348,'application/x-javascript',0,NULL,NULL,NULL,1691069356,1691069356,0,NULL),(3807,'49ac96b5644d1053660f4c009e38b756b885509e','34db08973006cdbe741535f22e04019a5a3148e2',1,'core_h5p','libraries',93,'/H5P.PersonalityQuiz-1.0/css/','personalityQuiz.css',NULL,7024,'text/css',0,NULL,NULL,NULL,1691069356,1691069356,0,NULL),(3808,'da39a3ee5e6b4b0d3255bfef95601890afd80709','dc9a2dc03dc52a1eae7532bb75a11b380e577900',1,'core_h5p','libraries',93,'/H5P.PersonalityQuiz-1.0/css/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069356,1691069356,0,NULL),(3809,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e04908b0819932c7dc2627bdfc1c6a902ec09d35',1,'core_h5p','libraries',93,'/H5P.PersonalityQuiz-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069356,1691069356,0,NULL),(3810,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ac453fc1fd4ddc5f69ede5e9b6e6d35fa97f9b9a',1,'core_h5p','libraries',93,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069356,1691069356,0,NULL),(3811,'32cb9f77a5ae5081c0b1cab4beede9328d10f433','9181d389b75dfc26011fdf5fdc908c54b6999bfb',1,'core_h5p','libraries',93,'/H5P.PersonalityQuiz-1.0/','library.json',NULL,696,'application/json',0,NULL,NULL,NULL,1691069356,1691069356,0,NULL),(3812,'8ba63ec46391c43bd5a1bd69169c1df205946d23','0dc1b9a60dee5d25b66e95b1aa9026cd4f63ffc2',1,'core_h5p','libraries',93,'/H5P.PersonalityQuiz-1.0/js/','wheelAnimation.js',NULL,11784,'application/x-javascript',0,NULL,NULL,NULL,1691069356,1691069356,0,NULL),(3813,'da39a3ee5e6b4b0d3255bfef95601890afd80709','33b266dfa3abe9dd31e8140587491f99c1b27b7d',1,'core_h5p','libraries',93,'/H5P.PersonalityQuiz-1.0/js/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069356,1691069356,0,NULL),(3814,'9f0458ef069077b05fa5a98d039901ff4884d0d6','e849705305471e3900ac017a6f8965cee1b98eb0',1,'core_h5p','libraries',93,'/H5P.PersonalityQuiz-1.0/js/','personalityQuiz.js',NULL,30213,'application/x-javascript',0,NULL,NULL,NULL,1691069356,1691069356,0,NULL),(3815,'8afbcc44dfb586ca861ed32c3029ca91e17c7fd3','cde9a88ebda3f5f3a7d6c8b2293c0695b9b465fe',1,'core_h5p','libraries',93,'/H5P.PersonalityQuiz-1.0/','semantics.json',NULL,10364,'application/json',0,NULL,NULL,NULL,1691069356,1691069356,0,NULL),(3817,'41ad71f879b641e19ae9a980a5465dfea4770a50','bbc4df1d7de6dcef562e5b457803feada6f3cccd',1,'core_h5p','libraries',94,'/H5P.DragNBar-1.4/styles/','context-menu.css',NULL,9209,'text/css',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3818,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ff15609f17f8bb47e70b79013df31e0c720bd1ea',1,'core_h5p','libraries',94,'/H5P.DragNBar-1.4/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3819,'da39a3ee5e6b4b0d3255bfef95601890afd80709','6145111ef40c253d5cedae05d863f7b06f170b21',1,'core_h5p','libraries',94,'/H5P.DragNBar-1.4/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3820,'da39a3ee5e6b4b0d3255bfef95601890afd80709','103dc0d7e94619e608dd5788e3ad84365178c3b3',1,'core_h5p','libraries',94,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3821,'4e47e508955331981064ad56eb877a8198330894','944a6a7868e0fc86ec9ad577bbcd711387d1e36e',1,'core_h5p','libraries',94,'/H5P.DragNBar-1.4/styles/','dialog.css',NULL,3529,'text/css',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3822,'d549ed0a646f6e38a72fc0f382f5db019d9e1a51','e53549f96f2e866f7cf05b55090bc3524c94eefe',1,'core_h5p','libraries',94,'/H5P.DragNBar-1.4/styles/','drag-n-bar.css',NULL,1157,'text/css',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3823,'48435c2defc4f30109341c3bfaf14e46c551e3e2','fcb6c814afced8920fa5b56d5535ebe8ea685d89',1,'core_h5p','libraries',94,'/H5P.DragNBar-1.4/','library.json',NULL,1095,'application/json',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3824,'029e999af4ae12124ae60365ea1659ef18555b1e','6c94132390f66f94467c13f00fbe36b35db7a6a3',1,'core_h5p','libraries',94,'/H5P.DragNBar-1.4/language/','bs.json',NULL,477,'application/json',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3825,'da39a3ee5e6b4b0d3255bfef95601890afd80709','498c4110f4d0a129d18a065ac1b30385e7ef9d4d',1,'core_h5p','libraries',94,'/H5P.DragNBar-1.4/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3826,'dff7a399bf6bac61e0a070aad5d4f6f981dad8cb','6e4afbf4730cc08a54f079e696a28734968f50ba',1,'core_h5p','libraries',94,'/H5P.DragNBar-1.4/language/','nl.json',NULL,466,'application/json',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3827,'79b5d9ee42ec5a4542e126843f58e70b81331651','2f0475241c0168a85d8e199cdf7002d0ff653bfc',1,'core_h5p','libraries',94,'/H5P.DragNBar-1.4/language/','nb.json',NULL,464,'application/json',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3828,'0ff73e01baf0b3e7113127a99c761df0230f6b9f','114c63fc09a58f758625fb912a5713b0f5739da3',1,'core_h5p','libraries',94,'/H5P.DragNBar-1.4/language/','fr.json',NULL,501,'application/json',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3829,'4df2ec831876181fd1b9d23ceb076cb21d145e42','badc8de800c1a516aebea84bb25d4334e766f40c',1,'core_h5p','libraries',94,'/H5P.DragNBar-1.4/scripts/','context-menu.js',NULL,16318,'application/x-javascript',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3830,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0055f867dab8cbccec8050345ba36d3cd73eb662',1,'core_h5p','libraries',94,'/H5P.DragNBar-1.4/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3831,'0e95530e41f805f107d44d00d1b4d38eea0ed3ca','1f21679983b2b6cbcc52e2a856cede4eaa610f60',1,'core_h5p','libraries',94,'/H5P.DragNBar-1.4/scripts/','dialog.js',NULL,13754,'application/x-javascript',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3832,'0321ebd717061ece23cf5c72f04b9277accd9773','7364af80ec9e3bdcb783a808438a95e45d4be9a7',1,'core_h5p','libraries',94,'/H5P.DragNBar-1.4/scripts/','drag-n-bar-element.js',NULL,5777,'application/x-javascript',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3833,'a1319e172c75c46fe6ab87ec13f2651ae2ec4636','dce967a188b5536ed3b29a4680d8df83094fb604',1,'core_h5p','libraries',94,'/H5P.DragNBar-1.4/scripts/','drag-n-bar.js',NULL,28318,'application/x-javascript',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3834,'0c0c2f741e30e2d0a68a80f7f39df3602e7eb83b','68b98336a2e615394d143a0678ba55de66d303e5',1,'core_h5p','libraries',94,'/H5P.DragNBar-1.4/fonts/','H5PDragNBar.eot',NULL,1308,'document/unknown',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3835,'da39a3ee5e6b4b0d3255bfef95601890afd80709','05f85170bf522acbfec9b4aac9d4102fa3f1d5ce',1,'core_h5p','libraries',94,'/H5P.DragNBar-1.4/fonts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3836,'9564d20ca92be0cdfcdbcdd40510e2a32c1aac3c','c0c935d550c5c008612c8cc10cc9224ceda30f46',1,'core_h5p','libraries',94,'/H5P.DragNBar-1.4/fonts/','H5PDragNBar.svg',NULL,640,'image/svg+xml',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3837,'bb18d57038fbb6021b6e79ea8b6854ffe291d3f0','ba03b4102511635e2d71b7218ed14e81ff643018',1,'core_h5p','libraries',94,'/H5P.DragNBar-1.4/fonts/','H5PDragNBar.ttf',NULL,1128,'document/unknown',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3838,'408095f665c3f472433b1be8c73511adac9ba154','3db7390df9bb99b07485a03aae539563f446707b',1,'core_h5p','libraries',95,'/H5PEditor.ImageMultipleHotspotQuestion-1.0/','library.json',NULL,869,'application/json',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3839,'da39a3ee5e6b4b0d3255bfef95601890afd80709','dcf4c33b00de1547a3d7c74da3998390e76c1743',1,'core_h5p','libraries',95,'/H5PEditor.ImageMultipleHotspotQuestion-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3840,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5f7f76750bb279aafe4c3ca77d646327b59e5b7a',1,'core_h5p','libraries',95,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3841,'7ee1119b1cb701add7cad08eb496083b283eea4e','04dfd46eb46007757c327ace53882aa197434c08',1,'core_h5p','libraries',95,'/H5PEditor.ImageMultipleHotspotQuestion-1.0/','image-multiple-hotspot-question-editor.js',NULL,24391,'application/x-javascript',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3842,'b1dba532a288b8d5bb3d313bd67d3fbd0eb057d7','489d1c00352ac8ce516ea049cf47f93837501a5f',1,'core_h5p','libraries',95,'/H5PEditor.ImageMultipleHotspotQuestion-1.0/','README.md',NULL,1343,'text/plain',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3843,'2c44a0cf92f161a86bb97bcc756f0a9aeeef823a','f9bfbab76a2fd6dacaf59e806278bf14a05fa615',1,'core_h5p','libraries',95,'/H5PEditor.ImageMultipleHotspotQuestion-1.0/','image-multiple-hotspot-question-editor.css',NULL,5866,'text/css',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3844,'cdee43f400d936ecb45377194419017ae20d137c','8edd7585003f0fae3804e2d4c1a7801f6da066d4',1,'core_h5p','libraries',96,'/H5P.ImageMultipleHotspotQuestion-1.0/','library.json',NULL,945,'application/json',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3845,'da39a3ee5e6b4b0d3255bfef95601890afd80709','308c117ecf39615880e7f82f686f465d318b0361',1,'core_h5p','libraries',96,'/H5P.ImageMultipleHotspotQuestion-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3846,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b90f4851f24c836437f0fc3c4d225d86af60d68e',1,'core_h5p','libraries',96,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3847,'38a12c2f34445a46ba47a6b49a9ced95aaf27d11','13eda13c2005e2707ae721a9f0c08e3f3dec00d5',1,'core_h5p','libraries',96,'/H5P.ImageMultipleHotspotQuestion-1.0/','semantics.json',NULL,5316,'application/json',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3848,'eccd5bd6fabd1cd945f45289b6294ec357936410','bbae2855a2156920687c75cac768a90e72858a4f',1,'core_h5p','libraries',96,'/H5P.ImageMultipleHotspotQuestion-1.0/','image-multiple-hotspot-question.css',NULL,3190,'text/css',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3849,'1504076a14d0ef9bceda38b1358c589b9bfbed8c','4860b182734448c79c013099b2eb9c97b8b9942c',1,'core_h5p','libraries',96,'/H5P.ImageMultipleHotspotQuestion-1.0/','image-multiple-hotspot-question.js',NULL,15393,'application/x-javascript',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3850,'8f8d4d092f557c64d8cf359494f4dee53cb9598c','9ca648b6b76039f26cc235fc9b19bb2254de1cd5',1,'core_h5p','libraries',97,'/H5P.Question-1.4/styles/','question.css',NULL,7589,'text/css',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3851,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0f6202d890be571e713778d140b421afd6dcd546',1,'core_h5p','libraries',97,'/H5P.Question-1.4/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3852,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4a2e83e6d659c92432fdb2c5386bbbd172cb4417',1,'core_h5p','libraries',97,'/H5P.Question-1.4/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3853,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cb1186268f2bc8ac3a67cc2ef23e9bc0d74c3082',1,'core_h5p','libraries',97,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3854,'e5867fd0730266fa21cc4cd47de8d593611743a8','ff5bf7eb4c8e946412d4539e1e6401367d66ed9c',1,'core_h5p','libraries',97,'/H5P.Question-1.4/styles/','explainer.css',NULL,1434,'text/css',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3855,'74a29f1b5e081c61796024a0cb7af7ddbb932777','2fbe0c2ef84183bd3ea7c64e61dd81c1b4c59cc4',1,'core_h5p','libraries',97,'/H5P.Question-1.4/','library.json',NULL,775,'application/json',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3856,'16bbce21f7aca0db2d1a19ef6e2b15de81c0171f','80ba6abfb425756a4e589b648a019ed3c619d177',1,'core_h5p','libraries',97,'/H5P.Question-1.4/images/','plus-one.svg',NULL,1352,'image/svg+xml',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3857,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8815bc4438e3ea549bcc08b7bd52d3c216ef6a7c',1,'core_h5p','libraries',97,'/H5P.Question-1.4/images/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3858,'6fb05dfcf6a5e69ee6a0c883039d9dfec04ffe02','512be7164cd582e03415b95b812ff968755e49a8',1,'core_h5p','libraries',97,'/H5P.Question-1.4/images/','minus-one.svg',NULL,1217,'image/svg+xml',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3859,'512adcffeb417fab9d92f0706f653a75e4da0db5','e393822957fbe7875c9330877767d5cfe060c5c3',1,'core_h5p','libraries',97,'/H5P.Question-1.4/scripts/','explainer.js',NULL,1956,'application/x-javascript',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3860,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ec9d7047e0f4ec7cfc59df6694530357a0088ffe',1,'core_h5p','libraries',97,'/H5P.Question-1.4/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3861,'39882893424fdae811800f46b169d247d535491a','165301540133ba10f527825833aa45aeb4e8b7a2',1,'core_h5p','libraries',97,'/H5P.Question-1.4/scripts/','question.js',NULL,51672,'application/x-javascript',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3862,'9958e047571c4077873e307d5dd1c086402dc468','c421e9e90c1b7f605737f781f24ea72c04894e6f',1,'core_h5p','libraries',97,'/H5P.Question-1.4/scripts/','score-points.js',NULL,1887,'application/x-javascript',0,NULL,NULL,NULL,1691069359,1691069359,0,NULL),(3864,'4ed48a0fee604c51f38739cd0df4d50040a24c10','5eec3c408f4a5696cfb4db1d497d451f8c964e52',1,'core_h5p','libraries',98,'/H5PEditor.ColorSelector-1.2/styles/','spectrum.css',NULL,14921,'text/css',0,NULL,NULL,NULL,1691069362,1691069362,0,NULL),(3865,'da39a3ee5e6b4b0d3255bfef95601890afd80709','adfa068a4c4489125c8d03b1b831b005ab0f6e2b',1,'core_h5p','libraries',98,'/H5PEditor.ColorSelector-1.2/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069362,1691069362,0,NULL),(3866,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f2c8f7e5f8925a97935e781632b54498fe5fdcfb',1,'core_h5p','libraries',98,'/H5PEditor.ColorSelector-1.2/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069362,1691069362,0,NULL),(3867,'da39a3ee5e6b4b0d3255bfef95601890afd80709','872981afb85ea898ed07a74e9e844baad795df51',1,'core_h5p','libraries',98,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069362,1691069362,0,NULL),(3868,'1807f8176558e6b20d1225b5204adbde7e8a6ed1','35d21d2a9c4533188cf78ffb8fd705a0c1c69cba',1,'core_h5p','libraries',98,'/H5PEditor.ColorSelector-1.2/styles/','color-selector.css',NULL,385,'text/css',0,NULL,NULL,NULL,1691069362,1691069362,0,NULL),(3869,'cdbac43ced2e4b5081809e9844e94f8345549327','6f62c953e2c1dd45d2c1947e08f3dfd0cb87e024',1,'core_h5p','libraries',98,'/H5PEditor.ColorSelector-1.2/','library.json',NULL,508,'application/json',0,NULL,NULL,NULL,1691069362,1691069362,0,NULL),(3870,'18dec97c7c309159caede5cf4c66d9a744954baf','e2fd1f47f5c10d40d1eebc3030f45caf2289a71d',1,'core_h5p','libraries',98,'/H5PEditor.ColorSelector-1.2/scripts/','spectrum.js',NULL,79889,'application/x-javascript',0,NULL,NULL,NULL,1691069362,1691069362,0,NULL),(3871,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c484c5427ba27b33a761969c15dcf14f9467026b',1,'core_h5p','libraries',98,'/H5PEditor.ColorSelector-1.2/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069362,1691069362,0,NULL),(3872,'8fe1ce11db9c765a08571a99f888b7e1f949d5e8','3a8e9eaca56a8bb4991c059bc3c9be5e8b6ef8b1',1,'core_h5p','libraries',98,'/H5PEditor.ColorSelector-1.2/scripts/','color-selector.js',NULL,2861,'application/x-javascript',0,NULL,NULL,NULL,1691069362,1691069362,0,NULL),(3873,'a59759d8f11234ded9c85d0fdee461b8937843e8','5b47a5c2be763c5fd12a3b144ff73b339ff96406',1,'core_h5p','libraries',99,'/H5P.ImageJuxtaposition-1.4/','upgrades.js',NULL,2322,'application/x-javascript',0,NULL,NULL,NULL,1691069362,1691069362,0,NULL),(3874,'da39a3ee5e6b4b0d3255bfef95601890afd80709','49530ebfcfb35505d32a20416e397f01b692915d',1,'core_h5p','libraries',99,'/H5P.ImageJuxtaposition-1.4/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069362,1691069362,0,NULL),(3875,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cbfac79293e2007a68bf2d6523573a4a544b4bae',1,'core_h5p','libraries',99,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069362,1691069362,0,NULL),(3876,'39124a11f226b10fe99f177001073f2b887f41c1','d049359eb25b52fd2ea08144d4d14baf5c6292ab',1,'core_h5p','libraries',99,'/H5P.ImageJuxtaposition-1.4/','library.json',NULL,933,'application/json',0,NULL,NULL,NULL,1691069362,1691069362,0,NULL),(3877,'d2ee0862afddeafe39c74523ee5d51d4c14e15de','fe88434423c5dc7e29e84e73089a85f327cfbb46',1,'core_h5p','libraries',99,'/H5P.ImageJuxtaposition-1.4/','semantics.json',NULL,2928,'application/json',0,NULL,NULL,NULL,1691069362,1691069362,0,NULL),(3878,'a59a896814f8bb973f46273f2cf3ca6457a6ee71','c245f8b868fd3cff1a10d623b487a1e1cd126b2f',1,'core_h5p','libraries',99,'/H5P.ImageJuxtaposition-1.4/dist/','h5p-image-juxtaposition.css',NULL,8417,'text/css',0,NULL,NULL,NULL,1691069362,1691069362,0,NULL),(3879,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ced335705a5b02cae0453d5b90efe3727c803f19',1,'core_h5p','libraries',99,'/H5P.ImageJuxtaposition-1.4/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069362,1691069362,0,NULL),(3880,'c7d1b42c94b36b0ab78198a78262755103d23a95','d71bfbe43682cdbfc894a123bf1747b48f44eeb5',1,'core_h5p','libraries',99,'/H5P.ImageJuxtaposition-1.4/dist/images/','button-fullscreen-enter-icon.svg',NULL,1252,'image/svg+xml',0,NULL,NULL,NULL,1691069362,1691069362,0,NULL),(3881,'da39a3ee5e6b4b0d3255bfef95601890afd80709','45c6daef9691110697b60a2ba3ce71360ce09f13',1,'core_h5p','libraries',99,'/H5P.ImageJuxtaposition-1.4/dist/images/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069362,1691069362,0,NULL),(3882,'abb31f0b608b5470288e2fbb930eecb1690021c2','f656458024f515d7727054bc4c956eddcd80af10',1,'core_h5p','libraries',99,'/H5P.ImageJuxtaposition-1.4/dist/','h5p-image-juxtaposition.js',NULL,16692,'application/x-javascript',0,NULL,NULL,NULL,1691069362,1691069362,0,NULL),(3883,'8c2cb433d117100a9e6b6b63a1e9aed62f94b2e9','a788edc5828e8591930ed676687bf8810c7da36f',1,'core_h5p','libraries',99,'/H5P.ImageJuxtaposition-1.4/language/','ru.json',NULL,2336,'application/json',0,NULL,NULL,NULL,1691069363,1691069363,0,NULL),(3884,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5c847eaeb9d9133023df068cd5fbe8fd1eb92724',1,'core_h5p','libraries',99,'/H5P.ImageJuxtaposition-1.4/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069363,1691069363,0,NULL),(3885,'43cc97a74b28738f1686f56d73b2dd42d14c0f19','422a306b382edae079fd0d137f1ed5602974be5c',1,'core_h5p','libraries',99,'/H5P.ImageJuxtaposition-1.4/language/','el.json',NULL,2341,'application/json',0,NULL,NULL,NULL,1691069363,1691069363,0,NULL),(3886,'2504d3944ea22a4833422cd6cfc8bb55114ff1ac','67629d0521245a7075dc6945c51fcedfa949ed37',1,'core_h5p','libraries',99,'/H5P.ImageJuxtaposition-1.4/language/','nl.json',NULL,1709,'application/json',0,NULL,NULL,NULL,1691069363,1691069363,0,NULL),(3887,'8aaf80ce487bd5803ecc335a26f3fdfcc15ed220','fac221980c82a4f5b99257752aa5ff337e5aac5e',1,'core_h5p','libraries',99,'/H5P.ImageJuxtaposition-1.4/language/','pt.json',NULL,1716,'application/json',0,NULL,NULL,NULL,1691069363,1691069363,0,NULL),(3888,'39060952ac124f0e4c2b027ced08f3a6676a3378','86bf8a8ab035233ab7e15e241d5c5cd11e00430e',1,'core_h5p','libraries',99,'/H5P.ImageJuxtaposition-1.4/language/','et.json',NULL,1571,'application/json',0,NULL,NULL,NULL,1691069363,1691069363,0,NULL),(3889,'39c4500bd12f2a7796602bf93fedc8ea4b211d2a','ee8bc1fbbd183f9f078cf5ea4d3ee1a2d0e0f069',1,'core_h5p','libraries',99,'/H5P.ImageJuxtaposition-1.4/language/','de.json',NULL,1670,'application/json',0,NULL,NULL,NULL,1691069363,1691069363,0,NULL),(3890,'2b33d610f262ec635434d34d105f33b81fd89865','5b60ed8905643ff1a86e0fb1c31d370ea07365c6',1,'core_h5p','libraries',99,'/H5P.ImageJuxtaposition-1.4/language/','it.json',NULL,1685,'application/json',0,NULL,NULL,NULL,1691069363,1691069363,0,NULL),(3891,'b80fbdbe34c4883eeeb818be6b0c2b45d2315cbf','2ea9103148da7da1b04594f98cbe55b244b8bca5',1,'core_h5p','libraries',99,'/H5P.ImageJuxtaposition-1.4/language/','fi.json',NULL,1690,'application/json',0,NULL,NULL,NULL,1691069363,1691069363,0,NULL),(3892,'4c353ca2e6f9382187797837be34ff2949e8d98f','394468abd57094a22c5e4d82742157ce0054e4f6',1,'core_h5p','libraries',99,'/H5P.ImageJuxtaposition-1.4/language/','es.json',NULL,1766,'application/json',0,NULL,NULL,NULL,1691069363,1691069363,0,NULL),(3893,'724604c04c4797d450b75ffa0a233d72f1168dd3','378ef136950ca8ecbd0b98e1f20d4faa41dc8bdb',1,'core_h5p','libraries',99,'/H5P.ImageJuxtaposition-1.4/language/','sl.json',NULL,1594,'application/json',0,NULL,NULL,NULL,1691069363,1691069363,0,NULL),(3894,'fba38069399b4e8b0afadf529fe4789c4e9287a8','eb0d6271f8af312705299e008b6af35146c50410',1,'core_h5p','libraries',99,'/H5P.ImageJuxtaposition-1.4/language/','fr.json',NULL,1739,'application/json',0,NULL,NULL,NULL,1691069363,1691069363,0,NULL),(3940,'d886acf511e8c6b988f31a364105b4829dfe8eb8','5e2b7b488f47d71a7084c8cfdcf35192cce51222',1,'core_h5p','libraries',101,'/H5P.Agamotto-1.5/','upgrades.js',NULL,2366,'application/x-javascript',0,NULL,NULL,NULL,1691069368,1691069368,0,NULL),(3941,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9e3ad88c429c0b7b5c522e140a4c6db2b916a64b',1,'core_h5p','libraries',101,'/H5P.Agamotto-1.5/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069368,1691069368,0,NULL),(3942,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4e9c48a76c16370cc435490f909335aa2a820269',1,'core_h5p','libraries',101,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069369,1691069369,0,NULL),(3943,'9357b1cb94b912475c41e7c2b9a2804372a87b21','340bbe5c34d1a4af04042ec0aea1d644cc9b9999',1,'core_h5p','libraries',101,'/H5P.Agamotto-1.5/','library.json',NULL,881,'application/json',0,NULL,NULL,NULL,1691069369,1691069369,0,NULL),(3944,'adc0fbc77ae09995a65272e7a986914bb76d35e0','57e5d63acd590246cfca9a807d4159f66d6c8350',1,'core_h5p','libraries',101,'/H5P.Agamotto-1.5/','semantics.json',NULL,3888,'application/json',0,NULL,NULL,NULL,1691069369,1691069369,0,NULL),(3945,'53006162321d8a38e154515dd8f7023d4320f48f','1695bcd27764ef4b8bc6ec49fd13a47224475dc6',1,'core_h5p','libraries',101,'/H5P.Agamotto-1.5/dist/','h5p-agamotto.js',NULL,53500,'application/x-javascript',0,NULL,NULL,NULL,1691069369,1691069369,0,NULL),(3946,'da39a3ee5e6b4b0d3255bfef95601890afd80709','94c482b9d0b5ca1c5d9c99866211f01f4c1ec288',1,'core_h5p','libraries',101,'/H5P.Agamotto-1.5/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069369,1691069369,0,NULL),(3947,'aeab32d90d480fe4285df3407197ac327e8bb805','6647ed039a0c5850bb9e8c458676615e23dfaeec',1,'core_h5p','libraries',101,'/H5P.Agamotto-1.5/dist/images/','slider_thumb.svg',NULL,6852,'image/svg+xml',0,NULL,NULL,NULL,1691069369,1691069369,0,NULL),(3948,'da39a3ee5e6b4b0d3255bfef95601890afd80709','624ddfe627801f460518364a3b929d3664f9daea',1,'core_h5p','libraries',101,'/H5P.Agamotto-1.5/dist/images/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069369,1691069369,0,NULL),(3949,'75ee45ceea245d0a159a197d3bff56c2dfc3cfd1','8a1e461f91c918eaaeae9089d24952392817785e',1,'core_h5p','libraries',101,'/H5P.Agamotto-1.5/dist/','h5p-agamotto.css',NULL,3825,'text/css',0,NULL,NULL,NULL,1691069369,1691069369,0,NULL),(3950,'29d7d822a1161e6a600bdeb4d43ff5735106a5c2','bb525a91cb1607a2724c40e5877d7a9b02b08e95',1,'core_h5p','libraries',101,'/H5P.Agamotto-1.5/language/','sme.json',NULL,1975,'application/json',0,NULL,NULL,NULL,1691069369,1691069369,0,NULL),(3951,'da39a3ee5e6b4b0d3255bfef95601890afd80709','340f4386df040ffa1c7adcd3b89efca2df5f0c1a',1,'core_h5p','libraries',101,'/H5P.Agamotto-1.5/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069369,1691069369,0,NULL),(3952,'1443203e9351f2f5062de1cc541cfd55e6cf73b0','26a7d134b45039a51b70168532865384b6a832e2',1,'core_h5p','libraries',101,'/H5P.Agamotto-1.5/language/','ru.json',NULL,2799,'application/json',0,NULL,NULL,NULL,1691069369,1691069369,0,NULL),(3953,'79abf13b82989aa82fdfb11125cfe51354ef1f26','d38cb56dae7e023ce1394263dea72eff1be9d21c',1,'core_h5p','libraries',101,'/H5P.Agamotto-1.5/language/','el.json',NULL,3042,'application/json',0,NULL,NULL,NULL,1691069369,1691069369,0,NULL),(3954,'5cbad87347b0f809caf4164ef3271bc8de0be655','44867002df328a6eb59ede5059ef15404a02aa7a',1,'core_h5p','libraries',101,'/H5P.Agamotto-1.5/language/','cs.json',NULL,2057,'application/json',0,NULL,NULL,NULL,1691069369,1691069369,0,NULL),(3955,'29d7d822a1161e6a600bdeb4d43ff5735106a5c2','6cb27911480ecc6c34b46cba3ea538970acfec99',1,'core_h5p','libraries',101,'/H5P.Agamotto-1.5/language/','sma.json',NULL,1975,'application/json',0,NULL,NULL,NULL,1691069369,1691069369,0,NULL),(3956,'90150820482a6757527fb17382f1b95d64831ce0','f7467293e4986e51162748c7e498a513d683cad4',1,'core_h5p','libraries',101,'/H5P.Agamotto-1.5/language/','nl.json',NULL,2165,'application/json',0,NULL,NULL,NULL,1691069369,1691069369,0,NULL),(3957,'efe735454cead1b93662b496bc8d6af3dbaab69c','e291b6a6ad6c9aeba223c7b61dd65009957e6cf0',1,'core_h5p','libraries',101,'/H5P.Agamotto-1.5/language/','et.json',NULL,1971,'application/json',0,NULL,NULL,NULL,1691069369,1691069369,0,NULL),(3958,'29d7d822a1161e6a600bdeb4d43ff5735106a5c2','e5b7cc90c50507cc129a2366ccc24f1cf59a1333',1,'core_h5p','libraries',101,'/H5P.Agamotto-1.5/language/','nb.json',NULL,1975,'application/json',0,NULL,NULL,NULL,1691069369,1691069369,0,NULL),(3959,'b950f1b260d39b25694b0ea640ebbb8e98e8faac','e4c579aa963df143cba77c441d8429dbb569dc2b',1,'core_h5p','libraries',101,'/H5P.Agamotto-1.5/language/','de.json',NULL,2239,'application/json',0,NULL,NULL,NULL,1691069369,1691069369,0,NULL),(3960,'a1acf766019d5cc7a19c9a955046b611b731ffbe','927749f89f80ff0094496d613419cf8e9c31fe4b',1,'core_h5p','libraries',101,'/H5P.Agamotto-1.5/language/','bg.json',NULL,3118,'application/json',0,NULL,NULL,NULL,1691069369,1691069369,0,NULL),(3961,'9a5bf2bf0c8ee0cde54639d0cda5d7f3fcb19f8f','c18cbeee0909750f36741f62056fe938a996bbf8',1,'core_h5p','libraries',101,'/H5P.Agamotto-1.5/language/','it.json',NULL,2156,'application/json',0,NULL,NULL,NULL,1691069369,1691069369,0,NULL),(3962,'8cd069ac824f7c8c3d4164826381bd9ca41b0e09','ce93c00bd341101fafa084f096676cd954696cf3',1,'core_h5p','libraries',101,'/H5P.Agamotto-1.5/language/','es.json',NULL,2286,'application/json',0,NULL,NULL,NULL,1691069369,1691069369,0,NULL),(3963,'8cd069ac824f7c8c3d4164826381bd9ca41b0e09','3d31cab182223175d19069b4815fad973fa5f0e0',1,'core_h5p','libraries',101,'/H5P.Agamotto-1.5/language/','es-mx.json',NULL,2286,'application/json',0,NULL,NULL,NULL,1691069369,1691069369,0,NULL),(3964,'29d7d822a1161e6a600bdeb4d43ff5735106a5c2','4ce90df899c4dda5cfb459b793e56d73ed270afc',1,'core_h5p','libraries',101,'/H5P.Agamotto-1.5/language/','smj.json',NULL,1975,'application/json',0,NULL,NULL,NULL,1691069369,1691069369,0,NULL),(3965,'636bbd11e8f69313b928c0e7e5b691327d066f90','f1ac29e5133e5c9d75a056a06cb5d32f8193ae12',1,'core_h5p','libraries',101,'/H5P.Agamotto-1.5/','icon.svg',NULL,9766,'image/svg+xml',0,NULL,NULL,NULL,1691069369,1691069369,0,NULL),(3967,'e151523c41c6c519d1206ca72095385633f7e646','bd5050de61ede751b626bb01b58422b6e9be90b3',1,'core_h5p','libraries',102,'/flowplayer-1.0/','library.json',NULL,324,'application/json',0,NULL,NULL,NULL,1691069371,1691069371,0,NULL),(3968,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8a29aebed1cc1243c7b13241ee5758d2f2f7eb3a',1,'core_h5p','libraries',102,'/flowplayer-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069371,1691069371,0,NULL),(3969,'da39a3ee5e6b4b0d3255bfef95601890afd80709','174dcc0bcf027df901043806c0f12c9144f053f0',1,'core_h5p','libraries',102,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069371,1691069371,0,NULL),(3970,'657d46ebac9434e829e32d48660683f6d5c464b1','815c15784acb18d76a4e912223907d78b5d03736',1,'core_h5p','libraries',102,'/flowplayer-1.0/scripts/','flowplayer-3.2.12.min.js',NULL,16272,'application/x-javascript',0,NULL,NULL,NULL,1691069371,1691069371,0,NULL),(3971,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ef8e2a11d01c1d540c97684e090aee9a81b0a247',1,'core_h5p','libraries',102,'/flowplayer-1.0/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069371,1691069371,0,NULL),(3972,'86d5636b07dd0b37f926c7e19b89e939dcd4b704','4f7fa2ea45f04c5527807a91db3156ab321b8eec',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/styles/','audio.css',NULL,2414,'text/css',0,NULL,NULL,NULL,1691069371,1691069371,0,NULL),(3973,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7931110746636563a6eab0c647577ea2bd3c629b',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3974,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9583e1230e40ba51e5ca96d67f8fa0c6de15717f',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3975,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7d1e8575a3dbd88ae5700ec4428cc9401dfefdf8',1,'core_h5p','libraries',103,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3976,'ce11681cff69fbbd3d1a038ccad7be2fe1334b84','e1ba33df2b75f6165899edde31cdfb2b82ee912a',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/','library.json',NULL,715,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3977,'2c7435a201f81265b22fabc6c139c1d84db76a56','4375031443eebbf8a95aa1540d86f9facabf3a8d',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/','semantics.json',NULL,3764,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3978,'d82d898e3c0b695bfaa893ce3a629410229c0d06','f634e258566b1cef7bdb59070d1f069ddb51e3bc',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','ja.json',NULL,2574,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3979,'da39a3ee5e6b4b0d3255bfef95601890afd80709','46a156a19d35ed3ee711bca0fc80cfd03b514d30',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3980,'bf2c43921d8101d49262d87c84c6906aac95e456','1a4085c3a642b724cbdb7c4c9ba28e8143d0a1c6',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','ru.json',NULL,2296,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3981,'bf2c43921d8101d49262d87c84c6906aac95e456','bd50998b6e3271c7e27e2864cdf34403ea157181',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','bs.json',NULL,2296,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3982,'b63a3590a7538f6c6523658d2bc294fbf11df63d','8b0c16e024114a9fba0ae04b19d3dd417fe60914',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','nn.json',NULL,2437,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3983,'bf2c43921d8101d49262d87c84c6906aac95e456','d6a0474182ade3cd8be3390c11a8ae334121f6b4',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','ro.json',NULL,2296,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3984,'bf2c43921d8101d49262d87c84c6906aac95e456','fcb8a2d9e4914b1a16f31c05537114dec2bb395b',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','el.json',NULL,2296,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3985,'bf2c43921d8101d49262d87c84c6906aac95e456','b32a73ae2d6655a319caae4487ab242d9f9c5296',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','cs.json',NULL,2296,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3986,'5b1b54bb753784391cbd87385ce6a0fd4358594e','16b90062d034d2c614f9130a2d77191878480e33',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','da.json',NULL,2405,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3987,'90b2c80c11816bd35d143bfd43e5a51750aad4fb','2f29db6c4285fa2bf7aef28722d5ca598f2da206',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','nl.json',NULL,2413,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3988,'bf2c43921d8101d49262d87c84c6906aac95e456','2556a69d9b68d9f6f5a3e85e0f5a538842d098e2',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','ca.json',NULL,2296,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3989,'bf2c43921d8101d49262d87c84c6906aac95e456','a2338c037ca924929b686ea968370094a4429e9a',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','pt.json',NULL,2296,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3990,'bf2c43921d8101d49262d87c84c6906aac95e456','25b0c85be51745a8d72092184042cf00577e9725',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','sr.json',NULL,2296,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3991,'bf2c43921d8101d49262d87c84c6906aac95e456','4ada4d42a06f80434c2e8269af577c93460fa8f8',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','hu.json',NULL,2296,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3992,'bf2c43921d8101d49262d87c84c6906aac95e456','a0a393a8dfb93813920dbe356e97632cb778fb5a',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','sv.json',NULL,2296,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3993,'2a811b01d0db81a9dd2ace69f04fe041edb0aa00','fb5dad799805cd87b05607e0ae3a39da925bd892',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','ar.json',NULL,2752,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3994,'bf2c43921d8101d49262d87c84c6906aac95e456','8b74bb2c83372f559b7c2e20a07d0a5392ad59f8',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','af.json',NULL,2296,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3995,'bf2c43921d8101d49262d87c84c6906aac95e456','ccd7aa5f1d502bee25180ca75d160f4a9897a527',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','vi.json',NULL,2296,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3996,'bf2c43921d8101d49262d87c84c6906aac95e456','5b818732e1cb4d7753c5d44cd1dc8d57af7e3b8c',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','et.json',NULL,2296,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3997,'9ccdeb43b305920747de2cda05fb44d60abb7e9d','e859f46be0d5b8972a3c7cc27ea4dc6bae8833ee',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','nb.json',NULL,2436,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3998,'bf2c43921d8101d49262d87c84c6906aac95e456','64766bee8f27808014e7452402188adf44b06b7d',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','ko.json',NULL,2296,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(3999,'e709cff2a5ea4312d00853e2930dbe29dfd0b58b','d515ad6e75bf884adcb1b25688da74b8ed036aa2',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','de.json',NULL,2626,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(4000,'bf2c43921d8101d49262d87c84c6906aac95e456','5b135a774b8a4c9bdae6192cd89029119db9e520',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','he.json',NULL,2296,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(4001,'3681eb9f92526907e2d0f29496f206f1000d2205','f752d5b66eab61c80449baa5b871790350228c5d',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','it.json',NULL,2434,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(4002,'de89b45f7d8c696aa0031d544371fc625928217b','12b0f2a3d848ed921898ecc855566500be7a8168',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','fi.json',NULL,2282,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(4003,'36f58897e0518ea9242d3097c445012a92d3a444','ddc2e4162572d31131d92881682dd1d77c7d603e',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','es.json',NULL,2510,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(4004,'bf2c43921d8101d49262d87c84c6906aac95e456','ebac13f65e679ef543ffa58a143d16eaa9102382',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','tr.json',NULL,2296,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(4005,'bf2c43921d8101d49262d87c84c6906aac95e456','02997cbb2378a4dbd605b8ecb435def22f6975b5',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','pl.json',NULL,2296,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(4006,'4f1acd84df6676227dd381f55b376fec510588c5','5fe3e04835f809d24aaa6a49454b4f0031e5bfbf',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/language/','fr.json',NULL,2494,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(4007,'8b7321bd8480575427429cc56955ea5ad5368750','d90543ba5f9440b13f8fca099157fbfb7249b12d',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/scripts/','audio.js',NULL,7994,'application/x-javascript',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(4008,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3892230477862119891f38c3046cc8d7b7f189de',1,'core_h5p','libraries',103,'/H5P.Audio-1.2/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(4009,'019f9ac2c5fe124710e010305d990532a4e9a557','6c86c2dd27f99dc87ba2cae5d3a48e8b62b0e4b8',1,'core_h5p','libraries',104,'/H5P.ImageSequencing-1.1/styles/','h5p-image-sequencing.css',NULL,7328,'text/css',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(4010,'da39a3ee5e6b4b0d3255bfef95601890afd80709','785ae3f1db26d6d7b16810d4893282e2f77cb4d7',1,'core_h5p','libraries',104,'/H5P.ImageSequencing-1.1/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(4011,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8db5323bf6144cb957ab1d822a9241d153e8c9b3',1,'core_h5p','libraries',104,'/H5P.ImageSequencing-1.1/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(4012,'da39a3ee5e6b4b0d3255bfef95601890afd80709','6665ea02923171f98ca7686a9c1e6cf3d10ae26b',1,'core_h5p','libraries',104,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(4013,'3783cf75b971cc95c5fddf438410a5ddd0329b01','0773038b5711d95fefd8fd6acb0be8a51aa87153',1,'core_h5p','libraries',104,'/H5P.ImageSequencing-1.1/','upgrades.js',NULL,770,'application/x-javascript',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(4014,'1e0ea20d4014c2f89e865097e1550d89ff55f151','5d6db45c84195f8b6db01f8aa665f1f8bc99414b',1,'core_h5p','libraries',104,'/H5P.ImageSequencing-1.1/','library.json',NULL,1359,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(4015,'654966f4ab5535e11b16b9a52b2b9f1fbceda4f6','44f6cc859b4fe64b7888063b2c4b17e8a700ccfa',1,'core_h5p','libraries',104,'/H5P.ImageSequencing-1.1/','semantics.json',NULL,5044,'application/json',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(4016,'5c7b62030adf126e4594c0b0faf0e5ce1a6bee68','e3acf4b74793b7307b567783fce8e9f3bebfe499',1,'core_h5p','libraries',104,'/H5P.ImageSequencing-1.1/scripts/','h5p-image-sequencing-counter.js',NULL,789,'application/x-javascript',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(4017,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e2792b170c44fc97dc9a75f8e6e2371b01e8ec61',1,'core_h5p','libraries',104,'/H5P.ImageSequencing-1.1/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(4018,'851beffaf2fb71bc358e02e52d3f99336d7e83aa','30421a51cdc5403e833c00e3f308716f8607cc2b',1,'core_h5p','libraries',104,'/H5P.ImageSequencing-1.1/scripts/','h5p-image-sequencing.js',NULL,18194,'application/x-javascript',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(4019,'ef8784ce14a8abd284ea931fa8abecce6daf631c','3d4b7728e2076a10899b0e20733d2e8738eabba4',1,'core_h5p','libraries',104,'/H5P.ImageSequencing-1.1/scripts/','h5p-image-sequencing-timer.js',NULL,1324,'application/x-javascript',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(4020,'5bc7f5ec3300f71aecc89c3421ed56f9b750df0f','be5a356ebb0333038d451ac7946025cca58f7ad8',1,'core_h5p','libraries',104,'/H5P.ImageSequencing-1.1/scripts/','h5p-image-sequencing-card.js',NULL,8514,'application/x-javascript',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(4021,'5cb442eec40a60eb100c869f40384193e1e956fe','822ce587928b75f94b68318728f40cfec247146f',1,'core_h5p','libraries',104,'/H5P.ImageSequencing-1.1/','icon.svg',NULL,7630,'image/svg+xml',0,NULL,NULL,NULL,1691069372,1691069372,0,NULL),(4023,'ec290e11740a708020cf8e05bad1a3a391d99ef7','96a28f5febdfe8f4b1089ff7fe6a4164ac04c184',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/css/','flashcards.css',NULL,19316,'text/css',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4024,'da39a3ee5e6b4b0d3255bfef95601890afd80709','bbe8f6ccc62f80354f06045e1a674020d22819df',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/css/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4025,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f4eb7efa0e2f00f3a266eadd765b9e18da8ec5c9',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4026,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b4cac45d639120be4901bc43d02289fe334a097b',1,'core_h5p','libraries',105,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4027,'4a72f4ecdc7248fe3290b31397505f8ec194347b','9fa9e0e91025e7cb2cfbb64fc335cc5d220394e7',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/','upgrades.js',NULL,957,'application/x-javascript',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4028,'0b85608e2e0236a9f520b51e8c4d0b8ab1a9443f','432c975b0f88bcf3fc5c513d0d7b6ab820451c3c',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/','library.json',NULL,1008,'application/json',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4029,'b864eb455f635cfad9a97a371496225f20cf6386','47311d07a0bdec34a7bef1b80392ff9111c7f321',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/js/','flashcards.js',NULL,24481,'application/x-javascript',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4030,'da39a3ee5e6b4b0d3255bfef95601890afd80709','6dd4333c4200e0c2cd282239f8c0388498bc4a48',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/js/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4031,'01a00ee2bbaaf1ec21e05e09a4bf7349472877d0','6e36fe472cdca80797c4b4c2da0081b651e18833',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/js/','xapi.js',NULL,2755,'application/x-javascript',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4032,'7c5840c563914f315d8ff54a3ace8c2af608de00','c72b724b331059ff702576b593c6eb14e5baa871',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/','semantics.json',NULL,6165,'application/json',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4033,'e8f1f9df33280af0384a3916ac0f7e7d08e23f15','481b66c1b3f0874138ee1f874c6ebfe7af4a25fe',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','sme.json',NULL,3526,'application/json',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4034,'da39a3ee5e6b4b0d3255bfef95601890afd80709','38d4c7f5db1beebbc5a6f4a5dfe7d050cc86e166',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4035,'e8f1f9df33280af0384a3916ac0f7e7d08e23f15','bcd2595b7eea61d27f11078bba418430b29bd129',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','ja.json',NULL,3526,'application/json',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4036,'624d225d51c10d54cc02e79a83dd220cb634eeb6','c90eb1cd27a9aeeb65920a021e3483069ad81e7c',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','ru.json',NULL,5062,'application/json',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4037,'d51bb6a6e340104b378738f9a44fdb464a52dbea','72de6348f5f4e84f0fafc9e598174ee48a4a4992',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','lt.json',NULL,3614,'application/json',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4038,'fb18c95e0b2ca4551c5c8afa7ff3cfb9a35cd852','f2be4c47acba9383495a29abe279286f6b0ebca3',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','bs.json',NULL,3515,'application/json',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4039,'b8d8a5a8a98565d7106371f4d71deb6d323c1c6a','ff5c341533067d48db12eb981742a7be26daabb3',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','nn.json',NULL,3542,'application/json',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4040,'e8f1f9df33280af0384a3916ac0f7e7d08e23f15','9641a325c1a2a33192e59cbbb514bfc9ae2ef9fe',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','ro.json',NULL,3526,'application/json',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4041,'ac90bd2e961fe00066a92fb61fe795c6f48cb775','729b269b01937d17287794fed19d7745856ee180',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','el.json',NULL,5391,'application/json',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4042,'aa9766fe59aae73e746199ba798b62d37207bf7e','6158e3dd0eec97e83dd967b90f21fb86ad03bdf2',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','km.json',NULL,3939,'application/json',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4043,'58a4d2e4b488b10427b9152949b1fdbaef9ba452','5e289e7d711585f5fea9241f4d93fba64560d835',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','cs.json',NULL,3819,'application/json',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4044,'e8f1f9df33280af0384a3916ac0f7e7d08e23f15','b1ff1538154035c9bc00bb3ad17e6edeb41eba3a',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','sma.json',NULL,3526,'application/json',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4045,'5e954df96d200cd7e109d4e4830e2d1e2171e912','db5981361b8790361d7ce82ea8f5d52bb10315ec',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','da.json',NULL,3544,'application/json',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4046,'dffc0c178b4d0b7ff16160775ad73e4b8e57b9fe','48acd059dee82ce999cffb0984da93b181626254',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','eu.json',NULL,3806,'application/json',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4047,'90d27569da21b121612a4106dc4827ffd6694992','ea2086e61b85e4b484832bffc5c2f55629e96300',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','nl.json',NULL,3778,'application/json',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4048,'3d6cf38366c5c22e4c58aa185d05fd6fb0df995d','f79ac21f94c932b768f641696bbb1c29cef8bf99',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','ca.json',NULL,3954,'application/json',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4049,'a49a926b5223ebfc37451ab32bd08d8d767c5e6c','ef874121de063f85e291724cd1291483d39b642c',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','pt.json',NULL,3872,'application/json',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4050,'0826281c724095c6acaca757e3e2a005039a7666','2af163f87feb495d16d31b9542c5a5a0d334379d',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','sr.json',NULL,4571,'application/json',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4051,'e8f1f9df33280af0384a3916ac0f7e7d08e23f15','1c3897584c5750e3ef9cb00ac617337302427eaa',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','hu.json',NULL,3526,'application/json',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4052,'b0507a6387c9f015c5a836fc5704eadbd22f2dfa','537075c317f83f24d41c26cb641dea35a118d446',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','sv.json',NULL,3597,'application/json',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4053,'9c2edd3fde3d875ddd1abd04ce316dac98729132','a29ac70f04bf37ed224561d0ab0fc2ddbc7fc079',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','ar.json',NULL,3908,'application/json',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4054,'eb5d14dabf5a45a107646ff3a9b8852e7d028a3c','a321bdda254d28a594f5e9cd90d40ceeea9457f6',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','uk.json',NULL,5002,'application/json',0,NULL,NULL,NULL,1691069375,1691069375,0,NULL),(4055,'655115fd7a9f315ef67877adae49836ad2da0825','185677de26d5eddba6fe9cee6699ebc0c9f26b7b',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','zh-hans.json',NULL,3529,'application/json',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4056,'293724fc0439869019c0b89bef96816199a0109b','5af8997040c2f9f38e52b37adfdf023e447be1ad',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','mn.json',NULL,4754,'application/json',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4057,'22f107b22c5d8160102ce157ab3b6c55b8dc53f4','bb7ee52f5dd40a4ba2f362bed9a9b7f7eda83323',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','af.json',NULL,3664,'application/json',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4058,'da3a74c396acd424d633f81e1c215a0c6b0cc565','d8ba7fd78d1a3a07240a787ab19042e8b1708242',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','vi.json',NULL,3567,'application/json',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4059,'6ba407885329075c1d5a629655641ebc60db3911','563c6d8fe03336db15e755b4556c161bb9c3e26a',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','et.json',NULL,3589,'application/json',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4060,'621dd983df75016787e2adb89d5eccd7123845e3','7bf3359a7110961b9e0894c201d40826a3fe2429',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','nb.json',NULL,3530,'application/json',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4061,'81a51d20b7a0b3a3c20e154bd4e787d689db5aa6','468090be4562ea345b63735ad230d25e10596437',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','ko.json',NULL,3701,'application/json',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4062,'95504995ed11ac0611cd9dd22368e1e82f5491cd','03f48d9957c01cc61c99aecfc4713b3538762f55',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','de.json',NULL,3892,'application/json',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4063,'059f01282c28f23849841d86fbfcb8beb090f5e4','5f6b5c350901a86dd3c56737c54e45933705b6fd',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','lv.json',NULL,3754,'application/json',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4064,'61910042aca44173c361246084f5c0c6eaca00ef','b23dfec096557c1eb7d067f50bd0c2724e44dd74',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','pt-br.json',NULL,3873,'application/json',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4065,'6e188916181429672ffcd38722f39b32f2ed26b0','eb789265c2faf05d158d5b0f5152062c69e3fd62',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','ka.json',NULL,6388,'application/json',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4066,'31351698ee87d485457a36d237e0d6c4dde5f71e','c9e770e16d7cf00cc67710bce70f1fcc8a879860',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','bg.json',NULL,5116,'application/json',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4067,'977fa16a695b1ea9ce4313507c6098a173567d43','43ba5d922591150ebcd311cb1cc216c34ae7b727',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','he.json',NULL,3848,'application/json',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4068,'ead38f7b05a3af7ec97fffda111bfcc906cb0ecc','471dc5171041b86f9e084979063c71c4ebb7c917',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','it.json',NULL,3848,'application/json',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4069,'2ed0541a9b08f21383cf5638ead463836fbb2dec','f9a0019741cf3a35fa4a9bfbf691deb35835bab2',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','fi.json',NULL,3788,'application/json',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4070,'aba612ae50635a73700485211794babc040307a4','5319e4b8b50507650cd1dc887ee152c867a88a65',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','gl.json',NULL,3905,'application/json',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4071,'e1f219ee4a35f2438dd74d7f90c276fe8e1fc7fa','3c3a89f111121320b148288ad48bb6c5fdf92b0c',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','es.json',NULL,3899,'application/json',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4072,'28cf6b8fc095cf1050061940083704785e1c2c7e','3835acff623a47da8cb8472b81cbda1f85012484',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','sl.json',NULL,3394,'application/json',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4073,'ef6f8504b36b14689a0ca5aaa7fdec39e784120f','40f0ba48f49c06994ea7ade763beb200323b0b49',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','es-mx.json',NULL,3974,'application/json',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4074,'35d1a3ffa2524cd60a9b8ee40a267f31975c02ba','6c41d2256c0e9949d25f7705648a260e0d0e6643',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','tr.json',NULL,3902,'application/json',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4075,'7b284d28d565f32935f99b0eba4eebd87b3ce3f4','719b4b9386b70d6d854d9a5d43181f572561a614',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','sw.json',NULL,3659,'application/json',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4076,'50da33196d25b1961e1ceb03811d808688a2c0f2','36740bf3480649122d29246c8b69343ab1cca224',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','pl.json',NULL,3559,'application/json',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4077,'002cce0638db416de9ee89201acbe6d832c8cfa0','bd89fc00896ba1e3019677f189d3972d44b50393',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','fr.json',NULL,3910,'application/json',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4078,'e8f1f9df33280af0384a3916ac0f7e7d08e23f15','ce2da97be90a758804ad5ae44fd27d07e042ce0d',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/language/','smj.json',NULL,3526,'application/json',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4079,'07f5245c7927a68bf9513375b5d78cdf234ac0c9','e12d004ccd9f27e120185666ffbb280f3deec7e2',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/','presave.js',NULL,720,'application/x-javascript',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4080,'322d0f47962fa336b6aa4def57733c09549fcf0b','9f34dd4c9a608d2e133ac04c1e12e8eb994dbfef',1,'core_h5p','libraries',105,'/H5P.Flashcards-1.6/','icon.svg',NULL,2220,'image/svg+xml',0,NULL,NULL,NULL,1691069376,1691069376,0,NULL),(4121,'de615fc7ea56cc4910ecb85835fa5a26ac845bf1','87ff49683128c64fee3dd05be661b1dcc88f579b',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/','library.json',NULL,453,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4122,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ef28edca98772e79154d706176a103e75bf905a6',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4123,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f0b82772580d33ba0a120d9c26207e0d5253d11b',1,'core_h5p','libraries',107,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4124,'2a8e4274be4bc8edad4fdcacc192b05064666918','f009d713f95194003266242ac0775874f7135d8a',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/','semantics.json',NULL,122,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4125,'9c10970afb41c6affdb9067e9ec790856bea3d68','cc036154110ed796fb87484194aeb662fe53dd94',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/','image-slide.js',NULL,3613,'application/x-javascript',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4126,'f942d32c7df308842179c4d77340aff97aa7314b','13814b661d5218b989ccc8f234442442d3d7f1a3',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','sme.json',NULL,59,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4127,'da39a3ee5e6b4b0d3255bfef95601890afd80709','62ec9b16c8ca92506762da3f5f13e0701351602d',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4128,'bf2735a3ee8e721622c82c71df157c2d58ed7b4a','47e4a5ec00747c457b32b77fd3fb545e4eb1fa2e',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','ru.json',NULL,76,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4129,'e8e0cf6c322b15c5a7d5e0472cf3ece3e8b952fd','ab5b977939ef71ebf717ab4d72e253d1edf1283d',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','lt.json',NULL,68,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4130,'b0697a691e51fbee224a63976a74744faa188280','578e56590cf44e04abf357095f615beb8c2b1441',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','nn.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4131,'c2e5f3053cee32acdec25be8a46064904df0a5ba','80c4f1ef6a86e6ae551966b62f82f10e2aeb2ccb',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','el.json',NULL,67,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4132,'79ddd1bfaf723b4e27f5e351d18c8d357f947e9f','3b4183ff8f3f170ff7a265805870e21569ebd19f',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','cs.json',NULL,63,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4133,'f942d32c7df308842179c4d77340aff97aa7314b','2e339bcd2a73bb338392f627d053be2184c0596e',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','sma.json',NULL,59,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4134,'9f32985539679ec32d3f4ca661310a5b617d248b','4ad6c64b5ef6597c38549e396999a8842a6059b1',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','eu.json',NULL,61,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4135,'aa194f1a8a5fec43654e31d19354bc43c9e162ac','0952b59df3c48930123ef054f8039d183772f166',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','nl.json',NULL,65,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4136,'7a32272b035a50992a5d82a8272bf2722798c7f9','1773a9c31efb3d21d6a55183da8d2beb812dffd8',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','pt.json',NULL,61,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4137,'6f54de51815bbe5b6cf5ded18f2a925e75ebaf44','04f6e03b2a8b1db775547dbf2a2f89a8502e770f',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','sv.json',NULL,59,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4138,'714699b69ad5c6a2fdcd8932ab514be474221197','6b46b89921bc232bd9a6558fc31bbb3557ceeff2',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','ar.json',NULL,63,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4139,'765bfc2160f669d651c4a5b78d8450c07bb7d7be','8ccc277dba40d771a27242969d80aea925ec8a8a',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','uk.json',NULL,74,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4140,'fd8c15b4b72edf21db7aa80998e0abaa8c764e03','5e8eeaddb247eef6292261c885ba7953a1eca112',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','mn.json',NULL,63,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4141,'e53f62d801352fec8745b188ce7a07b866afc2d8','5afa65434ac67b9c4807b29e02a7aec14e7598aa',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','nb.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4142,'1a6eac0d89fa805343e218e12ea67206ef9467c7','df715b07b74e286aa6199e2f2627351d6f1a7fa9',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','fa.json',NULL,65,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4143,'6f54de51815bbe5b6cf5ded18f2a925e75ebaf44','d59b0bd75f1f38b20b093c4fc916ef440199f783',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','de.json',NULL,59,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4144,'3288bee86fd66fc3785609aebc559c4d10c0ed5b','9e7c799c12cf1dc9fe72939759f96dca5ea7b284',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','lv.json',NULL,62,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4145,'7a32272b035a50992a5d82a8272bf2722798c7f9','afe3781c898fead4bd5a48f75fa61c15532766a8',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','pt-br.json',NULL,61,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4146,'dc5d1990a0af0f010315d8eeab2722967b318a95','1af7d1ac590fcb180c6eb510c4bb4cd3dc0138c0',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','ka.json',NULL,91,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4147,'efda204751c4caf3fb9db5a5cd1c198d2e9a1a36','3eaca8e81158cd3f7ad050cabf7662958cccb096',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','bg.json',NULL,84,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4148,'d4726ac4aa010d549ed695febf2a6b944180c4b8','1a151696c9026946629fa18c3b35ce9e8cd98a81',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','it.json',NULL,63,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4149,'eac237db3ddc7b6bd9578cd0050de838b9827495','7e02a64a4ce383524213f58604d107071b85181e',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','gl.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4150,'4cd5122655a968161ae7de7812d4e066f701dba5','bb9b989300fd2a5bc661356eb4741909687b4c23',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','es.json',NULL,61,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4151,'4cd5122655a968161ae7de7812d4e066f701dba5','e5f39a09b081e1c8ed29a3590d7706deaa5df90f',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','es-mx.json',NULL,61,'application/json',0,NULL,NULL,NULL,1691069381,1691069381,0,NULL),(4152,'080f41b73c2ba77890c5e76512639a3e021a4b89','385d539f1d699354a953205df824d02ac58eea06',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','sw.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069382,1691069382,0,NULL),(4153,'b0697a691e51fbee224a63976a74744faa188280','0863c23ecd61fdac70da02abc3a78ea8859203ef',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','fr.json',NULL,60,'application/json',0,NULL,NULL,NULL,1691069382,1691069382,0,NULL),(4154,'f942d32c7df308842179c4d77340aff97aa7314b','388e5fb336c80e545e18aca607a50628841cf139',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/language/','smj.json',NULL,59,'application/json',0,NULL,NULL,NULL,1691069382,1691069382,0,NULL),(4155,'7c4f8300253f567c8e9790ecc4f02e5c1a6fb41f','dde83faf540f5b70715a9cad07cdf0f2089aca54',1,'core_h5p','libraries',107,'/H5P.ImageSlide-1.1/','image-slide.css',NULL,152,'text/css',0,NULL,NULL,NULL,1691069382,1691069382,0,NULL),(4239,'7add3e37ce1a3308b73c1ddccc193cb838e3d9b0','e09337d02e87b1f407ee2a43121c7b6098f96410',1,'core_h5p','libraries',110,'/H5P.ImagePair-1.4/','h5p-image-pair.css',NULL,7002,'text/css',0,NULL,NULL,NULL,1691069389,1691069389,0,NULL),(4240,'da39a3ee5e6b4b0d3255bfef95601890afd80709','58e64d22f0955d920ac632c162442c8206a95b14',1,'core_h5p','libraries',110,'/H5P.ImagePair-1.4/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069389,1691069389,0,NULL),(4241,'da39a3ee5e6b4b0d3255bfef95601890afd80709','73da9d4bcc2c45677d0d3d81030c0961516c87d2',1,'core_h5p','libraries',110,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069389,1691069389,0,NULL),(4242,'3c4ea78d34945dd621920b924fb637b127c22736','ddd9c9d82b98d26d58dc0204da4593866271410c',1,'core_h5p','libraries',110,'/H5P.ImagePair-1.4/','h5p-image-pair.js',NULL,19883,'application/x-javascript',0,NULL,NULL,NULL,1691069389,1691069389,0,NULL),(4243,'95c1adf091ab50af0591ce76911ae7fe5079a6c1','9680ed96efa7d990f32ec0c64bc238538baf5281',1,'core_h5p','libraries',110,'/H5P.ImagePair-1.4/','h5p-image-pair-card.js',NULL,8580,'application/x-javascript',0,NULL,NULL,NULL,1691069389,1691069389,0,NULL),(4244,'cc6bb97d0f3982fdba9b3e9ace2a1247e5f46a32','a8c7ead1a87b33819520f1a8f59b5cbf0212bfeb',1,'core_h5p','libraries',110,'/H5P.ImagePair-1.4/','library.json',NULL,835,'application/json',0,NULL,NULL,NULL,1691069389,1691069389,0,NULL),(4245,'7edc8d8636545489c38cfae299a5b92b1af28437','0964b60959e128abaaddd1cf3e36bc7fad0b3c40',1,'core_h5p','libraries',110,'/H5P.ImagePair-1.4/','semantics.json',NULL,3204,'application/json',0,NULL,NULL,NULL,1691069389,1691069389,0,NULL),(4246,'5c0f85d18768e066926f9e59cd4fa9cde5bc61b5','054c2af6b695f676d21bb70c1dbb16d55f7b500a',1,'core_h5p','libraries',110,'/H5P.ImagePair-1.4/','icon.svg',NULL,18415,'image/svg+xml',0,NULL,NULL,NULL,1691069389,1691069389,0,NULL),(4248,'37229a6dd696b9a8bbf335d81ac17f130703842b','323e884d731c3e70a1195a9873630ba0c06aa3d4',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/styles/','audio.css',NULL,3560,'text/css',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4249,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b875ec65a85bd6a0407921c17c3a00da49e07c68',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4250,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2a2659f68e27370cb3cc6ea3a0d262b874dc1027',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4251,'da39a3ee5e6b4b0d3255bfef95601890afd80709','6c2e3c4ba87b547f41416dd6afb1652ef2cb7d51',1,'core_h5p','libraries',111,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4252,'0f38b4f3bb0acba4b0735328664b1cda0d72dc8c','48d6e0f84f1caeb8ed5a9b4c5e2700b4aee27f83',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/','upgrades.js',NULL,1773,'application/x-javascript',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4253,'72d202bb34266438a84895be8194f762fdfed7bb','53ceb249f068899cdbc24b3211a2e1b168eaa4ff',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/','library.json',NULL,850,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4254,'76bc1247795b3302d85369761f65415c4c8f8d29','5e6324d0bc861b407e002125a19eb11b8a975e8e',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/','semantics.json',NULL,2371,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4255,'380ce3ac1b97b3d78393daf7c13ee32f36c85b76','a9764fd416705af6e2a8f8031a2d168bf6aafbe9',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','sme.json',NULL,1085,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4256,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9be3d6a3f057b20934a2fd72e2a1de61af62ddac',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4257,'95c8072fdc25881864a6954320b76f3c6057dc28','8410b7637f0b85de0404c0b1001ec3a1f71535aa',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','ja.json',NULL,1335,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4258,'c6876828d9dbbd148241dbf2556b55474fbe4d64','45419723aebcdbcb526520bd0d8d2602ab6a8cda',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','ru.json',NULL,1806,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4259,'6e8a186eb82f51ca5f3ed5c4ef745cd4888d3786','b4f2fb408f785f0f6254517fb7d966f1b9ddf910',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','zh.json',NULL,1059,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4260,'919175486830dfaa21a0ac701f87c195a28b36b0','93bcc484333424f64accc37e46525690a36025ae',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','bs.json',NULL,1079,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4261,'64be9208d77667804492e0b2b5d9ec7aa0d126f0','7a8ee734e14a1a1a5dcb6b97e62b5c7ee9f88fd2',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','nn.json',NULL,1138,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4262,'380ce3ac1b97b3d78393daf7c13ee32f36c85b76','30b71944b6147d74c557ec8b2328bd3e5261b238',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','ro.json',NULL,1085,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4263,'b16c31841f43ce3680a70e5f417f5d55c7c27611','e0d2afd35f8e1c56dbae213cc4298b02af54abfd',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','el.json',NULL,2089,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4264,'0d35baddc00f41e7436fc0e0b0d0d305e02e1d35','5c95ee1763bbf34798b40d6faf102d74f32053e6',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','km.json',NULL,1874,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4265,'1d075045c1cdfed7973c8d5d8af66563a7232e79','a897b2a7c6b76564646269a4a97c95ca22d0e694',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','cs.json',NULL,1243,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4266,'380ce3ac1b97b3d78393daf7c13ee32f36c85b76','6605ad8b38c73552210c16e1903faa5a5d557318',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','sma.json',NULL,1085,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4267,'ac235aa41dbe7fc9b3a96223bb2e8ebde261612d','0455adfb0ba743b0ed72cedb51739a8153db8050',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','da.json',NULL,1155,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4268,'e2bd029b3bee0536a6369529a75ca6e87e5b16bc','6a443dbf961e2793264011ba190d2f9e03fa1511',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','eu.json',NULL,1228,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4269,'83c0e02856c4796afd5f8f2ad1ac34efa83fc39b','d77e224874af50d337d8790198fa9e202c3cc2d2',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','nl.json',NULL,1164,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4270,'c735d1012594af1e1fc9d9d12440ab553d7933ce','8aedf391be2d64a25a9bab4beffd4343bc60e344',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','ca.json',NULL,1322,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4271,'380ce3ac1b97b3d78393daf7c13ee32f36c85b76','e865bf0c7d4cc473e1e5dd672984f945d4e21067',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','pt.json',NULL,1085,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4272,'26b08d40d9e02035ea68405bfba26307f49989cd','81c2a0dbf6d5cc98b6883004898041b4d83926a6',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','sr.json',NULL,1668,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4273,'380ce3ac1b97b3d78393daf7c13ee32f36c85b76','34c4dccca6d1ab52960a307086e9cfaac881cb99',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','hu.json',NULL,1085,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4274,'380ce3ac1b97b3d78393daf7c13ee32f36c85b76','dbed0ec2988f2143617b06d8134d6c893c3e8c98',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','sv.json',NULL,1085,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4275,'70a32f0b78eff28fbc2cbe489a5c5b092de1dc04','27034481a6ab483338bdb400e7c999f550d85964',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','ar.json',NULL,1445,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4276,'6e8a186eb82f51ca5f3ed5c4ef745cd4888d3786','77f4b4b47bdbd07f3ca3a5fa81d422680be88e87',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','zh-hant.json',NULL,1059,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4277,'aa7dc211aa5dc6bd771ede4f334908fee908ad21','e05ea18e78f7ba06b5ac3a313535be1f3dc42ccd',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','zh-hans.json',NULL,1059,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4278,'9f7a5a1fe53dcada8d820aeb9d7e4d8097818e7b','4d412814786174fcd0792d3739f6db4b5022d3e4',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','af.json',NULL,1142,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4279,'99aae6b0580787c46a2f6426c3fb95cf31fe1ad6','66e4ddf07982103498129387e77d0c1b8038545b',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','vi.json',NULL,1318,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4280,'f197ad64588bfe166035e87bf38a5f4f0467773a','1b4158f414d0e342ea24dfdbe854c46c7286c956',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','et.json',NULL,1114,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4281,'ae1e2e7a584121342b2405e8d07b17a0e2023fb0','1f1dd45f9dead576b680d244b8cab73094ff64f9',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','nb.json',NULL,1152,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4282,'a38e13351c2439b2d3ccb1b6e757baa89ce1ae8e','1adff3f0deb1e28f684700868c64c6d90123593e',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','fa.json',NULL,1479,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4283,'6b238cd8897d7c4c0f61c9f4e5f4636ee040c4bf','c4d5bc09b7ffebe5f57f9185e523f61f7e63b1d8',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','ko.json',NULL,1314,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4284,'e706d8e9fb955afef2369307ba6aba8516262d46','a7ee111e4d894002c8b2f92f0f672b9b3381eaf0',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','de.json',NULL,1293,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4285,'ec9bf32de642a1f2daaf540d33b1efe434721d2a','81ba6a0cd772b417ea87a5647826c8e85862e400',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','pt-br.json',NULL,1178,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4286,'dee9eb471665724f1eafc914f8c7d8d5f70897b2','d44f2ba5aa9c57812e231c3e9ff78115df02b2b5',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','ka.json',NULL,2187,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4287,'1fe373cc3b491bfe65371e0cddb2181ffc54800d','ac77b3c01e5082145df7ae1e4248db3cbe41c28a',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','bg.json',NULL,1922,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4288,'f67b52c0aa4fa437eb2fee597f4a1e965a410d7d','579ef7d897b51f6cfc8d6fbded18a394a79f078f',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','he.json',NULL,1206,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4289,'575e0b4c914d625f493f38fba01efae4912321f3','d5dd62e619d2c3dc7aa9ab1a648659f974b836de',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','it.json',NULL,1175,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4290,'06bdc2c9911596957315712f66ec86b6ac6462c3','ba37c3064433445ad9f5b63134be9f88bdf5d66d',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','fi.json',NULL,1091,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4291,'f0b47b761d73f5f6271c1c6c0d20e41b18a06a8b','a190800e2b4065b4733af78715c254979a71466d',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','gl.json',NULL,1195,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4292,'5fc655bbc7e35c7a6983286033a5b078db59c414','e37c9cc9903160134a462eeabeefb72a6e4f38c6',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','es.json',NULL,1275,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4293,'281f589d09788ed7bfa95151c27576cb312882c3','bc9f5d410d1560128318247a0dd0a4502bd38bb4',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','sl.json',NULL,1163,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4294,'276f8d597eef033fec116cd5b6845ea7fb65b742','562107854184db860cc6e8a167fcdf2906ff3ce5',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','es-mx.json',NULL,1276,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4295,'ffc12816277686b95145af664ac4898baa31a1f9','f3d2493f3b4af565bc627265e98f22357ebc7d01',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','tr.json',NULL,1250,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4296,'380ce3ac1b97b3d78393daf7c13ee32f36c85b76','8ec294098de240d0082bc5b7ac2376133d9dbe42',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','pl.json',NULL,1085,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4297,'8b41275e5eb586e828b3748974b2e468bd35b31e','753ef12ae4785a8fe2124f1cf7bd0f455d5c92e3',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','fr.json',NULL,1221,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4298,'380ce3ac1b97b3d78393daf7c13ee32f36c85b76','62c3bc09caec6d5aac1bcde989c2e2f85342cb63',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/language/','smj.json',NULL,1085,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4299,'0f62d315c30d3c68fd5f0f70bc2190a134193497','403245cb56fc886258f7df9ec1a897b90e1d39e0',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/scripts/','audio.js',NULL,10480,'application/x-javascript',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4300,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9f00ec8469e5f74da615e36b360dd0e83f44647e',1,'core_h5p','libraries',111,'/H5P.Audio-1.4/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4301,'bb0a758ced75d33e47e7b5fa304c197003d1e552','735a84b8937892560928e053f7b712642c649b9e',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/','upgrades.js',NULL,1959,'application/x-javascript',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4302,'da39a3ee5e6b4b0d3255bfef95601890afd80709','bc0fff6618d3e824fa7e0019665ef461ad6ec81e',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4303,'da39a3ee5e6b4b0d3255bfef95601890afd80709','064338939ff858cdd71c3660898d85052f9448a7',1,'core_h5p','libraries',112,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4304,'2303f2c7ded6a58ad75e6bd2990e061ff9d23b60','96b82c12ac2a866230470ad62ce22007f668896d',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/','library.json',NULL,1418,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4305,'3e1f6422d900c6701802eaaadf5f4cf97b675d1a','18c702d7f104dceb59f0b8cd8916a11e88b15584',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/','semantics.json',NULL,18702,'application/json',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4306,'f9a3d539c07c7f4355dc2010d9039696c0c751dd','6ea34305212162cccd8b195ad5295a4fe14c6433',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/dist/','h5p-dictation.js',NULL,38983,'application/x-javascript',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4307,'da39a3ee5e6b4b0d3255bfef95601890afd80709','74826498e3e39f6d37cd9f95835cfeb973476fc2',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4308,'37b7ec760a8d8330d0d7cf0d11d970e2f17785ae','de51a1ac666e01f03f22d0476fd96f23824fccdf',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/dist/images/','minus-one-half.svg',NULL,5604,'image/svg+xml',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4309,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4d27d3ed59a7c84b4137f9482e49142dd1c01c7e',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/dist/images/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4310,'1c9128772c09998488ddd3507594434d8d4c8fe3','db8c8f8f9ac61852788da07e8e11d1efea1535a8',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/dist/images/','plus-one-half.svg',NULL,6634,'image/svg+xml',0,NULL,NULL,NULL,1691069392,1691069392,0,NULL),(4311,'8107cbfd41460bbccc46ad08d86883bcb7bb4cb3','f870980470bf0f547d8541dd9d14f807ea1bb9b4',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/dist/','12e0fe5ebe3415608170.woff',NULL,1284,'application/octet-stream',0,NULL,NULL,NULL,1691069393,1691069393,0,NULL),(4312,'1c9128772c09998488ddd3507594434d8d4c8fe3','71ba1000d8a4d32c2582259a4d12c5356d004911',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/dist/','fb31b65dff4d4f04e810.svg',NULL,6634,'image/svg+xml',0,NULL,NULL,NULL,1691069393,1691069393,0,NULL),(4313,'dc46dd8915aa113e588af3c00f3fcbf570c47cff','1956804d20da15ae597feb75fb622199363288a3',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/dist/','h5p-dictation.css',NULL,4490,'text/css',0,NULL,NULL,NULL,1691069393,1691069393,0,NULL),(4314,'37b7ec760a8d8330d0d7cf0d11d970e2f17785ae','089fdbfcf027e717e0f95f8cd16c98d8609308f7',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/dist/','c5095d1ed995f1f276ba.svg',NULL,5604,'image/svg+xml',0,NULL,NULL,NULL,1691069393,1691069393,0,NULL),(4315,'8107cbfd41460bbccc46ad08d86883bcb7bb4cb3','f8e1213e33afe2881675992a6f1dd656388b7cde',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/dist/fonts/','H5PDictation.woff',NULL,1284,'application/octet-stream',0,NULL,NULL,NULL,1691069393,1691069393,0,NULL),(4316,'da39a3ee5e6b4b0d3255bfef95601890afd80709','78ad5e52e8c6175229a2c77b4dc9c0f260cfa050',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/dist/fonts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069393,1691069393,0,NULL),(4317,'108e611e2ecaf8a4609d43a917d6fa41fac99c93','20d2e6cdf7d01dd5ebc1b5c253e87905f50e44d4',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/language/','ru.json',NULL,14249,'application/json',0,NULL,NULL,NULL,1691069393,1691069393,0,NULL),(4318,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0c2400e41dcce6066c00cbb262a92091885f61cd',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069393,1691069393,0,NULL),(4319,'a48fddefa432a61e82029819a1a890bf4befad67','8e438d388719f245cda60ef9db52b3c9771c993e',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/language/','el.json',NULL,14878,'application/json',0,NULL,NULL,NULL,1691069393,1691069393,0,NULL),(4320,'61f1b2261509aa2e692cfdeecbc81590883b2015','0f61d983a6264fa4fd825b6a23978a993fbb8e1c',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/language/','nl.json',NULL,11348,'application/json',0,NULL,NULL,NULL,1691069393,1691069393,0,NULL),(4321,'924b8c55e299bd14cb9ae833326f9cf7619eb071','0b82456756dbf8ffb4ab871e9d05503ed93b2b9c',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/language/','af.json',NULL,11195,'application/json',0,NULL,NULL,NULL,1691069393,1691069393,0,NULL),(4322,'403d25cff2489a92839dc6ccce2c9b768ed5fa90','780b455b149931eefe687a8b3a6f822d9ceeb82f',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/language/','et.json',NULL,11076,'application/json',0,NULL,NULL,NULL,1691069393,1691069393,0,NULL),(4323,'e55ef1d2e929d6d2581f786cfaca7151c1232cda','5326f41ba0dda6a5432875236707c038f9c7e6ce',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/language/','ko.json',NULL,11658,'application/json',0,NULL,NULL,NULL,1691069393,1691069393,0,NULL),(4324,'c1ed99fc7211d531252a4999e151285aab988c2b','e3980a027359e282a77607dc6c20da53557691fa',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/language/','de.json',NULL,11953,'application/json',0,NULL,NULL,NULL,1691069393,1691069393,0,NULL),(4325,'67342808603c54bd5eb9f5e171f9afb1487525d5','d19f97d64ba864bf0a84f956949a6c431f68d8b2',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/language/','pt-br.json',NULL,11715,'application/json',0,NULL,NULL,NULL,1691069393,1691069393,0,NULL),(4326,'7a0ac77f85bb7d3c75991b75f7fce07c94b78f4a','bf69466e27919e66a8048ba09f1eaed9e044c8a1',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/language/','gl.json',NULL,11888,'application/json',0,NULL,NULL,NULL,1691069393,1691069393,0,NULL),(4327,'6b31b27185b4fa756f91f9f7c7d31bb39d3c5e04','4882dacbdf091be3e4b4e24c4ed06bbf84e418a5',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/language/','es.json',NULL,12047,'application/json',0,NULL,NULL,NULL,1691069393,1691069393,0,NULL),(4328,'7328ed9e46769bfeb62ea2e637f463ee3ba75392','3d434da25bf12c971fb927ce0014ca93dbeb9aa6',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/language/','sl.json',NULL,11417,'application/json',0,NULL,NULL,NULL,1691069393,1691069393,0,NULL),(4329,'0a0e5cefb163b41ddbbd88eb226a0f9b866fb874','112fa0082d41989be8759742ab23b6013a98f958',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/language/','es-mx.json',NULL,12064,'application/json',0,NULL,NULL,NULL,1691069393,1691069393,0,NULL),(4330,'060a4172017dbf497815f40a2df3cf3df36e4b56','280a86ed0bb26995a7d83bc7783d1b3f4b4b34af',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/language/','fr.json',NULL,11587,'application/json',0,NULL,NULL,NULL,1691069393,1691069393,0,NULL),(4331,'c2613bbe1ef18e7a44be8b34ba2b8794aa5f451e','b658c9607b0758c65f3134151d87a4d4ed7541d4',1,'core_h5p','libraries',112,'/H5P.Dictation-1.1/','icon.svg',NULL,5848,'image/svg+xml',0,NULL,NULL,NULL,1691069393,1691069393,0,NULL),(4333,'b699016daa92944ba223dbe72c24a749a33de234','52fc798f3b7814f25138bd7227c8c99d94d37dcd',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/','branching-question-icon.svg',NULL,1510,'image/svg+xml',0,NULL,NULL,NULL,1691069396,1691069396,0,NULL),(4334,'da39a3ee5e6b4b0d3255bfef95601890afd80709','983f67588bf4b05690a1475ead2376aebcbcb2c7',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069396,1691069396,0,NULL),(4335,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ebc3b2e9b03db7effe7eb00d301bc177238d53f0',1,'core_h5p','libraries',113,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069396,1691069396,0,NULL),(4336,'f4bf0bd3642eadb6b3c6a3e99da9007b103e8f47','fc6d3ee3f45d15c370976cd8c9a986c250e4d61e',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/','library.json',NULL,780,'application/json',0,NULL,NULL,NULL,1691069396,1691069396,0,NULL),(4337,'28387815ed3f153a068da7e662cb0bd85a5f869b','8a23cc128b7ffacf6bd9790da2e9adecf5b02136',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/','branchingQuestion.js',NULL,14591,'application/x-javascript',0,NULL,NULL,NULL,1691069396,1691069396,0,NULL),(4338,'6594a8eceb1b8c2c27d7f1402beeabd0d1b37d44','89aa006e31f48065bef37d0807d4327a4067d219',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/','branchingQuestion.css',NULL,2346,'text/css',0,NULL,NULL,NULL,1691069396,1691069396,0,NULL),(4339,'6fb50543450d0b9a70a3e509f2c6b6c36586570c','d8fa797570ac6d4d45c9407f34a81ba22278bd9b',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/','semantics.json',NULL,3027,'application/json',0,NULL,NULL,NULL,1691069396,1691069396,0,NULL),(4340,'3765c07458af5fba97296898279305f684dfb83c','7cfd8a9f77fd714438b45c438e5ee5ca41c259d3',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','sme.json',NULL,900,'application/json',0,NULL,NULL,NULL,1691069396,1691069396,0,NULL),(4341,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3f907daa53658dc7b05ed068bd7ad296206c5c77',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069396,1691069396,0,NULL),(4342,'53244771f5a146105052ca43af5e532b16454425','2ab5e841b54d576dd434a53129efa22bea1fae82',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','ru.json',NULL,1095,'application/json',0,NULL,NULL,NULL,1691069396,1691069396,0,NULL),(4343,'0cfa3d913a9cfd2e64bb3c8683181770acfdd49f','8f2443ad751418a13033da42b65e02a497910fc3',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','lt.json',NULL,951,'application/json',0,NULL,NULL,NULL,1691069396,1691069396,0,NULL),(4344,'a7f50fe948ea39962cbfe2acfb0470b994661083','46e9d033cae495b772d223f190d81827cb40a170',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','zh.json',NULL,881,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4345,'8da8569859abd7cf688979abd81fe3e99711d260','d794f60d3bbd758ae492de3380ddffdaec06c18f',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','nn.json',NULL,945,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4346,'14d65b3f75924548d2446d79f6c7d72003d40f3b','4758248ab0b624445fee60848b068564b3ddc433',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','el.json',NULL,1134,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4347,'1d0e00f27e06ab6307c421948596f3398c6c9415','4f73034cab57f29cd6bd170830230c31848515fc',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','cs.json',NULL,930,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4348,'3765c07458af5fba97296898279305f684dfb83c','c192ad3c9526ebef3beeb7a8f449ce26c24e9432',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','sma.json',NULL,900,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4349,'c758c752de60e4dcce5468e5d4e85a88eefbaa40','bcc0e78063296f2d216d5a0997a73af5d3c34762',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','eu.json',NULL,915,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4350,'f24b10073ec85158649167713a474ef271a392ae','43858b0dbd27c571a249c1b01c0534eac00b63ca',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','nl.json',NULL,914,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4351,'e5a049ba141b82d0b32c55aea93f7bf1e7973f0f','cc9588ff7172ea67daaecdc3606fde610cfbdf05',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','ca.json',NULL,950,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4352,'2dea339bc99f2402ec34ec6490f50ad063e3f6fa','e5c5494e91c4c847bd583aaf6a38f1b9718ce854',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','pt.json',NULL,937,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4353,'d30b06afdda2c8501d311aa98d63e9979baee6e7','4731b41d82059e1569a7812f515d57882be6e7e1',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','sv.json',NULL,913,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4354,'47d8a10bdcaa80044c7445320ead58df71159d2a','25e6268766f2900657b71b52c4c7ef4a1f5f1b84',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','ar.json',NULL,981,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4355,'fae89bf2466e753ab7ce34e2678413f017f552fe','ec382892b87207b10243ea98ff837e3eb9a3289d',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','mn.json',NULL,1104,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4356,'d0b4165eb053d5dcacfea8c06871bd42284286b1','1f90f8e74fd25f5588ee3a9b4756fbb8f855d308',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','et.json',NULL,915,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4357,'83e035d65911a1d7c7a4a0499bb1c939dcdb0781','9504a4dfcc6b07303b37a22148eed67b60a77a8d',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','nb.json',NULL,934,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4358,'70bf13d6f58ff9adfdfab55cfdc7796eb218b853','9d29a96b11a947d3114d2f3c1aef95d500b896a7',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','ko.json',NULL,934,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4359,'d4179af6d2a6817568a238f5862264f92717e23d','cfc3dff8b1590128b1e63c3472f4f4f5627e70cc',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','de.json',NULL,944,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4360,'0348a38ae8cdee692bdb5a510e4d301badd40d3e','e1b16c6ddbd53ded43e5f9b6dd13de170317094d',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','lv.json',NULL,993,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4361,'b9ab101893752d3a0c26e4acd3474406b728db43','84ecc49c559e367464905ed7093546bba06c9615',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','pt-br.json',NULL,930,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4362,'f558fb31e42822ed19eb7d0fb318694ff9c5ccfa','d74729d048ff6487965ea6e340081df249c42229',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','bg.json',NULL,1219,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4363,'acb010e0f9deb1a4283a1481bd71265475253c16','41f26f71cddec92854672ae600ece5a8b770da40',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','it.json',NULL,932,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4364,'fcc29c1075b498e5583e8b0d204d9d2a91b86eec','de880cf9f9563cf56f079530560be59583f7fedb',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','gl.json',NULL,969,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4365,'1d98af018f8d7a4f98814873631ac08402fe86dc','61f51f05d0c9ca697f0e91380d87498e95698255',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','es.json',NULL,975,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4366,'d280b6fffcce03a468cf4f9a3abff0306e09efb6','9e1684bf2941b1458615c516e968950fdf8a9abf',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','sl.json',NULL,930,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4367,'c02ef71df5ddda1e22f137770076c4ad2968dc86','50030a94d6c9f774a5602dd89454dd8a71c2f7c2',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','es-mx.json',NULL,973,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4368,'866c4baa52995ae1ada4792957be8c519be5cd27','baa1d99cb0bdd3e84f1dfeadbe55ab0229982b2e',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','sw.json',NULL,915,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4369,'7f8cfa46a9343a63bc61ce3dde37945726626d5d','63b80beed28f19b0866f7787ff59ce55d13b289d',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','fr.json',NULL,937,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4370,'3765c07458af5fba97296898279305f684dfb83c','68679376d6df2ebfd597142d4da719a0305865f3',1,'core_h5p','libraries',113,'/H5P.BranchingQuestion-1.0/language/','smj.json',NULL,900,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4371,'fc366ae304de53b533616ba4a1876604ad4ed2b5','fac4358570b04dace47ab50725e9199e60085605',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/styles/','libraryScreenOverlay.css',NULL,1354,'text/css',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4372,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0f255d4576960a23bdd4382c2a14b10d357b9d04',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4373,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e4135240ccfc61693b6eeb9ea14228d7eca952d0',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4374,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cf230a4a700d707ceeea15d880daeaea78450d9e',1,'core_h5p','libraries',114,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4375,'4d5f112362cdd42c11207465f48f50a1dda51a33','acc7743b036ae999a759791b84d8c0734ed900e2',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/styles/','branchingQuestion.css',NULL,5292,'text/css',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4376,'a5d4d47e456129c4340c9a55752bf33827f086a6','083e2cf4c13008ffb7f08bfd951b6e43000f3793',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/styles/','branchingScenario.css',NULL,3484,'text/css',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4377,'406a52eae2c7ff964d2f97fe637eb1f116e516e3','0f91d2141c38f98d8d522c3cd1acc924f77b0409',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/styles/','genericScreen.css',NULL,10368,'text/css',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4378,'f76ade643c786a420f91db90e5c5a04c7d8e4f0c','869c9612d04d47d87ee314b0198b1ce4dcb26a17',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/styles/','libraryScreen.css',NULL,7086,'text/css',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4379,'cdcc13f9f9edec435bd828118780c2ed19844ccf','a4d95c5343751a5f223fb31faacd44138051b370',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/','upgrades.js',NULL,2203,'application/x-javascript',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4380,'49d9df4881aac5daf2c9ee80be84d9e1d39d4f36','974be44a25a5f1eabdaa1827d4864705c1728120',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/','library.json',NULL,1132,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4381,'900453ea6606339999a5ab2e73abc4bb69d9e99a','4edec6a8e771aba1dbf650324d655b1802dd0417',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/assets/','start-screen-default.jpg',NULL,39320,'image/jpeg',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4382,'da39a3ee5e6b4b0d3255bfef95601890afd80709','825804dbe7e53a6eaa9fe541eafe23364f85d971',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/assets/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4383,'d9a2d8dbbbe1a5f53e38cd41ca20227c902a631a','526a8b7b07a724a30c3f85634e7b2c85706227e1',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/assets/','end-screen-default.jpg',NULL,15920,'image/jpeg',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4384,'e552ad6fbdcead998ae1bfde7a1fc13b23d8ec2d','cb180c1fdf8d475b4f9ea0639735ff554767b0b6',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/','semantics.json',NULL,13245,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4385,'67de51a9bda6b4260766ea780334903721793b54','d1b61a1ed81946ea82eb848d93604d800f26c7bb',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/dist/','dist.js',NULL,51329,'application/x-javascript',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4386,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a47a5b1649e7baff75133a9b7e3c63ef18b89a5d',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4387,'2f871600591259319315ae47b7da7b6ee7021896','4f62c621fcc76db776901b966755c30469972d9c',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','sme.json',NULL,6636,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4388,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ab3b1dd0eb7ed90e490aa6222520da081b680715',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4389,'053f5b3d16d60bd281c885b85a7a8cd168897123','0fc7aefdbb3494f3004e0163a4de3ec003406be2',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','ru.json',NULL,8067,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4390,'a26494bb5398a52d0a46dac6731b4698cfb36291','89a4eb425165baf6d24732239f067831d595f6ad',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','zh-cn.json',NULL,6591,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4391,'17e5e8f14e21c66f3be2a00b8af8565de60a5326','3ff79479934fb16d8a39fab091ecc3f98e28474d',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','nn.json',NULL,6636,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4392,'638484695639165ea86c1470bb5512aacb37ab41','c02717241ec3273edac29f49abde6b0e21b42e2a',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','el.json',NULL,9060,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4393,'87e69210a16e1794088c6c8e0f95a8dbdff33c11','972d107ea77deebda88f155c71f50cbb428297aa',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','km.json',NULL,6739,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4394,'26ebf44dbe6d8ca0cdece8df25d05ad56decd6f4','48a51dfd9a01af31a4dcec3a170acdad29b7541a',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','cs.json',NULL,6891,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4395,'2f871600591259319315ae47b7da7b6ee7021896','11fd4f28b180e8a65efeaed33563d3df83c821d0',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','sma.json',NULL,6636,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4396,'b16f353f5ff9b5738f2d0756d52b6a14ab4c4425','940ccc8aef070b86c2555edf6298c11708b88665',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','da.json',NULL,6579,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4397,'b6ba69440cbb6a34df47b2b6fd9f39b6ade16dd6','da449c35f92a99e783aa75b6317d678320ae46c3',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','eu.json',NULL,7026,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4398,'8cb5b6dbee9604074a62aef232c3f2f5d7214dc1','83a14914c3036ce62de20789a04b812f12372073',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','nl.json',NULL,6887,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4399,'38529cec88e19c7c97d246e666b7f94c0cc02dab','1b52065000ba6583a21ba937dbae1c37e49b0371',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','ca.json',NULL,7027,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4400,'383f7001be55509ce7a63b55f49e63d5f5d60362','adff71287139f16ddf18def47bca031f4c908cd8',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','sr.json',NULL,8603,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4401,'d86be6b27ca2c1639c9b4210b7c9f1ab351248ed','76ab67488ca83c7857b5695027e92a45b05ac995',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','sk.json',NULL,6855,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4402,'a776a681032a639f6116d31e43dafbb3e45d3832','da74eaf38fdf246e3f396da5492aef6f8777d598',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','sv.json',NULL,6855,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4403,'96aba2dd340d4de3236230b40473c68e7a66804a','992c4bd6ff8b6216331eb47def25e9ddbca90f40',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','ar.json',NULL,6780,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4404,'7e15ef470ca62226dbc72659c241b1fbd4553194','4dea5c6732a29009fbd4e69ee8206557053dafad',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','af.json',NULL,6639,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4405,'7b088a9cb9595b90aa9fc7c249fe994ccccab071','cfdd4d3811165d0526a41894d0b9b03756476818',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','et.json',NULL,6652,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4406,'a3bf6bd7a766115298ba0181cdae0faadb165c0a','4689c07c8cc2a8afab0a99819c7708703cc41e4f',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','nb.json',NULL,6634,'application/json',0,NULL,NULL,NULL,1691069397,1691069397,0,NULL),(4407,'b542cbe59dec3178cbcffd8f93ac22e3224265e2','53aaed968556bdbaf37b293e86057ee456324e3a',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','fa.json',NULL,7950,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4408,'71733038f027241ab18f762a26cc05d12d9d6a85','462d1c9361bdee2356a1a73079a7ac2322f0476f',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','ko.json',NULL,6942,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4409,'0bd961c67458dff80f5a3ac1bf430cce1ecd4e24','70a91a31807cece568eaeb95a9960a6cdaac02ad',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','de.json',NULL,7057,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4410,'3b5598752a9c9bd7bf984019560260d2fea510f4','0604b940e25b9864b39c4ad48e62b2908399cf6c',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','lv.json',NULL,6955,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4411,'c68706e9a76131445be9690d715c4f348bc739fa','1fc504ab0e447084d15c9420a154e8d1e7b2d9e5',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','pt-br.json',NULL,7075,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4412,'14f2182fae393e52ea2def994fe0b9ecb58f99fa','952d6f920f5f54b0c211407102082763369d903a',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','bg.json',NULL,8051,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4413,'a26494bb5398a52d0a46dac6731b4698cfb36291','71a0471d01f5fbbbe4deaae084da01691c9e8dd2',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','he.json',NULL,6591,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4414,'d87d606c49f68f8ee9d75bbcb5981892b72f9ceb','c7c82c95fe33a6ef3c2a7f1f53de47a85b667776',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','it.json',NULL,6946,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4415,'3e0530abc011624ee2cfbc28838fed9cbfb2f394','18249fdd05f636cd1b6c1bd8fedc5151c9a25980',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','fi.json',NULL,6960,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4416,'e42b01ea7d129bc58593b4fa47a0c9954e08775a','99c8330614e3d158aa43d207ed68b71f8b0a213c',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','gl.json',NULL,7059,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4417,'2a0fb7551b1bac5d96aa9fbc66fca4a89e846bad','4112dfe0af1bb3c69a6ff9e01b695c00c6059082',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','es.json',NULL,7277,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4418,'15c5228185010378d6f55fd43d57e9a66ddc921d','f51f56b6d66683c41813d7379d6f00bab20c5702',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','sl.json',NULL,6562,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4419,'9f8ba84ce840ab4f003022119c7872f03223ed64','b9e3a00da6a6bf45831be87abd88fbf8ebc7214e',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','es-mx.json',NULL,7220,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4420,'2bf81dc2c0e781690e4194905d1d2a8501ce0c3a','1d3557e96af7b8587f731d6a2580b6d1abd5b56c',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','cy.json',NULL,6788,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4421,'cfcee7c95a88dcd5e2607c11630f669d350a13dc','e14bafeebd4817da805897ef7576d8e178e01e9e',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','tr.json',NULL,6972,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4422,'3bb1e2ef82d399380d73c4cbab92f816cde4053a','fea5f0714f149c416a9f4153c5c6c8ed12494739',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','fr.json',NULL,7203,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4423,'2f871600591259319315ae47b7da7b6ee7021896','98c4f533b572abb39b76f70b4774d63cd66ab2e3',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/language/','smj.json',NULL,6636,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4424,'decde845b04a5a043e9470fa0c5ed6a3765ade6c','6560e9aebffb5ecd5d79180aa5af7208ce819ade',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/scripts/','genericScreen.js',NULL,10968,'application/x-javascript',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4425,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d137d4246ffbca86ce34c8981e95fa0fb5dd87b4',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4426,'e5d1151801e9261e0bab11cbf2465c87a8c330d6','19dd4fa0eeec733358cb6268c0a6cb12f7b462aa',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/scripts/','branchingScenario.js',NULL,21667,'application/x-javascript',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4427,'acb9c64e04c6006fefb4756c9bf4dd40c56d3fd7','9759dacdf3d30de6e326c76b4f0cc54f4ff4b708',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/scripts/','scoring.js',NULL,11518,'application/x-javascript',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4428,'721f4b9b6dd58a82edf26cf0383fb74a6f777aaa','bcb6b7d9c482ebbcec8236cdc521e17f8e4060f5',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/scripts/','libraryScreenOverlay.js',NULL,2782,'application/x-javascript',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4429,'5950cee6d1fd4c64453de47fcebacebbc6b723a7','bad6279e8e2bc385ef3a1b70f445682e9010837b',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/scripts/','libraryScreen.js',NULL,56788,'application/x-javascript',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4430,'73a2bb2d6e591a90ffb4ed118a3989fb17b54c7b','e340505a831886b902289ccd88c0235349d208be',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/fonts/','Roboto-Light.ttf',NULL,170420,'document/unknown',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4431,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b9de6f1f952ca2c9561fc3e4577e5f647ca191de',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/fonts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4432,'c9297d2166618da2b66a06bacfcbd50b68581e6f','1787022fe723794e72cfcb525bac2fae8a7f9fb6',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/fonts/','Roboto-ThinItalic.ttf',NULL,176300,'document/unknown',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4433,'cab617eccf6db0396675ec9c42e747a4738f059f','c2adfd7dfb92bbf6370c0cb770ebe726041145e7',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/fonts/','Roboto-MediumItalic.ttf',NULL,176864,'document/unknown',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4434,'0213e38dffde2a0a5672d84fb62c6aa994e38c3b','496ce3f05875d04d11764d0cd98bf19d9f27ea3e',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/fonts/','Roboto-Italic.ttf',NULL,173932,'document/unknown',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4435,'dd1b1db13ff1f72138c134c62f38fef83749f36a','7cebcb061dfb5b085d6bb4da240fd6fad2a1301f',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/fonts/','Roboto-Regular.ttf',NULL,171676,'document/unknown',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4436,'8cd79e47ed8a9f9ea79ffa186852ad7cbad5687f','982eb11b4cddf281839972923d27f4d7f3b94169',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/fonts/','Roboto-BoldItalic.ttf',NULL,174952,'document/unknown',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4437,'6c8acc36bbdf17bcd6a33756aa42e2557bb3f805','d125c81b370dc21398fc024dcecf1227d9d4fa92',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/fonts/','Roboto-BlackItalic.ttf',NULL,177552,'document/unknown',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4438,'440a22ee52061d1a258c97b7e48fc13fe6964872','055c7cc958bdfbaa0566a897d9ce35899ac92a44',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/fonts/icons/','bs.eot',NULL,1644,'document/unknown',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4439,'da39a3ee5e6b4b0d3255bfef95601890afd80709','380798778dff68739fef9bd6bfbfabeee03f873e',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/fonts/icons/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4440,'bb4f1b7823a6e84842a0ee4f8c7d40fae4839a1d','d670d6641f6ee7ef98ed3d7246bf386faf0294e0',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/fonts/icons/','bs.svg',NULL,2738,'image/svg+xml',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4441,'3106f0a5c9fdc628c97183c25a06898ab9302189','d500fc0bf9d0ad10ac40a823210e04c00fefe2b8',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/fonts/icons/','bs.ttf',NULL,1500,'document/unknown',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4442,'eba2610b786dbe5eb91effde8c0753930a841c36','10cc760cb2ff493964fb79a23688bc0e14c9f152',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/fonts/icons/','bs.woff',NULL,1576,'application/octet-stream',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4443,'0ce37ced9c5fcac9bdc452a432c1258870ba4677','610cc8dce7042d35110d485341247d0b84705b53',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/fonts/','Roboto-Bold.ttf',NULL,170760,'document/unknown',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4444,'5f16f4d6dbb4a4f12d8ae96488ac209bb49762a5','1a3f558b60e8afce87341093d2b29c5fb51a66dd',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/fonts/','Roboto-Medium.ttf',NULL,172064,'document/unknown',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4445,'c572416b9587c40d49ea60c7128f7f17b9317ad8','5c0439496a96535a43bcb8c4acc334bc7974f779',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/fonts/','Roboto-Black.ttf',NULL,171480,'document/unknown',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4446,'9514ad7aee341594f43a33893f0b3d8a6d81f32e','ac04ccc497f21b916395230a262f001ab0f06a6b',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/fonts/','Roboto-Thin.ttf',NULL,171904,'document/unknown',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4447,'037ef2bf307642203858dd252fc46eb400684f02','76a3bc06c4d53986cd0b57f92bbad6341828544c',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/fonts/','Roboto-LightItalic.ttf',NULL,176616,'document/unknown',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4448,'311d2ca96143d55e27940db2832114125e3bbfa7','14b529a3f881296f8dbc7c581f5e23c789f9d628',1,'core_h5p','libraries',114,'/H5P.BranchingScenario-1.8/','icon.svg',NULL,5611,'image/svg+xml',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4449,'aa8cadb7c5cbebdb4abd17b5a883c7d8274efb59','4b059a3d01b884e603cffaa3c32cda835c7d0263',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/','index.js',NULL,6287,'application/x-javascript',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4450,'da39a3ee5e6b4b0d3255bfef95601890afd80709','dac5f8c1d918116f335e2a6774030d0539a8b806',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4451,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9dedeed0f46e4febd763b42ae2a8f3387a708a96',1,'core_h5p','libraries',115,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4452,'55ea8463ad11363f9dd9a25b4219c8f4986829ac','6936ba499326049b3678596e962aaec7d2f77b79',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/','library.json',NULL,323,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4453,'c7603d8120e7048eebc1794be3e9d87d31b84d0f','bf17444d7ec7fb7543d98bb26f6f27d1534e185f',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/language/','lt.json',NULL,257,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4454,'da39a3ee5e6b4b0d3255bfef95601890afd80709','82c81bfa7615a9120ef1ac465c265e0560ec0745',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4455,'d7789f053e32c98e56b09a120fe539a9ccc1a290','963ba89ab73810c6aaddeaffbbe3fe405cd39b87',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/language/','nn.json',NULL,260,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4456,'56b6e2a0954627fd51c25760aedf6655bc9e552f','1ff1abe3eb7be517f2f34b6343ad77650b24816e',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/language/','el.json',NULL,463,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4457,'785ea8a5d8132ec45618de868c1b56b9638da751','e2e2800716bb85b7f01202dafc42b19edd0e0fe9',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/language/','cs.json',NULL,313,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4458,'fb8dd421bb0df302a5ee3dbcc7f18ee0771a48ae','5e2e93aff6b507ba3ecb72d4720b3cd8df90f3a3',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/language/','eu.json',NULL,280,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4459,'f3c04afbd3d20d516fd7387053c3bd820edb4bf0','b71e1e8d24bf232bde7404bfc47c5efcad847c14',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/language/','nl.json',NULL,262,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4460,'3576770cfb6e4c4ebe76ca507fd84d2f067f1ec2','5d3f96e5e810a1ac1aec6495172a123bcf0703b9',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/language/','pt.json',NULL,271,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4461,'89c1e51ac898603d41dc3cb4f91b46d82ca3f3bb','4a24ca2bf12223802690fe67e42d2ee477bc9f73',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/language/','sv.json',NULL,253,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4462,'643bfe5ea152b59d2cce237f8172126364963dfa','6a33ad9dfb2b8a4018ee2ef1a0f70599964c8ad0',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/language/','ar.json',NULL,328,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4463,'84b42d3583c06c504e4fe78f6c3ae40ce02b602e','bc0b2a7ae12866645da3c64f44512599d5132466',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/language/','mn.json',NULL,462,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4464,'d7789f053e32c98e56b09a120fe539a9ccc1a290','7d8965cbb2e65f34dc71708deec1b24b870ba1dd',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/language/','nb.json',NULL,260,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4465,'41795127f9542d8e987f485971e2cd64d92613df','6407459b725ea7a39cb731075e9a51cdca3a1125',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/language/','fa.json',NULL,393,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4466,'0e792269508d86cc447fd6188a901c3e49a10245','80ec779a325a9d1017cb71c64af50a4b11fa71c9',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/language/','de.json',NULL,298,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4467,'d7789f053e32c98e56b09a120fe539a9ccc1a290','5b615f5d55df60cce8677d12cef99e50ba936247',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/language/','en.json',NULL,260,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4468,'739859ebce6d202a70e47cc70182dffd18594853','993e126b1db5cd734edbf1d0de72fa0b6cb3931b',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/language/','lv.json',NULL,272,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4469,'2603b46b9c3755ddf9caa1e1451de9080bf2ba80','3f44474c47122f899811f13c540b0994cc6d8816',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/language/','pt-br.json',NULL,287,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4470,'4df65b97c22dc7571536289b9ab58c2bfeab1225','1fcb4b48d1854d3961afd9bd6b99d13d6a35f011',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/language/','ka.json',NULL,557,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4471,'464466604a647d71c53e5ffffe0040dd80de3288','42c4368f7de84b3a7ec171ba541fb1494cfb29d9',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/language/','gl.json',NULL,280,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4472,'cb6a92500943e3836be77460026753d97f1cc0ba','753cfed78d8bff46a0e53a21dfdffad9426745ab',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/language/','es.json',NULL,276,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4473,'228eadc17bd86527c6fd9b795951eefb35c9a108','74f3cc8093560012de2f838c12a46a839ef6496d',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/language/','sl.json',NULL,189,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4474,'a57d8b7e69749c8493af735d677248345da9cb60','ee037d736629304546e8899e3a1f964e62c11d3e',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/language/','es-mx.json',NULL,287,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4475,'50d2844e18a64a5ae50974c5678db62d61b60231','5e9662583c89db64361ac4f80b6059b2ea099379',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/language/','tr.json',NULL,299,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4476,'e0406e2a86424fcfbfdfcadc8cb445e830c77255','947168f6a27c3df1c641a97df8e56ea9740160ef',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/language/','sw.json',NULL,238,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4477,'f50a34d65934dc9227a3a09491194b768b4294c6','b5c4bee447b0e3575c8b26b77f1adbb2b38601fb',1,'core_h5p','libraries',115,'/H5PEditor.BranchingQuestion-1.0/language/','fr.json',NULL,271,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4478,'13e732be61e105d1de3281cfc778ebec3500f2ff','808a0f6dd043ad8a49d714bc0e7cbf75d428e5bb',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/','library.json',NULL,1244,'application/json',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4479,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4e467a1be71b82a7f780b60e0302da437b4bee4b',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4480,'da39a3ee5e6b4b0d3255bfef95601890afd80709','66204d3a3b42fde13d0505c6636688b4d1552db7',1,'core_h5p','libraries',116,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4481,'c5caa5b19c139d00bbd9b0ab3ad5944f55791085','5bf877aef7536c743a02c11e3e944b33efb292bc',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/dist/','dist.js',NULL,332491,'application/x-javascript',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4482,'da39a3ee5e6b4b0d3255bfef95601890afd80709','03e0accff7be4cc5e1fd9c286f08a51e32720a46',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4483,'8153853a12b709a3fd0447caf5cd8bb87d50f432','9b6c169009c584c6a6efa9efe9d771d33794873a',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/dist/','82aa10655eda523c6f67.svg',NULL,9839,'image/svg+xml',0,NULL,NULL,NULL,1691069398,1691069398,0,NULL),(4484,'d276fd769bcb675f8efe42ebe3003c1d3255f985','99ebe4bff4d17c007b313d110a8dc350f7faf9bf',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/dist/','06db94b5fad70e44175d.woff2',NULL,16944,'application/octet-stream',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4485,'ff5673d89e6c2893d24c87bc9786c632290e150e','5cb47611b715c2067ccda6928999fb75dcc27de5',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/dist/','d4c409dfe110747b1763.woff',NULL,19916,'application/octet-stream',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4486,'619389190b3cafafb5db94113990350acc8a0278','61e7603a3aad96ffb3e32c68b3843175c1ec284a',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/dist/','1ab7bbddcdbde1b6f274.woff2',NULL,15436,'application/octet-stream',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4487,'ebc41f8c12787616db0b03b10ab8b7d7239ca181','4fa24561554813a2733b4240825533e288ae807b',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/dist/','1a6e90a744a5b861553d.gif',NULL,303142,'image/gif',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4488,'8020b21e3db55ff7a02100faebd92c2305e7156e','21640e1d3d6bb5aeb800c025d55e50cf1b3925fe',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/dist/','55cf6665278898f1149c.woff',NULL,21528,'application/octet-stream',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4489,'0b2c95411ec23cf670cd039a87a007cb5ca7e237','b60815ea1962a25e9ed88dcaba055254e4f634ab',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/dist/','8ac824aa6974fb101dad.ttf',NULL,3056,'document/unknown',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4490,'ff3a9b8ae317896cbbcbadfbe615d671bd1d32a2','2c96b1e6c78b6c858d8908f4156909743a856eeb',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/dist/','815babffe97b00a1f30b.woff2',NULL,15440,'application/octet-stream',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4491,'e9a51690c4d7040e3a840b3759062e6ff45f84b5','5a3132d79f676563119d55c2a5f877506b97335e',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/dist/','698b70db8a5ab239d57c.eot',NULL,3200,'document/unknown',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4492,'9ac25fb5f646256d1e2d4ee57bbd87742f9de7c1','4c2c958d222df907a9c1e12515edac077f5965f9',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/dist/','32aa3b477617cac74648.woff',NULL,3132,'application/octet-stream',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4493,'b2198c3fc1c72646d372f63e135e70ba2c9fed8e','b9e83c1a23faec2b77a141ddfe8089d9113ae913',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/dist/','2b389797cf8bdbea58fb.woff',NULL,19888,'application/octet-stream',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4494,'db7a9c83eab8c5acba072d94ac3a5e615623bfc2','0935d6aed733f30c66023af41516cacdb82aefa8',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/dist/','bcd324b5f61dbf14f28b.gif',NULL,35853,'image/gif',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4495,'934014cc9bbe5883542be756b3146c05844b254f','b53a9ab2fa0766c7b8374b14bd255f9005829b7a',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/dist/','fbebe70817c0f48eb4ee.woff',NULL,19824,'application/octet-stream',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4496,'06db651cdf354c64a7383ea9c77024ef4fb4cef8','4467077395a5dc93500f041b71c43e56304ccbd5',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/dist/','cb41c1e71debe927815c.woff2',NULL,15344,'application/octet-stream',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4497,'1ef5528d11b6ee39b36ff697f06c8fafcb9c0380','8cfd7be3768547da8d78c7abf083d274965a7b8b',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/dist/','399c3cc75ca92df8083c.woff',NULL,21132,'application/octet-stream',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4498,'c4b645dfdc162598783b9aecfb6b954563507a0f','2549dd6e13fa0b4b82f73459b43337bb47487f79',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/dist/','d8ba12774e48a5a73c24.woff2',NULL,16572,'application/octet-stream',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4499,'b0bb2384c2f166bb89ad905d7c3ba69d8da63932','b3f927f02971da0559970a16ad2e96bb37efcc7a',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/language/','nn.json',NULL,9318,'application/json',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4500,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8f6876bf0016d5cf70948fb774cae70cad4c610f',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4501,'dbe8a409d4f4990aa7cdf0fa9b1471b271cd7cf4','62eb7f853e3da2d15daec3fdd61b7170e6c7e136',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/language/','el.json',NULL,16240,'application/json',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4502,'a038f99c8f088315523f2faaebe0a3a5f5763cf3','af1872075cde14322bb2670b46c25b28b763c877',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/language/','eu.json',NULL,9791,'application/json',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4503,'158813140a758d2e75f02f2eb50605aa2ca2a2aa','d75a23a8f493572fb4742279767be2c2cad0b4d0',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/language/','nl.json',NULL,10112,'application/json',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4504,'213679f70764b3e28d45379931bc79b47097280b','49934fe3c2a0f12db1b31454fe5bcc30cc8cc2c4',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/language/','sv.json',NULL,10123,'application/json',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4505,'72e9d7b76ae519d6fcfd61d3fc66998d5367eb45','a8f2e92b92d6324aadaede3f2c61200cb0bfe08c',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/language/','mn.json',NULL,14444,'application/json',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4506,'6ab5c052e6422723e148c2de51ef0d3b4ab15faa','3e25ba41f7fc3a7ebfd6c70a404552f662c518c4',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/language/','nb.json',NULL,9318,'application/json',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4507,'3fc3df3edc7d1439985fdd26fc53647690c7e640','9ae80ecf9dd0e89baebed5b317158591699faff1',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/language/','fa.json',NULL,13237,'application/json',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4508,'78ff57c021ac34b183771ceb34b61999617f0069','85d95a8c97cc085d1e89d038c451d5f4a5139238',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/language/','ko.json',NULL,10444,'application/json',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4509,'872414ed134904e32b87ed47e6b94410d00e9be1','9d41214ce494a5f48beb2b909e82d49190db4658',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/language/','de.json',NULL,10505,'application/json',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4510,'9751e9a74870ba0394d028de111fc6e1c75a2cef','eba774968b04e7f35b2189769d1b13b3a781e199',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/language/','en.json',NULL,9318,'application/json',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4511,'a25e3867d57a47ecabfbb6ee0daa332c104b6a80','e4bb9ed1354753836ee751540baa62f9645ce7de',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/language/','lv.json',NULL,10171,'application/json',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4512,'0950a6cc435b939291fef93205a71be862b5343b','405bbd0c7f55ccdf003f8c68063148a217b7ea9a',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/language/','pt-br.json',NULL,10319,'application/json',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4513,'9751e9a74870ba0394d028de111fc6e1c75a2cef','92d1c87665fb5e6e3e8761c9c0ef7082b3f10491',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/language/','he.json',NULL,9318,'application/json',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4514,'0be23474f564fd83848565b50377ae9676e9c4f3','21b6a2fac2538e462255b11ef6703e3d47a11604',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/language/','gl.json',NULL,10097,'application/json',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4515,'3028d17d351395b34456ac1cc574ddcd614fa5fb','41db0185dc087041e85860a0014827172079c2be',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/language/','es.json',NULL,10572,'application/json',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4516,'1b1879941ae0369d2cf8963aa0db4da822279dd3','94a599d5cf6234b60906330a7db0b26ef18917a6',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/language/','sl.json',NULL,9356,'application/json',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4517,'9205f99acc582e1738fe948edee66818d76cb7bf','fc1383ce53125d2cdd56c3079ebc3317d3e9880d',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/language/','es-mx.json',NULL,10582,'application/json',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4518,'926c86a5e4c06b1900568d4fe2dea30e7f358c11','50b96fdc35cae2ac38f79cd7f7edc2d5ae89a52e',1,'core_h5p','libraries',116,'/H5PEditor.BranchingScenario-1.5/language/','tr.json',NULL,10199,'application/json',0,NULL,NULL,NULL,1691069399,1691069399,0,NULL),(4520,'53d1124e15d6f11f0e742453c746976cb9cfd771','4dca88c43fd1659ef2f66a7287c066c6ca79a373',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/','library.json',NULL,679,'application/json',0,NULL,NULL,NULL,1691069402,1691069402,0,NULL),(4521,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4e5a1ea69d346ba3ca98e2a8fd17417b9b601aa0',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069402,1691069402,0,NULL),(4522,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1ada4a6ff795fbedc3fe4504ed58ba923bdae39b',1,'core_h5p','libraries',117,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069402,1691069402,0,NULL),(4523,'20ce1aa24513bb5fe0f634e5d474f8f43e9227d2','74f839cbdc70e32808eed3548941aa8e608afcb6',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/dist/','9136ec757ffb65f2a4f3.ttf',NULL,6886,'text/plain',0,NULL,NULL,NULL,1691069402,1691069402,0,NULL),(4524,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4cc40faf3db7057bdde24e54abaebc32d907e43f',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069402,1691069402,0,NULL),(4525,'04b322f4f10c188cb4a0964b31e8d74eba7777ad','2641897f03a934de58b57e82e2c83062af211daf',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/dist/','ac59b94489d8054eeff7.svg',NULL,15662,'image/svg+xml',0,NULL,NULL,NULL,1691069402,1691069402,0,NULL),(4526,'053a7f0cf92c033debbfa8bbb11701a6cfd52d77','07f87be3ac366946f3e5ec55191fa8c685b580e7',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/dist/','5f26113b2ebb97a6c3ec.eot',NULL,7139,'text/plain',0,NULL,NULL,NULL,1691069402,1691069402,0,NULL),(4527,'a35b42a629053b5e0602f4a97b390e52e9b42bee','58e60c1aa9b0dc8f0e12766d7330c36981cbe645',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/dist/','a0d406518ea1643a67e8.eot',NULL,5308,'document/unknown',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4528,'270c48969cfce16640e2002350e71dee867375bb','5bd08b7c5a1fec5756482859b21e34b65d7c351f',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/dist/','3336933023763ef2f302.woff',NULL,6991,'text/plain',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4529,'0236148ac07f220b65858ee59af6a58f922efe51','a830ea090467a70862edd96c068e17e5fcf862a5',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/dist/','420cee8f32733c114464.woff',NULL,5212,'application/octet-stream',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4530,'498f676efb767d97568e224dfe91b7f181e6596b','a88674133be390b3b03e14d6b39425b966bcc859',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/dist/','c4670646e7f4787a73fa.ttf',NULL,5136,'document/unknown',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4531,'3abdffa30a1aa2319e2184de9e0979e5fa2b4527','6491e8e802a4f11cdf34be2930a396ff8c7a251c',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/dist/','h5p-editor-three-image.js',NULL,182797,'application/x-javascript',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4532,'a20f09b28abfabfe6fb845375ec4e8735e07cd6d','3355136e0371a1d39eab08e72033618c13d761c2',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/dist/','cf998dbf0ba8d3155feb.svg',NULL,20927,'image/svg+xml',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4533,'e5812a930477f7e9c46a22450ffec35792c76ab9','905639796c369067584851353ee0ccbf6a338b65',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','sme.json',NULL,1649,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4534,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9c37f18e8c980cf04052c112131d40a07215c00e',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4535,'311585474f914365d3ca6d086c0998f272a89c2e','0eb9f3ae9cbd268ccff5d8384c46601503ac8e6f',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','nn.json',NULL,1649,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4536,'09dfbaa3e45b6104936f46a171ee09d2ce5f61d3','240a5af95dc151a84b9ddaa2bc3074104167928c',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','el.json',NULL,1779,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4537,'f7c2d865b6505c4f0e793a8f2e877e073a80cd70','288db312476e81958152455ae77f2413bddc624d',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','cs.json',NULL,1756,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4538,'e5812a930477f7e9c46a22450ffec35792c76ab9','4dea8d9f40d249283bcef2c5ae1e534869891183',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','sma.json',NULL,1649,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4539,'0aa7ef38e16212ab598fd5caa32cb93e8fc44543','b14566d0c545aff8d4760970b017d59717c486ef',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','eu.json',NULL,1736,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4540,'38b1e318d9e5b7bf86cd2fe0d22a261c4d56c6fa','b86cc7b2b3abce49176666939cc6048dfe0de1c5',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','nl.json',NULL,1796,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4541,'196c147962994ffe842290880f4af4e2156dec77','f744594c6719f5a41978207ff652689699c14117',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','ca.json',NULL,1735,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4542,'876ff0aa0b308fbf35414feea7f621db33f1f93a','97558b6cff505b4a35fc1908921ddd99e0ac527a',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','sv.json',NULL,1695,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4543,'7cbe24df4e931db9216d2553d76eaab58b362de9','8798f0113dba5f5d654966b81d08844392166a41',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','mn.json',NULL,2634,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4544,'14ad2745da8f63c0fd7e01ff356f9cd4824c5312','ae53b01ed73130ea48d5d31b15bc57369c70f404',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','et.json',NULL,1654,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4545,'b37455efcbabd54c673adae4836d59f6f4241cff','f97a101057f374d430bee2155827739d7360ea8e',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','nb.json',NULL,1650,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4546,'18ccc8e0f653a6bc5758f4e4ee9e35e6c0c3d8f0','64860de2ae33960a858cd07c20ade8c4a0a5c167',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','ko.json',NULL,1734,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4547,'cf7b8b63fca796773ba3706b2c4bab174f4bb9e4','894a647d79988ec8ac6b47c7e536dc0e885c9692',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','de.json',NULL,1825,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4548,'e5812a930477f7e9c46a22450ffec35792c76ab9','290402bb455bc9612e608439aebf7a3e108d4258',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','en.json',NULL,1649,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4549,'1a8fb731b3129f759f346204b5db1fdb249e1aac','f6e7b7348d70f1d5c9df5d759d7be98b98a404d3',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','lv.json',NULL,1748,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4550,'04d192509c66145b26d0f5a7c0c3ea14a9b659e0','2a8adf4fb1e781f91705b4a633ba9de9881c0458',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','pt-br.json',NULL,1777,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4551,'48c79d14379ca98ad645875bf1c7758eb94cef66','61cb2ab7794f47bfb2fea4a6587f9a4fb1dd2745',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','bg.json',NULL,1795,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4552,'2b855868628c65dbda32098f5d1b53809af1ad6e','19648d94e1cd9f320436296d2b06ce7ba82ee07a',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','it.json',NULL,1663,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4553,'d5b1e89fd0fc20716e0f2c7bc38d5a912d76c458','2ddcc5d443fac05407e5d105231f80fea8e9853f',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','gl.json',NULL,1756,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4554,'735f2a42a6cd4f5cc9eea7743392ba90fb2ec64c','3c5078945712ff49ee46f0524fbe32e24b29c560',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','es.json',NULL,1807,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4555,'504f034b6e2db7e853f1e660cef8a46ce58e395a','b74742b435891d864f00051c762a3f20729ce298',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','sl.json',NULL,1573,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4556,'a63664761353eaf25393b69befb481c9c61df9db','58fd038ea32b67b9149df10e80cfbd0cc7e21711',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','es-mx.json',NULL,1834,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4557,'b63929a7125bd3df65557f120e72306a761c1219','32a124578ff23640b96d815d67df6b0cc1150d94',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','cy.json',NULL,1661,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4558,'2a0a018f2498cb490e386dbd318173f747bdbccd','66534e2b2f76b36a2f181bd7add0b277d8f0b265',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','fr.json',NULL,1673,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4559,'e5812a930477f7e9c46a22450ffec35792c76ab9','a4942ac6098355aaedf82a5cdf9b9d2e9194c1a3',1,'core_h5p','libraries',117,'/H5PEditor.ThreeImage-0.5/language/','smj.json',NULL,1649,'application/json',0,NULL,NULL,NULL,1691069403,1691069403,0,NULL),(4560,'8fdd40ec07ad26bec35e5ff1e300285f3d8782d8','fa38257de3549d5c7823a8e6791b8e1da6a086e4',1,'core_h5p','libraries',118,'/H5P.GoToScene-0.1/','library.json',NULL,260,'application/json',0,NULL,NULL,NULL,1691069404,1691069404,0,NULL),(4561,'da39a3ee5e6b4b0d3255bfef95601890afd80709','6906c2734f8b8b043f8746a95de588da029e8503',1,'core_h5p','libraries',118,'/H5P.GoToScene-0.1/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069404,1691069404,0,NULL),(4562,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5064a854b01d9749693d2aa273d4688d40ce36c2',1,'core_h5p','libraries',118,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069404,1691069404,0,NULL),(4563,'49a37e46253bd14a3f5ac98e1b062c72415c3e2e','01c26eda6d6751aa5ccadfaf22f3d911a680c106',1,'core_h5p','libraries',118,'/H5P.GoToScene-0.1/','semantics.json',NULL,180,'application/json',0,NULL,NULL,NULL,1691069404,1691069404,0,NULL),(4564,'f8a9cb16362fc3e26c3349baea58498eb2db6f0c','e493370f3d15937253560eb92371864280696f62',1,'core_h5p','libraries',118,'/H5P.GoToScene-0.1/scripts/','go-to-scene.js',NULL,165,'application/x-javascript',0,NULL,NULL,NULL,1691069404,1691069404,0,NULL),(4565,'da39a3ee5e6b4b0d3255bfef95601890afd80709','6238b05979f33a60305f7f13aa3c80ae6cf72214',1,'core_h5p','libraries',118,'/H5P.GoToScene-0.1/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069404,1691069404,0,NULL),(4609,'98d67813be0f531f065dfa9ac98bb809e5361801','b75431b676382ece6d329e3e6d8c8abf4c924aa2',1,'core_h5p','libraries',121,'/H5P.ThreeSixty-0.3/styles/','three-sixty.css',NULL,563,'text/css',0,NULL,NULL,NULL,1691069404,1691069404,0,NULL),(4610,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1c938bd09d63d9f4280e033fb8b6fad69f4aeadb',1,'core_h5p','libraries',121,'/H5P.ThreeSixty-0.3/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069404,1691069404,0,NULL),(4611,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9ab3b7ab406e5012e19fc575f110bb283052efa2',1,'core_h5p','libraries',121,'/H5P.ThreeSixty-0.3/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069404,1691069404,0,NULL),(4612,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2943d293fbd7fcad4175e2c0958650ac88f79816',1,'core_h5p','libraries',121,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069404,1691069404,0,NULL),(4613,'823ead79d81feb1ea0fd6cff018af4e8be8ff0e9','33b2227ef56d76f3f86d8f25383d7724954fe05a',1,'core_h5p','libraries',121,'/H5P.ThreeSixty-0.3/','library.json',NULL,628,'application/json',0,NULL,NULL,NULL,1691069404,1691069404,0,NULL),(4614,'5fa5cecde64df566e8df7935fcb3318eae4e51ba','7b9aa7adaca8654af883ba5b684f7ecec3ffb5cb',1,'core_h5p','libraries',121,'/H5P.ThreeSixty-0.3/scripts/','three-sixty.js',NULL,25651,'application/x-javascript',0,NULL,NULL,NULL,1691069404,1691069404,0,NULL),(4615,'da39a3ee5e6b4b0d3255bfef95601890afd80709','add8be6bdf99699c1ebc081798e3d81b6fdd6bb0',1,'core_h5p','libraries',121,'/H5P.ThreeSixty-0.3/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069404,1691069404,0,NULL),(4617,'99c804a69929c6c408fc20260f6b48a4e5761cf5','5983360ee6f0c5447eb2253128f7b4329e8bcdea',1,'core_h5p','libraries',122,'/H5P.FindTheWords-1.4/styles/','h5p-find-the-words.css',NULL,3280,'text/css',0,NULL,NULL,NULL,1691069415,1691069415,0,NULL),(4618,'da39a3ee5e6b4b0d3255bfef95601890afd80709','36a83c79036bc51299cf07eca4cc10ca82fb3aa8',1,'core_h5p','libraries',122,'/H5P.FindTheWords-1.4/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069415,1691069415,0,NULL),(4619,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b4a4670fe6c0703dd591f3e5e6697db2368653df',1,'core_h5p','libraries',122,'/H5P.FindTheWords-1.4/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069415,1691069415,0,NULL),(4620,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2917d94240b53912c7202ed5f4c43060b6c6a773',1,'core_h5p','libraries',122,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069415,1691069415,0,NULL),(4621,'7deb978a353fd86a1e6c2c9c0fe56c8c7436cb5c','afd6b86488fbc344c20604bdeb7496473f492fd7',1,'core_h5p','libraries',122,'/H5P.FindTheWords-1.4/','library.json',NULL,1064,'application/json',0,NULL,NULL,NULL,1691069415,1691069415,0,NULL),(4622,'9dfe5e8b62bb38e9d372bfaf3e22806d1e1b2ff7','b4c3bb3598d0078f33c7797cc50deea2d02feaad',1,'core_h5p','libraries',122,'/H5P.FindTheWords-1.4/','semantics.json',NULL,5584,'application/json',0,NULL,NULL,NULL,1691069415,1691069415,0,NULL),(4623,'d305dcb4a6b234c6fde2b664cb147f2c43ee8dea','dac489cf81269ba82e1b0d0c3ff65628feb1310a',1,'core_h5p','libraries',122,'/H5P.FindTheWords-1.4/scripts/','h5p-find-the-words-vocabulary.js',NULL,4492,'application/x-javascript',0,NULL,NULL,NULL,1691069415,1691069415,0,NULL),(4624,'da39a3ee5e6b4b0d3255bfef95601890afd80709','579a2549f3fe6deab94649454669246504a71fab',1,'core_h5p','libraries',122,'/H5P.FindTheWords-1.4/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069415,1691069415,0,NULL),(4625,'c08da1e2f7f62e33ed2e3785ea2cc76cbd68ddca','6fb7817f2e4a8e5f225532dbb715937d2825a214',1,'core_h5p','libraries',122,'/H5P.FindTheWords-1.4/scripts/','h5p-find-the-words-timer.js',NULL,1291,'application/x-javascript',0,NULL,NULL,NULL,1691069415,1691069415,0,NULL),(4626,'006f1d2d615a1da4b44f341be126e0cb268937db','16109a5e292615e8a55ba47b5313365f820f7bc6',1,'core_h5p','libraries',122,'/H5P.FindTheWords-1.4/scripts/','h5p-find-the-words.js',NULL,14873,'application/x-javascript',0,NULL,NULL,NULL,1691069415,1691069415,0,NULL),(4627,'a9c456d25f68ab7d910df4377e0e472b8eb00087','a1f2214f96148c431ff6f7346293fbf3ec01bb01',1,'core_h5p','libraries',122,'/H5P.FindTheWords-1.4/scripts/','h5p-find-the-words-counter.js',NULL,709,'application/x-javascript',0,NULL,NULL,NULL,1691069415,1691069415,0,NULL),(4628,'db5aea2fd6d06cc2a4cd79a2382c6fa0379e48fb','6a393ff97f87d9093b922e683e1b72e808f4d961',1,'core_h5p','libraries',122,'/H5P.FindTheWords-1.4/scripts/','h5p-find-the-words-word-grid.js',NULL,24120,'application/x-javascript',0,NULL,NULL,NULL,1691069415,1691069415,0,NULL),(4629,'c5ef038b8ac7ef66fa3ff33829e051b4bb8df5fc','58a2fdee1a258c71d4b1c0036a15f5c6b2eae610',1,'core_h5p','libraries',122,'/H5P.FindTheWords-1.4/','icon.svg',NULL,8250,'image/svg+xml',0,NULL,NULL,NULL,1691069415,1691069415,0,NULL),(4684,'c2b3329df49ab92a71736902735c204c3f7fec9a','7e44ae0270dc150f0eff76baaefd293d0647a40e',1,'core_h5p','libraries',124,'/H5P.KewArCode-0.2/','library.json',NULL,684,'application/json',0,NULL,NULL,NULL,1691069422,1691069422,0,NULL),(4685,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cf4b01ed541a7a95baccecfc32ea61441e09e4ab',1,'core_h5p','libraries',124,'/H5P.KewArCode-0.2/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069422,1691069422,0,NULL),(4686,'da39a3ee5e6b4b0d3255bfef95601890afd80709','dc2d81f5d573a0a5c9848afb74aac71e195ee05b',1,'core_h5p','libraries',124,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069422,1691069422,0,NULL),(4687,'41c97c778a3612f819d979ddbf0caf8c79bc7175','59660d66693ae49fa29bf277245d499b619fe8fe',1,'core_h5p','libraries',124,'/H5P.KewArCode-0.2/','semantics.json',NULL,24200,'application/json',0,NULL,NULL,NULL,1691069422,1691069422,0,NULL),(4688,'86a3d40f4f1ed66a65f1076e8beb0ca2ffec393f','9b936a1c2ab02e75aa7a3a882ef4fbf0ff48ee53',1,'core_h5p','libraries',124,'/H5P.KewArCode-0.2/dist/','h5p-kewar-code.css',NULL,2146,'text/css',0,NULL,NULL,NULL,1691069422,1691069422,0,NULL),(4689,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f97ff8a7ad8d92c49489d14b4d078ad96474fa99',1,'core_h5p','libraries',124,'/H5P.KewArCode-0.2/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069422,1691069422,0,NULL),(4690,'358dca19d028613df74900ea6556f64cf9568742','8161385c939d0d65b4522cd04b8a48300e930c28',1,'core_h5p','libraries',124,'/H5P.KewArCode-0.2/dist/images/','close.svg',NULL,531,'image/svg+xml',0,NULL,NULL,NULL,1691069422,1691069422,0,NULL),(4691,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d6b2340b66872ce5201842c61b489ae875ad7611',1,'core_h5p','libraries',124,'/H5P.KewArCode-0.2/dist/images/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069422,1691069422,0,NULL),(4692,'3e09a2e1a8f3aeea33ee83d5e40bf72f56af61ae','07af08d8cccdad7f7d30e824f84084d464baa96a',1,'core_h5p','libraries',124,'/H5P.KewArCode-0.2/dist/','h5p-kewar-code.js',NULL,37722,'application/x-javascript',0,NULL,NULL,NULL,1691069422,1691069422,0,NULL),(4693,'98b449b21a66dd41a3431a647af8d8b190c52131','a6797f48246364d346e78a7088543835c674d95f',1,'core_h5p','libraries',124,'/H5P.KewArCode-0.2/language/','nl.json',NULL,12092,'application/json',0,NULL,NULL,NULL,1691069422,1691069422,0,NULL),(4694,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f4957bde03fda15ca8ebd426207edbc29d957a66',1,'core_h5p','libraries',124,'/H5P.KewArCode-0.2/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069422,1691069422,0,NULL),(4695,'93efa342d0ee252211834a371e24a69937226f09','f3226c3c9c8a96025f140f5de1504f338a904dc9',1,'core_h5p','libraries',124,'/H5P.KewArCode-0.2/language/','de.json',NULL,12284,'application/json',0,NULL,NULL,NULL,1691069422,1691069422,0,NULL),(4696,'04c6a710d6746242d94b5b5c469d03d905b47078','1a0cc1623710e19ef54664b61755d0da378af0ce',1,'core_h5p','libraries',124,'/H5P.KewArCode-0.2/','icon.svg',NULL,27865,'image/svg+xml',0,NULL,NULL,NULL,1691069422,1691069422,0,NULL),(4698,'30edb24c4b40975f03430065ed396d56dd3fd53c','25223de61fdf67de25e3f1fc4f521491bf5af704',1,'core_h5p','libraries',125,'/H5P.AdventCalendar-0.2/','upgrades.js',NULL,710,'application/x-javascript',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4699,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0fd92ab1ebe979619f10b4dfeb9d6e8ce306f373',1,'core_h5p','libraries',125,'/H5P.AdventCalendar-0.2/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4700,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1c7d46d083372406dbf33f04705abeb7025c4bf7',1,'core_h5p','libraries',125,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4701,'6e1c79b79519d491cf00669b2f14211c783168c4','913cd81133724ba822406235c42dc8b2e5f3cf0b',1,'core_h5p','libraries',125,'/H5P.AdventCalendar-0.2/','library.json',NULL,1024,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4702,'0fd1ca13110017310c02eaa129ae8d4de560b27f','3b9571f625f5cd4d3b47ceeaf00e4ef5dbb06268',1,'core_h5p','libraries',125,'/H5P.AdventCalendar-0.2/','semantics.json',NULL,8769,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4703,'781b5aca4705159ca5c07052d2b6b944f8ae4c70','937ddd94c19b198c5f1feb52e2dea7039e090870',1,'core_h5p','libraries',125,'/H5P.AdventCalendar-0.2/dist/','h5p-advent-calendar.js',NULL,20712,'application/x-javascript',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4704,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b458b12f857f64362e1822cb8f739383c76e6b9b',1,'core_h5p','libraries',125,'/H5P.AdventCalendar-0.2/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4705,'2c6d062cfd74501a0b42416aff46c19b915097a6','5e822534fb5fab09eefde4ded656fefb2af19dc8',1,'core_h5p','libraries',125,'/H5P.AdventCalendar-0.2/dist/images/','snowflake.png',NULL,2247,'image/png',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4706,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f863d6db6869f455dd70829be8cd9b776583119e',1,'core_h5p','libraries',125,'/H5P.AdventCalendar-0.2/dist/images/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4707,'fb714818db4112f565613c7c5b7f9fc5ba74f2d3','aa8ed2a6a66db07f4bfbbf516bb0f422db3fd6a4',1,'core_h5p','libraries',125,'/H5P.AdventCalendar-0.2/dist/','h5p-advent-calendar.css',NULL,15137,'text/css',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4708,'105c57861a2f2be4f93cf4dec30ff7e1dc1b57b0','4672a8e92db346173a8d748fc0b65fc59fec6316',1,'core_h5p','libraries',125,'/H5P.AdventCalendar-0.2/language/','el.json',NULL,6879,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4709,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b55200c0cc983f69e0813dab914d1abb192bf50f',1,'core_h5p','libraries',125,'/H5P.AdventCalendar-0.2/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4710,'de13a3c51bd9cf985cf8bb401645891df018af4b','e872c63a72b20ad76b830ebeb4c67f69f2c33872',1,'core_h5p','libraries',125,'/H5P.AdventCalendar-0.2/language/','eu.json',NULL,4531,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4711,'26054794139b1cf86de95c9d115d930b44850f49','6c0a4776166edb8242f2458e89938265519b7156',1,'core_h5p','libraries',125,'/H5P.AdventCalendar-0.2/language/','nl.json',NULL,4683,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4712,'8d106f8dab21403d94000afae97d30cec289cc21','90db5e48ac3a39b10508ce898f0109ec5014014b',1,'core_h5p','libraries',125,'/H5P.AdventCalendar-0.2/language/','de.json',NULL,4800,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4713,'c804b1dbf8361f6a22f9746cfe11a180e922803f','2f5945b9b48c2b4f31a7f9292b592f164ac47c6f',1,'core_h5p','libraries',125,'/H5P.AdventCalendar-0.2/language/','gl.json',NULL,4607,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4714,'cf4c60773e919ccc1d6b075d3d578eda64c4937e','0fe5e08a605506edcfe7d98c55f5f128b75b786d',1,'core_h5p','libraries',125,'/H5P.AdventCalendar-0.2/language/','es.json',NULL,4798,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4715,'cf4c60773e919ccc1d6b075d3d578eda64c4937e','835f6c1e23bfb28e7183a52f684f60fffb2b59a8',1,'core_h5p','libraries',125,'/H5P.AdventCalendar-0.2/language/','es-mx.json',NULL,4798,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4716,'67eb4a006c523c219dfe2c29e84c2fc36841e8b2','d7155d6f94b0393a64b19af0df1930df440dea04',1,'core_h5p','libraries',125,'/H5P.AdventCalendar-0.2/','icon.svg',NULL,10246,'image/svg+xml',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4717,'41e58ba9cdffc00c819d59ca529681d12852c577','0333ac84b2d0d661cba989bd2b4f3803804364c7',1,'core_h5p','libraries',126,'/H5P.Video-1.5/styles/','video.css',NULL,12305,'text/css',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4718,'da39a3ee5e6b4b0d3255bfef95601890afd80709','888aaf0b81ef0ad916206c2c3c0554b0a854db78',1,'core_h5p','libraries',126,'/H5P.Video-1.5/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4719,'da39a3ee5e6b4b0d3255bfef95601890afd80709','076175c40602f5eacdad3f3503c612dfc8485b30',1,'core_h5p','libraries',126,'/H5P.Video-1.5/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4720,'da39a3ee5e6b4b0d3255bfef95601890afd80709','09e6dbf7f70790dc89abef7f7c0c7897f69bed80',1,'core_h5p','libraries',126,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4721,'51c74f27082b9e2a7be34e7cbc491d4e595b41c2','0910e9eaf7d8016486bae78a33c346989e9ddda5',1,'core_h5p','libraries',126,'/H5P.Video-1.5/','upgrades.js',NULL,4883,'application/x-javascript',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4722,'efe53dfc3dd7307817a4c0398c0188eb3aaeaaaa','41752b187205dd4fe9ccfb9e85fe9d192eb32e87',1,'core_h5p','libraries',126,'/H5P.Video-1.5/','library.json',NULL,779,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4723,'7db11b31e6cc26e0339a7f0497701ff49462ce48','c3e0d051ee2435723b6db3e3998fdf4a3c7f7e2f',1,'core_h5p','libraries',126,'/H5P.Video-1.5/','semantics.json',NULL,6464,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4724,'6ab9210a88b77ecc609a1e2e31c11ea1d8b9bb93','b30a38624d91a412241f0932f059e0a17a19289b',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','sme.json',NULL,3858,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4725,'da39a3ee5e6b4b0d3255bfef95601890afd80709','aa823d010f8969af4d4dfe466055ac309cf1bc03',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4726,'f1b0a46f2ac01bd349c1a3bf3760eb5c5ad75499','fdf3e07aa5cad012505286a9fdbdc3c95d7275d9',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','ja.json',NULL,4842,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4727,'444dda85a2f44203c9b0483483a1e73377a5fded','b38d91680da51ce115e6787932dab5d124692634',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','ru.json',NULL,5600,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4728,'befd05bba39c50db420e9abe138a9b2d78ab88bd','e07bba75b608dce357641b3804336613f23c30bd',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','bs.json',NULL,3888,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4729,'87ae3b0c0f42fda82dfbef74b021cab86c9b43a1','f7db012b021bec04d1d9bbfff1bbb7f952899f24',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','nn.json',NULL,3949,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4730,'6ab9210a88b77ecc609a1e2e31c11ea1d8b9bb93','132d6aa04cd4abae598bc8f8bf82955bf990bee1',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','ro.json',NULL,3858,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4731,'bb8c57cb023b73e68c145247750994c8f79b9f53','39e62abeee6b1623c1eb81c145594477c5dd0ec8',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','el.json',NULL,5978,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4732,'1ce7c0e83ffca9dddacaadcdb62c0b3758fb0f8e','4c42c353332bac93dfd3a3171086b4efa8a56793',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','km.json',NULL,5909,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4733,'52aeb8c2ad774b64e7610d2b333b3e9918987520','60e99ae5554c13caa3e735f863661d8d4e11f7e1',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','cs.json',NULL,4095,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4734,'6ab9210a88b77ecc609a1e2e31c11ea1d8b9bb93','c40b903af1798b9fe3082146dc78b7d2f7327d9f',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','sma.json',NULL,3858,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4735,'6ab9210a88b77ecc609a1e2e31c11ea1d8b9bb93','761f62748597d644ee0ab1280995fd705c6992ed',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','da.json',NULL,3858,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4736,'cb0b8cd78e6ff19bde050a1b25e15b7996d50a4b','a415918efe89b1cd21eab95755e9c61d8536db47',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','eu.json',NULL,4152,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4737,'a096131b8771065fc5b5a90dc2cf40177cc0ef7e','fb3d1ccc07c2cb2db065cca53c589465f29f1daa',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','nl.json',NULL,4076,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4738,'95f22e52be921cda21e29dd0a91f857f509b1279','770b82ddce2a28ad354badf0483e34536b1864d8',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','ca.json',NULL,4356,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4739,'849b7b3f1cbf13dc4f01d0a66508c3cd499922f7','b8956b33f5617c262a34009a0cb24ae93c90c2aa',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','pt.json',NULL,4245,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4740,'6ab9210a88b77ecc609a1e2e31c11ea1d8b9bb93','e4fc2aa81248784c536505e4c401c6f4ffe53e19',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','sr.json',NULL,3858,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4741,'6ab9210a88b77ecc609a1e2e31c11ea1d8b9bb93','a4807982dd77e1cd59fd01412c943cd3a92542b6',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','hu.json',NULL,3858,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4742,'eae17f7720253d8c7e76cfaa949aeb4d04740914','f1b7c3f900bd4356bd87eba7d54b3f1f8d96d5c9',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','sv.json',NULL,3955,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4743,'0128dedb29449c4645e9c7f108e54dae92fb0337','aa775e05bf13b597e798e832d6ecae8ed5ef255e',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','ar.json',NULL,4511,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4744,'feaa62333138031d45e569a1e5a513479cd2b67d','c5e1d9e6edc3f4dc49f7b38c97ad0a5210eef638',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','zh-hant.json',NULL,3996,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4745,'64b16e621534947c01f7f344212701ddef1dcd08','9d0957ca006e7ad55911b7e4f045dd9a1442d0e2',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','zh-hans.json',NULL,3990,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4746,'4f3d1755da9deaece60c7aeb27c38b683ccb884a','bf17a7d72dba1fcb7f46efd32373d313a4dbdee9',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','af.json',NULL,4019,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4747,'6ab9210a88b77ecc609a1e2e31c11ea1d8b9bb93','48dcd39ae9bce4cec0eedc805c171b37aad692cd',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','vi.json',NULL,3858,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4748,'8f10fde403362f64b1e4b46282398d121be11c55','004cdca2591051d206405dbd5d5cca7c4a108419',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','et.json',NULL,3947,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4749,'62e79dc930b4e0d88a8eda889def6e0fe692e09f','b0dee86872e8aa3340369e9fec0c92d29194aab6',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','nb.json',NULL,3958,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4750,'f7ff7cb36da1831cd4ac01c7eeee2ce88c479485','dc609efe5594f282fe43e0becbd2fe756fb6aae5',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','ko.json',NULL,4321,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4751,'21e8aeec3ce33aeeafa6f11d7d9e9a91e1c76d21','acdf52533698a35d62b2f90a8cc0cf571c25f11f',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','de.json',NULL,4273,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4752,'b466ce9454ddabf52d40a21d257ab801df77a8fe','fcc3016ddc82b4b284786c55be75d4fd1f8b45be',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','pt-br.json',NULL,4249,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4753,'f3ad860a78bc2f251771fa2d659fb766eb4c2046','b199c9b388c9d0cf7080ff8df68cf5f3f65aea32',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','bg.json',NULL,5802,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4754,'88ff3c149681618eac6418d536b273ee2ed2a7cf','fdb9652ac7e3e826a2494a56065ac162911e1947',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','he.json',NULL,4671,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4755,'d24100c21c39b929cb58cc48b80df54ae751e631','7b261323dd912de15adae91412ad0aef3939366e',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','it.json',NULL,4181,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4756,'b0c84766392da8b3d3b0467d19da033c90899499','7eaf5915498e3574bb3f4c3d1679f6a4cc2b3b25',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','fi.json',NULL,3855,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4757,'59434ea1bb2214aa7f179d10b2ab1d825d8ede09','3c45752cc07413948dd2b633ec11c03cdd7689c2',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','es.json',NULL,4293,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4758,'7cc425cbafe842a64b2ee8103896b24f54494a2a','ea04a701f76b40a620d15327e02bfa686483d59f',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','sl.json',NULL,3910,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4759,'ce42f6de40c7dc6814be5c8019446c7bb6fac916','9f13ed371db5894b808d63c25526e73672b52a69',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','es-mx.json',NULL,4275,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4760,'6ab9210a88b77ecc609a1e2e31c11ea1d8b9bb93','323c91e4fb46d38baa74e2451f0d052f47dc2b35',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','tr.json',NULL,3858,'application/json',0,NULL,NULL,NULL,1691069425,1691069425,0,NULL),(4761,'6ab9210a88b77ecc609a1e2e31c11ea1d8b9bb93','99b2098bac9ec42c2870bd9f59ce7e3499645688',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','pl.json',NULL,3858,'application/json',0,NULL,NULL,NULL,1691069426,1691069426,0,NULL),(4762,'aca7c2de4dfe628bfd6b03398503a23512a38384','f0373a8e81c5f06ae1ca2a76449ff535762c371c',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','fr.json',NULL,4214,'application/json',0,NULL,NULL,NULL,1691069426,1691069426,0,NULL),(4763,'6ab9210a88b77ecc609a1e2e31c11ea1d8b9bb93','edd62b7c5f16817309fa000acfdbac7f5efa6765',1,'core_h5p','libraries',126,'/H5P.Video-1.5/language/','smj.json',NULL,3858,'application/json',0,NULL,NULL,NULL,1691069426,1691069426,0,NULL),(4764,'948b564319a4d499e71c151345dbad532d7f0c8c','7a311c5389473913b42db6bb01a16bfd18249ab5',1,'core_h5p','libraries',126,'/H5P.Video-1.5/scripts/','panopto.js',NULL,10854,'application/x-javascript',0,NULL,NULL,NULL,1691069426,1691069426,0,NULL),(4765,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d18cb20d5ca1401fcbb8c59878f806bb01e74db0',1,'core_h5p','libraries',126,'/H5P.Video-1.5/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069426,1691069426,0,NULL),(4766,'e1b2ec870497030da019b474b03710c39e6edb1a','bdb1c1e479436a0403b1bdc35a7ee9d53342b0b0',1,'core_h5p','libraries',126,'/H5P.Video-1.5/scripts/','flash.js',NULL,7335,'application/x-javascript',0,NULL,NULL,NULL,1691069426,1691069426,0,NULL),(4767,'444fef250e81a42165ab8854b7136c119d00cf71','35b2716939c9d39f2fd602ba7c8e0f23624b5cfa',1,'core_h5p','libraries',126,'/H5P.Video-1.5/scripts/','video.js',NULL,5656,'application/x-javascript',0,NULL,NULL,NULL,1691069426,1691069426,0,NULL),(4768,'3c2920e6e28c4df845f9ed7757749ff4aaa9dd1a','66df4f20284209206e4327616f420016020652de',1,'core_h5p','libraries',126,'/H5P.Video-1.5/scripts/','youtube.js',NULL,14158,'application/x-javascript',0,NULL,NULL,NULL,1691069426,1691069426,0,NULL),(4769,'88931b9eae8cdabdf96542d268a76c665edfcaf8','4ad0136da1b1e8c7180f43dc6150ad23ddc1f040',1,'core_h5p','libraries',126,'/H5P.Video-1.5/scripts/','html5.js',NULL,25100,'application/x-javascript',0,NULL,NULL,NULL,1691069426,1691069426,0,NULL),(4771,'1d6a4a7a46532f1eccd2b679d383d08afa73f275','9fdfd6a5b71a6ccb3dd15f4685d136a4946f9bb3',1,'core_h5p','libraries',127,'/H5P.Crossword-0.4/','upgrades.js',NULL,2130,'application/x-javascript',0,NULL,NULL,NULL,1691069428,1691069428,0,NULL),(4772,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5b81d0314c6e2f00613b30e2f4e8452088cab826',1,'core_h5p','libraries',127,'/H5P.Crossword-0.4/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069428,1691069428,0,NULL),(4773,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f46e61039e44a0c6392cfd9ef7c322460a69e280',1,'core_h5p','libraries',127,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069428,1691069428,0,NULL),(4774,'f9cea883c90dea97a6d3940869606614c6da67a2','8a0724f9d02929c402f255c928366a4d4327ce01',1,'core_h5p','libraries',127,'/H5P.Crossword-0.4/','library.json',NULL,1347,'application/json',0,NULL,NULL,NULL,1691069428,1691069428,0,NULL),(4775,'027526d1f4952ae441c1b478153d497e3c42614f','b401e590a66ce4541f4ae8afff2f921e24afa6f2',1,'core_h5p','libraries',127,'/H5P.Crossword-0.4/','semantics.json',NULL,17767,'application/json',0,NULL,NULL,NULL,1691069428,1691069428,0,NULL),(4776,'c3544d4ad3aa5663217e705e44db49b6a7e1c8e5','e7312aa99bca27d808ba68a9e049b9223967d29e',1,'core_h5p','libraries',127,'/H5P.Crossword-0.4/dist/','h5p-crossword.js',NULL,71459,'application/x-javascript',0,NULL,NULL,NULL,1691069428,1691069428,0,NULL),(4777,'da39a3ee5e6b4b0d3255bfef95601890afd80709','63e6227839b03edb2050493f7ff41d035b3d9454',1,'core_h5p','libraries',127,'/H5P.Crossword-0.4/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069428,1691069428,0,NULL),(4778,'db910e12a751b0c5c640c24357eefa03ff691121','282ee253f8e278f3a35a36bc2d3d5f2ba32e3014',1,'core_h5p','libraries',127,'/H5P.Crossword-0.4/dist/','h5p-crossword.css',NULL,15475,'text/css',0,NULL,NULL,NULL,1691069428,1691069428,0,NULL),(4779,'9f48773179bccac0dccdb0c116a30845e59d5c33','3bd0274fbc891cad6e1c84a717b704ee48db22b2',1,'core_h5p','libraries',127,'/H5P.Crossword-0.4/language/','el.json',NULL,14906,'application/json',0,NULL,NULL,NULL,1691069428,1691069428,0,NULL),(4780,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5bdd39b36d2068038b5e5b042b1ae79c688bb634',1,'core_h5p','libraries',127,'/H5P.Crossword-0.4/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069429,1691069429,0,NULL),(4781,'d67a495d39688fb2b26a0032a134184bfeedb085','e53d17e0e1b082b70ccc041c6a53d9b529f032ed',1,'core_h5p','libraries',127,'/H5P.Crossword-0.4/language/','nl.json',NULL,10233,'application/json',0,NULL,NULL,NULL,1691069429,1691069429,0,NULL),(4782,'26f96107f83647a78ee674447e2f6647e088433c','27f06e52f04b3dbe14b20e6ba09d4b6d011f2b10',1,'core_h5p','libraries',127,'/H5P.Crossword-0.4/language/','sr.json',NULL,13332,'application/json',0,NULL,NULL,NULL,1691069429,1691069429,0,NULL),(4783,'456b1efb7e71ef44f5b95901a485d2ea9e406539','61ff095992438247c709b4a12e546f0aff8a0d2b',1,'core_h5p','libraries',127,'/H5P.Crossword-0.4/language/','ko.json',NULL,10152,'application/json',0,NULL,NULL,NULL,1691069429,1691069429,0,NULL),(4784,'a152e46f19a187b5691a898c50569cab9b9bb0a5','b035cc5ae37fb89a09164e8c12cb6c497a0f0ec1',1,'core_h5p','libraries',127,'/H5P.Crossword-0.4/language/','de.json',NULL,10360,'application/json',0,NULL,NULL,NULL,1691069429,1691069429,0,NULL),(4785,'fdc40374e46022dbbf006b48177d306be51e4877','1e15fe2902cb2008d98717e6c85db974ea272fc4',1,'core_h5p','libraries',127,'/H5P.Crossword-0.4/','icon.svg',NULL,5284,'image/svg+xml',0,NULL,NULL,NULL,1691069429,1691069429,0,NULL),(4809,'0a4bc4a1c5ec2d813d01e17f78028e8baa5ab1ba','884d858e583a7f01b9ff7f32370981984842d2bd',1,'core_h5p','libraries',129,'/H5P.Cornell-0.1/','library.json',NULL,770,'application/json',0,NULL,NULL,NULL,1691069434,1691069434,0,NULL),(4810,'da39a3ee5e6b4b0d3255bfef95601890afd80709','492d244774e99869b05c45e21b761a336b7c6093',1,'core_h5p','libraries',129,'/H5P.Cornell-0.1/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069434,1691069434,0,NULL),(4811,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9383fe6ada435ca40cffec146753c6323fe9ccce',1,'core_h5p','libraries',129,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069434,1691069434,0,NULL),(4812,'e403739e3fe87b521321a787acfb1750e368f7df','d93518500682e75facbe4304f2c67cc2838d5c87',1,'core_h5p','libraries',129,'/H5P.Cornell-0.1/','semantics.json',NULL,4431,'application/json',0,NULL,NULL,NULL,1691069434,1691069434,0,NULL),(4813,'c68c8ead68a22bc52720e5299c8df8cd62060e85','c19c8f18285e0829a05bab2d6d85d6c5e1fe9854',1,'core_h5p','libraries',129,'/H5P.Cornell-0.1/dist/','09352cd0be083fb16265.svg',NULL,2857,'image/svg+xml',0,NULL,NULL,NULL,1691069434,1691069434,0,NULL),(4814,'da39a3ee5e6b4b0d3255bfef95601890afd80709','92ee58be837c651a98a0616747df86b761fb6a99',1,'core_h5p','libraries',129,'/H5P.Cornell-0.1/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069434,1691069434,0,NULL),(4815,'56e3dba0cfb3f1f7ebbecf58302d4479a94d03f2','06e791360fa10339c131bd51381c46a1c74cf38b',1,'core_h5p','libraries',129,'/H5P.Cornell-0.1/dist/','8bbaf428d7b35cf746ec.svg',NULL,3986,'image/svg+xml',0,NULL,NULL,NULL,1691069434,1691069434,0,NULL),(4816,'54ad6722c7a8a856d06bf2ac21716b8fa91375be','6066928f81337a0cf6111c1cc7f93e2a5cb59c23',1,'core_h5p','libraries',129,'/H5P.Cornell-0.1/dist/','b91b6857ee0da681fbad.svg',NULL,4053,'image/svg+xml',0,NULL,NULL,NULL,1691069434,1691069434,0,NULL),(4817,'dae61add54d1898cb953d33d661aa977489aac26','15e7dabde2fb2654fb560b4db1441b38d662be6f',1,'core_h5p','libraries',129,'/H5P.Cornell-0.1/dist/images/','button-toggle-notes-icon-white.svg',NULL,2866,'image/svg+xml',0,NULL,NULL,NULL,1691069434,1691069434,0,NULL),(4818,'da39a3ee5e6b4b0d3255bfef95601890afd80709','aee63fbfd80db939237ac87049533d4fc0e2de50',1,'core_h5p','libraries',129,'/H5P.Cornell-0.1/dist/images/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069434,1691069434,0,NULL),(4819,'f53e67e611b2d0b244bcb04843e1660efd3509fd','8383d646f1da4081cc30842c849c73beca86c15b',1,'core_h5p','libraries',129,'/H5P.Cornell-0.1/dist/images/','button-fullscreen-enter-icon.svg',NULL,3970,'image/svg+xml',0,NULL,NULL,NULL,1691069434,1691069434,0,NULL),(4820,'c68c8ead68a22bc52720e5299c8df8cd62060e85','0c03aa8b9fec92d377251ecc327895fef94b47e3',1,'core_h5p','libraries',129,'/H5P.Cornell-0.1/dist/images/','button-toggle-notes-icon-blue.svg',NULL,2857,'image/svg+xml',0,NULL,NULL,NULL,1691069434,1691069434,0,NULL),(4821,'dae61add54d1898cb953d33d661aa977489aac26','25b0823d7ef27eedd6977db5d3ecc1110464c8d4',1,'core_h5p','libraries',129,'/H5P.Cornell-0.1/dist/','0881af61be542f4be20a.svg',NULL,2866,'image/svg+xml',0,NULL,NULL,NULL,1691069434,1691069434,0,NULL),(4822,'a5f7597d0743999431ce5742e6a8c4fc1929c64f','abe2047695b4e6880720f76ede6f0b168bc36ab1',1,'core_h5p','libraries',129,'/H5P.Cornell-0.1/dist/','h5p-cornell.css',NULL,4705,'text/css',0,NULL,NULL,NULL,1691069434,1691069434,0,NULL),(4823,'9e4498b6b21ebd3fc9dc089d74c834b29c851a90','bdf9f41d7ac162c7f33dba5636452dffe9a3c56f',1,'core_h5p','libraries',129,'/H5P.Cornell-0.1/dist/','h5p-cornell.js',NULL,18509,'application/x-javascript',0,NULL,NULL,NULL,1691069434,1691069434,0,NULL),(4824,'8d926d8bb8bebf1e60b9d248c6235c80209fb78d','ccc1942771d4ca3283e838e87d29fcf9b74b63a2',1,'core_h5p','libraries',129,'/H5P.Cornell-0.1/language/','eu.json',NULL,2578,'application/json',0,NULL,NULL,NULL,1691069434,1691069434,0,NULL),(4825,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cff311fbc44345167e47ca0a1d29e8a1e387f8a4',1,'core_h5p','libraries',129,'/H5P.Cornell-0.1/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069434,1691069434,0,NULL),(4826,'f8bfcffd2403d97133952c121439a533da112698','8eb80468297ab81b1c3c3ae8af2220fa704d0914',1,'core_h5p','libraries',129,'/H5P.Cornell-0.1/language/','nl.json',NULL,2752,'application/json',0,NULL,NULL,NULL,1691069434,1691069434,0,NULL),(4827,'6040783cde88820365f92a0844861cb066a5aa6c','cddfb07ee71e46e87d630b3767bb971a8de0ded7',1,'core_h5p','libraries',129,'/H5P.Cornell-0.1/language/','ko.json',NULL,2523,'application/json',0,NULL,NULL,NULL,1691069434,1691069434,0,NULL),(4828,'a5e6de4bad608f393067d0f92b2cc20b3c248f11','3141098ec7a02f1fd0ea8e8eba8dade52a0a12c1',1,'core_h5p','libraries',129,'/H5P.Cornell-0.1/language/','de.json',NULL,2813,'application/json',0,NULL,NULL,NULL,1691069434,1691069434,0,NULL),(4829,'f4e6be6b8203a29630f099fee88a0fd4387d68d3','e2bfb8f349863913591b30ea597b684499febd29',1,'core_h5p','libraries',129,'/H5P.Cornell-0.1/language/','lv.json',NULL,2782,'application/json',0,NULL,NULL,NULL,1691069434,1691069434,0,NULL),(4830,'255f1213a46e8d8a2ac38267944d13da584593a1','b63e36bb899883444ba687ad270b460a85208896',1,'core_h5p','libraries',129,'/H5P.Cornell-0.1/language/','es.json',NULL,2972,'application/json',0,NULL,NULL,NULL,1691069434,1691069434,0,NULL),(4831,'5dca8d280cb576352fbd498ec292d5f9ffb31ae8','6257515af5b224a338edb7c0b1ede4d16cf1b3c4',1,'core_h5p','libraries',129,'/H5P.Cornell-0.1/language/','es-mx.json',NULL,2977,'application/json',0,NULL,NULL,NULL,1691069434,1691069434,0,NULL),(4832,'a7ab70a121653f1433b7ea57c08201a94d07b262','b7ba75e3d093e514eccb95ded884884c7f21027e',1,'core_h5p','libraries',129,'/H5P.Cornell-0.1/','icon.svg',NULL,2352,'image/svg+xml',0,NULL,NULL,NULL,1691069434,1691069434,0,NULL),(4834,'50747fefc3e39911edaa5d3f416eb6d605a46c2e','b4d5222dd50c6e3bc1c1619cfcc2529856a7fcd4',1,'core_h5p','libraries',130,'/EmbeddedJS-1.0/','library.json',NULL,334,'application/json',0,NULL,NULL,NULL,1691069437,1691069437,0,NULL),(4835,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1cf0c4d40bc3197bf309309803e99d0b754487f0',1,'core_h5p','libraries',130,'/EmbeddedJS-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069437,1691069437,0,NULL),(4836,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d1f233e369b72a89dee8fdfa272d659f91ef912d',1,'core_h5p','libraries',130,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069437,1691069437,0,NULL),(4837,'455519b6ae1d94105cfb22422a14c44fc38792a6','924f25034a2b677c7f4b66b2fdb4663c9f8787fe',1,'core_h5p','libraries',130,'/EmbeddedJS-1.0/js/','ejs_viewhelpers.js',NULL,7053,'application/x-javascript',0,NULL,NULL,NULL,1691069437,1691069437,0,NULL),(4838,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e1efb39c90fa44d28158fc04299e93bbac9db8c8',1,'core_h5p','libraries',130,'/EmbeddedJS-1.0/js/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069437,1691069437,0,NULL),(4839,'bb89dcf671a1157e0692d072e99dd2ce63b02654','63ea2d95f2a889da6ba209ff117e6faa4bc131cf',1,'core_h5p','libraries',130,'/EmbeddedJS-1.0/js/','ejs_production.js',NULL,12881,'application/x-javascript',0,NULL,NULL,NULL,1691069437,1691069437,0,NULL),(4840,'cfaa06929ae303ec1ec1c540ec487ddfd33c2747','216cb56dfddb5d680468218a0844886b37e6d4fe',1,'core_h5p','libraries',130,'/EmbeddedJS-1.0/js/','ejs.js',NULL,13277,'application/x-javascript',0,NULL,NULL,NULL,1691069437,1691069437,0,NULL),(4841,'770f763b9af516f20dab169d2c3b8739fb198973','7239008209f386a72ec52607d0e7262204c0aa53',1,'core_h5p','libraries',131,'/H5P.AFrame-1.0/','aframe.js',NULL,1220031,'application/x-javascript',0,NULL,NULL,NULL,1691069437,1691069437,0,NULL),(4842,'da39a3ee5e6b4b0d3255bfef95601890afd80709','049e771b411635a8f56b0b7de96763775c99cfac',1,'core_h5p','libraries',131,'/H5P.AFrame-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069437,1691069437,0,NULL),(4843,'da39a3ee5e6b4b0d3255bfef95601890afd80709','bea2722f80daf0a8052ccd6cc5924218561fcec9',1,'core_h5p','libraries',131,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069437,1691069437,0,NULL),(4844,'4d17aed9dcf5fa151c1831785b455ebab7bff57a','7b6c77834e718b845a0f24a8a7fab63f0ebfc278',1,'core_h5p','libraries',131,'/H5P.AFrame-1.0/','library.json',NULL,378,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4845,'bf4732321b7759660faf7f9646d8b4141d07c1b7','c8d65e359dda9ca95adb47391ac2c61523e58faa',1,'core_h5p','libraries',132,'/H5P.AFrameAR-3.1/','library.json',NULL,375,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4846,'da39a3ee5e6b4b0d3255bfef95601890afd80709','bfc3e943ea99d21bba6b80131a5c0a1dd9b9ddb9',1,'core_h5p','libraries',132,'/H5P.AFrameAR-3.1/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4847,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f9f88d677427b1d8dc59a395cfcde649ef435cf2',1,'core_h5p','libraries',132,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4848,'861b3ede6110c2ad7467f65944b051bf223b811a','5746ea47853503b5d84484b0396f9f52f7836aaf',1,'core_h5p','libraries',132,'/H5P.AFrameAR-3.1/','aframe-ar.js',NULL,1048256,'application/x-javascript',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4849,'b4c482edef98861cad199b0ccd9b9d841f58d4fd','e44f7edf2fadc46478acebdc87b6c24db550b1a1',1,'core_h5p','libraries',133,'/H5P.AFrameOrbitControls-1.3/','aframe-orbit-controls.min.js',NULL,19665,'application/x-javascript',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4850,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ebb0fe37cbb5602b63ea7e4b170a60aca8d5498e',1,'core_h5p','libraries',133,'/H5P.AFrameOrbitControls-1.3/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4851,'da39a3ee5e6b4b0d3255bfef95601890afd80709','66efcc6ef3228b077b42e892304d8ce98b368a02',1,'core_h5p','libraries',133,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4852,'1f8c95d89a8c2711926c81a67ef59aa1ee5dd606','45e60026afdf6bd2cdc20236f5eea2134f6303d5',1,'core_h5p','libraries',133,'/H5P.AFrameOrbitControls-1.3/','library.json',NULL,464,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4853,'8e9bc1a8a9548b5fc5e4400934b583470f7beb76','9333bda2d5b94dbbac219ec54a9a5fdbd95595b2',1,'core_h5p','libraries',134,'/H5P.ARScavenger-1.2/','upgrades.js',NULL,797,'application/x-javascript',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4854,'da39a3ee5e6b4b0d3255bfef95601890afd80709','be9507a31cf34b60dd380a55a8a09aec23f0a3f4',1,'core_h5p','libraries',134,'/H5P.ARScavenger-1.2/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4855,'da39a3ee5e6b4b0d3255bfef95601890afd80709','52d6debf5d4956a681a1c48ea8e245656d73b369',1,'core_h5p','libraries',134,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4856,'04a86587d6ce79b4fe17037f49319015f7096f22','d4fa9a81292cf51f8664d2b0acaaa7f8f9a22494',1,'core_h5p','libraries',134,'/H5P.ARScavenger-1.2/','library.json',NULL,1671,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4857,'cc9e378a32820e418809201a0af823ad9a32fbbd','2310421a5e6adc127c63848d2ae858b196031e9d',1,'core_h5p','libraries',134,'/H5P.ARScavenger-1.2/','semantics.json',NULL,21004,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4858,'634e5d67b170e7dc218e63f94767e71078cd6f6c','3d9fcb7fa4a8592e06a0e179b7874f24a0aff158',1,'core_h5p','libraries',134,'/H5P.ARScavenger-1.2/dist/','d0497d8cb4cc53fc2d2a.svg',NULL,2889,'image/svg+xml',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4859,'da39a3ee5e6b4b0d3255bfef95601890afd80709','fc1b9822b797d4899e45fba26e68d2db514de7b4',1,'core_h5p','libraries',134,'/H5P.ARScavenger-1.2/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4860,'08f81369a322e854c77a52134c69650851afca47','d0dcc51b8f5336e71063812f0678360c2a1d5290',1,'core_h5p','libraries',134,'/H5P.ARScavenger-1.2/dist/','h5p-ar-scavenger.js',NULL,36017,'application/x-javascript',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4861,'d7d687667528ca3e57f6faf28d53f079527dee37','2497f14a9b270dac06c0679f24a01aa4eaa36d2e',1,'core_h5p','libraries',134,'/H5P.ARScavenger-1.2/dist/','7dbe7c7acf09a5f54129.svg',NULL,3549,'image/svg+xml',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4862,'a2a7174aa5e9da7757bea9c511848952c1cf97de','c427b995a6e7aeded912ba27ecda10e35c4ff595',1,'core_h5p','libraries',134,'/H5P.ARScavenger-1.2/dist/','h5p-ar-scavenger.css',NULL,6163,'text/css',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4863,'acc87c1c2ab3efff9d270ac36271328302a61339','4175a83286c6f8d55e609c97f997c2152337051b',1,'core_h5p','libraries',134,'/H5P.ARScavenger-1.2/dist/','d27c3e89d89364b9d863.svg',NULL,3216,'image/svg+xml',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4864,'15d5f210a280f36084a6a7ed8cd7a0e7aaa76e31','d331f3f4b14233d7177d41f38994c2de59117b60',1,'core_h5p','libraries',134,'/H5P.ARScavenger-1.2/dist/','3b072bc09d1fef3a9455.svg',NULL,4525,'image/svg+xml',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4865,'5ad196ebd7d388751dbf7831fa0591fcc59cf070','ceaa94b6ac2a552b96f333951ae5781970f1a97b',1,'core_h5p','libraries',134,'/H5P.ARScavenger-1.2/dist/','279ea775d7e36cf0e16d.svg',NULL,5371,'image/svg+xml',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4866,'86ebd38d542572c687e6e152e955f480bfef934f','c01a5c73df07f2ff76e565e0650330ed5e2c984f',1,'core_h5p','libraries',134,'/H5P.ARScavenger-1.2/dist/','dc5f4750cc9a40968130.svg',NULL,3215,'image/svg+xml',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4867,'c7fb6a3a5eedfa028ada5dfe4f32a7fa9c540fe8','c48cddb12b7366dfb0d9161f962bee8e3b4469c4',1,'core_h5p','libraries',134,'/H5P.ARScavenger-1.2/dist/','05d5a0e956c1d2953bd7.svg',NULL,3215,'image/svg+xml',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4868,'58c31754a501d8db787ad25261fad2de594e8df6','a011116d2f3fbf7eddeb0cffdd259899979d54be',1,'core_h5p','libraries',134,'/H5P.ARScavenger-1.2/dist/','34b6451cdaac2fe58b0c.svg',NULL,2890,'image/svg+xml',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4869,'9d7886753a10a120bfeb3bf3f5b61b1f2dec9fa3','ffd3d402484828fb0cace10197410688b9d32c77',1,'core_h5p','libraries',134,'/H5P.ARScavenger-1.2/language/','eu.json',NULL,10432,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4870,'da39a3ee5e6b4b0d3255bfef95601890afd80709','968960ee8a333d5581eb6d2f3421bca0bfb061ad',1,'core_h5p','libraries',134,'/H5P.ARScavenger-1.2/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4871,'1e5c6b04e849fe45c7923e4a9ce9e15238b7c0c8','681cdd2d11324844f012de2da181cdff72c41e79',1,'core_h5p','libraries',134,'/H5P.ARScavenger-1.2/language/','nl.json',NULL,10101,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4872,'bcd30aed47618ef243845fc5571682cd2db9e9cd','71cfc544844df2b56d49b08dfdfb60ec08f089e8',1,'core_h5p','libraries',134,'/H5P.ARScavenger-1.2/language/','de.json',NULL,10568,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4873,'028c4428e31b257f6a29d8a591d755821fe530aa','a64bb21cd7b4d09f4401a0e0343833a89756937f',1,'core_h5p','libraries',134,'/H5P.ARScavenger-1.2/language/','lv.json',NULL,10606,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4874,'f1ee00f101d1fd245fc141b968e6f75b04907bea','f8d5fefe88d21ddf969d059fa4e8cdf183736b8d',1,'core_h5p','libraries',134,'/H5P.ARScavenger-1.2/language/','fi.json',NULL,10082,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4875,'832676ab9bf00a98b8ea6bddac2fcb4e275b7fea','9198fe4df449b15f6ff938d9e964621c295d3c9b',1,'core_h5p','libraries',134,'/H5P.ARScavenger-1.2/language/','es.json',NULL,10577,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4876,'832676ab9bf00a98b8ea6bddac2fcb4e275b7fea','bc0da4b600de1fad264b05bd9e7981e2786af9b0',1,'core_h5p','libraries',134,'/H5P.ARScavenger-1.2/language/','es-mx.json',NULL,10577,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4877,'f979e6d36b85f3ac4f8939c75ab03a53cbf95525','06d61cfb805442ac8ec06be7052435c636462719',1,'core_h5p','libraries',134,'/H5P.ARScavenger-1.2/','icon.svg',NULL,3770,'image/svg+xml',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4878,'83e344833e2bfc0f9d29f0a98c17b3d9791bd4d0','ae0a3bac19316ca022cfaf14e552b8737ff3f8df',1,'core_h5p','libraries',135,'/H5PEditor.ARMarkerGenerator-1.0/styles/','h5peditor-ar-marker-generator-spinner.css',NULL,1279,'text/css',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4879,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a2ab1e32c6f1e4d4a04d199aec18e8b8dd52bb2f',1,'core_h5p','libraries',135,'/H5PEditor.ARMarkerGenerator-1.0/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4880,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8435898a6b08eaaa6e90b3cceeb7b3e486b43f92',1,'core_h5p','libraries',135,'/H5PEditor.ARMarkerGenerator-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4881,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d63262b83afc53e04e86e31fb72235624dec3acb',1,'core_h5p','libraries',135,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4882,'b40c8e1c62566589ba41c42ac9a35376dd89234a','20d3b1eb2eed1e535875a63f9c57cfe8d930313b',1,'core_h5p','libraries',135,'/H5PEditor.ARMarkerGenerator-1.0/styles/','h5peditor-ar-marker-generator.css',NULL,1186,'text/css',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4883,'f24ae20120b04bb246417d75878ffdc64e4803b8','701ad83e5b8be636c115620a77506a1fcf2083f8',1,'core_h5p','libraries',135,'/H5PEditor.ARMarkerGenerator-1.0/','library.json',NULL,610,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4884,'c0c7ef62df01743682ffbb6bb15a7ced4dc1947b','f295b6682ec4051b07cb953e19eccda5dec464b5',1,'core_h5p','libraries',135,'/H5PEditor.ARMarkerGenerator-1.0/language/','eu.json',NULL,183,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4885,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9b2ea297e6130d6daa516117a6bc979117252b96',1,'core_h5p','libraries',135,'/H5PEditor.ARMarkerGenerator-1.0/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4886,'ccf53bc435a9aa7605702a36b92ff79718d3fd3b','b6986b36c470abef9a8b7c8c1a89dfd400d40302',1,'core_h5p','libraries',135,'/H5PEditor.ARMarkerGenerator-1.0/language/','nl.json',NULL,174,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4887,'e214d2f084d25bf0f082d49ea17d438d63273a1d','c4faff8b12153968736dbe1da9624df4099e0ec5',1,'core_h5p','libraries',135,'/H5PEditor.ARMarkerGenerator-1.0/language/','sv.json',NULL,167,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4888,'b50c00c2e772a7bf484f4ccd9007d3635b19ecac','620e1950c58ffe4f74c08e33b82e2fa8e9514a94',1,'core_h5p','libraries',135,'/H5PEditor.ARMarkerGenerator-1.0/language/','de.json',NULL,182,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4889,'f51e9f7471143c52546457a45fcadaa91cd48afe','284f53c590dfd3a1ab8f7ffcb8329168ad5fa81c',1,'core_h5p','libraries',135,'/H5PEditor.ARMarkerGenerator-1.0/language/','en.json',NULL,160,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4890,'6775d8b74119f02e51a97380ede902cfdef56e53','da813eb41418b9c782fb0762c49901d10593d1d5',1,'core_h5p','libraries',135,'/H5PEditor.ARMarkerGenerator-1.0/language/','lv.json',NULL,174,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4891,'358dd500630ee642df850cd76600cd2d57e2e06e','553caae36a2ae25736286d294c906bb098c4d74e',1,'core_h5p','libraries',135,'/H5PEditor.ARMarkerGenerator-1.0/language/','ka.json',NULL,391,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4892,'2723263fd40f9d251f92d50b670a1b8b665e1d61','487acdcd1e2145e0fdd211cd756f2b88527faa76',1,'core_h5p','libraries',135,'/H5PEditor.ARMarkerGenerator-1.0/language/','es.json',NULL,188,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4893,'2723263fd40f9d251f92d50b670a1b8b665e1d61','32762c5f40ed1323f9cc1daa865ac79d87b01864',1,'core_h5p','libraries',135,'/H5PEditor.ARMarkerGenerator-1.0/language/','es-mx.json',NULL,188,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4894,'7ce7258f9d59b10f97ef2cd9edab85c282f80752','b13f9c1ef63ed1c72a9fa4dbc59d549a078de14b',1,'core_h5p','libraries',135,'/H5PEditor.ARMarkerGenerator-1.0/scripts/','h5peditor-ar-marker-generator.js',NULL,13889,'application/x-javascript',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4895,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ec4331edba43c8b5b958352fa5e8040a657fcc31',1,'core_h5p','libraries',135,'/H5PEditor.ARMarkerGenerator-1.0/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4896,'1947650d012a379648dd747946c35007889a3151','b5685fc8e105d35254c082ca36286ce7dca6db93',1,'core_h5p','libraries',135,'/H5PEditor.ARMarkerGenerator-1.0/scripts/','h5peditor-ar-marker-generator-spinner.js',NULL,1831,'application/x-javascript',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4897,'2757ef9196f736b6e488d1a2f3c400b667a2845c','db6cbbfc6091208aafacb1de4721a7d8d2149dd1',1,'core_h5p','libraries',136,'/H5PEditor.ImportantDescription-0.1/','library.json',NULL,459,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4898,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cd0fe20a563ae01278be38e3bf391298455ca8f7',1,'core_h5p','libraries',136,'/H5PEditor.ImportantDescription-0.1/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4899,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0fbfd09c6107dfd958da41ad69bedd147efc03c1',1,'core_h5p','libraries',136,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4900,'1d63c74b2c5a63bbe0fff2709f92ee3f839bfe5c','63a49074010bf2eb1b6c4f26a51f8c02fe24d808',1,'core_h5p','libraries',136,'/H5PEditor.ImportantDescription-0.1/dist/','h5peditor-important-description.js',NULL,4229,'application/x-javascript',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4901,'da39a3ee5e6b4b0d3255bfef95601890afd80709','67b440ffd3d277b619dd99dcd08e85967c102e99',1,'core_h5p','libraries',136,'/H5PEditor.ImportantDescription-0.1/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4902,'ae2ab17293ef21322445b4823e95a3494677ab2b','cefe37c500af17a30b522125319eccb9a5054f2e',1,'core_h5p','libraries',136,'/H5PEditor.ImportantDescription-0.1/dist/','h5peditor-important-description.css',NULL,2295,'text/css',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4903,'581940f0842361643c59d426787daeda5c7085ac','d9478bd5ca169d06c47b5875f86f6e9a9a3c7a21',1,'core_h5p','libraries',136,'/H5PEditor.ImportantDescription-0.1/language/','nn.json',NULL,248,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4904,'da39a3ee5e6b4b0d3255bfef95601890afd80709','578c7156e783ae1a88d07641f18276ffce1525ce',1,'core_h5p','libraries',136,'/H5PEditor.ImportantDescription-0.1/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4905,'581940f0842361643c59d426787daeda5c7085ac','7c8d6476a8ad114977c0a234f39d160f31089d67',1,'core_h5p','libraries',136,'/H5PEditor.ImportantDescription-0.1/language/','nb-NO.json',NULL,248,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4906,'d27dfcba777dcce77606ecade899ecee3087f12d','7d1e2bc50d1dd7b832c8a1d35087106f7b1528a7',1,'core_h5p','libraries',136,'/H5PEditor.ImportantDescription-0.1/language/','eu.json',NULL,261,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4907,'f1f4db88c967573a837df44005ccf39399df24bc','07fd15effbf02b280c2478cf82aca2d680b38b25',1,'core_h5p','libraries',136,'/H5PEditor.ImportantDescription-0.1/language/','nl.json',NULL,257,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4908,'d969a47d9d45833540c6a29f16bee45b1902acb0','b27faf993a6be79736a24cbe5b2c8724954db1dd',1,'core_h5p','libraries',136,'/H5PEditor.ImportantDescription-0.1/language/','es-MX.json',NULL,264,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4909,'9d62415fc86c6ff6b80c0b6eb757747ae863cf40','ec091e89a99faf72854bea1f2275800420012686',1,'core_h5p','libraries',136,'/H5PEditor.ImportantDescription-0.1/language/','de.json',NULL,244,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4910,'581940f0842361643c59d426787daeda5c7085ac','c9bfb0aed688ca6e141ecd3f746ae468001c6e4d',1,'core_h5p','libraries',136,'/H5PEditor.ImportantDescription-0.1/language/','en.json',NULL,248,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4911,'befa6339b6e745113aa29fccd33abd4bc1a58e54','a2b483eb3f2e71e9f7ade63a9b8c7a3e46f9c9ca',1,'core_h5p','libraries',136,'/H5PEditor.ImportantDescription-0.1/language/','lv.json',NULL,260,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4912,'ad0061603d02daa1681328a470e6dc49e185fd38','a31142ada8a349224015192527d083859222f048',1,'core_h5p','libraries',136,'/H5PEditor.ImportantDescription-0.1/language/','ka.json',NULL,454,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4913,'d969a47d9d45833540c6a29f16bee45b1902acb0','cecd05b859a8f02a5bf9cd243857aa5c448ff972',1,'core_h5p','libraries',136,'/H5PEditor.ImportantDescription-0.1/language/','es.json',NULL,264,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4914,'96ca5158e6dbb12ff86e050bfeb1697316a6a60b','7d70253fb8fc689c90f68eeba5993b83fac7da73',1,'core_h5p','libraries',137,'/H5PEditor.InputRow-1.0/','library.json',NULL,411,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4915,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d9707dfca078920a1dcb60806907710a04e4e99e',1,'core_h5p','libraries',137,'/H5PEditor.InputRow-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4916,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c179d2b3427b1bcee565efb954167a1454f5ce77',1,'core_h5p','libraries',137,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4917,'e37fe5ca77215838a6354ad6d7c376eaaf736334','91e6d35591887d328869b2230cf9038fe33e8ad6',1,'core_h5p','libraries',137,'/H5PEditor.InputRow-1.0/dist/','h5peditor-input-row.css',NULL,499,'text/css',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4918,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8045da8d77b5be97a97d0999d3e327fe84104afd',1,'core_h5p','libraries',137,'/H5PEditor.InputRow-1.0/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4919,'74c4749e97247aa50ec55e9527a5ebece14b9f1f','2013d96851e6f37d1bfc40c178b44741db5b8117',1,'core_h5p','libraries',137,'/H5PEditor.InputRow-1.0/dist/','h5peditor-input-row.js',NULL,2610,'application/x-javascript',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4920,'5a658156926140d8b6f0349ac658facf289aa751','4dc55ce98db0f345ebf7bff949795da44d43e9ad',1,'core_h5p','libraries',137,'/H5PEditor.InputRow-1.0/language/','en.json',NULL,47,'application/json',0,NULL,NULL,NULL,1691069438,1691069438,0,NULL),(4921,'da39a3ee5e6b4b0d3255bfef95601890afd80709','08493525ff15798f1bfe37cb26a655543f29dab4',1,'core_h5p','libraries',137,'/H5PEditor.InputRow-1.0/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4922,'1cc0d6181eaae021473228c0059616c4cd943fbc','3139cc95b32e5f2259e1357ec75f22edab39bf0b',1,'core_h5p','libraries',138,'/H5PEditor.ThreeDModelLoader-1.0/','library.json',NULL,681,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4923,'da39a3ee5e6b4b0d3255bfef95601890afd80709','813199994fff7ebb7f4ec43c15258875911f292f',1,'core_h5p','libraries',138,'/H5PEditor.ThreeDModelLoader-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4924,'da39a3ee5e6b4b0d3255bfef95601890afd80709','58eed477582189ce5a611844d8bd2aae5de16aef',1,'core_h5p','libraries',138,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4925,'5093c357bb36cee7285cc40bf0e47f97048fc02a','8bfabcf39ab937f19da129caba2294ce6a6ed9fb',1,'core_h5p','libraries',138,'/H5PEditor.ThreeDModelLoader-1.0/dist/','h5peditor-3d-model-loader.css',NULL,2094,'text/css',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4926,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2ebdb9631bfd3a3508b8852acca49dc892df89cd',1,'core_h5p','libraries',138,'/H5PEditor.ThreeDModelLoader-1.0/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4927,'0aedc3c38b7071487607aca17066a0675e05905e','122735b6e86d93e90f99ca6ad3287be97e369b35',1,'core_h5p','libraries',138,'/H5PEditor.ThreeDModelLoader-1.0/dist/','h5peditor-3d-model-loader.js',NULL,19791,'application/x-javascript',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4928,'63c34b725ee093aa43174f447d294c974ed91e0e','de40749226737ab7b4eae8f1316e79ca44ae0f5e',1,'core_h5p','libraries',138,'/H5PEditor.ThreeDModelLoader-1.0/language/','eu.json',NULL,1046,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4929,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f04c70db0c1484c043e6c2c5032f4092aa114a5e',1,'core_h5p','libraries',138,'/H5PEditor.ThreeDModelLoader-1.0/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4930,'e0dd5e372d7dcf731c1be8ba6db87e40cb007dde','3811657d7015a29d4cab4f56b64e8c0a74350782',1,'core_h5p','libraries',138,'/H5PEditor.ThreeDModelLoader-1.0/language/','nl.json',NULL,1025,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4931,'7324a6d7dcf4173e88037ffe3ebef1ab695a511d','44eebbceebf728e5aa60b9dd2b2d7ec238b45da0',1,'core_h5p','libraries',138,'/H5PEditor.ThreeDModelLoader-1.0/language/','de.json',NULL,1066,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4932,'fc765ed32b0938707a3cfc20be1791e6902ffe0f','4f8ab10ae7931c392f90607088ca02f231dc42cb',1,'core_h5p','libraries',138,'/H5PEditor.ThreeDModelLoader-1.0/language/','en.json',NULL,935,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4933,'d8e0daf2f218f108f480589c4cf8fac25b62997c','08903f30dbd9ce793d9093fdd21d250b00c8c1bb',1,'core_h5p','libraries',138,'/H5PEditor.ThreeDModelLoader-1.0/language/','lv.json',NULL,1017,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4934,'c775cf3e409c9e395a45e20453a37e7702d809ad','e21a78b3cea520cdb2680fb58f048553795a11b2',1,'core_h5p','libraries',138,'/H5PEditor.ThreeDModelLoader-1.0/language/','ka.json',NULL,2123,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4935,'41b64d547ea81a2b10d26e883edc41a2a209c092','4dce62b94557f78408e171bc55def9a44aa8ffa4',1,'core_h5p','libraries',138,'/H5PEditor.ThreeDModelLoader-1.0/language/','es.json',NULL,1036,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4936,'41b64d547ea81a2b10d26e883edc41a2a209c092','b0dc792c80fb0013e4f12dd711f853b000c07849',1,'core_h5p','libraries',138,'/H5PEditor.ThreeDModelLoader-1.0/language/','es-mx.json',NULL,1036,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4937,'64b5105c89ec805d6f996dbc7e0b70a4b876ead6','52937e11026fa4bb3d243bc9d7c86b412e9c4ccc',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/css/','multichoice.css',NULL,9229,'text/css',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4938,'da39a3ee5e6b4b0d3255bfef95601890afd80709','55d785841eb0856b1088e8af7fc185d68af4f225',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/css/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4939,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8a12612db6e9b05b350302a35cd201e97d12ef76',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4940,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1ce57eb4750060bd7466cbb4ffb974a2c81c461c',1,'core_h5p','libraries',139,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4941,'66f3442832045a5ce54831efa2cc417ffe281ee9','0a03c63a1adda0c8ca1a433d02563d0580bc6e88',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/','upgrades.js',NULL,10720,'application/x-javascript',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4942,'ed6c19160a5671960c2353a43c95f59d38772432','36279a132df9d5d0b76424aeb2f18dc917f54320',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/','library.json',NULL,1133,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4943,'233fd41920a42d425388a94f3d967e727bcdb065','b2fc647168fbcc8df6cc6107903c98db5c91c4f0',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/js/','multichoice.js',NULL,32632,'application/x-javascript',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4944,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5311d120f7041e614f255e694aef7bdc3dd1acb3',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/js/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4945,'7a0a802c5ebb52ce6c8c485e8d6e527be86e34b0','45d8c0935fb7b979d42a4260aace2a22f41c34c8',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/','semantics.json',NULL,15500,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4946,'0a4737fedb613f453f9589cdb49cb13226e95ac5','114951923d6d51b59915f890a35699bc7bf8b327',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','sme.json',NULL,7790,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4947,'da39a3ee5e6b4b0d3255bfef95601890afd80709','874da05d5c06701529a09ef53767ce6e48adfe7f',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4948,'8c3e6c80d54771ab37a35e80747de4a5beae1679','ab1a6ef68f2cb68023bebf3ce85dbfc46cd3dde6',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','ja.json',NULL,8867,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4949,'203ab06b0177a628e3e4a9d76ec778a060f08626','cc52f3c87f43b2ffd4a913b95afb1ff74e54be0a',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','ru.json',NULL,10370,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4950,'0c5a176d715995aca0258cf68913a3c48e8366cc','d2a41695947d17b1f84c8379a8e3a8f489e49b19',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','bs.json',NULL,7919,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4951,'cfbc3347185d0c77539f2e3145a74ea6e2598293','fbc86e5fcaf796885b861e2be22c73edb6441004',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','nn.json',NULL,7786,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4952,'3b07b7e1163d9e51d03b3623c6c7565ec9d1e8af','07da97f2220180f07daa13b03af85be180cfb5b6',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','el.json',NULL,11299,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4953,'281e659a78d325bfed69dbb0e4c7742636e480cc','e4e8ad3df65f331160dc44f796dd22a93cce8984',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','km.json',NULL,8397,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4954,'48a3238cf78d099c7deb2c8ca2022bdf35a32aa6','7baa1f8046d635ac76ac37bba0000e91fba81559',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','zh-tw.json',NULL,7417,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4955,'42029210da5445646e880c5ba1f548132e6ac512','0efa465dea60997a2b0d238ba6d3a8edff0908ca',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','cs.json',NULL,8379,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4956,'0a4737fedb613f453f9589cdb49cb13226e95ac5','263127555fc872a2ee59685387bb881af68e1945',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','sma.json',NULL,7790,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4957,'383b1e5540227eb3710d441c2d970fc16522e2a7','62b19805f5c12aa1b497622f54a4c1d6c2aecb8b',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','da.json',NULL,7751,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4958,'98dffb4f733a81985d88731ecfc9ac7f066c7b47','18f1fa5b3a0d584db4eb69a6d49c0fc35c2cf2a0',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','eu.json',NULL,8349,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4959,'d03e4a08eb54f4cb549c7009e6048bae64ac9fa1','4a35beeb43972fa0f8ef7863cfe7f6465a4e8e37',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','nl.json',NULL,8103,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4960,'02a6f303a0fb39c82492f1e2e837f547a44bfa2b','db61c4d0e5e6a107a2e5906e6fb49c8d96bbe922',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','ca.json',NULL,8885,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4961,'6a116fe838bacead3a76dbf1fa34fcfb8b2eccb0','e951e2f7b80173281c07417c1dbea9b53c27be53',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','pt.json',NULL,8568,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4962,'38342ff7c75a22fae2ba82a1b1576094b5c59496','93c938ca8cae4c33d1f99b1fb4beb9565e56089f',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','hu.json',NULL,8438,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4963,'af3dc53d1b9219ecaa74f0afc8a9acfc25bbae73','a5751b49ba6aea9fdbedc331d90bec04df92c158',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','sv.json',NULL,8119,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4964,'e6ad71ca929b2a238316c9c7c89144a2c44f1a16','68ec3aa995b9d53bd9f914e7f6254fdf0d746fe4',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','ar.json',NULL,9579,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4965,'2d0df0007988db0fe2803b843c917c1b42a0768a','545ebc74d1d7af7eedfb100a4833617d18b6fdcd',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','zh-hant.json',NULL,7586,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4966,'0a4737fedb613f453f9589cdb49cb13226e95ac5','13407071ddd867e56df97ddbc1a0c1a5e244d27f',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','uk.json',NULL,7790,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4967,'83cb7f93bc060e0e1731a2ec8af63948b626cb1f','0de54286fc415498874c1bc3aa7410d61436a5ed',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','zh-hans.json',NULL,7608,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4968,'0a4737fedb613f453f9589cdb49cb13226e95ac5','1333edcc39ed127ab7b16d9fba80cf238399fb91',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','vi.json',NULL,7790,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4969,'b062f821d5fef85aeb390e2c1e6fa23a36325345','e24fc94badbeb7259b0fae999edf0f600a027279',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','et.json',NULL,7849,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4970,'e60e5ddecf5b99f64f779618b8bc75a8e4a8512c','c52cc5886159e925619575a35ba0fe02bdc95ea8',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','nb.json',NULL,7820,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4971,'46faebaf4ef6fd0d85047cc54707d486bc219d9f','21ceaa1138d572786f9fa775725bab27a86d8dac',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','ko.json',NULL,8313,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4972,'33ec172d126b415128f0393205883b66f64b076d','e623d1b0b05b8de54a4fe515c867bb518eb8b0dc',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','de.json',NULL,8603,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4973,'560bbb5354aa117fdc6bb50651fb5b64d9d7d0f3','5b2a17ea57a1da953157eb4d1d8e64670d6fa77e',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','pt-br.json',NULL,8230,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4974,'b9cd00087fc2c3f0037c86ff746438abcb3535df','d9402d5cba9b708d58ac5387d1a974ae68e6423f',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','bg.json',NULL,10897,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4975,'2c8f7ac25142e18c5e61644b269bdbe48cf55a00','b2c064fbdf6e45228b9c5368ffa6bb9268291ae3',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','he.json',NULL,9309,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4976,'e78b27ba05af4f498b321e483559a551ae048691','28f7fef890a00d0fe164c5f33037ca0b5fdffd45',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','it.json',NULL,8379,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4977,'78a4cf2b0af63b6b077503923fd096d40d78fb61','0d69e56b52595211f1613c524ea96d607160cfae',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','fi.json',NULL,7746,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4978,'900206e89065aaa58e86fd453ca59587dc9363ea','5c5b2bb733a6afbb61880a238b3fdef74c659c12',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','hi.json',NULL,12667,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4979,'f279fbc5914a044ee4fe8ebf88d9737dda3272b5','8ca6b7cd9f9d528d3f08937079e0a6c57fd3e58d',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','es.json',NULL,8570,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4980,'fc6d51413c4e3847df25f44f077d7da00f7fe442','a76b518b3d678fbc027f197ea0858e85e28095c6',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','sl.json',NULL,8187,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4981,'2d6d343058a752f6cf179f97c8810df48469265e','df7ea0327a784151c474bc63f26de98d26a2b226',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','ga.json',NULL,7925,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4982,'f279fbc5914a044ee4fe8ebf88d9737dda3272b5','3e6834b3bde24c0775a1cf26c032f14ca5a7b961',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','es-mx.json',NULL,8570,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4983,'8df81722d0324e9a2bf7e870199cd6ee2da38d0d','16ccbb9e1955c729dae6a7a18f9da58f1a842785',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','tr.json',NULL,8101,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4984,'023d1eaf865473558e88098a87f0e16bba69e49f','4da0006cdd719e04ca85050fea9f7ef42ad63373',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','pl.json',NULL,8612,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4985,'b64471e37004d6cf5d049bcabb7b120e57e6f818','95327d9ca0f3e5c1ddd6e0d52e186bccd37447e5',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','fr.json',NULL,8621,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4986,'0a4737fedb613f453f9589cdb49cb13226e95ac5','d2a819d760aec87cbc37b8caa5b4501f0895f60d',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/language/','smj.json',NULL,7790,'application/json',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4987,'eb2ea11568e71a3625ac553b0e3ff5b7007dbe54','ca9d0f893361d2c00f51903ccd06f4a2c350071c',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/fonts/','icomoon.eot',NULL,1520,'document/unknown',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4988,'da39a3ee5e6b4b0d3255bfef95601890afd80709','fff509c8e4cd757cb4043cd948990d78232af4f4',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/fonts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4989,'31fcfe24933fdbd659686e002d449510eddcd50c','226f992dc199673e5f7bfb241c53d3b59fe08ffe',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/fonts/','icomoon.ttf',NULL,1372,'document/unknown',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4990,'696537374e8070bba049eae32b475d6bd11cc4d9','1988c1d145bb3f820ed127de0a02e34659c2a743',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/fonts/','icomoon.svg',NULL,1562,'image/svg+xml',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4991,'f6272aa35176da81309f0a339b85e770fed60b5b','45b1e94a04acc4963975686cbfc42087b1e81612',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/fonts/','icomoon.woff',NULL,1448,'application/octet-stream',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4992,'422feb7c489d2fdf211e48dcc336cbb0dca4f93c','0317221d66980f8590c9c745690c64d584b0a447',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/','presave.js',NULL,1314,'application/x-javascript',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(4993,'a78282d1cc5115a00a285d5c18bcbe2ed130a50e','c4b445a2a20f807329cc8ec010fa7fd9aa1b31a4',1,'core_h5p','libraries',139,'/H5P.MultiChoice-1.14/','icon.svg',NULL,3328,'image/svg+xml',0,NULL,NULL,NULL,1691069439,1691069439,0,NULL),(5013,'1a96cf8c3a7185935125e8d6b83188d7f8955e13','8ec9a5aed08a8c1078142925a7a06300cf424c3a',1,'core_h5p','libraries',141,'/H5PEditor.InfoWall-0.2/','library.json',NULL,410,'application/json',0,NULL,NULL,NULL,1691069445,1691069445,0,NULL),(5014,'da39a3ee5e6b4b0d3255bfef95601890afd80709','49607a50f92a2315f2e85d24958d3d5eb5785ce8',1,'core_h5p','libraries',141,'/H5PEditor.InfoWall-0.2/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069445,1691069445,0,NULL),(5015,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ede40a28b82b22569913597fae2a935046fe82a4',1,'core_h5p','libraries',141,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069445,1691069445,0,NULL),(5016,'6607c415d55364357c6bf53e0fbe19614249ef0b','e95139dd447c190c2ddf8ff7e11e254b31cdd482',1,'core_h5p','libraries',141,'/H5PEditor.InfoWall-0.2/dist/','h5peditor-info-wall.css',NULL,406,'text/css',0,NULL,NULL,NULL,1691069445,1691069445,0,NULL),(5017,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e3d636098639ef958c3ebcf7b962f06633fd543c',1,'core_h5p','libraries',141,'/H5PEditor.InfoWall-0.2/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069445,1691069445,0,NULL),(5018,'55fd0168b7156dd2ed3e133d68ba43e472b69cd5','05a15906d69f10a7030711a0bef19e4aced45643',1,'core_h5p','libraries',141,'/H5PEditor.InfoWall-0.2/dist/','h5peditor-info-wall.js',NULL,5958,'application/x-javascript',0,NULL,NULL,NULL,1691069445,1691069445,0,NULL),(5019,'97869182c971dea3a52b0b453c52b3a25ca7ba92','89550decf4cac84eea6af395e51ce27fc73d39f4',1,'core_h5p','libraries',141,'/H5PEditor.InfoWall-0.2/language/','lt.json',NULL,62,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5020,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9d9ac049febef682dff50e36e8c507d7a06d2b48',1,'core_h5p','libraries',141,'/H5PEditor.InfoWall-0.2/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5021,'08db6b0a7c88009008084b8aa13a83f504a4bf80','5fbc00d19e1f820eea768c841fbb3b91010ce6d1',1,'core_h5p','libraries',141,'/H5PEditor.InfoWall-0.2/language/','nn.json',NULL,51,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5022,'6498358f8418daf130b40a836e0819e32b7663da','e628e414a67d57c4a26a67cc0ba7f3601da93333',1,'core_h5p','libraries',141,'/H5PEditor.InfoWall-0.2/language/','eu.json',NULL,52,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5023,'329437d39f3dc9b21f079a8c7dd5f335279730b5','c966dac43c258c5802ec1f38973aede7661bd11a',1,'core_h5p','libraries',141,'/H5PEditor.InfoWall-0.2/language/','nl.json',NULL,52,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5024,'bc963db59a42a4f68fd015a60224755a9b8f4f30','62b0b019bfae4658e9d17bebc1fcc67c62a38bc1',1,'core_h5p','libraries',141,'/H5PEditor.InfoWall-0.2/language/','pt.json',NULL,52,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5025,'bde00770a37ddeba7c2a160d484e817b2a69b0e0','70decdbbbecfeb2b764cf7fa6fa06f526f44df8c',1,'core_h5p','libraries',141,'/H5PEditor.InfoWall-0.2/language/','ar.json',NULL,67,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5026,'be758f1151cc74bf6fac371d4fab2e00b2f5246e','5464a01e8eb5108b5f53a209e4be29285be64dc9',1,'core_h5p','libraries',141,'/H5PEditor.InfoWall-0.2/language/','mn.json',NULL,58,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5027,'08db6b0a7c88009008084b8aa13a83f504a4bf80','6c32ab859cfd5a60e7c86a47992621263b08a086',1,'core_h5p','libraries',141,'/H5PEditor.InfoWall-0.2/language/','nb.json',NULL,51,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5028,'2d045e9ab28f355f463fe65352858aadd00b614a','8b5cca202987da52cc93cc6b1922ffb6a14edb11',1,'core_h5p','libraries',141,'/H5PEditor.InfoWall-0.2/language/','de.json',NULL,52,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5029,'08db6b0a7c88009008084b8aa13a83f504a4bf80','82adc9463c269ba08fb3f30b6608751099f8054a',1,'core_h5p','libraries',141,'/H5PEditor.InfoWall-0.2/language/','en.json',NULL,51,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5030,'2fd62b0edb92a4de74538cdbb26f2c2103bbe6b9','4a0081e708299f5720e21bfc1c5d3ddd1715afc5',1,'core_h5p','libraries',141,'/H5PEditor.InfoWall-0.2/language/','lv.json',NULL,53,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5031,'bc963db59a42a4f68fd015a60224755a9b8f4f30','d9bdba3e23618fa604bc895d29c230126efd9bf6',1,'core_h5p','libraries',141,'/H5PEditor.InfoWall-0.2/language/','pt-br.json',NULL,52,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5032,'c5acc5255848de61143d5a9e9ef0ce4c59a67846','c346c6d55c87276c0beb119065cdca42cd7e513d',1,'core_h5p','libraries',141,'/H5PEditor.InfoWall-0.2/language/','ka.json',NULL,64,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5033,'8f3608bc3e8275794d940762352af8fd6e9b9c3a','4fe49e4ac6be178009793eb12a3b81c68c9a400b',1,'core_h5p','libraries',141,'/H5PEditor.InfoWall-0.2/language/','te.json',NULL,70,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5034,'08db6b0a7c88009008084b8aa13a83f504a4bf80','44855f58c95358d909c8ad2b7af628b33f74f10c',1,'core_h5p','libraries',141,'/H5PEditor.InfoWall-0.2/language/','gl.json',NULL,51,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5035,'08db6b0a7c88009008084b8aa13a83f504a4bf80','92356f027a476ff5be496e2f6e6079ea6f563c72',1,'core_h5p','libraries',141,'/H5PEditor.InfoWall-0.2/language/','es.json',NULL,51,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5036,'08db6b0a7c88009008084b8aa13a83f504a4bf80','8a05288f68028fa09ab76a75211f968a080b4b12',1,'core_h5p','libraries',141,'/H5PEditor.InfoWall-0.2/language/','es-mx.json',NULL,51,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5037,'0065f9b397d1f7fde9ad59fb0d539b8b3c4e9395','e9e5710fccc11238f16397d3c50937c4d6d916e3',1,'core_h5p','libraries',141,'/H5PEditor.InfoWall-0.2/language/','sw.json',NULL,52,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5038,'f1e285c0d1b299639f4e7f0481d083bf6a7f4c7e','61ca3937915865899d8f92c5ea6967c8e446d1d9',1,'core_h5p','libraries',141,'/H5PEditor.InfoWall-0.2/language/','fr.json',NULL,53,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5039,'195863fe6bc6df4e6dafb8e79a409bec5f509fb2','981c58547f0c2d2e64dc92f65922f669bfa68935',1,'core_h5p','libraries',142,'/H5PEditor.InfoWallPassiveList-0.1/','library.json',NULL,363,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5040,'da39a3ee5e6b4b0d3255bfef95601890afd80709','df18cf352e0f9a76145e125a8ad11d200e02703d',1,'core_h5p','libraries',142,'/H5PEditor.InfoWallPassiveList-0.1/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5041,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b731955a5f0086fcebc90c96674ef1c70bdd71ae',1,'core_h5p','libraries',142,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5042,'181c1b6edfacf5e1f4b45002868581a12ff3b35c','5f61172ce9cad444c41ccd08cb906cf76b43121a',1,'core_h5p','libraries',142,'/H5PEditor.InfoWallPassiveList-0.1/dist/','h5peditor-info-wall-passive-list.js',NULL,75619,'application/x-javascript',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5043,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ffb93d06dcd311217b5fd4cecd771a03dcecf721',1,'core_h5p','libraries',142,'/H5PEditor.InfoWallPassiveList-0.1/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5044,'25696c787c0a122cdcc018c62f47101c58f94937','705b0fda9bab2692a6e01b1659a7ed621fb8c9f2',1,'core_h5p','libraries',143,'/H5P.InfoWall-0.4/','library.json',NULL,1247,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5045,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ed85029f12343de2c8ce5255427bad8fffee236c',1,'core_h5p','libraries',143,'/H5P.InfoWall-0.4/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5046,'da39a3ee5e6b4b0d3255bfef95601890afd80709','15bd994e87a06dd2c1c803053d9e44fe696b8620',1,'core_h5p','libraries',143,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5047,'54a5c14cfdc7a81e952185959f2cfba8a112a5ea','2e72d3e4a0d61a22478b7fd6a12d19f4e961f535',1,'core_h5p','libraries',143,'/H5P.InfoWall-0.4/','semantics.json',NULL,9396,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5048,'9a03d2f8090ae2144241c7f13b194da34eb4ab14','6b6c2e433e54b7e1b9665ae79cb16169b20935cc',1,'core_h5p','libraries',143,'/H5P.InfoWall-0.4/dist/','h5p-info-wall.js',NULL,88453,'application/x-javascript',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5049,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7aef8376bf1a5eae89305a2199f29be99ad72602',1,'core_h5p','libraries',143,'/H5P.InfoWall-0.4/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5050,'1959b02c9ed3a2281f9e9daa9a36757d1bf0d116','670dfd73f152ea60e89fd406e2499398c44d7bef',1,'core_h5p','libraries',143,'/H5P.InfoWall-0.4/dist/','h5p-info-wall.css',NULL,4004,'text/css',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5051,'477df2261b9e105464e3b1343fbdb8c2afb5501c','5d2194feb7c7c4577bcbd51ada1b8facb8b685ca',1,'core_h5p','libraries',143,'/H5P.InfoWall-0.4/language/','lt.json',NULL,4835,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5052,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b26f7b34398605ab0a45999c49b712ac90550f2c',1,'core_h5p','libraries',143,'/H5P.InfoWall-0.4/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5053,'60344de6ace4b7bed4ce5da81063833358d5e464','396a1d67d8bb79ad23cfe7e654c217995a36c52d',1,'core_h5p','libraries',143,'/H5P.InfoWall-0.4/language/','nn.json',NULL,4731,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5054,'5e5b2c8aab657f636909aef09b2bdead12e0e45f','c2d9b686769e49a77c60a6dbd41061531b3685d2',1,'core_h5p','libraries',143,'/H5P.InfoWall-0.4/language/','eu.json',NULL,4941,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5055,'9f1a794e0745b0c2f94a0cc00128489a0749569e','08869d391d2d84bc893b872980bb7328d1e4539f',1,'core_h5p','libraries',143,'/H5P.InfoWall-0.4/language/','nl.json',NULL,4993,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5056,'10e0200390cfd4eee17a9786317b8c24f7afa8b6','6b7f4c41a79148534af188cf539315529db579bf',1,'core_h5p','libraries',143,'/H5P.InfoWall-0.4/language/','pt.json',NULL,5047,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5057,'cf3c1844f0787a2a6377be56f726efcafd79f134','a0d920c4a82f5727cdb9a0caa74327c67d3b964e',1,'core_h5p','libraries',143,'/H5P.InfoWall-0.4/language/','ar.json',NULL,5503,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5058,'6b4db0cbc756295df4f66225ee049b65a9b8b8f9','c84ce9b5d8f5a0ccbc11d4a12ae4a7db7d329163',1,'core_h5p','libraries',143,'/H5P.InfoWall-0.4/language/','mn.json',NULL,5912,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5059,'60344de6ace4b7bed4ce5da81063833358d5e464','b68e82dab23e85938644727d8ca200d37e1af3b2',1,'core_h5p','libraries',143,'/H5P.InfoWall-0.4/language/','nb.json',NULL,4731,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5060,'6f85fa8563cc1ae250d25588f0c7d293e326426c','1b9c88d20eba5cc7cd1949e350cf611aad2d966c',1,'core_h5p','libraries',143,'/H5P.InfoWall-0.4/language/','ko.json',NULL,5003,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5061,'d5bc1cb784680b3e1640c92b83e0a3b2cd56684d','e7826427edd31b6d973cc2dbee27cb9a7d13d48d',1,'core_h5p','libraries',143,'/H5P.InfoWall-0.4/language/','de.json',NULL,4902,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5062,'ebadb737d54ee6aaac88f1cc725feaff5a64a994','b1ac69bec977979cb4fd2d34164b8645fbd98afe',1,'core_h5p','libraries',143,'/H5P.InfoWall-0.4/language/','lv.json',NULL,4897,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5063,'a4d78e9a90a38e010ea0c8ba175025f949fa18ec','62abaa4eaf817949afd35e46776a37ef275e854a',1,'core_h5p','libraries',143,'/H5P.InfoWall-0.4/language/','pt-br.json',NULL,4991,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5064,'dae726d6527a2e18ce213aafe684f1a5fb969e53','9912ac1e08b340a8755eb82b0851c0aa1866a5dc',1,'core_h5p','libraries',143,'/H5P.InfoWall-0.4/language/','gl.json',NULL,4966,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5065,'f43c2dd30df11bc9ae025558a9adc28318f083d8','985d160f3834c1ababfac865a0df9fc303933125',1,'core_h5p','libraries',143,'/H5P.InfoWall-0.4/language/','es.json',NULL,4962,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5066,'89fa3820bd41d2354cf981e90ccd1e598036d318','9bbc122cf7ec43eba1669fdfbe9986e335677d14',1,'core_h5p','libraries',143,'/H5P.InfoWall-0.4/language/','es-mx.json',NULL,4990,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5067,'64b753ecac2c369b583feb183bcd9a80a86bba9a','8b695e6a6b7bffce0177c72714a895f238848836',1,'core_h5p','libraries',143,'/H5P.InfoWall-0.4/language/','sw.json',NULL,4825,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5068,'29ad83fba807e6d7f9c0cbb59dfaf76c151a71c8','3d52075aa0da55ed82fb9cd861e1b8c33183c5b4',1,'core_h5p','libraries',143,'/H5P.InfoWall-0.4/language/','fr.json',NULL,5110,'application/json',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5069,'fc56a6f498627d4cd9c02bfe2a94fb7abd7eaff5','2e1e12ee7699863eab9c5c4ca5e3018f43a85309',1,'core_h5p','libraries',143,'/H5P.InfoWall-0.4/','icon.svg',NULL,6958,'image/svg+xml',0,NULL,NULL,NULL,1691069446,1691069446,0,NULL),(5087,'3e61b0062f087b29dc4ff714435ecced55a3e8e4','d9582818073ff97cebac394e450ee8966bb9b618',31,'mod_resource','content',0,'/','MADiAM_wk1_handout.pdf',2,550185,'application/pdf',0,'MADiAM_wk1_handout.pdf','課程管理員 Admin','unknown',1695739088,1695739089,1,NULL),(5088,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e612421406c910005dd270564417485eff604bfd',31,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1695739088,1695739089,0,NULL),(5091,'cba461ed8527161eecd714c7c3b6964c72cede03','71feab41df177fcb7c63cad87477c33271002d73',32,'mod_resource','content',0,'/','MADiAM_wk1_reading_分辨奧秘.pdf',2,594096,'application/pdf',0,'MADiAM_wk1_reading_分辨奧秘.pdf','課程管理員 Admin','unknown',1695739122,1695739124,1,NULL),(5092,'da39a3ee5e6b4b0d3255bfef95601890afd80709','51cb2d11ac1cbb05e680f389a3971d70a4b37fa3',32,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1695739122,1695739124,0,NULL),(5110,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9b2e461164f8f704226b8cbd09c144bfc04efe36',54,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1695777568,1695908051,0,NULL),(5113,'2be054d5cc9f321c0fde64068be6e29e80f419dc','9de2071e7c84aec3b43acda1d176a8e01f548153',55,'mod_resource','content',0,'/','MADiAM_wk2_handout.pdf',2,567437,'application/pdf',0,'MADiAM_wk2_handout.pdf','課程管理員 Admin','unknown',1695786864,1695786866,1,NULL),(5114,'da39a3ee5e6b4b0d3255bfef95601890afd80709','254f6dbade8c5b65e3b6fbcd14fa7e0b3122932b',55,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1695786864,1695786866,0,NULL),(5117,'6fae354780f578f7e7f525946fc84fd3d3973342','8a1b054fe2237bbcbd0f7f6531541816a032b953',56,'mod_resource','content',0,'/','MADiAM_wk2_supplemental.pdf',2,418821,'application/pdf',0,'MADiAM_wk2_supplemental.pdf','課程管理員 Admin','unknown',1695786900,1695786902,1,NULL),(5118,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ac41c4cfbe119e49aa4d24880005a504a337a8ff',56,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1695786900,1695786902,0,NULL),(5128,'7ebcaa932604bd9e4fb9cd37445baa721e307382','f225f13a13053ce9bcc9ef9ae5d953a7bb016a93',54,'mod_resource','content',0,'/','MADiAM_wk3_preclass-reading_美麗的神_chs4-5.pdf',2,3845261,'application/pdf',0,'MADiAM_wk3_preclass-reading_美麗的神_chs4-5.pdf','課程管理員 Admin','unknown',1695908079,1695908081,1,NULL),(5159,'b74e1bd68100338cf1ba358f02071d7349606e0f','487a4ae2591e94d39405804f93a4ccc2b74ae3bc',1,'core','preview',0,'/thumb/','700c918b7345674ca194f5f7f0af2c7e00d5336e',NULL,10894,'image/png',0,NULL,NULL,NULL,1696094639,1696094639,0,NULL),(5163,'bf90937fcbbf1955b6370caf6939b34669d25436','27ad5e7c833fa3d4d03dbaf2684cb77ceb7e8189',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/','upgrades.js',NULL,12017,'application/x-javascript',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5164,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7cfdd9eabb4f401fa7d76fed5f130d64d049a08e',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/','.',NULL,0,NULL,0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5165,'da39a3ee5e6b4b0d3255bfef95601890afd80709','693526938b626ee4584519269140f5ea3f2a163a',1,'core_h5p','libraries',21,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5166,'2cf2e29f89af0976413acdd2a92d60aaa8ddc311','6d3a0528033a69d95ab7d7d0d909c718c71a438f',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/','library.json',NULL,1213,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5167,'dd2882f3e30a8817b4f4552c08eb813c0189b920','2c2f91f0c432b402db1a4daa7b6be8fef4e456c5',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/','semantics.json',NULL,27819,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5168,'cc046d336b61a71a3647463b98b77325956b0992','4b6807488397236ce6656cde12a6c1a59452b334',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/dist/','41245d17721f912e3aad.ttf',NULL,7472,'document/unknown',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5169,'da39a3ee5e6b4b0d3255bfef95601890afd80709','39fe5079f5877f627cebf524c3dbcfcf7b95715c',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5170,'031c40652bb4769f2f475757e5dc335d11669d63','12f1fa7128b0b657cb284bcba8762ac2cd6333b8',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/dist/','61a1a8420fdf703c7ba1.woff',NULL,8096,'application/octet-stream',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5171,'8c9078d7ea537b24814dc1afa3aacd8224d9d0fb','5127c34368681c92de36787445cfd6767546e458',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/dist/','02d95842a0c03186d030.eot',NULL,8168,'document/unknown',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5172,'0e8319a6b6a95a539c3758b8fe020de7847f25c6','eee7758309ae4a2f54584228bcff3f565c41496c',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/dist/','8f9e23fa0b1424e71ae6.svg',NULL,29617,'image/svg+xml',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5173,'d49935bdf788ec43794057f33aa82f2aa19fa6d9','47874a6e2cf0edf27093cd0dd10cef82e957cc68',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/dist/','e9124eab8eb09ecd01ea.svg',NULL,1419,'image/svg+xml',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5174,'dcfb1ad5ee64c96d24fdebc1316215bd02805ff2','98ce1c425abeda6856927aa5386fe30f2fdbcdbd',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/dist/','h5p-course-presentation.css',NULL,38171,'text/css',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5175,'f786fc2b26717edabaace5e8647d0bd9641e4d3d','4687f3c2e8909f22600e1ee00ede6d614391c553',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/dist/','500391a5880cb0fbf3b6.ttf',NULL,41028,'document/unknown',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5176,'de7d4fd8cc09c509ac4df19f13d8c8986785f44e','3f80323d483039568fb72df7be6d4406d7428aa7',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/dist/','6c165c549b0dc4025352.svg',NULL,1419,'image/svg+xml',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5177,'1c7cf1839d5a08786a8d496d75532b533d9a62cf','29567cc06efb9a3d41ac1749a7e389fd4cc1b369',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/dist/','d90853a4f553e6c2b974.ttf',NULL,42480,'document/unknown',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5178,'a4a6705a547bcb455b917b68976ca6f278d0b111','acbc3f7571f830b0eeff1244bb61b7a4ebe85ae5',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/dist/','54554adb1b5ae70e99c0.woff',NULL,7548,'application/octet-stream',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5179,'149a3abf09a967c31794937de4efda9aeaff4567','af623a28db8cbcd24c4842c54bb587bf61c48510',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/dist/fonts/','H5P.eot',NULL,7620,'document/unknown',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5180,'da39a3ee5e6b4b0d3255bfef95601890afd80709','dc422083de0df54bb3fdae2acb3cca998cb17547',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/dist/fonts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5181,'1c7cf1839d5a08786a8d496d75532b533d9a62cf','0c4d865d7c76d198150494e4ef4225fa3ca55dfb',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/dist/fonts/','DroidSans-Bold.ttf',NULL,42480,'document/unknown',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5182,'f786fc2b26717edabaace5e8647d0bd9641e4d3d','9f2c174cdfd5b984ff1a15eac1c0330dcdc43a28',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/dist/fonts/','DroidSans.ttf',NULL,41028,'document/unknown',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5183,'a4a6705a547bcb455b917b68976ca6f278d0b111','30cac530fcf2194e45b7335aa156e9b586db3fb8',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/dist/fonts/','H5P.woff',NULL,7548,'application/octet-stream',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5184,'d49935bdf788ec43794057f33aa82f2aa19fa6d9','07cdfa8803135b9e89751799580068f0d14336fd',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/dist/fonts/','summary-icon.svg',NULL,1419,'image/svg+xml',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5185,'cc046d336b61a71a3647463b98b77325956b0992','55a53b4c4d6c141665db6b9c68306addd89f2e20',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/dist/fonts/','H5P.ttf',NULL,7472,'document/unknown',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5186,'f231e9ed54e5e93583ccd91bf41f4ab975c25c78','d99d513b6d984f2a713ba105bd75c0ab1f506176',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/dist/fonts/','H5P.svg',NULL,26884,'image/svg+xml',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5187,'8c5ff57b1f8a1e88229e512a15b6cf3cf0dbdfbc','f71499a3030d9086262284ead827eba8a32bb82b',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/dist/','6382a85b843d1e96f72c.ttf',NULL,8020,'document/unknown',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5188,'149a3abf09a967c31794937de4efda9aeaff4567','515d057b2e47fb65404a766f9f10755a4f41a9d3',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/dist/','0650862d5d3b3cf00361.eot',NULL,7620,'document/unknown',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5189,'f231e9ed54e5e93583ccd91bf41f4ab975c25c78','b1b8ed6924d04eba1166e51ae8bd3cf18f61813d',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/dist/','515d9d92daf54ec52fcf.svg',NULL,26884,'image/svg+xml',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5190,'179670f9b4518fbc0d0e251b9363cd0648af7806','388286a61929c3a4f1392b7b9099910b7826baff',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/dist/','h5p-course-presentation.js',NULL,69211,'application/x-javascript',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5191,'2d73da31063267539b7e90da54e7094c6838e047','6526feba6f890696487eac6a9137e6e9cd2d4a85',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','sme.json',NULL,12685,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5192,'da39a3ee5e6b4b0d3255bfef95601890afd80709','fc65b3c328a4f399fda7c39a69b1addf0befddd4',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5193,'0a8f959178e093c53409adc53d7e48338af7cdb9','08a1b09c72450379caee957a9ceb2a2760f2adc0',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','ja.json',NULL,13823,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5194,'502e21237961e51f9f4e5f2ef6ca81bd1b427c5c','5bd7c83132289e1ab324b7cb19fc579cde9c1a72',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','ru.json',NULL,18263,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5195,'0a3dd7209029a34bf1fba25923834d3c5d8307b6','4e49ae7a5b7b7745db75c86c03b58db994e7ca6c',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','lt.json',NULL,13782,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5196,'78588e63f1f444a04864ddd9ea6458bbfb113bc7','dfdcbcfd626f438c31279db53d6f2f882a2776d4',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','zh.json',NULL,12104,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5197,'323412efed0f44ba2785679a39f3668a160e782f','7a648aa722e2a3f9585bda162207adaa1893f375',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','bs.json',NULL,13049,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5198,'a13cff9369f648b20ef6d719ae5a6442c5055525','79f107024d3c88852c1838533a3e2552d54539a4',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','nn.json',NULL,12919,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5199,'dac6ccec930a2907fba3b2194443b2f205bc5e02','3ec523f8d5ce8b982840f8fbfab4cc8a965619f4',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','el.json',NULL,19585,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5200,'9cc6f94fc08a7cb9515f7fd324f69a459a9b6269','3689aaeadc13c63e13025fc3b75f25e6034fbc2c',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','km.json',NULL,21642,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5201,'209035550e4652337aaddd089ca330569626fd65','54540d5a69cbf94b3cfb0df94ed9f2c49faf9ab0',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','zh-tw.json',NULL,12099,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5202,'226253318f5ce6b965363a1a6632c924e19e61ac','dd276d853429fd7dec5d16f0718cb952b0b170c7',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','cs.json',NULL,13543,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5203,'2d73da31063267539b7e90da54e7094c6838e047','83e4dad8c001aff91f518942ac0e7042780c4828',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','sma.json',NULL,12685,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5204,'3203a98157dca17a661680cc50e196f4d8641999','d5e8afc984f50c645e07394e59fd92a78ac37cdb',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','da.json',NULL,12920,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5205,'c72ecfc2e4dcb67ed2c69b11d2fc9fdedeeb1d8b','04f1c36cae0b37c94935e83a9aff9319591ca783',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','id.json',NULL,13336,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5206,'92692198ea5d4113820dcd4b96f7a853357d0d4f','21ac9c6fc82a8646fefe384d8ded3b69c396041d',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','eu.json',NULL,13775,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5207,'06974e37ca39010585fb452995e24869267c6bef','10189aad8d035d777ac7ee6237f113b3498114c4',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','nl.json',NULL,13546,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5208,'4ed0626f17ecfcb459c70bbc6f2f58928cbbec97','db8e73bd7ceb48e834c62eec868d10b10ddc3bff',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','ca.json',NULL,14147,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5209,'5189df3abf31166ce8feb81c90235c350561a2d1','aa5da16a115df1a14e69d46b5d274e6f39b93419',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','pt.json',NULL,14001,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5210,'46a0da281cf6b909b83b9558c582091df223b3fc','4adf8f34fe636bae21a4d787882963c8373c69d3',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','sr.json',NULL,16461,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5211,'a25829660172bd4652eaa59b6af674c90321d5f8','b728227bbd12a36aaecffb3185b18eca9190dbf3',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','sv.json',NULL,13287,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5212,'a45fb3df938f7bc18795c32799cb5573fbc409a0','a1958087980bfcb8a5ee966d9ad5114c9581b0b2',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','ar.json',NULL,14755,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5213,'0d05bd8ea07b6c86a71aca27936fcbc14efb28c9','c3d4addfe795d3942254acb1cee0f48e5b11640f',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','uk.json',NULL,18319,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5214,'72bb7e5caa9dd61238d0612b4c152c1b2391b24a','242fea8fe228b9ec1d4a82fc14de49d90f7e463e',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','zh-hans.json',NULL,11938,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5215,'70c2d5ed44d17b96932f22f723ac24e6a2883b76','8878c2b698ebad02cf57f1a80057a1cd2c286103',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','mn.json',NULL,18043,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5216,'266ba1de27ff43c83a310fab262194755ccde4dc','854e535e03880e7682c3d3654fcce05d5cf719ea',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','af.json',NULL,13110,'application/json',0,NULL,NULL,NULL,1696153875,1696153875,0,NULL),(5217,'ad0fb591c75e7f19f3a976b315a6e844f5b64e95','aeca5216911581da7b9f7bcf99a371c03a1ff221',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','et.json',NULL,13140,'application/json',0,NULL,NULL,NULL,1696153876,1696153876,0,NULL),(5218,'ed7ac45023744b063db7ee3dac2b3fe9c673a34a','232fee3bc4876fb7b22323f5c7827bb19b146628',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','nb.json',NULL,12782,'application/json',0,NULL,NULL,NULL,1696153876,1696153876,0,NULL),(5219,'326c7f43bbda688eca523c3068003f9903f256ce','461c53a76f5f0a58d9af936fce708824860dab70',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','fa.json',NULL,16537,'application/json',0,NULL,NULL,NULL,1696153876,1696153876,0,NULL),(5220,'79c9c6862cc054c15df94c0a88bdc420e2a4b96f','410e7c2dd9ee6ef537f3163731722d3873775359',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','ko.json',NULL,13674,'application/json',0,NULL,NULL,NULL,1696153876,1696153876,0,NULL),(5221,'d263b98a37dfa02f007208e72f593b63937e7c20','23e8ae397d9f4beea5cf022495b60906ec79c567',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','de.json',NULL,14126,'application/json',0,NULL,NULL,NULL,1696153876,1696153876,0,NULL),(5222,'3d7a6b51e046463aaf02e1c5764e1d57ee6a703c','6835f5106cb6c74b8c1b5cfafcbbfbd2db49b8bb',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','lv.json',NULL,13761,'application/json',0,NULL,NULL,NULL,1696153876,1696153876,0,NULL),(5223,'8520b75dda56626682496624355aa6413829a400','27cf8f4e2e0107204c1e4bc82682dbf110620641',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','pt-br.json',NULL,13974,'application/json',0,NULL,NULL,NULL,1696153876,1696153876,0,NULL),(5224,'e45473857f5b888870c16b8ed5118dab16f3ff9b','42339fcaacbec7db510096b0e4b11fdd9bfef4eb',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','bg.json',NULL,18095,'application/json',0,NULL,NULL,NULL,1696153876,1696153876,0,NULL),(5225,'6cd9527fd5f2ba961270af632c4e8d9cc81e7acb','319c69f5a6f3c874e71256c1ba18669261dcaf84',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','he.json',NULL,15200,'application/json',0,NULL,NULL,NULL,1696153876,1696153876,0,NULL),(5226,'c51ff97ede1f9065c391350cea665d6a385201f3','c98d85a81c74dfaab6344f04a22d7c76e643853b',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','it.json',NULL,13868,'application/json',0,NULL,NULL,NULL,1696153876,1696153876,0,NULL),(5227,'f4d2c3e7c24b9826eb144997c7242a080ac5591a','9f8589153c2885227a5d3146f4ebf25db41c8d9d',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','fi.json',NULL,13896,'application/json',0,NULL,NULL,NULL,1696153876,1696153876,0,NULL),(5228,'48fb4081052cddf4fad5cb5e8f9f169fac28d7cd','eb675fa9d0d47a95e65ce93ddbf5cae0d47ef876',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','gl.json',NULL,14115,'application/json',0,NULL,NULL,NULL,1696153876,1696153876,0,NULL),(5229,'50a9ff742af1e8405e3a98da4c621749a95d4009','a00cbc085bc4bed2a2c6790bdc9c578aa9f23d74',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','es.json',NULL,14457,'application/json',0,NULL,NULL,NULL,1696153876,1696153876,0,NULL),(5230,'955f813ff488dad26b252167c82257f981c31d74','3af936e1648d58f1310ee1fc17d68688826711f0',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','sl.json',NULL,13303,'application/json',0,NULL,NULL,NULL,1696153876,1696153876,0,NULL),(5231,'1f44393e7dd4401741ce506cad3ec33e63fdfab4','a290980acbcb4fcd634c6e9b30cf6582e90b081b',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','es-mx.json',NULL,14342,'application/json',0,NULL,NULL,NULL,1696153876,1696153876,0,NULL),(5232,'e095e2084d66a8e0a63d2d8ea69e9705e1fe6805','7ea8d348a98271a0251b5c9e38dc7c23adbde557',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','tr.json',NULL,13637,'application/json',0,NULL,NULL,NULL,1696153876,1696153876,0,NULL),(5233,'94596278b3d88aac8be9df49138bd319cdaf3df5','fc4281faec75f59de75b93e764b9855e99ecaa94',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','sw.json',NULL,13401,'application/json',0,NULL,NULL,NULL,1696153876,1696153876,0,NULL),(5234,'95205b0c0ea4a07e0f3f85d50862d398af321e67','cd9e49ecd2f0fe22426d959a6af36a8b70334045',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','pl.json',NULL,13901,'application/json',0,NULL,NULL,NULL,1696153876,1696153876,0,NULL),(5235,'8dfba1aa3d730a566c9fcb26bb3fe55749bbc3c5','6270616c366c18fe7a002e5b304c5ee4b909d962',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','fr.json',NULL,14493,'application/json',0,NULL,NULL,NULL,1696153876,1696153876,0,NULL),(5236,'2d73da31063267539b7e90da54e7094c6838e047','42da8a8b78f298cb1f5e49ef843abdb8ea54fe14',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/language/','smj.json',NULL,12685,'application/json',0,NULL,NULL,NULL,1696153876,1696153876,0,NULL),(5237,'b00650fc8dae030c2bc345e46571d1b611df0714','bc3266bf297a783d61674249c13d0543a5e69ffe',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/','presave.js',NULL,1781,'application/x-javascript',0,NULL,NULL,NULL,1696153876,1696153876,0,NULL),(5238,'0419bf5d5c846b7fe245bbc8759ff9dddb1100b5','bbc265563eec0ffba83ad5c90c9441006d04cd84',1,'core_h5p','libraries',21,'/H5P.CoursePresentation-1.25/','icon.svg',NULL,3385,'image/svg+xml',0,NULL,NULL,NULL,1696153876,1696153876,0,NULL),(5292,'8a63acdaae990c638bed0b0d0ab93708c1745ba5','ad22c9a418bcc65aa32117836726d2ed1fb284a5',1,'core_h5p','libraries',144,'/H5PEditor.KewArCode-1.0/','library.json',NULL,332,'application/json',0,NULL,NULL,NULL,1696153880,1696153880,0,NULL),(5293,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3da7810d07f7ee08600c353d5dafc15f5cb8fa39',1,'core_h5p','libraries',144,'/H5PEditor.KewArCode-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1696153880,1696153880,0,NULL),(5294,'da39a3ee5e6b4b0d3255bfef95601890afd80709','10e531a5fd882db68e197ffa64dd62ea47b86588',1,'core_h5p','libraries',144,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1696153880,1696153880,0,NULL),(5295,'09497635b889857e9682ef780c1f5649e14b2d06','296966a9270ca8c625b95e2f220d50ef4c05bda8',1,'core_h5p','libraries',144,'/H5PEditor.KewArCode-1.0/scripts/','editor-kewar-code.js',NULL,3700,'application/x-javascript',0,NULL,NULL,NULL,1696153880,1696153880,0,NULL),(5296,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d457f47fce04ae0533a7b389af417ebc228b0daf',1,'core_h5p','libraries',144,'/H5PEditor.KewArCode-1.0/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1696153880,1696153880,0,NULL),(5335,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e36a89cc8a78c671de4ecfa4afa568c955887bec',58,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1696386738,1696387187,0,NULL),(5339,'72729b61b1fef20b8eebfb68eec52f2e998f6ac8','fcb0fbcab45b9281214024158b2298dbce3beab6',60,'mod_resource','content',0,'/','MADiAM_wk4_preclass-reading1_美麗的神_ch6.pdf',2,2047673,'application/pdf',0,'MADiAM_wk4_preclass-reading1_美麗的神_ch6.pdf','課程管理員 Admin','unknown',1696386842,1696386858,1,NULL),(5340,'da39a3ee5e6b4b0d3255bfef95601890afd80709','821baba380447cd32df216aec6b55d1beb4c9776',60,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1696386843,1696386873,0,NULL),(5347,'d4e5077d82033724c36291c5e08883f1b0e0646f','6fefbbe7116c667b5666e48b0c96b63187d56c36',61,'mod_resource','content',0,'/','MADiAM_wk4_preclass-reading2_黃德祥_青少年學習者發展與適性輔導(五南2022).pdf',2,12851466,'application/pdf',0,'MADiAM_wk4_preclass-reading2_黃德祥_青少年學習者發展與適性輔導(五南2022).pdf','課程管理員 Admin','unknown',1696386973,1696386975,1,NULL),(5348,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cc136621586645b1b0fab18ea31d5916316a7ee0',61,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1696386973,1696386975,0,NULL),(5352,'aa0522650a6c38ff9a430db30f098708b5f8beb5','4815fde22d2808e746d34c74cddba8e4d3c7cafc',58,'mod_resource','content',0,'/','MADiAM_wk3_handout.pdf',2,619879,'application/pdf',0,'MADiAM_wk3_handout.pdf','課程管理員 Admin','unknown',1696387211,1696387213,1,NULL),(5355,'4e74ec25b621ed39ff289e3de3bb21536f1e1a90','c3eff1a3d1ac7b35242e62e81f299b231398c2c2',62,'mod_resource','content',0,'/','MADiAM_wk4_handout.pdf',2,276205,'application/pdf',0,'MADiAM_wk4_handout.pdf','課程管理員 Admin','unknown',1696987214,1696987215,1,NULL),(5356,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2ad11c1fb84871a7e52c6a4358299e1a79b5d113',62,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1696987214,1696987215,0,NULL),(5359,'592b92a9648be1e8cf9849d487eaa336040e10c0','60562346f338df85c13687de1d2e4e07b0a7ce76',63,'mod_resource','content',0,'/','MADiAM_wk4_supplemental_尼格爾的葉子.pdf',2,5071744,'application/pdf',0,'MADiAM_wk4_supplemental_尼格爾的葉子.pdf','課程管理員 Admin','unknown',1697053167,1697053170,1,NULL),(5360,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ffcfb0ec2f30237412b5e41ad1d25b9f97a27412',63,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1697053167,1697053170,0,NULL),(5363,'ad97d2ff48b208a26a8b347c28bec224904a7b13','0bc2d0954bc835071db1abc65b7655d026fbdad9',64,'mod_resource','content',0,'/','MADiAM_wk5_preclass-reading1_美麗的神_ch1.pdf',2,1620779,'application/pdf',0,'MADiAM_wk5_preclass-reading1_美麗的神_ch1.pdf','課程管理員 Admin','unknown',1697053263,1697053266,1,NULL),(5364,'da39a3ee5e6b4b0d3255bfef95601890afd80709','06d8f6a57c15621d17ba2d4e99267f429a699361',64,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1697053263,1697053266,0,NULL),(5367,'218d93cdc4f498aafd5affacd5af8e719f2a024b','8f5dd252caa848e46138c72db253ca0a134f90bc',65,'mod_resource','content',0,'/','MADiAM_wk5_preclass-reading2_美麗的神_ch7.pdf',2,1895837,'application/pdf',0,'MADiAM_wk5_preclass-reading2_美麗的神_ch7.pdf','課程管理員 Admin','unknown',1697053286,1697053289,1,NULL),(5368,'da39a3ee5e6b4b0d3255bfef95601890afd80709','6587625a98a38a7108548dd6d664447425db65c0',65,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1697053286,1697053289,0,NULL),(5371,'f15d1ceeba4de8db898aa6369633348ffc2a418f','b16b84a77b9cd8297dbd088ba6afae3d68fdaa00',66,'mod_resource','content',0,'/','MADiAM_wk5_preclass-reading3_美麗的神_ch8.pdf',2,2061486,'application/pdf',0,'MADiAM_wk5_preclass-reading3_美麗的神_ch8.pdf','課程管理員 Admin','unknown',1697053310,1697053312,1,NULL),(5372,'da39a3ee5e6b4b0d3255bfef95601890afd80709','6777c31a82843f92256afb6297e66f87bf16c6fc',66,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1697053311,1697053312,0,NULL),(5375,'4f41803ed765ecfdcf5354b6db8a18cf747ed98d','b4c6ea05d263e095c9375cab94973a4336c842fa',68,'mod_resource','content',0,'/','MADiAM_wk5_handout.pdf',2,329595,'application/pdf',0,'MADiAM_wk5_handout.pdf','課程管理員 Admin','unknown',1697679706,1697679712,1,NULL),(5376,'da39a3ee5e6b4b0d3255bfef95601890afd80709','adc17c8476eac44f9ab003273794cdd884de7f34',68,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1697679706,1697679712,0,NULL),(5380,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2411019255cac89339ee93aaa974b3e82b69142f',69,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1697686886,1697863353,0,NULL),(5383,'d24aa9514a872289eb71df5ab845206e75d754d0','ab0a9f46514675bbf8d616824138045032cb106f',70,'mod_resource','content',0,'/','MADiAM_wk6_preclass-reading2_寄生上流.pdf',2,714160,'application/pdf',0,'MADiAM_wk6_preclass-reading2_寄生上流.pdf','課程管理員 Admin','unknown',1697686912,1697686914,1,NULL),(5384,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9a31db2713af9128e7fd4329d0f25bca6dd8e4e0',70,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1697686912,1697686914,0,NULL),(5390,'1a8895b2c92b4b4ffd35d20bcd2fa001b03c880a','ed7bf5b3524b2960d236dcd67447486ce8b69bff',69,'mod_resource','content',0,'/','MADiAM_wk6_preclass-reading1_Vanhoozer.pdf',2,647730,'application/pdf',0,'MADiAM_wk6_preclass-reading1_Vanhoozer.pdf','課程管理員 Admin','unknown',1697863367,1697863369,1,NULL),(5393,'96b329e181b2ab8409934812f149fe222bceab94','34e5f84fbc623060d0efd3cdcd4a1cb6374f4354',73,'mod_resource','content',0,'/','MADiAM_wk6_handout.pdf',2,291966,'application/pdf',0,'MADiAM_wk6_handout.pdf','課程管理員 Admin','unknown',1698211304,1698211307,1,NULL),(5394,'da39a3ee5e6b4b0d3255bfef95601890afd80709','dc7fd15d7ff35f13322331848b158541bb09c29d',73,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1698211304,1698211307,0,NULL),(5402,'e0d63e306180181f1f746e5d401d4cf13c66c8c3','17de7a89a696e893c40605bf6b48ac385ab93748',75,'mod_resource','content',0,'/','MADiAM_wk7_preclass-reading_Vanhoozer(II).pdf',2,1297059,'application/pdf',0,'MADiAM_wk7_preclass-reading_Vanhoozer(II).pdf','課程管理員 Admin','unknown',1698633669,1698633671,1,NULL),(5403,'da39a3ee5e6b4b0d3255bfef95601890afd80709','53a470b6df78ff20d06ad07202cde3cdcafcaf7d',75,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1698633669,1698633671,0,NULL),(5405,'a46e2c5aaae5f08871f7739fec91b6b108aeaa9e','234223df98714a198287dcd1a1e09bb96a2c155b',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/styles/','context-menu.css',NULL,9737,'text/css',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5406,'da39a3ee5e6b4b0d3255bfef95601890afd80709','49c887d393798575ce52740af07916f15bf4f3be',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5407,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5d348397eebec4b53c7abd7270e19c6f882dc5b6',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/','.',NULL,0,NULL,0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5408,'da39a3ee5e6b4b0d3255bfef95601890afd80709','91784cafae7957a12141cc23932ee3f06a78f7b0',1,'core_h5p','libraries',25,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5409,'4e47e508955331981064ad56eb877a8198330894','379416c2216e806fda7d8f85d4dc6fc49d1a665c',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/styles/','dialog.css',NULL,3529,'text/css',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5410,'ed0a53414db00cae50b7e5fadbb58973dd121ec8','ae412679aff7c8bbfc45877ee893e4c30d4df24f',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/styles/','drag-n-bar.css',NULL,4016,'text/css',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5411,'d224ae7eda4f12a2ceb7ae54de7195a00c7647f6','4a8fe029f8e4d7c2f9c65b6246192598c394cdad',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/styles/','drag-n-bar-form-manager.css',NULL,15989,'text/css',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5412,'949eb78bb30492cb5566bbfd1c8125255b5a5a9f','f9c643770cd802bd83fe70fb28988901c7d430bb',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/','library.json',NULL,1225,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5413,'843704f776b0ca326e86b44926af29a8824d9d66','1f934f555ca424272fd50d13046f084bc12ca72b',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/','README.md',NULL,1199,'text/plain',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5414,'2c43be6e93ab7962294068305341dfe2fbdd30eb','2e5df7259d9a29fabad29805d25dc8e9a5be0ba2',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','sme.json',NULL,548,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5415,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a19d8acc109fb6246edcc134a05d34fc7cb1660e',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5416,'f72c0ec5718f965ef716ac4ee319707f6f35c18b','99aa41e94e0e6bfba77bd87a7e2b0c5e84dd1dad',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','ru.json',NULL,831,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5417,'52c7f3d1fe67ab48e2c618a77ae4a2f13cd54d13','d6aa05b8debc06a3094329863d55b890ae939031',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','lt.json',NULL,574,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5418,'152d9c61bb9118026c9508c43573bff68ac90846','dd35417aad86b7e97c671a163d7b600fdb90b974',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','zh.json',NULL,504,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5419,'e2f3961cf5ffb0036d6e4abee0e0782519cd54c0','51877fc77f147bb4c48a19170e865fb2872ccebb',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','bs.json',NULL,562,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5420,'d8c23f4b553664c3732275ec6d2eb861964a5f2f','3c63e904f3551a841cfcc0601a9f956cfc570ef5',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','nn.json',NULL,548,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5421,'e51db894d043402bc1f38e1c9e283797339d6baf','090f993f88cb32fcf4a34dd7569bccf4814dd07e',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','el.json',NULL,857,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5422,'64e29acd5e856f8e8e847fec428ce83ab32021aa','8b41ecb3a234234987bd2d344afafe6fdb2ef066',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','km.json',NULL,855,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5423,'49150061659e54ccb30196d35baed6069546c612','8ff3e37e5c244d374de9f6584920da8ec6c65f36',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','cs.json',NULL,564,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5424,'2c43be6e93ab7962294068305341dfe2fbdd30eb','b048bdeed8ee3e1223b199e379c0ca5f40cbc73e',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','sma.json',NULL,548,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5425,'ca2df36b80196b584208882b7299e94ae2281c9e','e47668f659d6a68c48ba4d7e73d3f75b9e252b25',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','eu.json',NULL,552,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5426,'b9aa5edf58373aa94bbcca149b3952e8ded088e6','e5e2452bfdefc8a107e1b08ce7dc2c3921e23e66',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','nl.json',NULL,582,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5427,'bc4e7e794e2c59a3673a8c52c055e5c7600f38f1','0fca33e5c6a6e06795438e062db8ed868aac027b',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','ca.json',NULL,584,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5428,'76c687ad4010f0884351c1bff0ba51bf14c35304','e21ad269b7dd742085651791dedc56ed90fc1016',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','pt.json',NULL,584,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5429,'488dd19209eaca5459c90234c4fb6748d737a471','f970b03c93ef947d706cd8a3e213a0e1a79e0ac2',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','sv.json',NULL,564,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5430,'525aaa3aa67cc8c35ecd29acda56367abdea38b8','dbcc3317f846e1df3c262fd0ea7216387262a7da',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','ar.json',NULL,655,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5431,'c145bd41f30ba55e20620500a01adc4d13add801','663c8346b53bb9884747a5af9a53ffab5b42ac33',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','uk.json',NULL,764,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5432,'58d19bb368121bf1f4847950b8334c38fcd43858','1e74cc1cbb9303d93da7485d70165d1bfc56fa55',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','mn.json',NULL,735,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5433,'09671263f13b479afdfc480b7a24abece8ccf983','0209930862ab9befcd377efa58c729d31363ca4e',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','af.json',NULL,574,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5434,'59a516bf704388e712d33c93125dfa8b36fbc767','95bdd31f3072533a89cea6e95b8e346a58b7187e',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','et.json',NULL,538,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5435,'8e5b3beadd8a1c093caba606d0173d2e9f979b7c','b7fc70c5b951084986e0ec287059145375eaac4b',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','nb.json',NULL,552,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5436,'fed08df4bfd6142e17095b832e0c273eaa739844','e811da402a7f32322242e365ff05ebbd008d2012',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','fa.json',NULL,713,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5437,'1d1d9be230b78361c30ddef5b186d53b4adfe325','7d3c9372d1285dbd72abd11ba5f642c60fd26e71',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','ko.json',NULL,580,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5438,'4a9964d4ee161ec287ffbcb4c4e36ab0f984d0f2','29d352b227f142434f25c12325f8151f75413770',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','de.json',NULL,560,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5439,'2c43be6e93ab7962294068305341dfe2fbdd30eb','58dac010de9bdbffcdb9e92b73a2b9a27f53bd2b',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','en.json',NULL,548,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5440,'b0c14d73a644edeb9c33c5ddd597e08c66d8bd57','f701a41f6585b4d385acdb5ea6b5e07628c93240',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','lv.json',NULL,570,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5441,'9cbb7fdda730025a7bd712d7b0bed7efeda9ec8f','fcfab98c8757b16093a7e56ec98dd2ab66992cd3',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','pt-br.json',NULL,596,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5442,'46051e4da525e6f62ca475a3536e300f6bec0e7b','1484c5fd677d4daf230e36eaeb91d4a46445844b',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','ka.json',NULL,975,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5443,'7caaeba62399df51842eb0ae41a4373d2f639f4b','96e172d52817bb02ce83012195d7bd4664667159',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','bg.json',NULL,855,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5444,'2e1084d91a8ffc8b3cd2e10278cfea7ad8ae03f6','1ccb44e4bc5d8938965897b0a72b61a8227de5ca',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','it.json',NULL,617,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5445,'f591b7fab839c9a507c96dc7c3eed8d349f40aca','82ea18a41a076b31199a5c7345d18e6c31bf4b31',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','fi.json',NULL,582,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5446,'fa49a9aec6edc67fb664d48410fc8c39ecbd929f','bfd1342cbbdcd606834aaed23ad4c77bd8172f81',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','gl.json',NULL,582,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5447,'8bf9eb3d195feab03dc55939fe419d08d7ec1d42','d344d18639a613cf51146d49d25d7915cae7be21',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','es.json',NULL,586,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5448,'2b8222ab92e1cc303fcfe4c10ced645cbc0b51f7','4c316a5532ec2ce02a23fec631ba8a965c1f2e5e',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','sl.json',NULL,536,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5449,'f3d291aa373d3b1503a40278e2eef77d3de109b9','223a762c88c143b09ecfb6971ee0037cf651a3c4',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','es-mx.json',NULL,583,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5450,'2ef1304603c1b99ef4f858ed4544f48ce118ed02','00cfd0042cdf1a7ad531ee00ca8f3ab13c1757b5',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','cy.json',NULL,553,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5451,'24440f815dda881bb8bc0f02c3a5f96097968dfe','6913c705b0408332f289d388e8f033a20f1a9945',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','tr.json',NULL,587,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5452,'56e9a77c5e5269840fe778d7cd43b034fe9612ac','5b0aadc7ecd8d4885990b56689110259986089f8',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','sw.json',NULL,544,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5453,'558357dab83ec09d25c8a7b01b55ddb5e22e6cbc','e71b3be33f02402e51055ee47b5f37ce7af3f1d6',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','fr.json',NULL,607,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5454,'2c43be6e93ab7962294068305341dfe2fbdd30eb','c6af9933d4ad550514167619bc4b22c29982cfab',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/language/','smj.json',NULL,548,'application/json',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5455,'6f089cdc9dd14bcd456cea48b0f79226fb6ca0d6','bda8744204cf3525537a9bf1fe83b9c0f81d9cf3',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/scripts/','context-menu.js',NULL,16818,'application/x-javascript',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5456,'da39a3ee5e6b4b0d3255bfef95601890afd80709','147f021d8d4b0f24472aba7def28216bdac82b8a',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5457,'651e0e4ef9d95e1c2b758b71c03b3357ec1b9e91','feeecd167f2a1eb8d7c55e0392add60d19386abe',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/scripts/','drag-n-bar-form-manager.js',NULL,28562,'application/x-javascript',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5458,'c7b1d180701e9bee13a7ab6e210cc5b643d4aad8','5351deda59b1034fbf2042b269cb2d65625e7821',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/scripts/','dialog.js',NULL,13790,'application/x-javascript',0,NULL,NULL,NULL,1698832276,1698832276,0,NULL),(5459,'fed785474e03077285d2896a4013df3cd3ac6937','475e214797b53c45e366953b8c3914276d62c22c',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/scripts/','drag-n-bar-element.js',NULL,5877,'application/x-javascript',0,NULL,NULL,NULL,1698832277,1698832277,0,NULL),(5460,'221711c27ee69922210b0b0fc5a966b6c69ac9c8','da721745a8a3c7110a264256c5c075dad3b29e0f',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/scripts/','drag-n-bar.js',NULL,34918,'application/x-javascript',0,NULL,NULL,NULL,1698832277,1698832277,0,NULL),(5461,'0c0c2f741e30e2d0a68a80f7f39df3602e7eb83b','3ee292b8adb6acc76a77d7fab7e6384eb4caf279',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/fonts/','H5PDragNBar.eot',NULL,1308,'document/unknown',0,NULL,NULL,NULL,1698832277,1698832277,0,NULL),(5462,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5ed87a5ae566343aa8909cd14248d759ae5a4a4b',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/fonts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1698832277,1698832277,0,NULL),(5463,'9564d20ca92be0cdfcdbcdd40510e2a32c1aac3c','fe70d29f8a4be5b3fe1e5a33289b037a0c6b4e2f',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/fonts/','H5PDragNBar.svg',NULL,640,'image/svg+xml',0,NULL,NULL,NULL,1698832277,1698832277,0,NULL),(5464,'bb18d57038fbb6021b6e79ea8b6854ffe291d3f0','6b43209a9af842e20df1fb517d13d655021c9999',1,'core_h5p','libraries',25,'/H5P.DragNBar-1.5/fonts/','H5PDragNBar.ttf',NULL,1128,'document/unknown',0,NULL,NULL,NULL,1698832277,1698832277,0,NULL),(5542,'1895b7c4c5fd305258183f32e77290a3aaed2275','b07e4325245023d88c6453e12b2506ffa02892ed',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/css/','joubel-message-dialog.css',NULL,478,'text/css',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5543,'da39a3ee5e6b4b0d3255bfef95601890afd80709','72bb18e68da44ceafb9b9a030f1de79d9853b68d',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/css/','.',NULL,0,NULL,0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5544,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e5043239890b8ca3c8346d9ecdd0fcd030e98c7a',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/','.',NULL,0,NULL,0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5545,'da39a3ee5e6b4b0d3255bfef95601890afd80709','10790ec31bc5580ed12611c0af9cb4899719123e',1,'core_h5p','libraries',7,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5546,'1f99b772a519c5cfe4d99a1ace15c70bc3d1bc45','6d64bf124ddfb2871ed8f5d791076aef2ec60130',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/css/','joubel-progress-circle.css',NULL,1465,'text/css',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5547,'77a20b1ea1ebe9fb1db219ee5c979dc3e1cd0f4f','e18afc191671090e36822a30f7cd0dcd4d7c9697',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/css/','joubel-speech-bubble.css',NULL,1127,'text/css',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5548,'4781356fc047284ce06f604fef1f5effc257cfa1','e589f9d75dc88f18bc1a4860f4afd3b8d57ca5b2',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/css/','joubel-score-bar.css',NULL,3539,'text/css',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5549,'168117d476de40c708b7ab39d602f2cb6b8ea378','5133d138c65acf98fb47b316951d000750dd5c6e',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/css/','joubel-tip.css',NULL,1074,'text/css',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5550,'76e52a42393f8ccaf2729fa4ca431588a43633ca','3f352e8a72065b5f2ed45dfa603dc2dede107a64',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/css/','joubel-simple-rounded-button.css',NULL,633,'text/css',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5551,'964a746cfce656ef48e92437cf89a2dc571b9216','424898babf36f5a3827aa0d56f5f7a6acbefcb7b',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/css/','joubel-icon.css',NULL,3601,'text/css',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5552,'062b5c0ea946458e99172484d4496a3568b75289','e6cf77ef40102a429e90cba1b6bbe6ad6c6c1b6c',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/css/','joubel-ui.css',NULL,1841,'text/css',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5553,'718d17effef968ebe140e40ef774f0d0cd429d02','08a323630815088e47cd91c6981fe5259929ab54',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/css/','joubel-slider.css',NULL,639,'text/css',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5554,'7c2d79534d3113f6e7254558c6a82819cc80c0e6','aaa3a004dc40fee20cb37d9730ddb80af4472b58',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/css/','joubel-progressbar.css',NULL,835,'text/css',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5555,'73a1a23de7d4ea0be2162aecbc298a0b83b47825','48ae82dee650adaa8ef461883392e3ee3257a029',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/css/','joubel-help-dialog.css',NULL,1169,'text/css',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5556,'f4114fbaafd7e264ed0fe0a54347afd2c781ca1a','9b150d94dac50bed50aad4d9a409368723f5b2af',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/','library.json',NULL,1864,'application/json',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5557,'61d65dafba1e035a9a3c7f5b3b2e8763c9f842f6','0ca06228434ce33b8ad8b34677515a9d48bbe0cf',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/js/','joubel-speech-bubble.js',NULL,10766,'application/x-javascript',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5558,'da39a3ee5e6b4b0d3255bfef95601890afd80709','272a9890e1119722d9f4d8882c4f854bb1ba24a7',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/js/','.',NULL,0,NULL,0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5559,'f27ac7a69adb497d171a43db900216a2c87f4a44','015ea84d50abfee53723b207620b52f13fd46dfd',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/js/','joubel-slider.js',NULL,2237,'application/x-javascript',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5560,'beb8c14ca69cd864960f4eec56a35ed2498cbcae','092529b37c31e8cba35639e0d99c4b6ab167e028',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/js/','joubel-progress-circle.js',NULL,4622,'application/x-javascript',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5561,'be1e404a5ed0df18d48702bf1dcd1bfbc4239e96','62f2cf165b44c660f27e4882bebf4c4d734dbb53',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/js/','joubel-tip.js',NULL,3658,'application/x-javascript',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5562,'799f77d2c0fc711bacd205aacc587f5900fd15e2','962f841ad1789252fc79b6e80d81ba82442645bf',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/js/','joubel-throbber.js',NULL,312,'application/x-javascript',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5563,'15f2ef7221e01c95edee8d00ba3360535ec183ab','8d13676fb941edd917027761b0a2194955089ceb',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/js/','joubel-progressbar.js',NULL,2804,'application/x-javascript',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5564,'0d16530493105099f90f733a396caf06bb04b774','91bcad1728b2664d6a4aadcd2108917d64bb97f7',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/js/','joubel-simple-rounded-button.js',NULL,689,'application/x-javascript',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5565,'c78fc21f9d083cd6478537033bf363afc28f4da4','bc11e69ae0ff01391e06f2c1080649af52a574e0',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/js/','joubel-ui.js',NULL,6015,'application/x-javascript',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5566,'2dee09dca73ddf546fa19c1a19d35391dd09a999','d1e47118ff37e571b4e429c0dc1203e8ef5853a0',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/js/','joubel-score-bar.js',NULL,8520,'application/x-javascript',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5567,'314c35ba550e2b117c382ac3dc711227dfb0c53f','9033a1264d10ad00e3fdbd1c1b136d5fda4c593e',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/js/','joubel-message-dialog.js',NULL,968,'application/x-javascript',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5568,'07d49ef78f9f9bd0742bc4c165d5d6b87ed405bc','2ec416eb22ecab254c2cf7c81d8abc7cb60005c3',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/js/','joubel-help-dialog.js',NULL,2483,'application/x-javascript',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5569,'d5e20767919a1cc9ee85002199daae5c6d5ed0d0','4a90f22b414c4f83bcd6544d53aaef65af304014',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/','README.md',NULL,1664,'text/plain',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5570,'7efa588e47e4f779b589f3c0fdb811d626caccbc','f0b0a2340085add1e823d3302eed464937ba711e',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/fonts/','joubel.woff',NULL,4668,'application/octet-stream',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5571,'da39a3ee5e6b4b0d3255bfef95601890afd80709','98f4102b4ce487a7ad7fff9cccdaa5142af35270',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/fonts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5572,'dbaee24fe01c47f7e94a4327af9e03830a52906e','1d24bd5fb0729ba7cf01c04d1c4450274725d693',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/fonts/','joubel.svg',NULL,14092,'image/svg+xml',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5573,'0b411a97d059882412923006451a9efae82776a7','9f43adfcc813c36f9f44fa55d57cdd8131cba71c',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/fonts/','joubel.eot',NULL,4752,'document/unknown',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5574,'1529174d6fe54e566f024390e2c26e2b151ce9c1','4ea77f5461f98e169bc6ce69a3294d5f43ed37c3',1,'core_h5p','libraries',7,'/H5P.JoubelUI-1.3/fonts/','joubel.ttf',NULL,4592,'document/unknown',0,NULL,NULL,NULL,1698832280,1698832280,0,NULL),(5805,'73e0d383cea2ad5f69e3783a2d7360dc305d6553','987c69472e79cf63a6ff9ee6ccab17b00468247a',1,'core_h5p','libraries',147,'/H5P.AdventCalendar-0.3/','upgrades.js',NULL,3862,'application/x-javascript',0,NULL,NULL,NULL,1698832293,1698832293,0,NULL),(5806,'da39a3ee5e6b4b0d3255bfef95601890afd80709','36d47e0e6ee86eb88a95d06877d490c3a65f2cda',1,'core_h5p','libraries',147,'/H5P.AdventCalendar-0.3/','.',NULL,0,NULL,0,NULL,NULL,NULL,1698832293,1698832293,0,NULL),(5807,'da39a3ee5e6b4b0d3255bfef95601890afd80709','78f9b9535a454009132f67451709919069d2b706',1,'core_h5p','libraries',147,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1698832293,1698832293,0,NULL),(5808,'1b6f2fe41020a0a180dacb16770624aa540218f8','b3320b92f98e7e35aa02d8d8930b6b6b932fa522',1,'core_h5p','libraries',147,'/H5P.AdventCalendar-0.3/','library.json',NULL,1024,'application/json',0,NULL,NULL,NULL,1698832293,1698832293,0,NULL),(5809,'2995eb6dabd399eff0dbc42b9f329942ee9d2106','c350da5eec64323993c441941dba1b477b6dbd36',1,'core_h5p','libraries',147,'/H5P.AdventCalendar-0.3/','semantics.json',NULL,11535,'application/json',0,NULL,NULL,NULL,1698832293,1698832293,0,NULL),(5810,'1b16ef92c928aa1e054db634c1a4caa6a312cbd1','a9efdd1f561c69c4b795c595e8a5e454b831f8dd',1,'core_h5p','libraries',147,'/H5P.AdventCalendar-0.3/dist/','h5p-advent-calendar.js',NULL,29980,'application/x-javascript',0,NULL,NULL,NULL,1698832293,1698832293,0,NULL),(5811,'da39a3ee5e6b4b0d3255bfef95601890afd80709','13fd5cfae497c3bee83bacc3a2affe176aad055d',1,'core_h5p','libraries',147,'/H5P.AdventCalendar-0.3/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1698832293,1698832293,0,NULL),(5812,'2c6d062cfd74501a0b42416aff46c19b915097a6','5b3c861121513746eb4865e7820f62b3140bc846',1,'core_h5p','libraries',147,'/H5P.AdventCalendar-0.3/dist/','5c883aa90e9831007016.png',NULL,2247,'image/png',0,NULL,NULL,NULL,1698832293,1698832293,0,NULL),(5813,'3dbcc05f83d559db153ef6e1699df26e46746f4c','d405c91c63f9731b987c601fb8eced0f34aecb04',1,'core_h5p','libraries',147,'/H5P.AdventCalendar-0.3/dist/','h5p-advent-calendar.css',NULL,16643,'text/css',0,NULL,NULL,NULL,1698832293,1698832293,0,NULL),(5814,'2e4d3ed6ac1c1148412b2a12cdd49aae43bf8f11','a2f508dd3c8a9f7a286b490a3270dea5f93c1f42',1,'core_h5p','libraries',147,'/H5P.AdventCalendar-0.3/language/','el.json',NULL,8491,'application/json',0,NULL,NULL,NULL,1698832293,1698832293,0,NULL),(5815,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d4edd439875a972d2c63ed929058b665b8ca7098',1,'core_h5p','libraries',147,'/H5P.AdventCalendar-0.3/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1698832293,1698832293,0,NULL),(5816,'5a6452c0595d68697a821bdc26d668092abd5840','f07afb99fd1adbd92a68b9fe7dde30cf90162af3',1,'core_h5p','libraries',147,'/H5P.AdventCalendar-0.3/language/','eu.json',NULL,6143,'application/json',0,NULL,NULL,NULL,1698832293,1698832293,0,NULL),(5817,'b8d3833c7eb2ae14cf4be0d8c85e981b55160ca7','b356888c41a892fac7d9e2b9fa7997a063a34617',1,'core_h5p','libraries',147,'/H5P.AdventCalendar-0.3/language/','nl.json',NULL,6295,'application/json',0,NULL,NULL,NULL,1698832293,1698832293,0,NULL),(5818,'3ccee440d48454f693b70504a4f6814f6d1b82bc','262db5b1e13bdc9f05daceb6876e41fcea97eeda',1,'core_h5p','libraries',147,'/H5P.AdventCalendar-0.3/language/','de.json',NULL,6300,'application/json',0,NULL,NULL,NULL,1698832293,1698832293,0,NULL),(5819,'643eafc01639ef7084efec0611cf0dfd1c7ff2ee','c903ba9a9d23ea256b64f9f729e13cc6e81313a5',1,'core_h5p','libraries',147,'/H5P.AdventCalendar-0.3/language/','gl.json',NULL,6219,'application/json',0,NULL,NULL,NULL,1698832293,1698832293,0,NULL),(5820,'b99da51330193ec0e98abf613c97dbe72f4ffd9f','27c37d39590c2c8e387c3ef84dfcffcce8c27b15',1,'core_h5p','libraries',147,'/H5P.AdventCalendar-0.3/language/','es.json',NULL,6410,'application/json',0,NULL,NULL,NULL,1698832293,1698832293,0,NULL),(5821,'d5d39a26b166bfbf66f7929e39ac4af3fad5e308','7bc22b52fcb285bf01d81478efd7fc0de6ec8698',1,'core_h5p','libraries',147,'/H5P.AdventCalendar-0.3/language/','sl.json',NULL,5993,'application/json',0,NULL,NULL,NULL,1698832293,1698832293,0,NULL),(5822,'b99da51330193ec0e98abf613c97dbe72f4ffd9f','162d15006d481ef5efb4d6dfcdee1d9c38415d93',1,'core_h5p','libraries',147,'/H5P.AdventCalendar-0.3/language/','es-mx.json',NULL,6410,'application/json',0,NULL,NULL,NULL,1698832293,1698832293,0,NULL),(5823,'67eb4a006c523c219dfe2c29e84c2fc36841e8b2','dd57e53e63b90adcc7084e049dfb163cd22aadb8',1,'core_h5p','libraries',147,'/H5P.AdventCalendar-0.3/','icon.svg',NULL,10246,'image/svg+xml',0,NULL,NULL,NULL,1698832293,1698832293,0,NULL),(5826,'c47fa93f3363d9d70df63f972fa8b8f1d8c58249','4dbd9e90bc67d28f6cf59c770482c1265f71a720',76,'mod_resource','content',0,'/','MADiAM_wk7_handout.pdf',2,538298,'application/pdf',0,'MADiAM_wk7_handout.pdf','課程管理員 Admin','unknown',1698857098,1698857099,1,NULL),(5827,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f52e412a0b390b4908e4bac08709cdbf6e545626',76,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1698857098,1698857099,0,NULL),(5832,'965491fd9c0660f02456159830126163f0a3de0d','4baac11ab04df81443ed2ab1049956e742ae3076',77,'mod_resource','content',0,'/','MADiAM_wk8_preclass-reading_《預約心靈沃土》Ch. 10.pdf',2,6635254,'application/pdf',0,'MADiAM_wk8_preclass-reading_《預約心靈沃土》Ch. 10.pdf','課程管理員 Admin','unknown',1698888269,1698888314,1,NULL),(5833,'da39a3ee5e6b4b0d3255bfef95601890afd80709','dee4275df4d92b7dab467c84c80e1dd1fed6b82e',77,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1698888269,1698888314,0,NULL),(5836,'a7ecb57badb91390257d76167182820fda774e63','cffb2388b6cc6f5a99fe4b182c9765b508ec29b2',80,'mod_resource','content',0,'/','MADiAM_wk8_handout.pdf',2,1171721,'application/pdf',0,'MADiAM_wk8_handout.pdf','課程管理員 Admin','unknown',1699508068,1699508072,1,NULL),(5837,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4f2b75405c0bb36c963685df60ea8966d578cb01',80,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1699508068,1699508072,0,NULL),(5840,'6bc34e0dd2c3aeaf212a28c981430c97eaf9abff','a4051614f954a3118b896e61d5d6501748c6c785',1,'core','preview',0,'/thumb/','d9ae45ab50ec16adb8d26da20b4c66f39467708a',NULL,13382,'image/png',0,NULL,NULL,NULL,1699870125,1699870125,0,NULL),(5842,'ae2939ec30a20c9793af4c96a0444f848178451a','e1bb8f0f9fba6e1200768c56260024c348b4561d',1,'core','preview',0,'/thumb/','7345861d9c04718205f3c6a436ce87c40fe0f2f1',NULL,13838,'image/png',0,NULL,NULL,NULL,1699870131,1699870131,0,NULL),(5843,'d9ae45ab50ec16adb8d26da20b4c66f39467708a','0015a4a617db07cbeacf4b46c43631c61a06e045',83,'mod_forum','attachment',115,'/','401188951_1167752974629285_61416074776982189_n.jpg',19,827531,'image/jpeg',0,'401188951_1167752974629285_61416074776982189_n.jpg','賴 怡娟','unknown',1699870124,1699870137,0,NULL),(5844,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b18721e59b0f12b69599812ee9254d24405c0583',83,'mod_forum','attachment',115,'/','.',19,0,NULL,0,NULL,NULL,NULL,1699870124,1699870137,0,NULL),(5845,'7345861d9c04718205f3c6a436ce87c40fe0f2f1','8cb443a7c181e520594c577dd66f4cc8afdd85e2',83,'mod_forum','attachment',115,'/','401392136_1167752681295981_5901798155493448761_n.jpg',19,644385,'image/jpeg',0,'401392136_1167752681295981_5901798155493448761_n.jpg','賴 怡娟','unknown',1699870130,1699870137,0,NULL),(5848,'27e744058cd2cb14c4d5c36edc3036c7ad99728b','64e1a89bd19733f24946bfd31ac191ad32948516',84,'mod_resource','content',0,'/','MADiAM_wk10_preparation_jn4.docx',2,16763,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'MADiAM_wk10_preparation_jn4.docx','課程管理員 Admin','unknown',1700014626,1700014628,1,NULL),(5849,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7d50664bc3b484f4bd89f6f967a5ca05062f7dcd',84,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1700014626,1700014628,0,NULL),(5852,'19b7f32c39ffa472368afd8b0520db8fed3bb7ac','9e50a1150e23b3e59fed6d7ec7ab34fed1eec777',85,'mod_resource','content',0,'/','MADiAM_wk9_handout.pdf',2,4228492,'application/pdf',0,'MADiAM_wk9_handout.pdf','課程管理員 Admin','unknown',1700014749,1700014754,1,NULL),(5853,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8f37cb4d524fd6f0294b84b7536e6cc1d05fac17',85,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1700014749,1700014754,0,NULL),(5857,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3ec03b8a0a0ba2f7b1b4d6f6340c1b617d51a9cc',86,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1700539297,1700539582,0,NULL),(5865,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7ae527ca323a6063ef25d17f6fbdb2f5e56b74f7',88,'mod_assign','introattachment',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1700539472,1701353100,0,NULL),(5869,'ae1c134365b142e1971f70483d6cf488e1cafb0b','9e716b7fdfdc334163e55d7a2ddfdb6718f24745',86,'mod_resource','content',0,'/','MADiAM_wk10_handout.pdf',2,739221,'application/pdf',0,'MADiAM_wk10_handout.pdf','課程管理員 Admin','unknown',1700539598,1700539599,1,NULL),(5876,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','dc876a08d52e6002d5d5194638d10a2cbd4fc796',1,'assignfeedback_editpdf','systemstamps',0,'/8c96a486d5801e0f4ab8c411f561f1c687e1f865/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(5877,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c2397c55aa3f791b82bc92de7bd8e981f63e7689',1,'assignfeedback_editpdf','systemstamps',0,'/8c96a486d5801e0f4ab8c411f561f1c687e1f865/','.',2,0,NULL,0,NULL,NULL,NULL,1700539818,1700539818,0,NULL),(5878,'da39a3ee5e6b4b0d3255bfef95601890afd80709','eadac65488768ea2ba686b3f73e0944fc7ed5f80',1,'assignfeedback_editpdf','systemstamps',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1700539818,1700539818,0,NULL),(5879,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','e18b8da10b6dc180b700cc2ce9c72ae9c1d529dd',88,'assignfeedback_editpdf','stamps',1,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(5880,'da39a3ee5e6b4b0d3255bfef95601890afd80709','bc0c75efab4d92f926d92b21a52be13b255f537e',88,'assignfeedback_editpdf','stamps',1,'/','.',2,0,NULL,0,NULL,NULL,NULL,1700539818,1700539818,0,NULL),(5881,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','04564ea9deb75d212883ff24d5e41e1a308722a8',1,'assignfeedback_editpdf','systemstamps',0,'/75c101cb8cb34ea573cd25ac38f8157b1de901b8/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(5882,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c0c86c838c9bb6067944aafede39e5a5e7666fae',1,'assignfeedback_editpdf','systemstamps',0,'/75c101cb8cb34ea573cd25ac38f8157b1de901b8/','.',2,0,NULL,0,NULL,NULL,NULL,1700539818,1700539818,0,NULL),(5883,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','fd2d519b17e7b7a7cb00cf3ed920de4a01fca13a',88,'assignfeedback_editpdf','stamps',1,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(5884,'5f8e911d0da441e36f47c5c46f4393269211ca56','eb6af63862e17d33d61982b4cdca1f7000eee857',1,'assignfeedback_editpdf','systemstamps',0,'/5f8e911d0da441e36f47c5c46f4393269211ca56/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(5885,'da39a3ee5e6b4b0d3255bfef95601890afd80709','bc4740156ff4054e926e7c74f5461cb846c6169d',1,'assignfeedback_editpdf','systemstamps',0,'/5f8e911d0da441e36f47c5c46f4393269211ca56/','.',2,0,NULL,0,NULL,NULL,NULL,1700539818,1700539818,0,NULL),(5886,'5f8e911d0da441e36f47c5c46f4393269211ca56','fdc77fe23cc78623efdd363793e1e5e6b13f6e24',88,'assignfeedback_editpdf','stamps',1,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(5887,'0c5190a24c3943966541401c883eacaa20ca20cb','6f82ba3dc3ed853d301091c6d7453485bc240889',1,'assignfeedback_editpdf','systemstamps',0,'/0c5190a24c3943966541401c883eacaa20ca20cb/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(5888,'da39a3ee5e6b4b0d3255bfef95601890afd80709','84044aec33370c6ba714545b1e1dd637741cd045',1,'assignfeedback_editpdf','systemstamps',0,'/0c5190a24c3943966541401c883eacaa20ca20cb/','.',2,0,NULL,0,NULL,NULL,NULL,1700539818,1700539818,0,NULL),(5889,'0c5190a24c3943966541401c883eacaa20ca20cb','24af7eaff92c699e298ba3201a66f8e4ff9398e6',88,'assignfeedback_editpdf','stamps',1,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(5905,'aeb0fcdb626711b81f6a82e4d018d886a7e9f7e3','688e2c50de7b180cab06950cc20e61c41255e34d',88,'mod_assign','introattachment',0,'/','MADiAM_wk10_hw_director.docx',2,19424,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'MADiAM_wk10_hw_director.docx','課程管理員 Admin','unknown',1700540141,1700540144,0,NULL),(5910,'99c733ef2a8a817017d90d29cbdff8694dbca5f4','028e28f51a046347634bc19af6da32e0430fe2b1',90,'mod_resource','content',0,'/','MADiAM_finalguidelines.pdf',2,292813,'application/pdf',0,'MADiAM_finalguidelines.pdf','課程管理員 Admin','unknown',1700888056,1700888058,1,NULL),(5911,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8bb89e49221c59e3418f6c8f45f64ccb51644bf9',90,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1700888056,1700888058,0,NULL),(5914,'97606bc58ff823a6ad328c0ff1aaca0accdb868a','94888d522869255bf9a28480e72f3685fc1d3dc7',88,'assignsubmission_file','submission_files',6,'/','MADiAM_wk10_hw_director-作業-賴怡娟.doc',19,665600,'application/msword',0,'MADiAM_wk10_hw_director-作業-賴怡娟.doc','賴 怡娟','unknown',1700903766,1700903770,0,NULL),(5915,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7aba16dafa834e3abcac8da25a325c78e35b22ad',88,'assignsubmission_file','submission_files',6,'/','.',19,0,NULL,0,NULL,NULL,NULL,1700903766,1700903770,0,NULL),(5916,'bd0069d3cf6299908218241596a1fd155b723d2e','e6ee136a43c292efef62451e93af3bf7acbbda05',88,'assignfeedback_editpdf','partial',2,'/','combined.pdf',NULL,110960,'application/pdf',0,NULL,NULL,NULL,1700903823,1700903823,0,NULL),(5917,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9f03efc0f6481a5540371006e836b223c426c45c',88,'assignfeedback_editpdf','partial',2,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1700903823,1700903823,0,NULL),(5920,'e973fbbbf0e04ecaceb6355e116bfe9cb159b7fb','ebcab3424454987816d6d616d4dc5f76a4795eb8',88,'assignfeedback_editpdf','pages',2,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1700903823,1700903823,0,NULL),(5921,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f7d2974d5e7d537d77316317bedd236c7bc43043',88,'assignfeedback_editpdf','pages',2,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1700903823,1700903823,0,NULL),(5922,'da39a3ee5e6b4b0d3255bfef95601890afd80709','bd9d7558c7b906a972d64360d0994f022dd83b4c',88,'assignfeedback_editpdf','readonlypages',2,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1700903823,1700903823,0,NULL),(5923,'e973fbbbf0e04ecaceb6355e116bfe9cb159b7fb','e7e32f4855527b43e6c97e6fdf849435da41d0ed',88,'assignfeedback_editpdf','readonlypages',2,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1700903823,1700903823,0,NULL),(5926,'ae2376db045d5efbf6b9be4c0e7ba8e7e8db10a1','27970de4cf43fbcd7f8a329492c6a97ed1bc748b',88,'assignsubmission_file','submission_files',7,'/','MADiAM_wk10_director_張志君.docx',11,519392,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'MADiAM_wk10_director_張志君.docx','張 志君','unknown',1701003798,1701003813,0,NULL),(5927,'da39a3ee5e6b4b0d3255bfef95601890afd80709','952a4ca1370ea17ea6e8ee18317a5cb8140074af',88,'assignsubmission_file','submission_files',7,'/','.',11,0,NULL,0,NULL,NULL,NULL,1701003798,1701003813,0,NULL),(5928,'e5ddaf55db7a5e0e44ac1baf79e889e81bba3731','93eff6c554e2a0ac9c969aeb405b209198e7dc05',88,'assignfeedback_editpdf','partial',3,'/','combined.pdf',NULL,110960,'application/pdf',0,NULL,NULL,NULL,1701003843,1701003843,0,NULL),(5929,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f83aa3c0985daf67787e218b58209390dcf4d83f',88,'assignfeedback_editpdf','partial',3,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701003843,1701003843,0,NULL),(5932,'e973fbbbf0e04ecaceb6355e116bfe9cb159b7fb','189c74a50f90292280b7c1406e1fef25510a47bb',88,'assignfeedback_editpdf','pages',3,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1701003844,1701003844,0,NULL),(5933,'da39a3ee5e6b4b0d3255bfef95601890afd80709','76f7edce5a028c728cbde0c78b87d045c9c8ad35',88,'assignfeedback_editpdf','pages',3,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701003844,1701003844,0,NULL),(5934,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c403030041d506a3580eeca891138059be8e815b',88,'assignfeedback_editpdf','readonlypages',3,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701003844,1701003844,0,NULL),(5935,'e973fbbbf0e04ecaceb6355e116bfe9cb159b7fb','52bfff614e61b0c4c60ab943b790f963d6b4a56d',88,'assignfeedback_editpdf','readonlypages',3,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1701003844,1701003844,0,NULL),(5938,'ec3be5b6743e609b4234f975142a80e77a25fe48','e33a0456f417b3f442d5ac3414e30022f15c6463',91,'mod_resource','content',0,'/','MADiAM_wk11_handout.pdf',2,599086,'application/pdf',0,'MADiAM_wk11_handout.pdf','課程管理員 Admin','unknown',1701062033,1701062035,1,NULL),(5939,'da39a3ee5e6b4b0d3255bfef95601890afd80709','af0d0d8b5bd5d848fe96ed3d8dc5f039dc9c59e1',91,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701062033,1701062035,0,NULL),(5942,'f19a8152bf3d32a4108e0579f3bd11b98e6ca8bb','c0105b5eeafa12205c3a670eae2792bff8e7fa5d',92,'mod_resource','content',0,'/','MADiAM_wk11_supplement_status.pdf',2,302447,'application/pdf',0,'MADiAM_wk11_supplement_status.pdf','課程管理員 Admin','unknown',1701062079,1701062081,1,NULL),(5943,'da39a3ee5e6b4b0d3255bfef95601890afd80709','62931fe3ce6bd544cecabdd268db351cc18d7ade',92,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701062079,1701062081,0,NULL),(5945,'da39a3ee5e6b4b0d3255bfef95601890afd80709','121e746464bf857b7c47b26ca78fc1506991028f',93,'mod_assign','introattachment',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701062107,1701353149,0,NULL),(5949,'ea4c9a53493a1df0fa04094a2daa8583a34370c7','d27a5cc8178812186341cdc8379e968775ec6070',93,'mod_assign','introattachment',0,'/','MADiAM_wk11_hw_actor.docx',2,26276,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'MADiAM_wk11_hw_actor.docx','課程管理員 Admin','unknown',1701062192,1701062210,0,NULL),(5954,'d2d7787bf1a264bafd683978298ba20315fc3707','17720eef9fd6980d4bfa54fa6fae28c18e643a09',88,'assignsubmission_file','submission_files',3,'/','MADiAM_wk10_hw_director-媛萍.docx',14,24250,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'MADiAM_wk10_hw_director-媛萍.docx','蔡 媛萍','unknown',1701127507,1701127517,0,NULL),(5955,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3217d3e5da6c19899ec5c495a6ebc179c620d7ea',88,'assignsubmission_file','submission_files',3,'/','.',14,0,NULL,0,NULL,NULL,NULL,1701127507,1701127517,0,NULL),(5956,'798d91ac82a8287867aff04052b716696425f506','2f52b71b1730f1536af189338a29db6281f623c5',88,'assignfeedback_editpdf','partial',4,'/','combined.pdf',NULL,110960,'application/pdf',0,NULL,NULL,NULL,1701127563,1701127563,0,NULL),(5957,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d2f1444f84385c8044e8c6339bda663f40e76f19',88,'assignfeedback_editpdf','partial',4,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701127563,1701127563,0,NULL),(5960,'e973fbbbf0e04ecaceb6355e116bfe9cb159b7fb','4d1646850d1438ae327e8e8e7150e0f6d22c07dd',88,'assignfeedback_editpdf','pages',4,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1701127563,1701127563,0,NULL),(5961,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3178ab5eaea45a3bfb1080d82b1a12e125dbd88e',88,'assignfeedback_editpdf','pages',4,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701127563,1701127563,0,NULL),(5962,'da39a3ee5e6b4b0d3255bfef95601890afd80709','267cf9fa2ab186e8b0d9739e380936ce6b63f952',88,'assignfeedback_editpdf','readonlypages',4,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701127563,1701127563,0,NULL),(5963,'e973fbbbf0e04ecaceb6355e116bfe9cb159b7fb','6b0abbc534dfe047bcfb22cd12aed90735ab59ee',88,'assignfeedback_editpdf','readonlypages',4,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1701127563,1701127563,0,NULL),(5966,'35cab73bea6b855b239af40b62253eff54e05509','cbf8b95e28eac009cebc1a99a885af2365432446',88,'assignsubmission_file','submission_files',10,'/','MADiAM_wk10_hw_director(2).docx',23,18750,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'MADiAM_wk10_hw_director(2).docx','李 淑芬','unknown',1701141710,1701141718,0,NULL),(5967,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3381415478e8ecd9843916a183f3eda5bcf61e5e',88,'assignsubmission_file','submission_files',10,'/','.',23,0,NULL,0,NULL,NULL,NULL,1701141710,1701234982,0,NULL),(5974,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0bb7f95146500f42bd8fa76ef8c4fd266a3d1898',88,'assignfeedback_editpdf','readonlypages',5,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701141724,1701141724,0,NULL),(5975,'e973fbbbf0e04ecaceb6355e116bfe9cb159b7fb','4e99f474494a45edf43cbac0748d60e4a15f9367',88,'assignfeedback_editpdf','readonlypages',5,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1701141724,1701141724,0,NULL),(5980,'cbec81e8624689de7f6a3f47ec614d0de6156715','f837858f440d5732908e738221d8479d219ba224',88,'assignsubmission_file','submission_files',5,'/','郭凱弘 作業 MADiAM_wk10_hw_director.pdf',6,373611,'application/pdf',0,'郭凱弘 作業 MADiAM_wk10_hw_director.pdf','郭 凱弘','unknown',1701175525,1701175527,0,NULL),(5981,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c80af053ee2cc248adfab976fade6c3220901be0',88,'assignsubmission_file','submission_files',5,'/','.',6,0,NULL,0,NULL,NULL,NULL,1701175525,1701175527,0,NULL),(5982,'dded70d058b9a75ee32c6f26e03ae824b75493fe','1b4ae5377783a7b4707b1aad96b714bfdfa6c63f',88,'assignfeedback_editpdf','combined',6,'/','combined.pdf',NULL,470732,'application/pdf',0,NULL,NULL,NULL,1701175563,1701175563,0,NULL),(5983,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f288f5ab78e98570ab75b633c1258a54a2582f30',88,'assignfeedback_editpdf','combined',6,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701175563,1701175563,0,NULL),(5988,'873fc6d030d2d1d650d846a2f7307a64706763ff','85f6f41771f7f3a01e7af85067631fd4b2eb107b',88,'assignfeedback_editpdf','pages',6,'/','image_page0.png',NULL,193321,'image/png',0,NULL,NULL,NULL,1701175566,1701175566,0,NULL),(5989,'da39a3ee5e6b4b0d3255bfef95601890afd80709','48d69c52890116595f26058337e2c5ac12e340bb',88,'assignfeedback_editpdf','pages',6,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701175566,1701175566,0,NULL),(5990,'e7e10bcd4de3bf4ab09d3e2a9d7e86dd263256b8','9d9b2e2aab0bb647f288254af8cc9fd5ae803d1f',88,'assignfeedback_editpdf','pages',6,'/','image_page1.png',NULL,165698,'image/png',0,NULL,NULL,NULL,1701175566,1701175566,0,NULL),(5991,'81b5700f68c4cf83e05eb518b77b45995ffa803f','7f6c9380de77c3d7773a0886acfde48b0bf895dc',88,'assignfeedback_editpdf','pages',6,'/','image_page2.png',NULL,66939,'image/png',0,NULL,NULL,NULL,1701175566,1701175566,0,NULL),(5992,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0e80ec0c63686660ab73de63fe14d2770abf0e11',88,'assignfeedback_editpdf','readonlypages',6,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701175566,1701175566,0,NULL),(5993,'873fc6d030d2d1d650d846a2f7307a64706763ff','2483b43b0bce32dea904cd17979cb8aef366bb91',88,'assignfeedback_editpdf','readonlypages',6,'/','image_page0.png',NULL,193321,'image/png',0,NULL,NULL,NULL,1701175566,1701175566,0,NULL),(5994,'e7e10bcd4de3bf4ab09d3e2a9d7e86dd263256b8','d24fd2c3c34dffb7238f6ad3b37f2d31413e22c8',88,'assignfeedback_editpdf','readonlypages',6,'/','image_page1.png',NULL,165698,'image/png',0,NULL,NULL,NULL,1701175566,1701175566,0,NULL),(5995,'81b5700f68c4cf83e05eb518b77b45995ffa803f','7f5b67eb3c49748fc9ba4fb0f46b21ee2f6be41c',88,'assignfeedback_editpdf','readonlypages',6,'/','image_page2.png',NULL,66939,'image/png',0,NULL,NULL,NULL,1701175566,1701175566,0,NULL),(6004,'29931d1a5d7198f0b7027ce5c79b60e4ddcec933','805d834ce3dbf4e4f8ab628a3e32e32ed5293b61',88,'assignsubmission_file','submission_files',14,'/','MADiAM_wk10_hw_director_陳可忻.docx',20,121381,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'MADiAM_wk10_hw_director_陳可忻.docx','陳 可忻','unknown',1701198212,1701198217,0,NULL),(6005,'da39a3ee5e6b4b0d3255bfef95601890afd80709','04389c275a257d21186bb8b2ba31a68100c9b041',88,'assignsubmission_file','submission_files',14,'/','.',20,0,NULL,0,NULL,NULL,NULL,1701198212,1701198217,0,NULL),(6006,'197cf2c75edd4c141a4e41c5a2f6a0d156018add','aabfdf56acb43ea82c682de7098180caceec1346',88,'assignfeedback_editpdf','partial',7,'/','combined.pdf',NULL,110960,'application/pdf',0,NULL,NULL,NULL,1701198243,1701198243,0,NULL),(6007,'da39a3ee5e6b4b0d3255bfef95601890afd80709','338e0e18ca4b3451403c8a6c4237a20b4f733bc0',88,'assignfeedback_editpdf','partial',7,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701198243,1701198243,0,NULL),(6010,'e973fbbbf0e04ecaceb6355e116bfe9cb159b7fb','3e9e2abe9a71d7ddcbc37bd2db9ce3003c40f497',88,'assignfeedback_editpdf','pages',7,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1701198244,1701198244,0,NULL),(6011,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5b6ca530e0be933f34143d02f3a51ed92b355515',88,'assignfeedback_editpdf','pages',7,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701198244,1701198244,0,NULL),(6012,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c2b1534ee402361e43778481364c97010f2c3d1a',88,'assignfeedback_editpdf','readonlypages',7,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701198244,1701198244,0,NULL),(6013,'e973fbbbf0e04ecaceb6355e116bfe9cb159b7fb','3f9313db8c83cdbb50aee1d4e4273459ec9c1e4c',88,'assignfeedback_editpdf','readonlypages',7,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1701198244,1701198244,0,NULL),(6016,'322675477057235467e4c54d5b40b505bff3050b','48b082036ac1ab03826ed0b0a36cd2c5a5106800',88,'assignfeedback_editpdf','partial',5,'/','combined.pdf',NULL,110960,'application/pdf',0,NULL,NULL,NULL,1701235143,1701235143,0,NULL),(6017,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c0d92bff5fc4be48bafc15e81d167a73cc6a1b69',88,'assignfeedback_editpdf','partial',5,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701235143,1701235143,0,NULL),(6018,'e973fbbbf0e04ecaceb6355e116bfe9cb159b7fb','54c15be7d832f24faa457c89b10fd225ccf06e2f',88,'assignfeedback_editpdf','pages',5,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1701235144,1701235144,0,NULL),(6019,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d7b004b5473e99f09e1de96f5b1de7c51704a0b3',88,'assignfeedback_editpdf','pages',5,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701235144,1701235144,0,NULL),(6022,'1e66ff2d7aa6ca6b67db0f6ad634eb44333113ed','feaf56fad4a32bb59374de44fe5ece4e7f747702',88,'assignsubmission_file','submission_files',15,'/','顏多嘉-第十週課後作業^7戲劇查經——導演理念.docx',5,133883,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'顏多嘉-第十週課後作業^7戲劇查經——導演理念.docx','顏 多嘉','unknown',1701245537,1701245539,0,NULL),(6023,'da39a3ee5e6b4b0d3255bfef95601890afd80709','47a5bb0c6260519562cb1c33bd7e770ecd7d8f03',88,'assignsubmission_file','submission_files',15,'/','.',5,0,NULL,0,NULL,NULL,NULL,1701245537,1701245539,0,NULL),(6024,'b33bf5bf30de75f0ccfd8c2e1c2bb6c801305552','e10a92bfe22e22ccdfbedac7b04a0216bfa432dc',88,'assignfeedback_editpdf','partial',8,'/','combined.pdf',NULL,110960,'application/pdf',0,NULL,NULL,NULL,1701245584,1701245584,0,NULL),(6025,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2e8ca2d8de40b54d2ceb88c8bf6547f1df4db860',88,'assignfeedback_editpdf','partial',8,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701245584,1701245584,0,NULL),(6028,'e973fbbbf0e04ecaceb6355e116bfe9cb159b7fb','51fb36d10edc1e42bddc0c23266fb9c8bc3a2428',88,'assignfeedback_editpdf','pages',8,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1701245584,1701245584,0,NULL),(6029,'da39a3ee5e6b4b0d3255bfef95601890afd80709','be1cfb9d3a532bfb05ccf6e08fe470a6b7539535',88,'assignfeedback_editpdf','pages',8,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701245584,1701245584,0,NULL),(6030,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1a3ce0bf944c82818379dd41aa20c705b8244051',88,'assignfeedback_editpdf','readonlypages',8,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701245584,1701245584,0,NULL),(6031,'e973fbbbf0e04ecaceb6355e116bfe9cb159b7fb','c08ad8905a2f1ecec58c43c585312b2d6bc3fdad',88,'assignfeedback_editpdf','readonlypages',8,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1701245584,1701245584,0,NULL),(6038,'433d8da9fe5509646d532078bbcf5e68b0baa564','305de409bf80598fdb4d9cc709628d94163874b8',88,'assignsubmission_file','submission_files',11,'/','華神戲劇查經.docx',22,35689,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'華神戲劇查經.docx','曾 曉雯','unknown',1701250988,1701250991,0,NULL),(6039,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e7ef0d36612c1bc925114a3c033be66c128a43ba',88,'assignsubmission_file','submission_files',11,'/','.',22,0,NULL,0,NULL,NULL,NULL,1701250988,1701250991,0,NULL),(6040,'e3e1c474850f1c4ef2632cf636d12ae69e7edf14','62d81cafe44df4a91d751aecc84d329a9f4298c2',88,'assignfeedback_editpdf','partial',9,'/','combined.pdf',NULL,110960,'application/pdf',0,NULL,NULL,NULL,1701251043,1701251043,0,NULL),(6041,'da39a3ee5e6b4b0d3255bfef95601890afd80709','feb494feabc0cfdddba632495d485832a085ad59',88,'assignfeedback_editpdf','partial',9,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701251043,1701251043,0,NULL),(6044,'e973fbbbf0e04ecaceb6355e116bfe9cb159b7fb','d6a8ae01ff2c1fac97460cc044d176b2acc18214',88,'assignfeedback_editpdf','pages',9,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1701251044,1701251044,0,NULL),(6045,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c95e585daa033eca5a99d7ab3a5e737a660fce0a',88,'assignfeedback_editpdf','pages',9,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701251044,1701251044,0,NULL),(6046,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e019389e9959d50426fa031f87faf558c2f011e0',88,'assignfeedback_editpdf','readonlypages',9,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701251044,1701251044,0,NULL),(6047,'e973fbbbf0e04ecaceb6355e116bfe9cb159b7fb','8307efe871651cf7039b236b51037ab8519111f8',88,'assignfeedback_editpdf','readonlypages',9,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1701251044,1701251044,0,NULL),(6054,'a64ab4131c78afae443d31088ea2842f432f635b','dcab69c0585b464db0f4bba07eaea4ba94d926b5',88,'assignsubmission_file','submission_files',4,'/','藝術神學.docx',21,86013,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'藝術與神學.docx','楊 佳代','unknown',1701318144,1701318171,0,NULL),(6055,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a5493f081b7e053ab32522fa7097c794a6a8d1ca',88,'assignsubmission_file','submission_files',4,'/','.',21,0,NULL,0,NULL,NULL,NULL,1701318144,1701318171,0,NULL),(6058,'26978737d1dee600850346e8d3fc0cea9664dbf4','7261e5d69d8fca2f4d90e117c13df2174328e444',88,'assignfeedback_editpdf','partial',10,'/','combined.pdf',NULL,110960,'application/pdf',0,NULL,NULL,NULL,1701318183,1701318183,0,NULL),(6059,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d9980046b01103b4bbc00a7d07c4f0c8def42146',88,'assignfeedback_editpdf','partial',10,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701318183,1701318183,0,NULL),(6062,'e973fbbbf0e04ecaceb6355e116bfe9cb159b7fb','4bece07e0f3ec286c18cca022cc177c958c5ecdf',88,'assignfeedback_editpdf','pages',10,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1701318184,1701318184,0,NULL),(6063,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f26ab802757bb9788545917df703fe3e6d430fc4',88,'assignfeedback_editpdf','pages',10,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701318184,1701318184,0,NULL),(6064,'da39a3ee5e6b4b0d3255bfef95601890afd80709','31778c4a2614332a18905e53fbb066357d2f0cdb',88,'assignfeedback_editpdf','readonlypages',10,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701318184,1701318184,0,NULL),(6065,'e973fbbbf0e04ecaceb6355e116bfe9cb159b7fb','1132b4bd7deda6da8769375c9efd102da9d8e5e8',88,'assignfeedback_editpdf','readonlypages',10,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1701318184,1701318184,0,NULL),(6066,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','ed02b1d9965e16b3aaa0646c7f730bd7aac0a4f3',88,'assignfeedback_editpdf','stamps',11,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6067,'da39a3ee5e6b4b0d3255bfef95601890afd80709','590b9b16014317bdaae51d55c7673e831b2cc257',88,'assignfeedback_editpdf','stamps',11,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701346875,1701346875,0,NULL),(6068,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','40176bf7b2cdb87dc852b04b10038e54ba2cb202',88,'assignfeedback_editpdf','stamps',11,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6069,'5f8e911d0da441e36f47c5c46f4393269211ca56','64b072c094b98084bd3ad79a743145f713ee3758',88,'assignfeedback_editpdf','stamps',11,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6070,'0c5190a24c3943966541401c883eacaa20ca20cb','6105820521698671cef1093ab14a3f9675e8762b',88,'assignfeedback_editpdf','stamps',11,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6077,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','b0427664d1e8b15adf4c252bb0419485836611a8',88,'assignfeedback_editpdf','stamps',8,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6078,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0cc3ee29b367cabf786d3b648b6889553244905d',88,'assignfeedback_editpdf','stamps',8,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701346882,1701346882,0,NULL),(6079,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','24647c46e1b980849b307710d4e61b9aafb0ac35',88,'assignfeedback_editpdf','stamps',8,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6080,'5f8e911d0da441e36f47c5c46f4393269211ca56','30084bc03e416beaa680bf763f41dd1c822e16c5',88,'assignfeedback_editpdf','stamps',8,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6081,'0c5190a24c3943966541401c883eacaa20ca20cb','d295e8c6e4d23c5f962f58ebc41ba1d4a56317d5',88,'assignfeedback_editpdf','stamps',8,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6082,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','4acb675de0798319ae382831795c528e03a068dd',88,'assignfeedback_editpdf','stamps',6,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6083,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d1908750193283520b238e1024d34106f24a135e',88,'assignfeedback_editpdf','stamps',6,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701346890,1701346890,0,NULL),(6084,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','ebad82f0820d2172e811c86136c699c77c9be7f3',88,'assignfeedback_editpdf','stamps',6,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6085,'5f8e911d0da441e36f47c5c46f4393269211ca56','b61f7c2f068c194462fab98551039c6f72e30928',88,'assignfeedback_editpdf','stamps',6,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6086,'0c5190a24c3943966541401c883eacaa20ca20cb','8ecbbb38685e870e534d4363321eb58d1d67e1ca',88,'assignfeedback_editpdf','stamps',6,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6087,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','0406cff42b673489bc428b8b876db6a3c0c95c37',88,'assignfeedback_editpdf','stamps',12,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6088,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e6151d4f3e2a2f48f1237ff3d868b6171ea5d67a',88,'assignfeedback_editpdf','stamps',12,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701346913,1701346913,0,NULL),(6089,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','46ad80660429e92eb02712226a1ab4d3a5616c58',88,'assignfeedback_editpdf','stamps',12,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6090,'5f8e911d0da441e36f47c5c46f4393269211ca56','09137d07bee6253013a208d10dcc82963512a884',88,'assignfeedback_editpdf','stamps',12,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6091,'0c5190a24c3943966541401c883eacaa20ca20cb','0b18f680141273752bf42f2cba65c340b2e9f3f4',88,'assignfeedback_editpdf','stamps',12,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6098,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','ebab936777a265a93c19262d3c4c4abbb4af1681',88,'assignfeedback_editpdf','stamps',13,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6099,'da39a3ee5e6b4b0d3255bfef95601890afd80709','569c102213d1afa039d98360fbface82a9f1cf8c',88,'assignfeedback_editpdf','stamps',13,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701346917,1701346917,0,NULL),(6100,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','8baad736d0c230b7459f4521385f1363e5ce296b',88,'assignfeedback_editpdf','stamps',13,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6101,'5f8e911d0da441e36f47c5c46f4393269211ca56','4e07b7a3d2e49abf06f89e1dddfa954ba0a2fff9',88,'assignfeedback_editpdf','stamps',13,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6102,'0c5190a24c3943966541401c883eacaa20ca20cb','f78ccafc6f71bdee3796e3397cc279f3e4a7feae',88,'assignfeedback_editpdf','stamps',13,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6109,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','c0731ab4a6feb398b6589704224f39fe8619ec3b',88,'assignfeedback_editpdf','stamps',14,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6110,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f6ed65ad6117be1b72707e86de64d4997e7f3056',88,'assignfeedback_editpdf','stamps',14,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701346920,1701346920,0,NULL),(6111,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','ff3ca03cdd229f7af3eed033c80de12d1c1ecc8c',88,'assignfeedback_editpdf','stamps',14,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6112,'5f8e911d0da441e36f47c5c46f4393269211ca56','20a5a9ff5bb7963edacf0cdc94191c483aa13e7b',88,'assignfeedback_editpdf','stamps',14,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6113,'0c5190a24c3943966541401c883eacaa20ca20cb','35e7c89dc4c4eab265eca32bff9b2199db06df20',88,'assignfeedback_editpdf','stamps',14,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6120,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','5bd97d3c5ed21268ab78cf67cacde20f3f1b42ba',88,'assignfeedback_editpdf','stamps',15,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6121,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a370096094521e11af4b32cb392ff99c2bd51660',88,'assignfeedback_editpdf','stamps',15,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701346923,1701346923,0,NULL),(6122,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','416a17598eb1611a0c1ec6bb32f066d5db9cd655',88,'assignfeedback_editpdf','stamps',15,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6123,'5f8e911d0da441e36f47c5c46f4393269211ca56','3b8eb9696d9d502a394bd2a218a083242f936d01',88,'assignfeedback_editpdf','stamps',15,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6124,'0c5190a24c3943966541401c883eacaa20ca20cb','a439b35031b1f4fe9cd38f8161e617068326d2d3',88,'assignfeedback_editpdf','stamps',15,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6131,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','3d2fbc45ceed8d8a1a23e8095f93c751283331c6',88,'assignfeedback_editpdf','stamps',3,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6132,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f799067c4f94c743f8837792b9c7108e4a69469d',88,'assignfeedback_editpdf','stamps',3,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701346925,1701346925,0,NULL),(6133,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','a1529d59feb894836dbb283e84159b700b377540',88,'assignfeedback_editpdf','stamps',3,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6134,'5f8e911d0da441e36f47c5c46f4393269211ca56','ee0d28d94eba3a45e5a0de3df3444a3c43d23203',88,'assignfeedback_editpdf','stamps',3,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6135,'0c5190a24c3943966541401c883eacaa20ca20cb','0ef2e5c10eed21ba78171d26a9dc409cee2d5991',88,'assignfeedback_editpdf','stamps',3,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6136,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','438a739af8ae7ec875e9f49c0d3e6c8a2f021645',88,'assignfeedback_editpdf','stamps',16,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6137,'da39a3ee5e6b4b0d3255bfef95601890afd80709','03907a4e1b70bdd020ac726035017186968217ad',88,'assignfeedback_editpdf','stamps',16,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701346932,1701346932,0,NULL),(6138,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','60ba5556fdcdeed2c940a3e0a11bfc0d6722dcd5',88,'assignfeedback_editpdf','stamps',16,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6139,'5f8e911d0da441e36f47c5c46f4393269211ca56','98198f79554521111a9051c36d50c4c5ad3a6a50',88,'assignfeedback_editpdf','stamps',16,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6140,'0c5190a24c3943966541401c883eacaa20ca20cb','e6e86286d524e569e295ff0bc8ea7f7d8ac25fd5',88,'assignfeedback_editpdf','stamps',16,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6147,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','a648adfa9dadaee5544e4f4bb528030a0481e24b',88,'assignfeedback_editpdf','stamps',17,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6148,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2910ffc94250cbefdc9202df76b0d9823fa63f0d',88,'assignfeedback_editpdf','stamps',17,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701346935,1701346935,0,NULL),(6149,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','52b0bc44ac7a722540d09002dcbe56daf6583d03',88,'assignfeedback_editpdf','stamps',17,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6150,'5f8e911d0da441e36f47c5c46f4393269211ca56','43c2bc49e3bfcb3a4de9a3a6cab99799977514e6',88,'assignfeedback_editpdf','stamps',17,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6151,'0c5190a24c3943966541401c883eacaa20ca20cb','5a09ad4f78ddf621d9943c89fe2dbc4c2a6de08b',88,'assignfeedback_editpdf','stamps',17,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6158,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','374f296c2709f28ac6425b7e6d1b03fbf619a7e7',88,'assignfeedback_editpdf','stamps',4,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6159,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5ecd00b59ace91a49397d660173c7c8652bb43b2',88,'assignfeedback_editpdf','stamps',4,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701346938,1701346938,0,NULL),(6160,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','a5df292a970057c0d44f84a73f2738450551616d',88,'assignfeedback_editpdf','stamps',4,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6161,'5f8e911d0da441e36f47c5c46f4393269211ca56','7284b5e1362829d47308c8c9564cee65ef0cb482',88,'assignfeedback_editpdf','stamps',4,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6162,'0c5190a24c3943966541401c883eacaa20ca20cb','9d816c915e1ecc09186b8454e2e30094be9d7102',88,'assignfeedback_editpdf','stamps',4,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6163,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','66d63751174c2c89238bf9618284ca47e649b193',88,'assignfeedback_editpdf','stamps',18,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6164,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c096254670f2552a62f8f6e8bd4a0dce5a1b2d2b',88,'assignfeedback_editpdf','stamps',18,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701346944,1701346944,0,NULL),(6165,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','6c37b6c646c8c62b08ba880ea495c8ca74b17618',88,'assignfeedback_editpdf','stamps',18,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6166,'5f8e911d0da441e36f47c5c46f4393269211ca56','cc032a39318c88d7af93404f0aeaee0b21be8a8a',88,'assignfeedback_editpdf','stamps',18,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6167,'0c5190a24c3943966541401c883eacaa20ca20cb','46b5dea748d0c8337f54347ee266413ea802a780',88,'assignfeedback_editpdf','stamps',18,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6180,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','17c3fb4979aefd0a6e79e81b1f2a8846657c9c2a',88,'assignfeedback_editpdf','stamps',19,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6181,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3c56f2e3d3596243e440905ad142ae3b3bed16a5',88,'assignfeedback_editpdf','stamps',19,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701346950,1701346950,0,NULL),(6182,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','841ecf351baf2ca6441579d5bc26cd13c17e8a9d',88,'assignfeedback_editpdf','stamps',19,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6183,'5f8e911d0da441e36f47c5c46f4393269211ca56','b9995a964c2199dc9c22d989bccb3ce76563f518',88,'assignfeedback_editpdf','stamps',19,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6184,'0c5190a24c3943966541401c883eacaa20ca20cb','36e54e83c4e5e08bfd9ccf832553d4574750dc72',88,'assignfeedback_editpdf','stamps',19,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6191,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','1988f5397834c50778c91dff37320590dcc521c9',88,'assignfeedback_editpdf','stamps',20,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6192,'da39a3ee5e6b4b0d3255bfef95601890afd80709','839e2158554c336d669c1351e287538de0dadf8a',88,'assignfeedback_editpdf','stamps',20,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701346952,1701346952,0,NULL),(6193,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','c2ca3c530c8eb6a6d5dd34dc479ea2a1ca37be16',88,'assignfeedback_editpdf','stamps',20,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6194,'5f8e911d0da441e36f47c5c46f4393269211ca56','2b5bc2ca9392dfff1f1b3ee93849e8ccfa0e9e4b',88,'assignfeedback_editpdf','stamps',20,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6195,'0c5190a24c3943966541401c883eacaa20ca20cb','8af3efb9ff31b72531dbcf132f266331acc10bcc',88,'assignfeedback_editpdf','stamps',20,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6202,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','5ee083b6994e77ae2529eda04a2c5415a925a860',88,'assignfeedback_editpdf','stamps',2,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6203,'da39a3ee5e6b4b0d3255bfef95601890afd80709','575c3bdbe03b6612cf5019a00495f5d396f049c4',88,'assignfeedback_editpdf','stamps',2,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701346954,1701346954,0,NULL),(6204,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','402a800e8d70a4823cd1b8ad16e6d2f5403a8df3',88,'assignfeedback_editpdf','stamps',2,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6205,'5f8e911d0da441e36f47c5c46f4393269211ca56','1b76fe7b671e2e4b9b5a566db4017b56ee33f7fd',88,'assignfeedback_editpdf','stamps',2,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6206,'0c5190a24c3943966541401c883eacaa20ca20cb','de754ae584166bd9bef3836755dc65b6f063f279',88,'assignfeedback_editpdf','stamps',2,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6207,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','178edcd92d6f365aa59fcae7653cd277f8dadced',88,'assignfeedback_editpdf','stamps',7,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6208,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ece64f268b8a4256c5c189ebf5ded1b6a898d3bc',88,'assignfeedback_editpdf','stamps',7,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701346961,1701346961,0,NULL),(6209,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','bf1ed39b38737844a0ec6b75e41891cb46231639',88,'assignfeedback_editpdf','stamps',7,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6210,'5f8e911d0da441e36f47c5c46f4393269211ca56','0197e737dbc4cdc523ed4e18e8994ca3ef228229',88,'assignfeedback_editpdf','stamps',7,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6211,'0c5190a24c3943966541401c883eacaa20ca20cb','e3623152723cf9a8b0b80d8c8a483025b8cf67df',88,'assignfeedback_editpdf','stamps',7,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6270,'764a5b539bda4a74a5dc0f2529d685b582d23a89','54ccb890c0331a5f53094578e07e266e28e644bd',88,'assignsubmission_file','submission_files',2,'/','戲劇查經——導演理念(作業)夏一枫.docx',16,42636,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'戲劇查經——導演理念(作業)夏一枫.docx','夏 一楓','unknown',1701405651,1701405656,0,NULL),(6271,'da39a3ee5e6b4b0d3255bfef95601890afd80709','55e1abe357d3102726094f2ff0df06c41937a7f2',88,'assignsubmission_file','submission_files',2,'/','.',16,0,NULL,0,NULL,NULL,NULL,1701405651,1701405656,0,NULL),(6272,'a2e29844c409470a71ff3a535dae656192952f1e','97a04a7972d62ff9699e09d2cca156c57c32b5c3',1,'core','documentconversion',0,'/pdf/','764a5b539bda4a74a5dc0f2529d685b582d23a89',NULL,123356,'application/pdf',0,NULL,NULL,NULL,1701405666,1701405666,0,NULL),(6273,'da39a3ee5e6b4b0d3255bfef95601890afd80709','bb88571abe3095c725c2ea53561d92d6e249b5ae',1,'core','documentconversion',0,'/pdf/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701405666,1701405666,0,NULL),(6274,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a6de9b290b9be9c66a883155753bbaac35bde723',1,'core','documentconversion',0,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701405666,1701405666,0,NULL),(6275,'958f9acef6777a73be06e37809570a3c752ecb79','07acc7e0e95cf761fffd15bd911d02ad3c4d720f',88,'assignfeedback_editpdf','combined',1,'/','combined.pdf',NULL,235134,'application/pdf',0,NULL,NULL,NULL,1701405667,1701405667,0,NULL),(6276,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b3cf06668f9e023762f111f2914e397e51616363',88,'assignfeedback_editpdf','combined',1,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701405667,1701405667,0,NULL),(6282,'7c5560e7e2e68c5fc22c6ad92a1561ef4ffdb88d','b140c46011f783d72d72202b130f52066a0c010a',88,'assignfeedback_editpdf','pages',1,'/','image_page0.png',NULL,127372,'image/png',0,NULL,NULL,NULL,1701405668,1701405668,0,NULL),(6283,'da39a3ee5e6b4b0d3255bfef95601890afd80709','6ac03d21f5079077a085d761bea177c45e1aad8d',88,'assignfeedback_editpdf','pages',1,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701405668,1701405668,0,NULL),(6284,'d679f813b412b1eeab5db9f7a16be3780d6c6a4b','1a13bad3a73405d07d59ea2160f58097e4421612',88,'assignfeedback_editpdf','pages',1,'/','image_page1.png',NULL,67398,'image/png',0,NULL,NULL,NULL,1701405668,1701405668,0,NULL),(6285,'ed9a786d6a7b4053397a3b48c031f4de55874139','134405860deffeb93f2d5d2e7084cdad849e9519',88,'assignfeedback_editpdf','pages',1,'/','image_page2.png',NULL,75208,'image/png',0,NULL,NULL,NULL,1701405668,1701405668,0,NULL),(6286,'131f8560ac08caab231a99028507faac6d5ad138','1577932259b3f43866a8acee9c119d9786eb7a43',88,'assignfeedback_editpdf','pages',1,'/','image_page3.png',NULL,13856,'image/png',0,NULL,NULL,NULL,1701405669,1701405669,0,NULL),(6287,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9bcb5fc2f010695692d94bfa98f176cb5db4dabb',88,'assignfeedback_editpdf','readonlypages',1,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701405668,1701405668,0,NULL),(6288,'7c5560e7e2e68c5fc22c6ad92a1561ef4ffdb88d','58c2c0630ae734b971c29724c5ca3ac7a11275f4',88,'assignfeedback_editpdf','readonlypages',1,'/','image_page0.png',NULL,127372,'image/png',0,NULL,NULL,NULL,1701405668,1701405668,0,NULL),(6289,'d679f813b412b1eeab5db9f7a16be3780d6c6a4b','c2a7db552ad28725216a5a150d707d5a3ddf4d80',88,'assignfeedback_editpdf','readonlypages',1,'/','image_page1.png',NULL,67398,'image/png',0,NULL,NULL,NULL,1701405668,1701405668,0,NULL),(6290,'ed9a786d6a7b4053397a3b48c031f4de55874139','16808cb391700539dca30a26c00c33c787caf12a',88,'assignfeedback_editpdf','readonlypages',1,'/','image_page2.png',NULL,75208,'image/png',0,NULL,NULL,NULL,1701405668,1701405668,0,NULL),(6291,'131f8560ac08caab231a99028507faac6d5ad138','631f72d90123a8d64494c1f19f18333667945b5a',88,'assignfeedback_editpdf','readonlypages',1,'/','image_page3.png',NULL,13856,'image/png',0,NULL,NULL,NULL,1701405669,1701405669,0,NULL),(6294,'c4b99f1e15850ba8d065ad2a6b191edb14a31da3','e2284f3ced1e3e3d42da4b6a0398b8c41b7904c4',93,'assignsubmission_file','submission_files',27,'/','MADiAM_wk11_hw_actor-王建华.docx',13,29075,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'MADiAM_wk11_hw_actor-王建华.docx','王 建華','unknown',1701423642,1701423645,0,NULL),(6295,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b3b040dd0c984279dcd219fdc9a5a9b682e3a112',93,'assignsubmission_file','submission_files',27,'/','.',13,0,NULL,0,NULL,NULL,NULL,1701423642,1701423645,0,NULL),(6296,'497ff0d5bf8ecb238c872e45f32cd2a5261b0b9b','63a2c8c5dcb089ffb9fc402217aff73b8b27e89f',1,'core','documentconversion',0,'/pdf/','c4b99f1e15850ba8d065ad2a6b191edb14a31da3',NULL,74620,'application/pdf',0,NULL,NULL,NULL,1701423666,1701423666,0,NULL),(6297,'13212609622890cba397124ca1e36cdce1c61ed6','aa1278d25a03f2013328b6df0a318e465f47ce97',93,'assignfeedback_editpdf','combined',21,'/','combined.pdf',NULL,186044,'application/pdf',0,NULL,NULL,NULL,1701423666,1701423666,0,NULL),(6298,'da39a3ee5e6b4b0d3255bfef95601890afd80709','625600d802d91cc51159b0c8ea7be36d115abfae',93,'assignfeedback_editpdf','combined',21,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701423666,1701423666,0,NULL),(6303,'31d21766a94b48c2a1c6c03cc9bda055b0987694','d8b54a3c78588531a0ca62def44e31f0a69f2d2d',93,'assignfeedback_editpdf','pages',21,'/','image_page0.png',NULL,118779,'image/png',0,NULL,NULL,NULL,1701423668,1701423668,0,NULL),(6304,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e0af57cf236823429495158485798db4b272b20c',93,'assignfeedback_editpdf','pages',21,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701423668,1701423668,0,NULL),(6305,'fe7ca54d2712f9c683dc2ebcff0350288ccf964f','202fec212e762ae26e8517e0f2d11a1f000e5aaf',93,'assignfeedback_editpdf','pages',21,'/','image_page1.png',NULL,110224,'image/png',0,NULL,NULL,NULL,1701423668,1701423668,0,NULL),(6306,'4dd7fb8419157b22101649dd1d9fc5558a36f848','f90e298654191f767ea8ec1d0e993c568aaaa7f5',93,'assignfeedback_editpdf','pages',21,'/','image_page2.png',NULL,51664,'image/png',0,NULL,NULL,NULL,1701423668,1701423668,0,NULL),(6307,'da39a3ee5e6b4b0d3255bfef95601890afd80709','bd939879629b381618ff6fd38f834f98116d30e5',93,'assignfeedback_editpdf','readonlypages',21,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701423668,1701423668,0,NULL),(6308,'31d21766a94b48c2a1c6c03cc9bda055b0987694','18698effe121225d00104d9feee395b9c4a6a45f',93,'assignfeedback_editpdf','readonlypages',21,'/','image_page0.png',NULL,118779,'image/png',0,NULL,NULL,NULL,1701423668,1701423668,0,NULL),(6309,'fe7ca54d2712f9c683dc2ebcff0350288ccf964f','9f2de4a9c253db1e9a7f0c8afe941f0066c1cf88',93,'assignfeedback_editpdf','readonlypages',21,'/','image_page1.png',NULL,110224,'image/png',0,NULL,NULL,NULL,1701423668,1701423668,0,NULL),(6310,'4dd7fb8419157b22101649dd1d9fc5558a36f848','2c0ed61ee9083a26e1ca3666b0f304b98688fdec',93,'assignfeedback_editpdf','readonlypages',21,'/','image_page2.png',NULL,51664,'image/png',0,NULL,NULL,NULL,1701423668,1701423668,0,NULL),(6311,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','6d67b192629706d0d54aef64e9aceb051fc49e59',93,'assignfeedback_editpdf','stamps',22,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6312,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f578d5ae2c5a6c8bbbf75247670da653d40e4ce2',93,'assignfeedback_editpdf','stamps',22,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701447216,1701447216,0,NULL),(6313,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','e62105d8ab06b6b44af6fa4c18d7f3411e099fc6',93,'assignfeedback_editpdf','stamps',22,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6314,'5f8e911d0da441e36f47c5c46f4393269211ca56','0be3dfed76f42471cd8d3cb1b4b40f5733f35c80',93,'assignfeedback_editpdf','stamps',22,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6315,'0c5190a24c3943966541401c883eacaa20ca20cb','d6704c7d30bd4d04178a3633e25881eed7ad704d',93,'assignfeedback_editpdf','stamps',22,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6322,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','7509fc3c59357e15bd4b233115a1c458f3c73425',93,'assignfeedback_editpdf','stamps',23,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6323,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5c0e0a6b2fd24b5c526a0899a3e231b44e7f7616',93,'assignfeedback_editpdf','stamps',23,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701447218,1701447218,0,NULL),(6324,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','c5bc7cb7a45a9819d14cdbb723dd2393e31e5ec2',93,'assignfeedback_editpdf','stamps',23,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6325,'5f8e911d0da441e36f47c5c46f4393269211ca56','92af02ecfdc1527218626f8e3475040fa527eb82',93,'assignfeedback_editpdf','stamps',23,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6326,'0c5190a24c3943966541401c883eacaa20ca20cb','af87af0afb45b3b701f77a74a41fa0cc15108d95',93,'assignfeedback_editpdf','stamps',23,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6333,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','361a3265a330dc58a4683ffdd9374af501bed725',93,'assignfeedback_editpdf','stamps',24,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6334,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8612d89f2bd4cb23e1bb86b260505e3955b0fce0',93,'assignfeedback_editpdf','stamps',24,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701447221,1701447221,0,NULL),(6335,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','8495333a7dcb4c1e00ccb072aa4974f0ac59430c',93,'assignfeedback_editpdf','stamps',24,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6336,'5f8e911d0da441e36f47c5c46f4393269211ca56','d2fcd170661196f6f2216d3e8096709a10a865fd',93,'assignfeedback_editpdf','stamps',24,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6337,'0c5190a24c3943966541401c883eacaa20ca20cb','b96c4bbeb852f5774979645b74d0f7a69d8964a8',93,'assignfeedback_editpdf','stamps',24,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6344,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','ed37b9e75df336dd0a36f55cb635514a075c113e',93,'assignfeedback_editpdf','stamps',25,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6345,'da39a3ee5e6b4b0d3255bfef95601890afd80709','720704eccebe7f120df22c38fef7c83e440292c6',93,'assignfeedback_editpdf','stamps',25,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701447223,1701447223,0,NULL),(6346,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','7c65975409582a17147af725adc88edca67f5217',93,'assignfeedback_editpdf','stamps',25,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6347,'5f8e911d0da441e36f47c5c46f4393269211ca56','931a12a9cc0aaccf717474fbb45c6e9d9c1486ad',93,'assignfeedback_editpdf','stamps',25,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6348,'0c5190a24c3943966541401c883eacaa20ca20cb','589077bf1deb44bae614c592cfe849c91a63ab3c',93,'assignfeedback_editpdf','stamps',25,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6355,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','6a5b0c69a5f588f88c5746a818c21fa43a3184a2',93,'assignfeedback_editpdf','stamps',26,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6356,'da39a3ee5e6b4b0d3255bfef95601890afd80709','35fcf78fae0c103626ab3562cc46e5c2d9c0a14c',93,'assignfeedback_editpdf','stamps',26,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701447225,1701447225,0,NULL),(6357,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','9190cd74445439ada58bf11716deec45b70a2a7d',93,'assignfeedback_editpdf','stamps',26,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6358,'5f8e911d0da441e36f47c5c46f4393269211ca56','a224e3d4a135ad6acaac82f239711e978a14b679',93,'assignfeedback_editpdf','stamps',26,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6359,'0c5190a24c3943966541401c883eacaa20ca20cb','09162ff7b2a230130ac226222b2f27bc0dd88c81',93,'assignfeedback_editpdf','stamps',26,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6366,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','45dad2ac328d477ac036681d4d3b7d6f98d687b6',93,'assignfeedback_editpdf','stamps',27,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6367,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e9f3b904a0f4f9cda709ff8806d3d4c1f07ad050',93,'assignfeedback_editpdf','stamps',27,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701447227,1701447227,0,NULL),(6368,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','c8ad5b87053c2b05cd822c0a8f4a0de5aa77f236',93,'assignfeedback_editpdf','stamps',27,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6369,'5f8e911d0da441e36f47c5c46f4393269211ca56','22381c865c4082759b91d1ffb799dc0fb99987fc',93,'assignfeedback_editpdf','stamps',27,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6370,'0c5190a24c3943966541401c883eacaa20ca20cb','9836b5023dcde7a5f16b1e46c4a0652c11d27b10',93,'assignfeedback_editpdf','stamps',27,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6377,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','7114dee6c424caee8ed0938890280b6fafd4f740',93,'assignfeedback_editpdf','stamps',28,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6378,'da39a3ee5e6b4b0d3255bfef95601890afd80709','60f8304575c57ec79b58c8aa596997b21a880f4e',93,'assignfeedback_editpdf','stamps',28,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701447229,1701447229,0,NULL),(6379,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','05e51b4732c3baf6f53d3eba49649f6115211ae6',93,'assignfeedback_editpdf','stamps',28,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6380,'5f8e911d0da441e36f47c5c46f4393269211ca56','cd6cfcfb84c41d8a9e471a8e8aad2acdb57219ba',93,'assignfeedback_editpdf','stamps',28,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6381,'0c5190a24c3943966541401c883eacaa20ca20cb','93b295259c7f40d6415faf8bb3963fd03c36a144',93,'assignfeedback_editpdf','stamps',28,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6388,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','d64222e958a51c107aa2a2a01361750ac29ce184',93,'assignfeedback_editpdf','stamps',29,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6389,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9dbf99304c453d7f5acb388fc5f47a78b998f330',93,'assignfeedback_editpdf','stamps',29,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701447231,1701447231,0,NULL),(6390,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','c00414c360d71138837f1c577abda45f25a3781a',93,'assignfeedback_editpdf','stamps',29,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6391,'5f8e911d0da441e36f47c5c46f4393269211ca56','7ddd6106539228553ba19ace9aea4c9fa3ddc228',93,'assignfeedback_editpdf','stamps',29,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6392,'0c5190a24c3943966541401c883eacaa20ca20cb','92417998ca595425af536d51b30caff5cdc7f430',93,'assignfeedback_editpdf','stamps',29,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6399,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','dc6ea0319d93d4c0763494e319d862522793553e',93,'assignfeedback_editpdf','stamps',30,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6400,'da39a3ee5e6b4b0d3255bfef95601890afd80709','22d3edaecea35b376c5b8665c7df4a7bfb56a0c0',93,'assignfeedback_editpdf','stamps',30,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701447234,1701447234,0,NULL),(6401,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','286b2d6d7310d24a73484a87065716118c64726b',93,'assignfeedback_editpdf','stamps',30,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6402,'5f8e911d0da441e36f47c5c46f4393269211ca56','358ab50a015410cf42aed8a3b66899c92ac55e7c',93,'assignfeedback_editpdf','stamps',30,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6403,'0c5190a24c3943966541401c883eacaa20ca20cb','62934710fb835cbad01f40997a1f7044af0018c2',93,'assignfeedback_editpdf','stamps',30,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6410,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','bb0a2a6e9c8938239e04af2cdcc8377cf185c66e',93,'assignfeedback_editpdf','stamps',31,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6411,'da39a3ee5e6b4b0d3255bfef95601890afd80709','53ec3d4ee9f0f9a9fe0ff39ebadcd9a86501b31d',93,'assignfeedback_editpdf','stamps',31,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701447236,1701447236,0,NULL),(6412,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','2f6527c10d820e009285726f84fc5eda61bad84a',93,'assignfeedback_editpdf','stamps',31,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6413,'5f8e911d0da441e36f47c5c46f4393269211ca56','5473ccab49b27ad927c8a3adde86fa9df7883c01',93,'assignfeedback_editpdf','stamps',31,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6414,'0c5190a24c3943966541401c883eacaa20ca20cb','12e8b055c05f312e8c862953c8ddd30d94204aa3',93,'assignfeedback_editpdf','stamps',31,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6417,'4c803c92c71f21b423d13de570c8a09e0a31c718','fdb35a72f7b3821ea2673f4bfb64b6348a02edbc',93,'assignfeedback_editpdf','combined',31,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1701447237,1701447237,0,NULL),(6418,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7e0df58b02e9892acc0ada3f5b26fa96afed995d',93,'assignfeedback_editpdf','combined',31,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701447237,1701447237,0,NULL),(6421,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','590909c34897eda2811505d41de8db65cdbfed96',93,'assignfeedback_editpdf','stamps',32,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6422,'da39a3ee5e6b4b0d3255bfef95601890afd80709','844fcd3fa69d23565b557d369cf74f86128fd7f3',93,'assignfeedback_editpdf','stamps',32,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701447238,1701447238,0,NULL),(6423,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','8bbff06bff2468501165f0d372c3ab9cd7007b0d',93,'assignfeedback_editpdf','stamps',32,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6424,'5f8e911d0da441e36f47c5c46f4393269211ca56','e5031d4e8469f5cbaf593198e9294e4c27cff0cf',93,'assignfeedback_editpdf','stamps',32,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6425,'0c5190a24c3943966541401c883eacaa20ca20cb','7c15cf46d0a7c51666ecf012157c9bae516cb25b',93,'assignfeedback_editpdf','stamps',32,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6432,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','120f48a53180f729b851a89687201958886e3bf0',93,'assignfeedback_editpdf','stamps',33,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6433,'da39a3ee5e6b4b0d3255bfef95601890afd80709','282825ae6ec69b8555cf337a34d7253fc7b240b7',93,'assignfeedback_editpdf','stamps',33,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701447240,1701447240,0,NULL),(6434,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','457fdbefb4cdbc568eab1afade1860f7797a2bcd',93,'assignfeedback_editpdf','stamps',33,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6435,'5f8e911d0da441e36f47c5c46f4393269211ca56','ae675851e18b3313d26854ba3a2bdbddd243035c',93,'assignfeedback_editpdf','stamps',33,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6436,'0c5190a24c3943966541401c883eacaa20ca20cb','5b931d6b509402dc38805c207d65009a62ab2153',93,'assignfeedback_editpdf','stamps',33,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6443,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','cc7f0fdec9e6e1a255564cc54d436c5c7a1d4bfe',93,'assignfeedback_editpdf','stamps',34,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6444,'da39a3ee5e6b4b0d3255bfef95601890afd80709','eb8ce59e9488fd94c4f1c3c40adb13bbf69a401e',93,'assignfeedback_editpdf','stamps',34,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701447243,1701447243,0,NULL),(6445,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','d4032d16f03f80f4e0524ea935821468d879b150',93,'assignfeedback_editpdf','stamps',34,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6446,'5f8e911d0da441e36f47c5c46f4393269211ca56','38f047328c80b724491d55f3d69a6d4419583ac0',93,'assignfeedback_editpdf','stamps',34,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6447,'0c5190a24c3943966541401c883eacaa20ca20cb','e116a162acf04fe3ee1c9ea0be93b222c80c8ead',93,'assignfeedback_editpdf','stamps',34,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6454,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','405cfcd05527c2a660c8665893bba40341bced1e',93,'assignfeedback_editpdf','stamps',35,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6455,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a2535b91f356222940867e5676e841a41ea2a766',93,'assignfeedback_editpdf','stamps',35,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701447245,1701447245,0,NULL),(6456,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','479dfbac29bfddfd34520b66341fb5529d0c1b2f',93,'assignfeedback_editpdf','stamps',35,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6457,'5f8e911d0da441e36f47c5c46f4393269211ca56','8d18f4134ec31bdb4b4bd9297db15a1063ad2866',93,'assignfeedback_editpdf','stamps',35,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6458,'0c5190a24c3943966541401c883eacaa20ca20cb','7e5011675440efcb6df2b7ff64d6ded6af50b6f9',93,'assignfeedback_editpdf','stamps',35,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6465,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','187a7634bb0f26b16106ac56c775de60b77e7ef1',93,'assignfeedback_editpdf','stamps',36,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6466,'da39a3ee5e6b4b0d3255bfef95601890afd80709','76cbf17e0d2fc69df139ca37cd0ff5baa39040ec',93,'assignfeedback_editpdf','stamps',36,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701447247,1701447247,0,NULL),(6467,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','0b2383ac9b6b78d500d5e5a9c89bd46f4d623702',93,'assignfeedback_editpdf','stamps',36,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6468,'5f8e911d0da441e36f47c5c46f4393269211ca56','e15a508933baec5a32f5f954f7c9889120e04586',93,'assignfeedback_editpdf','stamps',36,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6469,'0c5190a24c3943966541401c883eacaa20ca20cb','02cb91e1df393f651840a520b2632e7bb28969c2',93,'assignfeedback_editpdf','stamps',36,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6476,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','93708c810c52d62d9ac439dbe1784ed289633fa9',93,'assignfeedback_editpdf','stamps',37,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6477,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0b4f702cbba598f5fdea35f1476fef3dfb7c10cd',93,'assignfeedback_editpdf','stamps',37,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701447249,1701447249,0,NULL),(6478,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','b0cb018c0210c352a0ac5010c9dd48b09e37db33',93,'assignfeedback_editpdf','stamps',37,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6479,'5f8e911d0da441e36f47c5c46f4393269211ca56','f0a8ba775eb33d5a880fd447b8910b1867c1143c',93,'assignfeedback_editpdf','stamps',37,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6480,'0c5190a24c3943966541401c883eacaa20ca20cb','192494010199fce7b74d33fb963639fc7868e5c0',93,'assignfeedback_editpdf','stamps',37,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6487,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','e4cefc621b2f28b8349c2f87de0171d1b23b2223',93,'assignfeedback_editpdf','stamps',38,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6488,'da39a3ee5e6b4b0d3255bfef95601890afd80709','fab29368e65db76c2314cefdf3f8a703c1856f57',93,'assignfeedback_editpdf','stamps',38,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701447251,1701447251,0,NULL),(6489,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','04ade8bee97f324ea1ff67298f7ad0b4ad4875ca',93,'assignfeedback_editpdf','stamps',38,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6490,'5f8e911d0da441e36f47c5c46f4393269211ca56','109435b7abc266f7ad530c2da2f884933484fac7',93,'assignfeedback_editpdf','stamps',38,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6491,'0c5190a24c3943966541401c883eacaa20ca20cb','c6e2628702e0f969195d7d054b0e044ab1bbfec6',93,'assignfeedback_editpdf','stamps',38,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6498,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','f457eba5e647196ece43a1c3462246e33ef65ed0',93,'assignfeedback_editpdf','stamps',21,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6499,'da39a3ee5e6b4b0d3255bfef95601890afd80709','08b55124ca2a679c2db9a83d0448fd19d28fdde9',93,'assignfeedback_editpdf','stamps',21,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701447255,1701447255,0,NULL),(6500,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','c5dfce0fc6d80c37225561868af627e3010961b7',93,'assignfeedback_editpdf','stamps',21,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6501,'5f8e911d0da441e36f47c5c46f4393269211ca56','8649663c03bb6461cc49cf861d007d87aef368b8',93,'assignfeedback_editpdf','stamps',21,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6502,'0c5190a24c3943966541401c883eacaa20ca20cb','68fa5302c8e7ff7a17c0253056257a26b20d3404',93,'assignfeedback_editpdf','stamps',21,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6505,'00f5322093f61e47099af4ea0ba7fbf1395828ef','f4c28950266c3c6c6060c6c3a9d814a04343bc23',93,'assignsubmission_file','submission_files',13,'/','MADiAM_wk11_hw_actor(3).docx',23,20103,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'MADiAM_wk11_hw_actor(3).docx','李 淑芬','unknown',1701448505,1701448510,0,NULL),(6506,'da39a3ee5e6b4b0d3255bfef95601890afd80709','07fb9f98af9983dbdbe376d790760e0b4b52e8fb',93,'assignsubmission_file','submission_files',13,'/','.',23,0,NULL,0,NULL,NULL,NULL,1701448505,1701448510,0,NULL),(6507,'54ad0934e0df3c91d8ca41caf6e7d96b76a2c0e8','a593c6ada052e069be4ebc6f2021328dbdec43cd',1,'core','documentconversion',0,'/pdf/','00f5322093f61e47099af4ea0ba7fbf1395828ef',NULL,55784,'application/pdf',0,NULL,NULL,NULL,1701448565,1701448565,0,NULL),(6508,'1a3a910634ba9abd96e9ba28075f780e1479f585','bfb912617ad4aa2c05faf69bff6e55e687058ec7',93,'assignfeedback_editpdf','combined',29,'/','combined.pdf',NULL,167208,'application/pdf',0,NULL,NULL,NULL,1701448566,1701448566,0,NULL),(6509,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3cae62058b86d9ba31d19890f7e5e288d72d37c5',93,'assignfeedback_editpdf','combined',29,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701448566,1701448566,0,NULL),(6514,'8b5605422e2692cf3f19452b0d1cc456f84ebce9','00ee99c2b781bdfc3a8ef131db23c4e0a58265e3',93,'assignfeedback_editpdf','pages',29,'/','image_page0.png',NULL,121964,'image/png',0,NULL,NULL,NULL,1701448567,1701448567,0,NULL),(6515,'da39a3ee5e6b4b0d3255bfef95601890afd80709','06b9bffc4e335d006ead0bdc9d84c2d55fbcb281',93,'assignfeedback_editpdf','pages',29,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701448567,1701448567,0,NULL),(6516,'cc3916d0a4760dca7482f16407133ee31f535343','c131284b8c4ebc4c45d6c52793ad5a2a41ffe375',93,'assignfeedback_editpdf','pages',29,'/','image_page1.png',NULL,97315,'image/png',0,NULL,NULL,NULL,1701448567,1701448567,0,NULL),(6517,'26d59c94af3bda79f6a294a242afb1fdfb70b808','d29de46cdd137c3eda3b61bfd65060a7683d211a',93,'assignfeedback_editpdf','pages',29,'/','image_page2.png',NULL,24873,'image/png',0,NULL,NULL,NULL,1701448567,1701448567,0,NULL),(6518,'da39a3ee5e6b4b0d3255bfef95601890afd80709','14666b31caf6966932465672a13330c287cd2d7d',93,'assignfeedback_editpdf','readonlypages',29,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701448567,1701448567,0,NULL),(6519,'8b5605422e2692cf3f19452b0d1cc456f84ebce9','cfc2a448b2e17a68a21ba463217ef51725fea2e0',93,'assignfeedback_editpdf','readonlypages',29,'/','image_page0.png',NULL,121964,'image/png',0,NULL,NULL,NULL,1701448567,1701448567,0,NULL),(6520,'cc3916d0a4760dca7482f16407133ee31f535343','df1287f5a8a3e6180cd7738af21e2bc3bb8ae94f',93,'assignfeedback_editpdf','readonlypages',29,'/','image_page1.png',NULL,97315,'image/png',0,NULL,NULL,NULL,1701448567,1701448567,0,NULL),(6521,'26d59c94af3bda79f6a294a242afb1fdfb70b808','084e658ca2c0740258a113a5ba5af22a5ca5b602',93,'assignfeedback_editpdf','readonlypages',29,'/','image_page2.png',NULL,24873,'image/png',0,NULL,NULL,NULL,1701448567,1701448567,0,NULL),(6524,'04a44abb54294010bdba09976bc74d2f6125232e','1f6fe3837f9d8740174c6659b9d736821a839160',93,'assignsubmission_file','submission_files',41,'/','MADiAM_wk11_hw_actor-蔡媛萍.docx',14,27994,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'MADiAM_wk11_hw_actor-蔡媛萍.docx','蔡 媛萍','unknown',1701505468,1701505526,0,NULL),(6525,'da39a3ee5e6b4b0d3255bfef95601890afd80709','539160717b4a031960c99ada8dab3f0cc643342b',93,'assignsubmission_file','submission_files',41,'/','.',14,0,NULL,0,NULL,NULL,NULL,1701505468,1701505526,0,NULL),(6526,'edae67bd7a58b80ffca4a21acf002358e998eccf','ed0ae45cff1e7999a8a78f6fb04f2475d05f69cc',1,'core','documentconversion',0,'/pdf/','04a44abb54294010bdba09976bc74d2f6125232e',NULL,51165,'application/pdf',0,NULL,NULL,NULL,1701505566,1701505566,0,NULL),(6527,'ea26f1a055aa2a55317185c71c8846ad96ca4740','e576a3c77447affbceeb01937dfc5246ed5c2d3e',93,'assignfeedback_editpdf','combined',39,'/','combined.pdf',NULL,162589,'application/pdf',0,NULL,NULL,NULL,1701505566,1701505566,0,NULL),(6528,'da39a3ee5e6b4b0d3255bfef95601890afd80709','09f745647eb3202fdab98ab5f8f7409c55fe55da',93,'assignfeedback_editpdf','combined',39,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701505566,1701505566,0,NULL),(6533,'6d334bff0780ff3f6f602e10539a397948d12619','7988c435451d0ba697ad2de895409217629700d9',93,'assignfeedback_editpdf','pages',39,'/','image_page0.png',NULL,108505,'image/png',0,NULL,NULL,NULL,1701505567,1701505567,0,NULL),(6534,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2d6bd6033fa82c5d3847f64fd5a17f9fb2b565d0',93,'assignfeedback_editpdf','pages',39,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701505567,1701505567,0,NULL),(6535,'5f3a5d9e535a432a7d66f4a135b100ba47b6660e','e4a870fd3838998278c1bcf8f7448ac9b0a763fc',93,'assignfeedback_editpdf','pages',39,'/','image_page1.png',NULL,89754,'image/png',0,NULL,NULL,NULL,1701505567,1701505567,0,NULL),(6536,'7a24c7c57319725ce8966e3d95385ec59de7a43c','e4c7b5e86574617cf0ddd5c830e0e4b2ca6734f3',93,'assignfeedback_editpdf','pages',39,'/','image_page2.png',NULL,22282,'image/png',0,NULL,NULL,NULL,1701505567,1701505567,0,NULL),(6537,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a5e41ab3f5169cfc635ed5b0188b8483d184c8a0',93,'assignfeedback_editpdf','readonlypages',39,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701505567,1701505567,0,NULL),(6538,'6d334bff0780ff3f6f602e10539a397948d12619','eb5bdff56eb1a87a071748283645b159b4dfec0d',93,'assignfeedback_editpdf','readonlypages',39,'/','image_page0.png',NULL,108505,'image/png',0,NULL,NULL,NULL,1701505567,1701505567,0,NULL),(6539,'5f3a5d9e535a432a7d66f4a135b100ba47b6660e','74ac1b2426d08b98bf6f291d471e61679c4739ed',93,'assignfeedback_editpdf','readonlypages',39,'/','image_page1.png',NULL,89754,'image/png',0,NULL,NULL,NULL,1701505567,1701505567,0,NULL),(6540,'7a24c7c57319725ce8966e3d95385ec59de7a43c','265dea29525aa755ad046bead4cb08071f2a6b4f',93,'assignfeedback_editpdf','readonlypages',39,'/','image_page2.png',NULL,22282,'image/png',0,NULL,NULL,NULL,1701505567,1701505567,0,NULL),(6543,'5fca2c723a399b684b5802f683d5c010a2656d5e','798437687f7bd89f37962fd871d9f9f0753d881a',94,'mod_resource','content',0,'/','MADiAM_wk12_handout.pdf',2,461679,'application/pdf',0,'MADiAM_wk12_handout.pdf','課程管理員 Admin','unknown',1701638573,1701638575,1,NULL),(6544,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1d0cdd71d26924f87c71217c2664e5a32b23465f',94,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701638573,1701638575,0,NULL),(6553,'3570e30379c5ee54eaa09a39b73eeede8cf90bdb','875f205bfcb09c0f4bd1929875586505943267ab',93,'assignsubmission_file','submission_files',18,'/','戲劇查經——演員劇本分析(作業)夏一枫.docx',16,20539,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'戲劇查經——演員劇本分析(作業)夏一枫.docx','夏 一楓','unknown',1701669240,1701669243,0,NULL),(6554,'da39a3ee5e6b4b0d3255bfef95601890afd80709','91b708d473cf7f90db3cc97d47543aad9baddb9f',93,'assignsubmission_file','submission_files',18,'/','.',16,0,NULL,0,NULL,NULL,NULL,1701669240,1701669243,0,NULL),(6555,'db048d2799a049bb49f4dfbb415e7fb3202c0750','b6770a707d38bf08b06f49ac360128d0b07584e5',1,'core','documentconversion',0,'/pdf/','3570e30379c5ee54eaa09a39b73eeede8cf90bdb',NULL,63942,'application/pdf',0,NULL,NULL,NULL,1701669305,1701669305,0,NULL),(6556,'44035e6c72a84b4b7ef756cd2dd01156ddc60011','d962629f0b7c550cc0e6442d6eddbc065aa9f693',93,'assignfeedback_editpdf','combined',22,'/','combined.pdf',NULL,175366,'application/pdf',0,NULL,NULL,NULL,1701669306,1701669306,0,NULL),(6557,'da39a3ee5e6b4b0d3255bfef95601890afd80709','776cfa89381c7fba2d0a9c5226ebf973f05342de',93,'assignfeedback_editpdf','combined',22,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701669306,1701669306,0,NULL),(6562,'473bc375694173abd9fe13333e92c2c850cddf7a','0f949d01b25524e220e762c4f8616d1475718ac4',93,'assignfeedback_editpdf','pages',22,'/','image_page0.png',NULL,112558,'image/png',0,NULL,NULL,NULL,1701669307,1701669307,0,NULL),(6563,'da39a3ee5e6b4b0d3255bfef95601890afd80709','273a9fd0a2e97ab162fab9aa53068d8d4cc9ead8',93,'assignfeedback_editpdf','pages',22,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701669307,1701669307,0,NULL),(6564,'247eb56070471ec7a377fa93146ac0cbad5c246a','1d1faa5803b0b13579dc2ad74ee3dd313bbcfd41',93,'assignfeedback_editpdf','pages',22,'/','image_page1.png',NULL,107343,'image/png',0,NULL,NULL,NULL,1701669307,1701669307,0,NULL),(6565,'ffbcd60e79200c74605b8240d8598915545227df','c001cd332b1071347a8b9075700099e41f282282',93,'assignfeedback_editpdf','pages',22,'/','image_page2.png',NULL,12347,'image/png',0,NULL,NULL,NULL,1701669307,1701669307,0,NULL),(6566,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8137d23221f1d2fdbbb2df08ca4b00999719832f',93,'assignfeedback_editpdf','readonlypages',22,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701669307,1701669307,0,NULL),(6567,'473bc375694173abd9fe13333e92c2c850cddf7a','fd2bfa667f6521bad47a24a4595a59e73841e88e',93,'assignfeedback_editpdf','readonlypages',22,'/','image_page0.png',NULL,112558,'image/png',0,NULL,NULL,NULL,1701669307,1701669307,0,NULL),(6568,'247eb56070471ec7a377fa93146ac0cbad5c246a','6deeba559628f63be7a2155cff11bd76aee395bb',93,'assignfeedback_editpdf','readonlypages',22,'/','image_page1.png',NULL,107343,'image/png',0,NULL,NULL,NULL,1701669307,1701669307,0,NULL),(6569,'ffbcd60e79200c74605b8240d8598915545227df','9221d81286006c5b80730985addcd435b9eb6853',93,'assignfeedback_editpdf','readonlypages',22,'/','image_page2.png',NULL,12347,'image/png',0,NULL,NULL,NULL,1701669307,1701669307,0,NULL),(6572,'97216b7a8ca7bf6d8062d039387598cceb4cadfb','f6f9a8d3c65d0d3236438af10d2e835c7ecbfdb4',93,'assignsubmission_file','submission_files',16,'/','MADiAM_wk11_hw_actor(多嘉已完成).pages',5,853329,'application/zip',0,'MADiAM_wk11_hw_actor(多嘉已完成).pages','顏 多嘉','unknown',1701680281,1701680284,0,NULL),(6573,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1fd03ee10a49d7af61f774c932e1c65581c670ed',93,'assignsubmission_file','submission_files',16,'/','.',5,0,NULL,0,NULL,NULL,NULL,1701680281,1701680284,0,NULL),(6574,'a56ec1343410139aab982ed54678a47fae955f70','909c650bf6b802c79867180d149fe4742eec96aa',93,'assignfeedback_editpdf','partial',31,'/','combined.pdf',NULL,110960,'application/pdf',0,NULL,NULL,NULL,1701680343,1701680343,0,NULL),(6575,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4b5b0f9127c263e03bde91fbeb294a641e026113',93,'assignfeedback_editpdf','partial',31,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701680343,1701680343,0,NULL),(6580,'da39a3ee5e6b4b0d3255bfef95601890afd80709','04775b09840d0e5b955118f1ec145991fbcf24b1',93,'assignfeedback_editpdf','readonlypages',31,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701680344,1701680344,0,NULL),(6581,'e973fbbbf0e04ecaceb6355e116bfe9cb159b7fb','f64a48884466817a807bfd25e9406ec6fc3b04ba',93,'assignfeedback_editpdf','readonlypages',31,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1701680344,1701680344,0,NULL),(6584,'2388a7ffac210468d1b288eec67a50627982a9f6','52c213a6afb8fe9e52b5469598d6473260709aea',93,'assignsubmission_file','submission_files',31,'/','MADiAM_wk11_hw_actor-作業_賴怡娟.docx',19,29462,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'MADiAM_wk11_hw_actor-作業_賴怡娟.docx','賴 怡娟','unknown',1701758591,1701758599,0,NULL),(6585,'da39a3ee5e6b4b0d3255bfef95601890afd80709','64e13a62a5e75acd62797a37fe2d18f897992881',93,'assignsubmission_file','submission_files',31,'/','.',19,0,NULL,0,NULL,NULL,NULL,1701758591,1701758599,0,NULL),(6586,'83aae3e8ec7168184adaab90864f6086f5070147','ebe1f272b559caccdf44549beb5cccc9224dffa2',1,'core','documentconversion',0,'/pdf/','2388a7ffac210468d1b288eec67a50627982a9f6',NULL,58341,'application/pdf',0,NULL,NULL,NULL,1701758645,1701758645,0,NULL),(6587,'d4590d4b3bc52807bed8ce53303346213a5dcf36','0db5cee2cd6817b7605fac00cb9a4d5ec8f8dec3',93,'assignfeedback_editpdf','combined',25,'/','combined.pdf',NULL,169765,'application/pdf',0,NULL,NULL,NULL,1701758646,1701758646,0,NULL),(6588,'da39a3ee5e6b4b0d3255bfef95601890afd80709','547969d62ca4ad184251403670d081efcc17ce1d',93,'assignfeedback_editpdf','combined',25,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701758646,1701758646,0,NULL),(6593,'48214bfd2e4c6622657da02d6e23a478b70738fd','82ad0e42a8c018ab9f79cf6ba25efdd8bd5d52be',93,'assignfeedback_editpdf','pages',25,'/','image_page0.png',NULL,113236,'image/png',0,NULL,NULL,NULL,1701758647,1701758647,0,NULL),(6594,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ae317f925a0178bd93474881a38d93439931630c',93,'assignfeedback_editpdf','pages',25,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701758647,1701758647,0,NULL),(6595,'405e9071140bc7aeb6c5b0eb5b2af2e957f54f9b','db5a68052fea6ede6275f1da6a22fa600b325fc9',93,'assignfeedback_editpdf','pages',25,'/','image_page1.png',NULL,105851,'image/png',0,NULL,NULL,NULL,1701758647,1701758647,0,NULL),(6596,'753fa18d8d7824625f74dd70461cb06f1e9205fa','67f1ffb213ff31767edc0942cea9851ec4c0bca5',93,'assignfeedback_editpdf','pages',25,'/','image_page2.png',NULL,22848,'image/png',0,NULL,NULL,NULL,1701758647,1701758647,0,NULL),(6597,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d321112e1af97d9d2527bc7091396060da1a845c',93,'assignfeedback_editpdf','readonlypages',25,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701758647,1701758647,0,NULL),(6598,'48214bfd2e4c6622657da02d6e23a478b70738fd','a81a4d16cbbd1469b5aae3d7e97df8c5c8fd2ae3',93,'assignfeedback_editpdf','readonlypages',25,'/','image_page0.png',NULL,113236,'image/png',0,NULL,NULL,NULL,1701758647,1701758647,0,NULL),(6599,'405e9071140bc7aeb6c5b0eb5b2af2e957f54f9b','70b82bf60a025afa5e13ca28a43715d11c619e36',93,'assignfeedback_editpdf','readonlypages',25,'/','image_page1.png',NULL,105851,'image/png',0,NULL,NULL,NULL,1701758647,1701758647,0,NULL),(6600,'753fa18d8d7824625f74dd70461cb06f1e9205fa','f3f1743071253a09a5c3e5357d72d26df43c3a8f',93,'assignfeedback_editpdf','readonlypages',25,'/','image_page2.png',NULL,22848,'image/png',0,NULL,NULL,NULL,1701758647,1701758647,0,NULL),(6603,'c096dae20cc98f15412a5fb1f6b852029aef459c','4ee5d332d391ce591084957f95b0b36fa77c5d1b',93,'assignsubmission_file','submission_files',12,'/','郭凱弘 作業_MADiAM_wk11_hw_actor.docx',6,28845,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'郭凱弘 作業_MADiAM_wk11_hw_actor.docx','郭 凱弘','unknown',1701778292,1701778298,0,NULL),(6604,'da39a3ee5e6b4b0d3255bfef95601890afd80709','084fc7d81aa907ecd1fbbc62242af7301f22f54f',93,'assignsubmission_file','submission_files',12,'/','.',6,0,NULL,0,NULL,NULL,NULL,1701778292,1701778298,0,NULL),(6605,'5a614d0a07bc6a947013d96292f99ed7f17695b6','71c89d331e15bfd4e1e9e80d63aa6b1016e8061f',1,'core','documentconversion',0,'/pdf/','c096dae20cc98f15412a5fb1f6b852029aef459c',NULL,62191,'application/pdf',0,NULL,NULL,NULL,1701778326,1701778326,0,NULL),(6606,'f2e957104b2a995bc28ae89f8d402ed9f5a2079c','663eec2092f5738ac26996bda3d2574bfbd13e31',93,'assignfeedback_editpdf','combined',32,'/','combined.pdf',NULL,173630,'application/pdf',0,NULL,NULL,NULL,1701778326,1701778326,0,NULL),(6607,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4cb69282bc914ef4fbc0ed9dfe6f2b01cb7cb4ec',93,'assignfeedback_editpdf','combined',32,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701778326,1701778326,0,NULL),(6612,'ef26afb81c2f9a44c5ccd82728bda2198bee6ecf','000a9c8accd5e8518e99aee42fa8dc93bff2f1df',93,'assignfeedback_editpdf','pages',32,'/','image_page0.png',NULL,113044,'image/png',0,NULL,NULL,NULL,1701778328,1701778328,0,NULL),(6613,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d253288a8d53a0d476ae69e1d78ceb6fb515d6d9',93,'assignfeedback_editpdf','pages',32,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701778328,1701778328,0,NULL),(6614,'3f4b94d10f801a55eb969c758284de00210ce643','65318d2f9b1d4502fd816be671a52aa8991369de',93,'assignfeedback_editpdf','pages',32,'/','image_page1.png',NULL,107658,'image/png',0,NULL,NULL,NULL,1701778328,1701778328,0,NULL),(6615,'5a3d8f92c7d2ebd827a53c0b6ad9931049f11e7b','91d650bc06c1a761c0bef85f88513b9520a2d012',93,'assignfeedback_editpdf','pages',32,'/','image_page2.png',NULL,36167,'image/png',0,NULL,NULL,NULL,1701778328,1701778328,0,NULL),(6616,'da39a3ee5e6b4b0d3255bfef95601890afd80709','14d2302e824a7804c1c6962b0755e3adc692101a',93,'assignfeedback_editpdf','readonlypages',32,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701778328,1701778328,0,NULL),(6617,'ef26afb81c2f9a44c5ccd82728bda2198bee6ecf','035587213c3a3b8d96ab45d09c6d202580ac2ec3',93,'assignfeedback_editpdf','readonlypages',32,'/','image_page0.png',NULL,113044,'image/png',0,NULL,NULL,NULL,1701778328,1701778328,0,NULL),(6618,'3f4b94d10f801a55eb969c758284de00210ce643','7809147fda28a08497bc76f2a2aaf6347f41bf13',93,'assignfeedback_editpdf','readonlypages',32,'/','image_page1.png',NULL,107658,'image/png',0,NULL,NULL,NULL,1701778328,1701778328,0,NULL),(6619,'5a3d8f92c7d2ebd827a53c0b6ad9931049f11e7b','18d8c7d5670c9ef3b2c1399bdf25afa951e5963d',93,'assignfeedback_editpdf','readonlypages',32,'/','image_page2.png',NULL,36167,'image/png',0,NULL,NULL,NULL,1701778328,1701778328,0,NULL),(6622,'dcf36119a24f9b31c1fc487b151a909057c35c0a','879be24a0f89d229d95c000d2fb1f33dd5cf3b53',93,'assignsubmission_file','submission_files',32,'/','MADiAM_wk11_hw_actor_陳可忻.docx',20,27869,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'MADiAM_wk11_hw_actor_陳可忻.docx','陳 可忻','unknown',1701797016,1701797019,0,NULL),(6623,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e162004955030897095684453d198fff31cdc4ab',93,'assignsubmission_file','submission_files',32,'/','.',20,0,NULL,0,NULL,NULL,NULL,1701797016,1701797019,0,NULL),(6624,'1102a2fe32237195930dcda23231a6c75f038bc7','510754f89022ce32a204b465b5be7f93b85c28d8',1,'core','documentconversion',0,'/pdf/','dcf36119a24f9b31c1fc487b151a909057c35c0a',NULL,54980,'application/pdf',0,NULL,NULL,NULL,1701797045,1701797045,0,NULL),(6625,'4b30297528da591c12081248e4d4509879e6d2fb','efe318401eb3b760bba6a36ab9a0ce3562c4852b',93,'assignfeedback_editpdf','combined',26,'/','combined.pdf',NULL,166404,'application/pdf',0,NULL,NULL,NULL,1701797045,1701797045,0,NULL),(6626,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9019bd88e5cf4f16f59eab983bfd7339a094064b',93,'assignfeedback_editpdf','combined',26,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701797045,1701797045,0,NULL),(6631,'4a3112e00d09f6d6601856e1c182dcde55953fa0','e0b0d8f9e5aeba7bbaafe5c2f611521116ff433f',93,'assignfeedback_editpdf','pages',26,'/','image_page0.png',NULL,116609,'image/png',0,NULL,NULL,NULL,1701797047,1701797047,0,NULL),(6632,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2548370b2943aeebb2ddc22f0f3409b9d66bc7d2',93,'assignfeedback_editpdf','pages',26,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701797047,1701797047,0,NULL),(6633,'6c6e975cf2e84736329060064bb78cdb75830b9c','20e135fa9c97f197f85651695f943b1809af5195',93,'assignfeedback_editpdf','pages',26,'/','image_page1.png',NULL,92289,'image/png',0,NULL,NULL,NULL,1701797047,1701797047,0,NULL),(6634,'bf747b59ae23da394cdca6ea51c86ed4556630d1','adf344a8a8bc75ca7a2f78a5762fb65bed5209aa',93,'assignfeedback_editpdf','pages',26,'/','image_page2.png',NULL,12347,'image/png',0,NULL,NULL,NULL,1701797047,1701797047,0,NULL),(6635,'da39a3ee5e6b4b0d3255bfef95601890afd80709','edbb40dcddf1377bc17dde061415121028e4b9cc',93,'assignfeedback_editpdf','readonlypages',26,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701797047,1701797047,0,NULL),(6636,'4a3112e00d09f6d6601856e1c182dcde55953fa0','c51a283937b61e33cfdbe238f107a4043942d83f',93,'assignfeedback_editpdf','readonlypages',26,'/','image_page0.png',NULL,116609,'image/png',0,NULL,NULL,NULL,1701797047,1701797047,0,NULL),(6637,'6c6e975cf2e84736329060064bb78cdb75830b9c','c73ee909fc31cc98c2304ccb82f2f99ac0c4c970',93,'assignfeedback_editpdf','readonlypages',26,'/','image_page1.png',NULL,92289,'image/png',0,NULL,NULL,NULL,1701797047,1701797047,0,NULL),(6638,'bf747b59ae23da394cdca6ea51c86ed4556630d1','c59694bc18b8db19f80d640d5d2f31f1da5f5d3e',93,'assignfeedback_editpdf','readonlypages',26,'/','image_page2.png',NULL,12347,'image/png',0,NULL,NULL,NULL,1701797047,1701797047,0,NULL),(6641,'17600ed4ea7d7b7eefccade28a6878de10deb1b9','b97c803cdfe019b27ddc7f434c97513ada6e248e',93,'assignsubmission_file','submission_files',17,'/','藝術神學第11課作業.docx',21,27650,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'藝術神學第11課作業.docx','楊 佳代','unknown',1701846445,1701846458,0,NULL),(6642,'da39a3ee5e6b4b0d3255bfef95601890afd80709','6d87051e007bbd211fcc0e7b7d9177b0ab9f2c8d',93,'assignsubmission_file','submission_files',17,'/','.',21,0,NULL,0,NULL,NULL,NULL,1701846446,1701846458,0,NULL),(6643,'c2e4d3c8e4b25f1725c50b12671547b7e41ea2cd','fc1f0987bed3fe14e1e002997da755bd74e156e4',1,'core','documentconversion',0,'/pdf/','17600ed4ea7d7b7eefccade28a6878de10deb1b9',NULL,60867,'application/pdf',0,NULL,NULL,NULL,1701846486,1701846486,0,NULL),(6644,'3bac039503647b8516c01c7527cf464ac1679854','69bfa300e423ab83324fa4813780ca0e38de0241',93,'assignfeedback_editpdf','combined',27,'/','combined.pdf',NULL,172291,'application/pdf',0,NULL,NULL,NULL,1701846486,1701846486,0,NULL),(6645,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0452a9a973bc8653160f82123ed9c1c6994bdfd9',93,'assignfeedback_editpdf','combined',27,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701846486,1701846486,0,NULL),(6650,'61c3652834b3b49959b331e77ce96479209d9c18','a194d2fd00a9414defe5fb331b826c5a64321709',93,'assignfeedback_editpdf','pages',27,'/','image_page0.png',NULL,119682,'image/png',0,NULL,NULL,NULL,1701846488,1701846488,0,NULL),(6651,'da39a3ee5e6b4b0d3255bfef95601890afd80709','54e76143df4360f24973039ecf79d9d3bb2fe430',93,'assignfeedback_editpdf','pages',27,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701846488,1701846488,0,NULL),(6652,'2541069f6a2aee6d07bb76c8fd4a6a388a8ec592','9b6b848bd5f4fc45a229b368ac09e8833cad0a68',93,'assignfeedback_editpdf','pages',27,'/','image_page1.png',NULL,104775,'image/png',0,NULL,NULL,NULL,1701846488,1701846488,0,NULL),(6653,'167b5cec3b5f7dd0c3eeb08b8f29a18cb74ee0b2','b9c462e6d993bd688919050ede6a747eda1693c2',93,'assignfeedback_editpdf','pages',27,'/','image_page2.png',NULL,45921,'image/png',0,NULL,NULL,NULL,1701846488,1701846488,0,NULL),(6654,'da39a3ee5e6b4b0d3255bfef95601890afd80709','79719fab53d4922677cb26ac2a58970e2b854502',93,'assignfeedback_editpdf','readonlypages',27,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701846488,1701846488,0,NULL),(6655,'61c3652834b3b49959b331e77ce96479209d9c18','7b550694ac4bb884cccddbeb148c1597978fe388',93,'assignfeedback_editpdf','readonlypages',27,'/','image_page0.png',NULL,119682,'image/png',0,NULL,NULL,NULL,1701846488,1701846488,0,NULL),(6656,'2541069f6a2aee6d07bb76c8fd4a6a388a8ec592','c5de88411482ae70e5d46d944adbb59d1b2eb76b',93,'assignfeedback_editpdf','readonlypages',27,'/','image_page1.png',NULL,104775,'image/png',0,NULL,NULL,NULL,1701846488,1701846488,0,NULL),(6657,'167b5cec3b5f7dd0c3eeb08b8f29a18cb74ee0b2','5f18e2415107aed6eb5ce53ceadffc42f483acbd',93,'assignfeedback_editpdf','readonlypages',27,'/','image_page2.png',NULL,45921,'image/png',0,NULL,NULL,NULL,1701846488,1701846488,0,NULL),(6660,'6cac2ddcfed0e681e36fd0b736a9ff1c47128dc0','48c9e9ea0a7d538231d821d9a79b20e17fd612d4',93,'assignsubmission_file','submission_files',33,'/','華神戲劇查經_演員劇本分析.docx',22,28049,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'華神戲劇查經_演員劇本分析.docx','曾 曉雯','unknown',1701852510,1701852515,0,NULL),(6661,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8935fc375846f902bb1671f92065efa96aa2ebe5',93,'assignsubmission_file','submission_files',33,'/','.',22,0,NULL,0,NULL,NULL,NULL,1701852510,1701852515,0,NULL),(6662,'cbf222c16f3a7784ff477ecdabc94b44bebb8964','c4b239618e0ff3bbc64d7360fee8ecccc2efae1d',1,'core','documentconversion',0,'/pdf/','6cac2ddcfed0e681e36fd0b736a9ff1c47128dc0',NULL,67012,'application/pdf',0,NULL,NULL,NULL,1701852545,1701852545,0,NULL),(6663,'20a0ddf2fea4ede2e8592034672235892a43c2f2','11f1980c7408dd1575fbc9bab4024bce23a576f5',93,'assignfeedback_editpdf','combined',28,'/','combined.pdf',NULL,178436,'application/pdf',0,NULL,NULL,NULL,1701852546,1701852546,0,NULL),(6664,'da39a3ee5e6b4b0d3255bfef95601890afd80709','da8756a1453767365b2de123ee05c95c52b5c83f',93,'assignfeedback_editpdf','combined',28,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701852546,1701852546,0,NULL),(6669,'489b95fca62db3b7b808e314cf8df011e6ed2d71','21b8d85545b02cf9ba71cf31ece30ea1768a2e80',93,'assignfeedback_editpdf','pages',28,'/','image_page0.png',NULL,134859,'image/png',0,NULL,NULL,NULL,1701852548,1701852548,0,NULL),(6670,'da39a3ee5e6b4b0d3255bfef95601890afd80709','050bd2eb3405e8163843be451a86390fcbbb64e1',93,'assignfeedback_editpdf','pages',28,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701852548,1701852548,0,NULL),(6671,'7165e026ffc9addfa42c3567de997db0ffc2b5ae','af79f047bc0f3361e01b4a6ab8ef133ca1a0cd62',93,'assignfeedback_editpdf','pages',28,'/','image_page1.png',NULL,121170,'image/png',0,NULL,NULL,NULL,1701852548,1701852548,0,NULL),(6672,'ffbcd60e79200c74605b8240d8598915545227df','91830c8a8a9afc47e69f33fd56f111bd56e3b0bb',93,'assignfeedback_editpdf','pages',28,'/','image_page2.png',NULL,12347,'image/png',0,NULL,NULL,NULL,1701852548,1701852548,0,NULL),(6673,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c3bc309b23c0318c42e99c088df42282fb5a8cce',93,'assignfeedback_editpdf','readonlypages',28,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701852548,1701852548,0,NULL),(6674,'489b95fca62db3b7b808e314cf8df011e6ed2d71','23080e51b9b19733845fae6b6ec19f2cc165a2a9',93,'assignfeedback_editpdf','readonlypages',28,'/','image_page0.png',NULL,134859,'image/png',0,NULL,NULL,NULL,1701852548,1701852548,0,NULL),(6675,'7165e026ffc9addfa42c3567de997db0ffc2b5ae','090ca09e830a348ef50a87f60a84485a4cb35633',93,'assignfeedback_editpdf','readonlypages',28,'/','image_page1.png',NULL,121170,'image/png',0,NULL,NULL,NULL,1701852548,1701852548,0,NULL),(6676,'ffbcd60e79200c74605b8240d8598915545227df','07ad5a61bc1854cb17ed8b8a0acc126fe2ef7509',93,'assignfeedback_editpdf','readonlypages',28,'/','image_page2.png',NULL,12347,'image/png',0,NULL,NULL,NULL,1701852548,1701852548,0,NULL),(6679,'172d375b9e02b21449f8714c1456e6edbbf6232e','0acb8ec3cf4b511197c97903fa70f7c3be510847',93,'assignsubmission_file','submission_files',39,'/','MADiAM_wk11_hw_actor-志君.docx',11,29237,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'MADiAM_wk11_hw_actor-志君.docx','張 志君','unknown',1701864056,1701864058,0,NULL),(6680,'da39a3ee5e6b4b0d3255bfef95601890afd80709','07906ee833be99cae86dcee0ad80a1e72afe6320',93,'assignsubmission_file','submission_files',39,'/','.',11,0,NULL,0,NULL,NULL,NULL,1701864056,1701864058,0,NULL),(6681,'716346d5f93b5a900f13e62c3afc1f1c06184a95','5e2ef29cdb71102da1fe817d479b2ccf6723ed37',1,'core','documentconversion',0,'/pdf/','172d375b9e02b21449f8714c1456e6edbbf6232e',NULL,57738,'application/pdf',0,NULL,NULL,NULL,1701864066,1701864066,0,NULL),(6682,'9ee3ef590d982baeb103d0b1a61bdf5be965ee44','040edd931b026f716a77674fc0cbc789035e0bd0',93,'assignfeedback_editpdf','combined',37,'/','combined.pdf',NULL,169162,'application/pdf',0,NULL,NULL,NULL,1701864067,1701864067,0,NULL),(6683,'da39a3ee5e6b4b0d3255bfef95601890afd80709','04d06466d9702cd7cfd48e159d080fd7a2d0f39b',93,'assignfeedback_editpdf','combined',37,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701864067,1701864067,0,NULL),(6688,'b76def618815da0455343ee70153076f02c13dff','5b42e9a36e12587ad85e92b5f46011c92a60881b',93,'assignfeedback_editpdf','pages',37,'/','image_page0.png',NULL,138407,'image/png',0,NULL,NULL,NULL,1701864069,1701864069,0,NULL),(6689,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2d4bcd9e8fa9e06b18aa52084bee6b9396e58c03',93,'assignfeedback_editpdf','pages',37,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701864069,1701864069,0,NULL),(6690,'4e9d0a52d4f278dcfc3ff25ecc89247a7e0ae18a','44a45ecb39b067543c93e1dbf6b84027123d7a8f',93,'assignfeedback_editpdf','pages',37,'/','image_page1.png',NULL,118915,'image/png',0,NULL,NULL,NULL,1701864069,1701864069,0,NULL),(6691,'5e153af37117e9f981edeb894a9c6610d80e2471','6b77bf46def17c8a12ac7a32f9ed036b04c1bb59',93,'assignfeedback_editpdf','pages',37,'/','image_page2.png',NULL,28838,'image/png',0,NULL,NULL,NULL,1701864069,1701864069,0,NULL),(6692,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ed60824da936afb56f0a925c56a0e4f7be41634e',93,'assignfeedback_editpdf','readonlypages',37,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701864069,1701864069,0,NULL),(6693,'b76def618815da0455343ee70153076f02c13dff','5b2bd2b47a97a01e30708ca4367a81f2fb4c6389',93,'assignfeedback_editpdf','readonlypages',37,'/','image_page0.png',NULL,138407,'image/png',0,NULL,NULL,NULL,1701864069,1701864069,0,NULL),(6694,'4e9d0a52d4f278dcfc3ff25ecc89247a7e0ae18a','ad01e4e285fd9cb5ef77682629befd2d8552df3b',93,'assignfeedback_editpdf','readonlypages',37,'/','image_page1.png',NULL,118915,'image/png',0,NULL,NULL,NULL,1701864069,1701864069,0,NULL),(6695,'5e153af37117e9f981edeb894a9c6610d80e2471','4856b89b1a5ac55bf9ed7ab8926f141f1d564858',93,'assignfeedback_editpdf','readonlypages',37,'/','image_page2.png',NULL,28838,'image/png',0,NULL,NULL,NULL,1701864069,1701864069,0,NULL),(6770,'4c803c92c71f21b423d13de570c8a09e0a31c718','06b30dc05053e8f8e0e874cc9f4397af02c5bfa5',88,'assignfeedback_editpdf','combined',18,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1701920908,1701920908,0,NULL),(6771,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c8f48d1c5a65b8c31907ada09ab596a2a98c2657',88,'assignfeedback_editpdf','combined',18,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1701920908,1701920908,0,NULL),(6798,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','6b2537927e88b1c49c0351cf40ee78c9787902dc',88,'assignfeedback_editpdf','stamps',10,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6799,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4ef0e3ddb4ce4384fc1bb1f9ede6d4dbc586e6b2',88,'assignfeedback_editpdf','stamps',10,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701921142,1701921142,0,NULL),(6800,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','fd0c080184cf976ab173bc97a16cf9135f274483',88,'assignfeedback_editpdf','stamps',10,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6801,'5f8e911d0da441e36f47c5c46f4393269211ca56','7aceb2fd72d10ba92a2a5790d1447d49bfea43bd',88,'assignfeedback_editpdf','stamps',10,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6802,'0c5190a24c3943966541401c883eacaa20ca20cb','e6ceb80e659a69c39bbb0c2f84c4065318138a0d',88,'assignfeedback_editpdf','stamps',10,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6803,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','d98ab78a61105659f7993a5820a2b479766f5f1f',88,'assignfeedback_editpdf','stamps',9,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6804,'da39a3ee5e6b4b0d3255bfef95601890afd80709','38883066a3efff28bf633872d5f0b5c9a958d9af',88,'assignfeedback_editpdf','stamps',9,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701921172,1701921172,0,NULL),(6805,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','64c930b31913ab6f84f8d666f906b04c04ec0e27',88,'assignfeedback_editpdf','stamps',9,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6806,'5f8e911d0da441e36f47c5c46f4393269211ca56','93b89e11511e76a8845ae78968a14d25baf1990e',88,'assignfeedback_editpdf','stamps',9,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6807,'0c5190a24c3943966541401c883eacaa20ca20cb','52020dc4d1534217b1468c9e1c32a1cb7b8f4640',88,'assignfeedback_editpdf','stamps',9,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6808,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','58965ccf355d63f144f9d72049651e85960a1731',88,'assignfeedback_editpdf','stamps',5,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6809,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3f2e6d624210ad18b9a2629028346c12e587b787',88,'assignfeedback_editpdf','stamps',5,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701921248,1701921248,0,NULL),(6810,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','5fbc89f26b439f7cc9ab4144acc7b8c84acecb1f',88,'assignfeedback_editpdf','stamps',5,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6811,'5f8e911d0da441e36f47c5c46f4393269211ca56','e34185ac4d638b230c515f01aedb5be92af79ab6',88,'assignfeedback_editpdf','stamps',5,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6812,'0c5190a24c3943966541401c883eacaa20ca20cb','fc4a5e2419fd962bcc8ab51c14141b5fa4dda83e',88,'assignfeedback_editpdf','stamps',5,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6881,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','f85bbc38822c8dc53a4e65d34cd2d409a212c322',93,'assignfeedback_editpdf','stamps',39,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6882,'da39a3ee5e6b4b0d3255bfef95601890afd80709','decadead5edd172f9a3aa352cdd2148bce85ea4b',93,'assignfeedback_editpdf','stamps',39,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701921872,1701921872,0,NULL),(6883,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','06b6cf5186381b0ae6e73299ab9c4e62d2cafb34',93,'assignfeedback_editpdf','stamps',39,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6884,'5f8e911d0da441e36f47c5c46f4393269211ca56','13a26b22bde98f807a94ceced1c74947e85fb51b',93,'assignfeedback_editpdf','stamps',39,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6885,'0c5190a24c3943966541401c883eacaa20ca20cb','b0b2da766577cc6400aff90214747b276184ef0f',93,'assignfeedback_editpdf','stamps',39,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6892,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','5cd2714809252068326d80bfe9212f909e095b36',93,'assignfeedback_editpdf','stamps',40,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6893,'da39a3ee5e6b4b0d3255bfef95601890afd80709','762f7eb12ed9b43045b73b27f891e0c88810b2fc',93,'assignfeedback_editpdf','stamps',40,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701921981,1701921981,0,NULL),(6894,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','afcbc299944b1ee0fec9becdf169e2a5e87a16a1',93,'assignfeedback_editpdf','stamps',40,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6895,'5f8e911d0da441e36f47c5c46f4393269211ca56','c79e3dd29a5b1facacdf660278f99fe9a14c9bf4',93,'assignfeedback_editpdf','stamps',40,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6896,'0c5190a24c3943966541401c883eacaa20ca20cb','05831f58d1a4f38a5acf8427c85738731193d13c',93,'assignfeedback_editpdf','stamps',40,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(6990,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5534b634caa2de8eb59f7fcffe02242122eb4a1c',96,'mod_assign','introattachment',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1701956662,1701956683,0,NULL),(6999,'da39a3ee5e6b4b0d3255bfef95601890afd80709','59db50104cb686ad85214a059f84b45546899ac8',96,'assignsubmission_file','submission_files',47,'/','.',16,0,NULL,0,NULL,NULL,NULL,1702950396,1702951094,0,NULL),(7000,'3fe04cca51989bc9d9c0feae4eedf3de265429a3','f4c1c36bed3d8b08fceff937ea129b959c616275',96,'assignsubmission_file','submission_files',47,'/','藝術與青少年期末報告--夏一枫.docx',16,452883,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'藝術與青少年期末報告--夏一枫.docx','夏 一楓','unknown',1702951047,1702951094,0,NULL),(7001,'4a6cf643f1892ff87aea505700fc60b7d33e0d9c','8a9b1e6a8078c9ac4a452d48f542f1b9fd017f7e',1,'core','documentconversion',0,'/pdf/','3fe04cca51989bc9d9c0feae4eedf3de265429a3',NULL,625305,'application/pdf',0,NULL,NULL,NULL,1702951146,1702951146,0,NULL),(7002,'b68bce66b7414f4c83578488b4a87bb6f11fe10f','f3e3959261c4f541f50ce8dba9392d7c4ae9dc2d',96,'assignfeedback_editpdf','combined',41,'/','combined.pdf',NULL,737899,'application/pdf',0,NULL,NULL,NULL,1702951146,1702951146,0,NULL),(7003,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ce396a29e2888586df5b7051992423edcd02924e',96,'assignfeedback_editpdf','combined',41,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1702951146,1702951146,0,NULL),(7010,'2e034e424daa9cfd60675596e01cf3247b58311c','e60f02de076706779daa6ac2110d95c2cdec3f7d',96,'assignfeedback_editpdf','pages',41,'/','image_page0.png',NULL,119307,'image/png',0,NULL,NULL,NULL,1702951149,1702951149,0,NULL),(7011,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3bc0c491e5a662cd0f66b1e34e59940121b50f23',96,'assignfeedback_editpdf','pages',41,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1702951149,1702951149,0,NULL),(7012,'23781768d6e2474c1c1e3db0ffd600cc8786a1fd','a3781232dc44db1ed0b19cd068811b5df477ab19',96,'assignfeedback_editpdf','pages',41,'/','image_page1.png',NULL,117345,'image/png',0,NULL,NULL,NULL,1702951149,1702951149,0,NULL),(7013,'6ad50f2c87d18cdaa9e69a512706d84cb3cbaf95','1275d625543f0f62f29a2a38bc524ea1f813cddc',96,'assignfeedback_editpdf','pages',41,'/','image_page2.png',NULL,75192,'image/png',0,NULL,NULL,NULL,1702951149,1702951149,0,NULL),(7014,'24904c47f66fce55de5e4e4a592bf5590e18ca0a','031c83f2e4835b5333913ea3ebba9e3b788b4e8f',96,'assignfeedback_editpdf','pages',41,'/','image_page3.png',NULL,664643,'image/png',0,NULL,NULL,NULL,1702951149,1702951149,0,NULL),(7015,'4fdeed368b9620563f1819bfa3947768ea5c8cd0','807ff454cb309ca29b94f9f7e654ad365e5e48ca',96,'assignfeedback_editpdf','pages',41,'/','image_page4.png',NULL,82667,'image/png',0,NULL,NULL,NULL,1702951149,1702951149,0,NULL),(7024,'aaf93bf77d6dec6c1d649b29c49943b058aed2da','64ae7baba6be2cad1ccd9a6fa6f608edfad127f8',96,'assignsubmission_file','submission_files',50,'/','1121219期末報告-蔡媛萍.docx',14,35412,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'1121219期末報告-蔡媛萍.docx','蔡 媛萍','unknown',1702966900,1702966906,0,NULL),(7025,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c373cf919a4dba26b5fe2e363aed75bbd1a73312',96,'assignsubmission_file','submission_files',50,'/','.',14,0,NULL,0,NULL,NULL,NULL,1702966900,1702966906,0,NULL),(7026,'7cccee4f3f970c0055de74cd273782de211dd63f','5cb4d9f813922c68133d900c3daf21a82e2af853',1,'core','documentconversion',0,'/pdf/','aaf93bf77d6dec6c1d649b29c49943b058aed2da',NULL,165631,'application/pdf',0,NULL,NULL,NULL,1702966927,1702966927,0,NULL),(7027,'ae1b35297d7a25102638be99a745c33c5bcf4987','770d6d953de4eb8d0caeab25bfd6a626c8fb4e17',96,'assignfeedback_editpdf','combined',42,'/','combined.pdf',NULL,272938,'application/pdf',0,NULL,NULL,NULL,1702966927,1702966927,0,NULL),(7028,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1e31508691b7b6bd3fb5d8a615bf78a622ef22fd',96,'assignfeedback_editpdf','combined',42,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1702966927,1702966927,0,NULL),(7036,'b3267c3b5e75bb198a079e1f21a3975fc386a35e','c5b2a6014f52e04eb18208bd7ea46f7357086cc5',96,'assignfeedback_editpdf','pages',42,'/','image_page0.png',NULL,155374,'image/png',0,NULL,NULL,NULL,1702966930,1702966930,0,NULL),(7037,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2b6ebd697cfebbdc508681513a7a54096f665133',96,'assignfeedback_editpdf','pages',42,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1702966930,1702966930,0,NULL),(7038,'75b06d58f827ebc6e880bbc5537b03dfe7666ccf','2ac9098f4092050b5354962f96e1c6454b876609',96,'assignfeedback_editpdf','pages',42,'/','image_page1.png',NULL,179237,'image/png',0,NULL,NULL,NULL,1702966930,1702966930,0,NULL),(7039,'bd5c8e554082225e7be2b781260e48ab922aa820','2f14776f478379fd4058ca445c7e6bf01ba03263',96,'assignfeedback_editpdf','pages',42,'/','image_page2.png',NULL,153585,'image/png',0,NULL,NULL,NULL,1702966930,1702966930,0,NULL),(7040,'eefb0cba0830da7276b69f309ece61375fae7565','8e79083676d0dee5d527a8b40202e59f34f99b9f',96,'assignfeedback_editpdf','pages',42,'/','image_page3.png',NULL,116682,'image/png',0,NULL,NULL,NULL,1702966930,1702966930,0,NULL),(7041,'12430f49fe2a860c5e118d004a13eb0ad94efc54','524a0fa6956ad65bfe6231a02f099e572f3f9406',96,'assignfeedback_editpdf','pages',42,'/','image_page4.png',NULL,114249,'image/png',0,NULL,NULL,NULL,1702966930,1702966930,0,NULL),(7042,'9a8c9adae35ca47f0d35c376b6c44a7fd88bfada','4da391d12804a690965989f99bfa45377530a9cc',96,'assignfeedback_editpdf','pages',42,'/','image_page5.png',NULL,8148,'image/png',0,NULL,NULL,NULL,1702966930,1702966930,0,NULL),(7043,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ad8b820b1f69181936791fffd0f600e8d5c420fc',96,'assignfeedback_editpdf','readonlypages',42,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1702966930,1702966930,0,NULL),(7044,'b3267c3b5e75bb198a079e1f21a3975fc386a35e','bcd18c1bd750c03f35ca3c0b38ad7571460c6d66',96,'assignfeedback_editpdf','readonlypages',42,'/','image_page0.png',NULL,155374,'image/png',0,NULL,NULL,NULL,1702966930,1702966930,0,NULL),(7045,'75b06d58f827ebc6e880bbc5537b03dfe7666ccf','81ea028943bb860d0c950c2ba6b897dbdd7d0e23',96,'assignfeedback_editpdf','readonlypages',42,'/','image_page1.png',NULL,179237,'image/png',0,NULL,NULL,NULL,1702966930,1702966930,0,NULL),(7046,'bd5c8e554082225e7be2b781260e48ab922aa820','87a4d3838308f424e38df6e9395b97a1c8370665',96,'assignfeedback_editpdf','readonlypages',42,'/','image_page2.png',NULL,153585,'image/png',0,NULL,NULL,NULL,1702966930,1702966930,0,NULL),(7047,'eefb0cba0830da7276b69f309ece61375fae7565','4701845d140a308d6739c086a86f24af52b64bd5',96,'assignfeedback_editpdf','readonlypages',42,'/','image_page3.png',NULL,116682,'image/png',0,NULL,NULL,NULL,1702966930,1702966930,0,NULL),(7048,'12430f49fe2a860c5e118d004a13eb0ad94efc54','046d8b089f7c043e6b8bd3d3e81b548a2dc2c9f5',96,'assignfeedback_editpdf','readonlypages',42,'/','image_page4.png',NULL,114249,'image/png',0,NULL,NULL,NULL,1702966930,1702966930,0,NULL),(7049,'9a8c9adae35ca47f0d35c376b6c44a7fd88bfada','7420d22bb8074c9d508b1828189455f24e1f3eaf',96,'assignfeedback_editpdf','readonlypages',42,'/','image_page5.png',NULL,8148,'image/png',0,NULL,NULL,NULL,1702966930,1702966930,0,NULL),(7052,'cb55ab26fb3b60ada80043ac4ab932ebf6f1a90c','3500588a1d53f94ce0d1c5642d8feb9ed86a2f8a',88,'assignsubmission_file','submission_files',9,'/','MADiAM_wk10_hw_director.docx',12,2532276,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'MADiAM_wk10_hw_director.docx','胡 寧','unknown',1702979774,1702979803,0,NULL),(7053,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c5ff0699394db8f44623adc6cd322623e717f6cf',88,'assignsubmission_file','submission_files',9,'/','.',12,0,NULL,0,NULL,NULL,NULL,1702979774,1702979803,0,NULL),(7054,'414d3eef21af8a5639839eb62a04f824e4422f2d','f50d7372f269f6e64cb4463822627b0c2971e2da',1,'core','documentconversion',0,'/pdf/','cb55ab26fb3b60ada80043ac4ab932ebf6f1a90c',NULL,240958,'application/pdf',0,NULL,NULL,NULL,1702979826,1702979826,0,NULL),(7055,'a1f9136428d471d41501861c0baf1f2aa944fdb8','541f8f20078508be1159a57488164d556b503519',88,'assignfeedback_editpdf','combined',16,'/','combined.pdf',NULL,352508,'application/pdf',0,NULL,NULL,NULL,1702979826,1702979826,0,NULL),(7056,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3336f0a34f1dbaa27611f40d988758a0c51a1c8e',88,'assignfeedback_editpdf','combined',16,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1702979826,1702979826,0,NULL),(7062,'9c1656f869bf37efadb79f0c2bfcc8d5250735c9','3edc777cf40a4f108cd2a4246b2d2f045332e2be',88,'assignfeedback_editpdf','pages',16,'/','image_page0.png',NULL,112557,'image/png',0,NULL,NULL,NULL,1702979828,1702979828,0,NULL),(7063,'da39a3ee5e6b4b0d3255bfef95601890afd80709','950f7e58c2ebaa0f6796ea3cc654febd1a4ed02d',88,'assignfeedback_editpdf','pages',16,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1702979828,1702979828,0,NULL),(7064,'7c5b84a8fb873bd62db7a9f969ce8ec2b07d6f75','0e8bbe5e92af59af5608534864956f3dbb19238f',88,'assignfeedback_editpdf','pages',16,'/','image_page1.png',NULL,151304,'image/png',0,NULL,NULL,NULL,1702979828,1702979828,0,NULL),(7065,'1fbae9248b61412d30c4b7fd23992f3e1e8a5e0a','5279153285b620609a2245640a4e1c5892038ae8',88,'assignfeedback_editpdf','pages',16,'/','image_page2.png',NULL,48063,'image/png',0,NULL,NULL,NULL,1702979828,1702979828,0,NULL),(7066,'ea0b318a8b27eca91d0b8af45c7b38356e089594','7dfb3da875910ca70f4fa0cf3cbba720096c4002',88,'assignfeedback_editpdf','pages',16,'/','image_page3.png',NULL,32168,'image/png',0,NULL,NULL,NULL,1702979828,1702979828,0,NULL),(7067,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e8a87a2b4c1e485fa51217dc03e522bc6104b110',88,'assignfeedback_editpdf','readonlypages',16,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1702979828,1702979828,0,NULL),(7068,'9c1656f869bf37efadb79f0c2bfcc8d5250735c9','ef60b301b6298a517eba5709d329d38640d80338',88,'assignfeedback_editpdf','readonlypages',16,'/','image_page0.png',NULL,112557,'image/png',0,NULL,NULL,NULL,1702979828,1702979828,0,NULL),(7069,'7c5b84a8fb873bd62db7a9f969ce8ec2b07d6f75','4f20ab7dec33e86a32da1d3d7529a81fdc2182b4',88,'assignfeedback_editpdf','readonlypages',16,'/','image_page1.png',NULL,151304,'image/png',0,NULL,NULL,NULL,1702979828,1702979828,0,NULL),(7070,'1fbae9248b61412d30c4b7fd23992f3e1e8a5e0a','1775ab7f3f5354cdc7b79265edee6eba9afaeacc',88,'assignfeedback_editpdf','readonlypages',16,'/','image_page2.png',NULL,48063,'image/png',0,NULL,NULL,NULL,1702979828,1702979828,0,NULL),(7071,'ea0b318a8b27eca91d0b8af45c7b38356e089594','2f3c78f8616b5b088a9680777c0115d36abd9370',88,'assignfeedback_editpdf','readonlypages',16,'/','image_page3.png',NULL,32168,'image/png',0,NULL,NULL,NULL,1702979828,1702979828,0,NULL),(7074,'8c4926bb5fef1a0b6b2fbe2e73fb1af4ec7c8f2a','15059b59ef168574571c574ca8c4cd0b1475a51d',96,'assignsubmission_file','submission_files',51,'/','藝術與青少年事工期末報告-顏多嘉.docx',5,513755,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'藝術與青少年事工期末報告-顏多嘉.docx','顏 多嘉','unknown',1703040050,1703040051,0,NULL),(7075,'da39a3ee5e6b4b0d3255bfef95601890afd80709','24d726342bb7c254c18c70dabc7496169c0f8274',96,'assignsubmission_file','submission_files',51,'/','.',5,0,NULL,0,NULL,NULL,NULL,1703040050,1703040051,0,NULL),(7076,'20ac757f5e734536d1c596f517560e94dedfd86a','4c8a1a37f7883b296b73564a5289c9ccca6c4b6a',1,'core','documentconversion',0,'/pdf/','8c4926bb5fef1a0b6b2fbe2e73fb1af4ec7c8f2a',NULL,493004,'application/pdf',0,NULL,NULL,NULL,1703040067,1703040067,0,NULL),(7077,'d7e2258d5a88c1f9bd2ffb37469a7d0503eca7bf','7d17118478a05c09b9e6db2b3ec2495dce2cc90d',96,'assignfeedback_editpdf','combined',43,'/','combined.pdf',NULL,603576,'application/pdf',0,NULL,NULL,NULL,1703040068,1703040068,0,NULL),(7078,'da39a3ee5e6b4b0d3255bfef95601890afd80709','213f4706e5e72801d07440d0700332d371acbd95',96,'assignfeedback_editpdf','combined',43,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703040068,1703040068,0,NULL),(7086,'6435ce6c23294a2080ec27452a3bcdfc884c1f8b','d0fb29a789dce802d3e51b0d825d11cc38f0bf97',96,'assignfeedback_editpdf','pages',43,'/','image_page0.png',NULL,190900,'image/png',0,NULL,NULL,NULL,1703040071,1703040071,0,NULL),(7087,'da39a3ee5e6b4b0d3255bfef95601890afd80709','6529b2183d5c5219d1ecf7d5434d5e6a7aed650c',96,'assignfeedback_editpdf','pages',43,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703040071,1703040071,0,NULL),(7088,'7c376637c0800a45a3d0f1df2067314c4321ea6b','0b9b15e665b1c14426d1823163b739ea716ce9b7',96,'assignfeedback_editpdf','pages',43,'/','image_page1.png',NULL,43338,'image/png',0,NULL,NULL,NULL,1703040071,1703040071,0,NULL),(7089,'194fce8c8a39a6d8f3bd0ac5e40fc7e6e28740df','1f0cd417db8a956aa5e7d21a3cb023bc4186fafc',96,'assignfeedback_editpdf','pages',43,'/','image_page2.png',NULL,329075,'image/png',0,NULL,NULL,NULL,1703040071,1703040071,0,NULL),(7090,'5373423e52681abe958a80d2307bb4472890b374','a210b502496d520d50dd78c7be75814aec19cb18',96,'assignfeedback_editpdf','pages',43,'/','image_page3.png',NULL,343049,'image/png',0,NULL,NULL,NULL,1703040071,1703040071,0,NULL),(7091,'480f0ff8e02336b84d2ce7dd132261289c3c5199','3844ffb0ff074d0d8eeeabe95d315e0009d70f0b',96,'assignfeedback_editpdf','pages',43,'/','image_page4.png',NULL,318356,'image/png',0,NULL,NULL,NULL,1703040071,1703040071,0,NULL),(7092,'36374da20d055e712b542549bbce17c83852c590','3b18442fac034bbb9f4e6caeb7d82d37052dfe1d',96,'assignfeedback_editpdf','pages',43,'/','image_page5.png',NULL,67634,'image/png',0,NULL,NULL,NULL,1703040071,1703040071,0,NULL),(7102,'c1f1a692d1d8c6eb41f99051c19cce9aa0a957bc','0819c7cdece0a64e373315d1e9352ae0e06a0e32',93,'assignsubmission_file','submission_files',40,'/','MADiAM_wk11_hw_actor.docx',12,28461,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'MADiAM_wk11_hw_actor.docx','胡 寧','unknown',1703068554,1703068557,0,NULL),(7103,'da39a3ee5e6b4b0d3255bfef95601890afd80709','abca2dba43f6dffc51c8b62d6a268c0107e6d0d4',93,'assignsubmission_file','submission_files',40,'/','.',12,0,NULL,0,NULL,NULL,NULL,1703068554,1703068558,0,NULL),(7104,'18314c41193cedaaae5dccfda72213108ec86a28','113877ce74979d27c52c6948c64fd6551e7a9ae0',1,'core','documentconversion',0,'/pdf/','c1f1a692d1d8c6eb41f99051c19cce9aa0a957bc',NULL,71530,'application/pdf',0,NULL,NULL,NULL,1703068569,1703068569,0,NULL),(7105,'86413a0ba515bce9ea23586ae0ed514c87913296','87f98b56f502604e3d4af0ab3e61bb135968a595',93,'assignfeedback_editpdf','combined',38,'/','combined.pdf',NULL,182954,'application/pdf',0,NULL,NULL,NULL,1703068569,1703068569,0,NULL),(7106,'da39a3ee5e6b4b0d3255bfef95601890afd80709','238a69d5bdf6e42185696a131e1644ff4b172f99',93,'assignfeedback_editpdf','combined',38,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703068569,1703068569,0,NULL),(7111,'873fe805d80aed0f463fd80846d1116335a197e0','3bad1aaa3868f169dd31cc9a9ff3a2ba3163e40c',93,'assignfeedback_editpdf','pages',38,'/','image_page0.png',NULL,123593,'image/png',0,NULL,NULL,NULL,1703068571,1703068571,0,NULL),(7112,'da39a3ee5e6b4b0d3255bfef95601890afd80709','09aa7873651679c1de70e8a4f39e4079a3c54baa',93,'assignfeedback_editpdf','pages',38,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703068571,1703068571,0,NULL),(7113,'63abc937d79c2df34a929c8b12ba08286109d40c','d4e67f5e0f95644b96f579f9bb7018119a625cce',93,'assignfeedback_editpdf','pages',38,'/','image_page1.png',NULL,103952,'image/png',0,NULL,NULL,NULL,1703068571,1703068571,0,NULL),(7114,'4ccdcf5d257fa406d291f4b60277385eb3e79225','d151b4be517823b34098db53ccdf16d01f9e77e1',93,'assignfeedback_editpdf','pages',38,'/','image_page2.png',NULL,19840,'image/png',0,NULL,NULL,NULL,1703068571,1703068571,0,NULL),(7115,'da39a3ee5e6b4b0d3255bfef95601890afd80709','519449ea7a86e19ee9d42acf32ab6ebc1020d3f1',93,'assignfeedback_editpdf','readonlypages',38,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703068571,1703068571,0,NULL),(7116,'873fe805d80aed0f463fd80846d1116335a197e0','cb2cbd77ab877c9c131b3abbabce5c168643c181',93,'assignfeedback_editpdf','readonlypages',38,'/','image_page0.png',NULL,123593,'image/png',0,NULL,NULL,NULL,1703068571,1703068571,0,NULL),(7117,'63abc937d79c2df34a929c8b12ba08286109d40c','4487beb7aa962f4d88754b65852ab244472ad758',93,'assignfeedback_editpdf','readonlypages',38,'/','image_page1.png',NULL,103952,'image/png',0,NULL,NULL,NULL,1703068571,1703068571,0,NULL),(7118,'4ccdcf5d257fa406d291f4b60277385eb3e79225','66c712881d51bc857c440c8f54c102fc29db7dd1',93,'assignfeedback_editpdf','readonlypages',38,'/','image_page2.png',NULL,19840,'image/png',0,NULL,NULL,NULL,1703068571,1703068571,0,NULL),(7121,'51b72c490f71830efd967435470d463626ee79eb','aa30038740255b38d539f9b4e2c877d71e786ab4',96,'assignsubmission_file','submission_files',53,'/','期末作业final.docx',12,24226,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'期末作业final.docx','胡 寧','unknown',1703121574,1703121577,0,NULL),(7122,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e37a41557c7709a67245e43b01ec0810e2df77c9',96,'assignsubmission_file','submission_files',53,'/','.',12,0,NULL,0,NULL,NULL,NULL,1703121574,1703121577,0,NULL),(7123,'c41ba5cbdb233d21d1885a5ff69e74cecb58f50d','31d3447cd4694303babd3a53198d6167bd603efc',1,'core','documentconversion',0,'/pdf/','51b72c490f71830efd967435470d463626ee79eb',NULL,117103,'application/pdf',0,NULL,NULL,NULL,1703121606,1703121606,0,NULL),(7124,'ac31dc7f11bdb92a8eebfe6916e5800e415ee0e8','5e36a5e14f97611bbc7190fa4bc05c15fd475aa1',96,'assignfeedback_editpdf','combined',44,'/','combined.pdf',NULL,227623,'application/pdf',0,NULL,NULL,NULL,1703121607,1703121607,0,NULL),(7125,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b8d27ff64cded06e02ffdf5e883e37a3ba6c9f99',96,'assignfeedback_editpdf','combined',44,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703121607,1703121607,0,NULL),(7130,'176e770e4a83f85961faed49d2273a81aebc9751','de5a67ab2675c91e992d9a18244d494f7c6bab70',96,'assignfeedback_editpdf','pages',44,'/','image_page0.png',NULL,182548,'image/png',0,NULL,NULL,NULL,1703121609,1703121609,0,NULL),(7131,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a99210da1b1b457b179d6e75572e234394c8f5ca',96,'assignfeedback_editpdf','pages',44,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703121609,1703121609,0,NULL),(7132,'b12549f1d2d34d06b2bef9f636b949ffc7219064','a5b520789d97fd1b4202a90370ac7e796a0e1186',96,'assignfeedback_editpdf','pages',44,'/','image_page1.png',NULL,176299,'image/png',0,NULL,NULL,NULL,1703121609,1703121609,0,NULL),(7133,'1b30cacc0cddfff1519f338a7ae0564399eca506','f5ca478466c357f9283a6355d476262e0d4f57c7',96,'assignfeedback_editpdf','pages',44,'/','image_page2.png',NULL,83983,'image/png',0,NULL,NULL,NULL,1703121609,1703121609,0,NULL),(7147,'da39a3ee5e6b4b0d3255bfef95601890afd80709','81157a4d478187cf0895f9634e265e15c2d05f55',96,'assignsubmission_file','submission_files',49,'/','.',21,0,NULL,0,NULL,NULL,NULL,1703125985,1703146176,0,NULL),(7184,'58af51be1dee98962feb7f713691561a968e7dac','57fc87d50bcfcef4fab9ba1fd3daa4eb96040950',96,'assignsubmission_file','submission_files',49,'/','媒體藝術與青少年事工中的計畫 .docx',21,358487,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'媒體藝術與青少年事工中的計畫 .docx','楊 佳代','unknown',1703146207,1703146210,0,NULL),(7185,'07402f399d6fb8ca287e9c26347a1bbcbc55b94a','969f7d34bfa29c21edb3ba45776bc80a0c5cb2f3',1,'core','documentconversion',0,'/pdf/','58af51be1dee98962feb7f713691561a968e7dac',NULL,512601,'application/pdf',0,NULL,NULL,NULL,1703146266,1703146266,0,NULL),(7186,'985c08fb4fe1c5c3ff92664653140498d6957317','ed4c8b42c01f29583f74a604d04d7cb3a9530483',96,'assignfeedback_editpdf','combined',45,'/','combined.pdf',NULL,608577,'application/pdf',0,NULL,NULL,NULL,1703146267,1703146267,0,NULL),(7187,'da39a3ee5e6b4b0d3255bfef95601890afd80709','82726687ea6018e9f23552b5d09f3c2addd69b76',96,'assignfeedback_editpdf','combined',45,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703146267,1703146267,0,NULL),(7188,'29eb1dcaac5ad28bbe782c36061d225566af595b','862ad655f24573d41f51779a89e8926be7d885ec',96,'assignfeedback_editpdf','pages',45,'/','image_page0.png',NULL,384701,'image/png',0,NULL,NULL,NULL,1703146268,1703146268,0,NULL),(7189,'da39a3ee5e6b4b0d3255bfef95601890afd80709','45308a82388880b7d78152cb0e7cc4b84943db9b',96,'assignfeedback_editpdf','pages',45,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703146268,1703146268,0,NULL),(7190,'cd74c8ea84562ad3ad4043ba77c8f8cd416301c5','33953f7fb2c4a7c78e56bbd8b93d94b84f634c14',96,'assignfeedback_editpdf','pages',45,'/','image_page1.png',NULL,182987,'image/png',0,NULL,NULL,NULL,1703146268,1703146268,0,NULL),(7191,'21444447c9e5cde7169c4bbb235c09c8963be3b9','a4508d4b3d6b31e7630b54b04af9c70dc644d997',96,'assignfeedback_editpdf','pages',45,'/','image_page2.png',NULL,208811,'image/png',0,NULL,NULL,NULL,1703146268,1703146268,0,NULL),(7192,'469789e94f13ecf561b2ba6483a861d521e447cc','43042cc8de86760d8567b591be745cc903f37edf',96,'assignfeedback_editpdf','pages',45,'/','image_page3.png',NULL,70514,'image/png',0,NULL,NULL,NULL,1703146268,1703146268,0,NULL),(7195,'4736057270ba3d1142a4af5652fc0e7887d5e669','ded0f4446849849160c23160a8844978e19f44b1',96,'assignsubmission_file','submission_files',44,'/','期末作業-張志君.docx',11,68158,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'期末作業-張志君.docx','張 志君','unknown',1703150023,1703150027,0,NULL),(7196,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9037999aa5301910289bbd42a8ef6eb59048c92e',96,'assignsubmission_file','submission_files',44,'/','.',11,0,NULL,0,NULL,NULL,NULL,1703150023,1703150027,0,NULL),(7197,'44f0a93a8a8a155d50211f4cbc214677a3457bc3','fe9baa6fef6b36d95a5ecbed1f84798d11a48494',1,'core','documentconversion',0,'/pdf/','4736057270ba3d1142a4af5652fc0e7887d5e669',NULL,159547,'application/pdf',0,NULL,NULL,NULL,1703150048,1703150048,0,NULL),(7198,'8e99d53f5bc394046c9f0321b486472ec47c2ab5','c58454d05b85c631c43354bf68969f2201037758',96,'assignfeedback_editpdf','combined',46,'/','combined.pdf',NULL,270285,'application/pdf',0,NULL,NULL,NULL,1703150048,1703150048,0,NULL),(7199,'da39a3ee5e6b4b0d3255bfef95601890afd80709','87ceb1ca873062c03dbf969e3b4d59e32fd834fb',96,'assignfeedback_editpdf','combined',46,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703150048,1703150048,0,NULL),(7205,'43da82daea6f9431ced09076d4192f180348f34f','b5d2f06bfcde1ea719d95e92597e5a68f198cf5b',96,'assignfeedback_editpdf','pages',46,'/','image_page0.png',NULL,271072,'image/png',0,NULL,NULL,NULL,1703150050,1703150050,0,NULL),(7206,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c38f72316ebf9c27c67eddae0b53352d7319b4b2',96,'assignfeedback_editpdf','pages',46,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703150051,1703150051,0,NULL),(7207,'d4bf7ff7191e365619b06572c824ca50634e8311','240e377667138e9dc9875656d9359cdbe0fe59c9',96,'assignfeedback_editpdf','pages',46,'/','image_page1.png',NULL,238251,'image/png',0,NULL,NULL,NULL,1703150051,1703150051,0,NULL),(7208,'dfb554acf3826cfce21d053d5f5ed3eb3b711eb1','6d9cd1b17eecef178750cf72b686e3154aaa11a1',96,'assignfeedback_editpdf','pages',46,'/','image_page2.png',NULL,154143,'image/png',0,NULL,NULL,NULL,1703150051,1703150051,0,NULL),(7209,'837d0111129393df39d25081c720b44b960bb2db','a739ec1f140c0f6a2a85a8bd239ae403d1bdf871',96,'assignfeedback_editpdf','pages',46,'/','image_page3.png',NULL,84856,'image/png',0,NULL,NULL,NULL,1703150051,1703150051,0,NULL),(7217,'a6fb31ecfef45b4fe02a04d844b48be80f56e357','9a52765cd7f3554992ba71424a3ab66ba3e5e25b',96,'assignsubmission_file','submission_files',45,'/','郭凱弘 _「媒體、藝術與戲劇在青少年事工中的應用」期末報告2023-1221_林韡承 老師.pdf',6,429096,'application/pdf',0,'郭凱弘 _「媒體、藝術與戲劇在青少年事工中的應用」期末報告2023-1221_林韡承 老師.pdf','郭 凱弘','unknown',1703158973,1703158978,0,NULL),(7218,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d48194af67752231846820b42f20b0b22935f238',96,'assignsubmission_file','submission_files',45,'/','.',6,0,NULL,0,NULL,NULL,NULL,1703158973,1703158978,0,NULL),(7219,'f9d650af1c454240c8064812f88f6119a1c6a1dc','eba307c8f29be1a7ebcce8214e748fb990e92818',96,'assignfeedback_editpdf','combined',47,'/','combined.pdf',NULL,514037,'application/pdf',0,NULL,NULL,NULL,1703158982,1703158982,0,NULL),(7220,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1cc4190f1fab821927d7f5bdb723929a0e0839c7',96,'assignfeedback_editpdf','combined',47,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703158982,1703158982,0,NULL),(7229,'29d7873c5f13552d90d8bb1653c9fc5d3536f5ae','f8b7b89fac9b7378d9db1a0d591785b580cbe216',96,'assignfeedback_editpdf','pages',47,'/','image_page0.png',NULL,107716,'image/png',0,NULL,NULL,NULL,1703158988,1703158988,0,NULL),(7230,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ce979954299235753becf6573dca865a280b7ff9',96,'assignfeedback_editpdf','pages',47,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703158988,1703158988,0,NULL),(7231,'a188874a7445a532470f0719f14236f5dde4e155','f0c597c7ba112aac9f8492b5d0339b058c4e2632',96,'assignfeedback_editpdf','pages',47,'/','image_page1.png',NULL,144192,'image/png',0,NULL,NULL,NULL,1703158988,1703158988,0,NULL),(7232,'949b6a09f2d212fc42b93a77bd245c4dce1071d3','77b7168fffbdcbe27b864a400ce2cecfd0cd757f',96,'assignfeedback_editpdf','pages',47,'/','image_page2.png',NULL,136216,'image/png',0,NULL,NULL,NULL,1703158988,1703158988,0,NULL),(7233,'b73a12c66dbdcadd7d65d679cd90970f9c7fba8c','a72115a16e7cdd4e945edecf121d6c1c7bfe0466',96,'assignfeedback_editpdf','pages',47,'/','image_page3.png',NULL,102608,'image/png',0,NULL,NULL,NULL,1703158988,1703158988,0,NULL),(7234,'95272f0f167a88f1716c90317aee71ebc36dd3b0','5874460b831aab8f9e356b73f1ed0c68741af411',96,'assignfeedback_editpdf','pages',47,'/','image_page4.png',NULL,70714,'image/png',0,NULL,NULL,NULL,1703158988,1703158988,0,NULL),(7235,'6e1d373704fd3e2d2c2e6b6ebcbb25516cd1a4da','bebda0633e0c524159e7cc37d0204badd56faad9',96,'assignfeedback_editpdf','pages',47,'/','image_page5.png',NULL,56491,'image/png',0,NULL,NULL,NULL,1703158988,1703158988,0,NULL),(7236,'6d956ff227f47c3972055b19abe317b7237ebcad','9832f4d6b3962b978d02624721dc4f9cabd9b4e0',96,'assignfeedback_editpdf','pages',47,'/','image_page6.png',NULL,42913,'image/png',0,NULL,NULL,NULL,1703158988,1703158988,0,NULL),(7247,'b9b83eebae0b7d19f3f9589ec5ba44aeef0b2dda','a6001953b1d5ae0d2dd5f16506c00cbfe18b95a4',96,'assignsubmission_file','submission_files',48,'/','期末報告_《群物》探析與教案設計_陳可忻.docx',20,16021896,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'期末報告_《群物》探析與教案設計_陳可忻.docx','陳 可忻','unknown',1703160621,1703160625,0,NULL),(7248,'da39a3ee5e6b4b0d3255bfef95601890afd80709','884ea176a5b796c60dc36dd1dff260a67cea5e7e',96,'assignsubmission_file','submission_files',48,'/','.',20,0,NULL,0,NULL,NULL,NULL,1703160621,1703160625,0,NULL),(7249,'b762c308968ab1e11ec5aa41cc2beb8eaf38f0c1','506fe1e6c87336787a2b0367c333f3ac9dd49f41',1,'core','documentconversion',0,'/pdf/','b9b83eebae0b7d19f3f9589ec5ba44aeef0b2dda',NULL,1286069,'application/pdf',0,NULL,NULL,NULL,1703160670,1703160670,0,NULL),(7250,'7f1e3c27575449034e286d4a4a09067fc6abc0bd','e998c40fec1607e7a160d34c6033a255db23c53c',96,'assignfeedback_editpdf','combined',48,'/','combined.pdf',NULL,1400221,'application/pdf',0,NULL,NULL,NULL,1703160671,1703160671,0,NULL),(7251,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5fce122f5a8467342f523808f3df0e8daff21aa5',96,'assignfeedback_editpdf','combined',48,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703160671,1703160671,0,NULL),(7263,'4116233244ad3f27ae0ad856b48a9ebbae6514bb','5a98e8058ee0a1e2639531b975943ab1e4e57481',96,'assignfeedback_editpdf','pages',48,'/','image_page0.png',NULL,144002,'image/png',0,NULL,NULL,NULL,1703160676,1703160676,0,NULL),(7264,'da39a3ee5e6b4b0d3255bfef95601890afd80709','6f50bacce7a3955dc6ff489de64cf072e1766926',96,'assignfeedback_editpdf','pages',48,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703160676,1703160676,0,NULL),(7265,'2cc1a4f0f850818e69be93ad07f1ee763f74def3','425a081da17901fbfeeb6ef9e023c68990375a20',96,'assignfeedback_editpdf','pages',48,'/','image_page1.png',NULL,180569,'image/png',0,NULL,NULL,NULL,1703160676,1703160676,0,NULL),(7266,'27d8561ca32ca1de65e3d9c037e290735845c0ae','f5a31593a464105c139ace99eb01e7c838afbd42',96,'assignfeedback_editpdf','pages',48,'/','image_page2.png',NULL,395626,'image/png',0,NULL,NULL,NULL,1703160676,1703160676,0,NULL),(7267,'e64c28484fa7167a0742b59f18696c976209df8f','c29a36ce6970ae4612ba5cb18929588ad959033a',96,'assignfeedback_editpdf','pages',48,'/','image_page3.png',NULL,367589,'image/png',0,NULL,NULL,NULL,1703160676,1703160676,0,NULL),(7268,'245418b007624a26262ea92cda7dcd40a5a3e272','bbd3c6eb1cd8a3bc575b9463ea4d95d9f8d27a6a',96,'assignfeedback_editpdf','pages',48,'/','image_page4.png',NULL,149607,'image/png',0,NULL,NULL,NULL,1703160676,1703160676,0,NULL),(7269,'773564867466110af93f27abf9e43d6cb6a0c4d4','1f639f160aa5d00360a6882100d63eb187c223ff',96,'assignfeedback_editpdf','pages',48,'/','image_page5.png',NULL,97006,'image/png',0,NULL,NULL,NULL,1703160676,1703160676,0,NULL),(7270,'76bd13f0852f7a733e3c3530002445fd42ebd669','2cd19eb3a4bbdee8c8f97374bde0630e7e9c2a74',96,'assignfeedback_editpdf','pages',48,'/','image_page6.png',NULL,85200,'image/png',0,NULL,NULL,NULL,1703160676,1703160676,0,NULL),(7271,'cd8d4286599721d6d37a7db8363de257a085eeea','bd99c68c07c33d7c025d1ca99a0151ebb413f35f',96,'assignfeedback_editpdf','pages',48,'/','image_page7.png',NULL,89774,'image/png',0,NULL,NULL,NULL,1703160676,1703160676,0,NULL),(7272,'bddaad4d01b0c92f9f4f8eb4c6f797bf87fae66f','2325ea5f3860dd449ea1ece35028f52102b9b883',96,'assignfeedback_editpdf','pages',48,'/','image_page8.png',NULL,89818,'image/png',0,NULL,NULL,NULL,1703160676,1703160676,0,NULL),(7273,'0a04a5b3d5bd4435c8f7ea7bf0c8f390dd037847','21c95822571d6e86587aec683ed01fe00f3f355b',96,'assignfeedback_editpdf','pages',48,'/','image_page9.png',NULL,200943,'image/png',0,NULL,NULL,NULL,1703160676,1703160676,0,NULL),(7287,'3cc939fdbd6ea40d707a424edfdadca660ef3b1a','b559a1f6c1a8f0e4e74fdbfb0c655ff5a067a6b8',96,'assignsubmission_file','submission_files',54,'/','电影.docx',23,20081,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'电影.docx','李 淑芬','unknown',1703162045,1703162087,0,NULL),(7288,'da39a3ee5e6b4b0d3255bfef95601890afd80709','27e33716a92f3464efccbfac74455f9b82941c8c',96,'assignsubmission_file','submission_files',54,'/','.',23,0,NULL,0,NULL,NULL,NULL,1703162045,1703162087,0,NULL),(7289,'e1a8cbed47e51613a4b3499d6403fdd3a15fd5a1','42dd8cbebd663e0bcce27433918909e2c2a1e484',1,'core','documentconversion',0,'/pdf/','3cc939fdbd6ea40d707a424edfdadca660ef3b1a',NULL,108233,'application/pdf',0,NULL,NULL,NULL,1703162107,1703162107,0,NULL),(7290,'c6c00f214706ef76d5f31872c2f4ab202a5459be','c6c1ff0329ea41a0a0103fa1fa26ea34c946adeb',96,'assignfeedback_editpdf','combined',49,'/','combined.pdf',NULL,219664,'application/pdf',0,NULL,NULL,NULL,1703162107,1703162107,0,NULL),(7291,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c5c9690acc693967577b1dd7e3430b4ef5f436e1',96,'assignfeedback_editpdf','combined',49,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703162107,1703162107,0,NULL),(7297,'f48d52b7769e4d13b18285fd85033fbfe67ff1e6','1304ba610ef622495666bb6766b39c85dc597621',96,'assignfeedback_editpdf','pages',49,'/','image_page0.png',NULL,133233,'image/png',0,NULL,NULL,NULL,1703162109,1703162109,0,NULL),(7298,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d36f4e6e11d9f706908f176071ac8310c8e5013e',96,'assignfeedback_editpdf','pages',49,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703162109,1703162109,0,NULL),(7299,'b539699837cfbd19790b83950df1eb56967e12b9','0c75e6ffd855fec9acf312602081da8fed95aef0',96,'assignfeedback_editpdf','pages',49,'/','image_page1.png',NULL,139616,'image/png',0,NULL,NULL,NULL,1703162109,1703162109,0,NULL),(7300,'ba0ab736945bcdcee7884b4d836dde93914b9da0','a8b20efc7a0c969e8f06d0db985e8b4e76c06017',96,'assignfeedback_editpdf','pages',49,'/','image_page2.png',NULL,121490,'image/png',0,NULL,NULL,NULL,1703162109,1703162109,0,NULL),(7301,'3d9b6520a6199f88116e075c9a4e3e82841c53e3','b3346db16d8c9501fa0ebc629415adf9c817a20a',96,'assignfeedback_editpdf','pages',49,'/','image_page3.png',NULL,24468,'image/png',0,NULL,NULL,NULL,1703162109,1703162109,0,NULL),(7309,'1c879f4db91eaceebce7c746038d6aaeb742dd61','48de3896d2ec9ad348293180ef37cb97f1f2fb66',96,'assignsubmission_file','submission_files',55,'/','2023媒體藝術與戲劇_期末報告_電影Risen_賴怡娟.pdf',19,553863,'application/pdf',0,'2023媒體藝術與戲劇_期末報告_電影Risen_賴怡娟.pdf','賴 怡娟','unknown',1703172835,1703172837,0,NULL),(7310,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c70d9abf7d7fcbc2d4d2444c14f4d527ff6a5e80',96,'assignsubmission_file','submission_files',55,'/','.',19,0,NULL,0,NULL,NULL,NULL,1703172835,1703172837,0,NULL),(7311,'67da06b6b1e8f9c77fd602e8daa18009b510d041','20667d24388613e9700738e3d6a5109d59f75b38',96,'assignfeedback_editpdf','combined',50,'/','combined.pdf',NULL,379563,'application/pdf',0,NULL,NULL,NULL,1703172845,1703172845,0,NULL),(7312,'da39a3ee5e6b4b0d3255bfef95601890afd80709','989b38031e14811db01134febba752f9a27dd5b5',96,'assignfeedback_editpdf','combined',50,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703172845,1703172845,0,NULL),(7319,'0877e18eee93937692f88518b240bc0bd420061b','0cb1e826dda7970cba893375b1a11b4ef7240342',96,'assignfeedback_editpdf','pages',50,'/','image_page0.png',NULL,29691,'image/png',0,NULL,NULL,NULL,1703172848,1703172848,0,NULL),(7320,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2d6d200a74f1558c9ee96b3414d032f711de611a',96,'assignfeedback_editpdf','pages',50,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703172848,1703172848,0,NULL),(7321,'7043508e3840905c820d1f9a96a4d4ce9f188aab','4db020e4794404b8f966aa8f5ed2380cf0bf99ee',96,'assignfeedback_editpdf','pages',50,'/','image_page1.png',NULL,163180,'image/png',0,NULL,NULL,NULL,1703172848,1703172848,0,NULL),(7322,'30cab8a196580cb5fe4c3cc57cdd5f1e4fe5e31c','3c4b5a94986299b52c240fa90bbe547aa784a36c',96,'assignfeedback_editpdf','pages',50,'/','image_page2.png',NULL,142448,'image/png',0,NULL,NULL,NULL,1703172848,1703172848,0,NULL),(7323,'7c0570c9fc31774c753b59f00b681a93bc3031ad','0cef5db3f01e07ba2a19ee11fb904f8323f5e948',96,'assignfeedback_editpdf','pages',50,'/','image_page3.png',NULL,67295,'image/png',0,NULL,NULL,NULL,1703172848,1703172848,0,NULL),(7324,'9d74e4b88871e148b168c2e1bdc6beb1f38b5b35','382743900f4c5d319a487d37ee50a902397f061a',96,'assignfeedback_editpdf','pages',50,'/','image_page4.png',NULL,45748,'image/png',0,NULL,NULL,NULL,1703172848,1703172848,0,NULL),(7333,'e55cc9af29b82165045c6d6f0d6d9f3324eaf9e0','2743e1bbf31527aed3e812b873ef4f3fd973e91b',96,'assignsubmission_file','submission_files',52,'/','期末報告_逆轉人生的分析by曾曉雯.docx',22,21095,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'期末報告_逆轉人生的分析by曾曉雯.docx','曾 曉雯','unknown',1703260117,1703260124,0,NULL),(7334,'da39a3ee5e6b4b0d3255bfef95601890afd80709','dc7d674c1a3493d04130ec398b331be24052e8e2',96,'assignsubmission_file','submission_files',52,'/','.',22,0,NULL,0,NULL,NULL,NULL,1703260117,1703332342,0,NULL),(7335,'40ebd238ca6b66d6d2054a84026d5e2fc84b0329','22c56402cf90aca6e80bb4999ba31845c9e76257',1,'core','documentconversion',0,'/pdf/','e55cc9af29b82165045c6d6f0d6d9f3324eaf9e0',NULL,134630,'application/pdf',0,NULL,NULL,NULL,1703260146,1703260146,0,NULL),(7356,'6e0dd9733c4b4d16002f0dc11f4815666fa903cb','72f23a50920203d9e590b66411f6828f05a756a5',96,'assignsubmission_file','submission_files',52,'/','期末報告_逆轉人生by曾曉雯.docx',22,26271,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'期末報告_逆轉人生by曾曉雯.docx','曾 曉雯','unknown',1703332393,1703332395,0,NULL),(7357,'e6a4f9096c029243ef2b6175b8f45cd882798651','5d4741cd5c49bd7886b992dac4547383418cbe08',1,'core','documentconversion',0,'/pdf/','6e0dd9733c4b4d16002f0dc11f4815666fa903cb',NULL,154935,'application/pdf',0,NULL,NULL,NULL,1703332448,1703332448,0,NULL),(7358,'66c51f9dfa4df54c2adadbf2492a3f7b8955444d','c9c2d16cace04992f741c45cbe11dfef8777e12b',96,'assignfeedback_editpdf','combined',51,'/','combined.pdf',NULL,404453,'application/pdf',0,NULL,NULL,NULL,1703332448,1703332448,0,NULL),(7359,'da39a3ee5e6b4b0d3255bfef95601890afd80709','555c5390a611bc45b32f3693c5620657dc70dfde',96,'assignfeedback_editpdf','combined',51,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703332448,1703332448,0,NULL),(7360,'1d8648476cd5057250742e9e273094c2712b8cb2','6929d24ba908ecbb57749dfcd66c6a3cc4cc7800',96,'assignfeedback_editpdf','pages',51,'/','image_page0.png',NULL,228192,'image/png',0,NULL,NULL,NULL,1703332450,1703332450,0,NULL),(7361,'da39a3ee5e6b4b0d3255bfef95601890afd80709','deadf2c1f9e548bc698f87d5400766c169a05d1d',96,'assignfeedback_editpdf','pages',51,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703332450,1703332450,0,NULL),(7362,'e9ff0afce72be0b0420a2af816d643db80fc0214','8b7c7a6db58e511bf8ca3a533267cea1f0b0bbde',96,'assignfeedback_editpdf','pages',51,'/','image_page1.png',NULL,235102,'image/png',0,NULL,NULL,NULL,1703332450,1703332450,0,NULL),(7363,'24a948754032685fcfa3fc4f036688c12026e18b','2c3c3bde56a67246e6090d37c715dad2df5f9a08',96,'assignfeedback_editpdf','pages',51,'/','image_page2.png',NULL,179080,'image/png',0,NULL,NULL,NULL,1703332450,1703332450,0,NULL),(7364,'99f96828383fc958404d8bf2736f5d9085d6573b','9103b035a82992d310886388163588a4ae30fb51',96,'assignfeedback_editpdf','pages',51,'/','image_page3.png',NULL,26475,'image/png',0,NULL,NULL,NULL,1703332450,1703332450,0,NULL),(7365,'70d4145248c915501bf43871d4ad2b39bd2d8889','c90bad0f5b4fbd2253561be9c14c042eb250484d',96,'assignfeedback_editpdf','pages',51,'/','image_page4.png',NULL,215631,'image/png',0,NULL,NULL,NULL,1703332450,1703332450,0,NULL),(7366,'8bbe6ea93e68fc6e976d919b17ad588b97d8131d','b20ccbd23b93d284850aadc186509a5748b90a84',96,'assignfeedback_editpdf','pages',51,'/','image_page5.png',NULL,223419,'image/png',0,NULL,NULL,NULL,1703332450,1703332450,0,NULL),(7367,'9612d400c61f6f187c7090ba12baab5d9c0fbc64','ee520c7d009ff4b6ea23e6257e3dc38a7dab22ed',96,'assignfeedback_editpdf','pages',51,'/','image_page6.png',NULL,147128,'image/png',0,NULL,NULL,NULL,1703332450,1703332450,0,NULL),(7368,'d902a529284c82baa91f230d583ffb574c0eeae7','c1188d0564920a207dd340b07a93d04dd097fcfd',96,'assignfeedback_editpdf','pages',51,'/','image_page7.png',NULL,129380,'image/png',0,NULL,NULL,NULL,1703332450,1703332450,0,NULL),(7369,'e51cb5f25bbe9bf74ea5921a9fc8d48326f9bf3d','1de86cc06abb5705b27e801c2c0de0045c90d3bb',96,'assignfeedback_editpdf','pages',51,'/','image_page8.png',NULL,102694,'image/png',0,NULL,NULL,NULL,1703332450,1703332450,0,NULL),(7370,'663284248e9437510d219ad76233a60ff486554d','1208d38b12399b1a3becd64081b29567344a11fd',96,'assignfeedback_editpdf','pages',51,'/','image_page9.png',NULL,73344,'image/png',0,NULL,NULL,NULL,1703332450,1703332450,0,NULL),(7373,'987fd500a2a693cc888dda73d238679e318fa2eb','fd3b6f3afb8a1447532e8dd2699729521efc7c29',88,'assignsubmission_file','submission_files',24,'/','MADiAM_wk10_hw_director.pages',15,3641086,'application/zip',0,'MADiAM_wk10_hw_director.pages','王 偉','unknown',1703690738,1703690745,0,NULL),(7374,'da39a3ee5e6b4b0d3255bfef95601890afd80709','797a1bb4395c355232082c262d35cc572b94f9f6',88,'assignsubmission_file','submission_files',24,'/','.',15,0,NULL,0,NULL,NULL,NULL,1703690738,1703690745,0,NULL),(7375,'3b29518d9cf52d67f9d38dffb59492df44bfcd3f','4ab302d2630efef23f3e91f67035028e8fcb7083',88,'assignfeedback_editpdf','partial',18,'/','combined.pdf',NULL,110960,'application/pdf',0,NULL,NULL,NULL,1703690763,1703690763,0,NULL),(7376,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c910faa590cdc923da5457c126b023e2f63bdb5a',88,'assignfeedback_editpdf','partial',18,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703690763,1703690763,0,NULL),(7381,'da39a3ee5e6b4b0d3255bfef95601890afd80709','bbbb7743273d5ccd5581caeebfaa0e73af6ae719',88,'assignfeedback_editpdf','readonlypages',18,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703690764,1703690764,0,NULL),(7382,'e973fbbbf0e04ecaceb6355e116bfe9cb159b7fb','a3556192be4e85b36a44f2807ddb72612dfc9c34',88,'assignfeedback_editpdf','readonlypages',18,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703690764,1703690764,0,NULL),(7387,'f69b6eb8e963f57d4f724ee1aad2783edc8c1f4a','42d276695c08acd79e6bda63e6a5883f918bea96',95,'mod_forum','post',195,'/','73dff627207576969704c2d4d1a83b45.jpeg',15,2476476,'image/jpeg',0,'73dff627207576969704c2d4d1a83b45.jpeg','王 偉','unknown',1703693717,1703693776,0,NULL),(7388,'da39a3ee5e6b4b0d3255bfef95601890afd80709','90c900c374bc3226654235f72a72ba328a2fa55f',95,'mod_forum','post',195,'/','.',15,0,NULL,0,NULL,NULL,NULL,1703693717,1703693776,0,NULL),(7443,'4c803c92c71f21b423d13de570c8a09e0a31c718','0fafb998ad6a6d7ab34c991ae865a96196ee444f',88,'assignfeedback_editpdf','combined',11,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1703700006,1703700006,0,NULL),(7444,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1e17f33ba953333aa7e1ae217ad1f0738d997c60',88,'assignfeedback_editpdf','combined',11,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700006,1703700006,0,NULL),(7445,'e410675e02b61cfb86640dcd51b340ac93b1f5cc','3fe6cba165f44f9aa583458a7cb867e02ed93d04',88,'assignfeedback_editpdf','pages',11,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703700006,1703700006,0,NULL),(7446,'da39a3ee5e6b4b0d3255bfef95601890afd80709','34c124da398ab02d17ca41f72096b71f5756784d',88,'assignfeedback_editpdf','pages',11,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700006,1703700006,0,NULL),(7449,'4c803c92c71f21b423d13de570c8a09e0a31c718','2fd6a08605640979c37577127cfadf8a99580d34',88,'assignfeedback_editpdf','combined',12,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1703700022,1703700022,0,NULL),(7450,'da39a3ee5e6b4b0d3255bfef95601890afd80709','aac208641e1d5089c97b6ce2d8effec80ebcd1f3',88,'assignfeedback_editpdf','combined',12,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700022,1703700022,0,NULL),(7451,'e410675e02b61cfb86640dcd51b340ac93b1f5cc','94f9aa47b9e57f24780fe5e215a44c7c8a880663',88,'assignfeedback_editpdf','pages',12,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703700022,1703700022,0,NULL),(7452,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9218b6f154d62720e9398791e73bae0383002cfb',88,'assignfeedback_editpdf','pages',12,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700022,1703700022,0,NULL),(7455,'4c803c92c71f21b423d13de570c8a09e0a31c718','f46ea396f864a855e0d77b0908e40aab3e0d2a0d',88,'assignfeedback_editpdf','combined',13,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1703700024,1703700024,0,NULL),(7456,'da39a3ee5e6b4b0d3255bfef95601890afd80709','58a5e5d7ddd54c791bfa56aef7a69951bfc0c3c3',88,'assignfeedback_editpdf','combined',13,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700024,1703700024,0,NULL),(7457,'e410675e02b61cfb86640dcd51b340ac93b1f5cc','e81c3c94f27f99067cecbc936dfb290595350e26',88,'assignfeedback_editpdf','pages',13,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703700024,1703700024,0,NULL),(7458,'da39a3ee5e6b4b0d3255bfef95601890afd80709','470be31a25fb0b6caf932796de77d3ff8cd4a7f3',88,'assignfeedback_editpdf','pages',13,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700024,1703700024,0,NULL),(7461,'4c803c92c71f21b423d13de570c8a09e0a31c718','a70ff872044054618c5b51177238398fd9999622',88,'assignfeedback_editpdf','combined',14,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1703700026,1703700026,0,NULL),(7462,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0c97fc0e218c712fb5f4dec8ec454b319cd922cc',88,'assignfeedback_editpdf','combined',14,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700026,1703700026,0,NULL),(7463,'e410675e02b61cfb86640dcd51b340ac93b1f5cc','f605e59b9faa3add92b950063d3b374b44d6d584',88,'assignfeedback_editpdf','pages',14,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703700026,1703700026,0,NULL),(7464,'da39a3ee5e6b4b0d3255bfef95601890afd80709','db74774eaed798f3870ece2ee0c0a10948b4713a',88,'assignfeedback_editpdf','pages',14,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700026,1703700026,0,NULL),(7467,'4c803c92c71f21b423d13de570c8a09e0a31c718','349b409927bebff7a06056a2785dadd08d7d5b21',88,'assignfeedback_editpdf','combined',15,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1703700028,1703700028,0,NULL),(7468,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c8128da26cca249557e41d472e4eef8d0f57148e',88,'assignfeedback_editpdf','combined',15,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700028,1703700028,0,NULL),(7469,'e410675e02b61cfb86640dcd51b340ac93b1f5cc','fb8d87d44e698ef85dd5f5a98f6f37f0f729ecb6',88,'assignfeedback_editpdf','pages',15,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703700028,1703700028,0,NULL),(7470,'da39a3ee5e6b4b0d3255bfef95601890afd80709','25a5856b6556b8d7a0ee0c504bbf734f2837156e',88,'assignfeedback_editpdf','pages',15,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700028,1703700028,0,NULL),(7473,'4c803c92c71f21b423d13de570c8a09e0a31c718','220d947974eff386acd5db02c7328507a01e8aee',88,'assignfeedback_editpdf','combined',17,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1703700036,1703700036,0,NULL),(7474,'da39a3ee5e6b4b0d3255bfef95601890afd80709','936a56b594effdda51d7a0d93c7dabe1f282af7b',88,'assignfeedback_editpdf','combined',17,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700036,1703700036,0,NULL),(7475,'e410675e02b61cfb86640dcd51b340ac93b1f5cc','919a733317ce80d5c979dbb59aee1703634786a7',88,'assignfeedback_editpdf','pages',17,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703700036,1703700036,0,NULL),(7476,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c8fed1f12c0ed0967da8caad822ba96ec1e5b1a5',88,'assignfeedback_editpdf','pages',17,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700036,1703700036,0,NULL),(7477,'e973fbbbf0e04ecaceb6355e116bfe9cb159b7fb','e8ace7e8e19d623d6edaba2d4f7cf765983da80e',88,'assignfeedback_editpdf','pages',18,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703700042,1703700042,0,NULL),(7478,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0a6d4a3baf375d328085caea7473df63bdbec65b',88,'assignfeedback_editpdf','pages',18,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700042,1703700042,0,NULL),(7481,'4c803c92c71f21b423d13de570c8a09e0a31c718','f6ef10edac85c9ec8e7346097efa1183d8e02a84',88,'assignfeedback_editpdf','combined',19,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1703700050,1703700050,0,NULL),(7482,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f15aa49353735f4883041d40e7787e374aca6fbc',88,'assignfeedback_editpdf','combined',19,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700050,1703700050,0,NULL),(7483,'e410675e02b61cfb86640dcd51b340ac93b1f5cc','4dca3cb6393493d1e4e12207f69407e15335e13d',88,'assignfeedback_editpdf','pages',19,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703700050,1703700050,0,NULL),(7484,'da39a3ee5e6b4b0d3255bfef95601890afd80709','62fc152037e6acada6e1a52b0587b4d4f0aa67e3',88,'assignfeedback_editpdf','pages',19,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700050,1703700050,0,NULL),(7487,'4c803c92c71f21b423d13de570c8a09e0a31c718','b7279f04712ab84c3adac13345bf95c0ac9566b9',88,'assignfeedback_editpdf','combined',20,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1703700052,1703700052,0,NULL),(7488,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2a755585aa4fe5bc803ce0a040fda62313a38510',88,'assignfeedback_editpdf','combined',20,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700052,1703700052,0,NULL),(7489,'e410675e02b61cfb86640dcd51b340ac93b1f5cc','7390bef9c4259c0aac60584ffc91b3b6baa41e14',88,'assignfeedback_editpdf','pages',20,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703700052,1703700052,0,NULL),(7490,'da39a3ee5e6b4b0d3255bfef95601890afd80709','496ac20f934ea355f2fd27e6ae4e6d095bf33467',88,'assignfeedback_editpdf','pages',20,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700052,1703700052,0,NULL),(7493,'4c803c92c71f21b423d13de570c8a09e0a31c718','a7e82ca6d03612184d1c2f09f8d3b9bb21bc44b2',93,'assignfeedback_editpdf','combined',30,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1703700089,1703700089,0,NULL),(7494,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0721f52a82170c041047878b4d6441ec6a2e5c37',93,'assignfeedback_editpdf','combined',30,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700089,1703700089,0,NULL),(7495,'e410675e02b61cfb86640dcd51b340ac93b1f5cc','31fd16267bca07d3080d43fb1c6ee766a5d9157f',93,'assignfeedback_editpdf','pages',30,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703700089,1703700089,0,NULL),(7496,'da39a3ee5e6b4b0d3255bfef95601890afd80709','57c448bdf11b3425ba426f17fa4756e9f7cb4dc1',93,'assignfeedback_editpdf','pages',30,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700089,1703700089,0,NULL),(7497,'e973fbbbf0e04ecaceb6355e116bfe9cb159b7fb','3d3094511e8f7638d36cd1cd531f778883f93d6f',93,'assignfeedback_editpdf','pages',31,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703700091,1703700091,0,NULL),(7498,'da39a3ee5e6b4b0d3255bfef95601890afd80709','82f6bf9322890eedb0325bf620ce691f964260a6',93,'assignfeedback_editpdf','pages',31,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700091,1703700091,0,NULL),(7507,'4c803c92c71f21b423d13de570c8a09e0a31c718','98886faa284826256a3fe92a37978a120649fd59',93,'assignfeedback_editpdf','combined',33,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1703700117,1703700117,0,NULL),(7508,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b13fc6932d204e8971e8b7d1ed60469343491ee6',93,'assignfeedback_editpdf','combined',33,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700117,1703700117,0,NULL),(7509,'e410675e02b61cfb86640dcd51b340ac93b1f5cc','1d62a95eee50c3abb5e271b105738b5d069522bb',93,'assignfeedback_editpdf','pages',33,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703700117,1703700117,0,NULL),(7510,'da39a3ee5e6b4b0d3255bfef95601890afd80709','01fabaeb95ff93df5115c289e50f48c34f91f6c1',93,'assignfeedback_editpdf','pages',33,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700117,1703700117,0,NULL),(7513,'4c803c92c71f21b423d13de570c8a09e0a31c718','9538e14930fee087cb5af207aefc1cdfbbdab02e',93,'assignfeedback_editpdf','combined',34,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1703700119,1703700119,0,NULL),(7514,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9d5e4cab3733b4d450c9ab49178debe275ba74da',93,'assignfeedback_editpdf','combined',34,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700119,1703700119,0,NULL),(7515,'e410675e02b61cfb86640dcd51b340ac93b1f5cc','f12fefe78ce6768d7826255de972f7ea0369ad5f',93,'assignfeedback_editpdf','pages',34,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703700119,1703700119,0,NULL),(7516,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8160d5eecd43719828f58d69167718f7a2641f59',93,'assignfeedback_editpdf','pages',34,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700119,1703700119,0,NULL),(7519,'4c803c92c71f21b423d13de570c8a09e0a31c718','a5db49d0239e201f6085a3b1e3ea0a0be12f93f9',93,'assignfeedback_editpdf','combined',35,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1703700121,1703700121,0,NULL),(7520,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cdf0dc605f62867c63de2c3cdab9b0e152cb1af2',93,'assignfeedback_editpdf','combined',35,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700121,1703700121,0,NULL),(7521,'e410675e02b61cfb86640dcd51b340ac93b1f5cc','0538e1c741a9aa91f5d9ba37aefff14c5409f934',93,'assignfeedback_editpdf','pages',35,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703700121,1703700121,0,NULL),(7522,'da39a3ee5e6b4b0d3255bfef95601890afd80709','48a9e880b1da872db0880f3f5f2b59321895d658',93,'assignfeedback_editpdf','pages',35,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700121,1703700121,0,NULL),(7525,'4c803c92c71f21b423d13de570c8a09e0a31c718','d30b50c2de360610e95b422cbe16dc284582121b',93,'assignfeedback_editpdf','combined',36,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1703700123,1703700123,0,NULL),(7526,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7203b1170d839aea49598ba8ab44ac32894fca7b',93,'assignfeedback_editpdf','combined',36,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700123,1703700123,0,NULL),(7527,'e410675e02b61cfb86640dcd51b340ac93b1f5cc','3f3902d87ccd83c7570a0cc8554e50b6216f6c6c',93,'assignfeedback_editpdf','pages',36,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703700123,1703700123,0,NULL),(7528,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cfa3ee441335b4715629b58cf3347298f5bceda4',93,'assignfeedback_editpdf','pages',36,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700123,1703700123,0,NULL),(7531,'4c803c92c71f21b423d13de570c8a09e0a31c718','c3f4df6ec49a2d53854201de687e1f9490988d11',93,'assignfeedback_editpdf','combined',40,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1703700138,1703700138,0,NULL),(7532,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f76215726ac233caae1e544f35ded6249b33f572',93,'assignfeedback_editpdf','combined',40,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700138,1703700138,0,NULL),(7533,'e410675e02b61cfb86640dcd51b340ac93b1f5cc','9804c601fec0d52e8a931476fbe557b87d63cc28',93,'assignfeedback_editpdf','pages',40,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703700138,1703700138,0,NULL),(7534,'da39a3ee5e6b4b0d3255bfef95601890afd80709','43893381a4db13026dd531761020b5e87be1eb70',93,'assignfeedback_editpdf','pages',40,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700138,1703700138,0,NULL),(7543,'4c803c92c71f21b423d13de570c8a09e0a31c718','b5a51fee2b65765a3c0d5d0ddeca88cb6909facc',93,'assignfeedback_editpdf','combined',23,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1703700148,1703700148,0,NULL),(7544,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b042b1d26980659baabe0b7ef51ecb2ec6b9eea0',93,'assignfeedback_editpdf','combined',23,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700148,1703700148,0,NULL),(7545,'e410675e02b61cfb86640dcd51b340ac93b1f5cc','753be1a8c56f36c539f0203c75e4853165f28f9d',93,'assignfeedback_editpdf','pages',23,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703700149,1703700149,0,NULL),(7546,'da39a3ee5e6b4b0d3255bfef95601890afd80709','bf22a2c336c82b0e8f9fc7a026dde65f5cafec57',93,'assignfeedback_editpdf','pages',23,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700149,1703700149,0,NULL),(7549,'4c803c92c71f21b423d13de570c8a09e0a31c718','b55733433ed02c9f0525b2feb67ac23a079566c5',93,'assignfeedback_editpdf','combined',24,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1703700165,1703700165,0,NULL),(7550,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a5d569c4bc1bc12dadaefd6f0eb5a449da053864',93,'assignfeedback_editpdf','combined',24,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700165,1703700165,0,NULL),(7551,'e410675e02b61cfb86640dcd51b340ac93b1f5cc','00a2619de5eacd2c17039b985040bbb680fa3823',93,'assignfeedback_editpdf','pages',24,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703700165,1703700165,0,NULL),(7552,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9d09a850a19b296a6d5904834e0a99ddd8ef9422',93,'assignfeedback_editpdf','pages',24,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703700165,1703700165,0,NULL),(7553,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','768e7909646cde91f2c430ea0073e907cd6e4753',96,'assignfeedback_editpdf','stamps',41,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7554,'da39a3ee5e6b4b0d3255bfef95601890afd80709','328e34cf1cd9fb7438d8fd85f025f331d9af2486',96,'assignfeedback_editpdf','stamps',41,'/','.',2,0,NULL,0,NULL,NULL,NULL,1703700189,1703700189,0,NULL),(7555,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','551201aff1f4d24fb945523c8aafb5eaaf824786',96,'assignfeedback_editpdf','stamps',41,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7556,'5f8e911d0da441e36f47c5c46f4393269211ca56','5ce29992276229c62d310a7da1672f53851d9fbc',96,'assignfeedback_editpdf','stamps',41,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7557,'0c5190a24c3943966541401c883eacaa20ca20cb','1593e6470ee9cb66bd414937d4ed1b55c5b4c8b8',96,'assignfeedback_editpdf','stamps',41,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7558,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','ed014dfa47fc84bab8e73a39b24f88d0b685b298',96,'assignfeedback_editpdf','stamps',52,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7559,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5de47f6df3f8104b4dabadf67329eed9262c7548',96,'assignfeedback_editpdf','stamps',52,'/','.',2,0,NULL,0,NULL,NULL,NULL,1703700194,1703700194,0,NULL),(7560,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','29acafb5ce310c7b24e28ddf464f09d07f667169',96,'assignfeedback_editpdf','stamps',52,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7561,'5f8e911d0da441e36f47c5c46f4393269211ca56','0fb200d197a59e6915f623a993039733da456320',96,'assignfeedback_editpdf','stamps',52,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7562,'0c5190a24c3943966541401c883eacaa20ca20cb','992848228f35839325a3546077b95903de00313d',96,'assignfeedback_editpdf','stamps',52,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7569,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','b9640b2eab2737e7fab620ca283b28909ef14c47',96,'assignfeedback_editpdf','stamps',43,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7570,'da39a3ee5e6b4b0d3255bfef95601890afd80709','27668b8d6fc002761dfd4578644ea172b57b1fd4',96,'assignfeedback_editpdf','stamps',43,'/','.',2,0,NULL,0,NULL,NULL,NULL,1703700198,1703700198,0,NULL),(7571,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','f999fb8b6781e204bebde59d8f388b6856f0a015',96,'assignfeedback_editpdf','stamps',43,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7572,'5f8e911d0da441e36f47c5c46f4393269211ca56','298ca61732c4f5e92ab6d2026d5e8783ae9e890b',96,'assignfeedback_editpdf','stamps',43,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7573,'0c5190a24c3943966541401c883eacaa20ca20cb','451d3e4cf4abfaf947064bd51673afb40a7b585d',96,'assignfeedback_editpdf','stamps',43,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7574,'6ba5de0b6e093b579ad52392dd3798e0b32d174c','f3cde7261df3d0927cf76acc86ab99daf4f9904d',96,'assignfeedback_editpdf','download',43,'/','多嘉 顏_41_0.pdf',NULL,711060,'application/pdf',0,NULL,NULL,NULL,1703702126,1703702126,0,NULL),(7575,'da39a3ee5e6b4b0d3255bfef95601890afd80709','783bc57eca122226899d915361e4624cbb161169',96,'assignfeedback_editpdf','download',43,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703702126,1703702126,0,NULL),(7576,'da39a3ee5e6b4b0d3255bfef95601890afd80709','026e8ef821205b636efef91d3d2d426e7d930965',96,'assignfeedback_editpdf','readonlypages',43,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703040071,1703040071,0,NULL),(7577,'6435ce6c23294a2080ec27452a3bcdfc884c1f8b','f2f17a6426eabe36993d72f9a30c1cbb6b738648',96,'assignfeedback_editpdf','readonlypages',43,'/','image_page0.png',NULL,190900,'image/png',0,NULL,NULL,NULL,1703040071,1703040071,0,NULL),(7578,'7c376637c0800a45a3d0f1df2067314c4321ea6b','39f823b44631c6710a9d0d8a47b396b26111fb90',96,'assignfeedback_editpdf','readonlypages',43,'/','image_page1.png',NULL,43338,'image/png',0,NULL,NULL,NULL,1703040071,1703040071,0,NULL),(7579,'194fce8c8a39a6d8f3bd0ac5e40fc7e6e28740df','0925c3555ff66804cda586b6023c8b540ad350d4',96,'assignfeedback_editpdf','readonlypages',43,'/','image_page2.png',NULL,329075,'image/png',0,NULL,NULL,NULL,1703040071,1703040071,0,NULL),(7580,'5373423e52681abe958a80d2307bb4472890b374','fa19306297723c465624cbbf06a3c598662219e1',96,'assignfeedback_editpdf','readonlypages',43,'/','image_page3.png',NULL,343049,'image/png',0,NULL,NULL,NULL,1703040071,1703040071,0,NULL),(7581,'480f0ff8e02336b84d2ce7dd132261289c3c5199','97e895c99edce45f5a1939458578195b7a48e3c0',96,'assignfeedback_editpdf','readonlypages',43,'/','image_page4.png',NULL,318356,'image/png',0,NULL,NULL,NULL,1703040071,1703040071,0,NULL),(7582,'36374da20d055e712b542549bbce17c83852c590','eb6c10733ec08b61a8dc336720015b1f27cd7657',96,'assignfeedback_editpdf','readonlypages',43,'/','image_page5.png',NULL,67634,'image/png',0,NULL,NULL,NULL,1703040071,1703040071,0,NULL),(7583,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','a2efdd7fc4626322741659d9e4e01feaf61a3ae6',96,'assignfeedback_editpdf','stamps',47,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7584,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c610a38bd898f5fc8fc534b539dbdcba5b9f3349',96,'assignfeedback_editpdf','stamps',47,'/','.',2,0,NULL,0,NULL,NULL,NULL,1703702128,1703702128,0,NULL),(7585,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','e2ca40e34324a35c7c0dffd1326debf666cef6b7',96,'assignfeedback_editpdf','stamps',47,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7586,'5f8e911d0da441e36f47c5c46f4393269211ca56','b5eae903b83a06883dd7177263630e1cbc748bce',96,'assignfeedback_editpdf','stamps',47,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7587,'0c5190a24c3943966541401c883eacaa20ca20cb','d28dfbba8a45b2498dbda76b7129715b30f8a5ce',96,'assignfeedback_editpdf','stamps',47,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7588,'1f39f16b8ef48b18a5dfd36cd0fa218acc3ab38f','89f377e64063580e8beeb01ffdbc5c80815dce9a',96,'assignfeedback_editpdf','download',47,'/','凱弘 郭_60_0.pdf',NULL,659954,'application/pdf',0,NULL,NULL,NULL,1703703085,1703703085,0,NULL),(7589,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3688315a5ca1eaf4103d3d68504d8042de0eb56f',96,'assignfeedback_editpdf','download',47,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703703085,1703703085,0,NULL),(7590,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ed48682cf45bf44ee586b2d009014291f31e6541',96,'assignfeedback_editpdf','readonlypages',47,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703158988,1703158988,0,NULL),(7591,'29d7873c5f13552d90d8bb1653c9fc5d3536f5ae','7129d8c3f84e6fde70fe07262b712e0bbb8cdf72',96,'assignfeedback_editpdf','readonlypages',47,'/','image_page0.png',NULL,107716,'image/png',0,NULL,NULL,NULL,1703158988,1703158988,0,NULL),(7592,'a188874a7445a532470f0719f14236f5dde4e155','7f51662ebc1570d7e42bd850822f1ea190c8453c',96,'assignfeedback_editpdf','readonlypages',47,'/','image_page1.png',NULL,144192,'image/png',0,NULL,NULL,NULL,1703158988,1703158988,0,NULL),(7593,'949b6a09f2d212fc42b93a77bd245c4dce1071d3','9605664ba12f776d1e450d2d1a2bc900ea7cfaf4',96,'assignfeedback_editpdf','readonlypages',47,'/','image_page2.png',NULL,136216,'image/png',0,NULL,NULL,NULL,1703158988,1703158988,0,NULL),(7594,'b73a12c66dbdcadd7d65d679cd90970f9c7fba8c','3687655f61eb062fb801e22004f4aaf1c085c1b2',96,'assignfeedback_editpdf','readonlypages',47,'/','image_page3.png',NULL,102608,'image/png',0,NULL,NULL,NULL,1703158988,1703158988,0,NULL),(7595,'95272f0f167a88f1716c90317aee71ebc36dd3b0','d4b105ac39760ebc42a911165ebfa91357d496be',96,'assignfeedback_editpdf','readonlypages',47,'/','image_page4.png',NULL,70714,'image/png',0,NULL,NULL,NULL,1703158988,1703158988,0,NULL),(7596,'6e1d373704fd3e2d2c2e6b6ebcbb25516cd1a4da','58c37e490a20023c9db5b75bb4d472326c0f13bb',96,'assignfeedback_editpdf','readonlypages',47,'/','image_page5.png',NULL,56491,'image/png',0,NULL,NULL,NULL,1703158988,1703158988,0,NULL),(7597,'6d956ff227f47c3972055b19abe317b7237ebcad','700a72df46df5ea845ec38e2183c48449acf63c6',96,'assignfeedback_editpdf','readonlypages',47,'/','image_page6.png',NULL,42913,'image/png',0,NULL,NULL,NULL,1703158988,1703158988,0,NULL),(7598,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','cac539c35be3cd3f2e1a11c3ad0ffae4503ba919',96,'assignfeedback_editpdf','stamps',53,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7599,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e10b2e49f1dcc7560a86e9c24693277c2bc9d9ae',96,'assignfeedback_editpdf','stamps',53,'/','.',2,0,NULL,0,NULL,NULL,NULL,1703703087,1703703087,0,NULL),(7600,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','db81d8a3148a939a38be9fa3418a842de0aa1b10',96,'assignfeedback_editpdf','stamps',53,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7601,'5f8e911d0da441e36f47c5c46f4393269211ca56','cc42b42c19837822d709baa2d20e9ce16f23e491',96,'assignfeedback_editpdf','stamps',53,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7602,'0c5190a24c3943966541401c883eacaa20ca20cb','2ebe8260ef573f24fb82c3a27f70424d289fa8da',96,'assignfeedback_editpdf','stamps',53,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7609,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','52ea1ec22e2c746ed165f01b1995e7d7b7b4804f',96,'assignfeedback_editpdf','stamps',54,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7610,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2d6e1078731d06c6c9f3f5450f799e8a3f5ca315',96,'assignfeedback_editpdf','stamps',54,'/','.',2,0,NULL,0,NULL,NULL,NULL,1703703092,1703703092,0,NULL),(7611,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','9855ebb2bcdfe79638c8cd0a19df1c8e93f93702',96,'assignfeedback_editpdf','stamps',54,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7612,'5f8e911d0da441e36f47c5c46f4393269211ca56','b36a1c2d2f500b3a727933bca2a07dc5655a4125',96,'assignfeedback_editpdf','stamps',54,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7613,'0c5190a24c3943966541401c883eacaa20ca20cb','d733d6124945275e3acf8f5f13438fb8ca44bfd4',96,'assignfeedback_editpdf','stamps',54,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7620,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','af5e0731831db3ad469704817396ccf4e800a174',96,'assignfeedback_editpdf','stamps',55,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7621,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8e89c40320145bccbe941cf02d8b80c047f44f5f',96,'assignfeedback_editpdf','stamps',55,'/','.',2,0,NULL,0,NULL,NULL,NULL,1703703094,1703703094,0,NULL),(7622,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','b22437021a9dd77ba2e8595c341786c49eee60f9',96,'assignfeedback_editpdf','stamps',55,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7623,'5f8e911d0da441e36f47c5c46f4393269211ca56','a528e4f82abefb5184e83828f8185db50ceed146',96,'assignfeedback_editpdf','stamps',55,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7624,'0c5190a24c3943966541401c883eacaa20ca20cb','686be61a0ea94cb05b03570fe4110368f38a0c71',96,'assignfeedback_editpdf','stamps',55,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7631,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','eff53f5608f567226296f468d9d39e10dcf5e8cf',96,'assignfeedback_editpdf','stamps',56,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7632,'da39a3ee5e6b4b0d3255bfef95601890afd80709','eff2568c1b3499a51324d11ebf959e4cae92b1eb',96,'assignfeedback_editpdf','stamps',56,'/','.',2,0,NULL,0,NULL,NULL,NULL,1703703097,1703703097,0,NULL),(7633,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','464df884213032b7620949226c1ac5dcafc53c63',96,'assignfeedback_editpdf','stamps',56,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7634,'5f8e911d0da441e36f47c5c46f4393269211ca56','b368c24edaae5887d23cb5991b5075199c7b30bc',96,'assignfeedback_editpdf','stamps',56,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7635,'0c5190a24c3943966541401c883eacaa20ca20cb','79315aafd5122e03ab4b13d8e1aa0515dac181ab',96,'assignfeedback_editpdf','stamps',56,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7642,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','8f2eb7ae7639271b165aac22f86e586f72920b84',96,'assignfeedback_editpdf','stamps',46,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7643,'da39a3ee5e6b4b0d3255bfef95601890afd80709','78874d3930f8563d4575df5747d1430eec8b86c1',96,'assignfeedback_editpdf','stamps',46,'/','.',2,0,NULL,0,NULL,NULL,NULL,1703703099,1703703099,0,NULL),(7644,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','344411930239da94b87abbf7cf845f25b21b3c8a',96,'assignfeedback_editpdf','stamps',46,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7645,'5f8e911d0da441e36f47c5c46f4393269211ca56','3b9f97da93cb303d6c31085fb48bba78a13841d2',96,'assignfeedback_editpdf','stamps',46,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7646,'0c5190a24c3943966541401c883eacaa20ca20cb','e995d1ca5aa32513e280063a0705c4ab00efaa6f',96,'assignfeedback_editpdf','stamps',46,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7647,'1722e099804a2d48dc28afe1fd547e9ecd9c1143','1b0540696b891c15da67e428ba0e62145c477286',96,'assignfeedback_editpdf','download',46,'/','志君 張_44_0.pdf',NULL,415802,'application/pdf',0,NULL,NULL,NULL,1703713410,1703713410,0,NULL),(7648,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b45b63e24fc52794a6371e89b3964fd58c4c86dd',96,'assignfeedback_editpdf','download',46,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703713410,1703713410,0,NULL),(7649,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b3c538f6c98a3c9dc6862f3897a59e6533993ee6',96,'assignfeedback_editpdf','readonlypages',46,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703150051,1703150051,0,NULL),(7650,'43da82daea6f9431ced09076d4192f180348f34f','06e1218fd33cb5e621d6dad285c7ec6bdca5e524',96,'assignfeedback_editpdf','readonlypages',46,'/','image_page0.png',NULL,271072,'image/png',0,NULL,NULL,NULL,1703150050,1703150050,0,NULL),(7651,'d4bf7ff7191e365619b06572c824ca50634e8311','a92f4aded14f7231af0df7f83711c933dca98536',96,'assignfeedback_editpdf','readonlypages',46,'/','image_page1.png',NULL,238251,'image/png',0,NULL,NULL,NULL,1703150051,1703150051,0,NULL),(7652,'dfb554acf3826cfce21d053d5f5ed3eb3b711eb1','1635e478ee312d82e5ebe98be9e14ad591e9efdf',96,'assignfeedback_editpdf','readonlypages',46,'/','image_page2.png',NULL,154143,'image/png',0,NULL,NULL,NULL,1703150051,1703150051,0,NULL),(7653,'837d0111129393df39d25081c720b44b960bb2db','7c67beefaf7d34affc418bb5f596489391a97d80',96,'assignfeedback_editpdf','readonlypages',46,'/','image_page3.png',NULL,84856,'image/png',0,NULL,NULL,NULL,1703150051,1703150051,0,NULL),(7654,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','91af05cb8da61963161c8f3fff2b5c1ca922b3e6',96,'assignfeedback_editpdf','stamps',44,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7655,'da39a3ee5e6b4b0d3255bfef95601890afd80709','bf8e1e4597945bb0c7a26ad5881a56dd4e596f0f',96,'assignfeedback_editpdf','stamps',44,'/','.',2,0,NULL,0,NULL,NULL,NULL,1703713411,1703713411,0,NULL),(7656,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','800858a32c72f2b5ae873a9cc75b828da3aa3ae7',96,'assignfeedback_editpdf','stamps',44,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7657,'5f8e911d0da441e36f47c5c46f4393269211ca56','737962a0f272f8ae4a11381ce52756f3477ea61c',96,'assignfeedback_editpdf','stamps',44,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7658,'0c5190a24c3943966541401c883eacaa20ca20cb','02f1dd3a41ebf90f361d383c1e7437ec8cea265c',96,'assignfeedback_editpdf','stamps',44,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7665,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','a69c7ccb3030619585fc8c603a79e836d0b480c9',96,'assignfeedback_editpdf','stamps',57,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7666,'da39a3ee5e6b4b0d3255bfef95601890afd80709','193334324b3111bb3e812332d1876f54e07243a4',96,'assignfeedback_editpdf','stamps',57,'/','.',2,0,NULL,0,NULL,NULL,NULL,1703713800,1703713800,0,NULL),(7667,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','6d7b1a218d331edda5633a7c99ee18519f6dc5ba',96,'assignfeedback_editpdf','stamps',57,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7668,'5f8e911d0da441e36f47c5c46f4393269211ca56','cf3fb458f599026d5bc4ff3c744f5897bbbd9e19',96,'assignfeedback_editpdf','stamps',57,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7669,'0c5190a24c3943966541401c883eacaa20ca20cb','0d5d9c6a7d01e3c20ee9b7bab6c31980d43bd4d2',96,'assignfeedback_editpdf','stamps',57,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7676,'f0c2e033ea6f1845cfeb7c9fee2058f9bcb8737e','a3a4afe819ca569eb1327355f3a98a20582101d4',96,'assignfeedback_editpdf','download',44,'/','寧 胡_51_0.pdf',NULL,371333,'application/pdf',0,NULL,NULL,NULL,1703714095,1703714095,0,NULL),(7677,'da39a3ee5e6b4b0d3255bfef95601890afd80709','82e31b98a0c95cebe69329eb2f1409b316d3c3ff',96,'assignfeedback_editpdf','download',44,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703714095,1703714095,0,NULL),(7678,'da39a3ee5e6b4b0d3255bfef95601890afd80709','69296641f3c4fb254ad02cba4c6602b6f576828a',96,'assignfeedback_editpdf','readonlypages',44,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703121609,1703121609,0,NULL),(7679,'176e770e4a83f85961faed49d2273a81aebc9751','01fe575547ec1524602c901ebd6ec28a0d9263ac',96,'assignfeedback_editpdf','readonlypages',44,'/','image_page0.png',NULL,182548,'image/png',0,NULL,NULL,NULL,1703121609,1703121609,0,NULL),(7680,'b12549f1d2d34d06b2bef9f636b949ffc7219064','d78a6aa1d9679085c9cb3bff177272dafa048b1b',96,'assignfeedback_editpdf','readonlypages',44,'/','image_page1.png',NULL,176299,'image/png',0,NULL,NULL,NULL,1703121609,1703121609,0,NULL),(7681,'1b30cacc0cddfff1519f338a7ae0564399eca506','dcf757417ee22f72747f376c0a90fcb41d369f78',96,'assignfeedback_editpdf','readonlypages',44,'/','image_page2.png',NULL,83983,'image/png',0,NULL,NULL,NULL,1703121609,1703121609,0,NULL),(7693,'8ae3b3e54a6c9d56ce555341466dffff706c14c5','22bc79f83252d47527b38cf899f12fb18814bf1e',1,'core','preview',0,'/thumb/','8c96a486d5801e0f4ab8c411f561f1c687e1f865',NULL,1482,'image/png',0,NULL,NULL,NULL,1703714513,1703714513,0,NULL),(7694,'78ee3fba86046eeefa8b23077043181a98af2166','bcae3d9f37febef33f307b81adafa12ba5e6f528',1,'core','preview',0,'/thumb/','75c101cb8cb34ea573cd25ac38f8157b1de901b8',NULL,2030,'image/png',0,NULL,NULL,NULL,1703714513,1703714513,0,NULL),(7695,'0117d9ba985437c4361927a151236bd91d77ddb0','90599c0692a05d92f276c92ee12c060680122fbd',1,'core','preview',0,'/thumb/','0c5190a24c3943966541401c883eacaa20ca20cb',NULL,1471,'image/png',0,NULL,NULL,NULL,1703714513,1703714513,0,NULL),(7696,'77ef02027f515bbb27ad8386c6d65562a1851eaf','9094b6c8a969b9a77a93a182e81d9dc9e7c7eed3',1,'core','preview',0,'/thumb/','5f8e911d0da441e36f47c5c46f4393269211ca56',NULL,2041,'image/png',0,NULL,NULL,NULL,1703714513,1703714513,0,NULL),(7708,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','e859187cc82bac8d9648fe667a27d8cf1ae93876',96,'assignfeedback_editpdf','stamps',42,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7709,'da39a3ee5e6b4b0d3255bfef95601890afd80709','fb14213228fe91d26bd12a5bdd4d4eab66bec9f3',96,'assignfeedback_editpdf','stamps',42,'/','.',2,0,NULL,0,NULL,NULL,NULL,1703714654,1703714654,0,NULL),(7710,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','8fb99fe224217e2fd4987e08a0e2f5e681bc1621',96,'assignfeedback_editpdf','stamps',42,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7711,'5f8e911d0da441e36f47c5c46f4393269211ca56','c65000545187a0fb734bb975a43dde797d4f02c8',96,'assignfeedback_editpdf','stamps',42,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7712,'0c5190a24c3943966541401c883eacaa20ca20cb','0c79e9b2448821d146dfd7090d9c772d3555d0b6',96,'assignfeedback_editpdf','stamps',42,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7713,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','714954ff9557c48a3939493cb3ab8a3f1f132c31',96,'assignfeedback_editpdf','stamps',58,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7714,'da39a3ee5e6b4b0d3255bfef95601890afd80709','137704342277e92207efbb775fdd87156e4d3da4',96,'assignfeedback_editpdf','stamps',58,'/','.',2,0,NULL,0,NULL,NULL,NULL,1703716155,1703716155,0,NULL),(7715,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','5fc28f62f29248bfb1b5180f630e039406c4cfac',96,'assignfeedback_editpdf','stamps',58,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7716,'5f8e911d0da441e36f47c5c46f4393269211ca56','42defb4aa6ad8dcc857ffcf833d41777a7ffccb7',96,'assignfeedback_editpdf','stamps',58,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7717,'0c5190a24c3943966541401c883eacaa20ca20cb','c058b396132d5ef2969cc1134753ef4b8719c3d4',96,'assignfeedback_editpdf','stamps',58,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7724,'72dc1c894ca5543d966f0f07f7e6e325713a1a87','1392279c499acd60c5059fd82a02b775a3952335',96,'assignfeedback_editpdf','download',41,'/','一楓 夏_50_0.pdf',NULL,844902,'application/pdf',0,NULL,NULL,NULL,1703725637,1703725637,0,NULL),(7725,'da39a3ee5e6b4b0d3255bfef95601890afd80709','13491f43772a371e455adcf5ce0ac229fd9ac0f6',96,'assignfeedback_editpdf','download',41,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703725637,1703725637,0,NULL),(7726,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ce0653a8d76e28ed55cc6482b31841b90fba2640',96,'assignfeedback_editpdf','readonlypages',41,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1702951149,1702951149,0,NULL),(7727,'2e034e424daa9cfd60675596e01cf3247b58311c','38ec1ee8891cbad0347a63cfac3371fc6dce597a',96,'assignfeedback_editpdf','readonlypages',41,'/','image_page0.png',NULL,119307,'image/png',0,NULL,NULL,NULL,1702951149,1702951149,0,NULL),(7728,'23781768d6e2474c1c1e3db0ffd600cc8786a1fd','e952bf85eb8484c4d48a304ee1cad95b37d971b1',96,'assignfeedback_editpdf','readonlypages',41,'/','image_page1.png',NULL,117345,'image/png',0,NULL,NULL,NULL,1702951149,1702951149,0,NULL),(7729,'6ad50f2c87d18cdaa9e69a512706d84cb3cbaf95','4ab3140386750945ba06a144f9c9429074f3e56f',96,'assignfeedback_editpdf','readonlypages',41,'/','image_page2.png',NULL,75192,'image/png',0,NULL,NULL,NULL,1702951149,1702951149,0,NULL),(7730,'24904c47f66fce55de5e4e4a592bf5590e18ca0a','0ed3045fcdbbe5a1b56065fa65e36e3748373a06',96,'assignfeedback_editpdf','readonlypages',41,'/','image_page3.png',NULL,664643,'image/png',0,NULL,NULL,NULL,1702951149,1702951149,0,NULL),(7731,'4fdeed368b9620563f1819bfa3947768ea5c8cd0','1a144ca278cf9404966c8695f10a7805598c7da0',96,'assignfeedback_editpdf','readonlypages',41,'/','image_page4.png',NULL,82667,'image/png',0,NULL,NULL,NULL,1702951149,1702951149,0,NULL),(7732,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','12c3e384bdae75c12fe0cddfd3922482a84236b8',96,'assignfeedback_editpdf','stamps',59,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7733,'da39a3ee5e6b4b0d3255bfef95601890afd80709','215160c08e379915d0d9536585d94f4ba8cbdb9c',96,'assignfeedback_editpdf','stamps',59,'/','.',2,0,NULL,0,NULL,NULL,NULL,1703725641,1703725641,0,NULL),(7734,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','b3e82a1fa957354442505ecbf518f29f5908892d',96,'assignfeedback_editpdf','stamps',59,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7735,'5f8e911d0da441e36f47c5c46f4393269211ca56','7505ece66737c12ce5e7a446e2f4c65f1916a497',96,'assignfeedback_editpdf','stamps',59,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7736,'0c5190a24c3943966541401c883eacaa20ca20cb','0eadec729c23e2b74e53910f5c02bdef67529b21',96,'assignfeedback_editpdf','stamps',59,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7739,'4c803c92c71f21b423d13de570c8a09e0a31c718','f13bfe70f319db6c2383276f5ba1f65831d67ecb',96,'assignfeedback_editpdf','combined',59,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1703725641,1703725641,0,NULL),(7740,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e7f01df0eb34b49757b6156c874d69449b3f3fd0',96,'assignfeedback_editpdf','combined',59,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703725641,1703725641,0,NULL),(7741,'e410675e02b61cfb86640dcd51b340ac93b1f5cc','5aa382644204ccd8764da624fa46326b6198b885',96,'assignfeedback_editpdf','pages',59,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703725642,1703725642,0,NULL),(7742,'da39a3ee5e6b4b0d3255bfef95601890afd80709','08665c79ebd371224f2dd435f50990193385d1c8',96,'assignfeedback_editpdf','pages',59,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703725642,1703725642,0,NULL),(7743,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','6f42ae3062704d6a3153f602c82957f9d3f49392',96,'assignfeedback_editpdf','stamps',60,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7744,'da39a3ee5e6b4b0d3255bfef95601890afd80709','539a1eaf57e1a1b11a3b1cd954658743064c77b9',96,'assignfeedback_editpdf','stamps',60,'/','.',2,0,NULL,0,NULL,NULL,NULL,1703725644,1703725644,0,NULL),(7745,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','97e72bfc9394febf72512d48c575da1132310413',96,'assignfeedback_editpdf','stamps',60,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7746,'5f8e911d0da441e36f47c5c46f4393269211ca56','31d6bdc4a91aa1d5ede9b47b81c92f91529347a8',96,'assignfeedback_editpdf','stamps',60,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7747,'0c5190a24c3943966541401c883eacaa20ca20cb','502d49db9e6f40b0877a94913c6d3a9028672087',96,'assignfeedback_editpdf','stamps',60,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7754,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','d493615e804244bcff7261f7049d168fd6c1a381',96,'assignfeedback_editpdf','stamps',50,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7755,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2997ec4f20e06823eae289af613b2b870f570dcd',96,'assignfeedback_editpdf','stamps',50,'/','.',2,0,NULL,0,NULL,NULL,NULL,1703725645,1703725645,0,NULL),(7756,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','37da94cad22c84c12b7f415a32c13d9bf35a2223',96,'assignfeedback_editpdf','stamps',50,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7757,'5f8e911d0da441e36f47c5c46f4393269211ca56','9759c9930cff2e7c1bc609dff6f86855ceeb536a',96,'assignfeedback_editpdf','stamps',50,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7758,'0c5190a24c3943966541401c883eacaa20ca20cb','467ba19d6229c1060c9c2325fe513f88d881b3d9',96,'assignfeedback_editpdf','stamps',50,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7761,'4c803c92c71f21b423d13de570c8a09e0a31c718','1aea247dff73324e618a3ff61f8a390d6f443e1a',96,'assignfeedback_editpdf','combined',60,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1703725649,1703725649,0,NULL),(7762,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2b12b0b944267f21d562fb841e7a3cda93a5c068',96,'assignfeedback_editpdf','combined',60,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703725649,1703725649,0,NULL),(7763,'e410675e02b61cfb86640dcd51b340ac93b1f5cc','bee0d93176ad079b9ca65e2aad3971173d2d8d97',96,'assignfeedback_editpdf','pages',60,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703725649,1703725649,0,NULL),(7764,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a9d121b5dbadf196afeeb4de92be4db24b3c3ffa',96,'assignfeedback_editpdf','pages',60,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703725649,1703725649,0,NULL),(7765,'7f320776ae79aa44992a1fd1a1de5c1aa31ef3bf','7f96c61a472ddf52eb21cac461a47d891644c08f',96,'assignfeedback_editpdf','download',50,'/','賴 怡娟_43_0.pdf',NULL,486620,'application/pdf',0,NULL,NULL,NULL,1703787704,1703787704,0,NULL),(7766,'da39a3ee5e6b4b0d3255bfef95601890afd80709','6ae242bae31b38a14a3ba26bed4165dd80931404',96,'assignfeedback_editpdf','download',50,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703787704,1703787704,0,NULL),(7767,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cfd6b23c85956e9873b8f4670151dae1ca1f091b',96,'assignfeedback_editpdf','readonlypages',50,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703172848,1703172848,0,NULL),(7768,'0877e18eee93937692f88518b240bc0bd420061b','1daaa4680abc0d9836d30a199912ce5a0c37eb7e',96,'assignfeedback_editpdf','readonlypages',50,'/','image_page0.png',NULL,29691,'image/png',0,NULL,NULL,NULL,1703172848,1703172848,0,NULL),(7769,'7043508e3840905c820d1f9a96a4d4ce9f188aab','a08bf99ba6689a4ba41acdddb4964bdc17a2b720',96,'assignfeedback_editpdf','readonlypages',50,'/','image_page1.png',NULL,163180,'image/png',0,NULL,NULL,NULL,1703172848,1703172848,0,NULL),(7770,'30cab8a196580cb5fe4c3cc57cdd5f1e4fe5e31c','42027243847ea45bd82af33bfc628d97399fc5f4',96,'assignfeedback_editpdf','readonlypages',50,'/','image_page2.png',NULL,142448,'image/png',0,NULL,NULL,NULL,1703172848,1703172848,0,NULL),(7771,'7c0570c9fc31774c753b59f00b681a93bc3031ad','8cbd748b8a4b57d630f03a354cb86b33e5c277f3',96,'assignfeedback_editpdf','readonlypages',50,'/','image_page3.png',NULL,67295,'image/png',0,NULL,NULL,NULL,1703172848,1703172848,0,NULL),(7772,'9d74e4b88871e148b168c2e1bdc6beb1f38b5b35','fcd146c4050c50f750bef078ef0ada1f6f240234',96,'assignfeedback_editpdf','readonlypages',50,'/','image_page4.png',NULL,45748,'image/png',0,NULL,NULL,NULL,1703172848,1703172848,0,NULL),(7773,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','71a49edc157e76f6ff864fff227fcce735a68623',96,'assignfeedback_editpdf','stamps',48,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7774,'da39a3ee5e6b4b0d3255bfef95601890afd80709','dffc97a55012cd388274e2b04b2e31c82238c756',96,'assignfeedback_editpdf','stamps',48,'/','.',2,0,NULL,0,NULL,NULL,NULL,1703787722,1703787722,0,NULL),(7775,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','47a3ebd9fea56c208d0ea7a521567f5a00b6255b',96,'assignfeedback_editpdf','stamps',48,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7776,'5f8e911d0da441e36f47c5c46f4393269211ca56','5fc436fb07715b4e26d4c0404bb64d0129525efa',96,'assignfeedback_editpdf','stamps',48,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7777,'0c5190a24c3943966541401c883eacaa20ca20cb','fff0476288c7bbb7773737d58383e4371c5e3009',96,'assignfeedback_editpdf','stamps',48,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7778,'bf7f8770d98890219f871c22ffeba23b574b5774','4ca92e9a6079cfada074234691d13f0aad206f24',96,'assignfeedback_editpdf','download',48,'/','陳 可忻_53_0.pdf',NULL,1547012,'application/pdf',0,NULL,NULL,NULL,1703789066,1703789066,0,NULL),(7779,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3320bdc93f0a4aa62e557f75995fe060cd24424c',96,'assignfeedback_editpdf','download',48,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703789066,1703789066,0,NULL),(7780,'da39a3ee5e6b4b0d3255bfef95601890afd80709','856453f6a8c5e578be7eb1ef78a6ddc386309107',96,'assignfeedback_editpdf','readonlypages',48,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703160676,1703160676,0,NULL),(7781,'4116233244ad3f27ae0ad856b48a9ebbae6514bb','77085190b9983f7b11ffd5e05295fef7d51d0d9f',96,'assignfeedback_editpdf','readonlypages',48,'/','image_page0.png',NULL,144002,'image/png',0,NULL,NULL,NULL,1703160676,1703160676,0,NULL),(7782,'2cc1a4f0f850818e69be93ad07f1ee763f74def3','44f1289cc278a79e2d12195b537aacef8c97c993',96,'assignfeedback_editpdf','readonlypages',48,'/','image_page1.png',NULL,180569,'image/png',0,NULL,NULL,NULL,1703160676,1703160676,0,NULL),(7783,'27d8561ca32ca1de65e3d9c037e290735845c0ae','aebc9a2b908661aa3c067541af050fc5c3ee5928',96,'assignfeedback_editpdf','readonlypages',48,'/','image_page2.png',NULL,395626,'image/png',0,NULL,NULL,NULL,1703160676,1703160676,0,NULL),(7784,'e64c28484fa7167a0742b59f18696c976209df8f','e498ddbd4a95c48acfc2725d11c4c798a8397b0e',96,'assignfeedback_editpdf','readonlypages',48,'/','image_page3.png',NULL,367589,'image/png',0,NULL,NULL,NULL,1703160676,1703160676,0,NULL),(7785,'245418b007624a26262ea92cda7dcd40a5a3e272','1eba865bb22fa706799af8359ad9c3dba2f34923',96,'assignfeedback_editpdf','readonlypages',48,'/','image_page4.png',NULL,149607,'image/png',0,NULL,NULL,NULL,1703160676,1703160676,0,NULL),(7786,'773564867466110af93f27abf9e43d6cb6a0c4d4','187b4b4355ce428c13bcb72d386bbab11e9670e3',96,'assignfeedback_editpdf','readonlypages',48,'/','image_page5.png',NULL,97006,'image/png',0,NULL,NULL,NULL,1703160676,1703160676,0,NULL),(7787,'76bd13f0852f7a733e3c3530002445fd42ebd669','87ae1bc686b896d0db8f20eaca7954f10b6bfafc',96,'assignfeedback_editpdf','readonlypages',48,'/','image_page6.png',NULL,85200,'image/png',0,NULL,NULL,NULL,1703160676,1703160676,0,NULL),(7788,'cd8d4286599721d6d37a7db8363de257a085eeea','850a9f049228e082cd19634c2a97432a4127ae05',96,'assignfeedback_editpdf','readonlypages',48,'/','image_page7.png',NULL,89774,'image/png',0,NULL,NULL,NULL,1703160676,1703160676,0,NULL),(7789,'bddaad4d01b0c92f9f4f8eb4c6f797bf87fae66f','608a9203d6f5c41a9bcbfae92ee1f853133a7d59',96,'assignfeedback_editpdf','readonlypages',48,'/','image_page8.png',NULL,89818,'image/png',0,NULL,NULL,NULL,1703160676,1703160676,0,NULL),(7790,'0a04a5b3d5bd4435c8f7ea7bf0c8f390dd037847','37c7423699c3a023f0a13e1385bc36395b46b716',96,'assignfeedback_editpdf','readonlypages',48,'/','image_page9.png',NULL,200943,'image/png',0,NULL,NULL,NULL,1703160676,1703160676,0,NULL),(7791,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','03c0d253af8120b728feabce0ac471e33c27d6fb',96,'assignfeedback_editpdf','stamps',45,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7792,'da39a3ee5e6b4b0d3255bfef95601890afd80709','bb7ff7e65a468fba3f49bc53a1b07fda143c1949',96,'assignfeedback_editpdf','stamps',45,'/','.',2,0,NULL,0,NULL,NULL,NULL,1703789067,1703789067,0,NULL),(7793,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','a4bf98d40036167ab4d9468f5640bdcd60aa367f',96,'assignfeedback_editpdf','stamps',45,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7794,'5f8e911d0da441e36f47c5c46f4393269211ca56','db606f2e3aec101492f4131c0dab3de3b2f70514',96,'assignfeedback_editpdf','stamps',45,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7795,'0c5190a24c3943966541401c883eacaa20ca20cb','5dcd542b042acaaa5110dacc9dc168697727483d',96,'assignfeedback_editpdf','stamps',45,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7796,'4d30519e1699544bd652b8d451c897fc77caf32d','4fdb39a1157c3181dc4200637aff452ddcf78759',96,'assignfeedback_editpdf','download',45,'/','楊 佳代_46_0.pdf',NULL,752938,'application/pdf',0,NULL,NULL,NULL,1703812997,1703812997,0,NULL),(7797,'da39a3ee5e6b4b0d3255bfef95601890afd80709','593c25e5d119ee1b1ad12b0fa87575b1c5ce1cea',96,'assignfeedback_editpdf','download',45,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703812997,1703812997,0,NULL),(7798,'da39a3ee5e6b4b0d3255bfef95601890afd80709','69dfdcca8bfd36ac917399bab59bd6b7c66e17b0',96,'assignfeedback_editpdf','readonlypages',45,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703146268,1703146268,0,NULL),(7799,'29eb1dcaac5ad28bbe782c36061d225566af595b','f68d1c724cbda34779b5fc2c631d0d6bfb7ad93e',96,'assignfeedback_editpdf','readonlypages',45,'/','image_page0.png',NULL,384701,'image/png',0,NULL,NULL,NULL,1703146268,1703146268,0,NULL),(7800,'cd74c8ea84562ad3ad4043ba77c8f8cd416301c5','441c67801f339fb52b29dcfccbc48da52039549f',96,'assignfeedback_editpdf','readonlypages',45,'/','image_page1.png',NULL,182987,'image/png',0,NULL,NULL,NULL,1703146268,1703146268,0,NULL),(7801,'21444447c9e5cde7169c4bbb235c09c8963be3b9','6bcec81c8ca33e6a7e8509a8cf6a9386577b0127',96,'assignfeedback_editpdf','readonlypages',45,'/','image_page2.png',NULL,208811,'image/png',0,NULL,NULL,NULL,1703146268,1703146268,0,NULL),(7802,'469789e94f13ecf561b2ba6483a861d521e447cc','8a938cf72cdaed33d3f80a02d54040a823f94913',96,'assignfeedback_editpdf','readonlypages',45,'/','image_page3.png',NULL,70514,'image/png',0,NULL,NULL,NULL,1703146268,1703146268,0,NULL),(7803,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','e0c5926695d0865dcd8671774924ff242f6f7e36',96,'assignfeedback_editpdf','stamps',51,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7804,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b1955924e5c97cea6bdd99113c4ee15662dc8c2e',96,'assignfeedback_editpdf','stamps',51,'/','.',2,0,NULL,0,NULL,NULL,NULL,1703812998,1703812998,0,NULL),(7805,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','ebefaed180e187b39e1455e2134a0d6562f55502',96,'assignfeedback_editpdf','stamps',51,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7806,'5f8e911d0da441e36f47c5c46f4393269211ca56','a1b189edbd6024c5e6d6472f90cc8c270266247d',96,'assignfeedback_editpdf','stamps',51,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7807,'0c5190a24c3943966541401c883eacaa20ca20cb','8b132a21fd9b17ed742f4451f6d63ac3a2df9543',96,'assignfeedback_editpdf','stamps',51,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7810,'4c803c92c71f21b423d13de570c8a09e0a31c718','2688569b36c346b13f0dbe1bd3ce32bcd1270c0a',96,'assignfeedback_editpdf','combined',53,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1703813110,1703813110,0,NULL),(7811,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e8e379e5ebd73c39afd775beb3325c7e0b1a95ba',96,'assignfeedback_editpdf','combined',53,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703813110,1703813110,0,NULL),(7812,'e410675e02b61cfb86640dcd51b340ac93b1f5cc','87be65aafd38319ed489bd98d4fda0dba1a3e823',96,'assignfeedback_editpdf','pages',53,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703813110,1703813110,0,NULL),(7813,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cc6075505aa3f26b7821223b2246ece87003dd6f',96,'assignfeedback_editpdf','pages',53,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703813110,1703813110,0,NULL),(7816,'4c803c92c71f21b423d13de570c8a09e0a31c718','9992776476c3d58049bd513cca3e0ab7ed834a47',96,'assignfeedback_editpdf','combined',54,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1703813112,1703813112,0,NULL),(7817,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7e2f7a4010055f8334ddb59c1a6d8ee6352bbcc0',96,'assignfeedback_editpdf','combined',54,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703813112,1703813112,0,NULL),(7818,'e410675e02b61cfb86640dcd51b340ac93b1f5cc','d5651de9fc6e4061bdc79fa19c32bc5e586b28d2',96,'assignfeedback_editpdf','pages',54,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703813112,1703813112,0,NULL),(7819,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0ada166c7302b1e3e10faac2bfc27c7dfcafe95c',96,'assignfeedback_editpdf','pages',54,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703813112,1703813112,0,NULL),(7822,'4c803c92c71f21b423d13de570c8a09e0a31c718','b7f424b29c2ef20a22fc0526a3d317c4dd9b5aec',96,'assignfeedback_editpdf','combined',55,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1703813115,1703813115,0,NULL),(7823,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0d728b2612c2f824eb1747cf9dddcde971243907',96,'assignfeedback_editpdf','combined',55,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703813115,1703813115,0,NULL),(7824,'e410675e02b61cfb86640dcd51b340ac93b1f5cc','9771b1a3928826ceab26236954b1c9ce4616598e',96,'assignfeedback_editpdf','pages',55,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703813116,1703813116,0,NULL),(7825,'da39a3ee5e6b4b0d3255bfef95601890afd80709','6270ae4f1e67d8bd4e70bc3ddf18fa6a422ccb19',96,'assignfeedback_editpdf','pages',55,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703813116,1703813116,0,NULL),(7828,'4c803c92c71f21b423d13de570c8a09e0a31c718','8f4c4e2f969a20acd80ebde421fcd5d8aba01d5f',96,'assignfeedback_editpdf','combined',56,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1703813117,1703813117,0,NULL),(7829,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a111c6eb23b62adb8988902d0bdba308b4c1b950',96,'assignfeedback_editpdf','combined',56,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703813117,1703813117,0,NULL),(7830,'e410675e02b61cfb86640dcd51b340ac93b1f5cc','a313efe7c8822de91919bb695464374e3c54a436',96,'assignfeedback_editpdf','pages',56,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703813118,1703813118,0,NULL),(7831,'da39a3ee5e6b4b0d3255bfef95601890afd80709','00983e17e2653584481caa90b5940370a9ada8dd',96,'assignfeedback_editpdf','pages',56,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703813118,1703813118,0,NULL),(7834,'4c803c92c71f21b423d13de570c8a09e0a31c718','180f82f73b2a6fbf2320f0a638da1e25b502b7fb',96,'assignfeedback_editpdf','combined',57,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1703813127,1703813127,0,NULL),(7835,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b3ad3f44953f61dee8f5d45a77ac79502a3414d0',96,'assignfeedback_editpdf','combined',57,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703813127,1703813127,0,NULL),(7836,'e410675e02b61cfb86640dcd51b340ac93b1f5cc','5453c47c9ea594a9ddf338ebe4ecdbf476456a85',96,'assignfeedback_editpdf','pages',57,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703813127,1703813127,0,NULL),(7837,'da39a3ee5e6b4b0d3255bfef95601890afd80709','aab295cf934fcc3275d8414af140c6053ce88276',96,'assignfeedback_editpdf','pages',57,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703813127,1703813127,0,NULL),(7838,'835cf944842123dcc731b422badce850d9f5436d','2faffdfcc35c7112fddb85836e342d34ef19b1b3',96,'assignfeedback_editpdf','download',51,'/','曾 曉雯_56_0.pdf',NULL,513591,'application/pdf',0,NULL,NULL,NULL,1703814178,1703814178,0,NULL),(7839,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c14255f422115ec5d39cccaeddbba124bc939c87',96,'assignfeedback_editpdf','download',51,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703814178,1703814178,0,NULL),(7840,'da39a3ee5e6b4b0d3255bfef95601890afd80709','bf0152e64f3bff6591687ef79339375706c1741d',96,'assignfeedback_editpdf','readonlypages',51,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703332450,1703332450,0,NULL),(7841,'1d8648476cd5057250742e9e273094c2712b8cb2','b00896e08dc04c4c0ce0d89db3b93b65f771f6b1',96,'assignfeedback_editpdf','readonlypages',51,'/','image_page0.png',NULL,228192,'image/png',0,NULL,NULL,NULL,1703332450,1703332450,0,NULL),(7842,'e9ff0afce72be0b0420a2af816d643db80fc0214','34f162d566bccc1c9e4c2eccee8b11e5a68eaf69',96,'assignfeedback_editpdf','readonlypages',51,'/','image_page1.png',NULL,235102,'image/png',0,NULL,NULL,NULL,1703332450,1703332450,0,NULL),(7843,'24a948754032685fcfa3fc4f036688c12026e18b','d551296fd883b2b3e45bfd5cc85ee3d61221d5f7',96,'assignfeedback_editpdf','readonlypages',51,'/','image_page2.png',NULL,179080,'image/png',0,NULL,NULL,NULL,1703332450,1703332450,0,NULL),(7844,'99f96828383fc958404d8bf2736f5d9085d6573b','aa8187f20549368eda0f1256edaf69091fc4db6c',96,'assignfeedback_editpdf','readonlypages',51,'/','image_page3.png',NULL,26475,'image/png',0,NULL,NULL,NULL,1703332450,1703332450,0,NULL),(7845,'70d4145248c915501bf43871d4ad2b39bd2d8889','966eecdfdc16a0fabf5d6d617b4293d07c328be1',96,'assignfeedback_editpdf','readonlypages',51,'/','image_page4.png',NULL,215631,'image/png',0,NULL,NULL,NULL,1703332450,1703332450,0,NULL),(7846,'8bbe6ea93e68fc6e976d919b17ad588b97d8131d','7b9e09d65b420118b9059e755cfc28f049f570e5',96,'assignfeedback_editpdf','readonlypages',51,'/','image_page5.png',NULL,223419,'image/png',0,NULL,NULL,NULL,1703332450,1703332450,0,NULL),(7847,'9612d400c61f6f187c7090ba12baab5d9c0fbc64','86c1ce64eb3f314f107564b5a7520d0efa18c95d',96,'assignfeedback_editpdf','readonlypages',51,'/','image_page6.png',NULL,147128,'image/png',0,NULL,NULL,NULL,1703332450,1703332450,0,NULL),(7848,'d902a529284c82baa91f230d583ffb574c0eeae7','98879a3abb70b1b3bdd760c4d0493ab34566445e',96,'assignfeedback_editpdf','readonlypages',51,'/','image_page7.png',NULL,129380,'image/png',0,NULL,NULL,NULL,1703332450,1703332450,0,NULL),(7849,'e51cb5f25bbe9bf74ea5921a9fc8d48326f9bf3d','609f600dfa73172df3198df4e9314b65ea00fc83',96,'assignfeedback_editpdf','readonlypages',51,'/','image_page8.png',NULL,102694,'image/png',0,NULL,NULL,NULL,1703332450,1703332450,0,NULL),(7850,'663284248e9437510d219ad76233a60ff486554d','f08f6d0a07f65338f6ab8a54cdea6b91bf558f94',96,'assignfeedback_editpdf','readonlypages',51,'/','image_page9.png',NULL,73344,'image/png',0,NULL,NULL,NULL,1703332450,1703332450,0,NULL),(7851,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','b0db3ca69c69a68d274b36d04d141b3d862fb754',96,'assignfeedback_editpdf','stamps',49,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7852,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a56a665bc0bc0710ac4b14b2f654ac4b972f05f8',96,'assignfeedback_editpdf','stamps',49,'/','.',2,0,NULL,0,NULL,NULL,NULL,1703814180,1703814180,0,NULL),(7853,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','de0a93cce4e5f6f51da59cea3749d0dc19487826',96,'assignfeedback_editpdf','stamps',49,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7854,'5f8e911d0da441e36f47c5c46f4393269211ca56','951f36980d4f5267152780c49ddea2ab9c2a3d13',96,'assignfeedback_editpdf','stamps',49,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7855,'0c5190a24c3943966541401c883eacaa20ca20cb','081dd4cd6d613eda367109306f32fc5b007aecea',96,'assignfeedback_editpdf','stamps',49,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1689953402,1689953402,0,NULL),(7856,'7b453bdbe0d6df81cb08247ba5fd089a17588b8c','8466866873585ddc97e4429ccb0bb67b527c33ef',96,'assignfeedback_editpdf','download',49,'/','李 淑芬_42_0.pdf',NULL,364187,'application/pdf',0,NULL,NULL,NULL,1703815120,1703815120,0,NULL),(7857,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2e5aebf20de27534c8f469621da20f5b9d38f6c9',96,'assignfeedback_editpdf','download',49,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703815120,1703815120,0,NULL),(7858,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ceb8c664acee243902f9009c96e9849be2481b63',96,'assignfeedback_editpdf','readonlypages',49,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703162109,1703162109,0,NULL),(7859,'f48d52b7769e4d13b18285fd85033fbfe67ff1e6','617b0848e8707e5a55de10157ac4d7f6364c53b7',96,'assignfeedback_editpdf','readonlypages',49,'/','image_page0.png',NULL,133233,'image/png',0,NULL,NULL,NULL,1703162109,1703162109,0,NULL),(7860,'b539699837cfbd19790b83950df1eb56967e12b9','c795ed714c918f4abc128f445a369465f88691ea',96,'assignfeedback_editpdf','readonlypages',49,'/','image_page1.png',NULL,139616,'image/png',0,NULL,NULL,NULL,1703162109,1703162109,0,NULL),(7861,'ba0ab736945bcdcee7884b4d836dde93914b9da0','80318a9eac3b6d97a74a9833925250d9917b5a3d',96,'assignfeedback_editpdf','readonlypages',49,'/','image_page2.png',NULL,121490,'image/png',0,NULL,NULL,NULL,1703162109,1703162109,0,NULL),(7862,'3d9b6520a6199f88116e075c9a4e3e82841c53e3','df20e8d73c50fe3af0deef8ff779347069c49a25',96,'assignfeedback_editpdf','readonlypages',49,'/','image_page3.png',NULL,24468,'image/png',0,NULL,NULL,NULL,1703162109,1703162109,0,NULL),(7865,'4c803c92c71f21b423d13de570c8a09e0a31c718','7802fa632bf1b173608ce70f74b4005846d98bab',96,'assignfeedback_editpdf','combined',52,'/','combined.pdf',NULL,1114,'application/pdf',0,NULL,NULL,NULL,1703815122,1703815122,0,NULL),(7866,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9722fd4f391d2f8ef26c12a77bd670c20a2d0e38',96,'assignfeedback_editpdf','combined',52,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703815122,1703815122,0,NULL),(7867,'e410675e02b61cfb86640dcd51b340ac93b1f5cc','a96acf7aaff2d15976902beff2bc30e0ad65873a',96,'assignfeedback_editpdf','pages',52,'/','image_page0.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703815123,1703815123,0,NULL),(7868,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a678ef8fa8ce3dbe9b80264e6cd25cbe3b4cd8f0',96,'assignfeedback_editpdf','pages',52,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703815123,1703815123,0,NULL),(7871,'2f63fa26d7b31bd37cd10c3580bd6a31256f2c4a','78d53e5d2096ca2cf113b949931472baf313390f',96,'assignsubmission_file','submission_files',61,'/','王伟作业.docx',15,4753524,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'王伟作业.docx','王 偉','unknown',1703820644,1703820653,0,NULL),(7872,'da39a3ee5e6b4b0d3255bfef95601890afd80709','44163e25367c08af91e62cba935755dfbd30463c',96,'assignsubmission_file','submission_files',61,'/','.',15,0,NULL,0,NULL,NULL,NULL,1703820644,1703820653,0,NULL),(7873,'979a1ce8d440666a59417ac220c6b82a3535d0bc','2bf07e6ea3d6c6edb96c95a7787f0a47f996148f',1,'core','documentconversion',0,'/pdf/','2f63fa26d7b31bd37cd10c3580bd6a31256f2c4a',NULL,1571434,'application/pdf',0,NULL,NULL,NULL,1703820668,1703820668,0,NULL),(7874,'8e93255c5e20441328af1ec32e135b3682a89cbc','0e1f4384b0760d5d0eb1d8f240fbc6d779e7834a',96,'assignfeedback_editpdf','combined',58,'/','combined.pdf',NULL,1683077,'application/pdf',0,NULL,NULL,NULL,1703820669,1703820669,0,NULL),(7875,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0cfc053b5b7e9ce0d14306773f1492d8493323f0',96,'assignfeedback_editpdf','combined',58,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703820669,1703820669,0,NULL),(7881,'17f8397df8f696dd86a91b759e2016a81938cd08','923108bbad1ef6cc6fdda60914790f2282e6aa20',96,'assignfeedback_editpdf','pages',58,'/','image_page0.png',NULL,336137,'image/png',0,NULL,NULL,NULL,1703820672,1703820672,0,NULL),(7882,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cc4c64277058fd5cd67308275b8d2ae071895056',96,'assignfeedback_editpdf','pages',58,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703820672,1703820672,0,NULL),(7883,'d26d604b24a573c7a58a25be1d499eeb8c710ee0','00948078c1d089632a511fa65823e34dfc64827f',96,'assignfeedback_editpdf','pages',58,'/','image_page1.png',NULL,374941,'image/png',0,NULL,NULL,NULL,1703820672,1703820672,0,NULL),(7884,'ba5d26ff8677c4c6c7b2f21163929cd63ccaa183','a0e4b72f2a924e9e4fb90f810b4480ff882940fd',96,'assignfeedback_editpdf','pages',58,'/','image_page2.png',NULL,467143,'image/png',0,NULL,NULL,NULL,1703820672,1703820672,0,NULL),(7885,'e973fbbbf0e04ecaceb6355e116bfe9cb159b7fb','3da42a79fadaaccd4121bdfcfa99b056837176a7',96,'assignfeedback_editpdf','pages',58,'/','image_page3.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703820672,1703820672,0,NULL),(7891,'69f58f3dbe27e8df7f9b6483dd9977037323fde6','8c4de5dd295f15e9e9c404d0dc172213f335fd84',96,'assignfeedback_editpdf','download',58,'/','王 偉_59_0.pdf',NULL,1789535,'application/pdf',0,NULL,NULL,NULL,1703821932,1703821932,0,NULL),(7892,'da39a3ee5e6b4b0d3255bfef95601890afd80709','54195c749eb7c17ae15cf7ee313f6e8e2d6cbba4',96,'assignfeedback_editpdf','download',58,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703821932,1703821932,0,NULL),(7893,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a93e434f3cccb43f5cea5dccff4adcbd0c770041',96,'assignfeedback_editpdf','readonlypages',58,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1703820672,1703820672,0,NULL),(7894,'17f8397df8f696dd86a91b759e2016a81938cd08','d173e370b11f4fa2d70e83e7778b9cc6b880c493',96,'assignfeedback_editpdf','readonlypages',58,'/','image_page0.png',NULL,336137,'image/png',0,NULL,NULL,NULL,1703820672,1703820672,0,NULL),(7895,'d26d604b24a573c7a58a25be1d499eeb8c710ee0','b41cdeb2e38791069d2110cfd0e4efafb851308d',96,'assignfeedback_editpdf','readonlypages',58,'/','image_page1.png',NULL,374941,'image/png',0,NULL,NULL,NULL,1703820672,1703820672,0,NULL),(7896,'ba5d26ff8677c4c6c7b2f21163929cd63ccaa183','e0794630ff6110ce8e94c7a58e92a7aeffb65efc',96,'assignfeedback_editpdf','readonlypages',58,'/','image_page2.png',NULL,467143,'image/png',0,NULL,NULL,NULL,1703820672,1703820672,0,NULL),(7897,'e973fbbbf0e04ecaceb6355e116bfe9cb159b7fb','97ca431c86ce1efc47887a0a6ace3357fe29acaf',96,'assignfeedback_editpdf','readonlypages',58,'/','image_page3.png',NULL,7921,'image/png',0,NULL,NULL,NULL,1703820672,1703820672,0,NULL),(8081,'cd2a8ab27bfa863cf497b9ae40b65541efd3c1c4','71ca6381708f746aa783f08f77a73d134b0a311c',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/','navigation-menu.js',NULL,5741,'application/x-javascript',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8082,'da39a3ee5e6b4b0d3255bfef95601890afd80709','968100b1c2ca1771a0943c618b019f41e15ae573',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8083,'da39a3ee5e6b4b0d3255bfef95601890afd80709','76878a67f27c159ae5a7eaf70768747542225550',1,'core_h5p','libraries',23,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8084,'cea198ea3b999f02378e8467bd22a2dc2ea9681b','fc66be1eb5cedba22749fc32ccf321df75df8c05',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/','documentation-tool.js',NULL,24501,'application/x-javascript',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8085,'84f91dbf5e47bd56adebdce514c3744332e40eb4','b0978599ddd681d39e4ae6a157133e4eb809cc3c',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/','upgrades.js',NULL,507,'application/x-javascript',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8086,'a0a60125d8e9ad25cac2307ad083547fb29e1c4e','378a2c58d2a11b22b12993ae6d4bfb3bff584b6d',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/','library.json',NULL,985,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8087,'876770fd9887c946019d1ccbbe2f3780cb641552','642adec79732b48388669f41402f212d9297df01',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/','semantics.json',NULL,1536,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8088,'44bc104530ec8a16ff9c190dea261ec920b9d1cc','e4d9ff8aa4220829a3f5958d3b272f9d92c3bf1d',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/','README.md',NULL,1167,'text/plain',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8089,'25d51fe37699433533a659b8e92efe7c17175748','253994225fa8dff51d464e8612d4cbd921bb5508',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','sme.json',NULL,810,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8090,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5a94735e32e5c490a2f87ccd956c6ec12d372b6f',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8091,'a345b931c53f640369c3a2010224a0e796edcad4','d5a6b47f0cd547e41fb3df1ceffb344521412459',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','ru.json',NULL,1111,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8092,'16106273f86c1990cd199ce7ebc1deeed1a77d2c','ba1c31c5432f1c4fe8f4c715a2fefc1e676b67e8',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','lt.json',NULL,849,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8093,'9a052ede5bc049d2308f98ccb668be479c1aaef9','58530b4ba685b29cfd4da355295205780d773948',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','zh.json',NULL,811,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8094,'3ca26924fd8a53e94493f3c8e622b7757f7e9d65','1ac92dcb63a3490909526f210af4bbc269c2b26f',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','nn.json',NULL,848,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8095,'6a2e4e6a96e24a4045aeddc78cca0304c732059b','8d9f838a699d84d7703581286f98486e7cbc58c3',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','el.json',NULL,1192,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8096,'b2a8595a17a0e8dc13e0baf7653d0fb90a18829f','e899bd450d9fff848d03ce216c1b1e6dbfed47ad',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','km.json',NULL,836,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8097,'c29c9f853409ba4dbfc37d8b53694273bdeaaa5e','0570423d77b8d9dbc66591da089f5929a198ea6c',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','cs.json',NULL,870,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8098,'25d51fe37699433533a659b8e92efe7c17175748','9e86bca53fb304319d81971ab8a0987e69920860',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','sma.json',NULL,810,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8099,'8640f48b6de596f8db332ce398a5a8b93eeab1f3','5717d75810c7427997edde0c900479639f0ecca4',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','da.json',NULL,885,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8100,'b0eeb026c0181080452ebd1b6bef2927a106a91a','9dca98d81e85834830fc11171edd479ff874b01e',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','eu.json',NULL,855,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8101,'f859f7c8671f390d9b239b6ad3f23ca6770ec5e5','8599ab23e42bdbf9421faae4f0537bb578508dee',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','nl.json',NULL,849,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8102,'d9deed8a81f3cc0f579092f346f16dfff1c49e02','018be87964770dd6d65a00524a930f2b912afc15',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','ca.json',NULL,912,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8103,'fb331c3aafe4f1b524e80b8ab2ec68a9162e14ae','19c3aa69dffe6bd7d2e7587040a064310745c6e9',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','pt.json',NULL,892,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8104,'26a34833c3da67c0f340fd9445381afdc552544d','f20c4b358e6d3fe2923cb90fa672224c2673e3c8',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','mn.json',NULL,1134,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8105,'1c9254be3d70b25008406534bd927ccf1b72c46d','cfde9ef45d8bb2dfeb1f2ed7022078572035fcfe',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','af.json',NULL,853,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8106,'dfa80b628be50e486dbdb7f385d688a171e41ec6','3ea1e10227ee60d6b77b4d20df617effa37d74e5',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','et.json',NULL,828,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8107,'722cab55364a2985ec0168217ec8c79fd8426469','28c0fd6f3acd4c493847865844a3b7864e067163',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','nb.json',NULL,847,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8108,'57b8c25a60ba8f13875437c841f053c11547cda2','afb3b447019242c94e170cbf85362a62a1f4ec32',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','ko.json',NULL,863,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8109,'831f1e074b9266ed6f085d86a20d6e2ca13b8031','a25d4d96dc46a800b897086cfb7b789d68286d8b',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','de.json',NULL,913,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8110,'b72394ff770f1986b5ad414173f75a359a751153','9246954f7471e9ccc8a67c860871619f8cf2c0b7',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','lv.json',NULL,870,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8111,'83445b44bbaefab9b49441b9b7155cf4baa90cb3','658404835edb569c8a9003797194e769b6f9a80a',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','pt-br.json',NULL,889,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8112,'1a357e3477385bc5ebe5961276e16e15083ffb22','d859d63fb0280513aea80a57b64217ddbeb5b9e8',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','ka.json',NULL,1532,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8113,'88f4ff375a069900cc227b85a3be2493338e6367','8cc688949f167cf4ebba38fbcec892a2d199809c',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','bg.json',NULL,1168,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8114,'c7d3ce8ba0fe80c814e7a0dd8643407c819a1fa3','2f19a8826bad4f73acc994378af27ee6e1f4ab6b',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','it.json',NULL,896,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8115,'a7d1cf0930de9a78e8d734b0371d593f3998835d','8c17d79f9a0d2374263a32c9727156c4240adec8',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','fi.json',NULL,814,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8116,'8ab46cf2e2e9bdf417fda1ba8cbcd2be5408787f','2c181b2408b16a23a56825566e859916a3d89772',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','gl.json',NULL,928,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8117,'6f63a29418f62a7af4c9d3a5002d89c511adaa19','6dafa1bb6cd7076a803329a4a6bdffc0a8336d97',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','es.json',NULL,918,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8118,'a674febcf53b63e9a0fd99bdda0d4451fd80af46','f115e837de5cb21a29ca5b6be5df3149b70db381',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','sl.json',NULL,813,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8119,'aecd4b4c3b0cac6da8ee0144c1edd1271f60be58','b070f1d588aea3642f40e22b362ec43cf805e536',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','es-mx.json',NULL,927,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8120,'a8b0ba2e8bd6143a4c837d668f7685364b93da12','c9a26d1d5d9c4dc647001c55619ab162022a2f9a',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','pl.json',NULL,879,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8121,'5957b34093153087133684543ef27042e3bbbbe5','5e0e0e35c363c4cdf81df689c80c0250e63f0f18',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','fr.json',NULL,880,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8122,'25d51fe37699433533a659b8e92efe7c17175748','b33e03f07d6dafc242849abf83848636b7f37635',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/language/','smj.json',NULL,810,'application/json',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8123,'75ddc43667aec2c3d8cf3bc36218706ad385d3be','88d5503de38e39882fcbb1edc7c0d297aa781f36',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/','navigation-menu.css',NULL,5223,'text/css',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8124,'1f64d24ad31e835bded8a1795272137928a3e2b4','03d41551047ebf961406f0998a378f1ad6307e28',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/','documentation-tool.css',NULL,3650,'text/css',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8125,'28a19e2ad0a9625d5160301e5ef4e235a3abd65c','61ce04c11097d12b2c497ffaabc83f6f9ec4b1ab',1,'core_h5p','libraries',23,'/H5P.DocumentationTool-1.8/','icon.svg',NULL,2137,'image/svg+xml',0,NULL,NULL,NULL,1704102684,1704102684,0,NULL),(8245,'1f52e82a6a9340ad116435a28085f6bf719a9599','510e8874606fa34458d01c6df54519877a19a5a8',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/styles/','slide-selector.css',NULL,1894,'text/css',0,NULL,NULL,NULL,1704102689,1704102689,0,NULL),(8246,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f582bba74a4db2fef6901b7e578f36eae2acf3aa',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102689,1704102689,0,NULL),(8247,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0c06b0330f1a12ddd1a3a6b60bc814c9cc5d4446',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102689,1704102689,0,NULL),(8248,'da39a3ee5e6b4b0d3255bfef95601890afd80709','be2914614ef2c5296b6ad65bde422fff7d1dca41',1,'core_h5p','libraries',31,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102689,1704102689,0,NULL),(8249,'e5154f16abdc6520a4f098786cbf8d48f5c933e7','f0817d0271ae20d9ddc0c28d342f2df8699a2200',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/styles/','toolbar.css',NULL,11128,'text/css',0,NULL,NULL,NULL,1704102689,1704102689,0,NULL),(8250,'548fe8cde4528ca8dca82f8ad65a926303cebb35','f565b514c17bddf6123e3001fb9b7cdc44a6f6ec',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/styles/','bg-selector.css',NULL,1349,'text/css',0,NULL,NULL,NULL,1704102689,1704102689,0,NULL),(8251,'2b0564ac9936c3547b15a8e98f2fdefcc8a16c93','68cb221130a1008e41b9118850c89ca7124cb989',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/styles/','cp-editor.css',NULL,15086,'text/css',0,NULL,NULL,NULL,1704102689,1704102689,0,NULL),(8252,'dcd606f207dc5a76db0e0920e881b00826330d6e','007a614421aecff0d84eed281a2a7b46d9065bda',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/','library.json',NULL,3514,'application/json',0,NULL,NULL,NULL,1704102689,1704102689,0,NULL),(8253,'0299ccd2d5442a213f393aefda2401b7d8d85012','bcc895077430755f35a0fe0b5a234ae13cbb9932',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/','README.md',NULL,1184,'text/plain',0,NULL,NULL,NULL,1704102689,1704102689,0,NULL),(8254,'15fdbc3e15acab6b6dcc275f01d6f1f65abb0524','c115d494d96694a17628ad02a26aca32fdb57516',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','sme.json',NULL,1629,'application/json',0,NULL,NULL,NULL,1704102689,1704102689,0,NULL),(8255,'da39a3ee5e6b4b0d3255bfef95601890afd80709','6e398b2ed1ce769968d9b878240cad6077af31b7',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102689,1704102689,0,NULL),(8256,'8f4a8fdd090c967e4808e43920ba0fb97b8fdf18','e4599df698e46ad7d34ecb7688c1b840f54b0eed',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','ru.json',NULL,2472,'application/json',0,NULL,NULL,NULL,1704102689,1704102689,0,NULL),(8257,'700989cdcfd8f8524f66b721a6bf2b8a0240750d','09c17060fe2b607cea3bad8823600d208127df33',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','lt.json',NULL,1816,'application/json',0,NULL,NULL,NULL,1704102689,1704102689,0,NULL),(8258,'9044f055a75a18038c4350b0e14a32fe2ef8ce90','c6264d7e3383242689408218cd4d9e92e662d265',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','zh.json',NULL,1571,'application/json',0,NULL,NULL,NULL,1704102689,1704102689,0,NULL),(8259,'a7fbc69e187962e492feff0d0fa2eb8184a5fb60','9247876701078454fa38b657852c6a314eeec1be',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','bs.json',NULL,1740,'application/json',0,NULL,NULL,NULL,1704102689,1704102689,0,NULL),(8260,'a4f07c414a1559465bc32535e4d005da792b71d6','5b8f5fbe3d9552cf1a561b376d8b65c7dd1b4319',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','nn.json',NULL,1704,'application/json',0,NULL,NULL,NULL,1704102689,1704102689,0,NULL),(8261,'074edd78d1aad3bbfbf582381d46f76012f17dd0','7c9c03757f9762d814757f04aa1af61d3a49a3bd',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','el.json',NULL,2663,'application/json',0,NULL,NULL,NULL,1704102689,1704102689,0,NULL),(8262,'d901ec3e2ade83d1d74c0e6ba7065ed1c12ad8c5','7ed779fea767da8ef0d1d347bfde8fffc2bf8bc2',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','km.json',NULL,2896,'application/json',0,NULL,NULL,NULL,1704102689,1704102689,0,NULL),(8263,'36036d59760719be8d12d62fe373231cef030f03','ba0e8b2c3fe76e198c3e4182be8a3f14f6ce5196',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','cs.json',NULL,1763,'application/json',0,NULL,NULL,NULL,1704102689,1704102689,0,NULL),(8264,'15fdbc3e15acab6b6dcc275f01d6f1f65abb0524','c14f0e32e908f40c63125802d8ea03304695ad79',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','sma.json',NULL,1629,'application/json',0,NULL,NULL,NULL,1704102689,1704102689,0,NULL),(8265,'567c451d35ebb169ad38abdd463405c79ff56617','a2eab804a3f2d0530fc3938909e15e005913969c',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','eu.json',NULL,1810,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8266,'b08f21df44f28527ca19a3b4549d6a80d699cdf3','3492385e36a92d1ffa9a8bee5d0e496df79aab74',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','nl.json',NULL,1762,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8267,'dc66a76fd22e4941251a4ea4ed07ac3f4b9c2ee2','a977d286120c9f985059da6613a727f90d60f742',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','ca.json',NULL,1901,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8268,'e7759d1cb6571c062e7737013df75f18db2ac70c','74d3ce85e296f798f198935eba6a94b689a228a5',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','pt.json',NULL,1785,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8269,'c1bd1cb19e8ae4fa37f859997e56bdd7550f96c4','f8813b17d078fabbb39df4e5d59bea340c51c0af',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','sv.json',NULL,1715,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8270,'929e94832ee39f3e99d086c6e013db51cd9a3cf0','628d8e6cc372db5225982ad94046011942061298',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','ar.json',NULL,2195,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8271,'7bf7dd8dc4fd5b1d13d2d1d7dc97b766a3146e8e','008737cc19d2c997f6de0282123c137641559284',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','mn.json',NULL,2417,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8272,'4b3e9e9afba03274c227732867ca480f2cac51a4','2c3c919b7cc8dd78a2ee121b1cdbde2f2198a362',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','et.json',NULL,1767,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8273,'23f083b86a2c6f173281e83d5a01a3a7951b06eb','16366f894714c72996c8006827ee29f8ca4766c9',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','nb.json',NULL,1656,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8274,'7d7800526f6bcd0d489545462c24c857875ecaf4','ab373c0dfcdee3bca3bac39773e0f9163c0cae1e',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','ko.json',NULL,1808,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8275,'ce01d70a768b2748828c94af45a03de9f0b30f85','d2ba55c44a59124885d30c5cb56f0ad173f05892',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','de.json',NULL,1837,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8276,'15fdbc3e15acab6b6dcc275f01d6f1f65abb0524','a95ba15ffc0b32ef59e6e77c0956b4421f9552d0',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','en.json',NULL,1629,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8277,'491dcfeb3f465727fb87dd9561a62717a84ac1ae','a4aa88e096f0200f52626ea76c507deb8f99107b',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','lv.json',NULL,1804,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8278,'2f7d15cdbacc94e254bbe36f6635ba0dcd83d726','88efc84621cab6532b5f66bb4612a3eaf3292a6d',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','pt-br.json',NULL,1779,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8279,'262e22a37fb410911f542a3c869f707329ce1597','2f413d924d1102c209ae22a273ab93c1a7c2cec0',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','ka.json',NULL,3110,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8280,'3aed1e28a57174f14b9fcb651871c1daac872006','11a9d664a6ff0a575d00f109ef5c38df6f816699',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','bg.json',NULL,2598,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8281,'baf6fdb16baca38d86a88d3a2e9205aaeaddf884','c48beed5cf9965add3884c4a363c8de072a5c829',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','te.json',NULL,3435,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8282,'63f4e3d2f998f9b221bb047a0f25521c2d3f370f','eff8f9e99e64e68379bf674428dfe1d522336e71',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','it.json',NULL,1783,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8283,'74f935fca392e2c1d933858f31e7ec313e6a292b','57b00f7aab76b22b83c9874e1e7f4c957b038041',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','fi.json',NULL,1830,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8284,'75d218037a72584723dc485016572c6cd85f6e9f','c1ac484572c218eb50aac6fcabc979c9a0eacfe8',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','gl.json',NULL,1789,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8285,'68b589cb4dcd7eb70c0db2f222dd265651e4799b','9871011618692ca15f8fa93fd17174b400d52728',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','es.json',NULL,1839,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8286,'f713b0e88e9de59fb320ca36e236ff966e6dca05','db4b843d1bf494e96df05951ff55c0f999c265ba',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','sl.json',NULL,1690,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8287,'973aa944818900892af85ffcf1feb9545b2daf5f','8bce87c34a9abca404c7c9f67e9f121efc24ee8d',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','es-mx.json',NULL,1784,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8288,'4f69de114a5022fdb254e7964d4b4aec268c22f7','73186abd0d8e8842b2ed85cc58cda821048c69e5',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','tr.json',NULL,1827,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8289,'12e09c36fb2b2b20591a8301f2dab67e1b84e7ff','640344ba911f3569c47f4ab688709184133e6f1e',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','sw.json',NULL,1747,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8290,'4994f929d3f5c0f75c4c4e0a65c4cbcbbccaa332','2e94c03413345c0861a68ff3a9968f91992fa3e3',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','pl.json',NULL,1843,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8291,'7f93265650281077065a1dd8ece83ab86e6c7290','cd474b8ac9e28d096c42295e6feddae42889fc5b',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','fr.json',NULL,1891,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8292,'15fdbc3e15acab6b6dcc275f01d6f1f65abb0524','8fa07ef64d534cbd4e7640ef59e36247703f2b5c',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/language/','smj.json',NULL,1629,'application/json',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8293,'839763c9eca1a3b7eea24fa16da43dcf6181e2af','17a3b358b13cac440c8f996d2678d1c4606f8dc9',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/scripts/','disposable-boolean.js',NULL,2773,'application/x-javascript',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8294,'da39a3ee5e6b4b0d3255bfef95601890afd80709','286895b5327281be5b553ae125880572f997a0f3',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8295,'9783279f47d9cb45ca716108f61e6f3268697de4','f42c5b16ce29e33ea1e67ebd247f3f37f7325c50',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/scripts/','cp-editor.js',NULL,70322,'application/x-javascript',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8296,'b5e2734fe47e0405e87db9f36a9d036d78df4d22','0080348cbaee29d14054be9e46439322e8d25205',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/scripts/','slide-selector.js',NULL,12809,'application/x-javascript',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8297,'95b47464c8802d805226352e67a73f0adef5a382','6b33771fe67defff3a2c6ddbfc9f39ebcc380a84',1,'core_h5p','libraries',31,'/H5PEditor.CoursePresentation-1.25/scripts/','bg-selector.js',NULL,8843,'application/x-javascript',0,NULL,NULL,NULL,1704102690,1704102690,0,NULL),(8298,'00f1c2c69dce9e282dd78523215a30f1dd271686','90c8057bf1a03e5326aa974691effb35530a4350',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/','upgrades.js',NULL,568,'application/x-javascript',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8299,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2f199fed76579e9c6bbd9d4cdcd89b5f7c11dd14',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8300,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cf00748f0ff351188b894fb0855c76bf421ec82d',1,'core_h5p','libraries',50,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8301,'90e99622d5f5f4f394b521d7776fb051ac58e328','85e1032010a6a05f51f2883ecd9e590899707473',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/','library.json',NULL,566,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8302,'9f093083a328e3a8746c3ed9e32cd58a5c66dfbf','041a56a14b1b56469dbd8b15d0d1afbe48cc6743',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/','semantics.json',NULL,832,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8303,'b33c9533dbac2d480adeffb491b2f34686f347e8','295f7e2f1df5cb64b704e2e33c2714afd33c7b23',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/dist/','h5p-exportable-text-area.js',NULL,339929,'application/x-javascript',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8304,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7417dcfb2adf3665d43b390337d604ab724dc731',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8305,'45c9b7145096515b42ef9e6ed2862b7ef443cc79','848fb2e84f54ecca06b6a0c418d5872e228a4bc3',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','sme.json',NULL,331,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8306,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d9a5476368eaa172f6a9882a5de99d50c08ee810',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8307,'45c9b7145096515b42ef9e6ed2862b7ef443cc79','cb39f87d3e72afaa73887314a60931edadb22fad',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','ja.json',NULL,331,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8308,'45c9b7145096515b42ef9e6ed2862b7ef443cc79','3f6ef9b938abb47c52ec90414d64ff72954612f1',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','ru.json',NULL,331,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8309,'a1a3713846058456e6cac1536d541cfe37b863e2','94c3f459bb8ac67b091945d540509f14ff7c7723',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','lt.json',NULL,395,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8310,'45c9b7145096515b42ef9e6ed2862b7ef443cc79','0229723da3fb8972bb39166ea51e401c661afbeb',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','bs.json',NULL,331,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8311,'fc52f3705c4ac229c93f7f47c40a7ac57c7a8628','466017f3bed0f981aec0f7ce592fc6ff5e392ee3',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','nn.json',NULL,326,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8312,'45c9b7145096515b42ef9e6ed2862b7ef443cc79','3b0e462f9579e28d8739a51d35634b55fb32e217',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','ro.json',NULL,331,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8313,'6a0e8f02a63e69e9e06b0b07e6fbd86d06a6459c','b2a2d42cd778c36bc0fe7b70999de4bf03578ddc',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','el.json',NULL,572,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8314,'4f64c10d8be7a509efddefa2db2d468ede1177cf','0e7485aedbdf1549c08ee4ba07bfeb9581379e49',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','km.json',NULL,413,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8315,'aabc17f37421e6a3a3beeb0baa3e408e37b9afb8','0c08e907e37af9d3d1345261136325f0daaf1f03',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','cs.json',NULL,378,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8316,'45c9b7145096515b42ef9e6ed2862b7ef443cc79','f3d31384ce474424ff1d42366e958ffdb06b6a1a',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','sma.json',NULL,331,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8317,'45c9b7145096515b42ef9e6ed2862b7ef443cc79','c13b284f85a3c51d760d0db6be2e0d2c11c7e762',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','da.json',NULL,331,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8318,'3400c27cfecf144c3025153a49b6c8e9fd607e41','20562e47c1b176738bfb3ff96e62cde942247ac8',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','eu.json',NULL,378,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8319,'256d5b985b9e4031c0a94e2768c742dc7bb2d870','938604cc16e931e6fcb19a8b260ac29a0a0f0432',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','nl.json',NULL,370,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8320,'8148d9c7916105559ecab9d53f2797b846e81c1f','27dbe401d2c640d1f7f6d5f343e79e144359416d',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','ca.json',NULL,408,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8321,'5c056e7c4ab01ffb813afc5488b2fac4b6669b6f','c27d4353fa845eb1f83a0d3eaff2a8c48db40d3f',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','pt.json',NULL,385,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8322,'45c9b7145096515b42ef9e6ed2862b7ef443cc79','0ea3e834f7bc808a13e334620600a2e97d9a2571',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','sr.json',NULL,331,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8323,'45c9b7145096515b42ef9e6ed2862b7ef443cc79','44e2552188ec0272b8a06689df03c52b8742864b',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','hu.json',NULL,331,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8324,'e70a1997d86b99505321c5a3ffe17fec1b85fdb9','d4985d8ea102c915b17267c81b48c653afcecd97',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','sv.json',NULL,355,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8325,'3d5451e3b013016bfc4a0e3a4ef7ed66b3457d58','c3078723b738846590b125862fe014b3cc0445ac',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','ar.json',NULL,430,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8326,'a882d37a1b1d3e6a3c6f3d4aa39b5878556b4efa','8eff49c64ca784f832462e16c740a0a7c7f79b67',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','mn.json',NULL,502,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8327,'6de22adc17fe426ead150e3f74396f42f357d14a','a1784d3bf642cbbb8061cc137b6baeaa124fdcec',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','af.json',NULL,371,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8328,'45c9b7145096515b42ef9e6ed2862b7ef443cc79','5e5e5dc47bea798e89e0df3c4d94930d6d1e721e',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','vi.json',NULL,331,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8329,'cadc87f5ccef88743bc8dd24b468f53e4738aff4','e2a63c038ce3a47fd372e51843eb6b65c40428b8',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','et.json',NULL,324,'application/json',0,NULL,NULL,NULL,1704102691,1704102691,0,NULL),(8330,'98f8e30714de72a501cac612d0cde5ebb89818cb','544fa47b31504ea0170f2a81f3b76e3bbfc76521',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','nb.json',NULL,336,'application/json',0,NULL,NULL,NULL,1704102692,1704102692,0,NULL),(8331,'e86c05157c1ae0118e717d18aa2a7d0472bb91bd','aafce113c11a8a3848dc02d19ec466af21374db5',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','ko.json',NULL,363,'application/json',0,NULL,NULL,NULL,1704102692,1704102692,0,NULL),(8332,'555dd93b15df9e06d0675916a35be01a6d20e2ec','9c40c1ea6c01229edda7618a6760e7a955c7ce31',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','de.json',NULL,417,'application/json',0,NULL,NULL,NULL,1704102692,1704102692,0,NULL),(8333,'452c38f545e942faf509a49ca0da6401513919d9','6b1acba42f144296e88b7cf611dcd571a7fe72bb',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','lv.json',NULL,373,'application/json',0,NULL,NULL,NULL,1704102692,1704102692,0,NULL),(8334,'0429d822157712fe6cca188ea18d4f82f1bd6072','0179f1a1ef4c7b92250cb93c84169ee0c16fe90c',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','pt-br.json',NULL,385,'application/json',0,NULL,NULL,NULL,1704102692,1704102692,0,NULL),(8335,'8aed1695358db5bdbbab600bfd5f21536552bfa3','f43928c4d08ee3a04d0f682df79fbacc0fb83ba4',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','ka.json',NULL,758,'application/json',0,NULL,NULL,NULL,1704102692,1704102692,0,NULL),(8336,'6bdc84f288b1de70b08c60447714ada0e0bd22e0','cdb1429aa81c98da68606a0a51ca251d8bdbfded',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','bg.json',NULL,558,'application/json',0,NULL,NULL,NULL,1704102692,1704102692,0,NULL),(8337,'beab73f7e7a896f612ceb8c6af635988c917bfd4','8b7fcf11a295784cd615be9c19efda223be86353',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','he.json',NULL,395,'application/json',0,NULL,NULL,NULL,1704102692,1704102692,0,NULL),(8338,'c28ecbcda870d9a7e05edcfb0cd1013c50da682c','2dc0f5d86a5d8821729319a22b5b5094e1e7f9db',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','it.json',NULL,392,'application/json',0,NULL,NULL,NULL,1704102692,1704102692,0,NULL),(8339,'06792076a218a7040c333ab91f9480817b83795f','74fb274149340e092e871b76583c1aa2326e623e',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','fi.json',NULL,345,'application/json',0,NULL,NULL,NULL,1704102692,1704102692,0,NULL),(8340,'33d2d08eb90c69d989f4461a085784fc38e8eb90','69b293d6dc772987138d02d8871e2e325efdfb06',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','gl.json',NULL,383,'application/json',0,NULL,NULL,NULL,1704102692,1704102692,0,NULL),(8341,'b06f1ba766398fdb621ede72ee9787c9ee715302','4077af48cc06af2cba6c28695b12d6766845da6b',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','es.json',NULL,387,'application/json',0,NULL,NULL,NULL,1704102692,1704102692,0,NULL),(8342,'d9e9c86d2e1f3f17a13bf83a20b03fc7583b34f1','b5a567e4c79cb739a8ed5e7bd3b8634baccc0347',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','sl.json',NULL,337,'application/json',0,NULL,NULL,NULL,1704102692,1704102692,0,NULL),(8343,'b9ca769dd5e4e2b59742bdf1dca8bc84fb716261','9549b21af5c04dd45bd53437b541059e76334f70',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','es-mx.json',NULL,387,'application/json',0,NULL,NULL,NULL,1704102692,1704102692,0,NULL),(8344,'e1c9234485d13fb70c7e3450fda4281fe9b3d2db','71c8761969852a94c626a442121c84972c27890d',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','cy.json',NULL,367,'application/json',0,NULL,NULL,NULL,1704102692,1704102692,0,NULL),(8345,'45c9b7145096515b42ef9e6ed2862b7ef443cc79','ceb42bfae493d00dd65fcec924f43abdab14a89c',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','tr.json',NULL,331,'application/json',0,NULL,NULL,NULL,1704102692,1704102692,0,NULL),(8346,'ccf8f242d61ce937dd24fbd445414878709453c4','0ab75718e83f32729c65f7a5d4543fe10b404d64',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','sw.json',NULL,343,'application/json',0,NULL,NULL,NULL,1704102692,1704102692,0,NULL),(8347,'45c9b7145096515b42ef9e6ed2862b7ef443cc79','d5ce16bfebf3cf319cfd0ca35ca02cb6ab35759f',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','pl.json',NULL,331,'application/json',0,NULL,NULL,NULL,1704102692,1704102692,0,NULL),(8348,'ab51f0dec2beab14a50e7d636c7e4dfaefa47382','62ddc99e6e35431c09eabcc599f6eafb979554a3',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','fr.json',NULL,385,'application/json',0,NULL,NULL,NULL,1704102692,1704102692,0,NULL),(8349,'45c9b7145096515b42ef9e6ed2862b7ef443cc79','548b31d478e82bd01647e167630888644bff04e2',1,'core_h5p','libraries',50,'/H5P.ExportableTextArea-1.3/language/','smj.json',NULL,331,'application/json',0,NULL,NULL,NULL,1704102692,1704102692,0,NULL),(8350,'61d00b217407e83ff6d74e0a5566f891e8895cb2','6f288453028f4b945ca9f15c5fc8dd2bf3535980',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/','upgrades.js',NULL,569,'application/x-javascript',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8351,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5f0178b706cd8d44245a05c59b2ccde8e3b48728',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8352,'da39a3ee5e6b4b0d3255bfef95601890afd80709','67763db192bd107b6dc1a93fed587923867f63d1',1,'core_h5p','libraries',53,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8353,'04d3f7bfff6218c407a1a37085739469c424db69','a39ac5987124756990655582158cf36361deda96',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/','library.json',NULL,723,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8354,'a8c647e9fdcaf291fba6f6ba4e408582d0546523','1a958b11a1cf9e8ac7cc21f374ae6078300a4025',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/','goals-page.js',NULL,13878,'application/x-javascript',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8355,'f08a13b1153d2d1be104cac1ebbf7649a17d1237','7972761839ad9f81ca9c9ce2009e9ec044bb2113',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/','semantics.json',NULL,3419,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8356,'4d3750d0739dccf1bb737154991560ef016c5b29','6dd9c702ea7b7a34bf4fe4d16107188be8301be2',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/','README.md',NULL,1182,'text/plain',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8357,'1de7b9041db31255a720b97480a723ca3b62e2ae','387b5e37b3a409b515a184fb21d627761423d4ea',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','sme.json',NULL,2010,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8358,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9d2e94e8ca3529ce0c1a28e0f82d273b065f6f94',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8359,'3c299642543ecdb3eca19a1d78ff5497711b4463','c388f03c7f35745678187cbc30f187701e9d1ce8',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','lt.json',NULL,2183,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8360,'8739c08048eb31d707a28f0d4cf2d6576b7cdd8c','e17c0f830f8add2199868926b610e12d9fc84d27',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','zh.json',NULL,1995,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8361,'a04fb881737d04bc49137988c2b92a27bba82978','517b33aabb02dd01062e1396007d776f87cc845f',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','nn.json',NULL,2087,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8362,'04a22284bb48ba6fc0e5c8587e11d3b3bbe0c9d2','ce9bcf815c55e0c668579af3e05430c256f16e9b',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','el.json',NULL,3495,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8363,'4e6eb3f8338f5809310e24c6f55a9ccbca139ab2','547826b675f49fae3cd9991f0f8f9fc1d2654e85',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','km.json',NULL,2352,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8364,'e61042500be1257d496046431dce78100f05ce9d','f62075665bb8097d4eab661ba45e6e29a923665f',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','cs.json',NULL,2139,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8365,'1de7b9041db31255a720b97480a723ca3b62e2ae','42cfc1525f91a29b439c8aa2b3584f6f561d6381',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','sma.json',NULL,2010,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8366,'93d7c115e41f5176a6298c96d2268ea60742d8e0','be40226b3fe29c3020d82a5d249b9216ea7139d6',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','eu.json',NULL,2162,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8367,'7af4e0e37272315dd6f75552a5f335dc55162bbc','f4dffed134ee07016f078cefbf5e68ca6ad2a280',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','nl.json',NULL,2339,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8368,'745420cf4534ad9fe391400d1cfd56a3356534a8','e6f58a9ae9eba32a9d3ee6e7040971a572901302',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','ca.json',NULL,2275,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8369,'f1029a2a98d4720f86a68678607e86af56205efa','7eb7498859bcf488cddc14ee0de3e0266e99bccf',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','pt.json',NULL,2249,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8370,'ef52d94ca0defdfb2b0fdd16c1d41783346f417d','ff2a2520e0340db7a9552e16a6a64e74b774f67d',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','sv.json',NULL,2065,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8371,'dadbcab7d2559ba5109f7f56788ee3b170a14eb3','dfa1776f3887089d6437e11f708583de13b2840f',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','ar.json',NULL,2300,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8372,'6be61b8704d81cb5d51b38261c4baa620ef4da59','15d3c6edfc7d14071fe60acad5a92bf13f0ba98c',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','mn.json',NULL,3079,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8373,'89a3a4141d5f41058f49778813208ddf2efb7f9f','2b5eb09dd440adec17db7baeb33e5b2292ab05b5',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','et.json',NULL,1998,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8374,'6bef83154d44f0754775607cbc2449f96814a6f6','3823b95c16623b9e9bf9fac3bccd2cf123756d9b',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','nb.json',NULL,2095,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8375,'e159f9d64643902e5d2bdae8dfe9f2c7f6ec02d6','96ab35cf8c5732ad0b8ee9b60162357663b9bc31',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','fa.json',NULL,2731,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8376,'cf17e60d5a5447dbb6647de39f7dd3031391f06e','fa32277a9be2b4fa61c07723813cd00742e3ee75',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','ko.json',NULL,2144,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8377,'7d3f1efefde4827ccf8e2b545cc0c2d2844dae78','35aaa31d874c5d346055e7b31e84b8a3fecdd90a',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','de.json',NULL,2285,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8378,'ad37846d15f36ad030fd5a9617ff2f34cb85e0db','e852f9db5a682ec311355be5e989d6b52b3fb01f',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','lv.json',NULL,2165,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8379,'f8c30a15b4b07d94a244b35eadb181faffc61897','5739a673c20acb843de564515d93c140a1f6e44f',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','pt-br.json',NULL,2255,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8380,'6479b0166bc44b72837db686500e0235b90d165e','59abf7e7074f664367ebcc383b7108e78088054f',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','ka.json',NULL,4222,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8381,'d3061f3b3416113e9629608df2d9f7d66a0c669a','b3cfcaea02d61f6d70c4a982fa72c6ff853656eb',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','bg.json',NULL,3163,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8382,'76ca90a304cc24aec991a10951d6ba7893481b87','bb0933bf24ffd112a887b8929427b1a160b92119',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','it.json',NULL,2316,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8383,'b5bcaf99906621e810595a7dd65af60de39ab364','0d344aedefa0044fe8ae2cf556be1c36111b481a',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','fi.json',NULL,1958,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8384,'06cdbce0bd53b6b36c2289bbab2651cd3924fd40','514f0637d18650fe450abdefde5bef5569b4d557',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','gl.json',NULL,2224,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8385,'595ba8fc62131d2c8a35a34382fb99fd5f91e452','b9e6a0e3dc33fc1d5856edd2a37f9259425da70e',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','es.json',NULL,2189,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8386,'4944ced63e3377c2533df3e9bba13e9d97bdecdf','69b733ed3f1dd58a277e80565aa1f7b83479aae3',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','sl.json',NULL,1916,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8387,'4778528154769c967437252b14bacfb9f8a1ba1a','cc08d8f7a474822d6485dfde178295f2b75fe741',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','es-mx.json',NULL,2184,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8388,'6618ec57fb0136c648e5010407755ec011258b63','66f0db47d1860291244d244ae1ad00650cc10194',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','sw.json',NULL,2146,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8389,'cc82664fe7d57a16584d7abe1408944b6c05920d','89d7842363f1f207dc00c0aab228acf22d00e5c1',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','fr.json',NULL,2271,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8390,'1de7b9041db31255a720b97480a723ca3b62e2ae','58ab3d239bdd72911b0710dd22dbb3f7835df3ac',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/language/','smj.json',NULL,2010,'application/json',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8391,'902a856f93ff962f25a3d67b0114870c333dab13','8cf23e3db1b02145dd68dc2904fb6c741ebb1879',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/','goal-instance.js',NULL,3137,'application/x-javascript',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8392,'962255d107694a4899df1616fd65437113c4980a','731a8e966a215ea8cdacf30ea99488c53698facd',1,'core_h5p','libraries',53,'/H5P.GoalsPage-1.5/','goals-page.css',NULL,2712,'text/css',0,NULL,NULL,NULL,1704102693,1704102693,0,NULL),(8393,'bc8e2739a423b7fd3fcc4c579d3a391fbc42b78e','c8f3e8d08d39d642be56b38f64bd465b6abc776f',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/','library.json',NULL,337,'application/json',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8394,'da39a3ee5e6b4b0d3255bfef95601890afd80709','fd7dd908b4e1bb3d4f6bd91d4915c05bbf7a8ec9',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8395,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3132f2e35138e18c2e7131a3ed34d07458bdbad8',1,'core_h5p','libraries',56,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8396,'fdd4ec16e9134f3b3401647b495f6bf7cf731cc8','7dc7781e567012bce2f311a213984064f8669324',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/','semantics.json',NULL,1000,'application/json',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8397,'24dea1bd9d21679a65021095126bc781909f6dbb','5e463a262576df9326832e02fb302bb48db84405',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/','README.md',NULL,556,'text/plain',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8398,'861c1e1ca93765c7b3f8c5739b2a42c5203e6a63','a75f48d75e9094da41d99a22d1fcf5ef9f21be13',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/','iframe-embed.js',NULL,2963,'application/x-javascript',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8399,'415bf05d3cc3a54486908a10891542a645613ecc','5e6857397386c0fd73d72899ba27ff9bac999539',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','sme.json',NULL,711,'application/json',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8400,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0526c7c81a70e273468834e11f53b44ee7bfe519',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8401,'abad5e6b8d91c70b6e2a67607d98eab4455757eb','b5e9c98a46cfcecefc998fc67b9cbfd6ffed0fe3',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','ru.json',NULL,1077,'application/json',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8402,'02ddece8fdc4d3a0ea131fe1a555dd9968fed6e6','481e564d57cc9e9b010c84174df15e9eeca39203',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','lt.json',NULL,779,'application/json',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8403,'f85c7d4c804d81b1aff418552a19083c79fc2f68','321af18f32c8f698521182b80d80849d0fa6b1dc',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','bs.json',NULL,706,'application/json',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8404,'a94d70f37e2ef4253a762ce063b4c74a3344cb09','d704e4e1ca9346f4a2be2f15fb6eb6a7203469b4',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','el.json',NULL,1173,'application/json',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8405,'27789dc8a76257a502193df0c9873de8eb48a511','0407022375bb038d506d68ab3e362119886330c2',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','km.json',NULL,1576,'application/json',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8406,'1a23ed224974c3dacb8285cc18747bba6aeeb6f7','716a933375942e60ac4ef02d2e1ea37e0f263283',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','cs.json',NULL,798,'application/json',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8407,'415bf05d3cc3a54486908a10891542a645613ecc','a4ea1437077a78a6f5c7cded3e28a5de83285dda',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','sma.json',NULL,711,'application/json',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8408,'967272fe41e3f07017c17cc2937d67cac74b37f9','f00ce2a11d898e1f42230a5c4725d1282e77fdd1',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','eu.json',NULL,807,'application/json',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8409,'c38b2a4cc01947711310f850d2f1d0f06edaf32d','31fe861763e39bb70eeb433d15cbe7babdcb8551',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','nl.json',NULL,795,'application/json',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8410,'f7f14d7123def6b5a9b500e039d23dca05a073fb','2a605ecae95409dd6950e750cc977eb05c2a26cf',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','ca.json',NULL,920,'application/json',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8411,'da06ba99902e3e553d9569a3351e730276bb976d','f0fc6c678f8e06e1d49ee1871bce36627888681e',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','pt.json',NULL,784,'application/json',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8412,'1de5d3abc020ab407b5984bfca268d0de4e8d99d','e94e4cdbfe48a45b6e2d47f587847baf58af268b',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','sv.json',NULL,769,'application/json',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8413,'46d1562f20759430196ef03edabe55047ea8add3','ad8b5b2401fce278e19407bfcc6fdd808630e686',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','ar.json',NULL,962,'application/json',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8414,'3045b6643738740780c185945b2fdc3c2ec3fdc2','31bb138ffb7b4345e35cdb9b422823133149fb6a',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','mn.json',NULL,1055,'application/json',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8415,'c7c2a1e4d03b9b18e089df7119404797d2947c74','968c77c3fbd87f72ea4f64e07c29058aa848e9eb',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','af.json',NULL,723,'application/json',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8416,'7a91123ffd850ab7fa83e77e825f4d639defb4f8','46a15add8e1726814d170e16bfc0acfa92ebcdca',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','et.json',NULL,760,'application/json',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8417,'09e1d5b0a117d09a3894572ab24a7896060d15a6','a889321259256d4bcc53d98cd7209dd0c19dad50',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','nb.json',NULL,757,'application/json',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8418,'e247102189a0adca6922a93dbb3866610dc18da4','87019e2c7fac2a6fc46cd7309ca39d268e89de04',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','fa.json',NULL,931,'application/json',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8419,'3deb61925233c8ea7c19dc18d029ccb78a806f41','f695a6d3c3d7a10375357e8351baa48348c48ee8',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','ko.json',NULL,711,'application/json',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8420,'bbb1ff324101274b1941537501911a5595231cbf','827ac97c78d09e2cdf78dc899767742ad4cbb145',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','de.json',NULL,807,'application/json',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8421,'e1ab1ef284c88a76363ead3e8ba987eb32610bf2','d406e2f09934a3db69f3152b2b83c8fb317c4ab7',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','lv.json',NULL,795,'application/json',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8422,'0bf4f2f70defd1bd6d9904822f85887206cdfd4c','059528f7ec6b30b3ce6a8132f750b3c7a987c235',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','pt-br.json',NULL,780,'application/json',0,NULL,NULL,NULL,1704102694,1704102694,0,NULL),(8423,'67c3179f89e1fdcc352d0d6b6297dcfd8b4245a4','2aa63deea81dd17df67a92b4a3fd074006e335b1',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','ka.json',NULL,1389,'application/json',0,NULL,NULL,NULL,1704102695,1704102695,0,NULL),(8424,'5bf82b7aef3a08ab72fd906d4b80d0464db65a2e','9bf864cf38aa4a9db50548b749c868fb9c370b58',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','bg.json',NULL,1115,'application/json',0,NULL,NULL,NULL,1704102695,1704102695,0,NULL),(8425,'b097d835856e8c2345ed6508406cf0c2cb02134b','0318c0c60f10f64aaa4b82d007da227daa943ac0',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','it.json',NULL,827,'application/json',0,NULL,NULL,NULL,1704102695,1704102695,0,NULL),(8426,'df66a7666e72be531fcb5962606838e7e0394ccd','cd6345232129d4b73a3be3f29e25f0795a8ed4c7',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','fi.json',NULL,666,'application/json',0,NULL,NULL,NULL,1704102695,1704102695,0,NULL),(8427,'34d13eca482d16962218aa2c63a7b666b81a38c2','21043e3674aa3b2582a8baae6ef2ec0280987262',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','gl.json',NULL,772,'application/json',0,NULL,NULL,NULL,1704102695,1704102695,0,NULL),(8428,'c48154f41d45ccae64fd6fa561d4011f8ea28ace','4b2724036cc8c4ded3de10af9e669b8c869e9716',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','es.json',NULL,793,'application/json',0,NULL,NULL,NULL,1704102695,1704102695,0,NULL),(8429,'d7cd460bd6cd33aada45fa8d62475c676b0a29a1','c13971a39a5012d75e3fb0948a4433d11bc8fc76',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','sl.json',NULL,696,'application/json',0,NULL,NULL,NULL,1704102695,1704102695,0,NULL),(8430,'4fd06c7c73c959d35c88df68295631d2e525c210','08e004fd5b313d93994aeb9efec9850b60e23225',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','es-mx.json',NULL,772,'application/json',0,NULL,NULL,NULL,1704102695,1704102695,0,NULL),(8431,'2caabf4a6b75e98eda136fd5c510e1a727bd5913','556e0b5eb2a12a664ed9891b2f20afa5149f9719',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','cy.json',NULL,719,'application/json',0,NULL,NULL,NULL,1704102695,1704102695,0,NULL),(8432,'8c27d3f1eb7bcdf2db44b5f5704660bbe661afda','94c0b5a2fc8355817f9fe7f83367e368927053b2',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','sw.json',NULL,1068,'application/json',0,NULL,NULL,NULL,1704102695,1704102695,0,NULL),(8433,'f9a616e24056a3ddb19db7b5e91b14abfc56a45a','5e012ba7425c0c1b7f16022f883f3c1803646de4',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','fr.json',NULL,777,'application/json',0,NULL,NULL,NULL,1704102695,1704102695,0,NULL),(8434,'415bf05d3cc3a54486908a10891542a645613ecc','16b03bb096985e5a2fcd64d086d4faf19ce1b142',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/language/','smj.json',NULL,711,'application/json',0,NULL,NULL,NULL,1704102695,1704102695,0,NULL),(8435,'0db20c57a791fde43e0ff597ea3a32bdc6bcd825','3d8d8c5899eb0e2062aa0054e44d4b171dee961a',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/','LICENSE.txt',NULL,1073,'text/plain',0,NULL,NULL,NULL,1704102695,1704102695,0,NULL),(8436,'ef653db7166af4d5308137ab852b5dc69b357702','9b56a256925b6b270f550c9a1ff2fa70d6f22e96',1,'core_h5p','libraries',56,'/H5P.IFrameEmbed-1.0/','icon.svg',NULL,1302,'image/svg+xml',0,NULL,NULL,NULL,1704102695,1704102695,0,NULL),(8437,'19b395f510826c1350dcaec915ced4251eb6efc8','f288c31daeb058b6814dcf9a301c1ee9617c32b6',1,'core_h5p','libraries',57,'/H5P.Image-1.1/','placeholder.svg',NULL,1284,'image/svg+xml',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8438,'da39a3ee5e6b4b0d3255bfef95601890afd80709','276575c990151b38ddc30ec2d140e5752e1a31c3',1,'core_h5p','libraries',57,'/H5P.Image-1.1/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8439,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8f15ce3416536cc1d47825d3a1f77cefe55e0c69',1,'core_h5p','libraries',57,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8440,'90c81416d4abdc03867a29873f7a16a44242f795','dc2155d24b557eeb3a1b3762644a1701e5c7d868',1,'core_h5p','libraries',57,'/H5P.Image-1.1/','upgrades.js',NULL,1770,'application/x-javascript',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8441,'a07f24c71051f4f9f15b9c7d8d16882708e8003e','4b6c7f2fc42f676a007a5da3eee00425fc2637cd',1,'core_h5p','libraries',57,'/H5P.Image-1.1/','image.js',NULL,2614,'application/x-javascript',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8442,'ccd3b86a2fa770e8c5d5025a77167b37caa1d416','bbdee064516111088bae6e19b14334f059748047',1,'core_h5p','libraries',57,'/H5P.Image-1.1/','library.json',NULL,644,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8443,'cd11053672a1efea366641670c92fd634c70976d','da1c3658ba41e03eed40aef13b58c18d34364fd0',1,'core_h5p','libraries',57,'/H5P.Image-1.1/','image.css',NULL,260,'text/css',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8444,'24dd7e177d26f9bc50dec239258c164e6b7a39db','80cd5860c3656d6540baaf6fc23a807080641f08',1,'core_h5p','libraries',57,'/H5P.Image-1.1/','semantics.json',NULL,1609,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8445,'5e9f327f86e1e4131c6a69ce9f0408b2468bceaa','c2c02aedb324a27f2878f0c2478eec82048fb435',1,'core_h5p','libraries',57,'/H5P.Image-1.1/','README.md',NULL,1214,'text/plain',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8446,'43d8633cbf574d626febe0b243e244bd04185158','405ed1a27428c9ec70a4241eace4bc00e7c8b118',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','sme.json',NULL,900,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8447,'da39a3ee5e6b4b0d3255bfef95601890afd80709','fc065d59963ddb45ad324b566821a4f8ddcfb9a4',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8448,'257028b22b2aec222f037f436cfb4c2838aedcfc','bb71c2b1ab30e8f0210908fb106ec3272cc2c3fa',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','ja.json',NULL,1052,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8449,'ced8265da0eb2f16ed0fa1eea63012efab001257','7462b66f2a327b901cc5f50fa1684d180e3a8ae8',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','ru.json',NULL,1245,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8450,'e6bd14a5d884039cca02ec890dbb636055ce71ea','2cb6004d3a3b841b315adbf8ac7d1c215dae09b4',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','lt.json',NULL,976,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8451,'d55b15d62d745b87b736de874c606d20e04fecef','5b08c42ab8b30a2fab16911b32ba65d0c6bbd928',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','bs.json',NULL,869,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8452,'671100c13d8b7f991ae166ca116fe515dcc5e96d','54e5b89a48d7045b0b6cc1175884ef433b594fa2',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','nn.json',NULL,918,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8453,'43d8633cbf574d626febe0b243e244bd04185158','1d86642769dbff00a117325d17463921a4556d0e',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','ro.json',NULL,900,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8454,'121d6504849273023e37ae4d9c13479f2a261680','64afe5cd4cd2a5249bd609cf2d07392abb77dd3d',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','el.json',NULL,1473,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8455,'a66a0e8e483b2a87ebada6d91f43b1c5c3b9c590','83e3a52a546969315d617d85d5ac55928b094be1',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','km.json',NULL,1448,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8456,'1e8f245b93719820ac2d2fe610acb6d30054b710','5f7e4000915243b581cfe2fb2a624b35c0b67fab',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','cs.json',NULL,1013,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8457,'43d8633cbf574d626febe0b243e244bd04185158','69150b8d75b46f54c09991a72bd019033eb3d099',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','sma.json',NULL,900,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8458,'43d8633cbf574d626febe0b243e244bd04185158','b09fdbc92369eb6ce81c2644872457fcfc86fa27',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','da.json',NULL,900,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8459,'f27db88c4519337e79fa2c1972e7eb797bd6441d','991dda950919c7da1b3f1c010b83998208a007f1',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','eu.json',NULL,949,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8460,'c4ad3366733e127c97fcbd7e50ba39fe3eb0c2ec','72ba9305f477cec9fd5bb7b75b86541e3748d60e',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','nl.json',NULL,944,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8461,'2b2927049a195d09893bc03174798a4f4ef5c04d','6dd8b4ea7feaae9c5e283cbf615eaa4b1f67ac5e',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','ca.json',NULL,972,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8462,'32b1e53e42bf40cbf5ae29402c34f7332be1086d','80da35beb447c91b79eba88cea32666e0755c402',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','pt.json',NULL,968,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8463,'43d8633cbf574d626febe0b243e244bd04185158','181afa6276a8bc13bf7bb43ea3ac576c5bccfe6b',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','sr.json',NULL,900,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8464,'43d8633cbf574d626febe0b243e244bd04185158','d9c68f20b7776837ec94ba818b865a331ba40b51',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','hu.json',NULL,900,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8465,'d588825fff5a839c80575275062999a8d59541fd','31a3e8a9c66ddef3f3ebafc5fca0385bd9cb50d3',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','sv.json',NULL,942,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8466,'22d80a664ba081f1f9ad1b68de3edaac3d317cd1','6cb4a4a7ff1502a876390d5bbf6cc2fb6a9d8612',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','th.json',NULL,1837,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8467,'6d70cd8d8ed26563fdc43f9c01d2227559862553','db520607a933d3424981af97851ceadf7807674c',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','ar.json',NULL,1102,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8468,'2cdcbe4b8b628749c6bf58a58ca825d0ca72eff4','c9ffadd6bea27aacb50e8d1d138a7bd2ef921875',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','zh-hant.json',NULL,859,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8469,'724575b19e59a331256dfa4dd1995b4503571b00','6ceda9a8014b8e54f06cff6279102e8c644e7b81',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','uk.json',NULL,1424,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8470,'23eeca9d521dc8eb4ea73143d8d426b84280ed0a','8806979670bb65fdf6578ab6047729c39a6accee',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','zh-hans.json',NULL,860,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8471,'e66650b49536f69cc51f0ee8d41ea97d93dc9898','969768d19a329e86eb5156df0cbf004ece7bccdb',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','mn.json',NULL,1203,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8472,'0bc90a37a2899ee0c7d8d520b5fdc4837257452c','384419e6acc05e1cc50aa792b895124be4d303a9',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','af.json',NULL,907,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8473,'a9778e6be4639288357df9fbedda9142c4a654bc','ba40fc63a93732726c05b2901d26755b32e12520',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','vi.json',NULL,900,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8474,'6d20c1b6992998bf3ac817646088185f3839b67a','26c1cf86815d378b15339d61a37c6c8117717947',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','et.json',NULL,893,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8475,'7d31701ab60928e02ff560d58ec07edc1586e4e8','1966d91b672270c8dc008d3b845b9eb7963ae572',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','nb.json',NULL,879,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8476,'7c0b92464d2819eec5e8c330625264dcb9f02217','67918434a73b9e755c8fff66cbaac99e5017b43d',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','fa.json',NULL,1107,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8477,'7f2e40c61e5fc4290c327f756e662786708c703d','90388146010c942ad5a2168539ba55e19dbe3256',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','ko.json',NULL,1032,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8478,'df25300ee3215e91666a4933a875c7b8a0009759','d934b06de3a33a5effa34f1f8db25c6a2d0fd756',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','de.json',NULL,925,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8479,'f5aa544c040fced14671b3f390a07f91716f8e84','e1997b5f965333066cdf7ac72502ee923c26ec37',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','lv.json',NULL,956,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8480,'b163622be96b451b69b06a447f5d6a6c63a4990e','3ee56b875c79b1d19cd126f0a1afe290e5cd482f',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','pt-br.json',NULL,944,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8481,'a8aa23921fbada2d0a0ef733e7f4dc448f045de0','9990921c9738a0beb6cf0d266d094f0b8d91a44f',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','ka.json',NULL,2086,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8482,'938b4984364adc340a5ec6ede200fa7811906a59','b6b4879bc9694a37ee42d80d24f158d8db9b8b25',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','bg.json',NULL,1254,'application/json',0,NULL,NULL,NULL,1704102696,1704102696,0,NULL),(8483,'3b665df0c8c0e9c3eefc7052a7e514735cf44096','df2d29ebe6f8bdfaee76760c3def00ded8091519',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','he.json',NULL,1107,'application/json',0,NULL,NULL,NULL,1704102697,1704102697,0,NULL),(8484,'8ac60b9de60a66ba4ca8e4de422a5c0688a78670','ad415c02489635225a2763ff96b03f310eeb86a8',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','it.json',NULL,949,'application/json',0,NULL,NULL,NULL,1704102697,1704102697,0,NULL),(8485,'65e15552691d0ee408fcb1e6264484071f635eeb','d32e831e19e7bed0f529a3a46869d962ddd27ade',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','fi.json',NULL,873,'application/json',0,NULL,NULL,NULL,1704102697,1704102697,0,NULL),(8486,'1f4bd639cf8cf920b5b631ad014d314592f2e509','5a3e5b33789770f7f1f1c86bee347df2b68b6139',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','gl.json',NULL,959,'application/json',0,NULL,NULL,NULL,1704102697,1704102697,0,NULL),(8487,'5b869c22f0717e399183b55ad54efe4ea5f43607','4fa01c95aa600b0e1d8379d89b70a58698afbf68',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','es.json',NULL,989,'application/json',0,NULL,NULL,NULL,1704102697,1704102697,0,NULL),(8488,'71b43a2e2e2eaffa067bd53c31f6bbc99c7a64be','5113cb78a542ba86ac149a4a44eadf7c00682b06',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','sl.json',NULL,917,'application/json',0,NULL,NULL,NULL,1704102697,1704102697,0,NULL),(8489,'c736508e16748bac589dcfd7f6072a15e31dec41','1a7a143809644d32566ea21a30f6db85192cd7de',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','es-mx.json',NULL,1003,'application/json',0,NULL,NULL,NULL,1704102697,1704102697,0,NULL),(8490,'c182daa4108932c54e9c250ae623fd4c4998bcd1','8d0dd31510af39611248c05a26a141273b4e0d33',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','cy.json',NULL,974,'application/json',0,NULL,NULL,NULL,1704102697,1704102697,0,NULL),(8491,'9531489bfcab7c3c829a156fc3f66f2fe7bdf59b','95c02285d0dba6863f8be38b69802edb965e5e68',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','tr.json',NULL,959,'application/json',0,NULL,NULL,NULL,1704102697,1704102697,0,NULL),(8492,'e98fc6c311929ab7ecd178e5a47ac00da73a18eb','344729022ddba0940dfda2b313246b131a48e213',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','sw.json',NULL,924,'application/json',0,NULL,NULL,NULL,1704102697,1704102697,0,NULL),(8493,'747f6f7cbe68e5a7190f8739682706dd784186ca','e6730022727862cea79faff1f08625249410a6b8',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','pl.json',NULL,907,'application/json',0,NULL,NULL,NULL,1704102697,1704102697,0,NULL),(8494,'39438b8957b1adcbfa7898a2c88407ccfa779238','41ea341b131fc462516868e3c605fb65cb799a1a',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','fr.json',NULL,830,'application/json',0,NULL,NULL,NULL,1704102697,1704102697,0,NULL),(8495,'43d8633cbf574d626febe0b243e244bd04185158','f6d138e260a63a3432d5d1fde55a13dd31ca179e',1,'core_h5p','libraries',57,'/H5P.Image-1.1/language/','smj.json',NULL,900,'application/json',0,NULL,NULL,NULL,1704102697,1704102697,0,NULL),(8560,'87d21ed3f33273664fdc427a95f96d1053e96878','277cd1ccd566f7003d7412fa982b6a166868c3f8',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/','LICENCE.md',NULL,1059,'text/plain',0,NULL,NULL,NULL,1704102700,1704102700,0,NULL),(8561,'da39a3ee5e6b4b0d3255bfef95601890afd80709','bae0521f7136355b1067d25e32aa84618ed5e93c',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102700,1704102700,0,NULL),(8562,'da39a3ee5e6b4b0d3255bfef95601890afd80709','767c910692f81c46009dbaefa4b218d4625f4d33',1,'core_h5p','libraries',60,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102700,1704102700,0,NULL),(8563,'09a7e182bfdc9d3851f60b81d81f06c17bf7f7c9','2aaafe26affac2f6cab99f5c8001b0dbc98122e8',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/','upgrades.js',NULL,12269,'application/x-javascript',0,NULL,NULL,NULL,1704102700,1704102700,0,NULL),(8564,'997dfca26f1bd3d6fe1ed155d62e28ee03ea18d6','17c04537276d533ac18e007c96521145ae479242',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/','library.json',NULL,1367,'application/json',0,NULL,NULL,NULL,1704102700,1704102700,0,NULL),(8565,'3cd82132c3915b0db7ec69ff8b1931b7187a3391','34827979b52f154c3da5b29df286fbb03d898b8e',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/','semantics.json',NULL,37877,'application/json',0,NULL,NULL,NULL,1704102700,1704102700,0,NULL),(8566,'5f3a40a7c0497b756c39a54a410ac246c84546e4','6b542b550b91dfc0a2d68c7f7f00f50c1c0c9ac7',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/dist/','2c1d7735fb3a8606aa39.svg',NULL,2879,'image/svg+xml',0,NULL,NULL,NULL,1704102700,1704102700,0,NULL),(8567,'da39a3ee5e6b4b0d3255bfef95601890afd80709','883118a7646f6927cf3581eee9bdc0d90d4bd269',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102700,1704102700,0,NULL),(8568,'121eb79758e699897da29d36546bd9dc2a81132a','a3a677a0744c2203c69c7aa38a8ff530c6dcaa4c',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/dist/','2964b9be6b458abf853e.svg',NULL,58569,'image/svg+xml',0,NULL,NULL,NULL,1704102700,1704102700,0,NULL),(8569,'f357db3619358c9dfd34e74389fa0e2289dca40e','cd4e9faaaae89fa8dfe763ca9a7276c8678fda10',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/dist/','148dd4b2be364a98aa94.ttf',NULL,1536,'document/unknown',0,NULL,NULL,NULL,1704102700,1704102700,0,NULL),(8570,'1ecb84f473aba835fceecb7c6a2f2d5b764ec88d','c457732843ee5e651bca8ae1870ccfcc0257de57',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/dist/','h5p-interactive-video.css',NULL,54974,'text/css',0,NULL,NULL,NULL,1704102700,1704102700,0,NULL),(8571,'32bf81afa799d296cfecc9316fa2509ea4550f68','f2521f3dcd51f9d9c3d7b00398a1bdbc729d2a4c',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/dist/','8cb26f6444c4d872ab4e.ttf',NULL,15304,'document/unknown',0,NULL,NULL,NULL,1704102700,1704102700,0,NULL),(8572,'7c8287af5427ee456f8b7bdffbd979e40b4393c1','38d6f2fe397aaf7e9ed3e5d5d52d210088a9377d',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/dist/','fbbfaa4c26edaada18ff.eot',NULL,1684,'document/unknown',0,NULL,NULL,NULL,1704102700,1704102700,0,NULL),(8573,'ede448085ec14af971a7f36bb3c65622ff1c5a6e','49b085efa8ee5153f22f01e7365289a92c58a559',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/dist/','6ced57368341a72eda50.woff',NULL,15380,'application/octet-stream',0,NULL,NULL,NULL,1704102700,1704102700,0,NULL),(8574,'f70f794d2e307485ec8e07c7078915df5e19fc9c','43e4f6f7ee4c3560a81e568e5d4740da90f96b52',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/dist/','0386180d2c55e2844156.svg',NULL,1285,'image/svg+xml',0,NULL,NULL,NULL,1704102700,1704102700,0,NULL),(8575,'f632a9dfefd336f4995a78666a77b2becea03f5f','206a06422b3c3858c3a84c7fd8b96c821441cde9',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/dist/','57a364e45933155f7ff4.svg',NULL,2878,'image/svg+xml',0,NULL,NULL,NULL,1704102700,1704102700,0,NULL),(8576,'e1b65916bd965ace2ac6bf96d42aab23387f90b6','984afe77db85f0b0302c102967148d4b0c3d9a98',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/dist/','c7c399ebddbdf28d5c69.svg',NULL,2870,'image/svg+xml',0,NULL,NULL,NULL,1704102700,1704102700,0,NULL),(8577,'a0fdf3be72c05425176a408ebb2b999cb48e8af7','c0cf9c1f01c505bdd6ce1e5bddb12a8639052e65',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/dist/','e1ccd6330b33c4b5f6e3.svg',NULL,2885,'image/svg+xml',0,NULL,NULL,NULL,1704102700,1704102700,0,NULL),(8578,'6fbdff351ff7d53ed556c26fabf974ca1bb3574b','d839355cc293166b85ec530098b5f90499cf2477',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/dist/','847fac874773e4bcf919.woff',NULL,1612,'application/octet-stream',0,NULL,NULL,NULL,1704102700,1704102700,0,NULL),(8579,'b3060f33e126afed67c4f2899f456385807db791','aea4e49fcec71e4e45db831fe09dfa16043bb6f6',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/dist/','647e851f992904967e7a.svg',NULL,2795,'image/svg+xml',0,NULL,NULL,NULL,1704102700,1704102700,0,NULL),(8580,'3c04e365958999b3d697556b5ec3ab498342dad4','f89de8c2312c4cae137ba2bd3f05f31d121d6711',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/dist/','h5p-interactive-video.js',NULL,104861,'application/x-javascript',0,NULL,NULL,NULL,1704102700,1704102700,0,NULL),(8581,'9ead272dfd013b9dfcfa0d343690501280363644','0b3e9f9c06d13cb84df3f3e6d0a40ea4cf046fd3',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/dist/','5b65587a77cdcbb1ea7c.eot',NULL,15452,'document/unknown',0,NULL,NULL,NULL,1704102700,1704102700,0,NULL),(8582,'56a3e92692478212a00ab156748bf50511dc99f5','966072698a500fcf298649b6736ab87d5d054576',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/dist/','0523b21db4fb141802eb.svg',NULL,2879,'image/svg+xml',0,NULL,NULL,NULL,1704102700,1704102700,0,NULL),(8583,'65e4a608302bbeddc92fa8774f86d01f4616001a','d66a01e05567fb40e851b6db352f5ccd7085c127',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','ja.json',NULL,19035,'application/json',0,NULL,NULL,NULL,1704102700,1704102700,0,NULL),(8584,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f241ff54937a9cd21362976196e686173bae82b0',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8585,'cc4e3d35bee04efef0a8e72f889416a5719fa929','054a02ba079488607ba9f56dcdaa361b396b4448',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','ru.json',NULL,23155,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8586,'ddb93b40e23281486868ee29fb6f604fffde75f1','81257cb5729d4358843e60034b3f421e1f082805',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','zh-cn.json',NULL,17104,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8587,'d215c814e100ad73da4ca2a01d4cb62c4e3adc68','d205666b0d24afeff434f7b95e6431dcc3b7fcba',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','bn.json',NULL,26582,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8588,'42ee3a8c67ba96b7a5e67f5fddeb857cdc4d69fc','ac993ce01bdf53c10b01b2906c99d3c77d63b186',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','lt.json',NULL,17918,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8589,'896f224305d923f1fbf3fdf0b5b761677e2958df','155adb0443591c838d80d9ad19ecbd12979b9643',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','bs.json',NULL,17442,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8590,'c83a3a85f4da5f113382cccfeb9cf83b8777711d','a4b7e469354aedb107ed2a325cdae83f2be670c4',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','nn.json',NULL,17395,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8591,'38e559bb3f2f143bb3df44a3a56531daeb705045','ab2db6baadea69653ec4c95d4633443583683127',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','el.json',NULL,26182,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8592,'0775feb44c4f56bf1f69238291069c6e28dae9fb','f91848c01d16cfff06994888a33967bf9411f51a',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','km.json',NULL,18715,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8593,'bce911389b025a1a71ea3a7c05f1f6fa1e29a443','edfaa85741ced2b8f1f23731a8fa0cb3647c510b',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','zh-tw.json',NULL,16697,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8594,'915e6bfd0daa44f0cbdf87435b1b3f59e3b51cb4','ded4a97034947a869685f9c43326f83ac2325a81',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','cs.json',NULL,18122,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8595,'d29db2f7ee10046c0e0bf4f22c7b12706094d83b','4730bb2351dcd6048b18ed07402f20130f56b2a6',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','da.json',NULL,17514,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8596,'cd2ead3ed58e36d3e94cee60412719faa8206bc3','3a993c07c82f802b4026b3fc08eee03c3cfcb1a3',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','eu.json',NULL,18202,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8597,'22003c2f0eb2cd48965353483a11e7bc075df3e2','867b9d6e32ac0812d5c467f12d704d010e5b3beb',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','nl.json',NULL,18013,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8598,'29df805f72f171115668fbd751fa986dbc89abd0','26f80c6dfe54d1c2265e8bdf2befa93fe7c60528',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','ca.json',NULL,18839,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8599,'cad0673d90b244582d63606d0acc8d2990b52fa5','51f11d69ade3bf24220c5ff31e5ac603f979a135',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','pt.json',NULL,18497,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8600,'98304f63c08171c9f035ab128f4a272fc510b4a6','a97cda23b40930fd91698b186df2d9d8128f7a67',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','sk.json',NULL,18002,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8601,'5dbdeb2f24fec0a5880d9440505a1d8b1d8817aa','860cf8dedcfbd7e931873e55c84a8df4f83240d7',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','hu.json',NULL,17371,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8602,'d5384dd3b88ef419e3252bbe738b9b009e7ab7b0','92355fa451c756de258fe466eb84359527e55124',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','sv.json',NULL,17857,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8603,'ec11ed25903ff12346978e5409099b4818fa3e1a','25c5bb948f9f6e91ae45f55c82a00f9860ab2aad',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','ar.json',NULL,18006,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8604,'790dc9a2140b5f3459446023655e2f856e715e96','12baa26676798bb98e2d204dcf9f33665a5740a0',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','zh-hant.json',NULL,17106,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8605,'ed164c0a4aa35ea759743fc442b70addf2c3e3ca','d2fc2a73c483307a2ba408d332f022fa1876b100',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','uk.json',NULL,23191,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8606,'e25a66a7d71b2898f31f3d51cd6868e370656322','e8655e7b88c9f7b5c1653085a3f338c48d6d77ea',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','zh-hans.json',NULL,17106,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8607,'af3c65156ba2db56674605ec21d9317aa36e73a8','1e23cd7aa30f2659ab12ab803ccac5c72148a347',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','mn.json',NULL,22181,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8608,'963aaf2361850364650b72b30c68ca9baee6a393','c9091e59eaa4e592056fff53ab018ed8723441f2',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','af.json',NULL,17623,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8609,'a5b1f5be3aee9c6fdc6231700b46d41fac4d5543','d0a9364bee6c12483f14ba9693c679d25238fdc2',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','et.json',NULL,17358,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8610,'d6dfc9f1823f41f6b426559e11d2ab73bea8578d','3a9513f794cc066ebccc67f2c79c76c0a85c1f4f',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','nb.json',NULL,17397,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8611,'7900b5ece6382195329e5654488a2ccd023a0ab0','0287c801ff526808a1d327855f02e448025a58ed',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','hr.json',NULL,17356,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8612,'b66d0950a295d800b3f3947d13b5b2d9a69c9f29','c02e3ce0bece4a59331c04f98090fc0e7b96636c',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','fa.json',NULL,21310,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8613,'91d3b58f11ef240e1ded0c824878b45305413369','4b8179db36082c4d39dc7e60ab7531730b7d9870',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','ko.json',NULL,18518,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8614,'8fc61b5a82b451dcdcfef0cb03292d34e4864877','e15eb3180586fed4c1b561b8aa2a2ea118ec48ea',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','de.json',NULL,18935,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8615,'63eb1a9c8f210fa1cbb530f2e76fe7e370c7b165','9e3b8560c57206ab78290459acab3f1205fe247c',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','lv.json',NULL,18557,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8616,'e487756ac42ddba2b76400cf5daa26d4ac22c159','49f5640be00a13b0191311567bf63bb73a661a35',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','pt-br.json',NULL,18424,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8617,'94a3f7b142b7d797997c0bbd9df18a2cdb602b30','9f3b1cf3b52c28cd4fa977243ba2a59760b25328',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','ka.json',NULL,17335,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8618,'a066348aeb27c2fb90aaebb2a6a2097467df5e76','9f4033d17306daf540bc1968fa5adb3177e6178a',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','bg.json',NULL,23008,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8619,'a911f1e8fa707d2357c7871b7d2a02f0cb83ee99','5cdd0becf3769f2961308c9a5d2d961bb2e5d2b7',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','he.json',NULL,20071,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8620,'acfb5b461679219c29e9ccdad4d70b5b4fb87042','3697df2a81471715389b5805bf76f1a827e92507',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','te.json',NULL,19412,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8621,'55a3de89b139d30cab10952f72b3ff7d3019a7e8','56521a32a21d626d3c5ca21c6cfa6a7ac8555e74',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','it.json',NULL,18501,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8622,'17f52612b00828c8c7533ff0738e950e5f835405','0355390ecb410267f3ce9da28e124dc4ac085d90',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','fi.json',NULL,17520,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8623,'fbd009f6d555ec91f58cb7a75e85d244c5274726','ecb0dd190b55f6cb0dfcd58163742ddea47a7259',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','gl.json',NULL,18468,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8624,'c548b97b2ebd6aee9fd87e8e7db05b17b2d9f39c','62d411f7d11149cb1d401198f567da5a84a1111b',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','es.json',NULL,18938,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8625,'a361c9328458523ded2aa77e8397071edc693785','33ec3870ee4bf8ac33375a7311d7afd7b0aec048',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','sl.json',NULL,18203,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8626,'0136640445dbea38bb28d3206e5057ef35b73942','244d134d7b5ed6352a7e48aa057cf4b3d797bb3b',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','es-mx.json',NULL,18904,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8627,'dacaaf0c25d5dce9667e16d1cbbdfec389c57fe1','9eae0e89e390aa0bf92bf3b336670c7a35ca8381',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','tr.json',NULL,18676,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8628,'b9866dcb2bb9c0e25dec6e52165fa175ef073a82','e4d6e3d0bec17971754ce8564f07fa2931f8023e',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','sw.json',NULL,17890,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8629,'2d36c4c125142c78d1ffaa9a3bc186ff6be07b08','fd4ef1e3feb20fe2b3e19d9148760b064f336ce9',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','tg.json',NULL,23285,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8630,'894ae149a43b26920525e1a8c1680da4daeca623','ae8f8b1626149722a03405f7b544733d3acd1ca1',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','pl.json',NULL,18079,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8631,'aaf523ff8e4606d8cd175f4d5456db944295f657','7c17d29253c026a08154f98a3b911f0b4f4ee98f',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/language/','fr.json',NULL,18975,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8632,'01f814aeb51d9fe74780126fbc615a36fa8697cd','07e931afc8e2ede320126bca52db77bf1df7e089',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/','package-lock.json',NULL,306458,'application/json',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8633,'09e204b8163e5868cae66221e23728c98b60015c','1f3fce68fab7dd4f7a260fcb6dd509fb6dce47ec',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/','presave.js',NULL,1935,'application/x-javascript',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8634,'e402183822ecc5a30133df20361302c2c3497b60','adb190cf3afb4f156dc0e0bf1e30e5c9bfe9bae4',1,'core_h5p','libraries',60,'/H5P.InteractiveVideo-1.26/','icon.svg',NULL,3998,'image/svg+xml',0,NULL,NULL,NULL,1704102701,1704102701,0,NULL),(8635,'399cc4beb834957fd56acf7b6ebc7aff0d191831','b97d79cd36251ab053be70c67f06f7a29bddc081',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/styles/','mark-the-words.css',NULL,2996,'text/css',0,NULL,NULL,NULL,1704102702,1704102702,0,NULL),(8636,'da39a3ee5e6b4b0d3255bfef95601890afd80709','dbc2ff438a2fa37da305dee8954ac8c8be358bbb',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102702,1704102702,0,NULL),(8637,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2ba79b862d552936eace08387af3003e84ae8169',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102702,1704102702,0,NULL),(8638,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f7534a2246a2affb3f02a1f422a4950166d2b544',1,'core_h5p','libraries',63,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102702,1704102702,0,NULL),(8639,'7c6ad748b51e23b6f845f10af8a773707f01e8e7','466b5cf8dc757789ad545c5f63bb47191f947f53',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/','upgrades.js',NULL,2094,'application/x-javascript',0,NULL,NULL,NULL,1704102702,1704102702,0,NULL),(8640,'d572a183bba3dd3556d0127f6d84ca8a59e70a76','c76e06f8e5c7180441161e84a52220584e7e8c69',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/','library.json',NULL,1262,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8641,'f492095e8ff352bba899383ee3ee017502a2ffa9','7e9e649d53c452e026de242f6ea390b0400afb15',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/','semantics.json',NULL,8323,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8642,'5a0f79d0359f2083e36e9f66fb1fae42c0dfd0af','1d11662538e2431ba5f7744b5c24ca00b7968ca1',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/','README.md',NULL,1185,'text/plain',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8643,'6826461f7dfda8501ad1d11c844b5b05f368afe2','39049bc9356cb1cac790007f748896598d4b7300',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','sme.json',NULL,4397,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8644,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c90b8b266432b2fa6045480056a50ffbbfc2abaf',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8645,'413cbdd996bdbefa4bf9d80c8bacae0892b282d2','b0b5748a7160d40094995fcaed0244ecc9d839be',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','ja.json',NULL,4856,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8646,'ee111433e963372fed55f55e128ed2d5c5654eaa','334a1288dfe1d709058430a05000964a1b251f2f',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','ru.json',NULL,6593,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8647,'c0f63c52db7190f7cce3d003470cbdfc0522f010','49c154c1f02f8a25db6375ab0190297e803ea63b',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','lt.json',NULL,4562,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8648,'ba40f8aa4b9d51aa7ca66fce17155e3ca91e3a64','7b3a27d6b110d13cd26c7f3d0e32d3babeb7de05',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','zh.json',NULL,4428,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8649,'300f1e4514ad0e0289d8894722b92943428603d6','a5686c0fca68c0bd17137e0dabe8e8ff5b4d65ed',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','bs.json',NULL,4526,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8650,'f9c48b30a6f165179a05727074b72f183a421cd7','87bdd3dd27a6266f469bb627714cfcc318389d9f',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','nn.json',NULL,4555,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8651,'6826461f7dfda8501ad1d11c844b5b05f368afe2','cf55b2d07ed44ceeffe1b7052c51b726f94cd4da',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','ro.json',NULL,4397,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8652,'ee4d797d5b01a25a240794a8704bc76ab557796e','2cc630fccfa491208f42d1ec2e99d4f61482ed88',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','el.json',NULL,7067,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8653,'acf190a4160c181465abe801fe94b61ad44ca992','55235139efc2345b78bcd785f8105d6443e36a2b',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','km.json',NULL,4945,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8654,'afa0ac5a8781e3ef1e50352223cf1e36dbab011f','aa5c7cd4dcf9e079af876dac13333fa8275f9a6d',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','cs.json',NULL,4736,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8655,'6826461f7dfda8501ad1d11c844b5b05f368afe2','8406aff43beea3d24615c7268befa7ab1655d038',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','sma.json',NULL,4397,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8656,'ab1926b2102e729dcd63cf55f893f2cc554a1896','d9a33d18376045ad39df11205bfa9fd141e720fc',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','da.json',NULL,4394,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8657,'6779b1b233e8ceefe732328a633604e5b3641297','fd001d14b009a4922353c18cbf0201195ee14b8d',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','eu.json',NULL,4713,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8658,'d8e39edaa9dacc4ab18e24e257191ddb9ab09a58','471500273f3a3012204efefb0bd2f489f58d8d20',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','nl.json',NULL,4778,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8659,'a58b4d84311215d391efa73be196b5af54242095','06f968dfd7161c8c43308f19ce82af356caa19c1',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','ca.json',NULL,5036,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8660,'7593b2346ddd57cc8a1380123114df4eb2f2d519','50dd705fbe92d867ce7fc4cb5085cd5929a4d76c',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','pt.json',NULL,5061,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8661,'7cd33119295981363831239209e952a1e68c474d','2caf6f83bbc0b6a2e2642eea377fed0082e0498b',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','sr.json',NULL,6133,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8662,'71d0cff7295e80f17357de72711a0ecb8ede50fa','7e734f7a4c76b675a7f5cec87e61d81d237522af',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','hu.json',NULL,4416,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8663,'fdcc3ffba5b9db900a7f49bd7ffa18f7ea9f65e1','43329dc0129adeb9e3ffcffaa38da1340f188ca6',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','sv.json',NULL,4546,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8664,'8ebc980baa945ff9e80bc409bf5207dcef0d097d','7a410486e4133dcea01d2cd2477bbde0378f7a4f',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','th.json',NULL,8062,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8665,'d39119a1aafba3203f8d276c1ca24e2b9357dab5','3e6e86d123c953e3b14d38ead2c64d40c10cf278',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','ar.json',NULL,5311,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8666,'ad9a60e79b9c5d91f0603e98c7e9249b5239fe23','9eeabe5db4c475c6071efa96fa3547671ace9952',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','uk.json',NULL,6570,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8667,'070fc69ebe01ee0f338ec7db5d2a307452ba8f5d','fd6cce6b58261fbfb6b2c2d64f958520b50a004d',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','mn.json',NULL,6341,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8668,'d6bc2393c15635546003fbf29adc7c3d815933f0','02bdd718bf6eb424258c5ddc05f803dee540dafb',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','af.json',NULL,4534,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8669,'6826461f7dfda8501ad1d11c844b5b05f368afe2','359f3a65e5c5655c0ab9a2ec926c9ac67cfa3e41',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','vi.json',NULL,4397,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8670,'f11a1dcf110a1f6ed985e66487100617ba02a4c1','94aaa92096aabb7c4cfbc048311d38f39b7e57f3',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','et.json',NULL,4372,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8671,'dc365bcc7c9ff0d4108ac54db67ba16ef4aa480f','519bb6e224a0b958a686e70b01fa4ddb2d24e8e4',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','nb.json',NULL,4554,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8672,'e054ca4e7fbaf86fa16793d22e059052c427c6ac','00bf3520cc2e023bb983128d9b0343559f0ba430',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','fa.json',NULL,5911,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8673,'9ce99da60bb54e95220ff402e5d092bc00ce47df','acd1e1d0343cd223d4d59241c7dde12945f024bb',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','ko.json',NULL,5058,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8674,'68333575bae42894bb4188880fb7b60468f47cef','a615cbfe442f3110bfc432befab6b0207a691994',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','de.json',NULL,5101,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8675,'039d84a3450a09ba317301ed11ffcf6172b3a9c9','599703b3b993f54b3c05012d920d1c857625fbae',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','lv.json',NULL,4884,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8676,'66d6fa821d65b454d32e81c030ed994030fce153','108cb4369dd0f481924fc4e51fb5cf67c048d099',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','pt-br.json',NULL,4972,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8677,'7963780e8b3a0a1e3263e358eddf1ac8338d0d4a','0be7dc0033adff52ea88341e54ef85e1d3c0bc48',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','ka.json',NULL,8855,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8678,'9d52f0aff19f494eec400cb9e1bd0ae3fe339824','6542ab70e0282d6b3e644693988508d13a5bf186',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','bg.json',NULL,5939,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8679,'701232bf4049b9b056069241e7fc0e502228aea0','2dcd9ec7b8802d5dbd6f7a817e7b69ba0c254732',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','he.json',NULL,5375,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8680,'7ea79101c2abd69612a81c6cd00b9214d44d0bff','4ac9863626784f053c5ce5db8fc17ca3086c52ef',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','it.json',NULL,4719,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8681,'989ea727a348eed381e6960028f31fef4fc8bef5','f5642d73711531aaf0126160f2d2defb3022a18a',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','fi.json',NULL,4559,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8682,'40d206bdb667433431f73ea7a052384c67883ab6','694377cee82191477c85ea7ac81e7cc9e1c6cb13',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','gl.json',NULL,4859,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8683,'e0cad6c608cccec8eb5411d7d942b6b71002cd8a','7e3f0f82d0a43662652e1b31c4eeecafb11b59b8',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','es.json',NULL,5028,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8684,'1969e20943f2a5ed38953940fee150ae7f46e782','d9a588fd99b044f075c91102c32342715bc1bd9c',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','sl.json',NULL,4707,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8685,'5a6519625702bc84f5f6ebf27a6fd81067533d83','682193f8076b8711a2e3c41e24c7f88117806a1a',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','es-mx.json',NULL,5001,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8686,'92ea1cb630c7a6f2d2d3e3c2564384e31df7ce25','b4eaf8a44b3e74b974dac8f3d27173f6cbc2eb5a',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','tr.json',NULL,4505,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8687,'c88aa025c4ee94ded9ca354ad62b33bc27fa9921','9c81f24060b23fe08a9b70e6f16697004d67a803',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','sw.json',NULL,4743,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8688,'ebf392397a80609480f6911dbb67679388063130','a2e79a204585f7d8b79d60d2337d743d2123cbbb',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','pl.json',NULL,4959,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8689,'76acdee37185198823825f573ce1b664bdf87efe','30f89712c98f1bdee0c1abb7203ad54efe825bbf',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','fr.json',NULL,4987,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8690,'6826461f7dfda8501ad1d11c844b5b05f368afe2','59f8e4f7ec077c329cbc1e720c4b4be3d43c47e9',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/language/','smj.json',NULL,4397,'application/json',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8691,'269cbcaea32570dddf16a1f691178b5d27bb0ca7','25bdb2d3c52cf1f225e6ece3f56a1b6f14f664cf',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/scripts/','xAPI-generator.js',NULL,3493,'application/x-javascript',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8692,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a97a01a41b8369ee4f2f28f5173f33aa326d7f82',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8693,'1fe25fb6c35bcf75b2b6009ca4342cc48d02ae9b','db8739fe68cb266e2eacb13d49a7ced71a2a515f',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/scripts/','keyboard-nav.js',NULL,7003,'application/x-javascript',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8694,'2f442a8691c9dcf63a27b619aca6be076f21dbee','33014f7b1a0b2cf429394e473970f5112f486c85',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/scripts/','mark-the-words.js',NULL,24524,'application/x-javascript',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8695,'a9933c71c8095eda65cc4d4ae20cb2e822b97af2','1c249cb073d96d0cf21c83c11ffdfd0707c9a3d9',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/scripts/','word.js',NULL,5938,'application/x-javascript',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8696,'83ae03ba871b742c946abd7d9505843095c81789','d93189eb7da0912248a55f52b17e785ac7884676',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/','presave.js',NULL,799,'application/x-javascript',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8697,'0d55a14324d10d806ae4360798b995829b7dcebe','78d91befd430a017580a84358eebb0197bcaaf39',1,'core_h5p','libraries',63,'/H5P.MarkTheWords-1.11/','icon.svg',NULL,3270,'image/svg+xml',0,NULL,NULL,NULL,1704102703,1704102703,0,NULL),(8763,'8b0460d4660aefaa22c4cce0a72223d8dc9c17dd','489a48e011a39882733a817c217392d2edcdc784',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/css/','multichoice.css',NULL,9392,'text/css',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8764,'da39a3ee5e6b4b0d3255bfef95601890afd80709','16de11a869dd9cc30f4f1d0a73cc23b16090bd3c',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/css/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8765,'da39a3ee5e6b4b0d3255bfef95601890afd80709','37eb35ef3864c43386886b94bd572d8006400f71',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8766,'da39a3ee5e6b4b0d3255bfef95601890afd80709','785f3ff6e21bab4502dbf084902269152302dd29',1,'core_h5p','libraries',66,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8767,'66f3442832045a5ce54831efa2cc417ffe281ee9','4a4a80e62ffeeb973e735e9bf5db21c144f51b75',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/','upgrades.js',NULL,10720,'application/x-javascript',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8768,'8f457eefcc3a5a9653b9088c7178562e56591784','12d469e0670feada260453670e9b5627ce5fad20',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/','library.json',NULL,1036,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8769,'c43a764b8e83cc237b6c65290c97fededec282cd','6ef73eae4176315485a4cebe6b4ea966d0cc1fe0',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/js/','multichoice.js',NULL,32738,'application/x-javascript',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8770,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d3cb93b7eaab8810ad755eac4915859c12c1c468',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/js/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8771,'5c71756e066f5b0160529ab0c385c11cc5f9f181','ed31b1bdd2cd7fd3f2108accf26014ca8809e9f5',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/','semantics.json',NULL,15528,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8772,'0bd0a4049ff2358055a572f8044ab3220bf09376','7bed1aac30f5474782e46fa88b3095d478019fd9',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/','README.md',NULL,1315,'text/plain',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8773,'0a4737fedb613f453f9589cdb49cb13226e95ac5','1c97cedabbd1948d0f3a86c7515d6070fc96aa63',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','sme.json',NULL,7790,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8774,'da39a3ee5e6b4b0d3255bfef95601890afd80709','aa1673ede676fe208924286440799913813561a3',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8775,'7ba3254b808237b5730b55094299c711a945c974','91a12f7d39c72f15961d4b991865bcfa213a8e7d',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','ja.json',NULL,8971,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8776,'c2b9f7eeef0c36fd64f974ed11e29247f881a66e','d53222cd535984953cb14bb5140a80bfa074788e',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','ru.json',NULL,10542,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8777,'ec801bee40450caa552a56a1ca27f8c2b72bc5bc','a537f79ca851f6d184b1a77f1a29b80a14bffa42',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','lt.json',NULL,8579,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8778,'0c5a176d715995aca0258cf68913a3c48e8366cc','b16297944ee70736e1fe57d5ca84b5ed7a0d041e',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','bs.json',NULL,7919,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8779,'6997a613244e2a0dcc985dfb77c5a6cd6e7c5c9f','d60f6318b103c1323d1ade50102a3d125d44c75a',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','nn.json',NULL,7896,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8780,'34fcb7fc3aa9b26d1679c1386ff80e81d160b620','e6d8f4981021f0108452ce42d540419c7bf3e54f',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','el.json',NULL,11349,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8781,'281e659a78d325bfed69dbb0e4c7742636e480cc','8f4625cac8ebdc9d0ad37efbf66d5a2806ee8522',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','km.json',NULL,8397,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8782,'48a3238cf78d099c7deb2c8ca2022bdf35a32aa6','2105e7b8f9febb1b44ced7dd7ecca345a19b110f',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','zh-tw.json',NULL,7417,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8783,'26d81429d9ab2ea3122348d32d9a408dc5d7232f','9ba0bdc7d01067d41a7bc20df3f6a8992230a9e9',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','cs.json',NULL,8401,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8784,'0a4737fedb613f453f9589cdb49cb13226e95ac5','6b4fe1872c6c9a808c208bc976a01c30f2b11f4b',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','sma.json',NULL,7790,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8785,'6d1eca4e7e4249c9785425f0db8914cd5dfd29b1','99cce4b8bd407c045050ada0521b52230ed00c0e',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','da.json',NULL,7718,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8786,'c4bb390a1e0e93a705bb45072f19d719c5da7c7c','e5ebbe9d5df115f6d57028384ee3ccb730940dd1',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','eu.json',NULL,8394,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8787,'6770707c6b3495e2798d5dbf18caf2d01f599241','873f913610ca261bc67c91110784f529ebdb2477',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','nl.json',NULL,8204,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8788,'834399218271a1c6c74251ed5b8412949b5fc3bc','4a6fab7495debefae4a29e2152e02757e9b654b1',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','ca.json',NULL,8882,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8789,'103e0009f58744631878f45e960548d71653f4ed','5bd46974c4a5ddadaffb974269ba2fc45db793d6',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','pt.json',NULL,8535,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8790,'529423fa8c44da01f502b589814aede33136eae4','d82d3233b19fd110a889d0dc29dfc3c5e7aeb92e',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','sr.json',NULL,10681,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8791,'38342ff7c75a22fae2ba82a1b1576094b5c59496','b9b0d65524946643dda1ec6f548929f8b409ec87',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','hu.json',NULL,8438,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8792,'1c3000973f0fd6d7aba0b87bb94150701028bcb8','1100bbf96a9562fedc7336b086a16d0ee44ca56c',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','sv.json',NULL,8084,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8793,'972541e7060d1b91820f6da2f977de594e5e1824','5899ccb15879384d0d8fe2ae183e5a04e207c3b4',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','th.json',NULL,11343,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8794,'5ae960fa2ea2dabc77f1612d018e366e6a223e0b','a77a95563c1e9f296d38178516005802af8a0ff7',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','ar.json',NULL,9657,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8795,'2d0df0007988db0fe2803b843c917c1b42a0768a','738cc75758574322a58fd0a03a9faa83df5b2184',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','zh-hant.json',NULL,7586,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8796,'2ebb81928e2b08425ace9b31d4851b8538a5d02e','d380b76a6ec6ab9125ae729c0fb54724dcd2341a',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','uk.json',NULL,11648,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8797,'83cb7f93bc060e0e1731a2ec8af63948b626cb1f','660440110328d598122b385e2b1b092b8ffa6fd2',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','zh-hans.json',NULL,7608,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8798,'84ed9008be6166dd152dda74127e582a4b874e31','65d668aa358426ffd9ea9f784474b15c807cc754',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','mn.json',NULL,11464,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8799,'9d0453fba5bab89ac44a839dc664c0b8036ed335','5205084c5d203a7d00d4b63d814b65d438946064',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','af.json',NULL,8193,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8800,'0a4737fedb613f453f9589cdb49cb13226e95ac5','ddc52f6015c0569f3e151fc4c944db63c02be9ff',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','vi.json',NULL,7790,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8801,'b062f821d5fef85aeb390e2c1e6fa23a36325345','8c5d98dc228d2e489a5bb7ba9b978c48c1700f5a',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','et.json',NULL,7849,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8802,'bc30f0bb5cc8c6eebe11043711dffee9a18ec850','09dfff57e64900336d6ea7a84981fa7a13c1f8b8',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','nb.json',NULL,7950,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8803,'87627c91ead1f5052f1cf58dbd683d3e0b568575','70e2c8b0a98ded13bf59b0c9fd0d90d7c9dab7e9',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','fa.json',NULL,10181,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8804,'50549752c0cf63065924959839c2004dbb80bd62','3edff19f8e24d2a21b0ea9047967040e3de251a6',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','ko.json',NULL,8328,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8805,'a757a22b6fb12e08590491d4615cb389f69273f6','3d900fa4f5662f761fb98a8bc447c134fe7993c5',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','de.json',NULL,8621,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8806,'a2eaeb509cbdd18724cc71c7bcd72a02c215bdd9','d9f2e5bc609427462322d46d6ca10c746c854156',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','lv.json',NULL,8777,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8807,'322df49dc906bfdf36ec44c6de20b0f73d2c90db','288d2222ce2fd9548b54b7f2fbc13c9f2ee7a6d6',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','pt-br.json',NULL,8512,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8808,'7731c7ed5006dea21c1766298c86befae75ed69f','b8408a9ec2b411d4e77853095c01458f7e192c5f',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','ka.json',NULL,14567,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8809,'b9cd00087fc2c3f0037c86ff746438abcb3535df','cdd81edde036051497349472b927e7d23c4717ff',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','bg.json',NULL,10897,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8810,'a563eb7c9cf9f79c8190ddb933f546079fc5fec3','00208e4266d4154c4d6596fbd6e22b924651ec1c',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','he.json',NULL,9315,'application/json',0,NULL,NULL,NULL,1704102707,1704102707,0,NULL),(8811,'f794970c12506507c10fed948bba9eff9d9441b3','c7a038ea516a2782200b91a0cf0e6c0deea91752',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','te.json',NULL,15637,'application/json',0,NULL,NULL,NULL,1704102708,1704102708,0,NULL); INSERT INTO `mdl_files` VALUES (8812,'d1efae44fe55804fe76baf735dc2cce9e23f277f','41fa60bdf9114cdf08b0326ec65afe822b54a846',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','it.json',NULL,8365,'application/json',0,NULL,NULL,NULL,1704102708,1704102708,0,NULL),(8813,'78a4cf2b0af63b6b077503923fd096d40d78fb61','8da963ae0c6753510afd5021b7b62274d33cb561',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','fi.json',NULL,7746,'application/json',0,NULL,NULL,NULL,1704102708,1704102708,0,NULL),(8814,'900206e89065aaa58e86fd453ca59587dc9363ea','120a2c85f69b979f79fc2231b8e69b632cf55566',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','hi.json',NULL,12667,'application/json',0,NULL,NULL,NULL,1704102708,1704102708,0,NULL),(8815,'c0fec07f0e190ff86e0803e64f8994f397a5e67f','7b79c6c1d146e544ccbfaccaea5d158fa3275bc3',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','gl.json',NULL,8494,'application/json',0,NULL,NULL,NULL,1704102708,1704102708,0,NULL),(8816,'43ed1b7e9ca4037f38d609031b111384e160199c','5b2ef3332ff04d8841447a73534f413e4ce565f6',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','es.json',NULL,8837,'application/json',0,NULL,NULL,NULL,1704102708,1704102708,0,NULL),(8817,'fc6d51413c4e3847df25f44f077d7da00f7fe442','af27d2296681c7657dcb68057d00c3f6f0ac552f',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','sl.json',NULL,8187,'application/json',0,NULL,NULL,NULL,1704102708,1704102708,0,NULL),(8818,'2d6d343058a752f6cf179f97c8810df48469265e','f27510ce02a66d770a2f9636c4c9fdf4ac626416',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','ga.json',NULL,7925,'application/json',0,NULL,NULL,NULL,1704102708,1704102708,0,NULL),(8819,'49be7dbab528eb9fbba525f06e447b3bf4c07a81','e3dff70389841dff4f20ecf5ed9504c982707713',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','es-mx.json',NULL,8810,'application/json',0,NULL,NULL,NULL,1704102708,1704102708,0,NULL),(8820,'41b7794cbbeef892dea382ee258bd577fc190700','d9c390ea6ee127a530636f987b769377e8bfb2e5',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','tr.json',NULL,8259,'application/json',0,NULL,NULL,NULL,1704102708,1704102708,0,NULL),(8821,'751cc6d6a38b375ba8ad91a8099deb6413eacb27','bbeb0588a0680884ab25db0bc75c934f8e3314d6',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','mk.json',NULL,11556,'application/json',0,NULL,NULL,NULL,1704102708,1704102708,0,NULL),(8822,'9bc3582c7c42ea6df4f5b329a43b397cae5ae893','b7c824f69ff5b51d8900721d408d862ddbe1382a',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','sw.json',NULL,8287,'application/json',0,NULL,NULL,NULL,1704102708,1704102708,0,NULL),(8823,'9c14c5f7e7fb27a067e8aa8c739ee83497df4382','7d6f75f02ab23cc15e7dad9e9ce021ebb466e28f',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','pl.json',NULL,8887,'application/json',0,NULL,NULL,NULL,1704102708,1704102708,0,NULL),(8824,'013149887bf8e983128307b7443d65ede0ea3e4d','1272f8e263d48ca0dfd2654fd52d0baaaf204532',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','fr.json',NULL,8540,'application/json',0,NULL,NULL,NULL,1704102708,1704102708,0,NULL),(8825,'0a4737fedb613f453f9589cdb49cb13226e95ac5','f542cfbadd847cab1fc9bb06ccfb85bb76656811',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/language/','smj.json',NULL,7790,'application/json',0,NULL,NULL,NULL,1704102708,1704102708,0,NULL),(8826,'eb2ea11568e71a3625ac553b0e3ff5b7007dbe54','9bd5195dfade99deacd385afa566c343dd80b2d4',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/fonts/','icomoon.eot',NULL,1520,'document/unknown',0,NULL,NULL,NULL,1704102708,1704102708,0,NULL),(8827,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cb4eb38d7b59ddbb1b720b9b9ed2500355b352ed',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/fonts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102708,1704102708,0,NULL),(8828,'31fcfe24933fdbd659686e002d449510eddcd50c','7b4c91a268aefa5a733ddf159d0c01ae4b021e1c',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/fonts/','icomoon.ttf',NULL,1372,'document/unknown',0,NULL,NULL,NULL,1704102708,1704102708,0,NULL),(8829,'696537374e8070bba049eae32b475d6bd11cc4d9','87bad932583de5aeb5484d63b8603af04913e225',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/fonts/','icomoon.svg',NULL,1562,'image/svg+xml',0,NULL,NULL,NULL,1704102708,1704102708,0,NULL),(8830,'f6272aa35176da81309f0a339b85e770fed60b5b','5b58df5aeaeea5e34694a7e72b9fbc06dbe942ba',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/fonts/','icomoon.woff',NULL,1448,'application/octet-stream',0,NULL,NULL,NULL,1704102708,1704102708,0,NULL),(8831,'422feb7c489d2fdf211e48dcc336cbb0dca4f93c','9b6905cbe60a1b63fa78d441f368a664a3b81e18',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/','presave.js',NULL,1314,'application/x-javascript',0,NULL,NULL,NULL,1704102708,1704102708,0,NULL),(8832,'a78282d1cc5115a00a285d5c18bcbe2ed130a50e','68d0b6d4f0018a463b30f24d5a266667b147d2ac',1,'core_h5p','libraries',66,'/H5P.MultiChoice-1.16/','icon.svg',NULL,3328,'image/svg+xml',0,NULL,NULL,NULL,1704102708,1704102708,0,NULL),(8833,'152ed4dbe429a858e47729c310df5f8f49c9ea85','1e1cd77b46799f65e00f1e2a4ef7c2e85106a856',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/','LICENCE.md',NULL,1059,'text/plain',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8834,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8c6d66f8e9745301e85247426cbda6377ce7d428',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8835,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a9a3146765f1ecc9aa79785ab22594ca9eab0a21',1,'core_h5p','libraries',67,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8836,'88df18493f75c1b1f5d71a86607ea5cbc10cf622','9d2074cb9a485cbf370860795e1d64c2ed465e8b',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/','library.json',NULL,1121,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8837,'05f5d8342ee24dcbfc705cf6d1ac9b8595d6f73d','5a56b6e7d331d2ad9470ee9638710a8d5cf75255',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/assets/','placeholder1to1.svg',NULL,1025,'image/svg+xml',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8838,'da39a3ee5e6b4b0d3255bfef95601890afd80709','eeb258f40ee87d434991a138dfa37de84a3bdbec',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/assets/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8839,'4b75161b99a848953d1bd3ef056f14513e26a222','6b6d6c2cfa54f24c057508ef88d1fc0d08d40c6d',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/assets/','placeholder3to2.svg',NULL,1173,'image/svg+xml',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8840,'1cd49756b4e692deed281fb4d908a47245144c9c','0a55f0419d8df1b33ee0ea540584589170ff6bd4',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/assets/','placeholder16to9.svg',NULL,1185,'image/svg+xml',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8841,'2f1f6b81e1f3c96c400cf5036b71bf97592cc251','1a976951d72adc170757b37b508ac5bb0d03698a',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/assets/','placeholder4to3.svg',NULL,1165,'image/svg+xml',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8842,'99e75975b9c6d1d27d620e2a2f3648a0f77ca7fe','93d42265ce97b9249612246396366b205fbc0f56',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/','semantics.json',NULL,13014,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8843,'154166ec10a5753ea18efed6592b8ec52049dca9','205bb7a0b4d1564b40cce6d473c63761b71ba7e0',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/dist/','h5p-multi-media-choice.js',NULL,40246,'application/x-javascript',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8844,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2fde2953ff3f32e03c65b20b6b5490523cc5ecec',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8845,'55188f0da8c235853df54e7dc28ebb3b232d55d4','92c8dab2e487a11d535dd9447e3613ea33c5fcd6',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/dist/','h5p-multi-media-choice.css',NULL,3976,'text/css',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8846,'cbc4e007a3a95964b4510cb474c19c6c70db5fc6','d1195cf0ff64da3a0221693e2ba614de7ec69a8e',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/dist/','h5p-multi-media-choice.js.LICENSE.txt',NULL,283,'text/plain',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8847,'f1b5a9f93e884fd7a5a999f113f6ffaf59682b0a','77170aacebf7dfdfbd86dda4de9b1ba60dab8230',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/language/','ru.json',NULL,9864,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8848,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7bc95b1922e7f2693a329d92912ad2fd85c087e7',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8849,'8d1156a62eca117f68a8fdea9582d97140ca9f1c','0dbba92be30acc55874a1b2d8c72f3deeec9bb81',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/language/','lt.json',NULL,7197,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8850,'d1b296665f5427f31de81684e83a74456f1c6428','bc537490106ea65307acb419d084bd05129287a4',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/language/','nn.json',NULL,7042,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8851,'11012733c5bb299c83e1a52767f9be84176ca6c4','c7e8f67599ad888feeeca596974cbf8866cf6c6b',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/language/','el.json',NULL,10265,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8852,'4877cce8449218e6146a65c22b64ad6aa702d5cd','0bbc3b6ac5eeeb82687ac4e80ceb8365564d4ca0',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/language/','eu.json',NULL,7301,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8853,'c2c718436929bcff15bc1fb87deda7175e881a7a','81d1cfa53e1bc33d26787bbbd0aa3bcc3f933846',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/language/','nl.json',NULL,7214,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8854,'45b0ea26663c617c9190c1b07b41a64748af417b','50763bc04f25a6b8977449bcd11a15e88c7c5236',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/language/','pt.json',NULL,6903,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8855,'9a7ee9304c167a642ea46c69d6ef8ab4f568e909','952b88cce92f09b651766bc0c2ccaf9486c6c2e6',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/language/','sr.json',NULL,9319,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8856,'b8feb9113e5667c6e276519071e6437fd4986eec','5e291e4b95a37a12cc00793f6ac867d2f70749e2',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/language/','th.json',NULL,9904,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8857,'41aed654ab215331a5de40ec2cefe6400a2fd287','a3427de62562c40ebd75085e78fafcbabaf7f7cd',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/language/','uk.json',NULL,9823,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8858,'034fabb431902bccb5551da62cfa2fb16659227e','db54d31397f4590a71297816177955075fcd6cb8',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/language/','mn.json',NULL,9463,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8859,'7f5f8845ab6d2e879b3858732ec4e24677a4625c','4f4c2505f2eed4e62c5f0868c0b2d473e36e1626',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/language/','nb.json',NULL,7048,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8860,'3093d51c553bd9e5afd79325ce7324279bd121b4','0c8022cb0a7c6bc1dceebf8c4670c75d34a2ce8d',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/language/','ko.json',NULL,7331,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8861,'969706ec007fe61e1a2dd891cf21f9e62a0dc136','676a6a74e536769a84b570bae0cfdd4bf3080046',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/language/','de.json',NULL,7704,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8862,'70305c2d52932d5576c48b4232a1872e4b838a37','b7a06357ca875b3140d5e9cb9bf917da675cab77',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/language/','lv.json',NULL,7540,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8863,'37e9fc934e83548de4d84c5d6a3b6cb1057d3bd3','9b9ca4d12f8a1786741eb920db6b4ea17c360472',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/language/','pt-br.json',NULL,7578,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8864,'824489a5c51d295df3084e6347be174d083931ad','6aaf879ab64e16c1e914dc7644af93bd8f3c88c3',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/language/','ka.json',NULL,12358,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8865,'d2639c34f4be65e2d1defccc225670e4fd072779','67376770881732693408a863f6fe2c153af2564f',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/language/','gl.json',NULL,7527,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8866,'86a37526873ee986ade0ec177bf3cb3f8c2c1db8','856299924125e08a9da01f7ac41b7000fd27f666',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/language/','es.json',NULL,7638,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8867,'46225a703372cca935cde3cbbe49970a53290907','681c5dea8624d601329c1d14640d159eeef097d4',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/language/','sl.json',NULL,7352,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8868,'e1dc0897fa9cfacdf14bd4e489e14de20bfd24df','a0d45089644b4ceb0439d9caead0a0fcdef5d1a2',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/language/','es-mx.json',NULL,7527,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8869,'291340a22e949e1325b771bcc6d9a58b7076bfd3','12bfecff08750529354e922fadb2697f81c09004',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/language/','tr.json',NULL,7328,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8870,'e7b1f3ec34dcbfb8369ff75cd981e010b0115be6','6fdd9fd14665816a614556e5fdcd6947f950252b',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/language/','sw.json',NULL,7277,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8871,'510acb6605654f42e75cc6d6879d73dc9613af73','72f5369bb11e06ad1476e8ed0fd4edad8db1ee71',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/language/','fr.json',NULL,7680,'application/json',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(8872,'a197c768797a3035c157d951d9eb35f9b96cd083','916d20907e20de01aaad70e327dab56fef8f8f55',1,'core_h5p','libraries',67,'/H5P.MultiMediaChoice-0.3/','icon.svg',NULL,16062,'image/svg+xml',0,NULL,NULL,NULL,1704102709,1704102709,0,NULL),(9122,'6f7eadabeefa16889c3e1264814b28ddc96b5333','e7dd14641084e8dd0bc8f44321b86e89d73713d8',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/','upgrades.js',NULL,575,'application/x-javascript',0,NULL,NULL,NULL,1704102718,1704102718,0,NULL),(9123,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3b4858c1a5e28ceea12045a941d9a86c914dfc9c',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102718,1704102718,0,NULL),(9124,'da39a3ee5e6b4b0d3255bfef95601890afd80709','752c51ec1c62f43343fec7db0532055115da262c',1,'core_h5p','libraries',76,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102718,1704102718,0,NULL),(9125,'2587c4e5c4f3e050eecc532923b6f110634f573b','cfa80a1af08384d0b9f4ce29649c987536aa00a5',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/','library.json',NULL,810,'application/json',0,NULL,NULL,NULL,1704102718,1704102718,0,NULL),(9126,'808b3cb105d9d20389ab28f74bb0fb3ce2e21024','d34ad6a48b7c0313290facbdfddf403c2abd7a69',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/','standard-page.js',NULL,7537,'application/x-javascript',0,NULL,NULL,NULL,1704102718,1704102718,0,NULL),(9127,'32955a12745bae0505ee598a8a62fac33ad29d7e','3efd981cfcdbb081092993c4775c73ff56c881ca',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/','semantics.json',NULL,1157,'application/json',0,NULL,NULL,NULL,1704102718,1704102718,0,NULL),(9128,'ff8b8eb2c06afc51e8bba6266ce735f79841cf20','4b117e8a039771d4af625b2653fac75afb45c39f',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/','standard-page.css',NULL,685,'text/css',0,NULL,NULL,NULL,1704102718,1704102718,0,NULL),(9129,'23e05bcb1cc89ca74e04e1450f0e0e76ddbfbc7a','e2b7686ca0ec9ec3061346f550552bbf540502f0',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/','README.md',NULL,1179,'text/plain',0,NULL,NULL,NULL,1704102718,1704102718,0,NULL),(9130,'d146ecf7ef07bae31419d788f83f6bc2390cf902','26cf4e2e2a3bf04fe7b72c55a9f331d2a54dbfb0',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','sme.json',NULL,555,'application/json',0,NULL,NULL,NULL,1704102718,1704102718,0,NULL),(9131,'da39a3ee5e6b4b0d3255bfef95601890afd80709','630db6837614648a66b15d64fed1d0461e5d9b84',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102718,1704102718,0,NULL),(9132,'d146ecf7ef07bae31419d788f83f6bc2390cf902','7bc531afc84197b393621170de1c84336206114f',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','ja.json',NULL,555,'application/json',0,NULL,NULL,NULL,1704102718,1704102718,0,NULL),(9133,'35099253b190c3bcde09533eaba47175a432cfae','b19da929f3aa7375e427f2c28c746ba53f903c15',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','ru.json',NULL,916,'application/json',0,NULL,NULL,NULL,1704102718,1704102718,0,NULL),(9134,'7b2192b641f5be16bd6735189f1f0a1f20f4442d','20dcc7515cca5df488b1bcdfd05cf9b3e6dbc5b0',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','lt.json',NULL,601,'application/json',0,NULL,NULL,NULL,1704102718,1704102718,0,NULL),(9135,'849a99d413d52633222767b7e2040c5549989fb4','f99271dcd1bd6c7c74b0e97cd967372a0b1a256a',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','zh.json',NULL,568,'application/json',0,NULL,NULL,NULL,1704102718,1704102718,0,NULL),(9136,'d146ecf7ef07bae31419d788f83f6bc2390cf902','08d6eded9a047c51398827ac3fee57c51056ffc8',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','bs.json',NULL,555,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9137,'54f3e987a638e2bf2956ceeba8d579decf528187','9623365ae288f890da595042944e85266874a869',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','nn.json',NULL,621,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9138,'d146ecf7ef07bae31419d788f83f6bc2390cf902','16a33cddc343cb224342a9da206892bee5e77c53',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','ro.json',NULL,555,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9139,'dc60774ce2585e91ddb33a6767ac888f8e43481f','13d5fd86078c591d9bfdc2523c8edc22514f6fc2',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','el.json',NULL,888,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9140,'8b0584a85dcd2b15a4f64d3487ef55796ceed0fd','71f51b23d6205118c0006322cfbf659dba21a58e',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','km.json',NULL,579,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9141,'18566aca4cfa65a93d47d5c00de6def9d915b748','8cb9903c9518f2919dffacc3df023292a8e17de6',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','cs.json',NULL,569,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9142,'d146ecf7ef07bae31419d788f83f6bc2390cf902','5376025d88bd18a1f58be9a4ea6a8b773cc4b76d',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','sma.json',NULL,555,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9143,'ec42372a6a2dac3aef8b5af7e3743b78cac411e1','d765c8757d1c3e4ceec38fbc9b156f27baf1f63b',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','da.json',NULL,573,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9144,'f6575345a466e1b9dcc18bcc6e3a028e388f9aff','eb1d002527446b5d393925ab8d2fe019e5f29caf',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','eu.json',NULL,588,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9145,'5eae80de9ab37c4bccd859dd8cbf7b00d369fd91','06fab3b05f65f8bd496d84cff1c33055219bd4b6',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','nl.json',NULL,592,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9146,'089b512f7b0ec224157ca5637778da65e2807b43','948a6d3a12c8295b6a9c95a8d1f9703fa8cede92',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','ca.json',NULL,597,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9147,'e669e7bdb40ba8d0221ee3039c632098a73fabb1','934ba243fb7dda49edc4591f98ef0847d15f0e21',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','pt.json',NULL,592,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9148,'d146ecf7ef07bae31419d788f83f6bc2390cf902','9a2df7961782df05a60fc61e74bf19ca5f754076',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','sr.json',NULL,555,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9149,'d146ecf7ef07bae31419d788f83f6bc2390cf902','82b3e49d3a46ae6005c0584b2a6b5cf6c806f761',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','hu.json',NULL,555,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9150,'ed391702c76df10335ada251205d6690264f062c','3fbbda2f0d8b60bddc7b0449bc6396829aef3a32',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','sv.json',NULL,553,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9151,'8e062401cf629036c4918fd66ffed3b7ed456415','133b1f59195c280dac7277e5bd2a7e1caf8f76cd',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','ar.json',NULL,678,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9152,'8fea74cf6729afa3c052b246b0fe34c735f8a910','5243a087d02f08f5d092adbdfbee805c2d1e5243',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','uk.json',NULL,851,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9153,'b066c7dc890e4c51597b0a9f21099bd9c38fc329','19995b7a82ef4347cf14f27b241881ca5a855f12',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','mn.json',NULL,808,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9154,'dbc6f07f5e6bd0c377efe6ec9c76ad24476fe525','becb0a597450e9e3395bce147e721ec151605382',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','af.json',NULL,578,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9155,'d146ecf7ef07bae31419d788f83f6bc2390cf902','6d4c3f4405698e8e7bc077e6fd5a19c89beed4e5',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','vi.json',NULL,555,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9156,'5528a9d91efe9c63d60df51c50f5a37cf42aa9b5','ec57babfadf08fd05412149141c5506ed8f4cf05',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','et.json',NULL,509,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9157,'8f04b69acc02f123ca263afd71829aadafc9248a','7281e433cd24d3567016baa9485c9fd3660fb2bc',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','nb.json',NULL,622,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9158,'73f9b505bb501c3036f0b46e89a6bc50670529b7','805424ad7d227a6e95b437be593659efe2bce800',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','fa.json',NULL,722,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9159,'d2b7e5363712fbfaf38485dba70170703e728eb4','6148b67ed95c66365f327432a5e2f6dc6ed48ffd',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','ko.json',NULL,600,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9160,'215d7ad41c078016b7d61d5e78294663f5b819b2','9ac788bc722a16a3b360ffe2b8a3521629a1401a',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','de.json',NULL,638,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9161,'cedf2cae8679e58f2108a07fdc5477a9152f115e','9767c5ad5c3e58ad0ac22d37a9a9c46e97d1096c',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','lv.json',NULL,592,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9162,'b557f6821d9a4456de0ff8a114c6210be21fd11c','f2fa0c4b0df7e4264f6ea1c5f0265773537af6a8',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','pt-br.json',NULL,590,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9163,'1d71a63ca361869d809141bbab588bdade3e9d1b','137da43616b8735d41169e0ca210dfee49f63278',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','ka.json',NULL,1155,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9164,'c49cf5c327ab19267ca4d3c37a841febbb35a915','8b190afe4b8a1b077f78f1f14f87eb03bbd296a1',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','bg.json',NULL,880,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9165,'2922b64c4b3564b5aa1bfa37f3b4e9d38d83cd1d','92063dfa9705d9579235a689ea2ff1e7b160b642',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','he.json',NULL,608,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9166,'02095c94ceab5e9cfaf190ec8e498e90ec8db64f','f23c4100c48cd02b790a695c69d99806b77c61f6',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','it.json',NULL,585,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9167,'44f6fe0de6ef9a39233de4d8c85c6bbcafd5fa1c','8f11efecb5550531d84406c3d57dc05296dd6d97',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','fi.json',NULL,536,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9168,'3ba5626680928b6d0b276d882643913b6297533f','99790d1bdd8c3f9c30f37570c89df4fe5958b7b3',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','gl.json',NULL,595,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9169,'18a08bff1d78c54564535dfbcf6c6b36e0b6e288','95eaa64be83474166910286f2f986787cc1ba0aa',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','es.json',NULL,600,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9170,'9ded7386b87e1fa85d580e4448b796b4ba12b675','fe2b25d6d312943effbf416b4026100abfb6e08d',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','sl.json',NULL,537,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9171,'545c92529fd545d815b751302e4bcfa3056f4633','fc3da6f2337e833ca2fd1ac2540935f786122196',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','es-mx.json',NULL,598,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9172,'3b42c79790fe0016c56c2d9f568924f8f5fd627e','51d9ff4da356eed440bfddc1b369ff0662abe116',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','tr.json',NULL,555,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9173,'eb1114c63585949fc20dc6a490b6b6d774d6cbf4','1daaf71f34eb2b7d17d4e3b5cb09c4193c32e453',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','sw.json',NULL,558,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9174,'d146ecf7ef07bae31419d788f83f6bc2390cf902','2f3e7533f3f82aa5dce12aeebea56b2a5b4f2137',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','pl.json',NULL,555,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9175,'7a0e96f1b99de245ac40234b26189829a06712e7','528640c48fdb9b25bccdccb17f8954e5e5ae0f63',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','fr.json',NULL,643,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9176,'d146ecf7ef07bae31419d788f83f6bc2390cf902','7e6bddf6a51fe1e60731bb221cfdaa4c8ff2e74c',1,'core_h5p','libraries',76,'/H5P.StandardPage-1.5/language/','smj.json',NULL,555,'application/json',0,NULL,NULL,NULL,1704102719,1704102719,0,NULL),(9237,'8fa006809fae0ecb3c1073c39a0335c64bb3d68d','74bafe94c4a0c761fe287a16153bafd1a4c407bf',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/','library.json',NULL,577,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9238,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7d55642db78cc10327309914439ece90f3789634',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9239,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d7bd7b1529bd14e271566c8b872da7112747bea9',1,'core_h5p','libraries',80,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9240,'69857f5fa01b0bda3d75815baa3ab874a60eb649','58501a27745966aeab107fcd17e2c1c32ae32f9b',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/','text-input-field.css',NULL,888,'text/css',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9241,'2460229850293aaa615f04778f658b7b6e79e4c4','7e62e1e65e8938b6c834b246ac4522d09b23a192',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/','semantics.json',NULL,2051,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9242,'62fe55d287a500b4966fd25a4bf763824189565e','149ce24ac9bc351ea0e7599ac27fd12eafbbfd31',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/','xapi-generator.js',NULL,1150,'application/x-javascript',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9243,'626a9b7e1d5d1bd8d5b8100c796fcb778e5d58d1','efc75570360e4d57a3d67480cbaebc51d9162cb4',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/','README.md',NULL,1193,'text/plain',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9244,'18763e7081d0caceae0a4957e79fd27e07717cba','aa882bab1109c7cd232ad5583ec9e1379926721e',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','sme.json',NULL,1084,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9245,'da39a3ee5e6b4b0d3255bfef95601890afd80709','247c9b57f5c1b06d3a89daa5f316674d4eb2e24a',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9246,'0b6d7cc86230e7c5d785313d4a137aaf1f73ca70','bf532eee4be29f12d14bd96b1663db4a914ac1ed',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','ja.json',NULL,1254,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9247,'90b1f65ef3d42f27bda8dd12fa25cdb498c5e77c','9774581f3e898ea2726c65847eca90ad3421a96d',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','ru.json',NULL,1661,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9248,'67c403542cea3026ad6b9797020af3d309684050','4cbc7c5e45eddc5f62dfe941832c734c93a36898',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','lt.json',NULL,1143,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9249,'d50a966b4834782829301bbd50558ba356b83d2c','1f2fd0443077785bbb4e2ad032b98cb9e72fdf61',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','zh.json',NULL,1069,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9250,'7daadb65294a5ec7059d513ae3dcdf2f51afe9b7','2b36955405b052b5726429f3c990d919533ef5e1',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','bs.json',NULL,1066,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9251,'043b3d8550d3dd4e7061b0e993e876161718237f','339d4617ff3540352e2684fdc958710978dd7209',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','nn.json',NULL,1249,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9252,'18763e7081d0caceae0a4957e79fd27e07717cba','3169b91dcf63d847429167fb3d0425ae96015be7',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','ro.json',NULL,1084,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9253,'94295a88c1680e69e5be83dd1ed8dc14168a2340','cf72628b3d3e1a6afdf4997376c399c96ebce01a',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','el.json',NULL,1809,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9254,'e313a17a159fcb07a952a1dcd302eddb17023b63','e9eb74443aa33225f8a83a03e6459dcdc6599be4',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','km.json',NULL,1101,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9255,'7ccfa76d7c673dc7901c57be4750ec8ce36dd36a','f2a0f7b3c9e1e91c677b1074daab04a53c42af7c',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','cs.json',NULL,1118,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9256,'18763e7081d0caceae0a4957e79fd27e07717cba','24b7d7a4e719f477189a3886f36c736678e9ab35',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','sma.json',NULL,1084,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9257,'18763e7081d0caceae0a4957e79fd27e07717cba','631d5e14653004cc5271c4f25c9d9438cca73e93',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','da.json',NULL,1084,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9258,'615f0e43e35da51caf0b96b6776639bfb142daca','cbda1b7a679325251295478f9224cf2ad9c774bb',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','eu.json',NULL,1164,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9259,'fedfbac8c8d1b97a9a4a7d86e8cfc07687be7b9d','33e8cb9142141bbf27e52102efd71428c562ab43',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','nl.json',NULL,1126,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9260,'3d676fb62666431f8d16249db2d3e6115e240f9c','45b6888f565c15a7a150c30d73e374b713ca4b68',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','ca.json',NULL,1231,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9261,'23ae9c0bee9f2f76cfa65750aa056b81f22cc71f','f732e214d629f54b6781e48bb86ff8bd3336882d',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','pt.json',NULL,1183,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9262,'18763e7081d0caceae0a4957e79fd27e07717cba','7610b78a3ed0d43ee82fd987fca13aef4b9c5ed2',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','sr.json',NULL,1084,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9263,'18763e7081d0caceae0a4957e79fd27e07717cba','3b86dcebdff9f1202d847fb3ebfdf5a051db58db',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','hu.json',NULL,1084,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9264,'54d7d51035031733cd4ec96794100b11f603cd1a','bf3e202c657e09cec524e080cd913aaa256446c6',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','sv.json',NULL,1097,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9265,'588f5d83fee577afea5a032598a3c789bb0aa47a','4a252fe9a19ef7170e66d46e1e4e1f506f6d1c62',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','ar.json',NULL,1282,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9266,'03fdc7841c712a4e2c6e1ce6642ead10cc6d400a','e374ddd5c1ae6564f25b5d3d921dbebccfa457f3',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','uk.json',NULL,1620,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9267,'2fa554ab44d7dfe93a51da978c978db47a545028','fda4218b7cdb3cbf13b0760e0094ee567ce888ff',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','mn.json',NULL,1558,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9268,'f5e686f5cf4e8dd5a98d9a075420848fbe780fc2','3accbd48e8ae21fb7e1e7710624dede9afa39897',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','af.json',NULL,1109,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9269,'18763e7081d0caceae0a4957e79fd27e07717cba','722bc89eef51d046dd1d37879f6eab21188dd92d',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','vi.json',NULL,1084,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9270,'8d84a09212d42bc88590ac98b7a2ad4ec0992155','d792b4db38be6efbed44f7606464d90fbd08e763',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','et.json',NULL,1034,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9271,'043b3d8550d3dd4e7061b0e993e876161718237f','ad704d351751cd50cfc2b04e9cf4f6f76cdfbfcf',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','nb.json',NULL,1249,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9272,'0bf3073eed14383929c2cad931ff73115e762fb9','fbf681b5f64eab2d401b748ced78870864b42e4a',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','fa.json',NULL,1403,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9273,'fbc0c3ebf6a8d8928b1da93aa95a3f2cc91c0727','f9efce16015c14d7369f8b96dd8ae768b8ac7bad',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','ko.json',NULL,1131,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9274,'60ec6827027c618e38df4af8a74ccb90811a9c68','8327f6da8e4f1ea0363bc8bc19be696fd6ee6eb1',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','de.json',NULL,1165,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9275,'d44fd4126f82b7db99efb65e33cd1dbe0c74bf3f','158b020da516595ebd374e10ff8ed46ffcb8e240',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','lv.json',NULL,1099,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9276,'349a8341bb26869366b627382720ff75d320cd50','bf74b3a51ef2b20b19ab5c476436f9d28472f537',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','pt-br.json',NULL,1173,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9277,'3ee9d08d0ffc9a48aed2444205f06b52022dca9b','df34f4610ea642b60acbeaa0cd60625a9c2184f0',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','ka.json',NULL,2219,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9278,'ffc39b76c9c28d6d312a3edad721c61cc226e3c9','cf920516aa151f01ea9341d74a8a9048906bcc05',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','bg.json',NULL,1493,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9279,'25132200795280c62e28bee484d8141e61bb0bea','1a1bd9f2cebeb2c32b33bdcc88dfac5e0a2c2a78',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','he.json',NULL,1293,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9280,'f2d87140a25675532d6148936fe6d90a4fffe1b5','78c32ddf50b477a29578176a0a5b18f4f2909620',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','it.json',NULL,1152,'application/json',0,NULL,NULL,NULL,1704102723,1704102723,0,NULL),(9281,'e19314f243329684abb644ef8d702ecbf0a50b5a','0de76ad1d02edb361b1acd7c454f020c209933e5',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','fi.json',NULL,1198,'application/json',0,NULL,NULL,NULL,1704102724,1704102724,0,NULL),(9282,'7abe0c8652d777a9f36cba00465680f03798d072','846281069a2ce8ce07569911fe62ce1f645d12ef',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','gl.json',NULL,1159,'application/json',0,NULL,NULL,NULL,1704102724,1704102724,0,NULL),(9283,'a3c5acc94b287f8cdd9c0e5285ea6eedd2a7976f','ca0014ae8b25a0ec25c854a616aadeea9d59aef4',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','es.json',NULL,1167,'application/json',0,NULL,NULL,NULL,1704102724,1704102724,0,NULL),(9284,'63c1b51075417efa2376a62a3fa931ec1f4dbe2c','356f52609cb064f2ea63f6aaaf42ba9968817d00',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','sl.json',NULL,1062,'application/json',0,NULL,NULL,NULL,1704102724,1704102724,0,NULL),(9285,'c6b7a9f1e663a5007becd9295dc78f2a7a943bc5','0c988f30626783ad25bca7f41610ec0100b47fd4',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','es-mx.json',NULL,1172,'application/json',0,NULL,NULL,NULL,1704102724,1704102724,0,NULL),(9286,'be182b97ef0f8feddfd9fa16a23709b64fc38e54','1fd82905f6308014b6b57295d51831914ba84a2e',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','tr.json',NULL,1155,'application/json',0,NULL,NULL,NULL,1704102724,1704102724,0,NULL),(9287,'7ca12d9304f3be4690671ac3d198ba1904775752','11d74a90f6497b103a7eeead263a82494f7cc9e0',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','sw.json',NULL,1149,'application/json',0,NULL,NULL,NULL,1704102724,1704102724,0,NULL),(9288,'18763e7081d0caceae0a4957e79fd27e07717cba','5ab174508ca2c26ea440796d3bc4ddbb5d751ea3',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','pl.json',NULL,1084,'application/json',0,NULL,NULL,NULL,1704102724,1704102724,0,NULL),(9289,'4a90ae96cebc8391f5c7df44a285d68b82c7b3ba','a2ea0902165975926cc3057d87294c021d4bbb71',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','fr.json',NULL,1246,'application/json',0,NULL,NULL,NULL,1704102724,1704102724,0,NULL),(9290,'18763e7081d0caceae0a4957e79fd27e07717cba','f88923086797d7275c52690bcc2b58c4b5f58b1e',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/language/','smj.json',NULL,1084,'application/json',0,NULL,NULL,NULL,1704102724,1704102724,0,NULL),(9291,'a407914e88003d0e6f24275369b32e4c6ef03d96','1d883d5cfe92341387909d12342edbec2c043f21',1,'core_h5p','libraries',80,'/H5P.TextInputField-1.2/','text-input-field.js',NULL,7736,'application/x-javascript',0,NULL,NULL,NULL,1704102724,1704102724,0,NULL),(9467,'3c5c69d433f0220eb47728aa0d06b3cd36ef13b5','781642e53608caac72ae79030de5880dd487e0aa',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/','library.json',NULL,548,'application/json',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9468,'da39a3ee5e6b4b0d3255bfef95601890afd80709','48fa634385774de595d233247d4256da50cf9a55',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9469,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e518925ad6ae6240c2944997c0f65c24545c0ddf',1,'core_h5p','libraries',108,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9470,'77abbc00c4d5c073d1bbf883cf5ece51c9b8bdfa','625fe52c9573b90672e7b29835317fdd0efa0936',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/','image-slider.css',NULL,4575,'text/css',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9471,'7ed58bac4b3e8e49ca459fc1a851a7d4003aca3d','59698d3c03a6d9ffab8a75052f9a6a9b3361bd52',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/','semantics.json',NULL,2639,'application/json',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9472,'09f111aa1f6cb29c3f636bff1e9660fa54ce28f7','0c03e995551431795d431707344a7691c972a759',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/images/','circle-active.svg',NULL,623,'image/svg+xml',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9473,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e2c4488959e7548a8f2c791a3ba994b063f060d6',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/images/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9474,'898abb4bc1adac0a6d15ca1c991b7928ce0950e9','2b2df343ea343ef441356519e2aa0651e12f470e',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/images/','full-screen-exit.svg',NULL,1258,'image/svg+xml',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9475,'9888a0efc24dcdbe665b5bd8969b086cbafea837','a81608ef27c58650ee0819d50e738828d2e0b266',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/images/','circle-inactive.svg',NULL,450,'image/svg+xml',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9476,'c7d1b42c94b36b0ab78198a78262755103d23a95','57d19df3f40285d5e2425dd0f26c45353cb888ce',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/images/','full-screen-enter.svg',NULL,1252,'image/svg+xml',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9477,'1a08242c2e3d223a98d21b88a8a0a5d409876c93','f5a0ba8c6b9a89d4613017bc54274a14d04761d4',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/images/','arrow-left.svg',NULL,1383,'image/svg+xml',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9478,'2bca51cbe9ab0f90fdad2cd25052fc23452f6f0e','8ebcdc2f90db75106195ed2595a1789019fde5fe',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/images/','arrow-right.svg',NULL,1382,'image/svg+xml',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9479,'0637c903cd73712d09a23fe914f7db7777f7aea3','c76cb3ab5034233541c6056f1dd5b625e96d7bb3',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/','README.md',NULL,1142,'text/plain',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9480,'e9272b7b2fd6826697fa5bb464cfa08efea805b1','c33e833a18967ae8ad301f0e167547bc4c4833b9',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','sme.json',NULL,1669,'application/json',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9481,'da39a3ee5e6b4b0d3255bfef95601890afd80709','6ce9e4e33f79526b3985f5a61f7bd329022a087e',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9482,'42fceec4e2897106b5d5193690f6988f3c65c80c','bcfd0b0f6ac53d155227d35509cdc40225fd7cc0',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','ru.json',NULL,2493,'application/json',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9483,'e9adc38d6ff96d8b10f0dfbfef5aa23e6825bf8d','78ae3dd1a6266821ada258926545468f8dbc2824',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','lt.json',NULL,1760,'application/json',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9484,'189216c6a7a24cdbecf41316f745a2136c7ef270','3d66a5a683cf2e5c5a715e12804a5c59f0f4329c',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','nn.json',NULL,1670,'application/json',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9485,'ca5fbbc7ece2c9db00ba52db5eeb11f36692ea46','8e53c14f73fc0dc8a4967345371cb9c252e4207e',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','el.json',NULL,2593,'application/json',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9486,'bf83dc32217c2774ad95964a42574dec1c59f618','552d33359fbe9e87eb081eadd8144e4534d588a3',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','cs.json',NULL,1751,'application/json',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9487,'e9272b7b2fd6826697fa5bb464cfa08efea805b1','8cacb4cb913bbac1fe68a9d26ed7ab9091b81608',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','sma.json',NULL,1669,'application/json',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9488,'e4128b5be256540400be06ddaca924d1a6ab4faa','31a0bf3866386ee16b00081fe5ff0d3f179b8bd7',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','eu.json',NULL,1855,'application/json',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9489,'b0d2ad661a4fc415c85fadd132ab7648f42eff02','34ff0a46ad088f26487b4ce0f470ac38450d451a',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','nl.json',NULL,1847,'application/json',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9490,'1007f31c3faba7d3f652a5aa3c3065e3a50d9544','3ea30a5200a8e1463cd9c6615c56376ab662adac',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','ca.json',NULL,1901,'application/json',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9491,'d57442d10b9cbf1cb6ba22cc689fb01f3d32d3f1','2b842a5527a2e166b908db38a4623e842d3e0ff4',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','pt.json',NULL,1762,'application/json',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9492,'8545b0842d8896d91d4e50e92dd3dbabb9661c1e','a5455459d738a56c5e6401cb618f87390dcb6b24',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','sv.json',NULL,1771,'application/json',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9493,'05ba69af37c6ba884edce8275956b9ac46f02afa','64321eaf5bca5e42098f9d759c43fc2991abbe5d',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','ar.json',NULL,1992,'application/json',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9494,'4a622be3ee5ed9055bd164476a315900eb48b66f','fa29ce7ce4715237c94ec69177dd2730a167fc24',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','uk.json',NULL,2514,'application/json',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9495,'e37379558331510e837672852322d135bbbc2d06','8df05279d492d2cb0e9efc2e9998432cff239fc9',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','mn.json',NULL,2372,'application/json',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9496,'06724b2794be0273a29219c61a8eaf49b4460c75','bca6cb43f3fb8cc84d3455cb636b9e3505c7f3a3',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','af.json',NULL,1787,'application/json',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9497,'98a646e4664040c70c3b67f9428ec41872e65488','38430262d99466d5a14684fc4f7abc652aabeb98',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','et.json',NULL,1616,'application/json',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9498,'76178e685de62e25612b73c7fd62f0a65d3ad4e0','66f65db0edef002f1d50133bafb66da74c4fd61b',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','nb.json',NULL,1670,'application/json',0,NULL,NULL,NULL,1704102745,1704102745,0,NULL),(9499,'ee824547f6a2220ec36597faa41bcea12f2b03a6','e7fc34150cbbcf0898c663fc1a1ee3e401158069',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','ko.json',NULL,1921,'application/json',0,NULL,NULL,NULL,1704102746,1704102746,0,NULL),(9500,'384776626a9fafb106f8029f1f95367f9ee622c2','09db6b10d24e841dd49ba93eefac66d2b0446afe',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','de.json',NULL,1871,'application/json',0,NULL,NULL,NULL,1704102746,1704102746,0,NULL),(9501,'350cc2110955bfe43cc3e413176e174b00780693','2fb87a363ad7853888e86a0c9b440fb1bd2272e2',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','lv.json',NULL,1756,'application/json',0,NULL,NULL,NULL,1704102746,1704102746,0,NULL),(9502,'fe384d7b8c7ef43ee72b1f4bc08e69a3ee6cf3a6','1731b385b3e3e5565d88fc27ab589579a78d82c7',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','pt-br.json',NULL,1821,'application/json',0,NULL,NULL,NULL,1704102746,1704102746,0,NULL),(9503,'ee907a774f10b79564469cd016f4871697dbee2c','4f1366650d7e665a49011ad109da2611e419b0da',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','ka.json',NULL,3159,'application/json',0,NULL,NULL,NULL,1704102746,1704102746,0,NULL),(9504,'e9938f338c8b0e16da3afbd2b7474715f010517e','e21d00d017e10dc33f23783b4007015fb7c862d0',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','bg.json',NULL,2822,'application/json',0,NULL,NULL,NULL,1704102746,1704102746,0,NULL),(9505,'fb0eeabff7a83373ebe5a64aa8625e031e2786ea','2b985a2910dda448dde242aac8af20fcb819a6aa',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','it.json',NULL,1797,'application/json',0,NULL,NULL,NULL,1704102746,1704102746,0,NULL),(9506,'4af127eccd46c81109a4126b9ef4b4206048e9f7','0cee2bb0701db7009482f270ce7152ab7d55e621',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','fi.json',NULL,1857,'application/json',0,NULL,NULL,NULL,1704102746,1704102746,0,NULL),(9507,'b2c6dd5677b8c60a7b0cab89b675f894dde7fc8c','1b9c07e0b6496cdba357806da445a3c435083d67',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','gl.json',NULL,1849,'application/json',0,NULL,NULL,NULL,1704102746,1704102746,0,NULL),(9508,'df8999f798c70a2332f1b025e6faab6c26426762','1b45e0c32a154eba353b3e33d2579af5e7f32dec',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','es.json',NULL,1858,'application/json',0,NULL,NULL,NULL,1704102746,1704102746,0,NULL),(9509,'bd9d1852c3a5fae07886f07bbc50808f146dff1f','a24fe465dd4227619a1810fd8e01ce90667cd340',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','sl.json',NULL,1662,'application/json',0,NULL,NULL,NULL,1704102746,1704102746,0,NULL),(9510,'a9ed1f06e5eb08e78d2ce3183d750f5a73100fa7','b899a8cd56b1fbdf47dbdc5c7b3ba5ab09347cfb',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','es-mx.json',NULL,1899,'application/json',0,NULL,NULL,NULL,1704102746,1704102746,0,NULL),(9511,'ffbe5e6b56ce122da67fa1b688a9e086f34f014d','f2c05694a5be965bc74aebf5df339971a87d83a3',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','sw.json',NULL,1761,'application/json',0,NULL,NULL,NULL,1704102746,1704102746,0,NULL),(9512,'a5bb37d73917a61cf96ddc819d03901b58e96168','3c29ecea5b31cb2b70003db7c9cd348e542853c8',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','pl.json',NULL,1769,'application/json',0,NULL,NULL,NULL,1704102746,1704102746,0,NULL),(9513,'f1d8808015fcf65d681d5985a1fe90f33c139183','2e83e4cbacb27589ae3fddf573aa9548ac5f1bc7',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','fr.json',NULL,2435,'application/json',0,NULL,NULL,NULL,1704102746,1704102746,0,NULL),(9514,'e9272b7b2fd6826697fa5bb464cfa08efea805b1','cb431f9d712a2799750ee7f54c9112a37cb2f5a8',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/language/','smj.json',NULL,1669,'application/json',0,NULL,NULL,NULL,1704102746,1704102746,0,NULL),(9515,'f0cb2a8c9cd1c9799fe0c35c056a1cdf405d5f39','3423344d9ae7d7e4119f204ddab1be4f30aa4333',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/','image-slider.js',NULL,18357,'application/x-javascript',0,NULL,NULL,NULL,1704102746,1704102746,0,NULL),(9516,'a5309054fa013a3400161cb3b4f19bbfeee462df','3410f3208a1362d9b3d87f4b646c77dedd27184d',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/fonts/','slider.svg',NULL,1569,'image/svg+xml',0,NULL,NULL,NULL,1704102746,1704102746,0,NULL),(9517,'da39a3ee5e6b4b0d3255bfef95601890afd80709','40ff5e992ef18b2e0735a6221a02d3ec5afe00af',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/fonts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102746,1704102746,0,NULL),(9518,'29a788164b9dbc14b231c5dd3b125fbf23139bf0','85a5634065600888503bba378af5bccbc52478df',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/fonts/','slider.woff',NULL,1288,'application/octet-stream',0,NULL,NULL,NULL,1704102746,1704102746,0,NULL),(9519,'50a01bd72ba45ec55c30f6340398d857776c5005','f445c39e7553553ee2d34a315b63af6c5160a4c8',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/fonts/','slider.ttf',NULL,1212,'document/unknown',0,NULL,NULL,NULL,1704102746,1704102746,0,NULL),(9520,'9c71f77717008b82a5d0f8da11282b6e9baa7323','969d6ea61c5036cb751d81c9d430e2b3f04bf0e0',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/fonts/','slider.eot',NULL,1372,'document/unknown',0,NULL,NULL,NULL,1704102746,1704102746,0,NULL),(9521,'356abeb64b8883ab697e7f1edd3a3d303a5600cb','a141c34ad9f7f72e5e08199a80d15db72dc8cb66',1,'core_h5p','libraries',108,'/H5P.ImageSlider-1.1/','icon.svg',NULL,3357,'image/svg+xml',0,NULL,NULL,NULL,1704102746,1704102746,0,NULL),(9523,'277ceeea444ff51a98d57a482b0b55c073249127','8b34d5a9fadde4c805de890d11afe83253706f66',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/styles/','essay.css',NULL,1899,'text/css',0,NULL,NULL,NULL,1704102751,1704102751,0,NULL),(9524,'da39a3ee5e6b4b0d3255bfef95601890afd80709','983efbf6cb3f145309af042e7f568091b3d280ad',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102751,1704102751,0,NULL),(9525,'da39a3ee5e6b4b0d3255bfef95601890afd80709','dbf7e135fca75c4f3ebe22dc31bfa355a501537e',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102751,1704102751,0,NULL),(9526,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cf22e2c49aad9e9022e6496329221ecbd680677c',1,'core_h5p','libraries',109,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102751,1704102751,0,NULL),(9527,'1a93d56fe84618aba0cb7f4bcb91c721006b36e2','14fb5e5e707e0d19cd3cba9479ff1beb441e8d4f',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/','upgrades.js',NULL,671,'application/x-javascript',0,NULL,NULL,NULL,1704102751,1704102751,0,NULL),(9528,'0015f3ac1f48f5d241431243fde9a15abfac0f82','2207c6fe77471b0d5557a533712f1446bc5b2298',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/','library.json',NULL,1215,'application/json',0,NULL,NULL,NULL,1704102751,1704102751,0,NULL),(9529,'3b00c6e418808578796b9e04bbd84790622025f6','2b91b16830d5554233469b9bcee8bf6d76399012',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/','semantics.json',NULL,18028,'application/json',0,NULL,NULL,NULL,1704102751,1704102751,0,NULL),(9530,'cf63a40c6e392ee05991ee1e778b3f0254f370c2','f16f554c95f31d0f4500d126837b4fbc577c8f2d',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/language/','ru.json',NULL,15592,'application/json',0,NULL,NULL,NULL,1704102751,1704102751,0,NULL),(9531,'da39a3ee5e6b4b0d3255bfef95601890afd80709','66676b9c445d4447aa755fbceead17e3347f10a2',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102751,1704102751,0,NULL),(9532,'6d00de8c42bcc4c155e2de8a6b0a1f91d9fe7870','81a25341bff3b2eb291b9e1d16bc5076c36f4661',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/language/','lt.json',NULL,10872,'application/json',0,NULL,NULL,NULL,1704102751,1704102751,0,NULL),(9533,'41b58af3e202de5def5dc790946994d166772ffb','94369e8f68b758ecb4a7f73aa60e339599e85b11',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/language/','el.json',NULL,16987,'application/json',0,NULL,NULL,NULL,1704102751,1704102751,0,NULL),(9534,'a216e07289cc8f277244dc28eec945351edc7da2','f04844fe691fd46d94089784b8aeb7528f8aeb58',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/language/','eu.json',NULL,11331,'application/json',0,NULL,NULL,NULL,1704102751,1704102751,0,NULL),(9535,'1479b721783450e1429f679424d77308f67c2763','0fc0d951d3d2f04d3cf21632dc48c12d61615a60',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/language/','nl.json',NULL,11280,'application/json',0,NULL,NULL,NULL,1704102751,1704102751,0,NULL),(9536,'6d5b30fed32da8200fbce275b03d236106af9c10','09ad46f9ee11d425a32930e3da6916f1156b3970',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/language/','af.json',NULL,11277,'application/json',0,NULL,NULL,NULL,1704102751,1704102751,0,NULL),(9537,'f86c36c153f745db928e5ced4d42e0430c8e7fb4','638589212d5522066b68596c31e0973087f38949',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/language/','et.json',NULL,10997,'application/json',0,NULL,NULL,NULL,1704102751,1704102751,0,NULL),(9538,'d11989d3b8b52d1d6b142c3555549483e5eab2a6','9bb76ebcef35552770c7a2052e3800c99e36fbfd',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/language/','nb.json',NULL,10737,'application/json',0,NULL,NULL,NULL,1704102751,1704102751,0,NULL),(9539,'ec973497950e5d5efd8682af17f5bcf42870240d','625da27b496a0ebccb319227a50ca62a8a6c4c4a',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/language/','de.json',NULL,11844,'application/json',0,NULL,NULL,NULL,1704102751,1704102751,0,NULL),(9540,'a6ecbd3cfef34dec90ff8b1968050fc4d38c2e7c','53239b846a4792f3056f25f2f17bf30125e3272d',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/language/','lv.json',NULL,11733,'application/json',0,NULL,NULL,NULL,1704102751,1704102751,0,NULL),(9541,'003b2880467c686e2ae3eb62f347984df5850594','b4a8463bf36b3dafe91fe05aa6b1e0ba5fa2e299',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/language/','pt-br.json',NULL,11607,'application/json',0,NULL,NULL,NULL,1704102751,1704102751,0,NULL),(9542,'8daa7f0ee0883c85fd86b425f6f9c570ae24d180','6e903e33c7edf15e3fe956a419d90ecc6bdecb2a',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/language/','ka.json',NULL,21683,'application/json',0,NULL,NULL,NULL,1704102751,1704102751,0,NULL),(9543,'56f7d661548f48ceedea734cb95d0947786b8dbd','721e3bce2fe708f48449ded984c1c1fc11c778e1',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/language/','it.json',NULL,11356,'application/json',0,NULL,NULL,NULL,1704102751,1704102751,0,NULL),(9544,'76486f7e2b07741dc5ac1d78f897d1096dc2704a','2423ceab7109bad08f3cc346b940acc2eef65f3c',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/language/','fi.json',NULL,12173,'application/json',0,NULL,NULL,NULL,1704102751,1704102751,0,NULL),(9545,'abf663ad07f0ce470b6f1988594b6052e007bcff','3a2cfcc8e2210f30ee29299dbd9d383666076397',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/language/','gl.json',NULL,11601,'application/json',0,NULL,NULL,NULL,1704102752,1704102752,0,NULL),(9546,'74f137b0d3813a932d867c76fd306da5324ba17e','540e4cb17a306e980481fe620936b00941880f3f',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/language/','es.json',NULL,11887,'application/json',0,NULL,NULL,NULL,1704102752,1704102752,0,NULL),(9547,'8bfa1370074d5fbf6f91666f49336e7bfa01d827','8f1086a8590ad039f6ced3b03534aed98df67bcd',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/language/','sl.json',NULL,10651,'application/json',0,NULL,NULL,NULL,1704102752,1704102752,0,NULL),(9548,'14ed7d61c854811dbd142fd95f5e37928d3c446f','f2ae90775416bc2b510bf09a6749d73892e9536a',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/language/','es-mx.json',NULL,11885,'application/json',0,NULL,NULL,NULL,1704102752,1704102752,0,NULL),(9549,'26badc5b48e8e61c34e8088f5ecb50584ebf2cfc','9785700922faaa137b09e9f3ad206b7214c94c51',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/language/','fr.json',NULL,11198,'application/json',0,NULL,NULL,NULL,1704102752,1704102752,0,NULL),(9550,'0a6ee6189060324664dee72dc211354f194ab679','eea5d7f0203749e4c5db73bcd634297ad8e19d69',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/scripts/','essay.js',NULL,38362,'application/x-javascript',0,NULL,NULL,NULL,1704102752,1704102752,0,NULL),(9551,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3626623ae5ed361133cc4a3261d6f7959350d4c9',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102752,1704102752,0,NULL),(9552,'6b6896bc07e0876e05587b68ebb98df7f51f1506','20d775dd7278904579e99d4478efdef6a9a6e486',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/scripts/','inputfield.js',NULL,7926,'application/x-javascript',0,NULL,NULL,NULL,1704102752,1704102752,0,NULL),(9553,'d3b20df5e9a81e36c21c45cf45a599a8397673a7','d15a0711e23fdde142240083bb7de092eacde858',1,'core_h5p','libraries',109,'/H5P.Essay-1.5/','icon.svg',NULL,3523,'image/svg+xml',0,NULL,NULL,NULL,1704102752,1704102752,0,NULL),(9590,'19c2aabd685f91a55a4a40f1944f38c4e9c036e7','1bb469f61022869d32627c9d83f1de095b1c35d7',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/','upgrades.js',NULL,787,'application/x-javascript',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9591,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b1f22e01f6729f89c065f974d2169306f29644d3',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9592,'da39a3ee5e6b4b0d3255bfef95601890afd80709','948fa33bbe399c5d2f6835c7f48e2f603ab77401',1,'core_h5p','libraries',119,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9593,'c900eebedfce22cfe5544609f0a6761af9252dac','23567e1de5b51a761076abacff4365420563cfa2',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/','library.json',NULL,1219,'application/json',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9594,'8b7188d927d8cedf2985a6f5db2547b093ab0f24','3aae4f33adab9fb11c4f426dbb832b2f3ab21870',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/','semantics.json',NULL,11375,'application/json',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9595,'49355226bb5aae127dfb97d0e368fa75c50fcd19','4f694189e672e3c6f8256dbb93a04f2c117c4ff9',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/dist/','a990b022964896e3e58c.svg',NULL,2342,'image/svg+xml',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9596,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a95e875e5f4e2860396e4e63e4d3d9dc4ec06312',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9597,'e16ae9c93af83e2438fb6f6987b05c57fa12adf8','5735c519191f1705aeb3b2961f3a4abf841dcd5a',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/dist/','h5p-three-image.js',NULL,177789,'application/x-javascript',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9598,'04b322f4f10c188cb4a0964b31e8d74eba7777ad','f9d997ba8d42d298774fd27bc25070e436067593',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/dist/','ac59b94489d8054eeff7.svg',NULL,15662,'image/svg+xml',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9599,'a35b42a629053b5e0602f4a97b390e52e9b42bee','838ab23b40302e0afb1ce1ec3e332a6a59fedcb3',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/dist/','a0d406518ea1643a67e8.eot',NULL,5308,'document/unknown',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9600,'0bc05f47b0bd6f2d7df81e8db735e9fbac80142c','9958e0943a8808db7a82595862386f894825b116',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/dist/','h5p-three-image.css',NULL,15799,'text/css',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9601,'0236148ac07f220b65858ee59af6a58f922efe51','78018ec6fc0a846193df86cad1fcece0ae2a32f6',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/dist/','420cee8f32733c114464.woff',NULL,5212,'application/octet-stream',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9602,'498f676efb767d97568e224dfe91b7f181e6596b','c06d08e47da6c951be1e127f0d0563e2d2aa2460',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/dist/','c4670646e7f4787a73fa.ttf',NULL,5136,'document/unknown',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9603,'c7e1d366a19a2542d265681a0645194271449272','5ff0960e6419cd15f34f1f0b5d784376101cecf7',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/dist/','h5p-three-image.js.LICENSE.txt',NULL,790,'text/plain',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9604,'56a3e92692478212a00ab156748bf50511dc99f5','a2e441db8d20831e8416370bfb66c1c89b7ea9d1',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/dist/','0523b21db4fb141802eb.svg',NULL,2879,'image/svg+xml',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9605,'bcde936559a5e662b564a028750c14008c019499','e547b0fc5ccfdc24de8e22106105b5cf38252ba2',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/','LICENSE.md',NULL,1071,'text/plain',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9606,'5ff978eacda36567e57d2f6632f06e95fc7a334e','36e3b447932077ecc258b8694b1bba5737548a59',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','lt.json',NULL,7109,'application/json',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9607,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b58d8fa2421ea08cfcc3bf96882aa2d9f54f4f17',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9608,'cacbe700ef8cd1c9d69b36b709082219f733fdd7','7e78c9a580b8e013951dbc2219db46836a37b3e2',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','nn.json',NULL,6781,'application/json',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9609,'9d3fd3c936b9fbc1b7d02597113cde872d2af9c3','e08928c5cb4eefb14880281b539691ce5b2bc0d2',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','el.json',NULL,8961,'application/json',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9610,'d6446ba1103a9f82cadcc101e0b2d1ee6f534378','e4517806b832b7bc5ebfce7e75202edb1133bfbe',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','cs.json',NULL,7127,'application/json',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9611,'a308a6c018531ee87fe1fd835b2425734d85f6ec','d7806970f06696b4c1d947172b5ba9ab67bfed39',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','eu.json',NULL,7121,'application/json',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9612,'023769e580c8d4a294d4227949b147a035d3cd2e','ba88e08bf06eee4bfa96ae2857bad6e93d92651e',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','nl.json',NULL,7176,'application/json',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9613,'6e8dc95ee6a5672e6ba4b439b36d4bb83938d965','2d10c0a5318fdc5df3ebde492e760d84d2db7939',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','ca.json',NULL,7028,'application/json',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9614,'33cd498b11953e5c1c7d36ae6abf9fdfe5e20acd','4de4bd87cfb3099b8637a68f4679efc78fbed2c3',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','pt.json',NULL,7359,'application/json',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9615,'a51541225efdcc6e2125a446b5f11834f73d117d','fa187fb2d4b687d00eca8b52e24e3ee7b7d6c324',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','sv.json',NULL,7003,'application/json',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9616,'1435082663682f4d98af7f5b3b29f3dc92cb68cf','8f09cb8b0cd468b3f5b77610a82dc7cd062e95bb',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','ar.json',NULL,8352,'application/json',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9617,'5eae550cb9e739476042e901c103a35e25f73abf','007ae3fd4281826bc1c5dee5de30e9bb1ba41273',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','mn.json',NULL,9236,'application/json',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9618,'cbfab4eb7caf9ca64592561eaeaaf6d76f60f8bd','64638a4b66dea420dc933380dc2a68129c3b163c',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','et.json',NULL,6772,'application/json',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9619,'103878c13dde972de0c6eecc8314d476bb8a357f','93ebb4a01544b6b7c752e17f253b760efeffba9b',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','nb.json',NULL,6843,'application/json',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9620,'a515d4ddb7648d8a551f713324840967a69cc263','82f63ee69ea3775e99bf73fae20747a739cd5546',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','ko.json',NULL,7071,'application/json',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9621,'2bf5c3b9aefc424962adc754fa0820b2e62267cf','56ac3d558b49c65eb4b75856a3ad17027ed40dc6',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','de.json',NULL,7386,'application/json',0,NULL,NULL,NULL,1704102762,1704102762,0,NULL),(9622,'2afcf22aeed0349c9a79f9265ce55debbd615c54','3c0aaf2ae63c5a17f1beb826508ff613a0bea5cb',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','lv.json',NULL,7201,'application/json',0,NULL,NULL,NULL,1704102763,1704102763,0,NULL),(9623,'9360c55c71d032150074f269059c141165067177','8b899d29d87eec6945f6cc1f3601738f50e66ce1',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','pt-br.json',NULL,7220,'application/json',0,NULL,NULL,NULL,1704102763,1704102763,0,NULL),(9624,'2f0477792ca8ed2457e1f102735057bef3af9c04','6e4c3235878bf49630ce64e3b763ff756605717d',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','bg.json',NULL,7631,'application/json',0,NULL,NULL,NULL,1704102763,1704102763,0,NULL),(9625,'985b3684aca0c09935efd4b2de50188f5353b164','8270e375a5d01f7c159096fc513d01a90903938f',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','it.json',NULL,6909,'application/json',0,NULL,NULL,NULL,1704102763,1704102763,0,NULL),(9626,'49acaa2cc0c7774b89e978042ba7eb074bf0fc88','6c5eae7a6047149ac04519e2233fba1784182d44',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','fi.json',NULL,6932,'application/json',0,NULL,NULL,NULL,1704102763,1704102763,0,NULL),(9627,'9936da93158f06ec3517faef7f009e8f5b599278','0673a28a5c403ab939e32644bcf4e90b65567d85',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','gl.json',NULL,7298,'application/json',0,NULL,NULL,NULL,1704102763,1704102763,0,NULL),(9628,'9b240d6d6210ce8fac61c9856a3385b3993e34d7','cffb040091457d5234f66676f833dfccad57fbed',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','es.json',NULL,7419,'application/json',0,NULL,NULL,NULL,1704102763,1704102763,0,NULL),(9629,'9fc017cf5cb1defc47b75593eff7647d8b75ffe1','e3bf7a5fc6f4c12202798a54024766f4a247bb9f',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','sl.json',NULL,6789,'application/json',0,NULL,NULL,NULL,1704102763,1704102763,0,NULL),(9630,'ddfd202a78f1ba6e3ed84ec0797b24fd8c4bb704','e80316081a46eaaf3b6c32a0bbb0fbd90f918e21',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','es-mx.json',NULL,7418,'application/json',0,NULL,NULL,NULL,1704102763,1704102763,0,NULL),(9631,'6e1fc5d7be2ba36f65211ef7cf804e1939045afe','46532697f69531603a041f12d15e7fae5ab49857',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','sw.json',NULL,7118,'application/json',0,NULL,NULL,NULL,1704102763,1704102763,0,NULL),(9632,'8f490cb11f8270fd617b5e51fe15bba5765ed2e1','541b811c27c358b49be3216960233ca00938f86c',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/language/','fr.json',NULL,7445,'application/json',0,NULL,NULL,NULL,1704102763,1704102763,0,NULL),(9633,'daa4425bec7f3a5883480933c94da8f47d6f1434','71109c9171c0d3e21b97a5484ab282c29b7e6ecf',1,'core_h5p','libraries',119,'/H5P.ThreeImage-0.5/','icon.svg',NULL,27555,'image/svg+xml',0,NULL,NULL,NULL,1704102763,1704102763,0,NULL),(9634,'2c72861481d944552368cead5237dba2c7b3007c','6775509150506b0be4819e032216791e8e3272f9',1,'core_h5p','libraries',120,'/H5P.ThreeJS-1.0/','library.json',NULL,428,'application/json',0,NULL,NULL,NULL,1704102763,1704102763,0,NULL),(9635,'da39a3ee5e6b4b0d3255bfef95601890afd80709','35d890be0c58f231397358d43e940caa4d689e60',1,'core_h5p','libraries',120,'/H5P.ThreeJS-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102763,1704102763,0,NULL),(9636,'da39a3ee5e6b4b0d3255bfef95601890afd80709','604abd2a74b5ea3b2f0b3f64ba97eb653acb3c71',1,'core_h5p','libraries',120,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102763,1704102763,0,NULL),(9637,'0e86ad928d36a646e535d08668a3b3c6fec7cb69','2208f972f897e7f6b1e34cbda63cda451f65925a',1,'core_h5p','libraries',120,'/H5P.ThreeJS-1.0/dist/','three.min.js',NULL,567219,'application/x-javascript',0,NULL,NULL,NULL,1704102763,1704102763,0,NULL),(9638,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3149a82ab044d9259dd57431aa8e651fb8301663',1,'core_h5p','libraries',120,'/H5P.ThreeJS-1.0/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102763,1704102763,0,NULL),(9639,'535f1989968041207e16e8e8788889a43b9f2f90','88da4fa89949c29c5360560b9b05872ce52ad970',1,'core_h5p','libraries',120,'/H5P.ThreeJS-1.0/dist/','three.min.js.LICENSE.txt',NULL,44,'text/plain',0,NULL,NULL,NULL,1704102763,1704102763,0,NULL),(9641,'f61d489820cdaf2e86d42a4f1c3dba178256e8b9','a75a54fb6e521d58796dc341abd4953bf97722c1',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/','upgrades.js',NULL,3306,'application/x-javascript',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9642,'da39a3ee5e6b4b0d3255bfef95601890afd80709','865c27949b7bd85cc67efe42c59e10623a6ac81b',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9643,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ba1e0cde60bbbc357aa1f3dab22b803b3d1defa0',1,'core_h5p','libraries',123,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9644,'6a9cf1f26af5dc5ad07215a18ce14542cd512c8f','69caf58746d1650211fd95cb62eaee1b54e1e4c9',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/','library.json',NULL,1182,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9645,'a41884c8ce6775c4cf7c03b36bd9891a05386d9c','80e6ba2e227cf31c0c1d3cf65fdbc1ab48973019',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/','semantics.json',NULL,12393,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9646,'5e7746b896124a3c9c46f7952867787d3aae79a6','440d5542dc1b94b4d2639e89eca45de318a98238',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/dist/','c15cb97e9d7a5ebe0220.svg',NULL,12324,'image/svg+xml',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9647,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4e48a2b632305c7eb15831d264f579b9254c2887',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9648,'92941de15a5a2938552060441a0ace038115f309','1f2b743df2947f6353268a9e2d176defa905fe85',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/dist/','00f1d21bbce2734619cf.woff',NULL,4288,'application/octet-stream',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9649,'c263467fe17500a82ddb97e2109ab72e081f8fbc','ff8fc013842111531ccc67b5aafe9fe4460efa8c',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/dist/','h5p-interactive-book.js',NULL,160098,'application/x-javascript',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9650,'ad4988c4fbf6efbe617922b0cc1fde8a6f57b224','99ae94df2a86119f21a7dcc80b222e5fbb18575e',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/dist/','8dc8cf1d96ae9353dbac.eot',NULL,4380,'document/unknown',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9651,'5149a6df441169a2aac5aa3d2cd3e395a5e6ee0e','61f9d6abb6da689e97e29220526dc04a3704600e',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/dist/','h5p-interactive-book.js.LICENSE.txt',NULL,258,'text/plain',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9652,'42dac4dedae5525043ece6f22599bacec5d69e44','9555d42cd43e31ba39941872500e24330c9ee321',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/dist/','h5p-interactive-book.css',NULL,39538,'text/css',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9653,'e988e96ab3f1b55c6327853e3139f89f9a2f3fc4','f44f102e9deb8f09440f3e8a0c7d0d1cc4661580',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/dist/','3fbecededfe43dabfbb2.ttf',NULL,4212,'document/unknown',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9654,'d22b4cd53a3a89323004a2d72e9d584c453c403a','ee87936370ebe15595699471222da1ae483f75ff',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','sme.json',NULL,6297,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9655,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e3405505ff9b81addb580b39260b4f882c1dbb00',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9656,'de41e7504361e221df5ddc2d9703ef4b1d12a365','46d94f86d6fd10bca0cfe9b557be3ee92817e765',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','ru.json',NULL,8409,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9657,'1f7e909cc74d89c7a8fed2be0ffb1bef0ff92c25','8f8c721cc3086b592a340efa9f3c88b8ca496b36',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','lt.json',NULL,6391,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9658,'368fc21305696c7865aa5e0369f5c2077e1e3e56','afc7ce7ba5a7b0f3fe8408bb11435c59f83bbd87',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','nn.json',NULL,6295,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9659,'d0e15a91d37eac101c47697bd64098a2916ec5dc','7ec1471111572005e63283d5b7b0e8ed1bc0e3eb',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','el.json',NULL,10986,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9660,'12f7557d209840d5fd9313c000666be47e212f00','488b0e4370daafa851deefaf97e8105ea817c17f',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','km.json',NULL,7421,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9661,'f68b8ad7116ac53b3efabd94f0f2361bf98bf8b4','2340d9b34eeebc1c2619d315ba076270d4e89d47',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','cs.json',NULL,6485,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9662,'d22b4cd53a3a89323004a2d72e9d584c453c403a','5e60331460f354d40d6c79e35b777e944fcfd9b4',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','sma.json',NULL,6297,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9663,'a996f1c39277b701e8dc2e2a9f7a979b9f185142','36ff699a332fd674453dc5a07083e26dbe304b1d',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','eu.json',NULL,6697,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9664,'d5b02ce6fc0692f1a4e8f33d647d9dc716b4d149','83a0084a56618dc54dd61b3cea749c90129f0dcf',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','nl.json',NULL,6617,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9665,'8b8f58b0d4cccf97536c8de920be65c093a49c85','e822e13daba57da673faf4da77194014685bf0ef',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','ca.json',NULL,6879,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9666,'2740bf8b6fc6a81718269dabb597400d1ebe2576','c956c314f88002a1e69ff77ca94d9a1739df5196',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','pt.json',NULL,6674,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9667,'a4fbdcc9bc412cdfe2a05c3bd257faa7bbd2c3c8','80358b672beb3187b470d6253208de854d633d60',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','sv.json',NULL,7033,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9668,'70eb6f57c584377164a5b9aabeb94514cefe019c','1e818e9d83ce82aaa74c664f7cf0d7e2216bb933',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','ar.json',NULL,7753,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9669,'07d574d269d31291cf28ff3954688f2e9c839a55','26d5406418bb3145f0c4fb93121d53e60a25595d',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','uk.json',NULL,8921,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9670,'1d81e12fb5f7fe4bddfa837201cf767b435fcedc','108a2f5e3d569fdab42dbaa714e574e9b74aff2c',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','mn.json',NULL,8579,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9671,'b28297500ecb85614f5561ea2ad1cb43bc257fa1','b5f14bfcb6cc2c506a1c1f44f105e425bb707f5c',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','af.json',NULL,6471,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9672,'a9f9fffa9c6a15203317639a91f502cd4255fb22','a7f771d137f0da70458c4a37a1982d446b21ac42',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','vi.json',NULL,6735,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9673,'31aa360dd958b58956789ea6e16621735a654c79','22da06aeffad862b5fdc77b464a22e954129eea1',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','et.json',NULL,6346,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9674,'fade726243122631624c4a9e4ac51cfcf4cbb022','a71de5f484dc14f4909b805020b7ae3a2679018a',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','nb.json',NULL,6297,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9675,'143e4181b2d33d0141870c84d61035d16e8e41ca','9278808418ca6584a86d220e0c4ef8f0cdaf8464',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','fa.json',NULL,8021,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9676,'3f71d99f2d50ba54b046995ff6e87aa8c679e999','181c8f2c3f88f3d514f2a141273eae74a193bc90',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','ko.json',NULL,7204,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9677,'abbd7f53b685a5427c6ade875a73a50a9278d8e1','9260ab331f725c1319805f7ee4857c1b00efb94d',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','de.json',NULL,7260,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9678,'2cf761e6d29eda512ba738192c56db4786724769','a45f80827ab3421bc109b09f1ac675b0b35cd3e8',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','lv.json',NULL,6625,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9679,'5abb8945a63d2148b42ac330cd55d41b4cdbefd8','0410e47fb2f579637c539efa9a34cc7f011703be',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','pt-br.json',NULL,6790,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9680,'c5905ba54bd4fd69e71c1391b6098580ba5170de','07e87738d8921d9735f0d25128ee3fa5e639020c',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','ka.json',NULL,11913,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9681,'c80d78f12c011451000fc9a58c29034993d49a7d','45e1cc85e4c227ef2d713324668650d59eb12494',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','bg.json',NULL,7896,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9682,'704c353da719bdc5af6a9008695b220f44cfdd4d','7ac2c61a3d9754c45fc66d8d55e3eb243465f335',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','he.json',NULL,7264,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9683,'3910f1926e201297c560559bf5b39e1e4d35c75f','3cc4be1cf2081dcd700ad738d3950175aa6419f8',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','te.json',NULL,11971,'application/json',0,NULL,NULL,NULL,1704102769,1704102769,0,NULL),(9684,'bf9e024d4fc24715627a0194080c8852224311c8','de0827f4dff2e4146e467797bf89ddad28a09f0d',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','it.json',NULL,6766,'application/json',0,NULL,NULL,NULL,1704102770,1704102770,0,NULL),(9685,'557566abb980d7a7906d2e9c3435fdbbb4b203bf','ab113429c7f2cf439ba030ed62eefca0fd7a4d4d',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','fi.json',NULL,7111,'application/json',0,NULL,NULL,NULL,1704102770,1704102770,0,NULL),(9686,'fde60400ab7655cf1fa321a03070b44f3fc9fb45','1c5ee4dd74281ac676e42666a7401827c53710b9',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','gl.json',NULL,6778,'application/json',0,NULL,NULL,NULL,1704102770,1704102770,0,NULL),(9687,'6c6015a02c58e1b7d11279710b8d9af63ddc46c4','7653072bec6008b70232f774949d0c56e3a3e52f',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','es.json',NULL,6963,'application/json',0,NULL,NULL,NULL,1704102770,1704102770,0,NULL),(9688,'413291909dc767d78a133293d3580ba2fb5ded64','e97ff9b17536a3be7f93b4ec9c8395667f753c7e',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','sl.json',NULL,5942,'application/json',0,NULL,NULL,NULL,1704102770,1704102770,0,NULL),(9689,'5ec7001ea49590e1a8339189114a9cabff19f55f','6f84a913757c5f6591c415bb810dea82b7d2a460',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','es-mx.json',NULL,6944,'application/json',0,NULL,NULL,NULL,1704102770,1704102770,0,NULL),(9690,'f4448b9592017525469a8fad677e6c84746e11af','24e1a336ddcb34f10d3e80a0d53fcff1314a68f7',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','tr.json',NULL,6647,'application/json',0,NULL,NULL,NULL,1704102770,1704102770,0,NULL),(9691,'87d681fc49d422c8a813219fef4d77ea8a160696','bec788639c043654f61084ffb816bc4417dd05e5',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','sw.json',NULL,6555,'application/json',0,NULL,NULL,NULL,1704102770,1704102770,0,NULL),(9692,'89f71b87aad4c958e08c2cb972e16e08da26d2ea','a929c079865acc13922e41e719aa6d7b6e779bce',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','fr.json',NULL,6825,'application/json',0,NULL,NULL,NULL,1704102770,1704102770,0,NULL),(9693,'d22b4cd53a3a89323004a2d72e9d584c453c403a','a071d4bff14238275bb418ca18741de91e92d3ef',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/language/','smj.json',NULL,6297,'application/json',0,NULL,NULL,NULL,1704102770,1704102770,0,NULL),(9694,'3834be478cdf2e837301a7d6ad470b0ea49dbedd','16793a85a44a2596f3ef4473fa9bc358b349523b',1,'core_h5p','libraries',123,'/H5P.InteractiveBook-1.7/','icon.svg',NULL,3296,'image/svg+xml',0,NULL,NULL,NULL,1704102770,1704102770,0,NULL),(9696,'017252713624c631825748cdd9527fb6e7625f0c','ae2f4fc133c30ac21d70fbbd29c00ce333d90db1',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/','library.json',NULL,790,'application/json',0,NULL,NULL,NULL,1704102773,1704102773,0,NULL),(9697,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cbff73043fe345f45b9752b96ef1a300daa8d063',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102773,1704102773,0,NULL),(9698,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2a30de0089beb731fb4a77ac45eea0e210492379',1,'core_h5p','libraries',145,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102773,1704102773,0,NULL),(9699,'9f64be425ed10c84ffecff1b7dc05553ec1010a9','5b2c25db3ac9a95e346e24edc9bb8be21cb9fc29',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/','semantics.json',NULL,25496,'application/json',0,NULL,NULL,NULL,1704102773,1704102773,0,NULL),(9700,'93153ef837a20af8f765a48febc50f222b2d89a5','ca75b90271f48c09ea4521f1cf6af299d7549636',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/dist/','h5p-kewar-code.css',NULL,2265,'text/css',0,NULL,NULL,NULL,1704102773,1704102773,0,NULL),(9701,'da39a3ee5e6b4b0d3255bfef95601890afd80709','904db8edba9b5d9cf09458d030b88c2770bab5be',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102773,1704102773,0,NULL),(9702,'358dca19d028613df74900ea6556f64cf9568742','f8cd751d05d4ebd586c764327c0fd260e31bc08f',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/dist/','52fbb3a8dc60fa962e89.svg',NULL,531,'image/svg+xml',0,NULL,NULL,NULL,1704102773,1704102773,0,NULL),(9703,'3da4a92a55d9dd6fdcfb8e6915c1410dcbd74727','d5710eea457db7b7155f58871cb6ca694c70e82e',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/dist/','h5p-kewar-code.js',NULL,37866,'application/x-javascript',0,NULL,NULL,NULL,1704102773,1704102773,0,NULL),(9704,'6dcafb8020bbc69d7e7cfd73ca219611c68c6c8f','36c13b9d16cb75590dc8c6eb2abe3cc54afb67f6',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/language/','lt.json',NULL,12266,'application/json',0,NULL,NULL,NULL,1704102773,1704102773,0,NULL),(9705,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cf4280501b677acd08f5d80f8304f2821f499746',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102773,1704102773,0,NULL),(9706,'60d67d5406b6af7bd1e895eba1bf0b732d22235c','a54aa31715dfa08b4a075c294717fc689ca1434d',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/language/','nn.json',NULL,12140,'application/json',0,NULL,NULL,NULL,1704102773,1704102773,0,NULL),(9707,'0c407137eddfa447b2db233029bce531d1c14e79','48c5e06f1c8542224fc50732043e6e6abac0bc1d',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/language/','cs.json',NULL,12513,'application/json',0,NULL,NULL,NULL,1704102773,1704102773,0,NULL),(9708,'9dfd2e832bba25510f317b9d042d5763069ca46e','3455ec402f545a40f91b8cc1aa21cc7b265f9a16',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/language/','eu.json',NULL,12687,'application/json',0,NULL,NULL,NULL,1704102773,1704102773,0,NULL),(9709,'a6c5b3830c78bf8ffd8bb452ea44cc5bd2d0e4a9','7ecb8df3181461ab7fa6ec88dd427aed4f808f1c',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/language/','nl.json',NULL,12416,'application/json',0,NULL,NULL,NULL,1704102773,1704102773,0,NULL),(9710,'9dfcf88d91d45247de11ae4989708ff082ff7094','44749677fe70c5e75fb32c19d57709a8ebfde799',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/language/','pt.json',NULL,12564,'application/json',0,NULL,NULL,NULL,1704102773,1704102773,0,NULL),(9711,'643d88ad6233bbebbfccf8c9177dd5814ae56e77','5e18165ded40624a129052d60f47eec224d6c5d2',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/language/','ar.json',NULL,13261,'application/json',0,NULL,NULL,NULL,1704102773,1704102773,0,NULL),(9712,'45ef800cb9440ecc677a156a619d66794cd18928','cea6cb4a1363492e2055c9ec8873d89a3f1bb9f8',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/language/','af.json',NULL,12320,'application/json',0,NULL,NULL,NULL,1704102773,1704102773,0,NULL),(9713,'60d67d5406b6af7bd1e895eba1bf0b732d22235c','3a20182970f3c999d8d26f3d7bdb86f7b3b1c95e',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/language/','nb.json',NULL,12140,'application/json',0,NULL,NULL,NULL,1704102773,1704102773,0,NULL),(9714,'45bffa322bc39b4c2246d3fe767dd85c6e4fab1f','f8ace8c03fc673983cb2a598ce36d52d5fc9c6da',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/language/','de.json',NULL,12622,'application/json',0,NULL,NULL,NULL,1704102773,1704102773,0,NULL),(9715,'80584135e24e98fafd3f40603bc392210d202f05','b1d55b1fc4475931231b6108bc7721e91a7d8d8c',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/language/','lv.json',NULL,12765,'application/json',0,NULL,NULL,NULL,1704102773,1704102773,0,NULL),(9716,'1025be599f421ed59e042967254b974ba0c55395','1f3dc8a394f7989ad2466494c9dd85d6ed9c0f42',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/language/','pt-br.json',NULL,12598,'application/json',0,NULL,NULL,NULL,1704102773,1704102773,0,NULL),(9717,'0166a29d75a0bab007d9894bb11231df363ae7b8','1209490bf7607441fec691d13baada9408767c7b',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/language/','it.json',NULL,12202,'application/json',0,NULL,NULL,NULL,1704102773,1704102773,0,NULL),(9718,'a971af0968903b32c37fd2eb125cfe01dccf5031','d0e4df1c48ea54ea0ce8a10c3758a1655eba9d0a',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/language/','gl.json',NULL,12540,'application/json',0,NULL,NULL,NULL,1704102773,1704102773,0,NULL),(9719,'c1ca622833206af57aabab755ca4f0108ea363e0','d8908746443efba6456f5a2afc0eed191c8aa114',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/language/','es.json',NULL,12708,'application/json',0,NULL,NULL,NULL,1704102773,1704102773,0,NULL),(9720,'ab1dff744be1f167ab053f9e65461795fac8cb25','5babb9878dafe4da87c12e2a440c969b2fa84ec5',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/language/','sl.json',NULL,12874,'application/json',0,NULL,NULL,NULL,1704102773,1704102773,0,NULL),(9721,'730468ecce40a23fd2a55b8f536645320f0cc36a','b4c88e55b5cab97721baf0bbfa97b9ca4c990a22',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/language/','es-mx.json',NULL,12712,'application/json',0,NULL,NULL,NULL,1704102774,1704102774,0,NULL),(9722,'5c31244b5e3f5317c526764bc6339b65b02611f8','0ea75c34f98ca7f51c984ab839690ad75fb0b481',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/language/','sw.json',NULL,12524,'application/json',0,NULL,NULL,NULL,1704102774,1704102774,0,NULL),(9723,'534f0a1f95b1847cd3b28b737dda13e88e0a7e43','12fa155b0c6995ccb85eccb61dfcbcb4c7219d51',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/language/','fr.json',NULL,12702,'application/json',0,NULL,NULL,NULL,1704102774,1704102774,0,NULL),(9724,'877bf175afcb6d89544809686dab8fb03404c89a','e16b4d63ebdf9f7273ddc521be6e24051df7241d',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/','package-lock.json',NULL,244471,'application/json',0,NULL,NULL,NULL,1704102774,1704102774,0,NULL),(9725,'04c6a710d6746242d94b5b5c469d03d905b47078','37abcff2b1cf6a36d7c20c7a235bc8eb7826dda9',1,'core_h5p','libraries',145,'/H5P.KewArCode-1.2/','icon.svg',NULL,27865,'image/svg+xml',0,NULL,NULL,NULL,1704102774,1704102774,0,NULL),(9762,'c0d31c46673410d5a7fa79fe71dbdbf6d78655e9','cfca92dc260c77280782d602f6cc3e49595d14d1',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/','upgrades.js',NULL,607,'application/x-javascript',0,NULL,NULL,NULL,1704102782,1704102782,0,NULL),(9763,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8e40b433e837316e741d632121eb2c1cb0227cea',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102782,1704102782,0,NULL),(9764,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b2ac77ea7db7588a617b76b0643a269ff4e2389e',1,'core_h5p','libraries',128,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102782,1704102782,0,NULL),(9765,'43be655583c2de1f5b9a3880537568dec9b121f6','59b0b2bbf26c972164c84d76dfff17cb290ff5d3',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/','library.json',NULL,1044,'application/json',0,NULL,NULL,NULL,1704102782,1704102782,0,NULL),(9766,'939fad4777133888dc05c1e14ad4eccfba9e48d8','ed13ffa3797352f6fdda6c2cd36caebc4632fb9e',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/','semantics.json',NULL,12197,'application/json',0,NULL,NULL,NULL,1704102782,1704102782,0,NULL),(9767,'20f52c7e6eb87951a9b7de011bf42bc5e4d870ca','fbc199bfa9f75e53ebb7ef80615e316fca0b0c0b',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/dist/','h5p-sort-paragraphs.js',NULL,38634,'application/x-javascript',0,NULL,NULL,NULL,1704102782,1704102782,0,NULL),(9768,'da39a3ee5e6b4b0d3255bfef95601890afd80709','bed237436c425f92453fd8d9887f13d2ee5ba9ad',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102782,1704102782,0,NULL),(9769,'b3e89fcc61436f0ad570dffddc28e9b5f9d7b700','7a349e8bf0595fbe04b870e378b9508f48960bf4',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/dist/','h5p-sort-paragraphs.css',NULL,6999,'text/css',0,NULL,NULL,NULL,1704102782,1704102782,0,NULL),(9770,'56956def0f4bb4674485c4b1b9797d75a7e38782','c18b70ad076dd8ed32a091c7b9aadffc16a9de5a',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/language/','nb-no.json',NULL,6957,'application/json',0,NULL,NULL,NULL,1704102782,1704102782,0,NULL),(9771,'da39a3ee5e6b4b0d3255bfef95601890afd80709','63c61ff20121caff5382273c5e8b895afa8704ce',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1704102782,1704102782,0,NULL),(9772,'171549a992ccb8bca39439e570d7d936fbc855c5','0172f694c3ea1d97964af04e612d54e643e9343d',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/language/','lt.json',NULL,7007,'application/json',0,NULL,NULL,NULL,1704102782,1704102782,0,NULL),(9773,'1600de279016eae858bf62357475bdc04d5c8151','88ebbed4016372221e24d7a93c2c876aacb8904a',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/language/','nn.json',NULL,6988,'application/json',0,NULL,NULL,NULL,1704102783,1704102783,0,NULL),(9774,'b842fe63a75679e02d6972eb3a68e50fefb13544','ee580015ab40a9572dc27fd6261dd246696c7bd9',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/language/','el.json',NULL,10238,'application/json',0,NULL,NULL,NULL,1704102783,1704102783,0,NULL),(9775,'f95ea488f8c0a338ac64b9e037e3891a0544e6ba','96ea13368e93f6af93ffad60bd8b99123ab32da8',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/language/','cs.json',NULL,7145,'application/json',0,NULL,NULL,NULL,1704102783,1704102783,0,NULL),(9776,'c195289faaf4c4336273f5cb973b7932852901f6','1faa94e52ee3f9ba10467d2f741d14ef06f382e2',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/language/','eu.json',NULL,7208,'application/json',0,NULL,NULL,NULL,1704102783,1704102783,0,NULL),(9777,'0a8e288ebebba101000d937a74280ad01bae790c','d159ff69366690fee1121b08c819d44c42cc5670',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/language/','nl.json',NULL,7117,'application/json',0,NULL,NULL,NULL,1704102783,1704102783,0,NULL),(9778,'fa639ff899948dc117b1da24c876d238c7c679fc','bfee37f34d34192623e122ffff699f79a7c8181b',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/language/','ca.json',NULL,7142,'application/json',0,NULL,NULL,NULL,1704102783,1704102783,0,NULL),(9779,'a6b1aeaba25d7f3b0ab7a20cdf6c906fef8b15ac','035b13ed406e959e8e39958abe78ada189728f07',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/language/','pt.json',NULL,7374,'application/json',0,NULL,NULL,NULL,1704102783,1704102783,0,NULL),(9780,'60205e66d1b0df5ba95e7716a3a5162f3cd17bc9','3ff70c508369b98a5391f8b15b147e910531f2b8',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/language/','sr.json',NULL,9206,'application/json',0,NULL,NULL,NULL,1704102783,1704102783,0,NULL),(9781,'67b506804fefd6266afb78007d791e51aa3ea443','1d45ef66b68dd941c1e5459de3bca453995a0b1a',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/language/','ar.json',NULL,8508,'application/json',0,NULL,NULL,NULL,1704102783,1704102783,0,NULL),(9782,'38d1ce7a17a0613ad66fd7492e12602e2bd60314','dfdb3be73564a0024b94964f3e2f3b6cc68667b7',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/language/','mn.json',NULL,9545,'application/json',0,NULL,NULL,NULL,1704102783,1704102783,0,NULL),(9783,'e796fd6a5fbe52a078958a17f25180472ee4b1da','fe19ce8cc090dac2407d8f587c8a1cfd6b869d22',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/language/','ko.json',NULL,7194,'application/json',0,NULL,NULL,NULL,1704102783,1704102783,0,NULL),(9784,'428dd8983a25a86fd04e5f781ab62a5e1219647d','61c464ba2620c5f5ccdd5b2679a36e4c93725883',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/language/','de.json',NULL,7312,'application/json',0,NULL,NULL,NULL,1704102783,1704102783,0,NULL),(9785,'2be163702074bd15dad6b9f2fa046a855eca9bd2','e64b29f7810cda9121e9c01938caf988a0cc2f74',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/language/','lv.json',NULL,7289,'application/json',0,NULL,NULL,NULL,1704102783,1704102783,0,NULL),(9786,'b37c1a3833dce98cbad70f5632a7928db4d8dafb','b0a24f1c7bffb5de90fdc58a7eb2a00c840f41e4',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/language/','pt-br.json',NULL,7359,'application/json',0,NULL,NULL,NULL,1704102783,1704102783,0,NULL),(9787,'58e938c2dcd4a37cc2025d9c79ba36001807f911','94e6b554b603ff847c3256e4c669c43cbde3301e',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/language/','gl.json',NULL,7307,'application/json',0,NULL,NULL,NULL,1704102783,1704102783,0,NULL),(9788,'31776882b1069ac0fdedd5006025a7e484b882ab','2132fbc8b1f68e3aa57ba5ee52e5a1d87a27bf3a',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/language/','es.json',NULL,7378,'application/json',0,NULL,NULL,NULL,1704102783,1704102783,0,NULL),(9789,'2900b538901e40f2fb539f9c94f56803da3f2a24','e85ae0c5f13c0a6ad6439d5896f1ab99827e85b5',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/language/','sl.json',NULL,6945,'application/json',0,NULL,NULL,NULL,1704102783,1704102783,0,NULL),(9790,'3382c3b036f41b4eb803234df5ff7337defae8bc','6a8ccbea90ab61f33e869daf1c94e96e036e0912',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/language/','es-mx.json',NULL,7369,'application/json',0,NULL,NULL,NULL,1704102783,1704102783,0,NULL),(9791,'2edc29fb1179c13cf22375e270f3848b981bd532','3a515262135a982458dbbe7d742310a299176de8',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/language/','sw.json',NULL,6901,'application/json',0,NULL,NULL,NULL,1704102783,1704102783,0,NULL),(9792,'41137a7b4569454ce53b2006350d819da57c3aad','4a265dc3ea7d3c56164cd28f5a438afa48e9fbba',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/language/','fr.json',NULL,7560,'application/json',0,NULL,NULL,NULL,1704102783,1704102783,0,NULL),(9793,'cedfd6c78857c0ed5e137ef80913a1fa096de240','842e92c9c3963b6091361f4fa87e58c75be12370',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/','package-lock.json',NULL,244077,'application/json',0,NULL,NULL,NULL,1704102783,1704102783,0,NULL),(9794,'a0ffabd31dbe4e787aa42f7383948d4c818b5a2f','41128c3435f97898d716dd548411e60063840b87',1,'core_h5p','libraries',128,'/H5P.SortParagraphs-0.11/','icon.svg',NULL,4951,'image/svg+xml',0,NULL,NULL,NULL,1704102783,1704102783,0,NULL),(9885,'479c14fa7082854bae0da635795f4c483e3b5166','07a9a6a0dbccc16cf7bdc6402f15d5964d6fea74',1,'core_h5p','libraries',70,'/H5P.Question-1.5/styles/','question.css',NULL,7815,'text/css',0,NULL,NULL,NULL,1711974748,1711974748,0,NULL),(9886,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4e21b09a014b4064b5ef61c6e36b47dcc12c5b0b',1,'core_h5p','libraries',70,'/H5P.Question-1.5/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1711974748,1711974748,0,NULL),(9887,'da39a3ee5e6b4b0d3255bfef95601890afd80709','45e4f775aebb7e10269d61f6d971c46ac76b2bef',1,'core_h5p','libraries',70,'/H5P.Question-1.5/','.',NULL,0,NULL,0,NULL,NULL,NULL,1711974748,1711974748,0,NULL),(9888,'da39a3ee5e6b4b0d3255bfef95601890afd80709','67d9ce66b90082fd7611a6975db9e6e878c8b7c1',1,'core_h5p','libraries',70,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1711974748,1711974748,0,NULL),(9889,'e5867fd0730266fa21cc4cd47de8d593611743a8','3b596e6a12990ae39b02b8639c14a9cafd6a73a2',1,'core_h5p','libraries',70,'/H5P.Question-1.5/styles/','explainer.css',NULL,1434,'text/css',0,NULL,NULL,NULL,1711974748,1711974748,0,NULL),(9890,'e83342922a6cacdd4ca8aad38affa86a9295fa97','2ff3d870b7a55a3e37a8e2583dd50de3724e2611',1,'core_h5p','libraries',70,'/H5P.Question-1.5/','library.json',NULL,774,'application/json',0,NULL,NULL,NULL,1711974749,1711974749,0,NULL),(9891,'16bbce21f7aca0db2d1a19ef6e2b15de81c0171f','cba8f908e8030d6e529eda9a6d78a0df134b1e63',1,'core_h5p','libraries',70,'/H5P.Question-1.5/images/','plus-one.svg',NULL,1352,'image/svg+xml',0,NULL,NULL,NULL,1711974749,1711974749,0,NULL),(9892,'da39a3ee5e6b4b0d3255bfef95601890afd80709','74f5612ec53e2a32b3cb6a01dcbb51a35251214f',1,'core_h5p','libraries',70,'/H5P.Question-1.5/images/','.',NULL,0,NULL,0,NULL,NULL,NULL,1711974749,1711974749,0,NULL),(9893,'6fb05dfcf6a5e69ee6a0c883039d9dfec04ffe02','b7931da0c8924e509e9cb6d64fbebdbf88c14eca',1,'core_h5p','libraries',70,'/H5P.Question-1.5/images/','minus-one.svg',NULL,1217,'image/svg+xml',0,NULL,NULL,NULL,1711974749,1711974749,0,NULL),(9894,'e93f3c006814357bc8054ed20865526ac97902c7','09344f8717d510885ba542f57059d94a9e2bcf26',1,'core_h5p','libraries',70,'/H5P.Question-1.5/','README.md',NULL,3728,'text/plain',0,NULL,NULL,NULL,1711974749,1711974749,0,NULL),(9895,'512adcffeb417fab9d92f0706f653a75e4da0db5','1e8004e645cda3f39dd6e067a92d0b23068f8c23',1,'core_h5p','libraries',70,'/H5P.Question-1.5/scripts/','explainer.js',NULL,1956,'application/x-javascript',0,NULL,NULL,NULL,1711974749,1711974749,0,NULL),(9896,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3c17943a5946b39d20c182d034c786040217d47e',1,'core_h5p','libraries',70,'/H5P.Question-1.5/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1711974749,1711974749,0,NULL),(9897,'edfbca6851ac5b86ff169c9bb70bfaaf81ab8dcb','7f0b1120b9d5019c071a76f0f0a49d6108b0156c',1,'core_h5p','libraries',70,'/H5P.Question-1.5/scripts/','question.js',NULL,54802,'application/x-javascript',0,NULL,NULL,NULL,1711974749,1711974749,0,NULL),(9898,'9958e047571c4077873e307d5dd1c086402dc468','3aed21649d2715956130fcc9175fb3b9d65fcbf0',1,'core_h5p','libraries',70,'/H5P.Question-1.5/scripts/','score-points.js',NULL,1887,'application/x-javascript',0,NULL,NULL,NULL,1711974749,1711974749,0,NULL),(10030,'4b087c4b06bd5470245f21f21dd43d69c463fe91','cb75ff6263cf137668665d2a86057de5ed7a7e43',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/','upgrades.js',NULL,549,'application/x-javascript',0,NULL,NULL,NULL,1711974760,1711974760,0,NULL),(10031,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0915c15d1e3eb9bc7e2a5c348113a14a0794af49',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/','.',NULL,0,NULL,0,NULL,NULL,NULL,1711974760,1711974760,0,NULL),(10032,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ba20d5d0b0d6a23f423049233ca69e76e59380bd',1,'core_h5p','libraries',150,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1711974760,1711974760,0,NULL),(10033,'829a70d4beef0d2953ced29cffac510ac9dbf549','80cf124c1bcf8ff4813a589fca321454b62eb95a',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/','library.json',NULL,769,'application/json',0,NULL,NULL,NULL,1711974760,1711974760,0,NULL),(10034,'97fc12a985a26cb17a6e3ddd567ef85a52193db2','42d3e2843d692a98b8cc1179a5ef65710a681fa7',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/','semantics.json',NULL,6382,'application/json',0,NULL,NULL,NULL,1711974760,1711974760,0,NULL),(10035,'796143f1cf4ca3c27e38578382a18e90c6ffe3d9','0b3e910c70ec6799768edc582b4bb5d48165886d',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/dist/','8e90743bf9f0b5f8e572.svg',NULL,1936,'image/svg+xml',0,NULL,NULL,NULL,1711974760,1711974760,0,NULL),(10036,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ec3f6538bee775b648e5899050a9a24e0e462be6',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1711974760,1711974760,0,NULL),(10037,'9c2ceee405a2eb8b4fedf11b9d3f33ea6fe8d01b','e7dff0a2e51ea1157ae12f57304c6472e2070217',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/dist/','469a40508d1c3684b6c1.svg',NULL,1398,'image/svg+xml',0,NULL,NULL,NULL,1711974760,1711974760,0,NULL),(10038,'5782c2c4594281cf6fa898c3815107d1a44eab2d','c1fe909febeb1e622503f2b61f4551c284bae460',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/dist/','h5p-cornell.js.LICENSE.txt',NULL,59,'text/plain',0,NULL,NULL,NULL,1711974761,1711974761,0,NULL),(10039,'0a4d7104a97d5dc073ad142d9c3c35ae137b8b2f','0f15e1f8d95be38c0b7edd49365fc56f33d672b9',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/dist/','h5p-cornell.css',NULL,7315,'text/css',0,NULL,NULL,NULL,1711974761,1711974761,0,NULL),(10040,'3d4b202d0c18faccf529054a57c078c68b04785b','a2a51e917d646d16cb8c6993acfb7ec52f0be927',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/dist/','h5p-cornell.js',NULL,99350,'application/x-javascript',0,NULL,NULL,NULL,1711974761,1711974761,0,NULL),(10041,'4b4935ec871b549cdc09392eb304aea64acb7640','e418ac8e06b42f622ea3b615efd13eeec92f4c65',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/dist/','170d1633b96640aadc84.svg',NULL,1848,'image/svg+xml',0,NULL,NULL,NULL,1711974761,1711974761,0,NULL),(10042,'8dd5853578b4c9665e5b118ffcd28364503074f5','d56eb95084138ae766babb3a1568892e7de3e9a4',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/dist/','10d26b9748a35fed5a6d.svg',NULL,1435,'image/svg+xml',0,NULL,NULL,NULL,1711974761,1711974761,0,NULL),(10043,'d3862683bf4321e31f3846e877e1684a90caf51e','e1edec54bf1fda7d4740d1306229812f46015351',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/language/','lt.json',NULL,4112,'application/json',0,NULL,NULL,NULL,1711974761,1711974761,0,NULL),(10044,'da39a3ee5e6b4b0d3255bfef95601890afd80709','207f3b8b599b6c7690ec3eddf32ff0054d5d7fd5',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1711974761,1711974761,0,NULL),(10045,'95b9374000fa66d118dffaca654d918d93b87dfb','18b72ba9448ac18d46640c9d71f876740b77d3f5',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/language/','el.json',NULL,6072,'application/json',0,NULL,NULL,NULL,1711974761,1711974761,0,NULL),(10046,'89dd7b0b1628e30493519088863b61951ec603b6','0c769110da1952ed63b2abd6cf2499158d6801ad',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/language/','eu.json',NULL,4019,'application/json',0,NULL,NULL,NULL,1711974761,1711974761,0,NULL),(10047,'4d24c9092d6810d44bd7c621cd7dc84f3780faec','3dc2bc626578dbc20e4fe1bbe4e0e7b48550a25f',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/language/','nl.json',NULL,4192,'application/json',0,NULL,NULL,NULL,1711974761,1711974761,0,NULL),(10048,'8843138ef58ee321abf9cfebf7f0c0cbe3c4e91b','111d5b4ca607f6cb1d9bf0e2887e2cfda666aadf',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/language/','pt.json',NULL,4086,'application/json',0,NULL,NULL,NULL,1711974761,1711974761,0,NULL),(10049,'6f95679495d7532063316747f95522b2050c1041','ac043c65273785ec21f8edc4c19100efdb7f05aa',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/language/','ar.json',NULL,4529,'application/json',0,NULL,NULL,NULL,1711974761,1711974761,0,NULL),(10050,'ec62d553f00c079343e9676a1c811454ecce0a01','57fe0fc7768273616f2f7ef2facc0b41ad058858',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/language/','mn.json',NULL,5487,'application/json',0,NULL,NULL,NULL,1711974761,1711974761,0,NULL),(10051,'e19df18dbbf1c23aab8060bc3d29484703b42c99','f35e765bd783d12c3bff5c388f85f29a25dce3bf',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/language/','ko.json',NULL,3842,'application/json',0,NULL,NULL,NULL,1711974761,1711974761,0,NULL),(10052,'94e8124e0b7694e023a6f87a1cc366af8806c6a7','ff03224fc3f089153cf0170a9ce5181243b91c57',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/language/','de.json',NULL,4389,'application/json',0,NULL,NULL,NULL,1711974761,1711974761,0,NULL),(10053,'0bc0f392c30bb96e0bcb1ee28867a3a2adc97852','5c286313bbb7810172950315f9fb8dc94a02eb5d',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/language/','lv.json',NULL,4121,'application/json',0,NULL,NULL,NULL,1711974761,1711974761,0,NULL),(10054,'c535d8653b42cfcb6571823698c02e469ebeccb1','ccfd8f08069a9b7827e4c53883f0e8ec56b7d8dd',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/language/','pt-br.json',NULL,4231,'application/json',0,NULL,NULL,NULL,1711974761,1711974761,0,NULL),(10055,'dcf1412bbff794ac99ae132b65b7490f85b94464','a6fab48c13220f9998cc6b6588f7cbb84abb3fbd',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/language/','te.json',NULL,7548,'application/json',0,NULL,NULL,NULL,1711974761,1711974761,0,NULL),(10056,'9c2b00d12f2a6ec1a501b505594fd3a607e62288','55a458e994dd23206477cda48bc919600e146673',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/language/','gl.json',NULL,4211,'application/json',0,NULL,NULL,NULL,1711974761,1711974761,0,NULL),(10057,'1de04bdace4d7c8e93d4cb5fce28c51882e98f1a','e4ae327c4b719f7ac513e6aa5e87753ad4e7274b',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/language/','es.json',NULL,4279,'application/json',0,NULL,NULL,NULL,1711974761,1711974761,0,NULL),(10058,'70973fb07a9a04b2dc30c78f6dfa8bf324e2dca9','afd7a32623b7930d0c1f92e2f54eca49b1bf8d45',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/language/','sl.json',NULL,4062,'application/json',0,NULL,NULL,NULL,1711974761,1711974761,0,NULL),(10059,'d84693dd27df028eab18e3cc68b7ca7c5c5ad7a0','d322d260e4ddb42381a51014ef8f0cc15b36bce4',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/language/','es-mx.json',NULL,4463,'application/json',0,NULL,NULL,NULL,1711974761,1711974761,0,NULL),(10060,'89e8756ff0500c280f700f16a86896d8fa3492f5','631c17f558fe49b1b35ca6fd764ae94acfd245fe',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/language/','sw.json',NULL,4043,'application/json',0,NULL,NULL,NULL,1711974761,1711974761,0,NULL),(10061,'7a50bf4255f1d815758b8ed5654c2ca9779126f0','243fce66fbffbb834f363a23184f8d50ccbe883e',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/language/','fr.json',NULL,4271,'application/json',0,NULL,NULL,NULL,1711974761,1711974761,0,NULL),(10062,'a7ab70a121653f1433b7ea57c08201a94d07b262','90b7804021f488ea715ef60a304df263f654293e',1,'core_h5p','libraries',150,'/H5P.Cornell-0.3/','icon.svg',NULL,2352,'image/svg+xml',0,NULL,NULL,NULL,1711974761,1711974761,0,NULL),(10127,'2d8419fa3ec0ab7d38ccd0e291c97718efd8bc44','320388d090fdbd9f55094f30c6b8423cbb779008',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/','library.json',NULL,1185,'application/json',0,NULL,NULL,NULL,1711974766,1711974766,0,NULL),(10128,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1fd2a7883c4f73c2c29a58d400a68780cbf7fd80',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10129,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2c128f0da28fd8081051dd4eb889ee8a863092b7',1,'core_h5p','libraries',140,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10130,'f3f6025b6004495957f6410ba5cfa84132d37fea','8aa8ee1cd28ab093ad4575e0ea4b71517abbd544',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/','semantics.json',NULL,11690,'application/json',0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10131,'a0e3fa88c61153b6a4e67c669ab3f2990649f477','e52322d65d76a0c5a135748d6dcb0fdef77cf0ce',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/dist/','h5p-structure-strip.js',NULL,22673,'application/x-javascript',0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10132,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1d694d1743b91cd189bdedfafdd7c711df3e67a3',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10133,'ad4b5e42e2211ec6724556abca1e77084458de56','19477740298b46ae993a31246f4c063dd0b41f93',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/dist/','h5p-structure-strip.css',NULL,6354,'text/css',0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10134,'620cdce2f7e6cde469ff1ab8f22d577b10d41a79','57cc0404e112b899f38b17757664527463ee938b',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/dist/assets/','close.svg',NULL,401,'image/svg+xml',0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10135,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9ae37b6858199f752a25361b2c8914775c817c20',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/dist/assets/','.',NULL,0,NULL,0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10136,'0b9be1d89a6ba33f5ddfe270e319126208ae90af','613757dc7ea1caa130bab7d2b79263d3e06c8e9a',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/language/','lt.json',NULL,5834,'application/json',0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10137,'da39a3ee5e6b4b0d3255bfef95601890afd80709','acf6d5e09ba50dd67d14b2b6ca75c1f1c7862060',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10138,'bb3a7d6d9a015be4f845708250e03ef10473fdd3','4254d60e406a3490a4e65a7986354f8baf9e5cd6',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/language/','el.json',NULL,8660,'application/json',0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10139,'69d758e96bd2eda473d90ed0d6390f48c3dfc898','cc31e7c44ec463a43d81faf8689b5b307420ca09',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/language/','eu.json',NULL,5802,'application/json',0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10140,'bf65ce336c7028fa25751332b6c282aad6fb1b3a','93112179e1329b9261338ed388d87cc0191827d7',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/language/','nl.json',NULL,5845,'application/json',0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10141,'34fb9cda9685a183606fb71d699f80167bbbe7a4','7c6a35af10faa88a3a217d3e2f361aeca531e43a',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/language/','pt.json',NULL,6039,'application/json',0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10142,'bf239b1d33eecbc22eb9922a1eceadb60563e0ef','69551c55fc7449adb0e513ab4d5af5342d45333a',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/language/','ar.json',NULL,6682,'application/json',0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10143,'a1174997cf2f808e22265ba32d795a30c9ff8286','7554b00935384388c2862a50cfcd5eb8b1171d7c',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/language/','mn.json',NULL,8088,'application/json',0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10144,'d63094431be3a5ef751a9a0a5774df3e2717e5c6','d9bcb5b31e01b30bbc079755ea4032c10ca7adf7',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/language/','de.json',NULL,6022,'application/json',0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10145,'ee1abd9eb58851de827ccd8ae40ec0357605f846','5af56d446d428fd246d9831ac16dd1b7d695eab5',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/language/','lv.json',NULL,6141,'application/json',0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10146,'5cc2503d7873a1859004d5837c69eac93d7ffe22','94f1a2b2cfb8b118fa0f1b134f6afafb451e489e',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/language/','pt-br.json',NULL,6018,'application/json',0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10147,'e0ff5c774c17b4dee9789b7a3ba8dcaaeab4fd39','c96888cb33974a47b0869988f4085bcf31667524',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/language/','ka.json',NULL,10903,'application/json',0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10148,'5125b47f9babb0fb1881bf19dfc42319f20b6008','d4ab34642ed387a2654bde124f235bec308ccab7',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/language/','gl.json',NULL,6087,'application/json',0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10149,'7c97f0f0ae187827c70018d8faad855637883eb2','cdca981d735ec4b5f5ea0cda951a30ba13d81547',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/language/','es.json',NULL,6232,'application/json',0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10150,'7bb26a8114fd85e51a7d350d92f47aaa9e824c17','c3bdff25c35860aa93fa06703d439cacaf9c42a7',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/language/','sl.json',NULL,5698,'application/json',0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10151,'d57927cc804a0065353f663d185a5bb7177b5058','b9922c6b0845347c661fe1882ff37cfc477caaaf',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/language/','es-mx.json',NULL,6307,'application/json',0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10152,'611740124a6692649c118005b3404a1a4ee24065','540e632050507c0ac49d8c633b9bf37ee217d71c',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/language/','sw.json',NULL,5964,'application/json',0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10153,'56509f3f4b6da777d6d303f994b934253aedc229','f34a2776812bc8184066e72412ce3bc6ff153118',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/language/','fr.json',NULL,6136,'application/json',0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10154,'e3a54d8e7417c2d8eebff06432515f00d8fead88','ad66ad816154e2aecc5636b4d35cd7e7a77412ff',1,'core_h5p','libraries',140,'/H5P.StructureStrip-1.0/','icon.svg',NULL,5888,'image/svg+xml',0,NULL,NULL,NULL,1711974767,1711974767,0,NULL),(10156,'b78268d5f6ef5896033e4e5a690b0fa185ad78d2','f5c288ec836e3236fad6bc8bdc0fae6ddb9b904b',1,'core_h5p','libraries',151,'/H5PEditor.GameMap-1.1/','library.json',NULL,735,'application/json',0,NULL,NULL,NULL,1711974770,1711974770,0,NULL),(10157,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9b882584bf4ae1494c63a741a101e47f87a17ae9',1,'core_h5p','libraries',151,'/H5PEditor.GameMap-1.1/','.',NULL,0,NULL,0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10158,'da39a3ee5e6b4b0d3255bfef95601890afd80709','6cc2618308250d736079b278ba3dafe4d2bb27d7',1,'core_h5p','libraries',151,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10159,'d9caabe7b483b4d94dfdba9d8451577ef6ee6cbe','5052b9fe2749ca2ffd4089adaf59e31ff203d2a5',1,'core_h5p','libraries',151,'/H5PEditor.GameMap-1.1/dist/','h5peditor-game-map.js',NULL,134199,'application/x-javascript',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10160,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8c04d0a129b4803a742510f4359edc5923437ccf',1,'core_h5p','libraries',151,'/H5PEditor.GameMap-1.1/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10161,'0490d5ac4ec869a86c8f42b6066be2d9bb62aca9','beb8a4f9b6a3f293695778d21b7055c2463317f1',1,'core_h5p','libraries',151,'/H5PEditor.GameMap-1.1/dist/','28123c77f1a3dfbd7891.svg',NULL,7482,'image/svg+xml',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10162,'4a3f7c2ba5e0fe0336574f5b0706c3b05823fc84','c53200f6f84e598aa37b4d1ceeb598af5547bc2a',1,'core_h5p','libraries',151,'/H5PEditor.GameMap-1.1/dist/','021f57bb1bad0d5fc55e.ttf',NULL,4044,'document/unknown',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10163,'0bdd1f7e6d5da2e1e76917ae41dbb2366cf1d14c','40831b140f606c7c5a4965278dcd49a10c23d7d3',1,'core_h5p','libraries',151,'/H5PEditor.GameMap-1.1/dist/','h5peditor-game-map.css',NULL,10630,'text/css',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10164,'8b5533230eedc64884380dd7008cd08a8c53702f','83c87a3bf61f92ed0e8195412399897edfbd3e87',1,'core_h5p','libraries',151,'/H5PEditor.GameMap-1.1/dist/','9242079eec4faeaa935c.woff',NULL,2432,'application/octet-stream',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10165,'a311485524f6de86a58d9ff3b90445e08ecb75d5','5ec3b6007c9c2e8a94af14e691ee20b430fd0f45',1,'core_h5p','libraries',151,'/H5PEditor.GameMap-1.1/dist/','5be6bb7fea75a6ed2c3a.svg',NULL,763,'image/svg+xml',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10166,'5782c2c4594281cf6fa898c3815107d1a44eab2d','1b8f551d711b57c80112920616ca8540019fe9c5',1,'core_h5p','libraries',151,'/H5PEditor.GameMap-1.1/dist/','h5peditor-game-map.js.LICENSE.txt',NULL,59,'text/plain',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10167,'6461bf493e93cf336ee5b1cab9e6696debb62024','7c0b988c0875ac4e6479693954e254dab19327d3',1,'core_h5p','libraries',151,'/H5PEditor.GameMap-1.1/dist/','63f8bdad86b71d6da1f6.eot',NULL,10504,'application/octet-stream',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10168,'fe7205ce042ded4bcfc51f4a681ceaab486b167d','7b871a2c29ce312d8a5854a53664ca09b5cf4ded',1,'core_h5p','libraries',151,'/H5PEditor.GameMap-1.1/language/','zh-cn.json',NULL,877,'application/json',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10169,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1144229e4aaba11c2119f165522bbcdda40a7f3d',1,'core_h5p','libraries',151,'/H5PEditor.GameMap-1.1/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10170,'5063b40b2f0f4254667dd27e9cac7a327921aae0','00d54fa598cb9d1abd0f9a32b4898179f69816a5',1,'core_h5p','libraries',151,'/H5PEditor.GameMap-1.1/language/','lt.json',NULL,965,'application/json',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10171,'fe7205ce042ded4bcfc51f4a681ceaab486b167d','d823b2a0ebf92aa234e8463ea7ca8601164d02a4',1,'core_h5p','libraries',151,'/H5PEditor.GameMap-1.1/language/','zh.json',NULL,877,'application/json',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10172,'d3b8bcc9d40ea623bd205a2d09c9b4fa83168267','d0a8a899aa631498921a7329180836b3d4ae815c',1,'core_h5p','libraries',151,'/H5PEditor.GameMap-1.1/language/','el.json',NULL,1306,'application/json',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10173,'519f4968a53efd724f560deaf259ca7ae8d80b0d','4d6365567998eee0ae4b26d7407816583b0df5dc',1,'core_h5p','libraries',151,'/H5PEditor.GameMap-1.1/language/','eu.json',NULL,939,'application/json',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10174,'fe7205ce042ded4bcfc51f4a681ceaab486b167d','37b65506f19517d63062820a91521133bf0648ef',1,'core_h5p','libraries',151,'/H5PEditor.GameMap-1.1/language/','zh-hans.json',NULL,877,'application/json',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10175,'1a7f3d2b7a8dfa3771581f188d59cce883a70068','07468ff8aa23e73c8ed99be67d219b64f6fcb988',1,'core_h5p','libraries',151,'/H5PEditor.GameMap-1.1/language/','de.json',NULL,967,'application/json',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10176,'4b6b61334f416382780c337f5d97e01551a48abc','f598b610769d30a38fb4b879a6766291c693c46e',1,'core_h5p','libraries',151,'/H5PEditor.GameMap-1.1/language/','en.json',NULL,905,'application/json',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10177,'b853b8b3b83332a7d101c6c9876821b347b3dc9b','98723e8ae5e3dca3b9e639075b3dcebf4bea02e3',1,'core_h5p','libraries',151,'/H5PEditor.GameMap-1.1/language/','gl.json',NULL,942,'application/json',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10178,'65758ceb66eedaf8e5381fef3c6d2cfb9a5fc54f','eecdebdad380bd44a32eb3d801040bd581217f44',1,'core_h5p','libraries',151,'/H5PEditor.GameMap-1.1/language/','es.json',NULL,986,'application/json',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10179,'5db84745ebd1d708d65fd3aeb528b3863779b852','b8d19ee3fe44186a7906f2cf56f7efd6607f1e8c',1,'core_h5p','libraries',151,'/H5PEditor.GameMap-1.1/language/','sl.json',NULL,879,'application/json',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10180,'d7e031eb71efe9cf3d4a00cdbc7ba1d6597e07c1','af24a62825e713c84c56e056231be513d8a30daf',1,'core_h5p','libraries',151,'/H5PEditor.GameMap-1.1/language/','es-mx.json',NULL,992,'application/json',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10181,'539e283202d90304c661203cb6f762ce180ef791','216ded4fb00ca1999f45e161c3e3e3144156ba45',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/','upgrades.js',NULL,3551,'application/x-javascript',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10182,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cc748ff3239e593f15fe0e92105a5c637a6c0e1b',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/','.',NULL,0,NULL,0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10183,'da39a3ee5e6b4b0d3255bfef95601890afd80709','fa36a9631c6d2167b66d4b9fcc6ef3240cf8460b',1,'core_h5p','libraries',152,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10184,'113fe52d96c7c30fed1f3d4d55ecc6bc4bda86ee','0df3403e58d69bd27685c26df9dae05833f4b295',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/','library.json',NULL,1332,'application/json',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10185,'4bcf2059ad4ec4a9555d1e1d76cb485ef449ff8d','20cf7d6e206d0e1fa9c259834114709c19af88fc',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/','semantics.json',NULL,39771,'application/json',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10186,'73a45db41371a45bbee4f379635b564dfc69d494','3d150facf1e73bbd5224c3d860766efa9d8f9787',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/dist/','f95bd8381fab0ea1d4ee.woff',NULL,2008,'application/octet-stream',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10187,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d34d018498149613a6d339e0291b21d53f333970',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10188,'b5ea111b8b33a3c9202b3ee678b84a5c5967894a','de7f3b8713e3c6e59f9061d73bff9a64a2745e42',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/dist/','h5p-game-map.js',NULL,234548,'application/x-javascript',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10189,'96d86f4c3704a583a14121959c3f25f30fab0291','805ec2b627a75c145f92e317e40524174f0e9a34',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/dist/','748ec8f4029b8c30962b.ttf',NULL,3360,'document/unknown',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10190,'c4a6ff5b381e49e791ec51649a05c7b761cf3737','309443aae6181038c632cbdc5dd90322668236a7',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/dist/','e3d31b16dd69b9305140.svg',NULL,6202,'image/svg+xml',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10191,'2cc759e083ea1d6caf5f95feb3653b1861a7d947','3eee63efb1e4d635a74bf1abc11303213e56bbfc',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/dist/','0e8f51293124a70d6c84.eot',NULL,4459,'application/octet-stream',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10192,'8cf3e17081bf367bb33d990d1bb9bd04530a9054','35054d03783aeda1cbd02e310394434b887490a2',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/dist/','h5p-game-map.css',NULL,28765,'text/css',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10193,'5782c2c4594281cf6fa898c3815107d1a44eab2d','9ec2e682a394721b603baad6e29552f15501d98e',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/dist/','h5p-game-map.js.LICENSE.txt',NULL,59,'text/plain',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10194,'b619965b52a8d34b07d830f999c0104e191c5223','daf9d3551c5e066a0c77aea8d15f05427d050540',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/language/','zh-cn.json',NULL,20303,'application/json',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10195,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f718e124def62713eacac0ace3b938487738405c',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10196,'8a3fb54f6cff3ed0259f071ddda330d9dc786252','1b89eb3492c0f3d9d4fa9da902551f862a67de06',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/language/','lt.json',NULL,20968,'application/json',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10197,'b619965b52a8d34b07d830f999c0104e191c5223','87a090759378ef7cff701250ecf3699800813e3d',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/language/','zh.json',NULL,20303,'application/json',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10198,'ca56ff39e4522d47a7065dff1769e73986a6ccff','d722f7d9317144907aceed257bfff09f1c6c3b8c',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/language/','el.json',NULL,31545,'application/json',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10199,'f099878aaad8e1e09ef69ead44b5024d1774c936','79011227ccdac666657c788eedda7d7ae0d8b28f',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/language/','eu.json',NULL,21662,'application/json',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10200,'b619965b52a8d34b07d830f999c0104e191c5223','3831de90cc62baba2fb756a3e35a5447719e10a3',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/language/','zh-hans.json',NULL,20303,'application/json',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10201,'4bdbc129b3f59b1115708353859c308ad9909c65','90cc712bd4e819c3667defa3f4c994c820b9e2fc',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/language/','de.json',NULL,23245,'application/json',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10202,'bb910731c76183b0d1aa8291c6a05060652fbd09','b0a1a058f03e7f87e7bf0a93a3dac6d8feb15a84',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/language/','it.json',NULL,20879,'application/json',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10203,'10a7b9f825a4ad9ea3622a3aa2dcb7cf0304e865','68ec6ff5ca057d32b77c01b3cd724fcc52bfc971',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/language/','gl.json',NULL,22442,'application/json',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10204,'349f7c0160c425fc5687616aab10b9d6df1c04ac','7251886f8595713c92c7ca76fef140e4d9fad8aa',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/language/','es.json',NULL,23048,'application/json',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10205,'331d588f3aaffaa2b301ce2da95be1923a9081d4','83e2215472dffed1baf2fb8511c85ade231a65e0',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/language/','sl.json',NULL,21325,'application/json',0,NULL,NULL,NULL,1711974771,1711974771,0,NULL),(10206,'c6ba991d08e3e093f81fff6b22eb23873766563f','80adccd450a80c46372fa95299532f02bf9403cc',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/language/','es-mx.json',NULL,23031,'application/json',0,NULL,NULL,NULL,1711974772,1711974772,0,NULL),(10207,'36557de250a6285550f8e0464337e448763f63b4','53e4a0d2e082505fca1d9952595482cec8e5da5e',1,'core_h5p','libraries',152,'/H5P.GameMap-1.2/','icon.svg',NULL,7094,'image/svg+xml',0,NULL,NULL,NULL,1711974772,1711974772,0,NULL),(10257,'79330bea50923e00d2d933565390e3f80ef09de7','806c5e713117bdd12dc067cf3151d6dc86093f0b',1,'core_h5p','libraries',19,'/H5P.Column-1.16/styles/','h5p-column.css',NULL,2253,'text/css',0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10258,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e71fc231ed2b1f6eac72d311143dfcadc8cf52c0',1,'core_h5p','libraries',19,'/H5P.Column-1.16/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10259,'da39a3ee5e6b4b0d3255bfef95601890afd80709','29e91ccba1e87df4e10c65cd7ea7e85601b252ff',1,'core_h5p','libraries',19,'/H5P.Column-1.16/','.',NULL,0,NULL,0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10260,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8d1eb5ffa36c1d8e3635b718604355bd286a5ab3',1,'core_h5p','libraries',19,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10261,'c7755bfe4d242c5197e1546722f1cc020ff10590','5004368abb261a2ae748e0a7ab8eb5eac794bd4f',1,'core_h5p','libraries',19,'/H5P.Column-1.16/','upgrades.js',NULL,1443,'application/x-javascript',0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10262,'71498e9dd01628e5f0d796bb07fd58576e8cac8d','19685fb2ac4937fe6c4bdabcc87239bf841ef275',1,'core_h5p','libraries',19,'/H5P.Column-1.16/','library.json',NULL,549,'application/json',0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10263,'80ae2562a01161a274d566a919920cb274edd50b','38e76a8706edfb1232757b620a514328733d0d6f',1,'core_h5p','libraries',19,'/H5P.Column-1.16/','semantics.json',NULL,2173,'application/json',0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10264,'6bd0b88d844d6639e556944b6ad7490594fe47ee','e146e823c02c3b32fae1a5195319b9ffd3f0909a',1,'core_h5p','libraries',19,'/H5P.Column-1.16/','README.md',NULL,1191,'text/plain',0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10265,'c2d09a03ea9cb439c7b1663e99da894f6b7c29a7','9da69ff1b32bbf29c0323232d8a74762dce151ed',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','sme.json',NULL,588,'application/json',0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10266,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2a22b215af7c075caa23c0bf4b4749d801b1c00c',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10267,'1d7f63d91b2e696e07ddf71d5eafb6faae957d67','8da8265b760bf5ca416bbfecf17c5de710cf4204',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','ja.json',NULL,610,'application/json',0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10268,'6dd5fe66744e24a57aad65cbfaa4f8fdecd1e8b2','f609c0a995273443bd019f3bcee19cab6327cdc2',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','ru.json',NULL,786,'application/json',0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10269,'4f0d744b8e748cced693768b74673906d732403f','210c5b0841a0b8f1accbaa0676e2bf2a954062cb',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','lt.json',NULL,628,'application/json',0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10270,'1f90ac32640747b493a2d5de9c58b3a54f299e34','469a882a1c94a8048b5b89c6904f2f43b1097836',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','zh.json',NULL,541,'application/json',0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10271,'6627753345ecc429a3d51a2850a6e75698575a6e','b8a948aa633013a73150424d98021bd6ba3ceaf1',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','bs.json',NULL,590,'application/json',0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10272,'91f185a3d79dbd7f17b18133c58f04b395d65041','7e5671d028cd7fe1a0cb133cf1c7d7f2bffe5d06',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','nn.json',NULL,577,'application/json',0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10273,'91f185a3d79dbd7f17b18133c58f04b395d65041','b79465f95a80652379f657655d84844f964d3306',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','ro.json',NULL,577,'application/json',0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10274,'4456b5ca81d9dd740e13134d449f4aa6101c4f58','bc29e5ac12b427a53365f80901c042c2ed632a0e',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','el.json',NULL,739,'application/json',0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10275,'69a19bfc489389097978ceec5f1bc82549ada537','27702d40e79903bee6db94839c310f52c23afe49',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','cs.json',NULL,620,'application/json',0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10276,'c2d09a03ea9cb439c7b1663e99da894f6b7c29a7','c893fdfae5024e81a18cc6fb90f5f62bf1f7df05',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','sma.json',NULL,588,'application/json',0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10277,'91f185a3d79dbd7f17b18133c58f04b395d65041','b447920206ecc89c9b40bb3798d546907a78af1d',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','da.json',NULL,577,'application/json',0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10278,'6d12624b4ccb5a7a2529ef6ba42206a057f7883d','02333f9e420a220a63508df5be430fbe665ece24',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','eu.json',NULL,615,'application/json',0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10279,'63b3af3f5b6fa9aa9204c2824131e67068b90ade','224ce5951ab0918b628539936dc8a55cfbf19e01',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','nl.json',NULL,608,'application/json',0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10280,'f9e92ff6ef3c83906cbdc157529251f9a8a1833a','b51863f0c716573913ad7e2f15cb93863b02a541',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','ca.json',NULL,669,'application/json',0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10281,'b45955a711165c6efb88a31a75aa5144cce2c36b','f3319ff74378b890889333d8ca351a282d8648d1',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','pt.json',NULL,622,'application/json',0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10282,'8f7ad21122416002c3f057a1823f51cca227828b','587bad97008cba99566f370d755ccf0a61361b9c',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','sr.json',NULL,704,'application/json',0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10283,'91f185a3d79dbd7f17b18133c58f04b395d65041','db58edd94edffba8bba1f33893b38ab1cf97edd5',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','hu.json',NULL,577,'application/json',0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10284,'611aff0c7e8039134d406083db8962cfe964e1ac','1b40ba1916aba2beccb6a9484ef0678e5ed989aa',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','sv.json',NULL,615,'application/json',0,NULL,NULL,NULL,1714566752,1714566752,0,NULL),(10285,'db75938632cb6879536be779388f2cf180d9be1f','1f48e53e799634b2542ffc4bb36eea753d6b675a',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','ar.json',NULL,700,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10286,'4118c9e5958cfd31f9682766d6579c1a6d08c6ea','e385160b4b08f164bb5f725b84ecb3874afe2ffe',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','uk.json',NULL,788,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10287,'9681533adc7e68c10d37b0eb44fbe0c199f97551','d00b7bce73b5d8d8c85a40da2b971edaf2322c95',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','mn.json',NULL,772,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10288,'aa019a05529022fc08dbc191a2683617777d6372','7f0db0ad65742e3eb422d6ca005d48cbc18abed9',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','af.json',NULL,612,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10289,'9a7ee33d3f49c3da3d8799920cd8a3243e5d36a3','259b2ec54fff5ab20c8d1f104b198450a9c52165',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','vi.json',NULL,677,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10290,'a105a4c4f4c6b5487f592f0b14c993021d8c2d2e','09b7eb2a3e8b8128ee7500837465da566c8a1b6a',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','et.json',NULL,567,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10291,'bd2e79bf25c450cd9ccc9f185b6b6e8575220f12','3a55f255b295a73749e06f983888bb6dece156ec',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','nb.json',NULL,576,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10292,'5df77fc0e64a0000452f249b3df98d4d3eceb6fe','dfc56e801125fe1f2e3765628670eadd22835373',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','fa.json',NULL,713,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10293,'a88a37247470155947f471cf9c7b8bc4c272f3cb','589386333d708356002c0a1a78a41efd260b10b9',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','ko.json',NULL,595,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10294,'bb83a5f57b4611a6cab6d1d83ca3cb646060d318','739a29269a0d886ef0db5f59027b04cded3197f5',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','de.json',NULL,650,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10295,'6b0f956e184def25b19f891dac2da464f03cbf52','001735563a654bf3b85373083e3f4bfa0310a15b',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','lv.json',NULL,625,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10296,'dccb761f009cc9629174fa361ededb62f3e28497','f29824947f99515bea6cf5194b0f7786cac0d5e5',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','pt-br.json',NULL,616,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10297,'7dc464e26af54e259aa688c4fc028ca7fa031cb5','420c5b487ef24ff6565749922564a6bcf6603d46',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','ka.json',NULL,932,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10298,'7b244fa6ead99c9eb419bd11dac2cbb3bd895c18','dcae83ef313b1b1a509fe067ba1f980b9104c258',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','bg.json',NULL,837,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10299,'024ad08bcf9be68f43f561c0136fe8141b7a5943','6574483e24c1213fea8257fc0504cc790b4927f0',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','he.json',NULL,624,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10300,'cb239337e8d49eb1d2986d2b36dd09d51aaaa3ae','b76346cc21c7f3d66f704d529121873de76450b2',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','te.json',NULL,929,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10301,'b480ed573abf9b52fc0f1c5a4cb46a72642e665e','1afe4d8798a88da9af7f7419213eecb1d04f747f',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','it.json',NULL,662,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10302,'02d2d877317a067cb98d5cee758032b9f7a50c80','33108c72c27bc5477c1ddf59a1b377b153a134a6',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','fi.json',NULL,551,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10303,'ec57c4451ad3c9166efacf41bdc3df0b7b7c4354','42679296159d74c8d3e8413b2e1cd2f378d167e0',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','gl.json',NULL,605,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10304,'b46c8539f35b9835883308ff46488639ac6eab7f','f592970defa7125e275b5db0e095a000d2e9db8d',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','es.json',NULL,615,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10305,'5b0364a970a46ab63d7bf08315b29e29648ed8df','f15f6d66a7870ffc5bd19c6e449a7b440a194f0d',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','sl.json',NULL,593,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10306,'b46c8539f35b9835883308ff46488639ac6eab7f','fb7a2dc53e42387c3730761115d7f20f4b87d3ba',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','es-mx.json',NULL,615,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10307,'9b0976800abbd335c46ae43e2b77fc4a1fd4d7b8','ec8f34ea8a21b9a3117fd8a29b0fdfbc76e8aa23',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','cy.json',NULL,619,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10308,'606d36b513d8fb3e2297d7d3ced610e4a0258b30','032238e52debc0e2bf4e9b59b8a1abc04bfd1b46',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','tr.json',NULL,618,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10309,'e033df6e5923caf40c712056e2f2286a8cb58e89','d6afacc37370d8c34c5489dce17d1d488df3cc3b',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','sw.json',NULL,611,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10310,'143798addf71b7816bddf5505586701073176a1f','a731b38d2fadde99277c45ede97e60bfc5ba001f',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','pl.json',NULL,624,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10311,'46c92bd2c831d50f20d6decb591065b588397b3e','09433da979f570cb52348db0864f83cd9c77bd38',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','fr.json',NULL,647,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10312,'c2d09a03ea9cb439c7b1663e99da894f6b7c29a7','dccc4dc606f87390fca58cbbf488153d619b18a8',1,'core_h5p','libraries',19,'/H5P.Column-1.16/language/','smj.json',NULL,588,'application/json',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10313,'a53e07f3737f1abd0ec78407c958bda29030be2d','a9a3d23b3321fb4f101c582b198f92e6644a0456',1,'core_h5p','libraries',19,'/H5P.Column-1.16/scripts/','h5p-column.js',NULL,17647,'application/x-javascript',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10314,'da39a3ee5e6b4b0d3255bfef95601890afd80709','dde39441c995d47b0b7a2c7578af3fcc5a09520d',1,'core_h5p','libraries',19,'/H5P.Column-1.16/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10315,'1ff13348f0c16e5034227e32b2a5873ca2223804','6cf8348d5d1ebaf6ee4cb38c50ccd90f1f3a3e1b',1,'core_h5p','libraries',19,'/H5P.Column-1.16/','presave.js',NULL,1177,'application/x-javascript',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(10316,'8278ba6a6e4c15a3f7af8ecc54c7a337fb4758a6','4ae9b483a9d70403f180e4fcea1cec323e311ebe',1,'core_h5p','libraries',19,'/H5P.Column-1.16/','icon.svg',NULL,5074,'image/svg+xml',0,NULL,NULL,NULL,1714566753,1714566753,0,NULL),(14134,'418bc5d9a97f8ef486a4078c906883cb15971bc1','0154455a671c52a83d0c401c10889592d4a7b2e6',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/','h5p.svg',NULL,1261,'image/svg+xml',0,NULL,NULL,NULL,1727786018,1727786018,0,NULL),(14135,'da39a3ee5e6b4b0d3255bfef95601890afd80709','003a917f8b93db171639cebd961726329b893920',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/','.',NULL,0,NULL,0,NULL,NULL,NULL,1727786018,1727786018,0,NULL),(14136,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a8e179a180d25d9ffc9017c7c565bad9cbc36bfe',1,'core_h5p','libraries',58,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1727786018,1727786018,0,NULL),(14137,'825e85cb0140b86c40f26053e5a0e6c53c039716','59ecf7513fff1cba8690ed7df3d39e2432b51fdd',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/','upgrades.js',NULL,1023,'application/x-javascript',0,NULL,NULL,NULL,1727786018,1727786018,0,NULL),(14138,'35aa0816a7b88a709de645f4d234866b645875c8','d14cd75812ff4667e6abe2f306accde549767e1b',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/','library.json',NULL,917,'application/json',0,NULL,NULL,NULL,1727786018,1727786018,0,NULL),(14139,'368254216864ddaf31d18398e72bbd380198ca67','8e0bad3bffbe88fc88567eab05d9ba5981a4cca6',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/','semantics.json',NULL,5239,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14140,'62c7fcfc1a1907d85b1fcf60084b687b6aa4b9cb','5c367ff129ca1112479059e84a12aa195d44c1ea',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/','image-hotspot-question.js',NULL,19190,'application/x-javascript',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14141,'52e0a0e14ebb117dffad9a562f1aa20a935560ba','f383849fcb7b10f65664fba853b6452b0b5fa1ae',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/','README.md',NULL,1192,'text/plain',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14142,'03abd1a495fff7f9f3d08843eee27f8515cd01ba','d18f7f3b74449e4c3859f0b0f473e39758cb19c0',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','sme.json',NULL,2549,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14143,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3d6b6160afc71864105a0f977b9f6ef295de44e1',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14144,'03abd1a495fff7f9f3d08843eee27f8515cd01ba','82234fb6cad6383b017a0ab5bced37fa119c9303',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','ja.json',NULL,2549,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14145,'2eee55dde3782d968410366c4a7b10c06fe82560','176b7bb7d043eaa313a6251304d2ae96a990da28',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','ru.json',NULL,3624,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14146,'b320401f5310ff9fe8ad7927755b10498b24be3c','871a1ce07354152a1237c14c48c1ce075490e64b',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','lt.json',NULL,2823,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14147,'03abd1a495fff7f9f3d08843eee27f8515cd01ba','931d1e788779d5553745d21cdd1a68b15b3208cd',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','bs.json',NULL,2549,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14148,'c2e6e33cc40f41f48a9bcbfe332c0e227da4c360','b52f6fe013fc1de6f4b895dfc9106c3a387d5b78',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','nn.json',NULL,2537,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14149,'03abd1a495fff7f9f3d08843eee27f8515cd01ba','0b9fa33e38c3125b02b9ca8c97064d579c63e608',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','ro.json',NULL,2549,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14150,'a44a3744a871f54c7b39ae3b62b73f20dd93907a','2822224011422efb9f3452df58af7b975464b493',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','el.json',NULL,3688,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14151,'8b9797ecde3f8dc6a5d711ef962b72ee392b2495','288938bfd3c310667bf2a675b3de5cc5211ec6a1',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','km.json',NULL,2615,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14152,'5ed2642a65555922f5d1c2c047a9f1f0b9aeff03','03329dc6c48a5e7c7e7ab9687ad69080682d15ad',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','zh-tw.json',NULL,2498,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14153,'06a36da0c623d8d1d9eb21c8adca3fce5f13bff2','244ea761c88353fd25f48c1f21f995baa8526485',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','cs.json',NULL,2784,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14154,'03abd1a495fff7f9f3d08843eee27f8515cd01ba','eafce1c4f914a86d2121306d2e282410c5f48722',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','sma.json',NULL,2549,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14155,'976c79a2b1a2804547d12e629767564b7fd6b405','3d6590b7e5795a62aa1782ebcf1dff2696eb4ea8',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','da.json',NULL,2538,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14156,'a5b7e0d3fa076a20dd3e001f27675579cf5394a2','54fc6a4102cef6717622ff35f338f13f3522d40f',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','eu.json',NULL,2759,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14157,'40a72a495354ee30f8c4fa2a9907195d2c70647e','4093558e5d0e6f7b2dc36a158ea437934c22368c',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','nl.json',NULL,2706,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14158,'643402e26d8a4e086d3a864f43bcc42aca5e83c1','bc31a6c3ea6f998ed0bc0363e1a3c8af84b97ee5',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','ca.json',NULL,2924,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14159,'be68f39aab541a5e3e44830d01baeff0497b31dc','18e9a35354e1fbfe173c551b1aebae36bda15170',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','pt.json',NULL,2706,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14160,'90553ac8b473ed18f87231c74c4188dba18bba9c','34e1b311ac020896b1a43f2d36597e04fa47a5ab',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','sr.json',NULL,3230,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14161,'03abd1a495fff7f9f3d08843eee27f8515cd01ba','420d53e38ac1e048daa9d86b9367f922739c5d17',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','hu.json',NULL,2549,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14162,'e01bf6698056c2aee39987ce3e802f305f1ea1ff','124b9e5c6c78d3446b80af40a488dc858199e982',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','sv.json',NULL,2684,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14163,'c0e786eb80c9b1241df65a3d4d638938fbb3eb56','5cb138670676c660afeb1c44819252ffef532507',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','ar.json',NULL,3116,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14164,'c860c1549fb0a18af77e87c68f3ee4911bf5e9d5','11353310f2fe7f8526366c47debb35e136f78742',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','uk.json',NULL,3740,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14165,'1176cb62e03d15b5723293a5bfe402ff2c6d9d47','e90e2b6516a32b4db6499bc5b44fdb644b3f3127',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','zh-hans.json',NULL,2487,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14166,'d9a10b0e2e8f042cc0424dcaf3fca61bd051249a','6a4a6dea80a5d65f27da64b536f7c769b72de20c',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','mn.json',NULL,3613,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14167,'62aea8dd683c79f0e05010bbb414efc8533fb26a','272f160ae4776dfa4c754e28c6a58c442538a39b',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','af.json',NULL,2686,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14168,'03abd1a495fff7f9f3d08843eee27f8515cd01ba','1bdf56c30a40c4f63693597964c554290761e7a8',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','vi.json',NULL,2549,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14169,'68969debeb8e77c05a7e0394a3d0fa226cf9c9e5','f5b7a41c5dce63dd85ea4be63828561ff8b35eb4',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','et.json',NULL,2546,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14170,'fbd16fed7a2ce96443d7fbc01ae6991b4db2f9b5','6daffc8761e0697afe5c52e4e41ff3dab3133a61',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','nb.json',NULL,2537,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14171,'fe13aa627337995428599cb6eb2e2ea8de943d97','7a8f421d0de8a11900392abf5e3f43cff5fe80ea',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','ko.json',NULL,2818,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14172,'023516a97e88bd824d3fe6ef3cac2174f5caec9e','a4c60d2eb2ea4d1ca2017d9da085c42a55564f51',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','de.json',NULL,2861,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14173,'66079b797d84c6b64035a49be49a1fafb5eb25d4','cbcfda145ca6a431d2878eadffa0333f860ffa68',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','lv.json',NULL,2893,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14174,'191e4fdf5c2bb2963f14beb22a9eb9020fd6a776','2f357178290fd8a77af74e024598599b0e0082b9',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','pt-br.json',NULL,2881,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14175,'e09b25a6c0586fc69312b18dcfff284e6b96b154','75929c9534a2e2df758714a7d35440f18d68fee7',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','ka.json',NULL,4899,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14176,'bc93c3e1cc5460e939edaf1513115697624a1d6f','8b69b51062b27c4d18e469b1449f6595c3427d64',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','bg.json',NULL,3916,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14177,'87b09be8c182236e60dafdbf0765a0ad3de8f8fb','c96374e0b6db148967a3e14313d4c17e10f2a025',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','he.json',NULL,3074,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14178,'20e92595c768d68c38acd61d667402ac3a7d7e1b','6e91e279a03697418a3345e6d6cd3e87161b63a3',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','it.json',NULL,2711,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14179,'36c941518c728d48ec56d46fa2ddcec3857fcb67','fd174e5ea88ea3659a4be4cff86b5b123ceea104',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','fi.json',NULL,2573,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14180,'f4da3748c213c9b05aa2acdb35879a8967e2bcc6','b44ab7e772b6debab867d60283de70a0f31b7ef0',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','gl.json',NULL,2871,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14181,'17800953da30466351b18f516559d0d2789b9751','167a07c2a0835ac8b0e3434e8772e5dd97a80a80',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','es.json',NULL,2895,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14182,'c10b38f15779db857442b688cbe3d9dbd1299aa6','97cd098058fa05fa3a3ba340c452063f4d2480a6',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','sl.json',NULL,2567,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14183,'66c81ba966b2188eb961586a7790d76884632850','7ea271ad32daaaabfa7defafc076cd4486682499',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','es-mx.json',NULL,2851,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14184,'4921eb99a25708f7c6906f1fb05fae95d3f1ff97','833301b5abc973ce15a8dd60d7dbcbd9dd20196e',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','cy.json',NULL,2610,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14185,'0d000fc1b478c279ce19e873c932211ed36488a4','971c17efd9256fb029d7d3ac21c77b653469565d',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','tr.json',NULL,2769,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14186,'2ddba31a8ad3f527e834b2e360d2c2fe346155e7','fb4f01517f9363034cc703462f647fa002c85f04',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','sw.json',NULL,2807,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14187,'37e0b3f57bb64f383220a7230a9bc321ef25ecdf','df00953941b03ea061c47e3cc7d033498e3c4246',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','pl.json',NULL,2698,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14188,'f2f8a4be4b373a004a421d19e15f0f9d1737da82','a139703be4c0a1c063e81552fc2e23f2d11e70aa',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','fr.json',NULL,2706,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14189,'03abd1a495fff7f9f3d08843eee27f8515cd01ba','417f5b75c1689d30304fb21ec04f09cf9bacd2c4',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/language/','smj.json',NULL,2549,'application/json',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14190,'2da866f82ff76569c7a64e1bd28f641379beb926','4467a9365fb55302a7e9bf96a5ae288515cba27a',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/','presave.js',NULL,274,'application/x-javascript',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14191,'48404314ba958655d98dc8767a53063f671908b8','9441b452b9c6b02ba41b39fb456f62debc88cb56',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/','icon.svg',NULL,1571,'image/svg+xml',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14192,'b4d7fbf855b7c9120ea08ddd8df9971f304e766c','cff59c0eb3c906cf2eae6efa15b004b5a0f6475f',1,'core_h5p','libraries',58,'/H5P.ImageHotspotQuestion-1.8/','image-hotspot-question.css',NULL,3410,'text/css',0,NULL,NULL,NULL,1727786019,1727786019,0,NULL),(14321,'844e9de2b7431bf592444e30d6fcc8557130c3b0','94ed162b9d7529e14cc1248edb68af588842d5af',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/','upgrades.js',NULL,2667,'application/x-javascript',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14322,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5be3223d237bcf4144a2d27105c12245df50e617',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/','.',NULL,0,NULL,0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14323,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5e64932b9d1d8f515a1db9fec4f796b234c7f1c6',1,'core_h5p','libraries',153,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14324,'f60a80b0a70557e8afbccfddf1c2826d5568cb37','4b97a078935230e38c001e1ced1c9832e5631abd',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/','library.json',NULL,933,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14325,'a2a2c8f985f357897b1ae96b0ac8211eaa817353','083bd88ad6b4596cb88677a76414132beec84744',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/','semantics.json',NULL,3710,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14326,'c7d1b42c94b36b0ab78198a78262755103d23a95','32b9b072fb215eff7538a59a11a14c99a2b2e155',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/dist/','3673ebf298fe6fa4d7d8.svg',NULL,1252,'image/svg+xml',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14327,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1c27c4c267e9daccf2c7d395790ee83a5d48a113',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14328,'5782c2c4594281cf6fa898c3815107d1a44eab2d','97f1f6e07378d2e268847643c85da4b0c7b11d6a',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/dist/','h5p-image-juxtaposition.js.LICENSE.txt',NULL,59,'text/plain',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14329,'fde5b989219e4539a3ea9bf03bc62d2438d962c2','631caccc70f5ddfa1cbebeacca177b6a4467e7b5',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/dist/','h5p-image-juxtaposition.css',NULL,8898,'text/css',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14330,'9de8f307a799b0b89dea26f20b6c6bd2d4bf8f45','0ebd82f952d48be66b44cfdb9d4db008a9146eb0',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/dist/','h5p-image-juxtaposition.js',NULL,91989,'application/x-javascript',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14331,'064e704d6f07fbbd495c862a58b135ea2b13087b','8403454895b0bdf6f9e0ae73ebe3273c9229e625',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','ru.json',NULL,2712,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14332,'da39a3ee5e6b4b0d3255bfef95601890afd80709','65b53e43e48de6343bd5ca25ef0d2b918b892c6d',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14333,'eeb30128a9c06c75d306bf087edc5bec57b30a3b','f3cea38ff56cf830bf5d5638583151d707641a9f',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','zh-cn.json',NULL,1883,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14334,'cc26dd1595134bed840ed974c68668d611eb286e','f6dc8ebda6f2fb7ebf510e248b63e3bebc99d607',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','lt.json',NULL,2114,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14335,'eeb30128a9c06c75d306bf087edc5bec57b30a3b','cc5813b16fdbde53a74bb02376f1aad65e98d2ae',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','zh.json',NULL,1883,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14336,'677a212d27abc016e0cf9e53ca5fa19a6984fcb1','5ce18ebf5ceeb42359b8a8e90d8a99e32c00f36a',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','nn.json',NULL,1990,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14337,'33032f3cee1e7731a49a88417aeb53c03f15627b','ed1c8126a306fdc7855adb0a9cebe61d5d49eab0',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','el.json',NULL,2677,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14338,'fa9e9b31b146a7afa7e137879f077a05d87c4a5e','4d9cabf6052b044121e7e84e26b9dc84299fa9c8',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','eu.json',NULL,2111,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14339,'4b6dee89e5c9fc42c2b18d3cf38bd1e11ca1bd30','495fee149f2e0887994e2d37b8d56a88ae92b5d7',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','nl.json',NULL,2137,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14340,'913d199c7e4a3782a6989166a8f53d84aae39df7','e45b5f830a20c4660e160b38299baaf5ee1ba63e',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','ca.json',NULL,2155,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14341,'cf8695aeb54bbbf416f261f050fb12c8438aa58e','937018a74870e3b58c3a130121fd5307fe233e5e',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','pt.json',NULL,2188,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14342,'450acd965944c883b8bf41bdad14c61c5be48017','319c430c3f98349162d5a045ba77bd2bae4d43a9',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','ar.json',NULL,2493,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14343,'eeb30128a9c06c75d306bf087edc5bec57b30a3b','d7c48e288d24f5bd9ade3a69b1fbc7d3b70b024e',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','zh-hans.json',NULL,1883,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14344,'66c018947b00649c5c0b747fa68e6f65ff134c61','8dab4b5abc7774c7fa76cfed48264616fa44dec2',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','mn.json',NULL,2631,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14345,'820e4b5a1e72a5c327afcafb07fd444f25a9a751','efcaebc37bcc08c242910cfd9dfc75627d40efdb',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','af.json',NULL,2039,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14346,'fa25f3f39e9883c844da62f1e7ed53124c6e0663','e87b85dd35dbaba0a6e8b8dc783f611246bc94e0',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','et.json',NULL,2005,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14347,'0512a5ddf7f4fc39ca19e71be6148e0c17cd9ea3','27090951c360014c80cfed97a3114c19a4bed08c',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','nb.json',NULL,1985,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14348,'486c39c740ccca00a2c5cc054e809a2118eed4a6','547054a3412aaaa446a085eb7509cc8b2b1459b8',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','ko.json',NULL,2181,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14349,'316a9dbadcf1bfd9318deb578a6d8e4af221fdf6','aea3bc06780d4cb92f6005464313ad3020ef4b1f',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','de.json',NULL,2152,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14350,'6bc0d44990cc5042a1d6f607c3623a46627e607f','b3b935eace810948c655a2e90b11dac20e9d1667',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','lv.json',NULL,2132,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14351,'a7e84b0793ef9daa253209bca0a02c64b34d49da','0898f96f495e7278c2496ed98eafcf609431541b',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','pt-br.json',NULL,2224,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14352,'4485875df08314f77e46f74fb9174c59e441c8ea','30a5a93d1d1cb1f0f7dac7fb74a24bd581a9a9a9',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','ka.json',NULL,3667,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14353,'31aa3758ddecd50aeedb15212fd2f14187a5d49f','ef61f03c40795c2b1f686f88745d24ae5a4ba8f3',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','it.json',NULL,2107,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14354,'493a7d804207be65ed4e5db3a9127436a03f4e02','5100d34ed4cef883fbac4c15ac5461ae1f48cc14',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','fi.json',NULL,2139,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14355,'681e061221bccc4741b11b1a957f449eee01a573','256e0834cc793c9e371a324f9b84fffa5f2bb9f0',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','gl.json',NULL,2137,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14356,'69888669649c0d4c2ab3d2fdd76a9a14db00b819','5e347b3b276336982e9587411e381f61d716eaab',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','es.json',NULL,2241,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14357,'6f7712edf630c387e42dc6eb4d5c0c84df7b6e92','18deb29540a31421c865fbb02778f016b53bd371',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','sl.json',NULL,2030,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14358,'b69860dfcb8232c959f8c45399d22c3317c43718','a5b2a0213b8b646703ab56668a73009277d075b7',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','es-mx.json',NULL,2247,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14359,'7276e9fefbe7d68e8f76b29b32a47c2d751b162c','7c21b50361266973e1c1b4c55c870a4837a4cc76',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','sw.json',NULL,2037,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14360,'26c1d3fdfce99a4e545469ebbfb6a40d083375b7','178bf55b8688ddaf5819e256836ab87f4e952a3b',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/language/','fr.json',NULL,2187,'application/json',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14361,'a3b5cf6995d758df2a917a77e4eefea55b4711b5','1cd131eb6675dbcc1b4a6a7d9292e9ecc7e39dab',1,'core_h5p','libraries',153,'/H5P.ImageJuxtaposition-1.5/','icon.svg',NULL,4347,'image/svg+xml',0,NULL,NULL,NULL,1727786034,1727786034,0,NULL),(14363,'0b24dc63ba79edaf8a16357e86d5ccc4fdb57d5f','f46b88a8d684a15e5625cc9491cd4699d4886d2b',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/','eslint.config.js',NULL,141,'application/x-javascript',0,NULL,NULL,NULL,1727786037,1727786037,0,NULL),(14364,'da39a3ee5e6b4b0d3255bfef95601890afd80709','fe442599a970ab898002730717b0f011bdf4bec2',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/','.',NULL,0,NULL,0,NULL,NULL,NULL,1727786037,1727786037,0,NULL),(14365,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3955f1607d89fd00042e0c212d3fd40cba745daf',1,'core_h5p','libraries',154,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1727786037,1727786037,0,NULL),(14366,'66c706dd04e11177b31e8976d47790827c8f83ec','5c0d738ac9ddca8b79ea471cb6ddadfc5cb8eb82',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/','upgrades.js',NULL,2815,'application/x-javascript',0,NULL,NULL,NULL,1727786037,1727786037,0,NULL),(14367,'60fe4e28c96e54aa9b6759117fef20047d61d5db','d474c73c5cc556f4f726d626361a67a6f73e5a1b',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/','library.json',NULL,991,'application/json',0,NULL,NULL,NULL,1727786037,1727786037,0,NULL),(14368,'084bf652bc9db153054604a0743ec0f00ded5bc6','54838887dfc26d60a4a067c2e4a1c80ca1947b9c',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/','semantics.json',NULL,5348,'application/json',0,NULL,NULL,NULL,1727786037,1727786037,0,NULL),(14369,'2f045c1a2710bc85f6df653e7c5d5bcb6bb59538','f0efc5fb0e80e7dbdb05528a19f13b9b6f1ac108',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/dist/','h5p-agamotto.js',NULL,32783,'application/x-javascript',0,NULL,NULL,NULL,1727786037,1727786037,0,NULL),(14370,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3ca417ccd54afa5de13bee7217c7cc05d56e5b11',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1727786037,1727786037,0,NULL),(14371,'0c76bd5bbf572faa4f6698bac06a7d1b2f055fae','acf9f52cd061f257def50f42edbe0399570a090f',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/dist/','b5ddd9fb0328c0a58e6f.svg',NULL,2246,'image/svg+xml',0,NULL,NULL,NULL,1727786037,1727786037,0,NULL),(14372,'99691fda02c65d44ab504b9abf551ff7c5f49c60','30deba16662e7d5a992293a731d4fbec7db00a01',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/dist/','13ddb6e2f564cff7005b.svg',NULL,2251,'image/svg+xml',0,NULL,NULL,NULL,1727786037,1727786037,0,NULL),(14373,'8d8eed5f3c5db3b5dd5f5aa34404ed8866cfee95','dcadd1ef133641c8488e0b0483d53c9263baf0ca',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/dist/','101eaf317ffa33ff26b3.svg',NULL,2133,'image/svg+xml',0,NULL,NULL,NULL,1727786037,1727786037,0,NULL),(14374,'d1fadcdf900622afff2ed6174c8c8fbc99fbcc7e','b7e65eeae4d767b3cc13e528fa0aaddda10fa74a',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/dist/','h5p-agamotto.css',NULL,5005,'text/css',0,NULL,NULL,NULL,1727786037,1727786037,0,NULL),(14375,'aeab32d90d480fe4285df3407197ac327e8bb805','ef8fb9927eb6ab72ed57fd14afbe39a01a2b24e1',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/dist/','0f9ba3070580969831cb.svg',NULL,6852,'image/svg+xml',0,NULL,NULL,NULL,1727786037,1727786037,0,NULL),(14376,'532c8e6de1ed2ea1194e4f9fb47fb7965b885e99','fccdc5a00a1bd3b743ca8785745179db52beb237',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/dist/','9fc11a396847be8e7da8.svg',NULL,2190,'image/svg+xml',0,NULL,NULL,NULL,1727786037,1727786037,0,NULL),(14377,'1489051adb78fc5793f5abdc8a0a1317feffe24e','19c0d838cd34a9124cf4b372885c7f27b5ef1c7f',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','sme.json',NULL,2754,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14378,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e21a4acd68e23e984d965712671f3ae9b7d9d480',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14379,'5c9a8fbdccf0559dc5e0e12c675bb2186f809d1e','d9b020a6c39999e4350ac55bcb93bd9340433cd9',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','ru.json',NULL,3578,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14380,'dea65e52f6c0e4f4e391eb09ca75a20ea53ffe99','747e48f788236d9e50758f20ada6eb50e0f0f0e1',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','lt.json',NULL,3034,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14381,'0692cc91917e197c62bdfe72f011e30009b96d3f','1ce80f14b0ec149568f1776c1e07c96c30ae1339',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','el.json',NULL,3965,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14382,'4fdc3660b39d80c70bc959d25df679891fa802c2','90afc49c360f8fb34972a886633aa9a9524180ba',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','cs.json',NULL,2955,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14383,'1489051adb78fc5793f5abdc8a0a1317feffe24e','cb5ddf3942844ff93ad222142373f5dc7fc6b5fe',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','sma.json',NULL,2754,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14384,'9da505b839558787f1ee8fb0834a3f36f2c3bdb4','4e9b65bc5a66630cfb0a883b849e673eb16e6a75',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','eu.json',NULL,3015,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14385,'b724cc038b0fad2793cadcb97521c08d69c0015a','ff2b799e5f8d5f9b32662273c1e41be40ad2a259',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','nl.json',NULL,3094,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14386,'edd7c2abfb5843eda13604a4c5ac9d47e6c81f41','206e180556797251ee7718bfdc383d2b04ff4e73',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','ca.json',NULL,3228,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14387,'fa2708d809f9993a1db085903a58e7d7ad90e11d','8a1eef1235680c66f5399778d0cd66dcd0bcda09',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','pt.json',NULL,3129,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14388,'40772a2cc5d79598c361697d3487c611b1003816','c482aa0fe7dd5cab73f57d0e7390caaf515f3d6c',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','th.json',NULL,4748,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14389,'5fb6bcf563e4e22487c0e08fad4e0f460a58dd14','b8b62541e5b19813fea7491606b5d75fb2a5b46d',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','ar.json',NULL,3698,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14390,'990d16e0e93e097d2fe8c11ae682c6ea7decb357','75989b60f2e6806b79e6904b809f8bf74031c81b',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','uk.json',NULL,3971,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14391,'3779e37c8c4752e77b7c324f45ebc5f11794d35d','f7605370223311cad0d31c2baff9807de69423aa',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','mn.json',NULL,3778,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14392,'7ecee31d5416c40084c4f63a797875cb9e615f81','cf8e9ef515dd959429a4cdd6ad5d5ef6541487ae',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','af.json',NULL,2851,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14393,'dc0a6c26501d03fb164d03ad9758ce56d5092f0b','7f2031f3ee066bf0f3945696021912d274d6a8e3',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','et.json',NULL,2802,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14394,'ad23a10b52fcdaa70983aac1bac03a6f79962699','768e3bf02d9870051be05fab42f366dfc5eb67c1',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','nb.json',NULL,2815,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14395,'892fc280f75c31c05c63c578088c6c5bc779b406','8124cccec0b192c3709fbf8aec415120d3c88712',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','fa.json',NULL,3632,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14396,'eff1c1867cef240bfe27de397fb88556d28025a5','b9b9df19ea4d55c0065d8eb210afda8cf30c4410',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','ko.json',NULL,2939,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14397,'3413a204452fb04bdb5bd392cae5a5ecebe9e659','ab66fe7d59a0ae109e17d533548ef622cc03f281',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','de.json',NULL,3172,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14398,'8e7bbbcf2b1c48365a7034b1cc5f474839ff003b','f0e175c012a0b8c49f8066a116ca92615e7481ee',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','lv.json',NULL,3023,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14399,'41ba5bb197567dcb0ec75c696896dda92de09ae8','7fd80c3ace65c5eebaab7224c27b95eb1f7bdf64',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','pt-br.json',NULL,3095,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14400,'51cae89b397afe7a2be36164d390418b6d5b634d','ffc95bd9f7af75d297b46479c7e0c80af60d74cb',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','bg.json',NULL,3979,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14401,'9fa1027e0142c155028d14f4ccc2774cbb9569f3','b9ecc69662d6329112480ad7c716eae29ceb3708',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','it.json',NULL,2934,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14402,'95d7834e289b2dfe92e1b197479bd672ef47f0cd','6b1d7becbe89aceb5371f3949837acc68bb60469',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','fi.json',NULL,2931,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14403,'7791f2e21a489da62938c90aa42d03a539c21a93','40305d1709037199e7797bd3c42ec7d8d3f4ea47',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','gl.json',NULL,3077,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14404,'db63bd0bb69157107ee362c233995cab4a4f4aab','917c7c734d7d6cd145932bb4ce3e9ff896a0503e',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','es.json',NULL,3247,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14405,'a150027fa0b064fe677939b5498c9c6fd20da0b0','80bc229f18f84847c12f51b535d3cb5637a798ca',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','sl.json',NULL,2832,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14406,'982db2c01ec783d6163c8edeb73cc9e5170b552b','c7173576923627c75b783e24dc746b069dcae095',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','es-mx.json',NULL,3260,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14407,'161b82599eb3eb8d75335b6adf97f0a69cf98ff0','10b840fab8cf19b560cc429f4308cc1e72d6fd5b',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','sw.json',NULL,2867,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14408,'edb8d838aeb4836c8f44555bb71f0d9ee5254fc1','55ff3bae2047ef69d67c907d7b1cd00abe372e90',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','fr.json',NULL,3094,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14409,'1489051adb78fc5793f5abdc8a0a1317feffe24e','5a32ef92c9858db505253c69becb1422f6856a00',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/language/','smj.json',NULL,2754,'application/json',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14410,'d82b9f8f509483c8a04021b39db1422378057a0e','17e8d899a1fee51e00c32d7397120d88df3dcbc6',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/','license.txt',NULL,1136,'text/plain',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14411,'636bbd11e8f69313b928c0e7e5b691327d066f90','dd191a9360205f4014d30ad73068834e0a1c1b36',1,'core_h5p','libraries',154,'/H5P.Agamotto-1.6/','icon.svg',NULL,9766,'image/svg+xml',0,NULL,NULL,NULL,1727786038,1727786038,0,NULL),(14413,'7f6d7e73714e16837cb3a3daf2ce4a8eaefe4006','a6c09e6a5ea801a34042be4f6b5bf5c1d92af06e',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/css/','flashcards.css',NULL,19347,'text/css',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14414,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cde7af118c2e0a10872f2dae6023036f67ebc787',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/css/','.',NULL,0,NULL,0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14415,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8119ccf48448f53b4695752490d630a7876a7f07',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/','.',NULL,0,NULL,0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14416,'da39a3ee5e6b4b0d3255bfef95601890afd80709','154e298e101cc28f75f72be4c85cb8c93cf14180',1,'core_h5p','libraries',146,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14417,'fb87675de0f3a7f9d346d2ce8d25ef25f37d14ae','3ba62bd56cc5abe08780d49464278023fb6cf85e',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/','upgrades.js',NULL,1876,'application/x-javascript',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14418,'78c0de32295a710a7d52ff9ed32df1f7528818bc','4c95de50c3b270013092f54d13431d0c36ccbc1c',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/','library.json',NULL,1010,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14419,'19c79907727d0462c9e7dcd22e06b1a353643f8d','16b70b0c0684137daac484ab67f47a153a3d985d',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/js/','flashcards.js',NULL,25436,'application/x-javascript',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14420,'da39a3ee5e6b4b0d3255bfef95601890afd80709','61344f48e5e6a1d23db827fe5df1435eaf337f81',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/js/','.',NULL,0,NULL,0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14421,'01a00ee2bbaaf1ec21e05e09a4bf7349472877d0','d97712e7c3244e46cdbae4b3bbddbb9fd8e91e59',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/js/','xapi.js',NULL,2755,'application/x-javascript',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14422,'fa127cf5eec4dfece7d3b94675a7f88f5d344c55','8231236340fc05f84d9bf825942ef7cfaad7497e',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/','semantics.json',NULL,6168,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14423,'1467fe01de1b603e6e08221184cdd45ace5dd63b','71a2a4b7fbab33ecd3c9222ae336ca7dc5c90370',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/','README.md',NULL,1173,'text/plain',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14424,'ca6131478c58be9eec3e0fbc19d785f7f2ee4036','cc2dca532d8130be2a06d6c8856e7d4ea2bf787f',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','sme.json',NULL,3528,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14425,'da39a3ee5e6b4b0d3255bfef95601890afd80709','fe630e295252d0c78b6f86ea860ba8ff8f40a8da',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14426,'ca6131478c58be9eec3e0fbc19d785f7f2ee4036','41ec54785c2bb5e72cbc73f0d4322428e640dd22',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','ja.json',NULL,3528,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14427,'1a8626f664b5c77bc90c1bb06dc55587d8b856e9','2cc0be32cebe056d557d687bb33b040640064e7c',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','ru.json',NULL,5064,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14428,'55cdef6fc4d35cc5f87f2f4089362b82c99d45df','51d9dfec88db858213a71a86376ee0a9bd9d01bb',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','lt.json',NULL,3624,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14429,'c19ccf5de39f2cf13a92d0ef02e6b475b10d8273','910df081069cf88ec9b2ed2c1537ce355316426e',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','bs.json',NULL,3512,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14430,'5207b74c557b3b6930a7b6b272f4378dd29e1bf9','05587f2f0d13dbb507af077302431bb12c721d93',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','nn.json',NULL,3545,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14431,'ca6131478c58be9eec3e0fbc19d785f7f2ee4036','ece7e7197421aa4cdf7c095a11a5c72f307baeca',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','ro.json',NULL,3528,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14432,'58b46ba8429ef5c7d85837b9077064102289708e','bea3c8ad073372d8695013b13f24df8af36af7b0',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','el.json',NULL,5504,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14433,'efd3ecca463eb0fd21ccd8d89ad0adcf0d8bcef9','d3c6f1c91230e3dafe900cb924875be79105493a',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','km.json',NULL,3942,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14434,'c13ad0eb022c9e9f563bd9e2458f19c1828015a6','a8cd309703c4bb37d85fa60762a040dd795922b3',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','cs.json',NULL,3810,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14435,'ca6131478c58be9eec3e0fbc19d785f7f2ee4036','548c92faac215c6c078cd6aecbd56b0b17a84c8a',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','sma.json',NULL,3528,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14436,'dbda018e914dddcfbc9d659fccfb4e47f888bd76','8813fe90d0821c1997f0a401e2dc235a2be41adb',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','da.json',NULL,3546,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14437,'9a1f054650814b51349eaf92944245f04aef5d5d','73e13280e1ebeefdfe4def5aa5c909ddbf50b312',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','eu.json',NULL,3808,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14438,'db57ef3dfe8fab42f38433d5deb0b198a87328fc','0fcdc416d96ae6e626d034aeffb7a74647a3bd34',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','nl.json',NULL,3780,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14439,'b3ff8c5ad33f017d2dcfc21892924aab6743f4e5','934cb92e5eaba436274dc1835f13d062ac8fa682',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','ca.json',NULL,3957,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14440,'d7ea692b1b9b63cf357337801d01006431fa35de','3274d789310815b90a2d7566aac781fef71d6e2a',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','pt.json',NULL,3874,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14441,'0826281c724095c6acaca757e3e2a005039a7666','2077ef24e7d0378bbbb31f9d23192614b59aec97',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','sr.json',NULL,4571,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14442,'ca6131478c58be9eec3e0fbc19d785f7f2ee4036','3f8249dee322357eb5c0e4237077f82a14f516f1',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','hu.json',NULL,3528,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14443,'abbf4b6e7324407164e8e22eb5a4e2c3741b411c','fb9eb5b1ce470a933fb43ab8707e5950e2fcfe58',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','sv.json',NULL,3599,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14444,'89d24c04e9485020e5dc5f95118dd76ba6d678b2','d8116e7e0b8fd37ce861094647ee4e1d47ba0a69',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','th.json',NULL,6690,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14445,'b74144e9c895cf5b2f8cdf4f3fe3a844d0bbbb13','090ef329b44432a7992995c0be9c682f2180deb6',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','ar.json',NULL,3910,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14446,'e05ad265d15403238e56673d1c556de43d843144','a09164684e3e645776f787f164dc1293bccefd99',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','uk.json',NULL,5004,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14447,'fffe7f0bb06958e601a766dd7ab73d3aae6a919d','4f6ee5b2531440538e11247d7ad0f66389852f9b',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','zh-hans.json',NULL,3531,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14448,'293724fc0439869019c0b89bef96816199a0109b','894a6a6c21321b552a0215e1f34395bea39332e4',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','mn.json',NULL,4754,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14449,'8af8157722805fa7d3327e4772acdae434492946','9430130502867dcba76964c2c567e8cef62e5e36',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','af.json',NULL,3667,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14450,'9d219807c8083897bbc8d8d5d8c9654f215d2585','749719f05532d804245e748d58878e1402b1e4f5',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','vi.json',NULL,3569,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14451,'56edfa4dd7eb510f0c97657922080021b34b6196','5f66f70bcf9e40546a2feea0ae9f150418fcaaad',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','et.json',NULL,3591,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14452,'fd1e581df77e886d2509a6e34ac3d441f9ba2c2e','e358a8b06e74e706233d6b0edddaf8a75cd2b8ed',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','nb.json',NULL,3532,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14453,'51d98ee0d7415ee21088fcf2bb4d5b067a422a3b','cdea25ae5b6571275fc77e3942d29c6bd30c3db4',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','ko.json',NULL,3703,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14454,'ba98b8df8c8a815cf9ada6482b657102bfb8b79c','784b3116b4d55bde9071fed96eb77316747be149',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','de.json',NULL,3892,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14455,'be050c3981c7760f392f744ef5ced4988268cdb1','ffaaabc2aaeac37e083a186222d875fd09db33ed',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','lv.json',NULL,3756,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14456,'f8e4638cc5f8621542c7d252231b60aa61ec2dd0','dc980792546e1cfbe8b6bef5a11b3b4d2825a8c5',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','pt-br.json',NULL,3875,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14457,'5a0e3bb1260ed8c167bcbafc7c397354424f65c5','24a6e37812a24c9b8a3a1bbf6b394ef7f8b68b9d',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','ka.json',NULL,6877,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14458,'962ffe21d50d334a194fc11642b2fe21d02ca234','680365c4bb5fd63221813700fe0f9db052281382',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','bg.json',NULL,5118,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14459,'9751261c178e4872068b491ed46bf3bf03bfbac4','aafc68de7bd0c25231f43cc6db817fdd2fde232b',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','he.json',NULL,4388,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14460,'c2d1122dfc16fb7254a4a41b60e092b5b213ee82','0ac9659a51a24f7ce24cb2a57bb99bf4d6f3b282',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','it.json',NULL,3851,'application/json',0,NULL,NULL,NULL,1727786043,1727786043,0,NULL),(14461,'8194678b2e61eb97eb6478b58771759874e61661','d843fb1c8fc7989acbdabdc452385534ba67232a',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','fi.json',NULL,3790,'application/json',0,NULL,NULL,NULL,1727786044,1727786044,0,NULL),(14462,'45183279f9208afb0bbb9c611f97be483df45cea','dd39d63c80c2d94feb8dee4d5f70780475079674',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','gl.json',NULL,3907,'application/json',0,NULL,NULL,NULL,1727786044,1727786044,0,NULL),(14463,'69e717e404f65ebbe51f3f676c94c9fb6417aa8e','64fbc766c02e73c23d9d1c32512480cbe0d620ff',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','es.json',NULL,3890,'application/json',0,NULL,NULL,NULL,1727786044,1727786044,0,NULL),(14464,'35fa6d09718311a04640e7bb189c7c06250527c9','5a6f632861b130f7e832530d863983d203b99a26',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','sl.json',NULL,3396,'application/json',0,NULL,NULL,NULL,1727786044,1727786044,0,NULL),(14465,'23573526cf078f020bad25f886c30b1c4e75769e','f74d42ca9992d850e652d3645d4d60960f97c469',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','es-mx.json',NULL,3965,'application/json',0,NULL,NULL,NULL,1727786044,1727786044,0,NULL),(14466,'c5b404ff45fe5ac0fb3645dd82c0605969b453a6','945d6b13b3abc03e1f9e71fd86adf42783b71eda',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','tr.json',NULL,3904,'application/json',0,NULL,NULL,NULL,1727786044,1727786044,0,NULL),(14467,'7b284d28d565f32935f99b0eba4eebd87b3ce3f4','7eab7ca8dc6f2cfa26442946a78758665b14810e',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','sw.json',NULL,3659,'application/json',0,NULL,NULL,NULL,1727786044,1727786044,0,NULL),(14468,'97f97706828fe370608a3abfe278bbb852c52f17','dca0bf8e0bea5474e4023bae1c42257819e4045c',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','pap-cw.json',NULL,3643,'application/json',0,NULL,NULL,NULL,1727786044,1727786044,0,NULL),(14469,'5056ea554d04354f027273b5488e9cda6136ef54','22facc8f951f6b2f8069aebec7ffe39e730c7c9c',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','pl.json',NULL,3804,'application/json',0,NULL,NULL,NULL,1727786044,1727786044,0,NULL),(14470,'7a886f018cae75da2fd72cb8c3f2faf7524e2fd9','4553ebd2e4fb9a24bdb68adc70ef88c97ef8f46b',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','fr.json',NULL,4053,'application/json',0,NULL,NULL,NULL,1727786044,1727786044,0,NULL),(14471,'ca6131478c58be9eec3e0fbc19d785f7f2ee4036','1e1b16850c1719b080a4130f74bdb59d172e6200',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/language/','smj.json',NULL,3528,'application/json',0,NULL,NULL,NULL,1727786044,1727786044,0,NULL),(14472,'07f5245c7927a68bf9513375b5d78cdf234ac0c9','c44d71a1c023896f9b53c7dea81fac6921ead00b',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/','presave.js',NULL,720,'application/x-javascript',0,NULL,NULL,NULL,1727786044,1727786044,0,NULL),(14473,'322d0f47962fa336b6aa4def57733c09549fcf0b','2d4179534fe9c2aba868dc7667d867cad560e787',1,'core_h5p','libraries',146,'/H5P.Flashcards-1.7/','icon.svg',NULL,2220,'image/svg+xml',0,NULL,NULL,NULL,1727786044,1727786044,0,NULL),(14475,'a581c0137fd9b4b4d5ee75ef24f2c3cf3f7c59dd','422a736d291e024c7e6576d1d5d1c201c99a2efd',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/','upgrades.js',NULL,1982,'application/x-javascript',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14476,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1b3f858b3f4773263ab3f9cfd42831d1b33431f3',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/','.',NULL,0,NULL,0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14477,'da39a3ee5e6b4b0d3255bfef95601890afd80709','583e33715b019e48e1c329bb1f1dfeb9e6b596e1',1,'core_h5p','libraries',148,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14478,'493bc28e19224137865830cb74d2c3c32d84db90','c0bcae77fde7d0f4c254849f856c5bbe9838373d',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/','library.json',NULL,1419,'application/json',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14479,'b51f3ba50656ae18b38c1c7cb73ff7f80980d089','e311fca614c584fac5becb28fefd463d5de65b2a',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/','semantics.json',NULL,19380,'application/json',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14480,'e2e66d4c59b7d0907305769e11e1df9c9a5e8b1d','cd9998c187def60d1a9c0c97c6de4b7761123359',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/dist/','h5p-dictation.js',NULL,38550,'application/x-javascript',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14481,'da39a3ee5e6b4b0d3255bfef95601890afd80709','150a0f5551d969cef183b21e27536ef3770d13c9',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14482,'8107cbfd41460bbccc46ad08d86883bcb7bb4cb3','f34fbf61a4496a05b66446f382e6ba4fe15b22c7',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/dist/','12e0fe5ebe3415608170.woff',NULL,1284,'application/octet-stream',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14483,'1c9128772c09998488ddd3507594434d8d4c8fe3','007d135d904a7c57d138376f217e49c4752b21a8',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/dist/','fb31b65dff4d4f04e810.svg',NULL,6634,'image/svg+xml',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14484,'80e87813f27835aaf4056714297f5b0efccb321b','433bfccc96f3fbfd90655949c0ed502e74ad2765',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/dist/','h5p-dictation.css',NULL,8657,'text/css',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14485,'37b7ec760a8d8330d0d7cf0d11d970e2f17785ae','ebd8db0ef13160fef0d0ebed44c269e29e542852',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/dist/','c5095d1ed995f1f276ba.svg',NULL,5604,'image/svg+xml',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14486,'b1d3761a0022de630bcc04d0bc66291ff1eac8b7','ae27dde419739219134c606ddf1bdfc42b99932d',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/language/','ru.json',NULL,14630,'application/json',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14487,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b662550a3e34d09cef79591ec31cb9b9ae780cce',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14488,'155b071f86374b207da878e618be87a48c16321a','97ade92d9c2db3855319491e07b7c9adad66c918',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/language/','lt.json',NULL,11624,'application/json',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14489,'64f89e4273ba5fde9feb95fde2da9eb86e4d95ce','000eef91ac03ac24fa2d29db5322f9934eef3a95',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/language/','nn.json',NULL,12331,'application/json',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14490,'83dcf2f3ce3c395615c92b4ad3bda84ec625b542','1d5a886c4be667b138c8182fe15abee48cd7ce39',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/language/','el.json',NULL,16539,'application/json',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14491,'7d814869a10eddfcd6a3f8a1523809dfb3d8ebea','b870a6c0f0b2f9e9223e174f9cf650890800e093',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/language/','eu.json',NULL,12065,'application/json',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14492,'05e6af85ad88f7602a38d57bb76af9fabbbf0567','e45a8fa99f617e768131b66bdb7b3119310e7635',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/language/','nl.json',NULL,11959,'application/json',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14493,'e58c18ef62372eabd21fa84981738873311ea759','f2ddd904f1a36b755e7e96f356b7b1bd849bf226',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/language/','pt.json',NULL,12405,'application/json',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14494,'ca64f6049edf60bb20a043160fd26b9cbfb27b60','aa111308ef6a1038397dc2ea192d66af5cca7bc8',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/language/','ar.json',NULL,14033,'application/json',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14495,'6d80a11a9e17f79b81d2ce2f0f91bb650389f9f5','d7ae24549d278f16112864775185053492064775',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/language/','mn.json',NULL,15382,'application/json',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14496,'d9067c1bf30dd0e61bf1a9ff5a1172fd08179fbd','faca50e1a332398471cf221f9d792adb3f0cdd45',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/language/','af.json',NULL,11579,'application/json',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14497,'eb3c9283b8ae46a7bc76b11c063848b9b9cd8f3c','647b0f63447cef6b876502951114bc2e9e2febcf',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/language/','et.json',NULL,11460,'application/json',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14498,'64f89e4273ba5fde9feb95fde2da9eb86e4d95ce','ea7501c13dbfdd7d687464495981f75e2ba6afdb',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/language/','nb.json',NULL,12331,'application/json',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14499,'4e99af4d8899f7be5c7be264158872e1e112fb8d','c04526da7733d5ec4ec8af4aac107fb48be1f8e4',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/language/','ko.json',NULL,12042,'application/json',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14500,'e85d2acab818bf76b2a82ce701f293e792c94b28','e32f24e9898e6e90b1917d6f4fae574c4044c295',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/language/','de.json',NULL,12343,'application/json',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14501,'385554fa24a4a78ca4f4747062b4d3b17a1ebb36','2cf01cd01654f0e8b0597908686ab94c265432e5',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/language/','lv.json',NULL,12426,'application/json',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14502,'2dea31079bb0d92813d8e9018971482c176a90ba','f4e3afe4294d3b5e7e1d669067e70828da9560db',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/language/','pt-br.json',NULL,12294,'application/json',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14503,'8044e733c70b738563ecabd66a071375d0f7a5fa','8aa6877fd3312dbc7091f8b8f3961b0d7cd95dff',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/language/','gl.json',NULL,12404,'application/json',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14504,'1bca01d44bc528cd1c093bce968e6d0a5355b3f7','4aa89c9a6809cf6784b22be0b295cce5b34db66c',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/language/','es.json',NULL,12579,'application/json',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14505,'6732c29fa19c717eb00321a26979516ebe1175c8','b152e542829ff5f19a45d2c44f4442d704550bdc',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/language/','sl.json',NULL,11753,'application/json',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14506,'5efff1e8b1fccba7890b35480abd46444c1a4471','3e6a8ce9146aaa4e2c8f5dc64a44529120aec3fe',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/language/','es-mx.json',NULL,12511,'application/json',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14507,'fd98defe20b7d9c23ac94e3f33a2d6e5f5d5c495','d49ede9f7120f9eec91b66b6e629410e20b982e0',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/language/','sw.json',NULL,11859,'application/json',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14508,'7370d668dc9c23685570e09e4f7e1a921472bc6b','c2cac84570aa37c1d554b3d1a6b635b7bed3cdbc',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/language/','pl.json',NULL,12182,'application/json',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14509,'5826331abe9c0d6a270f49196e6490cf943209c2','688fd582952ffc04cfb1d47f72a821a0453b2f49',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/language/','fr.json',NULL,12392,'application/json',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14510,'c2613bbe1ef18e7a44be8b34ba2b8794aa5f451e','1daccf55dc056181b3e70c60a732bfdd277c501a',1,'core_h5p','libraries',148,'/H5P.Dictation-1.3/','icon.svg',NULL,5848,'image/svg+xml',0,NULL,NULL,NULL,1727786176,1727786176,0,NULL),(14512,'1d6a4a7a46532f1eccd2b679d383d08afa73f275','deea836a846431d5ac149b9d0336a1fb39fc84ba',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/','upgrades.js',NULL,2130,'application/x-javascript',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14513,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2d182f5f1525fda9b74db977048088d0ca366186',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/','.',NULL,0,NULL,0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14514,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9c1fec33f2f9ab53cbbda01c03d972008b99268b',1,'core_h5p','libraries',149,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14515,'4de5066ed6f3ec1e445174bd34e8e5adf5dd5997','209cd040dd5f2b0ef257623ed451dac5249caf72',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/','library.json',NULL,1349,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14516,'b7c8c4c3cf03ac855a1593060edc6afce99a3ebc','e15892742cacb33752ea738cbcaf09eaf9390649',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/','semantics.json',NULL,18436,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14517,'a1328a2aed454e83bc64f28ee64a782c4e3a7975','59115840c8f35cf9a19dff9c6da4a12041be04f9',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/dist/','h5p-crossword.js',NULL,71575,'application/x-javascript',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14518,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5acecb1ab534f3e976aa1b4127fef491ee490be8',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14519,'72825a1e47de33b164c375d4aaa3e28e23833ed5','78568b95e8f23a6c014e005853f23c6ff97a0f14',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/dist/','h5p-crossword.css',NULL,15690,'text/css',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14520,'aa3aa9ad0ac32cdde83e2afc2c28a4578e1dd9e1','0e6fefad4903a1b83424e85646d2cde42b5b5cf0',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/language/','ja.json',NULL,11460,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14521,'da39a3ee5e6b4b0d3255bfef95601890afd80709','482fe56309636901bf21100cf0221683e226faf5',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14522,'aed488a37e8c47474f1dc0111bc1933d878d68f3','d4e628a4c852c5f81a695aa835c2cf1ce3b99000',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/language/','lt.json',NULL,10121,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14523,'54ff8ad1cc1c45a4b959d90453b7ca2b29ba5f21','0731d373eced458d669c97b7a678b3ef40839f8a',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/language/','nn.json',NULL,10075,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14524,'ab524897f5954ce5eba4902f05e146d18d86a215','766984fc2027d5e325e9440842a229774d78f89f',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/language/','el.json',NULL,14978,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14525,'d387c97e7f3c018236cffb3697a799ae0f602ba1','ec9748e271620aceb425a2413b51533f172acd2f',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/language/','eu.json',NULL,10509,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14526,'cbc1bc8db0fe2033df4fd9846d9dc41275e7a90c','a34c0b0affec400422c4bfeed5b97d73c756bc95',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/language/','nl.json',NULL,10512,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14527,'11fc2bcad57d12e39ea20e34f6957b3ef3eef919','61c3f188202da80d53d555c350f9314b0e80ca2a',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/language/','ca.json',NULL,10410,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14528,'5dc97d1d5cfb3b2e2cb0bb595cf45f13e07e2b22','177d374a1ab25667192b369619fd6c4c2ee4abbf',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/language/','pt.json',NULL,10527,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14529,'305c627071766b5eb09c24c8f7a8b69a6a475119','daac1b73da753c9b6c622d7a3ad158add6d4f3d4',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/language/','sr.json',NULL,13348,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14530,'748ee2c6e595a169e250a93f5c388465f5634c36','b5f31cf7aa63e69e2535397277fc0601931f297b',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/language/','ar.json',NULL,11870,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14531,'e7b8da2ed8f376974b2f8e7e4a50fa253d8b4a7f','e138338c7f4d84260aacd2460773759efcfb4eb4',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/language/','mn.json',NULL,13350,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14532,'8ba4acad6f261b98dc28b305486e65c191be65fd','c9d05cc77d8a00cfece36a60c43ddeac2927dfcc',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/language/','nb.json',NULL,10016,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14533,'15cf908f8cdeb89d74e0d6ee9e663172583f6d5a','c8b194bb76ca133d260045bb712fd0d1a5949ccb',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/language/','ko.json',NULL,10385,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14534,'b89676a4348283f681941b2898cd869ba296bdfa','28d75233f796e9cf1f23bdd0fc8683505f3a0258',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/language/','de.json',NULL,10624,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14535,'bca755450dbd36c5f65a163587e8375bc5293b7b','0b63fff759efabfde3898c5a0bd21ba097263ab9',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/language/','lv.json',NULL,10597,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14536,'166d53ce3c161aa938a2f963c9454c0d4abce4dc','cc59bd6744f2cd8a735e72ba32f1d35ce6e8c01c',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/language/','pt-br.json',NULL,10708,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14537,'68837e9279948e02965fa1a432b7d0f6b9d35e58','39aed11664632c08d89548073fbb5ddd15311954',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/language/','ka.json',NULL,18112,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14538,'67339db7fb5dd78868c69a9c4328f6a66c79bdba','3fd871afc1495f0f9fb6fa1d51214c608f384db0',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/language/','it.json',NULL,10646,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14539,'338057a44e24a1a420f528acb866d92bc75f21de','a0db0a95f633f21a7d59c2b8f0a9bf63a76041f4',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/language/','gl.json',NULL,10657,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14540,'5446a1ef2e1b4560612a10619a45e80ca5f31346','7fdbd8c490ac7f2fce879e9034a6d9b340e740f1',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/language/','es.json',NULL,11020,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14541,'457a504573298d4d5251b8d34a8b93f6f956a261','a82e5f3e33a1b99804700c3b1bcabd98b528aafb',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/language/','sl.json',NULL,9590,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14542,'2daedb512988085488a1ea034d8d50e49bd39400','fb10b7d038e0ad66e8964af695cee1f7f5a74dc8',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/language/','es-mx.json',NULL,10982,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14543,'b296b0c67d341845faabf2d252e7066dc7e17370','1884ef211414dea87ea39ce6e8e56a7c28a20d38',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/language/','sw.json',NULL,10061,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14544,'56e8c468031a66bc874a870dae170f72d665c4d9','cf28d5e72d0e80cd12a54f870679fd52da17d4fd',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/language/','fr.json',NULL,11116,'application/json',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14545,'fdc40374e46022dbbf006b48177d306be51e4877','ccb6bb1a1f4c40597a090082e1698bda18c8f069',1,'core_h5p','libraries',149,'/H5P.Crossword-0.5/','icon.svg',NULL,5284,'image/svg+xml',0,NULL,NULL,NULL,1727786183,1727786183,0,NULL),(14566,'37229a6dd696b9a8bbf335d81ac17f130703842b','93f955d3a055db418ce5a34abd59ec666f0d8b3e',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/styles/','audio.css',NULL,3560,'text/css',0,NULL,NULL,NULL,1731020113,1731020113,0,NULL),(14567,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9380a6c8bd3a9a7115b4d70495f7673a65bf57cc',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14568,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a3c16dd816b39585274ef48fe4c341f31e5a42af',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/','.',NULL,0,NULL,0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14569,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8599ff1849416ca841723f7a39574aeb38f0bf2b',1,'core_h5p','libraries',15,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14570,'0f38b4f3bb0acba4b0735328664b1cda0d72dc8c','ad6c4ff3ee99e6b5040993b5359be09eef5489e6',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/','upgrades.js',NULL,1773,'application/x-javascript',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14571,'dfd522fe7cccf1da43f37d546733cf4cb5b12002','f0fe0e5daac7edf7731f7bc0a6279868df10c0e8',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/','library.json',NULL,755,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14572,'1b8b216d73ab8a7c143eccc2793cf37d4bc5930e','acc5752e8c8c71064ca42d8adc3857abe4080ee4',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/','semantics.json',NULL,2347,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14573,'1d549b6901d7cc70e748e9a9ad37d7fe634a13de','b3ffcd54d6e28df31308fd5db8b6b91cb55e3c0b',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/','README.md',NULL,1227,'text/plain',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14574,'9d8dad590163ea939c4b840da432976d41edeed1','dccf1469f4e2a03b6ff10484c3f32c0082d6c861',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','sme.json',NULL,1062,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14575,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e48282ec4522810119054b50fc4aa4a440064868',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14576,'95c8072fdc25881864a6954320b76f3c6057dc28','3c26f7c84b8466516196875a9aa249a66066bfde',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','ja.json',NULL,1335,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14577,'c6876828d9dbbd148241dbf2556b55474fbe4d64','8fcc45b4473b417f8c9664db9520e4f2e671bd80',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','ru.json',NULL,1806,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14578,'559da9e22444deb7e5a66bc9bf834bdd44342348','c42c83df4ffb6f9612b4a40cb9dd6a21a9fafa9f',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','lt.json',NULL,1162,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14579,'6e8a186eb82f51ca5f3ed5c4ef745cd4888d3786','e4376ab730c9063578e80df1a33bd25907d17a33',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','zh.json',NULL,1059,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14580,'919175486830dfaa21a0ac701f87c195a28b36b0','14ace7dd0d6f300d2de98d5cc657cf345cd7609a',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','bs.json',NULL,1079,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14581,'64be9208d77667804492e0b2b5d9ec7aa0d126f0','60802706559c2ce653c9c118687ce02c46afe6fc',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','nn.json',NULL,1138,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14582,'9d8dad590163ea939c4b840da432976d41edeed1','c423c41f16d4703f1fffd7d8e1d6284db2a76b09',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','ro.json',NULL,1062,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14583,'b16c31841f43ce3680a70e5f417f5d55c7c27611','b7cfb45292672d5f3b11a73bc8225bd646d97bb9',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','el.json',NULL,2089,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14584,'0d35baddc00f41e7436fc0e0b0d0d305e02e1d35','cd27bb536d49d242a5dd0d51c7c446448a5ea0e2',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','km.json',NULL,1874,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14585,'c05fe21b85ab8b84802632988bf9b91bc9de4168','edfe6174f3eae2211fc9f1f579665bc7f2f73bd3',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','cs.json',NULL,1195,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14586,'9d8dad590163ea939c4b840da432976d41edeed1','0a9a58fd918bfee16853862bad3f7eba75f717bf',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','sma.json',NULL,1062,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14587,'ac235aa41dbe7fc9b3a96223bb2e8ebde261612d','a2730b5d12a5d7dac3eee07daa088c0e2da6b2c8',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','da.json',NULL,1155,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14588,'1e116f648765d775a055bf61eead14078a6cff35','498ea816ecc90244a9ede90ebd8bcb73773b3763',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','eu.json',NULL,1174,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14589,'a0f66c9a9a65e17e2d3133d60b2f7583d7721682','7a70ee9bc4860b451462a6f29f23dc05554b3e7f',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','nl.json',NULL,1170,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14590,'c735d1012594af1e1fc9d9d12440ab553d7933ce','d7fce295a511be0cbc0d3c75b27a188eac6c7fdf',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','ca.json',NULL,1322,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14591,'4ff7309cb7d8461f1bf278d0c6cd7d32b049e3e4','29025c464e067159e432ad3ffe799cf3d4166078',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','pt.json',NULL,1131,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14592,'26b08d40d9e02035ea68405bfba26307f49989cd','6eea1c1795becc2ffd65fbabd305c441ce55c902',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','sr.json',NULL,1668,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14593,'9d8dad590163ea939c4b840da432976d41edeed1','4c512bb87db82b4255c9260069eca4875a6abc8f',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','hu.json',NULL,1062,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14594,'495245f3b228c614793a02e9e2ae848ad493702f','f08eae71e60f3d7faab81f14047b98d72d24c3e0',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','sv.json',NULL,1124,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14595,'88b8aabb268eddfcbeb4ea92a11e9744819b0196','b69e2bdf7abcf99b05b2e4b7977fb8728eac5757',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','th.json',NULL,1614,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14596,'b8c0d06ba3e1939332f79d0cd4e57397660810ad','25450a5fe1be036a17552fbe008120c3fb61cd8b',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','ar.json',NULL,1425,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14597,'6e8a186eb82f51ca5f3ed5c4ef745cd4888d3786','030ac443c9420d6720ced55d943c1a4f8bb47770',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','zh-hant.json',NULL,1059,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14598,'8a654195e5a49afc40b406f4f4a6ec42e45644a2','4f479e19597a8521b00646c8d70d0b9b585b9a51',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','uk.json',NULL,1606,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14599,'aa7dc211aa5dc6bd771ede4f334908fee908ad21','59c893eba7b892e2354d34911f99be7ccf4fe6ac',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','zh-hans.json',NULL,1059,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14600,'1edb9e9db9d22a5a35bc67e4d3e002c97bdad63a','c97a97f15947ce76836bddcb9fcbe0cddb334923',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','mn.json',NULL,1494,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14601,'9f7a5a1fe53dcada8d820aeb9d7e4d8097818e7b','dde25812601eede51b9313a88df92293356f4f45',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','af.json',NULL,1142,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14602,'99aae6b0580787c46a2f6426c3fb95cf31fe1ad6','a8fd7afd6deb6045f1065ad1dc5642ba86916fcc',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','vi.json',NULL,1318,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14603,'f197ad64588bfe166035e87bf38a5f4f0467773a','04eed8df847eeb325a34d2386070825578296a63',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','et.json',NULL,1114,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14604,'ae1e2e7a584121342b2405e8d07b17a0e2023fb0','fbbdd6cda83e1062e9052c08f0f7b46c98bd1615',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','nb.json',NULL,1152,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14605,'a38e13351c2439b2d3ccb1b6e757baa89ce1ae8e','6d1c0e08c8026ae87c0c4c3dbcfdbec4bffcc1bb',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','fa.json',NULL,1479,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14606,'6b238cd8897d7c4c0f61c9f4e5f4636ee040c4bf','23568cf6736b1168f64b5ce55da44da3f619323a',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','ko.json',NULL,1314,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14607,'de330dbccc08924fae9e3a08c069683ea8dd56cf','f0573182d783daddd676aa7732ee105729179185',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','de.json',NULL,1276,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14608,'5f8cfc3b3300867fd37e0c06a51b3148c967227c','38a5f4586280972ebe1c4f408d9f23318dbc90ba',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','lv.json',NULL,1194,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14609,'407edb7481ae7252a23cd6889f0250e5cc2cda7c','13d5aa2b96a9da5dc5b5b41aaa5354c090735eaf',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','pt-br.json',NULL,1202,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14610,'035a06ce6696cd1a0ccf179e502d7d5fad1f4ebb','7223f3fa132ae24d366d3459b0a194d1de2b35b3',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','ka.json',NULL,2154,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14611,'1fe373cc3b491bfe65371e0cddb2181ffc54800d','a998a5813cd53ffc10b3c006164bf2e4dc56d5f4',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','bg.json',NULL,1922,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14612,'b2ed36962372f03588e45be0d0c0f8e216760be9','bc7ceac900f16ceb21bd107762a9c45bfc4ea5f8',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','he.json',NULL,1254,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14613,'575e0b4c914d625f493f38fba01efae4912321f3','887c145ba015d0844236d813b45c6e6933acde03',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','it.json',NULL,1175,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14614,'06bdc2c9911596957315712f66ec86b6ac6462c3','502e4f405d1a94b90807cf3bc310f1f2fdd6996c',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','fi.json',NULL,1091,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14615,'53bde08ed8fee172c0ef4829373396001fba2a33','eab4b160b504df41f647e5335d9cc75421d4b446',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','gl.json',NULL,1180,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14616,'996cba35678d2d499b9ecf35b85fdb52def8ca36','5e9028998016af636238e146520f22e3ec53abfa',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','es.json',NULL,1214,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14617,'281f589d09788ed7bfa95151c27576cb312882c3','99bb72efef3797ac727170dc23c7c5de90afe86d',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','sl.json',NULL,1163,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14618,'37a5d5cd8dff0076dda5a58e607f6e5a7edb63af','9f0ed2bbdf55a460fdcec322de9aec9e42835dd2',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','es-mx.json',NULL,1223,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14619,'c1c03bf48a9e3599722f1e75fe646388825a40a6','a8d401e19247f4f18cd38ba4562c603a7ffd48ca',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','tr.json',NULL,1219,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14620,'6b2b57de52f9b77f4258e2d3e73c9abfae00c1e6','78c8bf9725fb5cba1a61940ee90b8db009f896f3',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','sw.json',NULL,1086,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14621,'9d8dad590163ea939c4b840da432976d41edeed1','edcededaac81670a41769dc208541ac7275af458',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','pl.json',NULL,1062,'application/json',0,NULL,NULL,NULL,1731020114,1731020114,0,NULL),(14622,'8460119b4d817c29e1be4ba9b9bd73038a49b8d0','40b68118cfbe53958d1ba76805886b7f1435a16b',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','fr.json',NULL,1186,'application/json',0,NULL,NULL,NULL,1731020115,1731020115,0,NULL),(14623,'9d8dad590163ea939c4b840da432976d41edeed1','040eef70c33d9508e4b2d28ba36bacacbcbf4739',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/language/','smj.json',NULL,1062,'application/json',0,NULL,NULL,NULL,1731020115,1731020115,0,NULL),(14624,'0bce0e0b9cb3efca3b07416cb93ccbef98fcc1ac','df9ab048fdd96559c1b25792bb666654909dafad',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/scripts/','audio.js',NULL,10813,'application/x-javascript',0,NULL,NULL,NULL,1731020115,1731020115,0,NULL),(14625,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a8d1f3c26aabc3bacd49b5045b1ba73513255c0b',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1731020115,1731020115,0,NULL),(14626,'f83c3824a0ad2e4fd3b53b709049052305e4c9e4','985d015b1088c794c420e8e0c4c7cee361efee3f',1,'core_h5p','libraries',15,'/H5P.Audio-1.5/','icon.svg',NULL,4628,'image/svg+xml',0,NULL,NULL,NULL,1731020115,1731020115,0,NULL),(14634,'09ae0c5337fa7653f947c4e969aa12da4437c1ec','743a33a9102e68b0bc62a51f841ca66b9990c372',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/sounds/','positive-short.mp3',NULL,12868,'audio/mp3',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14635,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b85ca643d217d2d03e8f8724275baf289d3de5f4',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/sounds/','.',NULL,0,NULL,0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14636,'da39a3ee5e6b4b0d3255bfef95601890afd80709','64b34430acd34f2cf011b7bd6cae816b1455ac9f',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/','.',NULL,0,NULL,0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14637,'da39a3ee5e6b4b0d3255bfef95601890afd80709','07b5cca1bf8e12cbea1fcc54e1d00699bdfe161a',1,'core_h5p','libraries',4,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14638,'2e7aef7e916a1d0e8e2b63091e4d09bde6bfbadd','cb725adfb41331f452a4139725eb069d7afb533c',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/sounds/','negative-short.ogg',NULL,36864,'audio/ogg',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14639,'93193f647b5ac11ff16a25293060fdec66385bb8','f8e971eee810f06b8998cedca8dd156ca8ee4b95',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/sounds/','negative-short.mp3',NULL,45395,'audio/mp3',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14640,'f7059a4a2dc9da80925c8796bc94d8cf972f6880','90de76cb87aa9ff7fe8de4d219debb4c27aaa2fb',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/sounds/','positive-short.ogg',NULL,8192,'audio/ogg',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14641,'864d90e0389e5fd3d6bac6ac3a7c5e4a715dc0ac','ff072864bdfe4c49800b46766214933b1fb1d7a8',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/css/','arithmetic-quiz.css',NULL,7818,'text/css',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14642,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d5de0e3f0b0fbfcadb861e614ae05b871332147a',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/css/','.',NULL,0,NULL,0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14643,'b484d6425fe7f57a931a8666e89a792a26bf7914','0a27f3fe259def5b816d6447ec9ad34f9c666d89',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/css/','odometer-theme-default.css',NULL,3563,'text/css',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14644,'22d16e051775753697ff562e7e12f4b5495dc401','3d5e3a3e54cc54989e1971bed419feba77540078',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/','library.json',NULL,1332,'application/json',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14645,'495c5e1321d0f5a504cedf7b68dc66f03cd9afd2','795957e78ceb24bbeca64c6887f3634cd21baaba',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/js/','sound-effects.js',NULL,1561,'application/x-javascript',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14646,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5159b3b5396d17426a6b2e2da87c220cbcdf27b3',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/js/','.',NULL,0,NULL,0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14647,'4c9d64f83b5dc882ad46c379af0651cede2fa57d','860aef623a3147ca2887d227872f1b41e8d29e96',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/js/','intro-page.js',NULL,1454,'application/x-javascript',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14648,'e8f79ccee9247ca21f51db26437590174aeaca05','94fa1b3250b66a6d88ca8521f112ae7628e837c3',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/js/','countdown-widget.js',NULL,2362,'application/x-javascript',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14649,'ae9d6f07d4fdf82e2acab374a02af72a2a1f3810','2e0748456d889442cbcaf3a9a03ac0af06d7cb92',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/js/','qa-generator.js',NULL,6419,'application/x-javascript',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14650,'c6ab66c1c0d399ba816c5bd3aaca5034fc996bb1','d49d1e99c05c985a2c5f14a0834491909505510d',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/js/','qe-generator.js',NULL,7477,'application/x-javascript',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14651,'ea975b2ecb712bdca1d9f74e00ea0c97eba6e0e2','2438a86c22b57ef93ada79a3eee6b516cf627573',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/js/','game-page.js',NULL,14866,'application/x-javascript',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14652,'9cb48f707bf540ce560ca39c1a797066bb7fd516','9d85e35a5b0847367a635cc92b3772eede56d562',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/js/','odometer.min.js',NULL,10180,'application/x-javascript',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14653,'95e7952988321456acadf3df66f2e415fef1312b','e9eedf196dead098607a17c537a06d17528bd762',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/js/','algebra.min.js',NULL,28806,'application/x-javascript',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14654,'51be18e67d949fe0ddd49e52c47a1eb4ab72fc3c','38a9d94f6c587a9702d68befac580f73de4fea5d',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/js/','timer-widget.js',NULL,3978,'application/x-javascript',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14655,'7925ff8759ab662005402047cfcc37566b171978','6e2955780dd8334f92c28460371a8f4a8d040e80',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/js/','arithmetic-quiz.js',NULL,4474,'application/x-javascript',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14656,'3d42b68c08f05c77aa71bcc5ae3fa903c24407cc','2291f41e418ad5ba7d40d1a16e7b529396bf5b94',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/js/','result-page.js',NULL,4018,'application/x-javascript',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14657,'7d25e8626627b1d5f4ae0a0df1efae90e7853dd1','5fa000c10e636bd3e8465f675faa40f1bfaa90b6',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/','semantics.json',NULL,5969,'application/json',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14658,'66e5c12c27bf4186992f6ffa36869d1b33f21c95','c052e9d6f823abf72db939873c57a7224b4f7f5e',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','sme.json',NULL,3157,'application/json',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14659,'da39a3ee5e6b4b0d3255bfef95601890afd80709','08e5c7ea64285e809796766c988da116a15b742c',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14660,'c3184aca543d8d6f35daf7fc37e29f89acf86e7c','6eb7552e7087e8ebd6c4d1c60144291bcdfb7ccc',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','ja.json',NULL,3182,'application/json',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14661,'a8ee2619ee22ca6025ee7776445cf745ec845ffe','65d087dc1a5b92524c026ee8e5bba4c1ec27b055',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','ru.json',NULL,4362,'application/json',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14662,'0cef7cfe683025312b725fd79eb382b07b2fdbc3','6c8a9519341f91d9bbd79aee4100b6660220a536',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','lt.json',NULL,3297,'application/json',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14663,'a3268a4b9c0d61482622f59c07420eb98e7ebfed','e47b521ca32baf45286cd4718d1500e6f50b44be',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','zh.json',NULL,3235,'application/json',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14664,'79dd8178053dcf5acc87fd6ddd4a50eb66d2b980','7d8fdd363530acf8ee1b5a10e9a5dbd7416cc2bc',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','bs.json',NULL,3173,'application/json',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14665,'cee6b0d3bd58b74010821bdda5ceebb573999dbb','72095cb5c9500a1befabe6f89ecbe9bd94784c04',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','nn.json',NULL,3159,'application/json',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14666,'d9123997ec9cc32229f823f5e73c9839cd486739','2b0325919803a2358fb4d96a446f35366e949a25',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','ro.json',NULL,3156,'application/json',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14667,'2d5ac4e43066dd417443f7dab540b7df7191102e','dc68cc99908d8482c6baf13481406b4f88bed398',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','el.json',NULL,4673,'application/json',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14668,'2c54f03347b0903fda2e72b042adf49c3216de44','6f4ad57f0489bba484065ba8db3d6e9c74f39aea',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','km.json',NULL,3561,'application/json',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14669,'587eeb279656feb8e29303bd6f035941411ce63b','991447ebee112f986dfe9d1cbd49bfb7efae0cdb',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','zh-tw.json',NULL,3111,'application/json',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14670,'b7cdb578442cad52c9a78648daff3a89bc8c4e4b','6991e3835bb0548f60566f7aa327520a7fd978b1',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','cs.json',NULL,3351,'application/json',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14671,'66e5c12c27bf4186992f6ffa36869d1b33f21c95','222ccaf716ee0c78c1b8f6c4f32bf140783bf29c',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','sma.json',NULL,3157,'application/json',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14672,'d9123997ec9cc32229f823f5e73c9839cd486739','0ce8ba1d9ea6143b16288b94ccf372021f743aeb',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','da.json',NULL,3156,'application/json',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14673,'85388bbc0a2e9e0c31b95ad5eb6d683d45000d1f','e99e9e0f954b24eeee695300ea693ccf3872b22b',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','eu.json',NULL,3361,'application/json',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14674,'2469f9f2a56f720ba4054ad181e5e9b218dab73a','f2e08f6d0546ed219722d0523674024a36718b61',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','nl.json',NULL,3241,'application/json',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14675,'44109fbee3d0b98ff416472b308ff44cb5363518','7c4a0538196554e807aa7171dc75575c320034f4',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','ca.json',NULL,3575,'application/json',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14676,'e7ff02bda9b5095c326c99cd5b812d04436ebc1f','f08d0920dd24fdaa58fccda1bf19d269590a0b57',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','pt.json',NULL,3457,'application/json',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14677,'d9123997ec9cc32229f823f5e73c9839cd486739','a6c9e9ccfdab8d84b8a18d472e2aab6902586355',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','sr.json',NULL,3156,'application/json',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14678,'d9123997ec9cc32229f823f5e73c9839cd486739','b1b43c4def1368947d3a498fe2370f0e7c6c3b2e',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','hu.json',NULL,3156,'application/json',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14679,'86bc1b1943c71f821131af5debf5fb22b28cf8f3','c794a85bd827ba9f59f29ed3443c6f300c1a9324',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','sv.json',NULL,3168,'application/json',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14680,'8f128f64096553ea2d1affc44f8bd680700c3a50','d2d93432ca6281ecd3f31d7304795416bf2e9913',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','th.json',NULL,4278,'application/json',0,NULL,NULL,NULL,1731538941,1731538941,0,NULL),(14681,'4cbfd2aa9daeece8216a4e16a0d04dd597332712','d61a2d8e416be2ec22c5ee1eec03c5fb395918bd',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','ar.json',NULL,3528,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14682,'1f6f29885bd3bd058953008b5dfa253a87c6c420','f8fc26680721c3cf38754f8f694cc381c66663cf',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','uk.json',NULL,4163,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14683,'1fbe4d724355e18d911a11121db9c82568c11f26','098a7cb04452e96e0d07488fa11f0b6f2b5aca71',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','mn.json',NULL,4393,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14684,'e570e195229200ffa68e0b02a24f37577ce7dd3e','cbf0f695b3c520efc5546bf3bc20ddfdb9b80fc3',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','af.json',NULL,3216,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14685,'d9123997ec9cc32229f823f5e73c9839cd486739','42d1ecc5c87e658625a75c0985e5cae15d6c39fe',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','vi.json',NULL,3156,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14686,'9b0661009c0a91d742f3d13d07553267f201a9b3','8a402bd20a72a493ce555d9f36f50c32036d9ca7',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','et.json',NULL,3167,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14687,'04c25fbf04364af3fd2b7fa627df5d2574e49b49','1b36ae76788d154a15649ef2733ad40124af9e12',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','nb.json',NULL,3269,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14688,'640603fb852029cc528768a31573445745e9dd6c','54ba84c246157ff4e67c6e60f8b57a99fefd02c0',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','fa.json',NULL,3746,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14689,'b61401d1813121a25a5858202d8e5aed2252b493','925517dd0e6b8111bda97801a491e3c19678f89a',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','ko.json',NULL,3201,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14690,'d267d64743613a90f8d0d89de52eefc8044bf1d6','79a4bf3dc37f231de19e80ff7b00e2467a02dd23',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','de.json',NULL,3947,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14691,'45e34c9afbec69508794851a88a04a16df1c6890','eaaf14297e870ad63e29130768e15e04e8289698',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','lv.json',NULL,3474,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14692,'bdd250fd5b9b28acda32e84ed495b588adc9e59f','04087e52c8b57d2003b5613d764f13a303042a2d',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','pt-br.json',NULL,3430,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14693,'96f32663fcc75665fd965f92c829a6fd7e6c7091','32b047d6fdbf4d37fc5a9460e9fb7f2a8ed8c314',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','bg.json',NULL,4396,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14694,'16f46ce6e5cff1a2d1fdfc602ab1f6069503ee0e','d25d98712d5b77cc829a9752cef86c792ed8038f',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','he.json',NULL,3641,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14695,'4dad95af68e7a9b3f1b6d7e8e10715a7ae4d46e8','4fda5bccb8522dcc00145c769ce0cb594835ca37',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','te.json',NULL,5410,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14696,'c64f17748c366f3658a06d24e63e63116e72a7c0','7ba734115f198a57b3bf529de438f908e7adbccb',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','it.json',NULL,3478,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14697,'271a07545fb2927b10704bbfa307df2c3540183d','fab308ed17870a87197db35e6006a8d6448f9899',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','fi.json',NULL,3298,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14698,'357084ccbd78259d007ce5c22c794f4dda55d8d6','8445ecf6fb89701afd28e96d02c891009286804f',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','gl.json',NULL,3374,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14699,'b93463e0da17165637c1cce454aeb05da7fd167b','a4dd26d564d92b74366f02ae24c1a7dbf026ebb3',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','es.json',NULL,3490,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14700,'24ba311257ef954a1d247f331b7d23a0d1e30eda','8d3d2cb705e44af028a4d8104d4c9e18a2777cfa',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','sl.json',NULL,3435,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14701,'19c7675fd966f78145dd045fb0aac0d630a1d0cc','5732e432f0dde75b282244a4629d781bb3020ee0',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','es-mx.json',NULL,3446,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14702,'66de9fcece25f46e6614a1e28de8119fb34b433c','b2b26eecd0a978acdf3af3e17f89b18e16be7ab6',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','cy.json',NULL,3265,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14703,'4295579fa01280ddc3470f73f8e7c6648369aebb','fb10e287641b31f6a647dd96e61cde92080d3b4b',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','tr.json',NULL,3437,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14704,'38dba397039f7f4e1b567bc1da71cf7af8e21621','a139776ce99ae0dc7b30c1eafb84a2849e5500e7',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','sw.json',NULL,3358,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14705,'c86b0b9f0fc697da3c72ea9ebf70628cf198b9dd','ab5d7f350fc8f3a4084195a17b564bd51bcbe76b',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','pl.json',NULL,3447,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14706,'c555fa7cca3db22bee742598f90a6e5456b53033','c9a506cd25aa244d78f5c062d0019b8b4b041afb',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','fr.json',NULL,3527,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14707,'66e5c12c27bf4186992f6ffa36869d1b33f21c95','dd21d7158ce5e8bb7d5111347e92a489e288a49a',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/language/','smj.json',NULL,3157,'application/json',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14708,'79299111da97074845b1eff5ae6c9ba2010c13ca','600ef10db7a77552f400bf7f0d0ec0651a9d2f71',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/fonts/lato/','lato-v22-latin-ext_latin-700italic.woff2',NULL,26368,'application/octet-stream',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14709,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3eac1af5dbea704b27adf03f023325ccdfd08d6c',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/fonts/lato/','.',NULL,0,NULL,0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14710,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7a4e1df531d830a7d8a77aae0a1c63fa17f80099',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/fonts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14711,'a0cd323509a1bd6394c17825633483ab9bb9ecb5','f6daca19370ae5867985e293ccefa9cc2bb936c9',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/fonts/lato/','lato-v22-latin-ext_latin-italic.woff2',NULL,26328,'application/octet-stream',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14712,'15e1a857e1c059d0cf265f21fbd3d44607dc1c8a','872870749159fbd1e4aec0e9e69fa149a77e557c',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/fonts/lato/','lato-v22-latin-ext_latin-900.woff2',NULL,24304,'application/octet-stream',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14713,'76897b37e127e2332a1a79aab2e0d6f30ccdc47a','f9d34ef0d8d2f6abe956540d9e8357ebcc1ce197',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/fonts/lato/','OFL.txt',NULL,4407,'text/plain',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14714,'765753204af8ec324539e7465b0f9f8dacaa0086','26f400b5b8cc4b6a4d3687d163cfcd0a584b503e',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/fonts/lato/','lato-v22-latin-ext_latin-300italic.woff2',NULL,18828,'application/octet-stream',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14715,'0c505ef7282fa6e570106bb9f73ded24425836c6','1747456a5fb7b5bcbb10443ad7a95fb1c1f115f7',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/fonts/lato/','lato-v22-latin-ext_latin-900italic.woff2',NULL,25604,'application/octet-stream',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14716,'4dc2e90e40d35482883aea5fa535cfa4e15fd392','130f7c1527c36a8075152494226383d313b525ab',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/fonts/lato/','lato-v22-latin-ext_latin-regular.woff2',NULL,25284,'application/octet-stream',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14717,'54a677e2d0e39ac9c7063068f42cf1eaed464c02','d479618e1547e69467e624d79ce91ec58063fecc',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/fonts/lato/','lato-v22-latin-ext_latin-700.woff2',NULL,24780,'application/octet-stream',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14718,'655fd06821848f4dd82d0948ddac88a742dfcb1e','59c037803480419f29d075f68470df1c9acf50af',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/fonts/lato/','lato-v22-latin-ext_latin-300.woff2',NULL,24876,'application/octet-stream',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14719,'78feb4da5ec97b19fda89193ffa1140c549b8a98','3ba33ae7c78000a910aace3a9c5ff14d42cfe623',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/','presave.js',NULL,618,'application/x-javascript',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14720,'757b71d0f6d504d3e7af9036e72bc2f62f2b0da7','12d7b895d97c06883724f2cc035d015624f003b8',1,'core_h5p','libraries',4,'/H5P.ArithmeticQuiz-1.1/','icon.svg',NULL,2282,'image/svg+xml',0,NULL,NULL,NULL,1731538942,1731538942,0,NULL),(14835,'6658d9ed67449b78d59c76f9e047f99c7d36cdcf','3afabb779185dff869e03598977be24c87003528',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/','h5p-drag-question.js',NULL,38829,'application/x-javascript',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14836,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ac7f129d3d49f868547b1d7fbe8e59e85384430f',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14837,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5e04e2346b78bd4ce1dd78ad85de6a45ab98c551',1,'core_h5p','libraries',28,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14838,'5748e1923edba053a40b39c559ce8f27ca968efd','4161d47cdf4d2d34ba0a348e7f8c7b3b03998960',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/css/','dragquestion.css',NULL,6511,'text/css',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14839,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1914292eeb9c7b43185b58bc9babc9c676e7689b',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/css/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14840,'13046c12e6f257579159cf89e12297227405b5ed','63a6338ad1968c01451d415dcea8dd9da124ad92',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/','upgrades.js',NULL,6415,'application/x-javascript',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14841,'6f5e820e620d99a3105b1ea325420cc264242ff9','066cbe1c6da4d0c3f1e9680cf6a5746b6b8e2a38',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/','library.json',NULL,1342,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14842,'6a764d7b18fbdd1a7fa10b03bb5881e9c7ace6ac','931ee3559fc31350ff146d42b99897aadeb5fc7d',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/','semantics.json',NULL,18008,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14843,'5adde2ee079ac01f8e6392774e34d77e52eba7c7','c1ae3069530a767300b5a5605ca72bd9abdd09fb',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','sme.json',NULL,8948,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14844,'da39a3ee5e6b4b0d3255bfef95601890afd80709','029dd8454456474aca36be00016086890f4ebe37',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14845,'8a59de9b94e795ecdadd9750fd8711dbb5b32836','a68ce4c45eb925c7558f897e21568299c8dd98f6',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','ja.json',NULL,10330,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14846,'574b2aebff14d8e8ace49c78707df3ebbf3f85bb','d072fb1345c3fc5feff9daa5accccf4eeee8c36a',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','ru.json',NULL,13052,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14847,'0551c75eee42b934294b443a0a03f1f4a10df8f4','c4ece8ee8e0cb8d705d85ef83e748e93626b740b',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','lt.json',NULL,9569,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14848,'31e24b74dc8b04512537fa580ce641de0b60aaa2','2bbe7d093164454711b90c6f6901423ec93ac0f1',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','bs.json',NULL,9423,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14849,'7032345670962b1fb623bc19a89f28a748d10f18','8b365453b17da34f0fbca56733ec0caa5797882f',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','nn.json',NULL,9408,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14850,'5adde2ee079ac01f8e6392774e34d77e52eba7c7','49d467607cfb40c1167d4a53a01f3b2d599be831',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','ro.json',NULL,8948,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14851,'3abeb1c4ee8d81fdb70191d8e390916e056eb59a','be1ba265ba9f54f13fd2b23e06d5640f277be187',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','el.json',NULL,14085,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14852,'f0832225bf3da4f207e9937baea52c9bb2803206','486136db509cceb92756d3f4842c9af59f333939',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','km.json',NULL,9561,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14853,'d96eedd893f3f78cd893d13bb36a0cce7701e10a','9dae128a3955e9345d9a79036e5b24a30050872a',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','zh-tw.json',NULL,8510,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14854,'58ba4e1097d7ca20875f6f742c152803301205dc','6373966736cf2465adcdd76f8fefa85c41b07530',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','cs.json',NULL,9741,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14855,'5adde2ee079ac01f8e6392774e34d77e52eba7c7','08147e3156019679d07901bea28beb22083aaea2',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','sma.json',NULL,8948,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14856,'4834d01b5a13e32893bdea5d8ff52886c1a8ae21','410747b746f2bb2dc685e73a144fade3cecde0da',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','da.json',NULL,9026,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14857,'feb3ba1c82a90b2629638964ed8d68da185c793f','8b47f0eaaf435ac9c36d9d479bce4f3591490910',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','eu.json',NULL,9555,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14858,'7ed8124bf52a24cb003eb078317374360acc6064','b7e45e6bb8fe3234c261823a87d43dd2222b9588',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','nl.json',NULL,9755,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14859,'4ec8821e12cbb36396b634f36b250526f1afd29c','ac6d4f8f43cb84ab069e822733c00e949d574b40',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','ca.json',NULL,10445,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14860,'04388154afab3919b39733e5344ce3453f463c41','3014fdcafdb74ad64f3a5fd42b5b0cdfcc86169b',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','pt.json',NULL,9960,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14861,'6133cd4a2fa4da939a381de4b822e43378b7fa11','917d61455a20779ebdf45f9a836bbdcbd7c948e0',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','sr.json',NULL,12838,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14862,'ca3967d25c37525da6af8152b3fd06c4969470d9','f119b70d058bb2cdf95d78ac03c002655da98148',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','hu.json',NULL,8958,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14863,'8c6e8e6e33256fa796158f263b712669426d7c4b','364212aa5a0233301b6a582053c0ed88116db458',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','sv.json',NULL,9522,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14864,'233c5306d25395514e96a068c61a4b901fa9f6fe','28193a23128d4a668f47566f3bcb12e95d8ac876',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','th.json',NULL,12301,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14865,'c2efd1cc3128954fc25c702ec762f21c3555b237','2e0f43dfe2bd7a8360d407bea78214e68cc4f589',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','ar.json',NULL,11417,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14866,'cf16affa83f74c78357de52389f068fe09429f73','30fb233412e534170901447bfda87f7a1a9bf416',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','uk.json',NULL,13608,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14867,'224a7fab97ca6cca880c8b0a46af4f51532ca938','f7e02c27e79ff65673e58e1ab6d1791a4452f7d9',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','zh-hans.json',NULL,8498,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14868,'73ea237ac53a41f6fd2c0a7c568683cf69efad5d','daea8ea35031e664f99302ed508d361928f15257',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','mn.json',NULL,12335,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14869,'26168f898835e47b9bca5bcd137c9bd7633d7b37','84eed323df649b2f9aef77a198410f52d253ca7f',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','af.json',NULL,9260,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14870,'5adde2ee079ac01f8e6392774e34d77e52eba7c7','cfda85556680e3392c45688d51afb3f3bdbe6c89',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','vi.json',NULL,8948,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14871,'d65015da8afa9cb81b8b58633a45baf3a6b8e5a7','d1452b9021f7399dbf68998842bf8abb62a3c601',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','et.json',NULL,8977,'application/json',0,NULL,NULL,NULL,1738413146,1738413146,0,NULL),(14872,'fb63305f4edc97c10c637c6a4416857081dfd03f','45db12a00a2055dbdcc9cd058ae6d5ff66f9c9eb',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','nb.json',NULL,9391,'application/json',0,NULL,NULL,NULL,1738413147,1738413147,0,NULL),(14873,'3a201265f7c25b86153a0652f3907da7086616e4','72ab163d391eb0b15661136ce3f25a6e65a4de75',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','ko.json',NULL,9663,'application/json',0,NULL,NULL,NULL,1738413147,1738413147,0,NULL),(14874,'4e8eb3aff4cfd2bc5023405cf8e3bd770d2f944e','9d8f97b578d30c732f6255bdb9f2c0009ade8afd',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','de.json',NULL,10335,'application/json',0,NULL,NULL,NULL,1738413147,1738413147,0,NULL),(14875,'5b685ed5dfa201b59f1db79b8b13073d4648b8ee','5dd14fe50445b4d3ac196a92da276e87b5a1dc15',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','lv.json',NULL,9951,'application/json',0,NULL,NULL,NULL,1738413147,1738413147,0,NULL),(14876,'15ae28fce709ff9b2f3e2315795ef80de934c01a','dfd63d78f2c110482aba8f82711a5035051cc2f8',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','pt-br.json',NULL,10030,'application/json',0,NULL,NULL,NULL,1738413147,1738413147,0,NULL),(14877,'b8d4f6626f8ccb5ead869aebce25028c87f48427','e897957ae3c8989191801289b6f686d97fbb79b6',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','ka.json',NULL,16985,'application/json',0,NULL,NULL,NULL,1738413147,1738413147,0,NULL),(14878,'9d6dafaccdc0e38bbc0f366e668c2670eb36c85e','81f42cc1d5ee03dc2bdbd447332bb50f93d2db31',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','bg.json',NULL,13682,'application/json',0,NULL,NULL,NULL,1738413147,1738413147,0,NULL),(14879,'8364ea6c564e7ce69528f721960cc7898104f9e1','8af7c526ea1649a8119e922f21211279fb4816c5',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','he.json',NULL,10668,'application/json',0,NULL,NULL,NULL,1738413147,1738413147,0,NULL),(14880,'cca13e8dce796f997c16534823cd14eaebcc9936','10545e4b2331ab14d481da520a4166743027d8c2',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','it.json',NULL,9817,'application/json',0,NULL,NULL,NULL,1738413147,1738413147,0,NULL),(14881,'9bcaa734f6507230cfcf5e7ff7c2530ba150d443','ebe5f6f2b399196e4b59d5e959a0efdbcb9308dc',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','fi.json',NULL,9413,'application/json',0,NULL,NULL,NULL,1738413147,1738413147,0,NULL),(14882,'cfd552d6ad352a28bf317c910c5cf52dcf95f4f2','0fb644225f89ff2dd8ffb671335bf060bb559de4',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','gl.json',NULL,9981,'application/json',0,NULL,NULL,NULL,1738413147,1738413147,0,NULL),(14883,'3cb14ceee9a3199b78ce4e4a5f5e1daea2502726','4c567cb6143fe357c4df54677c1c951b095e869b',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','es.json',NULL,10139,'application/json',0,NULL,NULL,NULL,1738413147,1738413147,0,NULL),(14884,'bacd5ac9b39fc4206bff8f05435e5d74a48118f4','464e2ae85c03663971cabbb510ed99afc18011e7',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','sl.json',NULL,9305,'application/json',0,NULL,NULL,NULL,1738413147,1738413147,0,NULL),(14885,'76b07f2b4e943ec9dfd5e5f5ea51518f98eb1ef3','d76073bb71df418756f69621fba9f75f0f6afe04',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','es-mx.json',NULL,9965,'application/json',0,NULL,NULL,NULL,1738413147,1738413147,0,NULL),(14886,'81b0d5c920ccdf7907510c0700fda3d28b44d6c1','aa3e46aaa51a66675618728499c8ce0df4ae30d4',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','tr.json',NULL,9331,'application/json',0,NULL,NULL,NULL,1738413147,1738413147,0,NULL),(14887,'ec097cb814549ac3169f735723f4733b730387b9','53ef758b2385e4b6d34bda63482a51b79c0232e9',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','sw.json',NULL,9655,'application/json',0,NULL,NULL,NULL,1738413147,1738413147,0,NULL),(14888,'742c45c5d8bb5ad0ece840c5e2a5e81d414108d8','d47ced70ce27144d8b71e6ef1ed271edfdd2097c',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','pl.json',NULL,10340,'application/json',0,NULL,NULL,NULL,1738413147,1738413147,0,NULL),(14889,'b4a2eb1da31a89262676829511448c91dc486f55','214b312ad2bc95779a00d604fbc8bb7da57f786d',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','fr.json',NULL,10423,'application/json',0,NULL,NULL,NULL,1738413147,1738413147,0,NULL),(14890,'5adde2ee079ac01f8e6392774e34d77e52eba7c7','c239cd6727d476d65e3e042e0cc96e4de97f7a68',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/language/','smj.json',NULL,8948,'application/json',0,NULL,NULL,NULL,1738413147,1738413147,0,NULL),(14891,'5b9c1009efd9ccb06ee01b4d92af866c42a7c53e','ce640dd96cf52886e01bf8f7ac8f6e98a15e1e64',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/','presave.js',NULL,2556,'application/x-javascript',0,NULL,NULL,NULL,1738413147,1738413147,0,NULL),(14892,'fad52f26082da3af1129012037c3709fcc576662','e875aaf229a0abb3897102daa02ca6c4b2d39a95',1,'core_h5p','libraries',28,'/H5P.DragQuestion-1.14/','icon.svg',NULL,5676,'image/svg+xml',0,NULL,NULL,NULL,1738413147,1738413147,0,NULL),(14894,'8b7e4a01d3c5878a93a758b0db0c8a1d5d4e7462','7b61eba2ab00d16a46f5004870ed3b5a912d1db7',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/','upgrades.js',NULL,1846,'application/x-javascript',0,NULL,NULL,NULL,1738413152,1738413152,0,NULL),(14895,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ee880b3b498d744db57b404b2bad192b4787c1a7',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413152,1738413152,0,NULL),(14896,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ee525147f48cfc4561eeb28dd2efa3f5732b0c5a',1,'core_h5p','libraries',29,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413152,1738413152,0,NULL),(14897,'b3c3552bd961f35bd9709223371a78cb8cc84c88','efbcc6c02d8003514a2afdd43ebe5019c2766f11',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/','library.json',NULL,1186,'application/json',0,NULL,NULL,NULL,1738413152,1738413152,0,NULL),(14898,'c85b0d4a177554cd1fb9ba415568091547a69dc4','8938a535943cad4d20f54f6a22a9942032990a47',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/','semantics.json',NULL,10185,'application/json',0,NULL,NULL,NULL,1738413152,1738413152,0,NULL),(14899,'aea3f0f093dd416595a46dc7b2736d170b379ef4','0832d56c317bb7c278bafa7b7afbbb4304f94e18',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/dist/','h5p-drag-text.js',NULL,36837,'application/x-javascript',0,NULL,NULL,NULL,1738413152,1738413152,0,NULL),(14900,'da39a3ee5e6b4b0d3255bfef95601890afd80709','434e4a46a0f802af48c0abfb3f684739641fd857',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413152,1738413152,0,NULL),(14901,'465475c88888f46b2007a0bab73bf90f7dc213a8','cddec1d742177e3ee442c4a3a22ebe5bf4d86e17',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/dist/','h5p-drag-text.css',NULL,4891,'text/css',0,NULL,NULL,NULL,1738413152,1738413152,0,NULL),(14902,'3f5cc7b6426b98da81ad7818e11485c11106ac4a','2dc4f7f6b126c64c04e863d247b31fad36e574f8',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/','LICENSE.md',NULL,1060,'text/plain',0,NULL,NULL,NULL,1738413152,1738413152,0,NULL),(14903,'a64de5d8f3d667ca6e28ffe41b35de0c6acb5491','a03ee7c49c6f7cd8b7c6bc43877c3d266dc883fb',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','sme.json',NULL,5956,'application/json',0,NULL,NULL,NULL,1738413152,1738413152,0,NULL),(14904,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d00feaaba5b3e55b614cc37eef6e528fd066a608',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413152,1738413152,0,NULL),(14905,'decc9e515eee3544fa221269838ec4fc09cc1584','5052fb98db1f9fa5045a249abfabd3b3489ffdb3',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','ja.json',NULL,7258,'application/json',0,NULL,NULL,NULL,1738413152,1738413152,0,NULL),(14906,'636d4060d8f8068780944943c1ea592e2959ac31','174cf3aecfc64be5ebff6ad4c81920899a312114',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','ru.json',NULL,9469,'application/json',0,NULL,NULL,NULL,1738413152,1738413152,0,NULL),(14907,'6c7f2699aea9aa23ec88f7a5434bd14b0eba62b8','38985f28644b1cff8bb4db950154e2ebb76ce586',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','lt.json',NULL,6360,'application/json',0,NULL,NULL,NULL,1738413152,1738413152,0,NULL),(14908,'e490691ae6bc813ac071ef7d33bc811aedd5349b','3b2793519530e619ca7f85c6fabff6e224314f17',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','bs.json',NULL,6222,'application/json',0,NULL,NULL,NULL,1738413152,1738413152,0,NULL),(14909,'17db2b4abd94901784b05d43aba6d80e671934d7','631dfb841266788627aec4fa9d50cfb0cbc64f10',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','nn.json',NULL,6078,'application/json',0,NULL,NULL,NULL,1738413152,1738413152,0,NULL),(14910,'a64de5d8f3d667ca6e28ffe41b35de0c6acb5491','ba2006a552fbaf4ce1fa7ec7e20ce1492c033b90',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','ro.json',NULL,5956,'application/json',0,NULL,NULL,NULL,1738413152,1738413152,0,NULL),(14911,'690dc86cf5dca66f2a8435e0cc33ee792a6cd47b','72493b8208b078cf11b2797705283eb5b74ed8c2',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','el.json',NULL,10786,'application/json',0,NULL,NULL,NULL,1738413152,1738413152,0,NULL),(14912,'c9fea42fd8c50b4d58a12784844bafa7295888fe','dd6949e3dd686e24c148d5423c9ae8aa09c423aa',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','km.json',NULL,9961,'application/json',0,NULL,NULL,NULL,1738413152,1738413152,0,NULL),(14913,'facf63b0c4899f3d658107e197c2a179ef166a1a','653e4b2a35fed801ff33c90ae0e395988b0aa3cf',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','zh-tw.json',NULL,5481,'application/json',0,NULL,NULL,NULL,1738413152,1738413152,0,NULL),(14914,'a3681ae9a9ba6829e827c601deeefd1484c50505','36292573d63469ffcf2acf9a3f7b46be25e78ff3',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','cs.json',NULL,6720,'application/json',0,NULL,NULL,NULL,1738413152,1738413152,0,NULL),(14915,'a64de5d8f3d667ca6e28ffe41b35de0c6acb5491','1fc5fc067ad7133d3d7340ab1ec1383e20ca8f7c',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','sma.json',NULL,5956,'application/json',0,NULL,NULL,NULL,1738413152,1738413152,0,NULL),(14916,'e2d91d407a0527631158e0c659c7c3e7cd9a01c5','41c5cc74a3bc4037e018b1c3dc806f8673131805',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','da.json',NULL,5953,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14917,'68c0438f0bb5b1cc89b30e878e8f2a295b04fc3b','98f1e3c2fa45705a9856ddb977267fb24ce19b0e',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','eu.json',NULL,6488,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14918,'7edb0a330631cbc750fb258202d48c7ba213cfa6','2af4a8094c305fd05b09e12ab58c8cc7df519d41',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','nl.json',NULL,6303,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14919,'f512cda2597fa85e66d88f87bebb9efecb5e9bb1','0589b5356f5dd9f137056bb6cb2908ac798c81c0',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','ca.json',NULL,7209,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14920,'c9e80272b49fb6fc6024e8586f6c493bc6151fa1','05f7cd4980a0e5d869fd52ab2d5e43efa98e3c98',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','pt.json',NULL,6595,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14921,'384c5f6c16f10b77b2fc38ca6a1eb0cc2a0f50a2','e6ad76575a9158a237f3e2327305e9c8da7b7e15',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','sr.json',NULL,7630,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14922,'4a69a523aedc5e2b75246d803ba844b0ae47b52e','2820acc2a3d8eaec6599c4a9b2a3f596391b91eb',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','hu.json',NULL,5975,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14923,'8e56726973edb416a15b7c0c6dfa04cb2975ee2f','f3656d59600a8457de29fa57b096ac40469fac5d',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','sv.json',NULL,6572,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14924,'07dd624aea143bef931e0c7eee502f43af869e00','5c0f7e517d682f9f5848838f2a571111ef76e85f',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','th.json',NULL,7855,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14925,'8998b31a61fe602bb60e94acd08c8825015e0f80','cc2bb5e6d21043b132b1795fbe6c61b6a690e85c',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','ar.json',NULL,7160,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14926,'56168663309fdc293c408809fd606ae32201bbf0','d832488f68c914159ec5bd6fe87a0fbabe207353',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','uk.json',NULL,9584,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14927,'9f34dc4c3366ea5ed17df691cf98a8efb713c631','6315736d3d36c03bfcf6329937220fce911ea16c',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','mn.json',NULL,9068,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14928,'5302d65987b756e2bf0c7f90670513e454b15a3f','b42501f6474d9224da390ee60d27155d740650fb',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','af.json',NULL,6116,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14929,'a64de5d8f3d667ca6e28ffe41b35de0c6acb5491','54705c65f19d2d850c4fb1950b7f7611fbf1bc67',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','vi.json',NULL,5956,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14930,'3948a76477a94965c7f4dc9c79eb835ddd1a4206','a34b75b0ec73bd17f7e135c328e0e3d4d4a0ecba',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','et.json',NULL,6006,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14931,'5e14a30428a209681675799f4b7651ff085dbdf6','78180f73e75fb52bfa6b3a883a0644e19f016dbe',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','nb.json',NULL,6215,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14932,'237d57233550afa0ff81fae9d46f9c2dd1d1e1ac','0fba2658bc5dca62d63af6b35647f4c882ed3dff',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','fa.json',NULL,8829,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14933,'d4ee50d18fd7e234aabad03ff24bbffa8dbaf11b','a45c5716277690d2fb3fe8c3f81510fd5868b040',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','ko.json',NULL,6631,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14934,'e93c6ee6911391354e79fc2d2e814eb572a95356','73c8739fa5792fe52be7fe2a56ab69a0512772a1',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','de.json',NULL,6880,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14935,'c502505e937f0a0dcf99632a583ffec4ba805bfa','6a3d46dd2b1df32ca019d7e6e95f6464684d81bf',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','lv.json',NULL,6812,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14936,'4327a256226f1c269fd0e9871086ed57b31c75e8','bb1b8c6e2867fe57e01aa9574f8db3ad29deb860',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','pt-br.json',NULL,6647,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14937,'15129d3d8be317ff9876d9a8b8e14e40be918c51','fe0eb27b9d112d83be9a12f345f9b2d06ac38d43',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','ka.json',NULL,13373,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14938,'59f64fdbc9e45de009ede256238b7dc8d3ad2b96','64f813f9ec587a7dce59b9261e91f5c9998a9b04',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','bg.json',NULL,9477,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14939,'f5fb965713c6fa1660bfe04dc3d18bf0650cd3de','25d3f53270c398f31195f8a364ff16b9832b809d',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','he.json',NULL,7365,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14940,'0c1f02cf37893e41e6049c8290db99c74edaeaac','1cbd163317268b7207a62d9794633de2919d7adc',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','te.json',NULL,12569,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14941,'9a90f070c8d0679a3a8c17752e651fe4a827ec77','9c97a189fb4bff4359224000464e32ca9509941f',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','it.json',NULL,6625,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14942,'64c825a1eb78484eb945f4d86d6ffcd79171ea7b','c979b4bdf9c73287127fa5ef13ed983075dc157c',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','fi.json',NULL,5922,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14943,'e60a53039c8bcfd203818d1fc4ec9abb6f8d05f4','b6d96d40158712bbf58d2cc7db98634e72f6c62e',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','gl.json',NULL,6674,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14944,'86a6ad8d8dd337dd320041b39d61d124c2eac6a8','74b4aaabf0372870a4bd6dc024304852a064df32',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','es.json',NULL,7032,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14945,'86c00322c3c440224ab576156f0601b0efc8cec5','2e97659a1fd69e74540ef0e09081f3ff94569831',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','sl.json',NULL,6009,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14946,'015dd1a1fdfe9b633f03cf16ba8791ef85d321ca','f98dd94ba4678c4e656e2cb39df611f83c4cda7e',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','ga.json',NULL,6017,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14947,'e04908c3e4a69c1763e40f31595fe1be9518dbbe','440e363ff6a532541a5960af5ee57f15f58e5792',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','es-mx.json',NULL,7002,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14948,'edd5930e2598594051414ee344909b066a1aa7b1','f952d62a0147655ff957404554c185043fcb67be',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','tr.json',NULL,6805,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14949,'a28b33e189503bfaa75a060da48cedd1fa69a27c','144fe26a2b53df020e91672e29b6764f79d9f350',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','sw.json',NULL,6435,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14950,'11b26cbb63ee1e18dea51478a55236880a96aced','f7ecbbe49f995b5af605a3bcb9ef8bd099a4ad60',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','pl.json',NULL,6373,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14951,'c4d8eba1f58f7be9139550ca557d9398db0ca532','d9850f04107218c4bad7b779a88f64691f543a7c',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','fr.json',NULL,6904,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14952,'a64de5d8f3d667ca6e28ffe41b35de0c6acb5491','8f1e9de454807540c7b10ec4213f1cf1dc4e6688',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/language/','smj.json',NULL,5956,'application/json',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14953,'1825e24c21a776a2a305d477a3a75c5b8a3edfc7','dbe104799419b8da97208f25d95b9a96c6429201',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/','presave.js',NULL,690,'application/x-javascript',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14954,'3906115fc29e411b9ac87ef9950937d32e8b21fb','990b5813e86478294bec91455bca51d676172a9c',1,'core_h5p','libraries',29,'/H5P.DragText-1.10/','icon.svg',NULL,3752,'image/svg+xml',0,NULL,NULL,NULL,1738413153,1738413153,0,NULL),(14956,'288e9a55d8b038be56da45188a0a8059b2853cba','2f29a6a1cc5e725d0ed76b1970c06e6fc796d2ab',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/css/','blanks.css',NULL,2478,'text/css',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14957,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d66bb69cbf918e0d88d198818fc6fa6785066468',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/css/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14958,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ada035e8b94cf805a9380fb6b59debb3d14b45eb',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14959,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3398cf7b08598fb2e8e6a7cc68da1aa08c645c2a',1,'core_h5p','libraries',17,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14960,'013ca5953ceab66afe8b648589331735009cd97c','5bdd1ea99b830c31292d8216f0325d0d4a12ffd5',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/','upgrades.js',NULL,4034,'application/x-javascript',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14961,'07d4edf3724fb6cc5ed38478098437c2648afdfa','29c3cd84345d2b3cdeb60bafd08806fba123164e',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/','library.json',NULL,1221,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14962,'e13c4f0bcea224a4784f325fdd2ea621a395e2bb','f8c71bbf13ca2beb79382ea6e0eb0b7698e12e5d',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/js/','blanks.js',NULL,30171,'application/x-javascript',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14963,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2a7264c8fc7fb31433f18b94833a46d37530a431',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/js/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14964,'6ee2b4df8113d5e7597a69c42e7323f848cdfa59','46225f0b137ca884a2947cccb027a5abc5b05c05',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/js/','cloze.js',NULL,7302,'application/x-javascript',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14965,'75b32e134010b2ae18e05ac7587288bc12239e40','e13211e8d6fd9be12753291f6ff64adc7d1cce8e',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/','semantics.json',NULL,12509,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14966,'13cb2bb7204ebb05383109426ef7deaae2f41d52','e5118a6ca5d7b65d32006ee92ff4ed3959ba35b3',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/','README.md',NULL,1257,'text/plain',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14967,'e02f9cfa92ba209dd595135dcf0573ce7604767a','3f1f9a269bbf2d6460ba7a7e04d2aad55f86f561',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','sme.json',NULL,6287,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14968,'da39a3ee5e6b4b0d3255bfef95601890afd80709','369c9996d050f0508976d920eb9c5a994282ce57',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14969,'02efdd409baaf1975c92026e0be4af5fc32ac663','6247a8c982fab2355063dad5ff1e23b9ba492529',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','ja.json',NULL,6874,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14970,'ea81ff9b569b4ab2c721cb88ff7dcf7b9b8a5802','ba5f899f6d4d905bd2dd98b9f5b4203af3faf7ff',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','ru.json',NULL,9560,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14971,'57e094db15080538469559d0aeaa484b0d051897','ff5af5c4a7107f727a7f94c119115e205230ac91',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','lt.json',NULL,6930,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14972,'49ee020228ee2bbe0fdd355444501e36fedd9c54','6296e0a5511f671650fd3a6cf1e17af209c698e0',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','bs.json',NULL,6608,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14973,'afd1de4279faf1ef76ebeefb34d6f3bdc79d5a63','fdd425e2b1ab1352052d5f1e8407b4ef420d2cea',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','nn.json',NULL,6641,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14974,'f476bebb2d3d91e5a0e838eef7f0ec36a4074832','e61b719ddbcead2863d3326a5c5be95c05f01bba',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','ro.json',NULL,6300,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14975,'36c76e9c4a6d8dfd3b2b9f3037768c04635326f7','89b9d02b5255963a1f994be3f50438a539b5ee88',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','el.json',NULL,10271,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14976,'20a9bed499f14147801080287e4c24550f64a4ac','ab655ad78389bf86db6197f7fc0549edeebdf6cd',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','km.json',NULL,10339,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14977,'b9ccbeda6c8127a327ac4aea176b3d2f82a0a85e','0e9c58a9f15d74aaf77c123a901d4585730b8d6b',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','cs.json',NULL,6826,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14978,'e02f9cfa92ba209dd595135dcf0573ce7604767a','fccf5daabf65cceac404e498c370dc0c6300c05d',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','sma.json',NULL,6287,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14979,'d497899f49d0733f829c381004ab37c697aa58ce','ed112255deca240935bf4e443c6d3f85f44aa55a',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','da.json',NULL,6390,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14980,'0ec886e77818feabfad77eb6732fb56758b5c629','143369e7c5c9d34340cbf57406633f2a5fd0a22f',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','eu.json',NULL,6697,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14981,'1f2f7a34de54a4aefb1a65244c4c6109111cf5fa','69a5ec9f6ba6434d76d5cca3c78b5be302ca7084',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','nl.json',NULL,6732,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14982,'03634392e8e94afb0fef2521ffacd971a8ca69ee','4c43cb366583cd9814aa11f1c9899ac85f071e30',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','ca.json',NULL,7318,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14983,'45933e21e1d58002b10f8eca2b7db6b2f4dfeeef','ca2fc458bc8450ce486aa4acee812947af7461bc',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','pt.json',NULL,7244,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14984,'91f01788e9090271cf79c39bfe0f2ae68628154c','0d8d6da4039305ff36217f371d83c71e81f7e0a5',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','sr.json',NULL,8875,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14985,'e02f9cfa92ba209dd595135dcf0573ce7604767a','da968bbf2c79010387d4a800636a5ebc9e241667',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','hu.json',NULL,6287,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14986,'683eba7064b6d939abcac5a44a1d2c5f5627fd75','fb09c40c3bf33bd7cd3741efe05fa59288b1bb29',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','sv.json',NULL,6609,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14987,'df766f21c261343f7b7f4682b5a7c2f334593376','75ed83baa40a767499c4f125895ae0da3c434e4a',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','ar.json',NULL,7945,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14988,'dacaa62c59b51032c0a2c1bf641ede09983c685a','710572beaeab1b436212b881555ba7e95df5902e',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','uk.json',NULL,9653,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14989,'99700980f4d592c6d77288e1feeb8d05be8847a7','a5bf35dfc6b0077a6ca16f90331d26bfcd4539c5',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','zh-hans.json',NULL,5857,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14990,'fd6d64617d50c863e52d4e67c679354e6a69dd51','6a729aa671d14f8a604fd1780f5c3d65549942e0',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','mn.json',NULL,9417,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14991,'8ecbb764bb720074e087607726c458343a68ad05','04d7e500fa6149778119085f2e46ef96f0852859',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','af.json',NULL,6479,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14992,'e02f9cfa92ba209dd595135dcf0573ce7604767a','24d978cacd9c5de6ca1a397ccb272ddf13c26597',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','vi.json',NULL,6287,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14993,'beb04c88af929fb4c05e8f6eb5e7938d8f94985e','0568a5f6bf80f78213043d244f2722f49de47015',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','et.json',NULL,6459,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14994,'16c5096e3f52fb8f8e97f15a1e9e3e20388cdc60','af68fb269b71b2af573dd36c6dbadfab63ed969e',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','nb.json',NULL,6579,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14995,'2ea9205739ec5e3fe1cca9a75747f2636e5364af','8061ac7c182197cf1622fd2e2ec3e4d6de8e7477',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','hsb.json',NULL,6831,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14996,'e8225e9c41b14b26f30811bfc21c13e434d398ac','edf37992b41fe2d8bf5244e8ac5042f7c2c8e15d',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','ko.json',NULL,6882,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14997,'0180b9c897d8b70fc28340d2fcdf0ab55ce7454a','37db699cb28a4cf6b86d272f63ca97fce30b4fb6',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','de.json',NULL,7341,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14998,'bae48c4084b6876c69dff005bbda5d5dd8788c79','1743418a0c2215fa8bdd48b69abee42e98e38fb1',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','lv.json',NULL,7018,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(14999,'ba6ec0aada385c27ca2f02324aa0bf8b7ea6253e','0714e22dbdc0d4c7b2c2d0f71b9a25b3145475c8',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','pt-br.json',NULL,7209,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(15000,'b8c2013ae7732439580e80c05e8b6987e90c8555','5785cfb772a59792452c7ff1ed04ee0c262b4053',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','ka.json',NULL,12704,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(15001,'937058b0420467aa09d270bc7fde87705d6bdd4c','1168dd97b0aaa2193a2cdfda5671c5f64447a50f',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','bg.json',NULL,10069,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(15002,'29077637cd6ea9cc54c6427308f86d541dfb7d4b','cd90ce36288e68b6d74311f668f866349c19960e',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','he.json',NULL,7755,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(15003,'20787c18a0b7d32d0f7106779e246dcc435fe6f2','aeda3afe8f41cf16a03d801adcb352c690f90e2c',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','te.json',NULL,11994,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(15004,'c3d63e5fc64776d1055f590b6f7cbcb52f1a48c7','94e60f28b40865a3b20be99a0ffc659e7887f663',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','it.json',NULL,6930,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(15005,'4f48fcbc6fc7e51096921b442238bc682d56f74f','5a6933b89de8f24ab935398d64895342bcaff3dc',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','fi.json',NULL,6554,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(15006,'7ba58617f6f0407cb63f922cf43da9b270b67e14','2d593df59a016c23f35aad126fd8ac3889eb3b31',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','gl.json',NULL,7099,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(15007,'54e2d3f5c54a59c0a30cbea939664e1effdb769f','a215c426e09c6f491232171ea7bf74c87ba49270',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','es.json',NULL,7309,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(15008,'73072d64715a09f04e13063bf6f8783cad57ba3b','11b0ce50cd7761c7b3b6694f5e97a91db3defa01',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','sl.json',NULL,6631,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(15009,'4f92c9a36623799d0d4a236783ff703adc52bd84','75ca5c5268aedd77ed7336f81fc143f39ee2f416',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','es-mx.json',NULL,7180,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(15010,'3519929dc82383fc9738fac20d0d3ca1d5503818','5146e264e946f3a44b8aa51e93239da0e9f9ab90',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','tr.json',NULL,6884,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(15011,'e7c84e075a5e56cfbe810182661d112ed0568e62','1bf49bd092079d8ccf41eb96e8b88a69c465bb13',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','sw.json',NULL,6819,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(15012,'3ffe779ed82b1d9a5797643200a17bbd82a4c3fa','1e984689366aedc8ef008af854048c11729427db',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','tg.json',NULL,6366,'application/json',0,NULL,NULL,NULL,1738413159,1738413159,0,NULL),(15013,'e3e43d51f0e6c16187c0bbc0c5676cc48b54f1b6','ee0f3b968a9a4797e697fa32f74095af94f19064',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','pl.json',NULL,6804,'application/json',0,NULL,NULL,NULL,1738413160,1738413160,0,NULL),(15014,'357501fbf5a902fd931da3bbd897ab4dc1055e18','b1e66547b28280f148709820a9b474360cef23b3',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','fr.json',NULL,7215,'application/json',0,NULL,NULL,NULL,1738413160,1738413160,0,NULL),(15015,'e02f9cfa92ba209dd595135dcf0573ce7604767a','4607a80b8dc55cf9d95533a4a4e9323d4d62ed94',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/language/','smj.json',NULL,6287,'application/json',0,NULL,NULL,NULL,1738413160,1738413160,0,NULL),(15016,'1b3f8579a2e3f1d098d787298639a9012eb2f798','f252c7dd4b27ef262cd4214af1c61a4562e4dcf3',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/','presave.js',NULL,1027,'application/x-javascript',0,NULL,NULL,NULL,1738413160,1738413160,0,NULL),(15017,'ab70b4f267fbff5ac441b9b9b2de19be14cd66e6','03e2683ba66b37654d95965722bf4972e0173532',1,'core_h5p','libraries',17,'/H5P.Blanks-1.14/','icon.svg',NULL,3674,'image/svg+xml',0,NULL,NULL,NULL,1738413160,1738413160,0,NULL),(15086,'ac72ef041f2be9d1f43497db8fc25c2cdb58528a','e0dbc883b9341dbcf04afc82ebdda8f01bbe64f6',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/','library.json',NULL,422,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15087,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d5acd732729ea8b16668f76b097a909ffe67426a',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15088,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4ae7287bc087d66a8d9ba288e94e3d90d03db6f7',1,'core_h5p','libraries',69,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15089,'538ef86fc66164b6149212b6144886464b2e1e0b','3b370c347cc98cb1a24389d0e56ca46e5ec9d191',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/','semantics.json',NULL,910,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15090,'1f008d05090c255547b7f5985ecce17fd3fb17b4','a4954c321e1828fb5ebbeef91870a596c704089a',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/dist/','h5p-open-ended-question.css',NULL,625,'text/css',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15091,'da39a3ee5e6b4b0d3255bfef95601890afd80709','6aeb5c56e834d67bfa7c9cf3416f9439fcc2d1a9',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15092,'2fb9bb3dfd6090cbdd090c942c9fbe08ac92a401','253c6b84172146a21761545a8df8222669860573',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/dist/','h5p-open-ended-question.js',NULL,4611,'application/x-javascript',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15093,'4b5f1b53341077e6697003c82dddadcad1582b20','88b106f777241612dc51a9529ea8d8877192950c',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','sme.json',NULL,633,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15094,'da39a3ee5e6b4b0d3255bfef95601890afd80709','14f09c01ce73f77e70110705ee2c7edc950590b7',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15095,'b35a5ea83b6a821b5532741f42fad0a9f2481b3e','8695478768d18ad169a2a1bb6c95560d37c0507a',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','ja.json',NULL,677,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15096,'4b5f1b53341077e6697003c82dddadcad1582b20','6a876131f5f692de401261be9e0a426315c7233c',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','ru.json',NULL,633,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15097,'08ddaf53856c7683e24ef1b06cc2fa8c029d4609','85d5dac21a093812016453855c12e58782b09cc8',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','lt.json',NULL,669,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15098,'02d62254dc112eb111182b42ab2e32cd4d48791c','f579f5f8c740726d34c14a289c37e12757e546f3',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','zh.json',NULL,569,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15099,'4b5f1b53341077e6697003c82dddadcad1582b20','d4350150ab6a65ddb9b6240d091ac4923f41c34f',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','bs.json',NULL,633,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15100,'4b5f1b53341077e6697003c82dddadcad1582b20','b1ac51746bbb947e522ba15025458a7b71384f83',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','nn.json',NULL,633,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15101,'4b5f1b53341077e6697003c82dddadcad1582b20','b6da19d3ce8b2986c11326788a12de3757cdddfd',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','ro.json',NULL,633,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15102,'870417f929e77350be2490079b4523e5013061a9','cb1300a061762eebb11cc6470fd2f32d1fd4aa33',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','el.json',NULL,890,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15103,'7efad3b32e96a6206cd73839ccbb91e96d2ae922','f7e32bdfdf68fab0aab8e7de708b2ac2a7074638',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','km.json',NULL,663,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15104,'1f36cd0fafb2ceb62f20c723e21c0f5a497bd3b4','ab0f3078725b969086261bc55a29b42308bde7dc',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','cs.json',NULL,639,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15105,'4b5f1b53341077e6697003c82dddadcad1582b20','bb3180500eb4f2f7c308529e81715f93085905c3',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','sma.json',NULL,633,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15106,'4b5f1b53341077e6697003c82dddadcad1582b20','c63f2651723fbe4354af0d723e05f65529e2c3b1',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','da.json',NULL,633,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15107,'dcdb48946050d544ea0070924e815c122e45ebf9','edbde5669ef16721927a4693ff2e57c418ba864b',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','eu.json',NULL,653,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15108,'2204579cc5d60865ad4154003017a7473bd5d5cb','63c17e2ed588baba57b96f9c93a8227450236203',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','nl.json',NULL,655,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15109,'e1c5f1aeab291869b40a1834b1a406dfddc8a6f2','49850fb08ff8b47a53296f55b2975f7e21c3e791',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','ca.json',NULL,699,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15110,'f5e665c166c7ce12ff3f107916b24d70a6829f00','3cc54427868882570d3ad122718b730f60edf7d0',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','pt.json',NULL,662,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15111,'4b5f1b53341077e6697003c82dddadcad1582b20','9dfbb7fb43fabf8138ba12d217be34f532eacb24',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','sr.json',NULL,633,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15112,'4b5f1b53341077e6697003c82dddadcad1582b20','37485d78fa825e99109a10a39da8e92e09fb5618',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','hu.json',NULL,633,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15113,'aad4bb8062d9fcb1d9e1d68f3b0e27e0241fc935','143017d9371f47a7dd0b3fbbb968cdb4300c4b4d',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','sv.json',NULL,656,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15114,'8067144138469603d701db4ce1a1da6f62775ca0','b92301ba8af573ceab63ed8d7ec8b1e5366ce04c',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','ar.json',NULL,753,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15115,'a1b3c3076a1a1ffbd51c188d2ce854a08015c282','5849606ce40eaeb733c90acf1537706f8de7ffe4',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','uk.json',NULL,816,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15116,'a40530bf66c7a84a64f2f0c47b544fa2debc9e7a','38dbaf405706519048f8f2ef2b068eb393eb71f2',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','mn.json',NULL,820,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15117,'22a2943409d38a749198610432af477642f6ab88','3e3e3af2546f00e3bef215970f5858c5ba20efad',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','af.json',NULL,620,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15118,'f2bdfb0c686c58bf98825ade1381eda05b9dd700','4e7fb8642c651024687db8c04455044c0b354f30',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','vi.json',NULL,637,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15119,'cbaacdeea96150cad8c69a16490678aaeaa0a043','7479a49e60684f5c78368d126a86c03179a5885d',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','et.json',NULL,627,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15120,'614eed89ab93f96a56ba6cc6a6af92d5396ebd1d','4761940552c0ab2ce013972f8e98352991aeb92d',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','nb.json',NULL,646,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15121,'38bdc0ec3dc46246a9be8acb38bccd6e52a16fb6','a6b9bd822eb858eed77617887d465e0b2b1154cf',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','ko.json',NULL,618,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15122,'b3845ba70f4b241325228732ab35229adde116f6','67af581adbd493ab73bcb3e646aa820e20d972ef',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','de.json',NULL,643,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15123,'c888d653eb6f2bf390bb3485161dfd4136e202ba','a5d3236814699e155c07931919f28c2c985b954b',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','lv.json',NULL,636,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15124,'d4a22d25d095714220fadafb8d2147f5251798e3','cd14741c3a0bdb0a4b04173ea96a8f6816d08842',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','pt-br.json',NULL,665,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15125,'7e95dab76ca1b8dd4e213a7b0d6f46e124839fb4','63534aed504cb731634d444e90341db804ba599e',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','ka.json',NULL,1055,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15126,'db7bce0a016b5d12f3b26fc5a91ce30f22628b15','95ac8199473f7c9d2277935bb0132ee6077101b1',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','bg.json',NULL,931,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15127,'6700e3a9e0eeeaddb851b9a1a725511c3530232c','dcf30aa17670e9bd2085925f5fdc32f80fa76222',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','he.json',NULL,747,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15128,'c8536416799c1d0c4ca0a8dfb1a735eebff606c4','ad14dec109f3c55eeb3d3d2c3bf2577112c4542b',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','it.json',NULL,634,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15129,'45c86792f2231c0ec2c215afe69ffd2c4b9d6b83','35b1e2468094897502921e0dd39fa3d963f8b001',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','fi.json',NULL,632,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15130,'e6cd4c4c2241bbeeeac15b27ac4da7ffb05a805a','9763520f23cb2f3ce91451299c618b46bbc0b7e8',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','gl.json',NULL,642,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15131,'c3f9f68092c629a4ce6570054702cda23675fd9d','a47e3516480568561315afb3b8557ac1d1f1ed72',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','es.json',NULL,661,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15132,'3159810d88d59f86ee2982a47a10f45d285fb206','d3e9306f13945626c11ef7673cb2b6662a826ca7',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','sl.json',NULL,627,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15133,'4d87b02e6d5e1a4eeef036f58337923174d5c80a','5f08582f9b3315fda0cca1d6005a79f9978d28e5',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','es-mx.json',NULL,674,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15134,'559a9512a7479812c5f51cf226ace3417b89ae7c','315fd24bc8fdc8ea47b883761e7e422c8f2da924',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','tr.json',NULL,663,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15135,'637ce60a661f743a8f4da84f283e5c9e12c4737c','ab0ffdbf9a50113076cc1dcf37c9746d208cd750',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','sw.json',NULL,661,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15136,'4b5f1b53341077e6697003c82dddadcad1582b20','9c479c4179a95bb5ba2a24f3e7c71de85c3cc94f',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','pl.json',NULL,633,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15137,'5b112125229db7d4d1f7b5f43736ffca0ff04480','d43b7631376968acb650c75837913fc1e3b4ed39',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','fr.json',NULL,696,'application/json',0,NULL,NULL,NULL,1738413170,1738413170,0,NULL),(15138,'4b5f1b53341077e6697003c82dddadcad1582b20','8fc868c3d41db9639321b992f903bf39a0eb1582',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/language/','smj.json',NULL,633,'application/json',0,NULL,NULL,NULL,1738413171,1738413171,0,NULL),(15139,'002e0c1096c0c9f0fd3672b2f1d435d6b288c939','816c78ea387c8997f609c44a35a8b88988e6b87b',1,'core_h5p','libraries',69,'/H5P.OpenEndedQuestion-1.0/','package-lock.json',NULL,322902,'application/json',0,NULL,NULL,NULL,1738413171,1738413171,0,NULL),(15140,'ab89db1a1ff12022c02b2ef75ddaa53ef67aeed9','3d1a719fa86001d7641f44ae253952e611f5a556',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/','library.json',NULL,891,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15141,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8fee46f79e57277670c7c56cf7fac3984a8b49cd',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15142,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ed40b5b3e43ca09eae017ed49f3ce34034c99d4a',1,'core_h5p','libraries',71,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15143,'6c60269b9a9d7c3fde1419fa7e7477efd212beeb','695a1b201982cc31277e4c28fb0a306feb9e1573',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/','semantics.json',NULL,4806,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15144,'107411ee5d85c28412b08ccef4a39e371533baab','f9b623fc20a42af14756109a6a9ee5cb68562b4a',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/dist/','dist.js',NULL,17455,'application/x-javascript',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15145,'da39a3ee5e6b4b0d3255bfef95601890afd80709','7e4c4db07fb9fcd4dbf460d0d40ce158ed4b2e96',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15146,'09bea14d58ed2b2efdfcaa24cd706fb01680ba42','4b187e6263c4d9d48c73e9e95b93d05632581ab3',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/dist/','styles.css',NULL,5771,'text/css',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15147,'19805cfc1e8c217ee08c1c5c47587a4aa3f97c84','583ac98f3aa9ced765a86fd5b3dd8e5853138a8c',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','sme.json',NULL,2658,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15148,'da39a3ee5e6b4b0d3255bfef95601890afd80709','241ceeaa6f8a6ef3295ec2db0cdc2ffdad56c442',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15149,'19805cfc1e8c217ee08c1c5c47587a4aa3f97c84','cd21aed7cf2c1c43e58d550a62d90b33ebecb8ad',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','ja.json',NULL,2658,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15150,'c42706e99c7c8c524314b5d1a73a07551d363b64','5942c8259f96230ce53d6cfa3e95decfc13685bf',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','ru.json',NULL,3674,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15151,'861f25404054c0f6d6306f4e7e098786b026ab00','888445fda66a1be4107eafd84c155679cd60a65f',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','lt.json',NULL,2785,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15152,'368141ba79b9392b23561618753c219a88dc1491','b3fd3368e44d8e6e9aa2485144d131ee3a622d97',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','zh.json',NULL,2670,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15153,'19805cfc1e8c217ee08c1c5c47587a4aa3f97c84','5014d04800cd40468c14c99ed799696c5f422cce',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','bs.json',NULL,2658,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15154,'085edec271d9368fac29b6671b9201d2362067d0','e690edccbf32fb0da9018453dac4ecebb31b0112',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','nn.json',NULL,2783,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15155,'19805cfc1e8c217ee08c1c5c47587a4aa3f97c84','5dc3943c22b1df68a415233f6407eadf91fef2e9',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','ro.json',NULL,2658,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15156,'1bdd8104a0aab7d996df8f190dfc9ecc2cc3f861','199e8ae5c755be676d1645aaf2b8c288190dcc80',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','el.json',NULL,4039,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15157,'b5a10e1d9f66fffdfd2e43a8cb8acdbdb0e29190','b6451b9b69be92c5264ec2299fc8134f2a4fb2e2',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','km.json',NULL,2964,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15158,'8dbdcb4d4b4f4a82d2d29b0b097f62f1d462ee02','e98547540e9c5b340bf5c6b5c9a9786fce7a3bfc',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','cs.json',NULL,2836,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15159,'19805cfc1e8c217ee08c1c5c47587a4aa3f97c84','90d2efcbbdc22e7caa76966ca62177d9ad6c0f5e',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','sma.json',NULL,2658,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15160,'19805cfc1e8c217ee08c1c5c47587a4aa3f97c84','2cea51c169fc3e2523d636e78de60834e51a6d95',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','da.json',NULL,2658,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15161,'11d4052b6149d60b6bfe66a2f0d81da9445ea889','e2316eaca03b256de06b078c75737f668560c97a',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','eu.json',NULL,2832,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15162,'b532a073377044db8dd0419abbacbd0530ae7319','e2672e9bb9c51019728cfaccee1205f02ee702ed',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','nl.json',NULL,2827,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15163,'0eaea430d1853872896ce5d4f1b43d181a75e42e','2a0db2476b501bb7f8fe791ef18dc60584c6e7b7',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','ca.json',NULL,3018,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15164,'d91c327aa68e18ea2196b57a21c03240be292f39','5c2f1843a56ead734c1566c4dcb6ef94fda4c32b',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','pt.json',NULL,2878,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15165,'19805cfc1e8c217ee08c1c5c47587a4aa3f97c84','cf11454fe14e23d8095f43d9f779b559e802b2a6',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','sr.json',NULL,2658,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15166,'19805cfc1e8c217ee08c1c5c47587a4aa3f97c84','c44e0a2663cd0012ba3dc70a7837849e95e796f0',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','hu.json',NULL,2658,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15167,'19805cfc1e8c217ee08c1c5c47587a4aa3f97c84','ba6b5eb270a479016d98bdf3c56fa32b65c069be',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','sv.json',NULL,2658,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15168,'013ca0a5f294c7f99265537b001c02dd73dea2b1','910b4a9e149f070eb09679a1d9d2127b3d5332e6',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','th.json',NULL,4108,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15169,'aed7ff4c6e4e61a42f88928ded7b4e4a3cdc5863','518f9bd07656560b6af1ef638ea24826653773c1',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','ar.json',NULL,2953,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15170,'2fefc7e3dca8ce6c222075b3abd329952a7ebed0','703cbceae9a6eca10ded335be92dd87ca5341f01',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','uk.json',NULL,3744,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15171,'a7fbf7bd71987644196303c350150d8f897339e4','eec9c88ce9777a0ea914773095435b1d94d3671e',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','mn.json',NULL,3696,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15172,'a41b92e5ed1e4ac1c179bc3fbf64ed9ecec330d6','04dc3adcb33b378183b3743fc13b412c8eec7ac8',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','af.json',NULL,2677,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15173,'19805cfc1e8c217ee08c1c5c47587a4aa3f97c84','f145d75d417e1e430406403bb432311834d04020',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','vi.json',NULL,2658,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15174,'fa6351fddd977d5c5791271edda70629086cc593','870f276ac85d6b71ea2c12a3fa183b2bdbe23a64',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','et.json',NULL,2613,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15175,'97e6cbdce7e1f2b717c16f8b4df2d1f167ba6186','279eb4cf3dd2e300db8acfcd146a7af95358793f',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','nb.json',NULL,2790,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15176,'cc07ef06bc1a3feff2fbb935fcf255e9dedbe9b2','883804da81f2229d29a30d8ff44429277c4df8a8',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','fa.json',NULL,3340,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15177,'12af2c084cd3f99dc2ae95a60ce67d844b6803b5','33af93d936e3aa542ecbf93f8a1daa07016ddf20',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','ko.json',NULL,2792,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15178,'f8bcf7d3cafef44ab702afa07c0f383554be497b','d6fe8529215404feae640c18f0777e5f47ded28a',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','de.json',NULL,2993,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15179,'0db836b557fe61fb951fc7cbfdb5e0b3165dd840','851c6fae8718590a9be9ae26812f437ec461d4ab',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','lv.json',NULL,2927,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15180,'a5926d055026800b9f0e2ef48067b0976045aea6','2253df3842a3a5c214c935f42123016d29b6daa3',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','pt-br.json',NULL,2850,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15181,'8c43d81765767e961f99038559ec2ce09e553a17','681360e32ebbac0949dcd33bc12415a4af5921f7',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','ka.json',NULL,4582,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15182,'e1f5f49bf50fc8981f7075e1b41df38dd4871303','3cb8bfb1a6491fe4ac1075d697410ab08dedcf0c',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','bg.json',NULL,3808,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15183,'8da2baf7f25385d37327195231aad1cdbc7cb9f0','a7736f42a2c8b6b85cc490a89ea2b5bea13e88ac',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','he.json',NULL,3033,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15184,'fe154e7d2a7dca932483da9459a22456c7319cab','a529481ffe0acbea408b71bc8895a4db5067c902',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','te.json',NULL,4750,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15185,'eaa7448d34159b2b4ffd3f3057eb8c2deb3d9cbe','aebcb5c9a64cff80b5a6ebdb615e45ba9870c694',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','it.json',NULL,2932,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15186,'b1583d40b443af6e2906d6eadfe3634be41be793','1f946688add95494a182ae0fc894b6a0246e4d06',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','fi.json',NULL,2683,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15187,'142d5f6d529133a8f4cacc75f259651b5927f9e8','2531c41b62df26c6697518b6eb1f947bc9342762',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','gl.json',NULL,2861,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15188,'eaf961904b808693e49815df22070678ee4f447e','3613922d99a6a03de6176fc1d23582341851ef3c',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','es.json',NULL,2899,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15189,'91ad3e338ee7a5fd99b42116f6903fb451f7a969','2f982d0fb998e71cfe83ed8166d780077d3a79c1',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','sl.json',NULL,2909,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15190,'2e3f1dd20d959dbd8a1eb05e278f71751f88a984','fc092cab553fd198ca88e2a86b6ba62339c57431',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','es-mx.json',NULL,2852,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15191,'16c9ae0c978ac5db7fa15f69f62579050b04b491','7bc15e08bb4d601be9605813f99d0b24fba177fd',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','cy.json',NULL,2734,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15192,'19805cfc1e8c217ee08c1c5c47587a4aa3f97c84','ab832b050054190f429514418abf469487a5de81',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','tr.json',NULL,2658,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15193,'a1596a17b24a3074cd4f9a2d7590849d1e197beb','42919a23dd1e7b375ca14929542ebc252453ede9',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','sw.json',NULL,2819,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15194,'54fd63d639890bda972d29ecd85e4ccba7ccb439','09f39ac877f83c0f2edfc7bdf0cb67f6c9f7f8ac',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','pl.json',NULL,2824,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15195,'4665d8cef50831093502c5ffee6299cb54dab03a','382bec7ff518e2b490887e70d8855f5bea45d617',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','fr.json',NULL,2954,'application/json',0,NULL,NULL,NULL,1738413172,1738413172,0,NULL),(15196,'19805cfc1e8c217ee08c1c5c47587a4aa3f97c84','a2b7d4bd3929ff86c0808674293e561195a22309',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/language/','smj.json',NULL,2658,'application/json',0,NULL,NULL,NULL,1738413173,1738413173,0,NULL),(15197,'ba017680706c966cfa47c86000558c0a2d898ef2','34d391d286daf3e32a9b128d158978b1431492e9',1,'core_h5p','libraries',71,'/H5P.Questionnaire-1.3/','icon.svg',NULL,3121,'image/svg+xml',0,NULL,NULL,NULL,1738413173,1738413173,0,NULL),(15198,'53c00a94a5e4e9affe7f9a0142c0a5923f0439b4','2ab3555685ca3bf917f56f6e7aea42aecf97405f',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/','upgrades.js',NULL,589,'application/x-javascript',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15199,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a344a90b70e2430fa57659386f75cddaf2303d09',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15200,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8291a6d3bf5e19a7fa4a628a68590477f5d3a067',1,'core_h5p','libraries',74,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15201,'b2f64210855dfe6bb8cccd6f324f9d5ae3d6d8ad','e3f5f1bcfaa222b66f04ecff558e4bfd9a1295d7',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/','library.json',NULL,392,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15202,'275b58a825b5aeed246cf3ceb92459d9f0214d60','8658844cfee570bac3f237af71461b710b4814eb',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/','semantics.json',NULL,2175,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15203,'ec9bccd158a53ee682d3aa0d78dd3c620de7a095','56a9a7ac7cc7f372ab4bd69acf9bf6a80e996248',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/dist/','dist.js',NULL,8012,'application/x-javascript',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15204,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d86c0cae170b4ca96563cf9e1be59dfca17e4c43',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15205,'3db25353b8b9815a89c4451af7aa096d6d187fee','4ec85a4a6e860c16f087aeeb41dd36b9ca213ab9',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/dist/','styles.css',NULL,1793,'text/css',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15206,'0e3dd78663df980dccee3781ca4af2299f5e9f87','02093e52105473d2ef6c277550a471e937850199',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','sme.json',NULL,1009,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15207,'da39a3ee5e6b4b0d3255bfef95601890afd80709','494d0d08f1db44892c0067b4efdc8d4c497c3fe4',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15208,'0e3dd78663df980dccee3781ca4af2299f5e9f87','b418901bd4d3fec8d719663b13cab668ab0bb33e',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','ja.json',NULL,1009,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15209,'7e93e998bd5ed89de6daf3627e01a5a852d98e66','5074c2d2a28828587f2cb70ad116fea0a915a1d8',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','ru.json',NULL,1332,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15210,'983e3c3b069176ad2183cece61827a4e4dedcde6','b6e13780d457ecc8aac6be86251613226f4da257',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','lt.json',NULL,1072,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15211,'2061dc6db5996776dfec960129b25cd6af1f95d5','b174b20030f9ae18de731f6b830b79a8e9ebbbce',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','zh.json',NULL,953,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15212,'d5696cd187310976709b64d5f31f6cd59622f938','d28edea30bcd31c4e20106752c688316e7f5b9aa',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','bs.json',NULL,1012,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15213,'0e3dd78663df980dccee3781ca4af2299f5e9f87','6f6da334582723fea3089fc89609e053f1d96f9f',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','nn.json',NULL,1009,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15214,'0e3dd78663df980dccee3781ca4af2299f5e9f87','193b25cef5df75fa310e62209a8b0a3028bd974e',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','ro.json',NULL,1009,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15215,'a9bb46a3226e363c6473ddfb8a80e5baed35afb0','f306e83f3bde6307c53f6365b5d000c573a16ba6',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','el.json',NULL,1366,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15216,'62e9d117e75facf5e5d001ed2be3081dcaf33491','96997f11dbabc7caa321dd1d12d15a4dd21f703a',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','km.json',NULL,1422,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15217,'d39a1468a19b693350c68f2b00761142bfd15472','43c1b7f7bb78f51fb451595a3ebda7c7214ab9bb',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','zh-tw.json',NULL,916,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15218,'955a971a71ebb6ee3271560850c2b533da1ede3c','9b1ace7c439dc5a541f5cd6b91b9fdb44d6677ed',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','cs.json',NULL,1043,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15219,'0e3dd78663df980dccee3781ca4af2299f5e9f87','9fb88e0250e981d1b95ff5d83284a1ddaa6886e2',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','sma.json',NULL,1009,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15220,'0e3dd78663df980dccee3781ca4af2299f5e9f87','fc23b3f50fc869e6a5b750193314630e658bdb45',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','da.json',NULL,1009,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15221,'5de75050b70347f15180edc55717e5f4a6024156','d094340caf33e961607998800883eaccb10c41e7',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','eu.json',NULL,1018,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15222,'b4af1659d70a3ecfafde13671417bd2a8927b689','8f36f1326121a1ad383960a3c729d81920a35fac',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','nl.json',NULL,1089,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15223,'38beef8022dad9d1bbb51dd94d9f6d1b31472aab','3df966024d434608791a4c1022d09db67f7822e4',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','ca.json',NULL,1084,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15224,'f891932a1ca0f971d341dcc13b46a2565bc575a5','a408499a99c04dbe9df6498a3508e5a1dfdf3208',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','pt.json',NULL,1091,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15225,'1654afca06fb8a33ee3c0bdca5be0143b4a1c72e','24bb4d60aa198603da5263a522818b4cb0919800',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','sr.json',NULL,1352,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15226,'0e3dd78663df980dccee3781ca4af2299f5e9f87','02d350bfb8c63bdb05c4a479d866540c5dbbb0c1',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','hu.json',NULL,1009,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15227,'e2d12790d56be6b5d98f8f4daa16357aa4f3f840','ce2bee3297e7d129692814786767423a32b31dc6',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','sv.json',NULL,1064,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15228,'0a6648224dcfd43aae1631c7e0645fbc84633553','9d1f81a62630f611cc0b6edbd1718c5316b312d5',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','ar.json',NULL,1223,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15229,'1d761d5d7ae0ffb937cde4e351f003f14f606dc7','56804de58925cf2426908094851331d4a039358f',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','uk.json',NULL,1411,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15230,'a88eedfe32d3a9d5dccd41b65c074141323d3dd4','4255be31dcda27b1993f7786ccad07b912cccb11',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','af.json',NULL,1058,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15231,'5819d0698a5dcfa7b60ac2aba02db190544b4e42','44c1f25635065bf1a519bf36aa7fc3cb351dfe76',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','vi.json',NULL,1019,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15232,'d82a41e06e4a20e6103fda5f0bcd3e718121c956','5810e3aa0e8bf7cb51b4cad811008d2fdb9cca89',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','et.json',NULL,1021,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15233,'68f6a5320e01b8467d45b7a5fdcd5876564b077f','87279ca6c04b888105e42d34a6ec2ddf29a00d09',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','nb.json',NULL,994,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15234,'736c3210243042dd1d8f79d204ae6c2b3f53adee','0729903c513ed5abc657880637d44968d2bb9cea',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','ko.json',NULL,1085,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15235,'3a9f02098fba322f00ae09c872a6ac3f6567e948','a39e242bc379fd288d51b054defd6699dc189940',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','de.json',NULL,1201,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15236,'9891a3e9175cc965f2e021f1e57079cd6313c140','45ba433b9f07f21ce9eba370e66697fa5f0bb139',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','lv.json',NULL,1069,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15237,'c989ccf6198b17eb9a61cc415d0e64f1c7da586d','b7c51c25e8c4f740c61895368b622015a70a319e',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','pt-br.json',NULL,1058,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15238,'d3a8ebe6dd947ecd712415bac1de523a20adebe1','bf404097d07207bd232663c6225e795da895a262',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','ka.json',NULL,1635,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15239,'70bca7b1a82f07e61b719bc59d1731d4b272e730','945fd7c2ba188efea1e9eb494c63fe8f4d6ad173',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','bg.json',NULL,1459,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15240,'45c59ef2004e35221528e4d3831a1922ba1af555','bfadbfc7bbcc53dede5bf0e953991b7efcdff256',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','he.json',NULL,1140,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15241,'b3ce3f85843cf3180a1f508e6200c62d96c3e29e','615dd51636eb428ae64881ffe1d9b7264145d69f',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','it.json',NULL,1056,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15242,'9ba8a55edc7ff18f1f280a3b9238063695b688ad','b352497f1fc9a825141cf3fbfeafe40d37d6c859',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','fi.json',NULL,1047,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15243,'cbf2299f4d2beba715a2a4729acd95e304b9f2a3','8f230b3a14ce39b8f188fbdcaa9808c46df56907',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','gl.json',NULL,1069,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15244,'458728920114d06222e5aa62d150d15e903d9e73','73a19ced368e2349a2e4e9f01f47e9a62230a169',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','es.json',NULL,1076,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15245,'44042094fbc368bde0c5cd043dec934f91b93d56','9d31a97e77a2ca9d41dd1da9d89d210cb5acdb9f',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','sl.json',NULL,983,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15246,'abee5c1f267447997ff5de0f55c054d336f8d059','ebf7c06c650972c3421025e5ff8056eb09e68599',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','es-mx.json',NULL,1068,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15247,'90c46c67fca5555b9348a405374937e904c2562e','dc4d1474bcf1fc03640722887ff5f37a2bd2d73c',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','tr.json',NULL,1051,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15248,'5835d43de33b445a5219857dc8b9429a2a1a195b','ee65dd4457edf627a3c4fd304429d258c1c8d3e8',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','sw.json',NULL,998,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15249,'0e3dd78663df980dccee3781ca4af2299f5e9f87','160eefcd79680cdf384f1452583b9d960c1a5622',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','pl.json',NULL,1009,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15250,'ea6e0d117cab60f79fde894948416f5eef87a92d','f3795547b74801c122e2f57f39d2dfc952a7ba65',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','fr.json',NULL,1040,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15251,'0e3dd78663df980dccee3781ca4af2299f5e9f87','b07c4a4b005aee21a5f158c24c77e36f1b7e8827',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/language/','smj.json',NULL,1009,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15252,'b426533a46f21818b32f8d6c5b313a43706a2fb6','f710a4e7b02d2f7259192bd7cfc3963f24a24aa5',1,'core_h5p','libraries',74,'/H5P.SimpleMultiChoice-1.1/','package-lock.json',NULL,336257,'application/json',0,NULL,NULL,NULL,1738413174,1738413174,0,NULL),(15254,'09ae0c5337fa7653f947c4e969aa12da4437c1ec','c0bca1807d866e3f44090df9f22f9fe97e763b84',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/sounds/','positive-short.mp3',NULL,12868,'audio/mp3',0,NULL,NULL,NULL,1738413178,1738413178,0,NULL),(15255,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5760a56f3ed7a21cd91c5c2b0d4710808fa0fdba',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/sounds/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413178,1738413178,0,NULL),(15256,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3a9e8c7434d957db68fc7a201f0d77a83bbc5787',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413178,1738413178,0,NULL),(15257,'da39a3ee5e6b4b0d3255bfef95601890afd80709','3e6d76a8a1e112a2d4ea429cf8250e966f5a4797',1,'core_h5p','libraries',75,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413178,1738413178,0,NULL),(15258,'2e7aef7e916a1d0e8e2b63091e4d09bde6bfbadd','84133530ce2686fbfd60b41b573a0bba2584d29f',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/sounds/','negative-short.ogg',NULL,36864,'audio/ogg',0,NULL,NULL,NULL,1738413178,1738413178,0,NULL),(15259,'93193f647b5ac11ff16a25293060fdec66385bb8','0e92e3412c333a58661d015b5b28871d6ce51855',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/sounds/','negative-short.mp3',NULL,45395,'audio/mp3',0,NULL,NULL,NULL,1738413178,1738413178,0,NULL),(15260,'f7059a4a2dc9da80925c8796bc94d8cf972f6880','30a77d97d14bb49d81e0e21dd18cea054c5028b2',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/sounds/','positive-short.ogg',NULL,8192,'audio/ogg',0,NULL,NULL,NULL,1738413178,1738413178,0,NULL),(15261,'e7d0d9c97670787873f9283ed4cf31aa447a6d76','0f27ba27e480bf86466bc93ad04335d8e44009a0',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/styles/','single-choice-set.css',NULL,13216,'text/css',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15262,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8eec562d1fe8b2c3399eb269e5bbd2b284ea3452',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15263,'7c977c8b435519638298fb4bb2716ed832e024d7','f16a900ceafeb2acf5ad43dfe3255435b03d724d',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/','upgrades.js',NULL,2107,'application/x-javascript',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15264,'57a4ae22d40a4aee998ba303e853afa58d4042bc','dbf415d5b171061a07e59a7a97c9d93ae82d2ab2',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/','library.json',NULL,1834,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15265,'7708787ebc58e9607b37695d8f84485eafe09eb2','405b54944adcdf2e4bad0a24be6ffae2236a2f7a',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/','semantics.json',NULL,8654,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15266,'e072300402ef68a27ca0cf527259e66e079dd873','665eaf01b8aa71ef50e05d574853ce24f9f71325',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/','README.md',NULL,163,'text/plain',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15267,'df382cfbf56c89c7f0ceeeda14ea26ab603adb6d','f40b84e4f8068d377a0f4146b0f2a4f1e3dd9bf0',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/','LICENSE.md',NULL,1067,'text/plain',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15268,'c6aec7a654452494089f2da42f1bd891a7eaa920','dda6324c6a63caf635bcec6944d4849aa2feae06',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','sme.json',NULL,4500,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15269,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0e9740ba6aff3f983c962d860a9015e987fe7223',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15270,'86b48bae228240f5316f48edf1b8a69f4ffb44bb','1ba13a284fbab874f78f4e3aaf4fd3afb5ab9706',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','ja.json',NULL,4686,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15271,'22325345d03fdf819098664b90ab32b2ad5f2579','d14663ed17a12d76cf0c1966579ebfa835697e87',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','ru.json',NULL,5898,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15272,'0d43957bafc017b53e0021002d9db97d02d8a3e3','30188bd9e890b17e17ecc82bbc36bdb886b11fd6',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','zh-cn.json',NULL,4276,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15273,'dacdd797f1bbb6fe811dae238ed33f2aad456010','c3aad587930ac65c9ec5b0dcce582ac34e6d4e30',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','lt.json',NULL,4898,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15274,'3d9a8db12067d5761ab50c268eff5d4ce6056fb7','6eebf9618efc1b1217dcfdf179ef061711f183cc',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','bs.json',NULL,4595,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15275,'fcfe148d4b13e2d9c8ca7955fd1617441def0a32','d71c419a08fe3d9471940c754bdb099198c103aa',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','nn.json',NULL,4532,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15276,'fba5f6a5e3ad84b5c3bdf917bdb242a8be0482d0','5758a550d7a96165bb0515b2bac5371aae3509e8',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','el.json',NULL,6379,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15277,'dba3079dfd03db100f64a04565083966ccad2976','a5d4fe9ddffa397d8635aa1507401e7c88836b59',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','km.json',NULL,4783,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15278,'c7292e86644a8574c57621325f1f6f68a35002e8','b6adf1c6e97b8fca0449edf0496f027ecd5d40d8',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','cs.json',NULL,4773,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15279,'c6aec7a654452494089f2da42f1bd891a7eaa920','46c34bcc48dc031e4780fd2ed48e91974a320e8f',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','sma.json',NULL,4500,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15280,'46ed907768da0ea265b2dff6e80273bd755ac29b','e01ee3da86dcc9f66de2c47ed96fbbd47cc4a79b',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','da.json',NULL,4507,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15281,'a2f8e09489cf542aa22906c2b238b82c17a05830','e5c128d65efc1ffe52ea4ecb362ca48f2e16d80b',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','eu.json',NULL,4757,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15282,'7a2c08827da04462227529cff3e33d62b8d18c29','bf933716b004624e501e5d9a94de05d2be84f357',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','nl.json',NULL,4668,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15283,'1c244e2b42cd3a7f62ff77939c86b511c0a05479','c4e7348748d84521ad591a9191facea555c78b79',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','ca.json',NULL,5007,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15284,'520a70af3f23da0d870bdbca82aa586cfcdc0589','fe172c2a480298088ad847942d7b15549cb10b35',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','pt.json',NULL,4831,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15285,'06a6e23108ab415532a0b55ddfa99c493f6bce4f','5cd145de72d5cb725b6d2a784b99368792ce8b49',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','sr.json',NULL,5953,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15286,'dc310dab401251d665921ccf093398efc80db4ad','8c8988d17884c2b9139e08cca64298a6dad21f93',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','sv.json',NULL,4679,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15287,'9b63a65b705893e7f46aa3beb5843b19573459ad','963e242938ca37e657822784ef9ab97a0f8e08ad',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','th.json',NULL,7034,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15288,'bb41a72d3541a6f6cdea008f015c74e7fcf9f61f','0f5557ee7d491241c19543c17068407d6dc8f516',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','ar.json',NULL,5246,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15289,'bfc6ce42f7bc87c452e1655b0be451f43a8c7b21','972ee3cfee45bd24b903708500246a68457928b2',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','uk.json',NULL,6282,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15290,'4c3ce3b4f1fdc34443a5d07dc225e56f3eb98360','9c877ba309c36b2f0b99ab22a8abed74006b90c4',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','mn.json',NULL,5959,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15291,'40cf2357beffc5d0a8dd7f7239b4991f44aaa7e0','deb86db3640f9f5d3ca3ab411026dafebb0f1d13',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','af.json',NULL,4647,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15292,'46581d52291ed382c394a7bb8213ef84400a37c3','4cc4838a18cf0b4cf2386e0b73a1e072ce0d7d7d',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','et.json',NULL,4574,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15293,'71e7e7049db772a6ca1e80fe8d58235693d5a814','7e0c7292ef5a81b9d452c52f2dbd9af1dfbf34ee',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','nb.json',NULL,4612,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15294,'87604903c4b74edb3bddca5e8169c702f548c048','d544c2a3a3feb5872ffb6d5ee6613e1e59e12477',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','fa.json',NULL,5484,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15295,'84d85e5050739c0c0f5dc0236f9801292e078172','2c329c56859bd761525fe866b41b74df020d9613',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','ko.json',NULL,4644,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15296,'496fea22b877c0aa44a7e13db891f9721015b2a2','033692f17209405a6a901a4cfe83dcd1643151ed',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','de.json',NULL,4984,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15297,'29402b169d3462b3ee7ad39f6eacfaea1fb22ab4','1ba1d97a4bb9b517dc8eb4e1a0eed876c30102a8',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','lv.json',NULL,4894,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15298,'8f641db2ee80cc352aa7c6287884f804b827e68f','720a78c9578ce010eacca9ec427d8b7da3b5df09',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','pt-br.json',NULL,4938,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15299,'c37ed71bb330db0f925c6b6becf97ba5d5e6cb4c','edb66e118b65cf19edefb01d2124dab26d8b8b9e',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','ka.json',NULL,8240,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15300,'0f2914a4b387824c57f5f87d5dabfe67a84a26d8','0765f825c880090319ae015d4f3c18f6bd6c6853',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','bg.json',NULL,6111,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15301,'090c216614b5d316f37cf213bb11569c4356d97c','a9597ea8d7ff8deecc27ea4805bd13d47157e2b8',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','it.json',NULL,4811,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15302,'453b0e3b7ebfbc8b6f9aec3db8063cd77863314b','022663a8cc8fd94482b94eb2295668b1fcea4fae',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','fi.json',NULL,4647,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15303,'b140988f1f2372d3119665349687cfeacc192117','6aa1570f8b66538da45d1d4e23ef1082e95ef6e7',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','gl.json',NULL,4983,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15304,'183cb2dbd0f4db97881804b9bb0de51124a025fa','c91597e76b633878d620af2a818398985978e519',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','es.json',NULL,5116,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15305,'e86378e2da24322d9bf4919355eb0b19da09c94b','d19cec17487bde56e8f8691d4647ffeaeaedbbcb',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','sl.json',NULL,4847,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15306,'a8f978344c109ccb4e70ca974a7907ee0bc350c4','78e8c96b884b6a6dc6e15b335a320054367ee775',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','es-mx.json',NULL,5038,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15307,'7c6080b22a1092c252ff8c3e177ce2f65a8e42c8','d391dd5c3cc06d71720c1e80a8044de7511aaff8',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','tr.json',NULL,4789,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15308,'c50e97182f5c4e505709a0714cf61564337a9e68','6600af617db32355555237e55e5cf446cf5258cf',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','sw.json',NULL,4726,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15309,'72c7699469a9c2d523e6fe4e5292a2d13a526f6a','398ed42ae49ec57ade0b95b19630a19c93d27169',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','fr.json',NULL,4927,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15310,'c6aec7a654452494089f2da42f1bd891a7eaa920','ecf07e4c1b68dd7a41bbf865d85d5aa03263ed1b',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/language/','smj.json',NULL,4500,'application/json',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15311,'2c988dbeea4b02d4c17f8ba44ac9bf203c14364e','f051b5f2926c4173b87a0a9cd34ddc1341c4f0fc',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/scripts/','single-choice-alternative.js',NULL,3573,'application/x-javascript',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15312,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5eb6272eb8a3e89359f7264e3890bd60561631d5',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15313,'a570e1ac556fe3cafd40d4d271e1fff966d79d15','76b7bfb68c5ab9a5df02207859528de6fba4de6b',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/scripts/','solution-view.js',NULL,3591,'application/x-javascript',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15314,'53cd3b71707d3dbb705c331e825e28538ef212fc','f48dd7278d1f2998860354505b3a5d6313f5c2fa',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/scripts/','result-slide.js',NULL,1565,'application/x-javascript',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15315,'5696b50292fa2e6fd604e8c0b71b0ef7019468c9','11794aa2cac0ffe42b38b3412e3a38613b2ef603',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/scripts/','sound-effects.js',NULL,1323,'application/x-javascript',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15316,'1cb57a2ae880c2ec6ef1f10b1268d96b3ec4b193','4d166939278e6626d66b2b25dca67b0565aa3451',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/scripts/','single-choice-set.js',NULL,27213,'application/x-javascript',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15317,'a0e1eeb3bce76dd21ec23c2f982a958699abbb89','2247d1f39e69f74495aaea8d79234caef7723767',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/scripts/','single-choice.js',NULL,7685,'application/x-javascript',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15318,'712fd752d5696fbe16aa4cc5e01773e1035b136f','93d30afe607c8cb3efc8523f3754efa235dff980',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/scripts/','xapi-event-builder.js',NULL,13640,'application/x-javascript',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15319,'3256620ef8da09adcbe95cffbe3304eb1f387039','3df90c824482c11428f9c254b31d07d8fe2f0f27',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/scripts/','stop-watch.js',NULL,1158,'application/x-javascript',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15320,'3dd79d68cc1b5edc97c4277a202c1bc4cec65012','5db41ccf6cae342ffd4c413c817700228ab9408d',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/','presave.js',NULL,877,'application/x-javascript',0,NULL,NULL,NULL,1738413179,1738413179,0,NULL),(15321,'5a4068b42f13c428e4fa6cda244e1aabf18399e1','5cc3ae87fc3522b5329942ca6c62346fb1fa72c7',1,'core_h5p','libraries',75,'/H5P.SingleChoiceSet-1.11/','icon.svg',NULL,4679,'image/svg+xml',0,NULL,NULL,NULL,1738413180,1738413180,0,NULL),(15323,'9595b7a31a1ca5e44cbb49ec2f89a5a4319b35fc','b61d170bade29fa2fb9fce0063d45355b169a535',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/css/','summary.css',NULL,4618,'text/css',0,NULL,NULL,NULL,1738413183,1738413183,0,NULL),(15324,'da39a3ee5e6b4b0d3255bfef95601890afd80709','800c0d8e0e6be06ee1a4f0e69f4c6dc463958ada',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/css/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413183,1738413183,0,NULL),(15325,'da39a3ee5e6b4b0d3255bfef95601890afd80709','24c95eb39693368f2f06fba70cc9308fef57c601',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413183,1738413183,0,NULL),(15326,'da39a3ee5e6b4b0d3255bfef95601890afd80709','23ab646c5d8661e3975c30077e6111efb54d77a5',1,'core_h5p','libraries',77,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413183,1738413183,0,NULL),(15327,'313669d9a5dbce67459f5d8bdfdd1b02ac24d218','72ae64f6bbe84caa074cc0e4141e4a7b68a3c44e',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/','upgrades.js',NULL,2382,'application/x-javascript',0,NULL,NULL,NULL,1738413183,1738413183,0,NULL),(15328,'ebb082163c7ee6efe7a96bbd480fe68c4ae64bb4','44585291df50b3bf7ac67e57fae76020d6ec45e7',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/','library.json',NULL,1168,'application/json',0,NULL,NULL,NULL,1738413183,1738413183,0,NULL),(15329,'2b52c5354c4a015ae440deeeace2b8ccb02f3f88','2ec52718485d1a3f724374d4ae0767002bdf8e9d',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/js/','summary.js',NULL,28543,'application/x-javascript',0,NULL,NULL,NULL,1738413183,1738413183,0,NULL),(15330,'da39a3ee5e6b4b0d3255bfef95601890afd80709','45d5787c119506348c691155b607ffd6364349f6',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/js/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413183,1738413183,0,NULL),(15331,'ad6ffa09504c5d9ef5f5b5d7256a71b312f33ccf','b62da5c5cc9c6033c42c8a9bcf78cda970ea5b7d',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/js/','xapi-event-builder.js',NULL,13504,'application/x-javascript',0,NULL,NULL,NULL,1738413183,1738413183,0,NULL),(15332,'bdaeba4469ad349342edb3c1a5574ba94dd81f74','983922dfd12f211309250ccdc51a5f0471a150e5',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/js/','stop-watch.js',NULL,1110,'application/x-javascript',0,NULL,NULL,NULL,1738413183,1738413183,0,NULL),(15333,'4aaf91e1c200e518d4555c5ea2ae4d71e387b69b','264fd784174d0f87b6185078c49a0865d354d602',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/','semantics.json',NULL,6057,'application/json',0,NULL,NULL,NULL,1738413183,1738413183,0,NULL),(15334,'eae14232e8c99d1e61a8578e3912e54128bc7b61','18dca9bc9261d1ec13752de2df0a5b3d436ff3b7',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/','README.md',NULL,1162,'text/plain',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15335,'c847b480e9142c4a0eb3bcd296602c2e54729c19','cc6d07f23e3166cac239d264405a779b514258f9',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','sme.json',NULL,3206,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15336,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c5505b2190a076277574dd979ef757eba1fa3a88',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15337,'6579a69a32ade6c26ee67cb3b3bb5f7e700d9bf4','88ec325be5c41013094f7ec1b1fb1b29747cf76b',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','ja.json',NULL,3431,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15338,'6c7d63918853c41a55e432ca13ba759cd574c63a','cdc9ac7635483b8934f3867bf577305f7877736c',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','ru.json',NULL,4749,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15339,'f6a7a2b5f33ddcf442fa30dcd6f358980071f168','b84c773453600fad647521fea758ff1f79fc34bf',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','zh-cn.json',NULL,2960,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15340,'8af9ad875be6248c61d6ebd9cf344954376eb72c','84b99a4bb62ea5ee61cebf0a00e528ee891a236c',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','lt.json',NULL,3447,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15341,'a5d0232c52b19be38f10051b9e57af7ae40d6e0a','515d7fcdf46e90514ed972675a6bf3446755a49e',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','bs.json',NULL,3208,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15342,'36c8cca09efb282fc96149d86ae791998cabf6ed','2b75a51d133a4bd041f1a7d2c3977a47d0fa65ed',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','nn.json',NULL,3179,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15343,'528cbe4664e84f3d4360c556068c7d7845a1c478','e2ae214f208823623b0e7224b05fb11331f852d8',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','el.json',NULL,4849,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15344,'5f4f3e496b42cbb264d472eb6a02ac8fe09ba606','a62ef7c6f8ee146c7699890aa546345c665266f1',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','km.json',NULL,3534,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15345,'4c7e0f82a5bc63742e011a0685bc9957ea266b61','510ade2bcc7b0a706ca12f6600d12380b6f401c3',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','cs.json',NULL,3379,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15346,'c847b480e9142c4a0eb3bcd296602c2e54729c19','fdcfe904d90e434535b5ed3a08b810d9a5103f67',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','sma.json',NULL,3206,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15347,'485857ed504086fd1dd60acac510b7d1211e2551','d297c2259cfd55ce04fed6797748f4fae94768a3',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','da.json',NULL,3206,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15348,'fa6979be9984ecd6e09ec0f6287d3b967e51dda4','99596c0db5e4417fb6736115fccc574545445800',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','eu.json',NULL,3432,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15349,'c91acb62b30cfe4a10a3403f7d92e8b74796817b','92da70709dff6899537079399f2d040b28128df8',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','nl.json',NULL,3387,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15350,'8a8132fcbe07856401c47deed7d3e1074d16f22c','f653ac7d8cf8df309cd9f9b79fc4c6d6c2e1dcd8',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','ca.json',NULL,3554,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15351,'5fc643b3d50bae3777892daa21a6fe8ead8398bc','c63ede54390a3c6ce6242d7157f4d354017ca0e2',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','pt.json',NULL,3455,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15352,'effea6816aaa06b6ce4be91017ee38fe36012c1d','841b0aacc3bef07c8bff133c278f2663549a3631',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','sr.json',NULL,4432,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15353,'689cb26e4cb48ee14e043f94436aeba7e4d266d9','833ee8defe9eed02b8dc06ad1a14dd9ace51d4dd',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','sv.json',NULL,3292,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15354,'752b7f9466cd4f6b490442275bafa3076c0ad4a0','5293f21069722dd8e3fc22c806e3e231a6a7dce8',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','ar.json',NULL,3464,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15355,'8b150b1b8023a994aceb4e1951eb6293e8e06549','283513a3e8b7c565d33a6359924bc98bbc94a0e3',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','zh-hant.json',NULL,2968,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15356,'c7ba2908b77d7f24a1e4507a340044147804acaa','3b2d9bd049052ee171e5f1ecd4b3e032e4154244',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','uk.json',NULL,4671,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15357,'237723258ab86b3515739a885a4fa4625e43ddef','c47e9c3876b521e6ea2694671b12283c538d0c27',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','zh-hans.json',NULL,2968,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15358,'a6a323cb754d850d4ce06f439501122bd497ce07','f99d73caf9ecde3049150c965755c48550dbbe89',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','mn.json',NULL,4460,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15359,'b0c3958af3dad48b36f9eb539b9d3eaa52ffc87f','2cb4233eb26e2e0c553f7ce4cc0a01c894bb366e',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','af.json',NULL,3345,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15360,'101b46eddc7e527d261be5c3da7f2cd7a3e72336','7948885069f1d739a4d7181546302bf656ab8d6f',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','et.json',NULL,3237,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15361,'85a56c161289809723d69fa2504432d8d73b34d1','a76de4c7d87dbaecdfe575e3dd09ed1ca097ca74',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','nb.json',NULL,3150,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15362,'87b914f3ea3dd21d2c85e052eaddfbc2694bcb08','9d273e493bbe160fe0d808c92a4b44aa59e187f6',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','fa.json',NULL,4251,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15363,'24a23164e9c3f2d36391ad874d19521e8f6bd10a','89394999816e0f9a82a107ca9e511738071a2dae',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','ko.json',NULL,3513,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15364,'e78dadac8b1c905af1b3f883d6c7842ef044d213','c185122153b9207f1aa45510647fc275a760babe',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','de.json',NULL,3693,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15365,'ae649a198a0f78da62df144f9146e7b7aabd3db1','add0bb144a3e5f3c2ea1c0eded55185c5e055e7c',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','lv.json',NULL,3604,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15366,'898c5760dce5f423fbbc4f5cf68693854f8f86cb','02b12ec52157a8416613a580cc310b35e5e6f097',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','pt-br.json',NULL,3462,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15367,'99c382fda921e39e1c0f8ee873e46746058a6846','c52c0f249c5bd524c79883a1d316cd41d67699c1',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','ka.json',NULL,6295,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15368,'ca3a929b0152652a2fe59e8eaae784354e56dce5','088d63346fae21e17799e917e99e2150052cbda0',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','bg.json',NULL,4468,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15369,'9a71e6d211f0547868816fdcc8ee71e84f36ad91','2debd212730f005c43296389fd0f5dff3fc8ce00',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','te.json',NULL,6090,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15370,'490fcce51d59cb4c6d09f037343792a1b4e0437e','13d766f2af33b35497ff34d1421b6930f5d4f2f2',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','it.json',NULL,3492,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15371,'fb29941a1ecf86e1ffda14b1f12674596e44fe31','6815fa5f811cccfab2ea883759e66f0ac928ba75',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','fi.json',NULL,3137,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15372,'6d6282e45ca5dbbbe763eb2c50c20818bfc40110','b10e94768955b58a16d91910de261a90ffb11c6a',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','gl.json',NULL,3467,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15373,'d26c0a88064dfef4a85c78b82759103dd3b782ad','90767072419584f0b616a812de7c86f4620c7326',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','es.json',NULL,3573,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15374,'229b5d0fc4bb500491d5740e8aeaef29c7dc5fd4','0dbc35b5b1dd71f6557ab676f526f0307fe6a8d1',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','sl.json',NULL,3204,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15375,'80297ce835a560628e26394100f0091d7b92455e','a86d505ba89cd02f0ca694d38200a38a11728fb9',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','es-mx.json',NULL,3569,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15376,'60f67d21e216bbdeabb9c6a9c2de648d4acadf4e','51b1ecef86c8fbcf85676d09fc891d489e1fb8c2',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','tr.json',NULL,3241,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15377,'213a7fb3c7e4eaa336405e546800385695485f75','8dd25b7a4fdc99276673a0f543bb0d6a5029d950',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','sw.json',NULL,3374,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15378,'f1b15e65262bfa925bb46ea37e233804dcb43058','e790791ad966f1fe5fe385cbadb7bc8cc97a3d2a',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','pl.json',NULL,3251,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15379,'452c6957c012abf43cf8aec6c588626495fb0277','53e4db9d6198d7813ba3574ae0d7f59a02f98b57',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','fr.json',NULL,3530,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15380,'c847b480e9142c4a0eb3bcd296602c2e54729c19','5994c60bb8b0b5833ed01149b027fcf6f4ee85e7',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/language/','smj.json',NULL,3206,'application/json',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15381,'1542f0a377060b0a720b745623dd66088e3e6d47','cbd932d883a8b5f03a5d5f3f70bff1e9c796a460',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/','presave.js',NULL,860,'application/x-javascript',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15382,'bc2f3845ed5190d9446d55be505c20ab3caf6e86','371375f3a423d40800b0f4de7f5dcb91d4f5515e',1,'core_h5p','libraries',77,'/H5P.Summary-1.10/','icon.svg',NULL,3506,'image/svg+xml',0,NULL,NULL,NULL,1738413184,1738413184,0,NULL),(15384,'28127c6f3fb6d00418421a61c29597e785f59a0b','da5a54fe6c6f9acb54c78e50170a2ffe483bbd3a',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/styles/','h5p-true-false.css',NULL,1766,'text/css',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15385,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ec8ed5035f6464b7ce31cadc5f84e4828f92ba66',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15386,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2e309324ca801ea25c13ccfb9cc85a8daf5f0e11',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15387,'da39a3ee5e6b4b0d3255bfef95601890afd80709','09272867b4564b3627ee0e02515926362279cba6',1,'core_h5p','libraries',84,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15388,'f34ee3d52c75912bf32e7fbb300d3f725811b8dc','3d12fd273fe473b6f0d754fffd8080878a96a970',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/','upgrades.js',NULL,1354,'application/x-javascript',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15389,'9c01ee0947126c02d2d34c6967d2663b8376b91a','9e7817dae2c17d4d4c90e5d56c12207c09435ce3',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/','library.json',NULL,1326,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15390,'aa9be4e0c1d8c2d367f8e84e019d1b903b272a68','9096f7609d5b15542f11a9041f0f34d72b33a86b',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/','semantics.json',NULL,8561,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15391,'f4f1cb98377e9abc995bbecdfdb98aca3d32a8fb','0ec4583f5c9ef1ee55130f916ced029519e04cd8',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','sme.json',NULL,4353,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15392,'da39a3ee5e6b4b0d3255bfef95601890afd80709','93f2599ba5dcca07cd7eb5ff5e2c19e567b127e6',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15393,'7d7c45448fc2be093f87b913e3a69fa088baf84e','431280d7ee919df5abdf4e5d332a4ae27a356c65',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','ja.json',NULL,4865,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15394,'cbc668883a5d18abafb81820f782bc06af5a9b9c','8e4f51ff2823c3fa0a6303a04159f3e10224cdac',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','ru.json',NULL,6020,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15395,'43dfb2b967a23e83fe1d7b1139b61ad1f9e81720','a57e8464eb8270fc57c4568ef6c423de70c6850e',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','lt.json',NULL,4824,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15396,'4cfa28a47865f94cf9e4d7709b394eeabf1a8a61','ebe776c8bb10ff7b00b77cf7bd51a4ec1c9ebf1e',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','bs.json',NULL,4543,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15397,'d0a82c24acb63a7eb1fd0a1ee88d3cc61362b0cd','8e680c50cca657f673c9e49e4bafae4494db54f9',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','nn.json',NULL,4371,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15398,'76ff6bf2e8148c3acbad2086147a07363360dcdc','aa143e5588679f32a384ac3bba55e7aaf551855e',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','ro.json',NULL,4830,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15399,'f34c0d8c2c4dba0a186b181169366847216dc81b','aa24610d3e56b038d30fa8b455875bb81f9c2f26',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','el.json',NULL,6749,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15400,'fd62ab418861100206405f2976b22d404fbcad69','731beded471d519bf20b577ac5883b65acbf59ab',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','km.json',NULL,4856,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15401,'bda184db9e82c1118bebac3f5f9354aa8e4daa38','ace48f1b56f854266ffa3eaa8c20a9c05015abb8',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','cs.json',NULL,4684,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15402,'f4f1cb98377e9abc995bbecdfdb98aca3d32a8fb','1345152b079479ac7085b2cbca523caefdede662',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','sma.json',NULL,4353,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15403,'f4f1cb98377e9abc995bbecdfdb98aca3d32a8fb','963b34fb7e4d27928d35af8161dd605e2d2211c6',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','da.json',NULL,4353,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15404,'aa35887626841154170174a4bb9332eb0fcb04fe','329a47d24777e1b23bb8057c94cf1f80a257771b',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','eu.json',NULL,4689,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15405,'2522136fc1d38c07886013b82318d484da9a6652','87fab30e035c29879560f18e662e402ea0438481',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','nl.json',NULL,4626,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15406,'35822183ee88a95c5cd26811d1ba8ba3a3a8b20e','48d32511bdb6d572ed5c1ea6f514e8ae9e4c6690',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','ca.json',NULL,4868,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15407,'554d3db008604ce7cb289d1ab904bdb9b423b176','3454a46b9f1886ca959f9a0197e589e47f831b75',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','pt.json',NULL,4969,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15408,'68dde31ac60e145b8673b5c7084cc8bcc24f6b3d','03db81ac7b68b5ae99a8ddfe8956150a93a9e336',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','sr.json',NULL,6167,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15409,'983e36a55500a385f8f428e0f444a53fa1c12943','34005723240104b31fb3771b1e93eb9d53d11674',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','sk.json',NULL,4742,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15410,'59f7e888690e9390953d84969c4c60c7fe39ae1e','f985106a3f3378ff401b53f249dbc870f8e3ad78',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','hu.json',NULL,4354,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15411,'2b07d3a10815c3c909009c1d23d59a0a453b449e','84df37608f2f462e52dfad7ab98e60622102297c',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','sv.json',NULL,4542,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15412,'b675bc48cb35bea976f362b3dbc1f7a2a0bdbac0','ba032f649e30ea59e9ff9eb24e82dde80ef4f85b',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','th.json',NULL,7595,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15413,'75e149ed0f5a62f73981da2fb223df71c32e1071','aa164bd7227c1e187403b1f228ecdc248fa6de15',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','ar.json',NULL,4778,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15414,'e129c31a307d39d116c5552d77e0c04cbeb8d01a','f6d67039cbaa20e7230837d1ec818ca59dbc6de6',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','zh-hant.json',NULL,4345,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15415,'3bb8e2fc77c6994f873f29b0620c1d37db4c1ab7','e35baa2bffcc48209f1e877edcc134f5dd0e4c2f',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','uk.json',NULL,6314,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15416,'fc6f8a5454735f683799766ec78b2ddd53a50457','c1f2e67196ceca41de1fecaca531cf553c086c52',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','zh-hans.json',NULL,4384,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15417,'093a2dd74256351c02ed177ede08ba7f6972f255','9d071d94fd040ab279038ce108b43a2fa66f45fd',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','mn.json',NULL,6528,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15418,'97c5fbe0dcbdd679e14ce1e07fe3510959b80ba7','de58d70eab5c43e477d1980c70aa06747a80d6ab',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','af.json',NULL,4512,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15419,'f4f1cb98377e9abc995bbecdfdb98aca3d32a8fb','dd99812a7a4c387998bdea4a72d3435835b48285',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','vi.json',NULL,4353,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15420,'0b6e4cebf35112c14065e4e6045ce42b72ef54f0','a88e1477c25488a3dbfdcef23c3465605ed513e4',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','et.json',NULL,4444,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15421,'9148d6585829b431a97f2b9d777b82cd5c7ff630','3693ecef8a397ff4f147dbb22c04dbe2094f15cd',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','nb.json',NULL,4505,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15422,'c3dd375dbed9df0b881de6c1dc7c4eb1528c1cd0','0f7bbf8f66abf4dd489c3040bc49d2f8c9f76ee0',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','fa.json',NULL,5689,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15423,'b434e3cb4adc3b41f253d54ea27955fb50685a87','18d5f41a5f14c0e9de2f8aff9968c64b8cefb85e',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','ko.json',NULL,4640,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15424,'78881c0d82af06f87f18edf476cf00f11db74ce0','cd68d9ae832305ea4f246290f49822d3afa3d1f6',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','de.json',NULL,4889,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15425,'e1a79f42560ef5d160e6691d6757f43a6b4818c7','734c858a536e79c9ebb7322aa1ae160586cc9e51',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','lv.json',NULL,4943,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15426,'9df5899e0e7a8dcb053cd4580a3753df2169819a','fb6abd95f9d9e64c49e0290609e2ff341d2f3da0',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','pt-br.json',NULL,4895,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15427,'381f87f20b2369b6847696b553b2bebddfaaa804','aca3c451f337506e1cfb72239c63caae6100ac7b',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','ka.json',NULL,8292,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15428,'d680696542f6f973fe8ac04fe62926eb15610518','b67597a5f41757d2e4d9593a70e375561ce37aaa',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','bg.json',NULL,6450,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15429,'b1a3a87bdfb901c0f9fbbc818d2b7719e9454a44','e3323c805b0760566fd1e9211151b889ba87a76d',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','he.json',NULL,5232,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15430,'57af8fe8657bd1f94ba7f1bc0b8aa8a99f584a3a','061713b9cbe1f730926f2f443cf7b13c2dad2698',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','it.json',NULL,4573,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15431,'4c048adf4b535ec30608c535b881f0e3e9d7ac3a','ff67e218d14996c44ae9f2058f04c133e4316480',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','fi.json',NULL,4577,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15432,'49683b99148dca9b50bd493d054401aa5e8e67a5','9fb68848a7acd6975c029c23176c1ba6ba00b460',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','gl.json',NULL,4815,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15433,'bb9d403ad1bb3a620f436c54ba1125008e5702d1','9a35a46c1860bb151ca2b8d4acd5ae3767c24a45',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','es.json',NULL,4957,'application/json',0,NULL,NULL,NULL,1738413194,1738413194,0,NULL),(15434,'73bf59e72d3dd58f10aef006cc41131debea006b','f08401b0fd12f2e9f013449186de743f88d310dd',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','sl.json',NULL,4402,'application/json',0,NULL,NULL,NULL,1738413195,1738413195,0,NULL),(15435,'817240e27b62201b3a04fb9c342666eaf2b5ea07','e67ab6bc0a035a64ff24e4b91bcba87c3ad8ff6e',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','es-mx.json',NULL,4885,'application/json',0,NULL,NULL,NULL,1738413195,1738413195,0,NULL),(15436,'6e232242c7935cfb3e8df9dfa8a3471ae4f54534','3429b2001628d4051f3f8282f5a22f288f58085b',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','tr.json',NULL,4921,'application/json',0,NULL,NULL,NULL,1738413195,1738413195,0,NULL),(15437,'080c978ec7b140af002647dfa05f340642eebf1a','19adf827afb3350ed602a834d7f80e8dfb7291fa',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','sw.json',NULL,4719,'application/json',0,NULL,NULL,NULL,1738413195,1738413195,0,NULL),(15438,'387c1c8fd30ccf5503b7a8ff8ee6b33a014ed222','a18ed2e549ec551db83f81997da959d87fd7ac45',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','pl.json',NULL,4680,'application/json',0,NULL,NULL,NULL,1738413195,1738413195,0,NULL),(15439,'875918c6603cef97eae14b713eecd18acec6f5a0','1c228761481da8a55545cd1405b3adb9878db54e',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','fr.json',NULL,4888,'application/json',0,NULL,NULL,NULL,1738413195,1738413195,0,NULL),(15440,'f4f1cb98377e9abc995bbecdfdb98aca3d32a8fb','32ffc07ea34899e1a932c0b1b4212dba6abeb580',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/language/','smj.json',NULL,4353,'application/json',0,NULL,NULL,NULL,1738413195,1738413195,0,NULL),(15441,'73849df8f91b71068c37937b62ebb2672e37fd11','55ea7d228c97a6e02edb464c49639a13d2983d33',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/scripts/','h5p-true-false-answer.js',NULL,5197,'application/x-javascript',0,NULL,NULL,NULL,1738413195,1738413195,0,NULL),(15442,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a17511151c00f6c6d5a72f6f0fd9e6806cf7af77',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413195,1738413195,0,NULL),(15443,'c969e245a83163720d7ff7146107264dbe2c1f48','b62970be5cd41c0553a1cdd31af2d1597e432260',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/scripts/','h5p-true-false-answer-group.js',NULL,4760,'application/x-javascript',0,NULL,NULL,NULL,1738413195,1738413195,0,NULL),(15444,'ad6e628f93be857b7536e73c1c398c128790a653','e071db072f336dfc66fa90d564c84ebbb2738a25',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/scripts/','h5p-true-false.js',NULL,14557,'application/x-javascript',0,NULL,NULL,NULL,1738413195,1738413195,0,NULL),(15445,'8281810a7dfead64871fa5b32b06989a7dadead2','a96a8dedd82add856e098f0b17310f647afa7e87',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/','presave.js',NULL,661,'application/x-javascript',0,NULL,NULL,NULL,1738413195,1738413195,0,NULL),(15446,'29d3e294949e9b38670dd759cd9ad5ebf843ae78','07df1d5c1938ff863c807c871cc42391b818cb47',1,'core_h5p','libraries',84,'/H5P.TrueFalse-1.8/','icon.svg',NULL,2453,'image/svg+xml',0,NULL,NULL,NULL,1738413195,1738413195,0,NULL),(15448,'f066828d5f4d3e66412e2a2205788cc7546c984d','dbcf4afc93100886798fa793c53e45d823dc73a3',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/','close.svg',NULL,418,'image/svg+xml',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15449,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1d49ff685b9120e112ac5c439bc6196a6b09d872',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15450,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0f20797beb2f94eb3399248642fb09f9d93d0e91',1,'core_h5p','libraries',59,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15451,'d9bf97781b48c09f0866544c4c45357b652a48b3','604e655d7be0c39d1a1f86e8405601b1d834a525',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/styles/','image-hotspots.css',NULL,8043,'text/css',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15452,'da39a3ee5e6b4b0d3255bfef95601890afd80709','34df1090520efee6f7a70eed78205685bdbe66e9',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15453,'f4f52dd789bc3352e4ea96a9eb23f04e8aeae512','7ff7b18a9bc5b19c2407a3ee4c431a0f592be6af',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/','upgrades.js',NULL,2560,'application/x-javascript',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15454,'e5a6e9ef6a09ba186bfab0003fb56da82bb0aadc','fb715f7240f46bb21e8bf15b3f472657470fb503',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/','library.json',NULL,1243,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15455,'d27c2039f920ec84703c616d53fd654d20e180c5','d21239a77a997fcaadc2bdc3c2c8d9d501aa1b5f',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/','semantics.json',NULL,5125,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15456,'f1d46cee85a0ef3004064b765246d1ac84a523c4','a40f3f1627ed415659ded5272e21d8ad57834101',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/','README.md',NULL,1260,'text/plain',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15457,'6353466091e74c3da60d691eee8e5e377f98a570','9ec8a2c73e6f5f780775d5cf833dab3e247d1eef',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','sme.json',NULL,2555,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15458,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cbfdd013d81008dc003a646af28693248458135d',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15459,'849d2fb2eb5cd304aabeff4cb6d95d7b8f8b1c7f','6ebba7bb5a126bbfbbd71e0ce594532ba6d27192',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','ja.json',NULL,2558,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15460,'759ac151983e302bd8e8e5c6f8776c8d14afcc09','ea95338ccee7e6fb759e9cda557bebffb6d45241',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','ru.json',NULL,3621,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15461,'472c507661798d62953f743127122af2647bea4c','578662f7f8012097ccc3fb08736d9993b5c5e4d2',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','lt.json',NULL,2911,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15462,'6353466091e74c3da60d691eee8e5e377f98a570','98309fab7bb3062d841f97c94cc5c0bbb6b39a41',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','bs.json',NULL,2555,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15463,'b46f7b6bd514ce5bac577fdf9c4fc88d0b668789','fed1aad718c2c97e07296819e4ab7a06e1d032cb',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','nn.json',NULL,2554,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15464,'6353466091e74c3da60d691eee8e5e377f98a570','3f62a5bc1d5849501a47bd26b7464d339f5a1644',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','ro.json',NULL,2555,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15465,'b997cb655f94c450bb7f952a4afdefd54d3d169c','c4d19bfe17d037b976f382b6b900f37c5dff7703',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','el.json',NULL,3794,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15466,'247bb6038896fc6ced47c44e82dbfdb048310c40','150fbdcc963c5ad81bb5979181c0bbc7929f9d07',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','km.json',NULL,2573,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15467,'2a16dc4e1a2c7ff855c706ead42e2a6cf9b26507','be16a513eb1198acf27d6344d980baa6dc8ac1a4',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','zh-tw.json',NULL,2550,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15468,'adcd05bab3559f6fc109bb69b356cffa16c82777','e3581e31b5d1b5f84d7cda04a200c1de5652c47c',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','cs.json',NULL,2778,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15469,'6353466091e74c3da60d691eee8e5e377f98a570','2435ddd2f3637e4102e31ff4c6602a9ee7e927b9',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','sma.json',NULL,2555,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15470,'97f68f382d77e98032d1cb348fdcc10fe1e2d3dd','2a4c6ebbbb97deb56cbca3c8a63d3f2ebcfccb81',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','da.json',NULL,2553,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15471,'dd18f391078d4bcb8606140228da07f90ed379b1','737d91f8d619a616b1efd7cfa6698a8e01eeca02',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','eu.json',NULL,2708,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15472,'3c84c1bf1f0b99e68e9f2ab36b8f030503a4e68d','3390ae0db27fb7fcc33d341f604ffec53ad5d1e8',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','nl.json',NULL,2752,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15473,'9dc8c114a6c3584789b5cf5127ef18e6a15ab1b2','dd86c8325e0b8ee8cf515cd2239e211a8278cd53',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','ca.json',NULL,2818,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15474,'0e3f9fbba2ce3a115ac9d82160f8afacc8c0f6a9','8c128bd300403bb62ee55ed392d26647f46b4534',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','pt.json',NULL,2630,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15475,'62d0c0b1cffe0812ba8b11b1f11170a9be089a1a','4d3d294f40c710ec0a6402e6c8cce92adfc1dc7d',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','sr.json',NULL,3339,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15476,'6353466091e74c3da60d691eee8e5e377f98a570','8c80e0e142991f4425c8afae994aa0469e956f96',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','hu.json',NULL,2555,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15477,'ef8bf9a52e4661b7a06eb36b1723f83a49fe611c','c13f808eaae7360fead38a1d949998ccb10c8dbd',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','sv.json',NULL,2675,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15478,'fbb71674779c5c5b9aa32ff8d6ce6bace5ceb70d','4604765f8a7e72963bfcd3e75b3aa23de1183837',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','ar.json',NULL,2888,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15479,'74241af29c681e765567f2801c7533b810304721','c24acf656ee1c2a7bc1f6c23147bc4d89b787a89',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','zh-hant.json',NULL,2437,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15480,'551f0690cfea68f5920a3439f300ac8725ac6a87','2a7389ab7fbc0b0e15b5bd543c5ed88d0804fe87',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','uk.json',NULL,3574,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15481,'7150daa79c7a6a5a2562c1ed94e1131f56989472','7c03ebdad3efc0eb8c1298161406742d7c987d49',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','zh-hans.json',NULL,2435,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15482,'2e61f935927e8e46a257042427746d6e8525a815','126e1d3a9d1a7d36f132ba3ce19224ec9e729a88',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','mn.json',NULL,3613,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15483,'f3a6de7a2b10176decfde161cd9a786f234ad4bd','c50be18626604db7dad7aa28b719eb6f698ebf80',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','af.json',NULL,2659,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15484,'6353466091e74c3da60d691eee8e5e377f98a570','15dc61351679d3216bc9f7843c231e8a274854e0',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','vi.json',NULL,2555,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15485,'14590579f044af6c82b1a301e396b600e860df5f','e86ed8f36c0698b0caae960104edc25b9377773d',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','et.json',NULL,2577,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15486,'f00664891bb5d5e5fdc97b19c2e4de0e0621a425','84deb721b43004e433eba5a138fe77a5ad548b28',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','nb.json',NULL,2551,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15487,'417593e50e5242e5b1cec3e89101a5fa0758d413','751f762702a8e2e19e3be2a14b75c2e844ae9bce',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','fa.json',NULL,3417,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15488,'67d605cd40d29081000aba4074e4929096eb9ac5','0640927863611ef7bcd67591c1d581bd8490f49b',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','ko.json',NULL,2771,'application/json',0,NULL,NULL,NULL,1738413202,1738413202,0,NULL),(15489,'5a0ee7999d3bc464146e45e188e4a2821df22f5a','cdadf64ba5809e64ef0bc7162214d374606c2c24',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','de.json',NULL,2869,'application/json',0,NULL,NULL,NULL,1738413203,1738413203,0,NULL),(15490,'ebc3ef02fb59a24212ec2880c0f7fd4cae0cdd88','280060b78cd977f467b8d7c2fb6fcfd14e0158a3',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','lv.json',NULL,2731,'application/json',0,NULL,NULL,NULL,1738413203,1738413203,0,NULL),(15491,'4aec2e34618a1add10fac41ca0e93cfe8035b257','d9d416abc180d1d630241cefa4505b93adada1cb',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','pt-br.json',NULL,2835,'application/json',0,NULL,NULL,NULL,1738413203,1738413203,0,NULL),(15492,'25a808ec71c893f1e743edce12478b3dce71d8df','2db6c84163da2f80bebc871ab674955c538ed463',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','ka.json',NULL,4476,'application/json',0,NULL,NULL,NULL,1738413203,1738413203,0,NULL),(15493,'28bb0c86df3ef0fdcc0527dc362401354674ff3d','007805de04aa7a22532df32f549e7baaeb7f3e24',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','bg.json',NULL,3640,'application/json',0,NULL,NULL,NULL,1738413203,1738413203,0,NULL),(15494,'a736d949610fe94221fcbb5db0618fe61770f16a','1dbdee2a7de37ed07d4beaab003fec365590aa77',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','he.json',NULL,3153,'application/json',0,NULL,NULL,NULL,1738413203,1738413203,0,NULL),(15495,'8ee469def7dda00665a3bcec0deb86a4a4d64374','1788925a9462e7bcdc54e324825e841e21b84a4b',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','it.json',NULL,2704,'application/json',0,NULL,NULL,NULL,1738413203,1738413203,0,NULL),(15496,'56bbeec1e9f5cbf421d87852e5855c689d26f329','f32e34369a0f390569678d5285020ce2825ce194',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','fi.json',NULL,2742,'application/json',0,NULL,NULL,NULL,1738413203,1738413203,0,NULL),(15497,'b348ca966440bcecd1538af0a1c6000cd3d80287','33d36101f673e17018c80a4110921c0a22fb3b51',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','gl.json',NULL,2725,'application/json',0,NULL,NULL,NULL,1738413203,1738413203,0,NULL),(15498,'d152461cca79874a3edfc37dc0e866364614cb13','8d9f0ff9770f04f9d497afed90d49ea214400acc',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','es.json',NULL,2775,'application/json',0,NULL,NULL,NULL,1738413203,1738413203,0,NULL),(15499,'e59bf33e9e0e1a4a7ab2b96ae2989c799634aefc','0c25372d940786e4720502a3e7be34f62f80d632',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','sl.json',NULL,2651,'application/json',0,NULL,NULL,NULL,1738413203,1738413203,0,NULL),(15500,'da21c319d77886acf0ccbf4e33e7dcc25b6b903d','3882f92b77ea82769c51c741d2d38692a7cba6bc',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','es-mx.json',NULL,2794,'application/json',0,NULL,NULL,NULL,1738413203,1738413203,0,NULL),(15501,'ef7ac5e7cf24cc2641e79fa40b8e01e42e892cad','cd2b8140cf6107a2b37fa64e517f2ce9b28f1e4f',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','tr.json',NULL,2744,'application/json',0,NULL,NULL,NULL,1738413203,1738413203,0,NULL),(15502,'8eb8693343c800423af44594a7305176d77b9246','fbdfda14890d29660c3674f6ae2d8202beea4371',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','sw.json',NULL,2887,'application/json',0,NULL,NULL,NULL,1738413203,1738413203,0,NULL),(15503,'3158e27140cb76874dc002ddc7bad78313adb833','8ffbfece3b96a5f8157502e28b085b24a1b339e8',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','pl.json',NULL,2659,'application/json',0,NULL,NULL,NULL,1738413203,1738413203,0,NULL),(15504,'876bbc23a3ba868119c38e50722403d77a4f19e2','c126481ccb42b2111b6657facbdb0defb27b6ecd',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','fr.json',NULL,2811,'application/json',0,NULL,NULL,NULL,1738413203,1738413203,0,NULL),(15505,'6353466091e74c3da60d691eee8e5e377f98a570','dc569daf703f8ed598c0ada47c8dd9a1f9373a33',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/language/','smj.json',NULL,2555,'application/json',0,NULL,NULL,NULL,1738413203,1738413203,0,NULL),(15506,'83aa60433612ce9429645584d45545c0ddc1b557','03eae1e5d7e55758c62cae2d8e483d6ad9856563',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/scripts/','popup.js',NULL,5643,'application/x-javascript',0,NULL,NULL,NULL,1738413203,1738413203,0,NULL),(15507,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f570182f62c7116533ec4c3153dc6041fa702b8e',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413203,1738413203,0,NULL),(15508,'a1f7b6624e536be9a3d08914c4175839be991eba','2fd56f2c5b514498b4b346edd94c7b236b10cc06',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/scripts/','hotspot.js',NULL,11115,'application/x-javascript',0,NULL,NULL,NULL,1738413203,1738413203,0,NULL),(15509,'a7236610cecab6437590f500bf78fd6ccb791cab','211f19e6add6e0156417f8f9d734ea09cc0e5c60',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/scripts/','image-hotspots.js',NULL,8955,'application/x-javascript',0,NULL,NULL,NULL,1738413203,1738413203,0,NULL),(15510,'dd2caa8eed275f9e143fff87b23e330f56268350','28810b33ce3538c330f870a13a166e73a5952c46',1,'core_h5p','libraries',59,'/H5P.ImageHotspots-1.10/','icon.svg',NULL,2834,'image/svg+xml',0,NULL,NULL,NULL,1738413203,1738413203,0,NULL),(15511,'21156ca3e123c0ac4d6f487411e5c34345758292','97d40fbef73717d426e2188478b252247893334d',1,'core_h5p','libraries',86,'/H5P.Video-1.6/styles/','video.css',NULL,12824,'text/css',0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15512,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a02da71cc5fadc57d403c3ce2c0b1b17e6f9fc01',1,'core_h5p','libraries',86,'/H5P.Video-1.6/styles/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15513,'da39a3ee5e6b4b0d3255bfef95601890afd80709','042277debcee7d5d431882bce30dccb6bbc71c9e',1,'core_h5p','libraries',86,'/H5P.Video-1.6/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15514,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a8e42e06d16a90b1444448b9f971cb58db0bf665',1,'core_h5p','libraries',86,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15515,'51c74f27082b9e2a7be34e7cbc491d4e595b41c2','34e7ea26d3ea4a40fa693b9b47d4c43c0b2f9bd0',1,'core_h5p','libraries',86,'/H5P.Video-1.6/','upgrades.js',NULL,4883,'application/x-javascript',0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15516,'44f671b59ece278317e1887d22068676f56d019f','0698eda3823a397b932ad5a198d1220f02e8e11b',1,'core_h5p','libraries',86,'/H5P.Video-1.6/','library.json',NULL,698,'application/json',0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15517,'7db11b31e6cc26e0339a7f0497701ff49462ce48','1794d97b87d7114bb279cb7c05a96b93d761d2de',1,'core_h5p','libraries',86,'/H5P.Video-1.6/','semantics.json',NULL,6464,'application/json',0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15518,'aefa371d977d73bcdcb8cefad832fb0d44fa6166','a1a32d4aac8466f243fb810024edefe1efc9b977',1,'core_h5p','libraries',86,'/H5P.Video-1.6/','README.md',NULL,3912,'text/plain',0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15519,'6ab9210a88b77ecc609a1e2e31c11ea1d8b9bb93','2ee7892049ec54f711b34a9f60b3b1abd394e465',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','sme.json',NULL,3858,'application/json',0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15520,'da39a3ee5e6b4b0d3255bfef95601890afd80709','baf28e4d763f96f66388e681b4ffd22b9346d1bd',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15521,'f1b0a46f2ac01bd349c1a3bf3760eb5c5ad75499','dfdcdffdd186db54d82eb1349106aafb08c2faa6',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','ja.json',NULL,4842,'application/json',0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15522,'444dda85a2f44203c9b0483483a1e73377a5fded','f63a0e26785d0dc1fe6627dde170c99b80a93a50',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','ru.json',NULL,5600,'application/json',0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15523,'54bae1d74294e1fca77a455050897de6866236e0','7765ad62436f665399d125513fa973b2974421db',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','zh-cn.json',NULL,3819,'application/json',0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15524,'40ae268064b06aa6ddb15f6f25732c5478137baa','b4c140a5d088b0298bd3e426f7cecfd2167e1dae',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','lt.json',NULL,4211,'application/json',0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15525,'befd05bba39c50db420e9abe138a9b2d78ab88bd','df482fdc4125b5dabc9d16aebb2f04e6f7a1e237',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','bs.json',NULL,3888,'application/json',0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15526,'87ae3b0c0f42fda82dfbef74b021cab86c9b43a1','931962c61c472055c316b9a2851374a3dd1f1393',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','nn.json',NULL,3949,'application/json',0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15527,'6ab9210a88b77ecc609a1e2e31c11ea1d8b9bb93','220c7775625587217e0ef27735abe399e284b5e1',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','ro.json',NULL,3858,'application/json',0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15528,'bb8c57cb023b73e68c145247750994c8f79b9f53','2d35c4451a488fb9c7fb3f0bde5ea050772db248',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','el.json',NULL,5978,'application/json',0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15529,'1ce7c0e83ffca9dddacaadcdb62c0b3758fb0f8e','7315186ca5c0edc087d711dad0876237812ed7ab',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','km.json',NULL,5909,'application/json',0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15530,'d19b3cf92fda5763a6b37c5871c9097bd2d1a9e6','93e5ee0eea73477b747b18aaf36d82c14521de39',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','cs.json',NULL,4095,'application/json',0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15531,'6ab9210a88b77ecc609a1e2e31c11ea1d8b9bb93','d29f306df2be37415223990cdc902f0625c31ead',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','sma.json',NULL,3858,'application/json',0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15532,'6ab9210a88b77ecc609a1e2e31c11ea1d8b9bb93','03f5dbe8d96671afb9bed23bc95fce5b4a4672e0',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','da.json',NULL,3858,'application/json',0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15533,'2a6c63bc20714d4ed98a299452dff9188c848ba3','ac195e2e10e76efe95e5318de384e82fb8430af2',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','eu.json',NULL,4164,'application/json',0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15534,'6d9a727d50e84eb1eac4113ab3986ebacbbae255','e4de34be104b6d9555a75a59456b3130ad023e5f',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','nl.json',NULL,4106,'application/json',0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15535,'95f22e52be921cda21e29dd0a91f857f509b1279','98418bc1ddca57345b0baac80f7f72e029cf95eb',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','ca.json',NULL,4356,'application/json',0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15536,'42b06c155b118920192c9c3828da980913d4c663','fe90514ba916b3bbbceb8d8e1b0d0c33cac9863a',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','pt.json',NULL,4239,'application/json',0,NULL,NULL,NULL,1738413204,1738413204,0,NULL),(15537,'6ab9210a88b77ecc609a1e2e31c11ea1d8b9bb93','801c6338dd51724c4631520027b72fb9283ceb7f',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','sr.json',NULL,3858,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15538,'6ab9210a88b77ecc609a1e2e31c11ea1d8b9bb93','2c1f55fba7f3b15c5afeb3fa46739b3cd7b51a75',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','hu.json',NULL,3858,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15539,'9ecfc44a0c3c22dcc9bafa97d34e8e160b8294c9','7a0f416149d959b73e6e6c68d62fad208ae2400d',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','sv.json',NULL,3958,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15540,'0128dedb29449c4645e9c7f108e54dae92fb0337','c607ff959b8c10943c01b796104c831ac342f294',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','ar.json',NULL,4511,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15541,'feaa62333138031d45e569a1e5a513479cd2b67d','a85a6cb9aaffadcb85b7c79c1a8bec332838b191',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','zh-hant.json',NULL,3996,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15542,'c04839d4f77805997e4c27fbc67ef927eac773a2','cfb15a9a8eebd8b0753fcd84967fc665fa33fc6c',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','uk.json',NULL,5430,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15543,'64b16e621534947c01f7f344212701ddef1dcd08','ebb9674ece259c33a90836e15caa4c1e81cf90d0',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','zh-hans.json',NULL,3990,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15544,'4fe5289fd4e6cf3e1ec8496f90a073b38dbee37e','f69ba666e54b4c995d028723ea7686b469b054e5',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','mn.json',NULL,5443,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15545,'4f3d1755da9deaece60c7aeb27c38b683ccb884a','b9b7485c1e32b74092131de85053e5962babb35c',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','af.json',NULL,4019,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15546,'85be1f46ad80e8be6a76663b9d83d9d5e628ea10','061fb552bb85a8c3e010a12e0527db42fdfc8ac6',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','vi.json',NULL,4062,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15547,'8f10fde403362f64b1e4b46282398d121be11c55','65376d5deef410ec11340400045070e494bbca54',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','et.json',NULL,3947,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15548,'62e79dc930b4e0d88a8eda889def6e0fe692e09f','b61cb8f32b0081420730e5d90d8c20b2e58b8535',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','nb.json',NULL,3958,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15549,'5fbcbb2a0dcbbc6f0c8d2cfcf48615b6d71c28ff','dfc742e95c21bb87b858a1edbe3c25db94ad5fa5',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','fa.json',NULL,5154,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15550,'f7ff7cb36da1831cd4ac01c7eeee2ce88c479485','ea1d6abf6498564857008b4e6ba56fd7bf7eea65',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','ko.json',NULL,4321,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15551,'21e8aeec3ce33aeeafa6f11d7d9e9a91e1c76d21','f6b8e2b032ece0356dc30c5df1fb64673371219d',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','de.json',NULL,4273,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15552,'aed7eeb6a9cb24c6dbe54063755a9ef62052e02f','906e808a8c88b4c64535a77e570d33782102b785',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','lv.json',NULL,4052,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15553,'d82a10e6e11b128da6f894cf7f68fa79066b4e6a','28943d002d67fd6ef88016aea4d44165667b17a4',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','pt-br.json',NULL,4332,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15554,'8ee31b443c3fe11fac88a3b17718d3fd23934892','1b43453de4bc64b07cd9890af2680e3946ca7bde',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','ka.json',NULL,6338,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15555,'f3ad860a78bc2f251771fa2d659fb766eb4c2046','3337d75942aadaf1fee1f6b0de934244d54fc1ee',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','bg.json',NULL,5802,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15556,'88ff3c149681618eac6418d536b273ee2ed2a7cf','246c2382d0c059eb1640831142cd4f0172926ac2',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','he.json',NULL,4671,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15557,'d24100c21c39b929cb58cc48b80df54ae751e631','b95baeb01657b82f3e9d1e9954aaa40d4462b161',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','it.json',NULL,4181,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15558,'b0c84766392da8b3d3b0467d19da033c90899499','1b28831ccf529f0bf00c33493214165de27ae403',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','fi.json',NULL,3855,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15559,'bb3cfb6280a60bcd303fd5602d7c616cb52dd8ff','ff3f6681f59882492188b83e2a78d1240d2e5347',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','gl.json',NULL,4207,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15560,'062c38ce17828ebe48e4bcb6b71362e8e42bd1bc','73836e702fc310afa9179537a3011b6e5450f2f0',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','es.json',NULL,4288,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15561,'7cc425cbafe842a64b2ee8103896b24f54494a2a','c73fc2d1bbdc2fc1a35b0f6940aa674cdf116ecf',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','sl.json',NULL,3910,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15562,'707248e696ea217fdc2b87652769d06730eaea32','3d0e9c45ac000af6c583f840f9e40e7e5a68474d',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','es-mx.json',NULL,4276,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15563,'df9a493e0366d1e7b3b6857975cf26f26297acc9','2d3f43a2906064e868a4bae55c4ece681ef3098d',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','tr.json',NULL,4190,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15564,'9cc48938d3d989da8f8fbc9bf556ac8d362af75d','db2a783b968e244ad44ca172eafa7e62708481c9',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','sw.json',NULL,4205,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15565,'c8c380d3c729dc56a2ba46458adc3ce251e517f3','997c13d3127390becb3616f2768d0be2959a0b39',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','pl.json',NULL,4247,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15566,'aca7c2de4dfe628bfd6b03398503a23512a38384','46c47a6c81ea0de7135fce44471d9342cd2237b8',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','fr.json',NULL,4214,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15567,'6ab9210a88b77ecc609a1e2e31c11ea1d8b9bb93','b79637bbefeb53a1aff051fd2c02391c2850d10c',1,'core_h5p','libraries',86,'/H5P.Video-1.6/language/','smj.json',NULL,3858,'application/json',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15568,'fb1cf574f9ebcfb3f9e8fc69ad0ba77060e5b851','93cf99c075c044bddaa78801d0e821aa002ffe5e',1,'core_h5p','libraries',86,'/H5P.Video-1.6/scripts/','panopto.js',NULL,13374,'application/x-javascript',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15569,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8bf1a38b20cb676a1c8f4400f6095561d576fec3',1,'core_h5p','libraries',86,'/H5P.Video-1.6/scripts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15570,'df76ae09d0ddd6a1dadf7e12246666228c635776','3ec97de93bd3d70ce72e49496d51357bf660d9eb',1,'core_h5p','libraries',86,'/H5P.Video-1.6/scripts/','video.js',NULL,9733,'application/x-javascript',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15571,'5adf627840ddd1f3822f3ba45da04f292c5a88a0','209a3282b416c82a61cf2e21c0dd0d11253158c0',1,'core_h5p','libraries',86,'/H5P.Video-1.6/scripts/','vimeo.js',NULL,14605,'application/x-javascript',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15572,'44a149b59e8d9138ef789ed79410b87cd80e36f9','fcbf2570d9130d7c4a431298f4d3ba5944314096',1,'core_h5p','libraries',86,'/H5P.Video-1.6/scripts/','youtube.js',NULL,15834,'application/x-javascript',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15573,'8399b66752f52163362b9ab1de3ac06ad53a5c85','352e8b35f4ebac14b5e29c9f0aa1b280a9e0a1e5',1,'core_h5p','libraries',86,'/H5P.Video-1.6/scripts/','echo360.js',NULL,17137,'application/x-javascript',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15574,'6b562dd412f9584726293474b5e94259afe2b577','38b5846fc8bd6e96a2c1134d14328a87c74eff87',1,'core_h5p','libraries',86,'/H5P.Video-1.6/scripts/','html5.js',NULL,25532,'application/x-javascript',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15575,'0c0dd93d90c133a5de7d74689f2aea7e8b868afa','c5bc35819b8166c01ce8d16e83b9e437bd4d33f6',1,'core_h5p','libraries',86,'/H5P.Video-1.6/','icon.svg',NULL,2386,'image/svg+xml',0,NULL,NULL,NULL,1738413205,1738413205,0,NULL),(15577,'3f5cc7b6426b98da81ad7818e11485c11106ac4a','6b4fdda0091e8941e74c78f6391edad0d66389a7',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/','LICENCE.md',NULL,1060,'text/plain',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15578,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ef6615f7505d523a82d71b1874845237a2542be6',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15579,'da39a3ee5e6b4b0d3255bfef95601890afd80709','bbd582691f0a12bcd74c859be2547cc4f61563a8',1,'core_h5p','libraries',16,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15580,'51294fb07c7256d6b10575bbafbb188f1c5ec55c','f08696ddf1091e7641c96e9b5c835d4a46ad209b',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/','library.json',NULL,685,'application/json',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15581,'8b9dca00f3eefd6ae07ee1ab8c21937fff070721','36844236457a90d9a0660e098775ca73bde60938',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/','semantics.json',NULL,3999,'application/json',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15582,'44186d1117084cf50b0c0921b87493657510bce6','f6a838af93cb6554d2035f376d0612cf9997d7ad',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/dist/','h5p-audio-recorder.js',NULL,133527,'application/x-javascript',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15583,'da39a3ee5e6b4b0d3255bfef95601890afd80709','19e9d67ad2bfbad2f5c2acc7f1c1183f5b716367',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15584,'a4a55510e7c921d8c45ba0b7ea8c2530f0a64b18','a9f0d0eab8464ee4570061e9cca30cd18241cb12',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','sme.json',NULL,2881,'application/json',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15585,'da39a3ee5e6b4b0d3255bfef95601890afd80709','45b1b053aafeeb2dc14e18797644394bee395b9d',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15586,'0c348f0143ce8b0e1be9b3909a01b6d5683990f8','a5f90c8689f3e97624a5274e8cbc796145bc5d82',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','ja.json',NULL,3839,'application/json',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15587,'70c70960125c1b6ab3a079c18515aae4d170a83f','607fb7ac54cc0a9a00b520a028356cdfd4dd0a6b',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','ru.json',NULL,4126,'application/json',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15588,'974eb365388a90bc772b5f71fa8c6451ff6c269c','6b5f4250ed5e6c6c86e756f4a0511f3571652153',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','lt.json',NULL,3342,'application/json',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15589,'914bd33180e77b958857d3ea43611c4a6c8e4d55','a9ea466e23285d4351e32e4d337e9e9b846ece39',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','zh.json',NULL,2738,'application/json',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15590,'cdb1117d39001a9decac9036fc74f1528ac84a99','f93cd253ebb31ac5ef44d1725e6a27dc8bac099a',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','bs.json',NULL,3047,'application/json',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15591,'53442a309265b4fae8103830c3807d9de4c3c4ab','93ff7b2a885e91a5d88a3d4d65b5acf90f21cf85',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','nn.json',NULL,2903,'application/json',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15592,'cc9f6e82821b6244f778a474693a678eac3eb8a5','b7e4ede433d74340792b73b01b1b374684d24c62',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','el.json',NULL,5131,'application/json',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15593,'d35dbe258bd0afdb01975cbe10dd93e5621a7c0a','9d293ef25c44dbceceb64357a7685a638f3e7a2f',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','km.json',NULL,3839,'application/json',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15594,'1ffe9d29b8a5fa21eb7e16c44b1136eb1cdba59e','13cbfcb9fb91f5776bf8902be7058d7fdc9d1c41',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','cs.json',NULL,3180,'application/json',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15595,'a4a55510e7c921d8c45ba0b7ea8c2530f0a64b18','c424bbfca25603f9697bf7eff9c8f4d54ba1579c',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','sma.json',NULL,2881,'application/json',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15596,'a4a55510e7c921d8c45ba0b7ea8c2530f0a64b18','79b530e839fff3aa5089177ee1c61e0aa5ad69f3',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','da.json',NULL,2881,'application/json',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15597,'226f5cc07381df590cd931ad53bafcfd12dc1e35','729ec8375eb5357202ef98933cd19228f5eda848',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','eu.json',NULL,3010,'application/json',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15598,'738d8c67b5914b9cc226a3ddddd4119a34ca0337','430c15e70a7d3365210dbc63998029b7dc64d265',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','nl.json',NULL,3053,'application/json',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15599,'136d9fc4bbafff5132d425f9a9df0583a40320c0','67f046b1f6c2d3a7933e57cf81d33374d85797f6',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','ca.json',NULL,3323,'application/json',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15600,'8266956d72b44e13f0d90212d1a474355e2efae4','1df9e4dfc1db98a9f3528b3a4b99af7fc463b756',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','pt.json',NULL,3205,'application/json',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15601,'ce1de8139615997d2bf35c1e883452838a32fe18','71ca49bb2d6088b45320f101baa8769a9623d283',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','sv.json',NULL,3159,'application/json',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15602,'777074494252e69e5246d827c306d79731547227','2221180676482b2bb98ffda2d7114dd78f069f95',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','ar.json',NULL,3245,'application/json',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15603,'229cab30f55f650f5454c58716ee142b328cca67','9f5170b60ef511b0edd2c7130b7bb29a84f2b2a7',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','zh-hans.json',NULL,2741,'application/json',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15604,'2622651febfcfd097079895f1ab0a3b28f77f66f','c55d67025dd9e770ad75bb4f8c01bd29c94e4100',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','mn.json',NULL,4445,'application/json',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15605,'249ec0658f520a55eb4ad45b33f87b424ed8ecd4','a01b809cc57afc321c2ab2b5ec6f709e46e04b6c',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','af.json',NULL,3085,'application/json',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15606,'ed8fc89c5d822cee23043faa0b3b88c55f006b17','3fb5ca25982256e0aab8c33251485c8a89f2a8ee',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','et.json',NULL,3102,'application/json',0,NULL,NULL,NULL,1738413210,1738413210,0,NULL),(15607,'2f32fc4a6d9dce71d7d593911d25a4c4b2e2ebe0','600e8a097d82ec127c7b2e97350a725590130680',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','nb.json',NULL,3092,'application/json',0,NULL,NULL,NULL,1738413211,1738413211,0,NULL),(15608,'241c7c94c502d7627ea0fc0da4e4380eb348b411','cdd520583218d3cb96d3645cbd4b4105971ff1a7',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','fa.json',NULL,3963,'application/json',0,NULL,NULL,NULL,1738413211,1738413211,0,NULL),(15609,'357fd05314c9dc37f76e732f3f2064b05b0dcdee','c69354c82b5f07e4a5138ede7043d982b6c89f77',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','ko.json',NULL,3368,'application/json',0,NULL,NULL,NULL,1738413211,1738413211,0,NULL),(15610,'6f924bc39ffcc2a4bba2501166252a6f80098948','abf7ef238f934cabbed8dc1bdfde0d6c5285e43e',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','de.json',NULL,3471,'application/json',0,NULL,NULL,NULL,1738413211,1738413211,0,NULL),(15611,'8719e5fa56daf38730a4e618318953f66f2fb59c','535850a708f2f727ef8e77c132e08c79b3ec8e50',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','lv.json',NULL,3340,'application/json',0,NULL,NULL,NULL,1738413211,1738413211,0,NULL),(15612,'db9463f098e7712807138d2c462a8aff7a12e0b0','921cef34831939e4649c5a729015cb25001cace2',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','pt-br.json',NULL,3216,'application/json',0,NULL,NULL,NULL,1738413211,1738413211,0,NULL),(15613,'bb6fc45fe1f7b0dd1ffa5f775e374169db721ec6','6f99e31e226d7fbcf0efd89152f2cc301ce8184c',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','ka.json',NULL,5447,'application/json',0,NULL,NULL,NULL,1738413211,1738413211,0,NULL),(15614,'b832d69f5336521f7875f2ceb33e49d17b46edce','a7f69233f130e77302bfd6dc3bb0fb025143c3fc',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','bg.json',NULL,4683,'application/json',0,NULL,NULL,NULL,1738413211,1738413211,0,NULL),(15615,'ac403ebee244f6386d606d27eb471c791e1d76a2','542a7f5cbc51317a22466250f6c02757c2713992',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','it.json',NULL,3335,'application/json',0,NULL,NULL,NULL,1738413211,1738413211,0,NULL),(15616,'043b6b1365fd15f7c920b99eb546e05cbf880a07','ff3b0a4defdaac39a4e9137f20a095f0a934c014',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','fi.json',NULL,3397,'application/json',0,NULL,NULL,NULL,1738413211,1738413211,0,NULL),(15617,'9a7776ab4a434f747ed93cc162e4ba706c16a6b6','cff5bcf18ac4b5dc5c16e745cb587e51fc2bc628',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','gl.json',NULL,3167,'application/json',0,NULL,NULL,NULL,1738413211,1738413211,0,NULL),(15618,'0a40aee0ea82ce33035dd9819f8607dbf5bb74a2','c31e8d1916d0a2336b3825316d346370b110c537',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','es.json',NULL,3276,'application/json',0,NULL,NULL,NULL,1738413211,1738413211,0,NULL),(15619,'9f765bd864a8bd50226e5a7f88d1c61a22453f45','42e4cfc1bbb1bc89ea3960ec02a096d82d82eb31',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','sl.json',NULL,3108,'application/json',0,NULL,NULL,NULL,1738413211,1738413211,0,NULL),(15620,'62a83726023742ee79595a482b4375e75bfa5028','01d0f41eadfec9bd68c11e50c8bdf929d56968be',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','es-mx.json',NULL,3196,'application/json',0,NULL,NULL,NULL,1738413211,1738413211,0,NULL),(15621,'4808cb504862bde34845803634bd3d9ecc7d5777','0c55e22b3e9b11c1703231ffe81c7b7f2023c160',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','cy.json',NULL,2956,'application/json',0,NULL,NULL,NULL,1738413211,1738413211,0,NULL),(15622,'2495d6ae06e8441aa7b7fba0d3f4fe6f8c9c8d0b','6b686f540a204e44db13ed227f7f0f2d4199284a',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','tr.json',NULL,3200,'application/json',0,NULL,NULL,NULL,1738413211,1738413211,0,NULL),(15623,'053ce4d3aa61d724c340169c729fb77d9c31ccb1','2f7392534c64e8c4bc4423872b096197de3c3807',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','sw.json',NULL,3275,'application/json',0,NULL,NULL,NULL,1738413211,1738413211,0,NULL),(15624,'2b8d3e0852e2bf283f31d62c1f5edc00b929dce7','3a9a2d09a2ee52d118688f5886f5c96b9537d277',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','pl.json',NULL,3152,'application/json',0,NULL,NULL,NULL,1738413211,1738413211,0,NULL),(15625,'9430a899ba15d224ee757e08a5f4ffa704c57d9b','319ac223c72441950d07e30094c8efb82e46dc35',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','fr.json',NULL,3321,'application/json',0,NULL,NULL,NULL,1738413211,1738413211,0,NULL),(15626,'a4a55510e7c921d8c45ba0b7ea8c2530f0a64b18','d95f134fcb0d834029c04e66441918d14abe80ce',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/language/','smj.json',NULL,2881,'application/json',0,NULL,NULL,NULL,1738413211,1738413211,0,NULL),(15627,'600db9374e47e4f73a59ccc0a99bcc42f4a3e02a','8fc9adf09fab847714e76f7d70204215ee1fa22c',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/fonts/','open-sans-v16-latin-regular.woff2',NULL,14380,'application/octet-stream',0,NULL,NULL,NULL,1738413211,1738413211,0,NULL),(15628,'da39a3ee5e6b4b0d3255bfef95601890afd80709','636461657d4acd261206fb3ea99649078785f13e',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/fonts/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413211,1738413211,0,NULL),(15629,'8033a128504f11145ea791e481e3cf79dcd290e2','7d2661af55e8386de35503ac2912edb0dea45732',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/fonts/','open-sans-v16-latin-regular.woff',NULL,18100,'application/octet-stream',0,NULL,NULL,NULL,1738413211,1738413211,0,NULL),(15630,'3688585907c75c7c238c7268c8e7e1f5be42ea72','562d3bb0c6dc957566da1042cd748301c49b9183',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/fonts/','h5p-audio-recorder-font-open-sans.css',NULL,307,'text/css',0,NULL,NULL,NULL,1738413211,1738413211,0,NULL),(15631,'d6956ac20fba5b55b4152e2344dfc90336864a84','bb280bf962dfbd55d29807fbf79f5908ce091c72',1,'core_h5p','libraries',16,'/H5P.AudioRecorder-1.0/','icon.svg',NULL,2788,'image/svg+xml',0,NULL,NULL,NULL,1738413211,1738413211,0,NULL),(15633,'8365c2f649a8bfc6bb9197b637add5a2e40d2b22','3a3dd4075b6f5db0295fcde6d75c27062b00fc81',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/','upgrades.js',NULL,795,'application/x-javascript',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15634,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e5c6aff0bf5d57e199ad0333ca046e5bc717d437',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15635,'da39a3ee5e6b4b0d3255bfef95601890afd80709','63a6b157872e958ea2214e8f2a1793376d9ef2e0',1,'core_h5p','libraries',100,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15636,'7cad6344081f6016f2d2bd0d6a4de9d13b80a8a7','96e08f342dc6981114e331ca2dc8c9d6c2772862',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/','library.json',NULL,836,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15637,'488de66f9380ce9f2fdc42f1bee9341fab724b07','e86f70014442e1376c18160ae24eb4016eaa99cc',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/','semantics.json',NULL,13390,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15638,'bb20abb63fa3cc8a321f90b5c3c1f02a9f1e06de','c6ced23316392bb952695d38f67290a648c2857c',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/dist/','h5p-speak-the-words.js',NULL,232573,'application/x-javascript',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15639,'da39a3ee5e6b4b0d3255bfef95601890afd80709','078785a5defd4eb5179be8eb497274d75293e55d',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15640,'382b5b24a32ac79cc9bd60e7dddf0be22cf93644','b6fa73624038539a56e7965f71b538bc2a92df5f',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/dist/','h5p-speak-the-words.js.LICENSE.txt',NULL,781,'text/plain',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15641,'7622b748ade5ba5a36eb028f3bed7fcdbf8055cd','0f1c0f313aedf93eeba597220a0c6024c3c3545c',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/dist/','h5p-speak-the-words.css',NULL,2640,'text/css',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15642,'349e30a8bf55906f53290b12e5c89c9a81949b6e','d732fef3ec0aefc9e17ab04cde942bc310c09ea8',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','sme.json',NULL,9393,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15643,'da39a3ee5e6b4b0d3255bfef95601890afd80709','35319bcbf74d88c4fba152b1e6a03f9cb9c2a873',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15644,'084ea32d606f1c7497eb0faec5681b070a50bd2e','07b2cde30562932349faef13509548d5aa10182e',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','ru.json',NULL,10656,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15645,'33f6567c384dd82812be178e7086799d3ef9b46d','66c5bb6a3b88c2d8d5b4fd16943eb7de517e642a',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','lt.json',NULL,9501,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15646,'5f0da0d081e66b1c4e10f4c7125c1c31d99e4f1c','acb45661a2418534aa0979db6019e79fe1a3ea44',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','nn.json',NULL,9445,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15647,'5bb89d76660a926ce4f93fba45457a720c08d6a5','c3ecaa856d9206c1620a4760abf2e2cc28dc2775',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','km.json',NULL,10004,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15648,'25aa6f515c51021762b16b0df9990640aa14a4a6','0dd772102dc320a5c2f58efad3ef9155141ff4ea',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','cs.json',NULL,10199,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15649,'349e30a8bf55906f53290b12e5c89c9a81949b6e','d74c11cc4074cec6d33a1ee8bcc9b6e39063e67e',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','sma.json',NULL,9393,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15650,'1749a8e96e5eee55a0827c5fced208b6b04eeec6','1594ad68994775fe3d9f4ffb733a675a744db150',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','da.json',NULL,10328,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15651,'29b046004ed6e15ff413e5965ea6d5739ef65094','58b7e43643472f880368789d2ee28c846593f03e',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','eu.json',NULL,9837,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15652,'696b9a5850d296cd65960ff63e925a9085736280','1d7eca2de80c1b4a5919aa0ef658b901d86268c7',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','nl.json',NULL,9668,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15653,'42338962b4fedc68e2e3abf6110b5c61b738d2e8','81846f431ec5b1dd6d19d017955cbed10111abcf',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','ca.json',NULL,9656,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15654,'088f65c7bd0e07d4802984b49e13ff24b12e1eb4','3b4e3e0612f397956e082a716f648c8a8c006b7e',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','sr.json',NULL,10316,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15655,'c14c211bd4ad87de050d0e6be10cee02c2ccb8d0','58a4bf037a673c2b112723e20984702a999c4dfa',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','ar.json',NULL,11621,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15656,'6f1911d4c18f0a2c95156209e63f21e39e8883fd','e022931e3cd3c18afe66fcd56f874bc28809dce3',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','uk.json',NULL,10720,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15657,'5a5e135d47157ad76785f8fd6514b400a3536897','94a691f3dd72be41e4635c96c461038769cc16e7',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','mn.json',NULL,10470,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15658,'5c3be72a34b745514f1c078c824f740b4f0849bb','b50b9706977d28856af7ac253f9cbb030c64e9d4',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','af.json',NULL,9542,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15659,'c89f9fb1cf6586aea40d94b568abc4eb4fe397b4','8cbb27c0460aac23739bd85f1e252aa22715b57a',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','vi.json',NULL,9796,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15660,'83e0a41cd1a9dc542435a14b7c2c553f923183b4','67774860435b772510424923cff8c826acf76899',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','et.json',NULL,9415,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15661,'11c4510d4f7b4ed8a820ecbd3de083de28bdeeb6','fe01c25c85ecb52b261416c9cb047db20fcb3c22',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','nb.json',NULL,9420,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15662,'7e18e892c6c0c8744a425529b6c37f42c66be56b','9676fcc38c16769a529b9e71de5141490a704c74',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','fa.json',NULL,10202,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15663,'a304dba818749ddde83d3cef3dc30718d100b2ba','e6c675e6f077e4ac2622032a0573820c4cf0369d',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','ko.json',NULL,9594,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15664,'c762dfde6701d849985bd831feff580c6630ab2f','76e6fb5b075a372caa25c99c3bc48d11959b5061',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','de.json',NULL,9965,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15665,'5dcaec364274602c020b5106f3c167f0d04cf714','4619d78ae2e8c31e2c4d92b77fe5645cf74e2b7d',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','lv.json',NULL,9879,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15666,'3c6d7affe043ad79d5b0ef0a966c1a0a3bc5f71d','30f4922db917557cc4290a738f1169789efbe0a1',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','pt-br.json',NULL,9751,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15667,'1fd53d32466d09b23d4811929f6cee8ee7afff9e','ab40145b5e2db3382e36b537231912e73480af43',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','bg.json',NULL,10414,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15668,'2430716e30bb0fa4540a659e24c296eaf78c2f35','cd030d669fa172af8740a31d9d837eb464d7f5a0',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','it.json',NULL,9563,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15669,'dd5b2e0777f3ccf27fc70270b9599a4fa8c4199b','448995d092a3d4f0e37d1ab431cc3b20c52e5c7a',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','fi.json',NULL,9800,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15670,'af749ec8208bbac222e2c24a0370b9cb96055c57','9e03781684223137b10e7a0dc09829bfe0769f64',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','gl.json',NULL,9656,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15671,'bb06ceb0f61b9fe800541f248175ae6c9e7c1975','0d659fdc0f7629d1c9bb08b1a2c7d38b62bfe93d',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','es.json',NULL,9740,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15672,'35058ed25cd87d9ad4ea237967829581f5875304','987e4bcd761dafde82e7c132ed9edff40d3bea02',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','sl.json',NULL,9396,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15673,'9863053263e5997f46064fb94d566f413d903881','90d132a8985393804fb24cd601bb157b35bcdd26',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','es-mx.json',NULL,9742,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15674,'79b63473abd97702673965b32695f49b756fd3ae','d6dddc14e45d1e0e01ecc2701bd5f41e0a5e1a9b',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','pl.json',NULL,9991,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15675,'38897be283ac735f8e3b92965f1ec7214453d4c5','b97f85a0fe467fff6307a18034ad1d7a02fa4675',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','fr.json',NULL,9744,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15676,'349e30a8bf55906f53290b12e5c89c9a81949b6e','85f6dc9c005241f4a19dd324b6f5e0a0f15e90d4',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/language/','smj.json',NULL,9393,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15677,'ac92e90052471e363fc07107aa88e49660c3fb42','32ca22452d880b463dec3edb3b462ec2c8b2c9d4',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/','package-lock.json',NULL,287980,'application/json',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15678,'11cf752f73fa4196dfc731880f4a4eeece37a3cd','32d7d713cd937e33b06ccb9353c47ebecc0cf363',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/','presave.js',NULL,734,'application/x-javascript',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15679,'916004819830535bcf35e13d4e24fba008b7562a','c0e6ca78ecf76c7c36ce10b67845a21a5a1315fe',1,'core_h5p','libraries',100,'/H5P.SpeakTheWords-1.5/','icon.svg',NULL,4058,'image/svg+xml',0,NULL,NULL,NULL,1738413217,1738413217,0,NULL),(15681,'8b331af53e0cb43fb2e9e71925a0829d5591a057','30b1f2282a96b74c3ecb19b6a405ddd265a8a777',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/','library.json',NULL,945,'application/json',0,NULL,NULL,NULL,1738413222,1738413222,0,NULL),(15682,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b99d4398d6d13fad3d3cc206ddc59ba561ba65e8',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413222,1738413222,0,NULL),(15683,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9fc47d198b289cdfd375a509138e6884930ce7e7',1,'core_h5p','libraries',106,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413222,1738413222,0,NULL),(15684,'4ebcf6d9c1dd4d84068a252ec81d3ceffdea894b','bff74780fea1ff15c216d49397b0ffb27abed26c',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/','semantics.json',NULL,5817,'application/json',0,NULL,NULL,NULL,1738413222,1738413222,0,NULL),(15685,'c66526a04458c8b8b8abc6949593ecb7614ff45e','66a37dd218c5f2b34f4f2f0fe9df0a8b6e8ee3b2',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/dist/','dist.js',NULL,246469,'application/x-javascript',0,NULL,NULL,NULL,1738413222,1738413222,0,NULL),(15686,'da39a3ee5e6b4b0d3255bfef95601890afd80709','380361aa2cba312238e79b908fe5d783f07cd54e',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/dist/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413222,1738413222,0,NULL),(15687,'382b5b24a32ac79cc9bd60e7dddf0be22cf93644','9e0ebc953bbf9f2a034f4769226eb0572fe5ef4a',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/dist/','dist.js.LICENSE.txt',NULL,781,'text/plain',0,NULL,NULL,NULL,1738413222,1738413222,0,NULL),(15688,'f01f66cfe2ded7bddb91b6453df9760a6b9ec165','64ffe665e3a885cc1dc1383e7b4bcce5e17452fa',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/','CONTRIBUTION.md',NULL,460,'text/plain',0,NULL,NULL,NULL,1738413222,1738413222,0,NULL),(15689,'22e9e0869379de9fa25d0a544d63895aa95c8685','3a9d2b80e4f7840ab6b12a4612252f5eb558c3cd',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','sme.json',NULL,2733,'application/json',0,NULL,NULL,NULL,1738413222,1738413222,0,NULL),(15690,'da39a3ee5e6b4b0d3255bfef95601890afd80709','430b9e947c2f14c037c9ae6757c3132edb5dea16',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1738413222,1738413222,0,NULL),(15691,'5104473c35d4ca5234f901acc451bd8090c45459','f75e3adde5bcad8bf5079784a47d81fd80a7cf76',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','ru.json',NULL,3603,'application/json',0,NULL,NULL,NULL,1738413222,1738413222,0,NULL),(15692,'0306575fe856f7ed97d13074402b9a45703a9a53','52f1ee8acb73bb5e64012def12bba48a0b48ed89',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','lt.json',NULL,3020,'application/json',0,NULL,NULL,NULL,1738413222,1738413222,0,NULL),(15693,'ed7ba1f82237ebb262825e8c29653c7d2d2eeab2','d3fe5ab88443e9773ad9dfe21dfc7f4b1dd0f1e5',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','nn.json',NULL,2731,'application/json',0,NULL,NULL,NULL,1738413222,1738413222,0,NULL),(15694,'489d1fb7a53b91eb08933ba49b3a00b7417cc7a8','159c256e5211744bdfb09a7c9111627c0d575727',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','km.json',NULL,2974,'application/json',0,NULL,NULL,NULL,1738413222,1738413222,0,NULL),(15695,'28a8ae98217fd03e60e8294910d974deee98b7c1','4834b856856d605150c610d6c31b1292d4b4dc98',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','cs.json',NULL,2799,'application/json',0,NULL,NULL,NULL,1738413222,1738413222,0,NULL),(15696,'22e9e0869379de9fa25d0a544d63895aa95c8685','12d4e4e179a34f3052a658f9b9866b0cedbdfa1a',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','sma.json',NULL,2733,'application/json',0,NULL,NULL,NULL,1738413222,1738413222,0,NULL),(15697,'14ef188e1da29edd85a7ae0e5ece4df2972d4924','9703951723760d818ebc5e66694cf291cccdfb56',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','eu.json',NULL,2937,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15698,'ad5da58db3c742dbb1e4b1bc3a20afdf92802c21','83c289e09d8a07bae0eb622674708daf0b18c571',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','nl.json',NULL,2868,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15699,'80f2466d834911e58a9159f1030a6f801e2f42c7','d9104d67c343206739cb06e4409583de417bffec',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','ca.json',NULL,3110,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15700,'7241ab197fdcc16c76faa385f98742387e073d95','5c63f20e5f19b6136c64a227e546a7dcfaef9e7a',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','pt.json',NULL,2988,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15701,'62203a96e038b45ede1efb542e73f1a1fdd12aca','9bdbfd67c79dd1310cfda09416e94d496b991a78',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','sr.json',NULL,3667,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15702,'7431aaba4f01725adb0dc090af48b17aa28b6e27','0bb028cc471dcb6ecb78a3711737097efb517a6f',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','ar.json',NULL,3057,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15703,'916051d9ce87a42d78cbba05840cb1ba259cc6e4','daef11754bd033bfaeadc418c96d148b22afc6e5',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','uk.json',NULL,3556,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15704,'8cecc91cb394e81a31e2d478c7f5daa9df9763eb','2fe49eca768f679e59a6ccc4deefbc0eeadd7547',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','mn.json',NULL,3606,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15705,'56185ab84ce927ab618b5fc50af11870d4b3c593','59c8fa7353b2f86755808aa8a09095d27cf3e15f',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','af.json',NULL,2761,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15706,'68bab723b5fed6106207ba2a34750db149b8ce59','4cbd1cb92854d97f54da63c71bbb68e7fe44daf3',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','vi.json',NULL,3096,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15707,'d4d6d055bd88d30552fdf66d3d694fbedbd264e1','7385859ec72eb802d0d43036eb69108b4cdbc58c',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','et.json',NULL,2768,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15708,'9dae1289aeb2f500fa4f5f35f604837b3627655e','8583c56b4a614a53a5dbee8d7e61c353a439249f',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','nb.json',NULL,2730,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15709,'7a9aaa1b2bab9cf1e1844f11cbfacc557f8c24ce','1c3c6e02bb640a38de43384e7fdf2de4a7f47f9b',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','fa.json',NULL,3288,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15710,'f72849a9770a53a3ebdf215dd5cda55cc804ddcf','fb908d0eb6a9c4e2c3c5ffda551fa2d0992ffa0a',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','ko.json',NULL,2886,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15711,'04623ff26e0d6e940ee75e6e645133a1e6b1f7b4','5cc56460ed2a495671715b1922158ff6c7140ac0',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','de.json',NULL,3109,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15712,'5cf5acb3c99f87e697e0d2a3236ef25050322c79','aaf3e741510b0f1bb7d2ef55afe0f2df60d28701',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','lv.json',NULL,2982,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15713,'fb37a41919017955a89152a02ec99cc4c1af94b0','0e26e2141d4a96d22cd42adad4ad99300645c741',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','pt-br.json',NULL,2997,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15714,'0a9ce216ff4dfbd175da58ea45bcbf8a15d346a8','1d869b0b0b18df6f1d70ab471985f882e90b104f',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','bg.json',NULL,3667,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15715,'8ebc1d924816f4fc23b948ee7fa34c8f7190fc17','afee0ce7e972b392c8880ece342057678f7869be',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','te.json',NULL,4739,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15716,'dada3e794841fcac236fab77a9627f6a659cf60a','dde6693244c3fa2feb6d9b150e027b0c51fef395',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','it.json',NULL,3018,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15717,'d33b7a968a67dc5ca473d923b8182262fcf581fc','0ef953db0297f48e2a09973899c21568dd523096',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','fi.json',NULL,2820,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15718,'4b1bbf998a96549c66528c7860f490e383e3aeb5','027434ace12fdd0633dff13dd002d2b6f34b458b',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','gl.json',NULL,3071,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15719,'0b51c4e17f16512d8479c3199b7eb34e0dda73a2','04c5fe750beef58bf5d6f12fc195eaea4d40c1d1',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','es.json',NULL,3082,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15720,'d64d5828fa0213d3484cdddbf090da18d26a20f0','f3f6eb845a32f6eb95100db7fc96de16e29a81fe',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','sl.json',NULL,2774,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15721,'1f762c22933d6ad912cc78b0235f3a655f653e4f','bc57e059c933926fe0efcf8c78f8455f8222a448',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','es-mx.json',NULL,3039,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15722,'52f8e22ae0fff8ccabb4cd2a52d46f1ede29dc68','fae89c84edc70988222864194ad62dd17467408d',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','sw.json',NULL,2821,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15723,'b8f94763160c9330f22f1bda705d53aad7ff110e','2633351398e0fd69aa74e573621c039a0603d5d4',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','fr.json',NULL,2934,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15724,'22e9e0869379de9fa25d0a544d63895aa95c8685','dcc8408ceb41450c07861300311d8c787a5c58e1',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/language/','smj.json',NULL,2733,'application/json',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15725,'5119808e04e5fae0ece080a10fe9d570b0e11511','79f38fb6c9656e42ec6c6cae56deae5543181a0c',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/','presave.js',NULL,1166,'application/x-javascript',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15726,'2851178ecc4cef6a715e75a43ee6cadf5b4da775','15fc8236a0516be60ce4217bf5ac75b45737d73c',1,'core_h5p','libraries',106,'/H5P.SpeakTheWordsSet-1.3/','icon.svg',NULL,14295,'image/svg+xml',0,NULL,NULL,NULL,1738413223,1738413223,0,NULL),(15741,'1ff85a50ce80dbd0d50e20b94595cfbd881c538c','7e1a8703aed6b24739009b0e924b9c7879f74b3c',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/','counter.js',NULL,900,'application/x-javascript',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15742,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f24452693f3da9379f6a9e0b0a83415c2933dd75',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/','.',NULL,0,NULL,0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15743,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ff9f7f192c179e0eb5b148355fc892aab293d927',1,'core_h5p','libraries',65,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15744,'986bc4f1616d0a12acfcfd62fea648ed075bbda7','bb8f8e98abb2a3b89783113fb6105caee7f409d1',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/','popup.js',NULL,3697,'application/x-javascript',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15745,'7953ec1c0ba81228d097d9bf082a692a7eaccee2','6e84c6a355462f35efe6f40c3586e06e1df97cb9',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/','upgrades.js',NULL,1199,'application/x-javascript',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15746,'0d667d8037049a04350f4f9930b1002c623e8837','20c90ac76ea914ff227dad626f40734c78200585',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/','memory-game.js',NULL,28067,'application/x-javascript',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15747,'2af95d1d6bb69882c1abfa5b8a84cca2ca690c05','551654b834369baf41eef241202c25a41c680428',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/','library.json',NULL,1168,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15748,'c924dffe3758a49b65a988e75fd5487cf1a1528f','cc52faaf147109a3092e6409fb46e5f16867bc58',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/','card.js',NULL,16191,'application/x-javascript',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15749,'f1610aa9c44a15725fb68b005c7d2e67d7f9a89e','cea595b3a14365f5618fc5ece1e2850f07842a1c',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/','timer.js',NULL,1675,'application/x-javascript',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15750,'24265dbf205b24338aafeb8b912e8dc8c8a82922','cbbdc0b6fae7ca64a4ebcfc20abddcd186eb79cd',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/','semantics.json',NULL,7208,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15751,'7affd36301cfe8c9a68102cdca10d6e18f079ad0','93dfc055137e91548e86f635ee5f9f5be32be5ff',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/','aria-live-region.js',NULL,1871,'application/x-javascript',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15752,'2c2c379efa89f82dd9c4f59567a207a22ec64194','315f3667dae5bd70cae75adcf1a96cb3614e0dc3',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/','README.md',NULL,1284,'text/plain',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15753,'d77106bae50ae6ebd231936d4f338895bd4b57e5','4b58332d0c31da1c087303773e08c3985007759c',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','sme.json',NULL,4188,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15754,'da39a3ee5e6b4b0d3255bfef95601890afd80709','17036342c1cc8dfb90a8de878e38e9455c5b87ad',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15755,'fef10ce8921ec732b408d613508f82c45eb3a0c2','bbdc4e917330b65a76d4af53a610d6cca821f92d',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','ja.json',NULL,4634,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15756,'0e497e5ac6fe3eda1bcdff432cf915c76d0cfacb','ad4b7e305bb9aff8fcc3bae21d9aa3e7b8515d80',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','ru.json',NULL,6253,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15757,'1a23cde5cb74cbe2c94b3949c5ec3b7b75c4046a','f502f8df18e85eebf9bd28362624318894f8773f',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','zh-cn.json',NULL,4183,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15758,'1b002ef6487028bbeeb7a06b248ea65eb116e869','337a6c102beef40b105b1811c4cf2b9322b9ed0e',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','lt.json',NULL,4736,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15759,'72e2a6fb39ba084c3ead9d172d138b7f090b8978','1348b9cf1f01f20cbf28cf0c202cc271178e9f52',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','bs.json',NULL,4224,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15760,'48a13338b8e6b7c5ae3d000b067733eedbe5fe8b','bd1cb0d6634c57bf5bd65988fb8ad4fcf2aeecbe',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','nn.json',NULL,4185,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15761,'7b1927614c548cb8b858d3051adde8a6014f87d6','8a6062678e3cbe5e3ea07d072c0b073c62ee599a',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','ro.json',NULL,4191,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15762,'555fac2f63c9c455c9fec2d1b2c213301ff0624b','70304683ec1bd8c1bd6a6fb1ccff0e75035c8083',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','el.json',NULL,6981,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15763,'72820f3ad7ebafb6b3d3e24fd3aa9685e4fe0be4','ef0301cd308021fac9ec6c324682393265faeff6',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','km.json',NULL,4413,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15764,'b66a18539eeae770acbcd13d643c731a7a113679','16aa9e419cdf334bb902141ea30860f1a63364cc',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','zh-tw.json',NULL,4146,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15765,'7c3499fe6e06feff3201d94f4458766faa937894','581e05567f1062ae43d6b0d1f2ccb42f92b09f12',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','cs.json',NULL,4469,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15766,'d77106bae50ae6ebd231936d4f338895bd4b57e5','8e4bb860638e0e740b2c6df40bb88ed775c73468',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','sma.json',NULL,4188,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15767,'b939f89bdc32788aa909da8fe35be6ec8b656886','1b7af67070831487f9db92fe2fa72f0e7db787c3',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','da.json',NULL,4189,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15768,'bb4b078d2d2f294c7829a93742661d045e10c2cc','524f993d85f63732d3340febfc024f5f8c7fd407',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','eu.json',NULL,4355,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15769,'a08a36cf26dff9eeb56149d1b7059898b795b2d6','f7bd9178fb0c959656da9a279d12a1929b37c9ad',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','nl.json',NULL,4568,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15770,'dca4c1ecc28f5c316b6aeeb2146db5620308443c','621fa4a7d12cf019390e83bf2756debbfeeb0aa1',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','ca.json',NULL,4581,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15771,'009fb62e78c3679fc01c271e4d27f5b3cfb17524','e1fffbf19163489b6fee9332f456bad5aa93f493',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','pt.json',NULL,4427,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15772,'77a26646593a38cb19b0a05ab26fc23303eabf8f','b2205f5350aab6e5425841d21c190965544ff2d0',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','sr.json',NULL,5733,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15773,'d77106bae50ae6ebd231936d4f338895bd4b57e5','c266ae49f1f8e9fae2b8e99a463bdf05bb331abd',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','hu.json',NULL,4188,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15774,'0ea501c08e8ee6e71dd0c19bfbdf0a5bc65f49cb','841f760fa47b6422805827fd53d899d17fee28af',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','sv.json',NULL,4092,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15775,'a54867d1b50bb84eb93e8081aca0b872127ecb7f','dd3136588070ec7834366be0decb348f0e4fa46f',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','th.json',NULL,7045,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15776,'8a9ccb07348f148937cc4c2611bf6632e5af2fd0','dc26e7ee6e4b04922a829309f5e6983b468f578e',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','ar.json',NULL,4278,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15777,'864022834aa6c14d6c423e8883165095db7cc86f','c85c54a118c6852b3aa203d924c74ce5fc322672',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','zh-hant.json',NULL,4231,'application/json',0,NULL,NULL,NULL,1741042271,1741042271,0,NULL),(15778,'37026b29dcd1c71a52c6e9ba34e76e284534076d','7da07911beed2f4e10a1ff3e734b3fa716f2a5c3',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','uk.json',NULL,6092,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15779,'ae8220b0edea335f3b781c23c19ab1b689693bae','c05a47e04cb59c46462b4a51880c2f2f31bf24e3',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','zh-hans.json',NULL,4164,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15780,'e5fe14e011786189f02da387b93075ab7888a9e2','41d2a9ed7d2fc9b00ace9be778312eb41b1ce256',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','mn.json',NULL,5617,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15781,'7560d4c2bf5809f23e0453f8c9e149cc1267388e','6f14dd291bc44ea0c4383e6f383f4e804caa3536',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','af.json',NULL,4425,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15782,'d77106bae50ae6ebd231936d4f338895bd4b57e5','afe6dd2828b9c88cbb3d09b7355f88bfe0e83228',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','vi.json',NULL,4188,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15783,'69406250f62dfff462ecb74e4fd48d51fa5a9c35','891027b3b843170208506b70e4dfb50c7c8e0d6a',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','et.json',NULL,4088,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15784,'7cc165345e5019845d60e7bb329a892184911d73','4b78da1fddbe7453da04277bd0732f3b3d1b724e',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','nb.json',NULL,4286,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15785,'14d1459431b35b60fb17aaddf0195c62b22c5f20','ca59d47f452956d6e4bf99590039c327eabd39dc',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','fa.json',NULL,4457,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15786,'47f8ee7b358a475d9a102bdd99a2bf1ede4b3d7a','61a080473fd253440dc826f3a0c6f652d0199b6e',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','ko.json',NULL,4632,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15787,'bc4e67ae82e7d0677ea3ca297591206cecefa93d','465b1faef9e1437a7b7d3b4d7e97e48b7a240cf3',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','de.json',NULL,4601,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15788,'9b7b7a382cc2cfcb834b39c3beb8c248ca787699','13bfa89b6a6b0f33dd5346786335c68cf1df3d7c',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','lv.json',NULL,4618,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15789,'6aa481bb1236cea1a4148cc29d5ae655db1fe0e6','06271d92a581618209dac1b7bbdcb5f7357d469b',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','pt-br.json',NULL,4422,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15790,'81d66d2c9b05a953f1a9c7f50899d75403b92280','ce069fa9b2e9a8f5b7d30cde73382ed13403b209',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','ka.json',NULL,8538,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15791,'6b40d02d3c1c76203366263bc35ef16f288c1393','fbcbad147458a6d4d1605577682c15ddaf16b7df',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','bg.json',NULL,6157,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15792,'06e6090fdd9492937c59fe6c8469a45a70ac5297','dac9d8c74880893fee4a8e5c2d08200e5fc27439',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','he.json',NULL,4991,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15793,'cac649f02b6e5d1713cf50c31970e0febf560266','120a666e8a3d390b1aac94b9bb4ce6cc5f3aaf01',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','it.json',NULL,4583,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15794,'33e24f59ee48a91d643a29c51500745cfd0894c2','507d6c0dc6ad57b12dcc8f4bbc9bc0f3b6380ec9',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','fi.json',NULL,4234,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15795,'0416f55387ffa4bd6007184cea73a7bbbed162fb','892fa766462e0d36be60166d53817ed3a990ef72',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','gl.json',NULL,4567,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15796,'b01c006904fb6ac34198eefce2799753d8f5a631','ad58749a4cf6ff90703652df459781a30c8c3f96',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','es.json',NULL,4708,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15797,'ba09fdf7beada222e7d896f42a4330b35a9410ab','153eca584371f9faecfe841fd8ffff59e2b0073b',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','sl.json',NULL,4325,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15798,'9bcb3b02a13ea1e3ce74b53e851098f38b4d2bec','e7dbdad50dc977f36dbd405dd62738fa69705aab',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','dv.json',NULL,4166,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15799,'b587098d1ff96bd35d6fc0ec65b4496961648e49','ee89ba83aea6a52e19a65c15d4fb3bbf29861b1d',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','es-mx.json',NULL,4749,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15800,'e5fcedc65f3c898b2f0fe37de7b19c5da17220c7','60e53d58cc7dd3b7378bced9ba6816d5fb37d4c3',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','tr.json',NULL,4554,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15801,'b24c3d1184b9d031848595817ed14e35a76907aa','7d16d4c9aa64412daf88f470870a143a8298b472',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','sw.json',NULL,4449,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15802,'17bf04d6fa23905849953fdb0973f21eeeaed4f6','af1283aac1ac017ee087e5e7136897915efe3a22',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','pl.json',NULL,4397,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15803,'5c43872179f7ea84b3e4a7013580ec7d002f8bfe','c45151c7bc2614a6dd03ae8d474aaaaa4633ce7b',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','fr.json',NULL,4575,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15804,'d77106bae50ae6ebd231936d4f338895bd4b57e5','6ea55ad7e2bdd43e9580c9b32ff08fe54d0504da',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/language/','smj.json',NULL,4188,'application/json',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15805,'9250bc3a1986ab92f0c046f11c7a9489c71e073e','e967b368a518b70820c44d2ec9f84f9637718052',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/','memory-game.css',NULL,9078,'text/css',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15806,'c81c9274163ee9065c435c29d6b411f9cb7501ff','e8e430c60d4bdc9cf377cd85ead27677a1b61030',1,'core_h5p','libraries',65,'/H5P.MemoryGame-1.3/','icon.svg',NULL,3258,'image/svg+xml',0,NULL,NULL,NULL,1741042272,1741042272,0,NULL),(15932,'418bc5d9a97f8ef486a4078c906883cb15971bc1','feb5af05ecbd8ea8e9db9692a9c08cf9b7dded55',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/','h5p.svg',NULL,1261,'image/svg+xml',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15933,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9b7722efe93519359a5edc2642263be6db06dc67',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/','.',NULL,0,NULL,0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15934,'da39a3ee5e6b4b0d3255bfef95601890afd80709','88332ed8c3efd54dcc5121d48f18f1383d4809c2',1,'core_h5p','libraries',13,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15935,'23b9c3d1325f053127195d426581b109e65c914a','265abb4c569579b984881f03e74b50bfa2f6ac27',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/','library.json',NULL,585,'application/json',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15936,'83ee66877a18a45468630a9d02290626947f1f2c','b934f9a67acc04906f49f41eda0816a4ce0938ed',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/','semantics.json',NULL,4254,'application/json',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15937,'93d627406925d02b29beec78b99468961d2c07d5','01588302cbabda13bb92ee0bc992cc780701dbfe',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/','collage.css',NULL,718,'text/css',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15938,'e859f044e96fa6eef23723f1e7b8e8e46545eb4c','91f7f21236de3b4909edf07e8580053da69e6b93',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/','README.md',NULL,151,'text/plain',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15939,'6354b8a2d1bdea9d8a5afed6383eb1d5f1e3a06b','8cbbca75bfde67b6a52231cc47a605f99ecce02c',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/','LICENSE.md',NULL,1068,'text/plain',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15940,'16eb05e9e81adad8729d0083811a3be2652758ee','b0e697fd7584369d4e4600ded7ee495b5517ac03',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','sme.json',NULL,2293,'application/json',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15941,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0ae21228161958f091e1dc2de28d3c94287eee5f',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15942,'75a3bc9aff842cf29e6650e82a7b5609930b60dd','6d9cad772ad5c4a70d103b91fffdc5b4d940378a',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','ru.json',NULL,2739,'application/json',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15943,'8b4218e6d8d5de1a49c861de711e86ac3d8ab2a1','47fd3607b6ced106e86bf0b0d734a9be3ff2df10',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','lt.json',NULL,2338,'application/json',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15944,'117a267710e93ebd41e0416169a73aafe1182f36','f94d151925e8ed01d2dc8e40d676d6b60c7fc2d1',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','bs.json',NULL,2278,'application/json',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15945,'4c34417971fec25ebbe55629a2858d0becb620e0','3feb74fe973edf963a1ee48a2ed3377a63b1b27c',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','nn.json',NULL,2293,'application/json',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15946,'8bf7bf761e79d1ede92fe8b55b472e0b8fcca102','2cdc4f7b43569df00763cbd64d5969513afde20e',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','el.json',NULL,3088,'application/json',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15947,'da5629a7db373d5a68301edcd6db4e95ae7599e9','269e800a7035d12c2b8d531f485a6b85e4325a95',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','cs.json',NULL,2409,'application/json',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15948,'16eb05e9e81adad8729d0083811a3be2652758ee','e7b52fe28f395bbf04bba92d0f5803bda9328c62',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','sma.json',NULL,2293,'application/json',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15949,'ec88d58746d7d953648e18f7d47294b40e2f8612','4c506beaa20325f9ec8953fd0bb65d9d76c62899',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','da.json',NULL,2303,'application/json',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15950,'b5ce64d1436ebc8a1b110bb8be409d0918417f66','00f5dd3b28f5f38edbbb06cb13b255bed5392869',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','eu.json',NULL,2349,'application/json',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15951,'be449e725f4de85f55e85df7315738ecb31a7036','df5a046ba13d8ee4a9930fee54b75c4dd4983b7a',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','nl.json',NULL,2341,'application/json',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15952,'abda101ea2b85062f1f190a8c250a144eedb5a30','7db1586de86b2619aacb77fd5f96f9433fa4ba2c',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','ca.json',NULL,2411,'application/json',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15953,'7e32ffea28301266e697b19c5ace5711208acfe6','ee49de3598cc76db752c0b40c19c96259cd11349',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','pt.json',NULL,2402,'application/json',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15954,'95c166beea1913b703b5b733031178c1a34c6334','a9cddf6c4ab803989b7c0703e419ea329bf6000a',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','ar.json',NULL,2622,'application/json',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15955,'00ce5d73d21a5bfe2ed725a483da9c327fc0099a','8711e3c6b33d03993c6525b529aefd9ce010b48d',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','zh-hant.json',NULL,2178,'application/json',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15956,'65598123bdec810559702e1ab2f91dc9f0822b04','067221d40ce64a9a8a51edf300c27f72c61762e0',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','zh-hans.json',NULL,2183,'application/json',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15957,'e1ddf20eae73e219370d127990c5f32984e4e4d6','74eff98bd0783c7c0abafc8ff88803e3b63623ee',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','mn.json',NULL,2734,'application/json',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15958,'5d23fa93654ac55782a270574612f8bf3f88a275','a6276213eb2be44dec6a08f288f6cdc18a1f1a23',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','et.json',NULL,2302,'application/json',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15959,'08bd971ada532d7a5cbefbb67ec4bfc291fcf6a9','0b881c4fdec70dc12724cc29d0bdeb6dd5330265',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','nb.json',NULL,2243,'application/json',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15960,'606a4037378c7fefc910b91f9b8d553f824cf0ce','3dfeddaca2dbcf56b918c8a817057c67bd31390e',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','fa.json',NULL,2769,'application/json',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15961,'0e7d4536a2f6bf4d26f3d5521ebf4c0b47e8d7b5','585a7e6f569eeb2c5490ef94e3e162454f47e16c',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','ko.json',NULL,2429,'application/json',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15962,'7c98d79de55c3dadf054d55f08778ed7c7d21172','bad5632c3c90293cc6142f735fbbc22c073aed7f',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','de.json',NULL,2358,'application/json',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15963,'16a1018fb6debdc4c8e8efda07f79142784d8af2','1677e0f9d7abe886a8833e4caae4f3a1a55f4a3b',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','lv.json',NULL,2422,'application/json',0,NULL,NULL,NULL,1751498417,1751498417,0,NULL),(15964,'b7179b597472e3832d8050fea06d01cac65c0ca3','8d0153cf46a2dc5162efc22a1ce456161e268f12',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','pt-br.json',NULL,2382,'application/json',0,NULL,NULL,NULL,1751498418,1751498418,0,NULL),(15965,'19c079723b3e461ed0b10b5862cc08274ca4308c','b5ac72ad653c00593a5ce3c8c1592d8cb48921ee',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','bg.json',NULL,3047,'application/json',0,NULL,NULL,NULL,1751498418,1751498418,0,NULL),(15966,'40c7ea312771b19525cd594948b5e0c09f7bdef1','831c91e3a35ae23eaaa6b438d5140cb383ac8233',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','it.json',NULL,2374,'application/json',0,NULL,NULL,NULL,1751498418,1751498418,0,NULL),(15967,'ac405cbd1be8537b22652aca4ecb37e77e09ab75','e5768b22c5abcffcc79d67f6a4438c83fe1fea04',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','fi.json',NULL,2312,'application/json',0,NULL,NULL,NULL,1751498418,1751498418,0,NULL),(15968,'152fd59007d858c89eb688ca77dc0c443967830f','73d327fb618f7864f7410d602f8a0cf59f745959',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','gl.json',NULL,2337,'application/json',0,NULL,NULL,NULL,1751498418,1751498418,0,NULL),(15969,'c42271b0905db268c2b67d6eb6ff29ed48a8f1aa','76c95d5c3effabf692cbb51277ac8c58bd3de622',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','es.json',NULL,2429,'application/json',0,NULL,NULL,NULL,1751498418,1751498418,0,NULL),(15970,'1b900be2ac454f5e3b6c0448e682a606de6aa159','44a5eddd2c9372c454b235c63f5f3b9fec7eee4c',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','sl.json',NULL,2349,'application/json',0,NULL,NULL,NULL,1751498418,1751498418,0,NULL),(15971,'c95a8304e995480831dcb8742728fd05a5eb81ea','2c73f639e876f629fc410156f013cf104b8aaea6',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','es-mx.json',NULL,2429,'application/json',0,NULL,NULL,NULL,1751498418,1751498418,0,NULL),(15972,'8f49079bf5765837a8f427fcf4ea4106de8f108a','48dc261de3749366b8145b099ba74a0fa69bb28a',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','cy.json',NULL,2373,'application/json',0,NULL,NULL,NULL,1751498418,1751498418,0,NULL),(15973,'c27653a851b06b4855207a618f6ab14549da1c10','b7cbcacac00461429ef2812a7d4dedbc5ad4108b',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','fr.json',NULL,2373,'application/json',0,NULL,NULL,NULL,1751498418,1751498418,0,NULL),(15974,'16eb05e9e81adad8729d0083811a3be2652758ee','aacc8b8e519aa2237b858fd7aa27ac3f90a363a9',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/language/','smj.json',NULL,2293,'application/json',0,NULL,NULL,NULL,1751498418,1751498418,0,NULL),(15975,'ecf15e67ec1f2ea5a0d9993d06a868f03dc29314','33090b437fe45d3a4ab96773298ef451495c0252',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/','clip.js',NULL,4160,'application/x-javascript',0,NULL,NULL,NULL,1751498418,1751498418,0,NULL),(15976,'8b8ee0d82e3ddfaf14701cbef5eceec4589e28a3','f63d5f1c5b8d70c24ce0931a6a9b677913a987c7',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/','collage.js',NULL,5017,'application/x-javascript',0,NULL,NULL,NULL,1751498418,1751498418,0,NULL),(15977,'0afa8feb82da610c5b3622963c4570969c5d19ac','86b672add5a7cb4cdbce113cf797275e47b296a6',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/','template.js',NULL,3444,'application/x-javascript',0,NULL,NULL,NULL,1751498418,1751498418,0,NULL),(15978,'b2c378516ee353df4d30797b670e2ad183059462','a77f9c03682a2134581852d1d2206fd8287c9414',1,'core_h5p','libraries',13,'/H5P.Collage-0.3/','icon.svg',NULL,3032,'image/svg+xml',0,NULL,NULL,NULL,1751498418,1751498418,0,NULL),(15979,'f686a7992e04cdd44a2805222c3b5195807a372a','fb9bd82cc4ce98cd768cdffc562f517148abda26',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/','layout-selector.js',NULL,3225,'application/x-javascript',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(15980,'da39a3ee5e6b4b0d3255bfef95601890afd80709','af7daffbce9f237acab0f5c135c43912b8a96e15',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/','.',NULL,0,NULL,0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(15981,'da39a3ee5e6b4b0d3255bfef95601890afd80709','064420816581635d7ced9f9a1591fd06464c810c',1,'core_h5p','libraries',14,'/','.',NULL,0,NULL,0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(15982,'19dd4415babaf74c3517150850beb25add62aa9c','b1319326b024f98ee65d3130c346128280279fc7',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/','library.json',NULL,722,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(15983,'c0b5621f4beba1405d370ea4bdfca7c3847a33e8','53813e8623cce75c47228fb99fefc320699fc259',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/','clip-editor.js',NULL,18998,'application/x-javascript',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(15984,'8f2eeb82c8174adfce5a361442d48e3545256442','f24584462c1f48ac1167f6890857543e07fd5e12',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/','collage-editor.js',NULL,10519,'application/x-javascript',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(15985,'c7f13ff10e9344d401a0ec35113d2628b6ba8d4b','005c2fe2a7c842c2c95a5ded47a9a3911472e80b',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/','README.md',NULL,1183,'text/plain',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(15986,'7bc5787bd19d4a00800250514ff20924ac0b610c','55d6c92cc23b8133180fdba7ef74ecbe996478b0',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','sme.json',NULL,635,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(15987,'da39a3ee5e6b4b0d3255bfef95601890afd80709','363e07cadacd9e5a07894cff27e57787f15153fa',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','.',NULL,0,NULL,0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(15988,'6be4eea2498a326e3dca91554622b0db2797bb9c','26760b73e2c5f7cf1d41423eca9d3b7e756becb5',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','lt.json',NULL,711,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(15989,'7bc5787bd19d4a00800250514ff20924ac0b610c','46d25d04bd30f7d2c2daaf9ba6aceac2f09966c0',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','nn.json',NULL,635,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(15990,'b9e8f23296df1a4be1df2a5b1c1a604efad69a46','5c9c54100c0a274a0f8b857e778fde172e656dd1',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','el.json',NULL,1045,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(15991,'9875587752d58fdbbfad6d1bc92b82689ffba64c','06b6229745ea62d9b81858fab82d3da05bb69f1a',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','cs.json',NULL,705,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(15992,'7bc5787bd19d4a00800250514ff20924ac0b610c','2f8bbe924b08fe277b17b0aa86882d9c5c4c77a6',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','sma.json',NULL,635,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(15993,'99330763ce24ca0f72a6033736392277a3a0321d','21c162d9d45dfa1731b4990d55ec85eccad0500a',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','eu.json',NULL,695,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(15994,'c3d964c53d234d8cec72a0d4ac51973e4015c6af','c572fa104e770cf16d5e84fd8a539fdf1e24b08e',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','nl.json',NULL,710,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(15995,'667910ab863e365a45e7547afb31c39cc4db3461','65a193d5c19b9e225f6d6a166b707507f7c4dff5',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','ca.json',NULL,755,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(15996,'23616c14f0979ddd37864880af25c219b0677655','d9021eb731beb31718897c8dc120314e5e98f7b3',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','pt.json',NULL,745,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(15997,'055be65e4df84ac6849de5f7359b2657633f84f2','7184e455994f06d23d78c8086e09a3ea32873e55',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','sv.json',NULL,683,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(15998,'ad60253229bc8060c3c366fd57efcc95e7cd8c27','03219d59ba11b35dd15634cb5e3ebd50de5bf466',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','zh-hant.json',NULL,617,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(15999,'b38fee0e6faf8bf2e2a4def1e11a6c991c537540','d9b0bfebd837dc4dd29ddbc732951e4751b1b5a7',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','zh-hans.json',NULL,612,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(16000,'513677699884c459a8a202d176842e98cbe831b5','d00646acff4bc9719467ffa359528cedaac789ff',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','mn.json',NULL,962,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(16001,'0868fe20bdf67b8e4071864badf6ab13be402525','d8397dec3a9e598e94f9f23769234d5f19b73e01',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','et.json',NULL,680,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(16002,'b8513323d6b48f6c8331f7c1f363ca95150b3109','a9ad3e6e40fc1391cd4d8bfc30a73209c6d2ab6b',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','nb.json',NULL,635,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(16003,'a95d0220aa5f27dcccb4f7054f2de48106e7deb9','1c5f136ff17bd33fdaa4b7b37988b2aea6b5a7f0',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','ko.json',NULL,716,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(16004,'d089cd72e8ea2021f1ece7e87e15cf022639bf76','daede84dcc7b7ee962922b26be36758043d847f3',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','de.json',NULL,735,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(16005,'7bc5787bd19d4a00800250514ff20924ac0b610c','9f3bb9d4680be6d46885e554d4834fae77eadb34',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','en.json',NULL,635,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(16006,'1a8b8a308145a3edabef60d13e42d82a612f61b5','63b2ac415fd6e3a2dd04f98175eed681fa90af7e',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','lv.json',NULL,745,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(16007,'9dfd026d3978e988a9271e52d3574f3269f6d321','06ad007a61aa8a239ebd9a7e3cdf87a0b0b2d822',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','pt-br.json',NULL,737,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(16008,'1b562a2f897559251c422a3f9ce3df8711d8f278','d2b589271de3d0ef8c4f82771058bc66e867b6ec',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','bg.json',NULL,1063,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(16009,'fc47d0fddd26cae86092f3dd28c603abb954e32c','78da1643993c75e34389e0dc0e0de9d8318a892a',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','it.json',NULL,705,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(16010,'f363614d4a6f4f6e824dfb5d24d3c018571c756e','8f53aa016118b4ef9679330c0b8dcd6f869ff99d',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','gl.json',NULL,695,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(16011,'7ccb850c7402bc928e51b49b4c8733c499d3fd2e','80acc8a93680de0c303ccef28aad3987ee96a30f',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','es.json',NULL,719,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(16012,'b66b2b5b27bb62447cf172f3e8c6831d3f76086d','929eb1bcc88c9d176953c346d29602ff2a07cc7c',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','sl.json',NULL,717,'application/json',0,NULL,NULL,NULL,1751498419,1751498419,0,NULL),(16013,'7ccb850c7402bc928e51b49b4c8733c499d3fd2e','cadd187a45f5ac1f49694d8bedcaefed1c94186b',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','es-mx.json',NULL,719,'application/json',0,NULL,NULL,NULL,1751498420,1751498420,0,NULL),(16014,'b9558f902c0510e8500d20a14439d0800646001a','952454dbaa41641d81123101dcd5270baf0a4150',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','tr.json',NULL,701,'application/json',0,NULL,NULL,NULL,1751498420,1751498420,0,NULL),(16015,'9d11be741245c166d86fb643a098fdb46321a0d5','0d36c9f247a35b5ebf7ba2ab16e8e4fe44a35ad9',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','fr.json',NULL,706,'application/json',0,NULL,NULL,NULL,1751498420,1751498420,0,NULL),(16016,'7bc5787bd19d4a00800250514ff20924ac0b610c','9dcece4e6f25c5721b616fa244952b8e3dcdfae5',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/language/','smj.json',NULL,635,'application/json',0,NULL,NULL,NULL,1751498420,1751498420,0,NULL),(16017,'c90878a01e1759943d13f2cf54695b5c3d8a42fa','01bde97fe376735b20105b8a1e8bf603a4d71223',1,'core_h5p','libraries',14,'/H5PEditor.Collage-0.3/','collage-editor.css',NULL,7656,'text/css',0,NULL,NULL,NULL,1751498420,1751498420,0,NULL),(16100,'bd34097e31da56e8a83695709a07def62d8a6e5a','c88ca84ab654e8cb2e163936572c882098a53d77',1,'core','preview',0,'/thumb/','0932bee94cc204733405f793de28eaa342906d2c',NULL,23280,'image/png',0,NULL,NULL,NULL,1772600877,1772600877,0,NULL),(16101,'0932bee94cc204733405f793de28eaa342906d2c','6785ac5daf8e0cbadd12706432cc5bfd2497cd49',98,'course','overviewfiles',0,'/','rhondak-native-florida-folk-artist-_Yc7OtfFn-0-unsplash.jpg',2,1967976,'image/jpeg',0,'rhondak-native-florida-folk-artist-_Yc7OtfFn-0-unsplash.jpg','課程管理員 Admin','unknown',1772600876,1772600879,0,NULL),(16102,'da39a3ee5e6b4b0d3255bfef95601890afd80709','33cde44dea6badb935296e35b887dcf8205c1650',98,'course','overviewfiles',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1772600876,1772724824,0,NULL),(16113,'2e0014bf0fabfa57a423df4af3b7bacd0a9039ec','a15271b77c69e025980a87e81583a0ef02202916',103,'mod_resource','content',0,'/','課程大綱進度表114-2_教會如何運用藝術、媒體和戲劇(林韡承).docx',2,36864,'application/vnd.openxmlformats-officedocument.wordprocessingml.document',0,'課程大綱進度表114-2_教會如何運用藝術、媒體和戲劇(林韡承).docx','課程管理員 Admin','unknown',1772601002,1772601007,1,NULL),(16114,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1af15926bffd2769c7c903dc3bb300acb665bf79',103,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1772601002,1772601039,0,NULL),(16119,'de19f2b1e5d5cab1eac286f82ccf427ddcb58f7b','4054e3b6909ec51c82ed92f4fe063949701518fb',104,'mod_resource','content',0,'/','artsinchurch_wk1_handout.pdf',2,596459,'application/pdf',0,'artsinchurch_wk1_handout.pdf','課程管理員 Admin','unknown',1772722802,1772722810,1,NULL),(16120,'da39a3ee5e6b4b0d3255bfef95601890afd80709','57936fb95ee39a59db9e824cfba0d83d1c19b9ab',104,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1772722802,1772722810,0,NULL),(16125,'cba461ed8527161eecd714c7c3b6964c72cede03','780937419b3bea97068aa48befefe2703826de13',105,'mod_resource','content',0,'/','artsinchurch_wk2_pre-reading_分辨奧秘.pdf',2,594096,'application/pdf',0,'artsinchurch_wk2_pre-reading_分辨奧秘.pdf','課程管理員 Admin','unknown',1772722858,1772722861,1,NULL),(16126,'da39a3ee5e6b4b0d3255bfef95601890afd80709','67c64e1c20bf451c8cccb50191180da05ba0f6ed',105,'mod_resource','content',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1772722858,1772724030,0,NULL),(16141,'99720b4195ded55c401d7be9d5448539ea7b9970','76b5f97fbbf7e920ab15ff7186c1e07caa54b59f',98,'tool_recyclebin','recyclebin_course',14,'/','backup.mbz',2,3038,'application/vnd.moodle.backup',0,NULL,NULL,NULL,1772724904,1772724904,0,NULL),(16142,'da39a3ee5e6b4b0d3255bfef95601890afd80709','fd90a7a4bc04994c401ce97f964af4b86cbe4963',98,'tool_recyclebin','recyclebin_course',14,'/','.',2,0,NULL,0,NULL,NULL,NULL,1772724904,1772724904,0,NULL),(16162,'da39a3ee5e6b4b0d3255bfef95601890afd80709','267a4f5ed071cd90c211f6ec295c6aa475c7b7a7',1,'theme_moove','preset',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1772811649,1773158140,0,NULL),(16259,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','26599ee8d615bca1fa568d20487eb7ee578bc275',5,'user','draft',32390047,'/','cultivartsntsq.png',2,29938,'image/png',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:18:\"cultivartsntsq.png\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjQ6ImxvZ28iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoxODoiY3VsdGl2YXJ0c250c3EucG5nIjt9\";}','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(16260,'da39a3ee5e6b4b0d3255bfef95601890afd80709','03156fbd2019acfb92c5f0f8693d8adcf926af5d',5,'user','draft',32390047,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773157548,1773157548,0,NULL),(16261,'c6052a4934f5fec144424652b48ae9dd49ca08a5','20dad893e7d10de78ad6d03afdb5f3700c74e91a',5,'user','draft',801453309,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:27:\"cultivartsntsq_Rnt_icon.ico\";s:8:\"original\";s:240:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImZhdmljb24iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoyNzoiY3VsdGl2YXJ0c250c3FfUm50X2ljb24uaWNvIjt9\";}','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16262,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5e534acc96b1f79dfd3606e52bb8a4df6426c5e0',5,'user','draft',801453309,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773157548,1773157548,0,NULL),(16263,'f9f52ad02a6d4f34c472e402c4cab2a3468072bf','6e9d8b6b9b3b651f3eafc9a0670a4c5b24f13aaa',5,'user','draft',382637215,'/','customfont.scss',2,237,'text/x-scss',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:15:\"customfont.scss\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjY6InByZXNldCI7czo4OiJmaWxlcGF0aCI7czoxOiIvIjtzOjg6ImZpbGVuYW1lIjtzOjE1OiJjdXN0b21mb250LnNjc3MiO30=\";}','課程管理員 Admin','unknown',1772811649,1772811652,0,NULL),(16264,'da39a3ee5e6b4b0d3255bfef95601890afd80709','41c32c5688f6140f135f9b14d9cc81580f95ee16',5,'user','draft',382637215,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773157549,1773157549,0,NULL),(16265,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','9f1fbc03e19ebea04460e29ac3cccde46b3f1884',5,'user','draft',695280407,'/','cultivartsntsq.png',2,29938,'image/png',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:18:\"cultivartsntsq.png\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjQ6ImxvZ28iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoxODoiY3VsdGl2YXJ0c250c3EucG5nIjt9\";}','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(16266,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9ca06c4b8a33b0bdc751f1d2e7fbe1b1252f32c8',5,'user','draft',695280407,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773157939,1773157939,0,NULL),(16267,'c6052a4934f5fec144424652b48ae9dd49ca08a5','24764859d6356a023307d64b2cde871300ce7e9e',5,'user','draft',217754373,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:27:\"cultivartsntsq_Rnt_icon.ico\";s:8:\"original\";s:240:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImZhdmljb24iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoyNzoiY3VsdGl2YXJ0c250c3FfUm50X2ljb24uaWNvIjt9\";}','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16268,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a965e18ff499c432433a63ab98d637c239f6d48c',5,'user','draft',217754373,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773157939,1773157939,0,NULL),(16269,'f9f52ad02a6d4f34c472e402c4cab2a3468072bf','0cf22ecc66c48ad46fc2707a695245b3dd7eb7f8',5,'user','draft',173636422,'/','customfont.scss',2,237,'text/x-scss',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:15:\"customfont.scss\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjY6InByZXNldCI7czo4OiJmaWxlcGF0aCI7czoxOiIvIjtzOjg6ImZpbGVuYW1lIjtzOjE1OiJjdXN0b21mb250LnNjc3MiO30=\";}','課程管理員 Admin','unknown',1772811649,1772811652,0,NULL),(16270,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9fd202ebb3a2509290b90221d54051269adf5c94',5,'user','draft',173636422,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773157939,1773157939,0,NULL),(16271,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','bff4578fadf7c1ba41b00563fdcefff42dfda287',5,'user','draft',714692678,'/','cultivartsntsq.png',2,29938,'image/png',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:18:\"cultivartsntsq.png\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjQ6ImxvZ28iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoxODoiY3VsdGl2YXJ0c250c3EucG5nIjt9\";}','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(16272,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e4d4d903ec255f0a3e76bbf7a1b5dc039c0191a6',5,'user','draft',714692678,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773157986,1773157986,0,NULL),(16273,'c6052a4934f5fec144424652b48ae9dd49ca08a5','c09d4a66f8a1854efc5665ebd965e86d925122ca',5,'user','draft',83594139,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:27:\"cultivartsntsq_Rnt_icon.ico\";s:8:\"original\";s:240:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImZhdmljb24iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoyNzoiY3VsdGl2YXJ0c250c3FfUm50X2ljb24uaWNvIjt9\";}','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16274,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c5c9eb1ecb3409ad18ba8bbc60e470e12743c943',5,'user','draft',83594139,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773157986,1773157986,0,NULL),(16275,'f9f52ad02a6d4f34c472e402c4cab2a3468072bf','691a75a4332679caff9c49d3e3a938d405fd041e',5,'user','draft',299380914,'/','customfont.scss',2,237,'text/x-scss',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:15:\"customfont.scss\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjY6InByZXNldCI7czo4OiJmaWxlcGF0aCI7czoxOiIvIjtzOjg6ImZpbGVuYW1lIjtzOjE1OiJjdXN0b21mb250LnNjc3MiO30=\";}','課程管理員 Admin','unknown',1772811649,1772811652,0,NULL),(16276,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ac03b01bed9ac9d4be9cfadee1dfae7f5ee3141b',5,'user','draft',299380914,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773157986,1773157986,0,NULL),(16277,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','9ff9594f4ba6feebc0875b2dee4d337047f2757d',5,'user','draft',38981746,'/','cultivartsntsq.png',2,29938,'image/png',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:18:\"cultivartsntsq.png\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjQ6ImxvZ28iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoxODoiY3VsdGl2YXJ0c250c3EucG5nIjt9\";}','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(16278,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f6bc6d459186578695b5dd94336f953ac4590053',5,'user','draft',38981746,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158003,1773158003,0,NULL),(16279,'c6052a4934f5fec144424652b48ae9dd49ca08a5','425dbc79bb1aa30221812027841d48cc7312b778',5,'user','draft',876019794,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:27:\"cultivartsntsq_Rnt_icon.ico\";s:8:\"original\";s:240:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImZhdmljb24iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoyNzoiY3VsdGl2YXJ0c250c3FfUm50X2ljb24uaWNvIjt9\";}','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16280,'da39a3ee5e6b4b0d3255bfef95601890afd80709','108b48cd68ac460f2a588748d6bdcc7a103ef497',5,'user','draft',876019794,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158004,1773158004,0,NULL),(16281,'f9f52ad02a6d4f34c472e402c4cab2a3468072bf','c38369f3e8f950132f864c2ca3fc3c1d74bba549',5,'user','draft',138883988,'/','customfont.scss',2,237,'text/x-scss',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:15:\"customfont.scss\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjY6InByZXNldCI7czo4OiJmaWxlcGF0aCI7czoxOiIvIjtzOjg6ImZpbGVuYW1lIjtzOjE1OiJjdXN0b21mb250LnNjc3MiO30=\";}','課程管理員 Admin','unknown',1772811649,1772811652,0,NULL),(16282,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2eae7a2ec0c2c03b2a2208b322b002489971f4d6',5,'user','draft',138883988,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158004,1773158004,0,NULL),(16283,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','0df0eec362b6362071609f565f6d75727f555b27',5,'user','draft',752188615,'/','cultivartsntsq.png',2,29938,'image/png',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:18:\"cultivartsntsq.png\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjQ6ImxvZ28iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoxODoiY3VsdGl2YXJ0c250c3EucG5nIjt9\";}','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(16284,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cb7719f7c654d788bf95b1716946ecd31373fdaf',5,'user','draft',752188615,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158013,1773158013,0,NULL),(16285,'c6052a4934f5fec144424652b48ae9dd49ca08a5','c22c1d9c367cc1757b4d280fec1fb2facab08359',5,'user','draft',936168518,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:27:\"cultivartsntsq_Rnt_icon.ico\";s:8:\"original\";s:240:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImZhdmljb24iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoyNzoiY3VsdGl2YXJ0c250c3FfUm50X2ljb24uaWNvIjt9\";}','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16286,'da39a3ee5e6b4b0d3255bfef95601890afd80709','68114766976b737b80b3aaaa782b716a74b7b756',5,'user','draft',936168518,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158013,1773158013,0,NULL),(16287,'f9f52ad02a6d4f34c472e402c4cab2a3468072bf','0cfda345338ac5bc9a0bac9a72a6400194f1761e',5,'user','draft',381422638,'/','customfont.scss',2,237,'text/x-scss',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:15:\"customfont.scss\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjY6InByZXNldCI7czo4OiJmaWxlcGF0aCI7czoxOiIvIjtzOjg6ImZpbGVuYW1lIjtzOjE1OiJjdXN0b21mb250LnNjc3MiO30=\";}','課程管理員 Admin','unknown',1772811649,1772811652,0,NULL),(16288,'da39a3ee5e6b4b0d3255bfef95601890afd80709','82b89f540a817bbfcbc1746520686804dccc4988',5,'user','draft',381422638,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158013,1773158013,0,NULL),(16289,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','4c49ad3d95d0453b31b11458877403a1dc881a5e',5,'user','draft',906465920,'/','cultivartsntsq.png',2,29938,'image/png',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:18:\"cultivartsntsq.png\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjQ6ImxvZ28iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoxODoiY3VsdGl2YXJ0c250c3EucG5nIjt9\";}','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(16290,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9fdbed8dfe121a7a852145b5a074004f017a8402',5,'user','draft',906465920,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158032,1773158032,0,NULL),(16291,'c6052a4934f5fec144424652b48ae9dd49ca08a5','f5b2d7eabc57758402c0d215180d156e8ddc4940',5,'user','draft',285421270,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:27:\"cultivartsntsq_Rnt_icon.ico\";s:8:\"original\";s:240:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImZhdmljb24iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoyNzoiY3VsdGl2YXJ0c250c3FfUm50X2ljb24uaWNvIjt9\";}','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16292,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2b7b645f91b6f18755a2fd429cb12ff8888b351e',5,'user','draft',285421270,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158032,1773158032,0,NULL),(16293,'f9f52ad02a6d4f34c472e402c4cab2a3468072bf','614564b953b5af912e77b9f9f201b426c61d5a35',5,'user','draft',13983488,'/','customfont.scss',2,237,'text/x-scss',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:15:\"customfont.scss\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjY6InByZXNldCI7czo4OiJmaWxlcGF0aCI7czoxOiIvIjtzOjg6ImZpbGVuYW1lIjtzOjE1OiJjdXN0b21mb250LnNjc3MiO30=\";}','課程管理員 Admin','unknown',1772811649,1772811652,0,NULL),(16294,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b98df978f96a581d3e70b4188cf7ebcfecb668bd',5,'user','draft',13983488,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158032,1773158032,0,NULL),(16295,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','c67202c18081739619bfecfeb427cb91396aa14b',5,'user','draft',43489386,'/','cultivartsntsq.png',2,29938,'image/png',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:18:\"cultivartsntsq.png\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjQ6ImxvZ28iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoxODoiY3VsdGl2YXJ0c250c3EucG5nIjt9\";}','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(16296,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4e4aaf3a517754d2470eb2ed977f64ff0939ceb0',5,'user','draft',43489386,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158053,1773158053,0,NULL),(16297,'c6052a4934f5fec144424652b48ae9dd49ca08a5','2cf9a19f5953274a6d6a23ddc193866e35bdfce5',5,'user','draft',158924554,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:27:\"cultivartsntsq_Rnt_icon.ico\";s:8:\"original\";s:240:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImZhdmljb24iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoyNzoiY3VsdGl2YXJ0c250c3FfUm50X2ljb24uaWNvIjt9\";}','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16298,'da39a3ee5e6b4b0d3255bfef95601890afd80709','23b77c5fd5a0b5b9447ae6ad9415d6494a3322b9',5,'user','draft',158924554,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158053,1773158053,0,NULL),(16299,'f9f52ad02a6d4f34c472e402c4cab2a3468072bf','1e5031ab45e9d6f27cc238a4a4c32891dd7ab447',5,'user','draft',660702081,'/','customfont.scss',2,237,'text/x-scss',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:15:\"customfont.scss\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjY6InByZXNldCI7czo4OiJmaWxlcGF0aCI7czoxOiIvIjtzOjg6ImZpbGVuYW1lIjtzOjE1OiJjdXN0b21mb250LnNjc3MiO30=\";}','課程管理員 Admin','unknown',1772811649,1772811652,0,NULL),(16300,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5e23e621ec8d68a28a23f0c75d2a761f72eb773c',5,'user','draft',660702081,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158053,1773158053,0,NULL),(16301,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','5004aa1160fe7b70db6da06a32751734e6bb4836',5,'user','draft',963007375,'/','cultivartsntsq.png',2,29938,'image/png',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:18:\"cultivartsntsq.png\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjQ6ImxvZ28iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoxODoiY3VsdGl2YXJ0c250c3EucG5nIjt9\";}','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(16302,'da39a3ee5e6b4b0d3255bfef95601890afd80709','26429cf0ed89880bc8ce9599522ba7a3d9376bc2',5,'user','draft',963007375,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158055,1773158055,0,NULL),(16303,'c6052a4934f5fec144424652b48ae9dd49ca08a5','49b3e5a30844b665f2e6d31ca901264ab19337ed',5,'user','draft',946257818,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:27:\"cultivartsntsq_Rnt_icon.ico\";s:8:\"original\";s:240:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImZhdmljb24iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoyNzoiY3VsdGl2YXJ0c250c3FfUm50X2ljb24uaWNvIjt9\";}','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16304,'da39a3ee5e6b4b0d3255bfef95601890afd80709','296772579b8bd8716a0b1b14dc9e53b401da1df7',5,'user','draft',946257818,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158055,1773158055,0,NULL),(16305,'f9f52ad02a6d4f34c472e402c4cab2a3468072bf','d0bb6f693a1da240b81dce0e867558febf22057d',5,'user','draft',369024206,'/','customfont.scss',2,237,'text/x-scss',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:15:\"customfont.scss\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjY6InByZXNldCI7czo4OiJmaWxlcGF0aCI7czoxOiIvIjtzOjg6ImZpbGVuYW1lIjtzOjE1OiJjdXN0b21mb250LnNjc3MiO30=\";}','課程管理員 Admin','unknown',1772811649,1772811652,0,NULL),(16306,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e63aa9e7d7e76cb260f252d68c6e98dc5d424576',5,'user','draft',369024206,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158055,1773158055,0,NULL),(16307,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','b865cf3ff02e727d42dd4ac02a8be8d96a114715',5,'user','draft',861353888,'/','cultivartsntsq.png',2,29938,'image/png',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:18:\"cultivartsntsq.png\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjQ6ImxvZ28iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoxODoiY3VsdGl2YXJ0c250c3EucG5nIjt9\";}','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(16308,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9e33d39aa6edd12fcd85fec86211d670bccdf172',5,'user','draft',861353888,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158072,1773158072,0,NULL),(16309,'c6052a4934f5fec144424652b48ae9dd49ca08a5','062246abb821598595f2ee5ac8918990fa8773c9',5,'user','draft',977224318,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:27:\"cultivartsntsq_Rnt_icon.ico\";s:8:\"original\";s:240:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImZhdmljb24iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoyNzoiY3VsdGl2YXJ0c250c3FfUm50X2ljb24uaWNvIjt9\";}','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16310,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4379497cfefb1e99a1b904e25d1651b1674c35a2',5,'user','draft',977224318,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158072,1773158072,0,NULL),(16311,'f9f52ad02a6d4f34c472e402c4cab2a3468072bf','11e419b5d6b1510ab76b1d2d8296bd8a211e8f00',5,'user','draft',139854504,'/','customfont.scss',2,237,'text/x-scss',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:15:\"customfont.scss\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjY6InByZXNldCI7czo4OiJmaWxlcGF0aCI7czoxOiIvIjtzOjg6ImZpbGVuYW1lIjtzOjE1OiJjdXN0b21mb250LnNjc3MiO30=\";}','課程管理員 Admin','unknown',1772811649,1772811652,0,NULL),(16312,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f455dae03dcd61b436c583f68e41744d296102c2',5,'user','draft',139854504,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158072,1773158072,0,NULL),(16313,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','c6097439108b83a691d8397d7573deee81d4a44a',5,'user','draft',872792221,'/','cultivartsntsq.png',2,29938,'image/png',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:18:\"cultivartsntsq.png\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjQ6ImxvZ28iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoxODoiY3VsdGl2YXJ0c250c3EucG5nIjt9\";}','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(16314,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4e3918c3b1f74ddd5f6a7743499962d5146b1410',5,'user','draft',872792221,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158083,1773158083,0,NULL),(16315,'c6052a4934f5fec144424652b48ae9dd49ca08a5','92a7b7e4e08ce8ec266b010d2b29a636584a85fd',5,'user','draft',242583732,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:27:\"cultivartsntsq_Rnt_icon.ico\";s:8:\"original\";s:240:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImZhdmljb24iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoyNzoiY3VsdGl2YXJ0c250c3FfUm50X2ljb24uaWNvIjt9\";}','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16316,'da39a3ee5e6b4b0d3255bfef95601890afd80709','bc3c1075dea8ad0cd0043bec0166060bbc500eb4',5,'user','draft',242583732,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158083,1773158083,0,NULL),(16317,'f9f52ad02a6d4f34c472e402c4cab2a3468072bf','ce3bc61dbf5053084de9bb9d39990e6fc3db1c95',5,'user','draft',341016445,'/','customfont.scss',2,237,'text/x-scss',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:15:\"customfont.scss\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjY6InByZXNldCI7czo4OiJmaWxlcGF0aCI7czoxOiIvIjtzOjg6ImZpbGVuYW1lIjtzOjE1OiJjdXN0b21mb250LnNjc3MiO30=\";}','課程管理員 Admin','unknown',1772811649,1772811652,0,NULL),(16318,'da39a3ee5e6b4b0d3255bfef95601890afd80709','a1ed4abf1622278c826528f5fc40a5ebbd32d97a',5,'user','draft',341016445,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158083,1773158083,0,NULL),(16319,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','731c380c425e07a93bf5ff47fb27c0d187ea248a',5,'user','draft',752877732,'/','cultivartsntsq.png',2,29938,'image/png',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:18:\"cultivartsntsq.png\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjQ6ImxvZ28iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoxODoiY3VsdGl2YXJ0c250c3EucG5nIjt9\";}','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(16320,'da39a3ee5e6b4b0d3255bfef95601890afd80709','223e8bdeb011cb21d466eb681ee425dde02623a3',5,'user','draft',752877732,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158090,1773158090,0,NULL),(16321,'c6052a4934f5fec144424652b48ae9dd49ca08a5','76ddec5424da1658c6c169a0027b216c6aaa4827',5,'user','draft',627771694,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:27:\"cultivartsntsq_Rnt_icon.ico\";s:8:\"original\";s:240:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImZhdmljb24iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoyNzoiY3VsdGl2YXJ0c250c3FfUm50X2ljb24uaWNvIjt9\";}','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16322,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c6b4a786133c312f7ea6e138c2502ba2cbcfe92e',5,'user','draft',627771694,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158090,1773158090,0,NULL),(16323,'f9f52ad02a6d4f34c472e402c4cab2a3468072bf','d22daa2c9fdb359d58dbb16b8629af9ce601c1b9',5,'user','draft',894655913,'/','customfont.scss',2,237,'text/x-scss',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:15:\"customfont.scss\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjY6InByZXNldCI7czo4OiJmaWxlcGF0aCI7czoxOiIvIjtzOjg6ImZpbGVuYW1lIjtzOjE1OiJjdXN0b21mb250LnNjc3MiO30=\";}','課程管理員 Admin','unknown',1772811649,1772811652,0,NULL),(16324,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e5f8b726d148bf406b618cdc1926d5ee4f2fface',5,'user','draft',894655913,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158090,1773158090,0,NULL),(16325,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','5020b894b7716c3d38e8ac5cdf3454ae6980d8ea',5,'user','draft',520667763,'/','cultivartsntsq.png',2,29938,'image/png',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:18:\"cultivartsntsq.png\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjQ6ImxvZ28iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoxODoiY3VsdGl2YXJ0c250c3EucG5nIjt9\";}','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(16326,'da39a3ee5e6b4b0d3255bfef95601890afd80709','62cf59e5ee8d8c72e98b286a629f0b991264cb9c',5,'user','draft',520667763,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158103,1773158103,0,NULL),(16327,'c6052a4934f5fec144424652b48ae9dd49ca08a5','aba042d179f46fbe3111e5512dabd2ec7556abce',5,'user','draft',488642312,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:27:\"cultivartsntsq_Rnt_icon.ico\";s:8:\"original\";s:240:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImZhdmljb24iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoyNzoiY3VsdGl2YXJ0c250c3FfUm50X2ljb24uaWNvIjt9\";}','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16328,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ad30a30b18e63afecb0e081cb5ce35a0808cb1c8',5,'user','draft',488642312,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158103,1773158103,0,NULL),(16329,'f9f52ad02a6d4f34c472e402c4cab2a3468072bf','1d8198b6ef863a3c1555b740d4c7ae0a13b9dfff',5,'user','draft',936457259,'/','customfont.scss',2,237,'text/x-scss',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:15:\"customfont.scss\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjY6InByZXNldCI7czo4OiJmaWxlcGF0aCI7czoxOiIvIjtzOjg6ImZpbGVuYW1lIjtzOjE1OiJjdXN0b21mb250LnNjc3MiO30=\";}','課程管理員 Admin','unknown',1772811649,1772811652,0,NULL),(16330,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e7cb92a21628d4ad44a0553c4442c0e411929fad',5,'user','draft',936457259,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158103,1773158103,0,NULL),(16331,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','049567ad47bf6c2ea8ff31834be58725fada9287',5,'user','draft',20935992,'/','cultivartsntsq.png',2,29938,'image/png',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:18:\"cultivartsntsq.png\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjQ6ImxvZ28iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoxODoiY3VsdGl2YXJ0c250c3EucG5nIjt9\";}','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(16332,'da39a3ee5e6b4b0d3255bfef95601890afd80709','71434e1315000f82bda721a6e481ae8f906eeb44',5,'user','draft',20935992,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158112,1773158112,0,NULL),(16333,'c6052a4934f5fec144424652b48ae9dd49ca08a5','2ae212cc4e87563936172385cfe75413dccf17ef',5,'user','draft',217838191,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:27:\"cultivartsntsq_Rnt_icon.ico\";s:8:\"original\";s:240:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImZhdmljb24iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoyNzoiY3VsdGl2YXJ0c250c3FfUm50X2ljb24uaWNvIjt9\";}','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16334,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5eb038472eae32174159c96f0faa68e45f460c06',5,'user','draft',217838191,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158112,1773158112,0,NULL),(16335,'f9f52ad02a6d4f34c472e402c4cab2a3468072bf','2a67843befe20bbbbee2d67a4b29d6631588a45e',5,'user','draft',252964003,'/','customfont.scss',2,237,'text/x-scss',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:15:\"customfont.scss\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjY6InByZXNldCI7czo4OiJmaWxlcGF0aCI7czoxOiIvIjtzOjg6ImZpbGVuYW1lIjtzOjE1OiJjdXN0b21mb250LnNjc3MiO30=\";}','課程管理員 Admin','unknown',1772811649,1772811652,0,NULL),(16336,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9817638df9ed2bb2101239720ec7ebd6dad7f8a6',5,'user','draft',252964003,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158112,1773158112,0,NULL),(16337,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','ccaea6fb8d2c12fac7704eb6c906ca61522873f8',5,'user','draft',21722063,'/','cultivartsntsq.png',2,29938,'image/png',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:18:\"cultivartsntsq.png\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjQ6ImxvZ28iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoxODoiY3VsdGl2YXJ0c250c3EucG5nIjt9\";}','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(16338,'da39a3ee5e6b4b0d3255bfef95601890afd80709','12cecfd8068856a2222aa3555c521d5ce2b112dd',5,'user','draft',21722063,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158113,1773158113,0,NULL),(16339,'c6052a4934f5fec144424652b48ae9dd49ca08a5','411153f5473ae7eb9d8113ed23fb227461f2a2aa',5,'user','draft',874127237,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:27:\"cultivartsntsq_Rnt_icon.ico\";s:8:\"original\";s:240:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImZhdmljb24iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoyNzoiY3VsdGl2YXJ0c250c3FfUm50X2ljb24uaWNvIjt9\";}','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16340,'da39a3ee5e6b4b0d3255bfef95601890afd80709','9b6b2eb3c406f0dd1bb13110d5aab2f43af02bdc',5,'user','draft',874127237,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158113,1773158113,0,NULL),(16341,'f9f52ad02a6d4f34c472e402c4cab2a3468072bf','deefa5de08f286a8031c9ca0f6d0a19cd581b7eb',5,'user','draft',656873344,'/','customfont.scss',2,237,'text/x-scss',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:15:\"customfont.scss\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjY6InByZXNldCI7czo4OiJmaWxlcGF0aCI7czoxOiIvIjtzOjg6ImZpbGVuYW1lIjtzOjE1OiJjdXN0b21mb250LnNjc3MiO30=\";}','課程管理員 Admin','unknown',1772811649,1772811652,0,NULL),(16342,'da39a3ee5e6b4b0d3255bfef95601890afd80709','8655dd36a099f05cb09eb8993855966d3d5b4862',5,'user','draft',656873344,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158113,1773158113,0,NULL),(16343,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','af31cfc22d5e0de4ec9febf8641b5d5fb1fa5f30',5,'user','draft',453576286,'/','cultivartsntsq.png',2,29938,'image/png',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:18:\"cultivartsntsq.png\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjQ6ImxvZ28iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoxODoiY3VsdGl2YXJ0c250c3EucG5nIjt9\";}','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(16344,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f9408cf73f3ff882b26a30762949b1fecd23e81b',5,'user','draft',453576286,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158118,1773158118,0,NULL),(16345,'c6052a4934f5fec144424652b48ae9dd49ca08a5','5ea49dc5f724f8f3c8b7d2e7b360cc55b5b18aee',5,'user','draft',837858610,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:27:\"cultivartsntsq_Rnt_icon.ico\";s:8:\"original\";s:240:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImZhdmljb24iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoyNzoiY3VsdGl2YXJ0c250c3FfUm50X2ljb24uaWNvIjt9\";}','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16346,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4eb2860aaf3758a412a8124466b45b5fff265bd8',5,'user','draft',837858610,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158118,1773158118,0,NULL),(16347,'f9f52ad02a6d4f34c472e402c4cab2a3468072bf','2877632a897b022c403241c39fe2e6738bc8c2c0',5,'user','draft',913683092,'/','customfont.scss',2,237,'text/x-scss',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:15:\"customfont.scss\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjY6InByZXNldCI7czo4OiJmaWxlcGF0aCI7czoxOiIvIjtzOjg6ImZpbGVuYW1lIjtzOjE1OiJjdXN0b21mb250LnNjc3MiO30=\";}','課程管理員 Admin','unknown',1772811649,1772811652,0,NULL),(16348,'da39a3ee5e6b4b0d3255bfef95601890afd80709','4d4d096a7e3af0d537d1ac4c74a815ef3eecf31c',5,'user','draft',913683092,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158118,1773158118,0,NULL),(16349,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','0d605caac0b1fbfed138c21a44cddd40a60f866b',5,'user','draft',107817246,'/','cultivartsntsq.png',2,29938,'image/png',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:18:\"cultivartsntsq.png\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjQ6ImxvZ28iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoxODoiY3VsdGl2YXJ0c250c3EucG5nIjt9\";}','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(16350,'da39a3ee5e6b4b0d3255bfef95601890afd80709','5e246bf70a478eda4c1f43fe76477382f91118c4',5,'user','draft',107817246,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158120,1773158120,0,NULL),(16351,'c6052a4934f5fec144424652b48ae9dd49ca08a5','12897430f442da0dcf63706b0990fc9ae344cbc9',5,'user','draft',991402193,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:27:\"cultivartsntsq_Rnt_icon.ico\";s:8:\"original\";s:240:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImZhdmljb24iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoyNzoiY3VsdGl2YXJ0c250c3FfUm50X2ljb24uaWNvIjt9\";}','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16352,'da39a3ee5e6b4b0d3255bfef95601890afd80709','abc599d93be3c0362847c1cc76a89ae4f92ff1b3',5,'user','draft',991402193,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158120,1773158120,0,NULL),(16353,'f9f52ad02a6d4f34c472e402c4cab2a3468072bf','8142b91151b8ebbb2497d7cc7595d0cb28428b8a',5,'user','draft',849197530,'/','customfont.scss',2,237,'text/x-scss',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:15:\"customfont.scss\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjY6InByZXNldCI7czo4OiJmaWxlcGF0aCI7czoxOiIvIjtzOjg6ImZpbGVuYW1lIjtzOjE1OiJjdXN0b21mb250LnNjc3MiO30=\";}','課程管理員 Admin','unknown',1772811649,1772811652,0,NULL),(16354,'da39a3ee5e6b4b0d3255bfef95601890afd80709','920effbe2ca914d9631cfdbc223b16c7d131357f',5,'user','draft',849197530,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158121,1773158121,0,NULL),(16355,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','c6e7d0e23b25419a18a950bf3c5ffdf3914c22b5',5,'user','draft',843002058,'/','cultivartsntsq.png',2,29938,'image/png',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:18:\"cultivartsntsq.png\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjQ6ImxvZ28iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoxODoiY3VsdGl2YXJ0c250c3EucG5nIjt9\";}','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(16356,'da39a3ee5e6b4b0d3255bfef95601890afd80709','0ad62cdafb0381fd070abea454e6fe8b77ba7c57',5,'user','draft',843002058,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158132,1773158132,0,NULL),(16357,'c6052a4934f5fec144424652b48ae9dd49ca08a5','b14140c0b002297b329bde3c0e1fc3c014d92c5b',5,'user','draft',189419371,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:27:\"cultivartsntsq_Rnt_icon.ico\";s:8:\"original\";s:240:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImZhdmljb24iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoyNzoiY3VsdGl2YXJ0c250c3FfUm50X2ljb24uaWNvIjt9\";}','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16358,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b2970e570f40b078eaffbcefae4d3efcf01c5326',5,'user','draft',189419371,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158132,1773158132,0,NULL),(16359,'f9f52ad02a6d4f34c472e402c4cab2a3468072bf','04ec2e8943e446bb5c1b1965c621676b5a2126b3',5,'user','draft',339885996,'/','customfont.scss',2,237,'text/x-scss',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:15:\"customfont.scss\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjY6InByZXNldCI7czo4OiJmaWxlcGF0aCI7czoxOiIvIjtzOjg6ImZpbGVuYW1lIjtzOjE1OiJjdXN0b21mb250LnNjc3MiO30=\";}','課程管理員 Admin','unknown',1772811649,1772811652,0,NULL),(16360,'da39a3ee5e6b4b0d3255bfef95601890afd80709','24d9a6410a63649da6d2b6aac0b7e0de9c7ed6c2',5,'user','draft',339885996,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158132,1773158132,0,NULL),(16361,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','a97aae335a43cd9faa6b2b2bab4c97dae3ecf9c1',5,'user','draft',963532679,'/','cultivartsntsq.png',2,29938,'image/png',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:18:\"cultivartsntsq.png\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjQ6ImxvZ28iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoxODoiY3VsdGl2YXJ0c250c3EucG5nIjt9\";}','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(16362,'da39a3ee5e6b4b0d3255bfef95601890afd80709','c1b07fe32c0eeca9cd72065c1445ea481f92a856',5,'user','draft',963532679,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158140,1773158140,0,NULL),(16363,'c6052a4934f5fec144424652b48ae9dd49ca08a5','c2a429d0ecaa8e6d89026fd4758f7866c7762e6d',5,'user','draft',659482673,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:27:\"cultivartsntsq_Rnt_icon.ico\";s:8:\"original\";s:240:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImZhdmljb24iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoyNzoiY3VsdGl2YXJ0c250c3FfUm50X2ljb24uaWNvIjt9\";}','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16364,'da39a3ee5e6b4b0d3255bfef95601890afd80709','377aaacf844b4bbe02b4ec9895986f17429ae4a3',5,'user','draft',659482673,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158140,1773158140,0,NULL),(16366,'da39a3ee5e6b4b0d3255bfef95601890afd80709','752db2d48ffae1ad09455f086a824e8c2cc11dea',5,'user','draft',447617198,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158140,1773158140,0,NULL),(16367,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','4dd6ddbb3b189e49df5194ed03ef7aa6c66ed775',5,'user','draft',170872972,'/','cultivartsntsq.png',2,29938,'image/png',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:18:\"cultivartsntsq.png\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjQ6ImxvZ28iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoxODoiY3VsdGl2YXJ0c250c3EucG5nIjt9\";}','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(16368,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d8dae3d29db82e002c552d75fd4f73e64678e3e6',5,'user','draft',170872972,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158155,1773158155,0,NULL),(16369,'c6052a4934f5fec144424652b48ae9dd49ca08a5','c1296adea176a88320169eebb4f8f80ef428b86c',5,'user','draft',328629990,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:27:\"cultivartsntsq_Rnt_icon.ico\";s:8:\"original\";s:240:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImZhdmljb24iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoyNzoiY3VsdGl2YXJ0c250c3FfUm50X2ljb24uaWNvIjt9\";}','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16370,'da39a3ee5e6b4b0d3255bfef95601890afd80709','83bd324ec071772390d066a93ad8e5d53f9c50e8',5,'user','draft',328629990,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158155,1773158155,0,NULL),(16371,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','a02b7cf44287d508a5d3a186a631d3dcaad1f2f3',5,'user','draft',397899959,'/','cultivartsntsq.png',2,29938,'image/png',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:18:\"cultivartsntsq.png\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjQ6ImxvZ28iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoxODoiY3VsdGl2YXJ0c250c3EucG5nIjt9\";}','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(16372,'da39a3ee5e6b4b0d3255bfef95601890afd80709','1c432fa1ee1d5f9def14a5a50889ec5e6d4feb25',5,'user','draft',397899959,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158168,1773158168,0,NULL),(16373,'c6052a4934f5fec144424652b48ae9dd49ca08a5','67a41316b257d671d083715616bdc81fca47ad87',5,'user','draft',852321719,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:27:\"cultivartsntsq_Rnt_icon.ico\";s:8:\"original\";s:240:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImZhdmljb24iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoyNzoiY3VsdGl2YXJ0c250c3FfUm50X2ljb24uaWNvIjt9\";}','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16374,'da39a3ee5e6b4b0d3255bfef95601890afd80709','07d08b73f614f6f01f997ecb125e11944b168dd8',5,'user','draft',852321719,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158168,1773158168,0,NULL),(16375,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','b7fcca0d563ea9d4c07a74a919b0b7822aa4796b',5,'user','draft',927128373,'/','cultivartsntsq.png',2,29938,'image/png',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:18:\"cultivartsntsq.png\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjQ6ImxvZ28iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoxODoiY3VsdGl2YXJ0c250c3EucG5nIjt9\";}','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(16376,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b3b3d69fb4b7a71c5e343f712616bf56002d3599',5,'user','draft',927128373,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158210,1773158210,0,NULL),(16377,'c6052a4934f5fec144424652b48ae9dd49ca08a5','4d04ce93a4b1c50ca58170f775578659608690ac',5,'user','draft',239302452,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:27:\"cultivartsntsq_Rnt_icon.ico\";s:8:\"original\";s:240:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImZhdmljb24iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoyNzoiY3VsdGl2YXJ0c250c3FfUm50X2ljb24uaWNvIjt9\";}','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16378,'da39a3ee5e6b4b0d3255bfef95601890afd80709','69a628783ec5a2d21b9846e183d4e4ff9467ef99',5,'user','draft',239302452,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158210,1773158210,0,NULL),(16379,'08961cfc0b2bbfd3e290780a0154ca18a5ceb487','c5ef8e92f675aec85ba74cbbf818d66555830765',5,'user','draft',835082829,'/','檔案.zip',2,41820,'application/zip',0,NULL,NULL,NULL,1773158217,1773158217,0,NULL),(16380,'da39a3ee5e6b4b0d3255bfef95601890afd80709','2254b5a8f4318579034fe9fd11ad2b9ba386ba03',5,'user','draft',835082829,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158217,1773158217,0,NULL),(16381,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','7a27893863fd4478d11d85821520d54306024037',5,'user','draft',278630124,'/','cultivartsntsq.png',2,29938,'image/png',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:18:\"cultivartsntsq.png\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjQ6ImxvZ28iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoxODoiY3VsdGl2YXJ0c250c3EucG5nIjt9\";}','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(16382,'da39a3ee5e6b4b0d3255bfef95601890afd80709','839b55873a2d10dad0615d9695a8c04aa149ecf5',5,'user','draft',278630124,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158229,1773158229,0,NULL),(16383,'c6052a4934f5fec144424652b48ae9dd49ca08a5','68a6f20e99447035406b0bf5d7c3d1d3d6658996',5,'user','draft',290929984,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:27:\"cultivartsntsq_Rnt_icon.ico\";s:8:\"original\";s:240:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImZhdmljb24iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoyNzoiY3VsdGl2YXJ0c250c3FfUm50X2ljb24uaWNvIjt9\";}','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16384,'da39a3ee5e6b4b0d3255bfef95601890afd80709','e8596407657e5f501b4a2e2990df0643331e003f',5,'user','draft',290929984,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158229,1773158229,0,NULL),(16385,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','7287a26117cf2b50e69311672843166b9f2d8f83',5,'user','draft',68979705,'/','cultivartsntsq.png',2,29938,'image/png',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:18:\"cultivartsntsq.png\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjQ6ImxvZ28iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoxODoiY3VsdGl2YXJ0c250c3EucG5nIjt9\";}','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(16386,'da39a3ee5e6b4b0d3255bfef95601890afd80709','cb7b244f846bebc411aef457b24a6f9d6fa66731',5,'user','draft',68979705,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158249,1773158249,0,NULL),(16387,'c6052a4934f5fec144424652b48ae9dd49ca08a5','b4a5db96aaf4e1b812343d0bd9d792184cd91c9a',5,'user','draft',759134132,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:27:\"cultivartsntsq_Rnt_icon.ico\";s:8:\"original\";s:240:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImZhdmljb24iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoyNzoiY3VsdGl2YXJ0c250c3FfUm50X2ljb24uaWNvIjt9\";}','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16388,'da39a3ee5e6b4b0d3255bfef95601890afd80709','f0cb984aff3b7f7361269d23177a2dc127f178f2',5,'user','draft',759134132,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158249,1773158249,0,NULL),(16389,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','323008e62aed827181b5ba2a1e741411ec3cab73',5,'user','draft',30185395,'/','cultivartsntsq.png',2,29938,'image/png',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:18:\"cultivartsntsq.png\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjQ6ImxvZ28iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoxODoiY3VsdGl2YXJ0c250c3EucG5nIjt9\";}','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(16390,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ddd59313f26b4ed4005ec90cf63a2d55edc95462',5,'user','draft',30185395,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158254,1773158254,0,NULL),(16391,'c6052a4934f5fec144424652b48ae9dd49ca08a5','6f814a435f6a5484d472bb3c9a0e1312de3a09a6',5,'user','draft',499972372,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:27:\"cultivartsntsq_Rnt_icon.ico\";s:8:\"original\";s:240:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImZhdmljb24iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoyNzoiY3VsdGl2YXJ0c250c3FfUm50X2ljb24uaWNvIjt9\";}','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16392,'da39a3ee5e6b4b0d3255bfef95601890afd80709','115e39caccddcfb5513a4b27a7a4b070ee44b29c',5,'user','draft',499972372,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158254,1773158254,0,NULL),(16393,'506943f0e6262ecb89f4fb3cb426aeebed1d091e','28fb12035654dadaa6b6a8dcc4b2e4aecfb54706',5,'user','draft',208558040,'/','cultivartsntsq.png',2,29938,'image/png',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:18:\"cultivartsntsq.png\";s:8:\"original\";s:224:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjQ6ImxvZ28iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoxODoiY3VsdGl2YXJ0c250c3EucG5nIjt9\";}','Admin Moodle','unknown',1689959232,1689959351,0,NULL),(16394,'da39a3ee5e6b4b0d3255bfef95601890afd80709','ccb6a6f12d210b6af888cb30ec384f9cec31e048',5,'user','draft',208558040,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158262,1773158262,0,NULL),(16395,'c6052a4934f5fec144424652b48ae9dd49ca08a5','ec422043a1cd03624832706e2bab704c269331ec',5,'user','draft',673939603,'/','cultivartsntsq_Rnt_icon.ico',2,51996,'image/vnd.microsoft.icon',0,'O:8:\"stdClass\":2:{s:6:\"source\";s:27:\"cultivartsntsq_Rnt_icon.ico\";s:8:\"original\";s:240:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aToxO3M6OToiY29tcG9uZW50IjtzOjExOiJ0aGVtZV9tb292ZSI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImZhdmljb24iO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czoyNzoiY3VsdGl2YXJ0c250c3FfUm50X2ljb24uaWNvIjt9\";}','Admin Moodle','unknown',1689959310,1689959351,0,NULL),(16396,'da39a3ee5e6b4b0d3255bfef95601890afd80709','b7019faef35f1b8a6936cc3ea88ba5a638912346',5,'user','draft',673939603,'/','.',2,0,NULL,0,NULL,NULL,NULL,1773158263,1773158263,0,NULL); /*!40000 ALTER TABLE `mdl_files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_files_reference` -- DROP TABLE IF EXISTS `mdl_files_reference`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_files_reference` ( `id` bigint NOT NULL AUTO_INCREMENT, `repositoryid` bigint NOT NULL, `lastsync` bigint DEFAULT NULL, `reference` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `referencehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `mdl_filerefe_refrep_uix` (`referencehash`,`repositoryid`), KEY `mdl_filerefe_rep_ix` (`repositoryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Store files references'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_files_reference` -- LOCK TABLES `mdl_files_reference` WRITE; /*!40000 ALTER TABLE `mdl_files_reference` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_files_reference` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_filter_active` -- DROP TABLE IF EXISTS `mdl_filter_active`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_filter_active` ( `id` bigint NOT NULL AUTO_INCREMENT, `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `contextid` bigint NOT NULL, `active` smallint NOT NULL, `sortorder` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_filtacti_confil_uix` (`contextid`,`filter`), KEY `mdl_filtacti_con_ix` (`contextid`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores information about which filters are active in which c'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_filter_active` -- LOCK TABLES `mdl_filter_active` WRITE; /*!40000 ALTER TABLE `mdl_filter_active` DISABLE KEYS */; INSERT INTO `mdl_filter_active` VALUES (1,'activitynames',1,1,2),(2,'displayh5p',1,1,1),(3,'emoticon',1,1,4),(4,'mathjaxloader',1,1,3),(5,'mediaplugin',1,1,6),(6,'urltolink',1,1,5); /*!40000 ALTER TABLE `mdl_filter_active` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_filter_config` -- DROP TABLE IF EXISTS `mdl_filter_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_filter_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `contextid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), UNIQUE KEY `mdl_filtconf_confilnam_uix` (`contextid`,`filter`,`name`), KEY `mdl_filtconf_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores per-context configuration settings for filters which '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_filter_config` -- LOCK TABLES `mdl_filter_config` WRITE; /*!40000 ALTER TABLE `mdl_filter_config` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_filter_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_folder` -- DROP TABLE IF EXISTS `mdl_folder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_folder` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `introformat` smallint NOT NULL DEFAULT '0', `revision` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `display` smallint NOT NULL DEFAULT '0', `showexpanded` tinyint(1) NOT NULL DEFAULT '1', `showdownloadfolder` tinyint(1) NOT NULL DEFAULT '1', `forcedownload` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `mdl_fold_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='each record is one folder resource'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_folder` -- LOCK TABLES `mdl_folder` WRITE; /*!40000 ALTER TABLE `mdl_folder` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_folder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum` -- DROP TABLE IF EXISTS `mdl_forum`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_forum` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'general', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `introformat` smallint NOT NULL DEFAULT '0', `duedate` bigint NOT NULL DEFAULT '0', `cutoffdate` bigint NOT NULL DEFAULT '0', `assessed` bigint NOT NULL DEFAULT '0', `assesstimestart` bigint NOT NULL DEFAULT '0', `assesstimefinish` bigint NOT NULL DEFAULT '0', `scale` bigint NOT NULL DEFAULT '0', `grade_forum` bigint NOT NULL DEFAULT '0', `grade_forum_notify` smallint NOT NULL DEFAULT '0', `maxbytes` bigint NOT NULL DEFAULT '0', `maxattachments` bigint NOT NULL DEFAULT '1', `forcesubscribe` tinyint(1) NOT NULL DEFAULT '0', `trackingtype` tinyint NOT NULL DEFAULT '1', `rsstype` tinyint NOT NULL DEFAULT '0', `rssarticles` tinyint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `warnafter` bigint NOT NULL DEFAULT '0', `blockafter` bigint NOT NULL DEFAULT '0', `blockperiod` bigint NOT NULL DEFAULT '0', `completiondiscussions` int NOT NULL DEFAULT '0', `completionreplies` int NOT NULL DEFAULT '0', `completionposts` int NOT NULL DEFAULT '0', `displaywordcount` tinyint(1) NOT NULL DEFAULT '0', `lockdiscussionafter` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_foru_cou_ix` (`course`) ) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Forums contain and structure discussion'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_forum` -- LOCK TABLES `mdl_forum` WRITE; /*!40000 ALTER TABLE `mdl_forum` DISABLE KEYS */; INSERT INTO `mdl_forum` VALUES (4,2,'single','第三週課前討論','<p dir=\"ltr\"></p><p dir=\"ltr\">第一部分:</p><p dir=\"ltr\"><strong>第二部分:</strong>用 150-300 字提出一則關於《美麗的神》第四章〈牧師〉、第五章〈藝術家〉的<strong>問題</strong>或是<strong>心得</strong>。</p><p dir=\"ltr\">(<strong>問題:</strong>看不懂、疑惑,想詢問同學意見,或是想反問作者的問題;<strong>心得:</strong>新發現、新想法,激勵你要做出的回應等等)。</p><p dir=\"ltr\">繳交期限:課前24小時發表(即 10/4 晚上 7:00 前)</p><p dir=\"ltr\">(點選右下角「回覆」)</p><br><p></p>',1,0,0,0,0,0,100,10,0,0,2,0,1,0,0,1696094233,0,0,0,0,0,0,0,0),(5,2,'single','第二週課前討論','<p dir=\"ltr\" style=\"text-align: left;\"><strong></strong></p><p dir=\"ltr\"><span id=\"docs-internal-guid-e4ac979a-7fff-1312-ffa6-b89ab5ee5285\"><span style=\"\">第一部分:</span>分享一件令你印象深刻的藝術品(形式不拘,可以是:繪畫、雕塑、建築、攝影、電影、動畫、文學、漫畫、舞蹈、音樂、戲劇、電動遊戲)。300字以上(無上限),請包含以下面向:</span></p><p dir=\"ltr\"><span id=\"docs-internal-guid-e4ac979a-7fff-1312-ffa6-b89ab5ee5285\">(1) 簡單描述它。若有圖片、影片、文字,請附上連結。</span></p><p dir=\"ltr\"><span id=\"docs-internal-guid-e4ac979a-7fff-1312-ffa6-b89ab5ee5285\">(2) 它為何令你印象深刻?</span></p><p dir=\"ltr\"><span id=\"docs-internal-guid-e4ac979a-7fff-1312-ffa6-b89ab5ee5285\"> </span></p><p dir=\"ltr\"><span id=\"docs-internal-guid-e4ac979a-7fff-1312-ffa6-b89ab5ee5285\"><strong>第二部分:</strong>閱讀完〈分辨奧秘〉後,用 150-300 字提出一則關於〈分辨奧秘〉的問題(看不懂、疑惑,想詢問同學意見,或是想反問作者的問題)或是心得(新發現、新想法,激勵你要做出的回應等等)。</span></p><p dir=\"ltr\"><span id=\"docs-internal-guid-e4ac979a-7fff-1312-ffa6-b89ab5ee5285\"> </span></p><p dir=\"ltr\"><span id=\"docs-internal-guid-e4ac979a-7fff-1312-ffa6-b89ab5ee5285\">繳交期限:課前24小時發表(即9/27晚上7:00前)。</span></p><br><br><p></p>',1,0,0,0,0,0,100,0,0,512000,9,0,1,0,0,1696091123,0,0,0,0,0,0,0,0),(6,2,'single','第四週課前討論','<p dir=\"ltr\"><strong>第一部分:</strong>用100-200字提出一則關於《美麗的神》第六章〈實踐者〉的問題或是心得。<br><span style=\"font-size: 0.9375rem;\">(問題:看不懂、疑惑,想詢問同學意見,或是想反問作者的問題;心得:新發現、新想法,激勵你要做出的回應等等。)</span></p>\r\n<p></p>\r\n<p dir=\"ltr\"><strong>第二部分:</strong>用100-200字回應下列問題:(1)「青少年」在你的事工場域中如何被定義? (2) 你從事的「青少年事工」時需要做哪些事?(例如:我需要準備每周聚會的分享,需要在周間進行哪些關懷工作等等。)(3)你認為理想的青少年事工應該要包含什麼?</p>\r\n<p dir=\"ltr\">繳交期限:課前24小時發表(即 10/11 晚上 7:00 前)</p>\r\n<p dir=\"ltr\">(點選右下角「回覆」)</p><br>\r\n<p></p>',1,0,0,0,0,0,100,10,0,0,2,0,1,0,0,1696387178,0,0,0,0,0,0,0,0),(7,2,'single','第五週課前討論','<p dir=\"ltr\"><strong>第一部分:</strong><span lang=\"ZH-TW\">用</span>250-400<span lang=\"ZH-TW\">字提出一則關於《美麗的神》第一、七、八章的問題或是心得。<span lang=\"ZH-TW\">(問題:看不懂、疑惑,想詢問同學意見,或是想反問作者的問題;心得:新發現、新想法,激勵你要做出的回應等等。)</span></span><span style=\"font-size: 0.9375rem;\"></span></p>\r\n<p></p>\r\n<p dir=\"ltr\"><strong>第二部分:</strong><span lang=\"ZH-TW\">造句(二擇一,或二題皆答):<br></span><span style=\"font-size: 0.9375rem;\">(a) </span><span lang=\"ZH-TW\" style=\"font-size: 0.9375rem;\">到目前為止,我對本課的內容有以下這些疑問<a name=\"_Hlk147865113\">……<br></a></span><span style=\"font-size: 0.9375rem;\">(b) </span><span lang=\"ZH-TW\" style=\"font-size: 0.9375rem;\">經歷了前四堂課之後,我希望在課程結束時我可以回答以下這個問題(或是得到這方面的知識或資源)……</span></p><p dir=\"ltr\">繳交期限:課前24小時發表(即 10/18 晚上 7:00 前)</p>\r\n<p dir=\"ltr\">(點選右下角「回覆」)</p><br>\r\n<p></p>',1,0,0,0,0,0,100,10,0,0,2,0,1,0,0,1697053421,0,0,0,0,0,0,0,0),(8,2,'single','第六週課前討論','<p dir=\"ltr\">閱讀完 (a) 范浩沙,〈什麼是日常神學?基督徒為何應該閱讀文化〉(上) 與 <span style=\"font-size: 0.9375rem;\">(b) 林韡承,〈《寄生上流》——笑著笑著就哭了〉之後,在以下討論區中回覆「我讀完兩篇文章了」。</span></p><p dir=\"ltr\">不須提出心得或問題,但若有閱讀上的問題,歡迎在留言中發問。<br></p><p dir=\"ltr\">繳交期限:課前24小時發表(即 10/25 晚上 7:00 前)</p>\r\n<p dir=\"ltr\">(點選右下角「回覆」)</p><br>\r\n<p></p>',1,0,0,0,0,0,100,10,0,0,2,0,1,0,0,1697852188,0,0,0,0,0,0,0,0),(9,2,'single','作業繳交:外星人的教會觀察報告','<p dir=\"ltr\">寫一篇800-1000字的教會、聚會、青少年事工的觀察報告(可以是你的教會或事工)。<br></p><p dir=\"ltr\">假設你是一名外星人,略懂中文,但對基督教、對人類行為僅有基礎了解,今天奉命去觀察一個人類活動(教會聚會),你會發現些什麼?</p><p dir=\"ltr\">報告至少需要包含以下幾個面向:</p><p dir=\"ltr\">⬧ 這個聚集怎麼看待自己?他們使用哪些類比描述自己?(例如:「家庭」、「軍隊」)</p><p dir=\"ltr\">⬧ 這個聚集怎麼看待他們群體以外的人?他們使用哪些類比描述這些人?他們希望這些人做出哪些行動?</p><p dir=\"ltr\">⬧ 這個聚集期待參與者做出哪些行動?(無論是聚集期間,或是聚集前後)</p><p dir=\"ltr\">⬧ 這個聚集傳達給參與者哪些訊息?這些訊息以什麼方式傳遞?以什麼語氣、態度傳遞?</p><p dir=\"ltr\">⬧ 根據你的觀察,對這個聚集來說,人類的哪些感官與能力是重要的?哪些相對不重要?</p><p dir=\"ltr\">感官與能力包含但不限於以下:<br></p><p dir=\"ltr\"><br>\r\n</p><table>\r\n<caption></caption>\r\n<thead>\r\n<tr>\r\n<th scope=\"col\"><span style=\"font-weight: normal;\">視覺</span></th>\r\n<th scope=\"col\"><span style=\"font-weight: normal;\">溫覺(對溫度的感受)</span></th>\r\n<th scope=\"col\"><span style=\"font-weight: normal;\">語言、表達力</span></th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><span>聽覺</span></td>\r\n<td><span>痛覺、不適感</span></td>\r\n<td>節奏感、音樂能力</td>\r\n</tr>\r\n<tr>\r\n<td>嗅覺</td>\r\n<td>時間感</td>\r\n<td>邏輯思考、數學能力</td>\r\n</tr>\r\n<tr>\r\n<td>味覺</td>\r\n<td>平衡感</td>\r\n<td>想像力</td>\r\n</tr>\r\n<tr>\r\n<td>觸覺</td>\r\n<td>飢餓感/飽足感</td>\r\n<td>發問能力</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td>同理心、人際關係</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p dir=\"ltr\">本體感/空間感(身體部位彼此之間的關係,例如閉眼用手摸鼻子,或是自己與他人在空間中的關係)<br></p><p dir=\"ltr\"><br></p><p dir=\"ltr\">繳交期限:課前24小時發表(即 11/1 晚上 7:00 前)</p>\r\n<p dir=\"ltr\">(點選右下角「回覆」)</p><br>\r\n<p></p>',1,0,0,0,0,0,100,10,0,0,2,0,1,0,0,1697852751,0,0,0,0,0,0,0,0),(10,2,'single','第七週課前討論','<p dir=\"ltr\"><strong>第一部分:</strong></p><p dir=\"ltr\">閱讀完范浩沙,〈什麼是日常神學?基督徒應該如何閱讀文化〉(下)<span style=\"font-size: 0.9375rem;\">,在以下討論區中回覆「我讀完文章了」。</span></p><p dir=\"ltr\">不須提出心得或問題,但若有閱讀上的問題,歡迎在留言中發問。<br></p><p dir=\"ltr\"><br></p><p dir=\"ltr\"><strong>第二部分:</strong></p><p dir=\"ltr\"><span style=\"font-size: 0.9375rem;\">請回覆:你「正在考慮」在期末報告中寫的作品。可以是一件,也可以是多件(之後只要做一件就可以,但如果還沒決定,可以先一起寫上來)。「正在考慮」的意思是以後還可以改,不用現在決定(但請從現在開始思考)。</span></p><p><br></p><p dir=\"ltr\"><strong>繳交期限:</strong>課前24小時發表(即 11/1 晚上 7:00 前)</p>\r\n<p dir=\"ltr\">(點選右下角「回覆」)</p><br>\r\n<p></p>',1,0,0,0,0,0,100,10,0,0,2,0,1,0,0,1698633477,0,0,0,0,0,0,0,0),(11,2,'single','第八週課前討論','<p dir=\"ltr\"><span style=\"font-size: 0.9375rem;\">閱讀完唐斯,《預約心靈沃土》,第十章</span><span style=\"font-size: 0.9375rem;\">,用<span lang=\"EN-US\">150-250</span>字提出一則問題或是心得。</span></p><p dir=\"ltr\"><span style=\"font-size: 0.9375rem;\">(問題:看不懂、疑惑,想詢問同學意見,或是想反問作者的問題;心得:新發現、新想法,激勵你要做出的回應等等。)</span><br></p><p dir=\"ltr\"><strong style=\"font-size: 0.9375rem;\">繳交期限:</strong><span style=\"font-size: 0.9375rem;\">課前24小時發表(即 11/8 晚上 7:00 前)</span><br></p>\r\n<p dir=\"ltr\">(點選右下角「回覆」)</p><br>\r\n<p></p>',1,0,0,0,0,0,100,10,0,0,2,0,1,0,0,1698932957,0,0,0,0,0,0,0,0),(12,2,'single','前置作業繳交:找資料並寫註解(歷史、類型)','<p dir=\"ltr\"></p>針對期末報告的文化產物(藝術品),找至少五篇相關的資料。<br><span style=\"font-size: 0.9375rem;\"><br></span><ul><li><span style=\"font-size: 0.9375rem;\">這些資料可以用來回答「方法」裡面的「一、歷史」與「二、類型」相關題目。<br><br></span></li><li>針對每一則資料,寫下它一個核心思想以及這件事為何重要、為何與這件作品或期末報告有關。<br><br></li><li>資料分作兩種:一次文獻<span lang=\"EN-US\" style=\"font-size: 0.9375rem;\">Primary Source</span><span style=\"font-size: 0.9375rem;\">(例如創作者訪談、藝評、觀眾心得等等),與二次文獻(例如生平傳記、該藝術形式的通論等等)。請盡量找有標明出處的文獻。<br><br></span></li><li>範例註解:「古寧漢認為,劇場『同時呈現多種聲音』,而透過這些聲音,我們可以獲得『關於一連串道德議題的眾多觀點』。但是因為劇場拒絕評論這些聲音、拒絕『告訴我們哪些聲音是對的』,因此劇場便能訓練觀眾從事道德思辨。再者,劇場提供演員與觀眾契機去『住在這些角色代表的人物內』;這也是劇場——相對於小說——所能產生的鮮明印象。這麼說來,是否劇場愈鮮明、愈『沉浸』,在建立觀眾的道德思辨能力上就愈有效?」</li></ul><p dir=\"ltr\"><span style=\"font-size: 0.9375rem;\">繳交期限:第九週上課前<span lang=\"EN-US\">24</span>小時(<span lang=\"EN-US\">11/15</span>晚上<span lang=\"EN-US\">7:00</span>前)</span><br></p>\r\n<p dir=\"ltr\">(點選右下角「回覆」)</p><br>\r\n<p></p>',1,0,0,0,0,0,100,10,0,0,2,0,1,0,0,1700887667,0,0,0,0,0,0,0,0),(13,2,'single','前置作業繳交:回答「內容」','<p dir=\"ltr\"></p>針對期末報告的文化產物(藝術品),嘗試回答「三、內容」的疑問(見第六週講義)。<br><span style=\"font-size: 0.9375rem;\"><br></span><ul><li><span style=\"font-size: 0.9375rem;\">請為您的答案提出<strong>證據</strong>與<strong>說明</strong>,即回答:<strong>它如何做到這些事?</strong><br><br></span><ul><li>例如:「本作品有談論到基督教主題。它在5分9秒的地方,透過兩位演員雙手在畫面中擺放的位置,呼應米開朗基羅的《創造亞當》。這讓我認為,導演想讓觀眾聯想到神造人的故事。在這個電影中,角色胡教授被當作是創造者,角色朱利安好像是他的創造,其中他們又反映出『神按著自己的形象照人』的神學思想,因為朱利安在後來說道……」<br><br></li></ul></li><li><span style=\"\">關於「2. 終極關懷」,這一題指的是該作品是否表達對終極事物的興趣。按照田立克 (Paul Tillich) 的說法,每個動物都會表達一些基本關懷,例如想要吃飽(食物)、想要溫暖(住所)等等,但人類還會表達所謂「終極關懷」。這些關懷跟個人一生的價值或所追求的有關,或與整個社會所追求的有關。例如:追求真理、追求和諧、追求自由、追求永恆等等。換句話說,「2. 終極關懷」問的是:「這件作品是否表達其創作者或創作者所在的社群所追求的終極事物?」<br><br></span></li></ul><p dir=\"ltr\"><span style=\"font-size: 0.9375rem;\">繳交期限:第十週上課前<span lang=\"EN-US\">24</span>小時(<span lang=\"EN-US\">11/22</span>晚上<span lang=\"EN-US\">7:00</span>前)</span><br></p>\r\n<p dir=\"ltr\">(點選右下角「回覆」)</p><br>\r\n<p></p>',1,0,0,0,0,0,100,10,0,0,2,0,1,0,0,1700887671,0,0,0,0,0,0,0,0),(14,2,'single','第九週課前討論','<p dir=\"ltr\"><span style=\"font-size: 0.9375rem;\">觀賞完 Elaine Scarry,「美作為對公義的呼求」</span><span style=\"font-size: 0.9375rem;\">,用<span lang=\"EN-US\">150-250</span>字提出一則問題或是心得。</span></p><p dir=\"ltr\"><span style=\"font-size: 0.9375rem;\">(問題:看不懂、疑惑,想詢問同學意見,或是想反問演講者的問題;心得:新發現、新想法,激勵你要做出的回應等等。)</span><br></p><p dir=\"ltr\"><strong style=\"font-size: 0.9375rem;\">繳交期限:</strong><span style=\"font-size: 0.9375rem;\">11/22 晚上 7:00(因上傳時間較晚,本次討論只要在第十週上課前發表即算滿分)</span><br></p>\r\n<p dir=\"ltr\">(點選右下角「回覆」)</p><br>\r\n<p></p>',1,0,0,0,0,0,100,10,0,0,2,0,1,0,0,1699768658,0,0,0,0,0,0,0,0),(15,2,'general','匿名表單連結與留言處','<p dir=\"ltr\" style=\"text-align: left;\">請填寫這個匿名表單:<a href=\"https://forms.gle/NEd9NRa6eniZa6wC8\" target=\"_blank\">https://forms.gle/NEd9NRa6eniZa6wC8</a></p><p dir=\"ltr\" style=\"text-align: left;\">填寫完畢後,請在此討論區留言:「我填完表單了」。</p><p dir=\"ltr\" style=\"text-align: left;\">在 12/27 (三) 23:59 前填寫完畢並留言,課程總分加 2 分。</p>',1,0,1703692740,0,0,0,100,0,0,512000,9,0,1,0,0,1703685920,0,0,0,0,0,0,0,0),(16,2,'single','舞台設計、服裝設計分享區','歡迎在此分享你的舞台設計或服裝設計成品。',1,0,0,0,0,0,100,0,0,0,9,0,1,0,0,1701956623,0,0,0,0,0,0,0,0),(17,2,'news','Announcements','General news and announcements',1,0,0,0,0,0,0,0,0,0,1,1,1,0,0,1710116034,0,0,0,0,0,0,0,0),(20,3,'single','第二週課前討論(分辨奧秘)','<p>用<span lang=\"en-us\" xml:lang=\"en-us\">200-400</span>字提出一則關於〈分辨奧秘〉的<strong>問題</strong>或是<strong>心得</strong>。</p><p>(<strong>問題</strong>:看不懂、疑惑,想詢問同學意見,或是想反問作者的問題;<strong>心得</strong>:新發現、新想法,激勵你要做出的回應等等)。</p><p dir=\"ltr\" style=\"text-align: left;\"></p><p></p><p></p><p></p><p></p>',1,0,0,0,0,0,100,5,0,512000,9,0,1,0,0,1772724659,0,0,0,0,1,0,0,0); /*!40000 ALTER TABLE `mdl_forum` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum_digests` -- DROP TABLE IF EXISTS `mdl_forum_digests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_forum_digests` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `forum` bigint NOT NULL, `maildigest` tinyint(1) NOT NULL DEFAULT '-1', PRIMARY KEY (`id`), UNIQUE KEY `mdl_forudige_forusemai_uix` (`forum`,`userid`,`maildigest`), KEY `mdl_forudige_use_ix` (`userid`), KEY `mdl_forudige_for_ix` (`forum`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Keeps track of user mail delivery preferences for each forum'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_forum_digests` -- LOCK TABLES `mdl_forum_digests` WRITE; /*!40000 ALTER TABLE `mdl_forum_digests` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_forum_digests` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum_discussion_subs` -- DROP TABLE IF EXISTS `mdl_forum_discussion_subs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_forum_discussion_subs` ( `id` bigint NOT NULL AUTO_INCREMENT, `forum` bigint NOT NULL, `userid` bigint NOT NULL, `discussion` bigint NOT NULL, `preference` bigint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), UNIQUE KEY `mdl_forudiscsubs_usedis_uix` (`userid`,`discussion`), KEY `mdl_forudiscsubs_for_ix` (`forum`), KEY `mdl_forudiscsubs_use_ix` (`userid`), KEY `mdl_forudiscsubs_dis_ix` (`discussion`) ) ENGINE=InnoDB AUTO_INCREMENT=153 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Users may choose to subscribe and unsubscribe from specific '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_forum_discussion_subs` -- LOCK TABLES `mdl_forum_discussion_subs` WRITE; /*!40000 ALTER TABLE `mdl_forum_discussion_subs` DISABLE KEYS */; INSERT INTO `mdl_forum_discussion_subs` VALUES (2,4,19,1,1696086834),(3,5,17,2,1696091270),(4,5,23,2,1696091363),(5,5,12,2,1696091406),(6,5,14,2,1696091448),(7,4,11,1,1696218939),(8,4,5,1,1696239540),(9,4,21,1,1696254833),(10,4,20,1,1696354669),(11,4,14,1,1696370256),(12,4,4,1,1696403615),(13,4,16,1,1696414604),(14,4,9,1,1696417332),(15,4,23,1,1696421490),(16,4,8,1,1696434704),(17,4,17,1,1696457677),(18,4,12,1,1696482074),(19,4,6,1,1696497769),(20,4,22,1,1696503587),(21,6,5,3,1696937795),(22,6,22,3,1696941715),(23,6,11,3,1696948887),(24,6,4,3,1696956739),(25,6,20,3,1696959979),(26,4,13,1,1696990813),(27,6,14,3,1696996885),(28,6,21,3,1696997219),(29,6,19,3,1697000666),(30,6,13,3,1697009311),(31,6,9,3,1697014459),(32,6,16,3,1697019154),(33,6,6,3,1697020446),(34,6,23,3,1697022979),(35,6,12,3,1697070540),(36,7,13,4,1697527172),(37,7,11,4,1697547609),(38,7,16,4,1697551043),(39,7,14,4,1697601214),(40,7,19,4,1697605716),(41,7,21,4,1697610549),(42,7,20,4,1697613777),(43,7,23,4,1697620150),(44,7,6,4,1697626485),(45,7,12,4,1697628301),(46,7,5,4,1697684508),(47,7,22,4,1697707990),(48,8,16,5,1698117355),(49,8,19,5,1698118862),(50,8,13,5,1698127891),(51,9,13,6,1698129449),(52,8,22,5,1698145224),(53,8,11,5,1698152922),(54,9,14,6,1698212966),(55,8,14,5,1698213078),(56,8,20,5,1698215314),(57,8,4,5,1698226399),(58,8,6,5,1698227501),(59,8,23,5,1698229563),(60,8,9,5,1698230819),(61,9,16,6,1698303661),(62,8,17,5,1698316678),(63,8,5,5,1698327807),(64,9,11,6,1698476126),(65,10,11,7,1698633563),(66,9,5,6,1698652084),(67,9,19,6,1698652310),(68,10,19,7,1698676993),(69,9,23,6,1698677399),(70,10,23,7,1698679011),(71,10,14,7,1698726641),(72,9,20,6,1698740864),(73,8,21,5,1698811398),(74,9,21,6,1698818350),(75,10,20,7,1698821258),(76,9,6,6,1698835548),(77,10,6,7,1698836343),(78,10,17,7,1698914136),(79,9,17,6,1698914196),(80,10,22,7,1698917757),(81,10,5,7,1698926193),(82,10,21,7,1698926730),(83,11,14,8,1699236070),(84,11,13,8,1699243442),(85,10,13,7,1699246678),(86,11,5,8,1699269549),(87,11,22,8,1699281763),(88,11,11,8,1699344018),(89,11,23,8,1699345026),(90,11,21,8,1699415651),(91,11,20,8,1699432745),(92,11,19,8,1699439351),(93,11,6,8,1699449844),(94,11,17,8,1699532081),(95,14,13,11,1699860390),(96,14,5,11,1699866226),(97,14,19,11,1699870068),(98,10,16,7,1699883523),(99,14,11,11,1699944007),(100,11,16,8,1699945037),(101,12,5,9,1699954595),(102,14,21,11,1700018934),(103,12,14,9,1700025845),(104,14,17,11,1700037062),(105,12,11,9,1700038053),(106,12,20,9,1700038542),(107,14,6,11,1700039745),(108,14,20,11,1700039808),(109,12,6,9,1700041085),(110,14,16,11,1700110029),(111,14,23,11,1700118745),(112,12,23,9,1700121210),(113,14,14,11,1700438621),(114,13,6,10,1700473069),(115,13,23,10,1700539819),(116,4,15,1,1700579222),(117,13,20,10,1700638749),(118,12,21,9,1700641131),(119,14,22,11,1700650813),(120,13,13,10,1700899982),(121,12,13,9,1700902098),(122,12,19,9,1701013250),(123,13,19,10,1701014282),(124,13,11,10,1701172851),(125,13,5,10,1701251233),(126,6,15,3,1701360901),(127,10,9,7,1701699453),(128,15,23,12,1701952266),(130,12,22,9,1702386086),(131,12,16,9,1702617928),(132,13,16,10,1702710650),(133,15,16,15,1702712897),(134,12,12,9,1702800126),(135,13,22,10,1702803166),(136,13,14,10,1702870003),(137,13,12,10,1703082176),(138,8,12,5,1703121745),(139,10,12,7,1703121867),(140,13,21,10,1703125100),(141,15,21,14,1703126283),(144,11,15,8,1703273810),(145,14,15,11,1703289250),(146,9,22,6,1703336593),(147,15,20,19,1703686589),(148,16,15,13,1703693777),(149,12,15,9,1703799041),(150,13,15,10,1703801390),(152,20,35,20,1772810647); /*!40000 ALTER TABLE `mdl_forum_discussion_subs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum_discussions` -- DROP TABLE IF EXISTS `mdl_forum_discussions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_forum_discussions` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `forum` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `firstpost` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '-1', `assessed` tinyint(1) NOT NULL DEFAULT '1', `timemodified` bigint NOT NULL DEFAULT '0', `usermodified` bigint NOT NULL DEFAULT '0', `timestart` bigint NOT NULL DEFAULT '0', `timeend` bigint NOT NULL DEFAULT '0', `pinned` tinyint(1) NOT NULL DEFAULT '0', `timelocked` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_forudisc_use_ix` (`userid`), KEY `mdl_forudisc_cou_ix` (`course`), KEY `mdl_forudisc_for_ix` (`forum`), KEY `mdl_forudisc_use2_ix` (`usermodified`) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Forums are composed of discussions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_forum_discussions` -- LOCK TABLES `mdl_forum_discussions` WRITE; /*!40000 ALTER TABLE `mdl_forum_discussions` DISABLE KEYS */; INSERT INTO `mdl_forum_discussions` VALUES (1,2,4,'第三週課前討論',1,2,-1,0,1700579221,15,0,0,0,0),(2,2,5,'第二週課前討論',3,2,-1,0,1696091123,2,0,0,0,0),(3,2,6,'第四週課前討論',13,2,-1,0,1701664638,15,0,0,0,0),(4,2,7,'第五週課前討論',39,2,-1,0,1703268529,15,0,0,0,0),(5,2,8,'第六週課前討論',54,2,-1,0,1703269555,15,0,0,0,0),(6,2,9,'外星人的教會觀察報告',55,2,-1,0,1703336593,22,0,0,0,0),(7,2,10,'第七週課前討論',75,2,-1,0,1703121867,12,0,0,0,0),(8,2,11,'第八週課前討論',96,2,-1,0,1703273810,15,0,0,0,0),(9,2,12,'作業繳交:找資料並寫註解(歷史、類型)',97,2,-1,0,1703799041,15,0,0,0,0),(10,2,13,'作業繳交:回答「內容」',111,2,-1,0,1703801390,15,0,0,0,0),(11,2,14,'第九週課前討論',112,2,-1,0,1703289250,15,0,0,0,0),(12,2,15,'我填完表单了',168,23,-1,0,1701952266,23,0,0,0,0),(13,2,16,'舞台設計、服裝設計分享區',169,2,-1,0,1703693776,15,0,0,0,0),(14,2,15,'「我填完表單了」。',170,11,-1,0,1703126283,21,0,0,0,0),(15,2,15,'我先填寫完表單了',175,16,-1,0,1702712897,16,0,0,0,0),(16,2,15,'我填完表單了',180,14,-1,0,1702870903,14,0,0,0,0),(17,2,15,'我填完表單了',186,19,-1,0,1703142501,19,0,0,0,0),(18,2,15,'我填完表單了',187,6,-1,0,1703159238,6,0,0,0,0),(19,2,15,'我填完表單了',194,20,-1,0,1703686589,20,0,0,0,0),(20,3,20,'第二週課前討論(分辨奧秘)',198,2,-1,0,1773064434,26,0,0,0,0); /*!40000 ALTER TABLE `mdl_forum_discussions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum_grades` -- DROP TABLE IF EXISTS `mdl_forum_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_forum_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `forum` bigint NOT NULL, `itemnumber` bigint NOT NULL, `userid` bigint NOT NULL, `grade` decimal(10,5) DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_forugrad_foriteuse_uix` (`forum`,`itemnumber`,`userid`), KEY `mdl_forugrad_use_ix` (`userid`), KEY `mdl_forugrad_for_ix` (`forum`) ) ENGINE=InnoDB AUTO_INCREMENT=223 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Grading data for forum instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_forum_grades` -- LOCK TABLES `mdl_forum_grades` WRITE; /*!40000 ALTER TABLE `mdl_forum_grades` DISABLE KEYS */; INSERT INTO `mdl_forum_grades` VALUES (1,4,1,2,NULL,1696094244,1696094244),(2,4,1,4,10.00000,1696094252,1696470556),(3,4,1,23,10.00000,1696094255,1696472512),(4,4,1,22,6.00000,1696094256,1696558968),(5,4,1,21,10.00000,1696094258,1696472415),(6,4,1,20,6.00000,1696094258,1696472370),(7,4,1,19,10.00000,1696094259,1696472307),(8,4,1,18,NULL,1696094260,1696094260),(9,4,1,5,10.00000,1696470711,1696470829),(10,4,1,6,6.00000,1696470830,1696558913),(11,4,1,7,6.00000,1696470832,1696558945),(12,4,1,8,6.00000,1696470833,1696471215),(13,4,1,9,10.00000,1696471215,1696471819),(14,4,1,10,NULL,1696471820,1696471820),(15,4,1,11,10.00000,1696471821,1696471859),(16,4,1,12,6.00000,1696471860,1696558955),(17,4,1,13,6.00000,1696471861,1697079412),(18,4,1,14,10.00000,1696471863,1696471895),(19,4,1,15,6.00000,1696471896,1700589475),(20,4,1,16,10.00000,1696471898,1696471997),(21,4,1,17,6.00000,1696471998,1696472230),(22,6,1,21,10.00000,1696995072,1697080764),(23,6,1,2,NULL,1697079383,1697079383),(24,6,1,4,10.00000,1697079601,1697079767),(25,6,1,5,10.00000,1697079768,1697079818),(26,6,1,6,10.00000,1697079818,1697079842),(27,6,1,7,NULL,1697079953,1697079953),(28,6,1,8,NULL,1697079955,1697079955),(29,6,1,9,10.00000,1697079956,1697080013),(30,6,1,10,NULL,1697080023,1697080023),(31,6,1,11,10.00000,1697080024,1697080091),(32,6,1,12,6.00000,1697080092,1697080155),(33,6,1,13,10.00000,1697080156,1697080370),(34,6,1,14,10.00000,1697080370,1697080412),(35,6,1,15,6.00000,1697080412,1701371030),(36,6,1,16,10.00000,1697080414,1697080533),(37,6,1,17,NULL,1697080534,1697080534),(38,6,1,18,NULL,1697080535,1697080535),(39,6,1,19,10.00000,1697080536,1697080645),(40,6,1,20,10.00000,1697080645,1697080727),(41,6,1,22,10.00000,1697080765,1697080921),(42,6,1,23,10.00000,1697080922,1698933351),(43,7,1,16,10.00000,1697525424,1697851807),(44,7,1,2,NULL,1697851751,1697851751),(45,7,1,4,NULL,1697851753,1697851753),(46,7,1,5,6.00000,1697851755,1697851760),(47,7,1,6,10.00000,1697851760,1697851765),(48,7,1,7,NULL,1697851766,1697851766),(49,7,1,8,NULL,1697851767,1697851767),(50,7,1,9,NULL,1697851769,1697851769),(51,7,1,10,NULL,1697851770,1697851770),(52,7,1,11,10.00000,1697851770,1697851774),(53,7,1,12,6.00000,1697851775,1697851786),(54,7,1,13,10.00000,1697851786,1697851797),(55,7,1,14,10.00000,1697851792,1697851801),(56,7,1,15,NULL,1697851802,1697851802),(57,7,1,17,NULL,1697851807,1697851807),(58,7,1,18,NULL,1697851808,1697851808),(59,7,1,19,10.00000,1697851809,1697851813),(60,7,1,20,10.00000,1697851813,1697851817),(61,7,1,21,10.00000,1697851817,1697851823),(62,7,1,22,6.00000,1697851824,1697851838),(63,7,1,23,10.00000,1697851838,1697851843),(64,8,1,2,NULL,1698808489,1698808489),(65,8,1,4,10.00000,1698808492,1698808497),(66,8,1,5,6.00000,1698808497,1698808502),(67,8,1,6,10.00000,1698808503,1698808507),(68,8,1,7,NULL,1698808507,1698808507),(69,8,1,8,NULL,1698808509,1698808509),(70,8,1,9,10.00000,1698808510,1698808514),(71,8,1,10,NULL,1698808515,1698808515),(72,8,1,11,10.00000,1698808516,1698808519),(73,8,1,12,NULL,1698808520,1698808520),(74,8,1,13,10.00000,1698808520,1698808524),(75,8,1,14,10.00000,1698808524,1698808526),(76,8,1,15,NULL,1698808527,1698808527),(77,8,1,16,10.00000,1698808528,1698808532),(78,8,1,17,6.00000,1698808533,1698808537),(79,8,1,18,NULL,1698808537,1698808537),(80,8,1,19,10.00000,1698808538,1698808543),(81,8,1,20,10.00000,1698808543,1698808546),(82,8,1,21,6.00000,1698808546,1698933440),(83,8,1,22,10.00000,1698808548,1698808551),(84,8,1,23,10.00000,1698808551,1698808564),(85,9,1,2,NULL,1698884851,1698884851),(86,9,1,4,NULL,1698884852,1698884852),(87,9,1,5,8.00000,1698884853,1698884917),(88,9,1,6,9.00000,1698884917,1698884948),(89,9,1,7,NULL,1698884949,1698884949),(90,9,1,8,NULL,1698884950,1698884950),(91,9,1,9,NULL,1698884952,1698884952),(92,9,1,10,NULL,1698884953,1698884953),(93,9,1,11,10.00000,1698884954,1698885136),(94,9,1,12,NULL,1698885106,1698885106),(95,9,1,13,10.00000,1698885108,1698885129),(96,9,1,14,7.00000,1698885125,1698885190),(97,9,1,15,NULL,1698885191,1698885191),(98,9,1,16,10.00000,1698885192,1698885225),(99,9,1,17,6.00000,1698885225,1698933668),(100,9,1,18,NULL,1698885227,1698885227),(101,9,1,19,8.00000,1698885228,1698885291),(102,9,1,20,10.00000,1698885292,1698885323),(103,9,1,21,10.00000,1698885324,1698885343),(104,9,1,22,NULL,1698885344,1698885344),(105,9,1,23,9.00000,1698885345,1698885398),(106,10,1,17,NULL,1698928002,1698928002),(107,10,1,2,NULL,1698933455,1698933455),(108,10,1,4,NULL,1698933456,1698933456),(109,10,1,5,6.00000,1698933457,1698933574),(110,10,1,6,10.00000,1698933575,1698933582),(111,10,1,7,NULL,1698933583,1698933583),(112,10,1,8,NULL,1698933584,1698933584),(113,10,1,9,NULL,1698933585,1698933585),(114,10,1,10,NULL,1698933587,1698933587),(115,10,1,11,10.00000,1698933588,1698933592),(116,10,1,12,NULL,1698933592,1698933592),(117,10,1,13,6.00000,1698933593,1700015186),(118,10,1,14,10.00000,1698933594,1698933598),(119,10,1,15,NULL,1698933598,1698933598),(120,10,1,16,6.00000,1698933599,1700015194),(121,10,1,18,NULL,1698933601,1698933601),(122,10,1,19,10.00000,1698933602,1698933608),(123,10,1,20,10.00000,1698933609,1698933613),(124,10,1,21,6.00000,1698933614,1698933622),(125,10,1,22,6.00000,1698933622,1698933628),(126,10,1,23,10.00000,1698933629,1698933633),(127,12,1,21,6.00000,1699406339,1700711342),(128,11,1,2,NULL,1699538321,1699538321),(129,11,1,4,NULL,1699538323,1699538323),(130,11,1,5,10.00000,1699538404,1699538411),(131,11,1,6,6.00000,1699538412,1699538415),(132,11,1,7,NULL,1699538416,1699538416),(133,11,1,8,NULL,1699538417,1699538417),(134,11,1,9,NULL,1699538419,1699538419),(135,11,1,10,NULL,1699538420,1699538420),(136,11,1,11,10.00000,1699538421,1699538427),(137,11,1,12,NULL,1699538428,1699538428),(138,11,1,13,10.00000,1699538429,1699538439),(139,11,1,14,10.00000,1699538439,1699538443),(140,11,1,15,NULL,1699538443,1699538443),(141,11,1,16,6.00000,1699538445,1700015231),(142,11,1,17,6.00000,1699538446,1699538453),(143,11,1,18,NULL,1699538455,1699538455),(144,11,1,19,10.00000,1699538456,1699538462),(145,11,1,20,10.00000,1699538463,1699538467),(146,11,1,21,10.00000,1699538468,1699538473),(147,11,1,22,10.00000,1699538474,1699538479),(148,11,1,23,10.00000,1699538480,1699538484),(149,14,1,16,10.00000,1699883094,1701135092),(150,14,1,2,NULL,1700015242,1700015242),(151,14,1,4,NULL,1700015244,1700015244),(152,14,1,5,10.00000,1700015245,1700015266),(153,14,1,6,10.00000,1700015267,1700154221),(154,14,1,7,NULL,1700015268,1700015268),(155,14,1,8,NULL,1700015269,1700015269),(156,14,1,9,NULL,1700015270,1700015270),(157,14,1,10,NULL,1700015271,1700015271),(158,14,1,11,10.00000,1700015272,1700015284),(159,14,1,12,NULL,1700015285,1700015285),(160,14,1,13,10.00000,1700015286,1700015295),(161,14,1,14,10.00000,1700015296,1701135084),(162,14,1,15,NULL,1700015296,1700015296),(163,14,1,17,10.00000,1700015298,1700154240),(164,14,1,18,NULL,1700015299,1700015299),(165,14,1,19,10.00000,1700015300,1700015305),(166,14,1,20,10.00000,1700015306,1700154248),(167,14,1,21,10.00000,1700015307,1700024737),(168,14,1,22,10.00000,1700015308,1701135102),(169,14,1,23,10.00000,1700015309,1701135107),(170,12,1,2,NULL,1700154196,1700154196),(171,12,1,4,NULL,1700154260,1700154260),(172,12,1,5,10.00000,1700154261,1700154279),(173,12,1,6,10.00000,1700154280,1700154283),(174,12,1,7,NULL,1700154283,1700154283),(175,12,1,8,NULL,1700154284,1700154284),(176,12,1,9,NULL,1700154285,1700154285),(177,12,1,10,NULL,1700154286,1700154286),(178,12,1,11,10.00000,1700154287,1700154293),(179,12,1,12,NULL,1700154294,1700154294),(180,12,1,13,6.00000,1700154306,1701024580),(181,12,1,14,10.00000,1700154307,1700154313),(182,12,1,15,NULL,1700154314,1700154314),(183,12,1,16,NULL,1700154315,1700154315),(184,12,1,17,NULL,1700154316,1700154316),(185,12,1,18,NULL,1700154317,1700154317),(186,12,1,19,6.00000,1700154318,1701024588),(187,12,1,20,10.00000,1700154319,1700154321),(188,12,1,22,6.00000,1700154323,1702492994),(189,12,1,23,10.00000,1700154324,1700154333),(190,13,1,2,NULL,1700589684,1700589684),(191,13,1,4,NULL,1700589687,1700589687),(192,13,1,5,6.00000,1700589687,1701268660),(193,13,1,6,10.00000,1700589688,1700589700),(194,13,1,7,NULL,1700589701,1700589701),(195,13,1,8,NULL,1700589701,1700589701),(196,13,1,9,NULL,1700589702,1700589702),(197,13,1,10,NULL,1700589703,1700589703),(198,13,1,11,6.00000,1700589704,1701920382),(199,13,1,12,NULL,1700589704,1700589704),(200,13,1,13,6.00000,1700589705,1701024487),(201,13,1,23,10.00000,1700589713,1700589724),(202,13,1,14,NULL,1700711401,1700711401),(203,13,1,15,NULL,1700711402,1700711402),(204,13,1,16,NULL,1700711403,1700711403),(205,13,1,17,NULL,1700711404,1700711404),(206,13,1,18,NULL,1700711405,1700711405),(207,13,1,19,6.00000,1700711405,1701024497),(208,13,1,20,10.00000,1700711406,1700711411),(209,13,1,21,NULL,1700711412,1700711412),(210,13,1,22,NULL,1700711412,1700711412),(211,20,1,24,NULL,1772810685,1772810685),(212,20,1,25,NULL,1772810689,1772810689),(213,20,1,26,NULL,1772810689,1772810689),(214,20,1,27,NULL,1772810690,1772810690),(215,20,1,28,NULL,1772810691,1772810691),(216,20,1,29,NULL,1772810692,1772810692),(217,20,1,30,NULL,1772810692,1772810692),(218,20,1,31,NULL,1772810693,1772810693),(219,20,1,32,NULL,1772810694,1772810694),(220,20,1,33,NULL,1772810694,1772810694),(221,20,1,34,NULL,1772810695,1772810695),(222,20,1,35,4.00000,1772810695,1772810700); /*!40000 ALTER TABLE `mdl_forum_grades` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum_posts` -- DROP TABLE IF EXISTS `mdl_forum_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_forum_posts` ( `id` bigint NOT NULL AUTO_INCREMENT, `discussion` bigint NOT NULL DEFAULT '0', `parent` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `created` bigint NOT NULL DEFAULT '0', `modified` bigint NOT NULL DEFAULT '0', `mailed` tinyint NOT NULL DEFAULT '0', `subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `messageformat` tinyint NOT NULL DEFAULT '0', `messagetrust` tinyint NOT NULL DEFAULT '0', `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `totalscore` smallint NOT NULL DEFAULT '0', `mailnow` bigint NOT NULL DEFAULT '0', `deleted` tinyint(1) NOT NULL DEFAULT '0', `privatereplyto` bigint NOT NULL DEFAULT '0', `wordcount` bigint DEFAULT NULL, `charcount` bigint DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_forupost_use_ix` (`userid`), KEY `mdl_forupost_cre_ix` (`created`), KEY `mdl_forupost_mai_ix` (`mailed`), KEY `mdl_forupost_pri_ix` (`privatereplyto`), KEY `mdl_forupost_dis_ix` (`discussion`), KEY `mdl_forupost_par_ix` (`parent`) ) ENGINE=InnoDB AUTO_INCREMENT=204 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='All posts are stored in this table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_forum_posts` -- LOCK TABLES `mdl_forum_posts` WRITE; /*!40000 ALTER TABLE `mdl_forum_posts` DISABLE KEYS */; INSERT INTO `mdl_forum_posts` VALUES (1,1,0,2,1695738386,1696094233,0,'第三週課前討論','<p dir=\"ltr\"></p><p dir=\"ltr\">第一部分:</p><p dir=\"ltr\"><strong>第二部分:</strong>用 150-300 字提出一則關於《美麗的神》第四章〈牧師〉、第五章〈藝術家〉的<strong>問題</strong>或是<strong>心得</strong>。</p><p dir=\"ltr\">(<strong>問題:</strong>看不懂、疑惑,想詢問同學意見,或是想反問作者的問題;<strong>心得:</strong>新發現、新想法,激勵你要做出的回應等等)。</p><p dir=\"ltr\">繳交期限:課前24小時發表(即 10/4 晚上 7:00 前)</p><p dir=\"ltr\">(點選右下角「回覆」)</p><br><p></p>',1,0,'',0,0,0,0,11,147),(2,1,1,19,1696086833,1696087867,1,'回應: 第三週課前討論','<div class=\"text_to_html\">(我必須承認第一次看不懂這本書, 在禱告後重看, 才看懂) </div><div class=\"text_to_html\"> 第4章用摩西和比撒列說明牧者和藝術家相輔相成的必要性。書中寫到有些牧師很像公務員把牧師當成穩定工作在做,而教堂就像加盟店,有固定的樣子,而這正是作者的朋友—烕利.歐薩所擔心的事情,在牧會的工作中被榨光憐憫心,而變得心如死灰的人。<br>\r\n 教會是由一群相信主的人們組成的,每一群的組成都不一樣,因此每一個教會應該要有自己的面貌,這樣的思考起點是從「人」去發展出教會的樣子,而不是一想到「教會」,就有固定的刻版印象。這也是作者覺得教會需要藝術家的理由,因為藝術家不做例行性的事,他們專注在發掘自己內心「對美的想像或感動」,然後用繪畫、音樂、戲劇或雕刻各種方式,把它表現出來。<br>\r\n 第5章作者提到了根據阿奎那定義「美的本質」包括完整、和諧及光輝;還有本篤十六世曾說「美」的希臘文kalen意思是「召喚」,等於被深深觸動,因此「美」會給我們平靜感、喜悅感和命定感。我曾經有幾次在看畫展的時候,有一種很想坐著好好地注視某幅畫的經驗,那裡面的確有平靜、喜悅和被觸動的感覺。書中提到艾蜜莉.狄金生,突然想到她有一首詩〈我為美而死〉,來做為這次作業的結尾:<br>\r\n<div>我為美而死,對墳墓</div><div>幾乎,還不適應</div><div>一個殉真理的烈士</div><div>就成了我的近鄰</div>\r\n他輕聲問我,何以殞落??<br>\r\n「為了美」,我回答<br>\r\n「而我—為真理,真和美本為一體,<br>\r\n我們,是兄弟」,他說<br>\r\n於是,我們如同親人在夜晚相遇,<br>\r\n隔牆對談,<br>\r\n直至青苔爬上我們的雙唇,<br>\r\n將我們的名掩蓋。</div>',1,0,'',0,0,0,0,20,616),(3,2,0,2,1696091123,1696091123,1,'第二週課前討論','<p dir=\"ltr\" style=\"text-align: left;\"><strong></strong></p><p dir=\"ltr\"><span id=\"docs-internal-guid-e4ac979a-7fff-1312-ffa6-b89ab5ee5285\"><span style=\"\">第一部分:</span>分享一件令你印象深刻的藝術品(形式不拘,可以是:繪畫、雕塑、建築、攝影、電影、動畫、文學、漫畫、舞蹈、音樂、戲劇、電動遊戲)。300字以上(無上限),請包含以下面向:</span></p><p dir=\"ltr\"><span id=\"docs-internal-guid-e4ac979a-7fff-1312-ffa6-b89ab5ee5285\">(1) 簡單描述它。若有圖片、影片、文字,請附上連結。</span></p><p dir=\"ltr\"><span id=\"docs-internal-guid-e4ac979a-7fff-1312-ffa6-b89ab5ee5285\">(2) 它為何令你印象深刻?</span></p><p dir=\"ltr\"><span id=\"docs-internal-guid-e4ac979a-7fff-1312-ffa6-b89ab5ee5285\"> </span></p><p dir=\"ltr\"><span id=\"docs-internal-guid-e4ac979a-7fff-1312-ffa6-b89ab5ee5285\"><strong>第二部分:</strong>閱讀完〈分辨奧秘〉後,用 150-300 字提出一則關於〈分辨奧秘〉的問題(看不懂、疑惑,想詢問同學意見,或是想反問作者的問題)或是心得(新發現、新想法,激勵你要做出的回應等等)。</span></p><p dir=\"ltr\"><span id=\"docs-internal-guid-e4ac979a-7fff-1312-ffa6-b89ab5ee5285\"> </span></p><p dir=\"ltr\"><span id=\"docs-internal-guid-e4ac979a-7fff-1312-ffa6-b89ab5ee5285\">繳交期限:課前24小時發表(即9/27晚上7:00前)。</span></p><br><br><p></p>',1,0,'',0,0,0,0,9,251),(8,1,2,11,1696218939,1696218939,1,'回應: 第三週課前討論','<div class=\"text_to_html\">第四章作者(職位-牧師)作為見證人見證自己與藝術家弟兄姊妹的相處,首先藝術家的確因為他們的恩賜,所以善於觀察周遭的人事物,所以第一位藝術家發現了作者(牧者)的身心狀況,並透過先知性繪畫表現出作者的狀態,而這也提醒了作者(牧者)注意自己的身心靈狀態;第二位建築藝術家在作者牧會建堂期間,與作者(牧者)有密且的團契教會生活,因而能設計出能讓弟兄姊妹完全敬拜的會堂,讓這個敬拜空間能榮耀神並作祂的新事;在教會中任何一件事物我們都習以為常的狀態下,第三位藝術家讓作者(牧者)透過藝術家發現那從神來的真、美、善事物,並從這些細微事務中來讚美神。<br />\n思考:在牧養現場神透過不同弟兄姊妹,開啟牧者各式地屬靈眼光,其中神透過藝術家的弟兄姊妹以不同的形態之美展顯祂的啟示,並透過團契生活的同行,與牧者一同來見證神的榮耀。<br />\n<br />\n第五章 作者指出藝術家的特質是天生的、注重細節的,作品有情緒感染力、有驚奇的元素、讓人耳目一新。與神合作的真藝術家在追求美的時候,會開啟神與人之間的一個啟示頻道,如同羅1:20透過是造萬物之美延伸而來的啟示,可惜的是世人將藝術服務其他的領域,如政治、撫慰人心等,如此就失去藝術核心-真的美善價值。<br />\n思考:作者提到並不是藝術家懶散,而是因為作品細節需要深入的思考、構思,而這漫長的過程,與現在講求速率的時代似乎就背道而馳了。因此作者在一開始提到當神賜下一位藝術天才時,通常也會賜下一個人去接住那位天才。這個觀點對教會的牧者是否能辨識何為的真藝術家(與神合作的藝術家)?並進一步給予支持,是非常大的挑戰。</div>',1,0,'',0,0,0,0,5,647),(9,1,1,5,1696239540,1696239540,1,'回應: 第三週課前討論','<div class=\"text_to_html\">我很喜歡讀畢德生牧師的書,所以在這本書的第四章與畢德生牧師「相遇」很是驚喜,鮮少知道畢德生牧師與「藝術家」的相處也給了他這麼深刻的體會,其中在藝術家身上體會「召命」的意義極具洞見-「成為藝術家不是一份工作,它是一種生活方式,是一個召命。」在華人看來,藝術家似乎是一群「不務正業」(也就是餵不飽自己)的人,但實際上藝術家有神給他們的敏銳的特殊性,能在「可見事物中見肉眼看不見的」,「在已不被注意而斷裂成碎片的事物上看見形狀和關聯」,藝術家們能在抽象中層層剝開,看見事物本質的內涵,放大顏色、質地和氣味,成為具體可經歷的。懂得欣賞與接納,我想也就更能體會上帝的豐富與榮美。</div>',1,0,'',0,0,0,0,1,284),(10,1,1,21,1696254833,1696254833,1,'回應: 第三週課前討論','<div class=\"text_to_html\">第四,五章閱讀心得<br />\n當整個文化使人不知道召命和工作有甚麼不同時,作者因為一些藝術家朋友知道,藝術家並不只是一份工作,而是一種生活方式、一個召命。<br />\n一個藝術家的召命不是來自別人的眼光,也不是向誰領工資,而是一個從神而來的呼召。<br />\n同樣的,作為一個牧師,他的工作也不是來自別人的眼光,不是為了薪水而做,乃是從神來的使命。<br />\n所以牧師和藝術家的工作很像,都是在回應上帝的呼召,使人的心靈添加美麗的色彩。<br />\n然而一個好的牧師和藝術家會激發人去探索生命的源頭、探索美的源頭,讓人不只看見我這個有限的人,而是從我生命的影子去發現上帝的工作。<br />\n因此我的回應是,不管有沒有薪水,我都要活出上帝給我的呼召。我要活出有基督影子的生命。</div>',1,0,'',0,0,0,0,7,298),(11,1,1,20,1696354669,1696354669,1,'回應: 第三週課前討論','<div class=\"text_to_html\">我覺得藝術家與牧師,看似有著眾多迥異之處的兩者,其實有一種本質的相似。如果失落了召命,就不再是真正的牧師/藝術家了。<br />\n<br />\n「什麼是美?」、「什麼是不美?」這些問題,在書中有進行基本的陳述。我覺得書中陳述的基本論述,相信大家都會給予很大程度的認同。但是到了現實面,「什麼是美?」、「什麼是不美?」這些事情好像又會在「美是主觀的」這樣的談論中變得模糊與分歧。即使有明確提出一些美的原則,但是好像只要說到「美是一種主觀感受」,對很多人而言,又會產生「所以美到底是什麼?」的疑問,好像一切又回到並不明確的原點。<br />\n<br />\n教會中曾經有一位會友跟我說過,她對於培養美感這類的事情並沒有太大的興趣,因為她覺得那是一個總是因著每個人的主觀而「各自為政」的領域,也很難有一個明確的培養起始點(相較於理性能夠清楚界定的事情而言)。<br />\n我常常覺得,除了牧師與藝術家以外的人們,對於這些事情思考的可能性與角度,使得許多事情已經不再只是關乎牧師能否與藝術家成為朋友,或者在彼此欣賞與尊重中建造教會、看見新的可能性。牧師與藝術家所要面對的,還有一群可能對「藝術」有著各自想法的會眾。</div>',1,0,'',0,0,0,0,4,467),(13,3,0,2,1696386808,1696387178,1,'第四週課前討論','<p dir=\"ltr\"><strong>第一部分:</strong>用100-200字提出一則關於《美麗的神》第六章〈實踐者〉的問題或是心得。<br><span style=\"font-size: 0.9375rem;\">(問題:看不懂、疑惑,想詢問同學意見,或是想反問作者的問題;心得:新發現、新想法,激勵你要做出的回應等等。)</span></p>\r\n<p></p>\r\n<p dir=\"ltr\"><strong>第二部分:</strong>用100-200字回應下列問題:(1)「青少年」在你的事工場域中如何被定義? (2) 你從事的「青少年事工」時需要做哪些事?(例如:我需要準備每周聚會的分享,需要在周間進行哪些關懷工作等等。)(3)你認為理想的青少年事工應該要包含什麼?</p>\r\n<p dir=\"ltr\">繳交期限:課前24小時發表(即 10/11 晚上 7:00 前)</p>\r\n<p dir=\"ltr\">(點選右下角「回覆」)</p><br>\r\n<p></p>',1,0,'',0,0,0,0,11,256),(14,1,1,14,1696388062,1696388062,1,'回應: 第三週課前討論','<div class=\"text_to_html\">1.本書第四章<牧師>,講到藝術家如何塑造牧師的身分。第五章<藝術家>,講到藝術家是怎樣的人、要如何牧養他們。這兩章都是作者和藝術家實際相處的經驗,但卻是從相對的角度,看到彼此對對方的觀點、需要和影響。<br />\n2.藝術家和牧者一樣,都是蒙神揀選、呼召的人<br />\n真正的藝術家不是一份工作,而是一種生活方式、一個召命。藝術家扮演祭司角色,站在眾人面前,用創作的形式獻上讚美的祭,這祭物就是他們用身、心、靈完成的創作。感謝神賜給藝術家特殊的創作能力,使世界更美好,成為祝福。<br />\n3.藝術家需要被牧養<br />\n我們需要瞭解藝術家的生活習性,才能夠關懷他們,幫助他認識神找到生命的倚靠。求神賜給他們堅持和毅力,克服創作過程的挑戰和困難,享受創作的喜悅。<br />\n4.教會需要藝術家<br />\n藝術家可以透過作品傳達美感、情感和靈性的體驗,啟發人對神的敬拜與渴慕。求神使用藝術家,讓他們的創作傳達美善和真理,用藝術來觸動人心、影響世界。</div>',1,0,'',0,0,0,0,7,387),(15,1,1,4,1696403615,1696403615,1,'回應: 第三週課前討論','<div class=\"text_to_html\">在第四章,有一些句子很打動我,例如「成為藝術家不是一份工作,它是一種生活方式,是一個召命」、「他們在人人似乎都憑藉一份職責描述而活的社會上,按他們的召命而活。…..他們的身分是召命的,是一個呼召,不是一份工作職責描述」。這些不僅是「藝術家與牧師」回應召命的共通性,我覺得替換成「基督門徒」似乎也很貼切,因為驅動他們內心持續不斷前進的,不是工作的薪水﹑頭銜或價值感、他人認可,而是一股彷彿在胸口燃燒的強烈情感和創作熱情;是一種更高的使命感,要把他們所領受到的一切表達出來;一種對「似乎無用、卻是神聖的價值」的渴望;藝術家回應他們的召命,而基督徒回應耶穌基督的呼召。<br />\n 從摩西和比撒列的連結對應,讓我對「塑造神子民的生活方式」有更深的體會,每次來到會幕獻祭,在那神聖空間中的每一個動作都具有屬靈意義,代表著神與人關係的恢復、和好,也都表明「我是屬於耶和華的百姓」的身分認同。正如今天基督徒來到主日崇拜,所有流程和空間內觸目所及都有意義,也都在形塑信仰群體對救恩的體會,以及分別為聖的生活態度。敬拜也不只是音樂詩歌,敬拜是我們的生活方式,所以千萬不要把「去教會的時間」和「日常生活的時間」做了切割,而變成形式上的行禮如儀。<br />\n 所以我們的確很需要「在可見事物中看見那些那些肉眼看不見的,在聽見的話語中聽出人們充耳不聞的」,好使我們能更敏銳察覺上帝的心意與作為。我也相信聖靈如今仍然能透過非常多元、豐富、充滿創造力的方式,持續地向願意敞開聆聽和觀看的人,啟示一切關於恩典與榮耀的真實,因為這是天父世界!<br />\n 第五章討論到美好事物的本質以及藝術家,令人感到欣喜的是,我覺得自己很能發現美好事物帶來的平靜感、喜悅感和命定感,也似乎有那麼一點點藝術家的特質。我很喜歡攝影,總是隨時準備抓起手機拍照,我很容易為晴天雨天的日光雲彩晚霞雨霧覺得美麗讚嘆,也特別對植物花草樹木在各種光影下展現的色彩線條變化著迷,例如最近台灣欒樹開花,嫩綠鮮黃褐紅在藍天下非常繽紛耀眼!諸如此類,就是純粹地為神所創造的天地山海自然萬物而讚嘆。<br />\n 我也清楚地知道,身邊絕大多數人都對我所看見的美好是無感的、視而不見的,過去偶爾會為此感到寂寞,但看完這兩章內容,確實激發我內心不一樣的動力;當我更專注親近神時,也會更有聯想經文的感動和創意。我希望能更有效、更有影響力地讓神來使用祂給我的恩賜才能,幫助更多人能感受到上帝一切的美善。</div>',1,0,'',0,0,0,0,5,983),(16,1,1,16,1696414604,1696414604,1,'回應: 第三週課前討論','<div class=\"text_to_html\">1. 工作和呼召是不一样的。<br />\n看到毕德生牧师的经历,他很在意留心工作和呼召的差别。作为牧师他因为爱神也在意他所面对的人!他也并是不是一个从事艺术的人,却可以用敞开的态度和一群艺术家在一起两年,并且对于威力先生的提醒予以正面接受的态度。<br />\n2. 领导的角色与建造的角色。<br />\n在教会中需要“为敬拜做准备”的人。“他规划、设计与兴建一处敬拜之地,提供一个形式,让人们排练和操练他们的身份,持续一生不间断。”这是令我倍感振奋!千年前就有人以此为生活方式,带领神的百姓进入“敬拜”,让生命的每一个层面都融入回应神。<br />\n3. 我目前的景况。<br />\n在教会并不推进的现状下,是鲜少人关注的领域,我还要坚持做儿童戏剧吗?(我自己也不是专业人士,并没有技巧。)</div>',1,0,'',0,0,0,0,9,307),(17,1,1,9,1696417332,1696417332,1,'回應: 第三週課前討論','<div class=\"text_to_html\">第四章<br />\n「我如何在整個文化,包括世俗的和教會的文化,都要給我一份工作職責描述時,仍保持 神的呼召在我耳邊的即刻性和權柄?」<br />\n這雖是個問句,卻又如此肯定。重生得救後的生命擁有一個與這世界分別出來的特別身份— 神的兒女,這身份,亦是呼召,揭示我們在日光下生活的次序—凡事「尊主為大」。因主在我生命的寶座上,我在寶座下,那麼不論所謀何事、所遇處境如何,謹守這分別出來的生命次序應當展現的價值觀,如同一個藝術家自然地活出自身對藝術的狂熱與執著。<br />\n<br />\n第五章<br />\n我看不太懂這一章。但很喜歡其中阿奎納對美的事物定義:『完整,和諧,光輝。』這或許可以作為在處事上需要衡量或選擇時的衡量方式。完整性如何?和諧度夠嗎?是否能榮耀 神?</div>',1,0,'',0,0,0,0,9,298),(18,1,15,23,1696421490,1696421490,1,'回應: 第三週課前討論','<div class=\"text_to_html\">第三周课前讨论<br />\n 老实说,看这类文章有点累,理解有点难度!可能和我平时的认知度有差距。看完文章,我还是不明白,作者所说的“牧师身份的形塑和艺术家的关系”,我的理解是“牧师不应该只看作一个工作,应该有像艺术家对艺术的追求一样,永远保持那份对神对人的‘初心’”,就像第五章说的\"他们令我抓狂,几乎没有一个让我觉得无聊\",无论怎样的状态,牧师都能理解他们,这样的牧师太难得了!牧师也是人,他也有自己的家庭和生活,应该很难做到吧?现实中的牧师和信徒关系,每个人理解会不同,处理人际关系只能依靠神和智慧。<br />\n 作者所说对“比萨列”的理解,我不太认同,我觉得比萨列是有特殊天赋才能的艺术家,制造会幕也是摩西从神领受“图纸”,然后比萨列照图纸带领指导其他工匠施工,真正的设计师是“神自己”。<br />\n 关于艺术家,作者论述很好,感觉似懂非懂,“美的事物就是完整,和谐,光辉,这也是艺术家的范畴,美不是可爱,不是简单容易,不是平庸,不是傻里傻气.....不是得来全不费工夫,也不是无威胁性”;“艺术就是\'它不为任何事‘,他是无用的——除了作美的器皿”,不能完全明白!</div>',1,0,'',0,0,0,0,5,464),(19,1,1,8,1696434704,1696434704,1,'回應: 第三週課前討論','<div class=\"text_to_html\">读完(包括前面几章)最大的感受是教会/牧养/牧师好需要艺术(家)。我想可能也有这书写成时的时代背景,所以特别强调。纵观目前教会无论是先知性绘画还是舞蹈或是一些文创产品等都已经在拥抱艺术。仅管如此,书中还是给我许多提醒与思考的。<br />\n第四章主要讲了牧师与艺术家的故事,这两个有极鲜明反差的职业第一次被放在一起思考,却有了共同点,甚至是相辅相成的作用。给我最大的提醒就是“摩西和比撒烈”的配合,艺术家可以更好地将神学落地,但反过来也需要比撒列本身的生命,与神的关系,对信仰的诠释是基础。<br />\n第五章更是打开了新视野,认识了什么是艺术家(根据书中的分类,我应该是支持艺术家的人了)。我想书中的定义或许和世界中的定义还不太一定,后现代的浪潮让很多领域的审美是以丑、怪癖为美的。这里的定义是很好地与崇尚这些文化的人来对话(虽然觉得书中的定义有点太绝对,但是很好的思考面向与对话切入点)。</div>',1,0,'',0,0,0,0,3,382),(21,1,1,17,1696457774,1696457774,1,'回應: 第三週課前討論','<div class=\"text_to_html\">很努力想理解這兩章內容,一個是牧師,一個是藝術家,有何相關?不知我的理解是否有誤?畢德生對於成為牧師的呼召,比擬如藝術家對於藝術投入的純粹、直接,他們情感中那種熱切、無可抗拒的回應。<br />\n對於呼召,令我陷入深思,這是一份不參雜理性思考,純粹情感性的回應?這份熱切如火一般,難以抑制、無法澆熄,直到你轉身正確回應,他才能消停。<br />\n依作者描述,似乎,牧師已成一個僵化的身分,不能隨從最真實、最深切的內心行事?或是失去「狂熱」之初心?</div>',1,0,'',0,0,0,0,3,209),(22,1,1,12,1696482074,1696482074,1,'回應: 第三週課前討論','<div class=\"text_to_html\">在本书的第四章,毕德生牧师牧师用三个事例展示了艺术家与上帝互动——也就是信仰的方式。第一个,欧萨的故事让我看到,艺术家把艺术看为呼召,无论从事什么工作,他对真正的艺术的委身不会变。他不愿意随便委身给世间的职业,哪怕是牧师,正是出于对真上帝的真正委身。第二个,设计教堂的故事,给我对“敬拜”这件事一个新的理解。敬拜以救恩为基础,救恩的目的是敬拜,是在全部生活的每一个细节中体现出救恩。这件事要求一个人真正得救,因而愿意贡献自己的创意见证这位施行拯救的神。第三个,朱蒂的故事,让我看到艺术家和我们一样的被救恩所震撼,以及一样的为见证信仰而挣扎。不一样的是她作为艺术家的敏感,因而能够在司空见惯的敬拜中常常有新的感动。而这也是我们需要学习的。我们虽然不是艺术家,但也需要常常保持敏感,才有鲜活的生命。<br />\n<br />\n第五章以一个艺术家的身份告诉我们如何鉴别一个真正的艺术家,以及如何牧养艺术家。给出了一些很实用的建议。她的建议同时也显示出,这世上冒牌的艺术家太多了,需要仔细鉴别。但是如果遇到真正对神委身的艺术家,一定要好好珍惜。</div>',1,0,'',0,0,0,0,3,454),(23,1,1,6,1696497769,1696497769,1,'回應: 第三週課前討論','<div class=\"text_to_html\">郭凱弘 學號:168612<br />\n<br />\n**因為在經歷美的時刻,我們感到那啟示上印自己的名字。我們之所以愛上藝術家和音樂家,不正是因為被他們的作品深深觸動嗎?令你很想會一會作品背後的藝術家,因為你覺得彷佛他或她對你個人說了些什麼。<br />\n<br />\n※個人很喜歡以上這段話,很真實很貼切又很美麗的一段描寫,原來藝術欣賞是一種觸動人心的對話,而且是親密的、就在我們眼前耳旁的、是有溫度、有感覺的。忘了以前在哪看過類似的”slogan”,但這回還真的有了這”FU”。<br />\n<br />\n***************<br />\n<br />\n**藝術家蓋里.巴克斯特,不僅導引我的會眾和我一起設計和興建一座提供空間給我們訴說救恩故事和啟示的教堂,並且確保每一件事都是為一生敬拜而預備,好叫我們理解空間並非一個有待填滿的空無,而是有待領受的豐盛 。他的藝術才能使我們接觸到比撒列-一這位藝術家發展各種形式、打開全方位的敬拜:屬神百姓的先祖們進入日趨成熟的聖潔生命中,而我們也逐漸形成對自己的理解。<br />\n<br />\n※以上這段話很發人省思,教堂的空間並非一個有待填滿的空無,而是有待領受的豐盛 。每個基督徒確實都該用一生去渴慕、去熱切地追求領受上帝完美的豐盛。而除了自己,更要引領他人一起加入成為這美麗風景的一份子!</div>',1,0,'',0,0,0,0,9,502),(24,1,23,22,1696503587,1696503587,1,'回應: 第三週課前討論','<div class=\"text_to_html\">《美麗的神》第四章<br />\n這一章在以牧師的角度來描述牧師與藝術家的互動。內容當中提到「工作」與「召命」的區別。就我自己在教會當中所受的教導,如果是為主而做,應該就算是「服事」的範疇。照這樣的邏輯來看,區分「工作」與「召命」是否真有必要?世界上有許多「工作」的績效都是無法用量化來衡量的,教學即是一例。因此,就作者執著於兩者的區分,我感到疑惑與不解。<br />\n這個篇章引導我去思考從來不會想到的事情~牧師需要藝術家朋友?藝術家對周遭事物的敏銳感知,可以啟發信徒對信仰有更多更鮮活的體會,讓我們的信仰經歷可以更豐富!<br />\n《美麗的神》第五章<br />\n很喜歡這一章的內容,因為對我而言,藝術只是一種「裝飾」,完全不實用也非必要。但是讀了之後才發現,原來藝術家正可以擔任先知與祭司的角色,來造就許多人。絮絮叨叨、長篇大論的講道,不如渾然天成的自然美景或藝術作品來得能夠觸動人心。<br />\n真正美的事物,不是滿足人眼目的情慾,而是使人平靜、謙卑地回應神的創造。教會裡常過於想要「製造」一些「聖靈同在」的氣氛,但往往只是讓空間喧鬧,滿足自己的感覺。今天教會裡的敬拜,是否真的彰顯了神的榮美?</div>',1,0,'',0,0,0,0,6,467),(25,3,13,5,1696937795,1696937795,1,'回應: 第四週課前討論','<div class=\"text_to_html\">第一部分:用100-200字提出一則關於《美麗的神》第六章〈實踐者〉的問題或是心得。<br />\n 作者一開始以剝削者及培育者的角色區分,來帶出心態不同所採取的做法也會不同之意:在華人「萬般皆下品,唯有讀書高」的菁英思想下,藝術確實容易淪為陪襯的工具,以至於若非對藝術有熱情、,鮮少有人願意主動走進藝術家的世界(哪怕只是工作室)中,觀察、浸泡在作品生成的過程裡。然而,誠如作者所述「若有什麼是基督徒應當精通的話,那就是彼此深入地分享」,基督信仰校正我們的眼光,使我們不再將人視為「工具」,而是看出在每個人心中有王的榮美,因此願意花時間認識彼此、砥礪彼此也切實彼此相愛。<br />\n<br />\n第二部分:用100-200字回應下列問題:<br />\n(1)「青少年」在你的事工場域中如何被定義?國高中生的在職學生,年齡在12-18歲區間。<br />\n (2) 你從事的「青少年事工」時需要做哪些事?(例如:我需要準備每周聚會的分享,需要在周間進行哪些關懷工作等等。)我需要週間關心學生們的近況,使用社群軟體(Ig、fb)居多。也需要準備每週聚會的分享,如遇特殊活動也需要提前預備。<br />\n(3)你認為理想的青少年事工應該要包含什麼?包含週間的關係建立、輔導與學生之間彼此信任的關係、青少年的賦能、賦責以及教練關係。</div>',1,0,'',0,0,0,0,7,517),(26,3,13,22,1696941715,1696941715,1,'回應: 第四週課前討論','<div class=\"text_to_html\">第一部分:用100-200字提出一則關於《美麗的神》第六章〈實踐者〉的問題或是心得。<br />\n我十分贊同教會牧者應該主動關懷牧養藝術家的觀點,但仍有一個小小疑問....教會本身應該做為一個藝文展演的空間,好讓身為藝術家的會友有一個公開展示的舞台嗎?還是說鼓勵會友善用自己的恩賜來參與教會的事工?若把教會當作一個資源有限的公共場域,能否特別「偏愛」藝術工作者,把有限的空間或時間資源用來支持他們呢?教會的會友組成多元,這樣的支持方式會不會引發其他會友的質疑?<br />\n對於本章內容很提醒到我的是,對於反饋與評論的眉角與藝術。我也時常遇到要提供反饋與評論的情況,但從沒想到中間過程也需要如此細膩...對於妄加評論的人而言,常直指對方玻璃心以致無法承受批評,但神提醒我們要用愛心說誠實話,該用言語來造就人...這是我實在需要學習並且精進的部分。<br />\n<br />\n第二部分:用100-200字回應下列問題:<br />\n(1)「青少年」在你的事工場域中如何被定義? <br />\n青少年在教會當中是屬於在國高中團契聚會的孩子們,他們與大專團契的「學青」被區分開來<br />\n(2) 你從事的「青少年事工」時需要做哪些事?(例如:我需要準備每周聚會的分享,需要在周間進行哪些關懷工作等等。)<br />\n我目前沒有真正在從事所謂的「青少年事工」,不過有在學校(某公立高中)的學生團契當中參與聚會,被主導的同事邀請進去(該同事為弟兄,希望能夠有位姊妹在旁可以平衡一下)。由於學生團契的成員都已是高中生,甚至在自己的教會裡有投入服事,因此,我認為孩子們都有足以規劃並執行聚會內容的能力。若真要說需要有個輔導,我以為應該要做的,是給予陪伴、傾聽還有諮詢,把這些來自不同教會的孩子們凝聚在一起....<br />\n因此,我在團契當中,就真的只有「陪伴」....從旁默默給予支持....<br />\n(3)你認為理想的青少年事工應該要包含什麼?<br />\n主要目的還是引導他們慢慢明白了解神的話,並且營造環境(教會服事、體驗活動及寒暑假的營會...等)來使他們在信仰上有個人的屬靈經歷,使信仰個人化(使自己成為第一代的基督徒)<br />\n在成長過程當中,總會受到周遭同儕影響、課業壓力、適應問題...等,不只是團契輔導,教會裡的成人也需要給予陪伴及支持,好使他們能夠持守信仰,順利過渡到成年的階段,可以交棒的狀態。就像摩西帶著約書亞一樣,教會裡的成人應該是青少年的榜樣,好讓孩子們有健康成熟的靈命,同時得以承接使命。</div>',1,0,'',0,0,0,0,13,974),(27,3,13,11,1696948887,1696948887,1,'回應: 第四週課前討論','<div class=\"text_to_html\">第一部分:用100-200字提出一則關於《美麗的神》第六章〈實踐者〉的問題或是心得。<br />\n第六章實踐者~作者將牧者譬喻為愛心培育的農夫,而在陪伴藝術家中需要牧養、促進、製作的過程。我看到從牧養角度出發,牧養藝術家其實跟一般弟兄姊妹沒有什麼不同,是都需要有長遠眼光地,其中有幾點是我認為本篇可以學習之處<br />\n1.一位藝術家公開推上舞台前,應該已經投入教會一段時間,如此才能確認他是否有門徒的呼召,而這也是與一般藝術家不同之處。<br />\n2.藝術家在探討生命內在領域中,如何分辨自己的長處和弱項,這是牧者關懷藝術家上可服事的方向。<br />\n3.因為藝術家的程度部分,要依不同的目的規畫不同的舞台場所;且非所有藝術作品都適合在敬拜中呈現,因此需規畫不同地公眾舞台讓藝術家發揮。<br />\n4.作品完成後,如何用愛心誠實話回饋藝術家,需要在信任的基礎上,給予關心、持續性牧養、並於合適時間提出回饋。<br />\n第二部分:用100-200字回應下列問題:<br />\n(1)「青少年」在你的事工場域中如何被定義?12-18歲<br />\n(2)你從事的「青少年事工」時需要做哪些事?因只有部分課程進入,所以在指定課程前除備課外,也需了解對象的信仰、家庭、學習狀況等。<br />\n(3)你認為理想的青少年事工應該要包含什麼?基本上需包含真理教導,且因青少年已開始有思判的能力,所以也要引導青少年思考如何面對自己信仰上的問題、建立個人靈修習慣、生活牧養關懷等。</div>',1,0,'',0,0,0,0,10,575),(28,3,13,4,1696956739,1696956739,1,'回應: 第四週課前討論','<div class=\"text_to_html\">第一部分:用100-200字提出一則關於《美麗的神》第六章〈實踐者〉的問題或是心得。<br />\n作者透過農夫耐心耕耘、用愛心培育作物,來說明牧養藝術家牧師的職責與角色,提到牧養、促進和製作等三個面向,並且強調最重要的是「愛人」,包括主動去建立關係、深入地了解他們,並維持有信任和安全感的關係,為的是要幫助每個藝術家能在上帝特別賦予他們的藝術恩賜與生命呼召上,一步步邁向成熟、結出果子。<br />\n其實這就是一個真正的栽培門徒生命的旅程,牧者需要了解羊群的生命特質,認識每一隻小羊,提供適切的養分,倚靠上帝的智慧來分辨、保護、鼓舞和回饋;當他們迷失或跌落時,用愛去尋回、接住他們。我覺得牧養青少年所需要的眼光和做法,也跟牧養藝術家是很像的,每個青少年都很獨特、很敏銳、很渴望被瞭解,很需要耐心且持續引導。<br />\n<br />\n第二部分:用100-200字回應下列問題:<br />\n(1)「青少年」在你的事工場域中如何被定義? <br />\n在我的教會,分為國中生(12~15歲)和高中生(16~18)歲,有各自的關懷小組。國中生跟兒童主日學一起參與兒童主日崇拜,高中生則是參與在成人主日崇拜中。<br />\n(2) 你從事的「青少年事工」時需要做哪些事?<br />\n我主要帶領高中生青少年小組,包含預備每週聚會的主題經文分享、規劃特別活動。週間則使用社群軟體關心近況(line, IG, FB)、一對一牧養,慕道友探訪等等;每個月一次跟國中小組長、牧師傳道開會;以及跟青少年家長的各種溝通合作。<br />\n(3)你認為理想的青少年事工應該要包含什麼?<br />\n我認為,青少年事工的寶貴在於陪伴每個孩子認識上帝的真理和愛,發掘自己身心靈的成長,開始瞭解自己跟上帝的關係,和自己跟這世界的關係,進而去探索自己人生的意義和目標。<br />\n應該要包含:幫助孩子們與上帝建立個人化的經歷與關係,從而建立活潑的信心;要教導真理以及陪伴他們將真理應用在實際生活的困難中;要有很多的愛、肯定和接納,也有很多的歡笑樂趣;鼓勵孩子們能與教會中不同世代有彼此尊重的對話、、、好吧,其實我覺得這個問題忍不住會想得很雜、很廣…..</div>',1,0,'',0,0,0,0,14,832),(29,3,13,20,1696959979,1696959979,1,'回應: 第四週課前討論','<div class=\"text_to_html\">第一部分:<br />\n 我同意作者在本章提到許多關於教會與藝術家能夠一同共創的更多可能性,但同時也在思考一個問題。<br />\n作者重視參與藝術家的世界,鼓舞他們。同時也闡述了適當的給予「評論」與「分辨」的重要性。感覺作者試著讓這些事情達到平衡,但我同時也在思考,牧養藝術家與牧養非藝術家真的有那麼不同嗎?<br />\n或許在面對藝術家,以及與藝術家一起的服事中,有許多事情在彼此的溝通與理解上是需要有不一樣的思維。但是我覺得對藝術家來說,他們所需要的與非藝術家是一樣的。當我們在某種程度上放大他們作為藝術家這件事,有沒有可能使我們在看待他們的生命真正需要的事物時,可能失焦?<br />\n<br />\n第二部分:<br />\n(1)「青少年」在你的事工場域中如何被定義?國、高中生。<br />\n(2) 你從事的「青少年事工」時需要做哪些事?<br />\n我目前並無固定參與在青少年相關事工中。會接觸到青少年的時候,通常是在進行教會各項活動的服事安排時,若有安排青少年參與某些服事,才會有機會帶領或培訓他們。<br />\n(3)你認為理想的青少年事工應該要包含什麼?<br />\n能夠教導真理,且能與青少年對話,了解他們需要的輔導或帶領者。<br />\n能夠一起成長的、互相扶持的同儕。</div>',1,0,'',0,0,0,0,12,467),(30,1,1,13,1696990813,1696990813,1,'回應: 第三週課前討論','<div class=\"text_to_html\">第三周作业<br />\n閱讀一:第六章〈實踐者〉。選自大衛.泰勒編,《美麗的神》(台北:校園,2022)。<br />\n回應一:用 100-200 字提出一則關於《美麗的神》第六章〈實踐者〉的問題或是心得。<br />\n在第一个故事里,作者说遇到了一群艺术家,他明白“成为艺术家不是一份工作,它是一种生活方式,是一个召命”。这句话,对我有很深的提醒,就是:基督徒(即使是牧师)不是一份工作,基督徒是一个身份,是由这个身份而来的生活方式,是一个呼召。既然是一个身份,其实就不存在“成功的基督徒”或“失败的基督徒”。成功和失败不能用来衡量身份。我们不能说,我是天父失败的儿女,他是天父成功的儿女。我们只能说我们是失败的员工,这个成功和失败是基于利益得失的计算上的。而我们作为神儿女的身份,是天父赐的,是无法衡量的,是不能以人的角度来计算的。<br />\n 我是基督徒,这是我的身份。我在教会全职,这是我的服侍,这是神赐给我的耕作的“份”。在这样的服侍中,我的身份和服侍来决定我的生活方式,我能做的,就是盼望自己的服侍越来越合神的心意,越来越在服侍中摸到祂的心意。也因为这个身份,也很愿意去成长,去长成祂当初造我的那个荣美的模样。<br />\n<br />\n <br />\n閱讀二:第一章〈青少年學習者發展與適性輔導概論〉,第一、二節。選自黃德祥著,《青少年學習者發展與適性輔導》(台北:五南,2022)。<br />\n 回應二:用 100-200 字回應下列問題:(1)「青少年」在你的事工場域中如何被定義? <br />\n在我们教会,青少年事工的年龄范围是12-18岁。<br />\n<br />\n (2) 你從事的「青少年事工」時需要做哪些事?(例如:我需要準備每周聚會的分享,需要在周間進行哪些關懷工作等等。)<br />\n我需要带领每周聚会的分享和讨论,关怀他们一周的情况,和他们的父母保持密切的沟通。<br />\n<br />\n(3) 你認為理想的青少年事工應該要包含什麼?<br />\n包括对青少年有建造的属灵的学习和真实的健康的伙伴关系。</div>',1,0,'',0,0,0,0,18,758),(31,3,13,14,1696996885,1696996885,1,'回應: 第四週課前討論','<div class=\"text_to_html\">1. 回應一<br />\n第六章實踐者,分成牧養、促進、製作三個部分。<br />\n牧者的正面評論可以鼓勵藝術家,加強他們的信心,正確看待強項;但是如果只給正面評論也會變得不真誠,失去鼓勵的效果。負面評論可能令人氣餒,但卻可以幫助藝術家面對弱項,尋求改進。建議:<br />\n(1)鼓勵藝術家培養自我批判評估,不斷提高自己的藝術水平。<br />\n(2)營造一個彼此支持鼓勵的學習環境,在團契聚會建立彼此分享,讓每個人都可以客觀評論,同時也能夠虛心接受大家的批評指教。<br />\n<br />\n2. 回應二<br />\n(1)「青少年」在你的事工場域中如何被定義? 小學生及國中生 teenagers<br />\n(2) 從事「青少年事工」時需要做哪些事? 連續假期營會,課業輔導,陪伴<br />\n(3) 理想的青少年事工應該要包含什麼?<br />\n品格教育,生活習慣養成,補充家庭教育及學校教育的不足</div>',1,0,'',0,0,0,0,17,327),(32,3,13,21,1696997219,1696997219,1,'回應: 第四週課前討論','<div class=\"text_to_html\">第一部份<br />\n心得:從這一章當中我看到一個牧養藝術家的牧者,其實他所要做的就是去培育他們、而不是去剝削他們,盡可能的鼓勵並且照顧他們的心𤫊,給予他們應有的賞識和肯定的言語。<br />\n最近我的教會就發生一件事情,有一對藝術家夫妻在教會做了很大的貢獻,特別在今年暑假的營會當中,但是主任牧師並沒有做任何的肯定和賞識反而特別忽略,這惱怒了這對藝術家的太太,最後太太選擇暫時離開到別的教會。在這件事情上面我就看到,人都需要被肯定,教會既然要人家的才華貢獻在教會中,我們也當給與一個相對的回饋(言語或感謝),並且用真誠的欣賞態度去給與鼓勵和支持。<br />\n我的回應:用愛來去牧養藝術家,並幫助他們的作品能夠盡其所能達到完全,但也要給他們心理建設,因為世上沒有一個完全的作品,如果教會能夠給予藝術家舞台,我相信他們能夠在教會裡面更加的融入和穩定。<br />\n<br />\n第二部份<br />\n1、青少年在我的場域中,他們是一群較害羞、不太主動理人、不穩定的一群人。<br />\n2、不去批評論斷他們的外表,也不強迫他們說話,但只要他們願意分享或是做了一點付出的行動我就會大大鼓勵稱讚他們,在聚會時我會為他們預備好吃的點心和舒適的環境,盡可能讓他們覺得教會是溫暖的,並且鼓勵他們從幾個人開始彼此帶領門徒訓練。<br />\n3、我覺得理想的青少年事工應該包括:上帝的話語,好玩的遊戲活動,好吃的點心和彼此之間的代禱和分享及彼此建立關係。</div>',1,0,'',0,0,0,0,8,564),(33,3,13,19,1697000666,1697000768,1,'回應: 第四週課前討論','<div class=\"text_to_html\">第一部分:<br>\r\n作者班納牧師把自己陪伴藝術家的過程和農夫耕種相比,可讓讀者更容易理解他在進行的「牧養、促進、製作」工作。有趣的是,對作者而言,有怪癖的藝術家是「那不可愛的」一群人。班納牧師有幾個原則:<br>1. 讓藝術家融入教會團契、<br>2. 強調基督和門徒的呼召,而不是才華,外在表現則是穩定在教會聚會半年到一年、<br>3. 正向鼓勵、負面反饋以及表達的時機同等重要、<br>4. 牧者有責任去分辨對方性格及其天賦恩賜的預備程度。</div><div class=\"text_to_html\">我覺得這些原則很有道理,是班納牧師多年的經驗累積,因為教會和藝廊並不一樣,重點在於用上帝的話和聖經教導來牧養藝術家。<br>\r\n<br>\r\n第二部分:<br>\r\n(1) 青少年:在長老教會是以年齡或性別來區分,通常有以下幾個團契:「兒童主日」(2歲到國小六年級)、「學生團契」(國中以上到大學)、「青年/社青團契」(出社會40歲以下)、夫婦團契、婦女團契、松柏團契等。從本書來看,青少年事工分散在兒童主日和學生團契裡,兒主重視教導,學生團契(明顯成員少很多)則重視陪伴及活動安排。<br><br>\r\n(2) 我從事的「青少年事工」比較多在兒童主日,有合班故事、分班故事。我比較不喜歡照本宣科,因為長老教會的教材很古板,連我自己都看不下去,所以我會在原本的教材之外,再找Youtube 影片來跟聖經做對照,之前曾經用老高的影片來和創世紀做比較,我會在重點處停下影片,跟小朋友們對話。<br><br>\r\n(3) 理想的青少年事工:因為現在青少年更相信Youtuber講的內容,尤其是DK、老高等,但教會通常很保守,不鼓勵信徒們去看那些亂七八糟的影片,這樣就沒辦法跟青少年聊上話。我比較想讓他們可以把影片和聖經做一個比較,請他們講出自己的想法或意見,再去引導他們思考為什麼神要求我們這些。我理想中的青少年事工,是可以做為教會與流行/世俗文化中間的橋樑,並且引導他們來思考聖經的教導。</div>',1,0,'',0,0,0,0,19,743),(34,3,13,13,1697009311,1697009311,1,'回應: 第四週課前討論','<div class=\"text_to_html\">第三周作业<br />\n閱讀一:第六章〈實踐者〉。選自大衛.泰勒編,《美麗的神》(台北:校園,2022)。<br />\n回應一:用 100-200 字提出一則關於《美麗的神》第六章〈實踐者〉的問題或是心得。<br />\n在第一个故事里,作者说遇到了一群艺术家,他明白“成为艺术家不是一份工作,它是一种生活方式,是一个召命”。这句话,对我有很深的提醒,就是:基督徒(即使是牧师)不是一份工作,基督徒是一个身份,是由这个身份而来的生活方式,是一个呼召。既然是一个身份,其实就不存在“成功的基督徒”或“失败的基督徒”。成功和失败不能用来衡量身份。我们不能说,我是天父失败的儿女,他是天父成功的儿女。我们只能说我们是失败的员工,这个成功和失败是基于利益得失的计算上的。而我们作为神儿女的身份,是天父赐的,是无法衡量的,是不能以人的角度来计算的。<br />\n 我是基督徒,这是我的身份。我在教会全职,这是我的服侍,这是神赐给我的耕作的“份”。在这样的服侍中,我的身份和服侍来决定我的生活方式,我能做的,就是盼望自己的服侍越来越合神的心意,越来越在服侍中摸到祂的心意。也因为这个身份,也很愿意去成长,去长成祂当初造我的那个荣美的模样。<br />\n<br />\n <br />\n閱讀二:第一章〈青少年學習者發展與適性輔導概論〉,第一、二節。選自黃德祥著,《青少年學習者發展與適性輔導》(台北:五南,2022)。<br />\n 回應二:用 100-200 字回應下列問題:(1)「青少年」在你的事工場域中如何被定義? <br />\n在我们教会,青少年事工的年龄范围是12-18岁。<br />\n<br />\n (2) 你從事的「青少年事工」時需要做哪些事?(例如:我需要準備每周聚會的分享,需要在周間進行哪些關懷工作等等。)<br />\n我需要带领每周聚会的分享和讨论,关怀他们一周的情况,和他们的父母保持密切的沟通。<br />\n<br />\n(3) 你認為理想的青少年事工應該要包含什麼?<br />\n包括对青少年有建造的属灵的学习和真实的健康的伙伴关系。</div>',1,0,'',0,0,0,0,18,758),(35,3,13,9,1697014459,1697014459,1,'回應: 第四週課前討論','<div class=\"text_to_html\">第六章<br />\n每個教會都有屬於 神給予她們的異象和禾場,所以面對的會眾屬性也會有大致上的不同,不見得每間教會都會有藝術家身份或背景會友,但是對於作者以農夫耕耘引出牧養藝術家,他們二者當中的共通一致的部分,這大大的刺激我對於在“牧養”(特別是青少年)上的情感投入。在我們的 神是充滿創意、美麗、十足藝術的基礎上,被祂按著自己形象造的人(我們)是否也多少有藝術的細胞在我們裡面呢?那麼在面對各式各樣的會眾,教會的肢體時,是否也可以有培育藝術家這樣的農夫心態和耕耘方式呢?更遑論是面對所謂的青少年孩子,成長中的他們有無限可能,看待他們的眼光更需要像是農夫看著得來不易珍貴的種子和幼苗般,我們不需要跟他們一樣,但我們需要「渴望分享他們的世界」。陪伴青少年成長,「不是只站在終點線前喊加油」,而是「全程應援」,耐心等待,鬆土修剪,澆灌支持,年輕生命長成的過程亦是藝術,獨一無二、無比美麗。<br />\n<br />\n1)「青少年」在你的事工場域中如何被定義?<br />\n 10歲以上即將進入青春期至12年級的孩子,有創造力、需要被認同的一群。<br />\n2) 你從事的「青少年事工」時需要做哪些事?<br />\n 關懷、經文分享預備、熟悉青少年語言(潮流,喜好等)<br />\n3)你認為理想的青少年事工應該要包含什麼?<br />\n 全人關懷與靈糧餵養。</div>',1,0,'',0,0,0,0,11,516),(36,3,13,16,1697019153,1697019153,1,'回應: 第四週課前討論','<div class=\"text_to_html\">第一部份:<br />\n“可以给而不爱,但不能爱而不给。”当我看完这篇章节后,涌现出这样一句话。<br />\n· 真诚的意见、稳定持续清楚的反馈。<br />\n· 让他看见我们重视他的人胜过才华。<br />\n· 全神贯注地好好欣赏、分享和称赞他的作品。<br />\n即便不是艺术家,也不精通某一个类目的艺术形式。也可以实际的做些什么的!这三点给了我更为具体的。<br />\n这10年身边不乏有艺术家的基督徒,为什么我们的交流进入不了不深,原来仅是停留在看、听其作品的层面,或是用他的才干去教会服事,需要更多站在“人”的角度,去穿透一个人生命的外壳。<br />\n这个牧师以及所在的教会可以帮助艺术家走出教会外墙,也通过评论、辨识等帮助艺术家耕耘土壤,真是令人振奋的举动!<br />\n<br />\n第二部份:<br />\n1. 我们认同青少年是传承的对象。现状却是“断层”,这个年龄段的孩子在教会中委身的很少。<br />\n2. 面对7-12岁的孩子,提出过戏剧牧养的方案。目前每周预备诗歌并带领敬拜环节。<br />\n3. 其一,帮助他们有自己的小组团契形式,促进“社交脑”的发展,他们每周可以在一起彼此建造。其二,分辨出每一个人孩子独特的才干,并在合适的地方使用操练恩赐和品格。其三,适时走出教会,服务他人。<br />\n当然在孩子的教养上同工并不是主导,牧养孩子的权柄和责任是在家庭,也希望通过青少年可以和这些家庭建立起信任的关系。</div>',1,0,'',0,0,0,0,19,523),(37,3,13,6,1697020446,1697020446,1,'回應: 第四週課前討論','<div class=\"text_to_html\">*第一部分:用100-200字提出一則關於《美麗的神》第六章〈實踐者〉的問題或是心得。<br />\n (問題:看不懂、疑惑,想詢問同學意見,或是想反問作者的問題;心得:新發現、新想法,激勵你要做出的回應等等。) <br />\n<br />\n*算是個蠻貼切的比喻~牧師如何像農夫一樣培育藝術家,在教會中創造一個藝術家的空間。牧者通過愛心和耐心,幫助年輕藝術家發現天賦,並鼓勵他們將其發揮出來,並且在牧養過程也引導他們的恩賜能成為教會藝術事奉的元素,為更多可能性打開大門。這對於我們如何看待和支持教會中的藝術事奉提供了很好的啟發。而我也感覺文章中強調了藝術的人性化,並提醒我們不要將藝術僅僅視為一種工具或策略,而是一種表達我們對基督愛的方式。 <br />\n <br />\n*第二部分:用100-200字回應下列問題:<br />\n (1)「青少年」在你的事工場域中如何被定義? <br />\n答:國中到大學。<br />\n (2) 你從事的「青少年事工」時需要做哪些事?<br />\n答:目前未直接負責青少年事工,只會偶爾按照我的事工需要邀請青少年參與服事,而這當中就是多鼓勵他們、並多準備飲料點心餵飽他們。<br />\n (3)你認為理想的青少年事工應該要包含什麼?<br />\n1.有系統的教導聖經真理。<br />\n2.專業且有系統的生命教育。<br />\n3.專業且有系統的陪伴與輔導。</div>',1,0,'',0,0,0,0,13,496),(38,3,37,23,1697022979,1697022979,1,'回應: 第四週課前討論','<div class=\"text_to_html\">第一部分心得<br />\n感谢神,看完《美丽的神》第六章,我明白了作者的写作目的:藉着分享自己牧养艺术家基督徒的心路历程,以帮助更多牧者和教会发现艺术天分的年轻人,帮助带领他们不断发挥自己的才能,借着不同形式的活动指导带领他们走向成熟,成为真正的艺术家,在艺术上见证神荣耀神。也是本章的主题“实践者_在本地教会培育艺术家”。<br />\n牧师应成为“培育者”,要像农夫一样照顾“艺术家”,学习牧养艺术是牧师的一项能力。艺术家常常是“寂寞,被误解,不被赏识的”,常被我们认为性格怪异之人,作者鼓励我们“如欲打进艺术家的世界,只需要有真诚的好奇心和有兴趣分享”即可。“如何参与在艺术家的生活”至关重要,和他们保持关系,赢得信任,帮助他们开展艺术活动,如“带着艺术走进社区”,展示神给他们的创造力,借着艺术活动,让他们感受到神的爱,同时也能扩大福音团契,相互影响。文中所讲的牧養,促進,製作非常好,理解,也适合于很多事工和关系建设。(文章很好,喜欢!)<br />\n第二部分<br />\n青少年事工,我没有参与,青少年事工很重要,需要牧师 ,有教学经验者和全体义工祷告和支持。</div>',1,0,'',0,0,0,0,6,456),(39,4,0,2,1697053321,1697053421,1,'第五週課前討論','<p dir=\"ltr\"><strong>第一部分:</strong><span lang=\"ZH-TW\">用</span>250-400<span lang=\"ZH-TW\">字提出一則關於《美麗的神》第一、七、八章的問題或是心得。<span lang=\"ZH-TW\">(問題:看不懂、疑惑,想詢問同學意見,或是想反問作者的問題;心得:新發現、新想法,激勵你要做出的回應等等。)</span></span><span style=\"font-size: 0.9375rem;\"></span></p>\r\n<p></p>\r\n<p dir=\"ltr\"><strong>第二部分:</strong><span lang=\"ZH-TW\">造句(二擇一,或二題皆答):<br></span><span style=\"font-size: 0.9375rem;\">(a) </span><span lang=\"ZH-TW\" style=\"font-size: 0.9375rem;\">到目前為止,我對本課的內容有以下這些疑問<a name=\"_Hlk147865113\">……<br></a></span><span style=\"font-size: 0.9375rem;\">(b) </span><span lang=\"ZH-TW\" style=\"font-size: 0.9375rem;\">經歷了前四堂課之後,我希望在課程結束時我可以回答以下這個問題(或是得到這方面的知識或資源)……</span></p><p dir=\"ltr\">繳交期限:課前24小時發表(即 10/18 晚上 7:00 前)</p>\r\n<p dir=\"ltr\">(點選右下角「回覆」)</p><br>\r\n<p></p>',1,0,'',0,0,0,0,12,228),(40,3,13,12,1697070540,1697070540,1,'回應: 第四週課前討論','<div class=\"text_to_html\">第一部分:<br />\n这一章讲对艺术家的培育,其实就是对艺术家的牧养。艺术家与其他的会众有相似之处:都是蒙恩的罪人,都有软弱,都渴望接纳与认可;也有独特之处:艺术家往往更加敏感,更加专注,其培育和推介过程也更需要专业知识。但是,这一切都是值得的。因为艺术家的作品更能够反映个人生命状态,从而也更好地见证神的救赎之功。作者提出的了解、分辨、促进、评论等具体的方法,值得用心学习。其核心是真诚的好奇心与耐心。<br />\n<br />\n第二部分:<br />\n(1) 青少年事工的目标是帮助青少年的信仰完成从“我父母的神”到“我的神”的跃迁。服侍对象是一群思想最活跃的人,他们富于质疑又需要引导。<br />\n(2) 我们的青少年事工包括与青少年讨论信仰,帮助青少年认识自己和上帝,处理身体和心智飞速发展这一阶段面临的挫折、同侪压力、学业规划、独立意识、与父母的冲突等问题。<br />\n(3) 我愿意用《冰雪奇缘》中的一句歌词“to test the limits and break through”来说明理想的青少年事工:它应该能帮助青少年探索自己能力的边界,认识自己作为一个人的能力和局限性,并在群体的帮助下,在一些阻碍自己成长和发展的问题上取得突破。</div>',1,0,'',0,0,0,0,15,478),(42,4,39,13,1697527172,1697527172,1,'回應: 第五週課前討論','<div class=\"text_to_html\">1. 回應一:用 250-400 字提出一則關於《美麗的神》第一、七、八章的問題或是心得。<br />\n“剥削者的标准是效能,培育者的标准是照料”,培育者关心的是给与土地让它能永续生产,而剥削者只对短时期内从土地获得什么而感兴趣。这句话真的是很好的提醒,让我们不要一蹴而就、一步到位的果效,而是带着耐心,带着爱心来看生命的成长。<br />\n其实我自己也经历了一个从“剥削者”到“培育者”的过程。由于我们的群体中艺术家比较少,所以若接待到艺术家的基督徒,我会格外地留意,也很鼓励他们委身到我们教会。但是,现在看,当初的动机是深知教会需要拥有这样恩赐的人。这样看,首先考虑的是,他们在什么样的服侍上更能发光。可是,这真的是不成熟的做法,没有考虑到去牧养他们、陪伴他们,和他们一起成长。 <br />\n这篇文章对我是一个再次的提醒。<br />\n<br />\n2. 回應二:造句(二擇一,或二題皆答):<br />\n(a) 到目前為止,我對本課的內容有以下這些疑問<br />\n艺术,比如戏剧的形式,如何切入青少事工中?若带领的同工没有艺术受训背景,如何使用艺术形式在青少事工中?到目前为止,我们一直在讨论艺术在教会中的影响,还没有谈到实操层面。我们是否在接下来的几周会涉及这个话题?接下来几周,我们的上课内容大概会是什么主题呢?<br />\n(b) 經歷了前四堂課之後,我希望在課程結束時我可以回答以下這個問題(或是得到這方面的知識或資源)<br />\n我们教会的青少事工很缺少系统的内容资源,有互动、有趣,同时有牧养性。</div>',1,0,'',0,0,0,0,15,590),(43,4,39,11,1697547609,1697547609,1,'回應: 第五週課前討論','<div class=\"text_to_html\">CH1~心得-用上帝的創造物來製作藝術品(無論是音樂、詩、畫作、演說等),歷代的藝術品累積形塑了每個時期的文化。每一件藝術透過作品傳遞、呈現作者的想法、感受,就如同我們傳福音,當你越清楚神的恩典,你就越有真實的見證,而受視(聽)者才能受到感染。因此,藝術在救贖歷史的福音工作上,也扮演將大好消息出去的角色。<br />\nCH7、8心得-世界上的任何事物都有危險之處,因為人的原罪就是如此。若人不認清自己的有限,而以自我為中心展現藝術,就很容易對周遭人造成錯誤的影響,因為藝術有強烈感染力。因此,我們要非常清楚確認,無論未來用何形式在我們的教會、崇拜中展現藝術,其中最重要的是三一神真理傳達。<br />\n心得:<br />\n1.幾堂課程下對我收穫最大的是頌讚失敗、YES、AND練習,這部分是在以往生活經驗中,較少被提到與操練的。特別在活動中學習承接他人以及考慮他人可以承接的部分, 再次被提醒團隊互助的重要。<br />\n2.接下來的課程除了期待繼續有實際活動體驗外,也想知道如何在教會中引導有繁忙課業壓力的青少年,仍願意繼續培養想像力、創造力?尤其可能他們每周到教會僅3~4小時時間,其中還要敬拜、讀經、分享。如何讓他們可以在有限的時間,透過真理的教導、聖靈的引導,能用藝術創造作品來展現自己的信仰?</div>',1,0,'',0,0,0,0,6,523),(44,4,39,16,1697551043,1697551043,1,'回應: 第五週課前討論','<div class=\"text_to_html\">第一部分:<br />\n無論是藝術家還是牧師,若這兩者共同的身份是跟隨基督的人,那就是“同路人”,共同要做的就是通過神所造每個人的不同的管道“要把各人完完全全地引到神的面前”。這一點的再次提醒我,去認識神的心意(主要真理),而不是定睛在人的(次要真理)。<br />\n另外,和老師及同學們分享一個真實現狀:我的好友是一位學習油畫多年的美術老師,曾經都會想要在這一個工作的領域裡面做些什麼,會感到自身在這一個部分沒有方向感。我的先生是一名舞台劇工作者,工作近10年在生活的“現實”令他鮮少思考在演藝道路上上主曾經給我們的呼召。另外,我在敬拜服事上的音樂夥伴,僅幾年幾乎很少在一起能夠創作新的音樂,甚至有有幾個人也沒有在生活裡使用樂器了。我的身邊這些親密夥伴的生命旅程,也會讓我在覺得在使用自己在藝術方面的恩賜來說,很沮喪。這些人在青年的時候都有一個願意的態度,去使用神放在我們身上藝術的特質,用很多間去學習專業,也花時間在一起。隨著一年一年過去,孩子都長大了,我們當然也還是在一間教會裡面有自己服事的崗位,同時也奔忙在各自的生活裡,似乎沒有了在藝術這個點上的交集。<br />\n也很感恩的是我們用良好的關係和次序,常常可以聽從彼此的長處、保護彼此的弱點。我們的下一代也常常在一起建立關係,也感謝主,我相信未來是在神的應許裡面,繼續觀看神的帶領。“神的正義遠遠超過補償和償還。”<br />\n第二部分:<br />\n(b) 經歷了前四堂課之後,我希望在課程結束時我可以回答以下這個問題(或是得到這方面的知識或資源)……<br />\n在面對青少年這個成長的群體進行藝術創作時,我們作為輔導者應該在藝術的層面有什麼引導?</div>',1,0,'',0,0,0,0,8,664),(45,4,39,14,1697601214,1697601214,1,'回應: 第五週課前討論','<div class=\"text_to_html\">回應一:心得<br />\n1. 第一章:藝術是份禮物、呼召與順服;就像福音一樣,藝術可以被拿起、祝福、擘開、傳遞。福音如果可以藉著藝術的形式傳揚出去,將會有更多人得到禮物和祝福。<br />\n2. 第七章:藝術可以為教會服事,使事工更為精彩;但是如果把藝術侷限於實用性,或是事工導向,就會使藝術的格局變小,失去藝術原本應有的使命感和崇高的價值。文藝復興時期的米開朗基羅前後受教皇委任在西斯汀禮拜堂創作。如果當時米開朗基羅向教皇妥協,沒有堅持自己的理念,如今就不會有「創世記」和「最後的審判」兩部曠世鉅作流傳世代。<br />\n3. 第八章:神的道路並不受現況侷限,聖靈不是順應當下,而是顛覆當下。作者從未來的角度看下一個50年的異象:讓聖靈聯合不同的人、讓聖靈帶來滿溢、讓聖靈顛倒秩序、讓聖靈將深處顯露、讓聖靈重新創造、讓聖靈即興創作。這6個意象都需要倚靠聖靈,而且都需要藝術家和牧師一起同工,現在要如何預備等候那日到來?<br />\n<br />\n回應二:我希望在課程結束時我可以回答以下這個問題<br />\n1. 牧者要如何進入藝術家/年輕人的世界,並將他們帶進教會?<br />\n2. 藝術家如何依靠聖靈在教會中發揮恩賜,又不被教會事工的實用性所侷限?<br />\n3. 頌讚失敗是成功的秘訣,除了在遊戲中頌讚失敗,在教會服事或實際生活中,如何幫助自己和伙伴也有頌讚失敗的智慧?</div>',1,0,'',0,0,0,0,14,530),(46,4,39,19,1697605716,1697605716,1,'回應: 第五週課前討論','<div class=\"text_to_html\">第一部分:<br />\n課程剛開始的時候,我以為我了解藝術和福音的關聯,但隨著課程的推進,讀完《美麗的神》後,我反而懷疑自己根本不了解什麼是藝術。書上對藝術的定義是「非實用性的」,那麼教會或牧師該怎麼看待藝術或藝術家呢,無法想像?在思考後,我了解問題是出在於自己待過的教會或主日敬拜程序,都是比較保守且偏固定的,老實說很多傳統教會的牧者或長執不懂藝術,他們有點律法主義,那樣的教會對主日敬拜及服事的共識可能是照表操課,不能有一點點出錯或意外。當然傳統教會詩班的合唱功力具有一定的水準,但當自己身在其中服事時,卻又是另一回事了。在傳統教會裡讓我覺得很美的是台南看西街教會在主日開始前會先「敲鈴」,那個鈴聲很美,接著指揮會帶領聖歌隊從大門走進來到她們的位子坐下,在她們走進來的時候,聖歌袍會隨著步伐飄動,個人很享受這個鈴聲和聖歌隊走動的過程,我覺得很美。<br />\n<br />\n第二部分:<br />\n(a) 到目前為止,我對本課的內容有以下這些疑問<br />\n我不太懂第8章講到「聖靈顛倒秩序」,一開始我以為是指教會裡顛覆價值觀,但那樣好像很不切實際,因為根據我的觀察即使在教會裡,對物質的追求仍然是大部分人的渴望,雖然不能表現出來(牧者對有頭銜的會友比較重視)。自身的經驗是:在我有感動被呼召而辭掉公務員工作後,牧者夫婦和很多會友們都覺得放棄公務員很可惜。</div>',1,0,'',0,0,0,0,6,545),(47,4,39,21,1697610549,1697610549,1,'回應: 第五週課前討論','<div class=\"text_to_html\">1、藝術的危險在於只偏向實用為某事件或活動服務,但是藝術本身應該是與觀看者的心靈對話、讓藝術回歸它原本被創造的目的,讓創作者自由的創作,讓觀賞者從藝術家作品中思考出對他個人的意義及發現。<br />\n上帝的每一個創造都有其意義和真理,待人類去發現,但上帝的創造不只是人所能發現的真理,還有我們所不知道的未知蘊含在其中。<br />\n第八章中講到的倒立之鼠的故事讓人印象深刻,第一天的情況看似笑話但第二天卻成功捕獲所有老鼠。有許多順服聖靈感動的人,剛開始也常讓周圍的人看起來像笑話不可能,但後來卻看見神奇妙的成就祂的工作。聖靈從來都不是一些人所以為的無聊和一成不變的,他是創造之主,他總帶來新的思維,顛覆人的舒適圈。如要愛仇敵為仇敵禱告,回轉像小孩,走窄門,愛能遮掩罪過等,神子被釘十架等,這些事情剛開始似乎看起來像笑話,卻是神拯救人的奇妙方式。<br />\n<br />\n2、經歷了四堂課之後,我希望我可以不是以藝術作為手段,但卻可以用藝術來引領人歸主。</div>',1,0,'',0,0,0,0,4,399),(48,4,39,20,1697613777,1697613777,1,'回應: 第五週課前討論','<div class=\"text_to_html\">第一部分:<br />\n看完第七章的時候,我覺得雖然這一章在談論「藝術可能的危險」,但是從另一個角度來看,作為牧者或教會同工,其實也在面臨這些可能的危險。如果我們無法有神的真理作為基礎,我們可能會在牧養與服事上落入許多的危險,讓教會的許多事工流與表面,甚至是為了滿足人們自己。作者所提出「健康的藝術增長的三個特性」,如果放在我們的牧養與事工中思想的時候,也是一個值得我們思考與參照的觀點,或許能夠讓我們再思考自己的服事狀態。<br />\n因此,我覺得在教會中,不論是對於牧者或是藝術家而言,如果我們先看自己的身份是「基督徒」,這對我們而言,是一種保護,能夠使我們在面對許多的領域與我們彼此之間的關係時,能夠很大程度的避免可能的危險。<br />\n<br />\n第二部分:<br />\n我希望能夠在課堂中,面對藝術的領域與教會的牧養,有更開闊的視野。期許自己能夠成為我所在的教會與藝術之間,一個微小但具有可能性的起始點。<br />\n也期待能夠了解是否有更多資源或方向,能夠持續幫助像自己這樣沒有藝術背景,但渴望藝術的美好能夠體現在教會中的人。</div>',1,0,'',0,0,0,0,6,429),(49,4,39,23,1697620150,1697620150,1,'回應: 第五週課前討論','<div class=\"text_to_html\">第一部分:用250-400字提出一則關於《美麗的神》第一、七、八章的問題或是心得。<br />\n 第一章,作者给艺术的临时性定义:无法被化约为实用性的文化层面就叫艺术。具有艺术美感的产品倔强地作他们自己,抗拒变形为别的东西。定义的很好,艺术貌似没有实用价值,但它的独特带给人美的享受!上帝是最伟大的艺术家,宇宙万物丰富多彩!生活离开艺术创造,就枯燥乏味,如同人常年穿一件暗淡的衣服,常年吃单一食物一样没有生气没有愉悦感!教会需要艺术美,教堂设计,敬拜形式,小组团契都需要有艺术美感!牧师发现和牧养艺术家是一种智慧能力,需要防备艺术带来的危险,也要从发展的角度关注不同类型的信徒。作为牧师处理各种关系很辛苦,有的教会好像就效仿其他教会的敬拜形式(如引入赞美团队,带领会众唱歌互动以达到某种感觉,这种形式感觉就是为了让会众参与而作的),保守的信徒就会觉得是“搞花样”,年轻人可能更喜欢参与,作者说的区分场景,关注信徒特色很重要!<br />\n 今年9月初去北京通州的一个教会交流参观,他们那边因为有宋庄_画家村,就有画家基督徒,他们利用画家村特色,让画家参与教堂装饰设计和教会信息的艺术创作。当时看了一些作品,也不太理解,感觉怪怪的,也不敢随意评论,内心确是持反对意见!学习《美丽的神》,如果牧师和艺术家能够保持合宜关系,注意合适处境,健康稳步发展,也许会带来好的效果!<br />\n第二部<br />\n我不懂艺术,也不做青少年事工,报学本课程纯是出于好奇。前四课学习并参与活动,读《美丽的神》,后面课程,《媒体艺术与戏剧在青少年事工中的应用》不知怎样处理媒体艺术和戏剧的相关内容?</div>',1,0,'',0,0,0,0,5,659),(50,4,39,6,1697626485,1697626658,1,'回應: 第五週課前討論','<div class=\"text_to_html\">第五週課前討論<br>\r\n<br>\r\n*第一部分:用250-400字提出一則關於《美麗的神》第一、七、八章的問題或是心得。(問題:看不懂、疑惑,想詢問同學意見,或是想反問作者的問題;心得:新發現、新想法,激勵你要做出的回應等等。)<br>\r\n<br>\r\nAns:本書第一章討論了所謂的無用跟有用的價值觀,但在第38頁內容讓我感到疑惑擔心;不曉得是翻譯的問題?還是我誤解了。因為第38頁的最後一行提到:禱告有效嗎?禱告應該有用嗎?沒有,禱告並沒有效用。…………<br>\r\n我覺得這裡是很嚴重的問題,若是翻譯問題那本文將因這段敘述受損,但若是作者本意,那就更恐怖囉!<br>\r\n<br>\r\n此問題讓我聯想到有些專業領域的基督徒,他們有時候為了要傳遞與他們專業相關的某一些價值,而刻意的以基督信仰為基礎來創造出他們的一套專業論述。例如*聖經理財教戰、先知性繪畫、先知性音樂、舞蹈、或是以聖經故事為題材的管理學、領導學、哲學、科學、所謂的包裝式的福音宣傳品等……。然而這些人不一定是神學基礎非常穩固的人,但是他們會引用聖經來幫他們的學說或論述加強合理性、甚至是權威性。<br>\r\n<br>\r\n這其實隱藏著產生錯誤的危險,甚至有許多異端邪說可能都是這樣發展來的,所以這裡也提醒了我,不論是哪一種表現方式,合乎真理是首要的條件! <br>\r\n<br>\r\n<br>\r\n*第二部分:造句(二擇一,或二題皆答):<br>\r\n(a) 到目前為止,我對本課的內容有以下這些疑問……<br>\r\nAns:謝謝老師在觀念上的深耕,希望後續課程也更多幫助同學能將本課程的核心價值體現於實務運作中。<br>\r\n<br>\r\n(b) 經歷了前四堂課之後,我希望在課程結束時我可以回答以下這個問題(或是得到這方面的知識或資源)……<br>\r\nAns:希望能在時下流行文化影響下的媒體(網紅)生態圈中找到福音性作品能長期發揮影響力的生存模式。</div>',1,0,'',0,0,0,0,13,696),(51,4,39,12,1697628301,1697628301,1,'回應: 第五週課前討論','<div class=\"text_to_html\">第一部分:<br />\n 读了第一章,我最深的感触就是:这世界的万有都是神给我们的礼物,文化也是神给我们的礼物。这是个浅显易懂的道理,但我却常常忘记。神救赎我们的目的是让我们敬拜。敬拜是非实用的,它要求我们用我们的心,而不是理性的算计。我们的顺从不是为了按照神的法则实现我们的目的,而是在爱里接受神给我们的礼物。我觉得教会的很多事工都太匆忙,可能是城市太大,去教会路程太远,总想尽可能把各种事工都集中在主日,因为除此以外很难再找出别的时间了。读了这一章以后,我希望能从神的礼物这个角度,重新审视我们正在做的和准备做的所有事工,去发现基督正在拿起、擘开、祝福、给出去。<br />\n 中国的青少年真的很辛苦,学业的压力让每个青少年几乎没有一点闲暇时间。青少年的父母也很辛苦,盼望着孩子能够成才,放弃了很多玩乐和享受。我们常常发现,工作之余,监督孩子完成作业并给予必要的辅导,剩下的时间基本上都用来服侍,再去掉一些最基本的人情往来,就没有什么时间和孩子畅谈交通了。希望我们能学会在主里放下重担,以小孩子的心态,享受神赐给我们的一切。<br />\n<br />\n第二部分:<br />\n 到目前为止,我们学习了一些即兴游戏,也对艺术在牧养中的重要作用有了一定的认知。接下来希望能结合一些具体案例,学习在具体事工中,面对的青少年对象背景特点,开展事工的方式,艺术、媒体、戏剧的应用,取得的效果。因为感觉自己还是很缺少创意,对圣灵的工作缺乏想象,所以需要更多具体的引导。</div>',1,0,'',0,0,0,0,5,592),(52,4,39,5,1697684508,1697684508,1,'回應: 第五週課前討論','<div class=\"text_to_html\">第一部分:用250-400字提出一則關於《美麗的神》第一、七、八章的問題或是心得。(問題:看不懂、疑惑,想詢問同學意見,或是想反問作者的問題;心得:新發現、新想法,激勵你要做出的回應等等。)<br />\n 我很喜歡第一章的作者透過創世記二章來說明「耶和華神本身就是文化製造者-他是在這世界製造某樣東西的耕耘者。」這個概念,的確,對我們讀經的人來說,在創世以先似乎神預備了一個場景,有布景、音樂、燈光等,然後再將演員(亞當等人)放在其中,進而專心於劇碼當中的情節,但卻鮮少將焦點放在是誰創造了這個場景?他又想要透過這個場景傳遞些甚麼?藝術家不是創造者(以免自傲自大陷入半神的驕傲中),而是再創造者,是帶領觀者讚嘆背後創造者的奇妙,進而獻上敬拜的。「少點談論藝術家是創造者,而多點談論藝術家比較像是再創造者。少談一些創造力,而多討論再創造力。少談些創造新世界,多討論有關倚靠聖靈分享神對祂已造成世界的再創造。」<br />\n <br />\n第二部分:造句(二擇一,或二題皆答):<br />\n(b) 經歷了前四堂課之後,我希望在課程結束時我可以回答以下這個問題(或是得到這方面的知識或資源)……<br />\n我所服事的教會可以如何藉由藝術反應王的榮美?我可以如何與那些透過藝術述說神榮美的人一起同工?</div>',1,0,'',0,0,0,0,6,510),(53,4,39,22,1697707990,1697707990,1,'回應: 第五週課前討論','<div class=\"text_to_html\">第一部分<br />\n以下比較像是我想反問作者的問題<br />\n1. 在第一章,作者提到「文化也是神所造」有點顛覆了我們對文化的定義跟理解,如果說神用土壤創造人類,就說成是文化活動,我認為太過牽強~ 勉強要把福音跟藝術文化做關聯,過於刻意了。<br />\n2. 耶穌拿起餅和杯祝福,是指他立約的血與身體,怎麼說是祝福文化的產物?這樣穿鑿附會是否扭曲了聖經?<br />\n3. 作者提出的觀點~古今教會過於強調實用性,但連禱告都是「無用的」<br />\n如果真要說藝術應該無用、敬拜應該無用…這種無用跟有用,哪一種更能引入到主面前?如果強調無用,那又該怎麼評價?可以評價嗎?<br />\n而且我發現,第一章的觀點跟第七章是抵觸的~第七章作者提到「藝術有沒有在幫助人用心靈、意念和身體與永生真神相遇?」<br />\n<br />\n第二部分:造句<br />\n(b) 經歷了前四堂課之後,我希望在課程結束時我可以回答以下這個問題:如何可以單純地跳脫慣性的「實用性」思維去欣賞藝術?怎樣可以跳脫身為福音派基督徒的框架,嘗試去顛覆現況,使自己更貼近主的心意?</div>',1,0,'',0,0,0,0,14,407),(54,5,0,2,1697852088,1697852188,1,'第六週課前討論','<p dir=\"ltr\">閱讀完 (a) 范浩沙,〈什麼是日常神學?基督徒為何應該閱讀文化〉(上) 與 <span style=\"font-size: 0.9375rem;\">(b) 林韡承,〈《寄生上流》——笑著笑著就哭了〉之後,在以下討論區中回覆「我讀完兩篇文章了」。</span></p><p dir=\"ltr\">不須提出心得或問題,但若有閱讀上的問題,歡迎在留言中發問。<br></p><p dir=\"ltr\">繳交期限:課前24小時發表(即 10/25 晚上 7:00 前)</p>\r\n<p dir=\"ltr\">(點選右下角「回覆」)</p><br>\r\n<p></p>',1,0,'',0,0,0,0,14,152),(55,6,0,2,1697852292,1697852501,1,'外星人的教會觀察報告','<p dir=\"ltr\">寫一篇800-1000字的教會、聚會、青少年事工的觀察報告(可以是你的教會或事工)。<br></p><p dir=\"ltr\">假設你是一名外星人,略懂中文,但對基督教、對人類行為僅有基礎了解,今天奉命去觀察一個人類活動(教會聚會),你會發現些什麼?</p><p dir=\"ltr\">報告至少需要包含以下幾個面向:</p><p dir=\"ltr\">⬧ 這個聚集怎麼看待自己?他們使用哪些類比描述自己?(例如:「家庭」、「軍隊」)</p><p dir=\"ltr\">⬧ 這個聚集怎麼看待他們群體以外的人?他們使用哪些類比描述這些人?他們希望這些人做出哪些行動?</p><p dir=\"ltr\">⬧ 這個聚集期待參與者做出哪些行動?(無論是聚集期間,或是聚集前後)</p><p dir=\"ltr\">⬧ 這個聚集傳達給參與者哪些訊息?這些訊息以什麼方式傳遞?以什麼語氣、態度傳遞?</p><p dir=\"ltr\">⬧ 根據你的觀察,對這個聚集來說,人類的哪些感官與能力是重要的?哪些相對不重要?</p><p dir=\"ltr\">感官與能力包含但不限於以下:<br></p><p dir=\"ltr\"><br>\r\n</p><table>\r\n<caption></caption>\r\n<thead>\r\n<tr>\r\n<th scope=\"col\"><span style=\"font-weight: normal;\">視覺</span></th>\r\n<th scope=\"col\"><span style=\"font-weight: normal;\">溫覺(對溫度的感受)</span></th>\r\n<th scope=\"col\"><span style=\"font-weight: normal;\">語言、表達力</span></th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><span>聽覺</span></td>\r\n<td><span>痛覺、不適感</span></td>\r\n<td>節奏感、音樂能力</td>\r\n</tr>\r\n<tr>\r\n<td>嗅覺</td>\r\n<td>時間感</td>\r\n<td>邏輯思考、數學能力</td>\r\n</tr>\r\n<tr>\r\n<td>味覺</td>\r\n<td>平衡感</td>\r\n<td>想像力</td>\r\n</tr>\r\n<tr>\r\n<td>觸覺</td>\r\n<td>飢餓感/飽足感</td>\r\n<td>發問能力</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td>同理心、人際關係</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p dir=\"ltr\">本體感/空間感(身體部位彼此之間的關係,例如閉眼用手摸鼻子,或是自己與他人在空間中的關係)<br></p><p dir=\"ltr\"><br></p><p dir=\"ltr\">繳交期限:課前24小時發表(即 11/1 晚上 7:00 前)</p>\r\n<p dir=\"ltr\">(點選右下角「回覆」)</p><br>\r\n<p></p>',1,0,'',0,0,0,0,37,488),(56,5,54,16,1698117355,1698117355,1,'回應: 第六週課前討論','<div class=\"text_to_html\">我读完两篇文章了</div>',1,0,'',0,0,0,0,1,8),(57,5,54,19,1698118862,1698118862,1,'回應: 第六週課前討論','<div class=\"text_to_html\">我讀完兩篇文章了</div>',1,0,'',0,0,0,0,1,8),(58,5,54,13,1698127891,1698127891,1,'回應: 第六週課前討論','<div class=\"text_to_html\">我读完两篇文章了</div>',1,0,'',0,0,0,0,1,8),(59,6,55,13,1698129448,1698129448,1,'回應: 外星人的教會觀察報告','<div class=\"text_to_html\">外星人的教會觀察報告<br />\n<br />\n这群人围着一张桌子坐着,虽然坐在一起,但是很难称他们是一个集体。他们自我介绍,会只是说自己的名字,上几年级,其他信息好像自动省略了。若需要,他们可能会再挤出一些信息,比如他们是和父母一起来教会,或者说被带来的,谈到这些,他们脸上几乎是麻木的表情。<br />\n他们还没有形成一个集体,不会使用“我们”来指代目前的这个聚集。这个聚集有一种拘谨的气氛,每个人都有一点点紧张,好像每个人都不是百分比愿意来到这里,但是既然来了,好像又要做这个环境的不成文的要求,满足期待。而这个期待是什么,具体说不好。<br />\n 对于这个群体外的人,他们接触的更多的是同学,他们对于这样的群体更有认同感。他们会一起吐槽老师,会谈论最新的游戏,最近的活动。他们希望在这样的群体里,他们更受欢迎,更被关注,他们被刮目相看。<br />\n 这个聚集,组织的老师会期待他们准时出现,会在讨论的时候尽量地表达。结束后,他们会被期待留下了参加之后的崇拜,甚至参与一些力所能及的服侍。聚集的时候,传递给参与者的信息,是鼓励他们信靠主,鼓励他们继续探索他们的信仰。聚集是以看视频然后讨论的形式,之前会有游戏热身。这样的讯息参与者不会那么反感,因为好像是第三方来传递的,而不是由组织者和在场的老师来传达。因为若是由老师来传达,老师的个性和表达方式就会很重要,很可能给人一种单项灌输、讲大道理的错觉。而视频的主持人也是很年轻,会缩小和青少年的距离感,态度也很亲和,风趣幽默,没有压力感。<br />\n 这样的聚集,味觉、视觉和听觉很重要。有水果和茶点提供,所以整场有随时可以享用的好吃的食物。而视频质量也很高,音乐也很好,主持人的嗓音就像是邻家哥哥,听上去很舒服。<br />\n聚集在一个简朴的房间,房间里的光线是充足的,但是若是开空调,再加上看投屏,就要拉下窗帘。这会影响人的空间感的体验。空调有时候过冷或过热,会干扰到人。<br />\n 总体感觉这是一个刚刚开始的聚集,大家,包括老师本人,也都还没有放松,因为彼此之间没那么熟悉,还是比较拘谨,没有放开。感觉还需要一段时间,才会有相处的化学反应,尴尬的气氛才会淡去。幸亏我只是观察,而不需要停留,不然我的尴尬癌也会重犯嗳。</div>',1,0,'',0,0,0,0,8,882),(60,5,54,22,1698145224,1698145224,1,'回應: 第六週課前討論','<div class=\"text_to_html\">我讀完兩篇文章了</div>',1,0,'',0,0,0,0,1,8),(61,5,54,11,1698152922,1698152922,1,'回應: 第六週課前討論','<div class=\"text_to_html\">我讀完兩篇文章了</div>',1,0,'',0,0,0,0,1,8),(62,6,55,14,1698212966,1698213562,1,'回應: 外星人的教會觀察報告','<div class=\"text_to_html\">一、前言<br>\r\n我是ET來自銀河系,被派遣到太陽系巡弋,在進入地球軌道時遭受隕石攻擊,緊急迫降在福爾摩沙島。我在島東的部落裡看到一棟十字架的建築物,門口張貼「機器人營」海報,裡面有密集生物活動反應,初步研判應該是地球未成年人類的群聚行為,於是隱身進入觀察。<br>\r\n<br>\r\n二、觀察發現<br>\r\n(一) 觀察時間及範圍<br>\r\n地球時間公元2023年1月在愛教會新城營地群聚的地球未成年人類。<br>\r\n(二) 觀察對象<br>\r\n1. 身體和智慧尚未發展的幼小人類:島東在地族群,住在帳棚。<br>\r\n2. 身體和智慧正在發展中的年輕人類:來自島北的外來族群。<br>\r\n(三) 任務<br>\r\n1. 幼小人類:被分成幾個小組,有組織的共同生活,進行有計畫的訓練,負責完成各項任務。<br>\r\n2. 年輕人類:負責發號施令,教導幼小人類唱歌跳舞、英語、製作機器人各項技能。<br>\r\n(四) 重要的感官與能力<br>\r\n1. 幼小人類:感官能力很強,尤其在運動、唱歌、舞蹈、表演方面。<br>\r\n相對不重要的能力:溝通能力、領導能力。<br>\r\n2. 年輕人類:有責任心、愛心耐心、善於溝通表達、領導能力、團隊合作。<br>\r\n相對不重要的能力:社交能力、個人表現。<br>\r\n(五) 傳達給參與者的訊息<br>\r\n1. 幼小人類:要服從命令、守規矩、聽話。自己的事自己做,要幫忙清潔打掃。做錯事要承認、說對不起。不要玩手機、不要說髒話、打架,要遠離壞習慣。每天要讀聖經,晚上要寫感恩筆記、禱告。<br>\r\n2. 年輕人類:輪流上台發號施令,互相支援鼓勵、團隊合作。教導幼小人類各項技能、幫助完成任務、培養自信心及解決問題的能力。<br>\r\n<br>\r\n <br>\r\n三、觀察結論<br>\r\n(一) 人類是地球上最高等的智慧生物,在心智尚未成熟的成長階段,必須依靠眼耳口手腳等肢體活動及各樣感官能力,接收外來訊息及刺激,透過觀察、模仿、反覆練習,來學習成長和發展智慧。地球幼小人類對新事物充滿熱情和好奇心,他們被聚集在一起生活、遊戲、分擔工作,可以互相學習、建立友誼。許多幼小人類在身體和智能還沒長大成熟,就被命令要閱讀聖經、洗碗清潔打掃,使他們從小就建立信仰,養成良好的生活習慣。<br>\r\n(二) 年輕人類有明確的分工計畫,每個人都有專門的負責項目,輪流上台帶領幼小人類,彼此配合、互相幫助,充分展現人類團隊合作的精神。年輕人類和幼小人類在一起的互動和學習行為,可以增強年輕人類的溝通表達和領導能力,產生很好的學習效果。<br>\r\n(三) 綜上,地球未成年人類的共同學習行為值得外星人效法。但是他們聚集一起學習製造武器的行為,可能對未來宇宙和平造成威脅,應當提早因應防範。</div>',1,0,'',0,0,0,0,39,980),(63,5,54,14,1698213078,1698213078,1,'回應: 第六週課前討論','<div class=\"text_to_html\">我讀完兩篇文章了</div>',1,0,'',0,0,0,0,1,8),(64,5,54,20,1698215314,1698215314,1,'回應: 第六週課前討論','<div class=\"text_to_html\">我讀完兩篇文章了</div>',1,0,'',0,0,0,0,1,8),(65,5,54,4,1698226399,1698226399,1,'回應: 第六週課前討論','<div class=\"text_to_html\">我讀完兩篇文章了</div>',1,0,'',0,0,0,0,1,8),(66,5,54,6,1698227501,1698227501,1,'回應: 第六週課前討論','<div class=\"text_to_html\">我讀完兩篇文章了</div>',1,0,'',0,0,0,0,1,8),(67,5,54,23,1698229563,1698229563,1,'回應: 第六週課前討論','<div class=\"text_to_html\">我已读完两篇文章</div>',1,0,'',0,0,0,0,1,8),(68,5,54,9,1698230819,1698230819,1,'回應: 第六週課前討論','<div class=\"text_to_html\">我讀完兩篇文章了。</div>',1,0,'',0,0,0,0,1,9),(70,6,55,16,1698303661,1698303661,1,'回應: 外星人的教會觀察報告','<div class=\"text_to_html\">外星人的观察报告<br />\n <br />\n克拉拉星球的稳得夫斯基发来电报:<br />\n于地球时间2023年10月26日着陆。<br />\n这是一群黑头发黄皮肤的人类,大大小小混合在一起,说着同一种语言,他们以“家庭”为单位。也称自己为“族群”,他们会有族长。<br />\n <br />\n当有陌生的人群进入他们的空间时,他们会有欢迎的仪式,称其为“新朋友”,并给予拥抱或者是握手。有些陌生人会表现得很高兴也会夹杂着些许不安。似乎这个群体很希望打破隔阂,主动地表达友善和接纳。特别看到有些陌生小孩就比较慢融入孩子们的群体,会先留在父母身边,进行观望。<br />\n <br />\n聚集前:一组一组地陆续进入同一个空间。成年人坐下以后就开始找到伙伴三三俩俩的交谈起来,小孩子就会自然而然地在地上打滚或者奔跑,也会大声地说话。有时候也会有疯狂的状态,看上去,他们好像表现得很自由自在。<br />\n聚集时:<br />\n前半段,小孩子通常会聚在前面,可以任意回应讲台上的人唱诗歌或者分享话语。有时候会显得杂乱一些,这些时候就需要很专注才可以听得进台上在讲什么。大人在空间的各个靠后的角落,或休憩,或聆听。聚会方的态度是比较敞开和接纳的,没有过多程序上的限制,让大家是松弛的状态。<br />\n后半段,分成三组由各自的代领人进行讨论,分别是成年男性、成年女性和未成年的孩子,聚会方希望更好的地利用好群体的共性,互相分享和启发。<br />\n期间,大人们会分别照看自己的孩子,每个家庭不同的教养方式在细节处可尽显无疑。这是一点很有趣的观察呢。<br />\n聚集后: 大多的孩子们会意犹未尽地继续以玩耍的方式进行交流,一些大人都要看看手表催促着回家。每周会有部分人主动留下来打扫卫生。<br />\n <br />\n聚会时的形式伴有:视频、小实验、互动游戏、亲子手工等多元化的方式。讲台上没有固定的代领人,由几个人轮流分享。可以看到不同风格的讲员,带领的方式也不是固定的。就我观察他们多以圣经人物、和旧约以色列节期为切入口分享信息,每一期都设有相应的思考题,供后半段的聚会分组讨论。他们面带微笑,语气平缓,眼神温和。<br />\n <br />\n根據我的觀察,對這個聚集來說,大家每周都在一个固定的地方,有充足的阳光、便利的交通,干净整洁的空间,有音响和投影,合适的桌椅,充足的道具和食物。<br />\n相对重要感官與能力:<br />\n● 節奏感、音樂能力。他们喜欢唱唱跳跳,并期待的样子。<br />\n● 飢餓感。小孩子们半途会希望吃点东西。<br />\n● 同理心、人際關係。这个群体给人有安全感,可以把话说出来。<br />\n● 發問能力、語言、表達力。小孩会勇敢发言,表达自己的观点。<br />\n <br />\n相對不重要的感官<br />\n● 時間感。大家都很希望有机会分享,在敞开的状态下就会忘记看手表。<br />\n● 边界感。聚会时可以随意走动,说话等等。<br />\n报告完毕~~~</div>',1,0,'',0,0,0,0,29,1046),(71,5,54,17,1698316678,1698316678,1,'回應: 第六週課前討論','<div class=\"text_to_html\">「我讀完兩篇文章了」。</div>',1,0,'',0,0,0,0,1,11),(72,5,54,5,1698327807,1698327807,1,'回應: 第六週課前討論','<div class=\"text_to_html\">「我讀完兩篇文章了」。</div>',1,0,'',0,0,0,0,1,11),(74,6,55,11,1698476170,1698476296,1,'回應: 外星人的教會觀察報告','<div class=\"text_to_html\"><span><span style=\"font-weight: bold;\">1.閱讀:</span>范浩沙,〈什麼是日常神學?基督徒應該如何閱讀文化〉(下):我讀完文章了<br>\r\n問題:每個人的背景都不同,詮釋也可能不同,依據基督信仰的眼光閱讀文化,除了與神相親透過聖靈的提醒辨識自己使否有偏頗,還有什麼方法是可以提醒我們留意我們自己對文化的詮釋?是牧者?若自己本身就是牧者?如何找到自己的屬靈遮蓋?<br><strong>\r\n2.思考:</strong></span>期末報告:A. G.E.M.鄧紫棋【啓示錄】Official MV。B.《真善美》(The Sound of Music)C. 龍巖形象廣告影片|What Is Your Legacy| 這一生,你想活下什麼。<br><strong>\r\n3.外星人的教會觀察報告:</strong>我觀察的聚會是教會某次的牧養禱告會及講座,當天的議題是「人際更新-總要盡力與眾人和睦」,帶領者先用活動引導,參加人員對活動都相當投入,而且樂於分享表達自己的看見,我覺得這群人就像一個大家庭,參加者可能是家庭中有能力的家庭成員;透過活動後的大分享,我發現這群人基本上在團體(家庭)中必須用自己能力幫助其他成員的的家人,所以在平日生活中可能有歡樂、喜樂(正向)、也有失落及乾渴(負向)。所以在我看來這群人在家庭中是相對有能力的家人,他們需要幫助那些這群體外的人,而群體外需要幫助的人就是在家中需要照顧的人,或是在培養生活技能的家人,希望能透過自己的能力幫助其他家人跟上家庭生活的腳步。<br>\r\n我也觀察到帶領者透過活動設計引導參加者實際參與、透過活動經驗敞開自己的想法,從中發現自己的長處,肯定並增強自己的能力,進一步感受到家庭是一個群體,以建立家庭支持系統。整體而言,活動後每個人能感受到自己是有能力的,只是能力的方向不同;透過互相分享、肯定,或許能找到相同點或許能找到對自己的認同。因此,整個聚會傳遞的方式是溫暖的、支持的、肯定的、認同的。結束前也透過聖經中的教導,提供可以參考的範例來引導參加者思考未來的方向,如耶穌對撒瑪利亞婦人的教導,從耶穌身上學習如何幫助家人。<br>\r\n我觀察到參加這個聚會需要的人類感官及能力為:A.自己參加需要的能力:想像力、語言、表達力;透過視覺、聽覺、同理心來傾聽;B.團體活動部分需要的能力:時間感 邏輯思考、自己與他人在空間中的信任關係、不適感。C.相對不重要:痛覺、節奏感、音樂能力、嗅覺、數學能力、味覺、平衡感、觸覺、飢餓感/飽足感、發問能力。</div>',1,0,'',0,0,0,0,17,944),(75,7,0,2,1698633296,1698633477,1,'第七週課前討論','<p dir=\"ltr\"><strong>第一部分:</strong></p><p dir=\"ltr\">閱讀完范浩沙,〈什麼是日常神學?基督徒應該如何閱讀文化〉(下)<span style=\"font-size: 0.9375rem;\">,在以下討論區中回覆「我讀完文章了」。</span></p><p dir=\"ltr\">不須提出心得或問題,但若有閱讀上的問題,歡迎在留言中發問。<br></p><p dir=\"ltr\"><br></p><p dir=\"ltr\"><strong>第二部分:</strong></p><p dir=\"ltr\"><span style=\"font-size: 0.9375rem;\">請回覆:你「正在考慮」在期末報告中寫的作品。可以是一件,也可以是多件(之後只要做一件就可以,但如果還沒決定,可以先一起寫上來)。「正在考慮」的意思是以後還可以改,不用現在決定(但請從現在開始思考)。</span></p><p><br></p><p dir=\"ltr\"><strong>繳交期限:</strong>課前24小時發表(即 11/1 晚上 7:00 前)</p>\r\n<p dir=\"ltr\">(點選右下角「回覆」)</p><br>\r\n<p></p>',1,0,'',0,0,0,0,11,226),(76,7,75,11,1698633563,1698633563,1,'回應: 第七週課前討論','<div class=\"text_to_html\">1.閱讀:范浩沙,〈什麼是日常神學?基督徒應該如何閱讀文化〉(下):我讀完文章了<br />\n<br />\n問題:每個人的背景都不同,詮釋也可能不同,依據基督信仰的眼光閱讀文化,除了與神相親透過聖靈的提醒辨識自己使否有偏頗,還有什麼方法是可以提醒我們留意我們自己對文化的詮釋?是牧者?若自己本身就是牧者?如何找到自己的屬靈遮蓋?<br />\n<br />\n2.思考:期末報告:A. G.E.M.鄧紫棋【啓示錄】Official MV。B.《真善美》(The Sound of Music)C. 龍巖形象廣告影片|What Is Your Legacy| 這一生,你想活下什麼。</div>',1,0,'',0,0,0,0,13,250),(78,6,55,19,1698652310,1698652310,1,'回應: 外星人的教會觀察報告','<div class=\"text_to_html\">外星人的教會觀察報告<br />\n<br />\n外星人ET在週日來到某間長老教會,這個教堂的建築很氣派新穎,外面有坡道讓乘坐輪椅者方便進入,一進去大廳的右手邊就有電梯,一樓的空間很大,有廚房、圖書室、副堂、男女廁分開、還有幹事辦公室,功能非常齊全。二樓則有很多教室,三樓主要是做禮拜的地方。<br />\n<br />\nET看到三樓將在做禮拜,有一些老年人很早就到了,他們行動緩慢,有的須要別人攙扶,到教會門口會互相打招呼寒暄幾句;而年輕人比較晚到,來的時候頂多打招呼,一般都不喜歡別人詢問太多。看起來大部分的參加者有固定座位,但也沒有強制規定。<br />\n<br />\n禮拜開始後,他們有固定的流程,也有司儀會跟大家說接下來要做什麼事。在禮拜中,他們常要開口唱歌、讀東西、用耳朵聽講道,也有投影簡報可以看。有的人會滑手機,有的人聽到牧師講了什麼而跟隔壁討論或聊起來。滑手機沒關係,但如果聊天太大聲反而會被提醒。<br />\n<br />\n他們互稱弟兄、姐妹或兄姐,但看起來卻不像家人般的熱絡,有的只是互相道平安,就沒有再交談。有的是一家人一起來,有的是自己一個人來。ET看到如果一家人一起來,而家裡又有小孩子、國高中學生的話,這家人會跟教會有比較多的往來,也認識比較多同工,因為教會有針對這個年紀有固定活動,例如歡樂營、兒童主日等。至於自己一個人來的,如果沒有參加禮拜以外的團體活動,看起來比較孤單,好像在教會也沒有認識很多人。<br />\n<br />\nET也看到這間教會大部分的人好像只有做禮拜或辦活動的時候,才會聚集,其他時候就跟其他人沒什麼兩樣,一樣要上班或做生意,一樣有要遵循的社會規範,只是教會裡面更傳統保守,要求更多,例如要固定奉獻,要結婚生子,不可以搞同性戀,不可以飲酒作樂等等。所以未婚的女性常被關心終身大事,好像單身是未完成式,必須達到結婚狀態,大家才能鬆一口氣。<br />\n<br />\nET觀察到教會好像對於參加者有一個刻版印象或期待,可能就是一種幸福美滿的家庭和生活,可是哪有人一直都是幸福美滿的呢?所以當遇到不好的事情,例如罹癌、或婚姻不幸家庭不和、或離婚的、或成績不好沒考上的、或找不到工作的,或奉獻少的就很容易產生一種羞愧感,怕別人知道或當眾提起,也怕別人因此質疑自己的不夠屬靈。<br />\n<br />\n另外,ET觀察到這間教會對加入者有很清楚的規範和期待:固定週日做禮拜、每月固定奉獻、要讀經禱告、最好能參加團契、最好參加服事、最好不要有太多問題或意見。這些要求主要是牧師在講台上藉著引用經文教導的,或長執們直接詢問參加者能不能來參加小組或幫忙服事。</div>',1,0,'',0,0,0,0,8,998),(79,6,55,5,1698653933,1698653933,1,'回應: 外星人的教會觀察報告','<div class=\"text_to_html\">1.閱讀:我讀完文章了。<br />\n2.期末報告正在考慮的作品:1.華語世界首創「福音動漫MV」製作計畫2.以魔戒的概念來設計一場密室逃脫3.其他<br />\n3.我是來自MAMA07星球的人,今天到了地球上的一個小小的海島,島北部有一間教會,我參加了星期六晚上的聚會,參加聚會的人大概10位左右,除了三位言語行為較為成熟的地球人外,其他的人看起來都滿年輕的,我目測大約是15歲左右。這個群體的人彼此都很熟悉,也有團體的默契,例如突然之間會開始高聲尖叫個幾聲,然後相視而笑,接著看起來年紀稍大的人(年輕人叫他們「輔導」)就會笑著說:「我還以為我來到猴園咧!」這些年輕人當中也有一些人是兄弟姐妹的關係,因此就算不是每個人都有血緣關係,但是也會以兄弟姐妹來稱呼彼此。我還觀察到他們有一種叫名字的默契,就是會以名字中的「單字」來稱呼,就算只有一個字,彼此之間都有默契知道是在叫自己,真有意思。<br />\n 對於我這個外來者,他們好像已經很習慣了,而且還會主動分配誰應該要來關心我,而且會幫我留一個位置,並且熱心地帶我認識環境。也因為他們大多住在教會附近,所以說到什麼店家他們都很熟悉,當他們看到我難以融入話題時,還會有人主動跟我解釋這家店在哪裡,甚至還會約我找個時間去那些餐廳吃飯。聚會後會是分小組的時間,在分小組的時候他們也會聊到隔天有兒童主日學的工作,有的人是專門操作電腦,有的人是要帶小朋友認識不同的國家,或是帶小朋友唱跳詩歌,也有的人是專門陪伴小朋友。我看這些年輕人自己都像小朋友,隔天來教會的兒童主日學小朋友真的會把他們當老師嗎?我很懷疑。他們聊一聊隔天的兒童主日工作後,就一起轉頭過來看著我,並且問我:「你明天打算幹嘛?要不要一起來兒童主日學?小朋友們很可愛喔!」聽他們講話的語氣,好像星期六日都花時間在教會是一件再正常也不過的事情。<br />\n 我認為對這個聚集來說,人類的語言、表達力是重要的,因為他們講話的速度都很快,就算只是在讀聖經,讀完後年紀比較大的人會問他們一些問題,讓這些年輕人提出自己的觀察以及看法,他們的想像力很豐富,例如:輔導問道「如果耶穌不用五個餅兩條魚來施行神蹟,那他還可以怎麼樣讓五千人吃飽?」年輕人的回答五花八門,有的說「拿走他們餓的感覺」,有的說「耶穌可以用吩咐的」,有的說「可以用石頭或是沙子」,聽著他們的回答真的很有意思。而且他們還會互相發問,例如就有一位女生問「耶穌拿走他們餓的感覺的話,那他們還會是人嗎?」接著就是一連串的打鬧和鬥嘴。我還觀察到當他們在小組時,桌上一定會有大量的零食跟飲料,而且年輕人會為小組的人倒飲料,也很了解彼此喜歡的零食口味,小組結束後,零食跟飲料幾乎都不會有剩,他們看起來好像餓了好幾天。</div>',1,0,'',0,0,0,0,5,1101),(80,7,75,19,1698676993,1698676993,1,'回應: 第七週課前討論','<div class=\"text_to_html\">第一部分:我讀完文章了<br />\n第二部分:正在考慮分析電影—康乃迪克鬼屋事件,或名畫—最後的晚餐。</div>',1,0,'',0,0,0,0,4,44),(81,6,55,23,1698677399,1698678696,1,'回應: 外星人的教會觀察報告','<div class=\"text_to_html\">外星人观察报告<br>\r\n北京时间:2023.10.22<br>\r\n我是火星人卡拉克斯,今天来到北京北部上空,准备去看看这里人们的生活和信仰状况。<br>\r\n 空中遥看,群山环抱中有一座小城镇,紧邻北京八达岭长城。深秋时节,天气渐寒,红黄绿各色树叶在蓝天白云,绿水青山间好美啊!十字路口旁,一座尖顶的建筑,很像教堂,尖顶上没有十字架,南面正门旁有牌子,写着基督教堂。教堂前有条河,景色宜人,进去看看吧!<br>\r\n 进入院门,有接待姐妹热情问候!上台阶,进入教堂大门,宽敞的前厅,墙壁上有几幅名画,豪华吊灯垂在中央,各种绿植花卉排满两边。再过一道门,是敬拜大厅,很多排座椅,里边人不多,大概有几十人吧。接待姐妹看出我是新来客人,主动问候请我前排就坐。小讲台前有人教唱诗歌,诗歌很好听,哈利路亚!<br>\r\n 教堂内高高的穹顶,从顶部垂下两排吊灯,阳光从周围窗户摄入,很明亮,正前面墙壁上有高大的白色十字架,与墙壁连为一体,正中有一个小的木质十字架,圣台上有柜子和桌子,桌子上有鲜花,两边各有一个燃着七支红蜡烛的银色烛台。因为气温低,感觉有点冷。<br>\r\n 9点钟,教唱结束,大家很安静,空中传来钟声,然后钢琴声响起,一大队诗班员和牧师从大厅中间进入教堂,在各自位置站好,诗班唱“主在圣殿中,普天的人在主面前都应当肃静!”主日崇拜开始!主礼员带领大家宣信,唱诗,祷告,诗班献诗《神圣救主》,耶稣基督道成肉身,卑微诞降马槽中,天使天军欢呼敬拜,为我们带来属天福气,多么美好的歌声,天使和我们一同敬拜!<br>\r\n 敬拜中有三次会众唱诗,多数人会唱,有人不张口。证道的是女牧师,声音好听,信息是《按着次序敬拜神》,经文“林前14:26-36.”强调恩赐应以造就人为目的,要有次序,神的创造和神的家都是有次序的!观看周围人,都默默聆听,也有人似睡觉的样子,这时大概有200多人,还有人刚走进来的,老人妇女居多!<br>\r\n 10点半,讲道结束,主礼人请第一次来人站起来,包括我在内有三个人,大家唱欢迎歌,他们说“上帝爱我们,欢迎我们”!有点感动,旁边新来女子哭了,牧师祝福,唱《阿们颂》,礼拜结束!<br>\r\n 两个小时的参与,我的认识:他们称这是“礼拜”,敬拜上帝,是信耶稣,他们说自己是神的儿女,教会是神在他们中间的大家庭,他们是弟兄姐妹,神爱每一个人。他们称新来的人是朋友,希望常来聚会。聚会中,他们鼓励大家一同赞美,唱诗时大家会起立,结束后邀请大家相互交流。整体感觉过程有点沉闷,会众反应平淡。 因为天气凉,没有暖风,需要多穿衣服,有人不断进出教堂,偶尔有电话铃声忽而响起,他着急拿手机却不能关闭铃声,哈哈,周围人都看他!<br>\r\n 视觉,听觉,触觉,节奏,感温度,时间感,发问能力都很重要,主礼人,牧师,教唱人员的语气,声音,大屏幕显示,诗歌节奏都影响会众情绪,没有啥互动,教堂内没啥装饰物,颜色单调。年轻人太少,聚会时间有点长,不紧凑。</div>',1,0,'',0,0,0,0,12,1153),(82,7,75,23,1698679011,1698679011,1,'回應: 第七週課前討論','<div class=\"text_to_html\">1阅读:已经读完文章。<br />\n2期末报告考虑写电影《阿甘正传》。</div>',1,0,'',0,0,0,0,2,28),(83,7,75,14,1698726641,1698726641,1,'回應: 第七週課前討論','<div class=\"text_to_html\">1. 我讀完文章了<br />\n2. 期末報告考慮寫電影《自由之聲》或《蒼鷺與少年》</div>',1,0,'',0,0,0,0,4,33),(84,6,70,16,1698733483,1698733483,1,'回應: 外星人的教會觀察報告','<div class=\"text_to_html\">本周阅读已完成</div>',1,0,'',0,0,0,0,1,7),(85,6,55,20,1698740864,1698740864,1,'回應: 外星人的教會觀察報告','<div class=\"text_to_html\">聚會觀察報告<br />\n<br />\n⊿ 聚會時間:<br />\n此類型聚會固定於週日早上進行<br />\n<br />\n⊿ 聚會所在地點: 這個聚會地點位於一棟30幾年的辦公大樓內的辦公空間,看起來是將2~3個辦公空間打通來作為聚會場所。整個場地座位的規劃,是以方便移動的桌椅為主,看起來有機動性的需求,且看起來並非將此聚會場所作為長久性規劃之場地。<br />\n<br />\n⊿ 聚會成員組成<br />\n參與聚會的人數將近200人,年齡分佈比例大約如下:<br />\n0-5歲 嬰幼兒:7% <br />\n6-11歲 兒童:9%<br />\n12-24歲 青少年:13%<br />\n25-44歲 壯年:37%<br />\n45-64歲 中年:25%<br />\n65歲以上 老年:9%<br />\n<br />\n男女比例大約如下:<br />\n男:32%<br />\n女:68%<br />\n<br />\n<br />\n觀察人員組成有以下幾點特徵:<br />\n1. 有許多家庭是全家一同出席。<br />\n2. 有小孩的男性除了全家一同出席的情況,通常都是獨自出席;而通常有小孩的女性都會帶著孩子一起出席聚會。<br />\n聚會成員之間大多存在關係線,是因成員之間來到此聚會,大多是彼此間口耳相傳而來。<br />\n<br />\n<br />\n觀察聚會成員之間的關係,有以下幾項特點:<br />\n1. 聚會成員之間大多以名字彼此相稱,年齡差距在稱呼上的表現並不明顯。僅於稱呼一些較年長者會加上「姐」、「奶奶」、「爺爺」等適當的稱謂。<br />\n2. 聚會成員看待他們稱為牧師、師母的人,感覺比較像是看待父母的態度,而不是看待領導者的態度。<br />\n3. 聚會成員之間樂於彼此幫助,視彼此為親近的家人。<br />\n4. 聚會成員之間表達感受頗為開放,常會以言語表達心裡的感受,也不吝於以擁抱向彼此表達。<br />\n5. 至少一半以上比例的成員,談話方式較為直接,彼此間在意說出真話,也能接受彼此直言相勸。<br />\n6. 若有新加入者,其他原有的聚會成員樂於陪伴,幫助新成員認識環境與聚會型態。<br />\n<br />\n<br />\n聚會過程中,有以下幾點觀察:<br />\n1. 儀式與程序的嚴謹並非聚會成員關注的重點,他們比較在意內容與感受層面。<br />\n2. 帶領聚會的牧師會有許多與台下會眾的互動,感覺帶領者與聽眾關係密切。<br />\n3. 主要帶領者傳遞的主要訊息為「愛」與「關係」相關之內容,常用自己或在座聚會成員的例子來加以闡釋欲傳遞的訊息。且在闡述訊息的過程中,能夠表達具體的重點與內心的情感,甚至會感動流淚,感受上帶領者十分投入所傳遞的訊息。<br />\n4. 據觀察,大部分聚會成員較在意聚會內容帶給自身的感受,以及彼此之間的人際關係;較不在意視覺等身體直觀感受,也較不在意邏輯思考等能力。但仍有極少數的人除了在意內容與人際關係,也會在意聚會場所中各事物帶來的直觀感受,也重視想像力、邏輯、音樂等能力,認為這會一定程度影響內容呈現帶給人的感受,這類型的人通常是會在這個群體中提出問題,並且嘗試變革的人。<br />\n<br />\n<br />\n其他觀察:<br />\n1. 聚會成員之間關係緊密,有活動時大家一起動員的人數比例高。<br />\n2. 聚會成員對群體認同度高,且聚會成員認為參與聚會帶給他們新的經歷與更好的人生,因而希望身邊的人也有機會擁有更好的生活。因此,許多人在生活中致力於邀請親友參與聚會,或彼此相約至適當的公眾場所關懷與邀請人來參加聚會。</div>',1,0,'',0,0,0,0,58,1168),(86,5,54,21,1698811398,1698811398,1,'回應: 第六週課前討論','<div class=\"text_to_html\">老師,我已經讀完兩篇文章,謝謝老師。</div>',1,0,'',0,0,0,0,1,18),(87,6,55,21,1698818350,1698818458,1,'回應: 外星人的教會觀察報告','<div class=\"text_to_html\">1.已讀指定文章</div><div class=\"text_to_html\">2.假設我是一名外星人,略懂中文,但對基督教、對人類行為僅有基礎了解,今天奉命去觀察一個人類活動(教會聚會),我發現了<br>\r\n這個人類活動(教會聚會)他們看待自己為一群與眾不同的人,他們和世界上其他宗教的人都不一樣,他們認為他們是有上帝祝福的一群人,他們注重屬靈的層次,不太注重肉體的層次(也有很多例外),他們認為他們已經找到了得救的方法,而且這得救的方法只有他們有,別的宗教那裏都沒有。因為聖經說除他以外別無拯救。他們用「親愛的家人」一詞來問候,他們也形容他們內部彼此之間的關係是弟兄和姊妹。<br>\r\n他們認為他們肩負了拯救世界的責任,所以所有的活動設計都是為了要別人知道,世上每一個人都是罪人,他們需要被拯救。但這個聚集卻看待他們群體以外的人為屬世界的人,是外邦人(非我國人),他們稱他們群體以外的人為「還沒得救的人」,或是「愛世界的人」,這些還沒有得救的人他們熱愛金錢、熱愛名利、熱愛世界的享樂,他們也用「不信主的人」,「不敬虔」的人來描述他們群體以外的人,他們希望這些人能快快做出悔改的行動,能用他們的方式去生活,不要把追求金錢名利看的如此重要,他們希望這些人能看起來像他們一樣,穿得很正常,說話很正常,不說髒話,沒有刺青,沒有把頭髮染得五顏六色,最好是外表看起來不要和他們差太多最好。這個聚集期待參與者做出的行動是「來學我們」。這個聚集傳達給參與者的訊息是如果你不信上帝,你就不會得救,你要來和我們一起來敬拜神、要多多聚會、多多參與服事、真實的守奉獻,參與禱告會,你才能脫離世上的邪惡、試探、兇惡、空虛、痛苦和沒有平安的人生,這些訊息會從進入教會那一刻起常常不間斷地以LINE和講道來傳遞給這些外來族群。根據我的觀察,對這個聚集來說,人類的溫覺、節奏感、聽覺、想像力和飽足感、對環境的適應力,學習力和回應上帝的能力、發問能力是重要的,相對不重要的是語言表達能力、邏輯思考的能力,味覺、平衡感,數學能力、人際關係的能力。</div>',1,0,'',0,0,0,0,4,813),(88,7,75,20,1698821258,1698821258,1,'回應: 第七週課前討論','<div class=\"text_to_html\">1. 我讀完文章了<br />\n2. 想要用《群物》牌卡設計教案</div>',1,0,'',0,0,0,0,4,23),(89,6,55,6,1698835548,1698835548,1,'回應: 外星人的教會觀察報告','<div class=\"text_to_html\">*外星人的教會觀察報告*<br />\n<br />\n⬧ 這個聚集怎麼看待自己?他們使用哪些類比描述自己?(例如:「家庭」、「軍隊」)<br />\n在聚會中我觀察到,他們會說他們是一個大家庭,台上帶領聚會的人常常會說:家人們、姊妹們、弟兄們、或是說:弟兄姊妹們,而且我也發現他們彼此之間似乎都很認同這樣的稱呼方式,所以我覺得他們可能是一群我們小時候讀過的【星際生物學- -地球人篇】當中提到的:具有血緣關係的親屬,但是在經過我使用星際語言翻譯系統與其中一些人交談過後,我才知道他們其實是來自各個不同家庭的一群人,而這一點則證明了在【地球-宗教歷史百科】中提到過的基督教徒的組織模式。但是,除此之外我也發現他們還有用其他的名稱來稱呼他們這一群人,比如說他們說他們是一個大軍隊;他們要一起與所謂的撒旦爭戰, 並且因為倚靠耶穌必要爭戰得勝。除此之外,還有人說他們是醫院,他們曾是生病的人,他們需要靠耶穌這偉大醫生而得救重生,他們還說因為耶穌這位大醫生的關係,所以他們也可以用耶穌的名義來幫助其他生病的人也得到救治!<br />\n<br />\n⬧ 這個聚集怎麼看待他們群體以外的人?他們使用哪些類比描述這些人?他們希望這些人做出哪些行動?<br />\n在這當中他們稱自己是基督徒,他們是上帝的兒女、是上帝的百姓、是屬神的軍隊,他們是耶穌的所救贖回來的人,他們也自稱自己是因著恩典而得救的人,所以他們也說常常會彼此稱呼彼此為主內的家人,相對的他們會說他們群體以外的人為”外邦人”,或是”福音朋友”、未得之民。甚至有人說他們以外的人是仍然在罪惡死亡中的”罪人”,也有人用迷失的羊這樣的字眼來形容他們群體以外的人—並且,他們共同的期望就是希望這些人能夠跟他們一樣加入他們的群體。<br />\n⬧ 這個聚集期待參與者做出哪些行動?(無論是聚集期間,或是聚集前後)<br />\n就我的觀察他們會在聚會當中會要求他們一些動作或者是一致的話語,比如說他們在唱歌的時候,台上的人有時候會要求大家舉起雙手,或者是抬頭仰望、或者是高聲的呼喊”哈利路亞”,在他們的演講的場合當中,台上的演講者也有時候會要求其他人說:跟你左右兩邊xxx,聚會快結束的時候也會要求所有人下個禮拜同樣的時間仍要繼續來聚會,並且他們還要求大家要常常禱告、讀聖經QT、RPG。<br />\n<br />\n⬧ 這個聚集傳達給參與者哪些訊息?這些訊息以什麼方式傳遞?以什麼語氣、態度傳遞?<br />\n我發現他們傳達的信息,主要是跟一本叫做聖經的書有關,而這本書根據我們星球的教導,其實也就是我們的家譜&家訓。<br />\n<br />\n⬧ 根據你的觀察,對這個聚集來說,人類的哪些感官與能力是重要的?哪些相對不重要?<br />\n*重要的:視覺、聽覺、語言、表達力、同理心、人際關係、邏輯思考、空間感、節奏感、音樂能力、觸覺。<br />\n<br />\n*相對不重要:溫覺(對溫度的感受)、痛覺、不適感、嗅覺、時間感、數學能力、味覺、平衡感、想像力、飢餓感/飽足感、發問能力、本體感/(身體部位彼此之間的關係,例如閉眼用手摸鼻子,或是自己與他人在空間中的關係)</div>',1,0,'',0,0,0,0,20,1181),(90,7,75,6,1698836343,1698836343,1,'回應: 第七週課前討論','<div class=\"text_to_html\">1. 我讀完文章了<br />\n2. 期末報告考慮寫流行歌曲《五月天-諾亞方舟》或電影《納尼亞傳奇》或台灣電視劇《我們與惡的距離》</div>',1,0,'',0,0,0,0,4,56),(92,6,55,17,1698914196,1698914493,1,'回應: 外星人的教會觀察報告','<div class=\"text_to_html\">這個人類群體和其他的人類群體不同,聚在一起,一起唱歌、一起看一本很厚的書,一起聽上台報告的人講話。台上的人語氣有時候激昂、有時候憂愁,又有時候溫和,但他們很堅定的表達他報告的重點。他們還有個奇怪的儀式,他們會一起低頭、閉眼睛,其中一個人說話到一半時,突然大家很有默契的同聲說說:「阿們」。我感覺他們很喜歡這樣聚會。他們說他們是基督徒,是神的兒女,教會是神的家,他們覺得沒進來的人是可憐的,會滅亡,所以,有一群人非常熱心的討論,怎麼把外面的人吸引進來神的國。我問他們的神的國在哪?他們說在天國,地球上看不見。但我目前在宇宙中還沒有找到天國在哪裡,所以就問他們可以怎麼跟神取得聯繫,他們就說:「禱告。」原來那個奇怪的儀式叫禱告,只要這樣就可以留言給神,掛電話要記得說「奉耶穌的名 阿們」。<br>\r\n在個群體中還有一類比較半熟的群體,他們看起來很有活力,聚會唱的歌也很吵,唱一唱還會跳、雙手還會舉起來,感覺特別有活力。他們在視覺、聽覺及情感上更豐富,常常以圖像、影片欣賞播放,太長的文字讓他們感到不耐煩,他們不太用那本厚厚的書,都用手機來讀。不過,我以為情感豐富的他們,會有更多人穩定的出席聚會,但是好像他們不那麼喜歡。如果上一週跟他一起的同伴沒有來,他們這一週也跟著不會出現,看起來他們好像來是來找朋友的。<br>\r\n這些叫做基督徒的,也會定期舉辦一些大型活動,其中一個叫聖誕節,另一個叫復活節。他們會到街上唱歌、發單張、演戲,還有人會講神怎麼找到他的。復活節的時候他們還會發彩蛋。他們說這是為了要讓人認識神,希望還不認識神的人可以相信神愛他們、愛到為他們捨命。他們在遊行的時候,說他們是神的軍隊,因為有另外一股勢力會企圖破壞他們尋找兄弟姐妹。所以他們禱告神與他們一起作戰,還要派天使(聽說是家僕)一起作戰,保護基督徒。<br>\r\n另外我發現,有一群基督徒是一群自省能力很高的人類,他們會去修正他們做錯的決定和行為,在關係上也保持和平相處的狀態。雖然他們看不見神,但他們可以用他們擁有的心靈來禱告,與神訴說。</div>',1,0,'',0,0,0,0,5,834),(93,7,90,22,1698917757,1698917757,1,'回應: 第七週課前討論','<div class=\"text_to_html\">1.我讀完文章了<br />\n2.期末報告考慮寫電影《逆轉人生》</div>',1,0,'',0,0,0,0,2,25),(94,7,75,5,1698926193,1698926193,1,'回應: 第七週課前討論','<div class=\"text_to_html\">1.閱讀:我讀完文章了。<br />\n2.期末報告正在考慮的作品:1.華語世界首創「福音動漫MV」製作計畫2.以魔戒的概念來設計一場密室逃脫3.其他<br />\n<br />\n(本作業已於10/30回覆在第六週課前討論中)</div>',1,0,'',0,0,0,0,3,90),(95,7,75,21,1698926730,1698926730,1,'回應: 第七週課前討論','<div class=\"text_to_html\">1、我已讀完<br />\n2、電影:沼澤謀殺案<br />\n或分享藍迪.愛爾康的著作「天堂」</div>',1,0,'',0,0,0,0,3,32),(96,8,0,2,1698932889,1698932957,1,'第八週課前討論','<p dir=\"ltr\"><span style=\"font-size: 0.9375rem;\">閱讀完唐斯,《預約心靈沃土》,第十章</span><span style=\"font-size: 0.9375rem;\">,用<span lang=\"EN-US\">150-250</span>字提出一則問題或是心得。</span></p><p dir=\"ltr\"><span style=\"font-size: 0.9375rem;\">(問題:看不懂、疑惑,想詢問同學意見,或是想反問作者的問題;心得:新發現、新想法,激勵你要做出的回應等等。)</span><br></p><p dir=\"ltr\"><strong style=\"font-size: 0.9375rem;\">繳交期限:</strong><span style=\"font-size: 0.9375rem;\">課前24小時發表(即 11/8 晚上 7:00 前)</span><br></p>\r\n<p dir=\"ltr\">(點選右下角「回覆」)</p><br>\r\n<p></p>',1,0,'',0,0,0,0,8,131),(97,9,0,2,1698933028,1700589729,1,'作業繳交:找資料並寫註解(歷史、類型)','<p dir=\"ltr\"></p>針對期末報告的文化產物(藝術品),找至少五篇相關的資料。<br><span style=\"font-size: 0.9375rem;\"><br></span><ul><li><span style=\"font-size: 0.9375rem;\">這些資料可以用來回答「方法」裡面的「一、歷史」與「二、類型」相關題目。<br><br></span></li><li>針對每一則資料,寫下它一個核心思想以及這件事為何重要、為何與這件作品或期末報告有關。<br><br></li><li>資料分作兩種:一次文獻<span lang=\"EN-US\" style=\"font-size: 0.9375rem;\">Primary Source</span><span style=\"font-size: 0.9375rem;\">(例如創作者訪談、藝評、觀眾心得等等),與二次文獻(例如生平傳記、該藝術形式的通論等等)。請盡量找有標明出處的文獻。<br><br></span></li><li>範例註解:「古寧漢認為,劇場『同時呈現多種聲音』,而透過這些聲音,我們可以獲得『關於一連串道德議題的眾多觀點』。但是因為劇場拒絕評論這些聲音、拒絕『告訴我們哪些聲音是對的』,因此劇場便能訓練觀眾從事道德思辨。再者,劇場提供演員與觀眾契機去『住在這些角色代表的人物內』;這也是劇場——相對於小說——所能產生的鮮明印象。這麼說來,是否劇場愈鮮明、愈『沉浸』,在建立觀眾的道德思辨能力上就愈有效?」</li></ul><p dir=\"ltr\"><span style=\"font-size: 0.9375rem;\">繳交期限:第九週上課前<span lang=\"EN-US\">24</span>小時(<span lang=\"EN-US\">11/15</span>晚上<span lang=\"EN-US\">7:00</span>前)</span><br></p>\r\n<p dir=\"ltr\">(點選右下角「回覆」)</p><br>\r\n<p></p>',1,0,'',0,0,0,0,10,423),(98,8,96,14,1699236070,1699236070,1,'回應: 第八週課前討論','<div class=\"text_to_html\">《三把刷子不可少》讀書心得<br />\n一、尋找恰當的敞開時刻<br />\n作者提醒撒種者,栽種第一要考慮的是時機。<br />\n這點我不完全同意:我們經常用自己的眼光、經驗或好惡來判斷時機,但是上帝可能有不同的計畫,結果可能是錯失良機或措手不及。<br />\n二、刷子1問個好問題<br />\n作者提出:不具威脅性、表達謙卑、讓對方自己找到真理、要求問題來回應,這些都是好問題。四種鬆土的問題:有關對方背景的問題、向對方請教意見的問題、讓對方發揮想像力的問題、讓對方流露情感的問題。<br />\n深有同感,尤其在傳福音或跨文化宣教時要善加運用。<br />\n三、刷子2找出共同點,讓對方覺得:我們的差別沒那麼大、我們的價值觀相近、我們的關懷和興趣相仿、我們有同樣的需要。第2把刷子有點難度。<br />\n四、刷子3:你的生命。為他拉張救生網,把自己種在他的生命中。體會他的想法不按自己的意思,帶著他不要打發他,一次簽約,永續服務。第3把刷子難度非常高,可能無法做到。</div>',1,0,'',0,0,0,0,9,378),(99,8,96,13,1699243442,1699243442,1,'回應: 第八週課前討論','<div class=\"text_to_html\">好问题、寻找共同点和将生命投入进去,确实是建立关系的关键点。<br />\n因为我在福音小组服侍,在过去七年中认识陪伴了很多的慕道友,也看到其中一半的人归主,委身在教会。好问题真的是一把打开话题的钥匙,让对话不停留在浅表的阶段,能更深地进入对方的内心,帮助对方表达。其中有时候,遇到一些弟兄,问他们一些感受性的问题,他们好像就比较难回答,通常都是简单的回答。但是若问到他们对某事的观点和主张,就比较容易打开他们的话匣子。而女性一般是对感受性问题很有回应。<br />\n寻求、建立共同点也很重要。我们通常喜欢找不同,问的问题也大多是我们有什么不同,好像这个不同让我们就独一无二。可是,我们拥有的共同点比想象得要多的多。<br />\n把自己的生命埋进去,我很认同。但是,我的问题是,若一个人是内向型性格,不喜社交,当对方对自己友善表示出拒绝,一般不会尝试第二次。这样的话,好像生命就很难埋到对方的生命中去。这如何解?</div>',1,0,'',0,0,0,0,4,384),(100,1,1,13,1699244260,1699244260,1,'回應: 第三週課前討論','<div class=\"text_to_html\">牧师,真的是很需要审美品味的。人走进教会,光线、桌椅的材质、桌椅的摆放,这是人视觉所触摸到的。而空气的流通程度,温度和湿度,空气中淡淡的若有若无的味道,这是人身体的感觉。这样的空间感觉会直接影响人进来的体验感。我不得不说我们的主任牧师有很好的审美,我们的装修他基本都参与意见。我们有几位学习设计的弟兄姊妹,他们都各有恩赐。我也很高兴能和他们同工,每次的合作都是很有启发性。可是,也确实发现,其中有些服侍,真的很需要弟兄姊妹的审美,比如ppt。很想知道,信仰如何提高我们的审美?很想大家的审美都有一个提高。</div>',1,0,'',0,0,0,0,1,252),(101,7,75,13,1699246678,1699246678,1,'回應: 第七週課前討論','<div class=\"text_to_html\">1阅读:已经读完文章。<br />\n2期末报告考虑《霍比特人1:意外之旅》</div>',1,0,'',0,0,0,0,2,30),(102,8,96,5,1699269549,1699269549,1,'回應: 第八週課前討論','<div class=\"text_to_html\">「撒種者可以用三件特殊的工具來幫助栽種:問題、共同點和自己的生命。」身為基督徒,會有身為撒種者的自傲感,因為我們掌握了特殊的「種子」,是能撒在人的心田,使人的生命有嶄新開始的種子。但也正如作者所說的:「我們自覺為一個『給答案的人』。」當我在面對青少年、成人或是長者時,我確實常要在談話的同時,讓自己保持第三者的視角,從旁監看我與未信者的對話,以這樣的方式來監督自己是否過於「自以為是」?是否給人一種莫名的「優越感」,以至於使這恩典的福音反倒門檻加高,甚至有種「高不可攀」之感?</div>',1,0,'',0,0,0,0,1,238),(103,8,96,22,1699281763,1699281763,1,'回應: 第八週課前討論','<div class=\"text_to_html\">基督徒應該如何撒種?裡面提到蘇格拉底的方式,真的很特別。基督徒在傳福音的時候,往往滔滔不絕,連在旁邊的我都覺得不耐煩...即使對方跟著做了決志禱告,是「真的」決志?還是想結束這場佈道演說?這樣的操之過急,其實沒有什麼效果。<br />\n只是,尋找和對方的共同點,要如何避免過於「妥協」?這又和「分別為聖」是否有牴觸?中間分寸如何拿捏?記得曾經有位牧師,跟著大甲媽祖遶境,並且接受媒體採訪。此事對於傳統信仰的人來說,會產生怎樣的效應?會不會助長了「條條大路通羅馬」的誤解?</div>',1,0,'',0,0,0,0,2,228),(104,8,96,11,1699344018,1699344018,1,'回應: 第八週課前討論','<div class=\"text_to_html\">如何與他人建立關係一直都是重要的議題,上周的閱讀讓我們了解依據基督信仰眼光閱讀″被宣講者″的文化,並做出正確的詮釋的重要。延伸到本周的閱讀,我覺得就是運用對″被宣講者″的文化詮釋,而打破與″被宣講者″僵局的方法,本篇文章以保羅的例子來提醒我們,我也想到耶穌也會因對象不同,而以不同問題來開局,這將是一個在溝通上很好的出發。<br />\n這堂課讓我認為藝術是找到雙方共同處很好的媒介,因藝術相對其他有爭議的事物,較沒有衝突性,大眾都可表達對藝術品的想法,從想法中就可以了解到對方的理念,建立對話的可能性。<br />\n建立良好又信任的對話安全網,最終目的就是要將真理傳達給″被宣講者″,而且這是個持續性的工作。</div>',1,0,'',0,0,0,0,3,290),(105,8,96,23,1699345026,1699345026,1,'回應: 第八週課前討論','<div class=\"text_to_html\">《三把刷子不可少》里讲的“三把刷子”很好,我总认为自己不会传福音,给很多朋友同事讲过耶稣,说明信耶稣得永生,很少有果效。很多同事出于好奇听听,也到教堂参加圣诞节崇拜聚会,很少有来教会。我反思自己,就像文中所说“讲的太多,喜欢演讲,是给人答案的人”,让他们自己找真理,听他们的想法,让他们自己探索答案,总是太着急,缺乏同理心。第二点“找到共同点”,不用自己的观点去转化他人,这是值得学习的过程。对于不熟悉的人更适合。第三点“把自己种在他生命中”,我感觉很有困难,因为一些儿女不在身边的老年人,用此方法接近了解他们,帮助他们解决一些生活问题或陪伴,效果应该好很多。担心这样会影响自己的生活和时间,不知道如何处理这种关系,如果没有时间和精力帮助他们,关系可能破坏(因为之前曾有过)。所以,像约伯的三个朋友那样,能几天几夜不说话陪伴约伯真是难得,当然不应该有后边的指责论断。“体会他的想法,不按自己的意思”“同情与安慰,不求回应”真的很难,时间久了,没有回应就会“打发他”!如果有同伴一起扶持,有教会团队的支持,效果会更好!</div>',1,0,'',0,0,0,0,1,458),(106,8,96,21,1699415651,1699415651,1,'回應: 第八週課前討論','<div class=\"text_to_html\">這一章中提到的撒種者可用的三個工具,其中一個讓我特別有興趣的就是問好問題。<br />\n這讓我想到耶穌就是問好問題的高手,不管是撒瑪利亞婦人,尼哥底母,耶利哥路旁的瞎子,畢士大池旁的癱子,耶穌都從問題開始,並讓他們自己先思考並說出來,最後耶穌再將他的觀點告訴他們,這正符合作者所說撒種者的好工具-問個好問題。但問題是甚麼是最適切的好問題,這就需要聖靈的感動和智慧了,我也常遇到一些情況就是,現在我想和眼前這個人說話,但我要問的問題會不會很蠢?會不會讓人討厭?特別和年輕人說話,如何問好問題,讓他們不會嫌惡和逃走,雖然真的不容易,但今天的文章也鼓勵我在這方面需要下功夫。</div>',1,0,'',0,0,0,0,2,277),(107,8,96,20,1699432745,1699432745,1,'回應: 第八週課前討論','<div class=\"text_to_html\">在看這一篇閱讀的內容時,我心裡一直有一種感受,就是本篇文章在講述的事情,是我一直覺得藝術能夠做到的事。<br />\n如果「問個好問題」這件事情能夠用藝術的方式表達,好像就能以更開闊、能更激起人們共鳴的方式去提出一個探問。當藝術在我們之間作為一個特殊的媒介,好像也能與對方在這過程中,產生一種「找到彼此共同點」感受。當然,在這當中我們需要用我們的生命作為重要的基礎。<br />\n有上述這些想法後,就看到本篇文章的結尾提到「書籍、電影等材料可以幫助我們和未信者自然談論屬靈話題」,這和我前面所想到的有相似之處。</div>',1,0,'',0,0,0,0,3,240),(108,8,96,19,1699439351,1699439351,1,'回應: 第八週課前討論','<div class=\"text_to_html\">心得:<br />\n最近我常向某個年輕媽媽買飯糰,偶爾會聊天,她知道我在修神學院的課,有主動說起她父親幾年前也受洗,還有她的攤位有提供愛心待用餐,我們教會如果有人有需要可以來取用。當我將待用餐的訊息告知教會傳道後,他很認真地打電話來與我討論這件事,因為他覺得這位年輕媽媽是可以建立關係、傳福音的對象。我們討論到什麼是可行的、什麼是不要做的。<br />\n<br />\n其實在傳福音的方法,以前我會用推銷信仰或聖經的話語—愛講大道理的方式,對方抵擋的心態會很明顯。後來有朋友提到她自己遇到的情況,她說她先生的二姊是基督徒,二姊看到她女兒穿的T恤畫著媽祖時一直說「不要穿這個,這個都是撒旦、魔鬼!快點脫掉」而在其它時候,二姐對待她和先生有點功利取向,例如向她推銷直銷商品、臨時叫她去取貨等,聽的出來她有點因為二姐的為人處世,而不認為基督徒有多好。<br />\n<br />\n在那之後,我就改變心態,也開始用「活出見證」及「建立關係」的方式,這跟書裡所寫的第二、三把刷子很像,相較之下我比較欠缺的是「問問題」的能力和鍛鍊!<br />\n<br />\n問問題其實是一個很好的方式,會讓對方去思考,而且大部分的人會想要回答一個「好問題」。今天我有一個自我覺察,那就是如果要為主做事,就不能只當一個好學生,而是要改當「好老師」,或說是期許自己往老師的方向努力.只有自己懂,還不夠,要能夠好好地教導人;而好老師要懂得問問題,幫助學生來思考、建構。</div>',1,0,'',0,0,0,0,6,567),(109,8,96,6,1699449844,1699449844,1,'回應: 第八週課前討論','<div class=\"text_to_html\">*找機會脱穎而出<br />\n*尋找恰當的敞開時刻<br />\n<br />\n刷子1:問個好問題<br />\n提問題比給答案更有效。不以傲慢示人,而是謙卑提問,以栽種真理。<br />\n**四大價值:<br />\n1.問題不具威脅性<br />\n2.問題表達謙卑<br />\n3.問題讓對方自己找到真理<br />\n4.問題要求問題來回應<br />\n<br />\n**4種鬆土的問題<br />\n1.有關對方背景的問題<br />\n2.向對方請教意見的問題<br />\n3.讓對方發揮想像力的問題<br />\n4.讓對方流露情感的問題<br />\n<br />\n刷子2:找到共同點<br />\n**聰明的溝通者會先找共同點,而不是争議點。<br />\n<br />\n刷子3:你的生命<br />\n撒種者還要種下自己的生命, 以尊重、真誠和愛心來分享基督的愛,展望將來收成。<br />\n三個原則:<br />\n1.體會他的想法,不按自己的意思<br />\n2.帶著他,不要打發他<br />\n3.一次簽約,永續服務</div>',1,0,'',0,0,0,0,23,282),(110,8,96,17,1699532081,1699532081,1,'回應: 第八週課前討論','<div class=\"text_to_html\">當了多年的基督徒後,也忘了當初的自己怎麼進入並接納一個一神,迥異於原先多神的信仰。<br />\n一個異教者進入新的信仰場域,必然不會覺得自己所信是假,甚至,對於號稱「獨一」真神的信仰感到霸道難忍而敵對、批評。後來的改變,其實就是一段被接納、同理及尊重的關係。<br />\n因著對方的接納我才嘗試去「尋找」對方所分享的內容。作者的這三把刷子再次提醒:不要只想給答案,等候時機、理解與接納才能領人進入我們邀請的世界。</div>',1,0,'',0,0,0,0,3,192),(111,10,0,2,1699768338,1700589677,1,'作業繳交:回答「內容」','<p dir=\"ltr\"></p>針對期末報告的文化產物(藝術品),嘗試回答「三、內容」的疑問(見第六週講義)。<br><span style=\"font-size: 0.9375rem;\"><br></span><ul><li><span style=\"font-size: 0.9375rem;\">請為您的答案提出<strong>證據</strong>與<strong>說明</strong>,即回答:<strong>它如何做到這些事?</strong><br><br></span><ul><li>例如:「本作品有談論到基督教主題。它在5分9秒的地方,透過兩位演員雙手在畫面中擺放的位置,呼應米開朗基羅的《創造亞當》。這讓我認為,導演想讓觀眾聯想到神造人的故事。在這個電影中,角色胡教授被當作是創造者,角色朱利安好像是他的創造,其中他們又反映出『神按著自己的形象照人』的神學思想,因為朱利安在後來說道……」<br><br></li></ul></li><li><span style=\"\">關於「2. 終極關懷」,這一題指的是該作品是否表達對終極事物的興趣。按照田立克 (Paul Tillich) 的說法,每個動物都會表達一些基本關懷,例如想要吃飽(食物)、想要溫暖(住所)等等,但人類還會表達所謂「終極關懷」。這些關懷跟個人一生的價值或所追求的有關,或與整個社會所追求的有關。例如:追求真理、追求和諧、追求自由、追求永恆等等。換句話說,「2. 終極關懷」問的是:「這件作品是否表達其創作者或創作者所在的社群所追求的終極事物?」<br><br></span></li></ul><p dir=\"ltr\"><span style=\"font-size: 0.9375rem;\">繳交期限:第十週上課前<span lang=\"EN-US\">24</span>小時(<span lang=\"EN-US\">11/22</span>晚上<span lang=\"EN-US\">7:00</span>前)</span><br></p>\r\n<p dir=\"ltr\">(點選右下角「回覆」)</p><br>\r\n<p></p>',1,0,'',0,0,0,0,11,475),(112,11,0,2,1699768441,1699768658,1,'第九週課前討論','<p dir=\"ltr\"><span style=\"font-size: 0.9375rem;\">觀賞完 Elaine Scarry,「美作為對公義的呼求」</span><span style=\"font-size: 0.9375rem;\">,用<span lang=\"EN-US\">150-250</span>字提出一則問題或是心得。</span></p><p dir=\"ltr\"><span style=\"font-size: 0.9375rem;\">(問題:看不懂、疑惑,想詢問同學意見,或是想反問演講者的問題;心得:新發現、新想法,激勵你要做出的回應等等。)</span><br></p><p dir=\"ltr\"><strong style=\"font-size: 0.9375rem;\">繳交期限:</strong><span style=\"font-size: 0.9375rem;\">11/22 晚上 7:00(因上傳時間較晚,本次討論只要在第十週上課前發表即算滿分)</span><br></p>\r\n<p dir=\"ltr\">(點選右下角「回覆」)</p><br>\r\n<p></p>',1,0,'',0,0,0,0,8,159),(113,11,112,13,1699860390,1699860390,1,'回應: 第九週課前討論','<div class=\"text_to_html\">很高兴老师推荐了这个视频,去年无意中听到这个speak,对我真的启发很大。今天再听,又有新的想法。1. 美对人的非自我化,或极端去中心化,这点的总结真的很精妙。美使我们有愉悦感发,又让我们忘记自己,但是又很高兴自己自己不是在中心,是作为一个边缘化的角色。这解释了为什么我们很喜欢进入到大自然的环境中,花草树木、云彩、微风能让我们安静下来。因为这个时候,我们的注意力不在自己身上,我们的注意力在美上面。2. 我们看到美,这个美会促使我们去修复这个世界。是的,促使我们去消费的,是以美的外表出现的。但是,它激发的是我们内心的那个自我中心。真正的美,让我们忘记自己,关注外面的世界,想让这个世界是个更好的地方,想去祝福,想去修复,想去创造。美,带离我们的眼光到一个全然的他者身上,最终,我们在对美的追求中,找到至圣者,找到公义之主。希望每个人在这样的一个旅途之上。</div>',1,0,'',0,0,0,0,3,377),(114,11,112,5,1699866226,1699866226,1,'回應: 第九週課前討論','<div class=\"text_to_html\">我覺得讀者先將「美」及「公義、正義」的英文字詞並列,並且從中找到共同點以及共同的對立字,用這樣破題的方式,也使我從另一個角度來看「美」。「美」會促使人做出一些行動,舉凡:生孩子、作詩等,美會使人產生衝動,然而,衝動也不全是不好的,反倒因為衝動,產生了後世可觀賞的莫內畫作,也延續了生命。在現在消費主義充斥的社會中,美卻淪為「應該被擁有的-買下來吧!」,這類以消費者/人為主體的購物慾望,反倒缺失了「美」所能帶來獨特的「去中心化」,也是從自以為是的舞台下來,讓真正的主角呈現出來。</div>',1,0,'',0,0,0,0,1,239),(115,11,112,19,1699870068,1699870137,1,'回應: 第九週課前討論','<div class=\"text_to_html\">週五我到彰化埔心的波粼Bling咖啡店(只能透過FB預約才會知道地址),那是位在工廠二樓的歐洲風格的咖啡店,在一樓工廠的後面有一個長型的花園,當我還在等帶位時,先到花園逛逛,我很訝異在那裡看到數種蝴蝶飛舞,畢竟都已經11月了。那個花園很美,不只是有一些藝術雕像,也是因為花草的種類很多樣,而且沒有人工修剪的痕跡,是很天然的花園。店家安排我坐在二樓的窗邊,下午3點半以後的陽光很美,我很開心是坐在這麼一個位子上。當天感受到的美,彷彿療癒了我的心靈,就很像影片所講的「非自我化」或「極端的去中心化」的經驗;另外當時看到的美景也提高了我的「美感」—即對事物的辨識能力。結合影片和在花園裡所感受到的美,我有點覺得台灣的城市建築如果能夠可以再多一些美感,再多一些這樣可以洗滌心靈的美景,也許可以減少憂鬱症、抑鬱症的發生,也許可以如影片所說的「美」將帶出我們對公正公義的追求,也讓我們開始去修復世上的傷痕。<br>\r\n附上 波粼 Bling 的臉書 https://www.facebook.com/sparklingwaterripples/</div>',1,0,'1',0,0,0,0,7,456),(116,7,75,16,1699883523,1699883523,1,'回應: 第七週課前討論','<div class=\"text_to_html\">抱歉老师,我把本次课前回复放在作业一栏上交了<br />\n1 已经阅读完成。<br />\n2 第一,考虑根据《天路历程 》儿童版设计戏剧游戏。第二,画一副画作</div>',1,0,'',0,0,0,0,6,62),(117,11,112,11,1699944007,1699944007,1,'回應: 第九週課前討論','<div class=\"text_to_html\">這支影片的觀點顛覆我的觀點-美與正義的結合,人的確容易被美、對稱的事物吸引,而且這個感動不但當下會有深刻的感受,也會影響了未來的生活(創造),有趣的是,演說者在短短的十分鐘中論述的鋪陳,也是每個主題三大點,而且有三大主題,或許這是刻意的鋪疊,而這也驗證演說者認為美善事務有對稱性的說法。在這演說中,我最有感的是演說者提到哲學家大衛・休姆所說:「自然的美善帶來良善的結果才算是美」,的確當我們感受到美善,但在後續創作時若不能去修復世界傷痕,就偏離了正義也失去了美善。</div>',1,0,'',0,0,0,0,1,232),(118,8,96,16,1699945037,1699945037,1,'回應: 第八週課前討論','<div class=\"text_to_html\">作者把我的眼光从“四种土地”拉回到作为“撒种者”的角度上。在课程中所探讨的所有方法和原则,背离了一个撒种人的热忱——为他拉张救生网,凭着自己的喜好是很难走得远的。<br />\n感谢老师所设计的课程上,也在“好问题”上有所体现,让我看到怎么从课前互动到课间探讨到课后作业(以及老师对于缴交作业的态度)给予开放性,提出要点但不带操纵性。这是给我在日后面对群体的牧养上一个全新的启发。也让我在这个课堂上比以往更敢于发言。<br />\n第二把和第三把刷子,我读到是“撒种人的谦卑”。<br />\n在忙碌和冷漠的世代里,<br />\n思考一:一方面不带着目的传福音,一方面要把福音信息传出去。<br />\n思考二:建立关系是重要的,但如果这人过于依赖教会团体或个人,对于撒种人可能也是一种情感负担。一旦教会聚会形式不得已不存在了(我们国内)这人的信仰也瓦解了。</div>',1,0,'',0,0,0,0,7,340),(119,9,97,5,1699954595,1699954595,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<div class=\"text_to_html\">藝術與青少年事工期末作業-納尼亞傳奇<br />\n2023.11.14<br />\n<br />\n一、文本背後的世界-歷史:<br />\n1.作品的創造史:<br />\n 《納尼亞傳奇》的作者魯益師(Clive Staples Lewis, 1898~1963,又譯為路易斯),曾經這樣說﹕「一個住過很多地方的人,較不易被故鄉的錯誤所欺騙。」或許這是他創作納尼亞系列的重要理念之一,因為這七本童話書特別是關於「空間的故事」,充滿了不同世界的聯結與轉換。C.S.魯益師與《魔戒》系列的作者托爾金都是牛津大學知名文人,兩人私交甚篤,在一次聊天中,他們有感於年輕讀者幾乎沒有什麼好看的奇幻故事,於是兩人承諾親自動筆創作,相互較勁一下,初步構想由托爾金寫關於時間旅行的奇幻故事;C.S.魯益師則寫關於空間旅行的奇幻故事。這就是舉世聞名的《魔戒》系列與《納尼亞傳奇》系列的由來。<br />\n Clive Staples Lewis,C.S.魯益師(或譯路易斯)。1898出生於愛爾蘭,1963過世。以奇幻文學《納尼亞傳奇》系列聞名於世,在學術上的地位建立於中古世紀英國古典文學的研究評論以及後現代文學批評上。C. S. 魯益師被稱為「二十世紀最偉大的牛津人」,他另一個更為人稱道, 但也更引起爭議的身份,乃是二十世紀基督教最重要的「護教學者」。1931 年 C. S. 魯益師成為基督徒,1933 年開始他便以寫作來闡述、宣揚他的基督教思想, 直到 1963 年辭世,一共完成三十多部的作品。<br />\n 《納尼亞傳奇》系列也被視為承襲古典兒童文學作品的代表作,十九世紀的《金銀島》、《安徒生童話》…等等,都可在《納尼亞傳奇》的故事中找到縮影,對於當時久無佳作的兒童文學來說,《納尼亞傳奇》系列作品的推出,成功轉變了大家對兒童文學邊緣化、簡單化的認知,締造了一個新的里程碑。C.S.魯益師的《納尼亞傳奇》系列作品影響後世作家十分深遠,包括近期《哈利波特》系列的作者 J.K.羅琳都曾表示自己深受 C.S.魯益師作品的影響。雖然,《納尼亞傳奇》是寫給孩童的故事書,但這一系列卻是魯益師信仰成熟期的作品。他在一九二九年由無神論轉向一神論,一九三一年成為基督徒,在納尼亞系列完成之前,魯氏出版的重要神學著作已經包括﹕《天路回程》(1933)﹑《痛苦的奧秘》(1940)﹑《地獄來鴻》(1942)﹑《天淵之別》(1946)﹑《神蹟》(1947)﹑和《純粹的基督教》(1952)。魯益師重要著作﹕<br />\n《 The Pilgrim\'s Regress》(1933)<br />\n《The Problem of Pain》(中譯《痛苦的奧祕》,1940)<br />\n《The Screwtape Letters》(《地獄來鴻》,1942)<br />\n《The Abolition of Man》(1943)<br />\n《The Great Divorce》(中譯《夢幻巴士》,1946)<br />\n《Mere Christianity》(中譯《返璞歸真》,1952)<br />\n《the Chronicles of Narnia》(中譯《納尼亞傳奇》系列,1950-56)<br />\n《Till We Have Faces》(中譯《裸顏》,1956)<br />\n《Reflections on the Psalms》(《詩篇擷思》,1958)<br />\n《The Four Loves》(中譯《四種愛》,1960)<br />\n《The Grief Observed》(中譯《卿卿如唔》,1961)<br />\n《An Experiment in Criticism》(1961)<br />\n <br />\n二、文本本身的世界-類型:<br />\n 人類歷史進入了現代時期,高舉科學、理性的旗幟紛紛揚起,隨著各種思想的風起雲湧,曾經主宰西方社會的基督教思想,卻一步步失去它的光環與舞台。不過被理性思潮所摒棄的超自然事物,在 C. S. 魯益師看來,卻是人類最為寶貴 的資產,它不僅反映著「真實」,更是「美」的源頭。《納尼亞傳奇》雖不是嚴謹、有規劃的作品,不過它卻完整承載著 C. S. 魯益師對現代主義的反動。它像篇議論,抨擊現代主義的產物;又像篇神話,傳承古老的真實。「拯救納尼亞王國」是從第一集到第七集的故事裡非常重要的主題,C.S.魯益師用簡單的語言鋪排出寓意深長的豐富內容,他不用科技的變裝,不用詭譎的劇情,不用艱澀的文字,但人的軟弱、謊言、虛偽、自大、驕傲、懷疑卻在這一套故事當中表現無遺,所幸亞斯藍總是從即將消失的納尼亞國度吹起一口氣,讓人在心中燃起新希望。<br />\n 在小說中,問題解決是情節鋪排中最重要的一環,不同性格的人,在面對困難所作出的選擇後,將影響整體故事的鋪排與敘寫。C. S. 魯益師曾說過他想要寫童書時,「那將會是傳承奈斯比特(E.Nesbit)的傳統。」而《獅子、女巫、魔 衣櫥》的故事開端,戰爭中的父母將小孩送到他處避 難,事實上則和奈斯比特的《許願精靈》設計如出一轍,看似取材自現實的人物,卻因為跨進意外的場 景,橫跨於現實與幻想世界之中;所以,在閱讀文本時角色設計的營造,往往也替主角鋪往不同未來之 路。因此,可以先利用簡單的分法,將文本中出現的 角色,區分成現實世界的人類和奇幻世界的非人類, 再細分不同的層次進行討論,《獅子、女巫、魔衣櫥》 的小說角色分類如下:一、人類形象,所謂的人類,指的是現實生活中可見的人物。二、特殊角色。<br />\n(一)兒童主角<br />\n《獅子、女巫、魔衣櫥》是C. S. 魯益師撰寫這一系列小說中的第一本,因此本書的兒童主角是故事的核心,這四兄妹為彼得、蘇珊、愛德蒙和露西。 1.彼得:13 歲,四兄妹中的老大,被媽媽賦予照顧弟妹的責任。態度穩重,有英勇的戰鬥精神,是具有領導才能的青少年;在故事中被形塑為帶領大眾的角色。2.蘇珊:12 歲,高瘦優雅,個性溫柔,多愁善感,主觀意識強,富有同情憐憫心。3.愛德蒙:10 歲,一開始出現被作者設定成小氣、愛惡作劇、貪婪,直到亞斯藍的犧牲改變了他,並加入對抗女巫的行列。4.露西:8 歲,個性包容,富想像力,勇於嘗試,喜歡冒險,真誠善良的心使得她能夠化險為夷。<br />\n(二)特殊角色<br />\n 在《納尼亞傳奇》的系列小說中,有許多非人類的生物出現,包含能言獸、矮人、女巫和神怪族類,<br />\n造就納尼亞王國裡,善與惡的衝突與對立。1.亞斯藍:由於C. S. 魯益師本身的宗教信仰,使得他創造出來的亞斯藍是萬獸之王的獅子,具有耶穌的影子,是正義的化身,也是此系列故事中的英雄傳說。牠不但創造了納尼亞王國,給予萬物自由意志,並扮演守護者的角色,在有困難的時候挺身而出,抵抗邪惡勢力。無私的牠在復活之後,為納尼亞王國帶來希望,牠帶領各種生物,直搗黃龍,使得原本疲憊的軍隊士氣大振,獲得最終的勝利。牠自己則在欽點四兄妹擔任國王和女王,擔負起統治的責任後,悄悄離開。2.女巫:在眾多故事中的女巫,都兼具美貌和邪惡的化 身。而路易斯筆下的女巫,具有雪白的皮膚和高大的 身材,展現嚴峻神色和高傲的冷酷。</div>',1,0,'',0,0,0,0,102,2689),(120,9,119,2,1700016080,1700016250,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<div class=\"text_to_html\">謝謝多嘉!你已經進入到期末報告的正文了呢!這部分之後再寫就好了 <img class=\"icon emoticon\" alt=\"微笑\" title=\"微笑\" src=\"https://moo.cultivarts.org/theme/image.php/moove/core/1696286633/s/smiley\"><br>\r\n<br>\r\n這次作業主要要請同學們找至少五則資料,然後針對每一則資料(例如報章雜誌、書籍、訪談等等),回答以下兩個問題:「寫下它(這則資料)一個核心思想以及這件事(這則資料提到的這件事)為何重要、為何與這件作品或期末報告有關。」<br>\r\n<br>\r\n看起來你已經找到一些資料了,所以接下來要請把目前成形的成品做一點拆解:請把每一則文獻寫出來(作者、標題、出版資訊、年份等等),然後回答這則文獻跟《納尼亞傳奇》期末報告的關聯。<br>\r\n<br>\r\n例如:<br>\r\n1. 文獻一:陳嘉銘,〈因父之名,反對基督〉(香港電影評論學會,2006年),<a href=\"\">文章網址</a><br>\r\n<br>\r\n這篇文章講到OOOOOO。這件事情很重要,因為OOOOOOO。這篇文章跟期末報告有關,因為作者的觀點可以用來回答「方法」裡面的「四、文化與教會」,「當初的受眾對它的反應?」這個問題。<br>\r\n<br>\r\n2. 文獻二:……</div><div class=\"text_to_html\"><br></div><div class=\"text_to_html\">3. 文獻三:……<br></div><div class=\"text_to_html\"><br></div><div class=\"text_to_html\">以上修改不用急著交。因為你已經在期限內寫了這篇,所以這項作業已經滿分了。不過還是要請你把這個前置作業完成(列出至少五則資料以及註解),這樣期末報告才會完整。</div>',1,0,'',0,0,0,0,12,456),(121,11,112,21,1700018934,1700018934,1,'回應: 第九週課前討論','<div class=\"text_to_html\">真正的美是平衡的、對稱的、公正的、公義的。<br />\n美所帶來的三個影響:<br />\n1.遇到美的事物讓我們為之欣喜<br />\n2.遇到美的事物讓我們忘記自己,感悟世界非因我而轉<br />\n3.遇到美能帶給我們更美的創作和修復不美<br />\n我個人覺得創作者有時也會因為遇見不美才有去改變的渴望。<br />\n有人因為缺乏所以努力去賺取,有人因為家人生病所以努力想成為醫生,<br />\n有人因為不自由所以想努力爭取自由,<br />\n有人因為不快樂所以想努力去尋找快樂,<br />\n所以我覺得人會因為遇見美而創作,人也能因為不美而創作。</div>',1,0,'',0,0,0,0,10,212),(122,9,97,14,1700025845,1700025845,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<div class=\"text_to_html\">期末作業-電影《自由之聲》相關的資料<br />\n電影名稱:自由之聲(Sound of Freedom),2023年上映<br />\n電影分類:美國犯罪動作片、屬於「r」<br />\n傳達信念:上帝的孩子是非賣品God’s Children Are Not for Sale<br />\n適合對象:保護級。適合任何宗教種族<br />\n<br />\n文獻<br />\n1. 影評<br />\n每年有超過200萬以上的兒童被販賣,但透過國際組織的營救,每年至多能救出的兒童僅寥寥百人至千人而已。《自由之聲》的背景也是目前世界的的真相。這是一部很特別的電影,不在於真實故事改編的部分,而在於電影拍攝與結尾的呈現。整個電影的編排將節奏與情感維持在盡量緊湊與平和的邊緣上,希望透過這平鋪直敘的過程來喚起世人對這類議題的關注。<br />\n2. 人物資料<br />\n(1)主角:美國國安局探員提姆(Tim Ballard),負責追查兒童人口販賣案件,在一次任務中將小男孩從犯罪組織中解救出來,並得知男孩的姐姐也同樣受害。提姆決定冒險前去搶救,卻被政府高層阻止,不允許他再持續追查,提姆毅然決然的辭去工作,並深入哥倫比亞叢林,把孩子們從煉獄中解救出來。<br />\n(2)演員:吉姆卡維佐Jim Caviezel飾Tim Ballard。曾在2004 年《受難記》中扮演耶穌。自《受難記》發行以來,已是一位在宗教場合中擁有號召力的公眾演說家。出生在華盛頓州康威的天主教家庭,父親有瑞士和斯洛伐克血統,而母親則是愛爾蘭人。<br />\n(3)製作人:墨西哥籍演員埃杜瓦多.維拉斯蒂吉(Eduardo Verástegui),近日改變人生跑道,宣布獨立參選2024年6月墨西哥總統。<br />\n3. 歷史資料<br />\n(1)哥倫比亞的人口販運<br />\n(2)地下鐵路行動( Operation Underground Railroad, OUR )<br />\n(3)哥倫比亞革命武裝部隊(Revolutionary Armed Forces of Colombia)</div>',1,0,'',0,0,0,0,40,746),(123,11,112,17,1700037062,1700037062,1,'回應: 第九週課前討論','<div class=\"text_to_html\">從沒思考過美之於正義之間有何的關聯。講員從一個很稀奇的觀點:從「美」來促進對正義關心!!, 我覺得頗牽強。討論美與正義中某些相似特徵,例如:「對稱」的對稱。不否認,在美之前,我們不自覺甘於「去中心化」,不再關注自我,在頌讚美的本體之餘甘願成為配角。然而不覺這意念對於正義有直接助益? 演講者說:「任何使我們發揮創造力的東西,都有貢獻於我們對正義的追求」,認為更多的創造,使豐餘而迫使我們重新分配,滿足了更多的需求……,感到很牽強的論述。<br />\n美的事物並非都對稱;去中心化不只在存在「美」之中,因為美而產生更多的創造,重新分配更非如預期得以正義。<br />\n 可能我愚魯,就這一段論說,還無法解理解美與正義論說的支持( 若提起善引起的正義行動,反而容易理解接受)。</div>',1,0,'',0,0,0,0,6,318),(125,9,97,11,1700038123,1700038123,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<div class=\"text_to_html\">一、鄧紫琪(2022)。《啓示錄》音樂連續劇已經發佈了8集!上半部7封致天堂的信已經完全露出!除《GLORIA》以外,在剩餘6封天堂的回信露出之前,就讓鄧編劇(鄧紫琪)親身為你盤點前8集劇情!!!。https://www.youtube.com/watch?v=-8YUxmCqRpM<br />\n註:創作者親自說明創作的構想,作品前段刻劃主角GLORIA面對的挫折、沮喪,在虛擬世界中找到愛,但這並不是完全的,還是要面對現實生活中的挑戰,在中段藉著相信愛裡沒有懼怕踏出未來的腳步。<br />\n二、CYN(2022.08.14.)14支新歌是她與天堂的對話:G.E.M. 新專輯《啟示錄》是一場自我救贖之旅。A Day Magazin。https://www.adaymag.com/2022/08/14/g-e-m-gloria.html<br />\n註: 在G.E.M.的分享中,我們可以感受到這是一場屬於她的救贖之旅,也是她與歌迷分享自己的內心世界。<br />\n三、Sean Cheng(2022.08.15)鄧紫棋新歌《Gloria》:從精神的廢土到恩典的樂土。今日基督教。https://www.christianitytoday.com/ct/2022/august-web-only/gem-gloria-deng-ziqi-revelation-chinese-christian-song-zh-h.html<br />\n註:1.沙龍牧師說他自己對鄧紫棋的歌似乎並沒有特別的感覺,而且他提醒基督徒,鄧紫棋的歌畢竟只是包含福音元素的商業歌曲,不是為教會創作的聖詩。但他特別感慨鄧紫棋用新歌來見證自己的基督信仰的勇氣。2. 同為“荊棘火”成員的小旭說,作為流行歌手的鄧紫棋在歌中使用《聖經》經文中的語彙來表達信仰,可以說是很好的“福音預工”3.儘管在社交媒體上也有一些基督徒質疑、批評《Gloria》背景過於灰暗,而且只講“愛”、沒有講到罪與悔改,但很多基督徒都肯定這首歌曲對基督福音和信仰的藝術呈現。<br />\n四、洪嘉蔚(2022.07.18.)。【經歷好多 世界變了好多】鄧紫棋閉關200天靈裡獲啟示 攜新作《啟示錄》回歸 鼓勵人愛裡沒有懼怕。https://ct.org.tw/html/news/3-3.php?cat=10&article=1391370&article_type=new&fontsize=2<br />\n註:專輯的自序中,鄧紫棋以「Gloria,愛裡沒有懼怕」為題寫道:「我是Gloria(鄧紫棋的英文名字),第一次聽到『愛裡沒有懼怕』這句話,是在我20歲生日那一天。那年生日的前兩天,我剛經歷一次撕心裂肺的分手,有緣遇到一位陌生人為我祈禱,對我說了如此簡單的六個字,瞬間讓我淚流滿面。一轉眼,十年過去了。我經歷了好多,世界也變了好多,在這個世界各地的社會氣氛都變得低迷、壓抑的大環境下,我再一次想起『愛裡沒有懼怕』這句話。」十年間,她心裡浮現過的問題,都在靈裡逐漸得到啟示,因此她希望以這張全新的《啟示錄》專輯,邀請歌迷陪她一起打開這扇讓她更加認識自己的啟示之門。<br />\n五、鄭英傑(2022)。「戰場」轉移-評介《流行樂、媒體與青少年文化:從「節拍革命」到「位元世代」》。教育研究集刊68(3),113-124。<br />\n註:1.知名流行歌手的創作理念與政治意向,往往扮演樞紐地位,例如:流行歌手以創作歌曲再現自己的人生觀,也帶領青少年一同刻劃當前世界的面貌;另一方面特定知名歌手若為政治團體/人物站台,同樣也會影響青少年的政治傾向。2.如何將青少年文化融入信仰生活中,一直是在青少年事工中重要的議題,如同作者的建議如何將青少年文化融入教學?當「老掉牙」碰上「新鮮感」的思考。</div>',1,0,'',0,0,0,0,19,1499),(126,9,97,20,1700038542,1700038542,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<div class=\"text_to_html\">期末報告主題:《群物》牌卡與教案設計<br />\n<br />\n一、前言<br />\n<br />\n 「如何培養美感?」「如和訓練孩子表達?」等問題,是很多家長所關注的。其實這些問題的背後,都蘊含著家長在意孩子的「感受力」這樣的訊息。當孩子有感受力的時候,他能知覺「美」,也更願意表達。除此之外,我認為感受能夠幫助我們理解,為學習與生命的養成帶來極大的益處。<br />\n 當許多人開始意識到這些事的時候,就會開始尋求「方法」來作為一個起始點,希望進入「感受力」的世界。因為對於人們來說,若沒有環境與背景的滋養,是需要一個明確可見的進路,幫助自己走進陌生的「感受力」世界。並且我們會希望在這過程中,如何有感受力的同時,也不失去理性的能力,使我們所感受、思想的達到平衡,且有助益。<br />\n這時候,有些事物就能作為媒介,幫助我們擁有感受的同時,也與理性之間彼此平衡、相輔相成。就如同席勒所認為的:「只有遊戲可以使人完整、使人發揮其雙重天性(感性與理性)。」<br />\n 遊戲作為一個媒介,使人在比較自由的狀態下能夠觸碰一些自身未覺察、未知的感受或想法。就像派特.亞倫認為的:「透過藝術創作可以發現、認識及探索自我,它是一種『知道』的方法。」同樣的,我認為遊戲也是一種「知道」的方法,讓我們去看見許多未曾想過的事。<br />\n 在這樣的思考基礎上,我選擇了創作一套牌卡,來作為遊戲。<br />\n 市面上其實其實有非常多種類型的牌卡,特別是在心理輔導相關的領域,各式各樣的牌卡不斷推陳出新。而《群物》在創作時,並非以心理輔導為目的,而是想嘗試創作一個能夠作為閱讀、遊戲,也能夠開啟創作、引導表達等多重功能的媒材。甚至期待使用者持續進行使用上的開發,延展這個作品的可能性。<br />\n 在《群物》中主要運用文字與圖像的結合,來作為主要的媒介類型,是因爲這兩者還是我們生活中最為熟悉的藝術媒介。如此設計是因為想要以對於圖像或文字陳述的直觀感受切入,讓人在觀看中去探索與被開闊。就好像席勒提出的:「美可以是一種手段,不是因為美有益於思想,而是因為美讓思想力獲得自由,使其能按照自身的法則而外顯,引領人從物質走向形式、從感覺走向法則、從受限的存在走向絕對的存在。」<br />\n<br />\n<br />\n參考資料:<br />\n<br />\n 弗里德里希.席勒(Johann Christoph Friedrich von Schiller)著、謝宛真譯,《美育書簡 : 席勒論美與人性》,臺北市:商周,2018 初版。<br />\n<br />\n派特.亞倫(Pat B. Allen)著、江孟蓉譯,《療癒, 從創作開始 : 藝術治療的內在旅程》,臺北市:張老師文化,2013 初版。<br />\n<br />\n劉豐榮,《艾斯納藝術教育思想研究》,臺北市:水牛圖書出版社,民91。<br />\n<br />\n本斯.納內(Bence Nanay)作 、蔡宜真譯,《美學 : 打開未知的美感體驗》,臺北市 :日出出版,2022 初版。</div>',1,0,'',0,0,0,0,33,1094),(127,11,112,6,1700039745,1700039745,1,'回應: 第九週課前討論','<div class=\"text_to_html\">恕我先當個酸民😅:<br />\n*像吸食鴉片般感到飄飄然的感覺*~<br />\nQ1.她吸過鴉片?<br />\nQ2.不管她有沒吸過~這句已然【傷害】了她的【美】&【正義】之說囉 😅 <br />\n<br />\n整體心得:<br />\n1.演說帶人對於【美】&【正義】有新的認識與想像空間。美應使人忘我,注視外在世界,並激發修復、祝福、創造的渴望,這觀點倒是有呼應基督信仰的一些價值。<br />\n<br />\n2.【美】&【正義】的反面都是【傷害】,這讓我想到【美】&【正義】的極致發展應該就是基督信仰的【榮神益人】。<br />\n<br />\n3.整個演說幫助我重新思考了美、正義、修復世界的關係時,更是提醒我們基督徒要做為這世界的【光】【鹽】的榮耀呼召。</div>',1,0,'',0,0,0,0,9,258),(128,11,112,20,1700039808,1700039808,1,'回應: 第九週課前討論','<div class=\"text_to_html\">我覺得影片中主要是在談美與正義的關聯,看影片的時候會不斷想到許多其他看過或聽過的討論,包含「美與政治的關聯」、「美感救國論」等等,我覺得這些討論都在告訴我們,美的作用或許遠大於我們的經驗告訴我們的,美可能不是某些人認知的無用藝術品,它在人的生命裡作用與影響的程度,是可被期待、具有可能性的。<br />\n或許我們可以思想的角度,不是今天這位講者所說的是否是可信的觀點,而是我們可以讓美的作用達到什麼程度的影響力。這也是為什麼我在前面提到這部影片讓我聯想到的一些討論,因為這些談論都讓我再思考美的可能性,以及我們如何延展美的可能性。</div>',1,0,'',0,0,0,0,2,258),(129,9,97,6,1700041085,1700041085,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<div class=\"text_to_html\">1.《劉三專欄》從五月天到草東 金曲獎世代交替的意義<br />\n重點:音樂跟生活是息息相關的,我們生活經驗很容易從音樂反映出來,我喜歡關注金曲獎,從中吸取我所忽略的社會脈動。<br />\n<br />\n2. 若可以,每一位傳道人應該看至少一次五月天演唱會<br />\n重點:若可以,每一位傳道人應該看至少一次五月天演唱會。要明白感動人心的信息不是通過哪三種鬼唔知的大道理,卻是讓人感到生活充斥壓力和掙扎的同時,依然有那一位無形的守護者與我們同在。<br />\n<br />\n3. 諾亞方舟 - 台灣流行音樂維基館<br />\n創作背景1:阿信表示起初五月天並不相信世界末日,但自從發生汶川大地震以及其他地方不斷發生天災人禍後,五月天感受到末日其實與自己只有一線之隔……這首歌主要表現的主題是末日思想,回想2010年的時候,「末日說」一說討論得沸沸揚揚,所有媒體都在大肆報導,阿信便以此為主題創作了〈諾亞方舟〉這首歌。<br />\n<br />\n4.百度百科-諾亞方舟 (五月天演唱歌曲)<br />\n重點:《諾亞方舟》所刻畫的是一幅幻想中的末日場景,儘管很多人已經演繹過末世場景,但這是一首樣氣勢恢宏的歌曲,獨特的世界觀,獨有的人生態度,不俗的編曲, 。<br />\n<br />\n5.風傳媒 《諾亞方舟》差點從專輯中淘汰…<br />\n重點:他曾經很認真地告訴我們:旋律再爛,配一段好詞,它還不見得是一首好歌;可是你有很好很好的旋律,就算配上再爛的詞,它都還 有可能是一首好歌。</div>',1,0,'',0,0,0,0,19,541),(130,11,112,16,1700110029,1700110029,1,'回應: 第九週課前討論','<div class=\"text_to_html\">當你看到美的事務時,買下它吧!<br />\n當你看到美的事務時,開始去修復世界的傷痕吧!<br />\n<br />\n物質越來越豐富,反而看不見美了,實在需要被撥開雲霧看見內涵及真意。<br />\n每個人都有上帝創造的形象在他的裡面,而上帝就是最偉大的創造者及源頭,因此每個人都有再創造(複製)的能力。僅僅行使創造的能力,本身就是良性的結果。<br />\n不需要等到“完美時刻”才去表達輸出美。信任神,不看自己的擁有或缺失,把神放在我裡面的感知,勇敢地表達並行動出來。</div>',1,0,'',0,0,0,0,5,198),(131,11,112,23,1700118745,1700118745,1,'回應: 第九週課前討論','<div class=\"text_to_html\">美如何使我们更关心正义<br />\n“美”和“正义”在英文中同有一个同义词,即“fairness”,用来形容公平竞赛与公平的销售原则的fair,在语源上来自美fair。“美”与“正义”的反面都是“伤害”,“伤害”的第二个音节与“不公正”具有相同的根源,“伤害”与“美”最为相反。这是“英语”角度的解释。<br />\n汉语的“美”,即美丽,指好看,漂亮,即在形式、比例、布局、风度、颜色或声音上接近完美或理想,使各种感官极为愉悦。“正义”是客观存在,是善,“正义”意味着公正,正当的行为或道理,它对某一情境下的是非,善恶作出一种肯定判断,这反映了人们对公平,公正的追求。汉语的这种解释应该符合圣经《创世纪》第一章神的创造,神的创造完成后,“神看着是好的”“神看着一切所造的都甚好”。因着始祖亚当夏娃的犯罪,罪性进入世界,就有了“仇恨,嫉妒,凶杀”,就出现了“丑恶和不公不义”。<br />\n演讲者说“美”使我们“飘飘然的边缘化”,我理解是“被美吸引而忘我,使我们化身于美的境界。”文中说“最能使我们成为好人的,是美,因为“美”人愿意保持美的状态或再创造”,即“遭遇到美”与“创造的欲望”,这是否可以理解为灵感,产生对“美”的赞美、追求!联系到同义词“正义”,就是呼吁为正义而行。</div>',1,0,'',0,0,0,0,4,517),(132,9,97,23,1700121210,1700121210,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<div class=\"text_to_html\">电影《阿甘正传》<br />\n《阿甘正传》是由罗伯特·泽米吉斯执导的电影,由汤姆·汉克斯、罗宾·怀特和莎莉·菲尔德等人主演,于1994年7月6日在美国上映。<br />\n电影改编自美国作家温斯顿·格鲁姆于1986年出版的同名小说,描绘了先天智障的小镇男孩福瑞斯特·甘自强不息,最终“傻人有傻福”地得到上天眷顾,在多个领域创造奇迹的励志故事。 [1]<br />\n电影上映后,于1995年获得奥斯卡最佳影片奖、最佳男主角奖、最佳导演奖等6项大奖。 [2]2014年9月5日,在该片上映20周年之际,《阿甘正传》IMAX版本开始在全美上映。<br />\n文献资料“来源于百度百科”<br />\n1. 影评<br />\n2. 人物资料<br />\n3. 历史事件<br />\n越南站战争<br />\n水门事件<br />\n中美建交<br />\n猫王和约翰·列侬这两位音乐巨星</div>',1,0,'',0,0,0,0,17,302),(133,11,112,14,1700438621,1700438621,1,'回應: 第九週課前討論','<div class=\"text_to_html\">美是正義的呼召,短短10分鐘的演講,探討了「美」作為「正義」的呼召,美的力量和影響力。<br />\n1. 美麗的事物本身。如詩歌、繪畫、照片、建築、臉和數學方程式。人們用對稱、清晰度、色彩、活潑或統一等形式特徵來解釋它的美。<br />\n2. 當人遇見美麗的事所發生的感知事件。在那一刻,人會經歷一種不自我的狀態,稱為徹底的去中心化,讓我們處於一種幸福的狀態,幫助我們變得善良。<br />\n3. 感知者是在進入美的存在之後的持久時刻。美存在於行為、價值觀和社會正義中,美可以激勵我們行動起來,改變社會現狀,推動正義的實現。美麗與活力的結合,會引起我們保護某個已經存在的事物的願望。修復了地面並恢復了信任。</div>',1,0,'',0,0,0,0,7,279),(134,10,111,6,1700473069,1700473210,1,'回應: 作業繳交:回答「內容」','<div class=\"text_to_html\"><br></div><div class=\"text_to_html\">針對期末報告的文化產物(藝術品),嘗試回答「三、內容」的疑問<br></div><div class=\"text_to_html\"><br></div><div class=\"text_to_html\">報告作品:<b id=\"docs-internal-guid-bbc2772c-7fff-ea88-ddd3-f779255173eb\">五月天 諾亞方舟 歌曲/MV</b></div><div class=\"text_to_html\"><b><br></b></div><div class=\"text_to_html\">1.本作品有明顯的宗教功能(基督教功能)嗎? <br>\r\n答:沒有<br>\r\n<br>\r\na.本作品談論宗教主題(基督教主題)嗎? <br>\r\n以大眾認知觀點來說,作品不算是談論宗教主題,內容未直接提基督信仰,但以許多人知道的基督教故事為靈感,表達了對人生意義、生命價值與世界觀的探求。<br>\r\n<br>\r\nb.本作品指涉宗教文本(基督教文本)嗎? <br>\r\n內容未直接引用聖經文本,歌曲在表達人生價值觀和終極命運的同時,似乎有一些點到了基督信仰核心重點,如救贖和永恆盼望的追求。然而,由於不確定歌曲創作者是否認識基督信仰,這些元素可能僅為藝術表達,而非信仰宣揚,但是詞句中其實有傳遞出人們對於生命最終極的渴望~~其實就是期待某種【救贖&盼望】。<br>\r\n<br>\r\n2. 終極關懷(參考大小調、藝術之雙刃)<br>\r\n歌曲透過對末日場景的深入描繪,呼應了對終極命運和人生意義的深刻探討,使其更具深度和層次。 <br>\r\n<br>\r\n3. 本作品呈現明確的美感嗎?或是它刻意不美? <br>\r\n歌詞透過對幻想中末日情境的細膩、生動、甚至帶點趣味(戲謔)畫面、又無可奈何、只好在在面對的描繪,呈現了深邃而引人深思的美感,使歌曲更具藝術性和情感共鳴。<br>\r\n<br>\r\n4. 它傳達哪些信息?它促使受眾做出哪些回應?它如何做到這些事?<br>\r\na. 它企圖引導受眾思考、面對「救贖」嗎? <br>\r\n歌詞並沒有基督信仰的救贖真理,反而在歌詞結尾處的這幾句似乎只給出一個結局~~~就是【結束/未知數】:當永遠變成一種遙遠、當句點變成一種觀點、讓人類終於變成同類。而這樣的結局就顯明了不認識基督信仰中的永生盼望,因為不認識,所以只能寄望未知的【無限】(歌詞最後一句:讓諾亞方舟航向了無限),而在這【無限】中似乎也隱藏著某種”未知的最後救贖”出現的可能性或期待。<br>\r\n<br>\r\nb. 它企圖引導受眾思考、面對「社群」與「人性」嗎? <br>\r\n雖然歌詞著重於個人情感和告別,但透過末日場景的描繪,可能促使聽眾思考社群和人性在極端環境下的反應,例如:生命最後一刻,你在意什麼? 你想做什麼事? 你還會計較那些生活瑣事、名利地位、財富權勢……嗎?<br>\r\n<br>\r\nc.它企圖引導受眾產生行動或改變生活嗎? <br>\r\n歌曲雖未直接呼籲行動,但可能激發聽眾對生命、價值觀的重新思考,有助於個人成長和生活觀念、社會意識、人際關係、人道觀點、生命意義…..等的改變。</div>',1,0,'',0,0,0,0,28,930),(135,9,132,23,1700536954,1700536954,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<p dir=\"ltr\" style=\"text-align: left;\">一历史:</p><p>20世纪90年代,美国社会的反战情绪高涨,于是,<a href=\"https://baike.baidu.com/item/%E5%A5%BD%E8%8E%B1%E5%9D%9E/79274?fromModule=lemma_inlink\"><u>好莱坞</u></a>推出了一批贬低现代文明、崇尚低智商和回归原始的影片,美国媒体称之为“<a href=\"https://baike.baidu.com/item/%E5%8F%8D%E6%99%BA%E7%94%B5%E5%BD%B1/8201851?fromModule=lemma_inlink\"><u>反智电影</u></a>”。《<a href=\"https://baike.baidu.com/item/%E9%98%BF%E7%94%98%E6%AD%A3%E4%BC%A0/12696704?fromModule=lemma_inlink\"><u>阿甘正传</u></a>》就是这一时期反智电影的代表作,它根据美国作家<a href=\"https://baike.baidu.com/item/%E6%B8%A9%E6%96%AF%E9%A1%BF%C2%B7%E6%A0%BC%E5%8D%A2%E5%A7%86/10345808?fromModule=lemma_inlink\"><u>温斯顿·格卢姆</u></a>的同名畅销小说改编,通过对一个智商为75的智障者生活的描述反映了美国生活的方方面面,并以独特的角度对美国几十年来社会政治生活中的重要事件做了展现。它使美国人重新审视国家和个人的过去,重新反省美国人的本质。</p><p></p><p>这部影片改编自<a href=\"https://baike.baidu.com/item/%E6%B8%A9%E6%96%AF%E9%A1%BF%C2%B7%E6%A0%BC%E5%8D%A2%E5%A7%86/10345808?fromModule=lemma_inlink\"><u>温斯顿·格卢姆</u></a>的同名政治<a href=\"https://baike.baidu.com/item/%E8%AE%BD%E5%88%BA%E5%B0%8F%E8%AF%B4/7486601?fromModule=lemma_inlink\"><u>讽刺小说</u></a>,但影片的<a href=\"https://baike.baidu.com/item/%E6%80%BB%E4%BD%93%E9%A3%8E%E6%A0%BC/56624123?fromModule=lemma_inlink\"><u>总体风格</u></a>似乎更像是一部人生寓言。</p><p>二类型:喜剧电影</p><p>《阿甘正传》以其独特的讲故事风格而闻名,它以一种既有趣又能引起情感共鸣的方式融合了幽默、戏剧和历史背景。<br></p><br><p></p><br><p></p>',1,0,'',0,0,0,0,5,312),(136,10,111,23,1700539819,1700539819,1,'回應: 作業繳交:回答「內容」','<div class=\"text_to_html\">1.本作品有明顯的宗教功能(基督教功能)嗎?<br />\n答:有,阿甘妈妈和阿甘相信神是信实的。<br />\n<br />\na.本作品談論宗教主題(基督教主題)嗎?<br />\n没有,但是通过阿甘回忆妈妈的对话,明显说明阿甘的妈妈是一位虔诚的基督徒,这对阿甘对上帝的信心有帮助。<br />\nb.本作品指涉宗教文本(基督教文本)嗎?<br />\n没有,阿甘妈妈的话,很多都来自圣经教导:如果上帝想要人人都一样的话,他会给每人一双脚撑;你得丢开以往的事,才能不断继续前进;一个人真正需要的财富就那么一点点,其余的都是用来炫耀的。<br />\n当阿甘买打虾船后,补不到虾,他就去教堂祷告,虽然没有马上实现,当风暴来临时,他说“上帝真的来了”。<br />\n<br />\n2. 終極關懷(參考大小調、藝術之雙刃)<br />\n透过阿甘的生活,让人看到了神对人终极命运的主权和人生意义的思考,聪明人不一定有聪明的生活,诚信,爱人也被神爱。<br />\n<br />\n3. 本作品呈現明確的美感嗎?或是它刻意不美?<br />\n很有美感,阿甘的家乡,一根羽毛随风飘舞,飘过树梢,飞向青天。草地,奔跑的场景,阿甘对朋友的信任和爱。<br />\n<br />\n4. 它傳達哪些信息?它促使受眾做出哪些回應?它如何做到這些事?<br />\n在影片中,阿甘的智商尽管不高,他的诚实、守信、勇敢、真诚等美德使我们惭愧,这源于他的弱智也源于他有一位智慧虔诚坚定的母亲。影片的开始,我们或许会被阿甘的木讷所逗乐,面对阿甘,我们充满着优越感,影片中直到结束时,我们不断被他的真诚执着所感动,被上帝对他的偏爱激动,阿甘的经历让我们看到了每个人的纯真追求,看到了自己身上覆压着的太多的偏见和虚伪,教导我们寻求神,跟随神。</div>',1,0,'',0,0,0,0,16,630),(137,1,1,15,1700579221,1700579221,1,'回應: 第三週課前討論','<div class=\"text_to_html\">我是一位電影愛好者,在沒認識神以前我幾乎看過所有題材的電影,而信主之後我又確實是有選擇的屏蔽掉了一些電影。這一現象有一段時間我覺得是正確的,但是卻又真實覺得有鎖受限。我時常矛盾其中,而這本書像是一把開啟心鎖的鑰匙,書中提到‘若我們對「他者」 (others) 敞開,或許那位神聖的「祂者」(the Other) 也會被我們發現在其中。’這是我所認同的,神的道長闊高深,如果被狹隘的宗教思想所綑綁則我們所認識的神也無法完全。神確實是在藉著萬物向我們闡釋真理與智慧,而我們也應敞開心扉,在萬物中發現神的智慧。如果我們帶著預設立場去觀影也確實只是理性的判斷對錯,卻難以感性的分辨聖靈。也就很難做到‘從令人驚訝的源頭聆聽神。’<br />\r\n所以我非常欣喜有把觀影作為屬靈經驗的方法,也更新了我的觀影方式,嘗試用書中方法分享一些觀影後的屬靈感受。我相信這一定非常奇妙。<br />\r\n我之所以喜愛電影確實像書中所說‘透過電影,觀眾被帶入另一個世界、遇見形形色色的「其他人」’這可能就是人們常常說的「上帝視角」,而讀過此書之後我甚是期待在觀影中‘遇見某一位「他者」(Other)’.</div>',1,0,'',0,0,0,0,7,466),(138,10,111,20,1700638749,1700638749,1,'回應: 作業繳交:回答「內容」','<div class=\"text_to_html\">《群物》是一個中性的作品,本身並無明確指向基督教的主題,但可以根據使用者的使用方式與觀點,而帶出不同的內容與性質。因為作品本身的圖文具有許多解讀與發展的空間,所以若是想要透過群物引導出基督教的某些主題是可行的。<br />\n<br />\n《群物》的圖像是比較不具象的,而文字雖然看起來有明確的事件或景物的描述,但卻給予讀者想像空間,可以聯想到這些描述的隱喻為何;可能可以想像這個敘述的前後文在講述怎樣的故事⋯⋯。因此,這樣的圖文具有空間,使觀看者能夠直覺地連結內心的感受或想法,進而引發某些思考。<br />\n<br />\n《群物》試圖透過開放性的圖文作為媒介,探討許多觀點,或許在其中我們能有認識、理解、再思考或任何的感動。<br />\n<br />\n透過以下例子來進行說明:<br />\n<br />\n 兩個農人站在他們熟悉的土壤上 一個農人說:「你看,越是燦爛的事物越是稀薄。」 另一個農人一言不發,俯身於地,親吻大地。 <br />\n——《群物》 以下是來自一個讀者的回饋:「當我閱讀群物,是真真切切的被感動,有時因圖而深深入迷;有時會因為文字愛上這個故事;有時候還真的來不及搞懂為什麼,就被感動的情緒撞擊。我必須說難以忘記的一次,一個瞬間的畫面和文字的迴盪,讓我抽離了生活現場,進入一片金黃土地,彷彿在那裡見證了農夫親吻土地的震撼,而忍不住哭了。」<br />\n這位讀者是一位基督徒姐妹,群物的這一則段落讓她感動,是因為她透過這個段落連結到的是她在教會經歷與感受到的愛與關係,教會牧者的愛與付出,就如同親吻土地的農人對土地的熱愛,並且這樣的感動也使這位姊妹心裡產生回應的渴望。</div>',1,0,'',0,0,0,0,10,621),(139,9,97,21,1700641131,1700641462,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<div class=\"text_to_html\">《死亡與守財奴》(Death and the Miser) 油彩作品<br>\r\n一、歷史 <br>\r\n1. 作品的創造史:<br>\r\n這幅畫表現15世紀法蘭德斯人的宗教情操,<br>\r\n也是對聚斂無度的上層人士的譏諷。<br>\r\n15世紀尼德蘭的人文主義學者們,<br>\r\n用筆揭露教會的腐敗、對教士的貪婪淫蕩、<br>\r\n神學家的虛妄無知、封建統治者的不勞而獲和<br>\r\n愚蠢頑固,進行尖銳的諷刺、揭露和抨擊。<br>\r\n2. 創作者是Hieronymus Bosch<br>\r\n《死亡與守財奴》是一幅三聯畫的右側,<br>\r\n描繪一個貪得無厭的主人翁,雖然重病在踏,仍然心繫金錢。<br>\r\n這件作品提醒大衆死亡的必然性,展示了當時代的「死亡藝術」。<br>\r\n這副作品旨在幫助基督徒選擇基督,棄絕享受罪中之樂。<br>\r\n《死亡與守財奴》中述說在牀上的主人翁已經頻臨死亡,死神正在門口向他招手;一個醜陋的小鬼還拿著一袋金幣引誘他的靈魂,而守財奴無法抵抗世俗的誘惑,伸手要去拿魔鬼所提供的金袋子;牀頂上還有一個魔鬼正俯視他;雖然他的守護天使一直在他的身後祈求,期望他能夠擡頭仰望十字架上射下的光輝,但是似乎並沒能引起他的注意。雖然我們不知道這個守財奴最後的選擇,但是從畫面看來,似乎它的結局是可悲的。<br>\r\nHieronymus Bosch畫作中對罪的諷刺,有時會結合奇幻生物、視覺雙關語和諺語,是為了象徵罪惡及其危險後果。雖然不是所有人都能了解,但畫面中充滿著複雜的圖像和強大的道德寓言在整個歐洲都很受歡迎。<br>\r\n二、類型 <br>\r\n1.本作品是油彩<br>\r\n2 本類型 (genre) 所建立的預期從整個作品來看,是馬可福音8章36節所說:「人就是賺得全世界,賠上自己的生命,有甚麼益處呢?」和提摩太前書6:9-10:「只要有衣有食,就當知足。但那些想要發財的人,就現在迷惑,落在網羅和許多無知有害的私慾哩,叫人沉在敗壞和滅亡中。貪財是萬惡之根。有人貪戀錢財,就被引誘離了真道,用許多愁苦把自己刺透了。」<br>\r\n3. 本作品用好幾個鬼圍繞在他的周圍,雖有天使招喚,但他的靈魂似乎已這定要被貪婪之鬼控制。整個畫面有滿足和回應上述期待 <br>\r\n三、內容 <br>\r\n 本作品有明顯的宗教功能,但沒有談論宗教主題,有指涉宗教文本,在終極關懷方面,有使世界歸正的意圖。本作品有刻意不美 ,但它傳達了我們一生如何選擇將影響我們的永生。</div>',1,0,'',0,0,0,0,35,884),(140,11,112,22,1700650813,1700650813,1,'回應: 第九週課前討論','<div class=\"text_to_html\">美與正義的行動之間的關聯,雖然講者作了令人印象深刻的分析,也非常有啟發性,然而,她卻沒有解釋,為什麼人會對美的事物引發那些反應?為什麼人類欣賞美的事物,而其他物種不會?為什麼人類接下來會因為出於接觸「美」的感動而實現正義?在基督信仰裡,其實可以提供上述這些問題的解答~人是按著神的形象與樣式所造。所以,在西方世界以外的其他文化社群,也可以找到類似的共同點~追求美與公義。</div>',1,0,'',0,0,0,0,1,185),(141,10,111,13,1700899982,1700899982,1,'回應: 作業繳交:回答「內容」','<div class=\"text_to_html\">报告作品: 电影《山之外》<br />\n<br />\n1. 神學語言(參考大 R 小 r,大 C 小 c)<br />\n本作品有明显的基督教主题,场景大多是在修道院中发生的。其中涉及忏悔、认罪祷告、复活节期等内容。<br />\n<br />\n2. 終極關懷(參考大小調、藝術之雙刃)<br />\n作品通过两个从福利院长大的两个女孩不同的人生选择,表达了不同的人生价值。一个女孩在修道院找到了接纳和爱,在信仰里找到了人生的终极意义。而另一个女孩一直想着要去德国(代表着新开始),在邮轮上作服务员来作为未来的出路。两种价值的冲撞,对人生不同的规划,体现在影片对两个女孩角色的塑造中。<br />\n<br />\n<br />\n3. 本作品呈現明確的美感嗎?或是它刻意不美?<br />\n电影大多拍摄在冬季,刻意的颜色的单调,想表达的是修道院生活的简朴和单调。但是女主角在这样的色彩中,却是深刻清澈的美。另外一个女孩,代表着对世界的追求,她的衣服多是彩色的,但是她体格高大,有点男生相,我想,也是导演刻意的选择。<br />\n影片中最美的一个场景是修道院的雪景,修女们在雪中忙碌着,教堂的钟声响起,有附近的村民陆陆续续走进教堂。很朴素的色彩,但是很美,很宁静。<br />\n<br />\n<br />\n4. 它傳達哪些信息?它促使受眾做出哪些回應?它如何做到這些事?<br />\n影片试图引导观众思考现代和传统的冲突,两种生活方式的冲突,两种价值的冲突。面对未来,面对困境,人的选择会有什么,人会如何做出选择?人在社群中,会被伤害,也会被接纳照顾,人性也是很复杂。作品可能不会引导观众去马上采取何种行动,但是会引发观众对自身状态的反思,以及对人生选择、人生意义的思考。</div>',1,0,'',0,0,0,0,21,614),(142,9,97,13,1700902098,1700902098,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<div class=\"text_to_html\">选择作品: 电影《山之外》<br />\n<br />\n1. 历史<br />\n作品的创造史:<br />\n2005年,一个年轻女孩前往位于罗马尼亚山区的修道院探访朋友,三个月后,人们发现了她的尸体被绑在一个十字架上。这家修道院的其他修女和神父认定她被魔鬼附体,需要拯救的她,被绑在十字架上,关在一间屋子里禁食用三天最终死去。事后BBC记者进行了全面的报告。导演蒙吉被这个事件吸引,他后来得以丰富这个故事。<br />\n<br />\n创作者的来历和过去作品:<br />\n这部电影的编剧和导演都是克里丝蒂安·蒙吉,他是罗马尼亚著名导演。他最初就读于雅西大学的英美文学专业,之后又进入了布加勒斯特的电影专科学校,1999年他的毕业作品《The Hand of Paulista》获得了学校的“奥斯卡”奖。他之后的三部短片《Nothing by Chance》、《The Firemen\'s Choir》、《Zapping》在国际电影节上都颇受欢迎。<br />\n2002年他的第一部长片《西方》入选了戛纳电影节,并在一些国际电影节上获得大奖。2007年,他的作品《四月三周两天》入选第60届戛纳电影节竞赛单元,并获得当年的金棕榈大奖。<br />\n2012年,克里丝蒂安·蒙吉的最新作品《山之外》在第65届戛纳电影节上夺得最佳编剧、最佳女主角等多项大奖。<br />\n他的名字和作品在国内不太为人所知。但豆瓣对他的电影都有打分,也可能是文化的距离,让他的电影评分都不是很高,低于8,而且大家对他作品里的人物的解读和支持有压倒性的倾斜。大多是批判宗教的禁欲,对人的压抑,迷信和愚昧。然而,我觉得大部分人误解了他的作品。<br />\n<br />\n2. 类型<br />\n蒙吉此类电影,远非好莱坞的大制作商业片。他的作品,更多的是小众的,是很难创造巨大的商业价值的。此类电影大多被分类为剧情电影。但是,虽为剧情电影,《山之外》在前2/3的时间里,虽然有价值冲突,但是影片描述的都是细节的日常生活,在修道院里做饭,给孤儿院送食物,送女二去医院。直到影片末尾,女二被认为是魔鬼附体,剧情才有了剧烈变化,人物性格才开始有更大变化。<br />\n也有人会将此电影标为爱情电影,尤其是同性爱情电影。因为女二明确对女一的追求,和坚持将她带离“撒旦之地”。但是,这个表现并非主线,当然对女一的爱恋是是女二所有行为的内在推动因素。<br />\n<br />\n但我可能会认同一个观点,就是此电影类型,并非表达爱情,而是表达人性的复杂和人生价值不同的寻求下发生的冲撞。对于观众而言,其实是面临着无法轻易站队,无法轻易做出判断的两难境地。我理解女一,我也理解女二,我理解女一坚持地拒绝,我也理解女二坚持地就是要带离女一。这样的两难处境,这样的矛盾叙述,在一个大时代的背景下,就其实显得很真实。罗马尼亚,作为一个相比欧洲来说物质文明比较落后的东欧国家,东正教在那里仍然有很强的影响力,大多地方仍是一个熟人社会,人们的意识相对保守。而女二代表的是对拥抱西欧文明的年轻人,想不顾一切将罗马尼亚抛在脑后,一往无前追求自由的人。可是,有人追求自由,有人拥抱传统,有人认为自由带来意义,有人相信有信仰一切才有价值。这样的矛盾叙事,其实发生在任何地方。令人遗憾的是,在我看到的影评中,大多数批判女一的坚持,抨击修道院的束缚,歌颂女二对自由的追求。这或许也反应了我们这个社会在这个时代的价值选择吧!</div>',1,0,'',0,0,0,0,23,1304),(143,9,97,19,1701013250,1701013250,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<div class=\"text_to_html\">我要寫的作品是 Risen 復活(電影)<br />\n參考資料網址如下:<br />\n1. https://blog.udn.com/jchen50/51133403 <br />\n作者本身是基督徒, 他對 Risen 帶出來的觀點有深入的分析及見解<br />\n2. https://wordincross.wixsite.com/word/blank-11 <br />\n這個網站提供了一些福音電影及其特色, 包括 Risen,可供比較<br />\n3. https://cdn-news.org/News.aspx?EntityID=News&PK=0000000000652e590398c0cb2cd51c47933976dd3a17a329 <br />\n基督教今日報對 Risen 的介紹<br />\n4. https://zh.wikipedia.org/zh-tw/%E5%87%AF%E6%96%87%C2%B7%E9%9B%B7%E8%AF%BA%E5%85%B9_(%E5%AF%BC%E6%BC%94) <br />\n導演凱文.雷諾斯的維基百科<br />\n5. https://ppfocus.com/0/en4523886.html <br />\n影評<br />\n6. https://dragonlovevivi.pixnet.net/blog/post/205446628-%E9%9B%BB%E5%BD%B1%E4%B8%89%E8%A8%80%E5%85%A9%E8%AA%9E%EF%BC%9A%E3%80%8A%E5%BE%A9%E6%B4%BB%E4%B9%8B%E8%AC%8E%E3%80%8B <br />\n影評</div>',1,0,'',0,0,0,0,29,620),(144,10,111,19,1701014282,1701014364,1,'回應: 作業繳交:回答「內容」','<div class=\"text_to_html\">期末報告的作品:Risen 復活(電影) </div><div class=\"text_to_html\"><br></div><div class=\"text_to_html\">1. 神學語言:Risen 復活是福音電影,它談論到基督教主題—耶穌復活,也談論到基督教文本。基本上 Risen 整部電影是根據聖經改編,主角Clavius 羅馬官是虛構的人物,他原本並不相信耶穌是神,也不相信耶穌復活,但透過調查他漸漸相信了。我們可以把他想成是 \"我們穿越到過去的身分\",導演凱文.雷諾斯嘗試透過主角的眼睛,帶領我們走入耶穌復活前後的那個世界,並以\"未信者\" 的角度去查證耶穌復活的真偽。<br>\r\n<br>\r\n2. 終極關懷:這部電影有表達創出作者或其所在的社群所追求的終極事物。<br>\r\n<br>\r\n3. 這部電影的場景及人物衣著打扮說話,都盡量貼近歷史,除了主角Clavius羅馬官是虛構的以外,其它重要人物均是聖經有記載的。這部電影畫面的構圖及運境具有相當的美感,並適時用特寫鏡頭表達出角色們的想法及情感。<br>\r\n<br>\r\n4. 這部電影企圖引導觀眾去思考神與我們之間的關係為何,耶穌是否真是神,耶穌是否真的復活,門徒或主角Clavius 在經歷耶穌復活後,他們有什麼改變。</div>',1,0,'',0,0,0,0,18,427),(145,10,111,11,1701172851,1701172851,1,'回應: 作業繳交:回答「內容」','<div class=\"text_to_html\">啟示錄(Revelation)香港歌手鄧紫棋的第七張錄音室的音樂專輯,2022年9月30日由華納音樂發行,2023年7月10日發行西班牙語版;創作詞曲、自編自演、做自己的影評。<br />\n專輯中有14首歌曲,包含七封《致天堂的信海》及七封《天堂的回信》;致天堂的信分別為《少年與海》、《HELL》、《只有我和你的地方》、《你不是第一個離開的人》、《不想回家》、《冰河時代》、《受難曲》;天堂的回信分別為《GLORIA》、《老人與海》、《FIND YOU》、《離心力》、《讓世界暫停一分鐘》、《夜的盡頭》、《天空沒有極限》。<br />\n一、與基督教信仰有關的有以下幾點:<br />\n(一)整體音樂專輯的鋪陳就如同鄧紫棋談及她創作《Gloria》的心路歷程和《啓示錄》專輯的靈感:《啟示錄》專輯的靈感來自一次超自然的經歷:她曾有一次被憂傷壓倒,邊哭邊祈禱,然後在浴室洗澡時竟然不自覺地哼出一段旋律,她感覺那就像是天使的歌聲,帶給她超越壞境的平安。她於是萌發出一張專輯的靈感,她要用她的新歌述說自己的掙扎、心碎和祈禱,也記錄上帝如何垂聽禱告,在她的生命中施行救贖、賜予恩典。因此本系列音樂劇透過創造者傳達自身的經驗也表達了基督教的信仰。<br />\n(二)音樂劇序曲-GLORIA重複愛裡沒有懼怕的重點,影片中也運用大水分開的效果,並再中間有一扇光明的門,從失土引導到樂土。唱出愛與勇氣,再從新敘述故事的由來。運用了聖經中一些代表性的故事及主題,如大水分開、光的引導、天堂與地獄(樂土與失土)的比喻等。特別基督教信仰中強調愛的觀點貫穿全專輯。<br />\n(三)創作者也運用歌詞,將自己的理念展現出宗教信息的意義,如《FIND YOU》歌詞中表達愛的想像與主張,以及愛的守護(「...不管你在前行 或迷路,你此刻盡興 或孤獨,你曾經相信 或並不,你看得清晰 或陷入迷霧,如果你在遠處 我守護,你即使反覆 我堅固,你再不在乎 我在乎,\'Cause I, \'cause I…..」)<br />\n二、本專輯的終極關懷,音樂劇搭配現實生活及元宇宙遇上愛的兩條劇情線,故事以元宇宙-樂土、廢土(樂土回修站)、現實世界為背景,講述活在樂土的遊戲角色Gloria與身在現實世界的(均由G.E.M.鄧紫棋飾演)交錯地經歷擁有、失去、尋找、獲得與重生的故事。探討網路世界的虛幻,及面對現實生活的挑戰,最終因為愛克服一切。<br />\n全專輯展現現今世代的人在虛擬與真實間的掙扎,但創作者透過追求愛的終極關懷,表達在愛中沒有懼怕,邁出腳步就有盼望。</div>',1,0,'',0,0,0,0,20,1004),(146,9,97,5,1701248117,1701250752,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<div class=\"text_to_html\">顏多嘉期末報告修改主題為《進擊的巨人》<br>\r\n<br>\r\n1. 文獻一:《進擊的巨人》10個令人瞠目結舌的真實設定,值得讓讀者反思!<br>\r\nhttps://www.youtube.com/watch?v=51xPF9Hm_BY&list=WL&index=23<br>\r\n 《進擊的巨人》與其他動畫不同之處在於體現了很多我們現實生活上的矛盾點,而且作者諫山創老師在作品中將這些深刻又濃厚的情緒帶到漫畫(動畫)中,在社會階級、自由、生死等等問題都刻畫得極其深刻。<br>\r\n<br>\r\n2.文獻二:《進擊的巨人 最終研究1&2》<br>\r\n 身處的角度(牆外&牆內)不同,看事情的世界觀也會不同,牆內與牆外的國家各有甚麼樣的歷史敘述?九大巨人又有什麼相關的情報?<br>\r\n<br>\r\n3.文獻三:影評/Netflix《進擊的巨人》最終季完結篇解析!結局沒說的5大彩蛋細節,自由的代價令人唏噓<br>\r\nhttps://www.storm.mg/lifestyle/4909163?page=2<br>\r\n 作者在動畫中補充了漫畫較為草率、交代不清的部分,在這篇文獻中還有作者諫山創,分享過《進巨》不少元素都來自自己童年時喜歡的事物的十大整理。<br>\r\n<br>\r\n4.文獻四:《進擊的巨人》化為最後的晚餐!藝術家繪出「救世主艾連」與門徒模樣<br>\r\nhttps://www.toy-people.com/?p=69007<br>\r\n 日本藝術家「TAKUMI」將達文西舉世知名的繪畫《最後的晚餐》,以《進擊的巨人》為主題重新繪製,原本《最後的晚餐》中央畫著耶穌的模樣,TAKUMI則改繪為主角艾連,身旁圍繞著眾多主要角色,有些角色的位置與聖經的故事不謀而合(例如:背叛),有些角色則是依照畫面的適合程度安排角色位置。<br>\r\n<br>\r\n5.文獻五:藍玉雍/《進擊的巨人》:政治的開始是追尋自由,但最後是去背負犧牲<br>\r\nhttps://opinion.udn.com/opinion/story/5749/5301827<br>\r\n作者讓裡面的主角們不停地追求自由,但到後來,真正要刻畫,卻似乎是自由可能從來就不存在的疑惑(艾連:「我是『自由』的奴隸。)許多動畫的主角們有「主角光環」(怎麼樣都不會死),但在《進擊的巨人》中,作者呈現的是更多他人的死亡在主角們心中留下的陰影和壓迫。死亡的戰慄在《進擊》裡,是無所不在的。當主角們離自由越來越靠近時,他們付出的犧牲也越來越大。追求自由慢慢變地不是為了追尋自由,而是為了回應、背負前人的犧牲而努力前行。這個世界是殘酷的,是《進擊的巨人》反覆在強調的主題。這個主題從一開始是比喻:為了在世界上生存,人註定得面對充滿危險和無常的環境與命運。想要離開安穩的生活,去牆外追求自由,必定得面對被巨人吞噬的危險。但到最後,會發現殘酷的意義不只是如此。<br>\r\n<br>\r\n6.文獻六:論文:自由的追尋與衝突──《進擊的巨人》中之抗爭敘事及其辯證<br>\r\nchrome-extension://efaidnbmnnnibpcajpcglclefindmkaj/http://nhuir.nhu.edu.tw/bitstream/987654321/29667/1/111NHU00076007-003.pdf<br>\r\n 作者以論文的方式整理出抗爭敘事的不同視角,也整理了辯證意識的差異性。<br><br>7.校園雜誌雙月刊:【辯證自由】進擊的自由?——從《進擊的巨人》看自由的純粹</div><div class=\"text_to_html\"><a href=\"file:///C:/Users/ASUS/Downloads/202108.pdf\">202108.pdf</a></div><div class=\"text_to_html\">作者於文章中探討了罪惡與不自由的代價,以及積極自由與消極自由的差異。<br><br></div>',1,0,'',0,0,0,0,24,1360),(147,10,111,5,1701251233,1701251233,1,'回應: 作業繳交:回答「內容」','<div class=\"text_to_html\">針對期末報告的文化產物(藝術品),嘗試回答「三、內容」的疑問<br />\n<br />\n報告作品:《進擊的巨人》<br />\n<br />\n1.本作品有明顯的宗教功能(基督教功能)嗎? <br />\n沒有明確指出基督教,但其中有明顯的隱喻與指涉,例如:救世主、特殊的種族(艾爾迪亞人/猶太人)。當中的「城牆教」也指出人類找尋宗教庇護的本性。<br />\n參考文獻:城牆教https://yusyuu.com/%E3%80%90%E9%80%B2%E6%93%8A%E7%9A%84%E5%B7%A8%E4%BA%BA%E3%80%91%E4%BB%8B%E7%B4%B9%E6%95%85%E4%BA%8B%E4%B8%AD%E6%89%80%E6%9C%89%E8%88%87%E8%81%96%E7%B6%93%E6%9C%89%E9%97%9C%E7%9A%84%E5%BD%A9%E8%9B%8B/<br />\n2.本作品指涉宗教文本(基督教文本)嗎? (我個人認為與廣義基督教的天主教較有直接的關聯)<br />\na.有,劇中三道城牆的名字(「瑪利亞之牆」與「聖母瑪利亞」、「羅塞之牆」在廣義基督宗教中,可以象徵「聖母瑪利亞」的植物少說有 20 種以上,最直接的是「玫瑰」。第三道牆「席納之強」「席納,シーナ,Sina」這個假名拼法指射了在《聖經》中的兩個名詞:一是「Mount Sinai,西奈山」它是《聖經》中摩西頒布十誡和律法的地方,象徵了絕對的王權,因此以「王之山 Sinai」作為「王之牆,シーナ」的名字是名副其實;另一個指的是《舊約.聖經》中的「示拿國 Shinar」,它就是赫赫有名要建造通天「巴別塔」的國家(示拿國為了證明自己能超越神,所以建造了高聳的「巴別塔」希望能直達天堂,最後被上帝懲罰而滅國),也是以《聖經》中「示拿國」的罪惡來影射早期「艾爾迪亞帝國」以巨人之力侵犯世界,而被後世人稱艾爾迪亞人為「惡魔」的設定。)<br />\nb.天主教的原罪論:人類一出生就繼承並擁有了始祖人類傳承下來的「罪」。初代弗利茲王希望艾爾迪亞人能永遠透過巨人之力支配世界,在去世前仍對巨人之力與征服世界念念不忘,因此要求三位女兒必須盡量繁衍後代,且務必將自己的巨人之力傳承下去,經歷兩千多年的血脈繁衍擴散,巨人之力最終融入並影響每個艾爾迪亞人。<br />\nc.《聖經》中的巨人:根據《以西結書》記載的巨人是出現在迦南附近的「拿非利人 Nephilim」,意思是「上古英武有名的人」,他們是最古老又強大的巨人,是神的兒子們和人的女子們交合所生的變種。有意思的是《進擊的巨人》中最早的巨人「始祖尤米爾」就是一名少女,甚至她死後在「道路」裡也是維持原本的少女形象。<br />\n<br />\n3.這件作品是否表達其創作者或創作者所在的社群所追求的終極事物?<br />\n 是的,進擊的巨人探討了自由、死亡、犧牲、族群意識等,以環環相扣的方式,層層堆疊並呈現人類社會所追求的終極事物。<br />\n<br />\n4.本作品呈現明確的美感嗎?或是它刻意不美? <br />\n 以漫畫作品本身來說,作者前期的畫功較為拙劣,但到了後期有顯著的進步(但我個人還是比較喜歡動畫的畫風)。《進擊的巨人》,其動畫版第一~第三季由WIT STUDIO製作,到第四季The Final Season移籍改由MAPPA接手。至於演出效果和配樂選擇的落差,可以說是林祐一郎(第四季)跟荒木哲郎(第二三季)兩位導演風格不同所產生的變化,荒木哲郎明顯是更重戲劇性的,林祐一郎的作風相較之下就顯得節制一些。以更多3D效果處理複雜的動作場面和巨大物件,則是成本考量的必然取捨,MAPPA的使用也大抵在水準以上了。至於畫風的變化則更有趣:因為MAPPA在第四季的人物風格,或許才是更貼近於諫山創原作漫畫的畫風。<br />\n 作者刻意採取寫實的風格,呈現出作品的寫實性,也幫助觀影者(讀者)代入<br />\n現實生活中的反思。<br />\n參考資料:https://game.udn.com/game/story/122090/5325016<br />\n <br />\n5.它傳達哪些信息?它促使受眾做出哪些回應?它如何做到這些事?<br />\n 自由的代價是什麼?當人們在面對積極的自由及消極的自由時,懷抱著不同意識形態的人們會願意付出什麼樣的犧牲?這些犧牲的背後又傳達出了甚麼樣的價值觀呢?我想作者希望觀影者/讀者思考為了自由而犧牲的意義,畢竟沒有犧牲,是不可能有自由的,正如主角之一阿爾敏說的:「什麼都無法捨棄的人,什麼都改變不了。」片中的角色有人想改變現狀,有人不願意被改變現狀,每個角色具體而豐滿,觀影者/讀者很容易代入自身的處境(或是歷史上相對應的人物、國家、種族等),進而跟著劇情的腳步思考自由與人生而為人的意義為何。</div>',1,0,'',0,0,0,0,28,1834),(148,3,13,15,1701360901,1701360901,1,'回應: 第四週課前討論','<div class=\"text_to_html\">第一部份<br />\n6、实践者。<br />\n第六部份让我读的很兴奋,却也逐步清晰的牧养与艺术的关系,以及在实践中的重点就是爱与生命,如果脱离其中将无法结出生命之果,由p141的内容我写了一段祷词!<br />\n祈求感恩神的创造,神创造的甚好,<br />\n祈求神的计划在教会儿童事工中彰显、成就。<br />\n使每一个生命丰盛有余,<br />\n祈求感恩,天父的爱我们;<br />\n祈求神使用我们;<br />\n使用我们成为你爱的管道,流淌出天赋的爱。<br />\n祈求我们心存温柔、谦卑、耐心和爱心。<br />\n祈求我们有分辨的灵。<br />\n祈求使用我们身上神所赐的天分。<br />\n祈求神使我们,使用我们,修剪我们,引导我们,带领我们步向属天的成熟。<br />\n好叫我们的生命不断的接出果子。<br />\n祈求神带领我们一起努力向前,一起谦卑学习,一起寻求神的旨意。<br />\n荣耀神,敬畏神,爱神,爱人,爱孩子!<br />\n<br />\n第二部份:<br />\n事工中对青少年的定义:<br />\n忙于学业,不在适宜儿童的方式牧养,不易敞开<br />\n事工中所做的事:<br />\n我们的事工大多还处于儿童时期,过度到青少年后很少出现在教会,更多的是带他们偶尔参与的一些服侍儿童的事工当中。<br />\n理想的青少年事工:<br />\n团契,分享,活动,关怀,参与事工,参与社会活动,实践的帮助,生活中的交际</div>',1,0,'',0,0,0,0,23,457),(150,3,13,15,1701664638,1701664638,1,'回應: 第四週課前討論','<div class=\"text_to_html\">第一部份<br />\n6、实践者。<br />\n第六部份让我读的很兴奋,却也逐步清晰的牧养与艺术的关系,以及在实践中的重点就是爱与生命,如果脱离其中将无法结出生命之果,由p141的内容我写了一段祷词!<br />\n祈求感恩神的创造,神创造的甚好,<br />\n祈求神的计划在教会儿童事工中彰显、成就。<br />\n使每一个生命丰盛有余,<br />\n祈求感恩,天父的爱我们;<br />\n祈求神使用我们;<br />\n使用我们成为你爱的管道,流淌出天赋的爱。<br />\n祈求我们心存温柔、谦卑、耐心和爱心。<br />\n祈求我们有分辨的灵。<br />\n祈求使用我们身上神所赐的天分。<br />\n祈求神使我们,使用我们,修剪我们,引导我们,带领我们步向属天的成熟。<br />\n好叫我们的生命不断的接出果子。<br />\n祈求神带领我们一起努力向前,一起谦卑学习,一起寻求神的旨意。<br />\n荣耀神,敬畏神,爱神,爱人,爱孩子!<br />\n<br />\n第二部份:<br />\n事工中对青少年的定义:忙于学业,不在适宜儿童的方式牧养,不易敞开<br />\n事工中所做的事:我们的事工大多还处于儿童时期,过度到青少年后很少出现在教会,更多的是带他们偶尔参与的一些服侍儿童的事工当中。<br />\n理想的青少年事工:团契,分享,活动,关怀,参与事工,参与社会活动,实践的帮助,生活中的交际。</div>',1,0,'',0,0,0,0,20,458),(151,7,75,9,1701699453,1701699453,1,'回應: 第七週課前討論','<div class=\"text_to_html\">1. 已閱讀完畢。<br />\n2. 期末報告考慮C. S. Lewis「納尼亞傳奇 七部曲」</div>',1,0,'',0,0,0,0,7,35),(152,9,122,2,1701915600,1701915600,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<div class=\"text_to_html\">謝謝媛萍!寫期末報告的時候,請記得附上資料來源(作者、出版社或網址、日期等等),並且改寫成自己用語。另外,你可以考慮去蕪存菁,只寫出跟報告有關的資料就好。跟報告有關,就是跟「方法」的問題有關,或是跟你的教案有關的部分。因此,提到演員吉姆卡維佐的父母血統不是不行,但需要跟你的報告有關,以此類推。</div>',1,0,'',0,0,0,0,1,147),(153,9,125,2,1701915772,1701915772,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<div class=\"text_to_html\">謝謝志君!這些資料很豐富,而且跟「方法」裡面問得問題有關。找得好!希望對你的報告有幫助。</div>',1,0,'',0,0,0,0,1,44),(154,9,126,2,1701915935,1701915935,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<div class=\"text_to_html\">謝謝可忻!這些資料引用得好,也跟你的研究的主題有關。我目前看不出劉豐榮和納內跟主題之間的關聯;到時候寫期末報告時,記得在引用其觀念的地方標明。</div>',1,0,'',0,0,0,0,1,71),(155,9,129,2,1701916015,1701916015,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<div class=\"text_to_html\">謝謝凱弘!這些資料看起來跟你的報告主題很有關,很好!寫報告時,若這些是網路文章,請記得把網址附上;若是報章雜誌的文章,請標出報章雜誌名稱與日期,或出版社等等。</div>',1,0,'',0,0,0,0,1,79),(156,9,135,2,1701916191,1701916191,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<div class=\"text_to_html\">謝謝淑芬。這些資料很能幫助你回答「方法」裡面的問題,但期末報告請改寫成自己的話喔!另外,除了提到「事件」(例如獲得什麼獎項,或是20周年重新上映),請說明該事件的重要性(例如:從20周年重新上映可以看出本片的主題對今日的觀眾仍然有吸引力,反映了現代觀眾的XXXXX等等)。</div>',1,0,'',0,0,0,0,1,136),(157,9,139,2,1701918470,1701918470,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<div class=\"text_to_html\">謝謝佳代!這些都是很好的回答。寫期末報告時,請記得標明參考資料的來源出處。此外,本作品的類型除了是油彩,更有關的可能是三聯畫。建議可以討論一下三聯畫的歷史和意義(它通常出現在宗教場合中,例如教會的聖壇上或富人的私有祭壇;如此看來,這個作品在創作時就已經設定好它的宗教功能)。</div>',1,0,'',0,0,0,0,1,137),(158,9,142,2,1701918733,1701918733,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<div class=\"text_to_html\">謝謝建華!類型的分析和個人意見寫得很好。<br />\n寫期末報告時,記得把講述歷史改寫成自己的話,並附上來源出處。除此以外,若在歷史部分說明了「事件」(例如創作者的獲獎紀錄),最好再說明其「重要性」(例如透過獲獎顯示出他在哪個圈子裡面被肯定,或是他談的議題被什麼樣的觀眾欣賞),否則這些事件可以不用提。</div>',1,0,'',0,0,0,0,2,144),(159,9,143,2,1701918814,1701918814,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<div class=\"text_to_html\">謝謝怡娟!這些資料看起來應該會蠻有幫助的!在寫正式報告時,請盡量不要直接引用維基百科的文章;反之,可以引用維基百科裡面提到的資料來源。</div>',1,0,'',0,0,0,0,1,67),(160,9,146,2,1701918876,1701918876,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<div class=\"text_to_html\">謝謝多嘉!後面這則貼文完全做到我原本說的,很好!希望這個過程對你期末報告的寫作有幫助!</div>',1,0,'',0,0,0,0,1,43),(161,10,134,2,1701919171,1701919171,1,'回應: 作業繳交:回答「內容」','<div class=\"text_to_html\">謝謝凱弘!回答得很完整。寫期末報告時,有些地方可以說得更具體。例如:歌詞提到「救贖和永恆盼望的追求」——到底是哪幾句歌詞(在報告中可以直接寫出來)讓你有這樣的解讀?或是你說情境描寫得「細膩、生動、甚至帶點趣味(戲謔)」,確切是什麼用語、修辭、編曲讓你有這樣的解讀?請盡量為您的回答提出證據。</div>',1,0,'',0,0,0,0,2,145),(162,10,136,2,1701919553,1701919553,1,'回應: 作業繳交:回答「內容」','<div class=\"text_to_html\">謝謝淑芬!關於宗教功能,我們要問的是這個作品(這部電影)有沒有宗教功能。例如《耶穌傳》有宗教功能,因為他被拍出來就是希望觀眾看了可以信耶穌。《阿甘正傳》的導演或製片團隊有類似的宗教期待嗎?應該是沒有。所以雖然故事裡面的角色(阿甘和其母)相信神,但除非我們提出更多的證據說明導演希望我們效法他們,否則尚不能說這部電影有宗教功能。<br />\n<br />\n另外,寫期末報告的時候要小心使用的主詞。你可以寫這部電影讓「我」感覺到哪些事情(證據是你自己的感受),或是這部電影讓「某位觀眾」想到一些事(證據是那位觀眾的影評或是觀影心得),但是「我們」是一個主體非常空洞的對象;我們很難說所有的觀眾都被阿甘感動、被上帝對他的愛激動。如果要宣稱這部電影「教導我們尋求神,跟隨神」,也需要提出相對的證據喔!(例如導演訪談、劇本台詞等等)</div>',1,0,'',0,0,0,0,2,347),(163,10,138,2,1701919651,1701919651,1,'回應: 作業繳交:回答「內容」','<div class=\"text_to_html\">謝謝可忻!你分析了卡牌的設計目標和效果,並有清楚的說明;很棒,期末報告請仿照這個樣子寫。</div>',1,0,'',0,0,0,0,1,44),(164,10,141,2,1701919733,1701919733,1,'回應: 作業繳交:回答「內容」','<div class=\"text_to_html\">謝謝建華,分析得很好!期末報告可以仿照這個樣子寫。</div>',1,0,'',0,0,0,0,1,25),(165,10,144,2,1701919870,1701919870,1,'回應: 作業繳交:回答「內容」','<div class=\"text_to_html\">謝謝怡娟!你應該抓到重點了!寫期末報告時,請記得多詳細舉例。例如電影的哪些畫面(幾分幾秒)、構圖和運鏡做到了什麼,以至於它呈現出美感(可以截圖,或是用文字描述)?</div>',1,0,'',0,0,0,0,1,81),(166,10,145,2,1701920033,1701920033,1,'回應: 作業繳交:回答「內容」','<div class=\"text_to_html\">謝謝志君!你的分析很好!寫期末報告時,可以寫得更具體。例如你提到聖經中的故事和主題(大水分開、光的引導),你可以具體寫出是哪一段聖經經文。或是你說這張專輯呈現「基督教信仰中強調愛的觀點」,你可以更詳細說明這個觀點的內涵(基督信仰強調的是怎樣的愛)。</div>',1,0,'',0,0,0,0,1,124),(167,10,147,2,1701920356,1701920356,1,'回應: 作業繳交:回答「內容」','<div class=\"text_to_html\">謝謝多嘉!看來這篇報告會很有料喔!寫期末報告時,可以多說明是怎樣的劇情(挑一小段就好,因為我們篇幅不多)讓你得出這些信息。例如是哪一段故事或哪一個故事線(描述一下它),讓你認為它探討「自由的代價」。<br />\n<br />\n此外,你提到的宗教語言和符號是很好的觀察;如果有機會,是否可在報告中討論為何這個日本作品會選擇用基督宗教的符號?換句話說,除了席納/西奈山本身的符號意義(王權或律法),為什麼作者選擇用猶太-基督教的這個符號,而不是用其他文化的符號來說明同一個概念?</div>',1,0,'',0,0,0,0,2,223),(168,12,0,23,1701952266,1701952266,1,'我填完表单了','<p dir=\"ltr\" style=\"text-align: left;\">我填完表单了<br></p>',1,0,'',0,0,0,0,1,6),(169,13,0,2,1701956623,1701956623,1,'舞台設計、服裝設計分享區','歡迎在此分享你的舞台設計或服裝設計成品。',1,0,'',0,0,0,0,1,20),(170,14,0,11,1702051430,1702051430,1,'「我填完表單了」。','<p dir=\"ltr\" style=\"text-align: left;\">「我填完表單了」。<br></p>',1,0,'',0,0,0,0,1,9),(171,9,97,22,1702386086,1702386086,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<div class=\"text_to_html\">期末報告主題:電影《逆轉人生》<br />\n<br />\n歷史<br />\n1.文獻一:<br />\n朱玉昌,〈得緣遇見 今生無憾 - 從逆轉人生到形影不離〉,2017/09/07,https://blog.udn.com/hanguang/108518960<br />\n此篇文章提到了《逆轉人生》這部電影的創作來歷--由真實故事改編,並描述故事原型人物的經歷。<br />\n2.文獻二:<br />\n多多看電影,〈活個精彩|美國版《逆轉人生》!3度翻拍的經典故事,版本大評比!〉,2019/3,https://ddm.com.tw/blog/post/the-upside<br />\n《逆轉人生》在法國叫好又叫座,影響所及,許多國家也翻拍不同版本,在這篇文章裡,把不同版本做了大概的比較,也能從中了解這部電影的特色。<br />\n<br />\n內容<br />\n3.文獻三:<br />\n賴信宏,〈電影《逆轉人生》的生命價值觀對青少年成長的啟示〉,(臺灣教育評論月刊,2018/7),http://www.ater.org.tw/journal/article/7-10/free/20.pdf<br />\n作者從生命教育的領域來探討這部電影,透過分析故事主角人物的性格,導引到生命價值觀的議題。<br />\n類型<br />\n4.文獻四:<br />\n張恒豪與王靜儀,〈從「殘障」到「身心障礙」: 障礙標籤與論述的新聞內容分析〉,(台灣社會學第 31 期,2016/6),https://ir.nctu.edu.tw/bitstream/11536/157781/1/Router-2012-15-4.pdf<br />\n本篇研究論文在探討媒體如何再現身心障礙者,雖然文章聚焦在新聞報導,但是對於電影類型而言也有相當的參考價值。<br />\n文化<br />\n5.文獻五:<br />\n陳文珊,〈身心障礙者的健康照顧是出於社會正義的道德要求嗎?〉,(玉神學報第16期,2009/6),https://resource.iyp.tw/static.iyp.tw/26459/files/60468426-023f-43c4-8081-901001db0a62.pdf<br />\n作者分別從羅爾斯的正義論與聖經的觀點來分析身心障礙者的照顧議題,提到了讓身心障礙者回歸到社群的重要性。她的觀點呼應了影片中,看護積極地帶著主角重新回到以前的生活型態或是人際交往當中。</div>',1,0,'',0,0,0,0,26,881),(172,9,171,2,1702492952,1702492952,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<div class=\"text_to_html\">謝謝曉雯!這些資料找得好,希望對你的報告寫作有幫助。</div>',1,0,'',0,0,0,0,1,26),(173,9,97,16,1702617928,1702617928,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<div class=\"text_to_html\">期末報告主題:教案-《危險的旅途》戲劇遊戲<br />\n<br />\n參考資料:<br />\n1.文獻一:<br />\n約翰˙班揚《天路歷程》(廣西師範大學出版社匯編, 2016年。)本書是一本基督教預言體小說,從創作至今300多年來,各方各地的人閱讀它,傳頌它,成為經典,發行量僅次於《聖經》。作者未受過正規教育,據說一生所讀之書不超過5本,這些在作者生命中獨特而巨大的反差,卻給一代又一代的人帶來深遠影響。終極關懷方面,有使世界歸正的意圖。<br />\n<br />\n2.文獻二:<br />\n海伦L.泰勒《小小天路客》(有聲書,1967年)作者二次解讀名著。可以觀察該作者對於孩子作為對象所輸出的視角。https://www.fuyinfm.com/content/view/movid/3384/<br />\n<br />\n3.文獻三:<br />\n威廉˙布萊克 水彩系列插畫(紐約盤旋出版社 1941年)。包括完成與未完成的作品共計29幅。 相隔百年於1824年,兩位英國文壇人物在《天路歷程》相遇,共同詮釋。 又一個百年後的1941年在紐約久負盛名的畫廊中首次展出,於讀者見面了。該繪畫作品繪畫與文學的結合,對於啟明班揚的預言,可謂助益匪淺。<br />\n<br />\n4.文獻四:<br />\n凱瑟琳˙查切斯特《兒童戲劇遊戲》(上海文化出版社2019年)獨立戲劇遊戲,教學提示簡單清晰,易於操作。<br />\n<br />\n5.文獻五:<br />\n桌遊《天路歷程》(宗教教育中心 2016年)可視化的遊戲路線,適用於全人群。</div>',1,0,'',0,0,0,0,18,552),(174,10,111,16,1702710650,1702710650,1,'回應: 作業繳交:回答「內容」','<div class=\"text_to_html\">期末報告主題:教案-——《危險的旅途》戲劇遊戲(由《天路歷程》改編)<br />\n<br />\n1.神學語言&終極關懷<br />\n這部文學作品是以新舊約為背景創作的寓言體小說。若讀者是基督的信徒,很可能會在陌生的場景中讀出熟悉的味道,開篇“曠野”“重擔”“灰心潭”等場景,使人與小說中主角“基督徒”的經歷產生共鳴。若讀者沒有基督信仰的背景,作品也正在透過人們熟知的語言,以《聖經》最常用的方式——寓言,以作者唯一熟知的文體——欽定本文體,來講述聖徒的靈程經歷。有人說“《天路歷程》之於《聖經》如同晨鳥的鳴唱之於黎明。”①<br />\n<br />\n2. 本作品呈現明確的美感嗎?或是它刻意不美?<br />\n作品中的人物雖然代表宗教或道德上的抽象概念,卻又都是現實中活生生的人物,故事中還有許多生活環境、鄉村景物的寫實描寫,因此,這部寓言也帶上了明顯的現實主義色彩,場景和人物都是異常鮮明的,很非常容易留下記憶點。筆下囊括了各種類型的基督徒,婦孺老幼皆有,信心大小不一,膽量勇力各異,但都真心嚮往天國,真心奔走天路。從上部到下部,整個故事從一個人到一家人,小說色調越發明亮、柔和,節奏更加舒緩,呈現了美感。<br />\n<br />\n3.它傳達哪些信息?它促使受眾做出哪些回應?它如何做到這些事?<br />\n作者在序中明確表態:“寫作本書時將這樣的語言使用是為了讓倦怠者心中有所觸動;它看似新奇,卻僅僅包含純正真實的福音內涵。”②。面對靈魂至深處的經歷中,人是需要獨自去面對的,而神是會在深處與人相遇相交的。書中,天路客為尋求真理,尋求生命,遭遇妻兒拒絕、鄰舍譏笑,同伴來了又失,跌入灰心潭,經過福音師指點,進窄門,訪問釋道者,爬艱難山,於亞波倫斗,入虛華城,身陷疑惑堡⋯⋯這些經歷中,每一個患難、每一次爭戰,每一個得勝和失敗,都是他靠著上主去面對的。<br />\n<br />\n《羅馬典故》的諺語說“條條道路通羅馬。”聖經上說:“我就是道路、真理和生命,若不是藉著我,沒有人能到父那裡去。”(約翰福音14:6)我們要怎麼樣走自己的人生路呢?<br />\n<br />\n①Frank Mott Harrison,John Bunyan, Carlisle, Pennsylvania:The Banner of Truth Trust,1964,P.157.<br />\n②Bunyan,Pilgrim’s Progress,OH: Barbour&Company,Inc.,1993,p.xii</div>',1,0,'',0,0,0,0,25,940),(175,15,0,16,1702712897,1702712897,1,'我先填寫完表單了','<p dir=\"ltr\" style=\"text-align: left;\">完成</p>',1,0,'',0,0,0,0,1,2),(176,9,97,12,1702800126,1702800126,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<div class=\"text_to_html\">藝術與青少年事工期末作業-电影《密阳》<br />\n1. 郭宁.\"戛纳影后\"全度妍[J].大众电影, 2007(12):2.DOI:CNKI:SUN:DYDZ.0.2007-12-033.<br />\n全度妍一度演不出丧子之痛,后来在访谈中说:“导演让出演绑匪的演员在当天凌晨给我打了个电话,当时我真的一片茫然,感觉这并不现实。导演就开导我说,这是当然的,哪个失去孩子的母亲会认为这是事实?”这样的引导帮助她把握好了这个感受。这部电影对信仰、生活和人性做了深入的剖析,哪些是真的,哪些是假的。有些事是真的,但看起来像假的一样,或者当事人坚持认为是假的。有些人的信仰是假的,却表现出来像是真的,但是经过火的试炼就能辨别出来。<br />\n牧师的信仰是不是真的?耶稣为他舍命是真的,但他如果以为是自己有多圣洁就是假的了。事实上我们很多时候不知道耶稣为我们付出的代价多么大,因为不知道自己的罪有多严重。<br />\n<br />\n2. CC标准收藏海报赏析 · 密阳,大喜骑士公众号<br />\n这是对《密阳》一篇比较全面的赏析。可能也包含了一些不一定是原创的但比较公认的认识,例如对“阳光”主题的解析:电影第一个镜头,在去密阳的路上,抬头是明亮的天空;电影最后一个镜头,在申爱家中的院子里,低头是枯叶杂草、清洁剂空瓶、废旧的搓衣板和泥泞的小水洼,生活绝不像蓝天一般清澈,而是像水洼一般泥泞,但好在还有阳光。文章引用了导演李沧东的一句话:“虽然这片土地非常简陋,但无论是谁都只能在其中生活,人生的希望、救赎、神的意志也应该在土地上寻找意义。”这也是我选择《密阳》这部电影的主要原因之一:探索信仰落地难题的解法。文中赏析了海报的使用的暖阳画面、色调,以及申爱头发披散与扎起的变化。这些技术层面的剖析可以为对整个影片的神学诠释提供参考。<br />\n<br />\n3. 没过分镜头,但这片·又狠又深,拿了韩国第一座戛纳影后. 杉酱娱乐,2021-01-07 (sohu.com)<br />\n这篇影评指出了《密阳》拍摄的文化背景:在韩国高速发展的现代化国家,人们的精神危机是空虚的,贫富差距,等级社会,男权统治,出租屋主义... 科学与文明的发展,让人类不再把所有重要的问题求助于神话中的上帝。现实的世界也正在走向一个越来越不需要信仰的时代。可是另一方面,尘世间的折磨与痛苦,又迫使人们寻找心灵的寄托。于是,信仰与教义的救赎融入了韩国文化,成为了大多数人生活中的一部分。<br />\n<br />\n4. 2007年塔利班挟持韩国人质事件 (douban.com)<br />\n这是2007年塔利班挟持韩国人质事件整个过程的一篇详细梳理。这件事在当时是关注度很高的一个新闻。我并没有一直跟踪整个过程,但多年以后看这篇梳理,对整个事情有了更全面的了解。我认为这件事是《密阳》拍摄当年韩国教会如火如荼的表象后面所潜藏的危机的一个适当的注脚。信仰如果只关注自身的发展,却不睁开眼看世界与人类的实际状况,那么这样的信仰是虚假和站不住脚的。<br />\n<br />\n5. 韩极度传教引发伊斯兰国家反感-乌有之乡 (wyzxwk.com) 来源:朝鲜日报<br />\n这是李沧东所说“传教的方式用一般人的眼睛来看是多么奇怪”在国际政治层面的表现。信仰不能落地的一个重要原因就是在传讲中没有将信仰与对方的实际结合起来。<br />\n<br />\n6. 【编制篇】李沧东的访谈 (douban.com)<br />\n在这篇访谈中,李沧东提出他的宗教性在于觉得人生中经历过的痛苦是有意义的。他想通过电影给观众一个答案,就是对人生经历的痛苦的一个答案。他指出《密阳》中表现出的基督教传教的方式一点都不夸张,但信基督教的人看了以后觉得这部电影看起来很不舒服,因为韩国信教的人自己不会意识到,他们那种传教的方式用一般人的眼睛来看是多么奇怪。我认为这是信仰与世界对话是需要注意的一个重要方面。<br />\n此外,在这篇访谈中,李沧东指出了这部电影的第一个镜头仰拍天空,最后一个镜头是俯拍地面的设计思路:女主人公是一直要寻找生命意义的人,痛苦对于她来说也是有意义的。她来到丈夫的老家“密阳”,就是要寻找生命的意义。李沧东觉得人生的意义不在天上,而是在我们的现实里。现实生活虽然丑陋粗糙,毕竟是生活的基础。这也是我选择这部电影的目的。<br />\n<br />\n7. 访谈:李沧东谈《密阳》 与文隽巧遇畅聊-搜狐娱乐 (sohu.com)<br />\n李沧东在这里披露了他对演员的指导思路:全度妍……对主人公申爱的分析都是很好的,应该是这样子,她对这种情况,当时主人公的感情,都会有研究。但是我不喜欢一个演员先做一个感情的分析表演出来,我不愿意做这些,我就是跟她说你什么都不要做,什么都不要表演,你有感觉吗?那就按照你的这种感觉和感情来,你自己好像第一次经历这种苦难一样,这样生活就行了。这句话可能对全度妍来说是难度特别高的,因为让个演员别让她表演,别让她表达出来自己的感情,肯定是特别难的,但是全度妍就是做到了。在电影里面她完全成为女主人公,自己完全亲自经历了女主人公的那种痛苦,可能对她个人来说是相当于她亲身经历了这个苦难一样,所以对她来说是一个很艰苦的时间,她都做到了。</div>',1,0,'',0,0,0,0,36,1995),(178,10,111,22,1702803329,1702803329,1,'回應: 作業繳交:回答「內容」','<div class=\"text_to_html\">針對期末報告的文化產物--電影《逆轉人生》,嘗試回答「三、內容」的疑問<br />\n<br />\n1. 神學語言(參考大 R 小 r,大 C 小 c) <br />\n⬧ 本作品有明顯的宗教功能(基督教功能)嗎? <br />\n這部電影並沒有明顯的宗教功能,訴諸的觀眾也並非以基督徒為主。<br />\n⬧ 本作品談論宗教主題(基督教主題)嗎? <br />\n整部影片並沒有以基督教或其他宗教為主題,沒有明顯討論到教義的部分。<br />\n⬧ 本作品指涉宗教文本(基督教文本)嗎? <br />\n並沒有指涉到任何的宗教文本,也沒有出現任何的宗教信仰符號。<br />\n2. 終極關懷(參考大小調、藝術之雙刃)<br />\n本片雖然整體而言是部喜劇,表面上看起來充滿法式幽默,但也時不時流露出主角菲利浦受傷後,失去妻子與健全身體的哀傷。我們仍需要面對以下事實:當我們自己成為身心障礙者時如何自處?又當如何陪伴成為失能者的親友?既定的刻板印象難以移除,不同背景階級的人又能夠怎樣相互理解?<br />\n<br />\n3. 本作品呈現明確的美感嗎?或是它刻意不美? <br />\n影片場景中,出現主角菲利浦所住的豪宅、參觀的藝廊及其藝術畫作、菲利浦生日宴會上弦樂團演奏古典樂曲以及看護德利斯隨著現代樂曲所跳的舞蹈。我認為上述的這些片段都有呈現出明確的美感,大部分是反映出菲利浦所處社會階級的品味,另外,則是德利斯隨音樂起舞時,那種身體律動十分協調又充滿活力朝氣,是呈現了另一種風格的美感。<br />\n4. 它傳達哪些信息?它促使受眾做出哪些回應?它如何做到這些事? <br />\n⬧ 它企圖引導受眾思考、面對「救贖」嗎? <br />\n我認為導演有這個企圖,因為兩位主角都某種程度上屬於被社會邊緣化的人,菲利浦由於身體殘障而主動或被動的被排除在人際互動之外,德利斯則是由於自身的族裔與遭遇,被排除在法國主流社會之外。他們剛好是彼此的救贖~菲利浦給德利斯工作機會,讓德利斯有勇氣或動機去融入主流社會(影片最後他去找工作面試),德利斯則是<br />\n⬧ 它企圖引導受眾思考、面對「社群」與「人性」嗎? <br />\n社群是否具多元以及包容的特質,其實能透過對待不同群體的方式來觀察。這部電影以身心障礙者為主角,並以他的視角來剖析周遭人對身心障礙者的看法。嘗試去討論一件事--當一個人成為殘障之後,他是否能夠擁有原本的生活?還有機會走進並融入社群嗎?人們如何看待他?是否尊重他的自主,肯認他的主體性?這些議題其實都牽涉到對「社群」與「人性」的思考。<br />\n⬧ 它企圖引導受眾產生行動或改變生活嗎?<br />\n欣賞了本片的觀眾,相信會對身心障礙者的了解更多,也將反思自己看待身心障礙者的方式,因此,我認為也應該也是這部電影創作者的初衷。</div>',1,0,'',0,0,0,0,35,1001),(179,10,111,14,1702870002,1702870002,1,'回應: 作業繳交:回答「內容」','<div class=\"text_to_html\">針對期末報告的文化產物--電影《自由之聲》,嘗試回答「三、內容」的疑問<br />\n<br />\n1.本作品有明顯的宗教功能(基督教功能)嗎?<br />\n答:沒有<br />\na.本作品談論宗教主題(基督教主題)嗎?<br />\n電影《自由之聲》並未討論任何宗教主題或宗教功能,但是從電影所傳達的信息卻和基督耶穌的愛與人性關懷一致,因此可以歸類為r 或 c類電影。<br />\nb.本作品指涉宗教文本(基督教文本)嗎?<br />\n電影中只有「上帝的孩子是非賣品」這句對白,點出對兒童拐賣的嚴厲譴責。<br />\n<br />\n2. 終極關懷(參考大小調、藝術之雙刃)<br />\n電影中並沒有提到任何信仰或宗教,但是從電影中角色的行為、對話和故事情節,主角無私的愛,不畏艱難完成救援孩童的任務,展現出信仰、救贖、寬恕、愛和奉獻等主題,引導觀眾思考和面對現實存在的兒童性剝削和販運問題,並呼籲人們共同努力,保護兒童的權益並對這個問題進行關注。<br />\n<br />\n3. 本作品呈現明確的美感嗎?或是它刻意不美?<br />\n這部電影的美感體現在攝影、視覺,和音樂效果上。<br />\n(1)攝影<br />\n本片刻意不渲染暴力或殘酷的孩童悲劇畫面,許多殘暴或衝突的畫面都模糊處理或者刻意略過,亦不特別強調辦案過程的曲折、或追捕場面的刺激,只從眼神與暗示讓觀眾想像殘酷的畫面,把人性之惡的畫面降到最低。<br />\n(2)視覺效果<br />\n刻意呈現在人身陷最艱鉅、低潮的環境,仍然有光射入陰暗之地。孩子們被關在貨船艙裏,有光從通風口射入晦暗的角落。電影中,小姊姊睡在窗邊的床上,有月光滲入,黝黑的房間內燃著許多柔和的燭光。當主角冒著生命危險去拯救被販賣的兒童,宛如光照進死穴裡,為受性侵害的靈魂帶來盼望和未來。<br />\n(3)音樂效果<br />\n以「上帝的孩子是非賣品」的對白,點出對兒童拐賣惡行的嚴厲譴責,又透過大量特寫的流淚畫面,呈現出悲天憫人的心情。片中獲救的孩子們在得知他們重獲自由之後,一起唱出的歌聲,就是片名《自由之聲》的由來,讓電影裡面愛與拯救的故事更廣泛的被傳播。<br />\n <br />\n4. 它傳達哪些信息?它促使受眾做出哪些回應?它如何做到這些事?<br />\na. 它企圖引導受眾思考、面對「救贖」嗎?<br />\n從電影中角色的行為、對話和故事情節,主角無私的愛,不畏艱難完成救援孩童的任務,展現出信仰、救贖、寬恕、愛和奉獻等主題,引導觀眾思考和面對現實存在的兒童性剝削和販運問題,並呼籲人們共同努力,保護兒童的權益並對這個問題進行關注。<br />\nb. 它企圖引導受眾思考、面對「社群」與「人性」嗎?<br />\n本片呈現了對人權、兒童拯救、兒童販運和性剝削等議題的關注和呼籲,揭示這些問題的殘酷現實,引起社會關注及反思,並呼籲共同努力為兒童創造安全健康的環境。。<br />\nc.它企圖引導受眾產生行動或改變生活嗎?<br />\n上帝的孩子是非賣品,這是神給電影中主角的呼召,因此他放下一切,全力以赴來拯救黑暗角落中的孩童。身為神兒女也當清楚知道,上帝將你我拯救出來,在這地上是有使命的,應當找到神所託付的恩賜與呼召,擺上自己。透過這部電影,讓觀眾能夠瞭解人權問題,包括人口販運和性奴隸貿易的現狀和重要性,培養對社會正義的關注和參與,並探討個人行動對於改變社會的影響。</div>',1,0,'',0,0,0,0,31,1214),(180,16,0,14,1702870903,1702870903,1,'我填完表單了','<p dir=\"ltr\" style=\"text-align: left;\">我填完表單了</p>',1,0,'',0,0,0,0,1,6),(181,10,111,12,1703082176,1703082176,1,'回應: 作業繳交:回答「內容」','<div class=\"text_to_html\">1. 神學語言(參考大 R 小 r,大 C 小 c)<br />\n⬧ 本作品有明顯的宗教功能(基督教功能)嗎?<br />\n 这部作品没有明显的宗教功能,它并不是为了引导基督教的信徒进行崇拜、查经等宗教活动,也不是为了驳斥基督教。它谈及基督教只是为了表现主人公经历的一种自我救赎的尝试。<br />\n⬧ 本作品談論宗教主題(基督教主題)嗎?<br />\n 这部作品谈论了基督教主题。例如,申爱刚刚加入教会时在小组分享提到的“喜乐”,她前往监狱探视是出于基督教的主题“饶恕”。<br />\n⬧ 本作品指涉宗教文本(基督教文本)嗎?<br />\n 这部作品没有涉及宗教文本。<br />\n2. 終極關懷(參考大小調、藝術之雙刃)<br />\n 这部作品有很深入的终极关怀,它本身触碰的是一个极大的苦难——丧子之痛。摆在面前的问题就是:什么能给苦难中的人以安慰?然后它揭示了另一个隐藏的问题,就是公义是否存在。在公义不存在的情况下,还有什么能给人安慰。作品的主基调是灰暗的,没有公义,没有安慰,就连一度起到作用的宗教也被证明只是提供了虚假的安慰,然后主人公将这一切完全打碎。但作品在这一切之下还保留着一丝温情,一线倔强的希望,需要人自己去面对,自己去寻找。<br />\n3. 本作品呈現明確的美感嗎?或是它刻意不美?<br />\n 从“真”与“美”两个维度来看,本作品刻画了真与不美:比如宗灿的笨手笨脚,绑票案的现场,火化的场面;虚假与不美:申爱在初来密阳时请邻居吃饭乱糟糟的场面,户外敬拜时的杂乱无章,引诱牧师奸淫时的衣着、车辆和简陋的装备。作品还着意刻画了虚假的美,比如绑匪自称得到上帝的赦免时如同圣光沐浴,是刻意突出其背后的丑陋。唯一没有出现的是又真又美,那可能本来不属于这个世界。<br />\n4. 它傳達哪些信息?它促使受眾做出哪些回應?它如何做到這些事?<br />\n 本作品积极引导受众思考关于救赎的问题。主人公来到小镇密阳本身就是为了开始新的生活,但是如电影里所说,这里跟其他的地方没有什么两样。小镇里的人情世故,表面的热情和实际的冷漠,搬家不能给人救赎,反而成为悲剧的开始。其实悲剧的发生很大程度上是申爱自己的露财造成的,其背后更深层次的原因是对自己和现实的不接纳。接下来悲剧发生,兜兜转转来到教会,但是宗教也没有真正救赎她。观众面对这些,不禁要问:到底什么能给申爱救赎?一直陪伴她的宗灿吗?虽然他是唯一没有过错的,在申爱最难的时候一直都陪伴她,也没有趁人之危占有她,但他也不过是个凡人。作品可能就是要告诉我们,我们都是凡人,真正的救赎不是超凡脱俗的一次解决问题,而是带着生活给的全部创伤去努力过真实的生活。如果说要采取什么行动,那就是认真地面对生活。</div>',1,0,'',0,0,0,0,27,1029),(182,5,54,12,1703121745,1703121745,1,'回應: 第六週課前討論','<div class=\"text_to_html\">我读完两篇文章了。</div>',1,0,'',0,0,0,0,1,9),(183,7,75,12,1703121867,1703121867,1,'回應: 第七週課前討論','<div class=\"text_to_html\">第一部分:我讀完文章了<br />\n第二部分:我分析了电影《密阳》。年底工作很忙,没有及时回复,现统一回复。</div>',1,0,'',0,0,0,0,2,47),(184,10,111,21,1703125100,1703125100,1,'回應: 作業繳交:回答「內容」','<div class=\"text_to_html\">三、內容<br />\n本作品有明顯的宗教功能,在終極關懷方面,有使世界歸正的意圖。特別在現今金錢至上,物慾至上的時代,是很好的提醒,本作品傳達了我們一生如何選擇將影響我們的永生。從作者的作品中我們發現作者的畫作有很豐富的勸世意義。我們從聖經中可以看到許多對貪戀錢財的警戒。路加福音12:15耶穌說:「你們要謹慎自守,免去一切的貪心;因為人的生命不在乎家道豐富」馬太福音6:19,24b說「不要為自己積攢財寶在地上,地上有蟲子咬,能銹壞,也有賊挖窟窿來偷 ... 你們不能又侍奉神,又侍奉瑪門」。提摩太前書 6:9-10,17-18「貪財是萬惡之根..…不要倚靠無定的錢財」以弗所書 5 : 5 :「因為你們確實的知道,無論是淫亂的,是污穢的,是有貪心的 , 在基督和神的國裡都是無份的。有貪心的,就與拜偶像的一樣。」希伯來書 13:5 :「你們存心不可貪愛錢財,要以自己所有的為足。因為主曾說:我總不撇下你,也不丟棄你」。「情慾的事、都是顯而易見的.就如姦淫、污穢、邪蕩、拜偶像、邪術、仇恨、爭競、忌恨、惱怒、結黨、紛爭、異端、嫉妒、醉酒、荒宴等類、我從前告訴你們、現在又告訴你們、行這樣事的人、必不能承受神的國。」提摩太前書6章9-10節:「只要有衣有食,就當知足。但那些想要發財的人,就陷在迷惑,落在網羅和許多無知有害的私慾裡,叫人沉在敗壞和滅亡中。貪財是萬惡之根。有人貪戀錢財,就被引誘離了真道,用許多愁苦把自己刺透了。」 <br />\n 這個作品不只提醒當時代的人要免去一切的貪心,要為死後的生命做預備,<br />\n連結兩部短片,探討人生價值<br />\n<br />\nhttps://www.youtube.com/watch?v=M7qO3VRcMZk<br />\n人生價值用錢買的到嗎?<br />\n<br />\nhttps://www.youtube.com/watch?v=45n9XdDBJ6U<br />\n一部讓我們思考-需求和存在價值的微電影</div>',1,0,'',0,0,0,0,19,758),(185,14,170,21,1703126283,1703126283,1,'回應: 「我填完表單了」。','<div class=\"text_to_html\">我填完表單了,謝謝老師</div>',1,0,'',0,0,0,0,1,11),(186,17,0,19,1703142501,1703142501,1,'我填完表單了','<p dir=\"ltr\" style=\"text-align: left;\">謝謝老師, 教材很豐富, 也比較少見! </p>',1,0,'',0,0,0,0,3,18),(187,18,0,6,1703159238,1703159238,1,'我填完表單了','<p dir=\"ltr\" style=\"text-align: left;\">我填完表單了<br></p>',1,0,'',0,0,0,0,1,6),(188,4,39,15,1703268529,1703268529,1,'回應: 第五週課前討論','<div class=\"text_to_html\">第一部份:<br />\n1:<br />\n文字中提到禁食,奇妙的是我在看这一部份的时候在禁食,在写这段文字也在禁食,中间时隔三个月,关键词刻意而为,承诺、预备、注意力<br />\n我特别有体会,而且禁食和盛宴的关系也是奇妙而真实。而这段中文化何以是礼物呼召顺服?我有记录下来,这是一个值得反复深思的问题!关于艺术的倔强和不可转译的观点我非常认同,请允许我也圣经为例,即使我们因为时代背景文化的不同我们读的神经也略有出入,而在诸多学者的深入查考中也不难见到溯源希伯来文的例子。<br />\n7:<br />\n两个概念,六个危险,三个特性,我读下来的直观感受它是艺术版的保罗书信,有问安,有劝诫,有训导,有安慰,有怜悯,有盼望。<br />\n8:<br />\n不得不说这是我读过最具真实性的以启示录为蓝本的文字,可能也是从艺术的角度让我更能同理和共情。我其实读的也不多,但是道也听了不少,多少都会有几分神秘的色彩,包括对圣灵的阐释真的是把很多牧者讲不明白的地方讲的轻轻处处,在阅读的时刻就能感受的圣灵的真实感。<br />\n<br />\n第二部份:經歷了前四堂課之後,我希望在課程結束時我可以回答以下這個問題(或是得到這方面的知識或資源)<br />\n我希望在课程结束后希望和老师保持良好的沟通交流,还有关于一些儿童青少年戏剧服侍的指导,咨询等。</div>',1,0,'',0,0,0,0,10,501),(189,5,54,15,1703269555,1703269555,1,'回應: 第六週課前討論','<div class=\"text_to_html\">我讀完兩篇文章了。</div>',1,0,'',0,0,0,0,1,9),(190,6,55,15,1703272365,1703272365,1,'回應: 外星人的教會觀察報告','<div class=\"text_to_html\">请允许我使用了媛萍的格式<br />\n一、前言<br />\n我是一位来自发光星球的访客,我是特异功能的洞察人类的心理活动,我不喜欢成年人,我喜欢地球上的小孩子,于是我来得了一个叫儿童主日学的地方,因为那里有很多很多小孩子。<br />\n<br />\n二、觀察發現<br />\n(一) 觀察時間及範圍<br />\n地球時間公元2023年12月在羊教會儿童主日学聚会中。<br />\n(二) 觀察對象<br />\n1. 0-12岁的孩子<br />\n2. 成人教师,在儿童主日学的家长<br />\n(三) 基本状态<br />\n1. 孩子们:在一起唱歌跳舞,听故事,然后以八岁为界限氛围两组做活动,(0-2岁在人群中随意的爬来爬去,走来走去)。内心活动:表里如一想不想参加都写在脸上<br />\n2. 成人:<br />\n老师们:基本参与活动,<br />\n内心活动:非常愉悦的沉浸式教学的老教师,表面融入心里不明所以的新教师<br />\n<br />\n家长:被孩子热情感染投入参与的家长,心理对老师的表现都有评价;在课堂刷手机假装陪孩子的家长,<br />\n内心活动:无聊,什么时候可以结束;终于可以休息一下啦<br />\n<br />\n(四) 任务<br />\n⬧ 這個聚集怎麼看待自己?他們使用哪些類比描述自己?(例如:「家庭」、「軍隊」)<br />\n孩子:我们都是真朋友<br />\n老师:我们是家人,彼此同工同行<br />\n家长:陪伴者,参与者<br />\n⬧ 這個聚集怎麼看待他們群體以外的人?他們使用哪些類比描述這些人?他們希望這些人做出哪些行動?<br />\n孩子:你真酷真漂亮怎么会发光呀,好厉害呀,能和你一起玩吗?欢迎,会有身体接触<br />\n老师:你是谁?你从哪里来?为什么来?欢迎<br />\n家长:疑惑,可能会闲聊几句<br />\n⬧ 這個聚集期待參與者做出哪些行動?(無論是聚集期間,或是聚集前後)<br />\n参与他们的活动,不要节外生枝<br />\n⬧ 這個聚集傳達給參與者哪些訊息?這些訊息以什麼方式傳遞?以什麼語氣、態度傳遞?<br />\n热情,谨慎,安全<br />\n⬧ 根據你的觀察,對這個聚集來說,人類的哪些感官與能力是重要的?哪些相對不重要?<br />\n<br />\n<br />\n本體感/空間感(身體部位彼此之間的關係,例如閉眼用手摸鼻子,或是自己與他人在空間中的關係)5<br />\n三、觀察結論<br />\n地球上的孩子们真可爱,我感觉自己变得更亮了,和他们在一起太有趣啦!<br />\n大人们有点复杂,我需要多多适应他们,多多看他们的内心。</div>',1,0,'',0,0,0,0,47,819),(191,8,96,15,1703273810,1703273810,1,'回應: 第八週課前討論','<div class=\"text_to_html\">三把刷子不可少:<br />\n我总结为传福音的教导<br />\n1,好时机:万物有时,撒种自然也有时,好时机是突破口,好时机也会事半功倍。前几天邻居闲来无事来家里聊天,正好我和妈妈都在家,聊聊天就把福音传了<br />\n2,三把刷子好问题,共同点,个人生命<br />\n好问题,通过关系询问初步了解了情况,从她为什么来开始问;<br />\n共同点:她有一个美国男友,想结婚不知道如果办理,妈妈正好有涉外婚姻的经验,解决了她很多问题<br />\n生命:如果真的为一个人传来福音真心是和她建立了一个永约,就想耶稣和我们一样,切身体会就是心心念念这个人,真的会终身服务的。</div>',1,0,'',0,0,0,0,7,241),(192,11,112,15,1703289250,1703289250,1,'回應: 第九週課前討論','<div class=\"text_to_html\">美作为公正的呼应:<br />\n我已经忘记在哪一段文字中写了对美的定义,说的是在日常生活中美就常出现,比如你很美,你长得很美,担当把美与生命连接时,与神圣连接时会觉的刚才的美字使用的过于草率,似乎更应该说你很漂亮。而美字更多的应该用于生命奇妙的感叹当中。也正是作者把美和正义的连接让我有回想到这段文字,这种美完全的脱离了个人的感受,它的出现有种奇妙的合一,有一天在友人家门口拍下一棵树发在朋友圈中,我当时在车中,那种美让我踩住刹车,摇下车窗拍下它,发出去,一个上午有二十个人点赞,这就像一个赞叹。而这种美也带出了心中的善。</div>',1,0,'',0,0,0,0,2,254),(193,6,55,22,1703336593,1703336593,1,'回應: 外星人的教會觀察報告','<div class=\"text_to_html\">第七週作業 外星人的教會觀察報告<br />\n<br />\n<br />\n一、觀察對象:<br />\n1.我觀察的對象是公立高中的學生團契,由基督徒的化學科老師來擔任輔導,在每週一的放學後於教師休息室聚會<br />\n2.這群高中生與未參加團契的同學在外表上並沒有什麼不同,而他們也將其他人視為一般的同學,都在同個校園當中學習,只是和自己的部分生活型態不相同<br />\n3.包括高中生及擔任輔導的老師在內,都希望這些未參加團契的人可以來即將舉行的聖誕聚會看一看,進而了解是什麼原因讓這群人聚在一起<br />\n<br />\n二、活動進行:<br />\n聚集前:成員們透過手機app(Line或IG)彼此聯絡,流通消息<br />\n聚集期間會進行以下活動:<br />\n1.唱詩歌:一位高中生事先把詩歌上傳到參與者的手機,其中一人彈奏樂器,然後每個人一邊看著手機上show出的歌詞,一邊唱。<br />\n2.玩遊戲:另一位年紀比較大的化學老師帶領遊戲的進行。他用口述解說遊戲的規則,而遊戲用到的題目存在他的手機資料夾,他一邊看手機一邊講出題目,參加遊戲的人分成兩個群體,一群人看著自己手機裡的檔案,問另一群人問題。<br />\n3.每個參與者輪流說話,內容大部分跟他自己的生活近況有關連,其他人會注視那位說話的人,並且聆聽。<br />\n4.整個過程約45分鐘,眾人就解散各自回家。<br />\n<br />\n三、聚集傳達給參與者的訊息<br />\n1.由於這聚集的活動已經持續十多年,似乎成為一種傳統,也可稱之為傳承,已經畢業的校友也會期待這樣的聚集可以不要中斷(畢業生們擁有一個專屬於畢業生的團契line群組,時不時會關心校內團契的運作情況)。<br />\n2.每個參與者都需要表達還有分享,也需要對聖經內容有相當熟悉度。<br />\n3.沒有強制規定曾來過的參與者一定每周都要出席,但是會期待成員能彼此認識<br />\n4.每周的聚集都有活動主題,包括查經、邀請牧師分享見證、聖誕晚會的工作預備,期待出席的參與者都投入在活動裡,不希望有人當旁觀者<br />\n5.主要是由老師來主導聚集的氣氛與聚集期間重要的聖經經文分享,老師談話的語氣溫和,不過基於老師與學生之間地位的落差,在老師傳遞訊息時,學生比較多是被動地聆聽。<br />\n<br />\n四、聚集當中使用的感官能力<br />\n1.重要的部分:<br />\n聽覺~節奏感與音感,與聚集一開始的詩歌有關<br />\n視覺~常藉由手機畫面來傳遞訊息(如唱詩歌看歌詞、遊戲...等)<br />\n聽覺~表達能力,需跟上聚會流程而且適切的表述自己<br />\n味覺與嗅覺~因為聚集時間點在放學後的傍晚,老師會準備點心食物<br />\n空間感~聚會的空間狹小,設備桌椅有限,座位侷促<br />\n語言能力~必須較為精確地使用語言,以便讓活動(特別是遊戲部分)能進行順利<br />\n2.相對不重要的部分:<br />\n想像力~可能聚集期間多與陳述自己的經驗或感受有關<br />\n發問能力~老師帶領高中生會免不了有權威感,或者教會文化較強調順服的品格所致<br />\n觸覺~每周固定的時間與地點,使用的設備也相同<br />\n邏輯思考~聚集時間有限(45分鐘),深入討論或分析不易進行<br />\n<br />\n五、觀察結論<br />\n在老師的帶領與主導下,聚集比較類似「教學」或「講授」的型態,雖然也穿插較為輕鬆的主題,然而高中生之間橫向的聯繫在聚集當中較少。每周45分鐘的聚集對於成員們之間的深入了解認識可能不足,此定期聚集的意義與定位還需要好好確立。</div>',1,0,'',0,0,0,0,34,1239),(194,19,0,20,1703686589,1703686589,1,'我填完表單了','<p dir=\"ltr\" style=\"text-align: left;\">我填完表單了</p>',1,0,'',0,0,0,0,1,6),(195,13,169,15,1703693776,1703693776,1,'回應: 舞台設計、服裝設計分享區','<p dir=\"ltr\" style=\"text-align: left;\"><img src=\"@@PLUGINFILE@@/73dff627207576969704c2d4d1a83b45.jpeg\" alt=\"\" width=\"3024\" height=\"4032\" role=\"presentation\" class=\"img-fluid atto_image_button_middle\"><br></p>',1,0,'',0,0,0,0,0,0),(196,9,97,15,1703799041,1703799041,1,'回應: 作業繳交:找資料並寫註解(歷史、類型)','<div class=\"text_to_html\">藝術與青少年事工期末作業<br />\n诺兰电影《奥本海默》—献给两个男孩的礼物<br />\n1、视频:对话诺兰!导演亲自解开《奥本海默》的六个秘密<br />\n(影视飓风访谈,bilibili,2023.8.30)<br />\n2、视频:对话《奥本海默》导演克里斯托弗·诺兰<br />\n(《蓝羽会客厅》,中国电影报道,央视网选,2023.9.1)<br />\n3、视频:《奥本海默》超豪华主创阵容访谈<br />\n(环球影业,中英精校,bilibili,<br />\n2023.7.16)<br />\n相对影评我更喜欢看主创访谈,更直观的理解从原形到主演,从坚持实拍的原因和艺术技巧的应用,不是揭密而是溯源。也包括了诺兰重返中国的感受。诺兰最后说:导演需要纪律,而编剧更需要灵感.<br />\n<br />\n<br />\n4、奥本海默剧情简介(豆瓣)<br />\n5、豆瓣2023评分最高外语电影No.1《奥本海默》8.8分(豆瓣,2023.12.26)<br />\n6、豆瓣影评(官评,大众评论)<br />\n<br />\n看官评也是可以看到社会的引导与方向、经过两年争分夺秒的研发,硕大的蘑菇云终于在荒原的上空腾起,也宣告着绞肉机一般的二战即将落下帷幕,一种毁灭性的落幕带来另一种毁灭的开端。<br />\n<br />\n7、《美国普罗米修斯:奥本海默的胜利与悲剧》<br />\n(Kai Bird、Martin J. Sherwin)<br />\n<br />\n胜利与悲剧标题就是对电影的高度概括,如果说电影是立体的呈现和重现,那书就可以更多的相像,在字里行间与更精准,而且作者像托孤一样的把此事交给诺兰也让我看到了超出电影本身的一些符合神义的地方<br />\n<br />\n8、《奥本海默》普罗米修斯式的殉道者(澎湃新闻,2023.8.30)<br />\n <br />\n为凡人送去火焰的普罗米修斯,是希腊神话里著名的悲剧人物,或者从另一个角度说,一位牺牲小我,成就大我的超级英雄,他是殉道者,也是天谴者。<br />\n导演克里斯托弗·诺兰似乎有着普罗米修斯情结,从其早期短片《塔兰台拉》(Tarantella)、《盗窃罪》(Larceny),再到长片《记忆碎片》、《失眠症》、“蝙蝠侠”三部曲、《信条》,几乎每一部诺兰导演的作品里,都会出现一位或多位陷入绝境,却肉身成圣的人物,而作为代价,他不为家人、国家或体制等所容。<br />\n此报道让我茅塞顿开,切入点精准的表达出我选此题做报告的原因之一。<br />\n<br />\n9、三位一体核实验(百度、维基)<br />\n这是我最好奇的一个词,显然它是一个有背景的历史词汇,看了两种不同的解释,是想有更多的诠释</div>',1,0,'',0,0,0,0,27,921),(197,10,111,15,1703801390,1703801390,1,'回應: 作業繳交:回答「內容」','<div class=\"text_to_html\">1.本作品有明顯的宗教功能(基督教功能)嗎?<br />\n答:没有,虽然我在此电影中看出一些有关宗教的内容,但是它并不是带有宗教功能的电影,而且商业味十足<br />\n<br />\na.本作品談論宗教主題(基督教主題)嗎?<br />\n没有,但是对于三位一体核实验的由来我倒是觉得有的,从科学出于神学的角度应该算暗含<br />\nb.本作品指涉宗教文本(基督教文本)嗎?<br />\n没有,还是上一题的答案<br />\n<br />\n2. 終極關懷(參考大小調、藝術之雙刃)<br />\n有大有小<br />\n这就是诺兰的魅力,他在大小调中找到了一种神奇的平衡,在一个看似偏小的基调中却看的振奋人心,又不时的让人有对人性的审视<br />\n3. 本作品呈現明確的美感嗎?或是它刻意不美?<br />\n美感中的美感,每一帧都恰到好处。<br />\n<br />\n4. 它傳達哪些信息?它促使受眾做出哪些回應?它如何做到這些事?<br />\n二战之后,麦卡锡主义在美国泛滥,由于奥本海默认识多位共产主义人士,他成为了20世纪50年代美国反共、反苏氛围的牺牲品。如果影片仅仅停留在这里,那就不是诺兰导演了。片中,通过小罗伯特·唐尼饰演的路易斯·施特劳斯的咆哮,提供了观察奥本海默的另一个视角,而引子正是前文提到的那段传记叙述。在施特劳斯看来,奥本海默清楚知道原子弹的诞生,会对战争、对未来世界产生怎样的影响,但用施特劳斯的话说,如果现在再让奥本海默重新选择一次的话,他仍然会主导“曼哈顿计划”。奥本海默打开了潘多拉魔盒,却又希望后人理解他当时的迫不得已,战后被美国反共浪潮的破坏,又正好让奥本海默成为一名殉道者。<br />\n<br />\n事实上,诺兰导演此番一反常态,在影片里一次又一次点题“殉道”,片尾奥本海默妻子在自家院子里牵起奥本海默的手,仍然再次发问,“如此殉道之后,世人是否会因此原谅你?”原子弹以及奥本海默极力反对的氢弹,都让世人身陷核恐怖之中,可正是因为大国之间存在了相互保证毁灭的能力,构建了二战后的大国之间相对和平。在笔者看来,片中引用《薄伽梵歌》一句“我是死神,世界的毁灭者”,不如这句“从事必要的行动吧!行动总比不行动好;如果你拒绝行动,恐怕生命都难维持”。(摘自四川人民出版社2015版《薄伽梵歌》第三章)</div>',1,0,'',0,0,0,0,17,841),(198,20,0,2,1772724558,1772724659,1,'第二週課前討論(分辨奧秘)','<p>用<span lang=\"en-us\" xml:lang=\"en-us\">200-400</span>字提出一則關於〈分辨奧秘〉的<strong>問題</strong>或是<strong>心得</strong>。</p><p>(<strong>問題</strong>:看不懂、疑惑,想詢問同學意見,或是想反問作者的問題;<strong>心得</strong>:新發現、新想法,激勵你要做出的回應等等)。</p><p dir=\"ltr\" style=\"text-align: left;\"></p><p></p><p></p><p></p><p></p>',1,0,'',0,0,0,0,2,83),(202,20,198,32,1773062929,1773062929,1,'回應: 第二週課前討論(分辨奧秘)','<div class=\"text_to_html\">人有上帝形象的影子,有創意與追求價值、美善真的渴望,這些渴望啟發相信神與不相信神的,使人有豐富的創意,能被連結到上帝的豐富,正因為上帝真善美豐富的範圍遠大於人創意豐富的範圍,在普遍性的創作當中,也能夠連結到與上帝相處的經驗。<br />\n<br />\n同時也對應到基督徒生命開始有價值的時間點要怎麼判斷,不只是從相信的那一刻開始有價值,在尚未出生,上帝給人的價值就存在,而且相信與否,人都是上帝的創造,不能否定人存在即有價值。<br />\n<br />\n回到分辨,認識神,認出神,他認得我們,我們更多認識神的豐富以及神與人相處的態度與各樣方式,開放我們的心胸,更能認出祂工作廣度,遠超過人的想像。<br />\n思考多跟神相處的意涵是什麼,還是必須回到,聆聽他的話語、讀他的話語、相信他的話語、行他的話語、禱告、安靜、聆聽、安息,進入生命與主同在進入一次次的更新,上帝的過去怎麼工作現在也怎麼工作,只是祂工作的內涵很深就算人不斷地更新。<br />\n<br />\n人的創作與渴望趨向能夠被智慧的上帝,如風一般的聖靈無所不在也在我們裡面運行真的很奇妙,而且,電影不只是導演一個人的創作,更是一個團隊的作品,一個思想的集合,或許可以對比成一個團契的信仰見證,這樣看來,更感嘆上帝工作的深度,因為他不只是一個人而是一群人被上帝使用!<br />\n在這個時代被稱為第九藝術的遊戲,在過程中更多加入了互動的元素,想想遊戲怎麼被上帝使用,也是可以觀察的項目!</div>',1,0,'',0,0,0,0,6,566),(203,20,198,26,1773064434,1773064434,1,'回應: 第二週課前討論(分辨奧秘)','<div class=\"text_to_html\">第一時間想到的是,可以將上帝與祂的創造視為「宇宙大爆炸」,一切存有都是以祂為軸心向外擴散,雖然有遠近之別,但都在祂轄管與聖靈運動的範圍。萬物都可以作為上帝啟示的媒介,映襯出「美」也反映上帝的屬性,並不限於基督徒與教會。<br />\n<br />\n只是原理同意,實踐並不容易。雖說標籤是對事物本體的化約,但同時也是節約認知成本的手段,有點難以想像教會要在New age、小派、泛靈論等作品中品味上帝同在,而不會產生奇怪的負面效應。就像中世紀,有些修士會將骷髏在案邊,提醒自己Memento Mori,但當代的基督徒這樣做,恐怕就不是加分了。或許這是神學理論工作者、宣教學者的職責,找到與跨文化對話的契機與辨識聖靈工作。<br />\n<br />\n這個作業讓我意識到自己的思考框架,可能是工作習慣,會不自覺朝功利性、成本和風險的評估靠攏。作者的提醒更像是「不欣賞是損失!」我的感受是「亂看的人好難收拾」,就算真的投入去看,也是為了有切入點傳福音。期待聽到同學的「期待」!</div>',1,0,'',0,0,0,0,5,403); /*!40000 ALTER TABLE `mdl_forum_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum_queue` -- DROP TABLE IF EXISTS `mdl_forum_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_forum_queue` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `discussionid` bigint NOT NULL DEFAULT '0', `postid` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_foruqueu_use_ix` (`userid`), KEY `mdl_foruqueu_dis_ix` (`discussionid`), KEY `mdl_foruqueu_pos_ix` (`postid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='For keeping track of posts that will be mailed in digest for'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_forum_queue` -- LOCK TABLES `mdl_forum_queue` WRITE; /*!40000 ALTER TABLE `mdl_forum_queue` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_forum_queue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum_read` -- DROP TABLE IF EXISTS `mdl_forum_read`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_forum_read` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `forumid` bigint NOT NULL DEFAULT '0', `discussionid` bigint NOT NULL DEFAULT '0', `postid` bigint NOT NULL DEFAULT '0', `firstread` bigint NOT NULL DEFAULT '0', `lastread` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_foruread_foruse_ix` (`forumid`,`userid`), KEY `mdl_foruread_disuse_ix` (`discussionid`,`userid`), KEY `mdl_foruread_posuse_ix` (`postid`,`userid`), KEY `mdl_foruread_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Tracks each users read posts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_forum_read` -- LOCK TABLES `mdl_forum_read` WRITE; /*!40000 ALTER TABLE `mdl_forum_read` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_forum_read` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum_subscriptions` -- DROP TABLE IF EXISTS `mdl_forum_subscriptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_forum_subscriptions` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `forum` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_forusubs_usefor_uix` (`userid`,`forum`), KEY `mdl_forusubs_use_ix` (`userid`), KEY `mdl_forusubs_for_ix` (`forum`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Keeps track of who is subscribed to what forum'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_forum_subscriptions` -- LOCK TABLES `mdl_forum_subscriptions` WRITE; /*!40000 ALTER TABLE `mdl_forum_subscriptions` DISABLE KEYS */; INSERT INTO `mdl_forum_subscriptions` VALUES (1,2,4),(2,2,6),(5,2,7),(6,2,8),(7,2,9),(8,2,11),(9,2,12),(11,2,13),(10,2,14),(16,2,20),(12,14,15),(4,15,7),(13,15,8),(14,15,9); /*!40000 ALTER TABLE `mdl_forum_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum_track_prefs` -- DROP TABLE IF EXISTS `mdl_forum_track_prefs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_forum_track_prefs` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `forumid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_forutracpref_usefor_ix` (`userid`,`forumid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Tracks each users untracked forums'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_forum_track_prefs` -- LOCK TABLES `mdl_forum_track_prefs` WRITE; /*!40000 ALTER TABLE `mdl_forum_track_prefs` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_forum_track_prefs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_glossary` -- DROP TABLE IF EXISTS `mdl_glossary`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_glossary` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `introformat` smallint NOT NULL DEFAULT '0', `allowduplicatedentries` tinyint NOT NULL DEFAULT '0', `displayformat` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'dictionary', `mainglossary` tinyint NOT NULL DEFAULT '0', `showspecial` tinyint NOT NULL DEFAULT '1', `showalphabet` tinyint NOT NULL DEFAULT '1', `showall` tinyint NOT NULL DEFAULT '1', `allowcomments` tinyint NOT NULL DEFAULT '0', `allowprintview` tinyint NOT NULL DEFAULT '1', `usedynalink` tinyint NOT NULL DEFAULT '1', `defaultapproval` tinyint NOT NULL DEFAULT '1', `approvaldisplayformat` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'default', `globalglossary` tinyint NOT NULL DEFAULT '0', `entbypage` smallint NOT NULL DEFAULT '10', `editalways` tinyint NOT NULL DEFAULT '0', `rsstype` tinyint NOT NULL DEFAULT '0', `rssarticles` tinyint NOT NULL DEFAULT '0', `assessed` bigint NOT NULL DEFAULT '0', `assesstimestart` bigint NOT NULL DEFAULT '0', `assesstimefinish` bigint NOT NULL DEFAULT '0', `scale` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `completionentries` int NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_glos_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='all glossaries'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_glossary` -- LOCK TABLES `mdl_glossary` WRITE; /*!40000 ALTER TABLE `mdl_glossary` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_glossary` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_glossary_alias` -- DROP TABLE IF EXISTS `mdl_glossary_alias`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_glossary_alias` ( `id` bigint NOT NULL AUTO_INCREMENT, `entryid` bigint NOT NULL DEFAULT '0', `alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `mdl_glosalia_ent_ix` (`entryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='entries alias'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_glossary_alias` -- LOCK TABLES `mdl_glossary_alias` WRITE; /*!40000 ALTER TABLE `mdl_glossary_alias` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_glossary_alias` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_glossary_categories` -- DROP TABLE IF EXISTS `mdl_glossary_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_glossary_categories` ( `id` bigint NOT NULL AUTO_INCREMENT, `glossaryid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `usedynalink` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `mdl_gloscate_glo_ix` (`glossaryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='all categories for glossary entries'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_glossary_categories` -- LOCK TABLES `mdl_glossary_categories` WRITE; /*!40000 ALTER TABLE `mdl_glossary_categories` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_glossary_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_glossary_entries` -- DROP TABLE IF EXISTS `mdl_glossary_entries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_glossary_entries` ( `id` bigint NOT NULL AUTO_INCREMENT, `glossaryid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `concept` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `definitionformat` tinyint NOT NULL DEFAULT '0', `definitiontrust` tinyint NOT NULL DEFAULT '0', `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `teacherentry` tinyint NOT NULL DEFAULT '0', `sourceglossaryid` bigint NOT NULL DEFAULT '0', `usedynalink` tinyint NOT NULL DEFAULT '1', `casesensitive` tinyint NOT NULL DEFAULT '0', `fullmatch` tinyint NOT NULL DEFAULT '1', `approved` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `mdl_glosentr_use_ix` (`userid`), KEY `mdl_glosentr_con_ix` (`concept`), KEY `mdl_glosentr_glo_ix` (`glossaryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='all glossary entries'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_glossary_entries` -- LOCK TABLES `mdl_glossary_entries` WRITE; /*!40000 ALTER TABLE `mdl_glossary_entries` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_glossary_entries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_glossary_entries_categories` -- DROP TABLE IF EXISTS `mdl_glossary_entries_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_glossary_entries_categories` ( `id` bigint NOT NULL AUTO_INCREMENT, `categoryid` bigint NOT NULL DEFAULT '0', `entryid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_glosentrcate_cat_ix` (`categoryid`), KEY `mdl_glosentrcate_ent_ix` (`entryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='categories of each glossary entry'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_glossary_entries_categories` -- LOCK TABLES `mdl_glossary_entries_categories` WRITE; /*!40000 ALTER TABLE `mdl_glossary_entries_categories` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_glossary_entries_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_glossary_formats` -- DROP TABLE IF EXISTS `mdl_glossary_formats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_glossary_formats` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `popupformatname` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `visible` tinyint NOT NULL DEFAULT '1', `showgroup` tinyint NOT NULL DEFAULT '1', `showtabs` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `defaultmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `defaulthook` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sortkey` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sortorder` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Setting of the display formats'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_glossary_formats` -- LOCK TABLES `mdl_glossary_formats` WRITE; /*!40000 ALTER TABLE `mdl_glossary_formats` DISABLE KEYS */; INSERT INTO `mdl_glossary_formats` VALUES (1,'continuous','continuous',1,1,'standard,category,date','','','',''),(2,'dictionary','dictionary',1,1,'standard','','','',''),(3,'encyclopedia','encyclopedia',1,1,'standard,category,date,author','','','',''),(4,'entrylist','entrylist',1,1,'standard,category,date,author','','','',''),(5,'faq','faq',1,1,'standard,category,date,author','','','',''),(6,'fullwithauthor','fullwithauthor',1,1,'standard,category,date,author','','','',''),(7,'fullwithoutauthor','fullwithoutauthor',1,1,'standard,category,date','','','',''); /*!40000 ALTER TABLE `mdl_glossary_formats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_categories` -- DROP TABLE IF EXISTS `mdl_grade_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_grade_categories` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `parent` bigint DEFAULT NULL, `depth` bigint NOT NULL DEFAULT '0', `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `aggregation` bigint NOT NULL DEFAULT '0', `keephigh` bigint NOT NULL DEFAULT '0', `droplow` bigint NOT NULL DEFAULT '0', `aggregateonlygraded` tinyint(1) NOT NULL DEFAULT '0', `aggregateoutcomes` tinyint(1) NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `hidden` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_gradcate_cou_ix` (`courseid`), KEY `mdl_gradcate_par_ix` (`parent`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about categories, used for grou'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_categories` -- LOCK TABLES `mdl_grade_categories` WRITE; /*!40000 ALTER TABLE `mdl_grade_categories` DISABLE KEYS */; INSERT INTO `mdl_grade_categories` VALUES (1,2,NULL,1,'/1/','?',13,0,0,1,0,1689959909,1703699634,0),(2,1,NULL,1,'/2/','?',13,0,0,1,0,1691065733,1691065733,0),(3,2,1,2,'/1/3/','出席、課堂參與',13,0,0,1,0,1698885565,1703697335,0),(4,2,1,2,'/1/4/','閱讀、提問或心得',13,0,0,1,0,1698885594,1698886485,0),(5,2,1,2,'/1/5/','作業',13,0,0,1,0,1698885711,1698886510,0),(6,2,1,2,'/1/6/','期末報告',13,0,0,1,0,1698885732,1698885733,0),(7,3,NULL,1,'/7/','?',13,0,0,1,0,1772554868,1772723781,0); /*!40000 ALTER TABLE `mdl_grade_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_categories_history` -- DROP TABLE IF EXISTS `mdl_grade_categories_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_grade_categories_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timemodified` bigint DEFAULT NULL, `loggeduser` bigint DEFAULT NULL, `courseid` bigint NOT NULL, `parent` bigint DEFAULT NULL, `depth` bigint NOT NULL DEFAULT '0', `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `aggregation` bigint NOT NULL DEFAULT '0', `keephigh` bigint NOT NULL DEFAULT '0', `droplow` bigint NOT NULL DEFAULT '0', `aggregateonlygraded` tinyint(1) NOT NULL DEFAULT '0', `aggregateoutcomes` tinyint(1) NOT NULL DEFAULT '0', `aggregatesubcats` tinyint(1) NOT NULL DEFAULT '0', `hidden` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_gradcatehist_act_ix` (`action`), KEY `mdl_gradcatehist_tim_ix` (`timemodified`), KEY `mdl_gradcatehist_old_ix` (`oldid`), KEY `mdl_gradcatehist_cou_ix` (`courseid`), KEY `mdl_gradcatehist_par_ix` (`parent`), KEY `mdl_gradcatehist_log_ix` (`loggeduser`) ) ENGINE=InnoDB AUTO_INCREMENT=46 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='History of grade_categories'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_categories_history` -- LOCK TABLES `mdl_grade_categories_history` WRITE; /*!40000 ALTER TABLE `mdl_grade_categories_history` DISABLE KEYS */; INSERT INTO `mdl_grade_categories_history` VALUES (1,1,1,'system',1689959909,2,2,NULL,0,NULL,'?',13,0,0,1,0,0,0),(2,2,1,'system',1689959909,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(3,1,2,'system',1691065733,2,1,NULL,0,NULL,'?',13,0,0,1,0,0,0),(4,2,2,'system',1691065733,2,1,NULL,1,'/2/','?',13,0,0,1,0,0,0),(5,2,1,NULL,1696091595,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(6,2,1,NULL,1696094125,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(7,2,1,NULL,1698633482,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(8,1,3,NULL,1698885565,2,2,1,0,NULL,'出席、課堂參與',13,0,0,1,0,0,0),(9,2,3,NULL,1698885565,2,2,1,2,'/1/3/','出席、課堂參與',13,0,0,1,0,0,0),(10,1,4,NULL,1698885595,2,2,1,0,NULL,'閱讀、提問或心得',13,0,0,1,0,0,0),(11,2,4,NULL,1698885595,2,2,1,2,'/1/4/','閱讀、提問或心得',13,0,0,1,0,0,0),(12,1,5,NULL,1698885711,2,2,1,0,NULL,'作業',13,0,0,1,0,0,0),(13,2,5,NULL,1698885711,2,2,1,2,'/1/5/','作業',13,0,0,1,0,0,0),(14,1,6,NULL,1698885732,2,2,1,0,NULL,'期末報告',13,0,0,1,0,0,0),(15,2,6,NULL,1698885733,2,2,1,2,'/1/6/','期末報告',13,0,0,1,0,0,0),(16,2,4,NULL,1698886405,2,2,1,2,'/1/4/','閱讀、提問或心得',13,0,0,1,0,0,0),(17,2,1,NULL,1698886405,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(18,2,4,NULL,1698886433,2,2,1,2,'/1/4/','閱讀、提問或心得',13,0,0,1,0,0,0),(19,2,1,NULL,1698886433,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(20,2,4,NULL,1698886447,2,2,1,2,'/1/4/','閱讀、提問或心得',13,0,0,1,0,0,0),(21,2,1,NULL,1698886447,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(22,2,4,NULL,1698886461,2,2,1,2,'/1/4/','閱讀、提問或心得',13,0,0,1,0,0,0),(23,2,1,NULL,1698886461,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(24,2,4,NULL,1698886475,2,2,1,2,'/1/4/','閱讀、提問或心得',13,0,0,1,0,0,0),(25,2,1,NULL,1698886475,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(26,2,4,NULL,1698886485,2,2,1,2,'/1/4/','閱讀、提問或心得',13,0,0,1,0,0,0),(27,2,1,NULL,1698886485,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(28,2,5,NULL,1698886510,2,2,1,2,'/1/5/','作業',13,0,0,1,0,0,0),(29,2,1,NULL,1698886510,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(30,2,1,NULL,1700539955,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(31,2,1,NULL,1701958337,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(32,2,3,NULL,1703697145,2,2,1,2,'/1/3/','出席、課堂參與',13,0,0,1,0,0,0),(33,2,1,NULL,1703697294,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(34,2,3,NULL,1703697335,2,2,1,2,'/1/3/','出席、課堂參與',13,0,0,1,0,0,0),(35,2,1,NULL,1703697335,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(36,2,1,NULL,1703699634,2,2,NULL,1,'/1/','?',13,0,0,1,0,0,0),(37,1,7,'system',1772554868,2,3,NULL,0,NULL,'?',13,0,0,1,0,0,0),(38,2,7,'system',1772554868,2,3,NULL,1,'/7/','?',13,0,0,1,0,0,0),(39,2,7,NULL,1772723652,2,3,NULL,1,'/7/','?',13,0,0,1,0,0,0),(40,2,7,NULL,1772723714,2,3,NULL,1,'/7/','?',13,0,0,1,0,0,0),(41,2,7,NULL,1772723767,2,3,NULL,1,'/7/','?',13,0,0,1,0,0,0),(42,2,7,NULL,1772723781,2,3,NULL,1,'/7/','?',13,0,0,1,0,0,0),(43,1,8,NULL,1772723853,2,3,7,0,NULL,'課前討論',13,0,0,1,0,0,0),(44,2,8,NULL,1772723853,2,3,7,2,'/7/8/','課前討論',13,0,0,1,0,0,0),(45,3,8,'grade/report/grader/category',1772723871,2,3,7,2,'/7/8/','課前討論',13,0,0,1,0,0,0); /*!40000 ALTER TABLE `mdl_grade_categories_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_grades` -- DROP TABLE IF EXISTS `mdl_grade_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_grade_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `itemid` bigint NOT NULL, `userid` bigint NOT NULL, `rawgrade` decimal(10,5) DEFAULT NULL, `rawgrademax` decimal(10,5) NOT NULL DEFAULT '100.00000', `rawgrademin` decimal(10,5) NOT NULL DEFAULT '0.00000', `rawscaleid` bigint DEFAULT NULL, `usermodified` bigint DEFAULT NULL, `finalgrade` decimal(10,5) DEFAULT NULL, `hidden` bigint NOT NULL DEFAULT '0', `locked` bigint NOT NULL DEFAULT '0', `locktime` bigint NOT NULL DEFAULT '0', `exported` bigint NOT NULL DEFAULT '0', `overridden` bigint NOT NULL DEFAULT '0', `excluded` bigint NOT NULL DEFAULT '0', `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `feedbackformat` bigint NOT NULL DEFAULT '0', `information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `informationformat` bigint NOT NULL DEFAULT '0', `timecreated` bigint DEFAULT NULL, `timemodified` bigint DEFAULT NULL, `aggregationstatus` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'unknown', `aggregationweight` decimal(10,5) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_gradgrad_useite_uix` (`userid`,`itemid`), KEY `mdl_gradgrad_locloc_ix` (`locked`,`locktime`), KEY `mdl_gradgrad_ite_ix` (`itemid`), KEY `mdl_gradgrad_use_ix` (`userid`), KEY `mdl_gradgrad_raw_ix` (`rawscaleid`), KEY `mdl_gradgrad_use2_ix` (`usermodified`) ) ENGINE=InnoDB AUTO_INCREMENT=445 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='grade_grades This table keeps individual grades for each us'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_grades` -- LOCK TABLES `mdl_grade_grades` WRITE; /*!40000 ALTER TABLE `mdl_grade_grades` DISABLE KEYS */; INSERT INTO `mdl_grade_grades` VALUES (1,5,16,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1696095056,'used',0.12500),(2,1,16,NULL,180.00000,0.00000,NULL,NULL,143.46000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703725637,'unknown',NULL),(3,7,16,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1696471997,'used',0.12500),(4,5,17,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1696095056,'used',0.20000),(5,1,17,NULL,90.00000,0.00000,NULL,NULL,70.20000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697433,'unknown',NULL),(6,7,17,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1696472230,'used',0.20000),(7,5,11,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1696095057,'used',0.12500),(8,1,11,NULL,180.00000,0.00000,NULL,NULL,166.32000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703713411,'unknown',NULL),(9,7,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1696471859,'used',0.12500),(10,5,9,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1696095057,'used',0.20000),(11,1,9,NULL,80.00000,0.00000,NULL,NULL,68.80000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703698904,'unknown',NULL),(12,7,9,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1696471819,'used',0.20000),(13,5,22,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1696095057,'used',0.12500),(14,1,22,NULL,180.00000,0.00000,NULL,NULL,146.16000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703814179,'unknown',NULL),(15,7,22,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1696558968,'used',0.12500),(16,5,23,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1696095057,'used',0.12500),(17,1,23,NULL,180.00000,0.00000,NULL,NULL,146.70000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703815121,'unknown',NULL),(18,7,23,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1696472512,'used',0.12500),(19,5,15,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1696095057,'used',0.14286),(20,1,15,NULL,160.00000,0.00000,NULL,NULL,100.80000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703821932,'unknown',NULL),(21,7,15,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1700589475,'used',0.14286),(22,5,13,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1696095058,'used',0.12500),(23,1,13,NULL,180.00000,0.00000,NULL,NULL,122.04000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703810707,'unknown',NULL),(24,7,13,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1699285818,0,NULL,0,NULL,0,0,1699285818,'used',0.12500),(25,5,12,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1696095058,'used',0.16667),(26,1,12,NULL,150.00000,0.00000,NULL,NULL,117.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703714095,'unknown',NULL),(27,7,12,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1696558955,'used',0.16667),(28,5,14,NULL,10.00000,0.00000,NULL,2,8.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1696095058,'used',0.12500),(29,1,14,NULL,180.00000,0.00000,NULL,NULL,148.41000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703716154,'unknown',NULL),(30,7,14,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1696471895,'used',0.12500),(31,5,19,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1696095058,'used',0.12500),(32,1,19,NULL,180.00000,0.00000,NULL,NULL,169.20000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703787704,'unknown',NULL),(33,7,19,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1696472307,'used',0.12500),(34,5,7,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1696095058,'used',0.20000),(35,1,7,NULL,120.00000,0.00000,NULL,NULL,86.16000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703816315,'unknown',NULL),(36,7,7,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1696558945,'used',0.20000),(37,5,6,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1696095058,'used',0.12500),(38,1,6,NULL,180.00000,0.00000,NULL,NULL,149.58000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703703086,'unknown',NULL),(39,7,6,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1696558913,'used',0.12500),(40,5,20,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1696095059,'used',0.12500),(41,1,20,NULL,180.00000,0.00000,NULL,NULL,169.20000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703789066,'unknown',NULL),(42,7,20,6.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,1703698905,0,NULL,0,NULL,0,0,1703698905,'used',0.12500),(43,5,8,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1696095059,'used',0.50000),(44,1,8,NULL,20.00000,0.00000,NULL,NULL,16.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1696471215,'unknown',NULL),(45,7,8,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1696471215,'used',0.50000),(46,5,5,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1696095059,'used',0.12500),(47,1,5,NULL,180.00000,0.00000,NULL,NULL,160.74000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703702127,'unknown',NULL),(48,7,5,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1696470829,'used',0.12500),(49,5,4,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1696095059,'used',0.25000),(50,1,4,NULL,40.00000,0.00000,NULL,NULL,40.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1698808497,'unknown',NULL),(51,7,4,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1696470556,'used',0.25000),(52,8,4,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1697079767,'used',0.25000),(53,8,5,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1697079818,'used',0.12500),(54,8,6,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1697079842,'used',0.12500),(55,8,7,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1697851925,0,NULL,0,NULL,0,0,1697851925,'used',0.20000),(56,8,8,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(57,8,9,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1697080013,'used',0.20000),(58,8,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1697080091,'used',0.12500),(59,8,12,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1697080155,'used',0.16667),(60,8,13,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1697080370,'used',0.12500),(61,8,14,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1697080412,'used',0.12500),(62,8,15,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1701371030,'used',0.14286),(63,8,16,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1697080533,'used',0.12500),(64,8,17,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(65,8,19,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1697080645,'used',0.12500),(66,8,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1697080727,'used',0.12500),(67,8,22,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1697080921,'used',0.12500),(68,8,23,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698933351,'used',0.12500),(69,5,21,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1696470312,'used',0.12500),(70,1,21,NULL,180.00000,0.00000,NULL,NULL,134.46000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703812997,'unknown',NULL),(71,7,21,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1696472415,'used',0.12500),(72,8,21,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1697080764,'used',0.12500),(73,9,4,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(74,9,5,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1697851760,'used',0.12500),(75,9,6,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1697851765,'used',0.12500),(76,9,7,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,1697851925,0,NULL,0,NULL,0,0,1697851925,'used',0.20000),(77,9,8,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(78,9,9,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(79,9,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1697851774,'used',0.12500),(80,9,12,6.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,1703698904,0,NULL,0,NULL,0,0,1703698904,'used',0.16667),(81,9,13,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1697851797,'used',0.12500),(82,9,14,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1697851801,'used',0.12500),(83,9,15,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696655,0,NULL,0,NULL,0,0,1703696655,'used',0.14286),(84,9,16,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1697851807,'used',0.12500),(85,9,17,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(86,9,19,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1697851813,'used',0.12500),(87,9,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1697851817,'used',0.12500),(88,9,21,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1697851823,'used',0.12500),(89,9,22,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1697851838,'used',0.12500),(90,9,23,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1697851843,'used',0.12500),(91,10,4,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698808497,'used',0.25000),(92,10,5,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698808502,'used',0.12500),(93,10,6,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698808507,'used',0.12500),(94,10,7,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(95,10,8,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(96,10,9,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698808514,'used',0.20000),(97,10,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698808519,'used',0.12500),(98,10,12,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696656,0,NULL,0,NULL,0,0,1703696656,'used',0.16667),(99,10,13,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698808524,'used',0.12500),(100,10,14,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698808526,'used',0.12500),(101,10,15,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696655,0,NULL,0,NULL,0,0,1703696655,'used',0.14286),(102,10,16,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698808532,'used',0.12500),(103,10,17,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698808537,'used',0.20000),(104,10,19,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698808543,'used',0.12500),(105,10,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698808546,'used',0.12500),(106,10,21,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698933440,'used',0.12500),(107,10,22,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698808551,'used',0.12500),(108,10,23,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698808564,'used',0.12500),(109,11,4,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(110,11,5,8.00000,10.00000,0.00000,NULL,2,8.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698884917,'used',0.20000),(111,11,6,9.00000,10.00000,0.00000,NULL,2,9.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698884948,'used',0.20000),(112,11,7,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1699285899,0,NULL,0,NULL,0,0,1699285899,'used',0.50000),(113,11,8,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(114,11,9,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(115,11,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698885136,'used',0.20000),(116,11,12,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(117,11,13,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698885129,'used',0.20000),(118,11,14,7.00000,10.00000,0.00000,NULL,2,7.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698885190,'used',0.20000),(119,11,15,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696656,0,NULL,0,NULL,0,0,1703696656,'used',0.25000),(120,11,16,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698885225,'used',0.20000),(121,11,17,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698933668,'used',1.00000),(122,11,19,8.00000,10.00000,0.00000,NULL,2,8.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698885291,'used',0.20000),(123,11,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698885323,'used',0.20000),(124,11,21,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698885343,'used',0.20000),(125,11,22,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696654,0,NULL,0,NULL,0,0,1703696654,'used',0.20000),(126,11,23,9.00000,10.00000,0.00000,NULL,2,9.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698885398,'used',0.20000),(127,12,4,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(128,12,5,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698933574,'used',0.12500),(129,12,6,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698933582,'used',0.12500),(130,12,7,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(131,12,8,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(132,12,9,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703698904,0,NULL,0,NULL,0,NULL,1703698904,'used',0.20000),(133,12,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698933592,'used',0.12500),(134,12,12,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703698904,0,NULL,0,NULL,0,NULL,1703698904,'used',0.16667),(135,12,13,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1700015186,'used',0.12500),(136,12,14,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698933598,'used',0.12500),(137,12,15,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(138,12,16,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1700015194,'used',0.12500),(139,12,17,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(140,12,19,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698933608,'used',0.12500),(141,12,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698933613,'used',0.12500),(142,12,21,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698933622,'used',0.12500),(143,12,22,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698933628,'used',0.12500),(144,12,23,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1698933633,'used',0.12500),(145,13,4,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(146,13,5,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697527,'used',0.30000),(147,13,6,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697514,'used',0.30000),(148,13,7,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697507,'used',0.30000),(149,13,8,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(150,13,9,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697447,'used',0.50000),(151,13,11,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697440,'used',0.30000),(152,13,12,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697487,'used',0.30000),(153,13,13,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697480,'used',0.30000),(154,13,14,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697493,'used',0.30000),(155,13,15,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697473,'used',0.30000),(156,13,16,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697417,'used',0.30000),(157,13,17,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697433,'used',0.37500),(158,13,19,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697500,'used',0.30000),(159,13,20,NULL,30.00000,0.00000,NULL,2,27.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697521,'used',0.30000),(160,13,21,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697466,'used',0.30000),(161,13,22,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697453,'used',0.30000),(162,13,23,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697460,'used',0.30000),(163,14,4,NULL,40.00000,0.00000,NULL,NULL,40.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1698885679,'used',1.00000),(164,14,5,NULL,80.00000,0.00000,NULL,NULL,68.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1700015267,'used',0.30000),(165,14,6,NULL,80.00000,0.00000,NULL,NULL,68.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1700154221,'used',0.30000),(166,14,7,NULL,50.00000,0.00000,NULL,NULL,38.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1699286220,'used',0.30000),(167,14,8,NULL,20.00000,0.00000,NULL,NULL,16.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1698885657,'used',1.00000),(168,14,9,NULL,50.00000,0.00000,NULL,NULL,46.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703698904,'used',0.50000),(169,14,11,NULL,80.00000,0.00000,NULL,NULL,80.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1700015284,'used',0.30000),(170,14,12,NULL,60.00000,0.00000,NULL,NULL,44.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703698904,'used',0.30000),(171,14,13,NULL,80.00000,0.00000,NULL,NULL,72.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1700015295,'used',0.30000),(172,14,14,NULL,80.00000,0.00000,NULL,NULL,78.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1701135084,'used',0.30000),(173,14,15,NULL,70.00000,0.00000,NULL,NULL,42.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703696655,'used',0.30000),(174,14,16,NULL,80.00000,0.00000,NULL,NULL,68.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1701135092,'used',0.30000),(175,14,17,NULL,50.00000,0.00000,NULL,NULL,34.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1700154240,'used',0.37500),(176,14,19,NULL,80.00000,0.00000,NULL,NULL,80.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1700015305,'used',0.30000),(177,14,20,NULL,80.00000,0.00000,NULL,NULL,80.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703698905,'used',0.30000),(178,14,21,NULL,80.00000,0.00000,NULL,NULL,68.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1700024737,'used',0.30000),(179,14,22,NULL,80.00000,0.00000,NULL,NULL,64.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1701135102,'used',0.30000),(180,14,23,NULL,80.00000,0.00000,NULL,NULL,76.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1701135107,'used',0.30000),(181,15,4,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(182,15,5,NULL,50.00000,0.00000,NULL,NULL,42.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1701921614,'used',0.20000),(183,15,6,NULL,50.00000,0.00000,NULL,NULL,49.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1701921678,'used',0.20000),(184,15,7,NULL,20.00000,0.00000,NULL,NULL,12.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703814428,'used',0.20000),(185,15,8,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(186,15,9,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(187,15,11,NULL,50.00000,0.00000,NULL,NULL,46.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1701921733,'used',0.20000),(188,15,12,NULL,40.00000,0.00000,NULL,NULL,24.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703696855,'used',0.20000),(189,15,13,NULL,50.00000,0.00000,NULL,NULL,42.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1701921871,'used',0.20000),(190,15,14,NULL,50.00000,0.00000,NULL,NULL,43.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703696656,'used',0.20000),(191,15,15,NULL,40.00000,0.00000,NULL,NULL,24.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703810671,'used',0.20000),(192,15,16,NULL,50.00000,0.00000,NULL,NULL,38.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703696855,'used',0.20000),(193,15,17,NULL,10.00000,0.00000,NULL,NULL,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1698933668,'used',0.25000),(194,15,19,NULL,50.00000,0.00000,NULL,NULL,40.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1701922229,'used',0.20000),(195,15,20,NULL,50.00000,0.00000,NULL,NULL,50.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1701922340,'used',0.20000),(196,15,21,NULL,50.00000,0.00000,NULL,NULL,38.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703696655,'used',0.20000),(197,15,22,NULL,50.00000,0.00000,NULL,NULL,38.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703696654,'used',0.20000),(198,15,23,NULL,50.00000,0.00000,NULL,NULL,45.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703699556,'used',0.20000),(199,16,4,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(200,16,5,NULL,20.00000,0.00000,NULL,NULL,17.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703702127,'used',0.20000),(201,16,6,NULL,20.00000,0.00000,NULL,NULL,14.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703703086,'used',0.20000),(202,16,7,NULL,20.00000,0.00000,NULL,NULL,7.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703816315,'used',0.20000),(203,16,8,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(204,16,9,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(205,16,11,NULL,20.00000,0.00000,NULL,NULL,20.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703713410,'used',0.20000),(206,16,12,NULL,20.00000,0.00000,NULL,NULL,20.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703714095,'used',0.20000),(207,16,13,NULL,20.00000,0.00000,NULL,NULL,0.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703810707,'used',0.20000),(208,16,14,NULL,20.00000,0.00000,NULL,NULL,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703716154,'used',0.20000),(209,16,15,NULL,20.00000,0.00000,NULL,NULL,3.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703821932,'used',0.20000),(210,16,16,NULL,20.00000,0.00000,NULL,NULL,15.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703725637,'used',0.20000),(211,16,17,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(212,16,19,NULL,20.00000,0.00000,NULL,NULL,18.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703787704,'used',0.20000),(213,16,20,NULL,20.00000,0.00000,NULL,NULL,17.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703789066,'used',0.20000),(214,16,21,NULL,20.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703812997,'used',0.20000),(215,16,22,NULL,20.00000,0.00000,NULL,NULL,12.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703814179,'used',0.20000),(216,16,23,NULL,20.00000,0.00000,NULL,NULL,11.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703815121,'used',0.20000),(217,7,2,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(218,7,10,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(219,7,18,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(220,14,2,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(221,5,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(222,8,2,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(223,9,2,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(224,10,2,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(225,12,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(226,14,10,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(227,5,10,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(228,8,10,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(229,9,10,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(230,10,10,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(231,12,10,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(232,14,18,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(233,5,18,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(234,8,18,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(235,9,18,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(236,10,18,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(237,12,18,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(238,1,2,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'unknown',NULL),(239,13,2,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(240,15,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(241,16,2,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(242,1,10,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'unknown',NULL),(243,13,10,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(244,15,10,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(245,16,10,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(246,1,18,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1701957121,'unknown',NULL),(247,13,18,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(248,15,18,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(249,16,18,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1701957121,'novalue',0.00000),(250,11,2,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(251,11,10,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(252,11,18,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(253,17,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(254,17,4,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(255,17,5,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1699538411,'used',0.12500),(256,17,6,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1699538415,'used',0.12500),(257,17,7,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,1699286220,0,NULL,0,NULL,0,NULL,1699286220,'used',0.20000),(258,17,8,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(259,17,9,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(260,17,10,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(261,17,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1699538427,'used',0.12500),(262,17,12,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(263,17,13,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1699538439,'used',0.12500),(264,17,14,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1699538443,'used',0.12500),(265,17,15,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696655,0,NULL,0,NULL,0,NULL,1703696655,'used',0.14286),(266,17,16,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1700015231,'used',0.12500),(267,17,17,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1699538453,'used',0.20000),(268,17,18,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(269,17,19,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1699538462,'used',0.12500),(270,17,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1699538467,'used',0.12500),(271,17,21,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1699538473,'used',0.12500),(272,17,22,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1699538479,'used',0.12500),(273,17,23,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1699538484,'used',0.12500),(274,18,2,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(275,18,4,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(276,18,5,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1700154279,'used',0.20000),(277,18,6,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1700154283,'used',0.20000),(278,18,7,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(279,18,8,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(280,18,9,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(281,18,10,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(282,18,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1700154293,'used',0.20000),(283,18,12,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696855,0,NULL,0,NULL,0,0,1703696855,'used',0.25000),(284,18,13,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1701024580,'used',0.20000),(285,18,14,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1700154313,'used',0.20000),(286,18,15,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703810671,0,NULL,0,NULL,0,0,1703810671,'used',0.25000),(287,18,16,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696855,0,NULL,0,NULL,0,0,1703696855,'used',0.20000),(288,18,17,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(289,18,18,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(290,18,19,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1701024588,'used',0.20000),(291,18,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1700154321,'used',0.20000),(292,18,21,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1700711342,'used',0.20000),(293,18,22,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1702492994,'used',0.20000),(294,18,23,10.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703699556,0,NULL,0,NULL,0,0,1703699556,'used',0.20000),(295,19,2,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(296,19,4,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(297,19,5,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1701268660,'used',0.20000),(298,19,6,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1700589700,'used',0.20000),(299,19,7,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(300,19,8,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(301,19,9,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(302,19,10,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(303,19,11,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1701920382,'used',0.20000),(304,19,12,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696656,0,NULL,0,NULL,0,0,1703696656,'used',0.25000),(305,19,13,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1701024487,'used',0.20000),(306,19,14,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696656,0,NULL,0,NULL,0,0,1703696656,'used',0.20000),(307,19,15,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703810671,0,NULL,0,NULL,0,0,1703810671,'used',0.25000),(308,19,16,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696654,0,NULL,0,NULL,0,0,1703696654,'used',0.20000),(309,19,17,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(310,19,18,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,0,NULL,'novalue',0.00000),(311,19,19,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1701024497,'used',0.20000),(312,19,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1700711411,'used',0.20000),(313,19,21,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696655,0,NULL,0,NULL,0,0,1703696655,'used',0.20000),(314,19,22,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696654,0,NULL,0,NULL,0,0,1703696654,'used',0.20000),(315,19,23,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1700589724,'used',0.20000),(316,20,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(317,20,4,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(318,20,5,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1700015266,'used',0.12500),(319,20,6,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1700154221,'used',0.12500),(320,20,7,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(321,20,8,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(322,20,9,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(323,20,10,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(324,20,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1700015284,'used',0.12500),(325,20,12,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(326,20,13,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1700015295,'used',0.12500),(327,20,14,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1701135084,'used',0.12500),(328,20,15,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696655,0,NULL,0,NULL,0,NULL,1703696655,'used',0.14286),(329,20,16,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1701135092,'used',0.12500),(330,20,17,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1700154240,'used',0.20000),(331,20,18,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(332,20,19,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1700015305,'used',0.12500),(333,20,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1700154248,'used',0.12500),(334,20,21,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1700024737,'used',0.12500),(335,20,22,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1701135102,'used',0.12500),(336,20,23,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,0,1701135107,'used',0.12500),(337,21,2,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(338,21,4,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(339,21,5,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">很棒的分析,富有神學見解!你的導演理念也很具體,讓人容易揣摩想像。</p>',1,NULL,0,NULL,1701920660,'used',0.20000),(340,21,6,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align:left;\">很棒的分析,富有神學見解!你的導演理念也很具體而且有層次。<br /></p>',1,NULL,0,NULL,1701920728,'used',0.20000),(341,21,7,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(342,21,8,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(343,21,9,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(344,21,10,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(345,21,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">很棒的分析(解經)!你的導演理念也很清楚。<br></p>',1,NULL,0,NULL,1701920853,'used',0.20000),(346,21,12,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703696783,'used',0.25000),(347,21,13,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,1701268890,0,NULL,0,NULL,0,NULL,1701268890,'used',0.20000),(348,21,14,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1701920906,'used',0.20000),(349,21,15,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703696263,'used',0.25000),(350,21,16,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align:left;\">很棒的分析!你的導演理念的用字很精準,讓人容易揣摩想像。<br /></p>',1,NULL,0,NULL,1701920980,'used',0.20000),(351,21,17,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(352,21,18,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(353,21,19,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">很棒的分析,明確點出重點。你的導演理念也很清楚具體、用字精確,讓人容易明白。<br></p>',1,NULL,0,NULL,1701921066,'used',0.20000),(354,21,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">很棒的分析,感謝你附上資料來源。你的導演理念言簡意賅,讓人容易揣摩想像。<br></p>',1,NULL,0,NULL,1701921141,'used',0.20000),(355,21,21,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1701921171,'used',0.20000),(356,21,22,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">你的分析非常豐富,而且很有應用空間。導演理念很清楚、具體、有深度。</p>',1,NULL,0,NULL,1701921247,'used',0.20000),(357,21,23,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">分析得很精準,導演理念也很清楚。 </p>',1,NULL,0,NULL,1701921310,'used',0.20000),(358,22,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(359,22,4,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(360,22,5,8.00000,10.00000,0.00000,NULL,2,8.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">我好像只有看到「表面動作」,沒有看到「核心動作」,所以先打8分喔!核心動作我們可以上課時來討論。</p>',1,NULL,0,NULL,1701921614,'used',0.20000),(361,22,6,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">很好表面動作分析。關於核心動作,記得盡量寫成「讓某某怎樣」的句型。上課時我們可以多討論。</p>',1,NULL,0,NULL,1701921678,'used',0.20000),(362,22,7,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703814428,0,NULL,0,NULL,0,NULL,1703814428,'used',0.50000),(363,22,8,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(364,22,9,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(365,22,10,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(366,22,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">表面和核心動作都分析得很好!</p>',1,NULL,0,NULL,1701921733,'used',0.20000),(367,22,12,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703696745,'used',0.25000),(368,22,13,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">核心動作的分析在對的方向上。可以盡量用「讓某某怎樣」的句型,例如婦人「讓耶穌停止接近」。表面動作只要分析劇本上有寫的就好了,不用額外設想。</p>',1,NULL,0,NULL,1701921871,'used',0.20000),(369,22,14,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align:left;\">表面動作回答得很好!</p><p dir=\"ltr\" style=\"text-align:left;\">核心動作可以盡量用「讓某某怎樣」的句型,例如婦人「讓耶穌不要發現我內心的感受」。</p>',1,NULL,0,NULL,1701921994,'used',0.20000),(370,22,15,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(371,22,16,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">表面動作基本上分析得很好,但其實表面動作不用設想劇本提及以外的事情(例如怎麼走路、姿勢如何等等)。核心動作盡量是「讓某某怎樣」的句型,例如婦人「讓耶穌告訴我神的信息和他到底是誰」。</p>',1,NULL,0,NULL,1701922113,'used',0.20000),(372,22,17,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(373,22,18,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(374,22,19,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">表面動作分析得很好!核心動作盡量用「讓某某怎樣」的句型。上課我們會多說。</p>',1,NULL,0,NULL,1701922229,'used',0.20000),(375,22,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">表面動作分析得好。核心動作需要分角色寫(對不起,我沒指示清楚);盡量用「讓某某怎樣」的句型,例如婦人「讓耶穌發現我們兩人身分不宜進行這樣對話」。</p>',1,NULL,0,NULL,1701922340,'used',0.20000),(376,22,21,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">表面動作分析得很好。核心動作分析得好,但可以轉化成「讓某某怎樣」的句型,這樣會更清楚表現這段戲的重點目標。例如:耶穌「讓婦人明白自己接納她、不會瞧不起她,而且要讓她知道得活水的方法」。</p>',1,NULL,0,NULL,1701922427,'used',0.20000),(377,22,22,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">表面動作分析得很好。核心動作的方向正確,但可以用「讓某某怎樣」的句型,例如:「讓耶穌離開,不要跟我互動」。</p>',1,NULL,0,NULL,1701922547,'used',0.20000),(378,22,23,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">表面動作可以寫得更簡潔,例如婦人說:「你哪來的活水?你比亞各還大嗎?」可以直接寫成「質疑耶穌」。</p><p dir=\"ltr\" style=\"text-align: left;\">核心動作要是一個當下表演的目標,句型盡量是「讓某某怎樣」,例如耶穌要「讓婦人承認她的婚姻有問題」。</p><p dir=\"ltr\" style=\"text-align: left;\">有如是跟你自己有關,我們上課會多講。</p>',1,NULL,0,NULL,1701922848,'used',0.20000),(379,23,2,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(380,23,4,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(381,23,5,17.00000,20.00000,0.00000,NULL,2,17.00000,0,0,0,0,0,0,'<p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:4分</p><p dir=\"ltr\">B. 與作品/參考資料互動:5分</p><p dir=\"ltr\">C. 與教會需要連結:4分</p><p dir=\"ltr\">D. 洞見、創新:4分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-0分</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:17</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">恰當地引用參考資料。</p><p dir=\"ltr\"><span style=\"font-size: 0.9375rem;\">教案目的、緣起設定很好,清楚看出和作品分析之間的關聯。</span><br></p><p dir=\"ltr\">我不太確定目前這個方向會不會太複雜,因為同時講到犧牲、死亡、自由,甚至還有社會階層等等的問題。或許聚焦在其中一個主題上會更清楚。</p>',1,NULL,0,NULL,1703702126,'used',1.00000),(382,23,6,14.00000,20.00000,0.00000,NULL,2,14.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\"></p><p dir=\"ltr\">這個教案看起來很有趣!好想知道更細節的課堂規劃(尤其一次兩小時,內容應該很多)。</p><p dir=\"ltr\">分析的部分,你大多專注在歌詞上。<span style=\"font-size: 0.9375rem;\">我會好奇這首歌作為流行音樂(大眾音樂),它「歌詞與音樂的結合」,以及它使用、回應搖滾曲風的歷史會不會影響你的解讀。</span></p><p dir=\"ltr\">參考資料很好,但最好可以在文章中標註引用資訊之出處。</p><p dir=\"ltr\">「分析」的最後一段,我覺得應該可以用更簡潔的方式表達你的立論。目前覺得有點繞圈圈。</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:5分</p><p dir=\"ltr\">B. 與作品/參考資料互動:3分</p><p dir=\"ltr\">C. 與教會需要連結:4分</p><p dir=\"ltr\">D. 洞見、創新:3分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-0分</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-1分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p>總分:14<br><p></p>',1,NULL,0,NULL,1703703086,'used',1.00000),(383,23,7,NULL,20.00000,0.00000,NULL,2,7.00000,0,0,0,0,1703816315,0,NULL,0,NULL,0,NULL,1703816315,'used',1.00000),(384,23,8,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(385,23,9,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(386,23,10,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(387,23,11,20.00000,20.00000,0.00000,NULL,2,20.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">很好地分析整張專輯,包含歌詞與畫面。很恰當地引用參考資料證明自己的觀點。令我意外(好的意外!)的教案設計——原本以為是要討論專輯,但後來發現是關注創作者本身的信仰實踐。</p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:5分</p><p dir=\"ltr\">B. 與作品/參考資料互動:5分</p><p dir=\"ltr\">C. 與教會需要連結:5分</p><p dir=\"ltr\">D. 洞見、創新:5分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-0分</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:20</p>',1,NULL,0,NULL,1703713410,'used',1.00000),(388,23,12,20.00000,20.00000,0.00000,NULL,2,20.00000,0,0,0,0,0,0,'分析的第一段和第三段很恰當地將本作品放置在社會文化脈絡中討論。很恰當地引用導演訪談討論鏡頭設計。你以第一人稱介紹你的觀點和你選擇這部電影的理由,讓我讀起來可以輕易發現你的論點,很好。同樣地,你每一段的開頭都讓我能夠輕易掌握該段的重點,是很好的寫作習慣。我沒看過這部影片;讀完你寫的,讓我很想找來看!<br><br><p>得分:</p><p>A. 課程內容的整合:5分</p><p>B. 與作品/參考資料互動:5分</p><p>C. 與教會需要連結:5分</p><p>D. 洞見、創新:5分</p><p><br></p><p>扣分:</p><p>⬧ 抄襲行為或未標明出處:-0分</p><p>⬧ 字數不符合規定:-0分</p><p>⬧ 錯別字、未正確使用標點符號:-0分</p><p>⬧ 遲交:-0分</p><p><br></p><p>總分:20</p>',1,NULL,0,NULL,1703714648,'used',1.00000),(389,23,13,NULL,20.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703810707,0,NULL,0,NULL,0,NULL,1703810707,'used',1.00000),(390,23,14,6.00000,20.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,'<p dir=\"ltr\">這部作品挑得很好,看起來很適合應用在辦公室團契所舉辦的聖誕午會中。這份期末報告的結構很好,從不同角度分析這部電影。</p><p dir=\"ltr\">我對於教案有些疑問。如果這部電影已經透過電影手法(甚至你用好萊塢動作片來形容),那麼是否有需要做影片提示?例如,我們一般時候進電影院看戲,也不會有人作影片提示。我擔心這樣會太多餘,而且失去電影作為電影(藝術品)的意義。另外,如果對象是非基督徒,討論問題是否要直接問到「與耶穌相遇」?</p><p dir=\"ltr\">下面是我的評分。因為有不少段落是直接照抄網路資料,沒有改寫成自己的話,我只能扣分。另外,有些段落我發現是引用你沒有列出的參考資料,我也得扣分。</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:4分</p><p dir=\"ltr\">B. 與作品/參考資料互動:3分</p><p dir=\"ltr\">C. 與教會需要連結:3分</p><p dir=\"ltr\">D. 洞見、創新:4分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-8分</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:6</p>',1,NULL,0,NULL,1703716154,'used',1.00000),(391,23,15,3.00000,20.00000,0.00000,NULL,2,3.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\"></p><p dir=\"ltr\">對於電影的敘事觀點和技術手法有細膩的觀察。回顧導演過去的作品是個非常重要的切入點 (auteur criticism),可以幫助我們更加看清電影的主題。加入自己的立論與感受也是很好的,因為你作為受眾所感受到的,也是「方法」裡面的重要元素。</p><p dir=\"ltr\">不過有幾段內文似乎是照抄網路資料卻沒有標註,我只能扣分。</p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:3分</p><p dir=\"ltr\">B. 與作品/參考資料互動:4分</p><p dir=\"ltr\">C. 與教會需要連結:1分</p><p dir=\"ltr\">D. 洞見、創新:3分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-4分</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-4分</p><br><p></p>',1,NULL,0,NULL,1703821932,'used',1.00000),(392,23,16,15.00000,20.00000,0.00000,NULL,2,15.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">這個教案看起來挺完整的!感覺參與者會玩得很開心!編排這個教案的緣起也很實際。比較可惜的是,我沒有很直接看出第一部份的分析和教案之間的關聯。或許你在第一部分中對《天路歷程》的分析,會有助於教案中的角色與討論以及畫像靈修?</p><p dir=\"ltr\" style=\"text-align: left;\">以下這個部分不影響評分,但原著既然是一個寓言故事,它的特色就是樣板人物。天路客本人的角色刻畫可能比較鮮明,他的妻子也是,但他遇到的其他人物都是象徵的,也因此是扁平的。這部分比較難應用到本課講到的角色分析,因為這些角色幾乎可以說是沒有內在動機;即便有,也是樣板的,因此比較難連結到生活的真實景況。(《天路歷程》和我們課堂上略略提到的《人人》可以說是同一種類型的藝術。)</p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:4分</p><p dir=\"ltr\">B. 與作品/參考資料互動:3分</p><p dir=\"ltr\">C. 與教會需要連結:4分</p><p dir=\"ltr\">D. 洞見、創新:4分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-0分</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:15</p>',1,NULL,0,NULL,1703725637,'used',1.00000),(393,23,17,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(394,23,18,NULL,20.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1701957121,'novalue',0.00000),(395,23,19,18.00000,20.00000,0.00000,NULL,2,18.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">適切地引用參考資料以介紹本作品,很好!點出克拉維斯作為觀眾代理人 (audience surrogate) 是很重要的。雖然沒有明確寫出來,但透過本文可以看出這部電影的目的。</p><p dir=\"ltr\" style=\"text-align: left;\">以下這一部份不列入評分,但我會擔心主持人引導的討論題目,對國高中生來說會有點難帶。這些問題比較多是封閉式的問題(令回答者感覺提問者有預設答案)。我會建議,若這個教案要真實使用,可以多問開放性的問題,包含讓參與者發表意見的問題。有些問題可以從電影出發(例如:印象最深刻的一個畫面、哪一段台詞覺得有趣、哪裡讓你有新的發現等等),而第三部分的引導,可以更切合電影這個媒介(例如:你認為導演對耶穌復活的觀點是什麼?你覺得導演相信這件事嗎?你覺得這部片預設觀眾可能會對復活有哪些質疑?你有那些質疑?等等)。</p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:5分</p><p dir=\"ltr\">B. 與作品/參考資料互動:5分</p><p dir=\"ltr\">C. 與教會需要連結:4分</p><p dir=\"ltr\">D. 洞見、創新:4分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-0分</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:18</p>',1,NULL,0,NULL,1703787704,'used',1.00000),(396,23,20,17.00000,20.00000,0.00000,NULL,2,17.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">首先我得說,這套卡牌的設計真的很美!圖像和文字都是。這是「創造文化」絕佳的例子!</p><p dir=\"ltr\" style=\"text-align: left;\">關於「感受」,這讓我想到神學家蘇明思 (James K. A. Smith) 的觀點;他強調身體在崇拜與門徒訓練中的重要性。有興趣的話,歡迎參考拙作:〈經由身體、訴諸想像力的敬拜〉https://behold.oc.org/?p=48487</p><p dir=\"ltr\" style=\"text-align: left;\">關於「遊戲」對信徒和在信仰群體中的意義,如果以後要說更多,可以參考莫特曼 (Jurgen Moltmann) 的 Theology of Play(好像沒有中文翻譯)。</p><p dir=\"ltr\" style=\"text-align: left;\">除此以外,這篇報告很適切地引用了參考資料以佐證你的立場,包含提出立論並回應反對意見。教案中的題目設計很好。</p><p dir=\"ltr\" style=\"text-align: left;\">提一個無關本報告的問題:你認為,如果《群物》要出下一版,做那些調整會讓它更好?或是你認為它不需要調整,因為它目前的哪些特質讓它能夠達到其目的?</p><p dir=\"ltr\" style=\"text-align: left;\"><br></p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:4分</p><p dir=\"ltr\">B. 與作品/參考資料互動:5分</p><p dir=\"ltr\">C. 與教會需要連結:5分</p><p dir=\"ltr\">D. 洞見、創新:5分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-0分</p><p dir=\"ltr\">⬧ 字數不符合規定:-2分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:17</p><p dir=\"ltr\"><br></p><p dir=\"ltr\" style=\"text-align: left;\">第一段(分析),我用 Word 看起來有 3200 字左右,超出 1800-2200 有點多,不好意思需要扣一點分。(我原本說至少扣 8 分,但是感覺這樣太嚴苛了,所以酌扣 2 分。)</p>',1,NULL,0,NULL,1703789066,'used',1.00000),(397,23,21,10.00000,20.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\">整的來說,這篇報告對這幅畫有言簡意賅的分析。不過有些段落顯得多餘、較為無關。例如:這幅畫主要講的是貪婪,那麼其實不需要多介紹七宗罪的其他部分或對應的惡魔,甚至是動物。</p><p dir=\"ltr\">第一部分(分析)結束得有點突然,似乎少一個收尾。若能夠提及三聯畫的歷史背景和功能會更完整(通常放置在教堂的祭壇上,供人觀賞,教導教義)。</p><p dir=\"ltr\">另外,有些段落是照抄網路文章卻沒有標明出處,我只得扣分。</p><p dir=\"ltr\">教案中帶領的討論指引蠻好的,都是開放性問題。<br></p><p dir=\"ltr\"><br></p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:3分</p><p dir=\"ltr\">B. 與作品/參考資料互動:4分</p><p dir=\"ltr\">C. 與教會需要連結:4分</p><p dir=\"ltr\">D. 洞見、創新:4分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-4分</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-1分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:10</p>',1,NULL,0,NULL,1703812997,'used',1.00000),(398,23,22,12.00000,20.00000,0.00000,NULL,2,12.00000,0,0,0,0,0,0,'<p dir=\"ltr\">整體來說是很完整的報告,特別看出你對劇情分析的細膩與深度。教案中的討論問題很棒!都是開放性問題,也根植於電影本身。以下這部分不列入評分,但唯一令我擔心的是這個教案感覺要做太多事情(有電影、有討論、有戲劇、有查經、有很具體的行動),似乎可以簡化,以便讓主題更為清晰。</p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:4分</p><p dir=\"ltr\">B. 與作品/參考資料互動:4分</p><p dir=\"ltr\">C. 與教會需要連結:4分</p><p dir=\"ltr\">D. 洞見、創新:4分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-2分(有些段落雖然有標明出處,但是直接照抄)</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-2分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:12</p>',1,NULL,0,NULL,1703814179,'used',1.00000),(399,23,23,11.00000,20.00000,0.00000,NULL,2,11.00000,0,0,0,0,0,0,'<p dir=\"ltr\">很好的反思,我很喜歡你在這篇分析裡面加入自己的解讀。</p><p dir=\"ltr\">我沒有看出馬可福音的經文和《阿甘正傳》之間的關聯。是因為電影中的中尉遇到風暴嗎?</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:3分</p><p dir=\"ltr\">B. 與作品/參考資料互動:3分</p><p dir=\"ltr\">C. 與教會需要連結:4分</p><p dir=\"ltr\">D. 洞見、創新:3分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-2分(你有寫資料來源是百度百科,但因為你沒有標出哪些段落是從哪一篇百度的文章裡面來的,我酌為扣分)</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:11</p>',1,NULL,0,NULL,1703815120,'used',1.00000),(400,24,2,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(401,24,4,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(402,24,5,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(403,24,6,NULL,2.00000,0.00000,NULL,2,2.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703700013,'used',0.00000),(404,24,7,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(405,24,8,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(406,24,9,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(407,24,10,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(408,24,11,NULL,2.00000,0.00000,NULL,2,2.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703700012,'used',0.00000),(409,24,12,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(410,24,13,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(411,24,14,NULL,2.00000,0.00000,NULL,2,2.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703700013,'used',0.00000),(412,24,15,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(413,24,16,NULL,2.00000,0.00000,NULL,2,2.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703700012,'used',0.00000),(414,24,17,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(415,24,18,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(416,24,19,NULL,2.00000,0.00000,NULL,2,2.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703700013,'used',0.00000),(417,24,20,NULL,2.00000,0.00000,NULL,2,2.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703696324,'used',0.00000),(418,24,21,NULL,2.00000,0.00000,NULL,2,2.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703700013,'used',0.00000),(419,24,22,NULL,2.00000,0.00000,NULL,2,2.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703696324,'used',0.00000),(420,24,23,NULL,2.00000,0.00000,NULL,2,2.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703700013,'used',0.00000),(421,25,2,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(422,25,4,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(423,25,5,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697409,'used',1.00000),(424,25,6,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697408,'used',1.00000),(425,25,7,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697408,'used',1.00000),(426,25,8,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(427,25,9,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697408,'used',1.00000),(428,25,10,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(429,25,11,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697408,'used',1.00000),(430,25,12,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697408,'used',1.00000),(431,25,13,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697408,'used',1.00000),(432,25,14,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697408,'used',1.00000),(433,25,15,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697408,'used',1.00000),(434,25,16,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697408,'used',1.00000),(435,25,17,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697408,'used',1.00000),(436,25,18,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0,NULL,NULL,'novalue',0.00000),(437,25,19,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697408,'used',1.00000),(438,25,20,NULL,30.00000,0.00000,NULL,2,27.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697409,'used',1.00000),(439,25,21,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697408,'used',1.00000),(440,25,22,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697408,'used',1.00000),(441,25,23,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0,NULL,1703697408,'used',1.00000); /*!40000 ALTER TABLE `mdl_grade_grades` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_grades_history` -- DROP TABLE IF EXISTS `mdl_grade_grades_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_grade_grades_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timemodified` bigint DEFAULT NULL, `loggeduser` bigint DEFAULT NULL, `itemid` bigint NOT NULL, `userid` bigint NOT NULL, `rawgrade` decimal(10,5) DEFAULT NULL, `rawgrademax` decimal(10,5) NOT NULL DEFAULT '100.00000', `rawgrademin` decimal(10,5) NOT NULL DEFAULT '0.00000', `rawscaleid` bigint DEFAULT NULL, `usermodified` bigint DEFAULT NULL, `finalgrade` decimal(10,5) DEFAULT NULL, `hidden` bigint NOT NULL DEFAULT '0', `locked` bigint NOT NULL DEFAULT '0', `locktime` bigint NOT NULL DEFAULT '0', `exported` bigint NOT NULL DEFAULT '0', `overridden` bigint NOT NULL DEFAULT '0', `excluded` bigint NOT NULL DEFAULT '0', `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `feedbackformat` bigint NOT NULL DEFAULT '0', `information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `informationformat` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_gradgradhist_act_ix` (`action`), KEY `mdl_gradgradhist_tim_ix` (`timemodified`), KEY `mdl_gradgradhist_useitetim_ix` (`userid`,`itemid`,`timemodified`), KEY `mdl_gradgradhist_old_ix` (`oldid`), KEY `mdl_gradgradhist_ite_ix` (`itemid`), KEY `mdl_gradgradhist_use_ix` (`userid`), KEY `mdl_gradgradhist_raw_ix` (`rawscaleid`), KEY `mdl_gradgradhist_use2_ix` (`usermodified`), KEY `mdl_gradgradhist_log_ix` (`loggeduser`) ) ENGINE=InnoDB AUTO_INCREMENT=1588 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='History table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_grades_history` -- LOCK TABLES `mdl_grade_grades_history` WRITE; /*!40000 ALTER TABLE `mdl_grade_grades_history` DISABLE KEYS */; INSERT INTO `mdl_grade_grades_history` VALUES (1,1,1,'gradebook',1696095056,2,5,16,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(2,1,2,'system',1696095056,2,1,16,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(3,1,3,'system',1696095056,2,7,16,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(4,2,2,'aggregation',1696095056,2,1,16,NULL,10.00000,0.00000,NULL,NULL,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(5,1,4,'gradebook',1696095056,2,5,17,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(6,1,5,'system',1696095057,2,1,17,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(7,1,6,'system',1696095057,2,7,17,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(8,2,5,'aggregation',1696095057,2,1,17,NULL,10.00000,0.00000,NULL,NULL,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(9,1,7,'gradebook',1696095057,2,5,11,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(10,1,8,'system',1696095057,2,1,11,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(11,1,9,'system',1696095057,2,7,11,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(12,2,8,'aggregation',1696095057,2,1,11,NULL,10.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(13,1,10,'gradebook',1696095057,2,5,9,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(14,1,11,'system',1696095057,2,1,9,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(15,1,12,'system',1696095057,2,7,9,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(16,2,11,'aggregation',1696095057,2,1,9,NULL,10.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(17,1,13,'gradebook',1696095057,2,5,22,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(18,1,14,'system',1696095057,2,1,22,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(19,1,15,'system',1696095057,2,7,22,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(20,2,14,'aggregation',1696095057,2,1,22,NULL,10.00000,0.00000,NULL,NULL,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(21,1,16,'gradebook',1696095057,2,5,23,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(22,1,17,'system',1696095057,2,1,23,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(23,1,18,'system',1696095057,2,7,23,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(24,2,17,'aggregation',1696095057,2,1,23,NULL,10.00000,0.00000,NULL,NULL,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(25,1,19,'gradebook',1696095057,2,5,15,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(26,1,20,'system',1696095057,2,1,15,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(27,1,21,'system',1696095057,2,7,15,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(28,2,20,'aggregation',1696095058,2,1,15,NULL,10.00000,0.00000,NULL,NULL,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(29,1,22,'gradebook',1696095058,2,5,13,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(30,1,23,'system',1696095058,2,1,13,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(31,1,24,'system',1696095058,2,7,13,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(32,2,23,'aggregation',1696095058,2,1,13,NULL,10.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(33,1,25,'gradebook',1696095058,2,5,12,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(34,1,26,'system',1696095058,2,1,12,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(35,1,27,'system',1696095058,2,7,12,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(36,2,26,'aggregation',1696095058,2,1,12,NULL,10.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(37,1,28,'gradebook',1696095058,2,5,14,NULL,10.00000,0.00000,NULL,2,8.00000,0,0,0,0,0,0,NULL,0,NULL,0),(38,1,29,'system',1696095058,2,1,14,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(39,1,30,'system',1696095058,2,7,14,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(40,2,29,'aggregation',1696095058,2,1,14,NULL,10.00000,0.00000,NULL,NULL,8.00000,0,0,0,0,0,0,NULL,0,NULL,0),(41,1,31,'gradebook',1696095058,2,5,19,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(42,1,32,'system',1696095058,2,1,19,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(43,1,33,'system',1696095058,2,7,19,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(44,2,32,'aggregation',1696095058,2,1,19,NULL,10.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(45,1,34,'gradebook',1696095058,2,5,7,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(46,1,35,'system',1696095058,2,1,7,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(47,1,36,'system',1696095058,2,7,7,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(48,2,35,'aggregation',1696095058,2,1,7,NULL,10.00000,0.00000,NULL,NULL,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(49,1,37,'gradebook',1696095058,2,5,6,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(50,1,38,'system',1696095059,2,1,6,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(51,1,39,'system',1696095059,2,7,6,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(52,2,38,'aggregation',1696095059,2,1,6,NULL,10.00000,0.00000,NULL,NULL,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(53,1,40,'gradebook',1696095059,2,5,20,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(54,1,41,'system',1696095059,2,1,20,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(55,1,42,'system',1696095059,2,7,20,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(56,2,41,'aggregation',1696095059,2,1,20,NULL,10.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(57,1,43,'gradebook',1696095059,2,5,8,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(58,1,44,'system',1696095059,2,1,8,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(59,1,45,'system',1696095059,2,7,8,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(60,2,44,'aggregation',1696095059,2,1,8,NULL,10.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(61,1,46,'gradebook',1696095059,2,5,5,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(62,1,47,'system',1696095059,2,1,5,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(63,1,48,'system',1696095059,2,7,5,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(64,2,47,'aggregation',1696095059,2,1,5,NULL,10.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(65,1,49,'gradebook',1696095059,2,5,4,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(66,1,50,'system',1696095059,2,1,4,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(67,1,51,'system',1696095059,2,7,4,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(68,2,50,'aggregation',1696095059,2,1,4,NULL,10.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(69,1,52,'system',1696386807,2,8,4,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(70,1,53,'system',1696386807,2,8,5,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(71,1,54,'system',1696386807,2,8,6,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(72,1,55,'system',1696386807,2,8,7,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(73,1,56,'system',1696386807,2,8,8,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(74,1,57,'system',1696386807,2,8,9,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(75,1,58,'system',1696386807,2,8,11,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(76,1,59,'system',1696386807,2,8,12,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(77,1,60,'system',1696386807,2,8,13,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(78,1,61,'system',1696386807,2,8,14,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(79,1,62,'system',1696386807,2,8,15,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(80,1,63,'system',1696386807,2,8,16,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(81,1,64,'system',1696386807,2,8,17,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(82,1,65,'system',1696386807,2,8,19,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(83,1,66,'system',1696386807,2,8,20,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(84,1,67,'system',1696386807,2,8,22,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(85,1,68,'system',1696386807,2,8,23,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(86,1,69,'gradebook',1696470312,2,5,21,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(87,1,70,'system',1696470312,2,1,21,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(88,1,71,'system',1696470312,2,7,21,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(89,1,72,'system',1696470312,2,8,21,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(90,2,70,'aggregation',1696470312,2,1,21,NULL,10.00000,0.00000,NULL,NULL,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(91,2,51,'mod/forum',1696470556,2,7,4,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(92,2,50,'aggregation',1696470556,2,1,4,NULL,20.00000,0.00000,NULL,NULL,20.00000,0,0,0,0,0,0,NULL,0,NULL,0),(93,2,48,'mod/forum',1696470829,2,7,5,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(94,2,47,'aggregation',1696470829,2,1,5,NULL,20.00000,0.00000,NULL,NULL,20.00000,0,0,0,0,0,0,NULL,0,NULL,0),(95,2,45,'mod/forum',1696471215,2,7,8,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(96,2,44,'aggregation',1696471215,2,1,8,NULL,20.00000,0.00000,NULL,NULL,16.00000,0,0,0,0,0,0,NULL,0,NULL,0),(97,2,12,'mod/forum',1696471819,2,7,9,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(98,2,11,'aggregation',1696471819,2,1,9,NULL,20.00000,0.00000,NULL,NULL,20.00000,0,0,0,0,0,0,NULL,0,NULL,0),(99,2,9,'mod/forum',1696471859,2,7,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(100,2,8,'aggregation',1696471859,2,1,11,NULL,20.00000,0.00000,NULL,NULL,20.00000,0,0,0,0,0,0,NULL,0,NULL,0),(101,2,30,'mod/forum',1696471895,2,7,14,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(102,2,29,'aggregation',1696471895,2,1,14,NULL,20.00000,0.00000,NULL,NULL,18.00000,0,0,0,0,0,0,NULL,0,NULL,0),(103,2,3,'mod/forum',1696471997,2,7,16,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(104,2,2,'aggregation',1696471997,2,1,16,NULL,20.00000,0.00000,NULL,NULL,16.00000,0,0,0,0,0,0,NULL,0,NULL,0),(105,2,6,'mod/forum',1696472230,2,7,17,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(106,2,5,'aggregation',1696472230,2,1,17,NULL,20.00000,0.00000,NULL,NULL,12.00000,0,0,0,0,0,0,NULL,0,NULL,0),(107,2,33,'mod/forum',1696472307,2,7,19,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(108,2,32,'aggregation',1696472307,2,1,19,NULL,20.00000,0.00000,NULL,NULL,20.00000,0,0,0,0,0,0,NULL,0,NULL,0),(109,2,42,'mod/forum',1696472370,2,7,20,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(110,2,41,'aggregation',1696472370,2,1,20,NULL,20.00000,0.00000,NULL,NULL,16.00000,0,0,0,0,0,0,NULL,0,NULL,0),(111,2,71,'mod/forum',1696472415,2,7,21,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(112,2,70,'aggregation',1696472415,2,1,21,NULL,20.00000,0.00000,NULL,NULL,16.00000,0,0,0,0,0,0,NULL,0,NULL,0),(113,2,18,'mod/forum',1696472513,2,7,23,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(114,2,17,'aggregation',1696472513,2,1,23,NULL,20.00000,0.00000,NULL,NULL,16.00000,0,0,0,0,0,0,NULL,0,NULL,0),(115,2,39,'mod/forum',1696558913,2,7,6,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(116,2,38,'aggregation',1696558913,2,1,6,NULL,20.00000,0.00000,NULL,NULL,12.00000,0,0,0,0,0,0,NULL,0,NULL,0),(117,2,36,'mod/forum',1696558945,2,7,7,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(118,2,35,'aggregation',1696558945,2,1,7,NULL,20.00000,0.00000,NULL,NULL,12.00000,0,0,0,0,0,0,NULL,0,NULL,0),(119,2,27,'mod/forum',1696558955,2,7,12,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(120,2,26,'aggregation',1696558955,2,1,12,NULL,20.00000,0.00000,NULL,NULL,16.00000,0,0,0,0,0,0,NULL,0,NULL,0),(121,2,15,'mod/forum',1696558968,2,7,22,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(122,2,14,'aggregation',1696558968,2,1,22,NULL,20.00000,0.00000,NULL,NULL,12.00000,0,0,0,0,0,0,NULL,0,NULL,0),(123,1,73,'system',1697053422,2,9,4,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(124,1,74,'system',1697053422,2,9,5,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(125,1,75,'system',1697053422,2,9,6,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(126,1,76,'system',1697053422,2,9,7,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(127,1,77,'system',1697053422,2,9,8,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(128,1,78,'system',1697053422,2,9,9,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(129,1,79,'system',1697053422,2,9,11,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(130,1,80,'system',1697053422,2,9,12,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(131,1,81,'system',1697053422,2,9,13,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(132,1,82,'system',1697053422,2,9,14,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(133,1,83,'system',1697053422,2,9,15,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(134,1,84,'system',1697053422,2,9,16,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(135,1,85,'system',1697053422,2,9,17,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(136,1,86,'system',1697053422,2,9,19,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(137,1,87,'system',1697053422,2,9,20,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(138,1,88,'system',1697053422,2,9,21,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(139,1,89,'system',1697053422,2,9,22,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(140,1,90,'system',1697053422,2,9,23,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(141,2,24,'mod/forum',1697079412,2,7,13,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(142,2,23,'aggregation',1697079412,2,1,13,NULL,20.00000,0.00000,NULL,NULL,16.00000,0,0,0,0,0,0,NULL,0,NULL,0),(143,2,52,'mod/forum',1697079767,2,8,4,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(144,2,50,'aggregation',1697079767,2,1,4,NULL,30.00000,0.00000,NULL,NULL,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(145,2,53,'mod/forum',1697079818,2,8,5,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(146,2,47,'aggregation',1697079818,2,1,5,NULL,30.00000,0.00000,NULL,NULL,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(147,2,54,'mod/forum',1697079842,2,8,6,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(148,2,38,'aggregation',1697079842,2,1,6,NULL,30.00000,0.00000,NULL,NULL,22.00000,0,0,0,0,0,0,NULL,0,NULL,0),(149,2,57,'mod/forum',1697080013,2,8,9,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(150,2,11,'aggregation',1697080013,2,1,9,NULL,30.00000,0.00000,NULL,NULL,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(151,2,58,'mod/forum',1697080091,2,8,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(152,2,8,'aggregation',1697080091,2,1,11,NULL,30.00000,0.00000,NULL,NULL,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(153,2,59,'mod/forum',1697080155,2,8,12,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(154,2,26,'aggregation',1697080155,2,1,12,NULL,30.00000,0.00000,NULL,NULL,22.00000,0,0,0,0,0,0,NULL,0,NULL,0),(155,2,24,'gradebook',1697080281,2,7,13,6.00000,10.00000,0.00000,NULL,2,NULL,0,0,0,0,1697080280,0,NULL,0,NULL,0),(156,2,23,'aggregation',1697080281,2,1,13,NULL,10.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(157,2,60,'mod/forum',1697080370,2,8,13,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(158,2,23,'aggregation',1697080370,2,1,13,NULL,20.00000,0.00000,NULL,NULL,20.00000,0,0,0,0,0,0,NULL,0,NULL,0),(159,2,61,'mod/forum',1697080412,2,8,14,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(160,2,29,'aggregation',1697080412,2,1,14,NULL,30.00000,0.00000,NULL,NULL,28.00000,0,0,0,0,0,0,NULL,0,NULL,0),(161,2,63,'mod/forum',1697080533,2,8,16,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(162,2,2,'aggregation',1697080533,2,1,16,NULL,30.00000,0.00000,NULL,NULL,26.00000,0,0,0,0,0,0,NULL,0,NULL,0),(163,2,65,'mod/forum',1697080645,2,8,19,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(164,2,32,'aggregation',1697080645,2,1,19,NULL,30.00000,0.00000,NULL,NULL,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(165,2,66,'mod/forum',1697080727,2,8,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(166,2,41,'aggregation',1697080727,2,1,20,NULL,30.00000,0.00000,NULL,NULL,26.00000,0,0,0,0,0,0,NULL,0,NULL,0),(167,2,72,'mod/forum',1697080764,2,8,21,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(168,2,70,'aggregation',1697080764,2,1,21,NULL,30.00000,0.00000,NULL,NULL,26.00000,0,0,0,0,0,0,NULL,0,NULL,0),(169,2,67,'mod/forum',1697080921,2,8,22,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(170,2,14,'aggregation',1697080921,2,1,22,NULL,30.00000,0.00000,NULL,NULL,22.00000,0,0,0,0,0,0,NULL,0,NULL,0),(171,2,74,'mod/forum',1697851760,2,9,5,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(172,2,47,'aggregation',1697851760,2,1,5,NULL,40.00000,0.00000,NULL,NULL,36.00000,0,0,0,0,0,0,NULL,0,NULL,0),(173,2,75,'mod/forum',1697851765,2,9,6,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(174,2,38,'aggregation',1697851765,2,1,6,NULL,40.00000,0.00000,NULL,NULL,32.00000,0,0,0,0,0,0,NULL,0,NULL,0),(175,2,79,'mod/forum',1697851774,2,9,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(176,2,8,'aggregation',1697851774,2,1,11,NULL,40.00000,0.00000,NULL,NULL,40.00000,0,0,0,0,0,0,NULL,0,NULL,0),(177,2,80,'mod/forum',1697851786,2,9,12,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(178,2,26,'aggregation',1697851786,2,1,12,NULL,40.00000,0.00000,NULL,NULL,28.00000,0,0,0,0,0,0,NULL,0,NULL,0),(179,2,81,'mod/forum',1697851791,2,9,13,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(180,2,23,'aggregation',1697851791,2,1,13,NULL,30.00000,0.00000,NULL,NULL,26.00000,0,0,0,0,0,0,NULL,0,NULL,0),(181,2,81,'mod/forum',1697851797,2,9,13,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(182,2,23,'aggregation',1697851797,2,1,13,NULL,30.00000,0.00000,NULL,NULL,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(183,2,82,'mod/forum',1697851801,2,9,14,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(184,2,29,'aggregation',1697851801,2,1,14,NULL,40.00000,0.00000,NULL,NULL,38.00000,0,0,0,0,0,0,NULL,0,NULL,0),(185,2,84,'mod/forum',1697851807,2,9,16,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(186,2,2,'aggregation',1697851807,2,1,16,NULL,40.00000,0.00000,NULL,NULL,36.00000,0,0,0,0,0,0,NULL,0,NULL,0),(187,2,86,'mod/forum',1697851813,2,9,19,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(188,2,32,'aggregation',1697851813,2,1,19,NULL,40.00000,0.00000,NULL,NULL,40.00000,0,0,0,0,0,0,NULL,0,NULL,0),(189,2,87,'mod/forum',1697851817,2,9,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(190,2,41,'aggregation',1697851817,2,1,20,NULL,40.00000,0.00000,NULL,NULL,36.00000,0,0,0,0,0,0,NULL,0,NULL,0),(191,2,88,'mod/forum',1697851823,2,9,21,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(192,2,70,'aggregation',1697851823,2,1,21,NULL,40.00000,0.00000,NULL,NULL,36.00000,0,0,0,0,0,0,NULL,0,NULL,0),(193,2,89,'mod/forum',1697851838,2,9,22,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(194,2,14,'aggregation',1697851838,2,1,22,NULL,40.00000,0.00000,NULL,NULL,28.00000,0,0,0,0,0,0,NULL,0,NULL,0),(195,2,90,'mod/forum',1697851843,2,9,23,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(196,2,17,'aggregation',1697851843,2,1,23,NULL,30.00000,0.00000,NULL,NULL,26.00000,0,0,0,0,0,0,NULL,0,NULL,0),(197,2,55,'gradebook',1697851925,2,8,7,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1697851925,0,NULL,0,NULL,0),(198,2,35,'aggregation',1697851925,2,1,7,NULL,30.00000,0.00000,NULL,NULL,18.00000,0,0,0,0,0,0,NULL,0,NULL,0),(199,2,76,'gradebook',1697851925,2,9,7,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,1697851925,0,NULL,0,NULL,0),(200,2,35,'aggregation',1697851925,2,1,7,NULL,40.00000,0.00000,NULL,NULL,28.00000,0,0,0,0,0,0,NULL,0,NULL,0),(201,1,91,'system',1697852188,2,10,4,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(202,1,92,'system',1697852188,2,10,5,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(203,1,93,'system',1697852188,2,10,6,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(204,1,94,'system',1697852188,2,10,7,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(205,1,95,'system',1697852188,2,10,8,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(206,1,96,'system',1697852188,2,10,9,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(207,1,97,'system',1697852188,2,10,11,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(208,1,98,'system',1697852188,2,10,12,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(209,1,99,'system',1697852189,2,10,13,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(210,1,100,'system',1697852189,2,10,14,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(211,1,101,'system',1697852189,2,10,15,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(212,1,102,'system',1697852189,2,10,16,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(213,1,103,'system',1697852189,2,10,17,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(214,1,104,'system',1697852189,2,10,19,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(215,1,105,'system',1697852189,2,10,20,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(216,1,106,'system',1697852189,2,10,21,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(217,1,107,'system',1697852189,2,10,22,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(218,1,108,'system',1697852189,2,10,23,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(219,1,109,'system',1697852502,2,11,4,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(220,1,110,'system',1697852502,2,11,5,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(221,1,111,'system',1697852502,2,11,6,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(222,1,112,'system',1697852502,2,11,7,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(223,1,113,'system',1697852502,2,11,8,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(224,1,114,'system',1697852502,2,11,9,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(225,1,115,'system',1697852502,2,11,11,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(226,1,116,'system',1697852502,2,11,12,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(227,1,117,'system',1697852502,2,11,13,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(228,1,118,'system',1697852502,2,11,14,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(229,1,119,'system',1697852502,2,11,15,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(230,1,120,'system',1697852502,2,11,16,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(231,1,121,'system',1697852502,2,11,17,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(232,1,122,'system',1697852502,2,11,19,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(233,1,123,'system',1697852503,2,11,20,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(234,1,124,'system',1697852503,2,11,21,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(235,1,125,'system',1697852503,2,11,22,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(236,1,126,'system',1697852503,2,11,23,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(237,1,127,'system',1698633478,2,12,4,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(238,1,128,'system',1698633478,2,12,5,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(239,1,129,'system',1698633478,2,12,6,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(240,1,130,'system',1698633478,2,12,7,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(241,1,131,'system',1698633478,2,12,8,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(242,1,132,'system',1698633478,2,12,9,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(243,1,133,'system',1698633478,2,12,11,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(244,1,134,'system',1698633478,2,12,12,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(245,1,135,'system',1698633478,2,12,13,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(246,1,136,'system',1698633478,2,12,14,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(247,1,137,'system',1698633478,2,12,15,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(248,1,138,'system',1698633478,2,12,16,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(249,1,139,'system',1698633478,2,12,17,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(250,1,140,'system',1698633478,2,12,19,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(251,1,141,'system',1698633478,2,12,20,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(252,1,142,'system',1698633478,2,12,21,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(253,1,143,'system',1698633478,2,12,22,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(254,1,144,'system',1698633478,2,12,23,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(255,2,91,'mod/forum',1698808497,2,10,4,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(256,2,50,'aggregation',1698808497,2,1,4,NULL,40.00000,0.00000,NULL,NULL,40.00000,0,0,0,0,0,0,NULL,0,NULL,0),(257,2,92,'mod/forum',1698808502,2,10,5,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(258,2,47,'aggregation',1698808503,2,1,5,NULL,50.00000,0.00000,NULL,NULL,42.00000,0,0,0,0,0,0,NULL,0,NULL,0),(259,2,93,'mod/forum',1698808507,2,10,6,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(260,2,38,'aggregation',1698808507,2,1,6,NULL,50.00000,0.00000,NULL,NULL,42.00000,0,0,0,0,0,0,NULL,0,NULL,0),(261,2,96,'mod/forum',1698808514,2,10,9,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(262,2,11,'aggregation',1698808514,2,1,9,NULL,40.00000,0.00000,NULL,NULL,40.00000,0,0,0,0,0,0,NULL,0,NULL,0),(263,2,97,'mod/forum',1698808519,2,10,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(264,2,8,'aggregation',1698808519,2,1,11,NULL,50.00000,0.00000,NULL,NULL,50.00000,0,0,0,0,0,0,NULL,0,NULL,0),(265,2,99,'mod/forum',1698808524,2,10,13,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(266,2,23,'aggregation',1698808524,2,1,13,NULL,40.00000,0.00000,NULL,NULL,40.00000,0,0,0,0,0,0,NULL,0,NULL,0),(267,2,100,'mod/forum',1698808526,2,10,14,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(268,2,29,'aggregation',1698808526,2,1,14,NULL,50.00000,0.00000,NULL,NULL,48.00000,0,0,0,0,0,0,NULL,0,NULL,0),(269,2,102,'mod/forum',1698808532,2,10,16,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(270,2,2,'aggregation',1698808532,2,1,16,NULL,50.00000,0.00000,NULL,NULL,46.00000,0,0,0,0,0,0,NULL,0,NULL,0),(271,2,103,'mod/forum',1698808537,2,10,17,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(272,2,5,'aggregation',1698808537,2,1,17,NULL,30.00000,0.00000,NULL,NULL,18.00000,0,0,0,0,0,0,NULL,0,NULL,0),(273,2,104,'mod/forum',1698808543,2,10,19,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(274,2,32,'aggregation',1698808543,2,1,19,NULL,50.00000,0.00000,NULL,NULL,50.00000,0,0,0,0,0,0,NULL,0,NULL,0),(275,2,105,'mod/forum',1698808546,2,10,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(276,2,41,'aggregation',1698808546,2,1,20,NULL,50.00000,0.00000,NULL,NULL,46.00000,0,0,0,0,0,0,NULL,0,NULL,0),(277,2,107,'mod/forum',1698808551,2,10,22,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(278,2,14,'aggregation',1698808551,2,1,22,NULL,50.00000,0.00000,NULL,NULL,38.00000,0,0,0,0,0,0,NULL,0,NULL,0),(279,2,108,'mod/forum',1698808564,2,10,23,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(280,2,17,'aggregation',1698808564,2,1,23,NULL,40.00000,0.00000,NULL,NULL,36.00000,0,0,0,0,0,0,NULL,0,NULL,0),(281,2,110,'mod/forum',1698884917,2,11,5,8.00000,10.00000,0.00000,NULL,2,8.00000,0,0,0,0,0,0,NULL,0,NULL,0),(282,2,47,'aggregation',1698884917,2,1,5,NULL,60.00000,0.00000,NULL,NULL,50.00000,0,0,0,0,0,0,NULL,0,NULL,0),(283,2,111,'mod/forum',1698884948,2,11,6,9.00000,10.00000,0.00000,NULL,2,9.00000,0,0,0,0,0,0,NULL,0,NULL,0),(284,2,38,'aggregation',1698884948,2,1,6,NULL,60.00000,0.00000,NULL,NULL,51.00000,0,0,0,0,0,0,NULL,0,NULL,0),(285,2,115,'mod/forum',1698885105,2,11,11,9.00000,10.00000,0.00000,NULL,2,9.00000,0,0,0,0,0,0,NULL,0,NULL,0),(286,2,8,'aggregation',1698885105,2,1,11,NULL,60.00000,0.00000,NULL,NULL,59.00000,0,0,0,0,0,0,NULL,0,NULL,0),(287,2,117,'mod/forum',1698885124,2,11,13,9.00000,10.00000,0.00000,NULL,2,9.00000,0,0,0,0,0,0,NULL,0,NULL,0),(288,2,23,'aggregation',1698885124,2,1,13,NULL,50.00000,0.00000,NULL,NULL,49.00000,0,0,0,0,0,0,NULL,0,NULL,0),(289,2,117,'mod/forum',1698885129,2,11,13,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(290,2,23,'aggregation',1698885129,2,1,13,NULL,50.00000,0.00000,NULL,NULL,50.00000,0,0,0,0,0,0,NULL,0,NULL,0),(291,2,115,'mod/forum',1698885136,2,11,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(292,2,8,'aggregation',1698885136,2,1,11,NULL,60.00000,0.00000,NULL,NULL,60.00000,0,0,0,0,0,0,NULL,0,NULL,0),(293,2,118,'mod/forum',1698885190,2,11,14,7.00000,10.00000,0.00000,NULL,2,7.00000,0,0,0,0,0,0,NULL,0,NULL,0),(294,2,29,'aggregation',1698885190,2,1,14,NULL,60.00000,0.00000,NULL,NULL,55.00000,0,0,0,0,0,0,NULL,0,NULL,0),(295,2,120,'mod/forum',1698885225,2,11,16,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(296,2,2,'aggregation',1698885225,2,1,16,NULL,60.00000,0.00000,NULL,NULL,56.00000,0,0,0,0,0,0,NULL,0,NULL,0),(297,2,122,'mod/forum',1698885291,2,11,19,8.00000,10.00000,0.00000,NULL,2,8.00000,0,0,0,0,0,0,NULL,0,NULL,0),(298,2,32,'aggregation',1698885291,2,1,19,NULL,60.00000,0.00000,NULL,NULL,58.00000,0,0,0,0,0,0,NULL,0,NULL,0),(299,2,123,'mod/forum',1698885323,2,11,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(300,2,41,'aggregation',1698885324,2,1,20,NULL,60.00000,0.00000,NULL,NULL,56.00000,0,0,0,0,0,0,NULL,0,NULL,0),(301,2,124,'mod/forum',1698885343,2,11,21,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(302,2,70,'aggregation',1698885343,2,1,21,NULL,50.00000,0.00000,NULL,NULL,46.00000,0,0,0,0,0,0,NULL,0,NULL,0),(303,2,126,'mod/forum',1698885398,2,11,23,9.00000,10.00000,0.00000,NULL,2,9.00000,0,0,0,0,0,0,NULL,0,NULL,0),(304,2,17,'aggregation',1698885398,2,1,23,NULL,50.00000,0.00000,NULL,NULL,45.00000,0,0,0,0,0,0,NULL,0,NULL,0),(305,1,145,'system',1698885566,2,13,4,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(306,1,146,'system',1698885566,2,13,5,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(307,1,147,'system',1698885566,2,13,6,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(308,1,148,'system',1698885566,2,13,7,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(309,1,149,'system',1698885566,2,13,8,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(310,1,150,'system',1698885566,2,13,9,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(311,1,151,'system',1698885566,2,13,11,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(312,1,152,'system',1698885566,2,13,12,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(313,1,153,'system',1698885566,2,13,13,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(314,1,154,'system',1698885566,2,13,14,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(315,1,155,'system',1698885566,2,13,15,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(316,1,156,'system',1698885566,2,13,16,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(317,1,157,'system',1698885566,2,13,17,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(318,1,158,'system',1698885566,2,13,19,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(319,1,159,'system',1698885566,2,13,20,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(320,1,160,'system',1698885566,2,13,21,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(321,1,161,'system',1698885566,2,13,22,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(322,1,162,'system',1698885566,2,13,23,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(323,1,163,'system',1698885595,2,14,4,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(324,1,164,'system',1698885595,2,14,5,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(325,1,165,'system',1698885595,2,14,6,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(326,1,166,'system',1698885595,2,14,7,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(327,1,167,'system',1698885595,2,14,8,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(328,1,168,'system',1698885595,2,14,9,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(329,1,169,'system',1698885595,2,14,11,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(330,1,170,'system',1698885595,2,14,12,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(331,1,171,'system',1698885595,2,14,13,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(332,1,172,'system',1698885596,2,14,14,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(333,1,173,'system',1698885596,2,14,15,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(334,1,174,'system',1698885596,2,14,16,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(335,1,175,'system',1698885596,2,14,17,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(336,1,176,'system',1698885596,2,14,19,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(337,1,177,'system',1698885596,2,14,20,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(338,1,178,'system',1698885596,2,14,21,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(339,1,179,'system',1698885596,2,14,22,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(340,1,180,'system',1698885596,2,14,23,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(341,2,163,'aggregation',1698885644,2,14,4,NULL,10.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(342,2,164,'aggregation',1698885644,2,14,5,NULL,10.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(343,2,165,'aggregation',1698885644,2,14,6,NULL,10.00000,0.00000,NULL,NULL,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(344,2,166,'aggregation',1698885645,2,14,7,NULL,10.00000,0.00000,NULL,NULL,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(345,2,167,'aggregation',1698885645,2,14,8,NULL,10.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(346,2,168,'aggregation',1698885645,2,14,9,NULL,10.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(347,2,169,'aggregation',1698885645,2,14,11,NULL,10.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(348,2,170,'aggregation',1698885645,2,14,12,NULL,10.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(349,2,171,'aggregation',1698885645,2,14,13,NULL,10.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(350,2,172,'aggregation',1698885645,2,14,14,NULL,10.00000,0.00000,NULL,NULL,8.00000,0,0,0,0,0,0,NULL,0,NULL,0),(351,2,173,'aggregation',1698885645,2,14,15,NULL,10.00000,0.00000,NULL,NULL,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(352,2,174,'aggregation',1698885645,2,14,16,NULL,10.00000,0.00000,NULL,NULL,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(353,2,175,'aggregation',1698885645,2,14,17,NULL,10.00000,0.00000,NULL,NULL,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(354,2,176,'aggregation',1698885645,2,14,19,NULL,10.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(355,2,177,'aggregation',1698885645,2,14,20,NULL,10.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(356,2,178,'aggregation',1698885645,2,14,21,NULL,10.00000,0.00000,NULL,NULL,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(357,2,179,'aggregation',1698885645,2,14,22,NULL,10.00000,0.00000,NULL,NULL,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(358,2,180,'aggregation',1698885645,2,14,23,NULL,10.00000,0.00000,NULL,NULL,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(359,2,163,'aggregation',1698885657,2,14,4,NULL,20.00000,0.00000,NULL,NULL,20.00000,0,0,0,0,0,0,NULL,0,NULL,0),(360,2,164,'aggregation',1698885657,2,14,5,NULL,20.00000,0.00000,NULL,NULL,20.00000,0,0,0,0,0,0,NULL,0,NULL,0),(361,2,165,'aggregation',1698885657,2,14,6,NULL,20.00000,0.00000,NULL,NULL,12.00000,0,0,0,0,0,0,NULL,0,NULL,0),(362,2,166,'aggregation',1698885657,2,14,7,NULL,20.00000,0.00000,NULL,NULL,12.00000,0,0,0,0,0,0,NULL,0,NULL,0),(363,2,167,'aggregation',1698885657,2,14,8,NULL,20.00000,0.00000,NULL,NULL,16.00000,0,0,0,0,0,0,NULL,0,NULL,0),(364,2,168,'aggregation',1698885657,2,14,9,NULL,20.00000,0.00000,NULL,NULL,20.00000,0,0,0,0,0,0,NULL,0,NULL,0),(365,2,169,'aggregation',1698885657,2,14,11,NULL,20.00000,0.00000,NULL,NULL,20.00000,0,0,0,0,0,0,NULL,0,NULL,0),(366,2,170,'aggregation',1698885657,2,14,12,NULL,20.00000,0.00000,NULL,NULL,16.00000,0,0,0,0,0,0,NULL,0,NULL,0),(367,2,172,'aggregation',1698885657,2,14,14,NULL,20.00000,0.00000,NULL,NULL,18.00000,0,0,0,0,0,0,NULL,0,NULL,0),(368,2,174,'aggregation',1698885657,2,14,16,NULL,20.00000,0.00000,NULL,NULL,16.00000,0,0,0,0,0,0,NULL,0,NULL,0),(369,2,175,'aggregation',1698885657,2,14,17,NULL,20.00000,0.00000,NULL,NULL,12.00000,0,0,0,0,0,0,NULL,0,NULL,0),(370,2,176,'aggregation',1698885657,2,14,19,NULL,20.00000,0.00000,NULL,NULL,20.00000,0,0,0,0,0,0,NULL,0,NULL,0),(371,2,177,'aggregation',1698885658,2,14,20,NULL,20.00000,0.00000,NULL,NULL,16.00000,0,0,0,0,0,0,NULL,0,NULL,0),(372,2,178,'aggregation',1698885658,2,14,21,NULL,20.00000,0.00000,NULL,NULL,16.00000,0,0,0,0,0,0,NULL,0,NULL,0),(373,2,179,'aggregation',1698885658,2,14,22,NULL,20.00000,0.00000,NULL,NULL,12.00000,0,0,0,0,0,0,NULL,0,NULL,0),(374,2,180,'aggregation',1698885658,2,14,23,NULL,20.00000,0.00000,NULL,NULL,16.00000,0,0,0,0,0,0,NULL,0,NULL,0),(375,2,163,'aggregation',1698885664,2,14,4,NULL,30.00000,0.00000,NULL,NULL,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(376,2,164,'aggregation',1698885664,2,14,5,NULL,30.00000,0.00000,NULL,NULL,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(377,2,165,'aggregation',1698885665,2,14,6,NULL,30.00000,0.00000,NULL,NULL,22.00000,0,0,0,0,0,0,NULL,0,NULL,0),(378,2,166,'aggregation',1698885665,2,14,7,NULL,30.00000,0.00000,NULL,NULL,18.00000,0,0,0,0,0,0,NULL,0,NULL,0),(379,2,168,'aggregation',1698885665,2,14,9,NULL,30.00000,0.00000,NULL,NULL,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(380,2,169,'aggregation',1698885665,2,14,11,NULL,30.00000,0.00000,NULL,NULL,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(381,2,170,'aggregation',1698885665,2,14,12,NULL,30.00000,0.00000,NULL,NULL,22.00000,0,0,0,0,0,0,NULL,0,NULL,0),(382,2,171,'aggregation',1698885665,2,14,13,NULL,20.00000,0.00000,NULL,NULL,20.00000,0,0,0,0,0,0,NULL,0,NULL,0),(383,2,172,'aggregation',1698885665,2,14,14,NULL,30.00000,0.00000,NULL,NULL,28.00000,0,0,0,0,0,0,NULL,0,NULL,0),(384,2,174,'aggregation',1698885665,2,14,16,NULL,30.00000,0.00000,NULL,NULL,26.00000,0,0,0,0,0,0,NULL,0,NULL,0),(385,2,176,'aggregation',1698885665,2,14,19,NULL,30.00000,0.00000,NULL,NULL,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(386,2,177,'aggregation',1698885665,2,14,20,NULL,30.00000,0.00000,NULL,NULL,26.00000,0,0,0,0,0,0,NULL,0,NULL,0),(387,2,178,'aggregation',1698885665,2,14,21,NULL,30.00000,0.00000,NULL,NULL,26.00000,0,0,0,0,0,0,NULL,0,NULL,0),(388,2,179,'aggregation',1698885665,2,14,22,NULL,30.00000,0.00000,NULL,NULL,22.00000,0,0,0,0,0,0,NULL,0,NULL,0),(389,2,164,'aggregation',1698885672,2,14,5,NULL,40.00000,0.00000,NULL,NULL,36.00000,0,0,0,0,0,0,NULL,0,NULL,0),(390,2,165,'aggregation',1698885672,2,14,6,NULL,40.00000,0.00000,NULL,NULL,32.00000,0,0,0,0,0,0,NULL,0,NULL,0),(391,2,166,'aggregation',1698885672,2,14,7,NULL,40.00000,0.00000,NULL,NULL,28.00000,0,0,0,0,0,0,NULL,0,NULL,0),(392,2,169,'aggregation',1698885672,2,14,11,NULL,40.00000,0.00000,NULL,NULL,40.00000,0,0,0,0,0,0,NULL,0,NULL,0),(393,2,170,'aggregation',1698885672,2,14,12,NULL,40.00000,0.00000,NULL,NULL,28.00000,0,0,0,0,0,0,NULL,0,NULL,0),(394,2,171,'aggregation',1698885672,2,14,13,NULL,30.00000,0.00000,NULL,NULL,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(395,2,172,'aggregation',1698885672,2,14,14,NULL,40.00000,0.00000,NULL,NULL,38.00000,0,0,0,0,0,0,NULL,0,NULL,0),(396,2,174,'aggregation',1698885672,2,14,16,NULL,40.00000,0.00000,NULL,NULL,36.00000,0,0,0,0,0,0,NULL,0,NULL,0),(397,2,176,'aggregation',1698885672,2,14,19,NULL,40.00000,0.00000,NULL,NULL,40.00000,0,0,0,0,0,0,NULL,0,NULL,0),(398,2,177,'aggregation',1698885673,2,14,20,NULL,40.00000,0.00000,NULL,NULL,36.00000,0,0,0,0,0,0,NULL,0,NULL,0),(399,2,178,'aggregation',1698885673,2,14,21,NULL,40.00000,0.00000,NULL,NULL,36.00000,0,0,0,0,0,0,NULL,0,NULL,0),(400,2,179,'aggregation',1698885673,2,14,22,NULL,40.00000,0.00000,NULL,NULL,28.00000,0,0,0,0,0,0,NULL,0,NULL,0),(401,2,180,'aggregation',1698885673,2,14,23,NULL,30.00000,0.00000,NULL,NULL,26.00000,0,0,0,0,0,0,NULL,0,NULL,0),(402,2,163,'aggregation',1698885679,2,14,4,NULL,40.00000,0.00000,NULL,NULL,40.00000,0,0,0,0,0,0,NULL,0,NULL,0),(403,2,164,'aggregation',1698885679,2,14,5,NULL,50.00000,0.00000,NULL,NULL,42.00000,0,0,0,0,0,0,NULL,0,NULL,0),(404,2,165,'aggregation',1698885680,2,14,6,NULL,50.00000,0.00000,NULL,NULL,42.00000,0,0,0,0,0,0,NULL,0,NULL,0),(405,2,168,'aggregation',1698885680,2,14,9,NULL,40.00000,0.00000,NULL,NULL,40.00000,0,0,0,0,0,0,NULL,0,NULL,0),(406,2,169,'aggregation',1698885680,2,14,11,NULL,50.00000,0.00000,NULL,NULL,50.00000,0,0,0,0,0,0,NULL,0,NULL,0),(407,2,171,'aggregation',1698885680,2,14,13,NULL,40.00000,0.00000,NULL,NULL,40.00000,0,0,0,0,0,0,NULL,0,NULL,0),(408,2,172,'aggregation',1698885680,2,14,14,NULL,50.00000,0.00000,NULL,NULL,48.00000,0,0,0,0,0,0,NULL,0,NULL,0),(409,2,174,'aggregation',1698885680,2,14,16,NULL,50.00000,0.00000,NULL,NULL,46.00000,0,0,0,0,0,0,NULL,0,NULL,0),(410,2,175,'aggregation',1698885680,2,14,17,NULL,30.00000,0.00000,NULL,NULL,18.00000,0,0,0,0,0,0,NULL,0,NULL,0),(411,2,176,'aggregation',1698885680,2,14,19,NULL,50.00000,0.00000,NULL,NULL,50.00000,0,0,0,0,0,0,NULL,0,NULL,0),(412,2,177,'aggregation',1698885681,2,14,20,NULL,50.00000,0.00000,NULL,NULL,46.00000,0,0,0,0,0,0,NULL,0,NULL,0),(413,2,179,'aggregation',1698885681,2,14,22,NULL,50.00000,0.00000,NULL,NULL,38.00000,0,0,0,0,0,0,NULL,0,NULL,0),(414,2,180,'aggregation',1698885681,2,14,23,NULL,40.00000,0.00000,NULL,NULL,36.00000,0,0,0,0,0,0,NULL,0,NULL,0),(415,1,181,'system',1698885712,2,15,4,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(416,1,182,'system',1698885712,2,15,5,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(417,1,183,'system',1698885712,2,15,6,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(418,1,184,'system',1698885712,2,15,7,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(419,1,185,'system',1698885712,2,15,8,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(420,1,186,'system',1698885712,2,15,9,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(421,1,187,'system',1698885712,2,15,11,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(422,1,188,'system',1698885712,2,15,12,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(423,1,189,'system',1698885712,2,15,13,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(424,1,190,'system',1698885712,2,15,14,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(425,1,191,'system',1698885712,2,15,15,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(426,1,192,'system',1698885712,2,15,16,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(427,1,193,'system',1698885712,2,15,17,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(428,1,194,'system',1698885712,2,15,19,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(429,1,195,'system',1698885712,2,15,20,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(430,1,196,'system',1698885712,2,15,21,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(431,1,197,'system',1698885712,2,15,22,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(432,1,198,'system',1698885712,2,15,23,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(433,2,182,'aggregation',1698885719,2,15,5,NULL,10.00000,0.00000,NULL,NULL,8.00000,0,0,0,0,0,0,NULL,0,NULL,0),(434,2,183,'aggregation',1698885719,2,15,6,NULL,10.00000,0.00000,NULL,NULL,9.00000,0,0,0,0,0,0,NULL,0,NULL,0),(435,2,187,'aggregation',1698885719,2,15,11,NULL,10.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(436,2,189,'aggregation',1698885719,2,15,13,NULL,10.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(437,2,190,'aggregation',1698885719,2,15,14,NULL,10.00000,0.00000,NULL,NULL,7.00000,0,0,0,0,0,0,NULL,0,NULL,0),(438,2,192,'aggregation',1698885719,2,15,16,NULL,10.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(439,2,194,'aggregation',1698885719,2,15,19,NULL,10.00000,0.00000,NULL,NULL,8.00000,0,0,0,0,0,0,NULL,0,NULL,0),(440,2,195,'aggregation',1698885719,2,15,20,NULL,10.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(441,2,196,'aggregation',1698885719,2,15,21,NULL,10.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(442,2,198,'aggregation',1698885719,2,15,23,NULL,10.00000,0.00000,NULL,NULL,9.00000,0,0,0,0,0,0,NULL,0,NULL,0),(443,1,199,'system',1698885733,2,16,4,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(444,1,200,'system',1698885733,2,16,5,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(445,1,201,'system',1698885733,2,16,6,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(446,1,202,'system',1698885733,2,16,7,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(447,1,203,'system',1698885733,2,16,8,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(448,1,204,'system',1698885733,2,16,9,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(449,1,205,'system',1698885733,2,16,11,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(450,1,206,'system',1698885733,2,16,12,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(451,1,207,'system',1698885733,2,16,13,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(452,1,208,'system',1698885733,2,16,14,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(453,1,209,'system',1698885734,2,16,15,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(454,1,210,'system',1698885734,2,16,16,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(455,1,211,'system',1698885734,2,16,17,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(456,1,212,'system',1698885734,2,16,19,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(457,1,213,'system',1698885734,2,16,20,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(458,1,214,'system',1698885734,2,16,21,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(459,1,215,'system',1698885734,2,16,22,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(460,1,216,'system',1698885734,2,16,23,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(461,2,47,'aggregation',1698885753,2,1,5,NULL,60.00000,0.00000,NULL,NULL,49.44000,0,0,0,0,0,0,NULL,0,NULL,0),(462,2,38,'aggregation',1698885753,2,1,6,NULL,60.00000,0.00000,NULL,NULL,51.84000,0,0,0,0,0,0,NULL,0,NULL,0),(463,2,29,'aggregation',1698885753,2,1,14,NULL,60.00000,0.00000,NULL,NULL,51.36000,0,0,0,0,0,0,NULL,0,NULL,0),(464,2,2,'aggregation',1698885753,2,1,16,NULL,60.00000,0.00000,NULL,NULL,57.12000,0,0,0,0,0,0,NULL,0,NULL,0),(465,2,32,'aggregation',1698885753,2,1,19,NULL,60.00000,0.00000,NULL,NULL,55.20000,0,0,0,0,0,0,NULL,0,NULL,0),(466,2,41,'aggregation',1698885753,2,1,20,NULL,60.00000,0.00000,NULL,NULL,57.12000,0,0,0,0,0,0,NULL,0,NULL,0),(467,2,70,'aggregation',1698885753,2,1,21,NULL,50.00000,0.00000,NULL,NULL,47.00000,0,0,0,0,0,0,NULL,0,NULL,0),(468,2,3,NULL,1698886405,2,7,16,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(469,2,6,NULL,1698886405,2,7,17,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(470,2,9,NULL,1698886405,2,7,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(471,2,12,NULL,1698886405,2,7,9,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(472,2,15,NULL,1698886405,2,7,22,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(473,2,18,NULL,1698886405,2,7,23,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(474,2,21,NULL,1698886405,2,7,15,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(475,2,24,NULL,1698886405,2,7,13,6.00000,10.00000,0.00000,NULL,2,NULL,0,0,0,0,1697080280,0,NULL,0,NULL,0),(476,2,27,NULL,1698886405,2,7,12,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(477,2,30,NULL,1698886405,2,7,14,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(478,2,33,NULL,1698886405,2,7,19,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(479,2,36,NULL,1698886405,2,7,7,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(480,2,39,NULL,1698886405,2,7,6,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(481,2,42,NULL,1698886405,2,7,20,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(482,2,45,NULL,1698886405,2,7,8,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(483,2,48,NULL,1698886405,2,7,5,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(484,2,51,NULL,1698886405,2,7,4,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(485,2,71,NULL,1698886405,2,7,21,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(486,2,21,'mod/forum',1698886405,2,7,15,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(487,1,217,'mod/forum',1698886405,2,7,2,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(488,1,218,'mod/forum',1698886405,2,7,10,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(489,1,219,'mod/forum',1698886405,2,7,18,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(490,1,220,'system',1698886406,2,14,2,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(491,1,221,'system',1698886406,2,5,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(492,1,222,'system',1698886406,2,8,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(493,1,223,'system',1698886406,2,9,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(494,1,224,'system',1698886406,2,10,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(495,1,225,'system',1698886406,2,12,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(496,1,226,'system',1698886406,2,14,10,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(497,1,227,'system',1698886406,2,5,10,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(498,1,228,'system',1698886406,2,8,10,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(499,1,229,'system',1698886406,2,9,10,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(500,1,230,'system',1698886406,2,10,10,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(501,1,231,'system',1698886406,2,12,10,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(502,1,232,'system',1698886406,2,14,18,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(503,1,233,'system',1698886406,2,5,18,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(504,1,234,'system',1698886406,2,8,18,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(505,1,235,'system',1698886406,2,9,18,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(506,1,236,'system',1698886406,2,10,18,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(507,1,237,'system',1698886406,2,12,18,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(508,1,238,'system',1698886407,2,1,2,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(509,1,239,'system',1698886407,2,13,2,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(510,1,240,'system',1698886407,2,15,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(511,1,241,'system',1698886407,2,16,2,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(512,1,242,'system',1698886407,2,1,10,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(513,1,243,'system',1698886407,2,13,10,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(514,1,244,'system',1698886407,2,15,10,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(515,1,245,'system',1698886407,2,16,10,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(516,1,246,'system',1698886407,2,1,18,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(517,1,247,'system',1698886407,2,13,18,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(518,1,248,'system',1698886407,2,15,18,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(519,1,249,'system',1698886407,2,16,18,NULL,0.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(520,2,1,NULL,1698886433,2,5,16,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(521,2,4,NULL,1698886433,2,5,17,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(522,2,7,NULL,1698886433,2,5,11,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(523,2,10,NULL,1698886433,2,5,9,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(524,2,13,NULL,1698886433,2,5,22,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(525,2,16,NULL,1698886433,2,5,23,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(526,2,19,NULL,1698886433,2,5,15,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(527,2,22,NULL,1698886433,2,5,13,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(528,2,25,NULL,1698886433,2,5,12,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(529,2,28,NULL,1698886433,2,5,14,NULL,10.00000,0.00000,NULL,2,8.00000,0,0,0,0,0,0,NULL,0,NULL,0),(530,2,31,NULL,1698886433,2,5,19,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(531,2,34,NULL,1698886433,2,5,7,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(532,2,37,NULL,1698886433,2,5,6,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(533,2,40,NULL,1698886433,2,5,20,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(534,2,43,NULL,1698886433,2,5,8,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(535,2,46,NULL,1698886433,2,5,5,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(536,2,49,NULL,1698886433,2,5,4,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(537,2,69,NULL,1698886433,2,5,21,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(538,2,221,NULL,1698886433,2,5,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(539,2,227,NULL,1698886433,2,5,10,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(540,2,233,NULL,1698886433,2,5,18,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(541,1,250,'system',1698886434,2,11,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(542,1,251,'system',1698886434,2,11,10,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(543,1,252,'system',1698886434,2,11,18,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(544,2,52,NULL,1698886447,2,8,4,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(545,2,53,NULL,1698886447,2,8,5,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(546,2,54,NULL,1698886447,2,8,6,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(547,2,55,NULL,1698886447,2,8,7,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1697851925,0,NULL,0,NULL,0),(548,2,56,NULL,1698886447,2,8,8,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(549,2,57,NULL,1698886447,2,8,9,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(550,2,58,NULL,1698886447,2,8,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(551,2,59,NULL,1698886447,2,8,12,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(552,2,60,NULL,1698886447,2,8,13,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(553,2,61,NULL,1698886447,2,8,14,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(554,2,62,NULL,1698886447,2,8,15,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(555,2,63,NULL,1698886447,2,8,16,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(556,2,64,NULL,1698886447,2,8,17,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(557,2,65,NULL,1698886447,2,8,19,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(558,2,66,NULL,1698886447,2,8,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(559,2,67,NULL,1698886447,2,8,22,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(560,2,68,NULL,1698886447,2,8,23,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(561,2,72,NULL,1698886447,2,8,21,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(562,2,222,NULL,1698886447,2,8,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(563,2,228,NULL,1698886447,2,8,10,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(564,2,234,NULL,1698886447,2,8,18,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(565,2,55,'mod/forum',1698886447,2,8,7,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1697851925,0,NULL,0,NULL,0),(566,2,56,'mod/forum',1698886447,2,8,8,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(567,2,62,'mod/forum',1698886447,2,8,15,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(568,2,64,'mod/forum',1698886447,2,8,17,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(569,2,68,'mod/forum',1698886447,2,8,23,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(570,2,222,'mod/forum',1698886447,2,8,2,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(571,2,228,'mod/forum',1698886447,2,8,10,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(572,2,234,'mod/forum',1698886447,2,8,18,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(573,2,73,NULL,1698886460,2,9,4,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(574,2,74,NULL,1698886460,2,9,5,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(575,2,75,NULL,1698886460,2,9,6,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(576,2,76,NULL,1698886460,2,9,7,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,1697851925,0,NULL,0,NULL,0),(577,2,77,NULL,1698886460,2,9,8,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(578,2,78,NULL,1698886460,2,9,9,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(579,2,79,NULL,1698886460,2,9,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(580,2,80,NULL,1698886460,2,9,12,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(581,2,81,NULL,1698886461,2,9,13,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(582,2,82,NULL,1698886461,2,9,14,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(583,2,83,NULL,1698886461,2,9,15,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(584,2,84,NULL,1698886461,2,9,16,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(585,2,85,NULL,1698886461,2,9,17,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(586,2,86,NULL,1698886461,2,9,19,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(587,2,87,NULL,1698886461,2,9,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(588,2,88,NULL,1698886461,2,9,21,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(589,2,89,NULL,1698886461,2,9,22,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(590,2,90,NULL,1698886461,2,9,23,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(591,2,223,NULL,1698886461,2,9,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(592,2,229,NULL,1698886461,2,9,10,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(593,2,235,NULL,1698886461,2,9,18,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(594,2,73,'mod/forum',1698886461,2,9,4,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(595,2,76,'mod/forum',1698886461,2,9,7,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,1697851925,0,NULL,0,NULL,0),(596,2,77,'mod/forum',1698886461,2,9,8,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(597,2,78,'mod/forum',1698886461,2,9,9,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(598,2,83,'mod/forum',1698886461,2,9,15,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(599,2,85,'mod/forum',1698886461,2,9,17,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(600,2,223,'mod/forum',1698886461,2,9,2,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(601,2,229,'mod/forum',1698886461,2,9,10,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(602,2,235,'mod/forum',1698886461,2,9,18,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(603,2,91,NULL,1698886475,2,10,4,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(604,2,92,NULL,1698886475,2,10,5,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(605,2,93,NULL,1698886475,2,10,6,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(606,2,94,NULL,1698886475,2,10,7,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(607,2,95,NULL,1698886475,2,10,8,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(608,2,96,NULL,1698886475,2,10,9,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(609,2,97,NULL,1698886475,2,10,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(610,2,98,NULL,1698886475,2,10,12,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(611,2,99,NULL,1698886475,2,10,13,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(612,2,100,NULL,1698886475,2,10,14,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(613,2,101,NULL,1698886475,2,10,15,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(614,2,102,NULL,1698886475,2,10,16,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(615,2,103,NULL,1698886475,2,10,17,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(616,2,104,NULL,1698886475,2,10,19,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(617,2,105,NULL,1698886475,2,10,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(618,2,106,NULL,1698886475,2,10,21,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(619,2,107,NULL,1698886475,2,10,22,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(620,2,108,NULL,1698886475,2,10,23,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(621,2,224,NULL,1698886475,2,10,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(622,2,230,NULL,1698886475,2,10,10,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(623,2,236,NULL,1698886475,2,10,18,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(624,2,94,'mod/forum',1698886475,2,10,7,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(625,2,95,'mod/forum',1698886475,2,10,8,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(626,2,98,'mod/forum',1698886475,2,10,12,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(627,2,101,'mod/forum',1698886475,2,10,15,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(628,2,106,'mod/forum',1698886475,2,10,21,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(629,2,224,'mod/forum',1698886475,2,10,2,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(630,2,230,'mod/forum',1698886475,2,10,10,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(631,2,236,'mod/forum',1698886475,2,10,18,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(632,2,127,NULL,1698886485,2,12,4,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(633,2,128,NULL,1698886485,2,12,5,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(634,2,129,NULL,1698886485,2,12,6,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(635,2,130,NULL,1698886485,2,12,7,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(636,2,131,NULL,1698886485,2,12,8,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(637,2,132,NULL,1698886485,2,12,9,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(638,2,133,NULL,1698886485,2,12,11,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(639,2,134,NULL,1698886485,2,12,12,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(640,2,135,NULL,1698886485,2,12,13,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(641,2,136,NULL,1698886485,2,12,14,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(642,2,137,NULL,1698886485,2,12,15,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(643,2,138,NULL,1698886485,2,12,16,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(644,2,139,NULL,1698886485,2,12,17,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(645,2,140,NULL,1698886485,2,12,19,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(646,2,141,NULL,1698886485,2,12,20,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(647,2,142,NULL,1698886485,2,12,21,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(648,2,143,NULL,1698886485,2,12,22,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(649,2,144,NULL,1698886485,2,12,23,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(650,2,225,NULL,1698886485,2,12,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(651,2,231,NULL,1698886485,2,12,10,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(652,2,237,NULL,1698886485,2,12,18,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(653,2,109,NULL,1698886510,2,11,4,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(654,2,110,NULL,1698886510,2,11,5,8.00000,10.00000,0.00000,NULL,2,8.00000,0,0,0,0,0,0,NULL,0,NULL,0),(655,2,111,NULL,1698886510,2,11,6,9.00000,10.00000,0.00000,NULL,2,9.00000,0,0,0,0,0,0,NULL,0,NULL,0),(656,2,112,NULL,1698886510,2,11,7,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(657,2,113,NULL,1698886510,2,11,8,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(658,2,114,NULL,1698886510,2,11,9,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(659,2,115,NULL,1698886510,2,11,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(660,2,116,NULL,1698886510,2,11,12,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(661,2,117,NULL,1698886510,2,11,13,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(662,2,118,NULL,1698886510,2,11,14,7.00000,10.00000,0.00000,NULL,2,7.00000,0,0,0,0,0,0,NULL,0,NULL,0),(663,2,119,NULL,1698886510,2,11,15,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(664,2,120,NULL,1698886510,2,11,16,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(665,2,121,NULL,1698886510,2,11,17,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(666,2,122,NULL,1698886510,2,11,19,8.00000,10.00000,0.00000,NULL,2,8.00000,0,0,0,0,0,0,NULL,0,NULL,0),(667,2,123,NULL,1698886510,2,11,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(668,2,124,NULL,1698886510,2,11,21,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(669,2,125,NULL,1698886510,2,11,22,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(670,2,126,NULL,1698886510,2,11,23,9.00000,10.00000,0.00000,NULL,2,9.00000,0,0,0,0,0,0,NULL,0,NULL,0),(671,2,250,NULL,1698886510,2,11,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(672,2,251,NULL,1698886510,2,11,10,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(673,2,252,NULL,1698886510,2,11,18,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(674,2,109,'mod/forum',1698886510,2,11,4,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(675,2,112,'mod/forum',1698886510,2,11,7,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(676,2,113,'mod/forum',1698886510,2,11,8,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(677,2,114,'mod/forum',1698886511,2,11,9,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(678,2,116,'mod/forum',1698886511,2,11,12,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(679,2,119,'mod/forum',1698886511,2,11,15,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(680,2,121,'mod/forum',1698886511,2,11,17,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(681,2,125,'mod/forum',1698886511,2,11,22,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(682,2,250,'mod/forum',1698886511,2,11,2,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(683,2,251,'mod/forum',1698886511,2,11,10,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(684,2,252,'mod/forum',1698886511,2,11,18,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(685,1,253,'system',1698932957,2,17,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(686,1,254,'system',1698932957,2,17,4,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(687,1,255,'system',1698932957,2,17,5,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(688,1,256,'system',1698932957,2,17,6,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(689,1,257,'system',1698932957,2,17,7,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(690,1,258,'system',1698932957,2,17,8,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(691,1,259,'system',1698932958,2,17,9,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(692,1,260,'system',1698932958,2,17,10,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(693,1,261,'system',1698932958,2,17,11,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(694,1,262,'system',1698932958,2,17,12,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(695,1,263,'system',1698932958,2,17,13,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(696,1,264,'system',1698932958,2,17,14,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(697,1,265,'system',1698932958,2,17,15,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(698,1,266,'system',1698932958,2,17,16,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(699,1,267,'system',1698932958,2,17,17,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(700,1,268,'system',1698932958,2,17,18,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(701,1,269,'system',1698932958,2,17,19,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(702,1,270,'system',1698932958,2,17,20,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(703,1,271,'system',1698932958,2,17,21,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(704,1,272,'system',1698932958,2,17,22,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(705,1,273,'system',1698932958,2,17,23,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(706,1,274,'system',1698933147,2,18,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(707,1,275,'system',1698933147,2,18,4,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(708,1,276,'system',1698933147,2,18,5,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(709,1,277,'system',1698933147,2,18,6,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(710,1,278,'system',1698933148,2,18,7,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(711,1,279,'system',1698933148,2,18,8,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(712,1,280,'system',1698933148,2,18,9,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(713,1,281,'system',1698933148,2,18,10,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(714,1,282,'system',1698933148,2,18,11,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(715,1,283,'system',1698933148,2,18,12,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(716,1,284,'system',1698933148,2,18,13,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(717,1,285,'system',1698933148,2,18,14,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(718,1,286,'system',1698933148,2,18,15,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(719,1,287,'system',1698933148,2,18,16,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(720,1,288,'system',1698933148,2,18,17,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(721,1,289,'system',1698933148,2,18,18,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(722,1,290,'system',1698933148,2,18,19,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(723,1,291,'system',1698933148,2,18,20,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(724,1,292,'system',1698933148,2,18,21,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(725,1,293,'system',1698933148,2,18,22,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(726,1,294,'system',1698933148,2,18,23,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(727,2,68,'mod/forum',1698933351,2,8,23,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(728,2,180,'aggregation',1698933351,2,14,23,NULL,50.00000,0.00000,NULL,NULL,46.00000,0,0,0,0,0,0,NULL,0,NULL,0),(729,2,17,'aggregation',1698933351,2,1,23,NULL,60.00000,0.00000,NULL,NULL,54.72000,0,0,0,0,0,0,NULL,0,NULL,0),(730,2,106,'mod/forum',1698933440,2,10,21,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(731,2,178,'aggregation',1698933440,2,14,21,NULL,50.00000,0.00000,NULL,NULL,42.00000,0,0,0,0,0,0,NULL,0,NULL,0),(732,2,70,'aggregation',1698933440,2,1,21,NULL,60.00000,0.00000,NULL,NULL,54.24000,0,0,0,0,0,0,NULL,0,NULL,0),(733,2,128,'mod/forum',1698933574,2,12,5,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(734,2,164,'aggregation',1698933574,2,14,5,NULL,60.00000,0.00000,NULL,NULL,48.00000,0,0,0,0,0,0,NULL,0,NULL,0),(735,2,47,'aggregation',1698933574,2,1,5,NULL,70.00000,0.00000,NULL,NULL,56.00000,0,0,0,0,0,0,NULL,0,NULL,0),(736,2,129,'mod/forum',1698933582,2,12,6,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(737,2,165,'aggregation',1698933582,2,14,6,NULL,60.00000,0.00000,NULL,NULL,52.00000,0,0,0,0,0,0,NULL,0,NULL,0),(738,2,38,'aggregation',1698933582,2,1,6,NULL,70.00000,0.00000,NULL,NULL,61.60000,0,0,0,0,0,0,NULL,0,NULL,0),(739,2,133,'mod/forum',1698933592,2,12,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(740,2,169,'aggregation',1698933592,2,14,11,NULL,60.00000,0.00000,NULL,NULL,60.00000,0,0,0,0,0,0,NULL,0,NULL,0),(741,2,8,'aggregation',1698933592,2,1,11,NULL,70.00000,0.00000,NULL,NULL,70.00000,0,0,0,0,0,0,NULL,0,NULL,0),(742,2,136,'mod/forum',1698933598,2,12,14,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(743,2,172,'aggregation',1698933598,2,14,14,NULL,60.00000,0.00000,NULL,NULL,58.00000,0,0,0,0,0,0,NULL,0,NULL,0),(744,2,29,'aggregation',1698933598,2,1,14,NULL,70.00000,0.00000,NULL,NULL,60.20000,0,0,0,0,0,0,NULL,0,NULL,0),(745,2,140,'mod/forum',1698933608,2,12,19,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(746,2,176,'aggregation',1698933608,2,14,19,NULL,60.00000,0.00000,NULL,NULL,60.00000,0,0,0,0,0,0,NULL,0,NULL,0),(747,2,32,'aggregation',1698933608,2,1,19,NULL,70.00000,0.00000,NULL,NULL,64.40000,0,0,0,0,0,0,NULL,0,NULL,0),(748,2,141,'mod/forum',1698933613,2,12,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(749,2,177,'aggregation',1698933613,2,14,20,NULL,60.00000,0.00000,NULL,NULL,56.00000,0,0,0,0,0,0,NULL,0,NULL,0),(750,2,41,'aggregation',1698933614,2,1,20,NULL,70.00000,0.00000,NULL,NULL,67.20000,0,0,0,0,0,0,NULL,0,NULL,0),(751,2,142,'mod/forum',1698933622,2,12,21,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(752,2,178,'aggregation',1698933622,2,14,21,NULL,60.00000,0.00000,NULL,NULL,48.00000,0,0,0,0,0,0,NULL,0,NULL,0),(753,2,70,'aggregation',1698933622,2,1,21,NULL,70.00000,0.00000,NULL,NULL,61.60000,0,0,0,0,0,0,NULL,0,NULL,0),(754,2,143,'mod/forum',1698933628,2,12,22,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(755,2,179,'aggregation',1698933628,2,14,22,NULL,60.00000,0.00000,NULL,NULL,44.00000,0,0,0,0,0,0,NULL,0,NULL,0),(756,2,14,'aggregation',1698933629,2,1,22,NULL,60.00000,0.00000,NULL,NULL,44.00000,0,0,0,0,0,0,NULL,0,NULL,0),(757,2,144,'mod/forum',1698933633,2,12,23,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(758,2,180,'aggregation',1698933633,2,14,23,NULL,60.00000,0.00000,NULL,NULL,56.00000,0,0,0,0,0,0,NULL,0,NULL,0),(759,2,17,'aggregation',1698933633,2,1,23,NULL,70.00000,0.00000,NULL,NULL,64.40000,0,0,0,0,0,0,NULL,0,NULL,0),(760,2,121,'mod/forum',1698933668,2,11,17,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(761,2,193,'aggregation',1698933668,2,15,17,NULL,10.00000,0.00000,NULL,NULL,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(762,2,5,'aggregation',1698933668,2,1,17,NULL,40.00000,0.00000,NULL,NULL,24.00000,0,0,0,0,0,0,NULL,0,NULL,0),(763,2,24,'gradebook',1699285818,2,7,13,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1699285818,0,NULL,0,NULL,0),(764,2,171,'aggregation',1699285818,2,14,13,NULL,50.00000,0.00000,NULL,NULL,46.00000,0,0,0,0,0,0,NULL,0,NULL,0),(765,2,23,'aggregation',1699285818,2,1,13,NULL,60.00000,0.00000,NULL,NULL,57.12000,0,0,0,0,0,0,NULL,0,NULL,0),(766,2,112,'gradebook',1699285899,2,11,7,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1699285899,0,NULL,0,NULL,0),(767,2,184,'aggregation',1699285899,2,15,7,NULL,10.00000,0.00000,NULL,NULL,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(768,2,35,'aggregation',1699285899,2,1,7,NULL,50.00000,0.00000,NULL,NULL,33.00000,0,0,0,0,0,0,NULL,0,NULL,0),(769,2,257,'gradebook',1699286220,2,17,7,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,1699286220,0,NULL,0,NULL,0),(770,2,166,'aggregation',1699286220,2,14,7,NULL,50.00000,0.00000,NULL,NULL,38.00000,0,0,0,0,0,0,NULL,0,NULL,0),(771,2,35,'aggregation',1699286220,2,1,7,NULL,60.00000,0.00000,NULL,NULL,41.76000,0,0,0,0,0,0,NULL,0,NULL,0),(772,2,255,'mod/forum',1699538411,2,17,5,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(773,2,164,'aggregation',1699538411,2,14,5,NULL,70.00000,0.00000,NULL,NULL,58.00000,0,0,0,0,0,0,NULL,0,NULL,0),(774,2,47,'aggregation',1699538411,2,1,5,NULL,80.00000,0.00000,NULL,NULL,65.37143,0,0,0,0,0,0,NULL,0,NULL,0),(775,2,256,'mod/forum',1699538415,2,17,6,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(776,2,165,'aggregation',1699538415,2,14,6,NULL,70.00000,0.00000,NULL,NULL,58.00000,0,0,0,0,0,0,NULL,0,NULL,0),(777,2,38,'aggregation',1699538415,2,1,6,NULL,80.00000,0.00000,NULL,NULL,68.57143,0,0,0,0,0,0,NULL,0,NULL,0),(778,2,261,'mod/forum',1699538427,2,17,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(779,2,169,'aggregation',1699538427,2,14,11,NULL,70.00000,0.00000,NULL,NULL,70.00000,0,0,0,0,0,0,NULL,0,NULL,0),(780,2,8,'aggregation',1699538427,2,1,11,NULL,80.00000,0.00000,NULL,NULL,80.00000,0,0,0,0,0,0,NULL,0,NULL,0),(781,2,263,'mod/forum',1699538439,2,17,13,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(782,2,171,'aggregation',1699538439,2,14,13,NULL,60.00000,0.00000,NULL,NULL,56.00000,0,0,0,0,0,0,NULL,0,NULL,0),(783,2,23,'aggregation',1699538439,2,1,13,NULL,70.00000,0.00000,NULL,NULL,67.20000,0,0,0,0,0,0,NULL,0,NULL,0),(784,2,264,'mod/forum',1699538443,2,17,14,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(785,2,172,'aggregation',1699538443,2,14,14,NULL,70.00000,0.00000,NULL,NULL,68.00000,0,0,0,0,0,0,NULL,0,NULL,0),(786,2,29,'aggregation',1699538443,2,1,14,NULL,80.00000,0.00000,NULL,NULL,69.02857,0,0,0,0,0,0,NULL,0,NULL,0),(787,2,267,'mod/forum',1699538454,2,17,17,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(788,2,175,'aggregation',1699538454,2,14,17,NULL,40.00000,0.00000,NULL,NULL,24.00000,0,0,0,0,0,0,NULL,0,NULL,0),(789,2,5,'aggregation',1699538454,2,1,17,NULL,50.00000,0.00000,NULL,NULL,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(790,2,269,'mod/forum',1699538462,2,17,19,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(791,2,176,'aggregation',1699538462,2,14,19,NULL,70.00000,0.00000,NULL,NULL,70.00000,0,0,0,0,0,0,NULL,0,NULL,0),(792,2,32,'aggregation',1699538462,2,1,19,NULL,80.00000,0.00000,NULL,NULL,73.60000,0,0,0,0,0,0,NULL,0,NULL,0),(793,2,270,'mod/forum',1699538467,2,17,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(794,2,177,'aggregation',1699538467,2,14,20,NULL,70.00000,0.00000,NULL,NULL,66.00000,0,0,0,0,0,0,NULL,0,NULL,0),(795,2,41,'aggregation',1699538467,2,1,20,NULL,80.00000,0.00000,NULL,NULL,77.25714,0,0,0,0,0,0,NULL,0,NULL,0),(796,2,271,'mod/forum',1699538473,2,17,21,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(797,2,178,'aggregation',1699538473,2,14,21,NULL,70.00000,0.00000,NULL,NULL,58.00000,0,0,0,0,0,0,NULL,0,NULL,0),(798,2,70,'aggregation',1699538474,2,1,21,NULL,80.00000,0.00000,NULL,NULL,71.77143,0,0,0,0,0,0,NULL,0,NULL,0),(799,2,272,'mod/forum',1699538479,2,17,22,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(800,2,179,'aggregation',1699538479,2,14,22,NULL,70.00000,0.00000,NULL,NULL,54.00000,0,0,0,0,0,0,NULL,0,NULL,0),(801,2,14,'aggregation',1699538480,2,1,22,NULL,70.00000,0.00000,NULL,NULL,54.00000,0,0,0,0,0,0,NULL,0,NULL,0),(802,2,273,'mod/forum',1699538484,2,17,23,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(803,2,180,'aggregation',1699538484,2,14,23,NULL,70.00000,0.00000,NULL,NULL,66.00000,0,0,0,0,0,0,NULL,0,NULL,0),(804,2,17,'aggregation',1699538484,2,1,23,NULL,80.00000,0.00000,NULL,NULL,74.05714,0,0,0,0,0,0,NULL,0,NULL,0),(805,1,295,'system',1699768418,2,19,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(806,1,296,'system',1699768419,2,19,4,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(807,1,297,'system',1699768419,2,19,5,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(808,1,298,'system',1699768419,2,19,6,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(809,1,299,'system',1699768419,2,19,7,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(810,1,300,'system',1699768419,2,19,8,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(811,1,301,'system',1699768419,2,19,9,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(812,1,302,'system',1699768419,2,19,10,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(813,1,303,'system',1699768419,2,19,11,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(814,1,304,'system',1699768419,2,19,12,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(815,1,305,'system',1699768419,2,19,13,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(816,1,306,'system',1699768419,2,19,14,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(817,1,307,'system',1699768419,2,19,15,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(818,1,308,'system',1699768419,2,19,16,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(819,1,309,'system',1699768419,2,19,17,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(820,1,310,'system',1699768419,2,19,18,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(821,1,311,'system',1699768419,2,19,19,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(822,1,312,'system',1699768419,2,19,20,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(823,1,313,'system',1699768419,2,19,21,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(824,1,314,'system',1699768419,2,19,22,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(825,1,315,'system',1699768419,2,19,23,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(826,1,316,'system',1699768494,2,20,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(827,1,317,'system',1699768494,2,20,4,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(828,1,318,'system',1699768494,2,20,5,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(829,1,319,'system',1699768494,2,20,6,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(830,1,320,'system',1699768494,2,20,7,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(831,1,321,'system',1699768495,2,20,8,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(832,1,322,'system',1699768495,2,20,9,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(833,1,323,'system',1699768495,2,20,10,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(834,1,324,'system',1699768495,2,20,11,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(835,1,325,'system',1699768495,2,20,12,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(836,1,326,'system',1699768495,2,20,13,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(837,1,327,'system',1699768495,2,20,14,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(838,1,328,'system',1699768495,2,20,15,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(839,1,329,'system',1699768495,2,20,16,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(840,1,330,'system',1699768495,2,20,17,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(841,1,331,'system',1699768495,2,20,18,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(842,1,332,'system',1699768495,2,20,19,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(843,1,333,'system',1699768495,2,20,20,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(844,1,334,'system',1699768495,2,20,21,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(845,1,335,'system',1699768495,2,20,22,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(846,1,336,'system',1699768495,2,20,23,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(847,2,135,'mod/forum',1700015186,2,12,13,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(848,2,171,'aggregation',1700015186,2,14,13,NULL,70.00000,0.00000,NULL,NULL,62.00000,0,0,0,0,0,0,NULL,0,NULL,0),(849,2,23,'aggregation',1700015187,2,1,13,NULL,80.00000,0.00000,NULL,NULL,74.51429,0,0,0,0,0,0,NULL,0,NULL,0),(850,2,138,'mod/forum',1700015194,2,12,16,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(851,2,174,'aggregation',1700015194,2,14,16,NULL,60.00000,0.00000,NULL,NULL,52.00000,0,0,0,0,0,0,NULL,0,NULL,0),(852,2,2,'aggregation',1700015194,2,1,16,NULL,70.00000,0.00000,NULL,NULL,64.40000,0,0,0,0,0,0,NULL,0,NULL,0),(853,2,266,'mod/forum',1700015231,2,17,16,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(854,2,174,'aggregation',1700015231,2,14,16,NULL,70.00000,0.00000,NULL,NULL,58.00000,0,0,0,0,0,0,NULL,0,NULL,0),(855,2,2,'aggregation',1700015231,2,1,16,NULL,80.00000,0.00000,NULL,NULL,71.77143,0,0,0,0,0,0,NULL,0,NULL,0),(856,2,318,'mod/forum',1700015266,2,20,5,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(857,2,164,'aggregation',1700015267,2,14,5,NULL,80.00000,0.00000,NULL,NULL,68.00000,0,0,0,0,0,0,NULL,0,NULL,0),(858,2,47,'aggregation',1700015267,2,1,5,NULL,90.00000,0.00000,NULL,NULL,74.70000,0,0,0,0,0,0,NULL,0,NULL,0),(859,2,324,'mod/forum',1700015284,2,20,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(860,2,169,'aggregation',1700015284,2,14,11,NULL,80.00000,0.00000,NULL,NULL,80.00000,0,0,0,0,0,0,NULL,0,NULL,0),(861,2,8,'aggregation',1700015284,2,1,11,NULL,90.00000,0.00000,NULL,NULL,90.00000,0,0,0,0,0,0,NULL,0,NULL,0),(862,2,326,'mod/forum',1700015295,2,20,13,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(863,2,171,'aggregation',1700015295,2,14,13,NULL,80.00000,0.00000,NULL,NULL,72.00000,0,0,0,0,0,0,NULL,0,NULL,0),(864,2,23,'aggregation',1700015295,2,1,13,NULL,90.00000,0.00000,NULL,NULL,84.60000,0,0,0,0,0,0,NULL,0,NULL,0),(865,2,332,'mod/forum',1700015305,2,20,19,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(866,2,176,'aggregation',1700015305,2,14,19,NULL,80.00000,0.00000,NULL,NULL,80.00000,0,0,0,0,0,0,NULL,0,NULL,0),(867,2,32,'aggregation',1700015305,2,1,19,NULL,90.00000,0.00000,NULL,NULL,82.80000,0,0,0,0,0,0,NULL,0,NULL,0),(868,2,334,'mod/forum',1700024737,2,20,21,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(869,2,178,'aggregation',1700024737,2,14,21,NULL,80.00000,0.00000,NULL,NULL,68.00000,0,0,0,0,0,0,NULL,0,NULL,0),(870,2,70,'aggregation',1700024737,2,1,21,NULL,90.00000,0.00000,NULL,NULL,81.90000,0,0,0,0,0,0,NULL,0,NULL,0),(871,2,319,'mod/forum',1700154221,2,20,6,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(872,2,165,'aggregation',1700154221,2,14,6,NULL,80.00000,0.00000,NULL,NULL,68.00000,0,0,0,0,0,0,NULL,0,NULL,0),(873,2,38,'aggregation',1700154221,2,1,6,NULL,90.00000,0.00000,NULL,NULL,78.30000,0,0,0,0,0,0,NULL,0,NULL,0),(874,2,329,'mod/forum',1700154236,2,20,16,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(875,2,174,'aggregation',1700154236,2,14,16,NULL,80.00000,0.00000,NULL,NULL,64.00000,0,0,0,0,0,0,NULL,0,NULL,0),(876,2,2,'aggregation',1700154236,2,1,16,NULL,90.00000,0.00000,NULL,NULL,79.20000,0,0,0,0,0,0,NULL,0,NULL,0),(877,2,330,'mod/forum',1700154240,2,20,17,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(878,2,175,'aggregation',1700154240,2,14,17,NULL,50.00000,0.00000,NULL,NULL,34.00000,0,0,0,0,0,0,NULL,0,NULL,0),(879,2,5,'aggregation',1700154240,2,1,17,NULL,60.00000,0.00000,NULL,NULL,38.88000,0,0,0,0,0,0,NULL,0,NULL,0),(880,2,333,'mod/forum',1700154248,2,20,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(881,2,177,'aggregation',1700154248,2,14,20,NULL,80.00000,0.00000,NULL,NULL,76.00000,0,0,0,0,0,0,NULL,0,NULL,0),(882,2,41,'aggregation',1700154248,2,1,20,NULL,90.00000,0.00000,NULL,NULL,87.30000,0,0,0,0,0,0,NULL,0,NULL,0),(883,2,336,'mod/forum',1700154257,2,20,23,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(884,2,180,'aggregation',1700154257,2,14,23,NULL,80.00000,0.00000,NULL,NULL,72.00000,0,0,0,0,0,0,NULL,0,NULL,0),(885,2,17,'aggregation',1700154257,2,1,23,NULL,90.00000,0.00000,NULL,NULL,81.00000,0,0,0,0,0,0,NULL,0,NULL,0),(886,2,276,'mod/forum',1700154279,2,18,5,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(887,2,182,'aggregation',1700154279,2,15,5,NULL,20.00000,0.00000,NULL,NULL,18.00000,0,0,0,0,0,0,NULL,0,NULL,0),(888,2,47,'aggregation',1700154279,2,1,5,NULL,100.00000,0.00000,NULL,NULL,87.00000,0,0,0,0,0,0,NULL,0,NULL,0),(889,2,277,'mod/forum',1700154283,2,18,6,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(890,2,183,'aggregation',1700154283,2,15,6,NULL,20.00000,0.00000,NULL,NULL,19.00000,0,0,0,0,0,0,NULL,0,NULL,0),(891,2,38,'aggregation',1700154283,2,1,6,NULL,100.00000,0.00000,NULL,NULL,89.00000,0,0,0,0,0,0,NULL,0,NULL,0),(892,2,282,'mod/forum',1700154293,2,18,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(893,2,187,'aggregation',1700154293,2,15,11,NULL,20.00000,0.00000,NULL,NULL,20.00000,0,0,0,0,0,0,NULL,0,NULL,0),(894,2,8,'aggregation',1700154293,2,1,11,NULL,100.00000,0.00000,NULL,NULL,100.00000,0,0,0,0,0,0,NULL,0,NULL,0),(895,2,285,'mod/forum',1700154313,2,18,14,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(896,2,190,'aggregation',1700154313,2,15,14,NULL,20.00000,0.00000,NULL,NULL,17.00000,0,0,0,0,0,0,NULL,0,NULL,0),(897,2,29,'aggregation',1700154314,2,1,14,NULL,90.00000,0.00000,NULL,NULL,83.05714,0,0,0,0,0,0,NULL,0,NULL,0),(898,2,291,'mod/forum',1700154321,2,18,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(899,2,195,'aggregation',1700154322,2,15,20,NULL,20.00000,0.00000,NULL,NULL,20.00000,0,0,0,0,0,0,NULL,0,NULL,0),(900,2,41,'aggregation',1700154322,2,1,20,NULL,100.00000,0.00000,NULL,NULL,97.00000,0,0,0,0,0,0,NULL,0,NULL,0),(901,2,294,'mod/forum',1700154333,2,18,23,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(902,2,198,'aggregation',1700154333,2,15,23,NULL,20.00000,0.00000,NULL,NULL,19.00000,0,0,0,0,0,0,NULL,0,NULL,0),(903,2,17,'aggregation',1700154333,2,1,23,NULL,100.00000,0.00000,NULL,NULL,92.00000,0,0,0,0,0,0,NULL,0,NULL,0),(904,1,337,'system',1700539476,2,21,2,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(905,1,338,'system',1700539476,2,21,4,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(906,1,339,'system',1700539476,2,21,5,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(907,1,340,'system',1700539476,2,21,6,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(908,1,341,'system',1700539476,2,21,7,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(909,1,342,'system',1700539476,2,21,8,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(910,1,343,'system',1700539476,2,21,9,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(911,1,344,'system',1700539476,2,21,10,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(912,1,345,'system',1700539476,2,21,11,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(913,1,346,'system',1700539476,2,21,12,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(914,1,347,'system',1700539476,2,21,13,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(915,1,348,'system',1700539476,2,21,14,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(916,1,349,'system',1700539476,2,21,15,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(917,1,350,'system',1700539476,2,21,16,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(918,1,351,'system',1700539476,2,21,17,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(919,1,352,'system',1700539476,2,21,18,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(920,1,353,'system',1700539476,2,21,19,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(921,1,354,'system',1700539476,2,21,20,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(922,1,355,'system',1700539476,2,21,21,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(923,1,356,'system',1700539476,2,21,22,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(924,1,357,'system',1700539476,2,21,23,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(925,2,337,NULL,1700539955,2,21,2,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(926,2,338,NULL,1700539955,2,21,4,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(927,2,339,NULL,1700539955,2,21,5,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(928,2,340,NULL,1700539955,2,21,6,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(929,2,341,NULL,1700539955,2,21,7,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(930,2,342,NULL,1700539955,2,21,8,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(931,2,343,NULL,1700539955,2,21,9,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(932,2,344,NULL,1700539955,2,21,10,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(933,2,345,NULL,1700539955,2,21,11,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(934,2,346,NULL,1700539955,2,21,12,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(935,2,347,NULL,1700539955,2,21,13,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(936,2,348,NULL,1700539955,2,21,14,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(937,2,349,NULL,1700539955,2,21,15,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(938,2,350,NULL,1700539955,2,21,16,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(939,2,351,NULL,1700539955,2,21,17,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(940,2,352,NULL,1700539955,2,21,18,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(941,2,353,NULL,1700539955,2,21,19,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(942,2,354,NULL,1700539955,2,21,20,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(943,2,355,NULL,1700539955,2,21,21,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(944,2,356,NULL,1700539955,2,21,22,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(945,2,357,NULL,1700539955,2,21,23,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(946,2,350,'mod/assign',1700539955,2,21,16,NULL,100.00000,0.00000,NULL,-1,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(947,2,21,'mod/forum',1700589475,2,7,15,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(948,2,173,'aggregation',1700589475,2,14,15,NULL,20.00000,0.00000,NULL,NULL,12.00000,0,0,0,0,0,0,NULL,0,NULL,0),(949,2,20,'aggregation',1700589475,2,1,15,NULL,20.00000,0.00000,NULL,NULL,12.00000,0,0,0,0,0,0,NULL,0,NULL,0),(950,2,298,'mod/forum',1700589700,2,19,6,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(951,2,183,'aggregation',1700589700,2,15,6,NULL,30.00000,0.00000,NULL,NULL,29.00000,0,0,0,0,0,0,NULL,0,NULL,0),(952,2,38,'aggregation',1700589700,2,1,6,NULL,110.00000,0.00000,NULL,NULL,98.63333,0,0,0,0,0,0,NULL,0,NULL,0),(953,2,315,'mod/forum',1700589724,2,19,23,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(954,2,198,'aggregation',1700589724,2,15,23,NULL,30.00000,0.00000,NULL,NULL,29.00000,0,0,0,0,0,0,NULL,0,NULL,0),(955,2,17,'aggregation',1700589724,2,1,23,NULL,110.00000,0.00000,NULL,NULL,101.93333,0,0,0,0,0,0,NULL,0,NULL,0),(956,2,292,'mod/forum',1700711342,2,18,21,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(957,2,196,'aggregation',1700711342,2,15,21,NULL,20.00000,0.00000,NULL,NULL,16.00000,0,0,0,0,0,0,NULL,0,NULL,0),(958,2,70,'aggregation',1700711342,2,1,21,NULL,100.00000,0.00000,NULL,NULL,83.00000,0,0,0,0,0,0,NULL,0,NULL,0),(959,2,312,'mod/forum',1700711411,2,19,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(960,2,195,'aggregation',1700711411,2,15,20,NULL,30.00000,0.00000,NULL,NULL,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(961,2,41,'aggregation',1700711411,2,1,20,NULL,110.00000,0.00000,NULL,NULL,106.70000,0,0,0,0,0,0,NULL,0,NULL,0),(962,2,274,'mod/forum',1700887667,2,18,2,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(963,2,275,'mod/forum',1700887667,2,18,4,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(964,2,278,'mod/forum',1700887667,2,18,7,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(965,2,279,'mod/forum',1700887667,2,18,8,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(966,2,280,'mod/forum',1700887668,2,18,9,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(967,2,281,'mod/forum',1700887668,2,18,10,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(968,2,283,'mod/forum',1700887668,2,18,12,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(969,2,284,'mod/forum',1700887668,2,18,13,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(970,2,286,'mod/forum',1700887668,2,18,15,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(971,2,287,'mod/forum',1700887668,2,18,16,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(972,2,288,'mod/forum',1700887668,2,18,17,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(973,2,289,'mod/forum',1700887668,2,18,18,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(974,2,290,'mod/forum',1700887668,2,18,19,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(975,2,293,'mod/forum',1700887668,2,18,22,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(976,2,295,'mod/forum',1700887671,2,19,2,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(977,2,296,'mod/forum',1700887671,2,19,4,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(978,2,297,'mod/forum',1700887671,2,19,5,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(979,2,299,'mod/forum',1700887671,2,19,7,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(980,2,300,'mod/forum',1700887671,2,19,8,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(981,2,301,'mod/forum',1700887671,2,19,9,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(982,2,302,'mod/forum',1700887671,2,19,10,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(983,2,303,'mod/forum',1700887671,2,19,11,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(984,2,304,'mod/forum',1700887671,2,19,12,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(985,2,305,'mod/forum',1700887671,2,19,13,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(986,2,306,'mod/forum',1700887671,2,19,14,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(987,2,307,'mod/forum',1700887671,2,19,15,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(988,2,308,'mod/forum',1700887671,2,19,16,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(989,2,309,'mod/forum',1700887671,2,19,17,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(990,2,310,'mod/forum',1700887671,2,19,18,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(991,2,311,'mod/forum',1700887671,2,19,19,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(992,2,313,'mod/forum',1700887671,2,19,21,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(993,2,314,'mod/forum',1700887671,2,19,22,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(994,2,353,'mod/assign',1700903770,19,21,19,NULL,10.00000,0.00000,NULL,19,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(995,2,345,'mod/assign',1701003813,11,21,11,NULL,10.00000,0.00000,NULL,11,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(996,2,305,'mod/forum',1701024487,2,19,13,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(997,2,189,'aggregation',1701024487,2,15,13,NULL,20.00000,0.00000,NULL,NULL,16.00000,0,0,0,0,0,0,NULL,0,NULL,0),(998,2,23,'aggregation',1701024487,2,1,13,NULL,100.00000,0.00000,NULL,NULL,86.00000,0,0,0,0,0,0,NULL,0,NULL,0),(999,2,311,'mod/forum',1701024497,2,19,19,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1000,2,194,'aggregation',1701024497,2,15,19,NULL,20.00000,0.00000,NULL,NULL,14.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1001,2,32,'aggregation',1701024497,2,1,19,NULL,100.00000,0.00000,NULL,NULL,88.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1002,2,284,'mod/forum',1701024580,2,18,13,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1003,2,189,'aggregation',1701024580,2,15,13,NULL,30.00000,0.00000,NULL,NULL,22.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1004,2,23,'aggregation',1701024581,2,1,13,NULL,110.00000,0.00000,NULL,NULL,91.66667,0,0,0,0,0,0,NULL,0,NULL,0),(1005,2,290,'mod/forum',1701024588,2,18,19,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1006,2,194,'aggregation',1701024588,2,15,19,NULL,30.00000,0.00000,NULL,NULL,20.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1007,2,32,'aggregation',1701024588,2,1,19,NULL,110.00000,0.00000,NULL,NULL,95.33333,0,0,0,0,0,0,NULL,0,NULL,0),(1008,1,358,'system',1701062211,2,22,2,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1009,1,359,'system',1701062211,2,22,4,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1010,1,360,'system',1701062211,2,22,5,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1011,1,361,'system',1701062211,2,22,6,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1012,1,362,'system',1701062211,2,22,7,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1013,1,363,'system',1701062211,2,22,8,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1014,1,364,'system',1701062211,2,22,9,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1015,1,365,'system',1701062211,2,22,10,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1016,1,366,'system',1701062211,2,22,11,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1017,1,367,'system',1701062211,2,22,12,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1018,1,368,'system',1701062211,2,22,13,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1019,1,369,'system',1701062211,2,22,14,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1020,1,370,'system',1701062212,2,22,15,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1021,1,371,'system',1701062212,2,22,16,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1022,1,372,'system',1701062212,2,22,17,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1023,1,373,'system',1701062212,2,22,18,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1024,1,374,'system',1701062212,2,22,19,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1025,1,375,'system',1701062212,2,22,20,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1026,1,376,'system',1701062212,2,22,21,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1027,1,377,'system',1701062212,2,22,22,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1028,1,378,'system',1701062212,2,22,23,NULL,10.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1029,2,348,'mod/assign',1701127517,14,21,14,NULL,10.00000,0.00000,NULL,14,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1030,2,327,'mod/forum',1701135084,2,20,14,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1031,2,172,'aggregation',1701135084,2,14,14,NULL,80.00000,0.00000,NULL,NULL,78.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1032,2,29,'aggregation',1701135084,2,1,14,NULL,100.00000,0.00000,NULL,NULL,92.50000,0,0,0,0,0,0,NULL,0,NULL,0),(1033,2,329,'mod/forum',1701135092,2,20,16,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1034,2,174,'aggregation',1701135092,2,14,16,NULL,80.00000,0.00000,NULL,NULL,68.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1035,2,2,'aggregation',1701135092,2,1,16,NULL,90.00000,0.00000,NULL,NULL,81.90000,0,0,0,0,0,0,NULL,0,NULL,0),(1036,2,335,'mod/forum',1701135102,2,20,22,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1037,2,179,'aggregation',1701135102,2,14,22,NULL,80.00000,0.00000,NULL,NULL,64.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1038,2,14,'aggregation',1701135102,2,1,22,NULL,80.00000,0.00000,NULL,NULL,64.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1039,2,336,'mod/forum',1701135107,2,20,23,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1040,2,180,'aggregation',1701135107,2,14,23,NULL,80.00000,0.00000,NULL,NULL,76.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1041,2,17,'aggregation',1701135107,2,1,23,NULL,110.00000,0.00000,NULL,NULL,105.23333,0,0,0,0,0,0,NULL,0,NULL,0),(1042,2,357,'mod/assign',1701141718,23,21,23,NULL,10.00000,0.00000,NULL,23,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1043,2,340,'mod/assign',1701175527,6,21,6,NULL,10.00000,0.00000,NULL,6,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1044,2,357,'mod/assign',1701176661,23,21,23,NULL,10.00000,0.00000,NULL,23,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1045,2,354,'mod/assign',1701198217,20,21,20,NULL,10.00000,0.00000,NULL,20,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1046,2,357,'mod/assign',1701235124,23,21,23,NULL,10.00000,0.00000,NULL,23,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1047,2,339,'mod/assign',1701245539,5,21,5,NULL,10.00000,0.00000,NULL,5,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1048,2,356,'mod/assign',1701250991,22,21,22,NULL,10.00000,0.00000,NULL,22,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1049,2,297,'mod/forum',1701268660,2,19,5,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1050,2,182,'aggregation',1701268660,2,15,5,NULL,30.00000,0.00000,NULL,NULL,24.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1051,2,47,'aggregation',1701268660,2,1,5,NULL,110.00000,0.00000,NULL,NULL,91.30000,0,0,0,0,0,0,NULL,0,NULL,0),(1052,2,347,'gradebook',1701268890,2,21,13,NULL,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,1701268890,0,NULL,0,NULL,0),(1053,2,189,'aggregation',1701268890,2,15,13,NULL,40.00000,0.00000,NULL,NULL,32.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1054,2,23,'aggregation',1701268891,2,1,13,NULL,120.00000,0.00000,NULL,NULL,103.20000,0,0,0,0,0,0,NULL,0,NULL,0),(1055,2,355,'mod/assign',1701318171,21,21,21,NULL,10.00000,0.00000,NULL,21,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1056,2,62,'mod/forum',1701371030,2,8,15,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1057,2,173,'aggregation',1701371030,2,14,15,NULL,30.00000,0.00000,NULL,NULL,18.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1058,2,20,'aggregation',1701371031,2,1,15,NULL,30.00000,0.00000,NULL,NULL,18.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1059,2,350,'mod/assign',1701405656,16,21,16,NULL,10.00000,0.00000,NULL,16,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1060,2,368,'mod/assign',1701423645,13,22,13,NULL,10.00000,0.00000,NULL,13,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1061,2,378,'mod/assign',1701448510,23,22,23,NULL,10.00000,0.00000,NULL,23,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1062,2,369,'mod/assign',1701505526,14,22,14,NULL,10.00000,0.00000,NULL,14,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1063,2,371,'mod/assign',1701669243,16,22,16,NULL,10.00000,0.00000,NULL,16,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1064,2,360,'mod/assign',1701680284,5,22,5,NULL,10.00000,0.00000,NULL,5,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1065,2,374,'mod/assign',1701758599,19,22,19,NULL,10.00000,0.00000,NULL,19,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1066,2,361,'mod/assign',1701778298,6,22,6,NULL,10.00000,0.00000,NULL,6,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1067,2,375,'mod/assign',1701797019,20,22,20,NULL,10.00000,0.00000,NULL,20,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1068,2,376,'mod/assign',1701846458,21,22,21,NULL,10.00000,0.00000,NULL,21,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1069,2,377,'mod/assign',1701852515,22,22,22,NULL,10.00000,0.00000,NULL,22,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1070,2,366,'mod/assign',1701864058,11,22,11,NULL,10.00000,0.00000,NULL,11,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1071,2,303,'mod/forum',1701920382,2,19,11,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1072,2,187,'aggregation',1701920382,2,15,11,NULL,30.00000,0.00000,NULL,NULL,26.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1073,2,8,'aggregation',1701920382,2,1,11,NULL,110.00000,0.00000,NULL,NULL,104.13333,0,0,0,0,0,0,NULL,0,NULL,0),(1074,2,339,'mod/assign',1701920660,2,21,5,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">很棒的分析,富有神學見解!你的導演理念也很具體,讓人容易揣摩想像。</p>',1,NULL,0),(1075,2,182,'aggregation',1701920660,2,15,5,NULL,40.00000,0.00000,NULL,NULL,34.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1076,2,47,'aggregation',1701920660,2,1,5,NULL,120.00000,0.00000,NULL,NULL,102.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1077,2,340,'mod/assign',1701920718,2,21,6,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">很棒的分析,富有神學見解!你的導演理念也很具體而且有層次。<br></p>',1,NULL,0),(1078,2,183,'aggregation',1701920719,2,15,6,NULL,40.00000,0.00000,NULL,NULL,39.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1079,2,38,'aggregation',1701920719,2,1,6,NULL,120.00000,0.00000,NULL,NULL,108.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1080,2,340,'mod/assign',1701920728,2,21,6,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align:left;\">很棒的分析,富有神學見解!你的導演理念也很具體而且有層次。<br /></p>',1,NULL,0),(1081,2,345,'mod/assign',1701920853,2,21,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">很棒的分析(解經)!你的導演理念也很清楚。<br></p>',1,NULL,0),(1082,2,187,'aggregation',1701920853,2,15,11,NULL,40.00000,0.00000,NULL,NULL,36.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1083,2,8,'aggregation',1701920853,2,1,11,NULL,120.00000,0.00000,NULL,NULL,115.20000,0,0,0,0,0,0,NULL,0,NULL,0),(1084,2,348,'mod/assign',1701920906,2,21,14,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1085,2,190,'aggregation',1701920906,2,15,14,NULL,30.00000,0.00000,NULL,NULL,27.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1086,2,29,'aggregation',1701920906,2,1,14,NULL,110.00000,0.00000,NULL,NULL,103.95000,0,0,0,0,0,0,NULL,0,NULL,0),(1087,2,350,'mod/assign',1701920969,2,21,16,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">很棒的分析!你的導演理念的用字很精準,讓人容易揣摩想像。<br></p>',1,NULL,0),(1088,2,192,'aggregation',1701920969,2,15,16,NULL,20.00000,0.00000,NULL,NULL,20.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1089,2,2,'aggregation',1701920969,2,1,16,NULL,100.00000,0.00000,NULL,NULL,91.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1090,2,350,'mod/assign',1701920980,2,21,16,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align:left;\">很棒的分析!你的導演理念的用字很精準,讓人容易揣摩想像。<br /></p>',1,NULL,0),(1091,2,192,'aggregation',1701920981,2,15,16,NULL,20.00000,0.00000,NULL,NULL,16.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1092,2,2,'aggregation',1701920981,2,1,16,NULL,100.00000,0.00000,NULL,NULL,83.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1093,2,353,'mod/assign',1701921066,2,21,19,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">很棒的分析,明確點出重點。你的導演理念也很清楚具體、用字精確,讓人容易明白。<br></p>',1,NULL,0),(1094,2,194,'aggregation',1701921066,2,15,19,NULL,40.00000,0.00000,NULL,NULL,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1095,2,32,'aggregation',1701921066,2,1,19,NULL,120.00000,0.00000,NULL,NULL,108.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1096,2,354,'mod/assign',1701921141,2,21,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">很棒的分析,感謝你附上資料來源。你的導演理念言簡意賅,讓人容易揣摩想像。<br></p>',1,NULL,0),(1097,2,195,'aggregation',1701921141,2,15,20,NULL,40.00000,0.00000,NULL,NULL,40.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1098,2,41,'aggregation',1701921141,2,1,20,NULL,120.00000,0.00000,NULL,NULL,116.40000,0,0,0,0,0,0,NULL,0,NULL,0),(1099,2,355,'mod/assign',1701921171,2,21,21,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1100,2,196,'aggregation',1701921171,2,15,21,NULL,30.00000,0.00000,NULL,NULL,22.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1101,2,70,'aggregation',1701921171,2,1,21,NULL,110.00000,0.00000,NULL,NULL,88.36667,0,0,0,0,0,0,NULL,0,NULL,0),(1102,2,356,'mod/assign',1701921247,2,21,22,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">你的分析非常豐富,而且很有應用空間。導演理念很清楚、具體、有深度。</p>',1,NULL,0),(1103,2,197,'aggregation',1701921247,2,15,22,NULL,10.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1104,2,14,'aggregation',1701921247,2,1,22,NULL,90.00000,0.00000,NULL,NULL,79.20000,0,0,0,0,0,0,NULL,0,NULL,0),(1105,2,357,'mod/assign',1701921310,2,21,23,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">分析得很精準,導演理念也很清楚。 </p>',1,NULL,0),(1106,2,198,'aggregation',1701921310,2,15,23,NULL,40.00000,0.00000,NULL,NULL,39.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1107,2,17,'aggregation',1701921311,2,1,23,NULL,120.00000,0.00000,NULL,NULL,115.20000,0,0,0,0,0,0,NULL,0,NULL,0),(1108,2,360,'mod/assign',1701921614,2,22,5,8.00000,10.00000,0.00000,NULL,2,8.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">我好像只有看到「表面動作」,沒有看到「核心動作」,所以先打8分喔!核心動作我們可以上課時來討論。</p>',1,NULL,0),(1109,2,182,'aggregation',1701921614,2,15,5,NULL,50.00000,0.00000,NULL,NULL,42.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1110,2,47,'aggregation',1701921614,2,1,5,NULL,130.00000,0.00000,NULL,NULL,109.98000,0,0,0,0,0,0,NULL,0,NULL,0),(1111,2,361,'mod/assign',1701921678,2,22,6,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">很好表面動作分析。關於核心動作,記得盡量寫成「讓某某怎樣」的句型。上課時我們可以多討論。</p>',1,NULL,0),(1112,2,183,'aggregation',1701921678,2,15,6,NULL,50.00000,0.00000,NULL,NULL,49.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1113,2,38,'aggregation',1701921679,2,1,6,NULL,130.00000,0.00000,NULL,NULL,117.26000,0,0,0,0,0,0,NULL,0,NULL,0),(1114,2,366,'mod/assign',1701921733,2,22,11,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">表面和核心動作都分析得很好!</p>',1,NULL,0),(1115,2,187,'aggregation',1701921733,2,15,11,NULL,50.00000,0.00000,NULL,NULL,46.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1116,2,8,'aggregation',1701921733,2,1,11,NULL,130.00000,0.00000,NULL,NULL,125.84000,0,0,0,0,0,0,NULL,0,NULL,0),(1117,2,368,'mod/assign',1701921871,2,22,13,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">核心動作的分析在對的方向上。可以盡量用「讓某某怎樣」的句型,例如婦人「讓耶穌停止接近」。表面動作只要分析劇本上有寫的就好了,不用額外設想。</p>',1,NULL,0),(1118,2,189,'aggregation',1701921871,2,15,13,NULL,50.00000,0.00000,NULL,NULL,42.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1119,2,23,'aggregation',1701921871,2,1,13,NULL,130.00000,0.00000,NULL,NULL,113.88000,0,0,0,0,0,0,NULL,0,NULL,0),(1120,2,369,'mod/assign',1701921980,2,22,14,NULL,10.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">表面動作回答得很好!</p><p dir=\"ltr\" style=\"text-align: left;\">核心動作可以盡量用「讓某某怎樣」的句型,例如婦人「讓耶穌不要發現我內心的感受」。</p>',1,NULL,0),(1121,2,369,'mod/assign',1701921994,2,22,14,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align:left;\">表面動作回答得很好!</p><p dir=\"ltr\" style=\"text-align:left;\">核心動作可以盡量用「讓某某怎樣」的句型,例如婦人「讓耶穌不要發現我內心的感受」。</p>',1,NULL,0),(1122,2,190,'aggregation',1701921994,2,15,14,NULL,40.00000,0.00000,NULL,NULL,37.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1123,2,29,'aggregation',1701921994,2,1,14,NULL,120.00000,0.00000,NULL,NULL,114.60000,0,0,0,0,0,0,NULL,0,NULL,0),(1124,2,371,'mod/assign',1701922113,2,22,16,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">表面動作基本上分析得很好,但其實表面動作不用設想劇本提及以外的事情(例如怎麼走路、姿勢如何等等)。核心動作盡量是「讓某某怎樣」的句型,例如婦人「讓耶穌告訴我神的信息和他到底是誰」。</p>',1,NULL,0),(1125,2,192,'aggregation',1701922113,2,15,16,NULL,30.00000,0.00000,NULL,NULL,26.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1126,2,2,'aggregation',1701922113,2,1,16,NULL,110.00000,0.00000,NULL,NULL,94.23333,0,0,0,0,0,0,NULL,0,NULL,0),(1127,2,374,'mod/assign',1701922229,2,22,19,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">表面動作分析得很好!核心動作盡量用「讓某某怎樣」的句型。上課我們會多說。</p>',1,NULL,0),(1128,2,194,'aggregation',1701922229,2,15,19,NULL,50.00000,0.00000,NULL,NULL,40.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1129,2,32,'aggregation',1701922229,2,1,19,NULL,130.00000,0.00000,NULL,NULL,119.60000,0,0,0,0,0,0,NULL,0,NULL,0),(1130,2,375,'mod/assign',1701922340,2,22,20,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">表面動作分析得好。核心動作需要分角色寫(對不起,我沒指示清楚);盡量用「讓某某怎樣」的句型,例如婦人「讓耶穌發現我們兩人身分不宜進行這樣對話」。</p>',1,NULL,0),(1131,2,195,'aggregation',1701922340,2,15,20,NULL,50.00000,0.00000,NULL,NULL,50.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1132,2,41,'aggregation',1701922340,2,1,20,NULL,130.00000,0.00000,NULL,NULL,126.10000,0,0,0,0,0,0,NULL,0,NULL,0),(1133,2,376,'mod/assign',1701922427,2,22,21,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">表面動作分析得很好。核心動作分析得好,但可以轉化成「讓某某怎樣」的句型,這樣會更清楚表現這段戲的重點目標。例如:耶穌「讓婦人明白自己接納她、不會瞧不起她,而且要讓她知道得活水的方法」。</p>',1,NULL,0),(1134,2,196,'aggregation',1701922427,2,15,21,NULL,40.00000,0.00000,NULL,NULL,32.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1135,2,70,'aggregation',1701922428,2,1,21,NULL,120.00000,0.00000,NULL,NULL,99.60000,0,0,0,0,0,0,NULL,0,NULL,0),(1136,2,377,'mod/assign',1701922547,2,22,22,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">表面動作分析得很好。核心動作的方向正確,但可以用「讓某某怎樣」的句型,例如:「讓耶穌離開,不要跟我互動」。</p>',1,NULL,0),(1137,2,197,'aggregation',1701922548,2,15,22,NULL,20.00000,0.00000,NULL,NULL,20.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1138,2,14,'aggregation',1701922548,2,1,22,NULL,100.00000,0.00000,NULL,NULL,88.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1139,2,378,'mod/assign',1701922848,2,22,23,10.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">表面動作可以寫得更簡潔,例如婦人說:「你哪來的活水?你比亞各還大嗎?」可以直接寫成「質疑耶穌」。</p><p dir=\"ltr\" style=\"text-align: left;\">核心動作要是一個當下表演的目標,句型盡量是「讓某某怎樣」,例如耶穌要「讓婦人承認她的婚姻有問題」。</p><p dir=\"ltr\" style=\"text-align: left;\">有如是跟你自己有關,我們上課會多講。</p>',1,NULL,0),(1140,2,198,'aggregation',1701922848,2,15,23,NULL,50.00000,0.00000,NULL,NULL,49.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1141,2,17,'aggregation',1701922848,2,1,23,NULL,130.00000,0.00000,NULL,NULL,125.06000,0,0,0,0,0,0,NULL,0,NULL,0),(1142,1,379,'system',1701956823,2,23,2,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1143,1,380,'system',1701956823,2,23,4,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1144,1,381,'system',1701956823,2,23,5,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1145,1,382,'system',1701956823,2,23,6,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1146,1,383,'system',1701956823,2,23,7,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1147,1,384,'system',1701956823,2,23,8,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1148,1,385,'system',1701956823,2,23,9,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1149,1,386,'system',1701956823,2,23,10,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1150,1,387,'system',1701956823,2,23,11,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1151,1,388,'system',1701956823,2,23,12,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1152,1,389,'system',1701956823,2,23,13,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1153,1,390,'system',1701956823,2,23,14,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1154,1,391,'system',1701956823,2,23,15,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1155,1,392,'system',1701956824,2,23,16,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1156,1,393,'system',1701956824,2,23,17,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1157,1,394,'system',1701956824,2,23,18,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1158,1,395,'system',1701956824,2,23,19,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1159,1,396,'system',1701956824,2,23,20,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1160,1,397,'system',1701956824,2,23,21,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1161,1,398,'system',1701956824,2,23,22,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1162,1,399,'system',1701956824,2,23,23,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1163,2,394,'gradebook',1701957112,2,23,18,NULL,20.00000,0.00000,NULL,2,20.00000,0,0,0,0,1701957112,0,NULL,0,NULL,0),(1164,2,249,'aggregation',1701957112,2,16,18,NULL,20.00000,0.00000,NULL,NULL,20.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1165,2,246,'aggregation',1701957112,2,1,18,NULL,20.00000,0.00000,NULL,NULL,20.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1166,2,394,'gradebook',1701957121,2,23,18,NULL,20.00000,0.00000,NULL,2,NULL,0,0,0,0,1701957121,0,NULL,0,NULL,0),(1167,2,249,'aggregation',1701957121,2,16,18,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1168,2,246,'aggregation',1701957121,2,1,18,NULL,20.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1169,1,400,'system',1701958337,2,24,2,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1170,1,401,'system',1701958337,2,24,4,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1171,1,402,'system',1701958337,2,24,5,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1172,1,403,'system',1701958337,2,24,6,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1173,1,404,'system',1701958337,2,24,7,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1174,1,405,'system',1701958337,2,24,8,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1175,1,406,'system',1701958337,2,24,9,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1176,1,407,'system',1701958337,2,24,10,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1177,1,408,'system',1701958337,2,24,11,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1178,1,409,'system',1701958338,2,24,12,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1179,1,410,'system',1701958338,2,24,13,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1180,1,411,'system',1701958338,2,24,14,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1181,1,412,'system',1701958338,2,24,15,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1182,1,413,'system',1701958338,2,24,16,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1183,1,414,'system',1701958338,2,24,17,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1184,1,415,'system',1701958338,2,24,18,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1185,1,416,'system',1701958338,2,24,19,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1186,1,417,'system',1701958338,2,24,20,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1187,1,418,'system',1701958338,2,24,21,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1188,1,419,'system',1701958338,2,24,22,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1189,1,420,'system',1701958338,2,24,23,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1190,2,293,'mod/forum',1702492994,2,18,22,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1191,2,197,'aggregation',1702492994,2,15,22,NULL,30.00000,0.00000,NULL,NULL,26.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1192,2,14,'aggregation',1702492994,2,1,22,NULL,110.00000,0.00000,NULL,NULL,90.93333,0,0,0,0,0,0,NULL,0,NULL,0),(1193,2,392,'mod/assign',1702951094,16,23,16,NULL,20.00000,0.00000,NULL,16,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1194,2,390,'mod/assign',1702966906,14,23,14,NULL,20.00000,0.00000,NULL,14,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1195,2,346,'mod/assign',1702979803,12,21,12,NULL,10.00000,0.00000,NULL,12,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1196,2,381,'mod/assign',1703040051,5,23,5,NULL,20.00000,0.00000,NULL,5,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1197,2,367,'mod/assign',1703068558,12,22,12,NULL,10.00000,0.00000,NULL,12,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1198,2,388,'mod/assign',1703121577,12,23,12,NULL,20.00000,0.00000,NULL,12,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1199,2,397,'mod/assign',1703125988,21,23,21,NULL,20.00000,0.00000,NULL,21,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1200,2,397,'mod/assign',1703127504,21,23,21,NULL,20.00000,0.00000,NULL,21,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1201,2,397,'mod/assign',1703146211,21,23,21,NULL,20.00000,0.00000,NULL,21,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1202,2,387,'mod/assign',1703150027,11,23,11,NULL,20.00000,0.00000,NULL,11,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1203,2,382,'mod/assign',1703158978,6,23,6,NULL,20.00000,0.00000,NULL,6,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1204,2,396,'mod/assign',1703160626,20,23,20,NULL,20.00000,0.00000,NULL,20,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1205,2,399,'mod/assign',1703162087,23,23,23,NULL,20.00000,0.00000,NULL,23,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1206,2,395,'mod/assign',1703172837,19,23,19,NULL,20.00000,0.00000,NULL,19,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1207,2,398,'mod/assign',1703260125,22,23,22,NULL,20.00000,0.00000,NULL,22,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1208,2,398,'mod/assign',1703332395,22,23,22,NULL,20.00000,0.00000,NULL,22,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1209,2,349,'mod/assign',1703690746,15,21,15,NULL,10.00000,0.00000,NULL,15,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1210,2,349,'mod/assign',1703696263,2,21,15,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1211,2,191,'aggregation',1703696263,2,15,15,NULL,10.00000,0.00000,NULL,NULL,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1212,2,20,'aggregation',1703696263,2,1,15,NULL,40.00000,0.00000,NULL,NULL,24.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1213,2,419,'gradebook',1703696324,2,24,22,NULL,2.00000,0.00000,NULL,2,2.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1214,2,417,'gradebook',1703696324,2,24,20,NULL,2.00000,0.00000,NULL,2,2.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1215,2,308,'gradebook',1703696654,2,19,16,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696654,0,NULL,0,NULL,0),(1216,2,192,'aggregation',1703696654,2,15,16,NULL,40.00000,0.00000,NULL,NULL,32.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1217,2,2,'aggregation',1703696654,2,1,16,NULL,120.00000,0.00000,NULL,NULL,99.60000,0,0,0,0,0,0,NULL,0,NULL,0),(1218,2,125,'gradebook',1703696654,2,11,22,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696654,0,NULL,0,NULL,0),(1219,2,197,'aggregation',1703696654,2,15,22,NULL,40.00000,0.00000,NULL,NULL,32.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1220,2,14,'aggregation',1703696654,2,1,22,NULL,120.00000,0.00000,NULL,NULL,96.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1221,2,314,'gradebook',1703696654,2,19,22,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696654,0,NULL,0,NULL,0),(1222,2,197,'aggregation',1703696654,2,15,22,NULL,50.00000,0.00000,NULL,NULL,38.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1223,2,14,'aggregation',1703696655,2,1,22,NULL,130.00000,0.00000,NULL,NULL,101.92000,0,0,0,0,0,0,NULL,0,NULL,0),(1224,2,313,'gradebook',1703696655,2,19,21,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696655,0,NULL,0,NULL,0),(1225,2,196,'aggregation',1703696655,2,15,21,NULL,50.00000,0.00000,NULL,NULL,38.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1226,2,70,'aggregation',1703696655,2,1,21,NULL,130.00000,0.00000,NULL,NULL,105.82000,0,0,0,0,0,0,NULL,0,NULL,0),(1227,2,83,'gradebook',1703696655,2,9,15,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696655,0,NULL,0,NULL,0),(1228,2,173,'aggregation',1703696655,2,14,15,NULL,40.00000,0.00000,NULL,NULL,24.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1229,2,20,'aggregation',1703696655,2,1,15,NULL,50.00000,0.00000,NULL,NULL,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1230,2,101,'gradebook',1703696655,2,10,15,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696655,0,NULL,0,NULL,0),(1231,2,173,'aggregation',1703696655,2,14,15,NULL,50.00000,0.00000,NULL,NULL,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1232,2,20,'aggregation',1703696655,2,1,15,NULL,60.00000,0.00000,NULL,NULL,36.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1233,2,265,'gradebook',1703696655,2,17,15,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696655,0,NULL,0,NULL,0),(1234,2,173,'aggregation',1703696655,2,14,15,NULL,60.00000,0.00000,NULL,NULL,36.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1235,2,20,'aggregation',1703696655,2,1,15,NULL,70.00000,0.00000,NULL,NULL,42.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1236,2,328,'gradebook',1703696655,2,20,15,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696655,0,NULL,0,NULL,0),(1237,2,173,'aggregation',1703696655,2,14,15,NULL,70.00000,0.00000,NULL,NULL,42.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1238,2,20,'aggregation',1703696656,2,1,15,NULL,80.00000,0.00000,NULL,NULL,48.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1239,2,119,'gradebook',1703696656,2,11,15,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696656,0,NULL,0,NULL,0),(1240,2,191,'aggregation',1703696656,2,15,15,NULL,20.00000,0.00000,NULL,NULL,12.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1241,2,20,'aggregation',1703696656,2,1,15,NULL,90.00000,0.00000,NULL,NULL,54.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1242,2,98,'gradebook',1703696656,2,10,12,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696656,0,NULL,0,NULL,0),(1243,2,170,'aggregation',1703696656,2,14,12,NULL,50.00000,0.00000,NULL,NULL,34.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1244,2,26,'aggregation',1703696656,2,1,12,NULL,50.00000,0.00000,NULL,NULL,34.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1245,2,304,'gradebook',1703696656,2,19,12,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696656,0,NULL,0,NULL,0),(1246,2,188,'aggregation',1703696656,2,15,12,NULL,10.00000,0.00000,NULL,NULL,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1247,2,26,'aggregation',1703696656,2,1,12,NULL,60.00000,0.00000,NULL,NULL,38.88000,0,0,0,0,0,0,NULL,0,NULL,0),(1248,2,306,'gradebook',1703696656,2,19,14,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696656,0,NULL,0,NULL,0),(1249,2,190,'aggregation',1703696656,2,15,14,NULL,50.00000,0.00000,NULL,NULL,43.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1250,2,29,'aggregation',1703696656,2,1,14,NULL,130.00000,0.00000,NULL,NULL,120.77000,0,0,0,0,0,0,NULL,0,NULL,0),(1251,2,367,'mod/assign',1703696745,2,22,12,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1252,2,188,'aggregation',1703696745,2,15,12,NULL,20.00000,0.00000,NULL,NULL,12.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1253,2,26,'aggregation',1703696745,2,1,12,NULL,70.00000,0.00000,NULL,NULL,45.36000,0,0,0,0,0,0,NULL,0,NULL,0),(1254,2,346,'mod/assign',1703696783,2,21,12,6.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1255,2,188,'aggregation',1703696783,2,15,12,NULL,30.00000,0.00000,NULL,NULL,18.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1256,2,26,'aggregation',1703696784,2,1,12,NULL,80.00000,0.00000,NULL,NULL,51.84000,0,0,0,0,0,0,NULL,0,NULL,0),(1257,2,287,'gradebook',1703696855,2,18,16,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696855,0,NULL,0,NULL,0),(1258,2,192,'aggregation',1703696855,2,15,16,NULL,50.00000,0.00000,NULL,NULL,38.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1259,2,2,'aggregation',1703696855,2,1,16,NULL,130.00000,0.00000,NULL,NULL,105.82000,0,0,0,0,0,0,NULL,0,NULL,0),(1260,2,283,'gradebook',1703696855,2,18,12,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703696855,0,NULL,0,NULL,0),(1261,2,188,'aggregation',1703696855,2,15,12,NULL,40.00000,0.00000,NULL,NULL,24.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1262,2,26,'aggregation',1703696855,2,1,12,NULL,90.00000,0.00000,NULL,NULL,58.32000,0,0,0,0,0,0,NULL,0,NULL,0),(1263,2,156,'gradebook',1703697019,2,13,16,NULL,0.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697019,0,NULL,0,NULL,0),(1264,2,2,'aggregation',1703697019,2,1,16,NULL,130.00000,0.00000,NULL,NULL,114.88750,0,0,0,0,0,0,NULL,0,NULL,0),(1265,2,157,'gradebook',1703697019,2,13,17,NULL,0.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697019,0,NULL,0,NULL,0),(1266,2,5,'aggregation',1703697019,2,1,17,NULL,60.00000,0.00000,NULL,NULL,46.80000,0,0,0,0,0,0,NULL,0,NULL,0),(1267,2,151,'gradebook',1703697019,2,13,11,NULL,0.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697019,0,NULL,0,NULL,0),(1268,2,8,'aggregation',1703697019,2,1,11,NULL,130.00000,0.00000,NULL,NULL,127.40000,0,0,0,0,0,0,NULL,0,NULL,0),(1269,2,150,'gradebook',1703697020,2,13,9,NULL,0.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697020,0,NULL,0,NULL,0),(1270,2,161,'gradebook',1703697020,2,13,22,NULL,0.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697020,0,NULL,0,NULL,0),(1271,2,14,'aggregation',1703697020,2,1,22,NULL,130.00000,0.00000,NULL,NULL,112.45000,0,0,0,0,0,0,NULL,0,NULL,0),(1272,2,162,'gradebook',1703697020,2,13,23,NULL,0.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697020,0,NULL,0,NULL,0),(1273,2,17,'aggregation',1703697020,2,1,23,NULL,130.00000,0.00000,NULL,NULL,126.91250,0,0,0,0,0,0,NULL,0,NULL,0),(1274,2,160,'gradebook',1703697020,2,13,21,NULL,0.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697020,0,NULL,0,NULL,0),(1275,2,70,'aggregation',1703697020,2,1,21,NULL,130.00000,0.00000,NULL,NULL,114.88750,0,0,0,0,0,0,NULL,0,NULL,0),(1276,2,155,'gradebook',1703697020,2,13,15,NULL,0.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697020,0,NULL,0,NULL,0),(1277,2,20,'aggregation',1703697020,2,1,15,NULL,90.00000,0.00000,NULL,NULL,67.50000,0,0,0,0,0,0,NULL,0,NULL,0),(1278,2,153,'gradebook',1703697020,2,13,13,NULL,0.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697020,0,NULL,0,NULL,0),(1279,2,23,'aggregation',1703697020,2,1,13,NULL,130.00000,0.00000,NULL,NULL,119.92500,0,0,0,0,0,0,NULL,0,NULL,0),(1280,2,152,'gradebook',1703697020,2,13,12,NULL,0.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697020,0,NULL,0,NULL,0),(1281,2,26,'aggregation',1703697020,2,1,12,NULL,90.00000,0.00000,NULL,NULL,70.20000,0,0,0,0,0,0,NULL,0,NULL,0),(1282,2,154,'gradebook',1703697020,2,13,14,NULL,0.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697020,0,NULL,0,NULL,0),(1283,2,29,'aggregation',1703697020,2,1,14,NULL,130.00000,0.00000,NULL,NULL,124.23125,0,0,0,0,0,0,NULL,0,NULL,0),(1284,2,158,'gradebook',1703697021,2,13,19,NULL,0.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697021,0,NULL,0,NULL,0),(1285,2,32,'aggregation',1703697021,2,1,19,NULL,130.00000,0.00000,NULL,NULL,123.50000,0,0,0,0,0,0,NULL,0,NULL,0),(1286,2,148,'gradebook',1703697021,2,13,7,NULL,0.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697021,0,NULL,0,NULL,0),(1287,2,35,'aggregation',1703697021,2,1,7,NULL,60.00000,0.00000,NULL,NULL,48.60000,0,0,0,0,0,0,NULL,0,NULL,0),(1288,2,147,'gradebook',1703697021,2,13,6,NULL,0.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697021,0,NULL,0,NULL,0),(1289,2,38,'aggregation',1703697021,2,1,6,NULL,130.00000,0.00000,NULL,NULL,122.03750,0,0,0,0,0,0,NULL,0,NULL,0),(1290,2,159,'gradebook',1703697021,2,13,20,NULL,0.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697021,0,NULL,0,NULL,0),(1291,2,41,'aggregation',1703697021,2,1,20,NULL,130.00000,0.00000,NULL,NULL,127.56250,0,0,0,0,0,0,NULL,0,NULL,0),(1292,2,146,'gradebook',1703697021,2,13,5,NULL,0.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697021,0,NULL,0,NULL,0),(1293,2,47,'aggregation',1703697021,2,1,5,NULL,130.00000,0.00000,NULL,NULL,117.48750,0,0,0,0,0,0,NULL,0,NULL,0),(1294,1,421,'system',1703697295,2,25,2,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1295,1,422,'system',1703697295,2,25,4,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1296,1,423,'system',1703697295,2,25,5,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1297,1,424,'system',1703697295,2,25,6,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1298,1,425,'system',1703697295,2,25,7,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1299,1,426,'system',1703697295,2,25,8,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1300,1,427,'system',1703697295,2,25,9,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1301,1,428,'system',1703697295,2,25,10,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1302,1,429,'system',1703697295,2,25,11,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1303,1,430,'system',1703697295,2,25,12,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1304,1,431,'system',1703697295,2,25,13,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1305,1,432,'system',1703697295,2,25,14,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1306,1,433,'system',1703697295,2,25,15,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1307,1,434,'system',1703697296,2,25,16,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1308,1,435,'system',1703697296,2,25,17,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1309,1,436,'system',1703697296,2,25,18,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1310,1,437,'system',1703697296,2,25,19,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1311,1,438,'system',1703697296,2,25,20,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1312,1,439,'system',1703697296,2,25,21,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1313,1,440,'system',1703697296,2,25,22,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1314,1,441,'system',1703697296,2,25,23,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1315,2,421,NULL,1703697335,2,25,2,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1316,2,422,NULL,1703697335,2,25,4,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1317,2,423,NULL,1703697335,2,25,5,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1318,2,424,NULL,1703697335,2,25,6,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1319,2,425,NULL,1703697335,2,25,7,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1320,2,426,NULL,1703697335,2,25,8,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1321,2,427,NULL,1703697335,2,25,9,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1322,2,428,NULL,1703697335,2,25,10,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1323,2,429,NULL,1703697335,2,25,11,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1324,2,430,NULL,1703697335,2,25,12,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1325,2,431,NULL,1703697335,2,25,13,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1326,2,432,NULL,1703697335,2,25,14,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1327,2,433,NULL,1703697335,2,25,15,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1328,2,434,NULL,1703697335,2,25,16,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1329,2,435,NULL,1703697335,2,25,17,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1330,2,436,NULL,1703697335,2,25,18,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1331,2,437,NULL,1703697335,2,25,19,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1332,2,438,NULL,1703697335,2,25,20,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1333,2,439,NULL,1703697335,2,25,21,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1334,2,440,NULL,1703697335,2,25,22,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1335,2,441,NULL,1703697335,2,25,23,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1336,2,434,'gradebook',1703697408,2,25,16,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1337,2,435,'gradebook',1703697408,2,25,17,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1338,2,429,'gradebook',1703697408,2,25,11,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1339,2,427,'gradebook',1703697408,2,25,9,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1340,2,440,'gradebook',1703697408,2,25,22,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1341,2,441,'gradebook',1703697408,2,25,23,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1342,2,439,'gradebook',1703697408,2,25,21,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1343,2,433,'gradebook',1703697408,2,25,15,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1344,2,431,'gradebook',1703697408,2,25,13,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1345,2,430,'gradebook',1703697408,2,25,12,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1346,2,432,'gradebook',1703697408,2,25,14,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1347,2,437,'gradebook',1703697408,2,25,19,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1348,2,425,'gradebook',1703697408,2,25,7,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1349,2,424,'gradebook',1703697408,2,25,6,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1350,2,438,'gradebook',1703697409,2,25,20,NULL,30.00000,0.00000,NULL,2,27.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1351,2,423,'gradebook',1703697409,2,25,5,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1352,2,156,'editgrade',1703697416,2,13,16,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697416,0,NULL,0,NULL,0),(1353,2,2,'aggregation',1703697416,2,1,16,NULL,160.00000,0.00000,NULL,NULL,81.40000,0,0,0,0,0,0,NULL,0,NULL,0),(1354,2,156,NULL,1703697416,2,13,16,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1355,2,156,NULL,1703697416,2,13,16,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1356,2,156,NULL,1703697416,2,13,16,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1357,2,156,NULL,1703697416,2,13,16,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1358,2,156,'aggregation',1703697417,2,13,16,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1359,2,2,'aggregation',1703697417,2,1,16,NULL,160.00000,0.00000,NULL,NULL,129.40000,0,0,0,0,0,0,NULL,0,NULL,0),(1360,2,157,'editgrade',1703697433,2,13,17,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697433,0,NULL,0,NULL,0),(1361,2,5,'aggregation',1703697433,2,1,17,NULL,90.00000,0.00000,NULL,NULL,36.45000,0,0,0,0,0,0,NULL,0,NULL,0),(1362,2,157,NULL,1703697433,2,13,17,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1363,2,157,NULL,1703697433,2,13,17,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1364,2,157,NULL,1703697433,2,13,17,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1365,2,157,NULL,1703697433,2,13,17,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1366,2,157,'aggregation',1703697433,2,13,17,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1367,2,5,'aggregation',1703697433,2,1,17,NULL,90.00000,0.00000,NULL,NULL,70.20000,0,0,0,0,0,0,NULL,0,NULL,0),(1368,2,151,'editgrade',1703697440,2,13,11,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697440,0,NULL,0,NULL,0),(1369,2,8,'aggregation',1703697440,2,1,11,NULL,160.00000,0.00000,NULL,NULL,96.80000,0,0,0,0,0,0,NULL,0,NULL,0),(1370,2,151,NULL,1703697440,2,13,11,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1371,2,151,NULL,1703697440,2,13,11,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1372,2,151,NULL,1703697440,2,13,11,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1373,2,151,NULL,1703697440,2,13,11,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1374,2,151,'aggregation',1703697440,2,13,11,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1375,2,8,'aggregation',1703697440,2,1,11,NULL,160.00000,0.00000,NULL,NULL,144.80000,0,0,0,0,0,0,NULL,0,NULL,0),(1376,2,150,'editgrade',1703697446,2,13,9,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697446,0,NULL,0,NULL,0),(1377,2,11,'aggregation',1703697446,2,1,9,NULL,70.00000,0.00000,NULL,NULL,35.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1378,2,150,NULL,1703697446,2,13,9,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1379,2,150,NULL,1703697446,2,13,9,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1380,2,150,NULL,1703697446,2,13,9,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1381,2,150,NULL,1703697447,2,13,9,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1382,2,150,'aggregation',1703697447,2,13,9,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1383,2,11,'aggregation',1703697447,2,1,9,NULL,70.00000,0.00000,NULL,NULL,63.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1384,2,161,'editgrade',1703697453,2,13,22,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697453,0,NULL,0,NULL,0),(1385,2,14,'aggregation',1703697453,2,1,22,NULL,160.00000,0.00000,NULL,NULL,78.40000,0,0,0,0,0,0,NULL,0,NULL,0),(1386,2,161,NULL,1703697453,2,13,22,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1387,2,161,NULL,1703697453,2,13,22,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1388,2,161,NULL,1703697453,2,13,22,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1389,2,161,NULL,1703697453,2,13,22,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1390,2,161,'aggregation',1703697453,2,13,22,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1391,2,14,'aggregation',1703697453,2,1,22,NULL,160.00000,0.00000,NULL,NULL,138.40000,0,0,0,0,0,0,NULL,0,NULL,0),(1392,2,162,'editgrade',1703697459,2,13,23,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697459,0,NULL,0,NULL,0),(1393,2,17,'aggregation',1703697459,2,1,23,NULL,160.00000,0.00000,NULL,NULL,96.20000,0,0,0,0,0,0,NULL,0,NULL,0),(1394,2,162,NULL,1703697459,2,13,23,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1395,2,162,NULL,1703697459,2,13,23,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1396,2,162,NULL,1703697459,2,13,23,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1397,2,162,NULL,1703697459,2,13,23,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1398,2,162,'aggregation',1703697460,2,13,23,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1399,2,17,'aggregation',1703697460,2,1,23,NULL,160.00000,0.00000,NULL,NULL,144.20000,0,0,0,0,0,0,NULL,0,NULL,0),(1400,2,160,'editgrade',1703697466,2,13,21,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697466,0,NULL,0,NULL,0),(1401,2,70,'aggregation',1703697466,2,1,21,NULL,160.00000,0.00000,NULL,NULL,81.40000,0,0,0,0,0,0,NULL,0,NULL,0),(1402,2,160,NULL,1703697466,2,13,21,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1403,2,160,NULL,1703697466,2,13,21,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1404,2,160,NULL,1703697466,2,13,21,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1405,2,160,NULL,1703697466,2,13,21,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1406,2,160,'aggregation',1703697466,2,13,21,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1407,2,70,'aggregation',1703697466,2,1,21,NULL,160.00000,0.00000,NULL,NULL,129.40000,0,0,0,0,0,0,NULL,0,NULL,0),(1408,2,155,'editgrade',1703697473,2,13,15,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697473,0,NULL,0,NULL,0),(1409,2,20,'aggregation',1703697473,2,1,15,NULL,120.00000,0.00000,NULL,NULL,45.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1410,2,155,NULL,1703697473,2,13,15,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1411,2,155,NULL,1703697473,2,13,15,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1412,2,155,NULL,1703697473,2,13,15,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1413,2,155,NULL,1703697473,2,13,15,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1414,2,155,'aggregation',1703697473,2,13,15,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1415,2,20,'aggregation',1703697474,2,1,15,NULL,120.00000,0.00000,NULL,NULL,90.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1416,2,153,'editgrade',1703697480,2,13,13,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697480,0,NULL,0,NULL,0),(1417,2,23,'aggregation',1703697480,2,1,13,NULL,160.00000,0.00000,NULL,NULL,87.60000,0,0,0,0,0,0,NULL,0,NULL,0),(1418,2,153,NULL,1703697480,2,13,13,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1419,2,153,NULL,1703697480,2,13,13,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1420,2,153,NULL,1703697480,2,13,13,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1421,2,153,NULL,1703697480,2,13,13,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1422,2,153,'aggregation',1703697480,2,13,13,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1423,2,23,'aggregation',1703697480,2,1,13,NULL,160.00000,0.00000,NULL,NULL,135.60000,0,0,0,0,0,0,NULL,0,NULL,0),(1424,2,152,'editgrade',1703697486,2,13,12,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697486,0,NULL,0,NULL,0),(1425,2,26,'aggregation',1703697486,2,1,12,NULL,120.00000,0.00000,NULL,NULL,48.60000,0,0,0,0,0,0,NULL,0,NULL,0),(1426,2,152,NULL,1703697486,2,13,12,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1427,2,152,NULL,1703697486,2,13,12,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1428,2,152,NULL,1703697486,2,13,12,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1429,2,152,NULL,1703697486,2,13,12,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1430,2,152,'aggregation',1703697487,2,13,12,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1431,2,26,'aggregation',1703697487,2,1,12,NULL,120.00000,0.00000,NULL,NULL,84.60000,0,0,0,0,0,0,NULL,0,NULL,0),(1432,2,154,'editgrade',1703697493,2,13,14,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697493,0,NULL,0,NULL,0),(1433,2,29,'aggregation',1703697493,2,1,14,NULL,160.00000,0.00000,NULL,NULL,92.90000,0,0,0,0,0,0,NULL,0,NULL,0),(1434,2,154,NULL,1703697493,2,13,14,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1435,2,154,NULL,1703697493,2,13,14,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1436,2,154,NULL,1703697493,2,13,14,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1437,2,154,NULL,1703697493,2,13,14,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1438,2,154,'aggregation',1703697493,2,13,14,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1439,2,29,'aggregation',1703697493,2,1,14,NULL,160.00000,0.00000,NULL,NULL,152.90000,0,0,0,0,0,0,NULL,0,NULL,0),(1440,2,158,'editgrade',1703697499,2,13,19,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697499,0,NULL,0,NULL,0),(1441,2,32,'aggregation',1703697499,2,1,19,NULL,160.00000,0.00000,NULL,NULL,92.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1442,2,158,NULL,1703697499,2,13,19,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1443,2,158,NULL,1703697499,2,13,19,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1444,2,158,NULL,1703697499,2,13,19,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1445,2,158,NULL,1703697499,2,13,19,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1446,2,158,'aggregation',1703697500,2,13,19,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1447,2,32,'aggregation',1703697500,2,1,19,NULL,160.00000,0.00000,NULL,NULL,152.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1448,2,148,'editgrade',1703697507,2,13,7,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697507,0,NULL,0,NULL,0),(1449,2,35,'aggregation',1703697507,2,1,7,NULL,90.00000,0.00000,NULL,NULL,39.15000,0,0,0,0,0,0,NULL,0,NULL,0),(1450,2,148,NULL,1703697507,2,13,7,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1451,2,148,NULL,1703697507,2,13,7,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1452,2,148,NULL,1703697507,2,13,7,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1453,2,148,NULL,1703697507,2,13,7,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1454,2,148,'aggregation',1703697507,2,13,7,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1455,2,35,'aggregation',1703697507,2,1,7,NULL,90.00000,0.00000,NULL,NULL,72.90000,0,0,0,0,0,0,NULL,0,NULL,0),(1456,2,147,'editgrade',1703697514,2,13,6,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697514,0,NULL,0,NULL,0),(1457,2,38,'aggregation',1703697514,2,1,6,NULL,160.00000,0.00000,NULL,NULL,90.20000,0,0,0,0,0,0,NULL,0,NULL,0),(1458,2,147,NULL,1703697514,2,13,6,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1459,2,147,NULL,1703697514,2,13,6,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1460,2,147,NULL,1703697514,2,13,6,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1461,2,147,NULL,1703697514,2,13,6,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1462,2,147,'aggregation',1703697514,2,13,6,NULL,30.00000,0.00000,NULL,2,24.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1463,2,38,'aggregation',1703697515,2,1,6,NULL,160.00000,0.00000,NULL,NULL,138.20000,0,0,0,0,0,0,NULL,0,NULL,0),(1464,2,159,'editgrade',1703697520,2,13,20,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697520,0,NULL,0,NULL,0),(1465,2,41,'aggregation',1703697521,2,1,20,NULL,160.00000,0.00000,NULL,NULL,97.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1466,2,159,NULL,1703697521,2,13,20,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1467,2,159,NULL,1703697521,2,13,20,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1468,2,159,NULL,1703697521,2,13,20,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1469,2,159,NULL,1703697521,2,13,20,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1470,2,159,'aggregation',1703697521,2,13,20,NULL,30.00000,0.00000,NULL,2,27.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1471,2,41,'aggregation',1703697521,2,1,20,NULL,160.00000,0.00000,NULL,NULL,151.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1472,2,146,'editgrade',1703697527,2,13,5,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703697527,0,NULL,0,NULL,0),(1473,2,47,'aggregation',1703697527,2,1,5,NULL,160.00000,0.00000,NULL,NULL,84.60000,0,0,0,0,0,0,NULL,0,NULL,0),(1474,2,146,NULL,1703697527,2,13,5,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1475,2,146,NULL,1703697527,2,13,5,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1476,2,146,NULL,1703697527,2,13,5,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1477,2,146,NULL,1703697527,2,13,5,NULL,30.00000,0.00000,NULL,2,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1478,2,146,'aggregation',1703697527,2,13,5,NULL,30.00000,0.00000,NULL,2,30.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1479,2,47,'aggregation',1703697527,2,1,5,NULL,160.00000,0.00000,NULL,NULL,144.60000,0,0,0,0,0,0,NULL,0,NULL,0),(1480,2,132,'gradebook',1703698904,2,12,9,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703698904,0,NULL,0,NULL,0),(1481,2,168,'aggregation',1703698904,2,14,9,NULL,50.00000,0.00000,NULL,NULL,46.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1482,2,11,'aggregation',1703698904,2,1,9,NULL,80.00000,0.00000,NULL,NULL,68.80000,0,0,0,0,0,0,NULL,0,NULL,0),(1483,2,80,'gradebook',1703698904,2,9,12,6.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,1703698904,0,NULL,0,NULL,0),(1484,2,170,'aggregation',1703698904,2,14,12,NULL,50.00000,0.00000,NULL,NULL,38.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1485,2,26,'aggregation',1703698904,2,1,12,NULL,120.00000,0.00000,NULL,NULL,88.20000,0,0,0,0,0,0,NULL,0,NULL,0),(1486,2,134,'gradebook',1703698904,2,12,12,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703698904,0,NULL,0,NULL,0),(1487,2,170,'aggregation',1703698904,2,14,12,NULL,60.00000,0.00000,NULL,NULL,44.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1488,2,26,'aggregation',1703698905,2,1,12,NULL,130.00000,0.00000,NULL,NULL,94.25000,0,0,0,0,0,0,NULL,0,NULL,0),(1489,2,42,'gradebook',1703698905,2,7,20,6.00000,10.00000,0.00000,NULL,2,10.00000,0,0,0,0,1703698905,0,NULL,0,NULL,0),(1490,2,177,'aggregation',1703698905,2,14,20,NULL,80.00000,0.00000,NULL,NULL,80.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1491,2,41,'aggregation',1703698905,2,1,20,NULL,160.00000,0.00000,NULL,NULL,154.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1492,2,294,'gradebook',1703699556,2,18,23,10.00000,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703699556,0,NULL,0,NULL,0),(1493,2,198,'aggregation',1703699556,2,15,23,NULL,50.00000,0.00000,NULL,NULL,45.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1494,2,17,'aggregation',1703699556,2,1,23,NULL,160.00000,0.00000,NULL,NULL,141.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1495,2,394,NULL,1703699570,2,23,18,NULL,20.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1496,2,394,NULL,1703699570,2,23,18,NULL,20.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1497,2,394,NULL,1703699570,2,23,18,NULL,20.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1498,2,394,NULL,1703699570,2,23,18,NULL,20.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1499,2,400,NULL,1703699634,2,24,2,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1500,2,401,NULL,1703699634,2,24,4,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1501,2,402,NULL,1703699634,2,24,5,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1502,2,403,NULL,1703699634,2,24,6,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1503,2,404,NULL,1703699634,2,24,7,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1504,2,405,NULL,1703699634,2,24,8,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1505,2,406,NULL,1703699634,2,24,9,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1506,2,407,NULL,1703699634,2,24,10,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1507,2,408,NULL,1703699634,2,24,11,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1508,2,409,NULL,1703699634,2,24,12,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1509,2,410,NULL,1703699634,2,24,13,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1510,2,411,NULL,1703699634,2,24,14,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1511,2,412,NULL,1703699634,2,24,15,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1512,2,413,NULL,1703699634,2,24,16,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1513,2,414,NULL,1703699634,2,24,17,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1514,2,415,NULL,1703699634,2,24,18,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1515,2,416,NULL,1703699634,2,24,19,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1516,2,417,NULL,1703699634,2,24,20,NULL,2.00000,0.00000,NULL,2,2.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1517,2,418,NULL,1703699634,2,24,21,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1518,2,419,NULL,1703699634,2,24,22,NULL,2.00000,0.00000,NULL,2,2.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1519,2,420,NULL,1703699634,2,24,23,NULL,2.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1520,2,413,'gradebook',1703700012,2,24,16,NULL,2.00000,0.00000,NULL,2,2.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1521,2,408,'gradebook',1703700013,2,24,11,NULL,2.00000,0.00000,NULL,2,2.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1522,2,420,'gradebook',1703700013,2,24,23,NULL,2.00000,0.00000,NULL,2,2.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1523,2,418,'gradebook',1703700013,2,24,21,NULL,2.00000,0.00000,NULL,2,2.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1524,2,411,'gradebook',1703700013,2,24,14,NULL,2.00000,0.00000,NULL,2,2.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1525,2,416,'gradebook',1703700013,2,24,19,NULL,2.00000,0.00000,NULL,2,2.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1526,2,403,'gradebook',1703700013,2,24,6,NULL,2.00000,0.00000,NULL,2,2.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1527,2,381,'mod/assign',1703702127,2,23,5,17.00000,20.00000,0.00000,NULL,2,17.00000,0,0,0,0,0,0,'<p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:4分</p><p dir=\"ltr\">B. 與作品/參考資料互動:5分</p><p dir=\"ltr\">C. 與教會需要連結:4分</p><p dir=\"ltr\">D. 洞見、創新:4分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-0分</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:17</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">恰當地引用參考資料。</p><p dir=\"ltr\"><span style=\"font-size: 0.9375rem;\">教案目的、緣起設定很好,清楚看出和作品分析之間的關聯。</span><br></p><p dir=\"ltr\">我不太確定目前這個方向會不會太複雜,因為同時講到犧牲、死亡、自由,甚至還有社會階層等等的問題。或許聚焦在其中一個主題上會更清楚。</p>',1,NULL,0),(1528,2,200,'aggregation',1703702127,2,16,5,NULL,20.00000,0.00000,NULL,NULL,17.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1529,2,47,'aggregation',1703702127,2,1,5,NULL,180.00000,0.00000,NULL,NULL,160.74000,0,0,0,0,0,0,NULL,0,NULL,0),(1530,2,382,'mod/assign',1703703086,2,23,6,14.00000,20.00000,0.00000,NULL,2,14.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\"></p><p dir=\"ltr\">這個教案看起來很有趣!好想知道更細節的課堂規劃(尤其一次兩小時,內容應該很多)。</p><p dir=\"ltr\">分析的部分,你大多專注在歌詞上。<span style=\"font-size: 0.9375rem;\">我會好奇這首歌作為流行音樂(大眾音樂),它「歌詞與音樂的結合」,以及它使用、回應搖滾曲風的歷史會不會影響你的解讀。</span></p><p dir=\"ltr\">參考資料很好,但最好可以在文章中標註引用資訊之出處。</p><p dir=\"ltr\">「分析」的最後一段,我覺得應該可以用更簡潔的方式表達你的立論。目前覺得有點繞圈圈。</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:5分</p><p dir=\"ltr\">B. 與作品/參考資料互動:3分</p><p dir=\"ltr\">C. 與教會需要連結:4分</p><p dir=\"ltr\">D. 洞見、創新:3分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-0分</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-1分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p>總分:14<br><p></p>',1,NULL,0),(1531,2,201,'aggregation',1703703086,2,16,6,NULL,20.00000,0.00000,NULL,NULL,14.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1532,2,38,'aggregation',1703703086,2,1,6,NULL,180.00000,0.00000,NULL,NULL,149.58000,0,0,0,0,0,0,NULL,0,NULL,0),(1533,2,387,'mod/assign',1703713410,2,23,11,20.00000,20.00000,0.00000,NULL,2,20.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">很好地分析整張專輯,包含歌詞與畫面。很恰當地引用參考資料證明自己的觀點。令我意外(好的意外!)的教案設計——原本以為是要討論專輯,但後來發現是關注創作者本身的信仰實踐。</p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:5分</p><p dir=\"ltr\">B. 與作品/參考資料互動:5分</p><p dir=\"ltr\">C. 與教會需要連結:5分</p><p dir=\"ltr\">D. 洞見、創新:5分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-0分</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:20</p>',1,NULL,0),(1534,2,205,'aggregation',1703713410,2,16,11,NULL,20.00000,0.00000,NULL,NULL,20.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1535,2,8,'aggregation',1703713411,2,1,11,NULL,180.00000,0.00000,NULL,NULL,166.32000,0,0,0,0,0,0,NULL,0,NULL,0),(1536,2,388,'mod/assign',1703713799,2,23,12,NULL,20.00000,0.00000,NULL,2,NULL,0,0,0,0,0,0,'分析的第一段和第三段很恰當地將本作品放置在社會文化脈絡中討論。很恰當地引用導演訪談討論鏡頭設計。<br>',1,NULL,0),(1537,2,388,'mod/assign',1703714095,2,23,12,20.00000,20.00000,0.00000,NULL,2,20.00000,0,0,0,0,0,0,'分析的第一段和第三段很恰當地將本作品放置在社會文化脈絡中討論。很恰當地引用導演訪談討論鏡頭設計。你以第一人稱介紹你的觀點和你選擇這部電影的理由,讓我讀起來可以輕易發現你的論點,很好。同樣地,你每一段的開頭都讓我能夠輕易掌握該段的重點,是很好的寫作習慣。我沒看過這部影片;讀完你寫的,讓我很想找來看!<br><br><p>得分:</p><p>A. 課程內容的整合:5分</p><p>B. 與作品/參考資料互動:5分</p><p>C. 與教會需要連結:5分</p><p>D. 洞見、創新:5分</p><p><br></p><p>扣分:</p><p>⬧ 抄襲行為或未標明出處:-0分</p><p>⬧ 字數不符合規定:-0分</p><p>⬧ 錯別字、未正確使用標點符號:-0分</p><p>⬧ 遲交:-0分</p><p><br></p><p>總分:20</p>',1,NULL,0),(1538,2,206,'aggregation',1703714095,2,16,12,NULL,20.00000,0.00000,NULL,NULL,20.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1539,2,26,'aggregation',1703714095,2,1,12,NULL,150.00000,0.00000,NULL,NULL,117.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1540,2,388,'mod/assign',1703714648,2,23,12,20.00000,20.00000,0.00000,NULL,2,20.00000,0,0,0,0,0,0,'分析的第一段和第三段很恰當地將本作品放置在社會文化脈絡中討論。很恰當地引用導演訪談討論鏡頭設計。你以第一人稱介紹你的觀點和你選擇這部電影的理由,讓我讀起來可以輕易發現你的論點,很好。同樣地,你每一段的開頭都讓我能夠輕易掌握該段的重點,是很好的寫作習慣。我沒看過這部影片;讀完你寫的,讓我很想找來看!<br><br><p>得分:</p><p>A. 課程內容的整合:5分</p><p>B. 與作品/參考資料互動:5分</p><p>C. 與教會需要連結:5分</p><p>D. 洞見、創新:5分</p><p><br></p><p>扣分:</p><p>⬧ 抄襲行為或未標明出處:-0分</p><p>⬧ 字數不符合規定:-0分</p><p>⬧ 錯別字、未正確使用標點符號:-0分</p><p>⬧ 遲交:-0分</p><p><br></p><p>總分:20</p>',1,NULL,0),(1541,2,390,'mod/assign',1703716154,2,23,14,6.00000,20.00000,0.00000,NULL,2,6.00000,0,0,0,0,0,0,'<p dir=\"ltr\">這部作品挑得很好,看起來很適合應用在辦公室團契所舉辦的聖誕午會中。這份期末報告的結構很好,從不同角度分析這部電影。</p><p dir=\"ltr\">我對於教案有些疑問。如果這部電影已經透過電影手法(甚至你用好萊塢動作片來形容),那麼是否有需要做影片提示?例如,我們一般時候進電影院看戲,也不會有人作影片提示。我擔心這樣會太多餘,而且失去電影作為電影(藝術品)的意義。另外,如果對象是非基督徒,討論問題是否要直接問到「與耶穌相遇」?</p><p dir=\"ltr\">下面是我的評分。因為有不少段落是直接照抄網路資料,沒有改寫成自己的話,我只能扣分。另外,有些段落我發現是引用你沒有列出的參考資料,我也得扣分。</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:4分</p><p dir=\"ltr\">B. 與作品/參考資料互動:3分</p><p dir=\"ltr\">C. 與教會需要連結:3分</p><p dir=\"ltr\">D. 洞見、創新:4分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-8分</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:6</p>',1,NULL,0),(1542,2,208,'aggregation',1703716154,2,16,14,NULL,20.00000,0.00000,NULL,NULL,6.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1543,2,29,'aggregation',1703716154,2,1,14,NULL,180.00000,0.00000,NULL,NULL,148.41000,0,0,0,0,0,0,NULL,0,NULL,0),(1544,2,392,'mod/assign',1703725637,2,23,16,15.00000,20.00000,0.00000,NULL,2,15.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">這個教案看起來挺完整的!感覺參與者會玩得很開心!編排這個教案的緣起也很實際。比較可惜的是,我沒有很直接看出第一部份的分析和教案之間的關聯。或許你在第一部分中對《天路歷程》的分析,會有助於教案中的角色與討論以及畫像靈修?</p><p dir=\"ltr\" style=\"text-align: left;\">以下這個部分不影響評分,但原著既然是一個寓言故事,它的特色就是樣板人物。天路客本人的角色刻畫可能比較鮮明,他的妻子也是,但他遇到的其他人物都是象徵的,也因此是扁平的。這部分比較難應用到本課講到的角色分析,因為這些角色幾乎可以說是沒有內在動機;即便有,也是樣板的,因此比較難連結到生活的真實景況。(《天路歷程》和我們課堂上略略提到的《人人》可以說是同一種類型的藝術。)</p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:4分</p><p dir=\"ltr\">B. 與作品/參考資料互動:3分</p><p dir=\"ltr\">C. 與教會需要連結:4分</p><p dir=\"ltr\">D. 洞見、創新:4分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-0分</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:15</p>',1,NULL,0),(1545,2,210,'aggregation',1703725637,2,16,16,NULL,20.00000,0.00000,NULL,NULL,15.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1546,2,2,'aggregation',1703725637,2,1,16,NULL,180.00000,0.00000,NULL,NULL,143.46000,0,0,0,0,0,0,NULL,0,NULL,0),(1547,2,395,'mod/assign',1703787704,2,23,19,18.00000,20.00000,0.00000,NULL,2,18.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">適切地引用參考資料以介紹本作品,很好!點出克拉維斯作為觀眾代理人 (audience surrogate) 是很重要的。雖然沒有明確寫出來,但透過本文可以看出這部電影的目的。</p><p dir=\"ltr\" style=\"text-align: left;\">以下這一部份不列入評分,但我會擔心主持人引導的討論題目,對國高中生來說會有點難帶。這些問題比較多是封閉式的問題(令回答者感覺提問者有預設答案)。我會建議,若這個教案要真實使用,可以多問開放性的問題,包含讓參與者發表意見的問題。有些問題可以從電影出發(例如:印象最深刻的一個畫面、哪一段台詞覺得有趣、哪裡讓你有新的發現等等),而第三部分的引導,可以更切合電影這個媒介(例如:你認為導演對耶穌復活的觀點是什麼?你覺得導演相信這件事嗎?你覺得這部片預設觀眾可能會對復活有哪些質疑?你有那些質疑?等等)。</p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:5分</p><p dir=\"ltr\">B. 與作品/參考資料互動:5分</p><p dir=\"ltr\">C. 與教會需要連結:4分</p><p dir=\"ltr\">D. 洞見、創新:4分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-0分</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:18</p>',1,NULL,0),(1548,2,212,'aggregation',1703787704,2,16,19,NULL,20.00000,0.00000,NULL,NULL,18.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1549,2,32,'aggregation',1703787704,2,1,19,NULL,180.00000,0.00000,NULL,NULL,169.20000,0,0,0,0,0,0,NULL,0,NULL,0),(1550,2,396,'mod/assign',1703789066,2,23,20,17.00000,20.00000,0.00000,NULL,2,17.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\">首先我得說,這套卡牌的設計真的很美!圖像和文字都是。這是「創造文化」絕佳的例子!</p><p dir=\"ltr\" style=\"text-align: left;\">關於「感受」,這讓我想到神學家蘇明思 (James K. A. Smith) 的觀點;他強調身體在崇拜與門徒訓練中的重要性。有興趣的話,歡迎參考拙作:〈經由身體、訴諸想像力的敬拜〉https://behold.oc.org/?p=48487</p><p dir=\"ltr\" style=\"text-align: left;\">關於「遊戲」對信徒和在信仰群體中的意義,如果以後要說更多,可以參考莫特曼 (Jurgen Moltmann) 的 Theology of Play(好像沒有中文翻譯)。</p><p dir=\"ltr\" style=\"text-align: left;\">除此以外,這篇報告很適切地引用了參考資料以佐證你的立場,包含提出立論並回應反對意見。教案中的題目設計很好。</p><p dir=\"ltr\" style=\"text-align: left;\">提一個無關本報告的問題:你認為,如果《群物》要出下一版,做那些調整會讓它更好?或是你認為它不需要調整,因為它目前的哪些特質讓它能夠達到其目的?</p><p dir=\"ltr\" style=\"text-align: left;\"><br></p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:4分</p><p dir=\"ltr\">B. 與作品/參考資料互動:5分</p><p dir=\"ltr\">C. 與教會需要連結:5分</p><p dir=\"ltr\">D. 洞見、創新:5分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-0分</p><p dir=\"ltr\">⬧ 字數不符合規定:-2分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:17</p><p dir=\"ltr\"><br></p><p dir=\"ltr\" style=\"text-align: left;\">第一段(分析),我用 Word 看起來有 3200 字左右,超出 1800-2200 有點多,不好意思需要扣一點分。(我原本說至少扣 8 分,但是感覺這樣太嚴苛了,所以酌扣 2 分。)</p>',1,NULL,0),(1551,2,213,'aggregation',1703789066,2,16,20,NULL,20.00000,0.00000,NULL,NULL,17.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1552,2,41,'aggregation',1703789066,2,1,20,NULL,180.00000,0.00000,NULL,NULL,169.20000,0,0,0,0,0,0,NULL,0,NULL,0),(1553,2,286,'gradebook',1703810671,2,18,15,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703810671,0,NULL,0,NULL,0),(1554,2,191,'aggregation',1703810671,2,15,15,NULL,30.00000,0.00000,NULL,NULL,18.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1555,2,20,'aggregation',1703810671,2,1,15,NULL,130.00000,0.00000,NULL,NULL,97.50000,0,0,0,0,0,0,NULL,0,NULL,0),(1556,2,307,'gradebook',1703810671,2,19,15,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703810671,0,NULL,0,NULL,0),(1557,2,191,'aggregation',1703810671,2,15,15,NULL,40.00000,0.00000,NULL,NULL,24.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1558,2,20,'aggregation',1703810671,2,1,15,NULL,140.00000,0.00000,NULL,NULL,105.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1559,2,389,'gradebook',1703810707,2,23,13,NULL,20.00000,0.00000,NULL,2,0.00000,0,0,0,0,1703810707,0,NULL,0,NULL,0),(1560,2,207,'aggregation',1703810707,2,16,13,NULL,20.00000,0.00000,NULL,NULL,0.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1561,2,23,'aggregation',1703810707,2,1,13,NULL,180.00000,0.00000,NULL,NULL,122.04000,0,0,0,0,0,0,NULL,0,NULL,0),(1562,2,397,'mod/assign',1703812997,2,23,21,10.00000,20.00000,0.00000,NULL,2,10.00000,0,0,0,0,0,0,'<p dir=\"ltr\">整的來說,這篇報告對這幅畫有言簡意賅的分析。不過有些段落顯得多餘、較為無關。例如:這幅畫主要講的是貪婪,那麼其實不需要多介紹七宗罪的其他部分或對應的惡魔,甚至是動物。</p><p dir=\"ltr\">第一部分(分析)結束得有點突然,似乎少一個收尾。若能夠提及三聯畫的歷史背景和功能會更完整(通常放置在教堂的祭壇上,供人觀賞,教導教義)。</p><p dir=\"ltr\">另外,有些段落是照抄網路文章卻沒有標明出處,我只得扣分。</p><p dir=\"ltr\">教案中帶領的討論指引蠻好的,都是開放性問題。<br></p><p dir=\"ltr\"><br></p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:3分</p><p dir=\"ltr\">B. 與作品/參考資料互動:4分</p><p dir=\"ltr\">C. 與教會需要連結:4分</p><p dir=\"ltr\">D. 洞見、創新:4分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-4分</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-1分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:10</p>',1,NULL,0),(1563,2,214,'aggregation',1703812997,2,16,21,NULL,20.00000,0.00000,NULL,NULL,10.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1564,2,70,'aggregation',1703812997,2,1,21,NULL,180.00000,0.00000,NULL,NULL,134.46000,0,0,0,0,0,0,NULL,0,NULL,0),(1565,2,398,'mod/assign',1703814179,2,23,22,12.00000,20.00000,0.00000,NULL,2,12.00000,0,0,0,0,0,0,'<p dir=\"ltr\">整體來說是很完整的報告,特別看出你對劇情分析的細膩與深度。教案中的討論問題很棒!都是開放性問題,也根植於電影本身。以下這部分不列入評分,但唯一令我擔心的是這個教案感覺要做太多事情(有電影、有討論、有戲劇、有查經、有很具體的行動),似乎可以簡化,以便讓主題更為清晰。</p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:4分</p><p dir=\"ltr\">B. 與作品/參考資料互動:4分</p><p dir=\"ltr\">C. 與教會需要連結:4分</p><p dir=\"ltr\">D. 洞見、創新:4分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-2分(有些段落雖然有標明出處,但是直接照抄)</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-2分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:12</p>',1,NULL,0),(1566,2,215,'aggregation',1703814179,2,16,22,NULL,20.00000,0.00000,NULL,NULL,12.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1567,2,14,'aggregation',1703814179,2,1,22,NULL,180.00000,0.00000,NULL,NULL,146.16000,0,0,0,0,0,0,NULL,0,NULL,0),(1568,2,362,'gradebook',1703814428,2,22,7,NULL,10.00000,0.00000,NULL,2,6.00000,0,0,0,0,1703814428,0,NULL,0,NULL,0),(1569,2,184,'aggregation',1703814428,2,15,7,NULL,20.00000,0.00000,NULL,NULL,12.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1570,2,35,'aggregation',1703814428,2,1,7,NULL,100.00000,0.00000,NULL,NULL,81.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1571,2,399,'mod/assign',1703815120,2,23,23,11.00000,20.00000,0.00000,NULL,2,11.00000,0,0,0,0,0,0,'<p dir=\"ltr\">很好的反思,我很喜歡你在這篇分析裡面加入自己的解讀。</p><p dir=\"ltr\">我沒有看出馬可福音的經文和《阿甘正傳》之間的關聯。是因為電影中的中尉遇到風暴嗎?</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:3分</p><p dir=\"ltr\">B. 與作品/參考資料互動:3分</p><p dir=\"ltr\">C. 與教會需要連結:4分</p><p dir=\"ltr\">D. 洞見、創新:3分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-2分(你有寫資料來源是百度百科,但因為你沒有標出哪些段落是從哪一篇百度的文章裡面來的,我酌為扣分)</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-0分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">總分:11</p>',1,NULL,0),(1572,2,216,'aggregation',1703815121,2,16,23,NULL,20.00000,0.00000,NULL,NULL,11.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1573,2,17,'aggregation',1703815121,2,1,23,NULL,180.00000,0.00000,NULL,NULL,146.70000,0,0,0,0,0,0,NULL,0,NULL,0),(1574,2,383,'gradebook',1703816315,2,23,7,NULL,20.00000,0.00000,NULL,2,7.00000,0,0,0,0,1703816315,0,NULL,0,NULL,0),(1575,2,202,'aggregation',1703816315,2,16,7,NULL,20.00000,0.00000,NULL,NULL,7.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1576,2,35,'aggregation',1703816315,2,1,7,NULL,120.00000,0.00000,NULL,NULL,86.16000,0,0,0,0,0,0,NULL,0,NULL,0),(1577,2,391,'mod/assign',1703820653,15,23,15,NULL,20.00000,0.00000,NULL,15,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1578,2,391,'mod/assign',1703821932,2,23,15,3.00000,20.00000,0.00000,NULL,2,3.00000,0,0,0,0,0,0,'<p dir=\"ltr\" style=\"text-align: left;\"></p><p dir=\"ltr\">對於電影的敘事觀點和技術手法有細膩的觀察。回顧導演過去的作品是個非常重要的切入點 (auteur criticism),可以幫助我們更加看清電影的主題。加入自己的立論與感受也是很好的,因為你作為受眾所感受到的,也是「方法」裡面的重要元素。</p><p dir=\"ltr\">不過有幾段內文似乎是照抄網路資料卻沒有標註,我只能扣分。</p><p dir=\"ltr\">得分:</p><p dir=\"ltr\">A. 課程內容的整合:3分</p><p dir=\"ltr\">B. 與作品/參考資料互動:4分</p><p dir=\"ltr\">C. 與教會需要連結:1分</p><p dir=\"ltr\">D. 洞見、創新:3分</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">扣分:</p><p dir=\"ltr\">⬧ 抄襲行為或未標明出處:-4分</p><p dir=\"ltr\">⬧ 字數不符合規定:-0分</p><p dir=\"ltr\">⬧ 錯別字、未正確使用標點符號:-0分</p><p dir=\"ltr\">⬧ 遲交:-4分</p><br><p></p>',1,NULL,0),(1579,2,209,'aggregation',1703821932,2,16,15,NULL,20.00000,0.00000,NULL,NULL,3.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1580,2,20,'aggregation',1703821932,2,1,15,NULL,160.00000,0.00000,NULL,NULL,100.80000,0,0,0,0,0,0,NULL,0,NULL,0),(1581,1,442,'mod/forum',1772810701,2,27,35,4.00000,5.00000,0.00000,NULL,2,4.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1582,1,443,'system',1772810701,2,26,35,NULL,100.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1583,1,444,'system',1772810701,2,28,35,NULL,30.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0),(1584,2,443,'aggregation',1772810701,2,26,35,NULL,5.00000,0.00000,NULL,NULL,4.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1585,3,443,'userdelete',1772810737,2,26,35,NULL,5.00000,0.00000,NULL,NULL,4.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1586,3,442,'userdelete',1772810737,2,27,35,4.00000,5.00000,0.00000,NULL,2,4.00000,0,0,0,0,0,0,NULL,0,NULL,0),(1587,3,444,'userdelete',1772810737,2,28,35,NULL,30.00000,0.00000,NULL,NULL,NULL,0,0,0,0,0,0,NULL,0,NULL,0); /*!40000 ALTER TABLE `mdl_grade_grades_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_import_newitem` -- DROP TABLE IF EXISTS `mdl_grade_import_newitem`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_grade_import_newitem` ( `id` bigint NOT NULL AUTO_INCREMENT, `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `importcode` bigint NOT NULL, `importer` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_gradimponewi_imp_ix` (`importer`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='temporary table for storing new grade_item names from grade '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_import_newitem` -- LOCK TABLES `mdl_grade_import_newitem` WRITE; /*!40000 ALTER TABLE `mdl_grade_import_newitem` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_grade_import_newitem` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_import_values` -- DROP TABLE IF EXISTS `mdl_grade_import_values`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_grade_import_values` ( `id` bigint NOT NULL AUTO_INCREMENT, `itemid` bigint DEFAULT NULL, `newgradeitem` bigint DEFAULT NULL, `userid` bigint NOT NULL, `finalgrade` decimal(10,5) DEFAULT NULL, `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `importcode` bigint NOT NULL, `importer` bigint DEFAULT NULL, `importonlyfeedback` tinyint(1) DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_gradimpovalu_ite_ix` (`itemid`), KEY `mdl_gradimpovalu_new_ix` (`newgradeitem`), KEY `mdl_gradimpovalu_imp_ix` (`importer`), KEY `mdl_gradimpovalu_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Temporary table for importing grades'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_import_values` -- LOCK TABLES `mdl_grade_import_values` WRITE; /*!40000 ALTER TABLE `mdl_grade_import_values` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_grade_import_values` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_items` -- DROP TABLE IF EXISTS `mdl_grade_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_grade_items` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint DEFAULT NULL, `categoryid` bigint DEFAULT NULL, `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `itemtype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemmodule` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `iteminstance` bigint DEFAULT NULL, `itemnumber` bigint DEFAULT NULL, `iteminfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `calculation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `gradetype` smallint NOT NULL DEFAULT '1', `grademax` decimal(10,5) NOT NULL DEFAULT '100.00000', `grademin` decimal(10,5) NOT NULL DEFAULT '0.00000', `scaleid` bigint DEFAULT NULL, `outcomeid` bigint DEFAULT NULL, `gradepass` decimal(10,5) NOT NULL DEFAULT '0.00000', `multfactor` decimal(10,5) NOT NULL DEFAULT '1.00000', `plusfactor` decimal(10,5) NOT NULL DEFAULT '0.00000', `aggregationcoef` decimal(10,5) NOT NULL DEFAULT '0.00000', `aggregationcoef2` decimal(10,5) NOT NULL DEFAULT '0.00000', `sortorder` bigint NOT NULL DEFAULT '0', `display` bigint NOT NULL DEFAULT '0', `decimals` tinyint(1) DEFAULT NULL, `hidden` bigint NOT NULL DEFAULT '0', `locked` bigint NOT NULL DEFAULT '0', `locktime` bigint NOT NULL DEFAULT '0', `needsupdate` bigint NOT NULL DEFAULT '0', `weightoverride` tinyint(1) NOT NULL DEFAULT '0', `timecreated` bigint DEFAULT NULL, `timemodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_graditem_locloc_ix` (`locked`,`locktime`), KEY `mdl_graditem_itenee_ix` (`itemtype`,`needsupdate`), KEY `mdl_graditem_gra_ix` (`gradetype`), KEY `mdl_graditem_idncou_ix` (`idnumber`,`courseid`), KEY `mdl_graditem_iteiteitecou_ix` (`itemtype`,`itemmodule`,`iteminstance`,`courseid`), KEY `mdl_graditem_cou_ix` (`courseid`), KEY `mdl_graditem_cat_ix` (`categoryid`), KEY `mdl_graditem_sca_ix` (`scaleid`), KEY `mdl_graditem_out_ix` (`outcomeid`) ) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about gradeable items (ie colum'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_items` -- LOCK TABLES `mdl_grade_items` WRITE; /*!40000 ALTER TABLE `mdl_grade_items` DISABLE KEYS */; INSERT INTO `mdl_grade_items` VALUES (1,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,180.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,NULL,0,0,0,0,0,1689959909,1703697336),(3,1,NULL,NULL,'course',NULL,2,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,1691065733,1691065733),(5,2,4,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,5,0,0,0,0,0,0,0,1696091595,1703697657),(7,2,4,'第三週課前討論 whole forum','mod','forum',4,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,6,0,0,0,0,0,0,0,1696094233,1703697657),(8,2,4,'第四週課前討論 whole forum','mod','forum',6,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,7,0,0,0,0,0,0,0,1696386806,1703697657),(9,2,4,'第五週課前討論 whole forum','mod','forum',7,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,8,0,0,0,0,0,0,0,1697053321,1703697657),(10,2,4,'第六週課前討論 whole forum','mod','forum',8,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,9,0,0,0,0,0,0,0,1697852088,1703697658),(11,2,5,'作業繳交:外星人的教會觀察報告 whole forum','mod','forum',9,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.20000,25,0,0,0,0,0,0,0,1697852292,1703697658),(12,2,4,'第七週課前討論 whole forum','mod','forum',10,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,10,0,0,0,0,0,0,0,1698633296,1703697658),(13,2,NULL,'','category',NULL,3,NULL,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,2,0,NULL,0,0,0,0,1,1698885565,1703697657),(14,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,80.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,4,0,NULL,0,0,0,0,1,1698885595,1703697657),(15,2,NULL,'','category',NULL,5,NULL,'','',NULL,1,50.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,24,0,NULL,0,0,0,0,1,1698885711,1703697658),(16,2,NULL,'','category',NULL,6,NULL,'','',NULL,1,20.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,35,0,NULL,0,0,0,0,1,1698885733,1703697658),(17,2,4,'第八週課前討論 whole forum','mod','forum',11,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,11,0,0,0,0,0,0,0,1698932888,1703697658),(18,2,5,'前置作業繳交:找資料並寫註解(歷史、類型) whole forum','mod','forum',12,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.20000,26,0,0,0,0,0,0,0,1698933028,1703697658),(19,2,5,'前置作業繳交:回答「內容」 whole forum','mod','forum',13,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.20000,27,0,0,0,0,0,0,0,1699768337,1703697658),(20,2,4,'第九週課前討論 whole forum','mod','forum',14,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,12,0,0,0,0,0,0,0,1699768441,1703697658),(21,2,5,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,28,0,0,0,0,0,0,0,1700539476,1703697658),(22,2,5,'第十一週課後作業:戲劇查經——演員劇本分析','mod','assign',2,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,29,0,0,0,0,0,0,0,1701062107,1703697658),(23,2,6,'期末報告繳交','mod','assign',3,0,'','',NULL,1,20.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,36,0,0,0,0,0,0,0,1701956662,1703697658),(24,2,1,'課後回饋加分','manual',NULL,NULL,0,'','',NULL,1,2.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,37,0,0,0,0,0,0,0,1701958337,1703699634),(25,2,3,'出席、課堂參與','manual',NULL,NULL,0,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,3,0,NULL,0,0,0,0,0,1703697294,1703697657),(26,3,NULL,NULL,'course',NULL,7,NULL,NULL,NULL,NULL,1,35.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,NULL,0,0,0,0,0,1772554868,1772723767),(27,3,7,'第二週課前討論(分辨奧秘) whole forum','mod','forum',20,1,'','',NULL,1,5.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.14286,5,0,0,0,0,0,0,0,1772723060,1772723877),(28,3,7,'出席與課堂參與','manual',NULL,NULL,0,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.85714,2,0,0,0,0,0,0,0,1772723714,1772723877); /*!40000 ALTER TABLE `mdl_grade_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_items_history` -- DROP TABLE IF EXISTS `mdl_grade_items_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_grade_items_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timemodified` bigint DEFAULT NULL, `loggeduser` bigint DEFAULT NULL, `courseid` bigint DEFAULT NULL, `categoryid` bigint DEFAULT NULL, `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `itemtype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemmodule` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `iteminstance` bigint DEFAULT NULL, `itemnumber` bigint DEFAULT NULL, `iteminfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `calculation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `gradetype` smallint NOT NULL DEFAULT '1', `grademax` decimal(10,5) NOT NULL DEFAULT '100.00000', `grademin` decimal(10,5) NOT NULL DEFAULT '0.00000', `scaleid` bigint DEFAULT NULL, `outcomeid` bigint DEFAULT NULL, `gradepass` decimal(10,5) NOT NULL DEFAULT '0.00000', `multfactor` decimal(10,5) NOT NULL DEFAULT '1.00000', `plusfactor` decimal(10,5) NOT NULL DEFAULT '0.00000', `aggregationcoef` decimal(10,5) NOT NULL DEFAULT '0.00000', `aggregationcoef2` decimal(10,5) NOT NULL DEFAULT '0.00000', `sortorder` bigint NOT NULL DEFAULT '0', `hidden` bigint NOT NULL DEFAULT '0', `locked` bigint NOT NULL DEFAULT '0', `locktime` bigint NOT NULL DEFAULT '0', `needsupdate` bigint NOT NULL DEFAULT '0', `display` bigint NOT NULL DEFAULT '0', `decimals` tinyint(1) DEFAULT NULL, `weightoverride` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_graditemhist_act_ix` (`action`), KEY `mdl_graditemhist_tim_ix` (`timemodified`), KEY `mdl_graditemhist_old_ix` (`oldid`), KEY `mdl_graditemhist_cou_ix` (`courseid`), KEY `mdl_graditemhist_cat_ix` (`categoryid`), KEY `mdl_graditemhist_sca_ix` (`scaleid`), KEY `mdl_graditemhist_out_ix` (`outcomeid`), KEY `mdl_graditemhist_log_ix` (`loggeduser`) ) ENGINE=InnoDB AUTO_INCREMENT=511 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='History of grade_items'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_items_history` -- LOCK TABLES `mdl_grade_items_history` WRITE; /*!40000 ALTER TABLE `mdl_grade_items_history` DISABLE KEYS */; INSERT INTO `mdl_grade_items_history` VALUES (1,1,1,'system',1689959909,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(2,2,1,'aggregation',1689959932,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,0.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(3,1,2,NULL,1689961373,2,2,1,'課前閱讀','mod','lesson',1,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,2,0,0,0,1,0,NULL,0),(4,2,2,NULL,1689961373,2,2,1,'課前閱讀','mod','lesson',1,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,2,0,0,0,1,0,NULL,0),(5,2,1,'aggregation',1689961373,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(6,2,2,NULL,1691064342,2,2,1,'課前閱讀','mod','lesson',1,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,2,1,0,0,0,0,NULL,0),(7,1,3,'system',1691065733,2,1,NULL,NULL,'course',NULL,2,NULL,NULL,NULL,NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(8,2,3,'aggregation',1691065733,2,1,NULL,NULL,'course',NULL,2,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),(9,3,2,'mod/lesson',1691067094,2,2,1,'課前閱讀','mod','lesson',1,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,2,1,0,0,1,0,NULL,0),(10,2,1,'aggregation',1695738312,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),(11,1,4,NULL,1695738489,2,2,1,'第三週','mod','lesson',2,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,2,0,0,0,1,0,NULL,0),(12,2,4,NULL,1695738489,2,2,1,'第三週','mod','lesson',2,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,2,0,0,0,1,0,NULL,0),(13,2,1,'aggregation',1695738489,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(14,1,5,NULL,1696091595,2,2,1,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,3,0,0,0,1,0,NULL,0),(15,2,5,NULL,1696091595,2,2,1,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,3,0,0,0,1,0,NULL,0),(16,2,5,NULL,1696091595,2,2,1,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,3,0,0,0,1,0,NULL,0),(17,2,5,NULL,1696091595,2,2,1,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,3,0,0,0,1,0,NULL,0),(18,2,4,NULL,1696091596,2,2,1,'第三週','mod','lesson',2,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.90909,2,0,0,0,1,0,NULL,0),(19,2,5,NULL,1696091596,2,2,1,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.09091,3,0,0,0,1,0,NULL,0),(20,2,1,'aggregation',1696091596,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,110.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(21,2,4,NULL,1696091622,2,2,1,'第三週','mod','lesson',2,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.90909,2,0,0,0,0,0,NULL,0),(22,2,5,NULL,1696091622,2,2,1,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.09091,3,0,0,0,0,0,NULL,0),(23,3,4,'mod/lesson',1696093504,2,2,1,'第三週','mod','lesson',2,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.90909,2,0,0,0,1,0,NULL,0),(24,2,5,NULL,1696093530,2,2,1,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,3,0,0,0,1,0,NULL,0),(25,2,1,'aggregation',1696093530,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(26,1,6,NULL,1696094125,2,2,1,'第三週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,4,0,0,0,1,0,NULL,0),(27,2,6,NULL,1696094125,2,2,1,'第三週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,4,0,0,0,1,0,NULL,0),(28,2,6,NULL,1696094125,2,2,1,'第三週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,4,0,0,0,1,0,NULL,0),(29,2,6,NULL,1696094125,2,2,1,'第三週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,4,0,0,0,1,0,NULL,0),(30,2,5,NULL,1696094126,2,2,1,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.50000,3,0,0,0,1,0,NULL,0),(31,2,6,NULL,1696094126,2,2,1,'第三週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.50000,4,0,0,0,1,0,NULL,0),(32,2,1,'aggregation',1696094126,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,20.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(33,2,5,NULL,1696094131,2,2,1,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.50000,3,0,0,0,0,0,NULL,0),(34,2,6,NULL,1696094131,2,2,1,'第三週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.50000,4,0,0,0,0,0,NULL,0),(35,1,7,NULL,1696094233,2,2,1,'第三週課前討論 whole forum','mod','forum',4,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,5,0,0,0,1,0,NULL,0),(36,2,5,NULL,1696094234,2,2,1,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.33333,3,0,0,0,1,0,NULL,0),(37,2,6,NULL,1696094234,2,2,1,'第三週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.33333,4,0,0,0,1,0,NULL,0),(38,2,7,NULL,1696094234,2,2,1,'第三週課前討論 whole forum','mod','forum',4,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.33333,5,0,0,0,1,0,NULL,0),(39,2,1,'aggregation',1696094234,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(40,3,6,'grade/report/grader/category',1696094290,2,2,1,'第三週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.33333,4,0,0,0,1,0,NULL,0),(41,2,5,NULL,1696094291,2,2,1,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.50000,3,0,0,0,1,0,NULL,0),(42,2,7,NULL,1696094291,2,2,1,'第三週課前討論 whole forum','mod','forum',4,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.50000,5,0,0,0,1,0,NULL,0),(43,2,1,'aggregation',1696094291,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,20.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(44,2,5,NULL,1696094298,2,2,1,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.50000,3,0,0,0,0,0,NULL,0),(45,2,7,NULL,1696094298,2,2,1,'第三週課前討論 whole forum','mod','forum',4,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.50000,5,0,0,0,0,0,NULL,0),(46,1,8,'restore',1696386806,2,2,1,'第三週課前討論 whole forum','mod','forum',6,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.50000,6,0,0,0,0,0,NULL,0),(47,2,8,'restore',1696386806,2,2,1,'第三週課前討論 whole forum','mod','forum',6,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.50000,5,0,0,0,1,0,NULL,0),(48,2,5,NULL,1696386806,2,2,1,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.33333,3,0,0,0,1,0,NULL,0),(49,2,7,NULL,1696386806,2,2,1,'第三週課前討論 whole forum','mod','forum',4,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.33333,5,0,0,0,1,0,NULL,0),(50,2,8,NULL,1696386806,2,2,1,'第三週課前討論 whole forum','mod','forum',6,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.33333,5,0,0,0,1,0,NULL,0),(51,2,1,'aggregation',1696386807,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(52,2,8,NULL,1696386986,2,2,1,'第四週課前討論 whole forum','mod','forum',6,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.33333,6,0,0,0,0,0,NULL,0),(53,1,9,'restore',1697053321,2,2,1,'第四週課前討論 whole forum','mod','forum',7,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.33333,7,0,0,0,0,0,NULL,0),(54,2,9,'restore',1697053321,2,2,1,'第四週課前討論 whole forum','mod','forum',7,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.33333,6,0,0,0,1,0,NULL,0),(55,2,9,NULL,1697053336,2,2,1,'第五週課前討論 whole forum','mod','forum',7,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.33333,7,0,0,0,1,0,NULL,0),(56,2,5,NULL,1697053421,2,2,1,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.25000,3,0,0,0,1,0,NULL,0),(57,2,7,NULL,1697053421,2,2,1,'第三週課前討論 whole forum','mod','forum',4,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.25000,5,0,0,0,1,0,NULL,0),(58,2,8,NULL,1697053422,2,2,1,'第四週課前討論 whole forum','mod','forum',6,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.25000,6,0,0,0,1,0,NULL,0),(59,2,9,NULL,1697053422,2,2,1,'第五週課前討論 whole forum','mod','forum',7,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.25000,7,0,0,0,1,0,NULL,0),(60,2,1,'aggregation',1697053422,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,40.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(61,1,10,'restore',1697852088,2,2,1,'第五週課前討論 whole forum','mod','forum',8,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.25000,8,0,0,0,0,0,NULL,0),(62,2,10,'restore',1697852088,2,2,1,'第五週課前討論 whole forum','mod','forum',8,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.25000,7,0,0,0,1,0,NULL,0),(63,2,10,NULL,1697852100,2,2,1,'第六週課前討論 whole forum','mod','forum',8,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.25000,8,0,0,0,1,0,NULL,0),(64,2,5,NULL,1697852188,2,2,1,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,3,0,0,0,1,0,NULL,0),(65,2,7,NULL,1697852188,2,2,1,'第三週課前討論 whole forum','mod','forum',4,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,5,0,0,0,1,0,NULL,0),(66,2,8,NULL,1697852188,2,2,1,'第四週課前討論 whole forum','mod','forum',6,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,6,0,0,0,1,0,NULL,0),(67,2,9,NULL,1697852188,2,2,1,'第五週課前討論 whole forum','mod','forum',7,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,7,0,0,0,1,0,NULL,0),(68,2,10,NULL,1697852188,2,2,1,'第六週課前討論 whole forum','mod','forum',8,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,8,0,0,0,1,0,NULL,0),(69,2,1,'aggregation',1697852188,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,50.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(70,1,11,'restore',1697852292,2,2,1,'第六週課前討論 whole forum','mod','forum',9,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,9,0,0,0,0,0,NULL,0),(71,2,11,'restore',1697852292,2,2,1,'第六週課前討論 whole forum','mod','forum',9,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,8,0,0,0,1,0,NULL,0),(72,2,11,NULL,1697852318,2,2,1,'教會報告討論區 whole forum','mod','forum',9,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,9,0,0,0,1,0,NULL,0),(73,2,11,NULL,1697852501,2,2,1,'外星人的教會觀察報告 whole forum','mod','forum',9,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,9,0,0,0,1,0,NULL,0),(74,2,5,NULL,1697852501,2,2,1,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,3,0,0,0,1,0,NULL,0),(75,2,7,NULL,1697852501,2,2,1,'第三週課前討論 whole forum','mod','forum',4,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,5,0,0,0,1,0,NULL,0),(76,2,8,NULL,1697852501,2,2,1,'第四週課前討論 whole forum','mod','forum',6,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,6,0,0,0,1,0,NULL,0),(77,2,9,NULL,1697852501,2,2,1,'第五週課前討論 whole forum','mod','forum',7,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,7,0,0,0,1,0,NULL,0),(78,2,10,NULL,1697852501,2,2,1,'第六週課前討論 whole forum','mod','forum',8,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,8,0,0,0,1,0,NULL,0),(79,2,11,NULL,1697852501,2,2,1,'外星人的教會觀察報告 whole forum','mod','forum',9,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,9,0,0,0,1,0,NULL,0),(80,2,1,'aggregation',1697852501,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,60.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(81,2,11,NULL,1697852751,2,2,1,'作業繳交:外星人的教會觀察報告 whole forum','mod','forum',9,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,9,0,0,0,0,0,NULL,0),(82,1,12,'restore',1698633296,2,2,1,'第六週課前討論 whole forum','mod','forum',10,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,10,0,0,0,0,0,NULL,0),(83,2,12,'restore',1698633296,2,2,1,'第六週課前討論 whole forum','mod','forum',10,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,8,0,0,0,1,0,NULL,0),(84,2,12,NULL,1698633307,2,2,1,'第七週課前討論 whole forum','mod','forum',10,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,9,0,0,0,1,0,NULL,0),(85,2,12,NULL,1698633312,2,2,1,'第七週課前討論 whole forum','mod','forum',10,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,9,1,0,0,1,0,NULL,0),(86,2,5,NULL,1698633477,2,2,1,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.14286,3,0,0,0,1,0,NULL,0),(87,2,7,NULL,1698633477,2,2,1,'第三週課前討論 whole forum','mod','forum',4,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.14286,5,0,0,0,1,0,NULL,0),(88,2,8,NULL,1698633477,2,2,1,'第四週課前討論 whole forum','mod','forum',6,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.14286,6,0,0,0,1,0,NULL,0),(89,2,9,NULL,1698633477,2,2,1,'第五週課前討論 whole forum','mod','forum',7,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.14286,7,0,0,0,1,0,NULL,0),(90,2,10,NULL,1698633477,2,2,1,'第六週課前討論 whole forum','mod','forum',8,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.14286,8,0,0,0,1,0,NULL,0),(91,2,12,NULL,1698633477,2,2,1,'第七週課前討論 whole forum','mod','forum',10,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.14286,9,1,0,0,1,0,NULL,0),(92,2,11,NULL,1698633477,2,2,1,'作業繳交:外星人的教會觀察報告 whole forum','mod','forum',9,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.14286,11,0,0,0,1,0,NULL,0),(93,2,1,'aggregation',1698633477,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,70.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(94,2,12,NULL,1698633482,2,2,1,'第七週課前討論 whole forum','mod','forum',10,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.14286,9,0,0,0,0,0,NULL,0),(95,1,13,'system',1698885565,2,2,NULL,NULL,'category',NULL,3,NULL,NULL,NULL,NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,12,0,0,0,1,0,NULL,0),(96,2,13,NULL,1698885565,2,2,NULL,'','category',NULL,3,NULL,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,12,0,0,0,1,0,NULL,0),(97,2,13,NULL,1698885565,2,2,NULL,'','category',NULL,3,NULL,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,12,0,0,0,1,0,NULL,0),(98,2,13,NULL,1698885565,2,2,NULL,'','category',NULL,3,NULL,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,12,0,0,0,1,0,NULL,0),(99,2,13,'aggregation',1698885565,2,2,NULL,'','category',NULL,3,NULL,'','',NULL,1,0.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,12,0,0,0,1,0,NULL,0),(100,1,14,'system',1698885595,2,2,NULL,NULL,'category',NULL,4,NULL,NULL,NULL,NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,13,0,0,0,1,0,NULL,0),(101,2,14,NULL,1698885595,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,13,0,0,0,1,0,NULL,0),(102,2,14,NULL,1698885595,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,13,0,0,0,1,0,NULL,0),(103,2,14,NULL,1698885595,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,13,0,0,0,1,0,NULL,0),(104,2,14,'aggregation',1698885595,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,0.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,13,0,0,0,1,0,NULL,0),(105,2,11,NULL,1698885618,2,2,1,'作業繳交:外星人的教會觀察報告 whole forum','mod','forum',9,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.14286,10,0,0,0,0,0,NULL,0),(106,2,14,NULL,1698885626,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,0.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,2,0,0,0,0,0,NULL,0),(107,2,5,NULL,1698885644,2,2,4,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,4,0,0,0,1,0,NULL,0),(108,2,5,NULL,1698885644,2,2,4,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,3,0,0,0,1,0,NULL,0),(109,2,14,'aggregation',1698885644,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,2,0,0,0,1,0,NULL,0),(110,2,14,NULL,1698885644,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.14286,2,0,0,0,1,0,NULL,0),(111,2,7,NULL,1698885656,2,2,4,'第三週課前討論 whole forum','mod','forum',4,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,7,0,0,0,1,0,NULL,0),(112,2,7,NULL,1698885656,2,2,4,'第三週課前討論 whole forum','mod','forum',4,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,4,0,0,0,1,0,NULL,0),(113,2,5,NULL,1698885657,2,2,4,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.50000,3,0,0,0,1,0,NULL,0),(114,2,7,NULL,1698885657,2,2,4,'第三週課前討論 whole forum','mod','forum',4,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.50000,4,0,0,0,1,0,NULL,0),(115,2,14,'aggregation',1698885657,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,20.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.14286,2,0,0,0,1,0,NULL,0),(116,2,14,NULL,1698885657,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,20.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.28571,2,0,0,0,1,0,NULL,0),(117,2,8,NULL,1698885664,2,2,4,'第四週課前討論 whole forum','mod','forum',6,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,9,0,0,0,1,0,NULL,0),(118,2,8,NULL,1698885664,2,2,4,'第四週課前討論 whole forum','mod','forum',6,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,5,0,0,0,1,0,NULL,0),(119,2,5,NULL,1698885664,2,2,4,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.33333,3,0,0,0,1,0,NULL,0),(120,2,7,NULL,1698885664,2,2,4,'第三週課前討論 whole forum','mod','forum',4,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.33333,4,0,0,0,1,0,NULL,0),(121,2,8,NULL,1698885664,2,2,4,'第四週課前討論 whole forum','mod','forum',6,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.33333,5,0,0,0,1,0,NULL,0),(122,2,14,'aggregation',1698885664,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.28571,2,0,0,0,1,0,NULL,0),(123,2,14,NULL,1698885664,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.42857,2,0,0,0,1,0,NULL,0),(124,2,9,NULL,1698885671,2,2,4,'第五週課前討論 whole forum','mod','forum',7,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,11,0,0,0,1,0,NULL,0),(125,2,9,NULL,1698885671,2,2,4,'第五週課前討論 whole forum','mod','forum',7,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,6,0,0,0,1,0,NULL,0),(126,2,5,NULL,1698885671,2,2,4,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.25000,3,0,0,0,1,0,NULL,0),(127,2,7,NULL,1698885672,2,2,4,'第三週課前討論 whole forum','mod','forum',4,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.25000,4,0,0,0,1,0,NULL,0),(128,2,8,NULL,1698885672,2,2,4,'第四週課前討論 whole forum','mod','forum',6,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.25000,5,0,0,0,1,0,NULL,0),(129,2,9,NULL,1698885672,2,2,4,'第五週課前討論 whole forum','mod','forum',7,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.25000,6,0,0,0,1,0,NULL,0),(130,2,14,'aggregation',1698885672,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,40.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.42857,2,0,0,0,1,0,NULL,0),(131,2,14,NULL,1698885672,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,40.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.57143,2,0,0,0,1,0,NULL,0),(132,2,10,NULL,1698885679,2,2,4,'第六週課前討論 whole forum','mod','forum',8,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,13,0,0,0,1,0,NULL,0),(133,2,10,NULL,1698885679,2,2,4,'第六週課前討論 whole forum','mod','forum',8,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,7,0,0,0,1,0,NULL,0),(134,2,5,NULL,1698885679,2,2,4,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,3,0,0,0,1,0,NULL,0),(135,2,7,NULL,1698885679,2,2,4,'第三週課前討論 whole forum','mod','forum',4,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,4,0,0,0,1,0,NULL,0),(136,2,8,NULL,1698885679,2,2,4,'第四週課前討論 whole forum','mod','forum',6,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,5,0,0,0,1,0,NULL,0),(137,2,9,NULL,1698885679,2,2,4,'第五週課前討論 whole forum','mod','forum',7,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,6,0,0,0,1,0,NULL,0),(138,2,10,NULL,1698885679,2,2,4,'第六週課前討論 whole forum','mod','forum',8,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,7,0,0,0,1,0,NULL,0),(139,2,14,'aggregation',1698885679,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,50.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.57143,2,0,0,0,1,0,NULL,0),(140,2,14,NULL,1698885679,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,50.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.71429,2,0,0,0,1,0,NULL,0),(141,2,12,NULL,1698885688,2,2,4,'第七週課前討論 whole forum','mod','forum',10,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,15,0,0,0,1,0,NULL,0),(142,2,12,NULL,1698885688,2,2,4,'第七週課前討論 whole forum','mod','forum',10,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,8,0,0,0,1,0,NULL,0),(143,2,5,NULL,1698885688,2,2,4,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,3,0,0,0,1,0,NULL,0),(144,2,7,NULL,1698885688,2,2,4,'第三週課前討論 whole forum','mod','forum',4,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,4,0,0,0,1,0,NULL,0),(145,2,8,NULL,1698885688,2,2,4,'第四週課前討論 whole forum','mod','forum',6,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,5,0,0,0,1,0,NULL,0),(146,2,9,NULL,1698885689,2,2,4,'第五週課前討論 whole forum','mod','forum',7,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,6,0,0,0,1,0,NULL,0),(147,2,10,NULL,1698885689,2,2,4,'第六週課前討論 whole forum','mod','forum',8,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,7,0,0,0,1,0,NULL,0),(148,2,12,NULL,1698885689,2,2,4,'第七週課前討論 whole forum','mod','forum',10,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,8,0,0,0,1,0,NULL,0),(149,2,14,'aggregation',1698885689,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,60.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.71429,2,0,0,0,1,0,NULL,0),(150,2,14,NULL,1698885689,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,60.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.85714,2,0,0,0,1,0,NULL,0),(151,2,13,NULL,1698885698,2,2,NULL,'','category',NULL,3,NULL,'','',NULL,1,0.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,2,0,0,0,0,0,NULL,0),(152,1,15,'system',1698885711,2,2,NULL,NULL,'category',NULL,5,NULL,NULL,NULL,NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,19,0,0,0,1,0,NULL,0),(153,2,15,NULL,1698885711,2,2,NULL,'','category',NULL,5,NULL,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,19,0,0,0,1,0,NULL,0),(154,2,15,NULL,1698885711,2,2,NULL,'','category',NULL,5,NULL,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,19,0,0,0,1,0,NULL,0),(155,2,15,NULL,1698885711,2,2,NULL,'','category',NULL,5,NULL,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,19,0,0,0,1,0,NULL,0),(156,2,15,'aggregation',1698885711,2,2,NULL,'','category',NULL,5,NULL,'','',NULL,1,0.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,19,0,0,0,1,0,NULL,0),(157,2,11,NULL,1698885718,2,2,5,'作業繳交:外星人的教會觀察報告 whole forum','mod','forum',9,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,18,0,0,0,1,0,NULL,0),(158,2,11,NULL,1698885718,2,2,5,'作業繳交:外星人的教會觀察報告 whole forum','mod','forum',9,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,20,0,0,0,1,0,NULL,0),(159,2,15,'aggregation',1698885719,2,2,NULL,'','category',NULL,5,NULL,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,19,0,0,0,1,0,NULL,0),(160,2,15,NULL,1698885719,2,2,NULL,'','category',NULL,5,NULL,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.14286,19,0,0,0,1,0,NULL,0),(161,1,16,'system',1698885733,2,2,NULL,NULL,'category',NULL,6,NULL,NULL,NULL,NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,21,0,0,0,1,0,NULL,0),(162,2,16,NULL,1698885733,2,2,NULL,'','category',NULL,6,NULL,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,21,0,0,0,1,0,NULL,0),(163,2,16,NULL,1698885733,2,2,NULL,'','category',NULL,6,NULL,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,21,0,0,0,1,0,NULL,0),(164,2,16,NULL,1698885733,2,2,NULL,'','category',NULL,6,NULL,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,21,0,0,0,1,0,NULL,0),(165,2,16,'aggregation',1698885733,2,2,NULL,'','category',NULL,6,NULL,'','',NULL,1,0.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,21,0,0,0,1,0,NULL,0),(166,2,13,NULL,1698885752,2,2,NULL,'','category',NULL,3,NULL,'','',NULL,1,0.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,2,0,0,0,1,0,NULL,1),(167,2,13,NULL,1698885752,2,2,NULL,'','category',NULL,3,NULL,'','',NULL,1,0.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,2,0,0,0,1,0,NULL,1),(168,2,14,NULL,1698885752,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,60.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.85714,3,0,0,0,1,0,NULL,1),(169,2,14,NULL,1698885752,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,60.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,3,0,0,0,1,0,NULL,1),(170,2,5,NULL,1698885752,2,2,4,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,4,0,0,0,0,0,NULL,0),(171,2,7,NULL,1698885752,2,2,4,'第三週課前討論 whole forum','mod','forum',4,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,5,0,0,0,0,0,NULL,0),(172,2,8,NULL,1698885752,2,2,4,'第四週課前討論 whole forum','mod','forum',6,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,6,0,0,0,0,0,NULL,0),(173,2,9,NULL,1698885752,2,2,4,'第五週課前討論 whole forum','mod','forum',7,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,7,0,0,0,0,0,NULL,0),(174,2,10,NULL,1698885752,2,2,4,'第六週課前討論 whole forum','mod','forum',8,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,8,0,0,0,0,0,NULL,0),(175,2,12,NULL,1698885752,2,2,4,'第七週課前討論 whole forum','mod','forum',10,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,9,0,0,0,0,0,NULL,0),(176,2,15,NULL,1698885752,2,2,NULL,'','category',NULL,5,NULL,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.14286,19,0,0,0,1,0,NULL,1),(177,2,15,NULL,1698885752,2,2,NULL,'','category',NULL,5,NULL,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,19,0,0,0,1,0,NULL,1),(178,2,11,NULL,1698885752,2,2,5,'作業繳交:外星人的教會觀察報告 whole forum','mod','forum',9,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,20,0,0,0,0,0,NULL,0),(179,2,16,NULL,1698885752,2,2,NULL,'','category',NULL,6,NULL,'','',NULL,1,0.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,21,0,0,0,1,0,NULL,1),(180,2,16,NULL,1698885752,2,2,NULL,'','category',NULL,6,NULL,'','',NULL,1,0.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,21,0,0,0,1,0,NULL,1),(181,2,13,NULL,1698885777,2,2,NULL,'','category',NULL,3,NULL,'','',NULL,1,0.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,2,0,0,0,0,0,NULL,1),(182,2,13,NULL,1698885777,2,2,NULL,'','category',NULL,3,NULL,'','',NULL,1,0.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,2,0,0,0,0,0,NULL,1),(183,2,14,NULL,1698885777,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,60.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,3,0,0,0,0,0,NULL,1),(184,2,14,NULL,1698885777,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,60.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,3,0,0,0,0,0,NULL,1),(185,2,5,NULL,1698885777,2,2,4,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,4,0,0,0,0,0,NULL,0),(186,2,7,NULL,1698885777,2,2,4,'第三週課前討論 whole forum','mod','forum',4,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,5,0,0,0,0,0,NULL,0),(187,2,8,NULL,1698885777,2,2,4,'第四週課前討論 whole forum','mod','forum',6,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,6,0,0,0,0,0,NULL,0),(188,2,9,NULL,1698885778,2,2,4,'第五週課前討論 whole forum','mod','forum',7,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,7,0,0,0,0,0,NULL,0),(189,2,10,NULL,1698885778,2,2,4,'第六週課前討論 whole forum','mod','forum',8,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,8,0,0,0,0,0,NULL,0),(190,2,12,NULL,1698885778,2,2,4,'第七週課前討論 whole forum','mod','forum',10,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.16667,9,0,0,0,0,0,NULL,0),(191,2,15,NULL,1698885778,2,2,NULL,'','category',NULL,5,NULL,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,19,0,0,0,0,0,NULL,1),(192,2,15,NULL,1698885778,2,2,NULL,'','category',NULL,5,NULL,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,19,0,0,0,0,0,NULL,1),(193,2,11,NULL,1698885778,2,2,5,'作業繳交:外星人的教會觀察報告 whole forum','mod','forum',9,1,NULL,NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,20,0,0,0,0,0,NULL,0),(194,2,16,NULL,1698885778,2,2,NULL,'','category',NULL,6,NULL,'','',NULL,1,0.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,21,0,0,0,0,0,NULL,1),(195,2,16,NULL,1698885778,2,2,NULL,'','category',NULL,6,NULL,'','',NULL,1,0.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,21,0,0,0,0,0,NULL,1),(196,2,7,NULL,1698886405,2,2,4,'第三週課前討論 whole forum','mod','forum',4,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16700,5,0,0,0,1,0,0,0),(197,2,7,NULL,1698886405,2,2,4,'第三週課前討論 whole forum','mod','forum',4,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16700,5,0,0,0,1,0,0,0),(198,2,7,NULL,1698886405,2,2,4,'第三週課前討論 whole forum','mod','forum',4,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16700,5,0,0,0,1,0,0,0),(199,2,7,NULL,1698886405,2,2,4,'第三週課前討論 whole forum','mod','forum',4,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16700,5,0,0,0,1,0,0,0),(200,2,7,NULL,1698886406,2,2,4,'第三週課前討論 whole forum','mod','forum',4,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16667,5,0,0,0,1,0,0,0),(201,2,5,NULL,1698886433,2,2,4,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16700,4,0,0,0,1,0,0,0),(202,2,5,NULL,1698886433,2,2,4,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16700,4,0,0,0,1,0,0,0),(203,2,5,NULL,1698886433,2,2,4,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16700,4,0,0,0,1,0,0,0),(204,2,5,NULL,1698886433,2,2,4,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16700,4,0,0,0,1,0,0,0),(205,2,5,NULL,1698886434,2,2,4,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16667,4,0,0,0,1,0,0,0),(206,2,8,NULL,1698886446,2,2,4,'第四週課前討論 whole forum','mod','forum',6,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16700,6,0,0,0,1,0,0,0),(207,2,8,NULL,1698886446,2,2,4,'第四週課前討論 whole forum','mod','forum',6,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16700,6,0,0,0,1,0,0,0),(208,2,8,NULL,1698886447,2,2,4,'第四週課前討論 whole forum','mod','forum',6,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16700,6,0,0,0,1,0,0,0),(209,2,8,NULL,1698886447,2,2,4,'第四週課前討論 whole forum','mod','forum',6,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16700,6,0,0,0,1,0,0,0),(210,2,8,NULL,1698886448,2,2,4,'第四週課前討論 whole forum','mod','forum',6,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16667,6,0,0,0,1,0,0,0),(211,2,9,NULL,1698886460,2,2,4,'第五週課前討論 whole forum','mod','forum',7,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16700,7,0,0,0,1,0,0,0),(212,2,9,NULL,1698886460,2,2,4,'第五週課前討論 whole forum','mod','forum',7,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16700,7,0,0,0,1,0,0,0),(213,2,9,NULL,1698886461,2,2,4,'第五週課前討論 whole forum','mod','forum',7,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16700,7,0,0,0,1,0,0,0),(214,2,9,NULL,1698886461,2,2,4,'第五週課前討論 whole forum','mod','forum',7,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16700,7,0,0,0,1,0,0,0),(215,2,9,NULL,1698886462,2,2,4,'第五週課前討論 whole forum','mod','forum',7,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16667,7,0,0,0,1,0,0,0),(216,2,10,NULL,1698886475,2,2,4,'第六週課前討論 whole forum','mod','forum',8,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16700,8,0,0,0,1,0,0,0),(217,2,10,NULL,1698886475,2,2,4,'第六週課前討論 whole forum','mod','forum',8,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16700,8,0,0,0,1,0,0,0),(218,2,10,NULL,1698886475,2,2,4,'第六週課前討論 whole forum','mod','forum',8,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16700,8,0,0,0,1,0,0,0),(219,2,10,NULL,1698886475,2,2,4,'第六週課前討論 whole forum','mod','forum',8,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16700,8,0,0,0,1,0,0,0),(220,2,10,NULL,1698886476,2,2,4,'第六週課前討論 whole forum','mod','forum',8,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16667,8,0,0,0,1,0,0,0),(221,2,12,NULL,1698886485,2,2,4,'第七週課前討論 whole forum','mod','forum',10,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16700,9,0,0,0,1,0,0,0),(222,2,12,NULL,1698886485,2,2,4,'第七週課前討論 whole forum','mod','forum',10,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16700,9,0,0,0,1,0,0,0),(223,2,12,NULL,1698886485,2,2,4,'第七週課前討論 whole forum','mod','forum',10,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16700,9,0,0,0,1,0,0,0),(224,2,12,NULL,1698886485,2,2,4,'第七週課前討論 whole forum','mod','forum',10,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16700,9,0,0,0,1,0,0,0),(225,2,12,NULL,1698886486,2,2,4,'第七週課前討論 whole forum','mod','forum',10,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16667,9,0,0,0,1,0,0,0),(226,2,11,NULL,1698886510,2,2,5,'作業繳交:外星人的教會觀察報告 whole forum','mod','forum',9,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,1.00000,20,0,0,0,0,0,0,0),(227,2,11,NULL,1698886510,2,2,5,'作業繳交:外星人的教會觀察報告 whole forum','mod','forum',9,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,1.00000,20,0,0,0,0,0,0,0),(228,2,11,NULL,1698886510,2,2,5,'作業繳交:外星人的教會觀察報告 whole forum','mod','forum',9,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,1.00000,20,0,0,0,0,0,0,0),(229,2,11,NULL,1698886510,2,2,5,'作業繳交:外星人的教會觀察報告 whole forum','mod','forum',9,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,1.00000,20,0,0,0,0,0,0,0),(230,1,17,'restore',1698932888,2,2,4,'第七週課前討論 whole forum','mod','forum',11,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16667,22,0,0,0,0,0,0,0),(231,2,17,'restore',1698932888,2,2,4,'第七週課前討論 whole forum','mod','forum',11,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16667,9,0,0,0,1,0,0,0),(232,2,17,NULL,1698932902,2,2,4,'第八週課前討論 whole forum','mod','forum',11,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.16667,10,0,0,0,1,0,0,0),(233,2,5,NULL,1698932957,2,2,4,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.14286,4,0,0,0,1,0,0,0),(234,2,7,NULL,1698932957,2,2,4,'第三週課前討論 whole forum','mod','forum',4,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.14286,5,0,0,0,1,0,0,0),(235,2,8,NULL,1698932957,2,2,4,'第四週課前討論 whole forum','mod','forum',6,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.14286,6,0,0,0,1,0,0,0),(236,2,9,NULL,1698932957,2,2,4,'第五週課前討論 whole forum','mod','forum',7,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.14286,7,0,0,0,1,0,0,0),(237,2,10,NULL,1698932957,2,2,4,'第六週課前討論 whole forum','mod','forum',8,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.14286,8,0,0,0,1,0,0,0),(238,2,12,NULL,1698932957,2,2,4,'第七週課前討論 whole forum','mod','forum',10,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.14286,9,0,0,0,1,0,0,0),(239,2,17,NULL,1698932957,2,2,4,'第八週課前討論 whole forum','mod','forum',11,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.14286,10,0,0,0,1,0,0,0),(240,2,14,'aggregation',1698932957,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,70.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,3,0,0,0,1,0,NULL,1),(241,2,1,'aggregation',1698932957,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,80.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(242,1,18,'restore',1698933028,2,2,5,'作業繳交:外星人的教會觀察報告 whole forum','mod','forum',12,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,1.00000,24,0,0,0,0,0,0,0),(243,2,18,'restore',1698933028,2,2,5,'作業繳交:外星人的教會觀察報告 whole forum','mod','forum',12,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,1.00000,22,0,0,0,1,0,0,0),(244,2,18,NULL,1698933054,2,2,5,'作業繳交:找資料並寫註解(歷史、類型) whole forum','mod','forum',12,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,1.00000,23,0,0,0,1,0,0,0),(245,2,11,NULL,1698933147,2,2,5,'作業繳交:外星人的教會觀察報告 whole forum','mod','forum',9,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.50000,22,0,0,0,1,0,0,0),(246,2,18,NULL,1698933147,2,2,5,'作業繳交:找資料並寫註解(歷史、類型) whole forum','mod','forum',12,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.50000,23,0,0,0,1,0,0,0),(247,2,15,'aggregation',1698933147,2,2,NULL,'','category',NULL,5,NULL,'','',NULL,1,20.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,21,0,0,0,1,0,NULL,1),(248,2,1,'aggregation',1698933147,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,90.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(249,1,19,'restore',1699768337,2,2,5,'作業繳交:找資料並寫註解(歷史、類型) whole forum','mod','forum',13,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.50000,26,0,0,0,0,0,0,0),(250,2,19,'restore',1699768338,2,2,5,'作業繳交:找資料並寫註解(歷史、類型) whole forum','mod','forum',13,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.50000,23,0,0,0,1,0,0,0),(251,2,19,NULL,1699768364,2,2,5,'作業繳交:回答「內容」 whole forum','mod','forum',13,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.50000,24,0,0,0,1,0,0,0),(252,2,11,NULL,1699768418,2,2,5,'作業繳交:外星人的教會觀察報告 whole forum','mod','forum',9,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.33333,22,0,0,0,1,0,0,0),(253,2,18,NULL,1699768418,2,2,5,'作業繳交:找資料並寫註解(歷史、類型) whole forum','mod','forum',12,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.33333,23,0,0,0,1,0,0,0),(254,2,19,NULL,1699768418,2,2,5,'作業繳交:回答「內容」 whole forum','mod','forum',13,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.33333,24,0,0,0,1,0,0,0),(255,2,15,'aggregation',1699768418,2,2,NULL,'','category',NULL,5,NULL,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,21,0,0,0,1,0,NULL,1),(256,2,1,'aggregation',1699768418,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(257,1,20,'restore',1699768441,2,2,4,'第八週課前討論 whole forum','mod','forum',14,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.14286,28,0,0,0,0,0,0,0),(258,2,20,'restore',1699768441,2,2,4,'第八週課前討論 whole forum','mod','forum',14,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.14286,10,0,0,0,1,0,0,0),(259,2,20,NULL,1699768453,2,2,4,'第九週課前討論 whole forum','mod','forum',14,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.14286,11,0,0,0,1,0,0,0),(260,2,5,NULL,1699768494,2,2,4,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,4,0,0,0,1,0,0,0),(261,2,7,NULL,1699768494,2,2,4,'第三週課前討論 whole forum','mod','forum',4,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,5,0,0,0,1,0,0,0),(262,2,8,NULL,1699768494,2,2,4,'第四週課前討論 whole forum','mod','forum',6,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,6,0,0,0,1,0,0,0),(263,2,9,NULL,1699768494,2,2,4,'第五週課前討論 whole forum','mod','forum',7,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,7,0,0,0,1,0,0,0),(264,2,10,NULL,1699768494,2,2,4,'第六週課前討論 whole forum','mod','forum',8,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,8,0,0,0,1,0,0,0),(265,2,12,NULL,1699768494,2,2,4,'第七週課前討論 whole forum','mod','forum',10,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,9,0,0,0,1,0,0,0),(266,2,17,NULL,1699768494,2,2,4,'第八週課前討論 whole forum','mod','forum',11,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,10,0,0,0,1,0,0,0),(267,2,20,NULL,1699768494,2,2,4,'第九週課前討論 whole forum','mod','forum',14,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,11,0,0,0,1,0,0,0),(268,2,14,'aggregation',1699768494,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,80.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,3,0,0,0,1,0,NULL,1),(269,2,1,'aggregation',1699768494,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,110.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(270,1,21,NULL,1700539476,2,2,1,'第十週課後作業:導演理念','mod','assign',1,0,NULL,'49',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,30,0,0,0,1,0,NULL,0),(271,2,21,NULL,1700539476,2,2,1,'第十週課後作業:導演理念','mod','assign',1,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,30,0,0,0,1,0,NULL,0),(272,2,21,NULL,1700539476,2,2,1,'第十週課後作業:導演理念','mod','assign',1,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,30,0,0,0,1,0,NULL,0),(273,2,21,NULL,1700539476,2,2,1,'第十週課後作業:導演理念','mod','assign',1,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,30,0,0,0,1,0,NULL,0),(274,2,21,NULL,1700539573,2,2,1,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,30,0,0,0,0,0,NULL,0),(275,2,21,NULL,1700539801,2,2,1,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,NULL,'49',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,30,0,0,0,0,0,NULL,0),(276,2,21,NULL,1700539801,2,2,1,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,30,0,0,0,0,0,NULL,0),(277,2,21,NULL,1700539846,2,2,1,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,NULL,'49',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,30,0,0,0,0,0,NULL,0),(278,2,21,NULL,1700539846,2,2,1,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,NULL,'',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,30,0,0,0,0,0,NULL,0),(279,2,21,NULL,1700539955,2,2,1,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,30,0,0,0,0,0,0,0),(280,2,21,NULL,1700539955,2,2,1,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,30,0,0,0,0,0,0,0),(281,2,21,NULL,1700539955,2,2,1,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,30,0,0,0,0,0,0,0),(282,2,21,NULL,1700539955,2,2,1,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,30,0,0,0,0,0,0,0),(283,2,21,NULL,1700540000,2,2,5,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,30,0,0,0,1,0,0,0),(284,2,21,NULL,1700540001,2,2,5,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,27,0,0,0,1,0,0,0),(285,2,11,NULL,1700540001,2,2,5,'作業繳交:外星人的教會觀察報告 whole forum','mod','forum',9,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.07692,24,0,0,0,1,0,0,0),(286,2,18,NULL,1700540001,2,2,5,'作業繳交:找資料並寫註解(歷史、類型) whole forum','mod','forum',12,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.07692,25,0,0,0,1,0,0,0),(287,2,19,NULL,1700540001,2,2,5,'作業繳交:回答「內容」 whole forum','mod','forum',13,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.07692,26,0,0,0,1,0,0,0),(288,2,21,NULL,1700540001,2,2,5,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.76923,27,0,0,0,1,0,0,0),(289,2,15,'aggregation',1700540001,2,2,NULL,'','category',NULL,5,NULL,'','',NULL,1,130.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,23,0,0,0,1,0,NULL,1),(290,2,1,'aggregation',1700540001,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,210.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(291,2,21,NULL,1700540044,2,2,5,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,'','49',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.76923,27,0,0,0,1,0,0,0),(292,2,21,NULL,1700540044,2,2,5,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.76923,27,0,0,0,1,0,0,0),(293,2,11,NULL,1700540044,2,2,5,'作業繳交:外星人的教會觀察報告 whole forum','mod','forum',9,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.25000,24,0,0,0,1,0,0,0),(294,2,18,NULL,1700540044,2,2,5,'作業繳交:找資料並寫註解(歷史、類型) whole forum','mod','forum',12,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.25000,25,0,0,0,1,0,0,0),(295,2,19,NULL,1700540044,2,2,5,'作業繳交:回答「內容」 whole forum','mod','forum',13,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.25000,26,0,0,0,1,0,0,0),(296,2,21,NULL,1700540044,2,2,5,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.25000,27,0,0,0,1,0,0,0),(297,2,15,'aggregation',1700540044,2,2,NULL,'','category',NULL,5,NULL,'','',NULL,1,40.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,23,0,0,0,1,0,NULL,1),(298,2,1,'aggregation',1700540044,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,120.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(299,2,21,NULL,1700540144,2,2,5,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,'','49',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.25000,27,0,0,0,0,0,0,0),(300,2,21,NULL,1700540144,2,2,5,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.25000,27,0,0,0,0,0,0,0),(301,2,21,NULL,1700540205,2,2,5,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,'','49',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.25000,27,0,0,0,0,0,0,0),(302,2,21,NULL,1700540206,2,2,5,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.25000,27,0,0,0,0,0,0,0),(303,2,18,NULL,1700887667,2,2,5,'前置作業繳交:找資料並寫註解(歷史、類型) whole forum','mod','forum',12,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.25000,25,0,0,0,0,0,0,0),(304,2,19,NULL,1700887671,2,2,5,'前置作業繳交:回答「內容」 whole forum','mod','forum',13,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.25000,26,0,0,0,0,0,0,0),(305,1,22,'restore',1701062107,2,2,5,'第十週課後作業:戲劇查經——導演理念','mod','assign',2,0,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.25000,31,0,0,0,0,0,0,0),(306,2,22,'restore',1701062107,2,2,5,'第十週課後作業:戲劇查經——導演理念','mod','assign',2,0,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.25000,27,0,0,0,1,0,0,0),(307,2,22,NULL,1701062134,2,2,5,'第十一週課後作業:戲劇查經——演員劇本分析','mod','assign',2,0,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.25000,28,0,0,0,1,0,0,0),(308,2,22,NULL,1701062210,2,2,5,'第十一週課後作業:戲劇查經——演員劇本分析','mod','assign',2,0,'','54',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.25000,28,0,0,0,1,0,0,0),(309,2,22,NULL,1701062210,2,2,5,'第十一週課後作業:戲劇查經——演員劇本分析','mod','assign',2,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.25000,28,0,0,0,1,0,0,0),(310,2,11,NULL,1701062210,2,2,5,'作業繳交:外星人的教會觀察報告 whole forum','mod','forum',9,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.20000,24,0,0,0,1,0,0,0),(311,2,18,NULL,1701062210,2,2,5,'前置作業繳交:找資料並寫註解(歷史、類型) whole forum','mod','forum',12,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.20000,25,0,0,0,1,0,0,0),(312,2,19,NULL,1701062210,2,2,5,'前置作業繳交:回答「內容」 whole forum','mod','forum',13,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.20000,26,0,0,0,1,0,0,0),(313,2,21,NULL,1701062211,2,2,5,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,27,0,0,0,1,0,0,0),(314,2,22,NULL,1701062211,2,2,5,'第十一週課後作業:戲劇查經——演員劇本分析','mod','assign',2,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,28,0,0,0,1,0,0,0),(315,2,15,'aggregation',1701062211,2,2,NULL,'','category',NULL,5,NULL,'','',NULL,1,50.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,23,0,0,0,1,0,NULL,1),(316,2,1,'aggregation',1701062211,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,130.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(317,2,22,NULL,1701062230,2,2,5,'第十一週課後作業:戲劇查經——演員劇本分析','mod','assign',2,0,'','54',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,28,0,0,0,0,0,0,0),(318,2,22,NULL,1701062231,2,2,5,'第十一週課後作業:戲劇查經——演員劇本分析','mod','assign',2,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,28,0,0,0,0,0,0,0),(319,2,22,NULL,1701351595,2,2,5,'第十一週課後作業:戲劇查經——演員劇本分析','mod','assign',2,0,'','54',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,28,0,0,0,0,0,0,0),(320,2,22,NULL,1701351595,2,2,5,'第十一週課後作業:戲劇查經——演員劇本分析','mod','assign',2,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,28,0,0,0,0,0,0,0),(321,2,21,NULL,1701353144,2,2,5,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,'','49',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,27,0,0,0,0,0,0,0),(322,2,21,NULL,1701353144,2,2,5,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,27,0,0,0,0,0,0,0),(323,2,22,NULL,1701353159,2,2,5,'第十一週課後作業:戲劇查經——演員劇本分析','mod','assign',2,0,'','54',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,28,0,0,0,0,0,0,0),(324,2,22,NULL,1701353159,2,2,5,'第十一週課後作業:戲劇查經——演員劇本分析','mod','assign',2,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,28,0,0,0,0,0,0,0),(325,1,23,'restore',1701956662,2,2,5,'第十一週課後作業:戲劇查經——演員劇本分析','mod','assign',3,0,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,33,0,0,0,0,0,0,0),(326,2,23,'restore',1701956662,2,2,5,'第十一週課後作業:戲劇查經——演員劇本分析','mod','assign',3,0,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,28,0,0,0,1,0,0,0),(327,2,23,NULL,1701956680,2,2,5,'期末報告繳交','mod','assign',3,0,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,29,0,0,0,1,0,0,0),(328,2,23,NULL,1701956822,2,2,5,'期末報告繳交','mod','assign',3,0,'','57',NULL,1,20.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,29,0,0,0,1,0,0,0),(329,2,23,NULL,1701956822,2,2,5,'期末報告繳交','mod','assign',3,0,'','',NULL,1,20.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,29,0,0,0,1,0,0,0),(330,2,11,NULL,1701956822,2,2,5,'作業繳交:外星人的教會觀察報告 whole forum','mod','forum',9,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.14286,24,0,0,0,1,0,0,0),(331,2,18,NULL,1701956822,2,2,5,'前置作業繳交:找資料並寫註解(歷史、類型) whole forum','mod','forum',12,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.14286,25,0,0,0,1,0,0,0),(332,2,19,NULL,1701956822,2,2,5,'前置作業繳交:回答「內容」 whole forum','mod','forum',13,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.14286,26,0,0,0,1,0,0,0),(333,2,21,NULL,1701956823,2,2,5,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.14286,27,0,0,0,1,0,0,0),(334,2,22,NULL,1701956823,2,2,5,'第十一週課後作業:戲劇查經——演員劇本分析','mod','assign',2,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.14286,28,0,0,0,1,0,0,0),(335,2,23,NULL,1701956823,2,2,5,'期末報告繳交','mod','assign',3,0,'','',NULL,1,20.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.28571,29,0,0,0,1,0,0,0),(336,2,15,'aggregation',1701956823,2,2,NULL,'','category',NULL,5,NULL,'','',NULL,1,70.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,23,0,0,0,1,0,NULL,1),(337,2,1,'aggregation',1701956823,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,150.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(338,2,23,NULL,1701957029,2,2,6,'期末報告繳交','mod','assign',3,0,'','',NULL,1,20.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,29,0,0,0,1,0,0,0),(339,2,23,NULL,1701957029,2,2,6,'期末報告繳交','mod','assign',3,0,'','',NULL,1,20.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,35,0,0,0,1,0,0,0),(340,2,11,NULL,1701957030,2,2,5,'作業繳交:外星人的教會觀察報告 whole forum','mod','forum',9,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.20000,24,0,0,0,1,0,0,0),(341,2,18,NULL,1701957030,2,2,5,'前置作業繳交:找資料並寫註解(歷史、類型) whole forum','mod','forum',12,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.20000,25,0,0,0,1,0,0,0),(342,2,19,NULL,1701957030,2,2,5,'前置作業繳交:回答「內容」 whole forum','mod','forum',13,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.20000,26,0,0,0,1,0,0,0),(343,2,21,NULL,1701957030,2,2,5,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,27,0,0,0,1,0,0,0),(344,2,22,NULL,1701957030,2,2,5,'第十一週課後作業:戲劇查經——演員劇本分析','mod','assign',2,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,28,0,0,0,1,0,0,0),(345,2,15,'aggregation',1701957030,2,2,NULL,'','category',NULL,5,NULL,'','',NULL,1,50.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,23,0,0,0,1,0,NULL,1),(346,2,16,'aggregation',1701957030,2,2,NULL,'','category',NULL,6,NULL,'','',NULL,1,20.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,34,0,0,0,1,0,NULL,1),(347,2,13,NULL,1701957078,2,2,NULL,'','category',NULL,3,NULL,'','',NULL,1,0.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,2,0,0,0,0,0,NULL,1),(348,2,13,NULL,1701957078,2,2,NULL,'','category',NULL,3,NULL,'','',NULL,1,0.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,2,0,0,0,0,0,NULL,1),(349,2,14,NULL,1701957078,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,80.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,3,0,0,0,0,0,NULL,1),(350,2,14,NULL,1701957078,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,80.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,3,0,0,0,0,0,NULL,1),(351,2,5,NULL,1701957078,2,2,4,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,4,0,0,0,0,0,0,0),(352,2,7,NULL,1701957078,2,2,4,'第三週課前討論 whole forum','mod','forum',4,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,5,0,0,0,0,0,0,0),(353,2,8,NULL,1701957079,2,2,4,'第四週課前討論 whole forum','mod','forum',6,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,6,0,0,0,0,0,0,0),(354,2,9,NULL,1701957079,2,2,4,'第五週課前討論 whole forum','mod','forum',7,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,7,0,0,0,0,0,0,0),(355,2,10,NULL,1701957079,2,2,4,'第六週課前討論 whole forum','mod','forum',8,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,8,0,0,0,0,0,0,0),(356,2,12,NULL,1701957079,2,2,4,'第七週課前討論 whole forum','mod','forum',10,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,9,0,0,0,0,0,0,0),(357,2,17,NULL,1701957079,2,2,4,'第八週課前討論 whole forum','mod','forum',11,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,10,0,0,0,0,0,0,0),(358,2,20,NULL,1701957079,2,2,4,'第九週課前討論 whole forum','mod','forum',14,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,11,0,0,0,0,0,0,0),(359,2,15,NULL,1701957079,2,2,NULL,'','category',NULL,5,NULL,'','',NULL,1,50.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,23,0,0,0,0,0,NULL,1),(360,2,15,NULL,1701957079,2,2,NULL,'','category',NULL,5,NULL,'','',NULL,1,50.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,23,0,0,0,0,0,NULL,1),(361,2,11,NULL,1701957079,2,2,5,'作業繳交:外星人的教會觀察報告 whole forum','mod','forum',9,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.20000,24,0,0,0,0,0,0,0),(362,2,18,NULL,1701957079,2,2,5,'前置作業繳交:找資料並寫註解(歷史、類型) whole forum','mod','forum',12,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.20000,25,0,0,0,0,0,0,0),(363,2,19,NULL,1701957079,2,2,5,'前置作業繳交:回答「內容」 whole forum','mod','forum',13,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.20000,26,0,0,0,0,0,0,0),(364,2,21,NULL,1701957079,2,2,5,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,27,0,0,0,0,0,0,0),(365,2,22,NULL,1701957079,2,2,5,'第十一週課後作業:戲劇查經——演員劇本分析','mod','assign',2,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,28,0,0,0,0,0,0,0),(366,2,16,NULL,1701957079,2,2,NULL,'','category',NULL,6,NULL,'','',NULL,1,20.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,34,0,0,0,0,0,NULL,1),(367,2,16,NULL,1701957079,2,2,NULL,'','category',NULL,6,NULL,'','',NULL,1,20.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,34,0,0,0,0,0,NULL,1),(368,2,23,NULL,1701957079,2,2,6,'期末報告繳交','mod','assign',3,0,'','',NULL,1,20.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,35,0,0,0,0,0,0,0),(369,1,24,NULL,1701958337,2,2,1,'課後回饋加分','manual',NULL,NULL,0,'','',NULL,1,2.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,36,0,0,0,1,0,NULL,0),(370,2,24,NULL,1701958337,2,2,1,'課後回饋加分','manual',NULL,NULL,0,'','',NULL,1,2.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,36,0,0,0,1,0,NULL,0),(371,2,24,NULL,1701958337,2,2,1,'課後回饋加分','manual',NULL,NULL,0,'','',NULL,1,2.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,36,0,0,0,1,0,NULL,0),(372,2,24,NULL,1701958337,2,2,1,'課後回饋加分','manual',NULL,NULL,0,'','',NULL,1,2.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,36,0,0,0,1,0,NULL,0),(373,2,13,NULL,1703697145,2,2,NULL,'','category',NULL,3,NULL,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,2,0,0,0,1,0,NULL,1),(374,2,13,NULL,1703697145,2,2,NULL,'','category',NULL,3,NULL,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,2,0,0,0,1,0,NULL,1),(375,2,13,NULL,1703697145,2,2,NULL,'','category',NULL,3,NULL,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,2,0,0,0,1,0,NULL,1),(376,2,13,'aggregation',1703697146,2,2,NULL,'','category',NULL,3,NULL,'','',NULL,1,0.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,2,0,0,0,1,0,NULL,1),(377,1,25,NULL,1703697294,2,2,1,'出席、課堂參與','manual',NULL,NULL,0,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,37,0,0,0,1,0,NULL,0),(378,2,25,NULL,1703697294,2,2,1,'出席、課堂參與','manual',NULL,NULL,0,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,37,0,0,0,1,0,NULL,0),(379,2,25,NULL,1703697294,2,2,1,'出席、課堂參與','manual',NULL,NULL,0,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,37,0,0,0,1,0,NULL,0),(380,2,25,NULL,1703697294,2,2,1,'出席、課堂參與','manual',NULL,NULL,0,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,37,0,0,0,1,0,NULL,0),(381,2,25,NULL,1703697303,2,2,3,'出席、課堂參與','manual',NULL,NULL,0,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,37,0,0,0,1,0,NULL,0),(382,2,25,NULL,1703697303,2,2,3,'出席、課堂參與','manual',NULL,NULL,0,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,3,0,0,0,1,0,NULL,0),(383,2,13,'aggregation',1703697304,2,2,NULL,'','category',NULL,3,NULL,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,2,0,0,0,1,0,NULL,1),(384,2,1,'aggregation',1703697304,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,250.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(385,2,25,NULL,1703697335,2,2,3,'出席、課堂參與','manual',NULL,NULL,0,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,3,0,0,0,1,0,NULL,0),(386,2,25,NULL,1703697335,2,2,3,'出席、課堂參與','manual',NULL,NULL,0,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,3,0,0,0,1,0,NULL,0),(387,2,25,NULL,1703697335,2,2,3,'出席、課堂參與','manual',NULL,NULL,0,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,3,0,0,0,1,0,NULL,0),(388,2,25,NULL,1703697335,2,2,3,'出席、課堂參與','manual',NULL,NULL,0,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,3,0,0,0,1,0,NULL,0),(389,2,13,'aggregation',1703697336,2,2,NULL,'','category',NULL,3,NULL,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,2,0,0,0,1,0,NULL,1),(390,2,1,'aggregation',1703697336,2,2,NULL,NULL,'course',NULL,1,NULL,NULL,NULL,NULL,1,180.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(391,2,13,NULL,1703697602,2,2,NULL,'','category',NULL,3,NULL,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,2,0,0,0,0,0,NULL,1),(392,2,13,NULL,1703697602,2,2,NULL,'','category',NULL,3,NULL,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,2,0,0,0,0,0,NULL,1),(393,2,25,NULL,1703697602,2,2,3,'出席、課堂參與','manual',NULL,NULL,0,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,3,0,0,0,0,0,NULL,0),(394,2,14,NULL,1703697602,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,80.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,4,0,0,0,0,0,NULL,1),(395,2,14,NULL,1703697602,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,80.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,4,0,0,0,0,0,NULL,1),(396,2,5,NULL,1703697602,2,2,4,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,5,0,0,0,1,0,0,1),(397,2,5,NULL,1703697602,2,2,4,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,5,0,0,0,1,0,0,1),(398,2,7,NULL,1703697602,2,2,4,'第三週課前討論 whole forum','mod','forum',4,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,6,0,0,0,1,0,0,1),(399,2,7,NULL,1703697602,2,2,4,'第三週課前討論 whole forum','mod','forum',4,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,6,0,0,0,1,0,0,1),(400,2,8,NULL,1703697602,2,2,4,'第四週課前討論 whole forum','mod','forum',6,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,7,0,0,0,1,0,0,1),(401,2,8,NULL,1703697602,2,2,4,'第四週課前討論 whole forum','mod','forum',6,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,7,0,0,0,1,0,0,1),(402,2,9,NULL,1703697602,2,2,4,'第五週課前討論 whole forum','mod','forum',7,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,8,0,0,0,1,0,0,1),(403,2,9,NULL,1703697602,2,2,4,'第五週課前討論 whole forum','mod','forum',7,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,8,0,0,0,1,0,0,1),(404,2,10,NULL,1703697602,2,2,4,'第六週課前討論 whole forum','mod','forum',8,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,9,0,0,0,1,0,0,1),(405,2,10,NULL,1703697602,2,2,4,'第六週課前討論 whole forum','mod','forum',8,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,9,0,0,0,1,0,0,1),(406,2,12,NULL,1703697602,2,2,4,'第七週課前討論 whole forum','mod','forum',10,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,10,0,0,0,1,0,0,1),(407,2,12,NULL,1703697602,2,2,4,'第七週課前討論 whole forum','mod','forum',10,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,10,0,0,0,1,0,0,1),(408,2,17,NULL,1703697603,2,2,4,'第八週課前討論 whole forum','mod','forum',11,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,11,0,0,0,1,0,0,1),(409,2,17,NULL,1703697603,2,2,4,'第八週課前討論 whole forum','mod','forum',11,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,11,0,0,0,1,0,0,1),(410,2,20,NULL,1703697603,2,2,4,'第九週課前討論 whole forum','mod','forum',14,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,12,0,0,0,1,0,0,1),(411,2,20,NULL,1703697603,2,2,4,'第九週課前討論 whole forum','mod','forum',14,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,12,0,0,0,1,0,0,1),(412,2,15,NULL,1703697603,2,2,NULL,'','category',NULL,5,NULL,'','',NULL,1,50.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,24,0,0,0,0,0,NULL,1),(413,2,15,NULL,1703697603,2,2,NULL,'','category',NULL,5,NULL,'','',NULL,1,50.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,24,0,0,0,0,0,NULL,1),(414,2,11,NULL,1703697603,2,2,5,'作業繳交:外星人的教會觀察報告 whole forum','mod','forum',9,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.20000,25,0,0,0,1,0,0,1),(415,2,11,NULL,1703697603,2,2,5,'作業繳交:外星人的教會觀察報告 whole forum','mod','forum',9,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.20000,25,0,0,0,1,0,0,1),(416,2,18,NULL,1703697603,2,2,5,'前置作業繳交:找資料並寫註解(歷史、類型) whole forum','mod','forum',12,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.20000,26,0,0,0,1,0,0,1),(417,2,18,NULL,1703697603,2,2,5,'前置作業繳交:找資料並寫註解(歷史、類型) whole forum','mod','forum',12,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.20000,26,0,0,0,1,0,0,1),(418,2,19,NULL,1703697603,2,2,5,'前置作業繳交:回答「內容」 whole forum','mod','forum',13,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.20000,27,0,0,0,1,0,0,1),(419,2,19,NULL,1703697603,2,2,5,'前置作業繳交:回答「內容」 whole forum','mod','forum',13,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.20000,27,0,0,0,1,0,0,1),(420,2,21,NULL,1703697603,2,2,5,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,28,0,0,0,1,0,0,1),(421,2,21,NULL,1703697603,2,2,5,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,28,0,0,0,1,0,0,1),(422,2,22,NULL,1703697603,2,2,5,'第十一週課後作業:戲劇查經——演員劇本分析','mod','assign',2,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,29,0,0,0,1,0,0,1),(423,2,22,NULL,1703697603,2,2,5,'第十一週課後作業:戲劇查經——演員劇本分析','mod','assign',2,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,29,0,0,0,1,0,0,1),(424,2,16,NULL,1703697603,2,2,NULL,'','category',NULL,6,NULL,'','',NULL,1,20.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,35,0,0,0,0,0,NULL,1),(425,2,16,NULL,1703697603,2,2,NULL,'','category',NULL,6,NULL,'','',NULL,1,20.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,35,0,0,0,0,0,NULL,1),(426,2,23,NULL,1703697603,2,2,6,'期末報告繳交','mod','assign',3,0,'','',NULL,1,20.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,36,0,0,0,0,0,0,0),(427,2,24,NULL,1703697603,2,2,1,'課後回饋加分','manual',NULL,NULL,0,'','',NULL,1,2.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,37,0,0,0,0,0,NULL,0),(428,2,13,NULL,1703697657,2,2,NULL,'','category',NULL,3,NULL,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,2,0,0,0,0,0,NULL,1),(429,2,13,NULL,1703697657,2,2,NULL,'','category',NULL,3,NULL,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,2,0,0,0,0,0,NULL,1),(430,2,25,NULL,1703697657,2,2,3,'出席、課堂參與','manual',NULL,NULL,0,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,3,0,0,0,0,0,NULL,0),(431,2,14,NULL,1703697657,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,80.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,4,0,0,0,0,0,NULL,1),(432,2,14,NULL,1703697657,2,2,NULL,'','category',NULL,4,NULL,'','',NULL,1,80.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,4,0,0,0,0,0,NULL,1),(433,2,5,NULL,1703697657,2,2,4,'第二週課前討論','manual',NULL,NULL,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,5,0,0,0,1,0,0,0),(434,2,7,NULL,1703697657,2,2,4,'第三週課前討論 whole forum','mod','forum',4,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,6,0,0,0,1,0,0,0),(435,2,8,NULL,1703697657,2,2,4,'第四週課前討論 whole forum','mod','forum',6,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,7,0,0,0,1,0,0,0),(436,2,9,NULL,1703697658,2,2,4,'第五週課前討論 whole forum','mod','forum',7,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,8,0,0,0,1,0,0,0),(437,2,10,NULL,1703697658,2,2,4,'第六週課前討論 whole forum','mod','forum',8,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,9,0,0,0,1,0,0,0),(438,2,12,NULL,1703697658,2,2,4,'第七週課前討論 whole forum','mod','forum',10,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,10,0,0,0,1,0,0,0),(439,2,17,NULL,1703697658,2,2,4,'第八週課前討論 whole forum','mod','forum',11,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,11,0,0,0,1,0,0,0),(440,2,20,NULL,1703697658,2,2,4,'第九週課前討論 whole forum','mod','forum',14,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.12500,12,0,0,0,1,0,0,0),(441,2,15,NULL,1703697658,2,2,NULL,'','category',NULL,5,NULL,'','',NULL,1,50.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,24,0,0,0,0,0,NULL,1),(442,2,15,NULL,1703697658,2,2,NULL,'','category',NULL,5,NULL,'','',NULL,1,50.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,24,0,0,0,0,0,NULL,1),(443,2,11,NULL,1703697658,2,2,5,'作業繳交:外星人的教會觀察報告 whole forum','mod','forum',9,1,'','',NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.20000,25,0,0,0,1,0,0,0),(444,2,18,NULL,1703697658,2,2,5,'前置作業繳交:找資料並寫註解(歷史、類型) whole forum','mod','forum',12,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.20000,26,0,0,0,1,0,0,0),(445,2,19,NULL,1703697658,2,2,5,'前置作業繳交:回答「內容」 whole forum','mod','forum',13,1,'',NULL,NULL,1,10.00000,0.00000,NULL,NULL,6.00000,1.00000,0.00000,0.00000,0.20000,27,0,0,0,1,0,0,0),(446,2,21,NULL,1703697658,2,2,5,'第十週課後作業:戲劇查經——導演理念','mod','assign',1,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,28,0,0,0,1,0,0,0),(447,2,22,NULL,1703697658,2,2,5,'第十一週課後作業:戲劇查經——演員劇本分析','mod','assign',2,0,'','',NULL,1,10.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,29,0,0,0,1,0,0,0),(448,2,16,NULL,1703697658,2,2,NULL,'','category',NULL,6,NULL,'','',NULL,1,20.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,35,0,0,0,0,0,NULL,1),(449,2,16,NULL,1703697658,2,2,NULL,'','category',NULL,6,NULL,'','',NULL,1,20.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.20000,35,0,0,0,0,0,NULL,1),(450,2,23,NULL,1703697658,2,2,6,'期末報告繳交','mod','assign',3,0,'','',NULL,1,20.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,36,0,0,0,0,0,0,0),(451,2,24,NULL,1703697658,2,2,1,'課後回饋加分','manual',NULL,NULL,0,'','',NULL,1,2.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,37,0,0,0,0,0,NULL,0),(452,2,24,NULL,1703699634,2,2,1,'課後回饋加分','manual',NULL,NULL,0,'','',NULL,1,2.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,37,0,0,0,0,0,0,0),(453,2,24,NULL,1703699634,2,2,1,'課後回饋加分','manual',NULL,NULL,0,'','',NULL,1,2.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,37,0,0,0,0,0,0,0),(454,2,24,NULL,1703699634,2,2,1,'課後回饋加分','manual',NULL,NULL,0,'','',NULL,1,2.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,37,0,0,0,0,0,0,0),(455,2,24,NULL,1703699634,2,2,1,'課後回饋加分','manual',NULL,NULL,0,'','',NULL,1,2.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,37,0,0,0,0,0,0,0),(456,1,26,'system',1772554868,2,3,NULL,NULL,'course',NULL,7,NULL,NULL,NULL,NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(457,2,26,'aggregation',1772554868,2,3,NULL,NULL,'course',NULL,7,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),(458,1,27,NULL,1772723060,2,3,7,'第二週課前討論(分辨奧秘) whole forum','mod','forum',20,1,NULL,NULL,NULL,1,5.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,2,0,0,0,1,0,NULL,0),(459,2,27,NULL,1772723060,2,3,7,'第二週課前討論(分辨奧秘) whole forum','mod','forum',20,1,NULL,NULL,NULL,1,5.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,2,0,0,0,1,0,NULL,0),(460,2,26,'aggregation',1772723060,2,3,NULL,NULL,'course',NULL,7,NULL,NULL,NULL,NULL,1,5.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(461,2,27,NULL,1772723652,2,3,7,'第二週課前討論(分辨奧秘) whole forum','mod','forum',20,1,'','',NULL,1,5.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,2,0,0,0,0,0,0,0),(462,2,27,NULL,1772723652,2,3,7,'第二週課前討論(分辨奧秘) whole forum','mod','forum',20,1,'','',NULL,1,5.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,2,0,0,0,0,0,0,0),(463,2,27,NULL,1772723652,2,3,7,'第二週課前討論(分辨奧秘) whole forum','mod','forum',20,1,'','',NULL,1,5.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,2,0,0,0,0,0,0,0),(464,2,27,NULL,1772723652,2,3,7,'第二週課前討論(分辨奧秘) whole forum','mod','forum',20,1,'','',NULL,1,5.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,2,0,0,0,0,0,0,0),(465,1,28,NULL,1772723714,2,3,7,'出席與課堂參與','manual',NULL,NULL,0,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,3,0,0,0,1,0,NULL,1),(466,2,28,NULL,1772723714,2,3,7,'出席與課堂參與','manual',NULL,NULL,0,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,3,0,0,0,1,0,NULL,1),(467,2,28,NULL,1772723714,2,3,7,'出席與課堂參與','manual',NULL,NULL,0,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,3,0,0,0,1,0,NULL,1),(468,2,28,NULL,1772723714,2,3,7,'出席與課堂參與','manual',NULL,NULL,0,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,3,0,0,0,1,0,NULL,1),(469,2,27,NULL,1772723714,2,3,7,'第二週課前討論(分辨奧秘) whole forum','mod','forum',20,1,'','',NULL,1,5.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.70000,2,0,0,0,1,0,0,0),(470,2,26,'aggregation',1772723714,2,3,NULL,NULL,'course',NULL,7,NULL,NULL,NULL,NULL,1,105.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(471,2,27,NULL,1772723722,2,3,7,'第二週課前討論(分辨奧秘) whole forum','mod','forum',20,1,'','',NULL,1,5.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.70000,2,0,0,0,1,0,0,1),(472,2,27,NULL,1772723722,2,3,7,'第二週課前討論(分辨奧秘) whole forum','mod','forum',20,1,'','',NULL,1,5.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.05000,2,0,0,0,1,0,0,1),(473,2,28,NULL,1772723722,2,3,7,'出席與課堂參與','manual',NULL,NULL,0,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,3,0,0,0,0,0,NULL,1),(474,2,28,NULL,1772723722,2,3,7,'出席與課堂參與','manual',NULL,NULL,0,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,3,0,0,0,0,0,NULL,1),(475,2,27,NULL,1772723722,2,3,7,'第二週課前討論(分辨奧秘) whole forum','mod','forum',20,1,'','',NULL,1,5.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.14286,2,0,0,0,1,0,0,1),(476,2,28,NULL,1772723722,2,3,7,'出席與課堂參與','manual',NULL,NULL,0,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.85714,3,0,0,0,1,0,NULL,1),(477,2,28,NULL,1772723738,2,3,7,'出席與課堂參與','manual',NULL,NULL,0,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.85714,2,0,0,0,0,0,NULL,1),(478,2,28,NULL,1772723744,2,3,7,'出席與課堂參與','manual',NULL,NULL,0,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.85714,2,0,0,0,1,0,NULL,0),(479,2,27,NULL,1772723744,2,3,7,'第二週課前討論(分辨奧秘) whole forum','mod','forum',20,1,'','',NULL,1,5.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.14286,3,0,0,0,1,0,0,0),(480,2,28,NULL,1772723744,2,3,7,'出席與課堂參與','manual',NULL,NULL,0,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.95238,2,0,0,0,1,0,NULL,0),(481,2,27,NULL,1772723744,2,3,7,'第二週課前討論(分辨奧秘) whole forum','mod','forum',20,1,'','',NULL,1,5.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.04762,3,0,0,0,1,0,0,0),(482,2,28,NULL,1772723767,2,3,7,'出席與課堂參與','manual',NULL,NULL,0,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.95200,2,0,0,0,1,0,NULL,0),(483,2,28,NULL,1772723767,2,3,7,'出席與課堂參與','manual',NULL,NULL,0,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.95200,2,0,0,0,1,0,NULL,0),(484,2,28,NULL,1772723767,2,3,7,'出席與課堂參與','manual',NULL,NULL,0,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.95200,2,0,0,0,1,0,NULL,0),(485,2,28,NULL,1772723767,2,3,7,'出席與課堂參與','manual',NULL,NULL,0,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.95200,2,0,0,0,1,0,NULL,0),(486,2,28,NULL,1772723767,2,3,7,'出席與課堂參與','manual',NULL,NULL,0,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.85714,2,0,0,0,1,0,NULL,0),(487,2,27,NULL,1772723767,2,3,7,'第二週課前討論(分辨奧秘) whole forum','mod','forum',20,1,'','',NULL,1,5.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.14286,3,0,0,0,1,0,0,0),(488,2,26,'aggregation',1772723767,2,3,NULL,NULL,'course',NULL,7,NULL,NULL,NULL,NULL,1,35.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,1,0,0,0,1,0,NULL,0),(489,2,28,NULL,1772723781,2,3,7,'出席與課堂參與','manual',NULL,NULL,0,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.85700,2,0,0,0,1,0,0,0),(490,2,28,NULL,1772723781,2,3,7,'出席與課堂參與','manual',NULL,NULL,0,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.85700,2,0,0,0,1,0,0,0),(491,2,28,NULL,1772723781,2,3,7,'出席與課堂參與','manual',NULL,NULL,0,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.85700,2,0,0,0,1,0,0,0),(492,2,28,NULL,1772723781,2,3,7,'出席與課堂參與','manual',NULL,NULL,0,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.85700,2,0,0,0,1,0,0,0),(493,2,28,NULL,1772723781,2,3,7,'出席與課堂參與','manual',NULL,NULL,0,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.85714,2,0,0,0,1,0,0,0),(494,1,29,'system',1772723853,2,3,NULL,NULL,'category',NULL,8,NULL,NULL,NULL,NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.00000,4,0,0,0,1,0,NULL,0),(495,2,29,NULL,1772723853,2,3,NULL,'','category',NULL,8,NULL,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,4,0,0,0,1,0,0,1),(496,2,29,NULL,1772723853,2,3,NULL,'','category',NULL,8,NULL,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,4,0,0,0,1,0,0,1),(497,2,29,NULL,1772723853,2,3,NULL,'','category',NULL,8,NULL,'','',NULL,1,100.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,4,0,0,0,1,0,0,1),(498,2,29,'aggregation',1772723853,2,3,NULL,'','category',NULL,8,NULL,'','',NULL,1,0.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,4,0,0,0,1,0,0,1),(499,2,28,NULL,1772723853,2,3,7,'出席與課堂參與','manual',NULL,NULL,0,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.60000,2,0,0,0,1,0,0,0),(500,2,27,NULL,1772723853,2,3,7,'第二週課前討論(分辨奧秘) whole forum','mod','forum',20,1,'','',NULL,1,5.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.10000,3,0,0,0,1,0,0,0),(501,2,27,NULL,1772723859,2,3,8,'第二週課前討論(分辨奧秘) whole forum','mod','forum',20,1,'','',NULL,1,5.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,3,0,0,0,1,0,0,0),(502,2,27,NULL,1772723859,2,3,8,'第二週課前討論(分辨奧秘) whole forum','mod','forum',20,1,'','',NULL,1,5.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,5,0,0,0,1,0,0,0),(503,2,29,'aggregation',1772723859,2,3,NULL,'','category',NULL,8,NULL,'','',NULL,1,5.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,4,0,0,0,1,0,0,1),(504,2,28,NULL,1772723859,2,3,7,'出席與課堂參與','manual',NULL,NULL,0,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.70000,2,0,0,0,1,0,0,0),(505,2,27,NULL,1772723871,2,3,7,'第二週課前討論(分辨奧秘) whole forum','mod','forum',20,1,'','',NULL,1,5.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,1.00000,5,0,0,0,1,0,0,0),(506,3,29,'grade/report/grader/category',1772723871,2,3,NULL,'','category',NULL,8,NULL,'','',NULL,1,5.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.30000,4,0,0,0,1,0,0,1),(507,2,28,NULL,1772723871,2,3,7,'出席與課堂參與','manual',NULL,NULL,0,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.85714,2,0,0,0,1,0,0,0),(508,2,27,NULL,1772723871,2,3,7,'第二週課前討論(分辨奧秘) whole forum','mod','forum',20,1,'','',NULL,1,5.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.14286,5,0,0,0,1,0,0,0),(509,2,28,NULL,1772723877,2,3,7,'出席與課堂參與','manual',NULL,NULL,0,'','',NULL,1,30.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.85714,2,0,0,0,0,0,0,0),(510,2,27,NULL,1772723877,2,3,7,'第二週課前討論(分辨奧秘) whole forum','mod','forum',20,1,'','',NULL,1,5.00000,0.00000,NULL,NULL,0.00000,1.00000,0.00000,0.00000,0.14286,5,0,0,0,0,0,0,0); /*!40000 ALTER TABLE `mdl_grade_items_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_letters` -- DROP TABLE IF EXISTS `mdl_grade_letters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_grade_letters` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `lowerboundary` decimal(10,5) NOT NULL, `letter` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `mdl_gradlett_conlowlet_uix` (`contextid`,`lowerboundary`,`letter`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Repository for grade letters, for courses and other moodle e'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_letters` -- LOCK TABLES `mdl_grade_letters` WRITE; /*!40000 ALTER TABLE `mdl_grade_letters` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_grade_letters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_outcomes` -- DROP TABLE IF EXISTS `mdl_grade_outcomes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_grade_outcomes` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint DEFAULT NULL, `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `scaleid` bigint DEFAULT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `descriptionformat` tinyint NOT NULL DEFAULT '0', `timecreated` bigint DEFAULT NULL, `timemodified` bigint DEFAULT NULL, `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_gradoutc_cousho_uix` (`courseid`,`shortname`), KEY `mdl_gradoutc_cou_ix` (`courseid`), KEY `mdl_gradoutc_sca_ix` (`scaleid`), KEY `mdl_gradoutc_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table describes the outcomes used in the system. An out'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_outcomes` -- LOCK TABLES `mdl_grade_outcomes` WRITE; /*!40000 ALTER TABLE `mdl_grade_outcomes` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_grade_outcomes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_outcomes_courses` -- DROP TABLE IF EXISTS `mdl_grade_outcomes_courses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_grade_outcomes_courses` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `outcomeid` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_gradoutccour_couout_uix` (`courseid`,`outcomeid`), KEY `mdl_gradoutccour_cou_ix` (`courseid`), KEY `mdl_gradoutccour_out_ix` (`outcomeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='stores what outcomes are used in what courses.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_outcomes_courses` -- LOCK TABLES `mdl_grade_outcomes_courses` WRITE; /*!40000 ALTER TABLE `mdl_grade_outcomes_courses` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_grade_outcomes_courses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_outcomes_history` -- DROP TABLE IF EXISTS `mdl_grade_outcomes_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_grade_outcomes_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timemodified` bigint DEFAULT NULL, `loggeduser` bigint DEFAULT NULL, `courseid` bigint DEFAULT NULL, `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `scaleid` bigint DEFAULT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `descriptionformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_gradoutchist_act_ix` (`action`), KEY `mdl_gradoutchist_tim_ix` (`timemodified`), KEY `mdl_gradoutchist_old_ix` (`oldid`), KEY `mdl_gradoutchist_cou_ix` (`courseid`), KEY `mdl_gradoutchist_sca_ix` (`scaleid`), KEY `mdl_gradoutchist_log_ix` (`loggeduser`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='History table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_outcomes_history` -- LOCK TABLES `mdl_grade_outcomes_history` WRITE; /*!40000 ALTER TABLE `mdl_grade_outcomes_history` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_grade_outcomes_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_settings` -- DROP TABLE IF EXISTS `mdl_grade_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_grade_settings` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), UNIQUE KEY `mdl_gradsett_counam_uix` (`courseid`,`name`), KEY `mdl_gradsett_cou_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='gradebook settings'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grade_settings` -- LOCK TABLES `mdl_grade_settings` WRITE; /*!40000 ALTER TABLE `mdl_grade_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_grade_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grading_areas` -- DROP TABLE IF EXISTS `mdl_grading_areas`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_grading_areas` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `areaname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `activemethod` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_gradarea_concomare_uix` (`contextid`,`component`,`areaname`), KEY `mdl_gradarea_con_ix` (`contextid`) ) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Identifies gradable areas where advanced grading can happen.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grading_areas` -- LOCK TABLES `mdl_grading_areas` WRITE; /*!40000 ALTER TABLE `mdl_grading_areas` DISABLE KEYS */; INSERT INTO `mdl_grading_areas` VALUES (2,29,'mod_forum','forum',NULL),(3,57,'mod_forum','forum',NULL),(4,59,'mod_forum','forum',NULL),(5,67,'mod_forum','forum',NULL),(6,71,'mod_forum','forum',NULL),(7,72,'mod_forum','forum',NULL),(8,74,'mod_forum','forum',NULL),(9,78,'mod_forum','forum',NULL),(10,79,'mod_forum','forum',NULL),(11,82,'mod_forum','forum',NULL),(12,83,'mod_forum','forum',NULL),(13,88,'mod_assign','submissions',NULL),(14,89,'mod_forum','forum',NULL),(15,93,'mod_assign','submissions',NULL),(16,95,'mod_forum','forum',NULL),(17,96,'mod_assign','submissions',NULL),(18,106,'mod_forum','forum','rubric'); /*!40000 ALTER TABLE `mdl_grading_areas` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grading_definitions` -- DROP TABLE IF EXISTS `mdl_grading_definitions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_grading_definitions` ( `id` bigint NOT NULL AUTO_INCREMENT, `areaid` bigint NOT NULL, `method` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `descriptionformat` tinyint DEFAULT NULL, `status` bigint NOT NULL DEFAULT '0', `copiedfromid` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, `usercreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, `timecopied` bigint DEFAULT '0', `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), UNIQUE KEY `mdl_graddefi_aremet_uix` (`areaid`,`method`), KEY `mdl_graddefi_are_ix` (`areaid`), KEY `mdl_graddefi_use_ix` (`usermodified`), KEY `mdl_graddefi_use2_ix` (`usercreated`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Contains the basic information about an advanced grading for'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grading_definitions` -- LOCK TABLES `mdl_grading_definitions` WRITE; /*!40000 ALTER TABLE `mdl_grading_definitions` DISABLE KEYS */; INSERT INTO `mdl_grading_definitions` VALUES (1,18,'rubric','課前討論評分標準','',1,20,NULL,1772723569,2,1772723960,2,0,'{\"sortlevelsasc\":\"1\",\"lockzeropoints\":\"1\",\"alwaysshowdefinition\":\"1\",\"showdescriptionteacher\":\"1\",\"showdescriptionstudent\":\"1\",\"showscoreteacher\":\"1\",\"showscorestudent\":\"1\",\"enableremarks\":\"1\",\"showremarksstudent\":\"1\"}'); /*!40000 ALTER TABLE `mdl_grading_definitions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grading_instances` -- DROP TABLE IF EXISTS `mdl_grading_instances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_grading_instances` ( `id` bigint NOT NULL AUTO_INCREMENT, `definitionid` bigint NOT NULL, `raterid` bigint NOT NULL, `itemid` bigint DEFAULT NULL, `rawgrade` decimal(10,5) DEFAULT NULL, `status` bigint NOT NULL DEFAULT '0', `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `feedbackformat` tinyint DEFAULT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_gradinst_def_ix` (`definitionid`), KEY `mdl_gradinst_rat_ix` (`raterid`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Grading form instance is an assessment record for one gradab'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_grading_instances` -- LOCK TABLES `mdl_grading_instances` WRITE; /*!40000 ALTER TABLE `mdl_grading_instances` DISABLE KEYS */; INSERT INTO `mdl_grading_instances` VALUES (1,1,2,211,NULL,0,NULL,0,1772810685),(2,1,2,212,NULL,0,NULL,0,1772810689),(3,1,2,213,NULL,0,NULL,0,1772810689),(4,1,2,214,NULL,0,NULL,0,1772810690),(5,1,2,215,NULL,0,NULL,0,1772810691),(6,1,2,216,NULL,0,NULL,0,1772810692),(7,1,2,217,NULL,0,NULL,0,1772810692),(8,1,2,218,NULL,0,NULL,0,1772810693),(9,1,2,219,NULL,0,NULL,0,1772810694),(10,1,2,220,NULL,0,NULL,0,1772810694),(11,1,2,221,NULL,0,NULL,0,1772810695),(12,1,2,222,NULL,1,NULL,0,1772810700),(13,1,28,215,NULL,0,NULL,0,1772973703); /*!40000 ALTER TABLE `mdl_grading_instances` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_gradingform_guide_comments` -- DROP TABLE IF EXISTS `mdl_gradingform_guide_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_gradingform_guide_comments` ( `id` bigint NOT NULL AUTO_INCREMENT, `definitionid` bigint NOT NULL, `sortorder` bigint NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `descriptionformat` tinyint DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_gradguidcomm_def_ix` (`definitionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='frequently used comments used in marking guide'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_gradingform_guide_comments` -- LOCK TABLES `mdl_gradingform_guide_comments` WRITE; /*!40000 ALTER TABLE `mdl_gradingform_guide_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_gradingform_guide_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_gradingform_guide_criteria` -- DROP TABLE IF EXISTS `mdl_gradingform_guide_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_gradingform_guide_criteria` ( `id` bigint NOT NULL AUTO_INCREMENT, `definitionid` bigint NOT NULL, `sortorder` bigint NOT NULL, `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `descriptionformat` tinyint DEFAULT NULL, `descriptionmarkers` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `descriptionmarkersformat` tinyint DEFAULT NULL, `maxscore` decimal(10,5) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_gradguidcrit_def_ix` (`definitionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the criteria grid.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_gradingform_guide_criteria` -- LOCK TABLES `mdl_gradingform_guide_criteria` WRITE; /*!40000 ALTER TABLE `mdl_gradingform_guide_criteria` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_gradingform_guide_criteria` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_gradingform_guide_fillings` -- DROP TABLE IF EXISTS `mdl_gradingform_guide_fillings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_gradingform_guide_fillings` ( `id` bigint NOT NULL AUTO_INCREMENT, `instanceid` bigint NOT NULL, `criterionid` bigint NOT NULL, `remark` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `remarkformat` tinyint DEFAULT NULL, `score` decimal(10,5) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_gradguidfill_inscri_uix` (`instanceid`,`criterionid`), KEY `mdl_gradguidfill_ins_ix` (`instanceid`), KEY `mdl_gradguidfill_cri_ix` (`criterionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the data of how the guide is filled by a particular r'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_gradingform_guide_fillings` -- LOCK TABLES `mdl_gradingform_guide_fillings` WRITE; /*!40000 ALTER TABLE `mdl_gradingform_guide_fillings` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_gradingform_guide_fillings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_gradingform_rubric_criteria` -- DROP TABLE IF EXISTS `mdl_gradingform_rubric_criteria`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_gradingform_rubric_criteria` ( `id` bigint NOT NULL AUTO_INCREMENT, `definitionid` bigint NOT NULL, `sortorder` bigint NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `descriptionformat` tinyint DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_gradrubrcrit_def_ix` (`definitionid`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the rubric grid.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_gradingform_rubric_criteria` -- LOCK TABLES `mdl_gradingform_rubric_criteria` WRITE; /*!40000 ALTER TABLE `mdl_gradingform_rubric_criteria` DISABLE KEYS */; INSERT INTO `mdl_gradingform_rubric_criteria` VALUES (1,1,1,'提出一則問題或心得',0); /*!40000 ALTER TABLE `mdl_gradingform_rubric_criteria` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_gradingform_rubric_fillings` -- DROP TABLE IF EXISTS `mdl_gradingform_rubric_fillings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_gradingform_rubric_fillings` ( `id` bigint NOT NULL AUTO_INCREMENT, `instanceid` bigint NOT NULL, `criterionid` bigint NOT NULL, `levelid` bigint DEFAULT NULL, `remark` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `remarkformat` tinyint DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_gradrubrfill_inscri_uix` (`instanceid`,`criterionid`), KEY `mdl_gradrubrfill_lev_ix` (`levelid`), KEY `mdl_gradrubrfill_ins_ix` (`instanceid`), KEY `mdl_gradrubrfill_cri_ix` (`criterionid`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the data of how the rubric is filled by a particular '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_gradingform_rubric_fillings` -- LOCK TABLES `mdl_gradingform_rubric_fillings` WRITE; /*!40000 ALTER TABLE `mdl_gradingform_rubric_fillings` DISABLE KEYS */; INSERT INTO `mdl_gradingform_rubric_fillings` VALUES (1,12,1,3,'',0); /*!40000 ALTER TABLE `mdl_gradingform_rubric_fillings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_gradingform_rubric_levels` -- DROP TABLE IF EXISTS `mdl_gradingform_rubric_levels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_gradingform_rubric_levels` ( `id` bigint NOT NULL AUTO_INCREMENT, `criterionid` bigint NOT NULL, `score` decimal(10,5) NOT NULL, `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `definitionformat` bigint DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_gradrubrleve_cri_ix` (`criterionid`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the columns of the rubric grid.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_gradingform_rubric_levels` -- LOCK TABLES `mdl_gradingform_rubric_levels` WRITE; /*!40000 ALTER TABLE `mdl_gradingform_rubric_levels` DISABLE KEYS */; INSERT INTO `mdl_gradingform_rubric_levels` VALUES (1,1,0.00000,'沒有回覆,或是回覆與閱讀無關',0),(2,1,3.00000,'有回覆但未符合作業要求或遲交',0),(3,1,4.00000,'回覆完整,無缺失',0),(4,1,5.00000,'回覆完整而且及有洞見,足為模範',0); /*!40000 ALTER TABLE `mdl_gradingform_rubric_levels` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_groupings` -- DROP TABLE IF EXISTS `mdl_groupings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_groupings` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `descriptionformat` tinyint NOT NULL DEFAULT '0', `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_grou_idn2_ix` (`idnumber`), KEY `mdl_grou_cou2_ix` (`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='A grouping is a collection of groups. WAS: groups_groupings'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_groupings` -- LOCK TABLES `mdl_groupings` WRITE; /*!40000 ALTER TABLE `mdl_groupings` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_groupings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_groupings_groups` -- DROP TABLE IF EXISTS `mdl_groupings_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_groupings_groups` ( `id` bigint NOT NULL AUTO_INCREMENT, `groupingid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', `timeadded` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_grougrou_gro_ix` (`groupingid`), KEY `mdl_grougrou_gro2_ix` (`groupid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Link a grouping to a group (note, groups can be in multiple '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_groupings_groups` -- LOCK TABLES `mdl_groupings_groups` WRITE; /*!40000 ALTER TABLE `mdl_groupings_groups` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_groupings_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_groups` -- DROP TABLE IF EXISTS `mdl_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_groups` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL, `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `descriptionformat` tinyint NOT NULL DEFAULT '0', `enrolmentkey` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `picture` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_grou_idn_ix` (`idnumber`), KEY `mdl_grou_cou_ix` (`courseid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Each record represents a group.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_groups` -- LOCK TABLES `mdl_groups` WRITE; /*!40000 ALTER TABLE `mdl_groups` DISABLE KEYS */; INSERT INTO `mdl_groups` VALUES (1,1,'','2023華神','',1,'',0,1772552864,1772552902),(2,1,'','2026台神','',1,'',0,1772552878,1772552878); /*!40000 ALTER TABLE `mdl_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_groups_members` -- DROP TABLE IF EXISTS `mdl_groups_members`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_groups_members` ( `id` bigint NOT NULL AUTO_INCREMENT, `groupid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `timeadded` bigint NOT NULL DEFAULT '0', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_groumemb_usegro_uix` (`userid`,`groupid`), KEY `mdl_groumemb_gro_ix` (`groupid`), KEY `mdl_groumemb_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Link a user to a group.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_groups_members` -- LOCK TABLES `mdl_groups_members` WRITE; /*!40000 ALTER TABLE `mdl_groups_members` DISABLE KEYS */; INSERT INTO `mdl_groups_members` VALUES (1,1,16,1772552902,'',0),(2,1,18,1772552902,'',0),(3,1,17,1772552902,'',0),(4,1,11,1772552902,'',0),(5,1,9,1772552902,'',0),(6,1,22,1772552902,'',0),(7,1,23,1772552902,'',0),(8,1,10,1772552902,'',0),(9,1,21,1772552902,'',0),(10,1,15,1772552902,'',0),(11,1,13,1772552902,'',0),(12,1,12,1772552902,'',0),(13,1,14,1772552902,'',0),(14,1,19,1772552902,'',0),(15,1,7,1772552902,'',0),(16,1,6,1772552902,'',0),(17,1,20,1772552902,'',0),(18,1,8,1772552902,'',0),(19,1,5,1772552902,'',0),(20,1,4,1772552902,'',0); /*!40000 ALTER TABLE `mdl_groups_members` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_h5p` -- DROP TABLE IF EXISTS `mdl_h5p`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_h5p` ( `id` bigint NOT NULL AUTO_INCREMENT, `jsoncontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `mainlibraryid` bigint NOT NULL, `displayoptions` smallint DEFAULT NULL, `pathnamehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `filtered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_h5p_pat_ix` (`pathnamehash`), KEY `mdl_h5p_mai_ix` (`mainlibraryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores H5P content information'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_h5p` -- LOCK TABLES `mdl_h5p` WRITE; /*!40000 ALTER TABLE `mdl_h5p` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_h5p` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_h5p_contents_libraries` -- DROP TABLE IF EXISTS `mdl_h5p_contents_libraries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_h5p_contents_libraries` ( `id` bigint NOT NULL AUTO_INCREMENT, `h5pid` bigint NOT NULL, `libraryid` bigint NOT NULL, `dependencytype` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `dropcss` tinyint(1) NOT NULL, `weight` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_h5pcontlibr_h5p_ix` (`h5pid`), KEY `mdl_h5pcontlibr_lib_ix` (`libraryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Store which library is used in which content.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_h5p_contents_libraries` -- LOCK TABLES `mdl_h5p_contents_libraries` WRITE; /*!40000 ALTER TABLE `mdl_h5p_contents_libraries` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_h5p_contents_libraries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_h5p_libraries` -- DROP TABLE IF EXISTS `mdl_h5p_libraries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_h5p_libraries` ( `id` bigint NOT NULL AUTO_INCREMENT, `machinename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `majorversion` smallint NOT NULL, `minorversion` smallint NOT NULL, `patchversion` smallint NOT NULL, `runnable` tinyint(1) NOT NULL, `fullscreen` tinyint(1) NOT NULL DEFAULT '0', `embedtypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `preloadedjs` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `preloadedcss` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `droplibrarycss` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `semantics` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `addto` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `coremajor` smallint DEFAULT NULL, `coreminor` smallint DEFAULT NULL, `metadatasettings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `tutorial` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `example` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `enabled` tinyint(1) DEFAULT '1', PRIMARY KEY (`id`), KEY `mdl_h5plibr_macmajminpatrun_ix` (`machinename`,`majorversion`,`minorversion`,`patchversion`,`runnable`) ) ENGINE=InnoDB AUTO_INCREMENT=155 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores information about libraries used by H5P content.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_h5p_libraries` -- LOCK TABLES `mdl_h5p_libraries` WRITE; /*!40000 ALTER TABLE `mdl_h5p_libraries` DISABLE KEYS */; INSERT INTO `mdl_h5p_libraries` VALUES (1,'FontAwesome','Font Awesome',4,5,4,0,0,'','','h5p-font-awesome.min.css','','',NULL,NULL,NULL,NULL,NULL,NULL,1),(2,'H5P.Accordion','Accordion',1,0,33,1,0,'iframe','h5p-accordion.js','h5p-accordion.css','','[\n {\n \"name\": \"panels\",\n \"type\": \"list\",\n \"label\": \"Panels\",\n \"entity\": \"panel\",\n \"max\": 100,\n \"min\": 1,\n \"field\": {\n \"name\": \"content\",\n \"type\": \"group\",\n \"label\": \"Content\",\n \"importance\": \"high\",\n \"entity\": \"content\",\n \"fields\": [\n {\n \"name\": \"title\",\n \"type\": \"text\",\n \"label\": \"Title\",\n \"importance\": \"high\"\n },\n {\n \"name\": \"content\",\n \"type\": \"library\",\n \"label\": \"Content type\",\n \"importance\": \"medium\",\n \"entity\": \"content\",\n \"options\": [\n \"H5P.AdvancedText 1.1\"\n ]\n }\n ]\n }\n },\n {\n \"name\": \"hTag\",\n \"type\": \"select\",\n \"label\": \"H tags for labels (does not affect the size of the label)\",\n \"importance\": \"low\",\n \"description\": \"The h tag used on the labels. Normally H2 but if this belongs under an H2 heading use H3. Does not affect the size of the labels, only used for semantical purposes.\",\n \"options\": [\n {\n \"value\": \"h2\",\n \"label\": \"H2\"\n },\n {\n \"value\": \"h3\",\n \"label\": \"H3\"\n },\n {\n \"value\": \"h4\",\n \"label\": \"H4\"\n }\n ],\n \"default\": \"h2\"\n }\n]\n',NULL,1,5,NULL,'https://h5p.org/tutorial-accordion','https://h5p.org/accordion',1),(3,'H5P.AdvancedText','Text',1,1,14,0,0,'','text.js','text.css','','[\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Text\",\n \"importance\": \"high\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ],\n \"font\": {\n \"size\": true,\n \"color\": true,\n \"background\": true\n }\n }\n]\n',NULL,NULL,NULL,'{\"disable\":false,\"disableExtraTitleField\":true}',NULL,NULL,1),(4,'H5P.ArithmeticQuiz','Arithmetic Quiz',1,1,25,1,0,'iframe','js/algebra.min.js, js/arithmetic-quiz.js, js/sound-effects.js, js/countdown-widget.js, js/timer-widget.js, js/intro-page.js, js/qe-generator.js, js/qa-generator.js, js/game-page.js, js/result-page.js, js/odometer.min.js','css/arithmetic-quiz.css, css/odometer-theme-default.css','','[\n {\n \"name\": \"intro\",\n \"type\": \"text\",\n \"label\": \"Intro\",\n \"importance\": \"high\",\n \"description\": \"The intro text (maximum 100 characters)\",\n \"maxLength\": 100,\n \"optional\": true\n },\n {\n \"name\": \"quizType\",\n \"type\": \"select\",\n \"label\": \"Quiz type\",\n \"importance\": \"high\",\n \"options\": [\n {\n \"value\": \"arithmetic\",\n \"label\": \"Arithmetic Operations Quiz\"\n },\n {\n \"value\": \"linearEquation\",\n \"label\": \"Linear Equations Quiz\"\n }\n ],\n \"default\": \"arithmetic\"\n },\n {\n \"name\": \"arithmeticType\",\n \"type\": \"select\",\n \"label\": \"Arithmetic type\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"quizType\",\n \"equals\": [\n \"arithmetic\"\n ]\n }\n ]\n },\n \"importance\": \"high\",\n \"options\": [\n {\n \"value\": \"addition\",\n \"label\": \"Addition\"\n },\n {\n \"value\": \"subtraction\",\n \"label\": \"Subtraction\"\n },\n {\n \"value\": \"multiplication\",\n \"label\": \"Multiplication\"\n },\n {\n \"value\": \"division\",\n \"label\": \"Division\"\n }\n ],\n \"default\": \"addition\"\n },\n {\n \"name\": \"equationType\",\n \"type\": \"select\",\n \"label\": \"Equation type\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"quizType\",\n \"equals\": [\n \"linearEquation\"\n ]\n }\n ]\n },\n \"importance\": \"high\",\n \"options\": [\n {\n \"value\": \"basic\",\n \"label\": \"Basic [ 3x = 12 ]\"\n },\n {\n \"value\": \"intermediate\",\n \"label\": \"Intermediate [ 4x - 3 = 13 ]\"\n },\n {\n \"value\": \"advanced\",\n \"label\": \"Advanced [ 5x + 3 = 3x + 15 ]\"\n }\n ],\n \"default\": \"intermediate\"\n },\n {\n \"name\": \"useFractions\",\n \"type\": \"boolean\",\n \"label\": \"Enable fractions\",\n \"description\": \"Enable to allow fractions in equations.\",\n \"default\": false,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"quizType\",\n \"equals\": [\n \"linearEquation\"\n ]\n }\n ]\n }\n },\n {\n \"name\": \"maxQuestions\",\n \"type\": \"number\",\n \"label\": \"Max number of questions\",\n \"importance\": \"medium\",\n \"default\": 20,\n \"min\": 2,\n \"max\": 100\n },\n {\n \"name\": \"UI\",\n \"type\": \"group\",\n \"label\": \"User interface translations\",\n \"importance\": \"low\",\n \"common\": true,\n \"fields\": [\n {\n \"name\": \"score\",\n \"type\": \"text\",\n \"label\": \"Scoring during quiz\",\n \"importance\": \"low\",\n \"default\": \"Score:\"\n },\n {\n \"name\": \"time\",\n \"type\": \"text\",\n \"label\": \"Time\",\n \"importance\": \"low\",\n \"default\": \"Time: @time\"\n },\n {\n \"name\": \"resultPageHeader\",\n \"type\": \"text\",\n \"label\": \"Result page header\",\n \"importance\": \"low\",\n \"default\": \"Finished!\"\n },\n {\n \"name\": \"go\",\n \"type\": \"text\",\n \"label\": \"Go label\",\n \"importance\": \"low\",\n \"default\": \"GO!\"\n },\n {\n \"name\": \"startButton\",\n \"type\": \"text\",\n \"label\": \"Start button label\",\n \"importance\": \"low\",\n \"default\": \"Start\"\n },\n {\n \"name\": \"retryButton\",\n \"type\": \"text\",\n \"label\": \"Retry button label\",\n \"importance\": \"low\",\n \"default\": \"Retry\"\n },\n {\n \"name\": \"correctText\",\n \"type\": \"text\",\n \"label\": \"Readspeaker text for correct answer\",\n \"importance\": \"low\",\n \"default\": \"Correct\"\n },\n {\n \"name\": \"incorrectText\",\n \"type\": \"text\",\n \"label\": \"Readspeaker text for incorrect answer\",\n \"importance\": \"low\",\n \"default\": \"Incorrect. Correct answer was :num\"\n },\n {\n \"name\": \"durationLabel\",\n \"type\": \"text\",\n \"label\": \"Readspeaker label for the timer\",\n \"importance\": \"low\",\n \"default\": \"Duration in hours, minutes and seconds.\"\n },\n {\n \"name\": \"humanizedQuestion\",\n \"type\": \"text\",\n \"label\": \"Readspeaker text for question\",\n \"importance\": \"low\",\n \"default\": \"What does :arithmetic equal?\"\n },\n {\n \"name\": \"humanizedEquation\",\n \"type\": \"text\",\n \"label\": \"Readspeaker text for equation question\",\n \"importance\": \"low\",\n \"default\": \"For the equation :equation, what does :item equal?\"\n },\n {\n \"name\": \"humanizedVariable\",\n \"type\": \"text\",\n \"label\": \"Readspeaker text for equation variable\",\n \"importance\": \"low\",\n \"default\": \"What does :item equal?\"\n },\n {\n \"name\": \"plusOperator\",\n \"type\": \"text\",\n \"label\": \"Plus operator text\",\n \"importance\": \"low\",\n \"default\": \"plus\"\n },\n {\n \"name\": \"subtractionOperator\",\n \"type\": \"text\",\n \"label\": \"Subtraction operator text\",\n \"importance\": \"low\",\n \"default\": \"minus\"\n },\n {\n \"name\": \"multiplicationOperator\",\n \"type\": \"text\",\n \"label\": \"Multiplication operator text\",\n \"importance\": \"low\",\n \"default\": \"times\"\n },\n {\n \"name\": \"divisionOperator\",\n \"type\": \"text\",\n \"label\": \"Division operator text\",\n \"importance\": \"low\",\n \"default\": \"delt på\"\n },\n {\n \"name\": \"equalitySign\",\n \"type\": \"text\",\n \"label\": \"Equality sign text\",\n \"importance\": \"low\",\n \"default\": \"equals\"\n },\n {\n \"name\": \"slideOfTotal\",\n \"type\": \"text\",\n \"label\": \"Slide number text\",\n \"importance\": \"low\",\n \"description\": \"Announces current slide and total number of slides, variables are :num and :total\",\n \"default\": \"Slide :num of :total\"\n }\n ]\n }\n]\n',NULL,NULL,NULL,NULL,'https://h5p.org/tutorial-arithmetic-quiz','https://h5p.org/arithmetic-quiz',1),(5,'H5PEditor.ShowWhen','Toggle visibility of a field based on rules',1,0,9,0,0,'','h5p-show-when.js','h5p-show-when.css','','',NULL,NULL,NULL,NULL,NULL,NULL,1),(6,'H5P.FontIcons','H5P.FontIcons',1,0,6,0,0,'','','styles/h5p-font-icons.css','','',NULL,NULL,NULL,NULL,NULL,NULL,1),(7,'H5P.JoubelUI','Joubel UI',1,3,19,0,0,'','js/joubel-help-dialog.js, js/joubel-message-dialog.js, js/joubel-progress-circle.js, js/joubel-simple-rounded-button.js, js/joubel-speech-bubble.js, js/joubel-throbber.js, js/joubel-tip.js, js/joubel-slider.js, js/joubel-score-bar.js, js/joubel-progressbar.js, js/joubel-ui.js','css/joubel-help-dialog.css, css/joubel-message-dialog.css, css/joubel-progress-circle.css, css/joubel-simple-rounded-button.css, css/joubel-speech-bubble.css, css/joubel-tip.css, css/joubel-slider.css, css/joubel-score-bar.css, css/joubel-progressbar.css, css/joubel-ui.css, css/joubel-icon.css','','',NULL,1,3,NULL,NULL,NULL,1),(8,'H5P.SoundJS','Sound js api',1,0,2,0,0,'','soundjs-0.6.2.min.js','','','',NULL,NULL,NULL,NULL,NULL,NULL,1),(9,'H5P.Transition','Transition',1,0,4,0,0,'','transition.js','','','',NULL,NULL,NULL,NULL,NULL,NULL,1),(10,'Odometer','Odometer',1,0,3,0,0,'','odometer.min.js','themes/odometer-theme-default.css','','',NULL,NULL,NULL,NULL,NULL,NULL,1),(11,'H5P.Chart','Chart',1,2,22,1,0,'iframe','chart.js, d3.js, pie.js, bar.js','chart.css','','[\n {\n \"name\": \"graphMode\",\n \"type\": \"select\",\n \"label\": \"Type of chart\",\n \"importance\": \"high\",\n \"options\": [\n {\n \"value\": \"pieChart\",\n \"label\": \"Pie Chart\"\n },\n {\n \"value\": \"barChart\",\n \"label\": \"Bar Chart\"\n }\n ],\n \"default\": \"pieChart\"\n },\n {\n \"name\": \"listOfTypes\",\n \"type\": \"list\",\n \"label\": \"Data elements\",\n \"importance\": \"high\",\n \"entity\": \"option\",\n \"min\": 1,\n \"defaultNum\": 2,\n \"field\": {\n \"name\": \"type\",\n \"type\": \"group\",\n \"label\": \"Data element\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"label\": \"Name\",\n \"importance\": \"medium\"\n },\n {\n \"name\": \"value\",\n \"type\": \"number\",\n \"label\": \"Value\",\n \"importance\": \"low\",\n \"default\": 1,\n \"min\": 0.0001,\n \"decimals\": 4\n },\n {\n \"name\": \"color\",\n \"type\": \"text\",\n \"widget\": \"colorSelector\",\n \"label\": \"Color\",\n \"importance\": \"low\",\n \"default\": \"#000\",\n \"optional\": true,\n \"spectrum\": {\n \"showInput\": true,\n \"preferredFormat\": \"hex\"\n }\n },\n {\n \"name\": \"fontColor\",\n \"type\": \"text\",\n \"widget\": \"colorSelector\",\n \"label\": \"Font Color\",\n \"importance\": \"low\",\n \"default\": \"#fff\",\n \"optional\": true,\n \"spectrum\": {\n \"showInput\": true,\n \"preferredFormat\": \"hex\"\n }\n }\n ]\n }\n },\n {\n \"name\": \"figureDefinition\",\n \"type\": \"text\",\n \"label\": \"Text read by readspeakers defining the figure as a chart.\",\n \"importance\": \"low\",\n \"default\": \"Chart\",\n \"common\": true\n }\n]\n',NULL,1,21,NULL,'https://h5p.org/tutorial-chart','https://h5p.org/chart',1),(12,'H5PEditor.ColorSelector','H5PEditor.ColorSelector',1,3,1,0,0,'','scripts/spectrum.js, scripts/color-selector.js','styles/spectrum.css, styles/color-selector.css','','',NULL,1,24,NULL,NULL,NULL,1),(13,'H5P.Collage','Collage',0,3,25,1,0,'','collage.js, template.js, clip.js','collage.css','','[\n {\n \"name\": \"collage\",\n \"label\": \"Preview\",\n \"importance\": \"high\",\n \"type\": \"group\",\n \"widget\": \"collage\",\n \"description\": \"You can move(pan) the images around by dragging them. You can also select an image and then use the + or - keys on your keyboard to zoom or simply hold down the Z key while moving your mouse wheel.\",\n \"fields\": [\n {\n \"name\": \"template\",\n \"label\": \"Layout\",\n \"importance\": \"high\",\n \"type\": \"select\",\n \"options\": [\n {\n \"value\": \"1\",\n \"label\": \"1\"\n },\n {\n \"value\": \"1-1\",\n \"label\": \"1-1\"\n },\n {\n \"value\": \"2\",\n \"label\": \"2\"\n },\n {\n \"value\": \"2-1\",\n \"label\": \"2-1\"\n },\n {\n \"value\": \"1-2\",\n \"label\": \"1-2\"\n },\n {\n \"value\": \"2-2\",\n \"label\": \"2-2\"\n },\n {\n \"value\": \"3-1\",\n \"label\": \"3-1\"\n },\n {\n \"value\": \"1-3\",\n \"label\": \"1-3\"\n },\n {\n \"value\": \"2-3\",\n \"label\": \"2-3\"\n },\n {\n \"value\": \"3-2\",\n \"label\": \"3-2\"\n },\n {\n \"value\": \"3-3\",\n \"label\": \"3-3\"\n }\n ],\n \"default\": \"2-1\"\n },\n {\n \"name\": \"options\",\n \"label\": \"Display options\",\n \"importance\": \"low\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"heightRatio\",\n \"label\": \"Height\",\n \"importance\": \"low\",\n \"type\": \"number\",\n \"decimals\": 2,\n \"min\": 0.1,\n \"max\": 2,\n \"default\": 0.75\n },\n {\n \"name\": \"spacing\",\n \"label\": \"Spacing\",\n \"importance\": \"low\",\n \"type\": \"number\",\n \"decimals\": 2,\n \"min\": 0,\n \"max\": 2,\n \"default\": 0.5\n },\n {\n \"name\": \"frame\",\n \"label\": \"Frame\",\n \"importance\": \"low\",\n \"type\": \"boolean\",\n \"default\": true\n }\n ]\n },\n {\n \"name\": \"clips\",\n \"label\": \"Clips\",\n \"importance\": \"low\",\n \"type\": \"list\",\n \"min\": 1,\n \"entity\": \"clip\",\n \"field\": {\n \"name\": \"clip\",\n \"label\": \"Clip\",\n \"importance\": \"low\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"image\",\n \"type\": \"image\",\n \"label\": \"Image\",\n \"importance\": \"low\"\n },\n {\n \"name\": \"offset\",\n \"label\": \"Offset\",\n \"importance\": \"low\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"top\",\n \"label\": \"Top\",\n \"importance\": \"low\",\n \"type\": \"number\",\n \"default\": 0\n },\n {\n \"name\": \"left\",\n \"label\": \"Left\",\n \"importance\": \"low\",\n \"type\": \"number\",\n \"default\": 0\n }\n ]\n },\n {\n \"name\": \"alt\",\n \"type\": \"text\",\n \"label\": \"Alternative text\",\n \"importance\": \"high\",\n \"description\": \"Required. If the browser can\'t load the image this text will be displayed instead. Also used by readspeakers.\"\n },\n {\n \"name\": \"title\",\n \"type\": \"text\",\n \"label\": \"Hover text\",\n \"importance\": \"low\",\n \"description\": \"Optional. This text is displayed when the user hovers his pointing device over the image.\",\n \"optional\": true\n },\n {\n \"name\": \"scale\",\n \"label\": \"Scale\",\n \"importance\": \"low\",\n \"type\": \"number\",\n \"decimals\": 2,\n \"min\": 0.01,\n \"default\": 1\n }\n ]\n }\n }\n ]\n }\n]\n',NULL,1,7,NULL,'https://h5p.org/tutorial-collage','https://h5p.org/collage',1),(14,'H5PEditor.Collage','Collage Editor',0,3,22,0,0,'','collage-editor.js, layout-selector.js, clip-editor.js','collage-editor.css','','',NULL,1,24,NULL,NULL,NULL,1),(15,'H5P.Audio','Audio',1,5,12,1,0,'iframe','scripts/audio.js','styles/audio.css','','[\n {\n \"name\": \"files\",\n \"type\": \"audio\",\n \"importance\": \"high\",\n \"label\": \"Source files\",\n \"disableCopyright\": true\n },\n {\n \"name\": \"playerMode\",\n \"type\": \"select\",\n \"importance\": \"low\",\n \"label\": \"Player mode\",\n \"description\": \"Select the layout of the player.\",\n \"options\": [\n {\n \"value\": \"minimalistic\",\n \"label\": \"Minimalistic\"\n },\n {\n \"value\": \"full\",\n \"label\": \"Full\"\n },\n {\n \"value\": \"transparent\",\n \"label\": \"Transparent\"\n }\n ],\n \"default\": \"minimalistic\"\n },\n {\n \"name\": \"fitToWrapper\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"label\": \"Fit to wrapper\",\n \"default\": false,\n \"descriptions\": \"Adjust audioplayer size to use available space\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"playerMode\",\n \"equals\": \"minimalistic\"\n },\n {\n \"field\": \"playerMode\",\n \"equals\": \"full\"\n }\n ]\n }\n },\n {\n \"name\": \"controls\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"label\": \"Enable controls\",\n \"default\": true,\n \"description\": \"Controls allow the user to for instance pause the audio\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"playerMode\",\n \"equals\": \"full\"\n }\n ]\n }\n },\n {\n \"name\": \"autoplay\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"label\": \"Enable autoplay\",\n \"description\": \"With autoplay the audio starts to play immediately. Do note that this is not supported by all browsers\"\n },\n {\n \"name\": \"playAudio\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Play audio (Readspeaker)\",\n \"common\": true,\n \"default\": \"Play audio\"\n },\n {\n \"name\": \"pauseAudio\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Pause audio (Readspeaker)\",\n \"common\": true,\n \"default\": \"Pause audio\"\n },\n {\n \"name\": \"contentName\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Audio content name\",\n \"common\": true,\n \"default\": \"Audio\"\n },\n {\n \"name\": \"audioNotSupported\",\n \"type\": \"text\",\n \"label\": \"Audio not supported message\",\n \"importance\": \"low\",\n \"common\": true,\n \"default\": \"Your browser does not support this audio\"\n }\n]\n',NULL,1,19,NULL,NULL,'https://h5p.org/audio',1),(16,'H5P.AudioRecorder','Audio Recorder',1,0,33,1,0,'iframe','dist/h5p-audio-recorder.js','fonts/h5p-audio-recorder-font-open-sans.css','','[\n {\n \"label\": \"Task Description\",\n \"importance\": \"high\",\n \"name\": \"title\",\n \"type\": \"text\",\n \"widget\": \"textarea\",\n \"description\": \"Optional text to display above the audio recorder\",\n \"optional\": true\n },\n {\n \"label\": \"Localization\",\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"common\": true,\n \"fields\": [\n {\n \"name\": \"recordAnswer\",\n \"label\": \"Record button text\",\n \"type\": \"text\",\n \"default\": \"Record\"\n },\n {\n \"name\": \"pause\",\n \"label\": \"Pause button text\",\n \"type\": \"text\",\n \"default\": \"Pause\"\n },\n {\n \"name\": \"continue\",\n \"label\": \"Continue button text\",\n \"type\": \"text\",\n \"default\": \"Continue\"\n },\n {\n \"name\": \"download\",\n \"label\": \"Download button text\",\n \"type\": \"text\",\n \"default\": \"Download\"\n },\n {\n \"name\": \"done\",\n \"label\": \"Done button text\",\n \"type\": \"text\",\n \"default\": \"Done\"\n },\n {\n \"name\": \"retry\",\n \"label\": \"Retry button text\",\n \"type\": \"text\",\n \"default\": \"Retry\"\n },\n {\n \"name\": \"microphoneNotSupported\",\n \"label\": \"Microphone not supported error message\",\n \"type\": \"text\",\n \"default\": \"Microphone not supported. Make sure you are using a browser that allows microphone recording.\"\n },\n {\n \"name\": \"microphoneInaccessible\",\n \"label\": \"Microphone inaccessible error message\",\n \"type\": \"text\",\n \"default\": \"Microphone is not accessible. Make sure that the browser microphone is enabled.\"\n },\n {\n \"name\": \"insecureNotAllowed\",\n \"type\": \"text\",\n \"label\": \"Message displayed when insecure access is not allowed\",\n \"description\": \"Some browsers do not allow using the microphone when the page is served using HTTP. This message will be displayed if that is the case\",\n \"default\": \"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\"\n },\n {\n \"name\": \"statusReadyToRecord\",\n \"label\": \"Ready to record status message\",\n \"type\": \"text\",\n \"default\": \"Press a button below to record your answer.\"\n },\n {\n \"name\": \"statusRecording\",\n \"label\": \"Recording status message\",\n \"type\": \"text\",\n \"default\": \"Recording...\"\n },\n {\n \"name\": \"statusPaused\",\n \"label\": \"Paused status message\",\n \"type\": \"text\",\n \"default\": \"Recording paused. Press a button to continue recording.\"\n },\n {\n \"name\": \"statusFinishedRecording\",\n \"label\": \"Finished recording status message\",\n \"type\": \"text\",\n \"default\": \"You have successfully recorded your answer! Listen to the recording below.\"\n },\n {\n \"name\": \"downloadRecording\",\n \"label\": \"Download recording message\",\n \"type\": \"text\",\n \"default\": \"Download this recording or retry.\"\n },\n {\n \"name\": \"retryDialogHeaderText\",\n \"label\": \"Retry dialog header text\",\n \"type\": \"text\",\n \"default\": \"Retry recording?\"\n },\n {\n \"name\": \"retryDialogBodyText\",\n \"label\": \"Retry dialog body text\",\n \"type\": \"text\",\n \"default\": \"By pressing \\\"Retry\\\" you will lose your current recording.\"\n },\n {\n \"name\": \"retryDialogConfirmText\",\n \"label\": \"Retry dialog confirm text\",\n \"type\": \"text\",\n \"default\": \"Retry\"\n },\n {\n \"name\": \"retryDialogCancelText\",\n \"label\": \"Retry dialog cancel text\",\n \"type\": \"text\",\n \"default\": \"Cancel\"\n },\n {\n \"name\": \"statusCantCreateTheAudioFile\",\n \"label\": \"Can\'t create audio file status message\",\n \"type\": \"text\",\n \"default\": \"Can\'t create the audio file.\"\n }\n ]\n }\n]\n',NULL,NULL,NULL,NULL,NULL,'https://h5p.org/audio-recorder',1),(17,'H5P.Blanks','Fill in the Blanks',1,14,13,1,0,'iframe','js/blanks.js, js/cloze.js','css/blanks.css','','[\n {\n \"name\": \"media\",\n \"type\": \"group\",\n \"label\": \"Media\",\n \"importance\": \"medium\",\n \"fields\": [\n {\n \"name\": \"type\",\n \"type\": \"library\",\n \"label\": \"Type\",\n \"options\": [\n \"H5P.Image 1.1\",\n \"H5P.Video 1.6\",\n \"H5P.Audio 1.5\"\n ],\n \"optional\": true,\n \"description\": \"Optional media to display above the question.\"\n },\n {\n \"name\": \"disableImageZooming\",\n \"type\": \"boolean\",\n \"label\": \"Disable image zooming\",\n \"importance\": \"low\",\n \"default\": false,\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": \"H5P.Image 1.1\"\n }\n ]\n }\n }\n ]\n },\n {\n \"label\": \"Task description\",\n \"importance\": \"high\",\n \"name\": \"text\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"default\": \"Fill in the missing words\",\n \"description\": \"A guide telling the user how to answer this task.\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ]\n },\n {\n \"name\": \"questions\",\n \"type\": \"list\",\n \"label\": \"Text blocks\",\n \"importance\": \"high\",\n \"entity\": \"text block\",\n \"min\": 1,\n \"max\": 31,\n \"field\": {\n \"name\": \"question\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Line of text\",\n \"importance\": \"high\",\n \"placeholder\": \"Oslo is the capital of *Norway*.\",\n \"description\": \"\",\n \"important\": {\n \"description\": \"<ul><li>Blanks are added with an asterisk (*) in front and behind the correct word/phrase.</li><li>Alternative answers are separated with a forward slash (/).</li><li>You may add a textual tip, using a colon (:) in front of the tip.</li></ul>\",\n \"example\": \"H5P content may be edited using a *browser/web-browser:Something you use every day*.\"\n },\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"u\",\n \"code\"\n ]\n }\n },\n {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"label\": \"Overall Feedback\",\n \"importance\": \"low\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"overallFeedback\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"RangeList\",\n \"label\": \"Default\"\n }\n ],\n \"importance\": \"high\",\n \"label\": \"Define custom feedback for any score range\",\n \"description\": \"Click the \\\"Add range\\\" button to add as many ranges as you need. Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!\",\n \"entity\": \"range\",\n \"min\": 1,\n \"defaultNum\": 1,\n \"optional\": true,\n \"field\": {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"from\",\n \"type\": \"number\",\n \"label\": \"Score Range\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 0,\n \"unit\": \"%\"\n },\n {\n \"name\": \"to\",\n \"type\": \"number\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 100,\n \"unit\": \"%\"\n },\n {\n \"name\": \"feedback\",\n \"type\": \"text\",\n \"label\": \"Feedback for defined score range\",\n \"importance\": \"low\",\n \"placeholder\": \"Fill in the feedback\",\n \"optional\": true\n }\n ]\n }\n }\n ]\n },\n {\n \"label\": \"Text for \\\"Show solutions\\\" button\",\n \"name\": \"showSolutions\",\n \"type\": \"text\",\n \"default\": \"Show solution\",\n \"common\": true\n },\n {\n \"label\": \"Text for \\\"Retry\\\" button\",\n \"importance\": \"low\",\n \"name\": \"tryAgain\",\n \"type\": \"text\",\n \"default\": \"Retry\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"label\": \"Text for \\\"Check\\\" button\",\n \"importance\": \"low\",\n \"name\": \"checkAnswer\",\n \"type\": \"text\",\n \"default\": \"Check\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"label\": \"Text for \\\"Submit\\\" button\",\n \"importance\": \"low\",\n \"name\": \"submitAnswer\",\n \"type\": \"text\",\n \"default\": \"Submit\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"label\": \"Text for \\\"Not filled out\\\" message\",\n \"importance\": \"low\",\n \"name\": \"notFilledOut\",\n \"type\": \"text\",\n \"default\": \"Please fill in all blanks to view solution\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"label\": \"Text for \\\"\':ans\' is correct\\\" message\",\n \"importance\": \"low\",\n \"name\": \"answerIsCorrect\",\n \"type\": \"text\",\n \"default\": \"\':ans\' is correct\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"label\": \"Text for \\\"\':ans\' is wrong\\\" message\",\n \"importance\": \"low\",\n \"name\": \"answerIsWrong\",\n \"type\": \"text\",\n \"default\": \"\':ans\' is wrong\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"label\": \"Text for \\\"Answered correctly\\\" message\",\n \"importance\": \"low\",\n \"name\": \"answeredCorrectly\",\n \"type\": \"text\",\n \"default\": \"Answered correctly\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"label\": \"Text for \\\"Answered incorrectly\\\" message\",\n \"importance\": \"low\",\n \"name\": \"answeredIncorrectly\",\n \"type\": \"text\",\n \"default\": \"Answered incorrectly\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"label\": \"Assistive technology label for solution\",\n \"importance\": \"low\",\n \"name\": \"solutionLabel\",\n \"type\": \"text\",\n \"default\": \"Correct answer:\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"label\": \"Assistive technology label for input field\",\n \"importance\": \"low\",\n \"name\": \"inputLabel\",\n \"type\": \"text\",\n \"description\": \"Use @num and @total to replace current cloze number and total cloze number\",\n \"default\": \"Blank input @num of @total\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"label\": \"Assistive technology label for saying an input has a tip tied to it\",\n \"importance\": \"low\",\n \"name\": \"inputHasTipLabel\",\n \"type\": \"text\",\n \"default\": \"Tip available\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"label\": \"Tip icon label\",\n \"importance\": \"low\",\n \"name\": \"tipLabel\",\n \"type\": \"text\",\n \"default\": \"Tip\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings.\",\n \"importance\": \"low\",\n \"description\": \"These options will let you control how the task behaves.\",\n \"optional\": true,\n \"fields\": [\n {\n \"label\": \"Enable \\\"Retry\\\"\",\n \"importance\": \"low\",\n \"name\": \"enableRetry\",\n \"type\": \"boolean\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"label\": \"Enable \\\"Show solution\\\" button\",\n \"importance\": \"low\",\n \"name\": \"enableSolutionsButton\",\n \"type\": \"boolean\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"enableCheckButton\",\n \"type\": \"boolean\",\n \"label\": \"Enable \\\"Check\\\" button\",\n \"widget\": \"none\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"label\": \"Automatically check answers after input\",\n \"importance\": \"low\",\n \"name\": \"autoCheck\",\n \"type\": \"boolean\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"caseSensitive\",\n \"importance\": \"low\",\n \"type\": \"boolean\",\n \"default\": true,\n \"label\": \"Case sensitive\",\n \"description\": \"Makes sure the user input has to be exactly the same as the answer.\"\n },\n {\n \"label\": \"Require all fields to be answered before the solution can be viewed\",\n \"importance\": \"low\",\n \"name\": \"showSolutionsRequiresInput\",\n \"type\": \"boolean\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"label\": \"Put input fields on separate lines\",\n \"importance\": \"low\",\n \"name\": \"separateLines\",\n \"type\": \"boolean\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"label\": \"Show confirmation dialog on \\\"Check\\\"\",\n \"importance\": \"low\",\n \"name\": \"confirmCheckDialog\",\n \"type\": \"boolean\",\n \"description\": \"This options is not compatible with the \\\"Automatically check answers after input\\\" option\",\n \"default\": false\n },\n {\n \"label\": \"Show confirmation dialog on \\\"Retry\\\"\",\n \"importance\": \"low\",\n \"name\": \"confirmRetryDialog\",\n \"type\": \"boolean\",\n \"default\": false\n },\n {\n \"name\": \"acceptSpellingErrors\",\n \"type\": \"boolean\",\n \"label\": \"Accept minor spelling errors\",\n \"importance\": \"low\",\n \"description\": \"If activated, an answer will also count as correct with minor spelling errors (3-9 characters: 1 spelling error, more than 9 characters: 2 spelling errors)\",\n \"default\": false,\n \"optional\": true\n }\n ]\n },\n {\n \"label\": \"Check confirmation dialog\",\n \"importance\": \"low\",\n \"name\": \"confirmCheck\",\n \"type\": \"group\",\n \"common\": true,\n \"fields\": [\n {\n \"label\": \"Header text\",\n \"importance\": \"low\",\n \"name\": \"header\",\n \"type\": \"text\",\n \"default\": \"Finish ?\"\n },\n {\n \"label\": \"Body text\",\n \"importance\": \"low\",\n \"name\": \"body\",\n \"type\": \"text\",\n \"default\": \"Are you sure you wish to finish ?\",\n \"widget\": \"html\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"u\",\n \"code\"\n ]\n },\n {\n \"label\": \"Cancel button label\",\n \"importance\": \"low\",\n \"name\": \"cancelLabel\",\n \"type\": \"text\",\n \"default\": \"Cancel\"\n },\n {\n \"label\": \"Confirm button label\",\n \"importance\": \"low\",\n \"name\": \"confirmLabel\",\n \"type\": \"text\",\n \"default\": \"Finish\"\n }\n ]\n },\n {\n \"label\": \"Retry confirmation dialog\",\n \"importance\": \"low\",\n \"name\": \"confirmRetry\",\n \"type\": \"group\",\n \"common\": true,\n \"fields\": [\n {\n \"label\": \"Header text\",\n \"importance\": \"low\",\n \"name\": \"header\",\n \"type\": \"text\",\n \"default\": \"Retry ?\"\n },\n {\n \"label\": \"Body text\",\n \"importance\": \"low\",\n \"name\": \"body\",\n \"type\": \"text\",\n \"default\": \"Are you sure you wish to retry ?\",\n \"widget\": \"html\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"u\",\n \"code\"\n ]\n },\n {\n \"label\": \"Cancel button label\",\n \"importance\": \"low\",\n \"name\": \"cancelLabel\",\n \"type\": \"text\",\n \"default\": \"Cancel\"\n },\n {\n \"label\": \"Confirm button label\",\n \"importance\": \"low\",\n \"name\": \"confirmLabel\",\n \"type\": \"text\",\n \"default\": \"Confirm\"\n }\n ]\n },\n {\n \"name\": \"scoreBarLabel\",\n \"type\": \"text\",\n \"label\": \"Textual representation of the score bar for those using a readspeaker\",\n \"default\": \"You got :num out of :total points\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"name\": \"a11yCheck\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Check\\\" button\",\n \"default\": \"Check the answers. The responses will be marked as correct, incorrect, or unanswered.\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"name\": \"a11yShowSolution\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Show Solution\\\" button\",\n \"default\": \"Show the solution. The task will be marked with its correct solution.\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"name\": \"a11yRetry\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Retry\\\" button\",\n \"default\": \"Retry the task. Reset all responses and start the task over again.\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"name\": \"a11yCheckingModeHeader\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for starting task\",\n \"default\": \"Checking mode\",\n \"importance\": \"low\",\n \"common\": true\n }\n]',NULL,1,19,NULL,'https://h5p.org/tutorial-fill-in-the-blanks','https://h5p.org/fill-in-the-blanks',1),(18,'H5P.CKEditor','CKEditor wrapper/loader for H5P',1,0,6,0,0,'','h5p-ckeditor.js','','','',NULL,1,13,NULL,NULL,NULL,1),(19,'H5P.Column','Column',1,16,7,1,0,'iframe','scripts/h5p-column.js','styles/h5p-column.css','','[\n {\n \"name\": \"content\",\n \"label\": \"List of Column Content\",\n \"importance\": \"high\",\n \"type\": \"list\",\n \"min\": 1,\n \"entity\": \"content\",\n \"field\": {\n \"name\": \"content\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"content\",\n \"type\": \"library\",\n \"importance\": \"high\",\n \"label\": \"Content\",\n \"options\": [\n \"H5P.Accordion 1.0\",\n \"H5P.Agamotto 1.5\",\n \"H5P.Audio 1.5\",\n \"H5P.AudioRecorder 1.0\",\n \"H5P.Blanks 1.14\",\n \"H5P.Chart 1.2\",\n \"H5P.Collage 0.3\",\n \"H5P.CoursePresentation 1.25\",\n \"H5P.Dialogcards 1.9\",\n \"H5P.DocumentationTool 1.8\",\n \"H5P.DragQuestion 1.14\",\n \"H5P.DragText 1.10\",\n \"H5P.Essay 1.5\",\n \"H5P.GuessTheAnswer 1.5\",\n \"H5P.Table 1.1\",\n \"H5P.AdvancedText 1.1\",\n \"H5P.IFrameEmbed 1.0\",\n \"H5P.Image 1.1\",\n \"H5P.ImageHotspots 1.10\",\n \"H5P.ImageHotspotQuestion 1.8\",\n \"H5P.ImageSlider 1.1\",\n \"H5P.InteractiveVideo 1.26\",\n \"H5P.Link 1.3\",\n \"H5P.MarkTheWords 1.11\",\n \"H5P.MemoryGame 1.3\",\n \"H5P.MultiChoice 1.16\",\n \"H5P.Questionnaire 1.3\",\n \"H5P.QuestionSet 1.20\",\n \"H5P.SingleChoiceSet 1.11\",\n \"H5P.Summary 1.10\",\n \"H5P.Timeline 1.1\",\n \"H5P.TrueFalse 1.8\",\n \"H5P.Video 1.6\",\n \"H5P.MultiMediaChoice 0.3\"\n ]\n },\n {\n \"name\": \"useSeparator\",\n \"type\": \"select\",\n \"importance\": \"low\",\n \"label\": \"Separate content with a horizontal ruler\",\n \"default\": \"auto\",\n \"options\": [\n {\n \"value\": \"auto\",\n \"label\": \"Automatic (default)\"\n },\n {\n \"value\": \"disabled\",\n \"label\": \"Never use ruler above\"\n },\n {\n \"value\": \"enabled\",\n \"label\": \"Always use ruler above\"\n }\n ]\n }\n ]\n }\n }\n]',NULL,1,19,NULL,'https://h5p.org/tutorial-column','https://h5p.org/column',1),(20,'H5P.ContinuousText','Continuous Text',1,2,16,0,0,'','scripts/ct.js','','','[\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"importance\": \"high\",\n \"widget\": \"html\",\n \"label\": \"Text\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"br\",\n \"p\",\n \"a\",\n \"h2\",\n \"h3\",\n \"pre\",\n \"code\"\n ]\n }\n]\n',NULL,NULL,NULL,NULL,NULL,NULL,1),(21,'H5P.CoursePresentation','Course Presentation',1,25,9,1,1,'iframe','dist/h5p-course-presentation.js','dist/h5p-course-presentation.css','','[\n {\n \"name\": \"presentation\",\n \"type\": \"group\",\n \"importance\": \"high\",\n \"widget\": \"coursepresentation\",\n \"fields\": [\n {\n \"name\": \"slides\",\n \"importance\": \"high\",\n \"type\": \"list\",\n \"field\": {\n \"name\": \"slide\",\n \"importance\": \"high\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"elements\",\n \"importance\": \"high\",\n \"type\": \"list\",\n \"field\": {\n \"name\": \"element\",\n \"importance\": \"high\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"x\",\n \"importance\": \"low\",\n \"type\": \"number\",\n \"widget\": \"none\"\n },\n {\n \"name\": \"y\",\n \"importance\": \"low\",\n \"type\": \"number\",\n \"widget\": \"none\"\n },\n {\n \"name\": \"width\",\n \"importance\": \"low\",\n \"type\": \"number\",\n \"widget\": \"none\",\n \"optional\": true\n },\n {\n \"name\": \"height\",\n \"importance\": \"low\",\n \"type\": \"number\",\n \"widget\": \"none\",\n \"optional\": true\n },\n {\n \"name\": \"action\",\n \"type\": \"library\",\n \"importance\": \"high\",\n \"options\": [\n \"H5P.AdvancedText 1.1\",\n \"H5P.Link 1.3\",\n \"H5P.Image 1.1\",\n \"H5P.Shape 1.0\",\n \"H5P.Video 1.6\",\n \"H5P.Audio 1.5\",\n \"H5P.Blanks 1.14\",\n \"H5P.SingleChoiceSet 1.11\",\n \"H5P.MultiChoice 1.16\",\n \"H5P.TrueFalse 1.8\",\n \"H5P.DragQuestion 1.14\",\n \"H5P.Summary 1.10\",\n \"H5P.DragText 1.10\",\n \"H5P.MarkTheWords 1.11\",\n \"H5P.Dialogcards 1.9\",\n \"H5P.ContinuousText 1.2\",\n \"H5P.ExportableTextArea 1.3\",\n \"H5P.Table 1.1\",\n \"H5P.InteractiveVideo 1.26\",\n \"H5P.TwitterUserFeed 1.0\",\n \"H5P.AudioRecorder 1.0\",\n \"H5P.MultiMediaChoice 0.3\"\n ],\n \"optional\": true\n },\n {\n \"name\": \"solution\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"optional\": true,\n \"label\": \"Comments\",\n \"importance\": \"low\",\n \"description\": \"The comments are shown when the user displays the suggested answers for all slides.\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ]\n },\n {\n \"name\": \"alwaysDisplayComments\",\n \"type\": \"boolean\",\n \"label\": \"Always display comments\",\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"name\": \"backgroundOpacity\",\n \"type\": \"number\",\n \"label\": \"Background Opacity\",\n \"importance\": \"low\",\n \"min\": 0,\n \"max\": 100,\n \"step\": 5,\n \"default\": 0,\n \"optional\": true\n },\n {\n \"name\": \"displayAsButton\",\n \"type\": \"boolean\",\n \"label\": \"Display as button\",\n \"importance\": \"medium\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"buttonSize\",\n \"type\": \"select\",\n \"label\": \"Button size\",\n \"importance\": \"low\",\n \"optional\": false,\n \"default\": \"big\",\n \"options\": [\n {\n \"value\": \"small\",\n \"label\": \"Small\"\n },\n {\n \"value\": \"big\",\n \"label\": \"Big\"\n }\n ]\n },\n {\n \"name\": \"title\",\n \"type\": \"text\",\n \"optional\": true,\n \"label\": \"Title\",\n \"importance\": \"medium\"\n },\n {\n \"name\": \"goToSlideType\",\n \"type\": \"select\",\n \"label\": \"Go to\",\n \"importance\": \"medium\",\n \"optional\": false,\n \"options\": [\n {\n \"value\": \"specified\",\n \"label\": \"Specific slide number\"\n },\n {\n \"value\": \"next\",\n \"label\": \"Next slide\"\n },\n {\n \"value\": \"previous\",\n \"label\": \"Previous slide\"\n }\n ],\n \"default\": \"specified\"\n },\n {\n \"name\": \"goToSlide\",\n \"type\": \"number\",\n \"label\": \"Specific slide number\",\n \"description\": \"Only applicable when \'Specific slide number\' is selected\",\n \"importance\": \"low\",\n \"min\": 1,\n \"optional\": true\n },\n {\n \"name\": \"invisible\",\n \"type\": \"boolean\",\n \"label\": \"Invisible\",\n \"importance\": \"low\",\n \"description\": \"Default cursor, no title and no tab index. Warning: Users with disabilities or keyboard only users will have trouble using this element.\",\n \"default\": false\n }\n ]\n }\n },\n {\n \"name\": \"keywords\",\n \"importance\": \"low\",\n \"type\": \"list\",\n \"optional\": true,\n \"field\": {\n \"name\": \"keyword\",\n \"importance\": \"low\",\n \"type\": \"group\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"main\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"optional\": true\n },\n {\n \"name\": \"subs\",\n \"importance\": \"low\",\n \"type\": \"list\",\n \"optional\": true,\n \"field\": {\n \"name\": \"keyword\",\n \"importance\": \"low\",\n \"type\": \"text\"\n }\n }\n ]\n }\n },\n {\n \"name\": \"slideBackgroundSelector\",\n \"importance\": \"medium\",\n \"type\": \"group\",\n \"widget\": \"radioSelector\",\n \"fields\": [\n {\n \"name\": \"imageSlideBackground\",\n \"type\": \"image\",\n \"label\": \"Image\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"description\": \"Image background should have a 2:1 width to height ratio to avoid stretching. High resolution images will display better on larger screens.\"\n },\n {\n \"name\": \"fillSlideBackground\",\n \"importance\": \"medium\",\n \"type\": \"text\",\n \"widget\": \"colorSelector\",\n \"label\": \"Pick a color\",\n \"spectrum\": {\n \"flat\": true,\n \"showInput\": true,\n \"allowEmpty\": true,\n \"showButtons\": false\n },\n \"default\": null,\n \"optional\": true\n }\n ]\n }\n ]\n }\n },\n {\n \"name\": \"ct\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"widget\": \"none\",\n \"optional\": true,\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"br\",\n \"p\",\n \"a\",\n \"h2\",\n \"h3\",\n \"pre\",\n \"code\"\n ]\n },\n {\n \"name\": \"keywordListEnabled\",\n \"type\": \"boolean\",\n \"label\": \"Keyword list\",\n \"importance\": \"low\",\n \"default\": true\n },\n {\n \"name\": \"keywordListAlwaysShow\",\n \"type\": \"boolean\",\n \"label\": \"Always show\",\n \"importance\": \"low\",\n \"default\": false\n },\n {\n \"name\": \"keywordListAutoHide\",\n \"type\": \"boolean\",\n \"label\": \"Auto hide\",\n \"importance\": \"low\",\n \"default\": false\n },\n {\n \"name\": \"keywordListOpacity\",\n \"type\": \"number\",\n \"label\": \"Opacity\",\n \"importance\": \"low\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 90\n },\n {\n \"name\": \"globalBackgroundSelector\",\n \"importance\": \"medium\",\n \"type\": \"group\",\n \"widget\": \"radioSelector\",\n \"fields\": [\n {\n \"name\": \"imageGlobalBackground\",\n \"type\": \"image\",\n \"label\": \"Image\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"description\": \"Image background should have a 2:1 width to height ratio to avoid stretching. High resolution images will display better on larger screens.\"\n },\n {\n \"name\": \"fillGlobalBackground\",\n \"type\": \"text\",\n \"widget\": \"colorSelector\",\n \"label\": \"Pick a color\",\n \"importance\": \"medium\",\n \"spectrum\": {\n \"flat\": true,\n \"showInput\": true,\n \"allowEmpty\": true,\n \"showButtons\": false\n },\n \"default\": null,\n \"optional\": true\n }\n ]\n }\n ]\n },\n {\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"label\": \"Localize\",\n \"importance\": \"low\",\n \"common\": true,\n \"fields\": [\n {\n \"name\": \"slide\",\n \"type\": \"text\",\n \"label\": \"Translation for \\\"Slide\\\"\",\n \"importance\": \"low\",\n \"default\": \"Slide\"\n },\n {\n \"name\": \"score\",\n \"type\": \"text\",\n \"label\": \"Translation for \\\"Score\\\"\",\n \"importance\": \"low\",\n \"default\": \"Score\"\n },\n {\n \"name\": \"yourScore\",\n \"type\": \"text\",\n \"label\": \"Translation for \\\"Your Score\\\"\",\n \"importance\": \"low\",\n \"default\": \"Your Score\"\n },\n {\n \"name\": \"maxScore\",\n \"type\": \"text\",\n \"label\": \"Translation for \\\"Max Score\\\"\",\n \"importance\": \"low\",\n \"default\": \"Max Score\"\n },\n {\n \"name\": \"total\",\n \"type\": \"text\",\n \"label\": \"Translation for \\\"Total\\\"\",\n \"importance\": \"low\",\n \"default\": \"Total\"\n },\n {\n \"name\": \"totalScore\",\n \"type\": \"text\",\n \"label\": \"Translation for \\\"Total Score\\\"\",\n \"importance\": \"low\",\n \"default\": \"Total Score\"\n },\n {\n \"name\": \"showSolutions\",\n \"type\": \"text\",\n \"label\": \"Title for show solutions button\",\n \"importance\": \"low\",\n \"default\": \"Show solutions\"\n },\n {\n \"name\": \"retry\",\n \"type\": \"text\",\n \"label\": \"Text for the retry button\",\n \"importance\": \"low\",\n \"default\": \"Retry\",\n \"optional\": true\n },\n {\n \"name\": \"exportAnswers\",\n \"type\": \"text\",\n \"label\": \"Text for the export text button\",\n \"importance\": \"low\",\n \"default\": \"Export text\"\n },\n {\n \"name\": \"hideKeywords\",\n \"type\": \"text\",\n \"label\": \"Hide sidebar navigation menu button title\",\n \"importance\": \"low\",\n \"default\": \"Hide sidebar navigation menu\"\n },\n {\n \"name\": \"showKeywords\",\n \"type\": \"text\",\n \"label\": \"Show sidebar navigation menu button title\",\n \"importance\": \"low\",\n \"default\": \"Show sidebar navigation menu\"\n },\n {\n \"name\": \"fullscreen\",\n \"type\": \"text\",\n \"label\": \"Fullscreen label\",\n \"importance\": \"low\",\n \"default\": \"Fullscreen\"\n },\n {\n \"name\": \"exitFullscreen\",\n \"type\": \"text\",\n \"label\": \"Exit fullscreen label\",\n \"importance\": \"low\",\n \"default\": \"Exit fullscreen\"\n },\n {\n \"name\": \"prevSlide\",\n \"type\": \"text\",\n \"label\": \"Previous slide label\",\n \"importance\": \"low\",\n \"default\": \"Previous slide\"\n },\n {\n \"name\": \"nextSlide\",\n \"type\": \"text\",\n \"label\": \"Next slide label\",\n \"importance\": \"low\",\n \"default\": \"Next slide\"\n },\n {\n \"name\": \"currentSlide\",\n \"type\": \"text\",\n \"label\": \"Current slide label\",\n \"importance\": \"low\",\n \"default\": \"Current slide\"\n },\n {\n \"name\": \"lastSlide\",\n \"type\": \"text\",\n \"label\": \"Last slide label\",\n \"importance\": \"low\",\n \"default\": \"Last slide\"\n },\n {\n \"name\": \"solutionModeTitle\",\n \"type\": \"text\",\n \"label\": \"Exit solution mode text\",\n \"importance\": \"low\",\n \"default\": \"Exit solution mode\"\n },\n {\n \"name\": \"solutionModeText\",\n \"type\": \"text\",\n \"label\": \"Solution mode text\",\n \"importance\": \"low\",\n \"default\": \"Solution Mode\"\n },\n {\n \"name\": \"summaryMultipleTaskText\",\n \"type\": \"text\",\n \"label\": \"Text when multiple tasks on a page\",\n \"importance\": \"low\",\n \"default\": \"Multiple tasks\"\n },\n {\n \"name\": \"scoreMessage\",\n \"type\": \"text\",\n \"label\": \"Score message text\",\n \"importance\": \"low\",\n \"default\": \"You achieved:\"\n },\n {\n \"name\": \"shareFacebook\",\n \"type\": \"text\",\n \"label\": \"Share to Facebook text\",\n \"importance\": \"low\",\n \"default\": \"Share on Facebook\"\n },\n {\n \"name\": \"shareTwitter\",\n \"type\": \"text\",\n \"label\": \"Share to Twitter text\",\n \"importance\": \"low\",\n \"default\": \"Share on Twitter\"\n },\n {\n \"name\": \"shareGoogle\",\n \"type\": \"text\",\n \"label\": \"Share to Google text\",\n \"importance\": \"low\",\n \"default\": \"Share on Google+\"\n },\n {\n \"name\": \"summary\",\n \"type\": \"text\",\n \"label\": \"Title for summary slide\",\n \"importance\": \"low\",\n \"default\": \"Summary\"\n },\n {\n \"name\": \"solutionsButtonTitle\",\n \"type\": \"text\",\n \"label\": \"Title for the comments icon\",\n \"importance\": \"low\",\n \"default\": \"Show comments\"\n },\n {\n \"name\": \"printTitle\",\n \"type\": \"text\",\n \"label\": \"Title for print button\",\n \"importance\": \"low\",\n \"default\": \"Print\"\n },\n {\n \"name\": \"printIngress\",\n \"type\": \"text\",\n \"label\": \"Print dialog ingress\",\n \"importance\": \"low\",\n \"default\": \"How would you like to print this presentation?\"\n },\n {\n \"name\": \"printAllSlides\",\n \"type\": \"text\",\n \"label\": \"Label for \\\"Print all slides\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Print all slides\"\n },\n {\n \"name\": \"printCurrentSlide\",\n \"type\": \"text\",\n \"label\": \"Label for \\\"Print current slide\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Print current slide\"\n },\n {\n \"name\": \"noTitle\",\n \"type\": \"text\",\n \"label\": \"Label for slides without a title\",\n \"importance\": \"low\",\n \"default\": \"No title\"\n },\n {\n \"name\": \"accessibilitySlideNavigationExplanation\",\n \"type\": \"text\",\n \"label\": \"Explanation of slide navigation for assistive technologies\",\n \"importance\": \"low\",\n \"default\": \"Use left and right arrow to change slide in that direction whenever canvas is selected.\"\n },\n {\n \"name\": \"accessibilityCanvasLabel\",\n \"type\": \"text\",\n \"label\": \"Canvas label for assistive technologies\",\n \"importance\": \"low\",\n \"default\": \"Presentation canvas. Use left and right arrow to move between slides.\"\n },\n {\n \"name\": \"accessibilityProgressBarLabel\",\n \"type\": \"text\",\n \"label\": \"Progressbar label for assistive technologies\",\n \"importance\": \"low\",\n \"default\": \"Choose slide to display\"\n },\n {\n \"name\": \"containsNotCompleted\",\n \"type\": \"text\",\n \"label\": \"Label for uncompleted interactions\",\n \"importance\": \"low\",\n \"default\": \"@slideName contains not completed interaction\"\n },\n {\n \"name\": \"containsCompleted\",\n \"type\": \"text\",\n \"label\": \"Label for completed interactions\",\n \"importance\": \"low\",\n \"default\": \"@slideName contains completed interaction\"\n },\n {\n \"name\": \"slideCount\",\n \"type\": \"text\",\n \"label\": \"Label for slide counter. Variables are @index, @total\",\n \"importance\": \"low\",\n \"default\": \"Slide @index of @total\"\n },\n {\n \"name\": \"containsOnlyCorrect\",\n \"type\": \"text\",\n \"label\": \"Label for slides that only contains correct answers\",\n \"importance\": \"low\",\n \"default\": \"@slideName only has correct answers\"\n },\n {\n \"name\": \"containsIncorrectAnswers\",\n \"type\": \"text\",\n \"label\": \"Label for slides that has incorrect answers\",\n \"importance\": \"low\",\n \"default\": \"@slideName has incorrect answers\"\n },\n {\n \"name\": \"shareResult\",\n \"type\": \"text\",\n \"label\": \"Label for social sharing bar\",\n \"importance\": \"low\",\n \"default\": \"Share Result\"\n },\n {\n \"name\": \"accessibilityTotalScore\",\n \"type\": \"text\",\n \"label\": \"Total score announcement for assistive technologies\",\n \"default\": \"You got @score of @maxScore points in total\",\n \"description\": \"Available variables are @score and @maxScore\"\n },\n {\n \"name\": \"accessibilityEnteredFullscreen\",\n \"type\": \"text\",\n \"label\": \"Entered fullscreen announcement for assistive technologies\",\n \"default\": \"Entered fullscreen\"\n },\n {\n \"name\": \"accessibilityExitedFullscreen\",\n \"type\": \"text\",\n \"label\": \"Exited fullscreen announcement for assistive technologies\",\n \"default\": \"Exited fullscreen\"\n },\n {\n \"name\": \"confirmDialogHeader\",\n \"type\": \"text\",\n \"label\": \"Header of submit result confirmation dialog\",\n \"default\": \"Submit your answers\"\n },\n {\n \"name\": \"confirmDialogText\",\n \"type\": \"text\",\n \"label\": \"Text of submit result confirmation dialog\",\n \"default\": \"This will submit your results, do you want to continue?\"\n },\n {\n \"name\": \"confirmDialogConfirmText\",\n \"type\": \"text\",\n \"label\": \"Confirmation button of submit result confirmation dialog\",\n \"default\": \"Submit and see results\"\n },\n {\n \"name\": \"slideshowNavigationLabel\",\n \"type\": \"text\",\n \"label\": \"Label for Slideshow navigation\",\n \"default\": \"Slideshow navigation\"\n }\n ]\n },\n {\n \"name\": \"override\",\n \"type\": \"group\",\n \"label\": \"Behaviour settings.\",\n \"importance\": \"low\",\n \"description\": \"These options will let you override behaviour settings.\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"activeSurface\",\n \"type\": \"boolean\",\n \"widget\": \"disposableBoolean\",\n \"label\": \"Activate Active Surface Mode\",\n \"importance\": \"low\",\n \"description\": \"Removes navigation controls for the end user. Use Go To Slide to navigate. Summary is not available in this mode.\",\n \"default\": false\n },\n {\n \"name\": \"hideSummarySlide\",\n \"type\": \"boolean\",\n \"label\": \"Hide Summary Slide\",\n \"importance\": \"low\",\n \"description\": \"Hides the summary slide.\",\n \"default\": false\n },\n {\n \"name\": \"showSolutionButton\",\n \"type\": \"select\",\n \"label\": \"Override \\\"Show Solution\\\" button\",\n \"importance\": \"low\",\n \"description\": \"This option determines if the \\\"Show Solution\\\" button will be configured for each question individually (default) shown for all questions (Enabled) or disabled for all questions (Disabled) \",\n \"optional\": true,\n \"options\": [\n {\n \"value\": \"on\",\n \"label\": \"Enabled\"\n },\n {\n \"value\": \"off\",\n \"label\": \"Disabled\"\n }\n ]\n },\n {\n \"name\": \"retryButton\",\n \"type\": \"select\",\n \"label\": \"Override \\\"Retry\\\" button\",\n \"importance\": \"low\",\n \"description\": \"This option determines if the \\\"Retry\\\" button will be configured for each question individually (default) shown for all questions (Enabled) or disabled for all questions (Disabled)\",\n \"optional\": true,\n \"options\": [\n {\n \"value\": \"on\",\n \"label\": \"Enabled\"\n },\n {\n \"value\": \"off\",\n \"label\": \"Disabled\"\n }\n ]\n },\n {\n \"name\": \"summarySlideSolutionButton\",\n \"type\": \"boolean\",\n \"label\": \"Show \\\"Show solution\\\" button in the summary slide\",\n \"description\": \"If enabled, the learner will be able to show the solutions for all question when they reach the summary slide\",\n \"default\": true,\n \"importance\": \"low\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"hideSummarySlide\",\n \"equals\": false\n }\n ]\n }\n },\n {\n \"name\": \"summarySlideRetryButton\",\n \"type\": \"boolean\",\n \"label\": \"Show \\\"Retry\\\" button in the summary slide\",\n \"description\": \"If enabled, the learner will be able to retry all questions when they reach the summary slide. Be advised that by refreshing the page the learners will be able to retry even if this button isn\'t showing.\",\n \"default\": true,\n \"importance\": \"low\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"hideSummarySlide\",\n \"equals\": false\n }\n ]\n }\n },\n {\n \"name\": \"enablePrintButton\",\n \"type\": \"boolean\",\n \"label\": \"Enable print button\",\n \"importance\": \"low\",\n \"description\": \"Enables the print button.\",\n \"default\": false\n },\n {\n \"name\": \"social\",\n \"type\": \"group\",\n \"label\": \"Social Settings\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"hideSummarySlide\",\n \"equals\": false\n }\n ]\n },\n \"importance\": \"low\",\n \"description\": \"These options will let you override social behaviour settings. Empty values will be filled in automatically if a link is provided, otherwise all values will be generated.\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"showFacebookShare\",\n \"type\": \"boolean\",\n \"label\": \"Display Facebook share icon\",\n \"importance\": \"low\",\n \"default\": false\n },\n {\n \"name\": \"facebookShare\",\n \"importance\": \"low\",\n \"type\": \"group\",\n \"expanded\": true,\n \"label\": \"Facebook share settings\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"showFacebookShare\",\n \"equals\": true\n }\n ]\n },\n \"fields\": [\n {\n \"name\": \"url\",\n \"type\": \"text\",\n \"label\": \"Share to Facebook link\",\n \"importance\": \"low\",\n \"default\": \"@currentpageurl\"\n },\n {\n \"name\": \"quote\",\n \"type\": \"text\",\n \"label\": \"Share to Facebook quote\",\n \"importance\": \"low\",\n \"default\": \"I scored @score out of @maxScore on a task at @currentpageurl.\"\n }\n ]\n },\n {\n \"name\": \"showTwitterShare\",\n \"type\": \"boolean\",\n \"label\": \"Display Twitter share icon\",\n \"importance\": \"low\",\n \"default\": false\n },\n {\n \"name\": \"twitterShare\",\n \"importance\": \"low\",\n \"type\": \"group\",\n \"expanded\": true,\n \"label\": \"Twitter share settings\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"showTwitterShare\",\n \"equals\": true\n }\n ]\n },\n \"fields\": [\n {\n \"name\": \"statement\",\n \"type\": \"text\",\n \"label\": \"Share to Twitter statement\",\n \"importance\": \"low\",\n \"default\": \"I scored @score out of @maxScore on a task at @currentpageurl.\"\n },\n {\n \"name\": \"url\",\n \"type\": \"text\",\n \"label\": \"Share to Twitter link\",\n \"importance\": \"low\",\n \"default\": \"@currentpageurl\"\n },\n {\n \"name\": \"hashtags\",\n \"type\": \"text\",\n \"label\": \"Share to Twitter hashtags\",\n \"importance\": \"low\",\n \"default\": \"h5p, course\"\n }\n ]\n },\n {\n \"name\": \"showGoogleShare\",\n \"type\": \"boolean\",\n \"label\": \"Display Google+ share icon\",\n \"importance\": \"low\",\n \"default\": false\n },\n {\n \"name\": \"googleShareUrl\",\n \"type\": \"text\",\n \"label\": \"Share to Google link\",\n \"importance\": \"low\",\n \"default\": \"@currentpageurl\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"showGoogleShare\",\n \"equals\": true\n }\n ]\n }\n }\n ]\n }\n ]\n }\n]',NULL,1,23,NULL,'https://h5p.org/tutorial-course-presentation','https://h5p.org/presentation',1),(22,'H5P.Dialogcards','Dialog Cards',1,9,7,1,0,'iframe','dist/h5p-dialogcards.js','dist/h5p-dialogcards.css','','[\n {\n \"name\": \"title\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Heading\",\n \"importance\": \"high\",\n \"optional\": true,\n \"tags\": [\n \"p\",\n \"br\",\n \"strong\",\n \"em\",\n \"code\"\n ]\n },\n {\n \"name\": \"mode\",\n \"type\": \"select\",\n \"label\": \"Mode\",\n \"description\": \"Mode of presenting the dialog cards\",\n \"importance\": \"medium\",\n \"options\": [\n {\n \"value\": \"normal\",\n \"label\": \"Normal\"\n },\n {\n \"value\": \"repetition\",\n \"label\": \"Repetition\"\n }\n ],\n \"default\": \"normal\"\n },\n {\n \"name\": \"description\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Task description\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"tags\": [\n \"p\",\n \"br\",\n \"strong\",\n \"em\",\n \"code\"\n ]\n },\n {\n \"name\": \"dialogs\",\n \"type\": \"list\",\n \"importance\": \"high\",\n \"widgets\": [\n {\n \"name\": \"VerticalTabs\",\n \"label\": \"Default\"\n }\n ],\n \"label\": \"Dialogs\",\n \"entity\": \"dialog\",\n \"min\": 1,\n \"defaultNum\": 1,\n \"field\": {\n \"name\": \"question\",\n \"type\": \"group\",\n \"label\": \"Question\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"tags\": [\n \"p\",\n \"br\",\n \"strong\",\n \"em\",\n \"code\"\n ],\n \"label\": \"Text\",\n \"importance\": \"high\",\n \"description\": \"Hint for the first part of the dialogue\",\n \"default\": \"<p style=\\\"text-align: center;\\\"></p>\"\n },\n {\n \"name\": \"answer\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"tags\": [\n \"p\",\n \"br\",\n \"strong\",\n \"em\",\n \"code\"\n ],\n \"label\": \"Answer\",\n \"importance\": \"high\",\n \"description\": \"Hint for the second part of the dialogue\",\n \"default\": \"<p style=\\\"text-align: center;\\\"></p>\"\n },\n {\n \"name\": \"image\",\n \"type\": \"image\",\n \"label\": \"Image\",\n \"importance\": \"high\",\n \"optional\": true,\n \"description\": \"Optional image for the card. (The card may use just an image, just a text or both)\"\n },\n {\n \"name\": \"imageAltText\",\n \"type\": \"text\",\n \"label\": \"Alternative text for the image\",\n \"importance\": \"high\",\n \"optional\": true\n },\n {\n \"name\": \"audio\",\n \"type\": \"audio\",\n \"label\": \"Audio files\",\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"name\": \"tips\",\n \"type\": \"group\",\n \"label\": \"Tips\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"front\",\n \"type\": \"text\",\n \"label\": \"Tip for text\",\n \"importance\": \"low\",\n \"optional\": true,\n \"description\": \"Tip for the first part of the dialogue\"\n },\n {\n \"name\": \"back\",\n \"type\": \"text\",\n \"label\": \"Tip for answer\",\n \"importance\": \"low\",\n \"optional\": true,\n \"description\": \"Tip for the second part of the dialogue\"\n }\n ]\n }\n ]\n }\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"importance\": \"low\",\n \"description\": \"These options will let you control how the task behaves.\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"enableRetry\",\n \"type\": \"boolean\",\n \"label\": \"Enable \\\"Retry\\\" button\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"disableBackwardsNavigation\",\n \"type\": \"boolean\",\n \"label\": \"Disable backwards navigation\",\n \"importance\": \"low\",\n \"description\": \"This option will only allow you to move forward with Dialog Cards\",\n \"optional\": true,\n \"default\": false,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"../mode\",\n \"equals\": \"normal\"\n }\n ]\n }\n },\n {\n \"name\": \"scaleTextNotCard\",\n \"type\": \"boolean\",\n \"label\": \"Scale the text to fit inside the card\",\n \"importance\": \"low\",\n \"description\": \"Unchecking this option will make the card adapt its size to the size of the text\",\n \"default\": false\n },\n {\n \"name\": \"randomCards\",\n \"type\": \"boolean\",\n \"label\": \"Randomize cards\",\n \"importance\": \"low\",\n \"description\": \"Enable to randomize the order of cards on display.\",\n \"default\": false,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"../mode\",\n \"equals\": \"normal\"\n }\n ]\n }\n },\n {\n \"name\": \"maxProficiency\",\n \"type\": \"number\",\n \"label\": \"Maximum proficiency level\",\n \"importance\": \"low\",\n \"default\": 5,\n \"min\": 3,\n \"max\": 7,\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"../mode\",\n \"equals\": \"repetition\"\n }\n ]\n }\n },\n {\n \"name\": \"quickProgression\",\n \"type\": \"boolean\",\n \"label\": \"Allow quick progression\",\n \"description\": \"If activated, learners can decide to indicate that they know a card without turning it\",\n \"importance\": \"low\",\n \"default\": false,\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"../mode\",\n \"equals\": \"repetition\"\n }\n ]\n }\n }\n ]\n },\n {\n \"label\": \"Text for the turn button\",\n \"importance\": \"low\",\n \"name\": \"answer\",\n \"type\": \"text\",\n \"default\": \"Turn\",\n \"common\": true\n },\n {\n \"label\": \"Text for the next button\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"name\": \"next\",\n \"default\": \"Next\",\n \"common\": true\n },\n {\n \"name\": \"prev\",\n \"type\": \"text\",\n \"label\": \"Text for the previous button\",\n \"importance\": \"low\",\n \"default\": \"Previous\",\n \"common\": true\n },\n {\n \"name\": \"retry\",\n \"type\": \"text\",\n \"label\": \"Text for the retry button\",\n \"importance\": \"low\",\n \"default\": \"Retry\",\n \"common\": true\n },\n {\n \"name\": \"correctAnswer\",\n \"type\": \"text\",\n \"label\": \"Text for the \\\"correct answer\\\" button\",\n \"importance\": \"low\",\n \"default\": \"I got it right!\",\n \"common\": true\n },\n {\n \"name\": \"incorrectAnswer\",\n \"type\": \"text\",\n \"label\": \"Text for the \\\"incorrect answer\\\" button\",\n \"importance\": \"low\",\n \"default\": \"I got it wrong\",\n \"common\": true\n },\n {\n \"name\": \"round\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Round\\\" message below cards and on the summary screen\",\n \"description\": \"@round will be replaced by the number of the current round\",\n \"importance\": \"low\",\n \"default\": \"Round @round\",\n \"common\": true\n },\n {\n \"name\": \"cardsLeft\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Cards left\\\" message\",\n \"description\": \"@number will be replaced by the number of cards left in this round\",\n \"importance\": \"low\",\n \"default\": \"Cards left: @number\",\n \"common\": true\n },\n {\n \"name\": \"nextRound\",\n \"type\": \"text\",\n \"label\": \"Text for the \\\"next round\\\" button\",\n \"description\": \"@round will be replaced by the round number\",\n \"importance\": \"low\",\n \"default\": \"Proceed to round @round\",\n \"common\": true\n },\n {\n \"name\": \"startOver\",\n \"type\": \"text\",\n \"label\": \"Text for the \\\"Start over\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Start over\",\n \"common\": true\n },\n {\n \"name\": \"showSummary\",\n \"type\": \"text\",\n \"label\": \"Text for the \\\"show summary\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Next\",\n \"common\": true\n },\n {\n \"name\": \"summary\",\n \"type\": \"text\",\n \"label\": \"Title text for the summary page\",\n \"importance\": \"low\",\n \"default\": \"Summary\",\n \"common\": true\n },\n {\n \"name\": \"summaryCardsRight\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Cards you got right:\\\"\",\n \"importance\": \"low\",\n \"default\": \"Cards you got right:\",\n \"common\": true\n },\n {\n \"name\": \"summaryCardsWrong\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Cards you got wrong:\\\"\",\n \"importance\": \"low\",\n \"default\": \"Cards you got wrong:\",\n \"common\": true\n },\n {\n \"name\": \"summaryCardsNotShown\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Cards not shown:\\\"\",\n \"importance\": \"low\",\n \"default\": \"Cards in pool not shown:\",\n \"common\": true\n },\n {\n \"name\": \"summaryOverallScore\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Overall Score\\\"\",\n \"importance\": \"low\",\n \"default\": \"Overall Score\",\n \"common\": true\n },\n {\n \"name\": \"summaryCardsCompleted\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Cards completed\\\"\",\n \"importance\": \"low\",\n \"default\": \"Cards you have completed learning:\",\n \"common\": true\n },\n {\n \"name\": \"summaryCompletedRounds\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Completed rounds:\\\"\",\n \"importance\": \"low\",\n \"default\": \"Completed rounds:\",\n \"common\": true\n },\n {\n \"name\": \"summaryAllDone\",\n \"type\": \"text\",\n \"label\": \"Message when all cards have been learned proficiently\",\n \"description\": \"@cards will be replaced by the number of all cards in the pool. @max will be replaced by the maximum proficiency level.\",\n \"importance\": \"low\",\n \"default\": \"Well done! You have mastered all @cards cards by getting them correct @max times!\",\n \"common\": true\n },\n {\n \"name\": \"progressText\",\n \"type\": \"text\",\n \"label\": \"Progress text\",\n \"importance\": \"low\",\n \"description\": \"Available variables are @card and @total.\",\n \"default\": \"Card @card of @total\",\n \"common\": true\n },\n {\n \"name\": \"cardFrontLabel\",\n \"type\": \"text\",\n \"label\": \"Label for card text\",\n \"importance\": \"low\",\n \"description\": \"Used for accessibility by assistive technologies\",\n \"default\": \"Card front\",\n \"common\": true\n },\n {\n \"name\": \"cardBackLabel\",\n \"type\": \"text\",\n \"label\": \"Label for card back\",\n \"importance\": \"low\",\n \"description\": \"Used for accessibility by assistive technologies\",\n \"default\": \"Card back\",\n \"common\": true\n },\n {\n \"name\": \"tipButtonLabel\",\n \"type\": \"text\",\n \"label\": \"Label for the show tip button\",\n \"importance\": \"low\",\n \"default\": \"Show tip\",\n \"common\": true\n },\n {\n \"name\": \"audioNotSupported\",\n \"type\": \"text\",\n \"label\": \"Audio not supported message\",\n \"importance\": \"low\",\n \"common\": true,\n \"default\": \"Your browser does not support this audio\"\n },\n {\n \"name\": \"confirmStartingOver\",\n \"type\": \"group\",\n \"label\": \"Confirm starting over dialog\",\n \"importance\": \"low\",\n \"common\": true,\n \"fields\": [\n {\n \"name\": \"header\",\n \"type\": \"text\",\n \"label\": \"Header text\",\n \"importance\": \"low\",\n \"default\": \"Start over?\"\n },\n {\n \"name\": \"body\",\n \"type\": \"text\",\n \"label\": \"Body text\",\n \"importance\": \"low\",\n \"default\": \"All progress will be lost. Are you sure you want to start over?\",\n \"widget\": \"html\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"u\",\n \"code\"\n ]\n },\n {\n \"name\": \"cancelLabel\",\n \"type\": \"text\",\n \"label\": \"Cancel button label\",\n \"importance\": \"low\",\n \"default\": \"Cancel\"\n },\n {\n \"name\": \"confirmLabel\",\n \"type\": \"text\",\n \"label\": \"Confirm button label\",\n \"importance\": \"low\",\n \"default\": \"Start over\"\n }\n ]\n }\n]\n',NULL,1,15,NULL,NULL,NULL,1),(23,'H5P.DocumentationTool','Documentation Tool',1,8,24,1,0,'iframe','navigation-menu.js, documentation-tool.js','navigation-menu.css, documentation-tool.css','','[\n {\n \"name\": \"taskDescription\",\n \"label\": \"Heading\",\n \"importance\": \"high\",\n \"type\": \"text\",\n \"default\": \"Documentation tool\",\n \"description\": \"Title for the documentation tool.\",\n \"optional\": true\n },\n {\n \"name\": \"pagesList\",\n \"label\": \"Elements\",\n \"importance\": \"high\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"VerticalTabs\",\n \"label\": \"Default\"\n }\n ],\n \"min\": 1,\n \"entity\": \"page\",\n \"field\": {\n \"name\": \"page\",\n \"type\": \"library\",\n \"label\": \"Page type\",\n \"importance\": \"high\",\n \"description\": \"Library for this slide.\",\n \"options\": [\n \"H5P.StandardPage 1.5\",\n \"H5P.GoalsPage 1.5\",\n \"H5P.GoalsAssessmentPage 1.4\",\n \"H5P.DocumentExportPage 1.5\"\n ]\n }\n },\n {\n \"label\": \"Localize documentation tool buttons\",\n \"name\": \"i10n\",\n \"type\": \"group\",\n \"common\": true,\n \"collapsed\": true,\n \"importance\": \"low\",\n \"fields\": [\n {\n \"label\": \"Previous button label\",\n \"name\": \"previousLabel\",\n \"type\": \"text\",\n \"default\": \"Previous documentation step\",\n \"importance\": \"low\"\n },\n {\n \"label\": \"Next button label\",\n \"name\": \"nextLabel\",\n \"type\": \"text\",\n \"default\": \"Next documentation step\",\n \"importance\": \"low\"\n },\n {\n \"label\": \"Close button label\",\n \"name\": \"closeLabel\",\n \"type\": \"text\",\n \"default\": \"Close\",\n \"importance\": \"low\"\n }\n ]\n }\n]\n',NULL,1,19,NULL,NULL,NULL,1),(24,'H5P.DocumentExportPage','Document Export Page',1,5,15,0,0,'','dist/h5p-document-export-page.js','dist/h5p-document-export-page.css','','[\n {\n \"name\": \"description\",\n \"label\": \"Description\",\n \"importance\": \"medium\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"description\": \"Description of the export page.\",\n \"default\": \"On this page you can choose to export your text, goals and goals assessments.\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ],\n \"optional\": true\n },\n {\n \"name\": \"createDocumentLabel\",\n \"label\": \"Create document button label\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"description\": \"Text that will be displayed on the \\\"Create document\\\"-button.\",\n \"default\": \"Create document\"\n },\n {\n \"name\": \"submitTextLabel\",\n \"label\": \"Submit text button\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"description\": \"Text that will be displayed on the \\\"Submit\\\"-button.\",\n \"default\": \"Submit\"\n },\n {\n \"name\": \"submitSuccessTextLabel\",\n \"type\": \"text\",\n \"label\": \"Submit success label\",\n \"optional\": false,\n \"default\": \"Your report was submitted successfully!\"\n },\n {\n \"name\": \"selectAllTextLabel\",\n \"label\": \"Select all exportable text button label\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"description\": \"Text that will be displayed on the \\\"Select all text\\\"-button.\",\n \"default\": \"Select\"\n },\n {\n \"name\": \"exportTextLabel\",\n \"label\": \"Export text button label\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"description\": \"Text that will be displayed on the \\\"Export text\\\"-button.\",\n \"default\": \"Export\"\n },\n {\n \"name\": \"helpTextLabel\",\n \"label\": \"Label for help text\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"description\": \"Label for showing additional helpful information to the user.\",\n \"default\": \"More information\"\n },\n {\n \"name\": \"helpText\",\n \"label\": \"Fill in additional help information\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"description\": \"Here you can fill in additional helpful information for the user.\",\n \"enterMode\": \"p\",\n \"optional\": true,\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ]\n },\n {\n \"name\": \"requiresInputErrorMessage\",\n \"label\": \"Required input missing text\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"description\": \"An error message which will be displayed if one or more required input fields have not been filled. @pages will be replaced with the titles of affected pages.\",\n \"default\": \"The following pages contain required fields that need to be filled in order to review or submit this document: @pages\"\n }\n]\n',NULL,1,19,NULL,NULL,NULL,1),(25,'H5P.DragNBar','Drag N Bar',1,5,22,0,0,'','scripts/drag-n-bar.js, scripts/context-menu.js, scripts/dialog.js, scripts/drag-n-bar-element.js, scripts/drag-n-bar-form-manager.js','styles/drag-n-bar.css, styles/dialog.css, styles/context-menu.css, styles/drag-n-bar-form-manager.css','','',NULL,1,24,NULL,NULL,NULL,1),(26,'H5P.DragNDrop','Drag N Drop',1,1,5,0,0,'','drag-n-drop.js','','','',NULL,NULL,NULL,NULL,NULL,NULL,1),(27,'H5P.DragNResize','Drag\'N Resize',1,2,6,0,0,'','H5P.DragNResize.js','H5P.DragNResize.css','','',NULL,NULL,NULL,NULL,NULL,NULL,1),(28,'H5P.DragQuestion','Drag and Drop',1,14,22,1,0,'iframe','h5p-drag-question.js','css/dragquestion.css','','[\n {\n \"name\": \"scoreShow\",\n \"type\": \"text\",\n \"label\": \"Check answer button\",\n \"importance\": \"low\",\n \"default\": \"Check\",\n \"common\": true\n },\n {\n \"name\": \"submit\",\n \"type\": \"text\",\n \"label\": \"Submit answer button\",\n \"importance\": \"low\",\n \"default\": \"Submit\",\n \"common\": true\n },\n {\n \"name\": \"tryAgain\",\n \"type\": \"text\",\n \"label\": \"Retry button\",\n \"importance\": \"low\",\n \"default\": \"Retry\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"label\": \"Score explanation text\",\n \"importance\": \"low\",\n \"name\": \"scoreExplanation\",\n \"type\": \"text\",\n \"default\": \"Correct answers give +1 point. Incorrect answers give -1 point. The lowest possible score is 0.\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"question\",\n \"importance\": \"high\",\n \"type\": \"group\",\n \"widget\": \"wizard\",\n \"fields\": [\n {\n \"name\": \"settings\",\n \"type\": \"group\",\n \"label\": \"Settings\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"background\",\n \"type\": \"image\",\n \"label\": \"Background image\",\n \"importance\": \"low\",\n \"optional\": true,\n \"description\": \"Optional. Select an image to use as background for your drag and drop task.\"\n },\n {\n \"name\": \"size\",\n \"type\": \"group\",\n \"widget\": \"dimensions\",\n \"label\": \"Task size\",\n \"importance\": \"low\",\n \"description\": \"Specify how large (in px) the play area should be.\",\n \"default\": {\n \"width\": 620,\n \"height\": 310,\n \"field\": \"background\"\n },\n \"fields\": [\n {\n \"name\": \"width\",\n \"type\": \"number\"\n },\n {\n \"name\": \"height\",\n \"type\": \"number\"\n }\n ]\n }\n ]\n },\n {\n \"name\": \"task\",\n \"type\": \"group\",\n \"widget\": \"dragQuestion\",\n \"label\": \"Task\",\n \"importance\": \"high\",\n \"description\": \"Start by placing your drop zones.<br/>Next, place your droppable elements and check off the appropriate drop zones.<br/>Last, edit your drop zone again and check off the correct answers.\",\n \"fields\": [\n {\n \"name\": \"elements\",\n \"type\": \"list\",\n \"label\": \"Elements\",\n \"importance\": \"high\",\n \"entity\": \"element\",\n \"field\": {\n \"type\": \"group\",\n \"label\": \"Element\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"type\",\n \"type\": \"library\",\n \"description\": \"Choose the type of content you would like to add.\",\n \"importance\": \"medium\",\n \"options\": [\n \"H5P.AdvancedText 1.1\",\n \"H5P.Image 1.1\"\n ]\n },\n {\n \"name\": \"x\",\n \"type\": \"number\",\n \"widget\": \"none\"\n },\n {\n \"name\": \"y\",\n \"type\": \"number\",\n \"widget\": \"none\"\n },\n {\n \"name\": \"height\",\n \"type\": \"number\",\n \"widget\": \"none\"\n },\n {\n \"name\": \"width\",\n \"type\": \"number\",\n \"widget\": \"none\"\n },\n {\n \"name\": \"dropZones\",\n \"type\": \"select\",\n \"widget\": \"dynamicCheckboxes\",\n \"label\": \"Select drop zones\",\n \"importance\": \"high\",\n \"multiple\": true\n },\n {\n \"name\": \"backgroundOpacity\",\n \"type\": \"number\",\n \"label\": \"Background Opacity\",\n \"importance\": \"low\",\n \"min\": 0,\n \"max\": 100,\n \"step\": 5,\n \"default\": 100,\n \"description\": \"Reducing the opacity may result in an insufficient contrast and make the content not accessible.\",\n \"optional\": true\n },\n {\n \"name\": \"multiple\",\n \"type\": \"boolean\",\n \"label\": \"Infinite number of element instances\",\n \"importance\": \"low\",\n \"description\": \"Clones this element so that it can be dragged to multiple drop zones.\",\n \"default\": false\n }\n ]\n }\n },\n {\n \"name\": \"dropZones\",\n \"type\": \"list\",\n \"label\": \"Drop Zones\",\n \"importance\": \"high\",\n \"entity\": \"Drop Zone\",\n \"field\": {\n \"type\": \"group\",\n \"label\": \"Drop Zone\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"label\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Label\",\n \"importance\": \"medium\",\n \"description\": \"The label is used by assistive technologies.\",\n \"enterMode\": \"div\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"code\"\n ]\n },\n {\n \"name\": \"showLabel\",\n \"type\": \"boolean\",\n \"label\": \"Show label\",\n \"importance\": \"low\"\n },\n {\n \"name\": \"x\",\n \"type\": \"number\",\n \"widget\": \"none\"\n },\n {\n \"name\": \"y\",\n \"type\": \"number\",\n \"widget\": \"none\"\n },\n {\n \"name\": \"height\",\n \"type\": \"number\",\n \"widget\": \"none\"\n },\n {\n \"name\": \"width\",\n \"type\": \"number\",\n \"widget\": \"none\"\n },\n {\n \"name\": \"correctElements\",\n \"type\": \"select\",\n \"widget\": \"dynamicCheckboxes\",\n \"label\": \"Select correct elements\",\n \"importance\": \"low\",\n \"multiple\": true\n },\n {\n \"name\": \"backgroundOpacity\",\n \"type\": \"number\",\n \"label\": \"Background Opacity\",\n \"importance\": \"low\",\n \"min\": 0,\n \"max\": 100,\n \"step\": 5,\n \"default\": 100,\n \"description\": \"Reducing the opacity may result in an insufficient contrast and make the content not accessible.\",\n \"optional\": true\n },\n {\n \"name\": \"tipsAndFeedback\",\n \"type\": \"group\",\n \"label\": \"Tips and feedback\",\n \"importance\": \"low\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"tip\",\n \"label\": \"Tip text\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"tags\": [\n \"p\",\n \"br\",\n \"strong\",\n \"em\",\n \"code\"\n ],\n \"optional\": true\n },\n {\n \"name\": \"feedbackOnCorrect\",\n \"type\": \"text\",\n \"label\": \"Message displayed on correct match\",\n \"importance\": \"low\",\n \"description\": \"Message will appear below the task on \\\"check\\\" if correct droppable is matched.\",\n \"optional\": true\n },\n {\n \"name\": \"feedbackOnIncorrect\",\n \"type\": \"text\",\n \"label\": \"Message displayed on incorrect match\",\n \"importance\": \"low\",\n \"description\": \"Message will appear below the task on \\\"check\\\" if the match is incorrect.\",\n \"optional\": true\n }\n ]\n },\n {\n \"name\": \"single\",\n \"type\": \"boolean\",\n \"label\": \"This drop zone can only contain one element\",\n \"description\": \"Make sure there is only one correct answer for this dropzone\",\n \"importance\": \"low\",\n \"default\": false\n },\n {\n \"name\": \"autoAlign\",\n \"type\": \"boolean\",\n \"label\": \"Enable Auto-Align\",\n \"importance\": \"low\",\n \"description\": \"Will auto-align all draggables dropped in this zone.\"\n }\n ]\n }\n }\n ]\n }\n ]\n },\n {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"label\": \"Overall Feedback\",\n \"importance\": \"low\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"overallFeedback\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"RangeList\",\n \"label\": \"Default\"\n }\n ],\n \"importance\": \"high\",\n \"label\": \"Define custom feedback for any score range\",\n \"description\": \"Click the \\\"Add range\\\" button to add as many ranges as you need. Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!\",\n \"entity\": \"range\",\n \"min\": 1,\n \"defaultNum\": 1,\n \"optional\": true,\n \"field\": {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"from\",\n \"type\": \"number\",\n \"label\": \"Score Range\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 0,\n \"unit\": \"%\"\n },\n {\n \"name\": \"to\",\n \"type\": \"number\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 100,\n \"unit\": \"%\"\n },\n {\n \"name\": \"feedback\",\n \"type\": \"text\",\n \"label\": \"Feedback for defined score range\",\n \"importance\": \"low\",\n \"placeholder\": \"Fill in the feedback\",\n \"optional\": true\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"importance\": \"low\",\n \"description\": \"These options will let you control how the task behaves.\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"enableRetry\",\n \"type\": \"boolean\",\n \"label\": \"Enable \\\"Retry\\\"\",\n \"importance\": \"low\",\n \"default\": true\n },\n {\n \"name\": \"enableCheckButton\",\n \"type\": \"boolean\",\n \"label\": \"Enable \\\"Check\\\" button\",\n \"widget\": \"none\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"singlePoint\",\n \"type\": \"boolean\",\n \"label\": \"Give one point for the whole task\",\n \"importance\": \"low\",\n \"description\": \"Disable to give one point for each draggable that is placed correctly.\",\n \"default\": false\n },\n {\n \"label\": \"Apply penalties\",\n \"name\": \"applyPenalties\",\n \"type\": \"boolean\",\n \"description\": \"Apply penalties for elements dropped in the wrong drop zones. This must be enabled when the same element(s) are able to be dropped into multiple drop zones, or if there is only one drop-zone. If this is not enabled, learners may match all items to all drop-zones and always receive a full score.\",\n \"default\": true\n },\n {\n \"name\": \"enableScoreExplanation\",\n \"type\": \"boolean\",\n \"label\": \"Enable score explanation\",\n \"description\": \"Display a score explanation to user when checking their answers (if the \'Apply penalties\' option has been selected).\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"singlePoint\",\n \"equals\": false\n }\n ]\n }\n },\n {\n \"name\": \"backgroundOpacity\",\n \"type\": \"text\",\n \"label\": \"Background opacity for draggables\",\n \"importance\": \"low\",\n \"description\": \"If this field is set, it will override opacity set on all draggable elements. This should be a number between 0 and 100, where 0 means full transparency and 100 means no transparency\",\n \"optional\": true\n },\n {\n \"name\": \"dropZoneHighlighting\",\n \"type\": \"select\",\n \"label\": \"Drop Zone Highlighting\",\n \"importance\": \"low\",\n \"description\": \"Choose when to highlight drop zones.\",\n \"default\": \"dragging\",\n \"options\": [\n {\n \"value\": \"dragging\",\n \"label\": \"When dragging\"\n },\n {\n \"value\": \"always\",\n \"label\": \"Always\"\n },\n {\n \"value\": \"never\",\n \"label\": \"Never\"\n }\n ]\n },\n {\n \"name\": \"autoAlignSpacing\",\n \"type\": \"number\",\n \"label\": \"Spacing for Auto-Align (in px)\",\n \"importance\": \"low\",\n \"min\": 0,\n \"default\": 2,\n \"optional\": true\n },\n {\n \"name\": \"enableFullScreen\",\n \"label\": \"Enable FullScreen\",\n \"importance\": \"low\",\n \"type\": \"boolean\",\n \"description\": \"Check this option to enable the full screen button.\",\n \"default\": false\n },\n {\n \"name\": \"showScorePoints\",\n \"type\": \"boolean\",\n \"label\": \"Show score points\",\n \"description\": \"Show points earned for each answer. Not available when the \'Give one point for the whole task\' option is enabled.\",\n \"importance\": \"low\",\n \"default\": true\n },\n {\n \"name\": \"showTitle\",\n \"type\": \"boolean\",\n \"label\": \"Show Title\",\n \"importance\": \"low\",\n \"description\": \"Uncheck this option if you do not want this title to be displayed. The title will only be displayed in summaries, statistics etc.\",\n \"default\": true\n }\n ]\n },\n {\n \"name\": \"localize\",\n \"type\": \"group\",\n \"label\": \"Localize\",\n \"common\": true,\n \"fields\": [\n {\n \"name\": \"fullscreen\",\n \"type\": \"text\",\n \"label\": \"Fullscreen label\",\n \"default\": \"Fullscreen\"\n },\n {\n \"name\": \"exitFullscreen\",\n \"type\": \"text\",\n \"label\": \"Exit fullscreen label\",\n \"default\": \"Exit fullscreen\"\n }\n ]\n },\n {\n \"name\": \"grabbablePrefix\",\n \"type\": \"text\",\n \"label\": \"Grabbable prefix\",\n \"importance\": \"low\",\n \"default\": \"Grabbable {num} of {total}.\",\n \"common\": true\n },\n {\n \"name\": \"grabbableSuffix\",\n \"type\": \"text\",\n \"label\": \"Grabbable suffix\",\n \"importance\": \"low\",\n \"default\": \"Placed in dropzone {num}.\",\n \"common\": true\n },\n {\n \"name\": \"dropzonePrefix\",\n \"type\": \"text\",\n \"label\": \"Dropzone prefix\",\n \"importance\": \"low\",\n \"default\": \"Dropzone {num} of {total}.\",\n \"common\": true\n },\n {\n \"name\": \"noDropzone\",\n \"type\": \"text\",\n \"label\": \"No dropzone selection label\",\n \"importance\": \"low\",\n \"default\": \"No dropzone.\",\n \"common\": true\n },\n {\n \"name\": \"tipLabel\",\n \"type\": \"text\",\n \"label\": \"Label for show tip button\",\n \"importance\": \"low\",\n \"default\": \"Show tip.\",\n \"common\": true\n },\n {\n \"name\": \"tipAvailable\",\n \"type\": \"text\",\n \"label\": \"Label for tip available\",\n \"importance\": \"low\",\n \"default\": \"Tip available\",\n \"common\": true\n },\n {\n \"name\": \"correctAnswer\",\n \"type\": \"text\",\n \"label\": \"Label for correct answer\",\n \"importance\": \"low\",\n \"default\": \"Correct answer\",\n \"common\": true\n },\n {\n \"name\": \"wrongAnswer\",\n \"type\": \"text\",\n \"label\": \"Label for incorrect answer\",\n \"importance\": \"low\",\n \"default\": \"Wrong answer\",\n \"common\": true\n },\n {\n \"name\": \"feedbackHeader\",\n \"type\": \"text\",\n \"label\": \"Header for panel containing feedback for correct/incorrect answers\",\n \"importance\": \"low\",\n \"default\": \"Feedback\",\n \"common\": true\n },\n {\n \"name\": \"scoreBarLabel\",\n \"type\": \"text\",\n \"label\": \"Textual representation of the score bar for those using a readspeaker\",\n \"default\": \"You got :num out of :total points\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"name\": \"scoreExplanationButtonLabel\",\n \"type\": \"text\",\n \"label\": \"Textual representation of the score explanation button\",\n \"default\": \"Show score explanation\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"name\": \"a11yCheck\",\n \"type\": \"text\",\n \"label\": \"Assistive technology label for \\\"Check\\\" button\",\n \"default\": \"Check the answers. The responses will be marked as correct, incorrect, or unanswered.\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"name\": \"a11yRetry\",\n \"type\": \"text\",\n \"label\": \"Assistive technology label for \\\"Retry\\\" button\",\n \"default\": \"Retry the task. Reset all responses and start the task over again.\",\n \"importance\": \"low\",\n \"common\": true\n }\n]\n',NULL,1,23,NULL,'https://h5p.org/tutorial-drag-and-drop-question','https://h5p.org/drag-and-drop',1),(29,'H5P.DragText','Drag the Words',1,10,17,1,0,'iframe','dist/h5p-drag-text.js','dist/h5p-drag-text.css','','[\n {\n \"name\": \"media\",\n \"type\": \"group\",\n \"label\": \"Media\",\n \"importance\": \"medium\",\n \"fields\": [\n {\n \"name\": \"type\",\n \"type\": \"library\",\n \"label\": \"Type\",\n \"importance\": \"medium\",\n \"options\": [\n \"H5P.Image 1.1\",\n \"H5P.Video 1.6\",\n \"H5P.Audio 1.5\"\n ],\n \"optional\": true,\n \"description\": \"Optional media to display above the question.\"\n },\n {\n \"name\": \"disableImageZooming\",\n \"type\": \"boolean\",\n \"label\": \"Disable image zooming\",\n \"importance\": \"low\",\n \"default\": false,\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": \"H5P.Image 1.1\"\n }\n ]\n }\n }\n ]\n },\n {\n \"label\": \"Task description\",\n \"importance\": \"high\",\n \"name\": \"taskDescription\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"description\": \"Describe how the user should solve the task.\",\n \"default\": \"Drag the words into the correct boxes\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ]\n },\n {\n \"label\": \"Text\",\n \"importance\": \"high\",\n \"name\": \"textField\",\n \"type\": \"text\",\n \"widget\": \"textarea\",\n \"placeholder\": \"*Oslo* is the capital of Norway, *Stockholm* is the capital of Sweden and *Copenhagen* is the capital of Denmark. All cities are located in the *Scandinavian:Northern Part of Europe* peninsula.\",\n \"description\": \"\",\n \"important\": {\n \"description\": \"<ul><li>Droppable words are added with an asterisk (*) in front and behind the correct word/phrase.</li><li>You may add a textual tip, using a colon (:) in front of the tip.</li><li>For every empty spot there is only one correct word.</li><li>You may add feedback to be displayed when a task is completed. Use \'\\\\+\' for correct and \'\\\\-\' for incorrect feedback.</li></ul>\",\n \"example\": \"H5P content may be edited using a *browser:What type of program is Chrome?*. </br> H5P content is *interactive\\\\+Correct! \\\\-Incorrect, try again!*\"\n }\n },\n {\n \"label\": \"Distractors\",\n \"importance\": \"high\",\n \"name\": \"distractors\",\n \"type\": \"text\",\n \"optional\": true,\n \"placeholder\": \"*Reykjavík* *Helsinki*\",\n \"description\": \"Enter extra solutions that are wrong as distractors. Use the same asterisk (*) scheme as for the text.\"\n },\n {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"label\": \"Overall Feedback\",\n \"importance\": \"low\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"overallFeedback\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"RangeList\",\n \"label\": \"Default\"\n }\n ],\n \"importance\": \"high\",\n \"label\": \"Define custom feedback for any score range\",\n \"description\": \"Click the \\\"Add range\\\" button to add as many ranges as you need. Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!\",\n \"entity\": \"range\",\n \"min\": 1,\n \"defaultNum\": 1,\n \"optional\": true,\n \"field\": {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"from\",\n \"type\": \"number\",\n \"label\": \"Score Range\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 0,\n \"unit\": \"%\"\n },\n {\n \"name\": \"to\",\n \"type\": \"number\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 100,\n \"unit\": \"%\"\n },\n {\n \"name\": \"feedback\",\n \"type\": \"text\",\n \"label\": \"Feedback for defined score range\",\n \"importance\": \"low\",\n \"placeholder\": \"Fill in the feedback\",\n \"optional\": true\n }\n ]\n }\n }\n ]\n },\n {\n \"label\": \"Text for \\\"Check\\\" button\",\n \"importance\": \"low\",\n \"name\": \"checkAnswer\",\n \"type\": \"text\",\n \"default\": \"Check\",\n \"common\": true\n },\n {\n \"label\": \"Text for \\\"Submit\\\" button\",\n \"importance\": \"low\",\n \"name\": \"submitAnswer\",\n \"type\": \"text\",\n \"default\": \"Submit\",\n \"common\": true\n },\n {\n \"label\": \"Text for \\\"Retry\\\" button\",\n \"importance\": \"low\",\n \"name\": \"tryAgain\",\n \"type\": \"text\",\n \"default\": \"Retry\",\n \"common\": true\n },\n {\n \"label\": \"Text for \\\"Show Solution\\\" button\",\n \"importance\": \"low\",\n \"name\": \"showSolution\",\n \"type\": \"text\",\n \"default\": \"Show solution\",\n \"common\": true\n },\n {\n \"label\": \"Numbered Drop zone label\",\n \"importance\": \"low\",\n \"name\": \"dropZoneIndex\",\n \"type\": \"text\",\n \"default\": \"Drop Zone @index.\",\n \"description\": \"Label used for accessibility, where the Read speaker will read the index of a drop zone. Variable available: @index\",\n \"common\": true\n },\n {\n \"label\": \"Empty Drop Zone label\",\n \"importance\": \"low\",\n \"name\": \"empty\",\n \"type\": \"text\",\n \"default\": \"Drop Zone @index is empty.\",\n \"description\": \"Label used for accessibility, where the Read speaker will read that the drop zone is empty\",\n \"common\": true\n },\n {\n \"label\": \"Contains Drop Zone label\",\n \"importance\": \"low\",\n \"name\": \"contains\",\n \"type\": \"text\",\n \"default\": \"Drop Zone @index contains draggable @draggable.\",\n \"description\": \"Label used for accessibility, where the Read speaker will read that the drop zone contains a draggable\",\n \"common\": true\n },\n {\n \"label\": \"Draggable elements label\",\n \"importance\": \"low\",\n \"name\": \"ariaDraggableIndex\",\n \"type\": \"text\",\n \"default\": \"@index of @count draggables.\",\n \"description\": \"Label used for accessibility, where the Read speaker reads that this is a draggable element. Variable available: @index, @count\",\n \"common\": true\n },\n {\n \"label\": \"Label for show tip button\",\n \"importance\": \"low\",\n \"name\": \"tipLabel\",\n \"type\": \"text\",\n \"default\": \"Show tip\",\n \"description\": \"Label used for accessibility, where the Read speaker reads it before the tip is read out\",\n \"common\": true\n },\n {\n \"name\": \"correctText\",\n \"type\": \"text\",\n \"label\": \"Readspeaker text for correct answer\",\n \"importance\": \"low\",\n \"default\": \"Correct!\",\n \"common\": true\n },\n {\n \"name\": \"incorrectText\",\n \"type\": \"text\",\n \"label\": \"Readspeaker text for incorrect answer\",\n \"importance\": \"low\",\n \"default\": \"Incorrect!\",\n \"common\": true\n },\n {\n \"name\": \"resetDropTitle\",\n \"type\": \"text\",\n \"label\": \"Confirmation dialog title that user wants to reset a droppable\",\n \"importance\": \"low\",\n \"default\": \"Reset drop\",\n \"common\": true\n },\n {\n \"name\": \"resetDropDescription\",\n \"type\": \"text\",\n \"label\": \"Confirmation dialog description that user wants to reset a droppable\",\n \"importance\": \"low\",\n \"default\": \"Are you sure you want to reset this drop zone?\",\n \"common\": true\n },\n {\n \"name\": \"grabbed\",\n \"type\": \"text\",\n \"label\": \"Label used for accessibility, where the read speaker indicates that dragging is initiated\",\n \"importance\": \"low\",\n \"default\": \"Draggable is grabbed.\",\n \"common\": true\n },\n {\n \"name\": \"cancelledDragging\",\n \"type\": \"text\",\n \"label\": \"Label used for accessibility, where the read speaker indicates that dragging is canceled\",\n \"importance\": \"low\",\n \"default\": \"Cancelled dragging.\",\n \"common\": true\n },\n {\n \"name\": \"correctAnswer\",\n \"type\": \"text\",\n \"label\": \"Label used for accessibility, where the read speaker indicates that a text is the correct answer\",\n \"importance\": \"low\",\n \"default\": \"Correct answer:\",\n \"common\": true\n },\n {\n \"name\": \"feedbackHeader\",\n \"type\": \"text\",\n \"label\": \"Header for panel containing feedback for correct/incorrect answers\",\n \"importance\": \"low\",\n \"default\": \"Feedback\",\n \"common\": true\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings.\",\n \"importance\": \"low\",\n \"description\": \"These options will let you control how the task behaves.\",\n \"optional\": true,\n \"fields\": [\n {\n \"label\": \"Enable \\\"Retry\\\"\",\n \"importance\": \"low\",\n \"name\": \"enableRetry\",\n \"type\": \"boolean\",\n \"default\": true\n },\n {\n \"label\": \"Enable \\\"Show Solution\\\" button\",\n \"importance\": \"low\",\n \"name\": \"enableSolutionsButton\",\n \"type\": \"boolean\",\n \"default\": true\n },\n {\n \"name\": \"enableCheckButton\",\n \"type\": \"boolean\",\n \"label\": \"Enable \\\"Check\\\" button\",\n \"widget\": \"none\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"label\": \"Instant feedback\",\n \"importance\": \"low\",\n \"name\": \"instantFeedback\",\n \"type\": \"boolean\",\n \"default\": false,\n \"optional\": true\n }\n ]\n },\n {\n \"name\": \"scoreBarLabel\",\n \"type\": \"text\",\n \"label\": \"Textual representation of the score bar for those using a readspeaker\",\n \"default\": \"You got :num out of :total points\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"name\": \"a11yCheck\",\n \"type\": \"text\",\n \"label\": \"Assistive technology label for \\\"Check\\\" button\",\n \"default\": \"Check the answers. The responses will be marked as correct, incorrect, or unanswered.\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"name\": \"a11yShowSolution\",\n \"type\": \"text\",\n \"label\": \"Assistive technology label for \\\"Show Solution\\\" button\",\n \"default\": \"Show the solution. The task will be marked with its correct solution.\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"name\": \"a11yRetry\",\n \"type\": \"text\",\n \"label\": \"Assistive technology label for \\\"Retry\\\" button\",\n \"default\": \"Retry the task. Reset all responses and start the task over again.\",\n \"importance\": \"low\",\n \"common\": true\n }\n]',NULL,1,19,NULL,'https://h5p.org/documentation/content-author-guide/tutorials-for-authors/drag-the-words','https://h5p.org/drag-the-words',1),(30,'H5PEditor.AudioRecorder','H5P Editor Audio Recorder',1,0,11,0,0,'','dist/h5p-editor-audio-recorder.js','','','',NULL,1,20,NULL,NULL,NULL,1),(31,'H5PEditor.CoursePresentation','Course Presentation Editor',1,25,7,0,0,'','scripts/disposable-boolean.js, scripts/cp-editor.js, scripts/slide-selector.js, scripts/bg-selector.js','styles/cp-editor.css, styles/slide-selector.css, styles/bg-selector.css, styles/toolbar.css','','',NULL,1,24,NULL,NULL,NULL,1),(32,'H5PEditor.DragQuestion','Drag Question Editor',1,10,21,0,0,'','H5PEditor.DragQuestion.js, H5PEditor.DynamicCheckboxes.js','H5PEditor.DragQuestion.css','','',NULL,1,24,NULL,NULL,NULL,1),(33,'H5PEditor.Duration','H5PEditor.Duration',1,1,14,0,0,'','scripts/duration.js','styles/duration.css','','',NULL,1,24,NULL,NULL,NULL,1),(34,'H5PEditor.ImageCoordinateSelector','H5PEditor.ImageCoordinateSelector',1,2,7,0,0,'','scripts/image-coordinate-selector.js','styles/image-coordinate-selector.css','','',NULL,1,12,NULL,NULL,NULL,1),(35,'H5PEditor.ImageHotspotQuestion','Image Hotspot Question Editor',1,8,12,0,0,'','image-hotspot-question-editor.js','image-hotspot-question-editor.css','','',NULL,1,12,NULL,NULL,NULL,1),(36,'H5PEditor.InteractiveVideo','Interactive Video Editor',1,25,4,0,0,'','Scripts/image-radio-button-group.js, Scripts/interactive-video-editor.js, Scripts/guided-tours.js, Scripts/require-completion.js','styles/image-radio-button-group.css, styles/interactive-video-editor.css, styles/require-completion.css','','',NULL,1,24,NULL,NULL,NULL,1),(37,'H5PEditor.QuestionSetTextualEditor','H5P Editor Question Set Textual Editor',1,3,16,0,0,'','dist/h5p-question-set-textual-editor.js','','','',NULL,1,24,NULL,NULL,NULL,1),(38,'H5PEditor.RadioGroup','H5PEditor.RadioGroup',1,1,4,0,0,'','radio-group.js','radio-group.css','','',NULL,1,12,NULL,NULL,NULL,1),(39,'H5PEditor.RadioSelector','H5PEditor.RadioSelector',1,2,2,0,0,'','radio-selector.js','radio-selector.css','','',NULL,NULL,NULL,NULL,NULL,NULL,1),(40,'H5PEditor.RangeList','H5P Editor Range List',1,0,13,0,0,'','h5p-editor-range-list.js','h5p-editor-range-list.css','','',NULL,1,14,NULL,NULL,NULL,1),(41,'H5PEditor.SelectToggleFields','Toggle visibility of fields when selecting options in list',1,1,1,0,0,'','select-toggle-fields.js','select-toggle-fields.css','','',NULL,NULL,NULL,NULL,NULL,NULL,1),(42,'H5PEditor.Shape','H5PEditor.Shape',1,0,0,0,0,'','','styles/shape.css','','',NULL,1,12,NULL,NULL,NULL,1),(43,'H5PEditor.SingleChoiceSetTextualEditor','H5P Editor Single Choice Set Textual Editor',1,0,10,0,0,'','h5peditor-ssc-editor.js','h5peditor-ssc-editor.css','','',NULL,1,24,NULL,NULL,NULL,1),(44,'H5PEditor.SummaryTextualEditor','H5P Editor Summary Textual Editor',1,1,12,0,0,'','summary-textual-editor.js','styles/H5PEditor.SummaryTextualEditor.css','','',NULL,1,24,NULL,NULL,NULL,1),(45,'H5PEditor.TableList','H5P Editor Table List',1,0,4,0,0,'','h5p-editor-table-list.js','h5p-editor-table-list.css','','',NULL,1,14,NULL,NULL,NULL,1),(46,'H5PEditor.Timecode','Timecode Editor',1,2,14,0,0,'','timecode.js','timecode.css','','',NULL,1,12,NULL,NULL,NULL,1),(47,'H5PEditor.UrlField','Url Field',1,2,2,0,0,'','link-widget.js','link-widget.css','','',NULL,NULL,NULL,NULL,NULL,NULL,1),(48,'H5PEditor.VerticalTabs','H5P Editor Vertical Tabs',1,3,9,0,0,'','vertical-tabs.js','styles/css/vertical-tabs.css','','',NULL,1,24,NULL,NULL,NULL,1),(49,'H5PEditor.Wizard','H5PEditor.Wizard',1,2,17,0,0,'','Scripts/Wizard.js','Styles/Wizard.css','','',NULL,1,23,NULL,NULL,NULL,1),(50,'H5P.ExportableTextArea','Exportable Text Area',1,3,17,0,0,'','dist/h5p-exportable-text-area.js','','','[\n {\n \"name\": \"label\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Label\",\n \"importance\": \"high\",\n \"description\": \"Label/heading for answer when user exports all answers\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ]\n },\n {\n \"name\": \"index\",\n \"type\": \"number\",\n \"widget\": \"none\"\n },\n {\n \"name\": \"exportNotSupported\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Export not supported label\",\n \"default\": \"Export not supported on your device\",\n \"common\": true\n },\n {\n \"name\": \"exportComments\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"label\": \"Include comments in the exported document\",\n \"optional\": true,\n \"default\": false\n }\n]\n',NULL,1,19,'{\"disable\":false,\"disableExtraTitleField\":true}',NULL,NULL,1),(51,'H5P.FreeTextQuestion','Free Text Question',1,0,16,0,0,'','h5p-free-text-question.js','h5p-free-text-question.css','','[\n {\n \"label\": \"Question\",\n \"name\": \"question\",\n \"type\": \"text\",\n \"importance\": \"high\"\n },\n {\n \"label\": \"Placeholder text\",\n \"name\": \"placeholder\",\n \"type\": \"text\",\n \"importance\": \"high\",\n \"default\": \"Enter your response here\",\n \"description\": \"Text that initially will be shown in the input field. Will be removed automatically when the user starts writing.\"\n },\n {\n \"label\": \"Max score\",\n \"name\": \"maxScore\",\n \"type\": \"number\",\n \"importance\": \"high\",\n \"description\": \"Used for grading and not shown to the learner\",\n \"default\": 1\n },\n {\n \"label\": \"Required\",\n \"name\": \"isRequired\",\n \"type\": \"boolean\",\n \"importance\": \"high\",\n \"description\": \"Learners must provide an answer in order to proceed\"\n },\n {\n \"label\": \"Localize Free Text Question buttons\",\n \"name\": \"i10n\",\n \"type\": \"group\",\n \"common\": true,\n \"collapsed\": true,\n \"importance\": \"low\",\n \"fields\": [\n {\n \"label\": \"Required text label\",\n \"name\": \"requiredText\",\n \"type\": \"text\",\n \"description\": \"Text shown to notify learner that input is required before proceeding\",\n \"default\": \"required\",\n \"importance\": \"low\"\n },\n {\n \"label\": \"Required message\",\n \"name\": \"requiredMessage\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"default\": \"This question requires an answer\",\n \"description\": \"Will display if this field is unanswered and required by a wrapper content type\"\n },\n {\n \"label\": \"Skip button label\",\n \"name\": \"skipButtonLabel\",\n \"type\": \"text\",\n \"default\": \"Skip Question\",\n \"importance\": \"low\"\n },\n {\n \"label\": \"Proceed button label\",\n \"name\": \"submitButtonLabel\",\n \"type\": \"text\",\n \"default\": \"Answer and proceed\",\n \"importance\": \"low\"\n },\n {\n \"name\": \"language\",\n \"type\": \"select\",\n \"label\": \"Wysiwyg editor language\",\n \"importance\": \"medium\",\n \"description\": \"The language of the wysiwyg user interface\",\n \"options\": [\n {\n \"value\": \"af\",\n \"label\": \"Afrikaans\"\n },\n {\n \"value\": \"ar\",\n \"label\": \"Arabic\"\n },\n {\n \"value\": \"az\",\n \"label\": \"Azerbaijani\"\n },\n {\n \"value\": \"bg\",\n \"label\": \"Bulgarian\"\n },\n {\n \"value\": \"bn\",\n \"label\": \"Bengali\"\n },\n {\n \"value\": \"bs\",\n \"label\": \"Bosnian\"\n },\n {\n \"value\": \"ca\",\n \"label\": \"Catalan\"\n },\n {\n \"value\": \"cs\",\n \"label\": \"Czech\"\n },\n {\n \"value\": \"cy\",\n \"label\": \"Welsh\"\n },\n {\n \"value\": \"da\",\n \"label\": \"Danish\"\n },\n {\n \"value\": \"de-ch\",\n \"label\": \"German (Switzerland)\"\n },\n {\n \"value\": \"de\",\n \"label\": \"German\"\n },\n {\n \"value\": \"el\",\n \"label\": \"Greek\"\n },\n {\n \"value\": \"en-au\",\n \"label\": \"English (Australia)\"\n },\n {\n \"value\": \"en-ca\",\n \"label\": \"English (Canada)\"\n },\n {\n \"value\": \"en-gb\",\n \"label\": \"English (United Kingdom)\"\n },\n {\n \"value\": \"en\",\n \"label\": \"English\"\n },\n {\n \"value\": \"eo\",\n \"label\": \"Esperanto\"\n },\n {\n \"value\": \"es-mx\",\n \"label\": \"Spanish (Mexico)\"\n },\n {\n \"value\": \"es\",\n \"label\": \"Spanish (Spain)\"\n },\n {\n \"value\": \"et\",\n \"label\": \"Estonian\"\n },\n {\n \"value\": \"eu\",\n \"label\": \"Basque\"\n },\n {\n \"value\": \"fa\",\n \"label\": \"Farsi\"\n },\n {\n \"value\": \"fi\",\n \"label\": \"Finnish\"\n },\n {\n \"value\": \"fo\",\n \"label\": \"Faeroese\"\n },\n {\n \"value\": \"fr-ca\",\n \"label\": \"French (Canada)\"\n },\n {\n \"value\": \"fr\",\n \"label\": \"French (Standard)\"\n },\n {\n \"value\": \"gl\",\n \"label\": \"Galician\"\n },\n {\n \"value\": \"gu\",\n \"label\": \"Gujarati\"\n },\n {\n \"value\": \"he\",\n \"label\": \"Hebrew (modern)\"\n },\n {\n \"value\": \"hi\",\n \"label\": \"Hindi\"\n },\n {\n \"value\": \"hr\",\n \"label\": \"Croatian\"\n },\n {\n \"value\": \"hu\",\n \"label\": \"Hungarian\"\n },\n {\n \"value\": \"id\",\n \"label\": \"Indonesian\"\n },\n {\n \"value\": \"is\",\n \"label\": \"Icelandic\"\n },\n {\n \"value\": \"it\",\n \"label\": \"Italian (Standard)\"\n },\n {\n \"value\": \"ja\",\n \"label\": \"Japanese\"\n },\n {\n \"value\": \"ka\",\n \"label\": \"Georgian\"\n },\n {\n \"value\": \"km\",\n \"label\": \"Central Khmer\"\n },\n {\n \"value\": \"ko\",\n \"label\": \"Korean\"\n },\n {\n \"value\": \"ku\",\n \"label\": \"Kurdish\"\n },\n {\n \"value\": \"lt\",\n \"label\": \"Lithuanian\"\n },\n {\n \"value\": \"lv\",\n \"label\": \"Latvian\"\n },\n {\n \"value\": \"mk\",\n \"label\": \"Macedonian\"\n },\n {\n \"value\": \"mn\",\n \"label\": \"Mongolian\"\n },\n {\n \"value\": \"ms\",\n \"label\": \"Malay\"\n },\n {\n \"value\": \"nb\",\n \"label\": \"Norwegian Bokmål\"\n },\n {\n \"value\": \"nl\",\n \"label\": \"Dutch (Standard)\"\n },\n {\n \"value\": \"no\",\n \"label\": \"Norwegian\"\n },\n {\n \"value\": \"oc\",\n \"label\": \"Occitan\"\n },\n {\n \"value\": \"pl\",\n \"label\": \"Polish\"\n },\n {\n \"value\": \"pt-br\",\n \"label\": \"Portuguese (Brazil)\"\n },\n {\n \"value\": \"pt\",\n \"label\": \"Portuguese (Portugal)\"\n },\n {\n \"value\": \"ro\",\n \"label\": \"Romanian\"\n },\n {\n \"value\": \"ru\",\n \"label\": \"Russian\"\n },\n {\n \"value\": \"si\",\n \"label\": \"Sinhala/Sinhalese\"\n },\n {\n \"value\": \"sk\",\n \"label\": \"Slovak\"\n },\n {\n \"value\": \"sl\",\n \"label\": \"Slovenian\"\n },\n {\n \"value\": \"sq\",\n \"label\": \"Albanian\"\n },\n {\n \"value\": \"sr-latn\",\n \"label\": \"Serbian (Latin)\"\n },\n {\n \"value\": \"sr\",\n \"label\": \"Serbian\"\n },\n {\n \"value\": \"sv\",\n \"label\": \"Swedish\"\n },\n {\n \"value\": \"th\",\n \"label\": \"Thai\"\n },\n {\n \"value\": \"tr\",\n \"label\": \"Turkish\"\n },\n {\n \"value\": \"tt\",\n \"label\": \"Tatar\"\n },\n {\n \"value\": \"ug\",\n \"label\": \"Uighur/Uyghur\"\n },\n {\n \"value\": \"uk\",\n \"label\": \"Ukrainian\"\n },\n {\n \"value\": \"vi\",\n \"label\": \"Vietnamese\"\n },\n {\n \"value\": \"zh-cn\",\n \"label\": \"Chinese (PRC)\"\n }\n ],\n \"default\": \"en\"\n }\n ]\n }\n]\n',NULL,1,13,NULL,NULL,NULL,1),(52,'H5P.GoalsAssessmentPage','Goals assessment page',1,4,17,0,0,'','goals-assessment-page.js','goals-assessment-page.css','','[\n {\n \"name\": \"description\",\n \"label\": \"Description\",\n \"importance\": \"medium\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"description\": \"Description of the goals assessment page.\",\n \"default\": \"Rate the goals that you have chosen in the goals page.\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ],\n \"optional\": true\n },\n {\n \"name\": \"lowRating\",\n \"label\": \"Low rating text\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"description\": \"Text for worst rating.\",\n \"default\": \"Learned little\"\n },\n {\n \"name\": \"midRating\",\n \"label\": \"Medium rating text\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"description\": \"Text for middle rating.\",\n \"default\": \"Learned something\"\n },\n {\n \"name\": \"highRating\",\n \"label\": \"High rating text\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"description\": \"Text for great rating.\",\n \"default\": \"Learned a lot\"\n },\n {\n \"name\": \"noGoalsText\",\n \"label\": \"No goals text\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"description\": \"Feedback text when no goals have been created.\",\n \"default\": \"You have not chosen any goals yet.\"\n },\n {\n \"name\": \"helpTextLabel\",\n \"label\": \"Label for help text\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"description\": \"Label for showing additional helpful information to the user.\",\n \"default\": \"More information\"\n },\n {\n \"name\": \"helpText\",\n \"label\": \"Fill in additional help information\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"description\": \"Here you can fill in additional helpful information for the user.\",\n \"enterMode\": \"p\",\n \"optional\": true,\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ]\n },\n {\n \"name\": \"legendHeader\",\n \"label\": \"Legend header\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"default\": \"Possible ratings:\"\n },\n {\n \"name\": \"goalHeader\",\n \"label\": \"Goal header\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"default\": \"Goals\"\n },\n {\n \"name\": \"ratingHeader\",\n \"label\": \"Rating header\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"default\": \"Rating\"\n }\n]',NULL,1,19,NULL,NULL,NULL,1),(53,'H5P.GoalsPage','Goals page',1,5,21,0,0,'','goals-page.js, goal-instance.js','goals-page.css','','[\n {\n \"name\": \"description\",\n \"label\": \"Description\",\n \"importance\": \"medium\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"description\": \"Description of the goals page.\",\n \"default\": \"Insert the goals that you have chosen to work with.\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ],\n \"optional\": true\n },\n {\n \"name\": \"defineGoalText\",\n \"label\": \"Define goal link text\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"description\": \"Text that will be displayed on the button for creating a new goal.\",\n \"default\": \"Create a new goal\"\n },\n {\n \"name\": \"definedGoalLabel\",\n \"label\": \"Label for a user defined goal\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"description\": \"Text that will be displayed as label on a user created goal.\",\n \"default\": \"User defined goal\"\n },\n {\n \"name\": \"defineGoalPlaceholder\",\n \"label\": \"Define goal placeholder\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"description\": \"Text that will be displayed as a placeholder when creating a new goal.\",\n \"default\": \"Write here...\"\n },\n {\n \"name\": \"goalsAddedText\",\n \"label\": \"Text indicating how many goals has been added\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"default\": \"Goals added:\",\n \"description\": \"This text will follow after the amount of goals that is currently created, example: \'Goals added: 5\' where \'Goals added:\' is this text.\"\n },\n {\n \"name\": \"specifyGoalText\",\n \"label\": \"Text for \\\"Specify goal\\\"-button\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"default\": \"Specification\"\n },\n {\n \"name\": \"removeGoalText\",\n \"label\": \"Text for \\\"Remove goal\\\"-button\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"default\": \"Remove Goal\"\n },\n {\n \"name\": \"helpTextLabel\",\n \"label\": \"Label for help text\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"description\": \"Label for showing additional helpful information to the user.\",\n \"default\": \"More information\"\n },\n {\n \"name\": \"helpText\",\n \"label\": \"Fill in additional help information\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"description\": \"Here you can fill in additional helpful information for the user.\",\n \"enterMode\": \"p\",\n \"optional\": true,\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ]\n },\n {\n \"name\": \"goalDeletionConfirmation\",\n \"type\": \"group\",\n \"common\": true,\n \"importance\": \"low\",\n \"label\": \"Localize goal deletion confirmation\",\n \"fields\": [\n {\n \"name\": \"header\",\n \"type\": \"text\",\n \"label\": \"Header\",\n \"optional\": false,\n \"default\": \"Confirm deletion\"\n },\n {\n \"name\": \"message\",\n \"type\": \"text\",\n \"label\": \"Message\",\n \"optional\": false,\n \"default\": \"Are you sure you want to delete this goal?\"\n },\n {\n \"name\": \"cancelLabel\",\n \"type\": \"text\",\n \"label\": \"Cancel button label\",\n \"optional\": false,\n \"default\": \"Cancel\"\n },\n {\n \"name\": \"confirmLabel\",\n \"type\": \"text\",\n \"label\": \"Confirm button label\",\n \"optional\": false,\n \"default\": \"Confirm\"\n }\n ]\n }\n]\n',NULL,1,19,NULL,NULL,NULL,1),(54,'H5P.GoToQuestion','Crossroads',1,3,15,0,0,'','scripts/go-to-question.js','styles/go-to-question.css','','[\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"label\": \"Question Text\",\n \"importance\": \"high\",\n \"description\": \"The question that the user will make a choice based upon.\"\n },\n {\n \"name\": \"choices\",\n \"type\": \"list\",\n \"label\": \"Choices\",\n \"importance\": \"high\",\n \"entity\": \"choice\",\n \"min\": 2,\n \"field\": {\n \"name\": \"choice\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"label\": \"Choice Text\",\n \"importance\": \"high\",\n \"description\": \"The label that will displayed on the choice button.\"\n },\n {\n \"name\": \"goTo\",\n \"type\": \"number\",\n \"widget\": \"timecode\",\n \"label\": \"Go To\",\n \"importance\": \"high\",\n \"description\": \"The target time the user will be taken to upon pressing the choice button. Enter timecode in the format M:SS.\"\n },\n {\n \"name\": \"ifChosenText\",\n \"type\": \"text\",\n \"optional\": true,\n \"label\": \"If Chosen Text\",\n \"importance\": \"low\",\n \"description\": \"An optional confirmation text that will be displayed after the user has pressed the choice button.\"\n }\n ]\n }\n },\n {\n \"name\": \"continueButtonLabel\",\n \"type\": \"text\",\n \"label\": \"Continue Button Label\",\n \"importance\": \"low\",\n \"default\": \"Continue\",\n \"common\": true\n }\n]',NULL,1,6,'{\"disable\":true,\"disableExtraTitleField\":true}',NULL,NULL,1),(55,'H5P.GuidedTour','Guided tour',1,0,6,0,0,'','scripts/h5p-guided-tour.js','styles/h5p-guided-tour.css','','',NULL,NULL,NULL,NULL,NULL,NULL,1),(56,'H5P.IFrameEmbed','Iframe Embedder',1,0,29,1,1,'','iframe-embed.js','','','[\n {\n \"label\": \"Width\",\n \"importance\": \"high\",\n \"name\": \"width\",\n \"type\": \"text\",\n \"description\": \"Width of iFrame in CSS compliant format. Default: \\\"500px\\\"\"\n },\n {\n \"label\": \"Minimum width\",\n \"importance\": \"high\",\n \"name\": \"minWidth\",\n \"type\": \"text\",\n \"description\": \"Minimum width of iFrame in CSS compliant format. Default: \\\"300px\\\"\"\n },\n {\n \"label\": \"Height\",\n \"name\": \"height\",\n \"type\": \"text\",\n \"description\": \"Height of iFrame in CSS compliant format. Default: \\\"500px\\\"\"\n },\n {\n \"label\": \"Source\",\n \"importance\": \"high\",\n \"name\": \"source\",\n \"type\": \"text\",\n \"description\": \"URI to external document, or path to document found inside H5P (under /content)\"\n },\n {\n \"name\": \"resizeSupported\",\n \"type\": \"boolean\",\n \"label\": \"Resize supported\",\n \"importance\": \"medium\",\n \"description\": \"If enabled, fullscreen button will be displayed, and H5P will be resized to fit its surroundings\",\n \"default\": true\n }\n]\n',NULL,NULL,NULL,NULL,NULL,NULL,1),(57,'H5P.Image','Image',1,1,22,0,0,'','image.js','image.css','','[\n {\n \"name\": \"file\",\n \"type\": \"image\",\n \"label\": \"Image\",\n \"importance\": \"high\",\n \"disableCopyright\": true\n },\n {\n \"name\": \"decorative\",\n \"type\": \"boolean\",\n \"label\": \"Decorative only\",\n \"default\": false,\n \"description\": \"Enable this option if the image is purely decorative and does not add any information to the content on the page. It will be ignored by screen readers and not given any alternative text.\"\n },\n {\n \"name\": \"alt\",\n \"type\": \"text\",\n \"label\": \"Alternative text\",\n \"importance\": \"high\",\n \"description\": \"Required. If the browser can\'t load the image this text will be displayed instead. Also used by \\\"text-to-speech\\\" readers.\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"decorative\",\n \"equals\": false\n }\n ],\n \"nullWhenHidden\": true\n }\n },\n {\n \"name\": \"title\",\n \"type\": \"text\",\n \"label\": \"Hover text\",\n \"importance\": \"low\",\n \"description\": \"Optional. This text is displayed when the users hover their pointing device over the image.\",\n \"optional\": true\n },\n {\n \"name\": \"contentName\",\n \"type\": \"text\",\n \"label\": \"Image content name\",\n \"importance\": \"low\",\n \"common\": true,\n \"default\": \"Image\"\n },\n {\n \"name\": \"expandImage\",\n \"type\": \"text\",\n \"label\": \"Expand Image\",\n \"importance\": \"low\",\n \"common\": true,\n \"default\": \"Expand Image\"\n },\n {\n \"name\": \"minimizeImage\",\n \"type\": \"text\",\n \"label\": \"Minimize Image\",\n \"importance\": \"low\",\n \"common\": true,\n \"default\": \"Minimize Image\"\n }\n]\n',NULL,1,19,'{\"disable\":false,\"disableExtraTitleField\":true}',NULL,NULL,1),(58,'H5P.ImageHotspotQuestion','Find the Hotspot',1,8,22,1,0,'','image-hotspot-question.js','image-hotspot-question.css','','[\n {\n \"name\": \"imageHotspotQuestion\",\n \"type\": \"group\",\n \"widget\": \"wizard\",\n \"label\": \"Image Hotspot Question Editor\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"backgroundImageSettings\",\n \"type\": \"group\",\n \"label\": \"Background image\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"backgroundImage\",\n \"type\": \"image\",\n \"label\": \"Background image\",\n \"importance\": \"high\",\n \"description\": \"Select an image to use as background for the image hotspot question.\"\n }\n ]\n },\n {\n \"name\": \"hotspotSettings\",\n \"type\": \"group\",\n \"label\": \"Hotspots\",\n \"importance\": \"high\",\n \"widget\": \"imageHotspotQuestion\",\n \"description\": \"Drag and drop the desired figure from the toolbar to create a new hotspot. Double-click to edit an existing hotspot. Drag the hotspot to move it. Pull the resize handler in the lower right corner to resize.\",\n \"fields\": [\n {\n \"name\": \"taskDescription\",\n \"type\": \"text\",\n \"label\": \"Task description\",\n \"importance\": \"high\",\n \"description\": \"Instructions to the user.\",\n \"optional\": true\n },\n {\n \"name\": \"hotspot\",\n \"type\": \"list\",\n \"label\": \"Hotspot\",\n \"importance\": \"high\",\n \"entity\": \"Hotspot\",\n \"field\": {\n \"type\": \"group\",\n \"label\": \"Hotspot\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"userSettings\",\n \"type\": \"group\",\n \"label\": \"userSettings\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"correct\",\n \"type\": \"boolean\",\n \"label\": \"Correct\",\n \"importance\": \"low\",\n \"description\": \"There can be multiple correct hotspots. However, the user gets correct/incorrect feedback immediately after first click.\"\n },\n {\n \"name\": \"feedbackText\",\n \"type\": \"text\",\n \"label\": \"Feedback\",\n \"importance\": \"low\",\n \"optional\": true\n }\n ]\n },\n {\n \"name\": \"computedSettings\",\n \"type\": \"group\",\n \"label\": \"computedSettings\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"x\",\n \"type\": \"number\",\n \"optional\": true\n },\n {\n \"name\": \"y\",\n \"type\": \"number\",\n \"optional\": true\n },\n {\n \"name\": \"width\",\n \"type\": \"number\",\n \"optional\": true\n },\n {\n \"name\": \"height\",\n \"type\": \"number\",\n \"optional\": true\n },\n {\n \"name\": \"figure\",\n \"type\": \"text\",\n \"optional\": true\n }\n ]\n }\n ]\n }\n },\n {\n \"name\": \"noneSelectedFeedback\",\n \"type\": \"text\",\n \"label\": \"Feedback if the user selects an empty spot:\",\n \"importance\": \"low\",\n \"placeholder\": \"You didn\'t locate any hotspots, try again!\",\n \"optional\": true\n },\n {\n \"name\": \"showFeedbackAsPopup\",\n \"type\": \"boolean\",\n \"label\": \"Show feedback as a popup\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"label\": \"Localization\",\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"retryText\",\n \"label\": \"Retry button text\",\n \"type\": \"text\",\n \"default\": \"Retry\",\n \"optional\": true\n },\n {\n \"name\": \"closeText\",\n \"label\": \"Close button text\",\n \"type\": \"text\",\n \"default\": \"Close\",\n \"optional\": true\n }\n ]\n }\n ]\n }\n ]\n },\n {\n \"name\": \"scoreBarLabel\",\n \"type\": \"text\",\n \"label\": \"Textual representation of the score bar for those using a readspeaker\",\n \"default\": \"You got :num out of :total points\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"name\": \"a11yRetry\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Retry\\\" button\",\n \"default\": \"Retry the task. Reset all responses and start the task over again.\",\n \"importance\": \"low\",\n \"common\": true\n }\n]',NULL,1,23,NULL,NULL,'https://h5p.org/image-hotspot-question',1),(59,'H5P.ImageHotspots','Image Hotspots',1,10,17,1,1,'iframe','scripts/image-hotspots.js, scripts/hotspot.js, scripts/popup.js','styles/image-hotspots.css','','[\n {\n \"label\": \"Background image\",\n \"importance\": \"high\",\n \"name\": \"image\",\n \"type\": \"image\",\n \"description\": \"Image shown on background.\"\n },\n {\n \"name\": \"backgroundImageAltText\",\n \"type\": \"text\",\n \"label\": \"Alternative text for background image\",\n \"description\": \"If the browser can\'t load the image this text will be displayed instead. Also used by assistive technologies.\",\n \"optional\": true\n },\n {\n \"name\": \"iconType\",\n \"type\": \"select\",\n \"label\": \"Hotspot Icon\",\n \"options\": [\n {\n \"value\": \"icon\",\n \"label\": \"Predefined icon\"\n },\n {\n \"value\": \"image\",\n \"label\": \"Uploaded image\"\n }\n ],\n \"default\": \"icon\"\n },\n {\n \"name\": \"icon\",\n \"type\": \"select\",\n \"label\": \"Predefined icon\",\n \"importance\": \"medium\",\n \"description\": \"Using a predefined icon for the hotspot.\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"iconType\",\n \"equals\": [\n \"icon\"\n ]\n }\n ]\n },\n \"options\": [\n {\n \"value\": \"plus\",\n \"label\": \"Plus\"\n },\n {\n \"value\": \"minus\",\n \"label\": \"Minus\"\n },\n {\n \"value\": \"times\",\n \"label\": \"Times\"\n },\n {\n \"value\": \"check\",\n \"label\": \"Check\"\n },\n {\n \"value\": \"question\",\n \"label\": \"Question\"\n },\n {\n \"value\": \"info\",\n \"label\": \"Info\"\n },\n {\n \"value\": \"exclamation\",\n \"label\": \"Exclamation\"\n }\n ],\n \"default\": \"plus\"\n },\n {\n \"name\": \"iconImage\",\n \"type\": \"image\",\n \"label\": \"Uploaded image\",\n \"optional\": false,\n \"description\": \"Use your own image for the hotspot icon.<br />75px by 75px is recommended for your image.\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"iconType\",\n \"equals\": [\n \"image\"\n ]\n }\n ]\n }\n },\n {\n \"name\": \"color\",\n \"type\": \"text\",\n \"label\": \"Hotspot color\",\n \"importance\": \"medium\",\n \"description\": \"The color of the hotspots\",\n \"optional\": true,\n \"default\": \"#981d99\",\n \"widget\": \"showWhen\",\n \"spectrum\": {\n \"showInput\": true\n },\n \"showWhen\": {\n \"widget\": \"colorSelector\",\n \"rules\": [\n {\n \"field\": \"iconType\",\n \"equals\": [\n \"icon\"\n ]\n }\n ]\n }\n },\n {\n \"name\": \"hotspots\",\n \"type\": \"list\",\n \"entity\": \"hotspot\",\n \"label\": \"Hotspots\",\n \"importance\": \"high\",\n \"min\": 1,\n \"defaultNum\": 1,\n \"field\": {\n \"name\": \"hotspot\",\n \"type\": \"group\",\n \"label\": \"Hotspot\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"position\",\n \"type\": \"group\",\n \"widget\": \"imageCoordinateSelector\",\n \"imageFieldPath\": \"../../image\",\n \"label\": \"Hotspot position\",\n \"importance\": \"high\",\n \"description\": \"Click on the thumbnail image to place the hotspot\",\n \"fields\": [\n {\n \"name\": \"x\",\n \"type\": \"number\"\n },\n {\n \"name\": \"y\",\n \"type\": \"number\"\n },\n {\n \"name\": \"legacyPositioning\",\n \"type\": \"boolean\"\n }\n ]\n },\n {\n \"name\": \"alwaysFullscreen\",\n \"type\": \"boolean\",\n \"label\": \"Cover entire background image\",\n \"importance\": \"low\",\n \"description\": \"When the user clicks the hotspot the popup will cover the entire background image\"\n },\n {\n \"name\": \"header\",\n \"type\": \"text\",\n \"label\": \"Header\",\n \"importance\": \"low\",\n \"description\": \"Optional header for the popup. This is used by assistive technologies.\",\n \"optional\": true\n },\n {\n \"name\": \"content\",\n \"type\": \"list\",\n \"label\": \"Popup content\",\n \"importance\": \"medium\",\n \"field\": {\n \"name\": \"action\",\n \"type\": \"library\",\n \"label\": \"Content Item\",\n \"options\": [\n \"H5P.Text 1.1\",\n \"H5P.Video 1.6\",\n \"H5P.Image 1.1\",\n \"H5P.Audio 1.5\"\n ]\n }\n }\n ]\n }\n },\n {\n \"name\": \"hotspotNumberLabel\",\n \"type\": \"text\",\n \"label\": \"Hotspot label for assistive technologies\",\n \"default\": \"Hotspot #num\",\n \"description\": \"Will help announce what hotspot element has been navigated to if there is no header specified for a hotspot. #num can be used to replace the hotspot number.\",\n \"common\": true\n },\n {\n \"name\": \"closeButtonLabel\",\n \"type\": \"text\",\n \"label\": \"Close button label for assistive technologies\",\n \"default\": \"Close\",\n \"common\": true\n },\n {\n \"name\": \"containsAudioVideoLabel\",\n \"type\": \"text\",\n \"label\": \"Label for assistive technologies denoting that hotspot contains Audio/Video\",\n \"default\": \"Contains Audio/Video\",\n \"common\": true\n }\n]\n',NULL,1,19,NULL,'https://h5p.org/tutorial-image-hotspots','https://h5p.org/image-hotspots',1),(60,'H5P.InteractiveVideo','Interactive Video',1,26,30,1,1,'iframe','dist/h5p-interactive-video.js','dist/h5p-interactive-video.css','','[\n {\n \"name\": \"interactiveVideo\",\n \"type\": \"group\",\n \"widget\": \"wizard\",\n \"label\": \"Interactive Video Editor\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"video\",\n \"type\": \"group\",\n \"label\": \"Upload/embed video\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"files\",\n \"type\": \"video\",\n \"label\": \"Add a video\",\n \"importance\": \"high\",\n \"description\": \"Click below to add a video you wish to use in your interactive video. You can add a video link or upload video files. It is possible to add several versions of the video with different qualities. To ensure maximum support in browsers at least add a version in webm and mp4 formats.\",\n \"extraAttributes\": [\n \"metadata\"\n ],\n \"enableCustomQualityLabel\": true\n },\n {\n \"name\": \"startScreenOptions\",\n \"type\": \"group\",\n \"label\": \"Start screen options (unsupported for YouTube videos)\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"title\",\n \"type\": \"text\",\n \"label\": \"The title of this interactive video\",\n \"importance\": \"low\",\n \"maxLength\": 60,\n \"default\": \"Interactive Video\",\n \"description\": \"Used in summaries, statistics etc.\"\n },\n {\n \"name\": \"hideStartTitle\",\n \"type\": \"boolean\",\n \"label\": \"Hide title on video start screen\",\n \"importance\": \"low\",\n \"optional\": true,\n \"default\": false\n },\n {\n \"name\": \"shortStartDescription\",\n \"type\": \"text\",\n \"label\": \"Short description (Optional)\",\n \"importance\": \"low\",\n \"optional\": true,\n \"maxLength\": 120,\n \"description\": \"Optional. Display a short description text on the video start screen. Does not work for YouTube videos.\"\n },\n {\n \"name\": \"poster\",\n \"type\": \"image\",\n \"label\": \"Poster image\",\n \"importance\": \"low\",\n \"optional\": true,\n \"description\": \"Image displayed before the user launches the video. Does not work for YouTube Videos.\"\n }\n ]\n },\n {\n \"name\": \"textTracks\",\n \"type\": \"group\",\n \"label\": \"Text tracks (unsupported for YouTube videos)\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"videoTrack\",\n \"type\": \"list\",\n \"label\": \"Available text tracks\",\n \"importance\": \"low\",\n \"optional\": true,\n \"entity\": \"Track\",\n \"min\": 0,\n \"defaultNum\": 1,\n \"field\": {\n \"name\": \"track\",\n \"type\": \"group\",\n \"label\": \"Track\",\n \"importance\": \"low\",\n \"expanded\": false,\n \"fields\": [\n {\n \"name\": \"label\",\n \"type\": \"text\",\n \"label\": \"Track label\",\n \"description\": \"Used if you offer multiple tracks and the user has to choose a track. For instance \'Spanish subtitles\' could be the label of a Spanish subtitle track.\",\n \"importance\": \"low\",\n \"default\": \"Subtitles\",\n \"optional\": true\n },\n {\n \"name\": \"kind\",\n \"type\": \"select\",\n \"label\": \"Type of text track\",\n \"importance\": \"low\",\n \"default\": \"subtitles\",\n \"options\": [\n {\n \"value\": \"subtitles\",\n \"label\": \"Subtitles\"\n },\n {\n \"value\": \"captions\",\n \"label\": \"Captions\"\n },\n {\n \"value\": \"descriptions\",\n \"label\": \"Descriptions\"\n }\n ]\n },\n {\n \"name\": \"srcLang\",\n \"type\": \"text\",\n \"label\": \"Source language, must be defined for subtitles\",\n \"importance\": \"low\",\n \"default\": \"en\",\n \"description\": \"Must be a valid BCP 47 language tag. If \'Subtitles\' is the type of text track selected, the source language of the track must be defined.\"\n },\n {\n \"name\": \"track\",\n \"type\": \"file\",\n \"label\": \"Track source (WebVTT file)\",\n \"importance\": \"low\"\n }\n ]\n }\n },\n {\n \"name\": \"defaultTrackLabel\",\n \"type\": \"text\",\n \"label\": \"Default text track\",\n \"description\": \"If left empty or not matching any of the text tracks the first text track will be used as the default.\",\n \"importance\": \"low\",\n \"optional\": true\n }\n ]\n }\n ]\n },\n {\n \"name\": \"assets\",\n \"type\": \"group\",\n \"label\": \"Add interactions\",\n \"importance\": \"high\",\n \"widget\": \"interactiveVideo\",\n \"video\": \"video/files\",\n \"poster\": \"video/startScreenOptions/poster\",\n \"fields\": [\n {\n \"name\": \"interactions\",\n \"type\": \"list\",\n \"field\": {\n \"name\": \"interaction\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"duration\",\n \"type\": \"group\",\n \"widget\": \"duration\",\n \"label\": \"Display time\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"from\",\n \"type\": \"number\"\n },\n {\n \"name\": \"to\",\n \"type\": \"number\"\n }\n ]\n },\n {\n \"name\": \"pause\",\n \"label\": \"Pause video\",\n \"importance\": \"low\",\n \"type\": \"boolean\"\n },\n {\n \"name\": \"displayType\",\n \"label\": \"Display as\",\n \"importance\": \"low\",\n \"description\": \"<b>Button</b> is a collapsed interaction the user must press to open. <b>Poster</b> is an expanded interaction displayed directly on top of the video\",\n \"type\": \"select\",\n \"widget\": \"imageRadioButtonGroup\",\n \"options\": [\n {\n \"value\": \"button\",\n \"label\": \"Button\"\n },\n {\n \"value\": \"poster\",\n \"label\": \"Poster\"\n }\n ],\n \"default\": \"button\"\n },\n {\n \"name\": \"buttonOnMobile\",\n \"label\": \"Turn into button on small screens\",\n \"importance\": \"low\",\n \"type\": \"boolean\",\n \"default\": false\n },\n {\n \"name\": \"label\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Label\",\n \"importance\": \"low\",\n \"description\": \"Label displayed next to interaction icon.\",\n \"optional\": true,\n \"enterMode\": \"p\",\n \"tags\": [\n \"p\"\n ]\n },\n {\n \"name\": \"x\",\n \"type\": \"number\",\n \"importance\": \"low\",\n \"widget\": \"none\"\n },\n {\n \"name\": \"y\",\n \"type\": \"number\",\n \"importance\": \"low\",\n \"widget\": \"none\"\n },\n {\n \"name\": \"width\",\n \"type\": \"number\",\n \"widget\": \"none\",\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"name\": \"height\",\n \"type\": \"number\",\n \"widget\": \"none\",\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"name\": \"libraryTitle\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"optional\": true,\n \"widget\": \"none\"\n },\n {\n \"name\": \"action\",\n \"type\": \"library\",\n \"importance\": \"low\",\n \"options\": [\n \"H5P.Nil 1.0\",\n \"H5P.Text 1.1\",\n \"H5P.Table 1.1\",\n \"H5P.Link 1.3\",\n \"H5P.Image 1.1\",\n \"H5P.Summary 1.10\",\n \"H5P.SingleChoiceSet 1.11\",\n \"H5P.MultiChoice 1.16\",\n \"H5P.TrueFalse 1.8\",\n \"H5P.Blanks 1.14\",\n \"H5P.DragQuestion 1.14\",\n \"H5P.MarkTheWords 1.11\",\n \"H5P.DragText 1.10\",\n \"H5P.GoToQuestion 1.3\",\n \"H5P.IVHotspot 1.2\",\n \"H5P.Questionnaire 1.3\",\n \"H5P.FreeTextQuestion 1.0\",\n \"H5P.MultiMediaChoice 0.3\"\n ]\n },\n {\n \"name\": \"adaptivity\",\n \"type\": \"group\",\n \"label\": \"Adaptivity\",\n \"importance\": \"low\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"correct\",\n \"type\": \"group\",\n \"label\": \"Action on all correct\",\n \"fields\": [\n {\n \"name\": \"seekTo\",\n \"type\": \"number\",\n \"widget\": \"timecode\",\n \"label\": \"Seek to\",\n \"description\": \"Enter timecode in the format M:SS\"\n },\n {\n \"name\": \"allowOptOut\",\n \"type\": \"boolean\",\n \"label\": \"Allow the user to opt out and continue\"\n },\n {\n \"name\": \"message\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"a\",\n \"code\"\n ],\n \"label\": \"Message\"\n },\n {\n \"name\": \"seekLabel\",\n \"type\": \"text\",\n \"label\": \"Label for seek button\"\n }\n ]\n },\n {\n \"name\": \"wrong\",\n \"type\": \"group\",\n \"label\": \"Action on wrong\",\n \"fields\": [\n {\n \"name\": \"seekTo\",\n \"type\": \"number\",\n \"widget\": \"timecode\",\n \"label\": \"Seek to\",\n \"description\": \"Enter timecode in the format M:SS\"\n },\n {\n \"name\": \"allowOptOut\",\n \"type\": \"boolean\",\n \"label\": \"Allow the user to opt out and continue\"\n },\n {\n \"name\": \"message\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"a\",\n \"code\"\n ],\n \"label\": \"Message\"\n },\n {\n \"name\": \"seekLabel\",\n \"type\": \"text\",\n \"label\": \"Label for seek button\"\n }\n ]\n },\n {\n \"name\": \"requireCompletion\",\n \"type\": \"boolean\",\n \"label\": \"Require full score for task before proceeding\",\n \"description\": \"For best functionality this option should be used in conjunction with the \\\"Disable navigation forward in a video\\\" option of Interactive Video.\"\n }\n ]\n },\n {\n \"name\": \"visuals\",\n \"label\": \"Visuals\",\n \"importance\": \"low\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"backgroundColor\",\n \"type\": \"text\",\n \"label\": \"Background color\",\n \"widget\": \"colorSelector\",\n \"default\": \"rgb(255, 255, 255)\",\n \"spectrum\": {\n \"showInput\": true,\n \"showAlpha\": true,\n \"preferredFormat\": \"rgb\",\n \"showPalette\": true,\n \"palette\": [\n [\n \"rgba(0, 0, 0, 0)\"\n ],\n [\n \"rgb(67, 67, 67)\",\n \"rgb(102, 102, 102)\",\n \"rgb(204, 204, 204)\",\n \"rgb(217, 217, 217)\",\n \"rgb(255, 255, 255)\"\n ],\n [\n \"rgb(152, 0, 0)\",\n \"rgb(255, 0, 0)\",\n \"rgb(255, 153, 0)\",\n \"rgb(255, 255, 0)\",\n \"rgb(0, 255, 0)\",\n \"rgb(0, 255, 255)\",\n \"rgb(74, 134, 232)\",\n \"rgb(0, 0, 255)\",\n \"rgb(153, 0, 255)\",\n \"rgb(255, 0, 255)\"\n ],\n [\n \"rgb(230, 184, 175)\",\n \"rgb(244, 204, 204)\",\n \"rgb(252, 229, 205)\",\n \"rgb(255, 242, 204)\",\n \"rgb(217, 234, 211)\",\n \"rgb(208, 224, 227)\",\n \"rgb(201, 218, 248)\",\n \"rgb(207, 226, 243)\",\n \"rgb(217, 210, 233)\",\n \"rgb(234, 209, 220)\",\n \"rgb(221, 126, 107)\",\n \"rgb(234, 153, 153)\",\n \"rgb(249, 203, 156)\",\n \"rgb(255, 229, 153)\",\n \"rgb(182, 215, 168)\",\n \"rgb(162, 196, 201)\",\n \"rgb(164, 194, 244)\",\n \"rgb(159, 197, 232)\",\n \"rgb(180, 167, 214)\",\n \"rgb(213, 166, 189)\",\n \"rgb(204, 65, 37)\",\n \"rgb(224, 102, 102)\",\n \"rgb(246, 178, 107)\",\n \"rgb(255, 217, 102)\",\n \"rgb(147, 196, 125)\",\n \"rgb(118, 165, 175)\",\n \"rgb(109, 158, 235)\",\n \"rgb(111, 168, 220)\",\n \"rgb(142, 124, 195)\",\n \"rgb(194, 123, 160)\",\n \"rgb(166, 28, 0)\",\n \"rgb(204, 0, 0)\",\n \"rgb(230, 145, 56)\",\n \"rgb(241, 194, 50)\",\n \"rgb(106, 168, 79)\",\n \"rgb(69, 129, 142)\",\n \"rgb(60, 120, 216)\",\n \"rgb(61, 133, 198)\",\n \"rgb(103, 78, 167)\",\n \"rgb(166, 77, 121)\",\n \"rgb(91, 15, 0)\",\n \"rgb(102, 0, 0)\",\n \"rgb(120, 63, 4)\",\n \"rgb(127, 96, 0)\",\n \"rgb(39, 78, 19)\",\n \"rgb(12, 52, 61)\",\n \"rgb(28, 69, 135)\",\n \"rgb(7, 55, 99)\",\n \"rgb(32, 18, 77)\",\n \"rgb(76, 17, 48)\"\n ]\n ]\n }\n },\n {\n \"name\": \"boxShadow\",\n \"type\": \"boolean\",\n \"label\": \"Box shadow\",\n \"default\": true,\n \"description\": \"Adds a subtle shadow around the interaction. You might want to disable this for completely transparent interactions\"\n }\n ]\n },\n {\n \"name\": \"goto\",\n \"label\": \"Go to on click\",\n \"importance\": \"low\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"type\",\n \"label\": \"Type\",\n \"type\": \"select\",\n \"widget\": \"selectToggleFields\",\n \"options\": [\n {\n \"value\": \"timecode\",\n \"label\": \"Timecode\",\n \"hideFields\": [\n \"url\"\n ]\n },\n {\n \"value\": \"url\",\n \"label\": \"Another page (URL)\",\n \"hideFields\": [\n \"time\"\n ]\n }\n ],\n \"optional\": true\n },\n {\n \"name\": \"time\",\n \"type\": \"number\",\n \"widget\": \"timecode\",\n \"label\": \"Go To\",\n \"description\": \"The target time the user will be taken to upon pressing the hotspot. Enter timecode in the format M:SS.\",\n \"optional\": true\n },\n {\n \"name\": \"url\",\n \"type\": \"group\",\n \"label\": \"URL\",\n \"widget\": \"linkWidget\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"protocol\",\n \"type\": \"select\",\n \"label\": \"Protocol\",\n \"options\": [\n {\n \"value\": \"http://\",\n \"label\": \"http://\"\n },\n {\n \"value\": \"https://\",\n \"label\": \"https://\"\n },\n {\n \"value\": \"/\",\n \"label\": \"(root relative)\"\n },\n {\n \"value\": \"other\",\n \"label\": \"other\"\n }\n ],\n \"optional\": true,\n \"default\": \"http://\"\n },\n {\n \"name\": \"url\",\n \"type\": \"text\",\n \"label\": \"URL\",\n \"optional\": true\n }\n ]\n },\n {\n \"name\": \"visualize\",\n \"type\": \"boolean\",\n \"label\": \"Visualize\",\n \"description\": \"Show that interaction can be clicked by adding a border and an icon\"\n }\n ]\n }\n ]\n }\n },\n {\n \"name\": \"bookmarks\",\n \"importance\": \"low\",\n \"type\": \"list\",\n \"field\": {\n \"name\": \"bookmark\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"time\",\n \"type\": \"number\"\n },\n {\n \"name\": \"label\",\n \"type\": \"text\"\n }\n ]\n }\n },\n {\n \"name\": \"endscreens\",\n \"importance\": \"low\",\n \"type\": \"list\",\n \"field\": {\n \"name\": \"endscreen\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"time\",\n \"type\": \"number\"\n },\n {\n \"name\": \"label\",\n \"type\": \"text\"\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"summary\",\n \"type\": \"group\",\n \"label\": \"Summary task\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"task\",\n \"type\": \"library\",\n \"options\": [\n \"H5P.Summary 1.10\"\n ],\n \"default\": {\n \"library\": \"H5P.Summary 1.10\",\n \"params\": {}\n }\n },\n {\n \"name\": \"displayAt\",\n \"type\": \"number\",\n \"label\": \"Display at\",\n \"description\": \"Number of seconds before the video ends.\",\n \"default\": 3\n }\n ]\n }\n ]\n },\n {\n \"name\": \"override\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"importance\": \"low\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"startVideoAt\",\n \"type\": \"number\",\n \"widget\": \"timecode\",\n \"label\": \"Start video at\",\n \"importance\": \"low\",\n \"optional\": true,\n \"description\": \"Enter timecode in the format M:SS\"\n },\n {\n \"name\": \"autoplay\",\n \"type\": \"boolean\",\n \"label\": \"Auto-play video\",\n \"default\": false,\n \"optional\": true,\n \"description\": \"Start playing the video automatically\"\n },\n {\n \"name\": \"loop\",\n \"type\": \"boolean\",\n \"label\": \"Loop the video\",\n \"default\": false,\n \"optional\": true,\n \"description\": \"Check if video should run in a loop\"\n },\n {\n \"name\": \"showSolutionButton\",\n \"type\": \"select\",\n \"label\": \"Override \\\"Show Solution\\\" button\",\n \"importance\": \"low\",\n \"description\": \"This option determines if the \\\"Show Solution\\\" button will be shown for all questions, disabled for all or configured for each question individually.\",\n \"optional\": true,\n \"options\": [\n {\n \"value\": \"on\",\n \"label\": \"Enabled\"\n },\n {\n \"value\": \"off\",\n \"label\": \"Disabled\"\n }\n ]\n },\n {\n \"name\": \"retryButton\",\n \"type\": \"select\",\n \"label\": \"Override \\\"Retry\\\" button\",\n \"importance\": \"low\",\n \"description\": \"This option determines if the \\\"Retry\\\" button will be shown for all questions, disabled for all or configured for each question individually.\",\n \"options\": [\n {\n \"value\": \"on\",\n \"label\": \"Enabled\"\n },\n {\n \"value\": \"off\",\n \"label\": \"Disabled\"\n }\n ]\n },\n {\n \"name\": \"showBookmarksmenuOnLoad\",\n \"type\": \"boolean\",\n \"label\": \"Start with bookmarks menu open\",\n \"importance\": \"low\",\n \"default\": false,\n \"description\": \"This function is not available on iPad when using YouTube as video source.\"\n },\n {\n \"name\": \"showRewind10\",\n \"type\": \"boolean\",\n \"label\": \"Show button for rewinding 10 seconds\",\n \"importance\": \"low\",\n \"default\": false\n },\n {\n \"name\": \"preventSkippingMode\",\n \"type\": \"select\",\n \"label\": \"Disable navigation\",\n \"importance\": \"low\",\n \"description\": \"These options will disable user video navigation as specified.\",\n \"optional\": true,\n \"options\": [\n {\n \"label\": \"None\",\n \"value\": \"none\"\n },\n {\n \"label\": \"Forward\",\n \"value\": \"forward\"\n },\n {\n \"label\": \"Forward and backward\",\n \"value\": \"both\"\n }\n ],\n \"default\": \"none\"\n },\n {\n \"name\": \"deactivateSound\",\n \"type\": \"boolean\",\n \"default\": false,\n \"label\": \"Deactivate sound\",\n \"importance\": \"low\",\n \"description\": \"Enabling this option will deactivate the video\'s sound and prevent it from being switched on.\"\n }\n ]\n },\n {\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"label\": \"Localize\",\n \"importance\": \"low\",\n \"common\": true,\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"interaction\",\n \"type\": \"text\",\n \"label\": \"Interaction title\",\n \"importance\": \"low\",\n \"default\": \"Interaction\",\n \"optional\": true\n },\n {\n \"name\": \"play\",\n \"type\": \"text\",\n \"label\": \"Play title\",\n \"importance\": \"low\",\n \"default\": \"Play\",\n \"optional\": true\n },\n {\n \"name\": \"pause\",\n \"type\": \"text\",\n \"label\": \"Pause title\",\n \"importance\": \"low\",\n \"default\": \"Pause\",\n \"optional\": true\n },\n {\n \"name\": \"mute\",\n \"type\": \"text\",\n \"label\": \"Mute title\",\n \"importance\": \"low\",\n \"default\": \"Mute, currently unmuted\",\n \"optional\": true\n },\n {\n \"name\": \"unmute\",\n \"type\": \"text\",\n \"label\": \"Unmute title\",\n \"importance\": \"low\",\n \"default\": \"Unmute, currently muted\",\n \"optional\": true\n },\n {\n \"name\": \"quality\",\n \"type\": \"text\",\n \"label\": \"Video quality title\",\n \"importance\": \"low\",\n \"default\": \"Video Quality\",\n \"optional\": true\n },\n {\n \"name\": \"captions\",\n \"type\": \"text\",\n \"label\": \"Video captions title\",\n \"importance\": \"low\",\n \"default\": \"Captions\",\n \"optional\": true\n },\n {\n \"name\": \"close\",\n \"type\": \"text\",\n \"label\": \"Close button text\",\n \"importance\": \"low\",\n \"default\": \"Close\",\n \"optional\": true\n },\n {\n \"name\": \"fullscreen\",\n \"type\": \"text\",\n \"label\": \"Fullscreen title\",\n \"importance\": \"low\",\n \"default\": \"Fullscreen\",\n \"optional\": true\n },\n {\n \"name\": \"exitFullscreen\",\n \"type\": \"text\",\n \"label\": \"Exit fullscreen title\",\n \"importance\": \"low\",\n \"default\": \"Exit Fullscreen\",\n \"optional\": true\n },\n {\n \"name\": \"summary\",\n \"type\": \"text\",\n \"label\": \"Summary title\",\n \"importance\": \"low\",\n \"default\": \"Open summary dialog\",\n \"optional\": true\n },\n {\n \"name\": \"bookmarks\",\n \"type\": \"text\",\n \"label\": \"Bookmarks title\",\n \"importance\": \"low\",\n \"default\": \"Bookmarks\",\n \"optional\": true\n },\n {\n \"name\": \"endscreen\",\n \"type\": \"text\",\n \"label\": \"Submit screen title\",\n \"importance\": \"low\",\n \"default\": \"Submit screen\",\n \"optional\": true\n },\n {\n \"name\": \"defaultAdaptivitySeekLabel\",\n \"type\": \"text\",\n \"label\": \"Default label for adaptivity seek button\",\n \"importance\": \"low\",\n \"default\": \"Continue\",\n \"optional\": true\n },\n {\n \"name\": \"continueWithVideo\",\n \"type\": \"text\",\n \"label\": \"Default label for continue video button\",\n \"importance\": \"low\",\n \"default\": \"Continue with video\",\n \"optional\": true\n },\n {\n \"name\": \"more\",\n \"type\": \"text\",\n \"label\": \"Default label for more player options\",\n \"importance\": \"low\",\n \"default\": \"More player options\",\n \"optional\": true\n },\n {\n \"name\": \"playbackRate\",\n \"type\": \"text\",\n \"label\": \"Set playback rate\",\n \"importance\": \"low\",\n \"default\": \"Playback Rate\",\n \"optional\": true\n },\n {\n \"name\": \"rewind10\",\n \"type\": \"text\",\n \"label\": \"Rewind 10 Seconds\",\n \"importance\": \"low\",\n \"default\": \"Rewind 10 Seconds\",\n \"optional\": true\n },\n {\n \"name\": \"navDisabled\",\n \"type\": \"text\",\n \"label\": \"Navigation is disabled text\",\n \"importance\": \"low\",\n \"default\": \"Navigation is disabled\",\n \"optional\": true\n },\n {\n \"name\": \"navForwardDisabled\",\n \"type\": \"text\",\n \"label\": \"Navigating forward is disabled text\",\n \"importance\": \"low\",\n \"default\": \"Navigating forward is disabled\",\n \"optional\": true\n },\n {\n \"name\": \"sndDisabled\",\n \"type\": \"text\",\n \"label\": \"Sound is disabled text\",\n \"importance\": \"low\",\n \"default\": \"Sound is disabled\",\n \"optional\": true\n },\n {\n \"name\": \"requiresCompletionWarning\",\n \"type\": \"text\",\n \"label\": \"Warning that the user must answer the question correctly before continuing\",\n \"importance\": \"low\",\n \"default\": \"You need to answer all the questions correctly before continuing.\",\n \"optional\": true\n },\n {\n \"name\": \"back\",\n \"type\": \"text\",\n \"label\": \"Back button\",\n \"importance\": \"low\",\n \"default\": \"Back\",\n \"optional\": true\n },\n {\n \"name\": \"hours\",\n \"type\": \"text\",\n \"label\": \"Passed time hours\",\n \"importance\": \"low\",\n \"default\": \"Hours\",\n \"optional\": true\n },\n {\n \"name\": \"minutes\",\n \"type\": \"text\",\n \"label\": \"Passed time minutes\",\n \"importance\": \"low\",\n \"default\": \"Minutes\",\n \"optional\": true\n },\n {\n \"name\": \"seconds\",\n \"type\": \"text\",\n \"label\": \"Passed time seconds\",\n \"importance\": \"low\",\n \"default\": \"Seconds\",\n \"optional\": true\n },\n {\n \"name\": \"currentTime\",\n \"type\": \"text\",\n \"label\": \"Label for current time\",\n \"importance\": \"low\",\n \"default\": \"Current time:\",\n \"optional\": true\n },\n {\n \"name\": \"totalTime\",\n \"type\": \"text\",\n \"label\": \"Label for total time\",\n \"importance\": \"low\",\n \"default\": \"Total time:\",\n \"optional\": true\n },\n {\n \"name\": \"singleInteractionAnnouncement\",\n \"type\": \"text\",\n \"label\": \"Text explaining that a single interaction with a name has come into view\",\n \"importance\": \"low\",\n \"default\": \"Interaction appeared:\",\n \"optional\": true\n },\n {\n \"name\": \"multipleInteractionsAnnouncement\",\n \"type\": \"text\",\n \"label\": \"Text for explaining that multiple interactions have come into view\",\n \"importance\": \"low\",\n \"default\": \"Multiple interactions appeared.\",\n \"optional\": true\n },\n {\n \"name\": \"videoPausedAnnouncement\",\n \"type\": \"text\",\n \"label\": \"Video is paused announcement\",\n \"importance\": \"low\",\n \"default\": \"Video is paused\",\n \"optional\": true\n },\n {\n \"name\": \"content\",\n \"type\": \"text\",\n \"label\": \"Content label\",\n \"importance\": \"low\",\n \"default\": \"Content\",\n \"optional\": true\n },\n {\n \"name\": \"answered\",\n \"type\": \"text\",\n \"label\": \"Answered message (@answered will be replaced with the number of answered questions)\",\n \"importance\": \"low\",\n \"default\": \"@answered answered\",\n \"optional\": true\n },\n {\n \"name\": \"endcardTitle\",\n \"type\": \"text\",\n \"label\": \"Submit screen title\",\n \"importance\": \"low\",\n \"default\": \"@answered Question(s) answered\",\n \"description\": \"@answered will be replaced by the number of answered questions.\",\n \"optional\": true\n },\n {\n \"name\": \"endcardInformation\",\n \"type\": \"text\",\n \"label\": \"Submit screen information\",\n \"importance\": \"low\",\n \"default\": \"You have answered @answered questions, click below to submit your answers.\",\n \"description\": \"@answered will be replaced by the number of answered questions.\",\n \"optional\": true\n },\n {\n \"name\": \"endcardInformationOnSubmitButtonDisabled\",\n \"type\": \"text\",\n \"label\": \"Submit screen information when submit button is disabled\",\n \"importance\": \"low\",\n \"default\": \"You have answered @answered questions.\",\n \"description\": \"@answered will be replaced by the number of answered questions.\",\n \"optional\": true\n },\n {\n \"name\": \"endcardInformationNoAnswers\",\n \"type\": \"text\",\n \"label\": \"Submit screen information for missing answers\",\n \"importance\": \"low\",\n \"default\": \"You have not answered any questions.\",\n \"optional\": true\n },\n {\n \"name\": \"endcardInformationMustHaveAnswer\",\n \"type\": \"text\",\n \"label\": \"Submit screen information for answer needed\",\n \"importance\": \"low\",\n \"default\": \"You have to answer at least one question before you can submit your answers.\",\n \"optional\": true\n },\n {\n \"name\": \"endcardSubmitButton\",\n \"type\": \"text\",\n \"label\": \"Submit screen submit button\",\n \"importance\": \"low\",\n \"default\": \"Submit Answers\",\n \"optional\": true\n },\n {\n \"name\": \"endcardSubmitMessage\",\n \"type\": \"text\",\n \"label\": \"Submit screen submit message\",\n \"importance\": \"low\",\n \"default\": \"Your answers have been submitted!\",\n \"optional\": true\n },\n {\n \"name\": \"endcardTableRowAnswered\",\n \"type\": \"text\",\n \"label\": \"Submit screen table row title: Answered questions\",\n \"importance\": \"low\",\n \"default\": \"Answered questions\",\n \"optional\": true\n },\n {\n \"name\": \"endcardTableRowScore\",\n \"type\": \"text\",\n \"label\": \"Submit screen table row title: Score\",\n \"importance\": \"low\",\n \"default\": \"Score\",\n \"optional\": true\n },\n {\n \"name\": \"endcardAnsweredScore\",\n \"type\": \"text\",\n \"label\": \"Submit screen answered score\",\n \"importance\": \"low\",\n \"default\": \"answered\",\n \"optional\": true\n },\n {\n \"name\": \"endCardTableRowSummaryWithScore\",\n \"type\": \"text\",\n \"label\": \"Submit screen row summary including score (for readspeakers)\",\n \"importance\": \"low\",\n \"default\": \"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\",\n \"optional\": true\n },\n {\n \"name\": \"endCardTableRowSummaryWithoutScore\",\n \"type\": \"text\",\n \"label\": \"Submit screen row summary for no score (for readspeakers)\",\n \"importance\": \"low\",\n \"default\": \"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\",\n \"optional\": true\n },\n {\n \"name\": \"videoProgressBar\",\n \"type\": \"text\",\n \"label\": \"Video Progressbar\",\n \"importance\": \"low\",\n \"default\": \"Video progress\",\n \"optional\": true\n },\n {\n \"name\": \"howToCreateInteractions\",\n \"type\": \"text\",\n \"label\": \"Information on how to start creating interactions\",\n \"importance\": \"low\",\n \"default\": \"Play the video to start creating interactions\",\n \"optional\": true\n }\n ]\n }\n]',NULL,1,23,NULL,'https://h5p.org/tutorial-interactive-video','https://h5p.org/interactive-video',1),(61,'H5P.IVHotspot','Navigation Hotspot',1,2,17,0,0,'','scripts/iv-hotspot.js','styles/iv-hotspot.css','','[\n {\n \"name\": \"destination\",\n \"label\": \"Destination\",\n \"type\": \"group\",\n \"importance\": \"high\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"type\",\n \"label\": \"Type\",\n \"type\": \"select\",\n \"importance\": \"high\",\n \"widget\": \"selectToggleFields\",\n \"options\": [\n {\n \"value\": \"timecode\",\n \"label\": \"Timecode\",\n \"hideFields\": [\n \"url\"\n ]\n },\n {\n \"value\": \"url\",\n \"label\": \"Another page (URL)\",\n \"hideFields\": [\n \"time\"\n ]\n }\n ],\n \"default\": \"timecode\"\n },\n {\n \"name\": \"time\",\n \"type\": \"number\",\n \"widget\": \"timecode\",\n \"label\": \"Go To\",\n \"importance\": \"high\",\n \"description\": \"The target time the user will be taken to upon pressing the hotspot. Enter timecode in the format M:SS.\",\n \"optional\": true\n },\n {\n \"name\": \"url\",\n \"type\": \"group\",\n \"label\": \"URL\",\n \"importance\": \"high\",\n \"widget\": \"linkWidget\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"protocol\",\n \"type\": \"select\",\n \"label\": \"Protocol\",\n \"importance\": \"high\",\n \"options\": [\n {\n \"value\": \"http://\",\n \"label\": \"http://\"\n },\n {\n \"value\": \"https://\",\n \"label\": \"https://\"\n },\n {\n \"value\": \"/\",\n \"label\": \"(root relative)\"\n },\n {\n \"value\": \"other\",\n \"label\": \"other\"\n }\n ],\n \"optional\": true,\n \"default\": \"http://\"\n },\n {\n \"name\": \"url\",\n \"type\": \"text\",\n \"label\": \"URL\",\n \"importance\": \"high\",\n \"optional\": true\n }\n ]\n }\n ]\n },\n {\n \"name\": \"visuals\",\n \"type\": \"group\",\n \"label\": \"Visuals\",\n \"importance\": \"low\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"shape\",\n \"type\": \"select\",\n \"label\": \"Shape\",\n \"importance\": \"low\",\n \"options\": [\n {\n \"value\": \"rectangular\",\n \"label\": \"Rectangular\"\n },\n {\n \"value\": \"circular\",\n \"label\": \"Circular\"\n },\n {\n \"value\": \"rounded-rectangle\",\n \"label\": \"Rounded Rectangle\"\n }\n ],\n \"default\": \"rectangular\"\n },\n {\n \"name\": \"backgroundColor\",\n \"type\": \"text\",\n \"label\": \"Background color for hotspot\",\n \"widget\": \"colorSelector\",\n \"importance\": \"low\",\n \"default\": \"rgba(255, 255, 255, 0)\",\n \"spectrum\": {\n \"showInput\": true,\n \"showAlpha\": true,\n \"preferredFormat\": \"rgb\",\n \"showPalette\": true,\n \"palette\": [\n [\n \"rgba(255, 255, 255, 0)\"\n ],\n [\n \"rgb(67, 67, 67)\",\n \"rgb(102, 102, 102)\",\n \"rgb(204, 204, 204)\",\n \"rgb(217, 217, 217)\",\n \"rgb(255, 255, 255)\"\n ],\n [\n \"rgb(152, 0, 0)\",\n \"rgb(255, 0, 0)\",\n \"rgb(255, 153, 0)\",\n \"rgb(255, 255, 0)\",\n \"rgb(0, 255, 0)\",\n \"rgb(0, 255, 255)\",\n \"rgb(74, 134, 232)\",\n \"rgb(0, 0, 255)\",\n \"rgb(153, 0, 255)\",\n \"rgb(255, 0, 255)\"\n ],\n [\n \"rgb(230, 184, 175)\",\n \"rgb(244, 204, 204)\",\n \"rgb(252, 229, 205)\",\n \"rgb(255, 242, 204)\",\n \"rgb(217, 234, 211)\",\n \"rgb(208, 224, 227)\",\n \"rgb(201, 218, 248)\",\n \"rgb(207, 226, 243)\",\n \"rgb(217, 210, 233)\",\n \"rgb(234, 209, 220)\",\n \"rgb(221, 126, 107)\",\n \"rgb(234, 153, 153)\",\n \"rgb(249, 203, 156)\",\n \"rgb(255, 229, 153)\",\n \"rgb(182, 215, 168)\",\n \"rgb(162, 196, 201)\",\n \"rgb(164, 194, 244)\",\n \"rgb(159, 197, 232)\",\n \"rgb(180, 167, 214)\",\n \"rgb(213, 166, 189)\",\n \"rgb(204, 65, 37)\",\n \"rgb(224, 102, 102)\",\n \"rgb(246, 178, 107)\",\n \"rgb(255, 217, 102)\",\n \"rgb(147, 196, 125)\",\n \"rgb(118, 165, 175)\",\n \"rgb(109, 158, 235)\",\n \"rgb(111, 168, 220)\",\n \"rgb(142, 124, 195)\",\n \"rgb(194, 123, 160)\",\n \"rgb(166, 28, 0)\",\n \"rgb(204, 0, 0)\",\n \"rgb(230, 145, 56)\",\n \"rgb(241, 194, 50)\",\n \"rgb(106, 168, 79)\",\n \"rgb(69, 129, 142)\",\n \"rgb(60, 120, 216)\",\n \"rgb(61, 133, 198)\",\n \"rgb(103, 78, 167)\",\n \"rgb(166, 77, 121)\",\n \"rgb(91, 15, 0)\",\n \"rgb(102, 0, 0)\",\n \"rgb(120, 63, 4)\",\n \"rgb(127, 96, 0)\",\n \"rgb(39, 78, 19)\",\n \"rgb(12, 52, 61)\",\n \"rgb(28, 69, 135)\",\n \"rgb(7, 55, 99)\",\n \"rgb(32, 18, 77)\",\n \"rgb(76, 17, 48)\"\n ]\n ]\n }\n },\n {\n \"name\": \"pointerCursor\",\n \"type\": \"boolean\",\n \"label\": \"Use pointer cursor\",\n \"importance\": \"low\",\n \"default\": true\n },\n {\n \"name\": \"animation\",\n \"type\": \"boolean\",\n \"label\": \"Add blinking effect\",\n \"importance\": \"low\",\n \"description\": \"Note: Blinking effect is always enabled in the editor so you are able to find transparent hotspots\"\n }\n ]\n },\n {\n \"name\": \"texts\",\n \"type\": \"group\",\n \"label\": \"Texts\",\n \"expanded\": true,\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"alternativeText\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Alternative Text\",\n \"description\": \"Describe the subject the hotspot covers. Used for readspeakers\",\n \"placeholder\": \"An apple on a table\",\n \"optional\": false\n },\n {\n \"name\": \"label\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Hotspot Label\",\n \"optional\": true\n },\n {\n \"name\": \"showLabel\",\n \"type\": \"boolean\",\n \"label\": \"Show label\",\n \"importance\": \"low\",\n \"default\": false\n },\n {\n \"name\": \"labelColor\",\n \"type\": \"text\",\n \"label\": \"Label color\",\n \"widget\": \"showWhen\",\n \"importance\": \"low\",\n \"optional\": true,\n \"default\": \"rgb(0, 0, 0)\",\n \"showWhen\": {\n \"detach\": false,\n \"widget\": \"colorSelector\",\n \"rules\": [\n {\n \"field\": \"showLabel\",\n \"equals\": true\n }\n ]\n },\n \"spectrum\": {\n \"showInput\": true,\n \"showAlpha\": true,\n \"preferredFormat\": \"rgb\",\n \"showPalette\": true,\n \"palette\": [\n [\n \"rgba(255, 255, 255, 0)\"\n ],\n [\n \"rgb(67, 67, 67)\",\n \"rgb(102, 102, 102)\",\n \"rgb(204, 204, 204)\",\n \"rgb(217, 217, 217)\",\n \"rgb(255, 255, 255)\"\n ],\n [\n \"rgb(152, 0, 0)\",\n \"rgb(255, 0, 0)\",\n \"rgb(255, 153, 0)\",\n \"rgb(255, 255, 0)\",\n \"rgb(0, 255, 0)\",\n \"rgb(0, 255, 255)\",\n \"rgb(74, 134, 232)\",\n \"rgb(0, 0, 255)\",\n \"rgb(153, 0, 255)\",\n \"rgb(255, 0, 255)\"\n ],\n [\n \"rgb(230, 184, 175)\",\n \"rgb(244, 204, 204)\",\n \"rgb(252, 229, 205)\",\n \"rgb(255, 242, 204)\",\n \"rgb(217, 234, 211)\",\n \"rgb(208, 224, 227)\",\n \"rgb(201, 218, 248)\",\n \"rgb(207, 226, 243)\",\n \"rgb(217, 210, 233)\",\n \"rgb(234, 209, 220)\",\n \"rgb(221, 126, 107)\",\n \"rgb(234, 153, 153)\",\n \"rgb(249, 203, 156)\",\n \"rgb(255, 229, 153)\",\n \"rgb(182, 215, 168)\",\n \"rgb(162, 196, 201)\",\n \"rgb(164, 194, 244)\",\n \"rgb(159, 197, 232)\",\n \"rgb(180, 167, 214)\",\n \"rgb(213, 166, 189)\",\n \"rgb(204, 65, 37)\",\n \"rgb(224, 102, 102)\",\n \"rgb(246, 178, 107)\",\n \"rgb(255, 217, 102)\",\n \"rgb(147, 196, 125)\",\n \"rgb(118, 165, 175)\",\n \"rgb(109, 158, 235)\",\n \"rgb(111, 168, 220)\",\n \"rgb(142, 124, 195)\",\n \"rgb(194, 123, 160)\",\n \"rgb(166, 28, 0)\",\n \"rgb(204, 0, 0)\",\n \"rgb(230, 145, 56)\",\n \"rgb(241, 194, 50)\",\n \"rgb(106, 168, 79)\",\n \"rgb(69, 129, 142)\",\n \"rgb(60, 120, 216)\",\n \"rgb(61, 133, 198)\",\n \"rgb(103, 78, 167)\",\n \"rgb(166, 77, 121)\",\n \"rgb(91, 15, 0)\",\n \"rgb(102, 0, 0)\",\n \"rgb(120, 63, 4)\",\n \"rgb(127, 96, 0)\",\n \"rgb(39, 78, 19)\",\n \"rgb(12, 52, 61)\",\n \"rgb(28, 69, 135)\",\n \"rgb(7, 55, 99)\",\n \"rgb(32, 18, 77)\",\n \"rgb(76, 17, 48)\"\n ]\n ]\n }\n }\n ]\n }\n]',NULL,1,6,'{\"disable\":true,\"disableExtraTitleField\":true}',NULL,NULL,1),(62,'H5P.Link','Link',1,3,18,0,0,'','link.js','','','[\n {\n \"name\": \"title\",\n \"type\": \"text\",\n \"importance\": \"high\",\n \"label\": \"Title\"\n },\n {\n \"name\": \"linkWidget\",\n \"type\": \"group\",\n \"importance\": \"high\",\n \"widget\": \"linkWidget\",\n \"fields\": [\n {\n \"name\": \"protocol\",\n \"type\": \"select\",\n \"importance\": \"high\",\n \"label\": \"Protocol\",\n \"options\": [\n {\n \"value\": \"http://\",\n \"label\": \"http://\"\n },\n {\n \"value\": \"https://\",\n \"label\": \"https://\"\n },\n {\n \"value\": \"/\",\n \"label\": \"(root relative)\"\n },\n {\n \"value\": \"other\",\n \"label\": \"other\"\n }\n ],\n \"optional\": true,\n \"default\": \"https://\"\n },\n {\n \"name\": \"url\",\n \"type\": \"text\",\n \"importance\": \"high\",\n \"label\": \"URL\"\n }\n ]\n }\n]',NULL,NULL,NULL,'{\"disable\":true,\"disableExtraTitleField\":true}',NULL,NULL,1),(63,'H5P.MarkTheWords','Mark the Words',1,11,6,1,0,'iframe','scripts/keyboard-nav.js, scripts/xAPI-generator.js, scripts/word.js, scripts/mark-the-words.js','styles/mark-the-words.css','','[\n {\n \"name\": \"media\",\n \"type\": \"group\",\n \"label\": \"Media\",\n \"importance\": \"medium\",\n \"fields\": [\n {\n \"name\": \"type\",\n \"type\": \"library\",\n \"label\": \"Type\",\n \"importance\": \"medium\",\n \"options\": [\n \"H5P.Image 1.1\",\n \"H5P.Video 1.6\",\n \"H5P.Audio 1.5\"\n ],\n \"optional\": true,\n \"description\": \"Optional media to display above the question.\"\n },\n {\n \"name\": \"disableImageZooming\",\n \"type\": \"boolean\",\n \"label\": \"Disable image zooming\",\n \"importance\": \"low\",\n \"default\": false,\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": \"H5P.Image 1.1\"\n }\n ]\n }\n }\n ]\n },\n {\n \"label\": \"Task description\",\n \"importance\": \"high\",\n \"name\": \"taskDescription\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"description\": \"Describe how the user should solve the task.\",\n \"placeholder\": \"Click on all the verbs in the text that follows.\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ]\n },\n {\n \"label\": \"Textfield\",\n \"importance\": \"high\",\n \"name\": \"textField\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"tags\": [\n \"p\",\n \"br\",\n \"strong\",\n \"em\",\n \"code\"\n ],\n \"placeholder\": \"This is an answer: *answer*.\",\n \"description\": \"\",\n \"important\": {\n \"description\": \"<ul><li>Correct words are marked with asterisks (*) before and after the word.</li><li>Asterisks can be added within marked words by adding another asterisk, *correctword*** => correctword*.</li><li>Only words may be marked as correct. Not phrases.</li></ul>\",\n \"example\": \"The correct words are marked like this: *correctword*, an asterisk is written like this: *correctword***.\"\n }\n },\n {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"label\": \"Overall Feedback\",\n \"importance\": \"low\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"overallFeedback\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"RangeList\",\n \"label\": \"Default\"\n }\n ],\n \"importance\": \"high\",\n \"label\": \"Define custom feedback for any score range\",\n \"description\": \"Click the \\\"Add range\\\" button to add as many ranges as you need. Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!\",\n \"entity\": \"range\",\n \"min\": 1,\n \"defaultNum\": 1,\n \"optional\": true,\n \"field\": {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"from\",\n \"type\": \"number\",\n \"label\": \"Score Range\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 0,\n \"unit\": \"%\"\n },\n {\n \"name\": \"to\",\n \"type\": \"number\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 100,\n \"unit\": \"%\"\n },\n {\n \"name\": \"feedback\",\n \"type\": \"text\",\n \"label\": \"Feedback for defined score range\",\n \"importance\": \"low\",\n \"placeholder\": \"Fill in the feedback\",\n \"optional\": true\n }\n ]\n }\n }\n ]\n },\n {\n \"label\": \"Text for \\\"Check\\\" button\",\n \"importance\": \"low\",\n \"name\": \"checkAnswerButton\",\n \"type\": \"text\",\n \"default\": \"Check\",\n \"common\": true\n },\n {\n \"label\": \"Text for \\\"Submit\\\" button\",\n \"importance\": \"low\",\n \"name\": \"submitAnswerButton\",\n \"type\": \"text\",\n \"default\": \"Submit\",\n \"common\": true\n },\n {\n \"label\": \"Text for \\\"Retry\\\" button\",\n \"importance\": \"low\",\n \"name\": \"tryAgainButton\",\n \"type\": \"text\",\n \"default\": \"Retry\",\n \"common\": true\n },\n {\n \"label\": \"Text for \\\"Show solution\\\" button\",\n \"importance\": \"low\",\n \"name\": \"showSolutionButton\",\n \"type\": \"text\",\n \"default\": \"Show solution\",\n \"common\": true\n },\n {\n \"name\": \"behaviour\",\n \"importance\": \"low\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings.\",\n \"description\": \"These options will let you control how the task behaves.\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"enableRetry\",\n \"type\": \"boolean\",\n \"label\": \"Enable \\\"Retry\\\"\",\n \"importance\": \"low\",\n \"default\": true\n },\n {\n \"name\": \"enableSolutionsButton\",\n \"type\": \"boolean\",\n \"label\": \"Enable \\\"Show solution\\\" button\",\n \"importance\": \"low\",\n \"default\": true\n },\n {\n \"name\": \"enableCheckButton\",\n \"type\": \"boolean\",\n \"label\": \"Enable \\\"Check\\\" button\",\n \"widget\": \"none\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"showScorePoints\",\n \"type\": \"boolean\",\n \"label\": \"Show score points\",\n \"description\": \"Show points earned for each answer.\",\n \"importance\": \"low\",\n \"default\": true\n }\n ]\n },\n {\n \"label\": \"Correct answer text\",\n \"importance\": \"low\",\n \"name\": \"correctAnswer\",\n \"type\": \"text\",\n \"default\": \"Correct!\",\n \"description\": \"Text used to indicate that an answer is correct\",\n \"common\": true\n },\n {\n \"label\": \"Incorrect answer text\",\n \"importance\": \"low\",\n \"name\": \"incorrectAnswer\",\n \"type\": \"text\",\n \"default\": \"Incorrect!\",\n \"description\": \"Text used to indicate that an answer is incorrect\",\n \"common\": true\n },\n {\n \"label\": \"Missed answer text\",\n \"importance\": \"low\",\n \"name\": \"missedAnswer\",\n \"type\": \"text\",\n \"default\": \"Answer not found!\",\n \"description\": \"Text used to indicate that an answer is missing\",\n \"common\": true\n },\n {\n \"label\": \"Description for Display Solution\",\n \"importance\": \"low\",\n \"name\": \"displaySolutionDescription\",\n \"type\": \"text\",\n \"default\": \"Task is updated to contain the solution.\",\n \"description\": \"This text tells the user that the tasks has been updated with the solution.\",\n \"common\": true\n },\n {\n \"name\": \"scoreBarLabel\",\n \"type\": \"text\",\n \"label\": \"Textual representation of the score bar for those using a readspeaker\",\n \"default\": \"You got :num out of :total points\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"name\": \"a11yFullTextLabel\",\n \"type\": \"text\",\n \"label\": \"Label for the full readable text for assistive technologies\",\n \"default\": \"Full readable text\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"name\": \"a11yClickableTextLabel\",\n \"type\": \"text\",\n \"label\": \"Label for the text where words can be marked for assistive technologies\",\n \"default\": \"Full text where words can be marked\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"name\": \"a11ySolutionModeHeader\",\n \"type\": \"text\",\n \"label\": \"Solution mode header for assistive technologies\",\n \"default\": \"Solution mode\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"name\": \"a11yCheckingHeader\",\n \"type\": \"text\",\n \"label\": \"Checking mode header for assistive technologies\",\n \"default\": \"Checking mode\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"name\": \"a11yCheck\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Check\\\" button\",\n \"default\": \"Check the answers. The responses will be marked as correct, incorrect, or unanswered.\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"name\": \"a11yShowSolution\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Show Solution\\\" button\",\n \"default\": \"Show the solution. The task will be marked with its correct solution.\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"name\": \"a11yRetry\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Retry\\\" button\",\n \"default\": \"Retry the task. Reset all responses and start the task over again.\",\n \"importance\": \"low\",\n \"common\": true\n }\n]',NULL,1,19,NULL,NULL,NULL,1),(64,'H5P.MaterialDesignIcons','Material Design Icons',1,0,0,0,0,'','','h5p-material-icons.css','','',NULL,NULL,NULL,NULL,NULL,NULL,1),(65,'H5P.MemoryGame','Memory Game',1,3,29,1,0,'','memory-game.js, card.js, counter.js, popup.js, timer.js, aria-live-region.js','memory-game.css','','[\n {\n \"name\": \"cards\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"VerticalTabs\",\n \"label\": \"Default\"\n }\n ],\n \"label\": \"Cards\",\n \"importance\": \"high\",\n \"entity\": \"card\",\n \"min\": 2,\n \"max\": 100,\n \"field\": {\n \"type\": \"group\",\n \"name\": \"card\",\n \"label\": \"Card\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"image\",\n \"type\": \"image\",\n \"label\": \"Image\",\n \"importance\": \"high\",\n \"ratio\": 1\n },\n {\n \"name\": \"imageAlt\",\n \"type\": \"text\",\n \"label\": \"Alternative text for Image\",\n \"importance\": \"high\",\n \"description\": \"Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users.\"\n },\n {\n \"name\": \"audio\",\n \"type\": \"audio\",\n \"importance\": \"high\",\n \"label\": \"Audio Track\",\n \"description\": \"An optional sound that plays when the card is turned.\",\n \"optional\": true,\n \"widgetExtensions\": [\n \"AudioRecorder\"\n ]\n },\n {\n \"name\": \"match\",\n \"type\": \"image\",\n \"label\": \"Matching Image\",\n \"importance\": \"low\",\n \"optional\": true,\n \"description\": \"An optional image to match against instead of using two cards with the same image.\",\n \"ratio\": 1\n },\n {\n \"name\": \"matchAlt\",\n \"type\": \"text\",\n \"label\": \"Alternative text for Matching Image\",\n \"importance\": \"low\",\n \"optional\": true,\n \"description\": \"Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users.\"\n },\n {\n \"name\": \"matchAudio\",\n \"type\": \"audio\",\n \"importance\": \"low\",\n \"label\": \"Matching Audio Track\",\n \"description\": \"An optional sound that plays when the second card is turned.\",\n \"optional\": true,\n \"widgetExtensions\": [\n \"AudioRecorder\"\n ]\n },\n {\n \"name\": \"description\",\n \"type\": \"text\",\n \"label\": \"Description\",\n \"importance\": \"low\",\n \"maxLength\": 150,\n \"optional\": true,\n \"description\": \"An optional short text that will pop up once the two matching cards are found.\"\n }\n ]\n }\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"importance\": \"low\",\n \"description\": \"These options will let you control how the game behaves.\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"useGrid\",\n \"type\": \"boolean\",\n \"label\": \"Position the cards in a square\",\n \"description\": \"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container.\",\n \"importance\": \"low\",\n \"default\": true\n },\n {\n \"name\": \"numCardsToUse\",\n \"type\": \"number\",\n \"label\": \"Number of cards to use\",\n \"description\": \"Setting this to a number greater than 2 will make the game pick random cards from the list of cards.\",\n \"importance\": \"low\",\n \"optional\": true,\n \"min\": 2\n },\n {\n \"name\": \"allowRetry\",\n \"type\": \"boolean\",\n \"label\": \"Add button for retrying when the game is over\",\n \"importance\": \"low\",\n \"default\": true\n }\n ]\n },\n {\n \"name\": \"lookNFeel\",\n \"type\": \"group\",\n \"label\": \"Look and feel\",\n \"importance\": \"low\",\n \"description\": \"Control the visuals of the game.\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"themeColor\",\n \"type\": \"text\",\n \"label\": \"Theme Color\",\n \"importance\": \"low\",\n \"description\": \"Choose a color to create a theme for your card game.\",\n \"optional\": true,\n \"default\": \"#707070\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true\n }\n },\n {\n \"name\": \"cardBack\",\n \"type\": \"image\",\n \"label\": \"Card Back\",\n \"importance\": \"low\",\n \"optional\": true,\n \"description\": \"Use a custom back for your cards.\",\n \"ratio\": 1\n }\n ]\n },\n {\n \"label\": \"Localization\",\n \"importance\": \"low\",\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"common\": true,\n \"fields\": [\n {\n \"label\": \"Card turns text\",\n \"importance\": \"low\",\n \"name\": \"cardTurns\",\n \"type\": \"text\",\n \"default\": \"Card turns\"\n },\n {\n \"label\": \"Time spent text\",\n \"importance\": \"low\",\n \"name\": \"timeSpent\",\n \"type\": \"text\",\n \"default\": \"Time spent\"\n },\n {\n \"label\": \"Feedback text\",\n \"importance\": \"low\",\n \"name\": \"feedback\",\n \"type\": \"text\",\n \"default\": \"Good work!\"\n },\n {\n \"label\": \"Try again button text\",\n \"importance\": \"low\",\n \"name\": \"tryAgain\",\n \"type\": \"text\",\n \"default\": \"Reset\"\n },\n {\n \"label\": \"Close button label\",\n \"importance\": \"low\",\n \"name\": \"closeLabel\",\n \"type\": \"text\",\n \"default\": \"Close\"\n },\n {\n \"label\": \"Game label\",\n \"importance\": \"low\",\n \"name\": \"label\",\n \"type\": \"text\",\n \"default\": \"Memory Game. Find the matching cards.\"\n },\n {\n \"label\": \"Game instructions\",\n \"importance\": \"low\",\n \"name\": \"label\",\n \"type\": \"text\",\n \"default\": \"Use arrow keys left and right to navigate cards. Use space or enter key to turn card.\"\n },\n {\n \"label\": \"Game finished label\",\n \"importance\": \"low\",\n \"name\": \"done\",\n \"type\": \"text\",\n \"default\": \"All of the cards have been found.\"\n },\n {\n \"label\": \"Card indexing label\",\n \"description\": \"%num and %total are placeholders and will be replaced with the respective values for the card.\",\n \"importance\": \"low\",\n \"name\": \"cardPrefix\",\n \"type\": \"text\",\n \"default\": \"Card %num of %total:\"\n },\n {\n \"label\": \"Card unturned label\",\n \"importance\": \"low\",\n \"name\": \"cardUnturned\",\n \"type\": \"text\",\n \"default\": \"Unturned. Click to turn.\"\n },\n {\n \"label\": \"Card turned label\",\n \"importance\": \"low\",\n \"name\": \"cardTurned\",\n \"type\": \"text\",\n \"default\": \"Turned.\"\n },\n {\n \"label\": \"Card matched label\",\n \"importance\": \"low\",\n \"name\": \"cardMatched\",\n \"type\": \"text\",\n \"default\": \"Match found.\"\n },\n {\n \"label\": \"Card matched announcement\",\n \"importance\": \"low\",\n \"name\": \"cardMatchedA11y\",\n \"type\": \"text\",\n \"default\": \"Your cards match!\"\n },\n {\n \"label\": \"Card not matched announcement\",\n \"importance\": \"low\",\n \"name\": \"cardNotMatchedA11y\",\n \"type\": \"text\",\n \"default\": \"Your chosen cards do not match. Turn other cards to try again.\"\n }\n ]\n }\n]\n',NULL,NULL,NULL,NULL,'https://h5p.org/documentation/content-author-guide/tutorials-for-authors/memory-game','https://h5p.org/memory-game',1),(66,'H5P.MultiChoice','Multiple Choice',1,16,12,1,0,'iframe','js/multichoice.js','css/multichoice.css','','[\n {\n \"name\": \"media\",\n \"type\": \"group\",\n \"label\": \"Media\",\n \"importance\": \"medium\",\n \"fields\": [\n {\n \"name\": \"type\",\n \"type\": \"library\",\n \"label\": \"Type\",\n \"importance\": \"medium\",\n \"options\": [\n \"H5P.Image 1.1\",\n \"H5P.Video 1.6\",\n \"H5P.Audio 1.5\"\n ],\n \"optional\": true,\n \"description\": \"Optional media to display above the question.\"\n },\n {\n \"name\": \"disableImageZooming\",\n \"type\": \"boolean\",\n \"label\": \"Disable image zooming\",\n \"importance\": \"low\",\n \"default\": false,\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": \"H5P.Image 1.1\"\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"question\",\n \"type\": \"text\",\n \"importance\": \"medium\",\n \"widget\": \"html\",\n \"label\": \"Question\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"sub\",\n \"sup\",\n \"h2\",\n \"h3\",\n \"pre\",\n \"code\"\n ]\n },\n {\n \"name\": \"answers\",\n \"type\": \"list\",\n \"importance\": \"high\",\n \"label\": \"Available options\",\n \"entity\": \"option\",\n \"min\": 1,\n \"defaultNum\": 2,\n \"field\": {\n \"name\": \"answer\",\n \"type\": \"group\",\n \"label\": \"Option\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"importance\": \"medium\",\n \"widget\": \"html\",\n \"label\": \"Text\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"sub\",\n \"sup\",\n \"code\"\n ]\n },\n {\n \"name\": \"correct\",\n \"type\": \"boolean\",\n \"label\": \"Correct\",\n \"importance\": \"low\"\n },\n {\n \"name\": \"tipsAndFeedback\",\n \"type\": \"group\",\n \"label\": \"Tips and feedback\",\n \"importance\": \"low\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"tip\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Tip text\",\n \"importance\": \"low\",\n \"description\": \"Hint for the user. This will appear before user checks his answer/answers.\",\n \"optional\": true,\n \"tags\": [\n \"p\",\n \"br\",\n \"strong\",\n \"em\",\n \"a\",\n \"code\"\n ]\n },\n {\n \"name\": \"chosenFeedback\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Message displayed if answer is selected\",\n \"importance\": \"low\",\n \"description\": \"Message will appear below the answer on \\\"check\\\" if this answer is selected.\",\n \"optional\": true,\n \"tags\": [\n \"strong\",\n \"em\",\n \"sub\",\n \"sup\",\n \"a\",\n \"code\"\n ]\n },\n {\n \"name\": \"notChosenFeedback\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Message displayed if answer is not selected\",\n \"importance\": \"low\",\n \"description\": \"Message will appear below the answer on \\\"check\\\" if this answer is not selected.\",\n \"optional\": true,\n \"tags\": [\n \"strong\",\n \"em\",\n \"sub\",\n \"sup\",\n \"a\",\n \"code\"\n ]\n }\n ]\n }\n ]\n }\n },\n {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"label\": \"Overall Feedback\",\n \"importance\": \"low\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"overallFeedback\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"RangeList\",\n \"label\": \"Default\"\n }\n ],\n \"importance\": \"high\",\n \"label\": \"Define custom feedback for any score range\",\n \"description\": \"Click the \\\"Add range\\\" button to add as many ranges as you need. Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!\",\n \"entity\": \"range\",\n \"min\": 1,\n \"defaultNum\": 1,\n \"optional\": true,\n \"field\": {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"from\",\n \"type\": \"number\",\n \"label\": \"Score Range\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 0,\n \"unit\": \"%\"\n },\n {\n \"name\": \"to\",\n \"type\": \"number\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 100,\n \"unit\": \"%\"\n },\n {\n \"name\": \"feedback\",\n \"type\": \"text\",\n \"label\": \"Feedback for defined score range\",\n \"importance\": \"low\",\n \"placeholder\": \"Fill in the feedback\",\n \"optional\": true\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"UI\",\n \"type\": \"group\",\n \"label\": \"User interface translations for multichoice\",\n \"importance\": \"low\",\n \"common\": true,\n \"fields\": [\n {\n \"name\": \"checkAnswerButton\",\n \"type\": \"text\",\n \"label\": \"Check answer button label\",\n \"importance\": \"low\",\n \"default\": \"Check\"\n },\n {\n \"name\": \"submitAnswerButton\",\n \"type\": \"text\",\n \"label\": \"Submit answer button label\",\n \"importance\": \"low\",\n \"default\": \"Submit\"\n },\n {\n \"name\": \"showSolutionButton\",\n \"type\": \"text\",\n \"label\": \"Show solution button label\",\n \"importance\": \"low\",\n \"default\": \"Show solution\"\n },\n {\n \"name\": \"tryAgainButton\",\n \"type\": \"text\",\n \"label\": \"Retry button label\",\n \"importance\": \"low\",\n \"default\": \"Retry\",\n \"optional\": true\n },\n {\n \"name\": \"tipsLabel\",\n \"type\": \"text\",\n \"label\": \"Tip label\",\n \"importance\": \"low\",\n \"default\": \"Show tip\",\n \"optional\": true\n },\n {\n \"name\": \"scoreBarLabel\",\n \"type\": \"text\",\n \"label\": \"Textual representation of the score bar for those using a readspeaker\",\n \"description\": \"Available variables are :num and :total\",\n \"importance\": \"low\",\n \"default\": \"You got :num out of :total points\",\n \"optional\": true\n },\n {\n \"name\": \"tipAvailable\",\n \"type\": \"text\",\n \"label\": \"Tip Available (not displayed)\",\n \"importance\": \"low\",\n \"default\": \"Tip available\",\n \"description\": \"Accessibility text used for readspeakers\",\n \"optional\": true\n },\n {\n \"name\": \"feedbackAvailable\",\n \"type\": \"text\",\n \"label\": \"Feedback Available (not displayed)\",\n \"importance\": \"low\",\n \"default\": \"Feedback available\",\n \"description\": \"Accessibility text used for readspeakers\",\n \"optional\": true\n },\n {\n \"name\": \"readFeedback\",\n \"type\": \"text\",\n \"label\": \"Read Feedback (not displayed)\",\n \"importance\": \"low\",\n \"default\": \"Read feedback\",\n \"description\": \"Accessibility text used for readspeakers\",\n \"optional\": true,\n \"deprecated\": true\n },\n {\n \"name\": \"wrongAnswer\",\n \"type\": \"text\",\n \"label\": \"Wrong Answer (not displayed)\",\n \"importance\": \"low\",\n \"default\": \"Wrong answer\",\n \"description\": \"Accessibility text used for readspeakers\",\n \"optional\": true,\n \"deprecated\": true\n },\n {\n \"name\": \"correctAnswer\",\n \"type\": \"text\",\n \"label\": \"Correct Answer (not displayed)\",\n \"importance\": \"low\",\n \"default\": \"Correct answer\",\n \"description\": \"Accessibility text used for readspeakers\",\n \"optional\": true\n },\n {\n \"name\": \"shouldCheck\",\n \"type\": \"text\",\n \"label\": \"Option should have been checked\",\n \"importance\": \"low\",\n \"default\": \"Should have been checked\",\n \"optional\": true\n },\n {\n \"name\": \"shouldNotCheck\",\n \"type\": \"text\",\n \"label\": \"Option should not have been checked\",\n \"importance\": \"low\",\n \"default\": \"Should not have been checked\",\n \"optional\": true\n },\n {\n \"label\": \"Text for \\\"Requires answer\\\" message\",\n \"importance\": \"low\",\n \"name\": \"noInput\",\n \"type\": \"text\",\n \"default\": \"Please answer before viewing the solution\",\n \"optional\": true\n },\n {\n \"name\": \"a11yCheck\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Check\\\" button\",\n \"default\": \"Check the answers. The responses will be marked as correct, incorrect, or unanswered.\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"name\": \"a11yShowSolution\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Show Solution\\\" button\",\n \"default\": \"Show the solution. The task will be marked with its correct solution.\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"name\": \"a11yRetry\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Retry\\\" button\",\n \"default\": \"Retry the task. Reset all responses and start the task over again.\",\n \"importance\": \"low\",\n \"common\": true\n }\n ]\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"importance\": \"low\",\n \"description\": \"These options will let you control how the task behaves.\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"enableRetry\",\n \"type\": \"boolean\",\n \"label\": \"Enable \\\"Retry\\\" button\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"enableSolutionsButton\",\n \"type\": \"boolean\",\n \"label\": \"Enable \\\"Show Solution\\\" button\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"enableCheckButton\",\n \"type\": \"boolean\",\n \"label\": \"Enable \\\"Check\\\" button\",\n \"widget\": \"none\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"type\",\n \"type\": \"select\",\n \"label\": \"Question Type\",\n \"importance\": \"low\",\n \"description\": \"Select the look and behaviour of the question.\",\n \"default\": \"auto\",\n \"options\": [\n {\n \"value\": \"auto\",\n \"label\": \"Automatic\"\n },\n {\n \"value\": \"multi\",\n \"label\": \"Multiple Choice (Checkboxes)\"\n },\n {\n \"value\": \"single\",\n \"label\": \"Single Choice (Radio Buttons)\"\n }\n ]\n },\n {\n \"name\": \"singlePoint\",\n \"type\": \"boolean\",\n \"label\": \"Give one point for the whole task\",\n \"importance\": \"low\",\n \"description\": \"Enable to give a total of one point for multiple correct answers. This will not be an option in \\\"Single answer\\\" mode.\",\n \"default\": false\n },\n {\n \"name\": \"randomAnswers\",\n \"type\": \"boolean\",\n \"label\": \"Randomize answers\",\n \"importance\": \"low\",\n \"description\": \"Enable to randomize the order of the answers on display.\",\n \"default\": true\n },\n {\n \"label\": \"Require answer before the solution can be viewed\",\n \"importance\": \"low\",\n \"name\": \"showSolutionsRequiresInput\",\n \"type\": \"boolean\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"label\": \"Show confirmation dialog on \\\"Check\\\"\",\n \"importance\": \"low\",\n \"name\": \"confirmCheckDialog\",\n \"type\": \"boolean\",\n \"default\": false\n },\n {\n \"label\": \"Show confirmation dialog on \\\"Retry\\\"\",\n \"importance\": \"low\",\n \"name\": \"confirmRetryDialog\",\n \"type\": \"boolean\",\n \"default\": false\n },\n {\n \"label\": \"Automatically check answers\",\n \"importance\": \"low\",\n \"name\": \"autoCheck\",\n \"type\": \"boolean\",\n \"default\": false,\n \"description\": \"Enabling this option will make accessibility suffer, make sure you know what you\'re doing.\"\n },\n {\n \"label\": \"Pass percentage\",\n \"name\": \"passPercentage\",\n \"type\": \"number\",\n \"description\": \"This setting often won\'t have any effect. It is the percentage of the total score required for getting 1 point when one point for the entire task is enabled, and for getting result.success in xAPI statements.\",\n \"min\": 0,\n \"max\": 100,\n \"step\": 1,\n \"default\": 100\n },\n {\n \"name\": \"showScorePoints\",\n \"type\": \"boolean\",\n \"label\": \"Show score points\",\n \"description\": \"Show points earned for each answer. This will not be an option in \'Single answer\' mode or if \'Give one point for the whole task\' option is enabled.\",\n \"importance\": \"low\",\n \"default\": true\n }\n ]\n },\n {\n \"label\": \"Check confirmation dialog\",\n \"importance\": \"low\",\n \"name\": \"confirmCheck\",\n \"type\": \"group\",\n \"common\": true,\n \"fields\": [\n {\n \"label\": \"Header text\",\n \"importance\": \"low\",\n \"name\": \"header\",\n \"type\": \"text\",\n \"default\": \"Finish ?\"\n },\n {\n \"label\": \"Body text\",\n \"importance\": \"low\",\n \"name\": \"body\",\n \"type\": \"text\",\n \"default\": \"Are you sure you wish to finish ?\",\n \"widget\": \"html\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"u\",\n \"code\"\n ]\n },\n {\n \"label\": \"Cancel button label\",\n \"importance\": \"low\",\n \"name\": \"cancelLabel\",\n \"type\": \"text\",\n \"default\": \"Cancel\"\n },\n {\n \"label\": \"Confirm button label\",\n \"importance\": \"low\",\n \"name\": \"confirmLabel\",\n \"type\": \"text\",\n \"default\": \"Finish\"\n }\n ]\n },\n {\n \"label\": \"Retry confirmation dialog\",\n \"importance\": \"low\",\n \"name\": \"confirmRetry\",\n \"type\": \"group\",\n \"common\": true,\n \"fields\": [\n {\n \"label\": \"Header text\",\n \"importance\": \"low\",\n \"name\": \"header\",\n \"type\": \"text\",\n \"default\": \"Retry ?\"\n },\n {\n \"label\": \"Body text\",\n \"importance\": \"low\",\n \"name\": \"body\",\n \"type\": \"text\",\n \"default\": \"Are you sure you wish to retry ?\",\n \"widget\": \"html\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"u\",\n \"code\"\n ]\n },\n {\n \"label\": \"Cancel button label\",\n \"importance\": \"low\",\n \"name\": \"cancelLabel\",\n \"type\": \"text\",\n \"default\": \"Cancel\"\n },\n {\n \"label\": \"Confirm button label\",\n \"importance\": \"low\",\n \"name\": \"confirmLabel\",\n \"type\": \"text\",\n \"default\": \"Confirm\"\n }\n ]\n }\n]\n',NULL,1,19,NULL,NULL,NULL,1),(67,'H5P.MultiMediaChoice','Image Choice',0,3,14,1,0,'iframe','dist/h5p-multi-media-choice.js','dist/h5p-multi-media-choice.css','','[\n {\n \"name\": \"media\",\n \"type\": \"group\",\n \"label\": \"Media\",\n \"importance\": \"medium\",\n \"fields\": [\n {\n \"name\": \"type\",\n \"type\": \"library\",\n \"label\": \"Type\",\n \"importance\": \"medium\",\n \"options\": [\n \"H5P.Image 1.1\",\n \"H5P.Video 1.6\",\n \"H5P.Audio 1.5\"\n ],\n \"optional\": true,\n \"description\": \"Optional media to display above the question.\"\n },\n {\n \"name\": \"disableImageZooming\",\n \"type\": \"boolean\",\n \"label\": \"Disable image zooming\",\n \"importance\": \"low\",\n \"default\": false,\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": \"H5P.Image 1.1\"\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"question\",\n \"type\": \"text\",\n \"importance\": \"high\",\n \"widget\": \"html\",\n \"label\": \"Question\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"sub\",\n \"sup\",\n \"h2\",\n \"h3\",\n \"pre\",\n \"code\"\n ]\n },\n {\n \"name\": \"options\",\n \"type\": \"list\",\n \"importance\": \"high\",\n \"label\": \"Available options\",\n \"entity\": \"option\",\n \"min\": 2,\n \"max\": 20,\n \"defaultNum\": 2,\n \"field\": {\n \"name\": \"option\",\n \"type\": \"group\",\n \"label\": \"Option\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"media\",\n \"type\": \"library\",\n \"label\": \"Media\",\n \"optional\": false,\n \"description\": \"<h3> Image to display as the choice. The alternative text is used by the report.</h3>\",\n \"options\": [\n \"H5P.Image 1.1\"\n ]\n },\n {\n \"name\": \"correct\",\n \"type\": \"boolean\",\n \"label\": \"Correct\",\n \"importance\": \"low\"\n }\n ]\n }\n },\n {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"label\": \"Overall Feedback\",\n \"importance\": \"low\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"overallFeedback\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"RangeList\",\n \"label\": \"Default\"\n }\n ],\n \"importance\": \"high\",\n \"label\": \"Define custom feedback for any score range\",\n \"description\": \"Click the \\\"Add range\\\" button to add as many ranges as you need. Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!\",\n \"entity\": \"range\",\n \"min\": 1,\n \"defaultNum\": 1,\n \"optional\": true,\n \"field\": {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"from\",\n \"type\": \"number\",\n \"label\": \"Score Range\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 0,\n \"unit\": \"%\"\n },\n {\n \"name\": \"to\",\n \"type\": \"number\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 100,\n \"unit\": \"%\"\n },\n {\n \"name\": \"feedback\",\n \"type\": \"text\",\n \"label\": \"Feedback for defined score range\",\n \"importance\": \"low\",\n \"placeholder\": \"Fill in the feedback\",\n \"optional\": true\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"importance\": \"low\",\n \"description\": \"These options will let you control how the task behaves.\",\n \"fields\": [\n {\n \"name\": \"enableRetry\",\n \"label\": \"Enable \\\"Retry\\\" button\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": \"true\",\n \"optional\": true\n },\n {\n \"name\": \"enableSolutionsButton\",\n \"label\": \"Enable \\\"Show Solution\\\" button\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": \"true\",\n \"optional\": \"true\"\n },\n {\n \"name\": \"confirmCheckDialog\",\n \"label\": \"Show confirmation dialog on \\\"Check\\\"\",\n \"importance\": \"low\",\n \"type\": \"boolean\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"confirmRetryDialog\",\n \"label\": \"Show confirmation dialog on \\\"Retry\\\"\",\n \"importance\": \"low\",\n \"type\": \"boolean\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"singlePoint\",\n \"type\": \"boolean\",\n \"label\": \"Give one point for the whole question\",\n \"importance\": \"low\",\n \"description\": \"Awards one point to the question if the percentage score is higher than the pass percentage\",\n \"default\": false\n },\n {\n \"label\": \"Require answer before the solution can be viewed\",\n \"importance\": \"low\",\n \"name\": \"showSolutionsRequiresInput\",\n \"type\": \"boolean\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"questionType\",\n \"type\": \"select\",\n \"label\": \"Question Type\",\n \"importance\": \"low\",\n \"description\": \"Select the look and behaviour of the question.\",\n \"default\": \"auto\",\n \"options\": [\n {\n \"value\": \"auto\",\n \"label\": \"Automatic\"\n },\n {\n \"value\": \"multi\",\n \"label\": \"Multiple Choice (Checkboxes)\"\n },\n {\n \"value\": \"single\",\n \"label\": \"Single Choice (Radio Buttons)\"\n }\n ]\n },\n {\n \"name\": \"aspectRatio\",\n \"type\": \"select\",\n \"label\": \"Aspect ratio\",\n \"importance\": \"low\",\n \"description\": \"Select the aspect ratio of the alternatives\",\n \"default\": \"auto\",\n \"options\": [\n {\n \"value\": \"auto\",\n \"label\": \"Automatic\"\n },\n {\n \"value\": \"16to9\",\n \"label\": \"16:9\"\n },\n {\n \"value\": \"4to3\",\n \"label\": \"4:3\"\n },\n {\n \"value\": \"3to2\",\n \"label\": \"3:2\"\n },\n {\n \"value\": \"1to1\",\n \"label\": \"1:1\"\n }\n ]\n },\n {\n \"name\": \"maxAlternativesPerRow\",\n \"type\": \"select\",\n \"label\": \"Maximum alternatives per row\",\n \"description\": \"Set the maximum number of alternatives per row to ensure the questions look alright.\",\n \"default\": \"4\",\n \"options\": [\n {\n \"value\": \"1\",\n \"label\": \"1\"\n },\n {\n \"value\": \"2\",\n \"label\": \"2\"\n },\n {\n \"value\": \"3\",\n \"label\": \"3\"\n },\n {\n \"value\": \"4\",\n \"label\": \"4\"\n }\n ]\n },\n {\n \"label\": \"Pass percentage\",\n \"name\": \"passPercentage\",\n \"type\": \"number\",\n \"description\": \"This setting often won\'t have any effect. It is the percentage of the total score required for getting 1 point when one point for the entire task is enabled, and for getting result.success in xAPI statements.\",\n \"min\": 0,\n \"max\": 100,\n \"step\": 1,\n \"default\": 100\n }\n ]\n },\n {\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"User interface\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"checkAnswerButtonText\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Check\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Check\"\n },\n {\n \"name\": \"submitAnswerButtonText\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Submit\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Submit\"\n },\n {\n \"name\": \"checkAnswer\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Check\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Check the answers. The responses will be marked as correct, incorrect, or unanswered.\"\n },\n {\n \"name\": \"showSolutionButtonText\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Show solution\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Show solution\"\n },\n {\n \"name\": \"showSolution\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Show Solution\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Show the solution. The correct options will be marked.\"\n },\n {\n \"name\": \"correctAnswer\",\n \"type\": \"text\",\n \"label\": \"Correct Answer (not displayed)\",\n \"importance\": \"low\",\n \"default\": \"Correct answer\"\n },\n {\n \"name\": \"wrongAnswer\",\n \"type\": \"text\",\n \"label\": \"Wrong Answer (not displayed)\",\n \"importance\": \"low\",\n \"default\": \"Wrong answer\"\n },\n {\n \"name\": \"shouldCheck\",\n \"type\": \"text\",\n \"label\": \"Option should have been checked\",\n \"importance\": \"low\",\n \"default\": \"Should have been checked\",\n \"optional\": true\n },\n {\n \"name\": \"shouldNotCheck\",\n \"type\": \"text\",\n \"label\": \"Option should not have been checked\",\n \"importance\": \"low\",\n \"default\": \"Should not have been checked\",\n \"optional\": true\n },\n {\n \"label\": \"Text for \\\"Requires answer\\\" message\",\n \"importance\": \"low\",\n \"name\": \"noAnswer\",\n \"type\": \"text\",\n \"default\": \"Please answer before viewing the solution\",\n \"optional\": true\n },\n {\n \"name\": \"retryText\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Retry\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Retry\"\n },\n {\n \"name\": \"retry\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Retry\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Retry the task. Reset all responses and start the task over again.\"\n },\n {\n \"name\": \"result\",\n \"type\": \"text\",\n \"label\": \"Your result\",\n \"description\": \":num and :total are variables and will be replaced by their respective values.\",\n \"importance\": \"low\",\n \"default\": \"You got :num out of :total points\"\n },\n {\n \"label\": \"Check confirmation dialog\",\n \"importance\": \"low\",\n \"name\": \"confirmCheck\",\n \"type\": \"group\",\n \"common\": \"true\",\n \"fields\": [\n {\n \"label\": \"Header text\",\n \"importance\": \"low\",\n \"name\": \"header\",\n \"type\": \"text\",\n \"default\": \"Finish?\"\n },\n {\n \"label\": \"Body text\",\n \"importance\": \"low\",\n \"name\": \"body\",\n \"type\": \"text\",\n \"default\": \"Are you sure you want to finish?\",\n \"widget\": \"html\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"u\",\n \"code\"\n ]\n },\n {\n \"label\": \"Cancel button label\",\n \"importance\": \"low\",\n \"name\": \"cancelLabel\",\n \"type\": \"text\",\n \"default\": \"Cancel\"\n },\n {\n \"label\": \"Confirm button label\",\n \"importance\": \"low\",\n \"name\": \"confirmLabel\",\n \"type\": \"text\",\n \"default\": \"Finish\"\n }\n ]\n },\n {\n \"label\": \"Retry confirmation dialog\",\n \"importance\": \"low\",\n \"name\": \"confirmRetry\",\n \"type\": \"group\",\n \"common\": true,\n \"fields\": [\n {\n \"label\": \"Header text\",\n \"importance\": \"low\",\n \"name\": \"header\",\n \"type\": \"text\",\n \"default\": \"Retry?\"\n },\n {\n \"label\": \"Body text\",\n \"importance\": \"low\",\n \"name\": \"body\",\n \"type\": \"text\",\n \"default\": \"Are you sure you wish to retry?\",\n \"widget\": \"html\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"u\",\n \"code\"\n ]\n },\n {\n \"label\": \"Cancel button label\",\n \"importance\": \"low\",\n \"name\": \"cancelLabel\",\n \"type\": \"text\",\n \"default\": \"Cancel\"\n },\n {\n \"label\": \"Confirm button label\",\n \"importance\": \"low\",\n \"name\": \"confirmLabel\",\n \"type\": \"text\",\n \"default\": \"Retry\"\n }\n ]\n },\n {\n \"label\": \"Text if alt text is missing for an image\",\n \"importance\": \"low\",\n \"name\": \"missingAltText\",\n \"type\": \"text\",\n \"default\": \"Alt text missing\"\n }\n ]\n }\n]',NULL,NULL,NULL,NULL,NULL,NULL,1),(68,'H5P.Nil','Label',1,0,14,0,0,'','','','','[\n {\n \"name\": \"nil\",\n \"type\": \"boolean\",\n \"widget\": \"none\",\n \"optional\": true\n }\n]\n',NULL,NULL,NULL,'{\"disable\":true,\"disableExtraTitleField\":true}',NULL,NULL,1),(69,'H5P.OpenEndedQuestion','Open Ended Question',1,0,28,0,0,'','dist/h5p-open-ended-question.js','dist/h5p-open-ended-question.css','','[\n {\n \"name\": \"question\",\n \"label\": \"Question or description\",\n \"importance\": \"high\",\n \"type\": \"text\"\n },\n {\n \"name\": \"placeholderText\",\n \"label\": \"Placeholder text\",\n \"default\": \"Start writing...\",\n \"importance\": \"low\",\n \"description\": \"Text that initially will be shown in the input field. Will be removed automatically when the user starts writing.\",\n \"type\": \"text\",\n \"optional\": true\n },\n {\n \"name\": \"inputRows\",\n \"label\": \"Input rows\",\n \"type\": \"select\",\n \"importance\": \"high\",\n \"description\": \"Determines the height of the input field.\",\n \"options\": [\n {\n \"value\": \"1\",\n \"label\": \"1 line\"\n },\n {\n \"value\": \"2\",\n \"label\": \"2 lines\"\n },\n {\n \"value\": \"3\",\n \"label\": \"3 lines\"\n },\n {\n \"value\": \"10\",\n \"label\": \"10 lines\"\n }\n ],\n \"default\": \"1\"\n }\n]',NULL,NULL,NULL,NULL,NULL,NULL,1),(70,'H5P.Question','Question',1,5,15,0,0,'','scripts/question.js, scripts/explainer.js, scripts/score-points.js','styles/question.css, styles/explainer.css','','',NULL,1,7,NULL,NULL,NULL,1),(71,'H5P.Questionnaire','Questionnaire',1,3,11,1,0,'iframe','dist/dist.js','dist/styles.css','','[\n {\n \"name\": \"questionnaireElements\",\n \"label\": \"Questionnaire elements\",\n \"importance\": \"high\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"VerticalTabs\",\n \"label\": \"Default\",\n \"importance\": \"high\"\n }\n ],\n \"entity\": \"element\",\n \"min\": 1,\n \"defaultNum\": 1,\n \"field\": {\n \"name\": \"libraryGroup\",\n \"label\": \"Choose library\",\n \"importance\": \"high\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"library\",\n \"type\": \"library\",\n \"label\": \"Library\",\n \"importance\": \"high\",\n \"description\": \"Choose a library\",\n \"options\": [\n \"H5P.OpenEndedQuestion 1.0\",\n \"H5P.SimpleMultiChoice 1.1\"\n ]\n },\n {\n \"name\": \"requiredField\",\n \"type\": \"boolean\",\n \"label\": \"Required field\",\n \"importance\": \"low\",\n \"default\": false\n }\n ]\n }\n },\n {\n \"name\": \"successScreenOptions\",\n \"label\": \"Success screen options\",\n \"importance\": \"low\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"enableSuccessScreen\",\n \"label\": \"Enable success screen\",\n \"importance\": \"low\",\n \"type\": \"boolean\",\n \"default\": true\n },\n {\n \"name\": \"successScreenImage\",\n \"label\": \"Add success screen image\",\n \"importance\": \"low\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"successScreenImage\",\n \"label\": \"Replace success icon with image\",\n \"importance\": \"low\",\n \"type\": \"library\",\n \"optional\": true,\n \"options\": [\n \"H5P.Image 1.1\"\n ]\n }\n ]\n },\n {\n \"name\": \"successMessage\",\n \"type\": \"text\",\n \"label\": \"Text to display on submit\",\n \"importance\": \"low\",\n \"default\": \"You have completed the questionnaire.\"\n }\n ]\n },\n {\n \"name\": \"uiElements\",\n \"label\": \"UI Elements\",\n \"importance\": \"low\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"buttonLabels\",\n \"type\": \"group\",\n \"label\": \"Button labels\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"prevLabel\",\n \"type\": \"text\",\n \"label\": \"Previous button label\",\n \"importance\": \"low\",\n \"default\": \"Back\"\n },\n {\n \"name\": \"continueLabel\",\n \"type\": \"text\",\n \"label\": \"Continue button label\",\n \"importance\": \"low\",\n \"default\": \"Continue\"\n },\n {\n \"name\": \"nextLabel\",\n \"type\": \"text\",\n \"label\": \"Next button label\",\n \"importance\": \"low\",\n \"default\": \"Next\"\n },\n {\n \"name\": \"submitLabel\",\n \"type\": \"text\",\n \"label\": \"Submit button label\",\n \"importance\": \"low\",\n \"default\": \"Submit\"\n }\n ]\n },\n {\n \"name\": \"accessibility\",\n \"type\": \"group\",\n \"label\": \"Accessibility\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"requiredTextExitLabel\",\n \"type\": \"text\",\n \"label\": \"Required message exit button label\",\n \"importance\": \"low\",\n \"default\": \"Close error message\"\n },\n {\n \"name\": \"progressBarText\",\n \"type\": \"text\",\n \"label\": \"Progress bar text\",\n \"importance\": \"low\",\n \"default\": \"Question %current of %max\",\n \"description\": \"Used to tell assistive technologies what question it is. Variables: [ %current, %max ]\"\n }\n ]\n },\n {\n \"name\": \"requiredMessage\",\n \"type\": \"text\",\n \"label\": \"Required message\",\n \"importance\": \"low\",\n \"default\": \"This question requires an answer\",\n \"description\": \"Will display if this field is unanswered and required by a wrapper content type\"\n },\n {\n \"name\": \"requiredText\",\n \"type\": \"text\",\n \"label\": \"Required symbol text\",\n \"importance\": \"low\",\n \"default\": \"required\",\n \"description\": \"Text that will accompany an asterisk to signal that a question is required\"\n },\n {\n \"name\": \"submitScreenTitle\",\n \"type\": \"text\",\n \"label\": \"Title for the submit screen\",\n \"importance\": \"low\",\n \"default\": \"You successfully answered all of the questions\"\n },\n {\n \"name\": \"submitScreenSubtitle\",\n \"type\": \"text\",\n \"label\": \"Subtitle for the submit screen\",\n \"importance\": \"low\",\n \"default\": \"Click below to submit your answers\"\n }\n ]\n }\n]',NULL,NULL,NULL,NULL,NULL,'https://h5p.org/questionnaire',1),(72,'H5P.QuestionSet','Question Set',1,20,12,1,0,'iframe','js/questionset.js','css/questionset.css','','[\n {\n \"name\": \"introPage\",\n \"type\": \"group\",\n \"label\": \"Quiz introduction\",\n \"importance\": \"medium\",\n \"fields\": [\n {\n \"name\": \"showIntroPage\",\n \"type\": \"boolean\",\n \"label\": \"Display introduction\",\n \"importance\": \"low\"\n },\n {\n \"name\": \"title\",\n \"type\": \"text\",\n \"label\": \"Title\",\n \"importance\": \"high\",\n \"optional\": true,\n \"description\": \"This title will be displayed above the introduction text.\",\n \"tags\": [\n \"sub\",\n \"sup\",\n \"strong\",\n \"em\",\n \"code\"\n ]\n },\n {\n \"name\": \"introduction\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Introduction text\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"description\": \"This text will be displayed before the quiz starts.\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"sub\",\n \"sup\",\n \"strong\",\n \"em\",\n \"p\",\n \"code\"\n ]\n },\n {\n \"name\": \"startButtonText\",\n \"type\": \"text\",\n \"label\": \"Start button text\",\n \"importance\": \"low\",\n \"optional\": true,\n \"default\": \"Start Quiz\"\n },\n {\n \"name\": \"backgroundImage\",\n \"type\": \"image\",\n \"label\": \"Background image\",\n \"importance\": \"low\",\n \"optional\": true,\n \"description\": \"An optional background image for the introduction.\"\n }\n ]\n },\n {\n \"name\": \"backgroundImage\",\n \"type\": \"image\",\n \"label\": \"Background image\",\n \"importance\": \"low\",\n \"optional\": true,\n \"description\": \"An optional background image for the Question set.\"\n },\n {\n \"name\": \"progressType\",\n \"type\": \"select\",\n \"label\": \"Progress indicator\",\n \"importance\": \"low\",\n \"description\": \"Question set progress indicator style.\",\n \"options\": [\n {\n \"value\": \"textual\",\n \"label\": \"Textual\"\n },\n {\n \"value\": \"dots\",\n \"label\": \"Dots\"\n }\n ],\n \"default\": \"dots\"\n },\n {\n \"name\": \"passPercentage\",\n \"type\": \"number\",\n \"label\": \"Pass percentage\",\n \"importance\": \"low\",\n \"description\": \"Percentage of Total score required for passing the quiz.\",\n \"min\": 0,\n \"max\": 100,\n \"step\": 1,\n \"default\": 50\n },\n {\n \"name\": \"questions\",\n \"label\": \"Questions\",\n \"importance\": \"high\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"VerticalTabs\",\n \"label\": \"Default\"\n },\n {\n \"name\": \"QuestionSetTextualEditor\",\n \"label\": \"Textual\"\n }\n ],\n \"min\": 1,\n \"entity\": \"question\",\n \"field\": {\n \"name\": \"question\",\n \"type\": \"library\",\n \"label\": \"Question type\",\n \"importance\": \"high\",\n \"description\": \"Library for this question.\",\n \"options\": [\n \"H5P.MultiChoice 1.16\",\n \"H5P.DragQuestion 1.14\",\n \"H5P.Blanks 1.14\",\n \"H5P.MarkTheWords 1.11\",\n \"H5P.DragText 1.10\",\n \"H5P.TrueFalse 1.8\",\n \"H5P.Essay 1.5\",\n \"H5P.MultiMediaChoice 0.3\"\n ]\n }\n },\n {\n \"name\": \"texts\",\n \"type\": \"group\",\n \"label\": \"Interface texts in quiz\",\n \"importance\": \"low\",\n \"common\": true,\n \"fields\": [\n {\n \"name\": \"prevButton\",\n \"type\": \"text\",\n \"label\": \"Back button\",\n \"importance\": \"low\",\n \"default\": \"Previous question\"\n },\n {\n \"name\": \"nextButton\",\n \"type\": \"text\",\n \"label\": \"Next button\",\n \"importance\": \"low\",\n \"default\": \"Next question\"\n },\n {\n \"name\": \"finishButton\",\n \"type\": \"text\",\n \"label\": \"Finish button\",\n \"importance\": \"low\",\n \"default\": \"Finish\"\n },\n {\n \"name\": \"submitButton\",\n \"type\": \"text\",\n \"label\": \"Submit button\",\n \"importance\": \"low\",\n \"default\": \"Submit\"\n },\n {\n \"name\": \"textualProgress\",\n \"type\": \"text\",\n \"label\": \"Progress text\",\n \"importance\": \"low\",\n \"description\": \"Text used if textual progress is selected.\",\n \"default\": \"Question: @current of @total questions\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"code\"\n ]\n },\n {\n \"name\": \"jumpToQuestion\",\n \"type\": \"text\",\n \"label\": \"Label for jumping to a certain question\",\n \"importance\": \"low\",\n \"description\": \"You must use the placeholder \'%d\' instead of the question number, and %total instead of total amount of questions.\",\n \"default\": \"Question %d of %total\"\n },\n {\n \"name\": \"questionLabel\",\n \"type\": \"text\",\n \"label\": \"Copyright dialog question label\",\n \"importance\": \"low\",\n \"default\": \"Question\"\n },\n {\n \"name\": \"readSpeakerProgress\",\n \"type\": \"text\",\n \"label\": \"Readspeaker progress\",\n \"importance\": \"low\",\n \"description\": \"May use @current and @total question variables\",\n \"default\": \"Question @current of @total\"\n },\n {\n \"name\": \"unansweredText\",\n \"type\": \"text\",\n \"label\": \"Unanswered question text\",\n \"importance\": \"low\",\n \"default\": \"Unanswered\"\n },\n {\n \"name\": \"answeredText\",\n \"type\": \"text\",\n \"label\": \"Answered question text\",\n \"importance\": \"low\",\n \"default\": \"Answered\"\n },\n {\n \"name\": \"currentQuestionText\",\n \"type\": \"text\",\n \"label\": \"Current question text\",\n \"importance\": \"low\",\n \"default\": \"Current question\"\n },\n {\n \"name\": \"navigationLabel\",\n \"type\": \"text\",\n \"label\": \"Navigation label for readspeakers\",\n \"importance\": \"low\",\n \"default\": \"Questions\"\n }\n ]\n },\n {\n \"name\": \"disableBackwardsNavigation\",\n \"type\": \"boolean\",\n \"label\": \"Disable backwards navigation\",\n \"importance\": \"low\",\n \"description\": \"This option will only allow you to move forward in Question Set\",\n \"optional\": true,\n \"default\": false\n },\n {\n \"name\": \"randomQuestions\",\n \"type\": \"boolean\",\n \"label\": \"Randomize questions\",\n \"importance\": \"low\",\n \"description\": \"Enable to randomize the order of questions on display.\",\n \"default\": false\n },\n {\n \"name\": \"poolSize\",\n \"type\": \"number\",\n \"min\": 1,\n \"label\": \"Number of questions to be shown:\",\n \"importance\": \"low\",\n \"description\": \"Create a randomized batch of questions from the total.\",\n \"optional\": true\n },\n {\n \"name\": \"endGame\",\n \"type\": \"group\",\n \"label\": \"Quiz finished\",\n \"importance\": \"medium\",\n \"fields\": [\n {\n \"name\": \"showResultPage\",\n \"type\": \"boolean\",\n \"label\": \"Display results\",\n \"importance\": \"low\",\n \"default\": true\n },\n {\n \"name\": \"showSolutionButton\",\n \"type\": \"boolean\",\n \"label\": \"Display solution button\",\n \"default\": true\n },\n {\n \"name\": \"showRetryButton\",\n \"type\": \"boolean\",\n \"label\": \"Display retry button\",\n \"default\": true\n },\n {\n \"name\": \"noResultMessage\",\n \"type\": \"text\",\n \"label\": \"No results message\",\n \"importance\": \"low\",\n \"description\": \"Text displayed on end page when \\\"Display results\\\" is disabled\",\n \"default\": \"Finished\",\n \"optional\": true\n },\n {\n \"name\": \"message\",\n \"type\": \"text\",\n \"label\": \"Feedback heading\",\n \"importance\": \"low\",\n \"default\": \"Your result:\",\n \"description\": \"This heading will be displayed at the end of the quiz when the user has answered all questions.\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"code\"\n ]\n },\n {\n \"name\": \"scoreBarLabel\",\n \"type\": \"text\",\n \"label\": \"Score announcer\",\n \"importance\": \"low\",\n \"description\": \"This label will be used for announcing the final score to the user on the end screen\",\n \"default\": \"You got @finals out of @totals points\"\n },\n {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"label\": \"Overall Feedback\",\n \"importance\": \"low\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"overallFeedback\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"RangeList\",\n \"label\": \"Default\"\n }\n ],\n \"importance\": \"high\",\n \"label\": \"Define custom feedback for any score range\",\n \"description\": \"Click the \\\"Add range\\\" button to add as many ranges as you need. Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!\",\n \"entity\": \"range\",\n \"min\": 1,\n \"defaultNum\": 1,\n \"optional\": true,\n \"field\": {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"from\",\n \"type\": \"number\",\n \"label\": \"Score Range\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 0,\n \"unit\": \"%\"\n },\n {\n \"name\": \"to\",\n \"type\": \"number\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 100,\n \"unit\": \"%\"\n },\n {\n \"name\": \"feedback\",\n \"type\": \"text\",\n \"label\": \"Feedback for defined score range\",\n \"importance\": \"low\",\n \"placeholder\": \"Fill in the feedback\",\n \"optional\": true\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"oldFeedback\",\n \"type\": \"group\",\n \"label\": \"Old Feedback\",\n \"importance\": \"low\",\n \"deprecated\": true,\n \"fields\": [\n {\n \"name\": \"successGreeting\",\n \"type\": \"text\",\n \"label\": \"Quiz passed greeting\",\n \"importance\": \"low\",\n \"optional\": true,\n \"description\": \"This text will be displayed above the score if the user has successfully passed the quiz.\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"code\"\n ]\n },\n {\n \"name\": \"successComment\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Passed comment\",\n \"importance\": \"low\",\n \"optional\": true,\n \"description\": \"This comment will be displayed after the score if the user has successfully passed the quiz.\",\n \"tags\": [\n \"sub\",\n \"sup\",\n \"strong\",\n \"em\",\n \"a\",\n \"p\",\n \"code\"\n ]\n },\n {\n \"name\": \"failGreeting\",\n \"type\": \"text\",\n \"label\": \"Quiz failed title\",\n \"importance\": \"low\",\n \"optional\": true,\n \"description\": \"This text will be displayed above the score if the user has failed the quiz.\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"code\"\n ]\n },\n {\n \"name\": \"failComment\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Failed comment\",\n \"importance\": \"low\",\n \"optional\": true,\n \"description\": \"This comment will be displayed after the score if the user has failed the quiz.\",\n \"tags\": [\n \"sub\",\n \"sup\",\n \"strong\",\n \"em\",\n \"a\",\n \"p\",\n \"code\"\n ]\n }\n ]\n },\n {\n \"name\": \"solutionButtonText\",\n \"type\": \"text\",\n \"label\": \"Solution button label\",\n \"importance\": \"low\",\n \"default\": \"Show solution\",\n \"description\": \"Text for the solution button.\"\n },\n {\n \"name\": \"retryButtonText\",\n \"type\": \"text\",\n \"label\": \"Retry button label\",\n \"importance\": \"low\",\n \"default\": \"Retry\",\n \"description\": \"Text for the retry button.\"\n },\n {\n \"name\": \"finishButtonText\",\n \"type\": \"text\",\n \"label\": \"Finish button text\",\n \"importance\": \"low\",\n \"default\": \"Finish\"\n },\n {\n \"name\": \"submitButtonText\",\n \"type\": \"text\",\n \"label\": \"Submit button text\",\n \"importance\": \"low\",\n \"default\": \"Submit\"\n },\n {\n \"name\": \"showAnimations\",\n \"type\": \"boolean\",\n \"label\": \"Display video before quiz results\",\n \"importance\": \"low\"\n },\n {\n \"name\": \"skippable\",\n \"type\": \"boolean\",\n \"label\": \"Enable skip video button\",\n \"importance\": \"low\"\n },\n {\n \"name\": \"skipButtonText\",\n \"type\": \"text\",\n \"label\": \"Skip video button label\",\n \"importance\": \"low\",\n \"default\": \"Skip video\"\n },\n {\n \"name\": \"successVideo\",\n \"type\": \"video\",\n \"label\": \"Passed video\",\n \"importance\": \"low\",\n \"optional\": true,\n \"description\": \"This video will be played if the user successfully passed the quiz.\"\n },\n {\n \"name\": \"failVideo\",\n \"type\": \"video\",\n \"label\": \"Fail video\",\n \"importance\": \"low\",\n \"optional\": true,\n \"description\": \"This video will be played if the user fails the quiz.\"\n }\n ]\n },\n {\n \"name\": \"override\",\n \"type\": \"group\",\n \"label\": \"Settings for \\\"Check\\\", \\\"Show solution\\\" and \\\"Retry\\\"\",\n \"importance\": \"low\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"checkButton\",\n \"type\": \"boolean\",\n \"label\": \"Show \\\"Check\\\" buttons\",\n \"importance\": \"low\",\n \"description\": \"This option determines if the \\\"Check\\\" button will be shown for all questions.\",\n \"optional\": true,\n \"default\": true\n },\n {\n \"name\": \"showSolutionButton\",\n \"type\": \"select\",\n \"label\": \"Override \\\"Show Solution\\\" button\",\n \"importance\": \"low\",\n \"description\": \"This option determines if the \\\"Show Solution\\\" button will be shown for all questions, disabled for all or configured for each question individually.\",\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"checkButton\",\n \"equals\": true\n }\n ]\n },\n \"options\": [\n {\n \"value\": \"on\",\n \"label\": \"Enabled\"\n },\n {\n \"value\": \"off\",\n \"label\": \"Disabled\"\n }\n ]\n },\n {\n \"name\": \"retryButton\",\n \"type\": \"select\",\n \"label\": \"Override \\\"Retry\\\" button\",\n \"importance\": \"low\",\n \"description\": \"This option determines if the \\\"Retry\\\" button will be shown for all questions, disabled for all or configured for each question individually.\",\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"checkButton\",\n \"equals\": true\n }\n ]\n },\n \"options\": [\n {\n \"value\": \"on\",\n \"label\": \"Enabled\"\n },\n {\n \"value\": \"off\",\n \"label\": \"Disabled\"\n }\n ]\n }\n ]\n }\n]',NULL,1,19,NULL,NULL,NULL,1),(73,'H5P.Shape','Shapes',1,0,5,0,0,'','js/h5p-shape.js','css/h5p-shape.css','','[\n {\n \"name\": \"type\",\n \"type\": \"select\",\n \"label\": \"Type\",\n \"importance\": \"low\",\n \"widget\": \"radioGroup\",\n \"alignment\": \"horizontal\",\n \"options\": [\n {\n \"value\": \"rectangle\",\n \"label\": \"Rectangle\"\n },\n {\n \"value\": \"circle\",\n \"label\": \"Circle\"\n },\n {\n \"value\": \"vertical-line\",\n \"label\": \"Vertical line\"\n },\n {\n \"value\": \"horizontal-line\",\n \"label\": \"Horizontal line\"\n }\n ],\n \"default\": \"rectangle\"\n },\n {\n \"type\": \"group\",\n \"name\": \"shape\",\n \"widget\": \"showWhen\",\n \"expanded\": true,\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": [\n \"rectangle\",\n \"circle\"\n ]\n }\n ]\n },\n \"fields\": [\n {\n \"name\": \"fillColor\",\n \"type\": \"text\",\n \"label\": \"Fill color\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"default\": \"#ffffff\",\n \"widget\": \"colorSelector\",\n \"showAplha\": true,\n \"spectrum\": {\n \"showInput\": true,\n \"showAlpha\": true,\n \"preferredFormat\": \"rgb\"\n },\n \"optional\": true\n },\n {\n \"name\": \"borderColor\",\n \"type\": \"text\",\n \"label\": \"Border color\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"default\": \"#000000\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showAlpha\": true,\n \"preferredFormat\": \"rgb\"\n },\n \"optional\": true\n },\n {\n \"name\": \"borderWidth\",\n \"type\": \"select\",\n \"label\": \"Border width\",\n \"importance\": \"low\",\n \"default\": \"0\",\n \"optional\": false,\n \"options\": [\n {\n \"value\": \"0\",\n \"label\": \"0\"\n },\n {\n \"value\": \"1\",\n \"label\": \"1\"\n },\n {\n \"value\": \"2\",\n \"label\": \"2\"\n },\n {\n \"value\": \"3\",\n \"label\": \"3\"\n },\n {\n \"value\": \"4\",\n \"label\": \"4\"\n },\n {\n \"value\": \"5\",\n \"label\": \"5\"\n },\n {\n \"value\": \"6\",\n \"label\": \"6\"\n },\n {\n \"value\": \"7\",\n \"label\": \"7\"\n },\n {\n \"value\": \"8\",\n \"label\": \"8\"\n },\n {\n \"value\": \"9\",\n \"label\": \"9\"\n },\n {\n \"value\": \"10\",\n \"label\": \"10\"\n },\n {\n \"value\": \"11\",\n \"label\": \"11\"\n },\n {\n \"value\": \"12\",\n \"label\": \"12\"\n },\n {\n \"value\": \"13\",\n \"label\": \"13\"\n },\n {\n \"value\": \"14\",\n \"label\": \"14\"\n },\n {\n \"value\": \"15\",\n \"label\": \"15\"\n },\n {\n \"value\": \"16\",\n \"label\": \"16\"\n },\n {\n \"value\": \"17\",\n \"label\": \"17\"\n },\n {\n \"value\": \"18\",\n \"label\": \"18\"\n },\n {\n \"value\": \"19\",\n \"label\": \"19\"\n },\n {\n \"value\": \"20\",\n \"label\": \"20\"\n },\n {\n \"value\": \"21\",\n \"label\": \"21\"\n },\n {\n \"value\": \"22\",\n \"label\": \"22\"\n },\n {\n \"value\": \"23\",\n \"label\": \"23\"\n },\n {\n \"value\": \"24\",\n \"label\": \"24\"\n }\n ]\n },\n {\n \"name\": \"borderStyle\",\n \"type\": \"select\",\n \"label\": \"Border style\",\n \"importance\": \"low\",\n \"default\": \"solid\",\n \"optional\": false,\n \"options\": [\n {\n \"value\": \"solid\",\n \"label\": \"Solid\"\n },\n {\n \"value\": \"dotted\",\n \"label\": \"Dotted\"\n },\n {\n \"value\": \"dashed\",\n \"label\": \"Dashed\"\n },\n {\n \"value\": \"double\",\n \"label\": \"Double\"\n },\n {\n \"value\": \"inset\",\n \"label\": \"Inset\"\n },\n {\n \"value\": \"outset\",\n \"label\": \"Outset\"\n }\n ]\n },\n {\n \"name\": \"borderRadius\",\n \"type\": \"select\",\n \"label\": \"Border radius\",\n \"importance\": \"low\",\n \"default\": \"0\",\n \"optional\": false,\n \"options\": [\n {\n \"value\": \"0\",\n \"label\": \"0\"\n },\n {\n \"value\": \"1\",\n \"label\": \"1\"\n },\n {\n \"value\": \"2\",\n \"label\": \"2\"\n },\n {\n \"value\": \"3\",\n \"label\": \"3\"\n },\n {\n \"value\": \"4\",\n \"label\": \"4\"\n },\n {\n \"value\": \"5\",\n \"label\": \"5\"\n },\n {\n \"value\": \"6\",\n \"label\": \"6\"\n },\n {\n \"value\": \"7\",\n \"label\": \"7\"\n },\n {\n \"value\": \"8\",\n \"label\": \"8\"\n },\n {\n \"value\": \"9\",\n \"label\": \"9\"\n },\n {\n \"value\": \"10\",\n \"label\": \"10\"\n },\n {\n \"value\": \"11\",\n \"label\": \"11\"\n },\n {\n \"value\": \"12\",\n \"label\": \"12\"\n },\n {\n \"value\": \"13\",\n \"label\": \"13\"\n },\n {\n \"value\": \"14\",\n \"label\": \"14\"\n },\n {\n \"value\": \"15\",\n \"label\": \"15\"\n },\n {\n \"value\": \"16\",\n \"label\": \"16\"\n },\n {\n \"value\": \"17\",\n \"label\": \"17\"\n },\n {\n \"value\": \"18\",\n \"label\": \"18\"\n },\n {\n \"value\": \"19\",\n \"label\": \"19\"\n },\n {\n \"value\": \"20\",\n \"label\": \"20\"\n }\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"../type\",\n \"equals\": \"rectangle\"\n }\n ]\n }\n }\n ]\n },\n {\n \"type\": \"group\",\n \"name\": \"line\",\n \"widget\": \"showWhen\",\n \"expanded\": true,\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": [\n \"vertical-line\",\n \"horizontal-line\"\n ]\n }\n ]\n },\n \"fields\": [\n {\n \"name\": \"borderColor\",\n \"type\": \"text\",\n \"label\": \"Line color\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"default\": \"#000000\",\n \"widget\": \"colorSelector\",\n \"optional\": true,\n \"spectrum\": {\n \"showInput\": true,\n \"showAlpha\": true,\n \"preferredFormat\": \"rgb\"\n }\n },\n {\n \"name\": \"borderWidth\",\n \"type\": \"select\",\n \"label\": \"Line width\",\n \"importance\": \"low\",\n \"default\": \"1\",\n \"optional\": false,\n \"options\": [\n {\n \"value\": \"1\",\n \"label\": \"1\"\n },\n {\n \"value\": \"2\",\n \"label\": \"2\"\n },\n {\n \"value\": \"3\",\n \"label\": \"3\"\n },\n {\n \"value\": \"4\",\n \"label\": \"4\"\n },\n {\n \"value\": \"5\",\n \"label\": \"5\"\n },\n {\n \"value\": \"6\",\n \"label\": \"6\"\n },\n {\n \"value\": \"7\",\n \"label\": \"7\"\n },\n {\n \"value\": \"8\",\n \"label\": \"8\"\n },\n {\n \"value\": \"9\",\n \"label\": \"9\"\n },\n {\n \"value\": \"10\",\n \"label\": \"10\"\n },\n {\n \"value\": \"11\",\n \"label\": \"11\"\n },\n {\n \"value\": \"12\",\n \"label\": \"12\"\n },\n {\n \"value\": \"13\",\n \"label\": \"13\"\n },\n {\n \"value\": \"14\",\n \"label\": \"14\"\n },\n {\n \"value\": \"15\",\n \"label\": \"15\"\n },\n {\n \"value\": \"16\",\n \"label\": \"16\"\n },\n {\n \"value\": \"17\",\n \"label\": \"17\"\n },\n {\n \"value\": \"18\",\n \"label\": \"18\"\n },\n {\n \"value\": \"19\",\n \"label\": \"19\"\n },\n {\n \"value\": \"20\",\n \"label\": \"20\"\n },\n {\n \"value\": \"21\",\n \"label\": \"21\"\n },\n {\n \"value\": \"22\",\n \"label\": \"22\"\n },\n {\n \"value\": \"23\",\n \"label\": \"23\"\n },\n {\n \"value\": \"24\",\n \"label\": \"24\"\n }\n ]\n },\n {\n \"name\": \"borderStyle\",\n \"type\": \"select\",\n \"label\": \"Line style\",\n \"importance\": \"low\",\n \"default\": \"solid\",\n \"optional\": false,\n \"options\": [\n {\n \"value\": \"solid\",\n \"label\": \"Solid\"\n },\n {\n \"value\": \"dotted\",\n \"label\": \"Dotted\"\n },\n {\n \"value\": \"dashed\",\n \"label\": \"Dashed\"\n },\n {\n \"value\": \"double\",\n \"label\": \"Double\"\n }\n ]\n }\n ]\n }\n]\n',NULL,NULL,NULL,'{\"disable\":true,\"disableExtraTitleField\":true}',NULL,NULL,1),(74,'H5P.SimpleMultiChoice','Simple Multi Choice',1,1,22,0,0,'','dist/dist.js','dist/styles.css','','[\n {\n \"name\": \"question\",\n \"label\": \"Question\",\n \"importance\": \"high\",\n \"type\": \"text\"\n },\n {\n \"name\": \"inputType\",\n \"label\": \"Multiple choice type\",\n \"importance\": \"high\",\n \"type\": \"select\",\n \"options\": [\n {\n \"label\": \"Multiple answers\",\n \"value\": \"checkbox\"\n },\n {\n \"label\": \"Single answer\",\n \"value\": \"radio\"\n }\n ],\n \"default\": \"checkbox\"\n },\n {\n \"name\": \"alternatives\",\n \"label\": \"Answer alternatives\",\n \"type\": \"list\",\n \"importance\": \"high\",\n \"entity\": \"Alternative\",\n \"min\": 2,\n \"field\": {\n \"type\": \"group\",\n \"name\": \"alternative\",\n \"label\": \"Alternative\",\n \"fields\": [\n {\n \"name\": \"text\",\n \"label\": \"Text\",\n \"importance\": \"high\",\n \"type\": \"text\"\n },\n {\n \"name\": \"feedback\",\n \"type\": \"group\",\n \"label\": \"Feedback\",\n \"importance\": \"low\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"chosenFeedback\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Message displayed if answer is selected\",\n \"importance\": \"low\",\n \"description\": \"Message will appear below the answer on \\\"continue\\\" if this answer is selected.\",\n \"optional\": true,\n \"tags\": [\n \"strong\",\n \"em\",\n \"sub\",\n \"sup\",\n \"a\",\n \"code\"\n ]\n },\n {\n \"name\": \"notChosenFeedback\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Message displayed if answer is not selected\",\n \"importance\": \"low\",\n \"description\": \"Message will appear below the answer on \\\"continue\\\" if this answer is not selected.\",\n \"optional\": true,\n \"tags\": [\n \"strong\",\n \"em\",\n \"sub\",\n \"sup\",\n \"a\",\n \"code\"\n ]\n }\n ]\n }\n ]\n }\n }\n]\n',NULL,NULL,NULL,NULL,NULL,NULL,1),(75,'H5P.SingleChoiceSet','Single Choice Set',1,11,44,1,0,'iframe','scripts/stop-watch.js, scripts/sound-effects.js, scripts/xapi-event-builder.js, scripts/result-slide.js, scripts/solution-view.js, scripts/single-choice-alternative.js, scripts/single-choice.js, scripts/single-choice-set.js','styles/single-choice-set.css','','[\n {\n \"name\": \"choices\",\n \"type\": \"list\",\n \"label\": \"List of questions\",\n \"importance\": \"high\",\n \"entity\": \"question\",\n \"min\": 1,\n \"defaultNum\": 2,\n \"widgets\": [\n {\n \"name\": \"ListEditor\",\n \"label\": \"Default\"\n },\n {\n \"name\": \"SingleChoiceSetTextualEditor\",\n \"label\": \"Textual\"\n }\n ],\n \"field\": {\n \"name\": \"choice\",\n \"type\": \"group\",\n \"isSubContent\": true,\n \"label\": \"Question & alternatives\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"question\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"tags\": [\n \"p\",\n \"br\",\n \"strong\",\n \"em\",\n \"code\"\n ],\n \"label\": \"Question\",\n \"importance\": \"high\"\n },\n {\n \"name\": \"answers\",\n \"type\": \"list\",\n \"label\": \"Alternatives - first alternative is the correct one.\",\n \"importance\": \"medium\",\n \"entity\": \"answer\",\n \"min\": 2,\n \"max\": 4,\n \"defaultNum\": 2,\n \"field\": {\n \"name\": \"answer\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"tags\": [\n \"p\",\n \"br\",\n \"strong\",\n \"em\",\n \"code\"\n ],\n \"label\": \"Alternative\",\n \"importance\": \"medium\"\n }\n }\n ]\n }\n },\n {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"label\": \"Overall Feedback\",\n \"importance\": \"low\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"overallFeedback\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"RangeList\",\n \"label\": \"Default\"\n }\n ],\n \"importance\": \"high\",\n \"label\": \"Define custom feedback for any score range\",\n \"description\": \"Click the \\\"Add range\\\" button to add as many ranges as you need. Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!\",\n \"entity\": \"range\",\n \"min\": 1,\n \"defaultNum\": 1,\n \"optional\": true,\n \"field\": {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"from\",\n \"type\": \"number\",\n \"label\": \"Score Range\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 0,\n \"unit\": \"%\"\n },\n {\n \"name\": \"to\",\n \"type\": \"number\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 100,\n \"unit\": \"%\"\n },\n {\n \"name\": \"feedback\",\n \"type\": \"text\",\n \"label\": \"Feedback for defined score range\",\n \"importance\": \"low\",\n \"placeholder\": \"Fill in the feedback\",\n \"optional\": true\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"autoContinue\",\n \"type\": \"boolean\",\n \"label\": \"Auto continue\",\n \"description\": \"Automatically go to next question when alternative is selected. This needs to be turned off to make the content fully accessible when using a screen reader.\",\n \"default\": true\n },\n {\n \"name\": \"timeoutCorrect\",\n \"type\": \"number\",\n \"label\": \"Timeout on correct answers\",\n \"importance\": \"low\",\n \"description\": \"Value in milliseconds\",\n \"default\": 2000,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"autoContinue\",\n \"equals\": true\n }\n ]\n }\n },\n {\n \"name\": \"timeoutWrong\",\n \"type\": \"number\",\n \"label\": \"Timeout on wrong answers\",\n \"importance\": \"low\",\n \"description\": \"Value in milliseconds\",\n \"default\": 3000,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"autoContinue\",\n \"equals\": true\n }\n ]\n }\n },\n {\n \"name\": \"soundEffectsEnabled\",\n \"type\": \"boolean\",\n \"label\": \"Enable sound effects\",\n \"importance\": \"low\",\n \"default\": true\n },\n {\n \"name\": \"enableRetry\",\n \"type\": \"boolean\",\n \"label\": \"Enable retry button\",\n \"importance\": \"low\",\n \"default\": true\n },\n {\n \"name\": \"enableSolutionsButton\",\n \"type\": \"boolean\",\n \"label\": \"Enable show solution button\",\n \"importance\": \"low\",\n \"default\": true\n },\n {\n \"name\": \"passPercentage\",\n \"type\": \"number\",\n \"label\": \"Pass percentage\",\n \"description\": \"Percentage of Total score required for passing the quiz.\",\n \"min\": 0,\n \"max\": 100,\n \"step\": 1,\n \"default\": 100\n }\n ]\n },\n {\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"label\": \"Localize single choice set\",\n \"importance\": \"low\",\n \"common\": true,\n \"fields\": [\n {\n \"name\": \"nextButtonLabel\",\n \"type\": \"text\",\n \"label\": \"Label for the \\\"Next\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Next question\"\n },\n {\n \"name\": \"showSolutionButtonLabel\",\n \"type\": \"text\",\n \"label\": \"Label for the \\\"Show solution\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Show solution\"\n },\n {\n \"name\": \"retryButtonLabel\",\n \"type\": \"text\",\n \"label\": \"Label for the \\\"Retry\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Retry\"\n },\n {\n \"name\": \"solutionViewTitle\",\n \"type\": \"text\",\n \"label\": \"Title for the show solution view\",\n \"importance\": \"low\",\n \"default\": \"Solution list\"\n },\n {\n \"name\": \"correctText\",\n \"type\": \"text\",\n \"label\": \"Readspeaker text for correct answer\",\n \"importance\": \"low\",\n \"default\": \"Correct!\"\n },\n {\n \"name\": \"incorrectText\",\n \"type\": \"text\",\n \"label\": \"Readspeaker text for incorrect answer\",\n \"importance\": \"low\",\n \"default\": \"Incorrect!\"\n },\n {\n \"name\": \"shouldSelect\",\n \"type\": \"text\",\n \"label\": \"Option should have been selected\",\n \"importance\": \"low\",\n \"default\": \"Should have been selected\"\n },\n {\n \"name\": \"shouldNotSelect\",\n \"type\": \"text\",\n \"label\": \"Option should not have been selected\",\n \"importance\": \"low\",\n \"default\": \"Should not have been selected\"\n },\n {\n \"name\": \"muteButtonLabel\",\n \"type\": \"text\",\n \"label\": \"Label for the \\\"mute\\\" button, to disable feedback sound\",\n \"importance\": \"low\",\n \"default\": \"Mute feedback sound\"\n },\n {\n \"name\": \"closeButtonLabel\",\n \"type\": \"text\",\n \"label\": \"Label for the \\\"Close\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Close\"\n },\n {\n \"name\": \"slideOfTotal\",\n \"type\": \"text\",\n \"label\": \"Slide number text\",\n \"importance\": \"low\",\n \"description\": \"Announces current slide and total number of slides, variables are :num and :total\",\n \"default\": \"Slide :num of :total\"\n },\n {\n \"name\": \"scoreBarLabel\",\n \"type\": \"text\",\n \"label\": \"Textual representation of the score bar for those using a readspeaker\",\n \"default\": \"You got :num out of :total points\",\n \"importance\": \"low\"\n },\n {\n \"name\": \"solutionListQuestionNumber\",\n \"type\": \"text\",\n \"label\": \"Label for the question number in the solution list\",\n \"importance\": \"low\",\n \"description\": \"Announces current question index in solution list, variables are :num\",\n \"default\": \"Question :num\"\n },\n {\n \"name\": \"a11yShowSolution\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Show Solution\\\" button\",\n \"default\": \"Show the solution. The task will be marked with its correct solution.\",\n \"importance\": \"low\"\n },\n {\n \"name\": \"a11yRetry\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Retry\\\" button\",\n \"default\": \"Retry the task. Reset all responses and start the task over again.\",\n \"importance\": \"low\"\n }\n ]\n }\n]\n',NULL,1,19,NULL,'https://h5p.org/documentation/content-author-guide/tutorials-for-authors/single-choice-set','https://h5p.org/single-choice-set',1),(76,'H5P.StandardPage','Standard page',1,5,15,0,0,'','standard-page.js','standard-page.css','','[\n {\n \"name\": \"elementList\",\n \"label\": \"Elements\",\n \"importance\": \"high\",\n \"type\": \"list\",\n \"entity\": \"element\",\n \"field\": {\n \"name\": \"element\",\n \"type\": \"library\",\n \"label\": \"Element type\",\n \"importance\": \"high\",\n \"description\": \"Library for this page.\",\n \"options\": [\n \"H5P.Text 1.1\",\n \"H5P.TextInputField 1.2\",\n \"H5P.Image 1.1\",\n \"H5P.Accordion 1.0\"\n ]\n }\n },\n {\n \"name\": \"helpTextLabel\",\n \"label\": \"Label for help text\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"description\": \"Label for showing additional helpful information to the user.\",\n \"default\": \"More information\"\n },\n {\n \"name\": \"helpText\",\n \"label\": \"Fill in additional help information\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"description\": \"Here you can fill in additional information for the user, which will be available when clicked.\",\n \"enterMode\": \"p\",\n \"optional\": true,\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ]\n }\n]\n',NULL,1,19,NULL,NULL,NULL,1),(77,'H5P.Summary','Summary',1,10,22,1,0,'iframe','js/stop-watch.js, js/xapi-event-builder.js, js/summary.js','css/summary.css','','[\n {\n \"name\": \"intro\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Introduction text\",\n \"importance\": \"high\",\n \"default\": \"Choose the correct statement.\",\n \"description\": \"Will be displayed above the summary task.\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ],\n \"common\": false\n },\n {\n \"name\": \"summaries\",\n \"importance\": \"high\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"ListEditor\",\n \"label\": \"Default\"\n },\n {\n \"name\": \"SummaryTextualEditor\",\n \"label\": \"Textual\"\n }\n ],\n \"label\": \"Summary\",\n \"entity\": \"statements\",\n \"max\": 100,\n \"min\": 1,\n \"field\": {\n \"name\": \"statements\",\n \"type\": \"group\",\n \"label\": \"Set of statements\",\n \"importance\": \"high\",\n \"isSubContent\": true,\n \"fields\": [\n {\n \"name\": \"summary\",\n \"type\": \"list\",\n \"label\": \"List of statements for the summary - the first statement is correct.\",\n \"entity\": \"statement\",\n \"importance\": \"medium\",\n \"min\": 2,\n \"field\": {\n \"name\": \"text\",\n \"type\": \"text\",\n \"label\": \"Statement\",\n \"importance\": \"medium\",\n \"widget\": \"html\",\n \"enterMode\": \"p\",\n \"tags\": []\n }\n },\n {\n \"name\": \"tip\",\n \"type\": \"group\",\n \"label\": \"Tip\",\n \"importance\": \"low\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"tip\",\n \"label\": \"Tip text\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"tags\": [\n \"p\",\n \"br\",\n \"strong\",\n \"em\",\n \"code\"\n ],\n \"optional\": true\n }\n ]\n }\n ]\n }\n },\n {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"label\": \"Overall Feedback\",\n \"importance\": \"low\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"overallFeedback\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"RangeList\",\n \"label\": \"Default\"\n }\n ],\n \"importance\": \"high\",\n \"label\": \"Define custom feedback for any score range\",\n \"description\": \"Click the \\\"Add range\\\" button to add as many ranges as you need. Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!\",\n \"entity\": \"range\",\n \"min\": 1,\n \"defaultNum\": 1,\n \"optional\": true,\n \"field\": {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"from\",\n \"type\": \"number\",\n \"label\": \"Score Range\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 0,\n \"unit\": \"%\"\n },\n {\n \"name\": \"to\",\n \"type\": \"number\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 100,\n \"unit\": \"%\"\n },\n {\n \"name\": \"feedback\",\n \"type\": \"text\",\n \"label\": \"Feedback for defined score range\",\n \"importance\": \"low\",\n \"placeholder\": \"Fill in the feedback\",\n \"optional\": true\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"solvedLabel\",\n \"type\": \"text\",\n \"label\": \"Text displayed before number of statements solved in the summary task.\",\n \"importance\": \"low\",\n \"default\": \"Progress:\",\n \"description\": \"Will be displayed above the statements. Example: \'Progress: 2/5\'\",\n \"common\": true\n },\n {\n \"name\": \"scoreLabel\",\n \"type\": \"text\",\n \"label\": \"Text displayed before number of wrong statements selected in the summary task.\",\n \"importance\": \"low\",\n \"default\": \"Wrong answers:\",\n \"description\": \"Will be displayed above the statements. Example: \'Wrong answers: 4\'\",\n \"common\": true\n },\n {\n \"name\": \"resultLabel\",\n \"type\": \"text\",\n \"label\": \"Summary feedback header\",\n \"importance\": \"low\",\n \"default\": \"Your result\",\n \"description\": \"Will be displayed above the summary feedback.\",\n \"common\": true\n },\n {\n \"name\": \"labelCorrect\",\n \"type\": \"text\",\n \"label\": \"Readspeaker text for correct answer\",\n \"importance\": \"low\",\n \"default\": \"Correct.\",\n \"common\": true\n },\n {\n \"name\": \"labelIncorrect\",\n \"type\": \"text\",\n \"label\": \"Readspeaker text for announcing incorrect answer\",\n \"importance\": \"low\",\n \"default\": \"Incorrect! Please try again.\",\n \"common\": true\n },\n {\n \"name\": \"alternativeIncorrectLabel\",\n \"type\": \"text\",\n \"label\": \"Readspeaker label for incorrect answer\",\n \"importance\": \"low\",\n \"default\": \"Incorrect\",\n \"common\": true\n },\n {\n \"name\": \"labelCorrectAnswers\",\n \"type\": \"text\",\n \"label\": \"Label list of correct answers\",\n \"importance\": \"low\",\n \"default\": \"Correct answers.\",\n \"common\": true\n },\n {\n \"name\": \"tipButtonLabel\",\n \"type\": \"text\",\n \"label\": \"Label for the show tip button\",\n \"importance\": \"low\",\n \"default\": \"Show tip\",\n \"common\": true\n },\n {\n \"name\": \"scoreBarLabel\",\n \"type\": \"text\",\n \"label\": \"Textual representation of the score bar for those using a readspeaker\",\n \"description\": \":num and :total are special keywords which are programmatically updated\",\n \"default\": \"You got :num out of :total points\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"name\": \"progressText\",\n \"type\": \"text\",\n \"label\": \"Text used for readspeakers to communicate progress\",\n \"description\": \":num and :total are special keywords which are programmatically updated\",\n \"default\": \"Progress :num of :total\",\n \"importance\": \"low\",\n \"common\": true\n }\n]\n',NULL,1,19,NULL,'https://h5p.org/tutorial-summary','https://h5p.org/summary',1),(78,'H5P.Table','Table',1,1,18,0,0,'','scripts/table.js','styles/table.css','','[\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Table\",\n \"importance\": \"high\",\n \"default\": \"<table class=\\\"h5p-table\\\"><thead><tr><th scope=\\\"col\\\">Heading Column 1</th><th scope=\\\"col\\\">Heading Column 2</th></tr></thead><tbody><tr><td>Row 1 Col 1</td><td>Row 1 Col 2</td></tr><tr><td>Row 2 Col 1</td><td>Row 2 Col 2</td></tr></tbody></table>\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"a\",\n \"table\",\n \"code\"\n ],\n \"font\": {\n \"color\": true\n }\n }\n]\n',NULL,NULL,NULL,NULL,NULL,NULL,1),(79,'H5P.Text','Text',1,1,17,0,0,'','scripts/text.js','styles/text.css','','[\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"importance\": \"high\",\n \"label\": \"Text\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ]\n }\n]\n',NULL,NULL,NULL,'{\"disable\":false,\"disableExtraTitleField\":true}',NULL,NULL,1),(80,'H5P.TextInputField','Text input field editor element',1,2,13,0,0,'','text-input-field.js, xapi-generator.js','text-input-field.css','','[\n {\n \"name\": \"taskDescription\",\n \"label\": \"Description of inputfield\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"importance\": \"high\",\n \"description\": \"Description of what the user should input.\",\n \"enterMode\": \"div\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ],\n \"optional\": true\n },\n {\n \"name\": \"placeholderText\",\n \"label\": \"Placeholder text\",\n \"type\": \"text\",\n \"description\": \"Example value or other placeholder text. Should not be used to replace the description of input-field, this value may not be available for screen-readers and also disappears when users start typing.\",\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"name\": \"maximumLength\",\n \"label\": \"Maximum text length\",\n \"type\": \"number\",\n \"description\": \"Maximum number of characters for the text.\",\n \"importance\": \"low\",\n \"optional\": true,\n \"min\": \"0\"\n },\n {\n \"name\": \"inputFieldSize\",\n \"label\": \"Input field size\",\n \"type\": \"select\",\n \"importance\": \"low\",\n \"description\": \"The size of the input field in amount of lines it will cover.\",\n \"options\": [\n {\n \"value\": \"1\",\n \"label\": \"1 line\"\n },\n {\n \"value\": \"3\",\n \"label\": \"3 lines\"\n },\n {\n \"value\": \"10\",\n \"label\": \"10 lines\"\n }\n ],\n \"default\": \"1\"\n },\n {\n \"name\": \"requiredField\",\n \"label\": \"Required field\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": false,\n \"optional\": true,\n \"description\": \"Check to make this field required, the user must answer all required fields to be able to export a document.\"\n },\n {\n \"name\": \"remainingChars\",\n \"type\": \"text\",\n \"label\": \"Remaining characters\",\n \"importance\": \"low\",\n \"common\": true,\n \"default\": \"Remaining characters: @chars\",\n \"description\": \"Message for remaining characters. You can use @chars which will be replaced by the corresponding number.\"\n }\n]',NULL,NULL,NULL,'{\"disable\":true,\"disableExtraTitleField\":true}',NULL,NULL,1),(81,'H5P.TextUtilities','Text Utilities',1,3,0,0,0,'','scripts/text-utilities.js','','','',NULL,NULL,NULL,NULL,NULL,NULL,1),(82,'H5P.Timeline','Timeline',1,1,25,1,1,'iframe','timeline.js','timeline.css','','[\n {\n \"name\": \"timeline\",\n \"label\": \"Timeline\",\n \"importance\": \"high\",\n \"type\": \"group\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"headline\",\n \"type\": \"text\",\n \"label\": \"Headline\",\n \"importance\": \"high\",\n \"description\": \"Main timeline heading goes here (first page)\"\n },\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"label\": \"Body Text\",\n \"importance\": \"medium\",\n \"widget\": \"html\",\n \"description\": \"The main timeline body goes here (first page).\",\n \"optional\": true,\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"a\",\n \"ul\",\n \"ol\",\n \"hr\",\n \"code\"\n ]\n },\n {\n \"name\": \"defaultZoomLevel\",\n \"type\": \"text\",\n \"label\": \"Default zoom level\",\n \"importance\": \"low\",\n \"default\": \"0\",\n \"optional\": true,\n \"description\": \"This will tweak the default zoom level. Equivilent to pressing the zoom in or zoom out button the specified number of times. Negative numbers zoom out. default is 0\"\n },\n {\n \"name\": \"backgroundImage\",\n \"type\": \"image\",\n \"label\": \"Background image\",\n \"importance\": \"low\",\n \"optional\": true,\n \"description\": \"An image to display as background.\"\n },\n {\n \"name\": \"height\",\n \"type\": \"number\",\n \"label\": \"Height\",\n \"importance\": \"low\",\n \"description\": \"The height in pixels\",\n \"default\": 600\n },\n {\n \"name\": \"asset\",\n \"type\": \"group\",\n \"label\": \"Asset\",\n \"importance\": \"low\",\n \"description\": \"Here you can add an asset to your timeline \\\"front page\\\"\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"media\",\n \"type\": \"text\",\n \"label\": \"Media\",\n \"importance\": \"low\",\n \"description\": \"Link to media URL (Twitter, YouTube, Flickr, Vimeo, Google Maps and SoundCloud are currently supported)\",\n \"optional\": true\n },\n {\n \"name\": \"credit\",\n \"type\": \"text\",\n \"label\": \"Credits\",\n \"importance\": \"low\",\n \"description\": \"Credits to the media\",\n \"optional\": true\n },\n {\n \"name\": \"caption\",\n \"type\": \"text\",\n \"label\": \"Caption\",\n \"importance\": \"low\",\n \"description\": \"Caption description goes here\",\n \"optional\": true\n }\n ]\n },\n {\n \"name\": \"date\",\n \"type\": \"list\",\n \"label\": \"Dates\",\n \"importance\": \"medium\",\n \"min\": 1,\n \"description\": \"Add some dates to your timeline!\",\n \"field\": {\n \"name\": \"adate\",\n \"type\": \"group\",\n \"label\": \"Date\",\n \"importance\": \"medium\",\n \"description\": \"Date\",\n \"fields\": [\n {\n \"name\": \"startDate\",\n \"type\": \"text\",\n \"label\": \"Start date\",\n \"importance\": \"medium\",\n \"description\": \"YYYY,MM,DD (Minimum YYYY required)\",\n \"regexp\": {\n \"pattern\": \"^-?\\\\d{1,}(,(1[012]|[0]?[1-9])(,([12][0-9]|3[01]|[0]?[1-9]))?)?$\"\n }\n },\n {\n \"name\": \"endDate\",\n \"type\": \"text\",\n \"label\": \"End date\",\n \"importance\": \"medium\",\n \"description\": \"YYYY,MM,DD (Minimum YYYY required)\",\n \"optional\": true,\n \"regexp\": {\n \"pattern\": \"^-?\\\\d{1,}(,(1[012]|[0]?[1-9])(,([12][0-9]|3[01]|[0]?[1-9]))?)?$\"\n }\n },\n {\n \"name\": \"headline\",\n \"type\": \"text\",\n \"label\": \"Headline\",\n \"importance\": \"medium\",\n \"description\": \"Headline for the date entry\"\n },\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"label\": \"Body text\",\n \"importance\": \"medium\",\n \"widget\": \"html\",\n \"optional\": true,\n \"description\": \"Body for the date entry\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ]\n },\n {\n \"name\": \"tag\",\n \"type\": \"text\",\n \"label\": \"Tags\",\n \"importance\": \"medium\",\n \"description\": \"Enter Tags (categories)\",\n \"optional\": true\n },\n {\n \"name\": \"asset\",\n \"type\": \"group\",\n \"label\": \"Asset\",\n \"importance\": \"low\",\n \"description\": \"\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"media\",\n \"type\": \"text\",\n \"label\": \"Media\",\n \"importance\": \"low\",\n \"description\": \"URL to the media (Twitter, YouTube, Flickr, Vimeo, Wikipedia, Google Maps and SoundCloud are currently supported).\",\n \"optional\": true\n },\n {\n \"name\": \"thumbnail\",\n \"type\": \"image\",\n \"label\": \"Thumbnail\",\n \"importance\": \"low\",\n \"description\": \"Add a thumbnail if needed, 32x32\",\n \"optional\": true\n },\n {\n \"name\": \"credit\",\n \"type\": \"text\",\n \"label\": \"Credit\",\n \"importance\": \"low\",\n \"description\": \"Credits to the media\",\n \"optional\": true\n },\n {\n \"name\": \"caption\",\n \"type\": \"text\",\n \"label\": \"Caption\",\n \"importance\": \"low\",\n \"description\": \"Caption text\",\n \"optional\": true\n }\n ]\n }\n ]\n }\n },\n {\n \"name\": \"era\",\n \"type\": \"list\",\n \"label\": \"Eras\",\n \"importance\": \"medium\",\n \"description\": \"Add an era to your timeline\",\n \"min\": 0,\n \"optional\": true,\n \"field\": {\n \"name\": \"anera\",\n \"type\": \"group\",\n \"label\": \"Era\",\n \"importance\": \"medium\",\n \"description\": \"\",\n \"fields\": [\n {\n \"name\": \"startDate\",\n \"type\": \"text\",\n \"label\": \"Start date\",\n \"importance\": \"medium\",\n \"description\": \"YYYY,MM,DD (Minimum YYYY required)\",\n \"regexp\": {\n \"pattern\": \"^-?\\\\d{1,}(,(1[012]|[0]?[1-9])(,([12][0-9]|3[01]|[0]?[1-9]))?)?$\"\n }\n },\n {\n \"name\": \"endDate\",\n \"type\": \"text\",\n \"label\": \"End date\",\n \"importance\": \"medium\",\n \"description\": \"YYYY,MM,DD (Minimum YYYY required)\",\n \"optional\": true,\n \"regexp\": {\n \"pattern\": \"^-?\\\\d{1,}(,(1[012]|[0]?[1-9])(,([12][0-9]|3[01]|[0]?[1-9]))?)?$\"\n }\n },\n {\n \"name\": \"headline\",\n \"type\": \"text\",\n \"label\": \"Headline\",\n \"importance\": \"medium\",\n \"description\": \"Era headline\"\n },\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"label\": \"Text\",\n \"importance\": \"medium\",\n \"widget\": \"html\",\n \"optional\": true,\n \"description\": \"Era body\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"a\",\n \"ul\",\n \"ol\",\n \"hr\",\n \"code\"\n ]\n },\n {\n \"name\": \"tag\",\n \"type\": \"text\",\n \"label\": \"Tag\",\n \"importance\": \"medium\",\n \"description\": \"Era tags (categories)\",\n \"optional\": true\n }\n ]\n }\n },\n {\n \"name\": \"language\",\n \"type\": \"select\",\n \"label\": \"Language\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"description\": \"The language of the user interface\",\n \"options\": [\n {\n \"value\": \"af\",\n \"label\": \"Afrikaans\"\n },\n {\n \"value\": \"ar\",\n \"label\": \"Arabic\"\n },\n {\n \"value\": \"hy\",\n \"label\": \"Armenian\"\n },\n {\n \"value\": \"eu\",\n \"label\": \"Basque\"\n },\n {\n \"value\": \"bg\",\n \"label\": \"Bulgarian\"\n },\n {\n \"value\": \"ca\",\n \"label\": \"Catalan\"\n },\n {\n \"value\": \"zh-cn\",\n \"label\": \"Chinese\"\n },\n {\n \"value\": \"hr\",\n \"label\": \"Croatian / Hrvatski\"\n },\n {\n \"value\": \"cz\",\n \"label\": \"Czech\"\n },\n {\n \"value\": \"da\",\n \"label\": \"Danish\"\n },\n {\n \"value\": \"nl\",\n \"label\": \"Dutch\"\n },\n {\n \"value\": \"en\",\n \"label\": \"English\"\n },\n {\n \"value\": \"en-24hr\",\n \"label\": \"English (24-hour time)\"\n },\n {\n \"value\": \"eo\",\n \"label\": \"Esperanto\"\n },\n {\n \"value\": \"et\",\n \"label\": \"Estonian\"\n },\n {\n \"value\": \"fo\",\n \"label\": \"Faroese\"\n },\n {\n \"value\": \"fa\",\n \"label\": \"Farsi\"\n },\n {\n \"value\": \"fi\",\n \"label\": \"Finnish\"\n },\n {\n \"value\": \"fr\",\n \"label\": \"French\"\n },\n {\n \"value\": \"gl\",\n \"label\": \"Galician\"\n },\n {\n \"value\": \"ka\",\n \"label\": \"Georgian\"\n },\n {\n \"value\": \"de\",\n \"label\": \"German / Deutsch\"\n },\n {\n \"value\": \"el\",\n \"label\": \"Greek\"\n },\n {\n \"value\": \"he\",\n \"label\": \"Hebrew\"\n },\n {\n \"value\": \"hu\",\n \"label\": \"Hungarian\"\n },\n {\n \"value\": \"is\",\n \"label\": \"Icelandic\"\n },\n {\n \"value\": \"id\",\n \"label\": \"Indonesian\"\n },\n {\n \"value\": \"it\",\n \"label\": \"Italian\"\n },\n {\n \"value\": \"ja\",\n \"label\": \"Japanese\"\n },\n {\n \"value\": \"ko\",\n \"label\": \"Korean\"\n },\n {\n \"value\": \"lv\",\n \"label\": \"Latvian\"\n },\n {\n \"value\": \"lt\",\n \"label\": \"Lithuanian\"\n },\n {\n \"value\": \"lb\",\n \"label\": \"Luxembourgish\"\n },\n {\n \"value\": \"ms\",\n \"label\": \"Malay\"\n },\n {\n \"value\": \"ne\",\n \"label\": \"Nepali\"\n },\n {\n \"value\": \"no\",\n \"label\": \"Norwegian\"\n },\n {\n \"value\": \"pl\",\n \"label\": \"Polish\"\n },\n {\n \"value\": \"pt\",\n \"label\": \"Portuguese\"\n },\n {\n \"value\": \"pt-br\",\n \"label\": \"Portuguese (Brazilian)\"\n },\n {\n \"value\": \"rm\",\n \"label\": \"Romansh\"\n },\n {\n \"value\": \"ru\",\n \"label\": \"Russian\"\n },\n {\n \"value\": \"sr-cy\",\n \"label\": \"Serbian - Cyrillic\"\n },\n {\n \"value\": \"sr\",\n \"label\": \"Serbian - Latin\"\n },\n {\n \"value\": \"si\",\n \"label\": \"Sinhalese\"\n },\n {\n \"value\": \"sk\",\n \"label\": \"Slovak\"\n },\n {\n \"value\": \"sl\",\n \"label\": \"Slovenian\"\n },\n {\n \"value\": \"es\",\n \"label\": \"Spanish\"\n },\n {\n \"value\": \"sv\",\n \"label\": \"Swedish\"\n },\n {\n \"value\": \"tl\",\n \"label\": \"Tagalog\"\n },\n {\n \"value\": \"ta\",\n \"label\": \"Tamil\"\n },\n {\n \"value\": \"zh-tw\",\n \"label\": \"Taiwanese\"\n },\n {\n \"value\": \"te\",\n \"label\": \"Telugu\"\n },\n {\n \"value\": \"tr\",\n \"label\": \"Turkish\"\n },\n {\n \"value\": \"uk\",\n \"label\": \"Ukrainian\"\n }\n ],\n \"default\": \"en\"\n }\n ]\n }\n]\n',NULL,NULL,NULL,NULL,NULL,NULL,1),(83,'H5P.Timer','Timer',0,4,2,0,0,'','scripts/timer.js','','','',NULL,NULL,NULL,NULL,NULL,NULL,1),(84,'H5P.TrueFalse','True/False Question',1,8,11,1,0,'iframe','scripts/h5p-true-false.js, scripts/h5p-true-false-answer-group.js, scripts/h5p-true-false-answer.js','styles/h5p-true-false.css','','[\n {\n \"name\": \"media\",\n \"type\": \"group\",\n \"label\": \"Media\",\n \"importance\": \"medium\",\n \"fields\": [\n {\n \"name\": \"type\",\n \"type\": \"library\",\n \"label\": \"Type\",\n \"importance\": \"medium\",\n \"options\": [\n \"H5P.Image 1.1\",\n \"H5P.Video 1.6\",\n \"H5P.Audio 1.5\"\n ],\n \"optional\": true,\n \"description\": \"Optional media to display above the question.\"\n },\n {\n \"name\": \"disableImageZooming\",\n \"type\": \"boolean\",\n \"label\": \"Disable image zooming\",\n \"importance\": \"low\",\n \"default\": false,\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": \"H5P.Image 1.1\"\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"question\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Question\",\n \"importance\": \"high\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"sub\",\n \"sup\",\n \"h2\",\n \"h3\",\n \"pre\",\n \"code\"\n ]\n },\n {\n \"name\": \"correct\",\n \"type\": \"select\",\n \"widget\": \"radioGroup\",\n \"alignment\": \"horizontal\",\n \"label\": \"Correct answer\",\n \"importance\": \"high\",\n \"options\": [\n {\n \"value\": \"true\",\n \"label\": \"True\"\n },\n {\n \"value\": \"false\",\n \"label\": \"False\"\n }\n ],\n \"default\": \"true\"\n },\n {\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"User interface translations for True/False Questions\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"trueText\",\n \"type\": \"text\",\n \"label\": \"Label for true button\",\n \"importance\": \"low\",\n \"default\": \"True\"\n },\n {\n \"name\": \"falseText\",\n \"type\": \"text\",\n \"label\": \"Label for false button\",\n \"importance\": \"low\",\n \"default\": \"False\"\n },\n {\n \"label\": \"Feedback text\",\n \"importance\": \"low\",\n \"name\": \"score\",\n \"type\": \"text\",\n \"default\": \"You got @score of @total points\",\n \"description\": \"Feedback text, variables available: @score and @total. Example: \'You got @score of @total possible points\'\"\n },\n {\n \"label\": \"Text for \\\"Check\\\" button\",\n \"importance\": \"low\",\n \"name\": \"checkAnswer\",\n \"type\": \"text\",\n \"default\": \"Check\"\n },\n {\n \"label\": \"Text for \\\"Submit\\\" button\",\n \"importance\": \"low\",\n \"name\": \"submitAnswer\",\n \"type\": \"text\",\n \"default\": \"Submit\"\n },\n {\n \"label\": \"Text for \\\"Show solution\\\" button\",\n \"importance\": \"low\",\n \"name\": \"showSolutionButton\",\n \"type\": \"text\",\n \"default\": \"Show solution\"\n },\n {\n \"label\": \"Text for \\\"Retry\\\" button\",\n \"importance\": \"low\",\n \"name\": \"tryAgain\",\n \"type\": \"text\",\n \"default\": \"Retry\"\n },\n {\n \"name\": \"wrongAnswerMessage\",\n \"type\": \"text\",\n \"label\": \"Wrong Answer\",\n \"importance\": \"low\",\n \"default\": \"Wrong answer\"\n },\n {\n \"name\": \"correctAnswerMessage\",\n \"type\": \"text\",\n \"label\": \"Correct Answer\",\n \"importance\": \"low\",\n \"default\": \"Correct answer\"\n },\n {\n \"name\": \"scoreBarLabel\",\n \"type\": \"text\",\n \"label\": \"Textual representation of the score bar for those using a readspeaker\",\n \"default\": \"You got :num out of :total points\",\n \"importance\": \"low\"\n },\n {\n \"name\": \"a11yCheck\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Check\\\" button\",\n \"default\": \"Check the answers. The responses will be marked as correct, incorrect, or unanswered.\",\n \"importance\": \"low\"\n },\n {\n \"name\": \"a11yShowSolution\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Show Solution\\\" button\",\n \"default\": \"Show the solution. The task will be marked with its correct solution.\",\n \"importance\": \"low\"\n },\n {\n \"name\": \"a11yRetry\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Retry\\\" button\",\n \"default\": \"Retry the task. Reset all responses and start the task over again.\",\n \"importance\": \"low\"\n }\n ]\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"importance\": \"low\",\n \"description\": \"These options will let you control how the task behaves.\",\n \"fields\": [\n {\n \"name\": \"enableRetry\",\n \"type\": \"boolean\",\n \"label\": \"Enable \\\"Retry\\\" button\",\n \"importance\": \"low\",\n \"default\": true\n },\n {\n \"name\": \"enableSolutionsButton\",\n \"type\": \"boolean\",\n \"label\": \"Enable \\\"Show Solution\\\" button\",\n \"importance\": \"low\",\n \"default\": true\n },\n {\n \"name\": \"enableCheckButton\",\n \"type\": \"boolean\",\n \"label\": \"Enable \\\"Check\\\" button\",\n \"widget\": \"none\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"label\": \"Show confirmation dialog on \\\"Check\\\"\",\n \"importance\": \"low\",\n \"name\": \"confirmCheckDialog\",\n \"type\": \"boolean\",\n \"default\": false\n },\n {\n \"label\": \"Show confirmation dialog on \\\"Retry\\\"\",\n \"importance\": \"low\",\n \"name\": \"confirmRetryDialog\",\n \"type\": \"boolean\",\n \"default\": false\n },\n {\n \"label\": \"Automatically check answer\",\n \"importance\": \"low\",\n \"description\": \"Note that accessibility will suffer if enabling this option\",\n \"name\": \"autoCheck\",\n \"type\": \"boolean\",\n \"default\": false\n },\n {\n \"name\": \"feedbackOnCorrect\",\n \"label\": \"Feedback on correct answer\",\n \"importance\": \"low\",\n \"description\": \"This will override the default feedback text. Variables available: @score and @total\",\n \"type\": \"text\",\n \"maxLength\": 2048,\n \"optional\": true\n },\n {\n \"name\": \"feedbackOnWrong\",\n \"label\": \"Feedback on wrong answer\",\n \"importance\": \"low\",\n \"description\": \"This will override the default feedback text. Variables available: @score and @total\",\n \"type\": \"text\",\n \"maxLength\": 2048,\n \"optional\": true\n }\n ]\n },\n {\n \"label\": \"Check confirmation dialog\",\n \"importance\": \"low\",\n \"name\": \"confirmCheck\",\n \"type\": \"group\",\n \"common\": true,\n \"fields\": [\n {\n \"label\": \"Header text\",\n \"importance\": \"low\",\n \"name\": \"header\",\n \"type\": \"text\",\n \"default\": \"Finish ?\"\n },\n {\n \"label\": \"Body text\",\n \"importance\": \"low\",\n \"name\": \"body\",\n \"type\": \"text\",\n \"default\": \"Are you sure you wish to finish ?\",\n \"widget\": \"html\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"u\",\n \"code\"\n ]\n },\n {\n \"label\": \"Cancel button label\",\n \"importance\": \"low\",\n \"name\": \"cancelLabel\",\n \"type\": \"text\",\n \"default\": \"Cancel\"\n },\n {\n \"label\": \"Confirm button label\",\n \"importance\": \"low\",\n \"name\": \"confirmLabel\",\n \"type\": \"text\",\n \"default\": \"Finish\"\n }\n ]\n },\n {\n \"label\": \"Retry confirmation dialog\",\n \"importance\": \"low\",\n \"name\": \"confirmRetry\",\n \"type\": \"group\",\n \"common\": true,\n \"fields\": [\n {\n \"label\": \"Header text\",\n \"importance\": \"low\",\n \"name\": \"header\",\n \"type\": \"text\",\n \"default\": \"Retry ?\"\n },\n {\n \"label\": \"Body text\",\n \"importance\": \"low\",\n \"name\": \"body\",\n \"type\": \"text\",\n \"default\": \"Are you sure you wish to retry ?\",\n \"widget\": \"html\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"u\",\n \"code\"\n ]\n },\n {\n \"label\": \"Cancel button label\",\n \"importance\": \"low\",\n \"name\": \"cancelLabel\",\n \"type\": \"text\",\n \"default\": \"Cancel\"\n },\n {\n \"label\": \"Confirm button label\",\n \"importance\": \"low\",\n \"name\": \"confirmLabel\",\n \"type\": \"text\",\n \"default\": \"Confirm\"\n }\n ]\n }\n]',NULL,1,19,NULL,'https://h5p.org/tutorial-true-false','https://h5p.org/true-false',1),(85,'H5P.TwitterUserFeed','Twitter User Feed',1,0,21,1,0,'','twitter-user-feed.js','twitter-user-feed.css','','[\n {\n \"label\": \"Username on Twitter\",\n \"importance\": \"high\",\n \"name\": \"userName\",\n \"type\": \"text\",\n \"description\": \"The username we\'ll be fetching tweets from\"\n },\n {\n \"label\": \"Show replies\",\n \"importance\": \"low\",\n \"name\": \"showReplies\",\n \"type\": \"boolean\"\n },\n {\n \"label\": \"Number of tweets\",\n \"importance\": \"medium\",\n \"name\": \"numTweets\",\n \"type\": \"number\",\n \"default\": 5,\n \"min\": 1,\n \"max\": 20\n }\n]\n',NULL,NULL,NULL,'{\"disable\":true,\"disableExtraTitleField\":true}',NULL,NULL,1),(86,'H5P.Video','Video',1,6,65,0,0,'','scripts/vimeo.js, scripts/youtube.js, scripts/panopto.js, scripts/echo360.js, scripts/html5.js, scripts/video.js','styles/video.css','','[\n {\n \"name\": \"sources\",\n \"type\": \"video\",\n \"label\": \"Video sources\",\n \"importance\": \"high\",\n \"description\": \"To ensure that the video works in all browsers you should add both WebM and MP4 formatted sources.\",\n \"disableCopyright\": true\n },\n {\n \"name\": \"visuals\",\n \"type\": \"group\",\n \"label\": \"Visuals\",\n \"importance\": \"medium\",\n \"fields\": [\n {\n \"name\": \"poster\",\n \"type\": \"image\",\n \"label\": \"Poster image\",\n \"importance\": \"low\"\n },\n {\n \"name\": \"fit\",\n \"type\": \"boolean\",\n \"label\": \"Fit video player to use all available space\",\n \"importance\": \"low\",\n \"default\": true,\n \"description\": \"If not set the video player will have the same aspect ratio as the video.\"\n },\n {\n \"name\": \"controls\",\n \"type\": \"boolean\",\n \"label\": \"Show video player controls\",\n \"importance\": \"low\",\n \"default\": true,\n \"description\": \"Add controls to the video player. This allows users to play, pause, etc.\"\n }\n ]\n },\n {\n \"name\": \"playback\",\n \"type\": \"group\",\n \"label\": \"Playback\",\n \"importance\": \"medium\",\n \"fields\": [\n {\n \"name\": \"autoplay\",\n \"type\": \"boolean\",\n \"label\": \"Auto-play video\",\n \"importance\": \"low\",\n \"default\": false,\n \"description\": \"Start playing the video automatically. May not work on mobile devices.\"\n },\n {\n \"name\": \"loop\",\n \"type\": \"boolean\",\n \"label\": \"Loop video\",\n \"importance\": \"low\",\n \"default\": false,\n \"description\": \"Automatically start the video over again when it ends.\"\n }\n ]\n },\n {\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"label\": \"Video localization\",\n \"importance\": \"low\",\n \"common\": true,\n \"fields\": [\n {\n \"name\": \"name\",\n \"type\": \"text\",\n \"label\": \"Name\",\n \"importance\": \"low\",\n \"default\": \"Video\",\n \"description\": \"Helps identify content of this type.\"\n },\n {\n \"name\": \"loading\",\n \"type\": \"text\",\n \"label\": \"Loading\",\n \"importance\": \"low\",\n \"default\": \"Video player loading...\"\n },\n {\n \"name\": \"noPlayers\",\n \"type\": \"text\",\n \"label\": \"No players found\",\n \"importance\": \"low\",\n \"default\": \"Found no video players that supports the given video format.\"\n },\n {\n \"name\": \"noSources\",\n \"type\": \"text\",\n \"label\": \"No sources\",\n \"importance\": \"low\",\n \"default\": \"Video is missing sources.\"\n },\n {\n \"name\": \"aborted\",\n \"type\": \"text\",\n \"label\": \"Aborted\",\n \"importance\": \"low\",\n \"default\": \"Media playback has been aborted.\"\n },\n {\n \"name\": \"networkFailure\",\n \"type\": \"text\",\n \"label\": \"Network failure\",\n \"importance\": \"low\",\n \"default\": \"Network failure.\"\n },\n {\n \"name\": \"cannotDecode\",\n \"type\": \"text\",\n \"label\": \"Cannot decode video source\",\n \"importance\": \"low\",\n \"default\": \"Unable to decode media.\"\n },\n {\n \"name\": \"formatNotSupported\",\n \"type\": \"text\",\n \"label\": \"Format not supported\",\n \"importance\": \"low\",\n \"default\": \"Video format not supported.\"\n },\n {\n \"name\": \"mediaEncrypted\",\n \"type\": \"text\",\n \"label\": \"Media encrypted\",\n \"importance\": \"low\",\n \"default\": \"Media encrypted.\"\n },\n {\n \"name\": \"unknownError\",\n \"type\": \"text\",\n \"label\": \"Unknown error\",\n \"importance\": \"low\",\n \"default\": \"Unknown error.\"\n },\n {\n \"name\": \"invalidYtId\",\n \"type\": \"text\",\n \"label\": \"Invalid YouTube ID\",\n \"importance\": \"low\",\n \"default\": \"Invalid YouTube ID.\"\n },\n {\n \"name\": \"unknownYtId\",\n \"type\": \"text\",\n \"label\": \"Unknown YouTube ID\",\n \"importance\": \"low\",\n \"default\": \"Unable to find video with the given YouTube ID.\"\n },\n {\n \"name\": \"restrictedYt\",\n \"type\": \"text\",\n \"label\": \"Restricted YouTube video\",\n \"importance\": \"low\",\n \"default\": \"The owner of this video does not allow it to be embedded.\"\n }\n ]\n },\n {\n \"name\": \"a11y\",\n \"type\": \"group\",\n \"label\": \"Accessibility\",\n \"importance\": \"medium\",\n \"fields\": [\n {\n \"name\": \"videoTrack\",\n \"type\": \"list\",\n \"label\": \"Add video track\",\n \"importance\": \"low\",\n \"optional\": true,\n \"entity\": \"Track\",\n \"min\": 0,\n \"field\": {\n \"name\": \"track\",\n \"type\": \"group\",\n \"label\": \"Track\",\n \"importance\": \"low\",\n \"expanded\": false,\n \"fields\": [\n {\n \"name\": \"label\",\n \"type\": \"text\",\n \"label\": \"Track label\",\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"name\": \"kind\",\n \"type\": \"select\",\n \"label\": \"Type kind, refer to <a target=\\\"_blank\\\" href=\\\"https://html.spec.whatwg.org/multipage/embedded-content.html#the-track-element\\\">HTML living standard</a>\",\n \"importance\": \"low\",\n \"default\": \"descriptions\",\n \"options\": [\n {\n \"value\": \"subtitles\",\n \"label\": \"Subtitles\"\n },\n {\n \"value\": \"captions\",\n \"label\": \"Captions\"\n },\n {\n \"value\": \"descriptions\",\n \"label\": \"Descriptions\"\n },\n {\n \"value\": \"chapters\",\n \"label\": \"Chapters\"\n }\n ]\n },\n {\n \"name\": \"srcLang\",\n \"type\": \"text\",\n \"label\": \"Source language, must be defined for subtitles\",\n \"importance\": \"low\",\n \"default\": \"en\",\n \"description\": \"Must be a valid BCP 47 language tag. If the kind attribute is set to subtitles, then srclang must be defined.\"\n },\n {\n \"name\": \"track\",\n \"type\": \"file\",\n \"label\": \"Track file (WebVTT)\",\n \"importance\": \"low\"\n }\n ]\n }\n }\n ]\n }\n]\n',NULL,1,19,NULL,NULL,NULL,1),(87,'jQuery.ui','UI',1,10,22,0,0,'','h5p-jquery-ui.js','h5p-jquery-ui.css','','',NULL,NULL,NULL,NULL,NULL,NULL,1),(88,'Shepherd','Shepherd',1,0,3,0,0,'','scripts/shepherd.js','styles/shepherd-theme-arrows.css','','',NULL,NULL,NULL,NULL,NULL,NULL,1),(89,'Tether','Tether',1,0,2,0,0,'','scripts/tether.min.js','styles/tether.min.css','','',NULL,NULL,NULL,NULL,NULL,NULL,1),(90,'TimelineJS','TimelineJS',1,1,1,0,0,'','js/storyjs-embed.js, timeline.js','','','',NULL,NULL,NULL,NULL,NULL,NULL,1),(91,'H5P.GuessTheAnswer','Guess the Answer',1,5,2,1,0,'iframe','guess-the-answer.js','guess-the-answer.css','','[\n {\n \"label\": \"Task description\",\n \"importance\": \"medium\",\n \"name\": \"taskDescription\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"description\": \"Describe how the user should solve the task.\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ],\n \"optional\": true\n },\n {\n \"name\": \"media\",\n \"type\": \"group\",\n \"label\": \"Media\",\n \"importance\": \"medium\",\n \"fields\": [\n {\n \"name\": \"type\",\n \"type\": \"library\",\n \"label\": \"Type\",\n \"importance\": \"medium\",\n \"options\": [\n \"H5P.Image 1.1\",\n \"H5P.Video 1.6\"\n ],\n \"optional\": true,\n \"description\": \"Optional media to display above the question.\"\n }\n ]\n },\n {\n \"label\": \"Descriptive solution label\",\n \"importance\": \"low\",\n \"name\": \"solutionLabel\",\n \"type\": \"text\",\n \"widget\": \"textarea\",\n \"default\": \"Click to see the answer.\",\n \"description\": \"Clickable text area where the solution will be displayed.\",\n \"optional\": true\n },\n {\n \"label\": \"Solution text\",\n \"importance\": \"high\",\n \"name\": \"solutionText\",\n \"type\": \"text\",\n \"widget\": \"textarea\",\n \"description\": \"The solution for the picture.\"\n }\n]',NULL,1,19,NULL,'https://h5p.org/tutorial-guess-the-answer','https://h5p.org/guess-the-answer',1),(92,'H5PEditor.ColorSelector','H5PEditor.ColorSelector',1,0,3,0,0,'','scripts/spectrum.js, scripts/color-selector.js','styles/spectrum.css, styles/color-selector.css','','',NULL,NULL,NULL,NULL,NULL,NULL,1),(93,'H5P.PersonalityQuiz','Personality Quiz',1,0,8,1,0,'iframe','js/personalityQuiz.js, js/wheelAnimation.js','css/personalityQuiz.css','','[\n {\n \"name\": \"titleScreen\",\n \"type\": \"group\",\n \"label\": \"Title Screen\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"title\",\n \"type\": \"group\",\n \"label\": \"Title\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"label\": \"Title\"\n },\n {\n \"name\": \"display\",\n \"type\": \"boolean\",\n \"label\": \"Display Title\",\n \"description\": \"Wether or not to show the title as a headline at the start of the personality quiz.\",\n \"default\": true\n }\n ]\n },\n {\n \"name\": \"image\",\n \"type\": \"group\",\n \"label\": \"Optional: Image\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"file\",\n \"type\": \"image\",\n \"label\": \"File\"\n },\n {\n \"name\": \"alt\",\n \"type\": \"text\",\n \"label\": \"Alt text\",\n \"description\": \"Alternative text if the browser is unable to load the image.\"\n }\n ]\n },\n {\n \"name\": \"skip\",\n \"label\": \"Skip\",\n \"type\": \"boolean\",\n \"description\": \"Select if you want the quiz to start on the first question instead of the title screen.\",\n \"default\": false\n }\n ]\n },\n {\n \"name\": \"resultScreen\",\n \"type\": \"group\",\n \"label\": \"Result screen\",\n \"fields\": [\n {\n \"name\": \"animation\",\n \"type\": \"select\",\n \"label\": \"Animation\",\n \"description\": \"The Wheel of Fortune animation will only use the images associated with personalities if ALL personalities has an image associated with them.\",\n \"default\": \"none\",\n \"options\": [\n {\n \"label\": \"None\",\n \"value\": \"none\"\n },\n {\n \"label\": \"Fade in\",\n \"value\": \"fade-in\"\n },\n {\n \"label\": \"Wheel of Fortune\",\n \"value\": \"wheel\"\n }\n ]\n },\n {\n \"name\": \"displayTitle\",\n \"type\": \"boolean\",\n \"label\": \"Display personality title?\",\n \"default\": true\n },\n {\n \"name\": \"displayDescription\",\n \"type\": \"boolean\",\n \"label\": \"Display description?\",\n \"default\": true\n },\n {\n \"name\": \"imagePosition\",\n \"type\": \"select\",\n \"label\": \"Personality Image Position\",\n \"description\": \"Choose how to display the image, if there is any, of the result personality. Background will fill the entire H5P container and center the image. Inline will put the image as an image element between the result personality name and description.\",\n \"default\": \"background\",\n \"options\": [\n {\n \"value\": \"background\",\n \"label\": \"Background\"\n },\n {\n \"value\": \"inline\",\n \"label\": \"Inline\"\n }\n ]\n }\n ]\n },\n {\n \"name\": \"personalities\",\n \"type\": \"list\",\n \"label\": \"Personality\",\n \"entity\": \"personality\",\n \"min\": 2,\n \"max\": 10,\n \"field\": {\n \"name\": \"personality\",\n \"type\": \"group\",\n \"label\": \"Personality\",\n \"fields\": [\n {\n \"name\": \"name\",\n \"type\": \"text\",\n \"label\": \"Personality name\",\n \"description\": \"The personality name will be used to associate answers with their respective personalities.\"\n },\n {\n \"name\": \"description\",\n \"type\": \"text\",\n \"label\": \"Description\",\n \"maxLength\": 450,\n \"widget\": \"textarea\"\n },\n {\n \"name\": \"image\",\n \"type\": \"group\",\n \"label\": \"Optional: Image\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"file\",\n \"type\": \"image\",\n \"label\": \"Image\",\n \"description\": \"An image to display on the result screen.\"\n },\n {\n \"name\": \"alt\",\n \"type\": \"text\",\n \"label\": \"Alt text\",\n \"description\": \"Alternative text if the browser is unable to load the image.\"\n }\n ]\n }\n ]\n }\n },\n {\n \"name\": \"questions\",\n \"type\": \"list\",\n \"label\": \"Questions\",\n \"entity\": \"question\",\n \"field\": {\n \"name\": \"question\",\n \"type\": \"group\",\n \"label\": \"Question\",\n \"fields\": [\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"label\": \"Question\"\n },\n {\n \"name\": \"image\",\n \"type\": \"group\",\n \"label\": \"Optional: Image\",\n \"description\": \"Image displayed at the top of the screen above or below the question text.\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"file\",\n \"type\": \"image\",\n \"label\": \"File\"\n },\n {\n \"name\": \"alt\",\n \"type\": \"text\",\n \"label\": \"Alt text\",\n \"description\": \"Alternative text if the browser is unable to load the image.\"\n }\n ]\n },\n {\n \"name\": \"answers\",\n \"type\": \"list\",\n \"label\": \"Answers\",\n \"entity\": \"answer\",\n \"min\": 2,\n \"max\": 6,\n \"field\": {\n \"name\": \"answer\",\n \"type\": \"group\",\n \"label\": \"Answer\",\n \"fields\": [\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"label\": \"text\"\n },\n {\n \"name\": \"personality\",\n \"type\": \"text\",\n \"label\": \"Personalities\",\n \"description\": \"A comma separated list of personality names associated with this answer.\"\n },\n {\n \"name\": \"image\",\n \"type\": \"group\",\n \"description\": \"Images associated with answers will not show up unless all answers associated with a question has an image attached.\",\n \"label\": \"Optional: Image\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"file\",\n \"type\": \"image\",\n \"label\": \"File\"\n },\n {\n \"name\": \"alt\",\n \"type\": \"text\",\n \"label\": \"Alt text\",\n \"description\": \"Alternative text if the browser is unable to load the image.\"\n }\n ]\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"label\": \"Start\",\n \"name\": \"startText\",\n \"type\": \"text\",\n \"default\": \"Start\",\n \"description\": \"Text displayed on the start quiz button on the title card.\"\n },\n {\n \"label\": \"Progress text\",\n \"name\": \"progressText\",\n \"type\": \"text\",\n \"default\": \"@question of @total\",\n \"description\": \"Progress text, variables available: @question and @total. Example: \'@question of @total\'\"\n },\n {\n \"name\": \"retakeText\",\n \"label\": \"Retake\",\n \"type\": \"text\",\n \"default\": \"Retake the quiz\",\n \"description\": \"Retake text\"\n },\n {\n \"name\": \"animation\",\n \"type\": \"boolean\",\n \"label\": \"Animation\",\n \"default\": true,\n \"description\": \"Uncheck to turn off all animation\"\n },\n {\n \"name\": \"buttonColor\",\n \"type\": \"text\",\n \"label\": \"Button Accent\",\n \"description\": \"Change the color of the button borders and the animation color fill\",\n \"default\": \"4D5DAA\",\n \"widget\": \"colorSelector\"\n },\n {\n \"name\": \"progressbarColor\",\n \"type\": \"text\",\n \"label\": \"Progressbar Color\",\n \"description\": \"Determines the color of the progress bar\",\n \"default\": \"38B755\",\n \"widget\": \"colorSelector\"\n }\n]\n',NULL,NULL,NULL,NULL,NULL,'https://h5p.org/personality-quiz',1),(94,'H5P.DragNBar','Drag N Bar',1,4,8,0,0,'','scripts/drag-n-bar.js, scripts/context-menu.js, scripts/dialog.js, scripts/drag-n-bar-element.js','styles/drag-n-bar.css, styles/dialog.css, styles/context-menu.css','','',NULL,1,14,NULL,NULL,NULL,1),(95,'H5PEditor.ImageMultipleHotspotQuestion','Image Multiple Hotspot Question Editor',1,0,0,0,0,'','image-multiple-hotspot-question-editor.js','image-multiple-hotspot-question-editor.css','','',NULL,1,12,NULL,NULL,NULL,1),(96,'H5P.ImageMultipleHotspotQuestion','Find Multiple Hotspots',1,0,1,1,0,'','image-multiple-hotspot-question.js','image-multiple-hotspot-question.css','','[\n {\n \"name\": \"imageMultipleHotspotQuestion\",\n \"type\": \"group\",\n \"widget\": \"wizard\",\n \"label\": \"Image Multiple Hotspot Question Editor\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"backgroundImageSettings\",\n \"type\": \"group\",\n \"label\": \"Background image\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"questionTitle\",\n \"type\": \"text\",\n \"label\": \"The title of this question\",\n \"importance\": \"high\",\n \"default\": \"Image hotspot question\",\n \"description\": \"Used in summaries, statistics etc.\"\n },\n {\n \"name\": \"backgroundImage\",\n \"type\": \"image\",\n \"label\": \"Background image\",\n \"importance\": \"high\",\n \"description\": \"Select an image to use as background the image hotspot question.\"\n }\n ]\n },\n {\n \"name\": \"hotspotSettings\",\n \"type\": \"group\",\n \"label\": \"Hotspots\",\n \"importance\": \"high\",\n \"widget\": \"imageMultipleHotspotQuestion\",\n \"description\": \"Choose appropriate figure for your hotspot, configure it, then drag and resize it into place.\",\n \"fields\": [\n {\n \"name\": \"taskDescription\",\n \"type\": \"text\",\n \"label\": \"Task description\",\n \"importance\": \"high\",\n \"description\": \"Instructions to the user.\",\n \"optional\": true\n },\n {\n \"name\": \"hotspotName\",\n \"type\": \"text\",\n \"label\": \"Hotspot Name\",\n \"importance\": \"high\",\n \"description\": \"Please enter what the user is trying to find i.e. risks, objects, errors (this will be used in feedback statements).\",\n \"optional\": true\n },\n {\n \"name\": \"numberHotspots\",\n \"type\": \"number\",\n \"label\": \"Number of correct hotspots that need to be found for question completion\",\n \"importance\": \"high\",\n \"description\": \"If left blank, will default to the number of correct hotspots created.\",\n \"optional\": true\n },\n {\n \"name\": \"hotspot\",\n \"type\": \"list\",\n \"label\": \"Hotspot\",\n \"importance\": \"high\",\n \"entity\": \"Hotspot\",\n \"field\": {\n \"type\": \"group\",\n \"label\": \"Hotspot\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"userSettings\",\n \"type\": \"group\",\n \"label\": \"userSettings\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"correct\",\n \"type\": \"boolean\",\n \"label\": \"Correct\",\n \"importance\": \"low\",\n \"description\": \"There can be multiple correct hotspots. The user gets correct/incorrect feedback immediately after each click. The feedback will be displayed in the form of - (Text entered below) (Number of hotspots found) of (Correct hotspots needed) (Hotspot Name entered above).\"\n },\n {\n \"name\": \"feedbackText\",\n \"type\": \"text\",\n \"label\": \"Feedback\",\n \"importance\": \"low\",\n \"placeholder\": \"Correct, you have found\",\n \"optional\": true\n }\n ]\n },\n {\n \"name\": \"computedSettings\",\n \"type\": \"group\",\n \"label\": \"computedSettings\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"x\",\n \"type\": \"number\",\n \"optional\": true\n },\n {\n \"name\": \"y\",\n \"type\": \"number\",\n \"optional\": true\n },\n {\n \"name\": \"width\",\n \"type\": \"number\",\n \"optional\": true\n },\n {\n \"name\": \"height\",\n \"type\": \"number\",\n \"optional\": true\n },\n {\n \"name\": \"figure\",\n \"type\": \"text\",\n \"optional\": true\n }\n ]\n }\n ]\n }\n },\n {\n \"name\": \"noneSelectedFeedback\",\n \"type\": \"text\",\n \"label\": \"Feedback if the user selects an empty spot:\",\n \"importance\": \"low\",\n \"placeholder\": \"You didn\'t locate any hotspots, try again!\",\n \"optional\": true\n },\n {\n \"name\": \"alreadySelectedFeedback\",\n \"type\": \"text\",\n \"label\": \"Feedback if the user selects an already found hotspot:\",\n \"placeholder\": \"You have already found this one!\",\n \"importance\": \"low\",\n \"optional\": true\n }\n ]\n }\n ]\n }\n]\n',NULL,1,6,NULL,NULL,'https://h5p.org/find-multiple-hotspots',1),(97,'H5P.Question','Question',1,4,10,0,0,'','scripts/question.js, scripts/explainer.js, scripts/score-points.js','styles/question.css, styles/explainer.css','','',NULL,1,7,NULL,NULL,NULL,1),(98,'H5PEditor.ColorSelector','H5PEditor.ColorSelector',1,2,7,0,0,'','scripts/spectrum.js, scripts/color-selector.js','styles/spectrum.css, styles/color-selector.css','','',NULL,1,24,NULL,NULL,NULL,1),(99,'H5P.ImageJuxtaposition','Image Juxtaposition',1,4,1,1,1,'iframe','dist/h5p-image-juxtaposition.js','dist/h5p-image-juxtaposition.css','','[\n {\n \"name\": \"title\",\n \"label\": \"Heading\",\n \"importance\": \"high\",\n \"type\": \"text\",\n \"optional\": true,\n \"placeholder\": \"Here you can add an optional heading.\",\n \"description\": \"The heading you\'d like to show before the befort/after image\"\n },\n {\n \"name\": \"imageBefore\",\n \"type\": \"group\",\n \"label\": \"First image\",\n \"importance\": \"high\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"imageBefore\",\n \"label\": \"First image\",\n \"importance\": \"low\",\n \"type\": \"library\",\n \"options\": [\n \"H5P.Image 1.1\"\n ],\n \"optional\": false,\n \"description\": \"The first image. Please make sure that it has the same size as the second image.\"\n },\n {\n \"name\": \"labelBefore\",\n \"label\": \"Label for first image\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"optional\": true,\n \"description\": \"Label to put over first image\"\n }\n ]\n },\n {\n \"name\": \"imageAfter\",\n \"type\": \"group\",\n \"label\": \"Second image\",\n \"importance\": \"high\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"imageAfter\",\n \"label\": \"Second image\",\n \"importance\": \"low\",\n \"type\": \"library\",\n \"options\": [\n \"H5P.Image 1.1\"\n ],\n \"optional\": false,\n \"description\": \"The second image. Please make sure that it has the same size as the first image.\"\n },\n {\n \"name\": \"labelAfter\",\n \"label\": \"Label for second image\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"optional\": true,\n \"description\": \"Label to put over second image\"\n }\n ]\n },\n {\n \"name\": \"behavior\",\n \"type\": \"group\",\n \"label\": \"Behavioral settings\",\n \"importance\": \"low\",\n \"description\": \"These options will let you set some details\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"startingPosition\",\n \"type\": \"number\",\n \"label\": \"Slider start position in %\",\n \"description\": \"Sets the start position of the slider\",\n \"default\": 50,\n \"min\": 0,\n \"max\": 100,\n \"optional\": false\n },\n {\n \"name\": \"sliderOrientation\",\n \"type\": \"select\",\n \"label\": \"Slider orientation\",\n \"description\": \"Horizontal will move left and right, vertical will move up and down.\",\n \"options\": [\n {\n \"value\": \"horizontal\",\n \"label\": \"Horizontal\"\n },\n {\n \"value\": \"vertical\",\n \"label\": \"Vertical\"\n }\n ],\n \"default\": \"horizontal\"\n },\n {\n \"name\": \"sliderColor\",\n \"type\": \"text\",\n \"label\": \"Slider color\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"default\": \"#f3f3f3\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true\n }\n }\n ]\n }\n]\n',NULL,1,15,NULL,NULL,'https://h5p.org/image-juxtaposition',1),(100,'H5P.SpeakTheWords','Speak the Words',1,5,7,1,0,'iframe','dist/h5p-speak-the-words.js','dist/h5p-speak-the-words.css','','[\n {\n \"name\": \"media\",\n \"type\": \"group\",\n \"label\": \"Media\",\n \"importance\": \"medium\",\n \"fields\": [\n {\n \"name\": \"type\",\n \"type\": \"library\",\n \"label\": \"Type\",\n \"importance\": \"medium\",\n \"options\": [\n \"H5P.Image 1.1\",\n \"H5P.Video 1.6\",\n \"H5P.Audio 1.5\"\n ],\n \"optional\": true,\n \"description\": \"Optional media to display above the question.\"\n },\n {\n \"name\": \"disableImageZooming\",\n \"type\": \"boolean\",\n \"label\": \"Disable image zooming\",\n \"importance\": \"low\",\n \"default\": false,\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": \"H5P.Image 1.1\"\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"question\",\n \"label\": \"Describe task\",\n \"type\": \"text\",\n \"placeholder\": \"How do you say \'Yes\' in Spanish?\"\n },\n {\n \"name\": \"acceptedAnswers\",\n \"label\": \"Accepted answers\",\n \"type\": \"list\",\n \"min\": 1,\n \"field\": {\n \"name\": \"acceptedAnswer\",\n \"label\": \"Accepted answer\",\n \"type\": \"text\"\n }\n },\n {\n \"name\": \"incorrectAnswerText\",\n \"label\": \"Incorrect answer text\",\n \"type\": \"text\",\n \"default\": \"Incorrect answer\"\n },\n {\n \"name\": \"correctAnswerText\",\n \"label\": \"Correct answer text\",\n \"type\": \"text\",\n \"default\": \"Correct answer\"\n },\n {\n \"name\": \"inputLanguage\",\n \"label\": \"Language of speech input\",\n \"type\": \"select\",\n \"options\": [\n {\n \"label\": \"Afrikaans\",\n \"value\": \"af-ZA\"\n },\n {\n \"label\": \"Amharic\",\n \"value\": \"am-ET\"\n },\n {\n \"label\": \"Arabic (Algeria)\",\n \"value\": \"ar-DZ\"\n },\n {\n \"label\": \"Arabic (Bahrain)\",\n \"value\": \"ar-BH\"\n },\n {\n \"label\": \"Arabic (Egypt)\",\n \"value\": \"ar-EG\"\n },\n {\n \"label\": \"Arabic (Iraq)\",\n \"value\": \"ar-IQ\"\n },\n {\n \"label\": \"Arabic (Jordan)\",\n \"value\": \"ar-JO\"\n },\n {\n \"label\": \"Arabic (Kuwait)\",\n \"value\": \"ar-KW\"\n },\n {\n \"label\": \"Arabic (Lebanon)\",\n \"value\": \"ar-LB\"\n },\n {\n \"label\": \"Arabic (Lybia)\",\n \"value\": \"ar-LY\"\n },\n {\n \"label\": \"Arabic (Morocco)\",\n \"value\": \"ar-MA\"\n },\n {\n \"label\": \"Arabic (Oman)\",\n \"value\": \"ar-OM\"\n },\n {\n \"label\": \"Arabic (Qatar)\",\n \"value\": \"ar-QA\"\n },\n {\n \"label\": \"Arabic (Saudi Arabia)\",\n \"value\": \"ar-SA\"\n },\n {\n \"label\": \"Arabic (Tunisia)\",\n \"value\": \"ar-TN\"\n },\n {\n \"label\": \"Arabic (UAE)\",\n \"value\": \"ar-AE\"\n },\n {\n \"label\": \"Arabic (Yemen)\",\n \"value\": \"ar-YE\"\n },\n {\n \"label\": \"Armenian\",\n \"value\": \"hy-AM\"\n },\n {\n \"label\": \"Azerbaijani\",\n \"value\": \"az-AZ\"\n },\n {\n \"label\": \"Basque\",\n \"value\": \"eu-ES\"\n },\n {\n \"label\": \"Bengali (Bangladesh)\",\n \"value\": \"bn-BD\"\n },\n {\n \"label\": \"Bengali (India)\",\n \"value\": \"bn-IN\"\n },\n {\n \"label\": \"Bulgarian\",\n \"value\": \"bg-BG\"\n },\n {\n \"label\": \"Catalan\",\n \"value\": \"ca-ES\"\n },\n {\n \"label\": \"Central Khmer\",\n \"value\": \"km-KH\"\n },\n {\n \"label\": \"Chinese, Mandarin (Traditional, Taiwan)\",\n \"value\": \"cmn-Hant-TW\"\n },\n {\n \"label\": \"Chinese, Cantonese (Traditional, Hong Kong)\",\n \"value\": \"yue-Hant-HK\"\n },\n {\n \"label\": \"Chinese, Mandarin (Simplified, China)\",\n \"value\": \"cmn-Hans-CN\"\n },\n {\n \"label\": \"Chinese, Mandarin (Simplified, Hong Kong)\",\n \"value\": \"cmn-Hans-HK\"\n },\n {\n \"label\": \"Croatian\",\n \"value\": \"hr-HR\"\n },\n {\n \"label\": \"Czech\",\n \"value\": \"cs-CZ\"\n },\n {\n \"label\": \"Danish\",\n \"value\": \"da-DK\"\n },\n {\n \"label\": \"Dutch\",\n \"value\": \"nl-NL\"\n },\n {\n \"label\": \"English (Australia)\",\n \"value\": \"en-AU\"\n },\n {\n \"label\": \"English (Canada)\",\n \"value\": \"en-CA\"\n },\n {\n \"label\": \"English (Ghana)\",\n \"value\": \"en-GH\"\n },\n {\n \"label\": \"English (India)\",\n \"value\": \"en-IN\"\n },\n {\n \"label\": \"English (Kenya)\",\n \"value\": \"en-KE\"\n },\n {\n \"label\": \"English (New Zealand)\",\n \"value\": \"en-NZ\"\n },\n {\n \"label\": \"English (Nigeria)\",\n \"value\": \"en-NG\"\n },\n {\n \"label\": \"English (Philippines)\",\n \"value\": \"en-PH\"\n },\n {\n \"label\": \"English (South Africa)\",\n \"value\": \"en-ZA\"\n },\n {\n \"label\": \"English (Tanzania)\",\n \"value\": \"en-TZ\"\n },\n {\n \"label\": \"English(UK)\",\n \"value\": \"en-GB\"\n },\n {\n \"label\": \"English(US)\",\n \"value\": \"en-US\"\n },\n {\n \"label\": \"Filipino\",\n \"value\": \"fil-PH\"\n },\n {\n \"label\": \"Finnish\",\n \"value\": \"fi-FI\"\n },\n {\n \"label\": \"French\",\n \"value\": \"fr-FR\"\n },\n {\n \"label\": \"Galician\",\n \"value\": \"gl-ES\"\n },\n {\n \"label\": \"Georgian\",\n \"value\": \"ka-GE\"\n },\n {\n \"label\": \"German\",\n \"value\": \"de-DE\"\n },\n {\n \"label\": \"Greek\",\n \"value\": \"el-GR\"\n },\n {\n \"label\": \"Gujarati\",\n \"value\": \"gu-IN\"\n },\n {\n \"label\": \"Hebrew\",\n \"value\": \"he\"\n },\n {\n \"label\": \"Hindi (India)\",\n \"value\": \"hi-IN\"\n },\n {\n \"label\": \"Hungarian\",\n \"value\": \"hu\"\n },\n {\n \"label\": \"Icelandic\",\n \"value\": \"is\"\n },\n {\n \"label\": \"Indonesian\",\n \"value\": \"id-ID\"\n },\n {\n \"label\": \"Italian\",\n \"value\": \"it-IT\"\n },\n {\n \"label\": \"Italian (Switzerland)\",\n \"value\": \"it-CH\"\n },\n {\n \"label\": \"Japanese\",\n \"value\": \"ja\"\n },\n {\n \"label\": \"Javanese\",\n \"value\": \"jv-ID\"\n },\n {\n \"label\": \"Kannada\",\n \"value\": \"kn-IN\"\n },\n {\n \"label\": \"Korean\",\n \"value\": \"ko\"\n },\n {\n \"label\": \"Lao\",\n \"value\": \"lo-LA\"\n },\n {\n \"label\": \"Latin\",\n \"value\": \"la\"\n },\n {\n \"label\": \"Latvian\",\n \"value\": \"lv-LV\"\n },\n {\n \"label\": \"Lithuanian\",\n \"value\": \"lt-LT\"\n },\n {\n \"label\": \"Malayalam\",\n \"value\": \"ml-IN\"\n },\n {\n \"label\": \"Malaysian\",\n \"value\": \"ms-MY\"\n },\n {\n \"label\": \"Mandarin Chinese\",\n \"value\": \"zh-CN\"\n },\n {\n \"label\": \"Marathi\",\n \"value\": \"mr-IN\"\n },\n {\n \"label\": \"Nepali\",\n \"value\": \"ne-NP\"\n },\n {\n \"label\": \"Norwegian\",\n \"value\": \"nb-NO\"\n },\n {\n \"label\": \"Pig Latin\",\n \"value\": \"xx-piglatin\"\n },\n {\n \"label\": \"Polish\",\n \"value\": \"pl\"\n },\n {\n \"label\": \"Portuguese\",\n \"value\": \"pt-PT\"\n },\n {\n \"label\": \"Portuguese (Brazil)\",\n \"value\": \"pt-BR\"\n },\n {\n \"label\": \"Romanian\",\n \"value\": \"ro-RO\"\n },\n {\n \"label\": \"Russian\",\n \"value\": \"ru\"\n },\n {\n \"label\": \"Serbian\",\n \"value\": \"sr-SP\"\n },\n {\n \"label\": \"Sinhalese\",\n \"value\": \"si-LK\"\n },\n {\n \"label\": \"Slovak\",\n \"value\": \"sk\"\n },\n {\n \"label\": \"Slovenian\",\n \"value\": \"sl-SI\"\n },\n {\n \"label\": \"Spanish (Argentina)\",\n \"value\": \"es-AR\"\n },\n {\n \"label\": \"Spanish (Bolivia)\",\n \"value\": \"es-BO\"\n },\n {\n \"label\": \"Spanish (Chile)\",\n \"value\": \"es-CL\"\n },\n {\n \"label\": \"Spanish (Colombia)\",\n \"value\": \"es-CO\"\n },\n {\n \"label\": \"Spanish (Costa Rica)\",\n \"value\": \"es-CR\"\n },\n {\n \"label\": \"Spanish (Dominican Republic)\",\n \"value\": \"es-DO\"\n },\n {\n \"label\": \"Spanish (Ecuador)\",\n \"value\": \"es-EC\"\n },\n {\n \"label\": \"Spanish (El Salvador)\",\n \"value\": \"es-SV\"\n },\n {\n \"label\": \"Spanish (Guatemala)\",\n \"value\": \"es-GT\"\n },\n {\n \"label\": \"Spanish (Honduras)\",\n \"value\": \"es-HN\"\n },\n {\n \"label\": \"Spanish (Mexico)\",\n \"value\": \"es-MX\"\n },\n {\n \"label\": \"Spanish (Nicaragua)\",\n \"value\": \"es-NI\"\n },\n {\n \"label\": \"Spanish (Panama)\",\n \"value\": \"es-PA\"\n },\n {\n \"label\": \"Spanish (Paraguay)\",\n \"value\": \"es-PY\"\n },\n {\n \"label\": \"Spanish (Peru)\",\n \"value\": \"es-PE\"\n },\n {\n \"label\": \"Spanish (Puerto Rico)\",\n \"value\": \"es-PR\"\n },\n {\n \"label\": \"Spanish (Spain)\",\n \"value\": \"es-ES\"\n },\n {\n \"label\": \"Spanish (US)\",\n \"value\": \"es-US\"\n },\n {\n \"label\": \"Spanish (Uruguay)\",\n \"value\": \"es-UY\"\n },\n {\n \"label\": \"Spanish (Venezuela)\",\n \"value\": \"es-VE\"\n },\n {\n \"label\": \"Sundanese\",\n \"value\": \"su-ID\"\n },\n {\n \"label\": \"Swahili (Kenya)\",\n \"value\": \"sw-KE\"\n },\n {\n \"label\": \"Swahili (Tanzania)\",\n \"value\": \"sw-TZ\"\n },\n {\n \"label\": \"Swedish\",\n \"value\": \"sv-SE\"\n },\n {\n \"label\": \"Tamil (India)\",\n \"value\": \"ta-IN\"\n },\n {\n \"label\": \"Tamil (Malaysia)\",\n \"value\": \"ta-MY\"\n },\n {\n \"label\": \"Tamil (Singapore)\",\n \"value\": \"ta-SG\"\n },\n {\n \"label\": \"Tamil (Sri Lanka)\",\n \"value\": \"ta-LK\"\n },\n {\n \"label\": \"Telugu\",\n \"value\": \"te-IN\"\n },\n {\n \"label\": \"Thai (Thailand)\",\n \"value\": \"th-TH\"\n },\n {\n \"label\": \"Traditional Taiwan\",\n \"value\": \"zh-TW\"\n },\n {\n \"label\": \"Turkish\",\n \"value\": \"tr\"\n },\n {\n \"label\": \"Ukrainian (Ukraine)\",\n \"value\": \"uk-UA\"\n },\n {\n \"label\": \"Urdu (India)\",\n \"value\": \"ur-IN\"\n },\n {\n \"label\": \"Urdu (Pakistan)\",\n \"value\": \"ur-PK\"\n },\n {\n \"label\": \"Vietnamese\",\n \"value\": \"vi-VN\"\n },\n {\n \"label\": \"Yue Chinese (Traditional Hong Kong)\",\n \"value\": \"zh-yue\"\n },\n {\n \"label\": \"Zulu\",\n \"value\": \"zu\"\n }\n ],\n \"default\": \"en-US\"\n },\n {\n \"name\": \"l10n\",\n \"label\": \"Speak The Words labels and texts\",\n \"type\": \"group\",\n \"common\": true,\n \"fields\": [\n {\n \"name\": \"retryLabel\",\n \"label\": \"\\\"Retry\\\"-button label\",\n \"type\": \"text\",\n \"default\": \"Retry\"\n },\n {\n \"name\": \"showSolutionLabel\",\n \"label\": \"\\\"Show solution\\\"-button label\",\n \"type\": \"text\",\n \"default\": \"Show solution\"\n },\n {\n \"name\": \"speakLabel\",\n \"label\": \"\\\"Speak\\\"-button label\",\n \"type\": \"text\",\n \"default\": \"Push to speak\"\n },\n {\n \"name\": \"listeningLabel\",\n \"label\": \"\\\"Speak\\\"-button label when listening\",\n \"type\": \"text\",\n \"default\": \"Listening...\"\n },\n {\n \"name\": \"correctAnswersText\",\n \"label\": \"Text preceding the correct answers in solution mode\",\n \"type\": \"text\",\n \"default\": \"The correct answer(s):\"\n },\n {\n \"name\": \"userAnswersText\",\n \"label\": \"Text telling the user what his answer was interpreted as\",\n \"type\": \"text\",\n \"default\": \"Your answer(s) was interpreted as:\"\n },\n {\n \"name\": \"noSound\",\n \"label\": \"Text to display when no sound was registered from user\",\n \"type\": \"text\",\n \"default\": \"I could not hear you, make sure your microphone is enabled\"\n },\n {\n \"name\": \"unsupportedBrowserHeader\",\n \"label\": \"Header text to display if browser does not support speech recognition\",\n \"type\": \"text\",\n \"default\": \"It looks like your browser does not support speech recognition\"\n },\n {\n \"name\": \"unsupportedBrowserDetails\",\n \"label\": \"Body text to display if browser does not support speech recognition\",\n \"type\": \"text\",\n \"default\": \"Please try again in a browser like Chrome\"\n },\n {\n \"name\": \"a11yShowSolution\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Show Solution\\\" button\",\n \"default\": \"Show the solution. The task will be marked with its correct solution.\",\n \"importance\": \"low\"\n },\n {\n \"name\": \"a11yRetry\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Retry\\\" button\",\n \"default\": \"Retry the task. Reset all responses and start the task over again.\",\n \"importance\": \"low\"\n }\n ]\n }\n]',NULL,NULL,NULL,NULL,NULL,'https://h5p.org/node/72682',1),(101,'H5P.Agamotto','Agamotto',1,5,2,1,0,'iframe','dist/h5p-agamotto.js','dist/h5p-agamotto.css','','[\n {\n \"name\": \"title\",\n \"label\": \"Heading\",\n \"importance\": \"high\",\n \"type\": \"text\",\n \"optional\": true,\n \"placeholder\": \"Here you can add an optional heading.\",\n \"description\": \"The heading you\'d like to show above the image\"\n },\n {\n \"name\": \"items\",\n \"type\": \"list\",\n \"label\": \"Items\",\n \"entity\": \"item\",\n \"widgets\": [\n {\n \"name\": \"VerticalTabs\",\n \"label\": \"Default\"\n }\n ],\n \"importance\": \"medium\",\n \"min\": 2,\n \"max\": 50,\n \"field\": {\n \"name\": \"item\",\n \"type\": \"group\",\n \"label\": \"Item\",\n \"importance\": \"low\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"image\",\n \"type\": \"library\",\n \"label\": \"Image\",\n \"importance\": \"low\",\n \"options\": [\n \"H5P.Image 1.1\"\n ],\n \"optional\": false\n },\n {\n \"name\": \"labelText\",\n \"label\": \"Label\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"optional\": true,\n \"description\": \"Optional label for a tick. Please make sure it\'s not too long, or it will be hidden.\"\n },\n {\n \"name\": \"description\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"widget\": \"html\",\n \"label\": \"Description\",\n \"optional\": true,\n \"placeholder\": \"My image description ...\",\n \"description\": \"Optional description for the image\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"sub\",\n \"sup\",\n \"h3\",\n \"h4\",\n \"ul\",\n \"ol\",\n \"a\",\n \"pre\",\n \"code\"\n ]\n }\n ]\n }\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"importance\": \"low\",\n \"description\": \"These options will let you control how the task behaves.\",\n \"fields\": [\n {\n \"name\": \"startImage\",\n \"importance\": \"medium\",\n \"type\": \"number\",\n \"label\": \"Start image\",\n \"description\": \"Set the number of the image to start with.\",\n \"default\": 1,\n \"min\": 1,\n \"max\": 50\n },\n {\n \"name\": \"snap\",\n \"importance\": \"medium\",\n \"type\": \"boolean\",\n \"label\": \"Snap slider\",\n \"description\": \"If activated, the slider will snap to an image\'s position.\",\n \"default\": true\n },\n {\n \"name\": \"ticks\",\n \"importance\": \"medium\",\n \"type\": \"boolean\",\n \"label\": \"Display tick marks\",\n \"description\": \"If activated, the slider bar will display a tick mark for each image.\",\n \"default\": false\n },\n {\n \"name\": \"labels\",\n \"importance\": \"medium\",\n \"type\": \"boolean\",\n \"label\": \"Display labels\",\n \"description\": \"If activated, the slider bar will display a label instead of/in addition to tick marks.\",\n \"default\": false\n },\n {\n \"name\": \"transparencyReplacementColor\",\n \"importance\": \"medium\",\n \"type\": \"text\",\n \"label\": \"Transparency Replacement Color\",\n \"description\": \"Set the color that will replace transparent areas of the images.\",\n \"optional\": true,\n \"default\": \"#000000\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true\n }\n }\n ]\n },\n {\n \"name\": \"a11y\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"Readspeaker\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"image\",\n \"type\": \"text\",\n \"label\": \"Image\",\n \"importance\": \"low\",\n \"default\": \"Image\"\n },\n {\n \"name\": \"imageSlider\",\n \"type\": \"text\",\n \"label\": \"Image Slider\",\n \"importance\": \"low\",\n \"default\": \"Image Slider\"\n }\n ]\n }\n]\n',NULL,1,19,NULL,'https://h5p.org/agamotto-tutorial','https://h5p.org/node/79243',1),(102,'flowplayer','Flowplayer',1,0,5,0,0,'','scripts/flowplayer-3.2.12.min.js','','','',NULL,NULL,NULL,NULL,NULL,NULL,1),(103,'H5P.Audio','Audio',1,2,14,1,0,'iframe','scripts/audio.js','styles/audio.css','','[\n {\n \"name\": \"files\",\n \"type\": \"audio\",\n \"importance\": \"high\",\n \"label\": \"Source files\"\n },\n {\n \"name\": \"playerMode\",\n \"type\": \"select\",\n \"importance\": \"low\",\n \"label\": \"Player mode\",\n \"description\": \"Select the layout of the player.\",\n \"options\": [\n {\n \"value\": \"minimalistic\",\n \"label\": \"Minimalistic\"\n },\n {\n \"value\": \"full\",\n \"label\": \"Full\"\n },\n {\n \"value\": \"transparent\",\n \"label\": \"Transparent\"\n }\n ],\n \"default\": \"minimalistic\"\n },\n {\n \"name\": \"fitToWrapper\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"label\": \"Fit to wrapper\",\n \"default\": false,\n \"descriptions\": \"Adjust audioplayer size to use available space\"\n },\n {\n \"name\": \"controls\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"label\": \"Enable controls\",\n \"default\": true,\n \"description\": \"Controls allow the user to for instance pause the audio\"\n },\n {\n \"name\": \"autoplay\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"label\": \"Enable autoplay\",\n \"description\": \"With autoplay the audio starts to play immediately. If autoplay is disabled the user presses a play button to start the audio.\"\n },\n {\n \"name\": \"copyright\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"label\": \"Copyright information\",\n \"deprecated\": true,\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"title\",\n \"type\": \"text\",\n \"label\": \"Title\",\n \"placeholder\": \"Für Elise\",\n \"optional\": true\n },\n {\n \"name\": \"author\",\n \"type\": \"text\",\n \"label\": \"Author\",\n \"placeholder\": \"Ludwig van Beethoven\",\n \"optional\": true\n },\n {\n \"name\": \"source\",\n \"type\": \"text\",\n \"label\": \"Source\",\n \"placeholder\": \"http://en.wikipedia.org/wiki/F%C3%BCr_Elise\",\n \"optional\": true,\n \"regexp\": {\n \"pattern\": \"^http[s]?://.+\",\n \"modifiers\": \"i\"\n }\n },\n {\n \"name\": \"license\",\n \"type\": \"select\",\n \"label\": \"License\",\n \"default\": \"U\",\n \"options\": [\n {\n \"value\": \"U\",\n \"label\": \"Undisclosed\"\n },\n {\n \"value\": \"CC BY\",\n \"label\": \"Attribution\"\n },\n {\n \"value\": \"CC BY-SA\",\n \"label\": \"Attribution-ShareAlike\"\n },\n {\n \"value\": \"CC BY-ND\",\n \"label\": \"Attribution-NoDerivs\"\n },\n {\n \"value\": \"CC BY-NC\",\n \"label\": \"Attribution-NonCommercial\"\n },\n {\n \"value\": \"CC BY-NC-SA\",\n \"label\": \"Attribution-NonCommercial-ShareAlike\"\n },\n {\n \"value\": \"CC BY-NC-ND\",\n \"label\": \"Attribution-NonCommercial-NoDerivs\"\n },\n {\n \"value\": \"GNU GPL\",\n \"label\": \"General Public License\"\n },\n {\n \"value\": \"PD\",\n \"label\": \"Public Domain\"\n },\n {\n \"value\": \"ODC PDDL\",\n \"label\": \"Public Domain Dedication and Licence\"\n },\n {\n \"value\": \"CC PDM\",\n \"label\": \"Public Domain Mark\"\n },\n {\n \"value\": \"C\",\n \"label\": \"Copyright\"\n }\n ]\n }\n ]\n },\n {\n \"name\": \"contentName\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Audio content name\",\n \"common\": true,\n \"default\": \"Audio\"\n },\n {\n \"name\": \"audioNotSupported\",\n \"type\": \"text\",\n \"label\": \"Audio not supported message\",\n \"importance\": \"low\",\n \"common\": true,\n \"default\": \"Your browser does not support this audio\"\n }\n]',NULL,1,4,NULL,NULL,NULL,1),(104,'H5P.ImageSequencing','Image Sequencing',1,1,0,1,0,'iframe','scripts/h5p-image-sequencing.js, scripts/h5p-image-sequencing-card.js, scripts/h5p-image-sequencing-counter.js, scripts/h5p-image-sequencing-timer.js','styles/h5p-image-sequencing.css','','[\n {\n \"label\": \"Task Description\",\n \"name\": \"taskDescription\",\n \"type\": \"text\",\n \"default\": \"Drag to arrange the images in the correct sequence\",\n \"description\": \"A guide telling the user how to solve this task.\",\n \"importance\": \"high\"\n },\n {\n \"label\": \"Alternate Task Description\",\n \"name\": \"altTaskDescription\",\n \"type\": \"text\",\n \"default\": \"Make the following list be ordered correctly. Use the cursor keys to navigate through the list items, use space to activate or deactivate an item and the cursor keys to move it\",\n \"description\": \"A guide intended for visually impaired users on how to solve this task.\",\n \"importance\": \"high\"\n },\n {\n \"name\": \"sequenceImages\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"VerticalTabs\",\n \"label\": \"Default\"\n }\n ],\n \"label\": \"Images\",\n \"importance\": \"high\",\n \"entity\": \"image\",\n \"min\": 3,\n \"field\": {\n \"type\": \"group\",\n \"name\": \"imageElement\",\n \"label\": \"Image Element\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"image\",\n \"type\": \"image\",\n \"label\": \"Image\",\n \"importance\": \"high\"\n },\n {\n \"name\": \"imageDescription\",\n \"type\": \"text\",\n \"label\": \"Image Description\",\n \"importance\": \"low\",\n \"description\": \"An image description for users who cannot recognize the image\"\n },\n {\n \"name\": \"audio\",\n \"description\": \"An optional audio for the card to play\",\n \"type\": \"audio\",\n \"label\": \"Audio files\",\n \"importance\": \"low\",\n \"optional\": true\n }\n ]\n }\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"importance\": \"low\",\n \"description\": \"These options will let you control how the game behaves.\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"enableSolution\",\n \"type\": \"boolean\",\n \"label\": \"Add a show solution button for the game\",\n \"importance\": \"low\",\n \"default\": true\n },\n {\n \"name\": \"enableRetry\",\n \"type\": \"boolean\",\n \"label\": \"Add button for retrying when the game is over\",\n \"importance\": \"low\",\n \"default\": true\n },\n {\n \"name\": \"enableResume\",\n \"type\": \"boolean\",\n \"label\": \"Add button for resuming from the current state \",\n \"importance\": \"low\",\n \"default\": true\n }\n ]\n },\n {\n \"label\": \"Localization\",\n \"importance\": \"low\",\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"common\": true,\n \"fields\": [\n {\n \"label\": \"Total Moves text\",\n \"importance\": \"low\",\n \"name\": \"totalMoves\",\n \"type\": \"text\",\n \"default\": \"Total Moves\"\n },\n {\n \"label\": \"Time spent text\",\n \"importance\": \"low\",\n \"name\": \"timeSpent\",\n \"type\": \"text\",\n \"default\": \"Time spent\"\n },\n {\n \"label\": \"Feedback text\",\n \"importance\": \"low\",\n \"name\": \"score\",\n \"type\": \"text\",\n \"default\": \"You got @score of @total points\",\n \"description\": \"Feedback text, variables available: @score and @total. Example: \'You got @score of @total possible points\'\"\n },\n {\n \"label\": \"Text for \\\"Check\\\" button\",\n \"importance\": \"low\",\n \"name\": \"checkAnswer\",\n \"type\": \"text\",\n \"default\": \"Check\"\n },\n {\n \"label\": \"Text for \\\"Retry\\\" button\",\n \"importance\": \"low\",\n \"name\": \"tryAgain\",\n \"type\": \"text\",\n \"default\": \"Retry\"\n },\n {\n \"label\": \"Text for \\\"Show Solution\\\" button\",\n \"importance\": \"low\",\n \"name\": \"showSolution\",\n \"type\": \"text\",\n \"default\": \"ShowSolution\"\n },\n {\n \"label\": \"Text for \\\"Resume\\\" button\",\n \"importance\": \"low\",\n \"name\": \"resume\",\n \"type\": \"text\",\n \"default\": \"Resume\"\n },\n {\n \"name\": \"audioNotSupported\",\n \"type\": \"text\",\n \"label\": \"Audio not supported message\",\n \"importance\": \"low\",\n \"common\": true,\n \"default\": \"Audio Error\"\n },\n {\n \"name\": \"ariaPlay\",\n \"type\": \"text\",\n \"label\": \"Play button (text for readspeakers)\",\n \"importance\": \"low\",\n \"common\": true,\n \"default\": \"Play the corresponding audio\"\n },\n {\n \"name\": \"ariaMoveDescription\",\n \"type\": \"text\",\n \"label\": \"Card moving description (text for readspeakers)\",\n \"description\": \"@posSrc : card initial position, @posDes : card final position\",\n \"importance\": \"low\",\n \"common\": true,\n \"default\": \"Moved @cardDesc from @posSrc to @posDes\"\n },\n {\n \"name\": \"ariaCardDesc\",\n \"type\": \"text\",\n \"label\": \"Default Card Description (text for readspeakers)\",\n \"importance\": \"low\",\n \"common\": true,\n \"default\": \"sequencing item\"\n }\n ]\n }\n]\n',NULL,NULL,NULL,NULL,'https://h5p.org/tutorial-image-sequencing','https://h5p.org/content-types/image-sequencing',1),(105,'H5P.Flashcards','Flashcards',1,6,4,1,0,'iframe','js/xapi.js, js/flashcards.js','css/flashcards.css','','[\n {\n \"name\": \"description\",\n \"type\": \"text\",\n \"label\": \"Task description\",\n \"importance\": \"high\"\n },\n {\n \"name\": \"cards\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"VerticalTabs\",\n \"label\": \"Default\"\n }\n ],\n \"label\": \"Cards\",\n \"entity\": \"card\",\n \"importance\": \"high\",\n \"min\": 1,\n \"defaultNum\": 1,\n \"field\": {\n \"name\": \"card\",\n \"type\": \"group\",\n \"label\": \"Card\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"label\": \"Question\",\n \"importance\": \"high\",\n \"optional\": true,\n \"description\": \"Optional textual question for the card. (The card may use just an image, just a text or both)\"\n },\n {\n \"name\": \"answer\",\n \"type\": \"text\",\n \"label\": \"Answer\",\n \"importance\": \"high\",\n \"optional\": true,\n \"description\": \"Answer (solution) for the card. Use a pipe symbol | to split alternative solutions. Use \\\\| if a solution should contain a |.\"\n },\n {\n \"name\": \"image\",\n \"type\": \"image\",\n \"label\": \"Image\",\n \"importance\": \"high\",\n \"optional\": true,\n \"description\": \"Optional image for the card. (The card may use just an image, just a text or both)\"\n },\n {\n \"name\": \"imageAltText\",\n \"type\": \"text\",\n \"label\": \"Alternative text for image\",\n \"importance\": \"high\",\n \"optional\": true\n },\n {\n \"name\": \"tip\",\n \"type\": \"group\",\n \"label\": \"Tip\",\n \"importance\": \"low\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"tip\",\n \"label\": \"Tip text\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"tags\": [\n \"p\",\n \"br\",\n \"strong\",\n \"em\",\n \"code\"\n ],\n \"optional\": true\n }\n ]\n }\n ]\n }\n },\n {\n \"label\": \"Progress text\",\n \"name\": \"progressText\",\n \"type\": \"text\",\n \"default\": \"Card @card of @total\",\n \"importance\": \"low\",\n \"description\": \"Progress text, variables available: @card and @total. Example: \'Card @card of @total\'\",\n \"common\": true\n },\n {\n \"label\": \"Text for the next button\",\n \"name\": \"next\",\n \"type\": \"text\",\n \"default\": \"Next\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"label\": \"Text for the previous button\",\n \"name\": \"previous\",\n \"type\": \"text\",\n \"default\": \"Previous\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"label\": \"Text for the check answers button\",\n \"name\": \"checkAnswerText\",\n \"type\": \"text\",\n \"default\": \"Check\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"label\": \"Require user input before the solution can be viewed\",\n \"name\": \"showSolutionsRequiresInput\",\n \"type\": \"boolean\",\n \"default\": true,\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"label\": \"Text for the answer input field\",\n \"name\": \"defaultAnswerText\",\n \"type\": \"text\",\n \"default\": \"Your answer\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"label\": \"Text for correct answer\",\n \"name\": \"correctAnswerText\",\n \"type\": \"text\",\n \"default\": \"Correct\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"label\": \"Text for incorrect answer\",\n \"name\": \"incorrectAnswerText\",\n \"type\": \"text\",\n \"default\": \"Incorrect\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"label\": \"Show solution text\",\n \"name\": \"showSolutionText\",\n \"type\": \"text\",\n \"default\": \"Correct answer(s)\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"label\": \"Text for results title\",\n \"name\": \"results\",\n \"type\": \"text\",\n \"default\": \"Results\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"label\": \"Text for number of correct\",\n \"name\": \"ofCorrect\",\n \"type\": \"text\",\n \"default\": \"@score of @total correct\",\n \"importance\": \"low\",\n \"description\": \"Result text, variables available: @score and @total. Example: \'@score of @total correct\'\",\n \"common\": true\n },\n {\n \"label\": \"Text for show results\",\n \"name\": \"showResults\",\n \"type\": \"text\",\n \"default\": \"Show results\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"label\": \"Text for short answer label\",\n \"name\": \"answerShortText\",\n \"type\": \"text\",\n \"default\": \"A:\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"label\": \"Text for \\\"retry\\\" button\",\n \"name\": \"retry\",\n \"type\": \"text\",\n \"default\": \"Retry\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"label\": \"Case sensitive\",\n \"name\": \"caseSensitive\",\n \"type\": \"boolean\",\n \"default\": false,\n \"description\": \"Makes sure the user input has to be exactly the same as the answer.\"\n },\n {\n \"label\": \"Incorrect text for assistive technologies\",\n \"name\": \"cardAnnouncement\",\n \"type\": \"text\",\n \"default\": \"Incorrect answer. Correct answer was @answer\",\n \"description\": \"Text that will be announced to assistive technologies. Use @answer as variable.\",\n \"common\": true\n },\n {\n \"label\": \"Correct feedback text for assistive technologies\",\n \"name\": \"correctAnswerAnnouncement\",\n \"type\": \"text\",\n \"default\": \"@answer is correct.\",\n \"description\": \"Text that will be announced to assistive technologies when a card is answered correctly. Use @answer as variable.\",\n \"common\": true\n },\n {\n \"label\": \"Card change for assistive technologies\",\n \"name\": \"pageAnnouncement\",\n \"type\": \"text\",\n \"default\": \"Page @current of @total\",\n \"description\": \"Text that will be announced to assistive technologies when navigating between cards. Use @current and @total as variables.\",\n \"common\": true\n },\n {\n \"name\": \"randomCards\",\n \"type\": \"boolean\",\n \"label\": \"Randomize cards\",\n \"importance\": \"low\",\n \"description\": \"Enable to randomize the order of cards on display.\",\n \"default\": false\n }\n]',NULL,1,4,NULL,'https://h5p.org/tutorial-flashcards','https://h5p.org/flashcards',1),(106,'H5P.SpeakTheWordsSet','Speak the Words Set',1,3,4,1,0,'iframe','dist/dist.js','','','[\n {\n \"name\": \"introduction\",\n \"label\": \"Introduction\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"showIntroPage\",\n \"type\": \"boolean\",\n \"optional\": true,\n \"default\": false,\n \"label\": \"Display introduction\",\n \"importance\": \"low\"\n },\n {\n \"name\": \"introductionImage\",\n \"type\": \"image\",\n \"label\": \"Introduction image\",\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"showIntroPage\",\n \"equals\": true\n }\n ]\n }\n },\n {\n \"name\": \"introductionImageAltText\",\n \"type\": \"text\",\n \"label\": \"Alternative text for introduction image\",\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"showIntroPage\",\n \"equals\": true\n }\n ]\n }\n },\n {\n \"name\": \"introductionTitle\",\n \"type\": \"text\",\n \"label\": \"Title\",\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"showIntroPage\",\n \"equals\": true\n }\n ]\n }\n },\n {\n \"name\": \"introductionText\",\n \"type\": \"text\",\n \"label\": \"Introduction text\",\n \"optional\": true,\n \"description\": \"This title will be displayed above the introduction text.\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"widget\": \"html\",\n \"rules\": [\n {\n \"field\": \"showIntroPage\",\n \"equals\": true\n }\n ]\n },\n \"tags\": [\n \"sub\",\n \"sup\",\n \"strong\",\n \"em\",\n \"code\"\n ]\n }\n ]\n },\n {\n \"name\": \"questions\",\n \"label\": \"Questions\",\n \"importance\": \"high\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"VerticalTabs\",\n \"label\": \"Default\"\n }\n ],\n \"min\": 1,\n \"entity\": \"Question\",\n \"field\": {\n \"name\": \"question\",\n \"type\": \"library\",\n \"label\": \"Question\",\n \"importance\": \"high\",\n \"options\": [\n \"H5P.SpeakTheWords 1.5\"\n ]\n }\n },\n {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"label\": \"Overall Feedback\",\n \"importance\": \"low\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"overallFeedback\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"RangeList\",\n \"label\": \"Default\"\n }\n ],\n \"importance\": \"high\",\n \"label\": \"Define custom feedback for any score range\",\n \"description\": \"Click the \\\"Add range\\\" button to add as many ranges as you need. Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!\",\n \"entity\": \"range\",\n \"min\": 1,\n \"defaultNum\": 1,\n \"optional\": true,\n \"field\": {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"from\",\n \"type\": \"number\",\n \"label\": \"Score Range\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 0,\n \"unit\": \"%\"\n },\n {\n \"name\": \"to\",\n \"type\": \"number\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 100,\n \"unit\": \"%\"\n },\n {\n \"name\": \"feedback\",\n \"type\": \"text\",\n \"label\": \"Feedback for defined score range\",\n \"importance\": \"low\",\n \"placeholder\": \"Fill in the feedback\",\n \"optional\": true\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"label\": \"Speak The Words Set labels and texts\",\n \"importance\": \"low\",\n \"common\": true,\n \"fields\": [\n {\n \"name\": \"introductionButtonLabel\",\n \"label\": \"Introduction button label\",\n \"type\": \"text\",\n \"default\": \"Start Course!\"\n },\n {\n \"name\": \"solutionScreenResultsLabel\",\n \"label\": \"Solution screen results label\",\n \"type\": \"text\",\n \"default\": \"Your results:\"\n },\n {\n \"name\": \"showSolutionsButtonLabel\",\n \"label\": \"Show solutions button label\",\n \"type\": \"text\",\n \"default\": \"Show solution\"\n },\n {\n \"name\": \"retryButtonLabel\",\n \"label\": \"Retry button label\",\n \"type\": \"text\",\n \"default\": \"Retry\"\n },\n {\n \"name\": \"finishButtonLabel\",\n \"label\": \"Finish button label\",\n \"type\": \"text\",\n \"default\": \"Finish\"\n },\n {\n \"name\": \"nextQuestionAriaLabel\",\n \"label\": \"Next question accessibility label\",\n \"type\": \"text\",\n \"default\": \"Next question\"\n },\n {\n \"name\": \"previousQuestionAriaLabel\",\n \"label\": \"Previous question accessibility label\",\n \"type\": \"text\",\n \"default\": \"Previous question\"\n },\n {\n \"name\": \"navigationBarTitle\",\n \"label\": \"Navigation bar title\",\n \"description\": \"Titles for questions in navigation bar. \\\":num\\\" will be replaced with the actual slide number.\",\n \"type\": \"text\",\n \"default\": \"Slide :num\"\n },\n {\n \"name\": \"answeredSlideAriaLabel\",\n \"label\": \"Answered slide accessibility label\",\n \"type\": \"text\",\n \"default\": \"Answered\"\n },\n {\n \"name\": \"activeSlideAriaLabel\",\n \"label\": \"Active slide accessibility label\",\n \"type\": \"text\",\n \"default\": \"Currently active\"\n }\n ]\n }\n]\n',NULL,NULL,NULL,NULL,NULL,'https://h5p.org/speak-the-words-set',1),(107,'H5P.ImageSlide','Image Slide',1,1,4,0,0,'','image-slide.js','image-slide.css','','[\n {\n \"label\": \"Image\",\n \"name\": \"image\",\n \"type\": \"library\",\n \"options\": [\n \"H5P.Image 1.1\"\n ]\n }\n]',NULL,NULL,NULL,NULL,NULL,NULL,1),(108,'H5P.ImageSlider','Image Slider',1,1,7,1,1,'iframe','image-slider.js','image-slider.css','','[\n {\n \"label\": \"Images\",\n \"name\": \"imageSlides\",\n \"type\": \"list\",\n \"field\": {\n \"label\": \"Image Slide\",\n \"name\": \"imageSlide\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"label\": \"Image Slide\",\n \"name\": \"imageSlide\",\n \"type\": \"library\",\n \"options\": [\n \"H5P.ImageSlide 1.1\"\n ]\n }\n ]\n }\n },\n {\n \"label\": \"Aspect ratio\",\n \"name\": \"aspectRatioMode\",\n \"type\": \"select\",\n \"description\": \"Automatic means fixed aspect ratio automatically determined based on the images\",\n \"default\": \"auto\",\n \"options\": [\n {\n \"value\": \"auto\",\n \"label\": \"Automatic\"\n },\n {\n \"value\": \"custom\",\n \"label\": \"Custom\"\n },\n {\n \"value\": \"notFixed\",\n \"label\": \"Not fixed\"\n }\n ]\n },\n {\n \"label\": \"Aspect Ratio Settings\",\n \"name\": \"aspectRatio\",\n \"type\": \"group\",\n \"widget\": \"showWhen\",\n \"expanded\": true,\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"aspectRatioMode\",\n \"equals\": \"custom\"\n }\n ]\n },\n \"fields\": [\n {\n \"label\": \"Aspect ratio width\",\n \"name\": \"aspectWidth\",\n \"type\": \"number\",\n \"default\": 4,\n \"description\": \"If you use 4 here, and 3 for the height the aspect ratio will be 4:3\"\n },\n {\n \"label\": \"Aspect ratio height\",\n \"name\": \"aspectHeight\",\n \"type\": \"number\",\n \"default\": 3,\n \"description\": \"If you use 3 here, and 4 for the width the aspect ratio will be 4:3\"\n }\n ]\n },\n {\n \"name\": \"a11y\",\n \"type\": \"group\",\n \"label\": \"Image slider accessibility\",\n \"importance\": \"low\",\n \"common\": true,\n \"fields\": [\n {\n \"name\": \"nextSlide\",\n \"type\": \"text\",\n \"label\": \"Label for next slide buttons\",\n \"importance\": \"low\",\n \"default\": \"Next Image\",\n \"description\": \"This is only used for read-speakers. It won\'t be displayed.\"\n },\n {\n \"name\": \"prevSlide\",\n \"type\": \"text\",\n \"label\": \"Label for previous slide buttons\",\n \"importance\": \"low\",\n \"default\": \"Previous Image\",\n \"description\": \"This is only used for read-speakers. It won\'t be displayed.\"\n },\n {\n \"name\": \"gotoSlide\",\n \"type\": \"text\",\n \"label\": \"Label for slide buttons\",\n \"importance\": \"low\",\n \"default\": \"Go to image %slide\",\n \"description\": \"This is only used for read-speakers. It won\'t be displayed. %slide is a variable and will be replaced with the image number.\"\n }\n ]\n }\n]',NULL,NULL,NULL,NULL,'https://h5p.org/tutorial-image-slider','https://h5p.org/image-slider',1),(109,'H5P.Essay','Essay',1,5,8,1,0,'iframe','scripts/essay.js, scripts/inputfield.js','styles/essay.css','','[\n {\n \"name\": \"media\",\n \"type\": \"group\",\n \"label\": \"Media\",\n \"importance\": \"medium\",\n \"fields\": [\n {\n \"name\": \"type\",\n \"type\": \"library\",\n \"label\": \"Type\",\n \"importance\": \"medium\",\n \"options\": [\n \"H5P.Image 1.1\",\n \"H5P.Video 1.6\",\n \"H5P.Audio 1.5\"\n ],\n \"optional\": true,\n \"description\": \"Optional media to display above the question.\"\n },\n {\n \"name\": \"disableImageZooming\",\n \"type\": \"boolean\",\n \"label\": \"Disable image zooming\",\n \"importance\": \"low\",\n \"default\": false,\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": \"H5P.Image 1.1\"\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"taskDescription\",\n \"label\": \"Task description\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"importance\": \"high\",\n \"description\": \"Describe your task here. The task description will appear above text input area.\",\n \"placeholder\": \"Summarize the book in 500 characters ...\",\n \"enterMode\": \"div\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ]\n },\n {\n \"name\": \"placeholderText\",\n \"label\": \"Help text\",\n \"type\": \"text\",\n \"description\": \"This text should help the user to get started.\",\n \"placeholder\": \"This book is about ...\",\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"name\": \"solution\",\n \"type\": \"group\",\n \"label\": \"Sample solution\",\n \"importance\": \"high\",\n \"expanded\": true,\n \"description\": \"You can optionally add a sample solution that\'s shown after the student created a text. It\'s called sample solution because there probably is not only one solution.\",\n \"fields\": [\n {\n \"name\": \"introduction\",\n \"type\": \"text\",\n \"label\": \"Introduction\",\n \"importance\": \"low\",\n \"description\": \"You can optionally leave the students some explanations about your example. The explanation will only show up if you add an example, too.\",\n \"placeholder\": \"Please remember that you were not expected to come up with the exact same solution. It\'s just a good example.\",\n \"optional\": true,\n \"widget\": \"html\",\n \"enterMode\": \"div\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"hr\",\n \"code\"\n ]\n },\n {\n \"name\": \"sample\",\n \"type\": \"text\",\n \"label\": \"Sample solution text\",\n \"importance\": \"low\",\n \"description\": \"The student will see a \\\"Show solution\\\" button after submitting if you provide some text here.\",\n \"optional\": true,\n \"widget\": \"html\",\n \"enterMode\": \"div\",\n \"tags\": [\n \"strong\",\n \"a\"\n ]\n }\n ]\n },\n {\n \"name\": \"keywords\",\n \"label\": \"Keywords\",\n \"importance\": \"high\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"VerticalTabs\",\n \"label\": \"Default\"\n }\n ],\n \"min\": 1,\n \"entity\": \"Keyword\",\n \"field\": {\n \"name\": \"groupy\",\n \"type\": \"group\",\n \"label\": \"Keyword\",\n \"fields\": [\n {\n \"name\": \"keyword\",\n \"type\": \"text\",\n \"label\": \"Keyword\",\n \"description\": \"Keyword or phrase to look for. Use an asterisk \'*\' as a wildcard for one or more characters. Use a slash \'/\' at the beginning and the end to use a regular expression.\",\n \"importance\": \"medium\"\n },\n {\n \"name\": \"alternatives\",\n \"type\": \"list\",\n \"label\": \"Variations\",\n \"description\": \"Add optional variations for this keyword. Example: For a \'city\' add alternatives \'town\', \'municipality\' etc. Points will be awarded if the user includes any of the specified alternatives.\",\n \"importance\": \"medium\",\n \"entity\": \"variation\",\n \"optional\": true,\n \"min\": 0,\n \"field\": {\n \"name\": \"alternative\",\n \"type\": \"text\",\n \"label\": \"Keyword variation\"\n }\n },\n {\n \"name\": \"options\",\n \"type\": \"group\",\n \"label\": \"Points, Options and Feedback\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"points\",\n \"type\": \"number\",\n \"label\": \"Points\",\n \"default\": 1,\n \"description\": \"Points that the user will get if he/she includes this keyword or its alternatives in the answer.\",\n \"min\": 0\n },\n {\n \"name\": \"occurrences\",\n \"type\": \"number\",\n \"label\": \"Occurrences\",\n \"default\": 1,\n \"description\": \"Define how many occurrences of the keyword or its variations should be awarded with points.\",\n \"min\": 1\n },\n {\n \"name\": \"caseSensitive\",\n \"type\": \"boolean\",\n \"label\": \"Case sensitive\",\n \"default\": true,\n \"description\": \"Makes sure the user input has to be exactly the same as the answer.\"\n },\n {\n \"name\": \"forgiveMistakes\",\n \"type\": \"boolean\",\n \"label\": \"Forgive minor mistakes\",\n \"description\": \"This will accept minor spelling mistakes (3-9 characters: 1 mistake, more than 9 characters: 2 mistakes).\"\n },\n {\n \"name\": \"feedbackIncluded\",\n \"type\": \"text\",\n \"label\": \"Feedback if keyword included\",\n \"description\": \"This feedback will be displayed if the user includes this keyword or its alternatives in the answer.\",\n \"optional\": true,\n \"maxLength\": 1000\n },\n {\n \"name\": \"feedbackMissed\",\n \"type\": \"text\",\n \"label\": \"Feedback if keyword missing\",\n \"description\": \"This feedback will be displayed if the user doesn’t include this keyword or its alternatives in the answer.\",\n \"optional\": true,\n \"maxLength\": 1000\n },\n {\n \"name\": \"feedbackIncludedWord\",\n \"type\": \"select\",\n \"label\": \"Feedback word shown if keyword included\",\n \"importance\": \"low\",\n \"description\": \"This option allows you to specify which word should be shown in front of your feedback if a keyword was found in the text.\",\n \"optional\": false,\n \"default\": \"keyword\",\n \"options\": [\n {\n \"value\": \"keyword\",\n \"label\": \"keyword\"\n },\n {\n \"value\": \"alternative\",\n \"label\": \"alternative found\"\n },\n {\n \"value\": \"answer\",\n \"label\": \"answer given\"\n },\n {\n \"value\": \"none\",\n \"label\": \"none\"\n }\n ]\n },\n {\n \"name\": \"feedbackMissedWord\",\n \"type\": \"select\",\n \"label\": \"Feedback word shown if keyword missing\",\n \"importance\": \"low\",\n \"description\": \"This option allows you to specify which word should be shown in front of your feedback if a keyword was not found in the text.\",\n \"optional\": false,\n \"default\": \"none\",\n \"options\": [\n {\n \"value\": \"keyword\",\n \"label\": \"keyword\"\n },\n {\n \"value\": \"none\",\n \"label\": \"none\"\n }\n ]\n }\n ]\n }\n ]\n }\n },\n {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"label\": \"Overall Feedback\",\n \"importance\": \"low\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"overallFeedback\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"RangeList\",\n \"label\": \"Default\"\n }\n ],\n \"importance\": \"high\",\n \"label\": \"Define custom feedback for any score range\",\n \"description\": \"Click the \\\"Add range\\\" button to add as many ranges as you need. Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!\",\n \"entity\": \"range\",\n \"min\": 1,\n \"defaultNum\": 1,\n \"optional\": true,\n \"field\": {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"from\",\n \"type\": \"number\",\n \"label\": \"Score Range\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 0,\n \"unit\": \"%\"\n },\n {\n \"name\": \"to\",\n \"type\": \"number\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 100,\n \"unit\": \"%\"\n },\n {\n \"name\": \"feedback\",\n \"type\": \"text\",\n \"label\": \"Feedback for defined score range\",\n \"importance\": \"low\",\n \"placeholder\": \"Fill in the feedback\",\n \"optional\": true\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"importance\": \"low\",\n \"description\": \"These options will let you control how the task behaves.\",\n \"fields\": [\n {\n \"name\": \"minimumLength\",\n \"label\": \"Minimum number of characters\",\n \"type\": \"number\",\n \"description\": \"Specify the minimum number of characters that the user must enter.\",\n \"importance\": \"low\",\n \"optional\": true,\n \"min\": \"0\"\n },\n {\n \"name\": \"maximumLength\",\n \"label\": \"Maximum number of characters\",\n \"type\": \"number\",\n \"description\": \"Specify the maximum number of characters that the user can enter.\",\n \"importance\": \"low\",\n \"optional\": true,\n \"min\": \"0\"\n },\n {\n \"name\": \"inputFieldSize\",\n \"label\": \"Input field size\",\n \"type\": \"select\",\n \"importance\": \"low\",\n \"description\": \"The size of the input field in amount of lines it will cover\",\n \"options\": [\n {\n \"value\": \"1\",\n \"label\": \"1 line\"\n },\n {\n \"value\": \"3\",\n \"label\": \"3 lines\"\n },\n {\n \"value\": \"10\",\n \"label\": \"10 lines\"\n }\n ],\n \"default\": \"10\"\n },\n {\n \"name\": \"enableRetry\",\n \"label\": \"Enable \\\"Retry\\\"\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"description\": \"If checked, learners can retry the task.\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"ignoreScoring\",\n \"label\": \"Ignore scoring\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"description\": \"If checked, learners will only see the feedback that you provided for the keywords, but no score.\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"pointsHost\",\n \"label\": \"Points in host environment\",\n \"type\": \"number\",\n \"importance\": \"low\",\n \"description\": \"Used to award points in host environment merely for answering (not shown to learner).\",\n \"min\": 0,\n \"default\": 1,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"ignoreScoring\",\n \"equals\": true\n }\n ]\n }\n },\n {\n \"name\": \"percentagePassing\",\n \"type\": \"number\",\n \"label\": \"Passing percentage\",\n \"description\": \"Percentage that\'s necessary for passing\",\n \"optional\": true,\n \"min\": 0,\n \"max\": 100,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"ignoreScoring\",\n \"equals\": false\n }\n ]\n }\n },\n {\n \"name\": \"percentageMastering\",\n \"type\": \"number\",\n \"label\": \"Mastering percentage\",\n \"description\": \"Percentage that\'s necessary for mastering. Setting the mastering percentage below 100 % will lower the maximum possible score accordingly. It\'s intended to give some leeway to students, not to \\\"graciously accept\\\" solutions that do not contain all keywords.\",\n \"optional\": true,\n \"min\": 0,\n \"max\": 100,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"ignoreScoring\",\n \"equals\": false\n }\n ]\n }\n },\n {\n \"name\": \"overrideCaseSensitive\",\n \"type\": \"select\",\n \"label\": \"Override case sensitive\",\n \"importance\": \"low\",\n \"description\": \"This option determines if the \\\"Case sensitive\\\" option will be activated for all keywords.\",\n \"optional\": true,\n \"options\": [\n {\n \"value\": \"on\",\n \"label\": \"Enabled\"\n },\n {\n \"value\": \"off\",\n \"label\": \"Disabled\"\n }\n ]\n },\n {\n \"name\": \"overrideForgiveMistakes\",\n \"type\": \"select\",\n \"label\": \"Override forgive mistakes\",\n \"importance\": \"low\",\n \"description\": \"This option determines if the \\\"Forgive mistakes\\\" option will be activated for all keywords.\",\n \"optional\": true,\n \"options\": [\n {\n \"value\": \"on\",\n \"label\": \"Enabled\"\n },\n {\n \"value\": \"off\",\n \"label\": \"Disabled\"\n }\n ]\n },\n {\n \"name\": \"linebreakReplacement\",\n \"type\": \"select\",\n \"label\": \"Replacement for line breaks\",\n \"importance\": \"low\",\n \"description\": \"By default, line breaks will be replaced with a space character. If you want to check for line breaks, e.g. in regular expressions, you can set a different replacement here.\",\n \"options\": [\n {\n \"value\": \" \",\n \"label\": \"space\"\n },\n {\n \"value\": \"\\n\",\n \"label\": \"line break (\\\\n)\"\n }\n ],\n \"default\": \" \"\n }\n ]\n },\n {\n \"name\": \"checkAnswer\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Check\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Check\",\n \"common\": true\n },\n {\n \"name\": \"submitAnswer\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Submit\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Submit\",\n \"common\": true\n },\n {\n \"name\": \"tryAgain\",\n \"label\": \"Text for \\\"Retry\\\" button\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"default\": \"Retry\",\n \"common\": true\n },\n {\n \"name\": \"showSolution\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Show solution\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Show solution\",\n \"common\": true\n },\n {\n \"name\": \"feedbackHeader\",\n \"type\": \"text\",\n \"label\": \"Header for panel containing feedback for included/missing keywords\",\n \"importance\": \"low\",\n \"default\": \"Feedback\",\n \"common\": true\n },\n {\n \"name\": \"solutionTitle\",\n \"type\": \"text\",\n \"label\": \"Label for solution\",\n \"importance\": \"low\",\n \"default\": \"Sample solution\",\n \"common\": true\n },\n {\n \"name\": \"remainingChars\",\n \"type\": \"text\",\n \"label\": \"Remaining characters\",\n \"importance\": \"low\",\n \"common\": true,\n \"default\": \"Remaining characters: @chars\",\n \"description\": \"Message for remaining characters. You can use @chars which will be replaced by the corresponding number.\"\n },\n {\n \"name\": \"notEnoughChars\",\n \"type\": \"text\",\n \"label\": \"Not enough characters\",\n \"importance\": \"low\",\n \"common\": true,\n \"default\": \"You must enter at least @chars characters!\",\n \"description\": \"Message to indicate that the text doesn\'t contain enough characters. You can use @chars which will be replaced by the corresponding number.\"\n },\n {\n \"name\": \"messageSave\",\n \"type\": \"text\",\n \"label\": \"Save message\",\n \"description\": \"Message indicating that the text has been saved\",\n \"importance\": \"low\",\n \"common\": true,\n \"default\": \"saved\"\n },\n {\n \"name\": \"ariaYourResult\",\n \"type\": \"text\",\n \"label\": \"Your result (not displayed)\",\n \"description\": \"Accessibility text used for readspeakers. @score will be replaced by the number of points. @total will be replaced by the maximum possible points.\",\n \"importance\": \"low\",\n \"common\": true,\n \"default\": \"You got @score out of @total points\"\n },\n {\n \"name\": \"ariaNavigatedToSolution\",\n \"type\": \"text\",\n \"label\": \"Navigation message (not displayed)\",\n \"description\": \"Accessibility text used for readspeakers\",\n \"importance\": \"low\",\n \"common\": true,\n \"default\": \"Navigated to newly included sample solution after textarea.\"\n },\n {\n \"name\": \"ariaCheck\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Check\\\" button\",\n \"importance\": \"low\",\n \"common\": true,\n \"default\": \"Check the answers.\"\n },\n {\n \"name\": \"ariaShowSolution\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Show Solution\\\" button\",\n \"importance\": \"low\",\n \"common\": true,\n \"default\": \"Show the solution. You will be provided with a sample solution.\"\n },\n {\n \"name\": \"ariaRetry\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Retry\\\" button\",\n \"importance\": \"low\",\n \"common\": true,\n \"default\": \"Retry the task. You can improve your previous answer if the author allowed that.\"\n }\n]',NULL,1,13,NULL,'https://h5p.org/tutorial-essay','https://h5p.org/content-types/essay',1),(110,'H5P.ImagePair','Image Pair',1,4,0,1,0,'iframe','h5p-image-pair.js, h5p-image-pair-card.js','h5p-image-pair.css','','[\n {\n \"label\": \"Task Description\",\n \"name\": \"taskDescription\",\n \"type\": \"text\",\n \"default\": \"Drag images from the left to match them with corresponding images on the right\",\n \"description\": \"A guide telling the user how to solve this task.\",\n \"importance\": \"high\"\n },\n {\n \"name\": \"cards\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"VerticalTabs\",\n \"label\": \"Default\"\n }\n ],\n \"label\": \"Cards\",\n \"importance\": \"high\",\n \"entity\": \"card\",\n \"min\": 2,\n \"max\": 100,\n \"field\": {\n \"type\": \"group\",\n \"name\": \"card\",\n \"label\": \"Card\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"image\",\n \"type\": \"image\",\n \"label\": \"Image\",\n \"importance\": \"high\",\n \"ratio\": 1\n },\n {\n \"name\": \"imageAlt\",\n \"type\": \"text\",\n \"label\": \"Alternative text for Image\",\n \"importance\": \"high\",\n \"description\": \"Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users.\"\n },\n {\n \"name\": \"match\",\n \"type\": \"image\",\n \"label\": \"Matching Image\",\n \"importance\": \"low\",\n \"optional\": true,\n \"description\": \"An optional image to match against instead of using two cards with the same image.\",\n \"ratio\": 1\n },\n {\n \"name\": \"matchAlt\",\n \"type\": \"text\",\n \"label\": \"Alternative text for Matching Image\",\n \"importance\": \"low\",\n \"optional\": true,\n \"description\": \"Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users.\"\n }\n ]\n }\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"importance\": \"low\",\n \"description\": \"These options will let you control how the game behaves.\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"allowRetry\",\n \"type\": \"boolean\",\n \"label\": \"Add button for retrying when the game is over\",\n \"importance\": \"low\",\n \"default\": true\n }\n ]\n },\n {\n \"label\": \"Localization\",\n \"importance\": \"low\",\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"common\": true,\n \"fields\": [\n {\n \"label\": \"Text for \\\"Check\\\" button\",\n \"importance\": \"low\",\n \"name\": \"checkAnswer\",\n \"type\": \"text\",\n \"default\": \"Check\"\n },\n {\n \"label\": \"Text for \\\"Retry\\\" button\",\n \"importance\": \"low\",\n \"name\": \"tryAgain\",\n \"type\": \"text\",\n \"default\": \"Retry\"\n },\n {\n \"label\": \"Text for \\\"ShowSolution\\\" button\",\n \"importance\": \"low\",\n \"name\": \"showSolution\",\n \"type\": \"text\",\n \"default\": \"Show Solution\"\n },\n {\n \"label\": \"Feedback text\",\n \"importance\": \"low\",\n \"name\": \"score\",\n \"type\": \"text\",\n \"default\": \"You got @score of @total points\",\n \"description\": \"Feedback text, variables available: @score and @total. Example: \'You got @score of @total possible points\'\"\n }\n ]\n }\n]\n',NULL,NULL,NULL,NULL,'https://h5p.org/tutorial-image-pairing','https://h5p.org/image-pairing',1),(111,'H5P.Audio','Audio',1,4,7,1,0,'iframe','scripts/audio.js','styles/audio.css','','[\n {\n \"name\": \"files\",\n \"type\": \"audio\",\n \"importance\": \"high\",\n \"label\": \"Source files\",\n \"disableCopyright\": true\n },\n {\n \"name\": \"playerMode\",\n \"type\": \"select\",\n \"importance\": \"low\",\n \"label\": \"Player mode\",\n \"description\": \"Select the layout of the player.\",\n \"options\": [\n {\n \"value\": \"minimalistic\",\n \"label\": \"Minimalistic\"\n },\n {\n \"value\": \"full\",\n \"label\": \"Full\"\n },\n {\n \"value\": \"transparent\",\n \"label\": \"Transparent\"\n }\n ],\n \"default\": \"minimalistic\"\n },\n {\n \"name\": \"fitToWrapper\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"label\": \"Fit to wrapper\",\n \"default\": false,\n \"descriptions\": \"Adjust audioplayer size to use available space\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"playerMode\",\n \"equals\": \"minimalistic\"\n },\n {\n \"field\": \"playerMode\",\n \"equals\": \"full\"\n }\n ]\n }\n },\n {\n \"name\": \"controls\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"label\": \"Enable controls\",\n \"default\": true,\n \"description\": \"Controls allow the user to for instance pause the audio\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"playerMode\",\n \"equals\": \"full\"\n }\n ]\n }\n },\n {\n \"name\": \"autoplay\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"label\": \"Enable autoplay\",\n \"description\": \"With autoplay the audio starts to play immediately. If autoplay is disabled the user presses a play button to start the audio.\"\n },\n {\n \"name\": \"playAudio\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Play audio (Readspeaker)\",\n \"common\": true,\n \"default\": \"Play audio\"\n },\n {\n \"name\": \"pauseAudio\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Pause audio (Readspeaker)\",\n \"common\": true,\n \"default\": \"Pause audio\"\n },\n {\n \"name\": \"contentName\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Audio content name\",\n \"common\": true,\n \"default\": \"Audio\"\n },\n {\n \"name\": \"audioNotSupported\",\n \"type\": \"text\",\n \"label\": \"Audio not supported message\",\n \"importance\": \"low\",\n \"common\": true,\n \"default\": \"Your browser does not support this audio\"\n }\n]\n',NULL,1,19,NULL,NULL,NULL,1),(112,'H5P.Dictation','Dictation',1,1,2,1,0,'iframe','dist/h5p-dictation.js','dist/h5p-dictation.css','','[\n {\n \"name\": \"media\",\n \"type\": \"group\",\n \"label\": \"Media\",\n \"importance\": \"medium\",\n \"fields\": [\n {\n \"name\": \"type\",\n \"type\": \"library\",\n \"label\": \"Type\",\n \"importance\": \"medium\",\n \"options\": [\n \"H5P.Image 1.1\",\n \"H5P.Video 1.5\"\n ],\n \"optional\": true,\n \"description\": \"Optional media to display above the question.\"\n },\n {\n \"name\": \"disableImageZooming\",\n \"type\": \"boolean\",\n \"label\": \"Disable image zooming\",\n \"importance\": \"low\",\n \"default\": false,\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": \"H5P.Image 1.1\"\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"taskDescription\",\n \"label\": \"Task description\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"importance\": \"high\",\n \"description\": \"Describe your task here.\",\n \"placeholder\": \"Please listen carefully and write what you hear.\",\n \"enterMode\": \"div\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ]\n },\n {\n \"name\": \"sentences\",\n \"label\": \"Sentences\",\n \"importance\": \"high\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"VerticalTabs\",\n \"label\": \"Default\"\n }\n ],\n \"min\": 1,\n \"entity\": \"Sentence\",\n \"field\": {\n \"name\": \"sentence\",\n \"type\": \"group\",\n \"label\": \"Sentence\",\n \"fields\": [\n {\n \"name\": \"description\",\n \"type\": \"text\",\n \"label\": \"Description\",\n \"description\": \"You can optionally put a simple description above the text input field, useful e.g. for dialogues.\",\n \"importance\": \"medium\",\n \"optional\": true\n },\n {\n \"name\": \"sample\",\n \"type\": \"audio\",\n \"label\": \"Sound sample\",\n \"description\": \"Sentence spoken in normal speed\",\n \"importance\": \"medium\",\n \"widgetExtensions\": [\n \"AudioRecorder\"\n ]\n },\n {\n \"name\": \"sampleAlternative\",\n \"type\": \"audio\",\n \"label\": \"Sound sample slow\",\n \"description\": \"Sentence spoken in slow speed\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"widgetExtensions\": [\n \"AudioRecorder\"\n ]\n },\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"label\": \"Text\",\n \"description\": \"Text that should be written. You can add alternate spellings to a word by adding a vertical line (|) behind followed by an alternative.\",\n \"importance\": \"medium\",\n \"maxLength\": 1000\n }\n ]\n }\n },\n {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"label\": \"Overall Feedback\",\n \"importance\": \"low\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"overallFeedback\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"RangeList\",\n \"label\": \"Default\"\n }\n ],\n \"importance\": \"high\",\n \"label\": \"Define custom feedback for any score range\",\n \"description\": \"Click the \\\"Add range\\\" button to add as many ranges as you need. Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!\",\n \"entity\": \"range\",\n \"min\": 1,\n \"defaultNum\": 1,\n \"optional\": true,\n \"field\": {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"from\",\n \"type\": \"number\",\n \"label\": \"Score Range\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 0,\n \"unit\": \"%\"\n },\n {\n \"name\": \"to\",\n \"type\": \"number\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 100,\n \"unit\": \"%\"\n },\n {\n \"name\": \"feedback\",\n \"type\": \"text\",\n \"label\": \"Feedback for defined score range\",\n \"importance\": \"low\",\n \"placeholder\": \"Fill in the feedback\",\n \"optional\": true\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"importance\": \"low\",\n \"description\": \"These options will let you control how the task behaves.\",\n \"fields\": [\n {\n \"name\": \"tries\",\n \"type\": \"number\",\n \"label\": \"Maximum tries\",\n \"description\": \"Will limit the number of times the samples for each sentence can be listened to.\",\n \"optional\": true,\n \"min\": 1\n },\n {\n \"name\": \"triesAlternative\",\n \"type\": \"number\",\n \"label\": \"Maximum tries for slow speed\",\n \"description\": \"Will limit the number of times the slow samples for each sentence can be listened to.\",\n \"optional\": true,\n \"min\": 1\n },\n {\n \"name\": \"shuffleSentences\",\n \"type\": \"select\",\n \"label\": \"Shuffle sentences\",\n \"description\": \"Define when the sentences should be shuffled.\",\n \"options\": [\n {\n \"value\": \"never\",\n \"label\": \"Never\"\n },\n {\n \"value\": \"once\",\n \"label\": \"Once when starting exercise\"\n },\n {\n \"value\": \"onRetry\",\n \"label\": \"On every try\"\n }\n ],\n \"default\": \"never\"\n },\n {\n \"name\": \"scoring\",\n \"type\": \"group\",\n \"label\": \"Scoring\",\n \"expanded\": false,\n \"fields\": [\n {\n \"name\": \"ignorePunctuation\",\n \"type\": \"boolean\",\n \"label\": \"Ignore Punctuation marks\",\n \"description\": \"If checked, punctuation marks will not be considered for scoring.\",\n \"optional\": false,\n \"default\": true\n },\n {\n \"name\": \"zeroMistakeMode\",\n \"type\": \"boolean\",\n \"label\": \"Zero mistakes mode\",\n \"description\": \"If checked, only correct answers will be considered for scoring. Mistakes will not be punished.\",\n \"default\": false,\n \"optional\": false\n },\n {\n \"name\": \"typoFactor\",\n \"type\": \"select\",\n \"label\": \"Value of typos\",\n \"description\": \"Determine to which extent typing errors (word with 3-9 characters: up to 1 mistake, word with more than 9 characters: up to 2 mistakes) count as a real mistake.\",\n \"options\": [\n {\n \"value\": \"100\",\n \"label\": \"100 %\"\n },\n {\n \"value\": \"50\",\n \"label\": \"50 %\"\n },\n {\n \"value\": \"0\",\n \"label\": \"0 %\"\n }\n ],\n \"default\": \"100\"\n }\n ]\n },\n {\n \"name\": \"textual\",\n \"type\": \"group\",\n \"label\": \"Text\",\n \"expanded\": false,\n \"fields\": [\n {\n \"name\": \"wordSeparator\",\n \"type\": \"text\",\n \"label\": \"Word separator\",\n \"description\": \"Define the separator of words different than space character to support alternate solutions with different number of words.\",\n \"optional\": true,\n \"default\": \" \"\n },\n {\n \"name\": \"overrideRTL\",\n \"type\": \"select\",\n \"label\": \"Writing direction\",\n \"description\": \"Set whether the sentences\' language is right-to-left or left-to-right.\",\n \"options\": [\n {\n \"value\": \"auto\",\n \"label\": \"Automatic detection\"\n },\n {\n \"value\": \"on\",\n \"label\": \"Right-to-left\"\n },\n {\n \"value\": \"off\",\n \"label\": \"Left-to-right\"\n }\n ],\n \"default\": \"auto\"\n },\n {\n \"name\": \"autosplit\",\n \"type\": \"boolean\",\n \"label\": \"Splitting of characters\",\n \"description\": \"Activate if particular characters (e.g. Chinese Han characters) should be split into separate words automatically.\",\n \"importance\": \"low\",\n \"default\": true\n }\n ]\n },\n {\n \"name\": \"feedbackPresentation\",\n \"type\": \"group\",\n \"label\": \"Presentation of feedback\",\n \"expanded\": false,\n \"fields\": [\n {\n \"name\": \"customTypoDisplay\",\n \"type\": \"boolean\",\n \"label\": \"Custom typo display\",\n \"description\": \"If checked, typos will be displayed in a custom style distinguishing them from clear mistakes.\",\n \"default\": false,\n \"optional\": false\n },\n {\n \"name\": \"alternateSolution\",\n \"type\": \"select\",\n \"label\": \"Presentation of alternate solutions\",\n \"description\": \"Define which alternatives should be presented for wrong or missing words in the solution.\",\n \"options\": [\n {\n \"value\": \"first\",\n \"label\": \"Show only first alternative\"\n },\n {\n \"value\": \"all\",\n \"label\": \"Show all alternatives\"\n }\n ],\n \"default\": \"first\"\n }\n ]\n },\n {\n \"name\": \"enableRetry\",\n \"label\": \"Enable \\\"Retry\\\"\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"enableSolutionsButton\",\n \"label\": \"Enable \\\"Show solution\\\" button\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"enableSolutionOnCheck\",\n \"label\": \"Show solution on check\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": false,\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"enableSolutionsButton\",\n \"equals\": true\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"User interface\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"generalFeedback\",\n \"type\": \"text\",\n \"label\": \"General feedback\",\n \"description\": \"You can use several placeholders that will be replaced with the adequate number: @matches = number of matches, @total = total mistakes, @capped = capped total mistakes, @wrong = wrong words, @added = additional words, @missing = missing words, @typo = typing errors\",\n \"importance\": \"low\",\n \"default\": \"You have made @total mistake(s).\"\n },\n {\n \"name\": \"generalFeedbackZeroMistakesMode\",\n \"type\": \"text\",\n \"label\": \"General feedback (zero mistakes mode)\",\n \"description\": \"You can use several placeholders that will be replaced with the adequate number: @matches = number of matches, @total = total score, @wrong = wrong words, @added = additional words, @missing = missing words, @typo = typing errors\",\n \"importance\": \"low\",\n \"default\": \"You have entered @total word(s) correctly and @typo word(s) with minor mistakes.\"\n },\n {\n \"name\": \"checkAnswer\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Check\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Check\"\n },\n {\n \"name\": \"submitAnswer\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Submit\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Submit\"\n },\n {\n \"name\": \"tryAgain\",\n \"label\": \"Text for \\\"Retry\\\" button\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"default\": \"Retry\"\n },\n {\n \"name\": \"showSolution\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Show solution\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Show solution\"\n },\n {\n \"name\": \"audioNotSupported\",\n \"type\": \"text\",\n \"label\": \"Audio not supported message\",\n \"importance\": \"low\",\n \"default\": \"Your browser does not support this audio.\"\n }\n ]\n },\n {\n \"name\": \"a11y\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"Readspeaker\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"check\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Check\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Check the answers. The responses will be marked as correct, incorrect, or unanswered.\"\n },\n {\n \"name\": \"showSolution\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Show Solution\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Show the solution. The task will be marked with its correct solution.\"\n },\n {\n \"name\": \"retry\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Retry\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Retry the task. Reset all responses and start the task over again.\"\n },\n {\n \"name\": \"play\",\n \"type\": \"text\",\n \"label\": \"Play button\",\n \"importance\": \"low\",\n \"default\": \"Play\"\n },\n {\n \"name\": \"playSlowly\",\n \"type\": \"text\",\n \"label\": \"Play slowly button\",\n \"importance\": \"low\",\n \"default\": \"Play slowly\"\n },\n {\n \"name\": \"triesLeft\",\n \"type\": \"text\",\n \"label\": \"Tries left (text for readspeakers and hover text)\",\n \"description\": \"@number will be replaced by the current number of tries left.\",\n \"importance\": \"low\",\n \"default\": \"Number of tries left: @number\"\n },\n {\n \"name\": \"infinite\",\n \"type\": \"text\",\n \"label\": \"Infinite (text for readspeakers and hover text)\",\n \"importance\": \"low\",\n \"default\": \"infinite\"\n },\n {\n \"name\": \"enterText\",\n \"type\": \"text\",\n \"label\": \"Enter text field\",\n \"importance\": \"low\",\n \"default\": \"Enter what you have heard.\"\n },\n {\n \"name\": \"yourResult\",\n \"type\": \"text\",\n \"label\": \"Your result\",\n \"description\": \"@score will be replaced by the number of points. @total will be replaced by the maximum possible points.\",\n \"importance\": \"low\",\n \"default\": \"You got @score out of @total points\"\n },\n {\n \"name\": \"solution\",\n \"type\": \"text\",\n \"label\": \"Solution\",\n \"importance\": \"low\",\n \"default\": \"Solution\"\n },\n {\n \"name\": \"sentence\",\n \"type\": \"text\",\n \"label\": \"Sentence\",\n \"importance\": \"low\",\n \"default\": \"Sentence\"\n },\n {\n \"name\": \"item\",\n \"type\": \"text\",\n \"label\": \"Item\",\n \"importance\": \"low\",\n \"default\": \"Item\"\n },\n {\n \"name\": \"correct\",\n \"type\": \"text\",\n \"label\": \"Correct\",\n \"importance\": \"low\",\n \"default\": \"correct\"\n },\n {\n \"name\": \"wrong\",\n \"type\": \"text\",\n \"label\": \"Wrong\",\n \"importance\": \"low\",\n \"default\": \"wrong\"\n },\n {\n \"name\": \"typo\",\n \"type\": \"text\",\n \"label\": \"Small mistake\",\n \"importance\": \"low\",\n \"default\": \"small mistake\"\n },\n {\n \"name\": \"missing\",\n \"type\": \"text\",\n \"label\": \"Missing word or symbol\",\n \"importance\": \"low\",\n \"default\": \"missing\"\n },\n {\n \"name\": \"added\",\n \"type\": \"text\",\n \"label\": \"Added word or symbol\",\n \"importance\": \"low\",\n \"default\": \"added\"\n },\n {\n \"name\": \"shouldHaveBeen\",\n \"type\": \"text\",\n \"label\": \"CorrectSolution\",\n \"importance\": \"low\",\n \"default\": \"Should have been\"\n },\n {\n \"name\": \"or\",\n \"type\": \"text\",\n \"label\": \"Or\",\n \"importance\": \"low\",\n \"default\": \"or\"\n },\n {\n \"name\": \"point\",\n \"type\": \"text\",\n \"label\": \"Point\",\n \"importance\": \"low\",\n \"default\": \"point\"\n },\n {\n \"name\": \"points\",\n \"type\": \"text\",\n \"label\": \"Points\",\n \"importance\": \"low\",\n \"default\": \"points\"\n },\n {\n \"name\": \"period\",\n \"type\": \"text\",\n \"label\": \"Period\",\n \"importance\": \"low\",\n \"default\": \"period\"\n },\n {\n \"name\": \"exclamationPoint\",\n \"type\": \"text\",\n \"label\": \"Exclamation point\",\n \"importance\": \"low\",\n \"default\": \"exclamation point\"\n },\n {\n \"name\": \"questionMark\",\n \"type\": \"text\",\n \"label\": \"Question mark\",\n \"importance\": \"low\",\n \"default\": \"question mark\"\n },\n {\n \"name\": \"comma\",\n \"type\": \"text\",\n \"label\": \"Comma\",\n \"importance\": \"low\",\n \"default\": \"comma\"\n },\n {\n \"name\": \"singleQuote\",\n \"type\": \"text\",\n \"label\": \"Single quote\",\n \"importance\": \"low\",\n \"default\": \"single quote\"\n },\n {\n \"name\": \"doubleQuote\",\n \"type\": \"text\",\n \"label\": \"Double quote\",\n \"importance\": \"low\",\n \"default\": \"double quote\"\n },\n {\n \"name\": \"colon\",\n \"type\": \"text\",\n \"label\": \"Colon\",\n \"importance\": \"low\",\n \"default\": \"colon\"\n },\n {\n \"name\": \"semicolon\",\n \"type\": \"text\",\n \"label\": \"Semicolon\",\n \"importance\": \"low\",\n \"default\": \"semicolon\"\n },\n {\n \"name\": \"plus\",\n \"type\": \"text\",\n \"label\": \"Plus\",\n \"importance\": \"low\",\n \"default\": \"plus\"\n },\n {\n \"name\": \"minus\",\n \"type\": \"text\",\n \"label\": \"Minus\",\n \"importance\": \"low\",\n \"default\": \"minus\"\n },\n {\n \"name\": \"asterisk\",\n \"type\": \"text\",\n \"label\": \"Asterisk\",\n \"importance\": \"low\",\n \"default\": \"asterisk\"\n },\n {\n \"name\": \"forwardSlash\",\n \"type\": \"text\",\n \"label\": \"Forward slash\",\n \"importance\": \"low\",\n \"default\": \"forward slash\"\n }\n ]\n }\n]',NULL,1,13,NULL,'https://h5p.org/tutorial-dictation','https://h5p.org/dictation',1),(113,'H5P.BranchingQuestion','Branching Question',1,0,18,0,0,'','branchingQuestion.js','branchingQuestion.css','','[\n {\n \"name\": \"branchingQuestion\",\n \"type\": \"group\",\n \"widget\": \"branchingQuestion\",\n \"label\": \"Branching Question Editor\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"question\",\n \"type\": \"text\",\n \"importance\": \"medium\",\n \"widget\": \"html\",\n \"label\": \"Question\",\n \"enterMode\": \"p\",\n \"optional\": true,\n \"tags\": [\n \"strong\",\n \"em\",\n \"sub\",\n \"sup\",\n \"h2\",\n \"h3\",\n \"pre\",\n \"code\"\n ]\n },\n {\n \"name\": \"alternatives\",\n \"type\": \"list\",\n \"importance\": \"high\",\n \"label\": \"Available alternatives\",\n \"entity\": \"alternative\",\n \"min\": 2,\n \"defaultNum\": 2,\n \"field\": {\n \"name\": \"answer\",\n \"type\": \"group\",\n \"label\": \"Alternative\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"importance\": \"medium\",\n \"label\": \"Text\"\n },\n {\n \"name\": \"nextContentId\",\n \"type\": \"number\",\n \"label\": \"Next Content ID (end screens are defined by negative numbers)\",\n \"importance\": \"high\",\n \"default\": -1\n },\n {\n \"name\": \"feedback\",\n \"type\": \"group\",\n \"label\": \"Feedback\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"title\",\n \"type\": \"text\",\n \"label\": \"Feedback title\",\n \"optional\": true,\n \"widget\": \"html\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"code\",\n \"a\"\n ]\n },\n {\n \"name\": \"subtitle\",\n \"type\": \"text\",\n \"label\": \"Feedback text\",\n \"optional\": true,\n \"widget\": \"html\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"code\",\n \"a\"\n ]\n },\n {\n \"name\": \"image\",\n \"type\": \"image\",\n \"label\": \"Feedback image\",\n \"optional\": true\n },\n {\n \"name\": \"endScreenScore\",\n \"type\": \"number\",\n \"label\": \"Score for this scenario\",\n \"description\": \"The score will be sent to any LMS, LRS or any other connected service that receives scores from H5P for users who reach this scenario\",\n \"optional\": true\n }\n ]\n }\n ]\n }\n }\n ]\n }\n]\n',NULL,NULL,NULL,NULL,NULL,NULL,1),(114,'H5P.BranchingScenario','Branching Scenario',1,8,2,1,0,'iframe','dist/dist.js','styles/branchingScenario.css, styles/branchingQuestion.css, styles/genericScreen.css, styles/libraryScreen.css, styles/libraryScreenOverlay.css','','[\n {\n \"name\": \"branchingScenario\",\n \"type\": \"group\",\n \"widget\": \"branchingScenario\",\n \"label\": \"Branching Scenario Editor\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"title\",\n \"label\": \"Title\",\n \"type\": \"text\",\n \"importance\": \"high\"\n },\n {\n \"name\": \"startScreen\",\n \"label\": \"Start screen\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"startScreenTitle\",\n \"label\": \"Course Title\",\n \"placeholder\": \"Title for your course\",\n \"type\": \"text\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"widget\": \"html\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"code\",\n \"a\"\n ]\n },\n {\n \"name\": \"startScreenSubtitle\",\n \"label\": \"Course Details\",\n \"placeholder\": \"Details about the course\",\n \"type\": \"text\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"widget\": \"html\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"code\",\n \"a\"\n ]\n },\n {\n \"name\": \"startScreenImage\",\n \"label\": \"Course image\",\n \"type\": \"image\",\n \"optional\": true,\n \"importance\": \"medium\"\n },\n {\n \"name\": \"startScreenAltText\",\n \"label\": \"Image alternative text\",\n \"type\": \"text\",\n \"optional\": true,\n \"importance\": \"medium\"\n }\n ]\n },\n {\n \"name\": \"endScreens\",\n \"label\": \"List of end screens\",\n \"type\": \"list\",\n \"importance\": \"medium\",\n \"field\": {\n \"name\": \"endScreen\",\n \"label\": \"End screen\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"endScreenTitle\",\n \"label\": \"Title\",\n \"type\": \"text\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"widget\": \"html\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"code\",\n \"a\"\n ]\n },\n {\n \"name\": \"endScreenSubtitle\",\n \"label\": \"Text\",\n \"type\": \"text\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"widget\": \"html\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"code\",\n \"a\"\n ]\n },\n {\n \"name\": \"endScreenImage\",\n \"label\": \"Image\",\n \"type\": \"image\",\n \"importance\": \"medium\",\n \"optional\": true\n },\n {\n \"name\": \"endScreenScore\",\n \"label\": \"Score\",\n \"description\": \"The score will be sent to any LMS, LRS or any other connected service that receives scores from H5P for users who reach the default end scenario\",\n \"type\": \"number\",\n \"default\": 0,\n \"optional\": true\n },\n {\n \"name\": \"contentId\",\n \"label\": \"Content ID\",\n \"type\": \"number\",\n \"max\": 0,\n \"widget\": \"none\"\n }\n ]\n }\n },\n {\n \"name\": \"content\",\n \"label\": \"List of branching scenario content\",\n \"importance\": \"high\",\n \"type\": \"list\",\n \"min\": 1,\n \"entity\": \"content\",\n \"field\": {\n \"name\": \"content\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"type\",\n \"type\": \"library\",\n \"importance\": \"high\",\n \"options\": [\n \"H5P.BranchingQuestion 1.0\",\n \"H5P.CoursePresentation 1.25\",\n \"H5P.AdvancedText 1.1\",\n \"H5P.Image 1.1\",\n \"H5P.ImageHotspots 1.10\",\n \"H5P.InteractiveVideo 1.26\",\n \"H5P.Video 1.6\"\n ]\n },\n {\n \"name\": \"showContentTitle\",\n \"label\": \"Show content title in view\",\n \"description\": \"If selected, the user will see the content title in the top bar above this content\",\n \"type\": \"boolean\",\n \"importance\": \"high\"\n },\n {\n \"name\": \"proceedButtonText\",\n \"label\": \"Text for the proceed button (max length: 50 characters)\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"default\": \"Proceed\",\n \"maxLength\": 50\n },\n {\n \"name\": \"forceContentFinished\",\n \"type\": \"select\",\n \"label\": \"Override require content finished\",\n \"description\": \"Override the individual settings for requiring the content to be finished before activating the \\\"Proceed\\\" button. Will not have any effect if the content doesn\'t indicate if it was \\\"finished\\\", e.g. images or course presentations with just one slide.\",\n \"optional\": \"true\",\n \"options\": [\n {\n \"value\": \"useBehavioural\",\n \"label\": \"Use behavioural setting\"\n },\n {\n \"value\": \"enabled\",\n \"label\": \"Enabled\"\n },\n {\n \"value\": \"disabled\",\n \"label\": \"Disabled\"\n }\n ],\n \"default\": \"useBehavioural\"\n },\n {\n \"name\": \"nextContentId\",\n \"label\": \"Next Content ID (end screens are defined by negative numbers)\",\n \"type\": \"number\",\n \"importance\": \"high\",\n \"widget\": \"none\"\n },\n {\n \"name\": \"feedback\",\n \"type\": \"group\",\n \"label\": \"Feedback\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"title\",\n \"type\": \"text\",\n \"label\": \"Feedback title\",\n \"widget\": \"html\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"code\",\n \"a\"\n ]\n },\n {\n \"name\": \"subtitle\",\n \"type\": \"text\",\n \"label\": \"Feedback text\",\n \"optional\": true,\n \"widget\": \"html\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"code\",\n \"a\"\n ]\n },\n {\n \"name\": \"image\",\n \"type\": \"image\",\n \"label\": \"Feedback image\",\n \"optional\": true\n },\n {\n \"name\": \"endScreenScore\",\n \"type\": \"number\",\n \"label\": \"Score for this scenario\",\n \"description\": \"The score will be sent to any LMS, LRS or any other connected service that receives scores from H5P for users who reach this scenario\",\n \"optional\": true\n }\n ]\n },\n {\n \"name\": \"contentBehaviour\",\n \"label\": \"Navigate back\",\n \"type\": \"select\",\n \"description\": \"This will allow user to go back and see the previous content/question in the scenario\",\n \"options\": [\n {\n \"value\": \"useBehavioural\",\n \"label\": \"Use behavioural setting\"\n },\n {\n \"value\": \"enabled\",\n \"label\": \"Enabled\"\n },\n {\n \"value\": \"disabled\",\n \"label\": \"Disabled\"\n }\n ],\n \"default\": \"useBehavioural\"\n }\n ]\n }\n },\n {\n \"name\": \"scoringOptionGroup\",\n \"type\": \"group\",\n \"label\": \"Scoring options\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"scoringOption\",\n \"label\": \"Scoring options\",\n \"type\": \"select\",\n \"description\": \"Select type of scoring\",\n \"options\": [\n {\n \"value\": \"static-end-score\",\n \"label\": \"Statically set score for each end scenario\"\n },\n {\n \"value\": \"dynamic-score\",\n \"label\": \"Dynamically calculate score from user answers\"\n },\n {\n \"value\": \"no-score\",\n \"label\": \"No scoring\"\n }\n ],\n \"default\": \"no-score\"\n },\n {\n \"name\": \"includeInteractionsScores\",\n \"label\": \"Include scores from interactions within the Branching Scenario\",\n \"description\": \"If chosen scores from for instance Interactive Videos will be added to the total score obtained. If not chosen only scores specified in the feedback sections of the content items, branching questions and end scenarios will count.\",\n \"type\": \"boolean\",\n \"default\": true,\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"scoringOption\",\n \"equals\": \"dynamic-score\"\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"enableBackwardsNavigation\",\n \"label\": \"Navigate back\",\n \"description\": \"This will allow user to go back and see the previous content/question in the scenario. This can be overridden on a content level\",\n \"type\": \"boolean\",\n \"optional\": true,\n \"default\": false\n },\n {\n \"name\": \"forceContentFinished\",\n \"label\": \"Required to watch\",\n \"description\": \"Urges viewers to complete the Video, Interactive Vdeo and Course Presentation before proceeding with the scenario. This can be overridden on a content level\",\n \"type\": \"boolean\",\n \"optional\": true,\n \"default\": false\n },\n {\n \"name\": \"randomizeBranchingQuestions\",\n \"label\": \"Randomize Branching Questions\",\n \"description\": \"Branching questions will be displayed in random order\",\n \"type\": \"boolean\",\n \"optional\": true,\n \"default\": false\n }\n ]\n },\n {\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"label\": \"Localization\",\n \"importance\": \"low\",\n \"common\": true,\n \"fields\": [\n {\n \"name\": \"startScreenButtonText\",\n \"label\": \"Text for the button on the start screen\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"default\": \"Start the course\"\n },\n {\n \"name\": \"endScreenButtonText\",\n \"label\": \"Text for the button on the end screen\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"default\": \"Restart the course\"\n },\n {\n \"name\": \"backButtonText\",\n \"label\": \"Text for the back button on each of the library screens and branching questions\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"default\": \"Back\"\n },\n {\n \"name\": \"disableProceedButtonText\",\n \"label\": \"Text for the disabled button on the library screens\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"default\": \"Require to complete the current module\"\n },\n {\n \"name\": \"replayButtonText\",\n \"label\": \"Text for the button used to replay a video\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"default\": \"Replay the video\"\n },\n {\n \"name\": \"scoreText\",\n \"label\": \"Label for score on the end screen\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"default\": \"Your score:\"\n },\n {\n \"name\": \"fullscreenAria\",\n \"label\": \"Aria label for fullscreen button\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"default\": \"Fullscreen\"\n }\n ]\n }\n ]\n }\n]',NULL,NULL,NULL,NULL,'https://h5p.org/tutorial-branching-scenario','https://h5p.org/branching-scenario',1),(115,'H5PEditor.BranchingQuestion','Branching Question Editor',1,0,5,0,0,'','index.js','','','',NULL,1,24,NULL,NULL,NULL,1),(116,'H5PEditor.BranchingScenario','Branching Scenario Editor',1,5,2,0,0,'','dist/dist.js','','','',NULL,1,24,NULL,NULL,NULL,1),(117,'H5PEditor.ThreeImage','Three Image Editor',0,5,2,0,0,'','dist/h5p-editor-three-image.js','','','',NULL,NULL,NULL,NULL,NULL,NULL,1),(118,'H5P.GoToScene','Go To Scene',0,1,0,0,0,'','scripts/go-to-scene.js','','','[\n {\n \"name\": \"nextSceneId\",\n \"type\": \"number\",\n \"label\": \"Go to scene with ID\",\n \"importance\": \"high\",\n \"description\": \"ID of the scene that we will jump to\"\n }\n]',NULL,NULL,NULL,NULL,NULL,NULL,1),(119,'H5P.ThreeImage','Virtual Tour (360)',0,5,8,1,1,'iframe','dist/h5p-three-image.js','dist/h5p-three-image.css','','[\n {\n \"name\": \"threeImage\",\n \"type\": \"group\",\n \"widget\": \"threeImage\",\n \"label\": \"Three Image Editor\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"scenes\",\n \"type\": \"list\",\n \"label\": \"Scenes\",\n \"entity\": \"Scene\",\n \"min\": 0,\n \"field\": {\n \"name\": \"scene\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"sceneType\",\n \"type\": \"select\",\n \"label\": \"Scene type\",\n \"widget\": \"radioGroup\",\n \"alignment\": \"horizontal\",\n \"options\": [\n {\n \"value\": \"360\",\n \"label\": \"360 image\"\n },\n {\n \"value\": \"static\",\n \"label\": \"Static image\"\n }\n ],\n \"default\": \"360\"\n },\n {\n \"name\": \"showBackButton\",\n \"type\": \"boolean\",\n \"label\": \"Display \\\"Back\\\" button\",\n \"description\": \"Display button for navigating back to your previous scene\",\n \"default\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"sceneType\",\n \"equals\": \"static\"\n }\n ]\n }\n },\n {\n \"name\": \"sceneId\",\n \"type\": \"number\"\n },\n {\n \"name\": \"scenename\",\n \"type\": \"text\",\n \"label\": \"Scene Title\",\n \"description\": \"Used to identify the scene\"\n },\n {\n \"name\": \"scenesrc\",\n \"type\": \"image\",\n \"label\": \"Scene Background\"\n },\n {\n \"name\": \"scenedescription\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Scene Description\",\n \"description\": \"A text that can describe the scene for the end-user\",\n \"optional\": true,\n \"tags\": [\n \"p\",\n \"br\",\n \"strong\",\n \"em\",\n \"code\"\n ]\n },\n {\n \"name\": \"cameraStartPosition\",\n \"type\": \"text\"\n },\n {\n \"name\": \"interactions\",\n \"type\": \"list\",\n \"min\": 0,\n \"field\": {\n \"name\": \"interaction\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"labelText\",\n \"type\": \"text\",\n \"label\": \"Label\",\n \"optional\": true,\n \"description\": \"If left blank no label will be displayed and we\'ll try to use the title field for screen readers\"\n },\n {\n \"name\": \"label\",\n \"type\": \"group\",\n \"label\": \"Label Settings\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"labelPosition\",\n \"type\": \"select\",\n \"label\": \"Label position\",\n \"description\": \"Choose where the label should appear\",\n \"options\": [\n {\n \"value\": \"inherit\",\n \"label\": \"Use behavioral setting\"\n },\n {\n \"value\": \"right\",\n \"label\": \"Right aligned\"\n },\n {\n \"value\": \"left\",\n \"label\": \"Left aligned\"\n },\n {\n \"value\": \"top\",\n \"label\": \"Top aligned\"\n },\n {\n \"value\": \"bottom\",\n \"label\": \"Bottom aligned\"\n }\n ],\n \"default\": \"inherit\"\n },\n {\n \"name\": \"showLabel\",\n \"type\": \"select\",\n \"label\": \"Display Label\",\n \"description\": \"If hidden - labels will show only on mouse over\",\n \"options\": [\n {\n \"value\": \"inherit\",\n \"label\": \"Use behavioral setting\"\n },\n {\n \"value\": \"show\",\n \"label\": \"Show\"\n },\n {\n \"value\": \"hide\",\n \"label\": \"Hide\"\n }\n ],\n \"default\": \"inherit\"\n }\n ]\n },\n {\n \"name\": \"action\",\n \"type\": \"library\",\n \"options\": [\n \"H5P.GoToScene 0.1\",\n \"H5P.AdvancedText 1.1\",\n \"H5P.Image 1.1\",\n \"H5P.Audio 1.5\",\n \"H5P.Video 1.6\",\n \"H5P.Summary 1.10\",\n \"H5P.SingleChoiceSet 1.11\"\n ]\n },\n {\n \"name\": \"interactionpos\",\n \"type\": \"text\"\n }\n ]\n }\n },\n {\n \"name\": \"iconType\",\n \"type\": \"select\",\n \"label\": \"Button style\",\n \"description\": \"Decide how buttons pointing to this scene should look. For scenes that are static and does not lead to new scenes, we recommend the \\\"More information\\\" button.\",\n \"widget\": \"radioGroup\",\n \"alignment\": \"horizontal\",\n \"options\": [\n {\n \"value\": \"arrow\",\n \"label\": \"New scene (arrow)\"\n },\n {\n \"value\": \"plus\",\n \"label\": \"More information (plus)\"\n }\n ],\n \"default\": \"arrow\"\n },\n {\n \"name\": \"audio\",\n \"type\": \"audio\",\n \"label\": \"Audio Track\",\n \"description\": \"Add an audio track that\'s specific for this scene.\",\n \"optional\": true,\n \"widgetExtensions\": [\n \"AudioRecorder\"\n ]\n }\n ]\n }\n },\n {\n \"name\": \"startSceneId\",\n \"type\": \"number\",\n \"default\": 0\n },\n {\n \"name\": \"audio\",\n \"type\": \"audio\",\n \"label\": \"Audio track\",\n \"optional\": true\n }\n ]\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioral settings\",\n \"importance\": \"low\",\n \"description\": \"These options will let you control how the world behaves.\",\n \"fields\": [\n {\n \"name\": \"audio\",\n \"type\": \"audio\",\n \"label\": \"Global Audio\",\n \"description\": \"Add an audio track that\'s available for all of the scenes by default.\",\n \"optional\": true,\n \"widgetExtensions\": [\n \"AudioRecorder\"\n ]\n },\n {\n \"name\": \"sceneRenderingQuality\",\n \"type\": \"select\",\n \"label\": \"Scene rendering quality\",\n \"description\": \"Choose the amount of width and height segments used to render a scene. This directly affects the quality level of the scene, try increasing the quality if a scene looks \\\"blocky\\\" or \\\"waves\\\" are seen within the scenes. Note that higher quality rendering takes more time to load.\",\n \"options\": [\n {\n \"value\": \"high\",\n \"label\": \"High Quality (128x128)\"\n },\n {\n \"value\": \"medium\",\n \"label\": \"Medium Quality (64x64)\"\n },\n {\n \"value\": \"low\",\n \"label\": \"Low Quality (16x16)\"\n }\n ],\n \"default\": \"high\"\n },\n {\n \"name\": \"label\",\n \"type\": \"group\",\n \"label\": \"Label settings\",\n \"importance\": \"low\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"labelPosition\",\n \"type\": \"select\",\n \"label\": \"Label position\",\n \"description\": \"The default label position. The position may be overriden per interaction\",\n \"options\": [\n {\n \"value\": \"right\",\n \"label\": \"Right aligned\"\n },\n {\n \"value\": \"left\",\n \"label\": \"Left aligned\"\n },\n {\n \"value\": \"top\",\n \"label\": \"Top aligned\"\n },\n {\n \"value\": \"bottom\",\n \"label\": \"Bottom aligned\"\n }\n ],\n \"default\": \"right\"\n },\n {\n \"name\": \"showLabel\",\n \"type\": \"boolean\",\n \"label\": \"Display Labels\",\n \"description\": \"If unchecked - labels will show only on mouse over\",\n \"default\": true\n }\n ]\n }\n ]\n },\n {\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"Localize\",\n \"fields\": [\n {\n \"name\": \"title\",\n \"type\": \"text\",\n \"label\": \"Aria label for content type\",\n \"default\": \"Virtual Tour\"\n },\n {\n \"name\": \"playAudioTrack\",\n \"type\": \"text\",\n \"label\": \"Label for to play audio\",\n \"default\": \"Play Audio Track\"\n },\n {\n \"name\": \"pauseAudioTrack\",\n \"type\": \"text\",\n \"label\": \"Label to pause audio\",\n \"default\": \"Pause Audio Track\"\n },\n {\n \"name\": \"sceneDescription\",\n \"type\": \"text\",\n \"label\": \"Title to scene dialog\",\n \"default\": \"Scene Description\"\n },\n {\n \"name\": \"resetCamera\",\n \"type\": \"text\",\n \"label\": \"Label for button to reset camera\",\n \"default\": \"Reset Camera\"\n },\n {\n \"name\": \"submitDialog\",\n \"type\": \"text\",\n \"label\": \"Label for the submit dialog button\",\n \"default\": \"Submit Dialog\"\n },\n {\n \"name\": \"closeDialog\",\n \"type\": \"text\",\n \"label\": \"Label for the close dialog button\",\n \"default\": \"Close Dialog\"\n },\n {\n \"name\": \"expandButtonAriaLabel\",\n \"type\": \"text\",\n \"label\": \"Aria label for the expand label button\",\n \"default\": \"Expand the visual label\"\n },\n {\n \"name\": \"backgroundLoading\",\n \"type\": \"text\",\n \"label\": \"Label for when background image is loading in 360 scene\",\n \"default\": \"Loading background image...\"\n },\n {\n \"name\": \"noContent\",\n \"type\": \"text\",\n \"label\": \"Label for when there is no content\",\n \"default\": \"No content\"\n }\n ]\n }\n]',NULL,1,20,NULL,'https://h5p.org/tutorial-virtual-tour','https://h5p.org/virtual-tour-360',1),(120,'H5P.ThreeJS','three.js',1,0,107,0,0,'','dist/three.min.js','','','',NULL,1,12,NULL,NULL,NULL,1),(121,'H5P.ThreeSixty','Three Sixty',0,3,7,0,0,'','scripts/three-sixty.js','styles/three-sixty.css','','',NULL,1,12,NULL,NULL,NULL,1),(122,'H5P.FindTheWords','Find The Words',1,4,4,1,0,'iframe','scripts/h5p-find-the-words.js, scripts/h5p-find-the-words-word-grid.js, scripts/h5p-find-the-words-vocabulary.js, scripts/h5p-find-the-words-timer.js, scripts/h5p-find-the-words-counter.js','styles/h5p-find-the-words.css','','[\n {\n \"label\": \"Task description\",\n \"name\": \"taskDescription\",\n \"type\": \"text\",\n \"description\": \"Description of the Game\",\n \"default\": \"Find the words from the grid\",\n \"importance\": \"high\"\n },\n {\n \"name\": \"wordList\",\n \"type\": \"text\",\n \"label\": \"Word list\",\n \"description\": \"Comma Separated list of words. Special Characters, White Spaces and Numbers Not allowed\",\n \"default\": \"one,two,three\",\n \"regexp\": {\n \"pattern\": \"^(?!(?:.*[\\\"!#$%&./:;<=>?@\\\\[\\\\]^_`\\\\{|}~\'()\\\\-*+\\\\d]|^[,])).*$\"\n },\n \"importance\": \"high\"\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"importance\": \"low\",\n \"description\": \"These options will let you control how the game behaves.\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"orientations\",\n \"type\": \"group\",\n \"label\": \"Orientations\",\n \"description\": \"An array containing the names of the word directions that should be used when creating the puzzle\",\n \"fields\": [\n {\n \"name\": \"horizontal\",\n \"type\": \"boolean\",\n \"label\": \"Horizontal- left to right\",\n \"default\": true\n },\n {\n \"name\": \"horizontalBack\",\n \"type\": \"boolean\",\n \"label\": \"Horizontal- right to left\",\n \"default\": true\n },\n {\n \"name\": \"vertical\",\n \"type\": \"boolean\",\n \"label\": \"Vertical downwards\",\n \"default\": true\n },\n {\n \"name\": \"verticalUp\",\n \"type\": \"boolean\",\n \"label\": \"Vertical upwards\",\n \"default\": true\n },\n {\n \"name\": \"diagonal\",\n \"type\": \"boolean\",\n \"label\": \"Diagonal downwards- left to right\",\n \"default\": true\n },\n {\n \"name\": \"diagonalBack\",\n \"type\": \"boolean\",\n \"label\": \"Diagonal downwards- right to left\",\n \"default\": true\n },\n {\n \"name\": \"diagonalUp\",\n \"type\": \"boolean\",\n \"label\": \"Diagonal upwards- left to right\",\n \"default\": true\n },\n {\n \"name\": \"diagonalUpBack\",\n \"type\": \"boolean\",\n \"label\": \"Diagonal upwards- right to left\",\n \"default\": true\n }\n ]\n },\n {\n \"name\": \"fillPool\",\n \"type\": \"text\",\n \"label\": \"Vertical downwards\",\n \"description\": \"pool of letters from which the blanks to be filled\",\n \"default\": \"abcdefghijklmnopqrstuvwxyz\",\n \"regexp\": {\n \"pattern\": \"^[^\\t\\n .<>?;:\\\"\'`!@#$%^&*()\\\\[\\\\]{}_+=|\\\\-]*$\"\n }\n },\n {\n \"name\": \"preferOverlap\",\n \"type\": \"boolean\",\n \"label\": \"Prefer overlap\",\n \"description\": \"Determines how wordfind decides where to place a word within the puzzle. When true, it randomly selects amongst the positions the highest number of letters that overlap creating a more compact puzzle. When false, it randomly selects amongst all valid positions creating a less compact puzzle.\",\n \"default\": true\n },\n {\n \"name\": \"showVocabulary\",\n \"type\": \"boolean\",\n \"label\": \"Show vocabulary\",\n \"description\": \"Determines whether to show vocabularies to the player\",\n \"default\": true\n },\n {\n \"name\": \"enableShowSolution\",\n \"type\": \"boolean\",\n \"label\": \"Enable show solution\",\n \"description\": \"Add a show solution button for the game\",\n \"default\": true\n },\n {\n \"name\": \"enableRetry\",\n \"type\": \"boolean\",\n \"label\": \"Enable retry\",\n \"description\": \"Add a retry button for the game\",\n \"default\": true\n }\n ]\n },\n {\n \"label\": \"Localization\",\n \"importance\": \"low\",\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"common\": true,\n \"fields\": [\n {\n \"label\": \"Text for \\\"Check\\\" button\",\n \"importance\": \"low\",\n \"name\": \"check\",\n \"type\": \"text\",\n \"default\": \"Check\"\n },\n {\n \"label\": \"Text for \\\"Retry\\\" button\",\n \"importance\": \"low\",\n \"name\": \"tryAgain\",\n \"type\": \"text\",\n \"default\": \"Retry\"\n },\n {\n \"label\": \"Text for \\\"Show Solution\\\" button\",\n \"importance\": \"low\",\n \"name\": \"showSolution\",\n \"type\": \"text\",\n \"default\": \"Show Solution\"\n },\n {\n \"label\": \"Counter text\",\n \"importance\": \"low\",\n \"name\": \"found\",\n \"type\": \"text\",\n \"default\": \"@found of @totalWords found\",\n \"description\": \"Feedback text, variables available: @found and @totalWords. Example: \'@found of @totalWords found\'\"\n },\n {\n \"label\": \"Time spent text\",\n \"importance\": \"low\",\n \"name\": \"timeSpent\",\n \"type\": \"text\",\n \"default\": \"Time Spent\",\n \"description\": \"label for showing the time spent while playing the game\"\n },\n {\n \"label\": \"Feedback text\",\n \"importance\": \"low\",\n \"name\": \"score\",\n \"type\": \"text\",\n \"default\": \"You got @score of @total points\",\n \"description\": \"Feedback text, variables available: @score and @total. Example: \'You got @score of @total possible points\'\"\n },\n {\n \"label\": \"Word list header\",\n \"importance\": \"low\",\n \"name\": \"wordListHeader\",\n \"type\": \"text\",\n \"default\": \"Find the words\",\n \"maxLength\": 20\n }\n ]\n }\n]\n',NULL,NULL,NULL,NULL,NULL,'https://h5p.org/find-the-words',1),(123,'H5P.InteractiveBook','Interactive Book',1,7,12,1,1,'iframe','dist/h5p-interactive-book.js','dist/h5p-interactive-book.css','','[\n {\n \"name\": \"showCoverPage\",\n \"type\": \"boolean\",\n \"label\": \"Enable book cover\",\n \"description\": \"A cover that shows info regarding the book before access\",\n \"importance\": \"low\",\n \"default\": false\n },\n {\n \"name\": \"bookCover\",\n \"type\": \"group\",\n \"label\": \"Cover Page\",\n \"importance\": \"medium\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"showCoverPage\",\n \"equals\": true\n }\n ]\n },\n \"fields\": [\n {\n \"name\": \"coverDescription\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Cover description\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"description\": \"This text will be the description of your book.\",\n \"default\": \"<p style=\\\"text-align: center;\\\"></p>\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"sub\",\n \"sup\",\n \"strong\",\n \"em\",\n \"p\",\n \"code\",\n \"u\",\n \"del\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h1\",\n \"h2\",\n \"h3\",\n \"h4\",\n \"h5\",\n \"h6\",\n \"pre\",\n \"hr\",\n \"table\"\n ],\n \"font\": {\n \"size\": true,\n \"color\": true,\n \"background\": true\n }\n },\n {\n \"name\": \"coverMedium\",\n \"type\": \"library\",\n \"label\": \"Cover media\",\n \"description\": \"Optional media to display on the cover.\",\n \"optional\": true,\n \"options\": [\n \"H5P.Image 1.1\",\n \"H5P.Video 1.6\"\n ]\n }\n ]\n },\n {\n \"name\": \"chapters\",\n \"type\": \"list\",\n \"label\": \"Pages\",\n \"entity\": \"Page\",\n \"widgets\": [\n {\n \"name\": \"VerticalTabs\",\n \"label\": \"Default\"\n }\n ],\n \"importance\": \"high\",\n \"min\": 1,\n \"max\": 50,\n \"field\": {\n \"name\": \"item\",\n \"type\": \"group\",\n \"label\": \"Item\",\n \"importance\": \"low\",\n \"expanded\": true,\n \"fields\": [\n {\n \"label\": \"Page\",\n \"name\": \"chapter\",\n \"type\": \"library\",\n \"options\": [\n \"H5P.Column 1.16\"\n ]\n }\n ]\n }\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"label\": \"Behavioural settings\",\n \"fields\": [\n {\n \"name\": \"baseColor\",\n \"type\": \"text\",\n \"label\": \"Base color\",\n \"description\": \"Set the base color that will define the overall color scheme of the book. Please ensure a high enough contrast.\",\n \"optional\": true,\n \"widget\": \"colorSelector\",\n \"default\": \"#1768c4\",\n \"spectrum\": {\n \"showInput\": true,\n \"showInitial\": true,\n \"showPalette\": true,\n \"palette\": [\n [\n \"#1768C4\"\n ],\n [\n \"#D9B323\"\n ],\n [\n \"#D32F2F\"\n ],\n [\n \"#1EB224\"\n ],\n [\n \"#7E57C2\"\n ]\n ]\n }\n },\n {\n \"name\": \"defaultTableOfContents\",\n \"type\": \"boolean\",\n \"label\": \"Display table of contents as default\",\n \"description\": \"When enabled the table of contents is showed when opening the book\",\n \"default\": true\n },\n {\n \"name\": \"progressIndicators\",\n \"type\": \"boolean\",\n \"label\": \"Display Progress Indicators\",\n \"description\": \"When enabled there will be indicators per page showing the user if he is done with the page or not.\",\n \"default\": true\n },\n {\n \"name\": \"progressAuto\",\n \"type\": \"boolean\",\n \"label\": \"Enable automatic progress\",\n \"description\": \"If enabled a page without tasks is considered done when viewed. A page with tasks when all tasks are done. If disabled there will be a button at the bottom of every page for the user to click when done with the page.\",\n \"default\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"progressIndicators\",\n \"equals\": true\n }\n ]\n }\n },\n {\n \"name\": \"displaySummary\",\n \"type\": \"boolean\",\n \"label\": \"Display summary\",\n \"description\": \"When enabled the user can see a summary and submit the progress/answers\",\n \"default\": true\n },\n {\n \"name\": \"enableRetry\",\n \"type\": \"boolean\",\n \"label\": \"Enable \\\"Restart\\\" button\",\n \"description\": \"When enabled the user can initiate a restart on the summary page.\",\n \"default\": true,\n \"optional\": true\n }\n ]\n },\n {\n \"name\": \"read\",\n \"type\": \"text\",\n \"label\": \"Translation for \\\"Read\\\"\",\n \"importance\": \"low\",\n \"default\": \"Read\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"displayTOC\",\n \"type\": \"text\",\n \"label\": \"Translation for \\\"Display \'Table of contents\'\\\"\",\n \"importance\": \"low\",\n \"default\": \"Display \'Table of contents\'\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"hideTOC\",\n \"type\": \"text\",\n \"label\": \"Translation for \\\"Hide \'Table of contents\'\\\"\",\n \"importance\": \"low\",\n \"default\": \"Hide \'Table of contents\'\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"nextPage\",\n \"type\": \"text\",\n \"label\": \"Translation for \\\"Next page\\\"\",\n \"importance\": \"low\",\n \"default\": \"Next page\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"previousPage\",\n \"type\": \"text\",\n \"label\": \"Translation for \\\"Previous page\\\"\",\n \"importance\": \"low\",\n \"default\": \"Previous page\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"chapterCompleted\",\n \"type\": \"text\",\n \"label\": \"Translation for \\\"Page completed!\\\"\",\n \"importance\": \"low\",\n \"default\": \"Page completed!\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"partCompleted\",\n \"type\": \"text\",\n \"label\": \"Translation for \\\"@pages of @total completed\\\" (@pages and @total will be replaced by actual values)\",\n \"importance\": \"low\",\n \"default\": \"@pages of @total completed\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"incompleteChapter\",\n \"type\": \"text\",\n \"label\": \"Translation for \\\"Incomplete page\\\"\",\n \"importance\": \"low\",\n \"default\": \"Incomplete page\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"navigateToTop\",\n \"type\": \"text\",\n \"label\": \"Translation for \\\"Navigate to the top\\\"\",\n \"importance\": \"low\",\n \"default\": \"Navigate to the top\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"markAsFinished\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Translation for \\\"I have finished this page\\\"\",\n \"default\": \"I have finished this page\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"fullscreen\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Fullscreen button label\",\n \"default\": \"Fullscreen\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"exitFullscreen\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Exit fullscreen button label\",\n \"default\": \"Exit fullscreen\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"bookProgressSubtext\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Page progress in book\",\n \"description\": \"\\\"@count\\\" will be replaced by page count, and \\\"@total\\\" with the total number of pages\",\n \"default\": \"@count of @total pages\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"interactionsProgressSubtext\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Interaction progress\",\n \"description\": \"\\\"@count\\\" will be replaced by interaction count, and \\\"@total\\\" with the total number of interactions\",\n \"default\": \"@count of @total interactions\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"submitReport\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Translation for \\\"Submit report\\\"\",\n \"default\": \"Submit Report\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"restartLabel\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Label for \\\"restart\\\" button\",\n \"default\": \"Restart\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"summaryHeader\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Summary header\",\n \"default\": \"Summary\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"allInteractions\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Translation for \\\"All interactions\\\"\",\n \"default\": \"All interactions\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"unansweredInteractions\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Translation for \\\"Unanswered interactions\\\"\",\n \"default\": \"Unanswered interactions\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"scoreText\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Score\",\n \"description\": \"\\\"@score\\\" will be replaced with current score, and \\\"@maxscore\\\" will be replaced with max achievable score\",\n \"default\": \"@score / @maxscore\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"leftOutOfTotalCompleted\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Per page interactions completion\",\n \"description\": \"\\\"@left\\\" will be replaced with remaining interactions, and \\\"@max\\\" will be replaced with total number of interactions on the page\",\n \"default\": \"@left of @max interactions completed\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"noInteractions\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Translation for \\\"No interactions\\\"\",\n \"default\": \"No interactions\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"score\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Translation for \\\"Score\\\"\",\n \"default\": \"Score\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"summaryAndSubmit\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Label for \\\"Summary & submit\\\" button\",\n \"default\": \"Summary & submit\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"noChapterInteractionBoldText\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Translation for \\\"You have not interacted with any pages.\\\"\",\n \"default\": \"You have not interacted with any pages.\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"noChapterInteractionText\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Translation for \\\"You have to interact with at least one page before you can see the summary.\\\"\",\n \"default\": \"You have to interact with at least one page before you can see the summary.\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"yourAnswersAreSubmittedForReview\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Translation for \\\"Your answers are submitted for review!\\\"\",\n \"default\": \"Your answers are submitted for review!\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"bookProgress\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Summary progress label\",\n \"default\": \"Book progress\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"interactionsProgress\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Interactions progress label\",\n \"default\": \"Interactions progress\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"totalScoreLabel\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"label\": \"Total score label\",\n \"default\": \"Total score\",\n \"common\": true,\n \"optional\": true\n },\n {\n \"name\": \"a11y\",\n \"type\": \"group\",\n \"label\": \"Accessibility texts\",\n \"common\": true,\n \"fields\": [\n {\n \"name\": \"progress\",\n \"type\": \"text\",\n \"label\": \"Page progress textual alternative\",\n \"description\": \"An alternative text for the visual page progress. @page and @total variables available.\",\n \"default\": \"Page @page of @total.\"\n },\n {\n \"name\": \"menu\",\n \"type\": \"text\",\n \"label\": \"Label for expanding/collapsing navigation menu\",\n \"default\": \"Toggle navigation menu\"\n }\n ]\n }\n]\n',NULL,NULL,NULL,NULL,NULL,'https://h5p.org/content-types/interactive-book',1),(124,'H5P.KewArCode','KewAr Code',0,2,1,1,0,'iframe','dist/h5p-kewar-code.js','dist/h5p-kewar-code.css','','[\n {\n \"name\": \"codeType\",\n \"type\": \"select\",\n \"label\": \"Code type\",\n \"description\": \"Select what kind of code you want to generate\",\n \"options\": [\n {\n \"value\": \"contact\",\n \"label\": \"Contact\"\n },\n {\n \"value\": \"event\",\n \"label\": \"Event\"\n },\n {\n \"value\": \"email\",\n \"label\": \"Email address\"\n },\n {\n \"value\": \"h5p\",\n \"label\": \"H5P\"\n },\n {\n \"value\": \"location\",\n \"label\": \"Location\"\n },\n {\n \"value\": \"phone\",\n \"label\": \"Phone number\"\n },\n {\n \"value\": \"sms\",\n \"label\": \"SMS\"\n },\n {\n \"value\": \"text\",\n \"label\": \"Text\"\n },\n {\n \"value\": \"url\",\n \"label\": \"URL\"\n }\n ],\n \"default\": \"url\"\n },\n {\n \"name\": \"contact\",\n \"type\": \"group\",\n \"label\": \"Contact\",\n \"importance\": \"high\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"name\",\n \"type\": \"text\",\n \"label\": \"Name\",\n \"placeholder\": \"John Smith\",\n \"maxLength\": 150\n },\n {\n \"name\": \"organization\",\n \"type\": \"text\",\n \"label\": \"Organization\",\n \"placeholder\": \"H5P fan club\",\n \"optional\": true,\n \"maxLength\": 150\n },\n {\n \"name\": \"title\",\n \"type\": \"text\",\n \"label\": \"Title\",\n \"placeholder\": \"Master of None\",\n \"optional\": true,\n \"maxLength\": 100\n },\n {\n \"name\": \"number\",\n \"type\": \"text\",\n \"label\": \"Phone number\",\n \"description\": \"Phone number (please use the format +12 345 67890)\",\n \"placeholder\": \"+12 345 67890\",\n \"optional\": true,\n \"regexp\": {\n \"pattern\": \"^\\\\+[0-9]{1,3}[\\\\ ]?[0-9]{1,4}[\\\\ ]?[0-9]{1,8}$\",\n \"modifiers\": \"\"\n }\n },\n {\n \"name\": \"email\",\n \"type\": \"text\",\n \"label\": \"Email address\",\n \"description\": \"Email address to write message to\",\n \"placeholder\": \"john@fictional-h5p-fan-club.org\",\n \"optional\": true,\n \"maxLength\": 150,\n \"regexp\": {\n \"pattern\": \"^[A-Z0-9\\\\._%+-]+@[A-Z0-9.-]+\\\\.[A-Z]{2,}$\",\n \"modifiers\": \"i\"\n }\n },\n {\n \"name\": \"address\",\n \"type\": \"group\",\n \"label\": \"Address\",\n \"importance\": \"medium\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"extended\",\n \"type\": \"text\",\n \"label\": \"Extended address\",\n \"description\": \"c/o information, etc.\",\n \"placeholder\": \"c/o H5P Fan Club\",\n \"optional\": true,\n \"maxLength\": 150\n },\n {\n \"name\": \"street\",\n \"type\": \"text\",\n \"label\": \"Street\",\n \"description\": \"Street including number\",\n \"placeholder\": \"1308 W. Dayton Street\",\n \"optional\": true,\n \"maxLength\": 150\n },\n {\n \"name\": \"locality\",\n \"type\": \"text\",\n \"label\": \"Locality\",\n \"description\": \"City name, etc.\",\n \"placeholder\": \"Madison\",\n \"optional\": true,\n \"maxLength\": 100\n },\n {\n \"name\": \"region\",\n \"type\": \"text\",\n \"label\": \"Region\",\n \"description\": \"Federal state, county, etc.\",\n \"placeholder\": \"WI\",\n \"optional\": true,\n \"maxLength\": 100\n },\n {\n \"name\": \"zip\",\n \"type\": \"text\",\n \"label\": \"ZIP code\",\n \"description\": \"ZIP code\",\n \"placeholder\": \"53715\",\n \"optional\": true,\n \"maxLength\": 50\n },\n {\n \"name\": \"country\",\n \"type\": \"text\",\n \"label\": \"Country\",\n \"description\": \"Country\",\n \"placeholder\": \"USA\",\n \"optional\": true,\n \"maxLength\": 100\n }\n ]\n },\n {\n \"name\": \"url\",\n \"type\": \"text\",\n \"label\": \"Website\",\n \"description\": \"Website to link to (must start with https:// or http://)\",\n \"placeholder\": \"https://fictional-h5p-fan-club.org\",\n \"regexp\": {\n \"pattern\": \"https?://([0-9a-z.-]+).[a-z.]{2,}([0-9a-z.-_]*)*/?\",\n \"modifiers\": \"i\"\n },\n \"optional\": true,\n \"maxLength\": 300\n },\n {\n \"name\": \"note\",\n \"type\": \"text\",\n \"label\": \"Note\",\n \"description\": \"Note\",\n \"placeholder\": \"John loves H5P.\",\n \"optional\": true,\n \"maxLength\": 500\n }\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"codeType\",\n \"equals\": \"contact\"\n }\n ]\n }\n },\n {\n \"name\": \"event\",\n \"type\": \"group\",\n \"label\": \"Event\",\n \"importance\": \"high\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"title\",\n \"type\": \"text\",\n \"label\": \"Title\",\n \"description\": \"Title for the calendar event\",\n \"placeholder\": \"H5P Conference 2020\",\n \"maxLength\": 200\n },\n {\n \"name\": \"allDay\",\n \"type\": \"boolean\",\n \"label\": \"All day event\",\n \"description\": \"Check if event will be valid all day long\"\n },\n {\n \"name\": \"dateStart\",\n \"type\": \"text\",\n \"label\": \"Start date\",\n \"description\": \"Start date of the event (please use the format yyyy/mm/dd)\",\n \"placeholder\": \"2020/05/18\",\n \"regexp\": {\n \"pattern\": \"^[0-9]{4,}/0*([1-9]|1[0-2])/0*([1-9]|[12][0-9]|3[01])$\",\n \"modifiers\": \"\"\n }\n },\n {\n \"name\": \"timeStart\",\n \"type\": \"text\",\n \"label\": \"Start time\",\n \"description\": \"Start time of the event (please use the format hh:mm)\",\n \"placeholder\": \"09:00\",\n \"regexp\": {\n \"pattern\": \"^0*([1-9]|1[0-9]|2[0-3]):0*([0-9]|[1-4][0-9]|5[0-9])$\",\n \"modifiers\": \"\"\n },\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"allDay\",\n \"equals\": false\n }\n ]\n }\n },\n {\n \"name\": \"dateEnd\",\n \"type\": \"text\",\n \"label\": \"End date\",\n \"description\": \"End date of the event (please use the format yyyy/mm/dd)\",\n \"placeholder\": \"2020/05/20\",\n \"regexp\": {\n \"pattern\": \"^[0-9]{4,}/0*([1-9]|1[0-2])/0*([1-9]|[12][0-9]|3[01])$\",\n \"modifiers\": \"\"\n }\n },\n {\n \"name\": \"timeEnd\",\n \"type\": \"text\",\n \"label\": \"End time\",\n \"description\": \"End time of the event (please use the format hh:mm)\",\n \"placeholder\": \"16:00\",\n \"regexp\": {\n \"pattern\": \"^0*([1-9]|1[0-9]|2[0-3]):0*([0-9]|[1-4][0-9]|5[0-9])$\",\n \"modifiers\": \"\"\n },\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"allDay\",\n \"equals\": false\n }\n ]\n }\n },\n {\n \"name\": \"timezone\",\n \"type\": \"select\",\n \"label\": \"Timezone\",\n \"description\": \"Select the time zone the event is supposed to take place in\",\n \"options\": [\n {\n \"value\": \"-12:00\",\n \"label\": \"UTC-12:00\"\n },\n {\n \"value\": \"-11:00\",\n \"label\": \"UTC-11:00\"\n },\n {\n \"value\": \"-10:00\",\n \"label\": \"UTC-10:00\"\n },\n {\n \"value\": \"-9:30\",\n \"label\": \"UTC-9:30\"\n },\n {\n \"value\": \"-9:00\",\n \"label\": \"UTC-9:00\"\n },\n {\n \"value\": \"-8:00\",\n \"label\": \"UTC-8:00\"\n },\n {\n \"value\": \"-7:00\",\n \"label\": \"UTC-7:00\"\n },\n {\n \"value\": \"-6:00\",\n \"label\": \"UTC-6:00\"\n },\n {\n \"value\": \"-5:00\",\n \"label\": \"UTC-5:00\"\n },\n {\n \"value\": \"-4:00\",\n \"label\": \"UTC-4:00\"\n },\n {\n \"value\": \"-3:30\",\n \"label\": \"UTC-3:30\"\n },\n {\n \"value\": \"-3:00\",\n \"label\": \"UTC-3:00\"\n },\n {\n \"value\": \"-2:00\",\n \"label\": \"UTC-2:00\"\n },\n {\n \"value\": \"-1:00\",\n \"label\": \"UTC-1:00\"\n },\n {\n \"value\": \"0:00\",\n \"label\": \"UTC\"\n },\n {\n \"value\": \"1:00\",\n \"label\": \"UTC+1:00\"\n },\n {\n \"value\": \"2:00\",\n \"label\": \"UTC+2:00\"\n },\n {\n \"value\": \"3:00\",\n \"label\": \"UTC+3:00\"\n },\n {\n \"value\": \"3:30\",\n \"label\": \"UTC+3:30\"\n },\n {\n \"value\": \"4:00\",\n \"label\": \"UTC+4:00\"\n },\n {\n \"value\": \"4:00\",\n \"label\": \"UTC+4:30\"\n },\n {\n \"value\": \"5:00\",\n \"label\": \"UTC+5:00\"\n },\n {\n \"value\": \"5:30\",\n \"label\": \"UTC+5:30\"\n },\n {\n \"value\": \"5:45\",\n \"label\": \"UTC+5:45\"\n },\n {\n \"value\": \"6:00\",\n \"label\": \"UTC+6:00\"\n },\n {\n \"value\": \"6:30\",\n \"label\": \"UTC+6:30\"\n },\n {\n \"value\": \"7:00\",\n \"label\": \"UTC+7:00\"\n },\n {\n \"value\": \"8:00\",\n \"label\": \"UTC+8:00\"\n },\n {\n \"value\": \"9:00\",\n \"label\": \"UTC+9:00\"\n },\n {\n \"value\": \"9:30\",\n \"label\": \"UTC+9:30\"\n },\n {\n \"value\": \"10:00\",\n \"label\": \"UTC+10:00\"\n },\n {\n \"value\": \"10:30\",\n \"label\": \"UTC+10:30\"\n },\n {\n \"value\": \"11:00\",\n \"label\": \"UTC+11:00\"\n },\n {\n \"value\": \"12:00\",\n \"label\": \"UTC+12:00\"\n },\n {\n \"value\": \"12:45\",\n \"label\": \"UTC+12:45\"\n },\n {\n \"value\": \"13:00\",\n \"label\": \"UTC+13:00\"\n },\n {\n \"value\": \"14:00\",\n \"label\": \"UTC+14:00\"\n }\n ],\n \"default\": \"0:00\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"allDay\",\n \"equals\": false\n }\n ]\n }\n },\n {\n \"name\": \"daylightSavings\",\n \"type\": \"boolean\",\n \"label\": \"Daylight savings\",\n \"description\": \"Check if location that the event is taking place in uses daylight savings time\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"allDay\",\n \"equals\": false\n }\n ]\n }\n },\n {\n \"name\": \"location\",\n \"type\": \"text\",\n \"label\": \"Location\",\n \"description\": \"Name the location\",\n \"placeholder\": \"Madison, USA\",\n \"optional\": true,\n \"maxLength\": 200\n },\n {\n \"name\": \"description\",\n \"type\": \"text\",\n \"label\": \"Description\",\n \"description\": \"Add a description for the event\",\n \"placeholder\": \"3rd H5P conference\",\n \"optional\": true,\n \"maxLength\": 1500\n }\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"codeType\",\n \"equals\": \"event\"\n }\n ]\n }\n },\n {\n \"name\": \"email\",\n \"type\": \"group\",\n \"label\": \"Email address\",\n \"importance\": \"high\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"email\",\n \"type\": \"text\",\n \"label\": \"Email address\",\n \"description\": \"Email address to write message to\",\n \"placeholder\": \"john@fictional-h5p-fan-club.org\",\n \"maxLength\": 2000,\n \"regexp\": {\n \"pattern\": \"^[A-Z0-9\\\\._%+-]+@[A-Z0-9.-]+\\\\.[A-Z]{2,}$\",\n \"modifiers\": \"i\"\n }\n }\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"codeType\",\n \"equals\": \"email\"\n }\n ]\n }\n },\n {\n \"name\": \"h5p\",\n \"type\": \"group\",\n \"label\": \"H5P content\",\n \"importance\": \"high\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"h5p\",\n \"type\": \"library\",\n \"label\": \"H5P content\",\n \"description\": \"H5P content to display\",\n \"options\": [\n \"H5P.Accordion 1.0\",\n \"H5P.Agamotto 1.4\",\n \"H5P.Audio 1.4\",\n \"H5P.AudioRecorder 1.0\",\n \"H5P.Blanks 1.12\",\n \"H5P.Chart 1.2\",\n \"H5P.Collage 0.3\",\n \"H5P.CoursePresentation 1.21\",\n \"H5P.Dialogcards 1.8\",\n \"H5P.DocumentationTool 1.7\",\n \"H5P.DragQuestion 1.13\",\n \"H5P.DragText 1.8\",\n \"H5P.Essay 1.2\",\n \"H5P.GuessTheAnswer 1.4\",\n \"H5P.Table 1.1\",\n \"H5P.AdvancedText 1.1\",\n \"H5P.IFrameEmbed 1.0\",\n \"H5P.Image 1.1\",\n \"H5P.ImageHotspots 1.8\",\n \"H5P.ImageHotspotQuestion 1.8\",\n \"H5P.ImageSlider 1.0\",\n \"H5P.InteractiveVideo 1.21\",\n \"H5P.Link 1.3\",\n \"H5P.MarkTheWords 1.9\",\n \"H5P.MemoryGame 1.2\",\n \"H5P.MultiChoice 1.14\",\n \"H5P.Questionnaire 1.2\",\n \"H5P.QuestionSet 1.17\",\n \"H5P.SingleChoiceSet 1.11\",\n \"H5P.Summary 1.10\",\n \"H5P.Timeline 1.1\",\n \"H5P.TrueFalse 1.6\",\n \"H5P.TwitterUserFeed 1.0\",\n \"H5P.Video 1.5\"\n ]\n }\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"codeType\",\n \"equals\": \"h5p\"\n }\n ]\n }\n },\n {\n \"name\": \"location\",\n \"type\": \"group\",\n \"label\": \"Location\",\n \"importance\": \"high\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"latitude\",\n \"type\": \"text\",\n \"label\": \"Latitude\",\n \"description\": \"Latitude (please use the format 53.864462)\",\n \"placeholder\": \"69.646007\",\n \"regexp\": {\n \"pattern\": \"^((-?0*([0-9]|[1-7][0-9]|8[0-9])(\\\\.[0-9]{1,6})?)|(-?90))$\",\n \"modifiers\": \"\"\n }\n },\n {\n \"name\": \"longitude\",\n \"type\": \"text\",\n \"label\": \"Longitude\",\n \"description\": \"Longitude (please use the format 10.663792)\",\n \"placeholder\": \"18.954036\",\n \"regexp\": {\n \"pattern\": \"^((-?0*([0-9]|[1-8][0-9]|9[0-9]|1[0-6][0-9]|17[0-9])(\\\\.[0-9]{1,6})?)|-?180)$\",\n \"modifiers\": \"\"\n }\n }\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"codeType\",\n \"equals\": \"location\"\n }\n ]\n }\n },\n {\n \"name\": \"phone\",\n \"type\": \"group\",\n \"label\": \"Phone number\",\n \"importance\": \"high\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"number\",\n \"type\": \"text\",\n \"label\": \"Phone number\",\n \"description\": \"Phone number to call (please use the format +12 345 67890)\",\n \"placeholder\": \"+12 345 67890\",\n \"regexp\": {\n \"pattern\": \"^\\\\+[0-9]{1,3}[\\\\ ]?[0-9]{1,4}[\\\\ ]?[0-9]{1,8}$\",\n \"modifiers\": \"\"\n }\n }\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"codeType\",\n \"equals\": \"phone\"\n }\n ]\n }\n },\n {\n \"name\": \"sms\",\n \"type\": \"group\",\n \"label\": \"SMS\",\n \"importance\": \"high\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"number\",\n \"type\": \"text\",\n \"label\": \"Phone number\",\n \"description\": \"Phone number to send to (please use the format +12 345 67890)\",\n \"placeholder\": \"+12 345 67890\",\n \"regexp\": {\n \"pattern\": \"^\\\\+[0-9]{1,3}[\\\\ ]?[0-9]{1,4}[\\\\ ]?[0-9]{1,8}$\",\n \"modifiers\": \"\"\n }\n },\n {\n \"name\": \"message\",\n \"type\": \"text\",\n \"label\": \"Message\",\n \"description\": \"Message to send\",\n \"placeholder\": \"Please fetch milk and bread!\",\n \"maxLength\": 2000\n }\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"codeType\",\n \"equals\": \"sms\"\n }\n ]\n }\n },\n {\n \"name\": \"text\",\n \"type\": \"group\",\n \"label\": \"Text\",\n \"importance\": \"high\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"label\": \"Text\",\n \"description\": \"Text to encode\",\n \"placeholder\": \"Please fetch\\n* milk\\n* bread\",\n \"widget\": \"textarea\",\n \"maxLength\": 2000\n }\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"codeType\",\n \"equals\": \"text\"\n }\n ]\n }\n },\n {\n \"name\": \"url\",\n \"type\": \"group\",\n \"label\": \"URL\",\n \"importance\": \"high\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"url\",\n \"type\": \"text\",\n \"label\": \"URL\",\n \"description\": \"URL to link to (must start with https:// or http://)\",\n \"placeholder\": \"https://fictional-h5p-fan-club.org\",\n \"maxLength\": 2000,\n \"regexp\": {\n \"pattern\": \"https?://([0-9a-z.-]+).[a-z.]{2,}([0-9a-z.-_]*)*/?\",\n \"modifiers\": \"i\"\n }\n }\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"codeType\",\n \"equals\": \"url\"\n }\n ]\n }\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"description\": \"These options will let you control how the task behaves.\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"codeColor\",\n \"type\": \"text\",\n \"label\": \"Code color\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"default\": \"#000000\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true\n }\n },\n {\n \"name\": \"backgroundColor\",\n \"type\": \"text\",\n \"label\": \"Background color\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"default\": \"#ffffff\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showAlpha\": true,\n \"preferredFormat\": \"rgb\"\n }\n },\n {\n \"name\": \"maxSize\",\n \"type\": \"text\",\n \"label\": \"Maximum size\",\n \"description\": \"Maximum size for the code given in CSS notation (pixels by default if only a number is given)\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"regexp\": {\n \"pattern\": \"^(([1-9]+.[0-9]+)|[0-9]+)(cm|mm|in|px|pt|pc|em|ex|ch|rem|vw|vh|vmin|vmax|%)?$\",\n \"modifiers\": \"i\"\n }\n },\n {\n \"name\": \"alignment\",\n \"type\": \"select\",\n \"label\": \"Horizontal alignment\",\n \"description\": \"Set horizontal alignment if you set a maximum size\",\n \"options\": [\n {\n \"value\": \"left\",\n \"label\": \"left\"\n },\n {\n \"value\": \"center\",\n \"label\": \"center\"\n },\n {\n \"value\": \"right\",\n \"label\": \"right\"\n }\n ],\n \"default\": \"center\"\n }\n ]\n },\n {\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"User interface\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"address\",\n \"type\": \"text\",\n \"label\": \"Address\",\n \"importance\": \"low\",\n \"default\": \"Address\"\n },\n {\n \"name\": \"contact\",\n \"type\": \"text\",\n \"label\": \"Contact\",\n \"importance\": \"low\",\n \"default\": \"Contact\"\n },\n {\n \"name\": \"country\",\n \"type\": \"text\",\n \"label\": \"Country\",\n \"importance\": \"low\",\n \"default\": \"Country\"\n },\n {\n \"name\": \"dateEnd\",\n \"type\": \"text\",\n \"label\": \"End date\",\n \"importance\": \"low\",\n \"default\": \"End date\"\n },\n {\n \"name\": \"dateStart\",\n \"type\": \"text\",\n \"label\": \"Start date\",\n \"importance\": \"low\",\n \"default\": \"Start date\"\n },\n {\n \"name\": \"description\",\n \"type\": \"text\",\n \"label\": \"Description\",\n \"importance\": \"low\",\n \"default\": \"Description\"\n },\n {\n \"name\": \"email\",\n \"type\": \"text\",\n \"label\": \"Email\",\n \"importance\": \"low\",\n \"default\": \"Email\"\n },\n {\n \"name\": \"event\",\n \"type\": \"text\",\n \"label\": \"Event\",\n \"importance\": \"low\",\n \"default\": \"Event\"\n },\n {\n \"name\": \"extended\",\n \"type\": \"text\",\n \"label\": \"Extended address\",\n \"importance\": \"low\",\n \"default\": \"Extended address\"\n },\n {\n \"name\": \"latitude\",\n \"type\": \"text\",\n \"label\": \"Latitude\",\n \"importance\": \"low\",\n \"default\": \"Latitude\"\n },\n {\n \"name\": \"locality\",\n \"type\": \"text\",\n \"label\": \"Locality\",\n \"importance\": \"low\",\n \"default\": \"Locality\"\n },\n {\n \"name\": \"location\",\n \"type\": \"text\",\n \"label\": \"Location\",\n \"importance\": \"low\",\n \"default\": \"Location\"\n },\n {\n \"name\": \"longitude\",\n \"type\": \"text\",\n \"label\": \"Longitude\",\n \"importance\": \"low\",\n \"default\": \"Longitude\"\n },\n {\n \"name\": \"message\",\n \"type\": \"text\",\n \"label\": \"Message\",\n \"importance\": \"low\",\n \"default\": \"Message\"\n },\n {\n \"name\": \"name\",\n \"type\": \"text\",\n \"label\": \"Name\",\n \"importance\": \"low\",\n \"default\": \"Name\"\n },\n {\n \"name\": \"note\",\n \"type\": \"text\",\n \"label\": \"Note\",\n \"importance\": \"low\",\n \"default\": \"Note\"\n },\n {\n \"name\": \"organization\",\n \"type\": \"text\",\n \"label\": \"Organization\",\n \"importance\": \"low\",\n \"default\": \"Organization\"\n },\n {\n \"name\": \"phone\",\n \"type\": \"text\",\n \"label\": \"Phone\",\n \"importance\": \"low\",\n \"default\": \"Phone\"\n },\n {\n \"name\": \"region\",\n \"type\": \"text\",\n \"label\": \"Region\",\n \"importance\": \"low\",\n \"default\": \"Region\"\n },\n {\n \"name\": \"sms\",\n \"type\": \"text\",\n \"label\": \"SMS\",\n \"importance\": \"low\",\n \"default\": \"SMS\"\n },\n {\n \"name\": \"street\",\n \"type\": \"text\",\n \"label\": \"Street\",\n \"importance\": \"low\",\n \"default\": \"Street\"\n },\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"label\": \"Text\",\n \"importance\": \"low\",\n \"default\": \"Text\"\n },\n {\n \"name\": \"title\",\n \"type\": \"text\",\n \"label\": \"Title\",\n \"importance\": \"low\",\n \"default\": \"Title\"\n },\n {\n \"name\": \"url\",\n \"type\": \"text\",\n \"label\": \"URL\",\n \"importance\": \"low\",\n \"default\": \"URL\"\n },\n {\n \"name\": \"zip\",\n \"type\": \"text\",\n \"label\": \"ZIP code\",\n \"importance\": \"low\",\n \"default\": \"ZIP code\"\n }\n ]\n },\n {\n \"name\": \"a11y\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"Readspeaker\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"openCodeInformation\",\n \"type\": \"text\",\n \"label\": \"QRCode. Display information (Text for Readspeakers)\",\n \"importance\": \"low\",\n \"default\": \"QRCode. Display information.\"\n },\n {\n \"name\": \"closeCodeInformation\",\n \"type\": \"text\",\n \"label\": \"Hide information (Text for Readspeakers)\",\n \"importance\": \"low\",\n \"default\": \"Hide information.\"\n }\n ]\n }\n]\n',NULL,NULL,NULL,NULL,NULL,'https://h5p.org/content-types/kewar-code',1),(125,'H5P.AdventCalendar','Advent Calendar (beta)',0,2,5,1,0,'iframe','dist/h5p-advent-calendar.js','dist/h5p-advent-calendar.css','','[\n {\n \"name\": \"doors\",\n \"type\": \"list\",\n \"label\": \"Doors\",\n \"entity\": \"door\",\n \"min\": 24,\n \"max\": 24,\n \"field\": {\n \"name\": \"contentGroup\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"doorCover\",\n \"type\": \"image\",\n \"label\": \"Door image\",\n \"description\": \"Image that will be used for the door. Needs to have a size ratio of 1:1 if you want the left half fit the right half.\"\n },\n {\n \"name\": \"previewImage\",\n \"type\": \"image\",\n \"label\": \"Background image\",\n \"description\": \"Image that should appear inside the door. Will be the door\'s number by default.\"\n },\n {\n \"name\": \"type\",\n \"type\": \"select\",\n \"label\": \"Content type\",\n \"description\": \"Content type that shoud optionally pop up when the door is opened.\",\n \"options\": [\n {\n \"value\": \"audio\",\n \"label\": \"Audio\"\n },\n {\n \"value\": \"image\",\n \"label\": \"Image\"\n },\n {\n \"value\": \"link\",\n \"label\": \"Link\"\n },\n {\n \"value\": \"text\",\n \"label\": \"Text\"\n },\n {\n \"value\": \"video\",\n \"label\": \"Video\"\n }\n ]\n },\n {\n \"name\": \"audio\",\n \"type\": \"audio\",\n \"label\": \"Audio\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": \"audio\"\n }\n ]\n }\n },\n {\n \"name\": \"image\",\n \"type\": \"library\",\n \"label\": \"Image\",\n \"options\": [\n \"H5P.Image 1.1\"\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": \"image\"\n }\n ]\n }\n },\n {\n \"name\": \"link\",\n \"type\": \"library\",\n \"label\": \"Link\",\n \"options\": [\n \"H5P.Link 1.3\"\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": \"link\"\n }\n ]\n }\n },\n {\n \"name\": \"text\",\n \"type\": \"library\",\n \"label\": \"Text\",\n \"options\": [\n \"H5P.AdvancedText 1.1\"\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": \"text\"\n }\n ]\n }\n },\n {\n \"name\": \"video\",\n \"type\": \"video\",\n \"label\": \"Video\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": \"video\"\n }\n ]\n }\n },\n {\n \"name\": \"autoplay\",\n \"type\": \"boolean\",\n \"label\": \"Autoplay\",\n \"default\": false,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"type\": \"or\",\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": \"audio\"\n },\n {\n \"field\": \"type\",\n \"equals\": \"video\"\n }\n ]\n }\n }\n ]\n },\n \"widgets\": [\n {\n \"name\": \"VerticalTabs\",\n \"label\": \"Default\"\n }\n ]\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"description\": \"These options will let you override behaviour settings.\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"backgroundImage\",\n \"type\": \"image\",\n \"label\": \"Calendar background image\",\n \"optional\": true\n },\n {\n \"name\": \"backgroundMusic\",\n \"type\": \"audio\",\n \"label\": \"Background music\",\n \"optional\": true\n },\n {\n \"name\": \"autoplay\",\n \"type\": \"boolean\",\n \"label\": \"Autoplay background music\",\n \"description\": \"If set, the background music will play automatically once the content is opened. Please note: Some browsers\' media policy may prevent autoplay.\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"snow\",\n \"type\": \"boolean\",\n \"label\": \"Let it snow\",\n \"description\": \"Will add some snow falling in front of the calendar. It never rains in Southern California, it never snows on IE11.\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"doorImageTemplate\",\n \"type\": \"image\",\n \"label\": \"Door image template\",\n \"description\": \"If an image is set, it will be used for every door unless a specific door image is set for a single door.\",\n \"optional\": true\n },\n {\n \"name\": \"hideDoorBorder\",\n \"type\": \"boolean\",\n \"label\": \"Hide door border\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"hideNumbers\",\n \"type\": \"boolean\",\n \"label\": \"Hide door numbers\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"hideDoorKnobs\",\n \"type\": \"boolean\",\n \"label\": \"Hide door knobs\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"hideDoorFrame\",\n \"type\": \"boolean\",\n \"label\": \"Hide door frame\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"randomize\",\n \"type\": \"boolean\",\n \"label\": \"Random order\",\n \"description\": \"Shuffle the order of the doors. If the \\\"save content state\\\" option is set in the H5P settings, that order will stay the same when the user returns later.\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"keepImageOrder\",\n \"type\": \"boolean\",\n \"label\": \"Keep order of images\",\n \"description\": \"Shuffle doors, but keep the door cover images at their fixed positions starting with 1 in the upper left corner down to 24 in the lower right corner.\",\n \"default\": false,\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"randomize\",\n \"equals\": true\n }\n ]\n }\n },\n {\n \"name\": \"designMode\",\n \"type\": \"boolean\",\n \"label\": \"Design mode\",\n \"description\": \"When in design mode, all doors can be opened. Otherwise, the doors can only be opened in December on and after the respective day indicated by the door number.\",\n \"default\": true,\n \"optional\": true\n }\n ]\n },\n {\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"Localization\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"nothingToSee\",\n \"type\": \"text\",\n \"label\": \"Nothing to see\",\n \"importance\": \"low\",\n \"default\": \"There is nothing to see here!\\ud83c\\udf84\"\n },\n {\n \"name\": \"dummy\",\n \"type\": \"text\",\n \"label\": \"Dummy\",\n \"importance\": \"low\",\n \"default\": \"Dummy\",\n \"widget\": \"none\"\n }\n ]\n },\n {\n \"name\": \"a11y\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"Accessibility\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"door\",\n \"type\": \"text\",\n \"label\": \"Door\",\n \"importance\": \"low\",\n \"default\": \"Door\"\n },\n {\n \"name\": \"locked\",\n \"type\": \"text\",\n \"label\": \"Locked\",\n \"importance\": \"low\",\n \"default\": \"Locked. It is not time to open this one yet.\"\n },\n {\n \"name\": \"content\",\n \"description\": \"Announce the content. @door is a variable and will be replaced with the related door description.\",\n \"type\": \"text\",\n \"label\": \"Content of\",\n \"importance\": \"low\",\n \"default\": \"Content of @door\"\n },\n {\n \"name\": \"mute\",\n \"type\": \"text\",\n \"label\": \"Mute audio\",\n \"importance\": \"low\",\n \"default\": \"Mute audio\"\n },\n {\n \"name\": \"unmute\",\n \"type\": \"text\",\n \"label\": \"Unmute audio\",\n \"importance\": \"low\",\n \"default\": \"Unmute audio\"\n },\n {\n \"name\": \"closeWindow\",\n \"type\": \"text\",\n \"label\": \"Close window\",\n \"importance\": \"low\",\n \"default\": \"Close window\"\n }\n ]\n }\n]\n',NULL,NULL,NULL,NULL,NULL,'https://h5p.org/content-types/advent-calendar',1),(126,'H5P.Video','Video',1,5,22,0,0,'','scripts/youtube.js, scripts/panopto.js, scripts/html5.js, scripts/flash.js, scripts/video.js','styles/video.css','','[\n {\n \"name\": \"sources\",\n \"type\": \"video\",\n \"label\": \"Video sources\",\n \"importance\": \"high\",\n \"description\": \"To ensure that the video works in all browsers you should add both WebM and MP4 formatted sources.\",\n \"disableCopyright\": true\n },\n {\n \"name\": \"visuals\",\n \"type\": \"group\",\n \"label\": \"Visuals\",\n \"importance\": \"medium\",\n \"fields\": [\n {\n \"name\": \"poster\",\n \"type\": \"image\",\n \"label\": \"Poster image\",\n \"importance\": \"low\"\n },\n {\n \"name\": \"fit\",\n \"type\": \"boolean\",\n \"label\": \"Fit video player to use all available space\",\n \"importance\": \"low\",\n \"default\": true,\n \"description\": \"If not set the video player will have the same aspect ratio as the video.\"\n },\n {\n \"name\": \"controls\",\n \"type\": \"boolean\",\n \"label\": \"Show video player controls\",\n \"importance\": \"low\",\n \"default\": true,\n \"description\": \"Add controls to the video player. This allows users to play, pause, etc.\"\n }\n ]\n },\n {\n \"name\": \"playback\",\n \"type\": \"group\",\n \"label\": \"Playback\",\n \"importance\": \"medium\",\n \"fields\": [\n {\n \"name\": \"autoplay\",\n \"type\": \"boolean\",\n \"label\": \"Auto-play video\",\n \"importance\": \"low\",\n \"default\": false,\n \"description\": \"Start playing the video automatically. May not work on mobile devices.\"\n },\n {\n \"name\": \"loop\",\n \"type\": \"boolean\",\n \"label\": \"Loop video\",\n \"importance\": \"low\",\n \"default\": false,\n \"description\": \"Automatically start the video over again when it ends.\"\n }\n ]\n },\n {\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"label\": \"Video localization\",\n \"importance\": \"low\",\n \"common\": true,\n \"fields\": [\n {\n \"name\": \"name\",\n \"type\": \"text\",\n \"label\": \"Name\",\n \"importance\": \"low\",\n \"default\": \"Video\",\n \"description\": \"Helps identify content of this type.\"\n },\n {\n \"name\": \"loading\",\n \"type\": \"text\",\n \"label\": \"Loading\",\n \"importance\": \"low\",\n \"default\": \"Video player loading...\"\n },\n {\n \"name\": \"noPlayers\",\n \"type\": \"text\",\n \"label\": \"No players found\",\n \"importance\": \"low\",\n \"default\": \"Found no video players that supports the given video format.\"\n },\n {\n \"name\": \"noSources\",\n \"type\": \"text\",\n \"label\": \"No sources\",\n \"importance\": \"low\",\n \"default\": \"Video is missing sources.\"\n },\n {\n \"name\": \"aborted\",\n \"type\": \"text\",\n \"label\": \"Aborted\",\n \"importance\": \"low\",\n \"default\": \"Media playback has been aborted.\"\n },\n {\n \"name\": \"networkFailure\",\n \"type\": \"text\",\n \"label\": \"Network failure\",\n \"importance\": \"low\",\n \"default\": \"Network failure.\"\n },\n {\n \"name\": \"cannotDecode\",\n \"type\": \"text\",\n \"label\": \"Cannot decode video source\",\n \"importance\": \"low\",\n \"default\": \"Unable to decode media.\"\n },\n {\n \"name\": \"formatNotSupported\",\n \"type\": \"text\",\n \"label\": \"Format not supported\",\n \"importance\": \"low\",\n \"default\": \"Video format not supported.\"\n },\n {\n \"name\": \"mediaEncrypted\",\n \"type\": \"text\",\n \"label\": \"Media encrypted\",\n \"importance\": \"low\",\n \"default\": \"Media encrypted.\"\n },\n {\n \"name\": \"unknownError\",\n \"type\": \"text\",\n \"label\": \"Unknown error\",\n \"importance\": \"low\",\n \"default\": \"Unknown error.\"\n },\n {\n \"name\": \"invalidYtId\",\n \"type\": \"text\",\n \"label\": \"Invalid YouTube ID\",\n \"importance\": \"low\",\n \"default\": \"Invalid YouTube ID.\"\n },\n {\n \"name\": \"unknownYtId\",\n \"type\": \"text\",\n \"label\": \"Unknown YouTube ID\",\n \"importance\": \"low\",\n \"default\": \"Unable to find video with the given YouTube ID.\"\n },\n {\n \"name\": \"restrictedYt\",\n \"type\": \"text\",\n \"label\": \"Restricted YouTube video\",\n \"importance\": \"low\",\n \"default\": \"The owner of this video does not allow it to be embedded.\"\n }\n ]\n },\n {\n \"name\": \"a11y\",\n \"type\": \"group\",\n \"label\": \"Accessibility\",\n \"importance\": \"medium\",\n \"fields\": [\n {\n \"name\": \"videoTrack\",\n \"type\": \"list\",\n \"label\": \"Add video track\",\n \"importance\": \"low\",\n \"optional\": true,\n \"entity\": \"Track\",\n \"min\": 0,\n \"field\": {\n \"name\": \"track\",\n \"type\": \"group\",\n \"label\": \"Track\",\n \"importance\": \"low\",\n \"expanded\": false,\n \"fields\": [\n {\n \"name\": \"label\",\n \"type\": \"text\",\n \"label\": \"Track label\",\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"name\": \"kind\",\n \"type\": \"select\",\n \"label\": \"Type kind, refer to <a target=\\\"_blank\\\" href=\\\"https://html.spec.whatwg.org/multipage/embedded-content.html#the-track-element\\\">HTML living standard</a>\",\n \"importance\": \"low\",\n \"default\": \"descriptions\",\n \"options\": [\n {\n \"value\": \"subtitles\",\n \"label\": \"Subtitles\"\n },\n {\n \"value\": \"captions\",\n \"label\": \"Captions\"\n },\n {\n \"value\": \"descriptions\",\n \"label\": \"Descriptions\"\n },\n {\n \"value\": \"chapters\",\n \"label\": \"Chapters\"\n }\n ]\n },\n {\n \"name\": \"srcLang\",\n \"type\": \"text\",\n \"label\": \"Source language, must be defined for subtitles\",\n \"importance\": \"low\",\n \"default\": \"en\",\n \"description\": \"Must be a valid BCP 47 language tag. If the kind attribute is set to subtitles, then srclang must be defined.\"\n },\n {\n \"name\": \"track\",\n \"type\": \"file\",\n \"label\": \"Track file (WebVTT)\",\n \"importance\": \"low\"\n }\n ]\n }\n }\n ]\n }\n]\n',NULL,1,19,NULL,NULL,NULL,1),(127,'H5P.Crossword','Crossword',0,4,9,1,0,'iframe','dist/h5p-crossword.js','dist/h5p-crossword.css','','[\n {\n \"name\": \"taskDescription\",\n \"label\": \"Task description\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"importance\": \"high\",\n \"description\": \"Describe your task here.\",\n \"enterMode\": \"div\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ],\n \"optional\": true\n },\n {\n \"name\": \"words\",\n \"label\": \"words\",\n \"importance\": \"high\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"VerticalTabs\",\n \"label\": \"Default\"\n }\n ],\n \"min\": 2,\n \"entity\": \"Word\",\n \"field\": {\n \"name\": \"word\",\n \"type\": \"group\",\n \"label\": \"Word\",\n \"fields\": [\n {\n \"name\": \"clue\",\n \"type\": \"text\",\n \"label\": \"Clue\",\n \"description\": \"Clue that should point to the answer.\",\n \"importance\": \"medium\"\n },\n {\n \"name\": \"answer\",\n \"type\": \"text\",\n \"label\": \"Answer\",\n \"description\": \"Answer to the clue.\",\n \"importance\": \"medium\"\n },\n {\n \"name\": \"extraClue\",\n \"type\": \"library\",\n \"label\": \"Extra clue\",\n \"optional\": true,\n \"options\": [\n \"H5P.AdvancedText 1.1\",\n \"H5P.Image 1.1\",\n \"H5P.Audio 1.4\",\n \"H5P.Video 1.5\"\n ]\n },\n {\n \"name\": \"fixWord\",\n \"type\": \"boolean\",\n \"label\": \"Fix word on grid\",\n \"description\": \"Check if you want to fix the word to a particular position on the grid.\",\n \"importance\": \"low\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"row\",\n \"type\": \"number\",\n \"label\": \"Row\",\n \"description\": \"Row index where the answer should start.\",\n \"min\": 1,\n \"max\": 100,\n \"importance\": \"low\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"fixWord\",\n \"equals\": true\n }\n ]\n }\n },\n {\n \"name\": \"column\",\n \"type\": \"number\",\n \"label\": \"Column\",\n \"description\": \"Column index where the answer should start.\",\n \"min\": 1,\n \"max\": 100,\n \"importance\": \"low\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"fixWord\",\n \"equals\": true\n }\n ]\n }\n },\n {\n \"name\": \"orientation\",\n \"type\": \"select\",\n \"label\": \"Orientation\",\n \"description\": \"Orientation for the answer.\",\n \"options\": [\n {\n \"value\": \"across\",\n \"label\": \"Across\"\n },\n {\n \"value\": \"down\",\n \"label\": \"Down\"\n }\n ],\n \"default\": \"across\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"fixWord\",\n \"equals\": true\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"name\": \"solutionWord\",\n \"type\": \"text\",\n \"label\": \"Overall solution word\",\n \"description\": \"Optionally add a solution word that can be derived from particular characters on the grid. It will only be visible if all its characters can be found in the crossword. Please note: There\'s no accessibility support for this feature yet.\",\n \"importance\": \"low\",\n \"optional\": \"true\"\n },\n {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"label\": \"Overall Feedback\",\n \"importance\": \"low\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"overallFeedback\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"RangeList\",\n \"label\": \"Default\"\n }\n ],\n \"importance\": \"high\",\n \"label\": \"Define custom feedback for any score range\",\n \"description\": \"Click the \\\"Add range\\\" button to add as many ranges as you need. Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!\",\n \"entity\": \"range\",\n \"min\": 1,\n \"defaultNum\": 1,\n \"optional\": true,\n \"field\": {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"from\",\n \"type\": \"number\",\n \"label\": \"Score Range\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 0,\n \"unit\": \"%\"\n },\n {\n \"name\": \"to\",\n \"type\": \"number\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 100,\n \"unit\": \"%\"\n },\n {\n \"name\": \"feedback\",\n \"type\": \"text\",\n \"label\": \"Feedback for defined score range\",\n \"importance\": \"low\",\n \"placeholder\": \"Fill in the feedback\",\n \"optional\": true\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"theme\",\n \"type\": \"group\",\n \"label\": \"Theme\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"backgroundImage\",\n \"label\": \"Background image\",\n \"type\": \"image\",\n \"description\": \"Select an optional background image. It will be scaled to fit the background without stretching it.\",\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"name\": \"backgroundColor\",\n \"type\": \"text\",\n \"label\": \"Background color\",\n \"description\": \"Choose a background color. It will either be used instead of a background image or as background for transparent areas.\",\n \"importance\": \"low\",\n \"optional\": true,\n \"default\": \"#173354\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showInitial\": true\n }\n },\n {\n \"name\": \"gridColor\",\n \"type\": \"text\",\n \"label\": \"Grid color\",\n \"description\": \"Choose a color for the grid.\",\n \"importance\": \"low\",\n \"optional\": true,\n \"default\": \"#000000\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showInitial\": true\n }\n },\n {\n \"name\": \"cellBackgroundColor\",\n \"type\": \"text\",\n \"label\": \"Cell background color\",\n \"description\": \"Choose the background color for a table cell.\",\n \"importance\": \"low\",\n \"optional\": true,\n \"default\": \"#ffffff\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showInitial\": true\n }\n },\n {\n \"name\": \"cellColor\",\n \"type\": \"text\",\n \"label\": \"Cell text color\",\n \"description\": \"Choose the text color for a table cell.\",\n \"importance\": \"low\",\n \"optional\": true,\n \"default\": \"#000000\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showInitial\": true\n }\n },\n {\n \"name\": \"clueIdColor\",\n \"type\": \"text\",\n \"label\": \"Clue id color\",\n \"description\": \"Choose the color of the clue id inside a table cell.\",\n \"importance\": \"low\",\n \"optional\": true,\n \"default\": \"#606060\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showInitial\": true\n }\n },\n {\n \"name\": \"cellBackgroundColorHighlight\",\n \"type\": \"text\",\n \"label\": \"Cell background color (highlighted)\",\n \"description\": \"Choose the background color for a table cell that is highlighted.\",\n \"importance\": \"low\",\n \"optional\": true,\n \"default\": \"#3e8de8\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showInitial\": true\n }\n },\n {\n \"name\": \"cellColorHighlight\",\n \"type\": \"text\",\n \"label\": \"Cell text color (highlighted)\",\n \"description\": \"Choose the text color for a table cell that is highlighted.\",\n \"importance\": \"low\",\n \"optional\": true,\n \"default\": \"#ffffff\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showInitial\": true\n }\n },\n {\n \"name\": \"clueIdColorHighlight\",\n \"type\": \"text\",\n \"label\": \"Cell id color (highlighted)\",\n \"description\": \"Choose the color of the clue id inside a table cell that is highlighted.\",\n \"importance\": \"low\",\n \"optional\": true,\n \"default\": \"#e0e0e0\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showInitial\": true\n }\n }\n ]\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"importance\": \"low\",\n \"description\": \"These options will let you control how the task behaves.\",\n \"fields\": [\n {\n \"name\": \"poolSize\",\n \"type\": \"number\",\n \"min\": 2,\n \"label\": \"Number of words to be shown\",\n \"importance\": \"low\",\n \"description\": \"Create a randomized batch of words from the pool. The batch will always contain at least all the words that were fixed on the grid regardless of this setting. An empty value or 0 means to use all words.\",\n \"optional\": true\n },\n {\n \"name\": \"enableInstantFeedback\",\n \"label\": \"Enable instant feedback\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": false\n },\n {\n \"name\": \"scoreWords\",\n \"label\": \"Score words\",\n \"description\": \"If this option is enabled, words will be counted in order to determine the score. Otherwise, correct characters will be counted.\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": true\n },\n {\n \"name\": \"applyPenalties\",\n \"label\": \"Apply penalties\",\n \"description\": \"If this option is enabled, each wrong answer will be given a penalty score of -1.\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"enableRetry\",\n \"label\": \"Enable \\\"Retry\\\"\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"enableSolutionsButton\",\n \"label\": \"Enable \\\"Solution\\\"\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n }\n ]\n },\n {\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"User interface\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"across\",\n \"type\": \"text\",\n \"label\": \"Label for across\",\n \"importance\": \"low\",\n \"default\": \"Across\"\n },\n {\n \"name\": \"down\",\n \"type\": \"text\",\n \"label\": \"Label for down\",\n \"importance\": \"low\",\n \"default\": \"Down\"\n },\n {\n \"name\": \"checkAnswer\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Check\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Check\"\n },\n {\n \"name\": \"submitAnswer\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Submit\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Submit\"\n },\n {\n \"name\": \"tryAgain\",\n \"label\": \"Text for \\\"Retry\\\" button\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"default\": \"Retry\"\n },\n {\n \"name\": \"showSolution\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Show solution\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Show solution\"\n },\n {\n \"name\": \"couldNotGenerateCrossword\",\n \"type\": \"text\",\n \"label\": \"Cannot create crossword\",\n \"importance\": \"low\",\n \"default\": \"Could not generate a crossword with the given words. Please try again with fewer words or words that have more characters in common. If you are using fixed words, please make sure that their position doesn\'t prevent other words from being placed.\"\n },\n {\n \"name\": \"couldNotGenerateCrosswordTooFewWords\",\n \"type\": \"text\",\n \"label\": \"Cannot create crossword (too few words)\",\n \"importance\": \"low\",\n \"default\": \"Could not generate a crossword. You need at least two words.\"\n },\n {\n \"name\": \"probematicWords\",\n \"type\": \"text\",\n \"label\": \"Probematic words\",\n \"description\": \"List words that caused trouble while generating the crossword. @words is a placeholder that will be replaced by the actual problematic words.\",\n \"importance\": \"low\",\n \"default\": \"Problematic word(s): @words\"\n },\n {\n \"name\": \"extraClue\",\n \"type\": \"text\",\n \"label\": \"Extra clue\",\n \"importance\": \"low\",\n \"default\": \"Extra clue\"\n },\n {\n \"name\": \"closeWindow\",\n \"type\": \"text\",\n \"label\": \"Close window\",\n \"importance\": \"low\",\n \"default\": \"Close window\"\n }\n ]\n },\n {\n \"name\": \"a11y\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"Readspeaker\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"crosswordGrid\",\n \"type\": \"text\",\n \"label\": \"Crossword grid description\",\n \"importance\": \"low\",\n \"default\": \"Crossword grid. Use arrow keys to navigate and keyboard to enter characters. Use tab to use input fields instead.\"\n },\n {\n \"name\": \"column\",\n \"type\": \"text\",\n \"label\": \"Column\",\n \"importance\": \"low\",\n \"default\": \"Column\"\n },\n {\n \"name\": \"row\",\n \"type\": \"text\",\n \"label\": \"Row\",\n \"importance\": \"low\",\n \"default\": \"Row\"\n },\n {\n \"name\": \"across\",\n \"type\": \"text\",\n \"label\": \"Across\",\n \"importance\": \"low\",\n \"default\": \"Across\"\n },\n {\n \"name\": \"down\",\n \"type\": \"text\",\n \"label\": \"Down\",\n \"importance\": \"low\",\n \"default\": \"Down\"\n },\n {\n \"name\": \"empty\",\n \"type\": \"text\",\n \"label\": \"Empty\",\n \"importance\": \"low\",\n \"default\": \"Empty\"\n },\n {\n \"name\": \"resultFor\",\n \"description\": \"Result announcer. @clue is a variable and will be replaced by the respective clue.\",\n \"type\": \"text\",\n \"label\": \"Result for\",\n \"importance\": \"low\",\n \"default\": \"Result for: @clue\"\n },\n {\n \"name\": \"correct\",\n \"type\": \"text\",\n \"label\": \"Correct\",\n \"importance\": \"low\",\n \"default\": \"Correct\"\n },\n {\n \"name\": \"wrong\",\n \"type\": \"text\",\n \"label\": \"Wrong\",\n \"importance\": \"low\",\n \"default\": \"Wrong\"\n },\n {\n \"name\": \"point\",\n \"type\": \"text\",\n \"label\": \"Point\",\n \"importance\": \"low\",\n \"default\": \"point\"\n },\n {\n \"name\": \"solutionFor\",\n \"description\": \"Solution announcer. @clue and @solution are variables and will be replaced by the respective values.\",\n \"type\": \"text\",\n \"label\": \"Solution for\",\n \"importance\": \"low\",\n \"default\": \"For @clue the solution is: @solution\"\n },\n {\n \"name\": \"extraClueFor\",\n \"description\": \"Extra clue announcer. @clue is a variable and will be replaced by the respective value.\",\n \"type\": \"text\",\n \"label\": \"Extra clue for\",\n \"importance\": \"low\",\n \"default\": \"Open extra clue for @clue\"\n },\n {\n \"name\": \"emptyCell\",\n \"type\": \"text\",\n \"label\": \"Empty cell\",\n \"importance\": \"low\",\n \"default\": \"Empty cell\"\n },\n {\n \"name\": \"letterSevenOfNine\",\n \"description\": \"Announcing the current position. @position and @length are variables and will be replaced by their respective values.\",\n \"type\": \"text\",\n \"label\": \"Letter\",\n \"importance\": \"low\",\n \"default\": \"Letter @position of @length\"\n },\n {\n \"name\": \"lettersWord\",\n \"description\": \"Announcing the word length. @length is a variable and will be replaced by the respective value.\",\n \"type\": \"text\",\n \"label\": \"Length of word\",\n \"importance\": \"low\",\n \"default\": \"@length letter word\"\n },\n {\n \"name\": \"check\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Check\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Check the characters. The responses will be marked as correct, incorrect, or unanswered.\"\n },\n {\n \"name\": \"showSolution\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Show Solution\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Show the solution. The crossword will be filled with its correct solution.\"\n },\n {\n \"name\": \"retry\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Retry\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Retry the task. Reset all responses and start the task over again.\"\n },\n {\n \"name\": \"yourResult\",\n \"type\": \"text\",\n \"label\": \"Your result\",\n \"description\": \"@score and @total are variables and will be replaced by their respective values.\",\n \"importance\": \"low\",\n \"default\": \"You got @score out of @total points\"\n }\n ]\n }\n]',NULL,NULL,NULL,NULL,NULL,'https://h5p.org/content-types/crossword',1),(128,'H5P.SortParagraphs','Sort the Paragraphs',0,11,9,1,0,'iframe','dist/h5p-sort-paragraphs.js','dist/h5p-sort-paragraphs.css','','[\n {\n \"name\": \"media\",\n \"type\": \"group\",\n \"label\": \"Media\",\n \"importance\": \"medium\",\n \"fields\": [\n {\n \"name\": \"type\",\n \"type\": \"library\",\n \"label\": \"Type\",\n \"importance\": \"medium\",\n \"options\": [\n \"H5P.Image 1.1\",\n \"H5P.Video 1.6\",\n \"H5P.Audio 1.5\"\n ],\n \"optional\": true,\n \"description\": \"Optional media to display above the question.\"\n },\n {\n \"name\": \"disableImageZooming\",\n \"type\": \"boolean\",\n \"label\": \"Disable image zooming\",\n \"importance\": \"low\",\n \"default\": false,\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": \"H5P.Image 1.1\"\n }\n ]\n }\n }\n ]\n },\n {\n \"label\": \"Task description\",\n \"importance\": \"high\",\n \"name\": \"taskDescription\",\n \"placeholder\": \"Describe what your students should do ...\",\n \"description\": \"What your students should know.\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"enterMode\": \"div\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ]\n },\n {\n \"name\": \"paragraphs\",\n \"label\": \"Paragraphs\",\n \"type\": \"list\",\n \"entity\": \"paragraph\",\n \"min\": 3,\n \"field\": {\n \"name\": \"paragraph\",\n \"label\": \"Paragraph\",\n \"importance\": \"high\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"enterMode\": \"div\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ]\n }\n },\n {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"label\": \"Overall Feedback\",\n \"importance\": \"low\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"overallFeedback\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"RangeList\",\n \"label\": \"Default\"\n }\n ],\n \"importance\": \"high\",\n \"label\": \"Define custom feedback for any score range\",\n \"description\": \"Click the \\\"Add range\\\" button to add as many ranges as you need. Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!\",\n \"entity\": \"range\",\n \"min\": 1,\n \"defaultNum\": 1,\n \"optional\": true,\n \"field\": {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"from\",\n \"type\": \"number\",\n \"label\": \"Score Range\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 0,\n \"unit\": \"%\"\n },\n {\n \"name\": \"to\",\n \"type\": \"number\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 100,\n \"unit\": \"%\"\n },\n {\n \"name\": \"feedback\",\n \"type\": \"text\",\n \"label\": \"Feedback for defined score range\",\n \"importance\": \"low\",\n \"placeholder\": \"Fill in the feedback\",\n \"optional\": true\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"importance\": \"low\",\n \"description\": \"These options will let you control how the task behaves.\",\n \"fields\": [\n {\n \"name\": \"scoringMode\",\n \"label\": \"Scoring mode\",\n \"description\": \"Decide whether to give points for each correctly placed paragraph or for each paragraph that is placed after the paragraph it is supposed to be placed after (\\\"correct sequence\\\")\",\n \"type\": \"select\",\n \"importance\": \"low\",\n \"default\": \"positions\",\n \"options\": [\n {\n \"value\": \"positions\",\n \"label\": \"Correctly placed paragraph\"\n },\n {\n \"value\": \"transitions\",\n \"label\": \"Correct sequence\"\n }\n ]\n },\n {\n \"name\": \"applyPenalties\",\n \"label\": \"Apply penalties\",\n \"description\": \"Decide whether to deduce a point for each paragraph that\'s not positioned correctly.\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"scoringMode\",\n \"equals\": \"positions\"\n }\n ]\n }\n },\n {\n \"name\": \"duplicatesInterchangeable\",\n \"label\": \"Duplicate parapraphs interchangeable\",\n \"description\": \"If set, when checking the answer, duplicate paragraphs will be treated as identical if their plain text is equal.\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"addButtonsForMovement\",\n \"label\": \"Add buttons for movement\",\n \"description\": \"On mobile devices, buttons for moving paragraphs can offer an extra accessibility benefit. If you prefer, you can deactivate them here.\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"enableRetry\",\n \"label\": \"Enable \\\"Retry\\\" button\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"enableSolutionsButton\",\n \"label\": \"Enable \\\"Show Solution\\\" button\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n }\n ]\n },\n {\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"User interface\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"checkAnswer\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Check\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Check\"\n },\n {\n \"name\": \"submitAnswer\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Submit\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Submit\"\n },\n {\n \"name\": \"tryAgain\",\n \"label\": \"Text for \\\"Retry\\\" button\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"default\": \"Retry\"\n },\n {\n \"name\": \"showSolution\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Show solution\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Show solution\"\n },\n {\n \"name\": \"up\",\n \"type\": \"text\",\n \"label\": \"Title for \\\"Up\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Up\"\n },\n {\n \"name\": \"down\",\n \"type\": \"text\",\n \"label\": \"Title for \\\"Down\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Down\"\n },\n {\n \"name\": \"disabled\",\n \"type\": \"text\",\n \"label\": \"Title for button that is disabled\",\n \"importance\": \"low\",\n \"default\": \"Disabled\"\n }\n ]\n },\n {\n \"name\": \"a11y\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"Readspeaker\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"check\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Check\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Check the answers. The responses will be marked as correct or incorrect.\"\n },\n {\n \"name\": \"showSolution\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Show Solution\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Show the solution. The correct solution will be displayed.\"\n },\n {\n \"name\": \"retry\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Retry\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Retry the task. Reset all elements and start the task over again.\"\n },\n {\n \"name\": \"yourResult\",\n \"type\": \"text\",\n \"label\": \"Your result\",\n \"description\": \"@score will be replaced by the number of points. @total will be replaced by the maximum possible points.\",\n \"importance\": \"low\",\n \"default\": \"You got @score out of @total points\"\n },\n {\n \"name\": \"listDescription\",\n \"type\": \"text\",\n \"label\": \"List description\",\n \"importance\": \"low\",\n \"default\": \"Sortable list of paragraphs.\"\n },\n {\n \"name\": \"listDescriptionCheckAnswer\",\n \"type\": \"text\",\n \"label\": \"List description (check answer)\",\n \"importance\": \"low\",\n \"default\": \"List of paragraphs with results.\"\n },\n {\n \"name\": \"listDescriptionShowSolution\",\n \"type\": \"text\",\n \"label\": \"List description (show solution)\",\n \"importance\": \"low\",\n \"default\": \"List of paragraphs with solutions.\"\n },\n {\n \"name\": \"paragraph\",\n \"type\": \"text\",\n \"label\": \"Paragraph\",\n \"importance\": \"low\",\n \"default\": \"Paragraph\"\n },\n {\n \"name\": \"correct\",\n \"type\": \"text\",\n \"label\": \"Correct\",\n \"importance\": \"low\",\n \"default\": \"correct\"\n },\n {\n \"name\": \"wrong\",\n \"type\": \"text\",\n \"label\": \"Wrong\",\n \"importance\": \"low\",\n \"default\": \"wrong\"\n },\n {\n \"name\": \"point\",\n \"description\": \"@score will be replaced by 1 or -1.\",\n \"type\": \"text\",\n \"label\": \"Score explanation\",\n \"importance\": \"low\",\n \"default\": \"@score point\"\n },\n {\n \"name\": \"sevenOfNine\",\n \"description\": \"@current will be replaced by the current paragraph number. @total will be replaced by the number of paragraphs.\",\n \"type\": \"text\",\n \"label\": \"Paragraph numbering\",\n \"importance\": \"low\",\n \"default\": \"@current of @total\"\n },\n {\n \"name\": \"currentPosition\",\n \"description\": \"Will be followed by \\\"Paragraph numbering\\\".\",\n \"type\": \"text\",\n \"label\": \"Current position in list\",\n \"importance\": \"low\",\n \"default\": \"Current position in list\"\n },\n {\n \"name\": \"instructionsSelected\",\n \"type\": \"text\",\n \"label\": \"Instruction when paragraph selected\",\n \"importance\": \"low\",\n \"default\": \"Press spacebar to reorder\"\n },\n {\n \"name\": \"instructionsGrabbed\",\n \"type\": \"text\",\n \"label\": \"Instruction when paragraph grabbed\",\n \"importance\": \"low\",\n \"default\": \"Press up and down arrow keys to change position, spacebar to drop, escape to cancel\"\n },\n {\n \"name\": \"grabbed\",\n \"type\": \"text\",\n \"label\": \"Grabbed\",\n \"importance\": \"low\",\n \"default\": \"Grabbed\"\n },\n {\n \"name\": \"moved\",\n \"type\": \"text\",\n \"label\": \"Moved\",\n \"importance\": \"low\",\n \"default\": \"Moved\"\n },\n {\n \"name\": \"dropped\",\n \"type\": \"text\",\n \"label\": \"Dropped\",\n \"importance\": \"low\",\n \"default\": \"Dropped\"\n },\n {\n \"name\": \"reorderCancelled\",\n \"type\": \"text\",\n \"label\": \"Reorder cancelled\",\n \"importance\": \"low\",\n \"default\": \"Reorder cancelled\"\n },\n {\n \"name\": \"finalPosition\",\n \"description\": \"Will be followed by \\\"Paragraph numbering\\\".\",\n \"type\": \"text\",\n \"label\": \"Final position\",\n \"importance\": \"low\",\n \"default\": \"Final position\"\n },\n {\n \"name\": \"nextParagraph\",\n \"description\": \"Will be followed by \\\"correct\\\" or \\\"wrong\\\".\",\n \"type\": \"text\",\n \"label\": \"Next paragraph\",\n \"importance\": \"low\",\n \"default\": \"Next paragraph\"\n },\n {\n \"name\": \"correctParagraph\",\n \"description\": \"Will be followed by \\\"Paragraph numbering\\\".\",\n \"type\": \"text\",\n \"label\": \"Correct Paragraph\",\n \"importance\": \"low\",\n \"default\": \"Correct paragraph at position\"\n }\n ]\n }\n]\n',NULL,NULL,NULL,NULL,NULL,'https://h5p.org/content-types/sort-the-paragraphs',1),(129,'H5P.Cornell','Cornell Notes',0,1,4,1,0,'iframe','dist/h5p-cornell.js','dist/h5p-cornell.css','','[\n {\n \"label\": \"Instructions\",\n \"importance\": \"medium\",\n \"name\": \"instructions\",\n \"type\": \"text\",\n \"optional\": true,\n \"description\": \"Students will see these instructions on top of the notes.\",\n \"widget\": \"html\",\n \"enterMode\": \"div\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\"\n ]\n },\n {\n \"label\": \"Exercise content\",\n \"importance\": \"medium\",\n \"name\": \"exerciseContent\",\n \"type\": \"library\",\n \"options\": [\n \"H5P.Audio 1.4\",\n \"H5P.AdvancedText 1.1\",\n \"H5P.Video 1.5\"\n ]\n },\n {\n \"name\": \"notesFields\",\n \"label\": \"Notes fields\",\n \"description\": \"Settings for the notes fields\",\n \"importance\": \"low\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"label\": \"Cue field title\",\n \"importance\": \"low\",\n \"name\": \"recallTitle\",\n \"type\": \"text\",\n \"default\": \"Cue\",\n \"optional\": true,\n \"description\": \"Title for the recall section\"\n },\n {\n \"label\": \"Cue field placeholder\",\n \"importance\": \"low\",\n \"name\": \"recallPlaceholder\",\n \"type\": \"text\",\n \"default\": \"Enter your comments, questions, the main idea, etc. that you derive from your notes\",\n \"optional\": true,\n \"description\": \"Placeholder for the cue section as a reminder for your students\"\n },\n {\n \"label\": \"Notes field title\",\n \"importance\": \"low\",\n \"name\": \"notesTitle\",\n \"type\": \"text\",\n \"default\": \"Notes\",\n \"optional\": true,\n \"description\": \"Title for the notes section\"\n },\n {\n \"label\": \"Notes field placeholder\",\n \"importance\": \"low\",\n \"name\": \"notesPlaceholder\",\n \"type\": \"text\",\n \"default\": \"Enter dates, details, definitions, formulas, examples, etc. from the source material\",\n \"optional\": true,\n \"description\": \"Placeholder for the notes section as a reminder for your students\"\n },\n {\n \"label\": \"Summary field title\",\n \"importance\": \"low\",\n \"name\": \"summaryTitle\",\n \"type\": \"text\",\n \"default\": \"Summary\",\n \"optional\": true,\n \"description\": \"Title for the summary section\"\n },\n {\n \"label\": \"Summary field placeholder\",\n \"importance\": \"low\",\n \"name\": \"summaryPlaceholder\",\n \"type\": \"text\",\n \"default\": \"Summarize what you have learned\",\n \"optional\": true,\n \"description\": \"Placeholder for the summary section as a reminder for your students\"\n }\n ]\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"label\": \"Behavioural settings\",\n \"default\": true,\n \"fields\": [\n {\n \"name\": \"showNotesOnStartup\",\n \"type\": \"boolean\",\n \"label\": \"Show notes on startup\",\n \"description\": \"When this option is disabled, the notes are hidden on startup. Notes are hidden automatically on small displays.\",\n \"default\": true,\n \"optional\": true\n }\n ]\n },\n {\n \"name\": \"a11y\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"Readspeaker\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"buttonFullscreenEnter\",\n \"type\": \"text\",\n \"label\": \"Fullscreen button title (enter)\",\n \"importance\": \"low\",\n \"default\": \"Enter fullscreen mode\"\n },\n {\n \"name\": \"buttonFullscreenExit\",\n \"type\": \"text\",\n \"label\": \"Fullscreen button title (exit)\",\n \"importance\": \"low\",\n \"default\": \"Exit fullscreen mode\"\n },\n {\n \"name\": \"buttonToggleOpenNotes\",\n \"type\": \"text\",\n \"label\": \"Toggle button title (when notes closed)\",\n \"importance\": \"low\",\n \"default\": \"Open notes\"\n },\n {\n \"name\": \"buttonToggleCloseNotes\",\n \"type\": \"text\",\n \"label\": \"Toggle button title (when notes opened)\",\n \"importance\": \"low\",\n \"default\": \"Close notes\"\n },\n {\n \"name\": \"notesOpened\",\n \"type\": \"text\",\n \"label\": \"Notes opened\",\n \"importance\": \"low\",\n \"default\": \"The view has switched to your notes.\"\n },\n {\n \"name\": \"notesClosed\",\n \"type\": \"text\",\n \"label\": \"Notes closed\",\n \"importance\": \"low\",\n \"default\": \"The view has switched to the exercise.\"\n }\n ]\n }\n]\n',NULL,NULL,NULL,NULL,NULL,'https://h5p.org/node/1252534',1),(130,'EmbeddedJS','Embedded JS',1,0,4,0,0,'','js/ejs_production.js, js/ejs_viewhelpers.js','','','',NULL,NULL,NULL,NULL,NULL,NULL,1),(131,'H5P.AFrame','aframe.js',1,0,4,0,0,'','aframe.js','','','',NULL,1,12,NULL,NULL,NULL,1),(132,'H5P.AFrameAR','aframe-ar.js',3,1,1,0,0,'','aframe-ar.js','','','',NULL,1,12,NULL,NULL,NULL,1),(133,'H5P.AFrameOrbitControls','aframe-orbit-controls.js',1,3,0,0,0,'','aframe-orbit-controls.min.js','','','',NULL,1,12,NULL,NULL,NULL,1),(134,'H5P.ARScavenger','AR Scavenger (beta)',1,2,9,1,0,'iframe','dist/h5p-ar-scavenger.js','dist/h5p-ar-scavenger.css','','[\n {\n \"name\": \"showTitleScreen\",\n \"label\": \"Show start screen\",\n \"description\": \"If checked, the content will show the title screen when starting.\",\n \"type\": \"boolean\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"titleScreen\",\n \"label\": \"Start screen\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"titleScreenIntroduction\",\n \"label\": \"Introduction\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"placeholder\": \"Welcome to ...\",\n \"optional\": true,\n \"enterMode\": \"div\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ]\n },\n {\n \"name\": \"titleScreenImage\",\n \"label\": \"Title screen image\",\n \"type\": \"library\",\n \"optional\": true,\n \"options\": [\n \"H5P.Image 1.1\"\n ]\n }\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"showTitleScreen\",\n \"equals\": true\n }\n ]\n }\n },\n {\n \"name\": \"markers\",\n \"label\": \"Markers\",\n \"type\": \"group\",\n \"optional\": true,\n \"expanded\": true,\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"markers\",\n \"label\": \"Markers\",\n \"type\": \"list\",\n \"importance\": \"medium\",\n \"widgets\": [\n {\n \"name\": \"VerticalTabs\",\n \"label\": \"Default\"\n }\n ],\n \"min\": 1,\n \"entity\": \"marker\",\n \"field\": {\n \"name\": \"markerGroup\",\n \"type\": \"group\",\n \"label\": \"Marker\",\n \"fields\": [\n {\n \"name\": \"markerImage\",\n \"label\": \"Marker image (original)\",\n \"description\": \"Upload the image that you want to create a marker for. Should be a square image or it will be cropped. Keep in mind that you will need a unique marker image for every interaction.\",\n \"type\": \"image\",\n \"widget\": \"importantDescription\",\n \"importantDescription\": {\n \"description\": \"Please keep in mind some criteria for good marker images:<ul><li>High color contrast, ideally black and white</li><li>Asymmetry</li><li>The internal resolution of a marker is 16 x 16 pixels, using larger images can make marker detection worse</li><li>Single characters or short words yield good results</li></ul>\",\n \"floatingButton\": true\n },\n \"optional\": true\n },\n {\n \"name\": \"markerPattern\",\n \"label\": \"Marker image (pattern)\",\n \"description\": \"Download this image to use as a marker displayed on a screen or printed on paper.\",\n \"type\": \"file\",\n \"optional\": true,\n \"widget\": \"arMarkerGenerator\",\n \"arMarkerGenerator\": {\n \"referencePath\": \"markerImage\"\n }\n },\n {\n \"name\": \"actionType\",\n \"type\": \"select\",\n \"label\": \"Action type\",\n \"description\": \"Action that should be triggered when the marker is found.\",\n \"options\": [\n {\n \"value\": \"h5p\",\n \"label\": \"H5P interaction\"\n },\n {\n \"value\": \"model\",\n \"label\": \"3D model overlay\"\n }\n ],\n \"default\": \"h5p\"\n },\n {\n \"name\": \"interaction\",\n \"label\": \"Interaction\",\n \"type\": \"group\",\n \"optional\": true,\n \"expanded\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"actionType\",\n \"equals\": \"h5p\"\n }\n ]\n },\n \"fields\": [\n {\n \"name\": \"interaction\",\n \"label\": \"Interaction\",\n \"type\": \"library\",\n \"options\": [\n \"H5P.Accordion 1.0\",\n \"H5P.Agamotto 1.5\",\n \"H5P.Audio 1.4\",\n \"H5P.AudioRecorder 1.0\",\n \"H5P.Blanks 1.12\",\n \"H5P.Chart 1.2\",\n \"H5P.Collage 0.3\",\n \"H5P.CoursePresentation 1.22\",\n \"H5P.Dialogcards 1.8\",\n \"H5P.DocumentationTool 1.8\",\n \"H5P.DragQuestion 1.13\",\n \"H5P.DragText 1.8\",\n \"H5P.Essay 1.2\",\n \"H5P.GuessTheAnswer 1.4\",\n \"H5P.Table 1.1\",\n \"H5P.AdvancedText 1.1\",\n \"H5P.Image 1.1\",\n \"H5P.ImageHotspots 1.8\",\n \"H5P.ImageHotspotQuestion 1.8\",\n \"H5P.ImageSlider 1.1\",\n \"H5P.InteractiveVideo 1.22\",\n \"H5P.Link 1.3\",\n \"H5P.MarkTheWords 1.9\",\n \"H5P.MemoryGame 1.3\",\n \"H5P.MultiChoice 1.14\",\n \"H5P.Questionnaire 1.3\",\n \"H5P.QuestionSet 1.17\",\n \"H5P.SingleChoiceSet 1.11\",\n \"H5P.Summary 1.10\",\n \"H5P.Timeline 1.1\",\n \"H5P.TrueFalse 1.6\",\n \"H5P.Video 1.5\"\n ]\n },\n {\n \"name\": \"dummy\",\n \"type\": \"text\",\n \"optional\": true,\n \"label\": \"Dummy\",\n \"widget\": \"none\"\n }\n ]\n },\n {\n \"name\": \"model\",\n \"label\": \"3D Model\",\n \"type\": \"group\",\n \"optional\": true,\n \"expanded\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"actionType\",\n \"equals\": \"model\"\n }\n ]\n },\n \"fields\": [\n {\n \"name\": \"file\",\n \"label\": \"3D model file\",\n \"description\": \"Upload a glTF (.glb / .gltf) file here. The preferred format is \\\"glTF 2.0 binary\\\" in a single file.\",\n \"type\": \"file\",\n \"widget\": \"threeDModelLoader\",\n \"threeDModelLoader\": {\n \"fileTypeExtensions\": [\n \"gltf\",\n \"glb\"\n ],\n \"geometryPath\": \"geometry\",\n \"planePatternPath\": \"../markerPattern\"\n }\n },\n {\n \"name\": \"geometry\",\n \"label\": \"Geometry\",\n \"type\": \"group\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"scale\",\n \"label\": \"Scale\",\n \"description\": \"Scale the model up or down to match your marker size.\",\n \"type\": \"group\",\n \"optional\": true,\n \"widget\": \"inputrow\",\n \"inputrow\": {\n \"HTML5NumberField\": true,\n \"changedOnEnter\": true\n },\n \"fields\": [\n {\n \"name\": \"scale\",\n \"label\": \"Percentage\",\n \"type\": \"number\",\n \"optional\": true,\n \"default\": 100,\n \"min\": 1\n },\n {\n \"name\": \"dummy\",\n \"label\": \"Dummy\",\n \"type\": \"text\",\n \"optional\": true,\n \"widget\": \"none\"\n }\n ]\n },\n {\n \"name\": \"position\",\n \"label\": \"Position\",\n \"description\": \"Set the model\'s offset position relative to the marker.\",\n \"type\": \"group\",\n \"optional\": true,\n \"widget\": \"inputrow\",\n \"inputrow\": {\n \"HTML5NumberField\": false,\n \"changedOnEnter\": true\n },\n \"fields\": [\n {\n \"name\": \"x\",\n \"label\": \"X-offset\",\n \"type\": \"number\",\n \"optional\": true,\n \"default\": 0,\n \"decimals\": 2\n },\n {\n \"name\": \"y\",\n \"label\": \"Y-offset\",\n \"type\": \"number\",\n \"optional\": true,\n \"default\": 0,\n \"decimals\": 2\n },\n {\n \"name\": \"z\",\n \"label\": \"Z-offset\",\n \"type\": \"number\",\n \"optional\": true,\n \"default\": 0,\n \"decimals\": 2\n }\n ]\n },\n {\n \"name\": \"rotation\",\n \"label\": \"Rotation\",\n \"description\": \"Set the rotation in degrees.\",\n \"type\": \"group\",\n \"optional\": true,\n \"widget\": \"inputrow\",\n \"inputrow\": {\n \"HTML5NumberField\": true,\n \"changedOnEnter\": true\n },\n \"fields\": [\n {\n \"name\": \"x\",\n \"label\": \"X-axis\",\n \"type\": \"number\",\n \"optional\": true,\n \"default\": 0,\n \"min\": -359,\n \"max\": 359\n },\n {\n \"name\": \"y\",\n \"label\": \"Y-axis\",\n \"type\": \"number\",\n \"optional\": true,\n \"default\": 0,\n \"min\": -359,\n \"max\": 359\n },\n {\n \"name\": \"z\",\n \"label\": \"Z-axis\",\n \"type\": \"number\",\n \"optional\": true,\n \"default\": 0,\n \"min\": -359,\n \"max\": 359\n }\n ]\n }\n ]\n }\n ]\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"showEndScreen\",\n \"label\": \"Show end screen\",\n \"description\": \"If checked, show an end screen when all interactions have been completed. The end screen will not be available if you only use 3D models though.\",\n \"type\": \"boolean\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"endScreen\",\n \"label\": \"End screen\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"endScreenImage\",\n \"label\": \"end screen image\",\n \"type\": \"library\",\n \"optional\": true,\n \"options\": [\n \"H5P.Image 1.1\"\n ]\n },\n {\n \"name\": \"endScreenOutro\",\n \"label\": \"End screen text\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"placeholder\": \"You did it!\",\n \"optional\": true,\n \"enterMode\": \"div\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ]\n },\n {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"label\": \"Overall Feedback\",\n \"importance\": \"low\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"overallFeedback\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"RangeList\",\n \"label\": \"Default\"\n }\n ],\n \"importance\": \"high\",\n \"label\": \"Define custom feedback for any score range\",\n \"description\": \"Click the \\\"Add range\\\" button to add as many ranges as you need. Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!\",\n \"entity\": \"range\",\n \"min\": 1,\n \"defaultNum\": 1,\n \"optional\": true,\n \"field\": {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"from\",\n \"type\": \"number\",\n \"label\": \"Score Range\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 0,\n \"unit\": \"%\"\n },\n {\n \"name\": \"to\",\n \"type\": \"number\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 100,\n \"unit\": \"%\"\n },\n {\n \"name\": \"feedback\",\n \"type\": \"text\",\n \"label\": \"Feedback for defined score range\",\n \"importance\": \"low\",\n \"placeholder\": \"Fill in the feedback\",\n \"optional\": true\n }\n ]\n }\n }\n ]\n }\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"showEndScreen\",\n \"equals\": true\n }\n ]\n }\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"label\": \"Behavioural settings\",\n \"fields\": [\n {\n \"name\": \"enableRetry\",\n \"label\": \"Enable \\\"Retry\\\" button\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"description\": \"If checked, learners can retry the task.\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"enableSolutionsButton\",\n \"label\": \"Enable \\\"Solutions\\\" button\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"description\": \"If checked, learners can view the solutions of all interactions.\",\n \"default\": false,\n \"optional\": true,\n \"widget\": \"none\"\n },\n {\n \"name\": \"overrideShowSolutionButton\",\n \"type\": \"select\",\n \"label\": \"Override \\\"Show Solution\\\" button\",\n \"importance\": \"low\",\n \"description\": \"This option allows to enable or disable the \\\"Show Solution\\\" button for all contents or to use their respective behavioural settings.\",\n \"options\": [\n {\n \"value\": \"useBehavioural\",\n \"label\": \"Use behavioural setting\"\n },\n {\n \"value\": \"always\",\n \"label\": \"Always show button\"\n },\n {\n \"value\": \"never\",\n \"label\": \"Never show button\"\n }\n ],\n \"default\": \"useBehavioural\"\n },\n {\n \"name\": \"overrideRetryButton\",\n \"type\": \"select\",\n \"label\": \"Override \\\"Retry\\\" button\",\n \"importance\": \"low\",\n \"description\": \"This option allows to enable or disable the \\\"Retry\\\" button for all contents or to use their respective behavioural settings.\",\n \"options\": [\n {\n \"value\": \"useBehavioural\",\n \"label\": \"Use behavioural setting\"\n },\n {\n \"value\": \"always\",\n \"label\": \"Always show button\"\n },\n {\n \"value\": \"never\",\n \"label\": \"Never show button\"\n }\n ],\n \"default\": \"useBehavioural\"\n },\n {\n \"name\": \"fallbackHeight\",\n \"type\": \"number\",\n \"importance\": \"low\",\n \"label\": \"Fallback height\",\n \"description\": \"Set a fallback heigth in px for cases when there are cross orgin resource sharing (CORS) issues.\",\n \"default\": 400,\n \"min\": 100,\n \"optional\": true\n }\n ]\n },\n {\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"Localization\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"start\",\n \"type\": \"text\",\n \"label\": \"Start button\",\n \"importance\": \"low\",\n \"default\": \"Start\"\n },\n {\n \"name\": \"retry\",\n \"type\": \"text\",\n \"label\": \"Retry button\",\n \"importance\": \"low\",\n \"default\": \"Retry\"\n },\n {\n \"name\": \"nothingToSee\",\n \"type\": \"text\",\n \"label\": \"Find a marker to see an interaction.\",\n \"importance\": \"low\",\n \"default\": \"Find a marker to see an interaction.\"\n },\n {\n \"name\": \"errorBrowserNotSupported\",\n \"type\": \"text\",\n \"label\": \"Error: browser not supported\",\n \"importance\": \"low\",\n \"default\": \"It seems that your browser cannot run this content type, unfortunately.\"\n },\n {\n \"name\": \"errorNoCameraAccess\",\n \"type\": \"text\",\n \"label\": \"Error: No camera access\",\n \"importance\": \"low\",\n \"default\": \"Could not access camera.\"\n },\n {\n \"name\": \"errorNoCameraSupport\",\n \"type\": \"text\",\n \"label\": \"Error: No camera support\",\n \"importance\": \"low\",\n \"default\": \"Your browser does not seem to support a camera.\"\n },\n {\n \"name\": \"errorNoMarkers\",\n \"type\": \"text\",\n \"label\": \"Error: No markers\",\n \"importance\": \"low\",\n \"default\": \"Did someone forget to add markers?\"\n },\n {\n \"name\": \"warningBrave\",\n \"type\": \"text\",\n \"label\": \"Warning: Brave browser\",\n \"importance\": \"low\",\n \"default\": \"You seem to be using the Brave browser. Nice! But its strict privacy settings may prevent the camera from working.\"\n },\n {\n \"name\": \"initializingContent\",\n \"type\": \"text\",\n \"label\": \"Initializing content\",\n \"importance\": \"low\",\n \"default\": \"Initializing content. Please don\'t forget to allow camera access.\"\n }\n ]\n },\n {\n \"name\": \"a11y\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"Readspeaker\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"buttonFullScreenEnter\",\n \"type\": \"text\",\n \"label\": \"FullScreen button title: enter\",\n \"importance\": \"low\",\n \"default\": \"Enter fullscreen mode\"\n },\n {\n \"name\": \"buttonFullScreenExit\",\n \"type\": \"text\",\n \"label\": \"FullScreen button title: exit\",\n \"importance\": \"low\",\n \"default\": \"Exit fullscreen mode\"\n },\n {\n \"name\": \"buttonSwitchViewAction\",\n \"type\": \"text\",\n \"label\": \"\'Switch view\' button title (when action closed)\",\n \"importance\": \"low\",\n \"default\": \"Switch to exercise\"\n },\n {\n \"name\": \"buttonSwitchViewCamera\",\n \"type\": \"text\",\n \"label\": \"\'Switch view\' button title (when action opened)\",\n \"importance\": \"low\",\n \"default\": \"Switch to camera\"\n },\n {\n \"name\": \"buttonSwitchViewDisabled\",\n \"type\": \"text\",\n \"label\": \"\'Button disabled\' message for \'switch view button\'\",\n \"importance\": \"low\",\n \"default\": \"You cannot switch the view right now\"\n },\n {\n \"name\": \"buttonQuit\",\n \"type\": \"text\",\n \"label\": \"\'Quit\' button title\",\n \"importance\": \"low\",\n \"default\": \"Quit and show evaluation\"\n },\n {\n \"name\": \"buttonQuitDisabled\",\n \"type\": \"text\",\n \"label\": \"\'Button disabled\' message for \'quit button\'\",\n \"importance\": \"low\",\n \"default\": \"You have not yet completed all exercises\"\n },\n {\n \"name\": \"actionOpened\",\n \"type\": \"text\",\n \"label\": \"Action opened\",\n \"importance\": \"low\",\n \"default\": \"The view has switched to an exercise.\"\n },\n {\n \"name\": \"actionClosed\",\n \"type\": \"text\",\n \"label\": \"Action closed\",\n \"importance\": \"low\",\n \"default\": \"The view has switched to the camera.\"\n }\n ]\n }\n]\n',NULL,NULL,NULL,NULL,NULL,'https://h5p.org/content-types/ar-scavenger',1),(135,'H5PEditor.ARMarkerGenerator','H5PEditor.ARMarkerGenerator',1,0,2,0,0,'','scripts/h5peditor-ar-marker-generator-spinner.js, scripts/h5peditor-ar-marker-generator.js','styles/h5peditor-ar-marker-generator-spinner.css, styles/h5peditor-ar-marker-generator.css','','',NULL,1,12,NULL,NULL,NULL,1),(136,'H5PEditor.ImportantDescription','H5PEditor.ImportantDescription',0,1,1,0,0,'','dist/h5peditor-important-description.js','dist/h5peditor-important-description.css','','',NULL,1,12,NULL,NULL,NULL,1),(137,'H5PEditor.InputRow','H5PEditor.InputRow',1,0,0,0,0,'','dist/h5peditor-input-row.js','dist/h5peditor-input-row.css','','',NULL,1,12,NULL,NULL,NULL,1),(138,'H5PEditor.ThreeDModelLoader','H5PEditor.ThreeDModelLoader',1,0,3,0,0,'','dist/h5peditor-3d-model-loader.js','dist/h5peditor-3d-model-loader.css','','',NULL,1,12,NULL,NULL,NULL,1),(139,'H5P.MultiChoice','Multiple Choice',1,14,9,1,0,'iframe','js/multichoice.js','css/multichoice.css','','[\n {\n \"name\": \"media\",\n \"type\": \"group\",\n \"label\": \"Media\",\n \"importance\": \"medium\",\n \"fields\": [\n {\n \"name\": \"type\",\n \"type\": \"library\",\n \"label\": \"Type\",\n \"importance\": \"medium\",\n \"options\": [\n \"H5P.Image 1.1\",\n \"H5P.Video 1.5\"\n ],\n \"optional\": true,\n \"description\": \"Optional media to display above the question.\"\n },\n {\n \"name\": \"disableImageZooming\",\n \"type\": \"boolean\",\n \"label\": \"Disable image zooming\",\n \"importance\": \"low\",\n \"default\": false,\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": \"H5P.Image 1.1\"\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"question\",\n \"type\": \"text\",\n \"importance\": \"medium\",\n \"widget\": \"html\",\n \"label\": \"Question\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"sub\",\n \"sup\",\n \"h2\",\n \"h3\",\n \"pre\",\n \"code\"\n ]\n },\n {\n \"name\": \"answers\",\n \"type\": \"list\",\n \"importance\": \"high\",\n \"label\": \"Available options\",\n \"entity\": \"option\",\n \"min\": 1,\n \"defaultNum\": 2,\n \"field\": {\n \"name\": \"answer\",\n \"type\": \"group\",\n \"label\": \"Option\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"importance\": \"medium\",\n \"widget\": \"html\",\n \"label\": \"Text\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"sub\",\n \"sup\",\n \"code\"\n ]\n },\n {\n \"name\": \"correct\",\n \"type\": \"boolean\",\n \"label\": \"Correct\",\n \"importance\": \"low\"\n },\n {\n \"name\": \"tipsAndFeedback\",\n \"type\": \"group\",\n \"label\": \"Tips and feedback\",\n \"importance\": \"low\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"tip\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Tip text\",\n \"importance\": \"low\",\n \"description\": \"Hint for the user. This will appear before user checks his answer/answers.\",\n \"optional\": true,\n \"tags\": [\n \"p\",\n \"br\",\n \"strong\",\n \"em\",\n \"a\",\n \"code\"\n ]\n },\n {\n \"name\": \"chosenFeedback\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Message displayed if answer is selected\",\n \"importance\": \"low\",\n \"description\": \"Message will appear below the answer on \\\"check\\\" if this answer is selected.\",\n \"optional\": true,\n \"tags\": [\n \"strong\",\n \"em\",\n \"sub\",\n \"sup\",\n \"a\",\n \"code\"\n ]\n },\n {\n \"name\": \"notChosenFeedback\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Message displayed if answer is not selected\",\n \"importance\": \"low\",\n \"description\": \"Message will appear below the answer on \\\"check\\\" if this answer is not selected.\",\n \"optional\": true,\n \"tags\": [\n \"strong\",\n \"em\",\n \"sub\",\n \"sup\",\n \"a\",\n \"code\"\n ]\n }\n ]\n }\n ]\n }\n },\n {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"label\": \"Overall Feedback\",\n \"importance\": \"low\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"overallFeedback\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"RangeList\",\n \"label\": \"Default\"\n }\n ],\n \"importance\": \"high\",\n \"label\": \"Define custom feedback for any score range\",\n \"description\": \"Click the \\\"Add range\\\" button to add as many ranges as you need. Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!\",\n \"entity\": \"range\",\n \"min\": 1,\n \"defaultNum\": 1,\n \"optional\": true,\n \"field\": {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"from\",\n \"type\": \"number\",\n \"label\": \"Score Range\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 0,\n \"unit\": \"%\"\n },\n {\n \"name\": \"to\",\n \"type\": \"number\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 100,\n \"unit\": \"%\"\n },\n {\n \"name\": \"feedback\",\n \"type\": \"text\",\n \"label\": \"Feedback for defined score range\",\n \"importance\": \"low\",\n \"placeholder\": \"Fill in the feedback\",\n \"optional\": true\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"UI\",\n \"type\": \"group\",\n \"label\": \"User interface translations for multichoice\",\n \"importance\": \"low\",\n \"common\": true,\n \"fields\": [\n {\n \"name\": \"checkAnswerButton\",\n \"type\": \"text\",\n \"label\": \"Check answer button label\",\n \"importance\": \"low\",\n \"default\": \"Check\"\n },\n {\n \"name\": \"submitAnswerButton\",\n \"type\": \"text\",\n \"label\": \"Submit answer button label\",\n \"importance\": \"low\",\n \"default\": \"Submit\"\n },\n {\n \"name\": \"showSolutionButton\",\n \"type\": \"text\",\n \"label\": \"Show solution button label\",\n \"importance\": \"low\",\n \"default\": \"Show solution\"\n },\n {\n \"name\": \"tryAgainButton\",\n \"type\": \"text\",\n \"label\": \"Retry button label\",\n \"importance\": \"low\",\n \"default\": \"Retry\",\n \"optional\": true\n },\n {\n \"name\": \"tipsLabel\",\n \"type\": \"text\",\n \"label\": \"Tip label\",\n \"importance\": \"low\",\n \"default\": \"Show tip\",\n \"optional\": true\n },\n {\n \"name\": \"scoreBarLabel\",\n \"type\": \"text\",\n \"label\": \"Textual representation of the score bar for those using a readspeaker\",\n \"description\": \"Available variables are :num and :total\",\n \"importance\": \"low\",\n \"default\": \"You got :num out of :total points\",\n \"optional\": true\n },\n {\n \"name\": \"tipAvailable\",\n \"type\": \"text\",\n \"label\": \"Tip Available (not displayed)\",\n \"importance\": \"low\",\n \"default\": \"Tip available\",\n \"description\": \"Accessibility text used for readspeakers\",\n \"optional\": true\n },\n {\n \"name\": \"feedbackAvailable\",\n \"type\": \"text\",\n \"label\": \"Feedback Available (not displayed)\",\n \"importance\": \"low\",\n \"default\": \"Feedback available\",\n \"description\": \"Accessibility text used for readspeakers\",\n \"optional\": true\n },\n {\n \"name\": \"readFeedback\",\n \"type\": \"text\",\n \"label\": \"Read Feedback (not displayed)\",\n \"importance\": \"low\",\n \"default\": \"Read feedback\",\n \"description\": \"Accessibility text used for readspeakers\",\n \"optional\": true,\n \"deprecated\": true\n },\n {\n \"name\": \"wrongAnswer\",\n \"type\": \"text\",\n \"label\": \"Wrong Answer (not displayed)\",\n \"importance\": \"low\",\n \"default\": \"Wrong answer\",\n \"description\": \"Accessibility text used for readspeakers\",\n \"optional\": true,\n \"deprecated\": true\n },\n {\n \"name\": \"correctAnswer\",\n \"type\": \"text\",\n \"label\": \"Correct Answer (not displayed)\",\n \"importance\": \"low\",\n \"default\": \"Correct answer\",\n \"description\": \"Accessibility text used for readspeakers\",\n \"optional\": true\n },\n {\n \"name\": \"shouldCheck\",\n \"type\": \"text\",\n \"label\": \"Option should have been checked\",\n \"importance\": \"low\",\n \"default\": \"Should have been checked\",\n \"optional\": true\n },\n {\n \"name\": \"shouldNotCheck\",\n \"type\": \"text\",\n \"label\": \"Option should not have been checked\",\n \"importance\": \"low\",\n \"default\": \"Should not have been checked\",\n \"optional\": true\n },\n {\n \"label\": \"Text for \\\"Requires answer\\\" message\",\n \"importance\": \"low\",\n \"name\": \"noInput\",\n \"type\": \"text\",\n \"default\": \"Please answer before viewing the solution\",\n \"optional\": true\n },\n {\n \"name\": \"a11yCheck\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Check\\\" button\",\n \"default\": \"Check the answers. The responses will be marked as correct, incorrect, or unanswered.\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"name\": \"a11yShowSolution\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Show Solution\\\" button\",\n \"default\": \"Show the solution. The task will be marked with its correct solution.\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"name\": \"a11yRetry\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Retry\\\" button\",\n \"default\": \"Retry the task. Reset all responses and start the task over again.\",\n \"importance\": \"low\",\n \"common\": true\n }\n ]\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"importance\": \"low\",\n \"description\": \"These options will let you control how the task behaves.\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"enableRetry\",\n \"type\": \"boolean\",\n \"label\": \"Enable \\\"Retry\\\" button\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"enableSolutionsButton\",\n \"type\": \"boolean\",\n \"label\": \"Enable \\\"Show Solution\\\" button\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"enableCheckButton\",\n \"type\": \"boolean\",\n \"label\": \"Enable \\\"Check\\\" button\",\n \"widget\": \"none\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"type\",\n \"type\": \"select\",\n \"label\": \"Question Type\",\n \"importance\": \"low\",\n \"description\": \"Select the look and behaviour of the question.\",\n \"default\": \"auto\",\n \"options\": [\n {\n \"value\": \"auto\",\n \"label\": \"Automatic\"\n },\n {\n \"value\": \"multi\",\n \"label\": \"Multiple Choice (Checkboxes)\"\n },\n {\n \"value\": \"single\",\n \"label\": \"Single Choice (Radio Buttons)\"\n }\n ]\n },\n {\n \"name\": \"singlePoint\",\n \"type\": \"boolean\",\n \"label\": \"Give one point for the whole task\",\n \"importance\": \"low\",\n \"description\": \"Enable to give a total of one point for multiple correct answers. This will not be an option in \\\"Single answer\\\" mode.\",\n \"default\": false\n },\n {\n \"name\": \"randomAnswers\",\n \"type\": \"boolean\",\n \"label\": \"Randomize answers\",\n \"importance\": \"low\",\n \"description\": \"Enable to randomize the order of the answers on display.\",\n \"default\": true\n },\n {\n \"label\": \"Require answer before the solution can be viewed\",\n \"importance\": \"low\",\n \"name\": \"showSolutionsRequiresInput\",\n \"type\": \"boolean\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"label\": \"Show confirmation dialog on \\\"Check\\\"\",\n \"importance\": \"low\",\n \"name\": \"confirmCheckDialog\",\n \"type\": \"boolean\",\n \"default\": false\n },\n {\n \"label\": \"Show confirmation dialog on \\\"Retry\\\"\",\n \"importance\": \"low\",\n \"name\": \"confirmRetryDialog\",\n \"type\": \"boolean\",\n \"default\": false\n },\n {\n \"label\": \"Automatically check answers\",\n \"importance\": \"low\",\n \"name\": \"autoCheck\",\n \"type\": \"boolean\",\n \"default\": false,\n \"description\": \"Enabling this option will make accessibility suffer, make sure you know what you\'re doing.\"\n },\n {\n \"label\": \"Pass percentage\",\n \"name\": \"passPercentage\",\n \"type\": \"number\",\n \"description\": \"This setting often won\'t have any effect. It is the percentage of the total score required for getting 1 point when one point for the entire task is enabled, and for getting result.success in xAPI statements.\",\n \"min\": 0,\n \"max\": 100,\n \"step\": 1,\n \"default\": 100\n },\n {\n \"name\": \"showScorePoints\",\n \"type\": \"boolean\",\n \"label\": \"Show score points\",\n \"description\": \"Show points earned for each answer. This will not be an option in \'Single answer\' mode or if \'Give one point for the whole task\' option is enabled.\",\n \"importance\": \"low\",\n \"default\": true\n }\n ]\n },\n {\n \"label\": \"Check confirmation dialog\",\n \"importance\": \"low\",\n \"name\": \"confirmCheck\",\n \"type\": \"group\",\n \"common\": true,\n \"fields\": [\n {\n \"label\": \"Header text\",\n \"importance\": \"low\",\n \"name\": \"header\",\n \"type\": \"text\",\n \"default\": \"Finish ?\"\n },\n {\n \"label\": \"Body text\",\n \"importance\": \"low\",\n \"name\": \"body\",\n \"type\": \"text\",\n \"default\": \"Are you sure you wish to finish ?\",\n \"widget\": \"html\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"u\",\n \"code\"\n ]\n },\n {\n \"label\": \"Cancel button label\",\n \"importance\": \"low\",\n \"name\": \"cancelLabel\",\n \"type\": \"text\",\n \"default\": \"Cancel\"\n },\n {\n \"label\": \"Confirm button label\",\n \"importance\": \"low\",\n \"name\": \"confirmLabel\",\n \"type\": \"text\",\n \"default\": \"Finish\"\n }\n ]\n },\n {\n \"label\": \"Retry confirmation dialog\",\n \"importance\": \"low\",\n \"name\": \"confirmRetry\",\n \"type\": \"group\",\n \"common\": true,\n \"fields\": [\n {\n \"label\": \"Header text\",\n \"importance\": \"low\",\n \"name\": \"header\",\n \"type\": \"text\",\n \"default\": \"Retry ?\"\n },\n {\n \"label\": \"Body text\",\n \"importance\": \"low\",\n \"name\": \"body\",\n \"type\": \"text\",\n \"default\": \"Are you sure you wish to retry ?\",\n \"widget\": \"html\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"u\",\n \"code\"\n ]\n },\n {\n \"label\": \"Cancel button label\",\n \"importance\": \"low\",\n \"name\": \"cancelLabel\",\n \"type\": \"text\",\n \"default\": \"Cancel\"\n },\n {\n \"label\": \"Confirm button label\",\n \"importance\": \"low\",\n \"name\": \"confirmLabel\",\n \"type\": \"text\",\n \"default\": \"Confirm\"\n }\n ]\n }\n]',NULL,1,19,NULL,NULL,NULL,1),(140,'H5P.StructureStrip','Structure Strip',1,0,1,1,0,'iframe','dist/h5p-structure-strip.js','dist/h5p-structure-strip.css','','[\n {\n \"name\": \"media\",\n \"type\": \"group\",\n \"label\": \"Media\",\n \"importance\": \"medium\",\n \"fields\": [\n {\n \"name\": \"type\",\n \"type\": \"library\",\n \"label\": \"Type\",\n \"importance\": \"medium\",\n \"options\": [\n \"H5P.Image 1.1\",\n \"H5P.Video 1.6\",\n \"H5P.Audio 1.5\"\n ],\n \"optional\": true,\n \"description\": \"Optional media to display above the question.\"\n },\n {\n \"name\": \"disableImageZooming\",\n \"type\": \"boolean\",\n \"label\": \"Disable image zooming\",\n \"importance\": \"low\",\n \"default\": false,\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": \"H5P.Image 1.1\"\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"taskDescription\",\n \"type\": \"text\",\n \"label\": \"Task description\",\n \"description\": \"Explain to your students what\'s expected of them.\",\n \"widget\": \"html\",\n \"optional\": true,\n \"enterMode\": \"div\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\"\n ]\n },\n {\n \"name\": \"sections\",\n \"type\": \"list\",\n \"label\": \"Sections\",\n \"entity\": \"section\",\n \"min\": 1,\n \"widgets\": [\n {\n \"name\": \"VerticalTabs\",\n \"label\": \"Default\"\n }\n ],\n \"field\": {\n \"name\": \"sectionParams\",\n \"type\": \"group\",\n \"label\": \"Section parameters\",\n \"fields\": [\n {\n \"name\": \"title\",\n \"type\": \"text\",\n \"label\": \"Title\"\n },\n {\n \"name\": \"description\",\n \"type\": \"text\",\n \"label\": \"Hints\",\n \"description\": \"Optionally add hints or particular instructions for this section.\",\n \"optional\": true,\n \"widget\": \"html\",\n \"enterMode\": \"div\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\"\n ]\n },\n {\n \"name\": \"weight\",\n \"type\": \"number\",\n \"label\": \"Weight\",\n \"description\": \"Determine how long each section is expected to be in relation to the other sections. Example: Section 1 = 1; Section 2 = 3 (triple the length of 1); Section 3 = 1 (same length as section 1).\",\n \"min\": 1,\n \"default\": 1\n },\n {\n \"name\": \"colorBackground\",\n \"type\": \"text\",\n \"label\": \"Background color\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"default\": \"#96ceb4\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showInitial\": true,\n \"showPalette\": true,\n \"palette\": [\n [\n \"#96ceb4\",\n \"#ffeead\",\n \"#ff6f69\",\n \"ffcc5c\",\n \"#88d8b0\"\n ],\n [\n \"#845ec2\",\n \"#d65db1\",\n \"#ff6f91\",\n \"#ff9671\",\n \"#ffc75f\"\n ],\n [\n \"#a8e6cf\",\n \"#dcedc1\",\n \"#ffd3b6\",\n \"#ffaaa5\",\n \"#ff8b94\"\n ],\n [\n \"#009688\",\n \"#35a79c\",\n \"#54b2a9\",\n \"#65c3ba\",\n \"#83d0c9\"\n ]\n ]\n }\n },\n {\n \"name\": \"colorText\",\n \"type\": \"text\",\n \"label\": \"Text color\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"default\": \"#1c1c1c\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showPalette\": true,\n \"palette\": [\n [\n \"#154c37\",\n \"#74682e\",\n \"#680000\",\n \"#6f4c00\",\n \"#005434\"\n ],\n [\n \"#ffe4ff\",\n \"#4a0034\",\n \"#6a001d\",\n \"#6c1400\",\n \"#6e4700\"\n ],\n [\n \"#25604e\",\n \"#586741\",\n \"#745139\",\n \"#712b2c\",\n \"#6d001f\"\n ],\n [\n \"#002115\",\n \"#002a25\",\n \"#00332f\",\n \"#00423d\",\n \"#004d49\"\n ],\n [\n \"#000000\",\n \"#1c1c1c\",\n \"#393939\",\n \"#555555\",\n \"#717171\"\n ],\n [\n \"#8e8e8e\",\n \"#aaaaaa\",\n \"#c6c6c6\",\n \"#e3e3e3\",\n \"#ffffff\"\n ]\n ]\n }\n }\n ]\n }\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"importance\": \"low\",\n \"description\": \"These options will let you control how the task behaves.\",\n \"fields\": [\n {\n \"name\": \"enableRetry\",\n \"label\": \"Enable \\\"Retry\\\"\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"enableSolutionsButton\",\n \"label\": \"Enable \\\"Solution\\\"\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true,\n \"widget\": \"none\"\n },\n {\n \"name\": \"slack\",\n \"label\": \"Slack\",\n \"description\": \"Slack is built-in flexibility of a section\'s length, calculated in percentage.\",\n \"type\": \"number\",\n \"importance\": \"low\",\n \"default\": 10,\n \"min\": 0,\n \"max\": 50\n },\n {\n \"name\": \"textLengthMin\",\n \"label\": \"Minimum text length\",\n \"description\": \"Define an absolute minimum total text length. Please note that a section\'s weight compared to other sections is the main driver for the feedback message, not this minimum value.\",\n \"type\": \"number\",\n \"importance\": \"low\",\n \"min\": 0,\n \"optional\": true\n },\n {\n \"name\": \"textLengthMax\",\n \"label\": \"Maximum text length\",\n \"description\": \"Define an absolute maximum total text length. Please note that a section\'s weight compared to other sections is the main driver for the feedback message, not this maximum value.\",\n \"type\": \"number\",\n \"importance\": \"low\",\n \"min\": 0,\n \"optional\": true\n },\n {\n \"name\": \"feedbackMode\",\n \"label\": \"Feedback mode\",\n \"description\": \"Decide whether you want to display feedback while typing or only when the student requests it.\",\n \"type\": \"select\",\n \"importance\": \"low\",\n \"options\": [\n {\n \"label\": \"On request\",\n \"value\": \"onRequest\"\n },\n {\n \"label\": \"While typing\",\n \"value\": \"whileTyping\"\n }\n ],\n \"default\": \"onRequest\"\n }\n ]\n },\n {\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"User interface\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"copy\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Copy\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Copy\"\n },\n {\n \"name\": \"checkAnswer\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Check\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Check\"\n },\n {\n \"name\": \"tryAgain\",\n \"label\": \"Text for \\\"Retry\\\" button\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"default\": \"Retry\"\n },\n {\n \"name\": \"showSolution\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Show solution\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Show solution\",\n \"widget\": \"none\"\n },\n {\n \"name\": \"allSectionsGood\",\n \"type\": \"text\",\n \"label\": \"All sections good\",\n \"description\": \"Feedback text shown when all sections are of tolerable length.\",\n \"importance\": \"low\",\n \"default\": \"Your sections\' lengths are all fine.\"\n },\n {\n \"name\": \"sectionTooShort\",\n \"type\": \"text\",\n \"label\": \"Section too short\",\n \"description\": \"Feedback text shown for sections that are too short (@title will be replaced by the section title, @chars will be replaced by the number of characters missing).\",\n \"importance\": \"low\",\n \"default\": \"Your section \\\"@title\\\" is too short. You need at least @chars more characters.\"\n },\n {\n \"name\": \"sectionTooLong\",\n \"type\": \"text\",\n \"label\": \"Section too long\",\n \"description\": \"Feedback text shown for sections that are too long (@title will be replaced by the section title, @chars will be replaced by the number of characters needing removal).\",\n \"importance\": \"low\",\n \"default\": \"Your section \\\"@title\\\" is too long. Remove at least @chars characters.\"\n },\n {\n \"name\": \"tooShort\",\n \"type\": \"text\",\n \"label\": \"Section too short (when typing)\",\n \"description\": \"Status shown when typing for sections that are too short (@chars will be replaced by the number of characters missing).\",\n \"importance\": \"low\",\n \"default\": \"@chars characters too short\"\n },\n {\n \"name\": \"tooLong\",\n \"type\": \"text\",\n \"label\": \"Section too long (when typing)\",\n \"description\": \"Status shown when typing for sections that are too long (@chars will be replaced by the number of characters needing removal).\",\n \"importance\": \"low\",\n \"default\": \"@chars characters too long\"\n },\n {\n \"name\": \"copyToClipboardSuccess\",\n \"type\": \"text\",\n \"label\": \"Text copied to clipboard\",\n \"importance\": \"low\",\n \"default\": \"Your text was copied to the clipboard\"\n },\n {\n \"name\": \"copyToClipboardError\",\n \"type\": \"text\",\n \"label\": \"Cannot copy to clipboard\",\n \"importance\": \"low\",\n \"default\": \"Your text could not be copied to the clipboard\"\n },\n {\n \"name\": \"section\",\n \"type\": \"text\",\n \"label\": \"Section\",\n \"importance\": \"low\",\n \"default\": \"Section\"\n },\n {\n \"name\": \"messageNoSection\",\n \"label\": \"Text for \\\"No section\\\" message\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"default\": \"There was no section given for this structure strip.\"\n }\n ]\n },\n {\n \"name\": \"a11y\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"Readspeaker\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"feedback\",\n \"type\": \"text\",\n \"label\": \"Feedback (text for readspeakers)\",\n \"importance\": \"low\",\n \"default\": \"Feedback\"\n },\n {\n \"name\": \"copyToClipboard\",\n \"type\": \"text\",\n \"label\": \"Copy your text to the clipboard (text for readspeakers)\",\n \"importance\": \"low\",\n \"default\": \"Copy text to clipboard\"\n },\n {\n \"name\": \"closeWindow\",\n \"type\": \"text\",\n \"label\": \"Close window (text for readspeakers)\",\n \"importance\": \"low\",\n \"default\": \"Close window\"\n },\n {\n \"name\": \"showHints\",\n \"type\": \"text\",\n \"label\": \"Show hints (text for readspeakers)\",\n \"importance\": \"low\",\n \"default\": \"Show hints\"\n }\n ]\n }\n]\n',NULL,NULL,NULL,NULL,NULL,'https://h5p.org/content-types/structure-strip',1),(141,'H5PEditor.InfoWall','H5PEditor.InfoWall',0,2,6,0,0,'','dist/h5peditor-info-wall.js','dist/h5peditor-info-wall.css','','',NULL,1,12,NULL,NULL,NULL,1),(142,'H5PEditor.InfoWallPassiveList','H5PEditor.InfoWallPassiveList',0,1,5,0,0,'','dist/h5peditor-info-wall-passive-list.js','','','',NULL,1,12,NULL,NULL,NULL,1),(143,'H5P.InfoWall','Information Wall',0,4,9,1,0,'iframe','dist/h5p-info-wall.js','dist/h5p-info-wall.css','','[\n {\n \"name\": \"infoWall\",\n \"type\": \"group\",\n \"importance\": \"high\",\n \"expanded\": true,\n \"widget\": \"infoWall\",\n \"fields\": [\n {\n \"name\": \"header\",\n \"type\": \"text\",\n \"label\": \"Header\",\n \"description\": \"Optional header for the information wall.\",\n \"importance\": \"high\",\n \"optional\": true\n },\n {\n \"name\": \"propertiesGroup\",\n \"type\": \"group\",\n \"label\": \"Properties\",\n \"importance\": \"high\",\n \"expanded\": false,\n \"fields\": [\n {\n \"name\": \"properties\",\n \"type\": \"list\",\n \"label\": \"Properties\",\n \"description\": \"Properties for the entries\",\n \"importance\": \"high\",\n \"entity\": \"property\",\n \"min\": 1,\n \"widgets\": [\n {\n \"name\": \"VerticalTabs\",\n \"label\": \"Default\"\n }\n ],\n \"field\": {\n \"name\": \"propertyItems\",\n \"type\": \"group\",\n \"label\": \"Property items\",\n \"fields\": [\n {\n \"name\": \"label\",\n \"type\": \"text\",\n \"label\": \"Label\",\n \"default\": \"Unnamed\"\n },\n {\n \"name\": \"showLabel\",\n \"type\": \"boolean\",\n \"label\": \"Show property label\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"searchInProperty\",\n \"type\": \"boolean\",\n \"label\": \"Enable searching in the property\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"styling\",\n \"type\": \"group\",\n \"label\": \"Styling override\",\n \"fields\": [\n {\n \"name\": \"bold\",\n \"type\": \"boolean\",\n \"label\": \"Bold\",\n \"optional\": true\n },\n {\n \"name\": \"italic\",\n \"type\": \"boolean\",\n \"label\": \"Italic\",\n \"optional\": true\n }\n ]\n }\n ]\n }\n },\n {\n \"name\": \"dummy\",\n \"type\": \"text\",\n \"widget\": \"none\"\n }\n ]\n },\n {\n \"name\": \"panels\",\n \"type\": \"list\",\n \"label\": \"Panels\",\n \"description\": \"Panels for the wall\",\n \"importance\": \"high\",\n \"entity\": \"panel\",\n \"min\": 1,\n \"widgets\": [\n {\n \"name\": \"VerticalTabs\",\n \"label\": \"Default\"\n }\n ],\n \"field\": {\n \"name\": \"entriesGroup\",\n \"type\": \"group\",\n \"label\": \"Entry items\",\n \"fields\": [\n {\n \"name\": \"panelTitle\",\n \"type\": \"text\",\n \"label\": \"Title for panel\"\n },\n {\n \"name\": \"image\",\n \"type\": \"library\",\n \"label\": \"Image\",\n \"optional\": true,\n \"options\": [\n \"H5P.Image 1.1\"\n ]\n },\n {\n \"name\": \"entries\",\n \"type\": \"list\",\n \"label\": \"Entries\",\n \"description\": \"Entries for the properties\",\n \"entity\": \"value\",\n \"widgets\": [\n {\n \"name\": \"InfoWallPassiveList\",\n \"label\": \"Default\"\n }\n ],\n \"min\": 1,\n \"field\": {\n \"name\": \"value\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Label to be changed automatically\",\n \"optional\": true,\n \"enterMode\": \"div\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"del\",\n \"sub\",\n \"sup\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h1\",\n \"h2\",\n \"h3\",\n \"h4\",\n \"h5\",\n \"h6\",\n \"hr\",\n \"pre\",\n \"code\",\n \"table\"\n ],\n \"font\": {\n \"size\": true,\n \"color\": true,\n \"background\": true\n }\n }\n },\n {\n \"name\": \"keywords\",\n \"type\": \"text\",\n \"label\": \"Additional keywords\",\n \"description\": \"Add additional keywords separated by a blank space that will be used for filtering but not be visible to the user.\",\n \"optional\": true\n }\n ]\n }\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"label\": \"Behavioural settings\",\n \"description\": \"These options will let you control how the task behaves.\",\n \"fields\": [\n {\n \"name\": \"useFallbackImage\",\n \"type\": \"boolean\",\n \"label\": \"Use fallback for missing images\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"fallbackImage\",\n \"type\": \"library\",\n \"label\": \"Image\",\n \"optional\": true,\n \"options\": [\n \"H5P.Image 1.1\"\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"useFallbackImage\",\n \"equals\": true\n }\n ]\n }\n },\n {\n \"name\": \"imageWidth\",\n \"label\": \"Image width\",\n \"type\": \"number\",\n \"importance\": \"low\",\n \"description\": \"Image width in px.\",\n \"default\": 150\n },\n {\n \"name\": \"imageHeight\",\n \"label\": \"Image height\",\n \"type\": \"number\",\n \"importance\": \"low\",\n \"description\": \"Image height in px.\",\n \"default\": 150\n },\n {\n \"name\": \"alternateBackground\",\n \"label\": \"Alternate panel background\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"description\": \"If checked, each 2nd panel will have slightly darker background than the others.\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"offerFilterField\",\n \"label\": \"Offer filter field\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"description\": \"If checked, users will be able to filter the info wall.\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"modeFilterField\",\n \"label\": \"Mode for filter field\",\n \"type\": \"select\",\n \"importance\": \"low\",\n \"description\": \"Choose whether the filter should narrow down or broaden the search with every new keyword.\",\n \"options\": [\n {\n \"value\": \"and\",\n \"label\": \"Narrow down\"\n },\n {\n \"value\": \"or\",\n \"label\": \"Broaden\"\n }\n ],\n \"default\": \"or\",\n \"optional\": false,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"offerFilterField\",\n \"equals\": true\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"User interface\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"noEntriesError\",\n \"type\": \"text\",\n \"label\": \"No content entered\",\n \"importance\": \"low\",\n \"default\": \"The author did not enter anything.\"\n },\n {\n \"name\": \"noMatchesForFilter\",\n \"type\": \"text\",\n \"label\": \"No matches found\",\n \"description\": \"@query is a placeholder and will be replaced by the respective query that was entered.\",\n \"importance\": \"low\",\n \"default\": \"There are not matches for @query.\"\n },\n {\n \"name\": \"enterToFilter\",\n \"type\": \"text\",\n \"label\": \"Enter to filter\",\n \"description\": \"Message for screen readers.\",\n \"importance\": \"low\",\n \"default\": \"Enter a query to filter the content for relevant entries.\"\n },\n {\n \"name\": \"listChanged\",\n \"type\": \"text\",\n \"label\": \"List changed.\",\n \"description\": \"Message for screen readers. @visible and @total are placeholders and will be preplaced with the respective values.\",\n \"importance\": \"low\",\n \"default\": \"List changed. Showing @visible of @total items.\"\n }\n ]\n }\n ]\n }\n]',NULL,NULL,NULL,NULL,NULL,'https://h5p.org/content-types/information-wall',1),(144,'H5PEditor.KewArCode','H5PEditor.KewArCode',1,0,0,0,0,'','scripts/editor-kewar-code.js','','','',NULL,1,12,NULL,NULL,NULL,1),(145,'H5P.KewArCode','KewAr Code',1,2,2,1,0,'iframe','dist/h5p-kewar-code.js','dist/h5p-kewar-code.css','','[\n {\n \"name\": \"introduction\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Introductory text\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"description\": \"This text can optionally be presented along with your code.\",\n \"enterMode\": \"div\",\n \"tags\": [\n \"sub\",\n \"sup\",\n \"strong\",\n \"em\",\n \"p\",\n \"code\",\n \"u\",\n \"del\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h1\",\n \"h2\",\n \"h3\",\n \"h4\",\n \"h5\",\n \"h6\",\n \"pre\",\n \"hr\",\n \"table\"\n ],\n \"font\": {\n \"size\": true,\n \"color\": true,\n \"background\": true\n }\n },\n {\n \"name\": \"codeType\",\n \"type\": \"select\",\n \"label\": \"Code type\",\n \"description\": \"Select what kind of code you want to generate\",\n \"options\": [\n {\n \"value\": \"contact\",\n \"label\": \"Contact\"\n },\n {\n \"value\": \"event\",\n \"label\": \"Event\"\n },\n {\n \"value\": \"email\",\n \"label\": \"Email address\"\n },\n {\n \"value\": \"h5p\",\n \"label\": \"H5P\"\n },\n {\n \"value\": \"location\",\n \"label\": \"Location\"\n },\n {\n \"value\": \"phone\",\n \"label\": \"Phone number\"\n },\n {\n \"value\": \"sms\",\n \"label\": \"SMS\"\n },\n {\n \"value\": \"text\",\n \"label\": \"Text\"\n },\n {\n \"value\": \"url\",\n \"label\": \"URL\"\n }\n ],\n \"default\": \"url\",\n \"widget\": \"editorKewArCode\"\n },\n {\n \"name\": \"contact\",\n \"type\": \"group\",\n \"label\": \"Contact\",\n \"importance\": \"high\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"name\",\n \"type\": \"text\",\n \"label\": \"Name\",\n \"placeholder\": \"John Smith\",\n \"maxLength\": 150\n },\n {\n \"name\": \"organization\",\n \"type\": \"text\",\n \"label\": \"Organization\",\n \"placeholder\": \"H5P fan club\",\n \"optional\": true,\n \"maxLength\": 150\n },\n {\n \"name\": \"title\",\n \"type\": \"text\",\n \"label\": \"Title\",\n \"placeholder\": \"Master of None\",\n \"optional\": true,\n \"maxLength\": 100\n },\n {\n \"name\": \"number\",\n \"type\": \"text\",\n \"label\": \"Phone number\",\n \"description\": \"Phone number (please use the format +12 345 67890)\",\n \"placeholder\": \"+12 345 67890\",\n \"optional\": true,\n \"regexp\": {\n \"pattern\": \"^\\\\+[0-9]{1,3}[\\\\ ]?[0-9]{1,4}[\\\\ ]?[0-9]{1,8}$\",\n \"modifiers\": \"\"\n }\n },\n {\n \"name\": \"email\",\n \"type\": \"text\",\n \"label\": \"Email address\",\n \"description\": \"Email address to write message to\",\n \"placeholder\": \"john@fictional-h5p-fan-club.org\",\n \"optional\": true,\n \"maxLength\": 150,\n \"regexp\": {\n \"pattern\": \"^[A-Z0-9\\\\._%+-]+@[A-Z0-9.-]+\\\\.[A-Z]{2,}$\",\n \"modifiers\": \"i\"\n }\n },\n {\n \"name\": \"address\",\n \"type\": \"group\",\n \"label\": \"Address\",\n \"importance\": \"medium\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"extended\",\n \"type\": \"text\",\n \"label\": \"Extended address\",\n \"description\": \"c/o information, etc.\",\n \"placeholder\": \"c/o H5P Fan Club\",\n \"optional\": true,\n \"maxLength\": 150\n },\n {\n \"name\": \"street\",\n \"type\": \"text\",\n \"label\": \"Street\",\n \"description\": \"Street including number\",\n \"placeholder\": \"1308 W. Dayton Street\",\n \"optional\": true,\n \"maxLength\": 150\n },\n {\n \"name\": \"locality\",\n \"type\": \"text\",\n \"label\": \"Locality\",\n \"description\": \"City name, etc.\",\n \"placeholder\": \"Madison\",\n \"optional\": true,\n \"maxLength\": 100\n },\n {\n \"name\": \"region\",\n \"type\": \"text\",\n \"label\": \"Region\",\n \"description\": \"Federal state, county, etc.\",\n \"placeholder\": \"WI\",\n \"optional\": true,\n \"maxLength\": 100\n },\n {\n \"name\": \"zip\",\n \"type\": \"text\",\n \"label\": \"ZIP code\",\n \"description\": \"ZIP code\",\n \"placeholder\": \"53715\",\n \"optional\": true,\n \"maxLength\": 50\n },\n {\n \"name\": \"country\",\n \"type\": \"text\",\n \"label\": \"Country\",\n \"description\": \"Country\",\n \"placeholder\": \"USA\",\n \"optional\": true,\n \"maxLength\": 100\n }\n ]\n },\n {\n \"name\": \"url\",\n \"type\": \"text\",\n \"label\": \"Website\",\n \"description\": \"Website to link to (must start with https:// or http://)\",\n \"placeholder\": \"https://fictional-h5p-fan-club.org\",\n \"regexp\": {\n \"pattern\": \"https?://([0-9a-z.-]+).[a-z.]{2,}([0-9a-z.-_]*)*/?\",\n \"modifiers\": \"i\"\n },\n \"optional\": true,\n \"maxLength\": 300\n },\n {\n \"name\": \"note\",\n \"type\": \"text\",\n \"label\": \"Note\",\n \"description\": \"Note\",\n \"placeholder\": \"John loves H5P.\",\n \"optional\": true,\n \"maxLength\": 500\n }\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"codeType\",\n \"equals\": \"contact\"\n }\n ]\n }\n },\n {\n \"name\": \"event\",\n \"type\": \"group\",\n \"label\": \"Event\",\n \"importance\": \"high\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"title\",\n \"type\": \"text\",\n \"label\": \"Title\",\n \"description\": \"Title for the calendar event\",\n \"placeholder\": \"H5P Conference 2020\",\n \"maxLength\": 200\n },\n {\n \"name\": \"allDay\",\n \"type\": \"boolean\",\n \"label\": \"All day event\",\n \"description\": \"Check if event will be valid all day long\"\n },\n {\n \"name\": \"dateStart\",\n \"type\": \"text\",\n \"label\": \"Start date\",\n \"description\": \"Start date of the event (please use the format yyyy/mm/dd)\",\n \"placeholder\": \"2020/05/18\",\n \"regexp\": {\n \"pattern\": \"^[0-9]{4,}/0*([1-9]|1[0-2])/0*([1-9]|[12][0-9]|3[01])$\",\n \"modifiers\": \"\"\n }\n },\n {\n \"name\": \"timeStart\",\n \"type\": \"text\",\n \"label\": \"Start time\",\n \"description\": \"Start time of the event (please use the format hh:mm)\",\n \"placeholder\": \"09:00\",\n \"regexp\": {\n \"pattern\": \"^0*([1-9]|1[0-9]|2[0-3]):0*([0-9]|[1-4][0-9]|5[0-9])$\",\n \"modifiers\": \"\"\n },\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"allDay\",\n \"equals\": false\n }\n ]\n }\n },\n {\n \"name\": \"dateEnd\",\n \"type\": \"text\",\n \"label\": \"End date\",\n \"description\": \"End date of the event (please use the format yyyy/mm/dd)\",\n \"placeholder\": \"2020/05/20\",\n \"regexp\": {\n \"pattern\": \"^[0-9]{4,}/0*([1-9]|1[0-2])/0*([1-9]|[12][0-9]|3[01])$\",\n \"modifiers\": \"\"\n }\n },\n {\n \"name\": \"timeEnd\",\n \"type\": \"text\",\n \"label\": \"End time\",\n \"description\": \"End time of the event (please use the format hh:mm)\",\n \"placeholder\": \"16:00\",\n \"regexp\": {\n \"pattern\": \"^0*([1-9]|1[0-9]|2[0-3]):0*([0-9]|[1-4][0-9]|5[0-9])$\",\n \"modifiers\": \"\"\n },\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"allDay\",\n \"equals\": false\n }\n ]\n }\n },\n {\n \"name\": \"timezone\",\n \"type\": \"select\",\n \"label\": \"Timezone\",\n \"description\": \"Select the time zone the event is supposed to take place in\",\n \"options\": [\n {\n \"value\": \"-12:00\",\n \"label\": \"UTC-12:00\"\n },\n {\n \"value\": \"-11:00\",\n \"label\": \"UTC-11:00\"\n },\n {\n \"value\": \"-10:00\",\n \"label\": \"UTC-10:00\"\n },\n {\n \"value\": \"-9:30\",\n \"label\": \"UTC-9:30\"\n },\n {\n \"value\": \"-9:00\",\n \"label\": \"UTC-9:00\"\n },\n {\n \"value\": \"-8:00\",\n \"label\": \"UTC-8:00\"\n },\n {\n \"value\": \"-7:00\",\n \"label\": \"UTC-7:00\"\n },\n {\n \"value\": \"-6:00\",\n \"label\": \"UTC-6:00\"\n },\n {\n \"value\": \"-5:00\",\n \"label\": \"UTC-5:00\"\n },\n {\n \"value\": \"-4:00\",\n \"label\": \"UTC-4:00\"\n },\n {\n \"value\": \"-3:30\",\n \"label\": \"UTC-3:30\"\n },\n {\n \"value\": \"-3:00\",\n \"label\": \"UTC-3:00\"\n },\n {\n \"value\": \"-2:00\",\n \"label\": \"UTC-2:00\"\n },\n {\n \"value\": \"-1:00\",\n \"label\": \"UTC-1:00\"\n },\n {\n \"value\": \"0:00\",\n \"label\": \"UTC\"\n },\n {\n \"value\": \"1:00\",\n \"label\": \"UTC+1:00\"\n },\n {\n \"value\": \"2:00\",\n \"label\": \"UTC+2:00\"\n },\n {\n \"value\": \"3:00\",\n \"label\": \"UTC+3:00\"\n },\n {\n \"value\": \"3:30\",\n \"label\": \"UTC+3:30\"\n },\n {\n \"value\": \"4:00\",\n \"label\": \"UTC+4:00\"\n },\n {\n \"value\": \"4:00\",\n \"label\": \"UTC+4:30\"\n },\n {\n \"value\": \"5:00\",\n \"label\": \"UTC+5:00\"\n },\n {\n \"value\": \"5:30\",\n \"label\": \"UTC+5:30\"\n },\n {\n \"value\": \"5:45\",\n \"label\": \"UTC+5:45\"\n },\n {\n \"value\": \"6:00\",\n \"label\": \"UTC+6:00\"\n },\n {\n \"value\": \"6:30\",\n \"label\": \"UTC+6:30\"\n },\n {\n \"value\": \"7:00\",\n \"label\": \"UTC+7:00\"\n },\n {\n \"value\": \"8:00\",\n \"label\": \"UTC+8:00\"\n },\n {\n \"value\": \"9:00\",\n \"label\": \"UTC+9:00\"\n },\n {\n \"value\": \"9:30\",\n \"label\": \"UTC+9:30\"\n },\n {\n \"value\": \"10:00\",\n \"label\": \"UTC+10:00\"\n },\n {\n \"value\": \"10:30\",\n \"label\": \"UTC+10:30\"\n },\n {\n \"value\": \"11:00\",\n \"label\": \"UTC+11:00\"\n },\n {\n \"value\": \"12:00\",\n \"label\": \"UTC+12:00\"\n },\n {\n \"value\": \"12:45\",\n \"label\": \"UTC+12:45\"\n },\n {\n \"value\": \"13:00\",\n \"label\": \"UTC+13:00\"\n },\n {\n \"value\": \"14:00\",\n \"label\": \"UTC+14:00\"\n }\n ],\n \"default\": \"0:00\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"allDay\",\n \"equals\": false\n }\n ]\n }\n },\n {\n \"name\": \"daylightSavings\",\n \"type\": \"boolean\",\n \"label\": \"Daylight savings\",\n \"description\": \"Check if location that the event is taking place in uses daylight savings time\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"allDay\",\n \"equals\": false\n }\n ]\n }\n },\n {\n \"name\": \"location\",\n \"type\": \"text\",\n \"label\": \"Location\",\n \"description\": \"Name the location\",\n \"placeholder\": \"Madison, USA\",\n \"optional\": true,\n \"maxLength\": 200\n },\n {\n \"name\": \"description\",\n \"type\": \"text\",\n \"label\": \"Description\",\n \"description\": \"Add a description for the event\",\n \"placeholder\": \"3rd H5P conference\",\n \"optional\": true,\n \"maxLength\": 1500\n }\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"codeType\",\n \"equals\": \"event\"\n }\n ]\n }\n },\n {\n \"name\": \"email\",\n \"type\": \"group\",\n \"label\": \"Email address\",\n \"importance\": \"high\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"email\",\n \"type\": \"text\",\n \"label\": \"Email address\",\n \"description\": \"Email address to write message to\",\n \"placeholder\": \"john@fictional-h5p-fan-club.org\",\n \"maxLength\": 2000,\n \"regexp\": {\n \"pattern\": \"^[A-Z0-9\\\\._%+-]+@[A-Z0-9.-]+\\\\.[A-Z]{2,}$\",\n \"modifiers\": \"i\"\n }\n }\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"codeType\",\n \"equals\": \"email\"\n }\n ]\n }\n },\n {\n \"name\": \"h5p\",\n \"type\": \"group\",\n \"label\": \"H5P content\",\n \"importance\": \"high\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"h5p\",\n \"type\": \"library\",\n \"label\": \"H5P content\",\n \"description\": \"H5P content to display\",\n \"options\": [\n \"H5P.Accordion 1.0\",\n \"H5P.AdventCalendar 0.3\",\n \"H5P.Agamotto 1.5\",\n \"H5P.Audio 1.5\",\n \"H5P.AudioRecorder 1.0\",\n \"H5P.ArithmeticQuiz 1.1\",\n \"H5P.Blanks 1.14\",\n \"H5P.Chart 1.2\",\n \"H5P.Collage 0.3\",\n \"H5P.Column 1.16\",\n \"H5P.Crossword 0.4\",\n \"H5P.CoursePresentation 1.25\",\n \"H5P.Dialogcards 1.9\",\n \"H5P.Dictation 1.3\",\n \"H5P.DocumentationTool 1.8\",\n \"H5P.DragQuestion 1.14\",\n \"H5P.DragText 1.10\",\n \"H5P.Essay 1.5\",\n \"H5P.FindTheWords 1.4\",\n \"H5P.Flashcards 1.6\",\n \"H5P.GuessTheAnswer 1.5\",\n \"H5P.Table 1.1\",\n \"H5P.AdvancedText 1.1\",\n \"H5P.IFrameEmbed 1.0\",\n \"H5P.Image 1.1\",\n \"H5P.MultiMediaChoice 0.3\",\n \"H5P.ImageHotspots 1.10\",\n \"H5P.ImageHotspotQuestion 1.8\",\n \"H5P.ImageJuxtaposition 1.5\",\n \"H5P.ImagePair 1.4\",\n \"H5P.ImageSequencing 1.1\",\n \"H5P.ImageSlider 1.1\",\n \"H5P.InteractiveBook 1.7\",\n \"H5P.InteractiveVideo 1.26\",\n \"H5P.Link 1.3\",\n \"H5P.MarkTheWords 1.11\",\n \"H5P.MemoryGame 1.3\",\n \"H5P.MultiChoice 1.16\",\n \"H5P.Questionnaire 1.3\",\n \"H5P.QuestionSet 1.20\",\n \"H5P.SingleChoiceSet 1.11\",\n \"H5P.SortParagraphs 0.11\",\n \"H5P.Summary 1.10\",\n \"H5P.Timeline 1.1\",\n \"H5P.TrueFalse 1.8\",\n \"H5P.Video 1.6\",\n \"H5P.ThreeImage 0.5\"\n ]\n }\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"codeType\",\n \"equals\": \"h5p\"\n }\n ]\n }\n },\n {\n \"name\": \"location\",\n \"type\": \"group\",\n \"label\": \"Location\",\n \"importance\": \"high\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"latitude\",\n \"type\": \"text\",\n \"label\": \"Latitude\",\n \"description\": \"Latitude (please use the format 53.864462)\",\n \"placeholder\": \"69.646007\",\n \"regexp\": {\n \"pattern\": \"^((-?0*([0-9]|[1-7][0-9]|8[0-9])(\\\\.[0-9]{1,6})?)|(-?90))$\",\n \"modifiers\": \"\"\n }\n },\n {\n \"name\": \"longitude\",\n \"type\": \"text\",\n \"label\": \"Longitude\",\n \"description\": \"Longitude (please use the format 10.663792)\",\n \"placeholder\": \"18.954036\",\n \"regexp\": {\n \"pattern\": \"^((-?0*([0-9]|[1-8][0-9]|9[0-9]|1[0-6][0-9]|17[0-9])(\\\\.[0-9]{1,6})?)|-?180)$\",\n \"modifiers\": \"\"\n }\n }\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"codeType\",\n \"equals\": \"location\"\n }\n ]\n }\n },\n {\n \"name\": \"phone\",\n \"type\": \"group\",\n \"label\": \"Phone number\",\n \"importance\": \"high\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"number\",\n \"type\": \"text\",\n \"label\": \"Phone number\",\n \"description\": \"Phone number to call (please use the format +12 345 67890)\",\n \"placeholder\": \"+12 345 67890\",\n \"regexp\": {\n \"pattern\": \"^\\\\+[0-9]{1,3}[\\\\ ]?[0-9]{1,4}[\\\\ ]?[0-9]{1,8}$\",\n \"modifiers\": \"\"\n }\n }\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"codeType\",\n \"equals\": \"phone\"\n }\n ]\n }\n },\n {\n \"name\": \"sms\",\n \"type\": \"group\",\n \"label\": \"SMS\",\n \"importance\": \"high\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"number\",\n \"type\": \"text\",\n \"label\": \"Phone number\",\n \"description\": \"Phone number to send to (please use the format +12 345 67890)\",\n \"placeholder\": \"+12 345 67890\",\n \"regexp\": {\n \"pattern\": \"^\\\\+[0-9]{1,3}[\\\\ ]?[0-9]{1,4}[\\\\ ]?[0-9]{1,8}$\",\n \"modifiers\": \"\"\n }\n },\n {\n \"name\": \"message\",\n \"type\": \"text\",\n \"label\": \"Message\",\n \"description\": \"Message to send\",\n \"placeholder\": \"Please fetch milk and bread!\",\n \"maxLength\": 2000\n }\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"codeType\",\n \"equals\": \"sms\"\n }\n ]\n }\n },\n {\n \"name\": \"text\",\n \"type\": \"group\",\n \"label\": \"Text\",\n \"importance\": \"high\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"label\": \"Text\",\n \"description\": \"Text to encode\",\n \"placeholder\": \"Please fetch\\n* milk\\n* bread\",\n \"widget\": \"textarea\",\n \"maxLength\": 2000\n }\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"codeType\",\n \"equals\": \"text\"\n }\n ]\n }\n },\n {\n \"name\": \"url\",\n \"type\": \"group\",\n \"label\": \"URL\",\n \"importance\": \"high\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"url\",\n \"type\": \"text\",\n \"label\": \"URL\",\n \"description\": \"URL to link to (must start with https:// or http://)\",\n \"placeholder\": \"https://fictional-h5p-fan-club.org\",\n \"maxLength\": 2000,\n \"regexp\": {\n \"pattern\": \"https?://([0-9a-z.-]+).[a-z.]{2,}([0-9a-z.-_]*)*/?\",\n \"modifiers\": \"i\"\n }\n }\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"codeType\",\n \"equals\": \"url\"\n }\n ]\n }\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"description\": \"These options will let you control how the task behaves.\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"codeColor\",\n \"type\": \"text\",\n \"label\": \"Code color\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"default\": \"#000000\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true\n }\n },\n {\n \"name\": \"backgroundColor\",\n \"type\": \"text\",\n \"label\": \"Background color\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"default\": \"#ffffff\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showAlpha\": true,\n \"preferredFormat\": \"rgb\"\n }\n },\n {\n \"name\": \"maxSize\",\n \"type\": \"text\",\n \"label\": \"Maximum size\",\n \"description\": \"Maximum size for the code given in CSS notation (pixels by default if only a number is given)\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"regexp\": {\n \"pattern\": \"^(([1-9]+.[0-9]+)|[0-9]+)(cm|mm|in|px|pt|pc|em|ex|ch|rem|vw|vh|vmin|vmax|%)?$\",\n \"modifiers\": \"i\"\n }\n },\n {\n \"name\": \"alignment\",\n \"type\": \"select\",\n \"label\": \"Horizontal alignment\",\n \"description\": \"Set horizontal alignment if you set a maximum size\",\n \"options\": [\n {\n \"value\": \"left\",\n \"label\": \"left\"\n },\n {\n \"value\": \"center\",\n \"label\": \"center\"\n },\n {\n \"value\": \"right\",\n \"label\": \"right\"\n }\n ],\n \"default\": \"center\"\n }\n ]\n },\n {\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"User interface\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"address\",\n \"type\": \"text\",\n \"label\": \"Address\",\n \"importance\": \"low\",\n \"default\": \"Address\"\n },\n {\n \"name\": \"contact\",\n \"type\": \"text\",\n \"label\": \"Contact\",\n \"importance\": \"low\",\n \"default\": \"Contact\"\n },\n {\n \"name\": \"country\",\n \"type\": \"text\",\n \"label\": \"Country\",\n \"importance\": \"low\",\n \"default\": \"Country\"\n },\n {\n \"name\": \"dateEnd\",\n \"type\": \"text\",\n \"label\": \"End date\",\n \"importance\": \"low\",\n \"default\": \"End date\"\n },\n {\n \"name\": \"dateStart\",\n \"type\": \"text\",\n \"label\": \"Start date\",\n \"importance\": \"low\",\n \"default\": \"Start date\"\n },\n {\n \"name\": \"description\",\n \"type\": \"text\",\n \"label\": \"Description\",\n \"importance\": \"low\",\n \"default\": \"Description\"\n },\n {\n \"name\": \"email\",\n \"type\": \"text\",\n \"label\": \"Email\",\n \"importance\": \"low\",\n \"default\": \"Email\"\n },\n {\n \"name\": \"event\",\n \"type\": \"text\",\n \"label\": \"Event\",\n \"importance\": \"low\",\n \"default\": \"Event\"\n },\n {\n \"name\": \"extended\",\n \"type\": \"text\",\n \"label\": \"Extended address\",\n \"importance\": \"low\",\n \"default\": \"Extended address\"\n },\n {\n \"name\": \"latitude\",\n \"type\": \"text\",\n \"label\": \"Latitude\",\n \"importance\": \"low\",\n \"default\": \"Latitude\"\n },\n {\n \"name\": \"locality\",\n \"type\": \"text\",\n \"label\": \"Locality\",\n \"importance\": \"low\",\n \"default\": \"Locality\"\n },\n {\n \"name\": \"location\",\n \"type\": \"text\",\n \"label\": \"Location\",\n \"importance\": \"low\",\n \"default\": \"Location\"\n },\n {\n \"name\": \"longitude\",\n \"type\": \"text\",\n \"label\": \"Longitude\",\n \"importance\": \"low\",\n \"default\": \"Longitude\"\n },\n {\n \"name\": \"message\",\n \"type\": \"text\",\n \"label\": \"Message\",\n \"importance\": \"low\",\n \"default\": \"Message\"\n },\n {\n \"name\": \"name\",\n \"type\": \"text\",\n \"label\": \"Name\",\n \"importance\": \"low\",\n \"default\": \"Name\"\n },\n {\n \"name\": \"note\",\n \"type\": \"text\",\n \"label\": \"Note\",\n \"importance\": \"low\",\n \"default\": \"Note\"\n },\n {\n \"name\": \"organization\",\n \"type\": \"text\",\n \"label\": \"Organization\",\n \"importance\": \"low\",\n \"default\": \"Organization\"\n },\n {\n \"name\": \"phone\",\n \"type\": \"text\",\n \"label\": \"Phone\",\n \"importance\": \"low\",\n \"default\": \"Phone\"\n },\n {\n \"name\": \"region\",\n \"type\": \"text\",\n \"label\": \"Region\",\n \"importance\": \"low\",\n \"default\": \"Region\"\n },\n {\n \"name\": \"sms\",\n \"type\": \"text\",\n \"label\": \"SMS\",\n \"importance\": \"low\",\n \"default\": \"SMS\"\n },\n {\n \"name\": \"street\",\n \"type\": \"text\",\n \"label\": \"Street\",\n \"importance\": \"low\",\n \"default\": \"Street\"\n },\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"label\": \"Text\",\n \"importance\": \"low\",\n \"default\": \"Text\"\n },\n {\n \"name\": \"title\",\n \"type\": \"text\",\n \"label\": \"Title\",\n \"importance\": \"low\",\n \"default\": \"Title\"\n },\n {\n \"name\": \"url\",\n \"type\": \"text\",\n \"label\": \"URL\",\n \"importance\": \"low\",\n \"default\": \"URL\"\n },\n {\n \"name\": \"zip\",\n \"type\": \"text\",\n \"label\": \"ZIP code\",\n \"importance\": \"low\",\n \"default\": \"ZIP code\"\n }\n ]\n },\n {\n \"name\": \"a11y\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"Readspeaker\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"openCodeInformation\",\n \"type\": \"text\",\n \"label\": \"QRCode. Display information (Text for Readspeakers)\",\n \"importance\": \"low\",\n \"default\": \"QRCode. Display information.\"\n },\n {\n \"name\": \"closeCodeInformation\",\n \"type\": \"text\",\n \"label\": \"Hide information (Text for Readspeakers)\",\n \"importance\": \"low\",\n \"default\": \"Hide information.\"\n },\n {\n \"name\": \"codeContents\",\n \"type\": \"text\",\n \"label\": \"Code contents (Text for Readspeakers)\",\n \"importance\": \"low\",\n \"default\": \". Code contents\"\n }\n ]\n }\n]\n',NULL,NULL,NULL,NULL,NULL,'https://h5p.org/content-types/kewar-code',1),(146,'H5P.Flashcards','Flashcards',1,7,10,1,0,'iframe','js/xapi.js, js/flashcards.js','css/flashcards.css','','[\n {\n \"name\": \"description\",\n \"type\": \"text\",\n \"label\": \"Task description\",\n \"importance\": \"high\"\n },\n {\n \"name\": \"cards\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"VerticalTabs\",\n \"label\": \"Default\"\n }\n ],\n \"label\": \"Cards\",\n \"entity\": \"card\",\n \"importance\": \"high\",\n \"min\": 1,\n \"defaultNum\": 1,\n \"field\": {\n \"name\": \"card\",\n \"type\": \"group\",\n \"label\": \"Card\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"label\": \"Question\",\n \"importance\": \"high\",\n \"optional\": true,\n \"description\": \"Optional textual question for the card. (The card may use just an image, just a text or both)\"\n },\n {\n \"name\": \"answer\",\n \"type\": \"text\",\n \"label\": \"Answer\",\n \"importance\": \"high\",\n \"optional\": true,\n \"description\": \"Answer (solution) for the card. Use a forward slash / to split alternative solutions. Use \\\\/ if a solution should contain a /.\"\n },\n {\n \"name\": \"image\",\n \"type\": \"image\",\n \"label\": \"Image\",\n \"importance\": \"high\",\n \"optional\": true,\n \"description\": \"Optional image for the card. (The card may use just an image, just a text or both)\"\n },\n {\n \"name\": \"imageAltText\",\n \"type\": \"text\",\n \"label\": \"Alternative text for image\",\n \"importance\": \"high\",\n \"optional\": true\n },\n {\n \"name\": \"tip\",\n \"type\": \"group\",\n \"label\": \"Tip\",\n \"importance\": \"low\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"tip\",\n \"label\": \"Tip text\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"tags\": [\n \"p\",\n \"br\",\n \"strong\",\n \"em\",\n \"code\"\n ],\n \"optional\": true\n }\n ]\n }\n ]\n }\n },\n {\n \"label\": \"Progress text\",\n \"name\": \"progressText\",\n \"type\": \"text\",\n \"default\": \"Card @card of @total\",\n \"importance\": \"low\",\n \"description\": \"Progress text, variables available: @card and @total. Example: \'Card @card of @total\'\",\n \"common\": true\n },\n {\n \"label\": \"Text for the next button\",\n \"name\": \"next\",\n \"type\": \"text\",\n \"default\": \"Next\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"label\": \"Text for the previous button\",\n \"name\": \"previous\",\n \"type\": \"text\",\n \"default\": \"Previous\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"label\": \"Text for the check answers button\",\n \"name\": \"checkAnswerText\",\n \"type\": \"text\",\n \"default\": \"Check\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"label\": \"Require user input before the solution can be viewed\",\n \"name\": \"showSolutionsRequiresInput\",\n \"type\": \"boolean\",\n \"default\": true,\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"label\": \"Text for the answer input field\",\n \"name\": \"defaultAnswerText\",\n \"type\": \"text\",\n \"default\": \"Your answer\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"label\": \"Text for correct answer\",\n \"name\": \"correctAnswerText\",\n \"type\": \"text\",\n \"default\": \"Correct\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"label\": \"Text for incorrect answer\",\n \"name\": \"incorrectAnswerText\",\n \"type\": \"text\",\n \"default\": \"Incorrect\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"label\": \"Show solution text\",\n \"name\": \"showSolutionText\",\n \"type\": \"text\",\n \"default\": \"Correct answer(s)\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"label\": \"Text for results title\",\n \"name\": \"results\",\n \"type\": \"text\",\n \"default\": \"Results\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"label\": \"Text for number of correct\",\n \"name\": \"ofCorrect\",\n \"type\": \"text\",\n \"default\": \"@score of @total correct\",\n \"importance\": \"low\",\n \"description\": \"Result text, variables available: @score and @total. Example: \'@score of @total correct\'\",\n \"common\": true\n },\n {\n \"label\": \"Text for show results\",\n \"name\": \"showResults\",\n \"type\": \"text\",\n \"default\": \"Show results\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"label\": \"Text for short answer label\",\n \"name\": \"answerShortText\",\n \"type\": \"text\",\n \"default\": \"A:\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"label\": \"Text for \\\"retry\\\" button\",\n \"name\": \"retry\",\n \"type\": \"text\",\n \"default\": \"Retry\",\n \"importance\": \"low\",\n \"common\": true\n },\n {\n \"label\": \"Case sensitive\",\n \"name\": \"caseSensitive\",\n \"type\": \"boolean\",\n \"default\": false,\n \"description\": \"Makes sure the user input has to be exactly the same as the answer.\"\n },\n {\n \"label\": \"Incorrect text for assistive technologies\",\n \"name\": \"cardAnnouncement\",\n \"type\": \"text\",\n \"default\": \"Incorrect answer. Correct answer was @answer\",\n \"description\": \"Text that will be announced to assistive technologies. Use @answer as variable.\",\n \"common\": true\n },\n {\n \"label\": \"Correct feedback text for assistive technologies\",\n \"name\": \"correctAnswerAnnouncement\",\n \"type\": \"text\",\n \"default\": \"@answer is correct.\",\n \"description\": \"Text that will be announced to assistive technologies when a card is answered correctly. Use @answer as variable.\",\n \"common\": true\n },\n {\n \"label\": \"Card change for assistive technologies\",\n \"name\": \"pageAnnouncement\",\n \"type\": \"text\",\n \"default\": \"Page @current of @total\",\n \"description\": \"Text that will be announced to assistive technologies when navigating between cards. Use @current and @total as variables.\",\n \"common\": true\n },\n {\n \"name\": \"randomCards\",\n \"type\": \"boolean\",\n \"label\": \"Randomize cards\",\n \"importance\": \"low\",\n \"description\": \"Enable to randomize the order of cards on display.\",\n \"default\": false\n }\n]\n',NULL,1,4,NULL,'https://h5p.org/tutorial-flashcards','https://h5p.org/flashcards',1),(147,'H5P.AdventCalendar','Advent Calendar (beta)',0,3,4,1,0,'iframe','dist/h5p-advent-calendar.js','dist/h5p-advent-calendar.css','','[\n {\n \"name\": \"modeDoorImage\",\n \"type\": \"select\",\n \"label\": \"Mode for door images\",\n \"description\": \"Select whether you want to set each custom door image yourself or let H5P do the work for you based on the calendar background image set in the behavioural settings.\",\n \"options\": [\n {\n \"value\": \"manual\",\n \"label\": \"I want to set each door image myself\"\n },\n {\n \"value\": \"automatic\",\n \"label\": \"H5P shall set the door images based on the background image\"\n }\n ],\n \"default\": \"automatic\"\n },\n {\n \"name\": \"doors\",\n \"type\": \"list\",\n \"label\": \"Doors\",\n \"entity\": \"door\",\n \"min\": 24,\n \"max\": 24,\n \"field\": {\n \"name\": \"contentGroup\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"type\",\n \"type\": \"select\",\n \"label\": \"Content type\",\n \"description\": \"Content type that shoud optionally pop up when the door is opened.\",\n \"options\": [\n {\n \"value\": \"audio\",\n \"label\": \"Audio\"\n },\n {\n \"value\": \"image\",\n \"label\": \"Image\"\n },\n {\n \"value\": \"link\",\n \"label\": \"Link\"\n },\n {\n \"value\": \"text\",\n \"label\": \"Text\"\n },\n {\n \"value\": \"video\",\n \"label\": \"Video\"\n }\n ]\n },\n {\n \"name\": \"audio\",\n \"type\": \"audio\",\n \"label\": \"Audio\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": \"audio\"\n }\n ]\n }\n },\n {\n \"name\": \"image\",\n \"type\": \"library\",\n \"label\": \"Image\",\n \"options\": [\n \"H5P.Image 1.1\"\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": \"image\"\n }\n ]\n }\n },\n {\n \"name\": \"link\",\n \"type\": \"library\",\n \"label\": \"Link\",\n \"options\": [\n \"H5P.Link 1.3\"\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": \"link\"\n }\n ]\n }\n },\n {\n \"name\": \"text\",\n \"type\": \"library\",\n \"label\": \"Text\",\n \"options\": [\n \"H5P.AdvancedText 1.1\"\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": \"text\"\n }\n ]\n }\n },\n {\n \"name\": \"video\",\n \"type\": \"video\",\n \"label\": \"Video\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": \"video\"\n }\n ]\n }\n },\n {\n \"name\": \"autoplay\",\n \"type\": \"boolean\",\n \"label\": \"Autoplay\",\n \"default\": false,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"type\": \"or\",\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": \"audio\"\n },\n {\n \"field\": \"type\",\n \"equals\": \"video\"\n }\n ]\n }\n },\n {\n \"name\": \"doorCover\",\n \"type\": \"image\",\n \"label\": \"Door image\",\n \"description\": \"Image that will be used for the door. Needs to have a size ratio of 1:1 if you want the left half fit the right half.\",\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"../../modeDoorImage\",\n \"equals\": \"manual\"\n }\n ]\n }\n },\n {\n \"name\": \"previewImage\",\n \"type\": \"image\",\n \"label\": \"Background image\",\n \"description\": \"Image that should appear inside the door. Will be the door\'s number by default.\",\n \"optional\": true\n }\n ]\n },\n \"widgets\": [\n {\n \"name\": \"VerticalTabs\",\n \"label\": \"Default\"\n }\n ]\n },\n {\n \"name\": \"visuals\",\n \"type\": \"group\",\n \"label\": \"Visual settings\",\n \"description\": \"These options will let you configure the visual appearance.\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"backgroundImage\",\n \"type\": \"image\",\n \"label\": \"Calendar background image\",\n \"optional\": true\n },\n {\n \"name\": \"doorImageTemplate\",\n \"type\": \"image\",\n \"label\": \"Door image template\",\n \"description\": \"If an image is set, it will be used for every door unless a specific door image is set for a single door.\",\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"../modeDoorImage\",\n \"equals\": \"manual\"\n }\n ]\n }\n },\n {\n \"name\": \"hideDoorBorder\",\n \"type\": \"boolean\",\n \"label\": \"Hide door border\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"hideNumbers\",\n \"type\": \"boolean\",\n \"label\": \"Hide door numbers\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"hideDoorKnobs\",\n \"type\": \"boolean\",\n \"label\": \"Hide door knobs\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"hideDoorFrame\",\n \"type\": \"boolean\",\n \"label\": \"Hide door frame\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"snow\",\n \"type\": \"boolean\",\n \"label\": \"Let it snow\",\n \"description\": \"Will add some snow falling in front of the calendar. It never rains in Southern California, it never snows on IE11.\",\n \"default\": false,\n \"optional\": true\n }\n ]\n },\n {\n \"name\": \"audio\",\n \"type\": \"group\",\n \"label\": \"Audio settings\",\n \"description\": \"These options will let you configure the audio appearance.\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"backgroundMusic\",\n \"type\": \"audio\",\n \"label\": \"Background music\",\n \"optional\": true\n },\n {\n \"name\": \"autoplay\",\n \"type\": \"boolean\",\n \"label\": \"Autoplay background music\",\n \"description\": \"If set, the background music will play automatically once the content is opened. Please note: Some browsers\' media policy may prevent autoplay.\",\n \"default\": false,\n \"optional\": true\n }\n ]\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"description\": \"These options will let you override behaviour settings.\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"modeDoorPlacement\",\n \"type\": \"select\",\n \"label\": \"Mode for door placement\",\n \"description\": \"Select whether you want to set a fixed number of columns and rows for the doors or if H5P should decide dynamically depending on the available space. Note that the latter may interfere with the position of the background image and custom door cover images that should be at a particular position.\",\n \"options\": [\n {\n \"value\": \"fixed\",\n \"label\": \"Fixed\"\n },\n {\n \"value\": \"dynamic\",\n \"label\": \"Dynamic\"\n }\n ],\n \"default\": \"dynamic\"\n },\n {\n \"name\": \"doorPlacementRatio\",\n \"type\": \"select\",\n \"label\": \"Row-to-column ratio\",\n \"description\": \"Select how many columns and rows the calender should use.\",\n \"options\": [\n {\n \"value\": \"6x4\",\n \"label\": \"6 × 4\"\n },\n {\n \"value\": \"4x6\",\n \"label\": \"4 × 6\"\n }\n ],\n \"default\": \"6x4\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"modeDoorPlacement\",\n \"equals\": \"fixed\"\n }\n ]\n }\n },\n {\n \"name\": \"randomize\",\n \"type\": \"boolean\",\n \"label\": \"Random order\",\n \"description\": \"Shuffle the order of the doors. If the \\\"save content state\\\" option is set in the H5P settings, that order will stay the same when the user returns later.\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"keepImageOrder\",\n \"type\": \"boolean\",\n \"label\": \"Keep order of images\",\n \"description\": \"Shuffle doors, but keep the door cover images at their fixed positions starting with 1 in the upper left corner down to 24 in the lower right corner.\",\n \"default\": false,\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"randomize\",\n \"equals\": true\n }\n ]\n }\n },\n {\n \"name\": \"designMode\",\n \"type\": \"boolean\",\n \"label\": \"Design mode\",\n \"description\": \"When in design mode, all doors can be opened. Otherwise, the doors can only be opened in December on and after the respective day indicated by the door number.\",\n \"default\": true,\n \"optional\": true\n }\n ]\n },\n {\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"Localization\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"nothingToSee\",\n \"type\": \"text\",\n \"label\": \"Nothing to see\",\n \"importance\": \"low\",\n \"default\": \"There is nothing to see here!\\ud83c\\udf84\"\n },\n {\n \"name\": \"dummy\",\n \"type\": \"text\",\n \"label\": \"Dummy\",\n \"importance\": \"low\",\n \"default\": \"Dummy\",\n \"widget\": \"none\"\n }\n ]\n },\n {\n \"name\": \"a11y\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"Accessibility\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"door\",\n \"type\": \"text\",\n \"label\": \"Door\",\n \"importance\": \"low\",\n \"default\": \"Door\"\n },\n {\n \"name\": \"locked\",\n \"type\": \"text\",\n \"label\": \"Locked\",\n \"importance\": \"low\",\n \"default\": \"Locked. It is not time to open this one yet.\"\n },\n {\n \"name\": \"content\",\n \"description\": \"Announce the content. @door is a variable and will be replaced with the related door description.\",\n \"type\": \"text\",\n \"label\": \"Content of\",\n \"importance\": \"low\",\n \"default\": \"Content of @door\"\n },\n {\n \"name\": \"mute\",\n \"type\": \"text\",\n \"label\": \"Mute audio\",\n \"importance\": \"low\",\n \"default\": \"Mute audio\"\n },\n {\n \"name\": \"unmute\",\n \"type\": \"text\",\n \"label\": \"Unmute audio\",\n \"importance\": \"low\",\n \"default\": \"Unmute audio\"\n },\n {\n \"name\": \"closeWindow\",\n \"type\": \"text\",\n \"label\": \"Close window\",\n \"importance\": \"low\",\n \"default\": \"Close window\"\n }\n ]\n }\n]\n',NULL,NULL,NULL,NULL,NULL,'https://h5p.org/content-types/advent-calendar',1),(148,'H5P.Dictation','Dictation',1,3,3,1,0,'iframe','dist/h5p-dictation.js','dist/h5p-dictation.css','','[\n {\n \"name\": \"media\",\n \"type\": \"group\",\n \"label\": \"Media\",\n \"importance\": \"medium\",\n \"fields\": [\n {\n \"name\": \"type\",\n \"type\": \"library\",\n \"label\": \"Type\",\n \"importance\": \"medium\",\n \"options\": [\n \"H5P.Image 1.1\",\n \"H5P.Video 1.6\",\n \"H5P.Audio 1.5\"\n ],\n \"optional\": true,\n \"description\": \"Optional media to display above the question.\"\n },\n {\n \"name\": \"disableImageZooming\",\n \"type\": \"boolean\",\n \"label\": \"Disable image zooming\",\n \"importance\": \"low\",\n \"default\": false,\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"type\",\n \"equals\": \"H5P.Image 1.1\"\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"taskDescription\",\n \"label\": \"Task description\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"importance\": \"high\",\n \"description\": \"Describe your task here.\",\n \"placeholder\": \"Please listen carefully and write what you hear.\",\n \"enterMode\": \"div\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ]\n },\n {\n \"name\": \"sentences\",\n \"label\": \"Sentences\",\n \"importance\": \"high\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"VerticalTabs\",\n \"label\": \"Default\"\n }\n ],\n \"min\": 1,\n \"entity\": \"Sentence\",\n \"field\": {\n \"name\": \"sentence\",\n \"type\": \"group\",\n \"label\": \"Sentence\",\n \"fields\": [\n {\n \"name\": \"description\",\n \"type\": \"text\",\n \"label\": \"Description\",\n \"description\": \"You can optionally put a simple description above the text input field, useful e.g. for dialogues.\",\n \"importance\": \"medium\",\n \"optional\": true\n },\n {\n \"name\": \"sample\",\n \"type\": \"audio\",\n \"label\": \"Sound sample\",\n \"description\": \"Sentence spoken in normal speed\",\n \"importance\": \"medium\",\n \"widgetExtensions\": [\n \"AudioRecorder\"\n ]\n },\n {\n \"name\": \"sampleAlternative\",\n \"type\": \"audio\",\n \"label\": \"Sound sample slow\",\n \"description\": \"Sentence spoken in slow speed\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"widgetExtensions\": [\n \"AudioRecorder\"\n ]\n },\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"label\": \"Text\",\n \"description\": \"Text that should be written. You can add alternate spellings to a word by adding a vertical line (|) behind followed by an alternative.\",\n \"importance\": \"medium\",\n \"maxLength\": 1000\n }\n ]\n }\n },\n {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"label\": \"Overall Feedback\",\n \"importance\": \"low\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"overallFeedback\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"RangeList\",\n \"label\": \"Default\"\n }\n ],\n \"importance\": \"high\",\n \"label\": \"Define custom feedback for any score range\",\n \"description\": \"Click the \\\"Add range\\\" button to add as many ranges as you need. Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!\",\n \"entity\": \"range\",\n \"min\": 1,\n \"defaultNum\": 1,\n \"optional\": true,\n \"field\": {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"from\",\n \"type\": \"number\",\n \"label\": \"Score Range\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 0,\n \"unit\": \"%\"\n },\n {\n \"name\": \"to\",\n \"type\": \"number\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 100,\n \"unit\": \"%\"\n },\n {\n \"name\": \"feedback\",\n \"type\": \"text\",\n \"label\": \"Feedback for defined score range\",\n \"importance\": \"low\",\n \"placeholder\": \"Fill in the feedback\",\n \"optional\": true\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"importance\": \"low\",\n \"description\": \"These options will let you control how the task behaves.\",\n \"fields\": [\n {\n \"name\": \"tries\",\n \"type\": \"number\",\n \"label\": \"Maximum tries\",\n \"description\": \"Will limit the number of times the samples for each sentence can be listened to.\",\n \"optional\": true,\n \"min\": 1\n },\n {\n \"name\": \"triesAlternative\",\n \"type\": \"number\",\n \"label\": \"Maximum tries for slow speed\",\n \"description\": \"Will limit the number of times the slow samples for each sentence can be listened to.\",\n \"optional\": true,\n \"min\": 1\n },\n {\n \"name\": \"disablePause\",\n \"type\": \"boolean\",\n \"label\": \"Disable pause option\",\n \"description\": \"If checked, pausing the audio while playing is not possible.\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"playButtonDelay\",\n \"type\": \"number\",\n \"label\": \"Play button delay\",\n \"description\": \"Optionally set a time period of up to three seconds that playing a button should be delayed. This is useful if you want to allow students to enter the text field before they start listening.\",\n \"optional\": true,\n \"min\": 0,\n \"max\": 3\n },\n {\n \"name\": \"shuffleSentences\",\n \"type\": \"select\",\n \"label\": \"Shuffle sentences\",\n \"description\": \"Define when the sentences should be shuffled.\",\n \"options\": [\n {\n \"value\": \"never\",\n \"label\": \"Never\"\n },\n {\n \"value\": \"once\",\n \"label\": \"Once when starting exercise\"\n },\n {\n \"value\": \"onRetry\",\n \"label\": \"On every try\"\n }\n ],\n \"default\": \"never\"\n },\n {\n \"name\": \"scoring\",\n \"type\": \"group\",\n \"label\": \"Scoring\",\n \"expanded\": false,\n \"fields\": [\n {\n \"name\": \"ignorePunctuation\",\n \"type\": \"boolean\",\n \"label\": \"Ignore Punctuation marks\",\n \"description\": \"If checked, punctuation marks will not be considered for scoring.\",\n \"optional\": false,\n \"default\": true\n },\n {\n \"name\": \"zeroMistakeMode\",\n \"type\": \"boolean\",\n \"label\": \"Zero mistakes mode\",\n \"description\": \"If checked, only correct answers will be considered for scoring. Mistakes will not be punished.\",\n \"default\": false,\n \"optional\": false\n },\n {\n \"name\": \"typoFactor\",\n \"type\": \"select\",\n \"label\": \"Value of typos\",\n \"description\": \"Determine to which extent typing errors (word with 3-9 characters: up to 1 mistake, word with more than 9 characters: up to 2 mistakes) count as a real mistake.\",\n \"options\": [\n {\n \"value\": \"100\",\n \"label\": \"100 %\"\n },\n {\n \"value\": \"50\",\n \"label\": \"50 %\"\n },\n {\n \"value\": \"0\",\n \"label\": \"0 %\"\n }\n ],\n \"default\": \"100\"\n }\n ]\n },\n {\n \"name\": \"textual\",\n \"type\": \"group\",\n \"label\": \"Text\",\n \"expanded\": false,\n \"fields\": [\n {\n \"name\": \"wordSeparator\",\n \"type\": \"text\",\n \"label\": \"Word separator\",\n \"description\": \"Define the separator of words different than space character to support alternate solutions with different number of words.\",\n \"optional\": true,\n \"default\": \" \"\n },\n {\n \"name\": \"overrideRTL\",\n \"type\": \"select\",\n \"label\": \"Writing direction\",\n \"description\": \"Set whether the sentences\' language is right-to-left or left-to-right.\",\n \"options\": [\n {\n \"value\": \"auto\",\n \"label\": \"Automatic detection\"\n },\n {\n \"value\": \"on\",\n \"label\": \"Right-to-left\"\n },\n {\n \"value\": \"off\",\n \"label\": \"Left-to-right\"\n }\n ],\n \"default\": \"auto\"\n },\n {\n \"name\": \"autosplit\",\n \"type\": \"boolean\",\n \"label\": \"Splitting of characters\",\n \"description\": \"Activate if particular characters (e.g. Chinese Han characters) should be split into separate words automatically.\",\n \"importance\": \"low\",\n \"default\": true\n }\n ]\n },\n {\n \"name\": \"feedbackPresentation\",\n \"type\": \"group\",\n \"label\": \"Presentation of feedback\",\n \"expanded\": false,\n \"fields\": [\n {\n \"name\": \"customTypoDisplay\",\n \"type\": \"boolean\",\n \"label\": \"Custom typo display\",\n \"description\": \"If checked, typos will be displayed in a custom style distinguishing them from clear mistakes.\",\n \"default\": false,\n \"optional\": false\n },\n {\n \"name\": \"alternateSolution\",\n \"type\": \"select\",\n \"label\": \"Presentation of alternate solutions\",\n \"description\": \"Define which alternatives should be presented for wrong or missing words in the solution.\",\n \"options\": [\n {\n \"value\": \"first\",\n \"label\": \"Show only first alternative\"\n },\n {\n \"value\": \"all\",\n \"label\": \"Show all alternatives\"\n }\n ],\n \"default\": \"first\"\n }\n ]\n },\n {\n \"name\": \"enableRetry\",\n \"label\": \"Enable \\\"Retry\\\"\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"enableSolutionsButton\",\n \"label\": \"Enable \\\"Show solution\\\" button\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"enableSolutionOnCheck\",\n \"label\": \"Show solution on check\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": false,\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"enableSolutionsButton\",\n \"equals\": true\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"User interface\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"generalFeedback\",\n \"type\": \"text\",\n \"label\": \"General feedback\",\n \"description\": \"You can use several placeholders that will be replaced with the adequate number: @matches = number of matches, @total = total mistakes, @capped = capped total mistakes, @wrong = wrong words, @added = additional words, @missing = missing words, @typo = typing errors\",\n \"importance\": \"low\",\n \"default\": \"You have made @total mistake(s).\"\n },\n {\n \"name\": \"generalFeedbackZeroMistakesMode\",\n \"type\": \"text\",\n \"label\": \"General feedback (zero mistakes mode)\",\n \"description\": \"You can use several placeholders that will be replaced with the adequate number: @matches = number of matches, @total = total score, @wrong = wrong words, @added = additional words, @missing = missing words, @typo = typing errors\",\n \"importance\": \"low\",\n \"default\": \"You have entered @total word(s) correctly and @typo word(s) with minor mistakes.\"\n },\n {\n \"name\": \"checkAnswer\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Check\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Check\"\n },\n {\n \"name\": \"submitAnswer\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Submit\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Submit\"\n },\n {\n \"name\": \"tryAgain\",\n \"label\": \"Text for \\\"Retry\\\" button\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"default\": \"Retry\"\n },\n {\n \"name\": \"showSolution\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Show solution\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Show solution\"\n },\n {\n \"name\": \"audioNotSupported\",\n \"type\": \"text\",\n \"label\": \"Audio not supported message\",\n \"importance\": \"low\",\n \"default\": \"Your browser does not support this audio.\"\n }\n ]\n },\n {\n \"name\": \"a11y\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"Readspeaker\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"check\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Check\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Check the answers. The responses will be marked as correct, incorrect, or unanswered.\"\n },\n {\n \"name\": \"showSolution\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Show Solution\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Show the solution. The task will be marked with its correct solution.\"\n },\n {\n \"name\": \"retry\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Retry\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Retry the task. Reset all responses and start the task over again.\"\n },\n {\n \"name\": \"play\",\n \"type\": \"text\",\n \"label\": \"Play button\",\n \"importance\": \"low\",\n \"default\": \"Play\"\n },\n {\n \"name\": \"playSlowly\",\n \"type\": \"text\",\n \"label\": \"Play slowly button\",\n \"importance\": \"low\",\n \"default\": \"Play slowly\"\n },\n {\n \"name\": \"triesLeft\",\n \"type\": \"text\",\n \"label\": \"Tries left (text for readspeakers and hover text)\",\n \"description\": \"@number will be replaced by the current number of tries left.\",\n \"importance\": \"low\",\n \"default\": \"Number of tries left: @number\"\n },\n {\n \"name\": \"infinite\",\n \"type\": \"text\",\n \"label\": \"Infinite (text for readspeakers and hover text)\",\n \"importance\": \"low\",\n \"default\": \"infinite\"\n },\n {\n \"name\": \"enterText\",\n \"type\": \"text\",\n \"label\": \"Enter text field\",\n \"importance\": \"low\",\n \"default\": \"Enter what you have heard.\"\n },\n {\n \"name\": \"yourResult\",\n \"type\": \"text\",\n \"label\": \"Your result\",\n \"description\": \"@score will be replaced by the number of points. @total will be replaced by the maximum possible points.\",\n \"importance\": \"low\",\n \"default\": \"You got @score out of @total points\"\n },\n {\n \"name\": \"solution\",\n \"type\": \"text\",\n \"label\": \"Solution\",\n \"importance\": \"low\",\n \"default\": \"Solution\"\n },\n {\n \"name\": \"sentence\",\n \"type\": \"text\",\n \"label\": \"Sentence\",\n \"importance\": \"low\",\n \"default\": \"Sentence\"\n },\n {\n \"name\": \"item\",\n \"type\": \"text\",\n \"label\": \"Item\",\n \"importance\": \"low\",\n \"default\": \"Item\"\n },\n {\n \"name\": \"correct\",\n \"type\": \"text\",\n \"label\": \"Correct\",\n \"importance\": \"low\",\n \"default\": \"correct\"\n },\n {\n \"name\": \"wrong\",\n \"type\": \"text\",\n \"label\": \"Wrong\",\n \"importance\": \"low\",\n \"default\": \"wrong\"\n },\n {\n \"name\": \"typo\",\n \"type\": \"text\",\n \"label\": \"Small mistake\",\n \"importance\": \"low\",\n \"default\": \"small mistake\"\n },\n {\n \"name\": \"missing\",\n \"type\": \"text\",\n \"label\": \"Missing word or symbol\",\n \"importance\": \"low\",\n \"default\": \"missing\"\n },\n {\n \"name\": \"added\",\n \"type\": \"text\",\n \"label\": \"Added word or symbol\",\n \"importance\": \"low\",\n \"default\": \"added\"\n },\n {\n \"name\": \"shouldHaveBeen\",\n \"type\": \"text\",\n \"label\": \"Correct solution\",\n \"importance\": \"low\",\n \"default\": \"Should have been\"\n },\n {\n \"name\": \"or\",\n \"type\": \"text\",\n \"label\": \"Or\",\n \"importance\": \"low\",\n \"default\": \"or\"\n },\n {\n \"name\": \"point\",\n \"type\": \"text\",\n \"label\": \"Point\",\n \"importance\": \"low\",\n \"default\": \"point\"\n },\n {\n \"name\": \"points\",\n \"type\": \"text\",\n \"label\": \"Points\",\n \"importance\": \"low\",\n \"default\": \"points\"\n },\n {\n \"name\": \"period\",\n \"type\": \"text\",\n \"label\": \"Period\",\n \"importance\": \"low\",\n \"default\": \"period\"\n },\n {\n \"name\": \"exclamationPoint\",\n \"type\": \"text\",\n \"label\": \"Exclamation point\",\n \"importance\": \"low\",\n \"default\": \"exclamation point\"\n },\n {\n \"name\": \"questionMark\",\n \"type\": \"text\",\n \"label\": \"Question mark\",\n \"importance\": \"low\",\n \"default\": \"question mark\"\n },\n {\n \"name\": \"comma\",\n \"type\": \"text\",\n \"label\": \"Comma\",\n \"importance\": \"low\",\n \"default\": \"comma\"\n },\n {\n \"name\": \"singleQuote\",\n \"type\": \"text\",\n \"label\": \"Single quote\",\n \"importance\": \"low\",\n \"default\": \"single quote\"\n },\n {\n \"name\": \"doubleQuote\",\n \"type\": \"text\",\n \"label\": \"Double quote\",\n \"importance\": \"low\",\n \"default\": \"double quote\"\n },\n {\n \"name\": \"colon\",\n \"type\": \"text\",\n \"label\": \"Colon\",\n \"importance\": \"low\",\n \"default\": \"colon\"\n },\n {\n \"name\": \"semicolon\",\n \"type\": \"text\",\n \"label\": \"Semicolon\",\n \"importance\": \"low\",\n \"default\": \"semicolon\"\n },\n {\n \"name\": \"plus\",\n \"type\": \"text\",\n \"label\": \"Plus\",\n \"importance\": \"low\",\n \"default\": \"plus\"\n },\n {\n \"name\": \"minus\",\n \"type\": \"text\",\n \"label\": \"Minus\",\n \"importance\": \"low\",\n \"default\": \"minus\"\n },\n {\n \"name\": \"asterisk\",\n \"type\": \"text\",\n \"label\": \"Asterisk\",\n \"importance\": \"low\",\n \"default\": \"asterisk\"\n },\n {\n \"name\": \"forwardSlash\",\n \"type\": \"text\",\n \"label\": \"Forward slash\",\n \"importance\": \"low\",\n \"default\": \"forward slash\"\n }\n ]\n }\n]\n',NULL,1,13,NULL,'https://h5p.org/tutorial-dictation','https://h5p.org/dictation',1),(149,'H5P.Crossword','Crossword',0,5,13,1,0,'iframe','dist/h5p-crossword.js','dist/h5p-crossword.css','','[\n {\n \"name\": \"taskDescription\",\n \"label\": \"Task description\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"importance\": \"high\",\n \"description\": \"Describe your task here.\",\n \"enterMode\": \"div\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ],\n \"optional\": true\n },\n {\n \"name\": \"words\",\n \"label\": \"words\",\n \"importance\": \"high\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"VerticalTabs\",\n \"label\": \"Default\"\n }\n ],\n \"min\": 2,\n \"entity\": \"Word\",\n \"field\": {\n \"name\": \"word\",\n \"type\": \"group\",\n \"label\": \"Word\",\n \"fields\": [\n {\n \"name\": \"clue\",\n \"type\": \"text\",\n \"label\": \"Clue\",\n \"description\": \"Clue that should point to the answer.\",\n \"importance\": \"medium\"\n },\n {\n \"name\": \"answer\",\n \"type\": \"text\",\n \"label\": \"Answer\",\n \"description\": \"Answer to the clue.\",\n \"importance\": \"medium\"\n },\n {\n \"name\": \"extraClue\",\n \"type\": \"library\",\n \"label\": \"Extra clue\",\n \"optional\": true,\n \"options\": [\n \"H5P.AdvancedText 1.1\",\n \"H5P.Image 1.1\",\n \"H5P.Audio 1.5\",\n \"H5P.Video 1.6\"\n ]\n },\n {\n \"name\": \"fixWord\",\n \"type\": \"boolean\",\n \"label\": \"Fix word on grid\",\n \"description\": \"Check if you want to fix the word to a particular position on the grid. Words with the same alignment may not be placed touching each other.\",\n \"importance\": \"low\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"row\",\n \"type\": \"number\",\n \"label\": \"Row\",\n \"description\": \"Row index where the answer should start.\",\n \"min\": 1,\n \"max\": 100,\n \"importance\": \"low\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"fixWord\",\n \"equals\": true\n }\n ]\n }\n },\n {\n \"name\": \"column\",\n \"type\": \"number\",\n \"label\": \"Column\",\n \"description\": \"Column index where the answer should start.\",\n \"min\": 1,\n \"max\": 100,\n \"importance\": \"low\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"fixWord\",\n \"equals\": true\n }\n ]\n }\n },\n {\n \"name\": \"orientation\",\n \"type\": \"select\",\n \"label\": \"Orientation\",\n \"description\": \"Orientation for the answer.\",\n \"options\": [\n {\n \"value\": \"across\",\n \"label\": \"Across\"\n },\n {\n \"value\": \"down\",\n \"label\": \"Down\"\n }\n ],\n \"default\": \"across\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"fixWord\",\n \"equals\": true\n }\n ]\n }\n }\n ]\n }\n },\n {\n \"name\": \"solutionWord\",\n \"type\": \"text\",\n \"label\": \"Overall solution word\",\n \"description\": \"Optionally add a solution word that can be derived from particular characters on the grid. It will only be visible if all its characters can be found in the crossword. Please note: There\'s no accessibility support for this feature yet.\",\n \"importance\": \"low\",\n \"optional\": \"true\"\n },\n {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"label\": \"Overall Feedback\",\n \"importance\": \"low\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"overallFeedback\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"RangeList\",\n \"label\": \"Default\"\n }\n ],\n \"importance\": \"high\",\n \"label\": \"Define custom feedback for any score range\",\n \"description\": \"Click the \\\"Add range\\\" button to add as many ranges as you need. Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!\",\n \"entity\": \"range\",\n \"min\": 1,\n \"defaultNum\": 1,\n \"optional\": true,\n \"field\": {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"from\",\n \"type\": \"number\",\n \"label\": \"Score Range\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 0,\n \"unit\": \"%\"\n },\n {\n \"name\": \"to\",\n \"type\": \"number\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 100,\n \"unit\": \"%\"\n },\n {\n \"name\": \"feedback\",\n \"type\": \"text\",\n \"label\": \"Feedback for defined score range\",\n \"importance\": \"low\",\n \"placeholder\": \"Fill in the feedback\",\n \"optional\": true\n }\n ]\n }\n }\n ]\n },\n {\n \"name\": \"theme\",\n \"type\": \"group\",\n \"label\": \"Theme\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"backgroundImage\",\n \"label\": \"Background image\",\n \"type\": \"image\",\n \"description\": \"Select an optional background image. It will be scaled to fit the background without stretching it.\",\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"name\": \"backgroundColor\",\n \"type\": \"text\",\n \"label\": \"Background color\",\n \"description\": \"Choose a background color. It will either be used instead of a background image or as background for transparent areas.\",\n \"importance\": \"low\",\n \"optional\": true,\n \"default\": \"#173354\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showInitial\": true\n }\n },\n {\n \"name\": \"gridColor\",\n \"type\": \"text\",\n \"label\": \"Grid color\",\n \"description\": \"Choose a color for the grid.\",\n \"importance\": \"low\",\n \"optional\": true,\n \"default\": \"#000000\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showInitial\": true\n }\n },\n {\n \"name\": \"cellBackgroundColor\",\n \"type\": \"text\",\n \"label\": \"Cell background color\",\n \"description\": \"Choose the background color for a table cell.\",\n \"importance\": \"low\",\n \"optional\": true,\n \"default\": \"#ffffff\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showInitial\": true\n }\n },\n {\n \"name\": \"cellColor\",\n \"type\": \"text\",\n \"label\": \"Cell text color\",\n \"description\": \"Choose the text color for a table cell.\",\n \"importance\": \"low\",\n \"optional\": true,\n \"default\": \"#000000\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showInitial\": true\n }\n },\n {\n \"name\": \"clueIdColor\",\n \"type\": \"text\",\n \"label\": \"Clue id color\",\n \"description\": \"Choose the color of the clue id inside a table cell.\",\n \"importance\": \"low\",\n \"optional\": true,\n \"default\": \"#606060\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showInitial\": true\n }\n },\n {\n \"name\": \"cellBackgroundColorHighlight\",\n \"type\": \"text\",\n \"label\": \"Cell background color (highlighted)\",\n \"description\": \"Choose the background color for a table cell that is highlighted.\",\n \"importance\": \"low\",\n \"optional\": true,\n \"default\": \"#3e8de8\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showInitial\": true\n }\n },\n {\n \"name\": \"cellColorHighlight\",\n \"type\": \"text\",\n \"label\": \"Cell text color (highlighted)\",\n \"description\": \"Choose the text color for a table cell that is highlighted.\",\n \"importance\": \"low\",\n \"optional\": true,\n \"default\": \"#ffffff\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showInitial\": true\n }\n },\n {\n \"name\": \"clueIdColorHighlight\",\n \"type\": \"text\",\n \"label\": \"Cell id color (highlighted)\",\n \"description\": \"Choose the color of the clue id inside a table cell that is highlighted.\",\n \"importance\": \"low\",\n \"optional\": true,\n \"default\": \"#e0e0e0\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showInitial\": true\n }\n }\n ]\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"importance\": \"low\",\n \"description\": \"These options will let you control how the task behaves.\",\n \"fields\": [\n {\n \"name\": \"poolSize\",\n \"type\": \"number\",\n \"min\": 2,\n \"label\": \"Number of words to be shown\",\n \"importance\": \"low\",\n \"description\": \"Create a randomized batch of words from the pool. The batch will always contain at least all the words that were fixed on the grid regardless of this setting. An empty value or 0 means to use all words.\",\n \"optional\": true\n },\n {\n \"name\": \"enableInstantFeedback\",\n \"label\": \"Enable instant feedback\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": false\n },\n {\n \"name\": \"scoreWords\",\n \"label\": \"Score words\",\n \"description\": \"If this option is enabled, words will be counted in order to determine the score. Otherwise, correct characters will be counted.\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": true\n },\n {\n \"name\": \"applyPenalties\",\n \"label\": \"Apply penalties\",\n \"description\": \"If this option is enabled, each wrong answer will be given a penalty score of -1.\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"enableRetry\",\n \"label\": \"Enable \\\"Retry\\\"\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"enableSolutionsButton\",\n \"label\": \"Enable \\\"Solution\\\"\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"keepCorrectAnswers\",\n \"type\": \"boolean\",\n \"label\": \"Keep correct answers on retry\",\n \"description\": \"If this option is enabled, correct answers will be kept when the user retries the task unless full score was achieved.\",\n \"importance\": \"low\",\n \"default\": false,\n \"optional\": true,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"enableRetry\",\n \"equals\": true\n }\n ],\n \"nullWhenHidden\": true\n }\n }\n ]\n },\n {\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"User interface\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"across\",\n \"type\": \"text\",\n \"label\": \"Label for across\",\n \"importance\": \"low\",\n \"default\": \"Across\"\n },\n {\n \"name\": \"down\",\n \"type\": \"text\",\n \"label\": \"Label for down\",\n \"importance\": \"low\",\n \"default\": \"Down\"\n },\n {\n \"name\": \"checkAnswer\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Check\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Check\"\n },\n {\n \"name\": \"submitAnswer\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Submit\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Submit\"\n },\n {\n \"name\": \"tryAgain\",\n \"label\": \"Text for \\\"Retry\\\" button\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"default\": \"Retry\"\n },\n {\n \"name\": \"showSolution\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Show solution\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Show solution\"\n },\n {\n \"name\": \"couldNotGenerateCrossword\",\n \"type\": \"text\",\n \"label\": \"Cannot create crossword\",\n \"importance\": \"low\",\n \"default\": \"Could not generate a crossword with the given words. Please try again with fewer words or words that have more characters in common.\"\n },\n {\n \"name\": \"couldNotGenerateCrosswordTooFewWords\",\n \"type\": \"text\",\n \"label\": \"Cannot create crossword (too few words)\",\n \"importance\": \"low\",\n \"default\": \"Could not generate a crossword. You need at least two words.\"\n },\n {\n \"name\": \"probematicWords\",\n \"type\": \"text\",\n \"label\": \"Probematic words\",\n \"description\": \"List words that caused trouble while generating the crossword. @words is a placeholder that will be replaced by the actual problematic words.\",\n \"importance\": \"low\",\n \"default\": \"Some words could not be placed. If you are using fixed words, please make sure that their position doesn\'t prevent other words from being placed. Words with the same alignment may not be placed touching each other. Problematic word(s): @words\"\n },\n {\n \"name\": \"extraClue\",\n \"type\": \"text\",\n \"label\": \"Extra clue\",\n \"importance\": \"low\",\n \"default\": \"Extra clue\"\n },\n {\n \"name\": \"closeWindow\",\n \"type\": \"text\",\n \"label\": \"Close window\",\n \"importance\": \"low\",\n \"default\": \"Close window\"\n }\n ]\n },\n {\n \"name\": \"a11y\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"Readspeaker\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"crosswordGrid\",\n \"type\": \"text\",\n \"label\": \"Crossword grid description\",\n \"importance\": \"low\",\n \"default\": \"Crossword grid. Use arrow keys to navigate and the keyboard to enter characters. Alternatively, use Tab to navigate to type the answers in Fill in the Blanks style fields instead of the grid.\"\n },\n {\n \"name\": \"column\",\n \"type\": \"text\",\n \"label\": \"Column\",\n \"importance\": \"low\",\n \"default\": \"Column\"\n },\n {\n \"name\": \"row\",\n \"type\": \"text\",\n \"label\": \"Row\",\n \"importance\": \"low\",\n \"default\": \"Row\"\n },\n {\n \"name\": \"across\",\n \"type\": \"text\",\n \"label\": \"Across\",\n \"importance\": \"low\",\n \"default\": \"Across\"\n },\n {\n \"name\": \"down\",\n \"type\": \"text\",\n \"label\": \"Down\",\n \"importance\": \"low\",\n \"default\": \"Down\"\n },\n {\n \"name\": \"empty\",\n \"type\": \"text\",\n \"label\": \"Empty\",\n \"importance\": \"low\",\n \"default\": \"Empty\"\n },\n {\n \"name\": \"resultFor\",\n \"description\": \"Result announcer. @clue is a variable and will be replaced by the respective clue.\",\n \"type\": \"text\",\n \"label\": \"Result for\",\n \"importance\": \"low\",\n \"default\": \"Result for: @clue\"\n },\n {\n \"name\": \"correct\",\n \"type\": \"text\",\n \"label\": \"Correct\",\n \"importance\": \"low\",\n \"default\": \"Correct\"\n },\n {\n \"name\": \"wrong\",\n \"type\": \"text\",\n \"label\": \"Wrong\",\n \"importance\": \"low\",\n \"default\": \"Wrong\"\n },\n {\n \"name\": \"point\",\n \"type\": \"text\",\n \"label\": \"Point\",\n \"importance\": \"low\",\n \"default\": \"point\"\n },\n {\n \"name\": \"solutionFor\",\n \"description\": \"Solution announcer. @clue and @solution are variables and will be replaced by the respective values.\",\n \"type\": \"text\",\n \"label\": \"Solution for\",\n \"importance\": \"low\",\n \"default\": \"For @clue the solution is: @solution\"\n },\n {\n \"name\": \"extraClueFor\",\n \"description\": \"Extra clue announcer. @clue is a variable and will be replaced by the respective value.\",\n \"type\": \"text\",\n \"label\": \"Extra clue for\",\n \"importance\": \"low\",\n \"default\": \"Open extra clue for @clue\"\n },\n {\n \"name\": \"letterSevenOfNine\",\n \"description\": \"Announcing the current position. @position and @length are variables and will be replaced by their respective values.\",\n \"type\": \"text\",\n \"label\": \"Letter\",\n \"importance\": \"low\",\n \"default\": \"Letter @position of @length\"\n },\n {\n \"name\": \"lettersWord\",\n \"description\": \"Announcing the word length. @length is a variable and will be replaced by the respective value.\",\n \"type\": \"text\",\n \"label\": \"Length of word\",\n \"importance\": \"low\",\n \"default\": \"@length letter word\"\n },\n {\n \"name\": \"check\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Check\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Check the characters. The responses will be marked as correct, incorrect, or unanswered.\"\n },\n {\n \"name\": \"showSolution\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Show Solution\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Show the solution. The crossword will be filled with its correct solution.\"\n },\n {\n \"name\": \"retry\",\n \"type\": \"text\",\n \"label\": \"Assistive technology description for \\\"Retry\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Retry the task. Reset all responses and start the task over again.\"\n },\n {\n \"name\": \"yourResult\",\n \"type\": \"text\",\n \"label\": \"Your result\",\n \"description\": \"@score and @total are variables and will be replaced by their respective values.\",\n \"importance\": \"low\",\n \"default\": \"You got @score out of @total points\"\n }\n ]\n }\n]\n',NULL,NULL,NULL,NULL,NULL,'https://h5p.org/content-types/crossword',1),(150,'H5P.Cornell','Cornell Notes',0,3,2,1,0,'iframe','dist/h5p-cornell.js','dist/h5p-cornell.css','','[\n {\n \"name\": \"headline\",\n \"type\": \"text\",\n \"label\": \"Headline\",\n \"importance\": \"low\",\n \"optional\": true,\n \"description\": \"If set, will be used for the headline of the exercise instead of the content title.\"\n },\n {\n \"label\": \"Instructions\",\n \"importance\": \"medium\",\n \"name\": \"instructions\",\n \"type\": \"text\",\n \"optional\": true,\n \"description\": \"Students will see these instructions on top of the notes.\",\n \"widget\": \"html\",\n \"enterMode\": \"div\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\"\n ]\n },\n {\n \"label\": \"Exercise content\",\n \"importance\": \"medium\",\n \"name\": \"exerciseContent\",\n \"type\": \"library\",\n \"options\": [\n \"H5P.Audio 1.5\",\n \"H5P.AdvancedText 1.1\",\n \"H5P.Video 1.6\"\n ],\n \"optional\": false\n },\n {\n \"name\": \"notesFields\",\n \"label\": \"Notes fields\",\n \"description\": \"Settings for the notes fields.\",\n \"importance\": \"low\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"label\": \"Cue field title\",\n \"importance\": \"low\",\n \"name\": \"recallTitle\",\n \"type\": \"text\",\n \"default\": \"Cue\",\n \"optional\": true,\n \"description\": \"Title for the recall section.\"\n },\n {\n \"label\": \"Cue field placeholder\",\n \"importance\": \"low\",\n \"name\": \"recallPlaceholder\",\n \"type\": \"text\",\n \"default\": \"Enter your comments, questions, the main idea, etc. that you derive from your notes!\",\n \"optional\": true,\n \"description\": \"Placeholder for the cue section as a reminder for your students.\"\n },\n {\n \"label\": \"Notes field title\",\n \"importance\": \"low\",\n \"name\": \"notesTitle\",\n \"type\": \"text\",\n \"default\": \"Notes\",\n \"optional\": true,\n \"description\": \"Title for the notes section.\"\n },\n {\n \"label\": \"Notes field placeholder\",\n \"importance\": \"low\",\n \"name\": \"notesPlaceholder\",\n \"type\": \"text\",\n \"default\": \"Enter dates, details, definitions, formulas, examples, etc. from the source material!\",\n \"optional\": true,\n \"description\": \"Placeholder for the notes section as a reminder for your students.\"\n },\n {\n \"label\": \"Summary field title\",\n \"importance\": \"low\",\n \"name\": \"summaryTitle\",\n \"type\": \"text\",\n \"default\": \"Summary\",\n \"optional\": true,\n \"description\": \"Title for the summary section.\"\n },\n {\n \"label\": \"Summary field placeholder\",\n \"importance\": \"low\",\n \"name\": \"summaryPlaceholder\",\n \"type\": \"text\",\n \"default\": \"Summarize what you have learned!\",\n \"optional\": true,\n \"description\": \"Placeholder for the summary section as a reminder for your students.\"\n }\n ]\n },\n {\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"Localization\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"notesSaved\",\n \"type\": \"text\",\n \"label\": \"Notes saved\",\n \"importance\": \"low\",\n \"default\": \"Notes saved\"\n },\n {\n \"name\": \"save\",\n \"type\": \"text\",\n \"label\": \"Save\",\n \"importance\": \"low\",\n \"default\": \"Save\"\n },\n {\n \"name\": \"noSaveContentState\",\n \"type\": \"text\",\n \"label\": \"Notes cannot be saved\",\n \"importance\": \"low\",\n \"default\": \"The platform either does not support the save content state feature or it is not activated in the platform\'s settings or you are not logged in. Your notes cannot be saved!\"\n },\n {\n \"name\": \"copy\",\n \"type\": \"text\",\n \"label\": \"Text for \\\"Copy\\\" button\",\n \"importance\": \"low\",\n \"default\": \"Copy\"\n },\n {\n \"name\": \"copyToClipboardSuccess\",\n \"type\": \"text\",\n \"label\": \"Notes copied to clipboard\",\n \"importance\": \"low\",\n \"default\": \"Notes copied to clipboard\"\n },\n {\n \"name\": \"copyToClipboardError\",\n \"type\": \"text\",\n \"label\": \"Notes could not be copied to clipboard\",\n \"importance\": \"low\",\n \"default\": \"Notes could not be copied to clipboard\"\n }\n ]\n },\n {\n \"name\": \"a11y\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"Readspeaker\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"buttonFullscreenEnter\",\n \"type\": \"text\",\n \"label\": \"Fullscreen button title (enter)\",\n \"importance\": \"low\",\n \"default\": \"Enter fullscreen mode\"\n },\n {\n \"name\": \"buttonFullscreenExit\",\n \"type\": \"text\",\n \"label\": \"Fullscreen button title (exit)\",\n \"importance\": \"low\",\n \"default\": \"Exit fullscreen mode\"\n },\n {\n \"name\": \"buttonToggleOpenNotes\",\n \"type\": \"text\",\n \"label\": \"Toggle button title (when notes closed)\",\n \"importance\": \"low\",\n \"default\": \"Open notes\"\n },\n {\n \"name\": \"buttonToggleCloseNotes\",\n \"type\": \"text\",\n \"label\": \"Toggle button title (when notes opened)\",\n \"importance\": \"low\",\n \"default\": \"Close notes\"\n },\n {\n \"name\": \"notesOpened\",\n \"type\": \"text\",\n \"label\": \"Notes opened\",\n \"importance\": \"low\",\n \"default\": \"The view has switched to your notes.\"\n },\n {\n \"name\": \"notesClosed\",\n \"type\": \"text\",\n \"label\": \"Notes closed\",\n \"importance\": \"low\",\n \"default\": \"The view has switched to the exercise.\"\n },\n {\n \"name\": \"notesSaved\",\n \"type\": \"text\",\n \"label\": \"Notes saved\",\n \"importance\": \"low\",\n \"default\": \"The notes were saved to the platform.\"\n },\n {\n \"name\": \"notesHide\",\n \"type\": \"text\",\n \"label\": \"Hide notes\",\n \"importance\": \"low\",\n \"default\": \"Hide @label notes\",\n \"description\": \"@label is a placeholder and will be replaced with the respective label of the notes field.\"\n },\n {\n \"name\": \"notesShow\",\n \"type\": \"text\",\n \"label\": \"Show notes\",\n \"importance\": \"low\",\n \"default\": \"Show @label notes\",\n \"description\": \"@label is a placeholder and will be replaced with the respective label of the notes field.\"\n }\n ]\n }\n]\n',NULL,NULL,NULL,NULL,NULL,'https://h5p.org/node/1252534',1),(151,'H5PEditor.GameMap','H5PEditor.GameMap',1,1,6,0,0,'','dist/h5peditor-game-map.js','dist/h5peditor-game-map.css','','',NULL,1,12,NULL,NULL,NULL,1),(152,'H5P.GameMap','Game Map',1,2,10,1,0,'iframe','dist/h5p-game-map.js','dist/h5p-game-map.css','','[\n {\n \"name\": \"showTitleScreen\",\n \"label\": \"Show title screen\",\n \"description\": \"If checked, a title screen will show up when starting.\",\n \"type\": \"boolean\",\n \"default\": false,\n \"optional\": true\n },\n {\n \"name\": \"titleScreen\",\n \"label\": \"Title screen\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"titleScreenIntroduction\",\n \"label\": \"Introduction\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"placeholder\": \"Welcome to ...\",\n \"optional\": true,\n \"enterMode\": \"div\",\n \"tags\": [\n \"sub\",\n \"sup\",\n \"strong\",\n \"em\",\n \"p\",\n \"code\",\n \"u\",\n \"del\",\n \"a\",\n \"ul\",\n \"ol\",\n \"hr\",\n \"pre\",\n \"code\"\n ],\n \"font\": {\n \"size\": true,\n \"color\": true,\n \"background\": true\n },\n \"default\": \"<p style=\\\"text-align: center;\\\"></p>\"\n },\n {\n \"name\": \"titleScreenMedium\",\n \"label\": \"Title screen media\",\n \"type\": \"library\",\n \"optional\": true,\n \"options\": [\n \"H5P.Image 1.1\",\n \"H5P.Video 1.6\"\n ]\n }\n ],\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"showTitleScreen\",\n \"equals\": true\n }\n ]\n }\n },\n {\n \"name\": \"headline\",\n \"label\": \"Headline\",\n \"type\": \"text\",\n \"description\": \"Optional headline for the titlebar.\",\n \"optional\": true\n },\n {\n \"name\": \"gamemapSteps\",\n \"type\": \"group\",\n \"label\": \"Game map editor\",\n \"importance\": \"high\",\n \"widget\": \"wizard\",\n \"fields\": [\n {\n \"name\": \"backgroundImageSettings\",\n \"label\": \"Background image\",\n \"type\": \"group\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"backgroundImage\",\n \"type\": \"image\",\n \"label\": \"Background image\",\n \"importance\": \"high\",\n \"description\": \"Select an image to use as the background of the game map.\"\n },\n {\n \"name\": \"dummy\",\n \"type\": \"boolean\",\n \"label\": \"Dummy\",\n \"widget\": \"none\"\n }\n ]\n },\n {\n \"name\": \"gamemap\",\n \"label\": \"Game map\",\n \"type\": \"group\",\n \"importance\": \"high\",\n \"widget\": \"gamemap\",\n \"fields\": [\n {\n \"name\": \"dummy\",\n \"type\": \"boolean\",\n \"widget\": \"none\",\n \"optional\": true\n },\n {\n \"name\": \"elements\",\n \"type\": \"list\",\n \"label\": \"Elements\",\n \"importance\": \"high\",\n \"entity\": \"Element\",\n \"field\": {\n \"name\": \"elements\",\n \"type\": \"group\",\n \"label\": \"Elements\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"id\",\n \"type\": \"text\",\n \"label\": \"Id\",\n \"widget\": \"none\"\n },\n {\n \"name\": \"type\",\n \"type\": \"text\",\n \"label\": \"Type\",\n \"widget\": \"none\"\n },\n {\n \"name\": \"label\",\n \"type\": \"text\",\n \"label\": \"Stage label\",\n \"description\": \"This label will be displayed on top of your exercise and will help you to connect different stages with one another.\",\n \"importance\": \"medium\"\n },\n {\n \"name\": \"canBeStartStage\",\n \"type\": \"boolean\",\n \"label\": \"User can start here\",\n \"description\": \"If checked, this stage will be a stage that the user start at. If no stage or more than one stage can be the start stage, the starting stage will be chosen randomly.\",\n \"importance\": \"medium\",\n \"default\": false\n },\n {\n \"name\": \"time\",\n \"type\": \"group\",\n \"label\": \"Time limit\",\n \"description\": \"Define timer related settings.\",\n \"fields\": [\n {\n \"name\": \"timeLimit\",\n \"type\": \"number\",\n \"label\": \"Time limit\",\n \"description\": \"Optional time limit in seconds. If a user exceeds this time, the exercise will close, be reset, and the user will loose a life if lives are limited.\",\n \"min\": 1,\n \"optional\": true\n },\n {\n \"name\": \"timeoutWarning\",\n \"type\": \"number\",\n \"label\": \"Timeout warning time\",\n \"description\": \"Optionally set when a timeout warning audio should be played (number of remaining seconds). An audio needs to be set in the audio settings.\",\n \"min\": 1,\n \"optional\": true\n }\n ]\n },\n {\n \"name\": \"accessRestrictions\",\n \"type\": \"group\",\n \"label\": \"Access restrictions\",\n \"description\": \"Define restrictions for unlocking.\",\n \"fields\": [\n {\n \"name\": \"minScore\",\n \"type\": \"number\",\n \"label\": \"Minimum score to unlock\",\n \"description\": \"The user will not be able to unlock this stage if he has not received at least this minimum score by completing other stages. Please note that this setting will have no effect if \\\"free roaming\\\" is set in the behavioural settings.\",\n \"min\": 0,\n \"optional\": true\n },\n {\n \"name\": \"openOnScoreSufficient\",\n \"type\": \"boolean\",\n \"label\": \"Open once score sufficient\",\n \"description\": \"If there has been an attempt to unlock the stage with insufficient score, should the stage unlock automatically once the score becomes sufficient.\",\n \"default\": false,\n \"optional\": true\n }\n ]\n },\n {\n \"name\": \"contentType\",\n \"type\": \"library\",\n \"label\": \"Stage content\",\n \"description\": \"Choose the type of content you would like to add.\",\n \"importance\": \"high\",\n \"options\": [\n \"H5P.Accordion 1.0\",\n \"H5P.Agamotto 1.6\",\n \"H5P.Audio 1.5\",\n \"H5P.AudioRecorder 1.0\",\n \"H5P.CombinationLock 1.0\",\n \"H5P.CoursePresentation 1.25\",\n \"H5P.Dialogcards 1.9\",\n \"H5P.DragQuestion 1.14\",\n \"H5P.DragText 1.10\",\n \"H5P.Essay 1.5\",\n \"H5P.Blanks 1.14\",\n \"H5P.ImageHotspotQuestion 1.8\",\n \"H5P.Image 1.1\",\n \"H5P.MultiMediaChoice 0.3\",\n \"H5P.ImageHotspots 1.10\",\n \"H5P.ImageSlider 1.1\",\n \"H5P.InteractiveVideo 1.26\",\n \"H5P.MarkTheWords 1.11\",\n \"H5P.MemoryGame 1.3\",\n \"H5P.MultiChoice 1.16\",\n \"H5P.QuestionSet 1.20\",\n \"H5P.SingleChoiceSet 1.11\",\n \"H5P.Tabs 1.1\",\n \"H5P.AdvancedText 1.1\",\n \"H5P.Transcript 1.1\",\n \"H5P.TrueFalse 1.8\",\n \"H5P.Video 1.6\",\n \"H5P.XRay 0.1\"\n ]\n },\n {\n \"name\": \"specialStageType\",\n \"type\": \"select\",\n \"label\": \"Special stage type\",\n \"options\": [\n {\n \"value\": \"finish\",\n \"label\": \"Finish\"\n },\n {\n \"value\": \"extra-life\",\n \"label\": \"Extra life\"\n },\n {\n \"value\": \"extra-time\",\n \"label\": \"Extra time\"\n }\n ]\n },\n {\n \"name\": \"specialStageExtraLives\",\n \"type\": \"number\",\n \"label\": \"Number of extra lives\",\n \"description\": \"Set how many lives the user will get when entering this stage.\",\n \"default\": 1,\n \"min\": 1\n },\n {\n \"name\": \"specialStageExtraTime\",\n \"type\": \"number\",\n \"label\": \"Number of seconds of extra time\",\n \"description\": \"Set how many seceonds the user will gain for the global time limit when entering this stage.\",\n \"default\": 1,\n \"min\": 1\n },\n {\n \"name\": \"neighbors\",\n \"type\": \"select\",\n \"label\": \"Connected stages\",\n \"widget\": \"gamemapdynamiccheckboxes\",\n \"importance\": \"medium\",\n \"multiple\": true\n },\n {\n \"name\": \"telemetry\",\n \"type\": \"group\",\n \"label\": \"Telemetry\",\n \"importance\": \"low\",\n \"widget\": \"none\",\n \"fields\": [\n {\n \"name\": \"x\",\n \"type\": \"text\"\n },\n {\n \"name\": \"y\",\n \"type\": \"text\"\n },\n {\n \"name\": \"height\",\n \"type\": \"text\"\n },\n {\n \"name\": \"width\",\n \"type\": \"text\"\n }\n ]\n }\n ]\n }\n }\n ]\n }\n ]\n },\n {\n \"name\": \"endScreen\",\n \"label\": \"End screen\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"noSuccess\",\n \"label\": \"User not successful\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"endScreenTextNoSuccess\",\n \"label\": \"Message (user not successful)\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"placeholder\": \"You did not make it this time ...\",\n \"optional\": true,\n \"enterMode\": \"div\",\n \"tags\": [\n \"sub\",\n \"sup\",\n \"strong\",\n \"em\",\n \"p\",\n \"code\",\n \"u\",\n \"del\",\n \"a\",\n \"ul\",\n \"ol\",\n \"hr\",\n \"pre\",\n \"code\"\n ],\n \"font\": {\n \"size\": true,\n \"color\": true,\n \"background\": true\n },\n \"default\": \"<p style=\\\"text-align: center;\\\"></p>\"\n },\n {\n \"name\": \"endScreenMediumNoSuccess\",\n \"label\": \"End screen media (user not successful)\",\n \"type\": \"library\",\n \"optional\": true,\n \"options\": [\n \"H5P.Image 1.1\",\n \"H5P.Video 1.6\"\n ]\n }\n ]\n },\n {\n \"name\": \"success\",\n \"label\": \"User successful\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"endScreenTextSuccess\",\n \"label\": \"Message (user successful)\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"placeholder\": \"You made it ...\",\n \"optional\": true,\n \"enterMode\": \"div\",\n \"tags\": [\n \"sub\",\n \"sup\",\n \"strong\",\n \"em\",\n \"p\",\n \"code\",\n \"u\",\n \"del\",\n \"a\",\n \"ul\",\n \"ol\",\n \"hr\",\n \"pre\",\n \"code\"\n ],\n \"font\": {\n \"size\": true,\n \"color\": true,\n \"background\": true\n },\n \"default\": \"<p style=\\\"text-align: center;\\\"></p>\"\n },\n {\n \"name\": \"endScreenMediumSuccess\",\n \"label\": \"End screen media (user successful)\",\n \"type\": \"library\",\n \"optional\": true,\n \"options\": [\n \"H5P.Image 1.1\",\n \"H5P.Video 1.6\"\n ]\n }\n ]\n },\n {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"label\": \"Overall Feedback\",\n \"importance\": \"low\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"overallFeedback\",\n \"type\": \"list\",\n \"widgets\": [\n {\n \"name\": \"RangeList\",\n \"label\": \"Default\"\n }\n ],\n \"importance\": \"high\",\n \"label\": \"Define custom feedback for any score range\",\n \"description\": \"Click the \\\"Add range\\\" button to add as many ranges as you need. Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!\",\n \"entity\": \"range\",\n \"min\": 1,\n \"defaultNum\": 1,\n \"optional\": true,\n \"field\": {\n \"name\": \"overallFeedback\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"from\",\n \"type\": \"number\",\n \"label\": \"Score Range\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 0,\n \"unit\": \"%\"\n },\n {\n \"name\": \"to\",\n \"type\": \"number\",\n \"min\": 0,\n \"max\": 100,\n \"default\": 100,\n \"unit\": \"%\"\n },\n {\n \"name\": \"feedback\",\n \"type\": \"text\",\n \"label\": \"Feedback for defined score range\",\n \"importance\": \"low\",\n \"placeholder\": \"Fill in the feedback\",\n \"optional\": true\n }\n ]\n }\n }\n ]\n }\n ]\n },\n {\n \"name\": \"visual\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"label\": \"Visual settings\",\n \"fields\": [\n {\n \"name\": \"stages\",\n \"type\": \"group\",\n \"label\": \"Stages\",\n \"importance\": \"low\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"colorStage\",\n \"type\": \"text\",\n \"label\": \"Color not visited stage\",\n \"optional\": true,\n \"default\": \"rgba(250, 223, 10, 0.7)\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showInitial\": true,\n \"showAlpha\": true,\n \"preferredFormat\": \"rgb\"\n }\n },\n {\n \"name\": \"colorStageLocked\",\n \"type\": \"text\",\n \"label\": \"Color locked stage\",\n \"optional\": true,\n \"default\": \"rgba(153, 0, 0, 0.7)\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showInitial\": true,\n \"showAlpha\": true,\n \"preferredFormat\": \"rgb\"\n }\n },\n {\n \"name\": \"colorStageCleared\",\n \"type\": \"text\",\n \"label\": \"Color cleared stage\",\n \"optional\": true,\n \"default\": \"rgba(0, 130, 0, 0.7)\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showInitial\": true,\n \"showAlpha\": true,\n \"preferredFormat\": \"rgb\"\n }\n }\n ]\n },\n {\n \"name\": \"paths\",\n \"type\": \"group\",\n \"label\": \"Paths\",\n \"importance\": \"low\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"displayPaths\",\n \"type\": \"boolean\",\n \"label\": \"Display paths\",\n \"description\": \"Choose whether paths will be displayed on the map. Please note: The paths are always visible in the editor.\",\n \"optional\": true,\n \"default\": true\n },\n {\n \"name\": \"style\",\n \"type\": \"group\",\n \"label\": \"Style\",\n \"importance\": \"low\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"colorPath\",\n \"type\": \"text\",\n \"label\": \"Color path\",\n \"optional\": true,\n \"default\": \"rgba(0, 0, 0, 0.7)\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showInitial\": true,\n \"showAlpha\": true,\n \"preferredFormat\": \"rgb\"\n }\n },\n {\n \"name\": \"colorPathCleared\",\n \"type\": \"text\",\n \"label\": \"Color path cleared\",\n \"optional\": true,\n \"default\": \"rgba(0, 130, 0, 0.7)\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true,\n \"showInitial\": true,\n \"showAlpha\": true,\n \"preferredFormat\": \"rgb\"\n }\n },\n {\n \"name\": \"pathWidth\",\n \"type\": \"select\",\n \"label\": \"Path width\",\n \"importance\": \"low\",\n \"default\": \"0.2\",\n \"optional\": false,\n \"options\": [\n {\n \"value\": \"0.1\",\n \"label\": \"thin\"\n },\n {\n \"value\": \"0.2\",\n \"label\": \"medium\"\n },\n {\n \"value\": \"0.3\",\n \"label\": \"thick\"\n }\n ]\n },\n {\n \"name\": \"pathStyle\",\n \"type\": \"select\",\n \"label\": \"Path style\",\n \"importance\": \"low\",\n \"default\": \"dotted\",\n \"optional\": false,\n \"options\": [\n {\n \"value\": \"solid\",\n \"label\": \"Solid\"\n },\n {\n \"value\": \"dotted\",\n \"label\": \"Dotted\"\n },\n {\n \"value\": \"dashed\",\n \"label\": \"Dashed\"\n },\n {\n \"value\": \"double\",\n \"label\": \"Double\"\n }\n ]\n }\n ]\n }\n ]\n },\n {\n \"name\": \"misc\",\n \"type\": \"group\",\n \"label\": \"Miscellaneous\",\n \"collapsed\": true,\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"useAnimation\",\n \"type\": \"boolean\",\n \"label\": \"Animate map\",\n \"description\": \"Decide if the map should be animated. Even if you set this option, the content type will honor the users\' browser setting if they prefer reduced motion.\",\n \"default\": true\n },\n {\n \"name\": \"dummy\",\n \"type\": \"boolean\",\n \"label\": \"Dummy\",\n \"widget\": \"none\"\n }\n ]\n }\n ]\n },\n {\n \"name\": \"audio\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"label\": \"Audio settings\",\n \"fields\": [\n {\n \"name\": \"backgroundMusic\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"label\": \"Background music\",\n \"fields\": [\n {\n \"name\": \"music\",\n \"type\": \"audio\",\n \"label\": \"Background music\",\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"name\": \"muteDuringExercise\",\n \"type\": \"boolean\",\n \"label\": \"Mute when taking exercises\",\n \"default\": true,\n \"optional\": true\n }\n ]\n },\n {\n \"name\": \"ambient\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"label\": \"Events\",\n \"fields\": [\n {\n \"name\": \"clickStageLocked\",\n \"type\": \"audio\",\n \"label\": \"Click on locked stage\",\n \"description\": \"Will be played on the map when clicking on a locked stage.\",\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"name\": \"checkExerciseNotFullScore\",\n \"type\": \"audio\",\n \"label\": \"Check exercise (not full score)\",\n \"description\": \"Will be played when an answer is checked and the user did not get full score.\",\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"name\": \"checkExerciseFullScore\",\n \"type\": \"audio\",\n \"label\": \"Check exercise (full score)\",\n \"description\": \"Will be played when an answer is checked and the user did get full score.\",\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"name\": \"unlockStage\",\n \"type\": \"audio\",\n \"label\": \"Unlocking a stage\",\n \"description\": \"Will be played on the map when a stage gets unlocked.\",\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"name\": \"openExercise\",\n \"type\": \"audio\",\n \"label\": \"Open exercise\",\n \"description\": \"Will be played when an exercise is opened.\",\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"name\": \"closeExercise\",\n \"type\": \"audio\",\n \"label\": \"Close exercise\",\n \"description\": \"Will be played when an exercise is closed.\",\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"name\": \"showDialog\",\n \"type\": \"audio\",\n \"label\": \"Show dialog\",\n \"description\": \"Will be played when a confirmation dialog is shown.\",\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"name\": \"fullScore\",\n \"type\": \"audio\",\n \"label\": \"Full score\",\n \"description\": \"Will be played when the user reaches full score for the map.\",\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"name\": \"lostLife\",\n \"type\": \"audio\",\n \"label\": \"Lost a life\",\n \"description\": \"Will be played when the user loses a life.\",\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"name\": \"gainedLife\",\n \"type\": \"audio\",\n \"label\": \"Gained life\",\n \"description\": \"Will be played when the user gains a life.\",\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"name\": \"gameOver\",\n \"type\": \"audio\",\n \"label\": \"Game over\",\n \"description\": \"Will be played when the user is game over.\",\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"name\": \"extraTime\",\n \"type\": \"audio\",\n \"label\": \"Gained extra time\",\n \"description\": \"Will be played when the user gains extra time.\",\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"name\": \"timeoutWarning\",\n \"type\": \"audio\",\n \"label\": \"Timeout warning\",\n \"description\": \"Will be played when the user is running out of time for an exercise or if the global time runs out.\",\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"name\": \"endscreenNoSuccess\",\n \"type\": \"audio\",\n \"label\": \"End screen (not full score)\",\n \"description\": \"Will be played on the end screen if the user did not get full score.\",\n \"importance\": \"low\",\n \"optional\": true\n },\n {\n \"name\": \"endscreenSuccess\",\n \"type\": \"audio\",\n \"label\": \"End screen (full score)\",\n \"description\": \"Will be played on the end screen if the user got full score.\",\n \"importance\": \"low\",\n \"optional\": true\n }\n ]\n }\n ]\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"importance\": \"low\",\n \"label\": \"Behavioural settings\",\n \"fields\": [\n {\n \"name\": \"lives\",\n \"label\": \"Lives\",\n \"description\": \"Set the number of lives for a user or leave empty for unlimited lives. Users will lose a life when they do not get full score and they cannot continue once all lives are lost.\",\n \"type\": \"number\",\n \"importance\": \"low\",\n \"min\": 1,\n \"optional\": true\n },\n {\n \"name\": \"timeLimitGlobal\",\n \"type\": \"number\",\n \"label\": \"Global time limit\",\n \"description\": \"Optional time limit in seconds for the whole game. If a user exceeds this time, the game will be over immediately.\",\n \"min\": 1,\n \"optional\": true\n },\n {\n \"name\": \"timeoutWarningGlobal\",\n \"type\": \"number\",\n \"label\": \"Timeout warning time\",\n \"description\": \"Optionally set when a timeout warning audio should be played (number of remaining seconds). An audio needs to be set in the audio settings.\",\n \"min\": 1,\n \"optional\": true\n },\n {\n \"name\": \"finishScore\",\n \"type\": \"number\",\n \"label\": \"Finish score\",\n \"description\": \"Optional score that can be lower than the summed maximum score of all exercises, so users can receive full score without completing all exercises.\",\n \"min\": 0,\n \"optional\": true\n },\n {\n \"name\": \"enableRetry\",\n \"label\": \"Enable \\\"Retry\\\" button\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"enableSolutionsButton\",\n \"label\": \"Enable \\\"Show solutions\\\" button\",\n \"type\": \"boolean\",\n \"importance\": \"low\",\n \"default\": true,\n \"optional\": true\n },\n {\n \"name\": \"map\",\n \"type\": \"group\",\n \"label\": \"Map\",\n \"fields\": [\n {\n \"name\": \"showLabels\",\n \"type\": \"boolean\",\n \"label\": \"Show stage labels\",\n \"description\": \"Choose whether a stage\'s label will be shown on hovering a stage with the mouse. The label will not show on touch devices.\",\n \"default\": true\n },\n {\n \"name\": \"roaming\",\n \"type\": \"select\",\n \"label\": \"Roaming\",\n \"description\": \"Choose whether users can roam all stages freely, need to finish a stage to get access to that stage\'s neighbors, or need to pass a stage to get access to that stage\'s neigbors.\",\n \"options\": [\n {\n \"value\": \"free\",\n \"label\": \"Roam freely\"\n },\n {\n \"value\": \"complete\",\n \"label\": \"Complete to clear stage\"\n },\n {\n \"value\": \"success\",\n \"label\": \"Succeed to clear stage\"\n }\n ],\n \"default\": \"free\"\n },\n {\n \"name\": \"fog\",\n \"type\": \"select\",\n \"label\": \"Visibility range\",\n \"description\": \"Select how far the user can see ahead\",\n \"optional\": true,\n \"options\": [\n {\n \"value\": \"all\",\n \"label\": \"See all stages\"\n },\n {\n \"value\": \"1\",\n \"label\": \"See all unlocked stages and their adjacent neighbors\"\n },\n {\n \"value\": \"0\",\n \"label\": \"See only unlocked stages\"\n }\n ],\n \"default\": \"all\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"nullWhenHidden\": true,\n \"rules\": [\n {\n \"field\": \"roaming\",\n \"equals\": [\n \"complete\",\n \"success\"\n ]\n }\n ]\n }\n }\n ]\n }\n ]\n },\n {\n \"name\": \"l10n\",\n \"type\": \"group\",\n \"label\": \"User interface\",\n \"common\": true,\n \"fields\": [\n {\n \"name\": \"start\",\n \"type\": \"text\",\n \"label\": \"Start\",\n \"default\": \"Start\"\n },\n {\n \"name\": \"continue\",\n \"type\": \"text\",\n \"label\": \"Continue\",\n \"default\": \"Continue\"\n },\n {\n \"name\": \"restart\",\n \"type\": \"text\",\n \"label\": \"Restart\",\n \"default\": \"Restart\"\n },\n {\n \"name\": \"showSolutions\",\n \"type\": \"text\",\n \"label\": \"Show solutions\",\n \"default\": \"Show solutions\"\n },\n {\n \"name\": \"completedMap\",\n \"type\": \"text\",\n \"label\": \"Completed the map\",\n \"default\": \"You have completed the map!\"\n },\n {\n \"name\": \"fullScoreButnoLivesLeft\",\n \"type\": \"text\",\n \"label\": \"Full score, but no lives left\",\n \"default\": \"You have achieved full score, but lost all your lifes!\"\n },\n {\n \"name\": \"fullScoreButTimeout\",\n \"type\": \"text\",\n \"label\": \"Full score, but timed out\",\n \"default\": \"You have achieved full score, but ran out of time!\"\n },\n {\n \"name\": \"confirmFinishHeader\",\n \"type\": \"text\",\n \"label\": \"Dialog header finish map\",\n \"default\": \"Finish map?\"\n },\n {\n \"name\": \"confirmFinishDialog\",\n \"type\": \"text\",\n \"label\": \"Dialog text finish map: General\",\n \"default\": \"If you finish now, you will not be able to explore the map any longer.\"\n },\n {\n \"name\": \"confirmFinishDialogSubmission\",\n \"type\": \"text\",\n \"label\": \"Dialog text finish map: Submission\",\n \"default\": \"Your score will be submitted.\"\n },\n {\n \"name\": \"confirmFinishDialogQuestion\",\n \"type\": \"text\",\n \"label\": \"Dialog text finish map: Question\",\n \"default\": \"Do you really want to finish the map?\"\n },\n {\n \"name\": \"confirmAccessDeniedHeader\",\n \"type\": \"text\",\n \"label\": \"Dialog header access denied\",\n \"default\": \"Stage locked\"\n },\n {\n \"name\": \"confirmAccessDeniedDialog\",\n \"type\": \"text\",\n \"label\": \"Dialog text access denied: General\",\n \"default\": \"This stage requires you to meet some goals before it can be opened.\"\n },\n {\n \"name\": \"confirmAccessDeniedMinScore\",\n \"type\": \"text\",\n \"label\": \"Dialog text access denied: Minimum score\",\n \"description\": \"@minscore is a placeholder and will be replaced with the respective value.\",\n \"default\": \"You need at least a certain number of points: @minscore\"\n },\n {\n \"name\": \"yes\",\n \"type\": \"text\",\n \"label\": \"Yes\",\n \"default\": \"Yes\"\n },\n {\n \"name\": \"no\",\n \"type\": \"text\",\n \"label\": \"No\",\n \"default\": \"No\"\n },\n {\n \"name\": \"confirmGameOverHeader\",\n \"type\": \"text\",\n \"label\": \"Dialog header game over\",\n \"default\": \"Game over!\"\n },\n {\n \"name\": \"confirmGameOverDialog\",\n \"type\": \"text\",\n \"label\": \"Dialog text game over\",\n \"default\": \"You have lost all your lives. Please try again!\"\n },\n {\n \"name\": \"confirmGameOverDialogTimeout\",\n \"type\": \"text\",\n \"label\": \"Dialog text game over by timeout\",\n \"default\": \"You have run out of time. Please try again!\"\n },\n {\n \"name\": \"confirmTimeoutHeader\",\n \"type\": \"text\",\n \"label\": \"Dialog header time out\",\n \"default\": \"Time out!\"\n },\n {\n \"name\": \"confirmTimeoutDialog\",\n \"type\": \"text\",\n \"label\": \"Dialog text time out\",\n \"default\": \"You ran out of time.\"\n },\n {\n \"name\": \"confirmTimeoutDialogLostLife\",\n \"type\": \"text\",\n \"label\": \"Dialog text time out (lost a life)\",\n \"default\": \"You ran out of time and lost a life.\"\n },\n {\n \"name\": \"confirmScoreIncompleteHeader\",\n \"type\": \"text\",\n \"label\": \"Dialog header score incomplete\",\n \"default\": \"Not full score!\"\n },\n {\n \"name\": \"confirmIncompleteScoreDialogLostLife\",\n \"type\": \"text\",\n \"label\": \"Dialog text score incomplete (lost a life)\",\n \"default\": \"You did not achieve full score and lost a life.\"\n },\n {\n \"name\": \"confirmFullScoreHeader\",\n \"type\": \"text\",\n \"label\": \"Dialog header full score\",\n \"default\": \"You achieved full score!\"\n },\n {\n \"name\": \"confirmFullScoreDialog\",\n \"type\": \"text\",\n \"label\": \"Dialog text full score\",\n \"default\": \"You have collected enough points to finish this map with a full score, but you are free to explore the rest if you wish to.\"\n },\n {\n \"name\": \"confirmFullScoreDialogLoseLivesAmendmend\",\n \"type\": \"text\",\n \"label\": \"Dialog text full score (amendment, if lives are set)\",\n \"default\": \"But beware! You may still lose lives!\"\n },\n {\n \"name\": \"ok\",\n \"type\": \"text\",\n \"label\": \"OK\",\n \"default\": \"OK\"\n },\n {\n \"name\": \"noBackground\",\n \"type\": \"text\",\n \"label\": \"No background image was set\",\n \"default\": \"No background image was set for the map.\"\n },\n {\n \"name\": \"noStages\",\n \"type\": \"text\",\n \"label\": \"No stages were set\",\n \"default\": \"No valid stages were set for the map.\"\n }\n ]\n },\n {\n \"name\": \"a11y\",\n \"type\": \"group\",\n \"label\": \"Accessibility texts\",\n \"common\": true,\n \"fields\": [\n {\n \"name\": \"buttonFinish\",\n \"type\": \"text\",\n \"label\": \"Finish\",\n \"default\": \"Finish the map\"\n },\n {\n \"name\": \"buttonAudioActive\",\n \"type\": \"text\",\n \"label\": \"Audio button (unmuted)\",\n \"default\": \"Mute audio. Currently unmuted.\"\n },\n {\n \"name\": \"buttonAudioInactive\",\n \"type\": \"text\",\n \"label\": \"Audio button (muted)\",\n \"default\": \"Unmute audio. Currently muted.\"\n },\n {\n \"name\": \"close\",\n \"type\": \"text\",\n \"label\": \"Close\",\n \"default\": \"Close\"\n },\n {\n \"name\": \"yourResult\",\n \"type\": \"text\",\n \"label\": \"Your result\",\n \"description\": \"@score will be replaced by the number of points. @total will be replaced by the maximum possible points.\",\n \"importance\": \"low\",\n \"default\": \"You got @score out of @total points\"\n },\n {\n \"name\": \"mapWasOpened\",\n \"type\": \"text\",\n \"label\": \"Map was opened\",\n \"importance\": \"low\",\n \"default\": \"The map was opened.\"\n },\n {\n \"name\": \"mapSolutionsWasOpened\",\n \"type\": \"text\",\n \"label\": \"Map was opened (solutions mode)\",\n \"importance\": \"low\",\n \"default\": \"The map was opened in solutions mode.\"\n },\n {\n \"name\": \"startScreenWasOpened\",\n \"type\": \"text\",\n \"label\": \"Title screen was opened\",\n \"importance\": \"low\",\n \"default\": \"The title screen was opened.\"\n },\n {\n \"name\": \"endScreenWasOpened\",\n \"type\": \"text\",\n \"label\": \"End screen was opened\",\n \"importance\": \"low\",\n \"default\": \"The end screen was opened.\"\n },\n {\n \"name\": \"exerciseLabel\",\n \"type\": \"text\",\n \"label\": \"Exercise label\",\n \"description\": \"@stagelabel is a placeholder and will be replaced with the respective stage label.\",\n \"importance\": \"low\",\n \"default\": \". Exercise for @stagelabel\"\n },\n {\n \"name\": \"stageButtonLabel\",\n \"type\": \"text\",\n \"label\": \"Stage button label\",\n \"description\": \"@stagelabel is a placeholder and will be replaced with the respective stage label.\",\n \"importance\": \"low\",\n \"default\": \"Stage: @stagelabel\"\n },\n {\n \"name\": \"adjacentStageLabel\",\n \"type\": \"text\",\n \"label\": \"adjacent stage label\",\n \"description\": \"@stagelabelOrigin and @stagelabelNeighbor are placeholders and will be replaced with the respective stage labels.\",\n \"importance\": \"low\",\n \"default\": \"Adjacent stage of @stagelabelOrigin: @stagelabelNeighbor\"\n },\n {\n \"name\": \"locked\",\n \"type\": \"text\",\n \"label\": \"Locked\",\n \"importance\": \"low\",\n \"default\": \"Locked\"\n },\n {\n \"name\": \"cleared\",\n \"type\": \"text\",\n \"label\": \"Cleared\",\n \"importance\": \"low\",\n \"default\": \"Cleared\"\n },\n {\n \"name\": \"applicationInstructions\",\n \"type\": \"text\",\n \"label\": \"Description of map navigation\",\n \"importance\": \"low\",\n \"default\": \"Use space or enter key to activate current stage. Use arrow keys to select adjacent stage. Use space or enter key on adjacent stage to navigate there.\"\n },\n {\n \"name\": \"applicationDescription\",\n \"type\": \"text\",\n \"label\": \"Description of map\",\n \"importance\": \"low\",\n \"default\": \"Map\"\n },\n {\n \"name\": \"movedToStage\",\n \"type\": \"text\",\n \"label\": \"Moved to stage\",\n \"description\": \"@stagelabel is a placeholder and will be replaced with the respective stage label.\",\n \"importance\": \"low\",\n \"default\": \"Moved to @stagelabel\"\n },\n {\n \"name\": \"stageUnlocked\",\n \"type\": \"text\",\n \"label\": \"Unlocked stage\",\n \"description\": \"@stagelabel is a placeholder and will be replaced with the respective stage label.\",\n \"importance\": \"low\",\n \"default\": \"Stage @stagelabel was unlocked.\"\n },\n {\n \"name\": \"toolbarFallbackLabel\",\n \"type\": \"text\",\n \"label\": \"Toolbar fallback label\",\n \"importance\": \"low\",\n \"default\": \"Game Map\"\n },\n {\n \"name\": \"enterFullscreen\",\n \"type\": \"text\",\n \"label\": \"Enter fullscreen\",\n \"importance\": \"low\",\n \"default\": \"Enter fullscreen mode\"\n },\n {\n \"name\": \"exitFullscreen\",\n \"type\": \"text\",\n \"label\": \"Exit fullscreen\",\n \"importance\": \"low\",\n \"default\": \"Exit fullscreen mode\"\n }\n ]\n }\n]',NULL,NULL,NULL,NULL,NULL,'https://h5p.org/content-types/game-map',1),(153,'H5P.ImageJuxtaposition','Image Juxtaposition',1,5,4,1,1,'iframe','dist/h5p-image-juxtaposition.js','dist/h5p-image-juxtaposition.css','','[\n {\n \"name\": \"taskDescription\",\n \"label\": \"Task description\",\n \"importance\": \"high\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"description\": \"Put the heading/instructions you\'d like to show above the before/after image here.\",\n \"placeholder\": \"Here you can add an optional heading and/or instructions.\",\n \"enterMode\": \"div\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"u\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ],\n \"optional\": true\n },\n {\n \"name\": \"imageBefore\",\n \"type\": \"group\",\n \"label\": \"First image\",\n \"importance\": \"high\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"imageBefore\",\n \"label\": \"First image\",\n \"importance\": \"low\",\n \"type\": \"library\",\n \"options\": [\n \"H5P.Image 1.1\"\n ],\n \"optional\": false,\n \"description\": \"The first image. Please make sure that it has the same size as the second image.\"\n },\n {\n \"name\": \"labelBefore\",\n \"label\": \"Label for first image\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"optional\": true,\n \"description\": \"Label to put over first image\"\n }\n ]\n },\n {\n \"name\": \"imageAfter\",\n \"type\": \"group\",\n \"label\": \"Second image\",\n \"importance\": \"high\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"imageAfter\",\n \"label\": \"Second image\",\n \"importance\": \"low\",\n \"type\": \"library\",\n \"options\": [\n \"H5P.Image 1.1\"\n ],\n \"optional\": false,\n \"description\": \"The second image. Please make sure that it has the same size as the first image.\"\n },\n {\n \"name\": \"labelAfter\",\n \"label\": \"Label for second image\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"optional\": true,\n \"description\": \"Label to put over second image\"\n }\n ]\n },\n {\n \"name\": \"behavior\",\n \"type\": \"group\",\n \"label\": \"Behavioral settings\",\n \"importance\": \"low\",\n \"description\": \"These options will let you set some details\",\n \"optional\": true,\n \"fields\": [\n {\n \"name\": \"startingPosition\",\n \"type\": \"number\",\n \"label\": \"Slider start position in %\",\n \"description\": \"Sets the start position of the slider\",\n \"default\": 50,\n \"min\": 0,\n \"max\": 100,\n \"optional\": false\n },\n {\n \"name\": \"sliderOrientation\",\n \"type\": \"select\",\n \"label\": \"Slider orientation\",\n \"description\": \"Horizontal will move left and right, vertical will move up and down.\",\n \"options\": [\n {\n \"value\": \"horizontal\",\n \"label\": \"Horizontal\"\n },\n {\n \"value\": \"vertical\",\n \"label\": \"Vertical\"\n }\n ],\n \"default\": \"horizontal\"\n },\n {\n \"name\": \"sliderColor\",\n \"type\": \"text\",\n \"label\": \"Slider color\",\n \"importance\": \"medium\",\n \"optional\": true,\n \"default\": \"#f3f3f3\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true\n }\n }\n ]\n },\n {\n \"name\": \"a11y\",\n \"type\": \"group\",\n \"label\": \"Accessibility texts\",\n \"common\": true,\n \"fields\": [\n {\n \"name\": \"imageVisibleMessage\",\n \"type\": \"text\",\n \"label\": \"Image visible message\",\n \"default\": \"Image @percentage % visible\",\n \"description\": \"@percentage is a placeholder and will be replaced with the respective value.\"\n },\n {\n \"name\": \"Dummy\",\n \"type\": \"text\",\n \"label\": \"Dummy\",\n \"widget\": \"none\"\n }\n ]\n }\n]\n',NULL,1,15,NULL,NULL,'https://h5p.org/image-juxtaposition',1),(154,'H5P.Agamotto','Agamotto',1,6,8,1,0,'iframe','dist/h5p-agamotto.js','dist/h5p-agamotto.css','','[\n {\n \"name\": \"title\",\n \"label\": \"Heading\",\n \"importance\": \"high\",\n \"type\": \"text\",\n \"optional\": true,\n \"placeholder\": \"Here you can add an optional heading.\",\n \"description\": \"The heading you\'d like to show above the image\"\n },\n {\n \"name\": \"items\",\n \"type\": \"list\",\n \"label\": \"Items\",\n \"entity\": \"item\",\n \"widgets\": [\n {\n \"name\": \"VerticalTabs\",\n \"label\": \"Default\"\n }\n ],\n \"importance\": \"medium\",\n \"min\": 2,\n \"max\": 50,\n \"field\": {\n \"name\": \"item\",\n \"type\": \"group\",\n \"label\": \"Item\",\n \"importance\": \"low\",\n \"expanded\": true,\n \"fields\": [\n {\n \"name\": \"image\",\n \"type\": \"library\",\n \"label\": \"Image\",\n \"importance\": \"low\",\n \"options\": [\n \"H5P.Image 1.1\"\n ],\n \"optional\": false\n },\n {\n \"name\": \"labelText\",\n \"label\": \"Label\",\n \"importance\": \"low\",\n \"type\": \"text\",\n \"optional\": true,\n \"description\": \"Optional label for a tick. Please make sure it\'s not too long, or it will be hidden.\"\n },\n {\n \"name\": \"description\",\n \"type\": \"text\",\n \"importance\": \"low\",\n \"widget\": \"html\",\n \"label\": \"Description\",\n \"optional\": true,\n \"placeholder\": \"My image description ...\",\n \"description\": \"Optional description for the image\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"sub\",\n \"sup\",\n \"h3\",\n \"h4\",\n \"ul\",\n \"ol\",\n \"a\",\n \"pre\",\n \"code\"\n ]\n },\n {\n \"name\": \"audio\",\n \"type\": \"audio\",\n \"importance\": \"low\",\n \"label\": \"Audio\",\n \"description\": \"Optional audio that plays when an image is shown.\",\n \"optional\": true,\n \"widgetExtensions\": [\n \"AudioRecorder\"\n ]\n }\n ]\n }\n },\n {\n \"name\": \"behaviour\",\n \"type\": \"group\",\n \"label\": \"Behavioural settings\",\n \"importance\": \"low\",\n \"description\": \"These options will let you control how the task behaves.\",\n \"fields\": [\n {\n \"name\": \"startImage\",\n \"importance\": \"medium\",\n \"type\": \"number\",\n \"label\": \"Start image\",\n \"description\": \"Set the number of the image to start with.\",\n \"default\": 1,\n \"min\": 1,\n \"max\": 50\n },\n {\n \"name\": \"snap\",\n \"importance\": \"medium\",\n \"type\": \"boolean\",\n \"label\": \"Snap slider\",\n \"description\": \"If activated, the slider will snap to an image\'s position.\",\n \"default\": true\n },\n {\n \"name\": \"ticks\",\n \"importance\": \"medium\",\n \"type\": \"boolean\",\n \"label\": \"Display tick marks\",\n \"description\": \"If activated, the slider bar will display a tick mark for each image.\",\n \"default\": false\n },\n {\n \"name\": \"labels\",\n \"importance\": \"medium\",\n \"type\": \"boolean\",\n \"label\": \"Display labels\",\n \"description\": \"If activated, the slider bar will display a label instead of/in addition to tick marks.\",\n \"default\": false\n },\n {\n \"name\": \"transparencyReplacementColor\",\n \"importance\": \"medium\",\n \"type\": \"text\",\n \"label\": \"Transparency Replacement Color\",\n \"description\": \"Set the color that will replace transparent areas of the images.\",\n \"optional\": true,\n \"default\": \"#000000\",\n \"widget\": \"colorSelector\",\n \"spectrum\": {\n \"showInput\": true\n }\n },\n {\n \"name\": \"imagesDescriptionsRatio\",\n \"importance\": \"medium\",\n \"type\": \"number\",\n \"label\": \"Image space in fullscreen mode\",\n \"description\": \"If you have descriptions in addition to the images, set the the percentage of space that the images should use in fullscreen mode.\",\n \"default\": 70,\n \"min\": 50,\n \"max\": 100\n }\n ]\n },\n {\n \"name\": \"a11y\",\n \"type\": \"group\",\n \"common\": true,\n \"label\": \"Readspeaker\",\n \"importance\": \"low\",\n \"fields\": [\n {\n \"name\": \"image\",\n \"type\": \"text\",\n \"label\": \"Image\",\n \"importance\": \"low\",\n \"default\": \"Image\"\n },\n {\n \"name\": \"imageSlider\",\n \"type\": \"text\",\n \"label\": \"Image Slider\",\n \"importance\": \"low\",\n \"default\": \"Image Slider\"\n },\n {\n \"name\": \"mute\",\n \"type\": \"text\",\n \"label\": \"Mute title\",\n \"importance\": \"low\",\n \"default\": \"Mute, currently unmuted\"\n },\n {\n \"name\": \"unmute\",\n \"type\": \"text\",\n \"label\": \"Unmute title\",\n \"importance\": \"low\",\n \"default\": \"Unmute, currently muted\"\n },\n {\n \"name\": \"buttonFullscreenEnter\",\n \"type\": \"text\",\n \"label\": \"Title for fullscreen button (enter)\",\n \"importance\": \"low\",\n \"default\": \"Enter fullscreen mode\"\n },\n {\n \"name\": \"buttonFullscreenExit\",\n \"type\": \"text\",\n \"label\": \"Title for fullscreen button (exit)\",\n \"importance\": \"low\",\n \"default\": \"Exit fullscreen mode\"\n }\n ]\n }\n]\n',NULL,1,19,NULL,'https://h5p.org/agamotto-tutorial','https://h5p.org/node/79243',1); /*!40000 ALTER TABLE `mdl_h5p_libraries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_h5p_libraries_cachedassets` -- DROP TABLE IF EXISTS `mdl_h5p_libraries_cachedassets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_h5p_libraries_cachedassets` ( `id` bigint NOT NULL AUTO_INCREMENT, `libraryid` bigint NOT NULL, `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `mdl_h5plibrcach_lib_ix` (`libraryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='H5P cached library assets'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_h5p_libraries_cachedassets` -- LOCK TABLES `mdl_h5p_libraries_cachedassets` WRITE; /*!40000 ALTER TABLE `mdl_h5p_libraries_cachedassets` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_h5p_libraries_cachedassets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_h5p_library_dependencies` -- DROP TABLE IF EXISTS `mdl_h5p_library_dependencies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_h5p_library_dependencies` ( `id` bigint NOT NULL AUTO_INCREMENT, `libraryid` bigint NOT NULL, `requiredlibraryid` bigint NOT NULL, `dependencytype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `mdl_h5plibrdepe_lib_ix` (`libraryid`), KEY `mdl_h5plibrdepe_req_ix` (`requiredlibraryid`) ) ENGINE=InnoDB AUTO_INCREMENT=788 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores H5P library dependencies'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_h5p_library_dependencies` -- LOCK TABLES `mdl_h5p_library_dependencies` WRITE; /*!40000 ALTER TABLE `mdl_h5p_library_dependencies` DISABLE KEYS */; INSERT INTO `mdl_h5p_library_dependencies` VALUES (1,2,1,'preloaded'),(9,11,12,'editor'),(29,22,1,'preloaded'),(30,22,7,'preloaded'),(31,22,15,'preloaded'),(32,22,48,'editor'),(33,22,5,'editor'),(37,24,1,'preloaded'),(38,24,7,'preloaded'),(55,30,1,'preloaded'),(56,30,6,'preloaded'),(84,32,49,'preloaded'),(85,32,1,'preloaded'),(86,32,25,'preloaded'),(87,32,3,'preloaded'),(88,32,57,'preloaded'),(89,32,87,'preloaded'),(90,32,7,'preloaded'),(91,34,1,'preloaded'),(92,35,25,'preloaded'),(93,35,27,'preloaded'),(94,35,58,'preloaded'),(95,36,1,'preloaded'),(96,36,25,'preloaded'),(97,36,57,'preloaded'),(98,36,15,'preloaded'),(99,36,79,'preloaded'),(100,36,78,'preloaded'),(101,36,62,'preloaded'),(102,36,75,'preloaded'),(103,36,66,'preloaded'),(104,36,84,'preloaded'),(105,36,77,'preloaded'),(106,36,33,'preloaded'),(107,36,46,'preloaded'),(108,36,41,'preloaded'),(109,36,12,'preloaded'),(110,36,17,'preloaded'),(111,36,68,'preloaded'),(112,36,28,'preloaded'),(113,36,63,'preloaded'),(114,36,29,'preloaded'),(115,36,55,'preloaded'),(116,36,54,'preloaded'),(117,36,61,'preloaded'),(118,36,71,'preloaded'),(119,36,6,'preloaded'),(120,36,51,'preloaded'),(121,36,67,'preloaded'),(122,40,45,'preloaded'),(123,42,1,'preloaded'),(124,48,1,'preloaded'),(125,49,6,'preloaded'),(126,51,18,'preloaded'),(127,51,1,'preloaded'),(130,54,7,'preloaded'),(131,54,46,'editor'),(132,55,88,'preloaded'),(149,61,62,'preloaded'),(150,61,46,'editor'),(151,61,12,'editor'),(152,61,47,'editor'),(153,61,41,'editor'),(154,61,5,'editor'),(155,62,47,'editor'),(183,72,1,'preloaded'),(184,72,86,'preloaded'),(185,72,7,'preloaded'),(186,72,40,'editor'),(187,72,48,'editor'),(188,72,37,'editor'),(189,72,5,'editor'),(190,73,42,'editor'),(191,73,12,'editor'),(192,73,5,'editor'),(210,82,90,'preloaded'),(217,88,89,'preloaded'),(218,91,1,'preloaded'),(219,93,92,'editor'),(220,94,26,'preloaded'),(221,94,27,'preloaded'),(222,94,6,'preloaded'),(223,95,94,'preloaded'),(224,95,27,'preloaded'),(225,95,96,'preloaded'),(226,96,97,'preloaded'),(227,96,49,'editor'),(228,96,95,'editor'),(229,97,1,'preloaded'),(230,97,7,'preloaded'),(231,99,97,'preloaded'),(232,99,7,'preloaded'),(233,99,98,'editor'),(237,101,97,'preloaded'),(238,101,48,'editor'),(239,101,98,'editor'),(240,103,102,'preloaded'),(241,103,1,'preloaded'),(242,104,83,'preloaded'),(243,104,1,'preloaded'),(244,104,7,'preloaded'),(245,104,87,'preloaded'),(246,104,103,'preloaded'),(247,104,48,'editor'),(248,105,1,'preloaded'),(249,105,7,'preloaded'),(250,105,6,'preloaded'),(251,105,48,'editor'),(264,110,1,'preloaded'),(265,110,7,'preloaded'),(266,110,87,'preloaded'),(267,110,48,'editor'),(268,111,102,'preloaded'),(269,111,1,'preloaded'),(270,111,5,'editor'),(271,112,97,'preloaded'),(272,112,7,'preloaded'),(273,112,111,'preloaded'),(274,112,81,'preloaded'),(275,112,48,'editor'),(276,112,40,'editor'),(277,112,5,'editor'),(278,112,30,'editor'),(279,113,1,'preloaded'),(280,113,5,'editor'),(281,113,115,'editor'),(282,114,1,'preloaded'),(283,114,114,'editor'),(284,114,5,'editor'),(285,114,116,'editor'),(286,116,64,'preloaded'),(287,116,113,'preloaded'),(288,116,21,'preloaded'),(289,116,3,'preloaded'),(290,116,57,'preloaded'),(291,116,59,'preloaded'),(292,116,60,'preloaded'),(293,116,86,'preloaded'),(294,117,119,'preloaded'),(295,117,1,'preloaded'),(296,117,6,'preloaded'),(303,121,120,'preloaded'),(304,122,83,'preloaded'),(305,122,1,'preloaded'),(306,122,7,'preloaded'),(313,124,98,'editor'),(314,124,5,'editor'),(315,125,1,'preloaded'),(316,125,111,'preloaded'),(317,125,126,'preloaded'),(318,125,48,'editor'),(319,125,5,'editor'),(320,126,102,'preloaded'),(321,127,97,'preloaded'),(322,127,7,'preloaded'),(323,127,57,'preloaded'),(324,127,64,'preloaded'),(325,127,48,'editor'),(326,127,40,'editor'),(327,127,5,'editor'),(328,127,98,'editor'),(334,129,70,'preloaded'),(335,129,7,'preloaded'),(336,129,80,'preloaded'),(337,134,97,'preloaded'),(338,134,7,'preloaded'),(339,134,131,'preloaded'),(340,134,132,'preloaded'),(341,134,48,'editor'),(342,134,40,'editor'),(343,134,5,'editor'),(344,134,135,'editor'),(345,134,138,'editor'),(346,134,137,'editor'),(347,134,136,'editor'),(348,138,131,'preloaded'),(349,138,133,'preloaded'),(350,139,1,'preloaded'),(351,139,130,'preloaded'),(352,139,7,'preloaded'),(353,139,97,'preloaded'),(354,139,40,'editor'),(355,139,5,'editor'),(362,143,1,'preloaded'),(363,143,57,'preloaded'),(364,143,81,'preloaded'),(365,143,48,'editor'),(366,143,5,'editor'),(367,143,141,'editor'),(368,143,142,'editor'),(369,21,1,'preloaded'),(370,21,7,'preloaded'),(371,21,6,'preloaded'),(372,21,21,'editor'),(373,21,5,'editor'),(374,21,31,'editor'),(405,25,26,'preloaded'),(406,25,27,'preloaded'),(407,25,6,'preloaded'),(415,7,1,'preloaded'),(416,7,9,'preloaded'),(417,7,6,'preloaded'),(437,147,1,'preloaded'),(438,147,15,'preloaded'),(439,147,86,'preloaded'),(440,147,48,'editor'),(441,147,5,'editor'),(450,23,1,'preloaded'),(451,23,7,'preloaded'),(452,23,48,'editor'),(466,31,1,'preloaded'),(467,31,25,'preloaded'),(468,31,57,'preloaded'),(469,31,73,'preloaded'),(470,31,3,'preloaded'),(471,31,62,'preloaded'),(472,31,20,'preloaded'),(473,31,78,'preloaded'),(474,31,86,'preloaded'),(475,31,15,'preloaded'),(476,31,17,'preloaded'),(477,31,75,'preloaded'),(478,31,66,'preloaded'),(479,31,84,'preloaded'),(480,31,28,'preloaded'),(481,31,77,'preloaded'),(482,31,50,'preloaded'),(483,31,60,'preloaded'),(484,31,63,'preloaded'),(485,31,29,'preloaded'),(486,31,85,'preloaded'),(487,31,22,'preloaded'),(488,31,16,'preloaded'),(489,31,12,'preloaded'),(490,31,39,'preloaded'),(491,31,6,'preloaded'),(492,31,67,'preloaded'),(493,53,1,'preloaded'),(494,53,7,'preloaded'),(495,57,5,'editor'),(501,60,1,'preloaded'),(502,60,87,'preloaded'),(503,60,86,'preloaded'),(504,60,25,'preloaded'),(505,60,60,'editor'),(506,60,49,'editor'),(507,60,36,'editor'),(508,63,1,'preloaded'),(509,63,7,'preloaded'),(510,63,70,'preloaded'),(511,63,40,'editor'),(512,63,5,'editor'),(518,66,1,'preloaded'),(519,66,7,'preloaded'),(520,66,70,'preloaded'),(521,66,40,'editor'),(522,66,5,'editor'),(523,67,70,'preloaded'),(524,67,7,'preloaded'),(525,67,57,'preloaded'),(526,67,64,'preloaded'),(527,67,40,'editor'),(528,67,5,'editor'),(544,76,57,'preloaded'),(545,76,79,'preloaded'),(546,76,80,'preloaded'),(561,108,5,'editor'),(562,109,70,'preloaded'),(563,109,7,'preloaded'),(564,109,81,'preloaded'),(565,109,48,'editor'),(566,109,40,'editor'),(567,109,5,'editor'),(576,119,121,'preloaded'),(577,119,117,'editor'),(578,119,118,'editor'),(579,119,38,'editor'),(580,119,5,'editor'),(581,119,30,'editor'),(582,123,1,'preloaded'),(583,123,19,'preloaded'),(584,123,7,'preloaded'),(585,123,48,'editor'),(586,123,5,'editor'),(587,123,12,'editor'),(588,145,12,'editor'),(589,145,5,'editor'),(590,145,144,'editor'),(599,128,1,'preloaded'),(600,128,70,'preloaded'),(601,128,7,'preloaded'),(602,128,40,'editor'),(603,128,5,'editor'),(607,70,1,'preloaded'),(608,70,7,'preloaded'),(621,150,70,'preloaded'),(622,150,7,'preloaded'),(623,150,80,'preloaded'),(624,140,70,'preloaded'),(625,140,7,'preloaded'),(626,140,64,'preloaded'),(627,140,48,'editor'),(628,140,12,'editor'),(629,140,5,'editor'),(630,151,25,'preloaded'),(631,151,7,'preloaded'),(632,151,1,'preloaded'),(633,152,70,'preloaded'),(634,152,1,'preloaded'),(635,152,8,'preloaded'),(636,152,40,'editor'),(637,152,5,'editor'),(638,152,12,'editor'),(639,152,49,'editor'),(640,152,151,'editor'),(671,58,70,'preloaded'),(672,58,49,'editor'),(673,58,35,'editor'),(684,153,70,'preloaded'),(685,153,7,'preloaded'),(686,153,12,'editor'),(687,154,70,'preloaded'),(688,154,48,'editor'),(689,154,12,'editor'),(690,154,30,'editor'),(691,146,1,'preloaded'),(692,146,7,'preloaded'),(693,146,6,'preloaded'),(694,146,48,'editor'),(695,148,70,'preloaded'),(696,148,7,'preloaded'),(697,148,15,'preloaded'),(698,148,81,'preloaded'),(699,148,48,'editor'),(700,148,40,'editor'),(701,148,5,'editor'),(702,148,30,'editor'),(703,149,70,'preloaded'),(704,149,7,'preloaded'),(705,149,57,'preloaded'),(706,149,64,'preloaded'),(707,149,48,'editor'),(708,149,40,'editor'),(709,149,5,'editor'),(710,149,12,'editor'),(711,15,1,'preloaded'),(712,15,5,'editor'),(713,4,7,'preloaded'),(714,4,5,'editor'),(718,28,1,'preloaded'),(719,28,87,'preloaded'),(720,28,7,'preloaded'),(721,28,70,'preloaded'),(722,28,32,'editor'),(723,28,40,'editor'),(724,28,5,'editor'),(725,29,1,'preloaded'),(726,29,87,'preloaded'),(727,29,7,'preloaded'),(728,29,70,'preloaded'),(729,29,40,'editor'),(730,29,5,'editor'),(731,17,1,'preloaded'),(732,17,70,'preloaded'),(733,17,7,'preloaded'),(734,17,81,'preloaded'),(735,17,40,'editor'),(736,17,5,'editor'),(742,71,69,'preloaded'),(743,71,74,'preloaded'),(744,71,1,'preloaded'),(745,71,48,'editor'),(746,75,1,'preloaded'),(747,75,7,'preloaded'),(748,75,9,'preloaded'),(749,75,70,'preloaded'),(750,75,48,'editor'),(751,75,40,'editor'),(752,75,5,'editor'),(753,75,43,'editor'),(754,77,1,'preloaded'),(755,77,7,'preloaded'),(756,77,70,'preloaded'),(757,77,44,'editor'),(758,77,40,'editor'),(759,84,1,'preloaded'),(760,84,70,'preloaded'),(761,84,7,'preloaded'),(762,84,6,'preloaded'),(763,84,38,'editor'),(764,84,5,'editor'),(765,59,1,'preloaded'),(766,59,9,'preloaded'),(767,59,34,'editor'),(768,59,12,'editor'),(769,59,5,'editor'),(770,16,1,'preloaded'),(771,16,6,'preloaded'),(772,100,70,'preloaded'),(773,100,1,'preloaded'),(774,100,5,'editor'),(775,106,70,'preloaded'),(776,106,1,'preloaded'),(777,106,40,'editor'),(778,106,48,'editor'),(779,106,5,'editor'),(780,65,83,'preloaded'),(781,65,1,'preloaded'),(782,65,12,'editor'),(783,65,48,'editor'),(784,65,30,'editor'),(785,13,14,'editor'),(786,14,13,'preloaded'),(787,14,1,'preloaded'); /*!40000 ALTER TABLE `mdl_h5p_library_dependencies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_h5pactivity` -- DROP TABLE IF EXISTS `mdl_h5pactivity`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_h5pactivity` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `introformat` smallint NOT NULL DEFAULT '0', `grade` bigint DEFAULT '0', `displayoptions` smallint NOT NULL DEFAULT '0', `enabletracking` tinyint(1) NOT NULL DEFAULT '1', `grademethod` smallint NOT NULL DEFAULT '1', `reviewmode` smallint DEFAULT '1', PRIMARY KEY (`id`), KEY `mdl_h5pa_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the h5pactivity activity module instances.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_h5pactivity` -- LOCK TABLES `mdl_h5pactivity` WRITE; /*!40000 ALTER TABLE `mdl_h5pactivity` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_h5pactivity` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_h5pactivity_attempts` -- DROP TABLE IF EXISTS `mdl_h5pactivity_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_h5pactivity_attempts` ( `id` bigint NOT NULL AUTO_INCREMENT, `h5pactivityid` bigint NOT NULL, `userid` bigint NOT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `attempt` mediumint NOT NULL DEFAULT '1', `rawscore` bigint DEFAULT '0', `maxscore` bigint DEFAULT '0', `scaled` decimal(10,5) NOT NULL DEFAULT '0.00000', `duration` bigint DEFAULT '0', `completion` tinyint(1) DEFAULT NULL, `success` tinyint(1) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_h5paatte_h5puseatt_uix` (`h5pactivityid`,`userid`,`attempt`), KEY `mdl_h5paatte_tim_ix` (`timecreated`), KEY `mdl_h5paatte_h5ptim_ix` (`h5pactivityid`,`timecreated`), KEY `mdl_h5paatte_h5puse_ix` (`h5pactivityid`,`userid`), KEY `mdl_h5paatte_h5p_ix` (`h5pactivityid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Users attempts inside H5P activities'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_h5pactivity_attempts` -- LOCK TABLES `mdl_h5pactivity_attempts` WRITE; /*!40000 ALTER TABLE `mdl_h5pactivity_attempts` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_h5pactivity_attempts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_h5pactivity_attempts_results` -- DROP TABLE IF EXISTS `mdl_h5pactivity_attempts_results`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_h5pactivity_attempts_results` ( `id` bigint NOT NULL AUTO_INCREMENT, `attemptid` bigint NOT NULL, `subcontent` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timecreated` bigint NOT NULL, `interactiontype` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `correctpattern` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `additionals` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `rawscore` bigint NOT NULL DEFAULT '0', `maxscore` bigint NOT NULL DEFAULT '0', `duration` bigint DEFAULT '0', `completion` tinyint(1) DEFAULT NULL, `success` tinyint(1) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_h5paatteresu_atttim_ix` (`attemptid`,`timecreated`), KEY `mdl_h5paatteresu_att_ix` (`attemptid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='H5Pactivities_attempts tracking info'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_h5pactivity_attempts_results` -- LOCK TABLES `mdl_h5pactivity_attempts_results` WRITE; /*!40000 ALTER TABLE `mdl_h5pactivity_attempts_results` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_h5pactivity_attempts_results` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_imscp` -- DROP TABLE IF EXISTS `mdl_imscp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_imscp` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `introformat` smallint NOT NULL DEFAULT '0', `revision` bigint NOT NULL DEFAULT '0', `keepold` bigint NOT NULL DEFAULT '-1', `structure` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_imsc_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='each record is one imscp resource'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_imscp` -- LOCK TABLES `mdl_imscp` WRITE; /*!40000 ALTER TABLE `mdl_imscp` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_imscp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_infected_files` -- DROP TABLE IF EXISTS `mdl_infected_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_infected_files` ( `id` bigint NOT NULL AUTO_INCREMENT, `filename` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `quarantinedfile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `userid` bigint NOT NULL, `reason` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `timecreated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_infefile_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table to store infected file details.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_infected_files` -- LOCK TABLES `mdl_infected_files` WRITE; /*!40000 ALTER TABLE `mdl_infected_files` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_infected_files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_label` -- DROP TABLE IF EXISTS `mdl_label`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_label` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `introformat` smallint DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_labe_cou_ix` (`course`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines labels'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_label` -- LOCK TABLES `mdl_label` WRITE; /*!40000 ALTER TABLE `mdl_label` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_label` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lesson` -- DROP TABLE IF EXISTS `mdl_lesson`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_lesson` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `introformat` smallint NOT NULL DEFAULT '0', `practice` smallint NOT NULL DEFAULT '0', `modattempts` smallint NOT NULL DEFAULT '0', `usepassword` smallint NOT NULL DEFAULT '0', `password` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `dependency` bigint NOT NULL DEFAULT '0', `conditions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `grade` bigint NOT NULL DEFAULT '0', `custom` smallint NOT NULL DEFAULT '0', `ongoing` smallint NOT NULL DEFAULT '0', `usemaxgrade` smallint NOT NULL DEFAULT '0', `maxanswers` smallint NOT NULL DEFAULT '4', `maxattempts` smallint NOT NULL DEFAULT '5', `review` smallint NOT NULL DEFAULT '0', `nextpagedefault` smallint NOT NULL DEFAULT '0', `feedback` smallint NOT NULL DEFAULT '1', `minquestions` smallint NOT NULL DEFAULT '0', `maxpages` smallint NOT NULL DEFAULT '0', `timelimit` bigint NOT NULL DEFAULT '0', `retake` smallint NOT NULL DEFAULT '1', `activitylink` bigint NOT NULL DEFAULT '0', `mediafile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `mediaheight` bigint NOT NULL DEFAULT '100', `mediawidth` bigint NOT NULL DEFAULT '650', `mediaclose` smallint NOT NULL DEFAULT '0', `slideshow` smallint NOT NULL DEFAULT '0', `width` bigint NOT NULL DEFAULT '640', `height` bigint NOT NULL DEFAULT '480', `bgcolor` varchar(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '#FFFFFF', `displayleft` smallint NOT NULL DEFAULT '0', `displayleftif` smallint NOT NULL DEFAULT '0', `progressbar` smallint NOT NULL DEFAULT '0', `available` bigint NOT NULL DEFAULT '0', `deadline` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `completionendreached` tinyint(1) DEFAULT '0', `completiontimespent` bigint DEFAULT '0', `allowofflineattempts` tinyint(1) DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_less_cou_ix` (`course`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines lesson'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lesson` -- LOCK TABLES `mdl_lesson` WRITE; /*!40000 ALTER TABLE `mdl_lesson` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lesson` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lesson_answers` -- DROP TABLE IF EXISTS `mdl_lesson_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_lesson_answers` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `pageid` bigint NOT NULL DEFAULT '0', `jumpto` bigint NOT NULL DEFAULT '0', `grade` smallint NOT NULL DEFAULT '0', `score` bigint NOT NULL DEFAULT '0', `flags` smallint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `answerformat` tinyint NOT NULL DEFAULT '0', `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `responseformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_lessansw_les_ix` (`lessonid`), KEY `mdl_lessansw_pag_ix` (`pageid`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_answers'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lesson_answers` -- LOCK TABLES `mdl_lesson_answers` WRITE; /*!40000 ALTER TABLE `mdl_lesson_answers` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lesson_answers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lesson_attempts` -- DROP TABLE IF EXISTS `mdl_lesson_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_lesson_attempts` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `pageid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `answerid` bigint NOT NULL DEFAULT '0', `retry` smallint NOT NULL DEFAULT '0', `correct` bigint NOT NULL DEFAULT '0', `useranswer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `timeseen` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_lessatte_use_ix` (`userid`), KEY `mdl_lessatte_les_ix` (`lessonid`), KEY `mdl_lessatte_pag_ix` (`pageid`), KEY `mdl_lessatte_ans_ix` (`answerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_attempts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lesson_attempts` -- LOCK TABLES `mdl_lesson_attempts` WRITE; /*!40000 ALTER TABLE `mdl_lesson_attempts` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lesson_attempts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lesson_branch` -- DROP TABLE IF EXISTS `mdl_lesson_branch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_lesson_branch` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `pageid` bigint NOT NULL DEFAULT '0', `retry` bigint NOT NULL DEFAULT '0', `flag` smallint NOT NULL DEFAULT '0', `timeseen` bigint NOT NULL DEFAULT '0', `nextpageid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_lessbran_use_ix` (`userid`), KEY `mdl_lessbran_les_ix` (`lessonid`), KEY `mdl_lessbran_pag_ix` (`pageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='branches for each lesson/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lesson_branch` -- LOCK TABLES `mdl_lesson_branch` WRITE; /*!40000 ALTER TABLE `mdl_lesson_branch` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lesson_branch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lesson_grades` -- DROP TABLE IF EXISTS `mdl_lesson_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_lesson_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `grade` double NOT NULL DEFAULT '0', `late` smallint NOT NULL DEFAULT '0', `completed` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_lessgrad_use_ix` (`userid`), KEY `mdl_lessgrad_les_ix` (`lessonid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_grades'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lesson_grades` -- LOCK TABLES `mdl_lesson_grades` WRITE; /*!40000 ALTER TABLE `mdl_lesson_grades` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lesson_grades` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lesson_overrides` -- DROP TABLE IF EXISTS `mdl_lesson_overrides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_lesson_overrides` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `groupid` bigint DEFAULT NULL, `userid` bigint DEFAULT NULL, `available` bigint DEFAULT NULL, `deadline` bigint DEFAULT NULL, `timelimit` bigint DEFAULT NULL, `review` smallint DEFAULT NULL, `maxattempts` smallint DEFAULT NULL, `retake` smallint DEFAULT NULL, `password` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_lessover_les_ix` (`lessonid`), KEY `mdl_lessover_gro_ix` (`groupid`), KEY `mdl_lessover_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The overrides to lesson settings.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lesson_overrides` -- LOCK TABLES `mdl_lesson_overrides` WRITE; /*!40000 ALTER TABLE `mdl_lesson_overrides` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lesson_overrides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lesson_pages` -- DROP TABLE IF EXISTS `mdl_lesson_pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_lesson_pages` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `prevpageid` bigint NOT NULL DEFAULT '0', `nextpageid` bigint NOT NULL DEFAULT '0', `qtype` smallint NOT NULL DEFAULT '0', `qoption` smallint NOT NULL DEFAULT '0', `layout` smallint NOT NULL DEFAULT '1', `display` smallint NOT NULL DEFAULT '1', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `contents` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `contentsformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_lesspage_les_ix` (`lessonid`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_pages'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lesson_pages` -- LOCK TABLES `mdl_lesson_pages` WRITE; /*!40000 ALTER TABLE `mdl_lesson_pages` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lesson_pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lesson_timer` -- DROP TABLE IF EXISTS `mdl_lesson_timer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_lesson_timer` ( `id` bigint NOT NULL AUTO_INCREMENT, `lessonid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `starttime` bigint NOT NULL DEFAULT '0', `lessontime` bigint NOT NULL DEFAULT '0', `completed` tinyint(1) DEFAULT '0', `timemodifiedoffline` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_lesstime_use_ix` (`userid`), KEY `mdl_lesstime_les_ix` (`lessonid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='lesson timer for each lesson'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lesson_timer` -- LOCK TABLES `mdl_lesson_timer` WRITE; /*!40000 ALTER TABLE `mdl_lesson_timer` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lesson_timer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_license` -- DROP TABLE IF EXISTS `mdl_license`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_license` ( `id` bigint NOT NULL AUTO_INCREMENT, `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `enabled` tinyint(1) NOT NULL DEFAULT '1', `version` bigint NOT NULL DEFAULT '0', `custom` tinyint(1) NOT NULL DEFAULT '0', `sortorder` mediumint NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='store licenses used by moodle'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_license` -- LOCK TABLES `mdl_license` WRITE; /*!40000 ALTER TABLE `mdl_license` DISABLE KEYS */; INSERT INTO `mdl_license` VALUES (1,'unknown','Licence not specified','',1,2010033100,0,1),(2,'allrightsreserved','All rights reserved','https://en.wikipedia.org/wiki/All_rights_reserved',1,2010033100,0,2),(3,'public','Public domain','https://en.wikipedia.org/wiki/Public_domain',1,2010033100,0,3),(4,'cc','Creative Commons','https://creativecommons.org/licenses/by/3.0/',0,2010033100,0,4),(5,'cc-nd','Creative Commons - NoDerivs','https://creativecommons.org/licenses/by-nd/3.0/',0,2010033100,0,5),(6,'cc-nc-nd','Creative Commons - No Commercial NoDerivs','https://creativecommons.org/licenses/by-nc-nd/3.0/',0,2010033100,0,6),(7,'cc-nc','Creative Commons - No Commercial','https://creativecommons.org/licenses/by-nc/3.0/',0,2010033100,0,7),(8,'cc-nc-sa','Creative Commons - No Commercial ShareAlike','https://creativecommons.org/licenses/by-nc-sa/3.0/',0,2010033100,0,8),(9,'cc-sa','Creative Commons - ShareAlike','https://creativecommons.org/licenses/by-sa/3.0/',0,2010033100,0,9),(10,'cc-4.0','Creative Commons - 4.0 International','https://creativecommons.org/licenses/by/4.0/',1,2022120100,0,10),(11,'cc-nc-4.0','Creative Commons - NonCommercial 4.0 International','https://creativecommons.org/licenses/by-nc/4.0/',1,2022120100,0,13),(12,'cc-nd-4.0','Creative Commons - NoDerivatives 4.0 International','https://creativecommons.org/licenses/by-nd/4.0/',1,2022120100,0,11),(13,'cc-nc-nd-4.0','Creative Commons - NonCommercial-NoDerivatives 4.0 International','https://creativecommons.org/licenses/by-nc-nd/4.0/',1,2022120100,0,12),(14,'cc-nc-sa-4.0','Creative Commons - NonCommercial-ShareAlike 4.0 International','https://creativecommons.org/licenses/by-nc-sa/4.0/',1,2022120100,0,14),(15,'cc-sa-4.0','Creative Commons - ShareAlike 4.0 International','https://creativecommons.org/licenses/by-sa/4.0/',1,2022120100,0,15); /*!40000 ALTER TABLE `mdl_license` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lock_db` -- DROP TABLE IF EXISTS `mdl_lock_db`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_lock_db` ( `id` bigint NOT NULL AUTO_INCREMENT, `resourcekey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `expires` bigint DEFAULT NULL, `owner` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_lockdb_res_uix` (`resourcekey`), KEY `mdl_lockdb_exp_ix` (`expires`), KEY `mdl_lockdb_own_ix` (`owner`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores active and inactive lock types for db locking method.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lock_db` -- LOCK TABLES `mdl_lock_db` WRITE; /*!40000 ALTER TABLE `mdl_lock_db` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lock_db` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_log` -- DROP TABLE IF EXISTS `mdl_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `time` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `course` bigint NOT NULL DEFAULT '0', `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `cmid` bigint NOT NULL DEFAULT '0', `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `mdl_log_coumodact_ix` (`course`,`module`,`action`), KEY `mdl_log_tim_ix` (`time`), KEY `mdl_log_act_ix` (`action`), KEY `mdl_log_usecou_ix` (`userid`,`course`), KEY `mdl_log_cmi_ix` (`cmid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Every action is logged as far as possible'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_log` -- LOCK TABLES `mdl_log` WRITE; /*!40000 ALTER TABLE `mdl_log` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_log_display` -- DROP TABLE IF EXISTS `mdl_log_display`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_log_display` ( `id` bigint NOT NULL AUTO_INCREMENT, `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `mtable` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `field` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `mdl_logdisp_modact_uix` (`module`,`action`) ) ENGINE=InnoDB AUTO_INCREMENT=201 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='For a particular module/action, specifies a moodle table/fie'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_log_display` -- LOCK TABLES `mdl_log_display` WRITE; /*!40000 ALTER TABLE `mdl_log_display` DISABLE KEYS */; INSERT INTO `mdl_log_display` VALUES (1,'course','user report','user','CONCAT(firstname, \' \', lastname)','moodle'),(2,'course','view','course','fullname','moodle'),(3,'course','view section','course_sections','name','moodle'),(4,'course','update','course','fullname','moodle'),(5,'course','hide','course','fullname','moodle'),(6,'course','show','course','fullname','moodle'),(7,'course','move','course','fullname','moodle'),(8,'course','enrol','course','fullname','moodle'),(9,'course','unenrol','course','fullname','moodle'),(10,'course','report log','course','fullname','moodle'),(11,'course','report live','course','fullname','moodle'),(12,'course','report outline','course','fullname','moodle'),(13,'course','report participation','course','fullname','moodle'),(14,'course','report stats','course','fullname','moodle'),(15,'category','add','course_categories','name','moodle'),(16,'category','hide','course_categories','name','moodle'),(17,'category','move','course_categories','name','moodle'),(18,'category','show','course_categories','name','moodle'),(19,'category','update','course_categories','name','moodle'),(20,'message','write','user','CONCAT(firstname, \' \', lastname)','moodle'),(21,'message','read','user','CONCAT(firstname, \' \', lastname)','moodle'),(22,'message','add contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(23,'message','remove contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(24,'message','block contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(25,'message','unblock contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(26,'group','view','groups','name','moodle'),(27,'tag','update','tag','name','moodle'),(28,'tag','flag','tag','name','moodle'),(29,'user','view','user','CONCAT(firstname, \' \', lastname)','moodle'),(30,'assign','add','assign','name','mod_assign'),(31,'assign','delete mod','assign','name','mod_assign'),(32,'assign','download all submissions','assign','name','mod_assign'),(33,'assign','grade submission','assign','name','mod_assign'),(34,'assign','lock submission','assign','name','mod_assign'),(35,'assign','reveal identities','assign','name','mod_assign'),(36,'assign','revert submission to draft','assign','name','mod_assign'),(37,'assign','set marking workflow state','assign','name','mod_assign'),(38,'assign','submission statement accepted','assign','name','mod_assign'),(39,'assign','submit','assign','name','mod_assign'),(40,'assign','submit for grading','assign','name','mod_assign'),(41,'assign','unlock submission','assign','name','mod_assign'),(42,'assign','update','assign','name','mod_assign'),(43,'assign','upload','assign','name','mod_assign'),(44,'assign','view','assign','name','mod_assign'),(45,'assign','view all','course','fullname','mod_assign'),(46,'assign','view confirm submit assignment form','assign','name','mod_assign'),(47,'assign','view grading form','assign','name','mod_assign'),(48,'assign','view submission','assign','name','mod_assign'),(49,'assign','view submission grading table','assign','name','mod_assign'),(50,'assign','view submit assignment form','assign','name','mod_assign'),(51,'assign','view feedback','assign','name','mod_assign'),(52,'assign','view batch set marking workflow state','assign','name','mod_assign'),(53,'assignment','view','assignment','name','mod_assignment'),(54,'assignment','add','assignment','name','mod_assignment'),(55,'assignment','update','assignment','name','mod_assignment'),(56,'assignment','view submission','assignment','name','mod_assignment'),(57,'assignment','upload','assignment','name','mod_assignment'),(58,'bigbluebuttonbn','add','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(59,'bigbluebuttonbn','update','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(60,'bigbluebuttonbn','view','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(61,'bigbluebuttonbn','view all','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(62,'bigbluebuttonbn','create','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(63,'bigbluebuttonbn','end','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(64,'bigbluebuttonbn','join','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(65,'bigbluebuttonbn','left','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(66,'bigbluebuttonbn','publish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(67,'bigbluebuttonbn','unpublish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(68,'bigbluebuttonbn','delete','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(69,'book','add','book','name','mod_book'),(70,'book','update','book','name','mod_book'),(71,'book','view','book','name','mod_book'),(72,'book','add chapter','book_chapters','title','mod_book'),(73,'book','update chapter','book_chapters','title','mod_book'),(74,'book','view chapter','book_chapters','title','mod_book'),(75,'chat','view','chat','name','mod_chat'),(76,'chat','add','chat','name','mod_chat'),(77,'chat','update','chat','name','mod_chat'),(78,'chat','report','chat','name','mod_chat'),(79,'chat','talk','chat','name','mod_chat'),(80,'choice','view','choice','name','mod_choice'),(81,'choice','update','choice','name','mod_choice'),(82,'choice','add','choice','name','mod_choice'),(83,'choice','report','choice','name','mod_choice'),(84,'choice','choose','choice','name','mod_choice'),(85,'choice','choose again','choice','name','mod_choice'),(86,'data','view','data','name','mod_data'),(87,'data','add','data','name','mod_data'),(88,'data','update','data','name','mod_data'),(89,'data','record delete','data','name','mod_data'),(90,'data','fields add','data_fields','name','mod_data'),(91,'data','fields update','data_fields','name','mod_data'),(92,'data','templates saved','data','name','mod_data'),(93,'data','templates def','data','name','mod_data'),(94,'feedback','startcomplete','feedback','name','mod_feedback'),(95,'feedback','submit','feedback','name','mod_feedback'),(96,'feedback','delete','feedback','name','mod_feedback'),(97,'feedback','view','feedback','name','mod_feedback'),(98,'feedback','view all','course','shortname','mod_feedback'),(99,'folder','view','folder','name','mod_folder'),(100,'folder','view all','folder','name','mod_folder'),(101,'folder','update','folder','name','mod_folder'),(102,'folder','add','folder','name','mod_folder'),(103,'forum','add','forum','name','mod_forum'),(104,'forum','update','forum','name','mod_forum'),(105,'forum','add discussion','forum_discussions','name','mod_forum'),(106,'forum','add post','forum_posts','subject','mod_forum'),(107,'forum','update post','forum_posts','subject','mod_forum'),(108,'forum','user report','user','CONCAT(firstname, \' \', lastname)','mod_forum'),(109,'forum','move discussion','forum_discussions','name','mod_forum'),(110,'forum','view subscribers','forum','name','mod_forum'),(111,'forum','view discussion','forum_discussions','name','mod_forum'),(112,'forum','view forum','forum','name','mod_forum'),(113,'forum','subscribe','forum','name','mod_forum'),(114,'forum','unsubscribe','forum','name','mod_forum'),(115,'forum','pin discussion','forum_discussions','name','mod_forum'),(116,'forum','unpin discussion','forum_discussions','name','mod_forum'),(117,'glossary','add','glossary','name','mod_glossary'),(118,'glossary','update','glossary','name','mod_glossary'),(119,'glossary','view','glossary','name','mod_glossary'),(120,'glossary','view all','glossary','name','mod_glossary'),(121,'glossary','add entry','glossary','name','mod_glossary'),(122,'glossary','update entry','glossary','name','mod_glossary'),(123,'glossary','add category','glossary','name','mod_glossary'),(124,'glossary','update category','glossary','name','mod_glossary'),(125,'glossary','delete category','glossary','name','mod_glossary'),(126,'glossary','approve entry','glossary','name','mod_glossary'),(127,'glossary','disapprove entry','glossary','name','mod_glossary'),(128,'glossary','view entry','glossary_entries','concept','mod_glossary'),(129,'imscp','view','imscp','name','mod_imscp'),(130,'imscp','view all','imscp','name','mod_imscp'),(131,'imscp','update','imscp','name','mod_imscp'),(132,'imscp','add','imscp','name','mod_imscp'),(133,'label','add','label','name','mod_label'),(134,'label','update','label','name','mod_label'),(135,'lesson','start','lesson','name','mod_lesson'),(136,'lesson','end','lesson','name','mod_lesson'),(137,'lesson','view','lesson_pages','title','mod_lesson'),(138,'lti','view','lti','name','mod_lti'),(139,'lti','launch','lti','name','mod_lti'),(140,'lti','view all','lti','name','mod_lti'),(141,'page','view','page','name','mod_page'),(142,'page','view all','page','name','mod_page'),(143,'page','update','page','name','mod_page'),(144,'page','add','page','name','mod_page'),(145,'quiz','add','quiz','name','mod_quiz'),(146,'quiz','update','quiz','name','mod_quiz'),(147,'quiz','view','quiz','name','mod_quiz'),(148,'quiz','report','quiz','name','mod_quiz'),(149,'quiz','attempt','quiz','name','mod_quiz'),(150,'quiz','submit','quiz','name','mod_quiz'),(151,'quiz','review','quiz','name','mod_quiz'),(152,'quiz','editquestions','quiz','name','mod_quiz'),(153,'quiz','preview','quiz','name','mod_quiz'),(154,'quiz','start attempt','quiz','name','mod_quiz'),(155,'quiz','close attempt','quiz','name','mod_quiz'),(156,'quiz','continue attempt','quiz','name','mod_quiz'),(157,'quiz','edit override','quiz','name','mod_quiz'),(158,'quiz','delete override','quiz','name','mod_quiz'),(159,'quiz','view summary','quiz','name','mod_quiz'),(160,'resource','view','resource','name','mod_resource'),(161,'resource','view all','resource','name','mod_resource'),(162,'resource','update','resource','name','mod_resource'),(163,'resource','add','resource','name','mod_resource'),(164,'scorm','view','scorm','name','mod_scorm'),(165,'scorm','review','scorm','name','mod_scorm'),(166,'scorm','update','scorm','name','mod_scorm'),(167,'scorm','add','scorm','name','mod_scorm'),(168,'survey','add','survey','name','mod_survey'),(169,'survey','update','survey','name','mod_survey'),(170,'survey','download','survey','name','mod_survey'),(171,'survey','view form','survey','name','mod_survey'),(172,'survey','view graph','survey','name','mod_survey'),(173,'survey','view report','survey','name','mod_survey'),(174,'survey','submit','survey','name','mod_survey'),(175,'url','view','url','name','mod_url'),(176,'url','view all','url','name','mod_url'),(177,'url','update','url','name','mod_url'),(178,'url','add','url','name','mod_url'),(179,'workshop','add','workshop','name','mod_workshop'),(180,'workshop','update','workshop','name','mod_workshop'),(181,'workshop','view','workshop','name','mod_workshop'),(182,'workshop','view all','workshop','name','mod_workshop'),(183,'workshop','add submission','workshop_submissions','title','mod_workshop'),(184,'workshop','update submission','workshop_submissions','title','mod_workshop'),(185,'workshop','view submission','workshop_submissions','title','mod_workshop'),(186,'workshop','add assessment','workshop_submissions','title','mod_workshop'),(187,'workshop','update assessment','workshop_submissions','title','mod_workshop'),(188,'workshop','add example','workshop_submissions','title','mod_workshop'),(189,'workshop','update example','workshop_submissions','title','mod_workshop'),(190,'workshop','view example','workshop_submissions','title','mod_workshop'),(191,'workshop','add reference assessment','workshop_submissions','title','mod_workshop'),(192,'workshop','update reference assessment','workshop_submissions','title','mod_workshop'),(193,'workshop','add example assessment','workshop_submissions','title','mod_workshop'),(194,'workshop','update example assessment','workshop_submissions','title','mod_workshop'),(195,'workshop','update aggregate grades','workshop','name','mod_workshop'),(196,'workshop','update clear aggregated grades','workshop','name','mod_workshop'),(197,'workshop','update clear assessments','workshop','name','mod_workshop'),(198,'book','exportimscp','book','name','booktool_exportimscp'),(199,'book','print','book','name','booktool_print'),(200,'book','print chapter','book_chapters','title','booktool_print'); /*!40000 ALTER TABLE `mdl_log_display` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_log_queries` -- DROP TABLE IF EXISTS `mdl_log_queries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_log_queries` ( `id` bigint NOT NULL AUTO_INCREMENT, `qtype` mediumint NOT NULL, `sqltext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `sqlparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `error` mediumint NOT NULL DEFAULT '0', `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `backtrace` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `exectime` decimal(10,5) NOT NULL, `timelogged` bigint NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Logged database queries.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_log_queries` -- LOCK TABLES `mdl_log_queries` WRITE; /*!40000 ALTER TABLE `mdl_log_queries` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_log_queries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_logstore_standard_log` -- DROP TABLE IF EXISTS `mdl_logstore_standard_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_logstore_standard_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `eventname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `action` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `target` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `objecttable` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `objectid` bigint DEFAULT NULL, `crud` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `edulevel` tinyint(1) NOT NULL, `contextid` bigint NOT NULL, `contextlevel` bigint NOT NULL, `contextinstanceid` bigint NOT NULL, `userid` bigint NOT NULL, `courseid` bigint DEFAULT NULL, `relateduserid` bigint DEFAULT NULL, `anonymous` tinyint(1) NOT NULL DEFAULT '0', `other` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL, `origin` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `realuserid` bigint DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_logsstanlog_tim_ix` (`timecreated`), KEY `mdl_logsstanlog_couanotim_ix` (`courseid`,`anonymous`,`timecreated`), KEY `mdl_logsstanlog_useconconcr_ix` (`userid`,`contextlevel`,`contextinstanceid`,`crud`,`edulevel`,`timecreated`), KEY `mdl_logsstanlog_con_ix` (`contextid`), KEY `mdl_logsstanlog_use_ix` (`userid`), KEY `mdl_logsstanlog_cou_ix` (`courseid`), KEY `mdl_logsstanlog_rea_ix` (`realuserid`), KEY `mdl_logsstanlog_rel_ix` (`relateduserid`) ) ENGINE=InnoDB AUTO_INCREMENT=21687 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Standard log table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_logstore_standard_log` -- LOCK TABLES `mdl_logstore_standard_log` WRITE; /*!40000 ALTER TABLE `mdl_logstore_standard_log` DISABLE KEYS */; INSERT INTO `mdl_logstore_standard_log` VALUES (1,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1689953443,'web','218.35.3.152',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;}',1689953532,'web','218.35.3.152',NULL),(3,'\\core\\event\\user_updated','core','updated','user','user',2,'u',0,5,30,2,2,0,2,0,'N;',1689953532,'web','218.35.3.152',NULL),(4,'\\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:24:\"enableaccessibilitytools\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1689953533,'web','218.35.3.152',NULL),(5,'\\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:15:\"enablemoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1689953533,'web','218.35.3.152',NULL),(6,'\\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:17:\"notloggedinroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1689953533,'web','218.35.3.152',NULL),(7,'\\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:11:\"guestroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1689953533,'web','218.35.3.152',NULL),(8,'\\core\\event\\config_log_created','core','created','config_log','config_log',657,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"defaultuserroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"7\";s:6:\"plugin\";N;}',1689953533,'web','218.35.3.152',NULL),(9,'\\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:16:\"creatornewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1689953533,'web','218.35.3.152',NULL),(10,'\\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:17:\"restorernewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1689953533,'web','218.35.3.152',NULL),(11,'\\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:9:\"exportlog\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"tool_log\";}',1689953533,'web','218.35.3.152',NULL),(12,'\\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:28:\"contactdataprotectionofficer\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1689953533,'web','218.35.3.152',NULL),(13,'\\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:27:\"automaticdataexportapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1689953533,'web','218.35.3.152',NULL),(14,'\\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:29:\"automaticdatadeletionapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1689953533,'web','218.35.3.152',NULL),(15,'\\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:25:\"automaticdeletionrequests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1689953533,'web','218.35.3.152',NULL),(16,'\\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:20:\"privacyrequestexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1689953533,'web','218.35.3.152',NULL),(17,'\\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:33:\"requireallenddatesforuserdeletion\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1689953533,'web','218.35.3.152',NULL),(18,'\\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:24:\"showdataretentionsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1689953533,'web','218.35.3.152',NULL),(19,'\\core\\event\\config_log_created','core','created','config_log','config_log',668,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"sitepolicyhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1689953533,'web','218.35.3.152',NULL),(20,'\\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:14:\"gradebookroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1689953533,'web','218.35.3.152',NULL),(21,'\\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:8:\"logstore\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"logstore_standard\";s:6:\"plugin\";s:9:\"analytics\";}',1689953533,'web','218.35.3.152',NULL),(22,'\\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:\"h5plibraryhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"h5plib_v124\";s:6:\"plugin\";N;}',1689953533,'web','218.35.3.152',NULL),(23,'\\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:14:\"airnotifierurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:27:\"https://messages.moodle.net\";s:6:\"plugin\";N;}',1689953533,'web','218.35.3.152',NULL),(24,'\\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:15:\"airnotifierport\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"443\";s:6:\"plugin\";N;}',1689953533,'web','218.35.3.152',NULL),(25,'\\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:24:\"airnotifiermobileappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";N;}',1689953533,'web','218.35.3.152',NULL),(26,'\\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:18:\"airnotifierappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"commoodlemoodlemobile\";s:6:\"plugin\";N;}',1689953533,'web','218.35.3.152',NULL),(27,'\\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:20:\"airnotifieraccesskey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1689953533,'web','218.35.3.152',NULL),(28,'\\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:20:\"encryptnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"message_airnotifier\";}',1689953533,'web','218.35.3.152',NULL),(29,'\\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:17:\"encryptprocessing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"message_airnotifier\";}',1689953533,'web','218.35.3.152',NULL),(30,'\\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:13:\"runningmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"commandline\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1689953533,'web','218.35.3.152',NULL),(31,'\\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:10:\"pathtoclam\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1689953533,'web','218.35.3.152',NULL),(32,'\\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:16:\"pathtounixsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1689953533,'web','218.35.3.152',NULL),(33,'\\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:13:\"tcpsockethost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1689953533,'web','218.35.3.152',NULL),(34,'\\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:\"tcpsocketport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"3310\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1689953533,'web','218.35.3.152',NULL),(35,'\\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:19:\"clamfailureonupload\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"tryagain\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1689953533,'web','218.35.3.152',NULL),(36,'\\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:5:\"tries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1689953533,'web','218.35.3.152',NULL),(37,'\\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:15:\"coursebinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1689953533,'web','218.35.3.152',NULL),(38,'\\core\\event\\config_log_created','core','created','config_log','config_log',687,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"coursebinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1689953533,'web','218.35.3.152',NULL),(39,'\\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:17:\"categorybinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1689953534,'web','218.35.3.152',NULL),(40,'\\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:17:\"categorybinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1689953534,'web','218.35.3.152',NULL),(41,'\\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:8:\"autohide\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1689953534,'web','218.35.3.152',NULL),(42,'\\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:12:\"analysistype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1689953534,'web','218.35.3.152',NULL),(43,'\\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:20:\"deletehistoricaldata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1689953534,'web','218.35.3.152',NULL),(44,'\\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:5:\"batch\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1000\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1689953534,'web','218.35.3.152',NULL),(45,'\\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:7:\"perpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1689953534,'web','218.35.3.152',NULL),(46,'\\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:26:\"filter_multilang_force_old\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953534,'web','218.35.3.152',NULL),(47,'\\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:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,4,0\";s:6:\"plugin\";s:15:\"filter_emoticon\";}',1689953534,'web','218.35.3.152',NULL),(48,'\\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:14:\"allowedsources\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"filter_displayh5p\";}',1689953534,'web','218.35.3.152',NULL),(49,'\\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:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,4,0\";s:6:\"plugin\";s:16:\"filter_urltolink\";}',1689953534,'web','218.35.3.152',NULL),(50,'\\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:11:\"embedimages\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"filter_urltolink\";}',1689953534,'web','218.35.3.152',NULL),(51,'\\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:8:\"httpsurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:53:\"https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1689953534,'web','218.35.3.152',NULL),(52,'\\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:22:\"texfiltercompatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1689953534,'web','218.35.3.152',NULL),(53,'\\core\\event\\config_log_created','core','created','config_log','config_log',702,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"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\";}',1689953534,'web','218.35.3.152',NULL),(54,'\\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:20:\"additionaldelimiters\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1689953534,'web','218.35.3.152',NULL),(55,'\\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: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\";}',1689953534,'web','218.35.3.152',NULL),(56,'\\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:15:\"latexbackground\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"filter_tex\";}',1689953534,'web','218.35.3.152',NULL),(57,'\\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:7:\"density\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:10:\"filter_tex\";}',1689953534,'web','218.35.3.152',NULL),(58,'\\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:9:\"pathlatex\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"/usr/bin/latex\";s:6:\"plugin\";s:10:\"filter_tex\";}',1689953534,'web','218.35.3.152',NULL),(59,'\\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:9:\"pathdvips\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"/usr/bin/dvips\";s:6:\"plugin\";s:10:\"filter_tex\";}',1689953534,'web','218.35.3.152',NULL),(60,'\\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:11:\"pathconvert\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/convert\";s:6:\"plugin\";s:10:\"filter_tex\";}',1689953534,'web','218.35.3.152',NULL),(61,'\\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:11:\"pathdvisvgm\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/dvisvgm\";s:6:\"plugin\";s:10:\"filter_tex\";}',1689953534,'web','218.35.3.152',NULL),(62,'\\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:11:\"pathmimetex\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"filter_tex\";}',1689953534,'web','218.35.3.152',NULL),(63,'\\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:13:\"convertformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"gif\";s:6:\"plugin\";s:10:\"filter_tex\";}',1689953534,'web','218.35.3.152',NULL),(64,'\\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:9:\"mediafile\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953534,'web','218.35.3.152',NULL),(65,'\\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:13:\"mediafile_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953534,'web','218.35.3.152',NULL),(66,'\\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:10:\"mediawidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953534,'web','218.35.3.152',NULL),(67,'\\core\\event\\config_log_created','core','created','config_log','config_log',716,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"mediaheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953534,'web','218.35.3.152',NULL),(68,'\\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:10:\"mediaclose\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953534,'web','218.35.3.152',NULL),(69,'\\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:11:\"progressbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953534,'web','218.35.3.152',NULL),(70,'\\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:15:\"progressbar_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953534,'web','218.35.3.152',NULL),(71,'\\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:7:\"ongoing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953534,'web','218.35.3.152',NULL),(72,'\\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:11:\"ongoing_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953534,'web','218.35.3.152',NULL),(73,'\\core\\event\\config_log_created','core','created','config_log','config_log',722,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"displayleftmenu\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953534,'web','218.35.3.152',NULL),(74,'\\core\\event\\config_log_created','core','created','config_log','config_log',723,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displayleftmenu_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953534,'web','218.35.3.152',NULL),(75,'\\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:13:\"displayleftif\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953534,'web','218.35.3.152',NULL),(76,'\\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:17:\"displayleftif_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953534,'web','218.35.3.152',NULL),(77,'\\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:9:\"slideshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953534,'web','218.35.3.152',NULL),(78,'\\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:13:\"slideshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953534,'web','218.35.3.152',NULL),(79,'\\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:\"slideshowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953534,'web','218.35.3.152',NULL),(80,'\\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:15:\"slideshowheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953534,'web','218.35.3.152',NULL),(81,'\\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:16:\"slideshowbgcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953534,'web','218.35.3.152',NULL),(82,'\\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:10:\"maxanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953534,'web','218.35.3.152',NULL),(83,'\\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:14:\"maxanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953534,'web','218.35.3.152',NULL),(84,'\\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:\"defaultfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953534,'web','218.35.3.152',NULL),(85,'\\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:19:\"defaultfeedback_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953534,'web','218.35.3.152',NULL),(86,'\\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:12:\"activitylink\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(87,'\\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:16:\"activitylink_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(88,'\\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:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(89,'\\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:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(90,'\\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:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(91,'\\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:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(92,'\\core\\event\\config_log_created','core','created','config_log','config_log',741,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"modattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(93,'\\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:15:\"modattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(94,'\\core\\event\\config_log_created','core','created','config_log','config_log',743,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"displayreview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(95,'\\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:17:\"displayreview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(96,'\\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:23:\"maximumnumberofattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(97,'\\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:27:\"maximumnumberofattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(98,'\\core\\event\\config_log_created','core','created','config_log','config_log',747,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultnextpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(99,'\\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:19:\"defaultnextpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(100,'\\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:\"numberofpagestoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(101,'\\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:23:\"numberofpagestoshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(102,'\\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:8:\"practice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(103,'\\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:12:\"practice_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(104,'\\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:13:\"customscoring\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(105,'\\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:17:\"customscoring_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(106,'\\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:\"retakesallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(107,'\\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:18:\"retakesallowed_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(108,'\\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:17:\"handlingofretakes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(109,'\\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:\"handlingofretakes_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(110,'\\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:24:\"minimumnumberofquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(111,'\\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:28:\"minimumnumberofquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1689953535,'web','218.35.3.152',NULL),(112,'\\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:8:\"dndmedia\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"label\";}',1689953535,'web','218.35.3.152',NULL),(113,'\\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:14:\"dndresizewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}',1689953535,'web','218.35.3.152',NULL),(114,'\\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:15:\"dndresizeheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}',1689953535,'web','218.35.3.152',NULL),(115,'\\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:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1689953535,'web','218.35.3.152',NULL),(116,'\\core\\event\\config_log_created','core','created','config_log','config_log',765,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953535,'web','218.35.3.152',NULL),(117,'\\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:16:\"timelimit_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953535,'web','218.35.3.152',NULL),(118,'\\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:24:\"notifyattemptgradeddelay\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"18000\";s:6:\"plugin\";s:4:\"quiz\";}',1689953535,'web','218.35.3.152',NULL),(119,'\\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:15:\"overduehandling\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"autosubmit\";s:6:\"plugin\";s:4:\"quiz\";}',1689953535,'web','218.35.3.152',NULL),(120,'\\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:19:\"overduehandling_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953535,'web','218.35.3.152',NULL),(121,'\\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:22:\"overduehandling_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953535,'web','218.35.3.152',NULL),(122,'\\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:11:\"graceperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:4:\"quiz\";}',1689953535,'web','218.35.3.152',NULL),(123,'\\core\\event\\config_log_created','core','created','config_log','config_log',772,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"graceperiod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953535,'web','218.35.3.152',NULL),(124,'\\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:18:\"graceperiod_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953535,'web','218.35.3.152',NULL),(125,'\\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:14:\"graceperiodmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}',1689953535,'web','218.35.3.152',NULL),(126,'\\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:8:\"attempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1689953535,'web','218.35.3.152',NULL),(127,'\\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:12:\"attempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953535,'web','218.35.3.152',NULL),(128,'\\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:15:\"attempts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953535,'web','218.35.3.152',NULL),(129,'\\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:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1689953535,'web','218.35.3.152',NULL),(130,'\\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:15:\"grademethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953535,'web','218.35.3.152',NULL),(131,'\\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:18:\"grademethod_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(132,'\\core\\event\\config_log_created','core','created','config_log','config_log',781,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"maximumgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(133,'\\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:19:\"maximumgrade_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(134,'\\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:16:\"questionsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(135,'\\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:20:\"questionsperpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(136,'\\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:23:\"questionsperpage_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(137,'\\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:9:\"navmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"free\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(138,'\\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:13:\"navmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(139,'\\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:16:\"navmethod_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(140,'\\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:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(141,'\\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:18:\"shuffleanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(142,'\\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:21:\"shuffleanswers_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(143,'\\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:18:\"preferredbehaviour\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"deferredfeedback\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(144,'\\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:25:\"preferredbehaviour_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(145,'\\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:16:\"canredoquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(146,'\\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:20:\"canredoquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(147,'\\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:23:\"canredoquestions_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(148,'\\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:13:\"attemptonlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(149,'\\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:17:\"attemptonlast_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(150,'\\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:20:\"attemptonlast_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(151,'\\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:13:\"reviewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(152,'\\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:17:\"reviewcorrectness\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(153,'\\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:11:\"reviewmarks\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(154,'\\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:22:\"reviewspecificfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(155,'\\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:21:\"reviewgeneralfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(156,'\\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:17:\"reviewrightanswer\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(157,'\\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:21:\"reviewoverallfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"4368\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(158,'\\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:\"showuserpicture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(159,'\\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:19:\"showuserpicture_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(160,'\\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:22:\"showuserpicture_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(161,'\\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:13:\"decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(162,'\\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:17:\"decimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(163,'\\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:20:\"decimalpoints_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(164,'\\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:\"questiondecimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(165,'\\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:25:\"questiondecimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(166,'\\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:28:\"questiondecimalpoints_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(167,'\\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:10:\"showblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(168,'\\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:14:\"showblocks_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(169,'\\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:17:\"showblocks_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(170,'\\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:12:\"quizpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(171,'\\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:16:\"quizpassword_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(172,'\\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:21:\"quizpassword_required\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(173,'\\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:19:\"quizpassword_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(174,'\\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:6:\"subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(175,'\\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:10:\"subnet_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(176,'\\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:13:\"subnet_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(177,'\\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:6:\"delay1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(178,'\\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:10:\"delay1_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(179,'\\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:13:\"delay1_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953536,'web','218.35.3.152',NULL),(180,'\\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:6:\"delay2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1689953537,'web','218.35.3.152',NULL),(181,'\\core\\event\\config_log_created','core','created','config_log','config_log',830,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"delay2_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1689953537,'web','218.35.3.152',NULL),(182,'\\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:13:\"delay2_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953537,'web','218.35.3.152',NULL),(183,'\\core\\event\\config_log_created','core','created','config_log','config_log',832,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"browsersecurity\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"-\";s:6:\"plugin\";s:4:\"quiz\";}',1689953537,'web','218.35.3.152',NULL),(184,'\\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:19:\"browsersecurity_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1689953537,'web','218.35.3.152',NULL),(185,'\\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:22:\"browsersecurity_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1689953537,'web','218.35.3.152',NULL),(186,'\\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:19:\"initialnumfeedbacks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}',1689953537,'web','218.35.3.152',NULL),(187,'\\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:14:\"autosaveperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}',1689953537,'web','218.35.3.152',NULL),(188,'\\core\\event\\config_log_created','core','created','config_log','config_log',837,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"autoreconfigureseb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1689953537,'web','218.35.3.152',NULL),(189,'\\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:12:\"showseblinks\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"seb,http\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1689953537,'web','218.35.3.152',NULL),(190,'\\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:12:\"downloadlink\";s:8:\"oldvalue\";N;s:5:\"value\";s:44:\"https://safeexambrowser.org/download_en.html\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1689953537,'web','218.35.3.152',NULL),(191,'\\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:20:\"quizpasswordrequired\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1689953537,'web','218.35.3.152',NULL),(192,'\\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:24:\"displayblocksbeforestart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1689953537,'web','218.35.3.152',NULL),(193,'\\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:25:\"displayblockswhenfinished\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1689953537,'web','218.35.3.152',NULL),(194,'\\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:18:\"glossary_entbypage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1689953537,'web','218.35.3.152',NULL),(195,'\\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:19:\"glossary_dupentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953537,'web','218.35.3.152',NULL),(196,'\\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:22:\"glossary_allowcomments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953537,'web','218.35.3.152',NULL),(197,'\\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:22:\"glossary_linkbydefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1689953537,'web','218.35.3.152',NULL),(198,'\\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:24:\"glossary_defaultapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1689953537,'web','218.35.3.152',NULL),(199,'\\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:23:\"glossary_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953537,'web','218.35.3.152',NULL),(200,'\\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:20:\"glossary_linkentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953537,'web','218.35.3.152',NULL),(201,'\\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:22:\"glossary_casesensitive\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953537,'web','218.35.3.152',NULL),(202,'\\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:18:\"glossary_fullmatch\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953537,'web','218.35.3.152',NULL),(203,'\\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:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:8:\"resource\";}',1689953537,'web','218.35.3.152',NULL),(204,'\\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:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"0,1,4,5,6\";s:6:\"plugin\";s:8:\"resource\";}',1689953537,'web','218.35.3.152',NULL),(205,'\\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:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"resource\";}',1689953537,'web','218.35.3.152',NULL),(206,'\\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:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1689953537,'web','218.35.3.152',NULL),(207,'\\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:8:\"showsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1689953537,'web','218.35.3.152',NULL),(208,'\\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:8:\"showtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1689953537,'web','218.35.3.152',NULL),(209,'\\core\\event\\config_log_created','core','created','config_log','config_log',858,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1689953537,'web','218.35.3.152',NULL),(210,'\\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:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:8:\"resource\";}',1689953537,'web','218.35.3.152',NULL),(211,'\\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:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:8:\"resource\";}',1689953537,'web','218.35.3.152',NULL),(212,'\\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:11:\"filterfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1689953537,'web','218.35.3.152',NULL),(213,'\\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:16:\"numberingoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,2,3\";s:6:\"plugin\";s:4:\"book\";}',1689953537,'web','218.35.3.152',NULL),(214,'\\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:9:\"numbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}',1689953537,'web','218.35.3.152',NULL),(215,'\\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:5:\"grade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"80\";s:6:\"plugin\";s:8:\"workshop\";}',1689953537,'web','218.35.3.152',NULL),(216,'\\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:12:\"gradinggrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:8:\"workshop\";}',1689953537,'web','218.35.3.152',NULL),(217,'\\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:13:\"gradedecimals\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1689953537,'web','218.35.3.152',NULL),(218,'\\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:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1689953537,'web','218.35.3.152',NULL),(219,'\\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:8:\"strategy\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"accumulative\";s:6:\"plugin\";s:8:\"workshop\";}',1689953537,'web','218.35.3.152',NULL),(220,'\\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:12:\"examplesmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1689953537,'web','218.35.3.152',NULL),(221,'\\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:12:\"numofreviews\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:25:\"workshopallocation_random\";}',1689953537,'web','218.35.3.152',NULL),(222,'\\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:6:\"grade0\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"否\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}',1689953537,'web','218.35.3.152',NULL),(223,'\\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:6:\"grade1\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"是\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}',1689953537,'web','218.35.3.152',NULL),(224,'\\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:10:\"comparison\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:17:\"workshopeval_best\";}',1689953537,'web','218.35.3.152',NULL),(225,'\\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:27:\"feedback_allowfullanonymous\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953537,'web','218.35.3.152',NULL),(226,'\\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:11:\"chat_method\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ajax\";s:6:\"plugin\";N;}',1689953537,'web','218.35.3.152',NULL),(227,'\\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:21:\"chat_refresh_userlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1689953537,'web','218.35.3.152',NULL),(228,'\\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:13:\"chat_old_ping\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";N;}',1689953537,'web','218.35.3.152',NULL),(229,'\\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:17:\"chat_refresh_room\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1689953537,'web','218.35.3.152',NULL),(230,'\\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:22:\"chat_normal_updatemode\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"jsupdate\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(231,'\\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:15:\"chat_serverhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:18:\"www.cultivarts.org\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(232,'\\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:13:\"chat_serverip\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(233,'\\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:15:\"chat_serverport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"9111\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(234,'\\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:14:\"chat_servermax\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(235,'\\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:17:\"forum_displaymode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(236,'\\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:15:\"forum_shortpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(237,'\\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:14:\"forum_longpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(238,'\\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:21:\"forum_manydiscussions\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(239,'\\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:14:\"forum_maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"512000\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(240,'\\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:20:\"forum_maxattachments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"9\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(241,'\\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:18:\"forum_subscription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(242,'\\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:18:\"forum_trackingtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(243,'\\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:20:\"forum_trackreadposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(244,'\\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:\"forum_allowforcedreadtracking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(245,'\\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:17:\"forum_oldpostdays\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"14\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(246,'\\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:19:\"forum_usermarksread\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(247,'\\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:19:\"forum_cleanreadtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(248,'\\core\\event\\config_log_created','core','created','config_log','config_log',897,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"digestmailtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"17\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(249,'\\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:20:\"forum_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(250,'\\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:22:\"forum_enabletimedposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(251,'\\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:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:3:\"url\";}',1689953538,'web','218.35.3.152',NULL),(252,'\\core\\event\\config_log_created','core','created','config_log','config_log',901,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"secretphrase\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:3:\"url\";}',1689953538,'web','218.35.3.152',NULL),(253,'\\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:13:\"rolesinparams\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}',1689953538,'web','218.35.3.152',NULL),(254,'\\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:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,5,6\";s:6:\"plugin\";s:3:\"url\";}',1689953538,'web','218.35.3.152',NULL),(255,'\\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:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:3:\"url\";}',1689953538,'web','218.35.3.152',NULL),(256,'\\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:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}',1689953538,'web','218.35.3.152',NULL),(257,'\\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:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:3:\"url\";}',1689953538,'web','218.35.3.152',NULL),(258,'\\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:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:3:\"url\";}',1689953538,'web','218.35.3.152',NULL),(259,'\\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:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}',1689953538,'web','218.35.3.152',NULL),(260,'\\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:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"page\";}',1689953538,'web','218.35.3.152',NULL),(261,'\\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:17:\"printlastmodified\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}',1689953538,'web','218.35.3.152',NULL),(262,'\\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:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}',1689953538,'web','218.35.3.152',NULL),(263,'\\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:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:4:\"page\";}',1689953538,'web','218.35.3.152',NULL),(264,'\\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:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:4:\"page\";}',1689953538,'web','218.35.3.152',NULL),(265,'\\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:\"bigbluebuttonbn_default_dpa_accepted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(266,'\\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:26:\"bigbluebuttonbn_server_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:56:\"https://test-moodle.blindsidenetworks.com/bigbluebutton/\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(267,'\\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:29:\"bigbluebuttonbn_shared_secret\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"********\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(268,'\\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:29:\"bigbluebuttonbn_poll_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(269,'\\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:31:\"bigbluebuttonbn_welcome_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(270,'\\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:32:\"bigbluebuttonbn_welcome_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(271,'\\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:33:\"bigbluebuttonbn_recording_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(272,'\\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:40:\"bigbluebuttonbn_recording_refresh_period\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(273,'\\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:34:\"bigbluebuttonbn_recording_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(274,'\\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:48:\"bigbluebuttonbn_recording_all_from_start_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(275,'\\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:49:\"bigbluebuttonbn_recording_all_from_start_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(276,'\\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:45:\"bigbluebuttonbn_recording_hide_button_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(277,'\\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:46:\"bigbluebuttonbn_recording_hide_button_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953538,'web','218.35.3.152',NULL),(278,'\\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:40:\"bigbluebuttonbn_importrecordings_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(279,'\\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:53:\"bigbluebuttonbn_importrecordings_from_deleted_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(280,'\\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:42:\"bigbluebuttonbn_recordings_deleted_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(281,'\\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:43:\"bigbluebuttonbn_recordings_deleted_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(282,'\\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:43:\"bigbluebuttonbn_recordings_imported_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(283,'\\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:44:\"bigbluebuttonbn_recordings_imported_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(284,'\\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:42:\"bigbluebuttonbn_recordings_preview_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(285,'\\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:43:\"bigbluebuttonbn_recordings_preview_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(286,'\\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:35:\"bigbluebuttonbn_recordings_asc_sort\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(287,'\\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:42:\"bigbluebuttonbn_recording_protect_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(288,'\\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:40:\"bigbluebuttonbn_waitformoderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(289,'\\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:41:\"bigbluebuttonbn_waitformoderator_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(290,'\\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:46:\"bigbluebuttonbn_waitformoderator_ping_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(291,'\\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:42:\"bigbluebuttonbn_waitformoderator_cache_ttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(292,'\\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:36:\"bigbluebuttonbn_voicebridge_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(293,'\\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:46:\"bigbluebuttonbn_preuploadpresentation_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(294,'\\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:\"presentationdefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"mod_bigbluebuttonbn\";}',1689953539,'web','218.35.3.152',NULL),(295,'\\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:33:\"bigbluebuttonbn_userlimit_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(296,'\\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:34:\"bigbluebuttonbn_userlimit_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(297,'\\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:45:\"bigbluebuttonbn_participant_moderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(298,'\\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:35:\"bigbluebuttonbn_muteonstart_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(299,'\\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:36:\"bigbluebuttonbn_muteonstart_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(300,'\\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:34:\"bigbluebuttonbn_disablecam_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(301,'\\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:35:\"bigbluebuttonbn_disablecam_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(302,'\\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:34:\"bigbluebuttonbn_disablemic_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(303,'\\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:35:\"bigbluebuttonbn_disablemic_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(304,'\\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:42:\"bigbluebuttonbn_disableprivatechat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(305,'\\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:43:\"bigbluebuttonbn_disableprivatechat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(306,'\\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:41:\"bigbluebuttonbn_disablepublicchat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(307,'\\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:42:\"bigbluebuttonbn_disablepublicchat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(308,'\\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:35:\"bigbluebuttonbn_disablenote_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(309,'\\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:36:\"bigbluebuttonbn_disablenote_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(310,'\\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:36:\"bigbluebuttonbn_hideuserlist_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(311,'\\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:37:\"bigbluebuttonbn_hideuserlist_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(312,'\\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:38:\"bigbluebuttonbn_recordingready_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(313,'\\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:37:\"bigbluebuttonbn_meetingevents_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(314,'\\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:35:\"bigbluebuttonbn_guestaccess_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(315,'\\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:12:\"showexpanded\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"folder\";}',1689953539,'web','218.35.3.152',NULL),(316,'\\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:17:\"maxsizetodownload\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"folder\";}',1689953539,'web','218.35.3.152',NULL),(317,'\\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:19:\"data_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953539,'web','218.35.3.152',NULL),(318,'\\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:29:\"feedback_plugin_for_gradebook\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"assignfeedback_comments\";s:6:\"plugin\";s:6:\"assign\";}',1689953539,'web','218.35.3.152',NULL),(319,'\\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:21:\"showrecentsubmissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1689953539,'web','218.35.3.152',NULL),(320,'\\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:18:\"submissionreceipts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1689953539,'web','218.35.3.152',NULL),(321,'\\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:19:\"submissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:87:\"這一作業,除了我有註明是引注他人作品之外,都是我自己寫的。\";s:6:\"plugin\";s:6:\"assign\";}',1689953539,'web','218.35.3.152',NULL),(322,'\\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:33:\"submissionstatementteamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:112:\"This submission is the work of my group, except where we have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(323,'\\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:42:\"submissionstatementteamsubmissionallsubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:120:\"This submission is my own work as a group member, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(324,'\\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:10:\"maxperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(325,'\\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:21:\"alwaysshowdescription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(326,'\\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:25:\"alwaysshowdescription_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(327,'\\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:28:\"alwaysshowdescription_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(328,'\\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:24:\"allowsubmissionsfromdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(329,'\\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:32:\"allowsubmissionsfromdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(330,'\\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:28:\"allowsubmissionsfromdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(331,'\\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:7:\"duedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(332,'\\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:15:\"duedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(333,'\\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:11:\"duedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(334,'\\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:10:\"cutoffdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(335,'\\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:18:\"cutoffdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(336,'\\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:14:\"cutoffdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(337,'\\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:15:\"enabletimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(338,'\\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:14:\"gradingduedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(339,'\\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:22:\"gradingduedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(340,'\\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:18:\"gradingduedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(341,'\\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:16:\"submissiondrafts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(342,'\\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:20:\"submissiondrafts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(343,'\\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:23:\"submissiondrafts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(344,'\\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:26:\"requiresubmissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(345,'\\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:30:\"requiresubmissionstatement_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(346,'\\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:33:\"requiresubmissionstatement_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(347,'\\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:19:\"attemptreopenmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"none\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(348,'\\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:23:\"attemptreopenmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(349,'\\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:\"attemptreopenmethod_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(350,'\\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:11:\"maxattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(351,'\\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:15:\"maxattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(352,'\\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:18:\"maxattempts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(353,'\\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:14:\"teamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(354,'\\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:18:\"teamsubmission_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(355,'\\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:21:\"teamsubmission_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(356,'\\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:27:\"preventsubmissionnotingroup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(357,'\\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:31:\"preventsubmissionnotingroup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(358,'\\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:34:\"preventsubmissionnotingroup_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(359,'\\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:27:\"requireallteammemberssubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(360,'\\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:31:\"requireallteammemberssubmit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(361,'\\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:34:\"requireallteammemberssubmit_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(362,'\\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:24:\"teamsubmissiongroupingid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(363,'\\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:28:\"teamsubmissiongroupingid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(364,'\\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:17:\"sendnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(365,'\\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:21:\"sendnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(366,'\\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:24:\"sendnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(367,'\\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:21:\"sendlatenotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(368,'\\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:25:\"sendlatenotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(369,'\\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:28:\"sendlatenotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(370,'\\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:24:\"sendstudentnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1689953540,'web','218.35.3.152',NULL),(371,'\\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:28:\"sendstudentnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953541,'web','218.35.3.152',NULL),(372,'\\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:31:\"sendstudentnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953541,'web','218.35.3.152',NULL),(373,'\\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:12:\"blindmarking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1689953541,'web','218.35.3.152',NULL),(374,'\\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:16:\"blindmarking_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953541,'web','218.35.3.152',NULL),(375,'\\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:19:\"blindmarking_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953541,'web','218.35.3.152',NULL),(376,'\\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:10:\"hidegrader\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1689953541,'web','218.35.3.152',NULL),(377,'\\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:14:\"hidegrader_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953541,'web','218.35.3.152',NULL),(378,'\\core\\event\\config_log_created','core','created','config_log','config_log',1027,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"hidegrader_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953541,'web','218.35.3.152',NULL),(379,'\\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:15:\"markingworkflow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1689953541,'web','218.35.3.152',NULL),(380,'\\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:19:\"markingworkflow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953541,'web','218.35.3.152',NULL),(381,'\\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:22:\"markingworkflow_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953541,'web','218.35.3.152',NULL),(382,'\\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:17:\"markingallocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1689953541,'web','218.35.3.152',NULL),(383,'\\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:21:\"markingallocation_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953541,'web','218.35.3.152',NULL),(384,'\\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:24:\"markingallocation_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1689953541,'web','218.35.3.152',NULL),(385,'\\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:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1689953541,'web','218.35.3.152',NULL),(386,'\\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:8:\"maxfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1689953541,'web','218.35.3.152',NULL),(387,'\\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:9:\"filetypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1689953541,'web','218.35.3.152',NULL),(388,'\\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:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1689953541,'web','218.35.3.152',NULL),(389,'\\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:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:27:\"assignsubmission_onlinetext\";}',1689953541,'web','218.35.3.152',NULL),(390,'\\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:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1689953541,'web','218.35.3.152',NULL),(391,'\\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:6:\"inline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1689953541,'web','218.35.3.152',NULL),(392,'\\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:10:\"inline_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1689953541,'web','218.35.3.152',NULL),(393,'\\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:13:\"inline_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1689953541,'web','218.35.3.152',NULL),(394,'\\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:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}',1689953541,'web','218.35.3.152',NULL),(395,'\\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:6:\"stamps\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}',1689953541,'web','218.35.3.152',NULL),(396,'\\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:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"assignfeedback_file\";}',1689953541,'web','218.35.3.152',NULL),(397,'\\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:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"assignfeedback_offline\";}',1689953541,'web','218.35.3.152',NULL),(398,'\\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:7:\"keepold\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"imscp\";}',1689953541,'web','218.35.3.152',NULL),(399,'\\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:11:\"keepold_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"imscp\";}',1689953541,'web','218.35.3.152',NULL),(400,'\\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:22:\"displaycoursestructure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953541,'web','218.35.3.152',NULL),(401,'\\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:26:\"displaycoursestructure_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1689953541,'web','218.35.3.152',NULL),(402,'\\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:5:\"popup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953541,'web','218.35.3.152',NULL),(403,'\\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:9:\"popup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1689953541,'web','218.35.3.152',NULL),(404,'\\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:10:\"framewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}',1689953541,'web','218.35.3.152',NULL),(405,'\\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:14:\"framewidth_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1689953541,'web','218.35.3.152',NULL),(406,'\\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:11:\"frameheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"500\";s:6:\"plugin\";s:5:\"scorm\";}',1689953541,'web','218.35.3.152',NULL),(407,'\\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:15:\"frameheight_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1689953541,'web','218.35.3.152',NULL),(408,'\\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:13:\"winoptgrp_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1689953541,'web','218.35.3.152',NULL),(409,'\\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:10:\"scrollbars\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953541,'web','218.35.3.152',NULL),(410,'\\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:11:\"directories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953541,'web','218.35.3.152',NULL),(411,'\\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:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953541,'web','218.35.3.152',NULL),(412,'\\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:7:\"menubar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953541,'web','218.35.3.152',NULL),(413,'\\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:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953541,'web','218.35.3.152',NULL),(414,'\\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:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953541,'web','218.35.3.152',NULL),(415,'\\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:8:\"skipview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953541,'web','218.35.3.152',NULL),(416,'\\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:12:\"skipview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1689953541,'web','218.35.3.152',NULL),(417,'\\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:10:\"hidebrowse\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953541,'web','218.35.3.152',NULL),(418,'\\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:14:\"hidebrowse_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1689953541,'web','218.35.3.152',NULL),(419,'\\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:7:\"hidetoc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953541,'web','218.35.3.152',NULL),(420,'\\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:11:\"hidetoc_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1689953541,'web','218.35.3.152',NULL),(421,'\\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:3:\"nav\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(422,'\\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:7:\"nav_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(423,'\\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:15:\"navpositionleft\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(424,'\\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:19:\"navpositionleft_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(425,'\\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:14:\"navpositiontop\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(426,'\\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:18:\"navpositiontop_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(427,'\\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:18:\"collapsetocwinsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"767\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(428,'\\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:22:\"collapsetocwinsize_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(429,'\\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:20:\"displayattemptstatus\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(430,'\\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:24:\"displayattemptstatus_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(431,'\\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:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(432,'\\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:8:\"maxgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(433,'\\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:10:\"maxattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(434,'\\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:9:\"whatgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(435,'\\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:14:\"forcecompleted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(436,'\\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:15:\"forcenewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(437,'\\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:10:\"autocommit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(438,'\\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:15:\"masteryoverride\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(439,'\\core\\event\\config_log_created','core','created','config_log','config_log',1088,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"lastattemptlock\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(440,'\\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:4:\"auto\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(441,'\\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:10:\"updatefreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(442,'\\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:13:\"scormstandard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(443,'\\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:17:\"allowtypeexternal\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(444,'\\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:18:\"allowtypelocalsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(445,'\\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:21:\"allowtypeexternalaicc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(446,'\\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:13:\"allowaicchacp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(447,'\\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:15:\"aicchacptimeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(448,'\\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:23:\"aicchacpkeepsessiondata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(449,'\\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:\"aiccuserid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(450,'\\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:15:\"forcejavascript\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(451,'\\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:13:\"allowapidebug\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(452,'\\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:12:\"apidebugmask\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\".*\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(453,'\\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:23:\"protectpackagedownloads\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1689953542,'web','218.35.3.152',NULL),(454,'\\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:12:\"activitytype\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"forum\";s:6:\"plugin\";s:21:\"format_singleactivity\";}',1689953542,'web','218.35.3.152',NULL),(455,'\\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:11:\"indentation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"format_weeks\";}',1689953542,'web','218.35.3.152',NULL),(456,'\\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:11:\"indentation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"format_topics\";}',1689953542,'web','218.35.3.152',NULL),(457,'\\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:15:\"videoextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:33:\"html_video,media_source,.f4v,.flv\";s:6:\"plugin\";s:13:\"media_videojs\";}',1689953542,'web','218.35.3.152',NULL),(458,'\\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:15:\"audioextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"html_audio\";s:6:\"plugin\";s:13:\"media_videojs\";}',1689953542,'web','218.35.3.152',NULL),(459,'\\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:7:\"youtube\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}',1689953542,'web','218.35.3.152',NULL),(460,'\\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:13:\"videocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}',1689953542,'web','218.35.3.152',NULL),(461,'\\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:13:\"audiocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}',1689953542,'web','218.35.3.152',NULL),(462,'\\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:9:\"limitsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}',1689953542,'web','218.35.3.152',NULL),(463,'\\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:15:\"config_showbest\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1689953542,'web','218.35.3.152',NULL),(464,'\\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:22:\"config_showbest_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1689953542,'web','218.35.3.152',NULL),(465,'\\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:16:\"config_showworst\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1689953542,'web','218.35.3.152',NULL),(466,'\\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:23:\"config_showworst_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1689953542,'web','218.35.3.152',NULL),(467,'\\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:16:\"config_usegroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1689953542,'web','218.35.3.152',NULL),(468,'\\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:23:\"config_usegroups_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1689953542,'web','218.35.3.152',NULL),(469,'\\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:\"config_nameformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1689953543,'web','218.35.3.152',NULL),(470,'\\core\\event\\config_log_created','core','created','config_log','config_log',1119,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"config_nameformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1689953543,'web','218.35.3.152',NULL),(471,'\\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:18:\"config_gradeformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1689953543,'web','218.35.3.152',NULL),(472,'\\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:25:\"config_gradeformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1689953543,'web','218.35.3.152',NULL),(473,'\\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:20:\"config_decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1689953543,'web','218.35.3.152',NULL),(474,'\\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:27:\"config_decimalpoints_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1689953543,'web','218.35.3.152',NULL),(475,'\\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:27:\"block_course_list_adminview\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"all\";s:6:\"plugin\";N;}',1689953543,'web','218.35.3.152',NULL),(476,'\\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:36:\"block_course_list_hideallcourseslink\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953543,'web','218.35.3.152',NULL),(477,'\\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:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1689953543,'web','218.35.3.152',NULL),(478,'\\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:7:\"layouts\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"card,list,summary\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1689953543,'web','218.35.3.152',NULL),(479,'\\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:33:\"displaygroupingallincludinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1689953543,'web','218.35.3.152',NULL),(480,'\\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:18:\"displaygroupingall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1689953543,'web','218.35.3.152',NULL),(481,'\\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:25:\"displaygroupinginprogress\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1689953543,'web','218.35.3.152',NULL),(482,'\\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:19:\"displaygroupingpast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1689953543,'web','218.35.3.152',NULL),(483,'\\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:21:\"displaygroupingfuture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1689953543,'web','218.35.3.152',NULL),(484,'\\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:26:\"displaygroupingcustomfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1689953543,'web','218.35.3.152',NULL),(485,'\\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:20:\"customfiltergrouping\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1689953543,'web','218.35.3.152',NULL),(486,'\\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:25:\"displaygroupingfavourites\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1689953543,'web','218.35.3.152',NULL),(487,'\\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:21:\"displaygroupinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1689953543,'web','218.35.3.152',NULL),(488,'\\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:28:\"block_online_users_timetosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1689953543,'web','218.35.3.152',NULL),(489,'\\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:37:\"block_online_users_onlinestatushiding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1689953543,'web','218.35.3.152',NULL),(490,'\\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:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:20:\"block_starredcourses\";}',1689953543,'web','218.35.3.152',NULL),(491,'\\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:12:\"numsections1\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"22\";s:6:\"plugin\";s:19:\"block_section_links\";}',1689953543,'web','218.35.3.152',NULL),(492,'\\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:6:\"incby1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:19:\"block_section_links\";}',1689953543,'web','218.35.3.152',NULL),(493,'\\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:12:\"numsections2\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"40\";s:6:\"plugin\";s:19:\"block_section_links\";}',1689953543,'web','218.35.3.152',NULL),(494,'\\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:6:\"incby2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"block_section_links\";}',1689953543,'web','218.35.3.152',NULL),(495,'\\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:15:\"showsectionname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"block_section_links\";}',1689953543,'web','218.35.3.152',NULL),(496,'\\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:28:\"block_rss_client_num_entries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1689953543,'web','218.35.3.152',NULL),(497,'\\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:24:\"block_rss_client_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";N;}',1689953543,'web','218.35.3.152',NULL),(498,'\\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:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:29:\"block_recentlyaccessedcourses\";}',1689953543,'web','218.35.3.152',NULL),(499,'\\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:10:\"whattoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"showboth\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1689953543,'web','218.35.3.152',NULL),(500,'\\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:12:\"errordisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"showint\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1689953543,'web','218.35.3.152',NULL),(501,'\\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:8:\"toolpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"errors\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1689953543,'web','218.35.3.152',NULL),(502,'\\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:26:\"block_html_allowcssclasses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953543,'web','218.35.3.152',NULL),(503,'\\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:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"block_tag_youtube\";}',1689953543,'web','218.35.3.152',NULL),(504,'\\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:8:\"dbdriver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1689953543,'web','218.35.3.152',NULL),(505,'\\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:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1689953543,'web','218.35.3.152',NULL),(506,'\\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:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1689953543,'web','218.35.3.152',NULL),(507,'\\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:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1689953543,'web','218.35.3.152',NULL),(508,'\\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:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1689953543,'web','218.35.3.152',NULL),(509,'\\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:7:\"dbtable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1689953543,'web','218.35.3.152',NULL),(510,'\\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:9:\"dbpersist\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1689953543,'web','218.35.3.152',NULL),(511,'\\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:8:\"dbsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1689953543,'web','218.35.3.152',NULL),(512,'\\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:\"dbport\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1689953543,'web','218.35.3.152',NULL),(513,'\\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:8:\"dbschema\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1689953544,'web','218.35.3.152',NULL),(514,'\\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:11:\"dbcollation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1689953544,'web','218.35.3.152',NULL),(515,'\\core\\event\\config_log_created','core','created','config_log','config_log',1164,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"dbhandlesoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1689953544,'web','218.35.3.152',NULL),(516,'\\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:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_database\";}',1689953544,'web','218.35.3.152',NULL),(517,'\\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:10:\"jsonformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"logstore_database\";}',1689953544,'web','218.35.3.152',NULL),(518,'\\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:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1689953544,'web','218.35.3.152',NULL),(519,'\\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:13:\"includelevels\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,2,0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1689953544,'web','218.35.3.152',NULL),(520,'\\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:14:\"includeactions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"c,r,u,d\";s:6:\"plugin\";s:17:\"logstore_database\";}',1689953544,'web','218.35.3.152',NULL),(521,'\\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:9:\"loglegacy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"logstore_legacy\";}',1689953544,'web','218.35.3.152',NULL),(522,'\\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:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1689953544,'web','218.35.3.152',NULL),(523,'\\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:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953544,'web','218.35.3.152',NULL),(524,'\\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:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1689953544,'web','218.35.3.152',NULL),(525,'\\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:10:\"jsonformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1689953544,'web','218.35.3.152',NULL),(526,'\\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:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1689953544,'web','218.35.3.152',NULL),(527,'\\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:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1689953544,'web','218.35.3.152',NULL),(528,'\\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:9:\"recaptcha\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"auth_email\";}',1689953544,'web','218.35.3.152',NULL),(529,'\\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:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1689953544,'web','218.35.3.152',NULL),(530,'\\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:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1689953544,'web','218.35.3.152',NULL),(531,'\\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:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1689953544,'web','218.35.3.152',NULL),(532,'\\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:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1689953544,'web','218.35.3.152',NULL),(533,'\\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:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1689953544,'web','218.35.3.152',NULL),(534,'\\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:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1689953544,'web','218.35.3.152',NULL),(535,'\\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:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1689953544,'web','218.35.3.152',NULL),(536,'\\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:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1689953544,'web','218.35.3.152',NULL),(537,'\\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:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1689953544,'web','218.35.3.152',NULL),(538,'\\core\\event\\config_log_created','core','created','config_log','config_log',1187,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1689953544,'web','218.35.3.152',NULL),(539,'\\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:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1689953544,'web','218.35.3.152',NULL),(540,'\\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:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1689953544,'web','218.35.3.152',NULL),(541,'\\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:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1689953544,'web','218.35.3.152',NULL),(542,'\\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:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1689953544,'web','218.35.3.152',NULL),(543,'\\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:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1689953544,'web','218.35.3.152',NULL),(544,'\\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:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1689953544,'web','218.35.3.152',NULL),(545,'\\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:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1689953544,'web','218.35.3.152',NULL),(546,'\\core\\event\\config_log_created','core','created','config_log','config_log',1195,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1689953544,'web','218.35.3.152',NULL),(547,'\\core\\event\\config_log_created','core','created','config_log','config_log',1196,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1689953544,'web','218.35.3.152',NULL),(548,'\\core\\event\\config_log_created','core','created','config_log','config_log',1197,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1689953544,'web','218.35.3.152',NULL),(549,'\\core\\event\\config_log_created','core','created','config_log','config_log',1198,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1689953544,'web','218.35.3.152',NULL),(550,'\\core\\event\\config_log_created','core','created','config_log','config_log',1199,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1689953544,'web','218.35.3.152',NULL),(551,'\\core\\event\\config_log_created','core','created','config_log','config_log',1200,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1689953544,'web','218.35.3.152',NULL),(552,'\\core\\event\\config_log_created','core','created','config_log','config_log',1201,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1689953544,'web','218.35.3.152',NULL),(553,'\\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:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1689953544,'web','218.35.3.152',NULL),(554,'\\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:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1689953544,'web','218.35.3.152',NULL),(555,'\\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:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1689953544,'web','218.35.3.152',NULL),(556,'\\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:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1689953544,'web','218.35.3.152',NULL),(557,'\\core\\event\\config_log_created','core','created','config_log','config_log',1206,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1689953544,'web','218.35.3.152',NULL),(558,'\\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:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1689953544,'web','218.35.3.152',NULL),(559,'\\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:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1689953544,'web','218.35.3.152',NULL),(560,'\\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:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1689953545,'web','218.35.3.152',NULL),(561,'\\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:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1689953545,'web','218.35.3.152',NULL),(562,'\\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:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1689953545,'web','218.35.3.152',NULL),(563,'\\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:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(564,'\\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:4:\"type\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"mysqli\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(565,'\\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:13:\"sybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(566,'\\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:4:\"name\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(567,'\\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:4:\"user\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(568,'\\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:\"pass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(569,'\\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:5:\"table\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(570,'\\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:9:\"fielduser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(571,'\\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:9:\"fieldpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(572,'\\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:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(573,'\\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:11:\"extencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(574,'\\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:8:\"setupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(575,'\\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:11:\"debugauthdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(576,'\\core\\event\\config_log_created','core','created','config_log','config_log',1225,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(577,'\\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:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(578,'\\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:11:\"updateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(579,'\\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:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(580,'\\core\\event\\config_log_created','core','created','config_log','config_log',1229,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(581,'\\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:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(582,'\\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:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(583,'\\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:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(584,'\\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:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(585,'\\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:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(586,'\\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:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(587,'\\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:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(588,'\\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:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(589,'\\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:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(590,'\\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:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(591,'\\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:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(592,'\\core\\event\\config_log_created','core','created','config_log','config_log',1241,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(593,'\\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:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(594,'\\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:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(595,'\\core\\event\\config_log_created','core','created','config_log','config_log',1244,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(596,'\\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:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(597,'\\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:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(598,'\\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:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(599,'\\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:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(600,'\\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:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(601,'\\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:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(602,'\\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:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(603,'\\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:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(604,'\\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:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953545,'web','218.35.3.152',NULL),(605,'\\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:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(606,'\\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:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(607,'\\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:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(608,'\\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:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(609,'\\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:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(610,'\\core\\event\\config_log_created','core','created','config_log','config_log',1259,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(611,'\\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:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(612,'\\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:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(613,'\\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:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(614,'\\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:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(615,'\\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:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(616,'\\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:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(617,'\\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:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(618,'\\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:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(619,'\\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:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(620,'\\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:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(621,'\\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:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(622,'\\core\\event\\config_log_created','core','created','config_log','config_log',1271,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(623,'\\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:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(624,'\\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:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(625,'\\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:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(626,'\\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:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(627,'\\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:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(628,'\\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:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(629,'\\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:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(630,'\\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:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(631,'\\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:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(632,'\\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:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(633,'\\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:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(634,'\\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:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(635,'\\core\\event\\config_log_created','core','created','config_log','config_log',1284,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(636,'\\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:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(637,'\\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:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(638,'\\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:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(639,'\\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:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(640,'\\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:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(641,'\\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:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(642,'\\core\\event\\config_log_created','core','created','config_log','config_log',1291,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(643,'\\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:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(644,'\\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:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(645,'\\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:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(646,'\\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:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1689953546,'web','218.35.3.152',NULL),(647,'\\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:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953546,'web','218.35.3.152',NULL),(648,'\\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:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953546,'web','218.35.3.152',NULL),(649,'\\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:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953546,'web','218.35.3.152',NULL),(650,'\\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:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953546,'web','218.35.3.152',NULL),(651,'\\core\\event\\config_log_created','core','created','config_log','config_log',1300,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953546,'web','218.35.3.152',NULL),(652,'\\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:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(653,'\\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:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(654,'\\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:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(655,'\\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:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(656,'\\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:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(657,'\\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:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(658,'\\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:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(659,'\\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:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(660,'\\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:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(661,'\\core\\event\\config_log_created','core','created','config_log','config_log',1310,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(662,'\\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:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(663,'\\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:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(664,'\\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:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(665,'\\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:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(666,'\\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:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(667,'\\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:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(668,'\\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:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(669,'\\core\\event\\config_log_created','core','created','config_log','config_log',1318,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(670,'\\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:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(671,'\\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:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(672,'\\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:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(673,'\\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:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(674,'\\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:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(675,'\\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:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(676,'\\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:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(677,'\\core\\event\\config_log_created','core','created','config_log','config_log',1326,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(678,'\\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:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(679,'\\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:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(680,'\\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:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(681,'\\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:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(682,'\\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:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(683,'\\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:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(684,'\\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:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(685,'\\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:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(686,'\\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:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(687,'\\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:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(688,'\\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:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(689,'\\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:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(690,'\\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:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(691,'\\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:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(692,'\\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:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(693,'\\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:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(694,'\\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:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(695,'\\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:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(696,'\\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:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(697,'\\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:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953547,'web','218.35.3.152',NULL),(698,'\\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:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953548,'web','218.35.3.152',NULL),(699,'\\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:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953548,'web','218.35.3.152',NULL),(700,'\\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:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953548,'web','218.35.3.152',NULL),(701,'\\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:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953548,'web','218.35.3.152',NULL),(702,'\\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:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953548,'web','218.35.3.152',NULL),(703,'\\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:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953548,'web','218.35.3.152',NULL),(704,'\\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:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953548,'web','218.35.3.152',NULL),(705,'\\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:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953548,'web','218.35.3.152',NULL),(706,'\\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:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953548,'web','218.35.3.152',NULL),(707,'\\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:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953548,'web','218.35.3.152',NULL),(708,'\\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:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953548,'web','218.35.3.152',NULL),(709,'\\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:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953548,'web','218.35.3.152',NULL),(710,'\\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:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953548,'web','218.35.3.152',NULL),(711,'\\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:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953548,'web','218.35.3.152',NULL),(712,'\\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:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953548,'web','218.35.3.152',NULL),(713,'\\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:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953548,'web','218.35.3.152',NULL),(714,'\\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:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1689953548,'web','218.35.3.152',NULL),(715,'\\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:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(716,'\\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:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(717,'\\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:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(718,'\\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:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(719,'\\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:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(720,'\\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:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(721,'\\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:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(722,'\\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:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(723,'\\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:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(724,'\\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:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(725,'\\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:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(726,'\\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:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(727,'\\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:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(728,'\\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:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(729,'\\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:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(730,'\\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:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(731,'\\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:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(732,'\\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:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(733,'\\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:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(734,'\\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:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(735,'\\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:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(736,'\\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:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(737,'\\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:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(738,'\\core\\event\\config_log_created','core','created','config_log','config_log',1387,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(739,'\\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:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(740,'\\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:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(741,'\\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:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(742,'\\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:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(743,'\\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:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(744,'\\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:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(745,'\\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:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(746,'\\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:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(747,'\\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:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(748,'\\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:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(749,'\\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:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953548,'web','218.35.3.152',NULL),(750,'\\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:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(751,'\\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:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(752,'\\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:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(753,'\\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:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(754,'\\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:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(755,'\\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:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(756,'\\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:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(757,'\\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:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(758,'\\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:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(759,'\\core\\event\\config_log_created','core','created','config_log','config_log',1408,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(760,'\\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:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(761,'\\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:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(762,'\\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:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(763,'\\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:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(764,'\\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:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(765,'\\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:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(766,'\\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:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(767,'\\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:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(768,'\\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:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(769,'\\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:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(770,'\\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:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(771,'\\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:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(772,'\\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:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(773,'\\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:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(774,'\\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:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(775,'\\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:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(776,'\\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:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(777,'\\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:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(778,'\\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:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(779,'\\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:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(780,'\\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:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(781,'\\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:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(782,'\\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:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1689953549,'web','218.35.3.152',NULL),(783,'\\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:10:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}',1689953549,'web','218.35.3.152',NULL),(784,'\\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:14:\"expirationtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"auth_manual\";}',1689953549,'web','218.35.3.152',NULL),(785,'\\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:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}',1689953549,'web','218.35.3.152',NULL),(786,'\\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:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1689953549,'web','218.35.3.152',NULL),(787,'\\core\\event\\config_log_created','core','created','config_log','config_log',1436,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1689953549,'web','218.35.3.152',NULL),(788,'\\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:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1689953549,'web','218.35.3.152',NULL),(789,'\\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:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1689953549,'web','218.35.3.152',NULL),(790,'\\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:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1689953549,'web','218.35.3.152',NULL),(791,'\\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:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1689953549,'web','218.35.3.152',NULL),(792,'\\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:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1689953549,'web','218.35.3.152',NULL),(793,'\\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:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1689953549,'web','218.35.3.152',NULL),(794,'\\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:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1689953549,'web','218.35.3.152',NULL),(795,'\\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:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1689953549,'web','218.35.3.152',NULL),(796,'\\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:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1689953549,'web','218.35.3.152',NULL),(797,'\\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:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1689953550,'web','218.35.3.152',NULL),(798,'\\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:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1689953550,'web','218.35.3.152',NULL),(799,'\\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:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1689953550,'web','218.35.3.152',NULL),(800,'\\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:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1689953550,'web','218.35.3.152',NULL),(801,'\\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:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1689953550,'web','218.35.3.152',NULL),(802,'\\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:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1689953550,'web','218.35.3.152',NULL),(803,'\\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:23:\"rpc_negotiation_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:9:\"auth_mnet\";}',1689953550,'web','218.35.3.152',NULL),(804,'\\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:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1689953550,'web','218.35.3.152',NULL),(805,'\\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:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1689953550,'web','218.35.3.152',NULL),(806,'\\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:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1689953550,'web','218.35.3.152',NULL),(807,'\\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:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1689953550,'web','218.35.3.152',NULL),(808,'\\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:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1689953550,'web','218.35.3.152',NULL),(809,'\\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:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1689953550,'web','218.35.3.152',NULL),(810,'\\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:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1689953550,'web','218.35.3.152',NULL),(811,'\\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:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1689953550,'web','218.35.3.152',NULL),(812,'\\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:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1689953550,'web','218.35.3.152',NULL),(813,'\\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:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1689953550,'web','218.35.3.152',NULL),(814,'\\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:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1689953550,'web','218.35.3.152',NULL),(815,'\\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:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1689953550,'web','218.35.3.152',NULL),(816,'\\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:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1689953550,'web','218.35.3.152',NULL),(817,'\\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:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1689953550,'web','218.35.3.152',NULL),(818,'\\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:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1689953550,'web','218.35.3.152',NULL),(819,'\\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:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1689953550,'web','218.35.3.152',NULL),(820,'\\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:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1689953550,'web','218.35.3.152',NULL),(821,'\\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:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953550,'web','218.35.3.152',NULL),(822,'\\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:12:\"convert_data\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953550,'web','218.35.3.152',NULL),(823,'\\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:9:\"alt_login\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"off\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953550,'web','218.35.3.152',NULL),(824,'\\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: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\";}',1689953550,'web','218.35.3.152',NULL),(825,'\\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:14:\"logout_handler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953550,'web','218.35.3.152',NULL),(826,'\\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:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953550,'web','218.35.3.152',NULL),(827,'\\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:10:\"login_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"Shibboleth Login\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953550,'web','218.35.3.152',NULL),(828,'\\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:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953550,'web','218.35.3.152',NULL),(829,'\\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:17:\"auth_instructions\";s:8:\"oldvalue\";N;s:5:\"value\";s:199:\"如果您的學校支援Shibboleth,可以使用<a href=\"https://www.cultivarts.org/moodle/auth/shibboleth/index.php\">Shibboleth登入</a>來存取它。<br />否則請使用這標準登入表單。\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953550,'web','218.35.3.152',NULL),(830,'\\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:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953550,'web','218.35.3.152',NULL),(831,'\\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:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953550,'web','218.35.3.152',NULL),(832,'\\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:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953550,'web','218.35.3.152',NULL),(833,'\\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:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953550,'web','218.35.3.152',NULL),(834,'\\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:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953550,'web','218.35.3.152',NULL),(835,'\\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:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953550,'web','218.35.3.152',NULL),(836,'\\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:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953550,'web','218.35.3.152',NULL),(837,'\\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:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953550,'web','218.35.3.152',NULL),(838,'\\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:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953550,'web','218.35.3.152',NULL),(839,'\\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:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953550,'web','218.35.3.152',NULL),(840,'\\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:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953550,'web','218.35.3.152',NULL),(841,'\\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:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953550,'web','218.35.3.152',NULL),(842,'\\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:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953550,'web','218.35.3.152',NULL),(843,'\\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:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(844,'\\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:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(845,'\\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:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(846,'\\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:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(847,'\\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:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(848,'\\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:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(849,'\\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:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(850,'\\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:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(851,'\\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:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(852,'\\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:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(853,'\\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:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(854,'\\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:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(855,'\\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:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(856,'\\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:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(857,'\\core\\event\\config_log_created','core','created','config_log','config_log',1506,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(858,'\\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:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(859,'\\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:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(860,'\\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:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(861,'\\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:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(862,'\\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:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(863,'\\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:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(864,'\\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:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(865,'\\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:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(866,'\\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:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(867,'\\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:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(868,'\\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:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(869,'\\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:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(870,'\\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:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(871,'\\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:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(872,'\\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:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(873,'\\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:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(874,'\\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:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(875,'\\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:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(876,'\\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:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(877,'\\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:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(878,'\\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:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(879,'\\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:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(880,'\\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:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(881,'\\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:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1689953551,'web','218.35.3.152',NULL),(882,'\\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:13:\"answerhowmany\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1689953551,'web','218.35.3.152',NULL),(883,'\\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:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1689953551,'web','218.35.3.152',NULL),(884,'\\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:15:\"answernumbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"abc\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1689953551,'web','218.35.3.152',NULL),(885,'\\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:23:\"showstandardinstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1689953551,'web','218.35.3.152',NULL),(886,'\\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:8:\"issuerid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:25:\"fileconverter_googledrive\";}',1689953551,'web','218.35.3.152',NULL),(887,'\\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:13:\"pathtounoconv\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/unoconv\";s:6:\"plugin\";N;}',1689953552,'web','218.35.3.152',NULL),(888,'\\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: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\naccessibility = accessibilitychecker, accessibilityhelper\nstyle2 = underline, strike, subscript, superscript\nalign = align\ninsert = equation, charmap, table, clear\nundo = undo\nother = html\";s:6:\"plugin\";s:11:\"editor_atto\";}',1689953552,'web','218.35.3.152',NULL),(889,'\\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:17:\"autosavefrequency\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:11:\"editor_atto\";}',1689953552,'web','218.35.3.152',NULL),(890,'\\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:10:\"showgroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:13:\"atto_collapse\";}',1689953552,'web','218.35.3.152',NULL),(891,'\\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: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\";}',1689953552,'web','218.35.3.152',NULL),(892,'\\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: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\";}',1689953552,'web','218.35.3.152',NULL),(893,'\\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: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\";}',1689953552,'web','218.35.3.152',NULL),(894,'\\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:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:240:\"\n\\sum{a,b}\n\\sqrt[a]{b+c}\n\\int_{a}^{b}{c}\n\\iint_{a}^{b}{c}\n\\iiint_{a}^{b}{c}\n\\oint{a}\n(a)\n[a]\n\\lbrace{a}\\rbrace\n\\left| \\begin{matrix} a_1 & a_2 \\\\ a_3 & a_4 \\end{matrix} \\right|\n\\frac{a}{b+c}\n\\vec{a}\n\\binom {a} {b}\n{a \\brack b}\n{a \\brace b}\n\";s:6:\"plugin\";s:13:\"atto_equation\";}',1689953552,'web','218.35.3.152',NULL),(895,'\\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:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1689953552,'web','218.35.3.152',NULL),(896,'\\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:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1689953552,'web','218.35.3.152',NULL),(897,'\\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:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1689953552,'web','218.35.3.152',NULL),(898,'\\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:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1689953552,'web','218.35.3.152',NULL),(899,'\\core\\event\\config_log_created','core','created','config_log','config_log',1548,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1689953552,'web','218.35.3.152',NULL),(900,'\\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:12:\"allowborders\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1689953552,'web','218.35.3.152',NULL),(901,'\\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:21:\"allowbackgroundcolour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1689953552,'web','218.35.3.152',NULL),(902,'\\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:10:\"allowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1689953552,'web','218.35.3.152',NULL),(903,'\\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:\"librarygroup1\";s:8:\"oldvalue\";N;s:5:\"value\";s:244:\"\n\\cdot\n\\times\n\\ast\n\\div\n\\diamond\n\\pm\n\\mp\n\\oplus\n\\ominus\n\\otimes\n\\oslash\n\\odot\n\\circ\n\\bullet\n\\asymp\n\\equiv\n\\subseteq\n\\supseteq\n\\leq\n\\geq\n\\preceq\n\\succeq\n\\sim\n\\simeq\n\\approx\n\\subset\n\\supset\n\\ll\n\\gg\n\\prec\n\\succ\n\\infty\n\\in\n\\ni\n\\forall\n\\exists\n\\neq\n\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1689953552,'web','218.35.3.152',NULL),(904,'\\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:\"librarygroup2\";s:8:\"oldvalue\";N;s:5:\"value\";s:155:\"\n\\leftarrow\n\\rightarrow\n\\uparrow\n\\downarrow\n\\leftrightarrow\n\\nearrow\n\\searrow\n\\swarrow\n\\nwarrow\n\\Leftarrow\n\\Rightarrow\n\\Uparrow\n\\Downarrow\n\\Leftrightarrow\n\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1689953552,'web','218.35.3.152',NULL),(905,'\\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:13:\"librarygroup3\";s:8:\"oldvalue\";N;s:5:\"value\";s:210:\"\n\\alpha\n\\beta\n\\gamma\n\\delta\n\\epsilon\n\\zeta\n\\eta\n\\theta\n\\iota\n\\kappa\n\\lambda\n\\mu\n\\nu\n\\xi\n\\pi\n\\rho\n\\sigma\n\\tau\n\\upsilon\n\\phi\n\\chi\n\\psi\n\\omega\n\\Gamma\n\\Delta\n\\Theta\n\\Lambda\n\\Xi\n\\Pi\n\\Sigma\n\\Upsilon\n\\Phi\n\\Psi\n\\Omega\n\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1689953552,'web','218.35.3.152',NULL),(906,'\\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:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:240:\"\n\\sum{a,b}\n\\sqrt[a]{b+c}\n\\int_{a}^{b}{c}\n\\iint_{a}^{b}{c}\n\\iiint_{a}^{b}{c}\n\\oint{a}\n(a)\n[a]\n\\lbrace{a}\\rbrace\n\\left| \\begin{matrix} a_1 & a_2 \\\\ a_3 & a_4 \\end{matrix} \\right|\n\\frac{a}{b+c}\n\\vec{a}\n\\binom {a} {b}\n{a \\brack b}\n{a \\brace b}\n\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1689953552,'web','218.35.3.152',NULL),(907,'\\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:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1689953552,'web','218.35.3.152',NULL),(908,'\\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:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1689953552,'web','218.35.3.152',NULL),(909,'\\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:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1689953552,'web','218.35.3.152',NULL),(910,'\\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:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1689953552,'web','218.35.3.152',NULL),(911,'\\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:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1689953552,'web','218.35.3.152',NULL),(912,'\\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:\"branding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"editor_tiny\";}',1689953552,'web','218.35.3.152',NULL),(913,'\\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:\"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\";}',1689953552,'web','218.35.3.152',NULL),(914,'\\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:\"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\";}',1689953552,'web','218.35.3.152',NULL),(915,'\\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:12:\"customconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1689953552,'web','218.35.3.152',NULL),(916,'\\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:15:\"requireemoticon\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"tinymce_moodleemoticon\";}',1689953552,'web','218.35.3.152',NULL),(917,'\\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:11:\"spellengine\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}',1689953552,'web','218.35.3.152',NULL),(918,'\\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: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\";}',1689953552,'web','218.35.3.152',NULL),(919,'\\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:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1689953552,'web','218.35.3.152',NULL),(920,'\\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:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1689953552,'web','218.35.3.152',NULL),(921,'\\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:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1689953552,'web','218.35.3.152',NULL),(922,'\\core\\event\\config_log_created','core','created','config_log','config_log',1571,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1689953552,'web','218.35.3.152',NULL),(923,'\\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:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1689953552,'web','218.35.3.152',NULL),(924,'\\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:10:\"status_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1689953552,'web','218.35.3.152',NULL),(925,'\\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:13:\"nosyncroleids\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1689953552,'web','218.35.3.152',NULL),(926,'\\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:7:\"syncall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1689953552,'web','218.35.3.152',NULL),(927,'\\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:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1689953552,'web','218.35.3.152',NULL),(928,'\\core\\event\\config_log_created','core','created','config_log','config_log',1577,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"coursesort\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"sortorder\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1689953552,'web','218.35.3.152',NULL),(929,'\\core\\event\\config_log_created','core','created','config_log','config_log',1578,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1689953552,'web','218.35.3.152',NULL),(930,'\\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:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1689953552,'web','218.35.3.152',NULL),(931,'\\core\\event\\config_log_created','core','created','config_log','config_log',1580,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1689953552,'web','218.35.3.152',NULL),(932,'\\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:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1689953552,'web','218.35.3.152',NULL),(933,'\\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:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1689953552,'web','218.35.3.152',NULL),(934,'\\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:\"enrolstart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1689953553,'web','218.35.3.152',NULL),(935,'\\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:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1689953553,'web','218.35.3.152',NULL),(936,'\\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:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1689953553,'web','218.35.3.152',NULL),(937,'\\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:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1689953553,'web','218.35.3.152',NULL),(938,'\\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:6:\"dbtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(939,'\\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:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(940,'\\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:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(941,'\\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:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(942,'\\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:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(943,'\\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:10:\"dbencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(944,'\\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:10:\"dbsetupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(945,'\\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:15:\"dbsybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(946,'\\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:7:\"debugdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(947,'\\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:16:\"localcoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(948,'\\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:14:\"localuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(949,'\\core\\event\\config_log_created','core','created','config_log','config_log',1598,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"localrolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(950,'\\core\\event\\config_log_created','core','created','config_log','config_log',1599,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"localcategoryfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"id\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(951,'\\core\\event\\config_log_created','core','created','config_log','config_log',1600,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"remoteenroltable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(952,'\\core\\event\\config_log_created','core','created','config_log','config_log',1601,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"remotecoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(953,'\\core\\event\\config_log_created','core','created','config_log','config_log',1602,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"remoteuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(954,'\\core\\event\\config_log_created','core','created','config_log','config_log',1603,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"remoterolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(955,'\\core\\event\\config_log_created','core','created','config_log','config_log',1604,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"remoteotheruserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(956,'\\core\\event\\config_log_created','core','created','config_log','config_log',1605,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"defaultrole\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(957,'\\core\\event\\config_log_created','core','created','config_log','config_log',1606,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(958,'\\core\\event\\config_log_created','core','created','config_log','config_log',1607,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(959,'\\core\\event\\config_log_created','core','created','config_log','config_log',1608,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"newcoursetable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(960,'\\core\\event\\config_log_created','core','created','config_log','config_log',1609,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcoursefullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"fullname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(961,'\\core\\event\\config_log_created','core','created','config_log','config_log',1610,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"newcourseshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(962,'\\core\\event\\config_log_created','core','created','config_log','config_log',1611,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcourseidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(963,'\\core\\event\\config_log_created','core','created','config_log','config_log',1612,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcoursecategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(964,'\\core\\event\\config_log_created','core','created','config_log','config_log',1613,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(965,'\\core\\event\\config_log_created','core','created','config_log','config_log',1614,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"templatecourse\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1689953553,'web','218.35.3.152',NULL),(966,'\\core\\event\\config_log_created','core','created','config_log','config_log',1615,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_cohort\";}',1689953553,'web','218.35.3.152',NULL),(967,'\\core\\event\\config_log_created','core','created','config_log','config_log',1616,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_cohort\";}',1689953553,'web','218.35.3.152',NULL),(968,'\\core\\event\\config_log_created','core','created','config_log','config_log',1617,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1689953553,'web','218.35.3.152',NULL),(969,'\\core\\event\\config_log_created','core','created','config_log','config_log',1618,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"encoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"UTF-8\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1689953553,'web','218.35.3.152',NULL),(970,'\\core\\event\\config_log_created','core','created','config_log','config_log',1619,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1689953553,'web','218.35.3.152',NULL),(971,'\\core\\event\\config_log_created','core','created','config_log','config_log',1620,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1689953553,'web','218.35.3.152',NULL),(972,'\\core\\event\\config_log_created','core','created','config_log','config_log',1621,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1689953553,'web','218.35.3.152',NULL),(973,'\\core\\event\\config_log_created','core','created','config_log','config_log',1622,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1689953553,'web','218.35.3.152',NULL),(974,'\\core\\event\\config_log_created','core','created','config_log','config_log',1623,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1689953553,'web','218.35.3.152',NULL),(975,'\\core\\event\\config_log_created','core','created','config_log','config_log',1624,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1689953553,'web','218.35.3.152',NULL),(976,'\\core\\event\\config_log_created','core','created','config_log','config_log',1625,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1689953553,'web','218.35.3.152',NULL),(977,'\\core\\event\\config_log_created','core','created','config_log','config_log',1626,'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\";}',1689953553,'web','218.35.3.152',NULL),(978,'\\core\\event\\config_log_created','core','created','config_log','config_log',1627,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1689953553,'web','218.35.3.152',NULL),(979,'\\core\\event\\config_log_created','core','created','config_log','config_log',1628,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:10:\"enrol_self\";}',1689953553,'web','218.35.3.152',NULL),(980,'\\core\\event\\config_log_created','core','created','config_log','config_log',1629,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1689953553,'web','218.35.3.152',NULL),(981,'\\core\\event\\config_log_created','core','created','config_log','config_log',1630,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1689953554,'web','218.35.3.152',NULL),(982,'\\core\\event\\config_log_created','core','created','config_log','config_log',1631,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"newenrols\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1689953554,'web','218.35.3.152',NULL),(983,'\\core\\event\\config_log_created','core','created','config_log','config_log',1632,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"groupkey\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1689953554,'web','218.35.3.152',NULL),(984,'\\core\\event\\config_log_created','core','created','config_log','config_log',1633,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_self\";}',1689953554,'web','218.35.3.152',NULL),(985,'\\core\\event\\config_log_created','core','created','config_log','config_log',1634,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1689953554,'web','218.35.3.152',NULL),(986,'\\core\\event\\config_log_created','core','created','config_log','config_log',1635,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1689953554,'web','218.35.3.152',NULL),(987,'\\core\\event\\config_log_created','core','created','config_log','config_log',1636,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:10:\"enrol_self\";}',1689953554,'web','218.35.3.152',NULL),(988,'\\core\\event\\config_log_created','core','created','config_log','config_log',1637,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"longtimenosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1689953554,'web','218.35.3.152',NULL),(989,'\\core\\event\\config_log_created','core','created','config_log','config_log',1638,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"maxenrolled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1689953554,'web','218.35.3.152',NULL),(990,'\\core\\event\\config_log_created','core','created','config_log','config_log',1639,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendcoursewelcomemessage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1689953554,'web','218.35.3.152',NULL),(991,'\\core\\event\\config_log_created','core','created','config_log','config_log',1640,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1689953554,'web','218.35.3.152',NULL),(992,'\\core\\event\\config_log_created','core','created','config_log','config_log',1641,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1689953554,'web','218.35.3.152',NULL),(993,'\\core\\event\\config_log_created','core','created','config_log','config_log',1642,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1689953554,'web','218.35.3.152',NULL),(994,'\\core\\event\\config_log_created','core','created','config_log','config_log',1643,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1689953554,'web','218.35.3.152',NULL),(995,'\\core\\event\\config_log_created','core','created','config_log','config_log',1644,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1689953554,'web','218.35.3.152',NULL),(996,'\\core\\event\\config_log_created','core','created','config_log','config_log',1645,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1689953554,'web','218.35.3.152',NULL),(997,'\\core\\event\\config_log_created','core','created','config_log','config_log',1646,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"imsfilelocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(998,'\\core\\event\\config_log_created','core','created','config_log','config_log',1647,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"logtolocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(999,'\\core\\event\\config_log_created','core','created','config_log','config_log',1648,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1000,'\\core\\event\\config_log_created','core','created','config_log','config_log',1649,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"createnewusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1001,'\\core\\event\\config_log_created','core','created','config_log','config_log',1650,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"imsupdateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1002,'\\core\\event\\config_log_created','core','created','config_log','config_log',1651,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"imsdeleteusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1003,'\\core\\event\\config_log_created','core','created','config_log','config_log',1652,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"fixcaseusernames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1004,'\\core\\event\\config_log_created','core','created','config_log','config_log',1653,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"fixcasepersonalnames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1005,'\\core\\event\\config_log_created','core','created','config_log','config_log',1654,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imssourcedidfallback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1006,'\\core\\event\\config_log_created','core','created','config_log','config_log',1655,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap01\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1007,'\\core\\event\\config_log_created','core','created','config_log','config_log',1656,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap02\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1008,'\\core\\event\\config_log_created','core','created','config_log','config_log',1657,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap03\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1009,'\\core\\event\\config_log_created','core','created','config_log','config_log',1658,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap04\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1010,'\\core\\event\\config_log_created','core','created','config_log','config_log',1659,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap05\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1011,'\\core\\event\\config_log_created','core','created','config_log','config_log',1660,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap06\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1012,'\\core\\event\\config_log_created','core','created','config_log','config_log',1661,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap07\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1013,'\\core\\event\\config_log_created','core','created','config_log','config_log',1662,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap08\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1014,'\\core\\event\\config_log_created','core','created','config_log','config_log',1663,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"truncatecoursecodes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1015,'\\core\\event\\config_log_created','core','created','config_log','config_log',1664,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"createnewcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1016,'\\core\\event\\config_log_created','core','created','config_log','config_log',1665,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"updatecourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1017,'\\core\\event\\config_log_created','core','created','config_log','config_log',1666,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"createnewcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1018,'\\core\\event\\config_log_created','core','created','config_log','config_log',1667,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"nestedcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1019,'\\core\\event\\config_log_created','core','created','config_log','config_log',1668,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"categoryidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1020,'\\core\\event\\config_log_created','core','created','config_log','config_log',1669,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categoryseparator\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1021,'\\core\\event\\config_log_created','core','created','config_log','config_log',1670,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"imsunenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1022,'\\core\\event\\config_log_created','core','created','config_log','config_log',1671,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1023,'\\core\\event\\config_log_created','core','created','config_log','config_log',1672,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"imscoursemapshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"coursecode\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1024,'\\core\\event\\config_log_created','core','created','config_log','config_log',1673,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imscoursemapfullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"short\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1025,'\\core\\event\\config_log_created','core','created','config_log','config_log',1674,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"imscoursemapsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"ignore\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1026,'\\core\\event\\config_log_created','core','created','config_log','config_log',1675,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"imsrestricttarget\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1027,'\\core\\event\\config_log_created','core','created','config_log','config_log',1676,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imscapitafix\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1689953554,'web','218.35.3.152',NULL),(1028,'\\core\\event\\config_log_created','core','created','config_log','config_log',1677,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_mnet\";}',1689953555,'web','218.35.3.152',NULL),(1029,'\\core\\event\\config_log_created','core','created','config_log','config_log',1678,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"roleid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_mnet\";}',1689953555,'web','218.35.3.152',NULL),(1030,'\\core\\event\\config_log_created','core','created','config_log','config_log',1679,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"paypalbusiness\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1689953555,'web','218.35.3.152',NULL),(1031,'\\core\\event\\config_log_created','core','created','config_log','config_log',1680,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1689953555,'web','218.35.3.152',NULL),(1032,'\\core\\event\\config_log_created','core','created','config_log','config_log',1681,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1689953555,'web','218.35.3.152',NULL),(1033,'\\core\\event\\config_log_created','core','created','config_log','config_log',1682,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1689953555,'web','218.35.3.152',NULL),(1034,'\\core\\event\\config_log_created','core','created','config_log','config_log',1683,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1689953555,'web','218.35.3.152',NULL),(1035,'\\core\\event\\config_log_created','core','created','config_log','config_log',1684,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1689953555,'web','218.35.3.152',NULL),(1036,'\\core\\event\\config_log_created','core','created','config_log','config_log',1685,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1689953555,'web','218.35.3.152',NULL),(1037,'\\core\\event\\config_log_created','core','created','config_log','config_log',1686,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1689953555,'web','218.35.3.152',NULL),(1038,'\\core\\event\\config_log_created','core','created','config_log','config_log',1687,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1689953555,'web','218.35.3.152',NULL),(1039,'\\core\\event\\config_log_created','core','created','config_log','config_log',1688,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1689953555,'web','218.35.3.152',NULL),(1040,'\\core\\event\\config_log_created','core','created','config_log','config_log',1689,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"emaildisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1689953555,'web','218.35.3.152',NULL),(1041,'\\core\\event\\config_log_created','core','created','config_log','config_log',1690,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1689953555,'web','218.35.3.152',NULL),(1042,'\\core\\event\\config_log_created','core','created','config_log','config_log',1691,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1689953555,'web','218.35.3.152',NULL),(1043,'\\core\\event\\config_log_created','core','created','config_log','config_log',1692,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"99\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1689953555,'web','218.35.3.152',NULL),(1044,'\\core\\event\\config_log_created','core','created','config_log','config_log',1693,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"zh_tw\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1689953555,'web','218.35.3.152',NULL),(1045,'\\core\\event\\config_log_created','core','created','config_log','config_log',1694,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1689953555,'web','218.35.3.152',NULL),(1046,'\\core\\event\\config_log_created','core','created','config_log','config_log',1695,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"useserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1689953555,'web','218.35.3.152',NULL),(1047,'\\core\\event\\config_log_created','core','created','config_log','config_log',1696,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1689953555,'web','218.35.3.152',NULL),(1048,'\\core\\event\\config_log_created','core','created','config_log','config_log',1697,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"port\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1689953555,'web','218.35.3.152',NULL),(1049,'\\core\\event\\config_log_created','core','created','config_log','config_log',1698,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"secure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1689953555,'web','218.35.3.152',NULL),(1050,'\\core\\event\\config_log_created','core','created','config_log','config_log',1699,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"username\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1689953555,'web','218.35.3.152',NULL),(1051,'\\core\\event\\config_log_created','core','created','config_log','config_log',1700,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1689953555,'web','218.35.3.152',NULL),(1052,'\\core\\event\\config_log_created','core','created','config_log','config_log',1701,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"surcharge\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"paygw_paypal\";}',1689953555,'web','218.35.3.152',NULL),(1053,'\\core\\event\\config_log_created','core','created','config_log','config_log',1702,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"profileroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"5,4,3\";s:6:\"plugin\";N;}',1689953555,'web','218.35.3.152',NULL),(1054,'\\core\\event\\config_log_created','core','created','config_log','config_log',1703,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"coursecontact\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1689953555,'web','218.35.3.152',NULL),(1055,'\\core\\event\\config_log_created','core','created','config_log','config_log',1704,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"frontpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1689953555,'web','218.35.3.152',NULL),(1056,'\\core\\event\\config_log_created','core','created','config_log','config_log',1705,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"frontpageloggedin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1689953555,'web','218.35.3.152',NULL),(1057,'\\core\\event\\config_log_created','core','created','config_log','config_log',1706,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"maxcategorydepth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1689953555,'web','218.35.3.152',NULL),(1058,'\\core\\event\\config_log_created','core','created','config_log','config_log',1707,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"frontpagecourselimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"200\";s:6:\"plugin\";N;}',1689953555,'web','218.35.3.152',NULL),(1059,'\\core\\event\\config_log_created','core','created','config_log','config_log',1708,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"commentsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"15\";s:6:\"plugin\";N;}',1689953555,'web','218.35.3.152',NULL),(1060,'\\core\\event\\config_log_created','core','created','config_log','config_log',1709,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"defaultfrontpageroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"8\";s:6:\"plugin\";N;}',1689953555,'web','218.35.3.152',NULL),(1061,'\\core\\event\\config_log_created','core','created','config_log','config_log',1710,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1689953555,'web','218.35.3.152',NULL),(1062,'\\core\\event\\config_log_created','core','created','config_log','config_log',1711,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_mailbox\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1689953555,'web','218.35.3.152',NULL),(1063,'\\core\\event\\config_log_created','core','created','config_log','config_log',1712,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"messageinbound_domain\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1689953555,'web','218.35.3.152',NULL),(1064,'\\core\\event\\config_log_created','core','created','config_log','config_log',1713,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"messageinbound_host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1689953555,'web','218.35.3.152',NULL),(1065,'\\core\\event\\config_log_created','core','created','config_log','config_log',1714,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_hostssl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"ssl\";s:6:\"plugin\";N;}',1689953555,'web','218.35.3.152',NULL),(1066,'\\core\\event\\config_log_created','core','created','config_log','config_log',1715,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"messageinbound_hostuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1689953555,'web','218.35.3.152',NULL),(1067,'\\core\\event\\config_log_created','core','created','config_log','config_log',1716,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"messageinbound_hostpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1689953555,'web','218.35.3.152',NULL),(1068,'\\core\\event\\config_log_created','core','created','config_log','config_log',1717,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"apppolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1689953555,'web','218.35.3.152',NULL),(1069,'\\core\\event\\config_log_created','core','created','config_log','config_log',1718,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"typeoflogin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1689953555,'web','218.35.3.152',NULL),(1070,'\\core\\event\\config_log_created','core','created','config_log','config_log',1719,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"qrcodetype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1689953555,'web','218.35.3.152',NULL),(1071,'\\core\\event\\config_log_created','core','created','config_log','config_log',1720,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"qrkeyttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1689953555,'web','218.35.3.152',NULL),(1072,'\\core\\event\\config_log_created','core','created','config_log','config_log',1721,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"qrsameipcheck\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1689953555,'web','218.35.3.152',NULL),(1073,'\\core\\event\\config_log_created','core','created','config_log','config_log',1722,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcedurlscheme\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1689953555,'web','218.35.3.152',NULL),(1074,'\\core\\event\\config_log_created','core','created','config_log','config_log',1723,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"minimumversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1689953555,'web','218.35.3.152',NULL),(1075,'\\core\\event\\config_log_created','core','created','config_log','config_log',1724,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"autologinmintimebetweenreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"360\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1689953555,'web','218.35.3.152',NULL),(1076,'\\core\\event\\config_log_created','core','created','config_log','config_log',1725,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mobilecssurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1689953555,'web','218.35.3.152',NULL),(1077,'\\core\\event\\config_log_created','core','created','config_log','config_log',1726,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"enablesmartappbanners\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1689953556,'web','218.35.3.152',NULL),(1078,'\\core\\event\\config_log_created','core','created','config_log','config_log',1727,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"iosappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"633359593\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1689953556,'web','218.35.3.152',NULL),(1079,'\\core\\event\\config_log_created','core','created','config_log','config_log',1728,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"androidappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1689953556,'web','218.35.3.152',NULL),(1080,'\\core\\event\\config_log_created','core','created','config_log','config_log',1729,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"setuplink\";s:8:\"oldvalue\";N;s:5:\"value\";s:34:\"https://download.moodle.org/mobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1689953556,'web','218.35.3.152',NULL),(1081,'\\core\\event\\config_log_created','core','created','config_log','config_log',1730,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"forcelogout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1689953556,'web','218.35.3.152',NULL),(1082,'\\core\\event\\config_log_created','core','created','config_log','config_log',1731,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"disabledfeatures\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1689953556,'web','218.35.3.152',NULL),(1083,'\\core\\event\\config_log_created','core','created','config_log','config_log',1732,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"custommenuitems\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1689953556,'web','218.35.3.152',NULL),(1084,'\\core\\event\\config_log_created','core','created','config_log','config_log',1733,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"filetypeexclusionlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1689953556,'web','218.35.3.152',NULL),(1085,'\\core\\event\\config_log_created','core','created','config_log','config_log',1734,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"customlangstrings\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1689953556,'web','218.35.3.152',NULL),(1086,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,2,0,NULL,0,'a:3:{s:10:\"capability\";s:19:\"webservice/rest:use\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1689953556,'web','218.35.3.152',NULL),(1087,'\\core\\event\\config_log_created','core','created','config_log','config_log',1735,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"enablemobilewebservice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1689953556,'web','218.35.3.152',NULL),(1088,'\\core\\event\\config_log_created','core','created','config_log','config_log',1736,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"defaultmoodlenetname\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"MoodleNet Central\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1689953556,'web','218.35.3.152',NULL),(1089,'\\core\\event\\config_log_created','core','created','config_log','config_log',1737,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"defaultmoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:18:\"https://moodle.net\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1689953556,'web','218.35.3.152',NULL),(1090,'\\core\\event\\config_log_created','core','created','config_log','config_log',1738,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"timezone\",\"oldvalue\":null,\"value\":\"Asia\\/Taipei\",\"plugin\":null}',1689953655,'web','218.35.3.152',NULL),(1091,'\\core\\event\\config_log_created','core','created','config_log','config_log',1739,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"registerauth\",\"oldvalue\":null,\"value\":\"\",\"plugin\":null}',1689953655,'web','218.35.3.152',NULL),(1092,'\\core\\event\\config_log_created','core','created','config_log','config_log',1740,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"supportemail\",\"oldvalue\":null,\"value\":\"vincentwclin@gmail.com\",\"plugin\":null}',1689953678,'web','218.35.3.152',NULL),(1093,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689953712,'web','54.78.38.150',NULL),(1094,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'null',1689955644,'web','218.35.3.152',NULL),(1095,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,5,30,2,2,0,2,0,'{\"pageurl\":\"https:\\/\\/www.cultivarts.org\\/moodle\\/my\\/\"}',1689955645,'web','218.35.3.152',NULL),(1096,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,5,30,2,2,0,2,0,'{\"pageurl\":\"https:\\/\\/www.cultivarts.org\\/moodle\\/my\\/\",\"stepid\":6,\"stepindex\":0}',1689955648,'web','218.35.3.152',NULL),(1097,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689956830,'web','218.35.3.152',NULL),(1098,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689956937,'web','51.81.245.138',NULL),(1099,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689956962,'web','178.62.73.12',NULL),(1100,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689956968,'web','178.62.73.12',NULL),(1101,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689956977,'web','218.35.3.152',NULL),(1102,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689956978,'web','178.62.73.12',NULL),(1103,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689956981,'web','170.64.154.140',NULL),(1104,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689956995,'web','218.35.3.152',NULL),(1105,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689957013,'web','193.105.73.213',NULL),(1106,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689957013,'web','51.178.81.195',NULL),(1107,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689957014,'web','104.223.93.182',NULL),(1108,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689957014,'web','31.94.4.130',NULL),(1109,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689957014,'web','146.70.101.57',NULL),(1110,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689957023,'web','195.74.76.198',NULL),(1111,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689957034,'web','171.67.70.229',NULL),(1112,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689957074,'web','34.31.211.36',NULL),(1113,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689957239,'web','179.43.169.181',NULL),(1114,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689957569,'web','51.81.167.146',NULL),(1115,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1689957666,'web','218.35.3.152',NULL),(1116,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'null',1689957666,'web','218.35.3.152',NULL),(1117,'\\core\\event\\config_log_created','core','created','config_log','config_log',1741,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"autolang\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":null}',1689957825,'web','218.35.3.152',NULL),(1118,'\\core\\event\\config_log_created','core','created','config_log','config_log',1742,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"lang\",\"oldvalue\":\"zh_tw\",\"value\":\"en\",\"plugin\":null}',1689957825,'web','218.35.3.152',NULL),(1119,'\\core\\event\\config_log_created','core','created','config_log','config_log',1743,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"autolang\",\"oldvalue\":\"0\",\"value\":\"1\",\"plugin\":null}',1689957856,'web','218.35.3.152',NULL),(1120,'\\core\\event\\config_log_created','core','created','config_log','config_log',1744,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"lang\",\"oldvalue\":\"en\",\"value\":\"zh_tw\",\"plugin\":null}',1689957856,'web','218.35.3.152',NULL),(1121,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1689957902,'web','218.35.3.152',NULL),(1122,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1689958019,'web','218.35.3.152',NULL),(1123,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689958107,'web','137.226.113.15',NULL),(1124,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689958107,'web','137.226.113.15',NULL),(1125,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689958109,'web','137.226.113.15',NULL),(1126,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689958115,'web','137.226.113.15',NULL),(1127,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689958218,'web','205.169.39.252',NULL),(1128,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689958233,'web','205.169.39.252',NULL),(1129,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689958239,'web','137.226.113.15',NULL),(1130,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689958247,'web','137.226.113.15',NULL),(1131,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1689958316,'web','218.35.3.152',NULL),(1132,'\\core\\event\\config_log_created','core','created','config_log','config_log',1745,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"brandcolor\",\"oldvalue\":\"\",\"value\":\"#03A57D\",\"plugin\":\"theme_boost\"}',1689958340,'web','218.35.3.152',NULL),(1133,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'null',1689958344,'web','218.35.3.152',NULL),(1134,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689958549,'web','65.154.226.168',NULL),(1135,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689958878,'web','137.226.113.15',NULL),(1136,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689958879,'web','137.226.113.15',NULL),(1137,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689958909,'web','137.226.113.15',NULL),(1138,'\\core\\event\\config_log_created','core','created','config_log','config_log',1746,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"logo\",\"oldvalue\":null,\"value\":\"\\/cultivartsntsq.png\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1139,'\\core\\event\\config_log_created','core','created','config_log','config_log',1747,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"favicon\",\"oldvalue\":null,\"value\":\"\\/cultivartsntsq_Rnt_icon.ico\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1140,'\\core\\event\\config_log_created','core','created','config_log','config_log',1748,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"preset\",\"oldvalue\":null,\"value\":\"default.scss\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1141,'\\core\\event\\config_log_created','core','created','config_log','config_log',1749,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"presetfiles\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1142,'\\core\\event\\config_log_created','core','created','config_log','config_log',1750,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"loginbgimg\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1143,'\\core\\event\\config_log_created','core','created','config_log','config_log',1751,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"brandcolor\",\"oldvalue\":null,\"value\":\"#9E5900\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1144,'\\core\\event\\config_log_created','core','created','config_log','config_log',1752,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"secondarymenucolor\",\"oldvalue\":null,\"value\":\"#0f47ad\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1145,'\\core\\event\\config_log_created','core','created','config_log','config_log',1753,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"fontsite\",\"oldvalue\":null,\"value\":\"Roboto\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1146,'\\core\\event\\config_log_created','core','created','config_log','config_log',1754,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"enablecourseindex\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1147,'\\core\\event\\config_log_created','core','created','config_log','config_log',1755,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"scsspre\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1148,'\\core\\event\\config_log_created','core','created','config_log','config_log',1756,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"scss\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1149,'\\core\\event\\config_log_created','core','created','config_log','config_log',1757,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"googleanalytics\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1150,'\\core\\event\\config_log_created','core','created','config_log','config_log',1758,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"disableteacherspic\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1151,'\\core\\event\\config_log_created','core','created','config_log','config_log',1759,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"slidercount\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1152,'\\core\\event\\config_log_created','core','created','config_log','config_log',1760,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"displaymarketingbox\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1153,'\\core\\event\\config_log_created','core','created','config_log','config_log',1761,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"numbersfrontpage\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1154,'\\core\\event\\config_log_created','core','created','config_log','config_log',1762,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"faqcount\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1155,'\\core\\event\\config_log_created','core','created','config_log','config_log',1763,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"website\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1156,'\\core\\event\\config_log_created','core','created','config_log','config_log',1764,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"mobile\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1157,'\\core\\event\\config_log_created','core','created','config_log','config_log',1765,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"mail\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1158,'\\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_moove\"}',1689959351,'web','218.35.3.152',NULL),(1159,'\\core\\event\\config_log_created','core','created','config_log','config_log',1767,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"twitter\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1160,'\\core\\event\\config_log_created','core','created','config_log','config_log',1768,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"linkedin\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1161,'\\core\\event\\config_log_created','core','created','config_log','config_log',1769,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"youtube\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1162,'\\core\\event\\config_log_created','core','created','config_log','config_log',1770,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"instagram\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1163,'\\core\\event\\config_log_created','core','created','config_log','config_log',1771,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"whatsapp\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1164,'\\core\\event\\config_log_created','core','created','config_log','config_log',1772,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"telegram\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_moove\"}',1689959351,'web','218.35.3.152',NULL),(1165,'\\core\\event\\config_log_created','core','created','config_log','config_log',1773,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"marketingheading\",\"oldvalue\":null,\"value\":\"Awesome App Features\",\"plugin\":\"theme_moove\"}',1689959372,'web','218.35.3.152',NULL),(1166,'\\core\\event\\config_log_created','core','created','config_log','config_log',1774,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"marketingcontent\",\"oldvalue\":null,\"value\":\"Moove is a Moodle template based on Boost with modern and creative design.\",\"plugin\":\"theme_moove\"}',1689959372,'web','218.35.3.152',NULL),(1167,'\\core\\event\\config_log_created','core','created','config_log','config_log',1775,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"marketing1icon\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_moove\"}',1689959372,'web','218.35.3.152',NULL),(1168,'\\core\\event\\config_log_created','core','created','config_log','config_log',1776,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"marketing1heading\",\"oldvalue\":null,\"value\":\"Lorem\",\"plugin\":\"theme_moove\"}',1689959372,'web','218.35.3.152',NULL),(1169,'\\core\\event\\config_log_created','core','created','config_log','config_log',1777,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"marketing1content\",\"oldvalue\":null,\"value\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod.\",\"plugin\":\"theme_moove\"}',1689959372,'web','218.35.3.152',NULL),(1170,'\\core\\event\\config_log_created','core','created','config_log','config_log',1778,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"marketing2icon\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_moove\"}',1689959373,'web','218.35.3.152',NULL),(1171,'\\core\\event\\config_log_created','core','created','config_log','config_log',1779,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"marketing2heading\",\"oldvalue\":null,\"value\":\"Lorem\",\"plugin\":\"theme_moove\"}',1689959373,'web','218.35.3.152',NULL),(1172,'\\core\\event\\config_log_created','core','created','config_log','config_log',1780,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"marketing2content\",\"oldvalue\":null,\"value\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod.\",\"plugin\":\"theme_moove\"}',1689959373,'web','218.35.3.152',NULL),(1173,'\\core\\event\\config_log_created','core','created','config_log','config_log',1781,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"marketing3icon\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_moove\"}',1689959373,'web','218.35.3.152',NULL),(1174,'\\core\\event\\config_log_created','core','created','config_log','config_log',1782,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"marketing3heading\",\"oldvalue\":null,\"value\":\"Lorem\",\"plugin\":\"theme_moove\"}',1689959373,'web','218.35.3.152',NULL),(1175,'\\core\\event\\config_log_created','core','created','config_log','config_log',1783,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"marketing3content\",\"oldvalue\":null,\"value\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod.\",\"plugin\":\"theme_moove\"}',1689959373,'web','218.35.3.152',NULL),(1176,'\\core\\event\\config_log_created','core','created','config_log','config_log',1784,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"marketing4icon\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_moove\"}',1689959373,'web','218.35.3.152',NULL),(1177,'\\core\\event\\config_log_created','core','created','config_log','config_log',1785,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"marketing4heading\",\"oldvalue\":null,\"value\":\"Lorem\",\"plugin\":\"theme_moove\"}',1689959373,'web','218.35.3.152',NULL),(1178,'\\core\\event\\config_log_created','core','created','config_log','config_log',1786,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"marketing4content\",\"oldvalue\":null,\"value\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod.\",\"plugin\":\"theme_moove\"}',1689959373,'web','218.35.3.152',NULL),(1179,'\\core\\event\\config_log_created','core','created','config_log','config_log',1787,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"numbersfrontpagecontent\",\"oldvalue\":null,\"value\":\"<h2>Trusted by 25,000+ happy customers.<\\/h2>\\r\\n <p>With lots of unique blocks, you can easily build <br class=\\\"d-none d-sm-block d-md-none d-xl-block\\\">\\r\\n a page without coding. Build your next website <br class=\\\"d-none d-sm-block d-md-none d-xl-block\\\">\\r\\n within few minutes.<\\/p>\",\"plugin\":\"theme_moove\"}',1689959373,'web','218.35.3.152',NULL),(1180,'\\core\\event\\config_log_created','core','created','config_log','config_log',1788,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"brandcolor\",\"oldvalue\":\"#9E5900\",\"value\":\"#C17D00\",\"plugin\":\"theme_moove\"}',1689959446,'web','218.35.3.152',NULL),(1181,'\\core\\event\\config_log_created','core','created','config_log','config_log',1789,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"secondarymenucolor\",\"oldvalue\":\"#0f47ad\",\"value\":\"#FFA547\",\"plugin\":\"theme_moove\"}',1689959446,'web','218.35.3.152',NULL),(1182,'\\core\\event\\config_log_created','core','created','config_log','config_log',1790,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"brandcolor\",\"oldvalue\":\"#C17D00\",\"value\":\"#CD9A6A\",\"plugin\":\"theme_moove\"}',1689959604,'web','218.35.3.152',NULL),(1183,'\\core\\event\\config_log_created','core','created','config_log','config_log',1791,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"secondarymenucolor\",\"oldvalue\":\"#FFA547\",\"value\":\"#F400F0\",\"plugin\":\"theme_moove\"}',1689959604,'web','218.35.3.152',NULL),(1184,'\\core\\event\\config_log_created','core','created','config_log','config_log',1792,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"brandcolor\",\"oldvalue\":\"#CD9A6A\",\"value\":\"#BC7600\",\"plugin\":\"theme_moove\"}',1689959622,'web','218.35.3.152',NULL),(1185,'\\core\\event\\config_log_created','core','created','config_log','config_log',1793,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"secondarymenucolor\",\"oldvalue\":\"#F400F0\",\"value\":\"#CD9A6A\",\"plugin\":\"theme_moove\"}',1689959622,'web','218.35.3.152',NULL),(1186,'\\core\\event\\config_log_created','core','created','config_log','config_log',1794,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"brandcolor\",\"oldvalue\":\"#BC7600\",\"value\":\"#E07200\",\"plugin\":\"theme_moove\"}',1689959638,'web','218.35.3.152',NULL),(1187,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1689959656,'web','218.35.3.152',NULL),(1188,'\\core\\event\\config_log_created','core','created','config_log','config_log',1795,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"brandcolor\",\"oldvalue\":\"#E07200\",\"value\":\"#C67100\",\"plugin\":\"theme_moove\"}',1689959746,'web','218.35.3.152',NULL),(1189,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',2,'r',0,5,30,2,2,0,2,0,'null',1689959776,'web','218.35.3.152',NULL),(1190,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1689959782,'web','218.35.3.152',NULL),(1191,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',3,'r',2,1,10,0,2,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\"}',1689959782,'web','218.35.3.152',NULL),(1192,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',3,'c',2,1,10,0,2,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\",\"stepid\":5,\"stepindex\":0}',1689959786,'web','218.35.3.152',NULL),(1193,'\\core\\event\\course_created','core','created','course','course',2,'c',1,16,50,2,2,2,NULL,0,'{\"shortname\":\"\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"fullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1689959889,'web','218.35.3.152',NULL),(1194,'\\core\\event\\course_section_created','core','created','course_section','course_sections',1,'c',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":0}',1689959889,'web','218.35.3.152',NULL),(1195,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',1,'c',0,16,50,2,2,2,NULL,0,'{\"enrol\":\"manual\"}',1689959889,'web','218.35.3.152',NULL),(1196,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',2,'c',0,16,50,2,2,2,NULL,0,'{\"enrol\":\"guest\"}',1689959889,'web','218.35.3.152',NULL),(1197,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',3,'c',0,16,50,2,2,2,NULL,0,'{\"enrol\":\"self\"}',1689959889,'web','218.35.3.152',NULL),(1198,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',1,'c',0,16,50,2,2,2,2,0,'{\"enrol\":\"manual\"}',1689959889,'web','218.35.3.152',NULL),(1199,'\\core\\event\\role_assigned','core','assigned','role','role',3,'c',0,16,50,2,2,2,2,0,'{\"id\":1,\"component\":\"\",\"itemid\":0}',1689959889,'web','218.35.3.152',NULL),(1200,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1689959889,'web','218.35.3.152',NULL),(1201,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',2,'r',2,16,50,2,2,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1689959890,'web','218.35.3.152',NULL),(1202,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',2,'c',2,16,50,2,2,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\",\"stepid\":4,\"stepindex\":2}',1689959901,'web','218.35.3.152',NULL),(1203,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,17,70,1,2,2,NULL,0,'null',1689959902,'web','218.35.3.152',NULL),(1204,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',1,'c',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1689959909,'web','218.35.3.152',NULL),(1205,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1689959932,'web','218.35.3.152',NULL),(1206,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',1,'u',1,17,70,1,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"1\",\"name\":\"\\u516c\\u544a\"}',1689959932,'web','218.35.3.152',NULL),(1207,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1689959933,'web','218.35.3.152',NULL),(1208,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,2,2,NULL,0,'{\"courseshortname\":\"\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1689959946,'web','218.35.3.152',NULL),(1209,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1689959954,'web','218.35.3.152',NULL),(1210,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1689959957,'web','218.35.3.152',NULL),(1211,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1689959960,'web','218.35.3.152',NULL),(1212,'\\core\\event\\user_created','core','created','user','user',3,'c',0,18,30,3,2,0,3,0,'null',1689960097,'web','218.35.3.152',NULL),(1213,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1689960109,'web','218.35.3.152',NULL),(1214,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1689960112,'web','218.35.3.152',NULL),(1215,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1689960117,'web','218.35.3.152',NULL),(1216,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1689960122,'web','218.35.3.152',NULL),(1217,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1689960126,'web','218.35.3.152',NULL),(1218,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689960542,'web','39.110.218.101',NULL),(1219,'\\core\\event\\course_category_updated','core','updated','course_category','course_categories',1,'u',0,3,40,1,2,0,NULL,0,'null',1689961179,'web','218.35.3.152',NULL),(1220,'\\core\\event\\course_updated','core','updated','course','course',2,'u',1,16,50,2,2,2,NULL,0,'{\"shortname\":\"\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"fullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\",\"updatedfields\":[]}',1689961194,'web','218.35.3.152',NULL),(1221,'\\core\\event\\course_category_viewed','core','viewed','course_category','course_categories',1,'r',0,3,40,1,2,0,NULL,0,'null',1689961196,'web','218.35.3.152',NULL),(1222,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1689961197,'web','218.35.3.152',NULL),(1223,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1689961201,'web','218.35.3.152',NULL),(1224,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1689961205,'web','218.35.3.152',NULL),(1225,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,2,2,NULL,0,'{\"courseshortname\":\"\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1689961208,'web','218.35.3.152',NULL),(1226,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',2,'c',0,16,50,2,2,2,3,0,'{\"enrol\":\"manual\"}',1689961233,'web','218.35.3.152',NULL),(1227,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,16,50,2,2,2,3,0,'{\"id\":2,\"component\":\"\",\"itemid\":0}',1689961233,'web','218.35.3.152',NULL),(1228,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1689961239,'web','218.35.3.152',NULL),(1229,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1689961245,'web','218.35.3.152',NULL),(1230,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',1,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"0\"}',1689961265,'web','218.35.3.152',NULL),(1231,'\\core\\event\\course_section_created','core','created','course_section','course_sections',2,'c',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":1}',1689961287,'web','218.35.3.152',NULL),(1232,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',2,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"1\"}',1689961312,'web','218.35.3.152',NULL),(1233,'\\core\\event\\course_module_created','core','created','course_module','course_modules',2,'c',1,19,70,2,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":2,\"name\":\"\\u81ea\\u6211\\u4ecb\\u7d39\"}',1689961345,'web','218.35.3.152',NULL),(1234,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1689961345,'web','218.35.3.152',NULL),(1235,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',2,'c',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u8ab2\\u524d\\u95b1\\u8b80\",\"itemtype\":\"mod\",\"itemmodule\":\"lesson\"}',1689961373,'web','218.35.3.152',NULL),(1236,'\\core\\event\\course_module_created','core','created','course_module','course_modules',3,'c',1,20,70,3,2,2,NULL,0,'{\"modulename\":\"lesson\",\"instanceid\":1,\"name\":\"\\u8ab2\\u524d\\u95b1\\u8b80\"}',1689961373,'web','218.35.3.152',NULL),(1237,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',2,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u8ab2\\u524d\\u95b1\\u8b80\",\"itemtype\":\"mod\",\"itemmodule\":\"lesson\"}',1689961373,'web','218.35.3.152',NULL),(1238,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1689961373,'web','218.35.3.152',NULL),(1239,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1689961373,'web','218.35.3.152',NULL),(1240,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1689961378,'web','218.35.3.152',NULL),(1241,'\\mod_lesson\\event\\course_module_viewed','mod_lesson','viewed','course_module','lesson',1,'r',2,20,70,3,2,2,NULL,0,'null',1689961402,'web','218.35.3.152',NULL),(1242,'\\mod_lesson\\event\\course_module_viewed','mod_lesson','viewed','course_module','lesson',1,'r',2,20,70,3,2,2,NULL,0,'null',1689961412,'web','218.35.3.152',NULL),(1243,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'null',1689961416,'web','218.35.3.152',NULL),(1244,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1689961424,'web','218.35.3.152',NULL),(1245,'\\core\\event\\course_module_created','core','created','course_module','course_modules',4,'c',1,21,70,4,2,2,NULL,0,'{\"modulename\":\"page\",\"instanceid\":1,\"name\":\"\\u8ab2\\u524d\\u95b1\\u8b80\"}',1689961479,'web','218.35.3.152',NULL),(1246,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1689961479,'web','218.35.3.152',NULL),(1247,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1689961486,'web','218.35.3.152',NULL),(1248,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689962483,'web','34.254.53.125',NULL),(1249,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689962485,'web','34.254.53.125',NULL),(1250,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689962491,'web','34.254.53.125',NULL),(1251,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689962727,'web','137.226.113.15',NULL),(1252,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689962727,'web','137.226.113.15',NULL),(1253,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689962739,'web','137.226.113.15',NULL),(1254,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689971433,'web','171.67.70.233',NULL),(1255,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689976969,'web','192.252.212.33',NULL),(1256,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1689978662,'web','171.244.43.14',NULL),(1257,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690000464,'web','47.254.25.10',NULL),(1258,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690043456,'web','137.226.113.15',NULL),(1259,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690043457,'web','137.226.113.15',NULL),(1260,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690043472,'web','137.226.113.15',NULL),(1261,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690060794,'web','87.236.176.41',NULL),(1262,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690095266,'web','87.236.176.204',NULL),(1263,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690157695,'web','68.183.5.14',NULL),(1264,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690284546,'web','167.248.133.52',NULL),(1265,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690287781,'web','167.248.133.33',NULL),(1266,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690331191,'web','89.175.184.250',NULL),(1267,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690331204,'web','89.175.184.250',NULL),(1268,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690366064,'web','54.209.186.203',NULL),(1269,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690366066,'web','54.209.186.203',NULL),(1270,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690413327,'web','89.175.184.250',NULL),(1271,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690413337,'web','89.175.184.250',NULL),(1272,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690510218,'web','18.206.15.61',NULL),(1273,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690561784,'web','137.226.113.15',NULL),(1274,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690561787,'web','137.226.113.15',NULL),(1275,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690562541,'web','137.226.113.15',NULL),(1276,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690572020,'web','3.144.22.10',NULL),(1277,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690572118,'web','3.144.22.10',NULL),(1278,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690572119,'web','3.144.22.10',NULL),(1279,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690572119,'web','3.144.22.10',NULL),(1280,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690572120,'web','3.144.22.10',NULL),(1281,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690572120,'web','3.144.22.10',NULL),(1282,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690572120,'web','3.144.22.10',NULL),(1283,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690572127,'web','3.144.22.10',NULL),(1284,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690595195,'web','18.207.224.198',NULL),(1285,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690617351,'web','162.142.125.11',NULL),(1286,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690655462,'web','51.255.62.4',NULL),(1287,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690660337,'web','51.254.49.107',NULL),(1288,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690664323,'web','37.187.215.240',NULL),(1289,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690666932,'web','51.254.49.109',NULL),(1290,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690708513,'web','205.210.31.10',NULL),(1291,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690736317,'web','167.248.133.51',NULL),(1292,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1690853825,'web','104.236.194.120',NULL),(1293,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691032219,'web','167.248.133.188',NULL),(1294,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691037590,'web','167.94.145.57',NULL),(1295,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691062961,'web','218.35.3.152',NULL),(1296,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1691063261,'web','218.35.3.152',NULL),(1297,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'null',1691063263,'web','218.35.3.152',NULL),(1298,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1691063291,'web','218.35.3.152',NULL),(1299,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691063296,'web','218.35.3.152',NULL),(1300,'\\tool_admin_presets\\event\\presets_listed','tool_admin_presets','listed','presets','adminpresets',0,'r',0,1,10,0,2,0,NULL,0,'null',1691063317,'web','218.35.3.152',NULL),(1301,'\\core\\event\\config_log_created','core','created','config_log','config_log',1796,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"frontpage\",\"oldvalue\":\"6\",\"value\":\"\",\"plugin\":null}',1691063550,'web','218.35.3.152',NULL),(1302,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691063553,'web','218.35.3.152',NULL),(1303,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691063559,'web','218.35.3.152',NULL),(1304,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691063575,'web','218.35.3.152',NULL),(1305,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691063617,'web','218.35.3.152',NULL),(1306,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691063618,'web','218.35.3.152',NULL),(1307,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691063642,'web','218.35.3.152',NULL),(1308,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691063643,'web','218.35.3.152',NULL),(1309,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691063651,'web','218.35.3.152',NULL),(1310,'\\core\\event\\config_log_created','core','created','config_log','config_log',1797,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"displaymarketingbox\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":\"theme_moove\"}',1691063817,'web','218.35.3.152',NULL),(1311,'\\core\\event\\config_log_created','core','created','config_log','config_log',1798,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"numbersfrontpage\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":\"theme_moove\"}',1691063817,'web','218.35.3.152',NULL),(1312,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691063819,'web','218.35.3.152',NULL),(1313,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691063836,'web','218.35.3.152',NULL),(1314,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691063888,'web','218.35.3.152',NULL),(1315,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691064170,'web','218.35.3.152',NULL),(1316,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691064214,'web','218.35.3.152',NULL),(1317,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691064216,'web','218.35.3.152',NULL),(1318,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1691064244,'web','218.35.3.152',NULL),(1319,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064248,'web','218.35.3.152',NULL),(1320,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',2,'r',2,19,70,2,2,2,NULL,0,'null',1691064253,'web','218.35.3.152',NULL),(1321,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064266,'web','218.35.3.152',NULL),(1322,'\\core\\event\\course_updated','core','updated','course','course',2,'u',1,16,50,2,2,2,NULL,0,'{\"shortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"fullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\",\"updatedfields\":{\"shortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\"}}',1691064288,'web','218.35.3.152',NULL),(1323,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064289,'web','218.35.3.152',NULL),(1324,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,17,70,1,2,2,NULL,0,'null',1691064292,'web','218.35.3.152',NULL),(1325,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064295,'web','218.35.3.152',NULL),(1326,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064337,'web','218.35.3.152',NULL),(1327,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',2,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":1}',1691064342,'web','218.35.3.152',NULL),(1328,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',2,'u',1,19,70,2,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"2\",\"name\":\"\\u81ea\\u6211\\u4ecb\\u7d39\"}',1691064342,'web','218.35.3.152',NULL),(1329,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',2,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u8ab2\\u524d\\u95b1\\u8b80\",\"itemtype\":\"mod\",\"itemmodule\":\"lesson\"}',1691064342,'web','218.35.3.152',NULL),(1330,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',3,'u',1,20,70,3,2,2,NULL,0,'{\"modulename\":\"lesson\",\"instanceid\":\"1\",\"name\":\"\\u8ab2\\u524d\\u95b1\\u8b80\"}',1691064342,'web','218.35.3.152',NULL),(1331,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',4,'u',1,21,70,4,2,2,NULL,0,'{\"modulename\":\"page\",\"instanceid\":\"1\",\"name\":\"\\u8ab2\\u524d\\u95b1\\u8b80\"}',1691064342,'web','218.35.3.152',NULL),(1332,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064350,'web','218.35.3.152',NULL),(1333,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064356,'web','218.35.3.152',NULL),(1334,'\\core\\event\\course_module_created','core','created','course_module','course_modules',5,'c',1,22,70,5,2,2,NULL,0,'{\"modulename\":\"page\",\"instanceid\":2,\"name\":\"\\u8ab2\\u7a0b\\u5927\\u7db1\"}',1691064405,'web','218.35.3.152',NULL),(1335,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064405,'web','218.35.3.152',NULL),(1336,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064408,'web','218.35.3.152',NULL),(1337,'\\mod_page\\event\\course_module_viewed','mod_page','viewed','course_module','page',2,'r',2,22,70,5,2,2,NULL,0,'null',1691064410,'web','218.35.3.152',NULL),(1338,'\\core\\event\\course_module_completion_updated','core','updated','course_module_completion','course_modules_completion',1,'u',2,22,70,5,2,2,2,0,'{\"relateduserid\":2,\"overrideby\":null,\"completionstate\":1}',1691064413,'web','218.35.3.152',NULL),(1339,'\\core\\event\\course_module_completion_updated','core','updated','course_module_completion','course_modules_completion',1,'u',2,22,70,5,2,2,2,0,'{\"relateduserid\":2,\"overrideby\":null,\"completionstate\":0}',1691064414,'web','218.35.3.152',NULL),(1340,'\\mod_page\\event\\course_module_viewed','mod_page','viewed','course_module','page',1,'r',2,21,70,4,2,2,NULL,0,'null',1691064433,'web','218.35.3.152',NULL),(1341,'\\mod_page\\event\\course_module_viewed','mod_page','viewed','course_module','page',1,'r',2,21,70,4,2,2,NULL,0,'null',1691064437,'web','218.35.3.152',NULL),(1342,'\\mod_page\\event\\course_module_viewed','mod_page','viewed','course_module','page',1,'r',2,21,70,4,2,2,NULL,0,'null',1691064441,'web','218.35.3.152',NULL),(1343,'\\mod_page\\event\\course_module_viewed','mod_page','viewed','course_module','page',1,'r',2,21,70,4,2,2,NULL,0,'null',1691064444,'web','218.35.3.152',NULL),(1344,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064449,'web','218.35.3.152',NULL),(1345,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064452,'web','218.35.3.152',NULL),(1346,'\\mod_page\\event\\course_module_viewed','mod_page','viewed','course_module','page',1,'r',2,21,70,4,2,2,NULL,0,'null',1691064462,'web','218.35.3.152',NULL),(1347,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064537,'web','218.35.3.152',NULL),(1348,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064597,'web','218.35.3.152',NULL),(1349,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064600,'web','218.35.3.152',NULL),(1350,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064602,'web','218.35.3.152',NULL),(1351,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064609,'web','218.35.3.152',NULL),(1352,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1691064617,'web','218.35.3.152',NULL),(1353,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064619,'web','218.35.3.152',NULL),(1354,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1691064626,'web','218.35.3.152',NULL),(1355,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'null',1691064626,'web','218.35.3.152',NULL),(1356,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'null',1691064628,'web','218.35.3.152',NULL),(1357,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1691064631,'web','218.35.3.152',NULL),(1358,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1691064637,'web','218.35.3.152',NULL),(1359,'\\core\\event\\question_category_viewed','core','viewed','question_category','question_categories',2,'r',1,2,50,1,2,1,NULL,0,'null',1691064639,'web','218.35.3.152',NULL),(1360,'\\core\\event\\question_category_viewed','core','viewed','question_category','question_categories',4,'r',1,1,10,0,2,0,NULL,0,'null',1691064663,'web','218.35.3.152',NULL),(1361,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1691064666,'web','218.35.3.152',NULL),(1362,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064668,'web','218.35.3.152',NULL),(1363,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064676,'web','218.35.3.152',NULL),(1364,'\\core\\event\\question_category_viewed','core','viewed','question_category','question_categories',8,'r',1,3,40,1,2,0,NULL,0,'null',1691064685,'web','218.35.3.152',NULL),(1365,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,2,2,2,0,'null',1691064687,'web','218.35.3.152',NULL),(1366,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,2,2,2,0,'null',1691064692,'web','218.35.3.152',NULL),(1367,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,2,2,2,0,'null',1691064693,'web','218.35.3.152',NULL),(1368,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064753,'web','218.35.3.152',NULL),(1369,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1691064832,'web','218.35.3.152',NULL),(1370,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064833,'web','218.35.3.152',NULL),(1371,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064872,'web','218.35.3.152',NULL),(1372,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064879,'web','218.35.3.152',NULL),(1373,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064889,'web','218.35.3.152',NULL),(1374,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064932,'web','218.35.3.152',NULL),(1375,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064941,'web','218.35.3.152',NULL),(1376,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064947,'web','218.35.3.152',NULL),(1377,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691064990,'web','218.35.3.152',NULL),(1378,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691065117,'web','218.35.3.152',NULL),(1379,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691065120,'web','218.35.3.152',NULL),(1380,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691065130,'web','218.35.3.152',NULL),(1381,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691065137,'web','218.35.3.152',NULL),(1382,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691065259,'web','218.35.3.152',NULL),(1383,'\\core\\event\\course_category_viewed','core','viewed','course_category','course_categories',1,'r',0,3,40,1,2,0,NULL,0,'null',1691065281,'web','218.35.3.152',NULL),(1384,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691065283,'web','218.35.3.152',NULL),(1385,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691065285,'web','218.35.3.152',NULL),(1386,'\\core\\event\\config_log_created','core','created','config_log','config_log',1799,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"enabledashboard\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":null}',1691065557,'web','218.35.3.152',NULL),(1387,'\\core\\event\\config_log_created','core','created','config_log','config_log',1800,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"defaulthomepage\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":null}',1691065557,'web','218.35.3.152',NULL),(1388,'\\core\\event\\config_log_created','core','created','config_log','config_log',1801,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"allowguestmymoodle\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":null}',1691065557,'web','218.35.3.152',NULL),(1389,'\\core\\event\\config_log_created','core','created','config_log','config_log',1802,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"navshowcategories\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":null}',1691065557,'web','218.35.3.152',NULL),(1390,'\\core\\event\\config_log_created','core','created','config_log','config_log',1803,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"linkcoursesections\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":null}',1691065557,'web','218.35.3.152',NULL),(1391,'\\core\\event\\badge_listing_viewed','core','viewed','badge_listing',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'{\"badgetype\":2,\"courseid\":\"2\"}',1691065658,'web','218.35.3.152',NULL),(1392,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691065692,'web','218.35.3.152',NULL),(1393,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691065718,'web','218.35.3.152',NULL),(1394,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691065727,'web','218.35.3.152',NULL),(1395,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',2,'r',0,5,30,2,2,0,2,0,'null',1691065732,'web','218.35.3.152',NULL),(1396,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',3,'c',0,2,50,1,2,1,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1691065733,'web','218.35.3.152',NULL),(1397,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',3,'u',0,2,50,1,2,1,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1691065733,'web','218.35.3.152',NULL),(1398,'\\gradereport_overview\\event\\grade_report_viewed','gradereport_overview','viewed','grade_report',NULL,NULL,'r',2,2,50,1,2,1,2,0,'null',1691065733,'web','218.35.3.152',NULL),(1399,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,2,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1691065757,'web','218.35.3.152',NULL),(1400,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,2,2,2,0,'null',1691065763,'web','218.35.3.152',NULL),(1401,'\\core\\event\\question_category_viewed','core','viewed','question_category','question_categories',8,'r',1,3,40,1,2,0,NULL,0,'null',1691065770,'web','218.35.3.152',NULL),(1402,'\\core\\event\\question_category_viewed','core','viewed','question_category','question_categories',8,'r',1,3,40,1,2,0,NULL,0,'null',1691065780,'web','218.35.3.152',NULL),(1403,'\\core\\event\\question_category_viewed','core','viewed','question_category','question_categories',8,'r',1,3,40,1,2,0,NULL,0,'null',1691065799,'web','218.35.3.152',NULL),(1404,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691065801,'web','218.35.3.152',NULL),(1405,'\\core\\event\\config_log_created','core','created','config_log','config_log',1804,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"custommenuitems\",\"oldvalue\":\"\",\"value\":\"Moodle\\u793e\\u7fa4|https:\\/\\/moodle.org\\r\\n-Moodle\\u514d\\u8cbb\\u652f\\u63f4|http:\\/\\/moodle.org\\/support\\r\\n-###\\r\\n-Moodle\\u958b\\u767c|http:\\/\\/moodle.org\\/development\\r\\n-Moodle\\u8ddf\\u8e64\\u5668|http:\\/\\/tracker.moodle.org\\r\\n-Moodle\\u6587\\u4ef6|http:\\/\\/docs.moodle.org|Moodle Docs\\r\\n-\\u5fb7\\u6587 Moodle \\u6587\\u4ef6|http:\\/\\/docs.moodle.org\\/de|Documentation in German|de\\r\\n-###\\r\\n-Moodle\\u5546\\u7528\\u865b\\u64ec\\u4e3b\\u6a5fhttp:\\/\\/moodle.com\\/hosting\\r\\n-Moodle\\u5546\\u7528\\u652f\\u63f4|http:\\/\\/moodle.com\\/support\",\"plugin\":null}',1691065888,'web','218.35.3.152',NULL),(1406,'\\core\\event\\config_log_created','core','created','config_log','config_log',1805,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"customusermenuitems\",\"oldvalue\":\"profile,moodle|\\/user\\/profile.php\\ngrades,grades|\\/grade\\/report\\/mygrades.php\\ncalendar,core_calendar|\\/calendar\\/view.php?view=month\\nprivatefiles,moodle|\\/user\\/files.php\\nreports,core_reportbuilder|\\/reportbuilder\\/index.php\",\"value\":\"\",\"plugin\":null}',1691065888,'web','218.35.3.152',NULL),(1407,'\\core\\event\\config_log_created','core','created','config_log','config_log',1806,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"custommenuitems\",\"oldvalue\":\"Moodle\\u793e\\u7fa4|https:\\/\\/moodle.org\\r\\n-Moodle\\u514d\\u8cbb\\u652f\\u63f4|http:\\/\\/moodle.org\\/support\\r\\n-###\\r\\n-Moodle\\u958b\\u767c|http:\\/\\/moodle.org\\/development\\r\\n-Moodle\\u8ddf\\u8e64\\u5668|http:\\/\\/tracker.moodle.org\\r\\n-Moodle\\u6587\\u4ef6|http:\\/\\/docs.moodle.org|Moodle Docs\\r\\n-\\u5fb7\\u6587 Moodle \\u6587\\u4ef6|http:\\/\\/docs.moodle.org\\/de|Documentation in German|de\\r\\n-###\\r\\n-Moodle\\u5546\\u7528\\u865b\\u64ec\\u4e3b\\u6a5fhttp:\\/\\/moodle.com\\/hosting\\r\\n-Moodle\\u5546\\u7528\\u652f\\u63f4|http:\\/\\/moodle.com\\/support\",\"value\":\"\",\"plugin\":null}',1691065900,'web','218.35.3.152',NULL),(1408,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1691065944,'web','218.35.3.152',NULL),(1409,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691065946,'web','218.35.3.152',NULL),(1410,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1691066175,'web','218.35.3.152',NULL),(1411,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691066177,'web','218.35.3.152',NULL),(1412,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691066252,'web','218.35.3.152',NULL),(1413,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691066254,'web','218.35.3.152',NULL),(1414,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691067063,'web','54.78.38.150',NULL),(1415,'\\core\\event\\notification_sent','core','sent','notification','notifications',1,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1691067065,'cli',NULL,NULL),(1416,'\\tool_recyclebin\\event\\course_bin_item_created','tool_recyclebin','created','course_bin_item','tool_recyclebin_course',1,'c',0,16,50,2,2,2,NULL,0,'null',1691067094,'cli',NULL,NULL),(1417,'\\core\\event\\grade_item_deleted','core','deleted','grade_item','grade_items',2,'d',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u8ab2\\u524d\\u95b1\\u8b80\",\"itemtype\":\"mod\",\"itemmodule\":\"lesson\"}',1691067094,'cli',NULL,NULL),(1418,'\\core\\event\\course_module_deleted','core','deleted','course_module','course_modules',3,'d',1,20,70,3,2,2,NULL,0,'{\"modulename\":\"lesson\",\"instanceid\":\"1\"}',1691067094,'cli',NULL,NULL),(1419,'\\tool_recyclebin\\event\\course_bin_item_created','tool_recyclebin','created','course_bin_item','tool_recyclebin_course',2,'c',0,16,50,2,2,2,NULL,0,'null',1691067095,'cli',NULL,NULL),(1420,'\\core\\event\\course_module_deleted','core','deleted','course_module','course_modules',1,'d',1,17,70,1,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"1\"}',1691067095,'cli',NULL,NULL),(1421,'\\core\\event\\config_log_created','core','created','config_log','config_log',1807,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"usetags\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":null}',1691067118,'web','218.35.3.152',NULL),(1422,'\\core\\event\\config_log_created','core','created','config_log','config_log',1808,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"enablenotes\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":null}',1691067118,'web','218.35.3.152',NULL),(1423,'\\core\\event\\config_log_created','core','created','config_log','config_log',1809,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"enablewebservices\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":null}',1691067118,'web','218.35.3.152',NULL),(1424,'\\core\\event\\config_log_created','core','created','config_log','config_log',1810,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"enableblogs\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":null}',1691067118,'web','218.35.3.152',NULL),(1425,'\\core\\event\\config_log_created','core','created','config_log','config_log',1811,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"enablebadges\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":null}',1691067118,'web','218.35.3.152',NULL),(1426,'\\core\\event\\config_log_created','core','created','config_log','config_log',1812,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"enableanalytics\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":null}',1691067118,'web','218.35.3.152',NULL),(1427,'\\core\\event\\config_log_created','core','created','config_log','config_log',1813,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"enabled\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":\"core_competency\"}',1691067118,'web','218.35.3.152',NULL),(1428,'\\core\\event\\config_log_created','core','created','config_log','config_log',1814,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"messaging\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":null}',1691067118,'web','218.35.3.152',NULL),(1429,'\\core\\event\\config_log_created','core','created','config_log','config_log',1815,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"enablecustomreports\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":null}',1691067118,'web','218.35.3.152',NULL),(1430,'\\core\\event\\config_log_created','core','created','config_log','config_log',1816,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"enableaccessibilitytools\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":null}',1691067118,'web','218.35.3.152',NULL),(1431,'\\core\\event\\config_log_created','core','created','config_log','config_log',1817,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"enablemobilewebservice\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":null}',1691067118,'web','218.35.3.152',NULL),(1432,'\\core\\event\\config_log_created','core','created','config_log','config_log',1818,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"enablemoodlenet\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":\"tool_moodlenet\"}',1691067118,'web','218.35.3.152',NULL),(1433,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691067141,'web','54.78.38.150',NULL),(1434,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691067174,'web','54.78.38.150',NULL),(1435,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691067193,'web','54.78.38.150',NULL),(1436,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691067200,'web','54.78.38.150',NULL),(1437,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1691067220,'web','218.35.3.152',NULL),(1438,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691067223,'web','218.35.3.152',NULL),(1439,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,2,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1691067240,'web','218.35.3.152',NULL),(1440,'\\core\\event\\question_category_viewed','core','viewed','question_category','question_categories',6,'r',1,16,50,2,2,2,NULL,0,'null',1691067247,'web','218.35.3.152',NULL),(1441,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691067253,'web','218.35.3.152',NULL),(1442,'\\core\\event\\config_log_created','core','created','config_log','config_log',1819,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"debug\",\"oldvalue\":\"0\",\"value\":\"30719\",\"plugin\":null}',1691068708,'web','218.35.3.152',NULL),(1443,'\\core\\event\\config_log_created','core','created','config_log','config_log',1820,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"debugdisplay\",\"oldvalue\":\"0\",\"value\":\"1\",\"plugin\":null}',1691068708,'web','218.35.3.152',NULL),(1444,'\\core\\event\\config_log_created','core','created','config_log','config_log',1821,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"debugdisplay\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":null}',1691068726,'web','218.35.3.152',NULL),(1445,'\\core\\event\\config_log_created','core','created','config_log','config_log',1822,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"debug\",\"oldvalue\":\"30719\",\"value\":\"32767\",\"plugin\":null}',1691068835,'web','218.35.3.152',NULL),(1446,'\\core\\event\\config_log_created','core','created','config_log','config_log',1823,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"debugdisplay\",\"oldvalue\":\"0\",\"value\":\"1\",\"plugin\":null}',1691068835,'web','218.35.3.152',NULL),(1447,'\\core\\event\\notification_sent','core','sent','notification','notifications',2,'c',0,1,10,0,0,0,2,0,'{\"courseid\":\"1\"}',1691068991,'cli',NULL,NULL),(1448,'\\tool_langimport\\event\\langpack_imported','tool_langimport','imported','langpack',NULL,NULL,'c',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1691069127,'web','218.35.3.152',NULL),(1449,'\\tool_langimport\\event\\langpack_imported','tool_langimport','imported','langpack',NULL,NULL,'c',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"en_us\"}',1691069145,'web','218.35.3.152',NULL),(1450,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691069340,'web','218.35.3.152',NULL),(1451,'\\core\\event\\course_updated','core','updated','course','course',2,'u',1,16,50,2,2,2,NULL,0,'{\"shortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"fullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\",\"updatedfields\":{\"lang\":\"\"}}',1691069349,'web','218.35.3.152',NULL),(1452,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691069350,'web','218.35.3.152',NULL),(1453,'\\mod_page\\event\\course_module_viewed','mod_page','viewed','course_module','page',2,'r',2,22,70,5,2,2,NULL,0,'null',1691069437,'web','218.35.3.152',NULL),(1454,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691069482,'web','218.35.3.152',NULL),(1455,'\\core\\event\\course_module_created','core','created','course_module','course_modules',7,'c',1,26,70,7,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":1,\"name\":\"\\u9ec3\\u5fb7\\u7965\"}',1691069513,'web','218.35.3.152',NULL),(1456,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691069514,'web','218.35.3.152',NULL),(1457,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691069522,'web','218.35.3.152',NULL),(1458,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',1,'r',2,26,70,7,2,2,NULL,0,'null',1691069525,'web','218.35.3.152',NULL),(1459,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691069726,'web','218.35.3.152',NULL),(1460,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691069731,'web','218.35.3.152',NULL),(1461,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',7,'u',1,26,70,7,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":\"1\",\"name\":\"\\u9ec3\\u5fb7\\u7965\"}',1691069806,'web','218.35.3.152',NULL),(1462,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691069806,'web','218.35.3.152',NULL),(1463,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',1,'r',2,26,70,7,2,2,NULL,0,'null',1691069808,'web','218.35.3.152',NULL),(1464,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691069812,'web','218.35.3.152',NULL),(1465,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1691069886,'web','218.35.3.152',NULL),(1466,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',3,'r',2,25,70,6,2,2,NULL,0,'null',1691069891,'web','218.35.3.152',NULL),(1467,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691111947,'web','198.235.24.84',NULL),(1468,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691212813,'web','198.235.24.21',NULL),(1469,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691292531,'web','34.244.62.225',NULL),(1470,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691348404,'web','34.244.39.66',NULL),(1471,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691552679,'web','205.210.31.176',NULL),(1472,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691652064,'web','54.78.38.150',NULL),(1473,'\\tool_recyclebin\\event\\course_bin_item_deleted','tool_recyclebin','deleted','course_bin_item','tool_recyclebin_course',1,'d',0,16,50,2,2,2,NULL,0,'null',1691672402,'cli',NULL,NULL),(1474,'\\tool_recyclebin\\event\\course_bin_item_deleted','tool_recyclebin','deleted','course_bin_item','tool_recyclebin_course',2,'d',0,16,50,2,2,2,NULL,0,'null',1691672402,'cli',NULL,NULL),(1475,'\\core\\event\\notification_sent','core','sent','notification','notifications',3,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1691673064,'cli',NULL,NULL),(1476,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691770359,'web','65.154.226.169',NULL),(1477,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691771351,'web','137.226.113.15',NULL),(1478,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691771351,'web','137.226.113.15',NULL),(1479,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691771352,'web','137.226.113.15',NULL),(1480,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691799917,'web','205.210.31.229',NULL),(1481,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691824328,'web','198.235.24.181',NULL),(1482,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1691867312,'web','198.235.24.42',NULL),(1483,'\\core\\event\\notification_sent','core','sent','notification','notifications',4,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1692018664,'cli',NULL,NULL),(1484,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1692080550,'web','161.35.5.14',NULL),(1485,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1692256864,'web','54.78.38.150',NULL),(1486,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1692388166,'web','35.213.209.114',NULL),(1487,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1692468276,'web','162.142.125.224',NULL),(1488,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1692484592,'web','167.248.133.189',NULL),(1489,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1692666860,'web','87.236.176.10',NULL),(1490,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1692752946,'web','87.236.176.114',NULL),(1491,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1692861664,'web','54.78.38.150',NULL),(1492,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1693056379,'web','162.142.125.213',NULL),(1493,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1693057508,'web','167.248.133.191',NULL),(1494,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1693288679,'web','167.94.145.58',NULL),(1495,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1693306046,'web','167.248.133.37',NULL),(1496,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1693310961,'web','134.209.162.68',NULL),(1497,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1693331166,'web','167.248.133.35',NULL),(1498,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1693353623,'web','34.244.238.222',NULL),(1499,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1693354577,'web','167.94.146.58',NULL),(1500,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1693466464,'web','54.78.38.150',NULL),(1501,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1693750781,'web','167.248.133.125',NULL),(1502,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1693759512,'web','167.248.133.124',NULL),(1503,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1693821282,'web','35.215.42.70',NULL),(1504,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1693855374,'web','63.33.60.253',NULL),(1505,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1693938629,'web','34.245.86.29',NULL),(1506,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1694071263,'web','52.18.166.249',NULL),(1507,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1694085643,'web','3.253.239.251',NULL),(1508,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1694204351,'cli',NULL,NULL),(1509,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1694501058,'web','64.227.153.58',NULL),(1510,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1694523626,'web','34.243.3.18',NULL),(1511,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1694676063,'web','52.18.166.249',NULL),(1512,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1694725554,'web','144.91.106.14',NULL),(1513,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1694725559,'web','144.91.106.14',NULL),(1514,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1694835319,'web','185.145.245.42',NULL),(1515,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695108631,'web','34.255.215.203',NULL),(1516,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695143896,'web','51.81.245.138',NULL),(1517,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695143913,'web','167.172.20.95',NULL),(1518,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695143918,'web','167.172.20.95',NULL),(1519,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695143922,'web','96.126.122.49',NULL),(1520,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695143927,'web','167.172.20.95',NULL),(1521,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695143968,'web','154.28.229.27',NULL),(1522,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695143970,'web','154.28.229.27',NULL),(1523,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695143970,'web','154.28.229.27',NULL),(1524,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695143970,'web','154.28.229.27',NULL),(1525,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695143981,'web','157.97.122.6',NULL),(1526,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695143981,'web','31.94.57.232',NULL),(1527,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695143981,'web','216.131.88.5',NULL),(1528,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695143981,'web','52.88.169.58',NULL),(1529,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695143995,'web','197.242.156.53',NULL),(1530,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695143998,'web','139.162.7.175',NULL),(1531,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695144016,'web','195.74.76.198',NULL),(1532,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695144988,'web','5.164.29.202',NULL),(1533,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695145562,'web','51.81.167.146',NULL),(1534,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695153704,'web','206.217.205.90',NULL),(1535,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695154742,'web','133.242.174.119',NULL),(1536,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695187101,'web','3.83.161.45',NULL),(1537,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695187102,'web','3.83.161.45',NULL),(1538,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695187103,'web','3.83.161.45',NULL),(1539,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695187103,'web','3.83.161.45',NULL),(1540,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695187104,'web','3.83.161.45',NULL),(1541,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695187341,'web','47.88.94.159',NULL),(1542,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695222175,'web','146.190.105.97',NULL),(1543,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695234891,'web','176.53.219.176',NULL),(1544,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695280864,'web','34.245.128.38',NULL),(1545,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695293133,'web','73.219.6.51',NULL),(1546,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695293142,'web','73.219.6.51',NULL),(1547,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1695293152,'web','73.219.6.51',NULL),(1548,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1695293153,'web','73.219.6.51',NULL),(1549,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695293159,'web','73.219.6.51',NULL),(1550,'\\core\\event\\notification_sent','core','sent','notification','notifications',5,'c',0,1,10,0,0,0,2,0,'{\"courseid\":\"1\"}',1695293163,'cli',NULL,NULL),(1551,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',3,'r',2,25,70,6,2,2,NULL,0,'null',1695293166,'web','73.219.6.51',NULL),(1552,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695293169,'web','73.219.6.51',NULL),(1553,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',1,'r',2,26,70,7,2,2,NULL,0,'null',1695293173,'web','73.219.6.51',NULL),(1554,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695293175,'web','73.219.6.51',NULL),(1555,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,2,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1695293237,'web','73.219.6.51',NULL),(1556,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695300976,'web','73.219.6.51',NULL),(1557,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695300984,'web','111.82.240.232',NULL),(1558,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695300985,'web','123.193.70.68',NULL),(1559,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695300985,'web','1.34.207.95',NULL),(1560,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695300988,'web','103.20.60.3',NULL),(1561,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695300990,'web','124.64.23.208',NULL),(1562,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695300991,'web','111.249.129.204',NULL),(1563,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695300992,'web','36.229.131.17',NULL),(1564,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695300994,'web','122.118.33.121',NULL),(1565,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695301001,'web','73.219.6.51',NULL),(1566,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695301006,'web','111.193.17.109',NULL),(1567,'\\core\\event\\user_loggedin','core','loggedin','user','user',1,'r',0,1,10,0,1,0,NULL,0,'{\"username\":\"guest\",\"extrauserinfo\":[]}',1695301007,'web','103.20.60.3',NULL),(1568,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695301008,'web','103.20.60.3',NULL),(1569,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695301015,'web','203.121.235.95',NULL),(1570,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695301018,'web','111.82.240.232',NULL),(1571,'\\core\\event\\user_loggedin','core','loggedin','user','user',1,'r',0,1,10,0,1,0,NULL,0,'{\"username\":\"guest\",\"extrauserinfo\":[]}',1695301019,'web','123.193.70.68',NULL),(1572,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695301019,'web','123.193.70.68',NULL),(1573,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695301020,'web','111.82.240.232',NULL),(1574,'\\core\\event\\user_loggedin','core','loggedin','user','user',1,'r',0,1,10,0,1,0,NULL,0,'{\"username\":\"guest\",\"extrauserinfo\":[]}',1695301021,'web','122.118.33.121',NULL),(1575,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695301021,'web','124.64.23.208',NULL),(1576,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695301021,'web','122.118.33.121',NULL),(1577,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695301022,'web','125.229.183.111',NULL),(1578,'\\core\\event\\user_loggedin','core','loggedin','user','user',1,'r',0,1,10,0,1,0,NULL,0,'{\"username\":\"guest\",\"extrauserinfo\":[]}',1695301023,'web','1.34.207.95',NULL),(1579,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695301023,'web','1.34.207.95',NULL),(1580,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695301024,'web','124.120.207.77',NULL),(1581,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695301026,'web','115.196.72.225',NULL),(1582,'\\core\\event\\user_loggedin','core','loggedin','user','user',1,'r',0,1,10,0,1,0,NULL,0,'{\"username\":\"guest\",\"extrauserinfo\":[]}',1695301028,'web','111.249.129.204',NULL),(1583,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695301028,'web','111.249.129.204',NULL),(1584,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695301034,'web','124.120.207.77',NULL),(1585,'\\core\\event\\user_loggedin','core','loggedin','user','user',1,'r',0,1,10,0,1,0,NULL,0,'{\"username\":\"guest\",\"extrauserinfo\":[]}',1695301045,'web','124.64.23.208',NULL),(1586,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695301045,'web','124.64.23.208',NULL),(1587,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695301068,'web','218.211.169.180',NULL),(1588,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695301082,'web','122.118.33.121',NULL),(1589,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695301100,'web','147.92.179.107',NULL),(1590,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695301101,'web','218.211.169.180',NULL),(1591,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695301106,'web','36.228.219.119',NULL),(1592,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695301107,'web','104.249.174.126',NULL),(1593,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695301120,'web','123.51.236.100',NULL),(1594,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695301121,'web','203.121.235.95',NULL),(1595,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695301128,'web','36.229.131.17',NULL),(1596,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695301128,'web','36.229.131.17',NULL),(1597,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695301152,'web','36.228.219.119',NULL),(1598,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695301164,'web','202.81.229.123',NULL),(1599,'\\core\\event\\user_loggedin','core','loggedin','user','user',1,'r',0,1,10,0,1,0,NULL,0,'{\"username\":\"guest\",\"extrauserinfo\":[]}',1695301242,'web','202.81.229.123',NULL),(1600,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695301243,'web','202.81.229.123',NULL),(1601,'\\core\\event\\notification_sent','core','sent','notification','notifications',6,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1695301864,'cli',NULL,NULL),(1602,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695302095,'web','36.228.219.119',NULL),(1603,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695302848,'web','1.34.207.95',NULL),(1604,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695302848,'web','1.34.207.95',NULL),(1605,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695302848,'web','1.34.207.95',NULL),(1606,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695303203,'web','73.219.6.51',NULL),(1607,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695303204,'web','73.219.6.51',NULL),(1608,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695303205,'web','73.219.6.51',NULL),(1609,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695304161,'web','73.219.6.51',NULL),(1610,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1695304198,'web','73.219.6.51',NULL),(1611,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695305727,'web','223.136.115.214',NULL),(1612,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695305767,'web','223.136.115.214',NULL),(1613,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695305780,'web','223.136.115.214',NULL),(1614,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695308671,'web','124.120.207.77',NULL),(1615,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695310773,'web','36.229.131.17',NULL),(1616,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695320992,'web','176.53.217.236',NULL),(1617,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695332427,'web','147.92.179.118',NULL),(1618,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695333326,'web','101.139.104.170',NULL),(1619,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695333327,'web','101.139.104.170',NULL),(1620,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695333327,'web','101.139.104.170',NULL),(1621,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695336275,'web','34.229.163.7',NULL),(1622,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695336278,'web','34.229.163.7',NULL),(1623,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695339787,'web','101.139.104.170',NULL),(1624,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695341556,'web','170.178.185.50',NULL),(1625,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695341697,'web','170.178.185.50',NULL),(1626,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695341717,'web','170.178.185.50',NULL),(1627,'\\core\\event\\user_loggedin','core','loggedin','user','user',1,'r',0,1,10,0,1,0,NULL,0,'{\"username\":\"guest\",\"extrauserinfo\":[]}',1695341732,'web','170.178.185.50',NULL),(1628,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695341733,'web','170.178.185.50',NULL),(1629,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695343805,'web','165.232.32.160',NULL),(1630,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695344302,'web','159.89.169.222',NULL),(1631,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695344304,'web','159.89.169.222',NULL),(1632,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695344493,'web','115.196.72.225',NULL),(1633,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695353139,'web','184.22.146.52',NULL),(1634,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695360004,'web','111.243.71.85',NULL),(1635,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695360005,'web','111.243.71.85',NULL),(1636,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695360005,'web','111.243.71.85',NULL),(1637,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695360106,'web','36.227.240.174',NULL),(1638,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695369749,'web','159.89.169.222',NULL),(1639,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695374601,'web','122.118.33.121',NULL),(1640,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695433143,'web','147.92.179.115',NULL),(1641,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695481444,'web','147.92.179.116',NULL),(1642,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695481444,'web','147.92.179.113',NULL),(1643,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695481444,'web','147.92.179.111',NULL),(1644,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695494727,'web','87.236.176.48',NULL),(1645,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695522716,'web','128.22.132.204',NULL),(1646,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695522731,'web','114.253.43.3',NULL),(1647,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695522732,'web','114.253.43.3',NULL),(1648,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695522734,'web','114.253.43.3',NULL),(1649,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"211347\",\"reason\":1}',1695522756,'web','128.22.132.204',NULL),(1650,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695522767,'web','128.22.132.204',NULL),(1651,'\\core\\event\\user_loggedin','core','loggedin','user','user',1,'r',0,1,10,0,1,0,NULL,0,'{\"username\":\"guest\",\"extrauserinfo\":[]}',1695522778,'web','128.22.132.204',NULL),(1652,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695522779,'web','128.22.132.204',NULL),(1653,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695522991,'web','128.22.132.204',NULL),(1654,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695523025,'web','128.22.132.204',NULL),(1655,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695523036,'web','128.22.132.204',NULL),(1656,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695523040,'web','128.22.132.204',NULL),(1657,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695523051,'web','128.22.132.204',NULL),(1658,'\\core\\event\\user_loggedin','core','loggedin','user','user',1,'r',0,1,10,0,1,0,NULL,0,'{\"username\":\"guest\",\"extrauserinfo\":[]}',1695523162,'web','128.22.132.204',NULL),(1659,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695523163,'web','128.22.132.204',NULL),(1660,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695523580,'web','101.10.5.220',NULL),(1661,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695523581,'web','49.216.167.22',NULL),(1662,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695524520,'web','73.219.6.51',NULL),(1663,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695528204,'web','147.92.179.107',NULL),(1664,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695529740,'web','49.229.200.132',NULL),(1665,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695531020,'web','54.248.9.68',NULL),(1666,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695531020,'web','54.248.9.68',NULL),(1667,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695565168,'web','207.180.201.25',NULL),(1668,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695575046,'web','123.193.70.68',NULL),(1669,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695606841,'web','170.178.185.50',NULL),(1670,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695621771,'web','87.236.176.136',NULL),(1671,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695637900,'web','61.57.154.42',NULL),(1672,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695639366,'web','111.241.145.79',NULL),(1673,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695674710,'web','205.210.31.82',NULL),(1674,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695693616,'web','34.245.134.207',NULL),(1675,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695696661,'web','114.136.180.236',NULL),(1676,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695696733,'web','117.56.58.51',NULL),(1677,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695696785,'web','117.56.58.51',NULL),(1678,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695696785,'web','117.56.58.51',NULL),(1679,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695696786,'web','117.56.58.51',NULL),(1680,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695696831,'web','117.56.58.51',NULL),(1681,'\\core\\event\\user_loggedin','core','loggedin','user','user',1,'r',0,1,10,0,1,0,NULL,0,'{\"username\":\"guest\",\"extrauserinfo\":[]}',1695696852,'web','117.56.58.51',NULL),(1682,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695696853,'web','117.56.58.51',NULL),(1683,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695696888,'web','117.56.58.51',NULL),(1684,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695696918,'web','117.56.58.51',NULL),(1685,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695696978,'web','117.56.58.51',NULL),(1686,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,1,0,NULL,0,'{\"username\":\"\",\"reason\":1}',1695697012,'web','117.56.58.51',NULL),(1687,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,1,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"reason\":1}',1695697029,'web','117.56.58.51',NULL),(1688,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695697081,'web','117.56.58.51',NULL),(1689,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695703808,'web','128.199.30.163',NULL),(1690,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695704738,'web','114.136.180.236',NULL),(1691,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695708518,'web','101.138.167.149',NULL),(1692,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695708533,'web','101.138.167.149',NULL),(1693,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695710330,'web','111.241.145.79',NULL),(1694,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695712254,'web','117.136.6.114',NULL),(1695,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695728854,'web','223.140.226.230',NULL),(1696,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695737227,'web','73.219.6.51',NULL),(1697,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1695737234,'web','73.219.6.51',NULL),(1698,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1695737234,'web','73.219.6.51',NULL),(1699,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695737239,'web','73.219.6.51',NULL),(1700,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695737249,'web','73.219.6.51',NULL),(1701,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',2,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"1\"}',1695737273,'web','73.219.6.51',NULL),(1702,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695737311,'web','73.219.6.51',NULL),(1703,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',2,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":1}',1695737318,'web','73.219.6.51',NULL),(1704,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',2,'u',1,19,70,2,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"2\",\"name\":\"\\u81ea\\u6211\\u4ecb\\u7d39\"}',1695737318,'web','73.219.6.51',NULL),(1705,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',4,'u',1,21,70,4,2,2,NULL,0,'{\"modulename\":\"page\",\"instanceid\":\"1\",\"name\":\"\\u8ab2\\u524d\\u95b1\\u8b80\"}',1695737318,'web','73.219.6.51',NULL),(1706,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',7,'u',1,26,70,7,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":\"1\",\"name\":\"\\u9ec3\\u5fb7\\u7965\"}',1695737318,'web','73.219.6.51',NULL),(1707,'\\mod_page\\event\\course_module_viewed','mod_page','viewed','course_module','page',2,'r',2,22,70,5,2,2,NULL,0,'null',1695737322,'web','73.219.6.51',NULL),(1708,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695737326,'web','73.219.6.51',NULL),(1709,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695737337,'web','73.219.6.51',NULL),(1710,'\\core\\event\\course_module_created','core','created','course_module','course_modules',8,'c',1,27,70,8,2,2,NULL,0,'{\"modulename\":\"url\",\"instanceid\":1,\"name\":\"\\u83ef\\u795e\\u5b78\\u7fd2\\u5e73\\u53f0\"}',1695737381,'web','73.219.6.51',NULL),(1711,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695737381,'web','73.219.6.51',NULL),(1712,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695737386,'web','73.219.6.51',NULL),(1713,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',1,'r',2,27,70,8,2,2,NULL,0,'null',1695737389,'web','73.219.6.51',NULL),(1714,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695737394,'web','73.219.6.51',NULL),(1715,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695737399,'web','73.219.6.51',NULL),(1716,'\\core\\event\\course_module_created','core','created','course_module','course_modules',9,'c',1,28,70,9,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":2,\"name\":\"\\u8ab2\\u524d\\u95b1\\u8b80\\/\\u56de\\u61c9\\uff1a\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300bChs. 5, 7\"}',1695737698,'web','73.219.6.51',NULL),(1717,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',2,'r',2,28,70,9,2,2,NULL,0,'null',1695737698,'web','73.219.6.51',NULL),(1718,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695737708,'web','73.219.6.51',NULL),(1719,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695737742,'web','42.76.190.217',NULL),(1720,'\\core\\event\\course_module_created','core','created','course_module','course_modules',10,'c',1,29,70,10,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":4,\"name\":\"\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1695738312,'web','73.219.6.51',NULL),(1721,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1695738312,'web','73.219.6.51',NULL),(1722,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738312,'web','73.219.6.51',NULL),(1723,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',9,'u',1,28,70,9,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":\"2\",\"name\":\"\\u8ab2\\u524d\\u95b1\\u8b80\\uff1a\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300bChs. 5, 7\"}',1695738335,'web','73.219.6.51',NULL),(1724,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',2,'r',2,28,70,9,2,2,NULL,0,'null',1695738338,'web','73.219.6.51',NULL),(1725,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738340,'web','73.219.6.51',NULL),(1726,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738342,'web','73.219.6.51',NULL),(1727,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',2,'r',2,28,70,9,2,2,NULL,0,'null',1695738344,'web','73.219.6.51',NULL),(1728,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738346,'web','73.219.6.51',NULL),(1729,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',2,'r',2,28,70,9,2,2,NULL,0,'null',1695738349,'web','73.219.6.51',NULL),(1730,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738351,'web','73.219.6.51',NULL),(1731,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695738353,'web','73.219.6.51',NULL),(1732,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695738357,'web','73.219.6.51',NULL),(1733,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',1,'c',2,29,70,10,2,2,NULL,0,'{\"content\":\"<p dir=\\\"ltr\\\" style=\\\"text-align: left;\\\"><\\/p><p dir=\\\"ltr\\\">\\u7528150-300\\u5b57\\u63d0\\u51fa\\u4e00\\u5247\\u95dc\\u65bc\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300b\\u7b2c\\u4e94\\u7ae0\\u3008\\u85dd\\u8853\\u5bb6\\u3009\\u8207\\u7b2c\\u4e03\\u7ae0\\u3008\\u5371\\u96aa\\u3009\\u7684<strong>\\u554f\\u984c<\\/strong>\\u6216\\u662f<strong>\\u5fc3\\u5f97<\\/strong>\\u3002<\\/p><p dir=\\\"ltr\\\">\\uff08<strong>\\u554f\\u984c\\uff1a<\\/strong>\\u770b\\u4e0d\\u61c2\\u3001\\u7591\\u60d1\\uff0c\\u60f3\\u8a62\\u554f\\u540c\\u5b78\\u610f\\u898b\\uff0c\\u6216\\u662f\\u60f3\\u53cd\\u554f\\u4f5c\\u8005\\u7684\\u554f\\u984c\\uff1b<strong>\\u5fc3\\u5f97\\uff1a<\\/strong>\\u65b0\\u767c\\u73fe\\u3001\\u65b0\\u60f3\\u6cd5\\uff0c\\u6fc0\\u52f5\\u4f60\\u8981\\u505a\\u51fa\\u7684\\u56de\\u61c9\\u7b49\\u7b49\\uff09\\u3002<\\/p><p dir=\\\"ltr\\\">\\u7e73\\u4ea4\\u671f\\u9650\\uff1a\\u8ab2\\u524d24\\u5c0f\\u6642\\u767c\\u8868\\uff08\\u537310\\/4\\u665a\\u4e0a7:00\\u524d\\uff09<\\/p><br><p><\\/p>\",\"pathnamehashes\":[],\"discussionid\":1,\"triggeredfrom\":\"forum_add_discussion\"}',1695738386,'web','73.219.6.51',NULL),(1734,'\\mod_forum\\event\\discussion_created','mod_forum','created','discussion','forum_discussions',1,'c',2,29,70,10,2,2,NULL,0,'{\"forumid\":4}',1695738386,'web','73.219.6.51',NULL),(1735,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',1,'c',2,29,70,10,2,2,2,0,'{\"forumid\":4,\"discussion\":1}',1695738386,'web','73.219.6.51',NULL),(1736,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695738386,'web','73.219.6.51',NULL),(1737,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',1,'r',2,29,70,10,2,2,NULL,0,'null',1695738389,'web','73.219.6.51',NULL),(1738,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738395,'web','73.219.6.51',NULL),(1739,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738415,'web','73.219.6.51',NULL),(1740,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738419,'web','73.219.6.51',NULL),(1741,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738423,'web','73.219.6.51',NULL),(1742,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695738424,'web','73.219.6.51',NULL),(1743,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695738443,'web','73.219.6.51',NULL),(1744,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738456,'web','73.219.6.51',NULL),(1745,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738462,'web','73.219.6.51',NULL),(1746,'\\core\\event\\course_section_created','core','created','course_section','course_sections',3,'c',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":2}',1695738465,'web','73.219.6.51',NULL),(1747,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',4,'c',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\",\"itemtype\":\"mod\",\"itemmodule\":\"lesson\"}',1695738489,'web','73.219.6.51',NULL),(1748,'\\core\\event\\course_module_created','core','created','course_module','course_modules',11,'c',1,30,70,11,2,2,NULL,0,'{\"modulename\":\"lesson\",\"instanceid\":2,\"name\":\"\\u7b2c\\u4e09\\u9031\"}',1695738489,'web','73.219.6.51',NULL),(1749,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',4,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\",\"itemtype\":\"mod\",\"itemmodule\":\"lesson\"}',1695738489,'web','73.219.6.51',NULL),(1750,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1695738489,'web','73.219.6.51',NULL),(1751,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738490,'web','73.219.6.51',NULL),(1752,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',1,'r',2,27,70,8,2,2,NULL,0,'null',1695738512,'web','73.219.6.51',NULL),(1753,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738519,'web','73.219.6.51',NULL),(1754,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695738553,'web','73.219.6.51',NULL),(1755,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738557,'web','73.219.6.51',NULL),(1756,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695738561,'web','73.219.6.51',NULL),(1757,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738571,'web','73.219.6.51',NULL),(1758,'\\core\\event\\course_section_deleted','core','deleted','course_section','course_sections',3,'d',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"2\",\"sectionname\":\"Topic 2\"}',1695738576,'web','73.219.6.51',NULL),(1759,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',10,'u',1,29,70,10,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"4\",\"name\":\"\\u6240\\u6709\\u8ab2\\u7a0b\\u8a0e\\u8ad6\"}',1695738654,'web','73.219.6.51',NULL),(1760,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',10,'u',1,29,70,10,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"4\",\"name\":\"\\u6240\\u6709\\u8ab2\\u7a0b\\u8a0e\\u8ad6\"}',1695738662,'web','73.219.6.51',NULL),(1761,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695738666,'web','73.219.6.51',NULL),(1762,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738679,'web','73.219.6.51',NULL),(1763,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',10,'u',1,29,70,10,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"4\",\"name\":\"\\u6240\\u6709\\u8ab2\\u7a0b\\u8a0e\\u8ad6\"}',1695738698,'web','73.219.6.51',NULL),(1764,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738698,'web','73.219.6.51',NULL),(1765,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695738700,'web','73.219.6.51',NULL),(1766,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',1,'r',2,29,70,10,2,2,NULL,0,'null',1695738705,'web','73.219.6.51',NULL),(1767,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695738711,'web','73.219.6.51',NULL),(1768,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738714,'web','73.219.6.51',NULL),(1769,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',10,'u',1,29,70,10,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"4\",\"name\":\"\\u6240\\u6709\\u8ab2\\u7a0b\\u8a0e\\u8ad6\"}',1695738723,'web','73.219.6.51',NULL),(1770,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738724,'web','73.219.6.51',NULL),(1771,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695738726,'web','73.219.6.51',NULL),(1772,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738729,'web','73.219.6.51',NULL),(1773,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',10,'u',1,29,70,10,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"4\",\"name\":\"\\u6240\\u6709\\u8ab2\\u7a0b\\u8a0e\\u8ad6\"}',1695738734,'web','73.219.6.51',NULL),(1774,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',10,'u',1,29,70,10,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"4\",\"name\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1695738742,'web','73.219.6.51',NULL),(1775,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695738747,'web','73.219.6.51',NULL),(1776,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',10,'u',1,29,70,10,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"4\",\"name\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1695738756,'web','73.219.6.51',NULL),(1777,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738757,'web','73.219.6.51',NULL),(1778,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695738758,'web','73.219.6.51',NULL),(1779,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695738779,'web','73.219.6.51',NULL),(1780,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695738787,'web','159.89.169.222',NULL),(1781,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738787,'web','73.219.6.51',NULL),(1782,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695738797,'web','73.219.6.51',NULL),(1783,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',10,'u',1,29,70,10,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"4\",\"name\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1695738838,'web','73.219.6.51',NULL),(1784,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738838,'web','73.219.6.51',NULL),(1785,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695738840,'web','73.219.6.51',NULL),(1786,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695738896,'web','73.219.6.51',NULL),(1787,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',2,'r',2,28,70,9,2,2,NULL,0,'null',1695738910,'web','73.219.6.51',NULL),(1788,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1695738915,'web','73.219.6.51',NULL),(1789,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1695738916,'web','73.219.6.51',NULL),(1790,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738919,'web','73.219.6.51',NULL),(1791,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738928,'web','73.219.6.51',NULL),(1792,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,2,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1695738933,'web','73.219.6.51',NULL),(1793,'\\core\\event\\role_unassigned','core','unassigned','role','role',5,'d',0,16,50,2,2,2,3,0,'{\"id\":\"2\",\"component\":\"\",\"itemid\":\"0\"}',1695738943,'web','73.219.6.51',NULL),(1794,'\\core\\event\\user_enrolment_deleted','core','deleted','user_enrolment','user_enrolments',2,'d',0,16,50,2,2,2,3,0,'{\"userenrolment\":{\"id\":\"2\",\"status\":\"0\",\"enrolid\":\"1\",\"userid\":\"3\",\"timestart\":\"1689961199\",\"timeend\":\"0\",\"modifierid\":\"2\",\"timecreated\":\"1689961233\",\"timemodified\":\"1689961233\",\"courseid\":\"2\",\"enrol\":\"manual\",\"lastenrol\":true},\"enrol\":\"manual\"}',1695738943,'web','73.219.6.51',NULL),(1795,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',2,'r',0,16,50,2,2,2,2,0,'{\"courseid\":\"2\",\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1695738949,'web','73.219.6.51',NULL),(1796,'\\core\\event\\user_updated','core','updated','user','user',2,'u',0,5,30,2,2,0,2,0,'null',1695738961,'web','73.219.6.51',NULL),(1797,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',2,'r',0,16,50,2,2,2,2,0,'{\"courseid\":\"2\",\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1695738962,'web','73.219.6.51',NULL),(1798,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695738967,'web','73.219.6.51',NULL),(1799,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695738970,'web','73.219.6.51',NULL),(1800,'\\mod_forum\\event\\subscribers_viewed','mod_forum','viewed','subscribers',NULL,NULL,'r',0,29,70,10,2,2,NULL,0,'{\"forumid\":\"4\"}',1695738984,'web','73.219.6.51',NULL),(1801,'\\forumreport_summary\\event\\report_viewed','forumreport_summary','viewed','report',NULL,NULL,'r',1,29,70,10,2,2,NULL,0,'{\"forumid\":4,\"hasviewall\":true}',1695738985,'web','73.219.6.51',NULL),(1802,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695738993,'web','73.219.6.51',NULL),(1803,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1695738997,'web','73.219.6.51',NULL),(1804,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695739005,'web','73.219.6.51',NULL),(1805,'\\core\\event\\course_updated','core','updated','course','course',2,'u',1,16,50,2,2,2,NULL,0,'{\"shortname\":\"MADiAM\",\"fullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\",\"updatedfields\":{\"shortname\":\"MADiAM\",\"enddate\":0}}',1695739031,'web','73.219.6.51',NULL),(1806,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695739031,'web','73.219.6.51',NULL),(1807,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695739041,'web','73.219.6.51',NULL),(1808,'\\core\\event\\course_section_created','core','created','course_section','course_sections',4,'c',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":1}',1695739044,'web','73.219.6.51',NULL),(1809,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',4,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"1\"}',1695739052,'web','73.219.6.51',NULL),(1810,'\\core\\event\\course_section_created','core','created','course_section','course_sections',5,'c',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":1}',1695739057,'web','73.219.6.51',NULL),(1811,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',5,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"1\"}',1695739067,'web','73.219.6.51',NULL),(1812,'\\core\\event\\course_module_created','core','created','course_module','course_modules',12,'c',1,31,70,12,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":3,\"name\":\"\\u7b2c\\u4e00\\u9031\\u8b1b\\u7fa9\"}',1695739089,'web','73.219.6.51',NULL),(1813,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695739089,'web','73.219.6.51',NULL),(1814,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',3,'r',2,31,70,12,2,2,NULL,0,'null',1695739092,'web','73.219.6.51',NULL),(1815,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695739095,'web','73.219.6.51',NULL),(1816,'\\core\\event\\course_module_created','core','created','course_module','course_modules',13,'c',1,32,70,13,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":4,\"name\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u95b1\\u8b80\\uff1a\\u3008\\u5206\\u8fa8\\u5967\\u79d8\\u3009\"}',1695739124,'web','73.219.6.51',NULL),(1817,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695739124,'web','73.219.6.51',NULL),(1818,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',9,'u',1,28,70,9,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":\"2\",\"name\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u95b1\\u8b80\\uff1a\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300bChs. 5, 7\"}',1695739146,'web','73.219.6.51',NULL),(1819,'\\core\\event\\course_module_created','core','created','course_module','course_modules',14,'c',1,33,70,14,2,2,NULL,0,'{\"modulename\":\"url\",\"instanceid\":2,\"name\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1695739192,'web','73.219.6.51',NULL),(1820,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695739192,'web','73.219.6.51',NULL),(1821,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695739195,'web','73.219.6.51',NULL),(1822,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,2,2,NULL,0,'null',1695739215,'web','73.219.6.51',NULL),(1823,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695739220,'web','73.219.6.51',NULL),(1824,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,2,2,NULL,0,'null',1695739222,'web','73.219.6.51',NULL),(1825,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695739224,'web','73.219.6.51',NULL),(1826,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695739230,'web','73.219.6.51',NULL),(1827,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',10,'u',1,29,70,10,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"4\",\"name\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1695739249,'web','73.219.6.51',NULL),(1828,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695739250,'web','73.219.6.51',NULL),(1829,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,2,2,NULL,0,'{\"courseshortname\":\"MADiAM\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1695739283,'web','73.219.6.51',NULL),(1830,'\\core\\event\\user_deleted','core','deleted','user','user',3,'d',0,18,30,3,2,0,3,0,'{\"username\":\"teststudent\",\"email\":\"mathitria@gmail.com\",\"idnumber\":\"\",\"picture\":\"0\",\"mnethostid\":\"1\"}',1695739329,'web','73.219.6.51',NULL),(1831,'\\core\\event\\user_created','core','created','user','user',4,'c',0,34,30,4,2,0,4,0,'null',1695740172,'web','73.219.6.51',NULL),(1832,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',3,'c',0,16,50,2,2,2,4,0,'{\"enrol\":\"manual\"}',1695740172,'web','73.219.6.51',NULL),(1833,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,16,50,2,2,2,4,0,'{\"id\":3,\"component\":\"\",\"itemid\":0}',1695740172,'web','73.219.6.51',NULL),(1834,'\\core\\event\\user_created','core','created','user','user',5,'c',0,35,30,5,2,0,5,0,'null',1695740172,'web','73.219.6.51',NULL),(1835,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',4,'c',0,16,50,2,2,2,5,0,'{\"enrol\":\"manual\"}',1695740172,'web','73.219.6.51',NULL),(1836,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,16,50,2,2,2,5,0,'{\"id\":4,\"component\":\"\",\"itemid\":0}',1695740172,'web','73.219.6.51',NULL),(1837,'\\core\\event\\user_created','core','created','user','user',6,'c',0,36,30,6,2,0,6,0,'null',1695740172,'web','73.219.6.51',NULL),(1838,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',5,'c',0,16,50,2,2,2,6,0,'{\"enrol\":\"manual\"}',1695740172,'web','73.219.6.51',NULL),(1839,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,16,50,2,2,2,6,0,'{\"id\":5,\"component\":\"\",\"itemid\":0}',1695740172,'web','73.219.6.51',NULL),(1840,'\\core\\event\\user_created','core','created','user','user',7,'c',0,37,30,7,2,0,7,0,'null',1695740172,'web','73.219.6.51',NULL),(1841,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',6,'c',0,16,50,2,2,2,7,0,'{\"enrol\":\"manual\"}',1695740172,'web','73.219.6.51',NULL),(1842,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,16,50,2,2,2,7,0,'{\"id\":6,\"component\":\"\",\"itemid\":0}',1695740172,'web','73.219.6.51',NULL),(1843,'\\core\\event\\user_created','core','created','user','user',8,'c',0,38,30,8,2,0,8,0,'null',1695740172,'web','73.219.6.51',NULL),(1844,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',7,'c',0,16,50,2,2,2,8,0,'{\"enrol\":\"manual\"}',1695740172,'web','73.219.6.51',NULL),(1845,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,16,50,2,2,2,8,0,'{\"id\":7,\"component\":\"\",\"itemid\":0}',1695740172,'web','73.219.6.51',NULL),(1846,'\\core\\event\\user_created','core','created','user','user',9,'c',0,39,30,9,2,0,9,0,'null',1695740172,'web','73.219.6.51',NULL),(1847,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',8,'c',0,16,50,2,2,2,9,0,'{\"enrol\":\"manual\"}',1695740172,'web','73.219.6.51',NULL),(1848,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,16,50,2,2,2,9,0,'{\"id\":8,\"component\":\"\",\"itemid\":0}',1695740172,'web','73.219.6.51',NULL),(1849,'\\core\\event\\user_created','core','created','user','user',10,'c',0,40,30,10,2,0,10,0,'null',1695740172,'web','73.219.6.51',NULL),(1850,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',9,'c',0,16,50,2,2,2,10,0,'{\"enrol\":\"manual\"}',1695740172,'web','73.219.6.51',NULL),(1851,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,16,50,2,2,2,10,0,'{\"id\":9,\"component\":\"\",\"itemid\":0}',1695740172,'web','73.219.6.51',NULL),(1852,'\\core\\event\\user_created','core','created','user','user',11,'c',0,41,30,11,2,0,11,0,'null',1695740172,'web','73.219.6.51',NULL),(1853,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',10,'c',0,16,50,2,2,2,11,0,'{\"enrol\":\"manual\"}',1695740172,'web','73.219.6.51',NULL),(1854,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,16,50,2,2,2,11,0,'{\"id\":10,\"component\":\"\",\"itemid\":0}',1695740172,'web','73.219.6.51',NULL),(1855,'\\core\\event\\user_created','core','created','user','user',12,'c',0,42,30,12,2,0,12,0,'null',1695740172,'web','73.219.6.51',NULL),(1856,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',11,'c',0,16,50,2,2,2,12,0,'{\"enrol\":\"manual\"}',1695740172,'web','73.219.6.51',NULL),(1857,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,16,50,2,2,2,12,0,'{\"id\":11,\"component\":\"\",\"itemid\":0}',1695740172,'web','73.219.6.51',NULL),(1858,'\\core\\event\\user_created','core','created','user','user',13,'c',0,43,30,13,2,0,13,0,'null',1695740172,'web','73.219.6.51',NULL),(1859,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',12,'c',0,16,50,2,2,2,13,0,'{\"enrol\":\"manual\"}',1695740172,'web','73.219.6.51',NULL),(1860,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,16,50,2,2,2,13,0,'{\"id\":12,\"component\":\"\",\"itemid\":0}',1695740172,'web','73.219.6.51',NULL),(1861,'\\core\\event\\user_created','core','created','user','user',14,'c',0,44,30,14,2,0,14,0,'null',1695740172,'web','73.219.6.51',NULL),(1862,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',13,'c',0,16,50,2,2,2,14,0,'{\"enrol\":\"manual\"}',1695740172,'web','73.219.6.51',NULL),(1863,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,16,50,2,2,2,14,0,'{\"id\":13,\"component\":\"\",\"itemid\":0}',1695740172,'web','73.219.6.51',NULL),(1864,'\\core\\event\\user_created','core','created','user','user',15,'c',0,45,30,15,2,0,15,0,'null',1695740172,'web','73.219.6.51',NULL),(1865,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',14,'c',0,16,50,2,2,2,15,0,'{\"enrol\":\"manual\"}',1695740172,'web','73.219.6.51',NULL),(1866,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,16,50,2,2,2,15,0,'{\"id\":14,\"component\":\"\",\"itemid\":0}',1695740173,'web','73.219.6.51',NULL),(1867,'\\core\\event\\user_created','core','created','user','user',16,'c',0,46,30,16,2,0,16,0,'null',1695740173,'web','73.219.6.51',NULL),(1868,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',15,'c',0,16,50,2,2,2,16,0,'{\"enrol\":\"manual\"}',1695740173,'web','73.219.6.51',NULL),(1869,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,16,50,2,2,2,16,0,'{\"id\":15,\"component\":\"\",\"itemid\":0}',1695740173,'web','73.219.6.51',NULL),(1870,'\\core\\event\\user_created','core','created','user','user',17,'c',0,47,30,17,2,0,17,0,'null',1695740173,'web','73.219.6.51',NULL),(1871,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',16,'c',0,16,50,2,2,2,17,0,'{\"enrol\":\"manual\"}',1695740173,'web','73.219.6.51',NULL),(1872,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,16,50,2,2,2,17,0,'{\"id\":16,\"component\":\"\",\"itemid\":0}',1695740173,'web','73.219.6.51',NULL),(1873,'\\core\\event\\user_created','core','created','user','user',18,'c',0,48,30,18,2,0,18,0,'null',1695740173,'web','73.219.6.51',NULL),(1874,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',17,'c',0,16,50,2,2,2,18,0,'{\"enrol\":\"manual\"}',1695740173,'web','73.219.6.51',NULL),(1875,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,16,50,2,2,2,18,0,'{\"id\":17,\"component\":\"\",\"itemid\":0}',1695740173,'web','73.219.6.51',NULL),(1876,'\\core\\event\\user_created','core','created','user','user',19,'c',0,49,30,19,2,0,19,0,'null',1695740173,'web','73.219.6.51',NULL),(1877,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',18,'c',0,16,50,2,2,2,19,0,'{\"enrol\":\"manual\"}',1695740173,'web','73.219.6.51',NULL),(1878,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,16,50,2,2,2,19,0,'{\"id\":18,\"component\":\"\",\"itemid\":0}',1695740173,'web','73.219.6.51',NULL),(1879,'\\core\\event\\user_created','core','created','user','user',20,'c',0,50,30,20,2,0,20,0,'null',1695740173,'web','73.219.6.51',NULL),(1880,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',19,'c',0,16,50,2,2,2,20,0,'{\"enrol\":\"manual\"}',1695740173,'web','73.219.6.51',NULL),(1881,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,16,50,2,2,2,20,0,'{\"id\":19,\"component\":\"\",\"itemid\":0}',1695740173,'web','73.219.6.51',NULL),(1882,'\\core\\event\\user_created','core','created','user','user',21,'c',0,51,30,21,2,0,21,0,'null',1695740173,'web','73.219.6.51',NULL),(1883,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',20,'c',0,16,50,2,2,2,21,0,'{\"enrol\":\"manual\"}',1695740173,'web','73.219.6.51',NULL),(1884,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,16,50,2,2,2,21,0,'{\"id\":20,\"component\":\"\",\"itemid\":0}',1695740173,'web','73.219.6.51',NULL),(1885,'\\core\\event\\user_created','core','created','user','user',22,'c',0,52,30,22,2,0,22,0,'null',1695740173,'web','73.219.6.51',NULL),(1886,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',21,'c',0,16,50,2,2,2,22,0,'{\"enrol\":\"manual\"}',1695740173,'web','73.219.6.51',NULL),(1887,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,16,50,2,2,2,22,0,'{\"id\":21,\"component\":\"\",\"itemid\":0}',1695740173,'web','73.219.6.51',NULL),(1888,'\\core\\event\\user_created','core','created','user','user',23,'c',0,53,30,23,2,0,23,0,'null',1695740319,'web','73.219.6.51',NULL),(1889,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',22,'c',0,16,50,2,2,2,23,0,'{\"enrol\":\"manual\"}',1695740319,'web','73.219.6.51',NULL),(1890,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,16,50,2,2,2,23,0,'{\"id\":22,\"component\":\"\",\"itemid\":0}',1695740319,'web','73.219.6.51',NULL),(1891,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695740343,'web','73.219.6.51',NULL),(1892,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"example2@example.com\",\"reason\":1}',1695740356,'web','73.219.6.51',NULL),(1893,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"example2@example.com\",\"reason\":1}',1695740368,'web','73.219.6.51',NULL),(1894,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,42,30,12,0,0,12,0,'{\"forgottenreset\":false}',1695740385,'web','73.219.6.51',NULL),(1895,'\\core\\event\\user_loggedin','core','loggedin','user','user',12,'r',0,1,10,0,12,0,NULL,0,'{\"username\":\"fishalive@sohu.com\",\"extrauserinfo\":[]}',1695740385,'web','73.219.6.51',NULL),(1896,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,12,1,NULL,0,'null',1695740386,'web','73.219.6.51',NULL),(1897,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,12,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1695740387,'web','73.219.6.51',NULL),(1898,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,12,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1695740387,'web','73.219.6.51',NULL),(1899,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1695740393,'web','73.219.6.51',NULL),(1900,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,16,50,2,12,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1695740394,'web','73.219.6.51',NULL),(1901,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,16,50,2,12,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\",\"stepid\":1,\"stepindex\":0}',1695740396,'web','73.219.6.51',NULL),(1902,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,12,1,NULL,0,'null',1695740402,'web','73.219.6.51',NULL),(1903,'\\core\\event\\user_loggedout','core','loggedout','user','user',12,'r',0,1,10,0,12,0,NULL,0,'{\"sessionid\":\"7lfj0h0ocaidms8jufugscv9ar\"}',1695740404,'web','73.219.6.51',NULL),(1904,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695740404,'web','73.219.6.51',NULL),(1905,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"example@example.com\",\"reason\":1}',1695740437,'web','73.219.6.51',NULL),(1906,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1695741340,'web','73.219.6.51',NULL),(1907,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1695741396,'web','73.219.6.51',NULL),(1908,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695741398,'web','73.219.6.51',NULL),(1909,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1695741510,'web','73.219.6.51',NULL),(1910,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695741512,'web','73.219.6.51',NULL),(1911,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695741654,'web','73.219.6.51',NULL),(1912,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1695742742,'web','73.219.6.51',NULL),(1913,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695742745,'web','73.219.6.51',NULL),(1914,'\\core\\event\\course_updated','core','updated','course','course',2,'u',1,16,50,2,2,2,NULL,0,'{\"shortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"fullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\",\"updatedfields\":{\"shortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\"}}',1695742765,'web','73.219.6.51',NULL),(1915,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695742766,'web','73.219.6.51',NULL),(1916,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695742776,'web','73.219.6.51',NULL),(1917,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695742788,'web','73.219.6.51',NULL),(1918,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695742790,'web','73.219.6.51',NULL),(1919,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695742795,'web','73.219.6.51',NULL),(1920,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',4,'r',2,32,70,13,2,2,NULL,0,'null',1695742804,'web','73.219.6.51',NULL),(1921,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695742856,'web','73.219.6.51',NULL),(1922,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695771564,'web','73.219.6.51',NULL),(1923,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',2,'r',2,28,70,9,2,2,NULL,0,'null',1695771568,'web','73.219.6.51',NULL),(1924,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695771571,'web','73.219.6.51',NULL),(1925,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695771574,'web','73.219.6.51',NULL),(1926,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',5,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"1\"}',1695777406,'web','73.219.6.51',NULL),(1927,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',4,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"2\"}',1695777423,'web','73.219.6.51',NULL),(1928,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',2,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"3\"}',1695777445,'web','73.219.6.51',NULL),(1929,'\\core\\event\\course_module_created','core','created','course_module','course_modules',15,'c',1,54,70,15,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":5,\"name\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u95b1\\u8b80\\uff1a\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300bChs. 4-5\"}',1695777570,'web','73.219.6.51',NULL),(1930,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695777570,'web','73.219.6.51',NULL),(1931,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695777581,'web','73.219.6.51',NULL),(1932,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',10,'u',1,29,70,10,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"4\",\"name\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1695777618,'web','73.219.6.51',NULL),(1933,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695777619,'web','73.219.6.51',NULL),(1934,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695777621,'web','73.219.6.51',NULL),(1935,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695778960,'web','73.219.6.51',NULL),(1936,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695778961,'web','73.219.6.51',NULL),(1937,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,2,2,NULL,0,'null',1695778972,'web','73.219.6.51',NULL),(1938,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695778979,'web','73.219.6.51',NULL),(1939,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',1,'r',2,27,70,8,2,2,NULL,0,'null',1695778982,'web','73.219.6.51',NULL),(1940,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695778984,'web','73.219.6.51',NULL),(1941,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695786597,'web','73.219.6.51',NULL),(1942,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695786600,'web','73.219.6.51',NULL),(1943,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695786845,'web','73.219.6.51',NULL),(1944,'\\core\\event\\course_module_created','core','created','course_module','course_modules',16,'c',1,55,70,16,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":6,\"name\":\"\\u7b2c\\u4e8c\\u9031\\u8b1b\\u7fa9\"}',1695786866,'web','73.219.6.51',NULL),(1945,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695786866,'web','73.219.6.51',NULL),(1946,'\\core\\event\\course_module_created','core','created','course_module','course_modules',17,'c',1,56,70,17,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":7,\"name\":\"\\u88dc\\u5145\\u8b1b\\u7fa9\\uff1a\\u8cdc\\u9748\\u611f\\u7684\\u4e4b\\u6c23\"}',1695786902,'web','73.219.6.51',NULL),(1947,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695786903,'web','73.219.6.51',NULL),(1948,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695786916,'web','73.219.6.51',NULL),(1949,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',6,'r',2,55,70,16,2,2,NULL,0,'null',1695787012,'web','73.219.6.51',NULL),(1950,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695795330,'web','221.216.117.59',NULL),(1951,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"yqwz2033@126.com\",\"reason\":1}',1695795399,'web','221.216.117.59',NULL),(1952,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"211314\",\"reason\":1}',1695795425,'web','221.216.117.59',NULL),(1953,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695797048,'web','184.22.178.229',NULL),(1954,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695802970,'web','117.56.58.51',NULL),(1955,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,44,30,14,0,0,14,0,'{\"forgottenreset\":false}',1695803008,'web','117.56.58.51',NULL),(1956,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1695803008,'web','117.56.58.51',NULL),(1957,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1695803008,'web','117.56.58.51',NULL),(1958,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,14,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1695803009,'web','117.56.58.51',NULL),(1959,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,14,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1695803009,'web','117.56.58.51',NULL),(1960,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1695803082,'web','117.56.58.51',NULL),(1961,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1695803087,'web','117.56.58.51',NULL),(1962,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1695803109,'web','117.56.58.51',NULL),(1963,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,14,0,NULL,0,'null',1695803110,'web','117.56.58.51',NULL),(1964,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',3,'r',2,1,10,0,14,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\"}',1695803110,'web','117.56.58.51',NULL),(1965,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',3,'c',2,1,10,0,14,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\",\"stepid\":5,\"stepindex\":0}',1695803111,'web','117.56.58.51',NULL),(1966,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1695803130,'web','117.56.58.51',NULL),(1967,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1695803136,'web','117.56.58.51',NULL),(1968,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695811075,'web','147.92.179.106',NULL),(1969,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695825394,'web','36.228.206.167',NULL),(1970,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695827109,'web','73.219.6.51',NULL),(1971,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1695827113,'web','73.219.6.51',NULL),(1972,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1695827113,'web','73.219.6.51',NULL),(1973,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695827115,'web','73.219.6.51',NULL),(1974,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1695827119,'web','73.219.6.51',NULL),(1975,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1695827128,'web','73.219.6.51',NULL),(1976,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',3,'r',2,31,70,12,2,2,NULL,0,'null',1695827136,'web','73.219.6.51',NULL),(1977,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695827140,'web','73.219.6.51',NULL),(1978,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695827148,'web','73.219.6.51',NULL),(1979,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695827175,'web','73.219.6.51',NULL),(1980,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695827180,'web','73.219.6.51',NULL),(1981,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695827192,'web','73.219.6.51',NULL),(1982,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1695827195,'web','73.219.6.51',NULL),(1983,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695827196,'web','73.219.6.51',NULL),(1984,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1695827202,'web','73.219.6.51',NULL),(1985,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1695827225,'web','73.219.6.51',NULL),(1986,'\\core\\event\\course_updated','core','updated','course','course',2,'u',1,16,50,2,2,2,NULL,0,'{\"shortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"fullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\",\"updatedfields\":{\"enablecompletion\":\"0\"}}',1695827254,'web','73.219.6.51',NULL),(1987,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695827254,'web','73.219.6.51',NULL),(1988,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,2,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1695827264,'web','73.219.6.51',NULL),(1989,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1695827268,'web','73.219.6.51',NULL),(1990,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1695827273,'web','73.219.6.51',NULL),(1991,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695827293,'web','73.219.6.51',NULL),(1992,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695830578,'web','36.228.206.167',NULL),(1993,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695851072,'web','125.229.183.111',NULL),(1994,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695851091,'web','125.229.183.111',NULL),(1995,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695851113,'web','125.229.183.111',NULL),(1996,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"priscilla0919@gmail.com\",\"reason\":1}',1695851140,'web','125.229.183.111',NULL),(1997,'\\core\\event\\user_loggedin','core','loggedin','user','user',1,'r',0,1,10,0,1,0,NULL,0,'{\"username\":\"guest\",\"extrauserinfo\":[]}',1695851143,'web','125.229.183.111',NULL),(1998,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695851144,'web','125.229.183.111',NULL),(1999,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695863444,'web','223.104.16.151',NULL),(2000,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695884000,'web','118.169.11.6',NULL),(2001,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695884000,'web','118.169.11.6',NULL),(2002,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695884001,'web','118.169.11.6',NULL),(2003,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695898577,'web','73.219.6.51',NULL),(2004,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695903579,'web','118.167.24.77',NULL),(2005,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695904066,'web','118.167.24.77',NULL),(2006,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695904086,'web','118.167.24.77',NULL),(2007,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"232222\",\"reason\":1}',1695904111,'web','118.167.24.77',NULL),(2008,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695904117,'web','118.167.24.77',NULL),(2009,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695904155,'web','118.167.24.77',NULL),(2010,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695904556,'web','118.167.24.77',NULL),(2011,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695904595,'web','147.92.179.114',NULL),(2012,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695904598,'web','118.167.25.71',NULL),(2013,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695904925,'web','118.167.25.71',NULL),(2014,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"232222\",\"reason\":1}',1695904973,'web','118.167.25.71',NULL),(2015,'\\core\\event\\user_loggedin','core','loggedin','user','user',1,'r',0,1,10,0,1,0,NULL,0,'{\"username\":\"guest\",\"extrauserinfo\":[]}',1695904980,'web','118.167.25.71',NULL),(2016,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695904980,'web','118.167.25.71',NULL),(2017,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695907514,'web','73.219.6.51',NULL),(2018,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695907533,'web','103.20.60.3',NULL),(2019,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695907555,'web','123.193.70.68',NULL),(2020,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695907562,'web','73.219.6.51',NULL),(2021,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1695907570,'web','73.219.6.51',NULL),(2022,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1695907571,'web','73.219.6.51',NULL),(2023,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695907575,'web','73.219.6.51',NULL),(2024,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,35,30,5,0,0,5,0,'{\"forgottenreset\":false}',1695907578,'web','123.193.70.68',NULL),(2025,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1695907578,'web','123.193.70.68',NULL),(2026,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,5,1,NULL,0,'null',1695907578,'web','123.193.70.68',NULL),(2027,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,5,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1695907579,'web','123.193.70.68',NULL),(2028,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,5,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1695907579,'web','123.193.70.68',NULL),(2029,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1695907585,'web','123.193.70.68',NULL),(2030,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,16,50,2,5,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1695907586,'web','123.193.70.68',NULL),(2031,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,16,50,2,5,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\",\"stepid\":1,\"stepindex\":0}',1695907589,'web','123.193.70.68',NULL),(2032,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,2,2,NULL,0,'null',1695907596,'web','73.219.6.51',NULL),(2033,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,38,30,8,0,0,8,0,'{\"forgottenreset\":false}',1695907599,'web','103.20.60.3',NULL),(2034,'\\core\\event\\user_loggedin','core','loggedin','user','user',8,'r',0,1,10,0,8,0,NULL,0,'{\"username\":\"0966487235\",\"extrauserinfo\":[]}',1695907599,'web','103.20.60.3',NULL),(2035,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,8,1,NULL,0,'null',1695907599,'web','103.20.60.3',NULL),(2036,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,8,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1695907600,'web','103.20.60.3',NULL),(2037,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,8,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1695907601,'web','103.20.60.3',NULL),(2038,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695907615,'web','73.219.6.51',NULL),(2039,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1695907620,'web','73.219.6.51',NULL),(2040,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,8,2,NULL,0,'null',1695907628,'web','103.20.60.3',NULL),(2041,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,16,50,2,8,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1695907631,'web','103.20.60.3',NULL),(2042,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,16,50,2,8,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\",\"stepid\":1,\"stepindex\":0}',1695907635,'web','103.20.60.3',NULL),(2043,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695907651,'web','118.167.25.71',NULL),(2044,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695907658,'web','111.193.17.109',NULL),(2045,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695907659,'web','118.167.25.71',NULL),(2046,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695907660,'web','118.167.25.71',NULL),(2047,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695907664,'web','118.167.25.71',NULL),(2048,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,8,2,NULL,0,'null',1695907664,'web','103.20.60.3',NULL),(2049,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1695907664,'web','123.193.70.68',NULL),(2050,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"fi\",\"reason\":1}',1695907691,'web','111.193.17.109',NULL),(2051,'\\core\\event\\user_loggedin','core','loggedin','user','user',12,'r',0,1,10,0,12,0,NULL,0,'{\"username\":\"fishalive@sohu.com\",\"extrauserinfo\":[]}',1695907700,'web','111.193.17.109',NULL),(2052,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,12,1,NULL,0,'null',1695907700,'web','111.193.17.109',NULL),(2053,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1695907707,'web','111.193.17.109',NULL),(2054,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,12,2,NULL,0,'null',1695907715,'web','111.193.17.109',NULL),(2055,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695907779,'web','124.64.23.93',NULL),(2056,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695907882,'web','124.64.23.93',NULL),(2057,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,53,30,23,0,0,23,0,'{\"forgottenreset\":false}',1695907904,'web','124.64.23.93',NULL),(2058,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1695907904,'web','124.64.23.93',NULL),(2059,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1695907904,'web','124.64.23.93',NULL),(2060,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,23,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1695907905,'web','124.64.23.93',NULL),(2061,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,23,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1695907910,'web','124.64.23.93',NULL),(2062,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,23,0,NULL,0,'null',1695907928,'web','124.64.23.93',NULL),(2063,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',3,'r',2,1,10,0,23,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\"}',1695907929,'web','124.64.23.93',NULL),(2064,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',3,'c',2,1,10,0,23,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\",\"stepid\":5,\"stepindex\":0}',1695907930,'web','124.64.23.93',NULL),(2065,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1695907935,'web','124.64.23.93',NULL),(2066,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,16,50,2,23,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1695907936,'web','124.64.23.93',NULL),(2067,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,16,50,2,23,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\",\"stepid\":1,\"stepindex\":0}',1695907977,'web','124.64.23.93',NULL),(2068,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',4,'r',2,32,70,13,23,2,NULL,0,'null',1695907987,'web','124.64.23.93',NULL),(2069,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1695908000,'web','124.64.23.93',NULL),(2070,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,23,2,NULL,0,'null',1695908003,'web','124.64.23.93',NULL),(2071,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695908028,'web','73.219.6.51',NULL),(2072,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1695908033,'web','73.219.6.51',NULL),(2073,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1695908034,'web','73.219.6.51',NULL),(2074,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695908035,'web','73.219.6.51',NULL),(2075,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,2,2,NULL,0,'null',1695908038,'web','73.219.6.51',NULL),(2076,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695908041,'web','73.219.6.51',NULL),(2077,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695908045,'web','73.219.6.51',NULL),(2078,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,23,2,NULL,0,'null',1695908049,'web','124.64.23.93',NULL),(2079,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',15,'u',1,54,70,15,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":\"5\",\"name\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u95b1\\u8b80\\uff1a\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300bChs. 4-5\"}',1695908082,'web','73.219.6.51',NULL),(2080,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695908082,'web','73.219.6.51',NULL),(2081,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,23,2,NULL,0,'null',1695908085,'web','124.64.23.93',NULL),(2082,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695908089,'web','73.219.6.51',NULL),(2083,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',6,'r',2,55,70,16,2,2,NULL,0,'null',1695908092,'web','73.219.6.51',NULL),(2084,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695908096,'web','73.219.6.51',NULL),(2085,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',7,'r',2,56,70,17,23,2,NULL,0,'null',1695908098,'web','124.64.23.93',NULL),(2086,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',3,'r',2,31,70,12,23,2,NULL,0,'null',1695908129,'web','124.64.23.93',NULL),(2087,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,8,2,NULL,0,'null',1695908183,'web','103.20.60.3',NULL),(2088,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,23,2,NULL,0,'null',1695908268,'web','124.64.23.93',NULL),(2089,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,23,2,NULL,0,'null',1695908428,'web','124.64.23.93',NULL),(2090,'\\mod_forum\\event\\course_searched','mod_forum','searched','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'{\"searchterm\":\"\"}',1695908461,'web','124.64.23.93',NULL),(2091,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695908536,'web','73.219.6.51',NULL),(2092,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1695908538,'web','73.219.6.51',NULL),(2093,'\\mod_forum\\event\\course_module_instance_list_viewed','mod_forum','viewed','course_module_instance_list',NULL,NULL,'r',0,16,50,2,23,2,NULL,0,'null',1695908540,'web','124.64.23.93',NULL),(2094,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695908575,'web','73.219.6.51',NULL),(2095,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',4,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"2\"}',1695908580,'web','73.219.6.51',NULL),(2096,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,23,2,NULL,0,'null',1695908585,'web','124.64.23.93',NULL),(2097,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1695908590,'web','73.219.6.51',NULL),(2098,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695908670,'web','123.193.70.68',NULL),(2099,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695909070,'web','124.122.129.195',NULL),(2100,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695909261,'web','111.249.176.184',NULL),(2101,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695909263,'web','111.249.176.184',NULL),(2102,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695909265,'web','111.249.176.184',NULL),(2103,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695910805,'web','73.219.6.51',NULL),(2104,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695910806,'web','73.219.6.51',NULL),(2105,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695910807,'web','73.219.6.51',NULL),(2106,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695912485,'web','1.34.207.95',NULL),(2107,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695912485,'web','1.34.207.95',NULL),(2108,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695912485,'web','1.34.207.95',NULL),(2109,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695912533,'web','175.182.136.194',NULL),(2110,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695912533,'web','175.182.136.194',NULL),(2111,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695912534,'web','175.182.136.194',NULL),(2112,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695916499,'web','123.193.251.33',NULL),(2113,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695916500,'web','123.193.251.33',NULL),(2114,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695916500,'web','123.193.251.33',NULL),(2115,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695920155,'web','203.121.235.95',NULL),(2116,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695920155,'web','203.121.235.95',NULL),(2117,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695920155,'web','203.121.235.95',NULL),(2118,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695932175,'web','205.210.31.178',NULL),(2119,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695935956,'web','114.136.180.236',NULL),(2120,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695945074,'web','61.57.154.42',NULL),(2121,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695945249,'web','61.57.154.42',NULL),(2122,'\\core\\event\\user_loggedin','core','loggedin','user','user',1,'r',0,1,10,0,1,0,NULL,0,'{\"username\":\"guest\",\"extrauserinfo\":[]}',1695945274,'web','61.57.154.42',NULL),(2123,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1695945274,'web','61.57.154.42',NULL),(2124,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695945794,'web','112.104.156.62',NULL),(2125,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695948259,'web','61.57.154.42',NULL),(2126,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695949137,'web','170.178.185.50',NULL),(2127,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695958911,'web','49.216.42.50',NULL),(2128,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695959766,'web','139.214.204.123',NULL),(2129,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695959851,'web','139.214.204.123',NULL),(2130,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695969715,'web','123.193.70.68',NULL),(2131,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695973224,'web','114.136.180.236',NULL),(2132,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695975635,'web','218.12.17.10',NULL),(2133,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695975636,'web','218.12.17.10',NULL),(2134,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695975637,'web','218.12.17.10',NULL),(2135,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695985320,'web','159.89.169.222',NULL),(2136,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695990684,'web','147.92.179.118',NULL),(2137,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695991007,'web','111.193.17.109',NULL),(2138,'\\core\\event\\user_loggedin','core','loggedin','user','user',12,'r',0,1,10,0,12,0,NULL,0,'{\"username\":\"fishalive@sohu.com\",\"extrauserinfo\":[]}',1695991024,'web','111.193.17.109',NULL),(2139,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,12,1,NULL,0,'null',1695991025,'web','111.193.17.109',NULL),(2140,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1695991045,'web','111.193.17.109',NULL),(2141,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695995108,'web','120.244.78.77',NULL),(2142,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695995108,'web','120.244.78.77',NULL),(2143,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695995109,'web','120.244.78.77',NULL),(2144,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1695995372,'web','92.118.188.229',NULL),(2145,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1695995390,'web','124.64.23.118',NULL),(2146,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1695995390,'web','124.64.23.118',NULL),(2147,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1695995460,'web','124.64.23.118',NULL),(2148,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,23,2,NULL,0,'null',1695995479,'web','124.64.23.118',NULL),(2149,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696030848,'web','175.182.136.194',NULL),(2150,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1696030924,'web','175.182.136.194',NULL),(2151,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"\",\"reason\":1}',1696030973,'web','175.182.136.194',NULL),(2152,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1696030996,'web','175.182.136.194',NULL),(2153,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1696031024,'web','175.182.136.194',NULL),(2154,'\\core\\event\\user_loggedin','core','loggedin','user','user',1,'r',0,1,10,0,1,0,NULL,0,'{\"username\":\"guest\",\"extrauserinfo\":[]}',1696031056,'web','175.182.136.194',NULL),(2155,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1696031056,'web','175.182.136.194',NULL),(2156,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1696031085,'web','175.182.136.194',NULL),(2157,'\\core\\event\\user_loggedin','core','loggedin','user','user',1,'r',0,1,10,0,1,0,NULL,0,'{\"username\":\"guest\",\"extrauserinfo\":[]}',1696031090,'web','175.182.136.194',NULL),(2158,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1696031091,'web','175.182.136.194',NULL),(2159,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1696031093,'web','175.182.136.194',NULL),(2160,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1696031100,'web','175.182.136.194',NULL),(2161,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696034215,'web','130.132.173.229',NULL),(2162,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696034233,'web','65.154.226.168',NULL),(2163,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"reason\":3}',1696034249,'web','130.132.173.229',NULL),(2164,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696040985,'web','184.22.178.229',NULL),(2165,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696041074,'web','184.22.178.229',NULL),(2166,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,39,30,9,0,0,9,0,'{\"forgottenreset\":false}',1696041111,'web','184.22.178.229',NULL),(2167,'\\core\\event\\user_loggedin','core','loggedin','user','user',9,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"extrauserinfo\":[]}',1696041112,'web','184.22.178.229',NULL),(2168,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,9,1,NULL,0,'null',1696041112,'web','184.22.178.229',NULL),(2169,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,9,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1696041113,'web','184.22.178.229',NULL),(2170,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,9,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1696041113,'web','184.22.178.229',NULL),(2171,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1696041128,'web','184.22.178.229',NULL),(2172,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,16,50,2,9,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1696041129,'web','184.22.178.229',NULL),(2173,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,16,50,2,9,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\",\"stepid\":1,\"stepindex\":0}',1696041137,'web','184.22.178.229',NULL),(2174,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,9,2,NULL,0,'null',1696041149,'web','184.22.178.229',NULL),(2175,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696049479,'web','118.167.24.167',NULL),(2176,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696059074,'web','147.92.179.114',NULL),(2177,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696060037,'web','223.136.41.29',NULL),(2178,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696067510,'web','101.139.48.41',NULL),(2179,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696067514,'web','101.139.48.41',NULL),(2180,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696067532,'web','101.139.48.41',NULL),(2181,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696080178,'web','223.141.228.55',NULL),(2182,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696080314,'web','223.141.228.55',NULL),(2183,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,49,30,19,0,0,19,0,'{\"forgottenreset\":false}',1696080325,'web','223.141.228.55',NULL),(2184,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1696080325,'web','223.141.228.55',NULL),(2185,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1696080325,'web','223.141.228.55',NULL),(2186,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,19,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1696080326,'web','223.141.228.55',NULL),(2187,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,19,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1696080326,'web','223.141.228.55',NULL),(2188,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1696080333,'web','223.141.228.55',NULL),(2189,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,16,50,2,19,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1696080333,'web','223.141.228.55',NULL),(2190,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,16,50,2,19,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\",\"stepid\":1,\"stepindex\":0}',1696080336,'web','223.141.228.55',NULL),(2191,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,19,2,NULL,0,'null',1696080374,'web','223.141.228.55',NULL),(2192,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696083141,'web','120.244.78.119',NULL),(2193,'\\core\\event\\user_loggedin','core','loggedin','user','user',8,'r',0,1,10,0,8,0,NULL,0,'{\"username\":\"0966487235\",\"extrauserinfo\":[]}',1696083459,'web','103.20.60.3',NULL),(2194,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,8,2,NULL,0,'null',1696083459,'web','103.20.60.3',NULL),(2195,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696086720,'web','223.141.211.169',NULL),(2196,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1696086786,'web','223.141.211.169',NULL),(2197,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1696086787,'web','223.141.211.169',NULL),(2198,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1696086801,'web','223.141.211.169',NULL),(2199,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,19,2,NULL,0,'null',1696086810,'web','223.141.211.169',NULL),(2200,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1696086820,'web','223.141.211.169',NULL),(2201,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,19,2,NULL,0,'null',1696086823,'web','223.141.211.169',NULL),(2202,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',2,'c',2,29,70,10,19,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c4\\u7ae0\\u7528\\u6469\\u897f\\u548c\\u6bd4\\u6492\\u5217\\u8aaa\\u660e\\u7267\\u8005\\u548c\\u85dd\\u8853\\u5bb6\\u76f8\\u8f14\\u76f8\\u6210\\u7684\\u5fc5\\u8981\\u6027\\u3002\\u66f8\\u4e2d\\u5beb\\u5230\\u6709\\u4e9b\\u7267\\u5e2b\\u5f88\\u50cf\\u516c\\u52d9\\u54e1\\u628a\\u7267\\u5e2b\\u7576\\u6210\\u7a69\\u5b9a\\u5de5\\u4f5c\\u5728\\u505a\\uff0c\\u800c\\u6559\\u5802\\u5c31\\u50cf\\u52a0\\u76df\\u5e97\\uff0c\\u6709\\u56fa\\u5b9a\\u7684\\u6a23\\u5b50\\uff0c\\u800c\\u9019\\u6b63\\u662f\\u4f5c\\u8005\\u7684\\u670b\\u53cb\\u2014\\u70d5\\u5229.\\u6b50\\u85a9\\u6240\\u64d4\\u5fc3\\u7684\\u4e8b\\u60c5\\uff0c\\u5728\\u7267\\u6703\\u7684\\u5de5\\u4f5c\\u4e2d\\u88ab\\u69a8\\u5149\\u6190\\u61ab\\u5fc3\\uff0c\\u800c\\u8b8a\\u5f97\\u5fc3\\u5982\\u6b7b\\u7070\\u7684\\u4eba\\u3002<br \\/>\\n\\u3000\\u3000\\u6559\\u6703\\u662f\\u7531\\u4e00\\u7fa4\\u76f8\\u4fe1\\u4e3b\\u7684\\u4eba\\u5011\\u7d44\\u6210\\u7684\\uff0c\\u6bcf\\u4e00\\u7fa4\\u7684\\u7d44\\u6210\\u90fd\\u4e0d\\u4e00\\u6a23\\uff0c\\u56e0\\u6b64\\u6bcf\\u4e00\\u500b\\u6559\\u6703\\u61c9\\u8a72\\u8981\\u6709\\u81ea\\u5df1\\u7684\\u9762\\u8c8c\\uff0c\\u9019\\u6a23\\u7684\\u601d\\u8003\\u8d77\\u9ede\\u662f\\u5f9e\\u300c\\u4eba\\u300d\\u53bb\\u767c\\u5c55\\u51fa\\u6559\\u6703\\u7684\\u6a23\\u5b50\\uff0c\\u800c\\u4e0d\\u662f\\u4e00\\u60f3\\u5230\\u300c\\u6559\\u6703\\u300d\\uff0c\\u5c31\\u6709\\u56fa\\u5b9a\\u7684\\u523b\\u7248\\u5370\\u8c61\\u3002\\u9019\\u4e5f\\u662f\\u4f5c\\u8005\\u89ba\\u5f97\\u6559\\u6703\\u9700\\u8981\\u85dd\\u8853\\u5bb6\\u7684\\u7406\\u7531\\uff0c\\u56e0\\u70ba\\u85dd\\u8853\\u5bb6\\u4e0d\\u505a\\u4f8b\\u884c\\u6027\\u7684\\u4e8b\\uff0c\\u4ed6\\u5011\\u5c08\\u6ce8\\u5728\\u767c\\u6398\\u81ea\\u5df1\\u5167\\u5fc3\\u300c\\u5c0d\\u7f8e\\u7684\\u60f3\\u50cf\\u6216\\u611f\\u52d5\\u300d\\uff0c\\u7136\\u5f8c\\u7528\\u7e6a\\u756b\\u3001\\u97f3\\u6a02\\u3001\\u6232\\u5287\\u6216\\u96d5\\u523b\\u5404\\u7a2e\\u65b9\\u5f0f\\uff0c\\u628a\\u5b83\\u8868\\u73fe\\u51fa\\u4f86\\u3002<br \\/>\\n\\u3000\\u3000\\u7b2c5\\u7ae0\\u4f5c\\u8005\\u63d0\\u5230\\u4e86\\u6839\\u64da\\u963f\\u594e\\u90a3\\u5b9a\\u7fa9\\u300c\\u7f8e\\u7684\\u672c\\u8cea\\u300d\\u5305\\u62ec\\u5b8c\\u6574\\u3001\\u548c\\u8ae7\\u53ca\\u5149\\u8f1d\\uff1b\\u9084\\u6709\\u672c\\u7be4\\u5341\\u516d\\u4e16\\u66fe\\u8aaa\\u300c\\u7f8e\\u300d\\u7684\\u5e0c\\u81d8\\u6587kalen\\u610f\\u601d\\u662f\\u300c\\u53ec\\u559a\\u300d\\uff0c\\u7b49\\u65bc\\u88ab\\u6df1\\u6df1\\u89f8\\u52d5\\uff0c\\u56e0\\u6b64\\u300c\\u7f8e\\u300d\\u6703\\u7d66\\u6211\\u5011\\u5e73\\u975c\\u611f\\u3001\\u559c\\u6085\\u611f\\u548c\\u547d\\u5b9a\\u611f\\u3002\\u6211\\u66fe\\u7d93\\u5728\\u770b\\u756b\\u5c55\\u7684\\u6642\\u5019\\uff0c\\u6703\\u6709\\u5f88\\u60f3\\u5750\\u8457\\u597d\\u597d\\u5730\\u6ce8\\u8996\\u8457\\u67d0\\u4e9b\\u756b\\u7684\\u7d93\\u9a57\\uff0c\\u90a3\\u88e1\\u9762\\u7684\\u78ba\\u6709\\u5e73\\u975c\\u3001\\u559c\\u6085\\u548c\\u88ab\\u89f8\\u52d5\\u7684\\u611f\\u89ba\\u3002\\u66f8\\u4e2d\\u63d0\\u5230\\u827e\\u871c\\u8389.\\u72c4\\u91d1\\u751f\\uff0c\\u7a81\\u7136\\u60f3\\u5230\\u5979\\u6709\\u4e00\\u9996\\u8a69\\u3008\\u6211\\u70ba\\u7f8e\\u800c\\u6b7b\\u3009\\uff0c\\u4f86\\u505a\\u70ba\\u9019\\u6b21\\u4f5c\\u696d\\u7684\\u7d50\\u5c3e\\uff1a<br \\/>\\n\\u6211\\u70ba\\u7f8e\\u800c\\u6b7b<br \\/>\\n\\u537b\\u5c1a\\u672a\\u9069\\u61c9\\u58b3\\u5893\\u7684\\u62d8\\u72f9<br \\/>\\n\\u7576\\u6709\\u500b\\u4eba\\u70ba\\u771f\\u7406\\u800c\\u6b7b<br \\/>\\n\\u8eba\\u5728\\u9694\\u58c1\\u7684\\u5893\\u5ba4<br \\/>\\n\\u4ed6\\u8f15\\u8072\\u554f\\u6211\\uff0c\\u56e0\\u4f55\\u6557\\u6b7f\\uff1f<br \\/>\\n\\u300c\\u7f8e\\u300d\\uff0c\\u6211\\u56de\\u7b54<br \\/>\\n\\u300c\\u6211\\u2014\\u70ba\\u771f\\u7406\\uff0c\\u4e8c\\u8005\\u662f\\u4e00\\u7269\\uff0c<br \\/>\\n\\u6211\\u5011\\uff0c\\u662f\\u5144\\u5f1f\\u300d\\uff0c\\u4ed6\\u8aaa<br \\/>\\n\\u65bc\\u662f\\uff0c\\u50cf\\u89aa\\u4eba\\uff0c\\u5728\\u9ed1\\u591c\\u76f8\\u9047<br \\/>\\n\\u6211\\u5011\\u9694\\u7246\\u4ea4\\u8ac7<br \\/>\\n\\u76f4\\u5230\\u82d4\\u861a\\u722c\\u4e0a\\u6211\\u5011\\u7684\\u5634\\u5507<br \\/>\\n\\u6df9\\u6c92\\u3000\\u6211\\u5011\\u7684\\u540d\\u5b57<\\/div>\",\"pathnamehashes\":[],\"discussionid\":1,\"triggeredfrom\":\"forum_add_new_post\"}',1696086834,'web','223.141.211.169',NULL),(2203,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',2,'c',2,29,70,10,19,2,NULL,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1696086834,'web','223.141.211.169',NULL),(2204,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',2,'c',2,29,70,10,19,2,19,0,'{\"forumid\":4,\"discussion\":1}',1696086834,'web','223.141.211.169',NULL),(2205,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,19,2,NULL,0,'null',1696086834,'web','223.141.211.169',NULL),(2206,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',2,'c',2,29,70,10,19,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\"> \\u7b2c4\\u7ae0\\u7528\\u6469\\u897f\\u548c\\u6bd4\\u6492\\u5217\\u8aaa\\u660e\\u7267\\u8005\\u548c\\u85dd\\u8853\\u5bb6\\u76f8\\u8f14\\u76f8\\u6210\\u7684\\u5fc5\\u8981\\u6027\\u3002\\u66f8\\u4e2d\\u5beb\\u5230\\u6709\\u4e9b\\u7267\\u5e2b\\u5f88\\u50cf\\u516c\\u52d9\\u54e1\\u628a\\u7267\\u5e2b\\u7576\\u6210\\u7a69\\u5b9a\\u5de5\\u4f5c\\u5728\\u505a\\uff0c\\u800c\\u6559\\u5802\\u5c31\\u50cf\\u52a0\\u76df\\u5e97\\uff0c\\u6709\\u56fa\\u5b9a\\u7684\\u6a23\\u5b50\\uff0c\\u800c\\u9019\\u6b63\\u662f\\u4f5c\\u8005\\u7684\\u670b\\u53cb\\u2014\\u70d5\\u5229.\\u6b50\\u85a9\\u6240\\u64d4\\u5fc3\\u7684\\u4e8b\\u60c5\\uff0c\\u5728\\u7267\\u6703\\u7684\\u5de5\\u4f5c\\u4e2d\\u88ab\\u69a8\\u5149\\u6190\\u61ab\\u5fc3\\uff0c\\u800c\\u8b8a\\u5f97\\u5fc3\\u5982\\u6b7b\\u7070\\u7684\\u4eba\\u3002<br>\\r\\n\\u3000\\u3000\\u6559\\u6703\\u662f\\u7531\\u4e00\\u7fa4\\u76f8\\u4fe1\\u4e3b\\u7684\\u4eba\\u5011\\u7d44\\u6210\\u7684\\uff0c\\u6bcf\\u4e00\\u7fa4\\u7684\\u7d44\\u6210\\u90fd\\u4e0d\\u4e00\\u6a23\\uff0c\\u56e0\\u6b64\\u6bcf\\u4e00\\u500b\\u6559\\u6703\\u61c9\\u8a72\\u8981\\u6709\\u81ea\\u5df1\\u7684\\u9762\\u8c8c\\uff0c\\u9019\\u6a23\\u7684\\u601d\\u8003\\u8d77\\u9ede\\u662f\\u5f9e\\u300c\\u4eba\\u300d\\u53bb\\u767c\\u5c55\\u51fa\\u6559\\u6703\\u7684\\u6a23\\u5b50\\uff0c\\u800c\\u4e0d\\u662f\\u4e00\\u60f3\\u5230\\u300c\\u6559\\u6703\\u300d\\uff0c\\u5c31\\u6709\\u56fa\\u5b9a\\u7684\\u523b\\u7248\\u5370\\u8c61\\u3002\\u9019\\u4e5f\\u662f\\u4f5c\\u8005\\u89ba\\u5f97\\u6559\\u6703\\u9700\\u8981\\u85dd\\u8853\\u5bb6\\u7684\\u7406\\u7531\\uff0c\\u56e0\\u70ba\\u85dd\\u8853\\u5bb6\\u4e0d\\u505a\\u4f8b\\u884c\\u6027\\u7684\\u4e8b\\uff0c\\u4ed6\\u5011\\u5c08\\u6ce8\\u5728\\u767c\\u6398\\u81ea\\u5df1\\u5167\\u5fc3\\u300c\\u5c0d\\u7f8e\\u7684\\u60f3\\u50cf\\u6216\\u611f\\u52d5\\u300d\\uff0c\\u7136\\u5f8c\\u7528\\u7e6a\\u756b\\u3001\\u97f3\\u6a02\\u3001\\u6232\\u5287\\u6216\\u96d5\\u523b\\u5404\\u7a2e\\u65b9\\u5f0f\\uff0c\\u628a\\u5b83\\u8868\\u73fe\\u51fa\\u4f86\\u3002<br>\\r\\n\\u3000\\u3000\\u7b2c5\\u7ae0\\u4f5c\\u8005\\u63d0\\u5230\\u4e86\\u6839\\u64da\\u963f\\u594e\\u90a3\\u5b9a\\u7fa9\\u300c\\u7f8e\\u7684\\u672c\\u8cea\\u300d\\u5305\\u62ec\\u5b8c\\u6574\\u3001\\u548c\\u8ae7\\u53ca\\u5149\\u8f1d\\uff1b\\u9084\\u6709\\u672c\\u7be4\\u5341\\u516d\\u4e16\\u66fe\\u8aaa\\u300c\\u7f8e\\u300d\\u7684\\u5e0c\\u81d8\\u6587kalen\\u610f\\u601d\\u662f\\u300c\\u53ec\\u559a\\u300d\\uff0c\\u7b49\\u65bc\\u88ab\\u6df1\\u6df1\\u89f8\\u52d5\\uff0c\\u56e0\\u6b64\\u300c\\u7f8e\\u300d\\u6703\\u7d66\\u6211\\u5011\\u5e73\\u975c\\u611f\\u3001\\u559c\\u6085\\u611f\\u548c\\u547d\\u5b9a\\u611f\\u3002\\u6211\\u66fe\\u7d93\\u6709\\u5e7e\\u6b21\\u5728\\u770b\\u756b\\u5c55\\u7684\\u6642\\u5019\\uff0c\\u6709\\u4e00\\u7a2e\\u5f88\\u60f3\\u5750\\u8457\\u597d\\u597d\\u5730\\u6ce8\\u8996\\u67d0\\u5e45\\u756b\\u7684\\u7d93\\u9a57\\uff0c\\u90a3\\u88e1\\u9762\\u7684\\u78ba\\u6709\\u5e73\\u975c\\u3001\\u559c\\u6085\\u548c\\u88ab\\u89f8\\u52d5\\u7684\\u611f\\u89ba\\u3002\\u66f8\\u4e2d\\u63d0\\u5230\\u827e\\u871c\\u8389.\\u72c4\\u91d1\\u751f\\uff0c\\u7a81\\u7136\\u60f3\\u5230\\u5979\\u6709\\u4e00\\u9996\\u8a69\\u3008\\u6211\\u70ba\\u7f8e\\u800c\\u6b7b\\u3009\\uff0c\\u4f86\\u505a\\u70ba\\u9019\\u6b21\\u4f5c\\u696d\\u7684\\u7d50\\u5c3e\\uff1a<br>\\r\\n\\u6211\\u70ba\\u7f8e\\u800c\\u6b7b<br>\\r\\n\\u537b\\u5c1a\\u672a\\u9069\\u61c9\\u58b3\\u5893\\u7684\\u62d8\\u72f9<br>\\r\\n\\u7576\\u6709\\u500b\\u4eba\\u70ba\\u771f\\u7406\\u800c\\u6b7b<br>\\r\\n\\u8eba\\u5728\\u9694\\u58c1\\u7684\\u5893\\u5ba4<br>\\r\\n\\u4ed6\\u8f15\\u8072\\u554f\\u6211\\uff0c\\u56e0\\u4f55\\u6557\\u6b7f\\uff1f<br>\\r\\n\\u300c\\u7f8e\\u300d\\uff0c\\u6211\\u56de\\u7b54<br>\\r\\n\\u300c\\u6211\\u2014\\u70ba\\u771f\\u7406\\uff0c\\u4e8c\\u8005\\u662f\\u4e00\\u7269\\uff0c<br>\\r\\n\\u6211\\u5011\\uff0c\\u662f\\u5144\\u5f1f\\u300d\\uff0c\\u4ed6\\u8aaa<br>\\r\\n\\u65bc\\u662f\\uff0c\\u50cf\\u89aa\\u4eba\\uff0c\\u5728\\u9ed1\\u591c\\u76f8\\u9047<br>\\r\\n\\u6211\\u5011\\u9694\\u7246\\u4ea4\\u8ac7<br>\\r\\n\\u76f4\\u5230\\u82d4\\u861a\\u722c\\u4e0a\\u6211\\u5011\\u7684\\u5634\\u5507<br>\\r\\n\\u6df9\\u6c92\\u3000\\u6211\\u5011\\u7684\\u540d\\u5b57<\\/div>\",\"pathnamehashes\":[],\"discussionid\":\"1\",\"triggeredfrom\":\"forum_update_post\"}',1696086908,'web','223.141.211.169',NULL),(2207,'\\mod_forum\\event\\post_updated','mod_forum','updated','post','forum_posts',2,'u',2,29,70,10,19,2,19,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1696086908,'web','223.141.211.169',NULL),(2208,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,19,2,NULL,0,'null',1696086908,'web','223.141.211.169',NULL),(2209,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',4,'r',2,32,70,13,19,2,NULL,0,'null',1696086921,'web','223.141.211.169',NULL),(2210,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,19,2,NULL,0,'null',1696086932,'web','223.141.211.169',NULL),(2211,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,19,2,NULL,0,'null',1696086949,'web','223.141.211.169',NULL),(2212,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1696087353,'web','223.141.211.169',NULL),(2213,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1696087355,'web','223.141.211.169',NULL),(2214,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,19,2,NULL,0,'null',1696087359,'web','223.141.211.169',NULL),(2215,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',2,'c',2,29,70,10,19,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\"> \\u7b2c4\\u7ae0\\u7528\\u6469\\u897f\\u548c\\u6bd4\\u6492\\u5217\\u8aaa\\u660e\\u7267\\u8005\\u548c\\u85dd\\u8853\\u5bb6\\u76f8\\u8f14\\u76f8\\u6210\\u7684\\u5fc5\\u8981\\u6027\\u3002\\u66f8\\u4e2d\\u5beb\\u5230\\u6709\\u4e9b\\u7267\\u5e2b\\u5f88\\u50cf\\u516c\\u52d9\\u54e1\\u628a\\u7267\\u5e2b\\u7576\\u6210\\u7a69\\u5b9a\\u5de5\\u4f5c\\u5728\\u505a\\uff0c\\u800c\\u6559\\u5802\\u5c31\\u50cf\\u52a0\\u76df\\u5e97\\uff0c\\u6709\\u56fa\\u5b9a\\u7684\\u6a23\\u5b50\\uff0c\\u800c\\u9019\\u6b63\\u662f\\u4f5c\\u8005\\u7684\\u670b\\u53cb\\u2014\\u70d5\\u5229.\\u6b50\\u85a9\\u6240\\u64d4\\u5fc3\\u7684\\u4e8b\\u60c5\\uff0c\\u5728\\u7267\\u6703\\u7684\\u5de5\\u4f5c\\u4e2d\\u88ab\\u69a8\\u5149\\u6190\\u61ab\\u5fc3\\uff0c\\u800c\\u8b8a\\u5f97\\u5fc3\\u5982\\u6b7b\\u7070\\u7684\\u4eba\\u3002<br>\\r\\n\\u3000\\u3000\\u6559\\u6703\\u662f\\u7531\\u4e00\\u7fa4\\u76f8\\u4fe1\\u4e3b\\u7684\\u4eba\\u5011\\u7d44\\u6210\\u7684\\uff0c\\u6bcf\\u4e00\\u7fa4\\u7684\\u7d44\\u6210\\u90fd\\u4e0d\\u4e00\\u6a23\\uff0c\\u56e0\\u6b64\\u6bcf\\u4e00\\u500b\\u6559\\u6703\\u61c9\\u8a72\\u8981\\u6709\\u81ea\\u5df1\\u7684\\u9762\\u8c8c\\uff0c\\u9019\\u6a23\\u7684\\u601d\\u8003\\u8d77\\u9ede\\u662f\\u5f9e\\u300c\\u4eba\\u300d\\u53bb\\u767c\\u5c55\\u51fa\\u6559\\u6703\\u7684\\u6a23\\u5b50\\uff0c\\u800c\\u4e0d\\u662f\\u4e00\\u60f3\\u5230\\u300c\\u6559\\u6703\\u300d\\uff0c\\u5c31\\u6709\\u56fa\\u5b9a\\u7684\\u523b\\u7248\\u5370\\u8c61\\u3002\\u9019\\u4e5f\\u662f\\u4f5c\\u8005\\u89ba\\u5f97\\u6559\\u6703\\u9700\\u8981\\u85dd\\u8853\\u5bb6\\u7684\\u7406\\u7531\\uff0c\\u56e0\\u70ba\\u85dd\\u8853\\u5bb6\\u4e0d\\u505a\\u4f8b\\u884c\\u6027\\u7684\\u4e8b\\uff0c\\u4ed6\\u5011\\u5c08\\u6ce8\\u5728\\u767c\\u6398\\u81ea\\u5df1\\u5167\\u5fc3\\u300c\\u5c0d\\u7f8e\\u7684\\u60f3\\u50cf\\u6216\\u611f\\u52d5\\u300d\\uff0c\\u7136\\u5f8c\\u7528\\u7e6a\\u756b\\u3001\\u97f3\\u6a02\\u3001\\u6232\\u5287\\u6216\\u96d5\\u523b\\u5404\\u7a2e\\u65b9\\u5f0f\\uff0c\\u628a\\u5b83\\u8868\\u73fe\\u51fa\\u4f86\\u3002<br>\\r\\n\\u3000\\u3000\\u7b2c5\\u7ae0\\u4f5c\\u8005\\u63d0\\u5230\\u4e86\\u6839\\u64da\\u963f\\u594e\\u90a3\\u5b9a\\u7fa9\\u300c\\u7f8e\\u7684\\u672c\\u8cea\\u300d\\u5305\\u62ec\\u5b8c\\u6574\\u3001\\u548c\\u8ae7\\u53ca\\u5149\\u8f1d\\uff1b\\u9084\\u6709\\u672c\\u7be4\\u5341\\u516d\\u4e16\\u66fe\\u8aaa\\u300c\\u7f8e\\u300d\\u7684\\u5e0c\\u81d8\\u6587kalen\\u610f\\u601d\\u662f\\u300c\\u53ec\\u559a\\u300d\\uff0c\\u7b49\\u65bc\\u88ab\\u6df1\\u6df1\\u89f8\\u52d5\\uff0c\\u56e0\\u6b64\\u300c\\u7f8e\\u300d\\u6703\\u7d66\\u6211\\u5011\\u5e73\\u975c\\u611f\\u3001\\u559c\\u6085\\u611f\\u548c\\u547d\\u5b9a\\u611f\\u3002\\u6211\\u66fe\\u7d93\\u6709\\u5e7e\\u6b21\\u5728\\u770b\\u756b\\u5c55\\u7684\\u6642\\u5019\\uff0c\\u6709\\u4e00\\u7a2e\\u5f88\\u60f3\\u5750\\u8457\\u597d\\u597d\\u5730\\u6ce8\\u8996\\u67d0\\u5e45\\u756b\\u7684\\u7d93\\u9a57\\uff0c\\u90a3\\u88e1\\u9762\\u7684\\u78ba\\u6709\\u5e73\\u975c\\u3001\\u559c\\u6085\\u548c\\u88ab\\u89f8\\u52d5\\u7684\\u611f\\u89ba\\u3002\\u66f8\\u4e2d\\u63d0\\u5230\\u827e\\u871c\\u8389.\\u72c4\\u91d1\\u751f\\uff0c\\u7a81\\u7136\\u60f3\\u5230\\u5979\\u6709\\u4e00\\u9996\\u8a69\\u3008\\u6211\\u70ba\\u7f8e\\u800c\\u6b7b\\u3009\\uff0c\\u4f86\\u505a\\u70ba\\u9019\\u6b21\\u4f5c\\u696d\\u7684\\u7d50\\u5c3e\\uff1a<br>\\r\\n<div label-module=\\\"para\\\">\\u6211\\u70ba\\u7f8e\\u800c\\u6b7b\\uff0c\\u5c0d\\u58b3\\u5893<\\/div><div label-module=\\\"para\\\">\\u5e7e\\u4e4e\\uff0c\\u9084\\u4e0d\\u9069\\u61c9<\\/div><div label-module=\\\"para\\\">\\u4e00\\u500b\\u6b89\\u771f\\u7406\\u7684\\u70c8\\u58eb<\\/div><div label-module=\\\"para\\\">\\u5c31\\u6210\\u4e86\\u6211\\u7684\\u8fd1\\u9130<\\/div>\\r\\n\\u4ed6\\u8f15\\u8072\\u554f\\u6211\\uff0c\\u4f55\\u4ee5\\u6b9e\\u843d?\\uff1f<br>\\r\\n\\u300c\\u70ba\\u4e86\\u7f8e\\u300d\\uff0c\\u6211\\u56de\\u7b54<br>\\r\\n\\u300c\\u800c\\u6211\\u2014\\u70ba\\u771f\\u7406\\uff0c\\u771f\\u548c\\u7f8e\\u672c\\u70ba\\u4e00\\u9ad4\\uff0c<br>\\r\\n\\u6211\\u5011\\uff0c\\u662f\\u5144\\u5f1f\\u300d\\uff0c\\u4ed6\\u8aaa<br>\\r\\n\\u65bc\\u662f\\uff0c\\u6211\\u5011\\u5982\\u540c\\u89aa\\u4eba\\u5728\\u591c\\u665a\\u76f8\\u9047\\uff0c<br>\\r\\n\\u9694\\u7246\\u5c0d\\u8ac7\\uff0c<br>\\r\\n\\u76f4\\u81f3\\u9752\\u82d4\\u722c\\u4e0a\\u6211\\u5011\\u7684\\u96d9\\u5507\\uff0c<br>\\r\\n\\u5c07\\u6211\\u5011\\u7684\\u540d\\u63a9\\u84cb\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":\"1\",\"triggeredfrom\":\"forum_update_post\"}',1696087718,'web','223.141.211.169',NULL),(2216,'\\mod_forum\\event\\post_updated','mod_forum','updated','post','forum_posts',2,'u',2,29,70,10,19,2,19,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1696087718,'web','223.141.211.169',NULL),(2217,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,19,2,NULL,0,'null',1696087718,'web','223.141.211.169',NULL),(2218,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696087737,'web','147.92.179.108',NULL),(2219,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696087834,'web','147.92.179.112',NULL),(2220,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',2,'c',2,29,70,10,19,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">(\\u6211\\u5fc5\\u9808\\u627f\\u8a8d\\u7b2c\\u4e00\\u6b21\\u770b\\u4e0d\\u61c2\\u9019\\u672c\\u66f8, \\u5728\\u79b1\\u544a\\u5f8c\\u91cd\\u770b, \\u624d\\u770b\\u61c2) <\\/div><div class=\\\"text_to_html\\\"> \\u7b2c4\\u7ae0\\u7528\\u6469\\u897f\\u548c\\u6bd4\\u6492\\u5217\\u8aaa\\u660e\\u7267\\u8005\\u548c\\u85dd\\u8853\\u5bb6\\u76f8\\u8f14\\u76f8\\u6210\\u7684\\u5fc5\\u8981\\u6027\\u3002\\u66f8\\u4e2d\\u5beb\\u5230\\u6709\\u4e9b\\u7267\\u5e2b\\u5f88\\u50cf\\u516c\\u52d9\\u54e1\\u628a\\u7267\\u5e2b\\u7576\\u6210\\u7a69\\u5b9a\\u5de5\\u4f5c\\u5728\\u505a\\uff0c\\u800c\\u6559\\u5802\\u5c31\\u50cf\\u52a0\\u76df\\u5e97\\uff0c\\u6709\\u56fa\\u5b9a\\u7684\\u6a23\\u5b50\\uff0c\\u800c\\u9019\\u6b63\\u662f\\u4f5c\\u8005\\u7684\\u670b\\u53cb\\u2014\\u70d5\\u5229.\\u6b50\\u85a9\\u6240\\u64d4\\u5fc3\\u7684\\u4e8b\\u60c5\\uff0c\\u5728\\u7267\\u6703\\u7684\\u5de5\\u4f5c\\u4e2d\\u88ab\\u69a8\\u5149\\u6190\\u61ab\\u5fc3\\uff0c\\u800c\\u8b8a\\u5f97\\u5fc3\\u5982\\u6b7b\\u7070\\u7684\\u4eba\\u3002<br>\\r\\n\\u3000\\u3000\\u6559\\u6703\\u662f\\u7531\\u4e00\\u7fa4\\u76f8\\u4fe1\\u4e3b\\u7684\\u4eba\\u5011\\u7d44\\u6210\\u7684\\uff0c\\u6bcf\\u4e00\\u7fa4\\u7684\\u7d44\\u6210\\u90fd\\u4e0d\\u4e00\\u6a23\\uff0c\\u56e0\\u6b64\\u6bcf\\u4e00\\u500b\\u6559\\u6703\\u61c9\\u8a72\\u8981\\u6709\\u81ea\\u5df1\\u7684\\u9762\\u8c8c\\uff0c\\u9019\\u6a23\\u7684\\u601d\\u8003\\u8d77\\u9ede\\u662f\\u5f9e\\u300c\\u4eba\\u300d\\u53bb\\u767c\\u5c55\\u51fa\\u6559\\u6703\\u7684\\u6a23\\u5b50\\uff0c\\u800c\\u4e0d\\u662f\\u4e00\\u60f3\\u5230\\u300c\\u6559\\u6703\\u300d\\uff0c\\u5c31\\u6709\\u56fa\\u5b9a\\u7684\\u523b\\u7248\\u5370\\u8c61\\u3002\\u9019\\u4e5f\\u662f\\u4f5c\\u8005\\u89ba\\u5f97\\u6559\\u6703\\u9700\\u8981\\u85dd\\u8853\\u5bb6\\u7684\\u7406\\u7531\\uff0c\\u56e0\\u70ba\\u85dd\\u8853\\u5bb6\\u4e0d\\u505a\\u4f8b\\u884c\\u6027\\u7684\\u4e8b\\uff0c\\u4ed6\\u5011\\u5c08\\u6ce8\\u5728\\u767c\\u6398\\u81ea\\u5df1\\u5167\\u5fc3\\u300c\\u5c0d\\u7f8e\\u7684\\u60f3\\u50cf\\u6216\\u611f\\u52d5\\u300d\\uff0c\\u7136\\u5f8c\\u7528\\u7e6a\\u756b\\u3001\\u97f3\\u6a02\\u3001\\u6232\\u5287\\u6216\\u96d5\\u523b\\u5404\\u7a2e\\u65b9\\u5f0f\\uff0c\\u628a\\u5b83\\u8868\\u73fe\\u51fa\\u4f86\\u3002<br>\\r\\n\\u3000\\u3000\\u7b2c5\\u7ae0\\u4f5c\\u8005\\u63d0\\u5230\\u4e86\\u6839\\u64da\\u963f\\u594e\\u90a3\\u5b9a\\u7fa9\\u300c\\u7f8e\\u7684\\u672c\\u8cea\\u300d\\u5305\\u62ec\\u5b8c\\u6574\\u3001\\u548c\\u8ae7\\u53ca\\u5149\\u8f1d\\uff1b\\u9084\\u6709\\u672c\\u7be4\\u5341\\u516d\\u4e16\\u66fe\\u8aaa\\u300c\\u7f8e\\u300d\\u7684\\u5e0c\\u81d8\\u6587kalen\\u610f\\u601d\\u662f\\u300c\\u53ec\\u559a\\u300d\\uff0c\\u7b49\\u65bc\\u88ab\\u6df1\\u6df1\\u89f8\\u52d5\\uff0c\\u56e0\\u6b64\\u300c\\u7f8e\\u300d\\u6703\\u7d66\\u6211\\u5011\\u5e73\\u975c\\u611f\\u3001\\u559c\\u6085\\u611f\\u548c\\u547d\\u5b9a\\u611f\\u3002\\u6211\\u66fe\\u7d93\\u6709\\u5e7e\\u6b21\\u5728\\u770b\\u756b\\u5c55\\u7684\\u6642\\u5019\\uff0c\\u6709\\u4e00\\u7a2e\\u5f88\\u60f3\\u5750\\u8457\\u597d\\u597d\\u5730\\u6ce8\\u8996\\u67d0\\u5e45\\u756b\\u7684\\u7d93\\u9a57\\uff0c\\u90a3\\u88e1\\u9762\\u7684\\u78ba\\u6709\\u5e73\\u975c\\u3001\\u559c\\u6085\\u548c\\u88ab\\u89f8\\u52d5\\u7684\\u611f\\u89ba\\u3002\\u66f8\\u4e2d\\u63d0\\u5230\\u827e\\u871c\\u8389.\\u72c4\\u91d1\\u751f\\uff0c\\u7a81\\u7136\\u60f3\\u5230\\u5979\\u6709\\u4e00\\u9996\\u8a69\\u3008\\u6211\\u70ba\\u7f8e\\u800c\\u6b7b\\u3009\\uff0c\\u4f86\\u505a\\u70ba\\u9019\\u6b21\\u4f5c\\u696d\\u7684\\u7d50\\u5c3e\\uff1a<br>\\r\\n<div>\\u6211\\u70ba\\u7f8e\\u800c\\u6b7b\\uff0c\\u5c0d\\u58b3\\u5893<\\/div><div>\\u5e7e\\u4e4e\\uff0c\\u9084\\u4e0d\\u9069\\u61c9<\\/div><div>\\u4e00\\u500b\\u6b89\\u771f\\u7406\\u7684\\u70c8\\u58eb<\\/div><div>\\u5c31\\u6210\\u4e86\\u6211\\u7684\\u8fd1\\u9130<\\/div>\\r\\n\\u4ed6\\u8f15\\u8072\\u554f\\u6211\\uff0c\\u4f55\\u4ee5\\u6b9e\\u843d?\\uff1f<br>\\r\\n\\u300c\\u70ba\\u4e86\\u7f8e\\u300d\\uff0c\\u6211\\u56de\\u7b54<br>\\r\\n\\u300c\\u800c\\u6211\\u2014\\u70ba\\u771f\\u7406\\uff0c\\u771f\\u548c\\u7f8e\\u672c\\u70ba\\u4e00\\u9ad4\\uff0c<br>\\r\\n\\u6211\\u5011\\uff0c\\u662f\\u5144\\u5f1f\\u300d\\uff0c\\u4ed6\\u8aaa<br>\\r\\n\\u65bc\\u662f\\uff0c\\u6211\\u5011\\u5982\\u540c\\u89aa\\u4eba\\u5728\\u591c\\u665a\\u76f8\\u9047\\uff0c<br>\\r\\n\\u9694\\u7246\\u5c0d\\u8ac7\\uff0c<br>\\r\\n\\u76f4\\u81f3\\u9752\\u82d4\\u722c\\u4e0a\\u6211\\u5011\\u7684\\u96d9\\u5507\\uff0c<br>\\r\\n\\u5c07\\u6211\\u5011\\u7684\\u540d\\u63a9\\u84cb\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":\"1\",\"triggeredfrom\":\"forum_update_post\"}',1696087867,'web','223.141.211.169',NULL),(2221,'\\mod_forum\\event\\post_updated','mod_forum','updated','post','forum_posts',2,'u',2,29,70,10,19,2,19,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1696087867,'web','223.141.211.169',NULL),(2222,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,19,2,NULL,0,'null',1696087867,'web','223.141.211.169',NULL),(2223,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696088072,'web','203.121.235.95',NULL),(2224,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,36,30,6,0,0,6,0,'{\"forgottenreset\":false}',1696088159,'web','203.121.235.95',NULL),(2225,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1696088159,'web','203.121.235.95',NULL),(2226,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1696088159,'web','203.121.235.95',NULL),(2227,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,6,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1696088160,'web','203.121.235.95',NULL),(2228,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,6,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1696088161,'web','203.121.235.95',NULL),(2229,'\\tool_usertours\\event\\tour_reset','tool_usertours','reset','tour','tool_usertours_tours',4,'c',2,2,50,1,6,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1696088166,'web','203.121.235.95',NULL),(2230,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,6,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1696088166,'web','203.121.235.95',NULL),(2231,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,6,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1696088166,'web','203.121.235.95',NULL),(2232,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1696088174,'web','203.121.235.95',NULL),(2233,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,16,50,2,6,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1696088175,'web','203.121.235.95',NULL),(2234,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,16,50,2,6,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\",\"stepid\":1,\"stepindex\":0}',1696088182,'web','203.121.235.95',NULL),(2235,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,6,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696088190,'web','203.121.235.95',NULL),(2236,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',6,'r',0,16,50,2,6,2,6,0,'{\"courseid\":\"2\",\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696088212,'web','203.121.235.95',NULL),(2237,'\\mod_forum\\event\\user_report_viewed','mod_forum','viewed','user_report',NULL,NULL,'r',2,16,50,2,6,2,6,0,'{\"reportmode\":\"posts\"}',1696088222,'web','203.121.235.95',NULL),(2238,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',5,'r',0,16,50,2,6,2,5,0,'{\"courseid\":\"2\",\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696088226,'web','203.121.235.95',NULL),(2239,'\\mod_forum\\event\\user_report_viewed','mod_forum','viewed','user_report',NULL,NULL,'r',2,16,50,2,6,2,5,0,'{\"reportmode\":\"posts\"}',1696088229,'web','203.121.235.95',NULL),(2240,'\\mod_forum\\event\\user_report_viewed','mod_forum','viewed','user_report',NULL,NULL,'r',2,16,50,2,6,2,5,0,'{\"reportmode\":\"discussions\"}',1696088235,'web','203.121.235.95',NULL),(2241,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',9,'r',0,16,50,2,6,2,9,0,'{\"courseid\":\"2\",\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696088255,'web','203.121.235.95',NULL),(2242,'\\mod_forum\\event\\user_report_viewed','mod_forum','viewed','user_report',NULL,NULL,'r',2,16,50,2,6,2,9,0,'{\"reportmode\":\"posts\"}',1696088261,'web','203.121.235.95',NULL),(2243,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1696088274,'web','203.121.235.95',NULL),(2244,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',6,'r',2,55,70,16,6,2,NULL,0,'null',1696088283,'web','203.121.235.95',NULL),(2245,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1696088371,'web','203.121.235.95',NULL),(2246,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,6,2,NULL,0,'null',1696088379,'web','203.121.235.95',NULL),(2247,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',7,'r',2,56,70,17,6,2,NULL,0,'null',1696088441,'web','203.121.235.95',NULL),(2248,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,6,2,NULL,0,'null',1696088448,'web','203.121.235.95',NULL),(2249,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',4,'r',2,32,70,13,6,2,NULL,0,'null',1696088452,'web','203.121.235.95',NULL),(2250,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',3,'r',2,31,70,12,6,2,NULL,0,'null',1696088454,'web','203.121.235.95',NULL),(2251,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',1,'r',2,27,70,8,6,2,NULL,0,'null',1696088456,'web','203.121.235.95',NULL),(2252,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',7,'r',2,56,70,17,6,2,NULL,0,'null',1696088460,'web','203.121.235.95',NULL),(2253,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696090478,'web','111.7.100.26',NULL),(2254,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696090507,'web','111.7.100.25',NULL),(2255,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696090516,'web','111.7.100.21',NULL),(2256,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696090516,'web','111.7.100.21',NULL),(2257,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696090516,'web','111.7.100.23',NULL),(2258,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696090516,'web','111.7.100.22',NULL),(2259,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696090516,'web','111.7.100.20',NULL),(2260,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696090519,'web','111.7.100.20',NULL),(2261,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696090721,'web','73.219.6.51',NULL),(2262,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1696090734,'web','73.219.6.51',NULL),(2263,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1696090734,'web','73.219.6.51',NULL),(2264,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696090797,'web','73.219.6.51',NULL),(2265,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1696090809,'web','73.219.6.51',NULL),(2266,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,2,2,NULL,0,'null',1696091051,'web','73.219.6.51',NULL),(2267,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696091054,'web','73.219.6.51',NULL),(2268,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696091056,'web','73.219.6.51',NULL),(2269,'\\core\\event\\course_module_created','core','created','course_module','course_modules',18,'c',1,57,70,18,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":5,\"name\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1696091090,'web','73.219.6.51',NULL),(2270,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696091090,'web','73.219.6.51',NULL),(2271,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',5,'r',2,57,70,18,2,2,NULL,0,'null',1696091093,'web','73.219.6.51',NULL),(2272,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696091101,'web','73.219.6.51',NULL),(2273,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',3,'c',2,57,70,18,2,2,NULL,0,'{\"content\":\"<p dir=\\\"ltr\\\" style=\\\"text-align: left;\\\"><strong><\\/strong><\\/p><p dir=\\\"ltr\\\"><span id=\\\"docs-internal-guid-e4ac979a-7fff-1312-ffa6-b89ab5ee5285\\\"><span style=\\\"\\\">\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a<\\/span>\\u5206\\u4eab\\u4e00\\u4ef6\\u4ee4\\u4f60\\u5370\\u8c61\\u6df1\\u523b\\u7684\\u85dd\\u8853\\u54c1\\uff08\\u5f62\\u5f0f\\u4e0d\\u62d8\\uff0c\\u53ef\\u4ee5\\u662f\\uff1a\\u7e6a\\u756b\\u3001\\u96d5\\u5851\\u3001\\u5efa\\u7bc9\\u3001\\u651d\\u5f71\\u3001\\u96fb\\u5f71\\u3001\\u52d5\\u756b\\u3001\\u6587\\u5b78\\u3001\\u6f2b\\u756b\\u3001\\u821e\\u8e48\\u3001\\u97f3\\u6a02\\u3001\\u6232\\u5287\\u3001\\u96fb\\u52d5\\u904a\\u6232\\uff09\\u3002300\\u5b57\\u4ee5\\u4e0a\\uff08\\u7121\\u4e0a\\u9650\\uff09\\uff0c\\u8acb\\u5305\\u542b\\u4ee5\\u4e0b\\u9762\\u5411\\uff1a<\\/span><\\/p><p dir=\\\"ltr\\\"><span id=\\\"docs-internal-guid-e4ac979a-7fff-1312-ffa6-b89ab5ee5285\\\">(1) \\u7c21\\u55ae\\u63cf\\u8ff0\\u5b83\\u3002\\u82e5\\u6709\\u5716\\u7247\\u3001\\u5f71\\u7247\\u3001\\u6587\\u5b57\\uff0c\\u8acb\\u9644\\u4e0a\\u9023\\u7d50\\u3002<\\/span><\\/p><p dir=\\\"ltr\\\"><span id=\\\"docs-internal-guid-e4ac979a-7fff-1312-ffa6-b89ab5ee5285\\\">(2) \\u5b83\\u70ba\\u4f55\\u4ee4\\u4f60\\u5370\\u8c61\\u6df1\\u523b\\uff1f<\\/span><\\/p><p dir=\\\"ltr\\\"><span id=\\\"docs-internal-guid-e4ac979a-7fff-1312-ffa6-b89ab5ee5285\\\"> <\\/span><\\/p><p dir=\\\"ltr\\\"><span id=\\\"docs-internal-guid-e4ac979a-7fff-1312-ffa6-b89ab5ee5285\\\"><strong>\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a<\\/strong>\\u95b1\\u8b80\\u5b8c\\u3008\\u5206\\u8fa8\\u5967\\u79d8\\u3009\\u5f8c\\uff0c\\u7528 150-300 \\u5b57\\u63d0\\u51fa\\u4e00\\u5247\\u95dc\\u65bc\\u3008\\u5206\\u8fa8\\u5967\\u79d8\\u3009\\u7684\\u554f\\u984c\\uff08\\u770b\\u4e0d\\u61c2\\u3001\\u7591\\u60d1\\uff0c\\u60f3\\u8a62\\u554f\\u540c\\u5b78\\u610f\\u898b\\uff0c\\u6216\\u662f\\u60f3\\u53cd\\u554f\\u4f5c\\u8005\\u7684\\u554f\\u984c\\uff09\\u6216\\u662f\\u5fc3\\u5f97\\uff08\\u65b0\\u767c\\u73fe\\u3001\\u65b0\\u60f3\\u6cd5\\uff0c\\u6fc0\\u52f5\\u4f60\\u8981\\u505a\\u51fa\\u7684\\u56de\\u61c9\\u7b49\\u7b49\\uff09\\u3002<\\/span><\\/p><p dir=\\\"ltr\\\"><span id=\\\"docs-internal-guid-e4ac979a-7fff-1312-ffa6-b89ab5ee5285\\\"> <\\/span><\\/p><p dir=\\\"ltr\\\"><span id=\\\"docs-internal-guid-e4ac979a-7fff-1312-ffa6-b89ab5ee5285\\\">\\u7e73\\u4ea4\\u671f\\u9650\\uff1a\\u8ab2\\u524d24\\u5c0f\\u6642\\u767c\\u8868\\uff08\\u53739\\/27\\u665a\\u4e0a7:00\\u524d\\uff09\\u3002<\\/span><\\/p><br><br><p><\\/p>\",\"pathnamehashes\":[],\"discussionid\":2,\"triggeredfrom\":\"forum_add_discussion\"}',1696091123,'web','73.219.6.51',NULL),(2274,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',18,'u',1,57,70,18,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"5\",\"name\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1696091123,'web','73.219.6.51',NULL),(2275,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696091124,'web','73.219.6.51',NULL),(2276,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',5,'r',2,57,70,18,2,2,NULL,0,'null',1696091125,'web','73.219.6.51',NULL),(2277,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696091134,'web','73.219.6.51',NULL),(2278,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696091141,'web','73.219.6.51',NULL),(2279,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696091148,'web','73.219.6.51',NULL),(2280,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',5,'r',2,57,70,18,2,2,NULL,0,'null',1696091152,'web','73.219.6.51',NULL),(2281,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',5,'r',2,57,70,18,2,2,NULL,0,'null',1696091182,'web','73.219.6.51',NULL),(2282,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',17,'r',0,47,30,17,2,0,17,0,'null',1696091240,'web','73.219.6.51',NULL),(2283,'\\core\\event\\user_loggedinas','core','loggedinas','user','user',2,'r',0,1,10,0,2,0,17,0,'{\"originalusername\":\"\\u8ab2\\u7a0b\\u7ba1\\u7406\\u54e1 Admin\",\"loggedinasusername\":\"\\u5ed6 \\u79b9\\u6b23\"}',1696091242,'web','73.219.6.51',2),(2284,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1696091245,'web','73.219.6.51',2),(2285,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,17,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/?redirect=0\"}',1696091245,'web','73.219.6.51',2),(2286,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,17,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/?redirect=0\",\"stepid\":6,\"stepindex\":0}',1696091246,'web','73.219.6.51',2),(2287,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1696091246,'web','73.219.6.51',2),(2288,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,16,50,2,17,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1696091247,'web','73.219.6.51',2),(2289,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,16,50,2,17,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\",\"stepid\":1,\"stepindex\":0}',1696091249,'web','73.219.6.51',2),(2290,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',5,'r',2,57,70,18,17,2,NULL,0,'null',1696091252,'web','73.219.6.51',2),(2291,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',4,'c',2,57,70,18,17,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a<br \\/>\\r\\n<br \\/>\\r\\n\\u96fb\\u5f71\\uff1aThe mission<br \\/>\\r\\n\\u662f\\u591a\\u5e74\\u524d\\u89c0\\u8cde\\u7684\\u4e00\\u90e8\\u96fb\\u5f71\\u3002<br \\/>\\r\\n\\u4e0d\\u8ad6\\u4e3b\\u984c\\u97f3\\u6a02\\u6216\\u96fb\\u5f71\\u80cc\\u666f\\u756b\\u9762\\uff0c\\u90fd\\u7a31\\u7d55\\u7f8e\\uff0c\\u4ee4\\u4eba\\u795e\\u5f80\\uff08\\u5148\\u751f\\u9084\\u8aaa\\uff1a\\u544a\\u5225\\u5f0f\\u5c31\\u7528\\u9019\\u80cc\\u666f\\u97f3\\u6a02\\uff09\\u3002<div class=\\\"mediaplugin mediaplugin_videojs d-block\\\"><div style=\\\"max-width:640px;\\\"><video data-setup-lazy=\\\"{"techOrder": ["youtube"], "sources": [{"type": "video\\/youtube", "src":"https:\\/\\/youtu.be\\/lLr_6CwpG8s?si=khgYAF5wwfwldWe7"}], "language": "zh-CN", "fluid": true, "playbackRates": [0.5, 0.75, 1, 1.25, 1.5, 1.75, 2], "userActions": {"hotkeys": true}}\\\" id=\\\"id_videojs_65184c7d8049d_1\\\" class=\\\"video-js\\\" preload=\\\"auto\\\" controls=\\\"true\\\" title=\\\"lLr_6CwpG8s\\\"><a class=\\\"mediafallbacklink\\\" href=\\\"https:\\/\\/youtu.be\\/lLr_6CwpG8s?si=khgYAF5wwfwldWe7\\\">lLr_6CwpG8s<\\/a><\\/video><\\/div><\\/div><br \\/>\\r\\n<br \\/>\\r\\n\\u81f3\\u4eca\\u518d\\u56de\\u770b\\uff0c\\u4ecd\\u7136\\u5fc3\\u52d5\\u4e0d\\u5df2\\uff0c\\u96e3\\u5e73\\u606f\\u3002<br \\/>\\r\\n\\u5370\\u8c61\\u6df1\\u523b\\u7684\\u4e0d\\u50c5\\u662f\\u8996\\u89ba\\u3001\\u807d\\u89ba\\u611f\\u5b98\\u7684\\u6df1\\u523b\\u6eff\\u8db3\\uff0c\\u96fb\\u5f71\\u60c5\\u7bc0\\u5f15\\u767c\\u7684\\u885d\\u64ca\\uff0c\\u4e5f\\u6301\\u7e8c\\u5728\\u672a\\u4f86\\u7684\\u5e74\\u6b72\\u4e2d\\u5f15\\u767c\\u6df1\\u601d\\u3002<br \\/>\\r\\n<br \\/>\\r\\n\\u5728\\u4e0a\\u4e3b\\u7684\\u773c\\u4e2d\\uff0c<br \\/>\\r\\n\\u4f55\\u8005\\u70ba\\u662f\\uff1f\\u6216\\u70ba\\u975e\\uff1f<br \\/>\\r\\n\\u54ea\\u500b\\u662f\\u7942\\u6240\\u559c\\u6085\\uff1f<br \\/>\\r\\n\\u6211\\u5011\\u4ee5\\u70ba\\u662f\\u7684\\uff0c\\u672a\\u5fc5\\u662f\\u3002<br \\/>\\r\\n\\u6211\\u5011\\u4e5f\\u50c5\\u53ea\\u6478\\u5230\\u795e\\u7684\\u67d0\\u4e00\\u90e8\\u4efd\\uff0c<br \\/>\\r\\n\\u6709\\u4e00\\u5927\\u90e8\\u4efd\\uff0c\\u4ecd\\u662f\\u6211\\u5011\\u672a\\u89f8\\u53ca\\u7684\\uff0c\\u4ecd\\u7136\\u7121\\u77e5\\u3002<br \\/>\\r\\n\\u6216\\u751a\\u81f3\\uff0c\\u6211\\u5011\\u5176\\u5be6\\u5b8c\\u5168\\u8aa4\\u89e3\\u7942\\u7684\\u5fc3\\uff01<br \\/>\\r\\n<br \\/>\\r\\n\\u6211\\u5011\\u539f\\u4f86\\u9019\\u9ebc\\u5fae\\u5c0f\\u3001\\u6e3a\\u5c0f<br \\/>\\r\\n\\u552f\\u9760\\u4e0a\\u4e3b\\u7684\\u6190\\u61ab\\uff0c\\u6211\\u5011\\u80fd\\u627e\\u7ad9\\u7acb\\u3002<br \\/>\\r\\n<br \\/>\\r\\n<br \\/>\\r\\n\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a<br \\/>\\r\\n<br \\/>\\r\\n\\u6211\\u9817\\u8a8d\\u540c\\u5e03\\u6717\\u6240\\u8a00\\uff1a\\u795e\\u80fd\\u7528\\u842c\\u4e8b\\u2500\\u2500\\u5305\\u542b\\u771f\\u7406\\u6216\\u975e\\u771f\\u7406\\u2500 \\u2500\\u4f86\\u6210\\u5c31\\u7942\\u7684\\u65e8\\u610f\\u3002<br \\/>\\r\\n<br \\/>\\r\\n\\u842c\\u7269\\u7686\\u51fa\\u65bc\\u795e\\uff0c\\u5373\\u4fbf\\u4e0d\\u8a8d\\u8b58\\u795e\\u7684\\u4eba\\uff0c\\u4e5f\\u5728\\u53d7\\u9020\\u4e4b\\u521d\\uff0c\\u4ee5\\u795e\\u5f62\\u8c61\\u53d7\\u9020\\u3002\\u4e5f\\u651c\\u5e36\\u6709\\u795e\\u7684\\u672c\\u8cea\\uff0c\\u56e0\\u6b64\\uff0c\\u5373\\u4fbf\\u4e0d\\u5728\\u57fa\\u7763\\u5f92\\u793e\\u7fa4\\uff0c\\u4e5f\\u80fd\\u6709\\u76f8\\u4f3c\\u7684\\u5275\\u4f5c\\u6210\\u54c1\\u3002\\u53ea\\u662f\\uff0c\\u4e0d\\u8b58\\u795e\\u7684\\u9748\\u660f\\u6697\\u4e86\\uff0c\\u4e0d\\u80fd\\u6b78\\u69ae\\u8000\\u7d66\\u5275\\u9020\\u7684\\u795e\\u3002<br \\/>\\r\\n\\u795e\\u628a\\u6c38\\u751f\\u5b89\\u7f6e\\u5728\\u4eba\\u7684\\u5fc3\\u88e1\\u982d\\uff0c\\u660f\\u6697\\u7684\\u9748\\u9b42\\uff0c\\u627e\\u4e0d\\u5230\\u3001\\u8a8d\\u4e0d\\u51fa\\u5275\\u9020\\u7684\\u4e3b\\uff0c\\u800c\\u932f\\u5c0b\\u5c0d\\u8c61\\u3002\\u5373\\u4fbf\\u4e0d\\u8a8d\\u8b58\\u795e\\uff0c\\u5176\\u5c0d\\u7f8e\\u3001\\u5c0d\\u771f\\u3001\\u5c0d\\u5584\\u7684\\u6e34\\u6155\\u8207\\u8ffd\\u6c42\\uff0c\\u4ecd\\u591a\\u3001\\u5c11\\u5b58\\u65bc\\u5fc3\\uff0c\\u76f4\\u5230\\u8a8d\\u8b58\\u5275\\u9020\\u7684\\u4e3b\\uff0c\\u5404\\u4eba\\u5b8c\\u6210\\u6240\\u6210\\u5c31\\u7684\\u5de5\\uff0c\\u4eba\\u624d\\u80fd\\u6b78\\u69ae\\u8000\\u7d66\\u795e\\u3002<br \\/>\\r\\n<br \\/>\\r\\n<br \\/>\\r\\n\\u63d0\\u554f\\uff1a<br \\/>\\r\\n\\u57fa\\u65bc\\u300c\\u842c\\u7269\\u90fd\\u80fd\\u88ab\\u795e\\u4f7f\\u7528\\u300d\\uff08\\u5305\\u6db5\\u975e\\u57fa\\u7763\\u5f92\\u5ba3\\u8b1b\\u7684\\u5168\\u90e8\\u4fe1\\u606f\\uff09\\uff0c\\u5e03\\u6717\\u6240\\u5f37\\u8abf\\u300c\\u5168\\u90e8\\u300d\\u7684\\u4fe1\\u606f\\uff0c\\u662f\\u671f\\u5f85\\u57fa\\u7763\\u5f92\\u70ba\\u4e86\\u4e86\\u89e3\\uff0c\\u80fd\\u5168\\u9762\\u8046\\u807d\\uff1f\\u6216\\u6709\\u5176\\u4ed6\\u610f\\u7fa9\\uff1f<br \\/>\\r\\n<\\/div>\",\"pathnamehashes\":[],\"discussionid\":2,\"triggeredfrom\":\"forum_add_new_post\"}',1696091270,'web','73.219.6.51',2),(2292,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',3,'c',2,57,70,18,17,2,17,0,'{\"forumid\":5,\"discussion\":2}',1696091270,'web','73.219.6.51',2),(2293,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',4,'c',2,57,70,18,17,2,NULL,0,'{\"discussionid\":2,\"forumid\":5,\"forumtype\":\"single\"}',1696091270,'web','73.219.6.51',2),(2294,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',5,'r',2,57,70,18,17,2,NULL,0,'null',1696091271,'web','73.219.6.51',2),(2295,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',4,'c',2,57,70,18,17,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a<br>\\r\\n<br>\\r\\n\\u96fb\\u5f71\\uff1aThe mission<br>\\r\\n\\u662f\\u591a\\u5e74\\u524d\\u89c0\\u8cde\\u7684\\u4e00\\u90e8\\u96fb\\u5f71\\u3002<br>\\r\\n\\u4e0d\\u8ad6\\u4e3b\\u984c\\u97f3\\u6a02\\u6216\\u96fb\\u5f71\\u80cc\\u666f\\u756b\\u9762\\uff0c\\u90fd\\u7a31\\u7d55\\u7f8e\\uff0c\\u4ee4\\u4eba\\u795e\\u5f80\\uff08\\u5148\\u751f\\u9084\\u8aaa\\uff1a\\u544a\\u5225\\u5f0f\\u5c31\\u7528\\u9019\\u80cc\\u666f\\u97f3\\u6a02\\uff09\\u3002<\\/div><div class=\\\"text_to_html\\\"><b id=\\\"docs-internal-guid-9e092470-7fff-13ce-0041-849082372595\\\"><a href=\\\"https:\\/\\/youtu.be\\/lLr_6CwpG8s?si=khgYAF5wwfwldWe7\\\">https:\\/\\/youtu.be\\/lLr_6CwpG8s?si=khgYAF5wwfwldWe7<\\/a><\\/b><br>\\r\\n<br>\\r\\n\\u81f3\\u4eca\\u518d\\u56de\\u770b\\uff0c\\u4ecd\\u7136\\u5fc3\\u52d5\\u4e0d\\u5df2\\uff0c\\u96e3\\u5e73\\u606f\\u3002<br>\\r\\n\\u5370\\u8c61\\u6df1\\u523b\\u7684\\u4e0d\\u50c5\\u662f\\u8996\\u89ba\\u3001\\u807d\\u89ba\\u611f\\u5b98\\u7684\\u6df1\\u523b\\u6eff\\u8db3\\uff0c\\u96fb\\u5f71\\u60c5\\u7bc0\\u5f15\\u767c\\u7684\\u885d\\u64ca\\uff0c\\u4e5f\\u6301\\u7e8c\\u5728\\u672a\\u4f86\\u7684\\u5e74\\u6b72\\u4e2d\\u5f15\\u767c\\u6df1\\u601d\\u3002<br>\\r\\n<br>\\r\\n\\u5728\\u4e0a\\u4e3b\\u7684\\u773c\\u4e2d\\uff0c<br>\\r\\n\\u4f55\\u8005\\u70ba\\u662f\\uff1f\\u6216\\u70ba\\u975e\\uff1f<br>\\r\\n\\u54ea\\u500b\\u662f\\u7942\\u6240\\u559c\\u6085\\uff1f<br>\\r\\n\\u6211\\u5011\\u4ee5\\u70ba\\u662f\\u7684\\uff0c\\u672a\\u5fc5\\u662f\\u3002<br>\\r\\n\\u6211\\u5011\\u4e5f\\u50c5\\u53ea\\u6478\\u5230\\u795e\\u7684\\u67d0\\u4e00\\u90e8\\u4efd\\uff0c<br>\\r\\n\\u6709\\u4e00\\u5927\\u90e8\\u4efd\\uff0c\\u4ecd\\u662f\\u6211\\u5011\\u672a\\u89f8\\u53ca\\u7684\\uff0c\\u4ecd\\u7136\\u7121\\u77e5\\u3002<br>\\r\\n\\u6216\\u751a\\u81f3\\uff0c\\u6211\\u5011\\u5176\\u5be6\\u5b8c\\u5168\\u8aa4\\u89e3\\u7942\\u7684\\u5fc3\\uff01<br>\\r\\n<br>\\r\\n\\u6211\\u5011\\u539f\\u4f86\\u9019\\u9ebc\\u5fae\\u5c0f\\u3001\\u6e3a\\u5c0f<br>\\r\\n\\u552f\\u9760\\u4e0a\\u4e3b\\u7684\\u6190\\u61ab\\uff0c\\u6211\\u5011\\u80fd\\u627e\\u7ad9\\u7acb\\u3002<br>\\r\\n<br>\\r\\n<br>\\r\\n\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a<br>\\r\\n<br>\\r\\n\\u6211\\u9817\\u8a8d\\u540c\\u5e03\\u6717\\u6240\\u8a00\\uff1a\\u795e\\u80fd\\u7528\\u842c\\u4e8b\\u2500\\u2500\\u5305\\u542b\\u771f\\u7406\\u6216\\u975e\\u771f\\u7406\\u2500 \\u2500\\u4f86\\u6210\\u5c31\\u7942\\u7684\\u65e8\\u610f\\u3002<br>\\r\\n<br>\\r\\n\\u842c\\u7269\\u7686\\u51fa\\u65bc\\u795e\\uff0c\\u5373\\u4fbf\\u4e0d\\u8a8d\\u8b58\\u795e\\u7684\\u4eba\\uff0c\\u4e5f\\u5728\\u53d7\\u9020\\u4e4b\\u521d\\uff0c\\u4ee5\\u795e\\u5f62\\u8c61\\u53d7\\u9020\\u3002\\u4e5f\\u651c\\u5e36\\u6709\\u795e\\u7684\\u672c\\u8cea\\uff0c\\u56e0\\u6b64\\uff0c\\u5373\\u4fbf\\u4e0d\\u5728\\u57fa\\u7763\\u5f92\\u793e\\u7fa4\\uff0c\\u4e5f\\u80fd\\u6709\\u76f8\\u4f3c\\u7684\\u5275\\u4f5c\\u6210\\u54c1\\u3002\\u53ea\\u662f\\uff0c\\u4e0d\\u8b58\\u795e\\u7684\\u9748\\u660f\\u6697\\u4e86\\uff0c\\u4e0d\\u80fd\\u6b78\\u69ae\\u8000\\u7d66\\u5275\\u9020\\u7684\\u795e\\u3002<br>\\r\\n\\u795e\\u628a\\u6c38\\u751f\\u5b89\\u7f6e\\u5728\\u4eba\\u7684\\u5fc3\\u88e1\\u982d\\uff0c\\u660f\\u6697\\u7684\\u9748\\u9b42\\uff0c\\u627e\\u4e0d\\u5230\\u3001\\u8a8d\\u4e0d\\u51fa\\u5275\\u9020\\u7684\\u4e3b\\uff0c\\u800c\\u932f\\u5c0b\\u5c0d\\u8c61\\u3002\\u5373\\u4fbf\\u4e0d\\u8a8d\\u8b58\\u795e\\uff0c\\u5176\\u5c0d\\u7f8e\\u3001\\u5c0d\\u771f\\u3001\\u5c0d\\u5584\\u7684\\u6e34\\u6155\\u8207\\u8ffd\\u6c42\\uff0c\\u4ecd\\u591a\\u3001\\u5c11\\u5b58\\u65bc\\u5fc3\\uff0c\\u76f4\\u5230\\u8a8d\\u8b58\\u5275\\u9020\\u7684\\u4e3b\\uff0c\\u5404\\u4eba\\u5b8c\\u6210\\u6240\\u6210\\u5c31\\u7684\\u5de5\\uff0c\\u4eba\\u624d\\u80fd\\u6b78\\u69ae\\u8000\\u7d66\\u795e\\u3002<br>\\r\\n<br>\\r\\n<br>\\r\\n\\u63d0\\u554f\\uff1a<br>\\r\\n\\u57fa\\u65bc\\u300c\\u842c\\u7269\\u90fd\\u80fd\\u88ab\\u795e\\u4f7f\\u7528\\u300d\\uff08\\u5305\\u6db5\\u975e\\u57fa\\u7763\\u5f92\\u5ba3\\u8b1b\\u7684\\u5168\\u90e8\\u4fe1\\u606f\\uff09\\uff0c\\u5e03\\u6717\\u6240\\u5f37\\u8abf\\u300c\\u5168\\u90e8\\u300d\\u7684\\u4fe1\\u606f\\uff0c\\u662f\\u671f\\u5f85\\u57fa\\u7763\\u5f92\\u70ba\\u4e86\\u4e86\\u89e3\\uff0c\\u80fd\\u5168\\u9762\\u8046\\u807d\\uff1f\\u6216\\u6709\\u5176\\u4ed6\\u610f\\u7fa9\\uff1f<br>\\r\\n<\\/div>\",\"pathnamehashes\":[],\"discussionid\":\"2\",\"triggeredfrom\":\"forum_update_post\"}',1696091294,'web','73.219.6.51',2),(2296,'\\mod_forum\\event\\post_updated','mod_forum','updated','post','forum_posts',4,'u',2,57,70,18,17,2,17,0,'{\"discussionid\":2,\"forumid\":5,\"forumtype\":\"single\"}',1696091294,'web','73.219.6.51',2),(2297,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',5,'r',2,57,70,18,17,2,NULL,0,'null',1696091295,'web','73.219.6.51',2),(2298,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',23,'r',0,53,30,23,17,0,23,0,'null',1696091328,'web','73.219.6.51',2),(2299,'\\core\\event\\user_loggedout','core','loggedout','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"sessionid\":\"49d937r0t4uiq7s31okr2qncl6\"}',1696091335,'web','73.219.6.51',NULL),(2300,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1696091339,'web','73.219.6.51',NULL),(2301,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1696091339,'web','73.219.6.51',NULL),(2302,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',1,'r',0,2,50,1,2,1,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u795e\\u5b78Moodle\",\"coursefullname\":\"\\u85dd\\u8853\\u795e\\u5b78Moodle\"}',1696091342,'web','73.219.6.51',NULL),(2303,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',23,'r',0,53,30,23,2,0,23,0,'null',1696091345,'web','73.219.6.51',NULL),(2304,'\\core\\event\\user_loggedinas','core','loggedinas','user','user',2,'r',0,1,10,0,2,0,23,0,'{\"originalusername\":\"\\u8ab2\\u7a0b\\u7ba1\\u7406\\u54e1 Admin\",\"loggedinasusername\":\"\\u674e \\u6dd1\\u82ac\"}',1696091346,'web','73.219.6.51',2),(2305,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1696091348,'web','73.219.6.51',2),(2306,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1696091350,'web','73.219.6.51',2),(2307,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',5,'r',2,57,70,18,23,2,NULL,0,'null',1696091352,'web','73.219.6.51',2),(2308,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',5,'c',2,57,70,18,23,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u770b\\u5b8c\\u77ed\\u6587\\u300a\\u5206\\u8fa8\\u5967\\u79d8\\u300b\\uff0c\\uff08\\u770b\\u4e86\\u4e09\\u904d\\uff09\\u5f88\\u6709\\u6536\\u7372\\uff0c\\u6587\\u7ae0\\u4e2d\\u63d0\\u5230\\u7684\\u5f88\\u591a\\u6982\\u5ff5\\u6216\\u5f71\\u7247\\u4e0d\\u592a\\u4e86\\u89e3\\uff0c\\u9084\\u662f\\u5f88\\u6709\\u5e6b\\u52a9\\uff01\\u6587\\u4e2d\\u63d0\\u5230\\u201c\\u89c0\\u5f71\\u4e4b\\u5c6c\\u9748\\u7d93\\u9a57\\u201d\\u7684\\u8abf\\u67e5\\uff0c\\u201c\\u63a2\\u7d22\\u8a0e\\u8ad6\\u89c0\\u5f71\\u4e4b\\u5c6c\\u9748\\u9762\\u5411\\u201d\\uff0c\\u4ee5\\u53ca\\u5c0d\\u201c\\u4e0d\\u4fe1\\u795e\\u7684\\u4eba\\u201d\\u5275\\u4f5c\\u51fa\\u7684\\u597d\\u4f5c\\u54c1\\u6216\\u53cd\\u61c9\\u51fa\\u7684\\u201c\\u771f\\u5584\\u7f8e\\u201d\\u7684\\u8a8d\\u8b58\\uff0c\\u5c0d\\u6211\\u4f86\\u8aaa\\u90fd\\u662f\\u5f88\\u65b0\\u7a4e\\u7684\\u89c0\\u9ede\\uff0c\\u57fa\\u7763\\u5f92\\u4f5c\\u5bb6\\uff0c\\u85dd\\u8853\\u5bb6\\u4f5c\\u54c1\\u80fd\\u50b3\\u9054\\u201c\\u795e\\u7684\\u5275\\u9020\\u3001\\u611b\\u548c\\u6551\\u8d16\\u201d\\uff0c\\u6c92\\u6709\\u60f3\\u904e\\u201c\\u4e0d\\u8a8d\\u8b58\\u795e\\u7684\\u4eba\\u201d\\u7684\\u4f5c\\u54c1\\uff0c\\u4e5f\\u80fd\\u70ba\\u795e\\u6240\\u7528\\uff01<br \\/>\\n\\u62b1\\u8457\\u597d\\u5947\\u7684\\u5fc3\\u614b\\u5831\\u4e86\\u6b64\\u8ab2\\u7a0b\\uff0c\\u7b2c\\u4e00\\u6b21\\u63a5\\u89f8\\u96fb\\u5f71\\u85dd\\u8853\\u7684\\u5c6c\\u9748\\u63a2\\u8a0e\\uff0c\\u5f88\\u559c\\u6085\\uff0c\\u76fc\\u671b\\u66f4\\u591a\\u8a8d\\u8b58\\u96fb\\u5f71\\u85dd\\u8853\\uff01<\\/div>\",\"pathnamehashes\":[],\"discussionid\":2,\"triggeredfrom\":\"forum_add_new_post\"}',1696091363,'web','73.219.6.51',2),(2309,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',5,'c',2,57,70,18,23,2,NULL,0,'{\"discussionid\":2,\"forumid\":5,\"forumtype\":\"single\"}',1696091363,'web','73.219.6.51',2),(2310,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',4,'c',2,57,70,18,23,2,23,0,'{\"forumid\":5,\"discussion\":2}',1696091363,'web','73.219.6.51',2),(2311,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',5,'r',2,57,70,18,23,2,NULL,0,'null',1696091364,'web','73.219.6.51',2),(2312,'\\core\\event\\user_loggedout','core','loggedout','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"sessionid\":\"99bov0oka5gl12153g2udvb1h0\"}',1696091377,'web','73.219.6.51',NULL),(2313,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1696091380,'web','73.219.6.51',NULL),(2314,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696091380,'web','73.219.6.51',NULL),(2315,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,2,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696091382,'web','73.219.6.51',NULL),(2316,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',12,'r',0,16,50,2,2,2,12,0,'{\"courseid\":\"2\",\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696091387,'web','73.219.6.51',NULL),(2317,'\\core\\event\\user_loggedinas','core','loggedinas','user','user',2,'r',0,1,10,0,2,0,12,0,'{\"originalusername\":\"\\u8ab2\\u7a0b\\u7ba1\\u7406\\u54e1 Admin\",\"loggedinasusername\":\"\\u80e1 \\u5be7\"}',1696091391,'web','73.219.6.51',2),(2318,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1696091393,'web','73.219.6.51',2),(2319,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',5,'r',2,57,70,18,12,2,NULL,0,'null',1696091395,'web','73.219.6.51',2),(2320,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',6,'c',2,57,70,18,12,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a\\u6211\\u5370\\u8c61\\u6df1\\u523b\\u7684\\u4e00\\u4ef6\\u827a\\u672f\\u54c1\\uff1a\\u7535\\u5f71\\u300aEvan Almighty\\u300b<br \\/>\\n\\u8fd9\\u90e8\\u7535\\u5f71\\u8bb2\\u8ff0\\u4e00\\u540d\\u65b0\\u5f53\\u9009\\u7684\\u8bae\\u5458\\uff0c\\u5e26\\u7740\\u6539\\u53d8\\u4e16\\u754c\\u7684\\u68a6\\u60f3\\u6b23\\u7136\\u5c65\\u65b0\\u3002\\u6765\\u5230\\u8bae\\u4f1a\\u4ee5\\u540e\\u624d\\u53d1\\u73b0\\uff0c\\u8fd9\\u91cc\\u539f\\u6765\\u4e5f\\u62c9\\u5e2e\\u7ed3\\u6d3e\\u3002\\u6709\\u4e00\\u4e2a\\u52bf\\u529b\\u5f88\\u5927\\u7684\\u6d3e\\u522b\\u6781\\u529b\\u62c9\\u62e2\\u4ed6\\uff0c\\u8ba9\\u4ed6\\u53d7\\u5ba0\\u82e5\\u60ca\\u3002\\u7ecf\\u8fc7\\u63a5\\u89e6\\uff0c\\u4ed6\\u89c9\\u5f97\\u8fd9\\u4e2a\\u6d3e\\u522b\\u53ef\\u80fd\\u5728\\u4ee5\\u516c\\u8c0b\\u79c1\\u3002\\u4f46\\u662f\\u4e3a\\u7740\\u68a6\\u60f3\\uff0c\\u4ed6\\u6e10\\u6e10\\u5f00\\u59cb\\u653e\\u5f03\\u539f\\u5219\\u3002\\u4f46\\u5c31\\u5728\\u8fd9\\u65f6\\uff0c\\u4ed6\\u5f00\\u59cb\\u6536\\u5230\\u4e00\\u4e9b\\u5947\\u602a\\u7684\\u90ae\\u5305\\uff0c\\u91cc\\u9762\\u662f\\u9020\\u8239\\u7684\\u6750\\u6599\\u3002\\u4e0a\\u5e1d\\u5411\\u4ed6\\u663e\\u73b0\\uff0c\\u544a\\u8bc9\\u4ed6\\u81ea\\u5df1\\u4e5f\\u60f3\\u6539\\u53d8\\u4e16\\u754c\\uff0c\\u6240\\u4ee5\\u8ba9\\u4ed6\\u9020\\u4e00\\u5ea7\\u65b9\\u821f\\u3002\\u4ed6\\u5f53\\u7136\\u4e0d\\u4fe1\\uff0c\\u4f46\\u968f\\u540e\\u4ed6\\u7684\\u5934\\u53d1\\u80e1\\u5b50\\u5f00\\u59cb\\u75af\\u957f\\uff0c\\u600e\\u4e48\\u4e5f\\u522e\\u4e0d\\u51c0\\uff0c\\u53c8\\u6709\\u5404\\u79cd\\u5927\\u5927\\u5c0f\\u5c0f\\u7684\\u52a8\\u7269\\u805a\\u96c6\\u5230\\u4ed6\\u7684\\u5bb6\\u91cc\\u3002\\u6700\\u540e\\u4ed6\\u53ea\\u597d\\u987a\\u670d\\u4e0a\\u5e1d\\u9020\\u6210\\u4e86\\u65b9\\u821f\\uff0c\\u800c\\u4e0a\\u5e1d\\u85c9\\u7740\\u4e00\\u573a\\u5c0f\\u89c4\\u6a21\\u7684\\u6d2a\\u6c34\\u63ed\\u9732\\u4e86\\u62c9\\u62e2\\u4ed6\\u7684\\u6d3e\\u522b\\u5934\\u76ee\\u8d2a\\u6c61\\u516c\\u6b3e\\u7684\\u4e8b\\u5b9e\\u3002<br \\/>\\n\\u6211\\u559c\\u6b22\\u8fd9\\u90e8\\u7535\\u5f71\\uff0c\\u56e0\\u4e3a\\u5b83\\u7528\\u4e00\\u79cd\\u6d3b\\u6cfc\\u975e\\u8bf4\\u6559\\u7684\\u65b9\\u5f0f\\u8bb2\\u8ff0\\u5723\\u7ecf\\u6545\\u4e8b\\uff0c\\u8ba9\\u6211\\u80fd\\u591f\\u5c06\\u5723\\u7ecf\\u6545\\u4e8b\\u4e0e\\u73b0\\u4ee3\\u751f\\u6d3b\\u8054\\u7cfb\\u8d77\\u6765\\u3002\\u5b83\\u8ba9\\u6211\\u60f3\\u5230\\uff0c\\u5728\\u5723\\u7ecf\\u8bb0\\u8f7d\\u7684\\u90a3\\u4e9b\\u5927\\u7684\\u5386\\u53f2\\u4e8b\\u4ef6\\u4e2d\\uff0c\\u6bcf\\u4e2a\\u666e\\u901a\\u4eba\\u90fd\\u4ee5\\u81ea\\u5df1\\u7684\\u65b9\\u5f0f\\u8eab\\u5904\\u5176\\u4e2d\\uff0c\\u5e76\\u505a\\u51fa\\u81ea\\u5df1\\u7684\\u9009\\u62e9\\u3002\\u800c\\u8fd9\\u4e9b\\u9009\\u62e9\\u662f\\u6211\\u4eec\\u4eca\\u5929\\u4e5f\\u5728\\u4e0d\\u65ad\\u505a\\u51fa\\u7684\\u3002<br \\/>\\n\\u4f5c\\u4e3a\\u4e00\\u90e8\\u4e16\\u4fd7\\u7535\\u5f71\\uff0c\\u5b83\\u5728\\u795e\\u5b66\\u4e0a\\u4e0d\\u80fd\\u5b8c\\u5168\\u7ad9\\u5f97\\u4f4f\\u811a\\u3002\\u4f46\\u662f\\u56e0\\u4e3a\\u4ee5\\u5723\\u7ecf\\u5143\\u7d20\\u4e3a\\u6846\\u67b6\\uff0c\\u6240\\u4ee5\\u5b83\\u4e5f\\u5f88\\u597d\\u7684\\u8be0\\u91ca\\u4e86\\u4e00\\u4e9b\\u4fe1\\u4ef0\\u7684\\u539f\\u5219\\u3002\\u6bd4\\u5982\\uff1a\\u575a\\u6301\\u4fe1\\u4ef0\\u4f1a\\u906d\\u5230\\u4e16\\u4eba\\u7684\\u538c\\u6076\\uff0c\\u5f53\\u4e3b\\u4eba\\u516c\\u6295\\u5165\\u5efa\\u9020\\u65b9\\u821f\\u7684\\u5de5\\u4f5c\\u65f6\\uff0c\\u4ed6\\u7684\\u52a9\\u624b\\u548c\\u62c9\\u62e2\\u4ed6\\u7684\\u8bae\\u957f\\u90fd\\u89c9\\u5f97\\u4ed6\\u4e0d\\u53ef\\u7406\\u55bb\\uff0c\\u800c\\u4e14\\u4ed6\\u7684\\u957f\\u5934\\u53d1\\u5927\\u80e1\\u5b50\\u4e5f\\u8ba9\\u4ed6\\u5b8c\\u5168\\u5931\\u53bb\\u4e86\\u53c2\\u52a0\\u8bae\\u4f1a\\u7684\\u6070\\u5f53\\u5f62\\u8c61\\u3002\\u5b83\\u8ba9\\u6211\\u770b\\u5230\\u4eba\\u4eec\\u9762\\u5bf9\\u4e0d\\u5f97\\u4e0d\\u4fe1\\u7684\\u795e\\u8ff9\\u65f6\\u6709\\u5404\\u79cd\\u5404\\u6837\\u7684\\u53cd\\u5e94\\uff0c\\u548c\\u798f\\u97f3\\u4e66\\u91cc\\u5199\\u7684\\u4e00\\u6837\\u3002\\u7535\\u5f71\\u91cc\\u4e0a\\u5e1d\\u7a81\\u7136\\u51fa\\u73b0\\u5728\\u4e3b\\u4eba\\u516c\\u8eab\\u8fb9\\u4e00\\u8d77\\u6717\\u8bf5\\u8a93\\u8bcd\\u7684\\u955c\\u5934\\uff0c\\u4e5f\\u8ba9\\u6211\\u60f3\\u5230\\u6211\\u4eec\\u5f88\\u591a\\u65f6\\u5019\\u5fd8\\u4e86\\u81ea\\u5df1\\u7684\\u521d\\u5fc3\\uff0c\\u867d\\u7136\\u53cd\\u590d\\u5ff5\\u8bf5\\u51a0\\u5195\\u5802\\u7687\\u7684\\u8a00\\u8bed\\u5374\\u6ca6\\u4e3a\\u5f62\\u5f0f\\u3002\\u4f46\\u662f\\u5b83\\u8ba9\\u6211\\u770b\\u5230\\u4e0a\\u5e1d\\u505a\\u4e8b\\u7684\\u65b9\\u5f0f\\uff1a\\u7eb5\\u7136\\u4ed6\\u6240\\u62e3\\u9009\\u7684\\u4eba\\u50cf\\u7ea6\\u62ff\\u90a3\\u6837\\u4e0d\\u613f\\u610f\\u987a\\u670d\\uff0c\\u4ed6\\u4e5f\\u4e00\\u5b9a\\u6709\\u529e\\u6cd5\\u8ba9\\u90a3\\u4eba\\u5c31\\u8303\\u3002\\u56e0\\u6b64\\uff0c\\u6211\\u4eec\\u7684\\u76fc\\u671b\\u5c31\\u5728\\u4e8e\\u4e0a\\u5e1d\\u7684\\u4e3b\\u6743\\u7edd\\u4e0d\\u4f1a\\u5931\\u8d25\\uff0c\\u4ed6\\u4f1a\\u5f15\\u5bfc\\u6211\\u4eec\\u7684\\u811a\\u6b65\\u8d70\\u5230\\u4e49\\u7684\\u8def\\u4e0a\\u3002<br \\/>\\n <br \\/>\\n\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a\\u95b1\\u8b80\\u3008\\u5206\\u8fa8\\u5967\\u79d8\\u3009\\u7684\\u56de\\u61c9<br \\/>\\n\\u6211\\u9009\\u62e9\\u4e00\\u90e8\\u7535\\u5f71\\u4f5c\\u4e3a\\u7b2c\\u4e00\\u90e8\\u5206\\u7684\\u4f5c\\u4e1a\\uff0c\\u53ef\\u4ee5\\u8bf4\\u8ddf\\u8001\\u5e08\\u4e0d\\u8c0b\\u800c\\u5408\\uff08\\u6211\\u5f00\\u59cb\\u5199\\u4f5c\\u4e1a\\u65f6\\u8fd8\\u6ca1\\u6709\\u770b\\u89c1\\u8fd9\\u7bc7\\u77ed\\u6587\\uff09\\u3002\\u6211\\u4e00\\u76f4\\u60f3\\u505a\\u4e00\\u9879\\u4e8b\\u5de5\\uff0c\\u5c31\\u662f\\u4ece\\u5c5e\\u7075\\u89d2\\u5ea6\\u5206\\u4eab\\u4e00\\u4e9b\\u7535\\u5f71\\u7684\\u5f71\\u8bc4\\u3002\\u6211\\u60f3\\u660e\\u767d\\u7684\\u662f\\uff1a\\u4e3a\\u4ec0\\u4e48\\u4e0a\\u5e1d\\u7ed9\\u5f88\\u591a\\u4e0d\\u4fe1\\u4e3b\\u7684\\u827a\\u672f\\u5bb6\\uff0c\\u6bd4\\u4e3b\\u5185\\u827a\\u672f\\u5bb6\\u66f4\\u7f8e\\u66f4\\u6df1\\u523b\\u7684\\u6d1e\\u89c1\\uff1f\\u8fd9\\u6837\\u4f1a\\u4e0d\\u4f1a\\u8ba9\\u4eba\\u89c9\\u5f97\\u6709\\u8fd9\\u4e9b\\u827a\\u672f\\u54c1\\u672c\\u8eab\\u5c31\\u8db3\\u591f\\u4e86\\uff0c\\u4ece\\u800c\\u963b\\u788d\\u4eba\\u4eec\\u8ba4\\u8bc6\\u795e\\uff1f\\u6bd5\\u7adf\\u6211\\u4eec\\u770b\\u4e00\\u90e8\\u7535\\u5f71\\u89c9\\u5f97\\u597d\\uff0c\\u4e0d\\u4f1a\\u60f3\\u8981\\u53bb\\u8ba4\\u8bc6\\u7535\\u5f71\\u7684\\u5bfc\\u6f14\\u548c\\u5236\\u7247\\u4eba\\u3002\\u5927\\u591a\\u6570\\u4eba\\u9700\\u8981\\u7684\\u4e5f\\u4ec5\\u4ec5\\u662f\\u6587\\u5316\\u4e2d\\u7684\\u771f\\u5584\\u7f8e\\uff0c\\u800c\\u4e0d\\u60f3\\u8ba4\\u8bc6\\u5b83\\u4eec\\u7684\\u6e90\\u5934\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":2,\"triggeredfrom\":\"forum_add_new_post\"}',1696091406,'web','73.219.6.51',2),(2321,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',6,'c',2,57,70,18,12,2,NULL,0,'{\"discussionid\":2,\"forumid\":5,\"forumtype\":\"single\"}',1696091406,'web','73.219.6.51',2),(2322,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',5,'c',2,57,70,18,12,2,12,0,'{\"forumid\":5,\"discussion\":2}',1696091406,'web','73.219.6.51',2),(2323,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',5,'r',2,57,70,18,12,2,NULL,0,'null',1696091406,'web','73.219.6.51',2),(2324,'\\core\\event\\user_loggedout','core','loggedout','user','user',12,'r',0,1,10,0,12,0,NULL,0,'{\"sessionid\":\"37q0ukdqh0e8rialljja4oe322\"}',1696091413,'web','73.219.6.51',NULL),(2325,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1696091417,'web','73.219.6.51',NULL),(2326,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696091417,'web','73.219.6.51',NULL),(2327,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,2,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696091419,'web','73.219.6.51',NULL),(2328,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',14,'r',0,16,50,2,2,2,14,0,'{\"courseid\":\"2\",\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696091424,'web','73.219.6.51',NULL),(2329,'\\core\\event\\user_loggedinas','core','loggedinas','user','user',2,'r',0,1,10,0,2,0,14,0,'{\"originalusername\":\"\\u8ab2\\u7a0b\\u7ba1\\u7406\\u54e1 Admin\",\"loggedinasusername\":\"\\u8521 \\u5a9b\\u840d\"}',1696091426,'web','73.219.6.51',2),(2330,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1696091427,'web','73.219.6.51',2),(2331,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,16,50,2,14,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1696091428,'web','73.219.6.51',2),(2332,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',5,'r',2,57,70,18,14,2,NULL,0,'null',1696091436,'web','73.219.6.51',2),(2333,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',7,'c',2,57,70,18,14,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a<br \\/>\\n \\u516c\\u5171\\u85dd\\u8853\\u2014\\u5f69\\u8679\\u4e4b\\u7d04<br \\/>\\n <br \\/>\\n \\u85dd\\u8853\\u54c1\\u53ca\\u5275\\u4f5c\\u8005<br \\/>\\n\\u6c34\\u571f\\u4fdd\\u6301\\u5c40\\u59d4\\u8a17\\u85dd\\u8853\\u5bb6\\u674e\\u570b\\u5609\\u8001\\u5e2b\\u5275\\u4f5c\\u516c\\u5171\\u85dd\\u8853\\u88dd\\u7f6e\\u3008\\u5f69\\u8679\\u4e4b\\u7d04\\u3009\\u3002<br \\/>\\n\\u5916\\u89c0\\u8a2d\\u8a08<br \\/>\\n\\u4ee5\\u4f4d\\u5728\\u65b0\\u5e97\\u6c34\\u4fdd\\u5c40\\u4e00\\u68df\\u5efa\\u7bc9\\u7269\\u7684\\u7246\\u9762\\u70ba\\u5927\\u5730\\uff0c\\u7a97\\u6236\\u70ba\\u8fb2\\u7530\\uff0c\\u7a97\\u6236\\u4e4b\\u9593\\u7684\\u7dda\\u689d\\u5982\\u540c\\u6e20\\u9053\\uff0c\\u4e0d\\u540c\\u984f\\u8272\\u7684\\u71c8\\u5149\\u7dda\\u689d\\u5982\\u540c\\u6c34\\u6d41\\u5f9e\\u4e0a\\u6d41\\u6dcc\\u800c\\u4e0b\\uff0c\\u704c\\u6e89\\u6ecb\\u6f64\\u8457\\u7530\\u5730\\uff0c\\u5982\\u540c\\u5f69\\u8679\\u51fa\\u4f86\\u7684\\u6642\\u5019\\uff0c\\u4ee3\\u8868\\u96e8\\u5f8c\\u7684\\u967d\\u5149\\u4e4d\\u73fe\\u7167\\u8000\\uff0c\\u5e36\\u7d66\\u5927\\u5730\\u65b0\\u7684\\u751f\\u6a5f\\u53ca\\u5e0c\\u671b\\u3002<br \\/>\\n\\u8cde\\u6790<br \\/>\\n\\u900f\\u904e\\u516c\\u5171\\u85dd\\u8853\\u5c55\\u793a\\u51fa\\u6a5f\\u95dc\\u7684\\u696d\\u52d9\\u7279\\u8272\\u548c\\u4f7f\\u547d\\u611f,\\u4e26\\u50b3\\u9054\\u8056\\u7d93\\u4e2d\\u5f69\\u8679\\u4e4b\\u7d04\\u7684\\u61c9\\u8a31\\u3002<br \\/>\\n<br \\/>\\n<br \\/>\\n\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a<br \\/>\\n\\u554f\\u984c<br \\/>\\nl \\u7b2c2-3\\u9801\\u300c\\u5f9e\\u4ee4\\u4eba\\u9a5a\\u8a1d\\u7684\\u6e90\\u982d\\u8046\\u807d\\u795e\\u300d\\u63d0\\u53ca\\u300c\\u5e03\\u6717\\u8aaa\\uff0c\\u904e\\u53bb\\u6578\\u767e\\u5e74\\u4f86\\uff0c\\u57fa\\u7763\\u6559\\u795e\\u5b78\\u5bb6\\u91dd\\u5c0d\\u9019\\u500b\\u554f\\u984c\\u63d0\\u51fa\\u4e86\\u4e09\\u7a2e\\u7b54\\u6848\\u3002\\u300d\\u5176\\u4e2d\\u7b2c\\u4e00\\u7a2e\\u770b\\u6cd5\\u3001\\u7b2c\\u4e8c\\u7a2e\\u770b\\u6cd5\\u597d\\u50cf\\u6bd4\\u8f03\\u591a\\u57fa\\u7763\\u5f92\\u652f\\u6301\\uff0c\\u7b2c\\u4e09\\u7a2e\\u770b\\u6cd5\\u597d\\u50cf\\u5f88\\u96e3\\u88ab\\u57fa\\u7763\\u5f92\\u652f\\u6301\\u3002\\u4f46\\u4ee5\\u6211\\u500b\\u4eba\\u800c\\u8a00,\\u5b8c\\u5168\\u652f\\u6301\\u7b2c\\u4e09\\u7a2e\\u770b\\u6cd5\\uff0c\\u800c\\u4e14\\u76f8\\u4fe1\\u6709\\u8b80\\u7d93\\u79b1\\u544a\\u7684\\u57fa\\u7763\\u5f92\\u4e5f\\u90fd\\u6703\\u652f\\u6301\\u7b2c\\u4e09\\u7a2e\\u770b\\u6cd5\\u3002\\u8207\\u5e03\\u6717\\u6240\\u8a00,\\u524d\\u5169\\u7a2e\\u770b\\u6cd5\\u7372\\u5f97\\u8f03\\u591a\\u57fa\\u7763\\u5f92\\u652f\\u6301,\\u7b2c\\u4e09\\u7a2e\\u770b\\u6cd5\\u300c\\u57fa\\u7763\\u5f92\\u5fc5\\u9808\\u627f\\u8a8d\\u300d\\u7684\\u6558\\u8ff0\\u5927\\u4e0d\\u540c\\u3002\\u9019\\u4e9b\\u57fa\\u7763\\u6559\\u795e\\u5b78\\u5bb6\\u53ef\\u80fd\\u4e0d\\u662f\\u57fa\\u7763\\u5f92,\\u6240\\u8abf\\u67e5\\u7684\\u57fa\\u7763\\u5f92\\u53ef\\u80fd\\u662f\\u5ee3\\u7fa9\\u7684\\u57fa\\u7763\\u5f92\\u3002<br \\/>\\nl \\u4f55\\u8b02\\u8d85\\u9a57\\u4e4b\\u5143\\u7d20(transcendentals)? \\u8207\\u771f\\u3001\\u5584\\u3001\\u7f8e\\u6709\\u4f55\\u95dc\\u4fc2?<br \\/>\\nl \\u6839\\u64da\\u5f922:38,\\u8981\\u6094\\u6539\\u53d7\\u6d17\\u624d\\u80fd\\u9818\\u53d7\\u8056\\u9748(\\u7f85\\u99ac\\u66f8,\\u52a0\\u62c9\\u592a\\u66f8\\u4ea6\\u6709\\u6559\\u5c0e)\\uff0c\\u6545\\u7b2c6\\u9801\\u63d0\\u5230\\u300c\\u8056\\u7d93\\u4e2d\\u6709\\u8a31\\u591a\\u8056\\u9748\\u5728\\u4fe1\\u4ef0\\u7fa4\\u9ad4\\u4ee5\\u5916\\u5de5\\u4f5c\\u7684\\u4f8b\\u8b49\\u300d\\u4e0d\\u7121\\u7591\\u616e\\u3002\\u795e\\u7d93\\u5e38\\u900f\\u904e\\u5916\\u90a6\\u4eba(\\u975e\\u57fa\\u7763\\u5f92)\\u4f86\\u5b8c\\u6210\\u7942\\u7684\\u8a08\\u756b\\uff0c\\u795e\\u4e5f\\u4f7f\\u7528\\u5916\\u90a6\\u4eba\\u4f86\\u5c0d\\u6211\\u5011\\u8aaa\\u8a71,\\u4f46\\u4e0d\\u4ee3\\u8868\\u8056\\u9748\\u5728\\u4fe1\\u4ef0\\u7fa4\\u9ad4\\u4ee5\\u5916\\u5de5\\u4f5c\\u3002\\u5c0d\\u7b2c6-7\\u9801\\u7684\\u4f8b\\u8b49\\u548c\\u63a8\\u8ad6\\u4e0d\\u78ba\\u5b9a\\u3002<br \\/>\\n \\u5fc3\\u5f97<br \\/>\\nl \\u795e\\u5275\\u9020\\u842c\\u6709\\u3001\\u8abf\\u5ea6\\u842c\\u6709\\uff0c\\u795e\\u4f7f\\u7528\\u57fa\\u7763\\u5f92\\u3001\\u4e5f\\u4f7f\\u7528\\u975e\\u57fa\\u7763\\u5f92\\u3002\\u6211\\u5011\\u61c9\\u8a72\\u5584\\u7528\\u5404\\u6a23\\u5a92\\u9ad4\\u53ca\\u85dd\\u8853\\u5275\\u4f5c\\u65b9\\u5f0f\\uff0c\\u7528\\u958b\\u653e\\u7684\\u5fc3\\u614b\\u63a5\\u53d7\\u4e0d\\u540c\\u7a2e\\u65cf\\u53ca\\u4fe1\\u4ef0\\u7684\\u85dd\\u8853\\u5bb6\\u4f5c\\u54c1\\uff0c\\u4f86\\u70ba\\u795e\\u6548\\u529b\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":2,\"triggeredfrom\":\"forum_add_new_post\"}',1696091448,'web','73.219.6.51',2),(2334,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',7,'c',2,57,70,18,14,2,NULL,0,'{\"discussionid\":2,\"forumid\":5,\"forumtype\":\"single\"}',1696091448,'web','73.219.6.51',2),(2335,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',6,'c',2,57,70,18,14,2,14,0,'{\"forumid\":5,\"discussion\":2}',1696091448,'web','73.219.6.51',2),(2336,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',5,'r',2,57,70,18,14,2,NULL,0,'null',1696091448,'web','73.219.6.51',2),(2337,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,14,0,NULL,0,'null',1696091467,'web','73.219.6.51',2),(2338,'\\core\\event\\user_loggedout','core','loggedout','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"sessionid\":\"dblom3ed0iksmi7cmpaa13jvdf\"}',1696091473,'web','73.219.6.51',NULL),(2339,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1696091476,'web','73.219.6.51',NULL),(2340,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1696091476,'web','73.219.6.51',NULL),(2341,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696091478,'web','73.219.6.51',NULL),(2342,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696091479,'web','73.219.6.51',NULL),(2343,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696091487,'web','73.219.6.51',NULL),(2344,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696091491,'web','73.219.6.51',NULL),(2345,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696091496,'web','73.219.6.51',NULL),(2346,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696091531,'web','73.219.6.51',NULL),(2347,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',5,'c',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1696091595,'web','73.219.6.51',NULL),(2348,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1696091595,'web','73.219.6.51',NULL),(2349,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1696091595,'web','73.219.6.51',NULL),(2350,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1696091595,'web','73.219.6.51',NULL),(2351,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',4,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\",\"itemtype\":\"mod\",\"itemmodule\":\"lesson\"}',1696091596,'web','73.219.6.51',NULL),(2352,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1696091596,'web','73.219.6.51',NULL),(2353,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1696091596,'web','73.219.6.51',NULL),(2354,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',4,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\",\"itemtype\":\"mod\",\"itemmodule\":\"lesson\"}',1696091622,'web','73.219.6.51',NULL),(2355,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1696091622,'web','73.219.6.51',NULL),(2356,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',5,'r',2,57,70,18,2,2,NULL,0,'null',1696092386,'web','73.219.6.51',NULL),(2357,'\\mod_forum\\event\\post_deleted','mod_forum','deleted','post','forum_posts',4,'d',0,57,70,18,2,2,17,0,'{\"discussionid\":2,\"forumid\":5,\"forumtype\":\"single\"}',1696092391,'web','73.219.6.51',NULL),(2358,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',5,'r',2,57,70,18,2,2,NULL,0,'null',1696092391,'web','73.219.6.51',NULL),(2359,'\\mod_forum\\event\\post_deleted','mod_forum','deleted','post','forum_posts',5,'d',0,57,70,18,2,2,23,0,'{\"discussionid\":2,\"forumid\":5,\"forumtype\":\"single\"}',1696092395,'web','73.219.6.51',NULL),(2360,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',5,'r',2,57,70,18,2,2,NULL,0,'null',1696092395,'web','73.219.6.51',NULL),(2361,'\\mod_forum\\event\\post_deleted','mod_forum','deleted','post','forum_posts',6,'d',0,57,70,18,2,2,12,0,'{\"discussionid\":2,\"forumid\":5,\"forumtype\":\"single\"}',1696092399,'web','73.219.6.51',NULL),(2362,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',5,'r',2,57,70,18,2,2,NULL,0,'null',1696092399,'web','73.219.6.51',NULL),(2363,'\\mod_forum\\event\\post_deleted','mod_forum','deleted','post','forum_posts',7,'d',0,57,70,18,2,2,14,0,'{\"discussionid\":2,\"forumid\":5,\"forumtype\":\"single\"}',1696092402,'web','73.219.6.51',NULL),(2364,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',5,'r',2,57,70,18,2,2,NULL,0,'null',1696092402,'web','73.219.6.51',NULL),(2365,'\\report_loglive\\event\\report_viewed','report_loglive','viewed','report',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1696092555,'web','73.219.6.51',NULL),(2366,'\\report_loglive\\event\\report_viewed','report_loglive','viewed','report',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1696092569,'web','73.219.6.51',NULL),(2367,'\\report_loglive\\event\\report_viewed','report_loglive','viewed','report',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1696092574,'web','73.219.6.51',NULL),(2368,'\\report_log\\event\\report_viewed','report_log','viewed','report',NULL,NULL,'r',0,1,10,0,2,0,0,0,'{\"groupid\":0,\"date\":0,\"modid\":\"\",\"modaction\":\"\",\"logformat\":\"\"}',1696092582,'web','73.219.6.51',NULL),(2369,'\\report_log\\event\\report_viewed','report_log','viewed','report',NULL,NULL,'r',0,1,10,0,2,0,0,0,'{\"groupid\":0,\"date\":0,\"modid\":\"\",\"modaction\":\"\",\"logformat\":\"\"}',1696092592,'web','73.219.6.51',NULL),(2370,'\\report_log\\event\\report_viewed','report_log','viewed','report',NULL,NULL,'r',0,1,10,0,2,0,0,0,'{\"groupid\":0,\"date\":0,\"modid\":\"\",\"modaction\":\"\",\"logformat\":\"\"}',1696092599,'web','73.219.6.51',NULL),(2371,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1696092628,'web','73.219.6.51',NULL),(2372,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696092630,'web','73.219.6.51',NULL),(2373,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696092632,'web','73.219.6.51',NULL),(2374,'\\core\\event\\notification_sent','core','sent','notification','notifications',7,'c',0,1,10,0,0,0,12,0,'{\"courseid\":\"1\"}',1696093497,'cli',NULL,NULL),(2375,'\\core\\event\\notification_sent','core','sent','notification','notifications',8,'c',0,1,10,0,0,0,14,0,'{\"courseid\":\"1\"}',1696093497,'cli',NULL,NULL),(2376,'\\core\\event\\notification_sent','core','sent','notification','notifications',9,'c',0,1,10,0,0,0,5,0,'{\"courseid\":\"1\"}',1696093497,'cli',NULL,NULL),(2377,'\\core\\event\\notification_sent','core','sent','notification','notifications',10,'c',0,1,10,0,0,0,8,0,'{\"courseid\":\"1\"}',1696093498,'cli',NULL,NULL),(2378,'\\core\\event\\notification_sent','core','sent','notification','notifications',11,'c',0,1,10,0,0,0,12,0,'{\"courseid\":\"1\"}',1696093498,'cli',NULL,NULL),(2379,'\\core\\event\\notification_sent','core','sent','notification','notifications',12,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1696093498,'cli',NULL,NULL),(2380,'\\core\\event\\notification_sent','core','sent','notification','notifications',13,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1696093498,'cli',NULL,NULL),(2381,'\\core\\event\\notification_sent','core','sent','notification','notifications',14,'c',0,1,10,0,0,0,9,0,'{\"courseid\":\"1\"}',1696093499,'cli',NULL,NULL),(2382,'\\core\\event\\notification_sent','core','sent','notification','notifications',15,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"1\"}',1696093499,'cli',NULL,NULL),(2383,'\\core\\event\\notification_sent','core','sent','notification','notifications',16,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"1\"}',1696093499,'cli',NULL,NULL),(2384,'\\core\\event\\notification_sent','core','sent','notification','notifications',17,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"1\"}',1696093499,'cli',NULL,NULL),(2385,'\\tool_recyclebin\\event\\course_bin_item_created','tool_recyclebin','created','course_bin_item','tool_recyclebin_course',3,'c',0,16,50,2,2,2,NULL,0,'null',1696093500,'cli',NULL,NULL),(2386,'\\core\\event\\course_module_deleted','core','deleted','course_module','course_modules',4,'d',1,21,70,4,2,2,NULL,0,'{\"modulename\":\"page\",\"instanceid\":\"1\"}',1696093500,'cli',NULL,NULL),(2387,'\\tool_recyclebin\\event\\course_bin_item_created','tool_recyclebin','created','course_bin_item','tool_recyclebin_course',4,'c',0,16,50,2,2,2,NULL,0,'null',1696093502,'cli',NULL,NULL),(2388,'\\core\\event\\course_module_deleted','core','deleted','course_module','course_modules',7,'d',1,26,70,7,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":\"1\"}',1696093502,'cli',NULL,NULL),(2389,'\\tool_recyclebin\\event\\course_bin_item_created','tool_recyclebin','created','course_bin_item','tool_recyclebin_course',5,'c',0,16,50,2,2,2,NULL,0,'null',1696093503,'cli',NULL,NULL),(2390,'\\core\\event\\course_module_deleted','core','deleted','course_module','course_modules',5,'d',1,22,70,5,2,2,NULL,0,'{\"modulename\":\"page\",\"instanceid\":\"2\"}',1696093503,'cli',NULL,NULL),(2391,'\\tool_recyclebin\\event\\course_bin_item_created','tool_recyclebin','created','course_bin_item','tool_recyclebin_course',6,'c',0,16,50,2,2,2,NULL,0,'null',1696093504,'cli',NULL,NULL),(2392,'\\core\\event\\course_module_deleted','core','deleted','course_module','course_modules',6,'d',1,25,70,6,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"3\"}',1696093504,'cli',NULL,NULL),(2393,'\\tool_recyclebin\\event\\course_bin_item_created','tool_recyclebin','created','course_bin_item','tool_recyclebin_course',7,'c',0,16,50,2,2,2,NULL,0,'null',1696093504,'cli',NULL,NULL),(2394,'\\core\\event\\grade_item_deleted','core','deleted','grade_item','grade_items',4,'d',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\",\"itemtype\":\"mod\",\"itemmodule\":\"lesson\"}',1696093504,'cli',NULL,NULL),(2395,'\\core\\event\\course_module_deleted','core','deleted','course_module','course_modules',11,'d',1,30,70,11,2,2,NULL,0,'{\"modulename\":\"lesson\",\"instanceid\":\"2\"}',1696093504,'cli',NULL,NULL),(2396,'\\tool_recyclebin\\event\\course_bin_item_created','tool_recyclebin','created','course_bin_item','tool_recyclebin_course',8,'c',0,16,50,2,2,2,NULL,0,'null',1696093505,'cli',NULL,NULL),(2397,'\\core\\event\\course_module_deleted','core','deleted','course_module','course_modules',9,'d',1,28,70,9,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":\"2\"}',1696093506,'cli',NULL,NULL),(2398,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1696093523,'web','73.219.6.51',NULL),(2399,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1696093526,'web','73.219.6.51',NULL),(2400,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696093528,'web','73.219.6.51',NULL),(2401,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1696093530,'web','73.219.6.51',NULL),(2402,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1696093530,'web','73.219.6.51',NULL),(2403,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696093530,'web','73.219.6.51',NULL),(2404,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696093624,'web','34.245.128.38',NULL),(2405,'\\core\\event\\notification_sent','core','sent','notification','notifications',18,'c',0,1,10,0,19,0,2,0,'{\"courseid\":\"2\"}',1696093640,'cli',NULL,NULL),(2406,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1696093641,'cli',NULL,NULL),(2407,'\\report_log\\event\\report_viewed','report_log','viewed','report',NULL,NULL,'r',0,1,10,0,2,0,0,0,'{\"groupid\":0,\"date\":0,\"modid\":\"\",\"modaction\":\"\",\"logformat\":\"\"}',1696093656,'web','73.219.6.51',NULL),(2408,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1696094101,'web','73.219.6.51',NULL),(2409,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696094102,'web','73.219.6.51',NULL),(2410,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696094104,'web','73.219.6.51',NULL),(2411,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',6,'c',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1696094125,'web','73.219.6.51',NULL),(2412,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',6,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1696094125,'web','73.219.6.51',NULL),(2413,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',6,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1696094125,'web','73.219.6.51',NULL),(2414,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',6,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1696094125,'web','73.219.6.51',NULL),(2415,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1696094126,'web','73.219.6.51',NULL),(2416,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',6,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1696094126,'web','73.219.6.51',NULL),(2417,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1696094126,'web','73.219.6.51',NULL),(2418,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1696094131,'web','73.219.6.51',NULL),(2419,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',6,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1696094131,'web','73.219.6.51',NULL),(2420,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696094140,'web','73.219.6.51',NULL),(2421,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1696094143,'web','73.219.6.51',NULL),(2422,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1696094160,'web','73.219.6.51',NULL),(2423,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696094163,'web','73.219.6.51',NULL),(2424,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1696094167,'web','73.219.6.51',NULL),(2425,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1696094176,'web','73.219.6.51',NULL),(2426,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1696094183,'web','73.219.6.51',NULL),(2427,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',10,'u',1,29,70,10,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"4\",\"name\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1696094197,'web','73.219.6.51',NULL),(2428,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696094198,'web','73.219.6.51',NULL),(2429,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1696094200,'web','73.219.6.51',NULL),(2430,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',7,'c',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1696094233,'web','73.219.6.51',NULL),(2431,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1696094234,'web','73.219.6.51',NULL),(2432,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',6,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1696094234,'web','73.219.6.51',NULL),(2433,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1696094234,'web','73.219.6.51',NULL),(2434,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1696094234,'web','73.219.6.51',NULL),(2435,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',10,'u',1,29,70,10,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"4\",\"name\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1696094234,'web','73.219.6.51',NULL),(2436,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696094234,'web','73.219.6.51',NULL),(2437,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1696094236,'web','73.219.6.51',NULL),(2438,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696094272,'web','73.219.6.51',NULL),(2439,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1696094273,'web','73.219.6.51',NULL),(2440,'\\core\\event\\grade_item_deleted','core','deleted','grade_item','grade_items',6,'d',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1696094290,'web','73.219.6.51',NULL),(2441,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1696094291,'web','73.219.6.51',NULL),(2442,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1696094291,'web','73.219.6.51',NULL),(2443,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1696094291,'web','73.219.6.51',NULL),(2444,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1696094298,'web','73.219.6.51',NULL),(2445,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1696094298,'web','73.219.6.51',NULL),(2446,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1696094327,'web','73.219.6.51',NULL),(2447,'\\mod_forum\\event\\subscribers_viewed','mod_forum','viewed','subscribers',NULL,NULL,'r',0,29,70,10,2,2,NULL,0,'{\"forumid\":\"4\"}',1696094352,'web','73.219.6.51',NULL),(2448,'\\forumreport_summary\\event\\report_viewed','forumreport_summary','viewed','report',NULL,NULL,'r',1,29,70,10,2,2,NULL,0,'{\"forumid\":4,\"hasviewall\":true}',1696094353,'web','73.219.6.51',NULL),(2449,'\\mod_forum\\event\\subscribers_viewed','mod_forum','viewed','subscribers',NULL,NULL,'r',0,29,70,10,2,2,NULL,0,'{\"forumid\":\"4\"}',1696094356,'web','73.219.6.51',NULL),(2450,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1696094363,'web','73.219.6.51',NULL),(2451,'\\mod_forum\\event\\subscription_created','mod_forum','created','subscription','forum_subscriptions',1,'c',2,29,70,10,2,2,2,0,'{\"forumid\":\"4\"}',1696094364,'web','73.219.6.51',NULL),(2452,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1696094365,'web','73.219.6.51',NULL),(2453,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696094379,'web','73.219.6.51',NULL),(2454,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696094382,'web','73.219.6.51',NULL),(2455,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1696094384,'web','73.219.6.51',NULL),(2456,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1696094388,'web','73.219.6.51',NULL),(2457,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1696094393,'web','73.219.6.51',NULL),(2458,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696094402,'web','73.219.6.51',NULL),(2459,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1696094404,'web','73.219.6.51',NULL),(2460,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696094469,'web','73.219.6.51',NULL),(2461,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696094472,'web','73.219.6.51',NULL),(2462,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696094474,'web','73.219.6.51',NULL),(2463,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696094499,'web','73.219.6.51',NULL),(2464,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696094502,'web','73.219.6.51',NULL),(2465,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696094508,'web','73.219.6.51',NULL),(2466,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696094549,'web','73.219.6.51',NULL),(2467,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696094551,'web','73.219.6.51',NULL),(2468,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,2,2,16,0,'null',1696094555,'web','73.219.6.51',NULL),(2469,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,2,2,16,0,'null',1696094570,'web','73.219.6.51',NULL),(2470,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,2,2,16,0,'null',1696094572,'web','73.219.6.51',NULL),(2471,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,2,2,16,0,'null',1696094599,'web','73.219.6.51',NULL),(2472,'\\gradereport_overview\\event\\grade_report_viewed','gradereport_overview','viewed','grade_report',NULL,NULL,'r',2,16,50,2,2,2,2,0,'null',1696094606,'web','73.219.6.51',NULL),(2473,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,2,2,2,0,'null',1696094615,'web','73.219.6.51',NULL),(2474,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696094623,'web','73.219.6.51',NULL),(2475,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,2,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696094632,'web','73.219.6.51',NULL),(2476,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696094656,'web','73.219.6.51',NULL),(2477,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696094672,'web','73.219.6.51',NULL),(2478,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',18,'u',1,57,70,18,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"5\",\"name\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1696094677,'web','73.219.6.51',NULL),(2479,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696094681,'web','73.219.6.51',NULL),(2480,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696094688,'web','73.219.6.51',NULL),(2481,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',17,'u',1,56,70,17,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":\"7\",\"name\":\"\\u88dc\\u5145\\u8b1b\\u7fa9\\uff1a\\u8cdc\\u9748\\u611f\\u7684\\u4e4b\\u6c23\"}',1696094693,'web','73.219.6.51',NULL),(2482,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696094698,'web','73.219.6.51',NULL),(2483,'\\core\\event\\question_category_viewed','core','viewed','question_category','question_categories',6,'r',1,16,50,2,2,2,NULL,0,'null',1696094704,'web','73.219.6.51',NULL),(2484,'\\core\\event\\question_category_viewed','core','viewed','question_category','question_categories',6,'r',1,16,50,2,2,2,NULL,0,'null',1696094705,'web','73.219.6.51',NULL),(2485,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,2,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696094719,'web','73.219.6.51',NULL),(2486,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696094723,'web','73.219.6.51',NULL),(2487,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696094730,'web','73.219.6.51',NULL),(2488,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1696094760,'web','73.219.6.51',NULL),(2489,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1696094763,'web','73.219.6.51',NULL),(2490,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696094765,'web','73.219.6.51',NULL),(2491,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1696094770,'web','73.219.6.51',NULL),(2492,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1696094779,'web','73.219.6.51',NULL),(2493,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696094881,'web','73.219.6.51',NULL),(2494,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696094894,'web','73.219.6.51',NULL),(2495,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1696094900,'web','73.219.6.51',NULL),(2496,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696094904,'web','73.219.6.51',NULL),(2497,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696094913,'web','73.219.6.51',NULL),(2498,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696094929,'web','73.219.6.51',NULL),(2499,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696094934,'web','73.219.6.51',NULL),(2500,'\\core\\event\\user_graded','core','graded','user','grade_grades',1,'u',1,16,50,2,2,2,16,0,'{\"itemid\":\"5\",\"overridden\":false,\"finalgrade\":\"6.00000\"}',1696095056,'web','73.219.6.51',NULL),(2501,'\\core\\event\\user_graded','core','graded','user','grade_grades',2,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":6}',1696095056,'web','73.219.6.51',NULL),(2502,'\\core\\event\\user_graded','core','graded','user','grade_grades',4,'u',1,16,50,2,2,2,17,0,'{\"itemid\":\"5\",\"overridden\":false,\"finalgrade\":\"6.00000\"}',1696095057,'web','73.219.6.51',NULL),(2503,'\\core\\event\\user_graded','core','graded','user','grade_grades',5,'u',1,16,50,2,-1,2,17,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":6}',1696095057,'web','73.219.6.51',NULL),(2504,'\\core\\event\\user_graded','core','graded','user','grade_grades',7,'u',1,16,50,2,2,2,11,0,'{\"itemid\":\"5\",\"overridden\":false,\"finalgrade\":\"10.00000\"}',1696095057,'web','73.219.6.51',NULL),(2505,'\\core\\event\\user_graded','core','graded','user','grade_grades',8,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":10}',1696095057,'web','73.219.6.51',NULL),(2506,'\\core\\event\\user_graded','core','graded','user','grade_grades',10,'u',1,16,50,2,2,2,9,0,'{\"itemid\":\"5\",\"overridden\":false,\"finalgrade\":\"10.00000\"}',1696095057,'web','73.219.6.51',NULL),(2507,'\\core\\event\\user_graded','core','graded','user','grade_grades',11,'u',1,16,50,2,-1,2,9,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":10}',1696095057,'web','73.219.6.51',NULL),(2508,'\\core\\event\\user_graded','core','graded','user','grade_grades',13,'u',1,16,50,2,2,2,22,0,'{\"itemid\":\"5\",\"overridden\":false,\"finalgrade\":\"6.00000\"}',1696095057,'web','73.219.6.51',NULL),(2509,'\\core\\event\\user_graded','core','graded','user','grade_grades',14,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":6}',1696095057,'web','73.219.6.51',NULL),(2510,'\\core\\event\\user_graded','core','graded','user','grade_grades',16,'u',1,16,50,2,2,2,23,0,'{\"itemid\":\"5\",\"overridden\":false,\"finalgrade\":\"6.00000\"}',1696095057,'web','73.219.6.51',NULL),(2511,'\\core\\event\\user_graded','core','graded','user','grade_grades',17,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":6}',1696095057,'web','73.219.6.51',NULL),(2512,'\\core\\event\\user_graded','core','graded','user','grade_grades',19,'u',1,16,50,2,2,2,15,0,'{\"itemid\":\"5\",\"overridden\":false,\"finalgrade\":\"6.00000\"}',1696095057,'web','73.219.6.51',NULL),(2513,'\\core\\event\\user_graded','core','graded','user','grade_grades',20,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":6}',1696095058,'web','73.219.6.51',NULL),(2514,'\\core\\event\\user_graded','core','graded','user','grade_grades',22,'u',1,16,50,2,2,2,13,0,'{\"itemid\":\"5\",\"overridden\":false,\"finalgrade\":\"10.00000\"}',1696095058,'web','73.219.6.51',NULL),(2515,'\\core\\event\\user_graded','core','graded','user','grade_grades',23,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":10}',1696095058,'web','73.219.6.51',NULL),(2516,'\\core\\event\\user_graded','core','graded','user','grade_grades',25,'u',1,16,50,2,2,2,12,0,'{\"itemid\":\"5\",\"overridden\":false,\"finalgrade\":\"10.00000\"}',1696095058,'web','73.219.6.51',NULL),(2517,'\\core\\event\\user_graded','core','graded','user','grade_grades',26,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":10}',1696095058,'web','73.219.6.51',NULL),(2518,'\\core\\event\\user_graded','core','graded','user','grade_grades',28,'u',1,16,50,2,2,2,14,0,'{\"itemid\":\"5\",\"overridden\":false,\"finalgrade\":\"8.00000\"}',1696095058,'web','73.219.6.51',NULL),(2519,'\\core\\event\\user_graded','core','graded','user','grade_grades',29,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":8}',1696095058,'web','73.219.6.51',NULL),(2520,'\\core\\event\\user_graded','core','graded','user','grade_grades',31,'u',1,16,50,2,2,2,19,0,'{\"itemid\":\"5\",\"overridden\":false,\"finalgrade\":\"10.00000\"}',1696095058,'web','73.219.6.51',NULL),(2521,'\\core\\event\\user_graded','core','graded','user','grade_grades',32,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":10}',1696095058,'web','73.219.6.51',NULL),(2522,'\\core\\event\\user_graded','core','graded','user','grade_grades',34,'u',1,16,50,2,2,2,7,0,'{\"itemid\":\"5\",\"overridden\":false,\"finalgrade\":\"6.00000\"}',1696095058,'web','73.219.6.51',NULL),(2523,'\\core\\event\\user_graded','core','graded','user','grade_grades',35,'u',1,16,50,2,-1,2,7,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":6}',1696095058,'web','73.219.6.51',NULL),(2524,'\\core\\event\\user_graded','core','graded','user','grade_grades',37,'u',1,16,50,2,2,2,6,0,'{\"itemid\":\"5\",\"overridden\":false,\"finalgrade\":\"6.00000\"}',1696095059,'web','73.219.6.51',NULL),(2525,'\\core\\event\\user_graded','core','graded','user','grade_grades',38,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":6}',1696095059,'web','73.219.6.51',NULL),(2526,'\\core\\event\\user_graded','core','graded','user','grade_grades',40,'u',1,16,50,2,2,2,20,0,'{\"itemid\":\"5\",\"overridden\":false,\"finalgrade\":\"10.00000\"}',1696095059,'web','73.219.6.51',NULL),(2527,'\\core\\event\\user_graded','core','graded','user','grade_grades',41,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":10}',1696095059,'web','73.219.6.51',NULL),(2528,'\\core\\event\\user_graded','core','graded','user','grade_grades',43,'u',1,16,50,2,2,2,8,0,'{\"itemid\":\"5\",\"overridden\":false,\"finalgrade\":\"10.00000\"}',1696095059,'web','73.219.6.51',NULL),(2529,'\\core\\event\\user_graded','core','graded','user','grade_grades',44,'u',1,16,50,2,-1,2,8,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":10}',1696095059,'web','73.219.6.51',NULL),(2530,'\\core\\event\\user_graded','core','graded','user','grade_grades',46,'u',1,16,50,2,2,2,5,0,'{\"itemid\":\"5\",\"overridden\":false,\"finalgrade\":\"10.00000\"}',1696095059,'web','73.219.6.51',NULL),(2531,'\\core\\event\\user_graded','core','graded','user','grade_grades',47,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":10}',1696095059,'web','73.219.6.51',NULL),(2532,'\\core\\event\\user_graded','core','graded','user','grade_grades',49,'u',1,16,50,2,2,2,4,0,'{\"itemid\":\"5\",\"overridden\":false,\"finalgrade\":\"10.00000\"}',1696095059,'web','73.219.6.51',NULL),(2533,'\\core\\event\\user_graded','core','graded','user','grade_grades',50,'u',1,16,50,2,-1,2,4,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":10}',1696095059,'web','73.219.6.51',NULL),(2534,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696095059,'web','73.219.6.51',NULL),(2535,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696095061,'web','73.219.6.51',NULL),(2536,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696095076,'web','73.219.6.51',NULL),(2537,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,2,2,2,0,'null',1696095081,'web','73.219.6.51',NULL),(2538,'\\gradereport_overview\\event\\grade_report_viewed','gradereport_overview','viewed','grade_report',NULL,NULL,'r',2,16,50,2,2,2,2,0,'null',1696095085,'web','73.219.6.51',NULL),(2539,'\\gradereport_overview\\event\\grade_report_viewed','gradereport_overview','viewed','grade_report',NULL,NULL,'r',2,16,50,2,2,2,2,0,'null',1696095090,'web','73.219.6.51',NULL),(2540,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,2,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696095092,'web','73.219.6.51',NULL),(2541,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',16,'r',0,16,50,2,2,2,16,0,'{\"courseid\":\"2\",\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696095095,'web','73.219.6.51',NULL),(2542,'\\core\\event\\user_loggedinas','core','loggedinas','user','user',2,'r',0,1,10,0,2,0,16,0,'{\"originalusername\":\"\\u8ab2\\u7a0b\\u7ba1\\u7406\\u54e1 Admin\",\"loggedinasusername\":\"\\u590f \\u4e00\\u6953\"}',1696095097,'web','73.219.6.51',2),(2543,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1696095099,'web','73.219.6.51',2),(2544,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,16,50,2,16,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1696095099,'web','73.219.6.51',2),(2545,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,16,50,2,16,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\",\"stepid\":1,\"stepindex\":0}',1696095101,'web','73.219.6.51',2),(2546,'\\core\\event\\user_loggedin','core','loggedin','user','user',1,'r',0,1,10,0,1,0,NULL,0,'{\"username\":\"guest\",\"extrauserinfo\":[]}',1696095103,'web','52.177.249.187',NULL),(2547,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,16,2,16,0,'null',1696095104,'web','73.219.6.51',2),(2548,'\\core\\event\\user_loggedout','core','loggedout','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"sessionid\":\"g3vn03bqjs32haiiakvede4jkd\"}',1696095123,'web','73.219.6.51',NULL),(2549,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696107055,'web','223.136.41.29',NULL),(2550,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696120247,'web','49.216.164.199',NULL),(2551,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696123818,'web','205.210.31.20',NULL),(2552,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696125410,'web','170.178.185.50',NULL),(2553,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696139895,'web','170.178.185.50',NULL),(2554,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696139964,'web','170.178.185.50',NULL),(2555,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,45,30,15,0,0,15,0,'{\"forgottenreset\":false}',1696140003,'web','170.178.185.50',NULL),(2556,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1696140003,'web','170.178.185.50',NULL),(2557,'\\core\\event\\notification_sent','core','sent','notification','notifications',19,'c',0,1,10,0,0,0,15,0,'{\"courseid\":\"1\"}',1696140005,'cli',NULL,NULL),(2558,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1696140006,'web','170.178.185.50',NULL),(2559,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,15,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1696140008,'web','170.178.185.50',NULL),(2560,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,15,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1696140010,'web','170.178.185.50',NULL),(2561,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1696140026,'web','170.178.185.50',NULL),(2562,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,16,50,2,15,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1696140027,'web','170.178.185.50',NULL),(2563,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,16,50,2,15,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\",\"stepid\":1,\"stepindex\":0}',1696140031,'web','170.178.185.50',NULL),(2564,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,15,2,NULL,0,'null',1696140041,'web','170.178.185.50',NULL),(2565,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,15,2,NULL,0,'null',1696140041,'web','170.178.185.50',NULL),(2566,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1696140161,'web','170.178.185.50',NULL),(2567,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1696140165,'web','170.178.185.50',NULL),(2568,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,15,2,NULL,0,'null',1696140169,'web','170.178.185.50',NULL),(2569,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696147695,'web','147.92.179.112',NULL),(2570,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696164924,'web','111.241.147.86',NULL),(2571,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696164931,'web','111.241.147.86',NULL),(2572,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,41,30,11,0,0,11,0,'{\"forgottenreset\":false}',1696164948,'web','111.241.147.86',NULL),(2573,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1696164948,'web','111.241.147.86',NULL),(2574,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1696164948,'web','111.241.147.86',NULL),(2575,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,11,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1696164949,'web','111.241.147.86',NULL),(2576,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,11,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1696164949,'web','111.241.147.86',NULL),(2577,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,11,0,NULL,0,'null',1696164959,'web','111.241.147.86',NULL),(2578,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',3,'r',2,1,10,0,11,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\"}',1696164959,'web','111.241.147.86',NULL),(2579,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',3,'c',2,1,10,0,11,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\",\"stepid\":5,\"stepindex\":0}',1696164960,'web','111.241.147.86',NULL),(2580,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1696164962,'web','111.241.147.86',NULL),(2581,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,16,50,2,11,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1696164963,'web','111.241.147.86',NULL),(2582,'\\core\\event\\notification_sent','core','sent','notification','notifications',20,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"1\"}',1696164963,'cli',NULL,NULL),(2583,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,16,50,2,11,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\",\"stepid\":1,\"stepindex\":0}',1696164966,'web','111.241.147.86',NULL),(2584,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,11,2,NULL,0,'null',1696164975,'web','111.241.147.86',NULL),(2585,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,11,2,NULL,0,'null',1696166006,'web','111.241.147.86',NULL),(2586,'\\tool_recyclebin\\event\\course_bin_item_created','tool_recyclebin','created','course_bin_item','tool_recyclebin_course',9,'c',0,16,50,2,2,2,NULL,0,'null',1696176604,'cli',NULL,NULL),(2587,'\\core\\event\\course_module_deleted','core','deleted','course_module','course_modules',2,'d',1,19,70,2,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"2\"}',1696176604,'cli',NULL,NULL),(2588,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696177526,'web','3.252.102.253',NULL),(2589,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696200559,'web','61.228.90.186',NULL),(2590,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696200710,'web','61.228.90.186',NULL),(2591,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696200728,'web','61.228.90.186',NULL),(2592,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696200786,'web','61.228.90.186',NULL),(2593,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,47,30,17,0,0,17,0,'{\"forgottenreset\":false}',1696200827,'web','61.228.90.186',NULL),(2594,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1696200827,'web','61.228.90.186',NULL),(2595,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1696200827,'web','61.228.90.186',NULL),(2596,'\\core\\event\\notification_sent','core','sent','notification','notifications',21,'c',0,1,10,0,0,0,17,0,'{\"courseid\":\"1\"}',1696200844,'cli',NULL,NULL),(2597,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,17,0,NULL,0,'null',1696200845,'web','61.228.90.186',NULL),(2598,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',3,'r',2,1,10,0,17,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\"}',1696200845,'web','61.228.90.186',NULL),(2599,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',3,'c',2,1,10,0,17,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\",\"stepid\":5,\"stepindex\":0}',1696200845,'web','61.228.90.186',NULL),(2600,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1696200865,'web','61.228.90.186',NULL),(2601,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,17,2,NULL,0,'null',1696200877,'web','61.228.90.186',NULL),(2602,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,17,2,NULL,0,'null',1696200882,'web','61.228.90.186',NULL),(2603,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696212217,'web','205.210.31.26',NULL),(2604,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696213691,'web','36.227.193.190',NULL),(2605,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1696213707,'web','36.227.193.190',NULL),(2606,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1696213707,'web','36.227.193.190',NULL),(2607,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1696213714,'web','36.227.193.190',NULL),(2608,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',6,'r',2,55,70,16,11,2,NULL,0,'null',1696213726,'web','36.227.193.190',NULL),(2609,'\\core\\event\\notification_sent','core','sent','notification','notifications',22,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"1\"}',1696213743,'cli',NULL,NULL),(2610,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1696213755,'web','36.227.193.190',NULL),(2611,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,11,2,NULL,0,'null',1696213758,'web','36.227.193.190',NULL),(2612,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1696213784,'web','36.227.193.190',NULL),(2613,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,11,2,NULL,0,'null',1696213794,'web','36.227.193.190',NULL),(2614,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1696213795,'web','36.227.193.190',NULL),(2615,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,11,2,NULL,0,'null',1696218919,'web','36.227.193.190',NULL),(2616,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',8,'c',2,29,70,10,11,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u56db\\u7ae0\\u4f5c\\u8005(\\u8077\\u4f4d-\\u7267\\u5e2b)\\u4f5c\\u70ba\\u898b\\u8b49\\u4eba\\u898b\\u8b49\\u81ea\\u5df1\\u8207\\u85dd\\u8853\\u5bb6\\u5f1f\\u5144\\u59ca\\u59b9\\u7684\\u76f8\\u8655\\uff0c\\u9996\\u5148\\u85dd\\u8853\\u5bb6\\u7684\\u78ba\\u56e0\\u70ba\\u4ed6\\u5011\\u7684\\u6069\\u8cdc\\uff0c\\u6240\\u4ee5\\u5584\\u65bc\\u89c0\\u5bdf\\u5468\\u906d\\u7684\\u4eba\\u4e8b\\u7269\\uff0c\\u6240\\u4ee5\\u7b2c\\u4e00\\u4f4d\\u85dd\\u8853\\u5bb6\\u767c\\u73fe\\u4e86\\u4f5c\\u8005(\\u7267\\u8005)\\u7684\\u8eab\\u5fc3\\u72c0\\u6cc1\\uff0c\\u4e26\\u900f\\u904e\\u5148\\u77e5\\u6027\\u7e6a\\u756b\\u8868\\u73fe\\u51fa\\u4f5c\\u8005\\u7684\\u72c0\\u614b\\uff0c\\u800c\\u9019\\u4e5f\\u63d0\\u9192\\u4e86\\u4f5c\\u8005(\\u7267\\u8005)\\u6ce8\\u610f\\u81ea\\u5df1\\u7684\\u8eab\\u5fc3\\u9748\\u72c0\\u614b\\uff1b\\u7b2c\\u4e8c\\u4f4d\\u5efa\\u7bc9\\u85dd\\u8853\\u5bb6\\u5728\\u4f5c\\u8005\\u7267\\u6703\\u5efa\\u5802\\u671f\\u9593\\uff0c\\u8207\\u4f5c\\u8005(\\u7267\\u8005)\\u6709\\u5bc6\\u4e14\\u7684\\u5718\\u5951\\u6559\\u6703\\u751f\\u6d3b\\uff0c\\u56e0\\u800c\\u80fd\\u8a2d\\u8a08\\u51fa\\u80fd\\u8b93\\u5f1f\\u5144\\u59ca\\u59b9\\u5b8c\\u5168\\u656c\\u62dc\\u7684\\u6703\\u5802\\uff0c\\u8b93\\u9019\\u500b\\u656c\\u62dc\\u7a7a\\u9593\\u80fd\\u69ae\\u8000\\u795e\\u4e26\\u4f5c\\u7942\\u7684\\u65b0\\u4e8b\\uff1b\\u5728\\u6559\\u6703\\u4e2d\\u4efb\\u4f55\\u4e00\\u4ef6\\u4e8b\\u7269\\u6211\\u5011\\u90fd\\u7fd2\\u4ee5\\u70ba\\u5e38\\u7684\\u72c0\\u614b\\u4e0b\\uff0c\\u7b2c\\u4e09\\u4f4d\\u85dd\\u8853\\u5bb6\\u8b93\\u4f5c\\u8005(\\u7267\\u8005)\\u900f\\u904e\\u85dd\\u8853\\u5bb6\\u767c\\u73fe\\u90a3\\u5f9e\\u795e\\u4f86\\u7684\\u771f\\u3001\\u7f8e\\u3001\\u5584\\u4e8b\\u7269\\uff0c\\u4e26\\u5f9e\\u9019\\u4e9b\\u7d30\\u5fae\\u4e8b\\u52d9\\u4e2d\\u4f86\\u8b9a\\u7f8e\\u795e\\u3002<br \\/>\\n\\u601d\\u8003\\uff1a\\u5728\\u7267\\u990a\\u73fe\\u5834\\u795e\\u900f\\u904e\\u4e0d\\u540c\\u5f1f\\u5144\\u59ca\\u59b9\\uff0c\\u958b\\u555f\\u7267\\u8005\\u5404\\u5f0f\\u5730\\u5c6c\\u9748\\u773c\\u5149\\uff0c\\u5176\\u4e2d\\u795e\\u900f\\u904e\\u85dd\\u8853\\u5bb6\\u7684\\u5f1f\\u5144\\u59ca\\u59b9\\u4ee5\\u4e0d\\u540c\\u7684\\u5f62\\u614b\\u4e4b\\u7f8e\\u5c55\\u986f\\u7942\\u7684\\u555f\\u793a\\uff0c\\u4e26\\u900f\\u904e\\u5718\\u5951\\u751f\\u6d3b\\u7684\\u540c\\u884c\\uff0c\\u8207\\u7267\\u8005\\u4e00\\u540c\\u4f86\\u898b\\u8b49\\u795e\\u7684\\u69ae\\u8000\\u3002<br \\/>\\n<br \\/>\\n\\u7b2c\\u4e94\\u7ae0 \\u4f5c\\u8005\\u6307\\u51fa\\u85dd\\u8853\\u5bb6\\u7684\\u7279\\u8cea\\u662f\\u5929\\u751f\\u7684\\u3001\\u6ce8\\u91cd\\u7d30\\u7bc0\\u7684\\uff0c\\u4f5c\\u54c1\\u6709\\u60c5\\u7dd2\\u611f\\u67d3\\u529b\\u3001\\u6709\\u9a5a\\u5947\\u7684\\u5143\\u7d20\\u3001\\u8b93\\u4eba\\u8033\\u76ee\\u4e00\\u65b0\\u3002\\u8207\\u795e\\u5408\\u4f5c\\u7684\\u771f\\u85dd\\u8853\\u5bb6\\u5728\\u8ffd\\u6c42\\u7f8e\\u7684\\u6642\\u5019\\uff0c\\u6703\\u958b\\u555f\\u795e\\u8207\\u4eba\\u4e4b\\u9593\\u7684\\u4e00\\u500b\\u555f\\u793a\\u983b\\u9053\\uff0c\\u5982\\u540c\\u7f851:20\\u900f\\u904e\\u662f\\u9020\\u842c\\u7269\\u4e4b\\u7f8e\\u5ef6\\u4f38\\u800c\\u4f86\\u7684\\u555f\\u793a\\uff0c\\u53ef\\u60dc\\u7684\\u662f\\u4e16\\u4eba\\u5c07\\u85dd\\u8853\\u670d\\u52d9\\u5176\\u4ed6\\u7684\\u9818\\u57df\\uff0c\\u5982\\u653f\\u6cbb\\u3001\\u64ab\\u6170\\u4eba\\u5fc3\\u7b49\\uff0c\\u5982\\u6b64\\u5c31\\u5931\\u53bb\\u85dd\\u8853\\u6838\\u5fc3-\\u771f\\u7684\\u7f8e\\u5584\\u50f9\\u503c\\u3002<br \\/>\\n\\u601d\\u8003:\\u4f5c\\u8005\\u63d0\\u5230\\u4e26\\u4e0d\\u662f\\u85dd\\u8853\\u5bb6\\u61f6\\u6563\\uff0c\\u800c\\u662f\\u56e0\\u70ba\\u4f5c\\u54c1\\u7d30\\u7bc0\\u9700\\u8981\\u6df1\\u5165\\u7684\\u601d\\u8003\\u3001\\u69cb\\u601d\\uff0c\\u800c\\u9019\\u6f2b\\u9577\\u7684\\u904e\\u7a0b\\uff0c\\u8207\\u73fe\\u5728\\u8b1b\\u6c42\\u901f\\u7387\\u7684\\u6642\\u4ee3\\u4f3c\\u4e4e\\u5c31\\u80cc\\u9053\\u800c\\u99b3\\u4e86\\u3002\\u56e0\\u6b64\\u4f5c\\u8005\\u5728\\u4e00\\u958b\\u59cb\\u63d0\\u5230\\u7576\\u795e\\u8cdc\\u4e0b\\u4e00\\u4f4d\\u85dd\\u8853\\u5929\\u624d\\u6642\\uff0c\\u901a\\u5e38\\u4e5f\\u6703\\u8cdc\\u4e0b\\u4e00\\u500b\\u4eba\\u53bb\\u63a5\\u4f4f\\u90a3\\u4f4d\\u5929\\u624d\\u3002\\u9019\\u500b\\u89c0\\u9ede\\u5c0d\\u6559\\u6703\\u7684\\u7267\\u8005\\u662f\\u5426\\u80fd\\u8fa8\\u8b58\\u4f55\\u70ba\\u7684\\u771f\\u85dd\\u8853\\u5bb6(\\u8207\\u795e\\u5408\\u4f5c\\u7684\\u85dd\\u8853\\u5bb6)?\\u4e26\\u9032\\u4e00\\u6b65\\u7d66\\u4e88\\u652f\\u6301\\uff0c\\u662f\\u975e\\u5e38\\u5927\\u7684\\u6311\\u6230\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":1,\"triggeredfrom\":\"forum_add_new_post\"}',1696218939,'web','36.227.193.190',NULL),(2617,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',8,'c',2,29,70,10,11,2,NULL,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1696218939,'web','36.227.193.190',NULL),(2618,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',7,'c',2,29,70,10,11,2,11,0,'{\"forumid\":4,\"discussion\":1}',1696218939,'web','36.227.193.190',NULL),(2619,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,11,2,NULL,0,'null',1696218940,'web','36.227.193.190',NULL),(2620,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1696218956,'web','36.227.193.190',NULL),(2621,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1696218965,'web','36.227.193.190',NULL),(2622,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,11,2,NULL,0,'null',1696218968,'web','36.227.193.190',NULL),(2623,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1696218975,'web','36.227.193.190',NULL),(2624,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,11,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696219010,'web','36.227.193.190',NULL),(2625,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1696219182,'web','36.227.193.190',NULL),(2626,'\\core\\event\\notification_sent','core','sent','notification','notifications',23,'c',0,1,10,0,11,0,11,0,'{\"courseid\":\"2\"}',1696220763,'cli',NULL,NULL),(2627,'\\core\\event\\notification_sent','core','sent','notification','notifications',24,'c',0,1,10,0,11,0,2,0,'{\"courseid\":\"2\"}',1696220763,'cli',NULL,NULL),(2628,'\\core\\event\\notification_sent','core','sent','notification','notifications',25,'c',0,1,10,0,11,0,19,0,'{\"courseid\":\"2\"}',1696220764,'cli',NULL,NULL),(2629,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696223205,'web','123.193.70.68',NULL),(2630,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696225466,'web','111.243.87.44',NULL),(2631,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696225473,'web','111.243.87.44',NULL),(2632,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,34,30,4,0,0,4,0,'{\"forgottenreset\":false}',1696225484,'web','111.243.87.44',NULL),(2633,'\\core\\event\\user_loggedin','core','loggedin','user','user',4,'r',0,1,10,0,4,0,NULL,0,'{\"username\":\"stellah1978@gmail.com\",\"extrauserinfo\":[]}',1696225484,'web','111.243.87.44',NULL),(2634,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,4,1,NULL,0,'null',1696225485,'web','111.243.87.44',NULL),(2635,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,4,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1696225485,'web','111.243.87.44',NULL),(2636,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,4,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1696225485,'web','111.243.87.44',NULL),(2637,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,4,1,NULL,0,'null',1696225493,'web','111.243.87.44',NULL),(2638,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,4,0,NULL,0,'null',1696225495,'web','111.243.87.44',NULL),(2639,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',3,'r',2,1,10,0,4,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\"}',1696225495,'web','111.243.87.44',NULL),(2640,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',3,'c',2,1,10,0,4,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\",\"stepid\":5,\"stepindex\":0}',1696225495,'web','111.243.87.44',NULL),(2641,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,4,2,NULL,0,'null',1696225498,'web','111.243.87.44',NULL),(2642,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,16,50,2,4,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1696225499,'web','111.243.87.44',NULL),(2643,'\\core\\event\\notification_sent','core','sent','notification','notifications',26,'c',0,1,10,0,0,0,4,0,'{\"courseid\":\"1\"}',1696225504,'cli',NULL,NULL),(2644,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,4,2,NULL,0,'null',1696225512,'web','111.243.87.44',NULL),(2645,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,4,2,NULL,0,'null',1696225664,'web','111.243.87.44',NULL),(2646,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,4,2,NULL,0,'null',1696225677,'web','111.243.87.44',NULL),(2647,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',4,'r',2,32,70,13,4,2,NULL,0,'null',1696225679,'web','111.243.87.44',NULL),(2648,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,4,2,NULL,0,'null',1696225690,'web','111.243.87.44',NULL),(2649,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,16,50,2,4,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2#section-3\"}',1696225691,'web','111.243.87.44',NULL),(2650,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,4,2,NULL,0,'null',1696225698,'web','111.243.87.44',NULL),(2651,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696227382,'web','175.182.136.194',NULL),(2652,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696227406,'web','175.182.136.194',NULL),(2653,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696227473,'web','175.182.136.194',NULL),(2654,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1696227507,'web','175.182.136.194',NULL),(2655,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,51,30,21,0,0,21,0,'{\"forgottenreset\":false}',1696227549,'web','175.182.136.194',NULL),(2656,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1696227549,'web','175.182.136.194',NULL),(2657,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1696227550,'web','175.182.136.194',NULL),(2658,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,21,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1696227550,'web','175.182.136.194',NULL),(2659,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,21,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1696227551,'web','175.182.136.194',NULL),(2660,'\\tool_usertours\\event\\tour_reset','tool_usertours','reset','tour','tool_usertours_tours',4,'c',2,2,50,1,21,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1696227558,'web','175.182.136.194',NULL),(2661,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,21,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1696227558,'web','175.182.136.194',NULL),(2662,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,21,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1696227558,'web','175.182.136.194',NULL),(2663,'\\tool_usertours\\event\\tour_reset','tool_usertours','reset','tour','tool_usertours_tours',4,'c',2,2,50,1,21,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1696227560,'web','175.182.136.194',NULL),(2664,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,21,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1696227560,'web','175.182.136.194',NULL),(2665,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,21,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1696227560,'web','175.182.136.194',NULL),(2666,'\\tool_usertours\\event\\tour_reset','tool_usertours','reset','tour','tool_usertours_tours',4,'c',2,2,50,1,21,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1696227570,'web','175.182.136.194',NULL),(2667,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,21,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1696227570,'web','175.182.136.194',NULL),(2668,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,21,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1696227571,'web','175.182.136.194',NULL),(2669,'\\tool_usertours\\event\\tour_reset','tool_usertours','reset','tour','tool_usertours_tours',4,'c',2,2,50,1,21,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1696227572,'web','175.182.136.194',NULL),(2670,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,21,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1696227572,'web','175.182.136.194',NULL),(2671,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,21,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1696227572,'web','175.182.136.194',NULL),(2672,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'null',1696227577,'web','175.182.136.194',NULL),(2673,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',3,'r',2,1,10,0,21,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\"}',1696227578,'web','175.182.136.194',NULL),(2674,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',3,'c',2,1,10,0,21,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\",\"stepid\":5,\"stepindex\":0}',1696227578,'web','175.182.136.194',NULL),(2675,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1696227585,'web','175.182.136.194',NULL),(2676,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1696227587,'web','175.182.136.194',NULL),(2677,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1696227591,'web','175.182.136.194',NULL),(2678,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,21,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/?\"}',1696227592,'web','175.182.136.194',NULL),(2679,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,21,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/?\",\"stepid\":6,\"stepindex\":0}',1696227592,'web','175.182.136.194',NULL),(2680,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1696227594,'web','175.182.136.194',NULL),(2681,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,16,50,2,21,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1696227594,'web','175.182.136.194',NULL),(2682,'\\core\\event\\notification_sent','core','sent','notification','notifications',27,'c',0,1,10,0,0,0,21,0,'{\"courseid\":\"1\"}',1696227604,'cli',NULL,NULL),(2683,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',3,'r',2,31,70,12,21,2,NULL,0,'null',1696227624,'web','175.182.136.194',NULL),(2684,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1696227816,'web','175.182.136.194',NULL),(2685,'\\core\\event\\user_loggedout','core','loggedout','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"sessionid\":\"out290do42ndshav01ukrmpndu\"}',1696227822,'web','175.182.136.194',NULL),(2686,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696227825,'web','175.182.136.194',NULL),(2687,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696229675,'web','117.56.58.51',NULL),(2688,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1696229839,'web','117.56.58.51',NULL),(2689,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1696229839,'web','117.56.58.51',NULL),(2690,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1696229890,'web','117.56.58.51',NULL),(2691,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,14,0,NULL,0,'null',1696229892,'web','117.56.58.51',NULL),(2692,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1696230082,'web','117.56.58.51',NULL),(2693,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,16,50,2,14,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1696230083,'web','117.56.58.51',NULL),(2694,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,16,50,2,14,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\",\"stepid\":1,\"stepindex\":0}',1696230087,'web','117.56.58.51',NULL),(2695,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,14,2,NULL,0,'null',1696230100,'web','117.56.58.51',NULL),(2696,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,14,2,NULL,0,'null',1696230147,'web','117.56.58.51',NULL),(2697,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,14,2,NULL,0,'null',1696230165,'web','117.56.58.51',NULL),(2698,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1696230303,'web','117.56.58.51',NULL),(2699,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,14,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696230314,'web','117.56.58.51',NULL),(2700,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696235562,'web','223.140.159.48',NULL),(2701,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696238874,'web','123.193.70.68',NULL),(2702,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696238905,'web','123.193.70.68',NULL),(2703,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1696238917,'web','123.193.70.68',NULL),(2704,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,5,1,NULL,0,'null',1696238918,'web','123.193.70.68',NULL),(2705,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1696238922,'web','123.193.70.68',NULL),(2706,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,5,2,NULL,0,'null',1696238931,'web','123.193.70.68',NULL),(2707,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,5,2,NULL,0,'null',1696238940,'web','123.193.70.68',NULL),(2708,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,5,2,NULL,0,'null',1696238948,'web','123.193.70.68',NULL),(2709,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',9,'c',2,29,70,10,5,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u6211\\u5f88\\u559c\\u6b61\\u8b80\\u7562\\u5fb7\\u751f\\u7267\\u5e2b\\u7684\\u66f8\\uff0c\\u6240\\u4ee5\\u5728\\u9019\\u672c\\u66f8\\u7684\\u7b2c\\u56db\\u7ae0\\u8207\\u7562\\u5fb7\\u751f\\u7267\\u5e2b\\u300c\\u76f8\\u9047\\u300d\\u5f88\\u662f\\u9a5a\\u559c\\uff0c\\u9bae\\u5c11\\u77e5\\u9053\\u7562\\u5fb7\\u751f\\u7267\\u5e2b\\u8207\\u300c\\u85dd\\u8853\\u5bb6\\u300d\\u7684\\u76f8\\u8655\\u4e5f\\u7d66\\u4e86\\u4ed6\\u9019\\u9ebc\\u6df1\\u523b\\u7684\\u9ad4\\u6703\\uff0c\\u5176\\u4e2d\\u5728\\u85dd\\u8853\\u5bb6\\u8eab\\u4e0a\\u9ad4\\u6703\\u300c\\u53ec\\u547d\\u300d\\u7684\\u610f\\u7fa9\\u6975\\u5177\\u6d1e\\u898b-\\u300c\\u6210\\u70ba\\u85dd\\u8853\\u5bb6\\u4e0d\\u662f\\u4e00\\u4efd\\u5de5\\u4f5c\\uff0c\\u5b83\\u662f\\u4e00\\u7a2e\\u751f\\u6d3b\\u65b9\\u5f0f\\uff0c\\u662f\\u4e00\\u500b\\u53ec\\u547d\\u3002\\u300d\\u5728\\u83ef\\u4eba\\u770b\\u4f86\\uff0c\\u85dd\\u8853\\u5bb6\\u4f3c\\u4e4e\\u662f\\u4e00\\u7fa4\\u300c\\u4e0d\\u52d9\\u6b63\\u696d\\u300d\\uff08\\u4e5f\\u5c31\\u662f\\u9935\\u4e0d\\u98fd\\u81ea\\u5df1\\uff09\\u7684\\u4eba\\uff0c\\u4f46\\u5be6\\u969b\\u4e0a\\u85dd\\u8853\\u5bb6\\u6709\\u795e\\u7d66\\u4ed6\\u5011\\u7684\\u654f\\u92b3\\u7684\\u7279\\u6b8a\\u6027\\uff0c\\u80fd\\u5728\\u300c\\u53ef\\u898b\\u4e8b\\u7269\\u4e2d\\u898b\\u8089\\u773c\\u770b\\u4e0d\\u898b\\u7684\\u300d\\uff0c\\u300c\\u5728\\u5df2\\u4e0d\\u88ab\\u6ce8\\u610f\\u800c\\u65b7\\u88c2\\u6210\\u788e\\u7247\\u7684\\u4e8b\\u7269\\u4e0a\\u770b\\u898b\\u5f62\\u72c0\\u548c\\u95dc\\u806f\\u300d\\uff0c\\u85dd\\u8853\\u5bb6\\u5011\\u80fd\\u5728\\u62bd\\u8c61\\u4e2d\\u5c64\\u5c64\\u525d\\u958b\\uff0c\\u770b\\u898b\\u4e8b\\u7269\\u672c\\u8cea\\u7684\\u5167\\u6db5\\uff0c\\u653e\\u5927\\u984f\\u8272\\u3001\\u8cea\\u5730\\u548c\\u6c23\\u5473\\uff0c\\u6210\\u70ba\\u5177\\u9ad4\\u53ef\\u7d93\\u6b77\\u7684\\u3002\\u61c2\\u5f97\\u6b23\\u8cde\\u8207\\u63a5\\u7d0d\\uff0c\\u6211\\u60f3\\u4e5f\\u5c31\\u66f4\\u80fd\\u9ad4\\u6703\\u4e0a\\u5e1d\\u7684\\u8c50\\u5bcc\\u8207\\u69ae\\u7f8e\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":1,\"triggeredfrom\":\"forum_add_new_post\"}',1696239540,'web','123.193.70.68',NULL),(2710,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',9,'c',2,29,70,10,5,2,NULL,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1696239540,'web','123.193.70.68',NULL),(2711,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',8,'c',2,29,70,10,5,2,5,0,'{\"forumid\":4,\"discussion\":1}',1696239540,'web','123.193.70.68',NULL),(2712,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,5,2,NULL,0,'null',1696239541,'web','123.193.70.68',NULL),(2713,'\\core\\event\\notification_sent','core','sent','notification','notifications',28,'c',0,1,10,0,5,0,11,0,'{\"courseid\":\"2\"}',1696241344,'cli',NULL,NULL),(2714,'\\core\\event\\notification_sent','core','sent','notification','notifications',29,'c',0,1,10,0,5,0,5,0,'{\"courseid\":\"2\"}',1696241344,'cli',NULL,NULL),(2715,'\\core\\event\\notification_sent','core','sent','notification','notifications',30,'c',0,1,10,0,5,0,2,0,'{\"courseid\":\"2\"}',1696241344,'cli',NULL,NULL),(2716,'\\core\\event\\notification_sent','core','sent','notification','notifications',31,'c',0,1,10,0,5,0,19,0,'{\"courseid\":\"2\"}',1696241344,'cli',NULL,NULL),(2717,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696248245,'web','147.92.179.111',NULL),(2718,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696249347,'web','170.178.185.50',NULL),(2719,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696251130,'web','111.241.147.86',NULL),(2720,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696254335,'web','175.182.136.194',NULL),(2721,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696254344,'web','175.182.136.194',NULL),(2722,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696254380,'web','175.182.136.194',NULL),(2723,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696254383,'web','175.182.136.194',NULL),(2724,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696254385,'web','175.182.136.194',NULL),(2725,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1696254444,'web','175.182.136.194',NULL),(2726,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1696254444,'web','175.182.136.194',NULL),(2727,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'null',1696254454,'web','175.182.136.194',NULL),(2728,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1696254460,'web','175.182.136.194',NULL),(2729,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,16,50,2,21,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1696254460,'web','175.182.136.194',NULL),(2730,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,16,50,2,21,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\",\"stepid\":1,\"stepindex\":0}',1696254465,'web','175.182.136.194',NULL),(2731,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,21,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696254470,'web','175.182.136.194',NULL),(2732,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',21,'r',0,16,50,2,21,2,21,0,'{\"courseid\":\"2\",\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696254481,'web','175.182.136.194',NULL),(2733,'\\mod_forum\\event\\user_report_viewed','mod_forum','viewed','user_report',NULL,NULL,'r',2,16,50,2,21,2,21,0,'{\"reportmode\":\"discussions\"}',1696254513,'web','175.182.136.194',NULL),(2734,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',21,'r',0,16,50,2,21,2,21,0,'{\"courseid\":\"2\",\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696254518,'web','175.182.136.194',NULL),(2735,'\\mod_forum\\event\\user_report_viewed','mod_forum','viewed','user_report',NULL,NULL,'r',2,16,50,2,21,2,21,0,'{\"reportmode\":\"posts\"}',1696254520,'web','175.182.136.194',NULL),(2736,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',21,'r',0,16,50,2,21,2,21,0,'{\"courseid\":\"2\",\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696254565,'web','175.182.136.194',NULL),(2737,'\\gradereport_overview\\event\\grade_report_viewed','gradereport_overview','viewed','grade_report',NULL,NULL,'r',2,16,50,2,21,2,21,0,'null',1696254597,'web','175.182.136.194',NULL),(2738,'\\mod_forum\\event\\user_report_viewed','mod_forum','viewed','user_report',NULL,NULL,'r',2,16,50,2,21,2,21,0,'{\"reportmode\":\"discussions\"}',1696254614,'web','175.182.136.194',NULL),(2739,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',21,'r',0,16,50,2,21,2,21,0,'{\"courseid\":\"2\",\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696254624,'web','175.182.136.194',NULL),(2740,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,21,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696254628,'web','175.182.136.194',NULL),(2741,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1696254648,'web','175.182.136.194',NULL),(2742,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,21,2,NULL,0,'null',1696254671,'web','175.182.136.194',NULL),(2743,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1696254693,'web','175.182.136.194',NULL),(2744,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,21,2,NULL,0,'null',1696254709,'web','175.182.136.194',NULL),(2745,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1696254772,'web','175.182.136.194',NULL),(2746,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,21,2,NULL,0,'null',1696254792,'web','175.182.136.194',NULL),(2747,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',10,'c',2,29,70,10,21,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u56db\\uff0c\\u4e94\\u7ae0\\u95b1\\u8b80\\u5fc3\\u5f97<br \\/>\\n\\u7576\\u6574\\u500b\\u6587\\u5316\\u4f7f\\u4eba\\u4e0d\\u77e5\\u9053\\u53ec\\u547d\\u548c\\u5de5\\u4f5c\\u6709\\u751a\\u9ebc\\u4e0d\\u540c\\u6642\\uff0c\\u4f5c\\u8005\\u56e0\\u70ba\\u4e00\\u4e9b\\u85dd\\u8853\\u5bb6\\u670b\\u53cb\\u77e5\\u9053\\uff0c\\u85dd\\u8853\\u5bb6\\u4e26\\u4e0d\\u53ea\\u662f\\u4e00\\u4efd\\u5de5\\u4f5c\\uff0c\\u800c\\u662f\\u4e00\\u7a2e\\u751f\\u6d3b\\u65b9\\u5f0f\\u3001\\u4e00\\u500b\\u53ec\\u547d\\u3002<br \\/>\\n\\u4e00\\u500b\\u85dd\\u8853\\u5bb6\\u7684\\u53ec\\u547d\\u4e0d\\u662f\\u4f86\\u81ea\\u5225\\u4eba\\u7684\\u773c\\u5149\\uff0c\\u4e5f\\u4e0d\\u662f\\u5411\\u8ab0\\u9818\\u5de5\\u8cc7\\uff0c\\u800c\\u662f\\u4e00\\u500b\\u5f9e\\u795e\\u800c\\u4f86\\u7684\\u547c\\u53ec\\u3002<br \\/>\\n\\u540c\\u6a23\\u7684\\uff0c\\u4f5c\\u70ba\\u4e00\\u500b\\u7267\\u5e2b\\uff0c\\u4ed6\\u7684\\u5de5\\u4f5c\\u4e5f\\u4e0d\\u662f\\u4f86\\u81ea\\u5225\\u4eba\\u7684\\u773c\\u5149\\uff0c\\u4e0d\\u662f\\u70ba\\u4e86\\u85aa\\u6c34\\u800c\\u505a\\uff0c\\u4e43\\u662f\\u5f9e\\u795e\\u4f86\\u7684\\u4f7f\\u547d\\u3002<br \\/>\\n\\u6240\\u4ee5\\u7267\\u5e2b\\u548c\\u85dd\\u8853\\u5bb6\\u7684\\u5de5\\u4f5c\\u5f88\\u50cf\\uff0c\\u90fd\\u662f\\u5728\\u56de\\u61c9\\u4e0a\\u5e1d\\u7684\\u547c\\u53ec\\uff0c\\u4f7f\\u4eba\\u7684\\u5fc3\\u9748\\u6dfb\\u52a0\\u7f8e\\u9e97\\u7684\\u8272\\u5f69\\u3002<br \\/>\\n\\u7136\\u800c\\u4e00\\u500b\\u597d\\u7684\\u7267\\u5e2b\\u548c\\u85dd\\u8853\\u5bb6\\u6703\\u6fc0\\u767c\\u4eba\\u53bb\\u63a2\\u7d22\\u751f\\u547d\\u7684\\u6e90\\u982d\\u3001\\u63a2\\u7d22\\u7f8e\\u7684\\u6e90\\u982d\\uff0c\\u8b93\\u4eba\\u4e0d\\u53ea\\u770b\\u898b\\u6211\\u9019\\u500b\\u6709\\u9650\\u7684\\u4eba\\uff0c\\u800c\\u662f\\u5f9e\\u6211\\u751f\\u547d\\u7684\\u5f71\\u5b50\\u53bb\\u767c\\u73fe\\u4e0a\\u5e1d\\u7684\\u5de5\\u4f5c\\u3002<br \\/>\\n\\u56e0\\u6b64\\u6211\\u7684\\u56de\\u61c9\\u662f\\uff0c\\u4e0d\\u7ba1\\u6709\\u6c92\\u6709\\u85aa\\u6c34\\uff0c\\u6211\\u90fd\\u8981\\u6d3b\\u51fa\\u4e0a\\u5e1d\\u7d66\\u6211\\u7684\\u547c\\u53ec\\u3002\\u6211\\u8981\\u6d3b\\u51fa\\u6709\\u57fa\\u7763\\u5f71\\u5b50\\u7684\\u751f\\u547d\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":1,\"triggeredfrom\":\"forum_add_new_post\"}',1696254833,'web','175.182.136.194',NULL),(2748,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',10,'c',2,29,70,10,21,2,NULL,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1696254833,'web','175.182.136.194',NULL),(2749,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',9,'c',2,29,70,10,21,2,21,0,'{\"forumid\":4,\"discussion\":1}',1696254833,'web','175.182.136.194',NULL),(2750,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,21,2,NULL,0,'null',1696254834,'web','175.182.136.194',NULL),(2751,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1696254918,'web','175.182.136.194',NULL),(2752,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',3,'r',2,31,70,12,21,2,NULL,0,'null',1696255003,'web','175.182.136.194',NULL),(2753,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1696255014,'web','175.182.136.194',NULL),(2754,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,21,2,NULL,0,'null',1696255021,'web','175.182.136.194',NULL),(2755,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696256329,'web','73.219.6.51',NULL),(2756,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1696256333,'web','73.219.6.51',NULL),(2757,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1696256333,'web','73.219.6.51',NULL),(2758,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696256335,'web','73.219.6.51',NULL),(2759,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1696256338,'web','73.219.6.51',NULL),(2760,'\\core\\event\\notification_sent','core','sent','notification','notifications',32,'c',0,1,10,0,21,0,11,0,'{\"courseid\":\"2\"}',1696256644,'cli',NULL,NULL),(2761,'\\core\\event\\notification_sent','core','sent','notification','notifications',33,'c',0,1,10,0,21,0,5,0,'{\"courseid\":\"2\"}',1696256644,'cli',NULL,NULL),(2762,'\\core\\event\\notification_sent','core','sent','notification','notifications',34,'c',0,1,10,0,21,0,21,0,'{\"courseid\":\"2\"}',1696256644,'cli',NULL,NULL),(2763,'\\core\\event\\notification_sent','core','sent','notification','notifications',35,'c',0,1,10,0,21,0,2,0,'{\"courseid\":\"2\"}',1696256644,'cli',NULL,NULL),(2764,'\\core\\event\\notification_sent','core','sent','notification','notifications',36,'c',0,1,10,0,21,0,19,0,'{\"courseid\":\"2\"}',1696256645,'cli',NULL,NULL),(2765,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696274574,'web','147.92.179.117',NULL),(2766,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696277629,'web','61.228.90.186',NULL),(2767,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696277702,'web','61.228.90.186',NULL),(2768,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696277776,'web','147.92.179.111',NULL),(2769,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696277986,'web','147.92.179.116',NULL),(2770,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696277994,'web','61.228.90.186',NULL),(2771,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696278098,'web','61.228.90.186',NULL),(2772,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696278103,'web','61.228.90.186',NULL),(2773,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696278108,'web','61.228.90.186',NULL),(2774,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696278632,'web','54.74.203.100',NULL),(2775,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1696278910,'web','61.228.90.186',NULL),(2776,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1696278911,'web','61.228.90.186',NULL),(2777,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,17,0,NULL,0,'null',1696278921,'web','61.228.90.186',NULL),(2778,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1696278933,'web','61.228.90.186',NULL),(2779,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',4,'r',2,32,70,13,17,2,NULL,0,'null',1696278942,'web','61.228.90.186',NULL),(2780,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1696278960,'web','61.228.90.186',NULL),(2781,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,17,2,NULL,0,'null',1696278965,'web','61.228.90.186',NULL),(2782,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1696285443,'web','73.219.6.51',NULL),(2783,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1696285443,'web','73.219.6.51',NULL),(2784,'\\core\\event\\config_log_created','core','created','config_log','config_log',1824,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"smtphosts\",\"oldvalue\":\"\",\"value\":\"smtp.gmail.com\",\"plugin\":null}',1696285671,'web','73.219.6.51',NULL),(2785,'\\core\\event\\config_log_created','core','created','config_log','config_log',1825,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"smtpsecure\",\"oldvalue\":\"\",\"value\":\"ssl\",\"plugin\":null}',1696285671,'web','73.219.6.51',NULL),(2786,'\\core\\event\\config_log_created','core','created','config_log','config_log',1826,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"smtpuser\",\"oldvalue\":\"\",\"value\":\"mailer@peoplemoverstheatre.org\",\"plugin\":null}',1696285671,'web','73.219.6.51',NULL),(2787,'\\core\\event\\config_log_created','core','created','config_log','config_log',1827,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"smtppass\",\"oldvalue\":\"\",\"value\":\"********\",\"plugin\":null}',1696285671,'web','73.219.6.51',NULL),(2788,'\\core\\event\\config_log_created','core','created','config_log','config_log',1828,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"noreplyaddress\",\"oldvalue\":\"noreply@www.cultivarts.org\",\"value\":\"noreply@cultivarts.org\",\"plugin\":null}',1696285671,'web','73.219.6.51',NULL),(2789,'\\core\\event\\email_failed','core','failed','email',NULL,NULL,'c',0,1,10,0,-99,0,-99,0,'{\"subject\":\"\\u85dd\\u8853\\u795e\\u5b78Moodle\",\"message\":\"This is a test message. Please disregard.\\n\\nIf you received this email, it means that you have successfully configured\\nyour Moodle site\'s email settings.\\n\\n-------------------------\\n\\nADDITIONAL USER INFORMATION\\n\\n* REGISTRATION STATUS : Registered user (moodleadmin).\\n* PREFERRED LANGUAGE : en_us\\n* USER\'S WEB BROWSER : Mozilla\\/5.0 (Windows NT 10.0; Win64; x64)\\nAppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/117.0.0.0 Safari\\/537.36\\nEdg\\/117.0.2045.43\\n* MESSAGE SUBMITTED FROM : https:\\/\\/moo.cultivarts.org\\/local\\/mailtest\\/\\n* MOODLE VERSION : 4.1.4+ (Build: 20230721)\\n* USER\'S IP ADDRESS : 73.219.6.51\",\"errorinfo\":\"SMTP connect() failed. https:\\/\\/github.com\\/PHPMailer\\/PHPMailer\\/wiki\\/TroubleshootingSMTP server error: Failed to connect to server SMTP code: 101 Additional SMTP info: Network is unreachable\"}',1696286811,'web','73.219.6.51',NULL),(2790,'\\core\\event\\email_failed','core','failed','email',NULL,NULL,'c',0,1,10,0,-99,0,-99,0,'{\"subject\":\"\\u85dd\\u8853\\u795e\\u5b78Moodle\",\"message\":\"This is a test message. Please disregard.\\n\\nIf you received this email, it means that you have successfully configured\\nyour Moodle site\'s email settings.\\n\\n-------------------------\\n\\nADDITIONAL USER INFORMATION\\n\\n* REGISTRATION STATUS : Registered user (moodleadmin).\\n* PREFERRED LANGUAGE : en_us\\n* USER\'S WEB BROWSER : Mozilla\\/5.0 (Windows NT 10.0; Win64; x64)\\nAppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/117.0.0.0 Safari\\/537.36\\nEdg\\/117.0.2045.43\\n* MESSAGE SUBMITTED FROM : https:\\/\\/moo.cultivarts.org\\/local\\/mailtest\\/\\n* MOODLE VERSION : 4.1.4+ (Build: 20230721)\\n* USER\'S IP ADDRESS : 73.219.6.51\",\"errorinfo\":\"SMTP connect() failed. https:\\/\\/github.com\\/PHPMailer\\/PHPMailer\\/wiki\\/TroubleshootingSMTP server error: Failed to connect to server SMTP code: 101 Additional SMTP info: Network is unreachable\"}',1696286942,'web','73.219.6.51',NULL),(2791,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1696286942,'web','73.219.6.51',NULL),(2792,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1696286942,'web','73.219.6.51',NULL),(2793,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1696286943,'web','73.219.6.51',NULL),(2794,'\\core\\event\\email_failed','core','failed','email',NULL,NULL,'c',0,1,10,0,-99,0,-99,0,'{\"subject\":\"\\u85dd\\u8853\\u795e\\u5b78Moodle\",\"message\":\"This is a test message. Please disregard.\\n\\nIf you received this email, it means that you have successfully configured\\nyour Moodle site\'s email settings.\\n\\n-------------------------\\n\\nADDITIONAL USER INFORMATION\\n\\n* REGISTRATION STATUS : Registered user (moodleadmin).\\n* PREFERRED LANGUAGE : en_us\\n* USER\'S WEB BROWSER : Mozilla\\/5.0 (Windows NT 10.0; Win64; x64)\\nAppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/117.0.0.0 Safari\\/537.36\\nEdg\\/117.0.2045.43\\n* MESSAGE SUBMITTED FROM : https:\\/\\/moo.cultivarts.org\\/local\\/mailtest\\/\\n* MOODLE VERSION : 4.1.4+ (Build: 20230721)\\n* USER\'S IP ADDRESS : 73.219.6.51\",\"errorinfo\":\"SMTP connect() failed. https:\\/\\/github.com\\/PHPMailer\\/PHPMailer\\/wiki\\/TroubleshootingSMTP server error: Failed to connect to server SMTP code: 101 Additional SMTP info: Network is unreachable\"}',1696287344,'web','73.219.6.51',NULL),(2795,'\\core\\event\\config_log_created','core','created','config_log','config_log',1829,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"smtphosts\",\"oldvalue\":\"smtp.gmail.com\",\"value\":\"smtp.gmail.com:465\",\"plugin\":null}',1696287590,'web','73.219.6.51',NULL),(2796,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696303487,'web','178.62.206.35',NULL),(2797,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696307038,'web','104.248.42.221',NULL),(2798,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696314011,'web','184.22.176.82',NULL),(2799,'\\core\\event\\user_loggedin','core','loggedin','user','user',9,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"extrauserinfo\":[]}',1696314060,'web','184.22.176.82',NULL),(2800,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,9,1,NULL,0,'null',1696314060,'web','184.22.176.82',NULL),(2801,'\\core\\event\\notification_sent','core','sent','notification','notifications',37,'c',0,1,10,0,0,0,9,0,'{\"courseid\":\"1\"}',1696314066,'cli',NULL,NULL),(2802,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1696314069,'web','184.22.176.82',NULL),(2803,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,9,2,NULL,0,'null',1696314081,'web','184.22.176.82',NULL),(2804,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696332512,'web','147.92.179.119',NULL),(2805,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696334182,'web','123.193.70.68',NULL),(2806,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696335784,'web','61.228.90.186',NULL),(2807,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696335791,'web','61.228.90.186',NULL),(2808,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696345332,'web','111.249.128.47',NULL),(2809,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696345340,'web','111.249.128.47',NULL),(2810,'\\core\\event\\user_loggedin','core','loggedin','user','user',4,'r',0,1,10,0,4,0,NULL,0,'{\"username\":\"stellah1978@gmail.com\",\"extrauserinfo\":[]}',1696345349,'web','111.249.128.47',NULL),(2811,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,4,1,NULL,0,'null',1696345349,'web','111.249.128.47',NULL),(2812,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,4,2,NULL,0,'null',1696345359,'web','111.249.128.47',NULL),(2813,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,16,50,2,4,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1696345359,'web','111.249.128.47',NULL),(2814,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,4,2,NULL,0,'null',1696345363,'web','111.249.128.47',NULL),(2815,'\\core\\event\\notification_sent','core','sent','notification','notifications',38,'c',0,1,10,0,0,0,4,0,'{\"courseid\":\"1\"}',1696345386,'cli',NULL,NULL),(2816,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696348709,'web','122.118.10.5',NULL),(2817,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696348714,'web','122.118.10.5',NULL),(2818,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,50,30,20,0,0,20,0,'{\"forgottenreset\":false}',1696348735,'web','122.118.10.5',NULL),(2819,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1696348735,'web','122.118.10.5',NULL),(2820,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,20,1,NULL,0,'null',1696348735,'web','122.118.10.5',NULL),(2821,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,20,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1696348735,'web','122.118.10.5',NULL),(2822,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,20,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1696348736,'web','122.118.10.5',NULL),(2823,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1696348741,'web','122.118.10.5',NULL),(2824,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,16,50,2,20,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1696348741,'web','122.118.10.5',NULL),(2825,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,16,50,2,20,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\",\"stepid\":1,\"stepindex\":0}',1696348745,'web','122.118.10.5',NULL),(2826,'\\core\\event\\notification_sent','core','sent','notification','notifications',39,'c',0,1,10,0,0,0,20,0,'{\"courseid\":\"1\"}',1696348746,'cli',NULL,NULL),(2827,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,20,2,NULL,0,'null',1696348920,'web','122.118.10.5',NULL),(2828,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696352125,'web','188.165.87.107',NULL),(2829,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',11,'c',2,29,70,10,20,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u6211\\u89ba\\u5f97\\u85dd\\u8853\\u5bb6\\u8207\\u7267\\u5e2b\\uff0c\\u770b\\u4f3c\\u6709\\u8457\\u773e\\u591a\\u8fe5\\u7570\\u4e4b\\u8655\\u7684\\u5169\\u8005\\uff0c\\u5176\\u5be6\\u6709\\u4e00\\u7a2e\\u672c\\u8cea\\u7684\\u76f8\\u4f3c\\u3002\\u5982\\u679c\\u5931\\u843d\\u4e86\\u53ec\\u547d\\uff0c\\u5c31\\u4e0d\\u518d\\u662f\\u771f\\u6b63\\u7684\\u7267\\u5e2b\\/\\u85dd\\u8853\\u5bb6\\u4e86\\u3002<br \\/>\\n<br \\/>\\n\\u300c\\u4ec0\\u9ebc\\u662f\\u7f8e\\uff1f\\u300d\\u3001\\u300c\\u4ec0\\u9ebc\\u662f\\u4e0d\\u7f8e\\uff1f\\u300d\\u9019\\u4e9b\\u554f\\u984c\\uff0c\\u5728\\u66f8\\u4e2d\\u6709\\u9032\\u884c\\u57fa\\u672c\\u7684\\u9673\\u8ff0\\u3002\\u6211\\u89ba\\u5f97\\u66f8\\u4e2d\\u9673\\u8ff0\\u7684\\u57fa\\u672c\\u8ad6\\u8ff0\\uff0c\\u76f8\\u4fe1\\u5927\\u5bb6\\u90fd\\u6703\\u7d66\\u4e88\\u5f88\\u5927\\u7a0b\\u5ea6\\u7684\\u8a8d\\u540c\\u3002\\u4f46\\u662f\\u5230\\u4e86\\u73fe\\u5be6\\u9762\\uff0c\\u300c\\u4ec0\\u9ebc\\u662f\\u7f8e\\uff1f\\u300d\\u3001\\u300c\\u4ec0\\u9ebc\\u662f\\u4e0d\\u7f8e\\uff1f\\u300d\\u9019\\u4e9b\\u4e8b\\u60c5\\u597d\\u50cf\\u53c8\\u6703\\u5728\\u300c\\u7f8e\\u662f\\u4e3b\\u89c0\\u7684\\u300d\\u9019\\u6a23\\u7684\\u8ac7\\u8ad6\\u4e2d\\u8b8a\\u5f97\\u6a21\\u7cca\\u8207\\u5206\\u6b67\\u3002\\u5373\\u4f7f\\u6709\\u660e\\u78ba\\u63d0\\u51fa\\u4e00\\u4e9b\\u7f8e\\u7684\\u539f\\u5247\\uff0c\\u4f46\\u662f\\u597d\\u50cf\\u53ea\\u8981\\u8aaa\\u5230\\u300c\\u7f8e\\u662f\\u4e00\\u7a2e\\u4e3b\\u89c0\\u611f\\u53d7\\u300d\\uff0c\\u5c0d\\u5f88\\u591a\\u4eba\\u800c\\u8a00\\uff0c\\u53c8\\u6703\\u7522\\u751f\\u300c\\u6240\\u4ee5\\u7f8e\\u5230\\u5e95\\u662f\\u4ec0\\u9ebc\\uff1f\\u300d\\u7684\\u7591\\u554f\\uff0c\\u597d\\u50cf\\u4e00\\u5207\\u53c8\\u56de\\u5230\\u4e26\\u4e0d\\u660e\\u78ba\\u7684\\u539f\\u9ede\\u3002<br \\/>\\n<br \\/>\\n\\u6559\\u6703\\u4e2d\\u66fe\\u7d93\\u6709\\u4e00\\u4f4d\\u6703\\u53cb\\u8ddf\\u6211\\u8aaa\\u904e\\uff0c\\u5979\\u5c0d\\u65bc\\u57f9\\u990a\\u7f8e\\u611f\\u9019\\u985e\\u7684\\u4e8b\\u60c5\\u4e26\\u6c92\\u6709\\u592a\\u5927\\u7684\\u8208\\u8da3\\uff0c\\u56e0\\u70ba\\u5979\\u89ba\\u5f97\\u90a3\\u662f\\u4e00\\u500b\\u7e3d\\u662f\\u56e0\\u8457\\u6bcf\\u500b\\u4eba\\u7684\\u4e3b\\u89c0\\u800c\\u300c\\u5404\\u81ea\\u70ba\\u653f\\u300d\\u7684\\u9818\\u57df\\uff0c\\u4e5f\\u5f88\\u96e3\\u6709\\u4e00\\u500b\\u660e\\u78ba\\u7684\\u57f9\\u990a\\u8d77\\u59cb\\u9ede\\uff08\\u76f8\\u8f03\\u65bc\\u7406\\u6027\\u80fd\\u5920\\u6e05\\u695a\\u754c\\u5b9a\\u7684\\u4e8b\\u60c5\\u800c\\u8a00\\uff09\\u3002<br \\/>\\n\\u6211\\u5e38\\u5e38\\u89ba\\u5f97\\uff0c\\u9664\\u4e86\\u7267\\u5e2b\\u8207\\u85dd\\u8853\\u5bb6\\u4ee5\\u5916\\u7684\\u4eba\\u5011\\uff0c\\u5c0d\\u65bc\\u9019\\u4e9b\\u4e8b\\u60c5\\u601d\\u8003\\u7684\\u53ef\\u80fd\\u6027\\u8207\\u89d2\\u5ea6\\uff0c\\u4f7f\\u5f97\\u8a31\\u591a\\u4e8b\\u60c5\\u5df2\\u7d93\\u4e0d\\u518d\\u53ea\\u662f\\u95dc\\u4e4e\\u7267\\u5e2b\\u80fd\\u5426\\u8207\\u85dd\\u8853\\u5bb6\\u6210\\u70ba\\u670b\\u53cb\\uff0c\\u6216\\u8005\\u5728\\u5f7c\\u6b64\\u6b23\\u8cde\\u8207\\u5c0a\\u91cd\\u4e2d\\u5efa\\u9020\\u6559\\u6703\\u3001\\u770b\\u898b\\u65b0\\u7684\\u53ef\\u80fd\\u6027\\u3002\\u7267\\u5e2b\\u8207\\u85dd\\u8853\\u5bb6\\u6240\\u8981\\u9762\\u5c0d\\u7684\\uff0c\\u9084\\u6709\\u4e00\\u7fa4\\u53ef\\u80fd\\u5c0d\\u300c\\u85dd\\u8853\\u300d\\u6709\\u8457\\u5404\\u81ea\\u60f3\\u6cd5\\u7684\\u6703\\u773e\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":1,\"triggeredfrom\":\"forum_add_new_post\"}',1696354669,'web','122.118.10.5',NULL),(2830,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',11,'c',2,29,70,10,20,2,NULL,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1696354669,'web','122.118.10.5',NULL),(2831,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',10,'c',2,29,70,10,20,2,20,0,'{\"forumid\":4,\"discussion\":1}',1696354669,'web','122.118.10.5',NULL),(2832,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,20,2,NULL,0,'null',1696354670,'web','122.118.10.5',NULL),(2833,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,20,1,NULL,0,'null',1696354847,'web','122.118.10.5',NULL),(2834,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1696354849,'web','122.118.10.5',NULL),(2835,'\\core\\event\\notification_sent','core','sent','notification','notifications',40,'c',0,1,10,0,20,0,11,0,'{\"courseid\":\"2\"}',1696356486,'cli',NULL,NULL),(2836,'\\core\\event\\notification_sent','core','sent','notification','notifications',41,'c',0,1,10,0,20,0,5,0,'{\"courseid\":\"2\"}',1696356489,'cli',NULL,NULL),(2837,'\\core\\event\\notification_sent','core','sent','notification','notifications',42,'c',0,1,10,0,20,0,21,0,'{\"courseid\":\"2\"}',1696356492,'cli',NULL,NULL),(2838,'\\core\\event\\notification_sent','core','sent','notification','notifications',43,'c',0,1,10,0,20,0,20,0,'{\"courseid\":\"2\"}',1696356496,'cli',NULL,NULL),(2839,'\\core\\event\\notification_sent','core','sent','notification','notifications',44,'c',0,1,10,0,20,0,2,0,'{\"courseid\":\"2\"}',1696356499,'cli',NULL,NULL),(2840,'\\core\\event\\notification_sent','core','sent','notification','notifications',45,'c',0,1,10,0,20,0,19,0,'{\"courseid\":\"2\"}',1696356502,'cli',NULL,NULL),(2841,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696356644,'web','37.187.215.246',NULL),(2842,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696360352,'web','51.254.49.107',NULL),(2843,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696363483,'web','167.248.133.126',NULL),(2844,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696369866,'web','223.137.222.121',NULL),(2845,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696369883,'web','223.137.222.121',NULL),(2846,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1696369925,'web','223.137.222.121',NULL),(2847,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1696369926,'web','223.137.222.121',NULL),(2848,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,14,0,NULL,0,'null',1696369943,'web','223.137.222.121',NULL),(2849,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1696369958,'web','223.137.222.121',NULL),(2850,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1696369964,'web','223.137.222.121',NULL),(2851,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,14,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696369971,'web','223.137.222.121',NULL),(2852,'\\core\\event\\notification_sent','core','sent','notification','notifications',46,'c',0,1,10,0,0,0,14,0,'{\"courseid\":\"1\"}',1696369985,'cli',NULL,NULL),(2853,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,14,2,NULL,0,'null',1696369990,'web','223.137.222.121',NULL),(2854,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',12,'c',2,29,70,10,14,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">Amen<\\/div>\",\"pathnamehashes\":[],\"discussionid\":1,\"triggeredfrom\":\"forum_add_new_post\"}',1696370256,'web','223.137.222.121',NULL),(2855,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',12,'c',2,29,70,10,14,2,NULL,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1696370256,'web','223.137.222.121',NULL),(2856,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',11,'c',2,29,70,10,14,2,14,0,'{\"forumid\":4,\"discussion\":1}',1696370256,'web','223.137.222.121',NULL),(2857,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,14,2,NULL,0,'null',1696370257,'web','223.137.222.121',NULL),(2858,'\\mod_forum\\event\\post_deleted','mod_forum','deleted','post','forum_posts',12,'d',0,29,70,10,14,2,14,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1696370279,'web','223.137.222.121',NULL),(2859,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,14,2,NULL,0,'null',1696370280,'web','223.137.222.121',NULL),(2860,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696372303,'web','167.94.138.50',NULL),(2861,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696382042,'web','205.210.31.216',NULL),(2862,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696386690,'web','73.219.6.51',NULL),(2863,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1696386699,'web','73.219.6.51',NULL),(2864,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1696386699,'web','73.219.6.51',NULL),(2865,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696386701,'web','73.219.6.51',NULL),(2866,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696386715,'web','73.219.6.51',NULL),(2867,'\\core\\event\\course_module_created','core','created','course_module','course_modules',19,'c',1,58,70,19,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":8,\"name\":\"\\u7b2c\\u4e09\\u9031\\u8b1b\\u7fa9\"}',1696386752,'web','73.219.6.51',NULL),(2868,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696386752,'web','73.219.6.51',NULL),(2869,'\\core\\event\\course_section_created','core','created','course_section','course_sections',6,'c',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":4}',1696386757,'web','73.219.6.51',NULL),(2870,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',6,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"4\"}',1696386792,'web','73.219.6.51',NULL),(2871,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',8,'c',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1696386806,'restore','73.219.6.51',NULL),(2872,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1696386806,'restore','73.219.6.51',NULL),(2873,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1696386806,'restore','73.219.6.51',NULL),(2874,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1696386806,'restore','73.219.6.51',NULL),(2875,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1696386806,'restore','73.219.6.51',NULL),(2876,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1696386807,'restore','73.219.6.51',NULL),(2877,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',13,'c',2,59,70,20,2,2,NULL,0,'{\"content\":\"<p dir=\\\"ltr\\\"><\\/p><p dir=\\\"ltr\\\">\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a<\\/p><p dir=\\\"ltr\\\"><strong>\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a<\\/strong>\\u7528 150-300 \\u5b57\\u63d0\\u51fa\\u4e00\\u5247\\u95dc\\u65bc\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300b\\u7b2c\\u56db\\u7ae0\\u3008\\u7267\\u5e2b\\u3009\\u3001\\u7b2c\\u4e94\\u7ae0\\u3008\\u85dd\\u8853\\u5bb6\\u3009\\u7684<strong>\\u554f\\u984c<\\/strong>\\u6216\\u662f<strong>\\u5fc3\\u5f97<\\/strong>\\u3002<\\/p><p dir=\\\"ltr\\\">\\uff08<strong>\\u554f\\u984c\\uff1a<\\/strong>\\u770b\\u4e0d\\u61c2\\u3001\\u7591\\u60d1\\uff0c\\u60f3\\u8a62\\u554f\\u540c\\u5b78\\u610f\\u898b\\uff0c\\u6216\\u662f\\u60f3\\u53cd\\u554f\\u4f5c\\u8005\\u7684\\u554f\\u984c\\uff1b<strong>\\u5fc3\\u5f97\\uff1a<\\/strong>\\u65b0\\u767c\\u73fe\\u3001\\u65b0\\u60f3\\u6cd5\\uff0c\\u6fc0\\u52f5\\u4f60\\u8981\\u505a\\u51fa\\u7684\\u56de\\u61c9\\u7b49\\u7b49\\uff09\\u3002<\\/p><p dir=\\\"ltr\\\">\\u7e73\\u4ea4\\u671f\\u9650\\uff1a\\u8ab2\\u524d24\\u5c0f\\u6642\\u767c\\u8868\\uff08\\u5373 10\\/4 \\u665a\\u4e0a 7:00 \\u524d\\uff09<\\/p><p dir=\\\"ltr\\\">\\uff08\\u9ede\\u9078\\u53f3\\u4e0b\\u89d2\\u300c\\u56de\\u8986\\u300d\\uff09<\\/p><br><p><\\/p>\",\"pathnamehashes\":[],\"discussionid\":3,\"triggeredfrom\":\"forum_add_discussion\"}',1696386808,'restore','73.219.6.51',NULL),(2878,'\\core\\event\\course_module_created','core','created','course_module','course_modules',20,'c',1,59,70,20,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"6\",\"name\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 (\\u8907\\u88fd)\"}',1696386808,'web','73.219.6.51',NULL),(2879,'\\core\\event\\course_module_created','core','created','course_module','course_modules',21,'c',1,60,70,21,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":9,\"name\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u95b1\\u8b80\"}',1696386858,'web','73.219.6.51',NULL),(2880,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696386858,'web','73.219.6.51',NULL),(2881,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,2,2,NULL,0,'null',1696386860,'web','73.219.6.51',NULL),(2882,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696386866,'web','73.219.6.51',NULL),(2883,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',21,'u',1,60,70,21,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":\"9\",\"name\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u95b1\\u8b80\"}',1696386884,'web','73.219.6.51',NULL),(2884,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696386885,'web','73.219.6.51',NULL),(2885,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',21,'u',1,60,70,21,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":\"9\",\"name\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u95b1\\u8b80\\u4e00\\uff1a\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300bCh. 6\"}',1696386905,'web','73.219.6.51',NULL),(2886,'\\core\\event\\course_module_created','core','created','course_module','course_modules',22,'c',1,61,70,22,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":10,\"name\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u95b1\\u8b80\\u4e8c\\uff1a\\u300a\\u9752\\u5c11\\u5e74\\u5b78\\u7fd2\\u8005\\u767c\\u5c55\\u8207\\u9069\\u6027\\u8f14\\u5c0e\\u300bCh. 1\"}',1696386975,'web','73.219.6.51',NULL),(2887,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696386975,'web','73.219.6.51',NULL),(2888,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',20,'u',1,59,70,20,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"6\",\"name\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1696386986,'web','73.219.6.51',NULL),(2889,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1696386986,'web','73.219.6.51',NULL),(2890,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696387085,'web','221.179.144.153',NULL),(2891,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',20,'u',1,59,70,20,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"6\",\"name\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1696387131,'web','73.219.6.51',NULL),(2892,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696387131,'web','73.219.6.51',NULL),(2893,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,2,2,NULL,0,'null',1696387133,'web','73.219.6.51',NULL),(2894,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',20,'u',1,59,70,20,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"6\",\"name\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1696387178,'web','73.219.6.51',NULL),(2895,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696387178,'web','73.219.6.51',NULL),(2896,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',19,'u',1,58,70,19,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":\"8\",\"name\":\"\\u7b2c\\u4e09\\u9031\\u8b1b\\u7fa9\"}',1696387213,'web','73.219.6.51',NULL),(2897,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696387213,'web','73.219.6.51',NULL),(2898,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696387216,'web','73.219.6.51',NULL),(2899,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,2,2,NULL,0,'null',1696387220,'web','73.219.6.51',NULL),(2900,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696387231,'web','73.219.6.51',NULL),(2901,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,2,2,NULL,0,'null',1696387234,'web','73.219.6.51',NULL),(2902,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696387238,'web','73.219.6.51',NULL),(2903,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,2,2,NULL,0,'null',1696387240,'web','73.219.6.51',NULL),(2904,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696387247,'web','73.219.6.51',NULL),(2905,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,2,2,NULL,0,'null',1696387250,'web','73.219.6.51',NULL),(2906,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696387259,'web','73.219.6.51',NULL),(2907,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1696387378,'web','73.219.6.51',NULL),(2908,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696387949,'web','117.56.58.51',NULL),(2909,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1696387975,'web','117.56.58.51',NULL),(2910,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1696387975,'web','117.56.58.51',NULL),(2911,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,14,0,NULL,0,'null',1696387981,'web','117.56.58.51',NULL),(2912,'\\core\\event\\notification_sent','core','sent','notification','notifications',47,'c',0,1,10,0,0,0,14,0,'{\"courseid\":\"1\"}',1696387985,'cli',NULL,NULL),(2913,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1696387989,'web','117.56.58.51',NULL),(2914,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,14,2,NULL,0,'null',1696388009,'web','117.56.58.51',NULL),(2915,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',14,'c',2,29,70,10,14,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">1.\\u672c\\u66f8\\u7b2c\\u56db\\u7ae0<\\u7267\\u5e2b>\\uff0c\\u8b1b\\u5230\\u85dd\\u8853\\u5bb6\\u5982\\u4f55\\u5851\\u9020\\u7267\\u5e2b\\u7684\\u8eab\\u5206\\u3002\\u7b2c\\u4e94\\u7ae0<\\u85dd\\u8853\\u5bb6>\\uff0c\\u8b1b\\u5230\\u85dd\\u8853\\u5bb6\\u662f\\u600e\\u6a23\\u7684\\u4eba\\u3001\\u8981\\u5982\\u4f55\\u7267\\u990a\\u4ed6\\u5011\\u3002\\u9019\\u5169\\u7ae0\\u90fd\\u662f\\u4f5c\\u8005\\u548c\\u85dd\\u8853\\u5bb6\\u5be6\\u969b\\u76f8\\u8655\\u7684\\u7d93\\u9a57\\uff0c\\u4f46\\u537b\\u662f\\u5f9e\\u76f8\\u5c0d\\u7684\\u89d2\\u5ea6,\\u770b\\u5230\\u5f7c\\u6b64\\u5c0d\\u5c0d\\u65b9\\u7684\\u89c0\\u9ede\\u3001\\u9700\\u8981\\u548c\\u5f71\\u97ff\\u3002<br \\/>\\n2.\\u85dd\\u8853\\u5bb6\\u548c\\u7267\\u8005\\u4e00\\u6a23\\uff0c\\u90fd\\u662f\\u8499\\u795e\\u63c0\\u9078\\u3001\\u547c\\u53ec\\u7684\\u4eba<br \\/>\\n\\u771f\\u6b63\\u7684\\u85dd\\u8853\\u5bb6\\u4e0d\\u662f\\u4e00\\u4efd\\u5de5\\u4f5c,\\u800c\\u662f\\u4e00\\u7a2e\\u751f\\u6d3b\\u65b9\\u5f0f\\u3001\\u4e00\\u500b\\u53ec\\u547d\\u3002\\u85dd\\u8853\\u5bb6\\u626e\\u6f14\\u796d\\u53f8\\u89d2\\u8272\\uff0c\\u7ad9\\u5728\\u773e\\u4eba\\u9762\\u524d,\\u7528\\u5275\\u4f5c\\u7684\\u5f62\\u5f0f\\u737b\\u4e0a\\u8b9a\\u7f8e\\u7684\\u796d\\uff0c\\u9019\\u796d\\u7269\\u5c31\\u662f\\u4ed6\\u5011\\u7528\\u8eab\\u3001\\u5fc3\\u3001\\u9748\\u5b8c\\u6210\\u7684\\u5275\\u4f5c\\u3002\\u611f\\u8b1d\\u795e\\u8cdc\\u7d66\\u85dd\\u8853\\u5bb6\\u7279\\u6b8a\\u7684\\u5275\\u4f5c\\u80fd\\u529b,\\u4f7f\\u4e16\\u754c\\u66f4\\u7f8e\\u597d,\\u6210\\u70ba\\u795d\\u798f\\u3002<br \\/>\\n3.\\u85dd\\u8853\\u5bb6\\u9700\\u8981\\u88ab\\u7267\\u990a<br \\/>\\n\\u6211\\u5011\\u9700\\u8981\\u77ad\\u89e3\\u85dd\\u8853\\u5bb6\\u7684\\u751f\\u6d3b\\u7fd2\\u6027,\\u624d\\u80fd\\u5920\\u95dc\\u61f7\\u4ed6\\u5011,\\u5e6b\\u52a9\\u4ed6\\u8a8d\\u8b58\\u795e\\u627e\\u5230\\u751f\\u547d\\u7684\\u501a\\u9760\\u3002\\u6c42\\u795e\\u8cdc\\u7d66\\u4ed6\\u5011\\u5805\\u6301\\u548c\\u6bc5\\u529b\\uff0c\\u514b\\u670d\\u5275\\u4f5c\\u904e\\u7a0b\\u7684\\u6311\\u6230\\u548c\\u56f0\\u96e3\\uff0c\\u4eab\\u53d7\\u5275\\u4f5c\\u7684\\u559c\\u6085\\u3002<br \\/>\\n4.\\u6559\\u6703\\u9700\\u8981\\u85dd\\u8853\\u5bb6<br \\/>\\n\\u85dd\\u8853\\u5bb6\\u53ef\\u4ee5\\u900f\\u904e\\u4f5c\\u54c1\\u50b3\\u9054\\u7f8e\\u611f\\u3001\\u60c5\\u611f\\u548c\\u9748\\u6027\\u7684\\u9ad4\\u9a57,\\u555f\\u767c\\u4eba\\u5c0d\\u795e\\u7684\\u656c\\u62dc\\u8207\\u6e34\\u6155\\u3002\\u6c42\\u795e\\u4f7f\\u7528\\u85dd\\u8853\\u5bb6,\\u8b93\\u4ed6\\u5011\\u7684\\u5275\\u4f5c\\u50b3\\u9054\\u7f8e\\u5584\\u548c\\u771f\\u7406\\uff0c\\u7528\\u85dd\\u8853\\u4f86\\u89f8\\u52d5\\u4eba\\u5fc3\\u3001\\u5f71\\u97ff\\u4e16\\u754c\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":1,\"triggeredfrom\":\"forum_add_new_post\"}',1696388063,'web','117.56.58.51',NULL),(2916,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',14,'c',2,29,70,10,14,2,NULL,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1696388063,'web','117.56.58.51',NULL),(2917,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,14,2,NULL,0,'null',1696388063,'web','117.56.58.51',NULL),(2918,'\\core\\event\\notification_sent','core','sent','notification','notifications',48,'c',0,1,10,0,14,0,11,0,'{\"courseid\":\"2\"}',1696389906,'cli',NULL,NULL),(2919,'\\core\\event\\notification_sent','core','sent','notification','notifications',49,'c',0,1,10,0,14,0,5,0,'{\"courseid\":\"2\"}',1696389909,'cli',NULL,NULL),(2920,'\\core\\event\\notification_sent','core','sent','notification','notifications',50,'c',0,1,10,0,14,0,21,0,'{\"courseid\":\"2\"}',1696389912,'cli',NULL,NULL),(2921,'\\core\\event\\notification_sent','core','sent','notification','notifications',51,'c',0,1,10,0,14,0,20,0,'{\"courseid\":\"2\"}',1696389915,'cli',NULL,NULL),(2922,'\\core\\event\\notification_sent','core','sent','notification','notifications',52,'c',0,1,10,0,14,0,2,0,'{\"courseid\":\"2\"}',1696389918,'cli',NULL,NULL),(2923,'\\core\\event\\notification_sent','core','sent','notification','notifications',53,'c',0,1,10,0,14,0,19,0,'{\"courseid\":\"2\"}',1696389920,'cli',NULL,NULL),(2924,'\\core\\event\\notification_sent','core','sent','notification','notifications',54,'c',0,1,10,0,14,0,14,0,'{\"courseid\":\"2\"}',1696389923,'cli',NULL,NULL),(2925,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696396528,'web','218.211.169.180',NULL),(2926,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696402193,'web','111.243.94.106',NULL),(2927,'\\core\\event\\user_loggedin','core','loggedin','user','user',4,'r',0,1,10,0,4,0,NULL,0,'{\"username\":\"stellah1978@gmail.com\",\"extrauserinfo\":[]}',1696402206,'web','111.243.94.106',NULL),(2928,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,4,1,NULL,0,'null',1696402206,'web','111.243.94.106',NULL),(2929,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,4,2,NULL,0,'null',1696402208,'web','111.243.94.106',NULL),(2930,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,16,50,2,4,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1696402209,'web','111.243.94.106',NULL),(2931,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,16,50,2,4,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\",\"stepid\":1,\"stepindex\":0}',1696402213,'web','111.243.94.106',NULL),(2932,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,4,2,NULL,0,'null',1696402226,'web','111.243.94.106',NULL),(2933,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,4,2,NULL,0,'null',1696402243,'web','111.243.94.106',NULL),(2934,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,4,2,NULL,0,'null',1696402247,'web','111.243.94.106',NULL),(2935,'\\core\\event\\notification_sent','core','sent','notification','notifications',55,'c',0,1,10,0,0,0,4,0,'{\"courseid\":\"1\"}',1696402266,'cli',NULL,NULL),(2936,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',15,'c',2,29,70,10,4,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u5728\\u7b2c\\u56db\\u7ae0\\uff0c\\u6709\\u4e00\\u4e9b\\u53e5\\u5b50\\u5f88\\u6253\\u52d5\\u6211\\uff0c\\u4f8b\\u5982\\u300c\\u6210\\u70ba\\u85dd\\u8853\\u5bb6\\u4e0d\\u662f\\u4e00\\u4efd\\u5de5\\u4f5c\\uff0c\\u5b83\\u662f\\u4e00\\u7a2e\\u751f\\u6d3b\\u65b9\\u5f0f\\uff0c\\u662f\\u4e00\\u500b\\u53ec\\u547d\\u300d\\u3001\\u300c\\u4ed6\\u5011\\u5728\\u4eba\\u4eba\\u4f3c\\u4e4e\\u90fd\\u6191\\u85c9\\u4e00\\u4efd\\u8077\\u8cac\\u63cf\\u8ff0\\u800c\\u6d3b\\u7684\\u793e\\u6703\\u4e0a\\uff0c\\u6309\\u4ed6\\u5011\\u7684\\u53ec\\u547d\\u800c\\u6d3b\\u3002\\u2026..\\u4ed6\\u5011\\u7684\\u8eab\\u5206\\u662f\\u53ec\\u547d\\u7684\\uff0c\\u662f\\u4e00\\u500b\\u547c\\u53ec\\uff0c\\u4e0d\\u662f\\u4e00\\u4efd\\u5de5\\u4f5c\\u8077\\u8cac\\u63cf\\u8ff0\\u300d\\u3002\\u9019\\u4e9b\\u4e0d\\u50c5\\u662f\\u300c\\u85dd\\u8853\\u5bb6\\u8207\\u7267\\u5e2b\\u300d\\u56de\\u61c9\\u53ec\\u547d\\u7684\\u5171\\u901a\\u6027\\uff0c\\u6211\\u89ba\\u5f97\\u66ff\\u63db\\u6210\\u300c\\u57fa\\u7763\\u9580\\u5f92\\u300d\\u4f3c\\u4e4e\\u4e5f\\u5f88\\u8cbc\\u5207\\uff0c\\u56e0\\u70ba\\u9a45\\u52d5\\u4ed6\\u5011\\u5167\\u5fc3\\u6301\\u7e8c\\u4e0d\\u65b7\\u524d\\u9032\\u7684\\uff0c\\u4e0d\\u662f\\u5de5\\u4f5c\\u7684\\u85aa\\u6c34\\ufe51\\u982d\\u929c\\u6216\\u50f9\\u503c\\u611f\\u3001\\u4ed6\\u4eba\\u8a8d\\u53ef\\uff0c\\u800c\\u662f\\u4e00\\u80a1\\u5f77\\u5f7f\\u5728\\u80f8\\u53e3\\u71c3\\u71d2\\u7684\\u5f37\\u70c8\\u60c5\\u611f\\u548c\\u5275\\u4f5c\\u71b1\\u60c5\\uff1b\\u662f\\u4e00\\u7a2e\\u66f4\\u9ad8\\u7684\\u4f7f\\u547d\\u611f\\uff0c\\u8981\\u628a\\u4ed6\\u5011\\u6240\\u9818\\u53d7\\u5230\\u7684\\u4e00\\u5207\\u8868\\u9054\\u51fa\\u4f86\\uff1b\\u4e00\\u7a2e\\u5c0d\\u300c\\u4f3c\\u4e4e\\u7121\\u7528\\u3001\\u537b\\u662f\\u795e\\u8056\\u7684\\u50f9\\u503c\\u300d\\u7684\\u6e34\\u671b\\uff1b\\u85dd\\u8853\\u5bb6\\u56de\\u61c9\\u4ed6\\u5011\\u7684\\u53ec\\u547d\\uff0c\\u800c\\u57fa\\u7763\\u5f92\\u56de\\u61c9\\u8036\\u7a4c\\u57fa\\u7763\\u7684\\u547c\\u53ec\\u3002<br \\/>\\n\\t\\u5f9e\\u6469\\u897f\\u548c\\u6bd4\\u6492\\u5217\\u7684\\u9023\\u7d50\\u5c0d\\u61c9\\uff0c\\u8b93\\u6211\\u5c0d\\u300c\\u5851\\u9020\\u795e\\u5b50\\u6c11\\u7684\\u751f\\u6d3b\\u65b9\\u5f0f\\u300d\\u6709\\u66f4\\u6df1\\u7684\\u9ad4\\u6703\\uff0c\\u6bcf\\u6b21\\u4f86\\u5230\\u6703\\u5e55\\u737b\\u796d\\uff0c\\u5728\\u90a3\\u795e\\u8056\\u7a7a\\u9593\\u4e2d\\u7684\\u6bcf\\u4e00\\u500b\\u52d5\\u4f5c\\u90fd\\u5177\\u6709\\u5c6c\\u9748\\u610f\\u7fa9\\uff0c\\u4ee3\\u8868\\u8457\\u795e\\u8207\\u4eba\\u95dc\\u4fc2\\u7684\\u6062\\u5fa9\\u3001\\u548c\\u597d\\uff0c\\u4e5f\\u90fd\\u8868\\u660e\\u300c\\u6211\\u662f\\u5c6c\\u65bc\\u8036\\u548c\\u83ef\\u7684\\u767e\\u59d3\\u300d\\u7684\\u8eab\\u5206\\u8a8d\\u540c\\u3002\\u6b63\\u5982\\u4eca\\u5929\\u57fa\\u7763\\u5f92\\u4f86\\u5230\\u4e3b\\u65e5\\u5d07\\u62dc\\uff0c\\u6240\\u6709\\u6d41\\u7a0b\\u548c\\u7a7a\\u9593\\u5167\\u89f8\\u76ee\\u6240\\u53ca\\u90fd\\u6709\\u610f\\u7fa9\\uff0c\\u4e5f\\u90fd\\u5728\\u5f62\\u5851\\u4fe1\\u4ef0\\u7fa4\\u9ad4\\u5c0d\\u6551\\u6069\\u7684\\u9ad4\\u6703\\uff0c\\u4ee5\\u53ca\\u5206\\u5225\\u70ba\\u8056\\u7684\\u751f\\u6d3b\\u614b\\u5ea6\\u3002\\u656c\\u62dc\\u4e5f\\u4e0d\\u53ea\\u662f\\u97f3\\u6a02\\u8a69\\u6b4c\\uff0c\\u656c\\u62dc\\u662f\\u6211\\u5011\\u7684\\u751f\\u6d3b\\u65b9\\u5f0f\\uff0c\\u6240\\u4ee5\\u5343\\u842c\\u4e0d\\u8981\\u628a\\u300c\\u53bb\\u6559\\u6703\\u7684\\u6642\\u9593\\u300d\\u548c\\u300c\\u65e5\\u5e38\\u751f\\u6d3b\\u7684\\u6642\\u9593\\u300d\\u505a\\u4e86\\u5207\\u5272\\uff0c\\u800c\\u8b8a\\u6210\\u5f62\\u5f0f\\u4e0a\\u7684\\u884c\\u79ae\\u5982\\u5100\\u3002<br \\/>\\n \\u6240\\u4ee5\\u6211\\u5011\\u7684\\u78ba\\u5f88\\u9700\\u8981\\u300c\\u5728\\u53ef\\u898b\\u4e8b\\u7269\\u4e2d\\u770b\\u898b\\u90a3\\u4e9b\\u90a3\\u4e9b\\u8089\\u773c\\u770b\\u4e0d\\u898b\\u7684\\uff0c\\u5728\\u807d\\u898b\\u7684\\u8a71\\u8a9e\\u4e2d\\u807d\\u51fa\\u4eba\\u5011\\u5145\\u8033\\u4e0d\\u805e\\u7684\\u300d\\uff0c\\u597d\\u4f7f\\u6211\\u5011\\u80fd\\u66f4\\u654f\\u92b3\\u5bdf\\u89ba\\u4e0a\\u5e1d\\u7684\\u5fc3\\u610f\\u8207\\u4f5c\\u70ba\\u3002\\u6211\\u4e5f\\u76f8\\u4fe1\\u8056\\u9748\\u5982\\u4eca\\u4ecd\\u7136\\u80fd\\u900f\\u904e\\u975e\\u5e38\\u591a\\u5143\\u3001\\u8c50\\u5bcc\\u3001\\u5145\\u6eff\\u5275\\u9020\\u529b\\u7684\\u65b9\\u5f0f\\uff0c\\u6301\\u7e8c\\u5730\\u5411\\u9858\\u610f\\u655e\\u958b\\u8046\\u807d\\u548c\\u89c0\\u770b\\u7684\\u4eba\\uff0c\\u555f\\u793a\\u4e00\\u5207\\u95dc\\u65bc\\u6069\\u5178\\u8207\\u69ae\\u8000\\u7684\\u771f\\u5be6\\uff0c\\u56e0\\u70ba\\u9019\\u662f\\u5929\\u7236\\u4e16\\u754c\\uff01<br \\/>\\n\\t\\u7b2c\\u4e94\\u7ae0\\u8a0e\\u8ad6\\u5230\\u7f8e\\u597d\\u4e8b\\u7269\\u7684\\u672c\\u8cea\\u4ee5\\u53ca\\u85dd\\u8853\\u5bb6\\uff0c\\u4ee4\\u4eba\\u611f\\u5230\\u6b23\\u559c\\u7684\\u662f\\uff0c\\u6211\\u89ba\\u5f97\\u81ea\\u5df1\\u5f88\\u80fd\\u767c\\u73fe\\u7f8e\\u597d\\u4e8b\\u7269\\u5e36\\u4f86\\u7684\\u5e73\\u975c\\u611f\\u3001\\u559c\\u6085\\u611f\\u548c\\u547d\\u5b9a\\u611f\\uff0c\\u4e5f\\u4f3c\\u4e4e\\u6709\\u90a3\\u9ebc\\u4e00\\u9ede\\u9ede\\u85dd\\u8853\\u5bb6\\u7684\\u7279\\u8cea\\u3002\\u6211\\u5f88\\u559c\\u6b61\\u651d\\u5f71\\uff0c\\u7e3d\\u662f\\u96a8\\u6642\\u6e96\\u5099\\u6293\\u8d77\\u624b\\u6a5f\\u62cd\\u7167\\uff0c\\u6211\\u5f88\\u5bb9\\u6613\\u70ba\\u6674\\u5929\\u96e8\\u5929\\u7684\\u65e5\\u5149\\u96f2\\u5f69\\u665a\\u971e\\u96e8\\u9727\\u89ba\\u5f97\\u7f8e\\u9e97\\u8b9a\\u5606\\uff0c\\u4e5f\\u7279\\u5225\\u5c0d\\u690d\\u7269\\u82b1\\u8349\\u6a39\\u6728\\u5728\\u5404\\u7a2e\\u5149\\u5f71\\u4e0b\\u5c55\\u73fe\\u7684\\u8272\\u5f69\\u7dda\\u689d\\u8b8a\\u5316\\u8457\\u8ff7\\uff0c\\u4f8b\\u5982\\u6700\\u8fd1\\u53f0\\u7063\\u6b12\\u6a39\\u958b\\u82b1\\uff0c\\u5ae9\\u7da0\\u9bae\\u9ec3\\u8910\\u7d05\\u5728\\u85cd\\u5929\\u4e0b\\u975e\\u5e38\\u7e7d\\u7d1b\\u8000\\u773c\\uff01\\u8af8\\u5982\\u6b64\\u985e\\uff0c\\u5c31\\u662f\\u7d14\\u7cb9\\u5730\\u70ba\\u795e\\u6240\\u5275\\u9020\\u7684\\u5929\\u5730\\u5c71\\u6d77\\u81ea\\u7136\\u842c\\u7269\\u800c\\u8b9a\\u5606\\u3002<br \\/>\\n \\u6211\\u4e5f\\u6e05\\u695a\\u5730\\u77e5\\u9053\\uff0c\\u8eab\\u908a\\u7d55\\u5927\\u591a\\u6578\\u4eba\\u90fd\\u5c0d\\u6211\\u6240\\u770b\\u898b\\u7684\\u7f8e\\u597d\\u662f\\u7121\\u611f\\u7684\\u3001\\u8996\\u800c\\u4e0d\\u898b\\u7684\\uff0c\\u904e\\u53bb\\u5076\\u723e\\u6703\\u70ba\\u6b64\\u611f\\u5230\\u5bc2\\u5bde\\uff0c\\u4f46\\u770b\\u5b8c\\u9019\\u5169\\u7ae0\\u5167\\u5bb9\\uff0c\\u78ba\\u5be6\\u6fc0\\u767c\\u6211\\u5167\\u5fc3\\u4e0d\\u4e00\\u6a23\\u7684\\u52d5\\u529b\\uff1b\\u7576\\u6211\\u66f4\\u5c08\\u6ce8\\u89aa\\u8fd1\\u795e\\u6642\\uff0c\\u4e5f\\u6703\\u66f4\\u6709\\u806f\\u60f3\\u7d93\\u6587\\u7684\\u611f\\u52d5\\u548c\\u5275\\u610f\\u3002\\u6211\\u5e0c\\u671b\\u80fd\\u66f4\\u6709\\u6548\\u3001\\u66f4\\u6709\\u5f71\\u97ff\\u529b\\u5730\\u8b93\\u795e\\u4f86\\u4f7f\\u7528\\u7942\\u7d66\\u6211\\u7684\\u6069\\u8cdc\\u624d\\u80fd\\uff0c\\u5e6b\\u52a9\\u66f4\\u591a\\u4eba\\u80fd\\u611f\\u53d7\\u5230\\u4e0a\\u5e1d\\u4e00\\u5207\\u7684\\u7f8e\\u5584\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":1,\"triggeredfrom\":\"forum_add_new_post\"}',1696403615,'web','111.243.94.106',NULL),(2937,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',15,'c',2,29,70,10,4,2,NULL,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1696403615,'web','111.243.94.106',NULL),(2938,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',12,'c',2,29,70,10,4,2,4,0,'{\"forumid\":4,\"discussion\":1}',1696403615,'web','111.243.94.106',NULL),(2939,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,4,2,NULL,0,'null',1696403616,'web','111.243.94.106',NULL),(2940,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696404255,'web','117.56.58.51',NULL),(2941,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1696404281,'web','117.56.58.51',NULL),(2942,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1696404281,'web','117.56.58.51',NULL),(2943,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1696404287,'web','117.56.58.51',NULL),(2944,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,14,2,NULL,0,'null',1696404302,'web','117.56.58.51',NULL),(2945,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,14,2,NULL,0,'null',1696404847,'web','117.56.58.51',NULL),(2946,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,14,2,NULL,0,'null',1696404854,'web','117.56.58.51',NULL),(2947,'\\core\\event\\notification_sent','core','sent','notification','notifications',56,'c',0,1,10,0,4,0,11,0,'{\"courseid\":\"2\"}',1696405446,'cli',NULL,NULL),(2948,'\\core\\event\\notification_sent','core','sent','notification','notifications',57,'c',0,1,10,0,4,0,5,0,'{\"courseid\":\"2\"}',1696405449,'cli',NULL,NULL),(2949,'\\core\\event\\notification_sent','core','sent','notification','notifications',58,'c',0,1,10,0,4,0,21,0,'{\"courseid\":\"2\"}',1696405452,'cli',NULL,NULL),(2950,'\\core\\event\\notification_sent','core','sent','notification','notifications',59,'c',0,1,10,0,4,0,20,0,'{\"courseid\":\"2\"}',1696405454,'cli',NULL,NULL),(2951,'\\core\\event\\notification_sent','core','sent','notification','notifications',60,'c',0,1,10,0,4,0,4,0,'{\"courseid\":\"2\"}',1696405457,'cli',NULL,NULL),(2952,'\\core\\event\\notification_sent','core','sent','notification','notifications',61,'c',0,1,10,0,4,0,2,0,'{\"courseid\":\"2\"}',1696405460,'cli',NULL,NULL),(2953,'\\core\\event\\notification_sent','core','sent','notification','notifications',62,'c',0,1,10,0,4,0,19,0,'{\"courseid\":\"2\"}',1696405462,'cli',NULL,NULL),(2954,'\\core\\event\\notification_sent','core','sent','notification','notifications',63,'c',0,1,10,0,4,0,14,0,'{\"courseid\":\"2\"}',1696405465,'cli',NULL,NULL),(2955,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',1,'r',2,29,70,10,4,2,NULL,0,'null',1696406371,'web','111.243.94.106',NULL),(2956,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,4,2,NULL,0,'null',1696406386,'web','111.243.94.106',NULL),(2957,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,4,2,NULL,0,'null',1696406390,'web','111.243.94.106',NULL),(2958,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696413028,'web','58.11.156.92',NULL),(2959,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"reason\":3}',1696413058,'web','58.11.156.92',NULL),(2960,'\\core\\event\\user_loggedin','core','loggedin','user','user',9,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"extrauserinfo\":[]}',1696413070,'web','58.11.156.92',NULL),(2961,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,9,1,NULL,0,'null',1696413071,'web','58.11.156.92',NULL),(2962,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1696413084,'web','58.11.156.92',NULL),(2963,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,9,2,NULL,0,'null',1696413098,'web','58.11.156.92',NULL),(2964,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1696413122,'web','58.11.156.92',NULL),(2965,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,9,2,NULL,0,'null',1696413128,'web','58.11.156.92',NULL),(2966,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,9,1,NULL,0,'null',1696413175,'web','58.11.156.92',NULL),(2967,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1696413179,'web','58.11.156.92',NULL),(2968,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,9,2,NULL,0,'null',1696413183,'web','58.11.156.92',NULL),(2969,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696414009,'web','221.216.117.145',NULL),(2970,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696414104,'web','111.241.138.215',NULL),(2971,'\\core\\event\\user_loggedin','core','loggedin','user','user',1,'r',0,1,10,0,1,0,NULL,0,'{\"username\":\"guest\",\"extrauserinfo\":[]}',1696414106,'web','221.216.117.145',NULL),(2972,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1696414106,'web','221.216.117.145',NULL),(2973,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1696414138,'web','221.216.117.145',NULL),(2974,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1696414138,'web','221.216.117.145',NULL),(2975,'\\core\\event\\notification_sent','core','sent','notification','notifications',64,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1696414146,'cli',NULL,NULL),(2976,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,23,0,NULL,0,'null',1696414150,'web','221.216.117.145',NULL),(2977,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1696414156,'web','221.216.117.145',NULL),(2978,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,23,2,NULL,0,'null',1696414183,'web','221.216.117.145',NULL),(2979,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696414462,'web','104.245.12.240',NULL),(2980,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,46,30,16,0,0,16,0,'{\"forgottenreset\":false}',1696414514,'web','104.245.12.240',NULL),(2981,'\\core\\event\\user_loggedin','core','loggedin','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"extrauserinfo\":[]}',1696414514,'web','104.245.12.240',NULL),(2982,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,16,1,NULL,0,'null',1696414515,'web','104.245.12.240',NULL),(2983,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,16,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1696414517,'web','104.245.12.240',NULL),(2984,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,16,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1696414518,'web','104.245.12.240',NULL),(2985,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1696414523,'web','104.245.12.240',NULL),(2986,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,16,2,NULL,0,'null',1696414537,'web','104.245.12.240',NULL),(2987,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,16,2,NULL,0,'null',1696414544,'web','104.245.12.240',NULL),(2988,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,16,2,NULL,0,'null',1696414553,'web','104.245.12.240',NULL),(2989,'\\core\\event\\notification_sent','core','sent','notification','notifications',65,'c',0,1,10,0,0,0,16,0,'{\"courseid\":\"1\"}',1696414566,'cli',NULL,NULL),(2990,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',16,'c',2,29,70,10,16,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">1. \\u5de5\\u4f5c\\u548c\\u547c\\u53ec\\u662f\\u4e0d\\u4e00\\u6837\\u7684\\u3002<br \\/>\\n\\u770b\\u5230\\u6bd5\\u5fb7\\u751f\\u7267\\u5e08\\u7684\\u7ecf\\u5386\\uff0c\\u4ed6\\u5f88\\u5728\\u610f\\u7559\\u5fc3\\u5de5\\u4f5c\\u548c\\u547c\\u53ec\\u7684\\u5dee\\u522b\\u3002\\u4f5c\\u4e3a\\u7267\\u5e08\\u4ed6\\u56e0\\u4e3a\\u7231\\u795e\\u4e5f\\u5728\\u610f\\u4ed6\\u6240\\u9762\\u5bf9\\u7684\\u4eba\\uff01\\u4ed6\\u4e5f\\u5e76\\u662f\\u4e0d\\u662f\\u4e00\\u4e2a\\u4ece\\u4e8b\\u827a\\u672f\\u7684\\u4eba\\uff0c\\u5374\\u53ef\\u4ee5\\u7528\\u655e\\u5f00\\u7684\\u6001\\u5ea6\\u548c\\u4e00\\u7fa4\\u827a\\u672f\\u5bb6\\u5728\\u4e00\\u8d77\\u4e24\\u5e74\\uff0c\\u5e76\\u4e14\\u5bf9\\u4e8e\\u5a01\\u529b\\u5148\\u751f\\u7684\\u63d0\\u9192\\u4e88\\u4ee5\\u6b63\\u9762\\u63a5\\u53d7\\u7684\\u6001\\u5ea6\\u3002<br \\/>\\n2. \\u9886\\u5bfc\\u7684\\u89d2\\u8272\\u4e0e\\u5efa\\u9020\\u7684\\u89d2\\u8272\\u3002<br \\/>\\n\\u5728\\u6559\\u4f1a\\u4e2d\\u9700\\u8981\\u201c\\u4e3a\\u656c\\u62dc\\u505a\\u51c6\\u5907\\u201d\\u7684\\u4eba\\u3002\\u201c\\u4ed6\\u89c4\\u5212\\u3001\\u8bbe\\u8ba1\\u4e0e\\u5174\\u5efa\\u4e00\\u5904\\u656c\\u62dc\\u4e4b\\u5730\\uff0c\\u63d0\\u4f9b\\u4e00\\u4e2a\\u5f62\\u5f0f\\uff0c\\u8ba9\\u4eba\\u4eec\\u6392\\u7ec3\\u548c\\u64cd\\u7ec3\\u4ed6\\u4eec\\u7684\\u8eab\\u4efd\\uff0c\\u6301\\u7eed\\u4e00\\u751f\\u4e0d\\u95f4\\u65ad\\u3002\\u201d\\u8fd9\\u662f\\u4ee4\\u6211\\u500d\\u611f\\u632f\\u594b\\uff01\\u5343\\u5e74\\u524d\\u5c31\\u6709\\u4eba\\u4ee5\\u6b64\\u4e3a\\u751f\\u6d3b\\u65b9\\u5f0f\\uff0c\\u5e26\\u9886\\u795e\\u7684\\u767e\\u59d3\\u8fdb\\u5165\\u201c\\u656c\\u62dc\\u201d\\uff0c\\u8ba9\\u751f\\u547d\\u7684\\u6bcf\\u4e00\\u4e2a\\u5c42\\u9762\\u90fd\\u878d\\u5165\\u56de\\u5e94\\u795e\\u3002<br \\/>\\n3. \\u6211\\u76ee\\u524d\\u7684\\u666f\\u51b5\\u3002<br \\/>\\n\\u5728\\u6559\\u4f1a\\u5e76\\u4e0d\\u63a8\\u8fdb\\u7684\\u73b0\\u72b6\\u4e0b\\uff0c\\u662f\\u9c9c\\u5c11\\u4eba\\u5173\\u6ce8\\u7684\\u9886\\u57df\\uff0c\\u6211\\u8fd8\\u8981\\u575a\\u6301\\u505a\\u513f\\u7ae5\\u620f\\u5267\\u5417\\uff1f\\uff08\\u6211\\u81ea\\u5df1\\u4e5f\\u4e0d\\u662f\\u4e13\\u4e1a\\u4eba\\u58eb\\uff0c\\u5e76\\u6ca1\\u6709\\u6280\\u5de7\\u3002\\uff09<\\/div>\",\"pathnamehashes\":[],\"discussionid\":1,\"triggeredfrom\":\"forum_add_new_post\"}',1696414604,'web','104.245.12.240',NULL),(2991,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',16,'c',2,29,70,10,16,2,NULL,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1696414604,'web','104.245.12.240',NULL),(2992,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',13,'c',2,29,70,10,16,2,16,0,'{\"forumid\":4,\"discussion\":1}',1696414604,'web','104.245.12.240',NULL),(2993,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,16,2,NULL,0,'null',1696414606,'web','104.245.12.240',NULL),(2994,'\\mod_forum\\event\\course_searched','mod_forum','searched','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'{\"searchterm\":\"\\u7b2c\\u4e09\\u5468\\u8ba8\\u8bba\"}',1696414759,'web','221.216.117.145',NULL),(2995,'\\core\\event\\notification_sent','core','sent','notification','notifications',66,'c',0,1,10,0,16,0,11,0,'{\"courseid\":\"2\"}',1696416426,'cli',NULL,NULL),(2996,'\\core\\event\\notification_sent','core','sent','notification','notifications',67,'c',0,1,10,0,16,0,5,0,'{\"courseid\":\"2\"}',1696416428,'cli',NULL,NULL),(2997,'\\core\\event\\notification_sent','core','sent','notification','notifications',68,'c',0,1,10,0,16,0,21,0,'{\"courseid\":\"2\"}',1696416431,'cli',NULL,NULL),(2998,'\\core\\event\\notification_sent','core','sent','notification','notifications',69,'c',0,1,10,0,16,0,20,0,'{\"courseid\":\"2\"}',1696416434,'cli',NULL,NULL),(2999,'\\core\\event\\notification_sent','core','sent','notification','notifications',70,'c',0,1,10,0,16,0,16,0,'{\"courseid\":\"2\"}',1696416436,'cli',NULL,NULL),(3000,'\\core\\event\\notification_sent','core','sent','notification','notifications',71,'c',0,1,10,0,16,0,4,0,'{\"courseid\":\"2\"}',1696416439,'cli',NULL,NULL),(3001,'\\core\\event\\notification_sent','core','sent','notification','notifications',72,'c',0,1,10,0,16,0,2,0,'{\"courseid\":\"2\"}',1696416442,'cli',NULL,NULL),(3002,'\\core\\event\\notification_sent','core','sent','notification','notifications',73,'c',0,1,10,0,16,0,19,0,'{\"courseid\":\"2\"}',1696416445,'cli',NULL,NULL),(3003,'\\core\\event\\notification_sent','core','sent','notification','notifications',74,'c',0,1,10,0,16,0,14,0,'{\"courseid\":\"2\"}',1696416447,'cli',NULL,NULL),(3004,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',17,'c',2,29,70,10,9,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u56db\\u7ae0<br \\/>\\n\\u300c\\u6211\\u5982\\u4f55\\u5728\\u6574\\u500b\\u6587\\u5316\\uff0c\\u5305\\u62ec\\u4e16\\u4fd7\\u7684\\u548c\\u6559\\u6703\\u7684\\u6587\\u5316\\uff0c\\u90fd\\u8981\\u7d66\\u6211\\u4e00\\u4efd\\u5de5\\u4f5c\\u8077\\u8cac\\u63cf\\u8ff0\\u6642\\uff0c\\u4ecd\\u4fdd\\u6301 \\u795e\\u7684\\u547c\\u53ec\\u5728\\u6211\\u8033\\u908a\\u7684\\u5373\\u523b\\u6027\\u548c\\u6b0a\\u67c4\\uff1f\\u300d<br \\/>\\n\\u9019\\u96d6\\u662f\\u500b\\u554f\\u53e5\\uff0c\\u537b\\u53c8\\u5982\\u6b64\\u80af\\u5b9a\\u3002\\u91cd\\u751f\\u5f97\\u6551\\u5f8c\\u7684\\u751f\\u547d\\u64c1\\u6709\\u4e00\\u500b\\u8207\\u9019\\u4e16\\u754c\\u5206\\u5225\\u51fa\\u4f86\\u7684\\u7279\\u5225\\u8eab\\u4efd\\u2014 \\u795e\\u7684\\u5152\\u5973\\uff0c\\u9019\\u8eab\\u4efd\\uff0c\\u4ea6\\u662f\\u547c\\u53ec\\uff0c\\u63ed\\u793a\\u6211\\u5011\\u5728\\u65e5\\u5149\\u4e0b\\u751f\\u6d3b\\u7684\\u6b21\\u5e8f\\u2014\\u51e1\\u4e8b\\u300c\\u5c0a\\u4e3b\\u70ba\\u5927\\u300d\\u3002\\u56e0\\u4e3b\\u5728\\u6211\\u751f\\u547d\\u7684\\u5bf6\\u5ea7\\u4e0a\\uff0c\\u6211\\u5728\\u5bf6\\u5ea7\\u4e0b\\uff0c\\u90a3\\u9ebc\\u4e0d\\u8ad6\\u6240\\u8b00\\u4f55\\u4e8b\\u3001\\u6240\\u9047\\u8655\\u5883\\u5982\\u4f55\\uff0c\\u8b39\\u5b88\\u9019\\u5206\\u5225\\u51fa\\u4f86\\u7684\\u751f\\u547d\\u6b21\\u5e8f\\u61c9\\u7576\\u5c55\\u73fe\\u7684\\u50f9\\u503c\\u89c0\\uff0c\\u5982\\u540c\\u4e00\\u500b\\u85dd\\u8853\\u5bb6\\u81ea\\u7136\\u5730\\u6d3b\\u51fa\\u81ea\\u8eab\\u5c0d\\u85dd\\u8853\\u7684\\u72c2\\u71b1\\u8207\\u57f7\\u8457\\u3002<br \\/>\\n<br \\/>\\n\\u7b2c\\u4e94\\u7ae0<br \\/>\\n\\u6211\\u770b\\u4e0d\\u592a\\u61c2\\u9019\\u4e00\\u7ae0\\u3002\\u4f46\\u5f88\\u559c\\u6b61\\u5176\\u4e2d\\u963f\\u594e\\u7d0d\\u5c0d\\u7f8e\\u7684\\u4e8b\\u7269\\u5b9a\\u7fa9\\uff1a\\u300e\\u5b8c\\u6574\\uff0c\\u548c\\u8ae7\\uff0c\\u5149\\u8f1d\\u3002\\u300f\\u9019\\u6216\\u8a31\\u53ef\\u4ee5\\u4f5c\\u70ba\\u5728\\u8655\\u4e8b\\u4e0a\\u9700\\u8981\\u8861\\u91cf\\u6216\\u9078\\u64c7\\u6642\\u7684\\u8861\\u91cf\\u65b9\\u5f0f\\u3002\\u5b8c\\u6574\\u6027\\u5982\\u4f55\\uff1f\\u548c\\u8ae7\\u5ea6\\u5920\\u55ce\\uff1f\\u662f\\u5426\\u80fd\\u69ae\\u8000 \\u795e\\uff1f<\\/div>\",\"pathnamehashes\":[],\"discussionid\":1,\"triggeredfrom\":\"forum_add_new_post\"}',1696417332,'web','58.11.156.92',NULL),(3005,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',17,'c',2,29,70,10,9,2,NULL,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1696417332,'web','58.11.156.92',NULL),(3006,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',14,'c',2,29,70,10,9,2,9,0,'{\"forumid\":4,\"discussion\":1}',1696417332,'web','58.11.156.92',NULL),(3007,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,9,2,NULL,0,'null',1696417333,'web','58.11.156.92',NULL),(3008,'\\core\\event\\user_loggedout','core','loggedout','user','user',9,'r',0,1,10,0,9,0,NULL,0,'{\"sessionid\":\"4v1klbs2crb6h5hekd84eiqjsn\"}',1696417372,'web','58.11.156.92',NULL),(3009,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696417372,'web','58.11.156.92',NULL),(3010,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696418084,'web','103.20.60.3',NULL),(3011,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"n\\ufffd\\ufffd\\ufffd\\u001e\\ufffd\\u0650\",\"reason\":1}',1696418099,'web','103.20.60.3',NULL),(3012,'\\core\\event\\user_loggedin','core','loggedin','user','user',8,'r',0,1,10,0,8,0,NULL,0,'{\"username\":\"0966487235\",\"extrauserinfo\":[]}',1696418108,'web','103.20.60.3',NULL),(3013,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,8,1,NULL,0,'null',1696418109,'web','103.20.60.3',NULL),(3014,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,8,2,NULL,0,'null',1696418114,'web','103.20.60.3',NULL),(3015,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,8,2,NULL,0,'null',1696418125,'web','103.20.60.3',NULL),(3016,'\\core\\event\\notification_sent','core','sent','notification','notifications',75,'c',0,1,10,0,9,0,11,0,'{\"courseid\":\"2\"}',1696419185,'cli',NULL,NULL),(3017,'\\core\\event\\notification_sent','core','sent','notification','notifications',76,'c',0,1,10,0,9,0,5,0,'{\"courseid\":\"2\"}',1696419188,'cli',NULL,NULL),(3018,'\\core\\event\\notification_sent','core','sent','notification','notifications',77,'c',0,1,10,0,9,0,21,0,'{\"courseid\":\"2\"}',1696419191,'cli',NULL,NULL),(3019,'\\core\\event\\notification_sent','core','sent','notification','notifications',78,'c',0,1,10,0,9,0,9,0,'{\"courseid\":\"2\"}',1696419195,'cli',NULL,NULL),(3020,'\\core\\event\\notification_sent','core','sent','notification','notifications',79,'c',0,1,10,0,9,0,20,0,'{\"courseid\":\"2\"}',1696419198,'cli',NULL,NULL),(3021,'\\core\\event\\notification_sent','core','sent','notification','notifications',80,'c',0,1,10,0,9,0,16,0,'{\"courseid\":\"2\"}',1696419201,'cli',NULL,NULL),(3022,'\\core\\event\\notification_sent','core','sent','notification','notifications',81,'c',0,1,10,0,9,0,4,0,'{\"courseid\":\"2\"}',1696419203,'cli',NULL,NULL),(3023,'\\core\\event\\notification_sent','core','sent','notification','notifications',82,'c',0,1,10,0,9,0,2,0,'{\"courseid\":\"2\"}',1696419206,'cli',NULL,NULL),(3024,'\\core\\event\\notification_sent','core','sent','notification','notifications',83,'c',0,1,10,0,9,0,19,0,'{\"courseid\":\"2\"}',1696419209,'cli',NULL,NULL),(3025,'\\core\\event\\notification_sent','core','sent','notification','notifications',84,'c',0,1,10,0,9,0,14,0,'{\"courseid\":\"2\"}',1696419212,'cli',NULL,NULL),(3026,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',18,'c',2,29,70,10,23,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e09\\u5468\\u8bfe\\u524d\\u8ba8\\u8bba<br \\/>\\n \\u8001\\u5b9e\\u8bf4\\uff0c\\u770b\\u8fd9\\u7c7b\\u6587\\u7ae0\\u6709\\u70b9\\u7d2f\\uff0c\\u7406\\u89e3\\u6709\\u70b9\\u96be\\u5ea6\\uff01\\u53ef\\u80fd\\u548c\\u6211\\u5e73\\u65f6\\u7684\\u8ba4\\u77e5\\u5ea6\\u6709\\u5dee\\u8ddd\\u3002\\u770b\\u5b8c\\u6587\\u7ae0\\uff0c\\u6211\\u8fd8\\u662f\\u4e0d\\u660e\\u767d\\uff0c\\u4f5c\\u8005\\u6240\\u8bf4\\u7684\\u201c\\u7267\\u5e08\\u8eab\\u4efd\\u7684\\u5f62\\u5851\\u548c\\u827a\\u672f\\u5bb6\\u7684\\u5173\\u7cfb\\u201d\\uff0c\\u6211\\u7684\\u7406\\u89e3\\u662f\\u201c\\u7267\\u5e08\\u4e0d\\u5e94\\u8be5\\u53ea\\u770b\\u4f5c\\u4e00\\u4e2a\\u5de5\\u4f5c\\uff0c\\u5e94\\u8be5\\u6709\\u50cf\\u827a\\u672f\\u5bb6\\u5bf9\\u827a\\u672f\\u7684\\u8ffd\\u6c42\\u4e00\\u6837\\uff0c\\u6c38\\u8fdc\\u4fdd\\u6301\\u90a3\\u4efd\\u5bf9\\u795e\\u5bf9\\u4eba\\u7684\\u2018\\u521d\\u5fc3\\u2019\\u201d\\uff0c\\u5c31\\u50cf\\u7b2c\\u4e94\\u7ae0\\u8bf4\\u7684\\\"\\u4ed6\\u4eec\\u4ee4\\u6211\\u6293\\u72c2\\uff0c\\u51e0\\u4e4e\\u6ca1\\u6709\\u4e00\\u4e2a\\u8ba9\\u6211\\u89c9\\u5f97\\u65e0\\u804a\\\"\\uff0c\\u65e0\\u8bba\\u600e\\u6837\\u7684\\u72b6\\u6001\\uff0c\\u7267\\u5e08\\u90fd\\u80fd\\u7406\\u89e3\\u4ed6\\u4eec\\uff0c\\u8fd9\\u6837\\u7684\\u7267\\u5e08\\u592a\\u96be\\u5f97\\u4e86\\uff01\\u7267\\u5e08\\u4e5f\\u662f\\u4eba\\uff0c\\u4ed6\\u4e5f\\u6709\\u81ea\\u5df1\\u7684\\u5bb6\\u5ead\\u548c\\u751f\\u6d3b\\uff0c\\u5e94\\u8be5\\u5f88\\u96be\\u505a\\u5230\\u5427?\\u73b0\\u5b9e\\u4e2d\\u7684\\u7267\\u5e08\\u548c\\u4fe1\\u5f92\\u5173\\u7cfb\\uff0c\\u6bcf\\u4e2a\\u4eba\\u7406\\u89e3\\u4f1a\\u4e0d\\u540c\\uff0c\\u5904\\u7406\\u4eba\\u9645\\u5173\\u7cfb\\u53ea\\u80fd\\u4f9d\\u9760\\u795e\\u548c\\u667a\\u6167\\u3002<br \\/>\\n \\u4f5c\\u8005\\u6240\\u8bf4\\u5bf9\\u201c\\u6bd4\\u8428\\u5217\\u201d\\u7684\\u7406\\u89e3\\uff0c\\u6211\\u4e0d\\u592a\\u8ba4\\u540c\\uff0c\\u6211\\u89c9\\u5f97\\u6bd4\\u8428\\u5217\\u662f\\u6709\\u7279\\u6b8a\\u5929\\u8d4b\\u624d\\u80fd\\u7684\\u827a\\u672f\\u5bb6\\uff0c\\u5236\\u9020\\u4f1a\\u5e55\\u4e5f\\u662f\\u6469\\u897f\\u4ece\\u795e\\u9886\\u53d7\\u201c\\u56fe\\u7eb8\\u201d\\uff0c\\u7136\\u540e\\u6bd4\\u8428\\u5217\\u7167\\u56fe\\u7eb8\\u5e26\\u9886\\u6307\\u5bfc\\u5176\\u4ed6\\u5de5\\u5320\\u65bd\\u5de5\\uff0c\\u771f\\u6b63\\u7684\\u8bbe\\u8ba1\\u5e08\\u662f\\u201c\\u795e\\u81ea\\u5df1\\u201d\\u3002<br \\/>\\n \\u5173\\u4e8e\\u827a\\u672f\\u5bb6\\uff0c\\u4f5c\\u8005\\u8bba\\u8ff0\\u5f88\\u597d\\uff0c\\u611f\\u89c9\\u4f3c\\u61c2\\u975e\\u61c2\\uff0c\\u201c\\u7f8e\\u7684\\u4e8b\\u7269\\u5c31\\u662f\\u5b8c\\u6574\\uff0c\\u548c\\u8c10\\uff0c\\u5149\\u8f89\\uff0c\\u8fd9\\u4e5f\\u662f\\u827a\\u672f\\u5bb6\\u7684\\u8303\\u7574\\uff0c\\u7f8e\\u4e0d\\u662f\\u53ef\\u7231\\uff0c\\u4e0d\\u662f\\u7b80\\u5355\\u5bb9\\u6613\\uff0c\\u4e0d\\u662f\\u5e73\\u5eb8\\uff0c\\u4e0d\\u662f\\u50bb\\u91cc\\u50bb\\u6c14.....\\u4e0d\\u662f\\u5f97\\u6765\\u5168\\u4e0d\\u8d39\\u5de5\\u592b\\uff0c\\u4e5f\\u4e0d\\u662f\\u65e0\\u5a01\\u80c1\\u6027\\u201d\\uff1b\\u201c\\u827a\\u672f\\u5c31\\u662f\'\\u5b83\\u4e0d\\u4e3a\\u4efb\\u4f55\\u4e8b\\u2018\\uff0c\\u4ed6\\u662f\\u65e0\\u7528\\u7684\\u2014\\u2014\\u9664\\u4e86\\u4f5c\\u7f8e\\u7684\\u5668\\u76bf\\u201d\\uff0c\\u4e0d\\u80fd\\u5b8c\\u5168\\u660e\\u767d\\uff01<\\/div>\",\"pathnamehashes\":[],\"discussionid\":1,\"triggeredfrom\":\"forum_add_new_post\"}',1696421490,'web','221.216.117.145',NULL),(3027,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',18,'c',2,29,70,10,23,2,NULL,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1696421490,'web','221.216.117.145',NULL),(3028,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',15,'c',2,29,70,10,23,2,23,0,'{\"forumid\":4,\"discussion\":1}',1696421490,'web','221.216.117.145',NULL),(3029,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,23,2,NULL,0,'null',1696421491,'web','221.216.117.145',NULL),(3030,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696421879,'web','49.216.133.116',NULL),(3031,'\\core\\event\\user_loggedout','core','loggedout','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"sessionid\":\"ghogf5q9743rr9fr9dak2pqi8v\"}',1696421917,'web','221.216.117.145',NULL),(3032,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696421918,'web','221.216.117.145',NULL),(3033,'\\core\\event\\notification_sent','core','sent','notification','notifications',85,'c',0,1,10,0,23,0,11,0,'{\"courseid\":\"2\"}',1696423325,'cli',NULL,NULL),(3034,'\\core\\event\\notification_sent','core','sent','notification','notifications',86,'c',0,1,10,0,23,0,23,0,'{\"courseid\":\"2\"}',1696423329,'cli',NULL,NULL),(3035,'\\core\\event\\notification_sent','core','sent','notification','notifications',87,'c',0,1,10,0,23,0,5,0,'{\"courseid\":\"2\"}',1696423332,'cli',NULL,NULL),(3036,'\\core\\event\\notification_sent','core','sent','notification','notifications',88,'c',0,1,10,0,23,0,21,0,'{\"courseid\":\"2\"}',1696423335,'cli',NULL,NULL),(3037,'\\core\\event\\notification_sent','core','sent','notification','notifications',89,'c',0,1,10,0,23,0,9,0,'{\"courseid\":\"2\"}',1696423337,'cli',NULL,NULL),(3038,'\\core\\event\\notification_sent','core','sent','notification','notifications',90,'c',0,1,10,0,23,0,20,0,'{\"courseid\":\"2\"}',1696423341,'cli',NULL,NULL),(3039,'\\core\\event\\notification_sent','core','sent','notification','notifications',91,'c',0,1,10,0,23,0,16,0,'{\"courseid\":\"2\"}',1696423343,'cli',NULL,NULL),(3040,'\\core\\event\\notification_sent','core','sent','notification','notifications',92,'c',0,1,10,0,23,0,4,0,'{\"courseid\":\"2\"}',1696423347,'cli',NULL,NULL),(3041,'\\core\\event\\notification_sent','core','sent','notification','notifications',93,'c',0,1,10,0,23,0,2,0,'{\"courseid\":\"2\"}',1696423350,'cli',NULL,NULL),(3042,'\\core\\event\\notification_sent','core','sent','notification','notifications',94,'c',0,1,10,0,23,0,19,0,'{\"courseid\":\"2\"}',1696423353,'cli',NULL,NULL),(3043,'\\core\\event\\notification_sent','core','sent','notification','notifications',95,'c',0,1,10,0,23,0,14,0,'{\"courseid\":\"2\"}',1696423355,'cli',NULL,NULL),(3044,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696425054,'web','106.55.202.193',NULL),(3045,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696426342,'web','36.228.211.168',NULL),(3046,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696426511,'web','36.228.211.168',NULL),(3047,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1696426564,'web','36.228.211.168',NULL),(3048,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1696426564,'web','36.228.211.168',NULL),(3049,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,17,0,NULL,0,'null',1696426572,'web','36.228.211.168',NULL),(3050,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1696426585,'web','36.228.211.168',NULL),(3051,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,17,0,NULL,0,'null',1696426590,'web','36.228.211.168',NULL),(3052,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1696426595,'web','36.228.211.168',NULL),(3053,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,17,2,NULL,0,'null',1696426603,'web','36.228.211.168',NULL),(3054,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,17,2,NULL,0,'null',1696426621,'web','36.228.211.168',NULL),(3055,'\\core\\event\\notification_sent','core','sent','notification','notifications',96,'c',0,1,10,0,0,0,17,0,'{\"courseid\":\"1\"}',1696426626,'cli',NULL,NULL),(3056,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,17,2,NULL,0,'null',1696426628,'web','36.228.211.168',NULL),(3057,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696430201,'web','159.89.169.222',NULL),(3058,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696430215,'web','159.89.169.222',NULL),(3059,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696432462,'web','159.89.169.222',NULL),(3060,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',19,'c',2,29,70,10,8,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u8bfb\\u5b8c\\uff08\\u5305\\u62ec\\u524d\\u9762\\u51e0\\u7ae0\\uff09\\u6700\\u5927\\u7684\\u611f\\u53d7\\u662f\\u6559\\u4f1a\\/\\u7267\\u517b\\/\\u7267\\u5e08\\u597d\\u9700\\u8981\\u827a\\u672f\\uff08\\u5bb6\\uff09\\u3002\\u6211\\u60f3\\u53ef\\u80fd\\u4e5f\\u6709\\u8fd9\\u4e66\\u5199\\u6210\\u65f6\\u7684\\u65f6\\u4ee3\\u80cc\\u666f\\uff0c\\u6240\\u4ee5\\u7279\\u522b\\u5f3a\\u8c03\\u3002\\u7eb5\\u89c2\\u76ee\\u524d\\u6559\\u4f1a\\u65e0\\u8bba\\u662f\\u5148\\u77e5\\u6027\\u7ed8\\u753b\\u8fd8\\u662f\\u821e\\u8e48\\u6216\\u662f\\u4e00\\u4e9b\\u6587\\u521b\\u4ea7\\u54c1\\u7b49\\u90fd\\u5df2\\u7ecf\\u5728\\u62e5\\u62b1\\u827a\\u672f\\u3002\\u4ec5\\u7ba1\\u5982\\u6b64\\uff0c\\u4e66\\u4e2d\\u8fd8\\u662f\\u7ed9\\u6211\\u8bb8\\u591a\\u63d0\\u9192\\u4e0e\\u601d\\u8003\\u7684\\u3002<br \\/>\\n\\u7b2c\\u56db\\u7ae0\\u4e3b\\u8981\\u8bb2\\u4e86\\u7267\\u5e08\\u4e0e\\u827a\\u672f\\u5bb6\\u7684\\u6545\\u4e8b\\uff0c\\u8fd9\\u4e24\\u4e2a\\u6709\\u6781\\u9c9c\\u660e\\u53cd\\u5dee\\u7684\\u804c\\u4e1a\\u7b2c\\u4e00\\u6b21\\u88ab\\u653e\\u5728\\u4e00\\u8d77\\u601d\\u8003\\uff0c\\u5374\\u6709\\u4e86\\u5171\\u540c\\u70b9\\uff0c\\u751a\\u81f3\\u662f\\u76f8\\u8f85\\u76f8\\u6210\\u7684\\u4f5c\\u7528\\u3002\\u7ed9\\u6211\\u6700\\u5927\\u7684\\u63d0\\u9192\\u5c31\\u662f\\u201c\\u6469\\u897f\\u548c\\u6bd4\\u6492\\u70c8\\u201d\\u7684\\u914d\\u5408\\uff0c\\u827a\\u672f\\u5bb6\\u53ef\\u4ee5\\u66f4\\u597d\\u5730\\u5c06\\u795e\\u5b66\\u843d\\u5730\\uff0c\\u4f46\\u53cd\\u8fc7\\u6765\\u4e5f\\u9700\\u8981\\u6bd4\\u6492\\u5217\\u672c\\u8eab\\u7684\\u751f\\u547d\\uff0c\\u4e0e\\u795e\\u7684\\u5173\\u7cfb\\uff0c\\u5bf9\\u4fe1\\u4ef0\\u7684\\u8be0\\u91ca\\u662f\\u57fa\\u7840\\u3002<br \\/>\\n\\u7b2c\\u4e94\\u7ae0\\u66f4\\u662f\\u6253\\u5f00\\u4e86\\u65b0\\u89c6\\u91ce\\uff0c\\u8ba4\\u8bc6\\u4e86\\u4ec0\\u4e48\\u662f\\u827a\\u672f\\u5bb6\\uff08\\u6839\\u636e\\u4e66\\u4e2d\\u7684\\u5206\\u7c7b\\uff0c\\u6211\\u5e94\\u8be5\\u662f\\u652f\\u6301\\u827a\\u672f\\u5bb6\\u7684\\u4eba\\u4e86\\uff09\\u3002\\u6211\\u60f3\\u4e66\\u4e2d\\u7684\\u5b9a\\u4e49\\u6216\\u8bb8\\u548c\\u4e16\\u754c\\u4e2d\\u7684\\u5b9a\\u4e49\\u8fd8\\u4e0d\\u592a\\u4e00\\u5b9a\\uff0c\\u540e\\u73b0\\u4ee3\\u7684\\u6d6a\\u6f6e\\u8ba9\\u5f88\\u591a\\u9886\\u57df\\u7684\\u5ba1\\u7f8e\\u662f\\u4ee5\\u4e11\\u3001\\u602a\\u7656\\u4e3a\\u7f8e\\u7684\\u3002\\u8fd9\\u91cc\\u7684\\u5b9a\\u4e49\\u662f\\u5f88\\u597d\\u5730\\u4e0e\\u5d07\\u5c1a\\u8fd9\\u4e9b\\u6587\\u5316\\u7684\\u4eba\\u6765\\u5bf9\\u8bdd\\uff08\\u867d\\u7136\\u89c9\\u5f97\\u4e66\\u4e2d\\u7684\\u5b9a\\u4e49\\u6709\\u70b9\\u592a\\u7edd\\u5bf9\\uff0c\\u4f46\\u662f\\u5f88\\u597d\\u7684\\u601d\\u8003\\u9762\\u5411\\u4e0e\\u5bf9\\u8bdd\\u5207\\u5165\\u70b9\\uff09\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":1,\"triggeredfrom\":\"forum_add_new_post\"}',1696434704,'web','103.20.60.3',NULL),(3061,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',19,'c',2,29,70,10,8,2,NULL,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1696434704,'web','103.20.60.3',NULL),(3062,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',16,'c',2,29,70,10,8,2,8,0,'{\"forumid\":4,\"discussion\":1}',1696434704,'web','103.20.60.3',NULL),(3063,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,8,2,NULL,0,'null',1696434705,'web','103.20.60.3',NULL),(3064,'\\core\\event\\notification_sent','core','sent','notification','notifications',97,'c',0,1,10,0,8,0,11,0,'{\"courseid\":\"2\"}',1696436526,'cli',NULL,NULL),(3065,'\\core\\event\\notification_sent','core','sent','notification','notifications',98,'c',0,1,10,0,8,0,8,0,'{\"courseid\":\"2\"}',1696436529,'cli',NULL,NULL),(3066,'\\core\\event\\notification_sent','core','sent','notification','notifications',99,'c',0,1,10,0,8,0,23,0,'{\"courseid\":\"2\"}',1696436532,'cli',NULL,NULL),(3067,'\\core\\event\\notification_sent','core','sent','notification','notifications',100,'c',0,1,10,0,8,0,5,0,'{\"courseid\":\"2\"}',1696436536,'cli',NULL,NULL),(3068,'\\core\\event\\notification_sent','core','sent','notification','notifications',101,'c',0,1,10,0,8,0,21,0,'{\"courseid\":\"2\"}',1696436539,'cli',NULL,NULL),(3069,'\\core\\event\\notification_sent','core','sent','notification','notifications',102,'c',0,1,10,0,8,0,9,0,'{\"courseid\":\"2\"}',1696436541,'cli',NULL,NULL),(3070,'\\core\\event\\notification_sent','core','sent','notification','notifications',103,'c',0,1,10,0,8,0,20,0,'{\"courseid\":\"2\"}',1696436544,'cli',NULL,NULL),(3071,'\\core\\event\\notification_sent','core','sent','notification','notifications',104,'c',0,1,10,0,8,0,16,0,'{\"courseid\":\"2\"}',1696436547,'cli',NULL,NULL),(3072,'\\core\\event\\notification_sent','core','sent','notification','notifications',105,'c',0,1,10,0,8,0,4,0,'{\"courseid\":\"2\"}',1696436550,'cli',NULL,NULL),(3073,'\\core\\event\\notification_sent','core','sent','notification','notifications',106,'c',0,1,10,0,8,0,2,0,'{\"courseid\":\"2\"}',1696436554,'cli',NULL,NULL),(3074,'\\core\\event\\notification_sent','core','sent','notification','notifications',107,'c',0,1,10,0,8,0,19,0,'{\"courseid\":\"2\"}',1696436556,'cli',NULL,NULL),(3075,'\\core\\event\\notification_sent','core','sent','notification','notifications',108,'c',0,1,10,0,8,0,14,0,'{\"courseid\":\"2\"}',1696436560,'cli',NULL,NULL),(3076,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696437248,'web','130.132.173.234',NULL),(3077,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696437253,'web','65.154.226.166',NULL),(3078,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"\\u0013\\ufffd\\ufffd\\ufffdf\\ufffd\\ufffd\\u0148\\ufffdi\",\"reason\":1}',1696437254,'web','130.132.173.234',NULL),(3079,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1696437258,'web','130.132.173.234',NULL),(3080,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1696437258,'web','130.132.173.234',NULL),(3081,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696437261,'web','130.132.173.234',NULL),(3082,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696437268,'web','130.132.173.234',NULL),(3083,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',7,'r',2,56,70,17,2,2,NULL,0,'null',1696437272,'web','130.132.173.234',NULL),(3084,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696437277,'web','130.132.173.234',NULL),(3085,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',17,'u',1,56,70,17,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":\"7\",\"name\":\"\\u88dc\\u5145\\u8b1b\\u7fa9\\uff1a\\u8cdc\\u9748\\u611f\\u7684\\u4e4b\\u6c23\"}',1696437296,'web','130.132.173.234',NULL),(3086,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696437300,'web','130.132.173.234',NULL),(3087,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',6,'r',2,55,70,16,2,2,NULL,0,'null',1696437304,'web','130.132.173.234',NULL),(3088,'\\core\\event\\notification_sent','core','sent','notification','notifications',109,'c',0,1,10,0,0,0,2,0,'{\"courseid\":\"1\"}',1696437307,'cli',NULL,NULL),(3089,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1696457583,'web','36.228.211.168',NULL),(3090,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,17,2,NULL,0,'null',1696457583,'web','36.228.211.168',NULL),(3091,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,17,2,NULL,0,'null',1696457603,'web','36.228.211.168',NULL),(3092,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,17,2,NULL,0,'null',1696457646,'web','36.228.211.168',NULL),(3093,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',20,'c',2,29,70,10,17,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u5f88\\u52aa\\u529b\\u60f3\\u7406\\u89e3\\u9019\\u5169\\u7ae0\\u5167\\u5bb9\\uff0c\\u4e00\\u500b\\u662f\\u7267\\u5e2b\\uff0c\\u4e00\\u500b\\u662f\\u85dd\\u8853\\u5bb6\\uff0c\\u6709\\u4f55\\u76f8\\u95dc\\uff1f\\u4e0d\\u77e5\\u6211\\u7684\\u7406\\u89e3\\u662f\\u5426\\u6709\\u8aa4\\uff1f\\u7562\\u5fb7\\u751f\\u5c0d\\u65bc\\u6210\\u70ba\\u7267\\u5e2b\\u7684\\u547c\\u53ec\\uff0c\\u6bd4\\u64ec\\u5982\\u85dd\\u8853\\u5bb6\\u5c0d\\u65bc\\u85dd\\u8853\\u6295\\u5165\\u7684\\u7d14\\u7cb9\\u3001\\u76f4\\u63a5\\uff0c\\u4ed6\\u5011\\u60c5\\u611f\\u4e2d\\u90a3\\u7a2e\\u71b1\\u5207\\u3001\\u7121\\u53ef\\u6297\\u62d2\\u7684\\u56de\\u61c9\\u3002<br \\/>\\n\\u5c0d\\u65bc\\u547c\\u53ec\\uff0c\\u4ee4\\u6211\\u9677\\u5165\\u6df1\\u601d\\uff0c\\u9019\\u662f\\u4e00\\u4efd\\u90e8\\u53c3\\u96dc\\u7406\\u6027\\u601d\\u8003\\uff0c\\u7d14\\u7cb9\\u60c5\\u611f\\u6027\\u7684\\u56de\\u61c9\\uff1f\\u9019\\u4efd\\u71b1\\u5207\\u5982\\u706b\\u4e00\\u822c\\uff0c\\u96e3\\u4ee5\\u6291\\u5236\\u3001\\u7121\\u6cd5\\u6f86\\u7184\\uff0c\\u76f4\\u5230\\u4f60\\u8f49\\u8eab\\u6b63\\u78ba\\u56de\\u61c9\\uff0c\\u4ed6\\u624d\\u80fd\\u6d88\\u505c\\u3002<br \\/>\\n\\u4f9d\\u4f5c\\u8005\\u63cf\\u8ff0\\uff0c\\u4f3c\\u4e4e\\uff0c\\u7267\\u5e2b\\u5df2\\u6210\\u4e00\\u500b\\u50f5\\u5316\\u7684\\u8eab\\u5206\\uff0c\\u4e0d\\u80fd\\u96a8\\u5f9e\\u6700\\u771f\\u5be6\\u3001\\u6700\\u6df1\\u5207\\u7684\\u5167\\u5fc3\\u884c\\u4e8b\\uff1f\\u6216\\u662f\\u5931\\u53bb\\u300c\\u72c2\\u71b1\\u300d\\u4e4b\\u521d\\u5fc3\\uff1f<\\/div>\",\"pathnamehashes\":[],\"discussionid\":1,\"triggeredfrom\":\"forum_add_new_post\"}',1696457677,'web','36.228.211.168',NULL),(3094,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',20,'c',2,29,70,10,17,2,NULL,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1696457677,'web','36.228.211.168',NULL),(3095,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',17,'c',2,29,70,10,17,2,17,0,'{\"forumid\":4,\"discussion\":1}',1696457677,'web','36.228.211.168',NULL),(3096,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,17,2,NULL,0,'null',1696457678,'web','36.228.211.168',NULL),(3097,'\\mod_forum\\event\\post_deleted','mod_forum','deleted','post','forum_posts',20,'d',0,29,70,10,17,2,17,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1696457731,'web','36.228.211.168',NULL),(3098,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,17,2,NULL,0,'null',1696457731,'web','36.228.211.168',NULL),(3099,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',21,'c',2,29,70,10,17,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u5f88\\u52aa\\u529b\\u60f3\\u7406\\u89e3\\u9019\\u5169\\u7ae0\\u5167\\u5bb9\\uff0c\\u4e00\\u500b\\u662f\\u7267\\u5e2b\\uff0c\\u4e00\\u500b\\u662f\\u85dd\\u8853\\u5bb6\\uff0c\\u6709\\u4f55\\u76f8\\u95dc\\uff1f\\u4e0d\\u77e5\\u6211\\u7684\\u7406\\u89e3\\u662f\\u5426\\u6709\\u8aa4\\uff1f\\u7562\\u5fb7\\u751f\\u5c0d\\u65bc\\u6210\\u70ba\\u7267\\u5e2b\\u7684\\u547c\\u53ec\\uff0c\\u6bd4\\u64ec\\u5982\\u85dd\\u8853\\u5bb6\\u5c0d\\u65bc\\u85dd\\u8853\\u6295\\u5165\\u7684\\u7d14\\u7cb9\\u3001\\u76f4\\u63a5\\uff0c\\u4ed6\\u5011\\u60c5\\u611f\\u4e2d\\u90a3\\u7a2e\\u71b1\\u5207\\u3001\\u7121\\u53ef\\u6297\\u62d2\\u7684\\u56de\\u61c9\\u3002<br \\/>\\n\\u5c0d\\u65bc\\u547c\\u53ec\\uff0c\\u4ee4\\u6211\\u9677\\u5165\\u6df1\\u601d\\uff0c\\u9019\\u662f\\u4e00\\u4efd\\u4e0d\\u53c3\\u96dc\\u7406\\u6027\\u601d\\u8003\\uff0c\\u7d14\\u7cb9\\u60c5\\u611f\\u6027\\u7684\\u56de\\u61c9\\uff1f\\u9019\\u4efd\\u71b1\\u5207\\u5982\\u706b\\u4e00\\u822c\\uff0c\\u96e3\\u4ee5\\u6291\\u5236\\u3001\\u7121\\u6cd5\\u6f86\\u7184\\uff0c\\u76f4\\u5230\\u4f60\\u8f49\\u8eab\\u6b63\\u78ba\\u56de\\u61c9\\uff0c\\u4ed6\\u624d\\u80fd\\u6d88\\u505c\\u3002<br \\/>\\n\\u4f9d\\u4f5c\\u8005\\u63cf\\u8ff0\\uff0c\\u4f3c\\u4e4e\\uff0c\\u7267\\u5e2b\\u5df2\\u6210\\u4e00\\u500b\\u50f5\\u5316\\u7684\\u8eab\\u5206\\uff0c\\u4e0d\\u80fd\\u96a8\\u5f9e\\u6700\\u771f\\u5be6\\u3001\\u6700\\u6df1\\u5207\\u7684\\u5167\\u5fc3\\u884c\\u4e8b\\uff1f\\u6216\\u662f\\u5931\\u53bb\\u300c\\u72c2\\u71b1\\u300d\\u4e4b\\u521d\\u5fc3\\uff1f<\\/div>\",\"pathnamehashes\":[],\"discussionid\":1,\"triggeredfrom\":\"forum_add_new_post\"}',1696457775,'web','36.228.211.168',NULL),(3100,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',21,'c',2,29,70,10,17,2,NULL,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1696457775,'web','36.228.211.168',NULL),(3101,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,17,2,NULL,0,'null',1696457775,'web','36.228.211.168',NULL),(3102,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1696458010,'web','36.228.211.168',NULL),(3103,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,17,0,NULL,0,'null',1696458010,'web','36.228.211.168',NULL),(3104,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1696458017,'web','36.228.211.168',NULL),(3105,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',7,'r',2,56,70,17,17,2,NULL,0,'null',1696458032,'web','36.228.211.168',NULL),(3106,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1696458057,'web','36.228.211.168',NULL),(3107,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,17,2,NULL,0,'null',1696458067,'web','36.228.211.168',NULL),(3108,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1696458099,'web','36.228.211.168',NULL),(3109,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',7,'r',2,56,70,17,17,2,NULL,0,'null',1696458105,'web','36.228.211.168',NULL),(3110,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1696458146,'web','36.228.211.168',NULL),(3111,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',6,'r',2,55,70,16,17,2,NULL,0,'null',1696458151,'web','36.228.211.168',NULL),(3112,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1696458236,'web','36.228.211.168',NULL),(3113,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,17,2,NULL,0,'null',1696458244,'web','36.228.211.168',NULL),(3114,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1696458424,'web','36.228.211.168',NULL),(3115,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,17,2,NULL,0,'null',1696458431,'web','36.228.211.168',NULL),(3116,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1696458441,'web','36.228.211.168',NULL),(3117,'\\core\\event\\notification_sent','core','sent','notification','notifications',110,'c',0,1,10,0,17,0,17,0,'{\"courseid\":\"2\"}',1696459626,'cli',NULL,NULL),(3118,'\\core\\event\\notification_sent','core','sent','notification','notifications',111,'c',0,1,10,0,17,0,11,0,'{\"courseid\":\"2\"}',1696459629,'cli',NULL,NULL),(3119,'\\core\\event\\notification_sent','core','sent','notification','notifications',112,'c',0,1,10,0,17,0,8,0,'{\"courseid\":\"2\"}',1696459631,'cli',NULL,NULL),(3120,'\\core\\event\\notification_sent','core','sent','notification','notifications',113,'c',0,1,10,0,17,0,23,0,'{\"courseid\":\"2\"}',1696459634,'cli',NULL,NULL),(3121,'\\core\\event\\notification_sent','core','sent','notification','notifications',114,'c',0,1,10,0,17,0,5,0,'{\"courseid\":\"2\"}',1696459637,'cli',NULL,NULL),(3122,'\\core\\event\\notification_sent','core','sent','notification','notifications',115,'c',0,1,10,0,17,0,21,0,'{\"courseid\":\"2\"}',1696459639,'cli',NULL,NULL),(3123,'\\core\\event\\notification_sent','core','sent','notification','notifications',116,'c',0,1,10,0,17,0,9,0,'{\"courseid\":\"2\"}',1696459642,'cli',NULL,NULL),(3124,'\\core\\event\\notification_sent','core','sent','notification','notifications',117,'c',0,1,10,0,17,0,20,0,'{\"courseid\":\"2\"}',1696459645,'cli',NULL,NULL),(3125,'\\core\\event\\notification_sent','core','sent','notification','notifications',118,'c',0,1,10,0,17,0,16,0,'{\"courseid\":\"2\"}',1696459647,'cli',NULL,NULL),(3126,'\\core\\event\\notification_sent','core','sent','notification','notifications',119,'c',0,1,10,0,17,0,4,0,'{\"courseid\":\"2\"}',1696459650,'cli',NULL,NULL),(3127,'\\core\\event\\notification_sent','core','sent','notification','notifications',120,'c',0,1,10,0,17,0,2,0,'{\"courseid\":\"2\"}',1696459653,'cli',NULL,NULL),(3128,'\\core\\event\\notification_sent','core','sent','notification','notifications',121,'c',0,1,10,0,17,0,19,0,'{\"courseid\":\"2\"}',1696459655,'cli',NULL,NULL),(3129,'\\core\\event\\notification_sent','core','sent','notification','notifications',122,'c',0,1,10,0,17,0,14,0,'{\"courseid\":\"2\"}',1696459658,'cli',NULL,NULL),(3130,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696470058,'web','73.219.6.51',NULL),(3131,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1696470062,'web','73.219.6.51',NULL),(3132,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1696470063,'web','73.219.6.51',NULL),(3133,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696470071,'web','73.219.6.51',NULL),(3134,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696470098,'web','73.219.6.51',NULL),(3135,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',2,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"3\"}',1696470107,'web','73.219.6.51',NULL),(3136,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',2,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"3\"}',1696470151,'web','73.219.6.51',NULL),(3137,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',6,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"4\"}',1696470165,'web','73.219.6.51',NULL),(3138,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696470242,'web','73.219.6.51',NULL),(3139,'\\core\\event\\user_graded','core','graded','user','grade_grades',69,'u',1,16,50,2,2,2,21,0,'{\"itemid\":\"5\",\"overridden\":false,\"finalgrade\":\"6.00000\"}',1696470312,'web','73.219.6.51',NULL),(3140,'\\core\\event\\user_graded','core','graded','user','grade_grades',70,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":6}',1696470312,'web','73.219.6.51',NULL),(3141,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696470312,'web','73.219.6.51',NULL),(3142,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1696470343,'web','73.219.6.51',NULL),(3143,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1696470360,'web','73.219.6.51',NULL),(3144,'\\core\\event\\user_graded','core','graded','user','grade_grades',51,'u',1,16,50,2,2,2,4,0,'{\"itemid\":\"7\",\"overridden\":false,\"finalgrade\":10}',1696470556,'web','73.219.6.51',NULL),(3145,'\\core\\event\\user_graded','core','graded','user','grade_grades',50,'u',1,16,50,2,-1,2,4,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":20}',1696470556,'web','73.219.6.51',NULL),(3146,'\\core\\event\\user_graded','core','graded','user','grade_grades',48,'u',1,16,50,2,2,2,5,0,'{\"itemid\":\"7\",\"overridden\":false,\"finalgrade\":10}',1696470829,'web','73.219.6.51',NULL),(3147,'\\core\\event\\user_graded','core','graded','user','grade_grades',47,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":20}',1696470829,'web','73.219.6.51',NULL),(3148,'\\core\\event\\user_graded','core','graded','user','grade_grades',45,'u',1,16,50,2,2,2,8,0,'{\"itemid\":\"7\",\"overridden\":false,\"finalgrade\":6}',1696471215,'web','73.219.6.51',NULL),(3149,'\\core\\event\\user_graded','core','graded','user','grade_grades',44,'u',1,16,50,2,-1,2,8,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":16}',1696471215,'web','73.219.6.51',NULL),(3150,'\\core\\event\\user_graded','core','graded','user','grade_grades',12,'u',1,16,50,2,2,2,9,0,'{\"itemid\":\"7\",\"overridden\":false,\"finalgrade\":10}',1696471819,'web','73.219.6.51',NULL),(3151,'\\core\\event\\user_graded','core','graded','user','grade_grades',11,'u',1,16,50,2,-1,2,9,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":20}',1696471819,'web','73.219.6.51',NULL),(3152,'\\core\\event\\user_graded','core','graded','user','grade_grades',9,'u',1,16,50,2,2,2,11,0,'{\"itemid\":\"7\",\"overridden\":false,\"finalgrade\":10}',1696471859,'web','73.219.6.51',NULL),(3153,'\\core\\event\\user_graded','core','graded','user','grade_grades',8,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":20}',1696471859,'web','73.219.6.51',NULL),(3154,'\\core\\event\\user_graded','core','graded','user','grade_grades',30,'u',1,16,50,2,2,2,14,0,'{\"itemid\":\"7\",\"overridden\":false,\"finalgrade\":10}',1696471895,'web','73.219.6.51',NULL),(3155,'\\core\\event\\user_graded','core','graded','user','grade_grades',29,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":18}',1696471895,'web','73.219.6.51',NULL),(3156,'\\core\\event\\user_graded','core','graded','user','grade_grades',3,'u',1,16,50,2,2,2,16,0,'{\"itemid\":\"7\",\"overridden\":false,\"finalgrade\":10}',1696471997,'web','73.219.6.51',NULL),(3157,'\\core\\event\\user_graded','core','graded','user','grade_grades',2,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":16}',1696471997,'web','73.219.6.51',NULL),(3158,'\\core\\event\\user_graded','core','graded','user','grade_grades',6,'u',1,16,50,2,2,2,17,0,'{\"itemid\":\"7\",\"overridden\":false,\"finalgrade\":6}',1696472230,'web','73.219.6.51',NULL),(3159,'\\core\\event\\user_graded','core','graded','user','grade_grades',5,'u',1,16,50,2,-1,2,17,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":12}',1696472230,'web','73.219.6.51',NULL),(3160,'\\core\\event\\user_graded','core','graded','user','grade_grades',33,'u',1,16,50,2,2,2,19,0,'{\"itemid\":\"7\",\"overridden\":false,\"finalgrade\":10}',1696472307,'web','73.219.6.51',NULL),(3161,'\\core\\event\\user_graded','core','graded','user','grade_grades',32,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":20}',1696472307,'web','73.219.6.51',NULL),(3162,'\\core\\event\\user_graded','core','graded','user','grade_grades',42,'u',1,16,50,2,2,2,20,0,'{\"itemid\":\"7\",\"overridden\":false,\"finalgrade\":6}',1696472370,'web','73.219.6.51',NULL),(3163,'\\core\\event\\user_graded','core','graded','user','grade_grades',41,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":16}',1696472370,'web','73.219.6.51',NULL),(3164,'\\core\\event\\user_graded','core','graded','user','grade_grades',71,'u',1,16,50,2,2,2,21,0,'{\"itemid\":\"7\",\"overridden\":false,\"finalgrade\":10}',1696472415,'web','73.219.6.51',NULL),(3165,'\\core\\event\\user_graded','core','graded','user','grade_grades',70,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":16}',1696472415,'web','73.219.6.51',NULL),(3166,'\\core\\event\\user_graded','core','graded','user','grade_grades',18,'u',1,16,50,2,2,2,23,0,'{\"itemid\":\"7\",\"overridden\":false,\"finalgrade\":10}',1696472513,'web','73.219.6.51',NULL),(3167,'\\core\\event\\user_graded','core','graded','user','grade_grades',17,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":16}',1696472513,'web','73.219.6.51',NULL),(3168,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696472536,'web','73.219.6.51',NULL),(3169,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1696472538,'web','73.219.6.51',NULL),(3170,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696472549,'web','73.219.6.51',NULL),(3171,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1696472553,'web','73.219.6.51',NULL),(3172,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696477028,'web','111.193.17.109',NULL),(3173,'\\core\\event\\user_loggedin','core','loggedin','user','user',12,'r',0,1,10,0,12,0,NULL,0,'{\"username\":\"fishalive@sohu.com\",\"extrauserinfo\":[]}',1696477054,'web','111.193.17.109',NULL),(3174,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,12,1,NULL,0,'null',1696477054,'web','111.193.17.109',NULL),(3175,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1696477059,'web','111.193.17.109',NULL),(3176,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,12,2,NULL,0,'null',1696477079,'web','111.193.17.109',NULL),(3177,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',22,'c',2,29,70,10,12,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u5728\\u672c\\u4e66\\u7684\\u7b2c\\u56db\\u7ae0\\uff0c\\u6bd5\\u5fb7\\u751f\\u7267\\u5e08\\u7267\\u5e08\\u7528\\u4e09\\u4e2a\\u4e8b\\u4f8b\\u5c55\\u793a\\u4e86\\u827a\\u672f\\u5bb6\\u4e0e\\u4e0a\\u5e1d\\u4e92\\u52a8\\u2014\\u2014\\u4e5f\\u5c31\\u662f\\u4fe1\\u4ef0\\u7684\\u65b9\\u5f0f\\u3002\\u7b2c\\u4e00\\u4e2a\\uff0c\\u6b27\\u8428\\u7684\\u6545\\u4e8b\\u8ba9\\u6211\\u770b\\u5230\\uff0c\\u827a\\u672f\\u5bb6\\u628a\\u827a\\u672f\\u770b\\u4e3a\\u547c\\u53ec\\uff0c\\u65e0\\u8bba\\u4ece\\u4e8b\\u4ec0\\u4e48\\u5de5\\u4f5c\\uff0c\\u4ed6\\u5bf9\\u771f\\u6b63\\u7684\\u827a\\u672f\\u7684\\u59d4\\u8eab\\u4e0d\\u4f1a\\u53d8\\u3002\\u4ed6\\u4e0d\\u613f\\u610f\\u968f\\u4fbf\\u59d4\\u8eab\\u7ed9\\u4e16\\u95f4\\u7684\\u804c\\u4e1a\\uff0c\\u54ea\\u6015\\u662f\\u7267\\u5e08\\uff0c\\u6b63\\u662f\\u51fa\\u4e8e\\u5bf9\\u771f\\u4e0a\\u5e1d\\u7684\\u771f\\u6b63\\u59d4\\u8eab\\u3002\\u7b2c\\u4e8c\\u4e2a\\uff0c\\u8bbe\\u8ba1\\u6559\\u5802\\u7684\\u6545\\u4e8b\\uff0c\\u7ed9\\u6211\\u5bf9\\u201c\\u656c\\u62dc\\u201d\\u8fd9\\u4ef6\\u4e8b\\u4e00\\u4e2a\\u65b0\\u7684\\u7406\\u89e3\\u3002\\u656c\\u62dc\\u4ee5\\u6551\\u6069\\u4e3a\\u57fa\\u7840\\uff0c\\u6551\\u6069\\u7684\\u76ee\\u7684\\u662f\\u656c\\u62dc\\uff0c\\u662f\\u5728\\u5168\\u90e8\\u751f\\u6d3b\\u7684\\u6bcf\\u4e00\\u4e2a\\u7ec6\\u8282\\u4e2d\\u4f53\\u73b0\\u51fa\\u6551\\u6069\\u3002\\u8fd9\\u4ef6\\u4e8b\\u8981\\u6c42\\u4e00\\u4e2a\\u4eba\\u771f\\u6b63\\u5f97\\u6551\\uff0c\\u56e0\\u800c\\u613f\\u610f\\u8d21\\u732e\\u81ea\\u5df1\\u7684\\u521b\\u610f\\u89c1\\u8bc1\\u8fd9\\u4f4d\\u65bd\\u884c\\u62ef\\u6551\\u7684\\u795e\\u3002\\u7b2c\\u4e09\\u4e2a\\uff0c\\u6731\\u8482\\u7684\\u6545\\u4e8b\\uff0c\\u8ba9\\u6211\\u770b\\u5230\\u827a\\u672f\\u5bb6\\u548c\\u6211\\u4eec\\u4e00\\u6837\\u7684\\u88ab\\u6551\\u6069\\u6240\\u9707\\u64bc\\uff0c\\u4ee5\\u53ca\\u4e00\\u6837\\u7684\\u4e3a\\u89c1\\u8bc1\\u4fe1\\u4ef0\\u800c\\u6323\\u624e\\u3002\\u4e0d\\u4e00\\u6837\\u7684\\u662f\\u5979\\u4f5c\\u4e3a\\u827a\\u672f\\u5bb6\\u7684\\u654f\\u611f\\uff0c\\u56e0\\u800c\\u80fd\\u591f\\u5728\\u53f8\\u7a7a\\u89c1\\u60ef\\u7684\\u656c\\u62dc\\u4e2d\\u5e38\\u5e38\\u6709\\u65b0\\u7684\\u611f\\u52a8\\u3002\\u800c\\u8fd9\\u4e5f\\u662f\\u6211\\u4eec\\u9700\\u8981\\u5b66\\u4e60\\u7684\\u3002\\u6211\\u4eec\\u867d\\u7136\\u4e0d\\u662f\\u827a\\u672f\\u5bb6\\uff0c\\u4f46\\u4e5f\\u9700\\u8981\\u5e38\\u5e38\\u4fdd\\u6301\\u654f\\u611f\\uff0c\\u624d\\u6709\\u9c9c\\u6d3b\\u7684\\u751f\\u547d\\u3002<br \\/>\\n<br \\/>\\n\\u7b2c\\u4e94\\u7ae0\\u4ee5\\u4e00\\u4e2a\\u827a\\u672f\\u5bb6\\u7684\\u8eab\\u4efd\\u544a\\u8bc9\\u6211\\u4eec\\u5982\\u4f55\\u9274\\u522b\\u4e00\\u4e2a\\u771f\\u6b63\\u7684\\u827a\\u672f\\u5bb6\\uff0c\\u4ee5\\u53ca\\u5982\\u4f55\\u7267\\u517b\\u827a\\u672f\\u5bb6\\u3002\\u7ed9\\u51fa\\u4e86\\u4e00\\u4e9b\\u5f88\\u5b9e\\u7528\\u7684\\u5efa\\u8bae\\u3002\\u5979\\u7684\\u5efa\\u8bae\\u540c\\u65f6\\u4e5f\\u663e\\u793a\\u51fa\\uff0c\\u8fd9\\u4e16\\u4e0a\\u5192\\u724c\\u7684\\u827a\\u672f\\u5bb6\\u592a\\u591a\\u4e86\\uff0c\\u9700\\u8981\\u4ed4\\u7ec6\\u9274\\u522b\\u3002\\u4f46\\u662f\\u5982\\u679c\\u9047\\u5230\\u771f\\u6b63\\u5bf9\\u795e\\u59d4\\u8eab\\u7684\\u827a\\u672f\\u5bb6\\uff0c\\u4e00\\u5b9a\\u8981\\u597d\\u597d\\u73cd\\u60dc\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":1,\"triggeredfrom\":\"forum_add_new_post\"}',1696482074,'web','111.193.17.109',NULL),(3178,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',22,'c',2,29,70,10,12,2,NULL,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1696482074,'web','111.193.17.109',NULL),(3179,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',18,'c',2,29,70,10,12,2,12,0,'{\"forumid\":4,\"discussion\":1}',1696482074,'web','111.193.17.109',NULL),(3180,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,12,2,NULL,0,'null',1696482076,'web','111.193.17.109',NULL),(3181,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',7,'r',2,56,70,17,12,2,NULL,0,'null',1696482094,'web','111.193.17.109',NULL),(3182,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',6,'r',2,55,70,16,12,2,NULL,0,'null',1696482167,'web','111.193.17.109',NULL),(3183,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,12,2,NULL,0,'null',1696482304,'web','111.193.17.109',NULL),(3184,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,12,2,NULL,0,'null',1696482327,'web','111.193.17.109',NULL),(3185,'\\core\\event\\notification_sent','core','sent','notification','notifications',123,'c',0,1,10,0,12,0,17,0,'{\"courseid\":\"2\"}',1696483926,'cli',NULL,NULL),(3186,'\\core\\event\\notification_sent','core','sent','notification','notifications',124,'c',0,1,10,0,12,0,11,0,'{\"courseid\":\"2\"}',1696483930,'cli',NULL,NULL),(3187,'\\core\\event\\notification_sent','core','sent','notification','notifications',125,'c',0,1,10,0,12,0,8,0,'{\"courseid\":\"2\"}',1696483933,'cli',NULL,NULL),(3188,'\\core\\event\\notification_sent','core','sent','notification','notifications',126,'c',0,1,10,0,12,0,23,0,'{\"courseid\":\"2\"}',1696483936,'cli',NULL,NULL),(3189,'\\core\\event\\notification_sent','core','sent','notification','notifications',127,'c',0,1,10,0,12,0,12,0,'{\"courseid\":\"2\"}',1696483939,'cli',NULL,NULL),(3190,'\\core\\event\\notification_sent','core','sent','notification','notifications',128,'c',0,1,10,0,12,0,5,0,'{\"courseid\":\"2\"}',1696483941,'cli',NULL,NULL),(3191,'\\core\\event\\notification_sent','core','sent','notification','notifications',129,'c',0,1,10,0,12,0,21,0,'{\"courseid\":\"2\"}',1696483944,'cli',NULL,NULL),(3192,'\\core\\event\\notification_sent','core','sent','notification','notifications',130,'c',0,1,10,0,12,0,9,0,'{\"courseid\":\"2\"}',1696483947,'cli',NULL,NULL),(3193,'\\core\\event\\notification_sent','core','sent','notification','notifications',131,'c',0,1,10,0,12,0,20,0,'{\"courseid\":\"2\"}',1696483950,'cli',NULL,NULL),(3194,'\\core\\event\\notification_sent','core','sent','notification','notifications',132,'c',0,1,10,0,12,0,16,0,'{\"courseid\":\"2\"}',1696483953,'cli',NULL,NULL),(3195,'\\core\\event\\notification_sent','core','sent','notification','notifications',133,'c',0,1,10,0,12,0,4,0,'{\"courseid\":\"2\"}',1696483956,'cli',NULL,NULL),(3196,'\\core\\event\\notification_sent','core','sent','notification','notifications',134,'c',0,1,10,0,12,0,2,0,'{\"courseid\":\"2\"}',1696483958,'cli',NULL,NULL),(3197,'\\core\\event\\notification_sent','core','sent','notification','notifications',135,'c',0,1,10,0,12,0,19,0,'{\"courseid\":\"2\"}',1696483961,'cli',NULL,NULL),(3198,'\\core\\event\\notification_sent','core','sent','notification','notifications',136,'c',0,1,10,0,12,0,14,0,'{\"courseid\":\"2\"}',1696483964,'cli',NULL,NULL),(3199,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696490393,'web','118.169.2.56',NULL),(3200,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696490394,'web','34.105.37.64',NULL),(3201,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696490398,'web','118.169.2.56',NULL),(3202,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1696490414,'web','118.169.2.56',NULL),(3203,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1696490414,'web','118.169.2.56',NULL),(3204,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,6,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1696490414,'web','118.169.2.56',NULL),(3205,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,6,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1696490415,'web','118.169.2.56',NULL),(3206,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1696490420,'web','118.169.2.56',NULL),(3207,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,6,2,NULL,0,'null',1696490436,'web','118.169.2.56',NULL),(3208,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1696490440,'web','118.169.2.56',NULL),(3209,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696490463,'web','34.245.128.38',NULL),(3210,'\\core\\event\\notification_sent','core','sent','notification','notifications',137,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"1\"}',1696490468,'cli',NULL,NULL),(3211,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,6,2,NULL,0,'null',1696490471,'web','118.169.2.56',NULL),(3212,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1696490474,'web','118.169.2.56',NULL),(3213,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,6,2,NULL,0,'null',1696490483,'web','118.169.2.56',NULL),(3214,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696493733,'web','223.104.165.172',NULL),(3215,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696495100,'web','170.178.185.50',NULL),(3216,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,6,2,NULL,0,'null',1696497718,'web','118.169.2.56',NULL),(3217,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',23,'c',2,29,70,10,6,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u90ed\\u51f1\\u5f18 \\u5b78\\u865f\\uff1a168612<br \\/>\\n<br \\/>\\n**\\u56e0\\u70ba\\u5728\\u7d93\\u6b77\\u7f8e\\u7684\\u6642\\u523b,\\u6211\\u5011\\u611f\\u5230\\u90a3\\u555f\\u793a\\u4e0a\\u5370\\u81ea\\u5df1\\u7684\\u540d\\u5b57\\u3002\\u6211\\u5011\\u4e4b\\u6240\\u4ee5\\u611b\\u4e0a\\u85dd\\u8853\\u5bb6\\u548c\\u97f3\\u6a02\\u5bb6,\\u4e0d\\u6b63\\u662f\\u56e0\\u70ba\\u88ab\\u4ed6\\u5011\\u7684\\u4f5c\\u54c1\\u6df1\\u6df1\\u89f8\\u52d5\\u55ce?\\u4ee4\\u4f60\\u5f88\\u60f3\\u6703\\u4e00\\u6703\\u4f5c\\u54c1\\u80cc\\u5f8c\\u7684\\u85dd\\u8853\\u5bb6,\\u56e0\\u70ba\\u4f60\\u89ba\\u5f97\\u5f77\\u4f5b\\u4ed6\\u6216\\u5979\\u5c0d\\u4f60\\u500b\\u4eba\\u8aaa\\u4e86\\u4e9b\\u4ec0\\u9ebc\\u3002<br \\/>\\n<br \\/>\\n\\u203b\\u500b\\u4eba\\u5f88\\u559c\\u6b61\\u4ee5\\u4e0a\\u9019\\u6bb5\\u8a71\\uff0c\\u5f88\\u771f\\u5be6\\u5f88\\u8cbc\\u5207\\u53c8\\u5f88\\u7f8e\\u9e97\\u7684\\u4e00\\u6bb5\\u63cf\\u5beb\\uff0c\\u539f\\u4f86\\u85dd\\u8853\\u6b23\\u8cde\\u662f\\u4e00\\u7a2e\\u89f8\\u52d5\\u4eba\\u5fc3\\u7684\\u5c0d\\u8a71\\uff0c\\u800c\\u4e14\\u662f\\u89aa\\u5bc6\\u7684\\u3001\\u5c31\\u5728\\u6211\\u5011\\u773c\\u524d\\u8033\\u65c1\\u7684\\u3001\\u662f\\u6709\\u6eab\\u5ea6\\u3001\\u6709\\u611f\\u89ba\\u7684\\u3002\\u5fd8\\u4e86\\u4ee5\\u524d\\u5728\\u54ea\\u770b\\u904e\\u985e\\u4f3c\\u7684\\u201dslogan\\u201d\\uff0c\\u4f46\\u9019\\u56de\\u9084\\u771f\\u7684\\u6709\\u4e86\\u9019\\u201dFU\\u201d\\u3002<br \\/>\\n<br \\/>\\n***************<br \\/>\\n<br \\/>\\n**\\u85dd\\u8853\\u5bb6\\u84cb\\u91cc.\\u5df4\\u514b\\u65af\\u7279,\\u4e0d\\u50c5\\u5c0e\\u5f15\\u6211\\u7684\\u6703\\u773e\\u548c\\u6211\\u4e00\\u8d77\\u8a2d\\u8a08\\u548c\\u8208\\u5efa\\u4e00\\u5ea7\\u63d0\\u4f9b\\u7a7a\\u9593\\u7d66\\u6211\\u5011\\u8a34\\u8aaa\\u6551\\u6069\\u6545\\u4e8b\\u548c\\u555f\\u793a\\u7684\\u6559\\u5802,\\u4e26\\u4e14\\u78ba\\u4fdd\\u6bcf\\u4e00\\u4ef6\\u4e8b\\u90fd\\u662f\\u70ba\\u4e00\\u751f\\u656c\\u62dc\\u800c\\u9810\\u5099,\\u597d\\u53eb\\u6211\\u5011\\u7406\\u89e3\\u7a7a\\u9593\\u4e26\\u975e\\u4e00\\u500b\\u6709\\u5f85\\u586b\\u6eff\\u7684\\u7a7a\\u7121,\\u800c\\u662f\\u6709\\u5f85\\u9818\\u53d7\\u7684\\u8c50\\u76db \\u3002\\u4ed6\\u7684\\u85dd\\u8853\\u624d\\u80fd\\u4f7f\\u6211\\u5011\\u63a5\\u89f8\\u5230\\u6bd4\\u6492\\u5217-\\u4e00\\u9019\\u4f4d\\u85dd\\u8853\\u5bb6\\u767c\\u5c55\\u5404\\u7a2e\\u5f62\\u5f0f\\u3001\\u6253\\u958b\\u5168\\u65b9\\u4f4d\\u7684\\u656c\\u62dc:\\u5c6c\\u795e\\u767e\\u59d3\\u7684\\u5148\\u7956\\u5011\\u9032\\u5165\\u65e5\\u8da8\\u6210\\u719f\\u7684\\u8056\\u6f54\\u751f\\u547d\\u4e2d,\\u800c\\u6211\\u5011\\u4e5f\\u9010\\u6f38\\u5f62\\u6210\\u5c0d\\u81ea\\u5df1\\u7684\\u7406\\u89e3\\u3002<br \\/>\\n<br \\/>\\n\\u203b\\u4ee5\\u4e0a\\u9019\\u6bb5\\u8a71\\u5f88\\u767c\\u4eba\\u7701\\u601d\\uff0c\\u6559\\u5802\\u7684\\u7a7a\\u9593\\u4e26\\u975e\\u4e00\\u500b\\u6709\\u5f85\\u586b\\u6eff\\u7684\\u7a7a\\u7121,\\u800c\\u662f\\u6709\\u5f85\\u9818\\u53d7\\u7684\\u8c50\\u76db \\u3002\\u6bcf\\u500b\\u57fa\\u7763\\u5f92\\u78ba\\u5be6\\u90fd\\u8a72\\u7528\\u4e00\\u751f\\u53bb\\u6e34\\u6155\\u3001\\u53bb\\u71b1\\u5207\\u5730\\u8ffd\\u6c42\\u9818\\u53d7\\u4e0a\\u5e1d\\u5b8c\\u7f8e\\u7684\\u8c50\\u76db\\u3002\\u800c\\u9664\\u4e86\\u81ea\\u5df1\\uff0c\\u66f4\\u8981\\u5f15\\u9818\\u4ed6\\u4eba\\u4e00\\u8d77\\u52a0\\u5165\\u6210\\u70ba\\u9019\\u7f8e\\u9e97\\u98a8\\u666f\\u7684\\u4e00\\u4efd\\u5b50\\uff01<\\/div>\",\"pathnamehashes\":[],\"discussionid\":1,\"triggeredfrom\":\"forum_add_new_post\"}',1696497769,'web','118.169.2.56',NULL),(3218,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',23,'c',2,29,70,10,6,2,NULL,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1696497769,'web','118.169.2.56',NULL),(3219,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',19,'c',2,29,70,10,6,2,6,0,'{\"forumid\":4,\"discussion\":1}',1696497769,'web','118.169.2.56',NULL),(3220,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,6,2,NULL,0,'null',1696497770,'web','118.169.2.56',NULL),(3221,'\\core\\event\\notification_sent','core','sent','notification','notifications',138,'c',0,1,10,0,6,0,6,0,'{\"courseid\":\"2\"}',1696499587,'cli',NULL,NULL),(3222,'\\core\\event\\notification_sent','core','sent','notification','notifications',139,'c',0,1,10,0,6,0,17,0,'{\"courseid\":\"2\"}',1696499590,'cli',NULL,NULL),(3223,'\\core\\event\\notification_sent','core','sent','notification','notifications',140,'c',0,1,10,0,6,0,11,0,'{\"courseid\":\"2\"}',1696499592,'cli',NULL,NULL),(3224,'\\core\\event\\notification_sent','core','sent','notification','notifications',141,'c',0,1,10,0,6,0,8,0,'{\"courseid\":\"2\"}',1696499595,'cli',NULL,NULL),(3225,'\\core\\event\\notification_sent','core','sent','notification','notifications',142,'c',0,1,10,0,6,0,23,0,'{\"courseid\":\"2\"}',1696499598,'cli',NULL,NULL),(3226,'\\core\\event\\notification_sent','core','sent','notification','notifications',143,'c',0,1,10,0,6,0,12,0,'{\"courseid\":\"2\"}',1696499601,'cli',NULL,NULL),(3227,'\\core\\event\\notification_sent','core','sent','notification','notifications',144,'c',0,1,10,0,6,0,5,0,'{\"courseid\":\"2\"}',1696499604,'cli',NULL,NULL),(3228,'\\core\\event\\notification_sent','core','sent','notification','notifications',145,'c',0,1,10,0,6,0,21,0,'{\"courseid\":\"2\"}',1696499607,'cli',NULL,NULL),(3229,'\\core\\event\\notification_sent','core','sent','notification','notifications',146,'c',0,1,10,0,6,0,9,0,'{\"courseid\":\"2\"}',1696499611,'cli',NULL,NULL),(3230,'\\core\\event\\notification_sent','core','sent','notification','notifications',147,'c',0,1,10,0,6,0,20,0,'{\"courseid\":\"2\"}',1696499614,'cli',NULL,NULL),(3231,'\\core\\event\\notification_sent','core','sent','notification','notifications',148,'c',0,1,10,0,6,0,16,0,'{\"courseid\":\"2\"}',1696499616,'cli',NULL,NULL),(3232,'\\core\\event\\notification_sent','core','sent','notification','notifications',149,'c',0,1,10,0,6,0,4,0,'{\"courseid\":\"2\"}',1696499619,'cli',NULL,NULL),(3233,'\\core\\event\\notification_sent','core','sent','notification','notifications',150,'c',0,1,10,0,6,0,2,0,'{\"courseid\":\"2\"}',1696499622,'cli',NULL,NULL),(3234,'\\core\\event\\notification_sent','core','sent','notification','notifications',151,'c',0,1,10,0,6,0,19,0,'{\"courseid\":\"2\"}',1696499625,'cli',NULL,NULL),(3235,'\\core\\event\\notification_sent','core','sent','notification','notifications',152,'c',0,1,10,0,6,0,14,0,'{\"courseid\":\"2\"}',1696499628,'cli',NULL,NULL),(3236,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696502034,'web','36.227.250.73',NULL),(3237,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1696502038,'web','36.227.250.73',NULL),(3238,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1696502038,'web','36.227.250.73',NULL),(3239,'\\core\\event\\notification_sent','core','sent','notification','notifications',153,'c',0,1,10,0,0,0,17,0,'{\"courseid\":\"1\"}',1696502046,'cli',NULL,NULL),(3240,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1696502076,'web','36.227.250.73',NULL),(3241,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,17,2,NULL,0,'null',1696502081,'web','36.227.250.73',NULL),(3242,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1696502085,'web','36.227.250.73',NULL),(3243,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,17,2,NULL,0,'null',1696502087,'web','36.227.250.73',NULL),(3244,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,17,2,NULL,0,'null',1696502090,'web','36.227.250.73',NULL),(3245,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,17,2,NULL,0,'null',1696502094,'web','36.227.250.73',NULL),(3246,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,17,2,NULL,0,'null',1696502215,'web','36.227.250.73',NULL),(3247,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,17,2,NULL,0,'null',1696502221,'web','36.227.250.73',NULL),(3248,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,17,2,NULL,0,'null',1696502264,'web','36.227.250.73',NULL),(3249,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,17,2,NULL,0,'null',1696502286,'web','36.227.250.73',NULL),(3250,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,17,2,NULL,0,'null',1696502303,'web','36.227.250.73',NULL),(3251,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,17,2,NULL,0,'null',1696502315,'web','36.227.250.73',NULL),(3252,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696502556,'web','123.193.70.68',NULL),(3253,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696503140,'web','42.76.243.12',NULL),(3254,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1696503166,'web','42.76.243.12',NULL),(3255,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1696503167,'web','42.76.243.12',NULL),(3256,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1696503173,'web','42.76.243.12',NULL),(3257,'\\core\\event\\notification_sent','core','sent','notification','notifications',154,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"1\"}',1696503185,'cli',NULL,NULL),(3258,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,19,2,NULL,0,'null',1696503186,'web','42.76.243.12',NULL),(3259,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1696503193,'web','42.76.243.12',NULL),(3260,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,19,2,NULL,0,'null',1696503197,'web','42.76.243.12',NULL),(3261,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1696503337,'web','42.76.243.12',NULL),(3262,'\\core\\event\\user_loggedout','core','loggedout','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"sessionid\":\"1ianf7nhuvn5rtv9hupgp6bq0j\"}',1696503341,'web','42.76.243.12',NULL),(3263,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696503341,'web','42.76.243.12',NULL),(3264,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696503345,'web','147.92.179.113',NULL),(3265,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696503352,'web','125.229.183.111',NULL),(3266,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696503391,'web','42.76.243.12',NULL),(3267,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1696503398,'web','42.76.243.12',NULL),(3268,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1696503398,'web','42.76.243.12',NULL),(3269,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1696503401,'web','42.76.243.12',NULL),(3270,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"priscilla@gm.clhs.tyc.edu.tw\",\"reason\":1}',1696503452,'web','125.229.183.111',NULL),(3271,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,52,30,22,0,0,22,0,'{\"forgottenreset\":false}',1696503492,'web','125.229.183.111',NULL),(3272,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1696503492,'web','125.229.183.111',NULL),(3273,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1696503492,'web','125.229.183.111',NULL),(3274,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,22,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1696503493,'web','125.229.183.111',NULL),(3275,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,22,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1696503493,'web','125.229.183.111',NULL),(3276,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,22,0,NULL,0,'null',1696503507,'web','125.229.183.111',NULL),(3277,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',3,'r',2,1,10,0,22,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\"}',1696503508,'web','125.229.183.111',NULL),(3278,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',3,'c',2,1,10,0,22,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\",\"stepid\":5,\"stepindex\":0}',1696503508,'web','125.229.183.111',NULL),(3279,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1696503511,'web','125.229.183.111',NULL),(3280,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,16,50,2,22,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1696503512,'web','125.229.183.111',NULL),(3281,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,16,50,2,22,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\",\"stepid\":1,\"stepindex\":0}',1696503515,'web','125.229.183.111',NULL),(3282,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,22,2,NULL,0,'null',1696503535,'web','125.229.183.111',NULL),(3283,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1696503538,'web','125.229.183.111',NULL),(3284,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,22,2,NULL,0,'null',1696503546,'web','125.229.183.111',NULL),(3285,'\\core\\event\\notification_sent','core','sent','notification','notifications',155,'c',0,1,10,0,0,0,22,0,'{\"courseid\":\"1\"}',1696503547,'cli',NULL,NULL),(3286,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',24,'c',2,29,70,10,22,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300b\\u7b2c\\u56db\\u7ae0<br \\/>\\n\\u9019\\u4e00\\u7ae0\\u5728\\u4ee5\\u7267\\u5e2b\\u7684\\u89d2\\u5ea6\\u4f86\\u63cf\\u8ff0\\u7267\\u5e2b\\u8207\\u85dd\\u8853\\u5bb6\\u7684\\u4e92\\u52d5\\u3002\\u5167\\u5bb9\\u7576\\u4e2d\\u63d0\\u5230\\u300c\\u5de5\\u4f5c\\u300d\\u8207\\u300c\\u53ec\\u547d\\u300d\\u7684\\u5340\\u5225\\u3002\\u5c31\\u6211\\u81ea\\u5df1\\u5728\\u6559\\u6703\\u7576\\u4e2d\\u6240\\u53d7\\u7684\\u6559\\u5c0e\\uff0c\\u5982\\u679c\\u662f\\u70ba\\u4e3b\\u800c\\u505a\\uff0c\\u61c9\\u8a72\\u5c31\\u7b97\\u662f\\u300c\\u670d\\u4e8b\\u300d\\u7684\\u7bc4\\u7587\\u3002\\u7167\\u9019\\u6a23\\u7684\\u908f\\u8f2f\\u4f86\\u770b\\uff0c\\u5340\\u5206\\u300c\\u5de5\\u4f5c\\u300d\\u8207\\u300c\\u53ec\\u547d\\u300d\\u662f\\u5426\\u771f\\u6709\\u5fc5\\u8981\\uff1f\\u4e16\\u754c\\u4e0a\\u6709\\u8a31\\u591a\\u300c\\u5de5\\u4f5c\\u300d\\u7684\\u7e3e\\u6548\\u90fd\\u662f\\u7121\\u6cd5\\u7528\\u91cf\\u5316\\u4f86\\u8861\\u91cf\\u7684\\uff0c\\u6559\\u5b78\\u5373\\u662f\\u4e00\\u4f8b\\u3002\\u56e0\\u6b64\\uff0c\\u5c31\\u4f5c\\u8005\\u57f7\\u8457\\u65bc\\u5169\\u8005\\u7684\\u5340\\u5206\\uff0c\\u6211\\u611f\\u5230\\u7591\\u60d1\\u8207\\u4e0d\\u89e3\\u3002<br \\/>\\n\\u9019\\u500b\\u7bc7\\u7ae0\\u5f15\\u5c0e\\u6211\\u53bb\\u601d\\u8003\\u5f9e\\u4f86\\u4e0d\\u6703\\u60f3\\u5230\\u7684\\u4e8b\\u60c5~\\u7267\\u5e2b\\u9700\\u8981\\u85dd\\u8853\\u5bb6\\u670b\\u53cb\\uff1f\\u85dd\\u8853\\u5bb6\\u5c0d\\u5468\\u906d\\u4e8b\\u7269\\u7684\\u654f\\u92b3\\u611f\\u77e5\\uff0c\\u53ef\\u4ee5\\u555f\\u767c\\u4fe1\\u5f92\\u5c0d\\u4fe1\\u4ef0\\u6709\\u66f4\\u591a\\u66f4\\u9bae\\u6d3b\\u7684\\u9ad4\\u6703\\uff0c\\u8b93\\u6211\\u5011\\u7684\\u4fe1\\u4ef0\\u7d93\\u6b77\\u53ef\\u4ee5\\u66f4\\u8c50\\u5bcc\\uff01<br \\/>\\n\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300b\\u7b2c\\u4e94\\u7ae0<br \\/>\\n\\u5f88\\u559c\\u6b61\\u9019\\u4e00\\u7ae0\\u7684\\u5167\\u5bb9\\uff0c\\u56e0\\u70ba\\u5c0d\\u6211\\u800c\\u8a00\\uff0c\\u85dd\\u8853\\u53ea\\u662f\\u4e00\\u7a2e\\u300c\\u88dd\\u98fe\\u300d\\uff0c\\u5b8c\\u5168\\u4e0d\\u5be6\\u7528\\u4e5f\\u975e\\u5fc5\\u8981\\u3002\\u4f46\\u662f\\u8b80\\u4e86\\u4e4b\\u5f8c\\u624d\\u767c\\u73fe\\uff0c\\u539f\\u4f86\\u85dd\\u8853\\u5bb6\\u6b63\\u53ef\\u4ee5\\u64d4\\u4efb\\u5148\\u77e5\\u8207\\u796d\\u53f8\\u7684\\u89d2\\u8272\\uff0c\\u4f86\\u9020\\u5c31\\u8a31\\u591a\\u4eba\\u3002\\u7d6e\\u7d6e\\u53e8\\u53e8\\u3001\\u9577\\u7bc7\\u5927\\u8ad6\\u7684\\u8b1b\\u9053\\uff0c\\u4e0d\\u5982\\u6e3e\\u7136\\u5929\\u6210\\u7684\\u81ea\\u7136\\u7f8e\\u666f\\u6216\\u85dd\\u8853\\u4f5c\\u54c1\\u4f86\\u5f97\\u80fd\\u5920\\u89f8\\u52d5\\u4eba\\u5fc3\\u3002<br \\/>\\n\\u771f\\u6b63\\u7f8e\\u7684\\u4e8b\\u7269\\uff0c\\u4e0d\\u662f\\u6eff\\u8db3\\u4eba\\u773c\\u76ee\\u7684\\u60c5\\u617e\\uff0c\\u800c\\u662f\\u4f7f\\u4eba\\u5e73\\u975c\\u3001\\u8b19\\u5351\\u5730\\u56de\\u61c9\\u795e\\u7684\\u5275\\u9020\\u3002\\u6559\\u6703\\u88e1\\u5e38\\u904e\\u65bc\\u60f3\\u8981\\u300c\\u88fd\\u9020\\u300d\\u4e00\\u4e9b\\u300c\\u8056\\u9748\\u540c\\u5728\\u300d\\u7684\\u6c23\\u6c1b\\uff0c\\u4f46\\u5f80\\u5f80\\u53ea\\u662f\\u8b93\\u7a7a\\u9593\\u55a7\\u9b27\\uff0c\\u6eff\\u8db3\\u81ea\\u5df1\\u7684\\u611f\\u89ba\\u3002\\u4eca\\u5929\\u6559\\u6703\\u88e1\\u7684\\u656c\\u62dc\\uff0c\\u662f\\u5426\\u771f\\u7684\\u5f70\\u986f\\u4e86\\u795e\\u7684\\u69ae\\u7f8e\\uff1f<\\/div>\",\"pathnamehashes\":[],\"discussionid\":1,\"triggeredfrom\":\"forum_add_new_post\"}',1696503587,'web','125.229.183.111',NULL),(3287,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',24,'c',2,29,70,10,22,2,NULL,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1696503587,'web','125.229.183.111',NULL),(3288,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',20,'c',2,29,70,10,22,2,22,0,'{\"forumid\":4,\"discussion\":1}',1696503587,'web','125.229.183.111',NULL),(3289,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,22,2,NULL,0,'null',1696503587,'web','125.229.183.111',NULL),(3290,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696503721,'web','123.193.70.68',NULL),(3291,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696503782,'web','203.121.235.95',NULL),(3292,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696503782,'web','203.121.235.95',NULL),(3293,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696503794,'web','123.193.70.68',NULL),(3294,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1696503810,'web','123.193.70.68',NULL),(3295,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,5,1,NULL,0,'null',1696503810,'web','123.193.70.68',NULL),(3296,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1696503814,'web','123.193.70.68',NULL),(3297,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,5,2,NULL,0,'null',1696503821,'web','123.193.70.68',NULL),(3298,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1696503858,'web','123.193.70.68',NULL),(3299,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696503859,'web','203.121.235.95',NULL),(3300,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,5,2,NULL,0,'null',1696503862,'web','123.193.70.68',NULL),(3301,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',7,'r',2,56,70,17,5,2,NULL,0,'null',1696503864,'web','123.193.70.68',NULL),(3302,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,5,2,NULL,0,'null',1696503870,'web','123.193.70.68',NULL),(3303,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696503884,'web','203.121.235.95',NULL),(3304,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696503889,'web','203.121.235.95',NULL),(3305,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1696503928,'web','203.121.235.95',NULL),(3306,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1696503929,'web','203.121.235.95',NULL),(3307,'\\core\\event\\notification_sent','core','sent','notification','notifications',156,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"1\"}',1696503967,'cli',NULL,NULL),(3308,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696504012,'web','49.229.211.6',NULL),(3309,'\\core\\event\\user_loggedin','core','loggedin','user','user',9,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"extrauserinfo\":[]}',1696504074,'web','49.229.211.6',NULL),(3310,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,9,1,NULL,0,'null',1696504074,'web','49.229.211.6',NULL),(3311,'\\core\\event\\notification_sent','core','sent','notification','notifications',157,'c',0,1,10,0,0,0,9,0,'{\"courseid\":\"1\"}',1696504086,'cli',NULL,NULL),(3312,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1696504096,'web','49.229.211.6',NULL),(3313,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1696504116,'web','203.121.235.95',NULL),(3314,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,6,2,NULL,0,'null',1696504122,'web','203.121.235.95',NULL),(3315,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1696504127,'web','203.121.235.95',NULL),(3316,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,9,2,NULL,0,'null',1696504136,'web','49.229.211.6',NULL),(3317,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,6,2,NULL,0,'null',1696504223,'web','203.121.235.95',NULL),(3318,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1696504229,'web','203.121.235.95',NULL),(3319,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,6,2,NULL,0,'null',1696504234,'web','203.121.235.95',NULL),(3320,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,19,2,NULL,0,'null',1696504355,'web','42.76.243.12',NULL),(3321,'\\core\\event\\notification_sent','core','sent','notification','notifications',158,'c',0,1,10,0,22,0,6,0,'{\"courseid\":\"2\"}',1696505408,'cli',NULL,NULL),(3322,'\\core\\event\\notification_sent','core','sent','notification','notifications',159,'c',0,1,10,0,22,0,17,0,'{\"courseid\":\"2\"}',1696505410,'cli',NULL,NULL),(3323,'\\core\\event\\notification_sent','core','sent','notification','notifications',160,'c',0,1,10,0,22,0,11,0,'{\"courseid\":\"2\"}',1696505413,'cli',NULL,NULL),(3324,'\\core\\event\\notification_sent','core','sent','notification','notifications',161,'c',0,1,10,0,22,0,8,0,'{\"courseid\":\"2\"}',1696505416,'cli',NULL,NULL),(3325,'\\core\\event\\notification_sent','core','sent','notification','notifications',162,'c',0,1,10,0,22,0,23,0,'{\"courseid\":\"2\"}',1696505419,'cli',NULL,NULL),(3326,'\\core\\event\\notification_sent','core','sent','notification','notifications',163,'c',0,1,10,0,22,0,12,0,'{\"courseid\":\"2\"}',1696505422,'cli',NULL,NULL),(3327,'\\core\\event\\notification_sent','core','sent','notification','notifications',164,'c',0,1,10,0,22,0,5,0,'{\"courseid\":\"2\"}',1696505425,'cli',NULL,NULL),(3328,'\\core\\event\\notification_sent','core','sent','notification','notifications',165,'c',0,1,10,0,22,0,21,0,'{\"courseid\":\"2\"}',1696505428,'cli',NULL,NULL),(3329,'\\core\\event\\notification_sent','core','sent','notification','notifications',166,'c',0,1,10,0,22,0,9,0,'{\"courseid\":\"2\"}',1696505431,'cli',NULL,NULL),(3330,'\\core\\event\\notification_sent','core','sent','notification','notifications',167,'c',0,1,10,0,22,0,20,0,'{\"courseid\":\"2\"}',1696505434,'cli',NULL,NULL),(3331,'\\core\\event\\notification_sent','core','sent','notification','notifications',168,'c',0,1,10,0,22,0,16,0,'{\"courseid\":\"2\"}',1696505437,'cli',NULL,NULL),(3332,'\\core\\event\\notification_sent','core','sent','notification','notifications',169,'c',0,1,10,0,22,0,4,0,'{\"courseid\":\"2\"}',1696505440,'cli',NULL,NULL),(3333,'\\core\\event\\notification_sent','core','sent','notification','notifications',170,'c',0,1,10,0,22,0,22,0,'{\"courseid\":\"2\"}',1696505443,'cli',NULL,NULL),(3334,'\\core\\event\\notification_sent','core','sent','notification','notifications',171,'c',0,1,10,0,22,0,2,0,'{\"courseid\":\"2\"}',1696505446,'cli',NULL,NULL),(3335,'\\core\\event\\notification_sent','core','sent','notification','notifications',172,'c',0,1,10,0,22,0,19,0,'{\"courseid\":\"2\"}',1696505449,'cli',NULL,NULL),(3336,'\\core\\event\\notification_sent','core','sent','notification','notifications',173,'c',0,1,10,0,22,0,14,0,'{\"courseid\":\"2\"}',1696505452,'cli',NULL,NULL),(3337,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696506060,'web','147.92.179.108',NULL),(3338,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696506060,'web','147.92.179.118',NULL),(3339,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696506230,'web','34.254.184.151',NULL),(3340,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,6,2,NULL,0,'null',1696506413,'web','203.121.235.95',NULL),(3341,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696506502,'web','111.193.17.109',NULL),(3342,'\\core\\event\\user_loggedin','core','loggedin','user','user',12,'r',0,1,10,0,12,0,NULL,0,'{\"username\":\"fishalive@sohu.com\",\"extrauserinfo\":[]}',1696506509,'web','111.193.17.109',NULL),(3343,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,12,1,NULL,0,'null',1696506510,'web','111.193.17.109',NULL),(3344,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1696506519,'web','111.193.17.109',NULL),(3345,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,12,2,NULL,0,'null',1696506543,'web','111.193.17.109',NULL),(3346,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1696507188,'web','42.76.243.12',NULL),(3347,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1696507212,'web','42.76.243.12',NULL),(3348,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,19,2,NULL,0,'null',1696507219,'web','42.76.243.12',NULL),(3349,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,9,1,NULL,0,'null',1696511027,'web','49.229.185.24',NULL),(3350,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1696511030,'web','49.229.185.24',NULL),(3351,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',6,'r',2,55,70,16,9,2,NULL,0,'null',1696511037,'web','49.229.185.24',NULL),(3352,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,5,2,NULL,0,'null',1696512333,'web','123.193.70.68',NULL),(3353,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1696512344,'web','123.193.70.68',NULL),(3354,'\\core\\event\\user_loggedout','core','loggedout','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"sessionid\":\"2lua0b2e48vb3a2jmkace3m4i5\"}',1696512461,'web','125.229.183.111',NULL),(3355,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696512461,'web','125.229.183.111',NULL),(3356,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696513165,'web','1.172.237.142',NULL),(3357,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696513343,'web','1.172.237.142',NULL),(3358,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696513364,'web','1.172.237.142',NULL),(3359,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696513411,'web','1.172.237.142',NULL),(3360,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"200472\",\"reason\":1}',1696513491,'web','1.172.237.142',NULL),(3361,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"linlinfung21@gmail\",\"reason\":1}',1696513546,'web','1.172.237.142',NULL),(3362,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696513738,'web','111.241.138.215',NULL),(3363,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696513990,'web','1.172.237.142',NULL),(3364,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696513990,'web','1.172.237.142',NULL),(3365,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696514049,'web','1.172.237.142',NULL),(3366,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696514049,'web','1.172.237.142',NULL),(3367,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"linlinfung21@gmail\",\"reason\":1}',1696514245,'web','1.172.237.142',NULL),(3368,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"linlinfung21@gmail\",\"reason\":1}',1696514347,'web','1.172.237.142',NULL),(3369,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"200472\",\"reason\":1}',1696514406,'web','1.172.237.142',NULL),(3370,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,40,30,10,0,0,10,0,'{\"forgottenreset\":false}',1696514490,'web','1.172.237.142',NULL),(3371,'\\core\\event\\user_loggedin','core','loggedin','user','user',10,'r',0,1,10,0,10,0,NULL,0,'{\"username\":\"linlinfung21@gmail.com\",\"extrauserinfo\":[]}',1696514490,'web','1.172.237.142',NULL),(3372,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,10,1,NULL,0,'null',1696514490,'web','1.172.237.142',NULL),(3373,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,10,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1696514491,'web','1.172.237.142',NULL),(3374,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,10,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1696514491,'web','1.172.237.142',NULL),(3375,'\\core\\event\\notification_sent','core','sent','notification','notifications',174,'c',0,1,10,0,0,0,10,0,'{\"courseid\":\"1\"}',1696514527,'cli',NULL,NULL),(3376,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,10,2,NULL,0,'null',1696514622,'web','1.172.237.142',NULL),(3377,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,16,50,2,10,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1696514622,'web','1.172.237.142',NULL),(3378,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,16,50,2,10,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\",\"stepid\":1,\"stepindex\":0}',1696514627,'web','1.172.237.142',NULL),(3379,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,10,2,NULL,0,'null',1696514653,'web','1.172.237.142',NULL),(3380,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,10,2,NULL,0,'null',1696514674,'web','1.172.237.142',NULL),(3381,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,10,2,NULL,0,'null',1696514685,'web','1.172.237.142',NULL),(3382,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,10,2,NULL,0,'null',1696514692,'web','1.172.237.142',NULL),(3383,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',4,'r',2,32,70,13,10,2,NULL,0,'null',1696514718,'web','1.172.237.142',NULL),(3384,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,10,2,NULL,0,'null',1696514722,'web','1.172.237.142',NULL),(3385,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,10,2,NULL,0,'null',1696514747,'web','1.172.237.142',NULL),(3386,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',4,'r',2,32,70,13,10,2,NULL,0,'null',1696514777,'web','1.172.237.142',NULL),(3387,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',3,'r',2,31,70,12,10,2,NULL,0,'null',1696514787,'web','1.172.237.142',NULL),(3388,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,6,2,NULL,0,'null',1696522152,'web','203.121.235.95',NULL),(3389,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1696558879,'web','73.219.6.51',NULL),(3390,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1696558879,'web','73.219.6.51',NULL),(3391,'\\core\\event\\user_graded','core','graded','user','grade_grades',39,'u',1,16,50,2,2,2,6,0,'{\"itemid\":\"7\",\"overridden\":false,\"finalgrade\":6}',1696558913,'web','73.219.6.51',NULL),(3392,'\\core\\event\\user_graded','core','graded','user','grade_grades',38,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":12}',1696558913,'web','73.219.6.51',NULL),(3393,'\\core\\event\\user_graded','core','graded','user','grade_grades',36,'u',1,16,50,2,2,2,7,0,'{\"itemid\":\"7\",\"overridden\":false,\"finalgrade\":6}',1696558945,'web','73.219.6.51',NULL),(3394,'\\core\\event\\user_graded','core','graded','user','grade_grades',35,'u',1,16,50,2,-1,2,7,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":12}',1696558945,'web','73.219.6.51',NULL),(3395,'\\core\\event\\user_graded','core','graded','user','grade_grades',27,'u',1,16,50,2,2,2,12,0,'{\"itemid\":\"7\",\"overridden\":false,\"finalgrade\":6}',1696558955,'web','73.219.6.51',NULL),(3396,'\\core\\event\\user_graded','core','graded','user','grade_grades',26,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":16}',1696558955,'web','73.219.6.51',NULL),(3397,'\\core\\event\\user_graded','core','graded','user','grade_grades',15,'u',1,16,50,2,2,2,22,0,'{\"itemid\":\"7\",\"overridden\":false,\"finalgrade\":6}',1696558968,'web','73.219.6.51',NULL),(3398,'\\core\\event\\user_graded','core','graded','user','grade_grades',14,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":12}',1696558968,'web','73.219.6.51',NULL),(3399,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696559627,'web','147.92.179.115',NULL),(3400,'\\core\\event\\user_loggedin','core','loggedin','user','user',10,'r',0,1,10,0,10,0,NULL,0,'{\"username\":\"linlinfung21@gmail.com\",\"extrauserinfo\":[]}',1696561990,'web','1.172.237.142',NULL),(3401,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,10,2,NULL,0,'null',1696561990,'web','1.172.237.142',NULL),(3402,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,10,2,NULL,0,'null',1696562071,'web','1.172.237.142',NULL),(3403,'\\mod_forum\\event\\course_searched','mod_forum','searched','course',NULL,NULL,'r',2,16,50,2,10,2,NULL,0,'{\"searchterm\":\"\"}',1696562113,'web','1.172.237.142',NULL),(3404,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,10,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696562138,'web','1.172.237.142',NULL),(3405,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',1,'r',2,27,70,8,10,2,NULL,0,'null',1696562185,'web','1.172.237.142',NULL),(3406,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,10,2,NULL,0,'null',1696562191,'web','1.172.237.142',NULL),(3407,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',4,'r',2,32,70,13,10,2,NULL,0,'null',1696562203,'web','1.172.237.142',NULL),(3408,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,10,2,NULL,0,'null',1696562220,'web','1.172.237.142',NULL),(3409,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,10,2,NULL,0,'null',1696562231,'web','1.172.237.142',NULL),(3410,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696566496,'web','36.227.247.215',NULL),(3411,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696569747,'web','175.24.212.162',NULL),(3412,'\\core\\event\\notification_sent','core','sent','notification','notifications',175,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1696597868,'cli',NULL,NULL),(3413,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696616967,'web','147.92.179.111',NULL),(3414,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696629096,'web','205.210.31.68',NULL),(3415,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1696637525,'web','73.219.6.51',NULL),(3416,'\\core\\event\\notification_sent','core','sent','notification','notifications',176,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1696684267,'cli',NULL,NULL),(3417,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696692882,'web','123.193.70.68',NULL),(3418,'\\tool_recyclebin\\event\\course_bin_item_deleted','tool_recyclebin','deleted','course_bin_item','tool_recyclebin_course',3,'d',0,16,50,2,2,2,NULL,0,'null',1696699802,'cli',NULL,NULL),(3419,'\\tool_recyclebin\\event\\course_bin_item_deleted','tool_recyclebin','deleted','course_bin_item','tool_recyclebin_course',4,'d',0,16,50,2,2,2,NULL,0,'null',1696699802,'cli',NULL,NULL),(3420,'\\tool_recyclebin\\event\\course_bin_item_deleted','tool_recyclebin','deleted','course_bin_item','tool_recyclebin_course',5,'d',0,16,50,2,2,2,NULL,0,'null',1696699802,'cli',NULL,NULL),(3421,'\\tool_recyclebin\\event\\course_bin_item_deleted','tool_recyclebin','deleted','course_bin_item','tool_recyclebin_course',6,'d',0,16,50,2,2,2,NULL,0,'null',1696699802,'cli',NULL,NULL),(3422,'\\tool_recyclebin\\event\\course_bin_item_deleted','tool_recyclebin','deleted','course_bin_item','tool_recyclebin_course',7,'d',0,16,50,2,2,2,NULL,0,'null',1696699802,'cli',NULL,NULL),(3423,'\\tool_recyclebin\\event\\course_bin_item_deleted','tool_recyclebin','deleted','course_bin_item','tool_recyclebin_course',8,'d',0,16,50,2,2,2,NULL,0,'null',1696699802,'cli',NULL,NULL),(3424,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696700443,'web','147.92.179.115',NULL),(3425,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696700445,'web','147.92.179.116',NULL),(3426,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696754193,'web','36.226.182.48',NULL),(3427,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696754195,'web','34.145.165.227',NULL),(3428,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696754196,'web','36.226.182.48',NULL),(3429,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696754197,'web','34.86.239.201',NULL),(3430,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1696754204,'web','36.226.182.48',NULL),(3431,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1696754204,'web','36.226.182.48',NULL),(3432,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696754206,'web','34.145.227.243',NULL),(3433,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1696754206,'web','36.226.182.48',NULL),(3434,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,6,2,NULL,0,'null',1696754216,'web','36.226.182.48',NULL),(3435,'\\core\\event\\notification_sent','core','sent','notification','notifications',177,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"1\"}',1696754227,'cli',NULL,NULL),(3436,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,6,2,NULL,0,'null',1696754286,'web','36.226.182.48',NULL),(3437,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',7,'r',2,56,70,17,6,2,NULL,0,'null',1696754291,'web','36.226.182.48',NULL),(3438,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1696754298,'web','36.226.182.48',NULL),(3439,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,6,2,NULL,0,'null',1696754308,'web','36.226.182.48',NULL),(3440,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1696754312,'web','36.226.182.48',NULL),(3441,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,6,2,NULL,0,'null',1696754315,'web','36.226.182.48',NULL),(3442,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1696754332,'web','36.226.182.48',NULL),(3443,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,6,2,NULL,0,'null',1696754335,'web','36.226.182.48',NULL),(3444,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696775523,'web','205.210.31.17',NULL),(3445,'\\tool_recyclebin\\event\\course_bin_item_deleted','tool_recyclebin','deleted','course_bin_item','tool_recyclebin_course',9,'d',0,16,50,2,2,2,NULL,0,'null',1696782601,'cli',NULL,NULL),(3446,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"reason\":3}',1696783166,'web','58.8.154.170',NULL),(3447,'\\core\\event\\user_loggedin','core','loggedin','user','user',9,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"extrauserinfo\":[]}',1696783197,'web','58.8.154.170',NULL),(3448,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,9,1,NULL,0,'null',1696783197,'web','58.8.154.170',NULL),(3449,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1696783200,'web','58.8.154.170',NULL),(3450,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,9,2,NULL,0,'null',1696783223,'web','58.8.154.170',NULL),(3451,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1696796350,'cli',NULL,NULL),(3452,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696832895,'web','221.216.117.10',NULL),(3453,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1696832905,'web','221.216.117.10',NULL),(3454,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1696832905,'web','221.216.117.10',NULL),(3455,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1696832923,'web','221.216.117.10',NULL),(3456,'\\core\\event\\notification_sent','core','sent','notification','notifications',178,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1696832946,'cli',NULL,NULL),(3457,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',7,'r',2,56,70,17,23,2,NULL,0,'null',1696832956,'web','221.216.117.10',NULL),(3458,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1696832978,'web','221.216.117.10',NULL),(3459,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696833432,'web','221.216.117.10',NULL),(3460,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,23,2,NULL,0,'null',1696836492,'web','221.216.117.10',NULL),(3461,'\\core\\event\\notification_sent','core','sent','notification','notifications',179,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1696857067,'cli',NULL,NULL),(3462,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696861727,'web','147.92.179.117',NULL),(3463,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696861727,'web','147.92.179.110',NULL),(3464,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696861727,'web','147.92.179.105',NULL),(3465,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696863643,'web','54.75.21.227',NULL),(3466,'\\core\\event\\user_loggedin','core','loggedin','user','user',9,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"extrauserinfo\":[]}',1696865715,'web','182.53.142.204',NULL),(3467,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1696865716,'web','182.53.142.204',NULL),(3468,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,9,2,NULL,0,'null',1696865728,'web','182.53.142.204',NULL),(3469,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1696865954,'web','182.53.142.204',NULL),(3470,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1696865956,'web','182.53.142.204',NULL),(3471,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,9,2,NULL,0,'null',1696865965,'web','110.78.186.242',NULL),(3472,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1696865980,'web','182.53.142.204',NULL),(3473,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,9,2,NULL,0,'null',1696865985,'web','182.53.142.204',NULL),(3474,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1696882748,'cli',NULL,NULL),(3475,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696896872,'web','198.235.24.3',NULL),(3476,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1696900154,'web','122.118.44.139',NULL),(3477,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1696900154,'web','122.118.44.139',NULL),(3478,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,20,2,NULL,0,'null',1696900159,'web','122.118.44.139',NULL),(3479,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1696900166,'web','122.118.44.139',NULL),(3480,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,20,2,NULL,0,'null',1696900170,'web','122.118.44.139',NULL),(3481,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696917618,'web','147.92.179.112',NULL),(3482,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696917628,'web','42.79.135.115',NULL),(3483,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696917629,'web','42.79.135.115',NULL),(3484,'\\core\\event\\user_loggedin','core','loggedin','user','user',4,'r',0,1,10,0,4,0,NULL,0,'{\"username\":\"stellah1978@gmail.com\",\"extrauserinfo\":[]}',1696917763,'web','42.79.135.115',NULL),(3485,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,4,1,NULL,0,'null',1696917763,'web','42.79.135.115',NULL),(3486,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,4,2,NULL,0,'null',1696917769,'web','42.79.135.115',NULL),(3487,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,4,2,NULL,0,'null',1696917784,'web','42.79.135.115',NULL),(3488,'\\core\\event\\notification_sent','core','sent','notification','notifications',180,'c',0,1,10,0,0,0,4,0,'{\"courseid\":\"1\"}',1696917787,'cli',NULL,NULL),(3489,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,4,2,NULL,0,'null',1696917788,'web','42.79.135.115',NULL),(3490,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,4,2,NULL,0,'null',1696917794,'web','42.79.135.115',NULL),(3491,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,4,2,NULL,0,'null',1696917849,'web','42.79.135.115',NULL),(3492,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,4,2,NULL,0,'null',1696917853,'web','42.79.135.115',NULL),(3493,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,4,2,NULL,0,'null',1696917860,'web','42.79.135.115',NULL),(3494,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',7,'r',2,56,70,17,4,2,NULL,0,'null',1696917865,'web','42.79.135.115',NULL),(3495,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,4,2,NULL,0,'null',1696917870,'web','42.79.135.115',NULL),(3496,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,4,2,NULL,0,'null',1696917940,'web','42.79.135.115',NULL),(3497,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,4,2,NULL,0,'null',1696918024,'web','42.79.135.115',NULL),(3498,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,4,2,NULL,0,'null',1696918029,'web','42.79.135.115',NULL),(3499,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696918281,'web','143.198.145.75',NULL),(3500,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696919243,'web','180.163.29.217',NULL),(3501,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696925948,'web','125.229.183.111',NULL),(3502,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1696926034,'web','125.229.183.111',NULL),(3503,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1696926034,'web','125.229.183.111',NULL),(3504,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1696926055,'web','125.229.183.111',NULL),(3505,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,22,2,NULL,0,'null',1696926066,'web','125.229.183.111',NULL),(3506,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1696926069,'web','125.229.183.111',NULL),(3507,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,22,2,NULL,0,'null',1696926079,'web','125.229.183.111',NULL),(3508,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696927499,'web','203.121.235.95',NULL),(3509,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1696927523,'web','203.121.235.95',NULL),(3510,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1696927523,'web','203.121.235.95',NULL),(3511,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1696927528,'web','203.121.235.95',NULL),(3512,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1696927528,'web','203.121.235.95',NULL),(3513,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,6,2,NULL,0,'null',1696927532,'web','203.121.235.95',NULL),(3514,'\\core\\event\\notification_sent','core','sent','notification','notifications',181,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"1\"}',1696927567,'cli',NULL,NULL),(3515,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696928449,'web','147.92.179.108',NULL),(3516,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696928582,'web','111.243.86.72',NULL),(3517,'\\core\\event\\user_loggedin','core','loggedin','user','user',4,'r',0,1,10,0,4,0,NULL,0,'{\"username\":\"stellah1978@gmail.com\",\"extrauserinfo\":[]}',1696928588,'web','111.243.86.72',NULL),(3518,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,4,1,NULL,0,'null',1696928588,'web','111.243.86.72',NULL),(3519,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,4,2,NULL,0,'null',1696928592,'web','111.243.86.72',NULL),(3520,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,4,2,NULL,0,'null',1696928595,'web','111.243.86.72',NULL),(3521,'\\core\\event\\notification_sent','core','sent','notification','notifications',182,'c',0,1,10,0,0,0,4,0,'{\"courseid\":\"1\"}',1696928646,'cli',NULL,NULL),(3522,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696928848,'web','223.141.196.33',NULL),(3523,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696933838,'web','81.71.5.172',NULL),(3524,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696936566,'web','123.193.70.68',NULL),(3525,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1696936577,'web','123.193.70.68',NULL),(3526,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,5,1,NULL,0,'null',1696936578,'web','123.193.70.68',NULL),(3527,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1696936580,'web','123.193.70.68',NULL),(3528,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,5,2,NULL,0,'null',1696936585,'web','123.193.70.68',NULL),(3529,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,5,2,NULL,0,'null',1696936596,'web','123.193.70.68',NULL),(3530,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',25,'c',2,59,70,20,5,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a\\u7528100-200\\u5b57\\u63d0\\u51fa\\u4e00\\u5247\\u95dc\\u65bc\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300b\\u7b2c\\u516d\\u7ae0\\u3008\\u5be6\\u8e10\\u8005\\u3009\\u7684\\u554f\\u984c\\u6216\\u662f\\u5fc3\\u5f97\\u3002<br \\/>\\n \\u4f5c\\u8005\\u4e00\\u958b\\u59cb\\u4ee5\\u525d\\u524a\\u8005\\u53ca\\u57f9\\u80b2\\u8005\\u7684\\u89d2\\u8272\\u5340\\u5206\\uff0c\\u4f86\\u5e36\\u51fa\\u5fc3\\u614b\\u4e0d\\u540c\\u6240\\u63a1\\u53d6\\u7684\\u505a\\u6cd5\\u4e5f\\u6703\\u4e0d\\u540c\\u4e4b\\u610f\\uff1a\\u5728\\u83ef\\u4eba\\u300c\\u842c\\u822c\\u7686\\u4e0b\\u54c1\\uff0c\\u552f\\u6709\\u8b80\\u66f8\\u9ad8\\u300d\\u7684\\u83c1\\u82f1\\u601d\\u60f3\\u4e0b\\uff0c\\u85dd\\u8853\\u78ba\\u5be6\\u5bb9\\u6613\\u6dea\\u70ba\\u966a\\u896f\\u7684\\u5de5\\u5177\\uff0c\\u4ee5\\u81f3\\u65bc\\u82e5\\u975e\\u5c0d\\u85dd\\u8853\\u6709\\u71b1\\u60c5\\u3001\\uff0c\\u9bae\\u5c11\\u6709\\u4eba\\u9858\\u610f\\u4e3b\\u52d5\\u8d70\\u9032\\u85dd\\u8853\\u5bb6\\u7684\\u4e16\\u754c\\uff08\\u54ea\\u6015\\u53ea\\u662f\\u5de5\\u4f5c\\u5ba4\\uff09\\u4e2d\\uff0c\\u89c0\\u5bdf\\u3001\\u6d78\\u6ce1\\u5728\\u4f5c\\u54c1\\u751f\\u6210\\u7684\\u904e\\u7a0b\\u88e1\\u3002\\u7136\\u800c\\uff0c\\u8aa0\\u5982\\u4f5c\\u8005\\u6240\\u8ff0\\u300c\\u82e5\\u6709\\u4ec0\\u9ebc\\u662f\\u57fa\\u7763\\u5f92\\u61c9\\u7576\\u7cbe\\u901a\\u7684\\u8a71\\uff0c\\u90a3\\u5c31\\u662f\\u5f7c\\u6b64\\u6df1\\u5165\\u5730\\u5206\\u4eab\\u300d\\uff0c\\u57fa\\u7763\\u4fe1\\u4ef0\\u6821\\u6b63\\u6211\\u5011\\u7684\\u773c\\u5149\\uff0c\\u4f7f\\u6211\\u5011\\u4e0d\\u518d\\u5c07\\u4eba\\u8996\\u70ba\\u300c\\u5de5\\u5177\\u300d\\uff0c\\u800c\\u662f\\u770b\\u51fa\\u5728\\u6bcf\\u500b\\u4eba\\u5fc3\\u4e2d\\u6709\\u738b\\u7684\\u69ae\\u7f8e\\uff0c\\u56e0\\u6b64\\u9858\\u610f\\u82b1\\u6642\\u9593\\u8a8d\\u8b58\\u5f7c\\u6b64\\u3001\\u7825\\u792a\\u5f7c\\u6b64\\u4e5f\\u5207\\u5be6\\u5f7c\\u6b64\\u76f8\\u611b\\u3002<br \\/>\\n<br \\/>\\n\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a\\u7528100-200\\u5b57\\u56de\\u61c9\\u4e0b\\u5217\\u554f\\u984c\\uff1a<br \\/>\\n(1)\\u300c\\u9752\\u5c11\\u5e74\\u300d\\u5728\\u4f60\\u7684\\u4e8b\\u5de5\\u5834\\u57df\\u4e2d\\u5982\\u4f55\\u88ab\\u5b9a\\u7fa9\\uff1f\\u570b\\u9ad8\\u4e2d\\u751f\\u7684\\u5728\\u8077\\u5b78\\u751f\\uff0c\\u5e74\\u9f61\\u572812-18\\u6b72\\u5340\\u9593\\u3002<br \\/>\\n (2) \\u4f60\\u5f9e\\u4e8b\\u7684\\u300c\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u300d\\u6642\\u9700\\u8981\\u505a\\u54ea\\u4e9b\\u4e8b\\uff1f\\uff08\\u4f8b\\u5982\\uff1a\\u6211\\u9700\\u8981\\u6e96\\u5099\\u6bcf\\u5468\\u805a\\u6703\\u7684\\u5206\\u4eab\\uff0c\\u9700\\u8981\\u5728\\u5468\\u9593\\u9032\\u884c\\u54ea\\u4e9b\\u95dc\\u61f7\\u5de5\\u4f5c\\u7b49\\u7b49\\u3002\\uff09\\u6211\\u9700\\u8981\\u9031\\u9593\\u95dc\\u5fc3\\u5b78\\u751f\\u5011\\u7684\\u8fd1\\u6cc1\\uff0c\\u4f7f\\u7528\\u793e\\u7fa4\\u8edf\\u9ad4\\uff08\\uff29g\\u3001fb\\uff09\\u5c45\\u591a\\u3002\\u4e5f\\u9700\\u8981\\u6e96\\u5099\\u6bcf\\u9031\\u805a\\u6703\\u7684\\u5206\\u4eab\\uff0c\\u5982\\u9047\\u7279\\u6b8a\\u6d3b\\u52d5\\u4e5f\\u9700\\u8981\\u63d0\\u524d\\u9810\\u5099\\u3002<br \\/>\\n(3)\\u4f60\\u8a8d\\u70ba\\u7406\\u60f3\\u7684\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u61c9\\u8a72\\u8981\\u5305\\u542b\\u4ec0\\u9ebc\\uff1f\\u5305\\u542b\\u9031\\u9593\\u7684\\u95dc\\u4fc2\\u5efa\\u7acb\\u3001\\u8f14\\u5c0e\\u8207\\u5b78\\u751f\\u4e4b\\u9593\\u5f7c\\u6b64\\u4fe1\\u4efb\\u7684\\u95dc\\u4fc2\\u3001\\u9752\\u5c11\\u5e74\\u7684\\u8ce6\\u80fd\\u3001\\u8ce6\\u8cac\\u4ee5\\u53ca\\u6559\\u7df4\\u95dc\\u4fc2\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":3,\"triggeredfrom\":\"forum_add_new_post\"}',1696937795,'web','123.193.70.68',NULL),(3531,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',25,'c',2,59,70,20,5,2,NULL,0,'{\"discussionid\":3,\"forumid\":6,\"forumtype\":\"single\"}',1696937795,'web','123.193.70.68',NULL),(3532,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',21,'c',2,59,70,20,5,2,5,0,'{\"forumid\":6,\"discussion\":3}',1696937795,'web','123.193.70.68',NULL),(3533,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,5,2,NULL,0,'null',1696937795,'web','123.193.70.68',NULL),(3534,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,6,2,NULL,0,'null',1696938706,'web','203.121.235.95',NULL),(3535,'\\core\\event\\notification_sent','core','sent','notification','notifications',183,'c',0,1,10,0,5,0,5,0,'{\"courseid\":\"2\"}',1696939627,'cli',NULL,NULL),(3536,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696941593,'web','125.229.183.111',NULL),(3537,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1696941611,'web','125.229.183.111',NULL),(3538,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1696941611,'web','125.229.183.111',NULL),(3539,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,22,0,NULL,0,'null',1696941626,'web','125.229.183.111',NULL),(3540,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1696941629,'web','125.229.183.111',NULL),(3541,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,22,2,NULL,0,'null',1696941633,'web','125.229.183.111',NULL),(3542,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',26,'c',2,59,70,20,22,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a\\u7528100-200\\u5b57\\u63d0\\u51fa\\u4e00\\u5247\\u95dc\\u65bc\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300b\\u7b2c\\u516d\\u7ae0\\u3008\\u5be6\\u8e10\\u8005\\u3009\\u7684\\u554f\\u984c\\u6216\\u662f\\u5fc3\\u5f97\\u3002<br \\/>\\n\\u6211\\u5341\\u5206\\u8d0a\\u540c\\u6559\\u6703\\u7267\\u8005\\u61c9\\u8a72\\u4e3b\\u52d5\\u95dc\\u61f7\\u7267\\u990a\\u85dd\\u8853\\u5bb6\\u7684\\u89c0\\u9ede\\uff0c\\u4f46\\u4ecd\\u6709\\u4e00\\u500b\\u5c0f\\u5c0f\\u7591\\u554f....\\u6559\\u6703\\u672c\\u8eab\\u61c9\\u8a72\\u505a\\u70ba\\u4e00\\u500b\\u85dd\\u6587\\u5c55\\u6f14\\u7684\\u7a7a\\u9593\\uff0c\\u597d\\u8b93\\u8eab\\u70ba\\u85dd\\u8853\\u5bb6\\u7684\\u6703\\u53cb\\u6709\\u4e00\\u500b\\u516c\\u958b\\u5c55\\u793a\\u7684\\u821e\\u53f0\\u55ce\\uff1f\\u9084\\u662f\\u8aaa\\u9f13\\u52f5\\u6703\\u53cb\\u5584\\u7528\\u81ea\\u5df1\\u7684\\u6069\\u8cdc\\u4f86\\u53c3\\u8207\\u6559\\u6703\\u7684\\u4e8b\\u5de5\\uff1f\\u82e5\\u628a\\u6559\\u6703\\u7576\\u4f5c\\u4e00\\u500b\\u8cc7\\u6e90\\u6709\\u9650\\u7684\\u516c\\u5171\\u5834\\u57df\\uff0c\\u80fd\\u5426\\u7279\\u5225\\u300c\\u504f\\u611b\\u300d\\u85dd\\u8853\\u5de5\\u4f5c\\u8005\\uff0c\\u628a\\u6709\\u9650\\u7684\\u7a7a\\u9593\\u6216\\u6642\\u9593\\u8cc7\\u6e90\\u7528\\u4f86\\u652f\\u6301\\u4ed6\\u5011\\u5462\\uff1f\\u6559\\u6703\\u7684\\u6703\\u53cb\\u7d44\\u6210\\u591a\\u5143\\uff0c\\u9019\\u6a23\\u7684\\u652f\\u6301\\u65b9\\u5f0f\\u6703\\u4e0d\\u6703\\u5f15\\u767c\\u5176\\u4ed6\\u6703\\u53cb\\u7684\\u8cea\\u7591\\uff1f<br \\/>\\n\\u5c0d\\u65bc\\u672c\\u7ae0\\u5167\\u5bb9\\u5f88\\u63d0\\u9192\\u5230\\u6211\\u7684\\u662f\\uff0c\\u5c0d\\u65bc\\u53cd\\u994b\\u8207\\u8a55\\u8ad6\\u7684\\u7709\\u89d2\\u8207\\u85dd\\u8853\\u3002\\u6211\\u4e5f\\u6642\\u5e38\\u9047\\u5230\\u8981\\u63d0\\u4f9b\\u53cd\\u994b\\u8207\\u8a55\\u8ad6\\u7684\\u60c5\\u6cc1\\uff0c\\u4f46\\u5f9e\\u6c92\\u60f3\\u5230\\u4e2d\\u9593\\u904e\\u7a0b\\u4e5f\\u9700\\u8981\\u5982\\u6b64\\u7d30\\u81a9...\\u5c0d\\u65bc\\u5984\\u52a0\\u8a55\\u8ad6\\u7684\\u4eba\\u800c\\u8a00\\uff0c\\u5e38\\u76f4\\u6307\\u5c0d\\u65b9\\u73bb\\u7483\\u5fc3\\u4ee5\\u81f4\\u7121\\u6cd5\\u627f\\u53d7\\u6279\\u8a55\\uff0c\\u4f46\\u795e\\u63d0\\u9192\\u6211\\u5011\\u8981\\u7528\\u611b\\u5fc3\\u8aaa\\u8aa0\\u5be6\\u8a71\\uff0c\\u8a72\\u7528\\u8a00\\u8a9e\\u4f86\\u9020\\u5c31\\u4eba...\\u9019\\u662f\\u6211\\u5be6\\u5728\\u9700\\u8981\\u5b78\\u7fd2\\u4e26\\u4e14\\u7cbe\\u9032\\u7684\\u90e8\\u5206\\u3002<br \\/>\\n<br \\/>\\n\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a\\u7528100-200\\u5b57\\u56de\\u61c9\\u4e0b\\u5217\\u554f\\u984c\\uff1a<br \\/>\\n(1)\\u300c\\u9752\\u5c11\\u5e74\\u300d\\u5728\\u4f60\\u7684\\u4e8b\\u5de5\\u5834\\u57df\\u4e2d\\u5982\\u4f55\\u88ab\\u5b9a\\u7fa9\\uff1f <br \\/>\\n\\u9752\\u5c11\\u5e74\\u5728\\u6559\\u6703\\u7576\\u4e2d\\u662f\\u5c6c\\u65bc\\u5728\\u570b\\u9ad8\\u4e2d\\u5718\\u5951\\u805a\\u6703\\u7684\\u5b69\\u5b50\\u5011\\uff0c\\u4ed6\\u5011\\u8207\\u5927\\u5c08\\u5718\\u5951\\u7684\\u300c\\u5b78\\u9752\\u300d\\u88ab\\u5340\\u5206\\u958b\\u4f86<br \\/>\\n(2) \\u4f60\\u5f9e\\u4e8b\\u7684\\u300c\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u300d\\u6642\\u9700\\u8981\\u505a\\u54ea\\u4e9b\\u4e8b\\uff1f\\uff08\\u4f8b\\u5982\\uff1a\\u6211\\u9700\\u8981\\u6e96\\u5099\\u6bcf\\u5468\\u805a\\u6703\\u7684\\u5206\\u4eab\\uff0c\\u9700\\u8981\\u5728\\u5468\\u9593\\u9032\\u884c\\u54ea\\u4e9b\\u95dc\\u61f7\\u5de5\\u4f5c\\u7b49\\u7b49\\u3002\\uff09<br \\/>\\n\\u6211\\u76ee\\u524d\\u6c92\\u6709\\u771f\\u6b63\\u5728\\u5f9e\\u4e8b\\u6240\\u8b02\\u7684\\u300c\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u300d\\uff0c\\u4e0d\\u904e\\u6709\\u5728\\u5b78\\u6821(\\u67d0\\u516c\\u7acb\\u9ad8\\u4e2d)\\u7684\\u5b78\\u751f\\u5718\\u5951\\u7576\\u4e2d\\u53c3\\u8207\\u805a\\u6703\\uff0c\\u88ab\\u4e3b\\u5c0e\\u7684\\u540c\\u4e8b\\u9080\\u8acb\\u9032\\u53bb(\\u8a72\\u540c\\u4e8b\\u70ba\\u5f1f\\u5144\\uff0c\\u5e0c\\u671b\\u80fd\\u5920\\u6709\\u4f4d\\u59ca\\u59b9\\u5728\\u65c1\\u53ef\\u4ee5\\u5e73\\u8861\\u4e00\\u4e0b)\\u3002\\u7531\\u65bc\\u5b78\\u751f\\u5718\\u5951\\u7684\\u6210\\u54e1\\u90fd\\u5df2\\u662f\\u9ad8\\u4e2d\\u751f\\uff0c\\u751a\\u81f3\\u5728\\u81ea\\u5df1\\u7684\\u6559\\u6703\\u88e1\\u6709\\u6295\\u5165\\u670d\\u4e8b\\uff0c\\u56e0\\u6b64\\uff0c\\u6211\\u8a8d\\u70ba\\u5b69\\u5b50\\u5011\\u90fd\\u6709\\u8db3\\u4ee5\\u898f\\u5283\\u4e26\\u57f7\\u884c\\u805a\\u6703\\u5167\\u5bb9\\u7684\\u80fd\\u529b\\u3002\\u82e5\\u771f\\u8981\\u8aaa\\u9700\\u8981\\u6709\\u500b\\u8f14\\u5c0e\\uff0c\\u6211\\u4ee5\\u70ba\\u61c9\\u8a72\\u8981\\u505a\\u7684\\uff0c\\u662f\\u7d66\\u4e88\\u966a\\u4f34\\u3001\\u50be\\u807d\\u9084\\u6709\\u8aee\\u8a62\\uff0c\\u628a\\u9019\\u4e9b\\u4f86\\u81ea\\u4e0d\\u540c\\u6559\\u6703\\u7684\\u5b69\\u5b50\\u5011\\u51dd\\u805a\\u5728\\u4e00\\u8d77....<br \\/>\\n\\u56e0\\u6b64\\uff0c\\u6211\\u5728\\u5718\\u5951\\u7576\\u4e2d\\uff0c\\u5c31\\u771f\\u7684\\u53ea\\u6709\\u300c\\u966a\\u4f34\\u300d....\\u5f9e\\u65c1\\u9ed8\\u9ed8\\u7d66\\u4e88\\u652f\\u6301....<br \\/>\\n(3)\\u4f60\\u8a8d\\u70ba\\u7406\\u60f3\\u7684\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u61c9\\u8a72\\u8981\\u5305\\u542b\\u4ec0\\u9ebc\\uff1f<br \\/>\\n\\u4e3b\\u8981\\u76ee\\u7684\\u9084\\u662f\\u5f15\\u5c0e\\u4ed6\\u5011\\u6162\\u6162\\u660e\\u767d\\u4e86\\u89e3\\u795e\\u7684\\u8a71\\uff0c\\u4e26\\u4e14\\u71df\\u9020\\u74b0\\u5883(\\u6559\\u6703\\u670d\\u4e8b\\u3001\\u9ad4\\u9a57\\u6d3b\\u52d5\\u53ca\\u5bd2\\u6691\\u5047\\u7684\\u71df\\u6703...\\u7b49)\\u4f86\\u4f7f\\u4ed6\\u5011\\u5728\\u4fe1\\u4ef0\\u4e0a\\u6709\\u500b\\u4eba\\u7684\\u5c6c\\u9748\\u7d93\\u6b77\\uff0c\\u4f7f\\u4fe1\\u4ef0\\u500b\\u4eba\\u5316(\\u4f7f\\u81ea\\u5df1\\u6210\\u70ba\\u7b2c\\u4e00\\u4ee3\\u7684\\u57fa\\u7763\\u5f92)<br \\/>\\n\\u5728\\u6210\\u9577\\u904e\\u7a0b\\u7576\\u4e2d\\uff0c\\u7e3d\\u6703\\u53d7\\u5230\\u5468\\u906d\\u540c\\u5115\\u5f71\\u97ff\\u3001\\u8ab2\\u696d\\u58d3\\u529b\\u3001\\u9069\\u61c9\\u554f\\u984c...\\u7b49\\uff0c\\u4e0d\\u53ea\\u662f\\u5718\\u5951\\u8f14\\u5c0e\\uff0c\\u6559\\u6703\\u88e1\\u7684\\u6210\\u4eba\\u4e5f\\u9700\\u8981\\u7d66\\u4e88\\u966a\\u4f34\\u53ca\\u652f\\u6301\\uff0c\\u597d\\u4f7f\\u4ed6\\u5011\\u80fd\\u5920\\u6301\\u5b88\\u4fe1\\u4ef0\\uff0c\\u9806\\u5229\\u904e\\u6e21\\u5230\\u6210\\u5e74\\u7684\\u968e\\u6bb5\\uff0c\\u53ef\\u4ee5\\u4ea4\\u68d2\\u7684\\u72c0\\u614b\\u3002\\u5c31\\u50cf\\u6469\\u897f\\u5e36\\u8457\\u7d04\\u66f8\\u4e9e\\u4e00\\u6a23\\uff0c\\u6559\\u6703\\u88e1\\u7684\\u6210\\u4eba\\u61c9\\u8a72\\u662f\\u9752\\u5c11\\u5e74\\u7684\\u699c\\u6a23\\uff0c\\u597d\\u8b93\\u5b69\\u5b50\\u5011\\u6709\\u5065\\u5eb7\\u6210\\u719f\\u7684\\u9748\\u547d\\uff0c\\u540c\\u6642\\u5f97\\u4ee5\\u627f\\u63a5\\u4f7f\\u547d\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":3,\"triggeredfrom\":\"forum_add_new_post\"}',1696941715,'web','125.229.183.111',NULL),(3543,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',26,'c',2,59,70,20,22,2,NULL,0,'{\"discussionid\":3,\"forumid\":6,\"forumtype\":\"single\"}',1696941715,'web','125.229.183.111',NULL),(3544,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',22,'c',2,59,70,20,22,2,22,0,'{\"forumid\":6,\"discussion\":3}',1696941715,'web','125.229.183.111',NULL),(3545,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,22,2,NULL,0,'null',1696941716,'web','125.229.183.111',NULL),(3546,'\\core\\event\\user_loggedout','core','loggedout','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"sessionid\":\"v9uscu9sfamrhvbcqn86j1dqat\"}',1696941893,'web','125.229.183.111',NULL),(3547,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696941893,'web','125.229.183.111',NULL),(3548,'\\core\\event\\notification_sent','core','sent','notification','notifications',184,'c',0,1,10,0,22,0,5,0,'{\"courseid\":\"2\"}',1696943527,'cli',NULL,NULL),(3549,'\\core\\event\\notification_sent','core','sent','notification','notifications',185,'c',0,1,10,0,22,0,22,0,'{\"courseid\":\"2\"}',1696943530,'cli',NULL,NULL),(3550,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696943848,'web','104.245.12.101',NULL),(3551,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696943885,'web','104.245.12.101',NULL),(3552,'\\core\\event\\user_loggedin','core','loggedin','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"extrauserinfo\":[]}',1696943951,'web','104.245.12.101',NULL),(3553,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,16,1,NULL,0,'null',1696943952,'web','104.245.12.101',NULL),(3554,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1696943961,'web','104.245.12.101',NULL),(3555,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,16,2,NULL,0,'null',1696943976,'web','104.245.12.101',NULL),(3556,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',7,'r',2,56,70,17,16,2,NULL,0,'null',1696944005,'web','104.245.12.101',NULL),(3557,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,16,2,NULL,0,'null',1696944005,'web','104.245.12.101',NULL),(3558,'\\core\\event\\notification_sent','core','sent','notification','notifications',186,'c',0,1,10,0,0,0,16,0,'{\"courseid\":\"1\"}',1696944007,'cli',NULL,NULL),(3559,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1696944027,'web','104.245.12.101',NULL),(3560,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,16,2,NULL,0,'null',1696944035,'web','104.245.12.101',NULL),(3561,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,16,2,NULL,0,'null',1696944086,'web','104.245.12.101',NULL),(3562,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,16,2,NULL,0,'null',1696944104,'web','104.245.12.101',NULL),(3563,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,16,2,NULL,0,'null',1696944153,'web','104.245.12.101',NULL),(3564,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,16,2,NULL,0,'null',1696944153,'web','104.245.12.101',NULL),(3565,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,6,2,NULL,0,'null',1696944483,'web','203.121.235.95',NULL),(3566,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696947981,'web','36.229.134.70',NULL),(3567,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696947991,'web','36.229.134.70',NULL),(3568,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1696948023,'web','36.229.134.70',NULL),(3569,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1696948023,'web','36.229.134.70',NULL),(3570,'\\core\\event\\notification_sent','core','sent','notification','notifications',187,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"1\"}',1696948027,'cli',NULL,NULL),(3571,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1696948027,'web','36.229.134.70',NULL),(3572,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,11,2,NULL,0,'null',1696948034,'web','36.229.134.70',NULL),(3573,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',27,'c',2,59,70,20,11,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a\\u7528100-200\\u5b57\\u63d0\\u51fa\\u4e00\\u5247\\u95dc\\u65bc\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300b\\u7b2c\\u516d\\u7ae0\\u3008\\u5be6\\u8e10\\u8005\\u3009\\u7684\\u554f\\u984c\\u6216\\u662f\\u5fc3\\u5f97\\u3002<br \\/>\\n\\u7b2c\\u516d\\u7ae0\\u5be6\\u8e10\\u8005~\\u4f5c\\u8005\\u5c07\\u7267\\u8005\\u8b6c\\u55bb\\u70ba\\u611b\\u5fc3\\u57f9\\u80b2\\u7684\\u8fb2\\u592b\\uff0c\\u800c\\u5728\\u966a\\u4f34\\u85dd\\u8853\\u5bb6\\u4e2d\\u9700\\u8981\\u7267\\u990a\\u3001\\u4fc3\\u9032\\u3001\\u88fd\\u4f5c\\u7684\\u904e\\u7a0b\\u3002\\u6211\\u770b\\u5230\\u5f9e\\u7267\\u990a\\u89d2\\u5ea6\\u51fa\\u767c\\uff0c\\u7267\\u990a\\u85dd\\u8853\\u5bb6\\u5176\\u5be6\\u8ddf\\u4e00\\u822c\\u5f1f\\u5144\\u59ca\\u59b9\\u6c92\\u6709\\u4ec0\\u9ebc\\u4e0d\\u540c\\uff0c\\u662f\\u90fd\\u9700\\u8981\\u6709\\u9577\\u9060\\u773c\\u5149\\u5730\\uff0c\\u5176\\u4e2d\\u6709\\u5e7e\\u9ede\\u662f\\u6211\\u8a8d\\u70ba\\u672c\\u7bc7\\u53ef\\u4ee5\\u5b78\\u7fd2\\u4e4b\\u8655<br \\/>\\n1.\\u4e00\\u4f4d\\u85dd\\u8853\\u5bb6\\u516c\\u958b\\u63a8\\u4e0a\\u821e\\u53f0\\u524d\\uff0c\\u61c9\\u8a72\\u5df2\\u7d93\\u6295\\u5165\\u6559\\u6703\\u4e00\\u6bb5\\u6642\\u9593\\uff0c\\u5982\\u6b64\\u624d\\u80fd\\u78ba\\u8a8d\\u4ed6\\u662f\\u5426\\u6709\\u9580\\u5f92\\u7684\\u547c\\u53ec\\uff0c\\u800c\\u9019\\u4e5f\\u662f\\u8207\\u4e00\\u822c\\u85dd\\u8853\\u5bb6\\u4e0d\\u540c\\u4e4b\\u8655\\u3002<br \\/>\\n2.\\u85dd\\u8853\\u5bb6\\u5728\\u63a2\\u8a0e\\u751f\\u547d\\u5167\\u5728\\u9818\\u57df\\u4e2d\\uff0c\\u5982\\u4f55\\u5206\\u8fa8\\u81ea\\u5df1\\u7684\\u9577\\u8655\\u548c\\u5f31\\u9805\\uff0c\\u9019\\u662f\\u7267\\u8005\\u95dc\\u61f7\\u85dd\\u8853\\u5bb6\\u4e0a\\u53ef\\u670d\\u4e8b\\u7684\\u65b9\\u5411\\u3002<br \\/>\\n3.\\u56e0\\u70ba\\u85dd\\u8853\\u5bb6\\u7684\\u7a0b\\u5ea6\\u90e8\\u5206\\uff0c\\u8981\\u4f9d\\u4e0d\\u540c\\u7684\\u76ee\\u7684\\u898f\\u756b\\u4e0d\\u540c\\u7684\\u821e\\u53f0\\u5834\\u6240\\uff1b\\u4e14\\u975e\\u6240\\u6709\\u85dd\\u8853\\u4f5c\\u54c1\\u90fd\\u9069\\u5408\\u5728\\u656c\\u62dc\\u4e2d\\u5448\\u73fe\\uff0c\\u56e0\\u6b64\\u9700\\u898f\\u756b\\u4e0d\\u540c\\u5730\\u516c\\u773e\\u821e\\u53f0\\u8b93\\u85dd\\u8853\\u5bb6\\u767c\\u63ee\\u3002<br \\/>\\n4.\\u4f5c\\u54c1\\u5b8c\\u6210\\u5f8c\\uff0c\\u5982\\u4f55\\u7528\\u611b\\u5fc3\\u8aa0\\u5be6\\u8a71\\u56de\\u994b\\u85dd\\u8853\\u5bb6\\uff0c\\u9700\\u8981\\u5728\\u4fe1\\u4efb\\u7684\\u57fa\\u790e\\u4e0a\\uff0c\\u7d66\\u4e88\\u95dc\\u5fc3\\u3001\\u6301\\u7e8c\\u6027\\u7267\\u990a\\u3001\\u4e26\\u65bc\\u5408\\u9069\\u6642\\u9593\\u63d0\\u51fa\\u56de\\u994b\\u3002<br \\/>\\n\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a\\u7528100-200\\u5b57\\u56de\\u61c9\\u4e0b\\u5217\\u554f\\u984c\\uff1a<br \\/>\\n(1)\\u300c\\u9752\\u5c11\\u5e74\\u300d\\u5728\\u4f60\\u7684\\u4e8b\\u5de5\\u5834\\u57df\\u4e2d\\u5982\\u4f55\\u88ab\\u5b9a\\u7fa9\\uff1f12-18\\u6b72<br \\/>\\n(2)\\u4f60\\u5f9e\\u4e8b\\u7684\\u300c\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u300d\\u6642\\u9700\\u8981\\u505a\\u54ea\\u4e9b\\u4e8b\\uff1f\\u56e0\\u53ea\\u6709\\u90e8\\u5206\\u8ab2\\u7a0b\\u9032\\u5165\\uff0c\\u6240\\u4ee5\\u5728\\u6307\\u5b9a\\u8ab2\\u7a0b\\u524d\\u9664\\u5099\\u8ab2\\u5916\\uff0c\\u4e5f\\u9700\\u4e86\\u89e3\\u5c0d\\u8c61\\u7684\\u4fe1\\u4ef0\\u3001\\u5bb6\\u5ead\\u3001\\u5b78\\u7fd2\\u72c0\\u6cc1\\u7b49\\u3002<br \\/>\\n(3)\\u4f60\\u8a8d\\u70ba\\u7406\\u60f3\\u7684\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u61c9\\u8a72\\u8981\\u5305\\u542b\\u4ec0\\u9ebc\\uff1f\\u57fa\\u672c\\u4e0a\\u9700\\u5305\\u542b\\u771f\\u7406\\u6559\\u5c0e\\uff0c\\u4e14\\u56e0\\u9752\\u5c11\\u5e74\\u5df2\\u958b\\u59cb\\u6709\\u601d\\u5224\\u7684\\u80fd\\u529b\\uff0c\\u6240\\u4ee5\\u4e5f\\u8981\\u5f15\\u5c0e\\u9752\\u5c11\\u5e74\\u601d\\u8003\\u5982\\u4f55\\u9762\\u5c0d\\u81ea\\u5df1\\u4fe1\\u4ef0\\u4e0a\\u7684\\u554f\\u984c\\u3001\\u5efa\\u7acb\\u500b\\u4eba\\u9748\\u4fee\\u7fd2\\u6163\\u3001\\u751f\\u6d3b\\u7267\\u990a\\u95dc\\u61f7\\u7b49\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":3,\"triggeredfrom\":\"forum_add_new_post\"}',1696948887,'web','36.229.134.70',NULL),(3574,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',27,'c',2,59,70,20,11,2,NULL,0,'{\"discussionid\":3,\"forumid\":6,\"forumtype\":\"single\"}',1696948887,'web','36.229.134.70',NULL),(3575,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',23,'c',2,59,70,20,11,2,11,0,'{\"forumid\":6,\"discussion\":3}',1696948887,'web','36.229.134.70',NULL),(3576,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,11,2,NULL,0,'null',1696948888,'web','36.229.134.70',NULL),(3577,'\\core\\event\\notification_sent','core','sent','notification','notifications',188,'c',0,1,10,0,11,0,11,0,'{\"courseid\":\"2\"}',1696950726,'cli',NULL,NULL),(3578,'\\core\\event\\notification_sent','core','sent','notification','notifications',189,'c',0,1,10,0,11,0,5,0,'{\"courseid\":\"2\"}',1696950729,'cli',NULL,NULL),(3579,'\\core\\event\\notification_sent','core','sent','notification','notifications',190,'c',0,1,10,0,11,0,22,0,'{\"courseid\":\"2\"}',1696950732,'cli',NULL,NULL),(3580,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1696952871,'web','122.118.44.139',NULL),(3581,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1696952871,'web','122.118.44.139',NULL),(3582,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,20,2,NULL,0,'null',1696952875,'web','122.118.44.139',NULL),(3583,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1696952882,'web','122.118.44.139',NULL),(3584,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,20,2,NULL,0,'null',1696952885,'web','122.118.44.139',NULL),(3585,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,6,2,NULL,0,'null',1696953199,'web','203.121.235.95',NULL),(3586,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696955231,'web','111.249.139.189',NULL),(3587,'\\core\\event\\user_loggedin','core','loggedin','user','user',4,'r',0,1,10,0,4,0,NULL,0,'{\"username\":\"stellah1978@gmail.com\",\"extrauserinfo\":[]}',1696955238,'web','111.249.139.189',NULL),(3588,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,4,1,NULL,0,'null',1696955238,'web','111.249.139.189',NULL),(3589,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,4,2,NULL,0,'null',1696955240,'web','111.249.139.189',NULL),(3590,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,4,2,NULL,0,'null',1696955243,'web','111.249.139.189',NULL),(3591,'\\core\\event\\notification_sent','core','sent','notification','notifications',191,'c',0,1,10,0,0,0,4,0,'{\"courseid\":\"1\"}',1696955287,'cli',NULL,NULL),(3592,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1696956075,'web','122.118.44.139',NULL),(3593,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',7,'r',2,56,70,17,20,2,NULL,0,'null',1696956085,'web','122.118.44.139',NULL),(3594,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1696956112,'web','122.118.44.139',NULL),(3595,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,20,2,NULL,0,'null',1696956116,'web','122.118.44.139',NULL),(3596,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',28,'c',2,59,70,20,4,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a\\u7528100-200\\u5b57\\u63d0\\u51fa\\u4e00\\u5247\\u95dc\\u65bc\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300b\\u7b2c\\u516d\\u7ae0\\u3008\\u5be6\\u8e10\\u8005\\u3009\\u7684\\u554f\\u984c\\u6216\\u662f\\u5fc3\\u5f97\\u3002<br \\/>\\n\\u4f5c\\u8005\\u900f\\u904e\\u8fb2\\u592b\\u8010\\u5fc3\\u8015\\u8018\\u3001\\u7528\\u611b\\u5fc3\\u57f9\\u80b2\\u4f5c\\u7269\\uff0c\\u4f86\\u8aaa\\u660e\\u7267\\u990a\\u85dd\\u8853\\u5bb6\\u7267\\u5e2b\\u7684\\u8077\\u8cac\\u8207\\u89d2\\u8272\\uff0c\\u63d0\\u5230\\u7267\\u990a\\u3001\\u4fc3\\u9032\\u548c\\u88fd\\u4f5c\\u7b49\\u4e09\\u500b\\u9762\\u5411\\uff0c\\u4e26\\u4e14\\u5f37\\u8abf\\u6700\\u91cd\\u8981\\u7684\\u662f\\u300c\\u611b\\u4eba\\u300d\\uff0c\\u5305\\u62ec\\u4e3b\\u52d5\\u53bb\\u5efa\\u7acb\\u95dc\\u4fc2\\u3001\\u6df1\\u5165\\u5730\\u4e86\\u89e3\\u4ed6\\u5011\\uff0c\\u4e26\\u7dad\\u6301\\u6709\\u4fe1\\u4efb\\u548c\\u5b89\\u5168\\u611f\\u7684\\u95dc\\u4fc2\\uff0c\\u70ba\\u7684\\u662f\\u8981\\u5e6b\\u52a9\\u6bcf\\u500b\\u85dd\\u8853\\u5bb6\\u80fd\\u5728\\u4e0a\\u5e1d\\u7279\\u5225\\u8ce6\\u4e88\\u4ed6\\u5011\\u7684\\u85dd\\u8853\\u6069\\u8cdc\\u8207\\u751f\\u547d\\u547c\\u53ec\\u4e0a\\uff0c\\u4e00\\u6b65\\u6b65\\u9081\\u5411\\u6210\\u719f\\u3001\\u7d50\\u51fa\\u679c\\u5b50\\u3002<br \\/>\\n\\u5176\\u5be6\\u9019\\u5c31\\u662f\\u4e00\\u500b\\u771f\\u6b63\\u7684\\u683d\\u57f9\\u9580\\u5f92\\u751f\\u547d\\u7684\\u65c5\\u7a0b\\uff0c\\u7267\\u8005\\u9700\\u8981\\u4e86\\u89e3\\u7f8a\\u7fa4\\u7684\\u751f\\u547d\\u7279\\u8cea\\uff0c\\u8a8d\\u8b58\\u6bcf\\u4e00\\u96bb\\u5c0f\\u7f8a\\uff0c\\u63d0\\u4f9b\\u9069\\u5207\\u7684\\u990a\\u5206\\uff0c\\u501a\\u9760\\u4e0a\\u5e1d\\u7684\\u667a\\u6167\\u4f86\\u5206\\u8fa8\\u3001\\u4fdd\\u8b77\\u3001\\u9f13\\u821e\\u548c\\u56de\\u994b\\uff1b\\u7576\\u4ed6\\u5011\\u8ff7\\u5931\\u6216\\u8dcc\\u843d\\u6642\\uff0c\\u7528\\u611b\\u53bb\\u5c0b\\u56de\\u3001\\u63a5\\u4f4f\\u4ed6\\u5011\\u3002\\u6211\\u89ba\\u5f97\\u7267\\u990a\\u9752\\u5c11\\u5e74\\u6240\\u9700\\u8981\\u7684\\u773c\\u5149\\u548c\\u505a\\u6cd5\\uff0c\\u4e5f\\u8ddf\\u7267\\u990a\\u85dd\\u8853\\u5bb6\\u662f\\u5f88\\u50cf\\u7684\\uff0c\\u6bcf\\u500b\\u9752\\u5c11\\u5e74\\u90fd\\u5f88\\u7368\\u7279\\u3001\\u5f88\\u654f\\u92b3\\u3001\\u5f88\\u6e34\\u671b\\u88ab\\u77ad\\u89e3\\uff0c\\u5f88\\u9700\\u8981\\u8010\\u5fc3\\u4e14\\u6301\\u7e8c\\u5f15\\u5c0e\\u3002<br \\/>\\n<br \\/>\\n\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a\\u7528100-200\\u5b57\\u56de\\u61c9\\u4e0b\\u5217\\u554f\\u984c\\uff1a<br \\/>\\n(1)\\u300c\\u9752\\u5c11\\u5e74\\u300d\\u5728\\u4f60\\u7684\\u4e8b\\u5de5\\u5834\\u57df\\u4e2d\\u5982\\u4f55\\u88ab\\u5b9a\\u7fa9\\uff1f <br \\/>\\n\\u5728\\u6211\\u7684\\u6559\\u6703\\uff0c\\u5206\\u70ba\\u570b\\u4e2d\\u751f(12\\uff5e15\\u6b72)\\u548c\\u9ad8\\u4e2d\\u751f(16\\uff5e18)\\u6b72\\uff0c\\u6709\\u5404\\u81ea\\u7684\\u95dc\\u61f7\\u5c0f\\u7d44\\u3002\\u570b\\u4e2d\\u751f\\u8ddf\\u5152\\u7ae5\\u4e3b\\u65e5\\u5b78\\u4e00\\u8d77\\u53c3\\u8207\\u5152\\u7ae5\\u4e3b\\u65e5\\u5d07\\u62dc\\uff0c\\u9ad8\\u4e2d\\u751f\\u5247\\u662f\\u53c3\\u8207\\u5728\\u6210\\u4eba\\u4e3b\\u65e5\\u5d07\\u62dc\\u4e2d\\u3002<br \\/>\\n(2) \\u4f60\\u5f9e\\u4e8b\\u7684\\u300c\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u300d\\u6642\\u9700\\u8981\\u505a\\u54ea\\u4e9b\\u4e8b\\uff1f<br \\/>\\n\\u6211\\u4e3b\\u8981\\u5e36\\u9818\\u9ad8\\u4e2d\\u751f\\u9752\\u5c11\\u5e74\\u5c0f\\u7d44\\uff0c\\u5305\\u542b\\u9810\\u5099\\u6bcf\\u9031\\u805a\\u6703\\u7684\\u4e3b\\u984c\\u7d93\\u6587\\u5206\\u4eab\\u3001\\u898f\\u5283\\u7279\\u5225\\u6d3b\\u52d5\\u3002\\u9031\\u9593\\u5247\\u4f7f\\u7528\\u793e\\u7fa4\\u8edf\\u9ad4\\u95dc\\u5fc3\\u8fd1\\u6cc1\\uff08line, IG, FB\\uff09\\u3001\\u4e00\\u5c0d\\u4e00\\u7267\\u990a\\uff0c\\u6155\\u9053\\u53cb\\u63a2\\u8a2a\\u7b49\\u7b49\\uff1b\\u6bcf\\u500b\\u6708\\u4e00\\u6b21\\u8ddf\\u570b\\u4e2d\\u5c0f\\u7d44\\u9577\\u3001\\u7267\\u5e2b\\u50b3\\u9053\\u958b\\u6703\\uff1b\\u4ee5\\u53ca\\u8ddf\\u9752\\u5c11\\u5e74\\u5bb6\\u9577\\u7684\\u5404\\u7a2e\\u6e9d\\u901a\\u5408\\u4f5c\\u3002<br \\/>\\n(3)\\u4f60\\u8a8d\\u70ba\\u7406\\u60f3\\u7684\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u61c9\\u8a72\\u8981\\u5305\\u542b\\u4ec0\\u9ebc\\uff1f<br \\/>\\n\\u6211\\u8a8d\\u70ba\\uff0c\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u7684\\u5bf6\\u8cb4\\u5728\\u65bc\\u966a\\u4f34\\u6bcf\\u500b\\u5b69\\u5b50\\u8a8d\\u8b58\\u4e0a\\u5e1d\\u7684\\u771f\\u7406\\u548c\\u611b\\uff0c\\u767c\\u6398\\u81ea\\u5df1\\u8eab\\u5fc3\\u9748\\u7684\\u6210\\u9577\\uff0c\\u958b\\u59cb\\u77ad\\u89e3\\u81ea\\u5df1\\u8ddf\\u4e0a\\u5e1d\\u7684\\u95dc\\u4fc2\\uff0c\\u548c\\u81ea\\u5df1\\u8ddf\\u9019\\u4e16\\u754c\\u7684\\u95dc\\u4fc2\\uff0c\\u9032\\u800c\\u53bb\\u63a2\\u7d22\\u81ea\\u5df1\\u4eba\\u751f\\u7684\\u610f\\u7fa9\\u548c\\u76ee\\u6a19\\u3002<br \\/>\\n\\u61c9\\u8a72\\u8981\\u5305\\u542b\\uff1a\\u5e6b\\u52a9\\u5b69\\u5b50\\u5011\\u8207\\u4e0a\\u5e1d\\u5efa\\u7acb\\u500b\\u4eba\\u5316\\u7684\\u7d93\\u6b77\\u8207\\u95dc\\u4fc2\\uff0c\\u5f9e\\u800c\\u5efa\\u7acb\\u6d3b\\u6f51\\u7684\\u4fe1\\u5fc3\\uff1b\\u8981\\u6559\\u5c0e\\u771f\\u7406\\u4ee5\\u53ca\\u966a\\u4f34\\u4ed6\\u5011\\u5c07\\u771f\\u7406\\u61c9\\u7528\\u5728\\u5be6\\u969b\\u751f\\u6d3b\\u7684\\u56f0\\u96e3\\u4e2d\\uff1b\\u8981\\u6709\\u5f88\\u591a\\u7684\\u611b\\u3001\\u80af\\u5b9a\\u548c\\u63a5\\u7d0d\\uff0c\\u4e5f\\u6709\\u5f88\\u591a\\u7684\\u6b61\\u7b11\\u6a02\\u8da3\\uff1b\\u9f13\\u52f5\\u5b69\\u5b50\\u5011\\u80fd\\u8207\\u6559\\u6703\\u4e2d\\u4e0d\\u540c\\u4e16\\u4ee3\\u6709\\u5f7c\\u6b64\\u5c0a\\u91cd\\u7684\\u5c0d\\u8a71\\u3001\\u3001\\u3001\\u597d\\u5427\\uff0c\\u5176\\u5be6\\u6211\\u89ba\\u5f97\\u9019\\u500b\\u554f\\u984c\\u5fcd\\u4e0d\\u4f4f\\u6703\\u60f3\\u5f97\\u5f88\\u96dc\\u3001\\u5f88\\u5ee3\\u2026..<\\/div>\",\"pathnamehashes\":[],\"discussionid\":3,\"triggeredfrom\":\"forum_add_new_post\"}',1696956739,'web','111.249.139.189',NULL),(3597,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',28,'c',2,59,70,20,4,2,NULL,0,'{\"discussionid\":3,\"forumid\":6,\"forumtype\":\"single\"}',1696956739,'web','111.249.139.189',NULL),(3598,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',24,'c',2,59,70,20,4,2,4,0,'{\"forumid\":6,\"discussion\":3}',1696956739,'web','111.249.139.189',NULL),(3599,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,4,2,NULL,0,'null',1696956739,'web','111.249.139.189',NULL),(3600,'\\core\\event\\notification_sent','core','sent','notification','notifications',192,'c',0,1,10,0,4,0,11,0,'{\"courseid\":\"2\"}',1696958587,'cli',NULL,NULL),(3601,'\\core\\event\\notification_sent','core','sent','notification','notifications',193,'c',0,1,10,0,4,0,5,0,'{\"courseid\":\"2\"}',1696958590,'cli',NULL,NULL),(3602,'\\core\\event\\notification_sent','core','sent','notification','notifications',194,'c',0,1,10,0,4,0,4,0,'{\"courseid\":\"2\"}',1696958593,'cli',NULL,NULL),(3603,'\\core\\event\\notification_sent','core','sent','notification','notifications',195,'c',0,1,10,0,4,0,22,0,'{\"courseid\":\"2\"}',1696958596,'cli',NULL,NULL),(3604,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',29,'c',2,59,70,20,20,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a<br \\/>\\n\\u2028\\u6211\\u540c\\u610f\\u4f5c\\u8005\\u5728\\u672c\\u7ae0\\u63d0\\u5230\\u8a31\\u591a\\u95dc\\u65bc\\u6559\\u6703\\u8207\\u85dd\\u8853\\u5bb6\\u80fd\\u5920\\u4e00\\u540c\\u5171\\u5275\\u7684\\u66f4\\u591a\\u53ef\\u80fd\\u6027\\uff0c\\u4f46\\u540c\\u6642\\u4e5f\\u5728\\u601d\\u8003\\u4e00\\u500b\\u554f\\u984c\\u3002<br \\/>\\n\\u4f5c\\u8005\\u91cd\\u8996\\u53c3\\u8207\\u85dd\\u8853\\u5bb6\\u7684\\u4e16\\u754c\\uff0c\\u9f13\\u821e\\u4ed6\\u5011\\u3002\\u540c\\u6642\\u4e5f\\u95e1\\u8ff0\\u4e86\\u9069\\u7576\\u7684\\u7d66\\u4e88\\u300c\\u8a55\\u8ad6\\u300d\\u8207\\u300c\\u5206\\u8fa8\\u300d\\u7684\\u91cd\\u8981\\u6027\\u3002\\u611f\\u89ba\\u4f5c\\u8005\\u8a66\\u8457\\u8b93\\u9019\\u4e9b\\u4e8b\\u60c5\\u9054\\u5230\\u5e73\\u8861\\uff0c\\u4f46\\u6211\\u540c\\u6642\\u4e5f\\u5728\\u601d\\u8003\\uff0c\\u7267\\u990a\\u85dd\\u8853\\u5bb6\\u8207\\u7267\\u990a\\u975e\\u85dd\\u8853\\u5bb6\\u771f\\u7684\\u6709\\u90a3\\u9ebc\\u4e0d\\u540c\\u55ce\\uff1f<br \\/>\\n\\u6216\\u8a31\\u5728\\u9762\\u5c0d\\u85dd\\u8853\\u5bb6\\uff0c\\u4ee5\\u53ca\\u8207\\u85dd\\u8853\\u5bb6\\u4e00\\u8d77\\u7684\\u670d\\u4e8b\\u4e2d\\uff0c\\u6709\\u8a31\\u591a\\u4e8b\\u60c5\\u5728\\u5f7c\\u6b64\\u7684\\u6e9d\\u901a\\u8207\\u7406\\u89e3\\u4e0a\\u662f\\u9700\\u8981\\u6709\\u4e0d\\u4e00\\u6a23\\u7684\\u601d\\u7dad\\u3002\\u4f46\\u662f\\u6211\\u89ba\\u5f97\\u5c0d\\u85dd\\u8853\\u5bb6\\u4f86\\u8aaa\\uff0c\\u4ed6\\u5011\\u6240\\u9700\\u8981\\u7684\\u8207\\u975e\\u85dd\\u8853\\u5bb6\\u662f\\u4e00\\u6a23\\u7684\\u3002\\u7576\\u6211\\u5011\\u5728\\u67d0\\u7a2e\\u7a0b\\u5ea6\\u4e0a\\u653e\\u5927\\u4ed6\\u5011\\u4f5c\\u70ba\\u85dd\\u8853\\u5bb6\\u9019\\u4ef6\\u4e8b\\uff0c\\u6709\\u6c92\\u6709\\u53ef\\u80fd\\u4f7f\\u6211\\u5011\\u5728\\u770b\\u5f85\\u4ed6\\u5011\\u7684\\u751f\\u547d\\u771f\\u6b63\\u9700\\u8981\\u7684\\u4e8b\\u7269\\u6642\\uff0c\\u53ef\\u80fd\\u5931\\u7126\\uff1f<br \\/>\\n<br \\/>\\n\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a<br \\/>\\n(1)\\u300c\\u9752\\u5c11\\u5e74\\u300d\\u5728\\u4f60\\u7684\\u4e8b\\u5de5\\u5834\\u57df\\u4e2d\\u5982\\u4f55\\u88ab\\u5b9a\\u7fa9\\uff1f\\u570b\\u3001\\u9ad8\\u4e2d\\u751f\\u3002<br \\/>\\n(2) \\u4f60\\u5f9e\\u4e8b\\u7684\\u300c\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u300d\\u6642\\u9700\\u8981\\u505a\\u54ea\\u4e9b\\u4e8b\\uff1f<br \\/>\\n\\u6211\\u76ee\\u524d\\u4e26\\u7121\\u56fa\\u5b9a\\u53c3\\u8207\\u5728\\u9752\\u5c11\\u5e74\\u76f8\\u95dc\\u4e8b\\u5de5\\u4e2d\\u3002\\u6703\\u63a5\\u89f8\\u5230\\u9752\\u5c11\\u5e74\\u7684\\u6642\\u5019\\uff0c\\u901a\\u5e38\\u662f\\u5728\\u9032\\u884c\\u6559\\u6703\\u5404\\u9805\\u6d3b\\u52d5\\u7684\\u670d\\u4e8b\\u5b89\\u6392\\u6642\\uff0c\\u82e5\\u6709\\u5b89\\u6392\\u9752\\u5c11\\u5e74\\u53c3\\u8207\\u67d0\\u4e9b\\u670d\\u4e8b\\uff0c\\u624d\\u6703\\u6709\\u6a5f\\u6703\\u5e36\\u9818\\u6216\\u57f9\\u8a13\\u4ed6\\u5011\\u3002<br \\/>\\n(3)\\u4f60\\u8a8d\\u70ba\\u7406\\u60f3\\u7684\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u61c9\\u8a72\\u8981\\u5305\\u542b\\u4ec0\\u9ebc\\uff1f<br \\/>\\n\\u80fd\\u5920\\u6559\\u5c0e\\u771f\\u7406\\uff0c\\u4e14\\u80fd\\u8207\\u9752\\u5c11\\u5e74\\u5c0d\\u8a71\\uff0c\\u4e86\\u89e3\\u4ed6\\u5011\\u9700\\u8981\\u7684\\u8f14\\u5c0e\\u6216\\u5e36\\u9818\\u8005\\u3002<br \\/>\\n\\u80fd\\u5920\\u4e00\\u8d77\\u6210\\u9577\\u7684\\u3001\\u4e92\\u76f8\\u6276\\u6301\\u7684\\u540c\\u5115\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":3,\"triggeredfrom\":\"forum_add_new_post\"}',1696959979,'web','122.118.44.139',NULL),(3605,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',29,'c',2,59,70,20,20,2,NULL,0,'{\"discussionid\":3,\"forumid\":6,\"forumtype\":\"single\"}',1696959979,'web','122.118.44.139',NULL),(3606,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',25,'c',2,59,70,20,20,2,20,0,'{\"forumid\":6,\"discussion\":3}',1696959979,'web','122.118.44.139',NULL),(3607,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,20,2,NULL,0,'null',1696959980,'web','122.118.44.139',NULL),(3608,'\\core\\event\\notification_sent','core','sent','notification','notifications',196,'c',0,1,10,0,20,0,11,0,'{\"courseid\":\"2\"}',1696961827,'cli',NULL,NULL),(3609,'\\core\\event\\notification_sent','core','sent','notification','notifications',197,'c',0,1,10,0,20,0,5,0,'{\"courseid\":\"2\"}',1696961829,'cli',NULL,NULL),(3610,'\\core\\event\\notification_sent','core','sent','notification','notifications',198,'c',0,1,10,0,20,0,20,0,'{\"courseid\":\"2\"}',1696961833,'cli',NULL,NULL),(3611,'\\core\\event\\notification_sent','core','sent','notification','notifications',199,'c',0,1,10,0,20,0,4,0,'{\"courseid\":\"2\"}',1696961836,'cli',NULL,NULL),(3612,'\\core\\event\\notification_sent','core','sent','notification','notifications',200,'c',0,1,10,0,20,0,22,0,'{\"courseid\":\"2\"}',1696961839,'cli',NULL,NULL),(3613,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696967843,'web','73.219.6.51',NULL),(3614,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1696967847,'web','73.219.6.51',NULL),(3615,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1696967847,'web','73.219.6.51',NULL),(3616,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696967849,'web','73.219.6.51',NULL),(3617,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,2,2,NULL,0,'null',1696967852,'web','73.219.6.51',NULL),(3618,'\\mod_forum\\event\\subscription_created','mod_forum','created','subscription','forum_subscriptions',2,'c',2,59,70,20,2,2,2,0,'{\"forumid\":\"6\"}',1696967854,'web','73.219.6.51',NULL),(3619,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,2,2,NULL,0,'null',1696967854,'web','73.219.6.51',NULL),(3620,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1696969150,'cli',NULL,NULL),(3621,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1696987173,'web','73.219.6.51',NULL),(3622,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696987176,'web','73.219.6.51',NULL),(3623,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696987192,'web','73.219.6.51',NULL),(3624,'\\core\\event\\course_module_created','core','created','course_module','course_modules',23,'c',1,62,70,23,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":11,\"name\":\"\\u7b2c\\u56db\\u9031\\u8b1b\\u7fa9\"}',1696987215,'web','73.219.6.51',NULL),(3625,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696987216,'web','73.219.6.51',NULL),(3626,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696987224,'web','73.219.6.51',NULL),(3627,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696987226,'web','73.219.6.51',NULL),(3628,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',17,'u',1,56,70,17,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":\"7\",\"name\":\"\\u88dc\\u5145\\u8b1b\\u7fa9\\uff1a\\u8cdc\\u9748\\u611f\\u7684\\u4e4b\\u6c23\"}',1696987235,'web','73.219.6.51',NULL),(3629,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696987261,'web','73.219.6.51',NULL),(3630,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696988539,'web','147.92.179.112',NULL),(3631,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696988542,'web','175.182.136.194',NULL),(3632,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696988571,'web','175.182.136.194',NULL),(3633,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696988589,'web','175.182.136.194',NULL),(3634,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1696988659,'web','175.182.136.194',NULL),(3635,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1696988659,'web','175.182.136.194',NULL),(3636,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1696988670,'web','175.182.136.194',NULL),(3637,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'null',1696988674,'web','175.182.136.194',NULL),(3638,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1696988691,'web','175.182.136.194',NULL),(3639,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1696988694,'web','175.182.136.194',NULL),(3640,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1696988694,'web','175.182.136.194',NULL),(3641,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,21,2,NULL,0,'null',1696988715,'web','175.182.136.194',NULL),(3642,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696988951,'web','128.22.132.204',NULL),(3643,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,43,30,13,0,0,13,0,'{\"forgottenreset\":false}',1696988994,'web','128.22.132.204',NULL),(3644,'\\core\\event\\user_loggedin','core','loggedin','user','user',13,'r',0,1,10,0,13,0,NULL,0,'{\"username\":\"hellenwangbj@163.com\",\"extrauserinfo\":[]}',1696988994,'web','128.22.132.204',NULL),(3645,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1696988996,'web','128.22.132.204',NULL),(3646,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,13,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1696988998,'web','128.22.132.204',NULL),(3647,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,13,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1696989002,'web','128.22.132.204',NULL),(3648,'\\core\\event\\notification_sent','core','sent','notification','notifications',201,'c',0,1,10,0,0,0,13,0,'{\"courseid\":\"1\"}',1696989007,'cli',NULL,NULL),(3649,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1696989021,'web','128.22.132.204',NULL),(3650,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,16,50,2,13,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1696989023,'web','128.22.132.204',NULL),(3651,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,16,50,2,13,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\",\"stepid\":1,\"stepindex\":0}',1696989029,'web','128.22.132.204',NULL),(3652,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,13,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696989045,'web','128.22.132.204',NULL),(3653,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,13,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696989174,'web','128.22.132.204',NULL),(3654,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,13,2,13,0,'null',1696989179,'web','128.22.132.204',NULL),(3655,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,13,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696989204,'web','128.22.132.204',NULL),(3656,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,13,2,NULL,0,'null',1696989217,'web','128.22.132.204',NULL),(3657,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',13,'r',0,16,50,2,13,2,13,0,'{\"courseid\":\"2\",\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1696989533,'web','128.22.132.204',NULL),(3658,'\\mod_forum\\event\\user_report_viewed','mod_forum','viewed','user_report',NULL,NULL,'r',2,16,50,2,13,2,13,0,'{\"reportmode\":\"posts\"}',1696989546,'web','128.22.132.204',NULL),(3659,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,13,0,NULL,0,'null',1696989554,'web','128.22.132.204',NULL),(3660,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',3,'r',2,1,10,0,13,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\"}',1696989555,'web','128.22.132.204',NULL),(3661,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1696989557,'web','128.22.132.204',NULL),(3662,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',3,'c',2,1,10,0,13,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\",\"stepid\":5,\"stepindex\":0}',1696989558,'web','128.22.132.204',NULL),(3663,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1696989562,'web','128.22.132.204',NULL),(3664,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,13,2,NULL,0,'null',1696989694,'web','128.22.132.204',NULL),(3665,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,13,2,NULL,0,'null',1696989887,'web','104.249.174.126',NULL),(3666,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,13,2,NULL,0,'null',1696989947,'web','104.249.174.126',NULL),(3667,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1696989966,'web','104.249.174.126',NULL),(3668,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1696989970,'web','104.249.174.126',NULL),(3669,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,13,2,NULL,0,'null',1696989983,'web','104.249.174.126',NULL),(3670,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1696990140,'web','104.249.174.126',NULL),(3671,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,13,2,NULL,0,'null',1696990150,'web','104.249.174.126',NULL),(3672,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1696990631,'web','128.22.132.204',NULL),(3673,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1696990632,'web','128.22.132.204',NULL),(3674,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1696990679,'web','128.22.132.204',NULL),(3675,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,13,2,NULL,0,'null',1696990685,'web','128.22.132.204',NULL),(3676,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1696990688,'web','128.22.132.204',NULL),(3677,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1696990689,'web','128.22.132.204',NULL),(3678,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1696990693,'web','128.22.132.204',NULL),(3679,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,13,2,NULL,0,'null',1696990700,'web','128.22.132.204',NULL),(3680,'\\mod_forum\\event\\subscription_created','mod_forum','created','subscription','forum_subscriptions',3,'c',2,29,70,10,13,2,13,0,'{\"forumid\":\"4\"}',1696990749,'web','128.22.132.204',NULL),(3681,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,13,2,NULL,0,'null',1696990751,'web','128.22.132.204',NULL),(3682,'\\mod_forum\\event\\subscription_deleted','mod_forum','deleted','subscription','forum_subscriptions',3,'d',2,29,70,10,13,2,13,0,'{\"forumid\":\"4\"}',1696990764,'web','128.22.132.204',NULL),(3683,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,13,2,NULL,0,'null',1696990765,'web','128.22.132.204',NULL),(3684,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',30,'c',2,29,70,10,13,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e09\\u5468\\u4f5c\\u4e1a<br \\/>\\n\\u95b1\\u8b80\\u4e00\\uff1a\\u7b2c\\u516d\\u7ae0\\u3008\\u5be6\\u8e10\\u8005\\u3009\\u3002\\u9078\\u81ea\\u5927\\u885b\\uff0e\\u6cf0\\u52d2\\u7de8\\uff0c\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300b\\uff08\\u53f0\\u5317\\uff1a\\u6821\\u5712\\uff0c2022\\uff09\\u3002<br \\/>\\n\\u56de\\u61c9\\u4e00\\uff1a\\u7528 100-200 \\u5b57\\u63d0\\u51fa\\u4e00\\u5247\\u95dc\\u65bc\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300b\\u7b2c\\u516d\\u7ae0\\u3008\\u5be6\\u8e10\\u8005\\u3009\\u7684\\u554f\\u984c\\u6216\\u662f\\u5fc3\\u5f97\\u3002<br \\/>\\n\\u5728\\u7b2c\\u4e00\\u4e2a\\u6545\\u4e8b\\u91cc\\uff0c\\u4f5c\\u8005\\u8bf4\\u9047\\u5230\\u4e86\\u4e00\\u7fa4\\u827a\\u672f\\u5bb6\\uff0c\\u4ed6\\u660e\\u767d\\u201c\\u6210\\u4e3a\\u827a\\u672f\\u5bb6\\u4e0d\\u662f\\u4e00\\u4efd\\u5de5\\u4f5c\\uff0c\\u5b83\\u662f\\u4e00\\u79cd\\u751f\\u6d3b\\u65b9\\u5f0f\\uff0c\\u662f\\u4e00\\u4e2a\\u53ec\\u547d\\u201d\\u3002\\u8fd9\\u53e5\\u8bdd\\uff0c\\u5bf9\\u6211\\u6709\\u5f88\\u6df1\\u7684\\u63d0\\u9192\\uff0c\\u5c31\\u662f\\uff1a\\u57fa\\u7763\\u5f92\\uff08\\u5373\\u4f7f\\u662f\\u7267\\u5e08\\uff09\\u4e0d\\u662f\\u4e00\\u4efd\\u5de5\\u4f5c\\uff0c\\u57fa\\u7763\\u5f92\\u662f\\u4e00\\u4e2a\\u8eab\\u4efd\\uff0c\\u662f\\u7531\\u8fd9\\u4e2a\\u8eab\\u4efd\\u800c\\u6765\\u7684\\u751f\\u6d3b\\u65b9\\u5f0f\\uff0c\\u662f\\u4e00\\u4e2a\\u547c\\u53ec\\u3002\\u65e2\\u7136\\u662f\\u4e00\\u4e2a\\u8eab\\u4efd\\uff0c\\u5176\\u5b9e\\u5c31\\u4e0d\\u5b58\\u5728\\u201c\\u6210\\u529f\\u7684\\u57fa\\u7763\\u5f92\\u201d\\u6216\\u201c\\u5931\\u8d25\\u7684\\u57fa\\u7763\\u5f92\\u201d\\u3002\\u6210\\u529f\\u548c\\u5931\\u8d25\\u4e0d\\u80fd\\u7528\\u6765\\u8861\\u91cf\\u8eab\\u4efd\\u3002\\u6211\\u4eec\\u4e0d\\u80fd\\u8bf4\\uff0c\\u6211\\u662f\\u5929\\u7236\\u5931\\u8d25\\u7684\\u513f\\u5973\\uff0c\\u4ed6\\u662f\\u5929\\u7236\\u6210\\u529f\\u7684\\u513f\\u5973\\u3002\\u6211\\u4eec\\u53ea\\u80fd\\u8bf4\\u6211\\u4eec\\u662f\\u5931\\u8d25\\u7684\\u5458\\u5de5\\uff0c\\u8fd9\\u4e2a\\u6210\\u529f\\u548c\\u5931\\u8d25\\u662f\\u57fa\\u4e8e\\u5229\\u76ca\\u5f97\\u5931\\u7684\\u8ba1\\u7b97\\u4e0a\\u7684\\u3002\\u800c\\u6211\\u4eec\\u4f5c\\u4e3a\\u795e\\u513f\\u5973\\u7684\\u8eab\\u4efd\\uff0c\\u662f\\u5929\\u7236\\u8d50\\u7684\\uff0c\\u662f\\u65e0\\u6cd5\\u8861\\u91cf\\u7684\\uff0c\\u662f\\u4e0d\\u80fd\\u4ee5\\u4eba\\u7684\\u89d2\\u5ea6\\u6765\\u8ba1\\u7b97\\u7684\\u3002<br \\/>\\n\\t\\u6211\\u662f\\u57fa\\u7763\\u5f92\\uff0c\\u8fd9\\u662f\\u6211\\u7684\\u8eab\\u4efd\\u3002\\u6211\\u5728\\u6559\\u4f1a\\u5168\\u804c\\uff0c\\u8fd9\\u662f\\u6211\\u7684\\u670d\\u4f8d\\uff0c\\u8fd9\\u662f\\u795e\\u8d50\\u7ed9\\u6211\\u7684\\u8015\\u4f5c\\u7684\\u201c\\u4efd\\u201d\\u3002\\u5728\\u8fd9\\u6837\\u7684\\u670d\\u4f8d\\u4e2d\\uff0c\\u6211\\u7684\\u8eab\\u4efd\\u548c\\u670d\\u4f8d\\u6765\\u51b3\\u5b9a\\u6211\\u7684\\u751f\\u6d3b\\u65b9\\u5f0f\\uff0c\\u6211\\u80fd\\u505a\\u7684\\uff0c\\u5c31\\u662f\\u76fc\\u671b\\u81ea\\u5df1\\u7684\\u670d\\u4f8d\\u8d8a\\u6765\\u8d8a\\u5408\\u795e\\u7684\\u5fc3\\u610f\\uff0c\\u8d8a\\u6765\\u8d8a\\u5728\\u670d\\u4f8d\\u4e2d\\u6478\\u5230\\u7942\\u7684\\u5fc3\\u610f\\u3002\\u4e5f\\u56e0\\u4e3a\\u8fd9\\u4e2a\\u8eab\\u4efd\\uff0c\\u4e5f\\u5f88\\u613f\\u610f\\u53bb\\u6210\\u957f\\uff0c\\u53bb\\u957f\\u6210\\u7942\\u5f53\\u521d\\u9020\\u6211\\u7684\\u90a3\\u4e2a\\u8363\\u7f8e\\u7684\\u6a21\\u6837\\u3002<br \\/>\\n<br \\/>\\n\\t<br \\/>\\n\\u95b1\\u8b80\\u4e8c\\uff1a\\u7b2c\\u4e00\\u7ae0\\u3008\\u9752\\u5c11\\u5e74\\u5b78\\u7fd2\\u8005\\u767c\\u5c55\\u8207\\u9069\\u6027\\u8f14\\u5c0e\\u6982\\u8ad6\\u3009\\uff0c\\u7b2c\\u4e00\\u3001\\u4e8c\\u7bc0\\u3002\\u9078\\u81ea\\u9ec3\\u5fb7\\u7965\\u8457\\uff0c\\u300a\\u9752\\u5c11\\u5e74\\u5b78\\u7fd2\\u8005\\u767c\\u5c55\\u8207\\u9069\\u6027\\u8f14\\u5c0e\\u300b\\uff08\\u53f0\\u5317\\uff1a\\u4e94\\u5357\\uff0c2022\\uff09\\u3002<br \\/>\\n \\u56de\\u61c9\\u4e8c\\uff1a\\u7528 100-200 \\u5b57\\u56de\\u61c9\\u4e0b\\u5217\\u554f\\u984c\\uff1a(1)\\u300c\\u9752\\u5c11\\u5e74\\u300d\\u5728\\u4f60\\u7684\\u4e8b\\u5de5\\u5834\\u57df\\u4e2d\\u5982\\u4f55\\u88ab\\u5b9a\\u7fa9\\uff1f <br \\/>\\n\\u5728\\u6211\\u4eec\\u6559\\u4f1a\\uff0c\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u7684\\u5e74\\u9f84\\u8303\\u56f4\\u662f12-18\\u5c81\\u3002<br \\/>\\n<br \\/>\\n (2) \\u4f60\\u5f9e\\u4e8b\\u7684\\u300c\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u300d\\u6642\\u9700\\u8981\\u505a\\u54ea\\u4e9b\\u4e8b\\uff1f\\uff08\\u4f8b\\u5982\\uff1a\\u6211\\u9700\\u8981\\u6e96\\u5099\\u6bcf\\u5468\\u805a\\u6703\\u7684\\u5206\\u4eab\\uff0c\\u9700\\u8981\\u5728\\u5468\\u9593\\u9032\\u884c\\u54ea\\u4e9b\\u95dc\\u61f7\\u5de5\\u4f5c\\u7b49\\u7b49\\u3002\\uff09<br \\/>\\n\\u6211\\u9700\\u8981\\u5e26\\u9886\\u6bcf\\u5468\\u805a\\u4f1a\\u7684\\u5206\\u4eab\\u548c\\u8ba8\\u8bba\\uff0c\\u5173\\u6000\\u4ed6\\u4eec\\u4e00\\u5468\\u7684\\u60c5\\u51b5\\uff0c\\u548c\\u4ed6\\u4eec\\u7684\\u7236\\u6bcd\\u4fdd\\u6301\\u5bc6\\u5207\\u7684\\u6c9f\\u901a\\u3002<br \\/>\\n<br \\/>\\n(3) \\u4f60\\u8a8d\\u70ba\\u7406\\u60f3\\u7684\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u61c9\\u8a72\\u8981\\u5305\\u542b\\u4ec0\\u9ebc\\uff1f<br \\/>\\n\\u5305\\u62ec\\u5bf9\\u9752\\u5c11\\u5e74\\u6709\\u5efa\\u9020\\u7684\\u5c5e\\u7075\\u7684\\u5b66\\u4e60\\u548c\\u771f\\u5b9e\\u7684\\u5065\\u5eb7\\u7684\\u4f19\\u4f34\\u5173\\u7cfb\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":1,\"triggeredfrom\":\"forum_add_new_post\"}',1696990813,'web','128.22.132.204',NULL),(3685,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',30,'c',2,29,70,10,13,2,NULL,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1696990813,'web','128.22.132.204',NULL),(3686,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',26,'c',2,29,70,10,13,2,13,0,'{\"forumid\":4,\"discussion\":1}',1696990813,'web','128.22.132.204',NULL),(3687,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,13,2,NULL,0,'null',1696990817,'web','128.22.132.204',NULL),(3688,'\\mod_forum\\event\\course_searched','mod_forum','searched','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'{\"searchterm\":\"jianhua\"}',1696990836,'web','128.22.132.204',NULL),(3689,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,13,2,NULL,0,'null',1696990866,'web','128.22.132.204',NULL),(3690,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',11,'r',2,62,70,23,13,2,NULL,0,'null',1696990874,'web','128.22.132.204',NULL),(3691,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,13,2,NULL,0,'null',1696991064,'web','128.22.132.204',NULL),(3692,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696992024,'web','73.219.6.51',NULL),(3693,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1696992030,'web','73.219.6.51',NULL),(3694,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"reason\":3}',1696992030,'web','73.219.6.51',NULL),(3695,'\\core\\event\\user_loggedout','core','loggedout','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"sessionid\":\"rh5te6h30keb1mi6v5js2onc80\"}',1696992036,'web','73.219.6.51',NULL),(3696,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"reason\":3}',1696992038,'web','73.219.6.51',NULL),(3697,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1696992040,'web','73.219.6.51',NULL),(3698,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"reason\":3}',1696992041,'web','73.219.6.51',NULL),(3699,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1696992044,'web','73.219.6.51',NULL),(3700,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696992048,'web','73.219.6.51',NULL),(3701,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,2,2,NULL,0,'null',1696992052,'web','73.219.6.51',NULL),(3702,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696992070,'web','73.219.6.51',NULL),(3703,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1696992073,'web','73.219.6.51',NULL),(3704,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1696992091,'web','73.219.6.51',NULL),(3705,'\\core\\event\\notification_sent','core','sent','notification','notifications',202,'c',0,1,10,0,13,0,6,0,'{\"courseid\":\"2\"}',1696992667,'cli',NULL,NULL),(3706,'\\core\\event\\notification_sent','core','sent','notification','notifications',203,'c',0,1,10,0,13,0,17,0,'{\"courseid\":\"2\"}',1696992669,'cli',NULL,NULL),(3707,'\\core\\event\\notification_sent','core','sent','notification','notifications',204,'c',0,1,10,0,13,0,11,0,'{\"courseid\":\"2\"}',1696992672,'cli',NULL,NULL),(3708,'\\core\\event\\notification_sent','core','sent','notification','notifications',205,'c',0,1,10,0,13,0,8,0,'{\"courseid\":\"2\"}',1696992675,'cli',NULL,NULL),(3709,'\\core\\event\\notification_sent','core','sent','notification','notifications',206,'c',0,1,10,0,13,0,23,0,'{\"courseid\":\"2\"}',1696992677,'cli',NULL,NULL),(3710,'\\core\\event\\notification_sent','core','sent','notification','notifications',207,'c',0,1,10,0,13,0,12,0,'{\"courseid\":\"2\"}',1696992680,'cli',NULL,NULL),(3711,'\\core\\event\\notification_sent','core','sent','notification','notifications',208,'c',0,1,10,0,13,0,13,0,'{\"courseid\":\"2\"}',1696992683,'cli',NULL,NULL),(3712,'\\core\\event\\notification_sent','core','sent','notification','notifications',209,'c',0,1,10,0,13,0,5,0,'{\"courseid\":\"2\"}',1696992687,'cli',NULL,NULL),(3713,'\\core\\event\\notification_sent','core','sent','notification','notifications',210,'c',0,1,10,0,13,0,21,0,'{\"courseid\":\"2\"}',1696992689,'cli',NULL,NULL),(3714,'\\core\\event\\notification_sent','core','sent','notification','notifications',211,'c',0,1,10,0,13,0,9,0,'{\"courseid\":\"2\"}',1696992692,'cli',NULL,NULL),(3715,'\\core\\event\\notification_sent','core','sent','notification','notifications',212,'c',0,1,10,0,13,0,20,0,'{\"courseid\":\"2\"}',1696992695,'cli',NULL,NULL),(3716,'\\core\\event\\notification_sent','core','sent','notification','notifications',213,'c',0,1,10,0,13,0,16,0,'{\"courseid\":\"2\"}',1696992698,'cli',NULL,NULL),(3717,'\\core\\event\\notification_sent','core','sent','notification','notifications',214,'c',0,1,10,0,13,0,4,0,'{\"courseid\":\"2\"}',1696992701,'cli',NULL,NULL),(3718,'\\core\\event\\notification_sent','core','sent','notification','notifications',215,'c',0,1,10,0,13,0,22,0,'{\"courseid\":\"2\"}',1696992704,'cli',NULL,NULL),(3719,'\\core\\event\\notification_sent','core','sent','notification','notifications',216,'c',0,1,10,0,13,0,2,0,'{\"courseid\":\"2\"}',1696992707,'cli',NULL,NULL),(3720,'\\core\\event\\notification_sent','core','sent','notification','notifications',217,'c',0,1,10,0,13,0,19,0,'{\"courseid\":\"2\"}',1696992709,'cli',NULL,NULL),(3721,'\\core\\event\\notification_sent','core','sent','notification','notifications',218,'c',0,1,10,0,13,0,14,0,'{\"courseid\":\"2\"}',1696992713,'cli',NULL,NULL),(3722,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1696993670,'web','175.182.136.194',NULL),(3723,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,21,2,NULL,0,'null',1696993682,'web','175.182.136.194',NULL),(3724,'\\mod_forum\\event\\course_module_instance_list_viewed','mod_forum','viewed','course_module_instance_list',NULL,NULL,'r',0,2,50,1,0,1,NULL,0,'null',1696994590,'web','34.105.37.64',NULL),(3725,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1696994971,'web','175.182.136.194',NULL),(3726,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,21,2,NULL,0,'null',1696994978,'web','175.182.136.194',NULL),(3727,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1696995078,'web','175.182.136.194',NULL),(3728,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1696995080,'web','175.182.136.194',NULL),(3729,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1696995084,'web','175.182.136.194',NULL),(3730,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1696995085,'web','175.182.136.194',NULL),(3731,'\\core\\event\\user_loggedout','core','loggedout','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"sessionid\":\"34748a8i23707rv0pe08hr7ho7\"}',1696995094,'web','175.182.136.194',NULL),(3732,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696996442,'web','223.141.159.32',NULL),(3733,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1696996446,'web','73.219.6.51',NULL),(3734,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1696996449,'web','73.219.6.51',NULL),(3735,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696996729,'web','117.56.58.51',NULL),(3736,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1696996760,'web','117.56.58.51',NULL),(3737,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1696996760,'web','117.56.58.51',NULL),(3738,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1696996767,'web','117.56.58.51',NULL),(3739,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,14,2,NULL,0,'null',1696996778,'web','117.56.58.51',NULL),(3740,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1696996785,'web','117.56.58.51',NULL),(3741,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,14,2,NULL,0,'null',1696996796,'web','117.56.58.51',NULL),(3742,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',31,'c',2,59,70,20,14,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">1.\\t\\u56de\\u61c9\\u4e00<br \\/>\\n\\u7b2c\\u516d\\u7ae0\\u5be6\\u8e10\\u8005\\uff0c\\u5206\\u6210\\u7267\\u990a\\u3001\\u4fc3\\u9032\\u3001\\u88fd\\u4f5c\\u4e09\\u500b\\u90e8\\u5206\\u3002<br \\/>\\n\\u7267\\u8005\\u7684\\u6b63\\u9762\\u8a55\\u8ad6\\u53ef\\u4ee5\\u9f13\\u52f5\\u85dd\\u8853\\u5bb6,\\u52a0\\u5f37\\u4ed6\\u5011\\u7684\\u4fe1\\u5fc3,\\u6b63\\u78ba\\u770b\\u5f85\\u5f37\\u9805;\\u4f46\\u662f\\u5982\\u679c\\u53ea\\u7d66\\u6b63\\u9762\\u8a55\\u8ad6\\u4e5f\\u6703\\u8b8a\\u5f97\\u4e0d\\u771f\\u8aa0,\\u5931\\u53bb\\u9f13\\u52f5\\u7684\\u6548\\u679c\\u3002\\u8ca0\\u9762\\u8a55\\u8ad6\\u53ef\\u80fd\\u4ee4\\u4eba\\u6c23\\u9912\\uff0c\\u4f46\\u537b\\u53ef\\u4ee5\\u5e6b\\u52a9\\u85dd\\u8853\\u5bb6\\u9762\\u5c0d\\u5f31\\u9805,\\u5c0b\\u6c42\\u6539\\u9032\\u3002\\u5efa\\u8b70\\uff1a<br \\/>\\n(1)\\u9f13\\u52f5\\u85dd\\u8853\\u5bb6\\u57f9\\u990a\\u81ea\\u6211\\u6279\\u5224\\u8a55\\u4f30\\uff0c\\u4e0d\\u65b7\\u63d0\\u9ad8\\u81ea\\u5df1\\u7684\\u85dd\\u8853\\u6c34\\u5e73\\u3002<br \\/>\\n(2)\\u71df\\u9020\\u4e00\\u500b\\u5f7c\\u6b64\\u652f\\u6301\\u9f13\\u52f5\\u7684\\u5b78\\u7fd2\\u74b0\\u5883\\uff0c\\u5728\\u5718\\u5951\\u805a\\u6703\\u5efa\\u7acb\\u5f7c\\u6b64\\u5206\\u4eab,\\u8b93\\u6bcf\\u500b\\u4eba\\u90fd\\u53ef\\u4ee5\\u5ba2\\u89c0\\u8a55\\u8ad6\\uff0c\\u540c\\u6642\\u4e5f\\u80fd\\u5920\\u865b\\u5fc3\\u63a5\\u53d7\\u5927\\u5bb6\\u7684\\u6279\\u8a55\\u6307\\u6559\\u3002<br \\/>\\n<br \\/>\\n2.\\t\\u56de\\u61c9\\u4e8c<br \\/>\\n(1)\\u300c\\u9752\\u5c11\\u5e74\\u300d\\u5728\\u4f60\\u7684\\u4e8b\\u5de5\\u5834\\u57df\\u4e2d\\u5982\\u4f55\\u88ab\\u5b9a\\u7fa9\\uff1f \\u5c0f\\u5b78\\u751f\\u53ca\\u570b\\u4e2d\\u751f teenagers<br \\/>\\n(2) \\u5f9e\\u4e8b\\u300c\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u300d\\u6642\\u9700\\u8981\\u505a\\u54ea\\u4e9b\\u4e8b\\uff1f \\u9023\\u7e8c\\u5047\\u671f\\u71df\\u6703,\\u8ab2\\u696d\\u8f14\\u5c0e,\\u966a\\u4f34<br \\/>\\n(3) \\u7406\\u60f3\\u7684\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u61c9\\u8a72\\u8981\\u5305\\u542b\\u4ec0\\u9ebc\\uff1f<br \\/>\\n\\u54c1\\u683c\\u6559\\u80b2,\\u751f\\u6d3b\\u7fd2\\u6163\\u990a\\u6210,\\u88dc\\u5145\\u5bb6\\u5ead\\u6559\\u80b2\\u53ca\\u5b78\\u6821\\u6559\\u80b2\\u7684\\u4e0d\\u8db3<\\/div>\",\"pathnamehashes\":[],\"discussionid\":3,\"triggeredfrom\":\"forum_add_new_post\"}',1696996885,'web','117.56.58.51',NULL),(3743,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',31,'c',2,59,70,20,14,2,NULL,0,'{\"discussionid\":3,\"forumid\":6,\"forumtype\":\"single\"}',1696996885,'web','117.56.58.51',NULL),(3744,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',27,'c',2,59,70,20,14,2,14,0,'{\"forumid\":6,\"discussion\":3}',1696996885,'web','117.56.58.51',NULL),(3745,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,14,2,NULL,0,'null',1696996886,'web','117.56.58.51',NULL),(3746,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696996941,'web','175.182.136.194',NULL),(3747,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696996948,'web','175.182.136.194',NULL),(3748,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696996949,'web','175.182.136.194',NULL),(3749,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696996950,'web','175.182.136.194',NULL),(3750,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1696996986,'web','175.182.136.194',NULL),(3751,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1696996987,'web','175.182.136.194',NULL),(3752,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1696996990,'web','175.182.136.194',NULL),(3753,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,21,2,NULL,0,'null',1696997000,'web','175.182.136.194',NULL),(3754,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,21,2,NULL,0,'null',1696997066,'web','175.182.136.194',NULL),(3755,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',32,'c',2,59,70,20,21,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u4efd<br \\/>\\n\\u5fc3\\u5f97\\uff1a\\u5f9e\\u9019\\u4e00\\u7ae0\\u7576\\u4e2d\\u6211\\u770b\\u5230\\u4e00\\u500b\\u7267\\u990a\\u85dd\\u8853\\u5bb6\\u7684\\u7267\\u8005\\uff0c\\u5176\\u5be6\\u4ed6\\u6240\\u8981\\u505a\\u7684\\u5c31\\u662f\\u53bb\\u57f9\\u80b2\\u4ed6\\u5011\\u3001\\u800c\\u4e0d\\u662f\\u53bb\\u525d\\u524a\\u4ed6\\u5011\\uff0c\\u76e1\\u53ef\\u80fd\\u7684\\u9f13\\u52f5\\u4e26\\u4e14\\u7167\\u9867\\u4ed6\\u5011\\u7684\\u5fc3\\ud852\\udeca\\uff0c\\u7d66\\u4e88\\u4ed6\\u5011\\u61c9\\u6709\\u7684\\u8cde\\u8b58\\u548c\\u80af\\u5b9a\\u7684\\u8a00\\u8a9e\\u3002<br \\/>\\n\\u6700\\u8fd1\\u6211\\u7684\\u6559\\u6703\\u5c31\\u767c\\u751f\\u4e00\\u4ef6\\u4e8b\\u60c5\\uff0c\\u6709\\u4e00\\u5c0d\\u85dd\\u8853\\u5bb6\\u592b\\u59bb\\u5728\\u6559\\u6703\\u505a\\u4e86\\u5f88\\u5927\\u7684\\u8ca2\\u737b\\uff0c\\u7279\\u5225\\u5728\\u4eca\\u5e74\\u6691\\u5047\\u7684\\u71df\\u6703\\u7576\\u4e2d\\uff0c\\u4f46\\u662f\\u4e3b\\u4efb\\u7267\\u5e2b\\u4e26\\u6c92\\u6709\\u505a\\u4efb\\u4f55\\u7684\\u80af\\u5b9a\\u548c\\u8cde\\u8b58\\u53cd\\u800c\\u7279\\u5225\\u5ffd\\u7565\\uff0c\\u9019\\u60f1\\u6012\\u4e86\\u9019\\u5c0d\\u85dd\\u8853\\u5bb6\\u7684\\u592a\\u592a\\uff0c\\u6700\\u5f8c\\u592a\\u592a\\u9078\\u64c7\\u66ab\\u6642\\u96e2\\u958b\\u5230\\u5225\\u7684\\u6559\\u6703\\u3002\\u5728\\u9019\\u4ef6\\u4e8b\\u60c5\\u4e0a\\u9762\\u6211\\u5c31\\u770b\\u5230\\uff0c\\u4eba\\u90fd\\u9700\\u8981\\u88ab\\u80af\\u5b9a\\uff0c\\u6559\\u6703\\u65e2\\u7136\\u8981\\u4eba\\u5bb6\\u7684\\u624d\\u83ef\\u8ca2\\u737b\\u5728\\u6559\\u6703\\u4e2d\\uff0c\\u6211\\u5011\\u4e5f\\u7576\\u7d66\\u8207\\u4e00\\u500b\\u76f8\\u5c0d\\u7684\\u56de\\u994b\\uff08\\u8a00\\u8a9e\\u6216\\u611f\\u8b1d\\uff09\\uff0c\\u4e26\\u4e14\\u7528\\u771f\\u8aa0\\u7684\\u6b23\\u8cde\\u614b\\u5ea6\\u53bb\\u7d66\\u8207\\u9f13\\u52f5\\u548c\\u652f\\u6301\\u3002<br \\/>\\n\\u6211\\u7684\\u56de\\u61c9\\uff1a\\u7528\\u611b\\u4f86\\u53bb\\u7267\\u990a\\u85dd\\u8853\\u5bb6\\uff0c\\u4e26\\u5e6b\\u52a9\\u4ed6\\u5011\\u7684\\u4f5c\\u54c1\\u80fd\\u5920\\u76e1\\u5176\\u6240\\u80fd\\u9054\\u5230\\u5b8c\\u5168\\uff0c\\u4f46\\u4e5f\\u8981\\u7d66\\u4ed6\\u5011\\u5fc3\\u7406\\u5efa\\u8a2d\\uff0c\\u56e0\\u70ba\\u4e16\\u4e0a\\u6c92\\u6709\\u4e00\\u500b\\u5b8c\\u5168\\u7684\\u4f5c\\u54c1\\uff0c\\u5982\\u679c\\u6559\\u6703\\u80fd\\u5920\\u7d66\\u4e88\\u85dd\\u8853\\u5bb6\\u821e\\u53f0\\uff0c\\u6211\\u76f8\\u4fe1\\u4ed6\\u5011\\u80fd\\u5920\\u5728\\u6559\\u6703\\u88e1\\u9762\\u66f4\\u52a0\\u7684\\u878d\\u5165\\u548c\\u7a69\\u5b9a\\u3002<br \\/>\\n<br \\/>\\n\\u7b2c\\u4e8c\\u90e8\\u4efd<br \\/>\\n1\\u3001\\u9752\\u5c11\\u5e74\\u5728\\u6211\\u7684\\u5834\\u57df\\u4e2d\\uff0c\\u4ed6\\u5011\\u662f\\u4e00\\u7fa4\\u8f03\\u5bb3\\u7f9e\\u3001\\u4e0d\\u592a\\u4e3b\\u52d5\\u7406\\u4eba\\u3001\\u4e0d\\u7a69\\u5b9a\\u7684\\u4e00\\u7fa4\\u4eba\\u3002<br \\/>\\n2\\u3001\\u4e0d\\u53bb\\u6279\\u8a55\\u8ad6\\u65b7\\u4ed6\\u5011\\u7684\\u5916\\u8868\\uff0c\\u4e5f\\u4e0d\\u5f37\\u8feb\\u4ed6\\u5011\\u8aaa\\u8a71\\uff0c\\u4f46\\u53ea\\u8981\\u4ed6\\u5011\\u9858\\u610f\\u5206\\u4eab\\u6216\\u662f\\u505a\\u4e86\\u4e00\\u9ede\\u4ed8\\u51fa\\u7684\\u884c\\u52d5\\u6211\\u5c31\\u6703\\u5927\\u5927\\u9f13\\u52f5\\u7a31\\u8b9a\\u4ed6\\u5011\\uff0c\\u5728\\u805a\\u6703\\u6642\\u6211\\u6703\\u70ba\\u4ed6\\u5011\\u9810\\u5099\\u597d\\u5403\\u7684\\u9ede\\u5fc3\\u548c\\u8212\\u9069\\u7684\\u74b0\\u5883\\uff0c\\u76e1\\u53ef\\u80fd\\u8b93\\u4ed6\\u5011\\u89ba\\u5f97\\u6559\\u6703\\u662f\\u6eab\\u6696\\u7684\\uff0c\\u4e26\\u4e14\\u9f13\\u52f5\\u4ed6\\u5011\\u5f9e\\u5e7e\\u500b\\u4eba\\u958b\\u59cb\\u5f7c\\u6b64\\u5e36\\u9818\\u9580\\u5f92\\u8a13\\u7df4\\u3002<br \\/>\\n3\\u3001\\u6211\\u89ba\\u5f97\\u7406\\u60f3\\u7684\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u61c9\\u8a72\\u5305\\u62ec\\uff1a\\u4e0a\\u5e1d\\u7684\\u8a71\\u8a9e\\uff0c\\u597d\\u73a9\\u7684\\u904a\\u6232\\u6d3b\\u52d5\\uff0c\\u597d\\u5403\\u7684\\u9ede\\u5fc3\\u548c\\u5f7c\\u6b64\\u4e4b\\u9593\\u7684\\u4ee3\\u79b1\\u548c\\u5206\\u4eab\\u53ca\\u5f7c\\u6b64\\u5efa\\u7acb\\u95dc\\u4fc2\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":3,\"triggeredfrom\":\"forum_add_new_post\"}',1696997219,'web','175.182.136.194',NULL),(3756,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',32,'c',2,59,70,20,21,2,NULL,0,'{\"discussionid\":3,\"forumid\":6,\"forumtype\":\"single\"}',1696997219,'web','175.182.136.194',NULL),(3757,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',28,'c',2,59,70,20,21,2,21,0,'{\"forumid\":6,\"discussion\":3}',1696997219,'web','175.182.136.194',NULL),(3758,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,21,2,NULL,0,'null',1696997220,'web','175.182.136.194',NULL),(3759,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',11,'r',2,62,70,23,21,2,NULL,0,'null',1696997299,'web','175.182.136.194',NULL),(3760,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1696998358,'web','223.141.159.32',NULL),(3761,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1696998358,'web','223.141.159.32',NULL),(3762,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1696998361,'web','223.141.159.32',NULL),(3763,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,19,2,NULL,0,'null',1696998372,'web','223.141.159.32',NULL),(3764,'\\core\\event\\notification_sent','core','sent','notification','notifications',219,'c',0,1,10,0,14,0,11,0,'{\"courseid\":\"2\"}',1696998726,'cli',NULL,NULL),(3765,'\\core\\event\\notification_sent','core','sent','notification','notifications',220,'c',0,1,10,0,14,0,5,0,'{\"courseid\":\"2\"}',1696998728,'cli',NULL,NULL),(3766,'\\core\\event\\notification_sent','core','sent','notification','notifications',221,'c',0,1,10,0,14,0,20,0,'{\"courseid\":\"2\"}',1696998732,'cli',NULL,NULL),(3767,'\\core\\event\\notification_sent','core','sent','notification','notifications',222,'c',0,1,10,0,14,0,4,0,'{\"courseid\":\"2\"}',1696998734,'cli',NULL,NULL),(3768,'\\core\\event\\notification_sent','core','sent','notification','notifications',223,'c',0,1,10,0,14,0,22,0,'{\"courseid\":\"2\"}',1696998737,'cli',NULL,NULL),(3769,'\\core\\event\\notification_sent','core','sent','notification','notifications',224,'c',0,1,10,0,14,0,2,0,'{\"courseid\":\"2\"}',1696998739,'cli',NULL,NULL),(3770,'\\core\\event\\notification_sent','core','sent','notification','notifications',225,'c',0,1,10,0,14,0,14,0,'{\"courseid\":\"2\"}',1696998742,'cli',NULL,NULL),(3771,'\\core\\event\\notification_sent','core','sent','notification','notifications',226,'c',0,1,10,0,21,0,11,0,'{\"courseid\":\"2\"}',1696999026,'cli',NULL,NULL),(3772,'\\core\\event\\notification_sent','core','sent','notification','notifications',227,'c',0,1,10,0,21,0,5,0,'{\"courseid\":\"2\"}',1696999029,'cli',NULL,NULL),(3773,'\\core\\event\\notification_sent','core','sent','notification','notifications',228,'c',0,1,10,0,21,0,21,0,'{\"courseid\":\"2\"}',1696999032,'cli',NULL,NULL),(3774,'\\core\\event\\notification_sent','core','sent','notification','notifications',229,'c',0,1,10,0,21,0,20,0,'{\"courseid\":\"2\"}',1696999035,'cli',NULL,NULL),(3775,'\\core\\event\\notification_sent','core','sent','notification','notifications',230,'c',0,1,10,0,21,0,4,0,'{\"courseid\":\"2\"}',1696999038,'cli',NULL,NULL),(3776,'\\core\\event\\notification_sent','core','sent','notification','notifications',231,'c',0,1,10,0,21,0,22,0,'{\"courseid\":\"2\"}',1696999041,'cli',NULL,NULL),(3777,'\\core\\event\\notification_sent','core','sent','notification','notifications',232,'c',0,1,10,0,21,0,2,0,'{\"courseid\":\"2\"}',1696999044,'cli',NULL,NULL),(3778,'\\core\\event\\notification_sent','core','sent','notification','notifications',233,'c',0,1,10,0,21,0,14,0,'{\"courseid\":\"2\"}',1696999047,'cli',NULL,NULL),(3779,'\\core\\event\\user_loggedin','core','loggedin','user','user',9,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"extrauserinfo\":[]}',1696999494,'web','147.50.22.118',NULL),(3780,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,9,1,NULL,0,'null',1696999495,'web','147.50.22.118',NULL),(3781,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696999590,'web','118.169.12.156',NULL),(3782,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1696999592,'web','34.105.37.64',NULL),(3783,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1696999600,'web','118.169.12.156',NULL),(3784,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1696999600,'web','118.169.12.156',NULL),(3785,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1696999602,'web','118.169.12.156',NULL),(3786,'\\core\\event\\notification_sent','core','sent','notification','notifications',234,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"1\"}',1696999625,'cli',NULL,NULL),(3787,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,6,2,NULL,0,'null',1696999715,'web','61.219.81.66',NULL),(3788,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,6,2,NULL,0,'null',1696999722,'web','61.219.81.66',NULL),(3789,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1696999731,'web','147.50.22.118',NULL),(3790,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,9,2,NULL,0,'null',1696999740,'web','147.50.22.118',NULL),(3791,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',33,'c',2,59,70,20,19,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a<br \\/>\\n\\u4f5c\\u8005\\u73ed\\u7d0d\\u7267\\u5e2b\\u628a\\u81ea\\u5df1\\u966a\\u4f34\\u85dd\\u8853\\u5bb6\\u7684\\u904e\\u7a0b\\u548c\\u8fb2\\u592b\\u8015\\u7a2e\\u76f8\\u6bd4\\uff0c\\u53ef\\u8b93\\u8b80\\u8005\\u66f4\\u5bb9\\u6613\\u7406\\u89e3\\u4ed6\\u5728\\u9032\\u884c\\u7684\\u300c\\u7267\\u990a\\u3001\\u4fc3\\u9032\\u3001\\u88fd\\u4f5c\\u300d\\u5de5\\u4f5c\\u3002\\u6709\\u8da3\\u7684\\u662f\\uff0c\\u5c0d\\u4f5c\\u8005\\u800c\\u8a00\\uff0c\\u6709\\u602a\\u7656\\u7684\\u85dd\\u8853\\u5bb6\\u662f\\u300c\\u90a3\\u4e0d\\u53ef\\u611b\\u7684\\u300d\\u4e00\\u7fa4\\u4eba\\u3002\\u73ed\\u7d0d\\u7267\\u5e2b\\u6709\\u5e7e\\u500b\\u539f\\u5247\\uff1a1. \\u8b93\\u85dd\\u8853\\u5bb6\\u878d\\u5165\\u6559\\u6703\\u5718\\u5951\\u30012. \\u5f37\\u8abf\\u57fa\\u7763\\u548c\\u9580\\u5f92\\u7684\\u547c\\u53ec\\uff0c\\u800c\\u4e0d\\u662f\\u624d\\u83ef\\uff0c\\u5916\\u5728\\u8868\\u73fe\\u5247\\u662f\\u7a69\\u5b9a\\u5728\\u6559\\u6703\\u805a\\u6703\\u534a\\u5e74\\u5230\\u4e00\\u5e74\\u30013. \\u6b63\\u5411\\u9f13\\u52f5\\u3001\\u8ca0\\u9762\\u53cd\\u994b\\u4ee5\\u53ca\\u8868\\u9054\\u7684\\u6642\\u6a5f\\u540c\\u7b49\\u91cd\\u8981\\u30014. \\u7267\\u8005\\u6709\\u8cac\\u4efb\\u53bb\\u5206\\u8fa8\\u5c0d\\u65b9\\u6027\\u683c\\u53ca\\u5176\\u5929\\u8ce6\\u6069\\u8cdc\\u7684\\u9810\\u5099\\u7a0b\\u5ea6\\u3002\\u6211\\u89ba\\u5f97\\u9019\\u4e9b\\u539f\\u5247\\u883b\\u6709\\u9053\\u7406\\u7684\\uff0c\\u7562\\u7adf\\u6559\\u6703\\u548c\\u85dd\\u5eca\\u4e0d\\u4e00\\u6a23\\uff0c\\u91cd\\u9ede\\u5728\\u65bc\\u7528\\u4e0a\\u5e1d\\u7684\\u8a71\\u548c\\u8056\\u7d93\\u6559\\u5c0e\\u4f86\\u7267\\u990a\\u85dd\\u8853\\u5bb6\\u3002(1(<br \\/>\\n<br \\/>\\n\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a<br \\/>\\n(1)\\t\\u9752\\u5c11\\u5e74\\uff1a\\u5728\\u9577\\u8001\\u6559\\u6703\\u662f\\u4ee5\\u5e74\\u9f61\\u6216\\u6027\\u5225\\u4f86\\u5340\\u5206\\uff0c\\u901a\\u5e38\\u6709\\u4ee5\\u4e0b\\u5e7e\\u500b\\u5718\\u5951\\uff1a\\u300c\\u5152\\u7ae5\\u4e3b\\u65e5\\u300d(2\\u6b72\\u5230\\u570b\\u5c0f\\u516d\\u5e74\\u7d1a)\\u3001\\u300c\\u5b78\\u751f\\u5718\\u5951\\u300d(\\u570b\\u4e2d\\u4ee5\\u4e0a\\u5230\\u5927\\u5b78)\\u3001\\u300c\\u9752\\u5e74\\/\\u793e\\u9752\\u5718\\u5951\\u300d(\\u51fa\\u793e\\u670340\\u6b72\\u4ee5\\u4e0b)\\u3001\\u592b\\u5a66\\u5718\\u5951\\u3001\\u5a66\\u5973\\u5718\\u5951\\u3001\\u677e\\u67cf\\u5718\\u5951\\u7b49\\u3002\\u5f9e\\u672c\\u66f8\\u4f86\\u770b\\uff0c\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u5206\\u6563\\u5728\\u5152\\u7ae5\\u4e3b\\u65e5\\u548c\\u5b78\\u751f\\u5718\\u5951\\u88e1\\uff0c\\u5152\\u4e3b\\u91cd\\u8996\\u6559\\u5c0e\\uff0c\\u5b78\\u751f\\u5718\\u5951(\\u660e\\u986f\\u6210\\u54e1\\u5c11\\u5f88\\u591a)\\u5247\\u91cd\\u8996\\u966a\\u4f34\\u53ca\\u6d3b\\u52d5\\u5b89\\u6392\\u3002<br \\/>\\n(2)\\t\\u6211\\u5f9e\\u4e8b\\u7684\\u300c\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u300d\\u6bd4\\u8f03\\u591a\\u5728\\u5152\\u7ae5\\u4e3b\\u65e5\\uff0c\\u6709\\u5408\\u73ed\\u6545\\u4e8b\\u3001\\u5206\\u73ed\\u6545\\u4e8b\\u3002\\u6211\\u6bd4\\u8f03\\u4e0d\\u559c\\u6b61\\u7167\\u672c\\u5ba3\\u79d1\\uff0c\\u56e0\\u70ba\\u9577\\u8001\\u6559\\u6703\\u7684\\u6559\\u6750\\u5f88\\u53e4\\u677f\\uff0c\\u9023\\u6211\\u81ea\\u5df1\\u90fd\\u770b\\u4e0d\\u4e0b\\u53bb\\uff0c\\u6240\\u4ee5\\u6211\\u6703\\u5728\\u539f\\u672c\\u7684\\u6559\\u6750\\u4e4b\\u5916\\uff0c\\u518d\\u627eYoutube \\u5f71\\u7247\\u4f86\\u8ddf\\u8056\\u7d93\\u505a\\u5c0d\\u7167\\uff0c\\u4e4b\\u524d\\u66fe\\u7d93\\u7528\\u8001\\u9ad8\\u7684\\u5f71\\u7247\\u4f86\\u548c\\u5275\\u4e16\\u7d00\\u505a\\u6bd4\\u8f03\\uff0c\\u6211\\u6703\\u5728\\u91cd\\u9ede\\u8655\\u505c\\u4e0b\\u5f71\\u7247\\uff0c\\u8ddf\\u5c0f\\u670b\\u53cb\\u5011\\u5c0d\\u8a71\\u3002<br \\/>\\n(3)\\t\\u7406\\u60f3\\u7684\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\uff1a\\u56e0\\u70ba\\u73fe\\u5728\\u9752\\u5c11\\u5e74\\u66f4\\u76f8\\u4fe1Youtuber\\u8b1b\\u7684\\u5167\\u5bb9\\uff0c\\u5c24\\u5176\\u662fDK\\u3001\\u8001\\u9ad8\\u7b49\\uff0c\\u4f46\\u6559\\u6703\\u901a\\u5e38\\u5f88\\u4fdd\\u5b88\\uff0c\\u4e0d\\u9f13\\u52f5\\u4fe1\\u5f92\\u5011\\u53bb\\u770b\\u90a3\\u4e9b\\u4e82\\u4e03\\u516b\\u7cdf\\u7684\\u5f71\\u7247\\uff0c\\u9019\\u6a23\\u5c31\\u6c92\\u8fa6\\u6cd5\\u8ddf\\u9752\\u5c11\\u5e74\\u804a\\u4e0a\\u8a71\\u3002\\u6211\\u6bd4\\u8f03\\u60f3\\u8b93\\u4ed6\\u5011\\u53ef\\u4ee5\\u628a\\u5f71\\u7247\\u548c\\u8056\\u7d93\\u505a\\u4e00\\u500b\\u6bd4\\u8f03\\uff0c\\u8acb\\u4ed6\\u5011\\u8b1b\\u51fa\\u81ea\\u5df1\\u7684\\u60f3\\u6cd5\\u6216\\u610f\\u898b\\uff0c\\u518d\\u53bb\\u5f15\\u5c0e\\u4ed6\\u5011\\u601d\\u8003\\u70ba\\u4ec0\\u9ebc\\u795e\\u8981\\u6c42\\u6211\\u5011\\u9019\\u4e9b\\u3002\\u6211\\u7406\\u60f3\\u4e2d\\u7684\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\uff0c\\u662f\\u53ef\\u4ee5\\u505a\\u70ba\\u6559\\u6703\\u8207\\u6d41\\u884c\\/\\u4e16\\u4fd7\\u6587\\u5316\\u4e2d\\u9593\\u7684\\u6a4b\\u6a11\\uff0c\\u4e26\\u4e14\\u5f15\\u5c0e\\u4ed6\\u5011\\u4f86\\u601d\\u8003\\u8056\\u7d93\\u7684\\u6559\\u5c0e\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":3,\"triggeredfrom\":\"forum_add_new_post\"}',1697000666,'web','223.141.159.32',NULL),(3792,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',33,'c',2,59,70,20,19,2,NULL,0,'{\"discussionid\":3,\"forumid\":6,\"forumtype\":\"single\"}',1697000666,'web','223.141.159.32',NULL),(3793,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',29,'c',2,59,70,20,19,2,19,0,'{\"forumid\":6,\"discussion\":3}',1697000666,'web','223.141.159.32',NULL),(3794,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,19,2,NULL,0,'null',1697000667,'web','223.141.159.32',NULL),(3795,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',33,'c',2,59,70,20,19,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a<br>\\r\\n\\u4f5c\\u8005\\u73ed\\u7d0d\\u7267\\u5e2b\\u628a\\u81ea\\u5df1\\u966a\\u4f34\\u85dd\\u8853\\u5bb6\\u7684\\u904e\\u7a0b\\u548c\\u8fb2\\u592b\\u8015\\u7a2e\\u76f8\\u6bd4\\uff0c\\u53ef\\u8b93\\u8b80\\u8005\\u66f4\\u5bb9\\u6613\\u7406\\u89e3\\u4ed6\\u5728\\u9032\\u884c\\u7684\\u300c\\u7267\\u990a\\u3001\\u4fc3\\u9032\\u3001\\u88fd\\u4f5c\\u300d\\u5de5\\u4f5c\\u3002\\u6709\\u8da3\\u7684\\u662f\\uff0c\\u5c0d\\u4f5c\\u8005\\u800c\\u8a00\\uff0c\\u6709\\u602a\\u7656\\u7684\\u85dd\\u8853\\u5bb6\\u662f\\u300c\\u90a3\\u4e0d\\u53ef\\u611b\\u7684\\u300d\\u4e00\\u7fa4\\u4eba\\u3002\\u73ed\\u7d0d\\u7267\\u5e2b\\u6709\\u5e7e\\u500b\\u539f\\u5247\\uff1a<br>1. \\u8b93\\u85dd\\u8853\\u5bb6\\u878d\\u5165\\u6559\\u6703\\u5718\\u5951\\u3001<br>2. \\u5f37\\u8abf\\u57fa\\u7763\\u548c\\u9580\\u5f92\\u7684\\u547c\\u53ec\\uff0c\\u800c\\u4e0d\\u662f\\u624d\\u83ef\\uff0c\\u5916\\u5728\\u8868\\u73fe\\u5247\\u662f\\u7a69\\u5b9a\\u5728\\u6559\\u6703\\u805a\\u6703\\u534a\\u5e74\\u5230\\u4e00\\u5e74\\u3001<br>3. \\u6b63\\u5411\\u9f13\\u52f5\\u3001\\u8ca0\\u9762\\u53cd\\u994b\\u4ee5\\u53ca\\u8868\\u9054\\u7684\\u6642\\u6a5f\\u540c\\u7b49\\u91cd\\u8981\\u3001<br>4. \\u7267\\u8005\\u6709\\u8cac\\u4efb\\u53bb\\u5206\\u8fa8\\u5c0d\\u65b9\\u6027\\u683c\\u53ca\\u5176\\u5929\\u8ce6\\u6069\\u8cdc\\u7684\\u9810\\u5099\\u7a0b\\u5ea6\\u3002<\\/div><div class=\\\"text_to_html\\\">\\u6211\\u89ba\\u5f97\\u9019\\u4e9b\\u539f\\u5247\\u5f88\\u6709\\u9053\\u7406\\uff0c\\u662f\\u73ed\\u7d0d\\u7267\\u5e2b\\u591a\\u5e74\\u7684\\u7d93\\u9a57\\u7d2f\\u7a4d\\uff0c\\u56e0\\u70ba\\u6559\\u6703\\u548c\\u85dd\\u5eca\\u4e26\\u4e0d\\u4e00\\u6a23\\uff0c\\u91cd\\u9ede\\u5728\\u65bc\\u7528\\u4e0a\\u5e1d\\u7684\\u8a71\\u548c\\u8056\\u7d93\\u6559\\u5c0e\\u4f86\\u7267\\u990a\\u85dd\\u8853\\u5bb6\\u3002<br>\\r\\n<br>\\r\\n\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a<br>\\r\\n(1)\\t\\u9752\\u5c11\\u5e74\\uff1a\\u5728\\u9577\\u8001\\u6559\\u6703\\u662f\\u4ee5\\u5e74\\u9f61\\u6216\\u6027\\u5225\\u4f86\\u5340\\u5206\\uff0c\\u901a\\u5e38\\u6709\\u4ee5\\u4e0b\\u5e7e\\u500b\\u5718\\u5951\\uff1a\\u300c\\u5152\\u7ae5\\u4e3b\\u65e5\\u300d(2\\u6b72\\u5230\\u570b\\u5c0f\\u516d\\u5e74\\u7d1a)\\u3001\\u300c\\u5b78\\u751f\\u5718\\u5951\\u300d(\\u570b\\u4e2d\\u4ee5\\u4e0a\\u5230\\u5927\\u5b78)\\u3001\\u300c\\u9752\\u5e74\\/\\u793e\\u9752\\u5718\\u5951\\u300d(\\u51fa\\u793e\\u670340\\u6b72\\u4ee5\\u4e0b)\\u3001\\u592b\\u5a66\\u5718\\u5951\\u3001\\u5a66\\u5973\\u5718\\u5951\\u3001\\u677e\\u67cf\\u5718\\u5951\\u7b49\\u3002\\u5f9e\\u672c\\u66f8\\u4f86\\u770b\\uff0c\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u5206\\u6563\\u5728\\u5152\\u7ae5\\u4e3b\\u65e5\\u548c\\u5b78\\u751f\\u5718\\u5951\\u88e1\\uff0c\\u5152\\u4e3b\\u91cd\\u8996\\u6559\\u5c0e\\uff0c\\u5b78\\u751f\\u5718\\u5951(\\u660e\\u986f\\u6210\\u54e1\\u5c11\\u5f88\\u591a)\\u5247\\u91cd\\u8996\\u966a\\u4f34\\u53ca\\u6d3b\\u52d5\\u5b89\\u6392\\u3002<br><br>\\r\\n(2)\\t\\u6211\\u5f9e\\u4e8b\\u7684\\u300c\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u300d\\u6bd4\\u8f03\\u591a\\u5728\\u5152\\u7ae5\\u4e3b\\u65e5\\uff0c\\u6709\\u5408\\u73ed\\u6545\\u4e8b\\u3001\\u5206\\u73ed\\u6545\\u4e8b\\u3002\\u6211\\u6bd4\\u8f03\\u4e0d\\u559c\\u6b61\\u7167\\u672c\\u5ba3\\u79d1\\uff0c\\u56e0\\u70ba\\u9577\\u8001\\u6559\\u6703\\u7684\\u6559\\u6750\\u5f88\\u53e4\\u677f\\uff0c\\u9023\\u6211\\u81ea\\u5df1\\u90fd\\u770b\\u4e0d\\u4e0b\\u53bb\\uff0c\\u6240\\u4ee5\\u6211\\u6703\\u5728\\u539f\\u672c\\u7684\\u6559\\u6750\\u4e4b\\u5916\\uff0c\\u518d\\u627eYoutube \\u5f71\\u7247\\u4f86\\u8ddf\\u8056\\u7d93\\u505a\\u5c0d\\u7167\\uff0c\\u4e4b\\u524d\\u66fe\\u7d93\\u7528\\u8001\\u9ad8\\u7684\\u5f71\\u7247\\u4f86\\u548c\\u5275\\u4e16\\u7d00\\u505a\\u6bd4\\u8f03\\uff0c\\u6211\\u6703\\u5728\\u91cd\\u9ede\\u8655\\u505c\\u4e0b\\u5f71\\u7247\\uff0c\\u8ddf\\u5c0f\\u670b\\u53cb\\u5011\\u5c0d\\u8a71\\u3002<br><br>\\r\\n(3)\\t\\u7406\\u60f3\\u7684\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\uff1a\\u56e0\\u70ba\\u73fe\\u5728\\u9752\\u5c11\\u5e74\\u66f4\\u76f8\\u4fe1Youtuber\\u8b1b\\u7684\\u5167\\u5bb9\\uff0c\\u5c24\\u5176\\u662fDK\\u3001\\u8001\\u9ad8\\u7b49\\uff0c\\u4f46\\u6559\\u6703\\u901a\\u5e38\\u5f88\\u4fdd\\u5b88\\uff0c\\u4e0d\\u9f13\\u52f5\\u4fe1\\u5f92\\u5011\\u53bb\\u770b\\u90a3\\u4e9b\\u4e82\\u4e03\\u516b\\u7cdf\\u7684\\u5f71\\u7247\\uff0c\\u9019\\u6a23\\u5c31\\u6c92\\u8fa6\\u6cd5\\u8ddf\\u9752\\u5c11\\u5e74\\u804a\\u4e0a\\u8a71\\u3002\\u6211\\u6bd4\\u8f03\\u60f3\\u8b93\\u4ed6\\u5011\\u53ef\\u4ee5\\u628a\\u5f71\\u7247\\u548c\\u8056\\u7d93\\u505a\\u4e00\\u500b\\u6bd4\\u8f03\\uff0c\\u8acb\\u4ed6\\u5011\\u8b1b\\u51fa\\u81ea\\u5df1\\u7684\\u60f3\\u6cd5\\u6216\\u610f\\u898b\\uff0c\\u518d\\u53bb\\u5f15\\u5c0e\\u4ed6\\u5011\\u601d\\u8003\\u70ba\\u4ec0\\u9ebc\\u795e\\u8981\\u6c42\\u6211\\u5011\\u9019\\u4e9b\\u3002\\u6211\\u7406\\u60f3\\u4e2d\\u7684\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\uff0c\\u662f\\u53ef\\u4ee5\\u505a\\u70ba\\u6559\\u6703\\u8207\\u6d41\\u884c\\/\\u4e16\\u4fd7\\u6587\\u5316\\u4e2d\\u9593\\u7684\\u6a4b\\u6a11\\uff0c\\u4e26\\u4e14\\u5f15\\u5c0e\\u4ed6\\u5011\\u4f86\\u601d\\u8003\\u8056\\u7d93\\u7684\\u6559\\u5c0e\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":\"3\",\"triggeredfrom\":\"forum_update_post\"}',1697000768,'web','223.141.159.32',NULL),(3796,'\\mod_forum\\event\\post_updated','mod_forum','updated','post','forum_posts',33,'u',2,59,70,20,19,2,19,0,'{\"discussionid\":3,\"forumid\":6,\"forumtype\":\"single\"}',1697000768,'web','223.141.159.32',NULL),(3797,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,19,2,NULL,0,'null',1697000769,'web','223.141.159.32',NULL),(3798,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697000825,'web','223.141.159.32',NULL),(3799,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1697000858,'web','223.141.159.32',NULL),(3800,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1697000859,'web','223.141.159.32',NULL),(3801,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1697000861,'web','223.141.159.32',NULL),(3802,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,19,2,NULL,0,'null',1697000868,'web','223.141.159.32',NULL),(3803,'\\core\\event\\notification_sent','core','sent','notification','notifications',235,'c',0,1,10,0,19,0,11,0,'{\"courseid\":\"2\"}',1697002507,'cli',NULL,NULL),(3804,'\\core\\event\\notification_sent','core','sent','notification','notifications',236,'c',0,1,10,0,19,0,5,0,'{\"courseid\":\"2\"}',1697002510,'cli',NULL,NULL),(3805,'\\core\\event\\notification_sent','core','sent','notification','notifications',237,'c',0,1,10,0,19,0,21,0,'{\"courseid\":\"2\"}',1697002514,'cli',NULL,NULL),(3806,'\\core\\event\\notification_sent','core','sent','notification','notifications',238,'c',0,1,10,0,19,0,20,0,'{\"courseid\":\"2\"}',1697002516,'cli',NULL,NULL),(3807,'\\core\\event\\notification_sent','core','sent','notification','notifications',239,'c',0,1,10,0,19,0,4,0,'{\"courseid\":\"2\"}',1697002519,'cli',NULL,NULL),(3808,'\\core\\event\\notification_sent','core','sent','notification','notifications',240,'c',0,1,10,0,19,0,22,0,'{\"courseid\":\"2\"}',1697002522,'cli',NULL,NULL),(3809,'\\core\\event\\notification_sent','core','sent','notification','notifications',241,'c',0,1,10,0,19,0,2,0,'{\"courseid\":\"2\"}',1697002525,'cli',NULL,NULL),(3810,'\\core\\event\\notification_sent','core','sent','notification','notifications',242,'c',0,1,10,0,19,0,19,0,'{\"courseid\":\"2\"}',1697002528,'cli',NULL,NULL),(3811,'\\core\\event\\notification_sent','core','sent','notification','notifications',243,'c',0,1,10,0,19,0,14,0,'{\"courseid\":\"2\"}',1697002530,'cli',NULL,NULL),(3812,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1697008960,'web','128.22.132.204',NULL),(3813,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1697008963,'web','128.22.132.204',NULL),(3814,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,13,2,NULL,0,'null',1697008973,'web','128.22.132.204',NULL),(3815,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,13,2,NULL,0,'null',1697009034,'web','128.22.132.204',NULL),(3816,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,13,2,NULL,0,'null',1697009109,'web','128.22.132.204',NULL),(3817,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,13,2,NULL,0,'null',1697009123,'web','128.22.132.204',NULL),(3818,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,13,2,NULL,0,'null',1697009160,'web','128.22.132.204',NULL),(3819,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,13,2,NULL,0,'null',1697009167,'web','128.22.132.204',NULL),(3820,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',34,'c',2,59,70,20,13,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e09\\u5468\\u4f5c\\u4e1a<br \\/>\\n\\u95b1\\u8b80\\u4e00\\uff1a\\u7b2c\\u516d\\u7ae0\\u3008\\u5be6\\u8e10\\u8005\\u3009\\u3002\\u9078\\u81ea\\u5927\\u885b\\uff0e\\u6cf0\\u52d2\\u7de8\\uff0c\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300b\\uff08\\u53f0\\u5317\\uff1a\\u6821\\u5712\\uff0c2022\\uff09\\u3002<br \\/>\\n\\u56de\\u61c9\\u4e00\\uff1a\\u7528 100-200 \\u5b57\\u63d0\\u51fa\\u4e00\\u5247\\u95dc\\u65bc\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300b\\u7b2c\\u516d\\u7ae0\\u3008\\u5be6\\u8e10\\u8005\\u3009\\u7684\\u554f\\u984c\\u6216\\u662f\\u5fc3\\u5f97\\u3002<br \\/>\\n\\u5728\\u7b2c\\u4e00\\u4e2a\\u6545\\u4e8b\\u91cc\\uff0c\\u4f5c\\u8005\\u8bf4\\u9047\\u5230\\u4e86\\u4e00\\u7fa4\\u827a\\u672f\\u5bb6\\uff0c\\u4ed6\\u660e\\u767d\\u201c\\u6210\\u4e3a\\u827a\\u672f\\u5bb6\\u4e0d\\u662f\\u4e00\\u4efd\\u5de5\\u4f5c\\uff0c\\u5b83\\u662f\\u4e00\\u79cd\\u751f\\u6d3b\\u65b9\\u5f0f\\uff0c\\u662f\\u4e00\\u4e2a\\u53ec\\u547d\\u201d\\u3002\\u8fd9\\u53e5\\u8bdd\\uff0c\\u5bf9\\u6211\\u6709\\u5f88\\u6df1\\u7684\\u63d0\\u9192\\uff0c\\u5c31\\u662f\\uff1a\\u57fa\\u7763\\u5f92\\uff08\\u5373\\u4f7f\\u662f\\u7267\\u5e08\\uff09\\u4e0d\\u662f\\u4e00\\u4efd\\u5de5\\u4f5c\\uff0c\\u57fa\\u7763\\u5f92\\u662f\\u4e00\\u4e2a\\u8eab\\u4efd\\uff0c\\u662f\\u7531\\u8fd9\\u4e2a\\u8eab\\u4efd\\u800c\\u6765\\u7684\\u751f\\u6d3b\\u65b9\\u5f0f\\uff0c\\u662f\\u4e00\\u4e2a\\u547c\\u53ec\\u3002\\u65e2\\u7136\\u662f\\u4e00\\u4e2a\\u8eab\\u4efd\\uff0c\\u5176\\u5b9e\\u5c31\\u4e0d\\u5b58\\u5728\\u201c\\u6210\\u529f\\u7684\\u57fa\\u7763\\u5f92\\u201d\\u6216\\u201c\\u5931\\u8d25\\u7684\\u57fa\\u7763\\u5f92\\u201d\\u3002\\u6210\\u529f\\u548c\\u5931\\u8d25\\u4e0d\\u80fd\\u7528\\u6765\\u8861\\u91cf\\u8eab\\u4efd\\u3002\\u6211\\u4eec\\u4e0d\\u80fd\\u8bf4\\uff0c\\u6211\\u662f\\u5929\\u7236\\u5931\\u8d25\\u7684\\u513f\\u5973\\uff0c\\u4ed6\\u662f\\u5929\\u7236\\u6210\\u529f\\u7684\\u513f\\u5973\\u3002\\u6211\\u4eec\\u53ea\\u80fd\\u8bf4\\u6211\\u4eec\\u662f\\u5931\\u8d25\\u7684\\u5458\\u5de5\\uff0c\\u8fd9\\u4e2a\\u6210\\u529f\\u548c\\u5931\\u8d25\\u662f\\u57fa\\u4e8e\\u5229\\u76ca\\u5f97\\u5931\\u7684\\u8ba1\\u7b97\\u4e0a\\u7684\\u3002\\u800c\\u6211\\u4eec\\u4f5c\\u4e3a\\u795e\\u513f\\u5973\\u7684\\u8eab\\u4efd\\uff0c\\u662f\\u5929\\u7236\\u8d50\\u7684\\uff0c\\u662f\\u65e0\\u6cd5\\u8861\\u91cf\\u7684\\uff0c\\u662f\\u4e0d\\u80fd\\u4ee5\\u4eba\\u7684\\u89d2\\u5ea6\\u6765\\u8ba1\\u7b97\\u7684\\u3002<br \\/>\\n\\t\\u6211\\u662f\\u57fa\\u7763\\u5f92\\uff0c\\u8fd9\\u662f\\u6211\\u7684\\u8eab\\u4efd\\u3002\\u6211\\u5728\\u6559\\u4f1a\\u5168\\u804c\\uff0c\\u8fd9\\u662f\\u6211\\u7684\\u670d\\u4f8d\\uff0c\\u8fd9\\u662f\\u795e\\u8d50\\u7ed9\\u6211\\u7684\\u8015\\u4f5c\\u7684\\u201c\\u4efd\\u201d\\u3002\\u5728\\u8fd9\\u6837\\u7684\\u670d\\u4f8d\\u4e2d\\uff0c\\u6211\\u7684\\u8eab\\u4efd\\u548c\\u670d\\u4f8d\\u6765\\u51b3\\u5b9a\\u6211\\u7684\\u751f\\u6d3b\\u65b9\\u5f0f\\uff0c\\u6211\\u80fd\\u505a\\u7684\\uff0c\\u5c31\\u662f\\u76fc\\u671b\\u81ea\\u5df1\\u7684\\u670d\\u4f8d\\u8d8a\\u6765\\u8d8a\\u5408\\u795e\\u7684\\u5fc3\\u610f\\uff0c\\u8d8a\\u6765\\u8d8a\\u5728\\u670d\\u4f8d\\u4e2d\\u6478\\u5230\\u7942\\u7684\\u5fc3\\u610f\\u3002\\u4e5f\\u56e0\\u4e3a\\u8fd9\\u4e2a\\u8eab\\u4efd\\uff0c\\u4e5f\\u5f88\\u613f\\u610f\\u53bb\\u6210\\u957f\\uff0c\\u53bb\\u957f\\u6210\\u7942\\u5f53\\u521d\\u9020\\u6211\\u7684\\u90a3\\u4e2a\\u8363\\u7f8e\\u7684\\u6a21\\u6837\\u3002<br \\/>\\n<br \\/>\\n\\t<br \\/>\\n\\u95b1\\u8b80\\u4e8c\\uff1a\\u7b2c\\u4e00\\u7ae0\\u3008\\u9752\\u5c11\\u5e74\\u5b78\\u7fd2\\u8005\\u767c\\u5c55\\u8207\\u9069\\u6027\\u8f14\\u5c0e\\u6982\\u8ad6\\u3009\\uff0c\\u7b2c\\u4e00\\u3001\\u4e8c\\u7bc0\\u3002\\u9078\\u81ea\\u9ec3\\u5fb7\\u7965\\u8457\\uff0c\\u300a\\u9752\\u5c11\\u5e74\\u5b78\\u7fd2\\u8005\\u767c\\u5c55\\u8207\\u9069\\u6027\\u8f14\\u5c0e\\u300b\\uff08\\u53f0\\u5317\\uff1a\\u4e94\\u5357\\uff0c2022\\uff09\\u3002<br \\/>\\n \\u56de\\u61c9\\u4e8c\\uff1a\\u7528 100-200 \\u5b57\\u56de\\u61c9\\u4e0b\\u5217\\u554f\\u984c\\uff1a(1)\\u300c\\u9752\\u5c11\\u5e74\\u300d\\u5728\\u4f60\\u7684\\u4e8b\\u5de5\\u5834\\u57df\\u4e2d\\u5982\\u4f55\\u88ab\\u5b9a\\u7fa9\\uff1f <br \\/>\\n\\u5728\\u6211\\u4eec\\u6559\\u4f1a\\uff0c\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u7684\\u5e74\\u9f84\\u8303\\u56f4\\u662f12-18\\u5c81\\u3002<br \\/>\\n<br \\/>\\n (2) \\u4f60\\u5f9e\\u4e8b\\u7684\\u300c\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u300d\\u6642\\u9700\\u8981\\u505a\\u54ea\\u4e9b\\u4e8b\\uff1f\\uff08\\u4f8b\\u5982\\uff1a\\u6211\\u9700\\u8981\\u6e96\\u5099\\u6bcf\\u5468\\u805a\\u6703\\u7684\\u5206\\u4eab\\uff0c\\u9700\\u8981\\u5728\\u5468\\u9593\\u9032\\u884c\\u54ea\\u4e9b\\u95dc\\u61f7\\u5de5\\u4f5c\\u7b49\\u7b49\\u3002\\uff09<br \\/>\\n\\u6211\\u9700\\u8981\\u5e26\\u9886\\u6bcf\\u5468\\u805a\\u4f1a\\u7684\\u5206\\u4eab\\u548c\\u8ba8\\u8bba\\uff0c\\u5173\\u6000\\u4ed6\\u4eec\\u4e00\\u5468\\u7684\\u60c5\\u51b5\\uff0c\\u548c\\u4ed6\\u4eec\\u7684\\u7236\\u6bcd\\u4fdd\\u6301\\u5bc6\\u5207\\u7684\\u6c9f\\u901a\\u3002<br \\/>\\n<br \\/>\\n(3) \\u4f60\\u8a8d\\u70ba\\u7406\\u60f3\\u7684\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u61c9\\u8a72\\u8981\\u5305\\u542b\\u4ec0\\u9ebc\\uff1f<br \\/>\\n\\u5305\\u62ec\\u5bf9\\u9752\\u5c11\\u5e74\\u6709\\u5efa\\u9020\\u7684\\u5c5e\\u7075\\u7684\\u5b66\\u4e60\\u548c\\u771f\\u5b9e\\u7684\\u5065\\u5eb7\\u7684\\u4f19\\u4f34\\u5173\\u7cfb\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":3,\"triggeredfrom\":\"forum_add_new_post\"}',1697009311,'web','128.22.132.204',NULL),(3821,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',34,'c',2,59,70,20,13,2,NULL,0,'{\"discussionid\":3,\"forumid\":6,\"forumtype\":\"single\"}',1697009311,'web','128.22.132.204',NULL),(3822,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',30,'c',2,59,70,20,13,2,13,0,'{\"forumid\":6,\"discussion\":3}',1697009311,'web','128.22.132.204',NULL),(3823,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,13,2,NULL,0,'null',1697009312,'web','128.22.132.204',NULL),(3824,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,13,2,NULL,0,'null',1697009330,'web','128.22.132.204',NULL),(3825,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,13,2,NULL,0,'null',1697009372,'web','128.22.132.204',NULL),(3826,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,13,2,NULL,0,'null',1697009382,'web','128.22.132.204',NULL),(3827,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,13,2,NULL,0,'null',1697009459,'web','128.22.132.204',NULL),(3828,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,13,2,NULL,0,'null',1697009509,'web','128.22.132.204',NULL),(3829,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,13,2,NULL,0,'null',1697009512,'web','128.22.132.204',NULL),(3830,'\\core\\event\\notification_sent','core','sent','notification','notifications',244,'c',0,1,10,0,13,0,11,0,'{\"courseid\":\"2\"}',1697011146,'cli',NULL,NULL),(3831,'\\core\\event\\notification_sent','core','sent','notification','notifications',245,'c',0,1,10,0,13,0,13,0,'{\"courseid\":\"2\"}',1697011148,'cli',NULL,NULL),(3832,'\\core\\event\\notification_sent','core','sent','notification','notifications',246,'c',0,1,10,0,13,0,5,0,'{\"courseid\":\"2\"}',1697011151,'cli',NULL,NULL),(3833,'\\core\\event\\notification_sent','core','sent','notification','notifications',247,'c',0,1,10,0,13,0,21,0,'{\"courseid\":\"2\"}',1697011154,'cli',NULL,NULL),(3834,'\\core\\event\\notification_sent','core','sent','notification','notifications',248,'c',0,1,10,0,13,0,20,0,'{\"courseid\":\"2\"}',1697011157,'cli',NULL,NULL),(3835,'\\core\\event\\notification_sent','core','sent','notification','notifications',249,'c',0,1,10,0,13,0,4,0,'{\"courseid\":\"2\"}',1697011160,'cli',NULL,NULL),(3836,'\\core\\event\\notification_sent','core','sent','notification','notifications',250,'c',0,1,10,0,13,0,22,0,'{\"courseid\":\"2\"}',1697011162,'cli',NULL,NULL),(3837,'\\core\\event\\notification_sent','core','sent','notification','notifications',251,'c',0,1,10,0,13,0,2,0,'{\"courseid\":\"2\"}',1697011165,'cli',NULL,NULL),(3838,'\\core\\event\\notification_sent','core','sent','notification','notifications',252,'c',0,1,10,0,13,0,19,0,'{\"courseid\":\"2\"}',1697011168,'cli',NULL,NULL),(3839,'\\core\\event\\notification_sent','core','sent','notification','notifications',253,'c',0,1,10,0,13,0,14,0,'{\"courseid\":\"2\"}',1697011171,'cli',NULL,NULL),(3840,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697012281,'web','103.20.60.3',NULL),(3841,'\\core\\event\\user_loggedin','core','loggedin','user','user',8,'r',0,1,10,0,8,0,NULL,0,'{\"username\":\"0966487235\",\"extrauserinfo\":[]}',1697012316,'web','103.20.60.3',NULL),(3842,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,8,1,NULL,0,'null',1697012317,'web','103.20.60.3',NULL),(3843,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,8,2,NULL,0,'null',1697012322,'web','103.20.60.3',NULL),(3844,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,8,2,NULL,0,'null',1697012350,'web','103.20.60.3',NULL),(3845,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,8,2,NULL,0,'null',1697012409,'web','103.20.60.3',NULL),(3846,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,8,2,NULL,0,'null',1697012436,'web','103.20.60.3',NULL),(3847,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697013811,'web','124.64.23.64',NULL),(3848,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1697013820,'web','124.64.23.64',NULL),(3849,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1697013821,'web','124.64.23.64',NULL),(3850,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1697013824,'web','124.64.23.64',NULL),(3851,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,23,2,NULL,0,'null',1697013834,'web','124.64.23.64',NULL),(3852,'\\core\\event\\notification_sent','core','sent','notification','notifications',254,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1697013846,'cli',NULL,NULL),(3853,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697014163,'web','117.56.58.51',NULL),(3854,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1697014183,'web','117.56.58.51',NULL),(3855,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1697014183,'web','117.56.58.51',NULL),(3856,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1697014196,'web','117.56.58.51',NULL),(3857,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,14,2,NULL,0,'null',1697014208,'web','117.56.58.51',NULL),(3858,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697014289,'web','49.230.226.169',NULL),(3859,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697014292,'web','49.230.226.169',NULL),(3860,'\\core\\event\\user_loggedin','core','loggedin','user','user',9,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"extrauserinfo\":[]}',1697014309,'web','49.230.226.169',NULL),(3861,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,9,1,NULL,0,'null',1697014310,'web','49.230.226.169',NULL),(3862,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1697014317,'web','49.230.226.169',NULL),(3863,'\\core\\event\\notification_sent','core','sent','notification','notifications',255,'c',0,1,10,0,0,0,9,0,'{\"courseid\":\"1\"}',1697014326,'cli',NULL,NULL),(3864,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,9,2,NULL,0,'null',1697014338,'web','49.230.226.169',NULL),(3865,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',35,'c',2,59,70,20,9,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u516d\\u7ae0<br \\/>\\n\\u6bcf\\u500b\\u6559\\u6703\\u90fd\\u6709\\u5c6c\\u65bc \\u795e\\u7d66\\u4e88\\u5979\\u5011\\u7684\\u7570\\u8c61\\u548c\\u79be\\u5834\\uff0c\\u6240\\u4ee5\\u9762\\u5c0d\\u7684\\u6703\\u773e\\u5c6c\\u6027\\u4e5f\\u6703\\u6709\\u5927\\u81f4\\u4e0a\\u7684\\u4e0d\\u540c\\uff0c\\u4e0d\\u898b\\u5f97\\u6bcf\\u9593\\u6559\\u6703\\u90fd\\u6703\\u6709\\u85dd\\u8853\\u5bb6\\u8eab\\u4efd\\u6216\\u80cc\\u666f\\u6703\\u53cb\\uff0c\\u4f46\\u662f\\u5c0d\\u65bc\\u4f5c\\u8005\\u4ee5\\u8fb2\\u592b\\u8015\\u8018\\u5f15\\u51fa\\u7267\\u990a\\u85dd\\u8853\\u5bb6\\uff0c\\u4ed6\\u5011\\u4e8c\\u8005\\u7576\\u4e2d\\u7684\\u5171\\u901a\\u4e00\\u81f4\\u7684\\u90e8\\u5206\\uff0c\\u9019\\u5927\\u5927\\u7684\\u523a\\u6fc0\\u6211\\u5c0d\\u65bc\\u5728\\u201c\\u7267\\u990a\\u201d\\uff08\\u7279\\u5225\\u662f\\u9752\\u5c11\\u5e74\\uff09\\u4e0a\\u7684\\u60c5\\u611f\\u6295\\u5165\\u3002\\u5728\\u6211\\u5011\\u7684 \\u795e\\u662f\\u5145\\u6eff\\u5275\\u610f\\u3001\\u7f8e\\u9e97\\u3001\\u5341\\u8db3\\u85dd\\u8853\\u7684\\u57fa\\u790e\\u4e0a\\uff0c\\u88ab\\u7942\\u6309\\u8457\\u81ea\\u5df1\\u5f62\\u8c61\\u9020\\u7684\\u4eba\\uff08\\u6211\\u5011\\uff09\\u662f\\u5426\\u4e5f\\u591a\\u5c11\\u6709\\u85dd\\u8853\\u7684\\u7d30\\u80de\\u5728\\u6211\\u5011\\u88e1\\u9762\\u5462\\uff1f\\u90a3\\u9ebc\\u5728\\u9762\\u5c0d\\u5404\\u5f0f\\u5404\\u6a23\\u7684\\u6703\\u773e\\uff0c\\u6559\\u6703\\u7684\\u80a2\\u9ad4\\u6642\\uff0c\\u662f\\u5426\\u4e5f\\u53ef\\u4ee5\\u6709\\u57f9\\u80b2\\u85dd\\u8853\\u5bb6\\u9019\\u6a23\\u7684\\u8fb2\\u592b\\u5fc3\\u614b\\u548c\\u8015\\u8018\\u65b9\\u5f0f\\u5462\\uff1f\\u66f4\\u9051\\u8ad6\\u662f\\u9762\\u5c0d\\u6240\\u8b02\\u7684\\u9752\\u5c11\\u5e74\\u5b69\\u5b50\\uff0c\\u6210\\u9577\\u4e2d\\u7684\\u4ed6\\u5011\\u6709\\u7121\\u9650\\u53ef\\u80fd\\uff0c\\u770b\\u5f85\\u4ed6\\u5011\\u7684\\u773c\\u5149\\u66f4\\u9700\\u8981\\u50cf\\u662f\\u8fb2\\u592b\\u770b\\u8457\\u5f97\\u4f86\\u4e0d\\u6613\\u73cd\\u8cb4\\u7684\\u7a2e\\u5b50\\u548c\\u5e7c\\u82d7\\u822c\\uff0c\\u6211\\u5011\\u4e0d\\u9700\\u8981\\u8ddf\\u4ed6\\u5011\\u4e00\\u6a23\\uff0c\\u4f46\\u6211\\u5011\\u9700\\u8981\\u300c\\u6e34\\u671b\\u5206\\u4eab\\u4ed6\\u5011\\u7684\\u4e16\\u754c\\u300d\\u3002\\u966a\\u4f34\\u9752\\u5c11\\u5e74\\u6210\\u9577\\uff0c\\u300c\\u4e0d\\u662f\\u53ea\\u7ad9\\u5728\\u7d42\\u9ede\\u7dda\\u524d\\u558a\\u52a0\\u6cb9\\u300d\\uff0c\\u800c\\u662f\\u300c\\u5168\\u7a0b\\u61c9\\u63f4\\u300d\\uff0c\\u8010\\u5fc3\\u7b49\\u5f85\\uff0c\\u9b06\\u571f\\u4fee\\u526a\\uff0c\\u6f86\\u704c\\u652f\\u6301\\uff0c\\u5e74\\u8f15\\u751f\\u547d\\u9577\\u6210\\u7684\\u904e\\u7a0b\\u4ea6\\u662f\\u85dd\\u8853\\uff0c\\u7368\\u4e00\\u7121\\u4e8c\\u3001\\u7121\\u6bd4\\u7f8e\\u9e97\\u3002<br \\/>\\n<br \\/>\\n1)\\u300c\\u9752\\u5c11\\u5e74\\u300d\\u5728\\u4f60\\u7684\\u4e8b\\u5de5\\u5834\\u57df\\u4e2d\\u5982\\u4f55\\u88ab\\u5b9a\\u7fa9\\uff1f<br \\/>\\n 10\\u6b72\\u4ee5\\u4e0a\\u5373\\u5c07\\u9032\\u5165\\u9752\\u6625\\u671f\\u81f312\\u5e74\\u7d1a\\u7684\\u5b69\\u5b50\\uff0c\\u6709\\u5275\\u9020\\u529b\\u3001\\u9700\\u8981\\u88ab\\u8a8d\\u540c\\u7684\\u4e00\\u7fa4\\u3002<br \\/>\\n2) \\u4f60\\u5f9e\\u4e8b\\u7684\\u300c\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u300d\\u6642\\u9700\\u8981\\u505a\\u54ea\\u4e9b\\u4e8b\\uff1f<br \\/>\\n \\u95dc\\u61f7\\u3001\\u7d93\\u6587\\u5206\\u4eab\\u9810\\u5099\\u3001\\u719f\\u6089\\u9752\\u5c11\\u5e74\\u8a9e\\u8a00\\uff08\\u6f6e\\u6d41\\uff0c\\u559c\\u597d\\u7b49\\uff09<br \\/>\\n3)\\u4f60\\u8a8d\\u70ba\\u7406\\u60f3\\u7684\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u61c9\\u8a72\\u8981\\u5305\\u542b\\u4ec0\\u9ebc\\uff1f<br \\/>\\n \\u5168\\u4eba\\u95dc\\u61f7\\u8207\\u9748\\u7ce7\\u9935\\u990a\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":3,\"triggeredfrom\":\"forum_add_new_post\"}',1697014459,'web','49.230.226.169',NULL),(3866,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',35,'c',2,59,70,20,9,2,NULL,0,'{\"discussionid\":3,\"forumid\":6,\"forumtype\":\"single\"}',1697014459,'web','49.230.226.169',NULL),(3867,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',31,'c',2,59,70,20,9,2,9,0,'{\"forumid\":6,\"discussion\":3}',1697014459,'web','49.230.226.169',NULL),(3868,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,9,2,NULL,0,'null',1697014460,'web','49.230.226.169',NULL),(3869,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1697014495,'web','49.230.226.169',NULL),(3870,'\\core\\event\\user_loggedout','core','loggedout','user','user',9,'r',0,1,10,0,9,0,NULL,0,'{\"sessionid\":\"t8qco0ncivie4mgijhtievdkc4\"}',1697014498,'web','49.230.226.169',NULL),(3871,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697014498,'web','49.230.226.169',NULL),(3872,'\\core\\event\\notification_sent','core','sent','notification','notifications',256,'c',0,1,10,0,9,0,11,0,'{\"courseid\":\"2\"}',1697016306,'cli',NULL,NULL),(3873,'\\core\\event\\notification_sent','core','sent','notification','notifications',257,'c',0,1,10,0,9,0,13,0,'{\"courseid\":\"2\"}',1697016309,'cli',NULL,NULL),(3874,'\\core\\event\\notification_sent','core','sent','notification','notifications',258,'c',0,1,10,0,9,0,5,0,'{\"courseid\":\"2\"}',1697016312,'cli',NULL,NULL),(3875,'\\core\\event\\notification_sent','core','sent','notification','notifications',259,'c',0,1,10,0,9,0,21,0,'{\"courseid\":\"2\"}',1697016315,'cli',NULL,NULL),(3876,'\\core\\event\\notification_sent','core','sent','notification','notifications',260,'c',0,1,10,0,9,0,9,0,'{\"courseid\":\"2\"}',1697016317,'cli',NULL,NULL),(3877,'\\core\\event\\notification_sent','core','sent','notification','notifications',261,'c',0,1,10,0,9,0,20,0,'{\"courseid\":\"2\"}',1697016320,'cli',NULL,NULL),(3878,'\\core\\event\\notification_sent','core','sent','notification','notifications',262,'c',0,1,10,0,9,0,4,0,'{\"courseid\":\"2\"}',1697016323,'cli',NULL,NULL),(3879,'\\core\\event\\notification_sent','core','sent','notification','notifications',263,'c',0,1,10,0,9,0,22,0,'{\"courseid\":\"2\"}',1697016326,'cli',NULL,NULL),(3880,'\\core\\event\\notification_sent','core','sent','notification','notifications',264,'c',0,1,10,0,9,0,2,0,'{\"courseid\":\"2\"}',1697016329,'cli',NULL,NULL),(3881,'\\core\\event\\notification_sent','core','sent','notification','notifications',265,'c',0,1,10,0,9,0,19,0,'{\"courseid\":\"2\"}',1697016332,'cli',NULL,NULL),(3882,'\\core\\event\\notification_sent','core','sent','notification','notifications',266,'c',0,1,10,0,9,0,14,0,'{\"courseid\":\"2\"}',1697016334,'cli',NULL,NULL),(3883,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1697017430,'web','124.64.23.64',NULL),(3884,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,23,2,NULL,0,'null',1697017439,'web','124.64.23.64',NULL),(3885,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1697017448,'web','124.64.23.64',NULL),(3886,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,23,2,NULL,0,'null',1697017507,'web','124.64.23.64',NULL),(3887,'\\core\\event\\user_loggedin','core','loggedin','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"extrauserinfo\":[]}',1697019118,'web','104.245.12.101',NULL),(3888,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,16,2,NULL,0,'null',1697019118,'web','104.245.12.101',NULL),(3889,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',36,'c',2,59,70,20,16,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u4efd\\uff1a<br \\/>\\n\\u201c\\u53ef\\u4ee5\\u7ed9\\u800c\\u4e0d\\u7231\\uff0c\\u4f46\\u4e0d\\u80fd\\u7231\\u800c\\u4e0d\\u7ed9\\u3002\\u201d\\u5f53\\u6211\\u770b\\u5b8c\\u8fd9\\u7bc7\\u7ae0\\u8282\\u540e\\uff0c\\u6d8c\\u73b0\\u51fa\\u8fd9\\u6837\\u4e00\\u53e5\\u8bdd\\u3002<br \\/>\\n\\u00b7 \\u771f\\u8bda\\u7684\\u610f\\u89c1\\u3001\\u7a33\\u5b9a\\u6301\\u7eed\\u6e05\\u695a\\u7684\\u53cd\\u9988\\u3002<br \\/>\\n\\u00b7 \\u8ba9\\u4ed6\\u770b\\u89c1\\u6211\\u4eec\\u91cd\\u89c6\\u4ed6\\u7684\\u4eba\\u80dc\\u8fc7\\u624d\\u534e\\u3002<br \\/>\\n\\u00b7 \\u5168\\u795e\\u8d2f\\u6ce8\\u5730\\u597d\\u597d\\u6b23\\u8d4f\\u3001\\u5206\\u4eab\\u548c\\u79f0\\u8d5e\\u4ed6\\u7684\\u4f5c\\u54c1\\u3002<br \\/>\\n\\u5373\\u4fbf\\u4e0d\\u662f\\u827a\\u672f\\u5bb6\\uff0c\\u4e5f\\u4e0d\\u7cbe\\u901a\\u67d0\\u4e00\\u4e2a\\u7c7b\\u76ee\\u7684\\u827a\\u672f\\u5f62\\u5f0f\\u3002\\u4e5f\\u53ef\\u4ee5\\u5b9e\\u9645\\u7684\\u505a\\u4e9b\\u4ec0\\u4e48\\u7684\\uff01\\u8fd9\\u4e09\\u70b9\\u7ed9\\u4e86\\u6211\\u66f4\\u4e3a\\u5177\\u4f53\\u7684\\u3002<br \\/>\\n\\u8fd910\\u5e74\\u8eab\\u8fb9\\u4e0d\\u4e4f\\u6709\\u827a\\u672f\\u5bb6\\u7684\\u57fa\\u7763\\u5f92\\uff0c\\u4e3a\\u4ec0\\u4e48\\u6211\\u4eec\\u7684\\u4ea4\\u6d41\\u8fdb\\u5165\\u4e0d\\u4e86\\u4e0d\\u6df1\\uff0c\\u539f\\u6765\\u4ec5\\u662f\\u505c\\u7559\\u5728\\u770b\\u3001\\u542c\\u5176\\u4f5c\\u54c1\\u7684\\u5c42\\u9762\\uff0c\\u6216\\u662f\\u7528\\u4ed6\\u7684\\u624d\\u5e72\\u53bb\\u6559\\u4f1a\\u670d\\u4e8b\\uff0c\\u9700\\u8981\\u66f4\\u591a\\u7ad9\\u5728\\u201c\\u4eba\\u201d\\u7684\\u89d2\\u5ea6\\uff0c\\u53bb\\u7a7f\\u900f\\u4e00\\u4e2a\\u4eba\\u751f\\u547d\\u7684\\u5916\\u58f3\\u3002<br \\/>\\n\\u8fd9\\u4e2a\\u7267\\u5e08\\u4ee5\\u53ca\\u6240\\u5728\\u7684\\u6559\\u4f1a\\u53ef\\u4ee5\\u5e2e\\u52a9\\u827a\\u672f\\u5bb6\\u8d70\\u51fa\\u6559\\u4f1a\\u5916\\u5899\\uff0c\\u4e5f\\u901a\\u8fc7\\u8bc4\\u8bba\\u3001\\u8fa8\\u8bc6\\u7b49\\u5e2e\\u52a9\\u827a\\u672f\\u5bb6\\u8015\\u8018\\u571f\\u58e4\\uff0c\\u771f\\u662f\\u4ee4\\u4eba\\u632f\\u594b\\u7684\\u4e3e\\u52a8\\uff01<br \\/>\\n<br \\/>\\n\\u7b2c\\u4e8c\\u90e8\\u4efd\\uff1a<br \\/>\\n1. \\u6211\\u4eec\\u8ba4\\u540c\\u9752\\u5c11\\u5e74\\u662f\\u4f20\\u627f\\u7684\\u5bf9\\u8c61\\u3002\\u73b0\\u72b6\\u5374\\u662f\\u201c\\u65ad\\u5c42\\u201d\\uff0c\\u8fd9\\u4e2a\\u5e74\\u9f84\\u6bb5\\u7684\\u5b69\\u5b50\\u5728\\u6559\\u4f1a\\u4e2d\\u59d4\\u8eab\\u7684\\u5f88\\u5c11\\u3002<br \\/>\\n2. \\u9762\\u5bf97-12\\u5c81\\u7684\\u5b69\\u5b50\\uff0c\\u63d0\\u51fa\\u8fc7\\u620f\\u5267\\u7267\\u517b\\u7684\\u65b9\\u6848\\u3002\\u76ee\\u524d\\u6bcf\\u5468\\u9884\\u5907\\u8bd7\\u6b4c\\u5e76\\u5e26\\u9886\\u656c\\u62dc\\u73af\\u8282\\u3002<br \\/>\\n3. \\u5176\\u4e00\\uff0c\\u5e2e\\u52a9\\u4ed6\\u4eec\\u6709\\u81ea\\u5df1\\u7684\\u5c0f\\u7ec4\\u56e2\\u5951\\u5f62\\u5f0f\\uff0c\\u4fc3\\u8fdb\\u201c\\u793e\\u4ea4\\u8111\\u201d\\u7684\\u53d1\\u5c55\\uff0c\\u4ed6\\u4eec\\u6bcf\\u5468\\u53ef\\u4ee5\\u5728\\u4e00\\u8d77\\u5f7c\\u6b64\\u5efa\\u9020\\u3002\\u5176\\u4e8c\\uff0c\\u5206\\u8fa8\\u51fa\\u6bcf\\u4e00\\u4e2a\\u4eba\\u5b69\\u5b50\\u72ec\\u7279\\u7684\\u624d\\u5e72\\uff0c\\u5e76\\u5728\\u5408\\u9002\\u7684\\u5730\\u65b9\\u4f7f\\u7528\\u64cd\\u7ec3\\u6069\\u8d50\\u548c\\u54c1\\u683c\\u3002\\u5176\\u4e09\\uff0c\\u9002\\u65f6\\u8d70\\u51fa\\u6559\\u4f1a\\uff0c\\u670d\\u52a1\\u4ed6\\u4eba\\u3002<br \\/>\\n\\u5f53\\u7136\\u5728\\u5b69\\u5b50\\u7684\\u6559\\u517b\\u4e0a\\u540c\\u5de5\\u5e76\\u4e0d\\u662f\\u4e3b\\u5bfc\\uff0c\\u7267\\u517b\\u5b69\\u5b50\\u7684\\u6743\\u67c4\\u548c\\u8d23\\u4efb\\u662f\\u5728\\u5bb6\\u5ead\\uff0c\\u4e5f\\u5e0c\\u671b\\u901a\\u8fc7\\u9752\\u5c11\\u5e74\\u53ef\\u4ee5\\u548c\\u8fd9\\u4e9b\\u5bb6\\u5ead\\u5efa\\u7acb\\u8d77\\u4fe1\\u4efb\\u7684\\u5173\\u7cfb\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":3,\"triggeredfrom\":\"forum_add_new_post\"}',1697019153,'web','104.245.12.101',NULL),(3890,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',36,'c',2,59,70,20,16,2,NULL,0,'{\"discussionid\":3,\"forumid\":6,\"forumtype\":\"single\"}',1697019154,'web','104.245.12.101',NULL),(3891,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',32,'c',2,59,70,20,16,2,16,0,'{\"forumid\":6,\"discussion\":3}',1697019154,'web','104.245.12.101',NULL),(3892,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,16,2,NULL,0,'null',1697019156,'web','104.245.12.101',NULL),(3893,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697020078,'web','60.176.29.143',NULL),(3894,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1697020280,'web','61.219.81.66',NULL),(3895,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697020281,'web','34.105.37.64',NULL),(3896,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1697020282,'web','61.219.81.66',NULL),(3897,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,6,2,NULL,0,'null',1697020285,'web','61.219.81.66',NULL),(3898,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',37,'c',2,59,70,20,6,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">*\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a\\u7528100-200\\u5b57\\u63d0\\u51fa\\u4e00\\u5247\\u95dc\\u65bc\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300b\\u7b2c\\u516d\\u7ae0\\u3008\\u5be6\\u8e10\\u8005\\u3009\\u7684\\u554f\\u984c\\u6216\\u662f\\u5fc3\\u5f97\\u3002<br \\/>\\n \\uff08\\u554f\\u984c\\uff1a\\u770b\\u4e0d\\u61c2\\u3001\\u7591\\u60d1\\uff0c\\u60f3\\u8a62\\u554f\\u540c\\u5b78\\u610f\\u898b\\uff0c\\u6216\\u662f\\u60f3\\u53cd\\u554f\\u4f5c\\u8005\\u7684\\u554f\\u984c\\uff1b\\u5fc3\\u5f97\\uff1a\\u65b0\\u767c\\u73fe\\u3001\\u65b0\\u60f3\\u6cd5\\uff0c\\u6fc0\\u52f5\\u4f60\\u8981\\u505a\\u51fa\\u7684\\u56de\\u61c9\\u7b49\\u7b49\\u3002\\uff09 <br \\/>\\n<br \\/>\\n*\\u7b97\\u662f\\u500b\\u883b\\u8cbc\\u5207\\u7684\\u6bd4\\u55bb~\\u7267\\u5e2b\\u5982\\u4f55\\u50cf\\u8fb2\\u592b\\u4e00\\u6a23\\u57f9\\u80b2\\u85dd\\u8853\\u5bb6\\uff0c\\u5728\\u6559\\u6703\\u4e2d\\u5275\\u9020\\u4e00\\u500b\\u85dd\\u8853\\u5bb6\\u7684\\u7a7a\\u9593\\u3002\\u7267\\u8005\\u901a\\u904e\\u611b\\u5fc3\\u548c\\u8010\\u5fc3\\uff0c\\u5e6b\\u52a9\\u5e74\\u8f15\\u85dd\\u8853\\u5bb6\\u767c\\u73fe\\u5929\\u8ce6\\uff0c\\u4e26\\u9f13\\u52f5\\u4ed6\\u5011\\u5c07\\u5176\\u767c\\u63ee\\u51fa\\u4f86\\uff0c\\u4e26\\u4e14\\u5728\\u7267\\u990a\\u904e\\u7a0b\\u4e5f\\u5f15\\u5c0e\\u4ed6\\u5011\\u7684\\u6069\\u8cdc\\u80fd\\u6210\\u70ba\\u6559\\u6703\\u85dd\\u8853\\u4e8b\\u5949\\u7684\\u5143\\u7d20\\uff0c\\u70ba\\u66f4\\u591a\\u53ef\\u80fd\\u6027\\u6253\\u958b\\u5927\\u9580\\u3002\\u9019\\u5c0d\\u65bc\\u6211\\u5011\\u5982\\u4f55\\u770b\\u5f85\\u548c\\u652f\\u6301\\u6559\\u6703\\u4e2d\\u7684\\u85dd\\u8853\\u4e8b\\u5949\\u63d0\\u4f9b\\u4e86\\u5f88\\u597d\\u7684\\u555f\\u767c\\u3002\\u800c\\u6211\\u4e5f\\u611f\\u89ba\\u6587\\u7ae0\\u4e2d\\u5f37\\u8abf\\u4e86\\u85dd\\u8853\\u7684\\u4eba\\u6027\\u5316\\uff0c\\u4e26\\u63d0\\u9192\\u6211\\u5011\\u4e0d\\u8981\\u5c07\\u85dd\\u8853\\u50c5\\u50c5\\u8996\\u70ba\\u4e00\\u7a2e\\u5de5\\u5177\\u6216\\u7b56\\u7565\\uff0c\\u800c\\u662f\\u4e00\\u7a2e\\u8868\\u9054\\u6211\\u5011\\u5c0d\\u57fa\\u7763\\u611b\\u7684\\u65b9\\u5f0f\\u3002 <br \\/>\\n <br \\/>\\n*\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a\\u7528100-200\\u5b57\\u56de\\u61c9\\u4e0b\\u5217\\u554f\\u984c\\uff1a<br \\/>\\n (1)\\u300c\\u9752\\u5c11\\u5e74\\u300d\\u5728\\u4f60\\u7684\\u4e8b\\u5de5\\u5834\\u57df\\u4e2d\\u5982\\u4f55\\u88ab\\u5b9a\\u7fa9\\uff1f <br \\/>\\n\\u7b54\\uff1a\\u570b\\u4e2d\\u5230\\u5927\\u5b78\\u3002<br \\/>\\n (2) \\u4f60\\u5f9e\\u4e8b\\u7684\\u300c\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u300d\\u6642\\u9700\\u8981\\u505a\\u54ea\\u4e9b\\u4e8b\\uff1f<br \\/>\\n\\u7b54\\uff1a\\u76ee\\u524d\\u672a\\u76f4\\u63a5\\u8ca0\\u8cac\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\uff0c\\u53ea\\u6703\\u5076\\u723e\\u6309\\u7167\\u6211\\u7684\\u4e8b\\u5de5\\u9700\\u8981\\u9080\\u8acb\\u9752\\u5c11\\u5e74\\u53c3\\u8207\\u670d\\u4e8b\\uff0c\\u800c\\u9019\\u7576\\u4e2d\\u5c31\\u662f\\u591a\\u9f13\\u52f5\\u4ed6\\u5011\\u3001\\u4e26\\u591a\\u6e96\\u5099\\u98f2\\u6599\\u9ede\\u5fc3\\u9935\\u98fd\\u4ed6\\u5011\\u3002<br \\/>\\n (3)\\u4f60\\u8a8d\\u70ba\\u7406\\u60f3\\u7684\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u61c9\\u8a72\\u8981\\u5305\\u542b\\u4ec0\\u9ebc\\uff1f<br \\/>\\n1.\\u6709\\u7cfb\\u7d71\\u7684\\u6559\\u5c0e\\u8056\\u7d93\\u771f\\u7406\\u3002<br \\/>\\n2.\\u5c08\\u696d\\u4e14\\u6709\\u7cfb\\u7d71\\u7684\\u751f\\u547d\\u6559\\u80b2\\u3002<br \\/>\\n3.\\u5c08\\u696d\\u4e14\\u6709\\u7cfb\\u7d71\\u7684\\u966a\\u4f34\\u8207\\u8f14\\u5c0e\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":3,\"triggeredfrom\":\"forum_add_new_post\"}',1697020446,'web','118.169.12.156',NULL),(3899,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',37,'c',2,59,70,20,6,2,NULL,0,'{\"discussionid\":3,\"forumid\":6,\"forumtype\":\"single\"}',1697020446,'web','118.169.12.156',NULL),(3900,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',33,'c',2,59,70,20,6,2,6,0,'{\"forumid\":6,\"discussion\":3}',1697020446,'web','118.169.12.156',NULL),(3901,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,6,2,NULL,0,'null',1697020446,'web','118.169.12.156',NULL),(3902,'\\core\\event\\notification_sent','core','sent','notification','notifications',267,'c',0,1,10,0,16,0,11,0,'{\"courseid\":\"2\"}',1697020987,'cli',NULL,NULL),(3903,'\\core\\event\\notification_sent','core','sent','notification','notifications',268,'c',0,1,10,0,16,0,13,0,'{\"courseid\":\"2\"}',1697020990,'cli',NULL,NULL),(3904,'\\core\\event\\notification_sent','core','sent','notification','notifications',269,'c',0,1,10,0,16,0,5,0,'{\"courseid\":\"2\"}',1697020993,'cli',NULL,NULL),(3905,'\\core\\event\\notification_sent','core','sent','notification','notifications',270,'c',0,1,10,0,16,0,21,0,'{\"courseid\":\"2\"}',1697020995,'cli',NULL,NULL),(3906,'\\core\\event\\notification_sent','core','sent','notification','notifications',271,'c',0,1,10,0,16,0,9,0,'{\"courseid\":\"2\"}',1697020998,'cli',NULL,NULL),(3907,'\\core\\event\\notification_sent','core','sent','notification','notifications',272,'c',0,1,10,0,16,0,20,0,'{\"courseid\":\"2\"}',1697021001,'cli',NULL,NULL),(3908,'\\core\\event\\notification_sent','core','sent','notification','notifications',273,'c',0,1,10,0,16,0,4,0,'{\"courseid\":\"2\"}',1697021004,'cli',NULL,NULL),(3909,'\\core\\event\\notification_sent','core','sent','notification','notifications',274,'c',0,1,10,0,16,0,22,0,'{\"courseid\":\"2\"}',1697021007,'cli',NULL,NULL),(3910,'\\core\\event\\notification_sent','core','sent','notification','notifications',275,'c',0,1,10,0,16,0,2,0,'{\"courseid\":\"2\"}',1697021010,'cli',NULL,NULL),(3911,'\\core\\event\\notification_sent','core','sent','notification','notifications',276,'c',0,1,10,0,16,0,19,0,'{\"courseid\":\"2\"}',1697021013,'cli',NULL,NULL),(3912,'\\core\\event\\notification_sent','core','sent','notification','notifications',277,'c',0,1,10,0,16,0,14,0,'{\"courseid\":\"2\"}',1697021016,'cli',NULL,NULL),(3913,'\\core\\event\\notification_sent','core','sent','notification','notifications',278,'c',0,1,10,0,6,0,6,0,'{\"courseid\":\"2\"}',1697022306,'cli',NULL,NULL),(3914,'\\core\\event\\notification_sent','core','sent','notification','notifications',279,'c',0,1,10,0,6,0,11,0,'{\"courseid\":\"2\"}',1697022309,'cli',NULL,NULL),(3915,'\\core\\event\\notification_sent','core','sent','notification','notifications',280,'c',0,1,10,0,6,0,13,0,'{\"courseid\":\"2\"}',1697022313,'cli',NULL,NULL),(3916,'\\core\\event\\notification_sent','core','sent','notification','notifications',281,'c',0,1,10,0,6,0,5,0,'{\"courseid\":\"2\"}',1697022316,'cli',NULL,NULL),(3917,'\\core\\event\\notification_sent','core','sent','notification','notifications',282,'c',0,1,10,0,6,0,21,0,'{\"courseid\":\"2\"}',1697022319,'cli',NULL,NULL),(3918,'\\core\\event\\notification_sent','core','sent','notification','notifications',283,'c',0,1,10,0,6,0,9,0,'{\"courseid\":\"2\"}',1697022322,'cli',NULL,NULL),(3919,'\\core\\event\\notification_sent','core','sent','notification','notifications',284,'c',0,1,10,0,6,0,20,0,'{\"courseid\":\"2\"}',1697022325,'cli',NULL,NULL),(3920,'\\core\\event\\notification_sent','core','sent','notification','notifications',285,'c',0,1,10,0,6,0,16,0,'{\"courseid\":\"2\"}',1697022328,'cli',NULL,NULL),(3921,'\\core\\event\\notification_sent','core','sent','notification','notifications',286,'c',0,1,10,0,6,0,4,0,'{\"courseid\":\"2\"}',1697022331,'cli',NULL,NULL),(3922,'\\core\\event\\notification_sent','core','sent','notification','notifications',287,'c',0,1,10,0,6,0,22,0,'{\"courseid\":\"2\"}',1697022334,'cli',NULL,NULL),(3923,'\\core\\event\\notification_sent','core','sent','notification','notifications',288,'c',0,1,10,0,6,0,2,0,'{\"courseid\":\"2\"}',1697022337,'cli',NULL,NULL),(3924,'\\core\\event\\notification_sent','core','sent','notification','notifications',289,'c',0,1,10,0,6,0,19,0,'{\"courseid\":\"2\"}',1697022339,'cli',NULL,NULL),(3925,'\\core\\event\\notification_sent','core','sent','notification','notifications',290,'c',0,1,10,0,6,0,14,0,'{\"courseid\":\"2\"}',1697022343,'cli',NULL,NULL),(3926,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1697022415,'web','124.64.23.64',NULL),(3927,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,23,2,NULL,0,'null',1697022426,'web','124.64.23.64',NULL),(3928,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,23,2,NULL,0,'null',1697022456,'web','124.64.23.64',NULL),(3929,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',38,'c',2,59,70,20,23,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u5206\\u5fc3\\u5f97<br \\/>\\n\\u611f\\u8c22\\u795e\\uff0c\\u770b\\u5b8c\\u300a\\u7f8e\\u4e3d\\u7684\\u795e\\u300b\\u7b2c\\u516d\\u7ae0\\uff0c\\u6211\\u660e\\u767d\\u4e86\\u4f5c\\u8005\\u7684\\u5199\\u4f5c\\u76ee\\u7684\\uff1a\\u85c9\\u7740\\u5206\\u4eab\\u81ea\\u5df1\\u7267\\u517b\\u827a\\u672f\\u5bb6\\u57fa\\u7763\\u5f92\\u7684\\u5fc3\\u8def\\u5386\\u7a0b\\uff0c\\u4ee5\\u5e2e\\u52a9\\u66f4\\u591a\\u7267\\u8005\\u548c\\u6559\\u4f1a\\u53d1\\u73b0\\u827a\\u672f\\u5929\\u5206\\u7684\\u5e74\\u8f7b\\u4eba\\uff0c\\u5e2e\\u52a9\\u5e26\\u9886\\u4ed6\\u4eec\\u4e0d\\u65ad\\u53d1\\u6325\\u81ea\\u5df1\\u7684\\u624d\\u80fd\\uff0c\\u501f\\u7740\\u4e0d\\u540c\\u5f62\\u5f0f\\u7684\\u6d3b\\u52a8\\u6307\\u5bfc\\u5e26\\u9886\\u4ed6\\u4eec\\u8d70\\u5411\\u6210\\u719f\\uff0c\\u6210\\u4e3a\\u771f\\u6b63\\u7684\\u827a\\u672f\\u5bb6\\uff0c\\u5728\\u827a\\u672f\\u4e0a\\u89c1\\u8bc1\\u795e\\u8363\\u8000\\u795e\\u3002\\u4e5f\\u662f\\u672c\\u7ae0\\u7684\\u4e3b\\u9898\\u201c\\u5b9e\\u8df5\\u8005_\\u5728\\u672c\\u5730\\u6559\\u4f1a\\u57f9\\u80b2\\u827a\\u672f\\u5bb6\\u201d\\u3002<br \\/>\\n\\u7267\\u5e08\\u5e94\\u6210\\u4e3a\\u201c\\u57f9\\u80b2\\u8005\\u201d\\uff0c\\u8981\\u50cf\\u519c\\u592b\\u4e00\\u6837\\u7167\\u987e\\u201c\\u827a\\u672f\\u5bb6\\u201d\\uff0c\\u5b66\\u4e60\\u7267\\u517b\\u827a\\u672f\\u662f\\u7267\\u5e08\\u7684\\u4e00\\u9879\\u80fd\\u529b\\u3002\\u827a\\u672f\\u5bb6\\u5e38\\u5e38\\u662f\\u201c\\u5bc2\\u5bde\\uff0c\\u88ab\\u8bef\\u89e3\\uff0c\\u4e0d\\u88ab\\u8d4f\\u8bc6\\u7684\\u201d\\uff0c\\u5e38\\u88ab\\u6211\\u4eec\\u8ba4\\u4e3a\\u6027\\u683c\\u602a\\u5f02\\u4e4b\\u4eba\\uff0c\\u4f5c\\u8005\\u9f13\\u52b1\\u6211\\u4eec\\u201c\\u5982\\u6b32\\u6253\\u8fdb\\u827a\\u672f\\u5bb6\\u7684\\u4e16\\u754c\\uff0c\\u53ea\\u9700\\u8981\\u6709\\u771f\\u8bda\\u7684\\u597d\\u5947\\u5fc3\\u548c\\u6709\\u5174\\u8da3\\u5206\\u4eab\\u201d\\u5373\\u53ef\\u3002\\u201c\\u5982\\u4f55\\u53c2\\u4e0e\\u5728\\u827a\\u672f\\u5bb6\\u7684\\u751f\\u6d3b\\u201d\\u81f3\\u5173\\u91cd\\u8981\\uff0c\\u548c\\u4ed6\\u4eec\\u4fdd\\u6301\\u5173\\u7cfb\\uff0c\\u8d62\\u5f97\\u4fe1\\u4efb\\uff0c\\u5e2e\\u52a9\\u4ed6\\u4eec\\u5f00\\u5c55\\u827a\\u672f\\u6d3b\\u52a8\\uff0c\\u5982\\u201c\\u5e26\\u7740\\u827a\\u672f\\u8d70\\u8fdb\\u793e\\u533a\\u201d\\uff0c\\u5c55\\u793a\\u795e\\u7ed9\\u4ed6\\u4eec\\u7684\\u521b\\u9020\\u529b\\uff0c\\u501f\\u7740\\u827a\\u672f\\u6d3b\\u52a8\\uff0c\\u8ba9\\u4ed6\\u4eec\\u611f\\u53d7\\u5230\\u795e\\u7684\\u7231\\uff0c\\u540c\\u65f6\\u4e5f\\u80fd\\u6269\\u5927\\u798f\\u97f3\\u56e2\\u5951\\uff0c\\u76f8\\u4e92\\u5f71\\u54cd\\u3002\\u6587\\u4e2d\\u6240\\u8bb2\\u7684\\u7267\\u990a\\uff0c\\u4fc3\\u9032\\uff0c\\u88fd\\u4f5c\\u975e\\u5e38\\u597d\\uff0c\\u7406\\u89e3\\uff0c\\u4e5f\\u9002\\u5408\\u4e8e\\u5f88\\u591a\\u4e8b\\u5de5\\u548c\\u5173\\u7cfb\\u5efa\\u8bbe\\u3002\\uff08\\u6587\\u7ae0\\u5f88\\u597d\\uff0c\\u559c\\u6b22\\uff01\\uff09<br \\/>\\n\\u7b2c\\u4e8c\\u90e8\\u5206<br \\/>\\n\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\uff0c\\u6211\\u6ca1\\u6709\\u53c2\\u4e0e\\uff0c\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u5f88\\u91cd\\u8981\\uff0c\\u9700\\u8981\\u7267\\u5e08 \\uff0c\\u6709\\u6559\\u5b66\\u7ecf\\u9a8c\\u8005\\u548c\\u5168\\u4f53\\u4e49\\u5de5\\u7977\\u544a\\u548c\\u652f\\u6301\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":3,\"triggeredfrom\":\"forum_add_new_post\"}',1697022979,'web','124.64.23.64',NULL),(3930,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',38,'c',2,59,70,20,23,2,NULL,0,'{\"discussionid\":3,\"forumid\":6,\"forumtype\":\"single\"}',1697022979,'web','124.64.23.64',NULL),(3931,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',34,'c',2,59,70,20,23,2,23,0,'{\"forumid\":6,\"discussion\":3}',1697022979,'web','124.64.23.64',NULL),(3932,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,23,2,NULL,0,'null',1697022980,'web','124.64.23.64',NULL),(3933,'\\core\\event\\notification_sent','core','sent','notification','notifications',291,'c',0,1,10,0,23,0,6,0,'{\"courseid\":\"2\"}',1697024826,'cli',NULL,NULL),(3934,'\\core\\event\\notification_sent','core','sent','notification','notifications',292,'c',0,1,10,0,23,0,11,0,'{\"courseid\":\"2\"}',1697024829,'cli',NULL,NULL),(3935,'\\core\\event\\notification_sent','core','sent','notification','notifications',293,'c',0,1,10,0,23,0,23,0,'{\"courseid\":\"2\"}',1697024833,'cli',NULL,NULL),(3936,'\\core\\event\\notification_sent','core','sent','notification','notifications',294,'c',0,1,10,0,23,0,13,0,'{\"courseid\":\"2\"}',1697024836,'cli',NULL,NULL),(3937,'\\core\\event\\notification_sent','core','sent','notification','notifications',295,'c',0,1,10,0,23,0,5,0,'{\"courseid\":\"2\"}',1697024839,'cli',NULL,NULL),(3938,'\\core\\event\\notification_sent','core','sent','notification','notifications',296,'c',0,1,10,0,23,0,21,0,'{\"courseid\":\"2\"}',1697024842,'cli',NULL,NULL),(3939,'\\core\\event\\notification_sent','core','sent','notification','notifications',297,'c',0,1,10,0,23,0,9,0,'{\"courseid\":\"2\"}',1697024844,'cli',NULL,NULL),(3940,'\\core\\event\\notification_sent','core','sent','notification','notifications',298,'c',0,1,10,0,23,0,20,0,'{\"courseid\":\"2\"}',1697024848,'cli',NULL,NULL),(3941,'\\core\\event\\notification_sent','core','sent','notification','notifications',299,'c',0,1,10,0,23,0,16,0,'{\"courseid\":\"2\"}',1697024851,'cli',NULL,NULL),(3942,'\\core\\event\\notification_sent','core','sent','notification','notifications',300,'c',0,1,10,0,23,0,4,0,'{\"courseid\":\"2\"}',1697024855,'cli',NULL,NULL),(3943,'\\core\\event\\notification_sent','core','sent','notification','notifications',301,'c',0,1,10,0,23,0,22,0,'{\"courseid\":\"2\"}',1697024858,'cli',NULL,NULL),(3944,'\\core\\event\\notification_sent','core','sent','notification','notifications',302,'c',0,1,10,0,23,0,2,0,'{\"courseid\":\"2\"}',1697024861,'cli',NULL,NULL),(3945,'\\core\\event\\notification_sent','core','sent','notification','notifications',303,'c',0,1,10,0,23,0,19,0,'{\"courseid\":\"2\"}',1697024864,'cli',NULL,NULL),(3946,'\\core\\event\\notification_sent','core','sent','notification','notifications',304,'c',0,1,10,0,23,0,14,0,'{\"courseid\":\"2\"}',1697024867,'cli',NULL,NULL),(3947,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697053050,'web','130.132.173.51',NULL),(3948,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697053068,'web','65.154.226.167',NULL),(3949,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1697053097,'web','130.132.173.51',NULL),(3950,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1697053097,'web','130.132.173.51',NULL),(3951,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697053124,'web','130.132.173.51',NULL),(3952,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697053135,'web','130.132.173.51',NULL),(3953,'\\core\\event\\notification_sent','core','sent','notification','notifications',305,'c',0,1,10,0,0,0,2,0,'{\"courseid\":\"1\"}',1697053146,'cli',NULL,NULL),(3954,'\\core\\event\\course_module_created','core','created','course_module','course_modules',24,'c',1,63,70,24,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":12,\"name\":\"\\u5ef6\\u4f38\\u95b1\\u8b80\\uff1a\\u6258\\u723e\\u91d1\\uff0c\\u3008\\u5c3c\\u683c\\u723e\\u7684\\u8449\\u5b50\\u3009\"}',1697053170,'web','130.132.173.51',NULL),(3955,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697053171,'web','130.132.173.51',NULL),(3956,'\\core\\event\\course_section_created','core','created','course_section','course_sections',7,'c',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":5}',1697053179,'web','130.132.173.51',NULL),(3957,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',7,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"5\"}',1697053199,'web','130.132.173.51',NULL),(3958,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',2,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"3\"}',1697053205,'web','130.132.173.51',NULL),(3959,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',6,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"4\"}',1697053213,'web','130.132.173.51',NULL),(3960,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',7,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"5\"}',1697053228,'web','130.132.173.51',NULL),(3961,'\\core\\event\\course_module_created','core','created','course_module','course_modules',25,'c',1,64,70,25,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":13,\"name\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u95b1\\u8b80\\u4e00\\uff1a\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300bCh. 1\"}',1697053266,'web','130.132.173.51',NULL),(3962,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697053266,'web','130.132.173.51',NULL),(3963,'\\core\\event\\course_module_created','core','created','course_module','course_modules',26,'c',1,65,70,26,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":14,\"name\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u95b1\\u8b80\\u4e8c\\uff1a\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300bCh. 7\"}',1697053289,'web','130.132.173.51',NULL),(3964,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697053289,'web','130.132.173.51',NULL),(3965,'\\core\\event\\course_module_created','core','created','course_module','course_modules',27,'c',1,66,70,27,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":15,\"name\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u95b1\\u8b80\\u4e09\\uff1a\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300bCh. 8\"}',1697053312,'web','130.132.173.51',NULL),(3966,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697053312,'web','130.132.173.51',NULL),(3967,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',9,'c',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1697053321,'restore','130.132.173.51',NULL),(3968,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1697053321,'restore','130.132.173.51',NULL),(3969,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',39,'c',2,67,70,28,2,2,NULL,0,'{\"content\":\"<p dir=\\\"ltr\\\"><strong>\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a<\\/strong>\\u7528100-200\\u5b57\\u63d0\\u51fa\\u4e00\\u5247\\u95dc\\u65bc\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300b\\u7b2c\\u516d\\u7ae0\\u3008\\u5be6\\u8e10\\u8005\\u3009\\u7684\\u554f\\u984c\\u6216\\u662f\\u5fc3\\u5f97\\u3002<br><span style=\\\"font-size: 0.9375rem;\\\">\\uff08\\u554f\\u984c\\uff1a\\u770b\\u4e0d\\u61c2\\u3001\\u7591\\u60d1\\uff0c\\u60f3\\u8a62\\u554f\\u540c\\u5b78\\u610f\\u898b\\uff0c\\u6216\\u662f\\u60f3\\u53cd\\u554f\\u4f5c\\u8005\\u7684\\u554f\\u984c\\uff1b\\u5fc3\\u5f97\\uff1a\\u65b0\\u767c\\u73fe\\u3001\\u65b0\\u60f3\\u6cd5\\uff0c\\u6fc0\\u52f5\\u4f60\\u8981\\u505a\\u51fa\\u7684\\u56de\\u61c9\\u7b49\\u7b49\\u3002\\uff09<\\/span><\\/p>\\n<p><\\/p>\\n<p dir=\\\"ltr\\\"><strong>\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a<\\/strong>\\u7528100-200\\u5b57\\u56de\\u61c9\\u4e0b\\u5217\\u554f\\u984c\\uff1a(1)\\u300c\\u9752\\u5c11\\u5e74\\u300d\\u5728\\u4f60\\u7684\\u4e8b\\u5de5\\u5834\\u57df\\u4e2d\\u5982\\u4f55\\u88ab\\u5b9a\\u7fa9\\uff1f (2) \\u4f60\\u5f9e\\u4e8b\\u7684\\u300c\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u300d\\u6642\\u9700\\u8981\\u505a\\u54ea\\u4e9b\\u4e8b\\uff1f\\uff08\\u4f8b\\u5982\\uff1a\\u6211\\u9700\\u8981\\u6e96\\u5099\\u6bcf\\u5468\\u805a\\u6703\\u7684\\u5206\\u4eab\\uff0c\\u9700\\u8981\\u5728\\u5468\\u9593\\u9032\\u884c\\u54ea\\u4e9b\\u95dc\\u61f7\\u5de5\\u4f5c\\u7b49\\u7b49\\u3002\\uff09(3)\\u4f60\\u8a8d\\u70ba\\u7406\\u60f3\\u7684\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u61c9\\u8a72\\u8981\\u5305\\u542b\\u4ec0\\u9ebc\\uff1f<\\/p>\\n<p dir=\\\"ltr\\\">\\u7e73\\u4ea4\\u671f\\u9650\\uff1a\\u8ab2\\u524d24\\u5c0f\\u6642\\u767c\\u8868\\uff08\\u5373 10\\/11 \\u665a\\u4e0a 7:00 \\u524d\\uff09<\\/p>\\n<p dir=\\\"ltr\\\">\\uff08\\u9ede\\u9078\\u53f3\\u4e0b\\u89d2\\u300c\\u56de\\u8986\\u300d\\uff09<\\/p><br>\\n<p><\\/p>\",\"pathnamehashes\":[],\"discussionid\":4,\"triggeredfrom\":\"forum_add_discussion\"}',1697053321,'restore','130.132.173.51',NULL),(3970,'\\core\\event\\course_module_created','core','created','course_module','course_modules',28,'c',1,67,70,28,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"7\",\"name\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 (\\u8907\\u88fd)\"}',1697053321,'web','130.132.173.51',NULL),(3971,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',28,'u',1,67,70,28,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"7\",\"name\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1697053336,'web','130.132.173.51',NULL),(3972,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1697053336,'web','130.132.173.51',NULL),(3973,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1697053421,'web','130.132.173.51',NULL),(3974,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1697053421,'web','130.132.173.51',NULL),(3975,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1697053422,'web','130.132.173.51',NULL),(3976,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1697053422,'web','130.132.173.51',NULL),(3977,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1697053422,'web','130.132.173.51',NULL),(3978,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',28,'u',1,67,70,28,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"7\",\"name\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1697053423,'web','130.132.173.51',NULL),(3979,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697053423,'web','130.132.173.51',NULL),(3980,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697053435,'web','130.132.173.51',NULL),(3981,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,2,2,NULL,0,'null',1697053447,'web','130.132.173.51',NULL),(3982,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,2,2,NULL,0,'null',1697053448,'web','130.132.173.51',NULL),(3983,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1697055549,'cli',NULL,NULL),(3984,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697059923,'web','117.81.68.59',NULL),(3985,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697065816,'web','101.139.185.78',NULL),(3986,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697065839,'web','101.139.185.78',NULL),(3987,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697069594,'web','221.216.116.7',NULL),(3988,'\\core\\event\\user_loggedin','core','loggedin','user','user',12,'r',0,1,10,0,12,0,NULL,0,'{\"username\":\"fishalive@sohu.com\",\"extrauserinfo\":[]}',1697070240,'web','221.216.116.7',NULL),(3989,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,12,1,NULL,0,'null',1697070241,'web','221.216.116.7',NULL),(3990,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1697070479,'web','221.216.116.7',NULL),(3991,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,12,2,NULL,0,'null',1697070486,'web','221.216.116.7',NULL),(3992,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',40,'c',2,59,70,20,12,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a<br \\/>\\n\\u8fd9\\u4e00\\u7ae0\\u8bb2\\u5bf9\\u827a\\u672f\\u5bb6\\u7684\\u57f9\\u80b2\\uff0c\\u5176\\u5b9e\\u5c31\\u662f\\u5bf9\\u827a\\u672f\\u5bb6\\u7684\\u7267\\u517b\\u3002\\u827a\\u672f\\u5bb6\\u4e0e\\u5176\\u4ed6\\u7684\\u4f1a\\u4f17\\u6709\\u76f8\\u4f3c\\u4e4b\\u5904\\uff1a\\u90fd\\u662f\\u8499\\u6069\\u7684\\u7f6a\\u4eba\\uff0c\\u90fd\\u6709\\u8f6f\\u5f31\\uff0c\\u90fd\\u6e34\\u671b\\u63a5\\u7eb3\\u4e0e\\u8ba4\\u53ef\\uff1b\\u4e5f\\u6709\\u72ec\\u7279\\u4e4b\\u5904\\uff1a\\u827a\\u672f\\u5bb6\\u5f80\\u5f80\\u66f4\\u52a0\\u654f\\u611f\\uff0c\\u66f4\\u52a0\\u4e13\\u6ce8\\uff0c\\u5176\\u57f9\\u80b2\\u548c\\u63a8\\u4ecb\\u8fc7\\u7a0b\\u4e5f\\u66f4\\u9700\\u8981\\u4e13\\u4e1a\\u77e5\\u8bc6\\u3002\\u4f46\\u662f\\uff0c\\u8fd9\\u4e00\\u5207\\u90fd\\u662f\\u503c\\u5f97\\u7684\\u3002\\u56e0\\u4e3a\\u827a\\u672f\\u5bb6\\u7684\\u4f5c\\u54c1\\u66f4\\u80fd\\u591f\\u53cd\\u6620\\u4e2a\\u4eba\\u751f\\u547d\\u72b6\\u6001\\uff0c\\u4ece\\u800c\\u4e5f\\u66f4\\u597d\\u5730\\u89c1\\u8bc1\\u795e\\u7684\\u6551\\u8d4e\\u4e4b\\u529f\\u3002\\u4f5c\\u8005\\u63d0\\u51fa\\u7684\\u4e86\\u89e3\\u3001\\u5206\\u8fa8\\u3001\\u4fc3\\u8fdb\\u3001\\u8bc4\\u8bba\\u7b49\\u5177\\u4f53\\u7684\\u65b9\\u6cd5\\uff0c\\u503c\\u5f97\\u7528\\u5fc3\\u5b66\\u4e60\\u3002\\u5176\\u6838\\u5fc3\\u662f\\u771f\\u8bda\\u7684\\u597d\\u5947\\u5fc3\\u4e0e\\u8010\\u5fc3\\u3002<br \\/>\\n<br \\/>\\n\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a<br \\/>\\n\\uff081\\uff09\\t\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u7684\\u76ee\\u6807\\u662f\\u5e2e\\u52a9\\u9752\\u5c11\\u5e74\\u7684\\u4fe1\\u4ef0\\u5b8c\\u6210\\u4ece\\u201c\\u6211\\u7236\\u6bcd\\u7684\\u795e\\u201d\\u5230\\u201c\\u6211\\u7684\\u795e\\u201d\\u7684\\u8dc3\\u8fc1\\u3002\\u670d\\u4f8d\\u5bf9\\u8c61\\u662f\\u4e00\\u7fa4\\u601d\\u60f3\\u6700\\u6d3b\\u8dc3\\u7684\\u4eba\\uff0c\\u4ed6\\u4eec\\u5bcc\\u4e8e\\u8d28\\u7591\\u53c8\\u9700\\u8981\\u5f15\\u5bfc\\u3002<br \\/>\\n\\uff082\\uff09\\t\\u6211\\u4eec\\u7684\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u5305\\u62ec\\u4e0e\\u9752\\u5c11\\u5e74\\u8ba8\\u8bba\\u4fe1\\u4ef0\\uff0c\\u5e2e\\u52a9\\u9752\\u5c11\\u5e74\\u8ba4\\u8bc6\\u81ea\\u5df1\\u548c\\u4e0a\\u5e1d\\uff0c\\u5904\\u7406\\u8eab\\u4f53\\u548c\\u5fc3\\u667a\\u98de\\u901f\\u53d1\\u5c55\\u8fd9\\u4e00\\u9636\\u6bb5\\u9762\\u4e34\\u7684\\u632b\\u6298\\u3001\\u540c\\u4faa\\u538b\\u529b\\u3001\\u5b66\\u4e1a\\u89c4\\u5212\\u3001\\u72ec\\u7acb\\u610f\\u8bc6\\u3001\\u4e0e\\u7236\\u6bcd\\u7684\\u51b2\\u7a81\\u7b49\\u95ee\\u9898\\u3002<br \\/>\\n\\uff083\\uff09\\t\\u6211\\u613f\\u610f\\u7528\\u300a\\u51b0\\u96ea\\u5947\\u7f18\\u300b\\u4e2d\\u7684\\u4e00\\u53e5\\u6b4c\\u8bcd\\u201cto test the limits and break through\\u201d\\u6765\\u8bf4\\u660e\\u7406\\u60f3\\u7684\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\uff1a\\u5b83\\u5e94\\u8be5\\u80fd\\u5e2e\\u52a9\\u9752\\u5c11\\u5e74\\u63a2\\u7d22\\u81ea\\u5df1\\u80fd\\u529b\\u7684\\u8fb9\\u754c\\uff0c\\u8ba4\\u8bc6\\u81ea\\u5df1\\u4f5c\\u4e3a\\u4e00\\u4e2a\\u4eba\\u7684\\u80fd\\u529b\\u548c\\u5c40\\u9650\\u6027\\uff0c\\u5e76\\u5728\\u7fa4\\u4f53\\u7684\\u5e2e\\u52a9\\u4e0b\\uff0c\\u5728\\u4e00\\u4e9b\\u963b\\u788d\\u81ea\\u5df1\\u6210\\u957f\\u548c\\u53d1\\u5c55\\u7684\\u95ee\\u9898\\u4e0a\\u53d6\\u5f97\\u7a81\\u7834\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":3,\"triggeredfrom\":\"forum_add_new_post\"}',1697070540,'web','221.216.116.7',NULL),(3993,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',40,'c',2,59,70,20,12,2,NULL,0,'{\"discussionid\":3,\"forumid\":6,\"forumtype\":\"single\"}',1697070540,'web','221.216.116.7',NULL),(3994,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',35,'c',2,59,70,20,12,2,12,0,'{\"forumid\":6,\"discussion\":3}',1697070540,'web','221.216.116.7',NULL),(3995,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,12,2,NULL,0,'null',1697070541,'web','221.216.116.7',NULL),(3996,'\\core\\event\\notification_sent','core','sent','notification','notifications',306,'c',0,1,10,0,12,0,6,0,'{\"courseid\":\"2\"}',1697072348,'cli',NULL,NULL),(3997,'\\core\\event\\notification_sent','core','sent','notification','notifications',307,'c',0,1,10,0,12,0,11,0,'{\"courseid\":\"2\"}',1697072352,'cli',NULL,NULL),(3998,'\\core\\event\\notification_sent','core','sent','notification','notifications',308,'c',0,1,10,0,12,0,23,0,'{\"courseid\":\"2\"}',1697072355,'cli',NULL,NULL),(3999,'\\core\\event\\notification_sent','core','sent','notification','notifications',309,'c',0,1,10,0,12,0,12,0,'{\"courseid\":\"2\"}',1697072358,'cli',NULL,NULL),(4000,'\\core\\event\\notification_sent','core','sent','notification','notifications',310,'c',0,1,10,0,12,0,13,0,'{\"courseid\":\"2\"}',1697072361,'cli',NULL,NULL),(4001,'\\core\\event\\notification_sent','core','sent','notification','notifications',311,'c',0,1,10,0,12,0,5,0,'{\"courseid\":\"2\"}',1697072364,'cli',NULL,NULL),(4002,'\\core\\event\\notification_sent','core','sent','notification','notifications',312,'c',0,1,10,0,12,0,21,0,'{\"courseid\":\"2\"}',1697072367,'cli',NULL,NULL),(4003,'\\core\\event\\notification_sent','core','sent','notification','notifications',313,'c',0,1,10,0,12,0,9,0,'{\"courseid\":\"2\"}',1697072370,'cli',NULL,NULL),(4004,'\\core\\event\\notification_sent','core','sent','notification','notifications',314,'c',0,1,10,0,12,0,20,0,'{\"courseid\":\"2\"}',1697072373,'cli',NULL,NULL),(4005,'\\core\\event\\notification_sent','core','sent','notification','notifications',315,'c',0,1,10,0,12,0,16,0,'{\"courseid\":\"2\"}',1697072376,'cli',NULL,NULL),(4006,'\\core\\event\\notification_sent','core','sent','notification','notifications',316,'c',0,1,10,0,12,0,4,0,'{\"courseid\":\"2\"}',1697072378,'cli',NULL,NULL),(4007,'\\core\\event\\notification_sent','core','sent','notification','notifications',317,'c',0,1,10,0,12,0,22,0,'{\"courseid\":\"2\"}',1697072382,'cli',NULL,NULL),(4008,'\\core\\event\\notification_sent','core','sent','notification','notifications',318,'c',0,1,10,0,12,0,2,0,'{\"courseid\":\"2\"}',1697072385,'cli',NULL,NULL),(4009,'\\core\\event\\notification_sent','core','sent','notification','notifications',319,'c',0,1,10,0,12,0,19,0,'{\"courseid\":\"2\"}',1697072388,'cli',NULL,NULL),(4010,'\\core\\event\\notification_sent','core','sent','notification','notifications',320,'c',0,1,10,0,12,0,14,0,'{\"courseid\":\"2\"}',1697072391,'cli',NULL,NULL),(4011,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697075475,'web','147.92.179.114',NULL),(4012,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697079344,'web','73.219.6.51',NULL),(4013,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1697079372,'web','73.219.6.51',NULL),(4014,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1697079372,'web','73.219.6.51',NULL),(4015,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697079374,'web','73.219.6.51',NULL),(4016,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1697079379,'web','73.219.6.51',NULL),(4017,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697079380,'web','27.52.32.73',NULL),(4018,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,2,2,NULL,0,'null',1697079381,'web','73.219.6.51',NULL),(4019,'\\core\\event\\user_graded','core','graded','user','grade_grades',24,'u',1,16,50,2,2,2,13,0,'{\"itemid\":\"7\",\"overridden\":false,\"finalgrade\":6}',1697079412,'web','73.219.6.51',NULL),(4020,'\\core\\event\\user_graded','core','graded','user','grade_grades',23,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":16}',1697079412,'web','73.219.6.51',NULL),(4021,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1697079425,'web','73.219.6.51',NULL),(4022,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697079430,'web','73.219.6.51',NULL),(4023,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1697079432,'web','73.219.6.51',NULL),(4024,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1697079445,'web','27.52.32.73',NULL),(4025,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1697079589,'web','73.219.6.51',NULL),(4026,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1697079593,'web','73.219.6.51',NULL),(4027,'\\core\\event\\user_graded','core','graded','user','grade_grades',52,'u',1,16,50,2,2,2,4,0,'{\"itemid\":\"8\",\"overridden\":false,\"finalgrade\":10}',1697079767,'web','73.219.6.51',NULL),(4028,'\\core\\event\\user_graded','core','graded','user','grade_grades',50,'u',1,16,50,2,-1,2,4,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":30}',1697079767,'web','73.219.6.51',NULL),(4029,'\\core\\event\\user_graded','core','graded','user','grade_grades',53,'u',1,16,50,2,2,2,5,0,'{\"itemid\":\"8\",\"overridden\":false,\"finalgrade\":10}',1697079818,'web','73.219.6.51',NULL),(4030,'\\core\\event\\user_graded','core','graded','user','grade_grades',47,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":30}',1697079818,'web','73.219.6.51',NULL),(4031,'\\core\\event\\user_graded','core','graded','user','grade_grades',54,'u',1,16,50,2,2,2,6,0,'{\"itemid\":\"8\",\"overridden\":false,\"finalgrade\":10}',1697079842,'web','73.219.6.51',NULL),(4032,'\\core\\event\\user_graded','core','graded','user','grade_grades',38,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":22}',1697079842,'web','73.219.6.51',NULL),(4033,'\\core\\event\\user_graded','core','graded','user','grade_grades',57,'u',1,16,50,2,2,2,9,0,'{\"itemid\":\"8\",\"overridden\":false,\"finalgrade\":10}',1697080013,'web','73.219.6.51',NULL),(4034,'\\core\\event\\user_graded','core','graded','user','grade_grades',11,'u',1,16,50,2,-1,2,9,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":30}',1697080013,'web','73.219.6.51',NULL),(4035,'\\core\\event\\user_graded','core','graded','user','grade_grades',58,'u',1,16,50,2,2,2,11,0,'{\"itemid\":\"8\",\"overridden\":false,\"finalgrade\":10}',1697080091,'web','73.219.6.51',NULL),(4036,'\\core\\event\\user_graded','core','graded','user','grade_grades',8,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":30}',1697080091,'web','73.219.6.51',NULL),(4037,'\\core\\event\\user_graded','core','graded','user','grade_grades',59,'u',1,16,50,2,2,2,12,0,'{\"itemid\":\"8\",\"overridden\":false,\"finalgrade\":6}',1697080155,'web','73.219.6.51',NULL),(4038,'\\core\\event\\user_graded','core','graded','user','grade_grades',26,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":22}',1697080155,'web','73.219.6.51',NULL),(4039,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1697080194,'web','73.219.6.51',NULL),(4040,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697080252,'web','73.219.6.51',NULL),(4041,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1697080254,'web','73.219.6.51',NULL),(4042,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1697080265,'web','73.219.6.51',NULL),(4043,'\\core\\event\\user_graded','core','graded','user','grade_grades',24,'u',1,16,50,2,2,2,13,0,'{\"itemid\":\"7\",\"overridden\":true,\"finalgrade\":null}',1697080281,'web','73.219.6.51',NULL),(4044,'\\core\\event\\user_graded','core','graded','user','grade_grades',23,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":10}',1697080281,'web','73.219.6.51',NULL),(4045,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1697080281,'web','73.219.6.51',NULL),(4046,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,2,2,NULL,0,'null',1697080284,'web','73.219.6.51',NULL),(4047,'\\core\\event\\user_graded','core','graded','user','grade_grades',60,'u',1,16,50,2,2,2,13,0,'{\"itemid\":\"8\",\"overridden\":false,\"finalgrade\":10}',1697080370,'web','73.219.6.51',NULL),(4048,'\\core\\event\\user_graded','core','graded','user','grade_grades',23,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":20}',1697080370,'web','73.219.6.51',NULL),(4049,'\\core\\event\\user_graded','core','graded','user','grade_grades',61,'u',1,16,50,2,2,2,14,0,'{\"itemid\":\"8\",\"overridden\":false,\"finalgrade\":10}',1697080412,'web','73.219.6.51',NULL),(4050,'\\core\\event\\user_graded','core','graded','user','grade_grades',29,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":28}',1697080412,'web','73.219.6.51',NULL),(4051,'\\core\\event\\user_graded','core','graded','user','grade_grades',63,'u',1,16,50,2,2,2,16,0,'{\"itemid\":\"8\",\"overridden\":false,\"finalgrade\":10}',1697080533,'web','73.219.6.51',NULL),(4052,'\\core\\event\\user_graded','core','graded','user','grade_grades',2,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":26}',1697080533,'web','73.219.6.51',NULL),(4053,'\\core\\event\\user_graded','core','graded','user','grade_grades',65,'u',1,16,50,2,2,2,19,0,'{\"itemid\":\"8\",\"overridden\":false,\"finalgrade\":10}',1697080645,'web','73.219.6.51',NULL),(4054,'\\core\\event\\user_graded','core','graded','user','grade_grades',32,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":30}',1697080645,'web','73.219.6.51',NULL),(4055,'\\core\\event\\user_graded','core','graded','user','grade_grades',66,'u',1,16,50,2,2,2,20,0,'{\"itemid\":\"8\",\"overridden\":false,\"finalgrade\":10}',1697080727,'web','73.219.6.51',NULL),(4056,'\\core\\event\\user_graded','core','graded','user','grade_grades',41,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":26}',1697080727,'web','73.219.6.51',NULL),(4057,'\\core\\event\\user_graded','core','graded','user','grade_grades',72,'u',1,16,50,2,2,2,21,0,'{\"itemid\":\"8\",\"overridden\":false,\"finalgrade\":10}',1697080764,'web','73.219.6.51',NULL),(4058,'\\core\\event\\user_graded','core','graded','user','grade_grades',70,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":26}',1697080764,'web','73.219.6.51',NULL),(4059,'\\core\\event\\user_graded','core','graded','user','grade_grades',67,'u',1,16,50,2,2,2,22,0,'{\"itemid\":\"8\",\"overridden\":false,\"finalgrade\":10}',1697080921,'web','73.219.6.51',NULL),(4060,'\\core\\event\\user_graded','core','graded','user','grade_grades',14,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":22}',1697080921,'web','73.219.6.51',NULL),(4061,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697084380,'web','27.52.32.73',NULL),(4062,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697095264,'web','34.245.128.38',NULL),(4063,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697096917,'web','170.178.185.50',NULL),(4064,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697105707,'web','36.227.201.90',NULL),(4065,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1697105713,'web','36.227.201.90',NULL),(4066,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1697105713,'web','36.227.201.90',NULL),(4067,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1697105717,'web','36.227.201.90',NULL),(4068,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,17,2,NULL,0,'null',1697105726,'web','36.227.201.90',NULL),(4069,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1697105729,'web','36.227.201.90',NULL),(4070,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,17,2,NULL,0,'null',1697105735,'web','36.227.201.90',NULL),(4071,'\\core\\event\\notification_sent','core','sent','notification','notifications',321,'c',0,1,10,0,0,0,17,0,'{\"courseid\":\"1\"}',1697105766,'cli',NULL,NULL),(4072,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697107426,'web','170.178.185.50',NULL),(4073,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697107464,'web','170.178.185.50',NULL),(4074,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1697107553,'web','170.178.185.50',NULL),(4075,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1697107554,'web','170.178.185.50',NULL),(4076,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1697107566,'web','170.178.185.50',NULL),(4077,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,15,2,NULL,0,'null',1697107581,'web','170.178.185.50',NULL),(4078,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1697107643,'web','170.178.185.50',NULL),(4079,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1697107644,'web','170.178.185.50',NULL),(4080,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1697107653,'web','170.178.185.50',NULL),(4081,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',12,'r',2,63,70,24,15,2,NULL,0,'null',1697107703,'web','170.178.185.50',NULL),(4082,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',12,'r',2,63,70,24,15,2,NULL,0,'null',1697107703,'web','170.178.185.50',NULL),(4083,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1697107724,'web','170.178.185.50',NULL),(4084,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',11,'r',2,62,70,23,15,2,NULL,0,'null',1697107737,'web','170.178.185.50',NULL),(4085,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1697107767,'web','170.178.185.50',NULL),(4086,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1697107768,'web','170.178.185.50',NULL),(4087,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1697107771,'web','170.178.185.50',NULL),(4088,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',11,'r',2,62,70,23,15,2,NULL,0,'null',1697107828,'web','170.178.185.50',NULL),(4089,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',11,'r',2,62,70,23,15,2,NULL,0,'null',1697107828,'web','170.178.185.50',NULL),(4090,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697108062,'web','175.182.136.194',NULL),(4091,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697108104,'web','175.182.136.194',NULL),(4092,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697108178,'web','175.182.136.194',NULL),(4093,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697108186,'web','175.182.136.194',NULL),(4094,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"\\u0014\\ufffd\\ufffd\\ufffdy\\ufffd\\ufffd\\u0109\\ufffdu~\\ufffd\\ufffd\\u0011u\\ufffd\\u0003{!\\ufffd\\ufffdlg4\\ufffd=\\ufffd\\ufffd\",\"reason\":1}',1697108205,'web','175.182.136.194',NULL),(4095,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"\\u0014\\ufffd\\ufffd\\ufffdy\\ufffd\\ufffd\\u0109\\ufffdu~\\ufffd\\ufffd\\u0011u\\ufffd\\u0003{!\\ufffd\\ufffdlg4\\ufffd=\\ufffd\\ufffd\",\"reason\":1}',1697108241,'web','175.182.136.194',NULL),(4096,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"\\u0014\\ufffd\\ufffd\\ufffdy\\ufffd\\ufffd\\u0109\\ufffdu~\\ufffd\\ufffd\\u0011u\\ufffd\\u0003{!\\ufffd\\ufffdlg4\\ufffd=\\ufffd\\ufffd\",\"reason\":1}',1697108254,'web','175.182.136.194',NULL),(4097,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1697108289,'web','175.182.136.194',NULL),(4098,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1697108349,'web','175.182.136.194',NULL),(4099,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1697108349,'web','175.182.136.194',NULL),(4100,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1697108354,'web','175.182.136.194',NULL),(4101,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',12,'r',2,63,70,24,21,2,NULL,0,'null',1697108368,'web','175.182.136.194',NULL),(4102,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697108371,'web','147.92.179.107',NULL),(4103,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697108379,'web','147.92.179.119',NULL),(4104,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697108469,'web','223.141.185.137',NULL),(4105,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697108552,'web','159.89.169.222',NULL),(4106,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1697109209,'web','223.141.185.137',NULL),(4107,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1697109210,'web','223.141.185.137',NULL),(4108,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1697109215,'web','223.141.185.137',NULL),(4109,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697109222,'web','128.22.132.204',NULL),(4110,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697110040,'web','103.20.60.3',NULL),(4111,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1697111246,'web','36.227.201.90',NULL),(4112,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,17,0,NULL,0,'null',1697111251,'web','36.227.201.90',NULL),(4113,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1697111254,'web','36.227.201.90',NULL),(4114,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',11,'r',2,62,70,23,17,2,NULL,0,'null',1697111270,'web','36.227.201.90',NULL),(4115,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',11,'r',2,62,70,23,19,2,NULL,0,'null',1697111313,'web','223.141.185.137',NULL),(4116,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1697111351,'web','223.141.185.137',NULL),(4117,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,19,2,NULL,0,'null',1697111358,'web','223.141.185.137',NULL),(4118,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1697111367,'web','223.141.185.137',NULL),(4119,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',12,'r',2,63,70,24,19,2,NULL,0,'null',1697111376,'web','223.141.185.137',NULL),(4120,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1697111391,'web','223.141.185.137',NULL),(4121,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',13,'r',2,64,70,25,19,2,NULL,0,'null',1697111410,'web','223.141.185.137',NULL),(4122,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1697111419,'web','223.141.185.137',NULL),(4123,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',14,'r',2,65,70,26,19,2,NULL,0,'null',1697111425,'web','223.141.185.137',NULL),(4124,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1697111434,'web','223.141.185.137',NULL),(4125,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',15,'r',2,66,70,27,19,2,NULL,0,'null',1697111438,'web','223.141.185.137',NULL),(4126,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1697111447,'web','223.141.185.137',NULL),(4127,'\\core\\event\\user_loggedin','core','loggedin','user','user',8,'r',0,1,10,0,8,0,NULL,0,'{\"username\":\"0966487235\",\"extrauserinfo\":[]}',1697111501,'web','103.20.60.3',NULL),(4128,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,8,1,NULL,0,'null',1697111501,'web','103.20.60.3',NULL),(4129,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,8,2,NULL,0,'null',1697111504,'web','103.20.60.3',NULL),(4130,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,8,2,NULL,0,'null',1697111518,'web','103.20.60.3',NULL),(4131,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,19,2,NULL,0,'null',1697112291,'web','223.141.185.137',NULL),(4132,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1697113566,'web','223.141.185.137',NULL),(4133,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,19,2,NULL,0,'null',1697113575,'web','223.141.185.137',NULL),(4134,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697113577,'web','180.174.229.162',NULL),(4135,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1697113600,'web','170.178.185.50',NULL),(4136,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1697113602,'web','170.178.185.50',NULL),(4137,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,15,2,NULL,0,'null',1697113609,'web','170.178.185.50',NULL),(4138,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,15,2,NULL,0,'null',1697113611,'web','170.178.185.50',NULL),(4139,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',11,'r',2,62,70,23,8,2,NULL,0,'null',1697113920,'web','103.20.60.3',NULL),(4140,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,8,2,NULL,0,'null',1697113937,'web','103.20.60.3',NULL),(4141,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1697117200,'web','170.178.185.50',NULL),(4142,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697117513,'web','170.178.185.50',NULL),(4143,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697117591,'web','221.216.117.109',NULL),(4144,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1697117596,'web','221.216.117.109',NULL),(4145,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1697117596,'web','221.216.117.109',NULL),(4146,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1697117600,'web','221.216.117.109',NULL),(4147,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,23,2,NULL,0,'null',1697117611,'web','221.216.117.109',NULL),(4148,'\\core\\event\\notification_sent','core','sent','notification','notifications',322,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1697117646,'cli',NULL,NULL),(4149,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697117664,'web','73.219.6.51',NULL),(4150,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1697117669,'web','73.219.6.51',NULL),(4151,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1697117669,'web','73.219.6.51',NULL),(4152,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697117671,'web','73.219.6.51',NULL),(4153,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',15,'r',2,66,70,27,23,2,NULL,0,'null',1697119326,'web','221.216.117.109',NULL),(4154,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697119364,'web','221.216.117.109',NULL),(4155,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1697119370,'web','221.216.117.109',NULL),(4156,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1697119370,'web','221.216.117.109',NULL),(4157,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1697119374,'web','221.216.117.109',NULL),(4158,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',12,'r',2,63,70,24,23,2,NULL,0,'null',1697119384,'web','221.216.117.109',NULL),(4159,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697151541,'web','175.182.136.194',NULL),(4160,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697242718,'web','146.190.161.103',NULL),(4161,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697288598,'web','203.121.235.95',NULL),(4162,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1697288613,'web','203.121.235.95',NULL),(4163,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1697288613,'web','203.121.235.95',NULL),(4164,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1697288616,'web','203.121.235.95',NULL),(4165,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,6,2,NULL,0,'null',1697288624,'web','203.121.235.95',NULL),(4166,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',13,'r',2,64,70,25,6,2,NULL,0,'null',1697288640,'web','203.121.235.95',NULL),(4167,'\\core\\event\\notification_sent','core','sent','notification','notifications',323,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"1\"}',1697288647,'cli',NULL,NULL),(4168,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,6,2,NULL,0,'null',1697288651,'web','203.121.235.95',NULL),(4169,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',13,'r',2,64,70,25,6,2,NULL,0,'null',1697289724,'web','203.121.235.95',NULL),(4170,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',13,'r',2,64,70,25,6,2,NULL,0,'null',1697289724,'web','203.121.235.95',NULL),(4171,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',13,'r',2,64,70,25,6,2,NULL,0,'null',1697289744,'web','203.121.235.95',NULL),(4172,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',14,'r',2,65,70,26,6,2,NULL,0,'null',1697289748,'web','203.121.235.95',NULL),(4173,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',15,'r',2,66,70,27,6,2,NULL,0,'null',1697289750,'web','203.121.235.95',NULL),(4174,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,6,2,NULL,0,'null',1697292059,'web','203.121.235.95',NULL),(4175,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1697292061,'web','203.121.235.95',NULL),(4176,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1697292062,'web','203.121.235.95',NULL),(4177,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1697292064,'web','203.121.235.95',NULL),(4178,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697303535,'web','3.137.203.71',NULL),(4179,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697320107,'web','35.212.10.132',NULL),(4180,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697421680,'web','117.56.58.51',NULL),(4181,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1697421704,'web','117.56.58.51',NULL),(4182,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1697421704,'web','117.56.58.51',NULL),(4183,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1697421706,'web','117.56.58.51',NULL),(4184,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,14,2,NULL,0,'null',1697421717,'web','117.56.58.51',NULL),(4185,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1697421735,'web','117.56.58.51',NULL),(4186,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,14,2,NULL,0,'null',1697421745,'web','117.56.58.51',NULL),(4187,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697424825,'web','122.118.4.115',NULL),(4188,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1697424859,'web','122.118.4.115',NULL),(4189,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,20,1,NULL,0,'null',1697424859,'web','122.118.4.115',NULL),(4190,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1697424862,'web','122.118.4.115',NULL),(4191,'\\core\\event\\notification_sent','core','sent','notification','notifications',324,'c',0,1,10,0,0,0,20,0,'{\"courseid\":\"1\"}',1697424906,'cli',NULL,NULL),(4192,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697426543,'web','42.76.163.191',NULL),(4193,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1697426899,'web','42.76.163.191',NULL),(4194,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1697426899,'web','42.76.163.191',NULL),(4195,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1697426903,'web','42.76.163.191',NULL),(4196,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697448615,'web','52.19.181.27',NULL),(4197,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1697466944,'web','170.178.185.50',NULL),(4198,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1697466981,'web','170.178.185.50',NULL),(4199,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1697466983,'web','170.178.185.50',NULL),(4200,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1697466984,'web','170.178.185.50',NULL),(4201,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1697467017,'web','170.178.185.50',NULL),(4202,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1697467020,'web','170.178.185.50',NULL),(4203,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1697467063,'web','170.178.185.50',NULL),(4204,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1697467064,'web','170.178.185.50',NULL),(4205,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1697467068,'web','170.178.185.50',NULL),(4206,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',13,'r',2,64,70,25,15,2,NULL,0,'null',1697467099,'web','170.178.185.50',NULL),(4207,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',13,'r',2,64,70,25,15,2,NULL,0,'null',1697467099,'web','170.178.185.50',NULL),(4208,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1697467112,'web','170.178.185.50',NULL),(4209,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1697467113,'web','170.178.185.50',NULL),(4210,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1697467114,'web','170.178.185.50',NULL),(4211,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,15,2,NULL,0,'null',1697467445,'web','170.178.185.50',NULL),(4212,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,15,2,NULL,0,'null',1697467446,'web','170.178.185.50',NULL),(4213,'\\mod_forum\\event\\subscription_created','mod_forum','created','subscription','forum_subscriptions',4,'c',2,67,70,28,15,2,15,0,'{\"forumid\":\"7\"}',1697467459,'web','170.178.185.50',NULL),(4214,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,15,2,NULL,0,'null',1697467459,'web','170.178.185.50',NULL),(4215,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697523155,'web','111.241.167.110',NULL),(4216,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697523166,'web','111.241.167.110',NULL),(4217,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697523173,'web','111.241.167.110',NULL),(4218,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697523182,'web','111.241.167.110',NULL),(4219,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1697523187,'web','111.241.167.110',NULL),(4220,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1697523187,'web','111.241.167.110',NULL),(4221,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1697523190,'web','111.241.167.110',NULL),(4222,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,11,2,NULL,0,'null',1697523204,'web','111.241.167.110',NULL),(4223,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,11,2,NULL,0,'null',1697523208,'web','111.241.167.110',NULL),(4224,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',12,'r',2,63,70,24,11,2,NULL,0,'null',1697523220,'web','111.241.167.110',NULL),(4225,'\\core\\event\\notification_sent','core','sent','notification','notifications',325,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"1\"}',1697523246,'cli',NULL,NULL),(4226,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697525003,'web','147.92.179.116',NULL),(4227,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697525047,'web','104.245.12.114',NULL),(4228,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697525059,'web','147.92.179.112',NULL),(4229,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697525070,'web','175.182.136.194',NULL),(4230,'\\core\\event\\user_loggedin','core','loggedin','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"extrauserinfo\":[]}',1697525103,'web','104.245.12.114',NULL),(4231,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,16,1,NULL,0,'null',1697525104,'web','104.245.12.114',NULL),(4232,'\\core\\event\\notification_sent','core','sent','notification','notifications',326,'c',0,1,10,0,0,0,16,0,'{\"courseid\":\"1\"}',1697525107,'cli',NULL,NULL),(4233,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1697525116,'web','104.245.12.114',NULL),(4234,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697525123,'web','175.182.136.194',NULL),(4235,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',12,'r',2,63,70,24,16,2,NULL,0,'null',1697525127,'web','104.245.12.114',NULL),(4236,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697525138,'web','175.182.136.194',NULL),(4237,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1697525146,'web','104.245.12.114',NULL),(4238,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1697525170,'web','175.182.136.194',NULL),(4239,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1697525170,'web','175.182.136.194',NULL),(4240,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1697525175,'web','175.182.136.194',NULL),(4241,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,21,2,NULL,0,'null',1697525185,'web','175.182.136.194',NULL),(4242,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1697525195,'web','175.182.136.194',NULL),(4243,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',11,'r',2,62,70,23,16,2,NULL,0,'null',1697525195,'web','104.245.12.114',NULL),(4244,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,21,2,NULL,0,'null',1697525212,'web','175.182.136.194',NULL),(4245,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,21,2,NULL,0,'null',1697525275,'web','175.182.136.194',NULL),(4246,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1697525292,'web','104.245.12.114',NULL),(4247,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,16,2,NULL,0,'null',1697525312,'web','104.245.12.114',NULL),(4248,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,16,2,NULL,0,'null',1697525436,'web','104.245.12.114',NULL),(4249,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,16,2,NULL,0,'null',1697525452,'web','104.245.12.114',NULL),(4250,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,16,2,NULL,0,'null',1697525463,'web','104.245.12.114',NULL),(4251,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,16,2,NULL,0,'null',1697525529,'web','104.245.12.114',NULL),(4252,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697527064,'web','128.22.132.204',NULL),(4253,'\\core\\event\\user_loggedin','core','loggedin','user','user',13,'r',0,1,10,0,13,0,NULL,0,'{\"username\":\"hellenwangbj@163.com\",\"extrauserinfo\":[]}',1697527073,'web','128.22.132.204',NULL),(4254,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1697527074,'web','128.22.132.204',NULL),(4255,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1697527081,'web','128.22.132.204',NULL),(4256,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,13,2,NULL,0,'null',1697527098,'web','128.22.132.204',NULL),(4257,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',41,'c',2,59,70,20,13,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">1. \\u56de\\u61c9\\u4e00\\uff1a\\u7528 250-400 \\u5b57\\u63d0\\u51fa\\u4e00\\u5247\\u95dc\\u65bc\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300b\\u7b2c\\u4e00\\u3001\\u4e03\\u3001\\u516b\\u7ae0\\u7684\\u554f\\u984c\\u6216\\u662f\\u5fc3\\u5f97\\u3002<br \\/>\\n\\u201c\\u5265\\u524a\\u8005\\u7684\\u6807\\u51c6\\u662f\\u6548\\u80fd\\uff0c\\u57f9\\u80b2\\u8005\\u7684\\u6807\\u51c6\\u662f\\u7167\\u6599\\u201d\\uff0c\\u57f9\\u80b2\\u8005\\u5173\\u5fc3\\u7684\\u662f\\u7ed9\\u4e0e\\u571f\\u5730\\u8ba9\\u5b83\\u80fd\\u6c38\\u7eed\\u751f\\u4ea7\\uff0c\\u800c\\u5265\\u524a\\u8005\\u53ea\\u5bf9\\u77ed\\u65f6\\u671f\\u5185\\u4ece\\u571f\\u5730\\u83b7\\u5f97\\u4ec0\\u4e48\\u800c\\u611f\\u5174\\u8da3\\u3002\\u8fd9\\u53e5\\u8bdd\\u771f\\u7684\\u662f\\u5f88\\u597d\\u7684\\u63d0\\u9192\\uff0c\\u8ba9\\u6211\\u4eec\\u4e0d\\u8981\\u4e00\\u8e74\\u800c\\u5c31\\u3001\\u4e00\\u6b65\\u5230\\u4f4d\\u7684\\u679c\\u6548\\uff0c\\u800c\\u662f\\u5e26\\u7740\\u8010\\u5fc3\\uff0c\\u5e26\\u7740\\u7231\\u5fc3\\u6765\\u770b\\u751f\\u547d\\u7684\\u6210\\u957f\\u3002<br \\/>\\n\\u5176\\u5b9e\\u6211\\u81ea\\u5df1\\u4e5f\\u7ecf\\u5386\\u4e86\\u4e00\\u4e2a\\u4ece\\u201c\\u5265\\u524a\\u8005\\u201d\\u5230\\u201c\\u57f9\\u80b2\\u8005\\u201d\\u7684\\u8fc7\\u7a0b\\u3002\\u7531\\u4e8e\\u6211\\u4eec\\u7684\\u7fa4\\u4f53\\u4e2d\\u827a\\u672f\\u5bb6\\u6bd4\\u8f83\\u5c11\\uff0c\\u6240\\u4ee5\\u82e5\\u63a5\\u5f85\\u5230\\u827a\\u672f\\u5bb6\\u7684\\u57fa\\u7763\\u5f92\\uff0c\\u6211\\u4f1a\\u683c\\u5916\\u5730\\u7559\\u610f\\uff0c\\u4e5f\\u5f88\\u9f13\\u52b1\\u4ed6\\u4eec\\u59d4\\u8eab\\u5230\\u6211\\u4eec\\u6559\\u4f1a\\u3002\\u4f46\\u662f\\uff0c\\u73b0\\u5728\\u770b\\uff0c\\u5f53\\u521d\\u7684\\u52a8\\u673a\\u662f\\u6df1\\u77e5\\u6559\\u4f1a\\u9700\\u8981\\u62e5\\u6709\\u8fd9\\u6837\\u6069\\u8d50\\u7684\\u4eba\\u3002\\u8fd9\\u6837\\u770b\\uff0c\\u9996\\u5148\\u8003\\u8651\\u7684\\u662f\\uff0c\\u4ed6\\u4eec\\u5728\\u4ec0\\u4e48\\u6837\\u7684\\u670d\\u4f8d\\u4e0a\\u66f4\\u80fd\\u53d1\\u5149\\u3002\\u53ef\\u662f\\uff0c\\u8fd9\\u771f\\u7684\\u662f\\u4e0d\\u6210\\u719f\\u7684\\u505a\\u6cd5\\uff0c\\u6ca1\\u6709\\u8003\\u8651\\u5230\\u53bb\\u7267\\u517b\\u4ed6\\u4eec\\u3001\\u966a\\u4f34\\u4ed6\\u4eec\\uff0c\\u548c\\u4ed6\\u4eec\\u4e00\\u8d77\\u6210\\u957f\\u3002 <br \\/>\\n\\u8fd9\\u7bc7\\u6587\\u7ae0\\u5bf9\\u6211\\u662f\\u4e00\\u4e2a\\u518d\\u6b21\\u7684\\u63d0\\u9192\\u3002<br \\/>\\n<br \\/>\\n2. \\u56de\\u61c9\\u4e8c\\uff1a\\u9020\\u53e5\\uff08\\u4e8c\\u64c7\\u4e00\\uff0c\\u6216\\u4e8c\\u984c\\u7686\\u7b54\\uff09\\uff1a<br \\/>\\n(a) \\u5230\\u76ee\\u524d\\u70ba\\u6b62\\uff0c\\u6211\\u5c0d\\u672c\\u8ab2\\u7684\\u5167\\u5bb9\\u6709\\u4ee5\\u4e0b\\u9019\\u4e9b\\u7591\\u554f<br \\/>\\n\\u827a\\u672f\\uff0c\\u6bd4\\u5982\\u620f\\u5267\\u7684\\u5f62\\u5f0f\\uff0c\\u5982\\u4f55\\u5207\\u5165\\u9752\\u5c11\\u4e8b\\u5de5\\u4e2d\\uff1f\\u82e5\\u5e26\\u9886\\u7684\\u540c\\u5de5\\u6ca1\\u6709\\u827a\\u672f\\u53d7\\u8bad\\u80cc\\u666f\\uff0c\\u5982\\u4f55\\u4f7f\\u7528\\u827a\\u672f\\u5f62\\u5f0f\\u5728\\u9752\\u5c11\\u4e8b\\u5de5\\u4e2d\\uff1f\\u5230\\u76ee\\u524d\\u4e3a\\u6b62\\uff0c\\u6211\\u4eec\\u4e00\\u76f4\\u5728\\u8ba8\\u8bba\\u827a\\u672f\\u5728\\u6559\\u4f1a\\u4e2d\\u7684\\u5f71\\u54cd\\uff0c\\u8fd8\\u6ca1\\u6709\\u8c08\\u5230\\u5b9e\\u64cd\\u5c42\\u9762\\u3002\\u6211\\u4eec\\u662f\\u5426\\u5728\\u63a5\\u4e0b\\u6765\\u7684\\u51e0\\u5468\\u4f1a\\u6d89\\u53ca\\u8fd9\\u4e2a\\u8bdd\\u9898\\uff1f\\u63a5\\u4e0b\\u6765\\u51e0\\u5468\\uff0c\\u6211\\u4eec\\u7684\\u4e0a\\u8bfe\\u5185\\u5bb9\\u5927\\u6982\\u4f1a\\u662f\\u4ec0\\u4e48\\u4e3b\\u9898\\u5462\\uff1f<br \\/>\\n(b) \\u7d93\\u6b77\\u4e86\\u524d\\u56db\\u5802\\u8ab2\\u4e4b\\u5f8c\\uff0c\\u6211\\u5e0c\\u671b\\u5728\\u8ab2\\u7a0b\\u7d50\\u675f\\u6642\\u6211\\u53ef\\u4ee5\\u56de\\u7b54\\u4ee5\\u4e0b\\u9019\\u500b\\u554f\\u984c\\uff08\\u6216\\u662f\\u5f97\\u5230\\u9019\\u65b9\\u9762\\u7684\\u77e5\\u8b58\\u6216\\u8cc7\\u6e90\\uff09<br \\/>\\n\\u6211\\u4eec\\u6559\\u4f1a\\u7684\\u9752\\u5c11\\u4e8b\\u5de5\\u5f88\\u7f3a\\u5c11\\u7cfb\\u7edf\\u7684\\u5185\\u5bb9\\u8d44\\u6e90\\uff0c\\u6709\\u4e92\\u52a8\\u3001\\u6709\\u8da3\\uff0c\\u540c\\u65f6\\u6709\\u7267\\u517b\\u6027\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":3,\"triggeredfrom\":\"forum_add_new_post\"}',1697527128,'web','128.22.132.204',NULL),(4258,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',41,'c',2,59,70,20,13,2,NULL,0,'{\"discussionid\":3,\"forumid\":6,\"forumtype\":\"single\"}',1697527128,'web','128.22.132.204',NULL),(4259,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,13,2,NULL,0,'null',1697527129,'web','128.22.132.204',NULL),(4260,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1697527149,'web','128.22.132.204',NULL),(4261,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,13,2,NULL,0,'null',1697527153,'web','128.22.132.204',NULL),(4262,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',42,'c',2,67,70,28,13,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">1. \\u56de\\u61c9\\u4e00\\uff1a\\u7528 250-400 \\u5b57\\u63d0\\u51fa\\u4e00\\u5247\\u95dc\\u65bc\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300b\\u7b2c\\u4e00\\u3001\\u4e03\\u3001\\u516b\\u7ae0\\u7684\\u554f\\u984c\\u6216\\u662f\\u5fc3\\u5f97\\u3002<br \\/>\\n\\u201c\\u5265\\u524a\\u8005\\u7684\\u6807\\u51c6\\u662f\\u6548\\u80fd\\uff0c\\u57f9\\u80b2\\u8005\\u7684\\u6807\\u51c6\\u662f\\u7167\\u6599\\u201d\\uff0c\\u57f9\\u80b2\\u8005\\u5173\\u5fc3\\u7684\\u662f\\u7ed9\\u4e0e\\u571f\\u5730\\u8ba9\\u5b83\\u80fd\\u6c38\\u7eed\\u751f\\u4ea7\\uff0c\\u800c\\u5265\\u524a\\u8005\\u53ea\\u5bf9\\u77ed\\u65f6\\u671f\\u5185\\u4ece\\u571f\\u5730\\u83b7\\u5f97\\u4ec0\\u4e48\\u800c\\u611f\\u5174\\u8da3\\u3002\\u8fd9\\u53e5\\u8bdd\\u771f\\u7684\\u662f\\u5f88\\u597d\\u7684\\u63d0\\u9192\\uff0c\\u8ba9\\u6211\\u4eec\\u4e0d\\u8981\\u4e00\\u8e74\\u800c\\u5c31\\u3001\\u4e00\\u6b65\\u5230\\u4f4d\\u7684\\u679c\\u6548\\uff0c\\u800c\\u662f\\u5e26\\u7740\\u8010\\u5fc3\\uff0c\\u5e26\\u7740\\u7231\\u5fc3\\u6765\\u770b\\u751f\\u547d\\u7684\\u6210\\u957f\\u3002<br \\/>\\n\\u5176\\u5b9e\\u6211\\u81ea\\u5df1\\u4e5f\\u7ecf\\u5386\\u4e86\\u4e00\\u4e2a\\u4ece\\u201c\\u5265\\u524a\\u8005\\u201d\\u5230\\u201c\\u57f9\\u80b2\\u8005\\u201d\\u7684\\u8fc7\\u7a0b\\u3002\\u7531\\u4e8e\\u6211\\u4eec\\u7684\\u7fa4\\u4f53\\u4e2d\\u827a\\u672f\\u5bb6\\u6bd4\\u8f83\\u5c11\\uff0c\\u6240\\u4ee5\\u82e5\\u63a5\\u5f85\\u5230\\u827a\\u672f\\u5bb6\\u7684\\u57fa\\u7763\\u5f92\\uff0c\\u6211\\u4f1a\\u683c\\u5916\\u5730\\u7559\\u610f\\uff0c\\u4e5f\\u5f88\\u9f13\\u52b1\\u4ed6\\u4eec\\u59d4\\u8eab\\u5230\\u6211\\u4eec\\u6559\\u4f1a\\u3002\\u4f46\\u662f\\uff0c\\u73b0\\u5728\\u770b\\uff0c\\u5f53\\u521d\\u7684\\u52a8\\u673a\\u662f\\u6df1\\u77e5\\u6559\\u4f1a\\u9700\\u8981\\u62e5\\u6709\\u8fd9\\u6837\\u6069\\u8d50\\u7684\\u4eba\\u3002\\u8fd9\\u6837\\u770b\\uff0c\\u9996\\u5148\\u8003\\u8651\\u7684\\u662f\\uff0c\\u4ed6\\u4eec\\u5728\\u4ec0\\u4e48\\u6837\\u7684\\u670d\\u4f8d\\u4e0a\\u66f4\\u80fd\\u53d1\\u5149\\u3002\\u53ef\\u662f\\uff0c\\u8fd9\\u771f\\u7684\\u662f\\u4e0d\\u6210\\u719f\\u7684\\u505a\\u6cd5\\uff0c\\u6ca1\\u6709\\u8003\\u8651\\u5230\\u53bb\\u7267\\u517b\\u4ed6\\u4eec\\u3001\\u966a\\u4f34\\u4ed6\\u4eec\\uff0c\\u548c\\u4ed6\\u4eec\\u4e00\\u8d77\\u6210\\u957f\\u3002 <br \\/>\\n\\u8fd9\\u7bc7\\u6587\\u7ae0\\u5bf9\\u6211\\u662f\\u4e00\\u4e2a\\u518d\\u6b21\\u7684\\u63d0\\u9192\\u3002<br \\/>\\n<br \\/>\\n2. \\u56de\\u61c9\\u4e8c\\uff1a\\u9020\\u53e5\\uff08\\u4e8c\\u64c7\\u4e00\\uff0c\\u6216\\u4e8c\\u984c\\u7686\\u7b54\\uff09\\uff1a<br \\/>\\n(a) \\u5230\\u76ee\\u524d\\u70ba\\u6b62\\uff0c\\u6211\\u5c0d\\u672c\\u8ab2\\u7684\\u5167\\u5bb9\\u6709\\u4ee5\\u4e0b\\u9019\\u4e9b\\u7591\\u554f<br \\/>\\n\\u827a\\u672f\\uff0c\\u6bd4\\u5982\\u620f\\u5267\\u7684\\u5f62\\u5f0f\\uff0c\\u5982\\u4f55\\u5207\\u5165\\u9752\\u5c11\\u4e8b\\u5de5\\u4e2d\\uff1f\\u82e5\\u5e26\\u9886\\u7684\\u540c\\u5de5\\u6ca1\\u6709\\u827a\\u672f\\u53d7\\u8bad\\u80cc\\u666f\\uff0c\\u5982\\u4f55\\u4f7f\\u7528\\u827a\\u672f\\u5f62\\u5f0f\\u5728\\u9752\\u5c11\\u4e8b\\u5de5\\u4e2d\\uff1f\\u5230\\u76ee\\u524d\\u4e3a\\u6b62\\uff0c\\u6211\\u4eec\\u4e00\\u76f4\\u5728\\u8ba8\\u8bba\\u827a\\u672f\\u5728\\u6559\\u4f1a\\u4e2d\\u7684\\u5f71\\u54cd\\uff0c\\u8fd8\\u6ca1\\u6709\\u8c08\\u5230\\u5b9e\\u64cd\\u5c42\\u9762\\u3002\\u6211\\u4eec\\u662f\\u5426\\u5728\\u63a5\\u4e0b\\u6765\\u7684\\u51e0\\u5468\\u4f1a\\u6d89\\u53ca\\u8fd9\\u4e2a\\u8bdd\\u9898\\uff1f\\u63a5\\u4e0b\\u6765\\u51e0\\u5468\\uff0c\\u6211\\u4eec\\u7684\\u4e0a\\u8bfe\\u5185\\u5bb9\\u5927\\u6982\\u4f1a\\u662f\\u4ec0\\u4e48\\u4e3b\\u9898\\u5462\\uff1f<br \\/>\\n(b) \\u7d93\\u6b77\\u4e86\\u524d\\u56db\\u5802\\u8ab2\\u4e4b\\u5f8c\\uff0c\\u6211\\u5e0c\\u671b\\u5728\\u8ab2\\u7a0b\\u7d50\\u675f\\u6642\\u6211\\u53ef\\u4ee5\\u56de\\u7b54\\u4ee5\\u4e0b\\u9019\\u500b\\u554f\\u984c\\uff08\\u6216\\u662f\\u5f97\\u5230\\u9019\\u65b9\\u9762\\u7684\\u77e5\\u8b58\\u6216\\u8cc7\\u6e90\\uff09<br \\/>\\n\\u6211\\u4eec\\u6559\\u4f1a\\u7684\\u9752\\u5c11\\u4e8b\\u5de5\\u5f88\\u7f3a\\u5c11\\u7cfb\\u7edf\\u7684\\u5185\\u5bb9\\u8d44\\u6e90\\uff0c\\u6709\\u4e92\\u52a8\\u3001\\u6709\\u8da3\\uff0c\\u540c\\u65f6\\u6709\\u7267\\u517b\\u6027\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":4,\"triggeredfrom\":\"forum_add_new_post\"}',1697527172,'web','128.22.132.204',NULL),(4263,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',42,'c',2,67,70,28,13,2,NULL,0,'{\"discussionid\":4,\"forumid\":7,\"forumtype\":\"single\"}',1697527172,'web','128.22.132.204',NULL),(4264,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',36,'c',2,67,70,28,13,2,13,0,'{\"forumid\":7,\"discussion\":4}',1697527172,'web','128.22.132.204',NULL),(4265,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,13,2,NULL,0,'null',1697527173,'web','128.22.132.204',NULL),(4266,'\\core\\event\\notification_sent','core','sent','notification','notifications',327,'c',0,1,10,0,13,0,6,0,'{\"courseid\":\"2\"}',1697528946,'cli',NULL,NULL),(4267,'\\core\\event\\notification_sent','core','sent','notification','notifications',328,'c',0,1,10,0,13,0,11,0,'{\"courseid\":\"2\"}',1697528949,'cli',NULL,NULL),(4268,'\\core\\event\\notification_sent','core','sent','notification','notifications',329,'c',0,1,10,0,13,0,23,0,'{\"courseid\":\"2\"}',1697528952,'cli',NULL,NULL),(4269,'\\core\\event\\notification_sent','core','sent','notification','notifications',330,'c',0,1,10,0,13,0,12,0,'{\"courseid\":\"2\"}',1697528955,'cli',NULL,NULL),(4270,'\\core\\event\\notification_sent','core','sent','notification','notifications',331,'c',0,1,10,0,13,0,13,0,'{\"courseid\":\"2\"}',1697528958,'cli',NULL,NULL),(4271,'\\core\\event\\notification_sent','core','sent','notification','notifications',332,'c',0,1,10,0,13,0,5,0,'{\"courseid\":\"2\"}',1697528961,'cli',NULL,NULL),(4272,'\\core\\event\\notification_sent','core','sent','notification','notifications',333,'c',0,1,10,0,13,0,21,0,'{\"courseid\":\"2\"}',1697528963,'cli',NULL,NULL),(4273,'\\core\\event\\notification_sent','core','sent','notification','notifications',334,'c',0,1,10,0,13,0,9,0,'{\"courseid\":\"2\"}',1697528967,'cli',NULL,NULL),(4274,'\\core\\event\\notification_sent','core','sent','notification','notifications',335,'c',0,1,10,0,13,0,20,0,'{\"courseid\":\"2\"}',1697528969,'cli',NULL,NULL),(4275,'\\core\\event\\notification_sent','core','sent','notification','notifications',336,'c',0,1,10,0,13,0,16,0,'{\"courseid\":\"2\"}',1697528972,'cli',NULL,NULL),(4276,'\\core\\event\\notification_sent','core','sent','notification','notifications',337,'c',0,1,10,0,13,0,4,0,'{\"courseid\":\"2\"}',1697528975,'cli',NULL,NULL),(4277,'\\core\\event\\notification_sent','core','sent','notification','notifications',338,'c',0,1,10,0,13,0,22,0,'{\"courseid\":\"2\"}',1697528978,'cli',NULL,NULL),(4278,'\\core\\event\\notification_sent','core','sent','notification','notifications',339,'c',0,1,10,0,13,0,2,0,'{\"courseid\":\"2\"}',1697528980,'cli',NULL,NULL),(4279,'\\core\\event\\notification_sent','core','sent','notification','notifications',340,'c',0,1,10,0,13,0,19,0,'{\"courseid\":\"2\"}',1697528983,'cli',NULL,NULL),(4280,'\\core\\event\\notification_sent','core','sent','notification','notifications',341,'c',0,1,10,0,13,0,14,0,'{\"courseid\":\"2\"}',1697528986,'cli',NULL,NULL),(4281,'\\core\\event\\notification_sent','core','sent','notification','notifications',342,'c',0,1,10,0,13,0,15,0,'{\"courseid\":\"2\"}',1697529006,'cli',NULL,NULL),(4282,'\\core\\event\\notification_sent','core','sent','notification','notifications',343,'c',0,1,10,0,13,0,13,0,'{\"courseid\":\"2\"}',1697529009,'cli',NULL,NULL),(4283,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697542530,'web','203.121.235.95',NULL),(4284,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1697542550,'web','203.121.235.95',NULL); INSERT INTO `mdl_logstore_standard_log` VALUES (4285,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1697542550,'web','203.121.235.95',NULL),(4286,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1697542553,'web','203.121.235.95',NULL),(4287,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,6,2,NULL,0,'null',1697542559,'web','203.121.235.95',NULL),(4288,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,11,2,NULL,0,'null',1697547592,'web','111.241.167.110',NULL),(4289,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',43,'c',2,67,70,28,11,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">CH1~\\u5fc3\\u5f97-\\u7528\\u4e0a\\u5e1d\\u7684\\u5275\\u9020\\u7269\\u4f86\\u88fd\\u4f5c\\u85dd\\u8853\\u54c1(\\u7121\\u8ad6\\u662f\\u97f3\\u6a02\\u3001\\u8a69\\u3001\\u756b\\u4f5c\\u3001\\u6f14\\u8aaa\\u7b49)\\uff0c\\u6b77\\u4ee3\\u7684\\u85dd\\u8853\\u54c1\\u7d2f\\u7a4d\\u5f62\\u5851\\u4e86\\u6bcf\\u500b\\u6642\\u671f\\u7684\\u6587\\u5316\\u3002\\u6bcf\\u4e00\\u4ef6\\u85dd\\u8853\\u900f\\u904e\\u4f5c\\u54c1\\u50b3\\u905e\\u3001\\u5448\\u73fe\\u4f5c\\u8005\\u7684\\u60f3\\u6cd5\\u3001\\u611f\\u53d7\\uff0c\\u5c31\\u5982\\u540c\\u6211\\u5011\\u50b3\\u798f\\u97f3\\uff0c\\u7576\\u4f60\\u8d8a\\u6e05\\u695a\\u795e\\u7684\\u6069\\u5178\\uff0c\\u4f60\\u5c31\\u8d8a\\u6709\\u771f\\u5be6\\u7684\\u898b\\u8b49\\uff0c\\u800c\\u53d7\\u8996(\\u807d)\\u8005\\u624d\\u80fd\\u53d7\\u5230\\u611f\\u67d3\\u3002\\u56e0\\u6b64\\uff0c\\u85dd\\u8853\\u5728\\u6551\\u8d16\\u6b77\\u53f2\\u7684\\u798f\\u97f3\\u5de5\\u4f5c\\u4e0a\\uff0c\\u4e5f\\u626e\\u6f14\\u5c07\\u5927\\u597d\\u6d88\\u606f\\u51fa\\u53bb\\u7684\\u89d2\\u8272\\u3002<br \\/>\\nCH7\\u30018\\u5fc3\\u5f97-\\u4e16\\u754c\\u4e0a\\u7684\\u4efb\\u4f55\\u4e8b\\u7269\\u90fd\\u6709\\u5371\\u96aa\\u4e4b\\u8655\\uff0c\\u56e0\\u70ba\\u4eba\\u7684\\u539f\\u7f6a\\u5c31\\u662f\\u5982\\u6b64\\u3002\\u82e5\\u4eba\\u4e0d\\u8a8d\\u6e05\\u81ea\\u5df1\\u7684\\u6709\\u9650\\uff0c\\u800c\\u4ee5\\u81ea\\u6211\\u70ba\\u4e2d\\u5fc3\\u5c55\\u73fe\\u85dd\\u8853\\uff0c\\u5c31\\u5f88\\u5bb9\\u6613\\u5c0d\\u5468\\u906d\\u4eba\\u9020\\u6210\\u932f\\u8aa4\\u7684\\u5f71\\u97ff\\uff0c\\u56e0\\u70ba\\u85dd\\u8853\\u6709\\u5f37\\u70c8\\u611f\\u67d3\\u529b\\u3002\\u56e0\\u6b64\\uff0c\\u6211\\u5011\\u8981\\u975e\\u5e38\\u6e05\\u695a\\u78ba\\u8a8d\\uff0c\\u7121\\u8ad6\\u672a\\u4f86\\u7528\\u4f55\\u5f62\\u5f0f\\u5728\\u6211\\u5011\\u7684\\u6559\\u6703\\u3001\\u5d07\\u62dc\\u4e2d\\u5c55\\u73fe\\u85dd\\u8853\\uff0c\\u5176\\u4e2d\\u6700\\u91cd\\u8981\\u7684\\u662f\\u4e09\\u4e00\\u795e\\u771f\\u7406\\u50b3\\u9054\\u3002<br \\/>\\n\\u5fc3\\u5f97:<br \\/>\\n1.\\u5e7e\\u5802\\u8ab2\\u7a0b\\u4e0b\\u5c0d\\u6211\\u6536\\u7a6b\\u6700\\u5927\\u7684\\u662f\\u980c\\u8b9a\\u5931\\u6557\\u3001YES\\u3001AND\\u7df4\\u7fd2\\uff0c\\u9019\\u90e8\\u5206\\u662f\\u5728\\u4ee5\\u5f80\\u751f\\u6d3b\\u7d93\\u9a57\\u4e2d\\uff0c\\u8f03\\u5c11\\u88ab\\u63d0\\u5230\\u8207\\u64cd\\u7df4\\u7684\\u3002\\u7279\\u5225\\u5728\\u6d3b\\u52d5\\u4e2d\\u5b78\\u7fd2\\u627f\\u63a5\\u4ed6\\u4eba\\u4ee5\\u53ca\\u8003\\u616e\\u4ed6\\u4eba\\u53ef\\u4ee5\\u627f\\u63a5\\u7684\\u90e8\\u5206\\uff0c \\u518d\\u6b21\\u88ab\\u63d0\\u9192\\u5718\\u968a\\u4e92\\u52a9\\u7684\\u91cd\\u8981\\u3002<br \\/>\\n2.\\u63a5\\u4e0b\\u4f86\\u7684\\u8ab2\\u7a0b\\u9664\\u4e86\\u671f\\u5f85\\u7e7c\\u7e8c\\u6709\\u5be6\\u969b\\u6d3b\\u52d5\\u9ad4\\u9a57\\u5916\\uff0c\\u4e5f\\u60f3\\u77e5\\u9053\\u5982\\u4f55\\u5728\\u6559\\u6703\\u4e2d\\u5f15\\u5c0e\\u6709\\u7e41\\u5fd9\\u8ab2\\u696d\\u58d3\\u529b\\u7684\\u9752\\u5c11\\u5e74\\uff0c\\u4ecd\\u9858\\u610f\\u7e7c\\u7e8c\\u57f9\\u990a\\u60f3\\u50cf\\u529b\\u3001\\u5275\\u9020\\u529b?\\u5c24\\u5176\\u53ef\\u80fd\\u4ed6\\u5011\\u6bcf\\u5468\\u5230\\u6559\\u6703\\u50c53~4\\u5c0f\\u6642\\u6642\\u9593\\uff0c\\u5176\\u4e2d\\u9084\\u8981\\u656c\\u62dc\\u3001\\u8b80\\u7d93\\u3001\\u5206\\u4eab\\u3002\\u5982\\u4f55\\u8b93\\u4ed6\\u5011\\u53ef\\u4ee5\\u5728\\u6709\\u9650\\u7684\\u6642\\u9593\\uff0c\\u900f\\u904e\\u771f\\u7406\\u7684\\u6559\\u5c0e\\u3001\\u8056\\u9748\\u7684\\u5f15\\u5c0e\\uff0c\\u80fd\\u7528\\u85dd\\u8853\\u5275\\u9020\\u4f5c\\u54c1\\u4f86\\u5c55\\u73fe\\u81ea\\u5df1\\u7684\\u4fe1\\u4ef0?<\\/div>\",\"pathnamehashes\":[],\"discussionid\":4,\"triggeredfrom\":\"forum_add_new_post\"}',1697547609,'web','111.241.167.110',NULL),(4290,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',43,'c',2,67,70,28,11,2,NULL,0,'{\"discussionid\":4,\"forumid\":7,\"forumtype\":\"single\"}',1697547609,'web','111.241.167.110',NULL),(4291,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',37,'c',2,67,70,28,11,2,11,0,'{\"forumid\":7,\"discussion\":4}',1697547609,'web','111.241.167.110',NULL),(4292,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,11,2,NULL,0,'null',1697547609,'web','111.241.167.110',NULL),(4293,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,11,2,NULL,0,'null',1697547661,'web','111.241.167.110',NULL),(4294,'\\core\\event\\notification_sent','core','sent','notification','notifications',344,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1697548267,'cli',NULL,NULL),(4295,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697549366,'web','218.203.249.188',NULL),(4296,'\\core\\event\\user_loggedin','core','loggedin','user','user',12,'r',0,1,10,0,12,0,NULL,0,'{\"username\":\"fishalive@sohu.com\",\"extrauserinfo\":[]}',1697549373,'web','218.203.249.188',NULL),(4297,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,12,1,NULL,0,'null',1697549373,'web','218.203.249.188',NULL),(4298,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1697549377,'web','218.203.249.188',NULL),(4299,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,12,2,NULL,0,'null',1697549395,'web','218.203.249.188',NULL),(4300,'\\core\\event\\notification_sent','core','sent','notification','notifications',345,'c',0,1,10,0,0,0,12,0,'{\"courseid\":\"1\"}',1697549407,'cli',NULL,NULL),(4301,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',13,'r',2,64,70,25,12,2,NULL,0,'null',1697549441,'web','218.203.249.188',NULL),(4302,'\\core\\event\\notification_sent','core','sent','notification','notifications',346,'c',0,1,10,0,11,0,15,0,'{\"courseid\":\"2\"}',1697549466,'cli',NULL,NULL),(4303,'\\core\\event\\notification_sent','core','sent','notification','notifications',347,'c',0,1,10,0,11,0,11,0,'{\"courseid\":\"2\"}',1697549469,'cli',NULL,NULL),(4304,'\\core\\event\\notification_sent','core','sent','notification','notifications',348,'c',0,1,10,0,11,0,13,0,'{\"courseid\":\"2\"}',1697549472,'cli',NULL,NULL),(4305,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',14,'r',2,65,70,26,12,2,NULL,0,'null',1697549474,'web','218.203.249.188',NULL),(4306,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',15,'r',2,66,70,27,12,2,NULL,0,'null',1697549484,'web','218.203.249.188',NULL),(4307,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,12,2,NULL,0,'null',1697549495,'web','218.203.249.188',NULL),(4308,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',12,'r',2,63,70,24,12,2,NULL,0,'null',1697549508,'web','218.203.249.188',NULL),(4309,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',44,'c',2,67,70,28,16,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a<br \\/>\\n\\u7121\\u8ad6\\u662f\\u85dd\\u8853\\u5bb6\\u9084\\u662f\\u7267\\u5e2b\\uff0c\\u82e5\\u9019\\u5169\\u8005\\u5171\\u540c\\u7684\\u8eab\\u4efd\\u662f\\u8ddf\\u96a8\\u57fa\\u7763\\u7684\\u4eba\\uff0c\\u90a3\\u5c31\\u662f\\u201c\\u540c\\u8def\\u4eba\\u201d\\uff0c\\u5171\\u540c\\u8981\\u505a\\u7684\\u5c31\\u662f\\u901a\\u904e\\u795e\\u6240\\u9020\\u6bcf\\u500b\\u4eba\\u7684\\u4e0d\\u540c\\u7684\\u7ba1\\u9053\\u201c\\u8981\\u628a\\u5404\\u4eba\\u5b8c\\u5b8c\\u5168\\u5168\\u5730\\u5f15\\u5230\\u795e\\u7684\\u9762\\u524d\\u201d\\u3002\\u9019\\u4e00\\u9ede\\u7684\\u518d\\u6b21\\u63d0\\u9192\\u6211\\uff0c\\u53bb\\u8a8d\\u8b58\\u795e\\u7684\\u5fc3\\u610f\\uff08\\u4e3b\\u8981\\u771f\\u7406\\uff09\\uff0c\\u800c\\u4e0d\\u662f\\u5b9a\\u775b\\u5728\\u4eba\\u7684\\uff08\\u6b21\\u8981\\u771f\\u7406\\uff09\\u3002<br \\/>\\n\\u53e6\\u5916\\uff0c\\u548c\\u8001\\u5e2b\\u53ca\\u540c\\u5b78\\u5011\\u5206\\u4eab\\u4e00\\u500b\\u771f\\u5be6\\u73fe\\u72c0\\uff1a\\u6211\\u7684\\u597d\\u53cb\\u662f\\u4e00\\u4f4d\\u5b78\\u7fd2\\u6cb9\\u756b\\u591a\\u5e74\\u7684\\u7f8e\\u8853\\u8001\\u5e2b\\uff0c\\u66fe\\u7d93\\u90fd\\u6703\\u60f3\\u8981\\u5728\\u9019\\u4e00\\u500b\\u5de5\\u4f5c\\u7684\\u9818\\u57df\\u88e1\\u9762\\u505a\\u4e9b\\u4ec0\\u9ebc\\uff0c\\u6703\\u611f\\u5230\\u81ea\\u8eab\\u5728\\u9019\\u4e00\\u500b\\u90e8\\u5206\\u6c92\\u6709\\u65b9\\u5411\\u611f\\u3002\\u6211\\u7684\\u5148\\u751f\\u662f\\u4e00\\u540d\\u821e\\u53f0\\u5287\\u5de5\\u4f5c\\u8005\\uff0c\\u5de5\\u4f5c\\u8fd110\\u5e74\\u5728\\u751f\\u6d3b\\u7684\\u201c\\u73fe\\u5be6\\u201d\\u4ee4\\u4ed6\\u9bae\\u5c11\\u601d\\u8003\\u5728\\u6f14\\u85dd\\u9053\\u8def\\u4e0a\\u4e0a\\u4e3b\\u66fe\\u7d93\\u7d66\\u6211\\u5011\\u7684\\u547c\\u53ec\\u3002\\u53e6\\u5916\\uff0c\\u6211\\u5728\\u656c\\u62dc\\u670d\\u4e8b\\u4e0a\\u7684\\u97f3\\u6a02\\u5925\\u4f34\\uff0c\\u50c5\\u5e7e\\u5e74\\u5e7e\\u4e4e\\u5f88\\u5c11\\u5728\\u4e00\\u8d77\\u80fd\\u5920\\u5275\\u4f5c\\u65b0\\u7684\\u97f3\\u6a02\\uff0c\\u751a\\u81f3\\u6709\\u6709\\u5e7e\\u500b\\u4eba\\u4e5f\\u6c92\\u6709\\u5728\\u751f\\u6d3b\\u88e1\\u4f7f\\u7528\\u6a02\\u5668\\u4e86\\u3002\\u6211\\u7684\\u8eab\\u908a\\u9019\\u4e9b\\u89aa\\u5bc6\\u5925\\u4f34\\u7684\\u751f\\u547d\\u65c5\\u7a0b\\uff0c\\u4e5f\\u6703\\u8b93\\u6211\\u5728\\u89ba\\u5f97\\u5728\\u4f7f\\u7528\\u81ea\\u5df1\\u5728\\u85dd\\u8853\\u65b9\\u9762\\u7684\\u6069\\u8cdc\\u4f86\\u8aaa\\uff0c\\u5f88\\u6cae\\u55aa\\u3002\\u9019\\u4e9b\\u4eba\\u5728\\u9752\\u5e74\\u7684\\u6642\\u5019\\u90fd\\u6709\\u4e00\\u500b\\u9858\\u610f\\u7684\\u614b\\u5ea6\\uff0c\\u53bb\\u4f7f\\u7528\\u795e\\u653e\\u5728\\u6211\\u5011\\u8eab\\u4e0a\\u85dd\\u8853\\u7684\\u7279\\u8cea\\uff0c\\u7528\\u5f88\\u591a\\u9593\\u53bb\\u5b78\\u7fd2\\u5c08\\u696d\\uff0c\\u4e5f\\u82b1\\u6642\\u9593\\u5728\\u4e00\\u8d77\\u3002\\u96a8\\u8457\\u4e00\\u5e74\\u4e00\\u5e74\\u904e\\u53bb\\uff0c\\u5b69\\u5b50\\u90fd\\u9577\\u5927\\u4e86\\uff0c\\u6211\\u5011\\u7576\\u7136\\u4e5f\\u9084\\u662f\\u5728\\u4e00\\u9593\\u6559\\u6703\\u88e1\\u9762\\u6709\\u81ea\\u5df1\\u670d\\u4e8b\\u7684\\u5d17\\u4f4d\\uff0c\\u540c\\u6642\\u4e5f\\u5954\\u5fd9\\u5728\\u5404\\u81ea\\u7684\\u751f\\u6d3b\\u88e1\\uff0c\\u4f3c\\u4e4e\\u6c92\\u6709\\u4e86\\u5728\\u85dd\\u8853\\u9019\\u500b\\u9ede\\u4e0a\\u7684\\u4ea4\\u96c6\\u3002<br \\/>\\n\\u4e5f\\u5f88\\u611f\\u6069\\u7684\\u662f\\u6211\\u5011\\u7528\\u826f\\u597d\\u7684\\u95dc\\u4fc2\\u548c\\u6b21\\u5e8f\\uff0c\\u5e38\\u5e38\\u53ef\\u4ee5\\u807d\\u5f9e\\u5f7c\\u6b64\\u7684\\u9577\\u8655\\u3001\\u4fdd\\u8b77\\u5f7c\\u6b64\\u7684\\u5f31\\u9ede\\u3002\\u6211\\u5011\\u7684\\u4e0b\\u4e00\\u4ee3\\u4e5f\\u5e38\\u5e38\\u5728\\u4e00\\u8d77\\u5efa\\u7acb\\u95dc\\u4fc2\\uff0c\\u4e5f\\u611f\\u8b1d\\u4e3b\\uff0c\\u6211\\u76f8\\u4fe1\\u672a\\u4f86\\u662f\\u5728\\u795e\\u7684\\u61c9\\u8a31\\u88e1\\u9762\\uff0c\\u7e7c\\u7e8c\\u89c0\\u770b\\u795e\\u7684\\u5e36\\u9818\\u3002\\u201c\\u795e\\u7684\\u6b63\\u7fa9\\u9060\\u9060\\u8d85\\u904e\\u88dc\\u511f\\u548c\\u511f\\u9084\\u3002\\u201d<br \\/>\\n\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a<br \\/>\\n(b)\\u00a0\\u7d93\\u6b77\\u4e86\\u524d\\u56db\\u5802\\u8ab2\\u4e4b\\u5f8c\\uff0c\\u6211\\u5e0c\\u671b\\u5728\\u8ab2\\u7a0b\\u7d50\\u675f\\u6642\\u6211\\u53ef\\u4ee5\\u56de\\u7b54\\u4ee5\\u4e0b\\u9019\\u500b\\u554f\\u984c\\uff08\\u6216\\u662f\\u5f97\\u5230\\u9019\\u65b9\\u9762\\u7684\\u77e5\\u8b58\\u6216\\u8cc7\\u6e90\\uff09\\u2026\\u2026<br \\/>\\n\\u5728\\u9762\\u5c0d\\u9752\\u5c11\\u5e74\\u9019\\u500b\\u6210\\u9577\\u7684\\u7fa4\\u9ad4\\u9032\\u884c\\u85dd\\u8853\\u5275\\u4f5c\\u6642\\uff0c\\u6211\\u5011\\u4f5c\\u70ba\\u8f14\\u5c0e\\u8005\\u61c9\\u8a72\\u5728\\u85dd\\u8853\\u7684\\u5c64\\u9762\\u6709\\u4ec0\\u9ebc\\u5f15\\u5c0e\\uff1f<\\/div>\",\"pathnamehashes\":[],\"discussionid\":4,\"triggeredfrom\":\"forum_add_new_post\"}',1697551043,'web','104.245.12.241',NULL),(4310,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',44,'c',2,67,70,28,16,2,NULL,0,'{\"discussionid\":4,\"forumid\":7,\"forumtype\":\"single\"}',1697551043,'web','104.245.12.241',NULL),(4311,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',38,'c',2,67,70,28,16,2,16,0,'{\"forumid\":7,\"discussion\":4}',1697551043,'web','104.245.12.241',NULL),(4312,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,16,2,NULL,0,'null',1697551046,'web','104.245.12.241',NULL),(4313,'\\core\\event\\notification_sent','core','sent','notification','notifications',349,'c',0,1,10,0,16,0,15,0,'{\"courseid\":\"2\"}',1697552887,'cli',NULL,NULL),(4314,'\\core\\event\\notification_sent','core','sent','notification','notifications',350,'c',0,1,10,0,16,0,11,0,'{\"courseid\":\"2\"}',1697552891,'cli',NULL,NULL),(4315,'\\core\\event\\notification_sent','core','sent','notification','notifications',351,'c',0,1,10,0,16,0,13,0,'{\"courseid\":\"2\"}',1697552894,'cli',NULL,NULL),(4316,'\\core\\event\\notification_sent','core','sent','notification','notifications',352,'c',0,1,10,0,16,0,16,0,'{\"courseid\":\"2\"}',1697552897,'cli',NULL,NULL),(4317,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1697557523,'web','73.219.6.51',NULL),(4318,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,2,2,NULL,0,'null',1697557524,'web','73.219.6.51',NULL),(4319,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,2,2,NULL,0,'null',1697557551,'web','73.219.6.51',NULL),(4320,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,2,2,NULL,0,'null',1697557562,'web','73.219.6.51',NULL),(4321,'\\mod_forum\\event\\post_deleted','mod_forum','deleted','post','forum_posts',41,'d',0,59,70,20,2,2,13,0,'{\"discussionid\":3,\"forumid\":6,\"forumtype\":\"single\"}',1697557570,'web','73.219.6.51',NULL),(4322,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,2,2,NULL,0,'null',1697557570,'web','73.219.6.51',NULL),(4323,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,2,2,NULL,0,'null',1697557573,'web','73.219.6.51',NULL),(4324,'\\mod_forum\\event\\subscription_created','mod_forum','created','subscription','forum_subscriptions',5,'c',2,67,70,28,2,2,2,0,'{\"forumid\":\"7\"}',1697557806,'web','73.219.6.51',NULL),(4325,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,2,2,NULL,0,'null',1697557807,'web','73.219.6.51',NULL),(4326,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697591566,'web','147.92.179.118',NULL),(4327,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1697595172,'web','122.118.0.162',NULL),(4328,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,20,2,NULL,0,'null',1697595172,'web','122.118.0.162',NULL),(4329,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,20,2,NULL,0,'null',1697595178,'web','122.118.0.162',NULL),(4330,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697600481,'web','73.219.6.51',NULL),(4331,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1697600485,'web','73.219.6.51',NULL),(4332,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1697600485,'web','73.219.6.51',NULL),(4333,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697600487,'web','73.219.6.51',NULL),(4334,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,2,2,NULL,0,'null',1697600490,'web','73.219.6.51',NULL),(4335,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697601062,'web','117.56.58.51',NULL),(4336,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1697601094,'web','117.56.58.51',NULL),(4337,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1697601098,'web','117.56.58.51',NULL),(4338,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1697601103,'web','117.56.58.51',NULL),(4339,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,14,2,NULL,0,'null',1697601116,'web','117.56.58.51',NULL),(4340,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',45,'c',2,67,70,28,14,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u56de\\u61c9\\u4e00\\uff1a\\u5fc3\\u5f97<br \\/>\\n1.\\t\\u7b2c\\u4e00\\u7ae0\\uff1a\\u85dd\\u8853\\u662f\\u4efd\\u79ae\\u7269\\u3001\\u547c\\u53ec\\u8207\\u9806\\u670d\\uff1b\\u5c31\\u50cf\\u798f\\u97f3\\u4e00\\u6a23\\uff0c\\u85dd\\u8853\\u53ef\\u4ee5\\u88ab\\u62ff\\u8d77\\u3001\\u795d\\u798f\\u3001\\u64d8\\u958b\\u3001\\u50b3\\u905e\\u3002\\u798f\\u97f3\\u5982\\u679c\\u53ef\\u4ee5\\u85c9\\u8457\\u85dd\\u8853\\u7684\\u5f62\\u5f0f\\u50b3\\u63da\\u51fa\\u53bb\\uff0c\\u5c07\\u6703\\u6709\\u66f4\\u591a\\u4eba\\u5f97\\u5230\\u79ae\\u7269\\u548c\\u795d\\u798f\\u3002<br \\/>\\n2.\\t\\u7b2c\\u4e03\\u7ae0\\uff1a\\u85dd\\u8853\\u53ef\\u4ee5\\u70ba\\u6559\\u6703\\u670d\\u4e8b\\uff0c\\u4f7f\\u4e8b\\u5de5\\u66f4\\u70ba\\u7cbe\\u5f69\\uff1b\\u4f46\\u662f\\u5982\\u679c\\u628a\\u85dd\\u8853\\u4fb7\\u9650\\u65bc\\u5be6\\u7528\\u6027\\uff0c\\u6216\\u662f\\u4e8b\\u5de5\\u5c0e\\u5411\\uff0c\\u5c31\\u6703\\u4f7f\\u85dd\\u8853\\u7684\\u683c\\u5c40\\u8b8a\\u5c0f\\uff0c\\u5931\\u53bb\\u85dd\\u8853\\u539f\\u672c\\u61c9\\u6709\\u7684\\u4f7f\\u547d\\u611f\\u548c\\u5d07\\u9ad8\\u7684\\u50f9\\u503c\\u3002\\u6587\\u85dd\\u5fa9\\u8208\\u6642\\u671f\\u7684\\u7c73\\u958b\\u6717\\u57fa\\u7f85\\u524d\\u5f8c\\u53d7\\u6559\\u7687\\u59d4\\u4efb\\u5728\\u897f\\u65af\\u6c40\\u79ae\\u62dc\\u5802\\u5275\\u4f5c\\u3002\\u5982\\u679c\\u7576\\u6642\\u7c73\\u958b\\u6717\\u57fa\\u7f85\\u5411\\u6559\\u7687\\u59a5\\u5354\\uff0c\\u6c92\\u6709\\u5805\\u6301\\u81ea\\u5df1\\u7684\\u7406\\u5ff5\\uff0c\\u5982\\u4eca\\u5c31\\u4e0d\\u6703\\u6709\\u300c\\u5275\\u4e16\\u8a18\\u300d\\u548c\\u300c\\u6700\\u5f8c\\u7684\\u5be9\\u5224\\u300d\\u5169\\u90e8\\u66e0\\u4e16\\u9245\\u4f5c\\u6d41\\u50b3\\u4e16\\u4ee3\\u3002<br \\/>\\n3.\\t\\u7b2c\\u516b\\u7ae0\\uff1a\\u795e\\u7684\\u9053\\u8def\\u4e26\\u4e0d\\u53d7\\u73fe\\u6cc1\\u4fb7\\u9650\\uff0c\\u8056\\u9748\\u4e0d\\u662f\\u9806\\u61c9\\u7576\\u4e0b\\uff0c\\u800c\\u662f\\u985b\\u8986\\u7576\\u4e0b\\u3002\\u4f5c\\u8005\\u5f9e\\u672a\\u4f86\\u7684\\u89d2\\u5ea6\\u770b\\u4e0b\\u4e00\\u500b50\\u5e74\\u7684\\u7570\\u8c61\\uff1a\\u8b93\\u8056\\u9748\\u806f\\u5408\\u4e0d\\u540c\\u7684\\u4eba\\u3001\\u8b93\\u8056\\u9748\\u5e36\\u4f86\\u6eff\\u6ea2\\u3001\\u8b93\\u8056\\u9748\\u985b\\u5012\\u79e9\\u5e8f\\u3001\\u8b93\\u8056\\u9748\\u5c07\\u6df1\\u8655\\u986f\\u9732\\u3001\\u8b93\\u8056\\u9748\\u91cd\\u65b0\\u5275\\u9020\\u3001\\u8b93\\u8056\\u9748\\u5373\\u8208\\u5275\\u4f5c\\u3002\\u90196\\u500b\\u610f\\u8c61\\u90fd\\u9700\\u8981\\u501a\\u9760\\u8056\\u9748\\uff0c\\u800c\\u4e14\\u90fd\\u9700\\u8981\\u85dd\\u8853\\u5bb6\\u548c\\u7267\\u5e2b\\u4e00\\u8d77\\u540c\\u5de5\\uff0c\\u73fe\\u5728\\u8981\\u5982\\u4f55\\u9810\\u5099\\u7b49\\u5019\\u90a3\\u65e5\\u5230\\u4f86\\uff1f<br \\/>\\n<br \\/>\\n\\u56de\\u61c9\\u4e8c\\uff1a\\u6211\\u5e0c\\u671b\\u5728\\u8ab2\\u7a0b\\u7d50\\u675f\\u6642\\u6211\\u53ef\\u4ee5\\u56de\\u7b54\\u4ee5\\u4e0b\\u9019\\u500b\\u554f\\u984c<br \\/>\\n1.\\t\\u7267\\u8005\\u8981\\u5982\\u4f55\\u9032\\u5165\\u85dd\\u8853\\u5bb6\\/\\u5e74\\u8f15\\u4eba\\u7684\\u4e16\\u754c\\uff0c\\u4e26\\u5c07\\u4ed6\\u5011\\u5e36\\u9032\\u6559\\u6703\\uff1f<br \\/>\\n2.\\t\\u85dd\\u8853\\u5bb6\\u5982\\u4f55\\u4f9d\\u9760\\u8056\\u9748\\u5728\\u6559\\u6703\\u4e2d\\u767c\\u63ee\\u6069\\u8cdc\\uff0c\\u53c8\\u4e0d\\u88ab\\u6559\\u6703\\u4e8b\\u5de5\\u7684\\u5be6\\u7528\\u6027\\u6240\\u4fb7\\u9650\\uff1f<br \\/>\\n3.\\t\\u980c\\u8b9a\\u5931\\u6557\\u662f\\u6210\\u529f\\u7684\\u79d8\\u8a23\\uff0c\\u9664\\u4e86\\u5728\\u904a\\u6232\\u4e2d\\u980c\\u8b9a\\u5931\\u6557\\uff0c\\u5728\\u6559\\u6703\\u670d\\u4e8b\\u6216\\u5be6\\u969b\\u751f\\u6d3b\\u4e2d\\uff0c\\u5982\\u4f55\\u5e6b\\u52a9\\u81ea\\u5df1\\u548c\\u4f19\\u4f34\\u4e5f\\u6709\\u980c\\u8b9a\\u5931\\u6557\\u7684\\u667a\\u6167\\uff1f<\\/div>\",\"pathnamehashes\":[],\"discussionid\":4,\"triggeredfrom\":\"forum_add_new_post\"}',1697601214,'web','117.56.58.51',NULL),(4341,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',45,'c',2,67,70,28,14,2,NULL,0,'{\"discussionid\":4,\"forumid\":7,\"forumtype\":\"single\"}',1697601214,'web','117.56.58.51',NULL),(4342,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',39,'c',2,67,70,28,14,2,14,0,'{\"forumid\":7,\"discussion\":4}',1697601214,'web','117.56.58.51',NULL),(4343,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,14,2,NULL,0,'null',1697601214,'web','117.56.58.51',NULL),(4344,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697602336,'web','223.138.175.93',NULL),(4345,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1697602350,'web','223.138.175.93',NULL),(4346,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1697602351,'web','223.138.175.93',NULL),(4347,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1697602354,'web','223.138.175.93',NULL),(4348,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,19,2,NULL,0,'null',1697602362,'web','223.138.175.93',NULL),(4349,'\\core\\event\\notification_sent','core','sent','notification','notifications',353,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"1\"}',1697602386,'cli',NULL,NULL),(4350,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1697602737,'web','175.182.136.194',NULL),(4351,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1697602854,'web','175.182.136.194',NULL),(4352,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,21,2,NULL,0,'null',1697602854,'web','175.182.136.194',NULL),(4353,'\\core\\event\\notification_sent','core','sent','notification','notifications',354,'c',0,1,10,0,14,0,15,0,'{\"courseid\":\"2\"}',1697603047,'cli',NULL,NULL),(4354,'\\core\\event\\notification_sent','core','sent','notification','notifications',355,'c',0,1,10,0,14,0,11,0,'{\"courseid\":\"2\"}',1697603050,'cli',NULL,NULL),(4355,'\\core\\event\\notification_sent','core','sent','notification','notifications',356,'c',0,1,10,0,14,0,13,0,'{\"courseid\":\"2\"}',1697603053,'cli',NULL,NULL),(4356,'\\core\\event\\notification_sent','core','sent','notification','notifications',357,'c',0,1,10,0,14,0,16,0,'{\"courseid\":\"2\"}',1697603056,'cli',NULL,NULL),(4357,'\\core\\event\\notification_sent','core','sent','notification','notifications',358,'c',0,1,10,0,14,0,2,0,'{\"courseid\":\"2\"}',1697603060,'cli',NULL,NULL),(4358,'\\core\\event\\notification_sent','core','sent','notification','notifications',359,'c',0,1,10,0,14,0,14,0,'{\"courseid\":\"2\"}',1697603064,'cli',NULL,NULL),(4359,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',4,'r',2,67,70,28,2,2,NULL,0,'null',1697604520,'web','73.219.6.51',NULL),(4360,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',46,'c',2,67,70,28,19,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a<br \\/>\\n\\u8ab2\\u7a0b\\u525b\\u958b\\u59cb\\u7684\\u6642\\u5019\\uff0c\\u6211\\u4ee5\\u70ba\\u6211\\u4e86\\u89e3\\u85dd\\u8853\\u548c\\u798f\\u97f3\\u7684\\u95dc\\u806f\\uff0c\\u4f46\\u96a8\\u8457\\u8ab2\\u7a0b\\u7684\\u63a8\\u9032\\uff0c\\u8b80\\u5b8c\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300b\\u5f8c\\uff0c\\u6211\\u53cd\\u800c\\u61f7\\u7591\\u81ea\\u5df1\\u6839\\u672c\\u4e0d\\u4e86\\u89e3\\u4ec0\\u9ebc\\u662f\\u85dd\\u8853\\u3002\\u66f8\\u4e0a\\u5c0d\\u85dd\\u8853\\u7684\\u5b9a\\u7fa9\\u662f\\u300c\\u975e\\u5be6\\u7528\\u6027\\u7684\\u300d\\uff0c\\u90a3\\u9ebc\\u6559\\u6703\\u6216\\u7267\\u5e2b\\u8a72\\u600e\\u9ebc\\u770b\\u5f85\\u85dd\\u8853\\u6216\\u85dd\\u8853\\u5bb6\\u5462\\uff0c\\u7121\\u6cd5\\u60f3\\u50cf\\uff1f\\u5728\\u601d\\u8003\\u5f8c\\uff0c\\u6211\\u4e86\\u89e3\\u554f\\u984c\\u662f\\u51fa\\u5728\\u65bc\\u81ea\\u5df1\\u5f85\\u904e\\u7684\\u6559\\u6703\\u6216\\u4e3b\\u65e5\\u656c\\u62dc\\u7a0b\\u5e8f\\uff0c\\u90fd\\u662f\\u6bd4\\u8f03\\u4fdd\\u5b88\\u4e14\\u504f\\u56fa\\u5b9a\\u7684\\uff0c\\u8001\\u5be6\\u8aaa\\u5f88\\u591a\\u50b3\\u7d71\\u6559\\u6703\\u7684\\u7267\\u8005\\u6216\\u9577\\u57f7\\u4e0d\\u61c2\\u85dd\\u8853\\uff0c\\u4ed6\\u5011\\u6709\\u9ede\\u5f8b\\u6cd5\\u4e3b\\u7fa9\\uff0c\\u90a3\\u6a23\\u7684\\u6559\\u6703\\u5c0d\\u4e3b\\u65e5\\u656c\\u62dc\\u53ca\\u670d\\u4e8b\\u7684\\u5171\\u8b58\\u53ef\\u80fd\\u662f\\u7167\\u8868\\u64cd\\u8ab2\\uff0c\\u4e0d\\u80fd\\u6709\\u4e00\\u9ede\\u9ede\\u51fa\\u932f\\u6216\\u610f\\u5916\\u3002\\u7576\\u7136\\u50b3\\u7d71\\u6559\\u6703\\u8a69\\u73ed\\u7684\\u5408\\u5531\\u529f\\u529b\\u5177\\u6709\\u4e00\\u5b9a\\u7684\\u6c34\\u6e96\\uff0c\\u4f46\\u7576\\u81ea\\u5df1\\u8eab\\u5728\\u5176\\u4e2d\\u670d\\u4e8b\\u6642\\uff0c\\u537b\\u53c8\\u662f\\u53e6\\u4e00\\u56de\\u4e8b\\u4e86\\u3002\\u5728\\u50b3\\u7d71\\u6559\\u6703\\u88e1\\u8b93\\u6211\\u89ba\\u5f97\\u5f88\\u7f8e\\u7684\\u662f\\u53f0\\u5357\\u770b\\u897f\\u8857\\u6559\\u6703\\u5728\\u4e3b\\u65e5\\u958b\\u59cb\\u524d\\u6703\\u5148\\u300c\\u6572\\u9234\\u300d\\uff0c\\u90a3\\u500b\\u9234\\u8072\\u5f88\\u7f8e\\uff0c\\u63a5\\u8457\\u6307\\u63ee\\u6703\\u5e36\\u9818\\u8056\\u6b4c\\u968a\\u5f9e\\u5927\\u9580\\u8d70\\u9032\\u4f86\\u5230\\u5979\\u5011\\u7684\\u4f4d\\u5b50\\u5750\\u4e0b\\uff0c\\u5728\\u5979\\u5011\\u8d70\\u9032\\u4f86\\u7684\\u6642\\u5019\\uff0c\\u8056\\u6b4c\\u888d\\u6703\\u96a8\\u8457\\u6b65\\u4f10\\u98c4\\u52d5\\uff0c\\u500b\\u4eba\\u5f88\\u4eab\\u53d7\\u9019\\u500b\\u9234\\u8072\\u548c\\u8056\\u6b4c\\u968a\\u8d70\\u52d5\\u7684\\u904e\\u7a0b\\uff0c\\u6211\\u89ba\\u5f97\\u5f88\\u7f8e\\u3002<br \\/>\\n<br \\/>\\n\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a<br \\/>\\n(a)\\t\\u5230\\u76ee\\u524d\\u70ba\\u6b62\\uff0c\\u6211\\u5c0d\\u672c\\u8ab2\\u7684\\u5167\\u5bb9\\u6709\\u4ee5\\u4e0b\\u9019\\u4e9b\\u7591\\u554f<br \\/>\\n\\u6211\\u4e0d\\u592a\\u61c2\\u7b2c8\\u7ae0\\u8b1b\\u5230\\u300c\\u8056\\u9748\\u985b\\u5012\\u79e9\\u5e8f\\u300d\\uff0c\\u4e00\\u958b\\u59cb\\u6211\\u4ee5\\u70ba\\u662f\\u6307\\u6559\\u6703\\u88e1\\u985b\\u8986\\u50f9\\u503c\\u89c0\\uff0c\\u4f46\\u90a3\\u6a23\\u597d\\u50cf\\u5f88\\u4e0d\\u5207\\u5be6\\u969b\\uff0c\\u56e0\\u70ba\\u6839\\u64da\\u6211\\u7684\\u89c0\\u5bdf\\u5373\\u4f7f\\u5728\\u6559\\u6703\\u88e1\\uff0c\\u5c0d\\u7269\\u8cea\\u7684\\u8ffd\\u6c42\\u4ecd\\u7136\\u662f\\u5927\\u90e8\\u5206\\u4eba\\u7684\\u6e34\\u671b\\uff0c\\u96d6\\u7136\\u4e0d\\u80fd\\u8868\\u73fe\\u51fa\\u4f86\\uff08\\u7267\\u8005\\u5c0d\\u6709\\u982d\\u929c\\u7684\\u6703\\u53cb\\u6bd4\\u8f03\\u91cd\\u8996\\uff09\\u3002\\u81ea\\u8eab\\u7684\\u7d93\\u9a57\\u662f\\uff1a\\u5728\\u6211\\u6709\\u611f\\u52d5\\u88ab\\u547c\\u53ec\\u800c\\u8fad\\u6389\\u516c\\u52d9\\u54e1\\u5de5\\u4f5c\\u5f8c\\uff0c\\u7267\\u8005\\u592b\\u5a66\\u548c\\u5f88\\u591a\\u6703\\u53cb\\u5011\\u90fd\\u89ba\\u5f97\\u653e\\u68c4\\u516c\\u52d9\\u54e1\\u5f88\\u53ef\\u60dc\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":4,\"triggeredfrom\":\"forum_add_new_post\"}',1697605716,'web','223.138.175.93',NULL),(4361,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',46,'c',2,67,70,28,19,2,NULL,0,'{\"discussionid\":4,\"forumid\":7,\"forumtype\":\"single\"}',1697605716,'web','223.138.175.93',NULL),(4362,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',40,'c',2,67,70,28,19,2,19,0,'{\"forumid\":7,\"discussion\":4}',1697605716,'web','223.138.175.93',NULL),(4363,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,19,2,NULL,0,'null',1697605717,'web','223.138.175.93',NULL),(4364,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697606350,'web','92.118.188.229',NULL),(4365,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1697606361,'web','92.118.188.229',NULL),(4366,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1697606361,'web','92.118.188.229',NULL),(4367,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1697606374,'web','92.118.188.229',NULL),(4368,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,23,2,NULL,0,'null',1697606394,'web','92.118.188.229',NULL),(4369,'\\core\\event\\notification_sent','core','sent','notification','notifications',360,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1697606406,'cli',NULL,NULL),(4370,'\\core\\event\\notification_sent','core','sent','notification','notifications',361,'c',0,1,10,0,19,0,15,0,'{\"courseid\":\"2\"}',1697607546,'cli',NULL,NULL),(4371,'\\core\\event\\notification_sent','core','sent','notification','notifications',362,'c',0,1,10,0,19,0,11,0,'{\"courseid\":\"2\"}',1697607549,'cli',NULL,NULL),(4372,'\\core\\event\\notification_sent','core','sent','notification','notifications',363,'c',0,1,10,0,19,0,13,0,'{\"courseid\":\"2\"}',1697607551,'cli',NULL,NULL),(4373,'\\core\\event\\notification_sent','core','sent','notification','notifications',364,'c',0,1,10,0,19,0,16,0,'{\"courseid\":\"2\"}',1697607555,'cli',NULL,NULL),(4374,'\\core\\event\\notification_sent','core','sent','notification','notifications',365,'c',0,1,10,0,19,0,2,0,'{\"courseid\":\"2\"}',1697607557,'cli',NULL,NULL),(4375,'\\core\\event\\notification_sent','core','sent','notification','notifications',366,'c',0,1,10,0,19,0,19,0,'{\"courseid\":\"2\"}',1697607560,'cli',NULL,NULL),(4376,'\\core\\event\\notification_sent','core','sent','notification','notifications',367,'c',0,1,10,0,19,0,14,0,'{\"courseid\":\"2\"}',1697607563,'cli',NULL,NULL),(4377,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,20,2,NULL,0,'null',1697608699,'web','122.118.4.115',NULL),(4378,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,21,2,NULL,0,'null',1697610313,'web','175.182.136.194',NULL),(4379,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',47,'c',2,67,70,28,21,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">1\\u3001\\u85dd\\u8853\\u7684\\u5371\\u96aa\\u5728\\u65bc\\u53ea\\u504f\\u5411\\u5be6\\u7528\\u70ba\\u67d0\\u4e8b\\u4ef6\\u6216\\u6d3b\\u52d5\\u670d\\u52d9\\uff0c\\u4f46\\u662f\\u85dd\\u8853\\u672c\\u8eab\\u61c9\\u8a72\\u662f\\u8207\\u89c0\\u770b\\u8005\\u7684\\u5fc3\\u9748\\u5c0d\\u8a71\\u3001\\u8b93\\u85dd\\u8853\\u56de\\u6b78\\u5b83\\u539f\\u672c\\u88ab\\u5275\\u9020\\u7684\\u76ee\\u7684\\uff0c\\u8b93\\u5275\\u4f5c\\u8005\\u81ea\\u7531\\u7684\\u5275\\u4f5c\\uff0c\\u8b93\\u89c0\\u8cde\\u8005\\u5f9e\\u85dd\\u8853\\u5bb6\\u4f5c\\u54c1\\u4e2d\\u601d\\u8003\\u51fa\\u5c0d\\u4ed6\\u500b\\u4eba\\u7684\\u610f\\u7fa9\\u53ca\\u767c\\u73fe\\u3002<br \\/>\\n\\u4e0a\\u5e1d\\u7684\\u6bcf\\u4e00\\u500b\\u5275\\u9020\\u90fd\\u6709\\u5176\\u610f\\u7fa9\\u548c\\u771f\\u7406\\uff0c\\u5f85\\u4eba\\u985e\\u53bb\\u767c\\u73fe\\uff0c\\u4f46\\u4e0a\\u5e1d\\u7684\\u5275\\u9020\\u4e0d\\u53ea\\u662f\\u4eba\\u6240\\u80fd\\u767c\\u73fe\\u7684\\u771f\\u7406\\uff0c\\u9084\\u6709\\u6211\\u5011\\u6240\\u4e0d\\u77e5\\u9053\\u7684\\u672a\\u77e5\\u860a\\u542b\\u5728\\u5176\\u4e2d\\u3002<br \\/>\\n\\u7b2c\\u516b\\u7ae0\\u4e2d\\u8b1b\\u5230\\u7684\\u5012\\u7acb\\u4e4b\\u9f20\\u7684\\u6545\\u4e8b\\u8b93\\u4eba\\u5370\\u8c61\\u6df1\\u523b\\uff0c\\u7b2c\\u4e00\\u5929\\u7684\\u60c5\\u6cc1\\u770b\\u4f3c\\u7b11\\u8a71\\u4f46\\u7b2c\\u4e8c\\u5929\\u537b\\u6210\\u529f\\u6355\\u7372\\u6240\\u6709\\u8001\\u9f20\\u3002\\u6709\\u8a31\\u591a\\u9806\\u670d\\u8056\\u9748\\u611f\\u52d5\\u7684\\u4eba\\uff0c\\u525b\\u958b\\u59cb\\u4e5f\\u5e38\\u8b93\\u5468\\u570d\\u7684\\u4eba\\u770b\\u8d77\\u4f86\\u50cf\\u7b11\\u8a71\\u4e0d\\u53ef\\u80fd\\uff0c\\u4f46\\u5f8c\\u4f86\\u537b\\u770b\\u898b\\u795e\\u5947\\u5999\\u7684\\u6210\\u5c31\\u7942\\u7684\\u5de5\\u4f5c\\u3002\\u8056\\u9748\\u5f9e\\u4f86\\u90fd\\u4e0d\\u662f\\u4e00\\u4e9b\\u4eba\\u6240\\u4ee5\\u70ba\\u7684\\u7121\\u804a\\u548c\\u4e00\\u6210\\u4e0d\\u8b8a\\u7684\\uff0c\\u4ed6\\u662f\\u5275\\u9020\\u4e4b\\u4e3b\\uff0c\\u4ed6\\u7e3d\\u5e36\\u4f86\\u65b0\\u7684\\u601d\\u7dad\\uff0c\\u985b\\u8986\\u4eba\\u7684\\u8212\\u9069\\u5708\\u3002\\u5982\\u8981\\u611b\\u4ec7\\u6575\\u70ba\\u4ec7\\u6575\\u79b1\\u544a\\uff0c\\u56de\\u8f49\\u50cf\\u5c0f\\u5b69\\uff0c\\u8d70\\u7a84\\u9580\\uff0c\\u611b\\u80fd\\u906e\\u63a9\\u7f6a\\u904e\\u7b49\\uff0c\\u795e\\u5b50\\u88ab\\u91d8\\u5341\\u67b6\\u7b49\\uff0c\\u9019\\u4e9b\\u4e8b\\u60c5\\u525b\\u958b\\u59cb\\u4f3c\\u4e4e\\u770b\\u8d77\\u4f86\\u50cf\\u7b11\\u8a71\\uff0c\\u537b\\u662f\\u795e\\u62ef\\u6551\\u4eba\\u7684\\u5947\\u5999\\u65b9\\u5f0f\\u3002<br \\/>\\n<br \\/>\\n2\\u3001\\u7d93\\u6b77\\u4e86\\u56db\\u5802\\u8ab2\\u4e4b\\u5f8c\\uff0c\\u6211\\u5e0c\\u671b\\u6211\\u53ef\\u4ee5\\u4e0d\\u662f\\u4ee5\\u85dd\\u8853\\u4f5c\\u70ba\\u624b\\u6bb5\\uff0c\\u4f46\\u537b\\u53ef\\u4ee5\\u7528\\u85dd\\u8853\\u4f86\\u5f15\\u9818\\u4eba\\u6b78\\u4e3b\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":4,\"triggeredfrom\":\"forum_add_new_post\"}',1697610549,'web','175.182.136.194',NULL),(4380,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',47,'c',2,67,70,28,21,2,NULL,0,'{\"discussionid\":4,\"forumid\":7,\"forumtype\":\"single\"}',1697610549,'web','175.182.136.194',NULL),(4381,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',41,'c',2,67,70,28,21,2,21,0,'{\"forumid\":7,\"discussion\":4}',1697610549,'web','175.182.136.194',NULL),(4382,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,21,2,NULL,0,'null',1697610550,'web','175.182.136.194',NULL),(4383,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,20,2,NULL,0,'null',1697611105,'web','122.118.4.115',NULL),(4384,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697611855,'web','218.203.249.188',NULL),(4385,'\\core\\event\\user_loggedin','core','loggedin','user','user',12,'r',0,1,10,0,12,0,NULL,0,'{\"username\":\"fishalive@sohu.com\",\"extrauserinfo\":[]}',1697611864,'web','218.203.249.188',NULL),(4386,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,12,1,NULL,0,'null',1697611891,'web','218.203.249.188',NULL),(4387,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1697612153,'web','218.203.249.188',NULL),(4388,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',11,'r',2,62,70,23,12,2,NULL,0,'null',1697612295,'web','218.203.249.188',NULL),(4389,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1697612309,'web','218.203.249.188',NULL),(4390,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,12,2,NULL,0,'null',1697612312,'web','218.203.249.188',NULL),(4391,'\\core\\event\\notification_sent','core','sent','notification','notifications',368,'c',0,1,10,0,21,0,15,0,'{\"courseid\":\"2\"}',1697612407,'cli',NULL,NULL),(4392,'\\core\\event\\notification_sent','core','sent','notification','notifications',369,'c',0,1,10,0,21,0,11,0,'{\"courseid\":\"2\"}',1697612410,'cli',NULL,NULL),(4393,'\\core\\event\\notification_sent','core','sent','notification','notifications',370,'c',0,1,10,0,21,0,13,0,'{\"courseid\":\"2\"}',1697612413,'cli',NULL,NULL),(4394,'\\core\\event\\notification_sent','core','sent','notification','notifications',371,'c',0,1,10,0,21,0,21,0,'{\"courseid\":\"2\"}',1697612415,'cli',NULL,NULL),(4395,'\\core\\event\\notification_sent','core','sent','notification','notifications',372,'c',0,1,10,0,21,0,16,0,'{\"courseid\":\"2\"}',1697612418,'cli',NULL,NULL),(4396,'\\core\\event\\notification_sent','core','sent','notification','notifications',373,'c',0,1,10,0,21,0,2,0,'{\"courseid\":\"2\"}',1697612421,'cli',NULL,NULL),(4397,'\\core\\event\\notification_sent','core','sent','notification','notifications',374,'c',0,1,10,0,21,0,19,0,'{\"courseid\":\"2\"}',1697612424,'cli',NULL,NULL),(4398,'\\core\\event\\notification_sent','core','sent','notification','notifications',375,'c',0,1,10,0,21,0,14,0,'{\"courseid\":\"2\"}',1697612426,'cli',NULL,NULL),(4399,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,20,2,NULL,0,'null',1697613510,'web','122.118.4.115',NULL),(4400,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',48,'c',2,67,70,28,20,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a<br \\/>\\n\\u770b\\u5b8c\\u7b2c\\u4e03\\u7ae0\\u7684\\u6642\\u5019\\uff0c\\u6211\\u89ba\\u5f97\\u96d6\\u7136\\u9019\\u4e00\\u7ae0\\u5728\\u8ac7\\u8ad6\\u300c\\u85dd\\u8853\\u53ef\\u80fd\\u7684\\u5371\\u96aa\\u300d\\uff0c\\u4f46\\u662f\\u5f9e\\u53e6\\u4e00\\u500b\\u89d2\\u5ea6\\u4f86\\u770b\\uff0c\\u4f5c\\u70ba\\u7267\\u8005\\u6216\\u6559\\u6703\\u540c\\u5de5\\uff0c\\u5176\\u5be6\\u4e5f\\u5728\\u9762\\u81e8\\u9019\\u4e9b\\u53ef\\u80fd\\u7684\\u5371\\u96aa\\u3002\\u5982\\u679c\\u6211\\u5011\\u7121\\u6cd5\\u6709\\u795e\\u7684\\u771f\\u7406\\u4f5c\\u70ba\\u57fa\\u790e\\uff0c\\u6211\\u5011\\u53ef\\u80fd\\u6703\\u5728\\u7267\\u990a\\u8207\\u670d\\u4e8b\\u4e0a\\u843d\\u5165\\u8a31\\u591a\\u7684\\u5371\\u96aa\\uff0c\\u8b93\\u6559\\u6703\\u7684\\u8a31\\u591a\\u4e8b\\u5de5\\u6d41\\u8207\\u8868\\u9762\\uff0c\\u751a\\u81f3\\u662f\\u70ba\\u4e86\\u6eff\\u8db3\\u4eba\\u5011\\u81ea\\u5df1\\u3002\\u4f5c\\u8005\\u6240\\u63d0\\u51fa\\u300c\\u5065\\u5eb7\\u7684\\u85dd\\u8853\\u589e\\u9577\\u7684\\u4e09\\u500b\\u7279\\u6027\\u300d\\uff0c\\u5982\\u679c\\u653e\\u5728\\u6211\\u5011\\u7684\\u7267\\u990a\\u8207\\u4e8b\\u5de5\\u4e2d\\u601d\\u60f3\\u7684\\u6642\\u5019\\uff0c\\u4e5f\\u662f\\u4e00\\u500b\\u503c\\u5f97\\u6211\\u5011\\u601d\\u8003\\u8207\\u53c3\\u7167\\u7684\\u89c0\\u9ede\\uff0c\\u6216\\u8a31\\u80fd\\u5920\\u8b93\\u6211\\u5011\\u518d\\u601d\\u8003\\u81ea\\u5df1\\u7684\\u670d\\u4e8b\\u72c0\\u614b\\u3002<br \\/>\\n\\u56e0\\u6b64\\uff0c\\u6211\\u89ba\\u5f97\\u5728\\u6559\\u6703\\u4e2d\\uff0c\\u4e0d\\u8ad6\\u662f\\u5c0d\\u65bc\\u7267\\u8005\\u6216\\u662f\\u85dd\\u8853\\u5bb6\\u800c\\u8a00\\uff0c\\u5982\\u679c\\u6211\\u5011\\u5148\\u770b\\u81ea\\u5df1\\u7684\\u8eab\\u4efd\\u662f\\u300c\\u57fa\\u7763\\u5f92\\u300d\\uff0c\\u9019\\u5c0d\\u6211\\u5011\\u800c\\u8a00\\uff0c\\u662f\\u4e00\\u7a2e\\u4fdd\\u8b77\\uff0c\\u80fd\\u5920\\u4f7f\\u6211\\u5011\\u5728\\u9762\\u5c0d\\u8a31\\u591a\\u7684\\u9818\\u57df\\u8207\\u6211\\u5011\\u5f7c\\u6b64\\u4e4b\\u9593\\u7684\\u95dc\\u4fc2\\u6642\\uff0c\\u80fd\\u5920\\u5f88\\u5927\\u7a0b\\u5ea6\\u7684\\u907f\\u514d\\u53ef\\u80fd\\u7684\\u5371\\u96aa\\u3002<br \\/>\\n<br \\/>\\n\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a<br \\/>\\n\\u6211\\u5e0c\\u671b\\u80fd\\u5920\\u5728\\u8ab2\\u5802\\u4e2d\\uff0c\\u9762\\u5c0d\\u85dd\\u8853\\u7684\\u9818\\u57df\\u8207\\u6559\\u6703\\u7684\\u7267\\u990a\\uff0c\\u6709\\u66f4\\u958b\\u95ca\\u7684\\u8996\\u91ce\\u3002\\u671f\\u8a31\\u81ea\\u5df1\\u80fd\\u5920\\u6210\\u70ba\\u6211\\u6240\\u5728\\u7684\\u6559\\u6703\\u8207\\u85dd\\u8853\\u4e4b\\u9593\\uff0c\\u4e00\\u500b\\u5fae\\u5c0f\\u4f46\\u5177\\u6709\\u53ef\\u80fd\\u6027\\u7684\\u8d77\\u59cb\\u9ede\\u3002<br \\/>\\n\\u4e5f\\u671f\\u5f85\\u80fd\\u5920\\u4e86\\u89e3\\u662f\\u5426\\u6709\\u66f4\\u591a\\u8cc7\\u6e90\\u6216\\u65b9\\u5411\\uff0c\\u80fd\\u5920\\u6301\\u7e8c\\u5e6b\\u52a9\\u50cf\\u81ea\\u5df1\\u9019\\u6a23\\u6c92\\u6709\\u85dd\\u8853\\u80cc\\u666f\\uff0c\\u4f46\\u6e34\\u671b\\u85dd\\u8853\\u7684\\u7f8e\\u597d\\u80fd\\u5920\\u9ad4\\u73fe\\u5728\\u6559\\u6703\\u4e2d\\u7684\\u4eba\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":4,\"triggeredfrom\":\"forum_add_new_post\"}',1697613777,'web','122.118.4.115',NULL),(4401,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',48,'c',2,67,70,28,20,2,NULL,0,'{\"discussionid\":4,\"forumid\":7,\"forumtype\":\"single\"}',1697613777,'web','122.118.4.115',NULL),(4402,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',42,'c',2,67,70,28,20,2,20,0,'{\"forumid\":7,\"discussion\":4}',1697613777,'web','122.118.4.115',NULL),(4403,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,20,2,NULL,0,'null',1697613777,'web','122.118.4.115',NULL),(4404,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,20,2,NULL,0,'null',1697613798,'web','122.118.4.115',NULL),(4405,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',15,'r',2,66,70,27,23,2,NULL,0,'null',1697614570,'web','120.244.78.90',NULL),(4406,'\\core\\event\\notification_sent','core','sent','notification','notifications',376,'c',0,1,10,0,20,0,15,0,'{\"courseid\":\"2\"}',1697615586,'cli',NULL,NULL),(4407,'\\core\\event\\notification_sent','core','sent','notification','notifications',377,'c',0,1,10,0,20,0,11,0,'{\"courseid\":\"2\"}',1697615589,'cli',NULL,NULL),(4408,'\\core\\event\\notification_sent','core','sent','notification','notifications',378,'c',0,1,10,0,20,0,13,0,'{\"courseid\":\"2\"}',1697615592,'cli',NULL,NULL),(4409,'\\core\\event\\notification_sent','core','sent','notification','notifications',379,'c',0,1,10,0,20,0,21,0,'{\"courseid\":\"2\"}',1697615595,'cli',NULL,NULL),(4410,'\\core\\event\\notification_sent','core','sent','notification','notifications',380,'c',0,1,10,0,20,0,20,0,'{\"courseid\":\"2\"}',1697615598,'cli',NULL,NULL),(4411,'\\core\\event\\notification_sent','core','sent','notification','notifications',381,'c',0,1,10,0,20,0,16,0,'{\"courseid\":\"2\"}',1697615601,'cli',NULL,NULL),(4412,'\\core\\event\\notification_sent','core','sent','notification','notifications',382,'c',0,1,10,0,20,0,2,0,'{\"courseid\":\"2\"}',1697615604,'cli',NULL,NULL),(4413,'\\core\\event\\notification_sent','core','sent','notification','notifications',383,'c',0,1,10,0,20,0,19,0,'{\"courseid\":\"2\"}',1697615607,'cli',NULL,NULL),(4414,'\\core\\event\\notification_sent','core','sent','notification','notifications',384,'c',0,1,10,0,20,0,14,0,'{\"courseid\":\"2\"}',1697615610,'cli',NULL,NULL),(4415,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697618573,'web','103.20.60.3',NULL),(4416,'\\core\\event\\user_loggedin','core','loggedin','user','user',8,'r',0,1,10,0,8,0,NULL,0,'{\"username\":\"0966487235\",\"extrauserinfo\":[]}',1697618581,'web','103.20.60.3',NULL),(4417,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,8,1,NULL,0,'null',1697618581,'web','103.20.60.3',NULL),(4418,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,8,2,NULL,0,'null',1697618584,'web','103.20.60.3',NULL),(4419,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,8,2,NULL,0,'null',1697618595,'web','103.20.60.3',NULL),(4420,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',13,'r',2,64,70,25,8,2,NULL,0,'null',1697618698,'web','103.20.60.3',NULL),(4421,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',49,'c',2,67,70,28,23,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a\\u7528250-400\\u5b57\\u63d0\\u51fa\\u4e00\\u5247\\u95dc\\u65bc\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300b\\u7b2c\\u4e00\\u3001\\u4e03\\u3001\\u516b\\u7ae0\\u7684\\u554f\\u984c\\u6216\\u662f\\u5fc3\\u5f97\\u3002<br \\/>\\n \\u7b2c\\u4e00\\u7ae0\\uff0c\\u4f5c\\u8005\\u7ed9\\u827a\\u672f\\u7684\\u4e34\\u65f6\\u6027\\u5b9a\\u4e49\\uff1a\\u65e0\\u6cd5\\u88ab\\u5316\\u7ea6\\u4e3a\\u5b9e\\u7528\\u6027\\u7684\\u6587\\u5316\\u5c42\\u9762\\u5c31\\u53eb\\u827a\\u672f\\u3002\\u5177\\u6709\\u827a\\u672f\\u7f8e\\u611f\\u7684\\u4ea7\\u54c1\\u5014\\u5f3a\\u5730\\u4f5c\\u4ed6\\u4eec\\u81ea\\u5df1\\uff0c\\u6297\\u62d2\\u53d8\\u5f62\\u4e3a\\u522b\\u7684\\u4e1c\\u897f\\u3002\\u5b9a\\u4e49\\u7684\\u5f88\\u597d\\uff0c\\u827a\\u672f\\u8c8c\\u4f3c\\u6ca1\\u6709\\u5b9e\\u7528\\u4ef7\\u503c\\uff0c\\u4f46\\u5b83\\u7684\\u72ec\\u7279\\u5e26\\u7ed9\\u4eba\\u7f8e\\u7684\\u4eab\\u53d7\\uff01\\u4e0a\\u5e1d\\u662f\\u6700\\u4f1f\\u5927\\u7684\\u827a\\u672f\\u5bb6\\uff0c\\u5b87\\u5b99\\u4e07\\u7269\\u4e30\\u5bcc\\u591a\\u5f69\\uff01\\u751f\\u6d3b\\u79bb\\u5f00\\u827a\\u672f\\u521b\\u9020\\uff0c\\u5c31\\u67af\\u71e5\\u4e4f\\u5473\\uff0c\\u5982\\u540c\\u4eba\\u5e38\\u5e74\\u7a7f\\u4e00\\u4ef6\\u6697\\u6de1\\u7684\\u8863\\u670d\\uff0c\\u5e38\\u5e74\\u5403\\u5355\\u4e00\\u98df\\u7269\\u4e00\\u6837\\u6ca1\\u6709\\u751f\\u6c14\\u6ca1\\u6709\\u6109\\u60a6\\u611f\\uff01\\u6559\\u4f1a\\u9700\\u8981\\u827a\\u672f\\u7f8e\\uff0c\\u6559\\u5802\\u8bbe\\u8ba1\\uff0c\\u656c\\u62dc\\u5f62\\u5f0f\\uff0c\\u5c0f\\u7ec4\\u56e2\\u5951\\u90fd\\u9700\\u8981\\u6709\\u827a\\u672f\\u7f8e\\u611f\\uff01\\u7267\\u5e08\\u53d1\\u73b0\\u548c\\u7267\\u517b\\u827a\\u672f\\u5bb6\\u662f\\u4e00\\u79cd\\u667a\\u6167\\u80fd\\u529b\\uff0c\\u9700\\u8981\\u9632\\u5907\\u827a\\u672f\\u5e26\\u6765\\u7684\\u5371\\u9669\\uff0c\\u4e5f\\u8981\\u4ece\\u53d1\\u5c55\\u7684\\u89d2\\u5ea6\\u5173\\u6ce8\\u4e0d\\u540c\\u7c7b\\u578b\\u7684\\u4fe1\\u5f92\\u3002\\u4f5c\\u4e3a\\u7267\\u5e08\\u5904\\u7406\\u5404\\u79cd\\u5173\\u7cfb\\u5f88\\u8f9b\\u82e6\\uff0c\\u6709\\u7684\\u6559\\u4f1a\\u597d\\u50cf\\u5c31\\u6548\\u4eff\\u5176\\u4ed6\\u6559\\u4f1a\\u7684\\u656c\\u62dc\\u5f62\\u5f0f\\uff08\\u5982\\u5f15\\u5165\\u8d5e\\u7f8e\\u56e2\\u961f\\uff0c\\u5e26\\u9886\\u4f1a\\u4f17\\u5531\\u6b4c\\u4e92\\u52a8\\u4ee5\\u8fbe\\u5230\\u67d0\\u79cd\\u611f\\u89c9\\uff0c\\u8fd9\\u79cd\\u5f62\\u5f0f\\u611f\\u89c9\\u5c31\\u662f\\u4e3a\\u4e86\\u8ba9\\u4f1a\\u4f17\\u53c2\\u4e0e\\u800c\\u4f5c\\u7684\\uff09\\uff0c\\u4fdd\\u5b88\\u7684\\u4fe1\\u5f92\\u5c31\\u4f1a\\u89c9\\u5f97\\u662f\\u201c\\u641e\\u82b1\\u6837\\u201d\\uff0c\\u5e74\\u8f7b\\u4eba\\u53ef\\u80fd\\u66f4\\u559c\\u6b22\\u53c2\\u4e0e\\uff0c\\u4f5c\\u8005\\u8bf4\\u7684\\u533a\\u5206\\u573a\\u666f\\uff0c\\u5173\\u6ce8\\u4fe1\\u5f92\\u7279\\u8272\\u5f88\\u91cd\\u8981\\uff01<br \\/>\\n \\u4eca\\u5e749\\u6708\\u521d\\u53bb\\u5317\\u4eac\\u901a\\u5dde\\u7684\\u4e00\\u4e2a\\u6559\\u4f1a\\u4ea4\\u6d41\\u53c2\\u89c2\\uff0c\\u4ed6\\u4eec\\u90a3\\u8fb9\\u56e0\\u4e3a\\u6709\\u5b8b\\u5e84_\\u753b\\u5bb6\\u6751\\uff0c\\u5c31\\u6709\\u753b\\u5bb6\\u57fa\\u7763\\u5f92\\uff0c\\u4ed6\\u4eec\\u5229\\u7528\\u753b\\u5bb6\\u6751\\u7279\\u8272\\uff0c\\u8ba9\\u753b\\u5bb6\\u53c2\\u4e0e\\u6559\\u5802\\u88c5\\u9970\\u8bbe\\u8ba1\\u548c\\u6559\\u4f1a\\u4fe1\\u606f\\u7684\\u827a\\u672f\\u521b\\u4f5c\\u3002\\u5f53\\u65f6\\u770b\\u4e86\\u4e00\\u4e9b\\u4f5c\\u54c1\\uff0c\\u4e5f\\u4e0d\\u592a\\u7406\\u89e3\\uff0c\\u611f\\u89c9\\u602a\\u602a\\u7684\\uff0c\\u4e5f\\u4e0d\\u6562\\u968f\\u610f\\u8bc4\\u8bba\\uff0c\\u5185\\u5fc3\\u786e\\u662f\\u6301\\u53cd\\u5bf9\\u610f\\u89c1\\uff01\\u5b66\\u4e60\\u300a\\u7f8e\\u4e3d\\u7684\\u795e\\u300b\\uff0c\\u5982\\u679c\\u7267\\u5e08\\u548c\\u827a\\u672f\\u5bb6\\u80fd\\u591f\\u4fdd\\u6301\\u5408\\u5b9c\\u5173\\u7cfb\\uff0c\\u6ce8\\u610f\\u5408\\u9002\\u5904\\u5883\\uff0c\\u5065\\u5eb7\\u7a33\\u6b65\\u53d1\\u5c55\\uff0c\\u4e5f\\u8bb8\\u4f1a\\u5e26\\u6765\\u597d\\u7684\\u6548\\u679c\\uff01<br \\/>\\n\\u7b2c\\u4e8c\\u90e8<br \\/>\\n\\u6211\\u4e0d\\u61c2\\u827a\\u672f\\uff0c\\u4e5f\\u4e0d\\u505a\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\uff0c\\u62a5\\u5b66\\u672c\\u8bfe\\u7a0b\\u7eaf\\u662f\\u51fa\\u4e8e\\u597d\\u5947\\u3002\\u524d\\u56db\\u8bfe\\u5b66\\u4e60\\u5e76\\u53c2\\u4e0e\\u6d3b\\u52a8\\uff0c\\u8bfb\\u300a\\u7f8e\\u4e3d\\u7684\\u795e\\u300b\\uff0c\\u540e\\u9762\\u8bfe\\u7a0b\\uff0c\\u300a\\u5a92\\u4f53\\u827a\\u672f\\u4e0e\\u620f\\u5267\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u5e94\\u7528\\u300b\\u4e0d\\u77e5\\u600e\\u6837\\u5904\\u7406\\u5a92\\u4f53\\u827a\\u672f\\u548c\\u620f\\u5267\\u7684\\u76f8\\u5173\\u5185\\u5bb9\\uff1f<\\/div>\",\"pathnamehashes\":[],\"discussionid\":4,\"triggeredfrom\":\"forum_add_new_post\"}',1697620150,'web','92.118.188.229',NULL),(4422,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',49,'c',2,67,70,28,23,2,NULL,0,'{\"discussionid\":4,\"forumid\":7,\"forumtype\":\"single\"}',1697620150,'web','92.118.188.229',NULL),(4423,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',43,'c',2,67,70,28,23,2,23,0,'{\"forumid\":7,\"discussion\":4}',1697620150,'web','92.118.188.229',NULL),(4424,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,23,2,NULL,0,'null',1697620152,'web','92.118.188.229',NULL),(4425,'\\core\\event\\notification_sent','core','sent','notification','notifications',385,'c',0,1,10,0,23,0,15,0,'{\"courseid\":\"2\"}',1697622007,'cli',NULL,NULL),(4426,'\\core\\event\\notification_sent','core','sent','notification','notifications',386,'c',0,1,10,0,23,0,11,0,'{\"courseid\":\"2\"}',1697622010,'cli',NULL,NULL),(4427,'\\core\\event\\notification_sent','core','sent','notification','notifications',387,'c',0,1,10,0,23,0,23,0,'{\"courseid\":\"2\"}',1697622013,'cli',NULL,NULL),(4428,'\\core\\event\\notification_sent','core','sent','notification','notifications',388,'c',0,1,10,0,23,0,13,0,'{\"courseid\":\"2\"}',1697622015,'cli',NULL,NULL),(4429,'\\core\\event\\notification_sent','core','sent','notification','notifications',389,'c',0,1,10,0,23,0,21,0,'{\"courseid\":\"2\"}',1697622018,'cli',NULL,NULL),(4430,'\\core\\event\\notification_sent','core','sent','notification','notifications',390,'c',0,1,10,0,23,0,20,0,'{\"courseid\":\"2\"}',1697622021,'cli',NULL,NULL),(4431,'\\core\\event\\notification_sent','core','sent','notification','notifications',391,'c',0,1,10,0,23,0,16,0,'{\"courseid\":\"2\"}',1697622023,'cli',NULL,NULL),(4432,'\\core\\event\\notification_sent','core','sent','notification','notifications',392,'c',0,1,10,0,23,0,2,0,'{\"courseid\":\"2\"}',1697622026,'cli',NULL,NULL),(4433,'\\core\\event\\notification_sent','core','sent','notification','notifications',393,'c',0,1,10,0,23,0,19,0,'{\"courseid\":\"2\"}',1697622029,'cli',NULL,NULL),(4434,'\\core\\event\\notification_sent','core','sent','notification','notifications',394,'c',0,1,10,0,23,0,14,0,'{\"courseid\":\"2\"}',1697622031,'cli',NULL,NULL),(4435,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697623316,'web','182.232.135.35',NULL),(4436,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697623320,'web','182.232.135.35',NULL),(4437,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697623326,'web','182.232.135.35',NULL),(4438,'\\core\\event\\user_loggedin','core','loggedin','user','user',9,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"extrauserinfo\":[]}',1697623342,'web','182.232.135.35',NULL),(4439,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,9,1,NULL,0,'null',1697623343,'web','182.232.135.35',NULL),(4440,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1697623348,'web','182.232.135.35',NULL),(4441,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,9,2,NULL,0,'null',1697623374,'web','182.232.135.35',NULL),(4442,'\\core\\event\\notification_sent','core','sent','notification','notifications',395,'c',0,1,10,0,0,0,9,0,'{\"courseid\":\"1\"}',1697623386,'cli',NULL,NULL),(4443,'\\core\\event\\user_loggedout','core','loggedout','user','user',9,'r',0,1,10,0,9,0,NULL,0,'{\"sessionid\":\"86kcpct3bnotgdgttoj343ritc\"}',1697623404,'web','182.232.135.35',NULL),(4444,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697623404,'web','182.232.135.35',NULL),(4445,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697623646,'web','61.219.81.66',NULL),(4446,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697623647,'web','34.145.227.243',NULL),(4447,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1697623652,'web','61.219.81.66',NULL),(4448,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1697623652,'web','61.219.81.66',NULL),(4449,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697623653,'web','34.145.227.243',NULL),(4450,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1697623654,'web','61.219.81.66',NULL),(4451,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,6,2,NULL,0,'null',1697623659,'web','61.219.81.66',NULL),(4452,'\\core\\event\\notification_sent','core','sent','notification','notifications',396,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"1\"}',1697623685,'cli',NULL,NULL),(4453,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',13,'r',2,64,70,25,6,2,NULL,0,'null',1697623746,'web','36.226.170.69',NULL),(4454,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,6,2,NULL,0,'null',1697626433,'web','61.219.81.66',NULL),(4455,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',50,'c',2,67,70,28,6,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6<br \\/>\\n<br \\/>\\n*\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a\\u7528250-400\\u5b57\\u63d0\\u51fa\\u4e00\\u5247\\u95dc\\u65bc\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300b\\u7b2c\\u4e00\\u3001\\u4e03\\u3001\\u516b\\u7ae0\\u7684\\u554f\\u984c\\u6216\\u662f\\u5fc3\\u5f97\\u3002\\uff08\\u554f\\u984c\\uff1a\\u770b\\u4e0d\\u61c2\\u3001\\u7591\\u60d1\\uff0c\\u60f3\\u8a62\\u554f\\u540c\\u5b78\\u610f\\u898b\\uff0c\\u6216\\u662f\\u60f3\\u53cd\\u554f\\u4f5c\\u8005\\u7684\\u554f\\u984c\\uff1b\\u5fc3\\u5f97\\uff1a\\u65b0\\u767c\\u73fe\\u3001\\u65b0\\u60f3\\u6cd5\\uff0c\\u6fc0\\u52f5\\u4f60\\u8981\\u505a\\u51fa\\u7684\\u56de\\u61c9\\u7b49\\u7b49\\u3002\\uff09<br \\/>\\n<br \\/>\\nAns\\uff1a\\u672c\\u66f8\\u7b2c\\u4e00\\u7ae0\\u8a0e\\u8ad6\\u4e86\\u6240\\u8b02\\u7684\\u7121\\u7528\\u8ddf\\u6709\\u7528\\u7684\\u50f9\\u503c\\u89c0\\uff0c\\u4f46\\u5728\\u7b2c38\\u9801\\u5167\\u5bb9\\u8b93\\u6211\\u611f\\u5230\\u7591\\u60d1\\u64d4\\u5fc3\\uff1b\\u4e0d\\u66c9\\u5f97\\u662f\\u5426\\u70ba\\u7ffb\\u8b6f\\u7684\\u554f\\u984c\\u5462\\uff1f\\u56e0\\u70ba<br \\/>\\n\\u7b2c38\\u9801\\u7684\\u6700\\u5f8c\\u4e00\\u884c\\u63d0\\u5230\\uff1a\\u79b1\\u544a\\u6709\\u6548\\u55ce\\uff1f\\u79b1\\u544a\\u61c9\\u8a72\\u6709\\u7528\\u55ce\\uff1f\\u6c92\\u6709\\uff0c\\u79b1\\u544a\\u4e26\\u6c92\\u6709\\u6548\\u7528\\u3002\\u2026\\u2026\\u2026\\u2026<br \\/>\\n\\u6211\\u89ba\\u5f97\\u9019\\u88e1\\u662f\\u5f88\\u56b4\\u91cd\\u7684\\u554f\\u984c\\uff0c\\u82e5\\u662f\\u7ffb\\u8b6f\\u554f\\u984c\\u90a3\\u672c\\u66f8\\u5c07\\u56e0\\u9019\\u6bb5\\u6558\\u8ff0\\u5168\\u7136\\u5931\\u6557\\uff0c\\u4f46\\u82e5\\u662f\\u4f5c\\u8005\\u672c\\u610f\\uff0c\\u90a3\\u5c31\\u66f4\\u6050\\u6016\\u56c9\\uff01<br \\/>\\n<br \\/>\\n\\u6b64\\u554f\\u984c\\u8b93\\u6211\\u806f\\u60f3\\u5230\\u6709\\u4e9b\\u5c08\\u696d\\u9818\\u57df\\u7684\\u57fa\\u7763\\u5f92\\uff0c\\u4ed6\\u5011\\u6709\\u6642\\u5019\\u70ba\\u4e86\\u8981\\u50b3\\u905e\\u8207\\u4ed6\\u5011\\u5c08\\u696d\\u76f8\\u95dc\\u7684\\u67d0\\u4e00\\u4e9b\\u50f9\\u503c\\uff0c\\u800c\\u523b\\u610f\\u7684\\u4ee5\\u57fa\\u7763\\u4fe1\\u4ef0\\u70ba\\u57fa\\u790e\\u4f86\\u5275\\u9020\\u51fa\\u4ed6\\u5011\\u7684\\u4e00\\u5957\\u5c08\\u696d\\u8ad6\\u8ff0\\u3002\\u4f8b\\u5982*\\u8056\\u7d93\\u7406\\u8ca1\\u6559\\u6230\\u3001\\u5148\\u77e5\\u6027\\u7e6a\\u756b\\u3001\\u5148\\u77e5\\u6027\\u97f3\\u6a02\\u3001\\u821e\\u8e48\\u3001\\u6216\\u662f\\u4ee5\\u8056\\u7d93\\u6545\\u4e8b\\u70ba\\u984c\\u6750\\u7684\\u7ba1\\u7406\\u5b78\\u3001\\u9818\\u5c0e\\u5b78\\u3001\\u54f2\\u5b78\\u3001\\u79d1\\u5b78\\u3001\\u6240\\u8b02\\u7684\\u5305\\u88dd\\u5f0f\\u7684\\u798f\\u97f3\\u5ba3\\u50b3\\u54c1\\u7b49\\u2026\\u2026\\u3002\\u7136\\u800c\\u9019\\u4e9b\\u4eba\\u4e0d\\u4e00\\u5b9a\\u662f\\u795e\\u5b78\\u57fa\\u790e\\u975e\\u5e38\\u7a69\\u56fa\\u7684\\u4eba\\uff0c\\u4f46\\u662f\\u4ed6\\u5011\\u6703\\u5f15\\u7528\\u8056\\u7d93\\u4f86\\u5e6b\\u4ed6\\u5011\\u7684\\u5b78\\u8aaa\\u6216\\u8ad6\\u8ff0\\u52a0\\u5f37\\u5408\\u7406\\u6027\\u3001\\u751a\\u81f3\\u662f\\u6b0a\\u5a01\\u6027\\u3002<br \\/>\\n<br \\/>\\n\\u9019\\u5176\\u5be6\\u96b1\\u85cf\\u8457\\u7522\\u751f\\u932f\\u8aa4\\u7684\\u5371\\u96aa\\uff0c\\u751a\\u81f3\\u6709\\u8a31\\u591a\\u7570\\u7aef\\u90aa\\u8aaa\\u53ef\\u80fd\\u90fd\\u662f\\u9019\\u6a23\\u767c\\u5c55\\u4f86\\u7684\\uff0c\\u6240\\u4ee5\\u9019\\u88e1\\u4e5f\\u63d0\\u9192\\u4e86\\u6211\\uff0c\\u4e0d\\u8ad6\\u662f\\u54ea\\u4e00\\u7a2e\\u8868\\u73fe\\u65b9\\u5f0f\\uff0c\\u5408\\u4e4e\\u771f\\u7406\\u662f\\u9996\\u8981\\u7684\\u689d\\u4ef6\\uff01 <br \\/>\\n<br \\/>\\n<br \\/>\\n*\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a\\u9020\\u53e5\\uff08\\u4e8c\\u64c7\\u4e00\\uff0c\\u6216\\u4e8c\\u984c\\u7686\\u7b54\\uff09\\uff1a<br \\/>\\n(a) \\u5230\\u76ee\\u524d\\u70ba\\u6b62\\uff0c\\u6211\\u5c0d\\u672c\\u8ab2\\u7684\\u5167\\u5bb9\\u6709\\u4ee5\\u4e0b\\u9019\\u4e9b\\u7591\\u554f\\u2026\\u2026<br \\/>\\nAns\\uff1a\\u8b1d\\u8b1d\\u8001\\u5e2b\\u5728\\u89c0\\u5ff5\\u4e0a\\u7684\\u6df1\\u8015\\uff0c\\u5e0c\\u671b\\u5f8c\\u7e8c\\u8ab2\\u7a0b\\u4e5f\\u66f4\\u591a\\u5e6b\\u52a9\\u540c\\u5b78\\u80fd\\u5c07\\u672c\\u8ab2\\u7a0b\\u7684\\u6838\\u5fc3\\u50f9\\u503c\\u9ad4\\u73fe\\u65bc\\u5be6\\u52d9\\u904b\\u4f5c\\u4e2d\\u3002<br \\/>\\n<br \\/>\\n(b) \\u7d93\\u6b77\\u4e86\\u524d\\u56db\\u5802\\u8ab2\\u4e4b\\u5f8c\\uff0c\\u6211\\u5e0c\\u671b\\u5728\\u8ab2\\u7a0b\\u7d50\\u675f\\u6642\\u6211\\u53ef\\u4ee5\\u56de\\u7b54\\u4ee5\\u4e0b\\u9019\\u500b\\u554f\\u984c\\uff08\\u6216\\u662f\\u5f97\\u5230\\u9019\\u65b9\\u9762\\u7684\\u77e5\\u8b58\\u6216\\u8cc7\\u6e90\\uff09\\u2026\\u2026<br \\/>\\nAns\\uff1a\\u5e0c\\u671b\\u80fd\\u5728\\u6642\\u4e0b\\u6d41\\u884c\\u6587\\u5316\\u5f71\\u97ff\\u4e0b\\u7684\\u5a92\\u9ad4(\\u7db2\\u7d05)\\u751f\\u614b\\u5708\\u4e2d\\u627e\\u5230\\u798f\\u97f3\\u6027\\u4f5c\\u54c1\\u80fd\\u9577\\u671f\\u767c\\u63ee\\u5f71\\u97ff\\u529b\\u7684\\u751f\\u5b58\\u6a21\\u5f0f\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":4,\"triggeredfrom\":\"forum_add_new_post\"}',1697626485,'web','61.219.81.66',NULL),(4456,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',50,'c',2,67,70,28,6,2,NULL,0,'{\"discussionid\":4,\"forumid\":7,\"forumtype\":\"single\"}',1697626485,'web','61.219.81.66',NULL),(4457,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',44,'c',2,67,70,28,6,2,6,0,'{\"forumid\":7,\"discussion\":4}',1697626485,'web','61.219.81.66',NULL),(4458,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,6,2,NULL,0,'null',1697626485,'web','61.219.81.66',NULL),(4459,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',50,'c',2,67,70,28,6,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6<br>\\r\\n<br>\\r\\n*\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a\\u7528250-400\\u5b57\\u63d0\\u51fa\\u4e00\\u5247\\u95dc\\u65bc\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300b\\u7b2c\\u4e00\\u3001\\u4e03\\u3001\\u516b\\u7ae0\\u7684\\u554f\\u984c\\u6216\\u662f\\u5fc3\\u5f97\\u3002\\uff08\\u554f\\u984c\\uff1a\\u770b\\u4e0d\\u61c2\\u3001\\u7591\\u60d1\\uff0c\\u60f3\\u8a62\\u554f\\u540c\\u5b78\\u610f\\u898b\\uff0c\\u6216\\u662f\\u60f3\\u53cd\\u554f\\u4f5c\\u8005\\u7684\\u554f\\u984c\\uff1b\\u5fc3\\u5f97\\uff1a\\u65b0\\u767c\\u73fe\\u3001\\u65b0\\u60f3\\u6cd5\\uff0c\\u6fc0\\u52f5\\u4f60\\u8981\\u505a\\u51fa\\u7684\\u56de\\u61c9\\u7b49\\u7b49\\u3002\\uff09<br>\\r\\n<br>\\r\\nAns\\uff1a\\u672c\\u66f8\\u7b2c\\u4e00\\u7ae0\\u8a0e\\u8ad6\\u4e86\\u6240\\u8b02\\u7684\\u7121\\u7528\\u8ddf\\u6709\\u7528\\u7684\\u50f9\\u503c\\u89c0\\uff0c\\u4f46\\u5728\\u7b2c38\\u9801\\u5167\\u5bb9\\u8b93\\u6211\\u611f\\u5230\\u7591\\u60d1\\u64d4\\u5fc3\\uff1b\\u4e0d\\u66c9\\u5f97\\u662f\\u7ffb\\u8b6f\\u7684\\u554f\\u984c\\uff1f\\u9084\\u662f\\u6211\\u8aa4\\u89e3\\u4e86\\u3002\\u56e0\\u70ba\\u7b2c38\\u9801\\u7684\\u6700\\u5f8c\\u4e00\\u884c\\u63d0\\u5230\\uff1a\\u79b1\\u544a\\u6709\\u6548\\u55ce\\uff1f\\u79b1\\u544a\\u61c9\\u8a72\\u6709\\u7528\\u55ce\\uff1f\\u6c92\\u6709\\uff0c\\u79b1\\u544a\\u4e26\\u6c92\\u6709\\u6548\\u7528\\u3002\\u2026\\u2026\\u2026\\u2026<br>\\r\\n\\u6211\\u89ba\\u5f97\\u9019\\u88e1\\u662f\\u5f88\\u56b4\\u91cd\\u7684\\u554f\\u984c\\uff0c\\u82e5\\u662f\\u7ffb\\u8b6f\\u554f\\u984c\\u90a3\\u672c\\u66f8\\u5c07\\u56e0\\u9019\\u6bb5\\u6558\\u8ff0\\u5168\\u7136\\u5931\\u6557\\uff0c\\u4f46\\u82e5\\u662f\\u4f5c\\u8005\\u672c\\u610f\\uff0c\\u90a3\\u5c31\\u66f4\\u6050\\u6016\\u56c9\\uff01<br>\\r\\n<br>\\r\\n\\u6b64\\u554f\\u984c\\u8b93\\u6211\\u806f\\u60f3\\u5230\\u6709\\u4e9b\\u5c08\\u696d\\u9818\\u57df\\u7684\\u57fa\\u7763\\u5f92\\uff0c\\u4ed6\\u5011\\u6709\\u6642\\u5019\\u70ba\\u4e86\\u8981\\u50b3\\u905e\\u8207\\u4ed6\\u5011\\u5c08\\u696d\\u76f8\\u95dc\\u7684\\u67d0\\u4e00\\u4e9b\\u50f9\\u503c\\uff0c\\u800c\\u523b\\u610f\\u7684\\u4ee5\\u57fa\\u7763\\u4fe1\\u4ef0\\u70ba\\u57fa\\u790e\\u4f86\\u5275\\u9020\\u51fa\\u4ed6\\u5011\\u7684\\u4e00\\u5957\\u5c08\\u696d\\u8ad6\\u8ff0\\u3002\\u4f8b\\u5982*\\u8056\\u7d93\\u7406\\u8ca1\\u6559\\u6230\\u3001\\u5148\\u77e5\\u6027\\u7e6a\\u756b\\u3001\\u5148\\u77e5\\u6027\\u97f3\\u6a02\\u3001\\u821e\\u8e48\\u3001\\u6216\\u662f\\u4ee5\\u8056\\u7d93\\u6545\\u4e8b\\u70ba\\u984c\\u6750\\u7684\\u7ba1\\u7406\\u5b78\\u3001\\u9818\\u5c0e\\u5b78\\u3001\\u54f2\\u5b78\\u3001\\u79d1\\u5b78\\u3001\\u6240\\u8b02\\u7684\\u5305\\u88dd\\u5f0f\\u7684\\u798f\\u97f3\\u5ba3\\u50b3\\u54c1\\u7b49\\u2026\\u2026\\u3002\\u7136\\u800c\\u9019\\u4e9b\\u4eba\\u4e0d\\u4e00\\u5b9a\\u662f\\u795e\\u5b78\\u57fa\\u790e\\u975e\\u5e38\\u7a69\\u56fa\\u7684\\u4eba\\uff0c\\u4f46\\u662f\\u4ed6\\u5011\\u6703\\u5f15\\u7528\\u8056\\u7d93\\u4f86\\u5e6b\\u4ed6\\u5011\\u7684\\u5b78\\u8aaa\\u6216\\u8ad6\\u8ff0\\u52a0\\u5f37\\u5408\\u7406\\u6027\\u3001\\u751a\\u81f3\\u662f\\u6b0a\\u5a01\\u6027\\u3002<br>\\r\\n<br>\\r\\n\\u9019\\u5176\\u5be6\\u96b1\\u85cf\\u8457\\u7522\\u751f\\u932f\\u8aa4\\u7684\\u5371\\u96aa\\uff0c\\u751a\\u81f3\\u6709\\u8a31\\u591a\\u7570\\u7aef\\u90aa\\u8aaa\\u53ef\\u80fd\\u90fd\\u662f\\u9019\\u6a23\\u767c\\u5c55\\u4f86\\u7684\\uff0c\\u6240\\u4ee5\\u9019\\u88e1\\u4e5f\\u63d0\\u9192\\u4e86\\u6211\\uff0c\\u4e0d\\u8ad6\\u662f\\u54ea\\u4e00\\u7a2e\\u8868\\u73fe\\u65b9\\u5f0f\\uff0c\\u5408\\u4e4e\\u771f\\u7406\\u662f\\u9996\\u8981\\u7684\\u689d\\u4ef6\\uff01 <br>\\r\\n<br>\\r\\n<br>\\r\\n*\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a\\u9020\\u53e5\\uff08\\u4e8c\\u64c7\\u4e00\\uff0c\\u6216\\u4e8c\\u984c\\u7686\\u7b54\\uff09\\uff1a<br>\\r\\n(a) \\u5230\\u76ee\\u524d\\u70ba\\u6b62\\uff0c\\u6211\\u5c0d\\u672c\\u8ab2\\u7684\\u5167\\u5bb9\\u6709\\u4ee5\\u4e0b\\u9019\\u4e9b\\u7591\\u554f\\u2026\\u2026<br>\\r\\nAns\\uff1a\\u8b1d\\u8b1d\\u8001\\u5e2b\\u5728\\u89c0\\u5ff5\\u4e0a\\u7684\\u6df1\\u8015\\uff0c\\u5e0c\\u671b\\u5f8c\\u7e8c\\u8ab2\\u7a0b\\u4e5f\\u66f4\\u591a\\u5e6b\\u52a9\\u540c\\u5b78\\u80fd\\u5c07\\u672c\\u8ab2\\u7a0b\\u7684\\u6838\\u5fc3\\u50f9\\u503c\\u9ad4\\u73fe\\u65bc\\u5be6\\u52d9\\u904b\\u4f5c\\u4e2d\\u3002<br>\\r\\n<br>\\r\\n(b) \\u7d93\\u6b77\\u4e86\\u524d\\u56db\\u5802\\u8ab2\\u4e4b\\u5f8c\\uff0c\\u6211\\u5e0c\\u671b\\u5728\\u8ab2\\u7a0b\\u7d50\\u675f\\u6642\\u6211\\u53ef\\u4ee5\\u56de\\u7b54\\u4ee5\\u4e0b\\u9019\\u500b\\u554f\\u984c\\uff08\\u6216\\u662f\\u5f97\\u5230\\u9019\\u65b9\\u9762\\u7684\\u77e5\\u8b58\\u6216\\u8cc7\\u6e90\\uff09\\u2026\\u2026<br>\\r\\nAns\\uff1a\\u5e0c\\u671b\\u80fd\\u5728\\u6642\\u4e0b\\u6d41\\u884c\\u6587\\u5316\\u5f71\\u97ff\\u4e0b\\u7684\\u5a92\\u9ad4(\\u7db2\\u7d05)\\u751f\\u614b\\u5708\\u4e2d\\u627e\\u5230\\u798f\\u97f3\\u6027\\u4f5c\\u54c1\\u80fd\\u9577\\u671f\\u767c\\u63ee\\u5f71\\u97ff\\u529b\\u7684\\u751f\\u5b58\\u6a21\\u5f0f\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":\"4\",\"triggeredfrom\":\"forum_update_post\"}',1697626563,'web','61.219.81.66',NULL),(4460,'\\mod_forum\\event\\post_updated','mod_forum','updated','post','forum_posts',50,'u',2,67,70,28,6,2,6,0,'{\"discussionid\":4,\"forumid\":7,\"forumtype\":\"single\"}',1697626563,'web','61.219.81.66',NULL),(4461,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,6,2,NULL,0,'null',1697626563,'web','61.219.81.66',NULL),(4462,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',50,'c',2,67,70,28,6,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6<br>\\r\\n<br>\\r\\n*\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a\\u7528250-400\\u5b57\\u63d0\\u51fa\\u4e00\\u5247\\u95dc\\u65bc\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300b\\u7b2c\\u4e00\\u3001\\u4e03\\u3001\\u516b\\u7ae0\\u7684\\u554f\\u984c\\u6216\\u662f\\u5fc3\\u5f97\\u3002\\uff08\\u554f\\u984c\\uff1a\\u770b\\u4e0d\\u61c2\\u3001\\u7591\\u60d1\\uff0c\\u60f3\\u8a62\\u554f\\u540c\\u5b78\\u610f\\u898b\\uff0c\\u6216\\u662f\\u60f3\\u53cd\\u554f\\u4f5c\\u8005\\u7684\\u554f\\u984c\\uff1b\\u5fc3\\u5f97\\uff1a\\u65b0\\u767c\\u73fe\\u3001\\u65b0\\u60f3\\u6cd5\\uff0c\\u6fc0\\u52f5\\u4f60\\u8981\\u505a\\u51fa\\u7684\\u56de\\u61c9\\u7b49\\u7b49\\u3002\\uff09<br>\\r\\n<br>\\r\\nAns\\uff1a\\u672c\\u66f8\\u7b2c\\u4e00\\u7ae0\\u8a0e\\u8ad6\\u4e86\\u6240\\u8b02\\u7684\\u7121\\u7528\\u8ddf\\u6709\\u7528\\u7684\\u50f9\\u503c\\u89c0\\uff0c\\u4f46\\u5728\\u7b2c38\\u9801\\u5167\\u5bb9\\u8b93\\u6211\\u611f\\u5230\\u7591\\u60d1\\u64d4\\u5fc3\\uff1b\\u4e0d\\u66c9\\u5f97\\u662f\\u7ffb\\u8b6f\\u7684\\u554f\\u984c\\uff1f\\u9084\\u662f\\u6211\\u8aa4\\u89e3\\u4e86\\u3002\\u56e0\\u70ba\\u7b2c38\\u9801\\u7684\\u6700\\u5f8c\\u4e00\\u884c\\u63d0\\u5230\\uff1a\\u79b1\\u544a\\u6709\\u6548\\u55ce\\uff1f\\u79b1\\u544a\\u61c9\\u8a72\\u6709\\u7528\\u55ce\\uff1f\\u6c92\\u6709\\uff0c\\u79b1\\u544a\\u4e26\\u6c92\\u6709\\u6548\\u7528\\u3002\\u2026\\u2026\\u2026\\u2026<br>\\r\\n\\u6211\\u89ba\\u5f97\\u9019\\u88e1\\u662f\\u5f88\\u56b4\\u91cd\\u7684\\u554f\\u984c\\uff0c\\u82e5\\u662f\\u7ffb\\u8b6f\\u554f\\u984c\\u90a3\\u672c\\u6587\\u5c07\\u56e0\\u9019\\u6bb5\\u6558\\u8ff0\\u53d7\\u640d\\uff0c\\u4f46\\u82e5\\u662f\\u4f5c\\u8005\\u672c\\u610f\\uff0c\\u90a3\\u5c31\\u66f4\\u6050\\u6016\\u56c9\\uff01<br>\\r\\n<br>\\r\\n\\u6b64\\u554f\\u984c\\u8b93\\u6211\\u806f\\u60f3\\u5230\\u6709\\u4e9b\\u5c08\\u696d\\u9818\\u57df\\u7684\\u57fa\\u7763\\u5f92\\uff0c\\u4ed6\\u5011\\u6709\\u6642\\u5019\\u70ba\\u4e86\\u8981\\u50b3\\u905e\\u8207\\u4ed6\\u5011\\u5c08\\u696d\\u76f8\\u95dc\\u7684\\u67d0\\u4e00\\u4e9b\\u50f9\\u503c\\uff0c\\u800c\\u523b\\u610f\\u7684\\u4ee5\\u57fa\\u7763\\u4fe1\\u4ef0\\u70ba\\u57fa\\u790e\\u4f86\\u5275\\u9020\\u51fa\\u4ed6\\u5011\\u7684\\u4e00\\u5957\\u5c08\\u696d\\u8ad6\\u8ff0\\u3002\\u4f8b\\u5982*\\u8056\\u7d93\\u7406\\u8ca1\\u6559\\u6230\\u3001\\u5148\\u77e5\\u6027\\u7e6a\\u756b\\u3001\\u5148\\u77e5\\u6027\\u97f3\\u6a02\\u3001\\u821e\\u8e48\\u3001\\u6216\\u662f\\u4ee5\\u8056\\u7d93\\u6545\\u4e8b\\u70ba\\u984c\\u6750\\u7684\\u7ba1\\u7406\\u5b78\\u3001\\u9818\\u5c0e\\u5b78\\u3001\\u54f2\\u5b78\\u3001\\u79d1\\u5b78\\u3001\\u6240\\u8b02\\u7684\\u5305\\u88dd\\u5f0f\\u7684\\u798f\\u97f3\\u5ba3\\u50b3\\u54c1\\u7b49\\u2026\\u2026\\u3002\\u7136\\u800c\\u9019\\u4e9b\\u4eba\\u4e0d\\u4e00\\u5b9a\\u662f\\u795e\\u5b78\\u57fa\\u790e\\u975e\\u5e38\\u7a69\\u56fa\\u7684\\u4eba\\uff0c\\u4f46\\u662f\\u4ed6\\u5011\\u6703\\u5f15\\u7528\\u8056\\u7d93\\u4f86\\u5e6b\\u4ed6\\u5011\\u7684\\u5b78\\u8aaa\\u6216\\u8ad6\\u8ff0\\u52a0\\u5f37\\u5408\\u7406\\u6027\\u3001\\u751a\\u81f3\\u662f\\u6b0a\\u5a01\\u6027\\u3002<br>\\r\\n<br>\\r\\n\\u9019\\u5176\\u5be6\\u96b1\\u85cf\\u8457\\u7522\\u751f\\u932f\\u8aa4\\u7684\\u5371\\u96aa\\uff0c\\u751a\\u81f3\\u6709\\u8a31\\u591a\\u7570\\u7aef\\u90aa\\u8aaa\\u53ef\\u80fd\\u90fd\\u662f\\u9019\\u6a23\\u767c\\u5c55\\u4f86\\u7684\\uff0c\\u6240\\u4ee5\\u9019\\u88e1\\u4e5f\\u63d0\\u9192\\u4e86\\u6211\\uff0c\\u4e0d\\u8ad6\\u662f\\u54ea\\u4e00\\u7a2e\\u8868\\u73fe\\u65b9\\u5f0f\\uff0c\\u5408\\u4e4e\\u771f\\u7406\\u662f\\u9996\\u8981\\u7684\\u689d\\u4ef6\\uff01 <br>\\r\\n<br>\\r\\n<br>\\r\\n*\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a\\u9020\\u53e5\\uff08\\u4e8c\\u64c7\\u4e00\\uff0c\\u6216\\u4e8c\\u984c\\u7686\\u7b54\\uff09\\uff1a<br>\\r\\n(a) \\u5230\\u76ee\\u524d\\u70ba\\u6b62\\uff0c\\u6211\\u5c0d\\u672c\\u8ab2\\u7684\\u5167\\u5bb9\\u6709\\u4ee5\\u4e0b\\u9019\\u4e9b\\u7591\\u554f\\u2026\\u2026<br>\\r\\nAns\\uff1a\\u8b1d\\u8b1d\\u8001\\u5e2b\\u5728\\u89c0\\u5ff5\\u4e0a\\u7684\\u6df1\\u8015\\uff0c\\u5e0c\\u671b\\u5f8c\\u7e8c\\u8ab2\\u7a0b\\u4e5f\\u66f4\\u591a\\u5e6b\\u52a9\\u540c\\u5b78\\u80fd\\u5c07\\u672c\\u8ab2\\u7a0b\\u7684\\u6838\\u5fc3\\u50f9\\u503c\\u9ad4\\u73fe\\u65bc\\u5be6\\u52d9\\u904b\\u4f5c\\u4e2d\\u3002<br>\\r\\n<br>\\r\\n(b) \\u7d93\\u6b77\\u4e86\\u524d\\u56db\\u5802\\u8ab2\\u4e4b\\u5f8c\\uff0c\\u6211\\u5e0c\\u671b\\u5728\\u8ab2\\u7a0b\\u7d50\\u675f\\u6642\\u6211\\u53ef\\u4ee5\\u56de\\u7b54\\u4ee5\\u4e0b\\u9019\\u500b\\u554f\\u984c\\uff08\\u6216\\u662f\\u5f97\\u5230\\u9019\\u65b9\\u9762\\u7684\\u77e5\\u8b58\\u6216\\u8cc7\\u6e90\\uff09\\u2026\\u2026<br>\\r\\nAns\\uff1a\\u5e0c\\u671b\\u80fd\\u5728\\u6642\\u4e0b\\u6d41\\u884c\\u6587\\u5316\\u5f71\\u97ff\\u4e0b\\u7684\\u5a92\\u9ad4(\\u7db2\\u7d05)\\u751f\\u614b\\u5708\\u4e2d\\u627e\\u5230\\u798f\\u97f3\\u6027\\u4f5c\\u54c1\\u80fd\\u9577\\u671f\\u767c\\u63ee\\u5f71\\u97ff\\u529b\\u7684\\u751f\\u5b58\\u6a21\\u5f0f\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":\"4\",\"triggeredfrom\":\"forum_update_post\"}',1697626658,'web','61.219.81.66',NULL),(4463,'\\mod_forum\\event\\post_updated','mod_forum','updated','post','forum_posts',50,'u',2,67,70,28,6,2,6,0,'{\"discussionid\":4,\"forumid\":7,\"forumtype\":\"single\"}',1697626658,'web','61.219.81.66',NULL),(4464,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,6,2,NULL,0,'null',1697626659,'web','61.219.81.66',NULL),(4465,'\\mod_forum\\event\\course_module_instance_list_viewed','mod_forum','viewed','course_module_instance_list',NULL,NULL,'r',0,2,50,1,0,1,NULL,0,'null',1697626776,'web','35.225.82.182',NULL),(4466,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697627327,'web','125.229.183.111',NULL),(4467,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1697627335,'web','125.229.183.111',NULL),(4468,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1697627335,'web','125.229.183.111',NULL),(4469,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,22,0,NULL,0,'null',1697627341,'web','125.229.183.111',NULL),(4470,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1697627344,'web','125.229.183.111',NULL),(4471,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',13,'r',2,64,70,25,22,2,NULL,0,'null',1697627352,'web','125.229.183.111',NULL),(4472,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1697627354,'web','125.229.183.111',NULL),(4473,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,22,2,NULL,0,'null',1697627359,'web','125.229.183.111',NULL),(4474,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697627663,'web','111.241.167.110',NULL),(4475,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1697627668,'web','111.241.167.110',NULL),(4476,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1697627668,'web','111.241.167.110',NULL),(4477,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1697627671,'web','111.241.167.110',NULL),(4478,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',1,'r',2,27,70,8,11,2,NULL,0,'null',1697627692,'web','111.241.167.110',NULL),(4479,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1697627747,'web','111.241.167.110',NULL),(4480,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697628163,'web','218.203.249.188',NULL),(4481,'\\core\\event\\user_loggedin','core','loggedin','user','user',12,'r',0,1,10,0,12,0,NULL,0,'{\"username\":\"fishalive@sohu.com\",\"extrauserinfo\":[]}',1697628169,'web','218.203.249.188',NULL),(4482,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,12,1,NULL,0,'null',1697628169,'web','218.203.249.188',NULL),(4483,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1697628171,'web','218.203.249.188',NULL),(4484,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,12,2,NULL,0,'null',1697628175,'web','218.203.249.188',NULL),(4485,'\\core\\event\\user_loggedout','core','loggedout','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"sessionid\":\"1qpnnqtve43um4lrcs91sk9k0a\"}',1697628281,'web','111.241.167.110',NULL),(4486,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697628281,'web','111.241.167.110',NULL),(4487,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',51,'c',2,67,70,28,12,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a<br \\/>\\n \\u8bfb\\u4e86\\u7b2c\\u4e00\\u7ae0\\uff0c\\u6211\\u6700\\u6df1\\u7684\\u611f\\u89e6\\u5c31\\u662f\\uff1a\\u8fd9\\u4e16\\u754c\\u7684\\u4e07\\u6709\\u90fd\\u662f\\u795e\\u7ed9\\u6211\\u4eec\\u7684\\u793c\\u7269\\uff0c\\u6587\\u5316\\u4e5f\\u662f\\u795e\\u7ed9\\u6211\\u4eec\\u7684\\u793c\\u7269\\u3002\\u8fd9\\u662f\\u4e2a\\u6d45\\u663e\\u6613\\u61c2\\u7684\\u9053\\u7406\\uff0c\\u4f46\\u6211\\u5374\\u5e38\\u5e38\\u5fd8\\u8bb0\\u3002\\u795e\\u6551\\u8d4e\\u6211\\u4eec\\u7684\\u76ee\\u7684\\u662f\\u8ba9\\u6211\\u4eec\\u656c\\u62dc\\u3002\\u656c\\u62dc\\u662f\\u975e\\u5b9e\\u7528\\u7684\\uff0c\\u5b83\\u8981\\u6c42\\u6211\\u4eec\\u7528\\u6211\\u4eec\\u7684\\u5fc3\\uff0c\\u800c\\u4e0d\\u662f\\u7406\\u6027\\u7684\\u7b97\\u8ba1\\u3002\\u6211\\u4eec\\u7684\\u987a\\u4ece\\u4e0d\\u662f\\u4e3a\\u4e86\\u6309\\u7167\\u795e\\u7684\\u6cd5\\u5219\\u5b9e\\u73b0\\u6211\\u4eec\\u7684\\u76ee\\u7684\\uff0c\\u800c\\u662f\\u5728\\u7231\\u91cc\\u63a5\\u53d7\\u795e\\u7ed9\\u6211\\u4eec\\u7684\\u793c\\u7269\\u3002\\u6211\\u89c9\\u5f97\\u6559\\u4f1a\\u7684\\u5f88\\u591a\\u4e8b\\u5de5\\u90fd\\u592a\\u5306\\u5fd9\\uff0c\\u53ef\\u80fd\\u662f\\u57ce\\u5e02\\u592a\\u5927\\uff0c\\u53bb\\u6559\\u4f1a\\u8def\\u7a0b\\u592a\\u8fdc\\uff0c\\u603b\\u60f3\\u5c3d\\u53ef\\u80fd\\u628a\\u5404\\u79cd\\u4e8b\\u5de5\\u90fd\\u96c6\\u4e2d\\u5728\\u4e3b\\u65e5\\uff0c\\u56e0\\u4e3a\\u9664\\u6b64\\u4ee5\\u5916\\u5f88\\u96be\\u518d\\u627e\\u51fa\\u522b\\u7684\\u65f6\\u95f4\\u4e86\\u3002\\u8bfb\\u4e86\\u8fd9\\u4e00\\u7ae0\\u4ee5\\u540e\\uff0c\\u6211\\u5e0c\\u671b\\u80fd\\u4ece\\u795e\\u7684\\u793c\\u7269\\u8fd9\\u4e2a\\u89d2\\u5ea6\\uff0c\\u91cd\\u65b0\\u5ba1\\u89c6\\u6211\\u4eec\\u6b63\\u5728\\u505a\\u7684\\u548c\\u51c6\\u5907\\u505a\\u7684\\u6240\\u6709\\u4e8b\\u5de5\\uff0c\\u53bb\\u53d1\\u73b0\\u57fa\\u7763\\u6b63\\u5728\\u62ff\\u8d77\\u3001\\u64d8\\u5f00\\u3001\\u795d\\u798f\\u3001\\u7ed9\\u51fa\\u53bb\\u3002<br \\/>\\n \\u4e2d\\u56fd\\u7684\\u9752\\u5c11\\u5e74\\u771f\\u7684\\u5f88\\u8f9b\\u82e6\\uff0c\\u5b66\\u4e1a\\u7684\\u538b\\u529b\\u8ba9\\u6bcf\\u4e2a\\u9752\\u5c11\\u5e74\\u51e0\\u4e4e\\u6ca1\\u6709\\u4e00\\u70b9\\u95f2\\u6687\\u65f6\\u95f4\\u3002\\u9752\\u5c11\\u5e74\\u7684\\u7236\\u6bcd\\u4e5f\\u5f88\\u8f9b\\u82e6\\uff0c\\u76fc\\u671b\\u7740\\u5b69\\u5b50\\u80fd\\u591f\\u6210\\u624d\\uff0c\\u653e\\u5f03\\u4e86\\u5f88\\u591a\\u73a9\\u4e50\\u548c\\u4eab\\u53d7\\u3002\\u6211\\u4eec\\u5e38\\u5e38\\u53d1\\u73b0\\uff0c\\u5de5\\u4f5c\\u4e4b\\u4f59\\uff0c\\u76d1\\u7763\\u5b69\\u5b50\\u5b8c\\u6210\\u4f5c\\u4e1a\\u5e76\\u7ed9\\u4e88\\u5fc5\\u8981\\u7684\\u8f85\\u5bfc\\uff0c\\u5269\\u4e0b\\u7684\\u65f6\\u95f4\\u57fa\\u672c\\u4e0a\\u90fd\\u7528\\u6765\\u670d\\u4f8d\\uff0c\\u518d\\u53bb\\u6389\\u4e00\\u4e9b\\u6700\\u57fa\\u672c\\u7684\\u4eba\\u60c5\\u5f80\\u6765\\uff0c\\u5c31\\u6ca1\\u6709\\u4ec0\\u4e48\\u65f6\\u95f4\\u548c\\u5b69\\u5b50\\u7545\\u8c08\\u4ea4\\u901a\\u4e86\\u3002\\u5e0c\\u671b\\u6211\\u4eec\\u80fd\\u5b66\\u4f1a\\u5728\\u4e3b\\u91cc\\u653e\\u4e0b\\u91cd\\u62c5\\uff0c\\u4ee5\\u5c0f\\u5b69\\u5b50\\u7684\\u5fc3\\u6001\\uff0c\\u4eab\\u53d7\\u795e\\u8d50\\u7ed9\\u6211\\u4eec\\u7684\\u4e00\\u5207\\u3002<br \\/>\\n<br \\/>\\n\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a<br \\/>\\n \\u5230\\u76ee\\u524d\\u4e3a\\u6b62\\uff0c\\u6211\\u4eec\\u5b66\\u4e60\\u4e86\\u4e00\\u4e9b\\u5373\\u5174\\u6e38\\u620f\\uff0c\\u4e5f\\u5bf9\\u827a\\u672f\\u5728\\u7267\\u517b\\u4e2d\\u7684\\u91cd\\u8981\\u4f5c\\u7528\\u6709\\u4e86\\u4e00\\u5b9a\\u7684\\u8ba4\\u77e5\\u3002\\u63a5\\u4e0b\\u6765\\u5e0c\\u671b\\u80fd\\u7ed3\\u5408\\u4e00\\u4e9b\\u5177\\u4f53\\u6848\\u4f8b\\uff0c\\u5b66\\u4e60\\u5728\\u5177\\u4f53\\u4e8b\\u5de5\\u4e2d\\uff0c\\u9762\\u5bf9\\u7684\\u9752\\u5c11\\u5e74\\u5bf9\\u8c61\\u80cc\\u666f\\u7279\\u70b9\\uff0c\\u5f00\\u5c55\\u4e8b\\u5de5\\u7684\\u65b9\\u5f0f\\uff0c\\u827a\\u672f\\u3001\\u5a92\\u4f53\\u3001\\u620f\\u5267\\u7684\\u5e94\\u7528\\uff0c\\u53d6\\u5f97\\u7684\\u6548\\u679c\\u3002\\u56e0\\u4e3a\\u611f\\u89c9\\u81ea\\u5df1\\u8fd8\\u662f\\u5f88\\u7f3a\\u5c11\\u521b\\u610f\\uff0c\\u5bf9\\u5723\\u7075\\u7684\\u5de5\\u4f5c\\u7f3a\\u4e4f\\u60f3\\u8c61\\uff0c\\u6240\\u4ee5\\u9700\\u8981\\u66f4\\u591a\\u5177\\u4f53\\u7684\\u5f15\\u5bfc\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":4,\"triggeredfrom\":\"forum_add_new_post\"}',1697628301,'web','218.203.249.188',NULL),(4488,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',51,'c',2,67,70,28,12,2,NULL,0,'{\"discussionid\":4,\"forumid\":7,\"forumtype\":\"single\"}',1697628301,'web','218.203.249.188',NULL),(4489,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',45,'c',2,67,70,28,12,2,12,0,'{\"forumid\":7,\"discussion\":4}',1697628301,'web','218.203.249.188',NULL),(4490,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,12,2,NULL,0,'null',1697628301,'web','218.203.249.188',NULL),(4491,'\\core\\event\\notification_sent','core','sent','notification','notifications',397,'c',0,1,10,0,6,0,15,0,'{\"courseid\":\"2\"}',1697628307,'cli',NULL,NULL),(4492,'\\core\\event\\notification_sent','core','sent','notification','notifications',398,'c',0,1,10,0,6,0,6,0,'{\"courseid\":\"2\"}',1697628310,'cli',NULL,NULL),(4493,'\\core\\event\\notification_sent','core','sent','notification','notifications',399,'c',0,1,10,0,6,0,11,0,'{\"courseid\":\"2\"}',1697628313,'cli',NULL,NULL),(4494,'\\core\\event\\notification_sent','core','sent','notification','notifications',400,'c',0,1,10,0,6,0,23,0,'{\"courseid\":\"2\"}',1697628316,'cli',NULL,NULL),(4495,'\\core\\event\\notification_sent','core','sent','notification','notifications',401,'c',0,1,10,0,6,0,13,0,'{\"courseid\":\"2\"}',1697628319,'cli',NULL,NULL),(4496,'\\core\\event\\notification_sent','core','sent','notification','notifications',402,'c',0,1,10,0,6,0,21,0,'{\"courseid\":\"2\"}',1697628321,'cli',NULL,NULL),(4497,'\\core\\event\\notification_sent','core','sent','notification','notifications',403,'c',0,1,10,0,6,0,20,0,'{\"courseid\":\"2\"}',1697628324,'cli',NULL,NULL),(4498,'\\core\\event\\notification_sent','core','sent','notification','notifications',404,'c',0,1,10,0,6,0,16,0,'{\"courseid\":\"2\"}',1697628327,'cli',NULL,NULL),(4499,'\\core\\event\\notification_sent','core','sent','notification','notifications',405,'c',0,1,10,0,6,0,2,0,'{\"courseid\":\"2\"}',1697628330,'cli',NULL,NULL),(4500,'\\core\\event\\notification_sent','core','sent','notification','notifications',406,'c',0,1,10,0,6,0,19,0,'{\"courseid\":\"2\"}',1697628333,'cli',NULL,NULL),(4501,'\\core\\event\\notification_sent','core','sent','notification','notifications',407,'c',0,1,10,0,6,0,14,0,'{\"courseid\":\"2\"}',1697628336,'cli',NULL,NULL),(4502,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,12,2,NULL,0,'null',1697628353,'web','218.203.249.188',NULL),(4503,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,12,2,NULL,0,'null',1697628534,'web','218.203.249.188',NULL),(4504,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,12,2,NULL,0,'null',1697628560,'web','218.203.249.188',NULL),(4505,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,12,2,NULL,0,'null',1697628662,'web','218.203.249.188',NULL),(4506,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,12,2,NULL,0,'null',1697628668,'web','218.203.249.188',NULL),(4507,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"reason\":3}',1697630042,'web','114.24.113.252',NULL),(4508,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1697630059,'web','114.24.113.252',NULL),(4509,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,5,2,NULL,0,'null',1697630060,'web','114.24.113.252',NULL),(4510,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,5,2,NULL,0,'null',1697630071,'web','114.24.113.252',NULL),(4511,'\\core\\event\\notification_sent','core','sent','notification','notifications',408,'c',0,1,10,0,0,0,5,0,'{\"courseid\":\"1\"}',1697630106,'cli',NULL,NULL),(4512,'\\core\\event\\notification_sent','core','sent','notification','notifications',409,'c',0,1,10,0,12,0,15,0,'{\"courseid\":\"2\"}',1697630109,'cli',NULL,NULL),(4513,'\\core\\event\\notification_sent','core','sent','notification','notifications',410,'c',0,1,10,0,12,0,6,0,'{\"courseid\":\"2\"}',1697630112,'cli',NULL,NULL),(4514,'\\core\\event\\notification_sent','core','sent','notification','notifications',411,'c',0,1,10,0,12,0,11,0,'{\"courseid\":\"2\"}',1697630115,'cli',NULL,NULL),(4515,'\\core\\event\\notification_sent','core','sent','notification','notifications',412,'c',0,1,10,0,12,0,23,0,'{\"courseid\":\"2\"}',1697630118,'cli',NULL,NULL),(4516,'\\core\\event\\notification_sent','core','sent','notification','notifications',413,'c',0,1,10,0,12,0,12,0,'{\"courseid\":\"2\"}',1697630121,'cli',NULL,NULL),(4517,'\\core\\event\\notification_sent','core','sent','notification','notifications',414,'c',0,1,10,0,12,0,13,0,'{\"courseid\":\"2\"}',1697630123,'cli',NULL,NULL),(4518,'\\core\\event\\notification_sent','core','sent','notification','notifications',415,'c',0,1,10,0,12,0,21,0,'{\"courseid\":\"2\"}',1697630126,'cli',NULL,NULL),(4519,'\\core\\event\\notification_sent','core','sent','notification','notifications',416,'c',0,1,10,0,12,0,20,0,'{\"courseid\":\"2\"}',1697630129,'cli',NULL,NULL),(4520,'\\core\\event\\notification_sent','core','sent','notification','notifications',417,'c',0,1,10,0,12,0,16,0,'{\"courseid\":\"2\"}',1697630132,'cli',NULL,NULL),(4521,'\\core\\event\\notification_sent','core','sent','notification','notifications',418,'c',0,1,10,0,12,0,2,0,'{\"courseid\":\"2\"}',1697630135,'cli',NULL,NULL),(4522,'\\core\\event\\notification_sent','core','sent','notification','notifications',419,'c',0,1,10,0,12,0,19,0,'{\"courseid\":\"2\"}',1697630137,'cli',NULL,NULL),(4523,'\\core\\event\\notification_sent','core','sent','notification','notifications',420,'c',0,1,10,0,12,0,14,0,'{\"courseid\":\"2\"}',1697630140,'cli',NULL,NULL),(4524,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',1,'r',2,27,70,8,12,2,NULL,0,'null',1697630271,'web','218.203.249.188',NULL),(4525,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,12,2,NULL,0,'null',1697630284,'web','218.203.249.188',NULL),(4526,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697664881,'web','111.7.96.156',NULL),(4527,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697664881,'web','111.7.96.156',NULL),(4528,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697679613,'web','73.219.6.51',NULL),(4529,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1697679681,'web','73.219.6.51',NULL),(4530,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1697679681,'web','73.219.6.51',NULL),(4531,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697679683,'web','73.219.6.51',NULL),(4532,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697679691,'web','73.219.6.51',NULL),(4533,'\\core\\event\\course_module_created','core','created','course_module','course_modules',29,'c',1,68,70,29,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":16,\"name\":\"\\u7b2c\\u4e94\\u9031\\u8b1b\\u7fa9\"}',1697679712,'web','73.219.6.51',NULL),(4534,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697679713,'web','73.219.6.51',NULL),(4535,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697679717,'web','73.219.6.51',NULL),(4536,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,2,2,NULL,0,'null',1697679854,'web','73.219.6.51',NULL),(4537,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697681256,'web','111.7.96.163',NULL),(4538,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697681260,'web','111.7.96.163',NULL),(4539,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697682925,'web','111.241.167.110',NULL),(4540,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1697682948,'web','111.241.167.110',NULL),(4541,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1697682948,'web','111.241.167.110',NULL),(4542,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1697682954,'web','111.241.167.110',NULL),(4543,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',15,'r',2,66,70,27,11,2,NULL,0,'null',1697682961,'web','111.241.167.110',NULL),(4544,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',12,'r',2,63,70,24,11,2,NULL,0,'null',1697682970,'web','111.241.167.110',NULL),(4545,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1697684119,'web','123.193.67.155',NULL),(4546,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,5,2,NULL,0,'null',1697684119,'web','123.193.67.155',NULL),(4547,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,5,2,NULL,0,'null',1697684152,'web','123.193.67.155',NULL),(4548,'\\core\\event\\notification_sent','core','sent','notification','notifications',421,'c',0,1,10,0,0,0,5,0,'{\"courseid\":\"1\"}',1697684167,'cli',NULL,NULL),(4549,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1697684206,'web','111.241.167.110',NULL),(4550,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',52,'c',2,67,70,28,5,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a\\u7528250-400\\u5b57\\u63d0\\u51fa\\u4e00\\u5247\\u95dc\\u65bc\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300b\\u7b2c\\u4e00\\u3001\\u4e03\\u3001\\u516b\\u7ae0\\u7684\\u554f\\u984c\\u6216\\u662f\\u5fc3\\u5f97\\u3002\\uff08\\u554f\\u984c\\uff1a\\u770b\\u4e0d\\u61c2\\u3001\\u7591\\u60d1\\uff0c\\u60f3\\u8a62\\u554f\\u540c\\u5b78\\u610f\\u898b\\uff0c\\u6216\\u662f\\u60f3\\u53cd\\u554f\\u4f5c\\u8005\\u7684\\u554f\\u984c\\uff1b\\u5fc3\\u5f97\\uff1a\\u65b0\\u767c\\u73fe\\u3001\\u65b0\\u60f3\\u6cd5\\uff0c\\u6fc0\\u52f5\\u4f60\\u8981\\u505a\\u51fa\\u7684\\u56de\\u61c9\\u7b49\\u7b49\\u3002\\uff09<br \\/>\\n \\u6211\\u5f88\\u559c\\u6b61\\u7b2c\\u4e00\\u7ae0\\u7684\\u4f5c\\u8005\\u900f\\u904e\\u5275\\u4e16\\u8a18\\u4e8c\\u7ae0\\u4f86\\u8aaa\\u660e\\u300c\\u8036\\u548c\\u83ef\\u795e\\u672c\\u8eab\\u5c31\\u662f\\u6587\\u5316\\u88fd\\u9020\\u8005-\\u4ed6\\u662f\\u5728\\u9019\\u4e16\\u754c\\u88fd\\u9020\\u67d0\\u6a23\\u6771\\u897f\\u7684\\u8015\\u8018\\u8005\\u3002\\u300d\\u9019\\u500b\\u6982\\u5ff5\\uff0c\\u7684\\u78ba\\uff0c\\u5c0d\\u6211\\u5011\\u8b80\\u7d93\\u7684\\u4eba\\u4f86\\u8aaa\\uff0c\\u5728\\u5275\\u4e16\\u4ee5\\u5148\\u4f3c\\u4e4e\\u795e\\u9810\\u5099\\u4e86\\u4e00\\u500b\\u5834\\u666f\\uff0c\\u6709\\u5e03\\u666f\\u3001\\u97f3\\u6a02\\u3001\\u71c8\\u5149\\u7b49\\uff0c\\u7136\\u5f8c\\u518d\\u5c07\\u6f14\\u54e1(\\u4e9e\\u7576\\u7b49\\u4eba)\\u653e\\u5728\\u5176\\u4e2d\\uff0c\\u9032\\u800c\\u5c08\\u5fc3\\u65bc\\u5287\\u78bc\\u7576\\u4e2d\\u7684\\u60c5\\u7bc0\\uff0c\\u4f46\\u537b\\u9bae\\u5c11\\u5c07\\u7126\\u9ede\\u653e\\u5728\\u662f\\u8ab0\\u5275\\u9020\\u4e86\\u9019\\u500b\\u5834\\u666f\\uff1f\\u4ed6\\u53c8\\u60f3\\u8981\\u900f\\u904e\\u9019\\u500b\\u5834\\u666f\\u50b3\\u905e\\u4e9b\\u751a\\u9ebc\\uff1f\\u85dd\\u8853\\u5bb6\\u4e0d\\u662f\\u5275\\u9020\\u8005(\\u4ee5\\u514d\\u81ea\\u50b2\\u81ea\\u5927\\u9677\\u5165\\u534a\\u795e\\u7684\\u9a55\\u50b2\\u4e2d)\\uff0c\\u800c\\u662f\\u518d\\u5275\\u9020\\u8005\\uff0c\\u662f\\u5e36\\u9818\\u89c0\\u8005\\u8b9a\\u5606\\u80cc\\u5f8c\\u5275\\u9020\\u8005\\u7684\\u5947\\u5999\\uff0c\\u9032\\u800c\\u737b\\u4e0a\\u656c\\u62dc\\u7684\\u3002\\u300c\\u5c11\\u9ede\\u8ac7\\u8ad6\\u85dd\\u8853\\u5bb6\\u662f\\u5275\\u9020\\u8005\\uff0c\\u800c\\u591a\\u9ede\\u8ac7\\u8ad6\\u85dd\\u8853\\u5bb6\\u6bd4\\u8f03\\u50cf\\u662f\\u518d\\u5275\\u9020\\u8005\\u3002\\u5c11\\u8ac7\\u4e00\\u4e9b\\u5275\\u9020\\u529b\\uff0c\\u800c\\u591a\\u8a0e\\u8ad6\\u518d\\u5275\\u9020\\u529b\\u3002\\u5c11\\u8ac7\\u4e9b\\u5275\\u9020\\u65b0\\u4e16\\u754c\\uff0c\\u591a\\u8a0e\\u8ad6\\u6709\\u95dc\\u501a\\u9760\\u8056\\u9748\\u5206\\u4eab\\u795e\\u5c0d\\u7942\\u5df2\\u9020\\u6210\\u4e16\\u754c\\u7684\\u518d\\u5275\\u9020\\u3002\\u300d<br \\/>\\n <br \\/>\\n\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a\\u9020\\u53e5\\uff08\\u4e8c\\u64c7\\u4e00\\uff0c\\u6216\\u4e8c\\u984c\\u7686\\u7b54\\uff09\\uff1a<br \\/>\\n(b) \\u7d93\\u6b77\\u4e86\\u524d\\u56db\\u5802\\u8ab2\\u4e4b\\u5f8c\\uff0c\\u6211\\u5e0c\\u671b\\u5728\\u8ab2\\u7a0b\\u7d50\\u675f\\u6642\\u6211\\u53ef\\u4ee5\\u56de\\u7b54\\u4ee5\\u4e0b\\u9019\\u500b\\u554f\\u984c\\uff08\\u6216\\u662f\\u5f97\\u5230\\u9019\\u65b9\\u9762\\u7684\\u77e5\\u8b58\\u6216\\u8cc7\\u6e90\\uff09\\u2026\\u2026<br \\/>\\n\\u6211\\u6240\\u670d\\u4e8b\\u7684\\u6559\\u6703\\u53ef\\u4ee5\\u5982\\u4f55\\u85c9\\u7531\\u85dd\\u8853\\u53cd\\u61c9\\u738b\\u7684\\u69ae\\u7f8e\\uff1f\\u6211\\u53ef\\u4ee5\\u5982\\u4f55\\u8207\\u90a3\\u4e9b\\u900f\\u904e\\u85dd\\u8853\\u8ff0\\u8aaa\\u795e\\u69ae\\u7f8e\\u7684\\u4eba\\u4e00\\u8d77\\u540c\\u5de5\\uff1f<\\/div>\",\"pathnamehashes\":[],\"discussionid\":4,\"triggeredfrom\":\"forum_add_new_post\"}',1697684508,'web','123.193.67.155',NULL),(4551,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',52,'c',2,67,70,28,5,2,NULL,0,'{\"discussionid\":4,\"forumid\":7,\"forumtype\":\"single\"}',1697684508,'web','123.193.67.155',NULL),(4552,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',46,'c',2,67,70,28,5,2,5,0,'{\"forumid\":7,\"discussion\":4}',1697684508,'web','123.193.67.155',NULL),(4553,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,5,2,NULL,0,'null',1697684509,'web','123.193.67.155',NULL),(4554,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1697684917,'web','111.241.167.110',NULL),(4555,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697686123,'web','36.227.251.203',NULL),(4556,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697686126,'web','36.227.251.203',NULL),(4557,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697686205,'web','147.92.179.108',NULL),(4558,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697686212,'web','147.92.179.112',NULL),(4559,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697686232,'web','147.92.179.108',NULL),(4560,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697686242,'web','36.227.251.203',NULL),(4561,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"232222\",\"reason\":1}',1697686265,'web','36.227.251.203',NULL),(4562,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697686338,'web','36.227.251.203',NULL),(4563,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1697686354,'web','36.227.251.203',NULL),(4564,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1697686354,'web','36.227.251.203',NULL),(4565,'\\core\\event\\notification_sent','core','sent','notification','notifications',422,'c',0,1,10,0,5,0,15,0,'{\"courseid\":\"2\"}',1697686326,'cli',NULL,NULL),(4566,'\\core\\event\\notification_sent','core','sent','notification','notifications',423,'c',0,1,10,0,5,0,6,0,'{\"courseid\":\"2\"}',1697686329,'cli',NULL,NULL),(4567,'\\core\\event\\notification_sent','core','sent','notification','notifications',424,'c',0,1,10,0,5,0,11,0,'{\"courseid\":\"2\"}',1697686332,'cli',NULL,NULL),(4568,'\\core\\event\\notification_sent','core','sent','notification','notifications',425,'c',0,1,10,0,5,0,23,0,'{\"courseid\":\"2\"}',1697686334,'cli',NULL,NULL),(4569,'\\core\\event\\notification_sent','core','sent','notification','notifications',426,'c',0,1,10,0,5,0,12,0,'{\"courseid\":\"2\"}',1697686337,'cli',NULL,NULL),(4570,'\\core\\event\\notification_sent','core','sent','notification','notifications',427,'c',0,1,10,0,5,0,13,0,'{\"courseid\":\"2\"}',1697686340,'cli',NULL,NULL),(4571,'\\core\\event\\notification_sent','core','sent','notification','notifications',428,'c',0,1,10,0,5,0,5,0,'{\"courseid\":\"2\"}',1697686342,'cli',NULL,NULL),(4572,'\\core\\event\\notification_sent','core','sent','notification','notifications',429,'c',0,1,10,0,5,0,21,0,'{\"courseid\":\"2\"}',1697686345,'cli',NULL,NULL),(4573,'\\core\\event\\notification_sent','core','sent','notification','notifications',430,'c',0,1,10,0,5,0,20,0,'{\"courseid\":\"2\"}',1697686348,'cli',NULL,NULL),(4574,'\\core\\event\\notification_sent','core','sent','notification','notifications',431,'c',0,1,10,0,5,0,16,0,'{\"courseid\":\"2\"}',1697686350,'cli',NULL,NULL),(4575,'\\core\\event\\notification_sent','core','sent','notification','notifications',432,'c',0,1,10,0,5,0,2,0,'{\"courseid\":\"2\"}',1697686353,'cli',NULL,NULL),(4576,'\\core\\event\\notification_sent','core','sent','notification','notifications',433,'c',0,1,10,0,5,0,19,0,'{\"courseid\":\"2\"}',1697686356,'cli',NULL,NULL),(4577,'\\core\\event\\notification_sent','core','sent','notification','notifications',434,'c',0,1,10,0,5,0,14,0,'{\"courseid\":\"2\"}',1697686359,'cli',NULL,NULL),(4578,'\\core\\event\\notification_sent','core','sent','notification','notifications',435,'c',0,1,10,0,0,0,17,0,'{\"courseid\":\"1\"}',1697686362,'cli',NULL,NULL),(4579,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697686381,'web','147.92.179.105',NULL),(4580,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697686388,'web','36.227.196.165',NULL),(4581,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1697686401,'web','36.227.196.165',NULL),(4582,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1697686401,'web','36.227.196.165',NULL),(4583,'\\core\\event\\notification_sent','core','sent','notification','notifications',436,'c',0,1,10,0,0,0,17,0,'{\"courseid\":\"1\"}',1697686445,'cli',NULL,NULL),(4584,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1697686580,'web','36.227.196.165',NULL),(4585,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,17,2,NULL,0,'null',1697686585,'web','36.227.196.165',NULL),(4586,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,17,2,NULL,0,'null',1697686623,'web','36.227.196.165',NULL),(4587,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',13,'r',2,64,70,25,17,2,NULL,0,'null',1697686632,'web','36.227.196.165',NULL),(4588,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,17,2,NULL,0,'null',1697686647,'web','36.227.196.165',NULL),(4589,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',13,'r',2,64,70,25,17,2,NULL,0,'null',1697686663,'web','36.227.196.165',NULL),(4590,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',14,'r',2,65,70,26,17,2,NULL,0,'null',1697686668,'web','36.227.196.165',NULL),(4591,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',15,'r',2,66,70,27,17,2,NULL,0,'null',1697686672,'web','36.227.196.165',NULL),(4592,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697686800,'web','73.219.6.51',NULL),(4593,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697686804,'web','73.219.6.51',NULL),(4594,'\\core\\event\\course_section_created','core','created','course_section','course_sections',8,'c',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":6}',1697686807,'web','73.219.6.51',NULL),(4595,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',8,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"6\"}',1697686819,'web','73.219.6.51',NULL),(4596,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',7,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"5\"}',1697686824,'web','73.219.6.51',NULL),(4597,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',6,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"4\"}',1697686830,'web','73.219.6.51',NULL),(4598,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697686841,'web','73.219.6.51',NULL),(4599,'\\core\\event\\course_module_created','core','created','course_module','course_modules',30,'c',1,69,70,30,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":17,\"name\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u95b1\\u8b80\\u4e00\\uff1a\\u3008\\u4ec0\\u9ebc\\u662f\\u65e5\\u5e38\\u795e\\u5b78\\uff1f\\u57fa\\u7763\\u5f92\\u70ba\\u4f55\\u61c9\\u8a72\\u95b1\\u8b80\\u6587\\u5316\\u3009\\uff08\\u4e0a\\uff09\"}',1697686891,'web','73.219.6.51',NULL),(4600,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697686891,'web','73.219.6.51',NULL),(4601,'\\core\\event\\course_module_created','core','created','course_module','course_modules',31,'c',1,70,70,31,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":18,\"name\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u95b1\\u8b80\\u4e8c\\uff1a\\u5bc4\\u751f\\u4e0a\\u6d41\"}',1697686914,'web','73.219.6.51',NULL),(4602,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697686914,'web','73.219.6.51',NULL),(4603,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697686935,'web','73.219.6.51',NULL),(4604,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697690842,'web','223.104.213.31',NULL),(4605,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697695044,'web','111.243.83.171',NULL),(4606,'\\core\\event\\user_loggedin','core','loggedin','user','user',4,'r',0,1,10,0,4,0,NULL,0,'{\"username\":\"stellah1978@gmail.com\",\"extrauserinfo\":[]}',1697695055,'web','111.243.83.171',NULL),(4607,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,4,1,NULL,0,'null',1697695055,'web','111.243.83.171',NULL),(4608,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,4,2,NULL,0,'null',1697695058,'web','111.243.83.171',NULL),(4609,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,4,2,NULL,0,'null',1697695064,'web','111.243.83.171',NULL),(4610,'\\core\\event\\notification_sent','core','sent','notification','notifications',437,'c',0,1,10,0,0,0,4,0,'{\"courseid\":\"1\"}',1697695085,'cli',NULL,NULL),(4611,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697695791,'web','203.72.182.45',NULL),(4612,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697695794,'web','203.72.182.45',NULL),(4613,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697695797,'web','203.72.182.45',NULL),(4614,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1697695803,'web','203.72.182.45',NULL),(4615,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1697695803,'web','203.72.182.45',NULL),(4616,'\\core\\event\\notification_sent','core','sent','notification','notifications',438,'c',0,1,10,0,0,0,22,0,'{\"courseid\":\"1\"}',1697695806,'cli',NULL,NULL),(4617,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1697695814,'web','203.72.182.45',NULL),(4618,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',15,'r',2,66,70,27,22,2,NULL,0,'null',1697696246,'web','203.72.182.45',NULL),(4619,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697696735,'web','103.20.60.3',NULL),(4620,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697696738,'web','103.20.60.3',NULL),(4621,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697696811,'web','103.20.60.3',NULL),(4622,'\\core\\event\\user_loggedin','core','loggedin','user','user',8,'r',0,1,10,0,8,0,NULL,0,'{\"username\":\"0966487235\",\"extrauserinfo\":[]}',1697696817,'web','103.20.60.3',NULL),(4623,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,8,1,NULL,0,'null',1697696817,'web','103.20.60.3',NULL),(4624,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,8,2,NULL,0,'null',1697696820,'web','103.20.60.3',NULL),(4625,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,8,2,NULL,0,'null',1697696837,'web','103.20.60.3',NULL),(4626,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697700063,'web','34.245.128.38',NULL),(4627,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697702082,'web','221.179.144.153',NULL),(4628,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1697707425,'web','203.72.182.45',NULL),(4629,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,22,2,NULL,0,'null',1697707479,'web','203.72.182.45',NULL),(4630,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',53,'c',2,67,70,28,22,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u5206<br \\/>\\n\\u4ee5\\u4e0b\\u6bd4\\u8f03\\u50cf\\u662f\\u6211\\u60f3\\u53cd\\u554f\\u4f5c\\u8005\\u7684\\u554f\\u984c<br \\/>\\n1. \\u5728\\u7b2c\\u4e00\\u7ae0\\uff0c\\u4f5c\\u8005\\u63d0\\u5230\\u300c\\u6587\\u5316\\u4e5f\\u662f\\u795e\\u6240\\u9020\\u300d\\u6709\\u9ede\\u985b\\u8986\\u4e86\\u6211\\u5011\\u5c0d\\u6587\\u5316\\u7684\\u5b9a\\u7fa9\\u8ddf\\u7406\\u89e3\\uff0c\\u5982\\u679c\\u8aaa\\u795e\\u7528\\u571f\\u58e4\\u5275\\u9020\\u4eba\\u985e\\uff0c\\u5c31\\u8aaa\\u6210\\u662f\\u6587\\u5316\\u6d3b\\u52d5\\uff0c\\u6211\\u8a8d\\u70ba\\u592a\\u904e\\u727d\\u5f37\\uff5e \\u52c9\\u5f37\\u8981\\u628a\\u798f\\u97f3\\u8ddf\\u85dd\\u8853\\u6587\\u5316\\u505a\\u95dc\\u806f\\uff0c\\u904e\\u65bc\\u523b\\u610f\\u4e86\\u3002<br \\/>\\n2. \\u8036\\u7a4c\\u62ff\\u8d77\\u9905\\u548c\\u676f\\u795d\\u798f\\uff0c\\u662f\\u6307\\u4ed6\\u7acb\\u7d04\\u7684\\u8840\\u8207\\u8eab\\u9ad4\\uff0c\\u600e\\u9ebc\\u8aaa\\u662f\\u795d\\u798f\\u6587\\u5316\\u7684\\u7522\\u7269\\uff1f\\u9019\\u6a23\\u7a7f\\u947f\\u9644\\u6703\\u662f\\u5426\\u626d\\u66f2\\u4e86\\u8056\\u7d93\\uff1f<br \\/>\\n3. \\u4f5c\\u8005\\u63d0\\u51fa\\u7684\\u89c0\\u9ede\\uff5e\\u53e4\\u4eca\\u6559\\u6703\\u904e\\u65bc\\u5f37\\u8abf\\u5be6\\u7528\\u6027\\uff0c\\u4f46\\u9023\\u79b1\\u544a\\u90fd\\u662f\\u300c\\u7121\\u7528\\u7684\\u300d<br \\/>\\n\\u5982\\u679c\\u771f\\u8981\\u8aaa\\u85dd\\u8853\\u61c9\\u8a72\\u7121\\u7528\\u3001\\u656c\\u62dc\\u61c9\\u8a72\\u7121\\u7528\\u2026\\u9019\\u7a2e\\u7121\\u7528\\u8ddf\\u6709\\u7528\\uff0c\\u54ea\\u4e00\\u7a2e\\u66f4\\u80fd\\u5f15\\u5165\\u5230\\u4e3b\\u9762\\u524d\\uff1f\\u5982\\u679c\\u5f37\\u8abf\\u7121\\u7528\\uff0c\\u90a3\\u53c8\\u8a72\\u600e\\u9ebc\\u8a55\\u50f9\\uff1f\\u53ef\\u4ee5\\u8a55\\u50f9\\u55ce\\uff1f<br \\/>\\n\\u800c\\u4e14\\u6211\\u767c\\u73fe\\uff0c\\u7b2c\\u4e00\\u7ae0\\u7684\\u89c0\\u9ede\\u8ddf\\u7b2c\\u4e03\\u7ae0\\u662f\\u62b5\\u89f8\\u7684\\uff5e\\u7b2c\\u4e03\\u7ae0\\u4f5c\\u8005\\u63d0\\u5230\\u300c\\u85dd\\u8853\\u6709\\u6c92\\u6709\\u5728\\u5e6b\\u52a9\\u4eba\\u7528\\u5fc3\\u9748\\u3001\\u610f\\u5ff5\\u548c\\u8eab\\u9ad4\\u8207\\u6c38\\u751f\\u771f\\u795e\\u76f8\\u9047\\uff1f\\u300d<br \\/>\\n<br \\/>\\n\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a\\u9020\\u53e5<br \\/>\\n(b) \\u7d93\\u6b77\\u4e86\\u524d\\u56db\\u5802\\u8ab2\\u4e4b\\u5f8c\\uff0c\\u6211\\u5e0c\\u671b\\u5728\\u8ab2\\u7a0b\\u7d50\\u675f\\u6642\\u6211\\u53ef\\u4ee5\\u56de\\u7b54\\u4ee5\\u4e0b\\u9019\\u500b\\u554f\\u984c\\uff1a\\u5982\\u4f55\\u53ef\\u4ee5\\u55ae\\u7d14\\u5730\\u8df3\\u812b\\u6163\\u6027\\u7684\\u300c\\u5be6\\u7528\\u6027\\u300d\\u601d\\u7dad\\u53bb\\u6b23\\u8cde\\u85dd\\u8853\\uff1f\\u600e\\u6a23\\u53ef\\u4ee5\\u8df3\\u812b\\u8eab\\u70ba\\u798f\\u97f3\\u6d3e\\u57fa\\u7763\\u5f92\\u7684\\u6846\\u67b6\\uff0c\\u5617\\u8a66\\u53bb\\u985b\\u8986\\u73fe\\u6cc1\\uff0c\\u4f7f\\u81ea\\u5df1\\u66f4\\u8cbc\\u8fd1\\u4e3b\\u7684\\u5fc3\\u610f\\uff1f<\\/div>\",\"pathnamehashes\":[],\"discussionid\":4,\"triggeredfrom\":\"forum_add_new_post\"}',1697707990,'web','203.72.182.45',NULL),(4631,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',53,'c',2,67,70,28,22,2,NULL,0,'{\"discussionid\":4,\"forumid\":7,\"forumtype\":\"single\"}',1697707990,'web','203.72.182.45',NULL),(4632,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',47,'c',2,67,70,28,22,2,22,0,'{\"forumid\":7,\"discussion\":4}',1697707990,'web','203.72.182.45',NULL),(4633,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,22,2,NULL,0,'null',1697707991,'web','203.72.182.45',NULL),(4634,'\\core\\event\\user_loggedout','core','loggedout','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"sessionid\":\"6k4stdrv86haq159n4e815odd4\"}',1697707995,'web','203.72.182.45',NULL),(4635,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697707996,'web','203.72.182.45',NULL),(4636,'\\core\\event\\notification_sent','core','sent','notification','notifications',439,'c',0,1,10,0,22,0,15,0,'{\"courseid\":\"2\"}',1697709847,'cli',NULL,NULL),(4637,'\\core\\event\\notification_sent','core','sent','notification','notifications',440,'c',0,1,10,0,22,0,6,0,'{\"courseid\":\"2\"}',1697709850,'cli',NULL,NULL),(4638,'\\core\\event\\notification_sent','core','sent','notification','notifications',441,'c',0,1,10,0,22,0,11,0,'{\"courseid\":\"2\"}',1697709853,'cli',NULL,NULL),(4639,'\\core\\event\\notification_sent','core','sent','notification','notifications',442,'c',0,1,10,0,22,0,23,0,'{\"courseid\":\"2\"}',1697709856,'cli',NULL,NULL),(4640,'\\core\\event\\notification_sent','core','sent','notification','notifications',443,'c',0,1,10,0,22,0,12,0,'{\"courseid\":\"2\"}',1697709859,'cli',NULL,NULL),(4641,'\\core\\event\\notification_sent','core','sent','notification','notifications',444,'c',0,1,10,0,22,0,13,0,'{\"courseid\":\"2\"}',1697709861,'cli',NULL,NULL),(4642,'\\core\\event\\notification_sent','core','sent','notification','notifications',445,'c',0,1,10,0,22,0,5,0,'{\"courseid\":\"2\"}',1697709864,'cli',NULL,NULL),(4643,'\\core\\event\\notification_sent','core','sent','notification','notifications',446,'c',0,1,10,0,22,0,21,0,'{\"courseid\":\"2\"}',1697709867,'cli',NULL,NULL),(4644,'\\core\\event\\notification_sent','core','sent','notification','notifications',447,'c',0,1,10,0,22,0,20,0,'{\"courseid\":\"2\"}',1697709869,'cli',NULL,NULL),(4645,'\\core\\event\\notification_sent','core','sent','notification','notifications',448,'c',0,1,10,0,22,0,16,0,'{\"courseid\":\"2\"}',1697709872,'cli',NULL,NULL),(4646,'\\core\\event\\notification_sent','core','sent','notification','notifications',449,'c',0,1,10,0,22,0,22,0,'{\"courseid\":\"2\"}',1697709875,'cli',NULL,NULL),(4647,'\\core\\event\\notification_sent','core','sent','notification','notifications',450,'c',0,1,10,0,22,0,2,0,'{\"courseid\":\"2\"}',1697709879,'cli',NULL,NULL),(4648,'\\core\\event\\notification_sent','core','sent','notification','notifications',451,'c',0,1,10,0,22,0,19,0,'{\"courseid\":\"2\"}',1697709881,'cli',NULL,NULL),(4649,'\\core\\event\\notification_sent','core','sent','notification','notifications',452,'c',0,1,10,0,22,0,14,0,'{\"courseid\":\"2\"}',1697709884,'cli',NULL,NULL),(4650,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697713087,'web','203.121.235.95',NULL),(4651,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1697713103,'web','203.121.235.95',NULL),(4652,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1697713104,'web','203.121.235.95',NULL),(4653,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,2,2,NULL,0,'null',1697713115,'web','73.219.6.51',NULL),(4654,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1697713119,'web','203.121.235.95',NULL),(4655,'\\core\\event\\notification_sent','core','sent','notification','notifications',453,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"1\"}',1697713146,'cli',NULL,NULL),(4656,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,6,2,NULL,0,'null',1697713251,'web','203.121.235.95',NULL),(4657,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697713345,'web','223.138.188.59',NULL),(4658,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,6,2,NULL,0,'null',1697713354,'web','203.121.235.95',NULL),(4659,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697713388,'web','147.92.179.107',NULL),(4660,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,6,2,NULL,0,'null',1697713400,'web','203.121.235.95',NULL),(4661,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,6,2,NULL,0,'null',1697713406,'web','203.121.235.95',NULL),(4662,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,6,2,NULL,0,'null',1697713406,'web','203.121.235.95',NULL),(4663,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697713426,'web','175.182.136.194',NULL),(4664,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,6,2,NULL,0,'null',1697713434,'web','203.121.235.95',NULL),(4665,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697713468,'web','117.56.58.51',NULL),(4666,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"cesdrama202309\",\"reason\":1}',1697713472,'web','175.182.136.194',NULL),(4667,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1697713496,'web','117.56.58.51',NULL),(4668,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1697713497,'web','117.56.58.51',NULL),(4669,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1697713500,'web','117.56.58.51',NULL),(4670,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,14,2,NULL,0,'null',1697713509,'web','117.56.58.51',NULL),(4671,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697713610,'web','175.182.136.194',NULL),(4672,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,14,2,NULL,0,'null',1697713618,'web','117.56.58.51',NULL),(4673,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,14,2,NULL,0,'null',1697713618,'web','117.56.58.51',NULL),(4674,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"jessi&deborah2006@\",\"reason\":1}',1697713731,'web','175.182.136.194',NULL),(4675,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697713741,'web','147.92.179.111',NULL),(4676,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697715523,'web','128.22.132.204',NULL),(4677,'\\core\\event\\user_loggedin','core','loggedin','user','user',13,'r',0,1,10,0,13,0,NULL,0,'{\"username\":\"hellenwangbj@163.com\",\"extrauserinfo\":[]}',1697715539,'web','128.22.132.204',NULL),(4678,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1697715540,'web','128.22.132.204',NULL),(4679,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1697715543,'web','128.22.132.204',NULL),(4680,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,13,2,NULL,0,'null',1697715557,'web','128.22.132.204',NULL),(4681,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1697715650,'web','128.22.132.204',NULL),(4682,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,13,2,NULL,0,'null',1697715661,'web','128.22.132.204',NULL),(4683,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,13,2,NULL,0,'null',1697715677,'web','128.22.132.204',NULL),(4684,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1697715688,'web','128.22.132.204',NULL),(4685,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',13,'r',2,64,70,25,13,2,NULL,0,'null',1697715756,'web','128.22.132.204',NULL),(4686,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1697715794,'web','128.22.132.204',NULL),(4687,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',14,'r',2,65,70,26,13,2,NULL,0,'null',1697715796,'web','128.22.132.204',NULL),(4688,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1697715818,'web','128.22.132.204',NULL),(4689,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',12,'r',2,63,70,24,13,2,NULL,0,'null',1697715832,'web','128.22.132.204',NULL),(4690,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1697715838,'web','128.22.132.204',NULL),(4691,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',13,'r',2,64,70,25,13,2,NULL,0,'null',1697715854,'web','128.22.132.204',NULL),(4692,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1697715869,'web','128.22.132.204',NULL),(4693,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',14,'r',2,65,70,26,13,2,NULL,0,'null',1697715872,'web','128.22.132.204',NULL),(4694,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1697715880,'web','128.22.132.204',NULL),(4695,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',15,'r',2,66,70,27,13,2,NULL,0,'null',1697715882,'web','128.22.132.204',NULL),(4696,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1697715897,'web','128.22.132.204',NULL),(4697,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"reason\":3}',1697716331,'web','122.118.18.60',NULL),(4698,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1697716338,'web','122.118.18.60',NULL),(4699,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,20,1,NULL,0,'null',1697716338,'web','122.118.18.60',NULL),(4700,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1697716340,'web','122.118.18.60',NULL),(4701,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,20,2,NULL,0,'null',1697716345,'web','122.118.18.60',NULL),(4702,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,8,1,NULL,0,'null',1697718726,'web','103.20.60.3',NULL),(4703,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,8,2,NULL,0,'null',1697718733,'web','103.20.60.3',NULL),(4704,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,8,2,NULL,0,'null',1697718746,'web','103.20.60.3',NULL),(4705,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,8,2,NULL,0,'null',1697718815,'web','103.20.60.3',NULL),(4706,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697720156,'web','175.182.136.194',NULL),(4707,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"jesus_deborah2006#yahoo.com.tw\",\"reason\":1}',1697720210,'web','175.182.136.194',NULL),(4708,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1697720268,'web','175.182.136.194',NULL),(4709,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1697720268,'web','175.182.136.194',NULL),(4710,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1697720275,'web','175.182.136.194',NULL),(4711,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,21,2,NULL,0,'null',1697720288,'web','175.182.136.194',NULL),(4712,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,21,2,NULL,0,'null',1697720294,'web','175.182.136.194',NULL),(4713,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,21,2,NULL,0,'null',1697720297,'web','175.182.136.194',NULL),(4714,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,21,2,NULL,0,'null',1697720299,'web','175.182.136.194',NULL),(4715,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,21,2,NULL,0,'null',1697720306,'web','175.182.136.194',NULL),(4716,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',11,'r',2,62,70,23,21,2,NULL,0,'null',1697720322,'web','175.182.136.194',NULL),(4717,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',13,'r',2,64,70,25,21,2,NULL,0,'null',1697720326,'web','175.182.136.194',NULL),(4718,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,21,2,NULL,0,'null',1697720332,'web','175.182.136.194',NULL),(4719,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697721634,'web','223.138.188.59',NULL),(4720,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1697721648,'web','223.138.188.59',NULL),(4721,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1697721648,'web','223.138.188.59',NULL),(4722,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1697721657,'web','223.138.188.59',NULL),(4723,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,19,2,NULL,0,'null',1697721665,'web','223.138.188.59',NULL),(4724,'\\core\\event\\notification_sent','core','sent','notification','notifications',454,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"1\"}',1697721666,'cli',NULL,NULL),(4725,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,19,2,NULL,0,'null',1697721668,'web','223.138.188.59',NULL),(4726,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1697721697,'web','223.138.188.59',NULL),(4727,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1697721751,'web','123.193.67.155',NULL),(4728,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,5,2,NULL,0,'null',1697721751,'web','123.193.67.155',NULL),(4729,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,5,2,NULL,0,'null',1697721754,'web','123.193.67.155',NULL),(4730,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,5,2,NULL,0,'null',1697721760,'web','123.193.67.155',NULL),(4731,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,5,2,NULL,0,'null',1697721891,'web','123.193.67.155',NULL),(4732,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,5,2,NULL,0,'null',1697721928,'web','123.193.67.155',NULL),(4733,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,13,2,NULL,0,'null',1697721974,'web','128.22.132.204',NULL),(4734,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1697721997,'web','128.22.132.204',NULL),(4735,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,13,2,NULL,0,'null',1697722002,'web','128.22.132.204',NULL),(4736,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697763602,'web','36.99.136.128',NULL),(4737,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697763604,'web','36.99.136.128',NULL),(4738,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697764175,'web','116.169.5.47',NULL),(4739,'\\core\\event\\user_loggedin','core','loggedin','user','user',12,'r',0,1,10,0,12,0,NULL,0,'{\"username\":\"fishalive@sohu.com\",\"extrauserinfo\":[]}',1697764217,'web','116.169.5.47',NULL),(4740,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,12,1,NULL,0,'null',1697764218,'web','116.169.5.47',NULL),(4741,'\\core\\event\\notification_sent','core','sent','notification','notifications',455,'c',0,1,10,0,0,0,12,0,'{\"courseid\":\"1\"}',1697764266,'cli',NULL,NULL),(4742,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697765175,'web','223.138.164.200',NULL),(4743,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697765183,'web','223.138.164.200',NULL),(4744,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1697765440,'web','223.138.164.200',NULL),(4745,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1697765441,'web','223.138.164.200',NULL),(4746,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1697765443,'web','223.138.164.200',NULL),(4747,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,19,2,NULL,0,'null',1697765458,'web','223.138.164.200',NULL),(4748,'\\core\\event\\notification_sent','core','sent','notification','notifications',456,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"1\"}',1697765466,'cli',NULL,NULL),(4749,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1697766334,'web','116.169.5.47',NULL),(4750,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,12,2,NULL,0,'null',1697766381,'web','116.169.5.47',NULL),(4751,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,12,2,NULL,0,'null',1697766389,'web','116.169.5.47',NULL),(4752,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,12,2,NULL,0,'null',1697766394,'web','116.169.5.47',NULL),(4753,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1697766480,'web','116.169.5.47',NULL),(4754,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,12,2,NULL,0,'null',1697766486,'web','116.169.5.47',NULL),(4755,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697789661,'web','36.227.196.165',NULL),(4756,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697789741,'web','36.227.196.165',NULL),(4757,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697789758,'web','36.227.196.165',NULL),(4758,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1697789777,'web','36.227.196.165',NULL),(4759,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1697789777,'web','36.227.196.165',NULL),(4760,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1697789782,'web','36.227.196.165',NULL),(4761,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,11,2,NULL,0,'null',1697789790,'web','36.227.196.165',NULL),(4762,'\\core\\event\\notification_sent','core','sent','notification','notifications',457,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"1\"}',1697789826,'cli',NULL,NULL),(4763,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1697789827,'web','36.227.196.165',NULL),(4764,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,11,2,NULL,0,'null',1697789833,'web','36.227.196.165',NULL),(4765,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,11,2,NULL,0,'null',1697789836,'web','36.227.196.165',NULL),(4766,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,11,2,NULL,0,'null',1697789840,'web','36.227.196.165',NULL),(4767,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,11,2,NULL,0,'null',1697789842,'web','36.227.196.165',NULL),(4768,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,11,2,NULL,0,'null',1697789845,'web','36.227.196.165',NULL),(4769,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697809062,'web','152.32.213.20',NULL),(4770,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697809062,'web','152.32.213.20',NULL),(4771,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697809065,'web','152.32.213.20',NULL),(4772,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697809065,'web','152.32.213.20',NULL),(4773,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697809065,'web','152.32.213.20',NULL),(4774,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697809067,'web','152.32.213.20',NULL),(4775,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697809069,'web','152.32.213.20',NULL),(4776,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697809076,'web','152.32.213.20',NULL),(4777,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697809078,'web','152.32.213.20',NULL),(4778,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697809078,'web','152.32.213.20',NULL),(4779,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697809079,'web','152.32.213.20',NULL),(4780,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697809080,'web','152.32.213.20',NULL),(4781,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697809080,'web','152.32.213.20',NULL),(4782,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697809081,'web','152.32.213.20',NULL),(4783,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697809081,'web','152.32.213.20',NULL),(4784,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697809081,'web','152.32.213.20',NULL),(4785,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697809082,'web','152.32.213.20',NULL),(4786,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697809082,'web','152.32.213.20',NULL),(4787,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697809083,'web','152.32.213.20',NULL),(4788,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697809084,'web','152.32.213.20',NULL),(4789,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697809086,'web','152.32.213.20',NULL),(4790,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697809087,'web','152.32.213.20',NULL),(4791,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697809087,'web','152.32.213.20',NULL),(4792,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697809087,'web','152.32.213.20',NULL),(4793,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697815776,'web','92.118.188.229',NULL),(4794,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1697815785,'web','92.118.188.229',NULL),(4795,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1697815786,'web','92.118.188.229',NULL),(4796,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1697815788,'web','92.118.188.229',NULL),(4797,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,23,2,NULL,0,'null',1697815807,'web','92.118.188.229',NULL),(4798,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,23,2,NULL,0,'null',1697815810,'web','92.118.188.229',NULL),(4799,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,23,2,NULL,0,'null',1697815814,'web','92.118.188.229',NULL),(4800,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,23,2,NULL,0,'null',1697815832,'web','92.118.188.229',NULL),(4801,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,23,2,NULL,0,'null',1697815834,'web','92.118.188.229',NULL),(4802,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,23,2,NULL,0,'null',1697815835,'web','92.118.188.229',NULL),(4803,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,23,2,NULL,0,'null',1697815847,'web','92.118.188.229',NULL),(4804,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1697815867,'web','92.118.188.229',NULL),(4805,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,23,2,NULL,0,'null',1697815885,'web','92.118.188.229',NULL),(4806,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1697815966,'web','92.118.188.229',NULL),(4807,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697816703,'web','120.244.78.90',NULL),(4808,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697831158,'web','45.12.3.13',NULL),(4809,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"en_us\"}',1697833148,'cli',NULL,NULL),(4810,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697851323,'web','104.245.12.192',NULL),(4811,'\\core\\event\\user_loggedin','core','loggedin','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"extrauserinfo\":[]}',1697851344,'web','104.245.12.192',NULL),(4812,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,16,1,NULL,0,'null',1697851345,'web','104.245.12.192',NULL),(4813,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1697851354,'web','104.245.12.192',NULL),(4814,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,16,0,NULL,0,'null',1697851355,'web','104.245.12.192',NULL),(4815,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',3,'r',2,1,10,0,16,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\"}',1697851355,'web','104.245.12.192',NULL),(4816,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',3,'c',2,1,10,0,16,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\",\"stepid\":5,\"stepindex\":0}',1697851356,'web','104.245.12.192',NULL),(4817,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,16,1,NULL,0,'null',1697851357,'web','104.245.12.192',NULL),(4818,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,16,1,NULL,0,'null',1697851361,'web','104.245.12.192',NULL),(4819,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1697851380,'web','104.245.12.192',NULL),(4820,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,16,2,NULL,0,'null',1697851394,'web','104.245.12.192',NULL),(4821,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,16,2,NULL,0,'null',1697851478,'web','104.245.12.192',NULL),(4822,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1697851506,'web','104.245.12.192',NULL),(4823,'\\tool_usertours\\event\\tour_reset','tool_usertours','reset','tour','tool_usertours_tours',3,'c',2,1,10,0,16,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\"}',1697851514,'web','104.245.12.192',NULL),(4824,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',3,'r',2,1,10,0,16,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\"}',1697851515,'web','104.245.12.192',NULL),(4825,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',3,'c',2,1,10,0,16,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\",\"stepid\":5,\"stepindex\":0}',1697851515,'web','104.245.12.192',NULL),(4826,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,16,1,NULL,0,'null',1697851517,'web','104.245.12.192',NULL),(4827,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1697851519,'web','104.245.12.192',NULL),(4828,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,16,2,NULL,0,'null',1697851522,'web','104.245.12.192',NULL),(4829,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,16,2,NULL,0,'null',1697851547,'web','104.245.12.192',NULL),(4830,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1697851746,'web','73.219.6.51',NULL),(4831,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,2,2,NULL,0,'null',1697851747,'web','73.219.6.51',NULL),(4832,'\\core\\event\\user_graded','core','graded','user','grade_grades',74,'u',1,16,50,2,2,2,5,0,'{\"itemid\":\"9\",\"overridden\":false,\"finalgrade\":6}',1697851760,'web','73.219.6.51',NULL),(4833,'\\core\\event\\user_graded','core','graded','user','grade_grades',47,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":36}',1697851760,'web','73.219.6.51',NULL),(4834,'\\core\\event\\user_graded','core','graded','user','grade_grades',75,'u',1,16,50,2,2,2,6,0,'{\"itemid\":\"9\",\"overridden\":false,\"finalgrade\":10}',1697851765,'web','73.219.6.51',NULL),(4835,'\\core\\event\\user_graded','core','graded','user','grade_grades',38,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":32}',1697851766,'web','73.219.6.51',NULL),(4836,'\\core\\event\\user_graded','core','graded','user','grade_grades',79,'u',1,16,50,2,2,2,11,0,'{\"itemid\":\"9\",\"overridden\":false,\"finalgrade\":10}',1697851774,'web','73.219.6.51',NULL),(4837,'\\core\\event\\user_graded','core','graded','user','grade_grades',8,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":40}',1697851774,'web','73.219.6.51',NULL),(4838,'\\core\\event\\user_graded','core','graded','user','grade_grades',80,'u',1,16,50,2,2,2,12,0,'{\"itemid\":\"9\",\"overridden\":false,\"finalgrade\":6}',1697851786,'web','73.219.6.51',NULL),(4839,'\\core\\event\\user_graded','core','graded','user','grade_grades',26,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":28}',1697851786,'web','73.219.6.51',NULL),(4840,'\\core\\event\\user_graded','core','graded','user','grade_grades',81,'u',1,16,50,2,2,2,13,0,'{\"itemid\":\"9\",\"overridden\":false,\"finalgrade\":6}',1697851791,'web','73.219.6.51',NULL),(4841,'\\core\\event\\user_graded','core','graded','user','grade_grades',23,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":26}',1697851791,'web','73.219.6.51',NULL),(4842,'\\core\\event\\user_graded','core','graded','user','grade_grades',81,'u',1,16,50,2,2,2,13,0,'{\"itemid\":\"9\",\"overridden\":false,\"finalgrade\":10}',1697851797,'web','73.219.6.51',NULL),(4843,'\\core\\event\\user_graded','core','graded','user','grade_grades',23,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":30}',1697851797,'web','73.219.6.51',NULL),(4844,'\\core\\event\\user_graded','core','graded','user','grade_grades',82,'u',1,16,50,2,2,2,14,0,'{\"itemid\":\"9\",\"overridden\":false,\"finalgrade\":10}',1697851801,'web','73.219.6.51',NULL),(4845,'\\core\\event\\user_graded','core','graded','user','grade_grades',29,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":38}',1697851801,'web','73.219.6.51',NULL),(4846,'\\core\\event\\user_graded','core','graded','user','grade_grades',84,'u',1,16,50,2,2,2,16,0,'{\"itemid\":\"9\",\"overridden\":false,\"finalgrade\":10}',1697851807,'web','73.219.6.51',NULL),(4847,'\\core\\event\\user_graded','core','graded','user','grade_grades',2,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":36}',1697851807,'web','73.219.6.51',NULL),(4848,'\\core\\event\\user_graded','core','graded','user','grade_grades',86,'u',1,16,50,2,2,2,19,0,'{\"itemid\":\"9\",\"overridden\":false,\"finalgrade\":10}',1697851813,'web','73.219.6.51',NULL),(4849,'\\core\\event\\user_graded','core','graded','user','grade_grades',32,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":40}',1697851813,'web','73.219.6.51',NULL),(4850,'\\core\\event\\user_graded','core','graded','user','grade_grades',87,'u',1,16,50,2,2,2,20,0,'{\"itemid\":\"9\",\"overridden\":false,\"finalgrade\":10}',1697851817,'web','73.219.6.51',NULL),(4851,'\\core\\event\\user_graded','core','graded','user','grade_grades',41,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":36}',1697851817,'web','73.219.6.51',NULL),(4852,'\\core\\event\\user_graded','core','graded','user','grade_grades',88,'u',1,16,50,2,2,2,21,0,'{\"itemid\":\"9\",\"overridden\":false,\"finalgrade\":10}',1697851823,'web','73.219.6.51',NULL),(4853,'\\core\\event\\user_graded','core','graded','user','grade_grades',70,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":36}',1697851823,'web','73.219.6.51',NULL),(4854,'\\core\\event\\user_graded','core','graded','user','grade_grades',89,'u',1,16,50,2,2,2,22,0,'{\"itemid\":\"9\",\"overridden\":false,\"finalgrade\":6}',1697851838,'web','73.219.6.51',NULL),(4855,'\\core\\event\\user_graded','core','graded','user','grade_grades',14,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":28}',1697851838,'web','73.219.6.51',NULL),(4856,'\\core\\event\\user_graded','core','graded','user','grade_grades',90,'u',1,16,50,2,2,2,23,0,'{\"itemid\":\"9\",\"overridden\":false,\"finalgrade\":10}',1697851843,'web','73.219.6.51',NULL),(4857,'\\core\\event\\user_graded','core','graded','user','grade_grades',17,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":26}',1697851843,'web','73.219.6.51',NULL),(4858,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,2,2,NULL,0,'null',1697851859,'web','73.219.6.51',NULL),(4859,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697851892,'web','73.219.6.51',NULL),(4860,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1697851894,'web','73.219.6.51',NULL),(4861,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1697851901,'web','73.219.6.51',NULL),(4862,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1697851904,'web','73.219.6.51',NULL),(4863,'\\core\\event\\user_graded','core','graded','user','grade_grades',55,'u',1,16,50,2,2,2,7,0,'{\"itemid\":\"8\",\"overridden\":true,\"finalgrade\":6}',1697851925,'web','73.219.6.51',NULL),(4864,'\\core\\event\\user_graded','core','graded','user','grade_grades',35,'u',1,16,50,2,-1,2,7,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":18}',1697851925,'web','73.219.6.51',NULL),(4865,'\\core\\event\\user_graded','core','graded','user','grade_grades',76,'u',1,16,50,2,2,2,7,0,'{\"itemid\":\"9\",\"overridden\":true,\"finalgrade\":10}',1697851925,'web','73.219.6.51',NULL),(4866,'\\core\\event\\user_graded','core','graded','user','grade_grades',35,'u',1,16,50,2,-1,2,7,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":28}',1697851925,'web','73.219.6.51',NULL),(4867,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1697851925,'web','73.219.6.51',NULL),(4868,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697851983,'web','73.219.6.51',NULL),(4869,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',10,'c',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1697852088,'restore','73.219.6.51',NULL),(4870,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1697852088,'restore','73.219.6.51',NULL),(4871,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',54,'c',2,71,70,32,2,2,NULL,0,'{\"content\":\"<p dir=\\\"ltr\\\"><strong>\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a<\\/strong><span lang=\\\"ZH-TW\\\">\\u7528<\\/span>250-400<span lang=\\\"ZH-TW\\\">\\u5b57\\u63d0\\u51fa\\u4e00\\u5247\\u95dc\\u65bc\\u300a\\u7f8e\\u9e97\\u7684\\u795e\\u300b\\u7b2c\\u4e00\\u3001\\u4e03\\u3001\\u516b\\u7ae0\\u7684\\u554f\\u984c\\u6216\\u662f\\u5fc3\\u5f97\\u3002<span lang=\\\"ZH-TW\\\">\\uff08\\u554f\\u984c\\uff1a\\u770b\\u4e0d\\u61c2\\u3001\\u7591\\u60d1\\uff0c\\u60f3\\u8a62\\u554f\\u540c\\u5b78\\u610f\\u898b\\uff0c\\u6216\\u662f\\u60f3\\u53cd\\u554f\\u4f5c\\u8005\\u7684\\u554f\\u984c\\uff1b\\u5fc3\\u5f97\\uff1a\\u65b0\\u767c\\u73fe\\u3001\\u65b0\\u60f3\\u6cd5\\uff0c\\u6fc0\\u52f5\\u4f60\\u8981\\u505a\\u51fa\\u7684\\u56de\\u61c9\\u7b49\\u7b49\\u3002\\uff09<\\/span><\\/span><span style=\\\"font-size: 0.9375rem;\\\"><\\/span><\\/p>\\n<p><\\/p>\\n<p dir=\\\"ltr\\\"><strong>\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a<\\/strong><span lang=\\\"ZH-TW\\\">\\u9020\\u53e5\\uff08\\u4e8c\\u64c7\\u4e00\\uff0c\\u6216\\u4e8c\\u984c\\u7686\\u7b54\\uff09\\uff1a<br><\\/span><span style=\\\"font-size: 0.9375rem;\\\">(a) <\\/span><span lang=\\\"ZH-TW\\\" style=\\\"font-size: 0.9375rem;\\\">\\u5230\\u76ee\\u524d\\u70ba\\u6b62\\uff0c\\u6211\\u5c0d\\u672c\\u8ab2\\u7684\\u5167\\u5bb9\\u6709\\u4ee5\\u4e0b\\u9019\\u4e9b\\u7591\\u554f<a name=\\\"_Hlk147865113\\\">\\u2026\\u2026<br><\\/a><\\/span><span style=\\\"font-size: 0.9375rem;\\\">(b) <\\/span><span lang=\\\"ZH-TW\\\" style=\\\"font-size: 0.9375rem;\\\">\\u7d93\\u6b77\\u4e86\\u524d\\u56db\\u5802\\u8ab2\\u4e4b\\u5f8c\\uff0c\\u6211\\u5e0c\\u671b\\u5728\\u8ab2\\u7a0b\\u7d50\\u675f\\u6642\\u6211\\u53ef\\u4ee5\\u56de\\u7b54\\u4ee5\\u4e0b\\u9019\\u500b\\u554f\\u984c\\uff08\\u6216\\u662f\\u5f97\\u5230\\u9019\\u65b9\\u9762\\u7684\\u77e5\\u8b58\\u6216\\u8cc7\\u6e90\\uff09\\u2026\\u2026<\\/span><\\/p><p dir=\\\"ltr\\\">\\u7e73\\u4ea4\\u671f\\u9650\\uff1a\\u8ab2\\u524d24\\u5c0f\\u6642\\u767c\\u8868\\uff08\\u5373 10\\/18 \\u665a\\u4e0a 7:00 \\u524d\\uff09<\\/p>\\n<p dir=\\\"ltr\\\">\\uff08\\u9ede\\u9078\\u53f3\\u4e0b\\u89d2\\u300c\\u56de\\u8986\\u300d\\uff09<\\/p><br>\\n<p><\\/p>\",\"pathnamehashes\":[],\"discussionid\":5,\"triggeredfrom\":\"forum_add_discussion\"}',1697852088,'restore','73.219.6.51',NULL),(4872,'\\core\\event\\course_module_created','core','created','course_module','course_modules',32,'c',1,71,70,32,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"8\",\"name\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 (\\u8907\\u88fd)\"}',1697852089,'web','73.219.6.51',NULL),(4873,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',32,'u',1,71,70,32,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"8\",\"name\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1697852100,'web','73.219.6.51',NULL),(4874,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1697852100,'web','73.219.6.51',NULL),(4875,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1697852188,'web','73.219.6.51',NULL),(4876,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1697852188,'web','73.219.6.51',NULL),(4877,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1697852188,'web','73.219.6.51',NULL),(4878,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1697852188,'web','73.219.6.51',NULL),(4879,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1697852188,'web','73.219.6.51',NULL),(4880,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1697852188,'web','73.219.6.51',NULL),(4881,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',32,'u',1,71,70,32,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"8\",\"name\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1697852189,'web','73.219.6.51',NULL),(4882,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697852189,'web','73.219.6.51',NULL),(4883,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',7,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"5\"}',1697852230,'web','73.219.6.51',NULL),(4884,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',8,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"6\"}',1697852245,'web','73.219.6.51',NULL),(4885,'\\core\\event\\course_section_created','core','created','course_section','course_sections',9,'c',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":7}',1697852250,'web','73.219.6.51',NULL),(4886,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',9,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"7\"}',1697852268,'web','73.219.6.51',NULL),(4887,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',9,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"7\"}',1697852276,'web','73.219.6.51',NULL),(4888,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',11,'c',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1697852292,'restore','73.219.6.51',NULL),(4889,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1697852292,'restore','73.219.6.51',NULL),(4890,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',55,'c',2,72,70,33,2,2,NULL,0,'{\"content\":\"<p dir=\\\"ltr\\\">\\u95b1\\u8b80\\u5b8c (a) \\u8303\\u6d69\\u6c99\\uff0c\\u3008\\u4ec0\\u9ebc\\u662f\\u65e5\\u5e38\\u795e\\u5b78\\uff1f\\u57fa\\u7763\\u5f92\\u70ba\\u4f55\\u61c9\\u8a72\\u95b1\\u8b80\\u6587\\u5316\\u3009\\uff08\\u4e0a\\uff09 \\u8207 <span style=\\\"font-size: 0.9375rem;\\\">(b) \\u6797\\u97e1\\u627f\\uff0c\\u3008\\u300a\\u5bc4\\u751f\\u4e0a\\u6d41\\u300b\\u2014\\u2014\\u7b11\\u8457\\u7b11\\u8457\\u5c31\\u54ed\\u4e86\\u3009\\u4e4b\\u5f8c\\uff0c\\u5728\\u4ee5\\u4e0b\\u8a0e\\u8ad6\\u5340\\u4e2d\\u56de\\u8986\\u300c\\u6211\\u8b80\\u5b8c\\u5169\\u7bc7\\u6587\\u7ae0\\u4e86\\u300d\\u3002<\\/span><\\/p><p dir=\\\"ltr\\\">\\u4e0d\\u9808\\u63d0\\u51fa\\u5fc3\\u5f97\\u6216\\u554f\\u984c\\uff0c\\u4f46\\u82e5\\u6709\\u95b1\\u8b80\\u4e0a\\u7684\\u554f\\u984c\\uff0c\\u6b61\\u8fce\\u5728\\u7559\\u8a00\\u4e2d\\u767c\\u554f\\u3002<br><\\/p><p dir=\\\"ltr\\\">\\u7e73\\u4ea4\\u671f\\u9650\\uff1a\\u8ab2\\u524d24\\u5c0f\\u6642\\u767c\\u8868\\uff08\\u5373 10\\/25 \\u665a\\u4e0a 7:00 \\u524d\\uff09<\\/p>\\n<p dir=\\\"ltr\\\">\\uff08\\u9ede\\u9078\\u53f3\\u4e0b\\u89d2\\u300c\\u56de\\u8986\\u300d\\uff09<\\/p><br>\\n<p><\\/p>\",\"pathnamehashes\":[],\"discussionid\":6,\"triggeredfrom\":\"forum_add_discussion\"}',1697852292,'restore','73.219.6.51',NULL),(4891,'\\core\\event\\course_module_created','core','created','course_module','course_modules',33,'c',1,72,70,33,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"9\",\"name\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 (\\u8907\\u88fd)\"}',1697852293,'web','73.219.6.51',NULL),(4892,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',33,'u',1,72,70,33,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"9\",\"name\":\"\\u6559\\u6703\\u5831\\u544a\\u8a0e\\u8ad6\\u5340\"}',1697852318,'web','73.219.6.51',NULL),(4893,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u6559\\u6703\\u5831\\u544a\\u8a0e\\u8ad6\\u5340 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1697852318,'web','73.219.6.51',NULL),(4894,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1697852501,'web','73.219.6.51',NULL),(4895,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1697852501,'web','73.219.6.51',NULL),(4896,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1697852501,'web','73.219.6.51',NULL),(4897,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1697852501,'web','73.219.6.51',NULL),(4898,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1697852501,'web','73.219.6.51',NULL),(4899,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1697852501,'web','73.219.6.51',NULL),(4900,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1697852501,'web','73.219.6.51',NULL),(4901,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1697852501,'web','73.219.6.51',NULL),(4902,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',33,'u',1,72,70,33,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"9\",\"name\":\"\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a\"}',1697852503,'web','73.219.6.51',NULL),(4903,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697852503,'web','73.219.6.51',NULL),(4904,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697852739,'web','73.219.6.51',NULL),(4905,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',33,'u',1,72,70,33,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"9\",\"name\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a\"}',1697852751,'web','73.219.6.51',NULL),(4906,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1697852751,'web','73.219.6.51',NULL),(4907,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697852753,'web','73.219.6.51',NULL),(4908,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697852759,'web','73.219.6.51',NULL),(4909,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',9,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"7\"}',1697852768,'web','73.219.6.51',NULL),(4910,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697852770,'web','73.219.6.51',NULL),(4911,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697852931,'web','73.219.6.51',NULL),(4912,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697852957,'web','73.219.6.51',NULL),(4913,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697852959,'web','73.219.6.51',NULL),(4914,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1697852970,'web','73.219.6.51',NULL),(4915,'\\report_security\\event\\report_viewed','report_security','viewed','report',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1697853025,'web','73.219.6.51',NULL),(4916,'\\report_security\\event\\report_viewed','report_security','viewed','report',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1697853031,'web','73.219.6.51',NULL),(4917,'\\report_security\\event\\report_viewed','report_security','viewed','report',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1697853088,'web','73.219.6.51',NULL),(4918,'\\report_security\\event\\report_viewed','report_security','viewed','report',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1697853116,'web','73.219.6.51',NULL),(4919,'\\report_security\\event\\report_viewed','report_security','viewed','report',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1697853121,'web','73.219.6.51',NULL),(4920,'\\report_security\\event\\report_viewed','report_security','viewed','report',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1697853124,'web','73.219.6.51',NULL),(4921,'\\report_security\\event\\report_viewed','report_security','viewed','report',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1697853138,'web','73.219.6.51',NULL),(4922,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1697862047,'web','73.219.6.51',NULL),(4923,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697862066,'web','73.219.6.51',NULL),(4924,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697863348,'web','73.219.6.51',NULL),(4925,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',30,'u',1,69,70,30,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":\"17\",\"name\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u95b1\\u8b80\\u4e00\\uff1a\\u3008\\u4ec0\\u9ebc\\u662f\\u65e5\\u5e38\\u795e\\u5b78\\uff1f\\u57fa\\u7763\\u5f92\\u70ba\\u4f55\\u61c9\\u8a72\\u95b1\\u8b80\\u6587\\u5316\\u3009\\uff08\\u4e0a\\uff09\"}',1697863369,'web','73.219.6.51',NULL),(4926,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697863369,'web','73.219.6.51',NULL),(4927,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1697863372,'web','73.219.6.51',NULL),(4928,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697889510,'web','120.244.78.140',NULL),(4929,'\\core\\event\\notification_sent','core','sent','notification','notifications',458,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1697893865,'cli',NULL,NULL),(4930,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1697981213,'web','120.244.78.140',NULL),(4931,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1697981221,'web','120.244.78.140',NULL),(4932,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1697981221,'web','120.244.78.140',NULL),(4933,'\\core\\event\\notification_sent','core','sent','notification','notifications',459,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1697981226,'cli',NULL,NULL),(4934,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1697981230,'web','120.244.78.140',NULL),(4935,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,23,2,NULL,0,'null',1697981269,'web','120.244.78.140',NULL),(4936,'\\core\\event\\user_loggedin','core','loggedin','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"extrauserinfo\":[]}',1698026488,'web','104.245.12.192',NULL),(4937,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,16,2,NULL,0,'null',1698026489,'web','104.245.12.192',NULL),(4938,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"reason\":3}',1698027552,'web','104.245.12.192',NULL),(4939,'\\core\\event\\user_loggedout','core','loggedout','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"sessionid\":\"8rloabj374epdg9kjms0seee4u\"}',1698027556,'web','104.245.12.192',NULL),(4940,'\\core\\event\\user_loggedin','core','loggedin','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"extrauserinfo\":[]}',1698027564,'web','104.245.12.192',NULL),(4941,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"reason\":3}',1698027565,'web','104.245.12.192',NULL),(4942,'\\core\\event\\user_loggedin','core','loggedin','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"extrauserinfo\":[]}',1698027575,'web','104.245.12.192',NULL),(4943,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"reason\":3}',1698027576,'web','104.245.12.192',NULL),(4944,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698033623,'web','63.33.207.26',NULL),(4945,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698036743,'web','203.121.235.95',NULL),(4946,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1698036751,'web','203.121.235.95',NULL),(4947,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1698036751,'web','203.121.235.95',NULL),(4948,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1698036756,'web','203.121.235.95',NULL),(4949,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,6,2,NULL,0,'null',1698036772,'web','203.121.235.95',NULL),(4950,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1698036776,'web','203.121.235.95',NULL),(4951,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,6,2,NULL,0,'null',1698036780,'web','203.121.235.95',NULL),(4952,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,6,2,NULL,0,'null',1698036783,'web','203.121.235.95',NULL),(4953,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,6,2,NULL,0,'null',1698036785,'web','203.121.235.95',NULL),(4954,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,6,2,NULL,0,'null',1698036829,'web','203.121.235.95',NULL),(4955,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,6,2,NULL,0,'null',1698037052,'web','203.121.235.95',NULL),(4956,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698042640,'web','223.141.18.159',NULL),(4957,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,6,2,NULL,0,'null',1698044134,'web','203.121.235.95',NULL),(4958,'\\core\\event\\notification_sent','core','sent','notification','notifications',460,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1698066666,'cli',NULL,NULL),(4959,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698068273,'web','221.216.117.133',NULL),(4960,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1698068279,'web','221.216.117.133',NULL),(4961,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1698068280,'web','221.216.117.133',NULL),(4962,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1698068286,'web','221.216.117.133',NULL),(4963,'\\core\\event\\notification_sent','core','sent','notification','notifications',461,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1698068286,'cli',NULL,NULL),(4964,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,23,2,NULL,0,'null',1698068301,'web','221.216.117.133',NULL),(4965,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698071330,'web','125.229.183.111',NULL),(4966,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1698071336,'web','125.229.183.111',NULL),(4967,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1698071336,'web','125.229.183.111',NULL),(4968,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1698071343,'web','125.229.183.111',NULL),(4969,'\\core\\event\\notification_sent','core','sent','notification','notifications',462,'c',0,1,10,0,0,0,22,0,'{\"courseid\":\"1\"}',1698071346,'cli',NULL,NULL),(4970,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,22,2,NULL,0,'null',1698071353,'web','125.229.183.111',NULL),(4971,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1698072065,'web','125.229.183.111',NULL),(4972,'\\core\\event\\user_loggedout','core','loggedout','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"sessionid\":\"pp0hs7ma90sh9q04hq3dtv962i\"}',1698072071,'web','125.229.183.111',NULL),(4973,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698072072,'web','125.229.183.111',NULL),(4974,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698113148,'web','147.92.179.115',NULL),(4975,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698113148,'web','147.92.179.113',NULL),(4976,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698113148,'web','147.92.179.114',NULL),(4977,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698116593,'web','101.228.208.7',NULL),(4978,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698116601,'web','101.228.208.7',NULL),(4979,'\\core\\event\\user_loggedin','core','loggedin','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"extrauserinfo\":[]}',1698116621,'web','101.228.208.7',NULL),(4980,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,16,1,NULL,0,'null',1698116621,'web','101.228.208.7',NULL),(4981,'\\core\\event\\notification_sent','core','sent','notification','notifications',463,'c',0,1,10,0,0,0,16,0,'{\"courseid\":\"1\"}',1698116646,'cli',NULL,NULL),(4982,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1698116666,'web','101.228.208.7',NULL),(4983,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,16,2,NULL,0,'null',1698116687,'web','101.228.208.7',NULL),(4984,'\\core\\event\\user_loggedin','core','loggedin','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"extrauserinfo\":[]}',1698116719,'web','101.228.208.7',NULL),(4985,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,16,1,NULL,0,'null',1698116719,'web','101.228.208.7',NULL),(4986,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1698116721,'web','101.228.208.7',NULL),(4987,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,16,2,NULL,0,'null',1698116728,'web','101.228.208.7',NULL),(4988,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1698117313,'web','101.228.208.7',NULL),(4989,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,16,2,NULL,0,'null',1698117317,'web','101.228.208.7',NULL),(4990,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',56,'c',2,71,70,32,16,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u6211\\u8bfb\\u5b8c\\u4e24\\u7bc7\\u6587\\u7ae0\\u4e86<\\/div>\",\"pathnamehashes\":[],\"discussionid\":5,\"triggeredfrom\":\"forum_add_new_post\"}',1698117355,'web','101.228.208.7',NULL),(4991,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',56,'c',2,71,70,32,16,2,NULL,0,'{\"discussionid\":5,\"forumid\":8,\"forumtype\":\"single\"}',1698117355,'web','101.228.208.7',NULL),(4992,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',48,'c',2,71,70,32,16,2,16,0,'{\"forumid\":8,\"discussion\":5}',1698117355,'web','101.228.208.7',NULL),(4993,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,16,2,NULL,0,'null',1698117355,'web','101.228.208.7',NULL),(4994,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,16,2,NULL,0,'null',1698117369,'web','101.228.208.7',NULL),(4995,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698118781,'web','111.82.43.230',NULL),(4996,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698118785,'web','111.82.43.230',NULL),(4997,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1698118795,'web','111.82.43.230',NULL),(4998,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1698118795,'web','111.82.43.230',NULL),(4999,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1698118799,'web','111.82.43.230',NULL),(5000,'\\core\\event\\notification_sent','core','sent','notification','notifications',464,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"1\"}',1698118806,'cli',NULL,NULL),(5001,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,19,2,NULL,0,'null',1698118814,'web','111.82.43.230',NULL),(5002,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',57,'c',2,71,70,32,19,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u6211\\u8b80\\u5b8c\\u5169\\u7bc7\\u6587\\u7ae0\\u4e86<\\/div>\",\"pathnamehashes\":[],\"discussionid\":5,\"triggeredfrom\":\"forum_add_new_post\"}',1698118862,'web','111.82.43.230',NULL),(5003,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',57,'c',2,71,70,32,19,2,NULL,0,'{\"discussionid\":5,\"forumid\":8,\"forumtype\":\"single\"}',1698118862,'web','111.82.43.230',NULL),(5004,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',49,'c',2,71,70,32,19,2,19,0,'{\"forumid\":8,\"discussion\":5}',1698118862,'web','111.82.43.230',NULL),(5005,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,19,2,NULL,0,'null',1698118862,'web','111.82.43.230',NULL),(5006,'\\core\\event\\notification_sent','core','sent','notification','notifications',465,'c',0,1,10,0,16,0,16,0,'{\"courseid\":\"2\"}',1698119166,'cli',NULL,NULL),(5007,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,19,2,NULL,0,'null',1698120008,'web','111.82.43.230',NULL),(5008,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,19,2,NULL,0,'null',1698120213,'web','111.82.43.230',NULL),(5009,'\\core\\event\\notification_sent','core','sent','notification','notifications',466,'c',0,1,10,0,19,0,16,0,'{\"courseid\":\"2\"}',1698120726,'cli',NULL,NULL),(5010,'\\core\\event\\notification_sent','core','sent','notification','notifications',467,'c',0,1,10,0,19,0,19,0,'{\"courseid\":\"2\"}',1698120729,'cli',NULL,NULL),(5011,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698127842,'web','128.22.132.204',NULL),(5012,'\\core\\event\\user_loggedin','core','loggedin','user','user',13,'r',0,1,10,0,13,0,NULL,0,'{\"username\":\"hellenwangbj@163.com\",\"extrauserinfo\":[]}',1698127856,'web','128.22.132.204',NULL),(5013,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1698127857,'web','128.22.132.204',NULL),(5014,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1698127861,'web','128.22.132.204',NULL),(5015,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,13,2,NULL,0,'null',1698127867,'web','128.22.132.204',NULL),(5016,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',58,'c',2,71,70,32,13,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u6211\\u8bfb\\u5b8c\\u4e24\\u7bc7\\u6587\\u7ae0\\u4e86<\\/div>\",\"pathnamehashes\":[],\"discussionid\":5,\"triggeredfrom\":\"forum_add_new_post\"}',1698127891,'web','128.22.132.204',NULL),(5017,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',58,'c',2,71,70,32,13,2,NULL,0,'{\"discussionid\":5,\"forumid\":8,\"forumtype\":\"single\"}',1698127891,'web','128.22.132.204',NULL),(5018,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',50,'c',2,71,70,32,13,2,13,0,'{\"forumid\":8,\"discussion\":5}',1698127891,'web','128.22.132.204',NULL),(5019,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,13,2,NULL,0,'null',1698127892,'web','128.22.132.204',NULL),(5020,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,13,2,NULL,0,'null',1698127901,'web','128.22.132.204',NULL),(5021,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',59,'c',2,72,70,33,13,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a<br \\/>\\n<br \\/>\\n\\u8fd9\\u7fa4\\u4eba\\u56f4\\u7740\\u4e00\\u5f20\\u684c\\u5b50\\u5750\\u7740\\uff0c\\u867d\\u7136\\u5750\\u5728\\u4e00\\u8d77\\uff0c\\u4f46\\u662f\\u5f88\\u96be\\u79f0\\u4ed6\\u4eec\\u662f\\u4e00\\u4e2a\\u96c6\\u4f53\\u3002\\u4ed6\\u4eec\\u81ea\\u6211\\u4ecb\\u7ecd\\uff0c\\u4f1a\\u53ea\\u662f\\u8bf4\\u81ea\\u5df1\\u7684\\u540d\\u5b57\\uff0c\\u4e0a\\u51e0\\u5e74\\u7ea7\\uff0c\\u5176\\u4ed6\\u4fe1\\u606f\\u597d\\u50cf\\u81ea\\u52a8\\u7701\\u7565\\u4e86\\u3002\\u82e5\\u9700\\u8981\\uff0c\\u4ed6\\u4eec\\u53ef\\u80fd\\u4f1a\\u518d\\u6324\\u51fa\\u4e00\\u4e9b\\u4fe1\\u606f\\uff0c\\u6bd4\\u5982\\u4ed6\\u4eec\\u662f\\u548c\\u7236\\u6bcd\\u4e00\\u8d77\\u6765\\u6559\\u4f1a\\uff0c\\u6216\\u8005\\u8bf4\\u88ab\\u5e26\\u6765\\u7684\\uff0c\\u8c08\\u5230\\u8fd9\\u4e9b\\uff0c\\u4ed6\\u4eec\\u8138\\u4e0a\\u51e0\\u4e4e\\u662f\\u9ebb\\u6728\\u7684\\u8868\\u60c5\\u3002<br \\/>\\n\\u4ed6\\u4eec\\u8fd8\\u6ca1\\u6709\\u5f62\\u6210\\u4e00\\u4e2a\\u96c6\\u4f53\\uff0c\\u4e0d\\u4f1a\\u4f7f\\u7528\\u201c\\u6211\\u4eec\\u201d\\u6765\\u6307\\u4ee3\\u76ee\\u524d\\u7684\\u8fd9\\u4e2a\\u805a\\u96c6\\u3002\\u8fd9\\u4e2a\\u805a\\u96c6\\u6709\\u4e00\\u79cd\\u62d8\\u8c28\\u7684\\u6c14\\u6c1b\\uff0c\\u6bcf\\u4e2a\\u4eba\\u90fd\\u6709\\u4e00\\u70b9\\u70b9\\u7d27\\u5f20\\uff0c\\u597d\\u50cf\\u6bcf\\u4e2a\\u4eba\\u90fd\\u4e0d\\u662f\\u767e\\u5206\\u6bd4\\u613f\\u610f\\u6765\\u5230\\u8fd9\\u91cc\\uff0c\\u4f46\\u662f\\u65e2\\u7136\\u6765\\u4e86\\uff0c\\u597d\\u50cf\\u53c8\\u8981\\u505a\\u8fd9\\u4e2a\\u73af\\u5883\\u7684\\u4e0d\\u6210\\u6587\\u7684\\u8981\\u6c42\\uff0c\\u6ee1\\u8db3\\u671f\\u5f85\\u3002\\u800c\\u8fd9\\u4e2a\\u671f\\u5f85\\u662f\\u4ec0\\u4e48\\uff0c\\u5177\\u4f53\\u8bf4\\u4e0d\\u597d\\u3002<br \\/>\\n\\t\\u5bf9\\u4e8e\\u8fd9\\u4e2a\\u7fa4\\u4f53\\u5916\\u7684\\u4eba\\uff0c\\u4ed6\\u4eec\\u63a5\\u89e6\\u7684\\u66f4\\u591a\\u7684\\u662f\\u540c\\u5b66\\uff0c\\u4ed6\\u4eec\\u5bf9\\u4e8e\\u8fd9\\u6837\\u7684\\u7fa4\\u4f53\\u66f4\\u6709\\u8ba4\\u540c\\u611f\\u3002\\u4ed6\\u4eec\\u4f1a\\u4e00\\u8d77\\u5410\\u69fd\\u8001\\u5e08\\uff0c\\u4f1a\\u8c08\\u8bba\\u6700\\u65b0\\u7684\\u6e38\\u620f\\uff0c\\u6700\\u8fd1\\u7684\\u6d3b\\u52a8\\u3002\\u4ed6\\u4eec\\u5e0c\\u671b\\u5728\\u8fd9\\u6837\\u7684\\u7fa4\\u4f53\\u91cc\\uff0c\\u4ed6\\u4eec\\u66f4\\u53d7\\u6b22\\u8fce\\uff0c\\u66f4\\u88ab\\u5173\\u6ce8\\uff0c\\u4ed6\\u4eec\\u88ab\\u522e\\u76ee\\u76f8\\u770b\\u3002<br \\/>\\n\\t\\u8fd9\\u4e2a\\u805a\\u96c6\\uff0c\\u7ec4\\u7ec7\\u7684\\u8001\\u5e08\\u4f1a\\u671f\\u5f85\\u4ed6\\u4eec\\u51c6\\u65f6\\u51fa\\u73b0\\uff0c\\u4f1a\\u5728\\u8ba8\\u8bba\\u7684\\u65f6\\u5019\\u5c3d\\u91cf\\u5730\\u8868\\u8fbe\\u3002\\u7ed3\\u675f\\u540e\\uff0c\\u4ed6\\u4eec\\u4f1a\\u88ab\\u671f\\u5f85\\u7559\\u4e0b\\u4e86\\u53c2\\u52a0\\u4e4b\\u540e\\u7684\\u5d07\\u62dc\\uff0c\\u751a\\u81f3\\u53c2\\u4e0e\\u4e00\\u4e9b\\u529b\\u6240\\u80fd\\u53ca\\u7684\\u670d\\u4f8d\\u3002\\u805a\\u96c6\\u7684\\u65f6\\u5019\\uff0c\\u4f20\\u9012\\u7ed9\\u53c2\\u4e0e\\u8005\\u7684\\u4fe1\\u606f\\uff0c\\u662f\\u9f13\\u52b1\\u4ed6\\u4eec\\u4fe1\\u9760\\u4e3b\\uff0c\\u9f13\\u52b1\\u4ed6\\u4eec\\u7ee7\\u7eed\\u63a2\\u7d22\\u4ed6\\u4eec\\u7684\\u4fe1\\u4ef0\\u3002\\u805a\\u96c6\\u662f\\u4ee5\\u770b\\u89c6\\u9891\\u7136\\u540e\\u8ba8\\u8bba\\u7684\\u5f62\\u5f0f\\uff0c\\u4e4b\\u524d\\u4f1a\\u6709\\u6e38\\u620f\\u70ed\\u8eab\\u3002\\u8fd9\\u6837\\u7684\\u8baf\\u606f\\u53c2\\u4e0e\\u8005\\u4e0d\\u4f1a\\u90a3\\u4e48\\u53cd\\u611f\\uff0c\\u56e0\\u4e3a\\u597d\\u50cf\\u662f\\u7b2c\\u4e09\\u65b9\\u6765\\u4f20\\u9012\\u7684\\uff0c\\u800c\\u4e0d\\u662f\\u7531\\u7ec4\\u7ec7\\u8005\\u548c\\u5728\\u573a\\u7684\\u8001\\u5e08\\u6765\\u4f20\\u8fbe\\u3002\\u56e0\\u4e3a\\u82e5\\u662f\\u7531\\u8001\\u5e08\\u6765\\u4f20\\u8fbe\\uff0c\\u8001\\u5e08\\u7684\\u4e2a\\u6027\\u548c\\u8868\\u8fbe\\u65b9\\u5f0f\\u5c31\\u4f1a\\u5f88\\u91cd\\u8981\\uff0c\\u5f88\\u53ef\\u80fd\\u7ed9\\u4eba\\u4e00\\u79cd\\u5355\\u9879\\u704c\\u8f93\\u3001\\u8bb2\\u5927\\u9053\\u7406\\u7684\\u9519\\u89c9\\u3002\\u800c\\u89c6\\u9891\\u7684\\u4e3b\\u6301\\u4eba\\u4e5f\\u662f\\u5f88\\u5e74\\u8f7b\\uff0c\\u4f1a\\u7f29\\u5c0f\\u548c\\u9752\\u5c11\\u5e74\\u7684\\u8ddd\\u79bb\\u611f\\uff0c\\u6001\\u5ea6\\u4e5f\\u5f88\\u4eb2\\u548c\\uff0c\\u98ce\\u8da3\\u5e7d\\u9ed8\\uff0c\\u6ca1\\u6709\\u538b\\u529b\\u611f\\u3002<br \\/>\\n\\t\\u8fd9\\u6837\\u7684\\u805a\\u96c6\\uff0c\\u5473\\u89c9\\u3001\\u89c6\\u89c9\\u548c\\u542c\\u89c9\\u5f88\\u91cd\\u8981\\u3002\\u6709\\u6c34\\u679c\\u548c\\u8336\\u70b9\\u63d0\\u4f9b\\uff0c\\u6240\\u4ee5\\u6574\\u573a\\u6709\\u968f\\u65f6\\u53ef\\u4ee5\\u4eab\\u7528\\u7684\\u597d\\u5403\\u7684\\u98df\\u7269\\u3002\\u800c\\u89c6\\u9891\\u8d28\\u91cf\\u4e5f\\u5f88\\u9ad8\\uff0c\\u97f3\\u4e50\\u4e5f\\u5f88\\u597d\\uff0c\\u4e3b\\u6301\\u4eba\\u7684\\u55d3\\u97f3\\u5c31\\u50cf\\u662f\\u90bb\\u5bb6\\u54e5\\u54e5\\uff0c\\u542c\\u4e0a\\u53bb\\u5f88\\u8212\\u670d\\u3002<br \\/>\\n\\u805a\\u96c6\\u5728\\u4e00\\u4e2a\\u7b80\\u6734\\u7684\\u623f\\u95f4\\uff0c\\u623f\\u95f4\\u91cc\\u7684\\u5149\\u7ebf\\u662f\\u5145\\u8db3\\u7684\\uff0c\\u4f46\\u662f\\u82e5\\u662f\\u5f00\\u7a7a\\u8c03\\uff0c\\u518d\\u52a0\\u4e0a\\u770b\\u6295\\u5c4f\\uff0c\\u5c31\\u8981\\u62c9\\u4e0b\\u7a97\\u5e18\\u3002\\u8fd9\\u4f1a\\u5f71\\u54cd\\u4eba\\u7684\\u7a7a\\u95f4\\u611f\\u7684\\u4f53\\u9a8c\\u3002\\u7a7a\\u8c03\\u6709\\u65f6\\u5019\\u8fc7\\u51b7\\u6216\\u8fc7\\u70ed\\uff0c\\u4f1a\\u5e72\\u6270\\u5230\\u4eba\\u3002<br \\/>\\n\\t\\u603b\\u4f53\\u611f\\u89c9\\u8fd9\\u662f\\u4e00\\u4e2a\\u521a\\u521a\\u5f00\\u59cb\\u7684\\u805a\\u96c6\\uff0c\\u5927\\u5bb6\\uff0c\\u5305\\u62ec\\u8001\\u5e08\\u672c\\u4eba\\uff0c\\u4e5f\\u90fd\\u8fd8\\u6ca1\\u6709\\u653e\\u677e\\uff0c\\u56e0\\u4e3a\\u5f7c\\u6b64\\u4e4b\\u95f4\\u6ca1\\u90a3\\u4e48\\u719f\\u6089\\uff0c\\u8fd8\\u662f\\u6bd4\\u8f83\\u62d8\\u8c28\\uff0c\\u6ca1\\u6709\\u653e\\u5f00\\u3002\\u611f\\u89c9\\u8fd8\\u9700\\u8981\\u4e00\\u6bb5\\u65f6\\u95f4\\uff0c\\u624d\\u4f1a\\u6709\\u76f8\\u5904\\u7684\\u5316\\u5b66\\u53cd\\u5e94\\uff0c\\u5c34\\u5c2c\\u7684\\u6c14\\u6c1b\\u624d\\u4f1a\\u6de1\\u53bb\\u3002\\u5e78\\u4e8f\\u6211\\u53ea\\u662f\\u89c2\\u5bdf\\uff0c\\u800c\\u4e0d\\u9700\\u8981\\u505c\\u7559\\uff0c\\u4e0d\\u7136\\u6211\\u7684\\u5c34\\u5c2c\\u764c\\u4e5f\\u4f1a\\u91cd\\u72af\\u55f3\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":6,\"triggeredfrom\":\"forum_add_new_post\"}',1698129449,'web','128.22.132.204',NULL),(5022,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',59,'c',2,72,70,33,13,2,NULL,0,'{\"discussionid\":6,\"forumid\":9,\"forumtype\":\"single\"}',1698129449,'web','128.22.132.204',NULL),(5023,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',51,'c',2,72,70,33,13,2,13,0,'{\"forumid\":9,\"discussion\":6}',1698129449,'web','128.22.132.204',NULL),(5024,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,13,2,NULL,0,'null',1698129449,'web','128.22.132.204',NULL),(5025,'\\core\\event\\notification_sent','core','sent','notification','notifications',468,'c',0,1,10,0,13,0,13,0,'{\"courseid\":\"2\"}',1698129725,'cli',NULL,NULL),(5026,'\\core\\event\\notification_sent','core','sent','notification','notifications',469,'c',0,1,10,0,13,0,16,0,'{\"courseid\":\"2\"}',1698129728,'cli',NULL,NULL),(5027,'\\core\\event\\notification_sent','core','sent','notification','notifications',470,'c',0,1,10,0,13,0,19,0,'{\"courseid\":\"2\"}',1698129731,'cli',NULL,NULL),(5028,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698130637,'web','184.22.144.241',NULL),(5029,'\\core\\event\\user_loggedin','core','loggedin','user','user',9,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"extrauserinfo\":[]}',1698130654,'web','184.22.144.241',NULL),(5030,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,9,1,NULL,0,'null',1698130654,'web','184.22.144.241',NULL),(5031,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1698130675,'web','184.22.144.241',NULL),(5032,'\\core\\event\\notification_sent','core','sent','notification','notifications',471,'c',0,1,10,0,0,0,9,0,'{\"courseid\":\"1\"}',1698130686,'cli',NULL,NULL),(5033,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,9,2,NULL,0,'null',1698130750,'web','184.22.144.241',NULL),(5034,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"reason\":3}',1698130789,'web','184.22.144.241',NULL),(5035,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,9,1,NULL,0,'null',1698130794,'web','184.22.144.241',NULL),(5036,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698138824,'web','114.24.117.188',NULL),(5037,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1698138852,'web','114.24.117.188',NULL),(5038,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,5,1,NULL,0,'null',1698138852,'web','114.24.117.188',NULL),(5039,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1698138857,'web','114.24.117.188',NULL),(5040,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,5,2,NULL,0,'null',1698138862,'web','114.24.117.188',NULL),(5041,'\\core\\event\\notification_sent','core','sent','notification','notifications',472,'c',0,1,10,0,0,0,5,0,'{\"courseid\":\"1\"}',1698138906,'cli',NULL,NULL),(5042,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698139972,'web','101.36.119.220',NULL),(5043,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698139972,'web','101.36.119.220',NULL),(5044,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698139972,'web','101.36.119.220',NULL),(5045,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698139973,'web','101.36.119.220',NULL),(5046,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698139973,'web','101.36.119.220',NULL),(5047,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698139975,'web','101.36.119.220',NULL),(5048,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698139975,'web','101.36.119.220',NULL),(5049,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698139976,'web','101.36.119.220',NULL),(5050,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698139978,'web','101.36.119.220',NULL),(5051,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698139979,'web','101.36.119.220',NULL),(5052,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698139979,'web','101.36.119.220',NULL),(5053,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698139979,'web','101.36.119.220',NULL),(5054,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698139980,'web','101.36.119.220',NULL),(5055,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698139980,'web','101.36.119.220',NULL),(5056,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698139980,'web','101.36.119.220',NULL),(5057,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698139980,'web','101.36.119.220',NULL),(5058,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698139980,'web','101.36.119.220',NULL),(5059,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698139981,'web','101.36.119.220',NULL),(5060,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698139982,'web','101.36.119.220',NULL),(5061,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698139982,'web','101.36.119.220',NULL),(5062,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698139983,'web','101.36.119.220',NULL),(5063,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698139983,'web','101.36.119.220',NULL),(5064,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698143409,'web','125.229.183.111',NULL),(5065,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1698143414,'web','125.229.183.111',NULL),(5066,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1698143414,'web','125.229.183.111',NULL),(5067,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,22,0,NULL,0,'null',1698143422,'web','125.229.183.111',NULL),(5068,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1698143424,'web','125.229.183.111',NULL),(5069,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,22,2,NULL,0,'null',1698143429,'web','125.229.183.111',NULL),(5070,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1698144785,'web','125.229.183.111',NULL),(5071,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,22,2,NULL,0,'null',1698144790,'web','125.229.183.111',NULL),(5072,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1698145176,'web','125.229.183.111',NULL),(5073,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,22,2,NULL,0,'null',1698145181,'web','125.229.183.111',NULL),(5074,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1698145202,'web','125.229.183.111',NULL),(5075,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,22,2,NULL,0,'null',1698145206,'web','125.229.183.111',NULL),(5076,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',60,'c',2,71,70,32,22,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u6211\\u8b80\\u5b8c\\u5169\\u7bc7\\u6587\\u7ae0\\u4e86<\\/div>\",\"pathnamehashes\":[],\"discussionid\":5,\"triggeredfrom\":\"forum_add_new_post\"}',1698145224,'web','125.229.183.111',NULL),(5077,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',60,'c',2,71,70,32,22,2,NULL,0,'{\"discussionid\":5,\"forumid\":8,\"forumtype\":\"single\"}',1698145224,'web','125.229.183.111',NULL),(5078,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',52,'c',2,71,70,32,22,2,22,0,'{\"forumid\":8,\"discussion\":5}',1698145224,'web','125.229.183.111',NULL),(5079,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,22,2,NULL,0,'null',1698145224,'web','125.229.183.111',NULL),(5080,'\\core\\event\\notification_sent','core','sent','notification','notifications',473,'c',0,1,10,0,22,0,13,0,'{\"courseid\":\"2\"}',1698147066,'cli',NULL,NULL),(5081,'\\core\\event\\notification_sent','core','sent','notification','notifications',474,'c',0,1,10,0,22,0,16,0,'{\"courseid\":\"2\"}',1698147069,'cli',NULL,NULL),(5082,'\\core\\event\\notification_sent','core','sent','notification','notifications',475,'c',0,1,10,0,22,0,22,0,'{\"courseid\":\"2\"}',1698147071,'cli',NULL,NULL),(5083,'\\core\\event\\notification_sent','core','sent','notification','notifications',476,'c',0,1,10,0,22,0,19,0,'{\"courseid\":\"2\"}',1698147074,'cli',NULL,NULL),(5084,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698151281,'web','73.219.6.51',NULL),(5085,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1698151288,'web','73.219.6.51',NULL),(5086,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"reason\":3}',1698151288,'web','73.219.6.51',NULL),(5087,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1698151293,'web','73.219.6.51',NULL),(5088,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"reason\":3}',1698151293,'web','73.219.6.51',NULL),(5089,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"reason\":3}',1698151295,'web','73.219.6.51',NULL),(5090,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1698151298,'web','73.219.6.51',NULL),(5091,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1698151298,'web','73.219.6.51',NULL),(5092,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"reason\":3}',1698151299,'web','73.219.6.51',NULL),(5093,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1698151302,'web','73.219.6.51',NULL),(5094,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698151304,'web','73.219.6.51',NULL),(5095,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,2,2,NULL,0,'null',1698151308,'web','73.219.6.51',NULL),(5096,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698151374,'web','73.219.6.51',NULL),(5097,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1698151375,'web','73.219.6.51',NULL),(5098,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698152878,'web','36.229.148.242',NULL),(5099,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1698152884,'web','36.229.148.242',NULL),(5100,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1698152884,'web','36.229.148.242',NULL),(5101,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1698152887,'web','36.229.148.242',NULL),(5102,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,11,2,NULL,0,'null',1698152899,'web','36.229.148.242',NULL),(5103,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',61,'c',2,71,70,32,11,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u6211\\u8b80\\u5b8c\\u5169\\u7bc7\\u6587\\u7ae0\\u4e86<\\/div>\",\"pathnamehashes\":[],\"discussionid\":5,\"triggeredfrom\":\"forum_add_new_post\"}',1698152922,'web','36.229.148.242',NULL),(5104,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',61,'c',2,71,70,32,11,2,NULL,0,'{\"discussionid\":5,\"forumid\":8,\"forumtype\":\"single\"}',1698152922,'web','36.229.148.242',NULL),(5105,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',53,'c',2,71,70,32,11,2,11,0,'{\"forumid\":8,\"discussion\":5}',1698152922,'web','36.229.148.242',NULL),(5106,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,11,2,NULL,0,'null',1698152923,'web','36.229.148.242',NULL),(5107,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,11,2,NULL,0,'null',1698152935,'web','36.229.148.242',NULL),(5108,'\\core\\event\\notification_sent','core','sent','notification','notifications',477,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"1\"}',1698152946,'cli',NULL,NULL),(5109,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1698153141,'web','36.229.148.242',NULL),(5110,'\\core\\event\\notification_sent','core','sent','notification','notifications',478,'c',0,1,10,0,11,0,11,0,'{\"courseid\":\"2\"}',1698154746,'cli',NULL,NULL),(5111,'\\core\\event\\notification_sent','core','sent','notification','notifications',479,'c',0,1,10,0,11,0,13,0,'{\"courseid\":\"2\"}',1698154749,'cli',NULL,NULL),(5112,'\\core\\event\\notification_sent','core','sent','notification','notifications',480,'c',0,1,10,0,11,0,16,0,'{\"courseid\":\"2\"}',1698154753,'cli',NULL,NULL),(5113,'\\core\\event\\notification_sent','core','sent','notification','notifications',481,'c',0,1,10,0,11,0,22,0,'{\"courseid\":\"2\"}',1698154755,'cli',NULL,NULL),(5114,'\\core\\event\\notification_sent','core','sent','notification','notifications',482,'c',0,1,10,0,11,0,19,0,'{\"courseid\":\"2\"}',1698154759,'cli',NULL,NULL),(5115,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698157906,'web','104.248.121.30',NULL),(5116,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698161385,'web','103.249.21.121',NULL),(5117,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1698161429,'web','103.249.21.107',NULL),(5118,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1698161429,'web','103.249.21.107',NULL),(5119,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1698161434,'web','103.249.21.100',NULL),(5120,'\\core\\event\\notification_sent','core','sent','notification','notifications',483,'c',0,1,10,0,0,0,21,0,'{\"courseid\":\"1\"}',1698161465,'cli',NULL,NULL),(5121,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,21,2,NULL,0,'null',1698161469,'web','103.249.21.99',NULL),(5122,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698168085,'web','147.92.179.116',NULL),(5123,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698168085,'web','147.92.179.112',NULL),(5124,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698187020,'web','14.241.248.131',NULL),(5125,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698187023,'web','14.241.248.131',NULL),(5126,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698188925,'web','14.241.248.131',NULL),(5127,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1698188956,'web','14.241.248.131',NULL),(5128,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1698188956,'web','14.241.248.131',NULL),(5129,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1698188959,'web','14.241.248.131',NULL),(5130,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,21,2,NULL,0,'null',1698188983,'web','14.241.248.131',NULL),(5131,'\\core\\event\\notification_sent','core','sent','notification','notifications',484,'c',0,1,10,0,0,0,21,0,'{\"courseid\":\"1\"}',1698189007,'cli',NULL,NULL),(5132,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698199449,'web','73.219.6.51',NULL),(5133,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1698199456,'web','73.219.6.51',NULL),(5134,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1698199457,'web','73.219.6.51',NULL),(5135,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698199459,'web','73.219.6.51',NULL),(5136,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,2,2,NULL,0,'null',1698199463,'web','73.219.6.51',NULL),(5137,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,2,2,NULL,0,'null',1698199464,'web','73.219.6.51',NULL),(5138,'\\mod_forum\\event\\subscription_created','mod_forum','created','subscription','forum_subscriptions',6,'c',2,71,70,32,2,2,2,0,'{\"forumid\":\"8\"}',1698199465,'web','73.219.6.51',NULL),(5139,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,2,2,NULL,0,'null',1698199466,'web','73.219.6.51',NULL),(5140,'\\mod_forum\\event\\subscription_created','mod_forum','created','subscription','forum_subscriptions',7,'c',2,72,70,33,2,2,2,0,'{\"forumid\":\"9\"}',1698199481,'web','73.219.6.51',NULL),(5141,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,2,2,NULL,0,'null',1698199481,'web','73.219.6.51',NULL),(5142,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698206337,'web','122.118.21.142',NULL),(5143,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1698206345,'web','122.118.21.142',NULL),(5144,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,20,1,NULL,0,'null',1698206345,'web','122.118.21.142',NULL),(5145,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1698206351,'web','122.118.21.142',NULL),(5146,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,20,2,NULL,0,'null',1698206362,'web','122.118.21.142',NULL),(5147,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,20,2,NULL,0,'null',1698206380,'web','122.118.21.142',NULL),(5148,'\\core\\event\\notification_sent','core','sent','notification','notifications',485,'c',0,1,10,0,0,0,20,0,'{\"courseid\":\"1\"}',1698206407,'cli',NULL,NULL),(5149,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698209415,'web','114.24.117.188',NULL),(5150,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1698209421,'web','114.24.117.188',NULL),(5151,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,5,1,NULL,0,'null',1698209421,'web','114.24.117.188',NULL),(5152,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1698209423,'web','114.24.117.188',NULL),(5153,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,5,2,NULL,0,'null',1698209791,'web','114.24.117.188',NULL),(5154,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1698211274,'web','73.219.6.51',NULL),(5155,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698211277,'web','73.219.6.51',NULL),(5156,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698211283,'web','73.219.6.51',NULL),(5157,'\\core\\event\\course_module_created','core','created','course_module','course_modules',34,'c',1,73,70,34,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":19,\"name\":\"\\u7b2c\\u516d\\u9031\\u8b1b\\u7fa9\"}',1698211307,'web','73.219.6.51',NULL),(5158,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698211308,'web','73.219.6.51',NULL),(5159,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1698211627,'web','73.219.6.51',NULL),(5160,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698211663,'web','73.219.6.51',NULL),(5161,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698212753,'web','117.56.58.51',NULL),(5162,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"reason\":3}',1698212785,'web','117.56.58.51',NULL),(5163,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1698212864,'web','117.56.58.51',NULL),(5164,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1698212864,'web','117.56.58.51',NULL),(5165,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1698212868,'web','117.56.58.51',NULL),(5166,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,14,2,NULL,0,'null',1698212883,'web','117.56.58.51',NULL),(5167,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',62,'c',2,72,70,33,14,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u4e00\\u3001\\u524d\\u8a00<br \\/>\\n\\u6211\\u662fET\\u4f86\\u81ea\\u9280\\u6cb3\\u7cfb\\uff0c\\u88ab\\u6d3e\\u9063\\u5230\\u592a\\u967d\\u7cfb\\u5de1\\u5f0b\\uff0c\\u5728\\u9032\\u5165\\u5730\\u7403\\u8ecc\\u9053\\u6642\\u906d\\u53d7\\u9695\\u77f3\\u653b\\u64ca\\uff0c\\u7dca\\u6025\\u8feb\\u964d\\u5728\\u798f\\u723e\\u6469\\u6c99\\u5cf6\\u3002\\u6211\\u5728\\u5cf6\\u6771\\u7684\\u90e8\\u843d\\u88e1\\u770b\\u5230\\u4e00\\u68df\\u5341\\u5b57\\u67b6\\u7684\\u5efa\\u7bc9\\u7269\\uff0c\\u9580\\u53e3\\u5f35\\u8cbc\\u300c\\u6a5f\\u5668\\u4eba\\u71df\\u300d\\u6d77\\u5831\\uff0c\\u88e1\\u9762\\u6709\\u5bc6\\u96c6\\u751f\\u7269\\u6d3b\\u52d5\\u53cd\\u61c9\\uff0c\\u521d\\u6b65\\u7814\\u5224\\u61c9\\u8a72\\u662f\\u5730\\u7403\\u672a\\u6210\\u5e74\\u4eba\\u985e\\u7684\\u7fa4\\u805a\\u884c\\u70ba\\uff0c\\u65bc\\u662f\\u96b1\\u8eab\\u9032\\u5165\\u89c0\\u5bdf\\u3002<br \\/>\\n<br \\/>\\n\\u4e8c\\u3001\\u89c0\\u5bdf\\u767c\\u73fe<br \\/>\\n(\\u4e00)\\t\\u89c0\\u5bdf\\u6642\\u9593\\u53ca\\u7bc4\\u570d<br \\/>\\n\\u5730\\u7403\\u6642\\u9593\\u516c\\u51432022\\u5e741\\u6708\\u5728\\u611b\\u6559\\u6703\\u65b0\\u57ce\\u71df\\u5730\\u7fa4\\u805a\\u7684\\u5730\\u7403\\u672a\\u6210\\u5e74\\u4eba\\u985e\\u3002<br \\/>\\n(\\u4e8c)\\t\\u89c0\\u5bdf\\u5c0d\\u8c61<br \\/>\\n1.\\t\\u8eab\\u9ad4\\u548c\\u667a\\u6167\\u5c1a\\u672a\\u767c\\u5c55\\u7684\\u5e7c\\u5c0f\\u4eba\\u985e\\uff1a\\u5cf6\\u6771\\u5728\\u5730\\u65cf\\u7fa4\\uff0c\\u4f4f\\u5728\\u5e33\\u68da\\u3002<br \\/>\\n2.\\t\\u8eab\\u9ad4\\u548c\\u667a\\u6167\\u6b63\\u5728\\u767c\\u5c55\\u4e2d\\u7684\\u5e74\\u8f15\\u4eba\\u985e\\uff1a\\u4f86\\u81ea\\u5cf6\\u5317\\u7684\\u5916\\u4f86\\u65cf\\u7fa4\\u3002<br \\/>\\n(\\u4e09)\\t\\u4efb\\u52d9<br \\/>\\n1.\\t\\u5e7c\\u5c0f\\u4eba\\u985e\\uff1a\\u88ab\\u5206\\u6210\\u5e7e\\u500b\\u5c0f\\u7d44\\uff0c\\u6709\\u7d44\\u7e54\\u7684\\u5171\\u540c\\u751f\\u6d3b\\uff0c\\u9032\\u884c\\u6709\\u8a08\\u756b\\u7684\\u8a13\\u7df4\\uff0c\\u8ca0\\u8cac\\u5b8c\\u6210\\u5404\\u9805\\u4efb\\u52d9\\u3002<br \\/>\\n2.\\t\\u5e74\\u8f15\\u4eba\\u985e\\uff1a\\u8ca0\\u8cac\\u767c\\u865f\\u65bd\\u4ee4\\uff0c\\u6559\\u5c0e\\u5e7c\\u5c0f\\u4eba\\u985e\\u5531\\u6b4c\\u8df3\\u821e\\u3001\\u82f1\\u8a9e\\u3001\\u88fd\\u4f5c\\u6a5f\\u5668\\u4eba\\u5404\\u9805\\u6280\\u80fd\\u3002<br \\/>\\n(\\u56db)\\t\\u91cd\\u8981\\u7684\\u611f\\u5b98\\u8207\\u80fd\\u529b<br \\/>\\n1.\\t\\u5e7c\\u5c0f\\u4eba\\u985e\\uff1a\\u611f\\u5b98\\u80fd\\u529b\\u5f88\\u5f37\\uff0c\\u5c24\\u5176\\u5728\\u904b\\u52d5\\u3001\\u5531\\u6b4c\\u3001\\u821e\\u8e48\\u3001\\u8868\\u6f14\\u65b9\\u9762\\u3002<br \\/>\\n\\u76f8\\u5c0d\\u4e0d\\u91cd\\u8981\\u7684\\u80fd\\u529b\\uff1a\\u6e9d\\u901a\\u80fd\\u529b\\u3001\\u9818\\u5c0e\\u80fd\\u529b\\u3002<br \\/>\\n2.\\t\\u5e74\\u8f15\\u4eba\\u985e\\uff1a\\u6709\\u8cac\\u4efb\\u5fc3\\u3001\\u611b\\u5fc3\\u8010\\u5fc3\\u3001\\u5584\\u65bc\\u6e9d\\u901a\\u8868\\u9054\\u3001\\u9818\\u5c0e\\u80fd\\u529b\\u3001\\u5718\\u968a\\u5408\\u4f5c\\u3002<br \\/>\\n\\u76f8\\u5c0d\\u4e0d\\u91cd\\u8981\\u7684\\u80fd\\u529b\\uff1a\\u793e\\u4ea4\\u80fd\\u529b\\u3001\\u500b\\u4eba\\u8868\\u73fe\\u3002<br \\/>\\n(\\u4e94)\\t\\u50b3\\u9054\\u7d66\\u53c3\\u8207\\u8005\\u7684\\u8a0a\\u606f<br \\/>\\n1.\\t\\u5e7c\\u5c0f\\u4eba\\u985e\\uff1a\\u8981\\u670d\\u5f9e\\u547d\\u4ee4\\u3001\\u5b88\\u898f\\u77e9\\u3001\\u807d\\u8a71\\u3002\\u81ea\\u5df1\\u7684\\u4e8b\\u81ea\\u5df1\\u505a\\uff0c\\u8981\\u5e6b\\u5fd9\\u6e05\\u6f54\\u6253\\u6383\\u3002\\u505a\\u932f\\u4e8b\\u8981\\u627f\\u8a8d\\u3001\\u8aaa\\u5c0d\\u4e0d\\u8d77\\u3002\\u4e0d\\u8981\\u73a9\\u624b\\u6a5f\\u3001\\u4e0d\\u8981\\u8aaa\\u9ad2\\u8a71\\u3001\\u6253\\u67b6\\uff0c\\u8981\\u9060\\u96e2\\u58de\\u7fd2\\u6163\\u3002\\u6bcf\\u5929\\u8981\\u8b80\\u8056\\u7d93\\uff0c\\u665a\\u4e0a\\u8981\\u5beb\\u611f\\u6069\\u7b46\\u8a18\\u3001\\u79b1\\u544a\\u3002<br \\/>\\n2.\\t\\u5e74\\u8f15\\u4eba\\u985e\\uff1a\\u8f2a\\u6d41\\u4e0a\\u53f0\\u767c\\u865f\\u65bd\\u4ee4\\uff0c\\u4e92\\u76f8\\u652f\\u63f4\\u9f13\\u52f5\\u3001\\u5718\\u968a\\u5408\\u4f5c\\u3002\\u6559\\u5c0e\\u5e7c\\u5c0f\\u4eba\\u985e\\u5404\\u9805\\u6280\\u80fd\\u3001\\u5e6b\\u52a9\\u5b8c\\u6210\\u4efb\\u52d9\\u3001\\u57f9\\u990a\\u81ea\\u4fe1\\u5fc3\\u53ca\\u89e3\\u6c7a\\u554f\\u984c\\u7684\\u80fd\\u529b\\u3002<br \\/>\\n<br \\/>\\n\\u2003<br \\/>\\n\\u4e09\\u3001\\u89c0\\u5bdf\\u7d50\\u8ad6<br \\/>\\n(\\u4e00)\\t\\u4eba\\u985e\\u662f\\u5730\\u7403\\u4e0a\\u6700\\u9ad8\\u7b49\\u7684\\u667a\\u6167\\u751f\\u7269\\uff0c\\u5728\\u5fc3\\u667a\\u5c1a\\u672a\\u6210\\u719f\\u7684\\u6210\\u9577\\u968e\\u6bb5\\uff0c\\u5fc5\\u9808\\u4f9d\\u9760\\u773c\\u8033\\u53e3\\u624b\\u8173\\u7b49\\u80a2\\u9ad4\\u6d3b\\u52d5\\u53ca\\u5404\\u6a23\\u611f\\u5b98\\u80fd\\u529b\\uff0c\\u63a5\\u6536\\u5916\\u4f86\\u8a0a\\u606f\\u53ca\\u523a\\u6fc0\\uff0c\\u900f\\u904e\\u89c0\\u5bdf\\u3001\\u6a21\\u4eff\\u3001\\u53cd\\u8986\\u7df4\\u7fd2\\uff0c\\u4f86\\u5b78\\u7fd2\\u6210\\u9577\\u548c\\u767c\\u5c55\\u667a\\u6167\\u3002\\u5730\\u7403\\u5e7c\\u5c0f\\u4eba\\u985e\\u5c0d\\u65b0\\u4e8b\\u7269\\u5145\\u6eff\\u71b1\\u60c5\\u548c\\u597d\\u5947\\u5fc3\\uff0c\\u4ed6\\u5011\\u88ab\\u805a\\u96c6\\u5728\\u4e00\\u8d77\\u751f\\u6d3b\\u3001\\u904a\\u6232\\u3001\\u5206\\u64d4\\u5de5\\u4f5c\\uff0c\\u53ef\\u4ee5\\u4e92\\u76f8\\u5b78\\u7fd2\\u3001\\u5efa\\u7acb\\u53cb\\u8abc\\u3002\\u8a31\\u591a\\u5e7c\\u5c0f\\u4eba\\u985e\\u5728\\u8eab\\u9ad4\\u548c\\u667a\\u80fd\\u9084\\u6c92\\u9577\\u5927\\u6210\\u719f\\uff0c\\u5c31\\u88ab\\u547d\\u4ee4\\u8981\\u95b1\\u8b80\\u8056\\u7d93\\u3001\\u6d17\\u7897\\u6e05\\u6f54\\u6253\\u6383\\uff0c\\u4f7f\\u4ed6\\u5011\\u5f9e\\u5c0f\\u5c31\\u5efa\\u7acb\\u4fe1\\u4ef0\\uff0c\\u990a\\u6210\\u826f\\u597d\\u7684\\u751f\\u6d3b\\u7fd2\\u6163\\u3002<br \\/>\\n(\\u4e8c)\\t\\u5e74\\u8f15\\u4eba\\u985e\\u6709\\u660e\\u78ba\\u7684\\u5206\\u5de5\\u8a08\\u756b\\uff0c\\u6bcf\\u500b\\u4eba\\u90fd\\u6709\\u5c08\\u9580\\u7684\\u8ca0\\u8cac\\u9805\\u76ee\\uff0c\\u8f2a\\u6d41\\u4e0a\\u53f0\\u5e36\\u9818\\u5e7c\\u5c0f\\u4eba\\u985e\\uff0c\\u5f7c\\u6b64\\u914d\\u5408\\u3001\\u4e92\\u76f8\\u5e6b\\u52a9\\uff0c\\u5145\\u5206\\u5c55\\u73fe\\u4eba\\u985e\\u5718\\u968a\\u5408\\u4f5c\\u7684\\u7cbe\\u795e\\u3002\\u5e74\\u8f15\\u4eba\\u985e\\u548c\\u5e7c\\u5c0f\\u4eba\\u985e\\u5728\\u4e00\\u8d77\\u7684\\u4e92\\u52d5\\u548c\\u5b78\\u7fd2\\u884c\\u70ba\\uff0c\\u53ef\\u4ee5\\u589e\\u5f37\\u5e74\\u8f15\\u4eba\\u985e\\u7684\\u6e9d\\u901a\\u8868\\u9054\\u548c\\u9818\\u5c0e\\u80fd\\u529b\\uff0c\\u7522\\u751f\\u5f88\\u597d\\u7684\\u5b78\\u7fd2\\u6548\\u679c\\u3002<br \\/>\\n(\\u4e09)\\t\\u7d9c\\u4e0a\\uff0c\\u5730\\u7403\\u672a\\u6210\\u5e74\\u4eba\\u985e\\u7684\\u5171\\u540c\\u5b78\\u7fd2\\u884c\\u70ba\\u503c\\u5f97\\u5916\\u661f\\u4eba\\u6548\\u6cd5\\u3002\\u4f46\\u662f\\u4ed6\\u5011\\u805a\\u96c6\\u4e00\\u8d77\\u5b78\\u7fd2\\u88fd\\u9020\\u6b66\\u5668\\u7684\\u884c\\u70ba\\uff0c\\u53ef\\u80fd\\u5c0d\\u672a\\u4f86\\u5b87\\u5b99\\u548c\\u5e73\\u9020\\u6210\\u5a01\\u8105\\uff0c\\u61c9\\u7576\\u63d0\\u65e9\\u56e0\\u61c9\\u9632\\u7bc4\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":6,\"triggeredfrom\":\"forum_add_new_post\"}',1698212966,'web','117.56.58.51',NULL),(5168,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',62,'c',2,72,70,33,14,2,NULL,0,'{\"discussionid\":6,\"forumid\":9,\"forumtype\":\"single\"}',1698212966,'web','117.56.58.51',NULL),(5169,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',54,'c',2,72,70,33,14,2,14,0,'{\"forumid\":9,\"discussion\":6}',1698212966,'web','117.56.58.51',NULL),(5170,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,14,2,NULL,0,'null',1698212966,'web','117.56.58.51',NULL),(5171,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1698213042,'web','117.56.58.51',NULL),(5172,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,14,2,NULL,0,'null',1698213046,'web','117.56.58.51',NULL),(5173,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',63,'c',2,71,70,32,14,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u6211\\u8b80\\u5b8c\\u5169\\u7bc7\\u6587\\u7ae0\\u4e86<\\/div>\",\"pathnamehashes\":[],\"discussionid\":5,\"triggeredfrom\":\"forum_add_new_post\"}',1698213078,'web','117.56.58.51',NULL),(5174,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',63,'c',2,71,70,32,14,2,NULL,0,'{\"discussionid\":5,\"forumid\":8,\"forumtype\":\"single\"}',1698213078,'web','117.56.58.51',NULL),(5175,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',55,'c',2,71,70,32,14,2,14,0,'{\"forumid\":8,\"discussion\":5}',1698213078,'web','117.56.58.51',NULL),(5176,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,14,2,NULL,0,'null',1698213078,'web','117.56.58.51',NULL),(5177,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,14,2,NULL,0,'null',1698213114,'web','117.56.58.51',NULL),(5178,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1698213124,'web','117.56.58.51',NULL),(5179,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,14,2,NULL,0,'null',1698213129,'web','117.56.58.51',NULL),(5180,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1698213134,'web','117.56.58.51',NULL),(5181,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,14,2,NULL,0,'null',1698213145,'web','117.56.58.51',NULL),(5182,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1698213185,'web','117.56.58.51',NULL),(5183,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,14,2,NULL,0,'null',1698213190,'web','117.56.58.51',NULL),(5184,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698213291,'web','114.136.183.228',NULL),(5185,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698213426,'web','117.56.58.51',NULL),(5186,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1698213461,'web','117.56.58.51',NULL),(5187,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1698213461,'web','117.56.58.51',NULL),(5188,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1698213464,'web','117.56.58.51',NULL),(5189,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,14,2,NULL,0,'null',1698213471,'web','117.56.58.51',NULL),(5190,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',62,'c',2,72,70,33,14,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u4e00\\u3001\\u524d\\u8a00<br>\\r\\n\\u6211\\u662fET\\u4f86\\u81ea\\u9280\\u6cb3\\u7cfb\\uff0c\\u88ab\\u6d3e\\u9063\\u5230\\u592a\\u967d\\u7cfb\\u5de1\\u5f0b\\uff0c\\u5728\\u9032\\u5165\\u5730\\u7403\\u8ecc\\u9053\\u6642\\u906d\\u53d7\\u9695\\u77f3\\u653b\\u64ca\\uff0c\\u7dca\\u6025\\u8feb\\u964d\\u5728\\u798f\\u723e\\u6469\\u6c99\\u5cf6\\u3002\\u6211\\u5728\\u5cf6\\u6771\\u7684\\u90e8\\u843d\\u88e1\\u770b\\u5230\\u4e00\\u68df\\u5341\\u5b57\\u67b6\\u7684\\u5efa\\u7bc9\\u7269\\uff0c\\u9580\\u53e3\\u5f35\\u8cbc\\u300c\\u6a5f\\u5668\\u4eba\\u71df\\u300d\\u6d77\\u5831\\uff0c\\u88e1\\u9762\\u6709\\u5bc6\\u96c6\\u751f\\u7269\\u6d3b\\u52d5\\u53cd\\u61c9\\uff0c\\u521d\\u6b65\\u7814\\u5224\\u61c9\\u8a72\\u662f\\u5730\\u7403\\u672a\\u6210\\u5e74\\u4eba\\u985e\\u7684\\u7fa4\\u805a\\u884c\\u70ba\\uff0c\\u65bc\\u662f\\u96b1\\u8eab\\u9032\\u5165\\u89c0\\u5bdf\\u3002<br>\\r\\n<br>\\r\\n\\u4e8c\\u3001\\u89c0\\u5bdf\\u767c\\u73fe<br>\\r\\n(\\u4e00)\\t\\u89c0\\u5bdf\\u6642\\u9593\\u53ca\\u7bc4\\u570d<br>\\r\\n\\u5730\\u7403\\u6642\\u9593\\u516c\\u51432023\\u5e741\\u6708\\u5728\\u611b\\u6559\\u6703\\u65b0\\u57ce\\u71df\\u5730\\u7fa4\\u805a\\u7684\\u5730\\u7403\\u672a\\u6210\\u5e74\\u4eba\\u985e\\u3002<br>\\r\\n(\\u4e8c)\\t\\u89c0\\u5bdf\\u5c0d\\u8c61<br>\\r\\n1.\\t\\u8eab\\u9ad4\\u548c\\u667a\\u6167\\u5c1a\\u672a\\u767c\\u5c55\\u7684\\u5e7c\\u5c0f\\u4eba\\u985e\\uff1a\\u5cf6\\u6771\\u5728\\u5730\\u65cf\\u7fa4\\uff0c\\u4f4f\\u5728\\u5e33\\u68da\\u3002<br>\\r\\n2.\\t\\u8eab\\u9ad4\\u548c\\u667a\\u6167\\u6b63\\u5728\\u767c\\u5c55\\u4e2d\\u7684\\u5e74\\u8f15\\u4eba\\u985e\\uff1a\\u4f86\\u81ea\\u5cf6\\u5317\\u7684\\u5916\\u4f86\\u65cf\\u7fa4\\u3002<br>\\r\\n(\\u4e09)\\t\\u4efb\\u52d9<br>\\r\\n1.\\t\\u5e7c\\u5c0f\\u4eba\\u985e\\uff1a\\u88ab\\u5206\\u6210\\u5e7e\\u500b\\u5c0f\\u7d44\\uff0c\\u6709\\u7d44\\u7e54\\u7684\\u5171\\u540c\\u751f\\u6d3b\\uff0c\\u9032\\u884c\\u6709\\u8a08\\u756b\\u7684\\u8a13\\u7df4\\uff0c\\u8ca0\\u8cac\\u5b8c\\u6210\\u5404\\u9805\\u4efb\\u52d9\\u3002<br>\\r\\n2.\\t\\u5e74\\u8f15\\u4eba\\u985e\\uff1a\\u8ca0\\u8cac\\u767c\\u865f\\u65bd\\u4ee4\\uff0c\\u6559\\u5c0e\\u5e7c\\u5c0f\\u4eba\\u985e\\u5531\\u6b4c\\u8df3\\u821e\\u3001\\u82f1\\u8a9e\\u3001\\u88fd\\u4f5c\\u6a5f\\u5668\\u4eba\\u5404\\u9805\\u6280\\u80fd\\u3002<br>\\r\\n(\\u56db)\\t\\u91cd\\u8981\\u7684\\u611f\\u5b98\\u8207\\u80fd\\u529b<br>\\r\\n1.\\t\\u5e7c\\u5c0f\\u4eba\\u985e\\uff1a\\u611f\\u5b98\\u80fd\\u529b\\u5f88\\u5f37\\uff0c\\u5c24\\u5176\\u5728\\u904b\\u52d5\\u3001\\u5531\\u6b4c\\u3001\\u821e\\u8e48\\u3001\\u8868\\u6f14\\u65b9\\u9762\\u3002<br>\\r\\n\\u76f8\\u5c0d\\u4e0d\\u91cd\\u8981\\u7684\\u80fd\\u529b\\uff1a\\u6e9d\\u901a\\u80fd\\u529b\\u3001\\u9818\\u5c0e\\u80fd\\u529b\\u3002<br>\\r\\n2.\\t\\u5e74\\u8f15\\u4eba\\u985e\\uff1a\\u6709\\u8cac\\u4efb\\u5fc3\\u3001\\u611b\\u5fc3\\u8010\\u5fc3\\u3001\\u5584\\u65bc\\u6e9d\\u901a\\u8868\\u9054\\u3001\\u9818\\u5c0e\\u80fd\\u529b\\u3001\\u5718\\u968a\\u5408\\u4f5c\\u3002<br>\\r\\n\\u76f8\\u5c0d\\u4e0d\\u91cd\\u8981\\u7684\\u80fd\\u529b\\uff1a\\u793e\\u4ea4\\u80fd\\u529b\\u3001\\u500b\\u4eba\\u8868\\u73fe\\u3002<br>\\r\\n(\\u4e94)\\t\\u50b3\\u9054\\u7d66\\u53c3\\u8207\\u8005\\u7684\\u8a0a\\u606f<br>\\r\\n1.\\t\\u5e7c\\u5c0f\\u4eba\\u985e\\uff1a\\u8981\\u670d\\u5f9e\\u547d\\u4ee4\\u3001\\u5b88\\u898f\\u77e9\\u3001\\u807d\\u8a71\\u3002\\u81ea\\u5df1\\u7684\\u4e8b\\u81ea\\u5df1\\u505a\\uff0c\\u8981\\u5e6b\\u5fd9\\u6e05\\u6f54\\u6253\\u6383\\u3002\\u505a\\u932f\\u4e8b\\u8981\\u627f\\u8a8d\\u3001\\u8aaa\\u5c0d\\u4e0d\\u8d77\\u3002\\u4e0d\\u8981\\u73a9\\u624b\\u6a5f\\u3001\\u4e0d\\u8981\\u8aaa\\u9ad2\\u8a71\\u3001\\u6253\\u67b6\\uff0c\\u8981\\u9060\\u96e2\\u58de\\u7fd2\\u6163\\u3002\\u6bcf\\u5929\\u8981\\u8b80\\u8056\\u7d93\\uff0c\\u665a\\u4e0a\\u8981\\u5beb\\u611f\\u6069\\u7b46\\u8a18\\u3001\\u79b1\\u544a\\u3002<br>\\r\\n2.\\t\\u5e74\\u8f15\\u4eba\\u985e\\uff1a\\u8f2a\\u6d41\\u4e0a\\u53f0\\u767c\\u865f\\u65bd\\u4ee4\\uff0c\\u4e92\\u76f8\\u652f\\u63f4\\u9f13\\u52f5\\u3001\\u5718\\u968a\\u5408\\u4f5c\\u3002\\u6559\\u5c0e\\u5e7c\\u5c0f\\u4eba\\u985e\\u5404\\u9805\\u6280\\u80fd\\u3001\\u5e6b\\u52a9\\u5b8c\\u6210\\u4efb\\u52d9\\u3001\\u57f9\\u990a\\u81ea\\u4fe1\\u5fc3\\u53ca\\u89e3\\u6c7a\\u554f\\u984c\\u7684\\u80fd\\u529b\\u3002<br>\\r\\n<br>\\r\\n\\u2003<br>\\r\\n\\u4e09\\u3001\\u89c0\\u5bdf\\u7d50\\u8ad6<br>\\r\\n(\\u4e00)\\t\\u4eba\\u985e\\u662f\\u5730\\u7403\\u4e0a\\u6700\\u9ad8\\u7b49\\u7684\\u667a\\u6167\\u751f\\u7269\\uff0c\\u5728\\u5fc3\\u667a\\u5c1a\\u672a\\u6210\\u719f\\u7684\\u6210\\u9577\\u968e\\u6bb5\\uff0c\\u5fc5\\u9808\\u4f9d\\u9760\\u773c\\u8033\\u53e3\\u624b\\u8173\\u7b49\\u80a2\\u9ad4\\u6d3b\\u52d5\\u53ca\\u5404\\u6a23\\u611f\\u5b98\\u80fd\\u529b\\uff0c\\u63a5\\u6536\\u5916\\u4f86\\u8a0a\\u606f\\u53ca\\u523a\\u6fc0\\uff0c\\u900f\\u904e\\u89c0\\u5bdf\\u3001\\u6a21\\u4eff\\u3001\\u53cd\\u8986\\u7df4\\u7fd2\\uff0c\\u4f86\\u5b78\\u7fd2\\u6210\\u9577\\u548c\\u767c\\u5c55\\u667a\\u6167\\u3002\\u5730\\u7403\\u5e7c\\u5c0f\\u4eba\\u985e\\u5c0d\\u65b0\\u4e8b\\u7269\\u5145\\u6eff\\u71b1\\u60c5\\u548c\\u597d\\u5947\\u5fc3\\uff0c\\u4ed6\\u5011\\u88ab\\u805a\\u96c6\\u5728\\u4e00\\u8d77\\u751f\\u6d3b\\u3001\\u904a\\u6232\\u3001\\u5206\\u64d4\\u5de5\\u4f5c\\uff0c\\u53ef\\u4ee5\\u4e92\\u76f8\\u5b78\\u7fd2\\u3001\\u5efa\\u7acb\\u53cb\\u8abc\\u3002\\u8a31\\u591a\\u5e7c\\u5c0f\\u4eba\\u985e\\u5728\\u8eab\\u9ad4\\u548c\\u667a\\u80fd\\u9084\\u6c92\\u9577\\u5927\\u6210\\u719f\\uff0c\\u5c31\\u88ab\\u547d\\u4ee4\\u8981\\u95b1\\u8b80\\u8056\\u7d93\\u3001\\u6d17\\u7897\\u6e05\\u6f54\\u6253\\u6383\\uff0c\\u4f7f\\u4ed6\\u5011\\u5f9e\\u5c0f\\u5c31\\u5efa\\u7acb\\u4fe1\\u4ef0\\uff0c\\u990a\\u6210\\u826f\\u597d\\u7684\\u751f\\u6d3b\\u7fd2\\u6163\\u3002<br>\\r\\n(\\u4e8c)\\t\\u5e74\\u8f15\\u4eba\\u985e\\u6709\\u660e\\u78ba\\u7684\\u5206\\u5de5\\u8a08\\u756b\\uff0c\\u6bcf\\u500b\\u4eba\\u90fd\\u6709\\u5c08\\u9580\\u7684\\u8ca0\\u8cac\\u9805\\u76ee\\uff0c\\u8f2a\\u6d41\\u4e0a\\u53f0\\u5e36\\u9818\\u5e7c\\u5c0f\\u4eba\\u985e\\uff0c\\u5f7c\\u6b64\\u914d\\u5408\\u3001\\u4e92\\u76f8\\u5e6b\\u52a9\\uff0c\\u5145\\u5206\\u5c55\\u73fe\\u4eba\\u985e\\u5718\\u968a\\u5408\\u4f5c\\u7684\\u7cbe\\u795e\\u3002\\u5e74\\u8f15\\u4eba\\u985e\\u548c\\u5e7c\\u5c0f\\u4eba\\u985e\\u5728\\u4e00\\u8d77\\u7684\\u4e92\\u52d5\\u548c\\u5b78\\u7fd2\\u884c\\u70ba\\uff0c\\u53ef\\u4ee5\\u589e\\u5f37\\u5e74\\u8f15\\u4eba\\u985e\\u7684\\u6e9d\\u901a\\u8868\\u9054\\u548c\\u9818\\u5c0e\\u80fd\\u529b\\uff0c\\u7522\\u751f\\u5f88\\u597d\\u7684\\u5b78\\u7fd2\\u6548\\u679c\\u3002<br>\\r\\n(\\u4e09)\\t\\u7d9c\\u4e0a\\uff0c\\u5730\\u7403\\u672a\\u6210\\u5e74\\u4eba\\u985e\\u7684\\u5171\\u540c\\u5b78\\u7fd2\\u884c\\u70ba\\u503c\\u5f97\\u5916\\u661f\\u4eba\\u6548\\u6cd5\\u3002\\u4f46\\u662f\\u4ed6\\u5011\\u805a\\u96c6\\u4e00\\u8d77\\u5b78\\u7fd2\\u88fd\\u9020\\u6b66\\u5668\\u7684\\u884c\\u70ba\\uff0c\\u53ef\\u80fd\\u5c0d\\u672a\\u4f86\\u5b87\\u5b99\\u548c\\u5e73\\u9020\\u6210\\u5a01\\u8105\\uff0c\\u61c9\\u7576\\u63d0\\u65e9\\u56e0\\u61c9\\u9632\\u7bc4\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":\"6\",\"triggeredfrom\":\"forum_update_post\"}',1698213562,'web','117.56.58.51',NULL),(5191,'\\mod_forum\\event\\post_updated','mod_forum','updated','post','forum_posts',62,'u',2,72,70,33,14,2,14,0,'{\"discussionid\":6,\"forumid\":9,\"forumtype\":\"single\"}',1698213562,'web','117.56.58.51',NULL),(5192,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,14,2,NULL,0,'null',1698213562,'web','117.56.58.51',NULL),(5193,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1698214600,'web','122.118.20.139',NULL),(5194,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,20,2,NULL,0,'null',1698214600,'web','122.118.20.139',NULL),(5195,'\\core\\event\\notification_sent','core','sent','notification','notifications',486,'c',0,1,10,0,14,0,13,0,'{\"courseid\":\"2\"}',1698214806,'cli',NULL,NULL),(5196,'\\core\\event\\notification_sent','core','sent','notification','notifications',487,'c',0,1,10,0,14,0,2,0,'{\"courseid\":\"2\"}',1698214809,'cli',NULL,NULL),(5197,'\\core\\event\\notification_sent','core','sent','notification','notifications',488,'c',0,1,10,0,14,0,14,0,'{\"courseid\":\"2\"}',1698214812,'cli',NULL,NULL),(5198,'\\core\\event\\notification_sent','core','sent','notification','notifications',489,'c',0,1,10,0,14,0,11,0,'{\"courseid\":\"2\"}',1698214926,'cli',NULL,NULL),(5199,'\\core\\event\\notification_sent','core','sent','notification','notifications',490,'c',0,1,10,0,14,0,13,0,'{\"courseid\":\"2\"}',1698214928,'cli',NULL,NULL),(5200,'\\core\\event\\notification_sent','core','sent','notification','notifications',491,'c',0,1,10,0,14,0,16,0,'{\"courseid\":\"2\"}',1698214931,'cli',NULL,NULL),(5201,'\\core\\event\\notification_sent','core','sent','notification','notifications',492,'c',0,1,10,0,14,0,22,0,'{\"courseid\":\"2\"}',1698214934,'cli',NULL,NULL),(5202,'\\core\\event\\notification_sent','core','sent','notification','notifications',493,'c',0,1,10,0,14,0,2,0,'{\"courseid\":\"2\"}',1698214937,'cli',NULL,NULL),(5203,'\\core\\event\\notification_sent','core','sent','notification','notifications',494,'c',0,1,10,0,14,0,19,0,'{\"courseid\":\"2\"}',1698214940,'cli',NULL,NULL),(5204,'\\core\\event\\notification_sent','core','sent','notification','notifications',495,'c',0,1,10,0,14,0,14,0,'{\"courseid\":\"2\"}',1698214943,'cli',NULL,NULL),(5205,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698214995,'web','122.118.20.139',NULL),(5206,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,20,1,NULL,0,'null',1698215007,'web','122.118.20.139',NULL),(5207,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1698215010,'web','122.118.20.139',NULL),(5208,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,20,2,NULL,0,'null',1698215023,'web','122.118.20.139',NULL),(5209,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,20,1,NULL,0,'null',1698215290,'web','122.118.20.139',NULL),(5210,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1698215292,'web','122.118.20.139',NULL),(5211,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,20,2,NULL,0,'null',1698215299,'web','122.118.20.139',NULL),(5212,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',64,'c',2,71,70,32,20,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u6211\\u8b80\\u5b8c\\u5169\\u7bc7\\u6587\\u7ae0\\u4e86<\\/div>\",\"pathnamehashes\":[],\"discussionid\":5,\"triggeredfrom\":\"forum_add_new_post\"}',1698215314,'web','122.118.20.139',NULL),(5213,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',64,'c',2,71,70,32,20,2,NULL,0,'{\"discussionid\":5,\"forumid\":8,\"forumtype\":\"single\"}',1698215314,'web','122.118.20.139',NULL),(5214,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',56,'c',2,71,70,32,20,2,20,0,'{\"forumid\":8,\"discussion\":5}',1698215314,'web','122.118.20.139',NULL),(5215,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,20,2,NULL,0,'null',1698215315,'web','122.118.20.139',NULL),(5216,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,20,2,NULL,0,'null',1698215337,'web','122.118.20.139',NULL),(5217,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698216126,'web','184.22.144.241',NULL),(5218,'\\core\\event\\notification_sent','core','sent','notification','notifications',496,'c',0,1,10,0,20,0,11,0,'{\"courseid\":\"2\"}',1698217145,'cli',NULL,NULL),(5219,'\\core\\event\\notification_sent','core','sent','notification','notifications',497,'c',0,1,10,0,20,0,13,0,'{\"courseid\":\"2\"}',1698217148,'cli',NULL,NULL),(5220,'\\core\\event\\notification_sent','core','sent','notification','notifications',498,'c',0,1,10,0,20,0,20,0,'{\"courseid\":\"2\"}',1698217151,'cli',NULL,NULL),(5221,'\\core\\event\\notification_sent','core','sent','notification','notifications',499,'c',0,1,10,0,20,0,16,0,'{\"courseid\":\"2\"}',1698217154,'cli',NULL,NULL),(5222,'\\core\\event\\notification_sent','core','sent','notification','notifications',500,'c',0,1,10,0,20,0,22,0,'{\"courseid\":\"2\"}',1698217157,'cli',NULL,NULL),(5223,'\\core\\event\\notification_sent','core','sent','notification','notifications',501,'c',0,1,10,0,20,0,2,0,'{\"courseid\":\"2\"}',1698217160,'cli',NULL,NULL),(5224,'\\core\\event\\notification_sent','core','sent','notification','notifications',502,'c',0,1,10,0,20,0,19,0,'{\"courseid\":\"2\"}',1698217163,'cli',NULL,NULL),(5225,'\\core\\event\\notification_sent','core','sent','notification','notifications',503,'c',0,1,10,0,20,0,14,0,'{\"courseid\":\"2\"}',1698217166,'cli',NULL,NULL),(5226,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698218866,'web','103.249.21.113',NULL),(5227,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1698218899,'web','103.249.21.119',NULL),(5228,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1698218900,'web','103.249.21.119',NULL),(5229,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1698218903,'web','103.249.21.120',NULL),(5230,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,21,2,NULL,0,'null',1698218915,'web','103.249.21.109',NULL),(5231,'\\core\\event\\notification_sent','core','sent','notification','notifications',504,'c',0,1,10,0,0,0,21,0,'{\"courseid\":\"1\"}',1698218947,'cli',NULL,NULL),(5232,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1698221660,'web','103.249.21.106',NULL),(5233,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1698221662,'web','103.249.21.114',NULL),(5234,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698223628,'web','101.12.19.183',NULL),(5235,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698226362,'web','111.243.73.141',NULL),(5236,'\\core\\event\\user_loggedin','core','loggedin','user','user',4,'r',0,1,10,0,4,0,NULL,0,'{\"username\":\"stellah1978@gmail.com\",\"extrauserinfo\":[]}',1698226367,'web','111.243.73.141',NULL),(5237,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,4,1,NULL,0,'null',1698226367,'web','111.243.73.141',NULL),(5238,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,4,2,NULL,0,'null',1698226371,'web','111.243.73.141',NULL),(5239,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,4,2,NULL,0,'null',1698226378,'web','111.243.73.141',NULL),(5240,'\\core\\event\\notification_sent','core','sent','notification','notifications',505,'c',0,1,10,0,0,0,4,0,'{\"courseid\":\"1\"}',1698226386,'cli',NULL,NULL),(5241,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',65,'c',2,71,70,32,4,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u6211\\u8b80\\u5b8c\\u5169\\u7bc7\\u6587\\u7ae0\\u4e86<\\/div>\",\"pathnamehashes\":[],\"discussionid\":5,\"triggeredfrom\":\"forum_add_new_post\"}',1698226399,'web','111.243.73.141',NULL),(5242,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',65,'c',2,71,70,32,4,2,NULL,0,'{\"discussionid\":5,\"forumid\":8,\"forumtype\":\"single\"}',1698226399,'web','111.243.73.141',NULL),(5243,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',57,'c',2,71,70,32,4,2,4,0,'{\"forumid\":8,\"discussion\":5}',1698226399,'web','111.243.73.141',NULL),(5244,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,4,2,NULL,0,'null',1698226399,'web','111.243.73.141',NULL),(5245,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,4,2,NULL,0,'null',1698226404,'web','111.243.73.141',NULL),(5246,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698227453,'web','61.219.81.66',NULL),(5247,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698227455,'web','34.145.165.227',NULL),(5248,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698227455,'web','61.219.81.66',NULL),(5249,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698227456,'web','35.225.82.182',NULL),(5250,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1698227461,'web','61.219.81.66',NULL),(5251,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1698227461,'web','61.219.81.66',NULL),(5252,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698227462,'web','35.225.82.182',NULL),(5253,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1698227463,'web','61.219.81.66',NULL),(5254,'\\core\\event\\notification_sent','core','sent','notification','notifications',506,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"1\"}',1698227466,'cli',NULL,NULL),(5255,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,6,2,NULL,0,'null',1698227470,'web','61.219.81.66',NULL),(5256,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',66,'c',2,71,70,32,6,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u6211\\u8b80\\u5b8c\\u5169\\u7bc7\\u6587\\u7ae0\\u4e86<\\/div>\",\"pathnamehashes\":[],\"discussionid\":5,\"triggeredfrom\":\"forum_add_new_post\"}',1698227501,'web','61.219.81.66',NULL),(5257,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',66,'c',2,71,70,32,6,2,NULL,0,'{\"discussionid\":5,\"forumid\":8,\"forumtype\":\"single\"}',1698227501,'web','61.219.81.66',NULL),(5258,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',58,'c',2,71,70,32,6,2,6,0,'{\"forumid\":8,\"discussion\":5}',1698227501,'web','61.219.81.66',NULL),(5259,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,6,2,NULL,0,'null',1698227501,'web','61.219.81.66',NULL),(5260,'\\core\\event\\notification_sent','core','sent','notification','notifications',507,'c',0,1,10,0,4,0,11,0,'{\"courseid\":\"2\"}',1698228247,'cli',NULL,NULL),(5261,'\\core\\event\\notification_sent','core','sent','notification','notifications',508,'c',0,1,10,0,4,0,13,0,'{\"courseid\":\"2\"}',1698228250,'cli',NULL,NULL),(5262,'\\core\\event\\notification_sent','core','sent','notification','notifications',509,'c',0,1,10,0,4,0,20,0,'{\"courseid\":\"2\"}',1698228253,'cli',NULL,NULL),(5263,'\\core\\event\\notification_sent','core','sent','notification','notifications',510,'c',0,1,10,0,4,0,16,0,'{\"courseid\":\"2\"}',1698228255,'cli',NULL,NULL),(5264,'\\core\\event\\notification_sent','core','sent','notification','notifications',511,'c',0,1,10,0,4,0,4,0,'{\"courseid\":\"2\"}',1698228258,'cli',NULL,NULL),(5265,'\\core\\event\\notification_sent','core','sent','notification','notifications',512,'c',0,1,10,0,4,0,22,0,'{\"courseid\":\"2\"}',1698228261,'cli',NULL,NULL),(5266,'\\core\\event\\notification_sent','core','sent','notification','notifications',513,'c',0,1,10,0,4,0,2,0,'{\"courseid\":\"2\"}',1698228264,'cli',NULL,NULL),(5267,'\\core\\event\\notification_sent','core','sent','notification','notifications',514,'c',0,1,10,0,4,0,19,0,'{\"courseid\":\"2\"}',1698228267,'cli',NULL,NULL),(5268,'\\core\\event\\notification_sent','core','sent','notification','notifications',515,'c',0,1,10,0,4,0,14,0,'{\"courseid\":\"2\"}',1698228270,'cli',NULL,NULL),(5269,'\\core\\event\\notification_sent','core','sent','notification','notifications',516,'c',0,1,10,0,6,0,6,0,'{\"courseid\":\"2\"}',1698229326,'cli',NULL,NULL),(5270,'\\core\\event\\notification_sent','core','sent','notification','notifications',517,'c',0,1,10,0,6,0,11,0,'{\"courseid\":\"2\"}',1698229329,'cli',NULL,NULL),(5271,'\\core\\event\\notification_sent','core','sent','notification','notifications',518,'c',0,1,10,0,6,0,13,0,'{\"courseid\":\"2\"}',1698229331,'cli',NULL,NULL),(5272,'\\core\\event\\notification_sent','core','sent','notification','notifications',519,'c',0,1,10,0,6,0,20,0,'{\"courseid\":\"2\"}',1698229334,'cli',NULL,NULL),(5273,'\\core\\event\\notification_sent','core','sent','notification','notifications',520,'c',0,1,10,0,6,0,16,0,'{\"courseid\":\"2\"}',1698229337,'cli',NULL,NULL),(5274,'\\core\\event\\notification_sent','core','sent','notification','notifications',521,'c',0,1,10,0,6,0,4,0,'{\"courseid\":\"2\"}',1698229340,'cli',NULL,NULL),(5275,'\\core\\event\\notification_sent','core','sent','notification','notifications',522,'c',0,1,10,0,6,0,22,0,'{\"courseid\":\"2\"}',1698229342,'cli',NULL,NULL),(5276,'\\core\\event\\notification_sent','core','sent','notification','notifications',523,'c',0,1,10,0,6,0,2,0,'{\"courseid\":\"2\"}',1698229345,'cli',NULL,NULL),(5277,'\\core\\event\\notification_sent','core','sent','notification','notifications',524,'c',0,1,10,0,6,0,19,0,'{\"courseid\":\"2\"}',1698229348,'cli',NULL,NULL),(5278,'\\core\\event\\notification_sent','core','sent','notification','notifications',525,'c',0,1,10,0,6,0,14,0,'{\"courseid\":\"2\"}',1698229350,'cli',NULL,NULL),(5279,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698229449,'web','221.216.117.41',NULL),(5280,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1698229457,'web','221.216.117.41',NULL),(5281,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1698229457,'web','221.216.117.41',NULL),(5282,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1698229462,'web','221.216.117.41',NULL),(5283,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,23,2,NULL,0,'null',1698229471,'web','221.216.117.41',NULL),(5284,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1698229477,'web','221.216.117.41',NULL),(5285,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,23,2,NULL,0,'null',1698229489,'web','221.216.117.41',NULL),(5286,'\\core\\event\\notification_sent','core','sent','notification','notifications',526,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1698229506,'cli',NULL,NULL),(5287,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698229511,'web','58.11.188.25',NULL),(5288,'\\core\\event\\user_loggedin','core','loggedin','user','user',9,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"extrauserinfo\":[]}',1698229526,'web','58.11.188.25',NULL),(5289,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,9,1,NULL,0,'null',1698229526,'web','58.11.188.25',NULL),(5290,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1698229528,'web','58.11.188.25',NULL),(5291,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,9,2,NULL,0,'null',1698229543,'web','58.11.188.25',NULL),(5292,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',67,'c',2,71,70,32,23,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u6211\\u5df2\\u8bfb\\u5b8c\\u4e24\\u7bc7\\u6587\\u7ae0<\\/div>\",\"pathnamehashes\":[],\"discussionid\":5,\"triggeredfrom\":\"forum_add_new_post\"}',1698229563,'web','221.216.117.41',NULL),(5293,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',67,'c',2,71,70,32,23,2,NULL,0,'{\"discussionid\":5,\"forumid\":8,\"forumtype\":\"single\"}',1698229563,'web','221.216.117.41',NULL),(5294,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',59,'c',2,71,70,32,23,2,23,0,'{\"forumid\":8,\"discussion\":5}',1698229563,'web','221.216.117.41',NULL),(5295,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,23,2,NULL,0,'null',1698229564,'web','221.216.117.41',NULL),(5296,'\\core\\event\\notification_sent','core','sent','notification','notifications',527,'c',0,1,10,0,0,0,9,0,'{\"courseid\":\"1\"}',1698229566,'cli',NULL,NULL),(5297,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,23,2,NULL,0,'null',1698229610,'web','221.216.117.41',NULL),(5298,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,9,1,NULL,0,'null',1698230326,'web','58.11.188.25',NULL),(5299,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1698230328,'web','58.11.188.25',NULL),(5300,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,9,2,NULL,0,'null',1698230333,'web','58.11.188.25',NULL),(5301,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1698230730,'web','58.11.188.25',NULL),(5302,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,9,2,NULL,0,'null',1698230744,'web','58.11.188.25',NULL),(5303,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',68,'c',2,71,70,32,9,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u6211\\u8b80\\u5b8c\\u5169\\u7bc7\\u6587\\u7ae0\\u4e86\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":5,\"triggeredfrom\":\"forum_add_new_post\"}',1698230819,'web','58.11.188.25',NULL),(5304,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',68,'c',2,71,70,32,9,2,NULL,0,'{\"discussionid\":5,\"forumid\":8,\"forumtype\":\"single\"}',1698230819,'web','58.11.188.25',NULL),(5305,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',60,'c',2,71,70,32,9,2,9,0,'{\"forumid\":8,\"discussion\":5}',1698230819,'web','58.11.188.25',NULL),(5306,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,9,2,NULL,0,'null',1698230820,'web','58.11.188.25',NULL),(5307,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698231064,'web','54.248.9.68',NULL),(5308,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698231067,'web','54.248.9.68',NULL),(5309,'\\core\\event\\notification_sent','core','sent','notification','notifications',528,'c',0,1,10,0,23,0,6,0,'{\"courseid\":\"2\"}',1698231426,'cli',NULL,NULL),(5310,'\\core\\event\\notification_sent','core','sent','notification','notifications',529,'c',0,1,10,0,23,0,11,0,'{\"courseid\":\"2\"}',1698231429,'cli',NULL,NULL),(5311,'\\core\\event\\notification_sent','core','sent','notification','notifications',530,'c',0,1,10,0,23,0,23,0,'{\"courseid\":\"2\"}',1698231432,'cli',NULL,NULL),(5312,'\\core\\event\\notification_sent','core','sent','notification','notifications',531,'c',0,1,10,0,23,0,13,0,'{\"courseid\":\"2\"}',1698231435,'cli',NULL,NULL),(5313,'\\core\\event\\notification_sent','core','sent','notification','notifications',532,'c',0,1,10,0,23,0,20,0,'{\"courseid\":\"2\"}',1698231437,'cli',NULL,NULL),(5314,'\\core\\event\\notification_sent','core','sent','notification','notifications',533,'c',0,1,10,0,23,0,16,0,'{\"courseid\":\"2\"}',1698231440,'cli',NULL,NULL),(5315,'\\core\\event\\notification_sent','core','sent','notification','notifications',534,'c',0,1,10,0,23,0,4,0,'{\"courseid\":\"2\"}',1698231443,'cli',NULL,NULL),(5316,'\\core\\event\\notification_sent','core','sent','notification','notifications',535,'c',0,1,10,0,23,0,22,0,'{\"courseid\":\"2\"}',1698231445,'cli',NULL,NULL),(5317,'\\core\\event\\notification_sent','core','sent','notification','notifications',536,'c',0,1,10,0,23,0,2,0,'{\"courseid\":\"2\"}',1698231448,'cli',NULL,NULL),(5318,'\\core\\event\\notification_sent','core','sent','notification','notifications',537,'c',0,1,10,0,23,0,19,0,'{\"courseid\":\"2\"}',1698231451,'cli',NULL,NULL),(5319,'\\core\\event\\notification_sent','core','sent','notification','notifications',538,'c',0,1,10,0,23,0,14,0,'{\"courseid\":\"2\"}',1698231454,'cli',NULL,NULL),(5320,'\\core\\event\\notification_sent','core','sent','notification','notifications',539,'c',0,1,10,0,9,0,6,0,'{\"courseid\":\"2\"}',1698232627,'cli',NULL,NULL),(5321,'\\core\\event\\notification_sent','core','sent','notification','notifications',540,'c',0,1,10,0,9,0,11,0,'{\"courseid\":\"2\"}',1698232630,'cli',NULL,NULL),(5322,'\\core\\event\\notification_sent','core','sent','notification','notifications',541,'c',0,1,10,0,9,0,23,0,'{\"courseid\":\"2\"}',1698232633,'cli',NULL,NULL),(5323,'\\core\\event\\notification_sent','core','sent','notification','notifications',542,'c',0,1,10,0,9,0,13,0,'{\"courseid\":\"2\"}',1698232635,'cli',NULL,NULL),(5324,'\\core\\event\\notification_sent','core','sent','notification','notifications',543,'c',0,1,10,0,9,0,9,0,'{\"courseid\":\"2\"}',1698232638,'cli',NULL,NULL),(5325,'\\core\\event\\notification_sent','core','sent','notification','notifications',544,'c',0,1,10,0,9,0,20,0,'{\"courseid\":\"2\"}',1698232641,'cli',NULL,NULL),(5326,'\\core\\event\\notification_sent','core','sent','notification','notifications',545,'c',0,1,10,0,9,0,16,0,'{\"courseid\":\"2\"}',1698232644,'cli',NULL,NULL),(5327,'\\core\\event\\notification_sent','core','sent','notification','notifications',546,'c',0,1,10,0,9,0,4,0,'{\"courseid\":\"2\"}',1698232647,'cli',NULL,NULL),(5328,'\\core\\event\\notification_sent','core','sent','notification','notifications',547,'c',0,1,10,0,9,0,22,0,'{\"courseid\":\"2\"}',1698232649,'cli',NULL,NULL),(5329,'\\core\\event\\notification_sent','core','sent','notification','notifications',548,'c',0,1,10,0,9,0,2,0,'{\"courseid\":\"2\"}',1698232652,'cli',NULL,NULL),(5330,'\\core\\event\\notification_sent','core','sent','notification','notifications',549,'c',0,1,10,0,9,0,19,0,'{\"courseid\":\"2\"}',1698232655,'cli',NULL,NULL),(5331,'\\core\\event\\notification_sent','core','sent','notification','notifications',550,'c',0,1,10,0,9,0,14,0,'{\"courseid\":\"2\"}',1698232658,'cli',NULL,NULL),(5332,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698233659,'web','185.213.82.96',NULL),(5333,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698236840,'web','123.193.248.83',NULL),(5334,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698236937,'web','123.193.248.83',NULL),(5335,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"178921\",\"reason\":1}',1698236974,'web','123.193.248.83',NULL),(5336,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"178921\",\"reason\":1}',1698237024,'web','123.193.248.83',NULL),(5337,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698240035,'web','36.228.238.9',NULL),(5338,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698240095,'web','36.228.238.9',NULL),(5339,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"\\u001f\\ufffd\\ufffd\\ufffdd\\ufffd\\ufffd\\ufffd\\u0790gx\\u0561\\ufffdmm\\ufffd\\u0015w\",\"reason\":1}',1698240102,'web','36.228.238.9',NULL),(5340,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1698240106,'web','36.228.238.9',NULL),(5341,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1698240106,'web','36.228.238.9',NULL),(5342,'\\core\\event\\notification_sent','core','sent','notification','notifications',551,'c',0,1,10,0,0,0,17,0,'{\"courseid\":\"1\"}',1698240125,'cli',NULL,NULL),(5343,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698240160,'web','36.228.238.9',NULL),(5344,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698240197,'web','36.228.238.9',NULL),(5345,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,17,2,NULL,0,'null',1698240218,'web','36.228.238.9',NULL),(5346,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1698240226,'web','36.228.238.9',NULL),(5347,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698240228,'web','36.228.238.9',NULL),(5348,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,17,2,NULL,0,'null',1698240244,'web','36.228.238.9',NULL),(5349,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1698240301,'web','36.228.238.9',NULL),(5350,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698240302,'web','36.228.238.9',NULL),(5351,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,17,2,NULL,0,'null',1698240312,'web','36.228.238.9',NULL),(5352,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,17,2,NULL,0,'null',1698240318,'web','36.228.238.9',NULL),(5353,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1698240561,'web','221.216.117.41',NULL),(5354,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1698240563,'web','221.216.117.41',NULL),(5355,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,23,2,NULL,0,'null',1698240572,'web','221.216.117.41',NULL),(5356,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1698240624,'web','221.216.117.41',NULL),(5357,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,23,2,NULL,0,'null',1698240639,'web','221.216.117.41',NULL),(5358,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1698240692,'web','221.216.117.41',NULL),(5359,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,23,2,NULL,0,'null',1698240697,'web','221.216.117.41',NULL),(5360,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1698241086,'web','221.216.117.41',NULL),(5361,'\\core\\event\\user_loggedout','core','loggedout','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"sessionid\":\"3e8e4n61mcn7lcjvnajjitt510\"}',1698241090,'web','221.216.117.41',NULL),(5362,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698241090,'web','221.216.117.41',NULL),(5363,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1698241401,'web','36.228.238.9',NULL),(5364,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698241403,'web','36.228.238.9',NULL),(5365,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,17,2,NULL,0,'null',1698241421,'web','36.228.238.9',NULL),(5366,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1698243627,'web','73.219.6.51',NULL),(5367,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',6,'r',2,72,70,33,2,2,NULL,0,'null',1698243627,'web','73.219.6.51',NULL),(5368,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',69,'c',2,72,70,33,2,2,NULL,0,'{\"content\":\"<p dir=\\\"ltr\\\" style=\\\"text-align: left;\\\">g<\\/p>\",\"pathnamehashes\":[\"844e2d71cb53cc9196bc7f06272709b976e5bdb9\"],\"discussionid\":6,\"triggeredfrom\":\"forum_add_new_post\"}',1698243682,'web','73.219.6.51',NULL),(5369,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',69,'c',2,72,70,33,2,2,NULL,0,'{\"discussionid\":6,\"forumid\":9,\"forumtype\":\"single\"}',1698243682,'web','73.219.6.51',NULL),(5370,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,2,2,NULL,0,'null',1698243682,'web','73.219.6.51',NULL),(5371,'\\mod_forum\\event\\post_deleted','mod_forum','deleted','post','forum_posts',69,'d',0,72,70,33,2,2,2,0,'{\"discussionid\":6,\"forumid\":9,\"forumtype\":\"single\"}',1698243688,'web','73.219.6.51',NULL),(5372,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,2,2,NULL,0,'null',1698243689,'web','73.219.6.51',NULL),(5373,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"en_us\"}',1698265149,'cli',NULL,NULL),(5374,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1698274502,'web','114.136.183.228',NULL),(5375,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1698274502,'web','114.136.183.228',NULL),(5376,'\\core\\event\\notification_sent','core','sent','notification','notifications',552,'c',0,1,10,0,0,0,14,0,'{\"courseid\":\"1\"}',1698274506,'cli',NULL,NULL),(5377,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1698274507,'web','114.136.183.228',NULL),(5378,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,14,2,NULL,0,'null',1698274533,'web','114.136.183.228',NULL),(5379,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1698274565,'web','114.136.183.228',NULL),(5380,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,14,2,NULL,0,'null',1698274590,'web','114.136.183.228',NULL),(5381,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1698274605,'web','114.136.183.228',NULL),(5382,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,14,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1698274610,'web','114.136.183.228',NULL),(5383,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,14,2,14,0,'null',1698274613,'web','114.136.183.228',NULL),(5384,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1698274724,'web','114.136.183.228',NULL),(5385,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,14,2,NULL,0,'null',1698274733,'web','114.136.183.228',NULL),(5386,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1698274800,'web','114.136.183.228',NULL),(5387,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698281675,'web','36.229.148.242',NULL),(5388,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698285244,'web','117.56.58.51',NULL),(5389,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1698285282,'web','117.56.58.51',NULL),(5390,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1698285282,'web','117.56.58.51',NULL),(5391,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1698285285,'web','117.56.58.51',NULL),(5392,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,14,2,NULL,0,'null',1698285300,'web','117.56.58.51',NULL),(5393,'\\core\\event\\notification_sent','core','sent','notification','notifications',553,'c',0,1,10,0,0,0,14,0,'{\"courseid\":\"1\"}',1698285306,'cli',NULL,NULL),(5394,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',14,'r',0,16,50,2,14,2,14,0,'{\"courseid\":\"2\",\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1698285408,'web','117.56.58.51',NULL),(5395,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',6,'r',2,72,70,33,14,2,NULL,0,'null',1698285469,'web','117.56.58.51',NULL),(5396,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698285600,'web','117.56.58.51',NULL),(5397,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"reason\":3}',1698285620,'web','117.56.58.51',NULL),(5398,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1698285639,'web','117.56.58.51',NULL),(5399,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1698285639,'web','117.56.58.51',NULL),(5400,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1698285641,'web','117.56.58.51',NULL),(5401,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,14,2,NULL,0,'null',1698285653,'web','117.56.58.51',NULL),(5402,'\\core\\event\\user_loggedin','core','loggedin','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"extrauserinfo\":[]}',1698297450,'web','124.28.218.134',NULL),(5403,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,16,0,NULL,0,'null',1698297450,'web','124.28.218.134',NULL),(5404,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1698297453,'web','124.28.218.134',NULL),(5405,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,16,2,NULL,0,'null',1698297475,'web','124.28.218.134',NULL),(5406,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',70,'c',2,72,70,33,16,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u5916\\u661f\\u4eba\\u7684\\u89c2\\u5bdf\\u62a5\\u544a<br \\/>\\n <br \\/>\\n\\u514b\\u62c9\\u62c9\\u661f\\u7403\\u7684\\u7a33\\u5f97\\u592b\\u65af\\u57fa\\u53d1\\u6765\\u7535\\u62a5\\uff1a<br \\/>\\n\\u4e8e\\u5730\\u7403\\u65f6\\u95f42023\\u5e7410\\u670826\\u65e5\\u7740\\u9646\\u3002<br \\/>\\n\\u8fd9\\u662f\\u4e00\\u7fa4\\u9ed1\\u5934\\u53d1\\u9ec4\\u76ae\\u80a4\\u7684\\u4eba\\u7c7b\\uff0c\\u5927\\u5927\\u5c0f\\u5c0f\\u6df7\\u5408\\u5728\\u4e00\\u8d77\\uff0c\\u8bf4\\u7740\\u540c\\u4e00\\u79cd\\u8bed\\u8a00\\uff0c\\u4ed6\\u4eec\\u4ee5\\u201c\\u5bb6\\u5ead\\u201d\\u4e3a\\u5355\\u4f4d\\u3002\\u4e5f\\u79f0\\u81ea\\u5df1\\u4e3a\\u201c\\u65cf\\u7fa4\\u201d\\uff0c\\u4ed6\\u4eec\\u4f1a\\u6709\\u65cf\\u957f\\u3002<br \\/>\\n <br \\/>\\n\\u5f53\\u6709\\u964c\\u751f\\u7684\\u4eba\\u7fa4\\u8fdb\\u5165\\u4ed6\\u4eec\\u7684\\u7a7a\\u95f4\\u65f6\\uff0c\\u4ed6\\u4eec\\u4f1a\\u6709\\u6b22\\u8fce\\u7684\\u4eea\\u5f0f\\uff0c\\u79f0\\u5176\\u4e3a\\u201c\\u65b0\\u670b\\u53cb\\u201d\\uff0c\\u5e76\\u7ed9\\u4e88\\u62e5\\u62b1\\u6216\\u8005\\u662f\\u63e1\\u624b\\u3002\\u6709\\u4e9b\\u964c\\u751f\\u4eba\\u4f1a\\u8868\\u73b0\\u5f97\\u5f88\\u9ad8\\u5174\\u4e5f\\u4f1a\\u5939\\u6742\\u7740\\u4e9b\\u8bb8\\u4e0d\\u5b89\\u3002\\u4f3c\\u4e4e\\u8fd9\\u4e2a\\u7fa4\\u4f53\\u5f88\\u5e0c\\u671b\\u6253\\u7834\\u9694\\u9602\\uff0c\\u4e3b\\u52a8\\u5730\\u8868\\u8fbe\\u53cb\\u5584\\u548c\\u63a5\\u7eb3\\u3002\\u7279\\u522b\\u770b\\u5230\\u6709\\u4e9b\\u964c\\u751f\\u5c0f\\u5b69\\u5c31\\u6bd4\\u8f83\\u6162\\u878d\\u5165\\u5b69\\u5b50\\u4eec\\u7684\\u7fa4\\u4f53\\uff0c\\u4f1a\\u5148\\u7559\\u5728\\u7236\\u6bcd\\u8eab\\u8fb9\\uff0c\\u8fdb\\u884c\\u89c2\\u671b\\u3002<br \\/>\\n <br \\/>\\n\\u805a\\u96c6\\u524d\\uff1a\\u4e00\\u7ec4\\u4e00\\u7ec4\\u5730\\u9646\\u7eed\\u8fdb\\u5165\\u540c\\u4e00\\u4e2a\\u7a7a\\u95f4\\u3002\\u6210\\u5e74\\u4eba\\u5750\\u4e0b\\u4ee5\\u540e\\u5c31\\u5f00\\u59cb\\u627e\\u5230\\u4f19\\u4f34\\u4e09\\u4e09\\u4fe9\\u4fe9\\u7684\\u4ea4\\u8c08\\u8d77\\u6765\\uff0c\\u5c0f\\u5b69\\u5b50\\u5c31\\u4f1a\\u81ea\\u7136\\u800c\\u7136\\u5730\\u5728\\u5730\\u4e0a\\u6253\\u6eda\\u6216\\u8005\\u5954\\u8dd1\\uff0c\\u4e5f\\u4f1a\\u5927\\u58f0\\u5730\\u8bf4\\u8bdd\\u3002\\u6709\\u65f6\\u5019\\u4e5f\\u4f1a\\u6709\\u75af\\u72c2\\u7684\\u72b6\\u6001\\uff0c\\u770b\\u4e0a\\u53bb\\uff0c\\u4ed6\\u4eec\\u597d\\u50cf\\u8868\\u73b0\\u5f97\\u5f88\\u81ea\\u7531\\u81ea\\u5728\\u3002<br \\/>\\n\\u805a\\u96c6\\u65f6\\uff1a<br \\/>\\n\\u524d\\u534a\\u6bb5\\uff0c\\u5c0f\\u5b69\\u5b50\\u901a\\u5e38\\u4f1a\\u805a\\u5728\\u524d\\u9762\\uff0c\\u53ef\\u4ee5\\u4efb\\u610f\\u56de\\u5e94\\u8bb2\\u53f0\\u4e0a\\u7684\\u4eba\\u5531\\u8bd7\\u6b4c\\u6216\\u8005\\u5206\\u4eab\\u8bdd\\u8bed\\u3002\\u6709\\u65f6\\u5019\\u4f1a\\u663e\\u5f97\\u6742\\u4e71\\u4e00\\u4e9b\\uff0c\\u8fd9\\u4e9b\\u65f6\\u5019\\u5c31\\u9700\\u8981\\u5f88\\u4e13\\u6ce8\\u624d\\u53ef\\u4ee5\\u542c\\u5f97\\u8fdb\\u53f0\\u4e0a\\u5728\\u8bb2\\u4ec0\\u4e48\\u3002\\u5927\\u4eba\\u5728\\u7a7a\\u95f4\\u7684\\u5404\\u4e2a\\u9760\\u540e\\u7684\\u89d2\\u843d\\uff0c\\u6216\\u4f11\\u61a9\\uff0c\\u6216\\u8046\\u542c\\u3002\\u805a\\u4f1a\\u65b9\\u7684\\u6001\\u5ea6\\u662f\\u6bd4\\u8f83\\u655e\\u5f00\\u548c\\u63a5\\u7eb3\\u7684\\uff0c\\u6ca1\\u6709\\u8fc7\\u591a\\u7a0b\\u5e8f\\u4e0a\\u7684\\u9650\\u5236\\uff0c\\u8ba9\\u5927\\u5bb6\\u662f\\u677e\\u5f1b\\u7684\\u72b6\\u6001\\u3002<br \\/>\\n\\u540e\\u534a\\u6bb5\\uff0c\\u5206\\u6210\\u4e09\\u7ec4\\u7531\\u5404\\u81ea\\u7684\\u4ee3\\u9886\\u4eba\\u8fdb\\u884c\\u8ba8\\u8bba\\uff0c\\u5206\\u522b\\u662f\\u6210\\u5e74\\u7537\\u6027\\u3001\\u6210\\u5e74\\u5973\\u6027\\u548c\\u672a\\u6210\\u5e74\\u7684\\u5b69\\u5b50\\uff0c\\u805a\\u4f1a\\u65b9\\u5e0c\\u671b\\u66f4\\u597d\\u7684\\u5730\\u5229\\u7528\\u597d\\u7fa4\\u4f53\\u7684\\u5171\\u6027\\uff0c\\u4e92\\u76f8\\u5206\\u4eab\\u548c\\u542f\\u53d1\\u3002<br \\/>\\n\\u671f\\u95f4\\uff0c\\u5927\\u4eba\\u4eec\\u4f1a\\u5206\\u522b\\u7167\\u770b\\u81ea\\u5df1\\u7684\\u5b69\\u5b50\\uff0c\\u6bcf\\u4e2a\\u5bb6\\u5ead\\u4e0d\\u540c\\u7684\\u6559\\u517b\\u65b9\\u5f0f\\u5728\\u7ec6\\u8282\\u5904\\u53ef\\u5c3d\\u663e\\u65e0\\u7591\\u3002\\u8fd9\\u662f\\u4e00\\u70b9\\u5f88\\u6709\\u8da3\\u7684\\u89c2\\u5bdf\\u5462\\u3002<br \\/>\\n\\u805a\\u96c6\\u540e\\uff1a \\u5927\\u591a\\u7684\\u5b69\\u5b50\\u4eec\\u4f1a\\u610f\\u72b9\\u672a\\u5c3d\\u5730\\u7ee7\\u7eed\\u4ee5\\u73a9\\u800d\\u7684\\u65b9\\u5f0f\\u8fdb\\u884c\\u4ea4\\u6d41\\uff0c\\u4e00\\u4e9b\\u5927\\u4eba\\u90fd\\u8981\\u770b\\u770b\\u624b\\u8868\\u50ac\\u4fc3\\u7740\\u56de\\u5bb6\\u3002\\u6bcf\\u5468\\u4f1a\\u6709\\u90e8\\u5206\\u4eba\\u4e3b\\u52a8\\u7559\\u4e0b\\u6765\\u6253\\u626b\\u536b\\u751f\\u3002<br \\/>\\n <br \\/>\\n\\u805a\\u4f1a\\u65f6\\u7684\\u5f62\\u5f0f\\u4f34\\u6709\\uff1a\\u89c6\\u9891\\u3001\\u5c0f\\u5b9e\\u9a8c\\u3001\\u4e92\\u52a8\\u6e38\\u620f\\u3001\\u4eb2\\u5b50\\u624b\\u5de5\\u7b49\\u591a\\u5143\\u5316\\u7684\\u65b9\\u5f0f\\u3002\\u8bb2\\u53f0\\u4e0a\\u6ca1\\u6709\\u56fa\\u5b9a\\u7684\\u4ee3\\u9886\\u4eba\\uff0c\\u7531\\u51e0\\u4e2a\\u4eba\\u8f6e\\u6d41\\u5206\\u4eab\\u3002\\u53ef\\u4ee5\\u770b\\u5230\\u4e0d\\u540c\\u98ce\\u683c\\u7684\\u8bb2\\u5458\\uff0c\\u5e26\\u9886\\u7684\\u65b9\\u5f0f\\u4e5f\\u4e0d\\u662f\\u56fa\\u5b9a\\u7684\\u3002\\u5c31\\u6211\\u89c2\\u5bdf\\u4ed6\\u4eec\\u591a\\u4ee5\\u5723\\u7ecf\\u4eba\\u7269\\u3001\\u548c\\u65e7\\u7ea6\\u4ee5\\u8272\\u5217\\u8282\\u671f\\u4e3a\\u5207\\u5165\\u53e3\\u5206\\u4eab\\u4fe1\\u606f\\uff0c\\u6bcf\\u4e00\\u671f\\u90fd\\u8bbe\\u6709\\u76f8\\u5e94\\u7684\\u601d\\u8003\\u9898\\uff0c\\u4f9b\\u540e\\u534a\\u6bb5\\u7684\\u805a\\u4f1a\\u5206\\u7ec4\\u8ba8\\u8bba\\u3002\\u4ed6\\u4eec\\u9762\\u5e26\\u5fae\\u7b11\\uff0c\\u8bed\\u6c14\\u5e73\\u7f13\\uff0c\\u773c\\u795e\\u6e29\\u548c\\u3002<br \\/>\\n <br \\/>\\n\\u6839\\u64da\\u6211\\u7684\\u89c0\\u5bdf\\uff0c\\u5c0d\\u9019\\u500b\\u805a\\u96c6\\u4f86\\u8aaa\\uff0c\\u5927\\u5bb6\\u6bcf\\u5468\\u90fd\\u5728\\u4e00\\u4e2a\\u56fa\\u5b9a\\u7684\\u5730\\u65b9\\uff0c\\u6709\\u5145\\u8db3\\u7684\\u9633\\u5149\\u3001\\u4fbf\\u5229\\u7684\\u4ea4\\u901a\\uff0c\\u5e72\\u51c0\\u6574\\u6d01\\u7684\\u7a7a\\u95f4\\uff0c\\u6709\\u97f3\\u54cd\\u548c\\u6295\\u5f71\\uff0c\\u5408\\u9002\\u7684\\u684c\\u6905\\uff0c\\u5145\\u8db3\\u7684\\u9053\\u5177\\u548c\\u98df\\u7269\\u3002<br \\/>\\n\\u76f8\\u5bf9\\u91cd\\u8981\\u611f\\u5b98\\u8207\\u80fd\\u529b\\uff1a<br \\/>\\n\\u25cf \\u7bc0\\u594f\\u611f\\u3001\\u97f3\\u6a02\\u80fd\\u529b\\u3002\\u4ed6\\u4eec\\u559c\\u6b22\\u5531\\u5531\\u8df3\\u8df3\\uff0c\\u5e76\\u671f\\u5f85\\u7684\\u6837\\u5b50\\u3002<br \\/>\\n\\u25cf \\u98e2\\u9913\\u611f\\u3002\\u5c0f\\u5b69\\u5b50\\u4eec\\u534a\\u9014\\u4f1a\\u5e0c\\u671b\\u5403\\u70b9\\u4e1c\\u897f\\u3002<br \\/>\\n\\u25cf \\u540c\\u7406\\u5fc3\\u3001\\u4eba\\u969b\\u95dc\\u4fc2\\u3002\\u8fd9\\u4e2a\\u7fa4\\u4f53\\u7ed9\\u4eba\\u6709\\u5b89\\u5168\\u611f\\uff0c\\u53ef\\u4ee5\\u628a\\u8bdd\\u8bf4\\u51fa\\u6765\\u3002<br \\/>\\n\\u25cf \\u767c\\u554f\\u80fd\\u529b\\u3001\\u8a9e\\u8a00\\u3001\\u8868\\u9054\\u529b\\u3002\\u5c0f\\u5b69\\u4f1a\\u52c7\\u6562\\u53d1\\u8a00\\uff0c\\u8868\\u8fbe\\u81ea\\u5df1\\u7684\\u89c2\\u70b9\\u3002<br \\/>\\n <br \\/>\\n\\u76f8\\u5c0d\\u4e0d\\u91cd\\u8981\\u7684\\u611f\\u5b98<br \\/>\\n\\u25cf \\u6642\\u9593\\u611f\\u3002\\u5927\\u5bb6\\u90fd\\u5f88\\u5e0c\\u671b\\u6709\\u673a\\u4f1a\\u5206\\u4eab\\uff0c\\u5728\\u655e\\u5f00\\u7684\\u72b6\\u6001\\u4e0b\\u5c31\\u4f1a\\u5fd8\\u8bb0\\u770b\\u624b\\u8868\\u3002<br \\/>\\n\\u25cf \\u8fb9\\u754c\\u611f\\u3002\\u805a\\u4f1a\\u65f6\\u53ef\\u4ee5\\u968f\\u610f\\u8d70\\u52a8\\uff0c\\u8bf4\\u8bdd\\u7b49\\u7b49\\u3002<br \\/>\\n\\u62a5\\u544a\\u5b8c\\u6bd5~~~<\\/div>\",\"pathnamehashes\":[],\"discussionid\":6,\"triggeredfrom\":\"forum_add_new_post\"}',1698303661,'web','124.28.218.134',NULL),(5407,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',70,'c',2,72,70,33,16,2,NULL,0,'{\"discussionid\":6,\"forumid\":9,\"forumtype\":\"single\"}',1698303661,'web','124.28.218.134',NULL),(5408,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',61,'c',2,72,70,33,16,2,16,0,'{\"forumid\":9,\"discussion\":6}',1698303661,'web','124.28.218.134',NULL),(5409,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,16,2,NULL,0,'null',1698303661,'web','124.28.218.134',NULL),(5410,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698304864,'web','34.245.128.38',NULL),(5411,'\\core\\event\\notification_sent','core','sent','notification','notifications',554,'c',0,1,10,0,16,0,13,0,'{\"courseid\":\"2\"}',1698305466,'cli',NULL,NULL),(5412,'\\core\\event\\notification_sent','core','sent','notification','notifications',555,'c',0,1,10,0,16,0,16,0,'{\"courseid\":\"2\"}',1698305469,'cli',NULL,NULL),(5413,'\\core\\event\\notification_sent','core','sent','notification','notifications',556,'c',0,1,10,0,16,0,2,0,'{\"courseid\":\"2\"}',1698305472,'cli',NULL,NULL),(5414,'\\core\\event\\notification_sent','core','sent','notification','notifications',557,'c',0,1,10,0,16,0,14,0,'{\"courseid\":\"2\"}',1698305475,'cli',NULL,NULL),(5415,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698316594,'web','36.227.207.166',NULL),(5416,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1698316602,'web','36.227.207.166',NULL),(5417,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1698316602,'web','36.227.207.166',NULL),(5418,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698316604,'web','36.227.207.166',NULL),(5419,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,17,2,NULL,0,'null',1698316613,'web','36.227.207.166',NULL),(5420,'\\core\\event\\notification_sent','core','sent','notification','notifications',558,'c',0,1,10,0,0,0,17,0,'{\"courseid\":\"1\"}',1698316625,'cli',NULL,NULL),(5421,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698316641,'web','36.227.207.166',NULL),(5422,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,17,2,NULL,0,'null',1698316658,'web','36.227.207.166',NULL),(5423,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',71,'c',2,71,70,32,17,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u300c\\u6211\\u8b80\\u5b8c\\u5169\\u7bc7\\u6587\\u7ae0\\u4e86\\u300d\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":5,\"triggeredfrom\":\"forum_add_new_post\"}',1698316678,'web','36.227.207.166',NULL),(5424,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',71,'c',2,71,70,32,17,2,NULL,0,'{\"discussionid\":5,\"forumid\":8,\"forumtype\":\"single\"}',1698316678,'web','36.227.207.166',NULL),(5425,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',62,'c',2,71,70,32,17,2,17,0,'{\"forumid\":8,\"discussion\":5}',1698316678,'web','36.227.207.166',NULL),(5426,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,17,2,NULL,0,'null',1698316678,'web','36.227.207.166',NULL),(5427,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698316721,'web','170.178.185.50',NULL),(5428,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1698316747,'web','170.178.185.50',NULL),(5429,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1698316748,'web','170.178.185.50',NULL),(5430,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1698316752,'web','170.178.185.50',NULL),(5431,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,15,2,NULL,0,'null',1698316801,'web','170.178.185.50',NULL),(5432,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1698316804,'web','170.178.185.50',NULL),(5433,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,15,2,NULL,0,'null',1698316826,'web','170.178.185.50',NULL),(5434,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1698316845,'web','170.178.185.50',NULL),(5435,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1698316846,'web','170.178.185.50',NULL),(5436,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1698316848,'web','170.178.185.50',NULL),(5437,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,15,2,NULL,0,'null',1698316902,'web','170.178.185.50',NULL),(5438,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,15,2,NULL,0,'null',1698316902,'web','170.178.185.50',NULL),(5439,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698317254,'web','170.178.185.50',NULL),(5440,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698317302,'web','123.193.67.155',NULL),(5441,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1698317316,'web','123.193.67.155',NULL),(5442,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,5,1,NULL,0,'null',1698317316,'web','123.193.67.155',NULL),(5443,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1698317319,'web','123.193.67.155',NULL),(5444,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,5,2,NULL,0,'null',1698317323,'web','123.193.67.155',NULL),(5445,'\\core\\event\\notification_sent','core','sent','notification','notifications',559,'c',0,1,10,0,0,0,5,0,'{\"courseid\":\"1\"}',1698317345,'cli',NULL,NULL),(5446,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1698317952,'web','123.193.67.155',NULL),(5447,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,5,2,NULL,0,'null',1698317957,'web','123.193.67.155',NULL),(5448,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1698318070,'web','123.193.67.155',NULL),(5449,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,5,2,NULL,0,'null',1698318074,'web','123.193.67.155',NULL),(5450,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698318122,'web','111.82.170.135',NULL),(5451,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1698318133,'web','111.82.170.135',NULL),(5452,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1698318133,'web','111.82.170.135',NULL),(5453,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1698318135,'web','111.82.170.135',NULL),(5454,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698318137,'web','73.219.6.51',NULL),(5455,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,19,2,NULL,0,'null',1698318142,'web','111.82.170.135',NULL),(5456,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1698318150,'web','73.219.6.51',NULL),(5457,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1698318151,'web','73.219.6.51',NULL),(5458,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698318155,'web','73.219.6.51',NULL),(5459,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698318160,'web','36.229.148.242',NULL),(5460,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1698318169,'web','36.229.148.242',NULL),(5461,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1698318169,'web','36.229.148.242',NULL),(5462,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698318171,'web','73.219.6.51',NULL),(5463,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1698318178,'web','36.229.148.242',NULL),(5464,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698318180,'web','73.219.6.51',NULL),(5465,'\\core\\event\\notification_sent','core','sent','notification','notifications',560,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"1\"}',1698318185,'cli',NULL,NULL),(5466,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698318188,'web','73.219.6.51',NULL),(5467,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1698318189,'web','123.193.67.155',NULL),(5468,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,5,2,NULL,0,'null',1698318198,'web','123.193.67.155',NULL),(5469,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698318201,'web','73.219.6.51',NULL),(5470,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698318230,'web','124.120.206.189',NULL),(5471,'\\core\\event\\user_loggedin','core','loggedin','user','user',9,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"extrauserinfo\":[]}',1698318274,'web','124.120.206.189',NULL),(5472,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,11,2,NULL,0,'null',1698318274,'web','36.229.148.242',NULL),(5473,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,9,1,NULL,0,'null',1698318275,'web','124.120.206.189',NULL),(5474,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1698318278,'web','124.120.206.189',NULL),(5475,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,9,2,NULL,0,'null',1698318287,'web','124.120.206.189',NULL),(5476,'\\core\\event\\notification_sent','core','sent','notification','notifications',561,'c',0,1,10,0,0,0,9,0,'{\"courseid\":\"1\"}',1698318306,'cli',NULL,NULL),(5477,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698318359,'web','103.20.60.3',NULL),(5478,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1698318470,'web','122.118.21.142',NULL),(5479,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,20,2,NULL,0,'null',1698318470,'web','122.118.21.142',NULL),(5480,'\\core\\event\\notification_sent','core','sent','notification','notifications',562,'c',0,1,10,0,17,0,6,0,'{\"courseid\":\"2\"}',1698318485,'cli',NULL,NULL),(5481,'\\core\\event\\notification_sent','core','sent','notification','notifications',563,'c',0,1,10,0,17,0,17,0,'{\"courseid\":\"2\"}',1698318489,'cli',NULL,NULL),(5482,'\\core\\event\\notification_sent','core','sent','notification','notifications',564,'c',0,1,10,0,17,0,11,0,'{\"courseid\":\"2\"}',1698318491,'cli',NULL,NULL),(5483,'\\core\\event\\notification_sent','core','sent','notification','notifications',565,'c',0,1,10,0,17,0,23,0,'{\"courseid\":\"2\"}',1698318494,'cli',NULL,NULL),(5484,'\\core\\event\\notification_sent','core','sent','notification','notifications',566,'c',0,1,10,0,17,0,13,0,'{\"courseid\":\"2\"}',1698318497,'cli',NULL,NULL),(5485,'\\core\\event\\notification_sent','core','sent','notification','notifications',567,'c',0,1,10,0,17,0,9,0,'{\"courseid\":\"2\"}',1698318499,'cli',NULL,NULL),(5486,'\\core\\event\\notification_sent','core','sent','notification','notifications',568,'c',0,1,10,0,17,0,20,0,'{\"courseid\":\"2\"}',1698318502,'cli',NULL,NULL),(5487,'\\core\\event\\notification_sent','core','sent','notification','notifications',569,'c',0,1,10,0,17,0,16,0,'{\"courseid\":\"2\"}',1698318505,'cli',NULL,NULL),(5488,'\\core\\event\\notification_sent','core','sent','notification','notifications',570,'c',0,1,10,0,17,0,4,0,'{\"courseid\":\"2\"}',1698318507,'cli',NULL,NULL),(5489,'\\core\\event\\notification_sent','core','sent','notification','notifications',571,'c',0,1,10,0,17,0,22,0,'{\"courseid\":\"2\"}',1698318510,'cli',NULL,NULL),(5490,'\\core\\event\\notification_sent','core','sent','notification','notifications',572,'c',0,1,10,0,17,0,2,0,'{\"courseid\":\"2\"}',1698318513,'cli',NULL,NULL),(5491,'\\core\\event\\notification_sent','core','sent','notification','notifications',573,'c',0,1,10,0,17,0,19,0,'{\"courseid\":\"2\"}',1698318516,'cli',NULL,NULL),(5492,'\\core\\event\\notification_sent','core','sent','notification','notifications',574,'c',0,1,10,0,17,0,14,0,'{\"courseid\":\"2\"}',1698318520,'cli',NULL,NULL),(5493,'\\core\\event\\user_loggedin','core','loggedin','user','user',8,'r',0,1,10,0,8,0,NULL,0,'{\"username\":\"0966487235\",\"extrauserinfo\":[]}',1698318831,'web','103.20.60.3',NULL),(5494,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,8,1,NULL,0,'null',1698318831,'web','103.20.60.3',NULL),(5495,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,8,2,NULL,0,'null',1698318835,'web','103.20.60.3',NULL),(5496,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,20,2,NULL,0,'null',1698318843,'web','122.118.21.142',NULL),(5497,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698319450,'web','159.89.169.222',NULL),(5498,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,17,2,NULL,0,'null',1698319588,'web','36.227.207.166',NULL),(5499,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,8,2,NULL,0,'null',1698319902,'web','103.20.60.3',NULL),(5500,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,8,2,NULL,0,'null',1698319910,'web','103.20.60.3',NULL),(5501,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,8,2,NULL,0,'null',1698319922,'web','103.20.60.3',NULL),(5502,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698320057,'web','128.22.132.204',NULL),(5503,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,17,2,NULL,0,'null',1698320201,'web','36.227.207.166',NULL),(5504,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,8,2,NULL,0,'null',1698325703,'web','103.20.60.3',NULL),(5505,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,8,2,NULL,0,'null',1698325710,'web','103.20.60.3',NULL),(5506,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698326073,'web','111.82.170.135',NULL),(5507,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1698326086,'web','111.82.170.135',NULL),(5508,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1698326086,'web','111.82.170.135',NULL),(5509,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1698326089,'web','111.82.170.135',NULL),(5510,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,19,2,NULL,0,'null',1698326101,'web','111.82.170.135',NULL),(5511,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1698326122,'web','111.82.170.135',NULL),(5512,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,19,2,NULL,0,'null',1698326133,'web','111.82.170.135',NULL),(5513,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1698326166,'web','111.82.170.135',NULL),(5514,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',11,'r',2,62,70,23,19,2,NULL,0,'null',1698326175,'web','111.82.170.135',NULL),(5515,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1698326183,'web','111.82.170.135',NULL),(5516,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,19,2,NULL,0,'null',1698326193,'web','111.82.170.135',NULL),(5517,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698326466,'web','111.82.170.135',NULL),(5518,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1698326482,'web','111.82.170.135',NULL),(5519,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1698326482,'web','111.82.170.135',NULL),(5520,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1698326493,'web','111.82.170.135',NULL),(5521,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698326634,'web','111.193.18.36',NULL),(5522,'\\core\\event\\user_loggedin','core','loggedin','user','user',12,'r',0,1,10,0,12,0,NULL,0,'{\"username\":\"fishalive@sohu.com\",\"extrauserinfo\":[]}',1698326641,'web','111.193.18.36',NULL),(5523,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,12,1,NULL,0,'null',1698326642,'web','111.193.18.36',NULL),(5524,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1698326645,'web','111.193.18.36',NULL),(5525,'\\core\\event\\notification_sent','core','sent','notification','notifications',575,'c',0,1,10,0,0,0,12,0,'{\"courseid\":\"1\"}',1698326646,'cli',NULL,NULL),(5526,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,12,2,NULL,0,'null',1698326657,'web','111.193.18.36',NULL),(5527,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698326970,'web','36.229.148.242',NULL),(5528,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1698327485,'web','123.193.67.155',NULL),(5529,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,5,2,NULL,0,'null',1698327489,'web','123.193.67.155',NULL),(5530,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,5,2,NULL,0,'null',1698327490,'web','123.193.67.155',NULL),(5531,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698327549,'web','124.64.23.30',NULL),(5532,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1698327555,'web','124.64.23.30',NULL),(5533,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1698327555,'web','124.64.23.30',NULL),(5534,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1698327561,'web','124.64.23.30',NULL),(5535,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,23,2,NULL,0,'null',1698327578,'web','124.64.23.30',NULL),(5536,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698327596,'web','124.64.23.30',NULL),(5537,'\\core\\event\\notification_sent','core','sent','notification','notifications',576,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1698327607,'cli',NULL,NULL),(5538,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698327678,'web','73.219.6.51',NULL),(5539,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1698327685,'web','73.219.6.51',NULL),(5540,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1698327685,'web','73.219.6.51',NULL),(5541,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698327688,'web','73.219.6.51',NULL),(5542,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,2,2,NULL,0,'null',1698327698,'web','73.219.6.51',NULL),(5543,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,2,2,NULL,0,'null',1698327706,'web','73.219.6.51',NULL),(5544,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698327712,'web','73.219.6.51',NULL),(5545,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1698327736,'web','123.193.67.155',NULL),(5546,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,5,2,NULL,0,'null',1698327738,'web','123.193.67.155',NULL),(5547,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1698327786,'web','123.193.67.155',NULL),(5548,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,5,2,NULL,0,'null',1698327789,'web','123.193.67.155',NULL),(5549,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',72,'c',2,71,70,32,5,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u300c\\u6211\\u8b80\\u5b8c\\u5169\\u7bc7\\u6587\\u7ae0\\u4e86\\u300d\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":5,\"triggeredfrom\":\"forum_add_new_post\"}',1698327807,'web','123.193.67.155',NULL),(5550,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',72,'c',2,71,70,32,5,2,NULL,0,'{\"discussionid\":5,\"forumid\":8,\"forumtype\":\"single\"}',1698327807,'web','123.193.67.155',NULL),(5551,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',63,'c',2,71,70,32,5,2,5,0,'{\"forumid\":8,\"discussion\":5}',1698327807,'web','123.193.67.155',NULL),(5552,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,5,2,NULL,0,'null',1698327808,'web','123.193.67.155',NULL),(5553,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,5,2,NULL,0,'null',1698327818,'web','123.193.67.155',NULL),(5554,'\\core\\event\\config_log_created','core','created','config_log','config_log',1830,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"profileroles\",\"oldvalue\":\"5,4,3\",\"value\":\"3,4,5\",\"plugin\":null}',1698327913,'web','73.219.6.51',NULL),(5555,'\\core\\event\\config_log_created','core','created','config_log','config_log',1831,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"maxeditingtime\",\"oldvalue\":\"1800\",\"value\":\"3600\",\"plugin\":null}',1698327913,'web','73.219.6.51',NULL),(5556,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698328453,'web','123.193.70.68',NULL),(5557,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698329332,'web','159.89.169.222',NULL),(5558,'\\core\\event\\notification_sent','core','sent','notification','notifications',577,'c',0,1,10,0,5,0,6,0,'{\"courseid\":\"2\"}',1698331446,'cli',NULL,NULL),(5559,'\\core\\event\\notification_sent','core','sent','notification','notifications',578,'c',0,1,10,0,5,0,17,0,'{\"courseid\":\"2\"}',1698331449,'cli',NULL,NULL),(5560,'\\core\\event\\notification_sent','core','sent','notification','notifications',579,'c',0,1,10,0,5,0,11,0,'{\"courseid\":\"2\"}',1698331452,'cli',NULL,NULL),(5561,'\\core\\event\\notification_sent','core','sent','notification','notifications',580,'c',0,1,10,0,5,0,23,0,'{\"courseid\":\"2\"}',1698331455,'cli',NULL,NULL),(5562,'\\core\\event\\notification_sent','core','sent','notification','notifications',581,'c',0,1,10,0,5,0,13,0,'{\"courseid\":\"2\"}',1698331459,'cli',NULL,NULL),(5563,'\\core\\event\\notification_sent','core','sent','notification','notifications',582,'c',0,1,10,0,5,0,5,0,'{\"courseid\":\"2\"}',1698331463,'cli',NULL,NULL),(5564,'\\core\\event\\notification_sent','core','sent','notification','notifications',583,'c',0,1,10,0,5,0,9,0,'{\"courseid\":\"2\"}',1698331467,'cli',NULL,NULL),(5565,'\\core\\event\\notification_sent','core','sent','notification','notifications',584,'c',0,1,10,0,5,0,20,0,'{\"courseid\":\"2\"}',1698331470,'cli',NULL,NULL),(5566,'\\core\\event\\notification_sent','core','sent','notification','notifications',585,'c',0,1,10,0,5,0,16,0,'{\"courseid\":\"2\"}',1698331474,'cli',NULL,NULL),(5567,'\\core\\event\\notification_sent','core','sent','notification','notifications',586,'c',0,1,10,0,5,0,4,0,'{\"courseid\":\"2\"}',1698331478,'cli',NULL,NULL),(5568,'\\core\\event\\notification_sent','core','sent','notification','notifications',587,'c',0,1,10,0,5,0,22,0,'{\"courseid\":\"2\"}',1698331481,'cli',NULL,NULL),(5569,'\\core\\event\\notification_sent','core','sent','notification','notifications',588,'c',0,1,10,0,5,0,2,0,'{\"courseid\":\"2\"}',1698331485,'cli',NULL,NULL),(5570,'\\core\\event\\notification_sent','core','sent','notification','notifications',589,'c',0,1,10,0,5,0,19,0,'{\"courseid\":\"2\"}',1698331488,'cli',NULL,NULL),(5571,'\\core\\event\\notification_sent','core','sent','notification','notifications',590,'c',0,1,10,0,5,0,14,0,'{\"courseid\":\"2\"}',1698331491,'cli',NULL,NULL),(5572,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698342892,'web','199.45.154.50',NULL),(5573,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698349241,'web','167.94.138.34',NULL),(5574,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"en_us\"}',1698351550,'cli',NULL,NULL),(5575,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698392522,'web','36.227.207.166',NULL),(5576,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1698392531,'web','36.227.207.166',NULL),(5577,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1698392531,'web','36.227.207.166',NULL),(5578,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1698392533,'web','36.227.207.166',NULL),(5579,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,11,2,NULL,0,'null',1698392548,'web','36.227.207.166',NULL),(5580,'\\core\\event\\notification_sent','core','sent','notification','notifications',591,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"1\"}',1698392587,'cli',NULL,NULL),(5581,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698395190,'web','175.182.136.194',NULL),(5582,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1698395208,'web','175.182.136.194',NULL),(5583,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1698395208,'web','175.182.136.194',NULL),(5584,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1698395212,'web','175.182.136.194',NULL),(5585,'\\core\\event\\notification_sent','core','sent','notification','notifications',592,'c',0,1,10,0,0,0,21,0,'{\"courseid\":\"1\"}',1698395225,'cli',NULL,NULL),(5586,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,21,2,NULL,0,'null',1698395286,'web','175.182.136.194',NULL),(5587,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1698395296,'web','175.182.136.194',NULL),(5588,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,21,2,NULL,0,'null',1698395308,'web','175.182.136.194',NULL),(5589,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1698395335,'web','175.182.136.194',NULL),(5590,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1698395652,'web','175.182.136.194',NULL),(5591,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,21,2,NULL,0,'null',1698395652,'web','175.182.136.194',NULL),(5592,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1698396284,'web','175.182.136.194',NULL),(5593,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,21,2,NULL,0,'null',1698396290,'web','175.182.136.194',NULL),(5594,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,21,2,NULL,0,'null',1698396327,'web','175.182.136.194',NULL),(5595,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,21,2,NULL,0,'null',1698396500,'web','175.182.136.194',NULL),(5596,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1698397348,'web','175.182.136.194',NULL),(5597,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1698397349,'web','175.182.136.194',NULL),(5598,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698406380,'web','175.182.136.194',NULL),(5599,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698424099,'web','122.118.21.142',NULL),(5600,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1698424115,'web','122.118.21.142',NULL),(5601,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,20,1,NULL,0,'null',1698424115,'web','122.118.21.142',NULL),(5602,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698466362,'web','111.241.135.133',NULL),(5603,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698471756,'web','170.178.185.50',NULL),(5604,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698476045,'web','111.241.135.133',NULL),(5605,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1698476049,'web','111.241.135.133',NULL),(5606,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1698476049,'web','111.241.135.133',NULL),(5607,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1698476051,'web','111.241.135.133',NULL),(5608,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,11,2,NULL,0,'null',1698476060,'web','111.241.135.133',NULL),(5609,'\\core\\event\\notification_sent','core','sent','notification','notifications',593,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"1\"}',1698476107,'cli',NULL,NULL),(5610,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',73,'c',2,72,70,33,11,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">1.\\u95b1\\u8b80\\uff1a\\u8303\\u6d69\\u6c99\\uff0c\\u3008\\u4ec0\\u9ebc\\u662f\\u65e5\\u5e38\\u795e\\u5b78\\uff1f\\u57fa\\u7763\\u5f92\\u61c9\\u8a72\\u5982\\u4f55\\u95b1\\u8b80\\u6587\\u5316\\u3009\\uff08\\u4e0b\\uff09\\uff1a\\u6211\\u8b80\\u5b8c\\u6587\\u7ae0\\u4e86<br \\/>\\n\\u554f\\u984c\\uff1a\\u6bcf\\u500b\\u4eba\\u7684\\u80cc\\u666f\\u90fd\\u4e0d\\u540c\\uff0c\\u8a6e\\u91cb\\u4e5f\\u53ef\\u80fd\\u4e0d\\u540c\\uff0c\\u4f9d\\u64da\\u57fa\\u7763\\u4fe1\\u4ef0\\u7684\\u773c\\u5149\\u95b1\\u8b80\\u6587\\u5316\\uff0c\\u9664\\u4e86\\u8207\\u795e\\u76f8\\u89aa\\u900f\\u904e\\u8056\\u9748\\u7684\\u63d0\\u9192\\u8fa8\\u8b58\\u81ea\\u5df1\\u4f7f\\u5426\\u6709\\u504f\\u9817\\uff0c\\u9084\\u6709\\u4ec0\\u9ebc\\u65b9\\u6cd5\\u662f\\u53ef\\u4ee5\\u63d0\\u9192\\u6211\\u5011\\u7559\\u610f\\u6211\\u5011\\u81ea\\u5df1\\u5c0d\\u6587\\u5316\\u7684\\u8a6e\\u91cb\\uff1f\\u662f\\u7267\\u8005\\uff1f\\u82e5\\u81ea\\u5df1\\u672c\\u8eab\\u5c31\\u662f\\u7267\\u8005\\uff1f\\u5982\\u4f55\\u627e\\u5230\\u81ea\\u5df1\\u7684\\u5c6c\\u9748\\u906e\\u84cb\\uff1f<br \\/>\\n2.\\u601d\\u8003\\uff1a\\u671f\\u672b\\u5831\\u544a:A. G.E.M.\\u9127\\u7d2b\\u68cb\\u3010\\u5553\\u793a\\u9304\\u3011Official MV\\u3002B.\\u300a\\u771f\\u5584\\u7f8e\\u300b\\uff08The Sound of Music\\uff09C. \\u9f8d\\u5dd6\\u5f62\\u8c61\\u5ee3\\u544a\\u5f71\\u7247\\uff5cWhat Is Your Legacy\\uff5c \\u9019\\u4e00\\u751f\\uff0c\\u4f60\\u60f3\\u6d3b\\u4e0b\\u4ec0\\u9ebc\\u3002<br \\/>\\n3.\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a\\uff1a\\u6211\\u89c0\\u5bdf\\u7684\\u805a\\u6703\\u662f\\u6559\\u6703\\u67d0\\u6b21\\u7684\\u7267\\u990a\\u79b1\\u544a\\u6703\\u53ca\\u8b1b\\u5ea7\\uff0c\\u7576\\u5929\\u7684\\u8b70\\u984c\\u662f\\u300c\\u4eba\\u969b\\u66f4\\u65b0\\uff0d\\u7e3d\\u8981\\u76e1\\u529b\\u8207\\u773e\\u4eba\\u548c\\u7766\\u300d\\uff0c\\u5e36\\u9818\\u8005\\u5148\\u7528\\u6d3b\\u52d5\\u5f15\\u5c0e\\uff0c\\u53c3\\u52a0\\u4eba\\u54e1\\u5c0d\\u6d3b\\u52d5\\u90fd\\u76f8\\u7576\\u6295\\u5165\\uff0c\\u800c\\u4e14\\u6a02\\u65bc\\u5206\\u4eab\\u8868\\u9054\\u81ea\\u5df1\\u7684\\u770b\\u898b\\uff0c\\u6211\\u89ba\\u5f97\\u9019\\u7fa4\\u4eba\\u5c31\\u50cf\\u4e00\\u500b\\u5927\\u5bb6\\u5ead\\uff0c\\u53c3\\u52a0\\u8005\\u53ef\\u80fd\\u662f\\u5bb6\\u5ead\\u4e2d\\u6709\\u80fd\\u529b\\u7684\\u5bb6\\u5ead\\u6210\\u54e1\\uff1b\\u900f\\u904e\\u6d3b\\u52d5\\u5f8c\\u7684\\u5927\\u5206\\u4eab\\uff0c\\u6211\\u767c\\u73fe\\u9019\\u7fa4\\u4eba\\u57fa\\u672c\\u4e0a\\u5728\\u5718\\u9ad4\\uff08\\u5bb6\\u5ead\\uff09\\u4e2d\\u5fc5\\u9808\\u7528\\u81ea\\u5df1\\u80fd\\u529b\\u5e6b\\u52a9\\u5176\\u4ed6\\u6210\\u54e1\\u7684\\u7684\\u5bb6\\u4eba\\uff0c\\u6240\\u4ee5\\u5728\\u5e73\\u65e5\\u751f\\u6d3b\\u4e2d\\u53ef\\u80fd\\u6709\\u6b61\\u6a02\\u3001\\u559c\\u6a02(\\u6b63\\u5411)\\u3001\\u4e5f\\u6709\\u5931\\u843d\\u53ca\\u4e7e\\u6e34(\\u8ca0\\u5411)\\u3002\\u6240\\u4ee5\\u5728\\u6211\\u770b\\u4f86\\u9019\\u7fa4\\u4eba\\u5728\\u5bb6\\u5ead\\u4e2d\\u662f\\u76f8\\u5c0d\\u6709\\u80fd\\u529b\\u7684\\u5bb6\\u4eba\\uff0c\\u4ed6\\u5011\\u9700\\u8981\\u5e6b\\u52a9\\u90a3\\u4e9b\\u9019\\u7fa4\\u9ad4\\u5916\\u7684\\u4eba\\uff0c\\u800c\\u7fa4\\u9ad4\\u5916\\u9700\\u8981\\u5e6b\\u52a9\\u7684\\u4eba\\u5c31\\u662f\\u5728\\u5bb6\\u4e2d\\u9700\\u8981\\u7167\\u9867\\u7684\\u4eba\\uff0c\\u6216\\u662f\\u5728\\u57f9\\u990a\\u751f\\u6d3b\\u6280\\u80fd\\u7684\\u5bb6\\u4eba\\uff0c\\u5e0c\\u671b\\u80fd\\u900f\\u904e\\u81ea\\u5df1\\u7684\\u80fd\\u529b\\u5e6b\\u52a9\\u5176\\u4ed6\\u5bb6\\u4eba\\u8ddf\\u4e0a\\u5bb6\\u5ead\\u751f\\u6d3b\\u7684\\u8173\\u6b65\\u3002<br \\/>\\n\\u6211\\u4e5f\\u89c0\\u5bdf\\u5230\\u5e36\\u9818\\u8005\\u900f\\u904e\\u6d3b\\u52d5\\u8a2d\\u8a08\\u5f15\\u5c0e\\u53c3\\u52a0\\u8005\\u5be6\\u969b\\u53c3\\u8207\\u3001\\u900f\\u904e\\u6d3b\\u52d5\\u7d93\\u9a57\\u655e\\u958b\\u81ea\\u5df1\\u7684\\u60f3\\u6cd5\\uff0c\\u5f9e\\u4e2d\\u767c\\u73fe\\u81ea\\u5df1\\u7684\\u9577\\u8655\\uff0c\\u80af\\u5b9a\\u4e26\\u589e\\u5f37\\u81ea\\u5df1\\u7684\\u80fd\\u529b\\uff0c\\u9032\\u4e00\\u6b65\\u611f\\u53d7\\u5230\\u5bb6\\u5ead\\u662f\\u4e00\\u500b\\u7fa4\\u9ad4\\uff0c\\u4ee5\\u5efa\\u7acb\\u5bb6\\u5ead\\u652f\\u6301\\u7cfb\\u7d71\\u3002\\u6574\\u9ad4\\u800c\\u8a00\\uff0c\\u6d3b\\u52d5\\u5f8c\\u6bcf\\u500b\\u4eba\\u80fd\\u611f\\u53d7\\u5230\\u81ea\\u5df1\\u662f\\u6709\\u80fd\\u529b\\u7684\\uff0c\\u53ea\\u662f\\u80fd\\u529b\\u7684\\u65b9\\u5411\\u4e0d\\u540c\\uff1b\\u900f\\u904e\\u4e92\\u76f8\\u5206\\u4eab\\u3001\\u80af\\u5b9a\\uff0c\\u6216\\u8a31\\u80fd\\u627e\\u5230\\u76f8\\u540c\\u9ede\\u6216\\u8a31\\u80fd\\u627e\\u5230\\u5c0d\\u81ea\\u5df1\\u7684\\u8a8d\\u540c\\u3002\\u56e0\\u6b64\\uff0c\\u6574\\u500b\\u805a\\u6703\\u50b3\\u905e\\u7684\\u65b9\\u5f0f\\u662f\\u6eab\\u6696\\u7684\\u3001\\u652f\\u6301\\u7684\\u3001\\u80af\\u5b9a\\u7684\\u3001\\u8a8d\\u540c\\u7684\\u3002\\u7d50\\u675f\\u524d\\u4e5f\\u900f\\u904e\\u8056\\u7d93\\u4e2d\\u7684\\u6559\\u5c0e\\uff0c\\u63d0\\u4f9b\\u53ef\\u4ee5\\u53c3\\u8003\\u7684\\u7bc4\\u4f8b\\u4f86\\u5f15\\u5c0e\\u53c3\\u52a0\\u8005\\u601d\\u8003\\u672a\\u4f86\\u7684\\u65b9\\u5411\\uff0c\\u5982\\u8036\\u7a4c\\u5c0d\\u6492\\u746a\\u5229\\u4e9e\\u5a66\\u4eba\\u7684\\u6559\\u5c0e\\uff0c\\u5f9e\\u8036\\u7a4c\\u8eab\\u4e0a\\u5b78\\u7fd2\\u5982\\u4f55\\u5e6b\\u52a9\\u5bb6\\u4eba\\u3002<br \\/>\\n\\u6211\\u89c0\\u5bdf\\u5230\\u53c3\\u52a0\\u9019\\u500b\\u805a\\u6703\\u9700\\u8981\\u7684\\u4eba\\u985e\\u611f\\u5b98\\u53ca\\u80fd\\u529b\\u70ba:A.\\u81ea\\u5df1\\u53c3\\u52a0\\u9700\\u8981\\u7684\\u80fd\\u529b\\uff1a\\u60f3\\u50cf\\u529b\\u3001\\u8a9e\\u8a00\\u3001\\u8868\\u9054\\u529b\\uff1b\\u900f\\u904e\\u8996\\u89ba\\u3001\\u807d\\u89ba\\u3001\\u540c\\u7406\\u5fc3\\u4f86\\u50be\\u807d\\uff1bB.\\u5718\\u9ad4\\u6d3b\\u52d5\\u90e8\\u5206\\u9700\\u8981\\u7684\\u80fd\\u529b\\uff1a\\u6642\\u9593\\u611f \\u908f\\u8f2f\\u601d\\u8003\\u3001\\u81ea\\u5df1\\u8207\\u4ed6\\u4eba\\u5728\\u7a7a\\u9593\\u4e2d\\u7684\\u4fe1\\u4efb\\u95dc\\u4fc2\\u3001\\u4e0d\\u9069\\u611f\\u3002C.\\u76f8\\u5c0d\\u4e0d\\u91cd\\u8981\\uff1a\\u75db\\u89ba\\u3001\\u7bc0\\u594f\\u611f\\u3001\\u97f3\\u6a02\\u80fd\\u529b\\u3001\\u55c5\\u89ba\\u3001\\u6578\\u5b78\\u80fd\\u529b\\u3001\\u5473\\u89ba\\u3001\\u5e73\\u8861\\u611f\\u3001\\u89f8\\u89ba\\u3001\\u98e2\\u9913\\u611f\\/\\u98fd\\u8db3\\u611f\\u3001\\u767c\\u554f\\u80fd\\u529b\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":6,\"triggeredfrom\":\"forum_add_new_post\"}',1698476126,'web','111.241.135.133',NULL),(5611,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',73,'c',2,72,70,33,11,2,NULL,0,'{\"discussionid\":6,\"forumid\":9,\"forumtype\":\"single\"}',1698476126,'web','111.241.135.133',NULL),(5612,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',64,'c',2,72,70,33,11,2,11,0,'{\"forumid\":9,\"discussion\":6}',1698476126,'web','111.241.135.133',NULL),(5613,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,11,2,NULL,0,'null',1698476127,'web','111.241.135.133',NULL),(5614,'\\mod_forum\\event\\post_deleted','mod_forum','deleted','post','forum_posts',73,'d',0,72,70,33,11,2,11,0,'{\"discussionid\":6,\"forumid\":9,\"forumtype\":\"single\"}',1698476162,'web','111.241.135.133',NULL),(5615,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,11,2,NULL,0,'null',1698476162,'web','111.241.135.133',NULL),(5616,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',74,'c',2,72,70,33,11,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">1.\\u95b1\\u8b80\\uff1a\\u8303\\u6d69\\u6c99\\uff0c\\u3008\\u4ec0\\u9ebc\\u662f\\u65e5\\u5e38\\u795e\\u5b78\\uff1f\\u57fa\\u7763\\u5f92\\u61c9\\u8a72\\u5982\\u4f55\\u95b1\\u8b80\\u6587\\u5316\\u3009\\uff08\\u4e0b\\uff09\\uff1a\\u6211\\u8b80\\u5b8c\\u6587\\u7ae0\\u4e86<br \\/>\\n\\u554f\\u984c\\uff1a\\u6bcf\\u500b\\u4eba\\u7684\\u80cc\\u666f\\u90fd\\u4e0d\\u540c\\uff0c\\u8a6e\\u91cb\\u4e5f\\u53ef\\u80fd\\u4e0d\\u540c\\uff0c\\u4f9d\\u64da\\u57fa\\u7763\\u4fe1\\u4ef0\\u7684\\u773c\\u5149\\u95b1\\u8b80\\u6587\\u5316\\uff0c\\u9664\\u4e86\\u8207\\u795e\\u76f8\\u89aa\\u900f\\u904e\\u8056\\u9748\\u7684\\u63d0\\u9192\\u8fa8\\u8b58\\u81ea\\u5df1\\u4f7f\\u5426\\u6709\\u504f\\u9817\\uff0c\\u9084\\u6709\\u4ec0\\u9ebc\\u65b9\\u6cd5\\u662f\\u53ef\\u4ee5\\u63d0\\u9192\\u6211\\u5011\\u7559\\u610f\\u6211\\u5011\\u81ea\\u5df1\\u5c0d\\u6587\\u5316\\u7684\\u8a6e\\u91cb\\uff1f\\u662f\\u7267\\u8005\\uff1f\\u82e5\\u81ea\\u5df1\\u672c\\u8eab\\u5c31\\u662f\\u7267\\u8005\\uff1f\\u5982\\u4f55\\u627e\\u5230\\u81ea\\u5df1\\u7684\\u5c6c\\u9748\\u906e\\u84cb\\uff1f<br \\/>\\n2.\\u601d\\u8003\\uff1a\\u671f\\u672b\\u5831\\u544a:A. G.E.M.\\u9127\\u7d2b\\u68cb\\u3010\\u5553\\u793a\\u9304\\u3011Official MV\\u3002B.\\u300a\\u771f\\u5584\\u7f8e\\u300b\\uff08The Sound of Music\\uff09C. \\u9f8d\\u5dd6\\u5f62\\u8c61\\u5ee3\\u544a\\u5f71\\u7247\\uff5cWhat Is Your Legacy\\uff5c \\u9019\\u4e00\\u751f\\uff0c\\u4f60\\u60f3\\u6d3b\\u4e0b\\u4ec0\\u9ebc\\u3002<br \\/>\\n3.\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a\\uff1a\\u6211\\u89c0\\u5bdf\\u7684\\u805a\\u6703\\u662f\\u6559\\u6703\\u67d0\\u6b21\\u7684\\u7267\\u990a\\u79b1\\u544a\\u6703\\u53ca\\u8b1b\\u5ea7\\uff0c\\u7576\\u5929\\u7684\\u8b70\\u984c\\u662f\\u300c\\u4eba\\u969b\\u66f4\\u65b0\\uff0d\\u7e3d\\u8981\\u76e1\\u529b\\u8207\\u773e\\u4eba\\u548c\\u7766\\u300d\\uff0c\\u5e36\\u9818\\u8005\\u5148\\u7528\\u6d3b\\u52d5\\u5f15\\u5c0e\\uff0c\\u53c3\\u52a0\\u4eba\\u54e1\\u5c0d\\u6d3b\\u52d5\\u90fd\\u76f8\\u7576\\u6295\\u5165\\uff0c\\u800c\\u4e14\\u6a02\\u65bc\\u5206\\u4eab\\u8868\\u9054\\u81ea\\u5df1\\u7684\\u770b\\u898b\\uff0c\\u6211\\u89ba\\u5f97\\u9019\\u7fa4\\u4eba\\u5c31\\u50cf\\u4e00\\u500b\\u5927\\u5bb6\\u5ead\\uff0c\\u53c3\\u52a0\\u8005\\u53ef\\u80fd\\u662f\\u5bb6\\u5ead\\u4e2d\\u6709\\u80fd\\u529b\\u7684\\u5bb6\\u5ead\\u6210\\u54e1\\uff1b\\u900f\\u904e\\u6d3b\\u52d5\\u5f8c\\u7684\\u5927\\u5206\\u4eab\\uff0c\\u6211\\u767c\\u73fe\\u9019\\u7fa4\\u4eba\\u57fa\\u672c\\u4e0a\\u5728\\u5718\\u9ad4\\uff08\\u5bb6\\u5ead\\uff09\\u4e2d\\u5fc5\\u9808\\u7528\\u81ea\\u5df1\\u80fd\\u529b\\u5e6b\\u52a9\\u5176\\u4ed6\\u6210\\u54e1\\u7684\\u7684\\u5bb6\\u4eba\\uff0c\\u6240\\u4ee5\\u5728\\u5e73\\u65e5\\u751f\\u6d3b\\u4e2d\\u53ef\\u80fd\\u6709\\u6b61\\u6a02\\u3001\\u559c\\u6a02(\\u6b63\\u5411)\\u3001\\u4e5f\\u6709\\u5931\\u843d\\u53ca\\u4e7e\\u6e34(\\u8ca0\\u5411)\\u3002\\u6240\\u4ee5\\u5728\\u6211\\u770b\\u4f86\\u9019\\u7fa4\\u4eba\\u5728\\u5bb6\\u5ead\\u4e2d\\u662f\\u76f8\\u5c0d\\u6709\\u80fd\\u529b\\u7684\\u5bb6\\u4eba\\uff0c\\u4ed6\\u5011\\u9700\\u8981\\u5e6b\\u52a9\\u90a3\\u4e9b\\u9019\\u7fa4\\u9ad4\\u5916\\u7684\\u4eba\\uff0c\\u800c\\u7fa4\\u9ad4\\u5916\\u9700\\u8981\\u5e6b\\u52a9\\u7684\\u4eba\\u5c31\\u662f\\u5728\\u5bb6\\u4e2d\\u9700\\u8981\\u7167\\u9867\\u7684\\u4eba\\uff0c\\u6216\\u662f\\u5728\\u57f9\\u990a\\u751f\\u6d3b\\u6280\\u80fd\\u7684\\u5bb6\\u4eba\\uff0c\\u5e0c\\u671b\\u80fd\\u900f\\u904e\\u81ea\\u5df1\\u7684\\u80fd\\u529b\\u5e6b\\u52a9\\u5176\\u4ed6\\u5bb6\\u4eba\\u8ddf\\u4e0a\\u5bb6\\u5ead\\u751f\\u6d3b\\u7684\\u8173\\u6b65\\u3002<br \\/>\\n\\u6211\\u4e5f\\u89c0\\u5bdf\\u5230\\u5e36\\u9818\\u8005\\u900f\\u904e\\u6d3b\\u52d5\\u8a2d\\u8a08\\u5f15\\u5c0e\\u53c3\\u52a0\\u8005\\u5be6\\u969b\\u53c3\\u8207\\u3001\\u900f\\u904e\\u6d3b\\u52d5\\u7d93\\u9a57\\u655e\\u958b\\u81ea\\u5df1\\u7684\\u60f3\\u6cd5\\uff0c\\u5f9e\\u4e2d\\u767c\\u73fe\\u81ea\\u5df1\\u7684\\u9577\\u8655\\uff0c\\u80af\\u5b9a\\u4e26\\u589e\\u5f37\\u81ea\\u5df1\\u7684\\u80fd\\u529b\\uff0c\\u9032\\u4e00\\u6b65\\u611f\\u53d7\\u5230\\u5bb6\\u5ead\\u662f\\u4e00\\u500b\\u7fa4\\u9ad4\\uff0c\\u4ee5\\u5efa\\u7acb\\u5bb6\\u5ead\\u652f\\u6301\\u7cfb\\u7d71\\u3002\\u6574\\u9ad4\\u800c\\u8a00\\uff0c\\u6d3b\\u52d5\\u5f8c\\u6bcf\\u500b\\u4eba\\u80fd\\u611f\\u53d7\\u5230\\u81ea\\u5df1\\u662f\\u6709\\u80fd\\u529b\\u7684\\uff0c\\u53ea\\u662f\\u80fd\\u529b\\u7684\\u65b9\\u5411\\u4e0d\\u540c\\uff1b\\u900f\\u904e\\u4e92\\u76f8\\u5206\\u4eab\\u3001\\u80af\\u5b9a\\uff0c\\u6216\\u8a31\\u80fd\\u627e\\u5230\\u76f8\\u540c\\u9ede\\u6216\\u8a31\\u80fd\\u627e\\u5230\\u5c0d\\u81ea\\u5df1\\u7684\\u8a8d\\u540c\\u3002\\u56e0\\u6b64\\uff0c\\u6574\\u500b\\u805a\\u6703\\u50b3\\u905e\\u7684\\u65b9\\u5f0f\\u662f\\u6eab\\u6696\\u7684\\u3001\\u652f\\u6301\\u7684\\u3001\\u80af\\u5b9a\\u7684\\u3001\\u8a8d\\u540c\\u7684\\u3002\\u7d50\\u675f\\u524d\\u4e5f\\u900f\\u904e\\u8056\\u7d93\\u4e2d\\u7684\\u6559\\u5c0e\\uff0c\\u63d0\\u4f9b\\u53ef\\u4ee5\\u53c3\\u8003\\u7684\\u7bc4\\u4f8b\\u4f86\\u5f15\\u5c0e\\u53c3\\u52a0\\u8005\\u601d\\u8003\\u672a\\u4f86\\u7684\\u65b9\\u5411\\uff0c\\u5982\\u8036\\u7a4c\\u5c0d\\u6492\\u746a\\u5229\\u4e9e\\u5a66\\u4eba\\u7684\\u6559\\u5c0e\\uff0c\\u5f9e\\u8036\\u7a4c\\u8eab\\u4e0a\\u5b78\\u7fd2\\u5982\\u4f55\\u5e6b\\u52a9\\u5bb6\\u4eba\\u3002<br \\/>\\n\\u6211\\u89c0\\u5bdf\\u5230\\u53c3\\u52a0\\u9019\\u500b\\u805a\\u6703\\u9700\\u8981\\u7684\\u4eba\\u985e\\u611f\\u5b98\\u53ca\\u80fd\\u529b\\u70ba:A.\\u81ea\\u5df1\\u53c3\\u52a0\\u9700\\u8981\\u7684\\u80fd\\u529b\\uff1a\\u60f3\\u50cf\\u529b\\u3001\\u8a9e\\u8a00\\u3001\\u8868\\u9054\\u529b\\uff1b\\u900f\\u904e\\u8996\\u89ba\\u3001\\u807d\\u89ba\\u3001\\u540c\\u7406\\u5fc3\\u4f86\\u50be\\u807d\\uff1bB.\\u5718\\u9ad4\\u6d3b\\u52d5\\u90e8\\u5206\\u9700\\u8981\\u7684\\u80fd\\u529b\\uff1a\\u6642\\u9593\\u611f \\u908f\\u8f2f\\u601d\\u8003\\u3001\\u81ea\\u5df1\\u8207\\u4ed6\\u4eba\\u5728\\u7a7a\\u9593\\u4e2d\\u7684\\u4fe1\\u4efb\\u95dc\\u4fc2\\u3001\\u4e0d\\u9069\\u611f\\u3002C.\\u76f8\\u5c0d\\u4e0d\\u91cd\\u8981\\uff1a\\u75db\\u89ba\\u3001\\u7bc0\\u594f\\u611f\\u3001\\u97f3\\u6a02\\u80fd\\u529b\\u3001\\u55c5\\u89ba\\u3001\\u6578\\u5b78\\u80fd\\u529b\\u3001\\u5473\\u89ba\\u3001\\u5e73\\u8861\\u611f\\u3001\\u89f8\\u89ba\\u3001\\u98e2\\u9913\\u611f\\/\\u98fd\\u8db3\\u611f\\u3001\\u767c\\u554f\\u80fd\\u529b\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":6,\"triggeredfrom\":\"forum_add_new_post\"}',1698476171,'web','111.241.135.133',NULL),(5617,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',74,'c',2,72,70,33,11,2,NULL,0,'{\"discussionid\":6,\"forumid\":9,\"forumtype\":\"single\"}',1698476171,'web','111.241.135.133',NULL),(5618,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,11,2,NULL,0,'null',1698476171,'web','111.241.135.133',NULL),(5619,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1698476198,'web','111.241.135.133',NULL),(5620,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,11,2,NULL,0,'null',1698476205,'web','111.241.135.133',NULL),(5621,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,11,2,NULL,0,'null',1698476227,'web','111.241.135.133',NULL),(5622,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,11,2,NULL,0,'null',1698476240,'web','111.241.135.133',NULL),(5623,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,11,2,NULL,0,'null',1698476250,'web','111.241.135.133',NULL),(5624,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',74,'c',2,72,70,33,11,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\"><span><span style=\\\"font-weight: bold;\\\">1.\\u95b1\\u8b80\\uff1a<\\/span>\\u8303\\u6d69\\u6c99\\uff0c\\u3008\\u4ec0\\u9ebc\\u662f\\u65e5\\u5e38\\u795e\\u5b78\\uff1f\\u57fa\\u7763\\u5f92\\u61c9\\u8a72\\u5982\\u4f55\\u95b1\\u8b80\\u6587\\u5316\\u3009\\uff08\\u4e0b\\uff09\\uff1a\\u6211\\u8b80\\u5b8c\\u6587\\u7ae0\\u4e86<br>\\r\\n\\u554f\\u984c\\uff1a\\u6bcf\\u500b\\u4eba\\u7684\\u80cc\\u666f\\u90fd\\u4e0d\\u540c\\uff0c\\u8a6e\\u91cb\\u4e5f\\u53ef\\u80fd\\u4e0d\\u540c\\uff0c\\u4f9d\\u64da\\u57fa\\u7763\\u4fe1\\u4ef0\\u7684\\u773c\\u5149\\u95b1\\u8b80\\u6587\\u5316\\uff0c\\u9664\\u4e86\\u8207\\u795e\\u76f8\\u89aa\\u900f\\u904e\\u8056\\u9748\\u7684\\u63d0\\u9192\\u8fa8\\u8b58\\u81ea\\u5df1\\u4f7f\\u5426\\u6709\\u504f\\u9817\\uff0c\\u9084\\u6709\\u4ec0\\u9ebc\\u65b9\\u6cd5\\u662f\\u53ef\\u4ee5\\u63d0\\u9192\\u6211\\u5011\\u7559\\u610f\\u6211\\u5011\\u81ea\\u5df1\\u5c0d\\u6587\\u5316\\u7684\\u8a6e\\u91cb\\uff1f\\u662f\\u7267\\u8005\\uff1f\\u82e5\\u81ea\\u5df1\\u672c\\u8eab\\u5c31\\u662f\\u7267\\u8005\\uff1f\\u5982\\u4f55\\u627e\\u5230\\u81ea\\u5df1\\u7684\\u5c6c\\u9748\\u906e\\u84cb\\uff1f<br><strong>\\r\\n2.\\u601d\\u8003\\uff1a<\\/strong><\\/span>\\u671f\\u672b\\u5831\\u544a:A. G.E.M.\\u9127\\u7d2b\\u68cb\\u3010\\u5553\\u793a\\u9304\\u3011Official MV\\u3002B.\\u300a\\u771f\\u5584\\u7f8e\\u300b\\uff08The Sound of Music\\uff09C. \\u9f8d\\u5dd6\\u5f62\\u8c61\\u5ee3\\u544a\\u5f71\\u7247\\uff5cWhat Is Your Legacy\\uff5c \\u9019\\u4e00\\u751f\\uff0c\\u4f60\\u60f3\\u6d3b\\u4e0b\\u4ec0\\u9ebc\\u3002<br><strong>\\r\\n3.\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a\\uff1a<\\/strong>\\u6211\\u89c0\\u5bdf\\u7684\\u805a\\u6703\\u662f\\u6559\\u6703\\u67d0\\u6b21\\u7684\\u7267\\u990a\\u79b1\\u544a\\u6703\\u53ca\\u8b1b\\u5ea7\\uff0c\\u7576\\u5929\\u7684\\u8b70\\u984c\\u662f\\u300c\\u4eba\\u969b\\u66f4\\u65b0\\uff0d\\u7e3d\\u8981\\u76e1\\u529b\\u8207\\u773e\\u4eba\\u548c\\u7766\\u300d\\uff0c\\u5e36\\u9818\\u8005\\u5148\\u7528\\u6d3b\\u52d5\\u5f15\\u5c0e\\uff0c\\u53c3\\u52a0\\u4eba\\u54e1\\u5c0d\\u6d3b\\u52d5\\u90fd\\u76f8\\u7576\\u6295\\u5165\\uff0c\\u800c\\u4e14\\u6a02\\u65bc\\u5206\\u4eab\\u8868\\u9054\\u81ea\\u5df1\\u7684\\u770b\\u898b\\uff0c\\u6211\\u89ba\\u5f97\\u9019\\u7fa4\\u4eba\\u5c31\\u50cf\\u4e00\\u500b\\u5927\\u5bb6\\u5ead\\uff0c\\u53c3\\u52a0\\u8005\\u53ef\\u80fd\\u662f\\u5bb6\\u5ead\\u4e2d\\u6709\\u80fd\\u529b\\u7684\\u5bb6\\u5ead\\u6210\\u54e1\\uff1b\\u900f\\u904e\\u6d3b\\u52d5\\u5f8c\\u7684\\u5927\\u5206\\u4eab\\uff0c\\u6211\\u767c\\u73fe\\u9019\\u7fa4\\u4eba\\u57fa\\u672c\\u4e0a\\u5728\\u5718\\u9ad4\\uff08\\u5bb6\\u5ead\\uff09\\u4e2d\\u5fc5\\u9808\\u7528\\u81ea\\u5df1\\u80fd\\u529b\\u5e6b\\u52a9\\u5176\\u4ed6\\u6210\\u54e1\\u7684\\u7684\\u5bb6\\u4eba\\uff0c\\u6240\\u4ee5\\u5728\\u5e73\\u65e5\\u751f\\u6d3b\\u4e2d\\u53ef\\u80fd\\u6709\\u6b61\\u6a02\\u3001\\u559c\\u6a02(\\u6b63\\u5411)\\u3001\\u4e5f\\u6709\\u5931\\u843d\\u53ca\\u4e7e\\u6e34(\\u8ca0\\u5411)\\u3002\\u6240\\u4ee5\\u5728\\u6211\\u770b\\u4f86\\u9019\\u7fa4\\u4eba\\u5728\\u5bb6\\u5ead\\u4e2d\\u662f\\u76f8\\u5c0d\\u6709\\u80fd\\u529b\\u7684\\u5bb6\\u4eba\\uff0c\\u4ed6\\u5011\\u9700\\u8981\\u5e6b\\u52a9\\u90a3\\u4e9b\\u9019\\u7fa4\\u9ad4\\u5916\\u7684\\u4eba\\uff0c\\u800c\\u7fa4\\u9ad4\\u5916\\u9700\\u8981\\u5e6b\\u52a9\\u7684\\u4eba\\u5c31\\u662f\\u5728\\u5bb6\\u4e2d\\u9700\\u8981\\u7167\\u9867\\u7684\\u4eba\\uff0c\\u6216\\u662f\\u5728\\u57f9\\u990a\\u751f\\u6d3b\\u6280\\u80fd\\u7684\\u5bb6\\u4eba\\uff0c\\u5e0c\\u671b\\u80fd\\u900f\\u904e\\u81ea\\u5df1\\u7684\\u80fd\\u529b\\u5e6b\\u52a9\\u5176\\u4ed6\\u5bb6\\u4eba\\u8ddf\\u4e0a\\u5bb6\\u5ead\\u751f\\u6d3b\\u7684\\u8173\\u6b65\\u3002<br>\\r\\n\\u6211\\u4e5f\\u89c0\\u5bdf\\u5230\\u5e36\\u9818\\u8005\\u900f\\u904e\\u6d3b\\u52d5\\u8a2d\\u8a08\\u5f15\\u5c0e\\u53c3\\u52a0\\u8005\\u5be6\\u969b\\u53c3\\u8207\\u3001\\u900f\\u904e\\u6d3b\\u52d5\\u7d93\\u9a57\\u655e\\u958b\\u81ea\\u5df1\\u7684\\u60f3\\u6cd5\\uff0c\\u5f9e\\u4e2d\\u767c\\u73fe\\u81ea\\u5df1\\u7684\\u9577\\u8655\\uff0c\\u80af\\u5b9a\\u4e26\\u589e\\u5f37\\u81ea\\u5df1\\u7684\\u80fd\\u529b\\uff0c\\u9032\\u4e00\\u6b65\\u611f\\u53d7\\u5230\\u5bb6\\u5ead\\u662f\\u4e00\\u500b\\u7fa4\\u9ad4\\uff0c\\u4ee5\\u5efa\\u7acb\\u5bb6\\u5ead\\u652f\\u6301\\u7cfb\\u7d71\\u3002\\u6574\\u9ad4\\u800c\\u8a00\\uff0c\\u6d3b\\u52d5\\u5f8c\\u6bcf\\u500b\\u4eba\\u80fd\\u611f\\u53d7\\u5230\\u81ea\\u5df1\\u662f\\u6709\\u80fd\\u529b\\u7684\\uff0c\\u53ea\\u662f\\u80fd\\u529b\\u7684\\u65b9\\u5411\\u4e0d\\u540c\\uff1b\\u900f\\u904e\\u4e92\\u76f8\\u5206\\u4eab\\u3001\\u80af\\u5b9a\\uff0c\\u6216\\u8a31\\u80fd\\u627e\\u5230\\u76f8\\u540c\\u9ede\\u6216\\u8a31\\u80fd\\u627e\\u5230\\u5c0d\\u81ea\\u5df1\\u7684\\u8a8d\\u540c\\u3002\\u56e0\\u6b64\\uff0c\\u6574\\u500b\\u805a\\u6703\\u50b3\\u905e\\u7684\\u65b9\\u5f0f\\u662f\\u6eab\\u6696\\u7684\\u3001\\u652f\\u6301\\u7684\\u3001\\u80af\\u5b9a\\u7684\\u3001\\u8a8d\\u540c\\u7684\\u3002\\u7d50\\u675f\\u524d\\u4e5f\\u900f\\u904e\\u8056\\u7d93\\u4e2d\\u7684\\u6559\\u5c0e\\uff0c\\u63d0\\u4f9b\\u53ef\\u4ee5\\u53c3\\u8003\\u7684\\u7bc4\\u4f8b\\u4f86\\u5f15\\u5c0e\\u53c3\\u52a0\\u8005\\u601d\\u8003\\u672a\\u4f86\\u7684\\u65b9\\u5411\\uff0c\\u5982\\u8036\\u7a4c\\u5c0d\\u6492\\u746a\\u5229\\u4e9e\\u5a66\\u4eba\\u7684\\u6559\\u5c0e\\uff0c\\u5f9e\\u8036\\u7a4c\\u8eab\\u4e0a\\u5b78\\u7fd2\\u5982\\u4f55\\u5e6b\\u52a9\\u5bb6\\u4eba\\u3002<br>\\r\\n\\u6211\\u89c0\\u5bdf\\u5230\\u53c3\\u52a0\\u9019\\u500b\\u805a\\u6703\\u9700\\u8981\\u7684\\u4eba\\u985e\\u611f\\u5b98\\u53ca\\u80fd\\u529b\\u70ba:A.\\u81ea\\u5df1\\u53c3\\u52a0\\u9700\\u8981\\u7684\\u80fd\\u529b\\uff1a\\u60f3\\u50cf\\u529b\\u3001\\u8a9e\\u8a00\\u3001\\u8868\\u9054\\u529b\\uff1b\\u900f\\u904e\\u8996\\u89ba\\u3001\\u807d\\u89ba\\u3001\\u540c\\u7406\\u5fc3\\u4f86\\u50be\\u807d\\uff1bB.\\u5718\\u9ad4\\u6d3b\\u52d5\\u90e8\\u5206\\u9700\\u8981\\u7684\\u80fd\\u529b\\uff1a\\u6642\\u9593\\u611f \\u908f\\u8f2f\\u601d\\u8003\\u3001\\u81ea\\u5df1\\u8207\\u4ed6\\u4eba\\u5728\\u7a7a\\u9593\\u4e2d\\u7684\\u4fe1\\u4efb\\u95dc\\u4fc2\\u3001\\u4e0d\\u9069\\u611f\\u3002C.\\u76f8\\u5c0d\\u4e0d\\u91cd\\u8981\\uff1a\\u75db\\u89ba\\u3001\\u7bc0\\u594f\\u611f\\u3001\\u97f3\\u6a02\\u80fd\\u529b\\u3001\\u55c5\\u89ba\\u3001\\u6578\\u5b78\\u80fd\\u529b\\u3001\\u5473\\u89ba\\u3001\\u5e73\\u8861\\u611f\\u3001\\u89f8\\u89ba\\u3001\\u98e2\\u9913\\u611f\\/\\u98fd\\u8db3\\u611f\\u3001\\u767c\\u554f\\u80fd\\u529b\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":\"6\",\"triggeredfrom\":\"forum_update_post\"}',1698476296,'web','111.241.135.133',NULL),(5625,'\\mod_forum\\event\\post_updated','mod_forum','updated','post','forum_posts',74,'u',2,72,70,33,11,2,11,0,'{\"discussionid\":6,\"forumid\":9,\"forumtype\":\"single\"}',1698476296,'web','111.241.135.133',NULL),(5626,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,11,2,NULL,0,'null',1698476296,'web','111.241.135.133',NULL),(5627,'\\core\\event\\notification_sent','core','sent','notification','notifications',594,'c',0,1,10,0,11,0,11,0,'{\"courseid\":\"2\"}',1698479826,'cli',NULL,NULL),(5628,'\\core\\event\\notification_sent','core','sent','notification','notifications',595,'c',0,1,10,0,11,0,13,0,'{\"courseid\":\"2\"}',1698479830,'cli',NULL,NULL),(5629,'\\core\\event\\notification_sent','core','sent','notification','notifications',596,'c',0,1,10,0,11,0,16,0,'{\"courseid\":\"2\"}',1698479833,'cli',NULL,NULL),(5630,'\\core\\event\\notification_sent','core','sent','notification','notifications',597,'c',0,1,10,0,11,0,2,0,'{\"courseid\":\"2\"}',1698479836,'cli',NULL,NULL),(5631,'\\core\\event\\notification_sent','core','sent','notification','notifications',598,'c',0,1,10,0,11,0,14,0,'{\"courseid\":\"2\"}',1698479839,'cli',NULL,NULL),(5632,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698528597,'web','147.92.179.119',NULL),(5633,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698529418,'web','36.99.136.137',NULL),(5634,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698529419,'web','36.99.136.128',NULL),(5635,'\\core\\event\\notification_sent','core','sent','notification','notifications',599,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1698585066,'cli',NULL,NULL),(5636,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698591401,'web','221.216.117.185',NULL),(5637,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1698591409,'web','221.216.117.185',NULL),(5638,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1698591410,'web','221.216.117.185',NULL),(5639,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1698591412,'web','221.216.117.185',NULL),(5640,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,23,2,NULL,0,'null',1698591423,'web','221.216.117.185',NULL),(5641,'\\core\\event\\notification_sent','core','sent','notification','notifications',600,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1698591425,'cli',NULL,NULL),(5642,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698594569,'web','221.216.117.185',NULL),(5643,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698618633,'web','3.251.246.185',NULL),(5644,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698630852,'web','36.99.136.137',NULL),(5645,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698630853,'web','36.99.136.129',NULL),(5646,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1698632812,'web','122.118.42.39',NULL),(5647,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1698632812,'web','122.118.42.39',NULL),(5648,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,20,2,NULL,0,'null',1698632815,'web','122.118.42.39',NULL),(5649,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,20,2,NULL,0,'null',1698632841,'web','122.118.42.39',NULL),(5650,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1698632866,'web','122.118.42.39',NULL),(5651,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,20,2,NULL,0,'null',1698632877,'web','122.118.42.39',NULL),(5652,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698632899,'web','122.118.42.39',NULL),(5653,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698633235,'web','73.219.6.51',NULL),(5654,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1698633239,'web','73.219.6.51',NULL),(5655,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1698633239,'web','73.219.6.51',NULL),(5656,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698633242,'web','73.219.6.51',NULL),(5657,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698633244,'web','123.51.236.100',NULL),(5658,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698633279,'web','73.219.6.51',NULL),(5659,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698633288,'web','73.219.6.51',NULL),(5660,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',12,'c',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698633296,'restore','73.219.6.51',NULL),(5661,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698633296,'restore','73.219.6.51',NULL),(5662,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',75,'c',2,74,70,35,2,2,NULL,0,'{\"content\":\"<p dir=\\\"ltr\\\">\\u95b1\\u8b80\\u5b8c (a) \\u8303\\u6d69\\u6c99\\uff0c\\u3008\\u4ec0\\u9ebc\\u662f\\u65e5\\u5e38\\u795e\\u5b78\\uff1f\\u57fa\\u7763\\u5f92\\u70ba\\u4f55\\u61c9\\u8a72\\u95b1\\u8b80\\u6587\\u5316\\u3009\\uff08\\u4e0a\\uff09 \\u8207 <span style=\\\"font-size: 0.9375rem;\\\">(b) \\u6797\\u97e1\\u627f\\uff0c\\u3008\\u300a\\u5bc4\\u751f\\u4e0a\\u6d41\\u300b\\u2014\\u2014\\u7b11\\u8457\\u7b11\\u8457\\u5c31\\u54ed\\u4e86\\u3009\\u4e4b\\u5f8c\\uff0c\\u5728\\u4ee5\\u4e0b\\u8a0e\\u8ad6\\u5340\\u4e2d\\u56de\\u8986\\u300c\\u6211\\u8b80\\u5b8c\\u5169\\u7bc7\\u6587\\u7ae0\\u4e86\\u300d\\u3002<\\/span><\\/p><p dir=\\\"ltr\\\">\\u4e0d\\u9808\\u63d0\\u51fa\\u5fc3\\u5f97\\u6216\\u554f\\u984c\\uff0c\\u4f46\\u82e5\\u6709\\u95b1\\u8b80\\u4e0a\\u7684\\u554f\\u984c\\uff0c\\u6b61\\u8fce\\u5728\\u7559\\u8a00\\u4e2d\\u767c\\u554f\\u3002<br><\\/p><p dir=\\\"ltr\\\">\\u7e73\\u4ea4\\u671f\\u9650\\uff1a\\u8ab2\\u524d24\\u5c0f\\u6642\\u767c\\u8868\\uff08\\u5373 10\\/25 \\u665a\\u4e0a 7:00 \\u524d\\uff09<\\/p>\\n<p dir=\\\"ltr\\\">\\uff08\\u9ede\\u9078\\u53f3\\u4e0b\\u89d2\\u300c\\u56de\\u8986\\u300d\\uff09<\\/p><br>\\n<p><\\/p>\",\"pathnamehashes\":[],\"discussionid\":7,\"triggeredfrom\":\"forum_add_discussion\"}',1698633296,'restore','73.219.6.51',NULL),(5663,'\\core\\event\\course_module_created','core','created','course_module','course_modules',35,'c',1,74,70,35,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"10\",\"name\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 (\\u8907\\u88fd)\"}',1698633296,'web','73.219.6.51',NULL),(5664,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',35,'u',1,74,70,35,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"10\",\"name\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1698633307,'web','73.219.6.51',NULL),(5665,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698633307,'web','73.219.6.51',NULL),(5666,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698633312,'web','73.219.6.51',NULL),(5667,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',35,'u',1,74,70,35,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"10\",\"name\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1698633312,'web','73.219.6.51',NULL),(5668,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,2,2,NULL,0,'null',1698633314,'web','73.219.6.51',NULL),(5669,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1698633477,'web','73.219.6.51',NULL),(5670,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698633477,'web','73.219.6.51',NULL),(5671,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698633477,'web','73.219.6.51',NULL),(5672,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698633477,'web','73.219.6.51',NULL),(5673,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698633477,'web','73.219.6.51',NULL),(5674,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698633477,'web','73.219.6.51',NULL),(5675,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698633477,'web','73.219.6.51',NULL),(5676,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1698633477,'web','73.219.6.51',NULL),(5677,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',35,'u',1,74,70,35,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"10\",\"name\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1698633478,'web','73.219.6.51',NULL),(5678,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698633479,'web','73.219.6.51',NULL),(5679,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698633482,'web','73.219.6.51',NULL),(5680,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',35,'u',1,74,70,35,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"10\",\"name\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1698633482,'web','73.219.6.51',NULL),(5681,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698633485,'web','73.219.6.51',NULL),(5682,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,2,2,NULL,0,'null',1698633488,'web','73.219.6.51',NULL),(5683,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,20,2,NULL,0,'null',1698633498,'web','122.118.42.39',NULL),(5684,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',11,'r',0,41,30,11,2,0,11,0,'null',1698633539,'web','73.219.6.51',NULL),(5685,'\\core\\event\\user_loggedinas','core','loggedinas','user','user',2,'r',0,1,10,0,2,0,11,0,'{\"originalusername\":\"\\u8ab2\\u7a0b\\u7ba1\\u7406\\u54e1 Admin\",\"loggedinasusername\":\"\\u5f35 \\u5fd7\\u541b\"}',1698633541,'web','73.219.6.51',2),(5686,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1698633545,'web','73.219.6.51',2),(5687,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1698633547,'web','73.219.6.51',2),(5688,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,11,2,NULL,0,'null',1698633551,'web','73.219.6.51',2),(5689,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',76,'c',2,74,70,35,11,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">1.\\u95b1\\u8b80\\uff1a\\u8303\\u6d69\\u6c99\\uff0c\\u3008\\u4ec0\\u9ebc\\u662f\\u65e5\\u5e38\\u795e\\u5b78\\uff1f\\u57fa\\u7763\\u5f92\\u61c9\\u8a72\\u5982\\u4f55\\u95b1\\u8b80\\u6587\\u5316\\u3009\\uff08\\u4e0b\\uff09\\uff1a\\u6211\\u8b80\\u5b8c\\u6587\\u7ae0\\u4e86<br \\/>\\n<br \\/>\\n\\u554f\\u984c\\uff1a\\u6bcf\\u500b\\u4eba\\u7684\\u80cc\\u666f\\u90fd\\u4e0d\\u540c\\uff0c\\u8a6e\\u91cb\\u4e5f\\u53ef\\u80fd\\u4e0d\\u540c\\uff0c\\u4f9d\\u64da\\u57fa\\u7763\\u4fe1\\u4ef0\\u7684\\u773c\\u5149\\u95b1\\u8b80\\u6587\\u5316\\uff0c\\u9664\\u4e86\\u8207\\u795e\\u76f8\\u89aa\\u900f\\u904e\\u8056\\u9748\\u7684\\u63d0\\u9192\\u8fa8\\u8b58\\u81ea\\u5df1\\u4f7f\\u5426\\u6709\\u504f\\u9817\\uff0c\\u9084\\u6709\\u4ec0\\u9ebc\\u65b9\\u6cd5\\u662f\\u53ef\\u4ee5\\u63d0\\u9192\\u6211\\u5011\\u7559\\u610f\\u6211\\u5011\\u81ea\\u5df1\\u5c0d\\u6587\\u5316\\u7684\\u8a6e\\u91cb\\uff1f\\u662f\\u7267\\u8005\\uff1f\\u82e5\\u81ea\\u5df1\\u672c\\u8eab\\u5c31\\u662f\\u7267\\u8005\\uff1f\\u5982\\u4f55\\u627e\\u5230\\u81ea\\u5df1\\u7684\\u5c6c\\u9748\\u906e\\u84cb\\uff1f<br \\/>\\n<br \\/>\\n2.\\u601d\\u8003\\uff1a\\u671f\\u672b\\u5831\\u544a:A. G.E.M.\\u9127\\u7d2b\\u68cb\\u3010\\u5553\\u793a\\u9304\\u3011Official MV\\u3002B.\\u300a\\u771f\\u5584\\u7f8e\\u300b\\uff08The Sound of Music\\uff09C. \\u9f8d\\u5dd6\\u5f62\\u8c61\\u5ee3\\u544a\\u5f71\\u7247\\uff5cWhat Is Your Legacy\\uff5c \\u9019\\u4e00\\u751f\\uff0c\\u4f60\\u60f3\\u6d3b\\u4e0b\\u4ec0\\u9ebc\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":7,\"triggeredfrom\":\"forum_add_new_post\"}',1698633563,'web','73.219.6.51',2),(5690,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',76,'c',2,74,70,35,11,2,NULL,0,'{\"discussionid\":7,\"forumid\":10,\"forumtype\":\"single\"}',1698633563,'web','73.219.6.51',2),(5691,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',65,'c',2,74,70,35,11,2,11,0,'{\"forumid\":10,\"discussion\":7}',1698633563,'web','73.219.6.51',2),(5692,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,11,2,NULL,0,'null',1698633563,'web','73.219.6.51',2),(5693,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,11,2,NULL,0,'null',1698633579,'web','73.219.6.51',2),(5694,'\\core\\event\\user_loggedout','core','loggedout','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"sessionid\":\"9u6t3i0fgd0oo5d3e684nidgeh\"}',1698633586,'web','73.219.6.51',NULL),(5695,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1698633589,'web','73.219.6.51',NULL),(5696,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698633589,'web','73.219.6.51',NULL),(5697,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698633611,'web','73.219.6.51',NULL),(5698,'\\core\\event\\course_section_created','core','created','course_section','course_sections',10,'c',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":8}',1698633619,'web','73.219.6.51',NULL),(5699,'\\core\\event\\course_section_deleted','core','deleted','course_section','course_sections',10,'d',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"8\",\"sectionname\":\"\\u4e3b\\u984c 8\"}',1698633624,'web','73.219.6.51',NULL),(5700,'\\core\\event\\course_module_created','core','created','course_module','course_modules',36,'c',1,75,70,36,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":20,\"name\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u95b1\\u8b80\\uff1a\\u3008\\u4ec0\\u9ebc\\u662f\\u65e5\\u5e38\\u795e\\u5b78\\uff1f\\u57fa\\u7763\\u5f92\\u61c9\\u8a72\\u5982\\u4f55\\u95b1\\u8b80\\u6587\\u5316\\u3009\\uff08\\u4e0b\\uff09\"}',1698633671,'web','73.219.6.51',NULL),(5701,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698633671,'web','73.219.6.51',NULL),(5702,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698633685,'web','73.219.6.51',NULL),(5703,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698633993,'web','49.229.185.54',NULL),(5704,'\\core\\event\\notification_sent','core','sent','notification','notifications',601,'c',0,1,10,0,11,0,11,0,'{\"courseid\":\"2\"}',1698637207,'cli',NULL,NULL),(5705,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698639036,'web','218.211.169.180',NULL),(5706,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698643835,'web','61.219.81.66',NULL),(5707,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698643836,'web','34.105.37.64',NULL),(5708,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1698643841,'web','61.219.81.66',NULL),(5709,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1698643841,'web','61.219.81.66',NULL),(5710,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1698643843,'web','61.219.81.66',NULL),(5711,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,6,2,NULL,0,'null',1698643849,'web','61.219.81.66',NULL),(5712,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,6,2,NULL,0,'null',1698643866,'web','61.219.81.66',NULL),(5713,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,6,2,NULL,0,'null',1698643869,'web','61.219.81.66',NULL),(5714,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,6,2,NULL,0,'null',1698643877,'web','61.219.81.66',NULL),(5715,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,6,2,NULL,0,'null',1698643881,'web','61.219.81.66',NULL),(5716,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,6,2,NULL,0,'null',1698643881,'web','61.219.81.66',NULL),(5717,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,6,2,NULL,0,'null',1698644085,'web','36.226.170.69',NULL),(5718,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698649813,'web','124.64.23.173',NULL),(5719,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1698649818,'web','124.64.23.173',NULL),(5720,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1698649818,'web','124.64.23.173',NULL),(5721,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1698649821,'web','124.64.23.173',NULL),(5722,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,23,2,NULL,0,'null',1698649826,'web','124.64.23.173',NULL),(5723,'\\core\\event\\notification_sent','core','sent','notification','notifications',602,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1698649866,'cli',NULL,NULL),(5724,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',7,'r',2,74,70,35,23,2,NULL,0,'null',1698649875,'web','124.64.23.173',NULL),(5725,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',7,'r',2,74,70,35,23,2,NULL,0,'null',1698649899,'web','124.64.23.173',NULL),(5726,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,23,2,NULL,0,'null',1698649942,'web','124.64.23.173',NULL),(5727,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,23,2,NULL,0,'null',1698649947,'web','124.64.23.173',NULL),(5728,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698650098,'web','123.193.70.68',NULL),(5729,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1698650110,'web','123.193.70.68',NULL),(5730,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,5,1,NULL,0,'null',1698650111,'web','123.193.70.68',NULL),(5731,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1698650113,'web','123.193.70.68',NULL),(5732,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,5,2,NULL,0,'null',1698650127,'web','123.193.70.68',NULL),(5733,'\\core\\event\\notification_sent','core','sent','notification','notifications',603,'c',0,1,10,0,0,0,5,0,'{\"courseid\":\"1\"}',1698650165,'cli',NULL,NULL),(5734,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1698650173,'web','61.219.81.66',NULL),(5735,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698650174,'web','34.145.227.243',NULL),(5736,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1698650174,'web','61.219.81.66',NULL),(5737,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,6,2,NULL,0,'null',1698650185,'web','61.219.81.66',NULL),(5738,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,6,2,NULL,0,'null',1698650267,'web','61.219.81.66',NULL),(5739,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698651426,'web','111.243.88.160',NULL),(5740,'\\core\\event\\user_loggedin','core','loggedin','user','user',4,'r',0,1,10,0,4,0,NULL,0,'{\"username\":\"stellah1978@gmail.com\",\"extrauserinfo\":[]}',1698651432,'web','111.243.88.160',NULL),(5741,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,4,1,NULL,0,'null',1698651432,'web','111.243.88.160',NULL),(5742,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,4,2,NULL,0,'null',1698651433,'web','111.243.88.160',NULL),(5743,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,4,2,NULL,0,'null',1698651450,'web','111.243.88.160',NULL),(5744,'\\core\\event\\notification_sent','core','sent','notification','notifications',604,'c',0,1,10,0,0,0,4,0,'{\"courseid\":\"1\"}',1698651486,'cli',NULL,NULL),(5745,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,4,2,NULL,0,'null',1698651639,'web','111.243.88.160',NULL),(5746,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,4,2,NULL,0,'null',1698651643,'web','111.243.88.160',NULL),(5747,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698652064,'web','111.83.107.13',NULL),(5748,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1698652078,'web','111.83.107.13',NULL),(5749,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1698652078,'web','111.83.107.13',NULL),(5750,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',77,'c',2,72,70,33,5,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u6211\\u662f\\u4f86\\u81eamama07\\u661f\\u7403\\u7684\\u4eba\\uff0c\\u4eca\\u5929\\u5230\\u4e86\\u5730\\u7403\\u4e0a\\u7684\\u4e00\\u500b\\u5c0f\\u5c0f\\u7684\\u6d77\\u5cf6\\uff0c\\u5cf6\\u5317\\u90e8\\u6709\\u4e00\\u9593\\u6559\\u6703\\uff0c\\u6211\\u53c3\\u52a0\\u4e86\\u661f\\u671f\\u516d\\u665a\\u4e0a\\u7684\\u805a\\u6703\\uff0c\\u53c3\\u52a0\\u805a\\u6703\\u7684\\u4eba\\u5927\\u698210\\u4f4d\\u5de6\\u53f3\\uff0c\\u9664\\u4e86\\u4e09\\u4f4d\\u8a00\\u8a9e\\u884c\\u70ba\\u8f03\\u70ba\\u6210\\u719f\\u7684\\u5730\\u7403\\u4eba\\u5916\\uff0c\\u5176\\u4ed6\\u7684\\u4eba\\u770b\\u8d77\\u4f86\\u90fd\\u6eff\\u5e74\\u8f15\\u7684\\uff0c\\u6211\\u76ee\\u6e2c\\u5927\\u7d04\\u662f15\\u6b72\\u5de6\\u53f3\\u3002\\u9019\\u500b\\u7fa4\\u9ad4\\u7684\\u4eba\\u5f7c\\u6b64\\u90fd\\u5f88\\u719f\\u6089\\uff0c\\u4e5f\\u6709\\u5718\\u9ad4\\u7684\\u9ed8\\u5951\\uff0c\\u4f8b\\u5982\\u7a81\\u7136\\u4e4b\\u9593\\u6703\\u958b\\u59cb\\u9ad8\\u8072\\u5c16\\u53eb\\u500b\\u5e7e\\u8072\\uff0c\\u7136\\u5f8c\\u76f8\\u8996\\u800c\\u7b11\\uff0c\\u63a5\\u8457\\u770b\\u8d77\\u4f86\\u5e74\\u7d00\\u7a0d\\u5927\\u7684\\u4eba\\uff08\\u5e74\\u8f15\\u4eba\\u53eb\\u4ed6\\u5011\\u300c\\u8f14\\u5c0e\\u300d\\uff09\\u5c31\\u6703\\u7b11\\u8457\\u8aaa\\uff1a\\u300c\\u6211\\u9084\\u4ee5\\u70ba\\u6211\\u4f86\\u5230\\u7334\\u5712\\u54a7\\uff01\\u300d\\u9019\\u4e9b\\u5e74\\u8f15\\u4eba\\u7576\\u4e2d\\u4e5f\\u6709\\u4e00\\u4e9b\\u4eba\\u662f\\u5144\\u5f1f\\u59d0\\u59b9\\u7684\\u95dc\\u4fc2\\uff0c\\u56e0\\u6b64\\u5c31\\u7b97\\u4e0d\\u662f\\u6bcf\\u500b\\u4eba\\u90fd\\u6709\\u8840\\u7de3\\u95dc\\u4fc2\\uff0c\\u4f46\\u662f\\u4e5f\\u6703\\u4ee5\\u5144\\u5f1f\\u59d0\\u59b9\\u4f86\\u7a31\\u547c\\u5f7c\\u6b64\\u3002\\u6211\\u9084\\u89c0\\u5bdf\\u5230\\u4ed6\\u5011\\u6709\\u4e00\\u7a2e\\u53eb\\u540d\\u5b57\\u7684\\u9ed8\\u5951\\uff0c\\u5c31\\u662f\\u6703\\u4ee5\\u540d\\u5b57\\u4e2d\\u7684\\u300c\\u55ae\\u5b57\\u300d\\u4f86\\u7a31\\u547c\\uff0c\\u5c31\\u7b97\\u53ea\\u6709\\u4e00\\u500b\\u5b57\\uff0c\\u5f7c\\u6b64\\u4e4b\\u9593\\u90fd\\u6709\\u9ed8\\u5951\\u77e5\\u9053\\u662f\\u5728\\u53eb\\u81ea\\u5df1\\uff0c\\u771f\\u6709\\u610f\\u601d\\u3002<br \\/>\\n \\u5c0d\\u65bc\\u6211\\u9019\\u500b\\u5916\\u4f86\\u8005\\uff0c\\u4ed6\\u5011\\u597d\\u50cf\\u5df2\\u7d93\\u5f88\\u7fd2\\u6163\\u4e86\\uff0c\\u800c\\u4e14\\u9084\\u6703\\u4e3b\\u52d5\\u5206\\u914d\\u8ab0\\u61c9\\u8a72\\u8981\\u4f86\\u95dc\\u5fc3\\u6211\\uff0c\\u800c\\u4e14\\u6703\\u5e6b\\u6211\\u7559\\u4e00\\u500b\\u4f4d\\u7f6e\\uff0c\\u4e26\\u4e14\\u71b1\\u5fc3\\u5730\\u5e36\\u6211\\u8a8d\\u8b58\\u74b0\\u5883\\u3002\\u4e5f\\u56e0\\u70ba\\u4ed6\\u5011\\u5927\\u591a\\u4f4f\\u5728\\u6559\\u6703\\u9644\\u8fd1\\uff0c\\u6240\\u4ee5\\u8aaa\\u5230\\u4ec0\\u9ebc\\u5e97\\u5bb6\\u4ed6\\u5011\\u90fd\\u5f88\\u719f\\u6089\\uff0c\\u7576\\u4ed6\\u5011\\u770b\\u5230\\u6211\\u96e3\\u4ee5\\u878d\\u5165\\u8a71\\u984c\\u6642\\uff0c\\u9084\\u6703\\u6709\\u4eba\\u4e3b\\u52d5\\u8ddf\\u6211\\u89e3\\u91cb\\u9019\\u5bb6\\u5e97\\u5728\\u54ea\\u88e1\\uff0c\\u751a\\u81f3\\u9084\\u6703\\u7d04\\u6211\\u627e\\u500b\\u6642\\u9593\\u53bb\\u90a3\\u4e9b\\u9910\\u5ef3\\u5403\\u98ef\\u3002\\u805a\\u6703\\u5f8c\\u6703\\u662f\\u5206\\u5c0f\\u7d44\\u7684\\u6642\\u9593\\uff0c\\u5728\\u5206\\u5c0f\\u7d44\\u7684\\u6642\\u5019\\u4ed6\\u5011\\u4e5f\\u6703\\u804a\\u5230\\u9694\\u5929\\u6709\\u5152\\u7ae5\\u4e3b\\u65e5\\u5b78\\u7684\\u5de5\\u4f5c\\uff0c\\u6709\\u7684\\u4eba\\u662f\\u5c08\\u9580\\u64cd\\u4f5c\\u96fb\\u8166\\uff0c\\u6709\\u7684\\u4eba\\u662f\\u8981\\u5e36\\u5c0f\\u670b\\u53cb\\u8a8d\\u8b58\\u4e0d\\u540c\\u7684\\u570b\\u5bb6\\uff0c\\u6216\\u662f\\u5e36\\u5c0f\\u670b\\u53cb\\u5531\\u8df3\\u8a69\\u6b4c\\uff0c\\u4e5f\\u6709\\u7684\\u4eba\\u662f\\u5c08\\u9580\\u966a\\u4f34\\u5c0f\\u670b\\u53cb\\u3002\\u6211\\u770b\\u9019\\u4e9b\\u5e74\\u8f15\\u4eba\\u81ea\\u5df1\\u90fd\\u50cf\\u5c0f\\u670b\\u53cb\\uff0c\\u9694\\u5929\\u4f86\\u6559\\u6703\\u7684\\u5152\\u7ae5\\u4e3b\\u65e5\\u5b78\\u5c0f\\u670b\\u53cb\\u771f\\u7684\\u6703\\u628a\\u4ed6\\u5011\\u7576\\u8001\\u5e2b\\u55ce\\uff1f\\u6211\\u5f88\\u61f7\\u7591\\u3002\\u4ed6\\u5011\\u804a\\u4e00\\u804a\\u9694\\u5929\\u7684\\u5152\\u7ae5\\u4e3b\\u65e5\\u5de5\\u4f5c\\u5f8c\\uff0c\\u5c31\\u4e00\\u8d77\\u8f49\\u982d\\u904e\\u4f86\\u770b\\u8457\\u6211\\uff0c\\u4e26\\u4e14\\u554f\\u6211\\uff1a\\u300c\\u4f60\\u660e\\u5929\\u6253\\u7b97\\u5e79\\u561b\\uff1f\\u8981\\u4e0d\\u8981\\u4e00\\u8d77\\u4f86\\u5152\\u7ae5\\u4e3b\\u65e5\\u5b78\\uff1f\\u5c0f\\u670b\\u53cb\\u5011\\u5f88\\u53ef\\u611b\\u5594\\uff01\\u300d\\u807d\\u4ed6\\u5011\\u8b1b\\u8a71\\u7684\\u8a9e\\u6c23\\uff0c\\u597d\\u50cf\\u661f\\u671f\\u516d\\u65e5\\u90fd\\u82b1\\u6642\\u9593\\u5728\\u6559\\u6703\\u662f\\u4e00\\u4ef6\\u518d\\u6b63\\u5e38\\u4e5f\\u4e0d\\u904e\\u7684\\u4e8b\\u60c5\\u3002<br \\/>\\n \\u6211\\u8a8d\\u70ba\\u5c0d\\u9019\\u500b\\u805a\\u96c6\\u4f86\\u8aaa\\uff0c\\u4eba\\u985e\\u7684\\u8a9e\\u8a00\\u3001\\u8868\\u9054\\u529b\\u662f\\u91cd\\u8981\\u7684\\uff0c\\u56e0\\u70ba\\u4ed6\\u5011\\u8b1b\\u8a71\\u7684\\u901f\\u5ea6\\u90fd\\u5f88\\u5feb\\uff0c\\u5c31\\u7b97\\u53ea\\u662f\\u5728\\u8b80\\u8056\\u7d93\\uff0c\\u8b80\\u5b8c\\u5f8c\\u5e74\\u7d00\\u6bd4\\u8f03\\u5927\\u7684\\u4eba\\u6703\\u554f\\u4ed6\\u5011\\u4e00\\u4e9b\\u554f\\u984c\\uff0c\\u8b93\\u9019\\u4e9b\\u5e74\\u8f15\\u4eba\\u63d0\\u51fa\\u81ea\\u5df1\\u7684\\u89c0\\u5bdf\\u4ee5\\u53ca\\u770b\\u6cd5\\uff0c\\u4ed6\\u5011\\u7684\\u60f3\\u50cf\\u529b\\u5f88\\u8c50\\u5bcc\\uff0c\\u4f8b\\u5982\\uff1a\\u8f14\\u5c0e\\u554f\\u9053\\u300c\\u5982\\u679c\\u8036\\u7a4c\\u4e0d\\u7528\\u4e94\\u500b\\u9905\\u5169\\u689d\\u9b5a\\u4f86\\u65bd\\u884c\\u795e\\u8e5f\\uff0c\\u90a3\\u4ed6\\u9084\\u53ef\\u4ee5\\u600e\\u9ebc\\u6a23\\u8b93\\u4e94\\u5343\\u4eba\\u5403\\u98fd\\uff1f\\u300d\\u5e74\\u8f15\\u4eba\\u7684\\u56de\\u7b54\\u4e94\\u82b1\\u516b\\u9580\\uff0c\\u6709\\u7684\\u8aaa\\u300c\\u62ff\\u8d70\\u4ed6\\u5011\\u9913\\u7684\\u611f\\u89ba\\u300d\\uff0c\\u6709\\u7684\\u8aaa\\u300c\\u8036\\u7a4c\\u53ef\\u4ee5\\u7528\\u5429\\u5490\\u7684\\u300d\\uff0c\\u6709\\u7684\\u8aaa\\u300c\\u53ef\\u4ee5\\u7528\\u77f3\\u982d\\u6216\\u662f\\u6c99\\u5b50\\u300d\\uff0c\\u807d\\u8457\\u4ed6\\u5011\\u7684\\u56de\\u7b54\\u771f\\u7684\\u5f88\\u6709\\u610f\\u601d\\u3002\\u800c\\u4e14\\u4ed6\\u5011\\u9084\\u6703\\u4e92\\u76f8\\u767c\\u554f\\uff0c\\u4f8b\\u5982\\u5c31\\u6709\\u4e00\\u4f4d\\u5973\\u751f\\u554f\\u300c\\u8036\\u7a4c\\u62ff\\u8d70\\u4ed6\\u5011\\u9913\\u7684\\u611f\\u89ba\\u7684\\u8a71\\uff0c\\u90a3\\u4ed6\\u5011\\u9084\\u6703\\u662f\\u4eba\\u55ce\\uff1f\\u300d\\u63a5\\u8457\\u5c31\\u662f\\u4e00\\u9023\\u4e32\\u7684\\u6253\\u9b27\\u548c\\u9b25\\u5634\\u3002\\u6211\\u9084\\u89c0\\u5bdf\\u5230\\u7576\\u4ed6\\u5011\\u5728\\u5c0f\\u7d44\\u6642\\uff0c\\u684c\\u4e0a\\u4e00\\u5b9a\\u6703\\u6709\\u5927\\u91cf\\u7684\\u96f6\\u98df\\u8ddf\\u98f2\\u6599\\uff0c\\u800c\\u4e14\\u5e74\\u8f15\\u4eba\\u6703\\u70ba\\u5c0f\\u7d44\\u7684\\u4eba\\u5012\\u98f2\\u6599\\uff0c\\u4e5f\\u5f88\\u4e86\\u89e3\\u5f7c\\u6b64\\u559c\\u6b61\\u7684\\u96f6\\u98df\\u53e3\\u5473\\uff0c\\u5c0f\\u7d44\\u7d50\\u675f\\u5f8c\\uff0c\\u96f6\\u98df\\u8ddf\\u98f2\\u6599\\u5e7e\\u4e4e\\u90fd\\u4e0d\\u6703\\u6709\\u5269\\uff0c\\u4ed6\\u5011\\u770b\\u8d77\\u4f86\\u597d\\u50cf\\u9913\\u4e86\\u597d\\u5e7e\\u5929\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":6,\"triggeredfrom\":\"forum_add_new_post\"}',1698652084,'web','123.193.70.68',NULL),(5751,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',77,'c',2,72,70,33,5,2,NULL,0,'{\"discussionid\":6,\"forumid\":9,\"forumtype\":\"single\"}',1698652084,'web','123.193.70.68',NULL),(5752,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',66,'c',2,72,70,33,5,2,5,0,'{\"forumid\":9,\"discussion\":6}',1698652084,'web','123.193.70.68',NULL),(5753,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,5,2,NULL,0,'null',1698652085,'web','123.193.70.68',NULL),(5754,'\\core\\event\\notification_sent','core','sent','notification','notifications',605,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"1\"}',1698652085,'cli',NULL,NULL),(5755,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1698652086,'web','111.83.107.13',NULL),(5756,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,19,2,NULL,0,'null',1698652096,'web','111.83.107.13',NULL),(5757,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,5,2,NULL,0,'null',1698652127,'web','123.193.70.68',NULL),(5758,'\\mod_forum\\event\\post_deleted','mod_forum','deleted','post','forum_posts',77,'d',0,72,70,33,5,2,5,0,'{\"discussionid\":6,\"forumid\":9,\"forumtype\":\"single\"}',1698652170,'web','123.193.70.68',NULL),(5759,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,5,2,NULL,0,'null',1698652170,'web','123.193.70.68',NULL),(5760,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,5,2,NULL,0,'null',1698652187,'web','123.193.70.68',NULL),(5761,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',78,'c',2,72,70,33,19,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a<br \\/>\\n<br \\/>\\n\\u5916\\u661f\\u4ebaET\\u5728\\u9031\\u65e5\\u4f86\\u5230\\u67d0\\u9593\\u9577\\u8001\\u6559\\u6703\\uff0c\\u9019\\u500b\\u6559\\u5802\\u7684\\u5efa\\u7bc9\\u5f88\\u6c23\\u6d3e\\u65b0\\u7a4e\\uff0c\\u5916\\u9762\\u6709\\u5761\\u9053\\u8b93\\u4e58\\u5750\\u8f2a\\u6905\\u8005\\u65b9\\u4fbf\\u9032\\u5165\\uff0c\\u4e00\\u9032\\u53bb\\u5927\\u5ef3\\u7684\\u53f3\\u624b\\u908a\\u5c31\\u6709\\u96fb\\u68af\\uff0c\\u4e00\\u6a13\\u7684\\u7a7a\\u9593\\u5f88\\u5927\\uff0c\\u6709\\u5eda\\u623f\\u3001\\u5716\\u66f8\\u5ba4\\u3001\\u526f\\u5802\\u3001\\u7537\\u5973\\u5ec1\\u5206\\u958b\\u3001\\u9084\\u6709\\u5e79\\u4e8b\\u8fa6\\u516c\\u5ba4\\uff0c\\u529f\\u80fd\\u975e\\u5e38\\u9f4a\\u5168\\u3002\\u4e8c\\u6a13\\u5247\\u6709\\u5f88\\u591a\\u6559\\u5ba4\\uff0c\\u4e09\\u6a13\\u4e3b\\u8981\\u662f\\u505a\\u79ae\\u62dc\\u7684\\u5730\\u65b9\\u3002<br \\/>\\n<br \\/>\\nET\\u770b\\u5230\\u4e09\\u6a13\\u5c07\\u5728\\u505a\\u79ae\\u62dc\\uff0c\\u6709\\u4e00\\u4e9b\\u8001\\u5e74\\u4eba\\u5f88\\u65e9\\u5c31\\u5230\\u4e86\\uff0c\\u4ed6\\u5011\\u884c\\u52d5\\u7de9\\u6162\\uff0c\\u6709\\u7684\\u9808\\u8981\\u5225\\u4eba\\u6519\\u6276\\uff0c\\u5230\\u6559\\u6703\\u9580\\u53e3\\u6703\\u4e92\\u76f8\\u6253\\u62db\\u547c\\u5bd2\\u6684\\u5e7e\\u53e5\\uff1b\\u800c\\u5e74\\u8f15\\u4eba\\u6bd4\\u8f03\\u665a\\u5230\\uff0c\\u4f86\\u7684\\u6642\\u5019\\u9802\\u591a\\u6253\\u62db\\u547c\\uff0c\\u4e00\\u822c\\u90fd\\u4e0d\\u559c\\u6b61\\u5225\\u4eba\\u8a62\\u554f\\u592a\\u591a\\u3002\\u770b\\u8d77\\u4f86\\u5927\\u90e8\\u5206\\u7684\\u53c3\\u52a0\\u8005\\u6709\\u56fa\\u5b9a\\u5ea7\\u4f4d\\uff0c\\u4f46\\u4e5f\\u6c92\\u6709\\u5f37\\u5236\\u898f\\u5b9a\\u3002<br \\/>\\n<br \\/>\\n\\u79ae\\u62dc\\u958b\\u59cb\\u5f8c\\uff0c\\u4ed6\\u5011\\u6709\\u56fa\\u5b9a\\u7684\\u6d41\\u7a0b\\uff0c\\u4e5f\\u6709\\u53f8\\u5100\\u6703\\u8ddf\\u5927\\u5bb6\\u8aaa\\u63a5\\u4e0b\\u4f86\\u8981\\u505a\\u4ec0\\u9ebc\\u4e8b\\u3002\\u5728\\u79ae\\u62dc\\u4e2d\\uff0c\\u4ed6\\u5011\\u5e38\\u8981\\u958b\\u53e3\\u5531\\u6b4c\\u3001\\u8b80\\u6771\\u897f\\u3001\\u7528\\u8033\\u6735\\u807d\\u8b1b\\u9053\\uff0c\\u4e5f\\u6709\\u6295\\u5f71\\u7c21\\u5831\\u53ef\\u4ee5\\u770b\\u3002\\u6709\\u7684\\u4eba\\u6703\\u6ed1\\u624b\\u6a5f\\uff0c\\u6709\\u7684\\u4eba\\u807d\\u5230\\u7267\\u5e2b\\u8b1b\\u4e86\\u4ec0\\u9ebc\\u800c\\u8ddf\\u9694\\u58c1\\u8a0e\\u8ad6\\u6216\\u804a\\u8d77\\u4f86\\u3002\\u6ed1\\u624b\\u6a5f\\u6c92\\u95dc\\u4fc2\\uff0c\\u4f46\\u5982\\u679c\\u804a\\u5929\\u592a\\u5927\\u8072\\u53cd\\u800c\\u6703\\u88ab\\u63d0\\u9192\\u3002<br \\/>\\n<br \\/>\\n\\u4ed6\\u5011\\u4e92\\u7a31\\u5f1f\\u5144\\u3001\\u59d0\\u59b9\\u6216\\u5144\\u59d0\\uff0c\\u4f46\\u770b\\u8d77\\u4f86\\u537b\\u4e0d\\u50cf\\u5bb6\\u4eba\\u822c\\u7684\\u71b1\\u7d61\\uff0c\\u6709\\u7684\\u53ea\\u662f\\u4e92\\u76f8\\u9053\\u5e73\\u5b89\\uff0c\\u5c31\\u6c92\\u6709\\u518d\\u4ea4\\u8ac7\\u3002\\u6709\\u7684\\u662f\\u4e00\\u5bb6\\u4eba\\u4e00\\u8d77\\u4f86\\uff0c\\u6709\\u7684\\u662f\\u81ea\\u5df1\\u4e00\\u500b\\u4eba\\u4f86\\u3002ET\\u770b\\u5230\\u5982\\u679c\\u4e00\\u5bb6\\u4eba\\u4e00\\u8d77\\u4f86\\uff0c\\u800c\\u5bb6\\u88e1\\u53c8\\u6709\\u5c0f\\u5b69\\u5b50\\u3001\\u570b\\u9ad8\\u4e2d\\u5b78\\u751f\\u7684\\u8a71\\uff0c\\u9019\\u5bb6\\u4eba\\u6703\\u8ddf\\u6559\\u6703\\u6709\\u6bd4\\u8f03\\u591a\\u7684\\u5f80\\u4f86\\uff0c\\u4e5f\\u8a8d\\u8b58\\u6bd4\\u8f03\\u591a\\u540c\\u5de5\\uff0c\\u56e0\\u70ba\\u6559\\u6703\\u6709\\u91dd\\u5c0d\\u9019\\u500b\\u5e74\\u7d00\\u6709\\u56fa\\u5b9a\\u6d3b\\u52d5\\uff0c\\u4f8b\\u5982\\u6b61\\u6a02\\u71df\\u3001\\u5152\\u7ae5\\u4e3b\\u65e5\\u7b49\\u3002\\u81f3\\u65bc\\u81ea\\u5df1\\u4e00\\u500b\\u4eba\\u4f86\\u7684\\uff0c\\u5982\\u679c\\u6c92\\u6709\\u53c3\\u52a0\\u79ae\\u62dc\\u4ee5\\u5916\\u7684\\u5718\\u9ad4\\u6d3b\\u52d5\\uff0c\\u770b\\u8d77\\u4f86\\u6bd4\\u8f03\\u5b64\\u55ae\\uff0c\\u597d\\u50cf\\u5728\\u6559\\u6703\\u4e5f\\u6c92\\u6709\\u8a8d\\u8b58\\u5f88\\u591a\\u4eba\\u3002<br \\/>\\n<br \\/>\\nET\\u4e5f\\u770b\\u5230\\u9019\\u9593\\u6559\\u6703\\u5927\\u90e8\\u5206\\u7684\\u4eba\\u597d\\u50cf\\u53ea\\u6709\\u505a\\u79ae\\u62dc\\u6216\\u8fa6\\u6d3b\\u52d5\\u7684\\u6642\\u5019\\uff0c\\u624d\\u6703\\u805a\\u96c6\\uff0c\\u5176\\u4ed6\\u6642\\u5019\\u5c31\\u8ddf\\u5176\\u4ed6\\u4eba\\u6c92\\u4ec0\\u9ebc\\u5169\\u6a23\\uff0c\\u4e00\\u6a23\\u8981\\u4e0a\\u73ed\\u6216\\u505a\\u751f\\u610f\\uff0c\\u4e00\\u6a23\\u6709\\u8981\\u9075\\u5faa\\u7684\\u793e\\u6703\\u898f\\u7bc4\\uff0c\\u53ea\\u662f\\u6559\\u6703\\u88e1\\u9762\\u66f4\\u50b3\\u7d71\\u4fdd\\u5b88\\uff0c\\u8981\\u6c42\\u66f4\\u591a\\uff0c\\u4f8b\\u5982\\u8981\\u56fa\\u5b9a\\u5949\\u737b\\uff0c\\u8981\\u7d50\\u5a5a\\u751f\\u5b50\\uff0c\\u4e0d\\u53ef\\u4ee5\\u641e\\u540c\\u6027\\u6200\\uff0c\\u4e0d\\u53ef\\u4ee5\\u98f2\\u9152\\u4f5c\\u6a02\\u7b49\\u7b49\\u3002\\u6240\\u4ee5\\u672a\\u5a5a\\u7684\\u5973\\u6027\\u5e38\\u88ab\\u95dc\\u5fc3\\u7d42\\u8eab\\u5927\\u4e8b\\uff0c\\u597d\\u50cf\\u55ae\\u8eab\\u662f\\u672a\\u5b8c\\u6210\\u5f0f\\uff0c\\u5fc5\\u9808\\u9054\\u5230\\u7d50\\u5a5a\\u72c0\\u614b\\uff0c\\u5927\\u5bb6\\u624d\\u80fd\\u9b06\\u4e00\\u53e3\\u6c23\\u3002<br \\/>\\n<br \\/>\\nET\\u89c0\\u5bdf\\u5230\\u6559\\u6703\\u597d\\u50cf\\u5c0d\\u65bc\\u53c3\\u52a0\\u8005\\u6709\\u4e00\\u500b\\u523b\\u7248\\u5370\\u8c61\\u6216\\u671f\\u5f85\\uff0c\\u53ef\\u80fd\\u5c31\\u662f\\u4e00\\u7a2e\\u5e78\\u798f\\u7f8e\\u6eff\\u7684\\u5bb6\\u5ead\\u548c\\u751f\\u6d3b\\uff0c\\u53ef\\u662f\\u54ea\\u6709\\u4eba\\u4e00\\u76f4\\u90fd\\u662f\\u5e78\\u798f\\u7f8e\\u6eff\\u7684\\u5462\\uff1f\\u6240\\u4ee5\\u7576\\u9047\\u5230\\u4e0d\\u597d\\u7684\\u4e8b\\u60c5\\uff0c\\u4f8b\\u5982\\u7f79\\u764c\\u3001\\u6216\\u5a5a\\u59fb\\u4e0d\\u5e78\\u5bb6\\u5ead\\u4e0d\\u548c\\u3001\\u6216\\u96e2\\u5a5a\\u7684\\u3001\\u6216\\u6210\\u7e3e\\u4e0d\\u597d\\u6c92\\u8003\\u4e0a\\u7684\\u3001\\u6216\\u627e\\u4e0d\\u5230\\u5de5\\u4f5c\\u7684\\uff0c\\u6216\\u5949\\u737b\\u5c11\\u7684\\u5c31\\u5f88\\u5bb9\\u6613\\u7522\\u751f\\u4e00\\u7a2e\\u7f9e\\u6127\\u611f\\uff0c\\u6015\\u5225\\u4eba\\u77e5\\u9053\\u6216\\u7576\\u773e\\u63d0\\u8d77\\uff0c\\u4e5f\\u6015\\u5225\\u4eba\\u56e0\\u6b64\\u8cea\\u7591\\u81ea\\u5df1\\u7684\\u4e0d\\u5920\\u5c6c\\u9748\\u3002<br \\/>\\n<br \\/>\\n\\u53e6\\u5916\\uff0cET\\u89c0\\u5bdf\\u5230\\u9019\\u9593\\u6559\\u6703\\u5c0d\\u52a0\\u5165\\u8005\\u6709\\u5f88\\u6e05\\u695a\\u7684\\u898f\\u7bc4\\u548c\\u671f\\u5f85\\uff1a\\u56fa\\u5b9a\\u9031\\u65e5\\u505a\\u79ae\\u62dc\\u3001\\u6bcf\\u6708\\u56fa\\u5b9a\\u5949\\u737b\\u3001\\u8981\\u8b80\\u7d93\\u79b1\\u544a\\u3001\\u6700\\u597d\\u80fd\\u53c3\\u52a0\\u5718\\u5951\\u3001\\u6700\\u597d\\u53c3\\u52a0\\u670d\\u4e8b\\u3001\\u6700\\u597d\\u4e0d\\u8981\\u6709\\u592a\\u591a\\u554f\\u984c\\u6216\\u610f\\u898b\\u3002\\u9019\\u4e9b\\u8981\\u6c42\\u4e3b\\u8981\\u662f\\u7267\\u5e2b\\u5728\\u8b1b\\u53f0\\u4e0a\\u85c9\\u8457\\u5f15\\u7528\\u7d93\\u6587\\u6559\\u5c0e\\u7684\\uff0c\\u6216\\u9577\\u57f7\\u5011\\u76f4\\u63a5\\u8a62\\u554f\\u53c3\\u52a0\\u8005\\u80fd\\u4e0d\\u80fd\\u4f86\\u53c3\\u52a0\\u5c0f\\u7d44\\u6216\\u5e6b\\u5fd9\\u670d\\u4e8b\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":6,\"triggeredfrom\":\"forum_add_new_post\"}',1698652310,'web','111.83.107.13',NULL),(5762,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',78,'c',2,72,70,33,19,2,NULL,0,'{\"discussionid\":6,\"forumid\":9,\"forumtype\":\"single\"}',1698652310,'web','111.83.107.13',NULL),(5763,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',67,'c',2,72,70,33,19,2,19,0,'{\"forumid\":9,\"discussion\":6}',1698652310,'web','111.83.107.13',NULL),(5764,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,19,2,NULL,0,'null',1698652311,'web','111.83.107.13',NULL),(5765,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,19,2,NULL,0,'null',1698652313,'web','111.83.107.13',NULL),(5766,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,19,2,NULL,0,'null',1698652320,'web','111.83.107.13',NULL),(5767,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',79,'c',2,72,70,33,5,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">1.\\u95b1\\u8b80\\uff1a\\u6211\\u8b80\\u5b8c\\u6587\\u7ae0\\u4e86\\u3002<br \\/>\\n2.\\u671f\\u672b\\u5831\\u544a\\u6b63\\u5728\\u8003\\u616e\\u7684\\u4f5c\\u54c1\\uff1a1.\\u83ef\\u8a9e\\u4e16\\u754c\\u9996\\u5275\\u300c\\u798f\\u97f3\\u52d5\\u6f2bMV\\u300d\\u88fd\\u4f5c\\u8a08\\u756b2.\\u4ee5\\u9b54\\u6212\\u7684\\u6982\\u5ff5\\u4f86\\u8a2d\\u8a08\\u4e00\\u5834\\u5bc6\\u5ba4\\u9003\\u812b3.\\u5176\\u4ed6<br \\/>\\n3.\\u6211\\u662f\\u4f86\\u81eaMAMA07\\u661f\\u7403\\u7684\\u4eba\\uff0c\\u4eca\\u5929\\u5230\\u4e86\\u5730\\u7403\\u4e0a\\u7684\\u4e00\\u500b\\u5c0f\\u5c0f\\u7684\\u6d77\\u5cf6\\uff0c\\u5cf6\\u5317\\u90e8\\u6709\\u4e00\\u9593\\u6559\\u6703\\uff0c\\u6211\\u53c3\\u52a0\\u4e86\\u661f\\u671f\\u516d\\u665a\\u4e0a\\u7684\\u805a\\u6703\\uff0c\\u53c3\\u52a0\\u805a\\u6703\\u7684\\u4eba\\u5927\\u698210\\u4f4d\\u5de6\\u53f3\\uff0c\\u9664\\u4e86\\u4e09\\u4f4d\\u8a00\\u8a9e\\u884c\\u70ba\\u8f03\\u70ba\\u6210\\u719f\\u7684\\u5730\\u7403\\u4eba\\u5916\\uff0c\\u5176\\u4ed6\\u7684\\u4eba\\u770b\\u8d77\\u4f86\\u90fd\\u6eff\\u5e74\\u8f15\\u7684\\uff0c\\u6211\\u76ee\\u6e2c\\u5927\\u7d04\\u662f15\\u6b72\\u5de6\\u53f3\\u3002\\u9019\\u500b\\u7fa4\\u9ad4\\u7684\\u4eba\\u5f7c\\u6b64\\u90fd\\u5f88\\u719f\\u6089\\uff0c\\u4e5f\\u6709\\u5718\\u9ad4\\u7684\\u9ed8\\u5951\\uff0c\\u4f8b\\u5982\\u7a81\\u7136\\u4e4b\\u9593\\u6703\\u958b\\u59cb\\u9ad8\\u8072\\u5c16\\u53eb\\u500b\\u5e7e\\u8072\\uff0c\\u7136\\u5f8c\\u76f8\\u8996\\u800c\\u7b11\\uff0c\\u63a5\\u8457\\u770b\\u8d77\\u4f86\\u5e74\\u7d00\\u7a0d\\u5927\\u7684\\u4eba\\uff08\\u5e74\\u8f15\\u4eba\\u53eb\\u4ed6\\u5011\\u300c\\u8f14\\u5c0e\\u300d\\uff09\\u5c31\\u6703\\u7b11\\u8457\\u8aaa\\uff1a\\u300c\\u6211\\u9084\\u4ee5\\u70ba\\u6211\\u4f86\\u5230\\u7334\\u5712\\u54a7\\uff01\\u300d\\u9019\\u4e9b\\u5e74\\u8f15\\u4eba\\u7576\\u4e2d\\u4e5f\\u6709\\u4e00\\u4e9b\\u4eba\\u662f\\u5144\\u5f1f\\u59d0\\u59b9\\u7684\\u95dc\\u4fc2\\uff0c\\u56e0\\u6b64\\u5c31\\u7b97\\u4e0d\\u662f\\u6bcf\\u500b\\u4eba\\u90fd\\u6709\\u8840\\u7de3\\u95dc\\u4fc2\\uff0c\\u4f46\\u662f\\u4e5f\\u6703\\u4ee5\\u5144\\u5f1f\\u59d0\\u59b9\\u4f86\\u7a31\\u547c\\u5f7c\\u6b64\\u3002\\u6211\\u9084\\u89c0\\u5bdf\\u5230\\u4ed6\\u5011\\u6709\\u4e00\\u7a2e\\u53eb\\u540d\\u5b57\\u7684\\u9ed8\\u5951\\uff0c\\u5c31\\u662f\\u6703\\u4ee5\\u540d\\u5b57\\u4e2d\\u7684\\u300c\\u55ae\\u5b57\\u300d\\u4f86\\u7a31\\u547c\\uff0c\\u5c31\\u7b97\\u53ea\\u6709\\u4e00\\u500b\\u5b57\\uff0c\\u5f7c\\u6b64\\u4e4b\\u9593\\u90fd\\u6709\\u9ed8\\u5951\\u77e5\\u9053\\u662f\\u5728\\u53eb\\u81ea\\u5df1\\uff0c\\u771f\\u6709\\u610f\\u601d\\u3002<br \\/>\\n \\u5c0d\\u65bc\\u6211\\u9019\\u500b\\u5916\\u4f86\\u8005\\uff0c\\u4ed6\\u5011\\u597d\\u50cf\\u5df2\\u7d93\\u5f88\\u7fd2\\u6163\\u4e86\\uff0c\\u800c\\u4e14\\u9084\\u6703\\u4e3b\\u52d5\\u5206\\u914d\\u8ab0\\u61c9\\u8a72\\u8981\\u4f86\\u95dc\\u5fc3\\u6211\\uff0c\\u800c\\u4e14\\u6703\\u5e6b\\u6211\\u7559\\u4e00\\u500b\\u4f4d\\u7f6e\\uff0c\\u4e26\\u4e14\\u71b1\\u5fc3\\u5730\\u5e36\\u6211\\u8a8d\\u8b58\\u74b0\\u5883\\u3002\\u4e5f\\u56e0\\u70ba\\u4ed6\\u5011\\u5927\\u591a\\u4f4f\\u5728\\u6559\\u6703\\u9644\\u8fd1\\uff0c\\u6240\\u4ee5\\u8aaa\\u5230\\u4ec0\\u9ebc\\u5e97\\u5bb6\\u4ed6\\u5011\\u90fd\\u5f88\\u719f\\u6089\\uff0c\\u7576\\u4ed6\\u5011\\u770b\\u5230\\u6211\\u96e3\\u4ee5\\u878d\\u5165\\u8a71\\u984c\\u6642\\uff0c\\u9084\\u6703\\u6709\\u4eba\\u4e3b\\u52d5\\u8ddf\\u6211\\u89e3\\u91cb\\u9019\\u5bb6\\u5e97\\u5728\\u54ea\\u88e1\\uff0c\\u751a\\u81f3\\u9084\\u6703\\u7d04\\u6211\\u627e\\u500b\\u6642\\u9593\\u53bb\\u90a3\\u4e9b\\u9910\\u5ef3\\u5403\\u98ef\\u3002\\u805a\\u6703\\u5f8c\\u6703\\u662f\\u5206\\u5c0f\\u7d44\\u7684\\u6642\\u9593\\uff0c\\u5728\\u5206\\u5c0f\\u7d44\\u7684\\u6642\\u5019\\u4ed6\\u5011\\u4e5f\\u6703\\u804a\\u5230\\u9694\\u5929\\u6709\\u5152\\u7ae5\\u4e3b\\u65e5\\u5b78\\u7684\\u5de5\\u4f5c\\uff0c\\u6709\\u7684\\u4eba\\u662f\\u5c08\\u9580\\u64cd\\u4f5c\\u96fb\\u8166\\uff0c\\u6709\\u7684\\u4eba\\u662f\\u8981\\u5e36\\u5c0f\\u670b\\u53cb\\u8a8d\\u8b58\\u4e0d\\u540c\\u7684\\u570b\\u5bb6\\uff0c\\u6216\\u662f\\u5e36\\u5c0f\\u670b\\u53cb\\u5531\\u8df3\\u8a69\\u6b4c\\uff0c\\u4e5f\\u6709\\u7684\\u4eba\\u662f\\u5c08\\u9580\\u966a\\u4f34\\u5c0f\\u670b\\u53cb\\u3002\\u6211\\u770b\\u9019\\u4e9b\\u5e74\\u8f15\\u4eba\\u81ea\\u5df1\\u90fd\\u50cf\\u5c0f\\u670b\\u53cb\\uff0c\\u9694\\u5929\\u4f86\\u6559\\u6703\\u7684\\u5152\\u7ae5\\u4e3b\\u65e5\\u5b78\\u5c0f\\u670b\\u53cb\\u771f\\u7684\\u6703\\u628a\\u4ed6\\u5011\\u7576\\u8001\\u5e2b\\u55ce\\uff1f\\u6211\\u5f88\\u61f7\\u7591\\u3002\\u4ed6\\u5011\\u804a\\u4e00\\u804a\\u9694\\u5929\\u7684\\u5152\\u7ae5\\u4e3b\\u65e5\\u5de5\\u4f5c\\u5f8c\\uff0c\\u5c31\\u4e00\\u8d77\\u8f49\\u982d\\u904e\\u4f86\\u770b\\u8457\\u6211\\uff0c\\u4e26\\u4e14\\u554f\\u6211\\uff1a\\u300c\\u4f60\\u660e\\u5929\\u6253\\u7b97\\u5e79\\u561b\\uff1f\\u8981\\u4e0d\\u8981\\u4e00\\u8d77\\u4f86\\u5152\\u7ae5\\u4e3b\\u65e5\\u5b78\\uff1f\\u5c0f\\u670b\\u53cb\\u5011\\u5f88\\u53ef\\u611b\\u5594\\uff01\\u300d\\u807d\\u4ed6\\u5011\\u8b1b\\u8a71\\u7684\\u8a9e\\u6c23\\uff0c\\u597d\\u50cf\\u661f\\u671f\\u516d\\u65e5\\u90fd\\u82b1\\u6642\\u9593\\u5728\\u6559\\u6703\\u662f\\u4e00\\u4ef6\\u518d\\u6b63\\u5e38\\u4e5f\\u4e0d\\u904e\\u7684\\u4e8b\\u60c5\\u3002<br \\/>\\n \\u6211\\u8a8d\\u70ba\\u5c0d\\u9019\\u500b\\u805a\\u96c6\\u4f86\\u8aaa\\uff0c\\u4eba\\u985e\\u7684\\u8a9e\\u8a00\\u3001\\u8868\\u9054\\u529b\\u662f\\u91cd\\u8981\\u7684\\uff0c\\u56e0\\u70ba\\u4ed6\\u5011\\u8b1b\\u8a71\\u7684\\u901f\\u5ea6\\u90fd\\u5f88\\u5feb\\uff0c\\u5c31\\u7b97\\u53ea\\u662f\\u5728\\u8b80\\u8056\\u7d93\\uff0c\\u8b80\\u5b8c\\u5f8c\\u5e74\\u7d00\\u6bd4\\u8f03\\u5927\\u7684\\u4eba\\u6703\\u554f\\u4ed6\\u5011\\u4e00\\u4e9b\\u554f\\u984c\\uff0c\\u8b93\\u9019\\u4e9b\\u5e74\\u8f15\\u4eba\\u63d0\\u51fa\\u81ea\\u5df1\\u7684\\u89c0\\u5bdf\\u4ee5\\u53ca\\u770b\\u6cd5\\uff0c\\u4ed6\\u5011\\u7684\\u60f3\\u50cf\\u529b\\u5f88\\u8c50\\u5bcc\\uff0c\\u4f8b\\u5982\\uff1a\\u8f14\\u5c0e\\u554f\\u9053\\u300c\\u5982\\u679c\\u8036\\u7a4c\\u4e0d\\u7528\\u4e94\\u500b\\u9905\\u5169\\u689d\\u9b5a\\u4f86\\u65bd\\u884c\\u795e\\u8e5f\\uff0c\\u90a3\\u4ed6\\u9084\\u53ef\\u4ee5\\u600e\\u9ebc\\u6a23\\u8b93\\u4e94\\u5343\\u4eba\\u5403\\u98fd\\uff1f\\u300d\\u5e74\\u8f15\\u4eba\\u7684\\u56de\\u7b54\\u4e94\\u82b1\\u516b\\u9580\\uff0c\\u6709\\u7684\\u8aaa\\u300c\\u62ff\\u8d70\\u4ed6\\u5011\\u9913\\u7684\\u611f\\u89ba\\u300d\\uff0c\\u6709\\u7684\\u8aaa\\u300c\\u8036\\u7a4c\\u53ef\\u4ee5\\u7528\\u5429\\u5490\\u7684\\u300d\\uff0c\\u6709\\u7684\\u8aaa\\u300c\\u53ef\\u4ee5\\u7528\\u77f3\\u982d\\u6216\\u662f\\u6c99\\u5b50\\u300d\\uff0c\\u807d\\u8457\\u4ed6\\u5011\\u7684\\u56de\\u7b54\\u771f\\u7684\\u5f88\\u6709\\u610f\\u601d\\u3002\\u800c\\u4e14\\u4ed6\\u5011\\u9084\\u6703\\u4e92\\u76f8\\u767c\\u554f\\uff0c\\u4f8b\\u5982\\u5c31\\u6709\\u4e00\\u4f4d\\u5973\\u751f\\u554f\\u300c\\u8036\\u7a4c\\u62ff\\u8d70\\u4ed6\\u5011\\u9913\\u7684\\u611f\\u89ba\\u7684\\u8a71\\uff0c\\u90a3\\u4ed6\\u5011\\u9084\\u6703\\u662f\\u4eba\\u55ce\\uff1f\\u300d\\u63a5\\u8457\\u5c31\\u662f\\u4e00\\u9023\\u4e32\\u7684\\u6253\\u9b27\\u548c\\u9b25\\u5634\\u3002\\u6211\\u9084\\u89c0\\u5bdf\\u5230\\u7576\\u4ed6\\u5011\\u5728\\u5c0f\\u7d44\\u6642\\uff0c\\u684c\\u4e0a\\u4e00\\u5b9a\\u6703\\u6709\\u5927\\u91cf\\u7684\\u96f6\\u98df\\u8ddf\\u98f2\\u6599\\uff0c\\u800c\\u4e14\\u5e74\\u8f15\\u4eba\\u6703\\u70ba\\u5c0f\\u7d44\\u7684\\u4eba\\u5012\\u98f2\\u6599\\uff0c\\u4e5f\\u5f88\\u4e86\\u89e3\\u5f7c\\u6b64\\u559c\\u6b61\\u7684\\u96f6\\u98df\\u53e3\\u5473\\uff0c\\u5c0f\\u7d44\\u7d50\\u675f\\u5f8c\\uff0c\\u96f6\\u98df\\u8ddf\\u98f2\\u6599\\u5e7e\\u4e4e\\u90fd\\u4e0d\\u6703\\u6709\\u5269\\uff0c\\u4ed6\\u5011\\u770b\\u8d77\\u4f86\\u597d\\u50cf\\u9913\\u4e86\\u597d\\u5e7e\\u5929\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":6,\"triggeredfrom\":\"forum_add_new_post\"}',1698653933,'web','123.193.70.68',NULL),(5768,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',79,'c',2,72,70,33,5,2,NULL,0,'{\"discussionid\":6,\"forumid\":9,\"forumtype\":\"single\"}',1698653933,'web','123.193.70.68',NULL),(5769,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,5,2,NULL,0,'null',1698653934,'web','123.193.70.68',NULL),(5770,'\\core\\event\\notification_sent','core','sent','notification','notifications',606,'c',0,1,10,0,19,0,11,0,'{\"courseid\":\"2\"}',1698655926,'cli',NULL,NULL),(5771,'\\core\\event\\notification_sent','core','sent','notification','notifications',607,'c',0,1,10,0,19,0,13,0,'{\"courseid\":\"2\"}',1698655930,'cli',NULL,NULL),(5772,'\\core\\event\\notification_sent','core','sent','notification','notifications',608,'c',0,1,10,0,19,0,5,0,'{\"courseid\":\"2\"}',1698655933,'cli',NULL,NULL),(5773,'\\core\\event\\notification_sent','core','sent','notification','notifications',609,'c',0,1,10,0,19,0,16,0,'{\"courseid\":\"2\"}',1698655935,'cli',NULL,NULL),(5774,'\\core\\event\\notification_sent','core','sent','notification','notifications',610,'c',0,1,10,0,19,0,2,0,'{\"courseid\":\"2\"}',1698655939,'cli',NULL,NULL),(5775,'\\core\\event\\notification_sent','core','sent','notification','notifications',611,'c',0,1,10,0,19,0,19,0,'{\"courseid\":\"2\"}',1698655941,'cli',NULL,NULL),(5776,'\\core\\event\\notification_sent','core','sent','notification','notifications',612,'c',0,1,10,0,19,0,14,0,'{\"courseid\":\"2\"}',1698655944,'cli',NULL,NULL),(5777,'\\core\\event\\notification_sent','core','sent','notification','notifications',613,'c',0,1,10,0,5,0,11,0,'{\"courseid\":\"2\"}',1698657547,'cli',NULL,NULL),(5778,'\\core\\event\\notification_sent','core','sent','notification','notifications',614,'c',0,1,10,0,5,0,13,0,'{\"courseid\":\"2\"}',1698657550,'cli',NULL,NULL),(5779,'\\core\\event\\notification_sent','core','sent','notification','notifications',615,'c',0,1,10,0,5,0,5,0,'{\"courseid\":\"2\"}',1698657554,'cli',NULL,NULL),(5780,'\\core\\event\\notification_sent','core','sent','notification','notifications',616,'c',0,1,10,0,5,0,16,0,'{\"courseid\":\"2\"}',1698657558,'cli',NULL,NULL),(5781,'\\core\\event\\notification_sent','core','sent','notification','notifications',617,'c',0,1,10,0,5,0,2,0,'{\"courseid\":\"2\"}',1698657561,'cli',NULL,NULL),(5782,'\\core\\event\\notification_sent','core','sent','notification','notifications',618,'c',0,1,10,0,5,0,19,0,'{\"courseid\":\"2\"}',1698657565,'cli',NULL,NULL),(5783,'\\core\\event\\notification_sent','core','sent','notification','notifications',619,'c',0,1,10,0,5,0,14,0,'{\"courseid\":\"2\"}',1698657568,'cli',NULL,NULL),(5784,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698670614,'web','125.229.183.111',NULL),(5785,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1698670623,'web','125.229.183.111',NULL),(5786,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1698670623,'web','125.229.183.111',NULL),(5787,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1698670626,'web','125.229.183.111',NULL),(5788,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,22,2,NULL,0,'null',1698670633,'web','125.229.183.111',NULL),(5789,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698671491,'web','170.178.185.50',NULL),(5790,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698673556,'web','92.118.188.229',NULL),(5791,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698674971,'web','175.182.136.194',NULL),(5792,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1698674995,'web','175.182.136.194',NULL),(5793,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1698675010,'web','175.182.136.194',NULL),(5794,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698675015,'web','175.182.136.194',NULL),(5795,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698675054,'web','175.182.136.194',NULL),(5796,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1698675070,'web','175.182.136.194',NULL),(5797,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1698675070,'web','175.182.136.194',NULL),(5798,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1698675075,'web','175.182.136.194',NULL),(5799,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,21,2,NULL,0,'null',1698675110,'web','175.182.136.194',NULL),(5800,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1698675221,'web','175.182.136.194',NULL),(5801,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698676861,'web','111.83.107.13',NULL),(5802,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1698676874,'web','111.83.107.13',NULL),(5803,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1698676874,'web','111.83.107.13',NULL),(5804,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1698676876,'web','111.83.107.13',NULL),(5805,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,19,2,NULL,0,'null',1698676884,'web','111.83.107.13',NULL),(5806,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',80,'c',2,74,70,35,19,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a\\u6211\\u8b80\\u5b8c\\u6587\\u7ae0\\u4e86<br \\/>\\n\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a\\u6b63\\u5728\\u8003\\u616e\\u5206\\u6790\\u96fb\\u5f71\\u2014\\u5eb7\\u4e43\\u8fea\\u514b\\u9b3c\\u5c4b\\u4e8b\\u4ef6\\uff0c\\u6216\\u540d\\u756b\\u2014\\u6700\\u5f8c\\u7684\\u665a\\u9910\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":7,\"triggeredfrom\":\"forum_add_new_post\"}',1698676993,'web','111.83.107.13',NULL),(5807,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',80,'c',2,74,70,35,19,2,NULL,0,'{\"discussionid\":7,\"forumid\":10,\"forumtype\":\"single\"}',1698676993,'web','111.83.107.13',NULL),(5808,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',68,'c',2,74,70,35,19,2,19,0,'{\"forumid\":10,\"discussion\":7}',1698676993,'web','111.83.107.13',NULL),(5809,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,19,2,NULL,0,'null',1698676993,'web','111.83.107.13',NULL),(5810,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698677238,'web','92.118.188.229',NULL),(5811,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1698677243,'web','92.118.188.229',NULL),(5812,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1698677244,'web','92.118.188.229',NULL),(5813,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1698677251,'web','92.118.188.229',NULL),(5814,'\\core\\event\\notification_sent','core','sent','notification','notifications',620,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1698677286,'cli',NULL,NULL),(5815,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,23,2,NULL,0,'null',1698677287,'web','92.118.188.229',NULL),(5816,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',81,'c',2,72,70,33,23,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u5916\\u661f\\u4eba\\u89c2\\u5bdf\\u62a5\\u544a<br \\/>\\n\\u5317\\u4eac\\u65f6\\u95f4\\uff1a2023.10.22<br \\/>\\n\\u6211\\u662f\\u706b\\u661f\\u4eba\\u5361\\u62c9\\u514b\\u65af\\uff0c\\u4eca\\u5929\\u6765\\u5230\\u5317\\u4eac\\u5317\\u90e8\\u4e0a\\u7a7a\\uff0c\\u51c6\\u5907\\u53bb\\u770b\\u770b\\u8fd9\\u91cc\\u4eba\\u4eec\\u7684\\u751f\\u6d3b\\u548c\\u4fe1\\u4ef0\\u72b6\\u51b5\\u3002<br \\/>\\n \\u7a7a\\u4e2d\\u9065\\u770b\\uff0c\\u7fa4\\u5c71\\u73af\\u62b1\\u4e2d\\u6709\\u4e00\\u5ea7\\u5c0f\\u57ce\\u9547\\uff0c\\u7d27\\u90bb\\u5317\\u4eac\\u516b\\u8fbe\\u5cad\\u957f\\u57ce\\uff0c\\u8fd9\\u53ef\\u662f\\u4e16\\u754c\\u8457\\u540d\\u53e4\\u5efa\\u7b51\\u554a\\u3002\\u6df1\\u79cb\\u65f6\\u8282\\uff0c\\u5929\\u6c14\\u6e10\\u5bd2\\uff0c\\u7a7a\\u6c14\\u6e05\\u65b0\\uff0c\\u67ab\\u6811\\u9ec4\\u680c\\u53f6\\u5b50\\u53d8\\u7ea2\\uff0c\\u94f6\\u674f\\u6768\\u6811\\u53f6\\u53d8\\u9ec4\\uff0c\\u7ea2\\u9ec4\\u7eff\\u5404\\u8272\\u6811\\u53f6\\u5728\\u84dd\\u5929\\u767d\\u4e91\\uff0c\\u7eff\\u6c34\\u9752\\u5c71\\u95f4\\u597d\\u7f8e\\u554a\\uff0c\\u5982\\u5728\\u753b\\u4e2d\\uff01\\u518d\\u8fd1\\u4e9b\\uff0c\\u4e1c\\u5357\\u65b9\\u5411\\uff0c\\u5341\\u5b57\\u8def\\u53e3\\u65c1\\uff0c\\u6709\\u4e00\\u5ea7\\u5c16\\u9876\\u7684\\u5efa\\u7b51\\uff0c\\u5f88\\u50cf\\u6559\\u5802\\uff0c\\u53ef\\u662f\\u5c16\\u9876\\u4e0a\\u6ca1\\u6709\\u5341\\u5b57\\u67b6\\uff0c\\u770b\\u5230\\u4e86\\uff0c\\u5357\\u9762\\u6b63\\u95e8\\u65c1\\u6709\\u957f\\u724c\\u5b50\\uff0c\\u5199\\u7740\\u57fa\\u7763\\u6559\\u5802\\u3002\\u6559\\u5802\\u524d\\u6709\\u6761\\u6cb3\\uff0c\\u6cb3\\u6c34\\u81ea\\u4e1c\\u5411\\u897f\\u6d41\\uff0c\\u4e0e\\u4f17\\u4e0d\\u540c\\uff0c\\u8fd9\\u91cc\\u666f\\u8272\\u5b9c\\u4eba\\uff0c\\u8fdb\\u53bb\\u770b\\u770b\\u5427\\uff01<br \\/>\\n \\u8fdb\\u5165\\u9662\\u95e8\\uff0c\\u6709\\u63a5\\u5f85\\u7ec4\\u59d0\\u59b9\\u70ed\\u60c5\\u95ee\\u5019\\uff0c\\u8868\\u793a\\u6b22\\u8fce\\uff01\\u4e0a\\u53f0\\u9636\\uff0c\\u8fdb\\u5165\\u6559\\u5802\\u5927\\u95e8\\uff0c\\u5bbd\\u655e\\u7684\\u524d\\u5385\\uff0c\\u5899\\u58c1\\u4e0a\\u6709\\u51e0\\u5e45\\u6559\\u4f1a\\u540d\\u753b\\uff0c\\u8c6a\\u534e\\u540a\\u706f\\u6302\\u5728\\u4e2d\\u592e\\uff0c\\u5404\\u79cd\\u7eff\\u690d\\u82b1\\u5349\\u6392\\u6ee1\\u4e24\\u8fb9\\u3002\\u518d\\u8fc7\\u4e00\\u9053\\u95e8\\uff0c\\u662f\\u656c\\u62dc\\u5927\\u5385\\uff0c\\u5ea7\\u6905\\u5f88\\u591a\\u6392\\uff0c\\u80fd\\u5bb9\\u7eb3700\\u591a\\u4eba\\u5427\\uff0c\\u91cc\\u8fb9\\u4eba\\u4e0d\\u591a\\uff0c\\u5927\\u6982\\u6709\\u51e0\\u5341\\u4eba\\u5427\\u3002\\u4e94\\u516d\\u4e2a\\u63a5\\u5f85\\u59d0\\u59b9\\u5206\\u5f00\\u7ad9\\u7acb\\uff0c\\u5979\\u4eec\\u770b\\u51fa\\u6211\\u662f\\u65b0\\u6765\\u5ba2\\u4eba\\uff0c\\u4e3b\\u52a8\\u6253\\u62db\\u547c\\u95ee\\u5019\\uff0c\\u8bf7\\u6211\\u524d\\u6392\\u5c31\\u5750\\u3002\\u6b64\\u65f68\\u70b940\\u5206\\uff0c\\u5c0f\\u8bb2\\u53f0\\u524d\\u6709\\u4eba\\u6559\\u5531\\u8bd7\\u6b4c\\uff0c\\u8bd7\\u6b4c\\u5f88\\u597d\\u542c\\uff0c\\u54c8\\u5229\\u8def\\u4e9a\\uff01<br \\/>\\n \\u6559\\u5802\\u5185\\u9ad8\\u9ad8\\u7684\\u7a79\\u9876\\uff0c\\u4ece\\u9876\\u90e8\\u5782\\u4e0b\\u4e24\\u6392\\u540a\\u706f\\uff0c\\u9633\\u5149\\u4ece\\u5468\\u56f4\\u7a97\\u6237\\u6444\\u5165\\uff0c\\u5f88\\u660e\\u4eae\\uff0c\\u6b63\\u524d\\u9762\\u5899\\u58c1\\u4e0a\\u6709\\u9ad8\\u5927\\u7684\\u767d\\u8272\\u5341\\u5b57\\u67b6\\uff0c\\u4e0e\\u5899\\u4f53\\u8fde\\u4e3a\\u4e00\\u4f53\\uff0c\\u6b63\\u4e2d\\u6709\\u4e00\\u4e2a\\u5c0f\\u7684\\u6728\\u8d28\\u5341\\u5b57\\u67b6\\uff0c\\u5723\\u53f0\\u4e0a\\u6709\\u8c61\\u5f81\\u7ea6\\u67dc\\u548c\\u5723\\u684c\\u7684\\u67dc\\u5b50\\u548c\\u684c\\u5b50\\uff0c\\u684c\\u5b50\\u4e0a\\u6709\\u9c9c\\u82b1\\uff0c\\u4e24\\u8fb9\\u5404\\u6709\\u4e00\\u4e2a\\u71c3\\u7740\\u4e03\\u652f\\u7ea2\\u8721\\u70db\\u7684\\u94f6\\u8272\\u70db\\u53f0\\u3002\\u540a\\u706f\\uff0c\\u58c1\\u706f\\uff0c\\u5c04\\u706f\\u90fd\\u4eae\\u7740\\uff0c\\u56e0\\u4e3a\\u6c14\\u6e29\\u4f4e\\uff0c\\u611f\\u89c9\\u6709\\u70b9\\u51b7\\u3002<br \\/>\\n 9\\u70b9\\u949f\\uff0c\\u6559\\u5531\\u7ed3\\u675f\\uff0c\\u5927\\u5bb6\\u5f88\\u5b89\\u9759\\uff0c\\u7a7a\\u4e2d\\u4f20\\u6765\\u949f\\u58f0\\uff0c\\u7136\\u540e\\u94a2\\u7434\\u58f0\\u54cd\\u8d77\\uff0c\\u4e00\\u5927\\u961f\\u8bd7\\u73ed\\u5458\\u548c\\u7267\\u5e08\\u4ece\\u5927\\u5385\\u4e2d\\u95f4\\u8fdb\\u5165\\u6559\\u5802\\uff0c\\u5728\\u5404\\u81ea\\u4f4d\\u7f6e\\u7ad9\\u597d\\uff0c\\u8bd7\\u73ed\\u5531\\u201c\\u4e3b\\u5728\\u5723\\u6bbf\\u4e2d\\uff0c\\u666e\\u5929\\u7684\\u4eba\\u5728\\u4e3b\\u9762\\u524d\\u90fd\\u5e94\\u5f53\\u8083\\u9759\\uff01\\u201d\\u4e3b\\u65e5\\u5d07\\u62dc\\u5f00\\u59cb\\u4e86\\uff01\\u4e3b\\u793c\\u5458\\u5e26\\u9886\\u5927\\u5bb6\\u5ba3\\u4fe1\\uff0c\\u5531\\u8bd7\\uff0c\\u7977\\u544a\\uff0c\\u8bfb\\u7ecf\\u5458\\u8bfb\\u7ecf\\uff0c\\u8bd7\\u73ed\\u732e\\u8bd7\\u300a\\u795e\\u5723\\u6551\\u4e3b\\u300b\\uff0c\\u8036\\u7a23\\u57fa\\u7763\\u9053\\u6210\\u8089\\u8eab\\uff0c\\u5351\\u5fae\\u8bde\\u964d\\u9a6c\\u69fd\\u4e2d\\uff0c\\u5929\\u4f7f\\u5929\\u519b\\u6b22\\u547c\\u656c\\u62dc\\uff0c\\u4e3a\\u6211\\u4eec\\u5e26\\u6765\\u5c5e\\u5929\\u798f\\u6c14\\uff0c\\u591a\\u4e48\\u7f8e\\u597d\\u7684\\u6b4c\\u58f0\\uff0c\\u5929\\u4f7f\\u548c\\u6211\\u4eec\\u4e00\\u540c\\u656c\\u62dc\\uff01<br \\/>\\n \\u656c\\u62dc\\u4e2d\\u6709\\u4e09\\u6b21\\u4f1a\\u4f17\\u5531\\u8bd7\\uff0c\\u591a\\u6570\\u4eba\\u80fd\\u8ddf\\u7740\\u8d5e\\u7f8e\\uff0c\\u6709\\u4eba\\u8dd1\\u8c03\\u7684\\uff0c\\u6ca1\\u5173\\u7cfb\\uff0c\\u8d5e\\u7f8e\\u795e\\u5c31\\u559c\\u4e50\\uff0c\\u963f\\u4eec\\uff01\\u8bc1\\u9053\\u7684\\u662f\\u5973\\u7267\\u5e08\\uff0c\\u58f0\\u97f3\\u597d\\u542c\\uff0c\\u4fe1\\u606f\\u662f\\u300a\\u6309\\u7740\\u6b21\\u5e8f\\u656c\\u62dc\\u795e\\u300b\\uff0c\\u7ecf\\u6587\\u201c\\u6797\\u524d14\\uff1a26-36.\\u201d\\u5f3a\\u8c03\\u6069\\u8d50\\u5e94\\u4ee5\\u9020\\u5c31\\u4eba\\u4e3a\\u76ee\\u7684\\uff0c\\u8981\\u6709\\u6b21\\u5e8f\\uff0c\\u795e\\u7684\\u521b\\u9020\\u548c\\u795e\\u7684\\u5bb6\\u90fd\\u662f\\u6709\\u6b21\\u5e8f\\u7684\\uff01\\u89c2\\u770b\\u5468\\u56f4\\u4eba\\uff0c\\u90fd\\u9ed8\\u9ed8\\u8046\\u542c\\uff0c\\u4e5f\\u6709\\u4eba\\u4f3c\\u7761\\u89c9\\u7684\\u6837\\u5b50\\uff0c\\u8fd9\\u65f6\\u6559\\u5802\\u5185\\u4eba\\u591a\\u8d77\\u6765\\uff0c\\u5927\\u6982\\u6709200\\u591a\\u4eba\\uff0c\\u8fd8\\u6709\\u6b63\\u8d70\\u8fdb\\u6765\\u7684\\uff0c\\u8001\\u4eba\\u5987\\u5973\\u5c45\\u591a\\uff0c\\u8fd9\\u4e9b\\u4eba\\u5bf9\\u7267\\u5e08\\u8bb2\\u9053\\u6ca1\\u5565\\u56de\\u5e94\\uff01<br \\/>\\n 10\\u70b9\\u534a\\uff0c\\u8bb2\\u9053\\u7ed3\\u675f\\uff0c\\u4e3b\\u793c\\u4eba\\u8bf7\\u7b2c\\u4e00\\u6b21\\u6765\\u4eba\\u7ad9\\u8d77\\u6765\\uff0c\\u5305\\u62ec\\u6211\\u5728\\u5185\\u6709\\u4e09\\u4e2a\\u4eba\\uff0c\\u5927\\u5bb6\\u5531\\u6b22\\u8fce\\u6b4c\\uff0c\\u4ed6\\u4eec\\u8bf4\\u201c\\u4e0a\\u5e1d\\u7231\\u6211\\u4eec\\uff0c\\u6b22\\u8fce\\u6211\\u4eec\\u201d\\uff01\\u6709\\u70b9\\u611f\\u52a8\\uff0c\\u65c1\\u8fb9\\u65b0\\u6765\\u5973\\u5b50\\u54ed\\u4e86\\uff0c\\u4e00\\u4e2a\\u963f\\u59e8\\u5bf9\\u5979\\u8868\\u793a\\u5173\\u5fc3\\uff01\\u7267\\u5e08\\u795d\\u798f\\uff0c\\u5531\\u300a\\u963f\\u4eec\\u9882\\u300b\\uff0c\\u793c\\u62dc\\u7ed3\\u675f\\uff01<br \\/>\\n \\u4e24\\u4e2a\\u5c0f\\u65f6\\u7684\\u53c2\\u4e0e\\uff0c\\u6211\\u5bf9\\u6b64\\u6559\\u4f1a\\u7684\\u8ba4\\u8bc6\\uff1a\\u4ed6\\u4eec\\u79f0\\u8fd9\\u662f\\u201c\\u793c\\u62dc\\u201d\\uff0c\\u656c\\u62dc\\u4e0a\\u5e1d\\uff0c\\u662f\\u4fe1\\u8036\\u7a23\\uff0c\\u4ed6\\u4eec\\u8bf4\\u81ea\\u5df1\\u662f\\u795e\\u7684\\u513f\\u5973\\uff0c\\u6559\\u4f1a\\u662f\\u795e\\u5728\\u4ed6\\u4eec\\u4e2d\\u95f4\\u7684\\u5927\\u5bb6\\u5ead\\uff0c\\u4ed6\\u4eec\\u662f\\u5f1f\\u5144\\u59d0\\u59b9\\uff0c\\u795e\\u7231\\u6bcf\\u4e00\\u4e2a\\u4eba\\uff0c\\u795e\\u80fd\\u5e2e\\u52a9\\u6bcf\\u4e00\\u4e2a\\u4eba\\u3002\\u4ed6\\u4eec\\u79f0\\u65b0\\u6765\\u7684\\u4eba\\u662f\\u670b\\u53cb\\uff0c\\u5e0c\\u671b\\u65b0\\u670b\\u53cb\\u5e38\\u6765\\u805a\\u4f1a\\u3002\\u805a\\u4f1a\\u4e2d\\uff0c\\u4ed6\\u4eec\\u9f13\\u52b1\\u5927\\u5bb6\\u4e00\\u540c\\u8d5e\\u7f8e\\uff0c\\u5531\\u8bd7\\u65f6\\u5927\\u5bb6\\u4f1a\\u8d77\\u7acb\\uff0c\\u7ed3\\u675f\\u540e\\u9080\\u8bf7\\u5927\\u5bb6\\u76f8\\u4e92\\u4ea4\\u6d41\\uff0c\\u63d0\\u51fa\\u610f\\u89c1\\u548c\\u95ee\\u9898\\u3002\\u6574\\u4f53\\u611f\\u89c9\\u8fc7\\u7a0b\\u6709\\u70b9\\u6c89\\u95f7\\uff0c\\u4f1a\\u4f17\\u53cd\\u5e94\\u5e73\\u6de1\\u3002 \\u56e0\\u4e3a\\u5929\\u6c14\\u51c9\\uff0c\\u6ca1\\u6709\\u6696\\u98ce\\uff0c\\u5750\\u5728\\u91cc\\u8fb9\\u611f\\u89c9\\u51b7\\uff0c\\u9700\\u8981\\u591a\\u7a7f\\u8863\\u670d\\uff0c\\u6709\\u4eba\\u4e0d\\u65ad\\u8fdb\\u51fa\\u6559\\u5802\\uff0c\\u5076\\u5c14\\u6709\\u7535\\u8bdd\\u94c3\\u58f0\\u5ffd\\u800c\\u54cd\\u8d77\\uff0c\\u4ed6\\u7740\\u6025\\u62ff\\u624b\\u673a\\u5374\\u4e0d\\u80fd\\u5173\\u95ed\\u94c3\\u58f0\\uff0c\\u54c8\\u54c8\\uff0c\\u5468\\u56f4\\u4eba\\u90fd\\u770b\\u4ed6\\uff01<br \\/>\\n \\u5bf9\\u6b64\\u805a\\u4f1a\\u6765\\u8bf4\\uff0c\\u89c6\\u89c9\\uff0c\\u542c\\u89c9\\uff0c\\u89e6\\u89c9\\uff0c\\u8282\\u594f\\uff0c\\u611f\\u6e29\\u5ea6\\uff0c\\u65f6\\u95f4\\u611f\\uff0c\\u53d1\\u95ee\\u80fd\\u529b\\u90fd\\u5f88\\u91cd\\u8981\\uff0c\\u4e3b\\u793c\\u4eba\\uff0c\\u7267\\u5e08\\uff0c\\u6559\\u5531\\u4eba\\u5458\\u7684\\u8bed\\u6c14\\uff0c\\u58f0\\u97f3\\uff0c\\u5927\\u5c4f\\u5e55\\u663e\\u793a\\uff0c\\u8bd7\\u6b4c\\u8282\\u594f\\u90fd\\u5f71\\u54cd\\u4f1a\\u4f17\\u60c5\\u7eea\\uff0c\\u6ca1\\u6709\\u5565\\u4e92\\u52a8\\uff0c\\u611f\\u89c9\\u6709\\u70b9\\u7f3a\\u4e4f\\u6fc0\\u60c5\\uff0c\\u6559\\u5802\\u5899\\u58c1\\u548c\\u56db\\u5468\\u6ca1\\u5565\\u88c5\\u9970\\u7269\\uff0c\\u989c\\u8272\\u5355\\u8c03\\u3002\\u5e74\\u8f7b\\u4eba\\u592a\\u5c11\\uff0c\\u805a\\u4f1a\\u65f6\\u95f4\\u6709\\u70b9\\u957f\\uff0c\\u4e0d\\u7d27\\u51d1\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":6,\"triggeredfrom\":\"forum_add_new_post\"}',1698677399,'web','92.118.188.229',NULL),(5817,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',81,'c',2,72,70,33,23,2,NULL,0,'{\"discussionid\":6,\"forumid\":9,\"forumtype\":\"single\"}',1698677399,'web','92.118.188.229',NULL),(5818,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',69,'c',2,72,70,33,23,2,23,0,'{\"forumid\":9,\"discussion\":6}',1698677399,'web','92.118.188.229',NULL),(5819,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,23,2,NULL,0,'null',1698677400,'web','92.118.188.229',NULL),(5820,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',81,'c',2,72,70,33,23,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u5916\\u661f\\u4eba\\u89c2\\u5bdf\\u62a5\\u544a<br>\\r\\n\\u5317\\u4eac\\u65f6\\u95f4\\uff1a2023.10.22<br>\\r\\n\\u6211\\u662f\\u706b\\u661f\\u4eba\\u5361\\u62c9\\u514b\\u65af\\uff0c\\u4eca\\u5929\\u6765\\u5230\\u5317\\u4eac\\u5317\\u90e8\\u4e0a\\u7a7a\\uff0c\\u51c6\\u5907\\u53bb\\u770b\\u770b\\u8fd9\\u91cc\\u4eba\\u4eec\\u7684\\u751f\\u6d3b\\u548c\\u4fe1\\u4ef0\\u72b6\\u51b5\\u3002<br>\\r\\n \\u7a7a\\u4e2d\\u9065\\u770b\\uff0c\\u7fa4\\u5c71\\u73af\\u62b1\\u4e2d\\u6709\\u4e00\\u5ea7\\u5c0f\\u57ce\\u9547\\uff0c\\u7d27\\u90bb\\u5317\\u4eac\\u516b\\u8fbe\\u5cad\\u957f\\u57ce\\u3002\\u6df1\\u79cb\\u65f6\\u8282\\uff0c\\u5929\\u6c14\\u6e10\\u5bd2\\uff0c\\u7ea2\\u9ec4\\u7eff\\u5404\\u8272\\u6811\\u53f6\\u5728\\u84dd\\u5929\\u767d\\u4e91\\uff0c\\u7eff\\u6c34\\u9752\\u5c71\\u95f4\\u597d\\u7f8e\\u554a\\uff01\\u5341\\u5b57\\u8def\\u53e3\\u65c1\\uff0c\\u4e00\\u5ea7\\u5c16\\u9876\\u7684\\u5efa\\u7b51\\uff0c\\u5f88\\u50cf\\u6559\\u5802\\uff0c\\u5c16\\u9876\\u4e0a\\u6ca1\\u6709\\u5341\\u5b57\\u67b6\\uff0c\\u5357\\u9762\\u6b63\\u95e8\\u65c1\\u6709\\u724c\\u5b50\\uff0c\\u5199\\u7740\\u57fa\\u7763\\u6559\\u5802\\u3002\\u6559\\u5802\\u524d\\u6709\\u6761\\u6cb3\\uff0c\\u666f\\u8272\\u5b9c\\u4eba\\uff0c\\u8fdb\\u53bb\\u770b\\u770b\\u5427\\uff01<br>\\r\\n \\u8fdb\\u5165\\u9662\\u95e8\\uff0c\\u6709\\u63a5\\u5f85\\u59d0\\u59b9\\u70ed\\u60c5\\u95ee\\u5019\\uff01\\u4e0a\\u53f0\\u9636\\uff0c\\u8fdb\\u5165\\u6559\\u5802\\u5927\\u95e8\\uff0c\\u5bbd\\u655e\\u7684\\u524d\\u5385\\uff0c\\u5899\\u58c1\\u4e0a\\u6709\\u51e0\\u5e45\\u540d\\u753b\\uff0c\\u8c6a\\u534e\\u540a\\u706f\\u5782\\u5728\\u4e2d\\u592e\\uff0c\\u5404\\u79cd\\u7eff\\u690d\\u82b1\\u5349\\u6392\\u6ee1\\u4e24\\u8fb9\\u3002\\u518d\\u8fc7\\u4e00\\u9053\\u95e8\\uff0c\\u662f\\u656c\\u62dc\\u5927\\u5385\\uff0c\\u5f88\\u591a\\u6392\\u5ea7\\u6905\\uff0c\\u91cc\\u8fb9\\u4eba\\u4e0d\\u591a\\uff0c\\u5927\\u6982\\u6709\\u51e0\\u5341\\u4eba\\u5427\\u3002\\u63a5\\u5f85\\u59d0\\u59b9\\u770b\\u51fa\\u6211\\u662f\\u65b0\\u6765\\u5ba2\\u4eba\\uff0c\\u4e3b\\u52a8\\u95ee\\u5019\\u8bf7\\u6211\\u524d\\u6392\\u5c31\\u5750\\u3002\\u5c0f\\u8bb2\\u53f0\\u524d\\u6709\\u4eba\\u6559\\u5531\\u8bd7\\u6b4c\\uff0c\\u8bd7\\u6b4c\\u5f88\\u597d\\u542c\\uff0c\\u54c8\\u5229\\u8def\\u4e9a\\uff01<br>\\r\\n \\u6559\\u5802\\u5185\\u9ad8\\u9ad8\\u7684\\u7a79\\u9876\\uff0c\\u4ece\\u9876\\u90e8\\u5782\\u4e0b\\u4e24\\u6392\\u540a\\u706f\\uff0c\\u9633\\u5149\\u4ece\\u5468\\u56f4\\u7a97\\u6237\\u6444\\u5165\\uff0c\\u5f88\\u660e\\u4eae\\uff0c\\u6b63\\u524d\\u9762\\u5899\\u58c1\\u4e0a\\u6709\\u9ad8\\u5927\\u7684\\u767d\\u8272\\u5341\\u5b57\\u67b6\\uff0c\\u4e0e\\u5899\\u58c1\\u8fde\\u4e3a\\u4e00\\u4f53\\uff0c\\u6b63\\u4e2d\\u6709\\u4e00\\u4e2a\\u5c0f\\u7684\\u6728\\u8d28\\u5341\\u5b57\\u67b6\\uff0c\\u5723\\u53f0\\u4e0a\\u6709\\u67dc\\u5b50\\u548c\\u684c\\u5b50\\uff0c\\u684c\\u5b50\\u4e0a\\u6709\\u9c9c\\u82b1\\uff0c\\u4e24\\u8fb9\\u5404\\u6709\\u4e00\\u4e2a\\u71c3\\u7740\\u4e03\\u652f\\u7ea2\\u8721\\u70db\\u7684\\u94f6\\u8272\\u70db\\u53f0\\u3002\\u56e0\\u4e3a\\u6c14\\u6e29\\u4f4e\\uff0c\\u611f\\u89c9\\u6709\\u70b9\\u51b7\\u3002<br>\\r\\n 9\\u70b9\\u949f\\uff0c\\u6559\\u5531\\u7ed3\\u675f\\uff0c\\u5927\\u5bb6\\u5f88\\u5b89\\u9759\\uff0c\\u7a7a\\u4e2d\\u4f20\\u6765\\u949f\\u58f0\\uff0c\\u7136\\u540e\\u94a2\\u7434\\u58f0\\u54cd\\u8d77\\uff0c\\u4e00\\u5927\\u961f\\u8bd7\\u73ed\\u5458\\u548c\\u7267\\u5e08\\u4ece\\u5927\\u5385\\u4e2d\\u95f4\\u8fdb\\u5165\\u6559\\u5802\\uff0c\\u5728\\u5404\\u81ea\\u4f4d\\u7f6e\\u7ad9\\u597d\\uff0c\\u8bd7\\u73ed\\u5531\\u201c\\u4e3b\\u5728\\u5723\\u6bbf\\u4e2d\\uff0c\\u666e\\u5929\\u7684\\u4eba\\u5728\\u4e3b\\u9762\\u524d\\u90fd\\u5e94\\u5f53\\u8083\\u9759\\uff01\\u201d\\u4e3b\\u65e5\\u5d07\\u62dc\\u5f00\\u59cb\\uff01\\u4e3b\\u793c\\u5458\\u5e26\\u9886\\u5927\\u5bb6\\u5ba3\\u4fe1\\uff0c\\u5531\\u8bd7\\uff0c\\u7977\\u544a\\uff0c\\u8bd7\\u73ed\\u732e\\u8bd7\\u300a\\u795e\\u5723\\u6551\\u4e3b\\u300b\\uff0c\\u8036\\u7a23\\u57fa\\u7763\\u9053\\u6210\\u8089\\u8eab\\uff0c\\u5351\\u5fae\\u8bde\\u964d\\u9a6c\\u69fd\\u4e2d\\uff0c\\u5929\\u4f7f\\u5929\\u519b\\u6b22\\u547c\\u656c\\u62dc\\uff0c\\u4e3a\\u6211\\u4eec\\u5e26\\u6765\\u5c5e\\u5929\\u798f\\u6c14\\uff0c\\u591a\\u4e48\\u7f8e\\u597d\\u7684\\u6b4c\\u58f0\\uff0c\\u5929\\u4f7f\\u548c\\u6211\\u4eec\\u4e00\\u540c\\u656c\\u62dc\\uff01<br>\\r\\n \\u656c\\u62dc\\u4e2d\\u6709\\u4e09\\u6b21\\u4f1a\\u4f17\\u5531\\u8bd7\\uff0c\\u591a\\u6570\\u4eba\\u4f1a\\u5531\\uff0c\\u6709\\u4eba\\u4e0d\\u5f20\\u53e3\\u3002\\u8bc1\\u9053\\u7684\\u662f\\u5973\\u7267\\u5e08\\uff0c\\u58f0\\u97f3\\u597d\\u542c\\uff0c\\u4fe1\\u606f\\u662f\\u300a\\u6309\\u7740\\u6b21\\u5e8f\\u656c\\u62dc\\u795e\\u300b\\uff0c\\u7ecf\\u6587\\u201c\\u6797\\u524d14\\uff1a26-36.\\u201d\\u5f3a\\u8c03\\u6069\\u8d50\\u5e94\\u4ee5\\u9020\\u5c31\\u4eba\\u4e3a\\u76ee\\u7684\\uff0c\\u8981\\u6709\\u6b21\\u5e8f\\uff0c\\u795e\\u7684\\u521b\\u9020\\u548c\\u795e\\u7684\\u5bb6\\u90fd\\u662f\\u6709\\u6b21\\u5e8f\\u7684\\uff01\\u89c2\\u770b\\u5468\\u56f4\\u4eba\\uff0c\\u90fd\\u9ed8\\u9ed8\\u8046\\u542c\\uff0c\\u4e5f\\u6709\\u4eba\\u4f3c\\u7761\\u89c9\\u7684\\u6837\\u5b50\\uff0c\\u8fd9\\u65f6\\u5927\\u6982\\u6709200\\u591a\\u4eba\\uff0c\\u8fd8\\u6709\\u4eba\\u521a\\u8d70\\u8fdb\\u6765\\u7684\\uff0c\\u8001\\u4eba\\u5987\\u5973\\u5c45\\u591a\\uff01<br>\\r\\n 10\\u70b9\\u534a\\uff0c\\u8bb2\\u9053\\u7ed3\\u675f\\uff0c\\u4e3b\\u793c\\u4eba\\u8bf7\\u7b2c\\u4e00\\u6b21\\u6765\\u4eba\\u7ad9\\u8d77\\u6765\\uff0c\\u5305\\u62ec\\u6211\\u5728\\u5185\\u6709\\u4e09\\u4e2a\\u4eba\\uff0c\\u5927\\u5bb6\\u5531\\u6b22\\u8fce\\u6b4c\\uff0c\\u4ed6\\u4eec\\u8bf4\\u201c\\u4e0a\\u5e1d\\u7231\\u6211\\u4eec\\uff0c\\u6b22\\u8fce\\u6211\\u4eec\\u201d\\uff01\\u6709\\u70b9\\u611f\\u52a8\\uff0c\\u65c1\\u8fb9\\u65b0\\u6765\\u5973\\u5b50\\u54ed\\u4e86\\uff0c\\u7267\\u5e08\\u795d\\u798f\\uff0c\\u5531\\u300a\\u963f\\u4eec\\u9882\\u300b\\uff0c\\u793c\\u62dc\\u7ed3\\u675f\\uff01<br>\\r\\n \\u4e24\\u4e2a\\u5c0f\\u65f6\\u7684\\u53c2\\u4e0e\\uff0c\\u6211\\u7684\\u8ba4\\u8bc6\\uff1a\\u4ed6\\u4eec\\u79f0\\u8fd9\\u662f\\u201c\\u793c\\u62dc\\u201d\\uff0c\\u656c\\u62dc\\u4e0a\\u5e1d\\uff0c\\u662f\\u4fe1\\u8036\\u7a23\\uff0c\\u4ed6\\u4eec\\u8bf4\\u81ea\\u5df1\\u662f\\u795e\\u7684\\u513f\\u5973\\uff0c\\u6559\\u4f1a\\u662f\\u795e\\u5728\\u4ed6\\u4eec\\u4e2d\\u95f4\\u7684\\u5927\\u5bb6\\u5ead\\uff0c\\u4ed6\\u4eec\\u662f\\u5f1f\\u5144\\u59d0\\u59b9\\uff0c\\u795e\\u7231\\u6bcf\\u4e00\\u4e2a\\u4eba\\u3002\\u4ed6\\u4eec\\u79f0\\u65b0\\u6765\\u7684\\u4eba\\u662f\\u670b\\u53cb\\uff0c\\u5e0c\\u671b\\u5e38\\u6765\\u805a\\u4f1a\\u3002\\u805a\\u4f1a\\u4e2d\\uff0c\\u4ed6\\u4eec\\u9f13\\u52b1\\u5927\\u5bb6\\u4e00\\u540c\\u8d5e\\u7f8e\\uff0c\\u5531\\u8bd7\\u65f6\\u5927\\u5bb6\\u4f1a\\u8d77\\u7acb\\uff0c\\u7ed3\\u675f\\u540e\\u9080\\u8bf7\\u5927\\u5bb6\\u76f8\\u4e92\\u4ea4\\u6d41\\u3002\\u6574\\u4f53\\u611f\\u89c9\\u8fc7\\u7a0b\\u6709\\u70b9\\u6c89\\u95f7\\uff0c\\u4f1a\\u4f17\\u53cd\\u5e94\\u5e73\\u6de1\\u3002 \\u56e0\\u4e3a\\u5929\\u6c14\\u51c9\\uff0c\\u6ca1\\u6709\\u6696\\u98ce\\uff0c\\u9700\\u8981\\u591a\\u7a7f\\u8863\\u670d\\uff0c\\u6709\\u4eba\\u4e0d\\u65ad\\u8fdb\\u51fa\\u6559\\u5802\\uff0c\\u5076\\u5c14\\u6709\\u7535\\u8bdd\\u94c3\\u58f0\\u5ffd\\u800c\\u54cd\\u8d77\\uff0c\\u4ed6\\u7740\\u6025\\u62ff\\u624b\\u673a\\u5374\\u4e0d\\u80fd\\u5173\\u95ed\\u94c3\\u58f0\\uff0c\\u54c8\\u54c8\\uff0c\\u5468\\u56f4\\u4eba\\u90fd\\u770b\\u4ed6\\uff01<br>\\r\\n \\u89c6\\u89c9\\uff0c\\u542c\\u89c9\\uff0c\\u89e6\\u89c9\\uff0c\\u8282\\u594f\\uff0c\\u611f\\u6e29\\u5ea6\\uff0c\\u65f6\\u95f4\\u611f\\uff0c\\u53d1\\u95ee\\u80fd\\u529b\\u90fd\\u5f88\\u91cd\\u8981\\uff0c\\u4e3b\\u793c\\u4eba\\uff0c\\u7267\\u5e08\\uff0c\\u6559\\u5531\\u4eba\\u5458\\u7684\\u8bed\\u6c14\\uff0c\\u58f0\\u97f3\\uff0c\\u5927\\u5c4f\\u5e55\\u663e\\u793a\\uff0c\\u8bd7\\u6b4c\\u8282\\u594f\\u90fd\\u5f71\\u54cd\\u4f1a\\u4f17\\u60c5\\u7eea\\uff0c\\u6ca1\\u6709\\u5565\\u4e92\\u52a8\\uff0c\\u6559\\u5802\\u5185\\u6ca1\\u5565\\u88c5\\u9970\\u7269\\uff0c\\u989c\\u8272\\u5355\\u8c03\\u3002\\u5e74\\u8f7b\\u4eba\\u592a\\u5c11\\uff0c\\u805a\\u4f1a\\u65f6\\u95f4\\u6709\\u70b9\\u957f\\uff0c\\u4e0d\\u7d27\\u51d1\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":\"6\",\"triggeredfrom\":\"forum_update_post\"}',1698678696,'web','92.118.188.229',NULL),(5821,'\\mod_forum\\event\\post_updated','mod_forum','updated','post','forum_posts',81,'u',2,72,70,33,23,2,23,0,'{\"discussionid\":6,\"forumid\":9,\"forumtype\":\"single\"}',1698678696,'web','92.118.188.229',NULL),(5822,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,23,2,NULL,0,'null',1698678696,'web','92.118.188.229',NULL),(5823,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,23,2,NULL,0,'null',1698678729,'web','92.118.188.229',NULL),(5824,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,23,2,NULL,0,'null',1698678731,'web','92.118.188.229',NULL),(5825,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1698678756,'web','92.118.188.229',NULL),(5826,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1698678760,'web','92.118.188.229',NULL),(5827,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,23,2,NULL,0,'null',1698678777,'web','92.118.188.229',NULL),(5828,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',82,'c',2,74,70,35,23,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">1\\u9605\\u8bfb\\uff1a\\u5df2\\u7ecf\\u8bfb\\u5b8c\\u6587\\u7ae0\\u3002<br \\/>\\n2\\u671f\\u672b\\u62a5\\u544a\\u8003\\u8651\\u5199\\u7535\\u5f71\\u300a\\u963f\\u7518\\u6b63\\u4f20\\u300b\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":7,\"triggeredfrom\":\"forum_add_new_post\"}',1698679011,'web','92.118.188.229',NULL),(5829,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',82,'c',2,74,70,35,23,2,NULL,0,'{\"discussionid\":7,\"forumid\":10,\"forumtype\":\"single\"}',1698679011,'web','92.118.188.229',NULL),(5830,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',70,'c',2,74,70,35,23,2,23,0,'{\"forumid\":10,\"discussion\":7}',1698679011,'web','92.118.188.229',NULL),(5831,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,23,2,NULL,0,'null',1698679012,'web','92.118.188.229',NULL),(5832,'\\core\\event\\user_loggedout','core','loggedout','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"sessionid\":\"72dd50nhcnr3mg9vqpdkmeonrr\"}',1698679047,'web','92.118.188.229',NULL),(5833,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698679048,'web','92.118.188.229',NULL),(5834,'\\core\\event\\notification_sent','core','sent','notification','notifications',621,'c',0,1,10,0,19,0,11,0,'{\"courseid\":\"2\"}',1698680647,'cli',NULL,NULL),(5835,'\\core\\event\\notification_sent','core','sent','notification','notifications',622,'c',0,1,10,0,19,0,19,0,'{\"courseid\":\"2\"}',1698680649,'cli',NULL,NULL),(5836,'\\core\\event\\notification_sent','core','sent','notification','notifications',623,'c',0,1,10,0,23,0,11,0,'{\"courseid\":\"2\"}',1698681007,'cli',NULL,NULL),(5837,'\\core\\event\\notification_sent','core','sent','notification','notifications',624,'c',0,1,10,0,23,0,23,0,'{\"courseid\":\"2\"}',1698681010,'cli',NULL,NULL),(5838,'\\core\\event\\notification_sent','core','sent','notification','notifications',625,'c',0,1,10,0,23,0,13,0,'{\"courseid\":\"2\"}',1698681014,'cli',NULL,NULL),(5839,'\\core\\event\\notification_sent','core','sent','notification','notifications',626,'c',0,1,10,0,23,0,5,0,'{\"courseid\":\"2\"}',1698681017,'cli',NULL,NULL),(5840,'\\core\\event\\notification_sent','core','sent','notification','notifications',627,'c',0,1,10,0,23,0,16,0,'{\"courseid\":\"2\"}',1698681020,'cli',NULL,NULL),(5841,'\\core\\event\\notification_sent','core','sent','notification','notifications',628,'c',0,1,10,0,23,0,2,0,'{\"courseid\":\"2\"}',1698681023,'cli',NULL,NULL),(5842,'\\core\\event\\notification_sent','core','sent','notification','notifications',629,'c',0,1,10,0,23,0,19,0,'{\"courseid\":\"2\"}',1698681025,'cli',NULL,NULL),(5843,'\\core\\event\\notification_sent','core','sent','notification','notifications',630,'c',0,1,10,0,23,0,14,0,'{\"courseid\":\"2\"}',1698681029,'cli',NULL,NULL),(5844,'\\core\\event\\notification_sent','core','sent','notification','notifications',631,'c',0,1,10,0,23,0,11,0,'{\"courseid\":\"2\"}',1698682626,'cli',NULL,NULL),(5845,'\\core\\event\\notification_sent','core','sent','notification','notifications',632,'c',0,1,10,0,23,0,23,0,'{\"courseid\":\"2\"}',1698682629,'cli',NULL,NULL),(5846,'\\core\\event\\notification_sent','core','sent','notification','notifications',633,'c',0,1,10,0,23,0,19,0,'{\"courseid\":\"2\"}',1698682632,'cli',NULL,NULL),(5847,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1698715547,'web','122.118.42.39',NULL),(5848,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,20,2,NULL,0,'null',1698715547,'web','122.118.42.39',NULL),(5849,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698715954,'web','118.167.25.239',NULL),(5850,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1698715958,'web','118.167.25.239',NULL),(5851,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1698715958,'web','118.167.25.239',NULL),(5852,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698715961,'web','118.167.25.239',NULL),(5853,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',3,'r',2,31,70,12,17,2,NULL,0,'null',1698715964,'web','118.167.25.239',NULL),(5854,'\\core\\event\\notification_sent','core','sent','notification','notifications',634,'c',0,1,10,0,0,0,17,0,'{\"courseid\":\"1\"}',1698715991,'cli',NULL,NULL),(5855,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698716049,'web','118.167.25.239',NULL),(5856,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',6,'r',2,55,70,16,17,2,NULL,0,'null',1698716052,'web','118.167.25.239',NULL),(5857,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698716062,'web','118.167.25.239',NULL),(5858,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,17,2,NULL,0,'null',1698716064,'web','118.167.25.239',NULL),(5859,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698716072,'web','118.167.25.239',NULL),(5860,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',11,'r',2,62,70,23,17,2,NULL,0,'null',1698716077,'web','118.167.25.239',NULL),(5861,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698716085,'web','118.167.25.239',NULL),(5862,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,17,2,NULL,0,'null',1698716089,'web','118.167.25.239',NULL),(5863,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698716111,'web','118.167.25.239',NULL),(5864,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,17,2,NULL,0,'null',1698716114,'web','118.167.25.239',NULL),(5865,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698716120,'web','118.167.25.239',NULL),(5866,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,17,2,NULL,0,'null',1698716132,'web','118.167.25.239',NULL),(5867,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698716464,'web','117.56.58.51',NULL),(5868,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698725728,'web','117.56.58.51',NULL),(5869,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"reason\":3}',1698725751,'web','117.56.58.51',NULL),(5870,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"reason\":3}',1698725781,'web','117.56.58.51',NULL),(5871,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1698725806,'web','117.56.58.51',NULL),(5872,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1698725806,'web','117.56.58.51',NULL),(5873,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1698725810,'web','117.56.58.51',NULL),(5874,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,14,2,NULL,0,'null',1698725831,'web','117.56.58.51',NULL),(5875,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,14,2,NULL,0,'null',1698725870,'web','117.56.58.51',NULL),(5876,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,14,2,NULL,0,'null',1698725882,'web','117.56.58.51',NULL),(5877,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,14,2,NULL,0,'null',1698726060,'web','117.56.58.51',NULL),(5878,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1698726075,'web','117.56.58.51',NULL),(5879,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,14,2,NULL,0,'null',1698726082,'web','117.56.58.51',NULL),(5880,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',83,'c',2,74,70,35,14,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">1.\\t\\u6211\\u8b80\\u5b8c\\u6587\\u7ae0\\u4e86<br \\/>\\n2.\\t\\u671f\\u672b\\u5831\\u544a\\u8003\\u616e\\u5beb\\u96fb\\u5f71\\u300a\\u81ea\\u7531\\u4e4b\\u8072\\u300b\\u6216\\u300a\\u84bc\\u9dfa\\u8207\\u5c11\\u5e74\\u300b<\\/div>\",\"pathnamehashes\":[],\"discussionid\":7,\"triggeredfrom\":\"forum_add_new_post\"}',1698726641,'web','117.56.58.51',NULL),(5881,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',83,'c',2,74,70,35,14,2,NULL,0,'{\"discussionid\":7,\"forumid\":10,\"forumtype\":\"single\"}',1698726641,'web','117.56.58.51',NULL),(5882,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',71,'c',2,74,70,35,14,2,14,0,'{\"forumid\":10,\"discussion\":7}',1698726641,'web','117.56.58.51',NULL),(5883,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,14,2,NULL,0,'null',1698726642,'web','117.56.58.51',NULL),(5884,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,14,2,NULL,0,'null',1698726675,'web','117.56.58.51',NULL),(5885,'\\core\\event\\notification_sent','core','sent','notification','notifications',635,'c',0,1,10,0,14,0,11,0,'{\"courseid\":\"2\"}',1698730267,'cli',NULL,NULL),(5886,'\\core\\event\\notification_sent','core','sent','notification','notifications',636,'c',0,1,10,0,14,0,23,0,'{\"courseid\":\"2\"}',1698730270,'cli',NULL,NULL),(5887,'\\core\\event\\notification_sent','core','sent','notification','notifications',637,'c',0,1,10,0,14,0,19,0,'{\"courseid\":\"2\"}',1698730274,'cli',NULL,NULL),(5888,'\\core\\event\\notification_sent','core','sent','notification','notifications',638,'c',0,1,10,0,14,0,14,0,'{\"courseid\":\"2\"}',1698730279,'cli',NULL,NULL),(5889,'\\core\\event\\user_loggedin','core','loggedin','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"extrauserinfo\":[]}',1698730336,'web','101.228.208.10',NULL),(5890,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,16,0,NULL,0,'null',1698730336,'web','101.228.208.10',NULL),(5891,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1698730338,'web','101.228.208.10',NULL),(5892,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,16,2,NULL,0,'null',1698730354,'web','101.228.208.10',NULL),(5893,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1698730632,'web','101.228.208.10',NULL),(5894,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,16,2,NULL,0,'null',1698730637,'web','101.228.208.10',NULL),(5895,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1698733451,'web','101.228.208.10',NULL),(5896,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,16,2,NULL,0,'null',1698733457,'web','101.228.208.10',NULL),(5897,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',84,'c',2,72,70,33,16,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u672c\\u5468\\u9605\\u8bfb\\u5df2\\u5b8c\\u6210<\\/div>\",\"pathnamehashes\":[],\"discussionid\":6,\"triggeredfrom\":\"forum_add_new_post\"}',1698733483,'web','101.228.208.10',NULL),(5898,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',84,'c',2,72,70,33,16,2,NULL,0,'{\"discussionid\":6,\"forumid\":9,\"forumtype\":\"single\"}',1698733483,'web','101.228.208.10',NULL),(5899,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,16,2,NULL,0,'null',1698733483,'web','101.228.208.10',NULL),(5900,'\\core\\event\\notification_sent','core','sent','notification','notifications',639,'c',0,1,10,0,16,0,11,0,'{\"courseid\":\"2\"}',1698737107,'cli',NULL,NULL),(5901,'\\core\\event\\notification_sent','core','sent','notification','notifications',640,'c',0,1,10,0,16,0,23,0,'{\"courseid\":\"2\"}',1698737110,'cli',NULL,NULL),(5902,'\\core\\event\\notification_sent','core','sent','notification','notifications',641,'c',0,1,10,0,16,0,13,0,'{\"courseid\":\"2\"}',1698737113,'cli',NULL,NULL),(5903,'\\core\\event\\notification_sent','core','sent','notification','notifications',642,'c',0,1,10,0,16,0,5,0,'{\"courseid\":\"2\"}',1698737116,'cli',NULL,NULL),(5904,'\\core\\event\\notification_sent','core','sent','notification','notifications',643,'c',0,1,10,0,16,0,16,0,'{\"courseid\":\"2\"}',1698737119,'cli',NULL,NULL),(5905,'\\core\\event\\notification_sent','core','sent','notification','notifications',644,'c',0,1,10,0,16,0,2,0,'{\"courseid\":\"2\"}',1698737122,'cli',NULL,NULL),(5906,'\\core\\event\\notification_sent','core','sent','notification','notifications',645,'c',0,1,10,0,16,0,19,0,'{\"courseid\":\"2\"}',1698737125,'cli',NULL,NULL),(5907,'\\core\\event\\notification_sent','core','sent','notification','notifications',646,'c',0,1,10,0,16,0,14,0,'{\"courseid\":\"2\"}',1698737128,'cli',NULL,NULL),(5908,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698737959,'web','117.56.58.51',NULL),(5909,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,20,2,NULL,0,'null',1698740558,'web','122.118.42.39',NULL),(5910,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',85,'c',2,72,70,33,20,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u805a\\u6703\\u89c0\\u5bdf\\u5831\\u544a<br \\/>\\n<br \\/>\\n\\u22bf \\u805a\\u6703\\u6642\\u9593\\uff1a<br \\/>\\n\\u6b64\\u985e\\u578b\\u805a\\u6703\\u56fa\\u5b9a\\u65bc\\u9031\\u65e5\\u65e9\\u4e0a\\u9032\\u884c<br \\/>\\n<br \\/>\\n\\u22bf \\u805a\\u6703\\u6240\\u5728\\u5730\\u9ede\\uff1a\\u2028\\u9019\\u500b\\u805a\\u6703\\u5730\\u9ede\\u4f4d\\u65bc\\u4e00\\u68df30\\u5e7e\\u5e74\\u7684\\u8fa6\\u516c\\u5927\\u6a13\\u5167\\u7684\\u8fa6\\u516c\\u7a7a\\u9593\\uff0c\\u770b\\u8d77\\u4f86\\u662f\\u5c072~3\\u500b\\u8fa6\\u516c\\u7a7a\\u9593\\u6253\\u901a\\u4f86\\u4f5c\\u70ba\\u805a\\u6703\\u5834\\u6240\\u3002\\u6574\\u500b\\u5834\\u5730\\u5ea7\\u4f4d\\u7684\\u898f\\u5283\\uff0c\\u662f\\u4ee5\\u65b9\\u4fbf\\u79fb\\u52d5\\u7684\\u684c\\u6905\\u70ba\\u4e3b\\uff0c\\u770b\\u8d77\\u4f86\\u6709\\u6a5f\\u52d5\\u6027\\u7684\\u9700\\u6c42\\uff0c\\u4e14\\u770b\\u8d77\\u4f86\\u4e26\\u975e\\u5c07\\u6b64\\u805a\\u6703\\u5834\\u6240\\u4f5c\\u70ba\\u9577\\u4e45\\u6027\\u898f\\u5283\\u4e4b\\u5834\\u5730\\u3002<br \\/>\\n<br \\/>\\n\\u22bf \\u805a\\u6703\\u6210\\u54e1\\u7d44\\u6210<br \\/>\\n\\u53c3\\u8207\\u805a\\u6703\\u7684\\u4eba\\u6578\\u5c07\\u8fd1200\\u4eba\\uff0c\\u5e74\\u9f61\\u5206\\u4f48\\u6bd4\\u4f8b\\u5927\\u7d04\\u5982\\u4e0b\\uff1a<br \\/>\\n0-5\\u6b72 \\u5b30\\u5e7c\\u5152\\uff1a7%\\u2028<br \\/>\\n6-11\\u6b72 \\u5152\\u7ae5\\uff1a9%<br \\/>\\n12-24\\u6b72 \\u9752\\u5c11\\u5e74\\uff1a13%<br \\/>\\n25-44\\u6b72 \\u58ef\\u5e74\\uff1a37%<br \\/>\\n45-64\\u6b72 \\u4e2d\\u5e74\\uff1a25%<br \\/>\\n65\\u6b72\\u4ee5\\u4e0a \\u8001\\u5e74\\uff1a9%<br \\/>\\n<br \\/>\\n\\u7537\\u5973\\u6bd4\\u4f8b\\u5927\\u7d04\\u5982\\u4e0b\\uff1a<br \\/>\\n\\u7537\\uff1a32%<br \\/>\\n\\u5973\\uff1a68%<br \\/>\\n<br \\/>\\n<br \\/>\\n\\u89c0\\u5bdf\\u4eba\\u54e1\\u7d44\\u6210\\u6709\\u4ee5\\u4e0b\\u5e7e\\u9ede\\u7279\\u5fb5\\uff1a<br \\/>\\n1. \\u6709\\u8a31\\u591a\\u5bb6\\u5ead\\u662f\\u5168\\u5bb6\\u4e00\\u540c\\u51fa\\u5e2d\\u3002<br \\/>\\n2. \\u6709\\u5c0f\\u5b69\\u7684\\u7537\\u6027\\u9664\\u4e86\\u5168\\u5bb6\\u4e00\\u540c\\u51fa\\u5e2d\\u7684\\u60c5\\u6cc1\\uff0c\\u901a\\u5e38\\u90fd\\u662f\\u7368\\u81ea\\u51fa\\u5e2d\\uff1b\\u800c\\u901a\\u5e38\\u6709\\u5c0f\\u5b69\\u7684\\u5973\\u6027\\u90fd\\u6703\\u5e36\\u8457\\u5b69\\u5b50\\u4e00\\u8d77\\u51fa\\u5e2d\\u805a\\u6703\\u3002<br \\/>\\n\\u805a\\u6703\\u6210\\u54e1\\u4e4b\\u9593\\u5927\\u591a\\u5b58\\u5728\\u95dc\\u4fc2\\u7dda\\uff0c\\u662f\\u56e0\\u6210\\u54e1\\u4e4b\\u9593\\u4f86\\u5230\\u6b64\\u805a\\u6703\\uff0c\\u5927\\u591a\\u662f\\u5f7c\\u6b64\\u9593\\u53e3\\u8033\\u76f8\\u50b3\\u800c\\u4f86\\u3002<br \\/>\\n<br \\/>\\n<br \\/>\\n\\u89c0\\u5bdf\\u805a\\u6703\\u6210\\u54e1\\u4e4b\\u9593\\u7684\\u95dc\\u4fc2\\uff0c\\u6709\\u4ee5\\u4e0b\\u5e7e\\u9805\\u7279\\u9ede\\uff1a<br \\/>\\n1. \\u805a\\u6703\\u6210\\u54e1\\u4e4b\\u9593\\u5927\\u591a\\u4ee5\\u540d\\u5b57\\u5f7c\\u6b64\\u76f8\\u7a31\\uff0c\\u5e74\\u9f61\\u5dee\\u8ddd\\u5728\\u7a31\\u547c\\u4e0a\\u7684\\u8868\\u73fe\\u4e26\\u4e0d\\u660e\\u986f\\u3002\\u50c5\\u65bc\\u7a31\\u547c\\u4e00\\u4e9b\\u8f03\\u5e74\\u9577\\u8005\\u6703\\u52a0\\u4e0a\\u300c\\u59d0\\u300d\\u3001\\u300c\\u5976\\u5976\\u300d\\u3001\\u300c\\u723a\\u723a\\u300d\\u7b49\\u9069\\u7576\\u7684\\u7a31\\u8b02\\u3002<br \\/>\\n2. \\u805a\\u6703\\u6210\\u54e1\\u770b\\u5f85\\u4ed6\\u5011\\u7a31\\u70ba\\u7267\\u5e2b\\u3001\\u5e2b\\u6bcd\\u7684\\u4eba\\uff0c\\u611f\\u89ba\\u6bd4\\u8f03\\u50cf\\u662f\\u770b\\u5f85\\u7236\\u6bcd\\u7684\\u614b\\u5ea6\\uff0c\\u800c\\u4e0d\\u662f\\u770b\\u5f85\\u9818\\u5c0e\\u8005\\u7684\\u614b\\u5ea6\\u3002<br \\/>\\n3. \\u805a\\u6703\\u6210\\u54e1\\u4e4b\\u9593\\u6a02\\u65bc\\u5f7c\\u6b64\\u5e6b\\u52a9\\uff0c\\u8996\\u5f7c\\u6b64\\u70ba\\u89aa\\u8fd1\\u7684\\u5bb6\\u4eba\\u3002<br \\/>\\n4. \\u805a\\u6703\\u6210\\u54e1\\u4e4b\\u9593\\u8868\\u9054\\u611f\\u53d7\\u9817\\u70ba\\u958b\\u653e\\uff0c\\u5e38\\u6703\\u4ee5\\u8a00\\u8a9e\\u8868\\u9054\\u5fc3\\u88e1\\u7684\\u611f\\u53d7\\uff0c\\u4e5f\\u4e0d\\u541d\\u65bc\\u4ee5\\u64c1\\u62b1\\u5411\\u5f7c\\u6b64\\u8868\\u9054\\u3002<br \\/>\\n5. \\u81f3\\u5c11\\u4e00\\u534a\\u4ee5\\u4e0a\\u6bd4\\u4f8b\\u7684\\u6210\\u54e1\\uff0c\\u8ac7\\u8a71\\u65b9\\u5f0f\\u8f03\\u70ba\\u76f4\\u63a5\\uff0c\\u5f7c\\u6b64\\u9593\\u5728\\u610f\\u8aaa\\u51fa\\u771f\\u8a71\\uff0c\\u4e5f\\u80fd\\u63a5\\u53d7\\u5f7c\\u6b64\\u76f4\\u8a00\\u76f8\\u52f8\\u3002<br \\/>\\n6. \\u82e5\\u6709\\u65b0\\u52a0\\u5165\\u8005\\uff0c\\u5176\\u4ed6\\u539f\\u6709\\u7684\\u805a\\u6703\\u6210\\u54e1\\u6a02\\u65bc\\u966a\\u4f34\\uff0c\\u5e6b\\u52a9\\u65b0\\u6210\\u54e1\\u8a8d\\u8b58\\u74b0\\u5883\\u8207\\u805a\\u6703\\u578b\\u614b\\u3002<br \\/>\\n<br \\/>\\n<br \\/>\\n\\u805a\\u6703\\u904e\\u7a0b\\u4e2d\\uff0c\\u6709\\u4ee5\\u4e0b\\u5e7e\\u9ede\\u89c0\\u5bdf\\uff1a<br \\/>\\n1. \\u5100\\u5f0f\\u8207\\u7a0b\\u5e8f\\u7684\\u56b4\\u8b39\\u4e26\\u975e\\u805a\\u6703\\u6210\\u54e1\\u95dc\\u6ce8\\u7684\\u91cd\\u9ede\\uff0c\\u4ed6\\u5011\\u6bd4\\u8f03\\u5728\\u610f\\u5167\\u5bb9\\u8207\\u611f\\u53d7\\u5c64\\u9762\\u3002<br \\/>\\n2. \\u5e36\\u9818\\u805a\\u6703\\u7684\\u7267\\u5e2b\\u6703\\u6709\\u8a31\\u591a\\u8207\\u53f0\\u4e0b\\u6703\\u773e\\u7684\\u4e92\\u52d5\\uff0c\\u611f\\u89ba\\u5e36\\u9818\\u8005\\u8207\\u807d\\u773e\\u95dc\\u4fc2\\u5bc6\\u5207\\u3002<br \\/>\\n3. \\u4e3b\\u8981\\u5e36\\u9818\\u8005\\u50b3\\u905e\\u7684\\u4e3b\\u8981\\u8a0a\\u606f\\u70ba\\u300c\\u611b\\u300d\\u8207\\u300c\\u95dc\\u4fc2\\u300d\\u76f8\\u95dc\\u4e4b\\u5167\\u5bb9\\uff0c\\u5e38\\u7528\\u81ea\\u5df1\\u6216\\u5728\\u5ea7\\u805a\\u6703\\u6210\\u54e1\\u7684\\u4f8b\\u5b50\\u4f86\\u52a0\\u4ee5\\u95e1\\u91cb\\u6b32\\u50b3\\u905e\\u7684\\u8a0a\\u606f\\u3002\\u4e14\\u5728\\u95e1\\u8ff0\\u8a0a\\u606f\\u7684\\u904e\\u7a0b\\u4e2d\\uff0c\\u80fd\\u5920\\u8868\\u9054\\u5177\\u9ad4\\u7684\\u91cd\\u9ede\\u8207\\u5167\\u5fc3\\u7684\\u60c5\\u611f\\uff0c\\u751a\\u81f3\\u6703\\u611f\\u52d5\\u6d41\\u6dda\\uff0c\\u611f\\u53d7\\u4e0a\\u5e36\\u9818\\u8005\\u5341\\u5206\\u6295\\u5165\\u6240\\u50b3\\u905e\\u7684\\u8a0a\\u606f\\u3002<br \\/>\\n4. \\u64da\\u89c0\\u5bdf\\uff0c\\u5927\\u90e8\\u5206\\u805a\\u6703\\u6210\\u54e1\\u8f03\\u5728\\u610f\\u805a\\u6703\\u5167\\u5bb9\\u5e36\\u7d66\\u81ea\\u8eab\\u7684\\u611f\\u53d7\\uff0c\\u4ee5\\u53ca\\u5f7c\\u6b64\\u4e4b\\u9593\\u7684\\u4eba\\u969b\\u95dc\\u4fc2\\uff1b\\u8f03\\u4e0d\\u5728\\u610f\\u8996\\u89ba\\u7b49\\u8eab\\u9ad4\\u76f4\\u89c0\\u611f\\u53d7\\uff0c\\u4e5f\\u8f03\\u4e0d\\u5728\\u610f\\u908f\\u8f2f\\u601d\\u8003\\u7b49\\u80fd\\u529b\\u3002\\u4f46\\u4ecd\\u6709\\u6975\\u5c11\\u6578\\u7684\\u4eba\\u9664\\u4e86\\u5728\\u610f\\u5167\\u5bb9\\u8207\\u4eba\\u969b\\u95dc\\u4fc2\\uff0c\\u4e5f\\u6703\\u5728\\u610f\\u805a\\u6703\\u5834\\u6240\\u4e2d\\u5404\\u4e8b\\u7269\\u5e36\\u4f86\\u7684\\u76f4\\u89c0\\u611f\\u53d7\\uff0c\\u4e5f\\u91cd\\u8996\\u60f3\\u50cf\\u529b\\u3001\\u908f\\u8f2f\\u3001\\u97f3\\u6a02\\u7b49\\u80fd\\u529b\\uff0c\\u8a8d\\u70ba\\u9019\\u6703\\u4e00\\u5b9a\\u7a0b\\u5ea6\\u5f71\\u97ff\\u5167\\u5bb9\\u5448\\u73fe\\u5e36\\u7d66\\u4eba\\u7684\\u611f\\u53d7\\uff0c\\u9019\\u985e\\u578b\\u7684\\u4eba\\u901a\\u5e38\\u662f\\u6703\\u5728\\u9019\\u500b\\u7fa4\\u9ad4\\u4e2d\\u63d0\\u51fa\\u554f\\u984c\\uff0c\\u4e26\\u4e14\\u5617\\u8a66\\u8b8a\\u9769\\u7684\\u4eba\\u3002<br \\/>\\n<br \\/>\\n<br \\/>\\n\\u5176\\u4ed6\\u89c0\\u5bdf\\uff1a<br \\/>\\n1. \\u805a\\u6703\\u6210\\u54e1\\u4e4b\\u9593\\u95dc\\u4fc2\\u7dca\\u5bc6\\uff0c\\u6709\\u6d3b\\u52d5\\u6642\\u5927\\u5bb6\\u4e00\\u8d77\\u52d5\\u54e1\\u7684\\u4eba\\u6578\\u6bd4\\u4f8b\\u9ad8\\u3002<br \\/>\\n2. \\u805a\\u6703\\u6210\\u54e1\\u5c0d\\u7fa4\\u9ad4\\u8a8d\\u540c\\u5ea6\\u9ad8\\uff0c\\u4e14\\u805a\\u6703\\u6210\\u54e1\\u8a8d\\u70ba\\u53c3\\u8207\\u805a\\u6703\\u5e36\\u7d66\\u4ed6\\u5011\\u65b0\\u7684\\u7d93\\u6b77\\u8207\\u66f4\\u597d\\u7684\\u4eba\\u751f\\uff0c\\u56e0\\u800c\\u5e0c\\u671b\\u8eab\\u908a\\u7684\\u4eba\\u4e5f\\u6709\\u6a5f\\u6703\\u64c1\\u6709\\u66f4\\u597d\\u7684\\u751f\\u6d3b\\u3002\\u56e0\\u6b64\\uff0c\\u8a31\\u591a\\u4eba\\u5728\\u751f\\u6d3b\\u4e2d\\u81f4\\u529b\\u65bc\\u9080\\u8acb\\u89aa\\u53cb\\u53c3\\u8207\\u805a\\u6703\\uff0c\\u6216\\u5f7c\\u6b64\\u76f8\\u7d04\\u81f3\\u9069\\u7576\\u7684\\u516c\\u773e\\u5834\\u6240\\u95dc\\u61f7\\u8207\\u9080\\u8acb\\u4eba\\u4f86\\u53c3\\u52a0\\u805a\\u6703\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":6,\"triggeredfrom\":\"forum_add_new_post\"}',1698740864,'web','122.118.42.39',NULL),(5911,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',85,'c',2,72,70,33,20,2,NULL,0,'{\"discussionid\":6,\"forumid\":9,\"forumtype\":\"single\"}',1698740864,'web','122.118.42.39',NULL),(5912,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',72,'c',2,72,70,33,20,2,20,0,'{\"forumid\":9,\"discussion\":6}',1698740864,'web','122.118.42.39',NULL),(5913,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,20,2,NULL,0,'null',1698740864,'web','122.118.42.39',NULL),(5914,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,20,2,NULL,0,'null',1698740927,'web','122.118.42.39',NULL),(5915,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,20,2,NULL,0,'null',1698740999,'web','122.118.42.39',NULL),(5916,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698742419,'web','36.228.245.10',NULL),(5917,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698742475,'web','36.228.245.10',NULL),(5918,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698742528,'web','36.228.245.10',NULL),(5919,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1698742535,'web','36.228.245.10',NULL),(5920,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1698742536,'web','36.228.245.10',NULL),(5921,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698742537,'web','36.228.245.10',NULL),(5922,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,17,2,NULL,0,'null',1698742550,'web','36.228.245.10',NULL),(5923,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698742558,'web','36.228.245.10',NULL),(5924,'\\core\\event\\notification_sent','core','sent','notification','notifications',647,'c',0,1,10,0,0,0,17,0,'{\"courseid\":\"1\"}',1698742566,'cli',NULL,NULL),(5925,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,17,2,NULL,0,'null',1698742567,'web','36.228.245.10',NULL),(5926,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698742570,'web','36.228.245.10',NULL),(5927,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',11,'r',2,62,70,23,17,2,NULL,0,'null',1698742575,'web','36.228.245.10',NULL),(5928,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698742581,'web','36.228.245.10',NULL),(5929,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,17,2,NULL,0,'null',1698742588,'web','36.228.245.10',NULL),(5930,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698742609,'web','36.228.245.10',NULL),(5931,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,17,2,NULL,0,'null',1698742621,'web','36.228.245.10',NULL),(5932,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698742623,'web','36.228.245.10',NULL),(5933,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,17,2,NULL,0,'null',1698742631,'web','36.228.245.10',NULL),(5934,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698742636,'web','36.228.245.10',NULL),(5935,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,17,2,NULL,0,'null',1698742645,'web','36.228.245.10',NULL),(5936,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698742657,'web','36.228.245.10',NULL),(5937,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',6,'r',2,55,70,16,17,2,NULL,0,'null',1698742664,'web','36.228.245.10',NULL),(5938,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698742672,'web','36.228.245.10',NULL),(5939,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,17,2,NULL,0,'null',1698742674,'web','36.228.245.10',NULL),(5940,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698742689,'web','36.228.245.10',NULL),(5941,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',11,'r',2,62,70,23,17,2,NULL,0,'null',1698742694,'web','36.228.245.10',NULL),(5942,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698742700,'web','36.228.245.10',NULL),(5943,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,17,2,NULL,0,'null',1698742704,'web','36.228.245.10',NULL),(5944,'\\core\\event\\notification_sent','core','sent','notification','notifications',648,'c',0,1,10,0,20,0,11,0,'{\"courseid\":\"2\"}',1698744486,'cli',NULL,NULL),(5945,'\\core\\event\\notification_sent','core','sent','notification','notifications',649,'c',0,1,10,0,20,0,23,0,'{\"courseid\":\"2\"}',1698744489,'cli',NULL,NULL),(5946,'\\core\\event\\notification_sent','core','sent','notification','notifications',650,'c',0,1,10,0,20,0,13,0,'{\"courseid\":\"2\"}',1698744492,'cli',NULL,NULL),(5947,'\\core\\event\\notification_sent','core','sent','notification','notifications',651,'c',0,1,10,0,20,0,5,0,'{\"courseid\":\"2\"}',1698744495,'cli',NULL,NULL),(5948,'\\core\\event\\notification_sent','core','sent','notification','notifications',652,'c',0,1,10,0,20,0,20,0,'{\"courseid\":\"2\"}',1698744498,'cli',NULL,NULL),(5949,'\\core\\event\\notification_sent','core','sent','notification','notifications',653,'c',0,1,10,0,20,0,16,0,'{\"courseid\":\"2\"}',1698744501,'cli',NULL,NULL),(5950,'\\core\\event\\notification_sent','core','sent','notification','notifications',654,'c',0,1,10,0,20,0,2,0,'{\"courseid\":\"2\"}',1698744504,'cli',NULL,NULL),(5951,'\\core\\event\\notification_sent','core','sent','notification','notifications',655,'c',0,1,10,0,20,0,19,0,'{\"courseid\":\"2\"}',1698744507,'cli',NULL,NULL),(5952,'\\core\\event\\notification_sent','core','sent','notification','notifications',656,'c',0,1,10,0,20,0,14,0,'{\"courseid\":\"2\"}',1698744511,'cli',NULL,NULL),(5953,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698757477,'web','125.229.183.111',NULL),(5954,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1698757482,'web','125.229.183.111',NULL),(5955,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1698757482,'web','125.229.183.111',NULL),(5956,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1698757498,'web','125.229.183.111',NULL),(5957,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,22,2,NULL,0,'null',1698757503,'web','125.229.183.111',NULL),(5958,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1698757507,'web','125.229.183.111',NULL),(5959,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,22,2,NULL,0,'null',1698757511,'web','125.229.183.111',NULL),(5960,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1698757514,'web','125.229.183.111',NULL),(5961,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,22,2,NULL,0,'null',1698757521,'web','125.229.183.111',NULL),(5962,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698763791,'web','125.229.183.111',NULL),(5963,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1698763823,'web','125.229.183.111',NULL),(5964,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1698763823,'web','125.229.183.111',NULL),(5965,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1698763827,'web','125.229.183.111',NULL),(5966,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,22,2,NULL,0,'null',1698763834,'web','125.229.183.111',NULL),(5967,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698772971,'web','147.92.179.106',NULL),(5968,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698805597,'web','49.229.197.110',NULL),(5969,'\\core\\event\\user_loggedin','core','loggedin','user','user',9,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"extrauserinfo\":[]}',1698805614,'web','49.229.197.110',NULL),(5970,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,9,1,NULL,0,'null',1698805614,'web','49.229.197.110',NULL),(5971,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1698805617,'web','49.229.197.110',NULL),(5972,'\\core\\event\\notification_sent','core','sent','notification','notifications',657,'c',0,1,10,0,0,0,9,0,'{\"courseid\":\"1\"}',1698805626,'cli',NULL,NULL),(5973,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,9,2,NULL,0,'null',1698805636,'web','49.229.197.110',NULL),(5974,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1698806379,'web','175.182.136.194',NULL),(5975,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1698806411,'web','175.182.136.194',NULL),(5976,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,21,2,NULL,0,'null',1698806412,'web','175.182.136.194',NULL),(5977,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1698806511,'web','175.182.136.194',NULL),(5978,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1698806524,'web','175.182.136.194',NULL),(5979,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,21,2,NULL,0,'null',1698806525,'web','175.182.136.194',NULL),(5980,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1698806551,'web','175.182.136.194',NULL),(5981,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1698806562,'web','175.182.136.194',NULL),(5982,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698808462,'web','73.219.6.51',NULL),(5983,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1698808466,'web','73.219.6.51',NULL),(5984,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1698808467,'web','73.219.6.51',NULL),(5985,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698808471,'web','73.219.6.51',NULL),(5986,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1698808473,'web','73.219.6.51',NULL),(5987,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,2,2,NULL,0,'null',1698808483,'web','73.219.6.51',NULL),(5988,'\\core\\event\\user_graded','core','graded','user','grade_grades',91,'u',1,16,50,2,2,2,4,0,'{\"itemid\":\"10\",\"overridden\":false,\"finalgrade\":10}',1698808497,'web','73.219.6.51',NULL),(5989,'\\core\\event\\user_graded','core','graded','user','grade_grades',50,'u',1,16,50,2,-1,2,4,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":40}',1698808497,'web','73.219.6.51',NULL),(5990,'\\core\\event\\user_graded','core','graded','user','grade_grades',92,'u',1,16,50,2,2,2,5,0,'{\"itemid\":\"10\",\"overridden\":false,\"finalgrade\":6}',1698808502,'web','73.219.6.51',NULL),(5991,'\\core\\event\\user_graded','core','graded','user','grade_grades',47,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":42}',1698808503,'web','73.219.6.51',NULL),(5992,'\\core\\event\\user_graded','core','graded','user','grade_grades',93,'u',1,16,50,2,2,2,6,0,'{\"itemid\":\"10\",\"overridden\":false,\"finalgrade\":10}',1698808507,'web','73.219.6.51',NULL),(5993,'\\core\\event\\user_graded','core','graded','user','grade_grades',38,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":42}',1698808507,'web','73.219.6.51',NULL),(5994,'\\core\\event\\user_graded','core','graded','user','grade_grades',96,'u',1,16,50,2,2,2,9,0,'{\"itemid\":\"10\",\"overridden\":false,\"finalgrade\":10}',1698808514,'web','73.219.6.51',NULL),(5995,'\\core\\event\\user_graded','core','graded','user','grade_grades',11,'u',1,16,50,2,-1,2,9,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":40}',1698808514,'web','73.219.6.51',NULL),(5996,'\\core\\event\\user_graded','core','graded','user','grade_grades',97,'u',1,16,50,2,2,2,11,0,'{\"itemid\":\"10\",\"overridden\":false,\"finalgrade\":10}',1698808519,'web','73.219.6.51',NULL),(5997,'\\core\\event\\user_graded','core','graded','user','grade_grades',8,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":50}',1698808519,'web','73.219.6.51',NULL),(5998,'\\core\\event\\user_graded','core','graded','user','grade_grades',99,'u',1,16,50,2,2,2,13,0,'{\"itemid\":\"10\",\"overridden\":false,\"finalgrade\":10}',1698808524,'web','73.219.6.51',NULL),(5999,'\\core\\event\\user_graded','core','graded','user','grade_grades',23,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":40}',1698808524,'web','73.219.6.51',NULL),(6000,'\\core\\event\\user_graded','core','graded','user','grade_grades',100,'u',1,16,50,2,2,2,14,0,'{\"itemid\":\"10\",\"overridden\":false,\"finalgrade\":10}',1698808526,'web','73.219.6.51',NULL),(6001,'\\core\\event\\user_graded','core','graded','user','grade_grades',29,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":48}',1698808526,'web','73.219.6.51',NULL),(6002,'\\core\\event\\user_graded','core','graded','user','grade_grades',102,'u',1,16,50,2,2,2,16,0,'{\"itemid\":\"10\",\"overridden\":false,\"finalgrade\":10}',1698808532,'web','73.219.6.51',NULL),(6003,'\\core\\event\\user_graded','core','graded','user','grade_grades',2,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":46}',1698808532,'web','73.219.6.51',NULL),(6004,'\\core\\event\\user_graded','core','graded','user','grade_grades',103,'u',1,16,50,2,2,2,17,0,'{\"itemid\":\"10\",\"overridden\":false,\"finalgrade\":6}',1698808537,'web','73.219.6.51',NULL),(6005,'\\core\\event\\user_graded','core','graded','user','grade_grades',5,'u',1,16,50,2,-1,2,17,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":18}',1698808537,'web','73.219.6.51',NULL),(6006,'\\core\\event\\user_graded','core','graded','user','grade_grades',104,'u',1,16,50,2,2,2,19,0,'{\"itemid\":\"10\",\"overridden\":false,\"finalgrade\":10}',1698808543,'web','73.219.6.51',NULL),(6007,'\\core\\event\\user_graded','core','graded','user','grade_grades',32,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":50}',1698808543,'web','73.219.6.51',NULL),(6008,'\\core\\event\\user_graded','core','graded','user','grade_grades',105,'u',1,16,50,2,2,2,20,0,'{\"itemid\":\"10\",\"overridden\":false,\"finalgrade\":10}',1698808546,'web','73.219.6.51',NULL),(6009,'\\core\\event\\user_graded','core','graded','user','grade_grades',41,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":46}',1698808546,'web','73.219.6.51',NULL),(6010,'\\core\\event\\user_graded','core','graded','user','grade_grades',107,'u',1,16,50,2,2,2,22,0,'{\"itemid\":\"10\",\"overridden\":false,\"finalgrade\":10}',1698808551,'web','73.219.6.51',NULL),(6011,'\\core\\event\\user_graded','core','graded','user','grade_grades',14,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":38}',1698808551,'web','73.219.6.51',NULL),(6012,'\\core\\event\\user_graded','core','graded','user','grade_grades',108,'u',1,16,50,2,2,2,23,0,'{\"itemid\":\"10\",\"overridden\":false,\"finalgrade\":10}',1698808564,'web','73.219.6.51',NULL),(6013,'\\core\\event\\user_graded','core','graded','user','grade_grades',17,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":36}',1698808564,'web','73.219.6.51',NULL),(6014,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698808567,'web','73.219.6.51',NULL),(6015,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1698808570,'web','73.219.6.51',NULL),(6016,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,2,2,NULL,0,'null',1698808601,'web','73.219.6.51',NULL),(6017,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,2,2,NULL,0,'null',1698808637,'web','73.219.6.51',NULL),(6018,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698808934,'web','73.219.6.51',NULL),(6019,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,21,2,NULL,0,'null',1698811339,'web','175.182.136.194',NULL),(6020,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',86,'c',2,71,70,32,21,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u8001\\u5e2b\\uff0c\\u6211\\u5df2\\u7d93\\u8b80\\u5b8c\\u5169\\u7bc7\\u6587\\u7ae0\\uff0c\\u8b1d\\u8b1d\\u8001\\u5e2b\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":5,\"triggeredfrom\":\"forum_add_new_post\"}',1698811398,'web','175.182.136.194',NULL),(6021,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',86,'c',2,71,70,32,21,2,NULL,0,'{\"discussionid\":5,\"forumid\":8,\"forumtype\":\"single\"}',1698811398,'web','175.182.136.194',NULL),(6022,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',73,'c',2,71,70,32,21,2,21,0,'{\"forumid\":8,\"discussion\":5}',1698811398,'web','175.182.136.194',NULL),(6023,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,21,2,NULL,0,'null',1698811400,'web','175.182.136.194',NULL),(6024,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1698811436,'web','175.182.136.194',NULL),(6025,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,21,2,NULL,0,'null',1698811456,'web','175.182.136.194',NULL),(6026,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,21,2,NULL,0,'null',1698812318,'web','175.182.136.194',NULL),(6027,'\\core\\event\\notification_sent','core','sent','notification','notifications',658,'c',0,1,10,0,21,0,6,0,'{\"courseid\":\"2\"}',1698815046,'cli',NULL,NULL),(6028,'\\core\\event\\notification_sent','core','sent','notification','notifications',659,'c',0,1,10,0,21,0,17,0,'{\"courseid\":\"2\"}',1698815049,'cli',NULL,NULL),(6029,'\\core\\event\\notification_sent','core','sent','notification','notifications',660,'c',0,1,10,0,21,0,11,0,'{\"courseid\":\"2\"}',1698815051,'cli',NULL,NULL),(6030,'\\core\\event\\notification_sent','core','sent','notification','notifications',661,'c',0,1,10,0,21,0,23,0,'{\"courseid\":\"2\"}',1698815055,'cli',NULL,NULL),(6031,'\\core\\event\\notification_sent','core','sent','notification','notifications',662,'c',0,1,10,0,21,0,13,0,'{\"courseid\":\"2\"}',1698815058,'cli',NULL,NULL),(6032,'\\core\\event\\notification_sent','core','sent','notification','notifications',663,'c',0,1,10,0,21,0,5,0,'{\"courseid\":\"2\"}',1698815061,'cli',NULL,NULL),(6033,'\\core\\event\\notification_sent','core','sent','notification','notifications',664,'c',0,1,10,0,21,0,21,0,'{\"courseid\":\"2\"}',1698815064,'cli',NULL,NULL),(6034,'\\core\\event\\notification_sent','core','sent','notification','notifications',665,'c',0,1,10,0,21,0,9,0,'{\"courseid\":\"2\"}',1698815067,'cli',NULL,NULL),(6035,'\\core\\event\\notification_sent','core','sent','notification','notifications',666,'c',0,1,10,0,21,0,20,0,'{\"courseid\":\"2\"}',1698815069,'cli',NULL,NULL),(6036,'\\core\\event\\notification_sent','core','sent','notification','notifications',667,'c',0,1,10,0,21,0,16,0,'{\"courseid\":\"2\"}',1698815072,'cli',NULL,NULL),(6037,'\\core\\event\\notification_sent','core','sent','notification','notifications',668,'c',0,1,10,0,21,0,4,0,'{\"courseid\":\"2\"}',1698815075,'cli',NULL,NULL),(6038,'\\core\\event\\notification_sent','core','sent','notification','notifications',669,'c',0,1,10,0,21,0,22,0,'{\"courseid\":\"2\"}',1698815078,'cli',NULL,NULL),(6039,'\\core\\event\\notification_sent','core','sent','notification','notifications',670,'c',0,1,10,0,21,0,2,0,'{\"courseid\":\"2\"}',1698815080,'cli',NULL,NULL),(6040,'\\core\\event\\notification_sent','core','sent','notification','notifications',671,'c',0,1,10,0,21,0,19,0,'{\"courseid\":\"2\"}',1698815083,'cli',NULL,NULL),(6041,'\\core\\event\\notification_sent','core','sent','notification','notifications',672,'c',0,1,10,0,21,0,14,0,'{\"courseid\":\"2\"}',1698815086,'cli',NULL,NULL),(6042,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,21,2,NULL,0,'null',1698815798,'web','175.182.136.194',NULL),(6043,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698816737,'web','175.182.136.194',NULL),(6044,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1698816843,'web','175.182.136.194',NULL),(6045,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1698816844,'web','175.182.136.194',NULL),(6046,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1698816852,'web','175.182.136.194',NULL),(6047,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,21,2,NULL,0,'null',1698816858,'web','175.182.136.194',NULL),(6048,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698816972,'web','175.182.136.194',NULL),(6049,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"\\u0014\\ufffd\\ufffd\\ufffdy\\ufffd\\ufffd\\u0109\\ufffdu~\\ufffd\\ufffd\\u0011u\\ufffd\\u0003{!\\ufffd\\ufffdlg4\\ufffd=\\ufffd\\ufffd\",\"reason\":1}',1698817002,'web','175.182.136.194',NULL),(6050,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\\ufffd\\ufffdlg4\\ufffd=\\ufffd\\ufffd\",\"reason\":1}',1698817045,'web','175.182.136.194',NULL),(6051,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698818188,'web','175.182.136.194',NULL),(6052,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1698818221,'web','175.182.136.194',NULL),(6053,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1698818221,'web','175.182.136.194',NULL),(6054,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1698818228,'web','175.182.136.194',NULL),(6055,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,21,2,NULL,0,'null',1698818233,'web','175.182.136.194',NULL),(6056,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1698818289,'web','175.182.136.194',NULL),(6057,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1698818294,'web','175.182.136.194',NULL),(6058,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1698818301,'web','175.182.136.194',NULL),(6059,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,21,2,NULL,0,'null',1698818309,'web','175.182.136.194',NULL),(6060,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',87,'c',2,72,70,33,21,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u5047\\u8a2d\\u6211\\u662f\\u4e00\\u540d\\u5916\\u661f\\u4eba\\uff0c\\u7565\\u61c2\\u4e2d\\u6587\\uff0c\\u4f46\\u5c0d\\u57fa\\u7763\\u6559\\u3001\\u5c0d\\u4eba\\u985e\\u884c\\u70ba\\u50c5\\u6709\\u57fa\\u790e\\u4e86\\u89e3\\uff0c\\u4eca\\u5929\\u5949\\u547d\\u53bb\\u89c0\\u5bdf\\u4e00\\u500b\\u4eba\\u985e\\u6d3b\\u52d5\\uff08\\u6559\\u6703\\u805a\\u6703\\uff09\\uff0c\\u6211\\u767c\\u73fe\\u4e86<br \\/>\\n\\u9019\\u500b\\u4eba\\u985e\\u6d3b\\u52d5(\\u6559\\u6703\\u805a\\u6703)\\u4ed6\\u5011\\u770b\\u5f85\\u81ea\\u5df1\\u70ba\\u4e00\\u7fa4\\u8207\\u773e\\u4e0d\\u540c\\u7684\\u4eba\\uff0c\\u4ed6\\u5011\\u548c\\u4e16\\u754c\\u4e0a\\u5176\\u4ed6\\u5b97\\u6559\\u7684\\u4eba\\u90fd\\u4e0d\\u4e00\\u6a23\\uff0c\\u4ed6\\u5011\\u8a8d\\u70ba\\u4ed6\\u5011\\u662f\\u6709\\u4e0a\\u5e1d\\u795d\\u798f\\u7684\\u4e00\\u7fa4\\u4eba\\uff0c\\u4ed6\\u5011\\u6ce8\\u91cd\\u5c6c\\u9748\\u7684\\u5c64\\u6b21\\uff0c\\u4e0d\\u592a\\u6ce8\\u91cd\\u8089\\u9ad4\\u7684\\u5c64\\u6b21(\\u4e5f\\u6709\\u5f88\\u591a\\u4f8b\\u5916)\\uff0c\\u4ed6\\u5011\\u8a8d\\u70ba\\u4ed6\\u5011\\u5df2\\u7d93\\u627e\\u5230\\u4e86\\u5f97\\u6551\\u7684\\u65b9\\u6cd5\\uff0c\\u800c\\u4e14\\u9019\\u5f97\\u6551\\u7684\\u65b9\\u6cd5\\u53ea\\u6709\\u4ed6\\u5011\\u6709\\uff0c\\u5225\\u7684\\u5b97\\u6559\\u90a3\\u88cf\\u90fd\\u6c92\\u6709\\u3002\\u56e0\\u70ba\\u8056\\u7d93\\u8aaa\\u9664\\u4ed6\\u4ee5\\u5916\\u5225\\u7121\\u62ef\\u6551\\u3002\\u4ed6\\u5011\\u7528\\u300c\\u89aa\\u611b\\u7684\\u5bb6\\u4eba\\u300d\\u4e00\\u8a5e\\u4f86\\u554f\\u5019\\uff0c\\u4ed6\\u5011\\u4e5f\\u5f62\\u5bb9\\u4ed6\\u5011\\u5167\\u90e8\\u5f7c\\u6b64\\u4e4b\\u9593\\u7684\\u95dc\\u4fc2\\u662f\\u5f1f\\u5144\\u548c\\u59ca\\u59b9\\u3002<br \\/>\\n\\u4ed6\\u5011\\u8a8d\\u70ba\\u4ed6\\u5011\\u80a9\\u8ca0\\u4e86\\u62ef\\u6551\\u4e16\\u754c\\u7684\\u8cac\\u4efb\\uff0c\\u6240\\u4ee5\\u6240\\u6709\\u7684\\u6d3b\\u52d5\\u8a2d\\u8a08\\u90fd\\u662f\\u70ba\\u4e86\\u8981\\u5225\\u4eba\\u77e5\\u9053\\uff0c\\u4e16\\u4e0a\\u6bcf\\u4e00\\u500b\\u4eba\\u90fd\\u662f\\u7f6a\\u4eba\\uff0c\\u4ed6\\u5011\\u9700\\u8981\\u88ab\\u62ef\\u6551\\u3002\\u4f46\\u9019\\u500b\\u805a\\u96c6\\u537b\\u770b\\u5f85\\u4ed6\\u5011\\u7fa4\\u9ad4\\u4ee5\\u5916\\u7684\\u4eba\\u70ba\\u5c6c\\u4e16\\u754c\\u7684\\u4eba\\uff0c\\u662f\\u5916\\u90a6\\u4eba(\\u975e\\u6211\\u570b\\u4eba)\\uff0c\\u4ed6\\u5011\\u7a31\\u4ed6\\u5011\\u7fa4\\u9ad4\\u4ee5\\u5916\\u7684\\u4eba\\u70ba\\u300c\\u9084\\u6c92\\u5f97\\u6551\\u7684\\u4eba\\u300d\\uff0c\\u6216\\u662f\\u300c\\u611b\\u4e16\\u754c\\u7684\\u4eba\\u300d\\uff0c\\u9019\\u4e9b\\u9084\\u6c92\\u6709\\u5f97\\u6551\\u7684\\u4eba\\u4ed6\\u5011\\u71b1\\u611b\\u91d1\\u9322\\u3001\\u71b1\\u611b\\u540d\\u5229\\u3001\\u71b1\\u611b\\u4e16\\u754c\\u7684\\u4eab\\u6a02\\uff0c\\u4ed6\\u5011\\u4e5f\\u7528\\u300c\\u4e0d\\u4fe1\\u4e3b\\u7684\\u4eba\\u300d\\uff0c\\u300c\\u4e0d\\u656c\\u8654\\u300d\\u7684\\u4eba\\u4f86\\u63cf\\u8ff0\\u4ed6\\u5011\\u7fa4\\u9ad4\\u4ee5\\u5916\\u7684\\u4eba\\uff0c\\u4ed6\\u5011\\u5e0c\\u671b\\u9019\\u4e9b\\u4eba\\u80fd\\u5feb\\u5feb\\u505a\\u51fa\\u6094\\u6539\\u7684\\u884c\\u52d5\\uff0c\\u80fd\\u7528\\u4ed6\\u5011\\u7684\\u65b9\\u5f0f\\u53bb\\u751f\\u6d3b\\uff0c\\u4e0d\\u8981\\u628a\\u8ffd\\u6c42\\u91d1\\u9322\\u540d\\u5229\\u770b\\u7684\\u5982\\u6b64\\u91cd\\u8981\\uff0c\\u4ed6\\u5011\\u5e0c\\u671b\\u9019\\u4e9b\\u4eba\\u80fd\\u770b\\u8d77\\u4f86\\u50cf\\u4ed6\\u5011\\u4e00\\u6a23\\uff0c\\u7a7f\\u5f97\\u5f88\\u6b63\\u5e38\\uff0c\\u8aaa\\u8a71\\u5f88\\u6b63\\u5e38\\uff0c\\u4e0d\\u8aaa\\u9ad2\\u8a71\\uff0c\\u6c92\\u6709\\u523a\\u9752\\uff0c\\u6c92\\u6709\\u628a\\u982d\\u9aee\\u67d3\\u5f97\\u4e94\\u984f\\u516d\\u8272\\uff0c\\u6700\\u597d\\u662f\\u5916\\u8868\\u770b\\u8d77\\u4f86\\u4e0d\\u8981\\u548c\\u4ed6\\u5011\\u5dee\\u592a\\u591a\\u6700\\u597d\\u3002\\u9019\\u500b\\u805a\\u96c6\\u671f\\u5f85\\u53c3\\u8207\\u8005\\u505a\\u51fa\\u7684\\u884c\\u52d5\\u662f\\u300c\\u4f86\\u5b78\\u6211\\u5011\\u300d\\u3002\\u9019\\u500b\\u805a\\u96c6\\u50b3\\u9054\\u7d66\\u53c3\\u8207\\u8005\\u7684\\u8a0a\\u606f\\u662f\\u5982\\u679c\\u4f60\\u4e0d\\u4fe1\\u4e0a\\u5e1d\\uff0c\\u4f60\\u5c31\\u4e0d\\u6703\\u5f97\\u6551\\uff0c\\u4f60\\u8981\\u4f86\\u548c\\u6211\\u5011\\u4e00\\u8d77\\u4f86\\u656c\\u62dc\\u795e\\u3001\\u8981\\u591a\\u591a\\u805a\\u6703\\u3001\\u591a\\u591a\\u53c3\\u8207\\u670d\\u4e8b\\u3001\\u771f\\u5be6\\u7684\\u5b88\\u5949\\u737b\\uff0c\\u53c3\\u8207\\u79b1\\u544a\\u6703\\uff0c\\u4f60\\u624d\\u80fd\\u812b\\u96e2\\u4e16\\u4e0a\\u7684\\u90aa\\u60e1\\u3001\\u8a66\\u63a2\\u3001\\u5147\\u60e1\\u3001\\u7a7a\\u865b\\u3001\\u75db\\u82e6\\u548c\\u6c92\\u6709\\u5e73\\u5b89\\u7684\\u4eba\\u751f\\uff0c\\u9019\\u4e9b\\u8a0a\\u606f\\u6703\\u5f9e\\u9032\\u5165\\u6559\\u6703\\u90a3\\u4e00\\u523b\\u8d77\\u5e38\\u5e38\\u4e0d\\u9593\\u65b7\\u5730\\u4ee5LINE\\u548c\\u8b1b\\u9053\\u4f86\\u50b3\\u905e\\u7d66\\u9019\\u4e9b\\u5916\\u4f86\\u65cf\\u7fa4\\u3002\\u6839\\u64da\\u6211\\u7684\\u89c0\\u5bdf\\uff0c\\u5c0d\\u9019\\u500b\\u805a\\u96c6\\u4f86\\u8aaa\\uff0c\\u4eba\\u985e\\u7684\\u6eab\\u89ba\\u3001\\u7bc0\\u594f\\u611f\\u3001\\u807d\\u89ba\\u3001\\u60f3\\u50cf\\u529b\\u548c\\u98fd\\u8db3\\u611f\\u3001\\u5c0d\\u74b0\\u5883\\u7684\\u9069\\u61c9\\u529b\\uff0c\\u5b78\\u7fd2\\u529b\\u548c\\u56de\\u61c9\\u4e0a\\u5e1d\\u7684\\u80fd\\u529b\\u3001\\u767c\\u554f\\u80fd\\u529b\\u662f\\u91cd\\u8981\\u7684\\uff0c\\u76f8\\u5c0d\\u4e0d\\u91cd\\u8981\\u7684\\u662f\\u8a9e\\u8a00\\u8868\\u9054\\u80fd\\u529b\\u3001\\u908f\\u8f2f\\u601d\\u8003\\u7684\\u80fd\\u529b\\uff0c\\u5473\\u89ba\\u3001\\u5e73\\u8861\\u611f\\uff0c\\u6578\\u5b78\\u80fd\\u529b\\u3001\\u4eba\\u969b\\u95dc\\u4fc2\\u7684\\u80fd\\u529b\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":6,\"triggeredfrom\":\"forum_add_new_post\"}',1698818350,'web','175.182.136.194',NULL),(6061,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',87,'c',2,72,70,33,21,2,NULL,0,'{\"discussionid\":6,\"forumid\":9,\"forumtype\":\"single\"}',1698818350,'web','175.182.136.194',NULL),(6062,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',74,'c',2,72,70,33,21,2,21,0,'{\"forumid\":9,\"discussion\":6}',1698818350,'web','175.182.136.194',NULL),(6063,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,21,2,NULL,0,'null',1698818351,'web','175.182.136.194',NULL),(6064,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',87,'c',2,72,70,33,21,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">1.\\u5df2\\u8b80\\u6307\\u5b9a\\u6587\\u7ae0<\\/div><div class=\\\"text_to_html\\\">2.\\u5047\\u8a2d\\u6211\\u662f\\u4e00\\u540d\\u5916\\u661f\\u4eba\\uff0c\\u7565\\u61c2\\u4e2d\\u6587\\uff0c\\u4f46\\u5c0d\\u57fa\\u7763\\u6559\\u3001\\u5c0d\\u4eba\\u985e\\u884c\\u70ba\\u50c5\\u6709\\u57fa\\u790e\\u4e86\\u89e3\\uff0c\\u4eca\\u5929\\u5949\\u547d\\u53bb\\u89c0\\u5bdf\\u4e00\\u500b\\u4eba\\u985e\\u6d3b\\u52d5\\uff08\\u6559\\u6703\\u805a\\u6703\\uff09\\uff0c\\u6211\\u767c\\u73fe\\u4e86<br>\\r\\n\\u9019\\u500b\\u4eba\\u985e\\u6d3b\\u52d5(\\u6559\\u6703\\u805a\\u6703)\\u4ed6\\u5011\\u770b\\u5f85\\u81ea\\u5df1\\u70ba\\u4e00\\u7fa4\\u8207\\u773e\\u4e0d\\u540c\\u7684\\u4eba\\uff0c\\u4ed6\\u5011\\u548c\\u4e16\\u754c\\u4e0a\\u5176\\u4ed6\\u5b97\\u6559\\u7684\\u4eba\\u90fd\\u4e0d\\u4e00\\u6a23\\uff0c\\u4ed6\\u5011\\u8a8d\\u70ba\\u4ed6\\u5011\\u662f\\u6709\\u4e0a\\u5e1d\\u795d\\u798f\\u7684\\u4e00\\u7fa4\\u4eba\\uff0c\\u4ed6\\u5011\\u6ce8\\u91cd\\u5c6c\\u9748\\u7684\\u5c64\\u6b21\\uff0c\\u4e0d\\u592a\\u6ce8\\u91cd\\u8089\\u9ad4\\u7684\\u5c64\\u6b21(\\u4e5f\\u6709\\u5f88\\u591a\\u4f8b\\u5916)\\uff0c\\u4ed6\\u5011\\u8a8d\\u70ba\\u4ed6\\u5011\\u5df2\\u7d93\\u627e\\u5230\\u4e86\\u5f97\\u6551\\u7684\\u65b9\\u6cd5\\uff0c\\u800c\\u4e14\\u9019\\u5f97\\u6551\\u7684\\u65b9\\u6cd5\\u53ea\\u6709\\u4ed6\\u5011\\u6709\\uff0c\\u5225\\u7684\\u5b97\\u6559\\u90a3\\u88cf\\u90fd\\u6c92\\u6709\\u3002\\u56e0\\u70ba\\u8056\\u7d93\\u8aaa\\u9664\\u4ed6\\u4ee5\\u5916\\u5225\\u7121\\u62ef\\u6551\\u3002\\u4ed6\\u5011\\u7528\\u300c\\u89aa\\u611b\\u7684\\u5bb6\\u4eba\\u300d\\u4e00\\u8a5e\\u4f86\\u554f\\u5019\\uff0c\\u4ed6\\u5011\\u4e5f\\u5f62\\u5bb9\\u4ed6\\u5011\\u5167\\u90e8\\u5f7c\\u6b64\\u4e4b\\u9593\\u7684\\u95dc\\u4fc2\\u662f\\u5f1f\\u5144\\u548c\\u59ca\\u59b9\\u3002<br>\\r\\n\\u4ed6\\u5011\\u8a8d\\u70ba\\u4ed6\\u5011\\u80a9\\u8ca0\\u4e86\\u62ef\\u6551\\u4e16\\u754c\\u7684\\u8cac\\u4efb\\uff0c\\u6240\\u4ee5\\u6240\\u6709\\u7684\\u6d3b\\u52d5\\u8a2d\\u8a08\\u90fd\\u662f\\u70ba\\u4e86\\u8981\\u5225\\u4eba\\u77e5\\u9053\\uff0c\\u4e16\\u4e0a\\u6bcf\\u4e00\\u500b\\u4eba\\u90fd\\u662f\\u7f6a\\u4eba\\uff0c\\u4ed6\\u5011\\u9700\\u8981\\u88ab\\u62ef\\u6551\\u3002\\u4f46\\u9019\\u500b\\u805a\\u96c6\\u537b\\u770b\\u5f85\\u4ed6\\u5011\\u7fa4\\u9ad4\\u4ee5\\u5916\\u7684\\u4eba\\u70ba\\u5c6c\\u4e16\\u754c\\u7684\\u4eba\\uff0c\\u662f\\u5916\\u90a6\\u4eba(\\u975e\\u6211\\u570b\\u4eba)\\uff0c\\u4ed6\\u5011\\u7a31\\u4ed6\\u5011\\u7fa4\\u9ad4\\u4ee5\\u5916\\u7684\\u4eba\\u70ba\\u300c\\u9084\\u6c92\\u5f97\\u6551\\u7684\\u4eba\\u300d\\uff0c\\u6216\\u662f\\u300c\\u611b\\u4e16\\u754c\\u7684\\u4eba\\u300d\\uff0c\\u9019\\u4e9b\\u9084\\u6c92\\u6709\\u5f97\\u6551\\u7684\\u4eba\\u4ed6\\u5011\\u71b1\\u611b\\u91d1\\u9322\\u3001\\u71b1\\u611b\\u540d\\u5229\\u3001\\u71b1\\u611b\\u4e16\\u754c\\u7684\\u4eab\\u6a02\\uff0c\\u4ed6\\u5011\\u4e5f\\u7528\\u300c\\u4e0d\\u4fe1\\u4e3b\\u7684\\u4eba\\u300d\\uff0c\\u300c\\u4e0d\\u656c\\u8654\\u300d\\u7684\\u4eba\\u4f86\\u63cf\\u8ff0\\u4ed6\\u5011\\u7fa4\\u9ad4\\u4ee5\\u5916\\u7684\\u4eba\\uff0c\\u4ed6\\u5011\\u5e0c\\u671b\\u9019\\u4e9b\\u4eba\\u80fd\\u5feb\\u5feb\\u505a\\u51fa\\u6094\\u6539\\u7684\\u884c\\u52d5\\uff0c\\u80fd\\u7528\\u4ed6\\u5011\\u7684\\u65b9\\u5f0f\\u53bb\\u751f\\u6d3b\\uff0c\\u4e0d\\u8981\\u628a\\u8ffd\\u6c42\\u91d1\\u9322\\u540d\\u5229\\u770b\\u7684\\u5982\\u6b64\\u91cd\\u8981\\uff0c\\u4ed6\\u5011\\u5e0c\\u671b\\u9019\\u4e9b\\u4eba\\u80fd\\u770b\\u8d77\\u4f86\\u50cf\\u4ed6\\u5011\\u4e00\\u6a23\\uff0c\\u7a7f\\u5f97\\u5f88\\u6b63\\u5e38\\uff0c\\u8aaa\\u8a71\\u5f88\\u6b63\\u5e38\\uff0c\\u4e0d\\u8aaa\\u9ad2\\u8a71\\uff0c\\u6c92\\u6709\\u523a\\u9752\\uff0c\\u6c92\\u6709\\u628a\\u982d\\u9aee\\u67d3\\u5f97\\u4e94\\u984f\\u516d\\u8272\\uff0c\\u6700\\u597d\\u662f\\u5916\\u8868\\u770b\\u8d77\\u4f86\\u4e0d\\u8981\\u548c\\u4ed6\\u5011\\u5dee\\u592a\\u591a\\u6700\\u597d\\u3002\\u9019\\u500b\\u805a\\u96c6\\u671f\\u5f85\\u53c3\\u8207\\u8005\\u505a\\u51fa\\u7684\\u884c\\u52d5\\u662f\\u300c\\u4f86\\u5b78\\u6211\\u5011\\u300d\\u3002\\u9019\\u500b\\u805a\\u96c6\\u50b3\\u9054\\u7d66\\u53c3\\u8207\\u8005\\u7684\\u8a0a\\u606f\\u662f\\u5982\\u679c\\u4f60\\u4e0d\\u4fe1\\u4e0a\\u5e1d\\uff0c\\u4f60\\u5c31\\u4e0d\\u6703\\u5f97\\u6551\\uff0c\\u4f60\\u8981\\u4f86\\u548c\\u6211\\u5011\\u4e00\\u8d77\\u4f86\\u656c\\u62dc\\u795e\\u3001\\u8981\\u591a\\u591a\\u805a\\u6703\\u3001\\u591a\\u591a\\u53c3\\u8207\\u670d\\u4e8b\\u3001\\u771f\\u5be6\\u7684\\u5b88\\u5949\\u737b\\uff0c\\u53c3\\u8207\\u79b1\\u544a\\u6703\\uff0c\\u4f60\\u624d\\u80fd\\u812b\\u96e2\\u4e16\\u4e0a\\u7684\\u90aa\\u60e1\\u3001\\u8a66\\u63a2\\u3001\\u5147\\u60e1\\u3001\\u7a7a\\u865b\\u3001\\u75db\\u82e6\\u548c\\u6c92\\u6709\\u5e73\\u5b89\\u7684\\u4eba\\u751f\\uff0c\\u9019\\u4e9b\\u8a0a\\u606f\\u6703\\u5f9e\\u9032\\u5165\\u6559\\u6703\\u90a3\\u4e00\\u523b\\u8d77\\u5e38\\u5e38\\u4e0d\\u9593\\u65b7\\u5730\\u4ee5LINE\\u548c\\u8b1b\\u9053\\u4f86\\u50b3\\u905e\\u7d66\\u9019\\u4e9b\\u5916\\u4f86\\u65cf\\u7fa4\\u3002\\u6839\\u64da\\u6211\\u7684\\u89c0\\u5bdf\\uff0c\\u5c0d\\u9019\\u500b\\u805a\\u96c6\\u4f86\\u8aaa\\uff0c\\u4eba\\u985e\\u7684\\u6eab\\u89ba\\u3001\\u7bc0\\u594f\\u611f\\u3001\\u807d\\u89ba\\u3001\\u60f3\\u50cf\\u529b\\u548c\\u98fd\\u8db3\\u611f\\u3001\\u5c0d\\u74b0\\u5883\\u7684\\u9069\\u61c9\\u529b\\uff0c\\u5b78\\u7fd2\\u529b\\u548c\\u56de\\u61c9\\u4e0a\\u5e1d\\u7684\\u80fd\\u529b\\u3001\\u767c\\u554f\\u80fd\\u529b\\u662f\\u91cd\\u8981\\u7684\\uff0c\\u76f8\\u5c0d\\u4e0d\\u91cd\\u8981\\u7684\\u662f\\u8a9e\\u8a00\\u8868\\u9054\\u80fd\\u529b\\u3001\\u908f\\u8f2f\\u601d\\u8003\\u7684\\u80fd\\u529b\\uff0c\\u5473\\u89ba\\u3001\\u5e73\\u8861\\u611f\\uff0c\\u6578\\u5b78\\u80fd\\u529b\\u3001\\u4eba\\u969b\\u95dc\\u4fc2\\u7684\\u80fd\\u529b\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":\"6\",\"triggeredfrom\":\"forum_update_post\"}',1698818458,'web','175.182.136.194',NULL),(6065,'\\mod_forum\\event\\post_updated','mod_forum','updated','post','forum_posts',87,'u',2,72,70,33,21,2,21,0,'{\"discussionid\":6,\"forumid\":9,\"forumtype\":\"single\"}',1698818458,'web','175.182.136.194',NULL),(6066,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,21,2,NULL,0,'null',1698818458,'web','175.182.136.194',NULL),(6067,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1698821065,'web','122.118.20.44',NULL),(6068,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,20,2,NULL,0,'null',1698821065,'web','122.118.20.44',NULL),(6069,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,20,1,NULL,0,'null',1698821072,'web','122.118.20.44',NULL),(6070,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1698821073,'web','122.118.20.44',NULL),(6071,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,20,2,NULL,0,'null',1698821078,'web','122.118.20.44',NULL),(6072,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,20,2,NULL,0,'null',1698821177,'web','122.118.20.44',NULL),(6073,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1698821192,'web','122.118.20.44',NULL),(6074,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,20,2,NULL,0,'null',1698821196,'web','122.118.20.44',NULL),(6075,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',88,'c',2,74,70,35,20,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">1. \\u6211\\u8b80\\u5b8c\\u6587\\u7ae0\\u4e86<br \\/>\\n2. \\u60f3\\u8981\\u7528\\u300a\\u7fa4\\u7269\\u300b\\u724c\\u5361\\u8a2d\\u8a08\\u6559\\u6848<\\/div>\",\"pathnamehashes\":[],\"discussionid\":7,\"triggeredfrom\":\"forum_add_new_post\"}',1698821258,'web','122.118.20.44',NULL),(6076,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',88,'c',2,74,70,35,20,2,NULL,0,'{\"discussionid\":7,\"forumid\":10,\"forumtype\":\"single\"}',1698821258,'web','122.118.20.44',NULL),(6077,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',75,'c',2,74,70,35,20,2,20,0,'{\"forumid\":10,\"discussion\":7}',1698821258,'web','122.118.20.44',NULL),(6078,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,20,2,NULL,0,'null',1698821258,'web','122.118.20.44',NULL),(6079,'\\core\\event\\notification_sent','core','sent','notification','notifications',673,'c',0,1,10,0,21,0,11,0,'{\"courseid\":\"2\"}',1698822008,'cli',NULL,NULL),(6080,'\\core\\event\\notification_sent','core','sent','notification','notifications',674,'c',0,1,10,0,21,0,23,0,'{\"courseid\":\"2\"}',1698822011,'cli',NULL,NULL),(6081,'\\core\\event\\notification_sent','core','sent','notification','notifications',675,'c',0,1,10,0,21,0,13,0,'{\"courseid\":\"2\"}',1698822014,'cli',NULL,NULL),(6082,'\\core\\event\\notification_sent','core','sent','notification','notifications',676,'c',0,1,10,0,21,0,5,0,'{\"courseid\":\"2\"}',1698822017,'cli',NULL,NULL),(6083,'\\core\\event\\notification_sent','core','sent','notification','notifications',677,'c',0,1,10,0,21,0,21,0,'{\"courseid\":\"2\"}',1698822020,'cli',NULL,NULL),(6084,'\\core\\event\\notification_sent','core','sent','notification','notifications',678,'c',0,1,10,0,21,0,20,0,'{\"courseid\":\"2\"}',1698822023,'cli',NULL,NULL),(6085,'\\core\\event\\notification_sent','core','sent','notification','notifications',679,'c',0,1,10,0,21,0,16,0,'{\"courseid\":\"2\"}',1698822025,'cli',NULL,NULL),(6086,'\\core\\event\\notification_sent','core','sent','notification','notifications',680,'c',0,1,10,0,21,0,2,0,'{\"courseid\":\"2\"}',1698822028,'cli',NULL,NULL),(6087,'\\core\\event\\notification_sent','core','sent','notification','notifications',681,'c',0,1,10,0,21,0,19,0,'{\"courseid\":\"2\"}',1698822032,'cli',NULL,NULL),(6088,'\\core\\event\\notification_sent','core','sent','notification','notifications',682,'c',0,1,10,0,21,0,14,0,'{\"courseid\":\"2\"}',1698822034,'cli',NULL,NULL),(6089,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698823213,'web','203.72.182.45',NULL),(6090,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1698823278,'web','203.72.182.45',NULL),(6091,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1698823278,'web','203.72.182.45',NULL),(6092,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1698823281,'web','203.72.182.45',NULL),(6093,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,22,2,NULL,0,'null',1698823285,'web','203.72.182.45',NULL),(6094,'\\core\\event\\notification_sent','core','sent','notification','notifications',683,'c',0,1,10,0,0,0,22,0,'{\"courseid\":\"1\"}',1698823326,'cli',NULL,NULL),(6095,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1698824364,'web','175.182.136.194',NULL),(6096,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1698824364,'web','175.182.136.194',NULL),(6097,'\\core\\event\\notification_sent','core','sent','notification','notifications',684,'c',0,1,10,0,20,0,11,0,'{\"courseid\":\"2\"}',1698824885,'cli',NULL,NULL),(6098,'\\core\\event\\notification_sent','core','sent','notification','notifications',685,'c',0,1,10,0,20,0,23,0,'{\"courseid\":\"2\"}',1698824888,'cli',NULL,NULL),(6099,'\\core\\event\\notification_sent','core','sent','notification','notifications',686,'c',0,1,10,0,20,0,20,0,'{\"courseid\":\"2\"}',1698824891,'cli',NULL,NULL),(6100,'\\core\\event\\notification_sent','core','sent','notification','notifications',687,'c',0,1,10,0,20,0,19,0,'{\"courseid\":\"2\"}',1698824894,'cli',NULL,NULL),(6101,'\\core\\event\\notification_sent','core','sent','notification','notifications',688,'c',0,1,10,0,20,0,14,0,'{\"courseid\":\"2\"}',1698824897,'cli',NULL,NULL),(6102,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698829221,'web','116.237.88.117',NULL),(6103,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698831884,'web','36.226.170.69',NULL),(6104,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698831886,'web','34.145.227.243',NULL),(6105,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1698831892,'web','36.226.170.69',NULL),(6106,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1698831893,'web','36.226.170.69',NULL),(6107,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698831894,'web','34.105.37.64',NULL),(6108,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1698831898,'web','36.226.170.69',NULL),(6109,'\\core\\event\\notification_sent','core','sent','notification','notifications',689,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"1\"}',1698831906,'cli',NULL,NULL),(6110,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,6,2,NULL,0,'null',1698835453,'web','36.226.170.69',NULL),(6111,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',89,'c',2,72,70,33,6,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">*\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a*<br \\/>\\n<br \\/>\\n\\u2b27 \\u9019\\u500b\\u805a\\u96c6\\u600e\\u9ebc\\u770b\\u5f85\\u81ea\\u5df1\\uff1f\\u4ed6\\u5011\\u4f7f\\u7528\\u54ea\\u4e9b\\u985e\\u6bd4\\u63cf\\u8ff0\\u81ea\\u5df1\\uff1f\\uff08\\u4f8b\\u5982\\uff1a\\u300c\\u5bb6\\u5ead\\u300d\\u3001\\u300c\\u8ecd\\u968a\\u300d\\uff09<br \\/>\\n\\u5728\\u805a\\u6703\\u4e2d\\u6211\\u89c0\\u5bdf\\u5230\\uff0c\\u4ed6\\u5011\\u6703\\u8aaa\\u4ed6\\u5011\\u662f\\u4e00\\u500b\\u5927\\u5bb6\\u5ead\\uff0c\\u53f0\\u4e0a\\u5e36\\u9818\\u805a\\u6703\\u7684\\u4eba\\u5e38\\u5e38\\u6703\\u8aaa\\uff1a\\u5bb6\\u4eba\\u5011\\u3001\\u59ca\\u59b9\\u5011\\u3001\\u5f1f\\u5144\\u5011\\u3001\\u6216\\u662f\\u8aaa\\uff1a\\u5f1f\\u5144\\u59ca\\u59b9\\u5011\\uff0c\\u800c\\u4e14\\u6211\\u4e5f\\u767c\\u73fe\\u4ed6\\u5011\\u5f7c\\u6b64\\u4e4b\\u9593\\u4f3c\\u4e4e\\u90fd\\u5f88\\u8a8d\\u540c\\u9019\\u6a23\\u7684\\u7a31\\u547c\\u65b9\\u5f0f\\uff0c\\u6240\\u4ee5\\u6211\\u89ba\\u5f97\\u4ed6\\u5011\\u53ef\\u80fd\\u662f\\u4e00\\u7fa4\\u6211\\u5011\\u5c0f\\u6642\\u5019\\u8b80\\u904e\\u7684\\u3010\\u661f\\u969b\\u751f\\u7269\\u5b78- -\\u5730\\u7403\\u4eba\\u7bc7\\u3011\\u7576\\u4e2d\\u63d0\\u5230\\u7684\\uff1a\\u5177\\u6709\\u8840\\u7de3\\u95dc\\u4fc2\\u7684\\u89aa\\u5c6c\\uff0c\\u4f46\\u662f\\u5728\\u7d93\\u904e\\u6211\\u4f7f\\u7528\\u661f\\u969b\\u8a9e\\u8a00\\u7ffb\\u8b6f\\u7cfb\\u7d71\\u8207\\u5176\\u4e2d\\u4e00\\u4e9b\\u4eba\\u4ea4\\u8ac7\\u904e\\u5f8c\\uff0c\\u6211\\u624d\\u77e5\\u9053\\u4ed6\\u5011\\u5176\\u5be6\\u662f\\u4f86\\u81ea\\u5404\\u500b\\u4e0d\\u540c\\u5bb6\\u5ead\\u7684\\u4e00\\u7fa4\\u4eba\\uff0c\\u800c\\u9019\\u4e00\\u9ede\\u5247\\u8b49\\u660e\\u4e86\\u5728\\u3010\\u5730\\u7403-\\u5b97\\u6559\\u6b77\\u53f2\\u767e\\u79d1\\u3011\\u4e2d\\u63d0\\u5230\\u904e\\u7684\\u57fa\\u7763\\u6559\\u5f92\\u7684\\u7d44\\u7e54\\u6a21\\u5f0f\\u3002\\u4f46\\u662f\\uff0c\\u9664\\u6b64\\u4e4b\\u5916\\u6211\\u4e5f\\u767c\\u73fe\\u4ed6\\u5011\\u9084\\u6709\\u7528\\u5176\\u4ed6\\u7684\\u540d\\u7a31\\u4f86\\u7a31\\u547c\\u4ed6\\u5011\\u9019\\u4e00\\u7fa4\\u4eba\\uff0c\\u6bd4\\u5982\\u8aaa\\u4ed6\\u5011\\u8aaa\\u4ed6\\u5011\\u662f\\u4e00\\u500b\\u5927\\u8ecd\\u968a\\uff1b\\u4ed6\\u5011\\u8981\\u4e00\\u8d77\\u8207\\u6240\\u8b02\\u7684\\u6492\\u65e6\\u722d\\u6230\\uff0c \\u4e26\\u4e14\\u56e0\\u70ba\\u501a\\u9760\\u8036\\u7a4c\\u5fc5\\u8981\\u722d\\u6230\\u5f97\\u52dd\\u3002\\u9664\\u6b64\\u4e4b\\u5916\\uff0c\\u9084\\u6709\\u4eba\\u8aaa\\u4ed6\\u5011\\u662f\\u91ab\\u9662\\uff0c\\u4ed6\\u5011\\u66fe\\u662f\\u751f\\u75c5\\u7684\\u4eba\\uff0c\\u4ed6\\u5011\\u9700\\u8981\\u9760\\u8036\\u7a4c\\u9019\\u5049\\u5927\\u91ab\\u751f\\u800c\\u5f97\\u6551\\u91cd\\u751f\\uff0c\\u4ed6\\u5011\\u9084\\u8aaa\\u56e0\\u70ba\\u8036\\u7a4c\\u9019\\u4f4d\\u5927\\u91ab\\u751f\\u7684\\u95dc\\u4fc2\\uff0c\\u6240\\u4ee5\\u4ed6\\u5011\\u4e5f\\u53ef\\u4ee5\\u7528\\u8036\\u7a4c\\u7684\\u540d\\u7fa9\\u4f86\\u5e6b\\u52a9\\u5176\\u4ed6\\u751f\\u75c5\\u7684\\u4eba\\u4e5f\\u5f97\\u5230\\u6551\\u6cbb\\uff01<br \\/>\\n<br \\/>\\n\\u2b27 \\u9019\\u500b\\u805a\\u96c6\\u600e\\u9ebc\\u770b\\u5f85\\u4ed6\\u5011\\u7fa4\\u9ad4\\u4ee5\\u5916\\u7684\\u4eba\\uff1f\\u4ed6\\u5011\\u4f7f\\u7528\\u54ea\\u4e9b\\u985e\\u6bd4\\u63cf\\u8ff0\\u9019\\u4e9b\\u4eba\\uff1f\\u4ed6\\u5011\\u5e0c\\u671b\\u9019\\u4e9b\\u4eba\\u505a\\u51fa\\u54ea\\u4e9b\\u884c\\u52d5\\uff1f<br \\/>\\n\\u5728\\u9019\\u7576\\u4e2d\\u4ed6\\u5011\\u7a31\\u81ea\\u5df1\\u662f\\u57fa\\u7763\\u5f92\\uff0c\\u4ed6\\u5011\\u662f\\u4e0a\\u5e1d\\u7684\\u5152\\u5973\\u3001\\u662f\\u4e0a\\u5e1d\\u7684\\u767e\\u59d3\\u3001\\u662f\\u5c6c\\u795e\\u7684\\u8ecd\\u968a\\uff0c\\u4ed6\\u5011\\u662f\\u8036\\u7a4c\\u7684\\u6240\\u6551\\u8d16\\u56de\\u4f86\\u7684\\u4eba\\uff0c\\u4ed6\\u5011\\u4e5f\\u81ea\\u7a31\\u81ea\\u5df1\\u662f\\u56e0\\u8457\\u6069\\u5178\\u800c\\u5f97\\u6551\\u7684\\u4eba\\uff0c\\u6240\\u4ee5\\u4ed6\\u5011\\u4e5f\\u8aaa\\u5e38\\u5e38\\u6703\\u5f7c\\u6b64\\u7a31\\u547c\\u5f7c\\u6b64\\u70ba\\u4e3b\\u5167\\u7684\\u5bb6\\u4eba\\uff0c\\u76f8\\u5c0d\\u7684\\u4ed6\\u5011\\u6703\\u8aaa\\u4ed6\\u5011\\u7fa4\\u9ad4\\u4ee5\\u5916\\u7684\\u4eba\\u70ba\\u201d\\u5916\\u90a6\\u4eba\\u201d\\uff0c\\u6216\\u662f\\u201d\\u798f\\u97f3\\u670b\\u53cb\\u201d\\u3001\\u672a\\u5f97\\u4e4b\\u6c11\\u3002\\u751a\\u81f3\\u6709\\u4eba\\u8aaa\\u4ed6\\u5011\\u4ee5\\u5916\\u7684\\u4eba\\u662f\\u4ecd\\u7136\\u5728\\u7f6a\\u60e1\\u6b7b\\u4ea1\\u4e2d\\u7684\\u201d\\u7f6a\\u4eba\\u201d\\uff0c\\u4e5f\\u6709\\u4eba\\u7528\\u8ff7\\u5931\\u7684\\u7f8a\\u9019\\u6a23\\u7684\\u5b57\\u773c\\u4f86\\u5f62\\u5bb9\\u4ed6\\u5011\\u7fa4\\u9ad4\\u4ee5\\u5916\\u7684\\u4eba\\u2014\\u4e26\\u4e14\\uff0c\\u4ed6\\u5011\\u5171\\u540c\\u7684\\u671f\\u671b\\u5c31\\u662f\\u5e0c\\u671b\\u9019\\u4e9b\\u4eba\\u80fd\\u5920\\u8ddf\\u4ed6\\u5011\\u4e00\\u6a23\\u52a0\\u5165\\u4ed6\\u5011\\u7684\\u7fa4\\u9ad4\\u3002<br \\/>\\n\\u2b27 \\u9019\\u500b\\u805a\\u96c6\\u671f\\u5f85\\u53c3\\u8207\\u8005\\u505a\\u51fa\\u54ea\\u4e9b\\u884c\\u52d5\\uff1f\\uff08\\u7121\\u8ad6\\u662f\\u805a\\u96c6\\u671f\\u9593\\uff0c\\u6216\\u662f\\u805a\\u96c6\\u524d\\u5f8c\\uff09<br \\/>\\n\\u5c31\\u6211\\u7684\\u89c0\\u5bdf\\u4ed6\\u5011\\u6703\\u5728\\u805a\\u6703\\u7576\\u4e2d\\u6703\\u8981\\u6c42\\u4ed6\\u5011\\u4e00\\u4e9b\\u52d5\\u4f5c\\u6216\\u8005\\u662f\\u4e00\\u81f4\\u7684\\u8a71\\u8a9e\\uff0c\\u6bd4\\u5982\\u8aaa\\u4ed6\\u5011\\u5728\\u5531\\u6b4c\\u7684\\u6642\\u5019\\uff0c\\u53f0\\u4e0a\\u7684\\u4eba\\u6709\\u6642\\u5019\\u6703\\u8981\\u6c42\\u5927\\u5bb6\\u8209\\u8d77\\u96d9\\u624b\\uff0c\\u6216\\u8005\\u662f\\u62ac\\u982d\\u4ef0\\u671b\\u3001\\u6216\\u8005\\u662f\\u9ad8\\u8072\\u7684\\u547c\\u558a\\u201d\\u54c8\\u5229\\u8def\\u4e9e\\u201d\\uff0c\\u5728\\u4ed6\\u5011\\u7684\\u6f14\\u8b1b\\u7684\\u5834\\u5408\\u7576\\u4e2d\\uff0c\\u53f0\\u4e0a\\u7684\\u6f14\\u8b1b\\u8005\\u4e5f\\u6709\\u6642\\u5019\\u6703\\u8981\\u6c42\\u5176\\u4ed6\\u4eba\\u8aaa\\uff1a\\u8ddf\\u4f60\\u5de6\\u53f3\\u5169\\u908axxx\\uff0c\\u805a\\u6703\\u5feb\\u7d50\\u675f\\u7684\\u6642\\u5019\\u4e5f\\u6703\\u8981\\u6c42\\u6240\\u6709\\u4eba\\u4e0b\\u500b\\u79ae\\u62dc\\u540c\\u6a23\\u7684\\u6642\\u9593\\u4ecd\\u8981\\u7e7c\\u7e8c\\u4f86\\u805a\\u6703\\uff0c\\u4e26\\u4e14\\u4ed6\\u5011\\u9084\\u8981\\u6c42\\u5927\\u5bb6\\u8981\\u5e38\\u5e38\\u79b1\\u544a\\u3001\\u8b80\\u8056\\u7d93QT\\u3001RPG\\u3002<br \\/>\\n<br \\/>\\n\\u2b27 \\u9019\\u500b\\u805a\\u96c6\\u50b3\\u9054\\u7d66\\u53c3\\u8207\\u8005\\u54ea\\u4e9b\\u8a0a\\u606f\\uff1f\\u9019\\u4e9b\\u8a0a\\u606f\\u4ee5\\u4ec0\\u9ebc\\u65b9\\u5f0f\\u50b3\\u905e\\uff1f\\u4ee5\\u4ec0\\u9ebc\\u8a9e\\u6c23\\u3001\\u614b\\u5ea6\\u50b3\\u905e\\uff1f<br \\/>\\n\\u6211\\u767c\\u73fe\\u4ed6\\u5011\\u50b3\\u9054\\u7684\\u4fe1\\u606f\\uff0c\\u4e3b\\u8981\\u662f\\u8ddf\\u4e00\\u672c\\u53eb\\u505a\\u8056\\u7d93\\u7684\\u66f8\\u6709\\u95dc\\uff0c\\u800c\\u9019\\u672c\\u66f8\\u6839\\u64da\\u6211\\u5011\\u661f\\u7403\\u7684\\u6559\\u5c0e\\uff0c\\u5176\\u5be6\\u4e5f\\u5c31\\u662f\\u6211\\u5011\\u7684\\u5bb6\\u8b5c&\\u5bb6\\u8a13\\u3002<br \\/>\\n<br \\/>\\n\\u2b27 \\u6839\\u64da\\u4f60\\u7684\\u89c0\\u5bdf\\uff0c\\u5c0d\\u9019\\u500b\\u805a\\u96c6\\u4f86\\u8aaa\\uff0c\\u4eba\\u985e\\u7684\\u54ea\\u4e9b\\u611f\\u5b98\\u8207\\u80fd\\u529b\\u662f\\u91cd\\u8981\\u7684\\uff1f\\u54ea\\u4e9b\\u76f8\\u5c0d\\u4e0d\\u91cd\\u8981\\uff1f<br \\/>\\n*\\u91cd\\u8981\\u7684\\uff1a\\u8996\\u89ba\\u3001\\u807d\\u89ba\\u3001\\u8a9e\\u8a00\\u3001\\u8868\\u9054\\u529b\\u3001\\u540c\\u7406\\u5fc3\\u3001\\u4eba\\u969b\\u95dc\\u4fc2\\u3001\\u908f\\u8f2f\\u601d\\u8003\\u3001\\u7a7a\\u9593\\u611f\\u3001\\u7bc0\\u594f\\u611f\\u3001\\u97f3\\u6a02\\u80fd\\u529b\\u3001\\u89f8\\u89ba\\u3002<br \\/>\\n<br \\/>\\n*\\u76f8\\u5c0d\\u4e0d\\u91cd\\u8981\\uff1a\\u6eab\\u89ba\\uff08\\u5c0d\\u6eab\\u5ea6\\u7684\\u611f\\u53d7\\uff09\\u3001\\u75db\\u89ba\\u3001\\u4e0d\\u9069\\u611f\\u3001\\u55c5\\u89ba\\u3001\\u6642\\u9593\\u611f\\u3001\\u6578\\u5b78\\u80fd\\u529b\\u3001\\u5473\\u89ba\\u3001\\u5e73\\u8861\\u611f\\u3001\\u60f3\\u50cf\\u529b\\u3001\\u98e2\\u9913\\u611f\\/\\u98fd\\u8db3\\u611f\\u3001\\u767c\\u554f\\u80fd\\u529b\\u3001\\u672c\\u9ad4\\u611f\\/\\uff08\\u8eab\\u9ad4\\u90e8\\u4f4d\\u5f7c\\u6b64\\u4e4b\\u9593\\u7684\\u95dc\\u4fc2\\uff0c\\u4f8b\\u5982\\u9589\\u773c\\u7528\\u624b\\u6478\\u9f3b\\u5b50\\uff0c\\u6216\\u662f\\u81ea\\u5df1\\u8207\\u4ed6\\u4eba\\u5728\\u7a7a\\u9593\\u4e2d\\u7684\\u95dc\\u4fc2\\uff09<\\/div>\",\"pathnamehashes\":[],\"discussionid\":6,\"triggeredfrom\":\"forum_add_new_post\"}',1698835548,'web','36.226.170.69',NULL),(6112,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',89,'c',2,72,70,33,6,2,NULL,0,'{\"discussionid\":6,\"forumid\":9,\"forumtype\":\"single\"}',1698835548,'web','36.226.170.69',NULL),(6113,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',76,'c',2,72,70,33,6,2,6,0,'{\"forumid\":9,\"discussion\":6}',1698835548,'web','36.226.170.69',NULL),(6114,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,6,2,NULL,0,'null',1698835548,'web','36.226.170.69',NULL),(6115,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,6,2,NULL,0,'null',1698835603,'web','36.226.170.69',NULL),(6116,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,6,2,NULL,0,'null',1698835622,'web','36.226.170.69',NULL),(6117,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,6,2,NULL,0,'null',1698835624,'web','36.226.170.69',NULL),(6118,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,6,2,NULL,0,'null',1698835631,'web','36.226.170.69',NULL),(6119,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,6,2,NULL,0,'null',1698835636,'web','36.226.170.69',NULL),(6120,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',90,'c',2,74,70,35,6,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">1. \\u6211\\u8b80\\u5b8c\\u6587\\u7ae0\\u4e86<br \\/>\\n2. \\u671f\\u672b\\u5831\\u544a\\u8003\\u616e\\u5beb\\u6d41\\u884c\\u6b4c\\u66f2\\u300a\\u4e94\\u6708\\u5929-\\u8afe\\u4e9e\\u65b9\\u821f\\u300b\\u6216\\u96fb\\u5f71\\u300a\\u7d0d\\u5c3c\\u4e9e\\u50b3\\u5947\\u300b\\u6216\\u53f0\\u7063\\u96fb\\u8996\\u5287\\u300a\\u6211\\u5011\\u8207\\u60e1\\u7684\\u8ddd\\u96e2\\u300b<\\/div>\",\"pathnamehashes\":[],\"discussionid\":7,\"triggeredfrom\":\"forum_add_new_post\"}',1698836343,'web','61.219.81.66',NULL),(6121,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',90,'c',2,74,70,35,6,2,NULL,0,'{\"discussionid\":7,\"forumid\":10,\"forumtype\":\"single\"}',1698836343,'web','61.219.81.66',NULL),(6122,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',77,'c',2,74,70,35,6,2,6,0,'{\"forumid\":10,\"discussion\":7}',1698836343,'web','61.219.81.66',NULL),(6123,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,6,2,NULL,0,'null',1698836344,'web','61.219.81.66',NULL),(6124,'\\core\\event\\notification_sent','core','sent','notification','notifications',690,'c',0,1,10,0,6,0,6,0,'{\"courseid\":\"2\"}',1698839167,'cli',NULL,NULL),(6125,'\\core\\event\\notification_sent','core','sent','notification','notifications',691,'c',0,1,10,0,6,0,11,0,'{\"courseid\":\"2\"}',1698839169,'cli',NULL,NULL),(6126,'\\core\\event\\notification_sent','core','sent','notification','notifications',692,'c',0,1,10,0,6,0,23,0,'{\"courseid\":\"2\"}',1698839172,'cli',NULL,NULL),(6127,'\\core\\event\\notification_sent','core','sent','notification','notifications',693,'c',0,1,10,0,6,0,13,0,'{\"courseid\":\"2\"}',1698839175,'cli',NULL,NULL),(6128,'\\core\\event\\notification_sent','core','sent','notification','notifications',694,'c',0,1,10,0,6,0,5,0,'{\"courseid\":\"2\"}',1698839179,'cli',NULL,NULL),(6129,'\\core\\event\\notification_sent','core','sent','notification','notifications',695,'c',0,1,10,0,6,0,21,0,'{\"courseid\":\"2\"}',1698839182,'cli',NULL,NULL),(6130,'\\core\\event\\notification_sent','core','sent','notification','notifications',696,'c',0,1,10,0,6,0,20,0,'{\"courseid\":\"2\"}',1698839185,'cli',NULL,NULL),(6131,'\\core\\event\\notification_sent','core','sent','notification','notifications',697,'c',0,1,10,0,6,0,16,0,'{\"courseid\":\"2\"}',1698839189,'cli',NULL,NULL),(6132,'\\core\\event\\notification_sent','core','sent','notification','notifications',698,'c',0,1,10,0,6,0,2,0,'{\"courseid\":\"2\"}',1698839191,'cli',NULL,NULL),(6133,'\\core\\event\\notification_sent','core','sent','notification','notifications',699,'c',0,1,10,0,6,0,19,0,'{\"courseid\":\"2\"}',1698839195,'cli',NULL,NULL),(6134,'\\core\\event\\notification_sent','core','sent','notification','notifications',700,'c',0,1,10,0,6,0,14,0,'{\"courseid\":\"2\"}',1698839198,'cli',NULL,NULL),(6135,'\\core\\event\\notification_sent','core','sent','notification','notifications',701,'c',0,1,10,0,6,0,6,0,'{\"courseid\":\"2\"}',1698840012,'cli',NULL,NULL),(6136,'\\core\\event\\notification_sent','core','sent','notification','notifications',702,'c',0,1,10,0,6,0,11,0,'{\"courseid\":\"2\"}',1698840016,'cli',NULL,NULL),(6137,'\\core\\event\\notification_sent','core','sent','notification','notifications',703,'c',0,1,10,0,6,0,23,0,'{\"courseid\":\"2\"}',1698840018,'cli',NULL,NULL),(6138,'\\core\\event\\notification_sent','core','sent','notification','notifications',704,'c',0,1,10,0,6,0,20,0,'{\"courseid\":\"2\"}',1698840022,'cli',NULL,NULL),(6139,'\\core\\event\\notification_sent','core','sent','notification','notifications',705,'c',0,1,10,0,6,0,19,0,'{\"courseid\":\"2\"}',1698840025,'cli',NULL,NULL),(6140,'\\core\\event\\notification_sent','core','sent','notification','notifications',706,'c',0,1,10,0,6,0,14,0,'{\"courseid\":\"2\"}',1698840029,'cli',NULL,NULL),(6141,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698845648,'web','125.229.183.111',NULL),(6142,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1698845666,'web','125.229.183.111',NULL),(6143,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1698845666,'web','125.229.183.111',NULL),(6144,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1698845676,'web','125.229.183.111',NULL),(6145,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,22,2,NULL,0,'null',1698845682,'web','125.229.183.111',NULL),(6146,'\\core\\event\\notification_sent','core','sent','notification','notifications',707,'c',0,1,10,0,0,0,22,0,'{\"courseid\":\"1\"}',1698845706,'cli',NULL,NULL),(6147,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1698849910,'web','73.219.6.51',NULL),(6148,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',6,'r',2,72,70,33,2,2,NULL,0,'null',1698849910,'web','73.219.6.51',NULL),(6149,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,2,2,NULL,0,'null',1698850566,'web','73.219.6.51',NULL),(6150,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,2,2,NULL,0,'null',1698850572,'web','73.219.6.51',NULL),(6151,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,2,2,NULL,0,'null',1698850574,'web','73.219.6.51',NULL),(6152,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,2,2,NULL,0,'null',1698850610,'web','73.219.6.51',NULL),(6153,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,2,2,NULL,0,'null',1698850617,'web','73.219.6.51',NULL),(6154,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',6,'r',2,72,70,33,2,2,NULL,0,'null',1698851027,'web','73.219.6.51',NULL),(6155,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',6,'r',2,72,70,33,2,2,NULL,0,'null',1698851029,'web','73.219.6.51',NULL),(6156,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,2,2,NULL,0,'null',1698851041,'web','73.219.6.51',NULL),(6157,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1698851043,'web','73.219.6.51',NULL),(6158,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698851049,'web','73.219.6.51',NULL),(6159,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1698851051,'web','73.219.6.51',NULL),(6160,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,2,2,NULL,0,'null',1698851063,'web','73.219.6.51',NULL),(6161,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698851341,'web','73.219.6.51',NULL),(6162,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1698857003,'web','73.219.6.51',NULL),(6163,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698857062,'web','73.219.6.51',NULL),(6164,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698857070,'web','73.219.6.51',NULL),(6165,'\\core\\event\\course_module_created','core','created','course_module','course_modules',37,'c',1,76,70,37,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":21,\"name\":\"\\u7b2c\\u4e03\\u9031\\u8b1b\\u7fa9\"}',1698857099,'web','73.219.6.51',NULL),(6166,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698857099,'web','73.219.6.51',NULL),(6167,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698872250,'web','58.8.155.19',NULL),(6168,'\\core\\event\\user_loggedin','core','loggedin','user','user',9,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"extrauserinfo\":[]}',1698872264,'web','58.8.155.19',NULL),(6169,'\\core\\event\\notification_sent','core','sent','notification','notifications',708,'c',0,1,10,0,0,0,9,0,'{\"courseid\":\"1\"}',1698872287,'cli',NULL,NULL),(6170,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"reason\":3}',1698872322,'web','58.8.155.19',NULL),(6171,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,9,1,NULL,0,'null',1698872328,'web','58.8.155.19',NULL),(6172,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1698872331,'web','58.8.155.19',NULL),(6173,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,9,2,NULL,0,'null',1698872360,'web','58.8.155.19',NULL),(6174,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,9,2,NULL,0,'null',1698872641,'web','58.8.155.19',NULL),(6175,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1698884374,'web','73.219.6.51',NULL),(6176,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698884377,'web','73.219.6.51',NULL),(6177,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,2,2,NULL,0,'null',1698884492,'web','73.219.6.51',NULL),(6178,'\\core\\event\\user_graded','core','graded','user','grade_grades',110,'u',1,16,50,2,2,2,5,0,'{\"itemid\":\"11\",\"overridden\":false,\"finalgrade\":8}',1698884917,'web','73.219.6.51',NULL),(6179,'\\core\\event\\user_graded','core','graded','user','grade_grades',47,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":50}',1698884917,'web','73.219.6.51',NULL),(6180,'\\core\\event\\user_graded','core','graded','user','grade_grades',111,'u',1,16,50,2,2,2,6,0,'{\"itemid\":\"11\",\"overridden\":false,\"finalgrade\":9}',1698884948,'web','73.219.6.51',NULL),(6181,'\\core\\event\\user_graded','core','graded','user','grade_grades',38,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":51}',1698884948,'web','73.219.6.51',NULL),(6182,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698885046,'web','73.219.6.51',NULL),(6183,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,2,2,NULL,0,'null',1698885050,'web','73.219.6.51',NULL),(6184,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698885061,'web','73.219.6.51',NULL),(6185,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1698885062,'web','73.219.6.51',NULL),(6186,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1698885064,'web','73.219.6.51',NULL),(6187,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698885064,'web','73.219.6.51',NULL),(6188,'\\core\\event\\user_graded','core','graded','user','grade_grades',115,'u',1,16,50,2,2,2,11,0,'{\"itemid\":\"11\",\"overridden\":false,\"finalgrade\":9}',1698885105,'web','73.219.6.51',NULL),(6189,'\\core\\event\\user_graded','core','graded','user','grade_grades',8,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":59}',1698885105,'web','73.219.6.51',NULL),(6190,'\\core\\event\\user_graded','core','graded','user','grade_grades',117,'u',1,16,50,2,2,2,13,0,'{\"itemid\":\"11\",\"overridden\":false,\"finalgrade\":9}',1698885124,'web','73.219.6.51',NULL),(6191,'\\core\\event\\user_graded','core','graded','user','grade_grades',23,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":49}',1698885124,'web','73.219.6.51',NULL),(6192,'\\core\\event\\user_graded','core','graded','user','grade_grades',117,'u',1,16,50,2,2,2,13,0,'{\"itemid\":\"11\",\"overridden\":false,\"finalgrade\":10}',1698885129,'web','73.219.6.51',NULL),(6193,'\\core\\event\\user_graded','core','graded','user','grade_grades',23,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":50}',1698885129,'web','73.219.6.51',NULL),(6194,'\\core\\event\\user_graded','core','graded','user','grade_grades',115,'u',1,16,50,2,2,2,11,0,'{\"itemid\":\"11\",\"overridden\":false,\"finalgrade\":10}',1698885136,'web','73.219.6.51',NULL),(6195,'\\core\\event\\user_graded','core','graded','user','grade_grades',8,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":60}',1698885136,'web','73.219.6.51',NULL),(6196,'\\core\\event\\user_graded','core','graded','user','grade_grades',118,'u',1,16,50,2,2,2,14,0,'{\"itemid\":\"11\",\"overridden\":false,\"finalgrade\":7}',1698885190,'web','73.219.6.51',NULL),(6197,'\\core\\event\\user_graded','core','graded','user','grade_grades',29,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":55}',1698885190,'web','73.219.6.51',NULL),(6198,'\\core\\event\\user_graded','core','graded','user','grade_grades',120,'u',1,16,50,2,2,2,16,0,'{\"itemid\":\"11\",\"overridden\":false,\"finalgrade\":10}',1698885225,'web','73.219.6.51',NULL),(6199,'\\core\\event\\user_graded','core','graded','user','grade_grades',2,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":56}',1698885225,'web','73.219.6.51',NULL),(6200,'\\core\\event\\user_graded','core','graded','user','grade_grades',122,'u',1,16,50,2,2,2,19,0,'{\"itemid\":\"11\",\"overridden\":false,\"finalgrade\":8}',1698885291,'web','73.219.6.51',NULL),(6201,'\\core\\event\\user_graded','core','graded','user','grade_grades',32,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":58}',1698885291,'web','73.219.6.51',NULL),(6202,'\\core\\event\\user_graded','core','graded','user','grade_grades',123,'u',1,16,50,2,2,2,20,0,'{\"itemid\":\"11\",\"overridden\":false,\"finalgrade\":10}',1698885324,'web','73.219.6.51',NULL),(6203,'\\core\\event\\user_graded','core','graded','user','grade_grades',41,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":56}',1698885324,'web','73.219.6.51',NULL),(6204,'\\core\\event\\user_graded','core','graded','user','grade_grades',124,'u',1,16,50,2,2,2,21,0,'{\"itemid\":\"11\",\"overridden\":false,\"finalgrade\":10}',1698885343,'web','73.219.6.51',NULL),(6205,'\\core\\event\\user_graded','core','graded','user','grade_grades',70,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":46}',1698885343,'web','73.219.6.51',NULL),(6206,'\\core\\event\\user_graded','core','graded','user','grade_grades',126,'u',1,16,50,2,2,2,23,0,'{\"itemid\":\"11\",\"overridden\":false,\"finalgrade\":9}',1698885398,'web','73.219.6.51',NULL),(6207,'\\core\\event\\user_graded','core','graded','user','grade_grades',17,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":45}',1698885398,'web','73.219.6.51',NULL),(6208,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698885410,'web','73.219.6.51',NULL),(6209,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1698885413,'web','73.219.6.51',NULL),(6210,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1698885416,'web','73.219.6.51',NULL),(6211,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1698885443,'web','73.219.6.51',NULL),(6212,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1698885448,'web','73.219.6.51',NULL),(6213,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1698885452,'web','73.219.6.51',NULL),(6214,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1698885456,'web','73.219.6.51',NULL),(6215,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1698885496,'web','73.219.6.51',NULL),(6216,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',13,'c',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"category\",\"itemmodule\":null}',1698885565,'web','73.219.6.51',NULL),(6217,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885565,'web','73.219.6.51',NULL),(6218,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885565,'web','73.219.6.51',NULL),(6219,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885565,'web','73.219.6.51',NULL),(6220,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885565,'web','73.219.6.51',NULL),(6221,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',14,'c',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"category\",\"itemmodule\":null}',1698885595,'web','73.219.6.51',NULL),(6222,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885595,'web','73.219.6.51',NULL),(6223,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885595,'web','73.219.6.51',NULL),(6224,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885595,'web','73.219.6.51',NULL),(6225,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885595,'web','73.219.6.51',NULL),(6226,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885618,'web','73.219.6.51',NULL),(6227,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885626,'web','73.219.6.51',NULL),(6228,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1698885644,'web','73.219.6.51',NULL),(6229,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1698885644,'web','73.219.6.51',NULL),(6230,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885644,'web','73.219.6.51',NULL),(6231,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885644,'web','73.219.6.51',NULL),(6232,'\\core\\event\\user_graded','core','graded','user','grade_grades',163,'u',1,16,50,2,-1,2,4,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":10}',1698885644,'web','73.219.6.51',NULL),(6233,'\\core\\event\\user_graded','core','graded','user','grade_grades',164,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":10}',1698885644,'web','73.219.6.51',NULL),(6234,'\\core\\event\\user_graded','core','graded','user','grade_grades',165,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":6}',1698885645,'web','73.219.6.51',NULL),(6235,'\\core\\event\\user_graded','core','graded','user','grade_grades',166,'u',1,16,50,2,-1,2,7,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":6}',1698885645,'web','73.219.6.51',NULL),(6236,'\\core\\event\\user_graded','core','graded','user','grade_grades',167,'u',1,16,50,2,-1,2,8,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":10}',1698885645,'web','73.219.6.51',NULL),(6237,'\\core\\event\\user_graded','core','graded','user','grade_grades',168,'u',1,16,50,2,-1,2,9,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":10}',1698885645,'web','73.219.6.51',NULL),(6238,'\\core\\event\\user_graded','core','graded','user','grade_grades',169,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":10}',1698885645,'web','73.219.6.51',NULL),(6239,'\\core\\event\\user_graded','core','graded','user','grade_grades',170,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":10}',1698885645,'web','73.219.6.51',NULL),(6240,'\\core\\event\\user_graded','core','graded','user','grade_grades',171,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":10}',1698885645,'web','73.219.6.51',NULL),(6241,'\\core\\event\\user_graded','core','graded','user','grade_grades',172,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":8}',1698885645,'web','73.219.6.51',NULL),(6242,'\\core\\event\\user_graded','core','graded','user','grade_grades',173,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":6}',1698885645,'web','73.219.6.51',NULL),(6243,'\\core\\event\\user_graded','core','graded','user','grade_grades',174,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":6}',1698885645,'web','73.219.6.51',NULL),(6244,'\\core\\event\\user_graded','core','graded','user','grade_grades',175,'u',1,16,50,2,-1,2,17,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":6}',1698885645,'web','73.219.6.51',NULL),(6245,'\\core\\event\\user_graded','core','graded','user','grade_grades',176,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":10}',1698885645,'web','73.219.6.51',NULL),(6246,'\\core\\event\\user_graded','core','graded','user','grade_grades',177,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":10}',1698885645,'web','73.219.6.51',NULL),(6247,'\\core\\event\\user_graded','core','graded','user','grade_grades',178,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":6}',1698885645,'web','73.219.6.51',NULL),(6248,'\\core\\event\\user_graded','core','graded','user','grade_grades',179,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":6}',1698885645,'web','73.219.6.51',NULL),(6249,'\\core\\event\\user_graded','core','graded','user','grade_grades',180,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":6}',1698885645,'web','73.219.6.51',NULL),(6250,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885656,'web','73.219.6.51',NULL),(6251,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885656,'web','73.219.6.51',NULL),(6252,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1698885657,'web','73.219.6.51',NULL),(6253,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885657,'web','73.219.6.51',NULL),(6254,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885657,'web','73.219.6.51',NULL),(6255,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885657,'web','73.219.6.51',NULL),(6256,'\\core\\event\\user_graded','core','graded','user','grade_grades',163,'u',1,16,50,2,-1,2,4,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":20}',1698885657,'web','73.219.6.51',NULL),(6257,'\\core\\event\\user_graded','core','graded','user','grade_grades',164,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":20}',1698885657,'web','73.219.6.51',NULL),(6258,'\\core\\event\\user_graded','core','graded','user','grade_grades',165,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":12}',1698885657,'web','73.219.6.51',NULL),(6259,'\\core\\event\\user_graded','core','graded','user','grade_grades',166,'u',1,16,50,2,-1,2,7,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":12}',1698885657,'web','73.219.6.51',NULL),(6260,'\\core\\event\\user_graded','core','graded','user','grade_grades',167,'u',1,16,50,2,-1,2,8,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":16}',1698885657,'web','73.219.6.51',NULL),(6261,'\\core\\event\\user_graded','core','graded','user','grade_grades',168,'u',1,16,50,2,-1,2,9,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":20}',1698885657,'web','73.219.6.51',NULL),(6262,'\\core\\event\\user_graded','core','graded','user','grade_grades',169,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":20}',1698885657,'web','73.219.6.51',NULL),(6263,'\\core\\event\\user_graded','core','graded','user','grade_grades',170,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":16}',1698885657,'web','73.219.6.51',NULL),(6264,'\\core\\event\\user_graded','core','graded','user','grade_grades',172,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":18}',1698885657,'web','73.219.6.51',NULL),(6265,'\\core\\event\\user_graded','core','graded','user','grade_grades',174,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":16}',1698885657,'web','73.219.6.51',NULL),(6266,'\\core\\event\\user_graded','core','graded','user','grade_grades',175,'u',1,16,50,2,-1,2,17,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":12}',1698885657,'web','73.219.6.51',NULL),(6267,'\\core\\event\\user_graded','core','graded','user','grade_grades',176,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":20}',1698885657,'web','73.219.6.51',NULL),(6268,'\\core\\event\\user_graded','core','graded','user','grade_grades',177,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":16}',1698885658,'web','73.219.6.51',NULL),(6269,'\\core\\event\\user_graded','core','graded','user','grade_grades',178,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":16}',1698885658,'web','73.219.6.51',NULL),(6270,'\\core\\event\\user_graded','core','graded','user','grade_grades',179,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":12}',1698885658,'web','73.219.6.51',NULL),(6271,'\\core\\event\\user_graded','core','graded','user','grade_grades',180,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":16}',1698885658,'web','73.219.6.51',NULL),(6272,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885664,'web','73.219.6.51',NULL),(6273,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885664,'web','73.219.6.51',NULL),(6274,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1698885664,'web','73.219.6.51',NULL),(6275,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885664,'web','73.219.6.51',NULL),(6276,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885664,'web','73.219.6.51',NULL),(6277,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885664,'web','73.219.6.51',NULL),(6278,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885664,'web','73.219.6.51',NULL),(6279,'\\core\\event\\user_graded','core','graded','user','grade_grades',163,'u',1,16,50,2,-1,2,4,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":30}',1698885664,'web','73.219.6.51',NULL),(6280,'\\core\\event\\user_graded','core','graded','user','grade_grades',164,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":30}',1698885665,'web','73.219.6.51',NULL),(6281,'\\core\\event\\user_graded','core','graded','user','grade_grades',165,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":22}',1698885665,'web','73.219.6.51',NULL),(6282,'\\core\\event\\user_graded','core','graded','user','grade_grades',166,'u',1,16,50,2,-1,2,7,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":18}',1698885665,'web','73.219.6.51',NULL),(6283,'\\core\\event\\user_graded','core','graded','user','grade_grades',168,'u',1,16,50,2,-1,2,9,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":30}',1698885665,'web','73.219.6.51',NULL),(6284,'\\core\\event\\user_graded','core','graded','user','grade_grades',169,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":30}',1698885665,'web','73.219.6.51',NULL),(6285,'\\core\\event\\user_graded','core','graded','user','grade_grades',170,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":22}',1698885665,'web','73.219.6.51',NULL),(6286,'\\core\\event\\user_graded','core','graded','user','grade_grades',171,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":20}',1698885665,'web','73.219.6.51',NULL),(6287,'\\core\\event\\user_graded','core','graded','user','grade_grades',172,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":28}',1698885665,'web','73.219.6.51',NULL),(6288,'\\core\\event\\user_graded','core','graded','user','grade_grades',174,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":26}',1698885665,'web','73.219.6.51',NULL),(6289,'\\core\\event\\user_graded','core','graded','user','grade_grades',176,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":30}',1698885665,'web','73.219.6.51',NULL),(6290,'\\core\\event\\user_graded','core','graded','user','grade_grades',177,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":26}',1698885665,'web','73.219.6.51',NULL),(6291,'\\core\\event\\user_graded','core','graded','user','grade_grades',178,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":26}',1698885665,'web','73.219.6.51',NULL),(6292,'\\core\\event\\user_graded','core','graded','user','grade_grades',179,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":22}',1698885665,'web','73.219.6.51',NULL),(6293,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885671,'web','73.219.6.51',NULL),(6294,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885671,'web','73.219.6.51',NULL),(6295,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1698885671,'web','73.219.6.51',NULL),(6296,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885672,'web','73.219.6.51',NULL),(6297,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885672,'web','73.219.6.51',NULL),(6298,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885672,'web','73.219.6.51',NULL),(6299,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885672,'web','73.219.6.51',NULL),(6300,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885672,'web','73.219.6.51',NULL),(6301,'\\core\\event\\user_graded','core','graded','user','grade_grades',164,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":36}',1698885672,'web','73.219.6.51',NULL),(6302,'\\core\\event\\user_graded','core','graded','user','grade_grades',165,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":32}',1698885672,'web','73.219.6.51',NULL),(6303,'\\core\\event\\user_graded','core','graded','user','grade_grades',166,'u',1,16,50,2,-1,2,7,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":28}',1698885672,'web','73.219.6.51',NULL),(6304,'\\core\\event\\user_graded','core','graded','user','grade_grades',169,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":40}',1698885672,'web','73.219.6.51',NULL),(6305,'\\core\\event\\user_graded','core','graded','user','grade_grades',170,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":28}',1698885672,'web','73.219.6.51',NULL),(6306,'\\core\\event\\user_graded','core','graded','user','grade_grades',171,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":30}',1698885672,'web','73.219.6.51',NULL),(6307,'\\core\\event\\user_graded','core','graded','user','grade_grades',172,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":38}',1698885672,'web','73.219.6.51',NULL),(6308,'\\core\\event\\user_graded','core','graded','user','grade_grades',174,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":36}',1698885672,'web','73.219.6.51',NULL),(6309,'\\core\\event\\user_graded','core','graded','user','grade_grades',176,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":40}',1698885672,'web','73.219.6.51',NULL),(6310,'\\core\\event\\user_graded','core','graded','user','grade_grades',177,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":36}',1698885673,'web','73.219.6.51',NULL),(6311,'\\core\\event\\user_graded','core','graded','user','grade_grades',178,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":36}',1698885673,'web','73.219.6.51',NULL),(6312,'\\core\\event\\user_graded','core','graded','user','grade_grades',179,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":28}',1698885673,'web','73.219.6.51',NULL),(6313,'\\core\\event\\user_graded','core','graded','user','grade_grades',180,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":26}',1698885673,'web','73.219.6.51',NULL),(6314,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885679,'web','73.219.6.51',NULL),(6315,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885679,'web','73.219.6.51',NULL),(6316,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1698885679,'web','73.219.6.51',NULL),(6317,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885679,'web','73.219.6.51',NULL),(6318,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885679,'web','73.219.6.51',NULL),(6319,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885679,'web','73.219.6.51',NULL),(6320,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885679,'web','73.219.6.51',NULL),(6321,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885679,'web','73.219.6.51',NULL),(6322,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885679,'web','73.219.6.51',NULL),(6323,'\\core\\event\\user_graded','core','graded','user','grade_grades',163,'u',1,16,50,2,-1,2,4,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":40}',1698885679,'web','73.219.6.51',NULL),(6324,'\\core\\event\\user_graded','core','graded','user','grade_grades',164,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":42}',1698885680,'web','73.219.6.51',NULL),(6325,'\\core\\event\\user_graded','core','graded','user','grade_grades',165,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":42}',1698885680,'web','73.219.6.51',NULL),(6326,'\\core\\event\\user_graded','core','graded','user','grade_grades',168,'u',1,16,50,2,-1,2,9,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":40}',1698885680,'web','73.219.6.51',NULL),(6327,'\\core\\event\\user_graded','core','graded','user','grade_grades',169,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":50}',1698885680,'web','73.219.6.51',NULL),(6328,'\\core\\event\\user_graded','core','graded','user','grade_grades',171,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":40}',1698885680,'web','73.219.6.51',NULL),(6329,'\\core\\event\\user_graded','core','graded','user','grade_grades',172,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":48}',1698885680,'web','73.219.6.51',NULL),(6330,'\\core\\event\\user_graded','core','graded','user','grade_grades',174,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":46}',1698885680,'web','73.219.6.51',NULL),(6331,'\\core\\event\\user_graded','core','graded','user','grade_grades',175,'u',1,16,50,2,-1,2,17,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":18}',1698885680,'web','73.219.6.51',NULL),(6332,'\\core\\event\\user_graded','core','graded','user','grade_grades',176,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":50}',1698885680,'web','73.219.6.51',NULL),(6333,'\\core\\event\\user_graded','core','graded','user','grade_grades',177,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":46}',1698885681,'web','73.219.6.51',NULL),(6334,'\\core\\event\\user_graded','core','graded','user','grade_grades',179,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":38}',1698885681,'web','73.219.6.51',NULL),(6335,'\\core\\event\\user_graded','core','graded','user','grade_grades',180,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":36}',1698885681,'web','73.219.6.51',NULL),(6336,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885688,'web','73.219.6.51',NULL),(6337,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885688,'web','73.219.6.51',NULL),(6338,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1698885688,'web','73.219.6.51',NULL),(6339,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885688,'web','73.219.6.51',NULL),(6340,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885688,'web','73.219.6.51',NULL),(6341,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885689,'web','73.219.6.51',NULL),(6342,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885689,'web','73.219.6.51',NULL),(6343,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885689,'web','73.219.6.51',NULL),(6344,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885689,'web','73.219.6.51',NULL),(6345,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885689,'web','73.219.6.51',NULL),(6346,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885698,'web','73.219.6.51',NULL),(6347,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',15,'c',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"category\",\"itemmodule\":null}',1698885711,'web','73.219.6.51',NULL),(6348,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885711,'web','73.219.6.51',NULL),(6349,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885711,'web','73.219.6.51',NULL),(6350,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885711,'web','73.219.6.51',NULL),(6351,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885711,'web','73.219.6.51',NULL),(6352,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885718,'web','73.219.6.51',NULL),(6353,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885718,'web','73.219.6.51',NULL),(6354,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885719,'web','73.219.6.51',NULL),(6355,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885719,'web','73.219.6.51',NULL),(6356,'\\core\\event\\user_graded','core','graded','user','grade_grades',182,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":8}',1698885719,'web','73.219.6.51',NULL),(6357,'\\core\\event\\user_graded','core','graded','user','grade_grades',183,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":9}',1698885719,'web','73.219.6.51',NULL),(6358,'\\core\\event\\user_graded','core','graded','user','grade_grades',187,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":10}',1698885719,'web','73.219.6.51',NULL),(6359,'\\core\\event\\user_graded','core','graded','user','grade_grades',189,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":10}',1698885719,'web','73.219.6.51',NULL),(6360,'\\core\\event\\user_graded','core','graded','user','grade_grades',190,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":7}',1698885719,'web','73.219.6.51',NULL),(6361,'\\core\\event\\user_graded','core','graded','user','grade_grades',192,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":10}',1698885719,'web','73.219.6.51',NULL),(6362,'\\core\\event\\user_graded','core','graded','user','grade_grades',194,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":8}',1698885719,'web','73.219.6.51',NULL),(6363,'\\core\\event\\user_graded','core','graded','user','grade_grades',195,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":10}',1698885719,'web','73.219.6.51',NULL),(6364,'\\core\\event\\user_graded','core','graded','user','grade_grades',196,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":10}',1698885719,'web','73.219.6.51',NULL),(6365,'\\core\\event\\user_graded','core','graded','user','grade_grades',198,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":9}',1698885719,'web','73.219.6.51',NULL),(6366,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',16,'c',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"category\",\"itemmodule\":null}',1698885733,'web','73.219.6.51',NULL),(6367,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',16,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885733,'web','73.219.6.51',NULL),(6368,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',16,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885733,'web','73.219.6.51',NULL),(6369,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',16,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885733,'web','73.219.6.51',NULL),(6370,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',16,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885733,'web','73.219.6.51',NULL),(6371,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885752,'web','73.219.6.51',NULL),(6372,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885752,'web','73.219.6.51',NULL),(6373,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885752,'web','73.219.6.51',NULL),(6374,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885752,'web','73.219.6.51',NULL),(6375,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1698885752,'web','73.219.6.51',NULL),(6376,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885752,'web','73.219.6.51',NULL),(6377,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885752,'web','73.219.6.51',NULL),(6378,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885752,'web','73.219.6.51',NULL),(6379,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885752,'web','73.219.6.51',NULL),(6380,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885752,'web','73.219.6.51',NULL),(6381,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885752,'web','73.219.6.51',NULL),(6382,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885752,'web','73.219.6.51',NULL),(6383,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885752,'web','73.219.6.51',NULL),(6384,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',16,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885752,'web','73.219.6.51',NULL),(6385,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',16,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885752,'web','73.219.6.51',NULL),(6386,'\\core\\event\\user_graded','core','graded','user','grade_grades',47,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":49.439999999999998}',1698885753,'web','73.219.6.51',NULL),(6387,'\\core\\event\\user_graded','core','graded','user','grade_grades',38,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":51.840000000000003}',1698885753,'web','73.219.6.51',NULL),(6388,'\\core\\event\\user_graded','core','graded','user','grade_grades',29,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":51.359999999999999}',1698885753,'web','73.219.6.51',NULL),(6389,'\\core\\event\\user_graded','core','graded','user','grade_grades',2,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":57.119999999999997}',1698885753,'web','73.219.6.51',NULL),(6390,'\\core\\event\\user_graded','core','graded','user','grade_grades',32,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":55.200000000000003}',1698885753,'web','73.219.6.51',NULL),(6391,'\\core\\event\\user_graded','core','graded','user','grade_grades',41,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":57.119999999999997}',1698885753,'web','73.219.6.51',NULL),(6392,'\\core\\event\\user_graded','core','graded','user','grade_grades',70,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":47}',1698885753,'web','73.219.6.51',NULL),(6393,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885777,'web','73.219.6.51',NULL),(6394,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885777,'web','73.219.6.51',NULL),(6395,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885777,'web','73.219.6.51',NULL),(6396,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885777,'web','73.219.6.51',NULL),(6397,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1698885777,'web','73.219.6.51',NULL),(6398,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885777,'web','73.219.6.51',NULL),(6399,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885777,'web','73.219.6.51',NULL),(6400,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885778,'web','73.219.6.51',NULL),(6401,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885778,'web','73.219.6.51',NULL),(6402,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885778,'web','73.219.6.51',NULL),(6403,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885778,'web','73.219.6.51',NULL),(6404,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885778,'web','73.219.6.51',NULL),(6405,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698885778,'web','73.219.6.51',NULL),(6406,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',16,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885778,'web','73.219.6.51',NULL),(6407,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',16,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698885778,'web','73.219.6.51',NULL),(6408,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1698885811,'web','73.219.6.51',NULL),(6409,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698885894,'web','73.219.6.51',NULL),(6410,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1698886153,'web','73.219.6.51',NULL),(6411,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698886157,'web','73.219.6.51',NULL),(6412,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698886159,'web','73.219.6.51',NULL),(6413,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698886183,'web','73.219.6.51',NULL),(6414,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698886188,'web','73.219.6.51',NULL),(6415,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1698886192,'web','73.219.6.51',NULL),(6416,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1698886204,'web','73.219.6.51',NULL),(6417,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',13,'r',0,43,30,13,2,0,13,0,'null',1698886227,'web','73.219.6.51',NULL),(6418,'\\core\\event\\user_loggedinas','core','loggedinas','user','user',2,'r',0,1,10,0,2,0,13,0,'{\"originalusername\":\"\\u8ab2\\u7a0b\\u7ba1\\u7406\\u54e1 Admin\",\"loggedinasusername\":\"\\u738b \\u5efa\\u83ef\"}',1698886229,'web','73.219.6.51',2),(6419,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1698886231,'web','73.219.6.51',2),(6420,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1698886232,'web','73.219.6.51',2),(6421,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,13,2,13,0,'null',1698886234,'web','73.219.6.51',2),(6422,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1698886284,'web','73.219.6.51',NULL),(6423,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,2,2,2,0,'null',1698886284,'web','73.219.6.51',NULL),(6424,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698886288,'web','73.219.6.51',NULL),(6425,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,2,2,2,0,'null',1698886290,'web','73.219.6.51',NULL),(6426,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1698886293,'web','73.219.6.51',NULL),(6427,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1698886296,'web','73.219.6.51',NULL),(6428,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1698886300,'web','73.219.6.51',NULL),(6429,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1698886302,'web','73.219.6.51',NULL),(6430,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1698886305,'web','73.219.6.51',NULL),(6431,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1698886316,'web','73.219.6.51',NULL),(6432,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886405,'web','73.219.6.51',NULL),(6433,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886405,'web','73.219.6.51',NULL),(6434,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886405,'web','73.219.6.51',NULL),(6435,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886405,'web','73.219.6.51',NULL),(6436,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886406,'web','73.219.6.51',NULL),(6437,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1698886433,'web','73.219.6.51',NULL),(6438,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1698886433,'web','73.219.6.51',NULL),(6439,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1698886433,'web','73.219.6.51',NULL),(6440,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1698886434,'web','73.219.6.51',NULL),(6441,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1698886434,'web','73.219.6.51',NULL),(6442,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886446,'web','73.219.6.51',NULL),(6443,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886446,'web','73.219.6.51',NULL),(6444,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886447,'web','73.219.6.51',NULL),(6445,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886447,'web','73.219.6.51',NULL),(6446,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886448,'web','73.219.6.51',NULL),(6447,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886460,'web','73.219.6.51',NULL),(6448,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886460,'web','73.219.6.51',NULL),(6449,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886461,'web','73.219.6.51',NULL),(6450,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886461,'web','73.219.6.51',NULL),(6451,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886462,'web','73.219.6.51',NULL),(6452,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886475,'web','73.219.6.51',NULL),(6453,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886475,'web','73.219.6.51',NULL),(6454,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886475,'web','73.219.6.51',NULL),(6455,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886475,'web','73.219.6.51',NULL),(6456,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886476,'web','73.219.6.51',NULL),(6457,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886485,'web','73.219.6.51',NULL),(6458,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886485,'web','73.219.6.51',NULL),(6459,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886485,'web','73.219.6.51',NULL),(6460,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886485,'web','73.219.6.51',NULL),(6461,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886486,'web','73.219.6.51',NULL),(6462,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886510,'web','73.219.6.51',NULL),(6463,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886510,'web','73.219.6.51',NULL),(6464,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886510,'web','73.219.6.51',NULL),(6465,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698886510,'web','73.219.6.51',NULL),(6466,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,13,2,13,0,'null',1698886517,'web','73.219.6.51',2),(6467,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,13,2,NULL,0,'null',1698886526,'web','73.219.6.51',2),(6468,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,13,2,NULL,0,'null',1698886535,'web','73.219.6.51',2),(6469,'\\core\\event\\user_loggedout','core','loggedout','user','user',13,'r',0,1,10,0,13,0,NULL,0,'{\"sessionid\":\"kqo1gui0uvkgnimbb1na4auj4h\"}',1698886683,'web','73.219.6.51',NULL),(6470,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1698886694,'web','73.219.6.51',NULL),(6471,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,2,2,2,0,'null',1698886701,'web','73.219.6.51',NULL),(6472,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,2,2,16,0,'null',1698886705,'web','73.219.6.51',NULL),(6473,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698888105,'web','73.219.6.51',NULL),(6474,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1698888109,'web','73.219.6.51',NULL),(6475,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1698888109,'web','73.219.6.51',NULL),(6476,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698888121,'web','73.219.6.51',NULL),(6477,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698888126,'web','73.219.6.51',NULL),(6478,'\\core\\event\\course_section_created','core','created','course_section','course_sections',11,'c',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":8}',1698888130,'web','73.219.6.51',NULL),(6479,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',11,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"8\"}',1698888185,'web','73.219.6.51',NULL),(6480,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698888195,'web','73.219.6.51',NULL),(6481,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698888202,'web','73.219.6.51',NULL),(6482,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,2,2,NULL,0,'null',1698888206,'web','73.219.6.51',NULL),(6483,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698888208,'web','73.219.6.51',NULL),(6484,'\\core\\event\\course_module_created','core','created','course_module','course_modules',38,'c',1,77,70,38,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":22,\"name\":\"\\u7b2c\\u516b\\u9031\\u8ab2\\u524d\\u95b1\\u8b80\\uff1a\\u300a\\u9810\\u7d04\\u5fc3\\u9748\\u6c83\\u571f\\u300bCh. 10\"}',1698888314,'web','73.219.6.51',NULL),(6485,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698888314,'web','73.219.6.51',NULL),(6486,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698888317,'web','73.219.6.51',NULL),(6487,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698888800,'web','58.8.154.1',NULL),(6488,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698897120,'web','92.118.188.229',NULL),(6489,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1698897194,'web','92.118.188.229',NULL),(6490,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1698897194,'web','92.118.188.229',NULL),(6491,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1698897208,'web','92.118.188.229',NULL),(6492,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,23,2,NULL,0,'null',1698897230,'web','92.118.188.229',NULL),(6493,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698897245,'web','92.118.188.229',NULL),(6494,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1698897252,'web','92.118.188.229',NULL),(6495,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1698897252,'web','92.118.188.229',NULL),(6496,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1698897255,'web','92.118.188.229',NULL),(6497,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,23,2,NULL,0,'null',1698897279,'web','202.81.229.123',NULL),(6498,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,23,2,NULL,0,'null',1698897292,'web','202.81.229.123',NULL),(6499,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698908561,'web','111.241.128.239',NULL),(6500,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698908904,'web','111.241.128.239',NULL),(6501,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1698908909,'web','111.241.128.239',NULL),(6502,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1698908909,'web','111.241.128.239',NULL),(6503,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1698908912,'web','111.241.128.239',NULL),(6504,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,11,2,NULL,0,'null',1698908920,'web','111.241.128.239',NULL),(6505,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1698908926,'web','111.241.128.239',NULL),(6506,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,11,2,NULL,0,'null',1698908932,'web','111.241.128.239',NULL),(6507,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,11,2,NULL,0,'null',1698908940,'web','111.241.128.239',NULL),(6508,'\\core\\event\\notification_sent','core','sent','notification','notifications',709,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"1\"}',1698908946,'cli',NULL,NULL),(6509,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,11,2,NULL,0,'null',1698908955,'web','111.241.128.239',NULL),(6510,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,11,2,NULL,0,'null',1698909007,'web','111.241.128.239',NULL),(6511,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,11,2,NULL,0,'null',1698909009,'web','111.241.128.239',NULL),(6512,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698909663,'web','34.245.128.38',NULL),(6513,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698913532,'web','180.162.29.234',NULL),(6514,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698913538,'web','180.162.29.234',NULL),(6515,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1698913552,'web','180.162.29.234',NULL),(6516,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1698913553,'web','180.162.29.234',NULL),(6517,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1698913555,'web','180.162.29.234',NULL),(6518,'\\core\\event\\notification_sent','core','sent','notification','notifications',710,'c',0,1,10,0,0,0,15,0,'{\"courseid\":\"1\"}',1698913566,'cli',NULL,NULL),(6519,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,15,2,NULL,0,'null',1698913589,'web','180.162.29.234',NULL),(6520,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1698913760,'web','180.162.29.234',NULL),(6521,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698914106,'web','36.227.244.9',NULL),(6522,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1698914115,'web','36.227.244.9',NULL),(6523,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1698914116,'web','36.227.244.9',NULL),(6524,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698914117,'web','36.227.244.9',NULL),(6525,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,17,2,NULL,0,'null',1698914122,'web','36.227.244.9',NULL),(6526,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',91,'c',2,74,70,35,17,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u9019\\u500b\\u4eba\\u985e\\u7fa4\\u9ad4\\u548c\\u5176\\u4ed6\\u7684\\u4eba\\u985e\\u7fa4\\u9ad4\\u4e0d\\u540c\\uff0c\\u805a\\u5728\\u4e00\\u8d77\\uff0c\\u4e00\\u8d77\\u5531\\u6b4c\\u3001\\u4e00\\u8d77\\u770b\\u4e00\\u672c\\u5f88\\u539a\\u7684\\u66f8\\uff0c\\u4e00\\u8d77\\u807d\\u4e0a\\u53f0\\u5831\\u544a\\u7684\\u4eba\\u8b1b\\u8a71\\u3002\\u53f0\\u4e0a\\u7684\\u4eba\\u8a9e\\u6c23\\u6709\\u6642\\u5019\\u6fc0\\u6602\\u3001\\u6709\\u6642\\u5019\\u6182\\u6101\\uff0c\\u53c8\\u6709\\u6642\\u5019\\u6eab\\u548c\\uff0c\\u4f46\\u4ed6\\u5011\\u5f88\\u5805\\u5b9a\\u7684\\u8868\\u9054\\u4ed6\\u5831\\u544a\\u7684\\u91cd\\u9ede\\u3002\\u4ed6\\u5011\\u9084\\u6709\\u500b\\u5947\\u602a\\u7684\\u5100\\u5f0f\\uff0c\\u4ed6\\u5011\\u6703\\u4e00\\u8d77\\u4f4e\\u982d\\u3001\\u9589\\u773c\\u775b\\uff0c\\u5176\\u4e2d\\u4e00\\u500b\\u4eba\\u8aaa\\u8a71\\u5230\\u4e00\\u534a\\u6642\\uff0c\\u7a81\\u7136\\u5927\\u5bb6\\u5f88\\u6709\\u9ed8\\u5951\\u7684\\u540c\\u8072\\u8aaa\\u8aaa\\uff1a\\u300c\\u963f\\u5011\\u300d\\u3002\\u6211\\u611f\\u89ba\\u4ed6\\u5011\\u5f88\\u559c\\u6b61\\u9019\\u6a23\\u805a\\u6703\\u3002\\u4ed6\\u5011\\u8aaa\\u4ed6\\u5011\\u662f\\u57fa\\u7763\\u5f92\\uff0c\\u662f\\u795e\\u7684\\u5152\\u5973\\uff0c\\u6559\\u6703\\u662f\\u795e\\u7684\\u5bb6\\uff0c\\u4ed6\\u5011\\u89ba\\u5f97\\u6c92\\u9032\\u4f86\\u7684\\u4eba\\u662f\\u53ef\\u6190\\u7684\\uff0c\\u6703\\u6ec5\\u4ea1\\uff0c\\u6240\\u4ee5\\uff0c\\u6709\\u4e00\\u7fa4\\u4eba\\u975e\\u5e38\\u71b1\\u5fc3\\u7684\\u8a0e\\u8ad6\\uff0c\\u600e\\u9ebc\\u628a\\u5916\\u9762\\u7684\\u4eba\\u5438\\u5f15\\u9032\\u4f86\\u795e\\u7684\\u570b\\u3002\\u6211\\u554f\\u4ed6\\u5011\\u7684\\u795e\\u5728\\u54ea\\uff1f\\u4ed6\\u5011\\u8aaa\\u5728\\u5929\\u570b\\uff0c\\u5730\\u7403\\u4e0a\\u770b\\u4e0d\\u898b\\u3002\\u4f46\\u6211\\u76ee\\u524d\\u5728\\u5b87\\u5b99\\u4e2d\\u9084\\u6c92\\u6709\\u627e\\u5230\\u5929\\u570b\\u5728\\u54ea\\u88e1\\uff0c\\u6240\\u4ee5\\u5c31\\u554f\\u4ed6\\u5011\\u53ef\\u4ee5\\u600e\\u9ebc\\u8ddf\\u795e\\u53d6\\u5f97\\u806f\\u7e6b\\uff0c\\u4ed6\\u5011\\u5c31\\u8aaa\\uff1a\\u300c\\u79b1\\u544a\\u3002\\u300d\\u539f\\u4f86\\u90a3\\u500b\\u5947\\u602a\\u7684\\u5100\\u5f0f\\u53eb\\u79b1\\u544a\\uff0c\\u53ea\\u8981\\u9019\\u6a23\\u5c31\\u53ef\\u4ee5\\u7559\\u8a00\\u7d66\\u795e\\uff0c\\u639b\\u96fb\\u8a71\\u8981\\u8a18\\u5f97\\u8aaa\\u300c\\u5949\\u8036\\u7a4c\\u7684\\u540d \\u963f\\u5011\\u300d\\u3002<br \\/>\\n\\u5728\\u500b\\u7fa4\\u9ad4\\u4e2d\\u9084\\u6709\\u4e00\\u985e\\u6bd4\\u8f03\\u534a\\u719f\\u7684\\u7fa4\\u9ad4\\uff0c\\u4ed6\\u5011\\u770b\\u8d77\\u4f86\\u5f88\\u6709\\u6d3b\\u529b\\uff0c\\u805a\\u6703\\u5531\\u7684\\u6b4c\\u4e5f\\u5f88\\u5435\\uff0c\\u5531\\u4e00\\u5531\\u9084\\u6703\\u8df3\\u3001\\u96d9\\u624b\\u9084\\u6703\\u8209\\u8d77\\u4f86\\uff0c\\u611f\\u89ba\\u7279\\u5225\\u6709\\u6d3b\\u529b\\u3002\\u4ed6\\u5011\\u5728\\u8996\\u89ba\\u3001\\u807d\\u89ba\\u53ca\\u60c5\\u611f\\u4e0a\\u66f4\\u8c50\\u5bcc\\uff0c\\u5e38\\u5e38\\u4ee5\\u5716\\u50cf\\u3001\\u5f71\\u7247\\u6b23\\u8cde\\u64ad\\u653e\\uff0c\\u592a\\u9577\\u7684\\u6587\\u5b57\\u8b93\\u4ed6\\u5011\\u611f\\u5230\\u4e0d\\u8010\\u7169\\uff0c\\u4ed6\\u5011\\u4e0d\\u592a\\u7528\\u90a3\\u672c\\u539a\\u539a\\u7684\\u66f8\\uff0c\\u90fd\\u7528\\u624b\\u6a5f\\u4f86\\u8b80\\u3002\\u4e0d\\u904e\\uff0c\\u6211\\u4ee5\\u70ba\\u60c5\\u611f\\u8c50\\u5bcc\\u7684\\u4ed6\\u5011\\uff0c\\u6703\\u6709\\u8a31\\u591a\\u4eba\\u7a69\\u5b9a\\u7684\\u51fa\\u5e2d\\u805a\\u6703\\uff0c\\u4f46\\u662f\\u597d\\u50cf\\u4ed6\\u5011\\u4e0d\\u90a3\\u9ebc\\u559c\\u6b61\\u3002\\u5982\\u679c\\u6c92\\u6709\\u4e0a\\u4e00\\u9031\\u8ddf\\u4ed6\\u4e00\\u8d77\\u7684\\u540c\\u4f34\\u4f86\\uff0c\\u4ed6\\u5011\\u9019\\u4e00\\u9031\\u4e5f\\u8ddf\\u8457\\u4e0d\\u6703\\u51fa\\u73fe\\uff0c\\u770b\\u8d77\\u4f86\\u4ed6\\u5011\\u597d\\u50cf\\u4f86\\u662f\\u4f86\\u627e\\u670b\\u53cb\\u7684\\u3002<br \\/>\\n\\u9019\\u4e9b\\u53eb\\u505a\\u57fa\\u7763\\u5f92\\u7684\\uff0c\\u4e5f\\u6703\\u5b9a\\u671f\\u8209\\u8fa6\\u4e00\\u4e9b\\u5927\\u578b\\u6d3b\\u52d5\\uff0c\\u5176\\u4e2d\\u4e00\\u500b\\u53eb\\u8056\\u8a95\\u7bc0\\uff0c\\u53e6\\u4e00\\u500b\\u53eb\\u5fa9\\u6d3b\\u7bc0\\u3002\\u4ed6\\u5011\\u6703\\u5230\\u8857\\u4e0a\\u5531\\u6b4c\\u3001\\u767c\\u55ae\\u5f35\\u3001\\u6f14\\u6232\\uff0c\\u9084\\u6709\\u4eba\\u6703\\u8b1b\\u795e\\u600e\\u9ebc\\u627e\\u5230\\u4ed6\\u7684\\u3002\\u5fa9\\u6d3b\\u7bc0\\u7684\\u6642\\u5019\\u4ed6\\u5011\\u9084\\u6703\\u767c\\u5f69\\u86cb\\u3002\\u4ed6\\u5011\\u8aaa\\u9019\\u662f\\u70ba\\u4e86\\u8981\\u8b93\\u4eba\\u8a8d\\u8b58\\u795e\\uff0c\\u5e0c\\u671b\\u9084\\u4e0d\\u8a8d\\u8b58\\u795e\\u7684\\u4eba\\u53ef\\u4ee5\\u76f8\\u4fe1\\u795e\\u611b\\u4ed6\\u5011\\u3001\\u611b\\u5230\\u70ba\\u4ed6\\u5011\\u6368\\u547d\\u3002\\u4ed6\\u5011\\u5728\\u904a\\u884c\\u7684\\u6642\\u5019\\uff0c\\u8aaa\\u4ed6\\u5011\\u662f\\u795e\\u7684\\u8ecd\\u968a\\uff0c\\u56e0\\u70ba\\u6709\\u53e6\\u5916\\u4e00\\u80a1\\u52e2\\u529b\\u6703\\u4f01\\u5716\\u7834\\u58de\\u4ed6\\u5011\\u5c0b\\u627e\\u5144\\u5f1f\\u59d0\\u59b9\\u3002\\u6240\\u4ee5\\u4ed6\\u5011\\u79b1\\u544a\\u795e\\u8207\\u4ed6\\u5011\\u4e00\\u8d77\\u4f5c\\u6230\\uff0c\\u9084\\u8981\\u6d3e\\u5929\\u4f7f\\uff08\\u807d\\u8aaa\\u662f\\u5bb6\\u50d5\\uff09\\u4e00\\u8d77\\u4f5c\\u6230\\uff0c\\u4fdd\\u8b77\\u57fa\\u7763\\u5f92\\u3002<br \\/>\\n\\u53e6\\u5916\\u6211\\u767c\\u73fe\\uff0c\\u6709\\u4e00\\u7fa4\\u57fa\\u7763\\u5f92\\u662f\\u4e00\\u7fa4\\u81ea\\u7701\\u80fd\\u529b\\u5f88\\u9ad8\\u7684\\u4eba\\u985e\\uff0c\\u4ed6\\u5011\\u6703\\u53bb\\u4fee\\u6b63\\u4ed6\\u5011\\u505a\\u932f\\u7684\\u6c7a\\u5b9a\\u548c\\u884c\\u70ba\\uff0c\\u5728\\u95dc\\u4fc2\\u4e0a\\u4e5f\\u4fdd\\u6301\\u548c\\u5e73\\u76f8\\u8655\\u7684\\u72c0\\u614b\\u3002\\u96d6\\u7136\\u4ed6\\u5011\\u770b\\u4e0d\\u898b\\u795e\\uff0c\\u4f46\\u4ed6\\u5011\\u53ef\\u4ee5\\u7528\\u4ed6\\u5011\\u64c1\\u6709\\u7684\\u5fc3\\u9748\\u4f86\\u79b1\\u544a\\uff0c\\u8207\\u795e\\u8a34\\u8aaa\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":7,\"triggeredfrom\":\"forum_add_new_post\"}',1698914136,'web','36.227.244.9',NULL),(6527,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',91,'c',2,74,70,35,17,2,NULL,0,'{\"discussionid\":7,\"forumid\":10,\"forumtype\":\"single\"}',1698914136,'web','36.227.244.9',NULL),(6528,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',78,'c',2,74,70,35,17,2,17,0,'{\"forumid\":10,\"discussion\":7}',1698914136,'web','36.227.244.9',NULL),(6529,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,17,2,NULL,0,'null',1698914136,'web','36.227.244.9',NULL),(6530,'\\core\\event\\notification_sent','core','sent','notification','notifications',711,'c',0,1,10,0,0,0,17,0,'{\"courseid\":\"1\"}',1698914165,'cli',NULL,NULL),(6531,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,17,2,NULL,0,'null',1698914172,'web','36.227.244.9',NULL),(6532,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',92,'c',2,72,70,33,17,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u9019\\u500b\\u4eba\\u985e\\u7fa4\\u9ad4\\u548c\\u5176\\u4ed6\\u7684\\u4eba\\u985e\\u7fa4\\u9ad4\\u4e0d\\u540c\\uff0c\\u805a\\u5728\\u4e00\\u8d77\\uff0c\\u4e00\\u8d77\\u5531\\u6b4c\\u3001\\u4e00\\u8d77\\u770b\\u4e00\\u672c\\u5f88\\u539a\\u7684\\u66f8\\uff0c\\u4e00\\u8d77\\u807d\\u4e0a\\u53f0\\u5831\\u544a\\u7684\\u4eba\\u8b1b\\u8a71\\u3002\\u53f0\\u4e0a\\u7684\\u4eba\\u8a9e\\u6c23\\u6709\\u6642\\u5019\\u6fc0\\u6602\\u3001\\u6709\\u6642\\u5019\\u6182\\u6101\\uff0c\\u53c8\\u6709\\u6642\\u5019\\u6eab\\u548c\\uff0c\\u4f46\\u4ed6\\u5011\\u5f88\\u5805\\u5b9a\\u7684\\u8868\\u9054\\u4ed6\\u5831\\u544a\\u7684\\u91cd\\u9ede\\u3002\\u4ed6\\u5011\\u9084\\u6709\\u500b\\u5947\\u602a\\u7684\\u5100\\u5f0f\\uff0c\\u4ed6\\u5011\\u6703\\u4e00\\u8d77\\u4f4e\\u982d\\u3001\\u9589\\u773c\\u775b\\uff0c\\u5176\\u4e2d\\u4e00\\u500b\\u4eba\\u8aaa\\u8a71\\u5230\\u4e00\\u534a\\u6642\\uff0c\\u7a81\\u7136\\u5927\\u5bb6\\u5f88\\u6709\\u9ed8\\u5951\\u7684\\u540c\\u8072\\u8aaa\\u8aaa\\uff1a\\u300c\\u963f\\u5011\\u300d\\u3002\\u6211\\u611f\\u89ba\\u4ed6\\u5011\\u5f88\\u559c\\u6b61\\u9019\\u6a23\\u805a\\u6703\\u3002\\u4ed6\\u5011\\u8aaa\\u4ed6\\u5011\\u662f\\u57fa\\u7763\\u5f92\\uff0c\\u662f\\u795e\\u7684\\u5152\\u5973\\uff0c\\u6559\\u6703\\u662f\\u795e\\u7684\\u5bb6\\uff0c\\u4ed6\\u5011\\u89ba\\u5f97\\u6c92\\u9032\\u4f86\\u7684\\u4eba\\u662f\\u53ef\\u6190\\u7684\\uff0c\\u6703\\u6ec5\\u4ea1\\uff0c\\u6240\\u4ee5\\uff0c\\u6709\\u4e00\\u7fa4\\u4eba\\u975e\\u5e38\\u71b1\\u5fc3\\u7684\\u8a0e\\u8ad6\\uff0c\\u600e\\u9ebc\\u628a\\u5916\\u9762\\u7684\\u4eba\\u5438\\u5f15\\u9032\\u4f86\\u795e\\u7684\\u570b\\u3002\\u6211\\u554f\\u4ed6\\u5011\\u7684\\u795e\\u5728\\u54ea\\uff1f\\u4ed6\\u5011\\u8aaa\\u5728\\u5929\\u570b\\uff0c\\u5730\\u7403\\u4e0a\\u770b\\u4e0d\\u898b\\u3002\\u4f46\\u6211\\u76ee\\u524d\\u5728\\u5b87\\u5b99\\u4e2d\\u9084\\u6c92\\u6709\\u627e\\u5230\\u5929\\u570b\\u5728\\u54ea\\u88e1\\uff0c\\u6240\\u4ee5\\u5c31\\u554f\\u4ed6\\u5011\\u53ef\\u4ee5\\u600e\\u9ebc\\u8ddf\\u795e\\u53d6\\u5f97\\u806f\\u7e6b\\uff0c\\u4ed6\\u5011\\u5c31\\u8aaa\\uff1a\\u300c\\u79b1\\u544a\\u3002\\u300d\\u539f\\u4f86\\u90a3\\u500b\\u5947\\u602a\\u7684\\u5100\\u5f0f\\u53eb\\u79b1\\u544a\\uff0c\\u53ea\\u8981\\u9019\\u6a23\\u5c31\\u53ef\\u4ee5\\u7559\\u8a00\\u7d66\\u795e\\uff0c\\u639b\\u96fb\\u8a71\\u8981\\u8a18\\u5f97\\u8aaa\\u300c\\u5949\\u8036\\u7a4c\\u7684\\u540d \\u963f\\u5011\\u300d\\u3002<br \\/>\\n\\u5728\\u500b\\u7fa4\\u9ad4\\u4e2d\\u9084\\u6709\\u4e00\\u985e\\u6bd4\\u8f03\\u534a\\u719f\\u7684\\u7fa4\\u9ad4\\uff0c\\u4ed6\\u5011\\u770b\\u8d77\\u4f86\\u5f88\\u6709\\u6d3b\\u529b\\uff0c\\u805a\\u6703\\u5531\\u7684\\u6b4c\\u4e5f\\u5f88\\u5435\\uff0c\\u5531\\u4e00\\u5531\\u9084\\u6703\\u8df3\\u3001\\u96d9\\u624b\\u9084\\u6703\\u8209\\u8d77\\u4f86\\uff0c\\u611f\\u89ba\\u7279\\u5225\\u6709\\u6d3b\\u529b\\u3002\\u4ed6\\u5011\\u5728\\u8996\\u89ba\\u3001\\u807d\\u89ba\\u53ca\\u60c5\\u611f\\u4e0a\\u66f4\\u8c50\\u5bcc\\uff0c\\u5e38\\u5e38\\u4ee5\\u5716\\u50cf\\u3001\\u5f71\\u7247\\u6b23\\u8cde\\u64ad\\u653e\\uff0c\\u592a\\u9577\\u7684\\u6587\\u5b57\\u8b93\\u4ed6\\u5011\\u611f\\u5230\\u4e0d\\u8010\\u7169\\uff0c\\u4ed6\\u5011\\u4e0d\\u592a\\u7528\\u90a3\\u672c\\u539a\\u539a\\u7684\\u66f8\\uff0c\\u90fd\\u7528\\u624b\\u6a5f\\u4f86\\u8b80\\u3002\\u4e0d\\u904e\\uff0c\\u6211\\u4ee5\\u70ba\\u60c5\\u611f\\u8c50\\u5bcc\\u7684\\u4ed6\\u5011\\uff0c\\u6703\\u6709\\u8a31\\u591a\\u4eba\\u7a69\\u5b9a\\u7684\\u51fa\\u5e2d\\u805a\\u6703\\uff0c\\u4f46\\u662f\\u597d\\u50cf\\u4ed6\\u5011\\u4e0d\\u90a3\\u9ebc\\u559c\\u6b61\\u3002\\u5982\\u679c\\u6c92\\u6709\\u4e0a\\u4e00\\u9031\\u8ddf\\u4ed6\\u4e00\\u8d77\\u7684\\u540c\\u4f34\\u4f86\\uff0c\\u4ed6\\u5011\\u9019\\u4e00\\u9031\\u4e5f\\u8ddf\\u8457\\u4e0d\\u6703\\u51fa\\u73fe\\uff0c\\u770b\\u8d77\\u4f86\\u4ed6\\u5011\\u597d\\u50cf\\u4f86\\u662f\\u4f86\\u627e\\u670b\\u53cb\\u7684\\u3002<br \\/>\\n\\u9019\\u4e9b\\u53eb\\u505a\\u57fa\\u7763\\u5f92\\u7684\\uff0c\\u4e5f\\u6703\\u5b9a\\u671f\\u8209\\u8fa6\\u4e00\\u4e9b\\u5927\\u578b\\u6d3b\\u52d5\\uff0c\\u5176\\u4e2d\\u4e00\\u500b\\u53eb\\u8056\\u8a95\\u7bc0\\uff0c\\u53e6\\u4e00\\u500b\\u53eb\\u5fa9\\u6d3b\\u7bc0\\u3002\\u4ed6\\u5011\\u6703\\u5230\\u8857\\u4e0a\\u5531\\u6b4c\\u3001\\u767c\\u55ae\\u5f35\\u3001\\u6f14\\u6232\\uff0c\\u9084\\u6709\\u4eba\\u6703\\u8b1b\\u795e\\u600e\\u9ebc\\u627e\\u5230\\u4ed6\\u7684\\u3002\\u5fa9\\u6d3b\\u7bc0\\u7684\\u6642\\u5019\\u4ed6\\u5011\\u9084\\u6703\\u767c\\u5f69\\u86cb\\u3002\\u4ed6\\u5011\\u8aaa\\u9019\\u662f\\u70ba\\u4e86\\u8981\\u8b93\\u4eba\\u8a8d\\u8b58\\u795e\\uff0c\\u5e0c\\u671b\\u9084\\u4e0d\\u8a8d\\u8b58\\u795e\\u7684\\u4eba\\u53ef\\u4ee5\\u76f8\\u4fe1\\u795e\\u611b\\u4ed6\\u5011\\u3001\\u611b\\u5230\\u70ba\\u4ed6\\u5011\\u6368\\u547d\\u3002\\u4ed6\\u5011\\u5728\\u904a\\u884c\\u7684\\u6642\\u5019\\uff0c\\u8aaa\\u4ed6\\u5011\\u662f\\u795e\\u7684\\u8ecd\\u968a\\uff0c\\u56e0\\u70ba\\u6709\\u53e6\\u5916\\u4e00\\u80a1\\u52e2\\u529b\\u6703\\u4f01\\u5716\\u7834\\u58de\\u4ed6\\u5011\\u5c0b\\u627e\\u5144\\u5f1f\\u59d0\\u59b9\\u3002\\u6240\\u4ee5\\u4ed6\\u5011\\u79b1\\u544a\\u795e\\u8207\\u4ed6\\u5011\\u4e00\\u8d77\\u4f5c\\u6230\\uff0c\\u9084\\u8981\\u6d3e\\u5929\\u4f7f\\uff08\\u807d\\u8aaa\\u662f\\u5bb6\\u50d5\\uff09\\u4e00\\u8d77\\u4f5c\\u6230\\uff0c\\u4fdd\\u8b77\\u57fa\\u7763\\u5f92\\u3002<br \\/>\\n\\u53e6\\u5916\\u6211\\u767c\\u73fe\\uff0c\\u6709\\u4e00\\u7fa4\\u57fa\\u7763\\u5f92\\u662f\\u4e00\\u7fa4\\u81ea\\u7701\\u80fd\\u529b\\u5f88\\u9ad8\\u7684\\u4eba\\u985e\\uff0c\\u4ed6\\u5011\\u6703\\u53bb\\u4fee\\u6b63\\u4ed6\\u5011\\u505a\\u932f\\u7684\\u6c7a\\u5b9a\\u548c\\u884c\\u70ba\\uff0c\\u5728\\u95dc\\u4fc2\\u4e0a\\u4e5f\\u4fdd\\u6301\\u548c\\u5e73\\u76f8\\u8655\\u7684\\u72c0\\u614b\\u3002\\u96d6\\u7136\\u4ed6\\u5011\\u770b\\u4e0d\\u898b\\u795e\\uff0c\\u4f46\\u4ed6\\u5011\\u53ef\\u4ee5\\u7528\\u4ed6\\u5011\\u64c1\\u6709\\u7684\\u5fc3\\u9748\\u4f86\\u79b1\\u544a\\uff0c\\u8207\\u795e\\u8a34\\u8aaa\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":6,\"triggeredfrom\":\"forum_add_new_post\"}',1698914196,'web','36.227.244.9',NULL),(6533,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',92,'c',2,72,70,33,17,2,NULL,0,'{\"discussionid\":6,\"forumid\":9,\"forumtype\":\"single\"}',1698914196,'web','36.227.244.9',NULL),(6534,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',79,'c',2,72,70,33,17,2,17,0,'{\"forumid\":9,\"discussion\":6}',1698914196,'web','36.227.244.9',NULL),(6535,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,17,2,NULL,0,'null',1698914197,'web','36.227.244.9',NULL),(6536,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,17,2,NULL,0,'null',1698914204,'web','36.227.244.9',NULL),(6537,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,17,2,NULL,0,'null',1698914228,'web','36.227.244.9',NULL),(6538,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',91,'c',2,74,70,35,17,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\"><br><\\/div>\",\"pathnamehashes\":[],\"discussionid\":\"7\",\"triggeredfrom\":\"forum_update_post\"}',1698914271,'web','36.227.244.9',NULL),(6539,'\\mod_forum\\event\\post_updated','mod_forum','updated','post','forum_posts',91,'u',2,74,70,35,17,2,17,0,'{\"discussionid\":7,\"forumid\":10,\"forumtype\":\"single\"}',1698914271,'web','36.227.244.9',NULL),(6540,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,17,2,NULL,0,'null',1698914271,'web','36.227.244.9',NULL),(6541,'\\mod_forum\\event\\post_deleted','mod_forum','deleted','post','forum_posts',91,'d',0,74,70,35,17,2,17,0,'{\"discussionid\":7,\"forumid\":10,\"forumtype\":\"single\"}',1698914294,'web','36.227.244.9',NULL),(6542,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,17,2,NULL,0,'null',1698914294,'web','36.227.244.9',NULL),(6543,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,17,2,NULL,0,'null',1698914301,'web','36.227.244.9',NULL),(6544,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1698914327,'web','180.162.29.234',NULL),(6545,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',92,'c',2,72,70,33,17,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u9019\\u500b\\u4eba\\u985e\\u7fa4\\u9ad4\\u548c\\u5176\\u4ed6\\u7684\\u4eba\\u985e\\u7fa4\\u9ad4\\u4e0d\\u540c\\uff0c\\u805a\\u5728\\u4e00\\u8d77\\uff0c\\u4e00\\u8d77\\u5531\\u6b4c\\u3001\\u4e00\\u8d77\\u770b\\u4e00\\u672c\\u5f88\\u539a\\u7684\\u66f8\\uff0c\\u4e00\\u8d77\\u807d\\u4e0a\\u53f0\\u5831\\u544a\\u7684\\u4eba\\u8b1b\\u8a71\\u3002\\u53f0\\u4e0a\\u7684\\u4eba\\u8a9e\\u6c23\\u6709\\u6642\\u5019\\u6fc0\\u6602\\u3001\\u6709\\u6642\\u5019\\u6182\\u6101\\uff0c\\u53c8\\u6709\\u6642\\u5019\\u6eab\\u548c\\uff0c\\u4f46\\u4ed6\\u5011\\u5f88\\u5805\\u5b9a\\u7684\\u8868\\u9054\\u4ed6\\u5831\\u544a\\u7684\\u91cd\\u9ede\\u3002\\u4ed6\\u5011\\u9084\\u6709\\u500b\\u5947\\u602a\\u7684\\u5100\\u5f0f\\uff0c\\u4ed6\\u5011\\u6703\\u4e00\\u8d77\\u4f4e\\u982d\\u3001\\u9589\\u773c\\u775b\\uff0c\\u5176\\u4e2d\\u4e00\\u500b\\u4eba\\u8aaa\\u8a71\\u5230\\u4e00\\u534a\\u6642\\uff0c\\u7a81\\u7136\\u5927\\u5bb6\\u5f88\\u6709\\u9ed8\\u5951\\u7684\\u540c\\u8072\\u8aaa\\u8aaa\\uff1a\\u300c\\u963f\\u5011\\u300d\\u3002\\u6211\\u611f\\u89ba\\u4ed6\\u5011\\u5f88\\u559c\\u6b61\\u9019\\u6a23\\u805a\\u6703\\u3002\\u4ed6\\u5011\\u8aaa\\u4ed6\\u5011\\u662f\\u57fa\\u7763\\u5f92\\uff0c\\u662f\\u795e\\u7684\\u5152\\u5973\\uff0c\\u6559\\u6703\\u662f\\u795e\\u7684\\u5bb6\\uff0c\\u4ed6\\u5011\\u89ba\\u5f97\\u6c92\\u9032\\u4f86\\u7684\\u4eba\\u662f\\u53ef\\u6190\\u7684\\uff0c\\u6703\\u6ec5\\u4ea1\\uff0c\\u6240\\u4ee5\\uff0c\\u6709\\u4e00\\u7fa4\\u4eba\\u975e\\u5e38\\u71b1\\u5fc3\\u7684\\u8a0e\\u8ad6\\uff0c\\u600e\\u9ebc\\u628a\\u5916\\u9762\\u7684\\u4eba\\u5438\\u5f15\\u9032\\u4f86\\u795e\\u7684\\u570b\\u3002\\u6211\\u554f\\u4ed6\\u5011\\u7684\\u795e\\u7684\\u570b\\u5728\\u54ea\\uff1f\\u4ed6\\u5011\\u8aaa\\u5728\\u5929\\u570b\\uff0c\\u5730\\u7403\\u4e0a\\u770b\\u4e0d\\u898b\\u3002\\u4f46\\u6211\\u76ee\\u524d\\u5728\\u5b87\\u5b99\\u4e2d\\u9084\\u6c92\\u6709\\u627e\\u5230\\u5929\\u570b\\u5728\\u54ea\\u88e1\\uff0c\\u6240\\u4ee5\\u5c31\\u554f\\u4ed6\\u5011\\u53ef\\u4ee5\\u600e\\u9ebc\\u8ddf\\u795e\\u53d6\\u5f97\\u806f\\u7e6b\\uff0c\\u4ed6\\u5011\\u5c31\\u8aaa\\uff1a\\u300c\\u79b1\\u544a\\u3002\\u300d\\u539f\\u4f86\\u90a3\\u500b\\u5947\\u602a\\u7684\\u5100\\u5f0f\\u53eb\\u79b1\\u544a\\uff0c\\u53ea\\u8981\\u9019\\u6a23\\u5c31\\u53ef\\u4ee5\\u7559\\u8a00\\u7d66\\u795e\\uff0c\\u639b\\u96fb\\u8a71\\u8981\\u8a18\\u5f97\\u8aaa\\u300c\\u5949\\u8036\\u7a4c\\u7684\\u540d \\u963f\\u5011\\u300d\\u3002<br>\\r\\n\\u5728\\u500b\\u7fa4\\u9ad4\\u4e2d\\u9084\\u6709\\u4e00\\u985e\\u6bd4\\u8f03\\u534a\\u719f\\u7684\\u7fa4\\u9ad4\\uff0c\\u4ed6\\u5011\\u770b\\u8d77\\u4f86\\u5f88\\u6709\\u6d3b\\u529b\\uff0c\\u805a\\u6703\\u5531\\u7684\\u6b4c\\u4e5f\\u5f88\\u5435\\uff0c\\u5531\\u4e00\\u5531\\u9084\\u6703\\u8df3\\u3001\\u96d9\\u624b\\u9084\\u6703\\u8209\\u8d77\\u4f86\\uff0c\\u611f\\u89ba\\u7279\\u5225\\u6709\\u6d3b\\u529b\\u3002\\u4ed6\\u5011\\u5728\\u8996\\u89ba\\u3001\\u807d\\u89ba\\u53ca\\u60c5\\u611f\\u4e0a\\u66f4\\u8c50\\u5bcc\\uff0c\\u5e38\\u5e38\\u4ee5\\u5716\\u50cf\\u3001\\u5f71\\u7247\\u6b23\\u8cde\\u64ad\\u653e\\uff0c\\u592a\\u9577\\u7684\\u6587\\u5b57\\u8b93\\u4ed6\\u5011\\u611f\\u5230\\u4e0d\\u8010\\u7169\\uff0c\\u4ed6\\u5011\\u4e0d\\u592a\\u7528\\u90a3\\u672c\\u539a\\u539a\\u7684\\u66f8\\uff0c\\u90fd\\u7528\\u624b\\u6a5f\\u4f86\\u8b80\\u3002\\u4e0d\\u904e\\uff0c\\u6211\\u4ee5\\u70ba\\u60c5\\u611f\\u8c50\\u5bcc\\u7684\\u4ed6\\u5011\\uff0c\\u6703\\u6709\\u66f4\\u591a\\u4eba\\u7a69\\u5b9a\\u7684\\u51fa\\u5e2d\\u805a\\u6703\\uff0c\\u4f46\\u662f\\u597d\\u50cf\\u4ed6\\u5011\\u4e0d\\u90a3\\u9ebc\\u559c\\u6b61\\u3002\\u5982\\u679c\\u4e0a\\u4e00\\u9031\\u8ddf\\u4ed6\\u4e00\\u8d77\\u7684\\u540c\\u4f34\\u6c92\\u6709\\u4f86\\uff0c\\u4ed6\\u5011\\u9019\\u4e00\\u9031\\u4e5f\\u8ddf\\u8457\\u4e0d\\u6703\\u51fa\\u73fe\\uff0c\\u770b\\u8d77\\u4f86\\u4ed6\\u5011\\u597d\\u50cf\\u4f86\\u662f\\u4f86\\u627e\\u670b\\u53cb\\u7684\\u3002<br>\\r\\n\\u9019\\u4e9b\\u53eb\\u505a\\u57fa\\u7763\\u5f92\\u7684\\uff0c\\u4e5f\\u6703\\u5b9a\\u671f\\u8209\\u8fa6\\u4e00\\u4e9b\\u5927\\u578b\\u6d3b\\u52d5\\uff0c\\u5176\\u4e2d\\u4e00\\u500b\\u53eb\\u8056\\u8a95\\u7bc0\\uff0c\\u53e6\\u4e00\\u500b\\u53eb\\u5fa9\\u6d3b\\u7bc0\\u3002\\u4ed6\\u5011\\u6703\\u5230\\u8857\\u4e0a\\u5531\\u6b4c\\u3001\\u767c\\u55ae\\u5f35\\u3001\\u6f14\\u6232\\uff0c\\u9084\\u6709\\u4eba\\u6703\\u8b1b\\u795e\\u600e\\u9ebc\\u627e\\u5230\\u4ed6\\u7684\\u3002\\u5fa9\\u6d3b\\u7bc0\\u7684\\u6642\\u5019\\u4ed6\\u5011\\u9084\\u6703\\u767c\\u5f69\\u86cb\\u3002\\u4ed6\\u5011\\u8aaa\\u9019\\u662f\\u70ba\\u4e86\\u8981\\u8b93\\u4eba\\u8a8d\\u8b58\\u795e\\uff0c\\u5e0c\\u671b\\u9084\\u4e0d\\u8a8d\\u8b58\\u795e\\u7684\\u4eba\\u53ef\\u4ee5\\u76f8\\u4fe1\\u795e\\u611b\\u4ed6\\u5011\\u3001\\u611b\\u5230\\u70ba\\u4ed6\\u5011\\u6368\\u547d\\u3002\\u4ed6\\u5011\\u5728\\u904a\\u884c\\u7684\\u6642\\u5019\\uff0c\\u8aaa\\u4ed6\\u5011\\u662f\\u795e\\u7684\\u8ecd\\u968a\\uff0c\\u56e0\\u70ba\\u6709\\u53e6\\u5916\\u4e00\\u80a1\\u52e2\\u529b\\u6703\\u4f01\\u5716\\u7834\\u58de\\u4ed6\\u5011\\u5c0b\\u627e\\u5144\\u5f1f\\u59d0\\u59b9\\u3002\\u6240\\u4ee5\\u4ed6\\u5011\\u79b1\\u544a\\u795e\\u8207\\u4ed6\\u5011\\u4e00\\u8d77\\u4f5c\\u6230\\uff0c\\u9084\\u8981\\u6d3e\\u5929\\u4f7f\\uff08\\u807d\\u8aaa\\u662f\\u5bb6\\u50d5\\uff09\\u4e00\\u8d77\\u4f5c\\u6230\\uff0c\\u4fdd\\u8b77\\u57fa\\u7763\\u5f92\\u3002<br>\\r\\n\\u53e6\\u5916\\u6211\\u767c\\u73fe\\uff0c\\u6709\\u4e00\\u7fa4\\u57fa\\u7763\\u5f92\\u662f\\u4e00\\u7fa4\\u81ea\\u7701\\u80fd\\u529b\\u5f88\\u9ad8\\u7684\\u4eba\\u985e\\uff0c\\u4ed6\\u5011\\u6703\\u53bb\\u4fee\\u6b63\\u4ed6\\u5011\\u505a\\u932f\\u7684\\u6c7a\\u5b9a\\u548c\\u884c\\u70ba\\uff0c\\u5728\\u95dc\\u4fc2\\u4e0a\\u4e5f\\u4fdd\\u6301\\u548c\\u5e73\\u76f8\\u8655\\u7684\\u72c0\\u614b\\u3002\\u96d6\\u7136\\u4ed6\\u5011\\u770b\\u4e0d\\u898b\\u795e\\uff0c\\u4f46\\u4ed6\\u5011\\u53ef\\u4ee5\\u7528\\u4ed6\\u5011\\u64c1\\u6709\\u7684\\u5fc3\\u9748\\u4f86\\u79b1\\u544a\\uff0c\\u8207\\u795e\\u8a34\\u8aaa\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":\"6\",\"triggeredfrom\":\"forum_update_post\"}',1698914493,'web','36.227.244.9',NULL),(6546,'\\mod_forum\\event\\post_updated','mod_forum','updated','post','forum_posts',92,'u',2,72,70,33,17,2,17,0,'{\"discussionid\":6,\"forumid\":9,\"forumtype\":\"single\"}',1698914493,'web','36.227.244.9',NULL),(6547,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,17,2,NULL,0,'null',1698914493,'web','36.227.244.9',NULL),(6548,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,17,2,NULL,0,'null',1698915669,'web','36.227.244.9',NULL),(6549,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,17,2,NULL,0,'null',1698915678,'web','36.227.244.9',NULL),(6550,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,17,2,NULL,0,'null',1698915695,'web','36.227.244.9',NULL),(6551,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,17,2,NULL,0,'null',1698915704,'web','36.227.244.9',NULL),(6552,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,17,2,NULL,0,'null',1698915709,'web','36.227.244.9',NULL),(6553,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,17,2,NULL,0,'null',1698915721,'web','36.227.244.9',NULL),(6554,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,17,2,NULL,0,'null',1698915755,'web','36.227.244.9',NULL),(6555,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,17,2,NULL,0,'null',1698915774,'web','36.227.244.9',NULL),(6556,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698916828,'web','203.72.182.45',NULL),(6557,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1698916837,'web','203.72.182.45',NULL),(6558,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1698916837,'web','203.72.182.45',NULL),(6559,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1698916840,'web','203.72.182.45',NULL),(6560,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,22,2,NULL,0,'null',1698916850,'web','203.72.182.45',NULL),(6561,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1698917553,'web','203.72.182.45',NULL),(6562,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,22,2,NULL,0,'null',1698917560,'web','203.72.182.45',NULL),(6563,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',93,'c',2,74,70,35,22,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">1.\\u6211\\u8b80\\u5b8c\\u6587\\u7ae0\\u4e86<br \\/>\\n2.\\u671f\\u672b\\u5831\\u544a\\u8003\\u616e\\u5beb\\u96fb\\u5f71\\u300a\\u9006\\u8f49\\u4eba\\u751f\\u300b<\\/div>\",\"pathnamehashes\":[],\"discussionid\":7,\"triggeredfrom\":\"forum_add_new_post\"}',1698917757,'web','203.72.182.45',NULL),(6564,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',93,'c',2,74,70,35,22,2,NULL,0,'{\"discussionid\":7,\"forumid\":10,\"forumtype\":\"single\"}',1698917757,'web','203.72.182.45',NULL),(6565,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',80,'c',2,74,70,35,22,2,22,0,'{\"forumid\":10,\"discussion\":7}',1698917757,'web','203.72.182.45',NULL),(6566,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,22,2,NULL,0,'null',1698917758,'web','203.72.182.45',NULL),(6567,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,22,2,NULL,0,'null',1698917841,'web','203.72.182.45',NULL),(6568,'\\core\\event\\notification_sent','core','sent','notification','notifications',712,'c',0,1,10,0,17,0,6,0,'{\"courseid\":\"2\"}',1698917826,'cli',NULL,NULL),(6569,'\\core\\event\\notification_sent','core','sent','notification','notifications',713,'c',0,1,10,0,17,0,17,0,'{\"courseid\":\"2\"}',1698917828,'cli',NULL,NULL),(6570,'\\core\\event\\notification_sent','core','sent','notification','notifications',714,'c',0,1,10,0,17,0,11,0,'{\"courseid\":\"2\"}',1698917831,'cli',NULL,NULL),(6571,'\\core\\event\\notification_sent','core','sent','notification','notifications',715,'c',0,1,10,0,17,0,23,0,'{\"courseid\":\"2\"}',1698917834,'cli',NULL,NULL),(6572,'\\core\\event\\notification_sent','core','sent','notification','notifications',716,'c',0,1,10,0,17,0,13,0,'{\"courseid\":\"2\"}',1698917836,'cli',NULL,NULL),(6573,'\\core\\event\\notification_sent','core','sent','notification','notifications',717,'c',0,1,10,0,17,0,5,0,'{\"courseid\":\"2\"}',1698917839,'cli',NULL,NULL),(6574,'\\core\\event\\notification_sent','core','sent','notification','notifications',718,'c',0,1,10,0,17,0,21,0,'{\"courseid\":\"2\"}',1698917842,'cli',NULL,NULL),(6575,'\\core\\event\\notification_sent','core','sent','notification','notifications',719,'c',0,1,10,0,17,0,20,0,'{\"courseid\":\"2\"}',1698917845,'cli',NULL,NULL),(6576,'\\core\\event\\notification_sent','core','sent','notification','notifications',720,'c',0,1,10,0,17,0,16,0,'{\"courseid\":\"2\"}',1698917847,'cli',NULL,NULL),(6577,'\\core\\event\\notification_sent','core','sent','notification','notifications',721,'c',0,1,10,0,17,0,2,0,'{\"courseid\":\"2\"}',1698917850,'cli',NULL,NULL),(6578,'\\core\\event\\notification_sent','core','sent','notification','notifications',722,'c',0,1,10,0,17,0,19,0,'{\"courseid\":\"2\"}',1698917853,'cli',NULL,NULL),(6579,'\\core\\event\\notification_sent','core','sent','notification','notifications',723,'c',0,1,10,0,17,0,14,0,'{\"courseid\":\"2\"}',1698917855,'cli',NULL,NULL),(6580,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,22,2,NULL,0,'null',1698917906,'web','203.72.182.45',NULL),(6581,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698920845,'web','223.138.178.82',NULL),(6582,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1698920861,'web','223.138.178.82',NULL),(6583,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1698920861,'web','223.138.178.82',NULL),(6584,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1698920865,'web','223.138.178.82',NULL),(6585,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,19,2,NULL,0,'null',1698920880,'web','223.138.178.82',NULL),(6586,'\\core\\event\\notification_sent','core','sent','notification','notifications',724,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"1\"}',1698920886,'cli',NULL,NULL),(6587,'\\core\\event\\notification_sent','core','sent','notification','notifications',725,'c',0,1,10,0,22,0,6,0,'{\"courseid\":\"2\"}',1698921365,'cli',NULL,NULL),(6588,'\\core\\event\\notification_sent','core','sent','notification','notifications',726,'c',0,1,10,0,22,0,17,0,'{\"courseid\":\"2\"}',1698921369,'cli',NULL,NULL),(6589,'\\core\\event\\notification_sent','core','sent','notification','notifications',727,'c',0,1,10,0,22,0,11,0,'{\"courseid\":\"2\"}',1698921371,'cli',NULL,NULL),(6590,'\\core\\event\\notification_sent','core','sent','notification','notifications',728,'c',0,1,10,0,22,0,23,0,'{\"courseid\":\"2\"}',1698921375,'cli',NULL,NULL),(6591,'\\core\\event\\notification_sent','core','sent','notification','notifications',729,'c',0,1,10,0,22,0,20,0,'{\"courseid\":\"2\"}',1698921378,'cli',NULL,NULL),(6592,'\\core\\event\\notification_sent','core','sent','notification','notifications',730,'c',0,1,10,0,22,0,22,0,'{\"courseid\":\"2\"}',1698921381,'cli',NULL,NULL),(6593,'\\core\\event\\notification_sent','core','sent','notification','notifications',731,'c',0,1,10,0,22,0,19,0,'{\"courseid\":\"2\"}',1698921384,'cli',NULL,NULL),(6594,'\\core\\event\\notification_sent','core','sent','notification','notifications',732,'c',0,1,10,0,22,0,14,0,'{\"courseid\":\"2\"}',1698921387,'cli',NULL,NULL),(6595,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698922271,'web','123.193.70.68',NULL),(6596,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1698922455,'web','123.193.67.155',NULL),(6597,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',6,'r',2,72,70,33,5,2,NULL,0,'null',1698922456,'web','123.193.67.155',NULL),(6598,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,5,2,NULL,0,'null',1698922460,'web','123.193.67.155',NULL),(6599,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,5,2,NULL,0,'null',1698922464,'web','123.193.67.155',NULL),(6600,'\\core\\event\\notification_sent','core','sent','notification','notifications',733,'c',0,1,10,0,0,0,5,0,'{\"courseid\":\"1\"}',1698922506,'cli',NULL,NULL),(6601,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,5,2,NULL,0,'null',1698922532,'web','123.193.67.155',NULL),(6602,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,5,2,NULL,0,'null',1698922551,'web','123.193.67.155',NULL),(6603,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,5,2,NULL,0,'null',1698922560,'web','123.193.67.155',NULL),(6604,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,5,2,NULL,0,'null',1698922565,'web','123.193.67.155',NULL),(6605,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,5,2,NULL,0,'null',1698922585,'web','123.193.67.155',NULL),(6606,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698922634,'web','58.8.155.71',NULL),(6607,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698922635,'web','147.92.179.118',NULL),(6608,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698922642,'web','118.167.25.102',NULL),(6609,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698922653,'web','123.193.70.68',NULL),(6610,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1698922658,'web','123.193.70.68',NULL),(6611,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,5,1,NULL,0,'null',1698922658,'web','123.193.70.68',NULL),(6612,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1698922661,'web','123.193.70.68',NULL),(6613,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,5,2,NULL,0,'null',1698922666,'web','123.193.70.68',NULL),(6614,'\\core\\event\\notification_sent','core','sent','notification','notifications',734,'c',0,1,10,0,0,0,5,0,'{\"courseid\":\"1\"}',1698922686,'cli',NULL,NULL),(6615,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698922793,'web','122.118.41.102',NULL),(6616,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1698922878,'web','122.118.41.102',NULL),(6617,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',1,'r',2,27,70,8,20,2,NULL,0,'null',1698922878,'web','122.118.41.102',NULL),(6618,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698922920,'web','73.219.6.51',NULL),(6619,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698922924,'web','125.229.183.111',NULL),(6620,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1698922928,'web','73.219.6.51',NULL),(6621,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1698922928,'web','73.219.6.51',NULL),(6622,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698922932,'web','73.219.6.51',NULL),(6623,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698922939,'web','125.229.183.111',NULL),(6624,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698922962,'web','223.138.178.82',NULL),(6625,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698922984,'web','170.178.185.50',NULL),(6626,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698923075,'web','117.56.58.51',NULL),(6627,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1698923096,'web','117.56.58.51',NULL),(6628,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1698923097,'web','117.56.58.51',NULL),(6629,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1698923099,'web','117.56.58.51',NULL),(6630,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,14,2,NULL,0,'null',1698923110,'web','117.56.58.51',NULL),(6631,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1698923154,'web','117.56.58.51',NULL),(6632,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,14,2,NULL,0,'null',1698923163,'web','117.56.58.51',NULL),(6633,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698923214,'web','111.241.128.239',NULL),(6634,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698923229,'web','111.241.128.239',NULL),(6635,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698923282,'web','111.241.128.239',NULL),(6636,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1698923310,'web','111.241.128.239',NULL),(6637,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1698923310,'web','111.241.128.239',NULL),(6638,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1698923316,'web','111.241.128.239',NULL),(6639,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,11,2,NULL,0,'null',1698923329,'web','111.241.128.239',NULL),(6640,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,20,2,NULL,0,'null',1698923422,'web','122.118.41.102',NULL),(6641,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1698923439,'web','36.227.244.9',NULL),(6642,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698923441,'web','36.227.244.9',NULL),(6643,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,17,2,NULL,0,'null',1698923447,'web','36.227.244.9',NULL),(6644,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698923860,'web','203.121.235.95',NULL),(6645,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1698923869,'web','203.121.235.95',NULL),(6646,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1698923869,'web','203.121.235.95',NULL),(6647,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1698923872,'web','203.121.235.95',NULL),(6648,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,6,2,NULL,0,'null',1698923880,'web','203.121.235.95',NULL),(6649,'\\core\\event\\notification_sent','core','sent','notification','notifications',735,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"1\"}',1698923886,'cli',NULL,NULL),(6650,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1698923905,'web','203.121.235.95',NULL),(6651,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,6,2,NULL,0,'null',1698923916,'web','203.121.235.95',NULL),(6652,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,6,2,NULL,0,'null',1698923925,'web','203.121.235.95',NULL),(6653,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,6,2,NULL,0,'null',1698923932,'web','203.121.235.95',NULL),(6654,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698925073,'web','58.8.155.71',NULL),(6655,'\\core\\event\\user_loggedin','core','loggedin','user','user',9,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"extrauserinfo\":[]}',1698925094,'web','58.8.155.71',NULL),(6656,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,9,1,NULL,0,'null',1698925095,'web','58.8.155.71',NULL),(6657,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1698925097,'web','58.8.155.71',NULL),(6658,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,9,2,NULL,0,'null',1698925108,'web','58.8.155.71',NULL),(6659,'\\core\\event\\notification_sent','core','sent','notification','notifications',736,'c',0,1,10,0,0,0,9,0,'{\"courseid\":\"1\"}',1698925146,'cli',NULL,NULL),(6660,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698925994,'web','128.22.132.204',NULL),(6661,'\\core\\event\\user_loggedin','core','loggedin','user','user',13,'r',0,1,10,0,13,0,NULL,0,'{\"username\":\"hellenwangbj@163.com\",\"extrauserinfo\":[]}',1698926008,'web','128.22.132.204',NULL),(6662,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1698926008,'web','128.22.132.204',NULL),(6663,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1698926014,'web','128.22.132.204',NULL),(6664,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,13,2,NULL,0,'null',1698926022,'web','128.22.132.204',NULL),(6665,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,13,2,NULL,0,'null',1698926033,'web','128.22.132.204',NULL),(6666,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,5,1,NULL,0,'null',1698926055,'web','123.193.67.155',NULL),(6667,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1698926057,'web','123.193.67.155',NULL),(6668,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698926059,'web','223.138.178.82',NULL),(6669,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,5,2,5,0,'null',1698926060,'web','123.193.67.155',NULL),(6670,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1698926068,'web','223.138.178.82',NULL),(6671,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1698926069,'web','223.138.178.82',NULL),(6672,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1698926071,'web','223.138.178.82',NULL),(6673,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,19,2,19,0,'null',1698926074,'web','223.138.178.82',NULL),(6674,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,20,0,NULL,0,'null',1698926079,'web','122.118.41.102',NULL),(6675,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',3,'r',2,1,10,0,20,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\"}',1698926080,'web','122.118.41.102',NULL),(6676,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',3,'c',2,1,10,0,20,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\",\"stepid\":5,\"stepindex\":0}',1698926080,'web','122.118.41.102',NULL),(6677,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1698926082,'web','122.118.41.102',NULL),(6678,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,20,2,20,0,'null',1698926088,'web','122.118.41.102',NULL),(6679,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698926094,'web','175.182.9.196',NULL),(6680,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698926096,'web','117.56.58.51',NULL),(6681,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,20,2,NULL,0,'null',1698926101,'web','122.118.41.102',NULL),(6682,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1698926109,'web','111.241.128.239',NULL),(6683,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1698926111,'web','111.241.128.239',NULL),(6684,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1698926113,'web','175.182.9.196',NULL),(6685,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1698926113,'web','175.182.9.196',NULL),(6686,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,20,0,NULL,0,'null',1698926115,'web','122.118.41.102',NULL),(6687,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1698926118,'web','122.118.41.102',NULL),(6688,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1698926119,'web','117.56.58.51',NULL),(6689,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1698926119,'web','117.56.58.51',NULL),(6690,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,20,2,20,0,'null',1698926119,'web','122.118.41.102',NULL),(6691,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1698926119,'web','175.182.9.196',NULL),(6692,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698926120,'web','36.227.244.9',NULL),(6693,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1698926121,'web','117.56.58.51',NULL),(6694,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,5,2,NULL,0,'null',1698926126,'web','123.193.67.155',NULL),(6695,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,11,0,NULL,0,'null',1698926131,'web','111.241.128.239',NULL),(6696,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1698926133,'web','111.241.128.239',NULL),(6697,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,17,2,17,0,'null',1698926137,'web','36.227.244.9',NULL),(6698,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,14,2,14,0,'null',1698926138,'web','117.56.58.51',NULL),(6699,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,11,2,11,0,'null',1698926138,'web','111.241.128.239',NULL),(6700,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,5,2,NULL,0,'null',1698926145,'web','123.193.67.155',NULL),(6701,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,19,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1698926146,'web','223.138.178.82',NULL),(6702,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1698926148,'web','175.182.9.196',NULL),(6703,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,13,0,NULL,0,'null',1698926151,'web','128.22.132.204',NULL),(6704,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,11,2,NULL,0,'null',1698926156,'web','111.241.128.239',NULL),(6705,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,21,2,21,0,'null',1698926158,'web','175.182.9.196',NULL),(6706,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1698926161,'web','128.22.132.204',NULL),(6707,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,5,2,NULL,0,'null',1698926162,'web','123.193.67.155',NULL),(6708,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,19,2,19,0,'null',1698926166,'web','223.138.178.82',NULL),(6709,'\\core\\event\\notification_sent','core','sent','notification','notifications',737,'c',0,1,10,0,0,0,21,0,'{\"courseid\":\"1\"}',1698926166,'cli',NULL,NULL),(6710,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,20,2,NULL,0,'null',1698926168,'web','122.118.41.102',NULL),(6711,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,13,0,NULL,0,'null',1698926170,'web','128.22.132.204',NULL),(6712,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1698926173,'web','128.22.132.204',NULL),(6713,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,20,0,NULL,0,'null',1698926176,'web','122.118.41.102',NULL),(6714,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1698926177,'web','122.118.41.102',NULL),(6715,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,20,2,20,0,'null',1698926183,'web','122.118.41.102',NULL),(6716,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,11,2,NULL,0,'null',1698926186,'web','111.241.128.239',NULL),(6717,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',94,'c',2,74,70,35,5,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">1.\\u95b1\\u8b80\\uff1a\\u6211\\u8b80\\u5b8c\\u6587\\u7ae0\\u4e86\\u3002<br \\/>\\n2.\\u671f\\u672b\\u5831\\u544a\\u6b63\\u5728\\u8003\\u616e\\u7684\\u4f5c\\u54c1\\uff1a1.\\u83ef\\u8a9e\\u4e16\\u754c\\u9996\\u5275\\u300c\\u798f\\u97f3\\u52d5\\u6f2bMV\\u300d\\u88fd\\u4f5c\\u8a08\\u756b2.\\u4ee5\\u9b54\\u6212\\u7684\\u6982\\u5ff5\\u4f86\\u8a2d\\u8a08\\u4e00\\u5834\\u5bc6\\u5ba4\\u9003\\u812b3.\\u5176\\u4ed6<br \\/>\\n<br \\/>\\n\\uff08\\u672c\\u4f5c\\u696d\\u5df2\\u65bc10\\/30\\u56de\\u8986\\u5728\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\u4e2d\\uff09<\\/div>\",\"pathnamehashes\":[],\"discussionid\":7,\"triggeredfrom\":\"forum_add_new_post\"}',1698926193,'web','123.193.67.155',NULL),(6718,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',94,'c',2,74,70,35,5,2,NULL,0,'{\"discussionid\":7,\"forumid\":10,\"forumtype\":\"single\"}',1698926193,'web','123.193.67.155',NULL),(6719,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',81,'c',2,74,70,35,5,2,5,0,'{\"forumid\":10,\"discussion\":7}',1698926193,'web','123.193.67.155',NULL),(6720,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,5,2,NULL,0,'null',1698926194,'web','123.193.67.155',NULL),(6721,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,14,2,NULL,0,'null',1698926194,'web','117.56.58.51',NULL),(6722,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,13,2,NULL,0,'null',1698926200,'web','128.22.132.204',NULL),(6723,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,5,0,NULL,0,'null',1698926200,'web','123.193.67.155',NULL),(6724,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',3,'r',2,1,10,0,5,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\"}',1698926201,'web','123.193.67.155',NULL),(6725,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',3,'c',2,1,10,0,5,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\",\"stepid\":5,\"stepindex\":0}',1698926201,'web','123.193.67.155',NULL),(6726,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,5,1,NULL,0,'null',1698926202,'web','123.193.67.155',NULL),(6727,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,17,2,NULL,0,'null',1698926205,'web','36.227.244.9',NULL),(6728,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1698926205,'web','123.193.67.155',NULL),(6729,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,5,2,5,0,'null',1698926207,'web','123.193.67.155',NULL),(6730,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1698926207,'web','128.22.132.204',NULL),(6731,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,13,2,13,0,'null',1698926212,'web','128.22.132.204',NULL),(6732,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,5,1,NULL,0,'null',1698926220,'web','123.193.67.155',NULL),(6733,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1698926221,'web','123.193.67.155',NULL),(6734,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,13,2,NULL,0,'null',1698926241,'web','128.22.132.204',NULL),(6735,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,14,0,NULL,0,'null',1698926243,'web','117.56.58.51',NULL),(6736,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1698926246,'web','117.56.58.51',NULL),(6737,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1698926246,'web','58.8.155.71',NULL),(6738,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,14,2,14,0,'null',1698926250,'web','117.56.58.51',NULL),(6739,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,9,2,NULL,0,'null',1698926257,'web','58.8.155.71',NULL),(6740,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1698926297,'web','175.182.9.196',NULL),(6741,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1698926305,'web','175.182.9.196',NULL),(6742,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,21,2,NULL,0,'null',1698926315,'web','175.182.9.196',NULL),(6743,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1698926351,'web','175.182.9.196',NULL),(6744,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,21,2,NULL,0,'null',1698926362,'web','175.182.9.196',NULL),(6745,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',95,'c',2,74,70,35,21,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">1\\u3001\\u6211\\u5df2\\u8b80\\u5b8c<br \\/>\\n2\\u3001\\u96fb\\u5f71\\uff1a\\u6cbc\\u6fa4\\u8b00\\u6bba\\u6848<br \\/>\\n\\u6216\\u5206\\u4eab\\u85cd\\u8fea.\\u611b\\u723e\\u5eb7\\u7684\\u8457\\u4f5c\\u300c\\u5929\\u5802\\u300d<\\/div>\",\"pathnamehashes\":[],\"discussionid\":7,\"triggeredfrom\":\"forum_add_new_post\"}',1698926730,'web','175.182.9.196',NULL),(6746,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',95,'c',2,74,70,35,21,2,NULL,0,'{\"discussionid\":7,\"forumid\":10,\"forumtype\":\"single\"}',1698926730,'web','175.182.9.196',NULL),(6747,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',82,'c',2,74,70,35,21,2,21,0,'{\"forumid\":10,\"discussion\":7}',1698926730,'web','175.182.9.196',NULL),(6748,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,21,2,NULL,0,'null',1698926730,'web','175.182.9.196',NULL),(6749,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1698926764,'web','175.182.9.196',NULL),(6750,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1698926765,'web','175.182.9.196',NULL),(6751,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',4,'r',2,32,70,13,17,2,NULL,0,'null',1698926799,'web','36.227.244.9',NULL),(6752,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,17,2,NULL,0,'null',1698926817,'web','36.227.244.9',NULL),(6753,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',4,'r',2,32,70,13,17,2,NULL,0,'null',1698926833,'web','36.227.244.9',NULL),(6754,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1698926846,'web','111.241.128.239',NULL),(6755,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1698926848,'web','111.241.128.239',NULL),(6756,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,11,2,11,0,'null',1698926851,'web','111.241.128.239',NULL),(6757,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,11,2,NULL,0,'null',1698926890,'web','111.241.128.239',NULL),(6758,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,17,2,NULL,0,'null',1698927376,'web','36.227.244.9',NULL),(6759,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,17,2,NULL,0,'null',1698927392,'web','36.227.244.9',NULL),(6760,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,17,2,NULL,0,'null',1698927412,'web','36.227.244.9',NULL),(6761,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',4,'r',2,32,70,13,17,2,NULL,0,'null',1698927431,'web','36.227.244.9',NULL),(6762,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',12,'r',2,63,70,24,17,2,NULL,0,'null',1698927454,'web','36.227.244.9',NULL),(6763,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',13,'r',2,64,70,25,17,2,NULL,0,'null',1698927470,'web','36.227.244.9',NULL),(6764,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',14,'r',2,65,70,26,17,2,NULL,0,'null',1698927483,'web','36.227.244.9',NULL),(6765,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',15,'r',2,66,70,27,17,2,NULL,0,'null',1698927494,'web','36.227.244.9',NULL),(6766,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,17,2,NULL,0,'null',1698927508,'web','36.227.244.9',NULL),(6767,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,17,2,NULL,0,'null',1698927518,'web','36.227.244.9',NULL),(6768,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698927533,'web','36.227.244.9',NULL),(6769,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',4,'r',2,32,70,13,17,2,NULL,0,'null',1698927540,'web','36.227.244.9',NULL),(6770,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698927552,'web','36.227.244.9',NULL),(6771,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,17,2,NULL,0,'null',1698927562,'web','36.227.244.9',NULL),(6772,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698927575,'web','36.227.244.9',NULL),(6773,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,17,2,NULL,0,'null',1698927583,'web','36.227.244.9',NULL),(6774,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698927599,'web','36.227.244.9',NULL),(6775,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,17,2,NULL,0,'null',1698927614,'web','36.227.244.9',NULL),(6776,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698927625,'web','36.227.244.9',NULL),(6777,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,17,2,NULL,0,'null',1698927632,'web','36.227.244.9',NULL),(6778,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1698927646,'web','36.227.244.9',NULL),(6779,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698927648,'web','36.227.244.9',NULL),(6780,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,17,2,NULL,0,'null',1698927653,'web','36.227.244.9',NULL),(6781,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698927779,'web','36.227.244.9',NULL),(6782,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,17,2,NULL,0,'null',1698927786,'web','36.227.244.9',NULL),(6783,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698927789,'web','36.227.244.9',NULL),(6784,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,17,2,NULL,0,'null',1698927795,'web','36.227.244.9',NULL),(6785,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,5,2,5,0,'null',1698927983,'web','123.193.67.155',NULL),(6786,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,20,2,NULL,0,'null',1698927985,'web','122.118.41.102',NULL),(6787,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,5,2,NULL,0,'null',1698928106,'web','123.193.67.155',NULL),(6788,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,5,1,NULL,0,'null',1698929473,'web','123.193.67.155',NULL),(6789,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1698929474,'web','123.193.67.155',NULL),(6790,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,5,2,NULL,0,'null',1698929480,'web','123.193.67.155',NULL),(6791,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,17,2,NULL,0,'null',1698929518,'web','36.227.244.9',NULL),(6792,'\\core\\event\\notification_sent','core','sent','notification','notifications',738,'c',0,1,10,0,5,0,6,0,'{\"courseid\":\"2\"}',1698929827,'cli',NULL,NULL),(6793,'\\core\\event\\notification_sent','core','sent','notification','notifications',739,'c',0,1,10,0,5,0,17,0,'{\"courseid\":\"2\"}',1698929830,'cli',NULL,NULL),(6794,'\\core\\event\\notification_sent','core','sent','notification','notifications',740,'c',0,1,10,0,5,0,11,0,'{\"courseid\":\"2\"}',1698929832,'cli',NULL,NULL),(6795,'\\core\\event\\notification_sent','core','sent','notification','notifications',741,'c',0,1,10,0,5,0,23,0,'{\"courseid\":\"2\"}',1698929835,'cli',NULL,NULL),(6796,'\\core\\event\\notification_sent','core','sent','notification','notifications',742,'c',0,1,10,0,5,0,5,0,'{\"courseid\":\"2\"}',1698929838,'cli',NULL,NULL),(6797,'\\core\\event\\notification_sent','core','sent','notification','notifications',743,'c',0,1,10,0,5,0,20,0,'{\"courseid\":\"2\"}',1698929840,'cli',NULL,NULL),(6798,'\\core\\event\\notification_sent','core','sent','notification','notifications',744,'c',0,1,10,0,5,0,22,0,'{\"courseid\":\"2\"}',1698929843,'cli',NULL,NULL),(6799,'\\core\\event\\notification_sent','core','sent','notification','notifications',745,'c',0,1,10,0,5,0,19,0,'{\"courseid\":\"2\"}',1698929846,'cli',NULL,NULL),(6800,'\\core\\event\\notification_sent','core','sent','notification','notifications',746,'c',0,1,10,0,5,0,14,0,'{\"courseid\":\"2\"}',1698929849,'cli',NULL,NULL),(6801,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,9,1,NULL,0,'null',1698930390,'web','58.8.155.71',NULL),(6802,'\\core\\event\\notification_sent','core','sent','notification','notifications',747,'c',0,1,10,0,21,0,6,0,'{\"courseid\":\"2\"}',1698930366,'cli',NULL,NULL),(6803,'\\core\\event\\notification_sent','core','sent','notification','notifications',748,'c',0,1,10,0,21,0,17,0,'{\"courseid\":\"2\"}',1698930369,'cli',NULL,NULL),(6804,'\\core\\event\\notification_sent','core','sent','notification','notifications',749,'c',0,1,10,0,21,0,11,0,'{\"courseid\":\"2\"}',1698930372,'cli',NULL,NULL),(6805,'\\core\\event\\notification_sent','core','sent','notification','notifications',750,'c',0,1,10,0,21,0,23,0,'{\"courseid\":\"2\"}',1698930374,'cli',NULL,NULL),(6806,'\\core\\event\\notification_sent','core','sent','notification','notifications',751,'c',0,1,10,0,21,0,5,0,'{\"courseid\":\"2\"}',1698930378,'cli',NULL,NULL),(6807,'\\core\\event\\notification_sent','core','sent','notification','notifications',752,'c',0,1,10,0,21,0,21,0,'{\"courseid\":\"2\"}',1698930380,'cli',NULL,NULL),(6808,'\\core\\event\\notification_sent','core','sent','notification','notifications',753,'c',0,1,10,0,21,0,20,0,'{\"courseid\":\"2\"}',1698930384,'cli',NULL,NULL),(6809,'\\core\\event\\notification_sent','core','sent','notification','notifications',754,'c',0,1,10,0,21,0,22,0,'{\"courseid\":\"2\"}',1698930386,'cli',NULL,NULL),(6810,'\\core\\event\\notification_sent','core','sent','notification','notifications',755,'c',0,1,10,0,21,0,19,0,'{\"courseid\":\"2\"}',1698930389,'cli',NULL,NULL),(6811,'\\core\\event\\notification_sent','core','sent','notification','notifications',756,'c',0,1,10,0,21,0,14,0,'{\"courseid\":\"2\"}',1698930392,'cli',NULL,NULL),(6812,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1698930398,'web','58.8.155.71',NULL),(6813,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698932773,'web','73.219.6.51',NULL),(6814,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1698932864,'web','73.219.6.51',NULL),(6815,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1698932864,'web','73.219.6.51',NULL),(6816,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698932866,'web','73.219.6.51',NULL),(6817,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698932879,'web','73.219.6.51',NULL),(6818,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',17,'c',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698932888,'restore','73.219.6.51',NULL),(6819,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',17,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698932888,'restore','73.219.6.51',NULL),(6820,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',96,'c',2,78,70,39,2,2,NULL,0,'{\"content\":\"<p dir=\\\"ltr\\\"><strong>\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a<\\/strong><\\/p><p dir=\\\"ltr\\\">\\u95b1\\u8b80\\u5b8c\\u8303\\u6d69\\u6c99\\uff0c\\u3008\\u4ec0\\u9ebc\\u662f\\u65e5\\u5e38\\u795e\\u5b78\\uff1f\\u57fa\\u7763\\u5f92\\u61c9\\u8a72\\u5982\\u4f55\\u95b1\\u8b80\\u6587\\u5316\\u3009\\uff08\\u4e0b\\uff09<span style=\\\"font-size: 0.9375rem;\\\">\\uff0c\\u5728\\u4ee5\\u4e0b\\u8a0e\\u8ad6\\u5340\\u4e2d\\u56de\\u8986\\u300c\\u6211\\u8b80\\u5b8c\\u6587\\u7ae0\\u4e86\\u300d\\u3002<\\/span><\\/p><p dir=\\\"ltr\\\">\\u4e0d\\u9808\\u63d0\\u51fa\\u5fc3\\u5f97\\u6216\\u554f\\u984c\\uff0c\\u4f46\\u82e5\\u6709\\u95b1\\u8b80\\u4e0a\\u7684\\u554f\\u984c\\uff0c\\u6b61\\u8fce\\u5728\\u7559\\u8a00\\u4e2d\\u767c\\u554f\\u3002<br><\\/p><p dir=\\\"ltr\\\"><br><\\/p><p dir=\\\"ltr\\\"><strong>\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a<\\/strong><\\/p><p dir=\\\"ltr\\\"><span style=\\\"font-size: 0.9375rem;\\\">\\u8acb\\u56de\\u8986\\uff1a\\u4f60\\u300c\\u6b63\\u5728\\u8003\\u616e\\u300d\\u5728\\u671f\\u672b\\u5831\\u544a\\u4e2d\\u5beb\\u7684\\u4f5c\\u54c1\\u3002\\u53ef\\u4ee5\\u662f\\u4e00\\u4ef6\\uff0c\\u4e5f\\u53ef\\u4ee5\\u662f\\u591a\\u4ef6\\uff08\\u4e4b\\u5f8c\\u53ea\\u8981\\u505a\\u4e00\\u4ef6\\u5c31\\u53ef\\u4ee5\\uff0c\\u4f46\\u5982\\u679c\\u9084\\u6c92\\u6c7a\\u5b9a\\uff0c\\u53ef\\u4ee5\\u5148\\u4e00\\u8d77\\u5beb\\u4e0a\\u4f86\\uff09\\u3002\\u300c\\u6b63\\u5728\\u8003\\u616e\\u300d\\u7684\\u610f\\u601d\\u662f\\u4ee5\\u5f8c\\u9084\\u53ef\\u4ee5\\u6539\\uff0c\\u4e0d\\u7528\\u73fe\\u5728\\u6c7a\\u5b9a\\uff08\\u4f46\\u8acb\\u5f9e\\u73fe\\u5728\\u958b\\u59cb\\u601d\\u8003\\uff09\\u3002<\\/span><\\/p><p><br><\\/p><p dir=\\\"ltr\\\"><strong>\\u7e73\\u4ea4\\u671f\\u9650\\uff1a<\\/strong>\\u8ab2\\u524d24\\u5c0f\\u6642\\u767c\\u8868\\uff08\\u5373 11\\/1 \\u665a\\u4e0a 7:00 \\u524d\\uff09<\\/p>\\n<p dir=\\\"ltr\\\">\\uff08\\u9ede\\u9078\\u53f3\\u4e0b\\u89d2\\u300c\\u56de\\u8986\\u300d\\uff09<\\/p><br>\\n<p><\\/p>\",\"pathnamehashes\":[],\"discussionid\":8,\"triggeredfrom\":\"forum_add_discussion\"}',1698932889,'restore','73.219.6.51',NULL),(6821,'\\core\\event\\course_module_created','core','created','course_module','course_modules',39,'c',1,78,70,39,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"11\",\"name\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 (\\u8907\\u88fd)\"}',1698932889,'web','73.219.6.51',NULL),(6822,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',39,'u',1,78,70,39,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"11\",\"name\":\"\\u7b2c\\u516b\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1698932902,'web','73.219.6.51',NULL),(6823,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',17,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516b\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698932902,'web','73.219.6.51',NULL),(6824,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,2,2,NULL,0,'null',1698932904,'web','73.219.6.51',NULL),(6825,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1698932957,'web','73.219.6.51',NULL),(6826,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698932957,'web','73.219.6.51',NULL),(6827,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698932957,'web','73.219.6.51',NULL),(6828,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698932957,'web','73.219.6.51',NULL),(6829,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698932957,'web','73.219.6.51',NULL),(6830,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698932957,'web','73.219.6.51',NULL),(6831,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',17,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516b\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698932957,'web','73.219.6.51',NULL),(6832,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698932957,'web','73.219.6.51',NULL),(6833,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1698932957,'web','73.219.6.51',NULL),(6834,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',39,'u',1,78,70,39,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"11\",\"name\":\"\\u7b2c\\u516b\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1698932958,'web','73.219.6.51',NULL),(6835,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698932959,'web','73.219.6.51',NULL),(6836,'\\core\\event\\course_section_created','core','created','course_section','course_sections',12,'c',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":9}',1698932970,'web','73.219.6.51',NULL),(6837,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',12,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"9\"}',1698932981,'web','73.219.6.51',NULL),(6838,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,2,2,NULL,0,'null',1698933008,'web','73.219.6.51',NULL),(6839,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698933012,'web','73.219.6.51',NULL),(6840,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',18,'c',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698933028,'restore','73.219.6.51',NULL),(6841,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',18,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698933028,'restore','73.219.6.51',NULL),(6842,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',97,'c',2,79,70,40,2,2,NULL,0,'{\"content\":\"<p dir=\\\"ltr\\\">\\u5beb\\u4e00\\u7bc7800-1000\\u5b57\\u7684\\u6559\\u6703\\u3001\\u805a\\u6703\\u3001\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u7684\\u89c0\\u5bdf\\u5831\\u544a\\uff08\\u53ef\\u4ee5\\u662f\\u4f60\\u7684\\u6559\\u6703\\u6216\\u4e8b\\u5de5\\uff09\\u3002<br><\\/p><p dir=\\\"ltr\\\">\\u5047\\u8a2d\\u4f60\\u662f\\u4e00\\u540d\\u5916\\u661f\\u4eba\\uff0c\\u7565\\u61c2\\u4e2d\\u6587\\uff0c\\u4f46\\u5c0d\\u57fa\\u7763\\u6559\\u3001\\u5c0d\\u4eba\\u985e\\u884c\\u70ba\\u50c5\\u6709\\u57fa\\u790e\\u4e86\\u89e3\\uff0c\\u4eca\\u5929\\u5949\\u547d\\u53bb\\u89c0\\u5bdf\\u4e00\\u500b\\u4eba\\u985e\\u6d3b\\u52d5\\uff08\\u6559\\u6703\\u805a\\u6703\\uff09\\uff0c\\u4f60\\u6703\\u767c\\u73fe\\u4e9b\\u4ec0\\u9ebc\\uff1f<\\/p><p dir=\\\"ltr\\\">\\u5831\\u544a\\u81f3\\u5c11\\u9700\\u8981\\u5305\\u542b\\u4ee5\\u4e0b\\u5e7e\\u500b\\u9762\\u5411\\uff1a<\\/p><p dir=\\\"ltr\\\">\\u2b27 \\u9019\\u500b\\u805a\\u96c6\\u600e\\u9ebc\\u770b\\u5f85\\u81ea\\u5df1\\uff1f\\u4ed6\\u5011\\u4f7f\\u7528\\u54ea\\u4e9b\\u985e\\u6bd4\\u63cf\\u8ff0\\u81ea\\u5df1\\uff1f\\uff08\\u4f8b\\u5982\\uff1a\\u300c\\u5bb6\\u5ead\\u300d\\u3001\\u300c\\u8ecd\\u968a\\u300d\\uff09<\\/p><p dir=\\\"ltr\\\">\\u2b27 \\u9019\\u500b\\u805a\\u96c6\\u600e\\u9ebc\\u770b\\u5f85\\u4ed6\\u5011\\u7fa4\\u9ad4\\u4ee5\\u5916\\u7684\\u4eba\\uff1f\\u4ed6\\u5011\\u4f7f\\u7528\\u54ea\\u4e9b\\u985e\\u6bd4\\u63cf\\u8ff0\\u9019\\u4e9b\\u4eba\\uff1f\\u4ed6\\u5011\\u5e0c\\u671b\\u9019\\u4e9b\\u4eba\\u505a\\u51fa\\u54ea\\u4e9b\\u884c\\u52d5\\uff1f<\\/p><p dir=\\\"ltr\\\">\\u2b27 \\u9019\\u500b\\u805a\\u96c6\\u671f\\u5f85\\u53c3\\u8207\\u8005\\u505a\\u51fa\\u54ea\\u4e9b\\u884c\\u52d5\\uff1f\\uff08\\u7121\\u8ad6\\u662f\\u805a\\u96c6\\u671f\\u9593\\uff0c\\u6216\\u662f\\u805a\\u96c6\\u524d\\u5f8c\\uff09<\\/p><p dir=\\\"ltr\\\">\\u2b27 \\u9019\\u500b\\u805a\\u96c6\\u50b3\\u9054\\u7d66\\u53c3\\u8207\\u8005\\u54ea\\u4e9b\\u8a0a\\u606f\\uff1f\\u9019\\u4e9b\\u8a0a\\u606f\\u4ee5\\u4ec0\\u9ebc\\u65b9\\u5f0f\\u50b3\\u905e\\uff1f\\u4ee5\\u4ec0\\u9ebc\\u8a9e\\u6c23\\u3001\\u614b\\u5ea6\\u50b3\\u905e\\uff1f<\\/p><p dir=\\\"ltr\\\">\\u2b27 \\u6839\\u64da\\u4f60\\u7684\\u89c0\\u5bdf\\uff0c\\u5c0d\\u9019\\u500b\\u805a\\u96c6\\u4f86\\u8aaa\\uff0c\\u4eba\\u985e\\u7684\\u54ea\\u4e9b\\u611f\\u5b98\\u8207\\u80fd\\u529b\\u662f\\u91cd\\u8981\\u7684\\uff1f\\u54ea\\u4e9b\\u76f8\\u5c0d\\u4e0d\\u91cd\\u8981\\uff1f<\\/p><p dir=\\\"ltr\\\">\\u611f\\u5b98\\u8207\\u80fd\\u529b\\u5305\\u542b\\u4f46\\u4e0d\\u9650\\u65bc\\u4ee5\\u4e0b\\uff1a<br><\\/p><p dir=\\\"ltr\\\"><br>\\n<\\/p><table>\\n<caption><\\/caption>\\n<thead>\\n<tr>\\n<th scope=\\\"col\\\"><span style=\\\"font-weight: normal;\\\">\\u8996\\u89ba<\\/span><\\/th>\\n<th scope=\\\"col\\\"><span style=\\\"font-weight: normal;\\\">\\u6eab\\u89ba\\uff08\\u5c0d\\u6eab\\u5ea6\\u7684\\u611f\\u53d7\\uff09<\\/span><\\/th>\\n<th scope=\\\"col\\\"><span style=\\\"font-weight: normal;\\\">\\u8a9e\\u8a00\\u3001\\u8868\\u9054\\u529b<\\/span><\\/th>\\n<\\/tr>\\n<\\/thead>\\n<tbody>\\n<tr>\\n<td><span>\\u807d\\u89ba<\\/span><\\/td>\\n<td><span>\\u75db\\u89ba\\u3001\\u4e0d\\u9069\\u611f<\\/span><\\/td>\\n<td>\\u7bc0\\u594f\\u611f\\u3001\\u97f3\\u6a02\\u80fd\\u529b<\\/td>\\n<\\/tr>\\n<tr>\\n<td>\\u55c5\\u89ba<\\/td>\\n<td>\\u6642\\u9593\\u611f<\\/td>\\n<td>\\u908f\\u8f2f\\u601d\\u8003\\u3001\\u6578\\u5b78\\u80fd\\u529b<\\/td>\\n<\\/tr>\\n<tr>\\n<td>\\u5473\\u89ba<\\/td>\\n<td>\\u5e73\\u8861\\u611f<\\/td>\\n<td>\\u60f3\\u50cf\\u529b<\\/td>\\n<\\/tr>\\n<tr>\\n<td>\\u89f8\\u89ba<\\/td>\\n<td>\\u98e2\\u9913\\u611f\\/\\u98fd\\u8db3\\u611f<\\/td>\\n<td>\\u767c\\u554f\\u80fd\\u529b<\\/td>\\n<\\/tr>\\n<tr>\\n<td><\\/td>\\n<td><\\/td>\\n<td>\\u540c\\u7406\\u5fc3\\u3001\\u4eba\\u969b\\u95dc\\u4fc2<\\/td>\\n<\\/tr>\\n<\\/tbody>\\n<\\/table>\\n<p dir=\\\"ltr\\\">\\u672c\\u9ad4\\u611f\\/\\u7a7a\\u9593\\u611f\\uff08\\u8eab\\u9ad4\\u90e8\\u4f4d\\u5f7c\\u6b64\\u4e4b\\u9593\\u7684\\u95dc\\u4fc2\\uff0c\\u4f8b\\u5982\\u9589\\u773c\\u7528\\u624b\\u6478\\u9f3b\\u5b50\\uff0c\\u6216\\u662f\\u81ea\\u5df1\\u8207\\u4ed6\\u4eba\\u5728\\u7a7a\\u9593\\u4e2d\\u7684\\u95dc\\u4fc2\\uff09<br><\\/p><p dir=\\\"ltr\\\"><br><\\/p><p dir=\\\"ltr\\\">\\u7e73\\u4ea4\\u671f\\u9650\\uff1a\\u8ab2\\u524d24\\u5c0f\\u6642\\u767c\\u8868\\uff08\\u5373 11\\/1 \\u665a\\u4e0a 7:00 \\u524d\\uff09<\\/p>\\n<p dir=\\\"ltr\\\">\\uff08\\u9ede\\u9078\\u53f3\\u4e0b\\u89d2\\u300c\\u56de\\u8986\\u300d\\uff09<\\/p><br>\\n<p><\\/p>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_discussion\"}',1698933029,'restore','73.219.6.51',NULL),(6843,'\\core\\event\\course_module_created','core','created','course_module','course_modules',40,'c',1,79,70,40,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"12\",\"name\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a (\\u8907\\u88fd)\"}',1698933029,'web','73.219.6.51',NULL),(6844,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',40,'u',1,79,70,40,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"12\",\"name\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u627e\\u8cc7\\u6599\\u4e26\\u5beb\\u8a3b\\u89e3\\uff08\\u6b77\\u53f2\\u3001\\u985e\\u578b\\uff09\"}',1698933054,'web','73.219.6.51',NULL),(6845,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',18,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u627e\\u8cc7\\u6599\\u4e26\\u5beb\\u8a3b\\u89e3\\uff08\\u6b77\\u53f2\\u3001\\u985e\\u578b\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698933054,'web','73.219.6.51',NULL),(6846,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1698933056,'web','73.219.6.51',NULL),(6847,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698933147,'web','73.219.6.51',NULL),(6848,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',18,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u627e\\u8cc7\\u6599\\u4e26\\u5beb\\u8a3b\\u89e3\\uff08\\u6b77\\u53f2\\u3001\\u985e\\u578b\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1698933147,'web','73.219.6.51',NULL),(6849,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1698933147,'web','73.219.6.51',NULL),(6850,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1698933147,'web','73.219.6.51',NULL),(6851,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',40,'u',1,79,70,40,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"12\",\"name\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u627e\\u8cc7\\u6599\\u4e26\\u5beb\\u8a3b\\u89e3\\uff08\\u6b77\\u53f2\\u3001\\u985e\\u578b\\uff09\"}',1698933148,'web','73.219.6.51',NULL),(6852,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698933149,'web','73.219.6.51',NULL),(6853,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1698933152,'web','73.219.6.51',NULL),(6854,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1698933185,'web','73.219.6.51',NULL),(6855,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1698933199,'web','73.219.6.51',NULL),(6856,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',4,'r',2,32,70,13,2,2,NULL,0,'null',1698933202,'web','73.219.6.51',NULL),(6857,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,2,2,NULL,0,'null',1698933206,'web','73.219.6.51',NULL),(6858,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1698933210,'web','73.219.6.51',NULL),(6859,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,2,2,NULL,0,'null',1698933241,'web','73.219.6.51',NULL),(6860,'\\core\\event\\user_graded','core','graded','user','grade_grades',68,'u',1,16,50,2,2,2,23,0,'{\"itemid\":\"8\",\"overridden\":false,\"finalgrade\":10}',1698933351,'web','73.219.6.51',NULL),(6861,'\\core\\event\\user_graded','core','graded','user','grade_grades',180,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":46}',1698933351,'web','73.219.6.51',NULL),(6862,'\\core\\event\\user_graded','core','graded','user','grade_grades',17,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":54.719999999999999}',1698933351,'web','73.219.6.51',NULL),(6863,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,2,2,NULL,0,'null',1698933368,'web','73.219.6.51',NULL),(6864,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,2,2,NULL,0,'null',1698933399,'web','73.219.6.51',NULL),(6865,'\\core\\event\\user_graded','core','graded','user','grade_grades',106,'u',1,16,50,2,2,2,21,0,'{\"itemid\":\"10\",\"overridden\":false,\"finalgrade\":6}',1698933440,'web','73.219.6.51',NULL),(6866,'\\core\\event\\user_graded','core','graded','user','grade_grades',178,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":42}',1698933440,'web','73.219.6.51',NULL),(6867,'\\core\\event\\user_graded','core','graded','user','grade_grades',70,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":54.240000000000002}',1698933440,'web','73.219.6.51',NULL),(6868,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,2,2,NULL,0,'null',1698933453,'web','73.219.6.51',NULL),(6869,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,2,2,NULL,0,'null',1698933473,'web','73.219.6.51',NULL),(6870,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,2,2,NULL,0,'null',1698933515,'web','73.219.6.51',NULL),(6871,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,2,2,NULL,0,'null',1698933518,'web','73.219.6.51',NULL),(6872,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,2,2,NULL,0,'null',1698933521,'web','73.219.6.51',NULL),(6873,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,2,2,NULL,0,'null',1698933556,'web','73.219.6.51',NULL),(6874,'\\core\\event\\user_graded','core','graded','user','grade_grades',128,'u',1,16,50,2,2,2,5,0,'{\"itemid\":\"12\",\"overridden\":false,\"finalgrade\":6}',1698933574,'web','73.219.6.51',NULL),(6875,'\\core\\event\\user_graded','core','graded','user','grade_grades',164,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":48}',1698933574,'web','73.219.6.51',NULL),(6876,'\\core\\event\\user_graded','core','graded','user','grade_grades',47,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":56}',1698933574,'web','73.219.6.51',NULL),(6877,'\\core\\event\\user_graded','core','graded','user','grade_grades',129,'u',1,16,50,2,2,2,6,0,'{\"itemid\":\"12\",\"overridden\":false,\"finalgrade\":10}',1698933582,'web','73.219.6.51',NULL),(6878,'\\core\\event\\user_graded','core','graded','user','grade_grades',165,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":52}',1698933582,'web','73.219.6.51',NULL),(6879,'\\core\\event\\user_graded','core','graded','user','grade_grades',38,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":61.600000000000001}',1698933582,'web','73.219.6.51',NULL),(6880,'\\core\\event\\user_graded','core','graded','user','grade_grades',133,'u',1,16,50,2,2,2,11,0,'{\"itemid\":\"12\",\"overridden\":false,\"finalgrade\":10}',1698933592,'web','73.219.6.51',NULL),(6881,'\\core\\event\\user_graded','core','graded','user','grade_grades',169,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":60}',1698933592,'web','73.219.6.51',NULL),(6882,'\\core\\event\\user_graded','core','graded','user','grade_grades',8,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":70}',1698933592,'web','73.219.6.51',NULL),(6883,'\\core\\event\\user_graded','core','graded','user','grade_grades',136,'u',1,16,50,2,2,2,14,0,'{\"itemid\":\"12\",\"overridden\":false,\"finalgrade\":10}',1698933598,'web','73.219.6.51',NULL),(6884,'\\core\\event\\user_graded','core','graded','user','grade_grades',172,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":58}',1698933598,'web','73.219.6.51',NULL),(6885,'\\core\\event\\user_graded','core','graded','user','grade_grades',29,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":60.200000000000003}',1698933598,'web','73.219.6.51',NULL),(6886,'\\core\\event\\user_graded','core','graded','user','grade_grades',140,'u',1,16,50,2,2,2,19,0,'{\"itemid\":\"12\",\"overridden\":false,\"finalgrade\":10}',1698933608,'web','73.219.6.51',NULL),(6887,'\\core\\event\\user_graded','core','graded','user','grade_grades',176,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":60}',1698933608,'web','73.219.6.51',NULL),(6888,'\\core\\event\\user_graded','core','graded','user','grade_grades',32,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":64.400000000000006}',1698933608,'web','73.219.6.51',NULL),(6889,'\\core\\event\\user_graded','core','graded','user','grade_grades',141,'u',1,16,50,2,2,2,20,0,'{\"itemid\":\"12\",\"overridden\":false,\"finalgrade\":10}',1698933613,'web','73.219.6.51',NULL),(6890,'\\core\\event\\user_graded','core','graded','user','grade_grades',177,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":56}',1698933613,'web','73.219.6.51',NULL),(6891,'\\core\\event\\user_graded','core','graded','user','grade_grades',41,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":67.200000000000003}',1698933614,'web','73.219.6.51',NULL),(6892,'\\core\\event\\user_graded','core','graded','user','grade_grades',142,'u',1,16,50,2,2,2,21,0,'{\"itemid\":\"12\",\"overridden\":false,\"finalgrade\":6}',1698933622,'web','73.219.6.51',NULL),(6893,'\\core\\event\\user_graded','core','graded','user','grade_grades',178,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":48}',1698933622,'web','73.219.6.51',NULL),(6894,'\\core\\event\\user_graded','core','graded','user','grade_grades',70,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":61.600000000000001}',1698933622,'web','73.219.6.51',NULL),(6895,'\\core\\event\\user_graded','core','graded','user','grade_grades',143,'u',1,16,50,2,2,2,22,0,'{\"itemid\":\"12\",\"overridden\":false,\"finalgrade\":6}',1698933628,'web','73.219.6.51',NULL),(6896,'\\core\\event\\user_graded','core','graded','user','grade_grades',179,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":44}',1698933628,'web','73.219.6.51',NULL),(6897,'\\core\\event\\user_graded','core','graded','user','grade_grades',14,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":44}',1698933629,'web','73.219.6.51',NULL),(6898,'\\core\\event\\user_graded','core','graded','user','grade_grades',144,'u',1,16,50,2,2,2,23,0,'{\"itemid\":\"12\",\"overridden\":false,\"finalgrade\":10}',1698933633,'web','73.219.6.51',NULL),(6899,'\\core\\event\\user_graded','core','graded','user','grade_grades',180,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":56}',1698933633,'web','73.219.6.51',NULL),(6900,'\\core\\event\\user_graded','core','graded','user','grade_grades',17,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":64.400000000000006}',1698933633,'web','73.219.6.51',NULL),(6901,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,2,2,NULL,0,'null',1698933638,'web','73.219.6.51',NULL),(6902,'\\core\\event\\user_graded','core','graded','user','grade_grades',121,'u',1,16,50,2,2,2,17,0,'{\"itemid\":\"11\",\"overridden\":false,\"finalgrade\":6}',1698933668,'web','73.219.6.51',NULL),(6903,'\\core\\event\\user_graded','core','graded','user','grade_grades',193,'u',1,16,50,2,-1,2,17,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":6}',1698933668,'web','73.219.6.51',NULL),(6904,'\\core\\event\\user_graded','core','graded','user','grade_grades',5,'u',1,16,50,2,-1,2,17,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":24}',1698933668,'web','73.219.6.51',NULL),(6905,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1698933691,'web','73.219.6.51',NULL),(6906,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1698933693,'web','73.219.6.51',NULL),(6907,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1698933703,'web','73.219.6.51',NULL),(6908,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1698933708,'web','73.219.6.51',NULL),(6909,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,2,2,2,0,'null',1698933711,'web','73.219.6.51',NULL),(6910,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,2,2,11,0,'null',1698933716,'web','73.219.6.51',NULL),(6911,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,2,2,21,0,'null',1698933728,'web','73.219.6.51',NULL),(6912,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698934747,'web','124.64.23.21',NULL),(6913,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1698934826,'web','124.64.23.21',NULL),(6914,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1698934827,'web','124.64.23.21',NULL),(6915,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1698934829,'web','124.64.23.21',NULL),(6916,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,23,2,23,0,'null',1698934841,'web','124.64.23.21',NULL),(6917,'\\core\\event\\notification_sent','core','sent','notification','notifications',757,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1698934866,'cli',NULL,NULL),(6918,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1698934974,'web','36.228.245.10',NULL),(6919,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"reason\":3}',1698934986,'web','36.228.245.10',NULL),(6920,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1698934990,'web','36.228.245.10',NULL),(6921,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698934994,'web','36.228.245.10',NULL),(6922,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,17,2,NULL,0,'null',1698935002,'web','36.228.245.10',NULL),(6923,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1698935006,'web','36.228.245.10',NULL),(6924,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,17,2,NULL,0,'null',1698935020,'web','36.228.245.10',NULL),(6925,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1698974538,'web','170.178.185.50',NULL),(6926,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699015040,'web','203.121.235.95',NULL),(6927,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1699015056,'web','203.121.235.95',NULL),(6928,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1699015056,'web','203.121.235.95',NULL),(6929,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1699015059,'web','203.121.235.95',NULL),(6930,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,6,2,NULL,0,'null',1699015073,'web','203.121.235.95',NULL),(6931,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1699015077,'web','203.121.235.95',NULL),(6932,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,6,2,NULL,0,'null',1699015084,'web','203.121.235.95',NULL),(6933,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,6,2,NULL,0,'null',1699015087,'web','203.121.235.95',NULL),(6934,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1699015095,'web','203.121.235.95',NULL),(6935,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,6,2,NULL,0,'null',1699015098,'web','203.121.235.95',NULL),(6936,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,6,2,NULL,0,'null',1699015466,'web','203.121.235.95',NULL),(6937,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699079638,'web','36.227.244.9',NULL),(6938,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1699079644,'web','36.227.244.9',NULL),(6939,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1699079644,'web','36.227.244.9',NULL),(6940,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1699079647,'web','36.227.244.9',NULL),(6941,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,11,2,NULL,0,'null',1699079658,'web','36.227.244.9',NULL),(6942,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,11,2,NULL,0,'null',1699079670,'web','36.227.244.9',NULL),(6943,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',1,'r',2,27,70,8,11,2,NULL,0,'null',1699079679,'web','36.227.244.9',NULL),(6944,'\\core\\event\\notification_sent','core','sent','notification','notifications',758,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"1\"}',1699079706,'cli',NULL,NULL),(6945,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,11,2,NULL,0,'null',1699079793,'web','36.227.244.9',NULL),(6946,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1699080081,'web','36.227.244.9',NULL),(6947,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1699080084,'web','36.227.244.9',NULL),(6948,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,11,2,NULL,0,'null',1699080109,'web','36.227.244.9',NULL),(6949,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,11,2,NULL,0,'null',1699080651,'web','36.227.244.9',NULL),(6950,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,11,2,NULL,0,'null',1699080667,'web','36.227.244.9',NULL),(6951,'\\mod_forum\\event\\course_module_instance_list_viewed','mod_forum','viewed','course_module_instance_list',NULL,NULL,'r',0,2,50,1,0,1,NULL,0,'null',1699083858,'web','35.245.227.115',NULL),(6952,'\\mod_forum\\event\\course_module_instance_list_viewed','mod_forum','viewed','course_module_instance_list',NULL,NULL,'r',0,2,50,1,0,1,NULL,0,'null',1699083859,'web','34.86.239.201',NULL),(6953,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,11,2,NULL,0,'null',1699085216,'web','36.227.244.9',NULL),(6954,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699092171,'web','118.167.21.245',NULL),(6955,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699101448,'web','147.92.179.119',NULL),(6956,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699101448,'web','147.92.179.105',NULL),(6957,'\\core\\event\\notification_sent','core','sent','notification','notifications',759,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1699103468,'cli',NULL,NULL),(6958,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699170321,'web','3.254.190.114',NULL),(6959,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699193463,'web','92.118.188.229',NULL),(6960,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1699193474,'web','92.118.188.229',NULL),(6961,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1699193474,'web','92.118.188.229',NULL),(6962,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1699193477,'web','92.118.188.229',NULL),(6963,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,23,2,NULL,0,'null',1699193499,'web','92.118.188.229',NULL),(6964,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,23,2,NULL,0,'null',1699193509,'web','92.118.188.229',NULL),(6965,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1699193521,'web','92.118.188.229',NULL),(6966,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1699193525,'web','92.118.188.229',NULL),(6967,'\\core\\event\\notification_sent','core','sent','notification','notifications',760,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1699193526,'cli',NULL,NULL),(6968,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,23,2,NULL,0,'null',1699193553,'web','92.118.188.229',NULL),(6969,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,23,2,NULL,0,'null',1699193662,'web','92.118.188.229',NULL),(6970,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,23,2,NULL,0,'null',1699193808,'web','92.118.188.229',NULL),(6971,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,23,0,NULL,0,'null',1699193847,'web','92.118.188.229',NULL),(6972,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1699193857,'web','92.118.188.229',NULL),(6973,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,23,2,23,0,'null',1699193860,'web','92.118.188.229',NULL),(6974,'\\core\\event\\user_loggedout','core','loggedout','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"sessionid\":\"5loss6ri01qol3jnor25dn5ctm\"}',1699193888,'web','92.118.188.229',NULL),(6975,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699193889,'web','92.118.188.229',NULL),(6976,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699203622,'web','54.155.12.0',NULL),(6977,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699235956,'web','117.56.58.51',NULL),(6978,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1699235977,'web','117.56.58.51',NULL),(6979,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1699235977,'web','117.56.58.51',NULL),(6980,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1699235980,'web','117.56.58.51',NULL),(6981,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,14,2,NULL,0,'null',1699235992,'web','117.56.58.51',NULL),(6982,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',98,'c',2,78,70,39,14,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u300a\\u4e09\\u628a\\u5237\\u5b50\\u4e0d\\u53ef\\u5c11\\u300b\\u8b80\\u66f8\\u5fc3\\u5f97<br \\/>\\n\\u4e00\\u3001\\u5c0b\\u627e\\u6070\\u7576\\u7684\\u655e\\u958b\\u6642\\u523b<br \\/>\\n\\u4f5c\\u8005\\u63d0\\u9192\\u6492\\u7a2e\\u8005\\uff0c\\u683d\\u7a2e\\u7b2c\\u4e00\\u8981\\u8003\\u616e\\u7684\\u662f\\u6642\\u6a5f\\u3002<br \\/>\\n\\u9019\\u9ede\\u6211\\u4e0d\\u5b8c\\u5168\\u540c\\u610f\\uff1a\\u6211\\u5011\\u7d93\\u5e38\\u7528\\u81ea\\u5df1\\u7684\\u773c\\u5149\\u3001\\u7d93\\u9a57\\u6216\\u597d\\u60e1\\u4f86\\u5224\\u65b7\\u6642\\u6a5f\\uff0c\\u4f46\\u662f\\u4e0a\\u5e1d\\u53ef\\u80fd\\u6709\\u4e0d\\u540c\\u7684\\u8a08\\u756b\\uff0c\\u7d50\\u679c\\u53ef\\u80fd\\u662f\\u932f\\u5931\\u826f\\u6a5f\\u6216\\u63aa\\u624b\\u4e0d\\u53ca\\u3002<br \\/>\\n\\u4e8c\\u3001\\u5237\\u5b501\\u554f\\u500b\\u597d\\u554f\\u984c<br \\/>\\n\\u4f5c\\u8005\\u63d0\\u51fa\\uff1a\\u4e0d\\u5177\\u5a01\\u8105\\u6027\\u3001\\u8868\\u9054\\u8b19\\u5351\\u3001\\u8b93\\u5c0d\\u65b9\\u81ea\\u5df1\\u627e\\u5230\\u771f\\u7406\\u3001\\u8981\\u6c42\\u554f\\u984c\\u4f86\\u56de\\u61c9\\uff0c\\u9019\\u4e9b\\u90fd\\u662f\\u597d\\u554f\\u984c\\u3002\\u56db\\u7a2e\\u9b06\\u571f\\u7684\\u554f\\u984c\\uff1a\\u6709\\u95dc\\u5c0d\\u65b9\\u80cc\\u666f\\u7684\\u554f\\u984c\\u3001\\u5411\\u5c0d\\u65b9\\u8acb\\u6559\\u610f\\u898b\\u7684\\u554f\\u984c\\u3001\\u8b93\\u5c0d\\u65b9\\u767c\\u63ee\\u60f3\\u50cf\\u529b\\u7684\\u554f\\u984c\\u3001\\u8b93\\u5c0d\\u65b9\\u6d41\\u9732\\u60c5\\u611f\\u7684\\u554f\\u984c\\u3002<br \\/>\\n\\u6df1\\u6709\\u540c\\u611f\\uff0c\\u5c24\\u5176\\u5728\\u50b3\\u798f\\u97f3\\u6216\\u8de8\\u6587\\u5316\\u5ba3\\u6559\\u6642\\u8981\\u5584\\u52a0\\u904b\\u7528\\u3002<br \\/>\\n\\u4e09\\u3001\\u5237\\u5b502\\u627e\\u51fa\\u5171\\u540c\\u9ede\\uff0c\\u8b93\\u5c0d\\u65b9\\u89ba\\u5f97\\uff1a\\u6211\\u5011\\u7684\\u5dee\\u5225\\u6c92\\u90a3\\u9ebc\\u5927\\u3001\\u6211\\u5011\\u7684\\u50f9\\u503c\\u89c0\\u76f8\\u8fd1\\u3001\\u6211\\u5011\\u7684\\u95dc\\u61f7\\u548c\\u8208\\u8da3\\u76f8\\u4eff\\u3001\\u6211\\u5011\\u6709\\u540c\\u6a23\\u7684\\u9700\\u8981\\u3002\\u7b2c2\\u628a\\u5237\\u5b50\\u6709\\u9ede\\u96e3\\u5ea6\\u3002<br \\/>\\n\\u56db\\u3001\\u5237\\u5b503\\uff1a\\u4f60\\u7684\\u751f\\u547d\\u3002\\u70ba\\u4ed6\\u62c9\\u5f35\\u6551\\u751f\\u7db2\\uff0c\\u628a\\u81ea\\u5df1\\u7a2e\\u5728\\u4ed6\\u7684\\u751f\\u547d\\u4e2d\\u3002\\u9ad4\\u6703\\u4ed6\\u7684\\u60f3\\u6cd5\\u4e0d\\u6309\\u81ea\\u5df1\\u7684\\u610f\\u601d\\uff0c\\u5e36\\u8457\\u4ed6\\u4e0d\\u8981\\u6253\\u767c\\u4ed6\\uff0c\\u4e00\\u6b21\\u7c3d\\u7d04\\uff0c\\u6c38\\u7e8c\\u670d\\u52d9\\u3002\\u7b2c3\\u628a\\u5237\\u5b50\\u96e3\\u5ea6\\u975e\\u5e38\\u9ad8\\uff0c\\u53ef\\u80fd\\u7121\\u6cd5\\u505a\\u5230\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":8,\"triggeredfrom\":\"forum_add_new_post\"}',1699236070,'web','117.56.58.51',NULL),(6983,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',98,'c',2,78,70,39,14,2,NULL,0,'{\"discussionid\":8,\"forumid\":11,\"forumtype\":\"single\"}',1699236070,'web','117.56.58.51',NULL),(6984,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',83,'c',2,78,70,39,14,2,14,0,'{\"forumid\":11,\"discussion\":8}',1699236070,'web','117.56.58.51',NULL),(6985,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,14,2,NULL,0,'null',1699236070,'web','117.56.58.51',NULL),(6986,'\\core\\event\\notification_sent','core','sent','notification','notifications',761,'c',0,1,10,0,14,0,14,0,'{\"courseid\":\"2\"}',1699239726,'cli',NULL,NULL),(6987,'\\core\\event\\user_loggedin','core','loggedin','user','user',13,'r',0,1,10,0,13,0,NULL,0,'{\"username\":\"hellenwangbj@163.com\",\"extrauserinfo\":[]}',1699242003,'web','114.253.43.3',NULL),(6988,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1699242003,'web','114.253.43.3',NULL),(6989,'\\core\\event\\notification_sent','core','sent','notification','notifications',762,'c',0,1,10,0,0,0,13,0,'{\"courseid\":\"1\"}',1699242006,'cli',NULL,NULL),(6990,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1699242007,'web','114.253.43.3',NULL),(6991,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,13,2,NULL,0,'null',1699242022,'web','114.253.43.3',NULL),(6992,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,13,2,NULL,0,'null',1699242034,'web','114.253.43.3',NULL),(6993,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',99,'c',2,78,70,39,13,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u597d\\u95ee\\u9898\\u3001\\u5bfb\\u627e\\u5171\\u540c\\u70b9\\u548c\\u5c06\\u751f\\u547d\\u6295\\u5165\\u8fdb\\u53bb\\uff0c\\u786e\\u5b9e\\u662f\\u5efa\\u7acb\\u5173\\u7cfb\\u7684\\u5173\\u952e\\u70b9\\u3002<br \\/>\\n\\u56e0\\u4e3a\\u6211\\u5728\\u798f\\u97f3\\u5c0f\\u7ec4\\u670d\\u4f8d\\uff0c\\u5728\\u8fc7\\u53bb\\u4e03\\u5e74\\u4e2d\\u8ba4\\u8bc6\\u966a\\u4f34\\u4e86\\u5f88\\u591a\\u7684\\u6155\\u9053\\u53cb\\uff0c\\u4e5f\\u770b\\u5230\\u5176\\u4e2d\\u4e00\\u534a\\u7684\\u4eba\\u5f52\\u4e3b\\uff0c\\u59d4\\u8eab\\u5728\\u6559\\u4f1a\\u3002\\u597d\\u95ee\\u9898\\u771f\\u7684\\u662f\\u4e00\\u628a\\u6253\\u5f00\\u8bdd\\u9898\\u7684\\u94a5\\u5319\\uff0c\\u8ba9\\u5bf9\\u8bdd\\u4e0d\\u505c\\u7559\\u5728\\u6d45\\u8868\\u7684\\u9636\\u6bb5\\uff0c\\u80fd\\u66f4\\u6df1\\u5730\\u8fdb\\u5165\\u5bf9\\u65b9\\u7684\\u5185\\u5fc3\\uff0c\\u5e2e\\u52a9\\u5bf9\\u65b9\\u8868\\u8fbe\\u3002\\u5176\\u4e2d\\u6709\\u65f6\\u5019\\uff0c\\u9047\\u5230\\u4e00\\u4e9b\\u5f1f\\u5144\\uff0c\\u95ee\\u4ed6\\u4eec\\u4e00\\u4e9b\\u611f\\u53d7\\u6027\\u7684\\u95ee\\u9898\\uff0c\\u4ed6\\u4eec\\u597d\\u50cf\\u5c31\\u6bd4\\u8f83\\u96be\\u56de\\u7b54\\uff0c\\u901a\\u5e38\\u90fd\\u662f\\u7b80\\u5355\\u7684\\u56de\\u7b54\\u3002\\u4f46\\u662f\\u82e5\\u95ee\\u5230\\u4ed6\\u4eec\\u5bf9\\u67d0\\u4e8b\\u7684\\u89c2\\u70b9\\u548c\\u4e3b\\u5f20\\uff0c\\u5c31\\u6bd4\\u8f83\\u5bb9\\u6613\\u6253\\u5f00\\u4ed6\\u4eec\\u7684\\u8bdd\\u5323\\u5b50\\u3002\\u800c\\u5973\\u6027\\u4e00\\u822c\\u662f\\u5bf9\\u611f\\u53d7\\u6027\\u95ee\\u9898\\u5f88\\u6709\\u56de\\u5e94\\u3002<br \\/>\\n\\u5bfb\\u6c42\\u3001\\u5efa\\u7acb\\u5171\\u540c\\u70b9\\u4e5f\\u5f88\\u91cd\\u8981\\u3002\\u6211\\u4eec\\u901a\\u5e38\\u559c\\u6b22\\u627e\\u4e0d\\u540c\\uff0c\\u95ee\\u7684\\u95ee\\u9898\\u4e5f\\u5927\\u591a\\u662f\\u6211\\u4eec\\u6709\\u4ec0\\u4e48\\u4e0d\\u540c\\uff0c\\u597d\\u50cf\\u8fd9\\u4e2a\\u4e0d\\u540c\\u8ba9\\u6211\\u4eec\\u5c31\\u72ec\\u4e00\\u65e0\\u4e8c\\u3002\\u53ef\\u662f\\uff0c\\u6211\\u4eec\\u62e5\\u6709\\u7684\\u5171\\u540c\\u70b9\\u6bd4\\u60f3\\u8c61\\u5f97\\u8981\\u591a\\u7684\\u591a\\u3002<br \\/>\\n\\u628a\\u81ea\\u5df1\\u7684\\u751f\\u547d\\u57cb\\u8fdb\\u53bb\\uff0c\\u6211\\u5f88\\u8ba4\\u540c\\u3002\\u4f46\\u662f\\uff0c\\u6211\\u7684\\u95ee\\u9898\\u662f\\uff0c\\u82e5\\u4e00\\u4e2a\\u4eba\\u662f\\u5185\\u5411\\u578b\\u6027\\u683c\\uff0c\\u4e0d\\u559c\\u793e\\u4ea4\\uff0c\\u5f53\\u5bf9\\u65b9\\u5bf9\\u81ea\\u5df1\\u53cb\\u5584\\u8868\\u793a\\u51fa\\u62d2\\u7edd\\uff0c\\u4e00\\u822c\\u4e0d\\u4f1a\\u5c1d\\u8bd5\\u7b2c\\u4e8c\\u6b21\\u3002\\u8fd9\\u6837\\u7684\\u8bdd\\uff0c\\u597d\\u50cf\\u751f\\u547d\\u5c31\\u5f88\\u96be\\u57cb\\u5230\\u5bf9\\u65b9\\u7684\\u751f\\u547d\\u4e2d\\u53bb\\u3002\\u8fd9\\u5982\\u4f55\\u89e3\\uff1f<\\/div>\",\"pathnamehashes\":[],\"discussionid\":8,\"triggeredfrom\":\"forum_add_new_post\"}',1699243442,'web','114.253.43.3',NULL),(6994,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',99,'c',2,78,70,39,13,2,NULL,0,'{\"discussionid\":8,\"forumid\":11,\"forumtype\":\"single\"}',1699243442,'web','114.253.43.3',NULL),(6995,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',84,'c',2,78,70,39,13,2,13,0,'{\"forumid\":11,\"discussion\":8}',1699243442,'web','114.253.43.3',NULL),(6996,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,13,2,NULL,0,'null',1699243443,'web','114.253.43.3',NULL),(6997,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,13,2,NULL,0,'null',1699243454,'web','114.253.43.3',NULL),(6998,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,13,0,NULL,0,'null',1699243481,'web','114.253.43.3',NULL),(6999,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1699243484,'web','114.253.43.3',NULL),(7000,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1699243488,'web','114.253.43.3',NULL),(7001,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,13,2,13,0,'null',1699243493,'web','114.253.43.3',NULL),(7002,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,13,2,NULL,0,'null',1699243503,'web','114.253.43.3',NULL),(7003,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,13,2,NULL,0,'null',1699243654,'web','114.253.43.3',NULL),(7004,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',100,'c',2,29,70,10,13,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7267\\u5e08\\uff0c\\u771f\\u7684\\u662f\\u5f88\\u9700\\u8981\\u5ba1\\u7f8e\\u54c1\\u5473\\u7684\\u3002\\u4eba\\u8d70\\u8fdb\\u6559\\u4f1a\\uff0c\\u5149\\u7ebf\\u3001\\u684c\\u6905\\u7684\\u6750\\u8d28\\u3001\\u684c\\u6905\\u7684\\u6446\\u653e\\uff0c\\u8fd9\\u662f\\u4eba\\u89c6\\u89c9\\u6240\\u89e6\\u6478\\u5230\\u7684\\u3002\\u800c\\u7a7a\\u6c14\\u7684\\u6d41\\u901a\\u7a0b\\u5ea6\\uff0c\\u6e29\\u5ea6\\u548c\\u6e7f\\u5ea6\\uff0c\\u7a7a\\u6c14\\u4e2d\\u6de1\\u6de1\\u7684\\u82e5\\u6709\\u82e5\\u65e0\\u7684\\u5473\\u9053\\uff0c\\u8fd9\\u662f\\u4eba\\u8eab\\u4f53\\u7684\\u611f\\u89c9\\u3002\\u8fd9\\u6837\\u7684\\u7a7a\\u95f4\\u611f\\u89c9\\u4f1a\\u76f4\\u63a5\\u5f71\\u54cd\\u4eba\\u8fdb\\u6765\\u7684\\u4f53\\u9a8c\\u611f\\u3002\\u6211\\u4e0d\\u5f97\\u4e0d\\u8bf4\\u6211\\u4eec\\u7684\\u4e3b\\u4efb\\u7267\\u5e08\\u6709\\u5f88\\u597d\\u7684\\u5ba1\\u7f8e\\uff0c\\u6211\\u4eec\\u7684\\u88c5\\u4fee\\u4ed6\\u57fa\\u672c\\u90fd\\u53c2\\u4e0e\\u610f\\u89c1\\u3002\\u6211\\u4eec\\u6709\\u51e0\\u4f4d\\u5b66\\u4e60\\u8bbe\\u8ba1\\u7684\\u5f1f\\u5144\\u59ca\\u59b9\\uff0c\\u4ed6\\u4eec\\u90fd\\u5404\\u6709\\u6069\\u8d50\\u3002\\u6211\\u4e5f\\u5f88\\u9ad8\\u5174\\u80fd\\u548c\\u4ed6\\u4eec\\u540c\\u5de5\\uff0c\\u6bcf\\u6b21\\u7684\\u5408\\u4f5c\\u90fd\\u662f\\u5f88\\u6709\\u542f\\u53d1\\u6027\\u3002\\u53ef\\u662f\\uff0c\\u4e5f\\u786e\\u5b9e\\u53d1\\u73b0\\uff0c\\u5176\\u4e2d\\u6709\\u4e9b\\u670d\\u4f8d\\uff0c\\u771f\\u7684\\u5f88\\u9700\\u8981\\u5f1f\\u5144\\u59ca\\u59b9\\u7684\\u5ba1\\u7f8e\\uff0c\\u6bd4\\u5982ppt\\u3002\\u5f88\\u60f3\\u77e5\\u9053\\uff0c\\u4fe1\\u4ef0\\u5982\\u4f55\\u63d0\\u9ad8\\u6211\\u4eec\\u7684\\u5ba1\\u7f8e\\uff1f\\u5f88\\u60f3\\u5927\\u5bb6\\u7684\\u5ba1\\u7f8e\\u90fd\\u6709\\u4e00\\u4e2a\\u63d0\\u9ad8\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":1,\"triggeredfrom\":\"forum_add_new_post\"}',1699244260,'web','114.253.43.3',NULL),(7005,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',100,'c',2,29,70,10,13,2,NULL,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1699244260,'web','114.253.43.3',NULL),(7006,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,13,2,NULL,0,'null',1699244261,'web','114.253.43.3',NULL),(7007,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1699244268,'web','114.253.43.3',NULL),(7008,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1699244271,'web','114.253.43.3',NULL),(7009,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,13,2,13,0,'null',1699244273,'web','114.253.43.3',NULL),(7010,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,13,2,NULL,0,'null',1699244282,'web','114.253.43.3',NULL),(7011,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,13,2,NULL,0,'null',1699244309,'web','114.253.43.3',NULL),(7012,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,13,2,NULL,0,'null',1699244326,'web','114.253.43.3',NULL),(7013,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,13,2,NULL,0,'null',1699244339,'web','114.253.43.3',NULL),(7014,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,13,2,NULL,0,'null',1699244387,'web','114.253.43.3',NULL),(7015,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,13,2,NULL,0,'null',1699246079,'web','114.253.43.3',NULL),(7016,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,13,2,NULL,0,'null',1699246204,'web','114.253.43.3',NULL),(7017,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',101,'c',2,74,70,35,13,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">1\\u9605\\u8bfb\\uff1a\\u5df2\\u7ecf\\u8bfb\\u5b8c\\u6587\\u7ae0\\u3002<br \\/>\\n2\\u671f\\u672b\\u62a5\\u544a\\u8003\\u8651\\u300a\\u970d\\u6bd4\\u7279\\u4eba1\\uff1a\\u610f\\u5916\\u4e4b\\u65c5\\u300b<\\/div>\",\"pathnamehashes\":[],\"discussionid\":7,\"triggeredfrom\":\"forum_add_new_post\"}',1699246678,'web','114.253.43.3',NULL),(7018,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',101,'c',2,74,70,35,13,2,NULL,0,'{\"discussionid\":7,\"forumid\":10,\"forumtype\":\"single\"}',1699246678,'web','114.253.43.3',NULL),(7019,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',85,'c',2,74,70,35,13,2,13,0,'{\"forumid\":10,\"discussion\":7}',1699246678,'web','114.253.43.3',NULL),(7020,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,13,2,NULL,0,'null',1699246679,'web','114.253.43.3',NULL),(7021,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1699246686,'web','114.253.43.3',NULL),(7022,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1699246689,'web','114.253.43.3',NULL),(7023,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,13,2,13,0,'null',1699246691,'web','114.253.43.3',NULL),(7024,'\\core\\event\\notification_sent','core','sent','notification','notifications',763,'c',0,1,10,0,13,0,13,0,'{\"courseid\":\"2\"}',1699247106,'cli',NULL,NULL),(7025,'\\core\\event\\notification_sent','core','sent','notification','notifications',764,'c',0,1,10,0,13,0,14,0,'{\"courseid\":\"2\"}',1699247109,'cli',NULL,NULL),(7026,'\\core\\event\\notification_sent','core','sent','notification','notifications',765,'c',0,1,10,0,13,0,6,0,'{\"courseid\":\"2\"}',1699247887,'cli',NULL,NULL),(7027,'\\core\\event\\notification_sent','core','sent','notification','notifications',766,'c',0,1,10,0,13,0,17,0,'{\"courseid\":\"2\"}',1699247889,'cli',NULL,NULL),(7028,'\\core\\event\\notification_sent','core','sent','notification','notifications',767,'c',0,1,10,0,13,0,11,0,'{\"courseid\":\"2\"}',1699247893,'cli',NULL,NULL),(7029,'\\core\\event\\notification_sent','core','sent','notification','notifications',768,'c',0,1,10,0,13,0,8,0,'{\"courseid\":\"2\"}',1699247895,'cli',NULL,NULL),(7030,'\\core\\event\\notification_sent','core','sent','notification','notifications',769,'c',0,1,10,0,13,0,23,0,'{\"courseid\":\"2\"}',1699247898,'cli',NULL,NULL),(7031,'\\core\\event\\notification_sent','core','sent','notification','notifications',770,'c',0,1,10,0,13,0,12,0,'{\"courseid\":\"2\"}',1699247902,'cli',NULL,NULL),(7032,'\\core\\event\\notification_sent','core','sent','notification','notifications',771,'c',0,1,10,0,13,0,13,0,'{\"courseid\":\"2\"}',1699247904,'cli',NULL,NULL),(7033,'\\core\\event\\notification_sent','core','sent','notification','notifications',772,'c',0,1,10,0,13,0,5,0,'{\"courseid\":\"2\"}',1699247907,'cli',NULL,NULL),(7034,'\\core\\event\\notification_sent','core','sent','notification','notifications',773,'c',0,1,10,0,13,0,21,0,'{\"courseid\":\"2\"}',1699247910,'cli',NULL,NULL),(7035,'\\core\\event\\notification_sent','core','sent','notification','notifications',774,'c',0,1,10,0,13,0,9,0,'{\"courseid\":\"2\"}',1699247912,'cli',NULL,NULL),(7036,'\\core\\event\\notification_sent','core','sent','notification','notifications',775,'c',0,1,10,0,13,0,20,0,'{\"courseid\":\"2\"}',1699247915,'cli',NULL,NULL),(7037,'\\core\\event\\notification_sent','core','sent','notification','notifications',776,'c',0,1,10,0,13,0,16,0,'{\"courseid\":\"2\"}',1699247918,'cli',NULL,NULL),(7038,'\\core\\event\\notification_sent','core','sent','notification','notifications',777,'c',0,1,10,0,13,0,4,0,'{\"courseid\":\"2\"}',1699247921,'cli',NULL,NULL),(7039,'\\core\\event\\notification_sent','core','sent','notification','notifications',778,'c',0,1,10,0,13,0,22,0,'{\"courseid\":\"2\"}',1699247924,'cli',NULL,NULL),(7040,'\\core\\event\\notification_sent','core','sent','notification','notifications',779,'c',0,1,10,0,13,0,2,0,'{\"courseid\":\"2\"}',1699247926,'cli',NULL,NULL),(7041,'\\core\\event\\notification_sent','core','sent','notification','notifications',780,'c',0,1,10,0,13,0,19,0,'{\"courseid\":\"2\"}',1699247929,'cli',NULL,NULL),(7042,'\\core\\event\\notification_sent','core','sent','notification','notifications',781,'c',0,1,10,0,13,0,14,0,'{\"courseid\":\"2\"}',1699247932,'cli',NULL,NULL),(7043,'\\core\\event\\notification_sent','core','sent','notification','notifications',782,'c',0,1,10,0,13,0,6,0,'{\"courseid\":\"2\"}',1699250285,'cli',NULL,NULL),(7044,'\\core\\event\\notification_sent','core','sent','notification','notifications',783,'c',0,1,10,0,13,0,17,0,'{\"courseid\":\"2\"}',1699250288,'cli',NULL,NULL),(7045,'\\core\\event\\notification_sent','core','sent','notification','notifications',784,'c',0,1,10,0,13,0,11,0,'{\"courseid\":\"2\"}',1699250291,'cli',NULL,NULL),(7046,'\\core\\event\\notification_sent','core','sent','notification','notifications',785,'c',0,1,10,0,13,0,23,0,'{\"courseid\":\"2\"}',1699250294,'cli',NULL,NULL),(7047,'\\core\\event\\notification_sent','core','sent','notification','notifications',786,'c',0,1,10,0,13,0,13,0,'{\"courseid\":\"2\"}',1699250297,'cli',NULL,NULL),(7048,'\\core\\event\\notification_sent','core','sent','notification','notifications',787,'c',0,1,10,0,13,0,5,0,'{\"courseid\":\"2\"}',1699250301,'cli',NULL,NULL),(7049,'\\core\\event\\notification_sent','core','sent','notification','notifications',788,'c',0,1,10,0,13,0,21,0,'{\"courseid\":\"2\"}',1699250304,'cli',NULL,NULL),(7050,'\\core\\event\\notification_sent','core','sent','notification','notifications',789,'c',0,1,10,0,13,0,20,0,'{\"courseid\":\"2\"}',1699250307,'cli',NULL,NULL),(7051,'\\core\\event\\notification_sent','core','sent','notification','notifications',790,'c',0,1,10,0,13,0,22,0,'{\"courseid\":\"2\"}',1699250310,'cli',NULL,NULL),(7052,'\\core\\event\\notification_sent','core','sent','notification','notifications',791,'c',0,1,10,0,13,0,19,0,'{\"courseid\":\"2\"}',1699250313,'cli',NULL,NULL),(7053,'\\core\\event\\notification_sent','core','sent','notification','notifications',792,'c',0,1,10,0,13,0,14,0,'{\"courseid\":\"2\"}',1699250316,'cli',NULL,NULL),(7054,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699264307,'web','123.193.67.155',NULL),(7055,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1699264362,'web','123.193.67.155',NULL),(7056,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,5,1,NULL,0,'null',1699264362,'web','123.193.67.155',NULL),(7057,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1699264364,'web','123.193.67.155',NULL),(7058,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,5,2,NULL,0,'null',1699264372,'web','123.193.67.155',NULL),(7059,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,5,2,NULL,0,'null',1699264387,'web','123.193.67.155',NULL),(7060,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,5,2,NULL,0,'null',1699264907,'web','123.193.67.155',NULL),(7061,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699268167,'web','103.149.27.27',NULL),(7062,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699268167,'web','103.149.27.27',NULL),(7063,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699268167,'web','103.149.27.27',NULL),(7064,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699268168,'web','103.149.27.27',NULL),(7065,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699268168,'web','103.149.27.27',NULL),(7066,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699268168,'web','103.149.27.27',NULL),(7067,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699268168,'web','103.149.27.27',NULL),(7068,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699268170,'web','103.149.27.27',NULL),(7069,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699268172,'web','103.149.27.27',NULL),(7070,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699268173,'web','103.149.27.27',NULL),(7071,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699268173,'web','103.149.27.27',NULL),(7072,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699268173,'web','103.149.27.27',NULL),(7073,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699268173,'web','103.149.27.27',NULL),(7074,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699268173,'web','103.149.27.27',NULL),(7075,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699268173,'web','103.149.27.27',NULL),(7076,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699268173,'web','103.149.27.27',NULL),(7077,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699268174,'web','103.149.27.27',NULL),(7078,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699268174,'web','103.149.27.27',NULL),(7079,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699268174,'web','103.149.27.27',NULL),(7080,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699268175,'web','103.149.27.27',NULL),(7081,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699268176,'web','103.149.27.27',NULL),(7082,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699268176,'web','103.149.27.27',NULL),(7083,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699268176,'web','103.149.27.27',NULL),(7084,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699268176,'web','103.149.27.27',NULL),(7085,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',102,'c',2,78,70,39,5,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u300c\\u6492\\u7a2e\\u8005\\u53ef\\u4ee5\\u7528\\u4e09\\u4ef6\\u7279\\u6b8a\\u7684\\u5de5\\u5177\\u4f86\\u5e6b\\u52a9\\u683d\\u7a2e\\uff1a\\u554f\\u984c\\u3001\\u5171\\u540c\\u9ede\\u548c\\u81ea\\u5df1\\u7684\\u751f\\u547d\\u3002\\u300d\\u8eab\\u70ba\\u57fa\\u7763\\u5f92\\uff0c\\u6703\\u6709\\u8eab\\u70ba\\u6492\\u7a2e\\u8005\\u7684\\u81ea\\u50b2\\u611f\\uff0c\\u56e0\\u70ba\\u6211\\u5011\\u638c\\u63e1\\u4e86\\u7279\\u6b8a\\u7684\\u300c\\u7a2e\\u5b50\\u300d\\uff0c\\u662f\\u80fd\\u6492\\u5728\\u4eba\\u7684\\u5fc3\\u7530\\uff0c\\u4f7f\\u4eba\\u7684\\u751f\\u547d\\u6709\\u5d84\\u65b0\\u958b\\u59cb\\u7684\\u7a2e\\u5b50\\u3002\\u4f46\\u4e5f\\u6b63\\u5982\\u4f5c\\u8005\\u6240\\u8aaa\\u7684\\uff1a\\u300c\\u6211\\u5011\\u81ea\\u89ba\\u70ba\\u4e00\\u500b\\u300e\\u7d66\\u7b54\\u6848\\u7684\\u4eba\\u300f\\u3002\\u300d\\u7576\\u6211\\u5728\\u9762\\u5c0d\\u9752\\u5c11\\u5e74\\u3001\\u6210\\u4eba\\u6216\\u662f\\u9577\\u8005\\u6642\\uff0c\\u6211\\u78ba\\u5be6\\u5e38\\u8981\\u5728\\u8ac7\\u8a71\\u7684\\u540c\\u6642\\uff0c\\u8b93\\u81ea\\u5df1\\u4fdd\\u6301\\u7b2c\\u4e09\\u8005\\u7684\\u8996\\u89d2\\uff0c\\u5f9e\\u65c1\\u76e3\\u770b\\u6211\\u8207\\u672a\\u4fe1\\u8005\\u7684\\u5c0d\\u8a71\\uff0c\\u4ee5\\u9019\\u6a23\\u7684\\u65b9\\u5f0f\\u4f86\\u76e3\\u7763\\u81ea\\u5df1\\u662f\\u5426\\u904e\\u65bc\\u300c\\u81ea\\u4ee5\\u70ba\\u662f\\u300d\\uff1f\\u662f\\u5426\\u7d66\\u4eba\\u4e00\\u7a2e\\u83ab\\u540d\\u7684\\u300c\\u512a\\u8d8a\\u611f\\u300d\\uff0c\\u4ee5\\u81f3\\u65bc\\u4f7f\\u9019\\u6069\\u5178\\u7684\\u798f\\u97f3\\u53cd\\u5012\\u9580\\u6abb\\u52a0\\u9ad8\\uff0c\\u751a\\u81f3\\u6709\\u7a2e\\u300c\\u9ad8\\u4e0d\\u53ef\\u6500\\u300d\\u4e4b\\u611f\\uff1f<\\/div>\",\"pathnamehashes\":[],\"discussionid\":8,\"triggeredfrom\":\"forum_add_new_post\"}',1699269549,'web','123.193.67.155',NULL),(7086,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',102,'c',2,78,70,39,5,2,NULL,0,'{\"discussionid\":8,\"forumid\":11,\"forumtype\":\"single\"}',1699269549,'web','123.193.67.155',NULL),(7087,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',86,'c',2,78,70,39,5,2,5,0,'{\"forumid\":11,\"discussion\":8}',1699269549,'web','123.193.67.155',NULL),(7088,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,5,2,NULL,0,'null',1699269551,'web','123.193.67.155',NULL),(7089,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,5,2,NULL,0,'null',1699269557,'web','123.193.67.155',NULL),(7090,'\\core\\event\\notification_sent','core','sent','notification','notifications',793,'c',0,1,10,0,5,0,13,0,'{\"courseid\":\"2\"}',1699273207,'cli',NULL,NULL),(7091,'\\core\\event\\notification_sent','core','sent','notification','notifications',794,'c',0,1,10,0,5,0,5,0,'{\"courseid\":\"2\"}',1699273211,'cli',NULL,NULL),(7092,'\\core\\event\\notification_sent','core','sent','notification','notifications',795,'c',0,1,10,0,5,0,14,0,'{\"courseid\":\"2\"}',1699273214,'cli',NULL,NULL),(7093,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699277018,'web','125.229.183.111',NULL),(7094,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1699277027,'web','125.229.183.111',NULL),(7095,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1699277027,'web','125.229.183.111',NULL),(7096,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1699277031,'web','125.229.183.111',NULL),(7097,'\\core\\event\\notification_sent','core','sent','notification','notifications',796,'c',0,1,10,0,0,0,22,0,'{\"courseid\":\"1\"}',1699277046,'cli',NULL,NULL),(7098,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,22,2,NULL,0,'null',1699277046,'web','125.229.183.111',NULL),(7099,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1699281176,'web','125.229.183.111',NULL),(7100,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1699281177,'web','125.229.183.111',NULL),(7101,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1699281180,'web','125.229.183.111',NULL),(7102,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,22,2,NULL,0,'null',1699281194,'web','125.229.183.111',NULL),(7103,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',103,'c',2,78,70,39,22,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u57fa\\u7763\\u5f92\\u61c9\\u8a72\\u5982\\u4f55\\u6492\\u7a2e\\uff1f\\u88e1\\u9762\\u63d0\\u5230\\u8607\\u683c\\u62c9\\u5e95\\u7684\\u65b9\\u5f0f\\uff0c\\u771f\\u7684\\u5f88\\u7279\\u5225\\u3002\\u57fa\\u7763\\u5f92\\u5728\\u50b3\\u798f\\u97f3\\u7684\\u6642\\u5019\\uff0c\\u5f80\\u5f80\\u6ed4\\u6ed4\\u4e0d\\u7d55\\uff0c\\u9023\\u5728\\u65c1\\u908a\\u7684\\u6211\\u90fd\\u89ba\\u5f97\\u4e0d\\u8010\\u7169...\\u5373\\u4f7f\\u5c0d\\u65b9\\u8ddf\\u8457\\u505a\\u4e86\\u6c7a\\u5fd7\\u79b1\\u544a\\uff0c\\u662f\\u300c\\u771f\\u7684\\u300d\\u6c7a\\u5fd7\\uff1f\\u9084\\u662f\\u60f3\\u7d50\\u675f\\u9019\\u5834\\u4f48\\u9053\\u6f14\\u8aaa\\uff1f\\u9019\\u6a23\\u7684\\u64cd\\u4e4b\\u904e\\u6025\\uff0c\\u5176\\u5be6\\u6c92\\u6709\\u4ec0\\u9ebc\\u6548\\u679c\\u3002<br \\/>\\n\\u53ea\\u662f\\uff0c\\u5c0b\\u627e\\u548c\\u5c0d\\u65b9\\u7684\\u5171\\u540c\\u9ede\\uff0c\\u8981\\u5982\\u4f55\\u907f\\u514d\\u904e\\u65bc\\u300c\\u59a5\\u5354\\u300d\\uff1f\\u9019\\u53c8\\u548c\\u300c\\u5206\\u5225\\u70ba\\u8056\\u300d\\u662f\\u5426\\u6709\\u7274\\u89f8\\uff1f\\u4e2d\\u9593\\u5206\\u5bf8\\u5982\\u4f55\\u62ff\\u634f\\uff1f\\u8a18\\u5f97\\u66fe\\u7d93\\u6709\\u4f4d\\u7267\\u5e2b\\uff0c\\u8ddf\\u8457\\u5927\\u7532\\u5abd\\u7956\\u9076\\u5883\\uff0c\\u4e26\\u4e14\\u63a5\\u53d7\\u5a92\\u9ad4\\u63a1\\u8a2a\\u3002\\u6b64\\u4e8b\\u5c0d\\u65bc\\u50b3\\u7d71\\u4fe1\\u4ef0\\u7684\\u4eba\\u4f86\\u8aaa\\uff0c\\u6703\\u7522\\u751f\\u600e\\u6a23\\u7684\\u6548\\u61c9\\uff1f\\u6703\\u4e0d\\u6703\\u52a9\\u9577\\u4e86\\u300c\\u689d\\u689d\\u5927\\u8def\\u901a\\u7f85\\u99ac\\u300d\\u7684\\u8aa4\\u89e3\\uff1f<\\/div>\",\"pathnamehashes\":[],\"discussionid\":8,\"triggeredfrom\":\"forum_add_new_post\"}',1699281763,'web','125.229.183.111',NULL),(7104,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',103,'c',2,78,70,39,22,2,NULL,0,'{\"discussionid\":8,\"forumid\":11,\"forumtype\":\"single\"}',1699281763,'web','125.229.183.111',NULL),(7105,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',87,'c',2,78,70,39,22,2,22,0,'{\"forumid\":11,\"discussion\":8}',1699281763,'web','125.229.183.111',NULL),(7106,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,22,2,NULL,0,'null',1699281764,'web','125.229.183.111',NULL),(7107,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1699281780,'web','125.229.183.111',NULL),(7108,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,22,2,NULL,0,'null',1699281784,'web','125.229.183.111',NULL),(7109,'\\core\\event\\user_loggedout','core','loggedout','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"sessionid\":\"fe82lmrbm088otdrq7d459lhmk\"}',1699281812,'web','125.229.183.111',NULL),(7110,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699281813,'web','125.229.183.111',NULL),(7111,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699284250,'web','130.132.173.216',NULL),(7112,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1699284270,'web','130.132.173.216',NULL),(7113,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1699284271,'web','130.132.173.216',NULL),(7114,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699284275,'web','130.132.173.216',NULL),(7115,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699284298,'web','130.132.173.216',NULL),(7116,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699284310,'web','130.132.173.216',NULL),(7117,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,2,2,NULL,0,'null',1699284332,'web','130.132.173.216',NULL),(7118,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699284351,'web','130.132.173.216',NULL),(7119,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699284353,'web','65.154.226.170',NULL),(7120,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,2,2,NULL,0,'null',1699284381,'web','130.132.173.216',NULL),(7121,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699284433,'web','130.132.173.216',NULL),(7122,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1699284441,'web','130.132.173.216',NULL),(7123,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,2,2,NULL,0,'null',1699284443,'web','130.132.173.216',NULL),(7124,'\\mod_forum\\event\\subscription_created','mod_forum','created','subscription','forum_subscriptions',8,'c',2,78,70,39,2,2,2,0,'{\"forumid\":\"11\"}',1699284445,'web','130.132.173.216',NULL),(7125,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,2,2,NULL,0,'null',1699284446,'web','130.132.173.216',NULL),(7126,'\\mod_forum\\event\\subscription_created','mod_forum','created','subscription','forum_subscriptions',9,'c',2,79,70,40,2,2,2,0,'{\"forumid\":\"12\"}',1699284483,'web','130.132.173.216',NULL),(7127,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1699284483,'web','130.132.173.216',NULL),(7128,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,2,2,NULL,0,'null',1699284501,'web','130.132.173.216',NULL),(7129,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699284519,'web','130.132.173.216',NULL),(7130,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1699284523,'web','130.132.173.216',NULL),(7131,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,2,2,NULL,0,'null',1699284712,'web','130.132.173.216',NULL),(7132,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1699284902,'web','130.132.173.216',NULL),(7133,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699284904,'web','130.132.173.216',NULL),(7134,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1699284909,'web','130.132.173.216',NULL),(7135,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,2,2,NULL,0,'null',1699285177,'web','130.132.173.216',NULL),(7136,'\\core\\event\\notification_sent','core','sent','notification','notifications',797,'c',0,1,10,0,22,0,13,0,'{\"courseid\":\"2\"}',1699285387,'cli',NULL,NULL),(7137,'\\core\\event\\notification_sent','core','sent','notification','notifications',798,'c',0,1,10,0,22,0,5,0,'{\"courseid\":\"2\"}',1699285390,'cli',NULL,NULL),(7138,'\\core\\event\\notification_sent','core','sent','notification','notifications',799,'c',0,1,10,0,22,0,22,0,'{\"courseid\":\"2\"}',1699285393,'cli',NULL,NULL),(7139,'\\core\\event\\notification_sent','core','sent','notification','notifications',800,'c',0,1,10,0,22,0,2,0,'{\"courseid\":\"2\"}',1699285396,'cli',NULL,NULL),(7140,'\\core\\event\\notification_sent','core','sent','notification','notifications',801,'c',0,1,10,0,22,0,14,0,'{\"courseid\":\"2\"}',1699285398,'cli',NULL,NULL),(7141,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',1,'r',2,29,70,10,2,2,NULL,0,'null',1699285559,'web','130.132.173.216',NULL),(7142,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',1,'r',2,29,70,10,2,2,NULL,0,'null',1699285573,'web','130.132.173.216',NULL),(7143,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',1,'r',2,29,70,10,2,2,NULL,0,'null',1699285576,'web','130.132.173.216',NULL),(7144,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',1,'r',2,29,70,10,2,2,NULL,0,'null',1699285579,'web','130.132.173.216',NULL),(7145,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1699285580,'web','130.132.173.216',NULL),(7146,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,2,2,NULL,0,'null',1699285639,'web','130.132.173.216',NULL),(7147,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699285691,'web','130.132.173.216',NULL),(7148,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1699285694,'web','130.132.173.216',NULL),(7149,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1699285717,'web','130.132.173.216',NULL),(7150,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,2,2,NULL,0,'null',1699285744,'web','130.132.173.216',NULL),(7151,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,2,2,NULL,0,'null',1699285745,'web','130.132.173.216',NULL),(7152,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1699285748,'web','130.132.173.216',NULL),(7153,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1699285775,'web','130.132.173.216',NULL),(7154,'\\core\\event\\user_graded','core','graded','user','grade_grades',24,'u',1,16,50,2,2,2,13,0,'{\"itemid\":\"7\",\"overridden\":true,\"finalgrade\":6}',1699285818,'web','130.132.173.216',NULL),(7155,'\\core\\event\\user_graded','core','graded','user','grade_grades',171,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":46}',1699285818,'web','130.132.173.216',NULL),(7156,'\\core\\event\\user_graded','core','graded','user','grade_grades',23,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":57.119999999999997}',1699285818,'web','130.132.173.216',NULL),(7157,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1699285818,'web','130.132.173.216',NULL),(7158,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1699285822,'web','130.132.173.216',NULL),(7159,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1699285849,'web','130.132.173.216',NULL),(7160,'\\core\\event\\user_graded','core','graded','user','grade_grades',112,'u',1,16,50,2,2,2,7,0,'{\"itemid\":\"11\",\"overridden\":true,\"finalgrade\":6}',1699285899,'web','130.132.173.216',NULL),(7161,'\\core\\event\\user_graded','core','graded','user','grade_grades',184,'u',1,16,50,2,-1,2,7,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":6}',1699285899,'web','130.132.173.216',NULL),(7162,'\\core\\event\\user_graded','core','graded','user','grade_grades',35,'u',1,16,50,2,-1,2,7,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":33}',1699285899,'web','130.132.173.216',NULL),(7163,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1699285899,'web','130.132.173.216',NULL),(7164,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1699285903,'web','130.132.173.216',NULL),(7165,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,2,2,NULL,0,'null',1699285910,'web','130.132.173.216',NULL),(7166,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,2,2,NULL,0,'null',1699285911,'web','130.132.173.216',NULL),(7167,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,2,2,NULL,0,'null',1699285914,'web','130.132.173.216',NULL),(7168,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,2,2,NULL,0,'null',1699285916,'web','130.132.173.216',NULL),(7169,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,2,2,NULL,0,'null',1699285991,'web','130.132.173.216',NULL),(7170,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1699286177,'web','130.132.173.216',NULL),(7171,'\\core\\event\\user_graded','core','graded','user','grade_grades',257,'u',1,16,50,2,2,2,7,0,'{\"itemid\":\"17\",\"overridden\":true,\"finalgrade\":10}',1699286220,'web','130.132.173.216',NULL),(7172,'\\core\\event\\user_graded','core','graded','user','grade_grades',166,'u',1,16,50,2,-1,2,7,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":38}',1699286220,'web','130.132.173.216',NULL),(7173,'\\core\\event\\user_graded','core','graded','user','grade_grades',35,'u',1,16,50,2,-1,2,7,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":41.759999999999998}',1699286220,'web','130.132.173.216',NULL),(7174,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1699286220,'web','130.132.173.216',NULL),(7175,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1699286315,'web','130.132.173.216',NULL),(7176,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699286648,'web','199.45.154.18',NULL),(7177,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699308004,'web','199.45.155.19',NULL),(7178,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699343289,'web','36.229.146.211',NULL),(7179,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1699343296,'web','36.229.146.211',NULL),(7180,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1699343296,'web','36.229.146.211',NULL),(7181,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1699343299,'web','36.229.146.211',NULL),(7182,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,11,2,NULL,0,'null',1699343307,'web','36.229.146.211',NULL),(7183,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1699343319,'web','36.229.146.211',NULL),(7184,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,11,2,NULL,0,'null',1699343323,'web','36.229.146.211',NULL),(7185,'\\core\\event\\notification_sent','core','sent','notification','notifications',802,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"1\"}',1699343346,'cli',NULL,NULL),(7186,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',104,'c',2,78,70,39,11,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u5982\\u4f55\\u8207\\u4ed6\\u4eba\\u5efa\\u7acb\\u95dc\\u4fc2\\u4e00\\u76f4\\u90fd\\u662f\\u91cd\\u8981\\u7684\\u8b70\\u984c\\uff0c\\u4e0a\\u5468\\u7684\\u95b1\\u8b80\\u8b93\\u6211\\u5011\\u4e86\\u89e3\\u4f9d\\u64da\\u57fa\\u7763\\u4fe1\\u4ef0\\u773c\\u5149\\u95b1\\u8b80\\u2033\\u88ab\\u5ba3\\u8b1b\\u8005\\u2033\\u7684\\u6587\\u5316\\uff0c\\u4e26\\u505a\\u51fa\\u6b63\\u78ba\\u7684\\u8a6e\\u91cb\\u7684\\u91cd\\u8981\\u3002\\u5ef6\\u4f38\\u5230\\u672c\\u5468\\u7684\\u95b1\\u8b80\\uff0c\\u6211\\u89ba\\u5f97\\u5c31\\u662f\\u904b\\u7528\\u5c0d\\u2033\\u88ab\\u5ba3\\u8b1b\\u8005\\u2033\\u7684\\u6587\\u5316\\u8a6e\\u91cb\\uff0c\\u800c\\u6253\\u7834\\u8207\\u2033\\u88ab\\u5ba3\\u8b1b\\u8005\\u2033\\u50f5\\u5c40\\u7684\\u65b9\\u6cd5\\uff0c\\u672c\\u7bc7\\u6587\\u7ae0\\u4ee5\\u4fdd\\u7f85\\u7684\\u4f8b\\u5b50\\u4f86\\u63d0\\u9192\\u6211\\u5011\\uff0c\\u6211\\u4e5f\\u60f3\\u5230\\u8036\\u7a4c\\u4e5f\\u6703\\u56e0\\u5c0d\\u8c61\\u4e0d\\u540c\\uff0c\\u800c\\u4ee5\\u4e0d\\u540c\\u554f\\u984c\\u4f86\\u958b\\u5c40\\uff0c\\u9019\\u5c07\\u662f\\u4e00\\u500b\\u5728\\u6e9d\\u901a\\u4e0a\\u5f88\\u597d\\u7684\\u51fa\\u767c\\u3002<br \\/>\\n\\u9019\\u5802\\u8ab2\\u8b93\\u6211\\u8a8d\\u70ba\\u85dd\\u8853\\u662f\\u627e\\u5230\\u96d9\\u65b9\\u5171\\u540c\\u8655\\u5f88\\u597d\\u7684\\u5a92\\u4ecb\\uff0c\\u56e0\\u85dd\\u8853\\u76f8\\u5c0d\\u5176\\u4ed6\\u6709\\u722d\\u8b70\\u7684\\u4e8b\\u7269\\uff0c\\u8f03\\u6c92\\u6709\\u885d\\u7a81\\u6027\\uff0c\\u5927\\u773e\\u90fd\\u53ef\\u8868\\u9054\\u5c0d\\u85dd\\u8853\\u54c1\\u7684\\u60f3\\u6cd5\\uff0c\\u5f9e\\u60f3\\u6cd5\\u4e2d\\u5c31\\u53ef\\u4ee5\\u4e86\\u89e3\\u5230\\u5c0d\\u65b9\\u7684\\u7406\\u5ff5\\uff0c\\u5efa\\u7acb\\u5c0d\\u8a71\\u7684\\u53ef\\u80fd\\u6027\\u3002<br \\/>\\n\\u5efa\\u7acb\\u826f\\u597d\\u53c8\\u4fe1\\u4efb\\u7684\\u5c0d\\u8a71\\u5b89\\u5168\\u7db2\\uff0c\\u6700\\u7d42\\u76ee\\u7684\\u5c31\\u662f\\u8981\\u5c07\\u771f\\u7406\\u50b3\\u9054\\u7d66\\u2033\\u88ab\\u5ba3\\u8b1b\\u8005\\u2033\\uff0c\\u800c\\u4e14\\u9019\\u662f\\u500b\\u6301\\u7e8c\\u6027\\u7684\\u5de5\\u4f5c\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":8,\"triggeredfrom\":\"forum_add_new_post\"}',1699344018,'web','36.229.146.211',NULL),(7187,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',104,'c',2,78,70,39,11,2,NULL,0,'{\"discussionid\":8,\"forumid\":11,\"forumtype\":\"single\"}',1699344018,'web','36.229.146.211',NULL),(7188,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',88,'c',2,78,70,39,11,2,11,0,'{\"forumid\":11,\"discussion\":8}',1699344018,'web','36.229.146.211',NULL),(7189,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,11,2,NULL,0,'null',1699344018,'web','36.229.146.211',NULL),(7190,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,11,2,NULL,0,'null',1699344070,'web','36.229.146.211',NULL),(7191,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699344268,'web','36.229.146.211',NULL),(7192,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1699344279,'web','36.229.146.211',NULL),(7193,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1699344279,'web','36.229.146.211',NULL),(7194,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1699344282,'web','36.229.146.211',NULL),(7195,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,11,2,11,0,'null',1699344285,'web','36.229.146.211',NULL),(7196,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699344524,'web','120.244.78.184',NULL),(7197,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1699344531,'web','120.244.78.184',NULL),(7198,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1699344531,'web','120.244.78.184',NULL),(7199,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1699344534,'web','120.244.78.184',NULL),(7200,'\\core\\event\\notification_sent','core','sent','notification','notifications',803,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1699344545,'cli',NULL,NULL),(7201,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,23,2,NULL,0,'null',1699344555,'web','120.244.78.184',NULL),(7202,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',105,'c',2,78,70,39,23,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u300a\\u4e09\\u628a\\u5237\\u5b50\\u4e0d\\u53ef\\u5c11\\u300b\\u91cc\\u8bb2\\u7684\\u201c\\u4e09\\u628a\\u5237\\u5b50\\u201d\\u5f88\\u597d\\uff0c\\u6211\\u603b\\u8ba4\\u4e3a\\u81ea\\u5df1\\u4e0d\\u4f1a\\u4f20\\u798f\\u97f3\\uff0c\\u7ed9\\u5f88\\u591a\\u670b\\u53cb\\u540c\\u4e8b\\u8bb2\\u8fc7\\u8036\\u7a23\\uff0c\\u8bf4\\u660e\\u4fe1\\u8036\\u7a23\\u5f97\\u6c38\\u751f\\uff0c\\u5f88\\u5c11\\u6709\\u679c\\u6548\\u3002\\u5f88\\u591a\\u540c\\u4e8b\\u51fa\\u4e8e\\u597d\\u5947\\u542c\\u542c\\uff0c\\u4e5f\\u5230\\u6559\\u5802\\u53c2\\u52a0\\u5723\\u8bde\\u8282\\u5d07\\u62dc\\u805a\\u4f1a\\uff0c\\u5f88\\u5c11\\u6709\\u6765\\u6559\\u4f1a\\u3002\\u6211\\u53cd\\u601d\\u81ea\\u5df1\\uff0c\\u5c31\\u50cf\\u6587\\u4e2d\\u6240\\u8bf4\\u201c\\u8bb2\\u7684\\u592a\\u591a\\uff0c\\u559c\\u6b22\\u6f14\\u8bb2\\uff0c\\u662f\\u7ed9\\u4eba\\u7b54\\u6848\\u7684\\u4eba\\u201d\\uff0c\\u8ba9\\u4ed6\\u4eec\\u81ea\\u5df1\\u627e\\u771f\\u7406\\uff0c\\u542c\\u4ed6\\u4eec\\u7684\\u60f3\\u6cd5\\uff0c\\u8ba9\\u4ed6\\u4eec\\u81ea\\u5df1\\u63a2\\u7d22\\u7b54\\u6848\\uff0c\\u603b\\u662f\\u592a\\u7740\\u6025\\uff0c\\u7f3a\\u4e4f\\u540c\\u7406\\u5fc3\\u3002\\u7b2c\\u4e8c\\u70b9\\u201c\\u627e\\u5230\\u5171\\u540c\\u70b9\\u201d\\uff0c\\u4e0d\\u7528\\u81ea\\u5df1\\u7684\\u89c2\\u70b9\\u53bb\\u8f6c\\u5316\\u4ed6\\u4eba\\uff0c\\u8fd9\\u662f\\u503c\\u5f97\\u5b66\\u4e60\\u7684\\u8fc7\\u7a0b\\u3002\\u5bf9\\u4e8e\\u4e0d\\u719f\\u6089\\u7684\\u4eba\\u66f4\\u9002\\u5408\\u3002\\u7b2c\\u4e09\\u70b9\\u201c\\u628a\\u81ea\\u5df1\\u79cd\\u5728\\u4ed6\\u751f\\u547d\\u4e2d\\u201d\\uff0c\\u6211\\u611f\\u89c9\\u5f88\\u6709\\u56f0\\u96be\\uff0c\\u56e0\\u4e3a\\u4e00\\u4e9b\\u513f\\u5973\\u4e0d\\u5728\\u8eab\\u8fb9\\u7684\\u8001\\u5e74\\u4eba\\uff0c\\u7528\\u6b64\\u65b9\\u6cd5\\u63a5\\u8fd1\\u4e86\\u89e3\\u4ed6\\u4eec\\uff0c\\u5e2e\\u52a9\\u4ed6\\u4eec\\u89e3\\u51b3\\u4e00\\u4e9b\\u751f\\u6d3b\\u95ee\\u9898\\u6216\\u966a\\u4f34\\uff0c\\u6548\\u679c\\u5e94\\u8be5\\u597d\\u5f88\\u591a\\u3002\\u62c5\\u5fc3\\u8fd9\\u6837\\u4f1a\\u5f71\\u54cd\\u81ea\\u5df1\\u7684\\u751f\\u6d3b\\u548c\\u65f6\\u95f4\\uff0c\\u4e0d\\u77e5\\u9053\\u5982\\u4f55\\u5904\\u7406\\u8fd9\\u79cd\\u5173\\u7cfb\\uff0c\\u5982\\u679c\\u6ca1\\u6709\\u65f6\\u95f4\\u548c\\u7cbe\\u529b\\u5e2e\\u52a9\\u4ed6\\u4eec\\uff0c\\u5173\\u7cfb\\u53ef\\u80fd\\u7834\\u574f\\uff08\\u56e0\\u4e3a\\u4e4b\\u524d\\u66fe\\u6709\\u8fc7\\uff09\\u3002\\u6240\\u4ee5\\uff0c\\u50cf\\u7ea6\\u4f2f\\u7684\\u4e09\\u4e2a\\u670b\\u53cb\\u90a3\\u6837\\uff0c\\u80fd\\u51e0\\u5929\\u51e0\\u591c\\u4e0d\\u8bf4\\u8bdd\\u966a\\u4f34\\u7ea6\\u4f2f\\u771f\\u662f\\u96be\\u5f97\\uff0c\\u5f53\\u7136\\u4e0d\\u5e94\\u8be5\\u6709\\u540e\\u8fb9\\u7684\\u6307\\u8d23\\u8bba\\u65ad\\u3002\\u201c\\u4f53\\u4f1a\\u4ed6\\u7684\\u60f3\\u6cd5\\uff0c\\u4e0d\\u6309\\u81ea\\u5df1\\u7684\\u610f\\u601d\\u201d\\u201c\\u540c\\u60c5\\u4e0e\\u5b89\\u6170\\uff0c\\u4e0d\\u6c42\\u56de\\u5e94\\u201d\\u771f\\u7684\\u5f88\\u96be\\uff0c\\u65f6\\u95f4\\u4e45\\u4e86\\uff0c\\u6ca1\\u6709\\u56de\\u5e94\\u5c31\\u4f1a\\u201c\\u6253\\u53d1\\u4ed6\\u201d\\uff01\\u5982\\u679c\\u6709\\u540c\\u4f34\\u4e00\\u8d77\\u6276\\u6301\\uff0c\\u6709\\u6559\\u4f1a\\u56e2\\u961f\\u7684\\u652f\\u6301\\uff0c\\u6548\\u679c\\u4f1a\\u66f4\\u597d\\uff01<\\/div>\",\"pathnamehashes\":[],\"discussionid\":8,\"triggeredfrom\":\"forum_add_new_post\"}',1699345026,'web','120.244.78.184',NULL),(7203,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',105,'c',2,78,70,39,23,2,NULL,0,'{\"discussionid\":8,\"forumid\":11,\"forumtype\":\"single\"}',1699345026,'web','120.244.78.184',NULL),(7204,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',89,'c',2,78,70,39,23,2,23,0,'{\"forumid\":11,\"discussion\":8}',1699345026,'web','120.244.78.184',NULL),(7205,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,23,2,NULL,0,'null',1699345027,'web','120.244.78.184',NULL),(7206,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,23,2,NULL,0,'null',1699345039,'web','120.244.78.184',NULL),(7207,'\\core\\event\\user_loggedout','core','loggedout','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"sessionid\":\"ha0har7egjv98r4eiln3s120mq\"}',1699347290,'web','36.229.146.211',NULL),(7208,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699347290,'web','36.229.146.211',NULL),(7209,'\\core\\event\\notification_sent','core','sent','notification','notifications',804,'c',0,1,10,0,11,0,11,0,'{\"courseid\":\"2\"}',1699347666,'cli',NULL,NULL),(7210,'\\core\\event\\notification_sent','core','sent','notification','notifications',805,'c',0,1,10,0,11,0,13,0,'{\"courseid\":\"2\"}',1699347669,'cli',NULL,NULL),(7211,'\\core\\event\\notification_sent','core','sent','notification','notifications',806,'c',0,1,10,0,11,0,5,0,'{\"courseid\":\"2\"}',1699347672,'cli',NULL,NULL),(7212,'\\core\\event\\notification_sent','core','sent','notification','notifications',807,'c',0,1,10,0,11,0,22,0,'{\"courseid\":\"2\"}',1699347674,'cli',NULL,NULL),(7213,'\\core\\event\\notification_sent','core','sent','notification','notifications',808,'c',0,1,10,0,11,0,2,0,'{\"courseid\":\"2\"}',1699347677,'cli',NULL,NULL),(7214,'\\core\\event\\notification_sent','core','sent','notification','notifications',809,'c',0,1,10,0,11,0,14,0,'{\"courseid\":\"2\"}',1699347680,'cli',NULL,NULL),(7215,'\\core\\event\\notification_sent','core','sent','notification','notifications',810,'c',0,1,10,0,23,0,11,0,'{\"courseid\":\"2\"}',1699348686,'cli',NULL,NULL),(7216,'\\core\\event\\notification_sent','core','sent','notification','notifications',811,'c',0,1,10,0,23,0,23,0,'{\"courseid\":\"2\"}',1699348689,'cli',NULL,NULL),(7217,'\\core\\event\\notification_sent','core','sent','notification','notifications',812,'c',0,1,10,0,23,0,13,0,'{\"courseid\":\"2\"}',1699348692,'cli',NULL,NULL),(7218,'\\core\\event\\notification_sent','core','sent','notification','notifications',813,'c',0,1,10,0,23,0,5,0,'{\"courseid\":\"2\"}',1699348695,'cli',NULL,NULL),(7219,'\\core\\event\\notification_sent','core','sent','notification','notifications',814,'c',0,1,10,0,23,0,22,0,'{\"courseid\":\"2\"}',1699348699,'cli',NULL,NULL),(7220,'\\core\\event\\notification_sent','core','sent','notification','notifications',815,'c',0,1,10,0,23,0,2,0,'{\"courseid\":\"2\"}',1699348701,'cli',NULL,NULL),(7221,'\\core\\event\\notification_sent','core','sent','notification','notifications',816,'c',0,1,10,0,23,0,14,0,'{\"courseid\":\"2\"}',1699348705,'cli',NULL,NULL),(7222,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699356271,'web','203.121.235.95',NULL),(7223,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1699356281,'web','203.121.235.95',NULL),(7224,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1699356281,'web','203.121.235.95',NULL),(7225,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1699356289,'web','203.121.235.95',NULL),(7226,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,6,2,NULL,0,'null',1699356296,'web','203.121.235.95',NULL),(7227,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,6,2,NULL,0,'null',1699356306,'web','203.121.235.95',NULL),(7228,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,6,2,NULL,0,'null',1699356311,'web','203.121.235.95',NULL),(7229,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,6,2,NULL,0,'null',1699356367,'web','203.121.235.95',NULL),(7230,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,6,2,NULL,0,'null',1699356389,'web','203.121.235.95',NULL),(7231,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,6,2,NULL,0,'null',1699356390,'web','203.121.235.95',NULL),(7232,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1699356422,'web','203.121.235.95',NULL),(7233,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,6,2,NULL,0,'null',1699356429,'web','203.121.235.95',NULL),(7234,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1699356596,'web','203.121.235.95',NULL),(7235,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1699356600,'web','203.121.235.95',NULL),(7236,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1699356601,'web','203.121.235.95',NULL),(7237,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1699356604,'web','203.121.235.95',NULL),(7238,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,6,2,NULL,0,'null',1699356764,'web','203.121.235.95',NULL),(7239,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,6,2,NULL,0,'null',1699356769,'web','203.121.235.95',NULL),(7240,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699360362,'web','165.22.229.44',NULL),(7241,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699364213,'web','34.244.30.251',NULL),(7242,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699369865,'web','125.229.183.111',NULL),(7243,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1699369872,'web','125.229.183.111',NULL),(7244,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1699369872,'web','125.229.183.111',NULL),(7245,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1699369875,'web','125.229.183.111',NULL),(7246,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,22,2,NULL,0,'null',1699369888,'web','125.229.183.111',NULL),(7247,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1699369892,'web','125.229.183.111',NULL),(7248,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,22,2,NULL,0,'null',1699369911,'web','125.229.183.111',NULL),(7249,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1699369996,'web','125.229.183.111',NULL),(7250,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,22,2,NULL,0,'null',1699370007,'web','125.229.183.111',NULL),(7251,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,22,2,NULL,0,'null',1699370043,'web','125.229.183.111',NULL),(7252,'\\core\\event\\user_loggedout','core','loggedout','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"sessionid\":\"dp9uv9m3qarn3hug2p9j3dr561\"}',1699370077,'web','125.229.183.111',NULL),(7253,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699370077,'web','125.229.183.111',NULL),(7254,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1699373455,'web','122.118.53.5',NULL),(7255,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,20,2,NULL,0,'null',1699373455,'web','122.118.53.5',NULL),(7256,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,20,1,NULL,0,'null',1699373480,'web','122.118.53.5',NULL),(7257,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1699373482,'web','122.118.53.5',NULL),(7258,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,20,2,NULL,0,'null',1699373490,'web','122.118.53.5',NULL),(7259,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,20,2,NULL,0,'null',1699379443,'web','122.118.53.5',NULL),(7260,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699386786,'web','36.99.136.129',NULL),(7261,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699386787,'web','36.99.136.129',NULL),(7262,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699406164,'web','175.182.9.196',NULL),(7263,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1699406182,'web','175.182.9.196',NULL),(7264,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1699406183,'web','175.182.9.196',NULL),(7265,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699406186,'web','175.182.9.196',NULL),(7266,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,21,2,NULL,0,'null',1699406208,'web','175.182.9.196',NULL),(7267,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,21,2,NULL,0,'null',1699406217,'web','175.182.9.196',NULL),(7268,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699406238,'web','175.182.9.196',NULL),(7269,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,21,2,NULL,0,'null',1699406248,'web','175.182.9.196',NULL),(7270,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1699413877,'web','175.182.9.196',NULL),(7271,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699413880,'web','175.182.9.196',NULL),(7272,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,21,2,NULL,0,'null',1699413894,'web','175.182.9.196',NULL),(7273,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,21,2,NULL,0,'null',1699413905,'web','175.182.9.196',NULL),(7274,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',106,'c',2,78,70,39,21,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u9019\\u4e00\\u7ae0\\u4e2d\\u63d0\\u5230\\u7684\\u6492\\u7a2e\\u8005\\u53ef\\u7528\\u7684\\u4e09\\u500b\\u5de5\\u5177\\uff0c\\u5176\\u4e2d\\u4e00\\u500b\\u8b93\\u6211\\u7279\\u5225\\u6709\\u8208\\u8da3\\u7684\\u5c31\\u662f\\u554f\\u597d\\u554f\\u984c\\u3002<br \\/>\\n\\u9019\\u8b93\\u6211\\u60f3\\u5230\\u8036\\u7a4c\\u5c31\\u662f\\u554f\\u597d\\u554f\\u984c\\u7684\\u9ad8\\u624b\\uff0c\\u4e0d\\u7ba1\\u662f\\u6492\\u746a\\u5229\\u4e9e\\u5a66\\u4eba\\uff0c\\u5c3c\\u54e5\\u5e95\\u6bcd\\uff0c\\u8036\\u5229\\u54e5\\u8def\\u65c1\\u7684\\u778e\\u5b50\\uff0c\\u7562\\u58eb\\u5927\\u6c60\\u65c1\\u7684\\u7671\\u5b50\\uff0c\\u8036\\u7a4c\\u90fd\\u5f9e\\u554f\\u984c\\u958b\\u59cb\\uff0c\\u4e26\\u8b93\\u4ed6\\u5011\\u81ea\\u5df1\\u5148\\u601d\\u8003\\u4e26\\u8aaa\\u51fa\\u4f86\\uff0c\\u6700\\u5f8c\\u8036\\u7a4c\\u518d\\u5c07\\u4ed6\\u7684\\u89c0\\u9ede\\u544a\\u8a34\\u4ed6\\u5011\\uff0c\\u9019\\u6b63\\u7b26\\u5408\\u4f5c\\u8005\\u6240\\u8aaa\\u6492\\u7a2e\\u8005\\u7684\\u597d\\u5de5\\u5177-\\u554f\\u500b\\u597d\\u554f\\u984c\\u3002\\u4f46\\u554f\\u984c\\u662f\\u751a\\u9ebc\\u662f\\u6700\\u9069\\u5207\\u7684\\u597d\\u554f\\u984c\\uff0c\\u9019\\u5c31\\u9700\\u8981\\u8056\\u9748\\u7684\\u611f\\u52d5\\u548c\\u667a\\u6167\\u4e86\\uff0c\\u6211\\u4e5f\\u5e38\\u9047\\u5230\\u4e00\\u4e9b\\u60c5\\u6cc1\\u5c31\\u662f\\uff0c\\u73fe\\u5728\\u6211\\u60f3\\u548c\\u773c\\u524d\\u9019\\u500b\\u4eba\\u8aaa\\u8a71\\uff0c\\u4f46\\u6211\\u8981\\u554f\\u7684\\u554f\\u984c\\u6703\\u4e0d\\u6703\\u5f88\\u8822\\uff1f\\u6703\\u4e0d\\u6703\\u8b93\\u4eba\\u8a0e\\u53ad\\uff1f\\u7279\\u5225\\u548c\\u5e74\\u8f15\\u4eba\\u8aaa\\u8a71\\uff0c\\u5982\\u4f55\\u554f\\u597d\\u554f\\u984c\\uff0c\\u8b93\\u4ed6\\u5011\\u4e0d\\u6703\\u5acc\\u60e1\\u548c\\u9003\\u8d70\\uff0c\\u96d6\\u7136\\u771f\\u7684\\u4e0d\\u5bb9\\u6613\\uff0c\\u4f46\\u4eca\\u5929\\u7684\\u6587\\u7ae0\\u4e5f\\u9f13\\u52f5\\u6211\\u5728\\u9019\\u65b9\\u9762\\u9700\\u8981\\u4e0b\\u529f\\u592b\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":8,\"triggeredfrom\":\"forum_add_new_post\"}',1699415651,'web','175.182.9.196',NULL),(7275,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',106,'c',2,78,70,39,21,2,NULL,0,'{\"discussionid\":8,\"forumid\":11,\"forumtype\":\"single\"}',1699415651,'web','175.182.9.196',NULL),(7276,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',90,'c',2,78,70,39,21,2,21,0,'{\"forumid\":11,\"discussion\":8}',1699415651,'web','175.182.9.196',NULL),(7277,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,21,2,NULL,0,'null',1699415652,'web','175.182.9.196',NULL),(7278,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699415670,'web','175.182.9.196',NULL),(7279,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,21,2,NULL,0,'null',1699415680,'web','175.182.9.196',NULL),(7280,'\\core\\event\\notification_sent','core','sent','notification','notifications',817,'c',0,1,10,0,21,0,11,0,'{\"courseid\":\"2\"}',1699419306,'cli',NULL,NULL),(7281,'\\core\\event\\notification_sent','core','sent','notification','notifications',818,'c',0,1,10,0,21,0,23,0,'{\"courseid\":\"2\"}',1699419309,'cli',NULL,NULL),(7282,'\\core\\event\\notification_sent','core','sent','notification','notifications',819,'c',0,1,10,0,21,0,13,0,'{\"courseid\":\"2\"}',1699419312,'cli',NULL,NULL),(7283,'\\core\\event\\notification_sent','core','sent','notification','notifications',820,'c',0,1,10,0,21,0,5,0,'{\"courseid\":\"2\"}',1699419315,'cli',NULL,NULL),(7284,'\\core\\event\\notification_sent','core','sent','notification','notifications',821,'c',0,1,10,0,21,0,21,0,'{\"courseid\":\"2\"}',1699419317,'cli',NULL,NULL),(7285,'\\core\\event\\notification_sent','core','sent','notification','notifications',822,'c',0,1,10,0,21,0,22,0,'{\"courseid\":\"2\"}',1699419321,'cli',NULL,NULL),(7286,'\\core\\event\\notification_sent','core','sent','notification','notifications',823,'c',0,1,10,0,21,0,2,0,'{\"courseid\":\"2\"}',1699419323,'cli',NULL,NULL),(7287,'\\core\\event\\notification_sent','core','sent','notification','notifications',824,'c',0,1,10,0,21,0,14,0,'{\"courseid\":\"2\"}',1699419327,'cli',NULL,NULL),(7288,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699420685,'web','223.138.141.65',NULL),(7289,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1699420704,'web','223.138.141.65',NULL),(7290,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1699420704,'web','223.138.141.65',NULL),(7291,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1699420707,'web','223.138.141.65',NULL),(7292,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,19,2,NULL,0,'null',1699420726,'web','223.138.141.65',NULL),(7293,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1699420736,'web','223.138.141.65',NULL),(7294,'\\core\\event\\notification_sent','core','sent','notification','notifications',825,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"1\"}',1699420746,'cli',NULL,NULL),(7295,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,19,2,NULL,0,'null',1699420747,'web','223.138.141.65',NULL),(7296,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,19,2,NULL,0,'null',1699420771,'web','223.138.141.65',NULL),(7297,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,19,2,NULL,0,'null',1699420771,'web','223.138.141.65',NULL),(7298,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,19,2,NULL,0,'null',1699420785,'web','223.138.141.65',NULL),(7299,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,19,2,NULL,0,'null',1699423063,'web','223.138.141.65',NULL),(7300,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1699423063,'web','223.138.141.65',NULL),(7301,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1699432680,'web','122.118.53.5',NULL),(7302,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,20,2,NULL,0,'null',1699432680,'web','122.118.53.5',NULL),(7303,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',107,'c',2,78,70,39,20,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u5728\\u770b\\u9019\\u4e00\\u7bc7\\u95b1\\u8b80\\u7684\\u5167\\u5bb9\\u6642\\uff0c\\u6211\\u5fc3\\u88e1\\u4e00\\u76f4\\u6709\\u4e00\\u7a2e\\u611f\\u53d7\\uff0c\\u5c31\\u662f\\u672c\\u7bc7\\u6587\\u7ae0\\u5728\\u8b1b\\u8ff0\\u7684\\u4e8b\\u60c5\\uff0c\\u662f\\u6211\\u4e00\\u76f4\\u89ba\\u5f97\\u85dd\\u8853\\u80fd\\u5920\\u505a\\u5230\\u7684\\u4e8b\\u3002<br \\/>\\n\\u5982\\u679c\\u300c\\u554f\\u500b\\u597d\\u554f\\u984c\\u300d\\u9019\\u4ef6\\u4e8b\\u60c5\\u80fd\\u5920\\u7528\\u85dd\\u8853\\u7684\\u65b9\\u5f0f\\u8868\\u9054\\uff0c\\u597d\\u50cf\\u5c31\\u80fd\\u4ee5\\u66f4\\u958b\\u95ca\\u3001\\u80fd\\u66f4\\u6fc0\\u8d77\\u4eba\\u5011\\u5171\\u9cf4\\u7684\\u65b9\\u5f0f\\u53bb\\u63d0\\u51fa\\u4e00\\u500b\\u63a2\\u554f\\u3002\\u7576\\u85dd\\u8853\\u5728\\u6211\\u5011\\u4e4b\\u9593\\u4f5c\\u70ba\\u4e00\\u500b\\u7279\\u6b8a\\u7684\\u5a92\\u4ecb\\uff0c\\u597d\\u50cf\\u4e5f\\u80fd\\u8207\\u5c0d\\u65b9\\u5728\\u9019\\u904e\\u7a0b\\u4e2d\\uff0c\\u7522\\u751f\\u4e00\\u7a2e\\u300c\\u627e\\u5230\\u5f7c\\u6b64\\u5171\\u540c\\u9ede\\u300d\\u611f\\u53d7\\u3002\\u7576\\u7136\\uff0c\\u5728\\u9019\\u7576\\u4e2d\\u6211\\u5011\\u9700\\u8981\\u7528\\u6211\\u5011\\u7684\\u751f\\u547d\\u4f5c\\u70ba\\u91cd\\u8981\\u7684\\u57fa\\u790e\\u3002<br \\/>\\n\\u6709\\u4e0a\\u8ff0\\u9019\\u4e9b\\u60f3\\u6cd5\\u5f8c\\uff0c\\u5c31\\u770b\\u5230\\u672c\\u7bc7\\u6587\\u7ae0\\u7684\\u7d50\\u5c3e\\u63d0\\u5230\\u300c\\u66f8\\u7c4d\\u3001\\u96fb\\u5f71\\u7b49\\u6750\\u6599\\u53ef\\u4ee5\\u5e6b\\u52a9\\u6211\\u5011\\u548c\\u672a\\u4fe1\\u8005\\u81ea\\u7136\\u8ac7\\u8ad6\\u5c6c\\u9748\\u8a71\\u984c\\u300d\\uff0c\\u9019\\u548c\\u6211\\u524d\\u9762\\u6240\\u60f3\\u5230\\u7684\\u6709\\u76f8\\u4f3c\\u4e4b\\u8655\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":8,\"triggeredfrom\":\"forum_add_new_post\"}',1699432745,'web','122.118.53.5',NULL),(7304,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',107,'c',2,78,70,39,20,2,NULL,0,'{\"discussionid\":8,\"forumid\":11,\"forumtype\":\"single\"}',1699432745,'web','122.118.53.5',NULL),(7305,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',91,'c',2,78,70,39,20,2,20,0,'{\"forumid\":11,\"discussion\":8}',1699432745,'web','122.118.53.5',NULL),(7306,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,20,2,NULL,0,'null',1699432746,'web','122.118.53.5',NULL),(7307,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,20,1,NULL,0,'null',1699432772,'web','122.118.53.5',NULL),(7308,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1699432773,'web','122.118.53.5',NULL),(7309,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,20,2,20,0,'null',1699432774,'web','122.118.53.5',NULL),(7310,'\\core\\event\\notification_sent','core','sent','notification','notifications',826,'c',0,1,10,0,20,0,11,0,'{\"courseid\":\"2\"}',1699436407,'cli',NULL,NULL),(7311,'\\core\\event\\notification_sent','core','sent','notification','notifications',827,'c',0,1,10,0,20,0,23,0,'{\"courseid\":\"2\"}',1699436410,'cli',NULL,NULL),(7312,'\\core\\event\\notification_sent','core','sent','notification','notifications',828,'c',0,1,10,0,20,0,13,0,'{\"courseid\":\"2\"}',1699436413,'cli',NULL,NULL),(7313,'\\core\\event\\notification_sent','core','sent','notification','notifications',829,'c',0,1,10,0,20,0,5,0,'{\"courseid\":\"2\"}',1699436415,'cli',NULL,NULL),(7314,'\\core\\event\\notification_sent','core','sent','notification','notifications',830,'c',0,1,10,0,20,0,21,0,'{\"courseid\":\"2\"}',1699436418,'cli',NULL,NULL),(7315,'\\core\\event\\notification_sent','core','sent','notification','notifications',831,'c',0,1,10,0,20,0,20,0,'{\"courseid\":\"2\"}',1699436421,'cli',NULL,NULL),(7316,'\\core\\event\\notification_sent','core','sent','notification','notifications',832,'c',0,1,10,0,20,0,22,0,'{\"courseid\":\"2\"}',1699436424,'cli',NULL,NULL),(7317,'\\core\\event\\notification_sent','core','sent','notification','notifications',833,'c',0,1,10,0,20,0,2,0,'{\"courseid\":\"2\"}',1699436426,'cli',NULL,NULL),(7318,'\\core\\event\\notification_sent','core','sent','notification','notifications',834,'c',0,1,10,0,20,0,14,0,'{\"courseid\":\"2\"}',1699436429,'cli',NULL,NULL),(7319,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699436448,'web','223.138.141.65',NULL),(7320,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1699436466,'web','223.138.141.65',NULL),(7321,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1699436467,'web','223.138.141.65',NULL),(7322,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699436467,'web','61.219.81.66',NULL),(7323,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699436469,'web','35.225.82.182',NULL),(7324,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1699436470,'web','223.138.141.65',NULL),(7325,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699436470,'web','61.219.81.66',NULL),(7326,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699436472,'web','34.145.165.227',NULL),(7327,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1699436475,'web','61.219.81.66',NULL),(7328,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1699436475,'web','61.219.81.66',NULL),(7329,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699436476,'web','35.225.82.182',NULL),(7330,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1699436478,'web','61.219.81.66',NULL),(7331,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,19,2,NULL,0,'null',1699436482,'web','223.138.141.65',NULL),(7332,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,6,2,NULL,0,'null',1699436485,'web','61.219.81.66',NULL),(7333,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,6,2,NULL,0,'null',1699436486,'web','61.219.81.66',NULL),(7334,'\\core\\event\\notification_sent','core','sent','notification','notifications',835,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"1\"}',1699436526,'cli',NULL,NULL),(7335,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1699437314,'web','223.138.141.65',NULL),(7336,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,19,2,NULL,0,'null',1699437324,'web','223.138.141.65',NULL),(7337,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',108,'c',2,78,70,39,19,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u5fc3\\u5f97\\uff1a<br \\/>\\n\\u6700\\u8fd1\\u6211\\u5e38\\u5411\\u67d0\\u500b\\u5e74\\u8f15\\u5abd\\u5abd\\u8cb7\\u98ef\\u7cf0\\uff0c\\u5076\\u723e\\u6703\\u804a\\u5929\\uff0c\\u5979\\u77e5\\u9053\\u6211\\u5728\\u4fee\\u795e\\u5b78\\u9662\\u7684\\u8ab2\\uff0c\\u6709\\u4e3b\\u52d5\\u8aaa\\u8d77\\u5979\\u7236\\u89aa\\u5e7e\\u5e74\\u524d\\u4e5f\\u53d7\\u6d17\\uff0c\\u9084\\u6709\\u5979\\u7684\\u6524\\u4f4d\\u6709\\u63d0\\u4f9b\\u611b\\u5fc3\\u5f85\\u7528\\u9910\\uff0c\\u6211\\u5011\\u6559\\u6703\\u5982\\u679c\\u6709\\u4eba\\u6709\\u9700\\u8981\\u53ef\\u4ee5\\u4f86\\u53d6\\u7528\\u3002\\u7576\\u6211\\u5c07\\u5f85\\u7528\\u9910\\u7684\\u8a0a\\u606f\\u544a\\u77e5\\u6559\\u6703\\u50b3\\u9053\\u5f8c\\uff0c\\u4ed6\\u5f88\\u8a8d\\u771f\\u5730\\u6253\\u96fb\\u8a71\\u4f86\\u8207\\u6211\\u8a0e\\u8ad6\\u9019\\u4ef6\\u4e8b\\uff0c\\u56e0\\u70ba\\u4ed6\\u89ba\\u5f97\\u9019\\u4f4d\\u5e74\\u8f15\\u5abd\\u5abd\\u662f\\u53ef\\u4ee5\\u5efa\\u7acb\\u95dc\\u4fc2\\u3001\\u50b3\\u798f\\u97f3\\u7684\\u5c0d\\u8c61\\u3002\\u6211\\u5011\\u8a0e\\u8ad6\\u5230\\u4ec0\\u9ebc\\u662f\\u53ef\\u884c\\u7684\\u3001\\u4ec0\\u9ebc\\u662f\\u4e0d\\u8981\\u505a\\u7684\\u3002<br \\/>\\n<br \\/>\\n\\u5176\\u5be6\\u5728\\u50b3\\u798f\\u97f3\\u7684\\u65b9\\u6cd5\\uff0c\\u4ee5\\u524d\\u6211\\u6703\\u7528\\u63a8\\u92b7\\u4fe1\\u4ef0\\u6216\\u8056\\u7d93\\u7684\\u8a71\\u8a9e\\u2014\\u611b\\u8b1b\\u5927\\u9053\\u7406\\u7684\\u65b9\\u5f0f\\uff0c\\u5c0d\\u65b9\\u62b5\\u64cb\\u7684\\u5fc3\\u614b\\u6703\\u5f88\\u660e\\u986f\\u3002\\u5f8c\\u4f86\\u6709\\u670b\\u53cb\\u63d0\\u5230\\u5979\\u81ea\\u5df1\\u9047\\u5230\\u7684\\u60c5\\u6cc1\\uff0c\\u5979\\u8aaa\\u5979\\u5148\\u751f\\u7684\\u4e8c\\u59ca\\u662f\\u57fa\\u7763\\u5f92\\uff0c\\u4e8c\\u59ca\\u770b\\u5230\\u5979\\u5973\\u5152\\u7a7f\\u7684T\\u6064\\u756b\\u8457\\u5abd\\u7956\\u6642\\u4e00\\u76f4\\u8aaa\\u300c\\u4e0d\\u8981\\u7a7f\\u9019\\u500b\\uff0c\\u9019\\u500b\\u90fd\\u662f\\u6492\\u65e6\\u3001\\u9b54\\u9b3c\\uff01\\u5feb\\u9ede\\u812b\\u6389\\u300d\\u800c\\u5728\\u5176\\u5b83\\u6642\\u5019\\uff0c\\u4e8c\\u59d0\\u5c0d\\u5f85\\u5979\\u548c\\u5148\\u751f\\u6709\\u9ede\\u529f\\u5229\\u53d6\\u5411\\uff0c\\u4f8b\\u5982\\u5411\\u5979\\u63a8\\u92b7\\u76f4\\u92b7\\u5546\\u54c1\\u3001\\u81e8\\u6642\\u53eb\\u5979\\u53bb\\u53d6\\u8ca8\\u7b49\\uff0c\\u807d\\u7684\\u51fa\\u4f86\\u5979\\u6709\\u9ede\\u56e0\\u70ba\\u4e8c\\u59d0\\u7684\\u70ba\\u4eba\\u8655\\u4e16\\uff0c\\u800c\\u4e0d\\u8a8d\\u70ba\\u57fa\\u7763\\u5f92\\u6709\\u591a\\u597d\\u3002<br \\/>\\n<br \\/>\\n\\u5728\\u90a3\\u4e4b\\u5f8c\\uff0c\\u6211\\u5c31\\u6539\\u8b8a\\u5fc3\\u614b\\uff0c\\u4e5f\\u958b\\u59cb\\u7528\\u300c\\u6d3b\\u51fa\\u898b\\u8b49\\u300d\\u53ca\\u300c\\u5efa\\u7acb\\u95dc\\u4fc2\\u300d\\u7684\\u65b9\\u5f0f\\uff0c\\u9019\\u8ddf\\u66f8\\u88e1\\u6240\\u5beb\\u7684\\u7b2c\\u4e8c\\u3001\\u4e09\\u628a\\u5237\\u5b50\\u5f88\\u50cf\\uff0c\\u76f8\\u8f03\\u4e4b\\u4e0b\\u6211\\u6bd4\\u8f03\\u6b20\\u7f3a\\u7684\\u662f\\u300c\\u554f\\u554f\\u984c\\u300d\\u7684\\u80fd\\u529b\\u548c\\u935b\\u934a\\uff01<br \\/>\\n<br \\/>\\n\\u554f\\u554f\\u984c\\u5176\\u5be6\\u662f\\u4e00\\u500b\\u5f88\\u597d\\u7684\\u65b9\\u5f0f\\uff0c\\u6703\\u8b93\\u5c0d\\u65b9\\u53bb\\u601d\\u8003\\uff0c\\u800c\\u4e14\\u5927\\u90e8\\u5206\\u7684\\u4eba\\u6703\\u60f3\\u8981\\u56de\\u7b54\\u4e00\\u500b\\u300c\\u597d\\u554f\\u984c\\u300d\\u3002\\u4eca\\u5929\\u6211\\u6709\\u4e00\\u500b\\u81ea\\u6211\\u89ba\\u5bdf\\uff0c\\u90a3\\u5c31\\u662f\\u5982\\u679c\\u8981\\u70ba\\u4e3b\\u505a\\u4e8b\\uff0c\\u5c31\\u4e0d\\u80fd\\u53ea\\u7576\\u4e00\\u500b\\u597d\\u5b78\\u751f\\uff0c\\u800c\\u662f\\u8981\\u6539\\u7576\\u300c\\u597d\\u8001\\u5e2b\\u300d\\uff0c\\u6216\\u8aaa\\u662f\\u671f\\u8a31\\u81ea\\u5df1\\u5f80\\u8001\\u5e2b\\u7684\\u65b9\\u5411\\u52aa\\u529b\\uff0e\\u53ea\\u6709\\u81ea\\u5df1\\u61c2\\uff0c\\u9084\\u4e0d\\u5920\\uff0c\\u8981\\u80fd\\u5920\\u597d\\u597d\\u5730\\u6559\\u5c0e\\u4eba\\uff1b\\u800c\\u597d\\u8001\\u5e2b\\u8981\\u61c2\\u5f97\\u554f\\u554f\\u984c\\uff0c\\u5e6b\\u52a9\\u5b78\\u751f\\u4f86\\u601d\\u8003\\u3001\\u5efa\\u69cb\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":8,\"triggeredfrom\":\"forum_add_new_post\"}',1699439351,'web','223.138.141.65',NULL),(7338,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',108,'c',2,78,70,39,19,2,NULL,0,'{\"discussionid\":8,\"forumid\":11,\"forumtype\":\"single\"}',1699439351,'web','223.138.141.65',NULL),(7339,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',92,'c',2,78,70,39,19,2,19,0,'{\"forumid\":11,\"discussion\":8}',1699439351,'web','223.138.141.65',NULL),(7340,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,19,2,NULL,0,'null',1699439352,'web','223.138.141.65',NULL),(7341,'\\core\\event\\notification_sent','core','sent','notification','notifications',836,'c',0,1,10,0,19,0,11,0,'{\"courseid\":\"2\"}',1699443007,'cli',NULL,NULL),(7342,'\\core\\event\\notification_sent','core','sent','notification','notifications',837,'c',0,1,10,0,19,0,23,0,'{\"courseid\":\"2\"}',1699443011,'cli',NULL,NULL),(7343,'\\core\\event\\notification_sent','core','sent','notification','notifications',838,'c',0,1,10,0,19,0,13,0,'{\"courseid\":\"2\"}',1699443013,'cli',NULL,NULL),(7344,'\\core\\event\\notification_sent','core','sent','notification','notifications',839,'c',0,1,10,0,19,0,5,0,'{\"courseid\":\"2\"}',1699443016,'cli',NULL,NULL),(7345,'\\core\\event\\notification_sent','core','sent','notification','notifications',840,'c',0,1,10,0,19,0,21,0,'{\"courseid\":\"2\"}',1699443018,'cli',NULL,NULL),(7346,'\\core\\event\\notification_sent','core','sent','notification','notifications',841,'c',0,1,10,0,19,0,20,0,'{\"courseid\":\"2\"}',1699443022,'cli',NULL,NULL),(7347,'\\core\\event\\notification_sent','core','sent','notification','notifications',842,'c',0,1,10,0,19,0,22,0,'{\"courseid\":\"2\"}',1699443025,'cli',NULL,NULL),(7348,'\\core\\event\\notification_sent','core','sent','notification','notifications',843,'c',0,1,10,0,19,0,2,0,'{\"courseid\":\"2\"}',1699443028,'cli',NULL,NULL),(7349,'\\core\\event\\notification_sent','core','sent','notification','notifications',844,'c',0,1,10,0,19,0,19,0,'{\"courseid\":\"2\"}',1699443031,'cli',NULL,NULL),(7350,'\\core\\event\\notification_sent','core','sent','notification','notifications',845,'c',0,1,10,0,19,0,14,0,'{\"courseid\":\"2\"}',1699443034,'cli',NULL,NULL),(7351,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',109,'c',2,78,70,39,6,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">*\\u627e\\u6a5f\\u6703\\u8131\\u7a4e\\u800c\\u51fa<br \\/>\\n*\\u5c0b\\u627e\\u6070\\u7576\\u7684\\u655e\\u958b\\u6642\\u523b<br \\/>\\n<br \\/>\\n\\u5237\\u5b501:\\u554f\\u500b\\u597d\\u554f\\u984c<br \\/>\\n\\u63d0\\u554f\\u984c\\u6bd4\\u7d66\\u7b54\\u6848\\u66f4\\u6709\\u6548\\u3002\\u4e0d\\u4ee5\\u50b2\\u6162\\u793a\\u4eba\\uff0c\\u800c\\u662f\\u8b19\\u5351\\u63d0\\u554f\\uff0c\\u4ee5\\u683d\\u7a2e\\u771f\\u7406\\u3002<br \\/>\\n**\\u56db\\u5927\\u50f9\\u503c\\uff1a<br \\/>\\n1.\\u554f\\u984c\\u4e0d\\u5177\\u5a01\\u8105\\u6027<br \\/>\\n2.\\u554f\\u984c\\u8868\\u9054\\u8b19\\u5351<br \\/>\\n3.\\u554f\\u984c\\u8b93\\u5c0d\\u65b9\\u81ea\\u5df1\\u627e\\u5230\\u771f\\u7406<br \\/>\\n4.\\u554f\\u984c\\u8981\\u6c42\\u554f\\u984c\\u4f86\\u56de\\u61c9<br \\/>\\n<br \\/>\\n**4\\u7a2e\\u9b06\\u571f\\u7684\\u554f\\u984c<br \\/>\\n1.\\u6709\\u95dc\\u5c0d\\u65b9\\u80cc\\u666f\\u7684\\u554f\\u984c<br \\/>\\n2.\\u5411\\u5c0d\\u65b9\\u8acb\\u6559\\u610f\\u898b\\u7684\\u554f\\u984c<br \\/>\\n3.\\u8b93\\u5c0d\\u65b9\\u767c\\u63ee\\u60f3\\u50cf\\u529b\\u7684\\u554f\\u984c<br \\/>\\n4.\\u8b93\\u5c0d\\u65b9\\u6d41\\u9732\\u60c5\\u611f\\u7684\\u554f\\u984c<br \\/>\\n<br \\/>\\n\\u5237\\u5b502:\\u627e\\u5230\\u5171\\u540c\\u9ede<br \\/>\\n**\\u8070\\u660e\\u7684\\u6e9d\\u901a\\u8005\\u6703\\u5148\\u627e\\u5171\\u540c\\u9ede,\\u800c\\u4e0d\\u662f\\u4e89\\u8b70\\u9ede\\u3002<br \\/>\\n<br \\/>\\n\\u5237\\u5b503:\\u4f60\\u7684\\u751f\\u547d<br \\/>\\n\\u6492\\u7a2e\\u8005\\u9084\\u8981\\u7a2e\\u4e0b\\u81ea\\u5df1\\u7684\\u751f\\u547d, \\u4ee5\\u5c0a\\u91cd\\u3001\\u771f\\u8aa0\\u548c\\u611b\\u5fc3\\u4f86\\u5206\\u4eab\\u57fa\\u7763\\u7684\\u611b\\uff0c\\u5c55\\u671b\\u5c07\\u4f86\\u6536\\u6210\\u3002<br \\/>\\n\\u4e09\\u500b\\u539f\\u5247\\uff1a<br \\/>\\n1.\\u9ad4\\u6703\\u4ed6\\u7684\\u60f3\\u6cd5,\\u4e0d\\u6309\\u81ea\\u5df1\\u7684\\u610f\\u601d<br \\/>\\n2.\\u5e36\\u8457\\u4ed6,\\u4e0d\\u8981\\u6253\\u767c\\u4ed6<br \\/>\\n3.\\u4e00\\u6b21\\u7c3d\\u7d04,\\u6c38\\u7e8c\\u670d\\u52d9<\\/div>\",\"pathnamehashes\":[],\"discussionid\":8,\"triggeredfrom\":\"forum_add_new_post\"}',1699449844,'web','118.169.18.10',NULL),(7352,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',109,'c',2,78,70,39,6,2,NULL,0,'{\"discussionid\":8,\"forumid\":11,\"forumtype\":\"single\"}',1699449844,'web','118.169.18.10',NULL),(7353,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',93,'c',2,78,70,39,6,2,6,0,'{\"forumid\":11,\"discussion\":8}',1699449844,'web','118.169.18.10',NULL),(7354,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,6,2,NULL,0,'null',1699449845,'web','118.169.18.10',NULL),(7355,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,6,2,NULL,0,'null',1699450118,'web','61.219.81.66',NULL),(7356,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,6,2,NULL,0,'null',1699450128,'web','61.219.81.66',NULL),(7357,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,6,2,NULL,0,'null',1699450183,'web','61.219.81.66',NULL),(7358,'\\core\\event\\user_loggedin','core','loggedin','user','user',9,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"extrauserinfo\":[]}',1699452507,'web','58.11.157.251',NULL),(7359,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,9,2,NULL,0,'null',1699452508,'web','58.11.157.251',NULL),(7360,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,9,0,NULL,0,'null',1699452522,'web','58.11.157.251',NULL),(7361,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',3,'r',2,1,10,0,9,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\"}',1699452522,'web','58.11.157.251',NULL),(7362,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',3,'c',2,1,10,0,9,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\",\"stepid\":5,\"stepindex\":0}',1699452523,'web','58.11.157.251',NULL),(7363,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1699452525,'web','58.11.157.251',NULL),(7364,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,9,2,NULL,0,'null',1699452535,'web','58.11.157.251',NULL),(7365,'\\core\\event\\notification_sent','core','sent','notification','notifications',846,'c',0,1,10,0,0,0,9,0,'{\"courseid\":\"1\"}',1699452546,'cli',NULL,NULL),(7366,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1699452551,'web','58.11.157.251',NULL),(7367,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,9,2,NULL,0,'null',1699452556,'web','58.11.157.251',NULL),(7368,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1699452584,'web','58.11.157.251',NULL),(7369,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,9,2,NULL,0,'null',1699452592,'web','58.11.157.251',NULL),(7370,'\\core\\event\\notification_sent','core','sent','notification','notifications',847,'c',0,1,10,0,6,0,6,0,'{\"courseid\":\"2\"}',1699453507,'cli',NULL,NULL),(7371,'\\core\\event\\notification_sent','core','sent','notification','notifications',848,'c',0,1,10,0,6,0,11,0,'{\"courseid\":\"2\"}',1699453510,'cli',NULL,NULL),(7372,'\\core\\event\\notification_sent','core','sent','notification','notifications',849,'c',0,1,10,0,6,0,23,0,'{\"courseid\":\"2\"}',1699453512,'cli',NULL,NULL),(7373,'\\core\\event\\notification_sent','core','sent','notification','notifications',850,'c',0,1,10,0,6,0,13,0,'{\"courseid\":\"2\"}',1699453515,'cli',NULL,NULL),(7374,'\\core\\event\\notification_sent','core','sent','notification','notifications',851,'c',0,1,10,0,6,0,5,0,'{\"courseid\":\"2\"}',1699453518,'cli',NULL,NULL),(7375,'\\core\\event\\notification_sent','core','sent','notification','notifications',852,'c',0,1,10,0,6,0,21,0,'{\"courseid\":\"2\"}',1699453521,'cli',NULL,NULL),(7376,'\\core\\event\\notification_sent','core','sent','notification','notifications',853,'c',0,1,10,0,6,0,20,0,'{\"courseid\":\"2\"}',1699453524,'cli',NULL,NULL),(7377,'\\core\\event\\notification_sent','core','sent','notification','notifications',854,'c',0,1,10,0,6,0,22,0,'{\"courseid\":\"2\"}',1699453527,'cli',NULL,NULL),(7378,'\\core\\event\\notification_sent','core','sent','notification','notifications',855,'c',0,1,10,0,6,0,2,0,'{\"courseid\":\"2\"}',1699453529,'cli',NULL,NULL),(7379,'\\core\\event\\notification_sent','core','sent','notification','notifications',856,'c',0,1,10,0,6,0,19,0,'{\"courseid\":\"2\"}',1699453533,'cli',NULL,NULL),(7380,'\\core\\event\\notification_sent','core','sent','notification','notifications',857,'c',0,1,10,0,6,0,14,0,'{\"courseid\":\"2\"}',1699453535,'cli',NULL,NULL),(7381,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699494073,'web','111.7.96.180',NULL),(7382,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699494076,'web','111.7.96.180',NULL),(7383,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699498265,'web','203.72.182.45',NULL),(7384,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699508025,'web','73.219.6.51',NULL),(7385,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1699508029,'web','73.219.6.51',NULL),(7386,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1699508029,'web','73.219.6.51',NULL),(7387,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699508038,'web','73.219.6.51',NULL),(7388,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699508047,'web','73.219.6.51',NULL),(7389,'\\core\\event\\notification_sent','core','sent','notification','notifications',858,'c',0,1,10,0,0,0,2,0,'{\"courseid\":\"1\"}',1699508049,'cli',NULL,NULL),(7390,'\\core\\event\\course_module_created','core','created','course_module','course_modules',41,'c',1,80,70,41,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":23,\"name\":\"\\u7b2c\\u516b\\u9031\\u8b1b\\u7fa9\"}',1699508072,'web','73.219.6.51',NULL),(7391,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699508073,'web','73.219.6.51',NULL),(7392,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699513677,'web','111.243.99.163',NULL),(7393,'\\core\\event\\user_loggedin','core','loggedin','user','user',4,'r',0,1,10,0,4,0,NULL,0,'{\"username\":\"stellah1978@gmail.com\",\"extrauserinfo\":[]}',1699513683,'web','111.243.99.163',NULL),(7394,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,4,1,NULL,0,'null',1699513683,'web','111.243.99.163',NULL),(7395,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,4,2,NULL,0,'null',1699513685,'web','111.243.99.163',NULL),(7396,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,4,2,NULL,0,'null',1699513695,'web','111.243.99.163',NULL),(7397,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,4,2,NULL,0,'null',1699513715,'web','111.243.99.163',NULL),(7398,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,4,2,NULL,0,'null',1699513725,'web','111.243.99.163',NULL),(7399,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,4,2,NULL,0,'null',1699513733,'web','111.243.99.163',NULL),(7400,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,4,2,NULL,0,'null',1699513737,'web','111.243.99.163',NULL),(7401,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,4,2,NULL,0,'null',1699513746,'web','111.243.99.163',NULL),(7402,'\\core\\event\\notification_sent','core','sent','notification','notifications',859,'c',0,1,10,0,0,0,4,0,'{\"courseid\":\"1\"}',1699513746,'cli',NULL,NULL),(7403,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,4,2,NULL,0,'null',1699513751,'web','111.243.99.163',NULL),(7404,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,4,2,NULL,0,'null',1699513795,'web','111.243.99.163',NULL),(7405,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,4,2,NULL,0,'null',1699513799,'web','111.243.99.163',NULL),(7406,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,4,2,NULL,0,'null',1699513801,'web','111.243.99.163',NULL),(7407,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,4,2,NULL,0,'null',1699513805,'web','111.243.99.163',NULL),(7408,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,4,2,NULL,0,'null',1699513816,'web','111.243.99.163',NULL),(7409,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699514464,'web','34.245.128.38',NULL),(7410,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699515030,'web','182.232.179.101',NULL),(7411,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699515035,'web','182.232.179.101',NULL),(7412,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"reason\":3}',1699515053,'web','182.232.179.101',NULL),(7413,'\\core\\event\\user_loggedin','core','loggedin','user','user',9,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"extrauserinfo\":[]}',1699515074,'web','182.232.179.101',NULL),(7414,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,9,1,NULL,0,'null',1699515074,'web','182.232.179.101',NULL),(7415,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1699515080,'web','182.232.179.101',NULL),(7416,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,9,2,NULL,0,'null',1699515093,'web','182.232.179.101',NULL),(7417,'\\core\\event\\notification_sent','core','sent','notification','notifications',860,'c',0,1,10,0,0,0,9,0,'{\"courseid\":\"1\"}',1699515126,'cli',NULL,NULL),(7418,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699523406,'web','118.167.8.118',NULL),(7419,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1699523410,'web','118.167.8.118',NULL),(7420,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1699523410,'web','118.167.8.118',NULL),(7421,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1699523413,'web','118.167.8.118',NULL),(7422,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,17,2,NULL,0,'null',1699523418,'web','118.167.8.118',NULL),(7423,'\\core\\event\\notification_sent','core','sent','notification','notifications',861,'c',0,1,10,0,0,0,17,0,'{\"courseid\":\"1\"}',1699523465,'cli',NULL,NULL),(7424,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699526005,'web','117.56.58.51',NULL),(7425,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1699526026,'web','117.56.58.51',NULL),(7426,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1699526026,'web','117.56.58.51',NULL),(7427,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1699526029,'web','117.56.58.51',NULL),(7428,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,14,2,NULL,0,'null',1699526046,'web','117.56.58.51',NULL),(7429,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699526096,'web','114.253.41.179',NULL),(7430,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1699526118,'web','117.56.58.51',NULL),(7431,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,14,2,NULL,0,'null',1699526128,'web','117.56.58.51',NULL),(7432,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,14,2,NULL,0,'null',1699526172,'web','117.56.58.51',NULL),(7433,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,14,2,NULL,0,'null',1699526179,'web','117.56.58.51',NULL),(7434,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,14,2,NULL,0,'null',1699526183,'web','117.56.58.51',NULL),(7435,'\\core\\event\\user_loggedin','core','loggedin','user','user',13,'r',0,1,10,0,13,0,NULL,0,'{\"username\":\"hellenwangbj@163.com\",\"extrauserinfo\":[]}',1699526225,'web','114.253.41.179',NULL),(7436,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1699526225,'web','114.253.41.179',NULL),(7437,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1699526230,'web','114.253.41.179',NULL),(7438,'\\core\\event\\notification_sent','core','sent','notification','notifications',862,'c',0,1,10,0,0,0,13,0,'{\"courseid\":\"1\"}',1699526286,'cli',NULL,NULL),(7439,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699526716,'web','34.214.183.69',NULL),(7440,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699526726,'web','34.214.183.69',NULL),(7441,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1699526742,'web','34.214.183.69',NULL),(7442,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1699526742,'web','34.214.183.69',NULL),(7443,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1699526745,'web','34.214.183.69',NULL),(7444,'\\core\\event\\notification_sent','core','sent','notification','notifications',863,'c',0,1,10,0,0,0,15,0,'{\"courseid\":\"1\"}',1699526765,'cli',NULL,NULL),(7445,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,15,2,NULL,0,'null',1699526793,'web','34.214.183.69',NULL),(7446,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1699526851,'web','34.214.183.69',NULL),(7447,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,13,2,13,0,'null',1699526852,'web','114.253.41.179',NULL),(7448,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1699526854,'web','34.214.183.69',NULL),(7449,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,15,2,NULL,0,'null',1699526892,'web','34.214.183.69',NULL),(7450,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,15,2,NULL,0,'null',1699526893,'web','34.214.183.69',NULL),(7451,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,15,2,NULL,0,'null',1699526894,'web','34.214.183.69',NULL),(7452,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,15,2,NULL,0,'null',1699526895,'web','34.214.183.69',NULL),(7453,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,15,2,NULL,0,'null',1699526895,'web','34.214.183.69',NULL),(7454,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,15,2,NULL,0,'null',1699526896,'web','34.214.183.69',NULL),(7455,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1699526898,'web','118.167.8.118',NULL),(7456,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,17,2,NULL,0,'null',1699526907,'web','118.167.8.118',NULL),(7457,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,17,2,NULL,0,'null',1699526929,'web','118.167.8.118',NULL),(7458,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699527233,'web','147.92.179.114',NULL),(7459,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699527265,'web','115.196.72.213',NULL),(7460,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699527414,'web','34.214.183.69',NULL),(7461,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699527477,'web','34.214.183.69',NULL),(7462,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699527479,'web','36.229.146.211',NULL),(7463,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1699527492,'web','36.229.146.211',NULL),(7464,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1699527492,'web','36.229.146.211',NULL),(7465,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1699527495,'web','36.229.146.211',NULL),(7466,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,11,2,NULL,0,'null',1699527502,'web','36.229.146.211',NULL),(7467,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699527563,'web','115.196.72.213',NULL),(7468,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699527573,'web','115.196.72.213',NULL),(7469,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1699527575,'web','73.219.6.51',NULL),(7470,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699527578,'web','73.219.6.51',NULL),(7471,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,2,2,NULL,0,'null',1699527586,'web','73.219.6.51',NULL),(7472,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699527713,'web','223.141.137.203',NULL),(7473,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699527717,'web','223.141.137.203',NULL),(7474,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1699527732,'web','223.141.137.203',NULL),(7475,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1699527732,'web','223.141.137.203',NULL),(7476,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1699527750,'web','223.141.137.203',NULL),(7477,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,19,2,NULL,0,'null',1699527754,'web','223.141.137.203',NULL),(7478,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699527767,'web','123.193.67.155',NULL),(7479,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1699527776,'web','123.193.67.155',NULL),(7480,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,5,1,NULL,0,'null',1699527776,'web','123.193.67.155',NULL),(7481,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1699527778,'web','123.193.67.155',NULL),(7482,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,5,2,NULL,0,'null',1699527783,'web','123.193.67.155',NULL),(7483,'\\core\\event\\notification_sent','core','sent','notification','notifications',864,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"1\"}',1699527785,'cli',NULL,NULL),(7484,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1699527809,'web','223.141.137.203',NULL),(7485,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,19,2,NULL,0,'null',1699527817,'web','223.141.137.203',NULL),(7486,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,19,2,NULL,0,'null',1699527946,'web','223.141.137.203',NULL),(7487,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,19,2,NULL,0,'null',1699527946,'web','223.141.137.203',NULL),(7488,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1699528036,'web','123.193.67.155',NULL),(7489,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,5,2,NULL,0,'null',1699528041,'web','123.193.67.155',NULL),(7490,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,5,0,NULL,0,'null',1699528051,'web','123.193.67.155',NULL),(7491,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1699528054,'web','123.193.67.155',NULL),(7492,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,5,2,5,0,'null',1699528059,'web','123.193.67.155',NULL),(7493,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,17,2,NULL,0,'null',1699528079,'web','118.167.8.118',NULL),(7494,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699528111,'web','175.182.9.196',NULL),(7495,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1699528137,'web','175.182.9.196',NULL),(7496,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1699528137,'web','175.182.9.196',NULL),(7497,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699528142,'web','175.182.9.196',NULL),(7498,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,21,2,NULL,0,'null',1699528155,'web','175.182.9.196',NULL),(7499,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699528671,'web','203.121.235.95',NULL),(7500,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1699528711,'web','203.121.235.95',NULL),(7501,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1699528712,'web','203.121.235.95',NULL),(7502,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1699528724,'web','203.121.235.95',NULL),(7503,'\\core\\event\\notification_sent','core','sent','notification','notifications',865,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"1\"}',1699528746,'cli',NULL,NULL),(7504,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1699529223,'web','122.118.19.62',NULL),(7505,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,20,2,NULL,0,'null',1699529223,'web','122.118.19.62',NULL),(7506,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,20,2,NULL,0,'null',1699529225,'web','122.118.19.62',NULL),(7507,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',1,'r',2,27,70,8,17,2,NULL,0,'null',1699529951,'web','118.167.8.118',NULL),(7508,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1699529958,'web','118.167.8.118',NULL),(7509,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',1,'r',2,27,70,8,17,2,NULL,0,'null',1699529963,'web','118.167.8.118',NULL),(7510,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',3,'r',2,31,70,12,17,2,NULL,0,'null',1699529967,'web','118.167.8.118',NULL),(7511,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1699529970,'web','118.167.8.118',NULL),(7512,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1699529973,'web','118.167.8.118',NULL),(7513,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',1,'r',2,27,70,8,17,2,NULL,0,'null',1699529977,'web','118.167.8.118',NULL),(7514,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,17,0,NULL,0,'null',1699529982,'web','118.167.8.118',NULL),(7515,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1699529986,'web','118.167.8.118',NULL),(7516,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1699529993,'web','118.167.8.118',NULL),(7517,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1699531457,'web','118.167.8.118',NULL),(7518,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,17,2,NULL,0,'null',1699531464,'web','118.167.8.118',NULL),(7519,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1699531478,'web','118.167.8.118',NULL),(7520,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,17,2,NULL,0,'null',1699531484,'web','118.167.8.118',NULL),(7521,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1699531496,'web','118.167.8.118',NULL),(7522,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,17,2,NULL,0,'null',1699532071,'web','118.167.8.118',NULL),(7523,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',110,'c',2,78,70,39,17,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7576\\u4e86\\u591a\\u5e74\\u7684\\u57fa\\u7763\\u5f92\\u5f8c\\uff0c\\u4e5f\\u5fd8\\u4e86\\u7576\\u521d\\u7684\\u81ea\\u5df1\\u600e\\u9ebc\\u9032\\u5165\\u4e26\\u63a5\\u7d0d\\u4e00\\u500b\\u4e00\\u795e\\uff0c\\u8fe5\\u7570\\u65bc\\u539f\\u5148\\u591a\\u795e\\u7684\\u4fe1\\u4ef0\\u3002<br \\/>\\n\\u4e00\\u500b\\u7570\\u6559\\u8005\\u9032\\u5165\\u65b0\\u7684\\u4fe1\\u4ef0\\u5834\\u57df\\uff0c\\u5fc5\\u7136\\u4e0d\\u6703\\u89ba\\u5f97\\u81ea\\u5df1\\u6240\\u4fe1\\u662f\\u5047\\uff0c\\u751a\\u81f3\\uff0c\\u5c0d\\u65bc\\u865f\\u7a31\\u300c\\u7368\\u4e00\\u300d\\u771f\\u795e\\u7684\\u4fe1\\u4ef0\\u611f\\u5230\\u9738\\u9053\\u96e3\\u5fcd\\u800c\\u6575\\u5c0d\\u3001\\u6279\\u8a55\\u3002\\u5f8c\\u4f86\\u7684\\u6539\\u8b8a\\uff0c\\u5176\\u5be6\\u5c31\\u662f\\u4e00\\u6bb5\\u88ab\\u63a5\\u7d0d\\u3001\\u540c\\u7406\\u53ca\\u5c0a\\u91cd\\u7684\\u95dc\\u4fc2\\u3002<br \\/>\\n\\u56e0\\u8457\\u5c0d\\u65b9\\u7684\\u63a5\\u7d0d\\u6211\\u624d\\u5617\\u8a66\\u53bb\\u300c\\u5c0b\\u627e\\u300d\\u5c0d\\u65b9\\u6240\\u5206\\u4eab\\u7684\\u5167\\u5bb9\\u3002\\u4f5c\\u8005\\u7684\\u9019\\u4e09\\u628a\\u5237\\u5b50\\u518d\\u6b21\\u63d0\\u9192\\uff1a\\u4e0d\\u8981\\u53ea\\u60f3\\u7d66\\u7b54\\u6848\\uff0c\\u7b49\\u5019\\u6642\\u6a5f\\u3001\\u7406\\u89e3\\u8207\\u63a5\\u7d0d\\u624d\\u80fd\\u9818\\u4eba\\u9032\\u5165\\u6211\\u5011\\u9080\\u8acb\\u7684\\u4e16\\u754c\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":8,\"triggeredfrom\":\"forum_add_new_post\"}',1699532081,'web','118.167.8.118',NULL),(7524,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',110,'c',2,78,70,39,17,2,NULL,0,'{\"discussionid\":8,\"forumid\":11,\"forumtype\":\"single\"}',1699532081,'web','118.167.8.118',NULL),(7525,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',94,'c',2,78,70,39,17,2,17,0,'{\"forumid\":11,\"discussion\":8}',1699532081,'web','118.167.8.118',NULL),(7526,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,17,2,NULL,0,'null',1699532081,'web','118.167.8.118',NULL),(7527,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,17,2,NULL,0,'null',1699532128,'web','118.167.8.118',NULL),(7528,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,17,2,NULL,0,'null',1699532135,'web','118.167.8.118',NULL),(7529,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,2,2,NULL,0,'null',1699532145,'web','73.219.6.51',NULL),(7530,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1699532147,'web','118.167.8.118',NULL),(7531,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,17,2,17,0,'null',1699532165,'web','118.167.8.118',NULL),(7532,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,17,2,NULL,0,'null',1699532197,'web','118.167.8.118',NULL),(7533,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,17,2,NULL,0,'null',1699532215,'web','118.167.8.118',NULL),(7534,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1699532216,'web','118.167.8.118',NULL),(7535,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,17,2,NULL,0,'null',1699532217,'web','118.167.8.118',NULL),(7536,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1699532353,'web','175.182.9.196',NULL),(7537,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,2,2,NULL,0,'null',1699532408,'web','73.219.6.51',NULL),(7538,'\\core\\event\\notification_sent','core','sent','notification','notifications',866,'c',0,1,10,0,17,0,6,0,'{\"courseid\":\"2\"}',1699535706,'cli',NULL,NULL),(7539,'\\core\\event\\notification_sent','core','sent','notification','notifications',867,'c',0,1,10,0,17,0,17,0,'{\"courseid\":\"2\"}',1699535709,'cli',NULL,NULL),(7540,'\\core\\event\\notification_sent','core','sent','notification','notifications',868,'c',0,1,10,0,17,0,11,0,'{\"courseid\":\"2\"}',1699535713,'cli',NULL,NULL),(7541,'\\core\\event\\notification_sent','core','sent','notification','notifications',869,'c',0,1,10,0,17,0,23,0,'{\"courseid\":\"2\"}',1699535715,'cli',NULL,NULL),(7542,'\\core\\event\\notification_sent','core','sent','notification','notifications',870,'c',0,1,10,0,17,0,13,0,'{\"courseid\":\"2\"}',1699535718,'cli',NULL,NULL),(7543,'\\core\\event\\notification_sent','core','sent','notification','notifications',871,'c',0,1,10,0,17,0,5,0,'{\"courseid\":\"2\"}',1699535721,'cli',NULL,NULL),(7544,'\\core\\event\\notification_sent','core','sent','notification','notifications',872,'c',0,1,10,0,17,0,21,0,'{\"courseid\":\"2\"}',1699535725,'cli',NULL,NULL),(7545,'\\core\\event\\notification_sent','core','sent','notification','notifications',873,'c',0,1,10,0,17,0,20,0,'{\"courseid\":\"2\"}',1699535728,'cli',NULL,NULL),(7546,'\\core\\event\\notification_sent','core','sent','notification','notifications',874,'c',0,1,10,0,17,0,22,0,'{\"courseid\":\"2\"}',1699535732,'cli',NULL,NULL),(7547,'\\core\\event\\notification_sent','core','sent','notification','notifications',875,'c',0,1,10,0,17,0,2,0,'{\"courseid\":\"2\"}',1699535735,'cli',NULL,NULL),(7548,'\\core\\event\\notification_sent','core','sent','notification','notifications',876,'c',0,1,10,0,17,0,19,0,'{\"courseid\":\"2\"}',1699535738,'cli',NULL,NULL),(7549,'\\core\\event\\notification_sent','core','sent','notification','notifications',877,'c',0,1,10,0,17,0,14,0,'{\"courseid\":\"2\"}',1699535741,'cli',NULL,NULL),(7550,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1699535765,'web','175.182.9.196',NULL),(7551,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699535774,'web','175.182.9.196',NULL),(7552,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,21,2,NULL,0,'null',1699535783,'web','175.182.9.196',NULL),(7553,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,13,2,NULL,0,'null',1699536587,'web','114.253.43.3',NULL),(7554,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1699537330,'web','203.121.235.95',NULL),(7555,'\\core\\event\\user_graded','core','graded','user','grade_grades',255,'u',1,16,50,2,2,2,5,0,'{\"itemid\":\"17\",\"overridden\":false,\"finalgrade\":10}',1699538411,'web','73.219.6.51',NULL),(7556,'\\core\\event\\user_graded','core','graded','user','grade_grades',164,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":58}',1699538411,'web','73.219.6.51',NULL),(7557,'\\core\\event\\user_graded','core','graded','user','grade_grades',47,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":65.371430000000004}',1699538411,'web','73.219.6.51',NULL),(7558,'\\core\\event\\user_graded','core','graded','user','grade_grades',256,'u',1,16,50,2,2,2,6,0,'{\"itemid\":\"17\",\"overridden\":false,\"finalgrade\":6}',1699538415,'web','73.219.6.51',NULL),(7559,'\\core\\event\\user_graded','core','graded','user','grade_grades',165,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":58}',1699538415,'web','73.219.6.51',NULL),(7560,'\\core\\event\\user_graded','core','graded','user','grade_grades',38,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":68.571430000000007}',1699538415,'web','73.219.6.51',NULL),(7561,'\\core\\event\\user_graded','core','graded','user','grade_grades',261,'u',1,16,50,2,2,2,11,0,'{\"itemid\":\"17\",\"overridden\":false,\"finalgrade\":10}',1699538427,'web','73.219.6.51',NULL),(7562,'\\core\\event\\user_graded','core','graded','user','grade_grades',169,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":70}',1699538427,'web','73.219.6.51',NULL),(7563,'\\core\\event\\user_graded','core','graded','user','grade_grades',8,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":80}',1699538427,'web','73.219.6.51',NULL),(7564,'\\core\\event\\user_graded','core','graded','user','grade_grades',263,'u',1,16,50,2,2,2,13,0,'{\"itemid\":\"17\",\"overridden\":false,\"finalgrade\":10}',1699538439,'web','73.219.6.51',NULL),(7565,'\\core\\event\\user_graded','core','graded','user','grade_grades',171,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":56}',1699538439,'web','73.219.6.51',NULL),(7566,'\\core\\event\\user_graded','core','graded','user','grade_grades',23,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":67.200000000000003}',1699538439,'web','73.219.6.51',NULL),(7567,'\\core\\event\\user_graded','core','graded','user','grade_grades',264,'u',1,16,50,2,2,2,14,0,'{\"itemid\":\"17\",\"overridden\":false,\"finalgrade\":10}',1699538443,'web','73.219.6.51',NULL),(7568,'\\core\\event\\user_graded','core','graded','user','grade_grades',172,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":68}',1699538443,'web','73.219.6.51',NULL),(7569,'\\core\\event\\user_graded','core','graded','user','grade_grades',29,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":69.028570000000002}',1699538443,'web','73.219.6.51',NULL),(7570,'\\core\\event\\user_graded','core','graded','user','grade_grades',267,'u',1,16,50,2,2,2,17,0,'{\"itemid\":\"17\",\"overridden\":false,\"finalgrade\":6}',1699538454,'web','73.219.6.51',NULL),(7571,'\\core\\event\\user_graded','core','graded','user','grade_grades',175,'u',1,16,50,2,-1,2,17,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":24}',1699538454,'web','73.219.6.51',NULL),(7572,'\\core\\event\\user_graded','core','graded','user','grade_grades',5,'u',1,16,50,2,-1,2,17,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":30}',1699538454,'web','73.219.6.51',NULL),(7573,'\\core\\event\\user_graded','core','graded','user','grade_grades',269,'u',1,16,50,2,2,2,19,0,'{\"itemid\":\"17\",\"overridden\":false,\"finalgrade\":10}',1699538462,'web','73.219.6.51',NULL),(7574,'\\core\\event\\user_graded','core','graded','user','grade_grades',176,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":70}',1699538462,'web','73.219.6.51',NULL),(7575,'\\core\\event\\user_graded','core','graded','user','grade_grades',32,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":73.599999999999994}',1699538462,'web','73.219.6.51',NULL),(7576,'\\core\\event\\user_graded','core','graded','user','grade_grades',270,'u',1,16,50,2,2,2,20,0,'{\"itemid\":\"17\",\"overridden\":false,\"finalgrade\":10}',1699538467,'web','73.219.6.51',NULL),(7577,'\\core\\event\\user_graded','core','graded','user','grade_grades',177,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":66}',1699538467,'web','73.219.6.51',NULL),(7578,'\\core\\event\\user_graded','core','graded','user','grade_grades',41,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":77.257140000000007}',1699538467,'web','73.219.6.51',NULL),(7579,'\\core\\event\\user_graded','core','graded','user','grade_grades',271,'u',1,16,50,2,2,2,21,0,'{\"itemid\":\"17\",\"overridden\":false,\"finalgrade\":10}',1699538473,'web','73.219.6.51',NULL),(7580,'\\core\\event\\user_graded','core','graded','user','grade_grades',178,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":58}',1699538473,'web','73.219.6.51',NULL),(7581,'\\core\\event\\user_graded','core','graded','user','grade_grades',70,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":71.771429999999995}',1699538474,'web','73.219.6.51',NULL),(7582,'\\core\\event\\user_graded','core','graded','user','grade_grades',272,'u',1,16,50,2,2,2,22,0,'{\"itemid\":\"17\",\"overridden\":false,\"finalgrade\":10}',1699538479,'web','73.219.6.51',NULL),(7583,'\\core\\event\\user_graded','core','graded','user','grade_grades',179,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":54}',1699538479,'web','73.219.6.51',NULL),(7584,'\\core\\event\\user_graded','core','graded','user','grade_grades',14,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":54}',1699538480,'web','73.219.6.51',NULL),(7585,'\\core\\event\\user_graded','core','graded','user','grade_grades',273,'u',1,16,50,2,2,2,23,0,'{\"itemid\":\"17\",\"overridden\":false,\"finalgrade\":10}',1699538484,'web','73.219.6.51',NULL),(7586,'\\core\\event\\user_graded','core','graded','user','grade_grades',180,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":66}',1699538484,'web','73.219.6.51',NULL),(7587,'\\core\\event\\user_graded','core','graded','user','grade_grades',17,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":74.057140000000004}',1699538484,'web','73.219.6.51',NULL),(7588,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,2,2,NULL,0,'null',1699538492,'web','73.219.6.51',NULL),(7589,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699538495,'web','73.219.6.51',NULL),(7590,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1699538755,'web','175.182.9.196',NULL),(7591,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699579149,'web','118.167.8.118',NULL),(7592,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1699579154,'web','118.167.8.118',NULL),(7593,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1699579154,'web','118.167.8.118',NULL),(7594,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1699579156,'web','118.167.8.118',NULL),(7595,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,17,2,NULL,0,'null',1699579167,'web','118.167.8.118',NULL),(7596,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1699579173,'web','118.167.8.118',NULL),(7597,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,17,2,NULL,0,'null',1699579180,'web','118.167.8.118',NULL),(7598,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699637728,'web','175.182.9.196',NULL),(7599,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1699637748,'web','175.182.9.196',NULL),(7600,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1699637748,'web','175.182.9.196',NULL),(7601,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699637752,'web','175.182.9.196',NULL),(7602,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,21,2,NULL,0,'null',1699637767,'web','175.182.9.196',NULL),(7603,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1699639913,'web','175.182.9.196',NULL),(7604,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,21,2,NULL,0,'null',1699639914,'web','175.182.9.196',NULL),(7605,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1699640130,'web','175.182.9.196',NULL),(7606,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1699640133,'web','175.182.9.196',NULL),(7607,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699640138,'web','175.182.9.196',NULL),(7608,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',3,'r',2,31,70,12,21,2,NULL,0,'null',1699640148,'web','175.182.9.196',NULL),(7609,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699640241,'web','175.182.9.196',NULL),(7610,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',4,'r',2,32,70,13,21,2,NULL,0,'null',1699640248,'web','175.182.9.196',NULL),(7611,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699640478,'web','175.182.9.196',NULL),(7612,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,21,2,NULL,0,'null',1699640491,'web','175.182.9.196',NULL),(7613,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699640572,'web','175.182.9.196',NULL),(7614,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',11,'r',2,62,70,23,21,2,NULL,0,'null',1699640585,'web','175.182.9.196',NULL),(7615,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699640794,'web','175.182.9.196',NULL),(7616,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,21,2,NULL,0,'null',1699640813,'web','175.182.9.196',NULL),(7617,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699640848,'web','175.182.9.196',NULL),(7618,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',11,'r',2,62,70,23,21,2,NULL,0,'null',1699640861,'web','175.182.9.196',NULL),(7619,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699640895,'web','175.182.9.196',NULL),(7620,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',12,'r',2,63,70,24,21,2,NULL,0,'null',1699640907,'web','175.182.9.196',NULL),(7621,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',12,'r',2,63,70,24,21,2,NULL,0,'null',1699640907,'web','175.182.9.196',NULL),(7622,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699641094,'web','175.182.9.196',NULL),(7623,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,21,2,NULL,0,'null',1699641107,'web','175.182.9.196',NULL),(7624,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699641169,'web','175.182.9.196',NULL),(7625,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,21,2,NULL,0,'null',1699641176,'web','175.182.9.196',NULL),(7626,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699641184,'web','175.182.9.196',NULL),(7627,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,21,2,NULL,0,'null',1699641195,'web','175.182.9.196',NULL),(7628,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,21,2,NULL,0,'null',1699641196,'web','175.182.9.196',NULL),(7629,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699641204,'web','175.182.9.196',NULL),(7630,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,21,2,NULL,0,'null',1699641210,'web','175.182.9.196',NULL),(7631,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699641256,'web','175.182.9.196',NULL),(7632,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,21,2,NULL,0,'null',1699641287,'web','175.182.9.196',NULL),(7633,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699641624,'web','175.182.9.196',NULL),(7634,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,21,2,NULL,0,'null',1699641846,'web','175.182.9.196',NULL),(7635,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,21,2,NULL,0,'null',1699641846,'web','175.182.9.196',NULL),(7636,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699641868,'web','175.182.9.196',NULL),(7637,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,21,2,NULL,0,'null',1699641879,'web','175.182.9.196',NULL),(7638,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,21,2,NULL,0,'null',1699641880,'web','175.182.9.196',NULL),(7639,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699641899,'web','175.182.9.196',NULL),(7640,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,21,2,NULL,0,'null',1699641910,'web','175.182.9.196',NULL),(7641,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699641914,'web','175.182.9.196',NULL),(7642,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1699662262,'web','175.182.9.196',NULL),(7643,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,21,2,NULL,0,'null',1699662262,'web','175.182.9.196',NULL),(7644,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1699662269,'web','175.182.9.196',NULL),(7645,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1699662271,'web','175.182.9.196',NULL),(7646,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699662281,'web','175.182.9.196',NULL),(7647,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,21,2,NULL,0,'null',1699662293,'web','175.182.9.196',NULL),(7648,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699662297,'web','175.182.9.196',NULL),(7649,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,21,2,NULL,0,'null',1699662306,'web','175.182.9.196',NULL),(7650,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1699662511,'web','175.182.9.196',NULL),(7651,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,21,2,NULL,0,'null',1699662525,'web','175.182.9.196',NULL),(7652,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,21,2,NULL,0,'null',1699662525,'web','175.182.9.196',NULL),(7653,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699681093,'web','124.64.23.194',NULL),(7654,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1699681100,'web','124.64.23.194',NULL),(7655,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1699681100,'web','124.64.23.194',NULL),(7656,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1699681103,'web','124.64.23.194',NULL),(7657,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,23,2,NULL,0,'null',1699681128,'web','124.64.23.194',NULL),(7658,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,23,2,NULL,0,'null',1699681145,'web','124.64.23.194',NULL),(7659,'\\core\\event\\notification_sent','core','sent','notification','notifications',878,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1699681146,'cli',NULL,NULL),(7660,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,23,2,NULL,0,'null',1699681174,'web','124.64.23.194',NULL),(7661,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1699681183,'web','124.64.23.194',NULL),(7662,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1699681187,'web','124.64.23.194',NULL),(7663,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,23,2,NULL,0,'null',1699681281,'web','124.64.23.194',NULL),(7664,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699682478,'web','124.64.23.194',NULL),(7665,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1699682482,'web','124.64.23.194',NULL),(7666,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1699682483,'web','124.64.23.194',NULL),(7667,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1699682485,'web','124.64.23.194',NULL),(7668,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,23,2,NULL,0,'null',1699682497,'web','124.64.23.194',NULL),(7669,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,23,2,NULL,0,'null',1699682523,'web','124.64.23.194',NULL),(7670,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,23,2,NULL,0,'null',1699682779,'web','124.64.23.194',NULL),(7671,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,23,2,NULL,0,'null',1699682809,'web','124.64.23.194',NULL),(7672,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,23,2,NULL,0,'null',1699682873,'web','124.64.23.194',NULL),(7673,'\\core\\event\\user_loggedout','core','loggedout','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"sessionid\":\"mppscbivvh5eqae63vjev9gcs9\"}',1699688876,'web','124.64.23.194',NULL),(7674,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699688876,'web','124.64.23.194',NULL),(7675,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699700961,'web','111.241.149.49',NULL),(7676,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699700970,'web','111.241.149.49',NULL),(7677,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1699700977,'web','111.241.149.49',NULL),(7678,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1699700977,'web','111.241.149.49',NULL),(7679,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1699700979,'web','111.241.149.49',NULL),(7680,'\\core\\event\\notification_sent','core','sent','notification','notifications',879,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"1\"}',1699701007,'cli',NULL,NULL),(7681,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,11,2,NULL,0,'null',1699704141,'web','111.241.149.49',NULL),(7682,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,11,2,NULL,0,'null',1699704148,'web','111.241.149.49',NULL),(7683,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1699704155,'web','111.241.149.49',NULL),(7684,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,11,2,NULL,0,'null',1699704158,'web','111.241.149.49',NULL),(7685,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,11,0,NULL,0,'null',1699704169,'web','111.241.149.49',NULL),(7686,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1699704172,'web','111.241.149.49',NULL),(7687,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,11,2,NULL,0,'null',1699709277,'web','111.241.149.49',NULL),(7688,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1699709564,'web','111.241.149.49',NULL),(7689,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1699709567,'web','111.241.149.49',NULL),(7690,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,11,2,NULL,0,'null',1699709574,'web','111.241.149.49',NULL),(7691,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699710074,'web','120.244.78.219',NULL),(7692,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699711343,'web','203.121.235.95',NULL),(7693,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1699711351,'web','203.121.235.95',NULL),(7694,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1699711351,'web','203.121.235.95',NULL),(7695,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1699711353,'web','203.121.235.95',NULL),(7696,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,6,2,NULL,0,'null',1699711379,'web','203.121.235.95',NULL),(7697,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1699711382,'web','203.121.235.95',NULL),(7698,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,6,2,NULL,0,'null',1699711388,'web','203.121.235.95',NULL),(7699,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,6,2,NULL,0,'null',1699711395,'web','203.121.235.95',NULL),(7700,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,6,2,NULL,0,'null',1699711495,'web','203.121.235.95',NULL),(7701,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,6,2,NULL,0,'null',1699711505,'web','203.121.235.95',NULL),(7702,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1699711558,'web','203.121.235.95',NULL),(7703,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,6,2,NULL,0,'null',1699711589,'web','203.121.235.95',NULL),(7704,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1699711592,'web','203.121.235.95',NULL),(7705,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,6,2,NULL,0,'null',1699711598,'web','203.121.235.95',NULL),(7706,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"reason\":3}',1699768023,'web','73.219.6.51',NULL),(7707,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1699768028,'web','73.219.6.51',NULL),(7708,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1699768028,'web','73.219.6.51',NULL),(7709,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699768030,'web','73.219.6.51',NULL),(7710,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699768034,'web','73.219.6.51',NULL),(7711,'\\core\\event\\course_section_created','core','created','course_section','course_sections',13,'c',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":9}',1699768039,'web','73.219.6.51',NULL),(7712,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',13,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"9\"}',1699768089,'web','73.219.6.51',NULL),(7713,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699768242,'web','73.219.6.51',NULL),(7714,'\\core\\event\\course_module_created','core','created','course_module','course_modules',42,'c',1,81,70,42,2,2,NULL,0,'{\"modulename\":\"url\",\"instanceid\":3,\"name\":\"\\u7b2c\\u4e5d\\u9031\\u8ab2\\u524d\\u89c0\\u8cde\\uff1aElaine Scarry\\uff0c\\u300c\\u7f8e\\u4f5c\\u70ba\\u5c0d\\u516c\\u7fa9\\u7684\\u547c\\u6c42\\u300d\"}',1699768270,'web','73.219.6.51',NULL),(7715,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699768271,'web','73.219.6.51',NULL),(7716,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,2,2,NULL,0,'null',1699768275,'web','73.219.6.51',NULL),(7717,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699768284,'web','73.219.6.51',NULL),(7718,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',42,'u',1,81,70,42,2,2,NULL,0,'{\"modulename\":\"url\",\"instanceid\":\"3\",\"name\":\"\\u7b2c\\u4e5d\\u9031\\u8ab2\\u524d\\u89c0\\u8cde\\uff1aElaine Scarry\\uff0c\\u300c\\u7f8e\\u4f5c\\u70ba\\u5c0d\\u516c\\u7fa9\\u7684\\u547c\\u6c42\\u300d\"}',1699768315,'web','73.219.6.51',NULL),(7719,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699768316,'web','73.219.6.51',NULL),(7720,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,2,2,NULL,0,'null',1699768318,'web','73.219.6.51',NULL),(7721,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699768323,'web','73.219.6.51',NULL),(7722,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',19,'c',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u627e\\u8cc7\\u6599\\u4e26\\u5beb\\u8a3b\\u89e3\\uff08\\u6b77\\u53f2\\u3001\\u985e\\u578b\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1699768338,'restore','73.219.6.51',NULL),(7723,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',19,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u627e\\u8cc7\\u6599\\u4e26\\u5beb\\u8a3b\\u89e3\\uff08\\u6b77\\u53f2\\u3001\\u985e\\u578b\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1699768338,'restore','73.219.6.51',NULL),(7724,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',111,'c',2,82,70,43,2,2,NULL,0,'{\"content\":\"<p dir=\\\"ltr\\\"><\\/p>\\u91dd\\u5c0d\\u671f\\u672b\\u5831\\u544a\\u7684\\u6587\\u5316\\u7522\\u7269\\uff08\\u85dd\\u8853\\u54c1\\uff09\\uff0c\\u627e\\u81f3\\u5c11\\u4e94\\u7bc7\\u76f8\\u95dc\\u7684\\u8cc7\\u6599\\u3002<br><span style=\\\"font-size: 0.9375rem;\\\"><br><\\/span><ul><li><span style=\\\"font-size: 0.9375rem;\\\">\\u9019\\u4e9b\\u8cc7\\u6599\\u53ef\\u4ee5\\u7528\\u4f86\\u56de\\u7b54\\u300c\\u65b9\\u6cd5\\u300d\\u88e1\\u9762\\u7684\\u300c\\u4e00\\u3001\\u6b77\\u53f2\\u300d\\u8207\\u300c\\u4e8c\\u3001\\u985e\\u578b\\u300d\\u76f8\\u95dc\\u984c\\u76ee\\u3002<br><br><\\/span><\\/li><li>\\u91dd\\u5c0d\\u6bcf\\u4e00\\u5247\\u8cc7\\u6599\\uff0c\\u5beb\\u4e0b\\u5b83\\u4e00\\u500b\\u6838\\u5fc3\\u601d\\u60f3\\u4ee5\\u53ca\\u9019\\u4ef6\\u4e8b\\u70ba\\u4f55\\u91cd\\u8981\\u3001\\u70ba\\u4f55\\u8207\\u9019\\u4ef6\\u4f5c\\u54c1\\u6216\\u671f\\u672b\\u5831\\u544a\\u6709\\u95dc\\u3002<br><br><\\/li><li>\\u8cc7\\u6599\\u5206\\u4f5c\\u5169\\u7a2e\\uff1a\\u4e00\\u6b21\\u6587\\u737b<span lang=\\\"EN-US\\\" style=\\\"font-size: 0.9375rem;\\\">Primary Source<\\/span><span style=\\\"font-size: 0.9375rem;\\\">\\uff08\\u4f8b\\u5982\\u5275\\u4f5c\\u8005\\u8a2a\\u8ac7\\u3001\\u85dd\\u8a55\\u3001\\u89c0\\u773e\\u5fc3\\u5f97\\u7b49\\u7b49\\uff09\\uff0c\\u8207\\u4e8c\\u6b21\\u6587\\u737b\\uff08\\u4f8b\\u5982\\u751f\\u5e73\\u50b3\\u8a18\\u3001\\u8a72\\u85dd\\u8853\\u5f62\\u5f0f\\u7684\\u901a\\u8ad6\\u7b49\\u7b49\\uff09\\u3002\\u8acb\\u76e1\\u91cf\\u627e\\u6709\\u6a19\\u660e\\u51fa\\u8655\\u7684\\u6587\\u737b\\u3002<br><br><\\/span><\\/li><li>\\u7bc4\\u4f8b\\u8a3b\\u89e3\\uff1a\\u300c\\u53e4\\u5be7\\u6f22\\u8a8d\\u70ba\\uff0c\\u5287\\u5834\\u300e\\u540c\\u6642\\u5448\\u73fe\\u591a\\u7a2e\\u8072\\u97f3\\u300f\\uff0c\\u800c\\u900f\\u904e\\u9019\\u4e9b\\u8072\\u97f3\\uff0c\\u6211\\u5011\\u53ef\\u4ee5\\u7372\\u5f97\\u300e\\u95dc\\u65bc\\u4e00\\u9023\\u4e32\\u9053\\u5fb7\\u8b70\\u984c\\u7684\\u773e\\u591a\\u89c0\\u9ede\\u300f\\u3002\\u4f46\\u662f\\u56e0\\u70ba\\u5287\\u5834\\u62d2\\u7d55\\u8a55\\u8ad6\\u9019\\u4e9b\\u8072\\u97f3\\u3001\\u62d2\\u7d55\\u300e\\u544a\\u8a34\\u6211\\u5011\\u54ea\\u4e9b\\u8072\\u97f3\\u662f\\u5c0d\\u7684\\u300f\\uff0c\\u56e0\\u6b64\\u5287\\u5834\\u4fbf\\u80fd\\u8a13\\u7df4\\u89c0\\u773e\\u5f9e\\u4e8b\\u9053\\u5fb7\\u601d\\u8fa8\\u3002\\u518d\\u8005\\uff0c\\u5287\\u5834\\u63d0\\u4f9b\\u6f14\\u54e1\\u8207\\u89c0\\u773e\\u5951\\u6a5f\\u53bb\\u300e\\u4f4f\\u5728\\u9019\\u4e9b\\u89d2\\u8272\\u4ee3\\u8868\\u7684\\u4eba\\u7269\\u5167\\u300f\\uff1b\\u9019\\u4e5f\\u662f\\u5287\\u5834\\u2014\\u2014\\u76f8\\u5c0d\\u65bc\\u5c0f\\u8aaa\\u2014\\u2014\\u6240\\u80fd\\u7522\\u751f\\u7684\\u9bae\\u660e\\u5370\\u8c61\\u3002\\u9019\\u9ebc\\u8aaa\\u4f86\\uff0c\\u662f\\u5426\\u5287\\u5834\\u6108\\u9bae\\u660e\\u3001\\u6108\\u300e\\u6c89\\u6d78\\u300f\\uff0c\\u5728\\u5efa\\u7acb\\u89c0\\u773e\\u7684\\u9053\\u5fb7\\u601d\\u8fa8\\u80fd\\u529b\\u4e0a\\u5c31\\u6108\\u6709\\u6548\\uff1f\\u300d<\\/li><\\/ul><p dir=\\\"ltr\\\"><span style=\\\"font-size: 0.9375rem;\\\">\\u7e73\\u4ea4\\u671f\\u9650\\uff1a\\u7b2c\\u4e5d\\u9031\\u4e0a\\u8ab2\\u524d<span lang=\\\"EN-US\\\">24<\\/span>\\u5c0f\\u6642\\uff08<span lang=\\\"EN-US\\\">11\\/15<\\/span>\\u665a\\u4e0a<span lang=\\\"EN-US\\\">7:00<\\/span>\\u524d\\uff09<\\/span><br><\\/p>\\n<p dir=\\\"ltr\\\">\\uff08\\u9ede\\u9078\\u53f3\\u4e0b\\u89d2\\u300c\\u56de\\u8986\\u300d\\uff09<\\/p><br>\\n<p><\\/p>\",\"pathnamehashes\":[],\"discussionid\":10,\"triggeredfrom\":\"forum_add_discussion\"}',1699768338,'restore','73.219.6.51',NULL),(7725,'\\core\\event\\course_module_created','core','created','course_module','course_modules',43,'c',1,82,70,43,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"13\",\"name\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u627e\\u8cc7\\u6599\\u4e26\\u5beb\\u8a3b\\u89e3\\uff08\\u6b77\\u53f2\\u3001\\u985e\\u578b\\uff09 (\\u8907\\u88fd)\"}',1699768338,'web','73.219.6.51',NULL),(7726,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',43,'u',1,82,70,43,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"13\",\"name\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u56de\\u7b54\\u300c\\u5167\\u5bb9\\u300d\"}',1699768364,'web','73.219.6.51',NULL),(7727,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',19,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u56de\\u7b54\\u300c\\u5167\\u5bb9\\u300d whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1699768364,'web','73.219.6.51',NULL),(7728,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1699768418,'web','73.219.6.51',NULL),(7729,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',18,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u627e\\u8cc7\\u6599\\u4e26\\u5beb\\u8a3b\\u89e3\\uff08\\u6b77\\u53f2\\u3001\\u985e\\u578b\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1699768418,'web','73.219.6.51',NULL),(7730,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',19,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u56de\\u7b54\\u300c\\u5167\\u5bb9\\u300d whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1699768418,'web','73.219.6.51',NULL),(7731,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1699768418,'web','73.219.6.51',NULL),(7732,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1699768418,'web','73.219.6.51',NULL),(7733,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',43,'u',1,82,70,43,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"13\",\"name\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u56de\\u7b54\\u300c\\u5167\\u5bb9\\u300d\"}',1699768419,'web','73.219.6.51',NULL),(7734,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699768420,'web','73.219.6.51',NULL),(7735,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1699768422,'web','73.219.6.51',NULL),(7736,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699768426,'web','73.219.6.51',NULL),(7737,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',20,'c',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516b\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1699768441,'restore','73.219.6.51',NULL),(7738,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',20,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516b\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1699768441,'restore','73.219.6.51',NULL),(7739,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',112,'c',2,83,70,44,2,2,NULL,0,'{\"content\":\"<p dir=\\\"ltr\\\"><span style=\\\"font-size: 0.9375rem;\\\">\\u95b1\\u8b80\\u5b8c\\u5510\\u65af\\uff0c\\u300a\\u9810\\u7d04\\u5fc3\\u9748\\u6c83\\u571f\\u300b\\uff0c\\u7b2c\\u5341\\u7ae0<\\/span><span style=\\\"font-size: 0.9375rem;\\\">\\uff0c\\u7528<span lang=\\\"EN-US\\\">150-250<\\/span>\\u5b57\\u63d0\\u51fa\\u4e00\\u5247\\u554f\\u984c\\u6216\\u662f\\u5fc3\\u5f97\\u3002<\\/span><\\/p><p dir=\\\"ltr\\\"><span style=\\\"font-size: 0.9375rem;\\\">\\uff08\\u554f\\u984c\\uff1a\\u770b\\u4e0d\\u61c2\\u3001\\u7591\\u60d1\\uff0c\\u60f3\\u8a62\\u554f\\u540c\\u5b78\\u610f\\u898b\\uff0c\\u6216\\u662f\\u60f3\\u53cd\\u554f\\u4f5c\\u8005\\u7684\\u554f\\u984c\\uff1b\\u5fc3\\u5f97\\uff1a\\u65b0\\u767c\\u73fe\\u3001\\u65b0\\u60f3\\u6cd5\\uff0c\\u6fc0\\u52f5\\u4f60\\u8981\\u505a\\u51fa\\u7684\\u56de\\u61c9\\u7b49\\u7b49\\u3002\\uff09<\\/span><br><\\/p><p dir=\\\"ltr\\\"><strong style=\\\"font-size: 0.9375rem;\\\">\\u7e73\\u4ea4\\u671f\\u9650\\uff1a<\\/strong><span style=\\\"font-size: 0.9375rem;\\\">\\u8ab2\\u524d24\\u5c0f\\u6642\\u767c\\u8868\\uff08\\u5373 11\\/8 \\u665a\\u4e0a 7:00 \\u524d\\uff09<\\/span><br><\\/p>\\n<p dir=\\\"ltr\\\">\\uff08\\u9ede\\u9078\\u53f3\\u4e0b\\u89d2\\u300c\\u56de\\u8986\\u300d\\uff09<\\/p><br>\\n<p><\\/p>\",\"pathnamehashes\":[],\"discussionid\":11,\"triggeredfrom\":\"forum_add_discussion\"}',1699768442,'restore','73.219.6.51',NULL),(7740,'\\core\\event\\course_module_created','core','created','course_module','course_modules',44,'c',1,83,70,44,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"14\",\"name\":\"\\u7b2c\\u516b\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 (\\u8907\\u88fd)\"}',1699768442,'web','73.219.6.51',NULL),(7741,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',44,'u',1,83,70,44,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"14\",\"name\":\"\\u7b2c\\u4e5d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1699768453,'web','73.219.6.51',NULL),(7742,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',20,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e5d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1699768453,'web','73.219.6.51',NULL),(7743,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1699768494,'web','73.219.6.51',NULL),(7744,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1699768494,'web','73.219.6.51',NULL),(7745,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1699768494,'web','73.219.6.51',NULL),(7746,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1699768494,'web','73.219.6.51',NULL),(7747,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1699768494,'web','73.219.6.51',NULL),(7748,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1699768494,'web','73.219.6.51',NULL),(7749,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',17,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516b\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1699768494,'web','73.219.6.51',NULL),(7750,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',20,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e5d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1699768494,'web','73.219.6.51',NULL),(7751,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1699768494,'web','73.219.6.51',NULL),(7752,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1699768494,'web','73.219.6.51',NULL),(7753,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',44,'u',1,83,70,44,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"14\",\"name\":\"\\u7b2c\\u4e5d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1699768495,'web','73.219.6.51',NULL),(7754,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699768496,'web','73.219.6.51',NULL),(7755,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',44,'u',1,83,70,44,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"14\",\"name\":\"\\u7b2c\\u4e5d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\"}',1699768659,'web','73.219.6.51',NULL),(7756,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699768659,'web','73.219.6.51',NULL),(7757,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699768705,'web','221.179.144.153',NULL),(7758,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1699768992,'web','73.219.6.51',NULL),(7759,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699768995,'web','73.219.6.51',NULL),(7760,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699769082,'web','73.219.6.51',NULL),(7761,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,2,2,NULL,0,'null',1699769105,'web','73.219.6.51',NULL),(7762,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699769110,'web','73.219.6.51',NULL),(7763,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,2,2,NULL,0,'null',1699769113,'web','73.219.6.51',NULL),(7764,'\\mod_forum\\event\\subscription_created','mod_forum','created','subscription','forum_subscriptions',10,'c',2,83,70,44,2,2,2,0,'{\"forumid\":\"14\"}',1699769115,'web','73.219.6.51',NULL),(7765,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,2,2,NULL,0,'null',1699769115,'web','73.219.6.51',NULL),(7766,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1699769119,'web','73.219.6.51',NULL),(7767,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1699769124,'web','73.219.6.51',NULL),(7768,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1699769126,'web','73.219.6.51',NULL),(7769,'\\mod_forum\\event\\subscription_created','mod_forum','created','subscription','forum_subscriptions',11,'c',2,82,70,43,2,2,2,0,'{\"forumid\":\"13\"}',1699769127,'web','73.219.6.51',NULL),(7770,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1699769127,'web','73.219.6.51',NULL),(7771,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,2,2,NULL,0,'null',1699769131,'web','73.219.6.51',NULL),(7772,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1699769147,'web','73.219.6.51',NULL),(7773,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1699769154,'web','73.219.6.51',NULL),(7774,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699788626,'web','54.74.148.199',NULL),(7775,'\\core\\event\\notification_sent','core','sent','notification','notifications',880,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1699794667,'cli',NULL,NULL),(7776,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699836254,'web','1.171.94.55',NULL),(7777,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699855386,'web','114.253.43.3',NULL),(7778,'\\core\\event\\user_loggedin','core','loggedin','user','user',13,'r',0,1,10,0,13,0,NULL,0,'{\"username\":\"hellenwangbj@163.com\",\"extrauserinfo\":[]}',1699855398,'web','114.253.43.3',NULL),(7779,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1699855399,'web','114.253.43.3',NULL),(7780,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1699855774,'web','114.253.43.3',NULL),(7781,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,13,2,13,0,'null',1699855777,'web','114.253.43.3',NULL),(7782,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,13,2,NULL,0,'null',1699855799,'web','114.253.43.3',NULL),(7783,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,13,2,NULL,0,'null',1699855806,'web','114.253.43.3',NULL),(7784,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,13,2,NULL,0,'null',1699855844,'web','114.253.43.3',NULL),(7785,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,13,2,NULL,0,'null',1699855865,'web','114.253.43.3',NULL),(7786,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699859738,'web','111.82.182.77',NULL),(7787,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,13,2,NULL,0,'null',1699859788,'web','114.253.43.3',NULL),(7788,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',113,'c',2,83,70,44,13,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u5f88\\u9ad8\\u5174\\u8001\\u5e08\\u63a8\\u8350\\u4e86\\u8fd9\\u4e2a\\u89c6\\u9891\\uff0c\\u53bb\\u5e74\\u65e0\\u610f\\u4e2d\\u542c\\u5230\\u8fd9\\u4e2aspeak\\uff0c\\u5bf9\\u6211\\u771f\\u7684\\u542f\\u53d1\\u5f88\\u5927\\u3002\\u4eca\\u5929\\u518d\\u542c\\uff0c\\u53c8\\u6709\\u65b0\\u7684\\u60f3\\u6cd5\\u30021. \\u7f8e\\u5bf9\\u4eba\\u7684\\u975e\\u81ea\\u6211\\u5316\\uff0c\\u6216\\u6781\\u7aef\\u53bb\\u4e2d\\u5fc3\\u5316\\uff0c\\u8fd9\\u70b9\\u7684\\u603b\\u7ed3\\u771f\\u7684\\u5f88\\u7cbe\\u5999\\u3002\\u7f8e\\u4f7f\\u6211\\u4eec\\u6709\\u6109\\u60a6\\u611f\\u53d1\\uff0c\\u53c8\\u8ba9\\u6211\\u4eec\\u5fd8\\u8bb0\\u81ea\\u5df1\\uff0c\\u4f46\\u662f\\u53c8\\u5f88\\u9ad8\\u5174\\u81ea\\u5df1\\u81ea\\u5df1\\u4e0d\\u662f\\u5728\\u4e2d\\u5fc3\\uff0c\\u662f\\u4f5c\\u4e3a\\u4e00\\u4e2a\\u8fb9\\u7f18\\u5316\\u7684\\u89d2\\u8272\\u3002\\u8fd9\\u89e3\\u91ca\\u4e86\\u4e3a\\u4ec0\\u4e48\\u6211\\u4eec\\u5f88\\u559c\\u6b22\\u8fdb\\u5165\\u5230\\u5927\\u81ea\\u7136\\u7684\\u73af\\u5883\\u4e2d\\uff0c\\u82b1\\u8349\\u6811\\u6728\\u3001\\u4e91\\u5f69\\u3001\\u5fae\\u98ce\\u80fd\\u8ba9\\u6211\\u4eec\\u5b89\\u9759\\u4e0b\\u6765\\u3002\\u56e0\\u4e3a\\u8fd9\\u4e2a\\u65f6\\u5019\\uff0c\\u6211\\u4eec\\u7684\\u6ce8\\u610f\\u529b\\u4e0d\\u5728\\u81ea\\u5df1\\u8eab\\u4e0a\\uff0c\\u6211\\u4eec\\u7684\\u6ce8\\u610f\\u529b\\u5728\\u7f8e\\u4e0a\\u9762\\u30022. \\u6211\\u4eec\\u770b\\u5230\\u7f8e\\uff0c\\u8fd9\\u4e2a\\u7f8e\\u4f1a\\u4fc3\\u4f7f\\u6211\\u4eec\\u53bb\\u4fee\\u590d\\u8fd9\\u4e2a\\u4e16\\u754c\\u3002\\u662f\\u7684\\uff0c\\u4fc3\\u4f7f\\u6211\\u4eec\\u53bb\\u6d88\\u8d39\\u7684\\uff0c\\u662f\\u4ee5\\u7f8e\\u7684\\u5916\\u8868\\u51fa\\u73b0\\u7684\\u3002\\u4f46\\u662f\\uff0c\\u5b83\\u6fc0\\u53d1\\u7684\\u662f\\u6211\\u4eec\\u5185\\u5fc3\\u7684\\u90a3\\u4e2a\\u81ea\\u6211\\u4e2d\\u5fc3\\u3002\\u771f\\u6b63\\u7684\\u7f8e\\uff0c\\u8ba9\\u6211\\u4eec\\u5fd8\\u8bb0\\u81ea\\u5df1\\uff0c\\u5173\\u6ce8\\u5916\\u9762\\u7684\\u4e16\\u754c\\uff0c\\u60f3\\u8ba9\\u8fd9\\u4e2a\\u4e16\\u754c\\u662f\\u4e2a\\u66f4\\u597d\\u7684\\u5730\\u65b9\\uff0c\\u60f3\\u53bb\\u795d\\u798f\\uff0c\\u60f3\\u53bb\\u4fee\\u590d\\uff0c\\u60f3\\u53bb\\u521b\\u9020\\u3002\\u7f8e\\uff0c\\u5e26\\u79bb\\u6211\\u4eec\\u7684\\u773c\\u5149\\u5230\\u4e00\\u4e2a\\u5168\\u7136\\u7684\\u4ed6\\u8005\\u8eab\\u4e0a\\uff0c\\u6700\\u7ec8\\uff0c\\u6211\\u4eec\\u5728\\u5bf9\\u7f8e\\u7684\\u8ffd\\u6c42\\u4e2d\\uff0c\\u627e\\u5230\\u81f3\\u5723\\u8005\\uff0c\\u627e\\u5230\\u516c\\u4e49\\u4e4b\\u4e3b\\u3002\\u5e0c\\u671b\\u6bcf\\u4e2a\\u4eba\\u5728\\u8fd9\\u6837\\u7684\\u4e00\\u4e2a\\u65c5\\u9014\\u4e4b\\u4e0a\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":11,\"triggeredfrom\":\"forum_add_new_post\"}',1699860390,'web','114.253.43.3',NULL),(7789,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',113,'c',2,83,70,44,13,2,NULL,0,'{\"discussionid\":11,\"forumid\":14,\"forumtype\":\"single\"}',1699860390,'web','114.253.43.3',NULL),(7790,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',95,'c',2,83,70,44,13,2,13,0,'{\"forumid\":14,\"discussion\":11}',1699860390,'web','114.253.43.3',NULL),(7791,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,13,2,NULL,0,'null',1699860391,'web','114.253.43.3',NULL),(7792,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,13,2,NULL,0,'null',1699860422,'web','114.253.43.3',NULL),(7793,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699860555,'web','111.82.182.77',NULL),(7794,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1699860574,'web','111.82.182.77',NULL),(7795,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1699860574,'web','111.82.182.77',NULL),(7796,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1699860576,'web','111.82.182.77',NULL),(7797,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,19,2,NULL,0,'null',1699860581,'web','111.82.182.77',NULL),(7798,'\\core\\event\\notification_sent','core','sent','notification','notifications',881,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"1\"}',1699860607,'cli',NULL,NULL),(7799,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,19,2,NULL,0,'null',1699861012,'web','111.82.182.77',NULL),(7800,'\\core\\event\\notification_sent','core','sent','notification','notifications',882,'c',0,1,10,0,13,0,13,0,'{\"courseid\":\"2\"}',1699864026,'cli',NULL,NULL),(7801,'\\core\\event\\notification_sent','core','sent','notification','notifications',883,'c',0,1,10,0,13,0,2,0,'{\"courseid\":\"2\"}',1699864029,'cli',NULL,NULL),(7802,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699865116,'web','123.193.67.155',NULL),(7803,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1699865124,'web','123.193.67.155',NULL),(7804,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,5,1,NULL,0,'null',1699865125,'web','123.193.67.155',NULL),(7805,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1699865127,'web','123.193.67.155',NULL),(7806,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,5,2,NULL,0,'null',1699865133,'web','123.193.67.155',NULL),(7807,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,5,2,NULL,0,'null',1699865152,'web','123.193.67.155',NULL),(7808,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',114,'c',2,83,70,44,5,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u6211\\u89ba\\u5f97\\u8b80\\u8005\\u5148\\u5c07\\u300c\\u7f8e\\u300d\\u53ca\\u300c\\u516c\\u7fa9\\u3001\\u6b63\\u7fa9\\u300d\\u7684\\u82f1\\u6587\\u5b57\\u8a5e\\u4e26\\u5217\\uff0c\\u4e26\\u4e14\\u5f9e\\u4e2d\\u627e\\u5230\\u5171\\u540c\\u9ede\\u4ee5\\u53ca\\u5171\\u540c\\u7684\\u5c0d\\u7acb\\u5b57\\uff0c\\u7528\\u9019\\u6a23\\u7834\\u984c\\u7684\\u65b9\\u5f0f\\uff0c\\u4e5f\\u4f7f\\u6211\\u5f9e\\u53e6\\u4e00\\u500b\\u89d2\\u5ea6\\u4f86\\u770b\\u300c\\u7f8e\\u300d\\u3002\\u300c\\u7f8e\\u300d\\u6703\\u4fc3\\u4f7f\\u4eba\\u505a\\u51fa\\u4e00\\u4e9b\\u884c\\u52d5\\uff0c\\u8209\\u51e1\\uff1a\\u751f\\u5b69\\u5b50\\u3001\\u4f5c\\u8a69\\u7b49\\uff0c\\u7f8e\\u6703\\u4f7f\\u4eba\\u7522\\u751f\\u885d\\u52d5\\uff0c\\u7136\\u800c\\uff0c\\u885d\\u52d5\\u4e5f\\u4e0d\\u5168\\u662f\\u4e0d\\u597d\\u7684\\uff0c\\u53cd\\u5012\\u56e0\\u70ba\\u885d\\u52d5\\uff0c\\u7522\\u751f\\u4e86\\u5f8c\\u4e16\\u53ef\\u89c0\\u8cde\\u7684\\u83ab\\u5167\\u756b\\u4f5c\\uff0c\\u4e5f\\u5ef6\\u7e8c\\u4e86\\u751f\\u547d\\u3002\\u5728\\u73fe\\u5728\\u6d88\\u8cbb\\u4e3b\\u7fa9\\u5145\\u65a5\\u7684\\u793e\\u6703\\u4e2d\\uff0c\\u7f8e\\u537b\\u6dea\\u70ba\\u300c\\u61c9\\u8a72\\u88ab\\u64c1\\u6709\\u7684-\\u8cb7\\u4e0b\\u4f86\\u5427\\uff01\\u300d\\uff0c\\u9019\\u985e\\u4ee5\\u6d88\\u8cbb\\u8005\\/\\u4eba\\u70ba\\u4e3b\\u9ad4\\u7684\\u8cfc\\u7269\\u617e\\u671b\\uff0c\\u53cd\\u5012\\u7f3a\\u5931\\u4e86\\u300c\\u7f8e\\u300d\\u6240\\u80fd\\u5e36\\u4f86\\u7368\\u7279\\u7684\\u300c\\u53bb\\u4e2d\\u5fc3\\u5316\\u300d\\uff0c\\u4e5f\\u662f\\u5f9e\\u81ea\\u4ee5\\u70ba\\u662f\\u7684\\u821e\\u53f0\\u4e0b\\u4f86\\uff0c\\u8b93\\u771f\\u6b63\\u7684\\u4e3b\\u89d2\\u5448\\u73fe\\u51fa\\u4f86\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":11,\"triggeredfrom\":\"forum_add_new_post\"}',1699866226,'web','123.193.67.155',NULL),(7809,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',114,'c',2,83,70,44,5,2,NULL,0,'{\"discussionid\":11,\"forumid\":14,\"forumtype\":\"single\"}',1699866226,'web','123.193.67.155',NULL),(7810,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',96,'c',2,83,70,44,5,2,5,0,'{\"forumid\":14,\"discussion\":11}',1699866226,'web','123.193.67.155',NULL),(7811,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,5,2,NULL,0,'null',1699866227,'web','123.193.67.155',NULL),(7812,'\\core\\event\\notification_sent','core','sent','notification','notifications',884,'c',0,1,10,0,5,0,13,0,'{\"courseid\":\"2\"}',1699869847,'cli',NULL,NULL),(7813,'\\core\\event\\notification_sent','core','sent','notification','notifications',885,'c',0,1,10,0,5,0,5,0,'{\"courseid\":\"2\"}',1699869850,'cli',NULL,NULL),(7814,'\\core\\event\\notification_sent','core','sent','notification','notifications',886,'c',0,1,10,0,5,0,2,0,'{\"courseid\":\"2\"}',1699869853,'cli',NULL,NULL),(7815,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1699869962,'web','111.82.182.77',NULL),(7816,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1699869966,'web','111.82.182.77',NULL),(7817,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,19,2,NULL,0,'null',1699869972,'web','111.82.182.77',NULL),(7818,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',115,'c',2,83,70,44,19,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u9031\\u4e94\\u6211\\u5230\\u5f70\\u5316\\u57d4\\u5fc3\\u7684\\u6ce2\\u7cbcBling\\u5496\\u5561\\u5e97\\uff08\\u53ea\\u80fd\\u900f\\u904eFB\\u9810\\u7d04\\u624d\\u6703\\u77e5\\u9053\\u5730\\u5740\\uff09\\uff0c\\u90a3\\u662f\\u4f4d\\u5728\\u5de5\\u5ee0\\u4e8c\\u6a13\\u7684\\u6b50\\u6d32\\u98a8\\u683c\\u7684\\u5496\\u5561\\u5e97\\uff0c\\u5728\\u4e00\\u6a13\\u5de5\\u5ee0\\u7684\\u5f8c\\u9762\\u6709\\u4e00\\u500b\\u9577\\u578b\\u7684\\u82b1\\u5712\\uff0c\\u7576\\u6211\\u9084\\u5728\\u7b49\\u5e36\\u4f4d\\u6642\\uff0c\\u5148\\u5230\\u82b1\\u5712\\u901b\\u901b\\uff0c\\u6211\\u5f88\\u8a1d\\u7570\\u5728\\u90a3\\u88e1\\u770b\\u5230\\u6578\\u7a2e\\u8774\\u8776\\u98db\\u821e\\uff0c\\u7562\\u7adf\\u90fd\\u5df2\\u7d9311\\u6708\\u4e86\\u3002\\u90a3\\u500b\\u82b1\\u5712\\u5f88\\u7f8e\\uff0c\\u4e0d\\u53ea\\u662f\\u6709\\u4e00\\u4e9b\\u85dd\\u8853\\u96d5\\u50cf\\uff0c\\u4e5f\\u662f\\u56e0\\u70ba\\u82b1\\u8349\\u7684\\u7a2e\\u985e\\u5f88\\u591a\\u6a23\\uff0c\\u800c\\u4e14\\u6c92\\u6709\\u4eba\\u5de5\\u4fee\\u526a\\u7684\\u75d5\\u8de1\\uff0c\\u662f\\u5f88\\u5929\\u7136\\u7684\\u82b1\\u5712\\u3002\\u5e97\\u5bb6\\u5b89\\u6392\\u6211\\u5750\\u5728\\u4e8c\\u6a13\\u7684\\u7a97\\u908a\\uff0c\\u4e0b\\u53483\\u9ede\\u534a\\u4ee5\\u5f8c\\u7684\\u967d\\u5149\\u5f88\\u7f8e\\uff0c\\u6211\\u5f88\\u958b\\u5fc3\\u662f\\u5750\\u5728\\u9019\\u9ebc\\u4e00\\u500b\\u4f4d\\u5b50\\u4e0a\\u3002\\u7576\\u5929\\u611f\\u53d7\\u5230\\u7684\\u7f8e\\uff0c\\u5f77\\u5f7f\\u7642\\u7652\\u4e86\\u6211\\u7684\\u5fc3\\u9748\\uff0c\\u5c31\\u5f88\\u50cf\\u5f71\\u7247\\u6240\\u8b1b\\u7684\\u300c\\u975e\\u81ea\\u6211\\u5316\\u300d\\u6216\\u300c\\u6975\\u7aef\\u7684\\u53bb\\u4e2d\\u5fc3\\u5316\\u300d\\u7684\\u7d93\\u9a57\\uff1b\\u53e6\\u5916\\u7576\\u6642\\u770b\\u5230\\u7684\\u7f8e\\u666f\\u4e5f\\u63d0\\u9ad8\\u4e86\\u6211\\u7684\\u300c\\u7f8e\\u611f\\u300d\\u2014\\u5373\\u5c0d\\u4e8b\\u7269\\u7684\\u8fa8\\u8b58\\u80fd\\u529b\\u3002\\u7d50\\u5408\\u5f71\\u7247\\u548c\\u5728\\u82b1\\u5712\\u88e1\\u6240\\u611f\\u53d7\\u5230\\u7684\\u7f8e\\uff0c\\u6211\\u6709\\u9ede\\u89ba\\u5f97\\u53f0\\u7063\\u7684\\u57ce\\u5e02\\u5efa\\u7bc9\\u5982\\u679c\\u80fd\\u5920\\u53ef\\u4ee5\\u518d\\u591a\\u4e00\\u4e9b\\u7f8e\\u611f\\uff0c\\u518d\\u591a\\u4e00\\u4e9b\\u9019\\u6a23\\u53ef\\u4ee5\\u6d17\\u6ecc\\u5fc3\\u9748\\u7684\\u7f8e\\u666f\\uff0c\\u4e5f\\u8a31\\u53ef\\u4ee5\\u6e1b\\u5c11\\u6182\\u9b31\\u75c7\\u3001\\u6291\\u9b31\\u75c7\\u7684\\u767c\\u751f\\uff0c\\u4e5f\\u8a31\\u53ef\\u4ee5\\u5982\\u5f71\\u7247\\u6240\\u8aaa\\u7684\\u300c\\u7f8e\\u300d\\u5c07\\u5e36\\u51fa\\u6211\\u5011\\u5c0d\\u516c\\u6b63\\u516c\\u7fa9\\u7684\\u8ffd\\u6c42\\uff0c\\u4e5f\\u8b93\\u6211\\u5011\\u958b\\u59cb\\u53bb\\u4fee\\u5fa9\\u4e16\\u4e0a\\u7684\\u50b7\\u75d5\\u3002<br \\/>\\n\\u9644\\u4e0a \\u6ce2\\u7cbc Bling \\u7684\\u81c9\\u66f8 https:\\/\\/www.facebook.com\\/sparklingwaterripples\\/<\\/div>\",\"pathnamehashes\":[],\"discussionid\":11,\"triggeredfrom\":\"forum_add_new_post\"}',1699870068,'web','111.82.182.77',NULL),(7819,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',115,'c',2,83,70,44,19,2,NULL,0,'{\"discussionid\":11,\"forumid\":14,\"forumtype\":\"single\"}',1699870068,'web','111.82.182.77',NULL),(7820,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',97,'c',2,83,70,44,19,2,19,0,'{\"forumid\":14,\"discussion\":11}',1699870068,'web','111.82.182.77',NULL),(7821,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,19,2,NULL,0,'null',1699870069,'web','111.82.182.77',NULL),(7822,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',115,'c',2,83,70,44,19,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u9031\\u4e94\\u6211\\u5230\\u5f70\\u5316\\u57d4\\u5fc3\\u7684\\u6ce2\\u7cbcBling\\u5496\\u5561\\u5e97\\uff08\\u53ea\\u80fd\\u900f\\u904eFB\\u9810\\u7d04\\u624d\\u6703\\u77e5\\u9053\\u5730\\u5740\\uff09\\uff0c\\u90a3\\u662f\\u4f4d\\u5728\\u5de5\\u5ee0\\u4e8c\\u6a13\\u7684\\u6b50\\u6d32\\u98a8\\u683c\\u7684\\u5496\\u5561\\u5e97\\uff0c\\u5728\\u4e00\\u6a13\\u5de5\\u5ee0\\u7684\\u5f8c\\u9762\\u6709\\u4e00\\u500b\\u9577\\u578b\\u7684\\u82b1\\u5712\\uff0c\\u7576\\u6211\\u9084\\u5728\\u7b49\\u5e36\\u4f4d\\u6642\\uff0c\\u5148\\u5230\\u82b1\\u5712\\u901b\\u901b\\uff0c\\u6211\\u5f88\\u8a1d\\u7570\\u5728\\u90a3\\u88e1\\u770b\\u5230\\u6578\\u7a2e\\u8774\\u8776\\u98db\\u821e\\uff0c\\u7562\\u7adf\\u90fd\\u5df2\\u7d9311\\u6708\\u4e86\\u3002\\u90a3\\u500b\\u82b1\\u5712\\u5f88\\u7f8e\\uff0c\\u4e0d\\u53ea\\u662f\\u6709\\u4e00\\u4e9b\\u85dd\\u8853\\u96d5\\u50cf\\uff0c\\u4e5f\\u662f\\u56e0\\u70ba\\u82b1\\u8349\\u7684\\u7a2e\\u985e\\u5f88\\u591a\\u6a23\\uff0c\\u800c\\u4e14\\u6c92\\u6709\\u4eba\\u5de5\\u4fee\\u526a\\u7684\\u75d5\\u8de1\\uff0c\\u662f\\u5f88\\u5929\\u7136\\u7684\\u82b1\\u5712\\u3002\\u5e97\\u5bb6\\u5b89\\u6392\\u6211\\u5750\\u5728\\u4e8c\\u6a13\\u7684\\u7a97\\u908a\\uff0c\\u4e0b\\u53483\\u9ede\\u534a\\u4ee5\\u5f8c\\u7684\\u967d\\u5149\\u5f88\\u7f8e\\uff0c\\u6211\\u5f88\\u958b\\u5fc3\\u662f\\u5750\\u5728\\u9019\\u9ebc\\u4e00\\u500b\\u4f4d\\u5b50\\u4e0a\\u3002\\u7576\\u5929\\u611f\\u53d7\\u5230\\u7684\\u7f8e\\uff0c\\u5f77\\u5f7f\\u7642\\u7652\\u4e86\\u6211\\u7684\\u5fc3\\u9748\\uff0c\\u5c31\\u5f88\\u50cf\\u5f71\\u7247\\u6240\\u8b1b\\u7684\\u300c\\u975e\\u81ea\\u6211\\u5316\\u300d\\u6216\\u300c\\u6975\\u7aef\\u7684\\u53bb\\u4e2d\\u5fc3\\u5316\\u300d\\u7684\\u7d93\\u9a57\\uff1b\\u53e6\\u5916\\u7576\\u6642\\u770b\\u5230\\u7684\\u7f8e\\u666f\\u4e5f\\u63d0\\u9ad8\\u4e86\\u6211\\u7684\\u300c\\u7f8e\\u611f\\u300d\\u2014\\u5373\\u5c0d\\u4e8b\\u7269\\u7684\\u8fa8\\u8b58\\u80fd\\u529b\\u3002\\u7d50\\u5408\\u5f71\\u7247\\u548c\\u5728\\u82b1\\u5712\\u88e1\\u6240\\u611f\\u53d7\\u5230\\u7684\\u7f8e\\uff0c\\u6211\\u6709\\u9ede\\u89ba\\u5f97\\u53f0\\u7063\\u7684\\u57ce\\u5e02\\u5efa\\u7bc9\\u5982\\u679c\\u80fd\\u5920\\u53ef\\u4ee5\\u518d\\u591a\\u4e00\\u4e9b\\u7f8e\\u611f\\uff0c\\u518d\\u591a\\u4e00\\u4e9b\\u9019\\u6a23\\u53ef\\u4ee5\\u6d17\\u6ecc\\u5fc3\\u9748\\u7684\\u7f8e\\u666f\\uff0c\\u4e5f\\u8a31\\u53ef\\u4ee5\\u6e1b\\u5c11\\u6182\\u9b31\\u75c7\\u3001\\u6291\\u9b31\\u75c7\\u7684\\u767c\\u751f\\uff0c\\u4e5f\\u8a31\\u53ef\\u4ee5\\u5982\\u5f71\\u7247\\u6240\\u8aaa\\u7684\\u300c\\u7f8e\\u300d\\u5c07\\u5e36\\u51fa\\u6211\\u5011\\u5c0d\\u516c\\u6b63\\u516c\\u7fa9\\u7684\\u8ffd\\u6c42\\uff0c\\u4e5f\\u8b93\\u6211\\u5011\\u958b\\u59cb\\u53bb\\u4fee\\u5fa9\\u4e16\\u4e0a\\u7684\\u50b7\\u75d5\\u3002<br>\\r\\n\\u9644\\u4e0a \\u6ce2\\u7cbc Bling \\u7684\\u81c9\\u66f8 https:\\/\\/www.facebook.com\\/sparklingwaterripples\\/<\\/div>\",\"pathnamehashes\":[\"0015a4a617db07cbeacf4b46c43631c61a06e045\",\"8cb443a7c181e520594c577dd66f4cc8afdd85e2\"],\"discussionid\":\"11\",\"triggeredfrom\":\"forum_update_post\"}',1699870137,'web','111.82.182.77',NULL),(7823,'\\mod_forum\\event\\post_updated','mod_forum','updated','post','forum_posts',115,'u',2,83,70,44,19,2,19,0,'{\"discussionid\":11,\"forumid\":14,\"forumtype\":\"single\"}',1699870137,'web','111.82.182.77',NULL),(7824,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,19,2,NULL,0,'null',1699870137,'web','111.82.182.77',NULL),(7825,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,19,2,NULL,0,'null',1699870197,'web','111.82.182.77',NULL),(7826,'\\core\\event\\notification_sent','core','sent','notification','notifications',887,'c',0,1,10,0,19,0,13,0,'{\"courseid\":\"2\"}',1699873686,'cli',NULL,NULL),(7827,'\\core\\event\\notification_sent','core','sent','notification','notifications',888,'c',0,1,10,0,19,0,5,0,'{\"courseid\":\"2\"}',1699873689,'cli',NULL,NULL),(7828,'\\core\\event\\notification_sent','core','sent','notification','notifications',889,'c',0,1,10,0,19,0,2,0,'{\"courseid\":\"2\"}',1699873692,'cli',NULL,NULL),(7829,'\\core\\event\\notification_sent','core','sent','notification','notifications',890,'c',0,1,10,0,19,0,19,0,'{\"courseid\":\"2\"}',1699873695,'cli',NULL,NULL),(7830,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699873781,'web','111.82.182.77',NULL),(7831,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1699873790,'web','111.82.182.77',NULL),(7832,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1699873790,'web','111.82.182.77',NULL),(7833,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1699873792,'web','111.82.182.77',NULL),(7834,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,19,2,NULL,0,'null',1699873796,'web','111.82.182.77',NULL),(7835,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',19,'r',0,16,50,2,19,2,19,0,'{\"courseid\":\"2\",\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1699873817,'web','111.82.182.77',NULL),(7836,'\\mod_forum\\event\\user_report_viewed','mod_forum','viewed','user_report',NULL,NULL,'r',2,16,50,2,19,2,19,0,'{\"reportmode\":\"posts\"}',1699873822,'web','111.82.182.77',NULL),(7837,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1699873858,'web','111.82.182.77',NULL),(7838,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1699873866,'web','111.82.182.77',NULL),(7839,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,19,2,NULL,0,'null',1699873873,'web','111.82.182.77',NULL),(7840,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699882155,'web','104.245.12.101',NULL),(7841,'\\core\\event\\user_loggedin','core','loggedin','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"extrauserinfo\":[]}',1699882169,'web','104.245.12.101',NULL),(7842,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,16,1,NULL,0,'null',1699882170,'web','104.245.12.101',NULL),(7843,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1699882175,'web','104.245.12.101',NULL),(7844,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',1,'r',2,27,70,8,16,2,NULL,0,'null',1699882180,'web','104.245.12.101',NULL),(7845,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1699882216,'web','104.245.12.101',NULL),(7846,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,16,2,NULL,0,'null',1699882239,'web','104.245.12.101',NULL),(7847,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1699882297,'web','104.245.12.101',NULL),(7848,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,16,2,NULL,0,'null',1699882311,'web','104.245.12.101',NULL),(7849,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699882577,'web','104.245.12.101',NULL),(7850,'\\core\\event\\user_loggedin','core','loggedin','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"extrauserinfo\":[]}',1699882593,'web','104.245.12.101',NULL),(7851,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,16,1,NULL,0,'null',1699882594,'web','104.245.12.101',NULL),(7852,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1699882596,'web','104.245.12.101',NULL),(7853,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,16,2,NULL,0,'null',1699882609,'web','104.245.12.101',NULL),(7854,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1699882631,'web','104.245.12.101',NULL),(7855,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,16,2,NULL,0,'null',1699882642,'web','104.245.12.101',NULL),(7856,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1699882879,'web','104.245.12.101',NULL),(7857,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,16,1,NULL,0,'null',1699882880,'web','104.245.12.101',NULL),(7858,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"reason\":3}',1699882886,'web','104.245.12.101',NULL),(7859,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,16,1,NULL,0,'null',1699882894,'web','104.245.12.101',NULL),(7860,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1699882902,'web','104.245.12.101',NULL),(7861,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,16,2,NULL,0,'null',1699882930,'web','104.245.12.101',NULL),(7862,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1699883102,'web','104.245.12.101',NULL),(7863,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,16,2,16,0,'null',1699883123,'web','104.245.12.101',NULL),(7864,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,16,2,NULL,0,'null',1699883252,'web','104.245.12.101',NULL),(7865,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,16,2,NULL,0,'null',1699883258,'web','104.245.12.101',NULL),(7866,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',116,'c',2,74,70,35,16,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u62b1\\u6b49\\u8001\\u5e08\\uff0c\\u6211\\u628a\\u672c\\u6b21\\u8bfe\\u524d\\u56de\\u590d\\u653e\\u5728\\u4f5c\\u4e1a\\u4e00\\u680f\\u4e0a\\u4ea4\\u4e86<br \\/>\\n1 \\u5df2\\u7ecf\\u9605\\u8bfb\\u5b8c\\u6210\\u3002<br \\/>\\n2 \\u7b2c\\u4e00\\uff0c\\u8003\\u8651\\u6839\\u636e\\u300a\\u5929\\u8def\\u5386\\u7a0b \\u300b\\u513f\\u7ae5\\u7248\\u8bbe\\u8ba1\\u620f\\u5267\\u6e38\\u620f\\u3002\\u7b2c\\u4e8c\\uff0c\\u753b\\u4e00\\u526f\\u753b\\u4f5c<\\/div>\",\"pathnamehashes\":[],\"discussionid\":7,\"triggeredfrom\":\"forum_add_new_post\"}',1699883523,'web','104.245.12.101',NULL),(7867,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',116,'c',2,74,70,35,16,2,NULL,0,'{\"discussionid\":7,\"forumid\":10,\"forumtype\":\"single\"}',1699883523,'web','104.245.12.101',NULL),(7868,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',98,'c',2,74,70,35,16,2,16,0,'{\"forumid\":10,\"discussion\":7}',1699883523,'web','104.245.12.101',NULL),(7869,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,16,2,NULL,0,'null',1699883524,'web','104.245.12.101',NULL),(7870,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,16,2,NULL,0,'null',1699883553,'web','104.245.12.101',NULL),(7871,'\\core\\event\\notification_sent','core','sent','notification','notifications',891,'c',0,1,10,0,16,0,6,0,'{\"courseid\":\"2\"}',1699887186,'cli',NULL,NULL),(7872,'\\core\\event\\notification_sent','core','sent','notification','notifications',892,'c',0,1,10,0,16,0,17,0,'{\"courseid\":\"2\"}',1699887189,'cli',NULL,NULL),(7873,'\\core\\event\\notification_sent','core','sent','notification','notifications',893,'c',0,1,10,0,16,0,11,0,'{\"courseid\":\"2\"}',1699887192,'cli',NULL,NULL),(7874,'\\core\\event\\notification_sent','core','sent','notification','notifications',894,'c',0,1,10,0,16,0,23,0,'{\"courseid\":\"2\"}',1699887195,'cli',NULL,NULL),(7875,'\\core\\event\\notification_sent','core','sent','notification','notifications',895,'c',0,1,10,0,16,0,13,0,'{\"courseid\":\"2\"}',1699887198,'cli',NULL,NULL),(7876,'\\core\\event\\notification_sent','core','sent','notification','notifications',896,'c',0,1,10,0,16,0,5,0,'{\"courseid\":\"2\"}',1699887201,'cli',NULL,NULL),(7877,'\\core\\event\\notification_sent','core','sent','notification','notifications',897,'c',0,1,10,0,16,0,21,0,'{\"courseid\":\"2\"}',1699887204,'cli',NULL,NULL),(7878,'\\core\\event\\notification_sent','core','sent','notification','notifications',898,'c',0,1,10,0,16,0,20,0,'{\"courseid\":\"2\"}',1699887206,'cli',NULL,NULL),(7879,'\\core\\event\\notification_sent','core','sent','notification','notifications',899,'c',0,1,10,0,16,0,16,0,'{\"courseid\":\"2\"}',1699887209,'cli',NULL,NULL),(7880,'\\core\\event\\notification_sent','core','sent','notification','notifications',900,'c',0,1,10,0,16,0,22,0,'{\"courseid\":\"2\"}',1699887212,'cli',NULL,NULL),(7881,'\\core\\event\\notification_sent','core','sent','notification','notifications',901,'c',0,1,10,0,16,0,19,0,'{\"courseid\":\"2\"}',1699887216,'cli',NULL,NULL),(7882,'\\core\\event\\notification_sent','core','sent','notification','notifications',902,'c',0,1,10,0,16,0,14,0,'{\"courseid\":\"2\"}',1699887218,'cli',NULL,NULL),(7883,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699925557,'web','111.241.162.16',NULL),(7884,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1699925563,'web','111.241.162.16',NULL),(7885,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1699925563,'web','111.241.162.16',NULL),(7886,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1699925565,'web','111.241.162.16',NULL),(7887,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,11,2,NULL,0,'null',1699925572,'web','111.241.162.16',NULL),(7888,'\\core\\event\\notification_sent','core','sent','notification','notifications',903,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"1\"}',1699925585,'cli',NULL,NULL),(7889,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1699930576,'web','123.193.67.155',NULL),(7890,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,5,2,NULL,0,'null',1699930576,'web','123.193.67.155',NULL),(7891,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1699933226,'web','123.193.67.155',NULL),(7892,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,5,2,NULL,0,'null',1699933229,'web','123.193.67.155',NULL),(7893,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1699935871,'web','117.56.58.51',NULL),(7894,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1699935871,'web','117.56.58.51',NULL),(7895,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1699935873,'web','117.56.58.51',NULL),(7896,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,14,2,NULL,0,'null',1699935881,'web','117.56.58.51',NULL),(7897,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,14,2,NULL,0,'null',1699935946,'web','117.56.58.51',NULL),(7898,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,14,2,NULL,0,'null',1699935961,'web','117.56.58.51',NULL),(7899,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,14,2,NULL,0,'null',1699935974,'web','117.56.58.51',NULL),(7900,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699936319,'web','3.253.140.235',NULL),(7901,'\\core\\event\\user_loggedin','core','loggedin','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"extrauserinfo\":[]}',1699943144,'web','104.245.12.101',NULL),(7902,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,16,2,16,0,'null',1699943144,'web','104.245.12.101',NULL),(7903,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,16,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1699943173,'web','104.245.12.101',NULL),(7904,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1699943212,'web','104.245.12.101',NULL),(7905,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,16,2,NULL,0,'null',1699943232,'web','104.245.12.101',NULL),(7906,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699943916,'web','111.241.162.16',NULL),(7907,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699943928,'web','111.241.162.16',NULL),(7908,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1699943933,'web','111.241.162.16',NULL),(7909,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1699943933,'web','111.241.162.16',NULL),(7910,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1699943934,'web','111.241.162.16',NULL),(7911,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,11,2,NULL,0,'null',1699943942,'web','111.241.162.16',NULL),(7912,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1699943952,'web','111.241.162.16',NULL),(7913,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,11,2,NULL,0,'null',1699943958,'web','111.241.162.16',NULL),(7914,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',117,'c',2,83,70,44,11,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u9019\\u652f\\u5f71\\u7247\\u7684\\u89c0\\u9ede\\u985b\\u8986\\u6211\\u7684\\u89c0\\u9ede\\uff0d\\u7f8e\\u8207\\u6b63\\u7fa9\\u7684\\u7d50\\u5408\\uff0c\\u4eba\\u7684\\u78ba\\u5bb9\\u6613\\u88ab\\u7f8e\\u3001\\u5c0d\\u7a31\\u7684\\u4e8b\\u7269\\u5438\\u5f15\\uff0c\\u800c\\u4e14\\u9019\\u500b\\u611f\\u52d5\\u4e0d\\u4f46\\u7576\\u4e0b\\u6703\\u6709\\u6df1\\u523b\\u7684\\u611f\\u53d7\\uff0c\\u4e5f\\u6703\\u5f71\\u97ff\\u4e86\\u672a\\u4f86\\u7684\\u751f\\u6d3b(\\u5275\\u9020)\\uff0c\\u6709\\u8da3\\u7684\\u662f\\uff0c\\u6f14\\u8aaa\\u8005\\u5728\\u77ed\\u77ed\\u7684\\u5341\\u5206\\u9418\\u4e2d\\u8ad6\\u8ff0\\u7684\\u92ea\\u9673\\uff0c\\u4e5f\\u662f\\u6bcf\\u500b\\u4e3b\\u984c\\u4e09\\u5927\\u9ede\\uff0c\\u800c\\u4e14\\u6709\\u4e09\\u5927\\u4e3b\\u984c\\uff0c\\u6216\\u8a31\\u9019\\u662f\\u523b\\u610f\\u7684\\u92ea\\u758a\\uff0c\\u800c\\u9019\\u4e5f\\u9a57\\u8b49\\u6f14\\u8aaa\\u8005\\u8a8d\\u70ba\\u7f8e\\u5584\\u4e8b\\u52d9\\u6709\\u5c0d\\u7a31\\u6027\\u7684\\u8aaa\\u6cd5\\u3002\\u5728\\u9019\\u6f14\\u8aaa\\u4e2d\\uff0c\\u6211\\u6700\\u6709\\u611f\\u7684\\u662f\\u6f14\\u8aaa\\u8005\\u63d0\\u5230\\u54f2\\u5b78\\u5bb6\\u5927\\u885b\\u30fb\\u4f11\\u59c6\\u6240\\u8aaa\\uff1a\\u300c\\u81ea\\u7136\\u7684\\u7f8e\\u5584\\u5e36\\u4f86\\u826f\\u5584\\u7684\\u7d50\\u679c\\u624d\\u7b97\\u662f\\u7f8e\\u300d\\uff0c\\u7684\\u78ba\\u7576\\u6211\\u5011\\u611f\\u53d7\\u5230\\u7f8e\\u5584\\uff0c\\u4f46\\u5728\\u5f8c\\u7e8c\\u5275\\u4f5c\\u6642\\u82e5\\u4e0d\\u80fd\\u53bb\\u4fee\\u5fa9\\u4e16\\u754c\\u50b7\\u75d5\\uff0c\\u5c31\\u504f\\u96e2\\u4e86\\u6b63\\u7fa9\\u4e5f\\u5931\\u53bb\\u4e86\\u7f8e\\u5584\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":11,\"triggeredfrom\":\"forum_add_new_post\"}',1699944007,'web','111.241.162.16',NULL),(7915,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',117,'c',2,83,70,44,11,2,NULL,0,'{\"discussionid\":11,\"forumid\":14,\"forumtype\":\"single\"}',1699944007,'web','111.241.162.16',NULL),(7916,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',99,'c',2,83,70,44,11,2,11,0,'{\"forumid\":14,\"discussion\":11}',1699944007,'web','111.241.162.16',NULL),(7917,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,11,2,NULL,0,'null',1699944008,'web','111.241.162.16',NULL),(7918,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,11,2,NULL,0,'null',1699944104,'web','111.241.162.16',NULL),(7919,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,11,2,NULL,0,'null',1699944159,'web','111.241.162.16',NULL),(7920,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,11,2,NULL,0,'null',1699944168,'web','111.241.162.16',NULL),(7921,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',118,'c',2,78,70,39,16,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u4f5c\\u8005\\u628a\\u6211\\u7684\\u773c\\u5149\\u4ece\\u201c\\u56db\\u79cd\\u571f\\u5730\\u201d\\u62c9\\u56de\\u5230\\u4f5c\\u4e3a\\u201c\\u6492\\u79cd\\u8005\\u201d\\u7684\\u89d2\\u5ea6\\u4e0a\\u3002\\u5728\\u8bfe\\u7a0b\\u4e2d\\u6240\\u63a2\\u8ba8\\u7684\\u6240\\u6709\\u65b9\\u6cd5\\u548c\\u539f\\u5219\\uff0c\\u80cc\\u79bb\\u4e86\\u4e00\\u4e2a\\u6492\\u79cd\\u4eba\\u7684\\u70ed\\u5ff1\\u2014\\u2014\\u4e3a\\u4ed6\\u62c9\\u5f20\\u6551\\u751f\\u7f51\\uff0c\\u51ed\\u7740\\u81ea\\u5df1\\u7684\\u559c\\u597d\\u662f\\u5f88\\u96be\\u8d70\\u5f97\\u8fdc\\u7684\\u3002<br \\/>\\n\\u611f\\u8c22\\u8001\\u5e08\\u6240\\u8bbe\\u8ba1\\u7684\\u8bfe\\u7a0b\\u4e0a\\uff0c\\u4e5f\\u5728\\u201c\\u597d\\u95ee\\u9898\\u201d\\u4e0a\\u6709\\u6240\\u4f53\\u73b0\\uff0c\\u8ba9\\u6211\\u770b\\u5230\\u600e\\u4e48\\u4ece\\u8bfe\\u524d\\u4e92\\u52a8\\u5230\\u8bfe\\u95f4\\u63a2\\u8ba8\\u5230\\u8bfe\\u540e\\u4f5c\\u4e1a\\uff08\\u4ee5\\u53ca\\u8001\\u5e08\\u5bf9\\u4e8e\\u7f34\\u4ea4\\u4f5c\\u4e1a\\u7684\\u6001\\u5ea6\\uff09\\u7ed9\\u4e88\\u5f00\\u653e\\u6027\\uff0c\\u63d0\\u51fa\\u8981\\u70b9\\u4f46\\u4e0d\\u5e26\\u64cd\\u7eb5\\u6027\\u3002\\u8fd9\\u662f\\u7ed9\\u6211\\u5728\\u65e5\\u540e\\u9762\\u5bf9\\u7fa4\\u4f53\\u7684\\u7267\\u517b\\u4e0a\\u4e00\\u4e2a\\u5168\\u65b0\\u7684\\u542f\\u53d1\\u3002\\u4e5f\\u8ba9\\u6211\\u5728\\u8fd9\\u4e2a\\u8bfe\\u5802\\u4e0a\\u6bd4\\u4ee5\\u5f80\\u66f4\\u6562\\u4e8e\\u53d1\\u8a00\\u3002<br \\/>\\n\\u7b2c\\u4e8c\\u628a\\u548c\\u7b2c\\u4e09\\u628a\\u5237\\u5b50\\uff0c\\u6211\\u8bfb\\u5230\\u662f\\u201c\\u6492\\u79cd\\u4eba\\u7684\\u8c26\\u5351\\u201d\\u3002<br \\/>\\n\\u5728\\u5fd9\\u788c\\u548c\\u51b7\\u6f20\\u7684\\u4e16\\u4ee3\\u91cc\\uff0c<br \\/>\\n\\u601d\\u8003\\u4e00\\uff1a\\u4e00\\u65b9\\u9762\\u4e0d\\u5e26\\u7740\\u76ee\\u7684\\u4f20\\u798f\\u97f3\\uff0c\\u4e00\\u65b9\\u9762\\u8981\\u628a\\u798f\\u97f3\\u4fe1\\u606f\\u4f20\\u51fa\\u53bb\\u3002<br \\/>\\n\\u601d\\u8003\\u4e8c\\uff1a\\u5efa\\u7acb\\u5173\\u7cfb\\u662f\\u91cd\\u8981\\u7684\\uff0c\\u4f46\\u5982\\u679c\\u8fd9\\u4eba\\u8fc7\\u4e8e\\u4f9d\\u8d56\\u6559\\u4f1a\\u56e2\\u4f53\\u6216\\u4e2a\\u4eba\\uff0c\\u5bf9\\u4e8e\\u6492\\u79cd\\u4eba\\u53ef\\u80fd\\u4e5f\\u662f\\u4e00\\u79cd\\u60c5\\u611f\\u8d1f\\u62c5\\u3002\\u4e00\\u65e6\\u6559\\u4f1a\\u805a\\u4f1a\\u5f62\\u5f0f\\u4e0d\\u5f97\\u5df2\\u4e0d\\u5b58\\u5728\\u4e86\\uff08\\u6211\\u4eec\\u56fd\\u5185\\uff09\\u8fd9\\u4eba\\u7684\\u4fe1\\u4ef0\\u4e5f\\u74e6\\u89e3\\u4e86\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":8,\"triggeredfrom\":\"forum_add_new_post\"}',1699945037,'web','104.245.12.101',NULL),(7922,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',118,'c',2,78,70,39,16,2,NULL,0,'{\"discussionid\":8,\"forumid\":11,\"forumtype\":\"single\"}',1699945037,'web','104.245.12.101',NULL),(7923,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',100,'c',2,78,70,39,16,2,16,0,'{\"forumid\":11,\"discussion\":8}',1699945037,'web','104.245.12.101',NULL),(7924,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,16,2,NULL,0,'null',1699945038,'web','104.245.12.101',NULL),(7925,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699945937,'web','59.126.254.7',NULL),(7926,'\\core\\event\\notification_sent','core','sent','notification','notifications',904,'c',0,1,10,0,11,0,11,0,'{\"courseid\":\"2\"}',1699947666,'cli',NULL,NULL),(7927,'\\core\\event\\notification_sent','core','sent','notification','notifications',905,'c',0,1,10,0,11,0,13,0,'{\"courseid\":\"2\"}',1699947669,'cli',NULL,NULL),(7928,'\\core\\event\\notification_sent','core','sent','notification','notifications',906,'c',0,1,10,0,11,0,5,0,'{\"courseid\":\"2\"}',1699947672,'cli',NULL,NULL),(7929,'\\core\\event\\notification_sent','core','sent','notification','notifications',907,'c',0,1,10,0,11,0,2,0,'{\"courseid\":\"2\"}',1699947674,'cli',NULL,NULL),(7930,'\\core\\event\\notification_sent','core','sent','notification','notifications',908,'c',0,1,10,0,11,0,19,0,'{\"courseid\":\"2\"}',1699947677,'cli',NULL,NULL),(7931,'\\core\\event\\notification_sent','core','sent','notification','notifications',909,'c',0,1,10,0,16,0,6,0,'{\"courseid\":\"2\"}',1699948687,'cli',NULL,NULL),(7932,'\\core\\event\\notification_sent','core','sent','notification','notifications',910,'c',0,1,10,0,16,0,17,0,'{\"courseid\":\"2\"}',1699948690,'cli',NULL,NULL),(7933,'\\core\\event\\notification_sent','core','sent','notification','notifications',911,'c',0,1,10,0,16,0,11,0,'{\"courseid\":\"2\"}',1699948693,'cli',NULL,NULL),(7934,'\\core\\event\\notification_sent','core','sent','notification','notifications',912,'c',0,1,10,0,16,0,23,0,'{\"courseid\":\"2\"}',1699948696,'cli',NULL,NULL),(7935,'\\core\\event\\notification_sent','core','sent','notification','notifications',913,'c',0,1,10,0,16,0,13,0,'{\"courseid\":\"2\"}',1699948699,'cli',NULL,NULL),(7936,'\\core\\event\\notification_sent','core','sent','notification','notifications',914,'c',0,1,10,0,16,0,5,0,'{\"courseid\":\"2\"}',1699948702,'cli',NULL,NULL),(7937,'\\core\\event\\notification_sent','core','sent','notification','notifications',915,'c',0,1,10,0,16,0,21,0,'{\"courseid\":\"2\"}',1699948705,'cli',NULL,NULL),(7938,'\\core\\event\\notification_sent','core','sent','notification','notifications',916,'c',0,1,10,0,16,0,20,0,'{\"courseid\":\"2\"}',1699948709,'cli',NULL,NULL),(7939,'\\core\\event\\notification_sent','core','sent','notification','notifications',917,'c',0,1,10,0,16,0,16,0,'{\"courseid\":\"2\"}',1699948712,'cli',NULL,NULL),(7940,'\\core\\event\\notification_sent','core','sent','notification','notifications',918,'c',0,1,10,0,16,0,22,0,'{\"courseid\":\"2\"}',1699948715,'cli',NULL,NULL),(7941,'\\core\\event\\notification_sent','core','sent','notification','notifications',919,'c',0,1,10,0,16,0,2,0,'{\"courseid\":\"2\"}',1699948718,'cli',NULL,NULL),(7942,'\\core\\event\\notification_sent','core','sent','notification','notifications',920,'c',0,1,10,0,16,0,19,0,'{\"courseid\":\"2\"}',1699948721,'cli',NULL,NULL),(7943,'\\core\\event\\notification_sent','core','sent','notification','notifications',921,'c',0,1,10,0,16,0,14,0,'{\"courseid\":\"2\"}',1699948724,'cli',NULL,NULL),(7944,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699949799,'web','203.72.182.45',NULL),(7945,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1699949808,'web','203.72.182.45',NULL),(7946,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1699949808,'web','203.72.182.45',NULL),(7947,'\\core\\event\\notification_sent','core','sent','notification','notifications',922,'c',0,1,10,0,0,0,22,0,'{\"courseid\":\"1\"}',1699949825,'cli',NULL,NULL),(7948,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1699949853,'web','203.72.182.45',NULL),(7949,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,22,2,NULL,0,'null',1699949868,'web','203.72.182.45',NULL),(7950,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,22,2,NULL,0,'null',1699949871,'web','203.72.182.45',NULL),(7951,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699951573,'web','123.193.67.155',NULL),(7952,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1699951574,'web','123.193.67.155',NULL),(7953,'\\mod_forum\\event\\course_module_instance_list_viewed','mod_forum','viewed','course_module_instance_list',NULL,NULL,'r',0,2,50,1,0,1,NULL,0,'null',1699951839,'web','34.105.37.64',NULL),(7954,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',119,'c',2,79,70,40,5,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u671f\\u672b\\u4f5c\\u696d-\\u7d0d\\u5c3c\\u4e9e\\u50b3\\u5947<br \\/>\\n2023.11.14<br \\/>\\n<br \\/>\\n\\u4e00\\u3001\\u6587\\u672c\\u80cc\\u5f8c\\u7684\\u4e16\\u754c-\\u6b77\\u53f2\\uff1a<br \\/>\\n1.\\u4f5c\\u54c1\\u7684\\u5275\\u9020\\u53f2\\uff1a<br \\/>\\n \\u300a\\u7d0d\\u5c3c\\u4e9e\\u50b3\\u5947\\u300b\\u7684\\u4f5c\\u8005\\u9b6f\\u76ca\\u5e2b\\uff08Clive Staples Lewis, 1898~1963\\uff0c\\u53c8\\u8b6f\\u70ba\\u8def\\u6613\\u65af\\uff09\\uff0c\\u66fe\\u7d93\\u9019\\u6a23\\u8aaa\\ufe55\\u300c\\u4e00\\u500b\\u4f4f\\u904e\\u5f88\\u591a\\u5730\\u65b9\\u7684\\u4eba\\uff0c\\u8f03\\u4e0d\\u6613\\u88ab\\u6545\\u9109\\u7684\\u932f\\u8aa4\\u6240\\u6b3a\\u9a19\\u3002\\u300d\\u6216\\u8a31\\u9019\\u662f\\u4ed6\\u5275\\u4f5c\\u7d0d\\u5c3c\\u4e9e\\u7cfb\\u5217\\u7684\\u91cd\\u8981\\u7406\\u5ff5\\u4e4b\\u4e00\\uff0c\\u56e0\\u70ba\\u9019\\u4e03\\u672c\\u7ae5\\u8a71\\u66f8\\u7279\\u5225\\u662f\\u95dc\\u65bc\\u300c\\u7a7a\\u9593\\u7684\\u6545\\u4e8b\\u300d\\uff0c\\u5145\\u6eff\\u4e86\\u4e0d\\u540c\\u4e16\\u754c\\u7684\\u806f\\u7d50\\u8207\\u8f49\\u63db\\u3002C.S.\\u9b6f\\u76ca\\u5e2b\\u8207\\u300a\\u9b54\\u6212\\u300b\\u7cfb\\u5217\\u7684\\u4f5c\\u8005\\u6258\\u723e\\u91d1\\u90fd\\u662f\\u725b\\u6d25\\u5927\\u5b78\\u77e5\\u540d\\u6587\\u4eba\\uff0c\\u5169\\u4eba\\u79c1\\u4ea4\\u751a\\u7be4\\uff0c\\u5728\\u4e00\\u6b21\\u804a\\u5929\\u4e2d\\uff0c\\u4ed6\\u5011\\u6709\\u611f\\u65bc\\u5e74\\u8f15\\u8b80\\u8005\\u5e7e\\u4e4e\\u6c92\\u6709\\u4ec0\\u9ebc\\u597d\\u770b\\u7684\\u5947\\u5e7b\\u6545\\u4e8b\\uff0c\\u65bc\\u662f\\u5169\\u4eba\\u627f\\u8afe\\u89aa\\u81ea\\u52d5\\u7b46\\u5275\\u4f5c\\uff0c\\u76f8\\u4e92\\u8f03\\u52c1\\u4e00\\u4e0b\\uff0c\\u521d\\u6b65\\u69cb\\u60f3\\u7531\\u6258\\u723e\\u91d1\\u5beb\\u95dc\\u65bc\\u6642\\u9593\\u65c5\\u884c\\u7684\\u5947\\u5e7b\\u6545\\u4e8b\\uff1bC.S.\\u9b6f\\u76ca\\u5e2b\\u5247\\u5beb\\u95dc\\u65bc\\u7a7a\\u9593\\u65c5\\u884c\\u7684\\u5947\\u5e7b\\u6545\\u4e8b\\u3002\\u9019\\u5c31\\u662f\\u8209\\u4e16\\u805e\\u540d\\u7684\\u300a\\u9b54\\u6212\\u300b\\u7cfb\\u5217\\u8207\\u300a\\u7d0d\\u5c3c\\u4e9e\\u50b3\\u5947\\u300b\\u7cfb\\u5217\\u7684\\u7531\\u4f86\\u3002<br \\/>\\n Clive Staples Lewis\\uff0cC.S.\\u9b6f\\u76ca\\u5e2b\\uff08\\u6216\\u8b6f\\u8def\\u6613\\u65af\\uff09\\u30021898\\u51fa\\u751f\\u65bc\\u611b\\u723e\\u862d\\uff0c1963\\u904e\\u4e16\\u3002\\u4ee5\\u5947\\u5e7b\\u6587\\u5b78\\u300a\\u7d0d\\u5c3c\\u4e9e\\u50b3\\u5947\\u300b\\u7cfb\\u5217\\u805e\\u540d\\u65bc\\u4e16\\uff0c\\u5728\\u5b78\\u8853\\u4e0a\\u7684\\u5730\\u4f4d\\u5efa\\u7acb\\u65bc\\u4e2d\\u53e4\\u4e16\\u7d00\\u82f1\\u570b\\u53e4\\u5178\\u6587\\u5b78\\u7684\\u7814\\u7a76\\u8a55\\u8ad6\\u4ee5\\u53ca\\u5f8c\\u73fe\\u4ee3\\u6587\\u5b78\\u6279\\u8a55\\u4e0a\\u3002C. S. \\u9b6f\\u76ca\\u5e2b\\u88ab\\u7a31\\u70ba\\u300c\\u4e8c\\u5341\\u4e16\\u7d00\\u6700\\u5049\\u5927\\u7684\\u725b\\u6d25\\u4eba\\u300d\\uff0c\\u4ed6\\u53e6\\u4e00\\u500b\\u66f4\\u70ba\\u4eba\\u7a31\\u9053\\uff0c \\u4f46\\u4e5f\\u66f4\\u5f15\\u8d77\\u722d\\u8b70\\u7684\\u8eab\\u4efd\\uff0c\\u4e43\\u662f\\u4e8c\\u5341\\u4e16\\u7d00\\u57fa\\u7763\\u6559\\u6700\\u91cd\\u8981\\u7684\\u300c\\u8b77\\u6559\\u5b78\\u8005\\u300d\\u30021931 \\u5e74 C. S. \\u9b6f\\u76ca\\u5e2b\\u6210\\u70ba\\u57fa\\u7763\\u5f92\\uff0c1933 \\u5e74\\u958b\\u59cb\\u4ed6\\u4fbf\\u4ee5\\u5beb\\u4f5c\\u4f86\\u95e1\\u8ff0\\u3001\\u5ba3\\u63da\\u4ed6\\u7684\\u57fa\\u7763\\u6559\\u601d\\u60f3\\uff0c \\u76f4\\u5230 1963 \\u5e74\\u8fad\\u4e16\\uff0c\\u4e00\\u5171\\u5b8c\\u6210\\u4e09\\u5341\\u591a\\u90e8\\u7684\\u4f5c\\u54c1\\u3002<br \\/>\\n \\u300a\\u7d0d\\u5c3c\\u4e9e\\u50b3\\u5947\\u300b\\u7cfb\\u5217\\u4e5f\\u88ab\\u8996\\u70ba\\u627f\\u8972\\u53e4\\u5178\\u5152\\u7ae5\\u6587\\u5b78\\u4f5c\\u54c1\\u7684\\u4ee3\\u8868\\u4f5c\\uff0c\\u5341\\u4e5d\\u4e16\\u7d00\\u7684\\u300a\\u91d1\\u9280\\u5cf6\\u300b\\u3001\\u300a\\u5b89\\u5f92\\u751f\\u7ae5\\u8a71\\u300b\\u2026\\u7b49\\u7b49\\uff0c\\u90fd\\u53ef\\u5728\\u300a\\u7d0d\\u5c3c\\u4e9e\\u50b3\\u5947\\u300b\\u7684\\u6545\\u4e8b\\u4e2d\\u627e\\u5230\\u7e2e\\u5f71\\uff0c\\u5c0d\\u65bc\\u7576\\u6642\\u4e45\\u7121\\u4f73\\u4f5c\\u7684\\u5152\\u7ae5\\u6587\\u5b78\\u4f86\\u8aaa\\uff0c\\u300a\\u7d0d\\u5c3c\\u4e9e\\u50b3\\u5947\\u300b\\u7cfb\\u5217\\u4f5c\\u54c1\\u7684\\u63a8\\u51fa\\uff0c\\u6210\\u529f\\u8f49\\u8b8a\\u4e86\\u5927\\u5bb6\\u5c0d\\u5152\\u7ae5\\u6587\\u5b78\\u908a\\u7de3\\u5316\\u3001\\u7c21\\u55ae\\u5316\\u7684\\u8a8d\\u77e5\\uff0c\\u7de0\\u9020\\u4e86\\u4e00\\u500b\\u65b0\\u7684\\u91cc\\u7a0b\\u7891\\u3002C.S.\\u9b6f\\u76ca\\u5e2b\\u7684\\u300a\\u7d0d\\u5c3c\\u4e9e\\u50b3\\u5947\\u300b\\u7cfb\\u5217\\u4f5c\\u54c1\\u5f71\\u97ff\\u5f8c\\u4e16\\u4f5c\\u5bb6\\u5341\\u5206\\u6df1\\u9060\\uff0c\\u5305\\u62ec\\u8fd1\\u671f\\u300a\\u54c8\\u5229\\u6ce2\\u7279\\u300b\\u7cfb\\u5217\\u7684\\u4f5c\\u8005 J.K.\\u7f85\\u7433\\u90fd\\u66fe\\u8868\\u793a\\u81ea\\u5df1\\u6df1\\u53d7 C.S.\\u9b6f\\u76ca\\u5e2b\\u4f5c\\u54c1\\u7684\\u5f71\\u97ff\\u3002\\u96d6\\u7136\\uff0c\\u300a\\u7d0d\\u5c3c\\u4e9e\\u50b3\\u5947\\u300b\\u662f\\u5beb\\u7d66\\u5b69\\u7ae5\\u7684\\u6545\\u4e8b\\u66f8\\uff0c\\u4f46\\u9019\\u4e00\\u7cfb\\u5217\\u537b\\u662f\\u9b6f\\u76ca\\u5e2b\\u4fe1\\u4ef0\\u6210\\u719f\\u671f\\u7684\\u4f5c\\u54c1\\u3002\\u4ed6\\u5728\\u4e00\\u4e5d\\u4e8c\\u4e5d\\u5e74\\u7531\\u7121\\u795e\\u8ad6\\u8f49\\u5411\\u4e00\\u795e\\u8ad6\\uff0c\\u4e00\\u4e5d\\u4e09\\u4e00\\u5e74\\u6210\\u70ba\\u57fa\\u7763\\u5f92\\uff0c\\u5728\\u7d0d\\u5c3c\\u4e9e\\u7cfb\\u5217\\u5b8c\\u6210\\u4e4b\\u524d\\uff0c\\u9b6f\\u6c0f\\u51fa\\u7248\\u7684\\u91cd\\u8981\\u795e\\u5b78\\u8457\\u4f5c\\u5df2\\u7d93\\u5305\\u62ec\\ufe55\\u300a\\u5929\\u8def\\u56de\\u7a0b\\u300b\\uff081933\\uff09\\ufe51\\u300a\\u75db\\u82e6\\u7684\\u5967\\u79d8\\u300b\\uff081940\\uff09\\ufe51\\u300a\\u5730\\u7344\\u4f86\\u9d3b\\u300b\\uff081942\\uff09\\ufe51\\u300a\\u5929\\u6df5\\u4e4b\\u5225\\u300b\\uff081946\\uff09\\ufe51\\u300a\\u795e\\u8e5f\\u300b\\uff081947\\uff09\\ufe51\\u548c\\u300a\\u7d14\\u7cb9\\u7684\\u57fa\\u7763\\u6559\\u300b\\uff081952\\uff09\\u3002\\u9b6f\\u76ca\\u5e2b\\u91cd\\u8981\\u8457\\u4f5c\\ufe55<br \\/>\\n\\u300a The Pilgrim\'s Regress\\u300b\\uff081933\\uff09<br \\/>\\n\\u300aThe Problem of Pain\\u300b\\uff08\\u4e2d\\u8b6f\\u300a\\u75db\\u82e6\\u7684\\u5967\\u7955\\u300b\\uff0c1940\\uff09<br \\/>\\n\\u300aThe Screwtape Letters\\u300b\\uff08\\u300a\\u5730\\u7344\\u4f86\\u9d3b\\u300b\\uff0c1942\\uff09<br \\/>\\n\\u300aThe Abolition of Man\\u300b\\uff081943\\uff09<br \\/>\\n\\u300aThe Great Divorce\\u300b\\uff08\\u4e2d\\u8b6f\\u300a\\u5922\\u5e7b\\u5df4\\u58eb\\u300b\\uff0c1946\\uff09<br \\/>\\n\\u300aMere Christianity\\u300b\\uff08\\u4e2d\\u8b6f\\u300a\\u8fd4\\u749e\\u6b78\\u771f\\u300b\\uff0c1952\\uff09<br \\/>\\n\\u300athe Chronicles of Narnia\\u300b\\uff08\\u4e2d\\u8b6f\\u300a\\u7d0d\\u5c3c\\u4e9e\\u50b3\\u5947\\u300b\\u7cfb\\u5217\\uff0c1950-56\\uff09<br \\/>\\n\\u300aTill We Have Faces\\u300b\\uff08\\u4e2d\\u8b6f\\u300a\\u88f8\\u984f\\u300b\\uff0c1956\\uff09<br \\/>\\n\\u300aReflections on the Psalms\\u300b\\uff08\\u300a\\u8a69\\u7bc7\\u64f7\\u601d\\u300b\\uff0c1958\\uff09<br \\/>\\n\\u300aThe Four Loves\\u300b\\uff08\\u4e2d\\u8b6f\\u300a\\u56db\\u7a2e\\u611b\\u300b\\uff0c1960\\uff09<br \\/>\\n\\u300aThe Grief Observed\\u300b\\uff08\\u4e2d\\u8b6f\\u300a\\u537f\\u537f\\u5982\\u5514\\u300b\\uff0c1961\\uff09<br \\/>\\n\\u300aAn Experiment in Criticism\\u300b\\uff081961\\uff09<br \\/>\\n <br \\/>\\n\\u4e8c\\u3001\\u6587\\u672c\\u672c\\u8eab\\u7684\\u4e16\\u754c-\\u985e\\u578b\\uff1a<br \\/>\\n \\u4eba\\u985e\\u6b77\\u53f2\\u9032\\u5165\\u4e86\\u73fe\\u4ee3\\u6642\\u671f\\uff0c\\u9ad8\\u8209\\u79d1\\u5b78\\u3001\\u7406\\u6027\\u7684\\u65d7\\u5e5f\\u7d1b\\u7d1b\\u63da\\u8d77\\uff0c\\u96a8\\u8457\\u5404\\u7a2e\\u601d\\u60f3\\u7684\\u98a8\\u8d77\\u96f2\\u6e67\\uff0c\\u66fe\\u7d93\\u4e3b\\u5bb0\\u897f\\u65b9\\u793e\\u6703\\u7684\\u57fa\\u7763\\u6559\\u601d\\u60f3\\uff0c\\u537b\\u4e00\\u6b65\\u6b65\\u5931\\u53bb\\u5b83\\u7684\\u5149\\u74b0\\u8207\\u821e\\u53f0\\u3002\\u4e0d\\u904e\\u88ab\\u7406\\u6027\\u601d\\u6f6e\\u6240\\u6452\\u68c4\\u7684\\u8d85\\u81ea\\u7136\\u4e8b\\u7269\\uff0c\\u5728 C. S. \\u9b6f\\u76ca\\u5e2b\\u770b\\u4f86\\uff0c\\u537b\\u662f\\u4eba\\u985e\\u6700\\u70ba\\u5bf6\\u8cb4 \\u7684\\u8cc7\\u7522\\uff0c\\u5b83\\u4e0d\\u50c5\\u53cd\\u6620\\u8457\\u300c\\u771f\\u5be6\\u300d\\uff0c\\u66f4\\u662f\\u300c\\u7f8e\\u300d\\u7684\\u6e90\\u982d\\u3002\\u300a\\u7d0d\\u5c3c\\u4e9e\\u50b3\\u5947\\u300b\\u96d6\\u4e0d\\u662f\\u56b4\\u8b39\\u3001\\u6709\\u898f\\u5283\\u7684\\u4f5c\\u54c1\\uff0c\\u4e0d\\u904e\\u5b83\\u537b\\u5b8c\\u6574\\u627f\\u8f09\\u8457 C. S. \\u9b6f\\u76ca\\u5e2b\\u5c0d\\u73fe\\u4ee3\\u4e3b\\u7fa9\\u7684\\u53cd\\u52d5\\u3002\\u5b83\\u50cf\\u7bc7\\u8b70\\u8ad6\\uff0c\\u62a8\\u64ca\\u73fe\\u4ee3\\u4e3b\\u7fa9\\u7684\\u7522\\u7269;\\u53c8\\u50cf\\u7bc7\\u795e\\u8a71\\uff0c\\u50b3\\u627f\\u53e4\\u8001\\u7684\\u771f\\u5be6\\u3002\\u300c\\u62ef\\u6551\\u7d0d\\u5c3c\\u4e9e\\u738b\\u570b\\u300d\\u662f\\u5f9e\\u7b2c\\u4e00\\u96c6\\u5230\\u7b2c\\u4e03\\u96c6\\u7684\\u6545\\u4e8b\\u88e1\\u975e\\u5e38\\u91cd\\u8981\\u7684\\u4e3b\\u984c\\uff0cC.S.\\u9b6f\\u76ca\\u5e2b\\u7528\\u7c21\\u55ae\\u7684\\u8a9e\\u8a00\\u92ea\\u6392\\u51fa\\u5bd3\\u610f\\u6df1\\u9577\\u7684\\u8c50\\u5bcc\\u5167\\u5bb9\\uff0c\\u4ed6\\u4e0d\\u7528\\u79d1\\u6280\\u7684\\u8b8a\\u88dd\\uff0c\\u4e0d\\u7528\\u8a6d\\u8b4e\\u7684\\u5287\\u60c5\\uff0c\\u4e0d\\u7528\\u8271\\u6f80\\u7684\\u6587\\u5b57\\uff0c\\u4f46\\u4eba\\u7684\\u8edf\\u5f31\\u3001\\u8b0a\\u8a00\\u3001\\u865b\\u507d\\u3001\\u81ea\\u5927\\u3001\\u9a55\\u50b2\\u3001\\u61f7\\u7591\\u537b\\u5728\\u9019\\u4e00\\u5957\\u6545\\u4e8b\\u7576\\u4e2d\\u8868\\u73fe\\u7121\\u907a\\uff0c\\u6240\\u5e78\\u4e9e\\u65af\\u85cd\\u7e3d\\u662f\\u5f9e\\u5373\\u5c07\\u6d88\\u5931\\u7684\\u7d0d\\u5c3c\\u4e9e\\u570b\\u5ea6\\u5439\\u8d77\\u4e00\\u53e3\\u6c23\\uff0c\\u8b93\\u4eba\\u5728\\u5fc3\\u4e2d\\u71c3\\u8d77\\u65b0\\u5e0c\\u671b\\u3002<br \\/>\\n \\u5728\\u5c0f\\u8aaa\\u4e2d\\uff0c\\u554f\\u984c\\u89e3\\u6c7a\\u662f\\u60c5\\u7bc0\\u92ea\\u6392\\u4e2d\\u6700\\u91cd\\u8981\\u7684\\u4e00\\u74b0\\uff0c\\u4e0d\\u540c\\u6027\\u683c\\u7684\\u4eba\\uff0c\\u5728\\u9762\\u5c0d\\u56f0\\u96e3\\u6240\\u4f5c\\u51fa\\u7684\\u9078\\u64c7\\u5f8c\\uff0c\\u5c07\\u5f71\\u97ff\\u6574\\u9ad4\\u6545\\u4e8b\\u7684\\u92ea\\u6392\\u8207\\u6558\\u5beb\\u3002C. S. \\u9b6f\\u76ca\\u5e2b\\u66fe\\u8aaa\\u904e\\u4ed6\\u60f3\\u8981\\u5beb\\u7ae5\\u66f8\\u6642\\uff0c\\u300c\\u90a3\\u5c07\\u6703\\u662f\\u50b3\\u627f\\u5948\\u65af\\u6bd4\\u7279(E.Nesbit)\\u7684\\u50b3\\u7d71\\u3002\\u300d\\u800c\\u300a\\u7345\\u5b50\\u3001\\u5973\\u5deb\\u3001\\u9b54 \\u8863\\u6ae5\\u300b\\u7684\\u6545\\u4e8b\\u958b\\u7aef\\uff0c\\u6230\\u722d\\u4e2d\\u7684\\u7236\\u6bcd\\u5c07\\u5c0f\\u5b69\\u9001\\u5230\\u4ed6\\u8655\\u907f \\u96e3\\uff0c\\u4e8b\\u5be6\\u4e0a\\u5247\\u548c\\u5948\\u65af\\u6bd4\\u7279\\u7684\\u300a\\u8a31\\u9858\\u7cbe\\u9748\\u300b\\u8a2d\\u8a08\\u5982\\u51fa\\u4e00\\u8f4d\\uff0c\\u770b\\u4f3c\\u53d6\\u6750\\u81ea\\u73fe\\u5be6\\u7684\\u4eba\\u7269\\uff0c\\u537b\\u56e0\\u70ba\\u8de8\\u9032\\u610f\\u5916\\u7684\\u5834 \\u666f\\uff0c\\u6a6b\\u8de8\\u65bc\\u73fe\\u5be6\\u8207\\u5e7b\\u60f3\\u4e16\\u754c\\u4e4b\\u4e2d;\\u6240\\u4ee5\\uff0c\\u5728\\u95b1\\u8b80\\u6587\\u672c\\u6642\\u89d2\\u8272\\u8a2d\\u8a08\\u7684\\u71df\\u9020\\uff0c\\u5f80\\u5f80\\u4e5f\\u66ff\\u4e3b\\u89d2\\u92ea\\u5f80\\u4e0d\\u540c\\u672a\\u4f86\\u4e4b \\u8def\\u3002\\u56e0\\u6b64\\uff0c\\u53ef\\u4ee5\\u5148\\u5229\\u7528\\u7c21\\u55ae\\u7684\\u5206\\u6cd5\\uff0c\\u5c07\\u6587\\u672c\\u4e2d\\u51fa\\u73fe\\u7684 \\u89d2\\u8272\\uff0c\\u5340\\u5206\\u6210\\u73fe\\u5be6\\u4e16\\u754c\\u7684\\u4eba\\u985e\\u548c\\u5947\\u5e7b\\u4e16\\u754c\\u7684\\u975e\\u4eba\\u985e\\uff0c \\u518d\\u7d30\\u5206\\u4e0d\\u540c\\u7684\\u5c64\\u6b21\\u9032\\u884c\\u8a0e\\u8ad6\\uff0c\\u300a\\u7345\\u5b50\\u3001\\u5973\\u5deb\\u3001\\u9b54\\u8863\\u6ae5\\u300b \\u7684\\u5c0f\\u8aaa\\u89d2\\u8272\\u5206\\u985e\\u5982\\u4e0b:\\u4e00\\u3001\\u4eba\\u985e\\u5f62\\u8c61\\uff0c\\u6240\\u8b02\\u7684\\u4eba\\u985e\\uff0c\\u6307\\u7684\\u662f\\u73fe\\u5be6\\u751f\\u6d3b\\u4e2d\\u53ef\\u898b\\u7684\\u4eba\\u7269\\u3002\\u4e8c\\u3001\\u7279\\u6b8a\\u89d2\\u8272\\u3002<br \\/>\\n(\\u4e00)\\u5152\\u7ae5\\u4e3b\\u89d2<br \\/>\\n\\u300a\\u7345\\u5b50\\u3001\\u5973\\u5deb\\u3001\\u9b54\\u8863\\u6ae5\\u300b\\u662fC. S. \\u9b6f\\u76ca\\u5e2b\\u64b0\\u5beb\\u9019\\u4e00\\u7cfb\\u5217\\u5c0f\\u8aaa\\u4e2d\\u7684\\u7b2c\\u4e00\\u672c\\uff0c\\u56e0\\u6b64\\u672c\\u66f8\\u7684\\u5152\\u7ae5\\u4e3b\\u89d2\\u662f\\u6545\\u4e8b\\u7684\\u6838\\u5fc3\\uff0c\\u9019\\u56db\\u5144\\u59b9\\u70ba\\u5f7c\\u5f97\\u3001\\u8607\\u73ca\\u3001\\u611b\\u5fb7\\u8499\\u548c\\u9732\\u897f\\u3002 1.\\u5f7c\\u5f97:13 \\u6b72\\uff0c\\u56db\\u5144\\u59b9\\u4e2d\\u7684\\u8001\\u5927\\uff0c\\u88ab\\u5abd\\u5abd\\u8ce6\\u4e88\\u7167\\u9867\\u5f1f\\u59b9\\u7684\\u8cac\\u4efb\\u3002\\u614b\\u5ea6\\u7a69\\u91cd\\uff0c\\u6709\\u82f1\\u52c7\\u7684\\u6230\\u9b25\\u7cbe\\u795e\\uff0c\\u662f\\u5177\\u6709\\u9818\\u5c0e\\u624d\\u80fd\\u7684\\u9752\\u5c11\\u5e74;\\u5728\\u6545\\u4e8b\\u4e2d\\u88ab\\u5f62\\u5851\\u70ba\\u5e36\\u9818\\u5927\\u773e\\u7684\\u89d2\\u8272\\u30022.\\u8607\\u73ca:12 \\u6b72\\uff0c\\u9ad8\\u7626\\u512a\\u96c5\\uff0c\\u500b\\u6027\\u6eab\\u67d4\\uff0c\\u591a\\u6101\\u5584\\u611f\\uff0c\\u4e3b\\u89c0\\u610f\\u8b58\\u5f37\\uff0c\\u5bcc\\u6709\\u540c\\u60c5\\u6190\\u61ab\\u5fc3\\u30023.\\u611b\\u5fb7\\u8499:10 \\u6b72\\uff0c\\u4e00\\u958b\\u59cb\\u51fa\\u73fe\\u88ab\\u4f5c\\u8005\\u8a2d\\u5b9a\\u6210\\u5c0f\\u6c23\\u3001\\u611b\\u60e1\\u4f5c\\u5287\\u3001\\u8caa\\u5a6a\\uff0c\\u76f4\\u5230\\u4e9e\\u65af\\u85cd\\u7684\\u72a7\\u7272\\u6539\\u8b8a\\u4e86\\u4ed6\\uff0c\\u4e26\\u52a0\\u5165\\u5c0d\\u6297\\u5973\\u5deb\\u7684\\u884c\\u5217\\u30024.\\u9732\\u897f:8 \\u6b72\\uff0c\\u500b\\u6027\\u5305\\u5bb9\\uff0c\\u5bcc\\u60f3\\u50cf\\u529b\\uff0c\\u52c7\\u65bc\\u5617\\u8a66\\uff0c\\u559c\\u6b61\\u5192\\u96aa\\uff0c\\u771f\\u8aa0\\u5584\\u826f\\u7684\\u5fc3\\u4f7f\\u5f97\\u5979\\u80fd\\u5920\\u5316\\u96aa\\u70ba\\u5937\\u3002<br \\/>\\n(\\u4e8c)\\u7279\\u6b8a\\u89d2\\u8272<br \\/>\\n \\u5728\\u300a\\u7d0d\\u5c3c\\u4e9e\\u50b3\\u5947\\u300b\\u7684\\u7cfb\\u5217\\u5c0f\\u8aaa\\u4e2d\\uff0c\\u6709\\u8a31\\u591a\\u975e\\u4eba\\u985e\\u7684\\u751f\\u7269\\u51fa\\u73fe\\uff0c\\u5305\\u542b\\u80fd\\u8a00\\u7378\\u3001\\u77ee\\u4eba\\u3001\\u5973\\u5deb\\u548c\\u795e\\u602a\\u65cf\\u985e\\uff0c<br \\/>\\n\\u9020\\u5c31\\u7d0d\\u5c3c\\u4e9e\\u738b\\u570b\\u88e1\\uff0c\\u5584\\u8207\\u60e1\\u7684\\u885d\\u7a81\\u8207\\u5c0d\\u7acb\\u30021.\\u4e9e\\u65af\\u85cd:\\u7531\\u65bcC. S. \\u9b6f\\u76ca\\u5e2b\\u672c\\u8eab\\u7684\\u5b97\\u6559\\u4fe1\\u4ef0\\uff0c\\u4f7f\\u5f97\\u4ed6\\u5275\\u9020\\u51fa\\u4f86\\u7684\\u4e9e\\u65af\\u85cd\\u662f\\u842c\\u7378\\u4e4b\\u738b\\u7684\\u7345\\u5b50\\uff0c\\u5177\\u6709\\u8036\\u7a4c\\u7684\\u5f71\\u5b50\\uff0c\\u662f\\u6b63\\u7fa9\\u7684\\u5316\\u8eab\\uff0c\\u4e5f\\u662f\\u6b64\\u7cfb\\u5217\\u6545\\u4e8b\\u4e2d\\u7684\\u82f1\\u96c4\\u50b3\\u8aaa\\u3002\\u7260\\u4e0d\\u4f46\\u5275\\u9020\\u4e86\\u7d0d\\u5c3c\\u4e9e\\u738b\\u570b\\uff0c\\u7d66\\u4e88\\u842c\\u7269\\u81ea\\u7531\\u610f\\u5fd7\\uff0c\\u4e26\\u626e\\u6f14\\u5b88\\u8b77\\u8005\\u7684\\u89d2\\u8272\\uff0c\\u5728\\u6709\\u56f0\\u96e3\\u7684\\u6642\\u5019\\u633a\\u8eab\\u800c\\u51fa\\uff0c\\u62b5\\u6297\\u90aa\\u60e1\\u52e2\\u529b\\u3002\\u7121\\u79c1\\u7684\\u7260\\u5728\\u5fa9\\u6d3b\\u4e4b\\u5f8c\\uff0c\\u70ba\\u7d0d\\u5c3c\\u4e9e\\u738b\\u570b\\u5e36\\u4f86\\u5e0c\\u671b\\uff0c\\u7260\\u5e36\\u9818\\u5404\\u7a2e\\u751f\\u7269\\uff0c\\u76f4\\u6417\\u9ec3\\u9f8d\\uff0c\\u4f7f\\u5f97\\u539f\\u672c\\u75b2\\u618a\\u7684\\u8ecd\\u968a\\u58eb\\u6c23\\u5927\\u632f\\uff0c\\u7372\\u5f97\\u6700\\u7d42\\u7684\\u52dd\\u5229\\u3002\\u7260\\u81ea\\u5df1\\u5247\\u5728\\u6b3d\\u9ede\\u56db\\u5144\\u59b9\\u64d4\\u4efb\\u570b\\u738b\\u548c\\u5973\\u738b\\uff0c\\u64d4\\u8ca0\\u8d77\\u7d71\\u6cbb\\u7684\\u8cac\\u4efb\\u5f8c\\uff0c\\u6084\\u6084\\u96e2\\u958b\\u30022.\\u5973\\u5deb\\uff1a\\u5728\\u773e\\u591a\\u6545\\u4e8b\\u4e2d\\u7684\\u5973\\u5deb\\uff0c\\u90fd\\u517c\\u5177\\u7f8e\\u8c8c\\u548c\\u90aa\\u60e1\\u7684\\u5316 \\u8eab\\u3002\\u800c\\u8def\\u6613\\u65af\\u7b46\\u4e0b\\u7684\\u5973\\u5deb\\uff0c\\u5177\\u6709\\u96ea\\u767d\\u7684\\u76ae\\u819a\\u548c\\u9ad8\\u5927\\u7684 \\u8eab\\u6750\\uff0c\\u5c55\\u73fe\\u56b4\\u5cfb\\u795e\\u8272\\u548c\\u9ad8\\u50b2\\u7684\\u51b7\\u9177\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1699954595,'web','123.193.67.155',NULL),(7955,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',119,'c',2,79,70,40,5,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1699954595,'web','123.193.67.155',NULL),(7956,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',101,'c',2,79,70,40,5,2,5,0,'{\"forumid\":12,\"discussion\":9}',1699954595,'web','123.193.67.155',NULL),(7957,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,5,2,NULL,0,'null',1699954596,'web','123.193.67.155',NULL),(7958,'\\core\\event\\notification_sent','core','sent','notification','notifications',923,'c',0,1,10,0,5,0,5,0,'{\"courseid\":\"2\"}',1699958226,'cli',NULL,NULL),(7959,'\\core\\event\\notification_sent','core','sent','notification','notifications',924,'c',0,1,10,0,5,0,2,0,'{\"courseid\":\"2\"}',1699958229,'cli',NULL,NULL),(7960,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,11,2,NULL,0,'null',1699961906,'web','111.241.162.16',NULL),(7961,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1699980015,'web','121.254.88.214',NULL),(7962,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,20,2,NULL,0,'null',1699980015,'web','121.254.88.214',NULL),(7963,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,20,2,NULL,0,'null',1699980023,'web','121.254.88.214',NULL),(7964,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,20,2,NULL,0,'null',1699980046,'web','121.254.88.214',NULL),(7965,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,20,2,NULL,0,'null',1699980219,'web','121.254.88.214',NULL),(7966,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,20,2,NULL,0,'null',1699980227,'web','121.254.88.214',NULL),(7967,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700005758,'web','73.219.6.51',NULL),(7968,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1700005762,'web','73.219.6.51',NULL),(7969,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1700005762,'web','73.219.6.51',NULL),(7970,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700005765,'web','73.219.6.51',NULL),(7971,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1700005770,'web','73.219.6.51',NULL),(7972,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1700005771,'web','73.219.6.51',NULL),(7973,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,2,2,NULL,0,'null',1700005775,'web','73.219.6.51',NULL),(7974,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700005778,'web','73.219.6.51',NULL),(7975,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,2,2,NULL,0,'null',1700005781,'web','73.219.6.51',NULL),(7976,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1700008258,'web','73.219.6.51',NULL),(7977,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700008260,'web','73.219.6.51',NULL),(7978,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700011273,'web','117.56.58.51',NULL),(7979,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"7340@gmail.com\",\"reason\":1}',1700011298,'web','117.56.58.51',NULL),(7980,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1700011318,'web','117.56.58.51',NULL),(7981,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1700011318,'web','117.56.58.51',NULL),(7982,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1700011320,'web','117.56.58.51',NULL),(7983,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,14,2,NULL,0,'null',1700011332,'web','117.56.58.51',NULL),(7984,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,14,2,NULL,0,'null',1700011393,'web','117.56.58.51',NULL),(7985,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,14,2,NULL,0,'null',1700011406,'web','117.56.58.51',NULL),(7986,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,14,2,NULL,0,'null',1700011412,'web','117.56.58.51',NULL),(7987,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,14,2,NULL,0,'null',1700011417,'web','117.56.58.51',NULL),(7988,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,14,2,NULL,0,'null',1700011431,'web','117.56.58.51',NULL),(7989,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,2,2,NULL,0,'null',1700014498,'web','73.219.6.51',NULL),(7990,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1700014502,'web','73.219.6.51',NULL),(7991,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,2,2,NULL,0,'null',1700014503,'web','73.219.6.51',NULL),(7992,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,2,2,NULL,0,'null',1700014504,'web','73.219.6.51',NULL),(7993,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,2,2,NULL,0,'null',1700014506,'web','73.219.6.51',NULL),(7994,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,2,2,NULL,0,'null',1700014507,'web','73.219.6.51',NULL),(7995,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,2,2,NULL,0,'null',1700014509,'web','73.219.6.51',NULL),(7996,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,2,2,NULL,0,'null',1700014510,'web','73.219.6.51',NULL),(7997,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1700014512,'web','73.219.6.51',NULL),(7998,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700014527,'web','73.219.6.51',NULL),(7999,'\\core\\event\\course_section_created','core','created','course_section','course_sections',14,'c',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":10}',1700014531,'web','73.219.6.51',NULL),(8000,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',14,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"10\"}',1700014559,'web','73.219.6.51',NULL),(8001,'\\core\\event\\course_module_created','core','created','course_module','course_modules',45,'c',1,84,70,45,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":24,\"name\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u524d\\u9810\\u5099\\uff1a\\u5c0e\\u6f14\\u7406\\u5ff5\"}',1700014628,'web','73.219.6.51',NULL),(8002,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700014629,'web','73.219.6.51',NULL),(8003,'\\core\\event\\course_module_created','core','created','course_module','course_modules',46,'c',1,85,70,46,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":25,\"name\":\"\\u7b2c\\u4e5d\\u9031\\u8b1b\\u7fa9\"}',1700014754,'web','73.219.6.51',NULL),(8004,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700014755,'web','73.219.6.51',NULL),(8005,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',45,'u',1,84,70,45,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":\"24\",\"name\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u524d\\u9810\\u5099\\u8868\\u55ae\\uff1a\\u5c0e\\u6f14\\u7406\\u5ff5\"}',1700014780,'web','73.219.6.51',NULL),(8006,'\\core\\event\\user_graded','core','graded','user','grade_grades',135,'u',1,16,50,2,2,2,13,0,'{\"itemid\":\"12\",\"overridden\":false,\"finalgrade\":6}',1700015186,'web','73.219.6.51',NULL),(8007,'\\core\\event\\user_graded','core','graded','user','grade_grades',171,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":62}',1700015186,'web','73.219.6.51',NULL),(8008,'\\core\\event\\user_graded','core','graded','user','grade_grades',23,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":74.514290000000003}',1700015187,'web','73.219.6.51',NULL),(8009,'\\core\\event\\user_graded','core','graded','user','grade_grades',138,'u',1,16,50,2,2,2,16,0,'{\"itemid\":\"12\",\"overridden\":false,\"finalgrade\":6}',1700015194,'web','73.219.6.51',NULL),(8010,'\\core\\event\\user_graded','core','graded','user','grade_grades',174,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":52}',1700015194,'web','73.219.6.51',NULL),(8011,'\\core\\event\\user_graded','core','graded','user','grade_grades',2,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":64.400000000000006}',1700015194,'web','73.219.6.51',NULL),(8012,'\\core\\event\\user_graded','core','graded','user','grade_grades',266,'u',1,16,50,2,2,2,16,0,'{\"itemid\":\"17\",\"overridden\":false,\"finalgrade\":6}',1700015231,'web','73.219.6.51',NULL),(8013,'\\core\\event\\user_graded','core','graded','user','grade_grades',174,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":58}',1700015231,'web','73.219.6.51',NULL),(8014,'\\core\\event\\user_graded','core','graded','user','grade_grades',2,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":71.771429999999995}',1700015231,'web','73.219.6.51',NULL),(8015,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700015251,'web','175.182.9.196',NULL),(8016,'\\core\\event\\user_graded','core','graded','user','grade_grades',318,'u',1,16,50,2,2,2,5,0,'{\"itemid\":\"20\",\"overridden\":false,\"finalgrade\":10}',1700015266,'web','73.219.6.51',NULL),(8017,'\\core\\event\\user_graded','core','graded','user','grade_grades',164,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":68}',1700015267,'web','73.219.6.51',NULL),(8018,'\\core\\event\\user_graded','core','graded','user','grade_grades',47,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":74.700000000000003}',1700015267,'web','73.219.6.51',NULL),(8019,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1700015271,'web','175.182.9.196',NULL),(8020,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1700015271,'web','175.182.9.196',NULL),(8021,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1700015273,'web','175.182.9.196',NULL),(8022,'\\core\\event\\user_graded','core','graded','user','grade_grades',324,'u',1,16,50,2,2,2,11,0,'{\"itemid\":\"20\",\"overridden\":false,\"finalgrade\":10}',1700015284,'web','73.219.6.51',NULL),(8023,'\\core\\event\\user_graded','core','graded','user','grade_grades',169,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":80}',1700015284,'web','73.219.6.51',NULL),(8024,'\\core\\event\\user_graded','core','graded','user','grade_grades',8,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":90}',1700015284,'web','73.219.6.51',NULL),(8025,'\\core\\event\\user_graded','core','graded','user','grade_grades',326,'u',1,16,50,2,2,2,13,0,'{\"itemid\":\"20\",\"overridden\":false,\"finalgrade\":10}',1700015295,'web','73.219.6.51',NULL),(8026,'\\core\\event\\user_graded','core','graded','user','grade_grades',171,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":72}',1700015295,'web','73.219.6.51',NULL),(8027,'\\core\\event\\user_graded','core','graded','user','grade_grades',23,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":84.599999999999994}',1700015295,'web','73.219.6.51',NULL),(8028,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,21,2,NULL,0,'null',1700015305,'web','175.182.9.196',NULL),(8029,'\\core\\event\\user_graded','core','graded','user','grade_grades',332,'u',1,16,50,2,2,2,19,0,'{\"itemid\":\"20\",\"overridden\":false,\"finalgrade\":10}',1700015305,'web','73.219.6.51',NULL),(8030,'\\core\\event\\user_graded','core','graded','user','grade_grades',176,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":80}',1700015305,'web','73.219.6.51',NULL),(8031,'\\core\\event\\user_graded','core','graded','user','grade_grades',32,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":82.799999999999997}',1700015305,'web','73.219.6.51',NULL),(8032,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1700015983,'web','175.182.9.196',NULL),(8033,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',120,'c',2,79,70,40,2,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u8b1d\\u8b1d\\u591a\\u5609\\uff01\\u4f60\\u5df2\\u7d93\\u9032\\u5165\\u5230\\u671f\\u672b\\u5831\\u544a\\u7684\\u6b63\\u6587\\u4e86\\u5462\\uff01\\u9019\\u90e8\\u5206\\u4e4b\\u5f8c\\u518d\\u5beb\\u5c31\\u597d\\u4e86 <img class=\\\"icon emoticon\\\" alt=\\\"\\u5fae\\u7b11\\\" title=\\\"\\u5fae\\u7b11\\\" src=\\\"https:\\/\\/moo.cultivarts.org\\/theme\\/image.php\\/moove\\/core\\/1696286633\\/s\\/smiley\\\"><br>\\r\\n<br>\\r\\n\\u9019\\u6b21\\u4f5c\\u696d\\u4e3b\\u8981\\u8981\\u8acb\\u540c\\u5b78\\u5011\\u627e\\u81f3\\u5c11\\u4e94\\u5247\\u8cc7\\u6599\\uff0c\\u7136\\u5f8c\\u91dd\\u5c0d\\u6bcf\\u4e00\\u5247\\u8cc7\\u6599\\uff08\\u4f8b\\u5982\\u5831\\u7ae0\\u96dc\\u8a8c\\u3001\\u66f8\\u7c4d\\u3001\\u8a2a\\u8ac7\\u7b49\\u7b49\\uff09\\uff0c\\u56de\\u7b54\\u4ee5\\u4e0b\\u5169\\u500b\\u554f\\u984c\\uff1a\\u300c\\u5beb\\u4e0b\\u5b83\\uff08\\u9019\\u5247\\u8cc7\\u6599\\uff09\\u4e00\\u500b\\u6838\\u5fc3\\u601d\\u60f3\\u4ee5\\u53ca\\u9019\\u4ef6\\u4e8b\\uff08\\u9019\\u5247\\u8cc7\\u6599\\u63d0\\u5230\\u7684\\u9019\\u4ef6\\u4e8b\\uff09\\u70ba\\u4f55\\u91cd\\u8981\\u3001\\u70ba\\u4f55\\u8207\\u9019\\u4ef6\\u4f5c\\u54c1\\u6216\\u671f\\u672b\\u5831\\u544a\\u6709\\u95dc\\u3002\\u300d<br>\\r\\n<br>\\r\\n\\u770b\\u8d77\\u4f86\\u4f60\\u5df2\\u7d93\\u627e\\u5230\\u4e00\\u4e9b\\u8cc7\\u6599\\u4e86\\uff0c\\u6240\\u4ee5\\u63a5\\u4e0b\\u4f86\\u8981\\u8acb\\u628a\\u76ee\\u524d\\u6210\\u5f62\\u7684\\u6210\\u54c1\\u505a\\u4e00\\u9ede\\u62c6\\u89e3\\uff1a\\u8acb\\u628a\\u6bcf\\u4e00\\u5247\\u6587\\u737b\\u5beb\\u51fa\\u4f86\\uff08\\u4f5c\\u8005\\u3001\\u6a19\\u984c\\u3001\\u51fa\\u7248\\u8cc7\\u8a0a\\u3001\\u5e74\\u4efd\\u7b49\\u7b49\\uff09\\uff0c\\u7136\\u5f8c\\u56de\\u7b54\\u9019\\u5247\\u6587\\u737b\\u8ddf\\u300a\\u7d0d\\u5c3c\\u4e9e\\u50b3\\u5947\\u300b\\u671f\\u672b\\u5831\\u544a\\u7684\\u95dc\\u806f\\u3002<br>\\r\\n<br>\\r\\n\\u4f8b\\u5982\\uff1a<br>\\r\\n1. \\u6587\\u737b\\u4e00\\uff1a\\u9673\\u5609\\u9298\\uff0c\\u3008\\u56e0\\u7236\\u4e4b\\u540d\\uff0c\\u53cd\\u5c0d\\u57fa\\u7763\\u3009\\uff08\\u9999\\u6e2f\\u96fb\\u5f71\\u8a55\\u8ad6\\u5b78\\u6703\\uff0c2006\\u5e74\\uff09\\uff0c<a href=\\\"http:\\/\\/\\u7576\\u521d\\u7684\\u53d7\\u773e\\u5c0d\\u5b83\\u7684\\u53cd\\u61c9\\uff1f\\\">\\u6587\\u7ae0\\u7db2\\u5740<\\/a><br>\\r\\n<br>\\r\\n\\u9019\\u7bc7\\u6587\\u7ae0\\u8b1b\\u5230\\uff2f\\uff2f\\uff2f\\uff2f\\uff2f\\uff2f\\u3002\\u9019\\u4ef6\\u4e8b\\u60c5\\u5f88\\u91cd\\u8981\\uff0c\\u56e0\\u70ba\\uff2f\\uff2f\\uff2f\\uff2f\\uff2f\\uff2f\\uff2f\\u3002\\u9019\\u7bc7\\u6587\\u7ae0\\u8ddf\\u671f\\u672b\\u5831\\u544a\\u6709\\u95dc\\uff0c\\u56e0\\u70ba\\u4f5c\\u8005\\u7684\\u89c0\\u9ede\\u53ef\\u4ee5\\u7528\\u4f86\\u56de\\u7b54\\u300c\\u65b9\\u6cd5\\u300d\\u88e1\\u9762\\u7684\\u300c\\u56db\\u3001\\u6587\\u5316\\u8207\\u6559\\u6703\\u300d\\uff0c\\u300c\\u7576\\u521d\\u7684\\u53d7\\u773e\\u5c0d\\u5b83\\u7684\\u53cd\\u61c9\\uff1f\\u300d\\u9019\\u500b\\u554f\\u984c\\u3002<br>\\r\\n<br>\\r\\n2. \\u6587\\u737b\\u4e8c\\uff1a\\u2026\\u2026<\\/div><div class=\\\"text_to_html\\\"><br><\\/div><div class=\\\"text_to_html\\\">3. \\u6587\\u737b\\u4e09\\uff1a\\u2026\\u2026<br><\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1700016080,'web','73.219.6.51',NULL),(8034,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',120,'c',2,79,70,40,2,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1700016080,'web','73.219.6.51',NULL),(8035,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1700016081,'web','73.219.6.51',NULL),(8036,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1700016210,'web','175.182.9.196',NULL),(8037,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1700016224,'web','175.182.9.196',NULL),(8038,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,21,2,NULL,0,'null',1700016224,'web','175.182.9.196',NULL),(8039,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',120,'c',2,79,70,40,2,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u8b1d\\u8b1d\\u591a\\u5609\\uff01\\u4f60\\u5df2\\u7d93\\u9032\\u5165\\u5230\\u671f\\u672b\\u5831\\u544a\\u7684\\u6b63\\u6587\\u4e86\\u5462\\uff01\\u9019\\u90e8\\u5206\\u4e4b\\u5f8c\\u518d\\u5beb\\u5c31\\u597d\\u4e86 <img class=\\\"icon emoticon\\\" alt=\\\"\\u5fae\\u7b11\\\" title=\\\"\\u5fae\\u7b11\\\" src=\\\"https:\\/\\/moo.cultivarts.org\\/theme\\/image.php\\/moove\\/core\\/1696286633\\/s\\/smiley\\\"><br>\\r\\n<br>\\r\\n\\u9019\\u6b21\\u4f5c\\u696d\\u4e3b\\u8981\\u8981\\u8acb\\u540c\\u5b78\\u5011\\u627e\\u81f3\\u5c11\\u4e94\\u5247\\u8cc7\\u6599\\uff0c\\u7136\\u5f8c\\u91dd\\u5c0d\\u6bcf\\u4e00\\u5247\\u8cc7\\u6599\\uff08\\u4f8b\\u5982\\u5831\\u7ae0\\u96dc\\u8a8c\\u3001\\u66f8\\u7c4d\\u3001\\u8a2a\\u8ac7\\u7b49\\u7b49\\uff09\\uff0c\\u56de\\u7b54\\u4ee5\\u4e0b\\u5169\\u500b\\u554f\\u984c\\uff1a\\u300c\\u5beb\\u4e0b\\u5b83\\uff08\\u9019\\u5247\\u8cc7\\u6599\\uff09\\u4e00\\u500b\\u6838\\u5fc3\\u601d\\u60f3\\u4ee5\\u53ca\\u9019\\u4ef6\\u4e8b\\uff08\\u9019\\u5247\\u8cc7\\u6599\\u63d0\\u5230\\u7684\\u9019\\u4ef6\\u4e8b\\uff09\\u70ba\\u4f55\\u91cd\\u8981\\u3001\\u70ba\\u4f55\\u8207\\u9019\\u4ef6\\u4f5c\\u54c1\\u6216\\u671f\\u672b\\u5831\\u544a\\u6709\\u95dc\\u3002\\u300d<br>\\r\\n<br>\\r\\n\\u770b\\u8d77\\u4f86\\u4f60\\u5df2\\u7d93\\u627e\\u5230\\u4e00\\u4e9b\\u8cc7\\u6599\\u4e86\\uff0c\\u6240\\u4ee5\\u63a5\\u4e0b\\u4f86\\u8981\\u8acb\\u628a\\u76ee\\u524d\\u6210\\u5f62\\u7684\\u6210\\u54c1\\u505a\\u4e00\\u9ede\\u62c6\\u89e3\\uff1a\\u8acb\\u628a\\u6bcf\\u4e00\\u5247\\u6587\\u737b\\u5beb\\u51fa\\u4f86\\uff08\\u4f5c\\u8005\\u3001\\u6a19\\u984c\\u3001\\u51fa\\u7248\\u8cc7\\u8a0a\\u3001\\u5e74\\u4efd\\u7b49\\u7b49\\uff09\\uff0c\\u7136\\u5f8c\\u56de\\u7b54\\u9019\\u5247\\u6587\\u737b\\u8ddf\\u300a\\u7d0d\\u5c3c\\u4e9e\\u50b3\\u5947\\u300b\\u671f\\u672b\\u5831\\u544a\\u7684\\u95dc\\u806f\\u3002<br>\\r\\n<br>\\r\\n\\u4f8b\\u5982\\uff1a<br>\\r\\n1. \\u6587\\u737b\\u4e00\\uff1a\\u9673\\u5609\\u9298\\uff0c\\u3008\\u56e0\\u7236\\u4e4b\\u540d\\uff0c\\u53cd\\u5c0d\\u57fa\\u7763\\u3009\\uff08\\u9999\\u6e2f\\u96fb\\u5f71\\u8a55\\u8ad6\\u5b78\\u6703\\uff0c2006\\u5e74\\uff09\\uff0c<a href=\\\"\\\">\\u6587\\u7ae0\\u7db2\\u5740<\\/a><br>\\r\\n<br>\\r\\n\\u9019\\u7bc7\\u6587\\u7ae0\\u8b1b\\u5230\\uff2f\\uff2f\\uff2f\\uff2f\\uff2f\\uff2f\\u3002\\u9019\\u4ef6\\u4e8b\\u60c5\\u5f88\\u91cd\\u8981\\uff0c\\u56e0\\u70ba\\uff2f\\uff2f\\uff2f\\uff2f\\uff2f\\uff2f\\uff2f\\u3002\\u9019\\u7bc7\\u6587\\u7ae0\\u8ddf\\u671f\\u672b\\u5831\\u544a\\u6709\\u95dc\\uff0c\\u56e0\\u70ba\\u4f5c\\u8005\\u7684\\u89c0\\u9ede\\u53ef\\u4ee5\\u7528\\u4f86\\u56de\\u7b54\\u300c\\u65b9\\u6cd5\\u300d\\u88e1\\u9762\\u7684\\u300c\\u56db\\u3001\\u6587\\u5316\\u8207\\u6559\\u6703\\u300d\\uff0c\\u300c\\u7576\\u521d\\u7684\\u53d7\\u773e\\u5c0d\\u5b83\\u7684\\u53cd\\u61c9\\uff1f\\u300d\\u9019\\u500b\\u554f\\u984c\\u3002<br>\\r\\n<br>\\r\\n2. \\u6587\\u737b\\u4e8c\\uff1a\\u2026\\u2026<\\/div><div class=\\\"text_to_html\\\"><br><\\/div><div class=\\\"text_to_html\\\">3. \\u6587\\u737b\\u4e09\\uff1a\\u2026\\u2026<br><\\/div><div class=\\\"text_to_html\\\"><br><\\/div><div class=\\\"text_to_html\\\">\\u4ee5\\u4e0a\\u4fee\\u6539\\u4e0d\\u7528\\u6025\\u8457\\u4ea4\\u3002\\u56e0\\u70ba\\u4f60\\u5df2\\u7d93\\u5728\\u671f\\u9650\\u5167\\u5beb\\u4e86\\u9019\\u7bc7\\uff0c\\u6240\\u4ee5\\u9019\\u9805\\u4f5c\\u696d\\u5df2\\u7d93\\u6eff\\u5206\\u4e86\\u3002\\u4e0d\\u904e\\u9084\\u662f\\u8981\\u8acb\\u4f60\\u628a\\u9019\\u500b\\u524d\\u7f6e\\u4f5c\\u696d\\u5b8c\\u6210\\uff08\\u5217\\u51fa\\u81f3\\u5c11\\u4e94\\u5247\\u8cc7\\u6599\\u4ee5\\u53ca\\u8a3b\\u89e3\\uff09\\uff0c\\u9019\\u6a23\\u671f\\u672b\\u5831\\u544a\\u624d\\u6703\\u5b8c\\u6574\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":\"9\",\"triggeredfrom\":\"forum_update_post\"}',1700016250,'web','73.219.6.51',NULL),(8040,'\\mod_forum\\event\\post_updated','mod_forum','updated','post','forum_posts',120,'u',2,79,70,40,2,2,2,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1700016250,'web','73.219.6.51',NULL),(8041,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1700016250,'web','73.219.6.51',NULL),(8042,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,21,2,NULL,0,'null',1700016382,'web','175.182.9.196',NULL),(8043,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,21,2,NULL,0,'null',1700016547,'web','175.182.9.196',NULL),(8044,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',121,'c',2,83,70,44,21,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u771f\\u6b63\\u7684\\u7f8e\\u662f\\u5e73\\u8861\\u7684\\u3001\\u5c0d\\u7a31\\u7684\\u3001\\u516c\\u6b63\\u7684\\u3001\\u516c\\u7fa9\\u7684\\u3002<br \\/>\\n\\u7f8e\\u6240\\u5e36\\u4f86\\u7684\\u4e09\\u500b\\u5f71\\u97ff:<br \\/>\\n1.\\u9047\\u5230\\u7f8e\\u7684\\u4e8b\\u7269\\u8b93\\u6211\\u5011\\u70ba\\u4e4b\\u6b23\\u559c<br \\/>\\n2.\\u9047\\u5230\\u7f8e\\u7684\\u4e8b\\u7269\\u8b93\\u6211\\u5011\\u5fd8\\u8a18\\u81ea\\u5df1\\uff0c\\u611f\\u609f\\u4e16\\u754c\\u975e\\u56e0\\u6211\\u800c\\u8f49<br \\/>\\n3.\\u9047\\u5230\\u7f8e\\u80fd\\u5e36\\u7d66\\u6211\\u5011\\u66f4\\u7f8e\\u7684\\u5275\\u4f5c\\u548c\\u4fee\\u5fa9\\u4e0d\\u7f8e<br \\/>\\n\\u6211\\u500b\\u4eba\\u89ba\\u5f97\\u5275\\u4f5c\\u8005\\u6709\\u6642\\u4e5f\\u6703\\u56e0\\u70ba\\u9047\\u898b\\u4e0d\\u7f8e\\u624d\\u6709\\u53bb\\u6539\\u8b8a\\u7684\\u6e34\\u671b\\u3002<br \\/>\\n\\u6709\\u4eba\\u56e0\\u70ba\\u7f3a\\u4e4f\\u6240\\u4ee5\\u52aa\\u529b\\u53bb\\u8cfa\\u53d6\\uff0c\\u6709\\u4eba\\u56e0\\u70ba\\u5bb6\\u4eba\\u751f\\u75c5\\u6240\\u4ee5\\u52aa\\u529b\\u60f3\\u6210\\u70ba\\u91ab\\u751f\\uff0c<br \\/>\\n\\u6709\\u4eba\\u56e0\\u70ba\\u4e0d\\u81ea\\u7531\\u6240\\u4ee5\\u60f3\\u52aa\\u529b\\u722d\\u53d6\\u81ea\\u7531\\uff0c<br \\/>\\n\\u6709\\u4eba\\u56e0\\u70ba\\u4e0d\\u5feb\\u6a02\\u6240\\u4ee5\\u60f3\\u52aa\\u529b\\u53bb\\u5c0b\\u627e\\u5feb\\u6a02\\uff0c<br \\/>\\n\\u6240\\u4ee5\\u6211\\u89ba\\u5f97\\u4eba\\u6703\\u56e0\\u70ba\\u9047\\u898b\\u7f8e\\u800c\\u5275\\u4f5c\\uff0c\\u4eba\\u4e5f\\u80fd\\u56e0\\u70ba\\u4e0d\\u7f8e\\u800c\\u5275\\u4f5c\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":11,\"triggeredfrom\":\"forum_add_new_post\"}',1700018934,'web','175.182.9.196',NULL),(8045,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',121,'c',2,83,70,44,21,2,NULL,0,'{\"discussionid\":11,\"forumid\":14,\"forumtype\":\"single\"}',1700018934,'web','175.182.9.196',NULL),(8046,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',102,'c',2,83,70,44,21,2,21,0,'{\"forumid\":14,\"discussion\":11}',1700018934,'web','175.182.9.196',NULL),(8047,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,21,2,NULL,0,'null',1700018934,'web','175.182.9.196',NULL),(8048,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1700019050,'web','175.182.9.196',NULL),(8049,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1700019051,'web','175.182.9.196',NULL),(8050,'\\core\\event\\notification_sent','core','sent','notification','notifications',925,'c',0,1,10,0,2,0,5,0,'{\"courseid\":\"2\"}',1700019726,'cli',NULL,NULL),(8051,'\\core\\event\\notification_sent','core','sent','notification','notifications',926,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"2\"}',1700019729,'cli',NULL,NULL),(8052,'\\core\\event\\notification_sent','core','sent','notification','notifications',927,'c',0,1,10,0,21,0,11,0,'{\"courseid\":\"2\"}',1700022546,'cli',NULL,NULL),(8053,'\\core\\event\\notification_sent','core','sent','notification','notifications',928,'c',0,1,10,0,21,0,13,0,'{\"courseid\":\"2\"}',1700022549,'cli',NULL,NULL),(8054,'\\core\\event\\notification_sent','core','sent','notification','notifications',929,'c',0,1,10,0,21,0,5,0,'{\"courseid\":\"2\"}',1700022552,'cli',NULL,NULL),(8055,'\\core\\event\\notification_sent','core','sent','notification','notifications',930,'c',0,1,10,0,21,0,21,0,'{\"courseid\":\"2\"}',1700022555,'cli',NULL,NULL),(8056,'\\core\\event\\notification_sent','core','sent','notification','notifications',931,'c',0,1,10,0,21,0,2,0,'{\"courseid\":\"2\"}',1700022557,'cli',NULL,NULL),(8057,'\\core\\event\\notification_sent','core','sent','notification','notifications',932,'c',0,1,10,0,21,0,19,0,'{\"courseid\":\"2\"}',1700022560,'cli',NULL,NULL),(8058,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',11,'r',2,83,70,44,2,2,NULL,0,'null',1700024681,'web','73.219.6.51',NULL),(8059,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',11,'r',2,83,70,44,2,2,NULL,0,'null',1700024699,'web','73.219.6.51',NULL),(8060,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',11,'r',2,83,70,44,2,2,NULL,0,'null',1700024704,'web','73.219.6.51',NULL),(8061,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,2,2,NULL,0,'null',1700024708,'web','73.219.6.51',NULL),(8062,'\\core\\event\\user_graded','core','graded','user','grade_grades',334,'u',1,16,50,2,2,2,21,0,'{\"itemid\":\"20\",\"overridden\":false,\"finalgrade\":10}',1700024737,'web','73.219.6.51',NULL),(8063,'\\core\\event\\user_graded','core','graded','user','grade_grades',178,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":68}',1700024737,'web','73.219.6.51',NULL),(8064,'\\core\\event\\user_graded','core','graded','user','grade_grades',70,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":81.900000000000006}',1700024737,'web','73.219.6.51',NULL),(8065,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700025615,'web','117.56.58.51',NULL),(8066,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1700025636,'web','117.56.58.51',NULL),(8067,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1700025636,'web','117.56.58.51',NULL),(8068,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1700025638,'web','117.56.58.51',NULL),(8069,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,14,2,NULL,0,'null',1700025648,'web','117.56.58.51',NULL),(8070,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,14,2,NULL,0,'null',1700025668,'web','117.56.58.51',NULL),(8071,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',122,'c',2,79,70,40,14,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u671f\\u672b\\u4f5c\\u696d-\\u96fb\\u5f71\\u300a\\u81ea\\u7531\\u4e4b\\u8072\\u300b\\u76f8\\u95dc\\u7684\\u8cc7\\u6599<br \\/>\\n\\u96fb\\u5f71\\u540d\\u7a31\\uff1a\\u81ea\\u7531\\u4e4b\\u8072(Sound of Freedom),2023\\u5e74\\u4e0a\\u6620<br \\/>\\n\\u96fb\\u5f71\\u5206\\u985e\\uff1a\\u7f8e\\u570b\\u72af\\u7f6a\\u52d5\\u4f5c\\u7247\\u3001\\u5c6c\\u65bc\\u300cr\\u300d<br \\/>\\n\\u50b3\\u9054\\u4fe1\\u5ff5\\uff1a\\u4e0a\\u5e1d\\u7684\\u5b69\\u5b50\\u662f\\u975e\\u8ce3\\u54c1God\\u2019s Children Are Not for Sale<br \\/>\\n\\u9069\\u5408\\u5c0d\\u8c61\\uff1a\\u4fdd\\u8b77\\u7d1a\\u3002\\u9069\\u5408\\u4efb\\u4f55\\u5b97\\u6559\\u7a2e\\u65cf<br \\/>\\n<br \\/>\\n\\u6587\\u737b<br \\/>\\n1.\\t\\u5f71\\u8a55<br \\/>\\n\\u6bcf\\u5e74\\u6709\\u8d85\\u904e200\\u842c\\u4ee5\\u4e0a\\u7684\\u5152\\u7ae5\\u88ab\\u8ca9\\u8ce3\\uff0c\\u4f46\\u900f\\u904e\\u570b\\u969b\\u7d44\\u7e54\\u7684\\u71df\\u6551\\uff0c\\u6bcf\\u5e74\\u81f3\\u591a\\u80fd\\u6551\\u51fa\\u7684\\u5152\\u7ae5\\u50c5\\u5be5\\u5be5\\u767e\\u4eba\\u81f3\\u5343\\u4eba\\u800c\\u5df2\\u3002\\u300a\\u81ea\\u7531\\u4e4b\\u8072\\u300b\\u7684\\u80cc\\u666f\\u4e5f\\u662f\\u76ee\\u524d\\u4e16\\u754c\\u7684\\u7684\\u771f\\u76f8\\u3002\\u9019\\u662f\\u4e00\\u90e8\\u5f88\\u7279\\u5225\\u7684\\u96fb\\u5f71\\uff0c\\u4e0d\\u5728\\u65bc\\u771f\\u5be6\\u6545\\u4e8b\\u6539\\u7de8\\u7684\\u90e8\\u5206\\uff0c\\u800c\\u5728\\u65bc\\u96fb\\u5f71\\u62cd\\u651d\\u8207\\u7d50\\u5c3e\\u7684\\u5448\\u73fe\\u3002\\u6574\\u500b\\u96fb\\u5f71\\u7684\\u7de8\\u6392\\u5c07\\u7bc0\\u594f\\u8207\\u60c5\\u611f\\u7dad\\u6301\\u5728\\u76e1\\u91cf\\u7dca\\u6e4a\\u8207\\u5e73\\u548c\\u7684\\u908a\\u7de3\\u4e0a\\uff0c\\u5e0c\\u671b\\u900f\\u904e\\u9019\\u5e73\\u92ea\\u76f4\\u6558\\u7684\\u904e\\u7a0b\\u4f86\\u559a\\u8d77\\u4e16\\u4eba\\u5c0d\\u9019\\u985e\\u8b70\\u984c\\u7684\\u95dc\\u6ce8\\u3002<br \\/>\\n2.\\t\\u4eba\\u7269\\u8cc7\\u6599<br \\/>\\n(1)\\u4e3b\\u89d2\\uff1a\\u7f8e\\u570b\\u570b\\u5b89\\u5c40\\u63a2\\u54e1\\u63d0\\u59c6(Tim Ballard)\\uff0c\\u8ca0\\u8cac\\u8ffd\\u67e5\\u5152\\u7ae5\\u4eba\\u53e3\\u8ca9\\u8ce3\\u6848\\u4ef6\\uff0c\\u5728\\u4e00\\u6b21\\u4efb\\u52d9\\u4e2d\\u5c07\\u5c0f\\u7537\\u5b69\\u5f9e\\u72af\\u7f6a\\u7d44\\u7e54\\u4e2d\\u89e3\\u6551\\u51fa\\u4f86\\uff0c\\u4e26\\u5f97\\u77e5\\u7537\\u5b69\\u7684\\u59d0\\u59d0\\u4e5f\\u540c\\u6a23\\u53d7\\u5bb3\\u3002\\u63d0\\u59c6\\u6c7a\\u5b9a\\u5192\\u96aa\\u524d\\u53bb\\u6436\\u6551\\uff0c\\u537b\\u88ab\\u653f\\u5e9c\\u9ad8\\u5c64\\u963b\\u6b62\\uff0c\\u4e0d\\u5141\\u8a31\\u4ed6\\u518d\\u6301\\u7e8c\\u8ffd\\u67e5\\uff0c\\u63d0\\u59c6\\u6bc5\\u7136\\u6c7a\\u7136\\u7684\\u8fad\\u53bb\\u5de5\\u4f5c\\uff0c\\u4e26\\u6df1\\u5165\\u54e5\\u502b\\u6bd4\\u4e9e\\u53e2\\u6797\\uff0c\\u628a\\u5b69\\u5b50\\u5011\\u5f9e\\u7149\\u7344\\u4e2d\\u89e3\\u6551\\u51fa\\u4f86\\u3002<br \\/>\\n(2)\\u6f14\\u54e1\\uff1a\\u5409\\u59c6\\u5361\\u7dad\\u4f50Jim Caviezel\\u98feTim Ballard\\u3002\\u66fe\\u57282004 \\u5e74\\u300a\\u53d7\\u96e3\\u8a18\\u300b\\u4e2d\\u626e\\u6f14\\u8036\\u7a4c\\u3002\\u81ea\\u300a\\u53d7\\u96e3\\u8a18\\u300b\\u767c\\u884c\\u4ee5\\u4f86\\uff0c\\u5df2\\u662f\\u4e00\\u4f4d\\u5728\\u5b97\\u6559\\u5834\\u5408\\u4e2d\\u64c1\\u6709\\u865f\\u53ec\\u529b\\u7684\\u516c\\u773e\\u6f14\\u8aaa\\u5bb6\\u3002\\u51fa\\u751f\\u5728\\u83ef\\u76db\\u9813\\u5dde\\u5eb7\\u5a01\\u7684\\u5929\\u4e3b\\u6559\\u5bb6\\u5ead\\uff0c\\u7236\\u89aa\\u6709\\u745e\\u58eb\\u548c\\u65af\\u6d1b\\u4f10\\u514b\\u8840\\u7d71\\uff0c\\u800c\\u6bcd\\u89aa\\u5247\\u662f\\u611b\\u723e\\u862d\\u4eba\\u3002<br \\/>\\n(3)\\u88fd\\u4f5c\\u4eba\\uff1a\\u58a8\\u897f\\u54e5\\u7c4d\\u6f14\\u54e1\\u57c3\\u675c\\u74e6\\u591a\\uff0e\\u7dad\\u62c9\\u65af\\u8482\\u5409\\uff08Eduardo Ver\\u00e1stegui\\uff09\\uff0c\\u8fd1\\u65e5\\u6539\\u8b8a\\u4eba\\u751f\\u8dd1\\u9053\\uff0c\\u5ba3\\u5e03\\u7368\\u7acb\\u53c3\\u90782024\\u5e746\\u6708\\u58a8\\u897f\\u54e5\\u7e3d\\u7d71\\u3002<br \\/>\\n3.\\t\\u6b77\\u53f2\\u8cc7\\u6599<br \\/>\\n(1)\\u54e5\\u502b\\u6bd4\\u4e9e\\u7684\\u4eba\\u53e3\\u8ca9\\u904b<br \\/>\\n(2)\\u5730\\u4e0b\\u9435\\u8def\\u884c\\u52d5( Operation Underground Railroad, OUR )<br \\/>\\n(3)\\u54e5\\u502b\\u6bd4\\u4e9e\\u9769\\u547d\\u6b66\\u88dd\\u90e8\\u968a(Revolutionary Armed Forces of Colombia)<\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1700025845,'web','117.56.58.51',NULL),(8072,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',122,'c',2,79,70,40,14,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1700025845,'web','117.56.58.51',NULL),(8073,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',103,'c',2,79,70,40,14,2,14,0,'{\"forumid\":12,\"discussion\":9}',1700025845,'web','117.56.58.51',NULL),(8074,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,14,2,NULL,0,'null',1700025845,'web','117.56.58.51',NULL),(8075,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700028394,'web','36.227.215.168',NULL),(8076,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1700028399,'web','36.227.215.168',NULL),(8077,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1700028399,'web','36.227.215.168',NULL),(8078,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1700028402,'web','36.227.215.168',NULL),(8079,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,17,2,NULL,0,'null',1700028411,'web','36.227.215.168',NULL),(8080,'\\core\\event\\notification_sent','core','sent','notification','notifications',933,'c',0,1,10,0,0,0,17,0,'{\"courseid\":\"1\"}',1700028426,'cli',NULL,NULL),(8081,'\\core\\event\\notification_sent','core','sent','notification','notifications',934,'c',0,1,10,0,14,0,5,0,'{\"courseid\":\"2\"}',1700029506,'cli',NULL,NULL),(8082,'\\core\\event\\notification_sent','core','sent','notification','notifications',935,'c',0,1,10,0,14,0,2,0,'{\"courseid\":\"2\"}',1700029509,'cli',NULL,NULL),(8083,'\\core\\event\\notification_sent','core','sent','notification','notifications',936,'c',0,1,10,0,14,0,14,0,'{\"courseid\":\"2\"}',1700029512,'cli',NULL,NULL),(8084,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1700029846,'web','36.227.215.168',NULL),(8085,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,17,2,NULL,0,'null',1700029854,'web','36.227.215.168',NULL),(8086,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1700029858,'web','36.227.215.168',NULL),(8087,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,17,2,NULL,0,'null',1700029874,'web','36.227.215.168',NULL),(8088,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1700029885,'web','36.227.215.168',NULL),(8089,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,17,2,NULL,0,'null',1700029891,'web','36.227.215.168',NULL),(8090,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,17,2,NULL,0,'null',1700031225,'web','36.227.215.168',NULL),(8091,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1700033231,'web','203.68.22.24',NULL),(8092,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,20,2,NULL,0,'null',1700033231,'web','203.68.22.24',NULL),(8093,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700034181,'web','203.121.235.95',NULL),(8094,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1700034199,'web','203.121.235.95',NULL),(8095,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1700034199,'web','203.121.235.95',NULL),(8096,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1700034201,'web','203.121.235.95',NULL),(8097,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,6,2,NULL,0,'null',1700034209,'web','203.121.235.95',NULL),(8098,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1700034220,'web','203.121.235.95',NULL),(8099,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,6,2,NULL,0,'null',1700034230,'web','203.121.235.95',NULL),(8100,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,6,2,NULL,0,'null',1700034239,'web','203.121.235.95',NULL),(8101,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,6,2,NULL,0,'null',1700035002,'web','203.121.235.95',NULL),(8102,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,6,2,NULL,0,'null',1700035942,'web','203.121.235.95',NULL),(8103,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',123,'c',2,83,70,44,17,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u5f9e\\u6c92\\u601d\\u8003\\u904e\\u7f8e\\u4e4b\\u65bc\\u6b63\\u7fa9\\u4e4b\\u9593\\u6709\\u4f55\\u7684\\u95dc\\u806f\\u3002\\u8b1b\\u54e1\\u5f9e\\u4e00\\u500b\\u5f88\\u7a00\\u5947\\u7684\\u89c0\\u9ede\\uff1a\\u5f9e\\u300c\\u7f8e\\u300d\\u4f86\\u4fc3\\u9032\\u5c0d\\u6b63\\u7fa9\\u95dc\\u5fc3!!\\uff0c \\u6211\\u89ba\\u5f97\\u9817\\u727d\\u5f37\\u3002\\u8a0e\\u8ad6\\u7f8e\\u8207\\u6b63\\u7fa9\\u4e2d\\u67d0\\u4e9b\\u76f8\\u4f3c\\u7279\\u5fb5\\uff0c\\u4f8b\\u5982\\uff1a\\u300c\\u5c0d\\u7a31\\u300d\\u7684\\u5c0d\\u7a31\\u3002\\u4e0d\\u5426\\u8a8d\\uff0c\\u5728\\u7f8e\\u4e4b\\u524d\\uff0c\\u6211\\u5011\\u4e0d\\u81ea\\u89ba\\u7518\\u65bc\\u300c\\u53bb\\u4e2d\\u5fc3\\u5316\\u300d\\uff0c\\u4e0d\\u518d\\u95dc\\u6ce8\\u81ea\\u6211\\uff0c\\u5728\\u980c\\u8b9a\\u7f8e\\u7684\\u672c\\u9ad4\\u4e4b\\u9918\\u7518\\u9858\\u6210\\u70ba\\u914d\\u89d2\\u3002\\u7136\\u800c\\u4e0d\\u89ba\\u9019\\u610f\\u5ff5\\u5c0d\\u65bc\\u6b63\\u7fa9\\u6709\\u76f4\\u63a5\\u52a9\\u76ca? \\u6f14\\u8b1b\\u8005\\u8aaa\\uff1a\\u300c\\u4efb\\u4f55\\u4f7f\\u6211\\u5011\\u767c\\u63ee\\u5275\\u9020\\u529b\\u7684\\u6771\\u897f\\uff0c\\u90fd\\u6709\\u8ca2\\u737b\\u65bc\\u6211\\u5011\\u5c0d\\u6b63\\u7fa9\\u7684\\u8ffd\\u6c42\\u300d\\uff0c\\u8a8d\\u70ba\\u66f4\\u591a\\u7684\\u5275\\u9020\\uff0c\\u4f7f\\u8c50\\u9918\\u800c\\u8feb\\u4f7f\\u6211\\u5011\\u91cd\\u65b0\\u5206\\u914d\\uff0c\\u6eff\\u8db3\\u4e86\\u66f4\\u591a\\u7684\\u9700\\u6c42\\u2026\\u2026\\uff0c\\u611f\\u5230\\u5f88\\u727d\\u5f37\\u7684\\u8ad6\\u8ff0\\u3002<br \\/>\\n\\u7f8e\\u7684\\u4e8b\\u7269\\u4e26\\u975e\\u90fd\\u5c0d\\u7a31\\uff1b\\u53bb\\u4e2d\\u5fc3\\u5316\\u4e0d\\u53ea\\u5728\\u5b58\\u5728\\u300c\\u7f8e\\u300d\\u4e4b\\u4e2d\\uff0c\\u56e0\\u70ba\\u7f8e\\u800c\\u7522\\u751f\\u66f4\\u591a\\u7684\\u5275\\u9020\\uff0c\\u91cd\\u65b0\\u5206\\u914d\\u66f4\\u975e\\u5982\\u9810\\u671f\\u5f97\\u4ee5\\u6b63\\u7fa9\\u3002<br \\/>\\n \\u53ef\\u80fd\\u6211\\u611a\\u9b6f\\uff0c\\u5c31\\u9019\\u4e00\\u6bb5\\u8ad6\\u8aaa\\uff0c\\u9084\\u7121\\u6cd5\\u89e3\\u7406\\u89e3\\u7f8e\\u8207\\u6b63\\u7fa9\\u8ad6\\u8aaa\\u7684\\u652f\\u6301( \\u82e5\\u63d0\\u8d77\\u5584\\u5f15\\u8d77\\u7684\\u6b63\\u7fa9\\u884c\\u52d5\\uff0c\\u53cd\\u800c\\u5bb9\\u6613\\u7406\\u89e3\\u63a5\\u53d7)\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":11,\"triggeredfrom\":\"forum_add_new_post\"}',1700037062,'web','36.227.215.168',NULL),(8104,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',123,'c',2,83,70,44,17,2,NULL,0,'{\"discussionid\":11,\"forumid\":14,\"forumtype\":\"single\"}',1700037062,'web','36.227.215.168',NULL),(8105,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',104,'c',2,83,70,44,17,2,17,0,'{\"forumid\":14,\"discussion\":11}',1700037062,'web','36.227.215.168',NULL),(8106,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,17,2,NULL,0,'null',1700037062,'web','36.227.215.168',NULL),(8107,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700037927,'web','36.227.215.168',NULL),(8108,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1700037936,'web','36.227.215.168',NULL),(8109,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1700037936,'web','36.227.215.168',NULL),(8110,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1700037939,'web','36.227.215.168',NULL),(8111,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,11,2,NULL,0,'null',1700037946,'web','36.227.215.168',NULL),(8112,'\\core\\event\\notification_sent','core','sent','notification','notifications',937,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"1\"}',1700037965,'cli',NULL,NULL),(8113,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',124,'c',2,79,70,40,11,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u4e00\\u3001\\u9127\\u7d2b\\u742a(2022)\\u3002\\u300a\\u5553\\u793a\\u9304\\u300b\\u97f3\\u6a02\\u9023\\u7e8c\\u5287\\u5df2\\u7d93\\u767c\\u4f48\\u4e868\\u96c6\\uff01\\u4e0a\\u534a\\u90e87\\u5c01\\u81f4\\u5929\\u5802\\u7684\\u4fe1\\u5df2\\u7d93\\u5b8c\\u5168\\u9732\\u51fa\\uff01\\u9664\\u300aGLORIA\\u300b\\u4ee5\\u5916\\uff0c\\u5728\\u5269\\u99186\\u5c01\\u5929\\u5802\\u7684\\u56de\\u4fe1\\u9732\\u51fa\\u4e4b\\u524d\\uff0c\\u5c31\\u8b93\\u9127\\u7de8\\u5287(\\u9127\\u7d2b\\u742a)\\u89aa\\u8eab\\u70ba\\u4f60\\u76e4\\u9ede\\u524d8\\u96c6\\u5287\\u60c5\\uff01\\uff01\\uff01\\u3002https:\\/\\/www.youtube.com\\/watch?v=-8YUxmCqRpM<br \\/>\\n\\u8a3b:\\u5275\\u4f5c\\u8005\\u89aa\\u81ea\\u8aaa\\u660e\\u5275\\u4f5c\\u7684\\u69cb\\u60f3\\uff0c\\u4f5c\\u54c1\\u524d\\u6bb5\\u523b\\u5283\\u4e3b\\u89d2GLORIA\\u9762\\u5c0d\\u7684\\u632b\\u6298\\u3001\\u6cae\\u55aa\\uff0c\\u5728\\u865b\\u64ec\\u4e16\\u754c\\u4e2d\\u627e\\u5230\\u611b\\uff0c\\u4f46\\u9019\\u4e26\\u4e0d\\u662f\\u5b8c\\u5168\\u7684\\uff0c\\u9084\\u662f\\u8981\\u9762\\u5c0d\\u73fe\\u5be6\\u751f\\u6d3b\\u4e2d\\u7684\\u6311\\u6230\\uff0c\\u5728\\u4e2d\\u6bb5\\u85c9\\u8457\\u76f8\\u4fe1\\u611b\\u88e1\\u6c92\\u6709\\u61fc\\u6015\\u8e0f\\u51fa\\u672a\\u4f86\\u7684\\u8173\\u6b65\\u3002<br \\/>\\n\\u4e8c\\u3001CYN(2022.08.14.)14\\u652f\\u65b0\\u6b4c\\u662f\\u5979\\u8207\\u5929\\u5802\\u7684\\u5c0d\\u8a71\\uff1aG.E.M. \\u65b0\\u5c08\\u8f2f\\u300a\\u555f\\u793a\\u9304\\u300b\\u662f\\u4e00\\u5834\\u81ea\\u6211\\u6551\\u8d16\\u4e4b\\u65c5\\u3002A Day Magazin\\u3002https:\\/\\/www.adaymag.com\\/2022\\/08\\/14\\/g-e-m-gloria.html<br \\/>\\n\\u8a3b: \\u5728G.E.M.\\u7684\\u5206\\u4eab\\u4e2d\\uff0c\\u6211\\u5011\\u53ef\\u4ee5\\u611f\\u53d7\\u5230\\u9019\\u662f\\u4e00\\u5834\\u5c6c\\u65bc\\u5979\\u7684\\u6551\\u8d16\\u4e4b\\u65c5\\uff0c\\u4e5f\\u662f\\u5979\\u8207\\u6b4c\\u8ff7\\u5206\\u4eab\\u81ea\\u5df1\\u7684\\u5167\\u5fc3\\u4e16\\u754c\\u3002<br \\/>\\n\\u4e09\\u3001Sean Cheng(2022.08.15)\\u9127\\u7d2b\\u68cb\\u65b0\\u6b4c\\u300aGloria\\u300b\\uff1a\\u5f9e\\u7cbe\\u795e\\u7684\\u5ee2\\u571f\\u5230\\u6069\\u5178\\u7684\\u6a02\\u571f\\u3002\\u4eca\\u65e5\\u57fa\\u7763\\u6559\\u3002https:\\/\\/www.christianitytoday.com\\/ct\\/2022\\/august-web-only\\/gem-gloria-deng-ziqi-revelation-chinese-christian-song-zh-h.html<br \\/>\\n\\u8a3b\\uff1a1.\\u6c99\\u9f8d\\u7267\\u5e2b\\u8aaa\\u4ed6\\u81ea\\u5df1\\u5c0d\\u9127\\u7d2b\\u68cb\\u7684\\u6b4c\\u4f3c\\u4e4e\\u4e26\\u6c92\\u6709\\u7279\\u5225\\u7684\\u611f\\u89ba\\uff0c\\u800c\\u4e14\\u4ed6\\u63d0\\u9192\\u57fa\\u7763\\u5f92\\uff0c\\u9127\\u7d2b\\u68cb\\u7684\\u6b4c\\u7562\\u7adf\\u53ea\\u662f\\u5305\\u542b\\u798f\\u97f3\\u5143\\u7d20\\u7684\\u5546\\u696d\\u6b4c\\u66f2\\uff0c\\u4e0d\\u662f\\u70ba\\u6559\\u6703\\u5275\\u4f5c\\u7684\\u8056\\u8a69\\u3002\\u4f46\\u4ed6\\u7279\\u5225\\u611f\\u6168\\u9127\\u7d2b\\u68cb\\u7528\\u65b0\\u6b4c\\u4f86\\u898b\\u8b49\\u81ea\\u5df1\\u7684\\u57fa\\u7763\\u4fe1\\u4ef0\\u7684\\u52c7\\u6c23\\u30022. \\u540c\\u70ba\\u201c\\u834a\\u68d8\\u706b\\u201d\\u6210\\u54e1\\u7684\\u5c0f\\u65ed\\u8aaa\\uff0c\\u4f5c\\u70ba\\u6d41\\u884c\\u6b4c\\u624b\\u7684\\u9127\\u7d2b\\u68cb\\u5728\\u6b4c\\u4e2d\\u4f7f\\u7528\\u300a\\u8056\\u7d93\\u300b\\u7d93\\u6587\\u4e2d\\u7684\\u8a9e\\u5f59\\u4f86\\u8868\\u9054\\u4fe1\\u4ef0\\uff0c\\u53ef\\u4ee5\\u8aaa\\u662f\\u5f88\\u597d\\u7684\\u201c\\u798f\\u97f3\\u9810\\u5de5\\u201d3.\\u5118\\u7ba1\\u5728\\u793e\\u4ea4\\u5a92\\u9ad4\\u4e0a\\u4e5f\\u6709\\u4e00\\u4e9b\\u57fa\\u7763\\u5f92\\u8cea\\u7591\\u3001\\u6279\\u8a55\\u300aGloria\\u300b\\u80cc\\u666f\\u904e\\u65bc\\u7070\\u6697\\uff0c\\u800c\\u4e14\\u53ea\\u8b1b\\u201c\\u611b\\u201d\\u3001\\u6c92\\u6709\\u8b1b\\u5230\\u7f6a\\u8207\\u6094\\u6539\\uff0c\\u4f46\\u5f88\\u591a\\u57fa\\u7763\\u5f92\\u90fd\\u80af\\u5b9a\\u9019\\u9996\\u6b4c\\u66f2\\u5c0d\\u57fa\\u7763\\u798f\\u97f3\\u548c\\u4fe1\\u4ef0\\u7684\\u85dd\\u8853\\u5448\\u73fe\\u3002<br \\/>\\n\\u56db\\u3001\\u6d2a\\u5609\\u851a(2022.07.18.)\\u3002\\u3010\\u7d93\\u6b77\\u597d\\u591a \\u4e16\\u754c\\u8b8a\\u4e86\\u597d\\u591a\\u3011\\u9127\\u7d2b\\u68cb\\u9589\\u95dc200\\u5929\\u9748\\u88e1\\u7372\\u555f\\u793a \\u651c\\u65b0\\u4f5c\\u300a\\u555f\\u793a\\u9304\\u300b\\u56de\\u6b78 \\u9f13\\u52f5\\u4eba\\u611b\\u88e1\\u6c92\\u6709\\u61fc\\u6015\\u3002https:\\/\\/ct.org.tw\\/html\\/news\\/3-3.php?cat=10&article=1391370&article_type=new&fontsize=2<br \\/>\\n\\u8a3b\\uff1a\\u5c08\\u8f2f\\u7684\\u81ea\\u5e8f\\u4e2d\\uff0c\\u9127\\u7d2b\\u68cb\\u4ee5\\u300cGloria\\uff0c\\u611b\\u88e1\\u6c92\\u6709\\u61fc\\u6015\\u300d\\u70ba\\u984c\\u5beb\\u9053\\uff1a\\u300c\\u6211\\u662fGloria\\uff08\\u9127\\u7d2b\\u68cb\\u7684\\u82f1\\u6587\\u540d\\u5b57\\uff09\\uff0c\\u7b2c\\u4e00\\u6b21\\u807d\\u5230\\u300e\\u611b\\u88e1\\u6c92\\u6709\\u61fc\\u6015\\u300f\\u9019\\u53e5\\u8a71\\uff0c\\u662f\\u5728\\u621120\\u6b72\\u751f\\u65e5\\u90a3\\u4e00\\u5929\\u3002\\u90a3\\u5e74\\u751f\\u65e5\\u7684\\u524d\\u5169\\u5929\\uff0c\\u6211\\u525b\\u7d93\\u6b77\\u4e00\\u6b21\\u6495\\u5fc3\\u88c2\\u80ba\\u7684\\u5206\\u624b\\uff0c\\u6709\\u7de3\\u9047\\u5230\\u4e00\\u4f4d\\u964c\\u751f\\u4eba\\u70ba\\u6211\\u7948\\u79b1\\uff0c\\u5c0d\\u6211\\u8aaa\\u4e86\\u5982\\u6b64\\u7c21\\u55ae\\u7684\\u516d\\u500b\\u5b57\\uff0c\\u77ac\\u9593\\u8b93\\u6211\\u6dda\\u6d41\\u6eff\\u9762\\u3002\\u4e00\\u8f49\\u773c\\uff0c\\u5341\\u5e74\\u904e\\u53bb\\u4e86\\u3002\\u6211\\u7d93\\u6b77\\u4e86\\u597d\\u591a\\uff0c\\u4e16\\u754c\\u4e5f\\u8b8a\\u4e86\\u597d\\u591a\\uff0c\\u5728\\u9019\\u500b\\u4e16\\u754c\\u5404\\u5730\\u7684\\u793e\\u6703\\u6c23\\u6c1b\\u90fd\\u8b8a\\u5f97\\u4f4e\\u8ff7\\u3001\\u58d3\\u6291\\u7684\\u5927\\u74b0\\u5883\\u4e0b\\uff0c\\u6211\\u518d\\u4e00\\u6b21\\u60f3\\u8d77\\u300e\\u611b\\u88e1\\u6c92\\u6709\\u61fc\\u6015\\u300f\\u9019\\u53e5\\u8a71\\u3002\\u300d\\u5341\\u5e74\\u9593\\uff0c\\u5979\\u5fc3\\u88e1\\u6d6e\\u73fe\\u904e\\u7684\\u554f\\u984c\\uff0c\\u90fd\\u5728\\u9748\\u88e1\\u9010\\u6f38\\u5f97\\u5230\\u555f\\u793a\\uff0c\\u56e0\\u6b64\\u5979\\u5e0c\\u671b\\u4ee5\\u9019\\u5f35\\u5168\\u65b0\\u7684\\u300a\\u555f\\u793a\\u9304\\u300b\\u5c08\\u8f2f\\uff0c\\u9080\\u8acb\\u6b4c\\u8ff7\\u966a\\u5979\\u4e00\\u8d77\\u6253\\u958b\\u9019\\u6247\\u8b93\\u5979\\u66f4\\u52a0\\u8a8d\\u8b58\\u81ea\\u5df1\\u7684\\u555f\\u793a\\u4e4b\\u9580\\u3002<br \\/>\\n\\u4e94\\u3001\\u912d\\u82f1\\u5091(2022)\\u3002\\u300c\\u6230\\u5834\\u300d\\u8f49\\u79fb-\\u8a55\\u4ecb\\u300a\\u6d41\\u884c\\u6a02\\u3001\\u5a92\\u9ad4\\u8207\\u9752\\u5c11\\u5e74\\u6587\\u5316\\uff1a\\u5f9e\\u300c\\u7bc0\\u62cd\\u9769\\u547d\\u300d\\u5230\\u300c\\u4f4d\\u5143\\u4e16\\u4ee3\\u300d\\u300b\\u3002\\u6559\\u80b2\\u7814\\u7a76\\u96c6\\u520a68(3)\\uff0c113-124\\u3002<br \\/>\\n\\u8a3b:1.\\u77e5\\u540d\\u6d41\\u884c\\u6b4c\\u624b\\u7684\\u5275\\u4f5c\\u7406\\u5ff5\\u8207\\u653f\\u6cbb\\u610f\\u5411\\uff0c\\u5f80\\u5f80\\u626e\\u6f14\\u6a1e\\u7d10\\u5730\\u4f4d\\uff0c\\u4f8b\\u5982:\\u6d41\\u884c\\u6b4c\\u624b\\u4ee5\\u5275\\u4f5c\\u6b4c\\u66f2\\u518d\\u73fe\\u81ea\\u5df1\\u7684\\u4eba\\u751f\\u89c0\\uff0c\\u4e5f\\u5e36\\u9818\\u9752\\u5c11\\u5e74\\u4e00\\u540c\\u523b\\u5283\\u7576\\u524d\\u4e16\\u754c\\u7684\\u9762\\u8c8c\\uff1b\\u53e6\\u4e00\\u65b9\\u9762\\u7279\\u5b9a\\u77e5\\u540d\\u6b4c\\u624b\\u82e5\\u70ba\\u653f\\u6cbb\\u5718\\u9ad4\\/\\u4eba\\u7269\\u7ad9\\u53f0\\uff0c\\u540c\\u6a23\\u4e5f\\u6703\\u5f71\\u97ff\\u9752\\u5c11\\u5e74\\u7684\\u653f\\u6cbb\\u50be\\u5411\\u30022.\\u5982\\u4f55\\u5c07\\u9752\\u5c11\\u5e74\\u6587\\u5316\\u878d\\u5165\\u4fe1\\u4ef0\\u751f\\u6d3b\\u4e2d\\uff0c\\u4e00\\u76f4\\u662f\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u91cd\\u8981\\u7684\\u8b70\\u984c\\uff0c\\u5982\\u540c\\u4f5c\\u8005\\u7684\\u5efa\\u8b70\\u5982\\u4f55\\u5c07\\u9752\\u5c11\\u5e74\\u6587\\u5316\\u878d\\u5165\\u6559\\u5b78?\\u7576\\u300c\\u8001\\u6389\\u7259\\u300d\\u78b0\\u4e0a\\u300c\\u65b0\\u9bae\\u611f\\u300d\\u7684\\u601d\\u8003\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1700038053,'web','36.227.215.168',NULL),(8114,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',124,'c',2,79,70,40,11,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1700038053,'web','36.227.215.168',NULL),(8115,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',105,'c',2,79,70,40,11,2,11,0,'{\"forumid\":12,\"discussion\":9}',1700038053,'web','36.227.215.168',NULL),(8116,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,11,2,NULL,0,'null',1700038053,'web','36.227.215.168',NULL),(8117,'\\mod_forum\\event\\post_deleted','mod_forum','deleted','post','forum_posts',124,'d',0,79,70,40,11,2,11,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1700038072,'web','36.227.215.168',NULL),(8118,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,11,2,NULL,0,'null',1700038072,'web','36.227.215.168',NULL),(8119,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',125,'c',2,79,70,40,11,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u4e00\\u3001\\u9127\\u7d2b\\u742a(2022)\\u3002\\u300a\\u5553\\u793a\\u9304\\u300b\\u97f3\\u6a02\\u9023\\u7e8c\\u5287\\u5df2\\u7d93\\u767c\\u4f48\\u4e868\\u96c6\\uff01\\u4e0a\\u534a\\u90e87\\u5c01\\u81f4\\u5929\\u5802\\u7684\\u4fe1\\u5df2\\u7d93\\u5b8c\\u5168\\u9732\\u51fa\\uff01\\u9664\\u300aGLORIA\\u300b\\u4ee5\\u5916\\uff0c\\u5728\\u5269\\u99186\\u5c01\\u5929\\u5802\\u7684\\u56de\\u4fe1\\u9732\\u51fa\\u4e4b\\u524d\\uff0c\\u5c31\\u8b93\\u9127\\u7de8\\u5287(\\u9127\\u7d2b\\u742a)\\u89aa\\u8eab\\u70ba\\u4f60\\u76e4\\u9ede\\u524d8\\u96c6\\u5287\\u60c5\\uff01\\uff01\\uff01\\u3002https:\\/\\/www.youtube.com\\/watch?v=-8YUxmCqRpM<br \\/>\\n\\u8a3b:\\u5275\\u4f5c\\u8005\\u89aa\\u81ea\\u8aaa\\u660e\\u5275\\u4f5c\\u7684\\u69cb\\u60f3\\uff0c\\u4f5c\\u54c1\\u524d\\u6bb5\\u523b\\u5283\\u4e3b\\u89d2GLORIA\\u9762\\u5c0d\\u7684\\u632b\\u6298\\u3001\\u6cae\\u55aa\\uff0c\\u5728\\u865b\\u64ec\\u4e16\\u754c\\u4e2d\\u627e\\u5230\\u611b\\uff0c\\u4f46\\u9019\\u4e26\\u4e0d\\u662f\\u5b8c\\u5168\\u7684\\uff0c\\u9084\\u662f\\u8981\\u9762\\u5c0d\\u73fe\\u5be6\\u751f\\u6d3b\\u4e2d\\u7684\\u6311\\u6230\\uff0c\\u5728\\u4e2d\\u6bb5\\u85c9\\u8457\\u76f8\\u4fe1\\u611b\\u88e1\\u6c92\\u6709\\u61fc\\u6015\\u8e0f\\u51fa\\u672a\\u4f86\\u7684\\u8173\\u6b65\\u3002<br \\/>\\n\\u4e8c\\u3001CYN(2022.08.14.)14\\u652f\\u65b0\\u6b4c\\u662f\\u5979\\u8207\\u5929\\u5802\\u7684\\u5c0d\\u8a71\\uff1aG.E.M. \\u65b0\\u5c08\\u8f2f\\u300a\\u555f\\u793a\\u9304\\u300b\\u662f\\u4e00\\u5834\\u81ea\\u6211\\u6551\\u8d16\\u4e4b\\u65c5\\u3002A Day Magazin\\u3002https:\\/\\/www.adaymag.com\\/2022\\/08\\/14\\/g-e-m-gloria.html<br \\/>\\n\\u8a3b: \\u5728G.E.M.\\u7684\\u5206\\u4eab\\u4e2d\\uff0c\\u6211\\u5011\\u53ef\\u4ee5\\u611f\\u53d7\\u5230\\u9019\\u662f\\u4e00\\u5834\\u5c6c\\u65bc\\u5979\\u7684\\u6551\\u8d16\\u4e4b\\u65c5\\uff0c\\u4e5f\\u662f\\u5979\\u8207\\u6b4c\\u8ff7\\u5206\\u4eab\\u81ea\\u5df1\\u7684\\u5167\\u5fc3\\u4e16\\u754c\\u3002<br \\/>\\n\\u4e09\\u3001Sean Cheng(2022.08.15)\\u9127\\u7d2b\\u68cb\\u65b0\\u6b4c\\u300aGloria\\u300b\\uff1a\\u5f9e\\u7cbe\\u795e\\u7684\\u5ee2\\u571f\\u5230\\u6069\\u5178\\u7684\\u6a02\\u571f\\u3002\\u4eca\\u65e5\\u57fa\\u7763\\u6559\\u3002https:\\/\\/www.christianitytoday.com\\/ct\\/2022\\/august-web-only\\/gem-gloria-deng-ziqi-revelation-chinese-christian-song-zh-h.html<br \\/>\\n\\u8a3b\\uff1a1.\\u6c99\\u9f8d\\u7267\\u5e2b\\u8aaa\\u4ed6\\u81ea\\u5df1\\u5c0d\\u9127\\u7d2b\\u68cb\\u7684\\u6b4c\\u4f3c\\u4e4e\\u4e26\\u6c92\\u6709\\u7279\\u5225\\u7684\\u611f\\u89ba\\uff0c\\u800c\\u4e14\\u4ed6\\u63d0\\u9192\\u57fa\\u7763\\u5f92\\uff0c\\u9127\\u7d2b\\u68cb\\u7684\\u6b4c\\u7562\\u7adf\\u53ea\\u662f\\u5305\\u542b\\u798f\\u97f3\\u5143\\u7d20\\u7684\\u5546\\u696d\\u6b4c\\u66f2\\uff0c\\u4e0d\\u662f\\u70ba\\u6559\\u6703\\u5275\\u4f5c\\u7684\\u8056\\u8a69\\u3002\\u4f46\\u4ed6\\u7279\\u5225\\u611f\\u6168\\u9127\\u7d2b\\u68cb\\u7528\\u65b0\\u6b4c\\u4f86\\u898b\\u8b49\\u81ea\\u5df1\\u7684\\u57fa\\u7763\\u4fe1\\u4ef0\\u7684\\u52c7\\u6c23\\u30022. \\u540c\\u70ba\\u201c\\u834a\\u68d8\\u706b\\u201d\\u6210\\u54e1\\u7684\\u5c0f\\u65ed\\u8aaa\\uff0c\\u4f5c\\u70ba\\u6d41\\u884c\\u6b4c\\u624b\\u7684\\u9127\\u7d2b\\u68cb\\u5728\\u6b4c\\u4e2d\\u4f7f\\u7528\\u300a\\u8056\\u7d93\\u300b\\u7d93\\u6587\\u4e2d\\u7684\\u8a9e\\u5f59\\u4f86\\u8868\\u9054\\u4fe1\\u4ef0\\uff0c\\u53ef\\u4ee5\\u8aaa\\u662f\\u5f88\\u597d\\u7684\\u201c\\u798f\\u97f3\\u9810\\u5de5\\u201d3.\\u5118\\u7ba1\\u5728\\u793e\\u4ea4\\u5a92\\u9ad4\\u4e0a\\u4e5f\\u6709\\u4e00\\u4e9b\\u57fa\\u7763\\u5f92\\u8cea\\u7591\\u3001\\u6279\\u8a55\\u300aGloria\\u300b\\u80cc\\u666f\\u904e\\u65bc\\u7070\\u6697\\uff0c\\u800c\\u4e14\\u53ea\\u8b1b\\u201c\\u611b\\u201d\\u3001\\u6c92\\u6709\\u8b1b\\u5230\\u7f6a\\u8207\\u6094\\u6539\\uff0c\\u4f46\\u5f88\\u591a\\u57fa\\u7763\\u5f92\\u90fd\\u80af\\u5b9a\\u9019\\u9996\\u6b4c\\u66f2\\u5c0d\\u57fa\\u7763\\u798f\\u97f3\\u548c\\u4fe1\\u4ef0\\u7684\\u85dd\\u8853\\u5448\\u73fe\\u3002<br \\/>\\n\\u56db\\u3001\\u6d2a\\u5609\\u851a(2022.07.18.)\\u3002\\u3010\\u7d93\\u6b77\\u597d\\u591a \\u4e16\\u754c\\u8b8a\\u4e86\\u597d\\u591a\\u3011\\u9127\\u7d2b\\u68cb\\u9589\\u95dc200\\u5929\\u9748\\u88e1\\u7372\\u555f\\u793a \\u651c\\u65b0\\u4f5c\\u300a\\u555f\\u793a\\u9304\\u300b\\u56de\\u6b78 \\u9f13\\u52f5\\u4eba\\u611b\\u88e1\\u6c92\\u6709\\u61fc\\u6015\\u3002https:\\/\\/ct.org.tw\\/html\\/news\\/3-3.php?cat=10&article=1391370&article_type=new&fontsize=2<br \\/>\\n\\u8a3b\\uff1a\\u5c08\\u8f2f\\u7684\\u81ea\\u5e8f\\u4e2d\\uff0c\\u9127\\u7d2b\\u68cb\\u4ee5\\u300cGloria\\uff0c\\u611b\\u88e1\\u6c92\\u6709\\u61fc\\u6015\\u300d\\u70ba\\u984c\\u5beb\\u9053\\uff1a\\u300c\\u6211\\u662fGloria\\uff08\\u9127\\u7d2b\\u68cb\\u7684\\u82f1\\u6587\\u540d\\u5b57\\uff09\\uff0c\\u7b2c\\u4e00\\u6b21\\u807d\\u5230\\u300e\\u611b\\u88e1\\u6c92\\u6709\\u61fc\\u6015\\u300f\\u9019\\u53e5\\u8a71\\uff0c\\u662f\\u5728\\u621120\\u6b72\\u751f\\u65e5\\u90a3\\u4e00\\u5929\\u3002\\u90a3\\u5e74\\u751f\\u65e5\\u7684\\u524d\\u5169\\u5929\\uff0c\\u6211\\u525b\\u7d93\\u6b77\\u4e00\\u6b21\\u6495\\u5fc3\\u88c2\\u80ba\\u7684\\u5206\\u624b\\uff0c\\u6709\\u7de3\\u9047\\u5230\\u4e00\\u4f4d\\u964c\\u751f\\u4eba\\u70ba\\u6211\\u7948\\u79b1\\uff0c\\u5c0d\\u6211\\u8aaa\\u4e86\\u5982\\u6b64\\u7c21\\u55ae\\u7684\\u516d\\u500b\\u5b57\\uff0c\\u77ac\\u9593\\u8b93\\u6211\\u6dda\\u6d41\\u6eff\\u9762\\u3002\\u4e00\\u8f49\\u773c\\uff0c\\u5341\\u5e74\\u904e\\u53bb\\u4e86\\u3002\\u6211\\u7d93\\u6b77\\u4e86\\u597d\\u591a\\uff0c\\u4e16\\u754c\\u4e5f\\u8b8a\\u4e86\\u597d\\u591a\\uff0c\\u5728\\u9019\\u500b\\u4e16\\u754c\\u5404\\u5730\\u7684\\u793e\\u6703\\u6c23\\u6c1b\\u90fd\\u8b8a\\u5f97\\u4f4e\\u8ff7\\u3001\\u58d3\\u6291\\u7684\\u5927\\u74b0\\u5883\\u4e0b\\uff0c\\u6211\\u518d\\u4e00\\u6b21\\u60f3\\u8d77\\u300e\\u611b\\u88e1\\u6c92\\u6709\\u61fc\\u6015\\u300f\\u9019\\u53e5\\u8a71\\u3002\\u300d\\u5341\\u5e74\\u9593\\uff0c\\u5979\\u5fc3\\u88e1\\u6d6e\\u73fe\\u904e\\u7684\\u554f\\u984c\\uff0c\\u90fd\\u5728\\u9748\\u88e1\\u9010\\u6f38\\u5f97\\u5230\\u555f\\u793a\\uff0c\\u56e0\\u6b64\\u5979\\u5e0c\\u671b\\u4ee5\\u9019\\u5f35\\u5168\\u65b0\\u7684\\u300a\\u555f\\u793a\\u9304\\u300b\\u5c08\\u8f2f\\uff0c\\u9080\\u8acb\\u6b4c\\u8ff7\\u966a\\u5979\\u4e00\\u8d77\\u6253\\u958b\\u9019\\u6247\\u8b93\\u5979\\u66f4\\u52a0\\u8a8d\\u8b58\\u81ea\\u5df1\\u7684\\u555f\\u793a\\u4e4b\\u9580\\u3002<br \\/>\\n\\u4e94\\u3001\\u912d\\u82f1\\u5091(2022)\\u3002\\u300c\\u6230\\u5834\\u300d\\u8f49\\u79fb-\\u8a55\\u4ecb\\u300a\\u6d41\\u884c\\u6a02\\u3001\\u5a92\\u9ad4\\u8207\\u9752\\u5c11\\u5e74\\u6587\\u5316\\uff1a\\u5f9e\\u300c\\u7bc0\\u62cd\\u9769\\u547d\\u300d\\u5230\\u300c\\u4f4d\\u5143\\u4e16\\u4ee3\\u300d\\u300b\\u3002\\u6559\\u80b2\\u7814\\u7a76\\u96c6\\u520a68(3)\\uff0c113-124\\u3002<br \\/>\\n\\u8a3b:1.\\u77e5\\u540d\\u6d41\\u884c\\u6b4c\\u624b\\u7684\\u5275\\u4f5c\\u7406\\u5ff5\\u8207\\u653f\\u6cbb\\u610f\\u5411\\uff0c\\u5f80\\u5f80\\u626e\\u6f14\\u6a1e\\u7d10\\u5730\\u4f4d\\uff0c\\u4f8b\\u5982:\\u6d41\\u884c\\u6b4c\\u624b\\u4ee5\\u5275\\u4f5c\\u6b4c\\u66f2\\u518d\\u73fe\\u81ea\\u5df1\\u7684\\u4eba\\u751f\\u89c0\\uff0c\\u4e5f\\u5e36\\u9818\\u9752\\u5c11\\u5e74\\u4e00\\u540c\\u523b\\u5283\\u7576\\u524d\\u4e16\\u754c\\u7684\\u9762\\u8c8c\\uff1b\\u53e6\\u4e00\\u65b9\\u9762\\u7279\\u5b9a\\u77e5\\u540d\\u6b4c\\u624b\\u82e5\\u70ba\\u653f\\u6cbb\\u5718\\u9ad4\\/\\u4eba\\u7269\\u7ad9\\u53f0\\uff0c\\u540c\\u6a23\\u4e5f\\u6703\\u5f71\\u97ff\\u9752\\u5c11\\u5e74\\u7684\\u653f\\u6cbb\\u50be\\u5411\\u30022.\\u5982\\u4f55\\u5c07\\u9752\\u5c11\\u5e74\\u6587\\u5316\\u878d\\u5165\\u4fe1\\u4ef0\\u751f\\u6d3b\\u4e2d\\uff0c\\u4e00\\u76f4\\u662f\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u91cd\\u8981\\u7684\\u8b70\\u984c\\uff0c\\u5982\\u540c\\u4f5c\\u8005\\u7684\\u5efa\\u8b70\\u5982\\u4f55\\u5c07\\u9752\\u5c11\\u5e74\\u6587\\u5316\\u878d\\u5165\\u6559\\u5b78?\\u7576\\u300c\\u8001\\u6389\\u7259\\u300d\\u78b0\\u4e0a\\u300c\\u65b0\\u9bae\\u611f\\u300d\\u7684\\u601d\\u8003\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1700038123,'web','36.227.215.168',NULL),(8120,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',125,'c',2,79,70,40,11,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1700038123,'web','36.227.215.168',NULL),(8121,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,11,2,NULL,0,'null',1700038123,'web','36.227.215.168',NULL),(8122,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',126,'c',2,79,70,40,20,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u671f\\u672b\\u5831\\u544a\\u4e3b\\u984c\\uff1a\\u300a\\u7fa4\\u7269\\u300b\\u724c\\u5361\\u8207\\u6559\\u6848\\u8a2d\\u8a08<br \\/>\\n<br \\/>\\n\\u4e00\\u3001\\u524d\\u8a00<br \\/>\\n<br \\/>\\n \\u300c\\u5982\\u4f55\\u57f9\\u990a\\u7f8e\\u611f\\uff1f\\u300d\\u300c\\u5982\\u548c\\u8a13\\u7df4\\u5b69\\u5b50\\u8868\\u9054\\uff1f\\u300d\\u7b49\\u554f\\u984c\\uff0c\\u662f\\u5f88\\u591a\\u5bb6\\u9577\\u6240\\u95dc\\u6ce8\\u7684\\u3002\\u5176\\u5be6\\u9019\\u4e9b\\u554f\\u984c\\u7684\\u80cc\\u5f8c\\uff0c\\u90fd\\u860a\\u542b\\u8457\\u5bb6\\u9577\\u5728\\u610f\\u5b69\\u5b50\\u7684\\u300c\\u611f\\u53d7\\u529b\\u300d\\u9019\\u6a23\\u7684\\u8a0a\\u606f\\u3002\\u7576\\u5b69\\u5b50\\u6709\\u611f\\u53d7\\u529b\\u7684\\u6642\\u5019\\uff0c\\u4ed6\\u80fd\\u77e5\\u89ba\\u300c\\u7f8e\\u300d\\uff0c\\u4e5f\\u66f4\\u9858\\u610f\\u8868\\u9054\\u3002\\u9664\\u6b64\\u4e4b\\u5916\\uff0c\\u6211\\u8a8d\\u70ba\\u611f\\u53d7\\u80fd\\u5920\\u5e6b\\u52a9\\u6211\\u5011\\u7406\\u89e3\\uff0c\\u70ba\\u5b78\\u7fd2\\u8207\\u751f\\u547d\\u7684\\u990a\\u6210\\u5e36\\u4f86\\u6975\\u5927\\u7684\\u76ca\\u8655\\u3002<br \\/>\\n \\u7576\\u8a31\\u591a\\u4eba\\u958b\\u59cb\\u610f\\u8b58\\u5230\\u9019\\u4e9b\\u4e8b\\u7684\\u6642\\u5019\\uff0c\\u5c31\\u6703\\u958b\\u59cb\\u5c0b\\u6c42\\u300c\\u65b9\\u6cd5\\u300d\\u4f86\\u4f5c\\u70ba\\u4e00\\u500b\\u8d77\\u59cb\\u9ede\\uff0c\\u5e0c\\u671b\\u9032\\u5165\\u300c\\u611f\\u53d7\\u529b\\u300d\\u7684\\u4e16\\u754c\\u3002\\u56e0\\u70ba\\u5c0d\\u65bc\\u4eba\\u5011\\u4f86\\u8aaa\\uff0c\\u82e5\\u6c92\\u6709\\u74b0\\u5883\\u8207\\u80cc\\u666f\\u7684\\u6ecb\\u990a\\uff0c\\u662f\\u9700\\u8981\\u4e00\\u500b\\u660e\\u78ba\\u53ef\\u898b\\u7684\\u9032\\u8def\\uff0c\\u5e6b\\u52a9\\u81ea\\u5df1\\u8d70\\u9032\\u964c\\u751f\\u7684\\u300c\\u611f\\u53d7\\u529b\\u300d\\u4e16\\u754c\\u3002\\u4e26\\u4e14\\u6211\\u5011\\u6703\\u5e0c\\u671b\\u5728\\u9019\\u904e\\u7a0b\\u4e2d\\uff0c\\u5982\\u4f55\\u6709\\u611f\\u53d7\\u529b\\u7684\\u540c\\u6642\\uff0c\\u4e5f\\u4e0d\\u5931\\u53bb\\u7406\\u6027\\u7684\\u80fd\\u529b\\uff0c\\u4f7f\\u6211\\u5011\\u6240\\u611f\\u53d7\\u3001\\u601d\\u60f3\\u7684\\u9054\\u5230\\u5e73\\u8861\\uff0c\\u4e14\\u6709\\u52a9\\u76ca\\u3002<br \\/>\\n\\u9019\\u6642\\u5019\\uff0c\\u6709\\u4e9b\\u4e8b\\u7269\\u5c31\\u80fd\\u4f5c\\u70ba\\u5a92\\u4ecb\\uff0c\\u5e6b\\u52a9\\u6211\\u5011\\u64c1\\u6709\\u611f\\u53d7\\u7684\\u540c\\u6642\\uff0c\\u4e5f\\u8207\\u7406\\u6027\\u4e4b\\u9593\\u5f7c\\u6b64\\u5e73\\u8861\\u3001\\u76f8\\u8f14\\u76f8\\u6210\\u3002\\u5c31\\u5982\\u540c\\u5e2d\\u52d2\\u6240\\u8a8d\\u70ba\\u7684\\uff1a\\u300c\\u53ea\\u6709\\u904a\\u6232\\u53ef\\u4ee5\\u4f7f\\u4eba\\u5b8c\\u6574\\u3001\\u4f7f\\u4eba\\u767c\\u63ee\\u5176\\u96d9\\u91cd\\u5929\\u6027\\uff08\\u611f\\u6027\\u8207\\u7406\\u6027\\uff09\\u3002\\u300d<br \\/>\\n \\u904a\\u6232\\u4f5c\\u70ba\\u4e00\\u500b\\u5a92\\u4ecb\\uff0c\\u4f7f\\u4eba\\u5728\\u6bd4\\u8f03\\u81ea\\u7531\\u7684\\u72c0\\u614b\\u4e0b\\u80fd\\u5920\\u89f8\\u78b0\\u4e00\\u4e9b\\u81ea\\u8eab\\u672a\\u89ba\\u5bdf\\u3001\\u672a\\u77e5\\u7684\\u611f\\u53d7\\u6216\\u60f3\\u6cd5\\u3002\\u5c31\\u50cf\\u6d3e\\u7279\\uff0e\\u4e9e\\u502b\\u8a8d\\u70ba\\u7684\\uff1a\\u300c\\u900f\\u904e\\u85dd\\u8853\\u5275\\u4f5c\\u53ef\\u4ee5\\u767c\\u73fe\\u3001\\u8a8d\\u8b58\\u53ca\\u63a2\\u7d22\\u81ea\\u6211\\uff0c\\u5b83\\u662f\\u4e00\\u7a2e\\u300e\\u77e5\\u9053\\u300f\\u7684\\u65b9\\u6cd5\\u3002\\u300d\\u540c\\u6a23\\u7684\\uff0c\\u6211\\u8a8d\\u70ba\\u904a\\u6232\\u4e5f\\u662f\\u4e00\\u7a2e\\u300c\\u77e5\\u9053\\u300d\\u7684\\u65b9\\u6cd5\\uff0c\\u8b93\\u6211\\u5011\\u53bb\\u770b\\u898b\\u8a31\\u591a\\u672a\\u66fe\\u60f3\\u904e\\u7684\\u4e8b\\u3002<br \\/>\\n \\u5728\\u9019\\u6a23\\u7684\\u601d\\u8003\\u57fa\\u790e\\u4e0a\\uff0c\\u6211\\u9078\\u64c7\\u4e86\\u5275\\u4f5c\\u4e00\\u5957\\u724c\\u5361\\uff0c\\u4f86\\u4f5c\\u70ba\\u904a\\u6232\\u3002<br \\/>\\n \\u5e02\\u9762\\u4e0a\\u5176\\u5be6\\u5176\\u5be6\\u6709\\u975e\\u5e38\\u591a\\u7a2e\\u985e\\u578b\\u7684\\u724c\\u5361\\uff0c\\u7279\\u5225\\u662f\\u5728\\u5fc3\\u7406\\u8f14\\u5c0e\\u76f8\\u95dc\\u7684\\u9818\\u57df\\uff0c\\u5404\\u5f0f\\u5404\\u6a23\\u7684\\u724c\\u5361\\u4e0d\\u65b7\\u63a8\\u9673\\u51fa\\u65b0\\u3002\\u800c\\u300a\\u7fa4\\u7269\\u300b\\u5728\\u5275\\u4f5c\\u6642\\uff0c\\u4e26\\u975e\\u4ee5\\u5fc3\\u7406\\u8f14\\u5c0e\\u70ba\\u76ee\\u7684\\uff0c\\u800c\\u662f\\u60f3\\u5617\\u8a66\\u5275\\u4f5c\\u4e00\\u500b\\u80fd\\u5920\\u4f5c\\u70ba\\u95b1\\u8b80\\u3001\\u904a\\u6232\\uff0c\\u4e5f\\u80fd\\u5920\\u958b\\u555f\\u5275\\u4f5c\\u3001\\u5f15\\u5c0e\\u8868\\u9054\\u7b49\\u591a\\u91cd\\u529f\\u80fd\\u7684\\u5a92\\u6750\\u3002\\u751a\\u81f3\\u671f\\u5f85\\u4f7f\\u7528\\u8005\\u6301\\u7e8c\\u9032\\u884c\\u4f7f\\u7528\\u4e0a\\u7684\\u958b\\u767c\\uff0c\\u5ef6\\u5c55\\u9019\\u500b\\u4f5c\\u54c1\\u7684\\u53ef\\u80fd\\u6027\\u3002<br \\/>\\n \\u5728\\u300a\\u7fa4\\u7269\\u300b\\u4e2d\\u4e3b\\u8981\\u904b\\u7528\\u6587\\u5b57\\u8207\\u5716\\u50cf\\u7684\\u7d50\\u5408\\uff0c\\u4f86\\u4f5c\\u70ba\\u4e3b\\u8981\\u7684\\u5a92\\u4ecb\\u985e\\u578b\\uff0c\\u662f\\u56e0\\u7232\\u9019\\u5169\\u8005\\u9084\\u662f\\u6211\\u5011\\u751f\\u6d3b\\u4e2d\\u6700\\u70ba\\u719f\\u6089\\u7684\\u85dd\\u8853\\u5a92\\u4ecb\\u3002\\u5982\\u6b64\\u8a2d\\u8a08\\u662f\\u56e0\\u70ba\\u60f3\\u8981\\u4ee5\\u5c0d\\u65bc\\u5716\\u50cf\\u6216\\u6587\\u5b57\\u9673\\u8ff0\\u7684\\u76f4\\u89c0\\u611f\\u53d7\\u5207\\u5165\\uff0c\\u8b93\\u4eba\\u5728\\u89c0\\u770b\\u4e2d\\u53bb\\u63a2\\u7d22\\u8207\\u88ab\\u958b\\u95ca\\u3002\\u5c31\\u597d\\u50cf\\u5e2d\\u52d2\\u63d0\\u51fa\\u7684\\uff1a\\u300c\\u7f8e\\u53ef\\u4ee5\\u662f\\u4e00\\u7a2e\\u624b\\u6bb5\\uff0c\\u4e0d\\u662f\\u56e0\\u70ba\\u7f8e\\u6709\\u76ca\\u65bc\\u601d\\u60f3\\uff0c\\u800c\\u662f\\u56e0\\u70ba\\u7f8e\\u8b93\\u601d\\u60f3\\u529b\\u7372\\u5f97\\u81ea\\u7531\\uff0c\\u4f7f\\u5176\\u80fd\\u6309\\u7167\\u81ea\\u8eab\\u7684\\u6cd5\\u5247\\u800c\\u5916\\u986f\\uff0c\\u5f15\\u9818\\u4eba\\u5f9e\\u7269\\u8cea\\u8d70\\u5411\\u5f62\\u5f0f\\u3001\\u5f9e\\u611f\\u89ba\\u8d70\\u5411\\u6cd5\\u5247\\u3001\\u5f9e\\u53d7\\u9650\\u7684\\u5b58\\u5728\\u8d70\\u5411\\u7d55\\u5c0d\\u7684\\u5b58\\u5728\\u3002\\u300d<br \\/>\\n<br \\/>\\n<br \\/>\\n\\u53c3\\u8003\\u8cc7\\u6599\\uff1a<br \\/>\\n<br \\/>\\n\\u2028\\u5f17\\u91cc\\u5fb7\\u91cc\\u5e0c.\\u5e2d\\u52d2(Johann Christoph Friedrich von Schiller)\\u8457\\u3001\\u8b1d\\u5b9b\\u771f\\u8b6f\\uff0c\\u300a\\u7f8e\\u80b2\\u66f8\\u7c21 : \\u5e2d\\u52d2\\u8ad6\\u7f8e\\u8207\\u4eba\\u6027\\u300b\\uff0c\\u81fa\\u5317\\u5e02\\uff1a\\u5546\\u5468\\uff0c2018 \\u521d\\u7248\\u3002<br \\/>\\n<br \\/>\\n\\u6d3e\\u7279.\\u4e9e\\u502b(Pat B. Allen)\\u8457\\u3001\\u6c5f\\u5b5f\\u84c9\\u8b6f\\uff0c\\u300a\\u7642\\u7652, \\u5f9e\\u5275\\u4f5c\\u958b\\u59cb : \\u85dd\\u8853\\u6cbb\\u7642\\u7684\\u5167\\u5728\\u65c5\\u7a0b\\u300b\\uff0c\\u81fa\\u5317\\u5e02\\uff1a\\u5f35\\u8001\\u5e2b\\u6587\\u5316\\uff0c2013 \\u521d\\u7248\\u3002<br \\/>\\n<br \\/>\\n\\u5289\\u8c50\\u69ae\\uff0c\\u300a\\u827e\\u65af\\u7d0d\\u85dd\\u8853\\u6559\\u80b2\\u601d\\u60f3\\u7814\\u7a76\\u300b\\uff0c\\u81fa\\u5317\\u5e02\\uff1a\\u6c34\\u725b\\u5716\\u66f8\\u51fa\\u7248\\u793e\\uff0c\\u6c1191\\u3002<br \\/>\\n<br \\/>\\n\\u672c\\u65af.\\u7d0d\\u5167(Bence Nanay)\\u4f5c\\u00a0\\u3001\\u8521\\u5b9c\\u771f\\u8b6f\\uff0c\\u300a\\u7f8e\\u5b78 : \\u6253\\u958b\\u672a\\u77e5\\u7684\\u7f8e\\u611f\\u9ad4\\u9a57\\u300b\\uff0c\\u81fa\\u5317\\u5e02 \\uff1a\\u65e5\\u51fa\\u51fa\\u7248\\uff0c2022 \\u521d\\u7248\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1700038542,'web','203.68.22.24',NULL),(8123,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',126,'c',2,79,70,40,20,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1700038542,'web','203.68.22.24',NULL),(8124,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',106,'c',2,79,70,40,20,2,20,0,'{\"forumid\":12,\"discussion\":9}',1700038543,'web','203.68.22.24',NULL),(8125,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,20,2,NULL,0,'null',1700038543,'web','203.68.22.24',NULL),(8126,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,20,2,NULL,0,'null',1700038593,'web','203.68.22.24',NULL),(8127,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,20,2,NULL,0,'null',1700038825,'web','203.68.22.24',NULL),(8128,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,6,2,NULL,0,'null',1700039724,'web','203.121.235.95',NULL),(8129,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',127,'c',2,83,70,44,6,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u6055\\u6211\\u5148\\u7576\\u500b\\u9178\\u6c11\\ud83d\\ude05\\uff1a<br \\/>\\n*\\u50cf\\u5438\\u98df\\u9d09\\u7247\\u822c\\u611f\\u5230\\u98c4\\u98c4\\u7136\\u7684\\u611f\\u89ba*~<br \\/>\\nQ1.\\u5979\\u5438\\u904e\\u9d09\\u7247\\uff1f<br \\/>\\nQ2.\\u4e0d\\u7ba1\\u5979\\u6709\\u6c92\\u5438\\u904e~\\u9019\\u53e5\\u5df2\\u7136\\u3010\\u50b7\\u5bb3\\u3011\\u4e86\\u5979\\u7684\\u3010\\u7f8e\\u3011&\\u3010\\u6b63\\u7fa9\\u3011\\u4e4b\\u8aaa\\u56c9 \\ud83d\\ude05 <br \\/>\\n<br \\/>\\n\\u6574\\u9ad4\\u5fc3\\u5f97\\uff1a<br \\/>\\n1.\\u6f14\\u8aaa\\u5e36\\u4eba\\u5c0d\\u65bc\\u3010\\u7f8e\\u3011&\\u3010\\u6b63\\u7fa9\\u3011\\u6709\\u65b0\\u7684\\u8a8d\\u8b58\\u8207\\u60f3\\u50cf\\u7a7a\\u9593\\u3002\\u7f8e\\u61c9\\u4f7f\\u4eba\\u5fd8\\u6211\\uff0c\\u6ce8\\u8996\\u5916\\u5728\\u4e16\\u754c\\uff0c\\u4e26\\u6fc0\\u767c\\u4fee\\u5fa9\\u3001\\u795d\\u798f\\u3001\\u5275\\u9020\\u7684\\u6e34\\u671b\\uff0c\\u9019\\u89c0\\u9ede\\u5012\\u662f\\u6709\\u547c\\u61c9\\u57fa\\u7763\\u4fe1\\u4ef0\\u7684\\u4e00\\u4e9b\\u50f9\\u503c\\u3002<br \\/>\\n<br \\/>\\n2.\\u3010\\u7f8e\\u3011&\\u3010\\u6b63\\u7fa9\\u3011\\u7684\\u53cd\\u9762\\u90fd\\u662f\\u3010\\u50b7\\u5bb3\\u3011\\uff0c\\u9019\\u8b93\\u6211\\u60f3\\u5230\\u3010\\u7f8e\\u3011&\\u3010\\u6b63\\u7fa9\\u3011\\u7684\\u6975\\u81f4\\u767c\\u5c55\\u61c9\\u8a72\\u5c31\\u662f\\u57fa\\u7763\\u4fe1\\u4ef0\\u7684\\u3010\\u69ae\\u795e\\u76ca\\u4eba\\u3011\\u3002<br \\/>\\n<br \\/>\\n3.\\u6574\\u500b\\u6f14\\u8aaa\\u5e6b\\u52a9\\u6211\\u91cd\\u65b0\\u601d\\u8003\\u4e86\\u7f8e\\u3001\\u6b63\\u7fa9\\u3001\\u4fee\\u5fa9\\u4e16\\u754c\\u7684\\u95dc\\u4fc2\\u6642\\uff0c\\u66f4\\u662f\\u63d0\\u9192\\u6211\\u5011\\u57fa\\u7763\\u5f92\\u8981\\u505a\\u70ba\\u9019\\u4e16\\u754c\\u7684\\u3010\\u5149\\u3011\\u3010\\u9e7d\\u3011\\u7684\\u69ae\\u8000\\u547c\\u53ec\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":11,\"triggeredfrom\":\"forum_add_new_post\"}',1700039745,'web','203.121.235.95',NULL),(8130,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',127,'c',2,83,70,44,6,2,NULL,0,'{\"discussionid\":11,\"forumid\":14,\"forumtype\":\"single\"}',1700039745,'web','203.121.235.95',NULL),(8131,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',107,'c',2,83,70,44,6,2,6,0,'{\"forumid\":14,\"discussion\":11}',1700039745,'web','203.121.235.95',NULL),(8132,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,6,2,NULL,0,'null',1700039745,'web','203.121.235.95',NULL),(8133,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,6,2,NULL,0,'null',1700039756,'web','203.121.235.95',NULL),(8134,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,6,2,NULL,0,'null',1700039757,'web','203.121.235.95',NULL),(8135,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,6,2,NULL,0,'null',1700039763,'web','203.121.235.95',NULL),(8136,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',128,'c',2,83,70,44,20,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u6211\\u89ba\\u5f97\\u5f71\\u7247\\u4e2d\\u4e3b\\u8981\\u662f\\u5728\\u8ac7\\u7f8e\\u8207\\u6b63\\u7fa9\\u7684\\u95dc\\u806f\\uff0c\\u770b\\u5f71\\u7247\\u7684\\u6642\\u5019\\u6703\\u4e0d\\u65b7\\u60f3\\u5230\\u8a31\\u591a\\u5176\\u4ed6\\u770b\\u904e\\u6216\\u807d\\u904e\\u7684\\u8a0e\\u8ad6\\uff0c\\u5305\\u542b\\u300c\\u7f8e\\u8207\\u653f\\u6cbb\\u7684\\u95dc\\u806f\\u300d\\u3001\\u300c\\u7f8e\\u611f\\u6551\\u570b\\u8ad6\\u300d\\u7b49\\u7b49\\uff0c\\u6211\\u89ba\\u5f97\\u9019\\u4e9b\\u8a0e\\u8ad6\\u90fd\\u5728\\u544a\\u8a34\\u6211\\u5011\\uff0c\\u7f8e\\u7684\\u4f5c\\u7528\\u6216\\u8a31\\u9060\\u5927\\u65bc\\u6211\\u5011\\u7684\\u7d93\\u9a57\\u544a\\u8a34\\u6211\\u5011\\u7684\\uff0c\\u7f8e\\u53ef\\u80fd\\u4e0d\\u662f\\u67d0\\u4e9b\\u4eba\\u8a8d\\u77e5\\u7684\\u7121\\u7528\\u85dd\\u8853\\u54c1\\uff0c\\u5b83\\u5728\\u4eba\\u7684\\u751f\\u547d\\u88e1\\u4f5c\\u7528\\u8207\\u5f71\\u97ff\\u7684\\u7a0b\\u5ea6\\uff0c\\u662f\\u53ef\\u88ab\\u671f\\u5f85\\u3001\\u5177\\u6709\\u53ef\\u80fd\\u6027\\u7684\\u3002<br \\/>\\n\\u6216\\u8a31\\u6211\\u5011\\u53ef\\u4ee5\\u601d\\u60f3\\u7684\\u89d2\\u5ea6\\uff0c\\u4e0d\\u662f\\u4eca\\u5929\\u9019\\u4f4d\\u8b1b\\u8005\\u6240\\u8aaa\\u7684\\u662f\\u5426\\u662f\\u53ef\\u4fe1\\u7684\\u89c0\\u9ede\\uff0c\\u800c\\u662f\\u6211\\u5011\\u53ef\\u4ee5\\u8b93\\u7f8e\\u7684\\u4f5c\\u7528\\u9054\\u5230\\u4ec0\\u9ebc\\u7a0b\\u5ea6\\u7684\\u5f71\\u97ff\\u529b\\u3002\\u9019\\u4e5f\\u662f\\u70ba\\u4ec0\\u9ebc\\u6211\\u5728\\u524d\\u9762\\u63d0\\u5230\\u9019\\u90e8\\u5f71\\u7247\\u8b93\\u6211\\u806f\\u60f3\\u5230\\u7684\\u4e00\\u4e9b\\u8a0e\\u8ad6\\uff0c\\u56e0\\u70ba\\u9019\\u4e9b\\u8ac7\\u8ad6\\u90fd\\u8b93\\u6211\\u518d\\u601d\\u8003\\u7f8e\\u7684\\u53ef\\u80fd\\u6027\\uff0c\\u4ee5\\u53ca\\u6211\\u5011\\u5982\\u4f55\\u5ef6\\u5c55\\u7f8e\\u7684\\u53ef\\u80fd\\u6027\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":11,\"triggeredfrom\":\"forum_add_new_post\"}',1700039808,'web','203.68.22.24',NULL),(8137,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',128,'c',2,83,70,44,20,2,NULL,0,'{\"discussionid\":11,\"forumid\":14,\"forumtype\":\"single\"}',1700039808,'web','203.68.22.24',NULL),(8138,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',108,'c',2,83,70,44,20,2,20,0,'{\"forumid\":14,\"discussion\":11}',1700039808,'web','203.68.22.24',NULL),(8139,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,20,2,NULL,0,'null',1700039808,'web','203.68.22.24',NULL),(8140,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,20,2,NULL,0,'null',1700040011,'web','203.68.22.24',NULL),(8141,'\\core\\event\\notification_sent','core','sent','notification','notifications',938,'c',0,1,10,0,17,0,17,0,'{\"courseid\":\"2\"}',1700040727,'cli',NULL,NULL),(8142,'\\core\\event\\notification_sent','core','sent','notification','notifications',939,'c',0,1,10,0,17,0,11,0,'{\"courseid\":\"2\"}',1700040729,'cli',NULL,NULL),(8143,'\\core\\event\\notification_sent','core','sent','notification','notifications',940,'c',0,1,10,0,17,0,13,0,'{\"courseid\":\"2\"}',1700040732,'cli',NULL,NULL),(8144,'\\core\\event\\notification_sent','core','sent','notification','notifications',941,'c',0,1,10,0,17,0,5,0,'{\"courseid\":\"2\"}',1700040735,'cli',NULL,NULL),(8145,'\\core\\event\\notification_sent','core','sent','notification','notifications',942,'c',0,1,10,0,17,0,21,0,'{\"courseid\":\"2\"}',1700040738,'cli',NULL,NULL),(8146,'\\core\\event\\notification_sent','core','sent','notification','notifications',943,'c',0,1,10,0,17,0,2,0,'{\"courseid\":\"2\"}',1700040741,'cli',NULL,NULL),(8147,'\\core\\event\\notification_sent','core','sent','notification','notifications',944,'c',0,1,10,0,17,0,19,0,'{\"courseid\":\"2\"}',1700040744,'cli',NULL,NULL),(8148,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',129,'c',2,79,70,40,6,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">1.\\u300a\\u5289\\u4e09\\u5c08\\u6b04\\u300b\\u5f9e\\u4e94\\u6708\\u5929\\u5230\\u8349\\u6771 \\u91d1\\u66f2\\u734e\\u4e16\\u4ee3\\u4ea4\\u66ff\\u7684\\u610f\\u7fa9<br \\/>\\n\\u91cd\\u9ede\\uff1a\\u97f3\\u6a02\\u8ddf\\u751f\\u6d3b\\u662f\\u606f\\u606f\\u76f8\\u95dc\\u7684\\uff0c\\u6211\\u5011\\u751f\\u6d3b\\u7d93\\u9a57\\u5f88\\u5bb9\\u6613\\u5f9e\\u97f3\\u6a02\\u53cd\\u6620\\u51fa\\u4f86\\uff0c\\u6211\\u559c\\u6b61\\u95dc\\u6ce8\\u91d1\\u66f2\\u734e\\uff0c\\u5f9e\\u4e2d\\u5438\\u53d6\\u6211\\u6240\\u5ffd\\u7565\\u7684\\u793e\\u6703\\u8108\\u52d5\\u3002<br \\/>\\n<br \\/>\\n2. \\u82e5\\u53ef\\u4ee5\\uff0c\\u6bcf\\u4e00\\u4f4d\\u50b3\\u9053\\u4eba\\u61c9\\u8a72\\u770b\\u81f3\\u5c11\\u4e00\\u6b21\\u4e94\\u6708\\u5929\\u6f14\\u5531\\u6703<br \\/>\\n\\u91cd\\u9ede\\uff1a\\u82e5\\u53ef\\u4ee5\\uff0c\\u6bcf\\u4e00\\u4f4d\\u50b3\\u9053\\u4eba\\u61c9\\u8a72\\u770b\\u81f3\\u5c11\\u4e00\\u6b21\\u4e94\\u6708\\u5929\\u6f14\\u5531\\u6703\\u3002\\u8981\\u660e\\u767d\\u611f\\u52d5\\u4eba\\u5fc3\\u7684\\u4fe1\\u606f\\u4e0d\\u662f\\u901a\\u904e\\u54ea\\u4e09\\u7a2e\\u9b3c\\u5514\\u77e5\\u7684\\u5927\\u9053\\u7406\\uff0c\\u537b\\u662f\\u8b93\\u4eba\\u611f\\u5230\\u751f\\u6d3b\\u5145\\u65a5\\u58d3\\u529b\\u548c\\u6399\\u624e\\u7684\\u540c\\u6642\\uff0c\\u4f9d\\u7136\\u6709\\u90a3\\u4e00\\u4f4d\\u7121\\u5f62\\u7684\\u5b88\\u8b77\\u8005\\u8207\\u6211\\u5011\\u540c\\u5728\\u3002<br \\/>\\n<br \\/>\\n3. \\u8afe\\u4e9e\\u65b9\\u821f - \\u53f0\\u7063\\u6d41\\u884c\\u97f3\\u6a02\\u7dad\\u57fa\\u9928<br \\/>\\n\\u5275\\u4f5c\\u80cc\\u666f1\\uff1a\\u963f\\u4fe1\\u8868\\u793a\\u8d77\\u521d\\u4e94\\u6708\\u5929\\u4e26\\u4e0d\\u76f8\\u4fe1\\u4e16\\u754c\\u672b\\u65e5\\uff0c\\u4f46\\u81ea\\u5f9e\\u767c\\u751f\\u6c76\\u5ddd\\u5927\\u5730\\u9707\\u4ee5\\u53ca\\u5176\\u4ed6\\u5730\\u65b9\\u4e0d\\u65b7\\u767c\\u751f\\u5929\\u707d\\u4eba\\u798d\\u5f8c\\uff0c\\u4e94\\u6708\\u5929\\u611f\\u53d7\\u5230\\u672b\\u65e5\\u5176\\u5be6\\u8207\\u81ea\\u5df1\\u53ea\\u6709\\u4e00\\u7dda\\u4e4b\\u9694\\u2026\\u2026\\u9019\\u9996\\u6b4c\\u4e3b\\u8981\\u8868\\u73fe\\u7684\\u4e3b\\u984c\\u662f\\u672b\\u65e5\\u601d\\u60f3\\uff0c\\u56de\\u60f32010\\u5e74\\u7684\\u6642\\u5019\\uff0c\\u300c\\u672b\\u65e5\\u8aaa\\u300d\\u4e00\\u8aaa\\u8a0e\\u8ad6\\u5f97\\u6cb8\\u6cb8\\u63da\\u63da\\uff0c\\u6240\\u6709\\u5a92\\u9ad4\\u90fd\\u5728\\u5927\\u8086\\u5831\\u5c0e\\uff0c\\u963f\\u4fe1\\u4fbf\\u4ee5\\u6b64\\u70ba\\u4e3b\\u984c\\u5275\\u4f5c\\u4e86\\u3008\\u8afe\\u4e9e\\u65b9\\u821f\\u3009\\u9019\\u9996\\u6b4c\\u3002<br \\/>\\n<br \\/>\\n4.\\u767e\\u5ea6\\u767e\\u79d1-\\u8afe\\u4e9e\\u65b9\\u821f \\uff08\\u4e94\\u6708\\u5929\\u6f14\\u5531\\u6b4c\\u66f2\\uff09<br \\/>\\n\\u91cd\\u9ede\\uff1a\\u300a\\u8afe\\u4e9e\\u65b9\\u821f\\u300b\\u6240\\u523b\\u756b\\u7684\\u662f\\u4e00\\u5e45\\u5e7b\\u60f3\\u4e2d\\u7684\\u672b\\u65e5\\u5834\\u666f\\uff0c\\u5118\\u7ba1\\u5f88\\u591a\\u4eba\\u5df2\\u7d93\\u6f14\\u7e79\\u904e\\u672b\\u4e16\\u5834\\u666f\\uff0c\\u4f46\\u9019\\u662f\\u4e00\\u9996\\u6a23\\u6c23\\u52e2\\u6062\\u5b8f\\u7684\\u6b4c\\u66f2\\uff0c\\u7368\\u7279\\u7684\\u4e16\\u754c\\u89c0\\uff0c\\u7368\\u6709\\u7684\\u4eba\\u751f\\u614b\\u5ea6\\uff0c\\u4e0d\\u4fd7\\u7684\\u7de8\\u66f2\\uff0c \\u3002<br \\/>\\n<br \\/>\\n5.\\u98a8\\u50b3\\u5a92 \\u300a\\u8afe\\u4e9e\\u65b9\\u821f\\u300b\\u5dee\\u9ede\\u5f9e\\u5c08\\u8f2f\\u4e2d\\u6dd8\\u6c70\\u2026<br \\/>\\n\\u91cd\\u9ede\\uff1a\\u4ed6\\u66fe\\u7d93\\u5f88\\u8a8d\\u771f\\u5730\\u544a\\u8a34\\u6211\\u5011\\uff1a\\u65cb\\u5f8b\\u518d\\u721b\\uff0c\\u914d\\u4e00\\u6bb5\\u597d\\u8a5e\\uff0c\\u5b83\\u9084\\u4e0d\\u898b\\u5f97\\u662f\\u4e00\\u9996\\u597d\\u6b4c\\uff1b\\u53ef\\u662f\\u4f60\\u6709\\u5f88\\u597d\\u5f88\\u597d\\u7684\\u65cb\\u5f8b\\uff0c\\u5c31\\u7b97\\u914d\\u4e0a\\u518d\\u721b\\u7684\\u8a5e\\uff0c\\u5b83\\u90fd\\u9084 \\u6709\\u53ef\\u80fd\\u662f\\u4e00\\u9996\\u597d\\u6b4c\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1700041085,'web','203.121.235.95',NULL),(8149,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',129,'c',2,79,70,40,6,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1700041085,'web','203.121.235.95',NULL),(8150,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',109,'c',2,79,70,40,6,2,6,0,'{\"forumid\":12,\"discussion\":9}',1700041085,'web','203.121.235.95',NULL),(8151,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,6,2,NULL,0,'null',1700041085,'web','203.121.235.95',NULL),(8152,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,6,2,NULL,0,'null',1700041113,'web','203.121.235.95',NULL),(8153,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1700041312,'web','36.227.215.168',NULL),(8154,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1700041314,'web','36.227.215.168',NULL),(8155,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,17,2,NULL,0,'null',1700041569,'web','36.227.215.168',NULL),(8156,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,17,2,NULL,0,'null',1700041578,'web','36.227.215.168',NULL),(8157,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',17,'r',0,16,50,2,17,2,17,0,'{\"courseid\":\"2\",\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1700041626,'web','36.227.215.168',NULL),(8158,'\\core\\event\\notification_sent','core','sent','notification','notifications',945,'c',0,1,10,0,11,0,11,0,'{\"courseid\":\"2\"}',1700041746,'cli',NULL,NULL),(8159,'\\core\\event\\notification_sent','core','sent','notification','notifications',946,'c',0,1,10,0,11,0,5,0,'{\"courseid\":\"2\"}',1700041749,'cli',NULL,NULL),(8160,'\\core\\event\\notification_sent','core','sent','notification','notifications',947,'c',0,1,10,0,11,0,2,0,'{\"courseid\":\"2\"}',1700041752,'cli',NULL,NULL),(8161,'\\core\\event\\notification_sent','core','sent','notification','notifications',948,'c',0,1,10,0,11,0,14,0,'{\"courseid\":\"2\"}',1700041754,'cli',NULL,NULL),(8162,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',11,'r',2,83,70,44,17,2,NULL,0,'null',1700041864,'web','36.227.215.168',NULL),(8163,'\\core\\event\\notification_sent','core','sent','notification','notifications',949,'c',0,1,10,0,20,0,11,0,'{\"courseid\":\"2\"}',1700042165,'cli',NULL,NULL),(8164,'\\core\\event\\notification_sent','core','sent','notification','notifications',950,'c',0,1,10,0,20,0,5,0,'{\"courseid\":\"2\"}',1700042168,'cli',NULL,NULL),(8165,'\\core\\event\\notification_sent','core','sent','notification','notifications',951,'c',0,1,10,0,20,0,20,0,'{\"courseid\":\"2\"}',1700042171,'cli',NULL,NULL),(8166,'\\core\\event\\notification_sent','core','sent','notification','notifications',952,'c',0,1,10,0,20,0,2,0,'{\"courseid\":\"2\"}',1700042174,'cli',NULL,NULL),(8167,'\\core\\event\\notification_sent','core','sent','notification','notifications',953,'c',0,1,10,0,20,0,14,0,'{\"courseid\":\"2\"}',1700042177,'cli',NULL,NULL),(8168,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1700042347,'web','36.227.215.168',NULL),(8169,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1700042350,'web','36.227.215.168',NULL),(8170,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1700042394,'web','36.227.215.168',NULL),(8171,'\\core\\event\\notification_sent','core','sent','notification','notifications',954,'c',0,1,10,0,6,0,6,0,'{\"courseid\":\"2\"}',1700043366,'cli',NULL,NULL),(8172,'\\core\\event\\notification_sent','core','sent','notification','notifications',955,'c',0,1,10,0,6,0,17,0,'{\"courseid\":\"2\"}',1700043369,'cli',NULL,NULL),(8173,'\\core\\event\\notification_sent','core','sent','notification','notifications',956,'c',0,1,10,0,6,0,11,0,'{\"courseid\":\"2\"}',1700043372,'cli',NULL,NULL),(8174,'\\core\\event\\notification_sent','core','sent','notification','notifications',957,'c',0,1,10,0,6,0,13,0,'{\"courseid\":\"2\"}',1700043375,'cli',NULL,NULL),(8175,'\\core\\event\\notification_sent','core','sent','notification','notifications',958,'c',0,1,10,0,6,0,5,0,'{\"courseid\":\"2\"}',1700043378,'cli',NULL,NULL),(8176,'\\core\\event\\notification_sent','core','sent','notification','notifications',959,'c',0,1,10,0,6,0,21,0,'{\"courseid\":\"2\"}',1700043380,'cli',NULL,NULL),(8177,'\\core\\event\\notification_sent','core','sent','notification','notifications',960,'c',0,1,10,0,6,0,2,0,'{\"courseid\":\"2\"}',1700043383,'cli',NULL,NULL),(8178,'\\core\\event\\notification_sent','core','sent','notification','notifications',961,'c',0,1,10,0,6,0,19,0,'{\"courseid\":\"2\"}',1700043386,'cli',NULL,NULL),(8179,'\\core\\event\\notification_sent','core','sent','notification','notifications',962,'c',0,1,10,0,20,0,6,0,'{\"courseid\":\"2\"}',1700043425,'cli',NULL,NULL),(8180,'\\core\\event\\notification_sent','core','sent','notification','notifications',963,'c',0,1,10,0,20,0,17,0,'{\"courseid\":\"2\"}',1700043428,'cli',NULL,NULL),(8181,'\\core\\event\\notification_sent','core','sent','notification','notifications',964,'c',0,1,10,0,20,0,11,0,'{\"courseid\":\"2\"}',1700043431,'cli',NULL,NULL),(8182,'\\core\\event\\notification_sent','core','sent','notification','notifications',965,'c',0,1,10,0,20,0,13,0,'{\"courseid\":\"2\"}',1700043434,'cli',NULL,NULL),(8183,'\\core\\event\\notification_sent','core','sent','notification','notifications',966,'c',0,1,10,0,20,0,5,0,'{\"courseid\":\"2\"}',1700043437,'cli',NULL,NULL),(8184,'\\core\\event\\notification_sent','core','sent','notification','notifications',967,'c',0,1,10,0,20,0,21,0,'{\"courseid\":\"2\"}',1700043439,'cli',NULL,NULL),(8185,'\\core\\event\\notification_sent','core','sent','notification','notifications',968,'c',0,1,10,0,20,0,20,0,'{\"courseid\":\"2\"}',1700043442,'cli',NULL,NULL),(8186,'\\core\\event\\notification_sent','core','sent','notification','notifications',969,'c',0,1,10,0,20,0,2,0,'{\"courseid\":\"2\"}',1700043445,'cli',NULL,NULL),(8187,'\\core\\event\\notification_sent','core','sent','notification','notifications',970,'c',0,1,10,0,20,0,19,0,'{\"courseid\":\"2\"}',1700043447,'cli',NULL,NULL),(8188,'\\core\\event\\notification_sent','core','sent','notification','notifications',971,'c',0,1,10,0,6,0,6,0,'{\"courseid\":\"2\"}',1700044746,'cli',NULL,NULL),(8189,'\\core\\event\\notification_sent','core','sent','notification','notifications',972,'c',0,1,10,0,6,0,11,0,'{\"courseid\":\"2\"}',1700044749,'cli',NULL,NULL),(8190,'\\core\\event\\notification_sent','core','sent','notification','notifications',973,'c',0,1,10,0,6,0,5,0,'{\"courseid\":\"2\"}',1700044752,'cli',NULL,NULL),(8191,'\\core\\event\\notification_sent','core','sent','notification','notifications',974,'c',0,1,10,0,6,0,20,0,'{\"courseid\":\"2\"}',1700044755,'cli',NULL,NULL),(8192,'\\core\\event\\notification_sent','core','sent','notification','notifications',975,'c',0,1,10,0,6,0,2,0,'{\"courseid\":\"2\"}',1700044758,'cli',NULL,NULL),(8193,'\\core\\event\\notification_sent','core','sent','notification','notifications',976,'c',0,1,10,0,6,0,14,0,'{\"courseid\":\"2\"}',1700044761,'cli',NULL,NULL),(8194,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700049134,'web','124.64.23.77',NULL),(8195,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1700049141,'web','124.64.23.77',NULL),(8196,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1700049142,'web','124.64.23.77',NULL),(8197,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1700049153,'web','124.64.23.77',NULL),(8198,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,23,2,NULL,0,'null',1700049175,'web','124.64.23.77',NULL),(8199,'\\core\\event\\notification_sent','core','sent','notification','notifications',977,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1700049186,'cli',NULL,NULL),(8200,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,23,2,NULL,0,'null',1700049202,'web','124.64.23.77',NULL),(8201,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,23,2,NULL,0,'null',1700049206,'web','124.64.23.77',NULL),(8202,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1700049435,'web','124.64.23.77',NULL),(8203,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,23,2,NULL,0,'null',1700049446,'web','124.64.23.77',NULL),(8204,'\\mod_forum\\event\\course_module_instance_list_viewed','mod_forum','viewed','course_module_instance_list',NULL,NULL,'r',0,2,50,1,0,1,NULL,0,'null',1700051124,'web','34.145.165.227',NULL),(8205,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700093751,'web','117.56.58.51',NULL),(8206,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1700093770,'web','117.56.58.51',NULL),(8207,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1700093770,'web','117.56.58.51',NULL),(8208,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1700093773,'web','117.56.58.51',NULL),(8209,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,14,2,NULL,0,'null',1700093789,'web','117.56.58.51',NULL),(8210,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,14,2,NULL,0,'null',1700093890,'web','117.56.58.51',NULL),(8211,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,14,2,NULL,0,'null',1700093926,'web','117.56.58.51',NULL),(8212,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,14,2,NULL,0,'null',1700094003,'web','117.56.58.51',NULL),(8213,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,14,2,NULL,0,'null',1700094025,'web','117.56.58.51',NULL),(8214,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,14,2,NULL,0,'null',1700094122,'web','117.56.58.51',NULL),(8215,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1700094126,'web','117.56.58.51',NULL),(8216,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,14,2,NULL,0,'null',1700094133,'web','117.56.58.51',NULL),(8217,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1700094325,'web','117.56.58.51',NULL),(8218,'\\core\\event\\user_loggedin','core','loggedin','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"extrauserinfo\":[]}',1700106410,'web','104.245.12.173',NULL),(8219,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,16,0,NULL,0,'null',1700106411,'web','104.245.12.173',NULL),(8220,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1700106413,'web','104.245.12.173',NULL),(8221,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,16,2,NULL,0,'null',1700106428,'web','104.245.12.173',NULL),(8222,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1700106440,'web','104.245.12.173',NULL),(8223,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1700106444,'web','104.245.12.173',NULL),(8224,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,16,2,NULL,0,'null',1700106450,'web','104.245.12.173',NULL),(8225,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,16,2,NULL,0,'null',1700106452,'web','104.245.12.173',NULL),(8226,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1700109924,'web','104.245.12.173',NULL),(8227,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,16,0,NULL,0,'null',1700109926,'web','104.245.12.173',NULL),(8228,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1700109929,'web','104.245.12.173',NULL),(8229,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,16,2,NULL,0,'null',1700109953,'web','104.245.12.173',NULL),(8230,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',130,'c',2,83,70,44,16,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7576\\u4f60\\u770b\\u5230\\u7f8e\\u7684\\u4e8b\\u52d9\\u6642\\uff0c\\u8cb7\\u4e0b\\u5b83\\u5427\\uff01<br \\/>\\n\\u7576\\u4f60\\u770b\\u5230\\u7f8e\\u7684\\u4e8b\\u52d9\\u6642\\uff0c\\u958b\\u59cb\\u53bb\\u4fee\\u5fa9\\u4e16\\u754c\\u7684\\u50b7\\u75d5\\u5427\\uff01<br \\/>\\n<br \\/>\\n\\u7269\\u8cea\\u8d8a\\u4f86\\u8d8a\\u8c50\\u5bcc\\uff0c\\u53cd\\u800c\\u770b\\u4e0d\\u898b\\u7f8e\\u4e86\\uff0c\\u5be6\\u5728\\u9700\\u8981\\u88ab\\u64a5\\u958b\\u96f2\\u9727\\u770b\\u898b\\u5167\\u6db5\\u53ca\\u771f\\u610f\\u3002<br \\/>\\n\\u6bcf\\u500b\\u4eba\\u90fd\\u6709\\u4e0a\\u5e1d\\u5275\\u9020\\u7684\\u5f62\\u8c61\\u5728\\u4ed6\\u7684\\u88e1\\u9762\\uff0c\\u800c\\u4e0a\\u5e1d\\u5c31\\u662f\\u6700\\u5049\\u5927\\u7684\\u5275\\u9020\\u8005\\u53ca\\u6e90\\u982d\\uff0c\\u56e0\\u6b64\\u6bcf\\u500b\\u4eba\\u90fd\\u6709\\u518d\\u5275\\u9020\\uff08\\u8907\\u88fd\\uff09\\u7684\\u80fd\\u529b\\u3002\\u50c5\\u50c5\\u884c\\u4f7f\\u5275\\u9020\\u7684\\u80fd\\u529b\\uff0c\\u672c\\u8eab\\u5c31\\u662f\\u826f\\u6027\\u7684\\u7d50\\u679c\\u3002<br \\/>\\n\\u4e0d\\u9700\\u8981\\u7b49\\u5230\\u201c\\u5b8c\\u7f8e\\u6642\\u523b\\u201d\\u624d\\u53bb\\u8868\\u9054\\u8f38\\u51fa\\u7f8e\\u3002\\u4fe1\\u4efb\\u795e\\uff0c\\u4e0d\\u770b\\u81ea\\u5df1\\u7684\\u64c1\\u6709\\u6216\\u7f3a\\u5931\\uff0c\\u628a\\u795e\\u653e\\u5728\\u6211\\u88e1\\u9762\\u7684\\u611f\\u77e5\\uff0c\\u52c7\\u6562\\u5730\\u8868\\u9054\\u4e26\\u884c\\u52d5\\u51fa\\u4f86\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":11,\"triggeredfrom\":\"forum_add_new_post\"}',1700110029,'web','104.245.12.173',NULL),(8231,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',130,'c',2,83,70,44,16,2,NULL,0,'{\"discussionid\":11,\"forumid\":14,\"forumtype\":\"single\"}',1700110029,'web','104.245.12.173',NULL),(8232,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',110,'c',2,83,70,44,16,2,16,0,'{\"forumid\":14,\"discussion\":11}',1700110029,'web','104.245.12.173',NULL),(8233,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,16,2,NULL,0,'null',1700110030,'web','104.245.12.173',NULL),(8234,'\\core\\event\\notification_sent','core','sent','notification','notifications',978,'c',0,1,10,0,16,0,6,0,'{\"courseid\":\"2\"}',1700113686,'cli',NULL,NULL),(8235,'\\core\\event\\notification_sent','core','sent','notification','notifications',979,'c',0,1,10,0,16,0,17,0,'{\"courseid\":\"2\"}',1700113689,'cli',NULL,NULL),(8236,'\\core\\event\\notification_sent','core','sent','notification','notifications',980,'c',0,1,10,0,16,0,11,0,'{\"courseid\":\"2\"}',1700113692,'cli',NULL,NULL),(8237,'\\core\\event\\notification_sent','core','sent','notification','notifications',981,'c',0,1,10,0,16,0,13,0,'{\"courseid\":\"2\"}',1700113694,'cli',NULL,NULL),(8238,'\\core\\event\\notification_sent','core','sent','notification','notifications',982,'c',0,1,10,0,16,0,5,0,'{\"courseid\":\"2\"}',1700113697,'cli',NULL,NULL),(8239,'\\core\\event\\notification_sent','core','sent','notification','notifications',983,'c',0,1,10,0,16,0,21,0,'{\"courseid\":\"2\"}',1700113700,'cli',NULL,NULL),(8240,'\\core\\event\\notification_sent','core','sent','notification','notifications',984,'c',0,1,10,0,16,0,20,0,'{\"courseid\":\"2\"}',1700113702,'cli',NULL,NULL),(8241,'\\core\\event\\notification_sent','core','sent','notification','notifications',985,'c',0,1,10,0,16,0,16,0,'{\"courseid\":\"2\"}',1700113705,'cli',NULL,NULL),(8242,'\\core\\event\\notification_sent','core','sent','notification','notifications',986,'c',0,1,10,0,16,0,2,0,'{\"courseid\":\"2\"}',1700113708,'cli',NULL,NULL),(8243,'\\core\\event\\notification_sent','core','sent','notification','notifications',987,'c',0,1,10,0,16,0,19,0,'{\"courseid\":\"2\"}',1700113711,'cli',NULL,NULL),(8244,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700118674,'web','120.244.78.219',NULL),(8245,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1700118680,'web','120.244.78.219',NULL),(8246,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1700118680,'web','120.244.78.219',NULL),(8247,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1700118683,'web','120.244.78.219',NULL),(8248,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,23,2,NULL,0,'null',1700118695,'web','120.244.78.219',NULL),(8249,'\\core\\event\\notification_sent','core','sent','notification','notifications',988,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1700118726,'cli',NULL,NULL),(8250,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',131,'c',2,83,70,44,23,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7f8e\\u5982\\u4f55\\u4f7f\\u6211\\u4eec\\u66f4\\u5173\\u5fc3\\u6b63\\u4e49<br \\/>\\n\\u201c\\u7f8e\\u201d\\u548c\\u201c\\u6b63\\u4e49\\u201d\\u5728\\u82f1\\u6587\\u4e2d\\u540c\\u6709\\u4e00\\u4e2a\\u540c\\u4e49\\u8bcd\\uff0c\\u5373\\u201cfairness\\u201d\\uff0c\\u7528\\u6765\\u5f62\\u5bb9\\u516c\\u5e73\\u7ade\\u8d5b\\u4e0e\\u516c\\u5e73\\u7684\\u9500\\u552e\\u539f\\u5219\\u7684fair\\uff0c\\u5728\\u8bed\\u6e90\\u4e0a\\u6765\\u81ea\\u7f8efair\\u3002\\u201c\\u7f8e\\u201d\\u4e0e\\u201c\\u6b63\\u4e49\\u201d\\u7684\\u53cd\\u9762\\u90fd\\u662f\\u201c\\u4f24\\u5bb3\\u201d\\uff0c\\u201c\\u4f24\\u5bb3\\u201d\\u7684\\u7b2c\\u4e8c\\u4e2a\\u97f3\\u8282\\u4e0e\\u201c\\u4e0d\\u516c\\u6b63\\u201d\\u5177\\u6709\\u76f8\\u540c\\u7684\\u6839\\u6e90\\uff0c\\u201c\\u4f24\\u5bb3\\u201d\\u4e0e\\u201c\\u7f8e\\u201d\\u6700\\u4e3a\\u76f8\\u53cd\\u3002\\u8fd9\\u662f\\u201c\\u82f1\\u8bed\\u201d\\u89d2\\u5ea6\\u7684\\u89e3\\u91ca\\u3002<br \\/>\\n\\u6c49\\u8bed\\u7684\\u201c\\u7f8e\\u201d\\uff0c\\u5373\\u7f8e\\u4e3d\\uff0c\\u6307\\u597d\\u770b\\uff0c\\u6f02\\u4eae\\uff0c\\u5373\\u5728\\u5f62\\u5f0f\\u3001\\u6bd4\\u4f8b\\u3001\\u5e03\\u5c40\\u3001\\u98ce\\u5ea6\\u3001\\u989c\\u8272\\u6216\\u58f0\\u97f3\\u4e0a\\u63a5\\u8fd1\\u5b8c\\u7f8e\\u6216\\u7406\\u60f3\\uff0c\\u4f7f\\u5404\\u79cd\\u611f\\u5b98\\u6781\\u4e3a\\u6109\\u60a6\\u3002\\u201c\\u6b63\\u4e49\\u201d\\u662f\\u5ba2\\u89c2\\u5b58\\u5728\\uff0c\\u662f\\u5584\\uff0c\\u201c\\u6b63\\u4e49\\u201d\\u610f\\u5473\\u7740\\u516c\\u6b63\\uff0c\\u6b63\\u5f53\\u7684\\u884c\\u4e3a\\u6216\\u9053\\u7406\\uff0c\\u5b83\\u5bf9\\u67d0\\u4e00\\u60c5\\u5883\\u4e0b\\u7684\\u662f\\u975e\\uff0c\\u5584\\u6076\\u4f5c\\u51fa\\u4e00\\u79cd\\u80af\\u5b9a\\u5224\\u65ad\\uff0c\\u8fd9\\u53cd\\u6620\\u4e86\\u4eba\\u4eec\\u5bf9\\u516c\\u5e73\\uff0c\\u516c\\u6b63\\u7684\\u8ffd\\u6c42\\u3002\\u6c49\\u8bed\\u7684\\u8fd9\\u79cd\\u89e3\\u91ca\\u5e94\\u8be5\\u7b26\\u5408\\u5723\\u7ecf\\u300a\\u521b\\u4e16\\u7eaa\\u300b\\u7b2c\\u4e00\\u7ae0\\u795e\\u7684\\u521b\\u9020\\uff0c\\u795e\\u7684\\u521b\\u9020\\u5b8c\\u6210\\u540e\\uff0c\\u201c\\u795e\\u770b\\u7740\\u662f\\u597d\\u7684\\u201d\\u201c\\u795e\\u770b\\u7740\\u4e00\\u5207\\u6240\\u9020\\u7684\\u90fd\\u751a\\u597d\\u201d\\u3002\\u56e0\\u7740\\u59cb\\u7956\\u4e9a\\u5f53\\u590f\\u5a03\\u7684\\u72af\\u7f6a\\uff0c\\u7f6a\\u6027\\u8fdb\\u5165\\u4e16\\u754c\\uff0c\\u5c31\\u6709\\u4e86\\u201c\\u4ec7\\u6068\\uff0c\\u5ac9\\u5992\\uff0c\\u51f6\\u6740\\u201d\\uff0c\\u5c31\\u51fa\\u73b0\\u4e86\\u201c\\u4e11\\u6076\\u548c\\u4e0d\\u516c\\u4e0d\\u4e49\\u201d\\u3002<br \\/>\\n\\u6f14\\u8bb2\\u8005\\u8bf4\\u201c\\u7f8e\\u201d\\u4f7f\\u6211\\u4eec\\u201c\\u98d8\\u98d8\\u7136\\u7684\\u8fb9\\u7f18\\u5316\\u201d\\uff0c\\u6211\\u7406\\u89e3\\u662f\\u201c\\u88ab\\u7f8e\\u5438\\u5f15\\u800c\\u5fd8\\u6211\\uff0c\\u4f7f\\u6211\\u4eec\\u5316\\u8eab\\u4e8e\\u7f8e\\u7684\\u5883\\u754c\\u3002\\u201d\\u6587\\u4e2d\\u8bf4\\u201c\\u6700\\u80fd\\u4f7f\\u6211\\u4eec\\u6210\\u4e3a\\u597d\\u4eba\\u7684\\uff0c\\u662f\\u7f8e\\uff0c\\u56e0\\u4e3a\\u201c\\u7f8e\\u201d\\u4eba\\u613f\\u610f\\u4fdd\\u6301\\u7f8e\\u7684\\u72b6\\u6001\\u6216\\u518d\\u521b\\u9020\\u201d\\uff0c\\u5373\\u201c\\u906d\\u9047\\u5230\\u7f8e\\u201d\\u4e0e\\u201c\\u521b\\u9020\\u7684\\u6b32\\u671b\\u201d\\uff0c\\u8fd9\\u662f\\u5426\\u53ef\\u4ee5\\u7406\\u89e3\\u4e3a\\u7075\\u611f\\uff0c\\u4ea7\\u751f\\u5bf9\\u201c\\u7f8e\\u201d\\u7684\\u8d5e\\u7f8e\\u3001\\u8ffd\\u6c42\\uff01\\u8054\\u7cfb\\u5230\\u540c\\u4e49\\u8bcd\\u201c\\u6b63\\u4e49\\u201d\\uff0c\\u5c31\\u662f\\u547c\\u5401\\u4e3a\\u6b63\\u4e49\\u800c\\u884c\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":11,\"triggeredfrom\":\"forum_add_new_post\"}',1700118745,'web','120.244.78.219',NULL),(8251,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',131,'c',2,83,70,44,23,2,NULL,0,'{\"discussionid\":11,\"forumid\":14,\"forumtype\":\"single\"}',1700118745,'web','120.244.78.219',NULL),(8252,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',111,'c',2,83,70,44,23,2,23,0,'{\"forumid\":14,\"discussion\":11}',1700118746,'web','120.244.78.219',NULL),(8253,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,23,2,NULL,0,'null',1700118746,'web','120.244.78.219',NULL),(8254,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,23,2,NULL,0,'null',1700118890,'web','120.244.78.219',NULL),(8255,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,23,2,NULL,0,'null',1700118925,'web','120.244.78.219',NULL),(8256,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1700118981,'web','120.244.78.219',NULL),(8257,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,23,2,NULL,0,'null',1700118986,'web','120.244.78.219',NULL),(8258,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700119264,'web','34.245.128.38',NULL),(8259,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',132,'c',2,79,70,40,23,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7535\\u5f71\\u300a\\u963f\\u7518\\u6b63\\u4f20\\u300b<br \\/>\\n\\u300a\\u963f\\u7518\\u6b63\\u4f20\\u300b\\u662f\\u7531\\u7f57\\u4f2f\\u7279\\u00b7\\u6cfd\\u7c73\\u5409\\u65af\\u6267\\u5bfc\\u7684\\u7535\\u5f71\\uff0c\\u7531\\u6c64\\u59c6\\u00b7\\u6c49\\u514b\\u65af\\u3001\\u7f57\\u5bbe\\u00b7\\u6000\\u7279\\u548c\\u838e\\u8389\\u00b7\\u83f2\\u5c14\\u5fb7\\u7b49\\u4eba\\u4e3b\\u6f14\\uff0c\\u4e8e1994\\u5e747\\u67086\\u65e5\\u5728\\u7f8e\\u56fd\\u4e0a\\u6620\\u3002<br \\/>\\n\\u7535\\u5f71\\u6539\\u7f16\\u81ea\\u7f8e\\u56fd\\u4f5c\\u5bb6\\u6e29\\u65af\\u987f\\u00b7\\u683c\\u9c81\\u59c6\\u4e8e1986\\u5e74\\u51fa\\u7248\\u7684\\u540c\\u540d\\u5c0f\\u8bf4\\uff0c\\u63cf\\u7ed8\\u4e86\\u5148\\u5929\\u667a\\u969c\\u7684\\u5c0f\\u9547\\u7537\\u5b69\\u798f\\u745e\\u65af\\u7279\\u00b7\\u7518\\u81ea\\u5f3a\\u4e0d\\u606f\\uff0c\\u6700\\u7ec8\\u201c\\u50bb\\u4eba\\u6709\\u50bb\\u798f\\u201d\\u5730\\u5f97\\u5230\\u4e0a\\u5929\\u7737\\u987e\\uff0c\\u5728\\u591a\\u4e2a\\u9886\\u57df\\u521b\\u9020\\u5947\\u8ff9\\u7684\\u52b1\\u5fd7\\u6545\\u4e8b\\u3002 [1]<br \\/>\\n\\u7535\\u5f71\\u4e0a\\u6620\\u540e\\uff0c\\u4e8e1995\\u5e74\\u83b7\\u5f97\\u5965\\u65af\\u5361\\u6700\\u4f73\\u5f71\\u7247\\u5956\\u3001\\u6700\\u4f73\\u7537\\u4e3b\\u89d2\\u5956\\u3001\\u6700\\u4f73\\u5bfc\\u6f14\\u5956\\u7b496\\u9879\\u5927\\u5956\\u3002 [2]2014\\u5e749\\u67085\\u65e5\\uff0c\\u5728\\u8be5\\u7247\\u4e0a\\u662020\\u5468\\u5e74\\u4e4b\\u9645\\uff0c\\u300a\\u963f\\u7518\\u6b63\\u4f20\\u300bIMAX\\u7248\\u672c\\u5f00\\u59cb\\u5728\\u5168\\u7f8e\\u4e0a\\u6620\\u3002<br \\/>\\n\\u6587\\u732e\\u8d44\\u6599\\u201c\\u6765\\u6e90\\u4e8e\\u767e\\u5ea6\\u767e\\u79d1\\u201d<br \\/>\\n1. \\u5f71\\u8bc4<br \\/>\\n2. \\u4eba\\u7269\\u8d44\\u6599<br \\/>\\n3. \\u5386\\u53f2\\u4e8b\\u4ef6<br \\/>\\n\\u8d8a\\u5357\\u7ad9\\u6218\\u4e89<br \\/>\\n\\u6c34\\u95e8\\u4e8b\\u4ef6<br \\/>\\n\\u4e2d\\u7f8e\\u5efa\\u4ea4<br \\/>\\n\\u732b\\u738b\\u548c\\u7ea6\\u7ff0\\u00b7\\u5217\\u4fac\\u8fd9\\u4e24\\u4f4d\\u97f3\\u4e50\\u5de8\\u661f<\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1700121210,'web','120.244.78.219',NULL),(8260,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',132,'c',2,79,70,40,23,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1700121210,'web','120.244.78.219',NULL),(8261,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',112,'c',2,79,70,40,23,2,23,0,'{\"forumid\":12,\"discussion\":9}',1700121210,'web','120.244.78.219',NULL),(8262,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,23,2,NULL,0,'null',1700121211,'web','120.244.78.219',NULL),(8263,'\\core\\event\\user_loggedout','core','loggedout','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"sessionid\":\"8hovnkg5drikqqdsts0dqrbmni\"}',1700121250,'web','120.244.78.219',NULL),(8264,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700121250,'web','120.244.78.219',NULL),(8265,'\\core\\event\\notification_sent','core','sent','notification','notifications',989,'c',0,1,10,0,23,0,6,0,'{\"courseid\":\"2\"}',1700122387,'cli',NULL,NULL),(8266,'\\core\\event\\notification_sent','core','sent','notification','notifications',990,'c',0,1,10,0,23,0,17,0,'{\"courseid\":\"2\"}',1700122389,'cli',NULL,NULL),(8267,'\\core\\event\\notification_sent','core','sent','notification','notifications',991,'c',0,1,10,0,23,0,11,0,'{\"courseid\":\"2\"}',1700122392,'cli',NULL,NULL),(8268,'\\core\\event\\notification_sent','core','sent','notification','notifications',992,'c',0,1,10,0,23,0,23,0,'{\"courseid\":\"2\"}',1700122395,'cli',NULL,NULL),(8269,'\\core\\event\\notification_sent','core','sent','notification','notifications',993,'c',0,1,10,0,23,0,13,0,'{\"courseid\":\"2\"}',1700122398,'cli',NULL,NULL),(8270,'\\core\\event\\notification_sent','core','sent','notification','notifications',994,'c',0,1,10,0,23,0,5,0,'{\"courseid\":\"2\"}',1700122400,'cli',NULL,NULL),(8271,'\\core\\event\\notification_sent','core','sent','notification','notifications',995,'c',0,1,10,0,23,0,21,0,'{\"courseid\":\"2\"}',1700122404,'cli',NULL,NULL),(8272,'\\core\\event\\notification_sent','core','sent','notification','notifications',996,'c',0,1,10,0,23,0,20,0,'{\"courseid\":\"2\"}',1700122406,'cli',NULL,NULL),(8273,'\\core\\event\\notification_sent','core','sent','notification','notifications',997,'c',0,1,10,0,23,0,16,0,'{\"courseid\":\"2\"}',1700122409,'cli',NULL,NULL),(8274,'\\core\\event\\notification_sent','core','sent','notification','notifications',998,'c',0,1,10,0,23,0,2,0,'{\"courseid\":\"2\"}',1700122412,'cli',NULL,NULL),(8275,'\\core\\event\\notification_sent','core','sent','notification','notifications',999,'c',0,1,10,0,23,0,19,0,'{\"courseid\":\"2\"}',1700122415,'cli',NULL,NULL),(8276,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700122961,'web','58.11.189.44',NULL),(8277,'\\core\\event\\notification_sent','core','sent','notification','notifications',1000,'c',0,1,10,0,23,0,6,0,'{\"courseid\":\"2\"}',1700124846,'cli',NULL,NULL),(8278,'\\core\\event\\notification_sent','core','sent','notification','notifications',1001,'c',0,1,10,0,23,0,11,0,'{\"courseid\":\"2\"}',1700124848,'cli',NULL,NULL),(8279,'\\core\\event\\notification_sent','core','sent','notification','notifications',1002,'c',0,1,10,0,23,0,23,0,'{\"courseid\":\"2\"}',1700124851,'cli',NULL,NULL),(8280,'\\core\\event\\notification_sent','core','sent','notification','notifications',1003,'c',0,1,10,0,23,0,5,0,'{\"courseid\":\"2\"}',1700124854,'cli',NULL,NULL),(8281,'\\core\\event\\notification_sent','core','sent','notification','notifications',1004,'c',0,1,10,0,23,0,20,0,'{\"courseid\":\"2\"}',1700124857,'cli',NULL,NULL),(8282,'\\core\\event\\notification_sent','core','sent','notification','notifications',1005,'c',0,1,10,0,23,0,2,0,'{\"courseid\":\"2\"}',1700124860,'cli',NULL,NULL),(8283,'\\core\\event\\notification_sent','core','sent','notification','notifications',1006,'c',0,1,10,0,23,0,14,0,'{\"courseid\":\"2\"}',1700124862,'cli',NULL,NULL),(8284,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700129005,'web','219.76.163.91',NULL),(8285,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1700129022,'web','219.76.163.91',NULL),(8286,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1700129023,'web','219.76.163.91',NULL),(8287,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1700129026,'web','219.76.163.91',NULL),(8288,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,15,2,NULL,0,'null',1700129044,'web','219.76.163.91',NULL),(8289,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,15,2,NULL,0,'null',1700129044,'web','219.76.163.91',NULL),(8290,'\\core\\event\\notification_sent','core','sent','notification','notifications',1007,'c',0,1,10,0,0,0,15,0,'{\"courseid\":\"1\"}',1700129045,'cli',NULL,NULL),(8291,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700130686,'web','147.92.179.113',NULL),(8292,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700131237,'web','125.229.183.111',NULL),(8293,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1700131269,'web','125.229.183.111',NULL),(8294,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1700131269,'web','125.229.183.111',NULL),(8295,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1700131275,'web','125.229.183.111',NULL),(8296,'\\core\\event\\notification_sent','core','sent','notification','notifications',1008,'c',0,1,10,0,0,0,22,0,'{\"courseid\":\"1\"}',1700131326,'cli',NULL,NULL),(8297,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700132269,'web','223.141.239.60',NULL),(8298,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1700132283,'web','223.141.239.60',NULL),(8299,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1700132283,'web','223.141.239.60',NULL),(8300,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1700132285,'web','223.141.239.60',NULL),(8301,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,19,2,NULL,0,'null',1700132293,'web','223.141.239.60',NULL),(8302,'\\core\\event\\notification_sent','core','sent','notification','notifications',1009,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"1\"}',1700132345,'cli',NULL,NULL),(8303,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700132411,'web','1.171.93.194',NULL),(8304,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1700132422,'web','1.171.93.194',NULL),(8305,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1700132422,'web','1.171.93.194',NULL),(8306,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1700132425,'web','1.171.93.194',NULL),(8307,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,17,2,NULL,0,'null',1700132445,'web','1.171.93.194',NULL),(8308,'\\core\\event\\notification_sent','core','sent','notification','notifications',1010,'c',0,1,10,0,0,0,17,0,'{\"courseid\":\"1\"}',1700132466,'cli',NULL,NULL),(8309,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1700132558,'web','123.193.67.155',NULL),(8310,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,5,2,NULL,0,'null',1700132558,'web','123.193.67.155',NULL),(8311,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,5,2,NULL,0,'null',1700132567,'web','123.193.67.155',NULL),(8312,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,5,2,NULL,0,'null',1700132571,'web','123.193.67.155',NULL),(8313,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700132665,'web','36.229.143.24',NULL),(8314,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700132671,'web','36.229.143.24',NULL),(8315,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1700132675,'web','36.229.143.24',NULL),(8316,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1700132675,'web','36.229.143.24',NULL),(8317,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1700132677,'web','36.229.143.24',NULL),(8318,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,11,2,NULL,0,'null',1700132684,'web','36.229.143.24',NULL),(8319,'\\core\\event\\notification_sent','core','sent','notification','notifications',1011,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"1\"}',1700132706,'cli',NULL,NULL),(8320,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,22,2,NULL,0,'null',1700132831,'web','125.229.183.111',NULL),(8321,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,5,2,NULL,0,'null',1700132877,'web','123.193.67.155',NULL),(8322,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,5,2,NULL,0,'null',1700132883,'web','123.193.67.155',NULL),(8323,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,5,2,NULL,0,'null',1700132887,'web','123.193.67.155',NULL),(8324,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,5,2,NULL,0,'null',1700132899,'web','123.193.67.155',NULL),(8325,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700136154,'web','203.121.235.95',NULL),(8326,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1700136166,'web','203.121.235.95',NULL),(8327,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1700136166,'web','203.121.235.95',NULL),(8328,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1700136168,'web','203.121.235.95',NULL),(8329,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,6,2,NULL,0,'null',1700136172,'web','203.121.235.95',NULL),(8330,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1700136386,'web','1.171.93.194',NULL),(8331,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1700136389,'web','1.171.93.194',NULL),(8332,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,17,2,NULL,0,'null',1700136408,'web','1.171.93.194',NULL),(8333,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,6,2,NULL,0,'null',1700136480,'web','203.121.235.95',NULL),(8334,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1700136481,'web','203.121.235.95',NULL),(8335,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,6,2,NULL,0,'null',1700136486,'web','203.121.235.95',NULL),(8336,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,6,2,NULL,0,'null',1700136486,'web','203.121.235.95',NULL),(8337,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,6,2,NULL,0,'null',1700136495,'web','203.121.235.95',NULL),(8338,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,6,2,NULL,0,'null',1700136506,'web','203.121.235.95',NULL),(8339,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1700137176,'web','1.171.93.194',NULL),(8340,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,17,2,NULL,0,'null',1700137193,'web','1.171.93.194',NULL),(8341,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700137361,'web','223.141.239.60',NULL),(8342,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1700137373,'web','223.141.239.60',NULL),(8343,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1700137373,'web','223.141.239.60',NULL),(8344,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1700137376,'web','223.141.239.60',NULL),(8345,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,19,2,NULL,0,'null',1700137381,'web','223.141.239.60',NULL),(8346,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1700137419,'web','223.141.239.60',NULL),(8347,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1700137422,'web','223.141.239.60',NULL),(8348,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,19,2,NULL,0,'null',1700137429,'web','223.141.239.60',NULL),(8349,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,19,2,NULL,0,'null',1700137438,'web','223.141.239.60',NULL),(8350,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,19,2,NULL,0,'null',1700137447,'web','223.141.239.60',NULL),(8351,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700138162,'web','103.20.60.3',NULL),(8352,'\\core\\event\\user_loggedin','core','loggedin','user','user',8,'r',0,1,10,0,8,0,NULL,0,'{\"username\":\"0966487235\",\"extrauserinfo\":[]}',1700138171,'web','103.20.60.3',NULL),(8353,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,8,1,NULL,0,'null',1700138171,'web','103.20.60.3',NULL),(8354,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,8,2,NULL,0,'null',1700138174,'web','103.20.60.3',NULL),(8355,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,8,2,NULL,0,'null',1700138193,'web','103.20.60.3',NULL),(8356,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,8,2,NULL,0,'null',1700138199,'web','103.20.60.3',NULL),(8357,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,8,2,NULL,0,'null',1700138207,'web','103.20.60.3',NULL),(8358,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,8,2,NULL,0,'null',1700138214,'web','103.20.60.3',NULL),(8359,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,8,2,NULL,0,'null',1700138309,'web','103.20.60.3',NULL),(8360,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,8,2,NULL,0,'null',1700138318,'web','103.20.60.3',NULL),(8361,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1700138369,'web','73.219.6.51',NULL),(8362,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',9,'r',2,79,70,40,2,2,NULL,0,'null',1700138370,'web','73.219.6.51',NULL),(8363,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,8,2,NULL,0,'null',1700138447,'web','103.20.60.3',NULL),(8364,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,8,2,NULL,0,'null',1700138457,'web','103.20.60.3',NULL),(8365,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,19,2,NULL,0,'null',1700138937,'web','223.141.239.60',NULL),(8366,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,19,2,NULL,0,'null',1700138944,'web','223.141.239.60',NULL),(8367,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,19,2,NULL,0,'null',1700138968,'web','223.141.239.60',NULL),(8368,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700140378,'web','73.219.6.51',NULL),(8369,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1700140385,'web','73.219.6.51',NULL),(8370,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1700140386,'web','73.219.6.51',NULL),(8371,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700140388,'web','73.219.6.51',NULL),(8372,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,5,0,NULL,0,'null',1700141262,'web','123.193.67.155',NULL),(8373,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1700141266,'web','123.193.67.155',NULL),(8374,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,5,2,5,0,'null',1700141268,'web','123.193.67.155',NULL),(8375,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1700141270,'web','223.141.239.60',NULL); INSERT INTO `mdl_logstore_standard_log` VALUES (8376,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1700141273,'web','223.141.239.60',NULL),(8377,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,19,2,19,0,'null',1700141276,'web','223.141.239.60',NULL),(8378,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1700141276,'web','123.193.67.155',NULL),(8379,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,5,2,NULL,0,'null',1700141281,'web','123.193.67.155',NULL),(8380,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700141302,'web','36.229.143.24',NULL),(8381,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1700141308,'web','36.229.143.24',NULL),(8382,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1700141308,'web','36.229.143.24',NULL),(8383,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1700141314,'web','36.229.143.24',NULL),(8384,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,11,2,11,0,'null',1700141364,'web','36.229.143.24',NULL),(8385,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1700141370,'web','1.171.93.194',NULL),(8386,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1700141373,'web','1.171.93.194',NULL),(8387,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,17,2,17,0,'null',1700141380,'web','1.171.93.194',NULL),(8388,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1700141397,'web','73.219.6.51',NULL),(8389,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,2,2,NULL,0,'null',1700141411,'web','73.219.6.51',NULL),(8390,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700141452,'web','73.219.6.51',NULL),(8391,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1700141453,'web','1.171.93.194',NULL),(8392,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,17,2,NULL,0,'null',1700141465,'web','1.171.93.194',NULL),(8393,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1700141502,'web','223.141.239.60',NULL),(8394,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700141505,'web','1.34.207.95',NULL),(8395,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700141510,'web','123.193.248.250',NULL),(8396,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700141517,'web','1.34.207.95',NULL),(8397,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700141520,'web','1.34.207.95',NULL),(8398,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1700141523,'web','73.219.6.51',NULL),(8399,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700141525,'web','1.34.207.95',NULL),(8400,'\\core\\event\\user_loggedout','core','loggedout','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"sessionid\":\"hdg7tplgrdkmie4a11s057s6up\"}',1700141528,'web','73.219.6.51',NULL),(8401,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700141528,'web','73.219.6.51',NULL),(8402,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1700141543,'web','73.219.6.51',NULL),(8403,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1700141543,'web','73.219.6.51',NULL),(8404,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700141548,'web','73.219.6.51',NULL),(8405,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,2,2,NULL,0,'null',1700141560,'web','73.219.6.51',NULL),(8406,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1700141589,'web','121.254.88.214',NULL),(8407,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,20,2,NULL,0,'null',1700141589,'web','121.254.88.214',NULL),(8408,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,20,0,NULL,0,'null',1700141599,'web','121.254.88.214',NULL),(8409,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1700141601,'web','121.254.88.214',NULL),(8410,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,20,2,20,0,'null',1700141603,'web','121.254.88.214',NULL),(8411,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,20,2,NULL,0,'null',1700141639,'web','121.254.88.214',NULL),(8412,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,8,2,NULL,0,'null',1700141705,'web','103.20.60.3',NULL),(8413,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',1,'r',2,27,70,8,8,2,NULL,0,'null',1700141709,'web','103.20.60.3',NULL),(8414,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,8,2,NULL,0,'null',1700141711,'web','103.20.60.3',NULL),(8415,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,8,0,NULL,0,'null',1700141718,'web','103.20.60.3',NULL),(8416,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',3,'r',2,1,10,0,8,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\"}',1700141719,'web','103.20.60.3',NULL),(8417,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',3,'c',2,1,10,0,8,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\",\"stepid\":5,\"stepindex\":0}',1700141719,'web','103.20.60.3',NULL),(8418,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,8,2,NULL,0,'null',1700141723,'web','103.20.60.3',NULL),(8419,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',1,'r',2,27,70,8,8,2,NULL,0,'null',1700141732,'web','103.20.60.3',NULL),(8420,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700141836,'web','123.193.248.250',NULL),(8421,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700141930,'web','73.219.6.51',NULL),(8422,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700142057,'web','123.193.248.250',NULL),(8423,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,37,30,7,0,0,7,0,'{\"forgottenreset\":false}',1700142233,'web','123.193.248.250',NULL),(8424,'\\core\\event\\user_loggedin','core','loggedin','user','user',7,'r',0,1,10,0,7,0,NULL,0,'{\"username\":\"jen58885888@gmail.com\",\"extrauserinfo\":[]}',1700142233,'web','123.193.248.250',NULL),(8425,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,7,1,NULL,0,'null',1700142233,'web','123.193.248.250',NULL),(8426,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,7,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1700142234,'web','123.193.248.250',NULL),(8427,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,7,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1700142235,'web','123.193.248.250',NULL),(8428,'\\core\\event\\notification_sent','core','sent','notification','notifications',1012,'c',0,1,10,0,0,0,7,0,'{\"courseid\":\"1\"}',1700142245,'cli',NULL,NULL),(8429,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,7,2,NULL,0,'null',1700142264,'web','123.193.248.250',NULL),(8430,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,16,50,2,7,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1700142265,'web','123.193.248.250',NULL),(8431,'\\tool_usertours\\event\\tour_reset','tool_usertours','reset','tour','tool_usertours_tours',1,'c',2,16,50,2,7,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1700142266,'web','123.193.248.250',NULL),(8432,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,16,50,2,7,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\"}',1700142266,'web','123.193.248.250',NULL),(8433,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,16,50,2,7,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\",\"stepid\":1,\"stepindex\":0}',1700142266,'web','123.193.248.250',NULL),(8434,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,16,50,2,7,2,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=2\",\"stepid\":1,\"stepindex\":0}',1700142271,'web','123.193.248.250',NULL),(8435,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,7,2,NULL,0,'null',1700142308,'web','123.193.248.250',NULL),(8436,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,7,2,NULL,0,'null',1700142395,'web','123.193.248.250',NULL),(8437,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,7,2,NULL,0,'null',1700142395,'web','123.193.248.250',NULL),(8438,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,7,2,NULL,0,'null',1700142424,'web','123.193.248.250',NULL),(8439,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,7,2,NULL,0,'null',1700142660,'web','123.193.248.250',NULL),(8440,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,7,2,NULL,0,'null',1700142665,'web','123.193.248.250',NULL),(8441,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,7,2,NULL,0,'null',1700142717,'web','123.193.248.250',NULL),(8442,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',3,'r',2,31,70,12,7,2,NULL,0,'null',1700142753,'web','123.193.248.250',NULL),(8443,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,7,1,NULL,0,'null',1700142800,'web','123.193.248.250',NULL),(8444,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,7,0,NULL,0,'null',1700142840,'web','123.193.248.250',NULL),(8445,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',3,'r',2,1,10,0,7,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\"}',1700142840,'web','123.193.248.250',NULL),(8446,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',3,'c',2,1,10,0,7,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\",\"stepid\":5,\"stepindex\":0}',1700142841,'web','123.193.248.250',NULL),(8447,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,7,1,NULL,0,'null',1700142844,'web','123.193.248.250',NULL),(8448,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,7,1,NULL,0,'null',1700142846,'web','123.193.248.250',NULL),(8449,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,7,1,NULL,0,'null',1700142864,'web','123.193.248.250',NULL),(8450,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,7,0,NULL,0,'null',1700142868,'web','123.193.248.250',NULL),(8451,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,7,1,NULL,0,'null',1700142872,'web','123.193.248.250',NULL),(8452,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,7,1,NULL,0,'null',1700142883,'web','123.193.248.250',NULL),(8453,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,7,1,NULL,0,'null',1700142887,'web','123.193.248.250',NULL),(8454,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,7,1,NULL,0,'null',1700142911,'web','123.193.248.250',NULL),(8455,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,7,1,NULL,0,'null',1700142924,'web','123.193.248.250',NULL),(8456,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,7,2,NULL,0,'null',1700142948,'web','123.193.248.250',NULL),(8457,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,7,2,NULL,0,'null',1700142948,'web','123.193.248.250',NULL),(8458,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,7,1,NULL,0,'null',1700142973,'web','123.193.248.250',NULL),(8459,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,7,0,NULL,0,'null',1700142975,'web','123.193.248.250',NULL),(8460,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,7,1,NULL,0,'null',1700142978,'web','123.193.248.250',NULL),(8461,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,7,1,NULL,0,'null',1700142982,'web','123.193.248.250',NULL),(8462,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,7,2,NULL,0,'null',1700143005,'web','123.193.248.250',NULL),(8463,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,7,2,NULL,0,'null',1700143015,'web','123.193.248.250',NULL),(8464,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,7,2,NULL,0,'null',1700143023,'web','123.193.248.250',NULL),(8465,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,7,1,NULL,0,'null',1700143105,'web','123.193.248.250',NULL),(8466,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,7,0,NULL,0,'null',1700143114,'web','123.193.248.250',NULL),(8467,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,7,1,NULL,0,'null',1700143117,'web','123.193.248.250',NULL),(8468,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,11,2,NULL,0,'null',1700146627,'web','36.229.143.24',NULL),(8469,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,11,2,NULL,0,'null',1700146630,'web','36.229.143.24',NULL),(8470,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,11,2,NULL,0,'null',1700146668,'web','36.229.143.24',NULL),(8471,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,11,2,NULL,0,'null',1700146674,'web','36.229.143.24',NULL),(8472,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,2,2,NULL,0,'null',1700154188,'web','73.219.6.51',NULL),(8473,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1700154191,'web','73.219.6.51',NULL),(8474,'\\core\\event\\user_graded','core','graded','user','grade_grades',319,'u',1,16,50,2,2,2,6,0,'{\"itemid\":\"20\",\"overridden\":false,\"finalgrade\":10}',1700154221,'web','73.219.6.51',NULL),(8475,'\\core\\event\\user_graded','core','graded','user','grade_grades',165,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":68}',1700154221,'web','73.219.6.51',NULL),(8476,'\\core\\event\\user_graded','core','graded','user','grade_grades',38,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":78.299999999999997}',1700154221,'web','73.219.6.51',NULL),(8477,'\\core\\event\\user_graded','core','graded','user','grade_grades',329,'u',1,16,50,2,2,2,16,0,'{\"itemid\":\"20\",\"overridden\":false,\"finalgrade\":6}',1700154236,'web','73.219.6.51',NULL),(8478,'\\core\\event\\user_graded','core','graded','user','grade_grades',174,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":64}',1700154236,'web','73.219.6.51',NULL),(8479,'\\core\\event\\user_graded','core','graded','user','grade_grades',2,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":79.200000000000003}',1700154236,'web','73.219.6.51',NULL),(8480,'\\core\\event\\user_graded','core','graded','user','grade_grades',330,'u',1,16,50,2,2,2,17,0,'{\"itemid\":\"20\",\"overridden\":false,\"finalgrade\":10}',1700154240,'web','73.219.6.51',NULL),(8481,'\\core\\event\\user_graded','core','graded','user','grade_grades',175,'u',1,16,50,2,-1,2,17,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":34}',1700154240,'web','73.219.6.51',NULL),(8482,'\\core\\event\\user_graded','core','graded','user','grade_grades',5,'u',1,16,50,2,-1,2,17,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":38.880000000000003}',1700154240,'web','73.219.6.51',NULL),(8483,'\\core\\event\\user_graded','core','graded','user','grade_grades',333,'u',1,16,50,2,2,2,20,0,'{\"itemid\":\"20\",\"overridden\":false,\"finalgrade\":10}',1700154248,'web','73.219.6.51',NULL),(8484,'\\core\\event\\user_graded','core','graded','user','grade_grades',177,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":76}',1700154248,'web','73.219.6.51',NULL),(8485,'\\core\\event\\user_graded','core','graded','user','grade_grades',41,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":87.299999999999997}',1700154248,'web','73.219.6.51',NULL),(8486,'\\core\\event\\user_graded','core','graded','user','grade_grades',336,'u',1,16,50,2,2,2,23,0,'{\"itemid\":\"20\",\"overridden\":false,\"finalgrade\":6}',1700154257,'web','73.219.6.51',NULL),(8487,'\\core\\event\\user_graded','core','graded','user','grade_grades',180,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":72}',1700154257,'web','73.219.6.51',NULL),(8488,'\\core\\event\\user_graded','core','graded','user','grade_grades',17,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":81}',1700154257,'web','73.219.6.51',NULL),(8489,'\\core\\event\\user_graded','core','graded','user','grade_grades',276,'u',1,16,50,2,2,2,5,0,'{\"itemid\":\"18\",\"overridden\":false,\"finalgrade\":10}',1700154279,'web','73.219.6.51',NULL),(8490,'\\core\\event\\user_graded','core','graded','user','grade_grades',182,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":18}',1700154279,'web','73.219.6.51',NULL),(8491,'\\core\\event\\user_graded','core','graded','user','grade_grades',47,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":87}',1700154279,'web','73.219.6.51',NULL),(8492,'\\core\\event\\user_graded','core','graded','user','grade_grades',277,'u',1,16,50,2,2,2,6,0,'{\"itemid\":\"18\",\"overridden\":false,\"finalgrade\":10}',1700154283,'web','73.219.6.51',NULL),(8493,'\\core\\event\\user_graded','core','graded','user','grade_grades',183,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":19}',1700154283,'web','73.219.6.51',NULL),(8494,'\\core\\event\\user_graded','core','graded','user','grade_grades',38,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":89}',1700154283,'web','73.219.6.51',NULL),(8495,'\\core\\event\\user_graded','core','graded','user','grade_grades',282,'u',1,16,50,2,2,2,11,0,'{\"itemid\":\"18\",\"overridden\":false,\"finalgrade\":10}',1700154293,'web','73.219.6.51',NULL),(8496,'\\core\\event\\user_graded','core','graded','user','grade_grades',187,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":20}',1700154293,'web','73.219.6.51',NULL),(8497,'\\core\\event\\user_graded','core','graded','user','grade_grades',8,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":100}',1700154293,'web','73.219.6.51',NULL),(8498,'\\core\\event\\user_graded','core','graded','user','grade_grades',285,'u',1,16,50,2,2,2,14,0,'{\"itemid\":\"18\",\"overridden\":false,\"finalgrade\":10}',1700154313,'web','73.219.6.51',NULL),(8499,'\\core\\event\\user_graded','core','graded','user','grade_grades',190,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":17}',1700154313,'web','73.219.6.51',NULL),(8500,'\\core\\event\\user_graded','core','graded','user','grade_grades',29,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":83.057140000000004}',1700154314,'web','73.219.6.51',NULL),(8501,'\\core\\event\\user_graded','core','graded','user','grade_grades',291,'u',1,16,50,2,2,2,20,0,'{\"itemid\":\"18\",\"overridden\":false,\"finalgrade\":10}',1700154321,'web','73.219.6.51',NULL),(8502,'\\core\\event\\user_graded','core','graded','user','grade_grades',195,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":20}',1700154322,'web','73.219.6.51',NULL),(8503,'\\core\\event\\user_graded','core','graded','user','grade_grades',41,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":97}',1700154322,'web','73.219.6.51',NULL),(8504,'\\core\\event\\user_graded','core','graded','user','grade_grades',294,'u',1,16,50,2,2,2,23,0,'{\"itemid\":\"18\",\"overridden\":false,\"finalgrade\":10}',1700154333,'web','73.219.6.51',NULL),(8505,'\\core\\event\\user_graded','core','graded','user','grade_grades',198,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":19}',1700154333,'web','73.219.6.51',NULL),(8506,'\\core\\event\\user_graded','core','graded','user','grade_grades',17,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":92}',1700154333,'web','73.219.6.51',NULL),(8507,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1700154626,'web','1.171.93.194',NULL),(8508,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1700154632,'web','1.171.93.194',NULL),(8509,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,17,2,NULL,0,'null',1700154636,'web','1.171.93.194',NULL),(8510,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,17,2,NULL,0,'null',1700154643,'web','1.171.93.194',NULL),(8511,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1700154789,'web','1.171.93.194',NULL),(8512,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,17,2,17,0,'null',1700154797,'web','1.171.93.194',NULL),(8513,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1700154823,'web','1.171.93.194',NULL),(8514,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,17,2,NULL,0,'null',1700154830,'web','1.171.93.194',NULL),(8515,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1700154839,'web','1.171.93.194',NULL),(8516,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,17,2,NULL,0,'null',1700154852,'web','1.171.93.194',NULL),(8517,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1700154859,'web','1.171.93.194',NULL),(8518,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',13,'r',2,64,70,25,17,2,NULL,0,'null',1700154865,'web','1.171.93.194',NULL),(8519,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1700154868,'web','1.171.93.194',NULL),(8520,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',12,'r',2,63,70,24,17,2,NULL,0,'null',1700154871,'web','1.171.93.194',NULL),(8521,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,17,2,NULL,0,'null',1700154879,'web','1.171.93.194',NULL),(8522,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1700154890,'web','1.171.93.194',NULL),(8523,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1700154895,'web','1.171.93.194',NULL),(8524,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1700154899,'web','1.171.93.194',NULL),(8525,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,17,2,NULL,0,'null',1700154919,'web','1.171.93.194',NULL),(8526,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',7,'r',2,74,70,35,17,2,NULL,0,'null',1700154928,'web','1.171.93.194',NULL),(8527,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,17,2,NULL,0,'null',1700154938,'web','1.171.93.194',NULL),(8528,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',7,'r',2,74,70,35,17,2,NULL,0,'null',1700154972,'web','1.171.93.194',NULL),(8529,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700155135,'web','147.92.179.105',NULL),(8530,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"en_us\"}',1700165947,'cli',NULL,NULL),(8531,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1700184433,'web','27.96.224.186',NULL),(8532,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,20,2,20,0,'null',1700184434,'web','27.96.224.186',NULL),(8533,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700184749,'web','36.227.249.29',NULL),(8534,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1700184756,'web','36.227.249.29',NULL),(8535,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1700184756,'web','36.227.249.29',NULL),(8536,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1700184758,'web','36.227.249.29',NULL),(8537,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,17,2,NULL,0,'null',1700184778,'web','36.227.249.29',NULL),(8538,'\\core\\event\\notification_sent','core','sent','notification','notifications',1013,'c',0,1,10,0,0,0,17,0,'{\"courseid\":\"1\"}',1700184786,'cli',NULL,NULL),(8539,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1700184810,'web','36.227.249.29',NULL),(8540,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,17,2,17,0,'null',1700184818,'web','36.227.249.29',NULL),(8541,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,17,2,NULL,0,'null',1700185272,'web','36.227.249.29',NULL),(8542,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700302151,'web','39.14.32.125',NULL),(8543,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1700302168,'web','39.14.32.125',NULL),(8544,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1700302168,'web','39.14.32.125',NULL),(8545,'\\core\\event\\notification_sent','core','sent','notification','notifications',1014,'c',0,1,10,0,0,0,21,0,'{\"courseid\":\"1\"}',1700302207,'cli',NULL,NULL),(8546,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1700304711,'web','39.14.32.125',NULL),(8547,'\\core\\event\\notification_sent','core','sent','notification','notifications',1015,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1700313066,'cli',NULL,NULL),(8548,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700345213,'web','139.144.150.205',NULL),(8549,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700345215,'web','51.81.245.138',NULL),(8550,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700345217,'web','45.8.223.201',NULL),(8551,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700345219,'web','139.144.150.205',NULL),(8552,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700345230,'web','139.144.150.205',NULL),(8553,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700345245,'web','195.211.77.140',NULL),(8554,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700345262,'web','31.94.17.8',NULL),(8555,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700345262,'web','164.90.241.135',NULL),(8556,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700345263,'web','185.156.172.170',NULL),(8557,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700345263,'web','146.190.13.187',NULL),(8558,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700345488,'web','195.211.77.142',NULL),(8559,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700349648,'web','5.164.29.116',NULL),(8560,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700355011,'web','147.92.179.109',NULL),(8561,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700355011,'web','147.92.179.105',NULL),(8562,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700355997,'web','133.242.174.119',NULL),(8563,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700367040,'web','171.244.43.14',NULL),(8564,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700373616,'web','34.244.9.124',NULL),(8565,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700388155,'web','61.219.81.66',NULL),(8566,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700388157,'web','34.145.165.227',NULL),(8567,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1700388160,'web','61.219.81.66',NULL),(8568,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1700388160,'web','61.219.81.66',NULL),(8569,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1700388162,'web','61.219.81.66',NULL),(8570,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700388162,'web','34.86.239.201',NULL),(8571,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',1,'r',2,27,70,8,6,2,NULL,0,'null',1700388168,'web','61.219.81.66',NULL),(8572,'\\core\\event\\notification_sent','core','sent','notification','notifications',1016,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"1\"}',1700388186,'cli',NULL,NULL),(8573,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1700388303,'web','36.226.164.62',NULL),(8574,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700388305,'web','35.225.82.182',NULL),(8575,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1700388308,'web','36.226.164.62',NULL),(8576,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700388309,'web','34.86.239.201',NULL),(8577,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1700388311,'web','36.226.164.62',NULL),(8578,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,6,2,6,0,'null',1700388320,'web','36.226.164.62',NULL),(8579,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,6,2,NULL,0,'null',1700388524,'web','61.219.81.66',NULL),(8580,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,6,2,NULL,0,'null',1700388561,'web','61.219.81.66',NULL),(8581,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1700388583,'web','61.219.81.66',NULL),(8582,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,6,2,NULL,0,'null',1700388585,'web','61.219.81.66',NULL),(8583,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,6,2,NULL,0,'null',1700388586,'web','61.219.81.66',NULL),(8584,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,6,2,NULL,0,'null',1700388587,'web','61.219.81.66',NULL),(8585,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,6,2,NULL,0,'null',1700388597,'web','61.219.81.66',NULL),(8586,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,6,2,NULL,0,'null',1700388599,'web','61.219.81.66',NULL),(8587,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,6,2,NULL,0,'null',1700388655,'web','61.219.81.66',NULL),(8588,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1700388696,'web','61.219.81.66',NULL),(8589,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,6,2,NULL,0,'null',1700388701,'web','61.219.81.66',NULL),(8590,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700388818,'web','47.89.195.210',NULL),(8591,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1700388869,'web','36.226.164.62',NULL),(8592,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,6,2,NULL,0,'null',1700388876,'web','36.226.164.62',NULL),(8593,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,6,2,NULL,0,'null',1700388915,'web','36.226.164.62',NULL),(8594,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,6,2,NULL,0,'null',1700389510,'web','36.226.164.62',NULL),(8595,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,6,2,NULL,0,'null',1700389513,'web','36.226.164.62',NULL),(8596,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700390732,'web','154.28.229.235',NULL),(8597,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700390734,'web','154.28.229.235',NULL),(8598,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700390735,'web','154.28.229.235',NULL),(8599,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700390735,'web','154.28.229.235',NULL),(8600,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700390735,'web','154.28.229.235',NULL),(8601,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"en_us\"}',1700425149,'cli',NULL,NULL),(8602,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700438542,'web','117.56.58.51',NULL),(8603,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1700438569,'web','117.56.58.51',NULL),(8604,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1700438569,'web','117.56.58.51',NULL),(8605,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"reason\":3}',1700438570,'web','117.56.58.51',NULL),(8606,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1700438575,'web','117.56.58.51',NULL),(8607,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1700438577,'web','117.56.58.51',NULL),(8608,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,14,2,NULL,0,'null',1700438592,'web','117.56.58.51',NULL),(8609,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',133,'c',2,83,70,44,14,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7f8e\\u662f\\u6b63\\u7fa9\\u7684\\u547c\\u53ec\\uff0c\\u77ed\\u77ed10\\u5206\\u9418\\u7684\\u6f14\\u8b1b\\uff0c\\u63a2\\u8a0e\\u4e86\\u300c\\u7f8e\\u300d\\u4f5c\\u70ba\\u300c\\u6b63\\u7fa9\\u300d\\u7684\\u547c\\u53ec\\uff0c\\u7f8e\\u7684\\u529b\\u91cf\\u548c\\u5f71\\u97ff\\u529b\\u3002<br \\/>\\n1.\\t\\u7f8e\\u9e97\\u7684\\u4e8b\\u7269\\u672c\\u8eab\\u3002\\u5982\\u8a69\\u6b4c\\u3001\\u7e6a\\u756b\\u3001\\u7167\\u7247\\u3001\\u5efa\\u7bc9\\u3001\\u81c9\\u548c\\u6578\\u5b78\\u65b9\\u7a0b\\u5f0f\\u3002\\u4eba\\u5011\\u7528\\u5c0d\\u7a31\\u3001\\u6e05\\u6670\\u5ea6\\u3001\\u8272\\u5f69\\u3001\\u6d3b\\u6f51\\u6216\\u7d71\\u4e00\\u7b49\\u5f62\\u5f0f\\u7279\\u5fb5\\uf92d\\u89e3\\u91cb\\u5b83\\u7684\\u7f8e\\u3002<br \\/>\\n2.\\t\\u7576\\u4eba\\u9047\\u898b\\u7f8e\\u9e97\\u7684\\u4e8b\\u6240\\u767c\\u751f\\u7684\\u611f\\u77e5\\u4e8b\\u4ef6\\u3002\\u5728\\u90a3\\u4e00\\u523b\\uff0c\\u4eba\\u6703\\u7d93\\u6b77\\u4e00\\u7a2e\\uf967\\u81ea\\u6211\\u7684\\uf9fa\\u614b,\\u7a31\\u70ba\\u5fb9\\u5e95\\u7684\\u53bb\\u4e2d\\u5fc3\\u5316\\uff0c\\u8b93\\u6211\\u5011\\u8655\\u65bc\\u4e00\\u7a2e\\u5e78\\u798f\\u7684\\uf9fa\\u614b\\uff0c\\u5e6b\\u52a9\\u6211\\u5011\\u8b8a\\u5f97\\u5584\\u826f\\u3002<br \\/>\\n3.\\t\\u611f\\u77e5\\u8005\\u662f\\u5728\\u9032\\u5165\\u7f8e\\u7684\\u5b58\\u5728\\u4e4b\\u5f8c\\u7684\\u6301\\u4e45\\u6642\\u523b\\u3002\\u7f8e\\u5b58\\u5728\\u65bc\\u884c\\u70ba\\u3001\\u50f9\\u503c\\u89c0\\u548c\\u793e\\u6703\\u6b63\\u7fa9\\u4e2d\\uff0c\\u7f8e\\u53ef\\u4ee5\\u6fc0\\u52f5\\u6211\\u5011\\u884c\\u52d5\\u8d77\\u4f86\\uff0c\\u6539\\u8b8a\\u793e\\u6703\\u73fe\\u72c0\\uff0c\\u63a8\\u52d5\\u6b63\\u7fa9\\u7684\\u5be6\\u73fe\\u3002\\u7f8e\\u9e97\\u8207\\u6d3b\\uf98a\\u7684\\u7d50\\u5408\\uff0c\\u6703\\u5f15\\u8d77\\u6211\\u5011\\u4fdd\\u8b77\\u67d0\\u500b\\u5df2\\u7d93\\u5b58\\u5728\\u7684\\u4e8b\\u7269\\u7684\\u9858\\u671b\\u3002\\u4fee\\u5fa9\\u4e86\\u5730\\u9762\\u4e26\\u6062\\u5fa9\\u4e86\\u4fe1\\u4efb\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":11,\"triggeredfrom\":\"forum_add_new_post\"}',1700438621,'web','117.56.58.51',NULL),(8610,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',133,'c',2,83,70,44,14,2,NULL,0,'{\"discussionid\":11,\"forumid\":14,\"forumtype\":\"single\"}',1700438621,'web','117.56.58.51',NULL),(8611,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',113,'c',2,83,70,44,14,2,14,0,'{\"forumid\":14,\"discussion\":11}',1700438621,'web','117.56.58.51',NULL),(8612,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,14,2,NULL,0,'null',1700438622,'web','117.56.58.51',NULL),(8613,'\\core\\event\\notification_sent','core','sent','notification','notifications',1017,'c',0,1,10,0,14,0,6,0,'{\"courseid\":\"2\"}',1700442247,'cli',NULL,NULL),(8614,'\\core\\event\\notification_sent','core','sent','notification','notifications',1018,'c',0,1,10,0,14,0,17,0,'{\"courseid\":\"2\"}',1700442250,'cli',NULL,NULL),(8615,'\\core\\event\\notification_sent','core','sent','notification','notifications',1019,'c',0,1,10,0,14,0,11,0,'{\"courseid\":\"2\"}',1700442254,'cli',NULL,NULL),(8616,'\\core\\event\\notification_sent','core','sent','notification','notifications',1020,'c',0,1,10,0,14,0,23,0,'{\"courseid\":\"2\"}',1700442258,'cli',NULL,NULL),(8617,'\\core\\event\\notification_sent','core','sent','notification','notifications',1021,'c',0,1,10,0,14,0,13,0,'{\"courseid\":\"2\"}',1700442262,'cli',NULL,NULL),(8618,'\\core\\event\\notification_sent','core','sent','notification','notifications',1022,'c',0,1,10,0,14,0,5,0,'{\"courseid\":\"2\"}',1700442264,'cli',NULL,NULL),(8619,'\\core\\event\\notification_sent','core','sent','notification','notifications',1023,'c',0,1,10,0,14,0,21,0,'{\"courseid\":\"2\"}',1700442268,'cli',NULL,NULL),(8620,'\\core\\event\\notification_sent','core','sent','notification','notifications',1024,'c',0,1,10,0,14,0,20,0,'{\"courseid\":\"2\"}',1700442271,'cli',NULL,NULL),(8621,'\\core\\event\\notification_sent','core','sent','notification','notifications',1025,'c',0,1,10,0,14,0,16,0,'{\"courseid\":\"2\"}',1700442274,'cli',NULL,NULL),(8622,'\\core\\event\\notification_sent','core','sent','notification','notifications',1026,'c',0,1,10,0,14,0,2,0,'{\"courseid\":\"2\"}',1700442277,'cli',NULL,NULL),(8623,'\\core\\event\\notification_sent','core','sent','notification','notifications',1027,'c',0,1,10,0,14,0,19,0,'{\"courseid\":\"2\"}',1700442280,'cli',NULL,NULL),(8624,'\\core\\event\\notification_sent','core','sent','notification','notifications',1028,'c',0,1,10,0,14,0,14,0,'{\"courseid\":\"2\"}',1700442283,'cli',NULL,NULL),(8625,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700442812,'web','3.65.198.112',NULL),(8626,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1700446502,'web','175.182.9.196',NULL),(8627,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1700446519,'web','175.182.9.196',NULL),(8628,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1700446550,'web','175.182.9.196',NULL),(8629,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,21,2,NULL,0,'null',1700446550,'web','175.182.9.196',NULL),(8630,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1700446617,'web','175.182.9.196',NULL),(8631,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,21,2,NULL,0,'null',1700446628,'web','175.182.9.196',NULL),(8632,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,21,2,NULL,0,'null',1700446635,'web','175.182.9.196',NULL),(8633,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,21,2,NULL,0,'null',1700446635,'web','175.182.9.196',NULL),(8634,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,21,2,NULL,0,'null',1700447644,'web','175.182.9.196',NULL),(8635,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,21,2,NULL,0,'null',1700447645,'web','175.182.9.196',NULL),(8636,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700449609,'web','203.121.235.95',NULL),(8637,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1700449620,'web','203.121.235.95',NULL),(8638,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1700449620,'web','203.121.235.95',NULL),(8639,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1700449622,'web','203.121.235.95',NULL),(8640,'\\core\\event\\notification_sent','core','sent','notification','notifications',1029,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"1\"}',1700449626,'cli',NULL,NULL),(8641,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,6,2,NULL,0,'null',1700450364,'web','203.121.235.95',NULL),(8642,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,6,2,NULL,0,'null',1700450375,'web','203.121.235.95',NULL),(8643,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,6,2,NULL,0,'null',1700450375,'web','203.121.235.95',NULL),(8644,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,6,2,NULL,0,'null',1700450400,'web','203.121.235.95',NULL),(8645,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,6,2,NULL,0,'null',1700450415,'web','203.121.235.95',NULL),(8646,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,6,2,NULL,0,'null',1700450478,'web','203.121.235.95',NULL),(8647,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,6,2,NULL,0,'null',1700450487,'web','203.121.235.95',NULL),(8648,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,6,2,NULL,0,'null',1700450521,'web','203.121.235.95',NULL),(8649,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,6,2,NULL,0,'null',1700450523,'web','203.121.235.95',NULL),(8650,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,6,2,NULL,0,'null',1700450526,'web','203.121.235.95',NULL),(8651,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',11,'r',2,62,70,23,6,2,NULL,0,'null',1700450651,'web','203.121.235.95',NULL),(8652,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',12,'r',2,63,70,24,6,2,NULL,0,'null',1700450653,'web','203.121.235.95',NULL),(8653,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,6,2,NULL,0,'null',1700450708,'web','203.121.235.95',NULL),(8654,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,6,2,NULL,0,'null',1700450712,'web','203.121.235.95',NULL),(8655,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,6,2,NULL,0,'null',1700450718,'web','203.121.235.95',NULL),(8656,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700451673,'web','89.104.111.120',NULL),(8657,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700451849,'web','203.72.182.45',NULL),(8658,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1700452080,'web','203.72.182.45',NULL),(8659,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1700452080,'web','203.72.182.45',NULL),(8660,'\\core\\event\\notification_sent','core','sent','notification','notifications',1030,'c',0,1,10,0,0,0,22,0,'{\"courseid\":\"1\"}',1700452085,'cli',NULL,NULL),(8661,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1700452146,'web','203.72.182.45',NULL),(8662,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,22,2,NULL,0,'null',1700452159,'web','203.72.182.45',NULL),(8663,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700456843,'web','195.211.77.140',NULL),(8664,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700456877,'web','195.211.77.142',NULL),(8665,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1700463526,'web','175.182.9.196',NULL),(8666,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,21,2,NULL,0,'null',1700463526,'web','175.182.9.196',NULL),(8667,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1700463533,'web','175.182.9.196',NULL),(8668,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1700463537,'web','175.182.9.196',NULL),(8669,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1700463540,'web','175.182.9.196',NULL),(8670,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,21,2,NULL,0,'null',1700463578,'web','175.182.9.196',NULL),(8671,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1700464086,'web','175.182.9.196',NULL),(8672,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,21,2,NULL,0,'null',1700464135,'web','175.182.9.196',NULL),(8673,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700465861,'web','203.121.235.95',NULL),(8674,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1700465875,'web','203.121.235.95',NULL),(8675,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1700465875,'web','203.121.235.95',NULL),(8676,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1700465877,'web','203.121.235.95',NULL),(8677,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,6,2,NULL,0,'null',1700465884,'web','203.121.235.95',NULL),(8678,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1700465886,'web','203.121.235.95',NULL),(8679,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,6,2,NULL,0,'null',1700465896,'web','203.121.235.95',NULL),(8680,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,6,2,NULL,0,'null',1700465920,'web','203.121.235.95',NULL),(8681,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,6,2,NULL,0,'null',1700472979,'web','203.121.235.95',NULL),(8682,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',134,'c',2,82,70,43,6,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u672c\\u4f5c\\u54c1\\u6709\\u660e\\u986f\\u7684\\u5b97\\u6559\\u529f\\u80fd\\uff08\\u57fa\\u7763\\u6559\\u529f\\u80fd\\uff09\\u55ce\\uff1f <br \\/>\\n\\u7b54\\uff1a\\u6c92\\u6709<br \\/>\\n<br \\/>\\na.\\u672c\\u4f5c\\u54c1\\u8ac7\\u8ad6\\u5b97\\u6559\\u4e3b\\u984c\\uff08\\u57fa\\u7763\\u6559\\u4e3b\\u984c\\uff09\\u55ce\\uff1f <br \\/>\\n\\u4ee5\\u5927\\u773e\\u8a8d\\u77e5\\u89c0\\u9ede\\u4f86\\u8aaa\\uff0c\\u4f5c\\u54c1\\u4e0d\\u7b97\\u662f\\u8ac7\\u8ad6\\u5b97\\u6559\\u4e3b\\u984c\\uff0c\\u5167\\u5bb9\\u672a\\u76f4\\u63a5\\u63d0\\u57fa\\u7763\\u4fe1\\u4ef0\\uff0c\\u4f46\\u4ee5\\u8a31\\u591a\\u4eba\\u77e5\\u9053\\u7684\\u57fa\\u7763\\u6559\\u6545\\u4e8b\\u70ba\\u9748\\u611f\\uff0c\\u8868\\u9054\\u4e86\\u5c0d\\u4eba\\u751f\\u610f\\u7fa9\\u3001\\u751f\\u547d\\u50f9\\u503c\\u8207\\u4e16\\u754c\\u89c0\\u7684\\u63a2\\u6c42\\u3002<br \\/>\\n<br \\/>\\nb.\\u672c\\u4f5c\\u54c1\\u6307\\u6d89\\u5b97\\u6559\\u6587\\u672c\\uff08\\u57fa\\u7763\\u6559\\u6587\\u672c\\uff09\\u55ce\\uff1f <br \\/>\\n\\u5167\\u5bb9\\u672a\\u76f4\\u63a5\\u5f15\\u7528\\u8056\\u7d93\\u6587\\u672c\\uff0c\\u6b4c\\u66f2\\u5728\\u8868\\u9054\\u4eba\\u751f\\u50f9\\u503c\\u89c0\\u548c\\u7d42\\u6975\\u547d\\u904b\\u7684\\u540c\\u6642\\uff0c\\u4f3c\\u4e4e\\u6709\\u4e00\\u4e9b\\u9ede\\u5230\\u4e86\\u57fa\\u7763\\u4fe1\\u4ef0\\u6838\\u5fc3\\u91cd\\u9ede\\uff0c\\u5982\\u6551\\u8d16\\u548c\\u6c38\\u6046\\u76fc\\u671b\\u7684\\u8ffd\\u6c42\\u3002\\u7136\\u800c\\uff0c\\u7531\\u65bc\\u4e0d\\u78ba\\u5b9a\\u6b4c\\u66f2\\u5275\\u4f5c\\u8005\\u662f\\u5426\\u8a8d\\u8b58\\u57fa\\u7763\\u4fe1\\u4ef0\\uff0c\\u9019\\u4e9b\\u5143\\u7d20\\u53ef\\u80fd\\u50c5\\u70ba\\u85dd\\u8853\\u8868\\u9054\\uff0c\\u800c\\u975e\\u4fe1\\u4ef0\\u5ba3\\u63da\\uff0c\\u4f46\\u662f\\u8a5e\\u53e5\\u4e2d\\u5176\\u5be6\\u6709\\u50b3\\u905e\\u51fa\\u4eba\\u5011\\u5c0d\\u65bc\\u751f\\u547d\\u6700\\u7d42\\u6975\\u7684\\u6e34\\u671b~~\\u5176\\u5be6\\u5c31\\u662f\\u671f\\u5f85\\u67d0\\u7a2e\\u3010\\u6551\\u8d16&\\u76fc\\u671b\\u3011\\u3002<br \\/>\\n<br \\/>\\n2. \\u7d42\\u6975\\u95dc\\u61f7\\uff08\\u53c3\\u8003\\u5927\\u5c0f\\u8abf\\u3001\\u85dd\\u8853\\u4e4b\\u96d9\\u5203\\uff09<br \\/>\\n\\u6b4c\\u66f2\\u900f\\u904e\\u5c0d\\u672b\\u65e5\\u5834\\u666f\\u7684\\u6df1\\u5165\\u63cf\\u7e6a\\uff0c\\u547c\\u61c9\\u4e86\\u5c0d\\u7d42\\u6975\\u547d\\u904b\\u548c\\u4eba\\u751f\\u610f\\u7fa9\\u7684\\u6df1\\u523b\\u63a2\\u8a0e\\uff0c\\u4f7f\\u5176\\u66f4\\u5177\\u6df1\\u5ea6\\u548c\\u5c64\\u6b21\\u3002 <br \\/>\\n<br \\/>\\n3. \\u672c\\u4f5c\\u54c1\\u5448\\u73fe\\u660e\\u78ba\\u7684\\u7f8e\\u611f\\u55ce\\uff1f\\u6216\\u662f\\u5b83\\u523b\\u610f\\u4e0d\\u7f8e\\uff1f <br \\/>\\n\\u6b4c\\u8a5e\\u900f\\u904e\\u5c0d\\u5e7b\\u60f3\\u4e2d\\u672b\\u65e5\\u60c5\\u5883\\u7684\\u7d30\\u81a9\\u3001\\u751f\\u52d5\\u3001\\u751a\\u81f3\\u5e36\\u9ede\\u8da3\\u5473(\\u6232\\u8b14)\\u756b\\u9762\\u3001\\u53c8\\u7121\\u53ef\\u5948\\u4f55\\u3001\\u53ea\\u597d\\u5728\\u5728\\u9762\\u5c0d\\u7684\\u63cf\\u7e6a\\uff0c\\u5448\\u73fe\\u4e86\\u6df1\\u9083\\u800c\\u5f15\\u4eba\\u6df1\\u601d\\u7684\\u7f8e\\u611f\\uff0c\\u4f7f\\u6b4c\\u66f2\\u66f4\\u5177\\u85dd\\u8853\\u6027\\u548c\\u60c5\\u611f\\u5171\\u9cf4\\u3002<br \\/>\\n<br \\/>\\n4. \\u5b83\\u50b3\\u9054\\u54ea\\u4e9b\\u4fe1\\u606f\\uff1f\\u5b83\\u4fc3\\u4f7f\\u53d7\\u773e\\u505a\\u51fa\\u54ea\\u4e9b\\u56de\\u61c9\\uff1f\\u5b83\\u5982\\u4f55\\u505a\\u5230\\u9019\\u4e9b\\u4e8b\\uff1f<br \\/>\\na.\\t\\u5b83\\u4f01\\u5716\\u5f15\\u5c0e\\u53d7\\u773e\\u601d\\u8003\\u3001\\u9762\\u5c0d\\u300c\\u6551\\u8d16\\u300d\\u55ce\\uff1f <br \\/>\\n\\u6b4c\\u8a5e\\u4e26\\u6c92\\u6709\\u57fa\\u7763\\u4fe1\\u4ef0\\u7684\\u6551\\u8d16\\u771f\\u7406\\uff0c\\u53cd\\u800c\\u5728\\u6b4c\\u8a5e\\u7d50\\u5c3e\\u8655\\u7684\\u9019\\u5e7e\\u53e5\\u4f3c\\u4e4e\\u53ea\\u7d66\\u51fa\\u4e00\\u500b\\u7d50\\u5c40~~~\\u5c31\\u662f\\u3010\\u7d50\\u675f\\/\\u672a\\u77e5\\u6578\\u3011\\uff1a\\u7576\\u6c38\\u9060\\u8b8a\\u6210\\u4e00\\u7a2e\\u9059\\u9060\\u3001\\u7576\\u53e5\\u9ede\\u8b8a\\u6210\\u4e00\\u7a2e\\u89c0\\u9ede\\u3001\\u8b93\\u4eba\\u985e\\u7d42\\u65bc\\u8b8a\\u6210\\u540c\\u985e\\u3002\\u800c\\u9019\\u6a23\\u7684\\u7d50\\u5c40\\u5c31\\u986f\\u660e\\u4e86\\u4e0d\\u8a8d\\u8b58\\u57fa\\u7763\\u4fe1\\u4ef0\\u4e2d\\u7684\\u6c38\\u751f\\u76fc\\u671b\\uff0c\\u56e0\\u70ba\\u4e0d\\u8a8d\\u8b58\\uff0c\\u6240\\u4ee5\\u53ea\\u80fd\\u5bc4\\u671b\\u672a\\u77e5\\u7684\\u3010\\u7121\\u9650\\u3011(\\u6b4c\\u8a5e\\u6700\\u5f8c\\u4e00\\u53e5\\uff1a\\u8b93\\u8afe\\u4e9e\\u65b9\\u821f\\u822a\\u5411\\u4e86\\u7121\\u9650)\\uff0c\\u800c\\u5728\\u9019\\u3010\\u7121\\u9650\\u3011\\u4e2d\\u4f3c\\u4e4e\\u4e5f\\u96b1\\u85cf\\u8457\\u67d0\\u7a2e\\u201d\\u672a\\u77e5\\u7684\\u6700\\u5f8c\\u6551\\u8d16\\u201d\\u51fa\\u73fe\\u7684\\u53ef\\u80fd\\u6027\\u6216\\u671f\\u5f85\\u3002<br \\/>\\n<br \\/>\\nb.\\t\\u5b83\\u4f01\\u5716\\u5f15\\u5c0e\\u53d7\\u773e\\u601d\\u8003\\u3001\\u9762\\u5c0d\\u300c\\u793e\\u7fa4\\u300d\\u8207\\u300c\\u4eba\\u6027\\u300d\\u55ce\\uff1f <br \\/>\\n\\u96d6\\u7136\\u6b4c\\u8a5e\\u8457\\u91cd\\u65bc\\u500b\\u4eba\\u60c5\\u611f\\u548c\\u544a\\u5225\\uff0c\\u4f46\\u900f\\u904e\\u672b\\u65e5\\u5834\\u666f\\u7684\\u63cf\\u7e6a\\uff0c\\u53ef\\u80fd\\u4fc3\\u4f7f\\u807d\\u773e\\u601d\\u8003\\u793e\\u7fa4\\u548c\\u4eba\\u6027\\u5728\\u6975\\u7aef\\u74b0\\u5883\\u4e0b\\u7684\\u53cd\\u61c9\\uff0c\\u4f8b\\u5982\\uff1a\\u751f\\u547d\\u6700\\u5f8c\\u4e00\\u523b\\uff0c\\u4f60\\u5728\\u610f\\u4ec0\\u9ebc\\uff1f \\u4f60\\u60f3\\u505a\\u4ec0\\u9ebc\\u4e8b\\uff1f \\u4f60\\u9084\\u6703\\u8a08\\u8f03\\u90a3\\u4e9b\\u751f\\u6d3b\\u7463\\u4e8b\\u3001\\u540d\\u5229\\u5730\\u4f4d\\u3001\\u8ca1\\u5bcc\\u6b0a\\u52e2\\u2026\\u2026\\u55ce\\uff1f<br \\/>\\n<br \\/>\\nc.\\u5b83\\u4f01\\u5716\\u5f15\\u5c0e\\u53d7\\u773e\\u7522\\u751f\\u884c\\u52d5\\u6216\\u6539\\u8b8a\\u751f\\u6d3b\\u55ce\\uff1f <br \\/>\\n\\u6b4c\\u66f2\\u96d6\\u672a\\u76f4\\u63a5\\u547c\\u7c72\\u884c\\u52d5\\uff0c\\u4f46\\u53ef\\u80fd\\u6fc0\\u767c\\u807d\\u773e\\u5c0d\\u751f\\u547d\\u3001\\u50f9\\u503c\\u89c0\\u7684\\u91cd\\u65b0\\u601d\\u8003\\uff0c\\u6709\\u52a9\\u65bc\\u500b\\u4eba\\u6210\\u9577\\u548c\\u751f\\u6d3b\\u89c0\\u5ff5\\u3001\\u793e\\u6703\\u610f\\u8b58\\u3001\\u4eba\\u969b\\u95dc\\u4fc2\\u3001\\u4eba\\u9053\\u89c0\\u9ede\\u3001\\u751f\\u547d\\u610f\\u7fa9\\u2026..\\u7b49\\u7684\\u6539\\u8b8a\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":10,\"triggeredfrom\":\"forum_add_new_post\"}',1700473069,'web','203.121.235.95',NULL),(8683,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',134,'c',2,82,70,43,6,2,NULL,0,'{\"discussionid\":10,\"forumid\":13,\"forumtype\":\"single\"}',1700473069,'web','203.121.235.95',NULL),(8684,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',114,'c',2,82,70,43,6,2,6,0,'{\"forumid\":13,\"discussion\":10}',1700473069,'web','203.121.235.95',NULL),(8685,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,6,2,NULL,0,'null',1700473069,'web','203.121.235.95',NULL),(8686,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',134,'c',2,82,70,43,6,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\"><br><\\/div><div class=\\\"text_to_html\\\">\\u91dd\\u5c0d\\u671f\\u672b\\u5831\\u544a\\u7684\\u6587\\u5316\\u7522\\u7269\\uff08\\u85dd\\u8853\\u54c1\\uff09\\uff0c\\u5617\\u8a66\\u56de\\u7b54\\u300c\\u4e09\\u3001\\u5167\\u5bb9\\u300d\\u7684\\u7591\\u554f<br><\\/div><div class=\\\"text_to_html\\\"><br><\\/div><div class=\\\"text_to_html\\\">\\u5831\\u544a\\u4f5c\\u54c1\\uff1a<b id=\\\"docs-internal-guid-bbc2772c-7fff-ea88-ddd3-f779255173eb\\\">\\u4e94\\u6708\\u5929 \\u8afe\\u4e9e\\u65b9\\u821f \\u6b4c\\u66f2\\/MV<\\/b><\\/div><div class=\\\"text_to_html\\\"><b><br><\\/b><\\/div><div class=\\\"text_to_html\\\">1.\\u672c\\u4f5c\\u54c1\\u6709\\u660e\\u986f\\u7684\\u5b97\\u6559\\u529f\\u80fd\\uff08\\u57fa\\u7763\\u6559\\u529f\\u80fd\\uff09\\u55ce\\uff1f <br>\\r\\n\\u7b54\\uff1a\\u6c92\\u6709<br>\\r\\n<br>\\r\\na.\\u672c\\u4f5c\\u54c1\\u8ac7\\u8ad6\\u5b97\\u6559\\u4e3b\\u984c\\uff08\\u57fa\\u7763\\u6559\\u4e3b\\u984c\\uff09\\u55ce\\uff1f <br>\\r\\n\\u4ee5\\u5927\\u773e\\u8a8d\\u77e5\\u89c0\\u9ede\\u4f86\\u8aaa\\uff0c\\u4f5c\\u54c1\\u4e0d\\u7b97\\u662f\\u8ac7\\u8ad6\\u5b97\\u6559\\u4e3b\\u984c\\uff0c\\u5167\\u5bb9\\u672a\\u76f4\\u63a5\\u63d0\\u57fa\\u7763\\u4fe1\\u4ef0\\uff0c\\u4f46\\u4ee5\\u8a31\\u591a\\u4eba\\u77e5\\u9053\\u7684\\u57fa\\u7763\\u6559\\u6545\\u4e8b\\u70ba\\u9748\\u611f\\uff0c\\u8868\\u9054\\u4e86\\u5c0d\\u4eba\\u751f\\u610f\\u7fa9\\u3001\\u751f\\u547d\\u50f9\\u503c\\u8207\\u4e16\\u754c\\u89c0\\u7684\\u63a2\\u6c42\\u3002<br>\\r\\n<br>\\r\\nb.\\u672c\\u4f5c\\u54c1\\u6307\\u6d89\\u5b97\\u6559\\u6587\\u672c\\uff08\\u57fa\\u7763\\u6559\\u6587\\u672c\\uff09\\u55ce\\uff1f <br>\\r\\n\\u5167\\u5bb9\\u672a\\u76f4\\u63a5\\u5f15\\u7528\\u8056\\u7d93\\u6587\\u672c\\uff0c\\u6b4c\\u66f2\\u5728\\u8868\\u9054\\u4eba\\u751f\\u50f9\\u503c\\u89c0\\u548c\\u7d42\\u6975\\u547d\\u904b\\u7684\\u540c\\u6642\\uff0c\\u4f3c\\u4e4e\\u6709\\u4e00\\u4e9b\\u9ede\\u5230\\u4e86\\u57fa\\u7763\\u4fe1\\u4ef0\\u6838\\u5fc3\\u91cd\\u9ede\\uff0c\\u5982\\u6551\\u8d16\\u548c\\u6c38\\u6046\\u76fc\\u671b\\u7684\\u8ffd\\u6c42\\u3002\\u7136\\u800c\\uff0c\\u7531\\u65bc\\u4e0d\\u78ba\\u5b9a\\u6b4c\\u66f2\\u5275\\u4f5c\\u8005\\u662f\\u5426\\u8a8d\\u8b58\\u57fa\\u7763\\u4fe1\\u4ef0\\uff0c\\u9019\\u4e9b\\u5143\\u7d20\\u53ef\\u80fd\\u50c5\\u70ba\\u85dd\\u8853\\u8868\\u9054\\uff0c\\u800c\\u975e\\u4fe1\\u4ef0\\u5ba3\\u63da\\uff0c\\u4f46\\u662f\\u8a5e\\u53e5\\u4e2d\\u5176\\u5be6\\u6709\\u50b3\\u905e\\u51fa\\u4eba\\u5011\\u5c0d\\u65bc\\u751f\\u547d\\u6700\\u7d42\\u6975\\u7684\\u6e34\\u671b~~\\u5176\\u5be6\\u5c31\\u662f\\u671f\\u5f85\\u67d0\\u7a2e\\u3010\\u6551\\u8d16&\\u76fc\\u671b\\u3011\\u3002<br>\\r\\n<br>\\r\\n2. \\u7d42\\u6975\\u95dc\\u61f7\\uff08\\u53c3\\u8003\\u5927\\u5c0f\\u8abf\\u3001\\u85dd\\u8853\\u4e4b\\u96d9\\u5203\\uff09<br>\\r\\n\\u6b4c\\u66f2\\u900f\\u904e\\u5c0d\\u672b\\u65e5\\u5834\\u666f\\u7684\\u6df1\\u5165\\u63cf\\u7e6a\\uff0c\\u547c\\u61c9\\u4e86\\u5c0d\\u7d42\\u6975\\u547d\\u904b\\u548c\\u4eba\\u751f\\u610f\\u7fa9\\u7684\\u6df1\\u523b\\u63a2\\u8a0e\\uff0c\\u4f7f\\u5176\\u66f4\\u5177\\u6df1\\u5ea6\\u548c\\u5c64\\u6b21\\u3002 <br>\\r\\n<br>\\r\\n3. \\u672c\\u4f5c\\u54c1\\u5448\\u73fe\\u660e\\u78ba\\u7684\\u7f8e\\u611f\\u55ce\\uff1f\\u6216\\u662f\\u5b83\\u523b\\u610f\\u4e0d\\u7f8e\\uff1f <br>\\r\\n\\u6b4c\\u8a5e\\u900f\\u904e\\u5c0d\\u5e7b\\u60f3\\u4e2d\\u672b\\u65e5\\u60c5\\u5883\\u7684\\u7d30\\u81a9\\u3001\\u751f\\u52d5\\u3001\\u751a\\u81f3\\u5e36\\u9ede\\u8da3\\u5473(\\u6232\\u8b14)\\u756b\\u9762\\u3001\\u53c8\\u7121\\u53ef\\u5948\\u4f55\\u3001\\u53ea\\u597d\\u5728\\u5728\\u9762\\u5c0d\\u7684\\u63cf\\u7e6a\\uff0c\\u5448\\u73fe\\u4e86\\u6df1\\u9083\\u800c\\u5f15\\u4eba\\u6df1\\u601d\\u7684\\u7f8e\\u611f\\uff0c\\u4f7f\\u6b4c\\u66f2\\u66f4\\u5177\\u85dd\\u8853\\u6027\\u548c\\u60c5\\u611f\\u5171\\u9cf4\\u3002<br>\\r\\n<br>\\r\\n4. \\u5b83\\u50b3\\u9054\\u54ea\\u4e9b\\u4fe1\\u606f\\uff1f\\u5b83\\u4fc3\\u4f7f\\u53d7\\u773e\\u505a\\u51fa\\u54ea\\u4e9b\\u56de\\u61c9\\uff1f\\u5b83\\u5982\\u4f55\\u505a\\u5230\\u9019\\u4e9b\\u4e8b\\uff1f<br>\\r\\na.\\t\\u5b83\\u4f01\\u5716\\u5f15\\u5c0e\\u53d7\\u773e\\u601d\\u8003\\u3001\\u9762\\u5c0d\\u300c\\u6551\\u8d16\\u300d\\u55ce\\uff1f <br>\\r\\n\\u6b4c\\u8a5e\\u4e26\\u6c92\\u6709\\u57fa\\u7763\\u4fe1\\u4ef0\\u7684\\u6551\\u8d16\\u771f\\u7406\\uff0c\\u53cd\\u800c\\u5728\\u6b4c\\u8a5e\\u7d50\\u5c3e\\u8655\\u7684\\u9019\\u5e7e\\u53e5\\u4f3c\\u4e4e\\u53ea\\u7d66\\u51fa\\u4e00\\u500b\\u7d50\\u5c40~~~\\u5c31\\u662f\\u3010\\u7d50\\u675f\\/\\u672a\\u77e5\\u6578\\u3011\\uff1a\\u7576\\u6c38\\u9060\\u8b8a\\u6210\\u4e00\\u7a2e\\u9059\\u9060\\u3001\\u7576\\u53e5\\u9ede\\u8b8a\\u6210\\u4e00\\u7a2e\\u89c0\\u9ede\\u3001\\u8b93\\u4eba\\u985e\\u7d42\\u65bc\\u8b8a\\u6210\\u540c\\u985e\\u3002\\u800c\\u9019\\u6a23\\u7684\\u7d50\\u5c40\\u5c31\\u986f\\u660e\\u4e86\\u4e0d\\u8a8d\\u8b58\\u57fa\\u7763\\u4fe1\\u4ef0\\u4e2d\\u7684\\u6c38\\u751f\\u76fc\\u671b\\uff0c\\u56e0\\u70ba\\u4e0d\\u8a8d\\u8b58\\uff0c\\u6240\\u4ee5\\u53ea\\u80fd\\u5bc4\\u671b\\u672a\\u77e5\\u7684\\u3010\\u7121\\u9650\\u3011(\\u6b4c\\u8a5e\\u6700\\u5f8c\\u4e00\\u53e5\\uff1a\\u8b93\\u8afe\\u4e9e\\u65b9\\u821f\\u822a\\u5411\\u4e86\\u7121\\u9650)\\uff0c\\u800c\\u5728\\u9019\\u3010\\u7121\\u9650\\u3011\\u4e2d\\u4f3c\\u4e4e\\u4e5f\\u96b1\\u85cf\\u8457\\u67d0\\u7a2e\\u201d\\u672a\\u77e5\\u7684\\u6700\\u5f8c\\u6551\\u8d16\\u201d\\u51fa\\u73fe\\u7684\\u53ef\\u80fd\\u6027\\u6216\\u671f\\u5f85\\u3002<br>\\r\\n<br>\\r\\nb.\\t\\u5b83\\u4f01\\u5716\\u5f15\\u5c0e\\u53d7\\u773e\\u601d\\u8003\\u3001\\u9762\\u5c0d\\u300c\\u793e\\u7fa4\\u300d\\u8207\\u300c\\u4eba\\u6027\\u300d\\u55ce\\uff1f <br>\\r\\n\\u96d6\\u7136\\u6b4c\\u8a5e\\u8457\\u91cd\\u65bc\\u500b\\u4eba\\u60c5\\u611f\\u548c\\u544a\\u5225\\uff0c\\u4f46\\u900f\\u904e\\u672b\\u65e5\\u5834\\u666f\\u7684\\u63cf\\u7e6a\\uff0c\\u53ef\\u80fd\\u4fc3\\u4f7f\\u807d\\u773e\\u601d\\u8003\\u793e\\u7fa4\\u548c\\u4eba\\u6027\\u5728\\u6975\\u7aef\\u74b0\\u5883\\u4e0b\\u7684\\u53cd\\u61c9\\uff0c\\u4f8b\\u5982\\uff1a\\u751f\\u547d\\u6700\\u5f8c\\u4e00\\u523b\\uff0c\\u4f60\\u5728\\u610f\\u4ec0\\u9ebc\\uff1f \\u4f60\\u60f3\\u505a\\u4ec0\\u9ebc\\u4e8b\\uff1f \\u4f60\\u9084\\u6703\\u8a08\\u8f03\\u90a3\\u4e9b\\u751f\\u6d3b\\u7463\\u4e8b\\u3001\\u540d\\u5229\\u5730\\u4f4d\\u3001\\u8ca1\\u5bcc\\u6b0a\\u52e2\\u2026\\u2026\\u55ce\\uff1f<br>\\r\\n<br>\\r\\nc.\\u5b83\\u4f01\\u5716\\u5f15\\u5c0e\\u53d7\\u773e\\u7522\\u751f\\u884c\\u52d5\\u6216\\u6539\\u8b8a\\u751f\\u6d3b\\u55ce\\uff1f <br>\\r\\n\\u6b4c\\u66f2\\u96d6\\u672a\\u76f4\\u63a5\\u547c\\u7c72\\u884c\\u52d5\\uff0c\\u4f46\\u53ef\\u80fd\\u6fc0\\u767c\\u807d\\u773e\\u5c0d\\u751f\\u547d\\u3001\\u50f9\\u503c\\u89c0\\u7684\\u91cd\\u65b0\\u601d\\u8003\\uff0c\\u6709\\u52a9\\u65bc\\u500b\\u4eba\\u6210\\u9577\\u548c\\u751f\\u6d3b\\u89c0\\u5ff5\\u3001\\u793e\\u6703\\u610f\\u8b58\\u3001\\u4eba\\u969b\\u95dc\\u4fc2\\u3001\\u4eba\\u9053\\u89c0\\u9ede\\u3001\\u751f\\u547d\\u610f\\u7fa9\\u2026..\\u7b49\\u7684\\u6539\\u8b8a\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":\"10\",\"triggeredfrom\":\"forum_update_post\"}',1700473210,'web','203.121.235.95',NULL),(8687,'\\mod_forum\\event\\post_updated','mod_forum','updated','post','forum_posts',134,'u',2,82,70,43,6,2,6,0,'{\"discussionid\":10,\"forumid\":13,\"forumtype\":\"single\"}',1700473210,'web','203.121.235.95',NULL),(8688,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,6,2,NULL,0,'null',1700473210,'web','203.121.235.95',NULL),(8689,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,6,2,NULL,0,'null',1700473250,'web','203.121.235.95',NULL),(8690,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,6,2,NULL,0,'null',1700473274,'web','203.121.235.95',NULL),(8691,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,6,2,NULL,0,'null',1700474118,'web','203.121.235.95',NULL),(8692,'\\core\\event\\notification_sent','core','sent','notification','notifications',1031,'c',0,1,10,0,6,0,6,0,'{\"courseid\":\"2\"}',1700476686,'cli',NULL,NULL),(8693,'\\core\\event\\notification_sent','core','sent','notification','notifications',1032,'c',0,1,10,0,6,0,2,0,'{\"courseid\":\"2\"}',1700476690,'cli',NULL,NULL),(8694,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700487865,'web','221.216.117.136',NULL),(8695,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1700487871,'web','221.216.117.136',NULL),(8696,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1700487872,'web','221.216.117.136',NULL),(8697,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1700487875,'web','221.216.117.136',NULL),(8698,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,23,2,NULL,0,'null',1700487894,'web','221.216.117.136',NULL),(8699,'\\core\\event\\notification_sent','core','sent','notification','notifications',1033,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1700487907,'cli',NULL,NULL),(8700,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,23,2,NULL,0,'null',1700487923,'web','221.216.117.136',NULL),(8701,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,23,2,NULL,0,'null',1700487955,'web','221.216.117.136',NULL),(8702,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,23,2,NULL,0,'null',1700489017,'web','221.216.117.136',NULL),(8703,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,23,2,NULL,0,'null',1700489042,'web','221.216.117.136',NULL),(8704,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,23,2,NULL,0,'null',1700489103,'web','221.216.117.136',NULL),(8705,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,23,2,NULL,0,'null',1700489300,'web','221.216.117.136',NULL),(8706,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1700489326,'web','221.216.117.136',NULL),(8707,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1700489333,'web','221.216.117.136',NULL),(8708,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,23,2,NULL,0,'null',1700489340,'web','221.216.117.136',NULL),(8709,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1700489395,'web','221.216.117.136',NULL),(8710,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,23,2,NULL,0,'null',1700489400,'web','221.216.117.136',NULL),(8711,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1700489556,'web','221.216.117.136',NULL),(8712,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,23,2,NULL,0,'null',1700489562,'web','221.216.117.136',NULL),(8713,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1700489713,'web','221.216.117.136',NULL),(8714,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,23,2,NULL,0,'null',1700489718,'web','221.216.117.136',NULL),(8715,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1700489760,'web','221.216.117.136',NULL),(8716,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,23,2,NULL,0,'null',1700489765,'web','221.216.117.136',NULL),(8717,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1700489786,'web','221.216.117.136',NULL),(8718,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,23,2,NULL,0,'null',1700489791,'web','221.216.117.136',NULL),(8719,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1700489986,'web','221.216.117.136',NULL),(8720,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,23,2,NULL,0,'null',1700489998,'web','221.216.117.136',NULL),(8721,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,23,2,NULL,0,'null',1700490012,'web','221.216.117.136',NULL),(8722,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1700490096,'web','221.216.117.136',NULL),(8723,'\\core\\event\\user_loggedout','core','loggedout','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"sessionid\":\"24c0avt4jq45qp52ag09kovbl3\"}',1700490103,'web','221.216.117.136',NULL),(8724,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700490103,'web','221.216.117.136',NULL),(8725,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700491200,'web','35.211.201.14',NULL),(8726,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700491432,'web','180.251.224.254',NULL),(8727,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700491435,'web','180.251.224.254',NULL),(8728,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700491435,'web','180.251.224.254',NULL),(8729,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700493333,'web','35.88.207.151',NULL),(8730,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700522502,'web','147.92.179.112',NULL),(8731,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700522509,'web','223.136.86.48',NULL),(8732,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"reason\":3}',1700522512,'web','223.136.86.48',NULL),(8733,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1700522514,'web','223.136.86.48',NULL),(8734,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1700522514,'web','223.136.86.48',NULL),(8735,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"reason\":3}',1700522514,'web','223.136.86.48',NULL),(8736,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1700522520,'web','223.136.86.48',NULL),(8737,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1700522521,'web','223.136.86.48',NULL),(8738,'\\core\\event\\notification_sent','core','sent','notification','notifications',1034,'c',0,1,10,0,0,0,17,0,'{\"courseid\":\"1\"}',1700522525,'cli',NULL,NULL),(8739,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,17,2,NULL,0,'null',1700522530,'web','223.136.86.48',NULL),(8740,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700526125,'web','219.76.163.91',NULL),(8741,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1700526156,'web','219.76.163.91',NULL),(8742,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1700526157,'web','219.76.163.91',NULL),(8743,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1700526164,'web','219.76.163.91',NULL),(8744,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,15,2,NULL,0,'null',1700526193,'web','219.76.163.91',NULL),(8745,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1700526467,'web','219.76.163.91',NULL),(8746,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1700526469,'web','219.76.163.91',NULL),(8747,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,15,2,NULL,0,'null',1700526486,'web','219.76.163.91',NULL),(8748,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700527811,'web','137.184.133.241',NULL),(8749,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700530735,'web','139.162.8.154',NULL),(8750,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700532886,'web','137.184.128.188',NULL),(8751,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700535824,'web','92.118.188.229',NULL),(8752,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1700535835,'web','92.118.188.229',NULL),(8753,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1700535837,'web','92.118.188.229',NULL),(8754,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1700535840,'web','92.118.188.229',NULL),(8755,'\\core\\event\\notification_sent','core','sent','notification','notifications',1035,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1700535846,'cli',NULL,NULL),(8756,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,23,2,NULL,0,'null',1700535856,'web','92.118.188.229',NULL),(8757,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,23,2,NULL,0,'null',1700536204,'web','92.118.188.229',NULL),(8758,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',135,'c',2,79,70,40,23,2,NULL,0,'{\"content\":\"<p dir=\\\"ltr\\\" style=\\\"text-align: left;\\\">\\u4e00\\u5386\\u53f2\\uff1a<\\/p><p>20\\u4e16\\u7eaa90\\u5e74\\u4ee3\\uff0c\\u7f8e\\u56fd\\u793e\\u4f1a\\u7684\\u53cd\\u6218\\u60c5\\u7eea\\u9ad8\\u6da8\\uff0c\\u4e8e\\u662f\\uff0c<a href=\\\"https:\\/\\/baike.baidu.com\\/item\\/%E5%A5%BD%E8%8E%B1%E5%9D%9E\\/79274?fromModule=lemma_inlink\\\"><u>\\u597d\\u83b1\\u575e<\\/u><\\/a>\\u63a8\\u51fa\\u4e86\\u4e00\\u6279\\u8d2c\\u4f4e\\u73b0\\u4ee3\\u6587\\u660e\\u3001\\u5d07\\u5c1a\\u4f4e\\u667a\\u5546\\u548c\\u56de\\u5f52\\u539f\\u59cb\\u7684\\u5f71\\u7247\\uff0c\\u7f8e\\u56fd\\u5a92\\u4f53\\u79f0\\u4e4b\\u4e3a\\u201c<a href=\\\"https:\\/\\/baike.baidu.com\\/item\\/%E5%8F%8D%E6%99%BA%E7%94%B5%E5%BD%B1\\/8201851?fromModule=lemma_inlink\\\"><u>\\u53cd\\u667a\\u7535\\u5f71<\\/u><\\/a>\\u201d\\u3002\\u300a<a href=\\\"https:\\/\\/baike.baidu.com\\/item\\/%E9%98%BF%E7%94%98%E6%AD%A3%E4%BC%A0\\/12696704?fromModule=lemma_inlink\\\"><u>\\u963f\\u7518\\u6b63\\u4f20<\\/u><\\/a>\\u300b\\u5c31\\u662f\\u8fd9\\u4e00\\u65f6\\u671f\\u53cd\\u667a\\u7535\\u5f71\\u7684\\u4ee3\\u8868\\u4f5c\\uff0c\\u5b83\\u6839\\u636e\\u7f8e\\u56fd\\u4f5c\\u5bb6<a href=\\\"https:\\/\\/baike.baidu.com\\/item\\/%E6%B8%A9%E6%96%AF%E9%A1%BF%C2%B7%E6%A0%BC%E5%8D%A2%E5%A7%86\\/10345808?fromModule=lemma_inlink\\\"><u>\\u6e29\\u65af\\u987f\\u00b7\\u683c\\u5362\\u59c6<\\/u><\\/a>\\u7684\\u540c\\u540d\\u7545\\u9500\\u5c0f\\u8bf4\\u6539\\u7f16\\uff0c\\u901a\\u8fc7\\u5bf9\\u4e00\\u4e2a\\u667a\\u5546\\u4e3a75\\u7684\\u667a\\u969c\\u8005\\u751f\\u6d3b\\u7684\\u63cf\\u8ff0\\u53cd\\u6620\\u4e86\\u7f8e\\u56fd\\u751f\\u6d3b\\u7684\\u65b9\\u65b9\\u9762\\u9762\\uff0c\\u5e76\\u4ee5\\u72ec\\u7279\\u7684\\u89d2\\u5ea6\\u5bf9\\u7f8e\\u56fd\\u51e0\\u5341\\u5e74\\u6765\\u793e\\u4f1a\\u653f\\u6cbb\\u751f\\u6d3b\\u4e2d\\u7684\\u91cd\\u8981\\u4e8b\\u4ef6\\u505a\\u4e86\\u5c55\\u73b0\\u3002\\u5b83\\u4f7f\\u7f8e\\u56fd\\u4eba\\u91cd\\u65b0\\u5ba1\\u89c6\\u56fd\\u5bb6\\u548c\\u4e2a\\u4eba\\u7684\\u8fc7\\u53bb\\uff0c\\u91cd\\u65b0\\u53cd\\u7701\\u7f8e\\u56fd\\u4eba\\u7684\\u672c\\u8d28\\u3002<\\/p><p><\\/p><p>\\u8fd9\\u90e8\\u5f71\\u7247\\u6539\\u7f16\\u81ea<a href=\\\"https:\\/\\/baike.baidu.com\\/item\\/%E6%B8%A9%E6%96%AF%E9%A1%BF%C2%B7%E6%A0%BC%E5%8D%A2%E5%A7%86\\/10345808?fromModule=lemma_inlink\\\"><u>\\u6e29\\u65af\\u987f\\u00b7\\u683c\\u5362\\u59c6<\\/u><\\/a>\\u7684\\u540c\\u540d\\u653f\\u6cbb<a href=\\\"https:\\/\\/baike.baidu.com\\/item\\/%E8%AE%BD%E5%88%BA%E5%B0%8F%E8%AF%B4\\/7486601?fromModule=lemma_inlink\\\"><u>\\u8bbd\\u523a\\u5c0f\\u8bf4<\\/u><\\/a>\\uff0c\\u4f46\\u5f71\\u7247\\u7684<a href=\\\"https:\\/\\/baike.baidu.com\\/item\\/%E6%80%BB%E4%BD%93%E9%A3%8E%E6%A0%BC\\/56624123?fromModule=lemma_inlink\\\"><u>\\u603b\\u4f53\\u98ce\\u683c<\\/u><\\/a>\\u4f3c\\u4e4e\\u66f4\\u50cf\\u662f\\u4e00\\u90e8\\u4eba\\u751f\\u5bd3\\u8a00\\u3002<\\/p><p>\\u4e8c\\u7c7b\\u578b\\uff1a\\u559c\\u5267\\u7535\\u5f71<\\/p><p>\\u300a\\u963f\\u7518\\u6b63\\u4f20\\u300b\\u4ee5\\u5176\\u72ec\\u7279\\u7684\\u8bb2\\u6545\\u4e8b\\u98ce\\u683c\\u800c\\u95fb\\u540d\\uff0c\\u5b83\\u4ee5\\u4e00\\u79cd\\u65e2\\u6709\\u8da3\\u53c8\\u80fd\\u5f15\\u8d77\\u60c5\\u611f\\u5171\\u9e23\\u7684\\u65b9\\u5f0f\\u878d\\u5408\\u4e86\\u5e7d\\u9ed8\\u3001\\u620f\\u5267\\u548c\\u5386\\u53f2\\u80cc\\u666f\\u3002<br><\\/p><br><p><\\/p><br><p><\\/p>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1700536954,'web','92.118.188.229',NULL),(8759,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',135,'c',2,79,70,40,23,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1700536954,'web','92.118.188.229',NULL),(8760,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,23,2,NULL,0,'null',1700536955,'web','92.118.188.229',NULL),(8761,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,23,2,NULL,0,'null',1700536982,'web','92.118.188.229',NULL),(8762,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,23,2,NULL,0,'null',1700537030,'web','92.118.188.229',NULL),(8763,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,23,2,NULL,0,'null',1700537048,'web','92.118.188.229',NULL),(8764,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700538984,'web','73.219.6.51',NULL),(8765,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1700538989,'web','73.219.6.51',NULL),(8766,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1700538990,'web','73.219.6.51',NULL),(8767,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700538992,'web','73.219.6.51',NULL),(8768,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700539274,'web','73.219.6.51',NULL),(8769,'\\core\\event\\course_module_created','core','created','course_module','course_modules',47,'c',1,86,70,47,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":26,\"name\":\"\\u7b2c\\u5341\\u9031\\u8b1b\\u7fa9\"}',1700539298,'web','73.219.6.51',NULL),(8770,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700539299,'web','73.219.6.51',NULL),(8771,'\\core\\event\\course_module_created','core','created','course_module','course_modules',48,'c',1,87,70,48,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":27,\"name\":\"\\u7b2c\\u5341\\u9031\\u4f5c\\u696d\\u55ae\\uff08\\u5c0e\\u6f14\\u7406\\u5ff5\\uff09\"}',1700539334,'web','73.219.6.51',NULL),(8772,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700539335,'web','73.219.6.51',NULL),(8773,'\\core\\event\\calendar_event_created','core','created','calendar_event','event',1,'c',0,16,50,2,2,2,NULL,0,'{\"repeatid\":0,\"timestart\":1701255600,\"name\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u5c0e\\u6f14\\u7406\\u5ff5\\u5df2\\u7d93\\u904e\\u671f\"}',1700539476,'web','73.219.6.51',NULL),(8774,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',21,'c',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1700539476,'web','73.219.6.51',NULL),(8775,'\\core\\event\\course_module_created','core','created','course_module','course_modules',49,'c',1,88,70,49,2,2,NULL,0,'{\"modulename\":\"assign\",\"instanceid\":1,\"name\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u5c0e\\u6f14\\u7406\\u5ff5\"}',1700539476,'web','73.219.6.51',NULL),(8776,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1700539476,'web','73.219.6.51',NULL),(8777,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1700539476,'web','73.219.6.51',NULL),(8778,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1700539476,'web','73.219.6.51',NULL),(8779,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700539477,'web','73.219.6.51',NULL),(8780,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',49,'u',1,88,70,49,2,2,NULL,0,'{\"modulename\":\"assign\",\"instanceid\":\"1\",\"name\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\"}',1700539573,'web','73.219.6.51',NULL),(8781,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1700539573,'web','73.219.6.51',NULL),(8782,'\\core\\event\\calendar_event_updated','core','updated','calendar_event','event',1,'u',0,16,50,2,2,2,NULL,0,'{\"repeatid\":0,\"timestart\":1701255600,\"name\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\\u5df2\\u7d93\\u904e\\u671f\"}',1700539573,'web','73.219.6.51',NULL),(8783,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',47,'u',1,86,70,47,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":\"26\",\"name\":\"\\u7b2c\\u5341\\u9031\\u8b1b\\u7fa9\"}',1700539599,'web','73.219.6.51',NULL),(8784,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700539600,'web','73.219.6.51',NULL),(8785,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,2,2,NULL,0,'null',1700539603,'web','73.219.6.51',NULL),(8786,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700539608,'web','73.219.6.51',NULL),(8787,'\\tool_recyclebin\\event\\course_bin_item_created','tool_recyclebin','created','course_bin_item','tool_recyclebin_course',10,'c',0,16,50,2,2,2,NULL,0,'null',1700539625,'cli',NULL,NULL),(8788,'\\core\\event\\course_module_deleted','core','deleted','course_module','course_modules',48,'d',1,87,70,48,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":\"27\"}',1700539625,'cli',NULL,NULL),(8789,'\\core\\event\\calendar_event_updated','core','updated','calendar_event','event',1,'u',0,16,50,2,2,2,NULL,0,'{\"repeatid\":0,\"timestart\":1701255600,\"name\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\\u5df2\\u7d93\\u904e\\u671f\"}',1700539801,'web','73.219.6.51',NULL),(8790,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1700539801,'web','73.219.6.51',NULL),(8791,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1700539801,'web','73.219.6.51',NULL),(8792,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',49,'u',1,88,70,49,2,2,NULL,0,'{\"modulename\":\"assign\",\"instanceid\":\"1\",\"name\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\"}',1700539801,'web','73.219.6.51',NULL),(8793,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700539802,'web','73.219.6.51',NULL),(8794,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1700539804,'web','73.219.6.51',NULL),(8795,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1700539805,'web','73.219.6.51',NULL),(8796,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1700539816,'web','73.219.6.51',NULL),(8797,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1700539816,'web','73.219.6.51',NULL),(8798,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,16,0,'{\"assignid\":\"1\"}',1700539818,'web','73.219.6.51',NULL),(8799,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',136,'c',2,82,70,43,23,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">1.\\u672c\\u4f5c\\u54c1\\u6709\\u660e\\u986f\\u7684\\u5b97\\u6559\\u529f\\u80fd\\uff08\\u57fa\\u7763\\u6559\\u529f\\u80fd\\uff09\\u55ce\\uff1f<br \\/>\\n\\u7b54\\uff1a\\u6709\\uff0c\\u963f\\u7518\\u5988\\u5988\\u548c\\u963f\\u7518\\u76f8\\u4fe1\\u795e\\u662f\\u4fe1\\u5b9e\\u7684\\u3002<br \\/>\\n<br \\/>\\na.\\u672c\\u4f5c\\u54c1\\u8ac7\\u8ad6\\u5b97\\u6559\\u4e3b\\u984c\\uff08\\u57fa\\u7763\\u6559\\u4e3b\\u984c\\uff09\\u55ce\\uff1f<br \\/>\\n\\u6ca1\\u6709\\uff0c\\u4f46\\u662f\\u901a\\u8fc7\\u963f\\u7518\\u56de\\u5fc6\\u5988\\u5988\\u7684\\u5bf9\\u8bdd\\uff0c\\u660e\\u663e\\u8bf4\\u660e\\u963f\\u7518\\u7684\\u5988\\u5988\\u662f\\u4e00\\u4f4d\\u8654\\u8bda\\u7684\\u57fa\\u7763\\u5f92\\uff0c\\u8fd9\\u5bf9\\u963f\\u7518\\u5bf9\\u4e0a\\u5e1d\\u7684\\u4fe1\\u5fc3\\u6709\\u5e2e\\u52a9\\u3002<br \\/>\\nb.\\u672c\\u4f5c\\u54c1\\u6307\\u6d89\\u5b97\\u6559\\u6587\\u672c\\uff08\\u57fa\\u7763\\u6559\\u6587\\u672c\\uff09\\u55ce\\uff1f<br \\/>\\n\\u6ca1\\u6709\\uff0c\\u963f\\u7518\\u5988\\u5988\\u7684\\u8bdd\\uff0c\\u5f88\\u591a\\u90fd\\u6765\\u81ea\\u5723\\u7ecf\\u6559\\u5bfc\\uff1a\\u5982\\u679c\\u4e0a\\u5e1d\\u60f3\\u8981\\u4eba\\u4eba\\u90fd\\u4e00\\u6837\\u7684\\u8bdd\\uff0c\\u4ed6\\u4f1a\\u7ed9\\u6bcf\\u4eba\\u4e00\\u53cc\\u811a\\u6491\\uff1b\\u4f60\\u5f97\\u4e22\\u5f00\\u4ee5\\u5f80\\u7684\\u4e8b\\uff0c\\u624d\\u80fd\\u4e0d\\u65ad\\u7ee7\\u7eed\\u524d\\u8fdb\\uff1b\\u4e00\\u4e2a\\u4eba\\u771f\\u6b63\\u9700\\u8981\\u7684\\u8d22\\u5bcc\\u5c31\\u90a3\\u4e48\\u4e00\\u70b9\\u70b9\\uff0c\\u5176\\u4f59\\u7684\\u90fd\\u662f\\u7528\\u6765\\u70ab\\u8000\\u7684\\u3002<br \\/>\\n\\u5f53\\u963f\\u7518\\u4e70\\u6253\\u867e\\u8239\\u540e\\uff0c\\u8865\\u4e0d\\u5230\\u867e\\uff0c\\u4ed6\\u5c31\\u53bb\\u6559\\u5802\\u7977\\u544a\\uff0c\\u867d\\u7136\\u6ca1\\u6709\\u9a6c\\u4e0a\\u5b9e\\u73b0\\uff0c\\u5f53\\u98ce\\u66b4\\u6765\\u4e34\\u65f6\\uff0c\\u4ed6\\u8bf4\\u201c\\u4e0a\\u5e1d\\u771f\\u7684\\u6765\\u4e86\\u201d\\u3002<br \\/>\\n<br \\/>\\n2. \\u7d42\\u6975\\u95dc\\u61f7\\uff08\\u53c3\\u8003\\u5927\\u5c0f\\u8abf\\u3001\\u85dd\\u8853\\u4e4b\\u96d9\\u5203\\uff09<br \\/>\\n\\u900f\\u8fc7\\u963f\\u7518\\u7684\\u751f\\u6d3b\\uff0c\\u8ba9\\u4eba\\u770b\\u5230\\u4e86\\u795e\\u5bf9\\u4eba\\u7ec8\\u6781\\u547d\\u8fd0\\u7684\\u4e3b\\u6743\\u548c\\u4eba\\u751f\\u610f\\u4e49\\u7684\\u601d\\u8003\\uff0c\\u806a\\u660e\\u4eba\\u4e0d\\u4e00\\u5b9a\\u6709\\u806a\\u660e\\u7684\\u751f\\u6d3b\\uff0c\\u8bda\\u4fe1\\uff0c\\u7231\\u4eba\\u4e5f\\u88ab\\u795e\\u7231\\u3002<br \\/>\\n<br \\/>\\n3. \\u672c\\u4f5c\\u54c1\\u5448\\u73fe\\u660e\\u78ba\\u7684\\u7f8e\\u611f\\u55ce\\uff1f\\u6216\\u662f\\u5b83\\u523b\\u610f\\u4e0d\\u7f8e\\uff1f<br \\/>\\n\\u5f88\\u6709\\u7f8e\\u611f\\uff0c\\u963f\\u7518\\u7684\\u5bb6\\u4e61\\uff0c\\u4e00\\u6839\\u7fbd\\u6bdb\\u968f\\u98ce\\u98d8\\u821e\\uff0c\\u98d8\\u8fc7\\u6811\\u68a2\\uff0c\\u98de\\u5411\\u9752\\u5929\\u3002\\u8349\\u5730\\uff0c\\u5954\\u8dd1\\u7684\\u573a\\u666f\\uff0c\\u963f\\u7518\\u5bf9\\u670b\\u53cb\\u7684\\u4fe1\\u4efb\\u548c\\u7231\\u3002<br \\/>\\n<br \\/>\\n4. \\u5b83\\u50b3\\u9054\\u54ea\\u4e9b\\u4fe1\\u606f\\uff1f\\u5b83\\u4fc3\\u4f7f\\u53d7\\u773e\\u505a\\u51fa\\u54ea\\u4e9b\\u56de\\u61c9\\uff1f\\u5b83\\u5982\\u4f55\\u505a\\u5230\\u9019\\u4e9b\\u4e8b\\uff1f<br \\/>\\n\\u5728\\u5f71\\u7247\\u4e2d\\uff0c\\u963f\\u7518\\u7684\\u667a\\u5546\\u5c3d\\u7ba1\\u4e0d\\u9ad8\\uff0c\\u4ed6\\u7684\\u8bda\\u5b9e\\u3001\\u5b88\\u4fe1\\u3001\\u52c7\\u6562\\u3001\\u771f\\u8bda\\u7b49\\u7f8e\\u5fb7\\u4f7f\\u6211\\u4eec\\u60ed\\u6127\\uff0c\\u8fd9\\u6e90\\u4e8e\\u4ed6\\u7684\\u5f31\\u667a\\u4e5f\\u6e90\\u4e8e\\u4ed6\\u6709\\u4e00\\u4f4d\\u667a\\u6167\\u8654\\u8bda\\u575a\\u5b9a\\u7684\\u6bcd\\u4eb2\\u3002\\u5f71\\u7247\\u7684\\u5f00\\u59cb\\uff0c\\u6211\\u4eec\\u6216\\u8bb8\\u4f1a\\u88ab\\u963f\\u7518\\u7684\\u6728\\u8bb7\\u6240\\u9017\\u4e50\\uff0c\\u9762\\u5bf9\\u963f\\u7518\\uff0c\\u6211\\u4eec\\u5145\\u6ee1\\u7740\\u4f18\\u8d8a\\u611f\\uff0c\\u5f71\\u7247\\u4e2d\\u76f4\\u5230\\u7ed3\\u675f\\u65f6\\uff0c\\u6211\\u4eec\\u4e0d\\u65ad\\u88ab\\u4ed6\\u7684\\u771f\\u8bda\\u6267\\u7740\\u6240\\u611f\\u52a8\\uff0c\\u88ab\\u4e0a\\u5e1d\\u5bf9\\u4ed6\\u7684\\u504f\\u7231\\u6fc0\\u52a8\\uff0c\\u963f\\u7518\\u7684\\u7ecf\\u5386\\u8ba9\\u6211\\u4eec\\u770b\\u5230\\u4e86\\u6bcf\\u4e2a\\u4eba\\u7684\\u7eaf\\u771f\\u8ffd\\u6c42\\uff0c\\u770b\\u5230\\u4e86\\u81ea\\u5df1\\u8eab\\u4e0a\\u8986\\u538b\\u7740\\u7684\\u592a\\u591a\\u7684\\u504f\\u89c1\\u548c\\u865a\\u4f2a\\uff0c\\u6559\\u5bfc\\u6211\\u4eec\\u5bfb\\u6c42\\u795e\\uff0c\\u8ddf\\u968f\\u795e\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":10,\"triggeredfrom\":\"forum_add_new_post\"}',1700539819,'web','92.118.188.229',NULL),(8800,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',136,'c',2,82,70,43,23,2,NULL,0,'{\"discussionid\":10,\"forumid\":13,\"forumtype\":\"single\"}',1700539819,'web','92.118.188.229',NULL),(8801,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',115,'c',2,82,70,43,23,2,23,0,'{\"forumid\":13,\"discussion\":10}',1700539819,'web','92.118.188.229',NULL),(8802,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,23,2,NULL,0,'null',1700539820,'web','92.118.188.229',NULL),(8803,'\\core\\event\\calendar_event_updated','core','updated','calendar_event','event',1,'u',0,16,50,2,2,2,NULL,0,'{\"repeatid\":0,\"timestart\":1701255600,\"name\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\\u5df2\\u7d93\\u904e\\u671f\"}',1700539846,'web','73.219.6.51',NULL),(8804,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1700539846,'web','73.219.6.51',NULL),(8805,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1700539846,'web','73.219.6.51',NULL),(8806,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',49,'u',1,88,70,49,2,2,NULL,0,'{\"modulename\":\"assign\",\"instanceid\":\"1\",\"name\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\"}',1700539846,'web','73.219.6.51',NULL),(8807,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700539846,'web','73.219.6.51',NULL),(8808,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1700539866,'web','73.219.6.51',NULL),(8809,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1700539874,'web','73.219.6.51',NULL),(8810,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,2,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1700539885,'web','73.219.6.51',NULL),(8811,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1700539885,'web','73.219.6.51',NULL),(8812,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1700539888,'web','73.219.6.51',NULL),(8813,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1700539894,'web','73.219.6.51',NULL),(8814,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1700539955,'web','73.219.6.51',NULL),(8815,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1700539955,'web','73.219.6.51',NULL),(8816,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1700539955,'web','73.219.6.51',NULL),(8817,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1700539955,'web','73.219.6.51',NULL),(8818,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1700539955,'web','73.219.6.51',NULL),(8819,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1700540000,'web','73.219.6.51',NULL),(8820,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1700540001,'web','73.219.6.51',NULL),(8821,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1700540001,'web','73.219.6.51',NULL),(8822,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',18,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u627e\\u8cc7\\u6599\\u4e26\\u5beb\\u8a3b\\u89e3\\uff08\\u6b77\\u53f2\\u3001\\u985e\\u578b\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1700540001,'web','73.219.6.51',NULL),(8823,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',19,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u56de\\u7b54\\u300c\\u5167\\u5bb9\\u300d whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1700540001,'web','73.219.6.51',NULL),(8824,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1700540001,'web','73.219.6.51',NULL),(8825,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1700540001,'web','73.219.6.51',NULL),(8826,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1700540001,'web','73.219.6.51',NULL),(8827,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1700540029,'web','73.219.6.51',NULL),(8828,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1700540029,'web','73.219.6.51',NULL),(8829,'\\core\\event\\calendar_event_updated','core','updated','calendar_event','event',1,'u',0,16,50,2,2,2,NULL,0,'{\"repeatid\":0,\"timestart\":1701255600,\"name\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\\u5df2\\u7d93\\u904e\\u671f\"}',1700540044,'web','73.219.6.51',NULL),(8830,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1700540044,'web','73.219.6.51',NULL),(8831,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1700540044,'web','73.219.6.51',NULL),(8832,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1700540044,'web','73.219.6.51',NULL),(8833,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',18,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u627e\\u8cc7\\u6599\\u4e26\\u5beb\\u8a3b\\u89e3\\uff08\\u6b77\\u53f2\\u3001\\u985e\\u578b\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1700540044,'web','73.219.6.51',NULL),(8834,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',19,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u56de\\u7b54\\u300c\\u5167\\u5bb9\\u300d whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1700540044,'web','73.219.6.51',NULL),(8835,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1700540044,'web','73.219.6.51',NULL),(8836,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1700540044,'web','73.219.6.51',NULL),(8837,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1700540044,'web','73.219.6.51',NULL),(8838,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',49,'u',1,88,70,49,2,2,NULL,0,'{\"modulename\":\"assign\",\"instanceid\":\"1\",\"name\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\"}',1700540045,'web','73.219.6.51',NULL),(8839,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700540045,'web','73.219.6.51',NULL),(8840,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1700540048,'web','73.219.6.51',NULL),(8841,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1700540091,'web','73.219.6.51',NULL),(8842,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1700540091,'web','73.219.6.51',NULL),(8843,'\\core\\event\\calendar_event_updated','core','updated','calendar_event','event',1,'u',0,16,50,2,2,2,NULL,0,'{\"repeatid\":0,\"timestart\":1701255600,\"name\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\\u5df2\\u7d93\\u904e\\u671f\"}',1700540144,'web','73.219.6.51',NULL),(8844,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1700540144,'web','73.219.6.51',NULL),(8845,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1700540144,'web','73.219.6.51',NULL),(8846,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',49,'u',1,88,70,49,2,2,NULL,0,'{\"modulename\":\"assign\",\"instanceid\":\"1\",\"name\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\"}',1700540144,'web','73.219.6.51',NULL),(8847,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700540144,'web','73.219.6.51',NULL),(8848,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1700540147,'web','73.219.6.51',NULL),(8849,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1700540147,'web','73.219.6.51',NULL),(8850,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1700540177,'web','73.219.6.51',NULL),(8851,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,2,2,2,0,'{\"assignid\":\"1\"}',1700540177,'web','73.219.6.51',NULL),(8852,'\\core\\event\\calendar_event_updated','core','updated','calendar_event','event',1,'u',0,16,50,2,2,2,NULL,0,'{\"repeatid\":0,\"timestart\":1701255600,\"name\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\\u5df2\\u7d93\\u904e\\u671f\"}',1700540205,'web','73.219.6.51',NULL),(8853,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1700540205,'web','73.219.6.51',NULL),(8854,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1700540206,'web','73.219.6.51',NULL),(8855,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',49,'u',1,88,70,49,2,2,NULL,0,'{\"modulename\":\"assign\",\"instanceid\":\"1\",\"name\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\"}',1700540206,'web','73.219.6.51',NULL),(8856,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1700540206,'web','73.219.6.51',NULL),(8857,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1700540206,'web','73.219.6.51',NULL),(8858,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700540228,'web','73.219.6.51',NULL),(8859,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700540291,'web','73.219.6.51',NULL),(8860,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700540589,'web','89.104.100.104',NULL),(8861,'\\core\\event\\notification_sent','core','sent','notification','notifications',1036,'c',0,1,10,0,23,0,6,0,'{\"courseid\":\"2\"}',1700540586,'cli',NULL,NULL),(8862,'\\core\\event\\notification_sent','core','sent','notification','notifications',1037,'c',0,1,10,0,23,0,11,0,'{\"courseid\":\"2\"}',1700540588,'cli',NULL,NULL),(8863,'\\core\\event\\notification_sent','core','sent','notification','notifications',1038,'c',0,1,10,0,23,0,23,0,'{\"courseid\":\"2\"}',1700540591,'cli',NULL,NULL),(8864,'\\core\\event\\notification_sent','core','sent','notification','notifications',1039,'c',0,1,10,0,23,0,5,0,'{\"courseid\":\"2\"}',1700540594,'cli',NULL,NULL),(8865,'\\core\\event\\notification_sent','core','sent','notification','notifications',1040,'c',0,1,10,0,23,0,20,0,'{\"courseid\":\"2\"}',1700540596,'cli',NULL,NULL),(8866,'\\core\\event\\notification_sent','core','sent','notification','notifications',1041,'c',0,1,10,0,23,0,2,0,'{\"courseid\":\"2\"}',1700540599,'cli',NULL,NULL),(8867,'\\core\\event\\notification_sent','core','sent','notification','notifications',1042,'c',0,1,10,0,23,0,14,0,'{\"courseid\":\"2\"}',1700540602,'cli',NULL,NULL),(8868,'\\core\\event\\notification_sent','core','sent','notification','notifications',1043,'c',0,1,10,0,23,0,6,0,'{\"courseid\":\"2\"}',1700543467,'cli',NULL,NULL),(8869,'\\core\\event\\notification_sent','core','sent','notification','notifications',1044,'c',0,1,10,0,23,0,23,0,'{\"courseid\":\"2\"}',1700543470,'cli',NULL,NULL),(8870,'\\core\\event\\notification_sent','core','sent','notification','notifications',1045,'c',0,1,10,0,23,0,2,0,'{\"courseid\":\"2\"}',1700543473,'cli',NULL,NULL),(8871,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700577390,'web','125.229.183.111',NULL),(8872,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1700577395,'web','125.229.183.111',NULL),(8873,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1700577395,'web','125.229.183.111',NULL),(8874,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1700577399,'web','125.229.183.111',NULL),(8875,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,22,2,NULL,0,'null',1700577412,'web','125.229.183.111',NULL),(8876,'\\core\\event\\notification_sent','core','sent','notification','notifications',1046,'c',0,1,10,0,0,0,22,0,'{\"courseid\":\"1\"}',1700577426,'cli',NULL,NULL),(8877,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700578871,'web','108.181.37.50',NULL),(8878,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1700578878,'web','108.181.37.50',NULL),(8879,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1700578882,'web','108.181.37.50',NULL),(8880,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1700578885,'web','108.181.37.50',NULL),(8881,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1700578889,'web','108.181.37.50',NULL),(8882,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1700578896,'web','108.181.37.50',NULL),(8883,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1700578899,'web','108.181.37.50',NULL),(8884,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1700578919,'web','108.181.37.50',NULL),(8885,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,15,2,NULL,0,'null',1700578920,'web','108.181.37.50',NULL),(8886,'\\core\\event\\notification_sent','core','sent','notification','notifications',1047,'c',0,1,10,0,0,0,15,0,'{\"courseid\":\"1\"}',1700578929,'cli',NULL,NULL),(8887,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',3,'r',2,31,70,12,15,2,NULL,0,'null',1700578939,'web','108.181.37.50',NULL),(8888,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',6,'r',2,55,70,16,15,2,NULL,0,'null',1700578962,'web','108.181.37.50',NULL),(8889,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,15,2,NULL,0,'null',1700579090,'web','108.181.37.50',NULL),(8890,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,15,2,NULL,0,'null',1700579090,'web','108.181.37.50',NULL),(8891,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,15,2,NULL,0,'null',1700579091,'web','108.181.37.50',NULL),(8892,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,15,2,NULL,0,'null',1700579093,'web','108.181.37.50',NULL),(8893,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,15,2,NULL,0,'null',1700579093,'web','108.181.37.50',NULL),(8894,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',137,'c',2,29,70,10,15,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u6211\\u662f\\u4e00\\u4f4d\\u96fb\\u5f71\\u611b\\u597d\\u8005\\uff0c\\u5728\\u6c92\\u8a8d\\u8b58\\u795e\\u4ee5\\u524d\\u6211\\u5e7e\\u4e4e\\u770b\\u904e\\u6240\\u6709\\u984c\\u6750\\u7684\\u96fb\\u5f71\\uff0c\\u800c\\u4fe1\\u4e3b\\u4e4b\\u5f8c\\u6211\\u53c8\\u78ba\\u5be6\\u662f\\u6709\\u9078\\u64c7\\u7684\\u5c4f\\u853d\\u6389\\u4e86\\u4e00\\u4e9b\\u96fb\\u5f71\\u3002\\u9019\\u4e00\\u73fe\\u8c61\\u6709\\u4e00\\u6bb5\\u6642\\u9593\\u6211\\u89ba\\u5f97\\u662f\\u6b63\\u78ba\\u7684\\uff0c\\u4f46\\u662f\\u537b\\u53c8\\u771f\\u5be6\\u89ba\\u5f97\\u6709\\u9396\\u53d7\\u9650\\u3002\\u6211\\u6642\\u5e38\\u77db\\u76fe\\u5176\\u4e2d\\uff0c\\u800c\\u9019\\u672c\\u66f8\\u50cf\\u662f\\u4e00\\u628a\\u958b\\u555f\\u5fc3\\u9396\\u7684\\u9470\\u5319\\uff0c\\u66f8\\u4e2d\\u63d0\\u5230\\u2018\\u82e5\\u6211\\u5011\\u5c0d\\u300c\\u4ed6\\u8005\\u300d (others) \\u655e\\u958b\\uff0c\\u6216\\u8a31\\u90a3\\u4f4d\\u795e\\u8056\\u7684\\u300c\\u7942\\u8005\\u300d(the Other) \\u4e5f\\u6703\\u88ab\\u6211\\u5011\\u767c\\u73fe\\u5728\\u5176\\u4e2d\\u3002\\u2019\\u9019\\u662f\\u6211\\u6240\\u8a8d\\u540c\\u7684\\uff0c\\u795e\\u7684\\u9053\\u9577\\u95ca\\u9ad8\\u6df1\\uff0c\\u5982\\u679c\\u88ab\\u72f9\\u9698\\u7684\\u5b97\\u6559\\u601d\\u60f3\\u6240\\u7d91\\u7d81\\u5247\\u6211\\u5011\\u6240\\u8a8d\\u8b58\\u7684\\u795e\\u4e5f\\u7121\\u6cd5\\u5b8c\\u5168\\u3002\\u795e\\u78ba\\u5be6\\u662f\\u5728\\u85c9\\u8457\\u842c\\u7269\\u5411\\u6211\\u5011\\u95e1\\u91cb\\u771f\\u7406\\u8207\\u667a\\u6167\\uff0c\\u800c\\u6211\\u5011\\u4e5f\\u61c9\\u655e\\u958b\\u5fc3\\u6249\\uff0c\\u5728\\u842c\\u7269\\u4e2d\\u767c\\u73fe\\u795e\\u7684\\u667a\\u6167\\u3002\\u5982\\u679c\\u6211\\u5011\\u5e36\\u8457\\u9810\\u8a2d\\u7acb\\u5834\\u53bb\\u89c0\\u5f71\\u4e5f\\u78ba\\u5be6\\u53ea\\u662f\\u7406\\u6027\\u7684\\u5224\\u65b7\\u5c0d\\u932f\\uff0c\\u537b\\u96e3\\u4ee5\\u611f\\u6027\\u7684\\u5206\\u8fa8\\u8056\\u9748\\u3002\\u4e5f\\u5c31\\u5f88\\u96e3\\u505a\\u5230\\u2018\\u5f9e\\u4ee4\\u4eba\\u9a5a\\u8a1d\\u7684\\u6e90\\u982d\\u8046\\u807d\\u795e\\u3002\\u2019<br \\/>\\r\\n\\u6240\\u4ee5\\u6211\\u975e\\u5e38\\u6b23\\u559c\\u6709\\u628a\\u89c0\\u5f71\\u4f5c\\u70ba\\u5c6c\\u9748\\u7d93\\u9a57\\u7684\\u65b9\\u6cd5\\uff0c\\u4e5f\\u66f4\\u65b0\\u4e86\\u6211\\u7684\\u89c0\\u5f71\\u65b9\\u5f0f\\uff0c\\u5617\\u8a66\\u7528\\u66f8\\u4e2d\\u65b9\\u6cd5\\u5206\\u4eab\\u4e00\\u4e9b\\u89c0\\u5f71\\u5f8c\\u7684\\u5c6c\\u9748\\u611f\\u53d7\\u3002\\u6211\\u76f8\\u4fe1\\u9019\\u4e00\\u5b9a\\u975e\\u5e38\\u5947\\u5999\\u3002<br \\/>\\r\\n\\u6211\\u4e4b\\u6240\\u4ee5\\u559c\\u611b\\u96fb\\u5f71\\u78ba\\u5be6\\u50cf\\u66f8\\u4e2d\\u6240\\u8aaa\\u2018\\u900f\\u904e\\u96fb\\u5f71\\uff0c\\u89c0\\u773e\\u88ab\\u5e36\\u5165\\u53e6\\u4e00\\u500b\\u4e16\\u754c\\u3001\\u9047\\u898b\\u5f62\\u5f62\\u8272\\u8272\\u7684\\u300c\\u5176\\u4ed6\\u4eba\\u300d\\u2019\\u9019\\u53ef\\u80fd\\u5c31\\u662f\\u4eba\\u5011\\u5e38\\u5e38\\u8aaa\\u7684\\u300c\\u4e0a\\u5e1d\\u8996\\u89d2\\u300d\\uff0c\\u800c\\u8b80\\u904e\\u6b64\\u66f8\\u4e4b\\u5f8c\\u6211\\u751a\\u662f\\u671f\\u5f85\\u5728\\u89c0\\u5f71\\u4e2d\\u2018\\u9047\\u898b\\u67d0\\u4e00\\u4f4d\\u300c\\u4ed6\\u8005\\u300d(Other)\\u2019.<\\/div>\",\"pathnamehashes\":[],\"discussionid\":1,\"triggeredfrom\":\"forum_add_new_post\"}',1700579222,'web','108.181.37.50',NULL),(8895,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',116,'c',2,29,70,10,15,2,15,0,'{\"forumid\":4,\"discussion\":1}',1700579222,'web','108.181.37.50',NULL),(8896,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',137,'c',2,29,70,10,15,2,NULL,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1700579222,'web','108.181.37.50',NULL),(8897,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,15,2,NULL,0,'null',1700579222,'web','108.181.37.50',NULL),(8898,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,15,2,NULL,0,'null',1700579270,'web','108.181.37.50',NULL),(8899,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,15,2,NULL,0,'null',1700579272,'web','108.181.37.50',NULL),(8900,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,15,2,NULL,0,'null',1700579272,'web','108.181.37.50',NULL),(8901,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,15,2,NULL,0,'null',1700579273,'web','108.181.37.50',NULL),(8902,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,15,2,NULL,0,'null',1700579274,'web','108.181.37.50',NULL),(8903,'\\core\\event\\notification_sent','core','sent','notification','notifications',1048,'c',0,1,10,0,15,0,6,0,'{\"courseid\":\"2\"}',1700582826,'cli',NULL,NULL),(8904,'\\core\\event\\notification_sent','core','sent','notification','notifications',1049,'c',0,1,10,0,15,0,17,0,'{\"courseid\":\"2\"}',1700582829,'cli',NULL,NULL),(8905,'\\core\\event\\notification_sent','core','sent','notification','notifications',1050,'c',0,1,10,0,15,0,11,0,'{\"courseid\":\"2\"}',1700582832,'cli',NULL,NULL),(8906,'\\core\\event\\notification_sent','core','sent','notification','notifications',1051,'c',0,1,10,0,15,0,8,0,'{\"courseid\":\"2\"}',1700582835,'cli',NULL,NULL),(8907,'\\core\\event\\notification_sent','core','sent','notification','notifications',1052,'c',0,1,10,0,15,0,23,0,'{\"courseid\":\"2\"}',1700582838,'cli',NULL,NULL),(8908,'\\core\\event\\notification_sent','core','sent','notification','notifications',1053,'c',0,1,10,0,15,0,12,0,'{\"courseid\":\"2\"}',1700582841,'cli',NULL,NULL),(8909,'\\core\\event\\notification_sent','core','sent','notification','notifications',1054,'c',0,1,10,0,15,0,13,0,'{\"courseid\":\"2\"}',1700582844,'cli',NULL,NULL),(8910,'\\core\\event\\notification_sent','core','sent','notification','notifications',1055,'c',0,1,10,0,15,0,5,0,'{\"courseid\":\"2\"}',1700582847,'cli',NULL,NULL),(8911,'\\core\\event\\notification_sent','core','sent','notification','notifications',1056,'c',0,1,10,0,15,0,21,0,'{\"courseid\":\"2\"}',1700582850,'cli',NULL,NULL),(8912,'\\core\\event\\notification_sent','core','sent','notification','notifications',1057,'c',0,1,10,0,15,0,9,0,'{\"courseid\":\"2\"}',1700582852,'cli',NULL,NULL),(8913,'\\core\\event\\notification_sent','core','sent','notification','notifications',1058,'c',0,1,10,0,15,0,20,0,'{\"courseid\":\"2\"}',1700582855,'cli',NULL,NULL),(8914,'\\core\\event\\notification_sent','core','sent','notification','notifications',1059,'c',0,1,10,0,15,0,16,0,'{\"courseid\":\"2\"}',1700582859,'cli',NULL,NULL),(8915,'\\core\\event\\notification_sent','core','sent','notification','notifications',1060,'c',0,1,10,0,15,0,4,0,'{\"courseid\":\"2\"}',1700582862,'cli',NULL,NULL),(8916,'\\core\\event\\notification_sent','core','sent','notification','notifications',1061,'c',0,1,10,0,15,0,22,0,'{\"courseid\":\"2\"}',1700582865,'cli',NULL,NULL),(8917,'\\core\\event\\notification_sent','core','sent','notification','notifications',1062,'c',0,1,10,0,15,0,2,0,'{\"courseid\":\"2\"}',1700582867,'cli',NULL,NULL),(8918,'\\core\\event\\notification_sent','core','sent','notification','notifications',1063,'c',0,1,10,0,15,0,19,0,'{\"courseid\":\"2\"}',1700582870,'cli',NULL,NULL),(8919,'\\core\\event\\notification_sent','core','sent','notification','notifications',1064,'c',0,1,10,0,15,0,14,0,'{\"courseid\":\"2\"}',1700582873,'cli',NULL,NULL),(8920,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1700589390,'web','73.219.6.51',NULL),(8921,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1700589391,'web','73.219.6.51',NULL),(8922,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1700589423,'web','73.219.6.51',NULL),(8923,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1700589433,'web','73.219.6.51',NULL),(8924,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1700589453,'web','73.219.6.51',NULL),(8925,'\\core\\event\\user_graded','core','graded','user','grade_grades',21,'u',1,16,50,2,2,2,15,0,'{\"itemid\":\"7\",\"overridden\":false,\"finalgrade\":6}',1700589475,'web','73.219.6.51',NULL),(8926,'\\core\\event\\user_graded','core','graded','user','grade_grades',173,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":12}',1700589475,'web','73.219.6.51',NULL),(8927,'\\core\\event\\user_graded','core','graded','user','grade_grades',20,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":12}',1700589475,'web','73.219.6.51',NULL),(8928,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1700589487,'web','73.219.6.51',NULL),(8929,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',43,'u',1,82,70,43,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"13\",\"name\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u56de\\u7b54\\u300c\\u5167\\u5bb9\\u300d\"}',1700589677,'web','73.219.6.51',NULL),(8930,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700589677,'web','73.219.6.51',NULL),(8931,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1700589682,'web','73.219.6.51',NULL),(8932,'\\core\\event\\user_graded','core','graded','user','grade_grades',298,'u',1,16,50,2,2,2,6,0,'{\"itemid\":\"19\",\"overridden\":false,\"finalgrade\":10}',1700589700,'web','73.219.6.51',NULL),(8933,'\\core\\event\\user_graded','core','graded','user','grade_grades',183,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":29}',1700589700,'web','73.219.6.51',NULL),(8934,'\\core\\event\\user_graded','core','graded','user','grade_grades',38,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":98.633330000000001}',1700589700,'web','73.219.6.51',NULL),(8935,'\\core\\event\\user_graded','core','graded','user','grade_grades',315,'u',1,16,50,2,2,2,23,0,'{\"itemid\":\"19\",\"overridden\":false,\"finalgrade\":10}',1700589724,'web','73.219.6.51',NULL),(8936,'\\core\\event\\user_graded','core','graded','user','grade_grades',198,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":29}',1700589724,'web','73.219.6.51',NULL),(8937,'\\core\\event\\user_graded','core','graded','user','grade_grades',17,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":101.93333}',1700589724,'web','73.219.6.51',NULL),(8938,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',40,'u',1,79,70,40,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"12\",\"name\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u627e\\u8cc7\\u6599\\u4e26\\u5beb\\u8a3b\\u89e3\\uff08\\u6b77\\u53f2\\u3001\\u985e\\u578b\\uff09\"}',1700589729,'web','73.219.6.51',NULL),(8939,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700589730,'web','73.219.6.51',NULL),(8940,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1700589732,'web','73.219.6.51',NULL),(8941,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700615201,'web','185.216.70.5',NULL),(8942,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700617346,'web','117.56.58.51',NULL),(8943,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"reason\":3}',1700617366,'web','117.56.58.51',NULL),(8944,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1700617387,'web','117.56.58.51',NULL),(8945,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1700617387,'web','117.56.58.51',NULL),(8946,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1700617390,'web','117.56.58.51',NULL),(8947,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,14,2,NULL,0,'null',1700617414,'web','117.56.58.51',NULL),(8948,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,14,2,NULL,0,'{\"assignid\":\"1\"}',1700617414,'web','117.56.58.51',NULL),(8949,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,14,2,NULL,0,'null',1700617494,'web','117.56.58.51',NULL),(8950,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,14,2,NULL,0,'null',1700617503,'web','117.56.58.51',NULL),(8951,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,14,2,NULL,0,'null',1700617515,'web','117.56.58.51',NULL),(8952,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,14,2,NULL,0,'{\"assignid\":\"1\"}',1700617515,'web','117.56.58.51',NULL),(8953,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,14,2,NULL,0,'null',1700617517,'web','117.56.58.51',NULL),(8954,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"reason\":3}',1700622744,'web','121.254.88.214',NULL),(8955,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1700622749,'web','121.254.88.214',NULL),(8956,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,20,1,NULL,0,'null',1700622749,'web','121.254.88.214',NULL),(8957,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1700622754,'web','121.254.88.214',NULL),(8958,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,20,2,NULL,0,'null',1700622766,'web','121.254.88.214',NULL),(8959,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,20,2,NULL,0,'null',1700627558,'web','121.254.88.214',NULL),(8960,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1700627564,'web','121.254.88.214',NULL),(8961,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,20,2,NULL,0,'null',1700627573,'web','121.254.88.214',NULL),(8962,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700631823,'web','59.126.254.7',NULL),(8963,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1700631851,'web','59.126.254.7',NULL),(8964,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1700631851,'web','59.126.254.7',NULL),(8965,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1700631853,'web','59.126.254.7',NULL),(8966,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,19,2,NULL,0,'null',1700631862,'web','59.126.254.7',NULL),(8967,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,19,2,NULL,0,'null',1700631866,'web','59.126.254.7',NULL),(8968,'\\core\\event\\notification_sent','core','sent','notification','notifications',1065,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"1\"}',1700631907,'cli',NULL,NULL),(8969,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1700631939,'web','59.126.254.7',NULL),(8970,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,19,2,NULL,0,'null',1700631987,'web','59.126.254.7',NULL),(8971,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,19,2,NULL,0,'null',1700632284,'web','59.126.254.7',NULL),(8972,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,19,2,NULL,0,'null',1700632285,'web','59.126.254.7',NULL),(8973,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700637010,'web','175.182.9.196',NULL),(8974,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1700637038,'web','175.182.9.196',NULL),(8975,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1700637039,'web','175.182.9.196',NULL),(8976,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1700637048,'web','175.182.9.196',NULL),(8977,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,21,2,NULL,0,'null',1700637080,'web','175.182.9.196',NULL),(8978,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,21,2,NULL,0,'null',1700637084,'web','175.182.9.196',NULL),(8979,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,21,2,NULL,0,'null',1700637132,'web','175.182.9.196',NULL),(8980,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,21,2,NULL,0,'{\"assignid\":\"1\"}',1700637132,'web','175.182.9.196',NULL),(8981,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1700637678,'web','175.182.9.196',NULL),(8982,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,21,2,NULL,0,'null',1700637678,'web','175.182.9.196',NULL),(8983,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1700637692,'web','175.182.9.196',NULL),(8984,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1700637695,'web','175.182.9.196',NULL),(8985,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1700637701,'web','175.182.9.196',NULL),(8986,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,21,2,NULL,0,'null',1700637745,'web','175.182.9.196',NULL),(8987,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1700638108,'web','175.182.9.196',NULL),(8988,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,21,2,NULL,0,'null',1700638108,'web','175.182.9.196',NULL),(8989,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1700638121,'web','175.182.9.196',NULL),(8990,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1700638123,'web','175.182.9.196',NULL),(8991,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1700638126,'web','175.182.9.196',NULL),(8992,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,21,2,NULL,0,'null',1700638136,'web','175.182.9.196',NULL),(8993,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1700638343,'web','175.182.9.196',NULL),(8994,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,21,2,NULL,0,'null',1700638368,'web','175.182.9.196',NULL),(8995,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,21,2,NULL,0,'null',1700638368,'web','175.182.9.196',NULL),(8996,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',138,'c',2,82,70,43,20,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u300a\\u7fa4\\u7269\\u300b\\u662f\\u4e00\\u500b\\u4e2d\\u6027\\u7684\\u4f5c\\u54c1\\uff0c\\u672c\\u8eab\\u4e26\\u7121\\u660e\\u78ba\\u6307\\u5411\\u57fa\\u7763\\u6559\\u7684\\u4e3b\\u984c\\uff0c\\u4f46\\u53ef\\u4ee5\\u6839\\u64da\\u4f7f\\u7528\\u8005\\u7684\\u4f7f\\u7528\\u65b9\\u5f0f\\u8207\\u89c0\\u9ede\\uff0c\\u800c\\u5e36\\u51fa\\u4e0d\\u540c\\u7684\\u5167\\u5bb9\\u8207\\u6027\\u8cea\\u3002\\u56e0\\u70ba\\u4f5c\\u54c1\\u672c\\u8eab\\u7684\\u5716\\u6587\\u5177\\u6709\\u8a31\\u591a\\u89e3\\u8b80\\u8207\\u767c\\u5c55\\u7684\\u7a7a\\u9593\\uff0c\\u6240\\u4ee5\\u82e5\\u662f\\u60f3\\u8981\\u900f\\u904e\\u7fa4\\u7269\\u5f15\\u5c0e\\u51fa\\u57fa\\u7763\\u6559\\u7684\\u67d0\\u4e9b\\u4e3b\\u984c\\u662f\\u53ef\\u884c\\u7684\\u3002<br \\/>\\n<br \\/>\\n\\u300a\\u7fa4\\u7269\\u300b\\u7684\\u5716\\u50cf\\u662f\\u6bd4\\u8f03\\u4e0d\\u5177\\u8c61\\u7684\\uff0c\\u800c\\u6587\\u5b57\\u96d6\\u7136\\u770b\\u8d77\\u4f86\\u6709\\u660e\\u78ba\\u7684\\u4e8b\\u4ef6\\u6216\\u666f\\u7269\\u7684\\u63cf\\u8ff0\\uff0c\\u4f46\\u537b\\u7d66\\u4e88\\u8b80\\u8005\\u60f3\\u50cf\\u7a7a\\u9593\\uff0c\\u53ef\\u4ee5\\u806f\\u60f3\\u5230\\u9019\\u4e9b\\u63cf\\u8ff0\\u7684\\u96b1\\u55bb\\u70ba\\u4f55\\uff1b\\u53ef\\u80fd\\u53ef\\u4ee5\\u60f3\\u50cf\\u9019\\u500b\\u6558\\u8ff0\\u7684\\u524d\\u5f8c\\u6587\\u5728\\u8b1b\\u8ff0\\u600e\\u6a23\\u7684\\u6545\\u4e8b\\u22ef\\u22ef\\u3002\\u56e0\\u6b64\\uff0c\\u9019\\u6a23\\u7684\\u5716\\u6587\\u5177\\u6709\\u7a7a\\u9593\\uff0c\\u4f7f\\u89c0\\u770b\\u8005\\u80fd\\u5920\\u76f4\\u89ba\\u5730\\u9023\\u7d50\\u5167\\u5fc3\\u7684\\u611f\\u53d7\\u6216\\u60f3\\u6cd5\\uff0c\\u9032\\u800c\\u5f15\\u767c\\u67d0\\u4e9b\\u601d\\u8003\\u3002<br \\/>\\n<br \\/>\\n\\u300a\\u7fa4\\u7269\\u300b\\u8a66\\u5716\\u900f\\u904e\\u958b\\u653e\\u6027\\u7684\\u5716\\u6587\\u4f5c\\u70ba\\u5a92\\u4ecb\\uff0c\\u63a2\\u8a0e\\u8a31\\u591a\\u89c0\\u9ede\\uff0c\\u6216\\u8a31\\u5728\\u5176\\u4e2d\\u6211\\u5011\\u80fd\\u6709\\u8a8d\\u8b58\\u3001\\u7406\\u89e3\\u3001\\u518d\\u601d\\u8003\\u6216\\u4efb\\u4f55\\u7684\\u611f\\u52d5\\u3002<br \\/>\\n<br \\/>\\n\\u900f\\u904e\\u4ee5\\u4e0b\\u4f8b\\u5b50\\u4f86\\u9032\\u884c\\u8aaa\\u660e\\uff1a<br \\/>\\n<br \\/>\\n\\u2028\\u5169\\u500b\\u8fb2\\u4eba\\u7ad9\\u5728\\u4ed6\\u5011\\u719f\\u6089\\u7684\\u571f\\u58e4\\u4e0a \\u4e00\\u500b\\u8fb2\\u4eba\\u8aaa\\uff1a\\u300c\\u4f60\\u770b\\uff0c\\u8d8a\\u662f\\u71e6\\u721b\\u7684\\u4e8b\\u7269\\u8d8a\\u662f\\u7a00\\u8584\\u3002\\u300d \\u53e6\\u4e00\\u500b\\u8fb2\\u4eba\\u4e00\\u8a00\\u4e0d\\u767c\\uff0c\\u4fef\\u8eab\\u65bc\\u5730\\uff0c\\u89aa\\u543b\\u5927\\u5730\\u3002 <br \\/>\\n\\u2014\\u2014\\u300a\\u7fa4\\u7269\\u300b\\u2028\\u2028\\u4ee5\\u4e0b\\u662f\\u4f86\\u81ea\\u4e00\\u500b\\u8b80\\u8005\\u7684\\u56de\\u994b\\uff1a\\u300c\\u7576\\u6211\\u95b1\\u8b80\\u7fa4\\u7269\\uff0c\\u662f\\u771f\\u771f\\u5207\\u5207\\u7684\\u88ab\\u611f\\u52d5\\uff0c\\u6709\\u6642\\u56e0\\u5716\\u800c\\u6df1\\u6df1\\u5165\\u8ff7\\uff1b\\u6709\\u6642\\u6703\\u56e0\\u70ba\\u6587\\u5b57\\u611b\\u4e0a\\u9019\\u500b\\u6545\\u4e8b\\uff1b\\u6709\\u6642\\u5019\\u9084\\u771f\\u7684\\u4f86\\u4e0d\\u53ca\\u641e\\u61c2\\u70ba\\u4ec0\\u9ebc\\uff0c\\u5c31\\u88ab\\u611f\\u52d5\\u7684\\u60c5\\u7dd2\\u649e\\u64ca\\u3002\\u6211\\u5fc5\\u9808\\u8aaa\\u96e3\\u4ee5\\u5fd8\\u8a18\\u7684\\u4e00\\u6b21\\uff0c\\u4e00\\u500b\\u77ac\\u9593\\u7684\\u756b\\u9762\\u548c\\u6587\\u5b57\\u7684\\u8ff4\\u76ea\\uff0c\\u8b93\\u6211\\u62bd\\u96e2\\u4e86\\u751f\\u6d3b\\u73fe\\u5834\\uff0c\\u9032\\u5165\\u4e00\\u7247\\u91d1\\u9ec3\\u571f\\u5730\\uff0c\\u5f77\\u5f7f\\u5728\\u90a3\\u88e1\\u898b\\u8b49\\u4e86\\u8fb2\\u592b\\u89aa\\u543b\\u571f\\u5730\\u7684\\u9707\\u64bc\\uff0c\\u800c\\u5fcd\\u4e0d\\u4f4f\\u54ed\\u4e86\\u3002\\u300d<br \\/>\\n\\u9019\\u4f4d\\u8b80\\u8005\\u662f\\u4e00\\u4f4d\\u57fa\\u7763\\u5f92\\u59d0\\u59b9\\uff0c\\u7fa4\\u7269\\u7684\\u9019\\u4e00\\u5247\\u6bb5\\u843d\\u8b93\\u5979\\u611f\\u52d5\\uff0c\\u662f\\u56e0\\u70ba\\u5979\\u900f\\u904e\\u9019\\u500b\\u6bb5\\u843d\\u9023\\u7d50\\u5230\\u7684\\u662f\\u5979\\u5728\\u6559\\u6703\\u7d93\\u6b77\\u8207\\u611f\\u53d7\\u5230\\u7684\\u611b\\u8207\\u95dc\\u4fc2\\uff0c\\u6559\\u6703\\u7267\\u8005\\u7684\\u611b\\u8207\\u4ed8\\u51fa\\uff0c\\u5c31\\u5982\\u540c\\u89aa\\u543b\\u571f\\u5730\\u7684\\u8fb2\\u4eba\\u5c0d\\u571f\\u5730\\u7684\\u71b1\\u611b\\uff0c\\u4e26\\u4e14\\u9019\\u6a23\\u7684\\u611f\\u52d5\\u4e5f\\u4f7f\\u9019\\u4f4d\\u59ca\\u59b9\\u5fc3\\u88e1\\u7522\\u751f\\u56de\\u61c9\\u7684\\u6e34\\u671b\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":10,\"triggeredfrom\":\"forum_add_new_post\"}',1700638749,'web','122.118.9.224',NULL),(8997,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',138,'c',2,82,70,43,20,2,NULL,0,'{\"discussionid\":10,\"forumid\":13,\"forumtype\":\"single\"}',1700638749,'web','122.118.9.224',NULL),(8998,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',117,'c',2,82,70,43,20,2,20,0,'{\"forumid\":13,\"discussion\":10}',1700638749,'web','122.118.9.224',NULL),(8999,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,20,2,NULL,0,'null',1700638750,'web','122.118.9.224',NULL),(9000,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1700639155,'web','175.182.9.196',NULL),(9001,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1700639155,'web','175.182.9.196',NULL),(9002,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1700639156,'web','175.182.9.196',NULL),(9003,'\\mod_forum\\event\\course_module_instance_list_viewed','mod_forum','viewed','course_module_instance_list',NULL,NULL,'r',0,2,50,1,0,1,NULL,0,'null',1700639323,'web','35.225.82.182',NULL),(9004,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700639367,'web','36.226.164.62',NULL),(9005,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700639368,'web','34.105.37.64',NULL),(9006,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1700639371,'web','36.226.164.62',NULL),(9007,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1700639371,'web','36.226.164.62',NULL),(9008,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1700639373,'web','36.226.164.62',NULL),(9009,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,6,2,6,0,'null',1700639376,'web','36.226.164.62',NULL),(9010,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,6,2,NULL,0,'null',1700639402,'web','36.226.164.62',NULL),(9011,'\\core\\event\\notification_sent','core','sent','notification','notifications',1066,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"1\"}',1700639406,'cli',NULL,NULL),(9012,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1700640079,'web','36.226.164.62',NULL),(9013,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,6,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1700640081,'web','36.226.164.62',NULL),(9014,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,6,2,6,0,'null',1700640095,'web','36.226.164.62',NULL),(9015,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,6,2,NULL,0,'null',1700640136,'web','36.226.164.62',NULL),(9016,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,6,2,NULL,0,'null',1700640150,'web','36.226.164.62',NULL),(9017,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,6,2,NULL,0,'{\"assignid\":\"1\"}',1700640150,'web','36.226.164.62',NULL),(9018,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1700640168,'web','36.226.164.62',NULL),(9019,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,6,0,NULL,0,'null',1700640170,'web','36.226.164.62',NULL),(9020,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',3,'r',2,1,10,0,6,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\"}',1700640170,'web','36.226.164.62',NULL),(9021,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',3,'c',2,1,10,0,6,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\",\"stepid\":5,\"stepindex\":0}',1700640170,'web','36.226.164.62',NULL),(9022,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1700640171,'web','36.226.164.62',NULL),(9023,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1700640175,'web','36.226.164.62',NULL),(9024,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1700640177,'web','36.226.164.62',NULL),(9025,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1700640178,'web','36.226.164.62',NULL),(9026,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1700640178,'web','36.226.164.62',NULL),(9027,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700640179,'web','35.199.25.81',NULL),(9028,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1700640179,'web','36.226.164.62',NULL),(9029,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700640179,'web','34.145.165.227',NULL),(9030,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700640181,'web','34.145.165.227',NULL),(9031,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',139,'c',2,79,70,40,21,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u300a\\u6b7b\\u4ea1\\u8207\\u5b88\\u8ca1\\u5974\\u300b(Death and the Miser) \\u6cb9\\u5f69\\u4f5c\\u54c1<br \\/>\\n\\u4e00\\u3001\\u6b77\\u53f2 <br \\/>\\n1. \\u4f5c\\u54c1\\u7684\\u5275\\u9020\\u53f2\\uff1a<br \\/>\\n\\u9019\\u5e45\\u756b\\u8868\\u73fe15\\u4e16\\u7d00\\u6cd5\\u862d\\u5fb7\\u65af\\u4eba\\u7684\\u5b97\\u6559\\u60c5\\u64cd\\uff0c<br \\/>\\n\\u4e5f\\u662f\\u5c0d\\u805a\\u6582\\u7121\\u5ea6\\u7684\\u4e0a\\u5c64\\u4eba\\u58eb\\u7684\\u8b4f\\u8af7\\u3002<br \\/>\\n15\\u4e16\\u7d00\\u5c3c\\u5fb7\\u862d\\u7684\\u4eba\\u6587\\u4e3b\\u7fa9\\u5b78\\u8005\\u5011\\uff0c<br \\/>\\n\\u7528\\u7b46\\u63ed\\u9732\\u6559\\u6703\\u7684\\u8150\\u6557\\u3001\\u5c0d\\u6559\\u58eb\\u7684\\u8caa\\u5a6a\\u6deb\\u8569\\u3001<br \\/>\\n\\u795e\\u5b78\\u5bb6\\u7684\\u865b\\u5984\\u7121\\u77e5\\u3001\\u5c01\\u5efa\\u7d71\\u6cbb\\u8005\\u7684\\u4e0d\\u52de\\u800c\\u7372\\u548c<br \\/>\\n\\u611a\\u8822\\u9811\\u56fa\\uff0c\\u9032\\u884c\\u5c16\\u92b3\\u7684\\u8af7\\u523a\\u3001\\u63ed\\u9732\\u548c\\u62a8\\u64ca\\u3002<br \\/>\\n2. \\u5275\\u4f5c\\u8005\\u662fHieronymus Bosch<br \\/>\\n\\u300a\\u6b7b\\u4ea1\\u8207\\u5b88\\u8ca1\\u5974\\u300b\\u662f\\u4e00\\u5e45\\u4e09\\u806f\\u756b\\u7684\\u53f3\\u5074\\uff0c<br \\/>\\n\\u63cf\\u7e6a\\u4e00\\u500b\\u8caa\\u5f97\\u7121\\u53ad\\u7684\\u4e3b\\u4eba\\u7fc1\\uff0c\\u96d6\\u7136\\u91cd\\u75c5\\u5728\\u8e0f\\uff0c\\u4ecd\\u7136\\u5fc3\\u7e6b\\u91d1\\u9322\\u3002<br \\/>\\n\\u9019\\u4ef6\\u4f5c\\u54c1\\u63d0\\u9192\\u5927\\u8846\\u6b7b\\u4ea1\\u7684\\u5fc5\\u7136\\u6027\\uff0c\\u5c55\\u793a\\u4e86\\u7576\\u6642\\u4ee3\\u7684\\u300c\\u6b7b\\u4ea1\\u85dd\\u8853\\u300d\\u3002<br \\/>\\n\\u9019\\u526f\\u4f5c\\u54c1\\u65e8\\u5728\\u5e6b\\u52a9\\u57fa\\u7763\\u5f92\\u9078\\u64c7\\u57fa\\u7763\\uff0c\\u68c4\\u7d55\\u4eab\\u53d7\\u7f6a\\u4e2d\\u4e4b\\u6a02\\u3002<br \\/>\\n\\u300a\\u6b7b\\u4ea1\\u8207\\u5b88\\u8ca1\\u5974\\u300b\\u4e2d\\u8ff0\\u8aaa\\u5728\\u7240\\u4e0a\\u7684\\u4e3b\\u4eba\\u7fc1\\u5df2\\u7d93\\u983b\\u81e8\\u6b7b\\u4ea1\\uff0c\\u6b7b\\u795e\\u6b63\\u5728\\u9580\\u53e3\\u5411\\u4ed6\\u62db\\u624b\\uff1b\\u4e00\\u500b\\u919c\\u964b\\u7684\\u5c0f\\u9b3c\\u9084\\u62ff\\u8457\\u4e00\\u888b\\u91d1\\u5e63\\u5f15\\u8a98\\u4ed6\\u7684\\u9748\\u9b42\\uff0c\\u800c\\u5b88\\u8ca1\\u5974\\u7121\\u6cd5\\u62b5\\u6297\\u4e16\\u4fd7\\u7684\\u8a98\\u60d1\\uff0c\\u4f38\\u624b\\u8981\\u53bb\\u62ff\\u9b54\\u9b3c\\u6240\\u63d0\\u4f9b\\u7684\\u91d1\\u888b\\u5b50\\uff1b\\u7240\\u9802\\u4e0a\\u9084\\u6709\\u4e00\\u500b\\u9b54\\u9b3c\\u6b63\\u4fef\\u8996\\u4ed6\\uff1b\\u96d6\\u7136\\u4ed6\\u7684\\u5b88\\u8b77\\u5929\\u4f7f\\u4e00\\u76f4\\u5728\\u4ed6\\u7684\\u8eab\\u5f8c\\u7948\\u6c42\\uff0c\\u671f\\u671b\\u4ed6\\u80fd\\u5920\\u64e1\\u982d\\u4ef0\\u671b\\u5341\\u5b57\\u67b6\\u4e0a\\u5c04\\u4e0b\\u7684\\u5149\\u8f1d\\uff0c\\u4f46\\u662f\\u4f3c\\u4e4e\\u4e26\\u6c92\\u80fd\\u5f15\\u8d77\\u4ed6\\u7684\\u6ce8\\u610f\\u3002\\u96d6\\u7136\\u6211\\u5011\\u4e0d\\u77e5\\u9053\\u9019\\u500b\\u5b88\\u8ca1\\u5974\\u6700\\u5f8c\\u7684\\u9078\\u64c7\\uff0c\\u4f46\\u662f\\u5f9e\\u756b\\u9762\\u770b\\u4f86\\uff0c\\u4f3c\\u4e4e\\u5b83\\u7684\\u7d50\\u5c40\\u662f\\u53ef\\u60b2\\u7684\\u3002<br \\/>\\nHieronymus Bosch\\u756b\\u4f5c\\u4e2d\\u5c0d\\u7f6a\\u7684\\u8af7\\u523a\\uff0c\\u6709\\u6642\\u6703\\u7d50\\u5408\\u5947\\u5e7b\\u751f\\u7269\\u3001\\u8996\\u89ba\\u96d9\\u95dc\\u8a9e\\u548c\\u8afa\\u8a9e\\uff0c\\u662f\\u70ba\\u4e86\\u8c61\\u5fb5\\u7f6a\\u60e1\\u53ca\\u5176\\u5371\\u96aa\\u5f8c\\u679c\\u3002\\u96d6\\u7136\\u4e0d\\u662f\\u6240\\u6709\\u4eba\\u90fd\\u80fd\\u4e86\\u89e3\\uff0c\\u4f46\\u756b\\u9762\\u4e2d\\u5145\\u6eff\\u8457\\u8907\\u96dc\\u7684\\u5716\\u50cf\\u548c\\u5f37\\u5927\\u7684\\u9053\\u5fb7\\u5bd3\\u8a00\\u5728\\u6574\\u500b\\u6b50\\u6d32\\u90fd\\u5f88\\u53d7\\u6b61\\u8fce\\u3002<br \\/>\\n\\u4e8c\\u3001\\u985e\\u578b <br \\/>\\n1.\\u672c\\u4f5c\\u54c1\\u662f\\u6cb9\\u5f69<br \\/>\\n2 \\u672c\\u985e\\u578b (genre) \\u6240\\u5efa\\u7acb\\u7684\\u9810\\u671f\\u5f9e\\u6574\\u500b\\u4f5c\\u54c1\\u4f86\\u770b\\uff0c\\u662f\\u99ac\\u53ef\\u798f\\u97f38\\u7ae036\\u7bc0\\u6240\\u8aaa\\uff1a\\u300c\\u4eba\\u5c31\\u662f\\u8cfa\\u5f97\\u5168\\u4e16\\u754c\\uff0c\\u8ce0\\u4e0a\\u81ea\\u5df1\\u7684\\u751f\\u547d\\uff0c\\u6709\\u751a\\u9ebc\\u76ca\\u8655\\u5462\\uff1f\\u300d\\u548c\\u63d0\\u6469\\u592a\\u524d\\u66f86:9-10:\\u300c\\u53ea\\u8981\\u6709\\u8863\\u6709\\u98df\\uff0c\\u5c31\\u7576\\u77e5\\u8db3\\u3002\\u4f46\\u90a3\\u4e9b\\u60f3\\u8981\\u767c\\u8ca1\\u7684\\u4eba\\uff0c\\u5c31\\u73fe\\u5728\\u8ff7\\u60d1\\uff0c\\u843d\\u5728\\u7db2\\u7f85\\u548c\\u8a31\\u591a\\u7121\\u77e5\\u6709\\u5bb3\\u7684\\u79c1\\u617e\\u54e9\\uff0c\\u53eb\\u4eba\\u6c89\\u5728\\u6557\\u58de\\u548c\\u6ec5\\u4ea1\\u4e2d\\u3002\\u8caa\\u8ca1\\u662f\\u842c\\u60e1\\u4e4b\\u6839\\u3002\\u6709\\u4eba\\u8caa\\u6200\\u9322\\u8ca1\\uff0c\\u5c31\\u88ab\\u5f15\\u8a98\\u96e2\\u4e86\\u771f\\u9053\\uff0c\\u7528\\u8a31\\u591a\\u6101\\u82e6\\u628a\\u81ea\\u5df1\\u523a\\u900f\\u4e86\\u3002\\u300d<br \\/>\\n3. \\u672c\\u4f5c\\u54c1\\u7528\\u597d\\u5e7e\\u500b\\u9b3c\\u570d\\u7e5e\\u5728\\u4ed6\\u7684\\u5468\\u570d\\uff0c\\u96d6\\u6709\\u5929\\u4f7f\\u62db\\u559a\\uff0c\\u4f46\\u4ed6\\u7684\\u9748\\u9b42\\u4f3c\\u4e4e\\u5df2\\u9019\\u5b9a\\u8981\\u88ab\\u8caa\\u5a6a\\u4e4b\\u9b3c\\u63a7\\u5236\\u3002\\u6574\\u500b\\u756b\\u9762\\u6709\\u6eff\\u8db3\\u548c\\u56de\\u61c9\\u4e0a\\u8ff0\\u671f\\u5f85 <br \\/>\\n\\u4e09\\u3001\\u5167\\u5bb9 <br \\/>\\n \\u672c\\u4f5c\\u54c1\\u6709\\u660e\\u986f\\u7684\\u5b97\\u6559\\u529f\\u80fd\\uff0c\\u4f46\\u6c92\\u6709\\u8ac7\\u8ad6\\u5b97\\u6559\\u4e3b\\u984c\\uff0c\\u6709\\u6307\\u6d89\\u5b97\\u6559\\u6587\\u672c\\uff0c\\u5728\\u7d42\\u6975\\u95dc\\u61f7\\u65b9\\u9762\\uff0c\\u6709\\u4f7f\\u4e16\\u754c\\u6b78\\u6b63\\u7684\\u610f\\u5716\\u3002\\u672c\\u4f5c\\u54c1\\u6709\\u523b\\u610f\\u4e0d\\u7f8e \\uff0c\\u4f46\\u5b83\\u50b3\\u9054\\u4e86\\u6211\\u5011\\u4e00\\u751f\\u5982\\u4f55\\u9078\\u64c7\\u5c07\\u5f71\\u97ff\\u6211\\u5011\\u7684\\u6c38\\u751f\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1700641131,'web','175.182.9.196',NULL),(9032,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',139,'c',2,79,70,40,21,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1700641131,'web','175.182.9.196',NULL),(9033,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',118,'c',2,79,70,40,21,2,21,0,'{\"forumid\":12,\"discussion\":9}',1700641131,'web','175.182.9.196',NULL),(9034,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,21,2,NULL,0,'null',1700641132,'web','175.182.9.196',NULL),(9035,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',139,'c',2,79,70,40,21,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u300a\\u6b7b\\u4ea1\\u8207\\u5b88\\u8ca1\\u5974\\u300b(Death and the Miser) \\u6cb9\\u5f69\\u4f5c\\u54c1<br>\\r\\n\\u4e00\\u3001\\u6b77\\u53f2 <br>\\r\\n1. \\u4f5c\\u54c1\\u7684\\u5275\\u9020\\u53f2\\uff1a<br>\\r\\n\\u9019\\u5e45\\u756b\\u8868\\u73fe15\\u4e16\\u7d00\\u6cd5\\u862d\\u5fb7\\u65af\\u4eba\\u7684\\u5b97\\u6559\\u60c5\\u64cd\\uff0c<br>\\r\\n\\u4e5f\\u662f\\u5c0d\\u805a\\u6582\\u7121\\u5ea6\\u7684\\u4e0a\\u5c64\\u4eba\\u58eb\\u7684\\u8b4f\\u8af7\\u3002<br>\\r\\n15\\u4e16\\u7d00\\u5c3c\\u5fb7\\u862d\\u7684\\u4eba\\u6587\\u4e3b\\u7fa9\\u5b78\\u8005\\u5011\\uff0c<br>\\r\\n\\u7528\\u7b46\\u63ed\\u9732\\u6559\\u6703\\u7684\\u8150\\u6557\\u3001\\u5c0d\\u6559\\u58eb\\u7684\\u8caa\\u5a6a\\u6deb\\u8569\\u3001<br>\\r\\n\\u795e\\u5b78\\u5bb6\\u7684\\u865b\\u5984\\u7121\\u77e5\\u3001\\u5c01\\u5efa\\u7d71\\u6cbb\\u8005\\u7684\\u4e0d\\u52de\\u800c\\u7372\\u548c<br>\\r\\n\\u611a\\u8822\\u9811\\u56fa\\uff0c\\u9032\\u884c\\u5c16\\u92b3\\u7684\\u8af7\\u523a\\u3001\\u63ed\\u9732\\u548c\\u62a8\\u64ca\\u3002<br>\\r\\n2. \\u5275\\u4f5c\\u8005\\u662fHieronymus Bosch<br>\\r\\n\\u300a\\u6b7b\\u4ea1\\u8207\\u5b88\\u8ca1\\u5974\\u300b\\u662f\\u4e00\\u5e45\\u4e09\\u806f\\u756b\\u7684\\u53f3\\u5074\\uff0c<br>\\r\\n\\u63cf\\u7e6a\\u4e00\\u500b\\u8caa\\u5f97\\u7121\\u53ad\\u7684\\u4e3b\\u4eba\\u7fc1\\uff0c\\u96d6\\u7136\\u91cd\\u75c5\\u5728\\u8e0f\\uff0c\\u4ecd\\u7136\\u5fc3\\u7e6b\\u91d1\\u9322\\u3002<br>\\r\\n\\u9019\\u4ef6\\u4f5c\\u54c1\\u63d0\\u9192\\u5927\\u8846\\u6b7b\\u4ea1\\u7684\\u5fc5\\u7136\\u6027\\uff0c\\u5c55\\u793a\\u4e86\\u7576\\u6642\\u4ee3\\u7684\\u300c\\u6b7b\\u4ea1\\u85dd\\u8853\\u300d\\u3002<br>\\r\\n\\u9019\\u526f\\u4f5c\\u54c1\\u65e8\\u5728\\u5e6b\\u52a9\\u57fa\\u7763\\u5f92\\u9078\\u64c7\\u57fa\\u7763\\uff0c\\u68c4\\u7d55\\u4eab\\u53d7\\u7f6a\\u4e2d\\u4e4b\\u6a02\\u3002<br>\\r\\n\\u300a\\u6b7b\\u4ea1\\u8207\\u5b88\\u8ca1\\u5974\\u300b\\u4e2d\\u8ff0\\u8aaa\\u5728\\u7240\\u4e0a\\u7684\\u4e3b\\u4eba\\u7fc1\\u5df2\\u7d93\\u983b\\u81e8\\u6b7b\\u4ea1\\uff0c\\u6b7b\\u795e\\u6b63\\u5728\\u9580\\u53e3\\u5411\\u4ed6\\u62db\\u624b\\uff1b\\u4e00\\u500b\\u919c\\u964b\\u7684\\u5c0f\\u9b3c\\u9084\\u62ff\\u8457\\u4e00\\u888b\\u91d1\\u5e63\\u5f15\\u8a98\\u4ed6\\u7684\\u9748\\u9b42\\uff0c\\u800c\\u5b88\\u8ca1\\u5974\\u7121\\u6cd5\\u62b5\\u6297\\u4e16\\u4fd7\\u7684\\u8a98\\u60d1\\uff0c\\u4f38\\u624b\\u8981\\u53bb\\u62ff\\u9b54\\u9b3c\\u6240\\u63d0\\u4f9b\\u7684\\u91d1\\u888b\\u5b50\\uff1b\\u7240\\u9802\\u4e0a\\u9084\\u6709\\u4e00\\u500b\\u9b54\\u9b3c\\u6b63\\u4fef\\u8996\\u4ed6\\uff1b\\u96d6\\u7136\\u4ed6\\u7684\\u5b88\\u8b77\\u5929\\u4f7f\\u4e00\\u76f4\\u5728\\u4ed6\\u7684\\u8eab\\u5f8c\\u7948\\u6c42\\uff0c\\u671f\\u671b\\u4ed6\\u80fd\\u5920\\u64e1\\u982d\\u4ef0\\u671b\\u5341\\u5b57\\u67b6\\u4e0a\\u5c04\\u4e0b\\u7684\\u5149\\u8f1d\\uff0c\\u4f46\\u662f\\u4f3c\\u4e4e\\u4e26\\u6c92\\u80fd\\u5f15\\u8d77\\u4ed6\\u7684\\u6ce8\\u610f\\u3002\\u96d6\\u7136\\u6211\\u5011\\u4e0d\\u77e5\\u9053\\u9019\\u500b\\u5b88\\u8ca1\\u5974\\u6700\\u5f8c\\u7684\\u9078\\u64c7\\uff0c\\u4f46\\u662f\\u5f9e\\u756b\\u9762\\u770b\\u4f86\\uff0c\\u4f3c\\u4e4e\\u5b83\\u7684\\u7d50\\u5c40\\u662f\\u53ef\\u60b2\\u7684\\u3002<br>\\r\\nHieronymus Bosch\\u756b\\u4f5c\\u4e2d\\u5c0d\\u7f6a\\u7684\\u8af7\\u523a\\uff0c\\u6709\\u6642\\u6703\\u7d50\\u5408\\u5947\\u5e7b\\u751f\\u7269\\u3001\\u8996\\u89ba\\u96d9\\u95dc\\u8a9e\\u548c\\u8afa\\u8a9e\\uff0c\\u662f\\u70ba\\u4e86\\u8c61\\u5fb5\\u7f6a\\u60e1\\u53ca\\u5176\\u5371\\u96aa\\u5f8c\\u679c\\u3002\\u96d6\\u7136\\u4e0d\\u662f\\u6240\\u6709\\u4eba\\u90fd\\u80fd\\u4e86\\u89e3\\uff0c\\u4f46\\u756b\\u9762\\u4e2d\\u5145\\u6eff\\u8457\\u8907\\u96dc\\u7684\\u5716\\u50cf\\u548c\\u5f37\\u5927\\u7684\\u9053\\u5fb7\\u5bd3\\u8a00\\u5728\\u6574\\u500b\\u6b50\\u6d32\\u90fd\\u5f88\\u53d7\\u6b61\\u8fce\\u3002<br>\\r\\n\\u4e8c\\u3001\\u985e\\u578b <br>\\r\\n1.\\u672c\\u4f5c\\u54c1\\u662f\\u6cb9\\u5f69<br>\\r\\n2 \\u672c\\u985e\\u578b (genre) \\u6240\\u5efa\\u7acb\\u7684\\u9810\\u671f\\u5f9e\\u6574\\u500b\\u4f5c\\u54c1\\u4f86\\u770b\\uff0c\\u662f\\u99ac\\u53ef\\u798f\\u97f38\\u7ae036\\u7bc0\\u6240\\u8aaa\\uff1a\\u300c\\u4eba\\u5c31\\u662f\\u8cfa\\u5f97\\u5168\\u4e16\\u754c\\uff0c\\u8ce0\\u4e0a\\u81ea\\u5df1\\u7684\\u751f\\u547d\\uff0c\\u6709\\u751a\\u9ebc\\u76ca\\u8655\\u5462\\uff1f\\u300d\\u548c\\u63d0\\u6469\\u592a\\u524d\\u66f86:9-10:\\u300c\\u53ea\\u8981\\u6709\\u8863\\u6709\\u98df\\uff0c\\u5c31\\u7576\\u77e5\\u8db3\\u3002\\u4f46\\u90a3\\u4e9b\\u60f3\\u8981\\u767c\\u8ca1\\u7684\\u4eba\\uff0c\\u5c31\\u73fe\\u5728\\u8ff7\\u60d1\\uff0c\\u843d\\u5728\\u7db2\\u7f85\\u548c\\u8a31\\u591a\\u7121\\u77e5\\u6709\\u5bb3\\u7684\\u79c1\\u617e\\u54e9\\uff0c\\u53eb\\u4eba\\u6c89\\u5728\\u6557\\u58de\\u548c\\u6ec5\\u4ea1\\u4e2d\\u3002\\u8caa\\u8ca1\\u662f\\u842c\\u60e1\\u4e4b\\u6839\\u3002\\u6709\\u4eba\\u8caa\\u6200\\u9322\\u8ca1\\uff0c\\u5c31\\u88ab\\u5f15\\u8a98\\u96e2\\u4e86\\u771f\\u9053\\uff0c\\u7528\\u8a31\\u591a\\u6101\\u82e6\\u628a\\u81ea\\u5df1\\u523a\\u900f\\u4e86\\u3002\\u300d<br>\\r\\n3. \\u672c\\u4f5c\\u54c1\\u7528\\u597d\\u5e7e\\u500b\\u9b3c\\u570d\\u7e5e\\u5728\\u4ed6\\u7684\\u5468\\u570d\\uff0c\\u96d6\\u6709\\u5929\\u4f7f\\u62db\\u559a\\uff0c\\u4f46\\u4ed6\\u7684\\u9748\\u9b42\\u4f3c\\u4e4e\\u5df2\\u9019\\u5b9a\\u8981\\u88ab\\u8caa\\u5a6a\\u4e4b\\u9b3c\\u63a7\\u5236\\u3002\\u6574\\u500b\\u756b\\u9762\\u6709\\u6eff\\u8db3\\u548c\\u56de\\u61c9\\u4e0a\\u8ff0\\u671f\\u5f85 <br>\\r\\n\\u4e09\\u3001\\u5167\\u5bb9 <br>\\r\\n \\u672c\\u4f5c\\u54c1\\u6709\\u660e\\u986f\\u7684\\u5b97\\u6559\\u529f\\u80fd\\uff0c\\u4f46\\u6c92\\u6709\\u8ac7\\u8ad6\\u5b97\\u6559\\u4e3b\\u984c\\uff0c\\u6709\\u6307\\u6d89\\u5b97\\u6559\\u6587\\u672c\\uff0c\\u5728\\u7d42\\u6975\\u95dc\\u61f7\\u65b9\\u9762\\uff0c\\u6709\\u4f7f\\u4e16\\u754c\\u6b78\\u6b63\\u7684\\u610f\\u5716\\u3002\\u672c\\u4f5c\\u54c1\\u6709\\u523b\\u610f\\u4e0d\\u7f8e \\uff0c\\u4f46\\u5b83\\u50b3\\u9054\\u4e86\\u6211\\u5011\\u4e00\\u751f\\u5982\\u4f55\\u9078\\u64c7\\u5c07\\u5f71\\u97ff\\u6211\\u5011\\u7684\\u6c38\\u751f\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":\"9\",\"triggeredfrom\":\"forum_update_post\"}',1700641462,'web','175.182.9.196',NULL),(9036,'\\mod_forum\\event\\post_updated','mod_forum','updated','post','forum_posts',139,'u',2,79,70,40,21,2,21,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1700641462,'web','175.182.9.196',NULL),(9037,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,21,2,NULL,0,'null',1700641462,'web','175.182.9.196',NULL),(9038,'\\core\\event\\notification_sent','core','sent','notification','notifications',1067,'c',0,1,10,0,20,0,6,0,'{\"courseid\":\"2\"}',1700642406,'cli',NULL,NULL),(9039,'\\core\\event\\notification_sent','core','sent','notification','notifications',1068,'c',0,1,10,0,20,0,23,0,'{\"courseid\":\"2\"}',1700642409,'cli',NULL,NULL),(9040,'\\core\\event\\notification_sent','core','sent','notification','notifications',1069,'c',0,1,10,0,20,0,20,0,'{\"courseid\":\"2\"}',1700642412,'cli',NULL,NULL),(9041,'\\core\\event\\notification_sent','core','sent','notification','notifications',1070,'c',0,1,10,0,20,0,2,0,'{\"courseid\":\"2\"}',1700642415,'cli',NULL,NULL),(9042,'\\core\\event\\notification_sent','core','sent','notification','notifications',1071,'c',0,1,10,0,21,0,6,0,'{\"courseid\":\"2\"}',1700644747,'cli',NULL,NULL),(9043,'\\core\\event\\notification_sent','core','sent','notification','notifications',1072,'c',0,1,10,0,21,0,11,0,'{\"courseid\":\"2\"}',1700644750,'cli',NULL,NULL),(9044,'\\core\\event\\notification_sent','core','sent','notification','notifications',1073,'c',0,1,10,0,21,0,23,0,'{\"courseid\":\"2\"}',1700644753,'cli',NULL,NULL),(9045,'\\core\\event\\notification_sent','core','sent','notification','notifications',1074,'c',0,1,10,0,21,0,5,0,'{\"courseid\":\"2\"}',1700644756,'cli',NULL,NULL),(9046,'\\core\\event\\notification_sent','core','sent','notification','notifications',1075,'c',0,1,10,0,21,0,21,0,'{\"courseid\":\"2\"}',1700644759,'cli',NULL,NULL),(9047,'\\core\\event\\notification_sent','core','sent','notification','notifications',1076,'c',0,1,10,0,21,0,20,0,'{\"courseid\":\"2\"}',1700644762,'cli',NULL,NULL),(9048,'\\core\\event\\notification_sent','core','sent','notification','notifications',1077,'c',0,1,10,0,21,0,2,0,'{\"courseid\":\"2\"}',1700644765,'cli',NULL,NULL),(9049,'\\core\\event\\notification_sent','core','sent','notification','notifications',1078,'c',0,1,10,0,21,0,14,0,'{\"courseid\":\"2\"}',1700644768,'cli',NULL,NULL),(9050,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700649720,'web','125.229.183.111',NULL),(9051,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1700649726,'web','125.229.183.111',NULL),(9052,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1700649727,'web','125.229.183.111',NULL),(9053,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1700649732,'web','125.229.183.111',NULL),(9054,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,22,2,NULL,0,'null',1700649744,'web','125.229.183.111',NULL),(9055,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1700650797,'web','125.229.183.111',NULL),(9056,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,22,2,NULL,0,'null',1700650805,'web','125.229.183.111',NULL),(9057,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',140,'c',2,83,70,44,22,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7f8e\\u8207\\u6b63\\u7fa9\\u7684\\u884c\\u52d5\\u4e4b\\u9593\\u7684\\u95dc\\u806f\\uff0c\\u96d6\\u7136\\u8b1b\\u8005\\u4f5c\\u4e86\\u4ee4\\u4eba\\u5370\\u8c61\\u6df1\\u523b\\u7684\\u5206\\u6790\\uff0c\\u4e5f\\u975e\\u5e38\\u6709\\u555f\\u767c\\u6027\\uff0c\\u7136\\u800c\\uff0c\\u5979\\u537b\\u6c92\\u6709\\u89e3\\u91cb\\uff0c\\u70ba\\u4ec0\\u9ebc\\u4eba\\u6703\\u5c0d\\u7f8e\\u7684\\u4e8b\\u7269\\u5f15\\u767c\\u90a3\\u4e9b\\u53cd\\u61c9\\uff1f\\u70ba\\u4ec0\\u9ebc\\u4eba\\u985e\\u6b23\\u8cde\\u7f8e\\u7684\\u4e8b\\u7269\\uff0c\\u800c\\u5176\\u4ed6\\u7269\\u7a2e\\u4e0d\\u6703\\uff1f\\u70ba\\u4ec0\\u9ebc\\u4eba\\u985e\\u63a5\\u4e0b\\u4f86\\u6703\\u56e0\\u70ba\\u51fa\\u65bc\\u63a5\\u89f8\\u300c\\u7f8e\\u300d\\u7684\\u611f\\u52d5\\u800c\\u5be6\\u73fe\\u6b63\\u7fa9\\uff1f\\u5728\\u57fa\\u7763\\u4fe1\\u4ef0\\u88e1\\uff0c\\u5176\\u5be6\\u53ef\\u4ee5\\u63d0\\u4f9b\\u4e0a\\u8ff0\\u9019\\u4e9b\\u554f\\u984c\\u7684\\u89e3\\u7b54~\\u4eba\\u662f\\u6309\\u8457\\u795e\\u7684\\u5f62\\u8c61\\u8207\\u6a23\\u5f0f\\u6240\\u9020\\u3002\\u6240\\u4ee5\\uff0c\\u5728\\u897f\\u65b9\\u4e16\\u754c\\u4ee5\\u5916\\u7684\\u5176\\u4ed6\\u6587\\u5316\\u793e\\u7fa4\\uff0c\\u4e5f\\u53ef\\u4ee5\\u627e\\u5230\\u985e\\u4f3c\\u7684\\u5171\\u540c\\u9ede~\\u8ffd\\u6c42\\u7f8e\\u8207\\u516c\\u7fa9\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":11,\"triggeredfrom\":\"forum_add_new_post\"}',1700650813,'web','125.229.183.111',NULL),(9058,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',140,'c',2,83,70,44,22,2,NULL,0,'{\"discussionid\":11,\"forumid\":14,\"forumtype\":\"single\"}',1700650813,'web','125.229.183.111',NULL),(9059,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',119,'c',2,83,70,44,22,2,22,0,'{\"forumid\":14,\"discussion\":11}',1700650813,'web','125.229.183.111',NULL),(9060,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,22,2,NULL,0,'null',1700650813,'web','125.229.183.111',NULL),(9061,'\\core\\event\\notification_sent','core','sent','notification','notifications',1079,'c',0,1,10,0,22,0,6,0,'{\"courseid\":\"2\"}',1700654466,'cli',NULL,NULL),(9062,'\\core\\event\\notification_sent','core','sent','notification','notifications',1080,'c',0,1,10,0,22,0,17,0,'{\"courseid\":\"2\"}',1700654469,'cli',NULL,NULL),(9063,'\\core\\event\\notification_sent','core','sent','notification','notifications',1081,'c',0,1,10,0,22,0,11,0,'{\"courseid\":\"2\"}',1700654474,'cli',NULL,NULL),(9064,'\\core\\event\\notification_sent','core','sent','notification','notifications',1082,'c',0,1,10,0,22,0,23,0,'{\"courseid\":\"2\"}',1700654477,'cli',NULL,NULL),(9065,'\\core\\event\\notification_sent','core','sent','notification','notifications',1083,'c',0,1,10,0,22,0,13,0,'{\"courseid\":\"2\"}',1700654480,'cli',NULL,NULL),(9066,'\\core\\event\\notification_sent','core','sent','notification','notifications',1084,'c',0,1,10,0,22,0,5,0,'{\"courseid\":\"2\"}',1700654483,'cli',NULL,NULL),(9067,'\\core\\event\\notification_sent','core','sent','notification','notifications',1085,'c',0,1,10,0,22,0,21,0,'{\"courseid\":\"2\"}',1700654485,'cli',NULL,NULL),(9068,'\\core\\event\\notification_sent','core','sent','notification','notifications',1086,'c',0,1,10,0,22,0,20,0,'{\"courseid\":\"2\"}',1700654488,'cli',NULL,NULL),(9069,'\\core\\event\\notification_sent','core','sent','notification','notifications',1087,'c',0,1,10,0,22,0,16,0,'{\"courseid\":\"2\"}',1700654491,'cli',NULL,NULL),(9070,'\\core\\event\\notification_sent','core','sent','notification','notifications',1088,'c',0,1,10,0,22,0,22,0,'{\"courseid\":\"2\"}',1700654494,'cli',NULL,NULL),(9071,'\\core\\event\\notification_sent','core','sent','notification','notifications',1089,'c',0,1,10,0,22,0,2,0,'{\"courseid\":\"2\"}',1700654497,'cli',NULL,NULL),(9072,'\\core\\event\\notification_sent','core','sent','notification','notifications',1090,'c',0,1,10,0,22,0,19,0,'{\"courseid\":\"2\"}',1700654499,'cli',NULL,NULL),(9073,'\\core\\event\\notification_sent','core','sent','notification','notifications',1091,'c',0,1,10,0,22,0,14,0,'{\"courseid\":\"2\"}',1700654502,'cli',NULL,NULL),(9074,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700657754,'web','42.76.188.107',NULL),(9075,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1700657796,'web','42.76.188.107',NULL),(9076,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1700657796,'web','42.76.188.107',NULL),(9077,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1700657799,'web','42.76.188.107',NULL),(9078,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,19,2,NULL,0,'null',1700657806,'web','42.76.188.107',NULL),(9079,'\\core\\event\\notification_sent','core','sent','notification','notifications',1092,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"1\"}',1700657826,'cli',NULL,NULL),(9080,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,19,2,NULL,0,'null',1700659190,'web','42.76.188.107',NULL),(9081,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,19,2,NULL,0,'{\"assignid\":\"1\"}',1700659190,'web','42.76.188.107',NULL),(9082,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,19,2,NULL,0,'null',1700659193,'web','42.76.188.107',NULL),(9083,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,19,2,NULL,0,'null',1700659298,'web','42.76.188.107',NULL),(9084,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1700681422,'web','175.182.9.196',NULL),(9085,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1700681448,'web','175.182.9.196',NULL),(9086,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,21,2,NULL,0,'null',1700681448,'web','175.182.9.196',NULL),(9087,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,21,2,NULL,0,'null',1700681472,'web','175.182.9.196',NULL),(9088,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,21,2,NULL,0,'null',1700681487,'web','175.182.9.196',NULL),(9089,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,21,2,NULL,0,'null',1700681494,'web','175.182.9.196',NULL),(9090,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700710979,'web','73.219.6.51',NULL),(9091,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1700710984,'web','73.219.6.51',NULL),(9092,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1700710984,'web','73.219.6.51',NULL),(9093,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700710986,'web','73.219.6.51',NULL),(9094,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1700710995,'web','73.219.6.51',NULL),(9095,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1700710996,'web','73.219.6.51',NULL),(9096,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,2,2,NULL,0,'null',1700711007,'web','73.219.6.51',NULL),(9097,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,2,2,NULL,0,'null',1700711008,'web','73.219.6.51',NULL),(9098,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',1,'r',2,27,70,8,2,2,NULL,0,'null',1700711220,'web','73.219.6.51',NULL),(9099,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700711225,'web','73.219.6.51',NULL),(9100,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1700711228,'web','73.219.6.51',NULL),(9101,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1700711253,'web','73.219.6.51',NULL),(9102,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1700711257,'web','73.219.6.51',NULL),(9103,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1700711257,'web','73.219.6.51',NULL),(9104,'\\core\\event\\user_graded','core','graded','user','grade_grades',292,'u',1,16,50,2,2,2,21,0,'{\"itemid\":\"18\",\"overridden\":false,\"finalgrade\":6}',1700711342,'web','73.219.6.51',NULL),(9105,'\\core\\event\\user_graded','core','graded','user','grade_grades',196,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":16}',1700711342,'web','73.219.6.51',NULL),(9106,'\\core\\event\\user_graded','core','graded','user','grade_grades',70,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":83}',1700711342,'web','73.219.6.51',NULL),(9107,'\\core\\event\\user_graded','core','graded','user','grade_grades',312,'u',1,16,50,2,2,2,20,0,'{\"itemid\":\"19\",\"overridden\":false,\"finalgrade\":10}',1700711411,'web','73.219.6.51',NULL),(9108,'\\core\\event\\user_graded','core','graded','user','grade_grades',195,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":30}',1700711411,'web','73.219.6.51',NULL),(9109,'\\core\\event\\user_graded','core','graded','user','grade_grades',41,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":106.7}',1700711411,'web','73.219.6.51',NULL),(9110,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700716490,'web','221.179.144.153',NULL),(9111,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700724064,'web','34.245.128.38',NULL),(9112,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700725715,'web','34.220.16.150',NULL),(9113,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700730841,'web','123.193.67.155',NULL),(9114,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700732723,'web','114.253.43.3',NULL),(9115,'\\core\\event\\user_loggedin','core','loggedin','user','user',13,'r',0,1,10,0,13,0,NULL,0,'{\"username\":\"hellenwangbj@163.com\",\"extrauserinfo\":[]}',1700732735,'web','114.253.43.3',NULL),(9116,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1700732736,'web','114.253.43.3',NULL),(9117,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1700732738,'web','114.253.43.3',NULL),(9118,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,13,2,13,0,'null',1700732741,'web','114.253.43.3',NULL),(9119,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,13,2,NULL,0,'null',1700732770,'web','114.253.43.3',NULL),(9120,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,13,2,NULL,0,'null',1700732777,'web','114.253.43.3',NULL),(9121,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700735605,'web','108.181.37.50',NULL),(9122,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1700735617,'web','108.181.37.50',NULL),(9123,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1700735619,'web','108.181.37.50',NULL),(9124,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1700735624,'web','223.104.212.95',NULL),(9125,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1700735630,'web','223.104.212.95',NULL),(9126,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700735635,'web','108.181.37.50',NULL),(9127,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1700735640,'web','108.181.37.50',NULL),(9128,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1700735652,'web','108.181.37.50',NULL),(9129,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1700735653,'web','108.181.37.50',NULL),(9130,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1700735658,'web','108.181.37.50',NULL),(9131,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,15,2,NULL,0,'null',1700735675,'web','108.181.37.50',NULL),(9132,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,15,2,NULL,0,'null',1700735675,'web','108.181.37.50',NULL),(9133,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1700735684,'web','223.104.212.95',NULL),(9134,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,15,2,NULL,0,'null',1700735694,'web','223.104.212.95',NULL),(9135,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,15,2,NULL,0,'null',1700735694,'web','223.104.212.95',NULL),(9136,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700736805,'web','36.229.147.199',NULL),(9137,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1700736813,'web','36.229.147.199',NULL),(9138,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1700736813,'web','36.229.147.199',NULL),(9139,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1700736818,'web','36.229.147.199',NULL),(9140,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,11,2,NULL,0,'null',1700736829,'web','36.229.147.199',NULL),(9141,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,11,2,NULL,0,'null',1700736838,'web','36.229.147.199',NULL),(9142,'\\core\\event\\notification_sent','core','sent','notification','notifications',1093,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"1\"}',1700736847,'cli',NULL,NULL),(9143,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700737381,'web','42.76.188.107',NULL),(9144,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1700737391,'web','27.96.224.186',NULL),(9145,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,20,2,NULL,0,'null',1700737391,'web','27.96.224.186',NULL),(9146,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1700737397,'web','42.76.188.107',NULL),(9147,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1700737397,'web','42.76.188.107',NULL),(9148,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700737576,'web','125.229.183.111',NULL),(9149,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700737590,'web','203.121.235.95',NULL),(9150,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700737695,'web','147.92.179.116',NULL),(9151,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1700737843,'web','203.121.235.95',NULL),(9152,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1700737843,'web','203.121.235.95',NULL),(9153,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1700737846,'web','203.121.235.95',NULL),(9154,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,6,2,NULL,0,'null',1700737855,'web','203.121.235.95',NULL),(9155,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,6,2,NULL,0,'null',1700737986,'web','203.121.235.95',NULL),(9156,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700739029,'web','153.122.73.25',NULL),(9157,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1700739478,'web','42.76.188.107',NULL),(9158,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1700739482,'web','42.76.188.107',NULL),(9159,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,19,2,NULL,0,'null',1700739488,'web','42.76.188.107',NULL),(9160,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,19,2,NULL,0,'null',1700739493,'web','42.76.188.107',NULL),(9161,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700742849,'web','73.219.6.51',NULL),(9162,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1700742853,'web','73.219.6.51',NULL),(9163,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1700742853,'web','73.219.6.51',NULL),(9164,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700742856,'web','73.219.6.51',NULL),(9165,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1700742861,'web','73.219.6.51',NULL),(9166,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1700742861,'web','73.219.6.51',NULL),(9167,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700744357,'web','36.229.147.199',NULL),(9168,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1700744365,'web','36.229.147.199',NULL),(9169,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1700744365,'web','36.229.147.199',NULL),(9170,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1700744367,'web','36.229.147.199',NULL),(9171,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,11,2,NULL,0,'null',1700744376,'web','36.229.147.199',NULL),(9172,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,11,2,NULL,0,'{\"assignid\":\"1\"}',1700744376,'web','36.229.147.199',NULL),(9173,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700745215,'web','73.219.6.51',NULL),(9174,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1700745229,'web','73.219.6.51',NULL),(9175,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1700745229,'web','73.219.6.51',NULL),(9176,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1700745237,'web','114.253.43.3',NULL),(9177,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1700745252,'web','114.253.43.3',NULL),(9178,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700745261,'web','119.80.11.34',NULL),(9179,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,13,2,NULL,0,'null',1700745263,'web','114.253.43.3',NULL),(9180,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,13,2,NULL,0,'{\"assignid\":\"1\"}',1700745264,'web','114.253.43.3',NULL),(9181,'\\core\\event\\user_loggedin','core','loggedin','user','user',12,'r',0,1,10,0,12,0,NULL,0,'{\"username\":\"fishalive@sohu.com\",\"extrauserinfo\":[]}',1700745301,'web','119.80.11.34',NULL),(9182,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,12,1,NULL,0,'null',1700745301,'web','119.80.11.34',NULL),(9183,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1700745304,'web','119.80.11.34',NULL),(9184,'\\core\\event\\notification_sent','core','sent','notification','notifications',1094,'c',0,1,10,0,0,0,12,0,'{\"courseid\":\"1\"}',1700745307,'cli',NULL,NULL),(9185,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,12,2,NULL,0,'null',1700745312,'web','119.80.11.34',NULL),(9186,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,12,2,NULL,0,'{\"assignid\":\"1\"}',1700745312,'web','119.80.11.34',NULL),(9187,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,12,2,NULL,0,'null',1700745569,'web','119.80.11.34',NULL),(9188,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,13,2,NULL,0,'null',1700745582,'web','114.253.43.3',NULL),(9189,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,12,2,NULL,0,'null',1700745596,'web','119.80.11.34',NULL),(9190,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1700745610,'web','73.219.6.51',NULL),(9191,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,2,2,2,0,'{\"assignid\":\"1\"}',1700745611,'web','73.219.6.51',NULL),(9192,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,12,2,NULL,0,'null',1700745620,'web','119.80.11.34',NULL),(9193,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,6,2,NULL,0,'null',1700745624,'web','203.121.235.95',NULL),(9194,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,12,2,NULL,0,'null',1700745628,'web','119.80.11.34',NULL),(9195,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,12,2,NULL,0,'{\"assignid\":\"1\"}',1700745628,'web','119.80.11.34',NULL),(9196,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,12,2,NULL,0,'null',1700745637,'web','119.80.11.34',NULL),(9197,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,12,2,12,0,'{\"assignid\":\"1\"}',1700745637,'web','119.80.11.34',NULL),(9198,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,6,2,NULL,0,'null',1700745638,'web','203.121.235.95',NULL),(9199,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,6,2,NULL,0,'{\"assignid\":\"1\"}',1700745639,'web','203.121.235.95',NULL),(9200,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,6,2,NULL,0,'null',1700745641,'web','203.121.235.95',NULL),(9201,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,6,2,6,0,'{\"assignid\":\"1\"}',1700745641,'web','203.121.235.95',NULL),(9202,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,12,2,NULL,0,'null',1700745644,'web','119.80.11.34',NULL),(9203,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,12,2,NULL,0,'null',1700745644,'web','119.80.11.34',NULL),(9204,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,12,2,NULL,0,'{\"assignid\":\"1\"}',1700745645,'web','119.80.11.34',NULL),(9205,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,12,2,NULL,0,'null',1700745747,'web','119.80.11.34',NULL),(9206,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,12,2,NULL,0,'null',1700745749,'web','119.80.11.34',NULL),(9207,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,12,2,NULL,0,'null',1700745780,'web','119.80.11.34',NULL),(9208,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1700745858,'web','36.229.147.199',NULL),(9209,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1700745861,'web','36.229.147.199',NULL),(9210,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,11,2,NULL,0,'null',1700745868,'web','36.229.147.199',NULL),(9211,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,12,2,NULL,0,'null',1700745907,'web','119.80.11.34',NULL),(9212,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,12,2,NULL,0,'null',1700745916,'web','119.80.11.34',NULL),(9213,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',12,'r',2,63,70,24,12,2,NULL,0,'null',1700745968,'web','119.80.11.34',NULL),(9214,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,13,2,NULL,0,'null',1700746007,'web','114.253.43.3',NULL),(9215,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,12,2,NULL,0,'null',1700746013,'web','119.80.11.34',NULL),(9216,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,12,2,NULL,0,'null',1700746018,'web','119.80.11.34',NULL),(9217,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,12,2,NULL,0,'null',1700746027,'web','119.80.11.34',NULL),(9218,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700746144,'web','124.64.23.28',NULL),(9219,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1700746150,'web','124.64.23.28',NULL),(9220,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1700746150,'web','124.64.23.28',NULL),(9221,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1700746153,'web','124.64.23.28',NULL),(9222,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,23,2,23,0,'null',1700746159,'web','124.64.23.28',NULL),(9223,'\\core\\event\\notification_sent','core','sent','notification','notifications',1095,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1700746206,'cli',NULL,NULL),(9224,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,23,2,NULL,0,'null',1700746236,'web','124.64.23.28',NULL),(9225,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,23,2,NULL,0,'{\"assignid\":\"1\"}',1700746236,'web','124.64.23.28',NULL),(9226,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,23,2,NULL,0,'null',1700746245,'web','124.64.23.28',NULL),(9227,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1700746289,'web','124.64.23.28',NULL),(9228,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1700746292,'web','124.64.23.28',NULL),(9229,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,23,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1700746296,'web','124.64.23.28',NULL),(9230,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,23,2,23,0,'null',1700746445,'web','124.64.23.28',NULL),(9231,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,23,2,NULL,0,'null',1700746520,'web','124.64.23.28',NULL),(9232,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,23,2,NULL,0,'null',1700746625,'web','124.64.23.28',NULL),(9233,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,23,2,NULL,0,'{\"assignid\":\"1\"}',1700746625,'web','124.64.23.28',NULL),(9234,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,23,2,NULL,0,'null',1700746724,'web','124.64.23.28',NULL),(9235,'\\core\\event\\user_loggedout','core','loggedout','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"sessionid\":\"vo46vmbcudmscl3nv3a670jbq2\"}',1700746742,'web','124.64.23.28',NULL),(9236,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700746742,'web','124.64.23.28',NULL),(9237,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700782703,'web','117.56.58.51',NULL),(9238,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1700782810,'web','117.56.58.51',NULL),(9239,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1700782810,'web','117.56.58.51',NULL),(9240,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1700782818,'web','117.56.58.51',NULL),(9241,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,14,2,NULL,0,'null',1700782832,'web','117.56.58.51',NULL),(9242,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,14,2,NULL,0,'null',1700782865,'web','117.56.58.51',NULL),(9243,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,14,2,NULL,0,'null',1700782918,'web','117.56.58.51',NULL),(9244,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,14,2,NULL,0,'{\"assignid\":\"1\"}',1700782918,'web','117.56.58.51',NULL),(9245,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,14,2,NULL,0,'null',1700782928,'web','117.56.58.51',NULL),(9246,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,14,2,14,0,'{\"assignid\":\"1\"}',1700782928,'web','117.56.58.51',NULL),(9247,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,14,2,NULL,0,'null',1700782994,'web','117.56.58.51',NULL),(9248,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,14,2,NULL,0,'{\"assignid\":\"1\"}',1700782994,'web','117.56.58.51',NULL),(9249,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700800023,'web','59.126.254.7',NULL),(9250,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1700800027,'web','59.126.254.7',NULL),(9251,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1700800028,'web','59.126.254.7',NULL),(9252,'\\core\\event\\notification_sent','core','sent','notification','notifications',1096,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"1\"}',1700800086,'cli',NULL,NULL),(9253,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1700800098,'web','59.126.254.7',NULL),(9254,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700834506,'web','58.211.23.183',NULL),(9255,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700867938,'web','54.202.165.132',NULL),(9256,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700869215,'web','27.247.162.92',NULL),(9257,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1700869226,'web','27.247.162.92',NULL),(9258,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1700869226,'web','27.247.162.92',NULL),(9259,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1700869265,'web','27.247.162.92',NULL),(9260,'\\core\\event\\notification_sent','core','sent','notification','notifications',1097,'c',0,1,10,0,0,0,22,0,'{\"courseid\":\"1\"}',1700869266,'cli',NULL,NULL),(9261,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,22,2,NULL,0,'null',1700869346,'web','27.247.162.92',NULL),(9262,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,22,2,NULL,0,'{\"assignid\":\"1\"}',1700869346,'web','27.247.162.92',NULL),(9263,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700887269,'web','73.219.6.51',NULL),(9264,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1700887273,'web','73.219.6.51',NULL),(9265,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1700887274,'web','73.219.6.51',NULL),(9266,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700887276,'web','73.219.6.51',NULL),(9267,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700887287,'web','73.219.6.51',NULL),(9268,'\\core\\event\\course_section_created','core','created','course_section','course_sections',15,'c',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":12}',1700887290,'web','73.219.6.51',NULL),(9269,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',15,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"12\"}',1700887311,'web','73.219.6.51',NULL),(9270,'\\core\\event\\course_module_created','core','created','course_module','course_modules',50,'c',1,89,70,50,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":15,\"name\":\"\\u586b\\u5beb\\u533f\\u540d\\u8868\\u55ae\\u4e26\\u7559\\u8a00\"}',1700887459,'web','73.219.6.51',NULL),(9271,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700887460,'web','73.219.6.51',NULL),(9272,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1700887463,'web','73.219.6.51',NULL),(9273,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700887495,'web','73.219.6.51',NULL),(9274,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',50,'u',1,89,70,50,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"15\",\"name\":\"\\u586b\\u5beb\\u533f\\u540d\\u8868\\u55ae\\u4e26\\u5728\\u6b64\\u7559\\u8a00\"}',1700887550,'web','73.219.6.51',NULL),(9275,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700887550,'web','73.219.6.51',NULL),(9276,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',50,'u',1,89,70,50,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"15\",\"name\":\"\\u533f\\u540d\\u8868\\u55ae\\u9023\\u7d50\\u8207\\u7559\\u8a00\\u8655\"}',1700887569,'web','73.219.6.51',NULL),(9277,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,2,2,NULL,0,'null',1700887576,'web','73.219.6.51',NULL),(9278,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700887590,'web','73.219.6.51',NULL),(9279,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',15,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"12\"}',1700887627,'web','73.219.6.51',NULL),(9280,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700887628,'web','73.219.6.51',NULL),(9281,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',12,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"11\"}',1700887658,'web','73.219.6.51',NULL),(9282,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',40,'u',1,79,70,40,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"12\",\"name\":\"\\u524d\\u7f6e\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u627e\\u8cc7\\u6599\\u4e26\\u5beb\\u8a3b\\u89e3\\uff08\\u6b77\\u53f2\\u3001\\u985e\\u578b\\uff09\"}',1700887667,'web','73.219.6.51',NULL),(9283,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',18,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u524d\\u7f6e\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u627e\\u8cc7\\u6599\\u4e26\\u5beb\\u8a3b\\u89e3\\uff08\\u6b77\\u53f2\\u3001\\u985e\\u578b\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1700887667,'web','73.219.6.51',NULL),(9284,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',43,'u',1,82,70,43,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"13\",\"name\":\"\\u524d\\u7f6e\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u56de\\u7b54\\u300c\\u5167\\u5bb9\\u300d\"}',1700887671,'web','73.219.6.51',NULL),(9285,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',19,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u524d\\u7f6e\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u56de\\u7b54\\u300c\\u5167\\u5bb9\\u300d whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1700887671,'web','73.219.6.51',NULL),(9286,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1700887679,'web','73.219.6.51',NULL),(9287,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1700888029,'web','73.219.6.51',NULL),(9288,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700888031,'web','73.219.6.51',NULL),(9289,'\\core\\event\\course_module_created','core','created','course_module','course_modules',51,'c',1,90,70,51,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":28,\"name\":\"\\u671f\\u672b\\u5831\\u544a\\u5beb\\u4f5c\\u6307\\u5357\"}',1700888058,'web','73.219.6.51',NULL),(9290,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700888058,'web','73.219.6.51',NULL),(9291,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1700888063,'web','73.219.6.51',NULL),(9292,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,2,2,NULL,0,'null',1700888176,'web','73.219.6.51',NULL),(9293,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700898801,'web','114.254.2.83',NULL),(9294,'\\core\\event\\user_loggedin','core','loggedin','user','user',13,'r',0,1,10,0,13,0,NULL,0,'{\"username\":\"hellenwangbj@163.com\",\"extrauserinfo\":[]}',1700898809,'web','114.254.2.83',NULL),(9295,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1700898809,'web','114.254.2.83',NULL),(9296,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1700898813,'web','114.254.2.83',NULL),(9297,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,13,2,13,0,'null',1700898816,'web','114.254.2.83',NULL),(9298,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,13,2,NULL,0,'null',1700898833,'web','114.254.2.83',NULL),(9299,'\\core\\event\\notification_sent','core','sent','notification','notifications',1098,'c',0,1,10,0,0,0,13,0,'{\"courseid\":\"1\"}',1700898846,'cli',NULL,NULL),(9300,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,13,2,NULL,0,'null',1700898862,'web','114.254.2.83',NULL),(9301,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',141,'c',2,82,70,43,13,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u62a5\\u544a\\u4f5c\\u54c1\\uff1a \\u7535\\u5f71\\u300a\\u5c71\\u4e4b\\u5916\\u300b<br \\/>\\n<br \\/>\\n1. \\u795e\\u5b78\\u8a9e\\u8a00\\uff08\\u53c3\\u8003\\u5927 R \\u5c0f r\\uff0c\\u5927 C \\u5c0f c\\uff09<br \\/>\\n\\u672c\\u4f5c\\u54c1\\u6709\\u660e\\u663e\\u7684\\u57fa\\u7763\\u6559\\u4e3b\\u9898\\uff0c\\u573a\\u666f\\u5927\\u591a\\u662f\\u5728\\u4fee\\u9053\\u9662\\u4e2d\\u53d1\\u751f\\u7684\\u3002\\u5176\\u4e2d\\u6d89\\u53ca\\u5fcf\\u6094\\u3001\\u8ba4\\u7f6a\\u7977\\u544a\\u3001\\u590d\\u6d3b\\u8282\\u671f\\u7b49\\u5185\\u5bb9\\u3002<br \\/>\\n<br \\/>\\n2. \\u7d42\\u6975\\u95dc\\u61f7\\uff08\\u53c3\\u8003\\u5927\\u5c0f\\u8abf\\u3001\\u85dd\\u8853\\u4e4b\\u96d9\\u5203\\uff09<br \\/>\\n\\u4f5c\\u54c1\\u901a\\u8fc7\\u4e24\\u4e2a\\u4ece\\u798f\\u5229\\u9662\\u957f\\u5927\\u7684\\u4e24\\u4e2a\\u5973\\u5b69\\u4e0d\\u540c\\u7684\\u4eba\\u751f\\u9009\\u62e9\\uff0c\\u8868\\u8fbe\\u4e86\\u4e0d\\u540c\\u7684\\u4eba\\u751f\\u4ef7\\u503c\\u3002\\u4e00\\u4e2a\\u5973\\u5b69\\u5728\\u4fee\\u9053\\u9662\\u627e\\u5230\\u4e86\\u63a5\\u7eb3\\u548c\\u7231\\uff0c\\u5728\\u4fe1\\u4ef0\\u91cc\\u627e\\u5230\\u4e86\\u4eba\\u751f\\u7684\\u7ec8\\u6781\\u610f\\u4e49\\u3002\\u800c\\u53e6\\u4e00\\u4e2a\\u5973\\u5b69\\u4e00\\u76f4\\u60f3\\u7740\\u8981\\u53bb\\u5fb7\\u56fd\\uff08\\u4ee3\\u8868\\u7740\\u65b0\\u5f00\\u59cb\\uff09\\uff0c\\u5728\\u90ae\\u8f6e\\u4e0a\\u4f5c\\u670d\\u52a1\\u5458\\u6765\\u4f5c\\u4e3a\\u672a\\u6765\\u7684\\u51fa\\u8def\\u3002\\u4e24\\u79cd\\u4ef7\\u503c\\u7684\\u51b2\\u649e\\uff0c\\u5bf9\\u4eba\\u751f\\u4e0d\\u540c\\u7684\\u89c4\\u5212\\uff0c\\u4f53\\u73b0\\u5728\\u5f71\\u7247\\u5bf9\\u4e24\\u4e2a\\u5973\\u5b69\\u89d2\\u8272\\u7684\\u5851\\u9020\\u4e2d\\u3002<br \\/>\\n<br \\/>\\n<br \\/>\\n3. \\u672c\\u4f5c\\u54c1\\u5448\\u73fe\\u660e\\u78ba\\u7684\\u7f8e\\u611f\\u55ce\\uff1f\\u6216\\u662f\\u5b83\\u523b\\u610f\\u4e0d\\u7f8e\\uff1f<br \\/>\\n\\u7535\\u5f71\\u5927\\u591a\\u62cd\\u6444\\u5728\\u51ac\\u5b63\\uff0c\\u523b\\u610f\\u7684\\u989c\\u8272\\u7684\\u5355\\u8c03\\uff0c\\u60f3\\u8868\\u8fbe\\u7684\\u662f\\u4fee\\u9053\\u9662\\u751f\\u6d3b\\u7684\\u7b80\\u6734\\u548c\\u5355\\u8c03\\u3002\\u4f46\\u662f\\u5973\\u4e3b\\u89d2\\u5728\\u8fd9\\u6837\\u7684\\u8272\\u5f69\\u4e2d\\uff0c\\u5374\\u662f\\u6df1\\u523b\\u6e05\\u6f88\\u7684\\u7f8e\\u3002\\u53e6\\u5916\\u4e00\\u4e2a\\u5973\\u5b69\\uff0c\\u4ee3\\u8868\\u7740\\u5bf9\\u4e16\\u754c\\u7684\\u8ffd\\u6c42\\uff0c\\u5979\\u7684\\u8863\\u670d\\u591a\\u662f\\u5f69\\u8272\\u7684\\uff0c\\u4f46\\u662f\\u5979\\u4f53\\u683c\\u9ad8\\u5927\\uff0c\\u6709\\u70b9\\u7537\\u751f\\u76f8\\uff0c\\u6211\\u60f3\\uff0c\\u4e5f\\u662f\\u5bfc\\u6f14\\u523b\\u610f\\u7684\\u9009\\u62e9\\u3002<br \\/>\\n\\u5f71\\u7247\\u4e2d\\u6700\\u7f8e\\u7684\\u4e00\\u4e2a\\u573a\\u666f\\u662f\\u4fee\\u9053\\u9662\\u7684\\u96ea\\u666f\\uff0c\\u4fee\\u5973\\u4eec\\u5728\\u96ea\\u4e2d\\u5fd9\\u788c\\u7740\\uff0c\\u6559\\u5802\\u7684\\u949f\\u58f0\\u54cd\\u8d77\\uff0c\\u6709\\u9644\\u8fd1\\u7684\\u6751\\u6c11\\u9646\\u9646\\u7eed\\u7eed\\u8d70\\u8fdb\\u6559\\u5802\\u3002\\u5f88\\u6734\\u7d20\\u7684\\u8272\\u5f69\\uff0c\\u4f46\\u662f\\u5f88\\u7f8e\\uff0c\\u5f88\\u5b81\\u9759\\u3002<br \\/>\\n<br \\/>\\n<br \\/>\\n4. \\u5b83\\u50b3\\u9054\\u54ea\\u4e9b\\u4fe1\\u606f\\uff1f\\u5b83\\u4fc3\\u4f7f\\u53d7\\u773e\\u505a\\u51fa\\u54ea\\u4e9b\\u56de\\u61c9\\uff1f\\u5b83\\u5982\\u4f55\\u505a\\u5230\\u9019\\u4e9b\\u4e8b\\uff1f<br \\/>\\n\\u5f71\\u7247\\u8bd5\\u56fe\\u5f15\\u5bfc\\u89c2\\u4f17\\u601d\\u8003\\u73b0\\u4ee3\\u548c\\u4f20\\u7edf\\u7684\\u51b2\\u7a81\\uff0c\\u4e24\\u79cd\\u751f\\u6d3b\\u65b9\\u5f0f\\u7684\\u51b2\\u7a81\\uff0c\\u4e24\\u79cd\\u4ef7\\u503c\\u7684\\u51b2\\u7a81\\u3002\\u9762\\u5bf9\\u672a\\u6765\\uff0c\\u9762\\u5bf9\\u56f0\\u5883\\uff0c\\u4eba\\u7684\\u9009\\u62e9\\u4f1a\\u6709\\u4ec0\\u4e48\\uff0c\\u4eba\\u4f1a\\u5982\\u4f55\\u505a\\u51fa\\u9009\\u62e9\\uff1f\\u4eba\\u5728\\u793e\\u7fa4\\u4e2d\\uff0c\\u4f1a\\u88ab\\u4f24\\u5bb3\\uff0c\\u4e5f\\u4f1a\\u88ab\\u63a5\\u7eb3\\u7167\\u987e\\uff0c\\u4eba\\u6027\\u4e5f\\u662f\\u5f88\\u590d\\u6742\\u3002\\u4f5c\\u54c1\\u53ef\\u80fd\\u4e0d\\u4f1a\\u5f15\\u5bfc\\u89c2\\u4f17\\u53bb\\u9a6c\\u4e0a\\u91c7\\u53d6\\u4f55\\u79cd\\u884c\\u52a8\\uff0c\\u4f46\\u662f\\u4f1a\\u5f15\\u53d1\\u89c2\\u4f17\\u5bf9\\u81ea\\u8eab\\u72b6\\u6001\\u7684\\u53cd\\u601d\\uff0c\\u4ee5\\u53ca\\u5bf9\\u4eba\\u751f\\u9009\\u62e9\\u3001\\u4eba\\u751f\\u610f\\u4e49\\u7684\\u601d\\u8003\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":10,\"triggeredfrom\":\"forum_add_new_post\"}',1700899982,'web','114.254.2.83',NULL),(9302,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',141,'c',2,82,70,43,13,2,NULL,0,'{\"discussionid\":10,\"forumid\":13,\"forumtype\":\"single\"}',1700899982,'web','114.254.2.83',NULL),(9303,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',120,'c',2,82,70,43,13,2,13,0,'{\"forumid\":13,\"discussion\":10}',1700899982,'web','114.254.2.83',NULL),(9304,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,13,2,NULL,0,'null',1700899983,'web','114.254.2.83',NULL),(9305,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,13,0,NULL,0,'null',1700899992,'web','114.254.2.83',NULL),(9306,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1700899996,'web','114.254.2.83',NULL),(9307,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,13,2,13,0,'null',1700899999,'web','114.254.2.83',NULL),(9308,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,13,2,NULL,0,'null',1700900045,'web','114.254.2.83',NULL),(9309,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,13,2,NULL,0,'null',1700900135,'web','114.254.2.83',NULL),(9310,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,13,2,NULL,0,'null',1700900168,'web','114.254.2.83',NULL),(9311,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,13,2,NULL,0,'{\"assignid\":\"1\"}',1700900168,'web','114.254.2.83',NULL),(9312,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,13,2,NULL,0,'null',1700900193,'web','114.254.2.83',NULL),(9313,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',142,'c',2,79,70,40,13,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u9009\\u62e9\\u4f5c\\u54c1\\uff1a \\u7535\\u5f71\\u300a\\u5c71\\u4e4b\\u5916\\u300b<br \\/>\\n<br \\/>\\n1. \\u5386\\u53f2<br \\/>\\n\\u4f5c\\u54c1\\u7684\\u521b\\u9020\\u53f2\\uff1a<br \\/>\\n2005\\u5e74\\uff0c\\u4e00\\u4e2a\\u5e74\\u8f7b\\u5973\\u5b69\\u524d\\u5f80\\u4f4d\\u4e8e\\u7f57\\u9a6c\\u5c3c\\u4e9a\\u5c71\\u533a\\u7684\\u4fee\\u9053\\u9662\\u63a2\\u8bbf\\u670b\\u53cb\\uff0c\\u4e09\\u4e2a\\u6708\\u540e\\uff0c\\u4eba\\u4eec\\u53d1\\u73b0\\u4e86\\u5979\\u7684\\u5c38\\u4f53\\u88ab\\u7ed1\\u5728\\u4e00\\u4e2a\\u5341\\u5b57\\u67b6\\u4e0a\\u3002\\u8fd9\\u5bb6\\u4fee\\u9053\\u9662\\u7684\\u5176\\u4ed6\\u4fee\\u5973\\u548c\\u795e\\u7236\\u8ba4\\u5b9a\\u5979\\u88ab\\u9b54\\u9b3c\\u9644\\u4f53\\uff0c\\u9700\\u8981\\u62ef\\u6551\\u7684\\u5979\\uff0c\\u88ab\\u7ed1\\u5728\\u5341\\u5b57\\u67b6\\u4e0a\\uff0c\\u5173\\u5728\\u4e00\\u95f4\\u5c4b\\u5b50\\u91cc\\u7981\\u98df\\u7528\\u4e09\\u5929\\u6700\\u7ec8\\u6b7b\\u53bb\\u3002\\u4e8b\\u540eBBC\\u8bb0\\u8005\\u8fdb\\u884c\\u4e86\\u5168\\u9762\\u7684\\u62a5\\u544a\\u3002\\u5bfc\\u6f14\\u8499\\u5409\\u88ab\\u8fd9\\u4e2a\\u4e8b\\u4ef6\\u5438\\u5f15\\uff0c\\u4ed6\\u540e\\u6765\\u5f97\\u4ee5\\u4e30\\u5bcc\\u8fd9\\u4e2a\\u6545\\u4e8b\\u3002<br \\/>\\n<br \\/>\\n\\u521b\\u4f5c\\u8005\\u7684\\u6765\\u5386\\u548c\\u8fc7\\u53bb\\u4f5c\\u54c1\\uff1a<br \\/>\\n\\u8fd9\\u90e8\\u7535\\u5f71\\u7684\\u7f16\\u5267\\u548c\\u5bfc\\u6f14\\u90fd\\u662f\\u514b\\u91cc\\u4e1d\\u8482\\u5b89\\u00b7\\u8499\\u5409\\uff0c\\u4ed6\\u662f\\u7f57\\u9a6c\\u5c3c\\u4e9a\\u8457\\u540d\\u5bfc\\u6f14\\u3002\\u4ed6\\u6700\\u521d\\u5c31\\u8bfb\\u4e8e\\u96c5\\u897f\\u5927\\u5b66\\u7684\\u82f1\\u7f8e\\u6587\\u5b66\\u4e13\\u4e1a\\uff0c\\u4e4b\\u540e\\u53c8\\u8fdb\\u5165\\u4e86\\u5e03\\u52a0\\u52d2\\u65af\\u7279\\u7684\\u7535\\u5f71\\u4e13\\u79d1\\u5b66\\u6821\\uff0c1999\\u5e74\\u4ed6\\u7684\\u6bd5\\u4e1a\\u4f5c\\u54c1\\u300aThe Hand of Paulista\\u300b\\u83b7\\u5f97\\u4e86\\u5b66\\u6821\\u7684\\u201c\\u5965\\u65af\\u5361\\u201d\\u5956\\u3002\\u4ed6\\u4e4b\\u540e\\u7684\\u4e09\\u90e8\\u77ed\\u7247\\u300aNothing by Chance\\u300b\\u3001\\u300aThe Firemen\'s Choir\\u300b\\u3001\\u300aZapping\\u300b\\u5728\\u56fd\\u9645\\u7535\\u5f71\\u8282\\u4e0a\\u90fd\\u9887\\u53d7\\u6b22\\u8fce\\u3002<br \\/>\\n2002\\u5e74\\u4ed6\\u7684\\u7b2c\\u4e00\\u90e8\\u957f\\u7247\\u300a\\u897f\\u65b9\\u300b\\u5165\\u9009\\u4e86\\u621b\\u7eb3\\u7535\\u5f71\\u8282\\uff0c\\u5e76\\u5728\\u4e00\\u4e9b\\u56fd\\u9645\\u7535\\u5f71\\u8282\\u4e0a\\u83b7\\u5f97\\u5927\\u5956\\u30022007\\u5e74\\uff0c\\u4ed6\\u7684\\u4f5c\\u54c1\\u300a\\u56db\\u6708\\u4e09\\u5468\\u4e24\\u5929\\u300b\\u5165\\u9009\\u7b2c60\\u5c4a\\u621b\\u7eb3\\u7535\\u5f71\\u8282\\u7ade\\u8d5b\\u5355\\u5143\\uff0c\\u5e76\\u83b7\\u5f97\\u5f53\\u5e74\\u7684\\u91d1\\u68d5\\u6988\\u5927\\u5956\\u3002<br \\/>\\n2012\\u5e74\\uff0c\\u514b\\u91cc\\u4e1d\\u8482\\u5b89\\u00b7\\u8499\\u5409\\u7684\\u6700\\u65b0\\u4f5c\\u54c1\\u300a\\u5c71\\u4e4b\\u5916\\u300b\\u5728\\u7b2c65\\u5c4a\\u621b\\u7eb3\\u7535\\u5f71\\u8282\\u4e0a\\u593a\\u5f97\\u6700\\u4f73\\u7f16\\u5267\\u3001\\u6700\\u4f73\\u5973\\u4e3b\\u89d2\\u7b49\\u591a\\u9879\\u5927\\u5956\\u3002<br \\/>\\n\\u4ed6\\u7684\\u540d\\u5b57\\u548c\\u4f5c\\u54c1\\u5728\\u56fd\\u5185\\u4e0d\\u592a\\u4e3a\\u4eba\\u6240\\u77e5\\u3002\\u4f46\\u8c46\\u74e3\\u5bf9\\u4ed6\\u7684\\u7535\\u5f71\\u90fd\\u6709\\u6253\\u5206\\uff0c\\u4e5f\\u53ef\\u80fd\\u662f\\u6587\\u5316\\u7684\\u8ddd\\u79bb\\uff0c\\u8ba9\\u4ed6\\u7684\\u7535\\u5f71\\u8bc4\\u5206\\u90fd\\u4e0d\\u662f\\u5f88\\u9ad8\\uff0c\\u4f4e\\u4e8e8\\uff0c\\u800c\\u4e14\\u5927\\u5bb6\\u5bf9\\u4ed6\\u4f5c\\u54c1\\u91cc\\u7684\\u4eba\\u7269\\u7684\\u89e3\\u8bfb\\u548c\\u652f\\u6301\\u6709\\u538b\\u5012\\u6027\\u7684\\u503e\\u659c\\u3002\\u5927\\u591a\\u662f\\u6279\\u5224\\u5b97\\u6559\\u7684\\u7981\\u6b32\\uff0c\\u5bf9\\u4eba\\u7684\\u538b\\u6291\\uff0c\\u8ff7\\u4fe1\\u548c\\u611a\\u6627\\u3002\\u7136\\u800c\\uff0c\\u6211\\u89c9\\u5f97\\u5927\\u90e8\\u5206\\u4eba\\u8bef\\u89e3\\u4e86\\u4ed6\\u7684\\u4f5c\\u54c1\\u3002<br \\/>\\n<br \\/>\\n2. \\u7c7b\\u578b<br \\/>\\n\\u8499\\u5409\\u6b64\\u7c7b\\u7535\\u5f71\\uff0c\\u8fdc\\u975e\\u597d\\u83b1\\u575e\\u7684\\u5927\\u5236\\u4f5c\\u5546\\u4e1a\\u7247\\u3002\\u4ed6\\u7684\\u4f5c\\u54c1\\uff0c\\u66f4\\u591a\\u7684\\u662f\\u5c0f\\u4f17\\u7684\\uff0c\\u662f\\u5f88\\u96be\\u521b\\u9020\\u5de8\\u5927\\u7684\\u5546\\u4e1a\\u4ef7\\u503c\\u7684\\u3002\\u6b64\\u7c7b\\u7535\\u5f71\\u5927\\u591a\\u88ab\\u5206\\u7c7b\\u4e3a\\u5267\\u60c5\\u7535\\u5f71\\u3002\\u4f46\\u662f\\uff0c\\u867d\\u4e3a\\u5267\\u60c5\\u7535\\u5f71\\uff0c\\u300a\\u5c71\\u4e4b\\u5916\\u300b\\u5728\\u524d2\\/3\\u7684\\u65f6\\u95f4\\u91cc\\uff0c\\u867d\\u7136\\u6709\\u4ef7\\u503c\\u51b2\\u7a81\\uff0c\\u4f46\\u662f\\u5f71\\u7247\\u63cf\\u8ff0\\u7684\\u90fd\\u662f\\u7ec6\\u8282\\u7684\\u65e5\\u5e38\\u751f\\u6d3b\\uff0c\\u5728\\u4fee\\u9053\\u9662\\u91cc\\u505a\\u996d\\uff0c\\u7ed9\\u5b64\\u513f\\u9662\\u9001\\u98df\\u7269\\uff0c\\u9001\\u5973\\u4e8c\\u53bb\\u533b\\u9662\\u3002\\u76f4\\u5230\\u5f71\\u7247\\u672b\\u5c3e\\uff0c\\u5973\\u4e8c\\u88ab\\u8ba4\\u4e3a\\u662f\\u9b54\\u9b3c\\u9644\\u4f53\\uff0c\\u5267\\u60c5\\u624d\\u6709\\u4e86\\u5267\\u70c8\\u53d8\\u5316\\uff0c\\u4eba\\u7269\\u6027\\u683c\\u624d\\u5f00\\u59cb\\u6709\\u66f4\\u5927\\u53d8\\u5316\\u3002<br \\/>\\n\\u4e5f\\u6709\\u4eba\\u4f1a\\u5c06\\u6b64\\u7535\\u5f71\\u6807\\u4e3a\\u7231\\u60c5\\u7535\\u5f71\\uff0c\\u5c24\\u5176\\u662f\\u540c\\u6027\\u7231\\u60c5\\u7535\\u5f71\\u3002\\u56e0\\u4e3a\\u5973\\u4e8c\\u660e\\u786e\\u5bf9\\u5973\\u4e00\\u7684\\u8ffd\\u6c42\\uff0c\\u548c\\u575a\\u6301\\u5c06\\u5979\\u5e26\\u79bb\\u201c\\u6492\\u65e6\\u4e4b\\u5730\\u201d\\u3002\\u4f46\\u662f\\uff0c\\u8fd9\\u4e2a\\u8868\\u73b0\\u5e76\\u975e\\u4e3b\\u7ebf\\uff0c\\u5f53\\u7136\\u5bf9\\u5973\\u4e00\\u7684\\u7231\\u604b\\u662f\\u662f\\u5973\\u4e8c\\u6240\\u6709\\u884c\\u4e3a\\u7684\\u5185\\u5728\\u63a8\\u52a8\\u56e0\\u7d20\\u3002<br \\/>\\n<br \\/>\\n\\u4f46\\u6211\\u53ef\\u80fd\\u4f1a\\u8ba4\\u540c\\u4e00\\u4e2a\\u89c2\\u70b9\\uff0c\\u5c31\\u662f\\u6b64\\u7535\\u5f71\\u7c7b\\u578b\\uff0c\\u5e76\\u975e\\u8868\\u8fbe\\u7231\\u60c5\\uff0c\\u800c\\u662f\\u8868\\u8fbe\\u4eba\\u6027\\u7684\\u590d\\u6742\\u548c\\u4eba\\u751f\\u4ef7\\u503c\\u4e0d\\u540c\\u7684\\u5bfb\\u6c42\\u4e0b\\u53d1\\u751f\\u7684\\u51b2\\u649e\\u3002\\u5bf9\\u4e8e\\u89c2\\u4f17\\u800c\\u8a00\\uff0c\\u5176\\u5b9e\\u662f\\u9762\\u4e34\\u7740\\u65e0\\u6cd5\\u8f7b\\u6613\\u7ad9\\u961f\\uff0c\\u65e0\\u6cd5\\u8f7b\\u6613\\u505a\\u51fa\\u5224\\u65ad\\u7684\\u4e24\\u96be\\u5883\\u5730\\u3002\\u6211\\u7406\\u89e3\\u5973\\u4e00\\uff0c\\u6211\\u4e5f\\u7406\\u89e3\\u5973\\u4e8c\\uff0c\\u6211\\u7406\\u89e3\\u5973\\u4e00\\u575a\\u6301\\u5730\\u62d2\\u7edd\\uff0c\\u6211\\u4e5f\\u7406\\u89e3\\u5973\\u4e8c\\u575a\\u6301\\u5730\\u5c31\\u662f\\u8981\\u5e26\\u79bb\\u5973\\u4e00\\u3002\\u8fd9\\u6837\\u7684\\u4e24\\u96be\\u5904\\u5883\\uff0c\\u8fd9\\u6837\\u7684\\u77db\\u76fe\\u53d9\\u8ff0\\uff0c\\u5728\\u4e00\\u4e2a\\u5927\\u65f6\\u4ee3\\u7684\\u80cc\\u666f\\u4e0b\\uff0c\\u5c31\\u5176\\u5b9e\\u663e\\u5f97\\u5f88\\u771f\\u5b9e\\u3002\\u7f57\\u9a6c\\u5c3c\\u4e9a\\uff0c\\u4f5c\\u4e3a\\u4e00\\u4e2a\\u76f8\\u6bd4\\u6b27\\u6d32\\u6765\\u8bf4\\u7269\\u8d28\\u6587\\u660e\\u6bd4\\u8f83\\u843d\\u540e\\u7684\\u4e1c\\u6b27\\u56fd\\u5bb6\\uff0c\\u4e1c\\u6b63\\u6559\\u5728\\u90a3\\u91cc\\u4ecd\\u7136\\u6709\\u5f88\\u5f3a\\u7684\\u5f71\\u54cd\\u529b\\uff0c\\u5927\\u591a\\u5730\\u65b9\\u4ecd\\u662f\\u4e00\\u4e2a\\u719f\\u4eba\\u793e\\u4f1a\\uff0c\\u4eba\\u4eec\\u7684\\u610f\\u8bc6\\u76f8\\u5bf9\\u4fdd\\u5b88\\u3002\\u800c\\u5973\\u4e8c\\u4ee3\\u8868\\u7684\\u662f\\u5bf9\\u62e5\\u62b1\\u897f\\u6b27\\u6587\\u660e\\u7684\\u5e74\\u8f7b\\u4eba\\uff0c\\u60f3\\u4e0d\\u987e\\u4e00\\u5207\\u5c06\\u7f57\\u9a6c\\u5c3c\\u4e9a\\u629b\\u5728\\u8111\\u540e\\uff0c\\u4e00\\u5f80\\u65e0\\u524d\\u8ffd\\u6c42\\u81ea\\u7531\\u7684\\u4eba\\u3002\\u53ef\\u662f\\uff0c\\u6709\\u4eba\\u8ffd\\u6c42\\u81ea\\u7531\\uff0c\\u6709\\u4eba\\u62e5\\u62b1\\u4f20\\u7edf\\uff0c\\u6709\\u4eba\\u8ba4\\u4e3a\\u81ea\\u7531\\u5e26\\u6765\\u610f\\u4e49\\uff0c\\u6709\\u4eba\\u76f8\\u4fe1\\u6709\\u4fe1\\u4ef0\\u4e00\\u5207\\u624d\\u6709\\u4ef7\\u503c\\u3002\\u8fd9\\u6837\\u7684\\u77db\\u76fe\\u53d9\\u4e8b\\uff0c\\u5176\\u5b9e\\u53d1\\u751f\\u5728\\u4efb\\u4f55\\u5730\\u65b9\\u3002\\u4ee4\\u4eba\\u9057\\u61be\\u7684\\u662f\\uff0c\\u5728\\u6211\\u770b\\u5230\\u7684\\u5f71\\u8bc4\\u4e2d\\uff0c\\u5927\\u591a\\u6570\\u6279\\u5224\\u5973\\u4e00\\u7684\\u575a\\u6301\\uff0c\\u62a8\\u51fb\\u4fee\\u9053\\u9662\\u7684\\u675f\\u7f1a\\uff0c\\u6b4c\\u9882\\u5973\\u4e8c\\u5bf9\\u81ea\\u7531\\u7684\\u8ffd\\u6c42\\u3002\\u8fd9\\u6216\\u8bb8\\u4e5f\\u53cd\\u5e94\\u4e86\\u6211\\u4eec\\u8fd9\\u4e2a\\u793e\\u4f1a\\u5728\\u8fd9\\u4e2a\\u65f6\\u4ee3\\u7684\\u4ef7\\u503c\\u9009\\u62e9\\u5427\\uff01<\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1700902098,'web','114.254.2.83',NULL),(9314,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',142,'c',2,79,70,40,13,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1700902098,'web','114.254.2.83',NULL),(9315,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',121,'c',2,79,70,40,13,2,13,0,'{\"forumid\":12,\"discussion\":9}',1700902098,'web','114.254.2.83',NULL),(9316,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,13,2,NULL,0,'null',1700902099,'web','114.254.2.83',NULL),(9317,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,13,0,NULL,0,'null',1700902138,'web','114.254.2.83',NULL),(9318,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1700902148,'web','114.254.2.83',NULL),(9319,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,13,2,13,0,'null',1700902164,'web','114.254.2.83',NULL),(9320,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,13,2,NULL,0,'null',1700902173,'web','114.254.2.83',NULL),(9321,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,13,2,NULL,0,'{\"assignid\":\"1\"}',1700902173,'web','114.254.2.83',NULL),(9322,'\\core\\event\\notification_sent','core','sent','notification','notifications',1099,'c',0,1,10,0,13,0,6,0,'{\"courseid\":\"2\"}',1700903646,'cli',NULL,NULL),(9323,'\\core\\event\\notification_sent','core','sent','notification','notifications',1100,'c',0,1,10,0,13,0,23,0,'{\"courseid\":\"2\"}',1700903648,'cli',NULL,NULL),(9324,'\\core\\event\\notification_sent','core','sent','notification','notifications',1101,'c',0,1,10,0,13,0,13,0,'{\"courseid\":\"2\"}',1700903651,'cli',NULL,NULL),(9325,'\\core\\event\\notification_sent','core','sent','notification','notifications',1102,'c',0,1,10,0,13,0,20,0,'{\"courseid\":\"2\"}',1700903654,'cli',NULL,NULL),(9326,'\\core\\event\\notification_sent','core','sent','notification','notifications',1103,'c',0,1,10,0,13,0,2,0,'{\"courseid\":\"2\"}',1700903656,'cli',NULL,NULL),(9327,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700903698,'web','223.138.202.221',NULL),(9328,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1700903720,'web','223.138.202.221',NULL),(9329,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1700903721,'web','223.138.202.221',NULL),(9330,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1700903723,'web','223.138.202.221',NULL),(9331,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,19,2,NULL,0,'null',1700903738,'web','223.138.202.221',NULL),(9332,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,19,2,NULL,0,'{\"assignid\":\"1\"}',1700903738,'web','223.138.202.221',NULL),(9333,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,19,2,NULL,0,'null',1700903742,'web','223.138.202.221',NULL),(9334,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,19,2,19,0,'{\"assignid\":\"1\"}',1700903742,'web','223.138.202.221',NULL),(9335,'\\core\\event\\notification_sent','core','sent','notification','notifications',1104,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"1\"}',1700903765,'cli',NULL,NULL),(9336,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,19,2,NULL,0,'null',1700903770,'web','223.138.202.221',NULL),(9337,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',6,'c',2,88,70,49,19,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"94888d522869255bf9a28480e72f3685fc1d3dc7\"]}',1700903770,'web','223.138.202.221',NULL),(9338,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',1,'c',2,88,70,49,19,2,19,0,'{\"submissionid\":\"6\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1700903770,'web','223.138.202.221',NULL),(9339,'\\core\\event\\notification_sent','core','sent','notification','notifications',1105,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"2\"}',1700903773,'web','223.138.202.221',NULL),(9340,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',6,'u',2,88,70,49,19,2,NULL,0,'{\"submission_editable\":true}',1700903773,'web','223.138.202.221',NULL),(9341,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,19,2,NULL,0,'null',1700903773,'web','223.138.202.221',NULL),(9342,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,19,2,NULL,0,'{\"assignid\":\"1\"}',1700903773,'web','223.138.202.221',NULL),(9343,'\\core\\event\\notification_sent','core','sent','notification','notifications',1106,'c',0,1,10,0,13,0,6,0,'{\"courseid\":\"2\"}',1700905746,'cli',NULL,NULL),(9344,'\\core\\event\\notification_sent','core','sent','notification','notifications',1107,'c',0,1,10,0,13,0,11,0,'{\"courseid\":\"2\"}',1700905749,'cli',NULL,NULL),(9345,'\\core\\event\\notification_sent','core','sent','notification','notifications',1108,'c',0,1,10,0,13,0,23,0,'{\"courseid\":\"2\"}',1700905751,'cli',NULL,NULL),(9346,'\\core\\event\\notification_sent','core','sent','notification','notifications',1109,'c',0,1,10,0,13,0,13,0,'{\"courseid\":\"2\"}',1700905754,'cli',NULL,NULL),(9347,'\\core\\event\\notification_sent','core','sent','notification','notifications',1110,'c',0,1,10,0,13,0,5,0,'{\"courseid\":\"2\"}',1700905758,'cli',NULL,NULL),(9348,'\\core\\event\\notification_sent','core','sent','notification','notifications',1111,'c',0,1,10,0,13,0,21,0,'{\"courseid\":\"2\"}',1700905761,'cli',NULL,NULL),(9349,'\\core\\event\\notification_sent','core','sent','notification','notifications',1112,'c',0,1,10,0,13,0,20,0,'{\"courseid\":\"2\"}',1700905764,'cli',NULL,NULL),(9350,'\\core\\event\\notification_sent','core','sent','notification','notifications',1113,'c',0,1,10,0,13,0,2,0,'{\"courseid\":\"2\"}',1700905768,'cli',NULL,NULL),(9351,'\\core\\event\\notification_sent','core','sent','notification','notifications',1114,'c',0,1,10,0,13,0,14,0,'{\"courseid\":\"2\"}',1700905770,'cli',NULL,NULL),(9352,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700923692,'web','205.210.31.233',NULL),(9353,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700958627,'web','52.31.34.236',NULL),(9354,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700988159,'web','61.219.81.66',NULL),(9355,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700988160,'web','34.145.227.243',NULL),(9356,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700988163,'web','61.219.81.66',NULL),(9357,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700988164,'web','35.199.25.81',NULL),(9358,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700988164,'web','34.145.165.227',NULL),(9359,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1700988167,'web','61.219.81.66',NULL),(9360,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1700988167,'web','61.219.81.66',NULL),(9361,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1700988169,'web','34.145.165.227',NULL),(9362,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1700988169,'web','61.219.81.66',NULL),(9363,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,6,2,NULL,0,'null',1700988183,'web','61.219.81.66',NULL),(9364,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,6,2,NULL,0,'null',1700988184,'web','61.219.81.66',NULL),(9365,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,6,2,NULL,0,'{\"assignid\":\"1\"}',1700988184,'web','61.219.81.66',NULL),(9366,'\\core\\event\\notification_sent','core','sent','notification','notifications',1115,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"1\"}',1700988186,'cli',NULL,NULL),(9367,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,6,2,NULL,0,'null',1700988194,'web','61.219.81.66',NULL),(9368,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,6,2,NULL,0,'null',1700988196,'web','61.219.81.66',NULL),(9369,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,6,2,NULL,0,'null',1700988206,'web','61.219.81.66',NULL),(9370,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,6,2,NULL,0,'null',1700988345,'web','36.226.164.62',NULL),(9371,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,6,2,NULL,0,'null',1700990286,'web','61.219.81.66',NULL),(9372,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,6,2,NULL,0,'null',1700990291,'web','61.219.81.66',NULL),(9373,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1700994214,'web','125.229.183.111',NULL),(9374,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,22,2,NULL,0,'null',1700994214,'web','125.229.183.111',NULL),(9375,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,22,2,NULL,0,'{\"assignid\":\"1\"}',1700994214,'web','125.229.183.111',NULL),(9376,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701003668,'web','36.229.148.210',NULL),(9377,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1701003679,'web','36.229.148.210',NULL),(9378,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1701003679,'web','36.229.148.210',NULL),(9379,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1701003681,'web','36.229.148.210',NULL),(9380,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,11,2,NULL,0,'null',1701003691,'web','36.229.148.210',NULL),(9381,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,11,2,NULL,0,'{\"assignid\":\"1\"}',1701003691,'web','36.229.148.210',NULL),(9382,'\\core\\event\\notification_sent','core','sent','notification','notifications',1116,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"1\"}',1701003726,'cli',NULL,NULL),(9383,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,11,2,NULL,0,'null',1701003771,'web','36.229.148.210',NULL),(9384,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,11,2,11,0,'{\"assignid\":\"1\"}',1701003771,'web','36.229.148.210',NULL),(9385,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,11,2,NULL,0,'null',1701003813,'web','36.229.148.210',NULL),(9386,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',7,'c',2,88,70,49,11,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"27970de4cf43fbcd7f8a329492c6a97ed1bc748b\"]}',1701003813,'web','36.229.148.210',NULL),(9387,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',2,'c',2,88,70,49,11,2,11,0,'{\"submissionid\":\"7\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1701003813,'web','36.229.148.210',NULL),(9388,'\\core\\event\\notification_sent','core','sent','notification','notifications',1117,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"2\"}',1701003816,'web','36.229.148.210',NULL),(9389,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',7,'u',2,88,70,49,11,2,NULL,0,'{\"submission_editable\":true}',1701003816,'web','36.229.148.210',NULL),(9390,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,11,2,NULL,0,'null',1701003816,'web','36.229.148.210',NULL),(9391,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,11,2,NULL,0,'{\"assignid\":\"1\"}',1701003816,'web','36.229.148.210',NULL),(9392,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,11,2,NULL,0,'null',1701003833,'web','36.229.148.210',NULL),(9393,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,11,2,NULL,0,'null',1701003836,'web','36.229.148.210',NULL),(9394,'\\core\\event\\notification_sent','core','sent','notification','notifications',1118,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1701004265,'cli',NULL,NULL),(9395,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701011664,'web','111.82.239.67',NULL),(9396,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1701011679,'web','111.82.239.67',NULL),(9397,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1701011679,'web','111.82.239.67',NULL),(9398,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1701011682,'web','111.82.239.67',NULL),(9399,'\\core\\event\\notification_sent','core','sent','notification','notifications',1119,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"1\"}',1701011706,'cli',NULL,NULL),(9400,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,19,2,NULL,0,'null',1701012148,'web','111.82.239.67',NULL),(9401,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',143,'c',2,79,70,40,19,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u6211\\u8981\\u5beb\\u7684\\u4f5c\\u54c1\\u662f Risen \\u5fa9\\u6d3b\\uff08\\u96fb\\u5f71\\uff09<br \\/>\\n\\u53c3\\u8003\\u8cc7\\u6599\\u7db2\\u5740\\u5982\\u4e0b\\uff1a<br \\/>\\n1. https:\\/\\/blog.udn.com\\/jchen50\\/51133403 <br \\/>\\n\\u4f5c\\u8005\\u672c\\u8eab\\u662f\\u57fa\\u7763\\u5f92, \\u4ed6\\u5c0d Risen \\u5e36\\u51fa\\u4f86\\u7684\\u89c0\\u9ede\\u6709\\u6df1\\u5165\\u7684\\u5206\\u6790\\u53ca\\u898b\\u89e3<br \\/>\\n2. https:\\/\\/wordincross.wixsite.com\\/word\\/blank-11 <br \\/>\\n\\u9019\\u500b\\u7db2\\u7ad9\\u63d0\\u4f9b\\u4e86\\u4e00\\u4e9b\\u798f\\u97f3\\u96fb\\u5f71\\u53ca\\u5176\\u7279\\u8272, \\u5305\\u62ec Risen\\uff0c\\u53ef\\u4f9b\\u6bd4\\u8f03<br \\/>\\n3. https:\\/\\/cdn-news.org\\/News.aspx?EntityID=News&PK=0000000000652e590398c0cb2cd51c47933976dd3a17a329 <br \\/>\\n\\u57fa\\u7763\\u6559\\u4eca\\u65e5\\u5831\\u5c0d Risen \\u7684\\u4ecb\\u7d39<br \\/>\\n4. https:\\/\\/zh.wikipedia.org\\/zh-tw\\/%E5%87%AF%E6%96%87%C2%B7%E9%9B%B7%E8%AF%BA%E5%85%B9_(%E5%AF%BC%E6%BC%94) <br \\/>\\n\\u5c0e\\u6f14\\u51f1\\u6587.\\u96f7\\u8afe\\u65af\\u7684\\u7dad\\u57fa\\u767e\\u79d1<br \\/>\\n5. https:\\/\\/ppfocus.com\\/0\\/en4523886.html <br \\/>\\n\\u5f71\\u8a55<br \\/>\\n6. https:\\/\\/dragonlovevivi.pixnet.net\\/blog\\/post\\/205446628-%E9%9B%BB%E5%BD%B1%E4%B8%89%E8%A8%80%E5%85%A9%E8%AA%9E%EF%BC%9A%E3%80%8A%E5%BE%A9%E6%B4%BB%E4%B9%8B%E8%AC%8E%E3%80%8B <br \\/>\\n\\u5f71\\u8a55<\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1701013250,'web','111.82.239.67',NULL),(9402,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',143,'c',2,79,70,40,19,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1701013250,'web','111.82.239.67',NULL),(9403,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',122,'c',2,79,70,40,19,2,19,0,'{\"forumid\":12,\"discussion\":9}',1701013250,'web','111.82.239.67',NULL),(9404,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,19,2,NULL,0,'null',1701013251,'web','111.82.239.67',NULL),(9405,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,19,2,NULL,0,'null',1701013252,'web','111.82.239.67',NULL),(9406,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',144,'c',2,82,70,43,19,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">1. \\u795e\\u5b78\\u8a9e\\u8a00\\uff1aRisen \\u5fa9\\u6d3b(\\u96fb\\u5f71) \\u662f\\u798f\\u97f3\\u96fb\\u5f71\\uff0c\\u5b83\\u8ac7\\u8ad6\\u5230\\u57fa\\u7763\\u6559\\u4e3b\\u984c\\u2014\\u8036\\u7a4c\\u5fa9\\u6d3b\\uff0c\\u4e5f\\u8ac7\\u8ad6\\u5230\\u57fa\\u7763\\u6559\\u6587\\u672c\\u3002\\u57fa\\u672c\\u4e0a Risen \\u6574\\u90e8\\u96fb\\u5f71\\u662f\\u6839\\u64da\\u8056\\u7d93\\u6539\\u7de8\\uff0c\\u4e3b\\u89d2Clavius \\u7f85\\u99ac\\u5b98\\u662f\\u865b\\u69cb\\u7684\\u4eba\\u7269\\uff0c\\u4ed6\\u539f\\u672c\\u4e26\\u4e0d\\u76f8\\u4fe1\\u8036\\u7a4c\\u662f\\u795e\\uff0c\\u4e5f\\u4e0d\\u76f8\\u4fe1\\u8036\\u7a4c\\u5fa9\\u6d3b\\uff0c\\u4f46\\u900f\\u904e\\u8abf\\u67e5\\u4ed6\\u6f38\\u6f38\\u76f8\\u4fe1\\u4e86\\u3002\\u6211\\u5011\\u53ef\\u4ee5\\u628a\\u4ed6\\u60f3\\u6210\\u662f \\\"\\u6211\\u5011\\u7a7f\\u8d8a\\u5230\\u904e\\u53bb\\u7684\\u8eab\\u5206\\\"\\uff0c\\u5c0e\\u6f14\\u51f1\\u6587.\\u96f7\\u8afe\\u65af\\u5617\\u8a66\\u900f\\u904e\\u4e3b\\u89d2\\u7684\\u773c\\u775b\\uff0c\\u5e36\\u9818\\u6211\\u5011\\u8d70\\u5165\\u8036\\u7a4c\\u5fa9\\u6d3b\\u524d\\u5f8c\\u7684\\u90a3\\u500b\\u4e16\\u754c\\uff0c\\u4e26\\u4ee5\\\"\\u672a\\u4fe1\\u8005\\\" \\u7684\\u89d2\\u5ea6\\u53bb\\u67e5\\u8b49\\u8036\\u7a4c\\u5fa9\\u6d3b\\u7684\\u771f\\u507d\\u3002<br \\/>\\n<br \\/>\\n2. \\u7d42\\u6975\\u95dc\\u61f7\\uff1a\\u9019\\u90e8\\u96fb\\u5f71\\u6709\\u8868\\u9054\\u5275\\u51fa\\u4f5c\\u8005\\u6216\\u5176\\u6240\\u5728\\u7684\\u793e\\u7fa4\\u6240\\u8ffd\\u6c42\\u7684\\u7d42\\u6975\\u4e8b\\u7269\\u3002<br \\/>\\n<br \\/>\\n3. \\u9019\\u90e8\\u96fb\\u5f71\\u7684\\u5834\\u666f\\u53ca\\u4eba\\u7269\\u8863\\u8457\\u6253\\u626e\\u8aaa\\u8a71\\uff0c\\u90fd\\u76e1\\u91cf\\u8cbc\\u8fd1\\u6b77\\u53f2\\uff0c\\u9664\\u4e86\\u4e3b\\u89d2Clavius\\u7f85\\u99ac\\u5b98\\u662f\\u865b\\u69cb\\u7684\\u4ee5\\u5916\\uff0c\\u5176\\u5b83\\u91cd\\u8981\\u4eba\\u7269\\u5747\\u662f\\u8056\\u7d93\\u6709\\u8a18\\u8f09\\u7684\\u3002\\u9019\\u90e8\\u96fb\\u5f71\\u756b\\u9762\\u7684\\u69cb\\u5716\\u53ca\\u904b\\u5883\\u5177\\u6709\\u76f8\\u7576\\u7684\\u7f8e\\u611f\\uff0c\\u4e26\\u9069\\u6642\\u7528\\u7279\\u5beb\\u93e1\\u982d\\u8868\\u9054\\u51fa\\u89d2\\u8272\\u5011\\u7684\\u60f3\\u6cd5\\u53ca\\u60c5\\u611f\\u3002<br \\/>\\n<br \\/>\\n4. \\u9019\\u90e8\\u96fb\\u5f71\\u4f01\\u5716\\u5f15\\u5c0e\\u89c0\\u773e\\u53bb\\u601d\\u8003\\u795e\\u8207\\u6211\\u5011\\u4e4b\\u9593\\u7684\\u95dc\\u4fc2\\u70ba\\u4f55\\uff0c\\u8036\\u7a4c\\u662f\\u5426\\u771f\\u662f\\u795e\\uff0c\\u8036\\u7a4c\\u662f\\u5426\\u771f\\u7684\\u5fa9\\u6d3b\\uff0c\\u9580\\u5f92\\u6216\\u4e3b\\u89d2Clavius \\u5728\\u7d93\\u6b77\\u8036\\u7a4c\\u5fa9\\u6d3b\\uff0c\\u4ed6\\u5011\\u7684\\u6539\\u8b8a\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":10,\"triggeredfrom\":\"forum_add_new_post\"}',1701014282,'web','111.82.239.67',NULL),(9407,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',144,'c',2,82,70,43,19,2,NULL,0,'{\"discussionid\":10,\"forumid\":13,\"forumtype\":\"single\"}',1701014282,'web','111.82.239.67',NULL),(9408,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',123,'c',2,82,70,43,19,2,19,0,'{\"forumid\":13,\"discussion\":10}',1701014282,'web','111.82.239.67',NULL),(9409,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,19,2,NULL,0,'null',1701014282,'web','111.82.239.67',NULL),(9410,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',144,'c',2,82,70,43,19,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u671f\\u672b\\u5831\\u544a\\u7684\\u4f5c\\u54c1\\uff1aRisen \\u5fa9\\u6d3b(\\u96fb\\u5f71) <\\/div><div class=\\\"text_to_html\\\"><br><\\/div><div class=\\\"text_to_html\\\">1. \\u795e\\u5b78\\u8a9e\\u8a00\\uff1aRisen \\u5fa9\\u6d3b\\u662f\\u798f\\u97f3\\u96fb\\u5f71\\uff0c\\u5b83\\u8ac7\\u8ad6\\u5230\\u57fa\\u7763\\u6559\\u4e3b\\u984c\\u2014\\u8036\\u7a4c\\u5fa9\\u6d3b\\uff0c\\u4e5f\\u8ac7\\u8ad6\\u5230\\u57fa\\u7763\\u6559\\u6587\\u672c\\u3002\\u57fa\\u672c\\u4e0a Risen \\u6574\\u90e8\\u96fb\\u5f71\\u662f\\u6839\\u64da\\u8056\\u7d93\\u6539\\u7de8\\uff0c\\u4e3b\\u89d2Clavius \\u7f85\\u99ac\\u5b98\\u662f\\u865b\\u69cb\\u7684\\u4eba\\u7269\\uff0c\\u4ed6\\u539f\\u672c\\u4e26\\u4e0d\\u76f8\\u4fe1\\u8036\\u7a4c\\u662f\\u795e\\uff0c\\u4e5f\\u4e0d\\u76f8\\u4fe1\\u8036\\u7a4c\\u5fa9\\u6d3b\\uff0c\\u4f46\\u900f\\u904e\\u8abf\\u67e5\\u4ed6\\u6f38\\u6f38\\u76f8\\u4fe1\\u4e86\\u3002\\u6211\\u5011\\u53ef\\u4ee5\\u628a\\u4ed6\\u60f3\\u6210\\u662f \\\"\\u6211\\u5011\\u7a7f\\u8d8a\\u5230\\u904e\\u53bb\\u7684\\u8eab\\u5206\\\"\\uff0c\\u5c0e\\u6f14\\u51f1\\u6587.\\u96f7\\u8afe\\u65af\\u5617\\u8a66\\u900f\\u904e\\u4e3b\\u89d2\\u7684\\u773c\\u775b\\uff0c\\u5e36\\u9818\\u6211\\u5011\\u8d70\\u5165\\u8036\\u7a4c\\u5fa9\\u6d3b\\u524d\\u5f8c\\u7684\\u90a3\\u500b\\u4e16\\u754c\\uff0c\\u4e26\\u4ee5\\\"\\u672a\\u4fe1\\u8005\\\" \\u7684\\u89d2\\u5ea6\\u53bb\\u67e5\\u8b49\\u8036\\u7a4c\\u5fa9\\u6d3b\\u7684\\u771f\\u507d\\u3002<br>\\r\\n<br>\\r\\n2. \\u7d42\\u6975\\u95dc\\u61f7\\uff1a\\u9019\\u90e8\\u96fb\\u5f71\\u6709\\u8868\\u9054\\u5275\\u51fa\\u4f5c\\u8005\\u6216\\u5176\\u6240\\u5728\\u7684\\u793e\\u7fa4\\u6240\\u8ffd\\u6c42\\u7684\\u7d42\\u6975\\u4e8b\\u7269\\u3002<br>\\r\\n<br>\\r\\n3. \\u9019\\u90e8\\u96fb\\u5f71\\u7684\\u5834\\u666f\\u53ca\\u4eba\\u7269\\u8863\\u8457\\u6253\\u626e\\u8aaa\\u8a71\\uff0c\\u90fd\\u76e1\\u91cf\\u8cbc\\u8fd1\\u6b77\\u53f2\\uff0c\\u9664\\u4e86\\u4e3b\\u89d2Clavius\\u7f85\\u99ac\\u5b98\\u662f\\u865b\\u69cb\\u7684\\u4ee5\\u5916\\uff0c\\u5176\\u5b83\\u91cd\\u8981\\u4eba\\u7269\\u5747\\u662f\\u8056\\u7d93\\u6709\\u8a18\\u8f09\\u7684\\u3002\\u9019\\u90e8\\u96fb\\u5f71\\u756b\\u9762\\u7684\\u69cb\\u5716\\u53ca\\u904b\\u5883\\u5177\\u6709\\u76f8\\u7576\\u7684\\u7f8e\\u611f\\uff0c\\u4e26\\u9069\\u6642\\u7528\\u7279\\u5beb\\u93e1\\u982d\\u8868\\u9054\\u51fa\\u89d2\\u8272\\u5011\\u7684\\u60f3\\u6cd5\\u53ca\\u60c5\\u611f\\u3002<br>\\r\\n<br>\\r\\n4. \\u9019\\u90e8\\u96fb\\u5f71\\u4f01\\u5716\\u5f15\\u5c0e\\u89c0\\u773e\\u53bb\\u601d\\u8003\\u795e\\u8207\\u6211\\u5011\\u4e4b\\u9593\\u7684\\u95dc\\u4fc2\\u70ba\\u4f55\\uff0c\\u8036\\u7a4c\\u662f\\u5426\\u771f\\u662f\\u795e\\uff0c\\u8036\\u7a4c\\u662f\\u5426\\u771f\\u7684\\u5fa9\\u6d3b\\uff0c\\u9580\\u5f92\\u6216\\u4e3b\\u89d2Clavius \\u5728\\u7d93\\u6b77\\u8036\\u7a4c\\u5fa9\\u6d3b\\uff0c\\u4ed6\\u5011\\u7684\\u6539\\u8b8a\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":\"10\",\"triggeredfrom\":\"forum_update_post\"}',1701014338,'web','111.82.239.67',NULL),(9411,'\\mod_forum\\event\\post_updated','mod_forum','updated','post','forum_posts',144,'u',2,82,70,43,19,2,19,0,'{\"discussionid\":10,\"forumid\":13,\"forumtype\":\"single\"}',1701014338,'web','111.82.239.67',NULL),(9412,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,19,2,NULL,0,'null',1701014338,'web','111.82.239.67',NULL),(9413,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',144,'c',2,82,70,43,19,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u671f\\u672b\\u5831\\u544a\\u7684\\u4f5c\\u54c1\\uff1aRisen \\u5fa9\\u6d3b(\\u96fb\\u5f71) <\\/div><div class=\\\"text_to_html\\\"><br><\\/div><div class=\\\"text_to_html\\\">1. \\u795e\\u5b78\\u8a9e\\u8a00\\uff1aRisen \\u5fa9\\u6d3b\\u662f\\u798f\\u97f3\\u96fb\\u5f71\\uff0c\\u5b83\\u8ac7\\u8ad6\\u5230\\u57fa\\u7763\\u6559\\u4e3b\\u984c\\u2014\\u8036\\u7a4c\\u5fa9\\u6d3b\\uff0c\\u4e5f\\u8ac7\\u8ad6\\u5230\\u57fa\\u7763\\u6559\\u6587\\u672c\\u3002\\u57fa\\u672c\\u4e0a Risen \\u6574\\u90e8\\u96fb\\u5f71\\u662f\\u6839\\u64da\\u8056\\u7d93\\u6539\\u7de8\\uff0c\\u4e3b\\u89d2Clavius \\u7f85\\u99ac\\u5b98\\u662f\\u865b\\u69cb\\u7684\\u4eba\\u7269\\uff0c\\u4ed6\\u539f\\u672c\\u4e26\\u4e0d\\u76f8\\u4fe1\\u8036\\u7a4c\\u662f\\u795e\\uff0c\\u4e5f\\u4e0d\\u76f8\\u4fe1\\u8036\\u7a4c\\u5fa9\\u6d3b\\uff0c\\u4f46\\u900f\\u904e\\u8abf\\u67e5\\u4ed6\\u6f38\\u6f38\\u76f8\\u4fe1\\u4e86\\u3002\\u6211\\u5011\\u53ef\\u4ee5\\u628a\\u4ed6\\u60f3\\u6210\\u662f \\\"\\u6211\\u5011\\u7a7f\\u8d8a\\u5230\\u904e\\u53bb\\u7684\\u8eab\\u5206\\\"\\uff0c\\u5c0e\\u6f14\\u51f1\\u6587.\\u96f7\\u8afe\\u65af\\u5617\\u8a66\\u900f\\u904e\\u4e3b\\u89d2\\u7684\\u773c\\u775b\\uff0c\\u5e36\\u9818\\u6211\\u5011\\u8d70\\u5165\\u8036\\u7a4c\\u5fa9\\u6d3b\\u524d\\u5f8c\\u7684\\u90a3\\u500b\\u4e16\\u754c\\uff0c\\u4e26\\u4ee5\\\"\\u672a\\u4fe1\\u8005\\\" \\u7684\\u89d2\\u5ea6\\u53bb\\u67e5\\u8b49\\u8036\\u7a4c\\u5fa9\\u6d3b\\u7684\\u771f\\u507d\\u3002<br>\\r\\n<br>\\r\\n2. \\u7d42\\u6975\\u95dc\\u61f7\\uff1a\\u9019\\u90e8\\u96fb\\u5f71\\u6709\\u8868\\u9054\\u5275\\u51fa\\u4f5c\\u8005\\u6216\\u5176\\u6240\\u5728\\u7684\\u793e\\u7fa4\\u6240\\u8ffd\\u6c42\\u7684\\u7d42\\u6975\\u4e8b\\u7269\\u3002<br>\\r\\n<br>\\r\\n3. \\u9019\\u90e8\\u96fb\\u5f71\\u7684\\u5834\\u666f\\u53ca\\u4eba\\u7269\\u8863\\u8457\\u6253\\u626e\\u8aaa\\u8a71\\uff0c\\u90fd\\u76e1\\u91cf\\u8cbc\\u8fd1\\u6b77\\u53f2\\uff0c\\u9664\\u4e86\\u4e3b\\u89d2Clavius\\u7f85\\u99ac\\u5b98\\u662f\\u865b\\u69cb\\u7684\\u4ee5\\u5916\\uff0c\\u5176\\u5b83\\u91cd\\u8981\\u4eba\\u7269\\u5747\\u662f\\u8056\\u7d93\\u6709\\u8a18\\u8f09\\u7684\\u3002\\u9019\\u90e8\\u96fb\\u5f71\\u756b\\u9762\\u7684\\u69cb\\u5716\\u53ca\\u904b\\u5883\\u5177\\u6709\\u76f8\\u7576\\u7684\\u7f8e\\u611f\\uff0c\\u4e26\\u9069\\u6642\\u7528\\u7279\\u5beb\\u93e1\\u982d\\u8868\\u9054\\u51fa\\u89d2\\u8272\\u5011\\u7684\\u60f3\\u6cd5\\u53ca\\u60c5\\u611f\\u3002<br>\\r\\n<br>\\r\\n4. \\u9019\\u90e8\\u96fb\\u5f71\\u4f01\\u5716\\u5f15\\u5c0e\\u89c0\\u773e\\u53bb\\u601d\\u8003\\u795e\\u8207\\u6211\\u5011\\u4e4b\\u9593\\u7684\\u95dc\\u4fc2\\u70ba\\u4f55\\uff0c\\u8036\\u7a4c\\u662f\\u5426\\u771f\\u662f\\u795e\\uff0c\\u8036\\u7a4c\\u662f\\u5426\\u771f\\u7684\\u5fa9\\u6d3b\\uff0c\\u9580\\u5f92\\u6216\\u4e3b\\u89d2Clavius \\u5728\\u7d93\\u6b77\\u8036\\u7a4c\\u5fa9\\u6d3b\\u5f8c\\uff0c\\u4ed6\\u5011\\u6709\\u4ec0\\u9ebc\\u6539\\u8b8a\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":\"10\",\"triggeredfrom\":\"forum_update_post\"}',1701014364,'web','111.82.239.67',NULL),(9414,'\\mod_forum\\event\\post_updated','mod_forum','updated','post','forum_posts',144,'u',2,82,70,43,19,2,19,0,'{\"discussionid\":10,\"forumid\":13,\"forumtype\":\"single\"}',1701014364,'web','111.82.239.67',NULL),(9415,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,19,2,NULL,0,'null',1701014364,'web','111.82.239.67',NULL),(9416,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,19,2,NULL,0,'null',1701014371,'web','111.82.239.67',NULL),(9417,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1701014395,'web','111.82.239.67',NULL),(9418,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,19,2,NULL,0,'null',1701014403,'web','111.82.239.67',NULL),(9419,'\\core\\event\\notification_sent','core','sent','notification','notifications',1120,'c',0,1,10,0,19,0,6,0,'{\"courseid\":\"2\"}',1701016867,'cli',NULL,NULL),(9420,'\\core\\event\\notification_sent','core','sent','notification','notifications',1121,'c',0,1,10,0,19,0,11,0,'{\"courseid\":\"2\"}',1701016870,'cli',NULL,NULL),(9421,'\\core\\event\\notification_sent','core','sent','notification','notifications',1122,'c',0,1,10,0,19,0,23,0,'{\"courseid\":\"2\"}',1701016873,'cli',NULL,NULL),(9422,'\\core\\event\\notification_sent','core','sent','notification','notifications',1123,'c',0,1,10,0,19,0,13,0,'{\"courseid\":\"2\"}',1701016876,'cli',NULL,NULL),(9423,'\\core\\event\\notification_sent','core','sent','notification','notifications',1124,'c',0,1,10,0,19,0,5,0,'{\"courseid\":\"2\"}',1701016879,'cli',NULL,NULL),(9424,'\\core\\event\\notification_sent','core','sent','notification','notifications',1125,'c',0,1,10,0,19,0,21,0,'{\"courseid\":\"2\"}',1701016881,'cli',NULL,NULL),(9425,'\\core\\event\\notification_sent','core','sent','notification','notifications',1126,'c',0,1,10,0,19,0,20,0,'{\"courseid\":\"2\"}',1701016884,'cli',NULL,NULL),(9426,'\\core\\event\\notification_sent','core','sent','notification','notifications',1127,'c',0,1,10,0,19,0,2,0,'{\"courseid\":\"2\"}',1701016886,'cli',NULL,NULL),(9427,'\\core\\event\\notification_sent','core','sent','notification','notifications',1128,'c',0,1,10,0,19,0,19,0,'{\"courseid\":\"2\"}',1701016889,'cli',NULL,NULL),(9428,'\\core\\event\\notification_sent','core','sent','notification','notifications',1129,'c',0,1,10,0,19,0,14,0,'{\"courseid\":\"2\"}',1701016892,'cli',NULL,NULL),(9429,'\\core\\event\\notification_sent','core','sent','notification','notifications',1130,'c',0,1,10,0,19,0,6,0,'{\"courseid\":\"2\"}',1701017886,'cli',NULL,NULL),(9430,'\\core\\event\\notification_sent','core','sent','notification','notifications',1131,'c',0,1,10,0,19,0,23,0,'{\"courseid\":\"2\"}',1701017889,'cli',NULL,NULL),(9431,'\\core\\event\\notification_sent','core','sent','notification','notifications',1132,'c',0,1,10,0,19,0,13,0,'{\"courseid\":\"2\"}',1701017892,'cli',NULL,NULL),(9432,'\\core\\event\\notification_sent','core','sent','notification','notifications',1133,'c',0,1,10,0,19,0,20,0,'{\"courseid\":\"2\"}',1701017895,'cli',NULL,NULL),(9433,'\\core\\event\\notification_sent','core','sent','notification','notifications',1134,'c',0,1,10,0,19,0,2,0,'{\"courseid\":\"2\"}',1701017898,'cli',NULL,NULL),(9434,'\\core\\event\\notification_sent','core','sent','notification','notifications',1135,'c',0,1,10,0,19,0,19,0,'{\"courseid\":\"2\"}',1701017901,'cli',NULL,NULL),(9435,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701017947,'web','35.92.107.240',NULL),(9436,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1701024459,'web','73.219.6.51',NULL),(9437,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',10,'r',2,82,70,43,2,2,NULL,0,'null',1701024460,'web','73.219.6.51',NULL),(9438,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1701024464,'web','73.219.6.51',NULL),(9439,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1701024466,'web','73.219.6.51',NULL),(9440,'\\core\\event\\user_graded','core','graded','user','grade_grades',305,'u',1,16,50,2,2,2,13,0,'{\"itemid\":\"19\",\"overridden\":false,\"finalgrade\":6}',1701024487,'web','73.219.6.51',NULL),(9441,'\\core\\event\\user_graded','core','graded','user','grade_grades',189,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":16}',1701024487,'web','73.219.6.51',NULL),(9442,'\\core\\event\\user_graded','core','graded','user','grade_grades',23,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":86}',1701024487,'web','73.219.6.51',NULL),(9443,'\\core\\event\\user_graded','core','graded','user','grade_grades',311,'u',1,16,50,2,2,2,19,0,'{\"itemid\":\"19\",\"overridden\":false,\"finalgrade\":6}',1701024497,'web','73.219.6.51',NULL),(9444,'\\core\\event\\user_graded','core','graded','user','grade_grades',194,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":14}',1701024497,'web','73.219.6.51',NULL),(9445,'\\core\\event\\user_graded','core','graded','user','grade_grades',32,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":88}',1701024497,'web','73.219.6.51',NULL),(9446,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1701024511,'web','73.219.6.51',NULL),(9447,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1701024560,'web','73.219.6.51',NULL),(9448,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1701024561,'web','73.219.6.51',NULL),(9449,'\\core\\event\\user_graded','core','graded','user','grade_grades',284,'u',1,16,50,2,2,2,13,0,'{\"itemid\":\"18\",\"overridden\":false,\"finalgrade\":6}',1701024580,'web','73.219.6.51',NULL),(9450,'\\core\\event\\user_graded','core','graded','user','grade_grades',189,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":22}',1701024580,'web','73.219.6.51',NULL),(9451,'\\core\\event\\user_graded','core','graded','user','grade_grades',23,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":91.666669999999996}',1701024581,'web','73.219.6.51',NULL),(9452,'\\core\\event\\user_graded','core','graded','user','grade_grades',290,'u',1,16,50,2,2,2,19,0,'{\"itemid\":\"18\",\"overridden\":false,\"finalgrade\":6}',1701024588,'web','73.219.6.51',NULL),(9453,'\\core\\event\\user_graded','core','graded','user','grade_grades',194,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":20}',1701024588,'web','73.219.6.51',NULL),(9454,'\\core\\event\\user_graded','core','graded','user','grade_grades',32,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":95.333330000000004}',1701024588,'web','73.219.6.51',NULL),(9455,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701054607,'web','36.72.81.29',NULL),(9456,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701057749,'web','203.121.235.95',NULL),(9457,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1701057760,'web','203.121.235.95',NULL),(9458,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1701057760,'web','203.121.235.95',NULL),(9459,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1701057763,'web','203.121.235.95',NULL),(9460,'\\core\\event\\notification_sent','core','sent','notification','notifications',1136,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"1\"}',1701057785,'cli',NULL,NULL),(9461,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701061954,'web','73.219.6.51',NULL),(9462,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1701061958,'web','73.219.6.51',NULL),(9463,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1701061958,'web','73.219.6.51',NULL),(9464,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701061965,'web','73.219.6.51',NULL),(9465,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701061973,'web','73.219.6.51',NULL),(9466,'\\core\\event\\course_section_created','core','created','course_section','course_sections',16,'c',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":11}',1701061983,'web','73.219.6.51',NULL),(9467,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',16,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"11\"}',1701061998,'web','73.219.6.51',NULL),(9468,'\\core\\event\\course_module_created','core','created','course_module','course_modules',52,'c',1,91,70,52,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":29,\"name\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8b1b\\u7fa9\"}',1701062035,'web','73.219.6.51',NULL),(9469,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701062036,'web','73.219.6.51',NULL),(9470,'\\core\\event\\course_module_created','core','created','course_module','course_modules',53,'c',1,92,70,53,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":30,\"name\":\"\\u88dc\\u5145\\u8b1b\\u7fa9\\uff1a\\u89d2\\u8272\\u5730\\u4f4d\"}',1701062081,'web','73.219.6.51',NULL),(9471,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701062081,'web','73.219.6.51',NULL),(9472,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',53,'u',1,92,70,53,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":\"30\",\"name\":\"\\u88dc\\u5145\\u8b1b\\u7fa9\\uff1a\\u89d2\\u8272\\u5730\\u4f4d\"}',1701062095,'web','73.219.6.51',NULL),(9473,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',22,'c',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701062107,'restore','73.219.6.51',NULL),(9474,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',22,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701062107,'restore','73.219.6.51',NULL),(9475,'\\core\\event\\calendar_event_created','core','created','calendar_event','event',2,'c',0,16,50,2,2,2,NULL,0,'{\"repeatid\":0,\"timestart\":1701255600,\"name\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5 (\\u8907\\u88fd)\\u5df2\\u7d93\\u904e\\u671f\"}',1701062108,'web','73.219.6.51',NULL),(9476,'\\core\\event\\course_module_created','core','created','course_module','course_modules',54,'c',1,93,70,54,2,2,NULL,0,'{\"modulename\":\"assign\",\"instanceid\":\"2\",\"name\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5 (\\u8907\\u88fd)\"}',1701062108,'web','73.219.6.51',NULL),(9477,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',54,'u',1,93,70,54,2,2,NULL,0,'{\"modulename\":\"assign\",\"instanceid\":\"2\",\"name\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\"}',1701062134,'web','73.219.6.51',NULL),(9478,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',22,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701062134,'web','73.219.6.51',NULL),(9479,'\\core\\event\\calendar_event_updated','core','updated','calendar_event','event',2,'u',0,16,50,2,2,2,NULL,0,'{\"repeatid\":0,\"timestart\":1701255600,\"name\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\\u5df2\\u7d93\\u904e\\u671f\"}',1701062134,'web','73.219.6.51',NULL),(9480,'\\core\\event\\calendar_event_updated','core','updated','calendar_event','event',2,'u',0,16,50,2,2,2,NULL,0,'{\"repeatid\":0,\"timestart\":1701255600,\"name\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\\u5df2\\u7d93\\u904e\\u671f\"}',1701062210,'web','73.219.6.51',NULL),(9481,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',22,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701062210,'web','73.219.6.51',NULL),(9482,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',22,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701062210,'web','73.219.6.51',NULL),(9483,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1701062210,'web','73.219.6.51',NULL),(9484,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',18,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u524d\\u7f6e\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u627e\\u8cc7\\u6599\\u4e26\\u5beb\\u8a3b\\u89e3\\uff08\\u6b77\\u53f2\\u3001\\u985e\\u578b\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1701062210,'web','73.219.6.51',NULL),(9485,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',19,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u524d\\u7f6e\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u56de\\u7b54\\u300c\\u5167\\u5bb9\\u300d whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1701062210,'web','73.219.6.51',NULL),(9486,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701062211,'web','73.219.6.51',NULL),(9487,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',22,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701062211,'web','73.219.6.51',NULL),(9488,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1701062211,'web','73.219.6.51',NULL),(9489,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1701062211,'web','73.219.6.51',NULL),(9490,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',54,'u',1,93,70,54,2,2,NULL,0,'{\"modulename\":\"assign\",\"instanceid\":\"2\",\"name\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\"}',1701062212,'web','73.219.6.51',NULL),(9491,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701062212,'web','73.219.6.51',NULL),(9492,'\\core\\event\\calendar_event_updated','core','updated','calendar_event','event',2,'u',0,16,50,2,2,2,NULL,0,'{\"repeatid\":0,\"timestart\":1701860400,\"name\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\\u5df2\\u7d93\\u904e\\u671f\"}',1701062230,'web','73.219.6.51',NULL),(9493,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',22,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701062231,'web','73.219.6.51',NULL),(9494,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',22,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701062231,'web','73.219.6.51',NULL),(9495,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',54,'u',1,93,70,54,2,2,NULL,0,'{\"modulename\":\"assign\",\"instanceid\":\"2\",\"name\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\"}',1701062231,'web','73.219.6.51',NULL),(9496,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701062231,'web','73.219.6.51',NULL),(9497,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701062316,'web','73.219.6.51',NULL),(9498,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701070951,'web','36.229.147.202',NULL),(9499,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1701070957,'web','36.229.147.202',NULL),(9500,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1701070957,'web','36.229.147.202',NULL),(9501,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1701070959,'web','36.229.147.202',NULL),(9502,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,11,2,NULL,0,'null',1701070970,'web','36.229.147.202',NULL),(9503,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701072821,'web','111.249.20.83',NULL),(9504,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701076523,'web','147.92.179.112',NULL),(9505,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701080007,'web','205.210.31.39',NULL),(9506,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701080969,'web','203.121.235.95',NULL),(9507,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1701080977,'web','203.121.235.95',NULL),(9508,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1701080977,'web','203.121.235.95',NULL),(9509,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1701080978,'web','203.121.235.95',NULL),(9510,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,6,2,NULL,0,'null',1701080986,'web','203.121.235.95',NULL),(9511,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,6,2,NULL,0,'{\"assignid\":\"1\"}',1701080986,'web','203.121.235.95',NULL),(9512,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',29,'r',2,91,70,52,6,2,NULL,0,'null',1701081017,'web','203.121.235.95',NULL),(9513,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,6,2,NULL,0,'null',1701081020,'web','203.121.235.95',NULL),(9514,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,6,2,NULL,0,'{\"assignid\":\"2\"}',1701081020,'web','203.121.235.95',NULL),(9515,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,6,2,NULL,0,'null',1701081024,'web','203.121.235.95',NULL),(9516,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,6,2,NULL,0,'null',1701081179,'web','203.121.235.95',NULL),(9517,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1701081294,'web','203.121.235.95',NULL),(9518,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1701081297,'web','203.121.235.95',NULL),(9519,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,6,2,NULL,0,'null',1701081313,'web','203.121.235.95',NULL),(9520,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,6,2,NULL,0,'null',1701081313,'web','203.121.235.95',NULL),(9521,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,6,2,NULL,0,'null',1701081317,'web','203.121.235.95',NULL),(9522,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1701081326,'web','203.121.235.95',NULL),(9523,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,6,2,NULL,0,'null',1701081335,'web','203.121.235.95',NULL),(9524,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,6,2,NULL,0,'{\"assignid\":\"1\"}',1701081335,'web','203.121.235.95',NULL),(9525,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',29,'r',2,91,70,52,6,2,NULL,0,'null',1701081438,'web','203.121.235.95',NULL),(9526,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701086701,'web','3.143.245.163',NULL),(9527,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701108761,'web','104.153.109.11',NULL),(9528,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1701108783,'web','104.153.109.11',NULL),(9529,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1701108784,'web','104.153.109.11',NULL),(9530,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701108788,'web','104.153.109.11',NULL),(9531,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,15,2,NULL,0,'null',1701108799,'web','104.153.109.11',NULL),(9532,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701108811,'web','104.153.109.11',NULL),(9533,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,15,2,NULL,0,'null',1701108832,'web','104.153.109.11',NULL),(9534,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701108840,'web','104.153.109.11',NULL),(9535,'\\core\\event\\notification_sent','core','sent','notification','notifications',1137,'c',0,1,10,0,0,0,15,0,'{\"courseid\":\"1\"}',1701108847,'cli',NULL,NULL),(9536,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,15,2,NULL,0,'null',1701108851,'web','104.153.109.11',NULL),(9537,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701110139,'web','104.153.109.11',NULL),(9538,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,15,2,NULL,0,'null',1701110148,'web','104.153.109.11',NULL),(9539,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,15,2,NULL,0,'null',1701110148,'web','104.153.109.11',NULL),(9540,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,15,2,NULL,0,'null',1701110149,'web','104.153.109.11',NULL),(9541,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,15,2,NULL,0,'null',1701110149,'web','104.153.109.11',NULL),(9542,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1701116347,'cli',NULL,NULL),(9543,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701119748,'web','198.235.24.34',NULL),(9544,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701127344,'web','117.56.58.51',NULL),(9545,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1701127368,'web','117.56.58.51',NULL),(9546,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1701127368,'web','117.56.58.51',NULL),(9547,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1701127370,'web','117.56.58.51',NULL),(9548,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,14,2,NULL,0,'null',1701127386,'web','117.56.58.51',NULL),(9549,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,14,2,NULL,0,'{\"assignid\":\"1\"}',1701127386,'web','117.56.58.51',NULL),(9550,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,14,2,NULL,0,'null',1701127394,'web','117.56.58.51',NULL),(9551,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,14,2,14,0,'{\"assignid\":\"1\"}',1701127394,'web','117.56.58.51',NULL),(9552,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,14,2,NULL,0,'null',1701127517,'web','117.56.58.51',NULL),(9553,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',3,'c',2,88,70,49,14,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"17720eef9fd6980d4bfa54fa6fae28c18e643a09\"]}',1701127517,'web','117.56.58.51',NULL),(9554,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',3,'c',2,88,70,49,14,2,14,0,'{\"submissionid\":\"3\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1701127517,'web','117.56.58.51',NULL),(9555,'\\core\\event\\notification_sent','core','sent','notification','notifications',1138,'c',0,1,10,0,0,0,14,0,'{\"courseid\":\"2\"}',1701127521,'web','117.56.58.51',NULL),(9556,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',3,'u',2,88,70,49,14,2,NULL,0,'{\"submission_editable\":true}',1701127521,'web','117.56.58.51',NULL),(9557,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,14,2,NULL,0,'null',1701127521,'web','117.56.58.51',NULL),(9558,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,14,2,NULL,0,'{\"assignid\":\"1\"}',1701127521,'web','117.56.58.51',NULL),(9559,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1701127569,'web','117.56.58.51',NULL),(9560,'\\core\\event\\user_loggedout','core','loggedout','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"sessionid\":\"l8cbkbbd3vpfrvdlal5q02vkbh\"}',1701127573,'web','117.56.58.51',NULL),(9561,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701127573,'web','117.56.58.51',NULL),(9562,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1701135040,'web','73.219.6.51',NULL),(9563,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,2,2,NULL,0,'null',1701135041,'web','73.219.6.51',NULL),(9564,'\\core\\event\\user_graded','core','graded','user','grade_grades',327,'u',1,16,50,2,2,2,14,0,'{\"itemid\":\"20\",\"overridden\":false,\"finalgrade\":10}',1701135084,'web','73.219.6.51',NULL),(9565,'\\core\\event\\user_graded','core','graded','user','grade_grades',172,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":78}',1701135084,'web','73.219.6.51',NULL),(9566,'\\core\\event\\user_graded','core','graded','user','grade_grades',29,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":92.5}',1701135084,'web','73.219.6.51',NULL),(9567,'\\core\\event\\user_graded','core','graded','user','grade_grades',329,'u',1,16,50,2,2,2,16,0,'{\"itemid\":\"20\",\"overridden\":false,\"finalgrade\":10}',1701135092,'web','73.219.6.51',NULL),(9568,'\\core\\event\\user_graded','core','graded','user','grade_grades',174,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":68}',1701135092,'web','73.219.6.51',NULL),(9569,'\\core\\event\\user_graded','core','graded','user','grade_grades',2,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":81.900000000000006}',1701135092,'web','73.219.6.51',NULL),(9570,'\\core\\event\\user_graded','core','graded','user','grade_grades',335,'u',1,16,50,2,2,2,22,0,'{\"itemid\":\"20\",\"overridden\":false,\"finalgrade\":10}',1701135102,'web','73.219.6.51',NULL),(9571,'\\core\\event\\user_graded','core','graded','user','grade_grades',179,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":64}',1701135102,'web','73.219.6.51',NULL),(9572,'\\core\\event\\user_graded','core','graded','user','grade_grades',14,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":64}',1701135102,'web','73.219.6.51',NULL),(9573,'\\core\\event\\user_graded','core','graded','user','grade_grades',336,'u',1,16,50,2,2,2,23,0,'{\"itemid\":\"20\",\"overridden\":false,\"finalgrade\":10}',1701135107,'web','73.219.6.51',NULL),(9574,'\\core\\event\\user_graded','core','graded','user','grade_grades',180,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":76}',1701135107,'web','73.219.6.51',NULL),(9575,'\\core\\event\\user_graded','core','graded','user','grade_grades',17,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":105.23333}',1701135107,'web','73.219.6.51',NULL),(9576,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701135452,'web','120.244.78.68',NULL),(9577,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1701135457,'web','120.244.78.68',NULL),(9578,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1701135458,'web','120.244.78.68',NULL),(9579,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1701135461,'web','120.244.78.68',NULL),(9580,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,23,2,NULL,0,'null',1701135485,'web','120.244.78.68',NULL),(9581,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,23,2,NULL,0,'{\"assignid\":\"1\"}',1701135485,'web','120.244.78.68',NULL),(9582,'\\core\\event\\notification_sent','core','sent','notification','notifications',1139,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1701135486,'cli',NULL,NULL),(9583,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,23,2,NULL,0,'null',1701141681,'web','120.244.78.68',NULL),(9584,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,23,2,23,0,'{\"assignid\":\"1\"}',1701141682,'web','120.244.78.68',NULL),(9585,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,23,2,NULL,0,'null',1701141718,'web','120.244.78.68',NULL),(9586,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',10,'c',2,88,70,49,23,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"cbf8b95e28eac009cebc1a99a885af2365432446\"]}',1701141718,'web','120.244.78.68',NULL),(9587,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',4,'c',2,88,70,49,23,2,23,0,'{\"submissionid\":\"10\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1701141718,'web','120.244.78.68',NULL),(9588,'\\core\\event\\notification_sent','core','sent','notification','notifications',1140,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"2\"}',1701141721,'web','120.244.78.68',NULL),(9589,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',10,'u',2,88,70,49,23,2,NULL,0,'{\"submission_editable\":true}',1701141721,'web','120.244.78.68',NULL),(9590,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,23,2,NULL,0,'null',1701141721,'web','120.244.78.68',NULL),(9591,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,23,2,NULL,0,'{\"assignid\":\"1\"}',1701141721,'web','120.244.78.68',NULL),(9592,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,23,2,NULL,0,'null',1701141743,'web','120.244.78.68',NULL),(9593,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,23,2,NULL,0,'{\"assignid\":\"2\"}',1701141743,'web','120.244.78.68',NULL),(9594,'\\tool_recyclebin\\event\\course_bin_item_deleted','tool_recyclebin','deleted','course_bin_item','tool_recyclebin_course',10,'d',0,16,50,2,2,2,NULL,0,'null',1701145801,'cli',NULL,NULL),(9595,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,23,2,NULL,0,'null',1701153128,'web','120.244.78.68',NULL),(9596,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,23,2,NULL,0,'{\"assignid\":\"1\"}',1701153128,'web','120.244.78.68',NULL),(9597,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,23,2,NULL,0,'null',1701153153,'web','120.244.78.68',NULL),(9598,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,23,2,NULL,0,'{\"assignid\":\"1\"}',1701153153,'web','120.244.78.68',NULL),(9599,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,23,2,NULL,0,'null',1701153200,'web','120.244.78.68',NULL),(9600,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,23,2,NULL,0,'null',1701153208,'web','120.244.78.68',NULL),(9601,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1701153363,'web','120.244.78.68',NULL),(9602,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1701153366,'web','120.244.78.68',NULL),(9603,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,23,2,NULL,0,'null',1701153395,'web','120.244.78.68',NULL),(9604,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,23,2,NULL,0,'{\"assignid\":\"1\"}',1701153396,'web','120.244.78.68',NULL),(9605,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,23,2,NULL,0,'null',1701153430,'web','120.244.78.68',NULL),(9606,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,23,2,23,0,'{\"assignid\":\"1\"}',1701153430,'web','120.244.78.68',NULL),(9607,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,23,2,NULL,0,'null',1701153481,'web','120.244.78.68',NULL),(9608,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,23,2,NULL,0,'null',1701153496,'web','120.244.78.68',NULL),(9609,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,23,2,NULL,0,'null',1701153529,'web','120.244.78.68',NULL),(9610,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,23,2,NULL,0,'null',1701153543,'web','120.244.78.68',NULL),(9611,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,23,2,NULL,0,'null',1701153554,'web','120.244.78.68',NULL),(9612,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,23,2,NULL,0,'{\"assignid\":\"1\"}',1701153555,'web','120.244.78.68',NULL),(9613,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,23,2,NULL,0,'null',1701153912,'web','120.244.78.68',NULL),(9614,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,23,2,NULL,0,'null',1701153938,'web','120.244.78.68',NULL),(9615,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,23,2,NULL,0,'null',1701153945,'web','120.244.78.68',NULL),(9616,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,23,2,NULL,0,'null',1701153947,'web','120.244.78.68',NULL),(9617,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,23,2,NULL,0,'null',1701153947,'web','120.244.78.68',NULL),(9618,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,23,2,NULL,0,'null',1701153951,'web','120.244.78.68',NULL),(9619,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,23,2,NULL,0,'null',1701153951,'web','120.244.78.68',NULL),(9620,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,23,2,NULL,0,'null',1701153952,'web','120.244.78.68',NULL),(9621,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1701154003,'web','120.244.78.68',NULL),(9622,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',29,'r',2,91,70,52,23,2,NULL,0,'null',1701154010,'web','120.244.78.68',NULL),(9623,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1701154031,'web','120.244.78.68',NULL),(9624,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,23,2,NULL,0,'null',1701154039,'web','120.244.78.68',NULL),(9625,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,23,2,NULL,0,'{\"assignid\":\"2\"}',1701154040,'web','120.244.78.68',NULL),(9626,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',29,'r',2,91,70,52,23,2,NULL,0,'null',1701154109,'web','120.244.78.68',NULL),(9627,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,23,2,NULL,0,'null',1701154129,'web','120.244.78.68',NULL),(9628,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,23,2,NULL,0,'null',1701154710,'web','120.244.78.68',NULL),(9629,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,23,2,NULL,0,'{\"assignid\":\"1\"}',1701154710,'web','120.244.78.68',NULL),(9630,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701154728,'web','120.244.78.68',NULL),(9631,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701172802,'web','36.229.147.202',NULL),(9632,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1701172807,'web','36.229.147.202',NULL),(9633,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1701172807,'web','36.229.147.202',NULL),(9634,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1701172809,'web','36.229.147.202',NULL),(9635,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,11,2,NULL,0,'null',1701172816,'web','36.229.147.202',NULL),(9636,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',145,'c',2,82,70,43,11,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u555f\\u793a\\u9304\\uff08Revelation\\uff09\\u9999\\u6e2f\\u6b4c\\u624b\\u9127\\u7d2b\\u68cb\\u7684\\u7b2c\\u4e03\\u5f35\\u9304\\u97f3\\u5ba4\\u7684\\u97f3\\u6a02\\u5c08\\u8f2f\\uff0c2022\\u5e749\\u670830\\u65e5\\u7531\\u83ef\\u7d0d\\u97f3\\u6a02\\u767c\\u884c\\uff0c2023\\u5e747\\u670810\\u65e5\\u767c\\u884c\\u897f\\u73ed\\u7259\\u8a9e\\u7248\\uff1b\\u5275\\u4f5c\\u8a5e\\u66f2\\u3001\\u81ea\\u7de8\\u81ea\\u6f14\\u3001\\u505a\\u81ea\\u5df1\\u7684\\u5f71\\u8a55\\u3002<br \\/>\\n\\u5c08\\u8f2f\\u4e2d\\u670914\\u9996\\u6b4c\\u66f2\\uff0c\\u5305\\u542b\\u4e03\\u5c01\\u300a\\u81f4\\u5929\\u5802\\u7684\\u4fe1\\u6d77\\u300b\\u53ca\\u4e03\\u5c01\\u300a\\u5929\\u5802\\u7684\\u56de\\u4fe1\\u300b\\uff1b\\u81f4\\u5929\\u5802\\u7684\\u4fe1\\u5206\\u5225\\u70ba\\u300a\\u5c11\\u5e74\\u8207\\u6d77\\u300b\\u3001\\u300aHELL\\u300b\\u3001\\u300a\\u53ea\\u6709\\u6211\\u548c\\u4f60\\u7684\\u5730\\u65b9\\u300b\\u3001\\u300a\\u4f60\\u4e0d\\u662f\\u7b2c\\u4e00\\u500b\\u96e2\\u958b\\u7684\\u4eba\\u300b\\u3001\\u300a\\u4e0d\\u60f3\\u56de\\u5bb6\\u300b\\u3001\\u300a\\u51b0\\u6cb3\\u6642\\u4ee3\\u300b\\u3001\\u300a\\u53d7\\u96e3\\u66f2\\u300b\\uff1b\\u5929\\u5802\\u7684\\u56de\\u4fe1\\u5206\\u5225\\u70ba\\u300aGLORIA\\u300b\\u3001\\u300a\\u8001\\u4eba\\u8207\\u6d77\\u300b\\u3001\\u300aFIND YOU\\u300b\\u3001\\u300a\\u96e2\\u5fc3\\u529b\\u300b\\u3001\\u300a\\u8b93\\u4e16\\u754c\\u66ab\\u505c\\u4e00\\u5206\\u9418\\u300b\\u3001\\u300a\\u591c\\u7684\\u76e1\\u982d\\u300b\\u3001\\u300a\\u5929\\u7a7a\\u6c92\\u6709\\u6975\\u9650\\u300b\\u3002<br \\/>\\n\\u4e00\\u3001\\u8207\\u57fa\\u7763\\u6559\\u4fe1\\u4ef0\\u6709\\u95dc\\u7684\\u6709\\u4ee5\\u4e0b\\u5e7e\\u9ede\\uff1a<br \\/>\\n(\\u4e00)\\u6574\\u9ad4\\u97f3\\u6a02\\u5c08\\u8f2f\\u7684\\u92ea\\u9673\\u5c31\\u5982\\u540c\\u9127\\u7d2b\\u68cb\\u8ac7\\u53ca\\u5979\\u5275\\u4f5c\\u300aGloria\\u300b\\u7684\\u5fc3\\u8def\\u6b77\\u7a0b\\u548c\\u300a\\u5553\\u793a\\u9304\\u300b\\u5c08\\u8f2f\\u7684\\u9748\\u611f\\uff1a\\u300a\\u555f\\u793a\\u9304\\u300b\\u5c08\\u8f2f\\u7684\\u9748\\u611f\\u4f86\\u81ea\\u4e00\\u6b21\\u8d85\\u81ea\\u7136\\u7684\\u7d93\\u6b77\\uff1a\\u5979\\u66fe\\u6709\\u4e00\\u6b21\\u88ab\\u6182\\u50b7\\u58d3\\u5012\\uff0c\\u908a\\u54ed\\u908a\\u7948\\u79b1\\uff0c\\u7136\\u5f8c\\u5728\\u6d74\\u5ba4\\u6d17\\u6fa1\\u6642\\u7adf\\u7136\\u4e0d\\u81ea\\u89ba\\u5730\\u54fc\\u51fa\\u4e00\\u6bb5\\u65cb\\u5f8b\\uff0c\\u5979\\u611f\\u89ba\\u90a3\\u5c31\\u50cf\\u662f\\u5929\\u4f7f\\u7684\\u6b4c\\u8072\\uff0c\\u5e36\\u7d66\\u5979\\u8d85\\u8d8a\\u58de\\u5883\\u7684\\u5e73\\u5b89\\u3002\\u5979\\u65bc\\u662f\\u840c\\u767c\\u51fa\\u4e00\\u5f35\\u5c08\\u8f2f\\u7684\\u9748\\u611f\\uff0c\\u5979\\u8981\\u7528\\u5979\\u7684\\u65b0\\u6b4c\\u8ff0\\u8aaa\\u81ea\\u5df1\\u7684\\u6399\\u624e\\u3001\\u5fc3\\u788e\\u548c\\u7948\\u79b1\\uff0c\\u4e5f\\u8a18\\u9304\\u4e0a\\u5e1d\\u5982\\u4f55\\u5782\\u807d\\u79b1\\u544a\\uff0c\\u5728\\u5979\\u7684\\u751f\\u547d\\u4e2d\\u65bd\\u884c\\u6551\\u8d16\\u3001\\u8cdc\\u4e88\\u6069\\u5178\\u3002\\u56e0\\u6b64\\u672c\\u7cfb\\u5217\\u97f3\\u6a02\\u5287\\u900f\\u904e\\u5275\\u9020\\u8005\\u50b3\\u9054\\u81ea\\u8eab\\u7684\\u7d93\\u9a57\\u4e5f\\u8868\\u9054\\u4e86\\u57fa\\u7763\\u6559\\u7684\\u4fe1\\u4ef0\\u3002<br \\/>\\n(\\u4e8c)\\u97f3\\u6a02\\u5287\\u5e8f\\u66f2-GLORIA\\u91cd\\u8907\\u611b\\u88e1\\u6c92\\u6709\\u61fc\\u6015\\u7684\\u91cd\\u9ede\\uff0c\\u5f71\\u7247\\u4e2d\\u4e5f\\u904b\\u7528\\u5927\\u6c34\\u5206\\u958b\\u7684\\u6548\\u679c\\uff0c\\u4e26\\u518d\\u4e2d\\u9593\\u6709\\u4e00\\u6247\\u5149\\u660e\\u7684\\u9580\\uff0c\\u5f9e\\u5931\\u571f\\u5f15\\u5c0e\\u5230\\u6a02\\u571f\\u3002\\u5531\\u51fa\\u611b\\u8207\\u52c7\\u6c23\\uff0c\\u518d\\u5f9e\\u65b0\\u6558\\u8ff0\\u6545\\u4e8b\\u7684\\u7531\\u4f86\\u3002\\u904b\\u7528\\u4e86\\u8056\\u7d93\\u4e2d\\u4e00\\u4e9b\\u4ee3\\u8868\\u6027\\u7684\\u6545\\u4e8b\\u53ca\\u4e3b\\u984c\\uff0c\\u5982\\u5927\\u6c34\\u5206\\u958b\\u3001\\u5149\\u7684\\u5f15\\u5c0e\\u3001\\u5929\\u5802\\u8207\\u5730\\u7344\\uff08\\u6a02\\u571f\\u8207\\u5931\\u571f\\uff09\\u7684\\u6bd4\\u55bb\\u7b49\\u3002\\u7279\\u5225\\u57fa\\u7763\\u6559\\u4fe1\\u4ef0\\u4e2d\\u5f37\\u8abf\\u611b\\u7684\\u89c0\\u9ede\\u8cab\\u7a7f\\u5168\\u5c08\\u8f2f\\u3002<br \\/>\\n(\\u4e09)\\u5275\\u4f5c\\u8005\\u4e5f\\u904b\\u7528\\u6b4c\\u8a5e\\uff0c\\u5c07\\u81ea\\u5df1\\u7684\\u7406\\u5ff5\\u5c55\\u73fe\\u51fa\\u5b97\\u6559\\u4fe1\\u606f\\u7684\\u610f\\u7fa9\\uff0c\\u5982\\u300aFIND YOU\\u300b\\u6b4c\\u8a5e\\u4e2d\\u8868\\u9054\\u611b\\u7684\\u60f3\\u50cf\\u8207\\u4e3b\\u5f35\\uff0c\\u4ee5\\u53ca\\u611b\\u7684\\u5b88\\u8b77\\uff08\\u300c...\\u4e0d\\u7ba1\\u4f60\\u5728\\u524d\\u884c \\u6216\\u8ff7\\u8def\\uff0c\\u4f60\\u6b64\\u523b\\u76e1\\u8208 \\u6216\\u5b64\\u7368\\uff0c\\u4f60\\u66fe\\u7d93\\u76f8\\u4fe1 \\u6216\\u4e26\\u4e0d\\uff0c\\u4f60\\u770b\\u5f97\\u6e05\\u6670 \\u6216\\u9677\\u5165\\u8ff7\\u9727\\uff0c\\u5982\\u679c\\u4f60\\u5728\\u9060\\u8655 \\u6211\\u5b88\\u8b77\\uff0c\\u4f60\\u5373\\u4f7f\\u53cd\\u8986 \\u6211\\u5805\\u56fa\\uff0c\\u4f60\\u518d\\u4e0d\\u5728\\u4e4e \\u6211\\u5728\\u4e4e\\uff0c\'Cause I, \'cause I\\u2026..\\u300d\\uff09<br \\/>\\n\\u4e8c\\u3001\\u672c\\u5c08\\u8f2f\\u7684\\u7d42\\u6975\\u95dc\\u61f7\\uff0c\\u97f3\\u6a02\\u5287\\u642d\\u914d\\u73fe\\u5be6\\u751f\\u6d3b\\u53ca\\u5143\\u5b87\\u5b99\\u9047\\u4e0a\\u611b\\u7684\\u5169\\u689d\\u5287\\u60c5\\u7dda\\uff0c\\u6545\\u4e8b\\u4ee5\\u5143\\u5b87\\u5b99-\\u6a02\\u571f\\u3001\\u5ee2\\u571f(\\u6a02\\u571f\\u56de\\u4fee\\u7ad9)\\u3001\\u73fe\\u5be6\\u4e16\\u754c\\u70ba\\u80cc\\u666f\\uff0c\\u8b1b\\u8ff0\\u6d3b\\u5728\\u6a02\\u571f\\u7684\\u904a\\u6232\\u89d2\\u8272Gloria\\u8207\\u8eab\\u5728\\u73fe\\u5be6\\u4e16\\u754c\\u7684\\uff08\\u5747\\u7531G.E.M.\\u9127\\u7d2b\\u68cb\\u98fe\\u6f14\\uff09\\u4ea4\\u932f\\u5730\\u7d93\\u6b77\\u64c1\\u6709\\u3001\\u5931\\u53bb\\u3001\\u5c0b\\u627e\\u3001\\u7372\\u5f97\\u8207\\u91cd\\u751f\\u7684\\u6545\\u4e8b\\u3002\\u63a2\\u8a0e\\u7db2\\u8def\\u4e16\\u754c\\u7684\\u865b\\u5e7b\\uff0c\\u53ca\\u9762\\u5c0d\\u73fe\\u5be6\\u751f\\u6d3b\\u7684\\u6311\\u6230\\uff0c\\u6700\\u7d42\\u56e0\\u70ba\\u611b\\u514b\\u670d\\u4e00\\u5207\\u3002<br \\/>\\n\\u5168\\u5c08\\u8f2f\\u5c55\\u73fe\\u73fe\\u4eca\\u4e16\\u4ee3\\u7684\\u4eba\\u5728\\u865b\\u64ec\\u8207\\u771f\\u5be6\\u9593\\u7684\\u6399\\u624e\\uff0c\\u4f46\\u5275\\u4f5c\\u8005\\u900f\\u904e\\u8ffd\\u6c42\\u611b\\u7684\\u7d42\\u6975\\u95dc\\u61f7\\uff0c\\u8868\\u9054\\u5728\\u611b\\u4e2d\\u6c92\\u6709\\u61fc\\u6015\\uff0c\\u9081\\u51fa\\u8173\\u6b65\\u5c31\\u6709\\u76fc\\u671b\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":10,\"triggeredfrom\":\"forum_add_new_post\"}',1701172851,'web','36.229.147.202',NULL),(9637,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',145,'c',2,82,70,43,11,2,NULL,0,'{\"discussionid\":10,\"forumid\":13,\"forumtype\":\"single\"}',1701172851,'web','36.229.147.202',NULL),(9638,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',124,'c',2,82,70,43,11,2,11,0,'{\"forumid\":13,\"discussion\":10}',1701172851,'web','36.229.147.202',NULL),(9639,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,11,2,NULL,0,'null',1701172851,'web','36.229.147.202',NULL),(9640,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,11,2,NULL,0,'null',1701172908,'web','36.229.147.202',NULL),(9641,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1701172969,'web','36.229.147.202',NULL),(9642,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,11,2,11,0,'null',1701172977,'web','36.229.147.202',NULL),(9643,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701175417,'web','203.121.235.95',NULL),(9644,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701175423,'web','203.121.235.95',NULL),(9645,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1701175432,'web','203.121.235.95',NULL),(9646,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1701175432,'web','203.121.235.95',NULL),(9647,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1701175434,'web','203.121.235.95',NULL),(9648,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',29,'r',2,91,70,52,6,2,NULL,0,'null',1701175444,'web','203.121.235.95',NULL),(9649,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1701175447,'web','203.121.235.95',NULL),(9650,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,6,2,NULL,0,'null',1701175451,'web','203.121.235.95',NULL),(9651,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,6,2,NULL,0,'{\"assignid\":\"1\"}',1701175452,'web','203.121.235.95',NULL),(9652,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,6,2,6,0,'null',1701175475,'web','203.121.235.95',NULL),(9653,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,6,2,NULL,0,'null',1701175480,'web','203.121.235.95',NULL),(9654,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,6,2,6,0,'{\"assignid\":\"1\"}',1701175480,'web','203.121.235.95',NULL),(9655,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,6,2,NULL,0,'null',1701175527,'web','203.121.235.95',NULL),(9656,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',5,'c',2,88,70,49,6,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"f837858f440d5732908e738221d8479d219ba224\"]}',1701175527,'web','203.121.235.95',NULL),(9657,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',5,'c',2,88,70,49,6,2,6,0,'{\"submissionid\":\"5\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1701175527,'web','203.121.235.95',NULL),(9658,'\\core\\event\\notification_sent','core','sent','notification','notifications',1141,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"2\"}',1701175531,'web','203.121.235.95',NULL),(9659,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',5,'u',2,88,70,49,6,2,NULL,0,'{\"submission_editable\":true}',1701175531,'web','203.121.235.95',NULL),(9660,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,6,2,NULL,0,'null',1701175531,'web','203.121.235.95',NULL),(9661,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,6,2,NULL,0,'{\"assignid\":\"1\"}',1701175531,'web','203.121.235.95',NULL),(9662,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701175916,'web','124.64.23.188',NULL),(9663,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1701175921,'web','124.64.23.188',NULL),(9664,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1701175921,'web','124.64.23.188',NULL),(9665,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1701175924,'web','124.64.23.188',NULL),(9666,'\\core\\event\\notification_sent','core','sent','notification','notifications',1142,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1701175926,'cli',NULL,NULL),(9667,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,23,2,NULL,0,'null',1701175940,'web','124.64.23.188',NULL),(9668,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,23,2,NULL,0,'{\"assignid\":\"1\"}',1701175940,'web','124.64.23.188',NULL),(9669,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,23,2,NULL,0,'null',1701175943,'web','124.64.23.188',NULL),(9670,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,23,2,23,0,'{\"assignid\":\"1\"}',1701175943,'web','124.64.23.188',NULL),(9671,'\\core\\event\\notification_sent','core','sent','notification','notifications',1143,'c',0,1,10,0,11,0,6,0,'{\"courseid\":\"2\"}',1701176466,'cli',NULL,NULL),(9672,'\\core\\event\\notification_sent','core','sent','notification','notifications',1144,'c',0,1,10,0,11,0,11,0,'{\"courseid\":\"2\"}',1701176469,'cli',NULL,NULL),(9673,'\\core\\event\\notification_sent','core','sent','notification','notifications',1145,'c',0,1,10,0,11,0,23,0,'{\"courseid\":\"2\"}',1701176472,'cli',NULL,NULL),(9674,'\\core\\event\\notification_sent','core','sent','notification','notifications',1146,'c',0,1,10,0,11,0,13,0,'{\"courseid\":\"2\"}',1701176475,'cli',NULL,NULL),(9675,'\\core\\event\\notification_sent','core','sent','notification','notifications',1147,'c',0,1,10,0,11,0,20,0,'{\"courseid\":\"2\"}',1701176478,'cli',NULL,NULL),(9676,'\\core\\event\\notification_sent','core','sent','notification','notifications',1148,'c',0,1,10,0,11,0,2,0,'{\"courseid\":\"2\"}',1701176481,'cli',NULL,NULL),(9677,'\\core\\event\\notification_sent','core','sent','notification','notifications',1149,'c',0,1,10,0,11,0,19,0,'{\"courseid\":\"2\"}',1701176484,'cli',NULL,NULL),(9678,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,23,2,NULL,0,'null',1701176661,'web','124.64.23.188',NULL),(9679,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',10,'c',2,88,70,49,23,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"cbf8b95e28eac009cebc1a99a885af2365432446\"]}',1701176661,'web','124.64.23.188',NULL),(9680,'\\assignsubmission_file\\event\\submission_updated','assignsubmission_file','updated','submission','assignsubmission_file',4,'u',2,88,70,49,23,2,23,0,'{\"submissionid\":\"10\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1701176661,'web','124.64.23.188',NULL),(9681,'\\core\\event\\notification_sent','core','sent','notification','notifications',1150,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"2\"}',1701176664,'web','124.64.23.188',NULL),(9682,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',10,'u',2,88,70,49,23,2,NULL,0,'{\"submission_editable\":true}',1701176664,'web','124.64.23.188',NULL),(9683,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,23,2,NULL,0,'null',1701176664,'web','124.64.23.188',NULL),(9684,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,23,2,NULL,0,'{\"assignid\":\"1\"}',1701176664,'web','124.64.23.188',NULL),(9685,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701176930,'web','124.64.23.188',NULL),(9686,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1701176935,'web','124.64.23.188',NULL),(9687,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1701176935,'web','124.64.23.188',NULL),(9688,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1701176938,'web','124.64.23.188',NULL),(9689,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,23,2,23,0,'null',1701176945,'web','124.64.23.188',NULL),(9690,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1701176990,'web','124.64.23.188',NULL),(9691,'\\core\\event\\user_loggedout','core','loggedout','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"sessionid\":\"rgpepsg49l2jfhfkln53d5m31g\"}',1701177034,'web','124.64.23.188',NULL),(9692,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701177034,'web','124.64.23.188',NULL),(9693,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,6,2,6,0,'null',1701187067,'web','203.121.235.95',NULL),(9694,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1701192033,'web','27.96.224.186',NULL),(9695,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,20,2,NULL,0,'null',1701192034,'web','27.96.224.186',NULL),(9696,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,20,2,NULL,0,'{\"assignid\":\"1\"}',1701192034,'web','27.96.224.186',NULL),(9697,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,20,2,NULL,0,'null',1701198172,'web','27.96.224.186',NULL),(9698,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,20,2,20,0,'{\"assignid\":\"1\"}',1701198172,'web','27.96.224.186',NULL),(9699,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,20,2,NULL,0,'null',1701198217,'web','27.96.224.186',NULL),(9700,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',14,'c',2,88,70,49,20,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"805d834ce3dbf4e4f8ab628a3e32e32ed5293b61\"]}',1701198217,'web','27.96.224.186',NULL),(9701,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',6,'c',2,88,70,49,20,2,20,0,'{\"submissionid\":\"14\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1701198217,'web','27.96.224.186',NULL),(9702,'\\core\\event\\notification_sent','core','sent','notification','notifications',1151,'c',0,1,10,0,0,0,20,0,'{\"courseid\":\"2\"}',1701198220,'web','27.96.224.186',NULL),(9703,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',14,'u',2,88,70,49,20,2,NULL,0,'{\"submission_editable\":true}',1701198220,'web','27.96.224.186',NULL),(9704,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,20,2,NULL,0,'null',1701198220,'web','27.96.224.186',NULL),(9705,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,20,2,NULL,0,'{\"assignid\":\"1\"}',1701198220,'web','27.96.224.186',NULL),(9706,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701234920,'web','120.244.78.68',NULL),(9707,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1701234940,'web','120.244.78.68',NULL),(9708,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1701234940,'web','120.244.78.68',NULL),(9709,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1701234942,'web','120.244.78.68',NULL),(9710,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,23,2,NULL,0,'null',1701234960,'web','120.244.78.68',NULL),(9711,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,23,2,NULL,0,'{\"assignid\":\"2\"}',1701234960,'web','120.244.78.68',NULL),(9712,'\\core\\event\\notification_sent','core','sent','notification','notifications',1152,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1701234967,'cli',NULL,NULL),(9713,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,23,2,NULL,0,'null',1701234975,'web','120.244.78.68',NULL),(9714,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,23,2,NULL,0,'{\"assignid\":\"1\"}',1701234975,'web','120.244.78.68',NULL),(9715,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,23,2,NULL,0,'null',1701234982,'web','120.244.78.68',NULL),(9716,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,23,2,23,0,'{\"assignid\":\"1\"}',1701234982,'web','120.244.78.68',NULL),(9717,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,23,2,NULL,0,'null',1701235124,'web','120.244.78.68',NULL),(9718,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',10,'c',2,88,70,49,23,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"cbf8b95e28eac009cebc1a99a885af2365432446\"]}',1701235124,'web','120.244.78.68',NULL),(9719,'\\assignsubmission_file\\event\\submission_updated','assignsubmission_file','updated','submission','assignsubmission_file',4,'u',2,88,70,49,23,2,23,0,'{\"submissionid\":\"10\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1701235124,'web','120.244.78.68',NULL),(9720,'\\core\\event\\notification_sent','core','sent','notification','notifications',1153,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"2\"}',1701235127,'web','120.244.78.68',NULL),(9721,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',10,'u',2,88,70,49,23,2,NULL,0,'{\"submission_editable\":true}',1701235127,'web','120.244.78.68',NULL),(9722,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,23,2,NULL,0,'null',1701235127,'web','120.244.78.68',NULL),(9723,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,23,2,NULL,0,'{\"assignid\":\"1\"}',1701235127,'web','120.244.78.68',NULL),(9724,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1701241945,'web','114.24.112.133',NULL),(9725,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1701241945,'web','114.24.112.133',NULL),(9726,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,5,2,NULL,0,'null',1701241949,'web','114.24.112.133',NULL),(9727,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,5,2,NULL,0,'null',1701241952,'web','114.24.112.133',NULL),(9728,'\\core\\event\\notification_sent','core','sent','notification','notifications',1154,'c',0,1,10,0,0,0,5,0,'{\"courseid\":\"1\"}',1701241986,'cli',NULL,NULL),(9729,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1701242019,'web','114.24.112.133',NULL),(9730,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',29,'r',2,91,70,52,5,2,NULL,0,'null',1701242023,'web','114.24.112.133',NULL),(9731,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1701242044,'web','114.24.112.133',NULL),(9732,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,5,2,NULL,0,'null',1701242049,'web','114.24.112.133',NULL),(9733,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,5,2,NULL,0,'null',1701242080,'web','114.24.112.133',NULL),(9734,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,5,2,NULL,0,'null',1701242089,'web','114.24.112.133',NULL),(9735,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,5,2,NULL,0,'{\"assignid\":\"1\"}',1701242089,'web','114.24.112.133',NULL),(9736,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,5,2,NULL,0,'null',1701245492,'web','114.24.112.133',NULL),(9737,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,5,2,5,0,'{\"assignid\":\"1\"}',1701245492,'web','114.24.112.133',NULL),(9738,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,5,2,NULL,0,'null',1701245539,'web','114.24.112.133',NULL),(9739,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',15,'c',2,88,70,49,5,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"feaf56fad4a32bb59374de44fe5ece4e7f747702\"]}',1701245539,'web','114.24.112.133',NULL),(9740,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',7,'c',2,88,70,49,5,2,5,0,'{\"submissionid\":\"15\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1701245539,'web','114.24.112.133',NULL),(9741,'\\core\\event\\notification_sent','core','sent','notification','notifications',1155,'c',0,1,10,0,0,0,5,0,'{\"courseid\":\"2\"}',1701245543,'web','114.24.112.133',NULL),(9742,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',15,'u',2,88,70,49,5,2,NULL,0,'{\"submission_editable\":true}',1701245543,'web','114.24.112.133',NULL),(9743,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,5,2,NULL,0,'null',1701245543,'web','114.24.112.133',NULL),(9744,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,5,2,NULL,0,'{\"assignid\":\"1\"}',1701245543,'web','114.24.112.133',NULL),(9745,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,5,2,NULL,0,'null',1701245555,'web','114.24.112.133',NULL),(9746,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,5,2,NULL,0,'{\"assignid\":\"2\"}',1701245555,'web','114.24.112.133',NULL),(9747,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,5,2,NULL,0,'null',1701245566,'web','114.24.112.133',NULL),(9748,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1701245573,'web','114.24.112.133',NULL),(9749,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,5,2,NULL,0,'null',1701245578,'web','114.24.112.133',NULL),(9750,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701245780,'web','114.253.43.3',NULL),(9751,'\\core\\event\\user_loggedin','core','loggedin','user','user',13,'r',0,1,10,0,13,0,NULL,0,'{\"username\":\"hellenwangbj@163.com\",\"extrauserinfo\":[]}',1701245793,'web','114.253.43.3',NULL),(9752,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1701245793,'web','114.253.43.3',NULL),(9753,'\\core\\event\\notification_sent','core','sent','notification','notifications',1156,'c',0,1,10,0,0,0,13,0,'{\"courseid\":\"1\"}',1701245825,'cli',NULL,NULL),(9754,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1701245833,'web','114.253.43.3',NULL),(9755,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,13,2,13,0,'null',1701245997,'web','114.253.43.3',NULL),(9756,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,13,2,NULL,0,'null',1701246207,'web','114.253.43.3',NULL),(9757,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,13,2,NULL,0,'{\"assignid\":\"1\"}',1701246208,'web','114.253.43.3',NULL),(9758,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701247619,'web','27.242.229.98',NULL),(9759,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1701247658,'web','27.242.229.98',NULL),(9760,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1701247658,'web','27.242.229.98',NULL),(9761,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1701247664,'web','27.242.229.98',NULL),(9762,'\\core\\event\\notification_sent','core','sent','notification','notifications',1157,'c',0,1,10,0,0,0,21,0,'{\"courseid\":\"1\"}',1701247685,'cli',NULL,NULL),(9763,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,21,2,NULL,0,'null',1701247696,'web','27.242.229.98',NULL),(9764,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,21,2,NULL,0,'{\"assignid\":\"1\"}',1701247696,'web','27.242.229.98',NULL),(9765,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1701247963,'web','27.242.229.98',NULL),(9766,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1701247979,'web','27.242.229.98',NULL),(9767,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1701247980,'web','27.242.229.98',NULL),(9768,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',146,'c',2,79,70,40,5,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u984f\\u591a\\u5609\\u671f\\u672b\\u5831\\u544a\\u4fee\\u6539\\u4e3b\\u984c\\u70ba\\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba\\u300b<br \\/>\\n<br \\/>\\n1. \\u6587\\u737b\\u4e00\\uff1a\\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba\\u300b10\\u500b\\u4ee4\\u4eba\\u77a0\\u76ee\\u7d50\\u820c\\u7684\\u771f\\u5be6\\u8a2d\\u5b9a\\uff0c\\u503c\\u5f97\\u8b93\\u8b80\\u8005\\u53cd\\u601d\\uff01<br \\/>\\nhttps:\\/\\/www.youtube.com\\/watch?v=51xPF9Hm_BY&list=WL&index=23<br \\/>\\n \\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba\\u300b\\u8207\\u5176\\u4ed6\\u52d5\\u756b\\u4e0d\\u540c\\u4e4b\\u8655\\u5728\\u65bc\\u9ad4\\u73fe\\u4e86\\u5f88\\u591a\\u6211\\u5011\\u73fe\\u5be6\\u751f\\u6d3b\\u4e0a\\u7684\\u77db\\u76fe\\u9ede\\uff0c\\u800c\\u4e14\\u4f5c\\u8005\\u8aeb\\u5c71\\u5275\\u8001\\u5e2b\\u5728\\u4f5c\\u54c1\\u4e2d\\u5c07\\u9019\\u4e9b\\u6df1\\u523b\\u53c8\\u6fc3\\u539a\\u7684\\u60c5\\u7dd2\\u5e36\\u5230\\u6f2b\\u756b(\\u52d5\\u756b)\\u4e2d\\uff0c\\u5728\\u793e\\u6703\\u968e\\u7d1a\\u3001\\u81ea\\u7531\\u3001\\u751f\\u6b7b\\u7b49\\u7b49\\u554f\\u984c\\u90fd\\u523b\\u756b\\u5f97\\u6975\\u5176\\u6df1\\u523b\\u3002<br \\/>\\n<br \\/>\\n2.\\u6587\\u737b\\u4e8c\\uff1a\\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba \\u6700\\u7d42\\u7814\\u7a761&2\\u300b<br \\/>\\n \\u8eab\\u8655\\u7684\\u89d2\\u5ea6(\\u7246\\u5916&\\u7246\\u5167)\\u4e0d\\u540c\\uff0c\\u770b\\u4e8b\\u60c5\\u7684\\u4e16\\u754c\\u89c0\\u4e5f\\u6703\\u4e0d\\u540c\\uff0c\\u7246\\u5167\\u8207\\u7246\\u5916\\u7684\\u570b\\u5bb6\\u5404\\u6709\\u751a\\u9ebc\\u6a23\\u7684\\u6b77\\u53f2\\u6558\\u8ff0\\uff1f\\u4e5d\\u5927\\u5de8\\u4eba\\u53c8\\u6709\\u4ec0\\u9ebc\\u76f8\\u95dc\\u7684\\u60c5\\u5831\\uff1f<br \\/>\\n<br \\/>\\n3.\\u6587\\u737b\\u4e09\\uff1a\\u5f71\\u8a55\\uff0fNetflix\\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba\\u300b\\u6700\\u7d42\\u5b63\\u5b8c\\u7d50\\u7bc7\\u89e3\\u6790\\uff01\\u7d50\\u5c40\\u6c92\\u8aaa\\u76845\\u5927\\u5f69\\u86cb\\u7d30\\u7bc0\\uff0c\\u81ea\\u7531\\u7684\\u4ee3\\u50f9\\u4ee4\\u4eba\\u550f\\u5653<br \\/>\\nhttps:\\/\\/www.storm.mg\\/lifestyle\\/4909163?page=2<br \\/>\\n \\u4f5c\\u8005\\u5728\\u52d5\\u756b\\u4e2d\\u88dc\\u5145\\u4e86\\u6f2b\\u756b\\u8f03\\u70ba\\u8349\\u7387\\u3001\\u4ea4\\u4ee3\\u4e0d\\u6e05\\u7684\\u90e8\\u5206\\uff0c\\u5728\\u9019\\u7bc7\\u6587\\u737b\\u4e2d\\u9084\\u6709\\u4f5c\\u8005\\u8aeb\\u5c71\\u5275\\uff0c\\u5206\\u4eab\\u904e\\u300a\\u9032\\u5de8\\u300b\\u4e0d\\u5c11\\u5143\\u7d20\\u90fd\\u4f86\\u81ea\\u81ea\\u5df1\\u7ae5\\u5e74\\u6642\\u559c\\u6b61\\u7684\\u4e8b\\u7269\\u7684\\u5341\\u5927\\u6574\\u7406\\u3002<br \\/>\\n<br \\/>\\n4.\\u6587\\u737b\\u56db\\uff1a\\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba\\u300b\\u5316\\u70ba\\u6700\\u5f8c\\u7684\\u665a\\u9910\\uff01\\u85dd\\u8853\\u5bb6\\u7e6a\\u51fa\\u300c\\u6551\\u4e16\\u4e3b\\u827e\\u9023\\u300d\\u8207\\u9580\\u5f92\\u6a21\\u6a23<br \\/>\\nhttps:\\/\\/www.toy-people.com\\/?p=69007<br \\/>\\n \\u65e5\\u672c\\u85dd\\u8853\\u5bb6\\u300cTAKUMI\\u300d\\u5c07\\u9054\\u6587\\u897f\\u8209\\u4e16\\u77e5\\u540d\\u7684\\u7e6a\\u756b\\u300a\\u6700\\u5f8c\\u7684\\u665a\\u9910\\u300b\\uff0c\\u4ee5\\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba\\u300b\\u70ba\\u4e3b\\u984c\\u91cd\\u65b0\\u7e6a\\u88fd\\uff0c\\u539f\\u672c\\u300a\\u6700\\u5f8c\\u7684\\u665a\\u9910\\u300b\\u4e2d\\u592e\\u756b\\u8457\\u8036\\u7a4c\\u7684\\u6a21\\u6a23\\uff0cTAKUMI\\u5247\\u6539\\u7e6a\\u70ba\\u4e3b\\u89d2\\u827e\\u9023\\uff0c\\u8eab\\u65c1\\u570d\\u7e5e\\u8457\\u773e\\u591a\\u4e3b\\u8981\\u89d2\\u8272\\uff0c\\u6709\\u4e9b\\u89d2\\u8272\\u7684\\u4f4d\\u7f6e\\u8207\\u8056\\u7d93\\u7684\\u6545\\u4e8b\\u4e0d\\u8b00\\u800c\\u5408(\\u4f8b\\u5982\\uff1a\\u80cc\\u53db)\\uff0c\\u6709\\u4e9b\\u89d2\\u8272\\u5247\\u662f\\u4f9d\\u7167\\u756b\\u9762\\u7684\\u9069\\u5408\\u7a0b\\u5ea6\\u5b89\\u6392\\u89d2\\u8272\\u4f4d\\u7f6e\\u3002<br \\/>\\n<br \\/>\\n5.\\u6587\\u737b\\u4e94\\uff1a\\u85cd\\u7389\\u96cd\\uff0f\\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba\\u300b\\uff1a\\u653f\\u6cbb\\u7684\\u958b\\u59cb\\u662f\\u8ffd\\u5c0b\\u81ea\\u7531\\uff0c\\u4f46\\u6700\\u5f8c\\u662f\\u53bb\\u80cc\\u8ca0\\u72a7\\u7272<br \\/>\\nhttps:\\/\\/opinion.udn.com\\/opinion\\/story\\/5749\\/5301827<br \\/>\\n\\u4f5c\\u8005\\u8b93\\u88e1\\u9762\\u7684\\u4e3b\\u89d2\\u5011\\u4e0d\\u505c\\u5730\\u8ffd\\u6c42\\u81ea\\u7531\\uff0c\\u4f46\\u5230\\u5f8c\\u4f86\\uff0c\\u771f\\u6b63\\u8981\\u523b\\u756b\\uff0c\\u537b\\u4f3c\\u4e4e\\u662f\\u81ea\\u7531\\u53ef\\u80fd\\u5f9e\\u4f86\\u5c31\\u4e0d\\u5b58\\u5728\\u7684\\u7591\\u60d1(\\u827e\\u9023\\uff1a\\u300c\\u6211\\u662f\\u300e\\u81ea\\u7531\\u300f\\u7684\\u5974\\u96b8\\u3002)\\u8a31\\u591a\\u52d5\\u756b\\u7684\\u4e3b\\u89d2\\u5011\\u6709\\u300c\\u4e3b\\u89d2\\u5149\\u74b0\\u300d(\\u600e\\u9ebc\\u6a23\\u90fd\\u4e0d\\u6703\\u6b7b)\\uff0c\\u4f46\\u5728\\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba\\u300b\\u4e2d\\uff0c\\u4f5c\\u8005\\u5448\\u73fe\\u7684\\u662f\\u66f4\\u591a\\u4ed6\\u4eba\\u7684\\u6b7b\\u4ea1\\u5728\\u4e3b\\u89d2\\u5011\\u5fc3\\u4e2d\\u7559\\u4e0b\\u7684\\u9670\\u5f71\\u548c\\u58d3\\u8feb\\u3002\\u6b7b\\u4ea1\\u7684\\u6230\\u6144\\u5728\\u300a\\u9032\\u64ca\\u300b\\u88e1\\uff0c\\u662f\\u7121\\u6240\\u4e0d\\u5728\\u7684\\u3002\\u7576\\u4e3b\\u89d2\\u5011\\u96e2\\u81ea\\u7531\\u8d8a\\u4f86\\u8d8a\\u9760\\u8fd1\\u6642\\uff0c\\u4ed6\\u5011\\u4ed8\\u51fa\\u7684\\u72a7\\u7272\\u4e5f\\u8d8a\\u4f86\\u8d8a\\u5927\\u3002\\u8ffd\\u6c42\\u81ea\\u7531\\u6162\\u6162\\u8b8a\\u5730\\u4e0d\\u662f\\u70ba\\u4e86\\u8ffd\\u5c0b\\u81ea\\u7531\\uff0c\\u800c\\u662f\\u70ba\\u4e86\\u56de\\u61c9\\u3001\\u80cc\\u8ca0\\u524d\\u4eba\\u7684\\u72a7\\u7272\\u800c\\u52aa\\u529b\\u524d\\u884c\\u3002\\u9019\\u500b\\u4e16\\u754c\\u662f\\u6b98\\u9177\\u7684\\uff0c\\u662f\\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba\\u300b\\u53cd\\u8986\\u5728\\u5f37\\u8abf\\u7684\\u4e3b\\u984c\\u3002\\u9019\\u500b\\u4e3b\\u984c\\u5f9e\\u4e00\\u958b\\u59cb\\u662f\\u6bd4\\u55bb\\uff1a\\u70ba\\u4e86\\u5728\\u4e16\\u754c\\u4e0a\\u751f\\u5b58\\uff0c\\u4eba\\u8a3b\\u5b9a\\u5f97\\u9762\\u5c0d\\u5145\\u6eff\\u5371\\u96aa\\u548c\\u7121\\u5e38\\u7684\\u74b0\\u5883\\u8207\\u547d\\u904b\\u3002\\u60f3\\u8981\\u96e2\\u958b\\u5b89\\u7a69\\u7684\\u751f\\u6d3b\\uff0c\\u53bb\\u7246\\u5916\\u8ffd\\u6c42\\u81ea\\u7531\\uff0c\\u5fc5\\u5b9a\\u5f97\\u9762\\u5c0d\\u88ab\\u5de8\\u4eba\\u541e\\u566c\\u7684\\u5371\\u96aa\\u3002\\u4f46\\u5230\\u6700\\u5f8c\\uff0c\\u6703\\u767c\\u73fe\\u6b98\\u9177\\u7684\\u610f\\u7fa9\\u4e0d\\u53ea\\u662f\\u5982\\u6b64\\u3002<br \\/>\\n<br \\/>\\n6.\\u6587\\u737b\\u516d\\uff1a\\u8ad6\\u6587\\uff1a\\u81ea\\u7531\\u7684\\u8ffd\\u5c0b\\u8207\\u885d\\u7a81\\u2500\\u2500\\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba\\u300b\\u4e2d\\u4e4b\\u6297\\u722d\\u6558\\u4e8b\\u53ca\\u5176\\u8faf\\u8b49<br \\/>\\nchrome-extension:\\/\\/efaidnbmnnnibpcajpcglclefindmkaj\\/http:\\/\\/nhuir.nhu.edu.tw\\/bitstream\\/987654321\\/29667\\/1\\/111NHU00076007-003.pdf<br \\/>\\n \\u4f5c\\u8005\\u4ee5\\u8ad6\\u6587\\u7684\\u65b9\\u5f0f\\u6574\\u7406\\u51fa\\u6297\\u722d\\u6558\\u4e8b\\u7684\\u4e0d\\u540c\\u8996\\u89d2\\uff0c\\u4e5f\\u6574\\u7406\\u4e86\\u8faf\\u8b49\\u610f\\u8b58\\u7684\\u5dee\\u7570\\u6027\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1701248117,'web','114.24.112.133',NULL),(9769,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',146,'c',2,79,70,40,5,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1701248117,'web','114.24.112.133',NULL),(9770,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,5,2,NULL,0,'null',1701248117,'web','114.24.112.133',NULL),(9771,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,5,2,NULL,0,'null',1701248128,'web','114.24.112.133',NULL),(9772,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,5,2,NULL,0,'null',1701248205,'web','114.24.112.133',NULL),(9773,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,5,2,NULL,0,'null',1701248235,'web','114.24.112.133',NULL),(9774,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,13,2,NULL,0,'null',1701249108,'web','114.253.43.3',NULL),(9775,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,13,2,13,0,'{\"assignid\":\"1\"}',1701249108,'web','114.253.43.3',NULL),(9776,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,13,2,NULL,0,'null',1701249147,'web','114.253.43.3',NULL),(9777,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,13,2,13,0,'{\"assignid\":\"1\"}',1701249147,'web','114.253.43.3',NULL),(9778,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,13,0,NULL,0,'null',1701249179,'web','114.253.43.3',NULL),(9779,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1701249182,'web','114.253.43.3',NULL),(9780,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,13,2,13,0,'null',1701249185,'web','114.253.43.3',NULL),(9781,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,13,2,NULL,0,'null',1701249193,'web','114.253.43.3',NULL),(9782,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,13,2,NULL,0,'{\"assignid\":\"1\"}',1701249193,'web','114.253.43.3',NULL),(9783,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,13,2,NULL,0,'null',1701249196,'web','114.253.43.3',NULL),(9784,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,13,2,13,0,'{\"assignid\":\"1\"}',1701249196,'web','114.253.43.3',NULL),(9785,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,13,2,NULL,0,'null',1701249254,'web','114.253.43.3',NULL),(9786,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,13,2,NULL,0,'null',1701249254,'web','114.253.43.3',NULL),(9787,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,13,2,NULL,0,'{\"assignid\":\"1\"}',1701249254,'web','114.253.43.3',NULL),(9788,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,13,2,NULL,0,'null',1701249259,'web','114.253.43.3',NULL),(9789,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,13,2,13,0,'{\"assignid\":\"1\"}',1701249259,'web','114.253.43.3',NULL),(9790,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,5,2,NULL,0,'null',1701250252,'web','114.24.112.133',NULL),(9791,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',146,'c',2,79,70,40,5,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u984f\\u591a\\u5609\\u671f\\u672b\\u5831\\u544a\\u4fee\\u6539\\u4e3b\\u984c\\u70ba\\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba\\u300b<br>\\r\\n<br>\\r\\n1. \\u6587\\u737b\\u4e00\\uff1a\\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba\\u300b10\\u500b\\u4ee4\\u4eba\\u77a0\\u76ee\\u7d50\\u820c\\u7684\\u771f\\u5be6\\u8a2d\\u5b9a\\uff0c\\u503c\\u5f97\\u8b93\\u8b80\\u8005\\u53cd\\u601d\\uff01<br>\\r\\nhttps:\\/\\/www.youtube.com\\/watch?v=51xPF9Hm_BY&list=WL&index=23<br>\\r\\n \\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba\\u300b\\u8207\\u5176\\u4ed6\\u52d5\\u756b\\u4e0d\\u540c\\u4e4b\\u8655\\u5728\\u65bc\\u9ad4\\u73fe\\u4e86\\u5f88\\u591a\\u6211\\u5011\\u73fe\\u5be6\\u751f\\u6d3b\\u4e0a\\u7684\\u77db\\u76fe\\u9ede\\uff0c\\u800c\\u4e14\\u4f5c\\u8005\\u8aeb\\u5c71\\u5275\\u8001\\u5e2b\\u5728\\u4f5c\\u54c1\\u4e2d\\u5c07\\u9019\\u4e9b\\u6df1\\u523b\\u53c8\\u6fc3\\u539a\\u7684\\u60c5\\u7dd2\\u5e36\\u5230\\u6f2b\\u756b(\\u52d5\\u756b)\\u4e2d\\uff0c\\u5728\\u793e\\u6703\\u968e\\u7d1a\\u3001\\u81ea\\u7531\\u3001\\u751f\\u6b7b\\u7b49\\u7b49\\u554f\\u984c\\u90fd\\u523b\\u756b\\u5f97\\u6975\\u5176\\u6df1\\u523b\\u3002<br>\\r\\n<br>\\r\\n2.\\u6587\\u737b\\u4e8c\\uff1a\\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba \\u6700\\u7d42\\u7814\\u7a761&2\\u300b<br>\\r\\n \\u8eab\\u8655\\u7684\\u89d2\\u5ea6(\\u7246\\u5916&\\u7246\\u5167)\\u4e0d\\u540c\\uff0c\\u770b\\u4e8b\\u60c5\\u7684\\u4e16\\u754c\\u89c0\\u4e5f\\u6703\\u4e0d\\u540c\\uff0c\\u7246\\u5167\\u8207\\u7246\\u5916\\u7684\\u570b\\u5bb6\\u5404\\u6709\\u751a\\u9ebc\\u6a23\\u7684\\u6b77\\u53f2\\u6558\\u8ff0\\uff1f\\u4e5d\\u5927\\u5de8\\u4eba\\u53c8\\u6709\\u4ec0\\u9ebc\\u76f8\\u95dc\\u7684\\u60c5\\u5831\\uff1f<br>\\r\\n<br>\\r\\n3.\\u6587\\u737b\\u4e09\\uff1a\\u5f71\\u8a55\\uff0fNetflix\\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba\\u300b\\u6700\\u7d42\\u5b63\\u5b8c\\u7d50\\u7bc7\\u89e3\\u6790\\uff01\\u7d50\\u5c40\\u6c92\\u8aaa\\u76845\\u5927\\u5f69\\u86cb\\u7d30\\u7bc0\\uff0c\\u81ea\\u7531\\u7684\\u4ee3\\u50f9\\u4ee4\\u4eba\\u550f\\u5653<br>\\r\\nhttps:\\/\\/www.storm.mg\\/lifestyle\\/4909163?page=2<br>\\r\\n \\u4f5c\\u8005\\u5728\\u52d5\\u756b\\u4e2d\\u88dc\\u5145\\u4e86\\u6f2b\\u756b\\u8f03\\u70ba\\u8349\\u7387\\u3001\\u4ea4\\u4ee3\\u4e0d\\u6e05\\u7684\\u90e8\\u5206\\uff0c\\u5728\\u9019\\u7bc7\\u6587\\u737b\\u4e2d\\u9084\\u6709\\u4f5c\\u8005\\u8aeb\\u5c71\\u5275\\uff0c\\u5206\\u4eab\\u904e\\u300a\\u9032\\u5de8\\u300b\\u4e0d\\u5c11\\u5143\\u7d20\\u90fd\\u4f86\\u81ea\\u81ea\\u5df1\\u7ae5\\u5e74\\u6642\\u559c\\u6b61\\u7684\\u4e8b\\u7269\\u7684\\u5341\\u5927\\u6574\\u7406\\u3002<br>\\r\\n<br>\\r\\n4.\\u6587\\u737b\\u56db\\uff1a\\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba\\u300b\\u5316\\u70ba\\u6700\\u5f8c\\u7684\\u665a\\u9910\\uff01\\u85dd\\u8853\\u5bb6\\u7e6a\\u51fa\\u300c\\u6551\\u4e16\\u4e3b\\u827e\\u9023\\u300d\\u8207\\u9580\\u5f92\\u6a21\\u6a23<br>\\r\\nhttps:\\/\\/www.toy-people.com\\/?p=69007<br>\\r\\n \\u65e5\\u672c\\u85dd\\u8853\\u5bb6\\u300cTAKUMI\\u300d\\u5c07\\u9054\\u6587\\u897f\\u8209\\u4e16\\u77e5\\u540d\\u7684\\u7e6a\\u756b\\u300a\\u6700\\u5f8c\\u7684\\u665a\\u9910\\u300b\\uff0c\\u4ee5\\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba\\u300b\\u70ba\\u4e3b\\u984c\\u91cd\\u65b0\\u7e6a\\u88fd\\uff0c\\u539f\\u672c\\u300a\\u6700\\u5f8c\\u7684\\u665a\\u9910\\u300b\\u4e2d\\u592e\\u756b\\u8457\\u8036\\u7a4c\\u7684\\u6a21\\u6a23\\uff0cTAKUMI\\u5247\\u6539\\u7e6a\\u70ba\\u4e3b\\u89d2\\u827e\\u9023\\uff0c\\u8eab\\u65c1\\u570d\\u7e5e\\u8457\\u773e\\u591a\\u4e3b\\u8981\\u89d2\\u8272\\uff0c\\u6709\\u4e9b\\u89d2\\u8272\\u7684\\u4f4d\\u7f6e\\u8207\\u8056\\u7d93\\u7684\\u6545\\u4e8b\\u4e0d\\u8b00\\u800c\\u5408(\\u4f8b\\u5982\\uff1a\\u80cc\\u53db)\\uff0c\\u6709\\u4e9b\\u89d2\\u8272\\u5247\\u662f\\u4f9d\\u7167\\u756b\\u9762\\u7684\\u9069\\u5408\\u7a0b\\u5ea6\\u5b89\\u6392\\u89d2\\u8272\\u4f4d\\u7f6e\\u3002<br>\\r\\n<br>\\r\\n5.\\u6587\\u737b\\u4e94\\uff1a\\u85cd\\u7389\\u96cd\\uff0f\\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba\\u300b\\uff1a\\u653f\\u6cbb\\u7684\\u958b\\u59cb\\u662f\\u8ffd\\u5c0b\\u81ea\\u7531\\uff0c\\u4f46\\u6700\\u5f8c\\u662f\\u53bb\\u80cc\\u8ca0\\u72a7\\u7272<br>\\r\\nhttps:\\/\\/opinion.udn.com\\/opinion\\/story\\/5749\\/5301827<br>\\r\\n\\u4f5c\\u8005\\u8b93\\u88e1\\u9762\\u7684\\u4e3b\\u89d2\\u5011\\u4e0d\\u505c\\u5730\\u8ffd\\u6c42\\u81ea\\u7531\\uff0c\\u4f46\\u5230\\u5f8c\\u4f86\\uff0c\\u771f\\u6b63\\u8981\\u523b\\u756b\\uff0c\\u537b\\u4f3c\\u4e4e\\u662f\\u81ea\\u7531\\u53ef\\u80fd\\u5f9e\\u4f86\\u5c31\\u4e0d\\u5b58\\u5728\\u7684\\u7591\\u60d1(\\u827e\\u9023\\uff1a\\u300c\\u6211\\u662f\\u300e\\u81ea\\u7531\\u300f\\u7684\\u5974\\u96b8\\u3002)\\u8a31\\u591a\\u52d5\\u756b\\u7684\\u4e3b\\u89d2\\u5011\\u6709\\u300c\\u4e3b\\u89d2\\u5149\\u74b0\\u300d(\\u600e\\u9ebc\\u6a23\\u90fd\\u4e0d\\u6703\\u6b7b)\\uff0c\\u4f46\\u5728\\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba\\u300b\\u4e2d\\uff0c\\u4f5c\\u8005\\u5448\\u73fe\\u7684\\u662f\\u66f4\\u591a\\u4ed6\\u4eba\\u7684\\u6b7b\\u4ea1\\u5728\\u4e3b\\u89d2\\u5011\\u5fc3\\u4e2d\\u7559\\u4e0b\\u7684\\u9670\\u5f71\\u548c\\u58d3\\u8feb\\u3002\\u6b7b\\u4ea1\\u7684\\u6230\\u6144\\u5728\\u300a\\u9032\\u64ca\\u300b\\u88e1\\uff0c\\u662f\\u7121\\u6240\\u4e0d\\u5728\\u7684\\u3002\\u7576\\u4e3b\\u89d2\\u5011\\u96e2\\u81ea\\u7531\\u8d8a\\u4f86\\u8d8a\\u9760\\u8fd1\\u6642\\uff0c\\u4ed6\\u5011\\u4ed8\\u51fa\\u7684\\u72a7\\u7272\\u4e5f\\u8d8a\\u4f86\\u8d8a\\u5927\\u3002\\u8ffd\\u6c42\\u81ea\\u7531\\u6162\\u6162\\u8b8a\\u5730\\u4e0d\\u662f\\u70ba\\u4e86\\u8ffd\\u5c0b\\u81ea\\u7531\\uff0c\\u800c\\u662f\\u70ba\\u4e86\\u56de\\u61c9\\u3001\\u80cc\\u8ca0\\u524d\\u4eba\\u7684\\u72a7\\u7272\\u800c\\u52aa\\u529b\\u524d\\u884c\\u3002\\u9019\\u500b\\u4e16\\u754c\\u662f\\u6b98\\u9177\\u7684\\uff0c\\u662f\\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba\\u300b\\u53cd\\u8986\\u5728\\u5f37\\u8abf\\u7684\\u4e3b\\u984c\\u3002\\u9019\\u500b\\u4e3b\\u984c\\u5f9e\\u4e00\\u958b\\u59cb\\u662f\\u6bd4\\u55bb\\uff1a\\u70ba\\u4e86\\u5728\\u4e16\\u754c\\u4e0a\\u751f\\u5b58\\uff0c\\u4eba\\u8a3b\\u5b9a\\u5f97\\u9762\\u5c0d\\u5145\\u6eff\\u5371\\u96aa\\u548c\\u7121\\u5e38\\u7684\\u74b0\\u5883\\u8207\\u547d\\u904b\\u3002\\u60f3\\u8981\\u96e2\\u958b\\u5b89\\u7a69\\u7684\\u751f\\u6d3b\\uff0c\\u53bb\\u7246\\u5916\\u8ffd\\u6c42\\u81ea\\u7531\\uff0c\\u5fc5\\u5b9a\\u5f97\\u9762\\u5c0d\\u88ab\\u5de8\\u4eba\\u541e\\u566c\\u7684\\u5371\\u96aa\\u3002\\u4f46\\u5230\\u6700\\u5f8c\\uff0c\\u6703\\u767c\\u73fe\\u6b98\\u9177\\u7684\\u610f\\u7fa9\\u4e0d\\u53ea\\u662f\\u5982\\u6b64\\u3002<br>\\r\\n<br>\\r\\n6.\\u6587\\u737b\\u516d\\uff1a\\u8ad6\\u6587\\uff1a\\u81ea\\u7531\\u7684\\u8ffd\\u5c0b\\u8207\\u885d\\u7a81\\u2500\\u2500\\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba\\u300b\\u4e2d\\u4e4b\\u6297\\u722d\\u6558\\u4e8b\\u53ca\\u5176\\u8faf\\u8b49<br>\\r\\nchrome-extension:\\/\\/efaidnbmnnnibpcajpcglclefindmkaj\\/http:\\/\\/nhuir.nhu.edu.tw\\/bitstream\\/987654321\\/29667\\/1\\/111NHU00076007-003.pdf<br>\\r\\n \\u4f5c\\u8005\\u4ee5\\u8ad6\\u6587\\u7684\\u65b9\\u5f0f\\u6574\\u7406\\u51fa\\u6297\\u722d\\u6558\\u4e8b\\u7684\\u4e0d\\u540c\\u8996\\u89d2\\uff0c\\u4e5f\\u6574\\u7406\\u4e86\\u8faf\\u8b49\\u610f\\u8b58\\u7684\\u5dee\\u7570\\u6027\\u3002<br><br>7.\\u6821\\u5712\\u96dc\\u8a8c\\u96d9\\u6708\\u520a\\uff1a\\u3010\\u8faf\\u8b49\\u81ea\\u7531\\u3011\\u9032\\u64ca\\u7684\\u81ea\\u7531\\uff1f\\u2014\\u2014\\u5f9e\\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba\\u300b\\u770b\\u81ea\\u7531\\u7684\\u7d14\\u7cb9<\\/div><div class=\\\"text_to_html\\\"><a href=\\\"file:\\/\\/\\/C:\\/Users\\/ASUS\\/Downloads\\/202108.pdf\\\">202108.pdf<\\/a><\\/div><div class=\\\"text_to_html\\\">\\u4f5c\\u8005\\u65bc\\u6587\\u7ae0\\u4e2d\\u63a2\\u8a0e\\u4e86\\u7f6a\\u60e1\\u8207\\u4e0d\\u81ea\\u7531\\u7684\\u4ee3\\u50f9\\uff0c\\u4ee5\\u53ca\\u7a4d\\u6975\\u81ea\\u7531\\u8207\\u6d88\\u6975\\u81ea\\u7531\\u7684\\u5dee\\u7570\\u3002<br><br><\\/div>\",\"pathnamehashes\":[],\"discussionid\":\"9\",\"triggeredfrom\":\"forum_update_post\"}',1701250752,'web','114.24.112.133',NULL),(9792,'\\mod_forum\\event\\post_updated','mod_forum','updated','post','forum_posts',146,'u',2,79,70,40,5,2,5,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1701250752,'web','114.24.112.133',NULL),(9793,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,5,2,NULL,0,'null',1701250753,'web','114.24.112.133',NULL),(9794,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1701250843,'web','27.53.99.175',NULL),(9795,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1701250843,'web','27.53.99.175',NULL),(9796,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1701250851,'web','27.53.99.175',NULL),(9797,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,22,2,NULL,0,'null',1701250873,'web','27.53.99.175',NULL),(9798,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,22,2,NULL,0,'{\"assignid\":\"1\"}',1701250873,'web','27.53.99.175',NULL),(9799,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,22,2,NULL,0,'null',1701250933,'web','27.53.99.175',NULL),(9800,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,22,2,22,0,'{\"assignid\":\"1\"}',1701250933,'web','27.53.99.175',NULL),(9801,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,22,2,NULL,0,'null',1701250991,'web','27.53.99.175',NULL),(9802,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',11,'c',2,88,70,49,22,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"305de409bf80598fdb4d9cc709628d94163874b8\"]}',1701250991,'web','27.53.99.175',NULL),(9803,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',8,'c',2,88,70,49,22,2,22,0,'{\"submissionid\":\"11\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1701250991,'web','27.53.99.175',NULL),(9804,'\\core\\event\\notification_sent','core','sent','notification','notifications',1158,'c',0,1,10,0,0,0,22,0,'{\"courseid\":\"2\"}',1701250994,'web','27.53.99.175',NULL),(9805,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',11,'u',2,88,70,49,22,2,NULL,0,'{\"submission_editable\":true}',1701250994,'web','27.53.99.175',NULL),(9806,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,22,2,NULL,0,'null',1701250994,'web','27.53.99.175',NULL),(9807,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,22,2,NULL,0,'{\"assignid\":\"1\"}',1701250994,'web','27.53.99.175',NULL),(9808,'\\core\\event\\user_loggedout','core','loggedout','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"sessionid\":\"lo888r5i7bbkm1me7ecf386fhi\"}',1701251065,'web','27.53.99.175',NULL),(9809,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701251065,'web','27.53.99.175',NULL),(9810,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',147,'c',2,82,70,43,5,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u91dd\\u5c0d\\u671f\\u672b\\u5831\\u544a\\u7684\\u6587\\u5316\\u7522\\u7269\\uff08\\u85dd\\u8853\\u54c1\\uff09\\uff0c\\u5617\\u8a66\\u56de\\u7b54\\u300c\\u4e09\\u3001\\u5167\\u5bb9\\u300d\\u7684\\u7591\\u554f<br \\/>\\n<br \\/>\\n\\u5831\\u544a\\u4f5c\\u54c1\\uff1a\\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba\\u300b<br \\/>\\n<br \\/>\\n1.\\u672c\\u4f5c\\u54c1\\u6709\\u660e\\u986f\\u7684\\u5b97\\u6559\\u529f\\u80fd\\uff08\\u57fa\\u7763\\u6559\\u529f\\u80fd\\uff09\\u55ce\\uff1f <br \\/>\\n\\u6c92\\u6709\\u660e\\u78ba\\u6307\\u51fa\\u57fa\\u7763\\u6559\\uff0c\\u4f46\\u5176\\u4e2d\\u6709\\u660e\\u986f\\u7684\\u96b1\\u55bb\\u8207\\u6307\\u6d89\\uff0c\\u4f8b\\u5982\\uff1a\\u6551\\u4e16\\u4e3b\\u3001\\u7279\\u6b8a\\u7684\\u7a2e\\u65cf(\\u827e\\u723e\\u8fea\\u4e9e\\u4eba\\/\\u7336\\u592a\\u4eba)\\u3002\\u7576\\u4e2d\\u7684\\u300c\\u57ce\\u7246\\u6559\\u300d\\u4e5f\\u6307\\u51fa\\u4eba\\u985e\\u627e\\u5c0b\\u5b97\\u6559\\u5e87\\u8b77\\u7684\\u672c\\u6027\\u3002<br \\/>\\n\\u53c3\\u8003\\u6587\\u737b\\uff1a\\u57ce\\u7246\\u6559https:\\/\\/yusyuu.com\\/%E3%80%90%E9%80%B2%E6%93%8A%E7%9A%84%E5%B7%A8%E4%BA%BA%E3%80%91%E4%BB%8B%E7%B4%B9%E6%95%85%E4%BA%8B%E4%B8%AD%E6%89%80%E6%9C%89%E8%88%87%E8%81%96%E7%B6%93%E6%9C%89%E9%97%9C%E7%9A%84%E5%BD%A9%E8%9B%8B\\/<br \\/>\\n2.\\u672c\\u4f5c\\u54c1\\u6307\\u6d89\\u5b97\\u6559\\u6587\\u672c\\uff08\\u57fa\\u7763\\u6559\\u6587\\u672c\\uff09\\u55ce\\uff1f (\\u6211\\u500b\\u4eba\\u8a8d\\u70ba\\u8207\\u5ee3\\u7fa9\\u57fa\\u7763\\u6559\\u7684\\u5929\\u4e3b\\u6559\\u8f03\\u6709\\u76f4\\u63a5\\u7684\\u95dc\\u806f)<br \\/>\\na.\\u6709\\uff0c\\u5287\\u4e2d\\u4e09\\u9053\\u57ce\\u7246\\u7684\\u540d\\u5b57(\\u300c\\u746a\\u5229\\u4e9e\\u4e4b\\u7246\\u300d\\u8207\\u300c\\u8056\\u6bcd\\u746a\\u5229\\u4e9e\\u300d\\u3001\\u300c\\u7f85\\u585e\\u4e4b\\u7246\\u300d\\u5728\\u5ee3\\u7fa9\\u57fa\\u7763\\u5b97\\u6559\\u4e2d\\uff0c\\u53ef\\u4ee5\\u8c61\\u5fb5\\u300c\\u8056\\u6bcd\\u746a\\u5229\\u4e9e\\u300d\\u7684\\u690d\\u7269\\u5c11\\u8aaa\\u6709 20 \\u7a2e\\u4ee5\\u4e0a\\uff0c\\u6700\\u76f4\\u63a5\\u7684\\u662f\\u300c\\u73ab\\u7470\\u300d\\u3002\\u7b2c\\u4e09\\u9053\\u7246\\u300c\\u5e2d\\u7d0d\\u4e4b\\u5f37\\u300d\\u300c\\u5e2d\\u7d0d\\uff0c\\u30b7\\u30fc\\u30ca\\uff0cSina\\u300d\\u9019\\u500b\\u5047\\u540d\\u62fc\\u6cd5\\u6307\\u5c04\\u4e86\\u5728\\u300a\\u8056\\u7d93\\u300b\\u4e2d\\u7684\\u5169\\u500b\\u540d\\u8a5e\\uff1a\\u4e00\\u662f\\u300cMount Sinai\\uff0c\\u897f\\u5948\\u5c71\\u300d\\u5b83\\u662f\\u300a\\u8056\\u7d93\\u300b\\u4e2d\\u6469\\u897f\\u9812\\u5e03\\u5341\\u8aa1\\u548c\\u5f8b\\u6cd5\\u7684\\u5730\\u65b9\\uff0c\\u8c61\\u5fb5\\u4e86\\u7d55\\u5c0d\\u7684\\u738b\\u6b0a\\uff0c\\u56e0\\u6b64\\u4ee5\\u300c\\u738b\\u4e4b\\u5c71 Sinai\\u300d\\u4f5c\\u70ba\\u300c\\u738b\\u4e4b\\u7246\\uff0c\\u30b7\\u30fc\\u30ca\\u300d\\u7684\\u540d\\u5b57\\u662f\\u540d\\u526f\\u5176\\u5be6\\uff1b\\u53e6\\u4e00\\u500b\\u6307\\u7684\\u662f\\u300a\\u820a\\u7d04\\uff0e\\u8056\\u7d93\\u300b\\u4e2d\\u7684\\u300c\\u793a\\u62ff\\u570b Shinar\\u300d\\uff0c\\u5b83\\u5c31\\u662f\\u8d6b\\u8d6b\\u6709\\u540d\\u8981\\u5efa\\u9020\\u901a\\u5929\\u300c\\u5df4\\u5225\\u5854\\u300d\\u7684\\u570b\\u5bb6\\uff08\\u793a\\u62ff\\u570b\\u70ba\\u4e86\\u8b49\\u660e\\u81ea\\u5df1\\u80fd\\u8d85\\u8d8a\\u795e\\uff0c\\u6240\\u4ee5\\u5efa\\u9020\\u4e86\\u9ad8\\u8073\\u7684\\u300c\\u5df4\\u5225\\u5854\\u300d\\u5e0c\\u671b\\u80fd\\u76f4\\u9054\\u5929\\u5802\\uff0c\\u6700\\u5f8c\\u88ab\\u4e0a\\u5e1d\\u61f2\\u7f70\\u800c\\u6ec5\\u570b\\uff09\\uff0c\\u4e5f\\u662f\\u4ee5\\u300a\\u8056\\u7d93\\u300b\\u4e2d\\u300c\\u793a\\u62ff\\u570b\\u300d\\u7684\\u7f6a\\u60e1\\u4f86\\u5f71\\u5c04\\u65e9\\u671f\\u300c\\u827e\\u723e\\u8fea\\u4e9e\\u5e1d\\u570b\\u300d\\u4ee5\\u5de8\\u4eba\\u4e4b\\u529b\\u4fb5\\u72af\\u4e16\\u754c\\uff0c\\u800c\\u88ab\\u5f8c\\u4e16\\u4eba\\u7a31\\u827e\\u723e\\u8fea\\u4e9e\\u4eba\\u70ba\\u300c\\u60e1\\u9b54\\u300d\\u7684\\u8a2d\\u5b9a\\u3002)<br \\/>\\nb.\\u5929\\u4e3b\\u6559\\u7684\\u539f\\u7f6a\\u8ad6\\uff1a\\u4eba\\u985e\\u4e00\\u51fa\\u751f\\u5c31\\u7e7c\\u627f\\u4e26\\u64c1\\u6709\\u4e86\\u59cb\\u7956\\u4eba\\u985e\\u50b3\\u627f\\u4e0b\\u4f86\\u7684\\u300c\\u7f6a\\u300d\\u3002\\u521d\\u4ee3\\u5f17\\u5229\\u8332\\u738b\\u5e0c\\u671b\\u827e\\u723e\\u8fea\\u4e9e\\u4eba\\u80fd\\u6c38\\u9060\\u900f\\u904e\\u5de8\\u4eba\\u4e4b\\u529b\\u652f\\u914d\\u4e16\\u754c\\uff0c\\u5728\\u53bb\\u4e16\\u524d\\u4ecd\\u5c0d\\u5de8\\u4eba\\u4e4b\\u529b\\u8207\\u5f81\\u670d\\u4e16\\u754c\\u5ff5\\u5ff5\\u4e0d\\u5fd8\\uff0c\\u56e0\\u6b64\\u8981\\u6c42\\u4e09\\u4f4d\\u5973\\u5152\\u5fc5\\u9808\\u76e1\\u91cf\\u7e41\\u884d\\u5f8c\\u4ee3\\uff0c\\u4e14\\u52d9\\u5fc5\\u5c07\\u81ea\\u5df1\\u7684\\u5de8\\u4eba\\u4e4b\\u529b\\u50b3\\u627f\\u4e0b\\u53bb\\uff0c\\u7d93\\u6b77\\u5169\\u5343\\u591a\\u5e74\\u7684\\u8840\\u8108\\u7e41\\u884d\\u64f4\\u6563\\uff0c\\u5de8\\u4eba\\u4e4b\\u529b\\u6700\\u7d42\\u878d\\u5165\\u4e26\\u5f71\\u97ff\\u6bcf\\u500b\\u827e\\u723e\\u8fea\\u4e9e\\u4eba\\u3002<br \\/>\\nc.\\u300a\\u8056\\u7d93\\u300b\\u4e2d\\u7684\\u5de8\\u4eba\\uff1a\\u6839\\u64da\\u300a\\u4ee5\\u897f\\u7d50\\u66f8\\u300b\\u8a18\\u8f09\\u7684\\u5de8\\u4eba\\u662f\\u51fa\\u73fe\\u5728\\u8fe6\\u5357\\u9644\\u8fd1\\u7684\\u300c\\u62ff\\u975e\\u5229\\u4eba Nephilim\\u300d\\uff0c\\u610f\\u601d\\u662f\\u300c\\u4e0a\\u53e4\\u82f1\\u6b66\\u6709\\u540d\\u7684\\u4eba\\u300d\\uff0c\\u4ed6\\u5011\\u662f\\u6700\\u53e4\\u8001\\u53c8\\u5f37\\u5927\\u7684\\u5de8\\u4eba\\uff0c\\u662f\\u795e\\u7684\\u5152\\u5b50\\u5011\\u548c\\u4eba\\u7684\\u5973\\u5b50\\u5011\\u4ea4\\u5408\\u6240\\u751f\\u7684\\u8b8a\\u7a2e\\u3002\\u6709\\u610f\\u601d\\u7684\\u662f\\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba\\u300b\\u4e2d\\u6700\\u65e9\\u7684\\u5de8\\u4eba\\u300c\\u59cb\\u7956\\u5c24\\u7c73\\u723e\\u300d\\u5c31\\u662f\\u4e00\\u540d\\u5c11\\u5973\\uff0c\\u751a\\u81f3\\u5979\\u6b7b\\u5f8c\\u5728\\u300c\\u9053\\u8def\\u300d\\u88e1\\u4e5f\\u662f\\u7dad\\u6301\\u539f\\u672c\\u7684\\u5c11\\u5973\\u5f62\\u8c61\\u3002<br \\/>\\n<br \\/>\\n3.\\u9019\\u4ef6\\u4f5c\\u54c1\\u662f\\u5426\\u8868\\u9054\\u5176\\u5275\\u4f5c\\u8005\\u6216\\u5275\\u4f5c\\u8005\\u6240\\u5728\\u7684\\u793e\\u7fa4\\u6240\\u8ffd\\u6c42\\u7684\\u7d42\\u6975\\u4e8b\\u7269\\uff1f<br \\/>\\n \\u662f\\u7684\\uff0c\\u9032\\u64ca\\u7684\\u5de8\\u4eba\\u63a2\\u8a0e\\u4e86\\u81ea\\u7531\\u3001\\u6b7b\\u4ea1\\u3001\\u72a7\\u7272\\u3001\\u65cf\\u7fa4\\u610f\\u8b58\\u7b49\\uff0c\\u4ee5\\u74b0\\u74b0\\u76f8\\u6263\\u7684\\u65b9\\u5f0f\\uff0c\\u5c64\\u5c64\\u5806\\u758a\\u4e26\\u5448\\u73fe\\u4eba\\u985e\\u793e\\u6703\\u6240\\u8ffd\\u6c42\\u7684\\u7d42\\u6975\\u4e8b\\u7269\\u3002<br \\/>\\n<br \\/>\\n4.\\u672c\\u4f5c\\u54c1\\u5448\\u73fe\\u660e\\u78ba\\u7684\\u7f8e\\u611f\\u55ce\\uff1f\\u6216\\u662f\\u5b83\\u523b\\u610f\\u4e0d\\u7f8e\\uff1f <br \\/>\\n \\u4ee5\\u6f2b\\u756b\\u4f5c\\u54c1\\u672c\\u8eab\\u4f86\\u8aaa\\uff0c\\u4f5c\\u8005\\u524d\\u671f\\u7684\\u756b\\u529f\\u8f03\\u70ba\\u62d9\\u52a3\\uff0c\\u4f46\\u5230\\u4e86\\u5f8c\\u671f\\u6709\\u986f\\u8457\\u7684\\u9032\\u6b65(\\u4f46\\u6211\\u500b\\u4eba\\u9084\\u662f\\u6bd4\\u8f03\\u559c\\u6b61\\u52d5\\u756b\\u7684\\u756b\\u98a8)\\u3002\\u300a\\u9032\\u64ca\\u7684\\u5de8\\u4eba\\u300b\\uff0c\\u5176\\u52d5\\u756b\\u7248\\u7b2c\\u4e00\\uff5e\\u7b2c\\u4e09\\u5b63\\u7531WIT STUDIO\\u88fd\\u4f5c\\uff0c\\u5230\\u7b2c\\u56db\\u5b63The Final Season\\u79fb\\u7c4d\\u6539\\u7531MAPPA\\u63a5\\u624b\\u3002\\u81f3\\u65bc\\u6f14\\u51fa\\u6548\\u679c\\u548c\\u914d\\u6a02\\u9078\\u64c7\\u7684\\u843d\\u5dee\\uff0c\\u53ef\\u4ee5\\u8aaa\\u662f\\u6797\\u7950\\u4e00\\u90ce(\\u7b2c\\u56db\\u5b63)\\u8ddf\\u8352\\u6728\\u54f2\\u90ce(\\u7b2c\\u4e8c\\u4e09\\u5b63)\\u5169\\u4f4d\\u5c0e\\u6f14\\u98a8\\u683c\\u4e0d\\u540c\\u6240\\u7522\\u751f\\u7684\\u8b8a\\u5316\\uff0c\\u8352\\u6728\\u54f2\\u90ce\\u660e\\u986f\\u662f\\u66f4\\u91cd\\u6232\\u5287\\u6027\\u7684\\uff0c\\u6797\\u7950\\u4e00\\u90ce\\u7684\\u4f5c\\u98a8\\u76f8\\u8f03\\u4e4b\\u4e0b\\u5c31\\u986f\\u5f97\\u7bc0\\u5236\\u4e00\\u4e9b\\u3002\\u4ee5\\u66f4\\u591a3D\\u6548\\u679c\\u8655\\u7406\\u8907\\u96dc\\u7684\\u52d5\\u4f5c\\u5834\\u9762\\u548c\\u5de8\\u5927\\u7269\\u4ef6\\uff0c\\u5247\\u662f\\u6210\\u672c\\u8003\\u91cf\\u7684\\u5fc5\\u7136\\u53d6\\u6368\\uff0cMAPPA\\u7684\\u4f7f\\u7528\\u4e5f\\u5927\\u62b5\\u5728\\u6c34\\u6e96\\u4ee5\\u4e0a\\u4e86\\u3002\\u81f3\\u65bc\\u756b\\u98a8\\u7684\\u8b8a\\u5316\\u5247\\u66f4\\u6709\\u8da3\\uff1a\\u56e0\\u70baMAPPA\\u5728\\u7b2c\\u56db\\u5b63\\u7684\\u4eba\\u7269\\u98a8\\u683c\\uff0c\\u6216\\u8a31\\u624d\\u662f\\u66f4\\u8cbc\\u8fd1\\u65bc\\u8aeb\\u5c71\\u5275\\u539f\\u4f5c\\u6f2b\\u756b\\u7684\\u756b\\u98a8\\u3002<br \\/>\\n \\u4f5c\\u8005\\u523b\\u610f\\u63a1\\u53d6\\u5beb\\u5be6\\u7684\\u98a8\\u683c\\uff0c\\u5448\\u73fe\\u51fa\\u4f5c\\u54c1\\u7684\\u5beb\\u5be6\\u6027\\uff0c\\u4e5f\\u5e6b\\u52a9\\u89c0\\u5f71\\u8005(\\u8b80\\u8005)\\u4ee3\\u5165<br \\/>\\n\\u73fe\\u5be6\\u751f\\u6d3b\\u4e2d\\u7684\\u53cd\\u601d\\u3002<br \\/>\\n\\u53c3\\u8003\\u8cc7\\u6599\\uff1ahttps:\\/\\/game.udn.com\\/game\\/story\\/122090\\/5325016<br \\/>\\n <br \\/>\\n5.\\u5b83\\u50b3\\u9054\\u54ea\\u4e9b\\u4fe1\\u606f\\uff1f\\u5b83\\u4fc3\\u4f7f\\u53d7\\u773e\\u505a\\u51fa\\u54ea\\u4e9b\\u56de\\u61c9\\uff1f\\u5b83\\u5982\\u4f55\\u505a\\u5230\\u9019\\u4e9b\\u4e8b\\uff1f<br \\/>\\n \\u81ea\\u7531\\u7684\\u4ee3\\u50f9\\u662f\\u4ec0\\u9ebc\\uff1f\\u7576\\u4eba\\u5011\\u5728\\u9762\\u5c0d\\u7a4d\\u6975\\u7684\\u81ea\\u7531\\u53ca\\u6d88\\u6975\\u7684\\u81ea\\u7531\\u6642\\uff0c\\u61f7\\u62b1\\u8457\\u4e0d\\u540c\\u610f\\u8b58\\u5f62\\u614b\\u7684\\u4eba\\u5011\\u6703\\u9858\\u610f\\u4ed8\\u51fa\\u4ec0\\u9ebc\\u6a23\\u7684\\u72a7\\u7272\\uff1f\\u9019\\u4e9b\\u72a7\\u7272\\u7684\\u80cc\\u5f8c\\u53c8\\u50b3\\u9054\\u51fa\\u4e86\\u751a\\u9ebc\\u6a23\\u7684\\u50f9\\u503c\\u89c0\\u5462\\uff1f\\u6211\\u60f3\\u4f5c\\u8005\\u5e0c\\u671b\\u89c0\\u5f71\\u8005\\/\\u8b80\\u8005\\u601d\\u8003\\u70ba\\u4e86\\u81ea\\u7531\\u800c\\u72a7\\u7272\\u7684\\u610f\\u7fa9\\uff0c\\u7562\\u7adf\\u6c92\\u6709\\u72a7\\u7272\\uff0c\\u662f\\u4e0d\\u53ef\\u80fd\\u6709\\u81ea\\u7531\\u7684\\uff0c\\u6b63\\u5982\\u4e3b\\u89d2\\u4e4b\\u4e00\\u963f\\u723e\\u654f\\u8aaa\\u7684\\uff1a\\u300c\\u4ec0\\u9ebc\\u90fd\\u7121\\u6cd5\\u6368\\u68c4\\u7684\\u4eba\\uff0c\\u4ec0\\u9ebc\\u90fd\\u6539\\u8b8a\\u4e0d\\u4e86\\u3002\\u300d\\u7247\\u4e2d\\u7684\\u89d2\\u8272\\u6709\\u4eba\\u60f3\\u6539\\u8b8a\\u73fe\\u72c0\\uff0c\\u6709\\u4eba\\u4e0d\\u9858\\u610f\\u88ab\\u6539\\u8b8a\\u73fe\\u72c0\\uff0c\\u6bcf\\u500b\\u89d2\\u8272\\u5177\\u9ad4\\u800c\\u8c50\\u6eff\\uff0c\\u89c0\\u5f71\\u8005\\/\\u8b80\\u8005\\u5f88\\u5bb9\\u6613\\u4ee3\\u5165\\u81ea\\u8eab\\u7684\\u8655\\u5883(\\u6216\\u662f\\u6b77\\u53f2\\u4e0a\\u76f8\\u5c0d\\u61c9\\u7684\\u4eba\\u7269\\u3001\\u570b\\u5bb6\\u3001\\u7a2e\\u65cf\\u7b49)\\uff0c\\u9032\\u800c\\u8ddf\\u8457\\u5287\\u60c5\\u7684\\u8173\\u6b65\\u601d\\u8003\\u81ea\\u7531\\u8207\\u4eba\\u751f\\u800c\\u70ba\\u4eba\\u7684\\u610f\\u7fa9\\u70ba\\u4f55\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":10,\"triggeredfrom\":\"forum_add_new_post\"}',1701251233,'web','114.24.112.133',NULL),(9811,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',147,'c',2,82,70,43,5,2,NULL,0,'{\"discussionid\":10,\"forumid\":13,\"forumtype\":\"single\"}',1701251233,'web','114.24.112.133',NULL),(9812,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',125,'c',2,82,70,43,5,2,5,0,'{\"forumid\":13,\"discussion\":10}',1701251233,'web','114.24.112.133',NULL),(9813,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,5,2,NULL,0,'null',1701251233,'web','114.24.112.133',NULL),(9814,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,5,2,NULL,0,'null',1701251258,'web','114.24.112.133',NULL),(9815,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1701251571,'web','114.24.112.133',NULL),(9816,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',29,'r',2,91,70,52,5,2,NULL,0,'null',1701251576,'web','114.24.112.133',NULL),(9817,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1701251583,'web','114.24.112.133',NULL),(9818,'\\core\\event\\notification_sent','core','sent','notification','notifications',1159,'c',0,1,10,0,5,0,6,0,'{\"courseid\":\"2\"}',1701251766,'cli',NULL,NULL),(9819,'\\core\\event\\notification_sent','core','sent','notification','notifications',1160,'c',0,1,10,0,5,0,11,0,'{\"courseid\":\"2\"}',1701251768,'cli',NULL,NULL),(9820,'\\core\\event\\notification_sent','core','sent','notification','notifications',1161,'c',0,1,10,0,5,0,23,0,'{\"courseid\":\"2\"}',1701251771,'cli',NULL,NULL),(9821,'\\core\\event\\notification_sent','core','sent','notification','notifications',1162,'c',0,1,10,0,5,0,13,0,'{\"courseid\":\"2\"}',1701251774,'cli',NULL,NULL),(9822,'\\core\\event\\notification_sent','core','sent','notification','notifications',1163,'c',0,1,10,0,5,0,5,0,'{\"courseid\":\"2\"}',1701251777,'cli',NULL,NULL),(9823,'\\core\\event\\notification_sent','core','sent','notification','notifications',1164,'c',0,1,10,0,5,0,21,0,'{\"courseid\":\"2\"}',1701251780,'cli',NULL,NULL),(9824,'\\core\\event\\notification_sent','core','sent','notification','notifications',1165,'c',0,1,10,0,5,0,20,0,'{\"courseid\":\"2\"}',1701251783,'cli',NULL,NULL),(9825,'\\core\\event\\notification_sent','core','sent','notification','notifications',1166,'c',0,1,10,0,5,0,2,0,'{\"courseid\":\"2\"}',1701251785,'cli',NULL,NULL),(9826,'\\core\\event\\notification_sent','core','sent','notification','notifications',1167,'c',0,1,10,0,5,0,19,0,'{\"courseid\":\"2\"}',1701251788,'cli',NULL,NULL),(9827,'\\core\\event\\notification_sent','core','sent','notification','notifications',1168,'c',0,1,10,0,5,0,14,0,'{\"courseid\":\"2\"}',1701251791,'cli',NULL,NULL),(9828,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,5,2,NULL,0,'null',1701252144,'web','114.24.112.133',NULL),(9829,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,5,2,NULL,0,'null',1701252383,'web','114.24.112.133',NULL),(9830,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,5,2,NULL,0,'null',1701252602,'web','114.24.112.133',NULL),(9831,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,5,2,NULL,0,'null',1701252604,'web','114.24.112.133',NULL),(9832,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,5,2,NULL,0,'null',1701252623,'web','114.24.112.133',NULL),(9833,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,5,2,NULL,0,'null',1701252627,'web','114.24.112.133',NULL),(9834,'\\core\\event\\notification_sent','core','sent','notification','notifications',1169,'c',0,1,10,0,5,0,6,0,'{\"courseid\":\"2\"}',1701254886,'cli',NULL,NULL),(9835,'\\core\\event\\notification_sent','core','sent','notification','notifications',1170,'c',0,1,10,0,5,0,11,0,'{\"courseid\":\"2\"}',1701254889,'cli',NULL,NULL),(9836,'\\core\\event\\notification_sent','core','sent','notification','notifications',1171,'c',0,1,10,0,5,0,23,0,'{\"courseid\":\"2\"}',1701254892,'cli',NULL,NULL),(9837,'\\core\\event\\notification_sent','core','sent','notification','notifications',1172,'c',0,1,10,0,5,0,13,0,'{\"courseid\":\"2\"}',1701254895,'cli',NULL,NULL),(9838,'\\core\\event\\notification_sent','core','sent','notification','notifications',1173,'c',0,1,10,0,5,0,5,0,'{\"courseid\":\"2\"}',1701254897,'cli',NULL,NULL),(9839,'\\core\\event\\notification_sent','core','sent','notification','notifications',1174,'c',0,1,10,0,5,0,20,0,'{\"courseid\":\"2\"}',1701254901,'cli',NULL,NULL),(9840,'\\core\\event\\notification_sent','core','sent','notification','notifications',1175,'c',0,1,10,0,5,0,2,0,'{\"courseid\":\"2\"}',1701254903,'cli',NULL,NULL),(9841,'\\core\\event\\notification_sent','core','sent','notification','notifications',1176,'c',0,1,10,0,5,0,19,0,'{\"courseid\":\"2\"}',1701254907,'cli',NULL,NULL),(9842,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1701260232,'web','121.254.88.214',NULL),(9843,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,20,2,NULL,0,'null',1701260232,'web','121.254.88.214',NULL),(9844,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,20,2,NULL,0,'{\"assignid\":\"1\"}',1701260232,'web','121.254.88.214',NULL),(9845,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,20,2,NULL,0,'null',1701260248,'web','121.254.88.214',NULL),(9846,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,20,2,NULL,0,'{\"assignid\":\"1\"}',1701260249,'web','121.254.88.214',NULL),(9847,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701268421,'web','115.87.153.184',NULL),(9848,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1701268617,'web','130.132.173.110',NULL),(9849,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1701268617,'web','130.132.173.110',NULL),(9850,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1701268630,'web','130.132.173.110',NULL),(9851,'\\core\\event\\user_graded','core','graded','user','grade_grades',297,'u',1,16,50,2,2,2,5,0,'{\"itemid\":\"19\",\"overridden\":false,\"finalgrade\":6}',1701268660,'web','130.132.173.110',NULL),(9852,'\\core\\event\\user_graded','core','graded','user','grade_grades',182,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":24}',1701268660,'web','130.132.173.110',NULL),(9853,'\\core\\event\\user_graded','core','graded','user','grade_grades',47,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":91.299999999999997}',1701268660,'web','130.132.173.110',NULL),(9854,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1701268664,'web','130.132.173.110',NULL),(9855,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1701268668,'web','130.132.173.110',NULL),(9856,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1701268670,'web','130.132.173.110',NULL),(9857,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1701268855,'web','130.132.173.110',NULL),(9858,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701268858,'web','130.132.173.110',NULL),(9859,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1701268860,'web','130.132.173.110',NULL),(9860,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1701268874,'web','130.132.173.110',NULL),(9861,'\\core\\event\\user_graded','core','graded','user','grade_grades',347,'u',1,16,50,2,2,2,13,0,'{\"itemid\":\"21\",\"overridden\":true,\"finalgrade\":10}',1701268890,'web','130.132.173.110',NULL),(9862,'\\core\\event\\user_graded','core','graded','user','grade_grades',189,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":32}',1701268890,'web','130.132.173.110',NULL),(9863,'\\core\\event\\user_graded','core','graded','user','grade_grades',23,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":103.2}',1701268891,'web','130.132.173.110',NULL),(9864,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1701268891,'web','130.132.173.110',NULL),(9865,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1701268892,'web','130.132.173.110',NULL),(9866,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701268937,'web','130.132.173.110',NULL),(9867,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1701268964,'web','130.132.173.110',NULL),(9868,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701288424,'web','205.210.31.128',NULL),(9869,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701310068,'web','73.219.6.51',NULL),(9870,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1701310073,'web','73.219.6.51',NULL),(9871,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1701310073,'web','73.219.6.51',NULL),(9872,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701310076,'web','73.219.6.51',NULL),(9873,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1701310080,'web','73.219.6.51',NULL),(9874,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1701310209,'web','175.182.9.196',NULL),(9875,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,21,2,NULL,0,'null',1701310210,'web','175.182.9.196',NULL),(9876,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1701310236,'web','175.182.9.196',NULL),(9877,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1701310240,'web','175.182.9.196',NULL),(9878,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1701310245,'web','175.182.9.196',NULL),(9879,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,21,2,NULL,0,'null',1701310264,'web','175.182.9.196',NULL),(9880,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,21,2,NULL,0,'{\"assignid\":\"2\"}',1701310264,'web','175.182.9.196',NULL),(9881,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,21,2,NULL,0,'null',1701310264,'web','175.182.9.196',NULL),(9882,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,21,2,NULL,0,'{\"assignid\":\"2\"}',1701310264,'web','175.182.9.196',NULL),(9883,'\\core\\event\\notification_sent','core','sent','notification','notifications',1177,'c',0,1,10,0,0,0,21,0,'{\"courseid\":\"1\"}',1701310266,'cli',NULL,NULL),(9884,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,21,2,NULL,0,'null',1701310286,'web','175.182.9.196',NULL),(9885,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,21,2,NULL,0,'{\"assignid\":\"1\"}',1701310286,'web','175.182.9.196',NULL),(9886,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,21,2,NULL,0,'null',1701310304,'web','175.182.9.196',NULL),(9887,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',29,'r',2,91,70,52,21,2,NULL,0,'null',1701314231,'web','175.182.9.196',NULL),(9888,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,21,2,NULL,0,'null',1701314457,'web','175.182.9.196',NULL),(9889,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,21,2,NULL,0,'null',1701314457,'web','175.182.9.196',NULL),(9890,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',1,'r',2,27,70,8,21,2,NULL,0,'null',1701314788,'web','175.182.9.196',NULL),(9891,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',1,'r',2,27,70,8,21,2,NULL,0,'null',1701314789,'web','175.182.9.196',NULL),(9892,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'null',1701314846,'web','175.182.9.196',NULL),(9893,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1701314858,'web','175.182.9.196',NULL),(9894,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1701314927,'web','175.182.9.196',NULL),(9895,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,21,2,NULL,0,'null',1701314938,'web','175.182.9.196',NULL),(9896,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,21,2,NULL,0,'{\"assignid\":\"1\"}',1701314938,'web','175.182.9.196',NULL),(9897,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,21,2,NULL,0,'null',1701315006,'web','175.182.9.196',NULL),(9898,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,21,2,NULL,0,'null',1701315010,'web','175.182.9.196',NULL),(9899,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,21,2,NULL,0,'null',1701315010,'web','175.182.9.196',NULL),(9900,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,21,2,NULL,0,'null',1701315019,'web','175.182.9.196',NULL),(9901,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,21,2,NULL,0,'null',1701317913,'web','175.182.9.196',NULL),(9902,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,21,2,21,0,'{\"assignid\":\"1\"}',1701317913,'web','175.182.9.196',NULL),(9903,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,21,2,NULL,0,'null',1701318171,'web','175.182.9.196',NULL),(9904,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',4,'c',2,88,70,49,21,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"dcab69c0585b464db0f4bba07eaea4ba94d926b5\"]}',1701318171,'web','175.182.9.196',NULL),(9905,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',9,'c',2,88,70,49,21,2,21,0,'{\"submissionid\":\"4\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1701318171,'web','175.182.9.196',NULL),(9906,'\\core\\event\\notification_sent','core','sent','notification','notifications',1178,'c',0,1,10,0,0,0,21,0,'{\"courseid\":\"2\"}',1701318174,'web','175.182.9.196',NULL),(9907,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',4,'u',2,88,70,49,21,2,NULL,0,'{\"submission_editable\":true}',1701318174,'web','175.182.9.196',NULL),(9908,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,21,2,NULL,0,'null',1701318174,'web','175.182.9.196',NULL),(9909,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,21,2,NULL,0,'{\"assignid\":\"1\"}',1701318174,'web','175.182.9.196',NULL),(9910,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,21,2,NULL,0,'null',1701318178,'web','175.182.9.196',NULL),(9911,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,21,2,21,0,'{\"assignid\":\"1\"}',1701318179,'web','175.182.9.196',NULL),(9912,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701322685,'web','104.245.12.107',NULL),(9913,'\\core\\event\\user_loggedin','core','loggedin','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"extrauserinfo\":[]}',1701322706,'web','104.245.12.107',NULL),(9914,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,16,1,NULL,0,'null',1701322707,'web','104.245.12.107',NULL),(9915,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1701322720,'web','104.245.12.107',NULL),(9916,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,16,2,16,0,'null',1701322724,'web','104.245.12.107',NULL),(9917,'\\core\\event\\notification_sent','core','sent','notification','notifications',1179,'c',0,1,10,0,0,0,16,0,'{\"courseid\":\"1\"}',1701322746,'cli',NULL,NULL),(9918,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,16,2,NULL,0,'null',1701322824,'web','104.245.12.107',NULL),(9919,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701322939,'web','147.92.179.114',NULL),(9920,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701322939,'web','147.92.179.113',NULL),(9921,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,16,2,16,0,'null',1701324854,'web','104.245.12.107',NULL),(9922,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,16,2,NULL,0,'null',1701324895,'web','104.245.12.107',NULL),(9923,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,16,2,NULL,0,'null',1701324912,'web','104.245.12.107',NULL),(9924,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,16,2,NULL,0,'null',1701325332,'web','104.245.12.107',NULL),(9925,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,16,2,NULL,0,'null',1701326438,'web','104.245.12.107',NULL),(9926,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,16,2,NULL,0,'null',1701326443,'web','104.245.12.107',NULL),(9927,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,16,2,NULL,0,'null',1701326467,'web','104.245.12.107',NULL),(9928,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',11,'r',2,62,70,23,16,2,NULL,0,'null',1701326526,'web','104.245.12.107',NULL),(9929,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,16,2,NULL,0,'null',1701326557,'web','104.245.12.107',NULL),(9930,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,16,2,NULL,0,'null',1701326716,'web','104.245.12.107',NULL),(9931,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,16,2,NULL,0,'null',1701326917,'web','104.245.12.107',NULL),(9932,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701327128,'web','219.76.163.91',NULL),(9933,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1701327148,'web','219.76.163.91',NULL),(9934,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1701327150,'web','219.76.163.91',NULL),(9935,'\\core\\event\\notification_sent','core','sent','notification','notifications',1180,'c',0,1,10,0,0,0,15,0,'{\"courseid\":\"1\"}',1701327186,'cli',NULL,NULL),(9936,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701327252,'web','219.76.163.91',NULL),(9937,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701327252,'web','219.76.163.91',NULL),(9938,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701327254,'web','219.76.163.91',NULL),(9939,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701327254,'web','219.76.163.91',NULL),(9940,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701327256,'web','219.76.163.91',NULL),(9941,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,15,2,NULL,0,'null',1701327277,'web','219.76.163.91',NULL),(9942,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,15,2,NULL,0,'null',1701327277,'web','219.76.163.91',NULL),(9943,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,15,2,NULL,0,'null',1701327280,'web','219.76.163.91',NULL),(9944,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701327397,'web','219.76.163.91',NULL),(9945,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1701327399,'web','219.76.163.91',NULL),(9946,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701327401,'web','219.76.163.91',NULL),(9947,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,16,2,NULL,0,'null',1701327456,'web','104.245.12.107',NULL),(9948,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,15,2,NULL,0,'null',1701327472,'web','219.76.163.91',NULL),(9949,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,15,2,NULL,0,'null',1701327472,'web','219.76.163.91',NULL),(9950,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,15,2,NULL,0,'null',1701327474,'web','219.76.163.91',NULL),(9951,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701327576,'web','219.76.163.91',NULL),(9952,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1701327579,'web','219.76.163.91',NULL),(9953,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701327583,'web','219.76.163.91',NULL),(9954,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',6,'r',2,55,70,16,15,2,NULL,0,'null',1701327587,'web','219.76.163.91',NULL),(9955,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,16,2,NULL,0,'null',1701327879,'web','104.245.12.107',NULL),(9956,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,16,2,NULL,0,'null',1701327985,'web','104.245.12.107',NULL),(9957,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,16,2,NULL,0,'{\"assignid\":\"2\"}',1701327985,'web','104.245.12.107',NULL),(9958,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,16,2,NULL,0,'null',1701328001,'web','104.245.12.107',NULL),(9959,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,16,2,NULL,0,'{\"assignid\":\"1\"}',1701328001,'web','104.245.12.107',NULL),(9960,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701328863,'web','34.245.128.38',NULL),(9961,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701329080,'web','219.76.163.91',NULL),(9962,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,15,2,NULL,0,'null',1701329111,'web','219.76.163.91',NULL),(9963,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,15,2,NULL,0,'null',1701329113,'web','219.76.163.91',NULL),(9964,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701341374,'web','219.76.163.91',NULL),(9965,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1701341393,'web','219.76.163.91',NULL),(9966,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1701341395,'web','219.76.163.91',NULL),(9967,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701341398,'web','219.76.163.91',NULL),(9968,'\\core\\event\\notification_sent','core','sent','notification','notifications',1181,'c',0,1,10,0,0,0,15,0,'{\"courseid\":\"1\"}',1701341407,'cli',NULL,NULL),(9969,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',29,'r',2,91,70,52,15,2,NULL,0,'null',1701341423,'web','219.76.163.91',NULL),(9970,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',29,'r',2,91,70,52,15,2,NULL,0,'null',1701341423,'web','219.76.163.91',NULL),(9971,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701342017,'web','203.121.235.95',NULL),(9972,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"reason\":3}',1701342046,'web','203.121.235.95',NULL),(9973,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1701342064,'web','203.121.235.95',NULL),(9974,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1701342064,'web','203.121.235.95',NULL),(9975,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1701342066,'web','203.121.235.95',NULL),(9976,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,6,2,6,0,'null',1701342077,'web','203.121.235.95',NULL),(9977,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701342094,'web','73.219.6.51',NULL),(9978,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701342096,'web','147.92.179.112',NULL),(9979,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1701342108,'web','73.219.6.51',NULL),(9980,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1701342109,'web','73.219.6.51',NULL),(9981,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701342125,'web','73.219.6.51',NULL),(9982,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701342133,'web','73.219.6.51',NULL),(9983,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701342133,'web','73.219.6.51',NULL),(9984,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701342136,'web','73.219.6.51',NULL),(9985,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701342136,'web','73.219.6.51',NULL),(9986,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701342147,'web','73.219.6.51',NULL),(9987,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701342148,'web','73.219.6.51',NULL),(9988,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1701342156,'web','123.193.70.68',NULL),(9989,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1701342156,'web','123.193.70.68',NULL),(9990,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',29,'r',2,91,70,52,5,2,NULL,0,'null',1701342160,'web','123.193.70.68',NULL),(9991,'\\core\\event\\notification_sent','core','sent','notification','notifications',1182,'c',0,1,10,0,0,0,5,0,'{\"courseid\":\"1\"}',1701342186,'cli',NULL,NULL),(9992,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1701344131,'web','118.167.13.44',NULL),(9993,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,17,0,NULL,0,'null',1701344131,'web','118.167.13.44',NULL),(9994,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1701344135,'web','118.167.13.44',NULL),(9995,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,17,2,NULL,0,'null',1701344156,'web','118.167.13.44',NULL),(9996,'\\core\\event\\notification_sent','core','sent','notification','notifications',1183,'c',0,1,10,0,0,0,17,0,'{\"courseid\":\"1\"}',1701344165,'cli',NULL,NULL),(9997,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1701344167,'web','118.167.13.44',NULL),(9998,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',29,'r',2,91,70,52,17,2,NULL,0,'null',1701344174,'web','118.167.13.44',NULL),(9999,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1701344591,'web','123.193.70.68',NULL),(10000,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,5,2,5,0,'null',1701344593,'web','123.193.70.68',NULL),(10001,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1701344604,'web','123.193.70.68',NULL),(10002,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,5,2,5,0,'null',1701344607,'web','123.193.70.68',NULL),(10003,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,5,2,NULL,0,'null',1701344611,'web','123.193.70.68',NULL),(10004,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,5,2,NULL,0,'{\"assignid\":\"1\"}',1701344611,'web','123.193.70.68',NULL),(10005,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,5,2,NULL,0,'null',1701344617,'web','123.193.70.68',NULL),(10006,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,5,2,NULL,0,'{\"assignid\":\"2\"}',1701344617,'web','123.193.70.68',NULL),(10007,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,5,2,NULL,0,'null',1701344621,'web','123.193.70.68',NULL),(10008,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',29,'r',2,91,70,52,6,2,NULL,0,'null',1701346474,'web','203.121.235.95',NULL),(10009,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701346847,'web','73.219.6.51',NULL),(10010,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701346847,'web','73.219.6.51',NULL),(10011,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701346852,'web','73.219.6.51',NULL),(10012,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701346852,'web','73.219.6.51',NULL),(10013,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701346872,'web','73.219.6.51',NULL),(10014,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701346872,'web','73.219.6.51',NULL),(10015,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,4,0,'{\"assignid\":\"1\"}',1701346875,'web','73.219.6.51',NULL),(10016,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,5,0,'{\"assignid\":\"1\"}',1701346882,'web','73.219.6.51',NULL),(10017,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,6,0,'{\"assignid\":\"1\"}',1701346890,'web','73.219.6.51',NULL),(10018,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,7,0,'{\"assignid\":\"1\"}',1701346913,'web','73.219.6.51',NULL),(10019,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,8,0,'{\"assignid\":\"1\"}',1701346917,'web','73.219.6.51',NULL),(10020,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,9,0,'{\"assignid\":\"1\"}',1701346920,'web','73.219.6.51',NULL),(10021,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,10,0,'{\"assignid\":\"1\"}',1701346923,'web','73.219.6.51',NULL),(10022,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,11,0,'{\"assignid\":\"1\"}',1701346925,'web','73.219.6.51',NULL),(10023,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,12,0,'{\"assignid\":\"1\"}',1701346932,'web','73.219.6.51',NULL),(10024,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,13,0,'{\"assignid\":\"1\"}',1701346935,'web','73.219.6.51',NULL),(10025,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,14,0,'{\"assignid\":\"1\"}',1701346938,'web','73.219.6.51',NULL),(10026,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,15,0,'{\"assignid\":\"1\"}',1701346944,'web','73.219.6.51',NULL),(10027,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,16,0,'{\"assignid\":\"1\"}',1701346947,'web','73.219.6.51',NULL),(10028,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,17,0,'{\"assignid\":\"1\"}',1701346950,'web','73.219.6.51',NULL),(10029,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,18,0,'{\"assignid\":\"1\"}',1701346952,'web','73.219.6.51',NULL),(10030,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,19,0,'{\"assignid\":\"1\"}',1701346954,'web','73.219.6.51',NULL),(10031,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,20,0,'{\"assignid\":\"1\"}',1701346961,'web','73.219.6.51',NULL),(10032,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,6,2,NULL,0,'null',1701347127,'web','203.121.235.95',NULL),(10033,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,6,2,NULL,0,'{\"assignid\":\"2\"}',1701347127,'web','203.121.235.95',NULL),(10034,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701349472,'web','114.253.43.3',NULL),(10035,'\\core\\event\\user_loggedin','core','loggedin','user','user',13,'r',0,1,10,0,13,0,NULL,0,'{\"username\":\"hellenwangbj@163.com\",\"extrauserinfo\":[]}',1701349478,'web','114.253.43.3',NULL),(10036,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1701349478,'web','114.253.43.3',NULL),(10037,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1701349482,'web','114.253.43.3',NULL),(10038,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1701349488,'web','125.229.183.111',NULL),(10039,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1701349488,'web','125.229.183.111',NULL),(10040,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1701349492,'web','125.229.183.111',NULL),(10041,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,13,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1701349494,'web','114.253.43.3',NULL),(10042,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,13,2,13,0,'null',1701349497,'web','114.253.43.3',NULL),(10043,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,22,2,NULL,0,'null',1701349524,'web','125.229.183.111',NULL),(10044,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,13,2,NULL,0,'null',1701349540,'web','114.253.43.3',NULL),(10045,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,13,2,NULL,0,'{\"assignid\":\"2\"}',1701349540,'web','114.253.43.3',NULL),(10046,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1701349547,'web','125.229.183.111',NULL),(10047,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',11,'r',2,62,70,23,22,2,NULL,0,'null',1701349558,'web','125.229.183.111',NULL),(10048,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1701349588,'web','125.229.183.111',NULL),(10049,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,22,2,NULL,0,'null',1701349594,'web','125.229.183.111',NULL),(10050,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',29,'r',2,91,70,52,13,2,NULL,0,'null',1701349628,'web','114.253.43.3',NULL),(10051,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1701350500,'web','118.167.13.44',NULL),(10052,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,17,0,NULL,0,'null',1701350501,'web','118.167.13.44',NULL),(10053,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1701350504,'web','118.167.13.44',NULL),(10054,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,17,2,NULL,0,'null',1701350513,'web','118.167.13.44',NULL),(10055,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1701350532,'web','118.167.13.44',NULL),(10056,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,17,2,NULL,0,'null',1701350542,'web','118.167.13.44',NULL),(10057,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,17,2,NULL,0,'null',1701350545,'web','118.167.13.44',NULL),(10058,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1701350556,'web','118.167.13.44',NULL),(10059,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',29,'r',2,91,70,52,17,2,NULL,0,'null',1701350564,'web','118.167.13.44',NULL),(10060,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,5,2,NULL,0,'null',1701350681,'web','123.193.70.68',NULL),(10061,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,5,2,NULL,0,'{\"assignid\":\"2\"}',1701350681,'web','123.193.70.68',NULL),(10062,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1701350780,'web','118.167.13.44',NULL),(10063,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1701350870,'web','125.229.183.111',NULL),(10064,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,22,2,NULL,0,'null',1701350876,'web','125.229.183.111',NULL),(10065,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1701350894,'web','125.229.183.111',NULL),(10066,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,22,2,NULL,0,'null',1701350901,'web','125.229.183.111',NULL),(10067,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701351536,'web','73.219.6.51',NULL),(10068,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1701351540,'web','73.219.6.51',NULL),(10069,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1701351541,'web','73.219.6.51',NULL),(10070,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701351543,'web','73.219.6.51',NULL),(10071,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,2,2,NULL,0,'null',1701351548,'web','73.219.6.51',NULL),(10072,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,2,2,NULL,0,'{\"assignid\":\"2\"}',1701351548,'web','73.219.6.51',NULL),(10073,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,2,2,NULL,0,'null',1701351553,'web','73.219.6.51',NULL),(10074,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,2,2,NULL,0,'{\"assignid\":\"2\"}',1701351553,'web','73.219.6.51',NULL),(10075,'\\core\\event\\calendar_event_updated','core','updated','calendar_event','event',2,'u',0,16,50,2,2,2,NULL,0,'{\"repeatid\":0,\"timestart\":1701860400,\"name\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\\u5df2\\u7d93\\u904e\\u671f\"}',1701351595,'web','73.219.6.51',NULL),(10076,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',22,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701351595,'web','73.219.6.51',NULL),(10077,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',22,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701351595,'web','73.219.6.51',NULL),(10078,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',54,'u',1,93,70,54,2,2,NULL,0,'{\"modulename\":\"assign\",\"instanceid\":\"2\",\"name\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\"}',1701351595,'web','73.219.6.51',NULL),(10079,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701351596,'web','73.219.6.51',NULL),(10080,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,2,2,NULL,0,'null',1701351727,'web','73.219.6.51',NULL),(10081,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701351922,'web','73.219.6.51',NULL),(10082,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701351922,'web','73.219.6.51',NULL),(10083,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701351925,'web','73.219.6.51',NULL),(10084,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701351925,'web','73.219.6.51',NULL),(10085,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701351961,'web','73.219.6.51',NULL),(10086,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,2,2,5,0,'{\"assignid\":\"1\"}',1701351961,'web','73.219.6.51',NULL),(10087,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701351978,'web','73.219.6.51',NULL),(10088,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701351978,'web','73.219.6.51',NULL),(10089,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701351981,'web','73.219.6.51',NULL),(10090,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701351981,'web','73.219.6.51',NULL),(10091,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,16,0,'{\"assignid\":\"1\"}',1701351983,'web','73.219.6.51',NULL),(10092,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,17,0,'{\"assignid\":\"1\"}',1701351986,'web','73.219.6.51',NULL),(10093,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,18,0,'{\"assignid\":\"1\"}',1701351989,'web','73.219.6.51',NULL),(10094,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,19,0,'{\"assignid\":\"1\"}',1701351992,'web','73.219.6.51',NULL),(10095,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701352153,'web','73.219.6.51',NULL),(10096,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701352154,'web','73.219.6.51',NULL),(10097,'\\core\\event\\config_log_created','core','created','config_log','config_log',1832,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"converter_plugins_sortorder\",\"oldvalue\":false,\"value\":1,\"plugin\":\"googledrive\"}',1701352182,'web','73.219.6.51',NULL),(10098,'\\core\\event\\config_log_created','core','created','config_log','config_log',1833,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"converter_plugins_sortorder\",\"oldvalue\":true,\"value\":0,\"plugin\":\"googledrive\"}',1701352211,'web','73.219.6.51',NULL),(10099,'\\core\\event\\config_log_created','core','created','config_log','config_log',1834,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"converter_plugins_sortorder\",\"oldvalue\":false,\"value\":1,\"plugin\":\"unoconv\"}',1701352213,'web','73.219.6.51',NULL),(10100,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1701352495,'web','73.219.6.51',NULL),(10101,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701352498,'web','73.219.6.51',NULL),(10102,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701352509,'web','73.219.6.51',NULL),(10103,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701352509,'web','73.219.6.51',NULL),(10104,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701352510,'web','73.219.6.51',NULL),(10105,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701352510,'web','73.219.6.51',NULL),(10106,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,16,0,'{\"assignid\":\"1\"}',1701352512,'web','73.219.6.51',NULL),(10107,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,15,0,'{\"assignid\":\"1\"}',1701352515,'web','73.219.6.51',NULL),(10108,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,14,0,'{\"assignid\":\"1\"}',1701352517,'web','73.219.6.51',NULL),(10109,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701352529,'web','73.219.6.51',NULL),(10110,'\\report_log\\event\\report_viewed','report_log','viewed','report',NULL,NULL,'r',0,1,10,0,2,0,0,0,'{\"groupid\":0,\"date\":0,\"modid\":\"\",\"modaction\":\"\",\"logformat\":\"\"}',1701352655,'web','73.219.6.51',NULL),(10111,'\\report_log\\event\\report_viewed','report_log','viewed','report',NULL,NULL,'r',0,1,10,0,2,0,0,0,'{\"groupid\":0,\"date\":0,\"modid\":\"site_errors\",\"modaction\":\"\",\"logformat\":\"\"}',1701352662,'web','73.219.6.51',NULL),(10112,'\\report_loglive\\event\\report_viewed','report_loglive','viewed','report',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1701352690,'web','73.219.6.51',NULL),(10113,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1701352770,'web','73.219.6.51',NULL),(10114,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701352772,'web','73.219.6.51',NULL),(10115,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701352782,'web','73.219.6.51',NULL),(10116,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701352782,'web','73.219.6.51',NULL),(10117,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701352784,'web','73.219.6.51',NULL),(10118,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701352784,'web','73.219.6.51',NULL),(10119,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,16,0,'{\"assignid\":\"1\"}',1701352785,'web','73.219.6.51',NULL),(10120,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,15,0,'{\"assignid\":\"1\"}',1701352788,'web','73.219.6.51',NULL),(10121,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,14,0,'{\"assignid\":\"1\"}',1701352790,'web','73.219.6.51',NULL),(10122,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701352839,'web','73.219.6.51',NULL),(10123,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701352839,'web','73.219.6.51',NULL),(10124,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701352844,'web','73.219.6.51',NULL),(10125,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701352844,'web','73.219.6.51',NULL),(10126,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,5,0,'{\"assignid\":\"1\"}',1701352845,'web','73.219.6.51',NULL),(10127,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701352897,'web','73.219.6.51',NULL),(10128,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701352897,'web','73.219.6.51',NULL),(10129,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701352899,'web','73.219.6.51',NULL),(10130,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701352900,'web','73.219.6.51',NULL),(10131,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701352979,'web','73.219.6.51',NULL),(10132,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701352979,'web','73.219.6.51',NULL),(10133,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701352992,'web','73.219.6.51',NULL),(10134,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701352992,'web','73.219.6.51',NULL),(10135,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701353027,'web','73.219.6.51',NULL),(10136,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701353027,'web','73.219.6.51',NULL),(10137,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701353028,'web','73.219.6.51',NULL),(10138,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701353083,'web','73.219.6.51',NULL),(10139,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701353083,'web','73.219.6.51',NULL),(10140,'\\core\\event\\calendar_event_updated','core','updated','calendar_event','event',1,'u',0,16,50,2,2,2,NULL,0,'{\"repeatid\":0,\"timestart\":1701255600,\"name\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5 is due\"}',1701353144,'web','73.219.6.51',NULL),(10141,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701353144,'web','73.219.6.51',NULL),(10142,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701353144,'web','73.219.6.51',NULL),(10143,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',49,'u',1,88,70,49,2,2,NULL,0,'{\"modulename\":\"assign\",\"instanceid\":\"1\",\"name\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\"}',1701353144,'web','73.219.6.51',NULL),(10144,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701353145,'web','73.219.6.51',NULL),(10145,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,2,2,NULL,0,'null',1701353147,'web','73.219.6.51',NULL),(10146,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,2,2,NULL,0,'{\"assignid\":\"2\"}',1701353147,'web','73.219.6.51',NULL),(10147,'\\core\\event\\calendar_event_updated','core','updated','calendar_event','event',2,'u',0,16,50,2,2,2,NULL,0,'{\"repeatid\":0,\"timestart\":1701860400,\"name\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790 is due\"}',1701353159,'web','73.219.6.51',NULL),(10148,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',22,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701353159,'web','73.219.6.51',NULL),(10149,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',22,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701353159,'web','73.219.6.51',NULL),(10150,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',54,'u',1,93,70,54,2,2,NULL,0,'{\"modulename\":\"assign\",\"instanceid\":\"2\",\"name\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\"}',1701353159,'web','73.219.6.51',NULL),(10151,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701353160,'web','73.219.6.51',NULL),(10152,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1701354209,'web','219.76.163.91',NULL),(10153,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1701354225,'web','219.76.163.91',NULL),(10154,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1701354226,'web','219.76.163.91',NULL),(10155,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1701354229,'web','219.76.163.91',NULL),(10156,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1701354244,'web','219.76.163.91',NULL),(10157,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1701354245,'web','219.76.163.91',NULL),(10158,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701354250,'web','219.76.163.91',NULL),(10159,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,15,2,NULL,0,'null',1701354290,'web','219.76.163.91',NULL),(10160,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701354378,'web','219.76.163.91',NULL),(10161,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701354383,'web','219.76.163.91',NULL),(10162,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701354505,'web','219.76.163.91',NULL),(10163,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,15,2,NULL,0,'null',1701354543,'web','219.76.163.91',NULL),(10164,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,15,2,NULL,0,'null',1701354544,'web','219.76.163.91',NULL),(10165,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,15,2,NULL,0,'null',1701354547,'web','219.76.163.91',NULL),(10166,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,15,2,NULL,0,'null',1701354551,'web','219.76.163.91',NULL),(10167,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701354563,'web','219.76.163.91',NULL),(10168,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,15,2,NULL,0,'null',1701354575,'web','219.76.163.91',NULL),(10169,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1701354726,'web','219.76.163.91',NULL),(10170,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701355494,'web','219.76.163.91',NULL),(10171,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701355755,'web','219.76.163.91',NULL),(10172,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701355827,'web','219.76.163.91',NULL),(10173,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1701355840,'web','219.76.163.91',NULL),(10174,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1701355841,'web','219.76.163.91',NULL),(10175,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701355843,'web','219.76.163.91',NULL),(10176,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,15,2,NULL,0,'null',1701355855,'web','219.76.163.91',NULL),(10177,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1701355975,'web','219.76.163.91',NULL),(10178,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701355978,'web','219.76.163.91',NULL),(10179,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,15,2,NULL,0,'null',1701356135,'web','219.76.163.91',NULL),(10180,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1701356583,'web','219.76.163.91',NULL),(10181,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1701356899,'web','219.76.163.91',NULL),(10182,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701356903,'web','219.76.163.91',NULL),(10183,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,15,2,NULL,0,'null',1701356908,'web','219.76.163.91',NULL),(10184,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1701359725,'web','219.76.163.91',NULL),(10185,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701359728,'web','219.76.163.91',NULL),(10186,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,15,2,NULL,0,'null',1701359748,'web','219.76.163.91',NULL),(10187,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701359754,'web','219.76.163.91',NULL),(10188,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1701359762,'web','219.76.163.91',NULL),(10189,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701359764,'web','219.76.163.91',NULL),(10190,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,15,2,NULL,0,'null',1701359773,'web','219.76.163.91',NULL),(10191,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701359846,'web','219.76.163.91',NULL),(10192,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1701359849,'web','219.76.163.91',NULL),(10193,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701359853,'web','219.76.163.91',NULL),(10194,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,15,2,NULL,0,'null',1701359876,'web','219.76.163.91',NULL),(10195,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1701360172,'web','219.76.163.91',NULL),(10196,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1701360172,'web','219.76.163.91',NULL),(10197,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1701360175,'web','219.76.163.91',NULL),(10198,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701360178,'web','219.76.163.91',NULL),(10199,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,15,2,NULL,0,'null',1701360211,'web','219.76.163.91',NULL),(10200,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701360215,'web','219.76.163.91',NULL),(10201,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,15,2,NULL,0,'null',1701360233,'web','219.76.163.91',NULL),(10202,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',148,'c',2,59,70,20,15,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u4efd<br \\/>\\n6\\u3001\\u5b9e\\u8df5\\u8005\\u3002<br \\/>\\n\\u7b2c\\u516d\\u90e8\\u4efd\\u8ba9\\u6211\\u8bfb\\u7684\\u5f88\\u5174\\u594b\\uff0c\\u5374\\u4e5f\\u9010\\u6b65\\u6e05\\u6670\\u7684\\u7267\\u517b\\u4e0e\\u827a\\u672f\\u7684\\u5173\\u7cfb\\uff0c\\u4ee5\\u53ca\\u5728\\u5b9e\\u8df5\\u4e2d\\u7684\\u91cd\\u70b9\\u5c31\\u662f\\u7231\\u4e0e\\u751f\\u547d\\uff0c\\u5982\\u679c\\u8131\\u79bb\\u5176\\u4e2d\\u5c06\\u65e0\\u6cd5\\u7ed3\\u51fa\\u751f\\u547d\\u4e4b\\u679c\\uff0c\\u7531p141\\u7684\\u5185\\u5bb9\\u6211\\u5199\\u4e86\\u4e00\\u6bb5\\u7977\\u8bcd\\uff01<br \\/>\\n\\u7948\\u6c42\\u611f\\u6069\\u795e\\u7684\\u521b\\u9020\\uff0c\\u795e\\u521b\\u9020\\u7684\\u751a\\u597d\\uff0c<br \\/>\\n\\u7948\\u6c42\\u795e\\u7684\\u8ba1\\u5212\\u5728\\u6559\\u4f1a\\u513f\\u7ae5\\u4e8b\\u5de5\\u4e2d\\u5f70\\u663e\\u3001\\u6210\\u5c31\\u3002<br \\/>\\n\\u4f7f\\u6bcf\\u4e00\\u4e2a\\u751f\\u547d\\u4e30\\u76db\\u6709\\u4f59\\uff0c<br \\/>\\n\\u7948\\u6c42\\u611f\\u6069\\uff0c\\u5929\\u7236\\u7684\\u7231\\u6211\\u4eec\\uff1b<br \\/>\\n\\u7948\\u6c42\\u795e\\u4f7f\\u7528\\u6211\\u4eec\\uff1b<br \\/>\\n\\u4f7f\\u7528\\u6211\\u4eec\\u6210\\u4e3a\\u4f60\\u7231\\u7684\\u7ba1\\u9053\\uff0c\\u6d41\\u6dcc\\u51fa\\u5929\\u8d4b\\u7684\\u7231\\u3002<br \\/>\\n\\u7948\\u6c42\\u6211\\u4eec\\u5fc3\\u5b58\\u6e29\\u67d4\\u3001\\u8c26\\u5351\\u3001\\u8010\\u5fc3\\u548c\\u7231\\u5fc3\\u3002<br \\/>\\n\\u7948\\u6c42\\u6211\\u4eec\\u6709\\u5206\\u8fa8\\u7684\\u7075\\u3002<br \\/>\\n\\u7948\\u6c42\\u4f7f\\u7528\\u6211\\u4eec\\u8eab\\u4e0a\\u795e\\u6240\\u8d50\\u7684\\u5929\\u5206\\u3002<br \\/>\\n\\u7948\\u6c42\\u795e\\u4f7f\\u6211\\u4eec\\uff0c\\u4f7f\\u7528\\u6211\\u4eec\\uff0c\\u4fee\\u526a\\u6211\\u4eec\\uff0c\\u5f15\\u5bfc\\u6211\\u4eec\\uff0c\\u5e26\\u9886\\u6211\\u4eec\\u6b65\\u5411\\u5c5e\\u5929\\u7684\\u6210\\u719f\\u3002<br \\/>\\n\\u597d\\u53eb\\u6211\\u4eec\\u7684\\u751f\\u547d\\u4e0d\\u65ad\\u7684\\u63a5\\u51fa\\u679c\\u5b50\\u3002<br \\/>\\n\\u7948\\u6c42\\u795e\\u5e26\\u9886\\u6211\\u4eec\\u4e00\\u8d77\\u52aa\\u529b\\u5411\\u524d\\uff0c\\u4e00\\u8d77\\u8c26\\u5351\\u5b66\\u4e60\\uff0c\\u4e00\\u8d77\\u5bfb\\u6c42\\u795e\\u7684\\u65e8\\u610f\\u3002<br \\/>\\n\\u8363\\u8000\\u795e\\uff0c\\u656c\\u754f\\u795e\\uff0c\\u7231\\u795e\\uff0c\\u7231\\u4eba\\uff0c\\u7231\\u5b69\\u5b50\\uff01<br \\/>\\n<br \\/>\\n\\u7b2c\\u4e8c\\u90e8\\u4efd\\uff1a<br \\/>\\n\\u4e8b\\u5de5\\u4e2d\\u5bf9\\u9752\\u5c11\\u5e74\\u7684\\u5b9a\\u4e49\\uff1a<br \\/>\\n\\u5fd9\\u4e8e\\u5b66\\u4e1a\\uff0c\\u4e0d\\u5728\\u9002\\u5b9c\\u513f\\u7ae5\\u7684\\u65b9\\u5f0f\\u7267\\u517b\\uff0c\\u4e0d\\u6613\\u655e\\u5f00<br \\/>\\n\\u4e8b\\u5de5\\u4e2d\\u6240\\u505a\\u7684\\u4e8b\\uff1a<br \\/>\\n\\u6211\\u4eec\\u7684\\u4e8b\\u5de5\\u5927\\u591a\\u8fd8\\u5904\\u4e8e\\u513f\\u7ae5\\u65f6\\u671f\\uff0c\\u8fc7\\u5ea6\\u5230\\u9752\\u5c11\\u5e74\\u540e\\u5f88\\u5c11\\u51fa\\u73b0\\u5728\\u6559\\u4f1a\\uff0c\\u66f4\\u591a\\u7684\\u662f\\u5e26\\u4ed6\\u4eec\\u5076\\u5c14\\u53c2\\u4e0e\\u7684\\u4e00\\u4e9b\\u670d\\u4f8d\\u513f\\u7ae5\\u7684\\u4e8b\\u5de5\\u5f53\\u4e2d\\u3002<br \\/>\\n\\u7406\\u60f3\\u7684\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\uff1a<br \\/>\\n\\u56e2\\u5951\\uff0c\\u5206\\u4eab\\uff0c\\u6d3b\\u52a8\\uff0c\\u5173\\u6000\\uff0c\\u53c2\\u4e0e\\u4e8b\\u5de5\\uff0c\\u53c2\\u4e0e\\u793e\\u4f1a\\u6d3b\\u52a8\\uff0c\\u5b9e\\u8df5\\u7684\\u5e2e\\u52a9\\uff0c\\u751f\\u6d3b\\u4e2d\\u7684\\u4ea4\\u9645<\\/div>\",\"pathnamehashes\":[],\"discussionid\":3,\"triggeredfrom\":\"forum_add_new_post\"}',1701360901,'web','219.76.163.91',NULL),(10203,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',148,'c',2,59,70,20,15,2,NULL,0,'{\"discussionid\":3,\"forumid\":6,\"forumtype\":\"single\"}',1701360901,'web','219.76.163.91',NULL),(10204,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',126,'c',2,59,70,20,15,2,15,0,'{\"forumid\":6,\"discussion\":3}',1701360901,'web','219.76.163.91',NULL),(10205,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,15,2,NULL,0,'null',1701360906,'web','219.76.163.91',NULL),(10206,'\\core\\event\\notification_sent','core','sent','notification','notifications',1184,'c',0,1,10,0,15,0,15,0,'{\"courseid\":\"2\"}',1701364507,'cli',NULL,NULL),(10207,'\\core\\event\\notification_sent','core','sent','notification','notifications',1185,'c',0,1,10,0,15,0,6,0,'{\"courseid\":\"2\"}',1701364510,'cli',NULL,NULL),(10208,'\\core\\event\\notification_sent','core','sent','notification','notifications',1186,'c',0,1,10,0,15,0,11,0,'{\"courseid\":\"2\"}',1701364514,'cli',NULL,NULL),(10209,'\\core\\event\\notification_sent','core','sent','notification','notifications',1187,'c',0,1,10,0,15,0,23,0,'{\"courseid\":\"2\"}',1701364517,'cli',NULL,NULL),(10210,'\\core\\event\\notification_sent','core','sent','notification','notifications',1188,'c',0,1,10,0,15,0,12,0,'{\"courseid\":\"2\"}',1701364520,'cli',NULL,NULL),(10211,'\\core\\event\\notification_sent','core','sent','notification','notifications',1189,'c',0,1,10,0,15,0,13,0,'{\"courseid\":\"2\"}',1701364522,'cli',NULL,NULL),(10212,'\\core\\event\\notification_sent','core','sent','notification','notifications',1190,'c',0,1,10,0,15,0,5,0,'{\"courseid\":\"2\"}',1701364526,'cli',NULL,NULL),(10213,'\\core\\event\\notification_sent','core','sent','notification','notifications',1191,'c',0,1,10,0,15,0,21,0,'{\"courseid\":\"2\"}',1701364528,'cli',NULL,NULL),(10214,'\\core\\event\\notification_sent','core','sent','notification','notifications',1192,'c',0,1,10,0,15,0,9,0,'{\"courseid\":\"2\"}',1701364531,'cli',NULL,NULL),(10215,'\\core\\event\\notification_sent','core','sent','notification','notifications',1193,'c',0,1,10,0,15,0,20,0,'{\"courseid\":\"2\"}',1701364534,'cli',NULL,NULL),(10216,'\\core\\event\\notification_sent','core','sent','notification','notifications',1194,'c',0,1,10,0,15,0,16,0,'{\"courseid\":\"2\"}',1701364536,'cli',NULL,NULL),(10217,'\\core\\event\\notification_sent','core','sent','notification','notifications',1195,'c',0,1,10,0,15,0,4,0,'{\"courseid\":\"2\"}',1701364539,'cli',NULL,NULL),(10218,'\\core\\event\\notification_sent','core','sent','notification','notifications',1196,'c',0,1,10,0,15,0,22,0,'{\"courseid\":\"2\"}',1701364542,'cli',NULL,NULL),(10219,'\\core\\event\\notification_sent','core','sent','notification','notifications',1197,'c',0,1,10,0,15,0,2,0,'{\"courseid\":\"2\"}',1701364545,'cli',NULL,NULL),(10220,'\\core\\event\\notification_sent','core','sent','notification','notifications',1198,'c',0,1,10,0,15,0,19,0,'{\"courseid\":\"2\"}',1701364548,'cli',NULL,NULL),(10221,'\\core\\event\\notification_sent','core','sent','notification','notifications',1199,'c',0,1,10,0,15,0,14,0,'{\"courseid\":\"2\"}',1701364551,'cli',NULL,NULL),(10222,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701366100,'web','73.219.6.51',NULL),(10223,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,2,2,NULL,0,'null',1701370948,'web','73.219.6.51',NULL),(10224,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,2,2,NULL,0,'null',1701371008,'web','73.219.6.51',NULL),(10225,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,2,2,NULL,0,'null',1701371012,'web','73.219.6.51',NULL),(10226,'\\core\\event\\user_graded','core','graded','user','grade_grades',62,'u',1,16,50,2,2,2,15,0,'{\"itemid\":\"8\",\"overridden\":false,\"finalgrade\":6}',1701371030,'web','73.219.6.51',NULL),(10227,'\\core\\event\\user_graded','core','graded','user','grade_grades',173,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":18}',1701371031,'web','73.219.6.51',NULL),(10228,'\\core\\event\\user_graded','core','graded','user','grade_grades',20,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":18}',1701371031,'web','73.219.6.51',NULL),(10229,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701399856,'web','101.228.214.132',NULL),(10230,'\\core\\event\\user_loggedin','core','loggedin','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"extrauserinfo\":[]}',1701399870,'web','101.228.214.132',NULL),(10231,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,16,1,NULL,0,'null',1701399870,'web','101.228.214.132',NULL),(10232,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1701399904,'web','101.228.214.132',NULL),(10233,'\\core\\event\\notification_sent','core','sent','notification','notifications',1200,'c',0,1,10,0,0,0,16,0,'{\"courseid\":\"1\"}',1701399909,'cli',NULL,NULL),(10234,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,16,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1701399910,'web','101.228.214.132',NULL),(10235,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1701399916,'web','101.228.214.132',NULL),(10236,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,16,2,NULL,0,'null',1701399952,'web','101.228.214.132',NULL),(10237,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,16,2,NULL,0,'{\"assignid\":\"2\"}',1701399952,'web','101.228.214.132',NULL),(10238,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',29,'r',2,91,70,52,16,2,NULL,0,'null',1701400021,'web','101.228.214.132',NULL),(10239,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,16,2,NULL,0,'null',1701405615,'web','101.228.214.132',NULL),(10240,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,16,2,NULL,0,'{\"assignid\":\"1\"}',1701405615,'web','101.228.214.132',NULL),(10241,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,16,2,NULL,0,'null',1701405621,'web','101.228.214.132',NULL),(10242,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,16,2,16,0,'{\"assignid\":\"1\"}',1701405621,'web','101.228.214.132',NULL),(10243,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,16,2,NULL,0,'null',1701405656,'web','101.228.214.132',NULL),(10244,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',2,'c',2,88,70,49,16,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"54ccb890c0331a5f53094578e07e266e28e644bd\"]}',1701405656,'web','101.228.214.132',NULL),(10245,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',10,'c',2,88,70,49,16,2,16,0,'{\"submissionid\":\"2\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1701405656,'web','101.228.214.132',NULL),(10246,'\\core\\event\\notification_sent','core','sent','notification','notifications',1201,'c',0,1,10,0,0,0,16,0,'{\"courseid\":\"2\"}',1701405661,'web','101.228.214.132',NULL),(10247,'\\core\\event\\notification_sent','core','sent','notification','notifications',1202,'c',0,1,10,0,16,0,2,0,'{\"courseid\":\"2\"}',1701405664,'web','101.228.214.132',NULL),(10248,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',2,'u',2,88,70,49,16,2,NULL,0,'{\"submission_editable\":true}',1701405664,'web','101.228.214.132',NULL),(10249,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,16,2,NULL,0,'null',1701405664,'web','101.228.214.132',NULL),(10250,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,16,2,NULL,0,'{\"assignid\":\"1\"}',1701405664,'web','101.228.214.132',NULL),(10251,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,16,2,NULL,0,'null',1701405676,'web','101.228.214.132',NULL),(10252,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,16,2,NULL,0,'{\"assignid\":\"2\"}',1701405676,'web','101.228.214.132',NULL),(10253,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701423590,'web','114.253.43.3',NULL),(10254,'\\core\\event\\user_loggedin','core','loggedin','user','user',13,'r',0,1,10,0,13,0,NULL,0,'{\"username\":\"hellenwangbj@163.com\",\"extrauserinfo\":[]}',1701423599,'web','114.253.43.3',NULL),(10255,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1701423599,'web','114.253.43.3',NULL),(10256,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1701423602,'web','114.253.43.3',NULL),(10257,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,13,2,13,0,'null',1701423609,'web','114.253.43.3',NULL),(10258,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,13,2,NULL,0,'null',1701423616,'web','114.253.43.3',NULL),(10259,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,13,2,NULL,0,'{\"assignid\":\"2\"}',1701423616,'web','114.253.43.3',NULL),(10260,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,13,2,NULL,0,'null',1701423620,'web','114.253.43.3',NULL),(10261,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,93,70,54,13,2,13,0,'{\"assignid\":\"2\"}',1701423620,'web','114.253.43.3',NULL),(10262,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,13,2,NULL,0,'null',1701423645,'web','114.253.43.3',NULL),(10263,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',27,'c',2,93,70,54,13,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"e2284f3ced1e3e3d42da4b6a0398b8c41b7904c4\"]}',1701423645,'web','114.253.43.3',NULL),(10264,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',11,'c',2,93,70,54,13,2,13,0,'{\"submissionid\":\"27\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1701423645,'web','114.253.43.3',NULL),(10265,'\\core\\event\\notification_sent','core','sent','notification','notifications',1203,'c',0,1,10,0,0,0,13,0,'{\"courseid\":\"2\"}',1701423650,'web','114.253.43.3',NULL),(10266,'\\core\\event\\notification_sent','core','sent','notification','notifications',1204,'c',0,1,10,0,13,0,2,0,'{\"courseid\":\"2\"}',1701423653,'web','114.253.43.3',NULL),(10267,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',27,'u',2,93,70,54,13,2,NULL,0,'{\"submission_editable\":true}',1701423653,'web','114.253.43.3',NULL),(10268,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,13,2,NULL,0,'null',1701423653,'web','114.253.43.3',NULL),(10269,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,93,70,54,13,2,13,0,'{\"assignid\":\"2\"}',1701423653,'web','114.253.43.3',NULL),(10270,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,13,0,NULL,0,'null',1701423664,'web','114.253.43.3',NULL),(10271,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1701423667,'web','114.253.43.3',NULL),(10272,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1701423669,'web','114.253.43.3',NULL),(10273,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,13,2,13,0,'null',1701423673,'web','114.253.43.3',NULL),(10274,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,13,2,NULL,0,'null',1701423679,'web','114.253.43.3',NULL),(10275,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,13,2,NULL,0,'{\"assignid\":\"2\"}',1701423679,'web','114.253.43.3',NULL),(10276,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701443528,'web','198.235.24.212',NULL),(10277,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1701447207,'web','130.132.173.224',NULL),(10278,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,2,2,NULL,0,'null',1701447208,'web','130.132.173.224',NULL),(10279,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,2,2,NULL,0,'{\"assignid\":\"2\"}',1701447208,'web','130.132.173.224',NULL),(10280,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,2,2,NULL,0,'null',1701447213,'web','130.132.173.224',NULL),(10281,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,93,70,54,2,2,NULL,0,'{\"assignid\":\"2\"}',1701447213,'web','130.132.173.224',NULL),(10282,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,16,0,'{\"assignid\":\"2\"}',1701447216,'web','130.132.173.224',NULL),(10283,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,17,0,'{\"assignid\":\"2\"}',1701447218,'web','130.132.173.224',NULL),(10284,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,18,0,'{\"assignid\":\"2\"}',1701447221,'web','130.132.173.224',NULL),(10285,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,19,0,'{\"assignid\":\"2\"}',1701447223,'web','130.132.173.224',NULL),(10286,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,20,0,'{\"assignid\":\"2\"}',1701447225,'web','130.132.173.224',NULL),(10287,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,21,0,'{\"assignid\":\"2\"}',1701447227,'web','130.132.173.224',NULL),(10288,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,22,0,'{\"assignid\":\"2\"}',1701447229,'web','130.132.173.224',NULL),(10289,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,23,0,'{\"assignid\":\"2\"}',1701447232,'web','130.132.173.224',NULL),(10290,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,4,0,'{\"assignid\":\"2\"}',1701447234,'web','130.132.173.224',NULL),(10291,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,5,0,'{\"assignid\":\"2\"}',1701447236,'web','130.132.173.224',NULL),(10292,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,6,0,'{\"assignid\":\"2\"}',1701447238,'web','130.132.173.224',NULL),(10293,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,7,0,'{\"assignid\":\"2\"}',1701447240,'web','130.132.173.224',NULL),(10294,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,8,0,'{\"assignid\":\"2\"}',1701447243,'web','130.132.173.224',NULL),(10295,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,9,0,'{\"assignid\":\"2\"}',1701447245,'web','130.132.173.224',NULL),(10296,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,10,0,'{\"assignid\":\"2\"}',1701447247,'web','130.132.173.224',NULL),(10297,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,11,0,'{\"assignid\":\"2\"}',1701447249,'web','130.132.173.224',NULL),(10298,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,12,0,'{\"assignid\":\"2\"}',1701447251,'web','130.132.173.224',NULL),(10299,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,13,0,'{\"assignid\":\"2\"}',1701447255,'web','130.132.173.224',NULL),(10300,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701448390,'web','221.216.117.105',NULL),(10301,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1701448396,'web','221.216.117.105',NULL),(10302,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1701448396,'web','221.216.117.105',NULL),(10303,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1701448399,'web','221.216.117.105',NULL),(10304,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,23,2,NULL,0,'null',1701448417,'web','221.216.117.105',NULL),(10305,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,23,2,NULL,0,'{\"assignid\":\"2\"}',1701448417,'web','221.216.117.105',NULL),(10306,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,23,2,NULL,0,'null',1701448430,'web','221.216.117.105',NULL),(10307,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,93,70,54,23,2,23,0,'{\"assignid\":\"2\"}',1701448430,'web','221.216.117.105',NULL),(10308,'\\core\\event\\notification_sent','core','sent','notification','notifications',1205,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1701448445,'cli',NULL,NULL),(10309,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,23,2,NULL,0,'null',1701448510,'web','221.216.117.105',NULL),(10310,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',13,'c',2,93,70,54,23,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"f4c28950266c3c6c6060c6c3a9d814a04343bc23\"]}',1701448510,'web','221.216.117.105',NULL),(10311,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',12,'c',2,93,70,54,23,2,23,0,'{\"submissionid\":\"13\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1701448510,'web','221.216.117.105',NULL),(10312,'\\core\\event\\notification_sent','core','sent','notification','notifications',1206,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"2\"}',1701448512,'web','221.216.117.105',NULL),(10313,'\\core\\event\\notification_sent','core','sent','notification','notifications',1207,'c',0,1,10,0,23,0,2,0,'{\"courseid\":\"2\"}',1701448516,'web','221.216.117.105',NULL),(10314,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',13,'u',2,93,70,54,23,2,NULL,0,'{\"submission_editable\":true}',1701448516,'web','221.216.117.105',NULL),(10315,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,23,2,NULL,0,'null',1701448516,'web','221.216.117.105',NULL),(10316,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,23,2,NULL,0,'{\"assignid\":\"2\"}',1701448516,'web','221.216.117.105',NULL),(10317,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,23,0,NULL,0,'null',1701448533,'web','221.216.117.105',NULL),(10318,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,23,0,NULL,0,'null',1701448538,'web','221.216.117.105',NULL),(10319,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1701448581,'web','221.216.117.105',NULL),(10320,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,23,2,NULL,0,'null',1701448595,'web','221.216.117.105',NULL),(10321,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,23,2,NULL,0,'{\"assignid\":\"2\"}',1701448595,'web','221.216.117.105',NULL),(10322,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1701448599,'web','221.216.117.105',NULL),(10323,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,23,2,23,0,'null',1701448603,'web','221.216.117.105',NULL),(10324,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1701448628,'web','221.216.117.105',NULL),(10325,'\\core\\event\\user_loggedout','core','loggedout','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"sessionid\":\"1p3jqlph6o1srngrd6q1eda7nl\"}',1701448632,'web','221.216.117.105',NULL),(10326,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701448632,'web','221.216.117.105',NULL),(10327,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701480996,'web','205.210.31.142',NULL),(10328,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701481492,'web','125.229.183.111',NULL),(10329,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1701481548,'web','125.229.183.111',NULL),(10330,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1701481548,'web','125.229.183.111',NULL),(10331,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1701481611,'web','125.229.183.111',NULL),(10332,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,22,2,NULL,0,'null',1701481625,'web','125.229.183.111',NULL),(10333,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,22,2,NULL,0,'{\"assignid\":\"2\"}',1701481626,'web','125.229.183.111',NULL),(10334,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',29,'r',2,91,70,52,22,2,NULL,0,'null',1701482701,'web','125.229.183.111',NULL),(10335,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701505371,'web','117.56.58.51',NULL),(10336,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1701505392,'web','117.56.58.51',NULL),(10337,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1701505392,'web','117.56.58.51',NULL),(10338,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1701505395,'web','117.56.58.51',NULL),(10339,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,14,2,NULL,0,'null',1701505408,'web','117.56.58.51',NULL),(10340,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,14,2,NULL,0,'{\"assignid\":\"2\"}',1701505408,'web','117.56.58.51',NULL),(10341,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,14,2,NULL,0,'null',1701505418,'web','117.56.58.51',NULL),(10342,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,93,70,54,14,2,14,0,'{\"assignid\":\"2\"}',1701505418,'web','117.56.58.51',NULL),(10343,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,14,2,NULL,0,'null',1701505526,'web','117.56.58.51',NULL),(10344,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',41,'c',2,93,70,54,14,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"1f6fe3837f9d8740174c6659b9d736821a839160\"]}',1701505526,'web','117.56.58.51',NULL),(10345,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',13,'c',2,93,70,54,14,2,14,0,'{\"submissionid\":\"41\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1701505526,'web','117.56.58.51',NULL),(10346,'\\core\\event\\notification_sent','core','sent','notification','notifications',1208,'c',0,1,10,0,0,0,14,0,'{\"courseid\":\"2\"}',1701505529,'web','117.56.58.51',NULL),(10347,'\\core\\event\\notification_sent','core','sent','notification','notifications',1209,'c',0,1,10,0,14,0,2,0,'{\"courseid\":\"2\"}',1701505532,'web','117.56.58.51',NULL),(10348,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',41,'u',2,93,70,54,14,2,NULL,0,'{\"submission_editable\":true}',1701505532,'web','117.56.58.51',NULL),(10349,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,14,2,NULL,0,'null',1701505532,'web','117.56.58.51',NULL),(10350,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,14,2,NULL,0,'{\"assignid\":\"2\"}',1701505532,'web','117.56.58.51',NULL),(10351,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1701505547,'web','117.56.58.51',NULL),(10352,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701519736,'web','147.92.179.116',NULL),(10353,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701519736,'web','147.92.179.109',NULL),(10354,'\\core\\event\\notification_sent','core','sent','notification','notifications',1210,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1701522667,'cli',NULL,NULL),(10355,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701526475,'web','203.121.235.95',NULL),(10356,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1701526483,'web','203.121.235.95',NULL),(10357,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1701526483,'web','203.121.235.95',NULL),(10358,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1701526484,'web','203.121.235.95',NULL),(10359,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',29,'r',2,91,70,52,6,2,NULL,0,'null',1701526497,'web','203.121.235.95',NULL),(10360,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,6,2,NULL,0,'null',1701526499,'web','203.121.235.95',NULL),(10361,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,6,2,NULL,0,'{\"assignid\":\"2\"}',1701526499,'web','203.121.235.95',NULL),(10362,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,6,2,NULL,0,'null',1701526506,'web','203.121.235.95',NULL),(10363,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,6,2,NULL,0,'{\"assignid\":\"1\"}',1701526506,'web','203.121.235.95',NULL),(10364,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,6,2,6,0,'null',1701526513,'web','203.121.235.95',NULL),(10365,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701543619,'web','52.31.34.236',NULL),(10366,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701562207,'web','219.76.163.91',NULL),(10367,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1701562223,'web','219.76.163.91',NULL),(10368,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1701562223,'web','219.76.163.91',NULL),(10369,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701562233,'web','219.76.163.91',NULL),(10370,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701609226,'web','3.110.236.102',NULL),(10371,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701631116,'web','15.204.183.219',NULL),(10372,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701636792,'web','73.219.6.51',NULL),(10373,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1701636798,'web','73.219.6.51',NULL),(10374,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1701636798,'web','73.219.6.51',NULL),(10375,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701636800,'web','73.219.6.51',NULL),(10376,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,2,2,NULL,0,'null',1701636804,'web','73.219.6.51',NULL),(10377,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1701638496,'web','73.219.6.51',NULL),(10378,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701638498,'web','73.219.6.51',NULL),(10379,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701638501,'web','73.219.6.51',NULL),(10380,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1701638516,'web','73.219.6.51',NULL),(10381,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1701638518,'web','73.219.6.51',NULL),(10382,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,2,2,NULL,0,'null',1701638526,'web','73.219.6.51',NULL),(10383,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,2,2,NULL,0,'{\"assignid\":\"2\"}',1701638526,'web','73.219.6.51',NULL),(10384,'\\core\\event\\course_section_created','core','created','course_section','course_sections',17,'c',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":12}',1701638531,'web','73.219.6.51',NULL),(10385,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',17,'u',1,16,50,2,2,2,NULL,0,'{\"sectionnum\":\"12\"}',1701638547,'web','73.219.6.51',NULL),(10386,'\\core\\event\\course_module_created','core','created','course_module','course_modules',55,'c',1,94,70,55,2,2,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":31,\"name\":\"\\u7b2c\\u5341\\u4e8c\\u9031\\u8b1b\\u7fa9\"}',1701638575,'web','73.219.6.51',NULL),(10387,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701638575,'web','73.219.6.51',NULL),(10388,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,2,2,NULL,0,'null',1701638663,'web','73.219.6.51',NULL),(10389,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,93,70,54,2,2,NULL,0,'{\"assignid\":\"2\"}',1701638663,'web','73.219.6.51',NULL),(10390,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1701638671,'web','73.219.6.51',NULL),(10391,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1701638676,'web','73.219.6.51',NULL),(10392,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701638680,'web','73.219.6.51',NULL),(10393,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701638680,'web','73.219.6.51',NULL),(10394,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701638684,'web','73.219.6.51',NULL),(10395,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701638685,'web','73.219.6.51',NULL),(10396,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701638689,'web','73.219.6.51',NULL),(10397,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701638689,'web','73.219.6.51',NULL),(10398,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,5,0,'{\"assignid\":\"1\"}',1701638690,'web','73.219.6.51',NULL),(10399,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,2,2,NULL,0,'null',1701638709,'web','73.219.6.51',NULL),(10400,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,2,2,NULL,0,'{\"assignid\":\"2\"}',1701638709,'web','73.219.6.51',NULL),(10401,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,2,2,NULL,0,'null',1701638711,'web','73.219.6.51',NULL),(10402,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,93,70,54,2,2,NULL,0,'{\"assignid\":\"2\"}',1701638711,'web','73.219.6.51',NULL),(10403,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,16,0,'{\"assignid\":\"2\"}',1701638712,'web','73.219.6.51',NULL),(10404,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701658100,'web','116.237.88.117',NULL),(10405,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1701658112,'web','116.237.88.117',NULL),(10406,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1701658112,'web','116.237.88.117',NULL),(10407,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701658136,'web','116.237.88.117',NULL),(10408,'\\core\\event\\notification_sent','core','sent','notification','notifications',1211,'c',0,1,10,0,0,0,15,0,'{\"courseid\":\"1\"}',1701658146,'cli',NULL,NULL),(10409,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701658921,'web','123.193.70.68',NULL),(10410,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1701658927,'web','123.193.70.68',NULL),(10411,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,5,1,NULL,0,'null',1701658927,'web','123.193.70.68',NULL),(10412,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1701658932,'web','123.193.70.68',NULL),(10413,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,5,2,NULL,0,'null',1701658940,'web','123.193.70.68',NULL),(10414,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,5,2,NULL,0,'{\"assignid\":\"2\"}',1701658940,'web','123.193.70.68',NULL),(10415,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701664110,'web','146.19.116.10',NULL),(10416,'\\core\\event\\user_loggedin','core','loggedin','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"extrauserinfo\":[]}',1701664125,'web','146.19.116.10',NULL),(10417,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,16,1,NULL,0,'null',1701664125,'web','146.19.116.10',NULL),(10418,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1701664132,'web','146.19.116.10',NULL),(10419,'\\core\\event\\notification_sent','core','sent','notification','notifications',1212,'c',0,1,10,0,0,0,16,0,'{\"courseid\":\"1\"}',1701664146,'cli',NULL,NULL),(10420,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',29,'r',2,91,70,52,16,2,NULL,0,'null',1701664154,'web','146.19.116.10',NULL),(10421,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1701664160,'web','116.237.88.117',NULL),(10422,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1701664169,'web','116.237.88.117',NULL),(10423,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701664169,'web','116.237.88.117',NULL),(10424,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,15,2,NULL,0,'null',1701664185,'web','116.237.88.117',NULL),(10425,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701664197,'web','116.237.88.117',NULL),(10426,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,15,2,NULL,0,'null',1701664210,'web','116.237.88.117',NULL),(10427,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,15,2,NULL,0,'null',1701664311,'web','116.237.88.117',NULL),(10428,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701664342,'web','116.237.88.117',NULL),(10429,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,15,2,NULL,0,'null',1701664351,'web','116.237.88.117',NULL),(10430,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1701664388,'web','116.237.88.117',NULL),(10431,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,15,2,NULL,0,'null',1701664388,'web','116.237.88.117',NULL),(10432,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',11,'r',2,62,70,23,15,2,NULL,0,'null',1701664494,'web','116.237.88.117',NULL),(10433,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,15,2,NULL,0,'null',1701664503,'web','116.237.88.117',NULL),(10434,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',149,'c',2,29,70,10,15,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u4efd<br \\/>\\n6\\u3001\\u5b9e\\u8df5\\u8005\\u3002<br \\/>\\n\\u7b2c\\u516d\\u90e8\\u4efd\\u8ba9\\u6211\\u8bfb\\u7684\\u5f88\\u5174\\u594b\\uff0c\\u5374\\u4e5f\\u9010\\u6b65\\u6e05\\u6670\\u7684\\u7267\\u517b\\u4e0e\\u827a\\u672f\\u7684\\u5173\\u7cfb\\uff0c\\u4ee5\\u53ca\\u5728\\u5b9e\\u8df5\\u4e2d\\u7684\\u91cd\\u70b9\\u5c31\\u662f\\u7231\\u4e0e\\u751f\\u547d\\uff0c\\u5982\\u679c\\u8131\\u79bb\\u5176\\u4e2d\\u5c06\\u65e0\\u6cd5\\u7ed3\\u51fa\\u751f\\u547d\\u4e4b\\u679c\\uff0c\\u7531p141\\u7684\\u5185\\u5bb9\\u6211\\u5199\\u4e86\\u4e00\\u6bb5\\u7977\\u8bcd\\uff01<br \\/>\\n\\u7948\\u6c42\\u611f\\u6069\\u795e\\u7684\\u521b\\u9020\\uff0c\\u795e\\u521b\\u9020\\u7684\\u751a\\u597d\\uff0c<br \\/>\\n\\u7948\\u6c42\\u795e\\u7684\\u8ba1\\u5212\\u5728\\u6559\\u4f1a\\u513f\\u7ae5\\u4e8b\\u5de5\\u4e2d\\u5f70\\u663e\\u3001\\u6210\\u5c31\\u3002<br \\/>\\n\\u4f7f\\u6bcf\\u4e00\\u4e2a\\u751f\\u547d\\u4e30\\u76db\\u6709\\u4f59\\uff0c<br \\/>\\n\\u7948\\u6c42\\u611f\\u6069\\uff0c\\u5929\\u7236\\u7684\\u7231\\u6211\\u4eec\\uff1b<br \\/>\\n\\u7948\\u6c42\\u795e\\u4f7f\\u7528\\u6211\\u4eec\\uff1b<br \\/>\\n\\u4f7f\\u7528\\u6211\\u4eec\\u6210\\u4e3a\\u4f60\\u7231\\u7684\\u7ba1\\u9053\\uff0c\\u6d41\\u6dcc\\u51fa\\u5929\\u8d4b\\u7684\\u7231\\u3002<br \\/>\\n\\u7948\\u6c42\\u6211\\u4eec\\u5fc3\\u5b58\\u6e29\\u67d4\\u3001\\u8c26\\u5351\\u3001\\u8010\\u5fc3\\u548c\\u7231\\u5fc3\\u3002<br \\/>\\n\\u7948\\u6c42\\u6211\\u4eec\\u6709\\u5206\\u8fa8\\u7684\\u7075\\u3002<br \\/>\\n\\u7948\\u6c42\\u4f7f\\u7528\\u6211\\u4eec\\u8eab\\u4e0a\\u795e\\u6240\\u8d50\\u7684\\u5929\\u5206\\u3002<br \\/>\\n\\u7948\\u6c42\\u795e\\u4f7f\\u6211\\u4eec\\uff0c\\u4f7f\\u7528\\u6211\\u4eec\\uff0c\\u4fee\\u526a\\u6211\\u4eec\\uff0c\\u5f15\\u5bfc\\u6211\\u4eec\\uff0c\\u5e26\\u9886\\u6211\\u4eec\\u6b65\\u5411\\u5c5e\\u5929\\u7684\\u6210\\u719f\\u3002<br \\/>\\n\\u597d\\u53eb\\u6211\\u4eec\\u7684\\u751f\\u547d\\u4e0d\\u65ad\\u7684\\u63a5\\u51fa\\u679c\\u5b50\\u3002<br \\/>\\n\\u7948\\u6c42\\u795e\\u5e26\\u9886\\u6211\\u4eec\\u4e00\\u8d77\\u52aa\\u529b\\u5411\\u524d\\uff0c\\u4e00\\u8d77\\u8c26\\u5351\\u5b66\\u4e60\\uff0c\\u4e00\\u8d77\\u5bfb\\u6c42\\u795e\\u7684\\u65e8\\u610f\\u3002<br \\/>\\n\\u8363\\u8000\\u795e\\uff0c\\u656c\\u754f\\u795e\\uff0c\\u7231\\u795e\\uff0c\\u7231\\u4eba\\uff0c\\u7231\\u5b69\\u5b50\\uff01<br \\/>\\n<br \\/>\\n\\u7b2c\\u4e8c\\u90e8\\u4efd\\uff1a<br \\/>\\n\\u4e8b\\u5de5\\u4e2d\\u5bf9\\u9752\\u5c11\\u5e74\\u7684\\u5b9a\\u4e49\\uff1a\\u5fd9\\u4e8e\\u5b66\\u4e1a\\uff0c\\u4e0d\\u5728\\u9002\\u5b9c\\u513f\\u7ae5\\u7684\\u65b9\\u5f0f\\u7267\\u517b\\uff0c\\u4e0d\\u6613\\u655e\\u5f00<br \\/>\\n\\u4e8b\\u5de5\\u4e2d\\u6240\\u505a\\u7684\\u4e8b\\uff1a\\u6211\\u4eec\\u7684\\u4e8b\\u5de5\\u5927\\u591a\\u8fd8\\u5904\\u4e8e\\u513f\\u7ae5\\u65f6\\u671f\\uff0c\\u8fc7\\u5ea6\\u5230\\u9752\\u5c11\\u5e74\\u540e\\u5f88\\u5c11\\u51fa\\u73b0\\u5728\\u6559\\u4f1a\\uff0c\\u66f4\\u591a\\u7684\\u662f\\u5e26\\u4ed6\\u4eec\\u5076\\u5c14\\u53c2\\u4e0e\\u7684\\u4e00\\u4e9b\\u670d\\u4f8d\\u513f\\u7ae5\\u7684\\u4e8b\\u5de5\\u5f53\\u4e2d\\u3002<br \\/>\\n\\u7406\\u60f3\\u7684\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\uff1a\\u56e2\\u5951\\uff0c\\u5206\\u4eab\\uff0c\\u6d3b\\u52a8\\uff0c\\u5173\\u6000\\uff0c\\u53c2\\u4e0e\\u4e8b\\u5de5\\uff0c\\u53c2\\u4e0e\\u793e\\u4f1a\\u6d3b\\u52a8\\uff0c\\u5b9e\\u8df5\\u7684\\u5e2e\\u52a9\\uff0c\\u751f\\u6d3b\\u4e2d\\u7684\\u4ea4\\u9645\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":1,\"triggeredfrom\":\"forum_add_new_post\"}',1701664560,'web','116.237.88.117',NULL),(10435,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',149,'c',2,29,70,10,15,2,NULL,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1701664560,'web','116.237.88.117',NULL),(10436,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,15,2,NULL,0,'null',1701664561,'web','116.237.88.117',NULL),(10437,'\\mod_forum\\event\\post_deleted','mod_forum','deleted','post','forum_posts',149,'d',0,29,70,10,15,2,15,0,'{\"discussionid\":1,\"forumid\":4,\"forumtype\":\"single\"}',1701664614,'web','116.237.88.117',NULL),(10438,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,15,2,NULL,0,'null',1701664614,'web','116.237.88.117',NULL),(10439,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,15,2,NULL,0,'null',1701664621,'web','116.237.88.117',NULL),(10440,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',150,'c',2,59,70,20,15,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u4efd<br \\/>\\n6\\u3001\\u5b9e\\u8df5\\u8005\\u3002<br \\/>\\n\\u7b2c\\u516d\\u90e8\\u4efd\\u8ba9\\u6211\\u8bfb\\u7684\\u5f88\\u5174\\u594b\\uff0c\\u5374\\u4e5f\\u9010\\u6b65\\u6e05\\u6670\\u7684\\u7267\\u517b\\u4e0e\\u827a\\u672f\\u7684\\u5173\\u7cfb\\uff0c\\u4ee5\\u53ca\\u5728\\u5b9e\\u8df5\\u4e2d\\u7684\\u91cd\\u70b9\\u5c31\\u662f\\u7231\\u4e0e\\u751f\\u547d\\uff0c\\u5982\\u679c\\u8131\\u79bb\\u5176\\u4e2d\\u5c06\\u65e0\\u6cd5\\u7ed3\\u51fa\\u751f\\u547d\\u4e4b\\u679c\\uff0c\\u7531p141\\u7684\\u5185\\u5bb9\\u6211\\u5199\\u4e86\\u4e00\\u6bb5\\u7977\\u8bcd\\uff01<br \\/>\\n\\u7948\\u6c42\\u611f\\u6069\\u795e\\u7684\\u521b\\u9020\\uff0c\\u795e\\u521b\\u9020\\u7684\\u751a\\u597d\\uff0c<br \\/>\\n\\u7948\\u6c42\\u795e\\u7684\\u8ba1\\u5212\\u5728\\u6559\\u4f1a\\u513f\\u7ae5\\u4e8b\\u5de5\\u4e2d\\u5f70\\u663e\\u3001\\u6210\\u5c31\\u3002<br \\/>\\n\\u4f7f\\u6bcf\\u4e00\\u4e2a\\u751f\\u547d\\u4e30\\u76db\\u6709\\u4f59\\uff0c<br \\/>\\n\\u7948\\u6c42\\u611f\\u6069\\uff0c\\u5929\\u7236\\u7684\\u7231\\u6211\\u4eec\\uff1b<br \\/>\\n\\u7948\\u6c42\\u795e\\u4f7f\\u7528\\u6211\\u4eec\\uff1b<br \\/>\\n\\u4f7f\\u7528\\u6211\\u4eec\\u6210\\u4e3a\\u4f60\\u7231\\u7684\\u7ba1\\u9053\\uff0c\\u6d41\\u6dcc\\u51fa\\u5929\\u8d4b\\u7684\\u7231\\u3002<br \\/>\\n\\u7948\\u6c42\\u6211\\u4eec\\u5fc3\\u5b58\\u6e29\\u67d4\\u3001\\u8c26\\u5351\\u3001\\u8010\\u5fc3\\u548c\\u7231\\u5fc3\\u3002<br \\/>\\n\\u7948\\u6c42\\u6211\\u4eec\\u6709\\u5206\\u8fa8\\u7684\\u7075\\u3002<br \\/>\\n\\u7948\\u6c42\\u4f7f\\u7528\\u6211\\u4eec\\u8eab\\u4e0a\\u795e\\u6240\\u8d50\\u7684\\u5929\\u5206\\u3002<br \\/>\\n\\u7948\\u6c42\\u795e\\u4f7f\\u6211\\u4eec\\uff0c\\u4f7f\\u7528\\u6211\\u4eec\\uff0c\\u4fee\\u526a\\u6211\\u4eec\\uff0c\\u5f15\\u5bfc\\u6211\\u4eec\\uff0c\\u5e26\\u9886\\u6211\\u4eec\\u6b65\\u5411\\u5c5e\\u5929\\u7684\\u6210\\u719f\\u3002<br \\/>\\n\\u597d\\u53eb\\u6211\\u4eec\\u7684\\u751f\\u547d\\u4e0d\\u65ad\\u7684\\u63a5\\u51fa\\u679c\\u5b50\\u3002<br \\/>\\n\\u7948\\u6c42\\u795e\\u5e26\\u9886\\u6211\\u4eec\\u4e00\\u8d77\\u52aa\\u529b\\u5411\\u524d\\uff0c\\u4e00\\u8d77\\u8c26\\u5351\\u5b66\\u4e60\\uff0c\\u4e00\\u8d77\\u5bfb\\u6c42\\u795e\\u7684\\u65e8\\u610f\\u3002<br \\/>\\n\\u8363\\u8000\\u795e\\uff0c\\u656c\\u754f\\u795e\\uff0c\\u7231\\u795e\\uff0c\\u7231\\u4eba\\uff0c\\u7231\\u5b69\\u5b50\\uff01<br \\/>\\n<br \\/>\\n\\u7b2c\\u4e8c\\u90e8\\u4efd\\uff1a<br \\/>\\n\\u4e8b\\u5de5\\u4e2d\\u5bf9\\u9752\\u5c11\\u5e74\\u7684\\u5b9a\\u4e49\\uff1a\\u5fd9\\u4e8e\\u5b66\\u4e1a\\uff0c\\u4e0d\\u5728\\u9002\\u5b9c\\u513f\\u7ae5\\u7684\\u65b9\\u5f0f\\u7267\\u517b\\uff0c\\u4e0d\\u6613\\u655e\\u5f00<br \\/>\\n\\u4e8b\\u5de5\\u4e2d\\u6240\\u505a\\u7684\\u4e8b\\uff1a\\u6211\\u4eec\\u7684\\u4e8b\\u5de5\\u5927\\u591a\\u8fd8\\u5904\\u4e8e\\u513f\\u7ae5\\u65f6\\u671f\\uff0c\\u8fc7\\u5ea6\\u5230\\u9752\\u5c11\\u5e74\\u540e\\u5f88\\u5c11\\u51fa\\u73b0\\u5728\\u6559\\u4f1a\\uff0c\\u66f4\\u591a\\u7684\\u662f\\u5e26\\u4ed6\\u4eec\\u5076\\u5c14\\u53c2\\u4e0e\\u7684\\u4e00\\u4e9b\\u670d\\u4f8d\\u513f\\u7ae5\\u7684\\u4e8b\\u5de5\\u5f53\\u4e2d\\u3002<br \\/>\\n\\u7406\\u60f3\\u7684\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\uff1a\\u56e2\\u5951\\uff0c\\u5206\\u4eab\\uff0c\\u6d3b\\u52a8\\uff0c\\u5173\\u6000\\uff0c\\u53c2\\u4e0e\\u4e8b\\u5de5\\uff0c\\u53c2\\u4e0e\\u793e\\u4f1a\\u6d3b\\u52a8\\uff0c\\u5b9e\\u8df5\\u7684\\u5e2e\\u52a9\\uff0c\\u751f\\u6d3b\\u4e2d\\u7684\\u4ea4\\u9645\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":3,\"triggeredfrom\":\"forum_add_new_post\"}',1701664638,'web','116.237.88.117',NULL),(10441,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',150,'c',2,59,70,20,15,2,NULL,0,'{\"discussionid\":3,\"forumid\":6,\"forumtype\":\"single\"}',1701664638,'web','116.237.88.117',NULL),(10442,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,15,2,NULL,0,'null',1701664639,'web','116.237.88.117',NULL),(10443,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,15,2,NULL,0,'null',1701664675,'web','116.237.88.117',NULL),(10444,'\\core\\event\\notification_sent','core','sent','notification','notifications',1213,'c',0,1,10,0,15,0,15,0,'{\"courseid\":\"2\"}',1701668286,'cli',NULL,NULL),(10445,'\\core\\event\\notification_sent','core','sent','notification','notifications',1214,'c',0,1,10,0,15,0,6,0,'{\"courseid\":\"2\"}',1701668288,'cli',NULL,NULL),(10446,'\\core\\event\\notification_sent','core','sent','notification','notifications',1215,'c',0,1,10,0,15,0,11,0,'{\"courseid\":\"2\"}',1701668291,'cli',NULL,NULL),(10447,'\\core\\event\\notification_sent','core','sent','notification','notifications',1216,'c',0,1,10,0,15,0,23,0,'{\"courseid\":\"2\"}',1701668294,'cli',NULL,NULL),(10448,'\\core\\event\\notification_sent','core','sent','notification','notifications',1217,'c',0,1,10,0,15,0,12,0,'{\"courseid\":\"2\"}',1701668296,'cli',NULL,NULL),(10449,'\\core\\event\\notification_sent','core','sent','notification','notifications',1218,'c',0,1,10,0,15,0,13,0,'{\"courseid\":\"2\"}',1701668299,'cli',NULL,NULL),(10450,'\\core\\event\\notification_sent','core','sent','notification','notifications',1219,'c',0,1,10,0,15,0,5,0,'{\"courseid\":\"2\"}',1701668302,'cli',NULL,NULL),(10451,'\\core\\event\\notification_sent','core','sent','notification','notifications',1220,'c',0,1,10,0,15,0,21,0,'{\"courseid\":\"2\"}',1701668304,'cli',NULL,NULL),(10452,'\\core\\event\\notification_sent','core','sent','notification','notifications',1221,'c',0,1,10,0,15,0,9,0,'{\"courseid\":\"2\"}',1701668307,'cli',NULL,NULL),(10453,'\\core\\event\\notification_sent','core','sent','notification','notifications',1222,'c',0,1,10,0,15,0,20,0,'{\"courseid\":\"2\"}',1701668310,'cli',NULL,NULL),(10454,'\\core\\event\\notification_sent','core','sent','notification','notifications',1223,'c',0,1,10,0,15,0,16,0,'{\"courseid\":\"2\"}',1701668312,'cli',NULL,NULL),(10455,'\\core\\event\\notification_sent','core','sent','notification','notifications',1224,'c',0,1,10,0,15,0,4,0,'{\"courseid\":\"2\"}',1701668315,'cli',NULL,NULL),(10456,'\\core\\event\\notification_sent','core','sent','notification','notifications',1225,'c',0,1,10,0,15,0,22,0,'{\"courseid\":\"2\"}',1701668317,'cli',NULL,NULL),(10457,'\\core\\event\\notification_sent','core','sent','notification','notifications',1226,'c',0,1,10,0,15,0,2,0,'{\"courseid\":\"2\"}',1701668320,'cli',NULL,NULL),(10458,'\\core\\event\\notification_sent','core','sent','notification','notifications',1227,'c',0,1,10,0,15,0,19,0,'{\"courseid\":\"2\"}',1701668323,'cli',NULL,NULL),(10459,'\\core\\event\\notification_sent','core','sent','notification','notifications',1228,'c',0,1,10,0,15,0,14,0,'{\"courseid\":\"2\"}',1701668325,'cli',NULL,NULL),(10460,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1701669209,'web','104.245.12.240',NULL),(10461,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,16,2,NULL,0,'null',1701669217,'web','104.245.12.240',NULL),(10462,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,16,2,NULL,0,'{\"assignid\":\"2\"}',1701669217,'web','104.245.12.240',NULL),(10463,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,16,2,NULL,0,'null',1701669220,'web','104.245.12.240',NULL),(10464,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,93,70,54,16,2,16,0,'{\"assignid\":\"2\"}',1701669220,'web','104.245.12.240',NULL),(10465,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,16,2,NULL,0,'null',1701669243,'web','104.245.12.240',NULL),(10466,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',18,'c',2,93,70,54,16,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"875f205bfcb09c0f4bd1929875586505943267ab\"]}',1701669243,'web','104.245.12.240',NULL),(10467,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',14,'c',2,93,70,54,16,2,16,0,'{\"submissionid\":\"18\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1701669243,'web','104.245.12.240',NULL),(10468,'\\core\\event\\notification_sent','core','sent','notification','notifications',1229,'c',0,1,10,0,0,0,16,0,'{\"courseid\":\"2\"}',1701669245,'web','104.245.12.240',NULL),(10469,'\\core\\event\\notification_sent','core','sent','notification','notifications',1230,'c',0,1,10,0,16,0,2,0,'{\"courseid\":\"2\"}',1701669248,'web','104.245.12.240',NULL),(10470,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',18,'u',2,93,70,54,16,2,NULL,0,'{\"submission_editable\":true}',1701669248,'web','104.245.12.240',NULL),(10471,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,16,2,NULL,0,'null',1701669249,'web','104.245.12.240',NULL),(10472,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,16,2,NULL,0,'{\"assignid\":\"2\"}',1701669250,'web','104.245.12.240',NULL),(10473,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1701669261,'web','104.245.12.240',NULL),(10474,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,16,2,16,0,'null',1701669265,'web','104.245.12.240',NULL),(10475,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,5,2,NULL,0,'null',1701680260,'web','123.193.70.68',NULL),(10476,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,93,70,54,5,2,5,0,'{\"assignid\":\"2\"}',1701680260,'web','123.193.70.68',NULL),(10477,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,5,2,NULL,0,'null',1701680284,'web','123.193.70.68',NULL),(10478,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',16,'c',2,93,70,54,5,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"f6f9a8d3c65d0d3236438af10d2e835c7ecbfdb4\"]}',1701680284,'web','123.193.70.68',NULL),(10479,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',15,'c',2,93,70,54,5,2,5,0,'{\"submissionid\":\"16\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1701680284,'web','123.193.70.68',NULL),(10480,'\\core\\event\\notification_sent','core','sent','notification','notifications',1231,'c',0,1,10,0,0,0,5,0,'{\"courseid\":\"2\"}',1701680287,'web','123.193.70.68',NULL),(10481,'\\core\\event\\notification_sent','core','sent','notification','notifications',1232,'c',0,1,10,0,5,0,2,0,'{\"courseid\":\"2\"}',1701680290,'web','123.193.70.68',NULL),(10482,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',16,'u',2,93,70,54,5,2,NULL,0,'{\"submission_editable\":true}',1701680290,'web','123.193.70.68',NULL),(10483,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,5,2,NULL,0,'null',1701680290,'web','123.193.70.68',NULL),(10484,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,5,2,NULL,0,'{\"assignid\":\"2\"}',1701680290,'web','123.193.70.68',NULL),(10485,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701680293,'web','205.210.31.136',NULL),(10486,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,5,0,NULL,0,'null',1701680983,'web','123.193.70.68',NULL),(10487,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1701680987,'web','123.193.70.68',NULL),(10488,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,5,2,5,0,'null',1701680988,'web','123.193.70.68',NULL),(10489,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1701681000,'web','123.193.70.68',NULL),(10490,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701697748,'web','54.229.34.116',NULL),(10491,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"reason\":3}',1701698765,'web','58.8.155.217',NULL),(10492,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"reason\":3}',1701698808,'web','58.8.155.217',NULL),(10493,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"reason\":3}',1701698851,'web','58.8.155.217',NULL),(10494,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701698896,'web','49.230.131.206',NULL),(10495,'\\core\\event\\user_loggedin','core','loggedin','user','user',9,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"extrauserinfo\":[]}',1701698922,'web','58.8.155.217',NULL),(10496,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1701698923,'web','58.8.155.217',NULL),(10497,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,9,2,NULL,0,'null',1701698935,'web','58.8.155.217',NULL),(10498,'\\core\\event\\notification_sent','core','sent','notification','notifications',1233,'c',0,1,10,0,0,0,9,0,'{\"courseid\":\"1\"}',1701698947,'cli',NULL,NULL),(10499,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,9,2,NULL,0,'null',1701699007,'web','58.8.155.217',NULL),(10500,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,9,2,NULL,0,'null',1701699035,'web','58.8.155.217',NULL),(10501,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,9,2,NULL,0,'null',1701699058,'web','58.8.155.217',NULL),(10502,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,9,2,NULL,0,'null',1701699110,'web','58.8.155.217',NULL),(10503,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,9,2,NULL,0,'null',1701699133,'web','58.8.155.217',NULL),(10504,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',151,'c',2,74,70,35,9,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">1. \\u5df2\\u95b1\\u8b80\\u5b8c\\u7562\\u3002<br \\/>\\n2. \\u671f\\u672b\\u5831\\u544a\\u8003\\u616eC. S. Lewis\\u300c\\u7d0d\\u5c3c\\u4e9e\\u50b3\\u5947 \\u4e03\\u90e8\\u66f2\\u300d<\\/div>\",\"pathnamehashes\":[],\"discussionid\":7,\"triggeredfrom\":\"forum_add_new_post\"}',1701699453,'web','58.8.155.217',NULL),(10505,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',151,'c',2,74,70,35,9,2,NULL,0,'{\"discussionid\":7,\"forumid\":10,\"forumtype\":\"single\"}',1701699453,'web','58.8.155.217',NULL),(10506,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',127,'c',2,74,70,35,9,2,9,0,'{\"forumid\":10,\"discussion\":7}',1701699453,'web','58.8.155.217',NULL),(10507,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,9,2,NULL,0,'null',1701699453,'web','58.8.155.217',NULL),(10508,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,9,2,NULL,0,'null',1701699480,'web','58.8.155.217',NULL),(10509,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,9,2,NULL,0,'null',1701699491,'web','58.8.155.217',NULL),(10510,'\\core\\event\\notification_sent','core','sent','notification','notifications',1234,'c',0,1,10,0,9,0,6,0,'{\"courseid\":\"2\"}',1701703086,'cli',NULL,NULL),(10511,'\\core\\event\\notification_sent','core','sent','notification','notifications',1235,'c',0,1,10,0,9,0,17,0,'{\"courseid\":\"2\"}',1701703089,'cli',NULL,NULL),(10512,'\\core\\event\\notification_sent','core','sent','notification','notifications',1236,'c',0,1,10,0,9,0,11,0,'{\"courseid\":\"2\"}',1701703092,'cli',NULL,NULL),(10513,'\\core\\event\\notification_sent','core','sent','notification','notifications',1237,'c',0,1,10,0,9,0,23,0,'{\"courseid\":\"2\"}',1701703095,'cli',NULL,NULL),(10514,'\\core\\event\\notification_sent','core','sent','notification','notifications',1238,'c',0,1,10,0,9,0,13,0,'{\"courseid\":\"2\"}',1701703099,'cli',NULL,NULL),(10515,'\\core\\event\\notification_sent','core','sent','notification','notifications',1239,'c',0,1,10,0,9,0,5,0,'{\"courseid\":\"2\"}',1701703102,'cli',NULL,NULL),(10516,'\\core\\event\\notification_sent','core','sent','notification','notifications',1240,'c',0,1,10,0,9,0,21,0,'{\"courseid\":\"2\"}',1701703105,'cli',NULL,NULL),(10517,'\\core\\event\\notification_sent','core','sent','notification','notifications',1241,'c',0,1,10,0,9,0,9,0,'{\"courseid\":\"2\"}',1701703108,'cli',NULL,NULL),(10518,'\\core\\event\\notification_sent','core','sent','notification','notifications',1242,'c',0,1,10,0,9,0,20,0,'{\"courseid\":\"2\"}',1701703111,'cli',NULL,NULL),(10519,'\\core\\event\\notification_sent','core','sent','notification','notifications',1243,'c',0,1,10,0,9,0,16,0,'{\"courseid\":\"2\"}',1701703114,'cli',NULL,NULL),(10520,'\\core\\event\\notification_sent','core','sent','notification','notifications',1244,'c',0,1,10,0,9,0,22,0,'{\"courseid\":\"2\"}',1701703117,'cli',NULL,NULL),(10521,'\\core\\event\\notification_sent','core','sent','notification','notifications',1245,'c',0,1,10,0,9,0,19,0,'{\"courseid\":\"2\"}',1701703120,'cli',NULL,NULL),(10522,'\\core\\event\\notification_sent','core','sent','notification','notifications',1246,'c',0,1,10,0,9,0,14,0,'{\"courseid\":\"2\"}',1701703123,'cli',NULL,NULL),(10523,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701711523,'web','3.253.126.62',NULL),(10524,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701747475,'web','223.138.199.220',NULL),(10525,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1701747487,'web','223.138.199.220',NULL),(10526,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1701747488,'web','223.138.199.220',NULL),(10527,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1701747513,'web','223.138.199.220',NULL),(10528,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,19,2,NULL,0,'null',1701747521,'web','223.138.199.220',NULL),(10529,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,19,2,NULL,0,'null',1701747525,'web','223.138.199.220',NULL),(10530,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,19,2,NULL,0,'null',1701747530,'web','223.138.199.220',NULL),(10531,'\\core\\event\\notification_sent','core','sent','notification','notifications',1247,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"1\"}',1701747546,'cli',NULL,NULL),(10532,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1701747585,'web','223.138.199.220',NULL),(10533,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,19,0,NULL,0,'null',1701747587,'web','223.138.199.220',NULL),(10534,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',3,'r',2,1,10,0,19,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\"}',1701747587,'web','223.138.199.220',NULL),(10535,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',3,'c',2,1,10,0,19,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\",\"stepid\":5,\"stepindex\":0}',1701747588,'web','223.138.199.220',NULL),(10536,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1701747590,'web','223.138.199.220',NULL),(10537,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,19,2,19,0,'null',1701747592,'web','223.138.199.220',NULL),(10538,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,19,2,NULL,0,'null',1701758572,'web','223.138.199.220',NULL),(10539,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,19,2,NULL,0,'{\"assignid\":\"2\"}',1701758572,'web','223.138.199.220',NULL),(10540,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,19,2,NULL,0,'null',1701758583,'web','223.138.199.220',NULL),(10541,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,93,70,54,19,2,19,0,'{\"assignid\":\"2\"}',1701758583,'web','223.138.199.220',NULL),(10542,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,19,2,NULL,0,'null',1701758599,'web','223.138.199.220',NULL),(10543,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',31,'c',2,93,70,54,19,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"52c213a6afb8fe9e52b5469598d6473260709aea\"]}',1701758599,'web','223.138.199.220',NULL),(10544,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',16,'c',2,93,70,54,19,2,19,0,'{\"submissionid\":\"31\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1701758599,'web','223.138.199.220',NULL),(10545,'\\core\\event\\notification_sent','core','sent','notification','notifications',1248,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"2\"}',1701758602,'web','223.138.199.220',NULL),(10546,'\\core\\event\\notification_sent','core','sent','notification','notifications',1249,'c',0,1,10,0,19,0,2,0,'{\"courseid\":\"2\"}',1701758605,'web','223.138.199.220',NULL),(10547,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',31,'u',2,93,70,54,19,2,NULL,0,'{\"submission_editable\":true}',1701758605,'web','223.138.199.220',NULL),(10548,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,19,2,NULL,0,'null',1701758605,'web','223.138.199.220',NULL),(10549,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,19,2,NULL,0,'{\"assignid\":\"2\"}',1701758605,'web','223.138.199.220',NULL),(10550,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1701758610,'web','223.138.199.220',NULL),(10551,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701771189,'web','27.52.10.25',NULL),(10552,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1701771209,'web','27.52.10.25',NULL),(10553,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1701771209,'web','27.52.10.25',NULL),(10554,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1701771215,'web','27.52.10.25',NULL),(10555,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,21,2,NULL,0,'null',1701771247,'web','27.52.10.25',NULL),(10556,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,21,2,NULL,0,'{\"assignid\":\"2\"}',1701771247,'web','27.52.10.25',NULL),(10557,'\\core\\event\\notification_sent','core','sent','notification','notifications',1250,'c',0,1,10,0,0,0,21,0,'{\"courseid\":\"1\"}',1701771247,'cli',NULL,NULL),(10558,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1701771272,'web','27.52.10.25',NULL),(10559,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,21,2,NULL,0,'null',1701771292,'web','27.52.10.25',NULL),(10560,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,21,2,NULL,0,'{\"assignid\":\"1\"}',1701771292,'web','27.52.10.25',NULL),(10561,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1701771322,'web','27.52.10.25',NULL),(10562,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701775342,'web','206.189.109.158',NULL),(10563,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1701776665,'web','123.193.70.68',NULL),(10564,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,5,2,5,0,'null',1701776665,'web','123.193.70.68',NULL),(10565,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701778254,'web','203.121.235.95',NULL),(10566,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1701778265,'web','203.121.235.95',NULL),(10567,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1701778265,'web','203.121.235.95',NULL),(10568,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1701778268,'web','203.121.235.95',NULL),(10569,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,6,2,NULL,0,'null',1701778277,'web','203.121.235.95',NULL),(10570,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,6,2,NULL,0,'{\"assignid\":\"2\"}',1701778277,'web','203.121.235.95',NULL),(10571,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,6,2,NULL,0,'null',1701778282,'web','203.121.235.95',NULL),(10572,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,93,70,54,6,2,6,0,'{\"assignid\":\"2\"}',1701778282,'web','203.121.235.95',NULL),(10573,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,6,2,NULL,0,'null',1701778298,'web','203.121.235.95',NULL),(10574,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',12,'c',2,93,70,54,6,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"4ee5d332d391ce591084957f95b0b36fa77c5d1b\"]}',1701778298,'web','203.121.235.95',NULL),(10575,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',17,'c',2,93,70,54,6,2,6,0,'{\"submissionid\":\"12\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1701778298,'web','203.121.235.95',NULL),(10576,'\\core\\event\\notification_sent','core','sent','notification','notifications',1251,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"2\"}',1701778301,'web','203.121.235.95',NULL),(10577,'\\core\\event\\notification_sent','core','sent','notification','notifications',1252,'c',0,1,10,0,6,0,2,0,'{\"courseid\":\"2\"}',1701778304,'web','203.121.235.95',NULL),(10578,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',12,'u',2,93,70,54,6,2,NULL,0,'{\"submission_editable\":true}',1701778304,'web','203.121.235.95',NULL),(10579,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,6,2,NULL,0,'null',1701778304,'web','203.121.235.95',NULL),(10580,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,6,2,NULL,0,'{\"assignid\":\"2\"}',1701778304,'web','203.121.235.95',NULL),(10581,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,6,0,NULL,0,'null',1701778320,'web','203.121.235.95',NULL),(10582,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1701778324,'web','203.121.235.95',NULL),(10583,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1701778325,'web','203.121.235.95',NULL),(10584,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,6,2,6,0,'null',1701778327,'web','203.121.235.95',NULL),(10585,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',31,'r',2,94,70,55,6,2,NULL,0,'null',1701778350,'web','203.121.235.95',NULL),(10586,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701779179,'web','101.99.92.106',NULL),(10587,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1701792109,'web','27.96.224.186',NULL),(10588,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,20,2,NULL,0,'null',1701792109,'web','27.96.224.186',NULL),(10589,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,20,2,NULL,0,'{\"assignid\":\"1\"}',1701792109,'web','27.96.224.186',NULL),(10590,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,20,2,NULL,0,'null',1701792116,'web','27.96.224.186',NULL),(10591,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,20,2,NULL,0,'{\"assignid\":\"2\"}',1701792116,'web','27.96.224.186',NULL),(10592,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',29,'r',2,91,70,52,20,2,NULL,0,'null',1701793609,'web','27.96.224.186',NULL),(10593,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,20,2,NULL,0,'null',1701797004,'web','27.96.224.186',NULL),(10594,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,93,70,54,20,2,20,0,'{\"assignid\":\"2\"}',1701797004,'web','27.96.224.186',NULL),(10595,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,20,2,NULL,0,'null',1701797019,'web','27.96.224.186',NULL),(10596,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',32,'c',2,93,70,54,20,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"879be24a0f89d229d95c000d2fb1f33dd5cf3b53\"]}',1701797019,'web','27.96.224.186',NULL),(10597,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',18,'c',2,93,70,54,20,2,20,0,'{\"submissionid\":\"32\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1701797019,'web','27.96.224.186',NULL),(10598,'\\core\\event\\notification_sent','core','sent','notification','notifications',1253,'c',0,1,10,0,0,0,20,0,'{\"courseid\":\"2\"}',1701797023,'web','27.96.224.186',NULL),(10599,'\\core\\event\\notification_sent','core','sent','notification','notifications',1254,'c',0,1,10,0,20,0,2,0,'{\"courseid\":\"2\"}',1701797025,'web','27.96.224.186',NULL),(10600,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',32,'u',2,93,70,54,20,2,NULL,0,'{\"submission_editable\":true}',1701797025,'web','27.96.224.186',NULL),(10601,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,20,2,NULL,0,'null',1701797026,'web','27.96.224.186',NULL),(10602,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,20,2,NULL,0,'{\"assignid\":\"2\"}',1701797026,'web','27.96.224.186',NULL),(10603,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,20,2,NULL,0,'null',1701797031,'web','27.96.224.186',NULL),(10604,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,20,2,NULL,0,'{\"assignid\":\"1\"}',1701797032,'web','27.96.224.186',NULL),(10605,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1701840535,'web','175.182.9.196',NULL),(10606,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1701840551,'web','175.182.9.196',NULL),(10607,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,21,2,NULL,0,'null',1701840551,'web','175.182.9.196',NULL),(10608,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'null',1701840557,'web','175.182.9.196',NULL),(10609,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1701840560,'web','175.182.9.196',NULL),(10610,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1701840565,'web','175.182.9.196',NULL),(10611,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,21,2,NULL,0,'null',1701840594,'web','175.182.9.196',NULL),(10612,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,21,2,NULL,0,'{\"assignid\":\"2\"}',1701840595,'web','175.182.9.196',NULL),(10613,'\\core\\event\\notification_sent','core','sent','notification','notifications',1255,'c',0,1,10,0,0,0,21,0,'{\"courseid\":\"1\"}',1701840607,'cli',NULL,NULL),(10614,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,21,2,NULL,0,'null',1701846342,'web','175.182.9.196',NULL),(10615,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1701846346,'web','175.182.9.196',NULL),(10616,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1701846350,'web','175.182.9.196',NULL),(10617,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1701846364,'web','175.182.9.196',NULL),(10618,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,21,2,NULL,0,'null',1701846381,'web','175.182.9.196',NULL),(10619,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,21,2,NULL,0,'{\"assignid\":\"2\"}',1701846381,'web','175.182.9.196',NULL),(10620,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,21,2,NULL,0,'null',1701846390,'web','175.182.9.196',NULL),(10621,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,93,70,54,21,2,21,0,'{\"assignid\":\"2\"}',1701846390,'web','175.182.9.196',NULL),(10622,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,21,2,NULL,0,'null',1701846458,'web','175.182.9.196',NULL),(10623,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',17,'c',2,93,70,54,21,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"b97c803cdfe019b27ddc7f434c97513ada6e248e\"]}',1701846458,'web','175.182.9.196',NULL),(10624,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',19,'c',2,93,70,54,21,2,21,0,'{\"submissionid\":\"17\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1701846458,'web','175.182.9.196',NULL),(10625,'\\core\\event\\notification_sent','core','sent','notification','notifications',1256,'c',0,1,10,0,0,0,21,0,'{\"courseid\":\"2\"}',1701846461,'web','175.182.9.196',NULL),(10626,'\\core\\event\\notification_sent','core','sent','notification','notifications',1257,'c',0,1,10,0,21,0,2,0,'{\"courseid\":\"2\"}',1701846463,'web','175.182.9.196',NULL),(10627,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',17,'u',2,93,70,54,21,2,NULL,0,'{\"submission_editable\":true}',1701846463,'web','175.182.9.196',NULL),(10628,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,21,2,NULL,0,'null',1701846463,'web','175.182.9.196',NULL),(10629,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,21,2,NULL,0,'{\"assignid\":\"2\"}',1701846463,'web','175.182.9.196',NULL),(10630,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1701846485,'web','175.182.9.196',NULL),(10631,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,21,2,NULL,0,'null',1701846506,'web','175.182.9.196',NULL),(10632,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1701846520,'web','175.182.9.196',NULL),(10633,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,21,2,NULL,0,'null',1701846532,'web','175.182.9.196',NULL),(10634,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1701846548,'web','175.182.9.196',NULL),(10635,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,21,2,NULL,0,'null',1701846560,'web','175.182.9.196',NULL),(10636,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1701846596,'web','175.182.9.196',NULL),(10637,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,21,2,NULL,0,'null',1701846607,'web','175.182.9.196',NULL),(10638,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1701846619,'web','175.182.9.196',NULL),(10639,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,21,2,NULL,0,'null',1701846631,'web','175.182.9.196',NULL),(10640,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1701846644,'web','175.182.9.196',NULL),(10641,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,21,2,NULL,0,'null',1701846657,'web','175.182.9.196',NULL),(10642,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,21,2,NULL,0,'{\"assignid\":\"1\"}',1701846657,'web','175.182.9.196',NULL),(10643,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1701846671,'web','175.182.9.196',NULL),(10644,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,21,2,NULL,0,'null',1701846692,'web','175.182.9.196',NULL),(10645,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,21,2,NULL,0,'{\"assignid\":\"2\"}',1701846692,'web','175.182.9.196',NULL),(10646,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1701846698,'web','175.182.9.196',NULL),(10647,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,21,2,NULL,0,'null',1701846726,'web','175.182.9.196',NULL),(10648,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1701846886,'web','175.182.9.196',NULL),(10649,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,21,2,NULL,0,'null',1701846901,'web','175.182.9.196',NULL),(10650,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1701846975,'web','175.182.9.196',NULL),(10651,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,21,2,NULL,0,'null',1701846986,'web','175.182.9.196',NULL),(10652,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1701847028,'web','175.182.9.196',NULL),(10653,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,21,2,NULL,0,'null',1701847036,'web','175.182.9.196',NULL),(10654,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701848798,'web','27.51.137.221',NULL),(10655,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1701848805,'web','27.51.137.221',NULL),(10656,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1701848806,'web','27.51.137.221',NULL),(10657,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1701848809,'web','27.51.137.221',NULL),(10658,'\\core\\event\\notification_sent','core','sent','notification','notifications',1258,'c',0,1,10,0,0,0,22,0,'{\"courseid\":\"1\"}',1701848825,'cli',NULL,NULL),(10659,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,22,2,NULL,0,'null',1701849431,'web','27.51.137.221',NULL),(10660,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,22,2,NULL,0,'{\"assignid\":\"2\"}',1701849431,'web','27.51.137.221',NULL),(10661,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',29,'r',2,91,70,52,22,2,NULL,0,'null',1701849441,'web','27.51.137.221',NULL),(10662,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,22,2,NULL,0,'null',1701852448,'web','27.51.137.221',NULL),(10663,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,93,70,54,22,2,22,0,'{\"assignid\":\"2\"}',1701852448,'web','27.51.137.221',NULL),(10664,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,22,2,NULL,0,'null',1701852515,'web','27.51.137.221',NULL),(10665,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',33,'c',2,93,70,54,22,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"48c9e9ea0a7d538231d821d9a79b20e17fd612d4\"]}',1701852515,'web','27.51.137.221',NULL),(10666,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',20,'c',2,93,70,54,22,2,22,0,'{\"submissionid\":\"33\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1701852515,'web','27.51.137.221',NULL),(10667,'\\core\\event\\notification_sent','core','sent','notification','notifications',1259,'c',0,1,10,0,0,0,22,0,'{\"courseid\":\"2\"}',1701852518,'web','27.51.137.221',NULL),(10668,'\\core\\event\\notification_sent','core','sent','notification','notifications',1260,'c',0,1,10,0,22,0,2,0,'{\"courseid\":\"2\"}',1701852521,'web','27.51.137.221',NULL),(10669,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',33,'u',2,93,70,54,22,2,NULL,0,'{\"submission_editable\":true}',1701852521,'web','27.51.137.221',NULL),(10670,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,22,2,NULL,0,'null',1701852521,'web','27.51.137.221',NULL),(10671,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,22,2,NULL,0,'{\"assignid\":\"2\"}',1701852521,'web','27.51.137.221',NULL),(10672,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,22,2,NULL,0,'null',1701852529,'web','27.51.137.221',NULL),(10673,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,22,2,NULL,0,'{\"assignid\":\"1\"}',1701852529,'web','27.51.137.221',NULL),(10674,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1701852551,'web','27.51.137.221',NULL),(10675,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701863971,'web','111.241.182.124',NULL),(10676,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1701863982,'web','111.241.182.124',NULL),(10677,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1701863982,'web','111.241.182.124',NULL),(10678,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1701863984,'web','111.241.182.124',NULL),(10679,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,11,2,NULL,0,'null',1701864005,'web','111.241.182.124',NULL),(10680,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,11,2,NULL,0,'{\"assignid\":\"2\"}',1701864005,'web','111.241.182.124',NULL),(10681,'\\core\\event\\notification_sent','core','sent','notification','notifications',1261,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"1\"}',1701864006,'cli',NULL,NULL),(10682,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,11,2,NULL,0,'null',1701864018,'web','111.241.182.124',NULL),(10683,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,93,70,54,11,2,11,0,'{\"assignid\":\"2\"}',1701864018,'web','111.241.182.124',NULL),(10684,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,11,2,NULL,0,'null',1701864058,'web','111.241.182.124',NULL),(10685,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',39,'c',2,93,70,54,11,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"0acb8ec3cf4b511197c97903fa70f7c3be510847\"]}',1701864058,'web','111.241.182.124',NULL),(10686,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',21,'c',2,93,70,54,11,2,11,0,'{\"submissionid\":\"39\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1701864058,'web','111.241.182.124',NULL),(10687,'\\core\\event\\notification_sent','core','sent','notification','notifications',1262,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"2\"}',1701864061,'web','111.241.182.124',NULL),(10688,'\\core\\event\\notification_sent','core','sent','notification','notifications',1263,'c',0,1,10,0,11,0,2,0,'{\"courseid\":\"2\"}',1701864065,'web','111.241.182.124',NULL),(10689,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',39,'u',2,93,70,54,11,2,NULL,0,'{\"submission_editable\":true}',1701864065,'web','111.241.182.124',NULL),(10690,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,11,2,NULL,0,'null',1701864065,'web','111.241.182.124',NULL),(10691,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,11,2,NULL,0,'{\"assignid\":\"2\"}',1701864065,'web','111.241.182.124',NULL),(10692,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,11,0,NULL,0,'null',1701864074,'web','111.241.182.124',NULL),(10693,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1701864077,'web','111.241.182.124',NULL),(10694,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,11,2,11,0,'null',1701864081,'web','111.241.182.124',NULL),(10695,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,11,2,NULL,0,'null',1701864103,'web','111.241.182.124',NULL),(10696,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,11,2,NULL,0,'{\"assignid\":\"1\"}',1701864103,'web','111.241.182.124',NULL),(10697,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,11,2,NULL,0,'null',1701864111,'web','111.241.182.124',NULL),(10698,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,11,2,NULL,0,'{\"assignid\":\"2\"}',1701864111,'web','111.241.182.124',NULL),(10699,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,11,2,NULL,0,'null',1701864128,'web','111.241.182.124',NULL),(10700,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1701864175,'web','111.241.182.124',NULL),(10701,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701867448,'web','104.234.204.32',NULL),(10702,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701869238,'web','125.229.183.111',NULL),(10703,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1701869244,'web','125.229.183.111',NULL),(10704,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1701869244,'web','125.229.183.111',NULL),(10705,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1701869248,'web','125.229.183.111',NULL),(10706,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,22,2,NULL,0,'null',1701869256,'web','125.229.183.111',NULL),(10707,'\\core\\event\\notification_sent','core','sent','notification','notifications',1264,'c',0,1,10,0,0,0,22,0,'{\"courseid\":\"1\"}',1701869285,'cli',NULL,NULL),(10708,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701880275,'web','205.210.31.108',NULL),(10709,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1701890836,'web','175.182.9.196',NULL),(10710,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,21,2,NULL,0,'null',1701890837,'web','175.182.9.196',NULL),(10711,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1701890845,'web','175.182.9.196',NULL),(10712,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1701890850,'web','175.182.9.196',NULL),(10713,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1701890856,'web','175.182.9.196',NULL),(10714,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',31,'r',2,94,70,55,21,2,NULL,0,'null',1701890875,'web','175.182.9.196',NULL),(10715,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1701891208,'web','175.182.9.196',NULL),(10716,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1701915401,'web','73.219.6.51',NULL),(10717,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1701915402,'web','73.219.6.51',NULL),(10718,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1701915408,'web','73.219.6.51',NULL),(10719,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',152,'c',2,79,70,40,2,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u8b1d\\u8b1d\\u5a9b\\u840d\\uff01\\u5beb\\u671f\\u672b\\u5831\\u544a\\u7684\\u6642\\u5019\\uff0c\\u8acb\\u8a18\\u5f97\\u9644\\u4e0a\\u8cc7\\u6599\\u4f86\\u6e90\\uff08\\u4f5c\\u8005\\u3001\\u51fa\\u7248\\u793e\\u6216\\u7db2\\u5740\\u3001\\u65e5\\u671f\\u7b49\\u7b49\\uff09\\uff0c\\u4e26\\u4e14\\u6539\\u5beb\\u6210\\u81ea\\u5df1\\u7528\\u8a9e\\u3002\\u53e6\\u5916\\uff0c\\u4f60\\u53ef\\u4ee5\\u8003\\u616e\\u53bb\\u856a\\u5b58\\u83c1\\uff0c\\u53ea\\u5beb\\u51fa\\u8ddf\\u5831\\u544a\\u6709\\u95dc\\u7684\\u8cc7\\u6599\\u5c31\\u597d\\u3002\\u8ddf\\u5831\\u544a\\u6709\\u95dc\\uff0c\\u5c31\\u662f\\u8ddf\\u300c\\u65b9\\u6cd5\\u300d\\u7684\\u554f\\u984c\\u6709\\u95dc\\uff0c\\u6216\\u662f\\u8ddf\\u4f60\\u7684\\u6559\\u6848\\u6709\\u95dc\\u7684\\u90e8\\u5206\\u3002\\u56e0\\u6b64\\uff0c\\u63d0\\u5230\\u6f14\\u54e1\\u5409\\u59c6\\u5361\\u7dad\\u4f50\\u7684\\u7236\\u6bcd\\u8840\\u7d71\\u4e0d\\u662f\\u4e0d\\u884c\\uff0c\\u4f46\\u9700\\u8981\\u8ddf\\u4f60\\u7684\\u5831\\u544a\\u6709\\u95dc\\uff0c\\u4ee5\\u6b64\\u985e\\u63a8\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1701915600,'web','73.219.6.51',NULL),(10720,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',152,'c',2,79,70,40,2,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1701915600,'web','73.219.6.51',NULL),(10721,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1701915600,'web','73.219.6.51',NULL),(10722,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',153,'c',2,79,70,40,2,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u8b1d\\u8b1d\\u5fd7\\u541b\\uff01\\u9019\\u4e9b\\u8cc7\\u6599\\u5f88\\u8c50\\u5bcc\\uff0c\\u800c\\u4e14\\u8ddf\\u300c\\u65b9\\u6cd5\\u300d\\u88e1\\u9762\\u554f\\u5f97\\u554f\\u984c\\u6709\\u95dc\\u3002\\u627e\\u5f97\\u597d\\uff01\\u5e0c\\u671b\\u5c0d\\u4f60\\u7684\\u5831\\u544a\\u6709\\u5e6b\\u52a9\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1701915772,'web','73.219.6.51',NULL),(10723,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',153,'c',2,79,70,40,2,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1701915772,'web','73.219.6.51',NULL),(10724,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1701915772,'web','73.219.6.51',NULL),(10725,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',154,'c',2,79,70,40,2,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u8b1d\\u8b1d\\u53ef\\u5ffb\\uff01\\u9019\\u4e9b\\u8cc7\\u6599\\u5f15\\u7528\\u5f97\\u597d\\uff0c\\u4e5f\\u8ddf\\u4f60\\u7684\\u7814\\u7a76\\u7684\\u4e3b\\u984c\\u6709\\u95dc\\u3002\\u6211\\u76ee\\u524d\\u770b\\u4e0d\\u51fa\\u5289\\u8c50\\u69ae\\u548c\\u7d0d\\u5167\\u8ddf\\u4e3b\\u984c\\u4e4b\\u9593\\u7684\\u95dc\\u806f\\uff1b\\u5230\\u6642\\u5019\\u5beb\\u671f\\u672b\\u5831\\u544a\\u6642\\uff0c\\u8a18\\u5f97\\u5728\\u5f15\\u7528\\u5176\\u89c0\\u5ff5\\u7684\\u5730\\u65b9\\u6a19\\u660e\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1701915935,'web','73.219.6.51',NULL),(10726,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',154,'c',2,79,70,40,2,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1701915935,'web','73.219.6.51',NULL),(10727,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1701915935,'web','73.219.6.51',NULL),(10728,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',155,'c',2,79,70,40,2,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u8b1d\\u8b1d\\u51f1\\u5f18\\uff01\\u9019\\u4e9b\\u8cc7\\u6599\\u770b\\u8d77\\u4f86\\u8ddf\\u4f60\\u7684\\u5831\\u544a\\u4e3b\\u984c\\u5f88\\u6709\\u95dc\\uff0c\\u5f88\\u597d\\uff01\\u5beb\\u5831\\u544a\\u6642\\uff0c\\u82e5\\u9019\\u4e9b\\u662f\\u7db2\\u8def\\u6587\\u7ae0\\uff0c\\u8acb\\u8a18\\u5f97\\u628a\\u7db2\\u5740\\u9644\\u4e0a\\uff1b\\u82e5\\u662f\\u5831\\u7ae0\\u96dc\\u8a8c\\u7684\\u6587\\u7ae0\\uff0c\\u8acb\\u6a19\\u51fa\\u5831\\u7ae0\\u96dc\\u8a8c\\u540d\\u7a31\\u8207\\u65e5\\u671f\\uff0c\\u6216\\u51fa\\u7248\\u793e\\u7b49\\u7b49\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1701916015,'web','73.219.6.51',NULL),(10729,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',155,'c',2,79,70,40,2,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1701916015,'web','73.219.6.51',NULL),(10730,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1701916015,'web','73.219.6.51',NULL),(10731,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',156,'c',2,79,70,40,2,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u8b1d\\u8b1d\\u6dd1\\u82ac\\u3002\\u9019\\u4e9b\\u8cc7\\u6599\\u5f88\\u80fd\\u5e6b\\u52a9\\u4f60\\u56de\\u7b54\\u300c\\u65b9\\u6cd5\\u300d\\u88e1\\u9762\\u7684\\u554f\\u984c\\uff0c\\u4f46\\u671f\\u672b\\u5831\\u544a\\u8acb\\u6539\\u5beb\\u6210\\u81ea\\u5df1\\u7684\\u8a71\\u5594\\uff01\\u53e6\\u5916\\uff0c\\u9664\\u4e86\\u63d0\\u5230\\u300c\\u4e8b\\u4ef6\\u300d\\uff08\\u4f8b\\u5982\\u7372\\u5f97\\u4ec0\\u9ebc\\u734e\\u9805\\uff0c\\u6216\\u662f20\\u5468\\u5e74\\u91cd\\u65b0\\u4e0a\\u6620\\uff09\\uff0c\\u8acb\\u8aaa\\u660e\\u8a72\\u4e8b\\u4ef6\\u7684\\u91cd\\u8981\\u6027\\uff08\\u4f8b\\u5982\\uff1a\\u5f9e20\\u5468\\u5e74\\u91cd\\u65b0\\u4e0a\\u6620\\u53ef\\u4ee5\\u770b\\u51fa\\u672c\\u7247\\u7684\\u4e3b\\u984c\\u5c0d\\u4eca\\u65e5\\u7684\\u89c0\\u773e\\u4ecd\\u7136\\u6709\\u5438\\u5f15\\u529b\\uff0c\\u53cd\\u6620\\u4e86\\u73fe\\u4ee3\\u89c0\\u773e\\u7684\\uff38\\uff38\\uff38\\uff38\\uff38\\u7b49\\u7b49\\uff09\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1701916191,'web','73.219.6.51',NULL),(10732,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',156,'c',2,79,70,40,2,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1701916191,'web','73.219.6.51',NULL),(10733,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1701916192,'web','73.219.6.51',NULL),(10734,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',157,'c',2,79,70,40,2,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u8b1d\\u8b1d\\u4f73\\u4ee3\\uff01\\u9019\\u4e9b\\u90fd\\u662f\\u5f88\\u597d\\u7684\\u56de\\u7b54\\u3002\\u5beb\\u671f\\u672b\\u5831\\u544a\\u6642\\uff0c\\u8acb\\u8a18\\u5f97\\u6a19\\u660e\\u53c3\\u8003\\u8cc7\\u6599\\u7684\\u4f86\\u6e90\\u51fa\\u8655\\u3002\\u6b64\\u5916\\uff0c\\u672c\\u4f5c\\u54c1\\u7684\\u985e\\u578b\\u9664\\u4e86\\u662f\\u6cb9\\u5f69\\uff0c\\u66f4\\u6709\\u95dc\\u7684\\u53ef\\u80fd\\u662f\\u4e09\\u806f\\u756b\\u3002\\u5efa\\u8b70\\u53ef\\u4ee5\\u8a0e\\u8ad6\\u4e00\\u4e0b\\u4e09\\u806f\\u756b\\u7684\\u6b77\\u53f2\\u548c\\u610f\\u7fa9\\uff08\\u5b83\\u901a\\u5e38\\u51fa\\u73fe\\u5728\\u5b97\\u6559\\u5834\\u5408\\u4e2d\\uff0c\\u4f8b\\u5982\\u6559\\u6703\\u7684\\u8056\\u58c7\\u4e0a\\u6216\\u5bcc\\u4eba\\u7684\\u79c1\\u6709\\u796d\\u58c7\\uff1b\\u5982\\u6b64\\u770b\\u4f86\\uff0c\\u9019\\u500b\\u4f5c\\u54c1\\u5728\\u5275\\u4f5c\\u6642\\u5c31\\u5df2\\u7d93\\u8a2d\\u5b9a\\u597d\\u5b83\\u7684\\u5b97\\u6559\\u529f\\u80fd\\uff09\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1701918470,'web','73.219.6.51',NULL),(10735,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',157,'c',2,79,70,40,2,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1701918470,'web','73.219.6.51',NULL),(10736,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1701918470,'web','73.219.6.51',NULL),(10737,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',158,'c',2,79,70,40,2,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u8b1d\\u8b1d\\u5efa\\u83ef\\uff01\\u985e\\u578b\\u7684\\u5206\\u6790\\u548c\\u500b\\u4eba\\u610f\\u898b\\u5beb\\u5f97\\u5f88\\u597d\\u3002<br \\/>\\n\\u5beb\\u671f\\u672b\\u5831\\u544a\\u6642\\uff0c\\u8a18\\u5f97\\u628a\\u8b1b\\u8ff0\\u6b77\\u53f2\\u6539\\u5beb\\u6210\\u81ea\\u5df1\\u7684\\u8a71\\uff0c\\u4e26\\u9644\\u4e0a\\u4f86\\u6e90\\u51fa\\u8655\\u3002\\u9664\\u6b64\\u4ee5\\u5916\\uff0c\\u82e5\\u5728\\u6b77\\u53f2\\u90e8\\u5206\\u8aaa\\u660e\\u4e86\\u300c\\u4e8b\\u4ef6\\u300d\\uff08\\u4f8b\\u5982\\u5275\\u4f5c\\u8005\\u7684\\u7372\\u734e\\u7d00\\u9304\\uff09\\uff0c\\u6700\\u597d\\u518d\\u8aaa\\u660e\\u5176\\u300c\\u91cd\\u8981\\u6027\\u300d\\uff08\\u4f8b\\u5982\\u900f\\u904e\\u7372\\u734e\\u986f\\u793a\\u51fa\\u4ed6\\u5728\\u54ea\\u500b\\u5708\\u5b50\\u88e1\\u9762\\u88ab\\u80af\\u5b9a\\uff0c\\u6216\\u662f\\u4ed6\\u8ac7\\u7684\\u8b70\\u984c\\u88ab\\u4ec0\\u9ebc\\u6a23\\u7684\\u89c0\\u773e\\u6b23\\u8cde\\uff09\\uff0c\\u5426\\u5247\\u9019\\u4e9b\\u4e8b\\u4ef6\\u53ef\\u4ee5\\u4e0d\\u7528\\u63d0\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1701918733,'web','73.219.6.51',NULL),(10738,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',158,'c',2,79,70,40,2,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1701918733,'web','73.219.6.51',NULL),(10739,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1701918734,'web','73.219.6.51',NULL),(10740,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',159,'c',2,79,70,40,2,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u8b1d\\u8b1d\\u6021\\u5a1f\\uff01\\u9019\\u4e9b\\u8cc7\\u6599\\u770b\\u8d77\\u4f86\\u61c9\\u8a72\\u6703\\u883b\\u6709\\u5e6b\\u52a9\\u7684\\uff01\\u5728\\u5beb\\u6b63\\u5f0f\\u5831\\u544a\\u6642\\uff0c\\u8acb\\u76e1\\u91cf\\u4e0d\\u8981\\u76f4\\u63a5\\u5f15\\u7528\\u7dad\\u57fa\\u767e\\u79d1\\u7684\\u6587\\u7ae0\\uff1b\\u53cd\\u4e4b\\uff0c\\u53ef\\u4ee5\\u5f15\\u7528\\u7dad\\u57fa\\u767e\\u79d1\\u88e1\\u9762\\u63d0\\u5230\\u7684\\u8cc7\\u6599\\u4f86\\u6e90\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1701918814,'web','73.219.6.51',NULL),(10741,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',159,'c',2,79,70,40,2,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1701918814,'web','73.219.6.51',NULL),(10742,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1701918815,'web','73.219.6.51',NULL),(10743,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',160,'c',2,79,70,40,2,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u8b1d\\u8b1d\\u591a\\u5609\\uff01\\u5f8c\\u9762\\u9019\\u5247\\u8cbc\\u6587\\u5b8c\\u5168\\u505a\\u5230\\u6211\\u539f\\u672c\\u8aaa\\u7684\\uff0c\\u5f88\\u597d\\uff01\\u5e0c\\u671b\\u9019\\u500b\\u904e\\u7a0b\\u5c0d\\u4f60\\u671f\\u672b\\u5831\\u544a\\u7684\\u5beb\\u4f5c\\u6709\\u5e6b\\u52a9\\uff01<\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1701918876,'web','73.219.6.51',NULL),(10744,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',160,'c',2,79,70,40,2,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1701918876,'web','73.219.6.51',NULL),(10745,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1701918876,'web','73.219.6.51',NULL),(10746,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,2,2,NULL,0,'null',1701918940,'web','73.219.6.51',NULL),(10747,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,2,2,NULL,0,'{\"assignid\":\"2\"}',1701918940,'web','73.219.6.51',NULL),(10748,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701918941,'web','73.219.6.51',NULL),(10749,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701918941,'web','73.219.6.51',NULL),(10750,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',161,'c',2,82,70,43,2,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u8b1d\\u8b1d\\u51f1\\u5f18\\uff01\\u56de\\u7b54\\u5f97\\u5f88\\u5b8c\\u6574\\u3002\\u5beb\\u671f\\u672b\\u5831\\u544a\\u6642\\uff0c\\u6709\\u4e9b\\u5730\\u65b9\\u53ef\\u4ee5\\u8aaa\\u5f97\\u66f4\\u5177\\u9ad4\\u3002\\u4f8b\\u5982\\uff1a\\u6b4c\\u8a5e\\u63d0\\u5230\\u300c\\u6551\\u8d16\\u548c\\u6c38\\u6046\\u76fc\\u671b\\u7684\\u8ffd\\u6c42\\u300d\\u2014\\u2014\\u5230\\u5e95\\u662f\\u54ea\\u5e7e\\u53e5\\u6b4c\\u8a5e\\uff08\\u5728\\u5831\\u544a\\u4e2d\\u53ef\\u4ee5\\u76f4\\u63a5\\u5beb\\u51fa\\u4f86\\uff09\\u8b93\\u4f60\\u6709\\u9019\\u6a23\\u7684\\u89e3\\u8b80\\uff1f\\u6216\\u662f\\u4f60\\u8aaa\\u60c5\\u5883\\u63cf\\u5beb\\u5f97\\u300c\\u7d30\\u81a9\\u3001\\u751f\\u52d5\\u3001\\u751a\\u81f3\\u5e36\\u9ede\\u8da3\\u5473(\\u6232\\u8b14)\\u300d\\uff0c\\u78ba\\u5207\\u662f\\u4ec0\\u9ebc\\u7528\\u8a9e\\u3001\\u4fee\\u8fad\\u3001\\u7de8\\u66f2\\u8b93\\u4f60\\u6709\\u9019\\u6a23\\u7684\\u89e3\\u8b80\\uff1f\\u8acb\\u76e1\\u91cf\\u70ba\\u60a8\\u7684\\u56de\\u7b54\\u63d0\\u51fa\\u8b49\\u64da\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":10,\"triggeredfrom\":\"forum_add_new_post\"}',1701919171,'web','73.219.6.51',NULL),(10751,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',161,'c',2,82,70,43,2,2,NULL,0,'{\"discussionid\":10,\"forumid\":13,\"forumtype\":\"single\"}',1701919171,'web','73.219.6.51',NULL),(10752,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1701919172,'web','73.219.6.51',NULL),(10753,'\\core\\event\\notification_sent','core','sent','notification','notifications',1265,'c',0,1,10,0,2,0,6,0,'{\"courseid\":\"2\"}',1701919207,'cli',NULL,NULL),(10754,'\\core\\event\\notification_sent','core','sent','notification','notifications',1266,'c',0,1,10,0,2,0,11,0,'{\"courseid\":\"2\"}',1701919210,'cli',NULL,NULL),(10755,'\\core\\event\\notification_sent','core','sent','notification','notifications',1267,'c',0,1,10,0,2,0,23,0,'{\"courseid\":\"2\"}',1701919213,'cli',NULL,NULL),(10756,'\\core\\event\\notification_sent','core','sent','notification','notifications',1268,'c',0,1,10,0,2,0,13,0,'{\"courseid\":\"2\"}',1701919216,'cli',NULL,NULL),(10757,'\\core\\event\\notification_sent','core','sent','notification','notifications',1269,'c',0,1,10,0,2,0,5,0,'{\"courseid\":\"2\"}',1701919219,'cli',NULL,NULL),(10758,'\\core\\event\\notification_sent','core','sent','notification','notifications',1270,'c',0,1,10,0,2,0,21,0,'{\"courseid\":\"2\"}',1701919222,'cli',NULL,NULL),(10759,'\\core\\event\\notification_sent','core','sent','notification','notifications',1271,'c',0,1,10,0,2,0,20,0,'{\"courseid\":\"2\"}',1701919225,'cli',NULL,NULL),(10760,'\\core\\event\\notification_sent','core','sent','notification','notifications',1272,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"2\"}',1701919228,'cli',NULL,NULL),(10761,'\\core\\event\\notification_sent','core','sent','notification','notifications',1273,'c',0,1,10,0,2,0,19,0,'{\"courseid\":\"2\"}',1701919231,'cli',NULL,NULL),(10762,'\\core\\event\\notification_sent','core','sent','notification','notifications',1274,'c',0,1,10,0,2,0,14,0,'{\"courseid\":\"2\"}',1701919234,'cli',NULL,NULL),(10763,'\\core\\event\\notification_sent','core','sent','notification','notifications',1275,'c',0,1,10,0,2,0,6,0,'{\"courseid\":\"2\"}',1701919385,'cli',NULL,NULL),(10764,'\\core\\event\\notification_sent','core','sent','notification','notifications',1276,'c',0,1,10,0,2,0,11,0,'{\"courseid\":\"2\"}',1701919389,'cli',NULL,NULL),(10765,'\\core\\event\\notification_sent','core','sent','notification','notifications',1277,'c',0,1,10,0,2,0,23,0,'{\"courseid\":\"2\"}',1701919392,'cli',NULL,NULL),(10766,'\\core\\event\\notification_sent','core','sent','notification','notifications',1278,'c',0,1,10,0,2,0,13,0,'{\"courseid\":\"2\"}',1701919395,'cli',NULL,NULL),(10767,'\\core\\event\\notification_sent','core','sent','notification','notifications',1279,'c',0,1,10,0,2,0,5,0,'{\"courseid\":\"2\"}',1701919398,'cli',NULL,NULL),(10768,'\\core\\event\\notification_sent','core','sent','notification','notifications',1280,'c',0,1,10,0,2,0,21,0,'{\"courseid\":\"2\"}',1701919402,'cli',NULL,NULL),(10769,'\\core\\event\\notification_sent','core','sent','notification','notifications',1281,'c',0,1,10,0,2,0,20,0,'{\"courseid\":\"2\"}',1701919405,'cli',NULL,NULL),(10770,'\\core\\event\\notification_sent','core','sent','notification','notifications',1282,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"2\"}',1701919409,'cli',NULL,NULL),(10771,'\\core\\event\\notification_sent','core','sent','notification','notifications',1283,'c',0,1,10,0,2,0,19,0,'{\"courseid\":\"2\"}',1701919412,'cli',NULL,NULL),(10772,'\\core\\event\\notification_sent','core','sent','notification','notifications',1284,'c',0,1,10,0,2,0,14,0,'{\"courseid\":\"2\"}',1701919415,'cli',NULL,NULL),(10773,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',162,'c',2,82,70,43,2,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u8b1d\\u8b1d\\u6dd1\\u82ac\\uff01\\u95dc\\u65bc\\u5b97\\u6559\\u529f\\u80fd\\uff0c\\u6211\\u5011\\u8981\\u554f\\u7684\\u662f\\u9019\\u500b\\u4f5c\\u54c1\\uff08\\u9019\\u90e8\\u96fb\\u5f71\\uff09\\u6709\\u6c92\\u6709\\u5b97\\u6559\\u529f\\u80fd\\u3002\\u4f8b\\u5982\\u300a\\u8036\\u7a4c\\u50b3\\u300b\\u6709\\u5b97\\u6559\\u529f\\u80fd\\uff0c\\u56e0\\u70ba\\u4ed6\\u88ab\\u62cd\\u51fa\\u4f86\\u5c31\\u662f\\u5e0c\\u671b\\u89c0\\u773e\\u770b\\u4e86\\u53ef\\u4ee5\\u4fe1\\u8036\\u7a4c\\u3002\\u300a\\u963f\\u7518\\u6b63\\u50b3\\u300b\\u7684\\u5c0e\\u6f14\\u6216\\u88fd\\u7247\\u5718\\u968a\\u6709\\u985e\\u4f3c\\u7684\\u5b97\\u6559\\u671f\\u5f85\\u55ce\\uff1f\\u61c9\\u8a72\\u662f\\u6c92\\u6709\\u3002\\u6240\\u4ee5\\u96d6\\u7136\\u6545\\u4e8b\\u88e1\\u9762\\u7684\\u89d2\\u8272\\uff08\\u963f\\u7518\\u548c\\u5176\\u6bcd\\uff09\\u76f8\\u4fe1\\u795e\\uff0c\\u4f46\\u9664\\u975e\\u6211\\u5011\\u63d0\\u51fa\\u66f4\\u591a\\u7684\\u8b49\\u64da\\u8aaa\\u660e\\u5c0e\\u6f14\\u5e0c\\u671b\\u6211\\u5011\\u6548\\u6cd5\\u4ed6\\u5011\\uff0c\\u5426\\u5247\\u5c1a\\u4e0d\\u80fd\\u8aaa\\u9019\\u90e8\\u96fb\\u5f71\\u6709\\u5b97\\u6559\\u529f\\u80fd\\u3002<br \\/>\\n<br \\/>\\n\\u53e6\\u5916\\uff0c\\u5beb\\u671f\\u672b\\u5831\\u544a\\u7684\\u6642\\u5019\\u8981\\u5c0f\\u5fc3\\u4f7f\\u7528\\u7684\\u4e3b\\u8a5e\\u3002\\u4f60\\u53ef\\u4ee5\\u5beb\\u9019\\u90e8\\u96fb\\u5f71\\u8b93\\u300c\\u6211\\u300d\\u611f\\u89ba\\u5230\\u54ea\\u4e9b\\u4e8b\\u60c5\\uff08\\u8b49\\u64da\\u662f\\u4f60\\u81ea\\u5df1\\u7684\\u611f\\u53d7\\uff09\\uff0c\\u6216\\u662f\\u9019\\u90e8\\u96fb\\u5f71\\u8b93\\u300c\\u67d0\\u4f4d\\u89c0\\u773e\\u300d\\u60f3\\u5230\\u4e00\\u4e9b\\u4e8b\\uff08\\u8b49\\u64da\\u662f\\u90a3\\u4f4d\\u89c0\\u773e\\u7684\\u5f71\\u8a55\\u6216\\u662f\\u89c0\\u5f71\\u5fc3\\u5f97\\uff09\\uff0c\\u4f46\\u662f\\u300c\\u6211\\u5011\\u300d\\u662f\\u4e00\\u500b\\u4e3b\\u9ad4\\u975e\\u5e38\\u7a7a\\u6d1e\\u7684\\u5c0d\\u8c61\\uff1b\\u6211\\u5011\\u5f88\\u96e3\\u8aaa\\u6240\\u6709\\u7684\\u89c0\\u773e\\u90fd\\u88ab\\u963f\\u7518\\u611f\\u52d5\\u3001\\u88ab\\u4e0a\\u5e1d\\u5c0d\\u4ed6\\u7684\\u611b\\u6fc0\\u52d5\\u3002\\u5982\\u679c\\u8981\\u5ba3\\u7a31\\u9019\\u90e8\\u96fb\\u5f71\\u300c\\u6559\\u5c0e\\u6211\\u5011\\u5c0b\\u6c42\\u795e\\uff0c\\u8ddf\\u96a8\\u795e\\u300d\\uff0c\\u4e5f\\u9700\\u8981\\u63d0\\u51fa\\u76f8\\u5c0d\\u7684\\u8b49\\u64da\\u5594\\uff01\\uff08\\u4f8b\\u5982\\u5c0e\\u6f14\\u8a2a\\u8ac7\\u3001\\u5287\\u672c\\u53f0\\u8a5e\\u7b49\\u7b49\\uff09<\\/div>\",\"pathnamehashes\":[],\"discussionid\":10,\"triggeredfrom\":\"forum_add_new_post\"}',1701919553,'web','73.219.6.51',NULL),(10774,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',162,'c',2,82,70,43,2,2,NULL,0,'{\"discussionid\":10,\"forumid\":13,\"forumtype\":\"single\"}',1701919553,'web','73.219.6.51',NULL),(10775,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1701919553,'web','73.219.6.51',NULL),(10776,'\\core\\event\\notification_sent','core','sent','notification','notifications',1285,'c',0,1,10,0,2,0,6,0,'{\"courseid\":\"2\"}',1701919566,'cli',NULL,NULL),(10777,'\\core\\event\\notification_sent','core','sent','notification','notifications',1286,'c',0,1,10,0,2,0,11,0,'{\"courseid\":\"2\"}',1701919569,'cli',NULL,NULL),(10778,'\\core\\event\\notification_sent','core','sent','notification','notifications',1287,'c',0,1,10,0,2,0,23,0,'{\"courseid\":\"2\"}',1701919572,'cli',NULL,NULL),(10779,'\\core\\event\\notification_sent','core','sent','notification','notifications',1288,'c',0,1,10,0,2,0,13,0,'{\"courseid\":\"2\"}',1701919575,'cli',NULL,NULL),(10780,'\\core\\event\\notification_sent','core','sent','notification','notifications',1289,'c',0,1,10,0,2,0,5,0,'{\"courseid\":\"2\"}',1701919578,'cli',NULL,NULL),(10781,'\\core\\event\\notification_sent','core','sent','notification','notifications',1290,'c',0,1,10,0,2,0,21,0,'{\"courseid\":\"2\"}',1701919581,'cli',NULL,NULL),(10782,'\\core\\event\\notification_sent','core','sent','notification','notifications',1291,'c',0,1,10,0,2,0,20,0,'{\"courseid\":\"2\"}',1701919584,'cli',NULL,NULL),(10783,'\\core\\event\\notification_sent','core','sent','notification','notifications',1292,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"2\"}',1701919587,'cli',NULL,NULL),(10784,'\\core\\event\\notification_sent','core','sent','notification','notifications',1293,'c',0,1,10,0,2,0,19,0,'{\"courseid\":\"2\"}',1701919590,'cli',NULL,NULL),(10785,'\\core\\event\\notification_sent','core','sent','notification','notifications',1294,'c',0,1,10,0,2,0,14,0,'{\"courseid\":\"2\"}',1701919594,'cli',NULL,NULL),(10786,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',163,'c',2,82,70,43,2,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u8b1d\\u8b1d\\u53ef\\u5ffb\\uff01\\u4f60\\u5206\\u6790\\u4e86\\u5361\\u724c\\u7684\\u8a2d\\u8a08\\u76ee\\u6a19\\u548c\\u6548\\u679c\\uff0c\\u4e26\\u6709\\u6e05\\u695a\\u7684\\u8aaa\\u660e\\uff1b\\u5f88\\u68d2\\uff0c\\u671f\\u672b\\u5831\\u544a\\u8acb\\u4eff\\u7167\\u9019\\u500b\\u6a23\\u5b50\\u5beb\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":10,\"triggeredfrom\":\"forum_add_new_post\"}',1701919651,'web','73.219.6.51',NULL),(10787,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',163,'c',2,82,70,43,2,2,NULL,0,'{\"discussionid\":10,\"forumid\":13,\"forumtype\":\"single\"}',1701919651,'web','73.219.6.51',NULL),(10788,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1701919651,'web','73.219.6.51',NULL),(10789,'\\core\\event\\notification_sent','core','sent','notification','notifications',1295,'c',0,1,10,0,2,0,6,0,'{\"courseid\":\"2\"}',1701919626,'cli',NULL,NULL),(10790,'\\core\\event\\notification_sent','core','sent','notification','notifications',1296,'c',0,1,10,0,2,0,11,0,'{\"courseid\":\"2\"}',1701919629,'cli',NULL,NULL),(10791,'\\core\\event\\notification_sent','core','sent','notification','notifications',1297,'c',0,1,10,0,2,0,23,0,'{\"courseid\":\"2\"}',1701919631,'cli',NULL,NULL),(10792,'\\core\\event\\notification_sent','core','sent','notification','notifications',1298,'c',0,1,10,0,2,0,13,0,'{\"courseid\":\"2\"}',1701919634,'cli',NULL,NULL),(10793,'\\core\\event\\notification_sent','core','sent','notification','notifications',1299,'c',0,1,10,0,2,0,5,0,'{\"courseid\":\"2\"}',1701919638,'cli',NULL,NULL),(10794,'\\core\\event\\notification_sent','core','sent','notification','notifications',1300,'c',0,1,10,0,2,0,21,0,'{\"courseid\":\"2\"}',1701919641,'cli',NULL,NULL),(10795,'\\core\\event\\notification_sent','core','sent','notification','notifications',1301,'c',0,1,10,0,2,0,20,0,'{\"courseid\":\"2\"}',1701919644,'cli',NULL,NULL),(10796,'\\core\\event\\notification_sent','core','sent','notification','notifications',1302,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"2\"}',1701919648,'cli',NULL,NULL),(10797,'\\core\\event\\notification_sent','core','sent','notification','notifications',1303,'c',0,1,10,0,2,0,19,0,'{\"courseid\":\"2\"}',1701919650,'cli',NULL,NULL),(10798,'\\core\\event\\notification_sent','core','sent','notification','notifications',1304,'c',0,1,10,0,2,0,14,0,'{\"courseid\":\"2\"}',1701919653,'cli',NULL,NULL),(10799,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',164,'c',2,82,70,43,2,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u8b1d\\u8b1d\\u5efa\\u83ef\\uff0c\\u5206\\u6790\\u5f97\\u5f88\\u597d\\uff01\\u671f\\u672b\\u5831\\u544a\\u53ef\\u4ee5\\u4eff\\u7167\\u9019\\u500b\\u6a23\\u5b50\\u5beb\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":10,\"triggeredfrom\":\"forum_add_new_post\"}',1701919733,'web','73.219.6.51',NULL),(10800,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',164,'c',2,82,70,43,2,2,NULL,0,'{\"discussionid\":10,\"forumid\":13,\"forumtype\":\"single\"}',1701919733,'web','73.219.6.51',NULL),(10801,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1701919734,'web','73.219.6.51',NULL),(10802,'\\core\\event\\notification_sent','core','sent','notification','notifications',1305,'c',0,1,10,0,2,0,6,0,'{\"courseid\":\"2\"}',1701919807,'cli',NULL,NULL),(10803,'\\core\\event\\notification_sent','core','sent','notification','notifications',1306,'c',0,1,10,0,2,0,11,0,'{\"courseid\":\"2\"}',1701919810,'cli',NULL,NULL),(10804,'\\core\\event\\notification_sent','core','sent','notification','notifications',1307,'c',0,1,10,0,2,0,23,0,'{\"courseid\":\"2\"}',1701919813,'cli',NULL,NULL),(10805,'\\core\\event\\notification_sent','core','sent','notification','notifications',1308,'c',0,1,10,0,2,0,13,0,'{\"courseid\":\"2\"}',1701919817,'cli',NULL,NULL),(10806,'\\core\\event\\notification_sent','core','sent','notification','notifications',1309,'c',0,1,10,0,2,0,5,0,'{\"courseid\":\"2\"}',1701919820,'cli',NULL,NULL),(10807,'\\core\\event\\notification_sent','core','sent','notification','notifications',1310,'c',0,1,10,0,2,0,21,0,'{\"courseid\":\"2\"}',1701919824,'cli',NULL,NULL),(10808,'\\core\\event\\notification_sent','core','sent','notification','notifications',1311,'c',0,1,10,0,2,0,20,0,'{\"courseid\":\"2\"}',1701919827,'cli',NULL,NULL),(10809,'\\core\\event\\notification_sent','core','sent','notification','notifications',1312,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"2\"}',1701919831,'cli',NULL,NULL),(10810,'\\core\\event\\notification_sent','core','sent','notification','notifications',1313,'c',0,1,10,0,2,0,19,0,'{\"courseid\":\"2\"}',1701919834,'cli',NULL,NULL),(10811,'\\core\\event\\notification_sent','core','sent','notification','notifications',1314,'c',0,1,10,0,2,0,14,0,'{\"courseid\":\"2\"}',1701919837,'cli',NULL,NULL),(10812,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',165,'c',2,82,70,43,2,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u8b1d\\u8b1d\\u6021\\u5a1f\\uff01\\u4f60\\u61c9\\u8a72\\u6293\\u5230\\u91cd\\u9ede\\u4e86\\uff01\\u5beb\\u671f\\u672b\\u5831\\u544a\\u6642\\uff0c\\u8acb\\u8a18\\u5f97\\u591a\\u8a73\\u7d30\\u8209\\u4f8b\\u3002\\u4f8b\\u5982\\u96fb\\u5f71\\u7684\\u54ea\\u4e9b\\u756b\\u9762\\uff08\\u5e7e\\u5206\\u5e7e\\u79d2\\uff09\\u3001\\u69cb\\u5716\\u548c\\u904b\\u93e1\\u505a\\u5230\\u4e86\\u4ec0\\u9ebc\\uff0c\\u4ee5\\u81f3\\u65bc\\u5b83\\u5448\\u73fe\\u51fa\\u7f8e\\u611f\\uff08\\u53ef\\u4ee5\\u622a\\u5716\\uff0c\\u6216\\u662f\\u7528\\u6587\\u5b57\\u63cf\\u8ff0\\uff09\\uff1f<\\/div>\",\"pathnamehashes\":[],\"discussionid\":10,\"triggeredfrom\":\"forum_add_new_post\"}',1701919870,'web','73.219.6.51',NULL),(10813,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',165,'c',2,82,70,43,2,2,NULL,0,'{\"discussionid\":10,\"forumid\":13,\"forumtype\":\"single\"}',1701919870,'web','73.219.6.51',NULL),(10814,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1701919870,'web','73.219.6.51',NULL),(10815,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',166,'c',2,82,70,43,2,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u8b1d\\u8b1d\\u5fd7\\u541b\\uff01\\u4f60\\u7684\\u5206\\u6790\\u5f88\\u597d\\uff01\\u5beb\\u671f\\u672b\\u5831\\u544a\\u6642\\uff0c\\u53ef\\u4ee5\\u5beb\\u5f97\\u66f4\\u5177\\u9ad4\\u3002\\u4f8b\\u5982\\u4f60\\u63d0\\u5230\\u8056\\u7d93\\u4e2d\\u7684\\u6545\\u4e8b\\u548c\\u4e3b\\u984c\\uff08\\u5927\\u6c34\\u5206\\u958b\\u3001\\u5149\\u7684\\u5f15\\u5c0e\\uff09\\uff0c\\u4f60\\u53ef\\u4ee5\\u5177\\u9ad4\\u5beb\\u51fa\\u662f\\u54ea\\u4e00\\u6bb5\\u8056\\u7d93\\u7d93\\u6587\\u3002\\u6216\\u662f\\u4f60\\u8aaa\\u9019\\u5f35\\u5c08\\u8f2f\\u5448\\u73fe\\u300c\\u57fa\\u7763\\u6559\\u4fe1\\u4ef0\\u4e2d\\u5f37\\u8abf\\u611b\\u7684\\u89c0\\u9ede\\u300d\\uff0c\\u4f60\\u53ef\\u4ee5\\u66f4\\u8a73\\u7d30\\u8aaa\\u660e\\u9019\\u500b\\u89c0\\u9ede\\u7684\\u5167\\u6db5\\uff08\\u57fa\\u7763\\u4fe1\\u4ef0\\u5f37\\u8abf\\u7684\\u662f\\u600e\\u6a23\\u7684\\u611b\\uff09\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":10,\"triggeredfrom\":\"forum_add_new_post\"}',1701920033,'web','73.219.6.51',NULL),(10816,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',166,'c',2,82,70,43,2,2,NULL,0,'{\"discussionid\":10,\"forumid\":13,\"forumtype\":\"single\"}',1701920033,'web','73.219.6.51',NULL),(10817,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1701920034,'web','73.219.6.51',NULL),(10818,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',167,'c',2,82,70,43,2,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u8b1d\\u8b1d\\u591a\\u5609\\uff01\\u770b\\u4f86\\u9019\\u7bc7\\u5831\\u544a\\u6703\\u5f88\\u6709\\u6599\\u5594\\uff01\\u5beb\\u671f\\u672b\\u5831\\u544a\\u6642\\uff0c\\u53ef\\u4ee5\\u591a\\u8aaa\\u660e\\u662f\\u600e\\u6a23\\u7684\\u5287\\u60c5\\uff08\\u6311\\u4e00\\u5c0f\\u6bb5\\u5c31\\u597d\\uff0c\\u56e0\\u70ba\\u6211\\u5011\\u7bc7\\u5e45\\u4e0d\\u591a\\uff09\\u8b93\\u4f60\\u5f97\\u51fa\\u9019\\u4e9b\\u4fe1\\u606f\\u3002\\u4f8b\\u5982\\u662f\\u54ea\\u4e00\\u6bb5\\u6545\\u4e8b\\u6216\\u54ea\\u4e00\\u500b\\u6545\\u4e8b\\u7dda\\uff08\\u63cf\\u8ff0\\u4e00\\u4e0b\\u5b83\\uff09\\uff0c\\u8b93\\u4f60\\u8a8d\\u70ba\\u5b83\\u63a2\\u8a0e\\u300c\\u81ea\\u7531\\u7684\\u4ee3\\u50f9\\u300d\\u3002<br \\/>\\n<br \\/>\\n\\u6b64\\u5916\\uff0c\\u4f60\\u63d0\\u5230\\u7684\\u5b97\\u6559\\u8a9e\\u8a00\\u548c\\u7b26\\u865f\\u662f\\u5f88\\u597d\\u7684\\u89c0\\u5bdf\\uff1b\\u5982\\u679c\\u6709\\u6a5f\\u6703\\uff0c\\u662f\\u5426\\u53ef\\u5728\\u5831\\u544a\\u4e2d\\u8a0e\\u8ad6\\u70ba\\u4f55\\u9019\\u500b\\u65e5\\u672c\\u4f5c\\u54c1\\u6703\\u9078\\u64c7\\u7528\\u57fa\\u7763\\u5b97\\u6559\\u7684\\u7b26\\u865f\\uff1f\\u63db\\u53e5\\u8a71\\u8aaa\\uff0c\\u9664\\u4e86\\u5e2d\\u7d0d\\/\\u897f\\u5948\\u5c71\\u672c\\u8eab\\u7684\\u7b26\\u865f\\u610f\\u7fa9\\uff08\\u738b\\u6b0a\\u6216\\u5f8b\\u6cd5\\uff09\\uff0c\\u70ba\\u4ec0\\u9ebc\\u4f5c\\u8005\\u9078\\u64c7\\u7528\\u7336\\u592a-\\u57fa\\u7763\\u6559\\u7684\\u9019\\u500b\\u7b26\\u865f\\uff0c\\u800c\\u4e0d\\u662f\\u7528\\u5176\\u4ed6\\u6587\\u5316\\u7684\\u7b26\\u865f\\u4f86\\u8aaa\\u660e\\u540c\\u4e00\\u500b\\u6982\\u5ff5\\uff1f<\\/div>\",\"pathnamehashes\":[],\"discussionid\":10,\"triggeredfrom\":\"forum_add_new_post\"}',1701920356,'web','73.219.6.51',NULL),(10819,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',167,'c',2,82,70,43,2,2,NULL,0,'{\"discussionid\":10,\"forumid\":13,\"forumtype\":\"single\"}',1701920356,'web','73.219.6.51',NULL),(10820,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1701920357,'web','73.219.6.51',NULL),(10821,'\\core\\event\\user_graded','core','graded','user','grade_grades',303,'u',1,16,50,2,2,2,11,0,'{\"itemid\":\"19\",\"overridden\":false,\"finalgrade\":6}',1701920382,'web','73.219.6.51',NULL),(10822,'\\core\\event\\user_graded','core','graded','user','grade_grades',187,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":26}',1701920382,'web','73.219.6.51',NULL),(10823,'\\core\\event\\user_graded','core','graded','user','grade_grades',8,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":104.13333}',1701920382,'web','73.219.6.51',NULL),(10824,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701920406,'web','73.219.6.51',NULL),(10825,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701920406,'web','73.219.6.51',NULL),(10826,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,16,0,'{\"assignid\":\"1\"}',1701920407,'web','73.219.6.51',NULL),(10827,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,4,0,'{\"assignid\":\"1\"}',1701920413,'web','73.219.6.51',NULL),(10828,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,5,0,'{\"assignid\":\"1\"}',1701920417,'web','73.219.6.51',NULL),(10829,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1701920508,'web','73.219.6.51',NULL),(10830,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1701920508,'web','73.219.6.51',NULL),(10831,'\\core\\event\\user_graded','core','graded','user','grade_grades',339,'u',1,16,50,2,2,2,5,0,'{\"itemid\":\"21\",\"overridden\":false,\"finalgrade\":10}',1701920660,'web','73.219.6.51',NULL),(10832,'\\core\\event\\user_graded','core','graded','user','grade_grades',182,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":34}',1701920660,'web','73.219.6.51',NULL),(10833,'\\core\\event\\user_graded','core','graded','user','grade_grades',47,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":102}',1701920660,'web','73.219.6.51',NULL),(10834,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',8,'u',1,88,70,49,2,2,5,0,'null',1701920660,'web','73.219.6.51',NULL),(10835,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,5,0,'{\"assignid\":\"1\"}',1701920661,'web','73.219.6.51',NULL),(10836,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,6,0,'{\"assignid\":\"1\"}',1701920668,'web','73.219.6.51',NULL),(10837,'\\core\\event\\notification_sent','core','sent','notification','notifications',1315,'c',0,1,10,0,2,0,5,0,'{\"courseid\":\"2\"}',1701920706,'cli',NULL,NULL),(10838,'\\core\\event\\user_graded','core','graded','user','grade_grades',340,'u',1,16,50,2,2,2,6,0,'{\"itemid\":\"21\",\"overridden\":false,\"finalgrade\":10}',1701920719,'web','73.219.6.51',NULL),(10839,'\\core\\event\\user_graded','core','graded','user','grade_grades',183,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":39}',1701920719,'web','73.219.6.51',NULL),(10840,'\\core\\event\\user_graded','core','graded','user','grade_grades',38,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":108}',1701920719,'web','73.219.6.51',NULL),(10841,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',6,'u',1,88,70,49,2,2,6,0,'null',1701920719,'web','73.219.6.51',NULL),(10842,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,6,0,'{\"assignid\":\"1\"}',1701920720,'web','73.219.6.51',NULL),(10843,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',6,'u',1,88,70,49,2,2,6,0,'null',1701920728,'web','73.219.6.51',NULL),(10844,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,7,0,'{\"assignid\":\"1\"}',1701920729,'web','73.219.6.51',NULL),(10845,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,8,0,'{\"assignid\":\"1\"}',1701920733,'web','73.219.6.51',NULL),(10846,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,9,0,'{\"assignid\":\"1\"}',1701920735,'web','73.219.6.51',NULL),(10847,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,8,0,'{\"assignid\":\"1\"}',1701920738,'web','73.219.6.51',NULL),(10848,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,7,0,'{\"assignid\":\"1\"}',1701920740,'web','73.219.6.51',NULL),(10849,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,6,0,'{\"assignid\":\"1\"}',1701920743,'web','73.219.6.51',NULL),(10850,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,7,0,'{\"assignid\":\"1\"}',1701920746,'web','73.219.6.51',NULL),(10851,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,8,0,'{\"assignid\":\"1\"}',1701920747,'web','73.219.6.51',NULL),(10852,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,9,0,'{\"assignid\":\"1\"}',1701920749,'web','73.219.6.51',NULL),(10853,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,10,0,'{\"assignid\":\"1\"}',1701920752,'web','73.219.6.51',NULL),(10854,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,11,0,'{\"assignid\":\"1\"}',1701920755,'web','73.219.6.51',NULL),(10855,'\\core\\event\\notification_sent','core','sent','notification','notifications',1316,'c',0,1,10,0,2,0,6,0,'{\"courseid\":\"2\"}',1701920766,'cli',NULL,NULL),(10856,'\\core\\event\\user_graded','core','graded','user','grade_grades',345,'u',1,16,50,2,2,2,11,0,'{\"itemid\":\"21\",\"overridden\":false,\"finalgrade\":10}',1701920853,'web','73.219.6.51',NULL),(10857,'\\core\\event\\user_graded','core','graded','user','grade_grades',187,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":36}',1701920853,'web','73.219.6.51',NULL),(10858,'\\core\\event\\user_graded','core','graded','user','grade_grades',8,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":115.2}',1701920853,'web','73.219.6.51',NULL),(10859,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',3,'u',1,88,70,49,2,2,11,0,'null',1701920853,'web','73.219.6.51',NULL),(10860,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,12,0,'{\"assignid\":\"1\"}',1701920854,'web','73.219.6.51',NULL),(10861,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,13,0,'{\"assignid\":\"1\"}',1701920857,'web','73.219.6.51',NULL),(10862,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,14,0,'{\"assignid\":\"1\"}',1701920859,'web','73.219.6.51',NULL),(10863,'\\core\\event\\notification_sent','core','sent','notification','notifications',1317,'c',0,1,10,0,2,0,11,0,'{\"courseid\":\"2\"}',1701920886,'cli',NULL,NULL),(10864,'\\core\\event\\user_graded','core','graded','user','grade_grades',348,'u',1,16,50,2,2,2,14,0,'{\"itemid\":\"21\",\"overridden\":false,\"finalgrade\":10}',1701920906,'web','73.219.6.51',NULL),(10865,'\\core\\event\\user_graded','core','graded','user','grade_grades',190,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":27}',1701920906,'web','73.219.6.51',NULL),(10866,'\\core\\event\\user_graded','core','graded','user','grade_grades',29,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":103.95}',1701920906,'web','73.219.6.51',NULL),(10867,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',4,'u',1,88,70,49,2,2,14,0,'null',1701920906,'web','73.219.6.51',NULL),(10868,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,15,0,'{\"assignid\":\"1\"}',1701920907,'web','73.219.6.51',NULL),(10869,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,16,0,'{\"assignid\":\"1\"}',1701920910,'web','73.219.6.51',NULL),(10870,'\\core\\event\\notification_sent','core','sent','notification','notifications',1318,'c',0,1,10,0,2,0,14,0,'{\"courseid\":\"2\"}',1701920944,'cli',NULL,NULL),(10871,'\\core\\event\\user_graded','core','graded','user','grade_grades',350,'u',1,16,50,2,2,2,16,0,'{\"itemid\":\"21\",\"overridden\":false,\"finalgrade\":10}',1701920969,'web','73.219.6.51',NULL),(10872,'\\core\\event\\user_graded','core','graded','user','grade_grades',192,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":20}',1701920969,'web','73.219.6.51',NULL),(10873,'\\core\\event\\user_graded','core','graded','user','grade_grades',2,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":91}',1701920969,'web','73.219.6.51',NULL),(10874,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',1,'u',1,88,70,49,2,2,16,0,'null',1701920969,'web','73.219.6.51',NULL),(10875,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,17,0,'{\"assignid\":\"1\"}',1701920970,'web','73.219.6.51',NULL),(10876,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,16,0,'{\"assignid\":\"1\"}',1701920974,'web','73.219.6.51',NULL),(10877,'\\core\\event\\user_graded','core','graded','user','grade_grades',350,'u',1,16,50,2,2,2,16,0,'{\"itemid\":\"21\",\"overridden\":false,\"finalgrade\":6}',1701920980,'web','73.219.6.51',NULL),(10878,'\\core\\event\\user_graded','core','graded','user','grade_grades',192,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":16}',1701920981,'web','73.219.6.51',NULL),(10879,'\\core\\event\\user_graded','core','graded','user','grade_grades',2,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":83}',1701920981,'web','73.219.6.51',NULL),(10880,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',1,'u',1,88,70,49,2,2,16,0,'null',1701920981,'web','73.219.6.51',NULL),(10881,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,17,0,'{\"assignid\":\"1\"}',1701920981,'web','73.219.6.51',NULL),(10882,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,16,0,'{\"assignid\":\"1\"}',1701920984,'web','73.219.6.51',NULL),(10883,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,17,0,'{\"assignid\":\"1\"}',1701920986,'web','73.219.6.51',NULL),(10884,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,18,0,'{\"assignid\":\"1\"}',1701920988,'web','73.219.6.51',NULL),(10885,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,19,0,'{\"assignid\":\"1\"}',1701920991,'web','73.219.6.51',NULL),(10886,'\\core\\event\\notification_sent','core','sent','notification','notifications',1319,'c',0,1,10,0,2,0,16,0,'{\"courseid\":\"2\"}',1701921006,'cli',NULL,NULL),(10887,'\\core\\event\\user_graded','core','graded','user','grade_grades',353,'u',1,16,50,2,2,2,19,0,'{\"itemid\":\"21\",\"overridden\":false,\"finalgrade\":10}',1701921066,'web','73.219.6.51',NULL),(10888,'\\core\\event\\user_graded','core','graded','user','grade_grades',194,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":30}',1701921066,'web','73.219.6.51',NULL),(10889,'\\core\\event\\user_graded','core','graded','user','grade_grades',32,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":108}',1701921066,'web','73.219.6.51',NULL),(10890,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',2,'u',1,88,70,49,2,2,19,0,'null',1701921066,'web','73.219.6.51',NULL),(10891,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,20,0,'{\"assignid\":\"1\"}',1701921067,'web','73.219.6.51',NULL),(10892,'\\core\\event\\notification_sent','core','sent','notification','notifications',1320,'c',0,1,10,0,2,0,19,0,'{\"courseid\":\"2\"}',1701921125,'cli',NULL,NULL),(10893,'\\core\\event\\user_graded','core','graded','user','grade_grades',354,'u',1,16,50,2,2,2,20,0,'{\"itemid\":\"21\",\"overridden\":false,\"finalgrade\":10}',1701921141,'web','73.219.6.51',NULL),(10894,'\\core\\event\\user_graded','core','graded','user','grade_grades',195,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":40}',1701921141,'web','73.219.6.51',NULL),(10895,'\\core\\event\\user_graded','core','graded','user','grade_grades',41,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":116.40000000000001}',1701921141,'web','73.219.6.51',NULL),(10896,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',7,'u',1,88,70,49,2,2,20,0,'null',1701921141,'web','73.219.6.51',NULL),(10897,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,21,0,'{\"assignid\":\"1\"}',1701921142,'web','73.219.6.51',NULL),(10898,'\\core\\event\\user_graded','core','graded','user','grade_grades',355,'u',1,16,50,2,2,2,21,0,'{\"itemid\":\"21\",\"overridden\":false,\"finalgrade\":6}',1701921171,'web','73.219.6.51',NULL),(10899,'\\core\\event\\user_graded','core','graded','user','grade_grades',196,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":22}',1701921171,'web','73.219.6.51',NULL),(10900,'\\core\\event\\user_graded','core','graded','user','grade_grades',70,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":88.366669999999999}',1701921171,'web','73.219.6.51',NULL),(10901,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',10,'u',1,88,70,49,2,2,21,0,'null',1701921171,'web','73.219.6.51',NULL),(10902,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,22,0,'{\"assignid\":\"1\"}',1701921172,'web','73.219.6.51',NULL),(10903,'\\core\\event\\notification_sent','core','sent','notification','notifications',1321,'c',0,1,10,0,2,0,20,0,'{\"courseid\":\"2\"}',1701921185,'cli',NULL,NULL),(10904,'\\core\\event\\notification_sent','core','sent','notification','notifications',1322,'c',0,1,10,0,2,0,21,0,'{\"courseid\":\"2\"}',1701921188,'cli',NULL,NULL),(10905,'\\core\\event\\user_graded','core','graded','user','grade_grades',356,'u',1,16,50,2,2,2,22,0,'{\"itemid\":\"21\",\"overridden\":false,\"finalgrade\":10}',1701921247,'web','73.219.6.51',NULL),(10906,'\\core\\event\\user_graded','core','graded','user','grade_grades',197,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":10}',1701921247,'web','73.219.6.51',NULL),(10907,'\\core\\event\\user_graded','core','graded','user','grade_grades',14,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":79.200000000000003}',1701921247,'web','73.219.6.51',NULL),(10908,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',9,'u',1,88,70,49,2,2,22,0,'null',1701921247,'web','73.219.6.51',NULL),(10909,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,23,0,'{\"assignid\":\"1\"}',1701921248,'web','73.219.6.51',NULL),(10910,'\\core\\event\\notification_sent','core','sent','notification','notifications',1323,'c',0,1,10,0,2,0,22,0,'{\"courseid\":\"2\"}',1701921305,'cli',NULL,NULL),(10911,'\\core\\event\\user_graded','core','graded','user','grade_grades',357,'u',1,16,50,2,2,2,23,0,'{\"itemid\":\"21\",\"overridden\":false,\"finalgrade\":10}',1701921310,'web','73.219.6.51',NULL),(10912,'\\core\\event\\user_graded','core','graded','user','grade_grades',198,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":39}',1701921311,'web','73.219.6.51',NULL),(10913,'\\core\\event\\user_graded','core','graded','user','grade_grades',17,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":115.2}',1701921311,'web','73.219.6.51',NULL),(10914,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',5,'u',1,88,70,49,2,2,23,0,'null',1701921311,'web','73.219.6.51',NULL),(10915,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,4,0,'{\"assignid\":\"1\"}',1701921311,'web','73.219.6.51',NULL),(10916,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',4,'r',0,16,50,2,2,2,4,0,'{\"courseid\":\"2\",\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1701921328,'web','73.219.6.51',NULL),(10917,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,2,2,NULL,0,'null',1701921333,'web','73.219.6.51',NULL),(10918,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,93,70,54,2,2,NULL,0,'{\"assignid\":\"2\"}',1701921333,'web','73.219.6.51',NULL),(10919,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,16,0,'{\"assignid\":\"2\"}',1701921334,'web','73.219.6.51',NULL),(10920,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,4,0,'{\"assignid\":\"2\"}',1701921339,'web','73.219.6.51',NULL),(10921,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,5,0,'{\"assignid\":\"2\"}',1701921343,'web','73.219.6.51',NULL),(10922,'\\core\\event\\notification_sent','core','sent','notification','notifications',1324,'c',0,1,10,0,2,0,23,0,'{\"courseid\":\"2\"}',1701921365,'cli',NULL,NULL),(10923,'\\core\\event\\user_graded','core','graded','user','grade_grades',360,'u',1,16,50,2,2,2,5,0,'{\"itemid\":\"22\",\"overridden\":false,\"finalgrade\":8}',1701921614,'web','73.219.6.51',NULL),(10924,'\\core\\event\\user_graded','core','graded','user','grade_grades',182,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":42}',1701921614,'web','73.219.6.51',NULL),(10925,'\\core\\event\\user_graded','core','graded','user','grade_grades',47,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":109.98}',1701921614,'web','73.219.6.51',NULL),(10926,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',31,'u',1,93,70,54,2,2,5,0,'null',1701921614,'web','73.219.6.51',NULL),(10927,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,6,0,'{\"assignid\":\"2\"}',1701921615,'web','73.219.6.51',NULL),(10928,'\\core\\event\\notification_sent','core','sent','notification','notifications',1325,'c',0,1,10,0,2,0,5,0,'{\"courseid\":\"2\"}',1701921665,'cli',NULL,NULL),(10929,'\\core\\event\\user_graded','core','graded','user','grade_grades',361,'u',1,16,50,2,2,2,6,0,'{\"itemid\":\"22\",\"overridden\":false,\"finalgrade\":10}',1701921678,'web','73.219.6.51',NULL),(10930,'\\core\\event\\user_graded','core','graded','user','grade_grades',183,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":49}',1701921678,'web','73.219.6.51',NULL),(10931,'\\core\\event\\user_graded','core','graded','user','grade_grades',38,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":117.26000000000001}',1701921679,'web','73.219.6.51',NULL),(10932,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',32,'u',1,93,70,54,2,2,6,0,'null',1701921679,'web','73.219.6.51',NULL),(10933,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,7,0,'{\"assignid\":\"2\"}',1701921679,'web','73.219.6.51',NULL),(10934,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,8,0,'{\"assignid\":\"2\"}',1701921683,'web','73.219.6.51',NULL),(10935,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,9,0,'{\"assignid\":\"2\"}',1701921685,'web','73.219.6.51',NULL),(10936,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,10,0,'{\"assignid\":\"2\"}',1701921688,'web','73.219.6.51',NULL),(10937,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,11,0,'{\"assignid\":\"2\"}',1701921691,'web','73.219.6.51',NULL),(10938,'\\core\\event\\notification_sent','core','sent','notification','notifications',1326,'c',0,1,10,0,2,0,6,0,'{\"courseid\":\"2\"}',1701921725,'cli',NULL,NULL),(10939,'\\core\\event\\user_graded','core','graded','user','grade_grades',366,'u',1,16,50,2,2,2,11,0,'{\"itemid\":\"22\",\"overridden\":false,\"finalgrade\":10}',1701921733,'web','73.219.6.51',NULL),(10940,'\\core\\event\\user_graded','core','graded','user','grade_grades',187,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":46}',1701921733,'web','73.219.6.51',NULL),(10941,'\\core\\event\\user_graded','core','graded','user','grade_grades',8,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":125.84}',1701921733,'web','73.219.6.51',NULL),(10942,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',37,'u',1,93,70,54,2,2,11,0,'null',1701921733,'web','73.219.6.51',NULL),(10943,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,11,0,'{\"assignid\":\"2\"}',1701921734,'web','73.219.6.51',NULL),(10944,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,10,0,'{\"assignid\":\"2\"}',1701921740,'web','73.219.6.51',NULL),(10945,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,9,0,'{\"assignid\":\"2\"}',1701921742,'web','73.219.6.51',NULL),(10946,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,8,0,'{\"assignid\":\"2\"}',1701921743,'web','73.219.6.51',NULL),(10947,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,7,0,'{\"assignid\":\"2\"}',1701921745,'web','73.219.6.51',NULL),(10948,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,6,0,'{\"assignid\":\"2\"}',1701921748,'web','73.219.6.51',NULL),(10949,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,11,0,'{\"assignid\":\"2\"}',1701921753,'web','73.219.6.51',NULL),(10950,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,12,0,'{\"assignid\":\"2\"}',1701921756,'web','73.219.6.51',NULL),(10951,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,13,0,'{\"assignid\":\"2\"}',1701921758,'web','73.219.6.51',NULL),(10952,'\\core\\event\\notification_sent','core','sent','notification','notifications',1327,'c',0,1,10,0,2,0,11,0,'{\"courseid\":\"2\"}',1701921785,'cli',NULL,NULL),(10953,'\\core\\event\\user_graded','core','graded','user','grade_grades',368,'u',1,16,50,2,2,2,13,0,'{\"itemid\":\"22\",\"overridden\":false,\"finalgrade\":10}',1701921871,'web','73.219.6.51',NULL),(10954,'\\core\\event\\user_graded','core','graded','user','grade_grades',189,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":42}',1701921871,'web','73.219.6.51',NULL),(10955,'\\core\\event\\user_graded','core','graded','user','grade_grades',23,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":113.88}',1701921871,'web','73.219.6.51',NULL),(10956,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',21,'u',1,93,70,54,2,2,13,0,'null',1701921871,'web','73.219.6.51',NULL),(10957,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,14,0,'{\"assignid\":\"2\"}',1701921872,'web','73.219.6.51',NULL),(10958,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,13,0,'{\"assignid\":\"2\"}',1701921874,'web','73.219.6.51',NULL),(10959,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,12,0,'{\"assignid\":\"2\"}',1701921876,'web','73.219.6.51',NULL),(10960,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,11,0,'{\"assignid\":\"2\"}',1701921878,'web','73.219.6.51',NULL),(10961,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,13,0,'{\"assignid\":\"2\"}',1701921885,'web','73.219.6.51',NULL),(10962,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,14,0,'{\"assignid\":\"2\"}',1701921888,'web','73.219.6.51',NULL),(10963,'\\core\\event\\notification_sent','core','sent','notification','notifications',1328,'c',0,1,10,0,2,0,13,0,'{\"courseid\":\"2\"}',1701921905,'cli',NULL,NULL),(10964,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',39,'u',1,93,70,54,2,2,14,0,'null',1701921980,'web','73.219.6.51',NULL),(10965,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,15,0,'{\"assignid\":\"2\"}',1701921981,'web','73.219.6.51',NULL),(10966,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,14,0,'{\"assignid\":\"2\"}',1701921987,'web','73.219.6.51',NULL),(10967,'\\core\\event\\user_graded','core','graded','user','grade_grades',369,'u',1,16,50,2,2,2,14,0,'{\"itemid\":\"22\",\"overridden\":false,\"finalgrade\":10}',1701921994,'web','73.219.6.51',NULL),(10968,'\\core\\event\\user_graded','core','graded','user','grade_grades',190,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":37}',1701921994,'web','73.219.6.51',NULL),(10969,'\\core\\event\\user_graded','core','graded','user','grade_grades',29,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":114.59999999999999}',1701921994,'web','73.219.6.51',NULL),(10970,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',39,'u',1,93,70,54,2,2,14,0,'null',1701921994,'web','73.219.6.51',NULL),(10971,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,15,0,'{\"assignid\":\"2\"}',1701921995,'web','73.219.6.51',NULL),(10972,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,16,0,'{\"assignid\":\"2\"}',1701921998,'web','73.219.6.51',NULL),(10973,'\\core\\event\\notification_sent','core','sent','notification','notifications',1329,'c',0,1,10,0,2,0,14,0,'{\"courseid\":\"2\"}',1701922025,'cli',NULL,NULL),(10974,'\\core\\event\\notification_sent','core','sent','notification','notifications',1330,'c',0,1,10,0,2,0,6,0,'{\"courseid\":\"2\"}',1701922086,'cli',NULL,NULL),(10975,'\\core\\event\\notification_sent','core','sent','notification','notifications',1331,'c',0,1,10,0,2,0,11,0,'{\"courseid\":\"2\"}',1701922089,'cli',NULL,NULL),(10976,'\\core\\event\\notification_sent','core','sent','notification','notifications',1332,'c',0,1,10,0,2,0,23,0,'{\"courseid\":\"2\"}',1701922092,'cli',NULL,NULL),(10977,'\\core\\event\\notification_sent','core','sent','notification','notifications',1333,'c',0,1,10,0,2,0,13,0,'{\"courseid\":\"2\"}',1701922094,'cli',NULL,NULL),(10978,'\\core\\event\\notification_sent','core','sent','notification','notifications',1334,'c',0,1,10,0,2,0,5,0,'{\"courseid\":\"2\"}',1701922098,'cli',NULL,NULL),(10979,'\\core\\event\\notification_sent','core','sent','notification','notifications',1335,'c',0,1,10,0,2,0,21,0,'{\"courseid\":\"2\"}',1701922100,'cli',NULL,NULL),(10980,'\\core\\event\\notification_sent','core','sent','notification','notifications',1336,'c',0,1,10,0,2,0,20,0,'{\"courseid\":\"2\"}',1701922103,'cli',NULL,NULL),(10981,'\\core\\event\\notification_sent','core','sent','notification','notifications',1337,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"2\"}',1701922106,'cli',NULL,NULL),(10982,'\\core\\event\\notification_sent','core','sent','notification','notifications',1338,'c',0,1,10,0,2,0,19,0,'{\"courseid\":\"2\"}',1701922108,'cli',NULL,NULL),(10983,'\\core\\event\\notification_sent','core','sent','notification','notifications',1339,'c',0,1,10,0,2,0,14,0,'{\"courseid\":\"2\"}',1701922111,'cli',NULL,NULL),(10984,'\\core\\event\\user_graded','core','graded','user','grade_grades',371,'u',1,16,50,2,2,2,16,0,'{\"itemid\":\"22\",\"overridden\":false,\"finalgrade\":10}',1701922113,'web','73.219.6.51',NULL),(10985,'\\core\\event\\user_graded','core','graded','user','grade_grades',192,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":26}',1701922113,'web','73.219.6.51',NULL),(10986,'\\core\\event\\user_graded','core','graded','user','grade_grades',2,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":94.233329999999995}',1701922113,'web','73.219.6.51',NULL),(10987,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',22,'u',1,93,70,54,2,2,16,0,'null',1701922113,'web','73.219.6.51',NULL),(10988,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,17,0,'{\"assignid\":\"2\"}',1701922114,'web','73.219.6.51',NULL),(10989,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,18,0,'{\"assignid\":\"2\"}',1701922117,'web','73.219.6.51',NULL),(10990,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,19,0,'{\"assignid\":\"2\"}',1701922119,'web','73.219.6.51',NULL),(10991,'\\core\\event\\notification_sent','core','sent','notification','notifications',1340,'c',0,1,10,0,2,0,16,0,'{\"courseid\":\"2\"}',1701922145,'cli',NULL,NULL),(10992,'\\core\\event\\user_graded','core','graded','user','grade_grades',374,'u',1,16,50,2,2,2,19,0,'{\"itemid\":\"22\",\"overridden\":false,\"finalgrade\":10}',1701922229,'web','73.219.6.51',NULL),(10993,'\\core\\event\\user_graded','core','graded','user','grade_grades',194,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":40}',1701922229,'web','73.219.6.51',NULL),(10994,'\\core\\event\\user_graded','core','graded','user','grade_grades',32,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":119.59999999999999}',1701922229,'web','73.219.6.51',NULL),(10995,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',25,'u',1,93,70,54,2,2,19,0,'null',1701922229,'web','73.219.6.51',NULL),(10996,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,20,0,'{\"assignid\":\"2\"}',1701922230,'web','73.219.6.51',NULL),(10997,'\\core\\event\\notification_sent','core','sent','notification','notifications',1341,'c',0,1,10,0,2,0,19,0,'{\"courseid\":\"2\"}',1701922265,'cli',NULL,NULL),(10998,'\\core\\event\\user_graded','core','graded','user','grade_grades',375,'u',1,16,50,2,2,2,20,0,'{\"itemid\":\"22\",\"overridden\":false,\"finalgrade\":10}',1701922340,'web','73.219.6.51',NULL),(10999,'\\core\\event\\user_graded','core','graded','user','grade_grades',195,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":50}',1701922340,'web','73.219.6.51',NULL),(11000,'\\core\\event\\user_graded','core','graded','user','grade_grades',41,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":126.09999999999999}',1701922340,'web','73.219.6.51',NULL),(11001,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',26,'u',1,93,70,54,2,2,20,0,'null',1701922340,'web','73.219.6.51',NULL),(11002,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,21,0,'{\"assignid\":\"2\"}',1701922341,'web','73.219.6.51',NULL),(11003,'\\core\\event\\notification_sent','core','sent','notification','notifications',1342,'c',0,1,10,0,2,0,20,0,'{\"courseid\":\"2\"}',1701922385,'cli',NULL,NULL),(11004,'\\core\\event\\notification_sent','core','sent','notification','notifications',1343,'c',0,1,10,0,2,0,6,0,'{\"courseid\":\"2\"}',1701922389,'cli',NULL,NULL),(11005,'\\core\\event\\notification_sent','core','sent','notification','notifications',1344,'c',0,1,10,0,2,0,11,0,'{\"courseid\":\"2\"}',1701922392,'cli',NULL,NULL),(11006,'\\core\\event\\notification_sent','core','sent','notification','notifications',1345,'c',0,1,10,0,2,0,23,0,'{\"courseid\":\"2\"}',1701922395,'cli',NULL,NULL),(11007,'\\core\\event\\notification_sent','core','sent','notification','notifications',1346,'c',0,1,10,0,2,0,13,0,'{\"courseid\":\"2\"}',1701922397,'cli',NULL,NULL),(11008,'\\core\\event\\notification_sent','core','sent','notification','notifications',1347,'c',0,1,10,0,2,0,5,0,'{\"courseid\":\"2\"}',1701922400,'cli',NULL,NULL),(11009,'\\core\\event\\notification_sent','core','sent','notification','notifications',1348,'c',0,1,10,0,2,0,21,0,'{\"courseid\":\"2\"}',1701922403,'cli',NULL,NULL),(11010,'\\core\\event\\notification_sent','core','sent','notification','notifications',1349,'c',0,1,10,0,2,0,20,0,'{\"courseid\":\"2\"}',1701922406,'cli',NULL,NULL),(11011,'\\core\\event\\notification_sent','core','sent','notification','notifications',1350,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"2\"}',1701922409,'cli',NULL,NULL),(11012,'\\core\\event\\notification_sent','core','sent','notification','notifications',1351,'c',0,1,10,0,2,0,19,0,'{\"courseid\":\"2\"}',1701922412,'cli',NULL,NULL),(11013,'\\core\\event\\notification_sent','core','sent','notification','notifications',1352,'c',0,1,10,0,2,0,14,0,'{\"courseid\":\"2\"}',1701922414,'cli',NULL,NULL),(11014,'\\core\\event\\user_graded','core','graded','user','grade_grades',376,'u',1,16,50,2,2,2,21,0,'{\"itemid\":\"22\",\"overridden\":false,\"finalgrade\":10}',1701922427,'web','73.219.6.51',NULL),(11015,'\\core\\event\\user_graded','core','graded','user','grade_grades',196,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":32}',1701922427,'web','73.219.6.51',NULL),(11016,'\\core\\event\\user_graded','core','graded','user','grade_grades',70,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":99.599999999999994}',1701922428,'web','73.219.6.51',NULL),(11017,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',27,'u',1,93,70,54,2,2,21,0,'null',1701922428,'web','73.219.6.51',NULL),(11018,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,22,0,'{\"assignid\":\"2\"}',1701922428,'web','73.219.6.51',NULL),(11019,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,21,0,'{\"assignid\":\"2\"}',1701922434,'web','73.219.6.51',NULL),(11020,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,22,0,'{\"assignid\":\"2\"}',1701922437,'web','73.219.6.51',NULL),(11021,'\\core\\event\\notification_sent','core','sent','notification','notifications',1353,'c',0,1,10,0,2,0,21,0,'{\"courseid\":\"2\"}',1701922444,'cli',NULL,NULL),(11022,'\\core\\event\\notification_sent','core','sent','notification','notifications',1354,'c',0,1,10,0,2,0,6,0,'{\"courseid\":\"2\"}',1701922448,'cli',NULL,NULL),(11023,'\\core\\event\\notification_sent','core','sent','notification','notifications',1355,'c',0,1,10,0,2,0,11,0,'{\"courseid\":\"2\"}',1701922450,'cli',NULL,NULL),(11024,'\\core\\event\\notification_sent','core','sent','notification','notifications',1356,'c',0,1,10,0,2,0,23,0,'{\"courseid\":\"2\"}',1701922453,'cli',NULL,NULL),(11025,'\\core\\event\\notification_sent','core','sent','notification','notifications',1357,'c',0,1,10,0,2,0,13,0,'{\"courseid\":\"2\"}',1701922456,'cli',NULL,NULL),(11026,'\\core\\event\\notification_sent','core','sent','notification','notifications',1358,'c',0,1,10,0,2,0,5,0,'{\"courseid\":\"2\"}',1701922459,'cli',NULL,NULL),(11027,'\\core\\event\\notification_sent','core','sent','notification','notifications',1359,'c',0,1,10,0,2,0,21,0,'{\"courseid\":\"2\"}',1701922462,'cli',NULL,NULL),(11028,'\\core\\event\\notification_sent','core','sent','notification','notifications',1360,'c',0,1,10,0,2,0,20,0,'{\"courseid\":\"2\"}',1701922464,'cli',NULL,NULL),(11029,'\\core\\event\\notification_sent','core','sent','notification','notifications',1361,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"2\"}',1701922467,'cli',NULL,NULL),(11030,'\\core\\event\\notification_sent','core','sent','notification','notifications',1362,'c',0,1,10,0,2,0,19,0,'{\"courseid\":\"2\"}',1701922470,'cli',NULL,NULL),(11031,'\\core\\event\\notification_sent','core','sent','notification','notifications',1363,'c',0,1,10,0,2,0,14,0,'{\"courseid\":\"2\"}',1701922472,'cli',NULL,NULL),(11032,'\\core\\event\\notification_sent','core','sent','notification','notifications',1364,'c',0,1,10,0,2,0,6,0,'{\"courseid\":\"2\"}',1701922505,'cli',NULL,NULL),(11033,'\\core\\event\\notification_sent','core','sent','notification','notifications',1365,'c',0,1,10,0,2,0,11,0,'{\"courseid\":\"2\"}',1701922509,'cli',NULL,NULL),(11034,'\\core\\event\\notification_sent','core','sent','notification','notifications',1366,'c',0,1,10,0,2,0,23,0,'{\"courseid\":\"2\"}',1701922511,'cli',NULL,NULL),(11035,'\\core\\event\\notification_sent','core','sent','notification','notifications',1367,'c',0,1,10,0,2,0,13,0,'{\"courseid\":\"2\"}',1701922514,'cli',NULL,NULL),(11036,'\\core\\event\\notification_sent','core','sent','notification','notifications',1368,'c',0,1,10,0,2,0,5,0,'{\"courseid\":\"2\"}',1701922517,'cli',NULL,NULL),(11037,'\\core\\event\\notification_sent','core','sent','notification','notifications',1369,'c',0,1,10,0,2,0,21,0,'{\"courseid\":\"2\"}',1701922520,'cli',NULL,NULL),(11038,'\\core\\event\\notification_sent','core','sent','notification','notifications',1370,'c',0,1,10,0,2,0,20,0,'{\"courseid\":\"2\"}',1701922522,'cli',NULL,NULL),(11039,'\\core\\event\\notification_sent','core','sent','notification','notifications',1371,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"2\"}',1701922526,'cli',NULL,NULL),(11040,'\\core\\event\\notification_sent','core','sent','notification','notifications',1372,'c',0,1,10,0,2,0,19,0,'{\"courseid\":\"2\"}',1701922528,'cli',NULL,NULL),(11041,'\\core\\event\\notification_sent','core','sent','notification','notifications',1373,'c',0,1,10,0,2,0,14,0,'{\"courseid\":\"2\"}',1701922531,'cli',NULL,NULL),(11042,'\\core\\event\\user_graded','core','graded','user','grade_grades',377,'u',1,16,50,2,2,2,22,0,'{\"itemid\":\"22\",\"overridden\":false,\"finalgrade\":10}',1701922547,'web','73.219.6.51',NULL),(11043,'\\core\\event\\user_graded','core','graded','user','grade_grades',197,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":20}',1701922548,'web','73.219.6.51',NULL),(11044,'\\core\\event\\user_graded','core','graded','user','grade_grades',14,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":88}',1701922548,'web','73.219.6.51',NULL),(11045,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',28,'u',1,93,70,54,2,2,22,0,'null',1701922548,'web','73.219.6.51',NULL),(11046,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,23,0,'{\"assignid\":\"2\"}',1701922548,'web','73.219.6.51',NULL),(11047,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,2,2,NULL,0,'null',1701922565,'web','73.219.6.51',NULL),(11048,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,93,70,54,2,2,NULL,0,'{\"assignid\":\"2\"}',1701922565,'web','73.219.6.51',NULL),(11049,'\\core\\event\\notification_sent','core','sent','notification','notifications',1374,'c',0,1,10,0,2,0,22,0,'{\"courseid\":\"2\"}',1701922565,'cli',NULL,NULL),(11050,'\\core\\event\\notification_sent','core','sent','notification','notifications',1375,'c',0,1,10,0,2,0,6,0,'{\"courseid\":\"2\"}',1701922806,'cli',NULL,NULL),(11051,'\\core\\event\\notification_sent','core','sent','notification','notifications',1376,'c',0,1,10,0,2,0,11,0,'{\"courseid\":\"2\"}',1701922809,'cli',NULL,NULL),(11052,'\\core\\event\\notification_sent','core','sent','notification','notifications',1377,'c',0,1,10,0,2,0,23,0,'{\"courseid\":\"2\"}',1701922812,'cli',NULL,NULL),(11053,'\\core\\event\\notification_sent','core','sent','notification','notifications',1378,'c',0,1,10,0,2,0,13,0,'{\"courseid\":\"2\"}',1701922814,'cli',NULL,NULL),(11054,'\\core\\event\\notification_sent','core','sent','notification','notifications',1379,'c',0,1,10,0,2,0,5,0,'{\"courseid\":\"2\"}',1701922818,'cli',NULL,NULL),(11055,'\\core\\event\\notification_sent','core','sent','notification','notifications',1380,'c',0,1,10,0,2,0,20,0,'{\"courseid\":\"2\"}',1701922820,'cli',NULL,NULL),(11056,'\\core\\event\\notification_sent','core','sent','notification','notifications',1381,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"2\"}',1701922823,'cli',NULL,NULL),(11057,'\\core\\event\\notification_sent','core','sent','notification','notifications',1382,'c',0,1,10,0,2,0,19,0,'{\"courseid\":\"2\"}',1701922826,'cli',NULL,NULL),(11058,'\\core\\event\\user_graded','core','graded','user','grade_grades',378,'u',1,16,50,2,2,2,23,0,'{\"itemid\":\"22\",\"overridden\":false,\"finalgrade\":10}',1701922848,'web','73.219.6.51',NULL),(11059,'\\core\\event\\user_graded','core','graded','user','grade_grades',198,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":49}',1701922848,'web','73.219.6.51',NULL),(11060,'\\core\\event\\user_graded','core','graded','user','grade_grades',17,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":125.06}',1701922848,'web','73.219.6.51',NULL),(11061,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',29,'u',1,93,70,54,2,2,23,0,'null',1701922848,'web','73.219.6.51',NULL),(11062,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,4,0,'{\"assignid\":\"2\"}',1701922849,'web','73.219.6.51',NULL),(11063,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,5,0,'{\"assignid\":\"2\"}',1701922853,'web','73.219.6.51',NULL),(11064,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,6,0,'{\"assignid\":\"2\"}',1701922856,'web','73.219.6.51',NULL),(11065,'\\core\\event\\notification_sent','core','sent','notification','notifications',1383,'c',0,1,10,0,2,0,23,0,'{\"courseid\":\"2\"}',1701922865,'cli',NULL,NULL),(11066,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,7,0,'{\"assignid\":\"2\"}',1701922947,'web','73.219.6.51',NULL),(11067,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,8,0,'{\"assignid\":\"2\"}',1701922949,'web','73.219.6.51',NULL),(11068,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,9,0,'{\"assignid\":\"2\"}',1701922952,'web','73.219.6.51',NULL),(11069,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,10,0,'{\"assignid\":\"2\"}',1701922955,'web','73.219.6.51',NULL),(11070,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,11,0,'{\"assignid\":\"2\"}',1701922958,'web','73.219.6.51',NULL),(11071,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,6,0,'{\"assignid\":\"2\"}',1701923011,'web','73.219.6.51',NULL),(11072,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,11,0,'{\"assignid\":\"2\"}',1701923028,'web','73.219.6.51',NULL),(11073,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,12,0,'{\"assignid\":\"2\"}',1701923030,'web','73.219.6.51',NULL),(11074,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,13,0,'{\"assignid\":\"2\"}',1701923033,'web','73.219.6.51',NULL),(11075,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,14,0,'{\"assignid\":\"2\"}',1701923084,'web','73.219.6.51',NULL),(11076,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,15,0,'{\"assignid\":\"2\"}',1701923092,'web','73.219.6.51',NULL),(11077,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,14,0,'{\"assignid\":\"2\"}',1701923095,'web','73.219.6.51',NULL),(11078,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,15,0,'{\"assignid\":\"2\"}',1701923116,'web','73.219.6.51',NULL),(11079,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,16,0,'{\"assignid\":\"2\"}',1701923120,'web','73.219.6.51',NULL),(11080,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,17,0,'{\"assignid\":\"2\"}',1701923132,'web','73.219.6.51',NULL),(11081,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,18,0,'{\"assignid\":\"2\"}',1701923135,'web','73.219.6.51',NULL),(11082,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,19,0,'{\"assignid\":\"2\"}',1701923137,'web','73.219.6.51',NULL),(11083,'\\core\\event\\notification_sent','core','sent','notification','notifications',1384,'c',0,1,10,0,2,0,6,0,'{\"courseid\":\"2\"}',1701923166,'cli',NULL,NULL),(11084,'\\core\\event\\notification_sent','core','sent','notification','notifications',1385,'c',0,1,10,0,2,0,11,0,'{\"courseid\":\"2\"}',1701923168,'cli',NULL,NULL),(11085,'\\core\\event\\notification_sent','core','sent','notification','notifications',1386,'c',0,1,10,0,2,0,23,0,'{\"courseid\":\"2\"}',1701923171,'cli',NULL,NULL),(11086,'\\core\\event\\notification_sent','core','sent','notification','notifications',1387,'c',0,1,10,0,2,0,13,0,'{\"courseid\":\"2\"}',1701923174,'cli',NULL,NULL),(11087,'\\core\\event\\notification_sent','core','sent','notification','notifications',1388,'c',0,1,10,0,2,0,5,0,'{\"courseid\":\"2\"}',1701923176,'cli',NULL,NULL),(11088,'\\core\\event\\notification_sent','core','sent','notification','notifications',1389,'c',0,1,10,0,2,0,20,0,'{\"courseid\":\"2\"}',1701923179,'cli',NULL,NULL),(11089,'\\core\\event\\notification_sent','core','sent','notification','notifications',1390,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"2\"}',1701923182,'cli',NULL,NULL),(11090,'\\core\\event\\notification_sent','core','sent','notification','notifications',1391,'c',0,1,10,0,2,0,19,0,'{\"courseid\":\"2\"}',1701923184,'cli',NULL,NULL),(11091,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,20,0,'{\"assignid\":\"2\"}',1701923212,'web','73.219.6.51',NULL),(11092,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,21,0,'{\"assignid\":\"2\"}',1701923220,'web','73.219.6.51',NULL),(11093,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,22,0,'{\"assignid\":\"2\"}',1701923233,'web','73.219.6.51',NULL),(11094,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,23,0,'{\"assignid\":\"2\"}',1701923243,'web','73.219.6.51',NULL),(11095,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,4,0,'{\"assignid\":\"2\"}',1701923248,'web','73.219.6.51',NULL),(11096,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,23,0,'{\"assignid\":\"2\"}',1701923250,'web','73.219.6.51',NULL),(11097,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701923284,'web','73.219.6.51',NULL),(11098,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1701923289,'web','73.219.6.51',NULL),(11099,'\\core\\event\\notification_sent','core','sent','notification','notifications',1392,'c',0,1,10,0,2,0,6,0,'{\"courseid\":\"2\"}',1701923286,'cli',NULL,NULL),(11100,'\\core\\event\\notification_sent','core','sent','notification','notifications',1393,'c',0,1,10,0,2,0,11,0,'{\"courseid\":\"2\"}',1701923289,'cli',NULL,NULL),(11101,'\\core\\event\\notification_sent','core','sent','notification','notifications',1394,'c',0,1,10,0,2,0,23,0,'{\"courseid\":\"2\"}',1701923291,'cli',NULL,NULL),(11102,'\\core\\event\\notification_sent','core','sent','notification','notifications',1395,'c',0,1,10,0,2,0,13,0,'{\"courseid\":\"2\"}',1701923294,'cli',NULL,NULL),(11103,'\\core\\event\\notification_sent','core','sent','notification','notifications',1396,'c',0,1,10,0,2,0,5,0,'{\"courseid\":\"2\"}',1701923297,'cli',NULL,NULL),(11104,'\\core\\event\\notification_sent','core','sent','notification','notifications',1397,'c',0,1,10,0,2,0,20,0,'{\"courseid\":\"2\"}',1701923300,'cli',NULL,NULL),(11105,'\\core\\event\\notification_sent','core','sent','notification','notifications',1398,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"2\"}',1701923304,'cli',NULL,NULL),(11106,'\\core\\event\\notification_sent','core','sent','notification','notifications',1399,'c',0,1,10,0,2,0,19,0,'{\"courseid\":\"2\"}',1701923306,'cli',NULL,NULL),(11107,'\\core\\event\\notification_sent','core','sent','notification','notifications',1400,'c',0,1,10,0,2,0,6,0,'{\"courseid\":\"2\"}',1701923345,'cli',NULL,NULL),(11108,'\\core\\event\\notification_sent','core','sent','notification','notifications',1401,'c',0,1,10,0,2,0,11,0,'{\"courseid\":\"2\"}',1701923348,'cli',NULL,NULL),(11109,'\\core\\event\\notification_sent','core','sent','notification','notifications',1402,'c',0,1,10,0,2,0,23,0,'{\"courseid\":\"2\"}',1701923351,'cli',NULL,NULL),(11110,'\\core\\event\\notification_sent','core','sent','notification','notifications',1403,'c',0,1,10,0,2,0,13,0,'{\"courseid\":\"2\"}',1701923353,'cli',NULL,NULL),(11111,'\\core\\event\\notification_sent','core','sent','notification','notifications',1404,'c',0,1,10,0,2,0,5,0,'{\"courseid\":\"2\"}',1701923356,'cli',NULL,NULL),(11112,'\\core\\event\\notification_sent','core','sent','notification','notifications',1405,'c',0,1,10,0,2,0,20,0,'{\"courseid\":\"2\"}',1701923359,'cli',NULL,NULL),(11113,'\\core\\event\\notification_sent','core','sent','notification','notifications',1406,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"2\"}',1701923362,'cli',NULL,NULL),(11114,'\\core\\event\\notification_sent','core','sent','notification','notifications',1407,'c',0,1,10,0,2,0,19,0,'{\"courseid\":\"2\"}',1701923365,'cli',NULL,NULL),(11115,'\\core\\event\\notification_sent','core','sent','notification','notifications',1408,'c',0,1,10,0,2,0,6,0,'{\"courseid\":\"2\"}',1701923526,'cli',NULL,NULL),(11116,'\\core\\event\\notification_sent','core','sent','notification','notifications',1409,'c',0,1,10,0,2,0,11,0,'{\"courseid\":\"2\"}',1701923529,'cli',NULL,NULL),(11117,'\\core\\event\\notification_sent','core','sent','notification','notifications',1410,'c',0,1,10,0,2,0,23,0,'{\"courseid\":\"2\"}',1701923531,'cli',NULL,NULL),(11118,'\\core\\event\\notification_sent','core','sent','notification','notifications',1411,'c',0,1,10,0,2,0,13,0,'{\"courseid\":\"2\"}',1701923534,'cli',NULL,NULL),(11119,'\\core\\event\\notification_sent','core','sent','notification','notifications',1412,'c',0,1,10,0,2,0,5,0,'{\"courseid\":\"2\"}',1701923537,'cli',NULL,NULL),(11120,'\\core\\event\\notification_sent','core','sent','notification','notifications',1413,'c',0,1,10,0,2,0,20,0,'{\"courseid\":\"2\"}',1701923539,'cli',NULL,NULL),(11121,'\\core\\event\\notification_sent','core','sent','notification','notifications',1414,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"2\"}',1701923542,'cli',NULL,NULL),(11122,'\\core\\event\\notification_sent','core','sent','notification','notifications',1415,'c',0,1,10,0,2,0,19,0,'{\"courseid\":\"2\"}',1701923545,'cli',NULL,NULL),(11123,'\\core\\event\\notification_sent','core','sent','notification','notifications',1416,'c',0,1,10,0,2,0,6,0,'{\"courseid\":\"2\"}',1701923646,'cli',NULL,NULL),(11124,'\\core\\event\\notification_sent','core','sent','notification','notifications',1417,'c',0,1,10,0,2,0,11,0,'{\"courseid\":\"2\"}',1701923649,'cli',NULL,NULL),(11125,'\\core\\event\\notification_sent','core','sent','notification','notifications',1418,'c',0,1,10,0,2,0,23,0,'{\"courseid\":\"2\"}',1701923651,'cli',NULL,NULL),(11126,'\\core\\event\\notification_sent','core','sent','notification','notifications',1419,'c',0,1,10,0,2,0,13,0,'{\"courseid\":\"2\"}',1701923654,'cli',NULL,NULL),(11127,'\\core\\event\\notification_sent','core','sent','notification','notifications',1420,'c',0,1,10,0,2,0,5,0,'{\"courseid\":\"2\"}',1701923656,'cli',NULL,NULL),(11128,'\\core\\event\\notification_sent','core','sent','notification','notifications',1421,'c',0,1,10,0,2,0,20,0,'{\"courseid\":\"2\"}',1701923660,'cli',NULL,NULL),(11129,'\\core\\event\\notification_sent','core','sent','notification','notifications',1422,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"2\"}',1701923662,'cli',NULL,NULL),(11130,'\\core\\event\\notification_sent','core','sent','notification','notifications',1423,'c',0,1,10,0,2,0,19,0,'{\"courseid\":\"2\"}',1701923666,'cli',NULL,NULL),(11131,'\\core\\event\\notification_sent','core','sent','notification','notifications',1424,'c',0,1,10,0,2,0,6,0,'{\"courseid\":\"2\"}',1701924007,'cli',NULL,NULL),(11132,'\\core\\event\\notification_sent','core','sent','notification','notifications',1425,'c',0,1,10,0,2,0,11,0,'{\"courseid\":\"2\"}',1701924010,'cli',NULL,NULL),(11133,'\\core\\event\\notification_sent','core','sent','notification','notifications',1426,'c',0,1,10,0,2,0,23,0,'{\"courseid\":\"2\"}',1701924013,'cli',NULL,NULL),(11134,'\\core\\event\\notification_sent','core','sent','notification','notifications',1427,'c',0,1,10,0,2,0,13,0,'{\"courseid\":\"2\"}',1701924016,'cli',NULL,NULL),(11135,'\\core\\event\\notification_sent','core','sent','notification','notifications',1428,'c',0,1,10,0,2,0,5,0,'{\"courseid\":\"2\"}',1701924019,'cli',NULL,NULL),(11136,'\\core\\event\\notification_sent','core','sent','notification','notifications',1429,'c',0,1,10,0,2,0,20,0,'{\"courseid\":\"2\"}',1701924022,'cli',NULL,NULL),(11137,'\\core\\event\\notification_sent','core','sent','notification','notifications',1430,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"2\"}',1701924025,'cli',NULL,NULL),(11138,'\\core\\event\\notification_sent','core','sent','notification','notifications',1431,'c',0,1,10,0,2,0,19,0,'{\"courseid\":\"2\"}',1701924028,'cli',NULL,NULL),(11139,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1701928396,'web','59.126.254.7',NULL),(11140,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,19,2,NULL,0,'null',1701928396,'web','59.126.254.7',NULL),(11141,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',25,'r',2,93,70,54,19,2,19,0,'{\"assignid\":\"2\"}',1701928396,'web','59.126.254.7',NULL),(11142,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,19,2,NULL,0,'{\"assignid\":\"2\"}',1701928396,'web','59.126.254.7',NULL),(11143,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1701928408,'web','59.126.254.7',NULL),(11144,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,19,2,NULL,0,'null',1701928413,'web','59.126.254.7',NULL),(11145,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1701928431,'web','59.126.254.7',NULL),(11146,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,19,2,NULL,0,'null',1701928444,'web','59.126.254.7',NULL),(11147,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',2,'r',2,88,70,49,19,2,19,0,'{\"assignid\":\"1\"}',1701928444,'web','59.126.254.7',NULL),(11148,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,19,2,NULL,0,'{\"assignid\":\"1\"}',1701928444,'web','59.126.254.7',NULL),(11149,'\\core\\event\\notification_sent','core','sent','notification','notifications',1432,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"1\"}',1701928445,'cli',NULL,NULL),(11150,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,19,2,19,0,'null',1701929479,'web','59.126.254.7',NULL),(11151,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1701929884,'web','59.126.254.7',NULL),(11152,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701933663,'web','34.245.128.38',NULL),(11153,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701944891,'web','117.56.58.51',NULL),(11154,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1701944920,'web','117.56.58.51',NULL),(11155,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1701944920,'web','117.56.58.51',NULL),(11156,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1701944923,'web','117.56.58.51',NULL),(11157,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,14,2,14,0,'null',1701944928,'web','117.56.58.51',NULL),(11158,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,14,2,NULL,0,'null',1701945019,'web','117.56.58.51',NULL),(11159,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,14,2,NULL,0,'null',1701945052,'web','117.56.58.51',NULL),(11160,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701945625,'web','219.76.163.91',NULL),(11161,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1701945640,'web','219.76.163.91',NULL),(11162,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1701945641,'web','219.76.163.91',NULL),(11163,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1701945643,'web','219.76.163.91',NULL),(11164,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',31,'r',2,94,70,55,15,2,NULL,0,'null',1701945662,'web','219.76.163.91',NULL),(11165,'\\core\\event\\notification_sent','core','sent','notification','notifications',1433,'c',0,1,10,0,0,0,15,0,'{\"courseid\":\"1\"}',1701945666,'cli',NULL,NULL),(11166,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,14,2,NULL,0,'null',1701945780,'web','117.56.58.51',NULL),(11167,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701946725,'web','73.219.6.51',NULL),(11168,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1701946731,'web','73.219.6.51',NULL),(11169,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1701946731,'web','73.219.6.51',NULL),(11170,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701947051,'web','118.167.18.155',NULL),(11171,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1701947056,'web','118.167.18.155',NULL),(11172,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1701947056,'web','118.167.18.155',NULL),(11173,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1701947059,'web','118.167.18.155',NULL),(11174,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,17,2,NULL,0,'null',1701947078,'web','118.167.18.155',NULL),(11175,'\\core\\event\\notification_sent','core','sent','notification','notifications',1434,'c',0,1,10,0,0,0,17,0,'{\"courseid\":\"1\"}',1701947106,'cli',NULL,NULL),(11176,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1701947147,'web','118.167.18.155',NULL),(11177,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,17,2,NULL,0,'null',1701947199,'web','118.167.18.155',NULL),(11178,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1701947212,'web','118.167.18.155',NULL),(11179,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,17,2,NULL,0,'null',1701947288,'web','118.167.18.155',NULL),(11180,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1701947299,'web','118.167.18.155',NULL),(11181,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,17,2,NULL,0,'null',1701947308,'web','118.167.18.155',NULL),(11182,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,17,2,NULL,0,'{\"assignid\":\"1\"}',1701947308,'web','118.167.18.155',NULL),(11183,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1701947313,'web','118.167.18.155',NULL),(11184,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',31,'r',2,94,70,55,17,2,NULL,0,'null',1701947321,'web','118.167.18.155',NULL),(11185,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1701947336,'web','118.167.18.155',NULL),(11186,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',29,'r',2,91,70,52,17,2,NULL,0,'null',1701947341,'web','118.167.18.155',NULL),(11187,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1701947353,'web','118.167.18.155',NULL),(11188,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,17,2,NULL,0,'null',1701947363,'web','118.167.18.155',NULL),(11189,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,17,2,NULL,0,'{\"assignid\":\"2\"}',1701947363,'web','118.167.18.155',NULL),(11190,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1701947368,'web','118.167.18.155',NULL),(11191,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701947949,'web','203.121.235.95',NULL),(11192,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1701947961,'web','203.121.235.95',NULL),(11193,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1701947961,'web','203.121.235.95',NULL),(11194,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1701947977,'web','203.121.235.95',NULL),(11195,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',31,'r',2,94,70,55,6,2,NULL,0,'null',1701948020,'web','203.121.235.95',NULL),(11196,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,6,2,6,0,'null',1701948021,'web','203.121.235.95',NULL),(11197,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1701949288,'web','123.193.70.68',NULL),(11198,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1701949289,'web','123.193.70.68',NULL),(11199,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701951107,'web','61.57.154.42',NULL),(11200,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,5,2,NULL,0,'null',1701952033,'web','123.193.70.68',NULL),(11201,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701952097,'web','92.118.188.229',NULL),(11202,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1701952105,'web','92.118.188.229',NULL),(11203,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1701952106,'web','92.118.188.229',NULL),(11204,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1701952109,'web','92.118.188.229',NULL),(11205,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,23,2,NULL,0,'null',1701952127,'web','92.118.188.229',NULL),(11206,'\\core\\event\\notification_sent','core','sent','notification','notifications',1435,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1701952146,'cli',NULL,NULL),(11207,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',168,'c',2,89,70,50,23,2,NULL,0,'{\"content\":\"<p dir=\\\"ltr\\\" style=\\\"text-align: left;\\\">\\u6211\\u586b\\u5b8c\\u8868\\u5355\\u4e86<br><\\/p>\",\"pathnamehashes\":[],\"discussionid\":12,\"triggeredfrom\":\"forum_add_discussion\"}',1701952266,'web','92.118.188.229',NULL),(11208,'\\mod_forum\\event\\discussion_created','mod_forum','created','discussion','forum_discussions',12,'c',2,89,70,50,23,2,NULL,0,'{\"forumid\":15}',1701952266,'web','92.118.188.229',NULL),(11209,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',128,'c',2,89,70,50,23,2,23,0,'{\"forumid\":15,\"discussion\":12}',1701952266,'web','92.118.188.229',NULL),(11210,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,23,2,NULL,0,'null',1701952267,'web','92.118.188.229',NULL),(11211,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701952633,'web','73.219.6.51',NULL),(11212,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1701952673,'web','175.182.9.196',NULL),(11213,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1701952675,'web','175.182.9.196',NULL),(11214,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1701952679,'web','175.182.9.196',NULL),(11215,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1701952694,'web','175.182.9.196',NULL),(11216,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1701952710,'web','175.182.9.196',NULL),(11217,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,21,2,NULL,0,'null',1701952711,'web','175.182.9.196',NULL),(11218,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701953753,'web','114.253.43.3',NULL),(11219,'\\core\\event\\user_loggedin','core','loggedin','user','user',13,'r',0,1,10,0,13,0,NULL,0,'{\"username\":\"hellenwangbj@163.com\",\"extrauserinfo\":[]}',1701953760,'web','114.253.43.3',NULL),(11220,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1701953760,'web','114.253.43.3',NULL),(11221,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1701953765,'web','114.253.43.3',NULL),(11222,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,13,2,13,0,'null',1701953768,'web','114.253.43.3',NULL),(11223,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,13,2,NULL,0,'null',1701953840,'web','114.253.43.3',NULL),(11224,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',21,'r',2,93,70,54,13,2,13,0,'{\"assignid\":\"2\"}',1701953840,'web','114.253.43.3',NULL),(11225,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,13,2,NULL,0,'{\"assignid\":\"2\"}',1701953840,'web','114.253.43.3',NULL),(11226,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',31,'r',2,94,70,55,13,2,NULL,0,'null',1701953856,'web','114.253.43.3',NULL),(11227,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701953964,'web','111.241.182.124',NULL),(11228,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1701953970,'web','111.241.182.124',NULL),(11229,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1701953970,'web','111.241.182.124',NULL),(11230,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1701953973,'web','111.241.182.124',NULL),(11231,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,11,2,NULL,0,'null',1701953990,'web','111.241.182.124',NULL),(11232,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',37,'r',2,93,70,54,11,2,11,0,'{\"assignid\":\"2\"}',1701953990,'web','111.241.182.124',NULL),(11233,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,11,2,NULL,0,'{\"assignid\":\"2\"}',1701953990,'web','111.241.182.124',NULL),(11234,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,11,2,NULL,0,'null',1701954004,'web','111.241.182.124',NULL),(11235,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',3,'r',2,88,70,49,11,2,11,0,'{\"assignid\":\"1\"}',1701954004,'web','111.241.182.124',NULL),(11236,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,11,2,NULL,0,'{\"assignid\":\"1\"}',1701954004,'web','111.241.182.124',NULL),(11237,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1701954006,'web','121.254.88.214',NULL),(11238,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,20,2,NULL,0,'null',1701954006,'web','121.254.88.214',NULL),(11239,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',7,'r',2,88,70,49,20,2,20,0,'{\"assignid\":\"1\"}',1701954006,'web','121.254.88.214',NULL),(11240,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,20,2,NULL,0,'{\"assignid\":\"1\"}',1701954006,'web','121.254.88.214',NULL),(11241,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',31,'r',2,94,70,55,20,2,NULL,0,'null',1701954011,'web','121.254.88.214',NULL),(11242,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1701954044,'web','114.253.43.3',NULL),(11243,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,11,0,NULL,0,'null',1701954065,'web','111.241.182.124',NULL),(11244,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1701954072,'web','111.241.182.124',NULL),(11245,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,11,2,11,0,'null',1701954076,'web','111.241.182.124',NULL),(11246,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,21,2,NULL,0,'null',1701954085,'web','175.182.9.196',NULL),(11247,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',27,'r',2,93,70,54,21,2,21,0,'{\"assignid\":\"2\"}',1701954085,'web','175.182.9.196',NULL),(11248,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,21,2,NULL,0,'{\"assignid\":\"2\"}',1701954085,'web','175.182.9.196',NULL),(11249,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1701954099,'web','114.253.43.3',NULL),(11250,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,13,2,13,0,'null',1701954103,'web','114.253.43.3',NULL),(11251,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,13,2,NULL,0,'null',1701954114,'web','114.253.43.3',NULL),(11252,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',21,'r',2,93,70,54,13,2,13,0,'{\"assignid\":\"2\"}',1701954114,'web','114.253.43.3',NULL),(11253,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,13,2,NULL,0,'{\"assignid\":\"2\"}',1701954114,'web','114.253.43.3',NULL),(11254,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,21,2,NULL,0,'null',1701954140,'web','175.182.9.196',NULL),(11255,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',10,'r',2,88,70,49,21,2,21,0,'{\"assignid\":\"1\"}',1701954141,'web','175.182.9.196',NULL),(11256,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,21,2,NULL,0,'{\"assignid\":\"1\"}',1701954141,'web','175.182.9.196',NULL),(11257,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,11,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1701954160,'web','111.241.182.124',NULL),(11258,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,21,2,NULL,0,'null',1701954195,'web','175.182.9.196',NULL),(11259,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'null',1701954241,'web','175.182.9.196',NULL),(11260,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1701954260,'web','175.182.9.196',NULL),(11261,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1701954266,'web','175.182.9.196',NULL),(11262,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,21,2,21,0,'null',1701954318,'web','175.182.9.196',NULL),(11263,'\\core\\event\\user_loggedout','core','loggedout','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"sessionid\":\"7g3s2jnav60ome9tult7kfv1l2\"}',1701954851,'web','111.241.182.124',NULL),(11264,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701954851,'web','111.241.182.124',NULL),(11265,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1701955037,'web','175.182.9.196',NULL),(11266,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701955111,'web','118.167.18.155',NULL),(11267,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1701955116,'web','118.167.18.155',NULL),(11268,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1701955116,'web','118.167.18.155',NULL),(11269,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,17,2,NULL,0,'null',1701955118,'web','118.167.18.155',NULL),(11270,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1701955298,'web','111.241.182.124',NULL),(11271,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1701955298,'web','111.241.182.124',NULL),(11272,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1701955303,'web','111.241.182.124',NULL),(11273,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,11,2,NULL,0,'null',1701955313,'web','111.241.182.124',NULL),(11274,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1701955490,'web','111.241.182.124',NULL),(11275,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,11,2,NULL,0,'null',1701955497,'web','111.241.182.124',NULL),(11276,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,11,2,NULL,0,'null',1701955692,'web','111.241.182.124',NULL),(11277,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,2,2,NULL,0,'null',1701955878,'web','73.219.6.51',NULL),(11278,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,5,2,NULL,0,'null',1701955908,'web','123.193.70.68',NULL),(11279,'\\core\\event\\notification_sent','core','sent','notification','notifications',1436,'c',0,1,10,0,23,0,23,0,'{\"courseid\":\"2\"}',1701955926,'cli',NULL,NULL),(11280,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,5,2,NULL,0,'null',1701955979,'web','123.193.70.68',NULL),(11281,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,5,2,NULL,0,'null',1701956072,'web','123.193.70.68',NULL),(11282,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,2,2,NULL,0,'null',1701956230,'web','73.219.6.51',NULL),(11283,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',50,'u',1,89,70,50,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"15\",\"name\":\"\\u533f\\u540d\\u8868\\u55ae\\u9023\\u7d50\\u8207\\u7559\\u8a00\\u8655\"}',1701956249,'web','73.219.6.51',NULL),(11284,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701956250,'web','73.219.6.51',NULL),(11285,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701956259,'web','73.219.6.51',NULL),(11286,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701956275,'web','73.219.6.51',NULL),(11287,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701956285,'web','73.219.6.51',NULL),(11288,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701956348,'web','123.193.251.96',NULL),(11289,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701956357,'web','123.193.251.96',NULL),(11290,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701956368,'web','123.193.251.96',NULL),(11291,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701956370,'web','123.193.251.96',NULL),(11292,'\\core\\event\\user_loggedin','core','loggedin','user','user',7,'r',0,1,10,0,7,0,NULL,0,'{\"username\":\"jen58885888@gmail.com\",\"extrauserinfo\":[]}',1701956383,'web','123.193.251.96',NULL),(11293,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,7,1,NULL,0,'null',1701956383,'web','123.193.251.96',NULL),(11294,'\\core\\event\\notification_sent','core','sent','notification','notifications',1437,'c',0,1,10,0,0,0,7,0,'{\"courseid\":\"1\"}',1701956406,'cli',NULL,NULL),(11295,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,7,0,NULL,0,'null',1701956411,'web','123.193.251.96',NULL),(11296,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,7,1,NULL,0,'null',1701956458,'web','123.193.251.96',NULL),(11297,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701956507,'web','73.219.6.51',NULL),(11298,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1701956511,'web','73.219.6.51',NULL),(11299,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1701956512,'web','73.219.6.51',NULL),(11300,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701956514,'web','73.219.6.51',NULL),(11301,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701956526,'web','73.219.6.51',NULL),(11302,'\\core\\event\\course_module_created','core','created','course_module','course_modules',56,'c',1,95,70,56,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":16,\"name\":\"\\u821e\\u53f0\\u8a2d\\u8a08\\u3001\\u670d\\u88dd\\u8a2d\\u8a08\\u5206\\u4eab\\u5340\"}',1701956596,'web','73.219.6.51',NULL),(11303,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701956596,'web','73.219.6.51',NULL),(11304,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,2,2,NULL,0,'null',1701956604,'web','73.219.6.51',NULL),(11305,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701956612,'web','73.219.6.51',NULL),(11306,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',16,'r',2,95,70,56,2,2,NULL,0,'null',1701956616,'web','73.219.6.51',NULL),(11307,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',169,'c',2,95,70,56,2,2,NULL,0,'{\"content\":\"\\u6b61\\u8fce\\u5728\\u6b64\\u5206\\u4eab\\u4f60\\u7684\\u821e\\u53f0\\u8a2d\\u8a08\\u6216\\u670d\\u88dd\\u8a2d\\u8a08\\u6210\\u54c1\\u3002\",\"pathnamehashes\":[],\"discussionid\":13,\"triggeredfrom\":\"forum_add_discussion\"}',1701956623,'web','73.219.6.51',NULL),(11308,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',56,'u',1,95,70,56,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"16\",\"name\":\"\\u821e\\u53f0\\u8a2d\\u8a08\\u3001\\u670d\\u88dd\\u8a2d\\u8a08\\u5206\\u4eab\\u5340\"}',1701956623,'web','73.219.6.51',NULL),(11309,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701956624,'web','73.219.6.51',NULL),(11310,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',16,'r',2,95,70,56,2,2,NULL,0,'null',1701956628,'web','73.219.6.51',NULL),(11311,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701956631,'web','73.219.6.51',NULL),(11312,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',23,'c',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701956662,'restore','73.219.6.51',NULL),(11313,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',23,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701956662,'restore','73.219.6.51',NULL),(11314,'\\core\\event\\calendar_event_created','core','created','calendar_event','event',3,'c',0,16,50,2,2,2,NULL,0,'{\"repeatid\":0,\"timestart\":1701860400,\"name\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790 (\\u8907\\u88fd)\\u5df2\\u7d93\\u904e\\u671f\"}',1701956662,'web','73.219.6.51',NULL),(11315,'\\core\\event\\course_module_created','core','created','course_module','course_modules',57,'c',1,96,70,57,2,2,NULL,0,'{\"modulename\":\"assign\",\"instanceid\":\"3\",\"name\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790 (\\u8907\\u88fd)\"}',1701956662,'web','73.219.6.51',NULL),(11316,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',57,'u',1,96,70,57,2,2,NULL,0,'{\"modulename\":\"assign\",\"instanceid\":\"3\",\"name\":\"\\u671f\\u672b\\u5831\\u544a\\u7e73\\u4ea4\"}',1701956680,'web','73.219.6.51',NULL),(11317,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',23,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u671f\\u672b\\u5831\\u544a\\u7e73\\u4ea4\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701956680,'web','73.219.6.51',NULL),(11318,'\\core\\event\\calendar_event_updated','core','updated','calendar_event','event',3,'u',0,16,50,2,2,2,NULL,0,'{\"repeatid\":0,\"timestart\":1701860400,\"name\":\"\\u671f\\u672b\\u5831\\u544a\\u7e73\\u4ea4\\u5df2\\u7d93\\u904e\\u671f\"}',1701956680,'web','73.219.6.51',NULL),(11319,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,2,2,NULL,0,'null',1701956689,'web','73.219.6.51',NULL),(11320,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701956811,'web','180.162.18.66',NULL),(11321,'\\core\\event\\calendar_event_updated','core','updated','calendar_event','event',3,'u',0,16,50,2,2,2,NULL,0,'{\"repeatid\":0,\"timestart\":1703174340,\"name\":\"\\u671f\\u672b\\u5831\\u544a\\u7e73\\u4ea4\\u5df2\\u7d93\\u904e\\u671f\"}',1701956822,'web','73.219.6.51',NULL),(11322,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',23,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u671f\\u672b\\u5831\\u544a\\u7e73\\u4ea4\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701956822,'web','73.219.6.51',NULL),(11323,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',23,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u671f\\u672b\\u5831\\u544a\\u7e73\\u4ea4\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701956822,'web','73.219.6.51',NULL),(11324,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1701956822,'web','73.219.6.51',NULL),(11325,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',18,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u524d\\u7f6e\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u627e\\u8cc7\\u6599\\u4e26\\u5beb\\u8a3b\\u89e3\\uff08\\u6b77\\u53f2\\u3001\\u985e\\u578b\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1701956822,'web','73.219.6.51',NULL),(11326,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',19,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u524d\\u7f6e\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u56de\\u7b54\\u300c\\u5167\\u5bb9\\u300d whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1701956823,'web','73.219.6.51',NULL),(11327,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701956823,'web','73.219.6.51',NULL),(11328,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',22,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701956823,'web','73.219.6.51',NULL),(11329,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',23,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u671f\\u672b\\u5831\\u544a\\u7e73\\u4ea4\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701956823,'web','73.219.6.51',NULL),(11330,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1701956823,'web','73.219.6.51',NULL),(11331,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1701956823,'web','73.219.6.51',NULL),(11332,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',57,'u',1,96,70,57,2,2,NULL,0,'{\"modulename\":\"assign\",\"instanceid\":\"3\",\"name\":\"\\u671f\\u672b\\u5831\\u544a\\u7e73\\u4ea4\"}',1701956824,'web','73.219.6.51',NULL),(11333,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,2,2,NULL,0,'null',1701956986,'web','73.219.6.51',NULL),(11334,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,2,2,NULL,0,'{\"assignid\":\"3\"}',1701956986,'web','73.219.6.51',NULL),(11335,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701956997,'web','73.219.6.51',NULL),(11336,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1701956999,'web','73.219.6.51',NULL),(11337,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1701957016,'web','73.219.6.51',NULL),(11338,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',23,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u671f\\u672b\\u5831\\u544a\\u7e73\\u4ea4\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701957029,'web','73.219.6.51',NULL),(11339,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',23,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u671f\\u672b\\u5831\\u544a\\u7e73\\u4ea4\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701957029,'web','73.219.6.51',NULL),(11340,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1701957030,'web','73.219.6.51',NULL),(11341,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',18,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u524d\\u7f6e\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u627e\\u8cc7\\u6599\\u4e26\\u5beb\\u8a3b\\u89e3\\uff08\\u6b77\\u53f2\\u3001\\u985e\\u578b\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1701957030,'web','73.219.6.51',NULL),(11342,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',19,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u524d\\u7f6e\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u56de\\u7b54\\u300c\\u5167\\u5bb9\\u300d whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1701957030,'web','73.219.6.51',NULL),(11343,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701957030,'web','73.219.6.51',NULL),(11344,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',22,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701957030,'web','73.219.6.51',NULL),(11345,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1701957030,'web','73.219.6.51',NULL),(11346,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',16,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1701957030,'web','73.219.6.51',NULL),(11347,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1701957078,'web','73.219.6.51',NULL),(11348,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1701957078,'web','73.219.6.51',NULL),(11349,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1701957078,'web','73.219.6.51',NULL),(11350,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1701957078,'web','73.219.6.51',NULL),(11351,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1701957078,'web','73.219.6.51',NULL),(11352,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1701957079,'web','73.219.6.51',NULL),(11353,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1701957079,'web','73.219.6.51',NULL),(11354,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1701957079,'web','73.219.6.51',NULL),(11355,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1701957079,'web','73.219.6.51',NULL),(11356,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1701957079,'web','73.219.6.51',NULL),(11357,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',17,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516b\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1701957079,'web','73.219.6.51',NULL),(11358,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',20,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e5d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1701957079,'web','73.219.6.51',NULL),(11359,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1701957079,'web','73.219.6.51',NULL),(11360,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1701957079,'web','73.219.6.51',NULL),(11361,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1701957079,'web','73.219.6.51',NULL),(11362,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',18,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u524d\\u7f6e\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u627e\\u8cc7\\u6599\\u4e26\\u5beb\\u8a3b\\u89e3\\uff08\\u6b77\\u53f2\\u3001\\u985e\\u578b\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1701957079,'web','73.219.6.51',NULL),(11363,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',19,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u524d\\u7f6e\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u56de\\u7b54\\u300c\\u5167\\u5bb9\\u300d whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1701957079,'web','73.219.6.51',NULL),(11364,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701957079,'web','73.219.6.51',NULL),(11365,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',22,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701957079,'web','73.219.6.51',NULL),(11366,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',16,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1701957079,'web','73.219.6.51',NULL),(11367,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',16,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1701957079,'web','73.219.6.51',NULL),(11368,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',23,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u671f\\u672b\\u5831\\u544a\\u7e73\\u4ea4\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1701957079,'web','73.219.6.51',NULL),(11369,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1701957083,'web','73.219.6.51',NULL),(11370,'\\core\\event\\user_graded','core','graded','user','grade_grades',394,'u',1,16,50,2,2,2,18,0,'{\"itemid\":\"23\",\"overridden\":true,\"finalgrade\":20}',1701957112,'web','73.219.6.51',NULL),(11371,'\\core\\event\\user_graded','core','graded','user','grade_grades',249,'u',1,16,50,2,-1,2,18,0,'{\"itemid\":\"16\",\"overridden\":false,\"finalgrade\":20}',1701957112,'web','73.219.6.51',NULL),(11372,'\\core\\event\\user_graded','core','graded','user','grade_grades',246,'u',1,16,50,2,-1,2,18,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":20}',1701957112,'web','73.219.6.51',NULL),(11373,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1701957112,'web','73.219.6.51',NULL),(11374,'\\core\\event\\user_graded','core','graded','user','grade_grades',394,'u',1,16,50,2,2,2,18,0,'{\"itemid\":\"23\",\"overridden\":true,\"finalgrade\":null}',1701957121,'web','73.219.6.51',NULL),(11375,'\\core\\event\\user_graded','core','graded','user','grade_grades',249,'u',1,16,50,2,-1,2,18,0,'{\"itemid\":\"16\",\"overridden\":false,\"finalgrade\":null}',1701957121,'web','73.219.6.51',NULL),(11376,'\\core\\event\\user_graded','core','graded','user','grade_grades',246,'u',1,16,50,2,-1,2,18,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":null}',1701957121,'web','73.219.6.51',NULL),(11377,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1701957121,'web','73.219.6.51',NULL),(11378,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701957236,'web','73.219.6.51',NULL),(11379,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,2,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1701957238,'web','73.219.6.51',NULL),(11380,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701957251,'web','73.219.6.51',NULL),(11381,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701957513,'web','73.219.6.51',NULL),(11382,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,2,2,NULL,0,'null',1701957524,'web','73.219.6.51',NULL),(11383,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1701957538,'web','73.219.6.51',NULL),(11384,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1701958248,'web','73.219.6.51',NULL),(11385,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',24,'c',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u8ab2\\u5f8c\\u56de\\u994b\\u52a0\\u5206\",\"itemtype\":\"manual\",\"itemmodule\":null}',1701958337,'web','73.219.6.51',NULL),(11386,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',24,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u8ab2\\u5f8c\\u56de\\u994b\\u52a0\\u5206\",\"itemtype\":\"manual\",\"itemmodule\":null}',1701958337,'web','73.219.6.51',NULL),(11387,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',24,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u8ab2\\u5f8c\\u56de\\u994b\\u52a0\\u5206\",\"itemtype\":\"manual\",\"itemmodule\":null}',1701958337,'web','73.219.6.51',NULL),(11388,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',24,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u8ab2\\u5f8c\\u56de\\u994b\\u52a0\\u5206\",\"itemtype\":\"manual\",\"itemmodule\":null}',1701958337,'web','73.219.6.51',NULL),(11389,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1701966484,'web','147.92.179.107',NULL),(11390,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702013708,'web','54.171.42.78',NULL),(11391,'\\core\\event\\notification_sent','core','sent','notification','notifications',1438,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1702041066,'cli',NULL,NULL),(11392,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702047904,'web','111.241.186.163',NULL),(11393,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1702047919,'web','111.241.186.163',NULL),(11394,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1702047919,'web','111.241.186.163',NULL),(11395,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1702047922,'web','111.241.186.163',NULL),(11396,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,11,2,NULL,0,'null',1702047933,'web','111.241.186.163',NULL),(11397,'\\core\\event\\notification_sent','core','sent','notification','notifications',1439,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"1\"}',1702047965,'cli',NULL,NULL),(11398,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',3,'r',2,31,70,12,11,2,NULL,0,'null',1702048008,'web','111.241.186.163',NULL),(11399,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1702051347,'web','111.241.186.163',NULL),(11400,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1702051349,'web','111.241.186.163',NULL),(11401,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,11,2,NULL,0,'null',1702051356,'web','111.241.186.163',NULL),(11402,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,11,2,NULL,0,'null',1702051389,'web','111.241.186.163',NULL),(11403,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',170,'c',2,89,70,50,11,2,NULL,0,'{\"content\":\"<p dir=\\\"ltr\\\" style=\\\"text-align: left;\\\">\\u300c\\u6211\\u586b\\u5b8c\\u8868\\u55ae\\u4e86\\u300d\\u3002<br><\\/p>\",\"pathnamehashes\":[],\"discussionid\":14,\"triggeredfrom\":\"forum_add_discussion\"}',1702051430,'web','111.241.186.163',NULL),(11404,'\\mod_forum\\event\\discussion_created','mod_forum','created','discussion','forum_discussions',14,'c',2,89,70,50,11,2,NULL,0,'{\"forumid\":15}',1702051430,'web','111.241.186.163',NULL),(11405,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',129,'c',2,89,70,50,11,2,11,0,'{\"forumid\":15,\"discussion\":14}',1702051430,'web','111.241.186.163',NULL),(11406,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,11,2,NULL,0,'null',1702051430,'web','111.241.186.163',NULL),(11407,'\\mod_forum\\event\\discussion_subscription_deleted','mod_forum','deleted','discussion_subscription','forum_discussion_subs',129,'d',2,89,70,50,11,2,11,0,'{\"forumid\":15,\"discussion\":14}',1702051439,'web','111.241.186.163',NULL),(11408,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,11,2,NULL,0,'null',1702051450,'web','111.241.186.163',NULL),(11409,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,11,2,NULL,0,'{\"assignid\":\"3\"}',1702051451,'web','111.241.186.163',NULL),(11410,'\\core\\event\\user_loggedout','core','loggedout','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"sessionid\":\"qnnhbnsq5hr9e343qaa19r9r90\"}',1702051472,'web','111.241.186.163',NULL),(11411,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702051472,'web','111.241.186.163',NULL),(11412,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702103238,'web','198.235.24.139',NULL),(11413,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702105911,'web','205.210.31.136',NULL),(11414,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702107056,'web','125.229.183.111',NULL),(11415,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1702107064,'web','125.229.183.111',NULL),(11416,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1702107064,'web','125.229.183.111',NULL),(11417,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1702107067,'web','125.229.183.111',NULL),(11418,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,22,2,NULL,0,'null',1702107072,'web','125.229.183.111',NULL),(11419,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,22,2,NULL,0,'null',1702107348,'web','125.229.183.111',NULL),(11420,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,22,2,NULL,0,'null',1702107367,'web','125.229.183.111',NULL),(11421,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702128620,'web','52.31.34.236',NULL),(11422,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702133248,'web','198.235.24.36',NULL),(11423,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702157628,'web','65.154.226.166',NULL),(11424,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702161544,'web','65.154.226.167',NULL),(11425,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702162763,'web','199.45.155.19',NULL),(11426,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702175035,'web','199.45.154.51',NULL),(11427,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1702239547,'cli',NULL,NULL),(11428,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702247274,'web','223.104.213.65',NULL),(11429,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702298146,'web','203.121.235.95',NULL),(11430,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1702298156,'web','203.121.235.95',NULL),(11431,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1702298156,'web','203.121.235.95',NULL),(11432,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1702298158,'web','203.121.235.95',NULL),(11433,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',16,'r',2,95,70,56,6,2,NULL,0,'null',1702298172,'web','203.121.235.95',NULL),(11434,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,6,2,NULL,0,'null',1702298192,'web','203.121.235.95',NULL),(11435,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,6,2,NULL,0,'{\"assignid\":\"3\"}',1702298192,'web','203.121.235.95',NULL),(11436,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,6,2,NULL,0,'null',1702298199,'web','203.121.235.95',NULL),(11437,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,6,2,NULL,0,'{\"assignid\":\"3\"}',1702298199,'web','203.121.235.95',NULL),(11438,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,6,2,NULL,0,'null',1702298243,'web','203.121.235.95',NULL),(11439,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1702306110,'web','203.121.235.95',NULL),(11440,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364861,'web','123.58.213.79',NULL),(11441,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364862,'web','123.58.213.79',NULL),(11442,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364862,'web','123.58.213.79',NULL),(11443,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364862,'web','123.58.213.79',NULL),(11444,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364863,'web','123.58.213.79',NULL),(11445,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364863,'web','123.58.213.79',NULL),(11446,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364864,'web','123.58.213.79',NULL),(11447,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364864,'web','123.58.213.79',NULL),(11448,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364867,'web','123.58.213.79',NULL),(11449,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364867,'web','123.58.213.79',NULL),(11450,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364867,'web','123.58.213.79',NULL),(11451,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364869,'web','123.58.213.79',NULL),(11452,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364871,'web','123.58.213.79',NULL),(11453,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364872,'web','123.58.213.79',NULL),(11454,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364872,'web','123.58.213.79',NULL),(11455,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364872,'web','123.58.213.79',NULL),(11456,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364872,'web','123.58.213.79',NULL),(11457,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364872,'web','123.58.213.79',NULL),(11458,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364873,'web','123.58.213.79',NULL),(11459,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364873,'web','123.58.213.79',NULL),(11460,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364873,'web','123.58.213.79',NULL),(11461,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364873,'web','123.58.213.79',NULL),(11462,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364874,'web','123.58.213.79',NULL),(11463,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364874,'web','123.58.213.79',NULL),(11464,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364874,'web','123.58.213.79',NULL),(11465,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364876,'web','123.58.213.79',NULL),(11466,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364876,'web','123.58.213.79',NULL),(11467,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364876,'web','123.58.213.79',NULL),(11468,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702364876,'web','123.58.213.79',NULL),(11469,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702385167,'web','125.229.183.111',NULL),(11470,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1702385190,'web','125.229.183.111',NULL),(11471,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1702385190,'web','125.229.183.111',NULL),(11472,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1702385195,'web','125.229.183.111',NULL),(11473,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,22,2,NULL,0,'null',1702385202,'web','125.229.183.111',NULL),(11474,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',171,'c',2,79,70,40,22,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u671f\\u672b\\u5831\\u544a\\u4e3b\\u984c\\uff1a\\u96fb\\u5f71\\u300a\\u9006\\u8f49\\u4eba\\u751f\\u300b<br \\/>\\n<br \\/>\\n\\u6b77\\u53f2<br \\/>\\n1.\\u6587\\u737b\\u4e00\\uff1a<br \\/>\\n\\u6731\\u7389\\u660c\\uff0c\\u3008\\u5f97\\u7de3\\u9047\\u898b \\u4eca\\u751f\\u7121\\u61be - \\u5f9e\\u9006\\u8f49\\u4eba\\u751f\\u5230\\u5f62\\u5f71\\u4e0d\\u96e2\\u3009\\uff0c2017\\/09\\/07\\uff0chttps:\\/\\/blog.udn.com\\/hanguang\\/108518960<br \\/>\\n\\u6b64\\u7bc7\\u6587\\u7ae0\\u63d0\\u5230\\u4e86\\u300a\\u9006\\u8f49\\u4eba\\u751f\\u300b\\u9019\\u90e8\\u96fb\\u5f71\\u7684\\u5275\\u4f5c\\u4f86\\u6b77--\\u7531\\u771f\\u5be6\\u6545\\u4e8b\\u6539\\u7de8\\uff0c\\u4e26\\u63cf\\u8ff0\\u6545\\u4e8b\\u539f\\u578b\\u4eba\\u7269\\u7684\\u7d93\\u6b77\\u3002<br \\/>\\n2.\\u6587\\u737b\\u4e8c\\uff1a<br \\/>\\n\\u591a\\u591a\\u770b\\u96fb\\u5f71\\uff0c\\u3008\\u6d3b\\u500b\\u7cbe\\u5f69\\uff5c\\u7f8e\\u570b\\u7248\\u300a\\u9006\\u8f49\\u4eba\\u751f\\u300b\\uff013\\u5ea6\\u7ffb\\u62cd\\u7684\\u7d93\\u5178\\u6545\\u4e8b\\uff0c\\u7248\\u672c\\u5927\\u8a55\\u6bd4\\uff01\\u3009\\uff0c2019\\/3\\uff0chttps:\\/\\/ddm.com.tw\\/blog\\/post\\/the-upside<br \\/>\\n\\u300a\\u9006\\u8f49\\u4eba\\u751f\\u300b\\u5728\\u6cd5\\u570b\\u53eb\\u597d\\u53c8\\u53eb\\u5ea7\\uff0c\\u5f71\\u97ff\\u6240\\u53ca\\uff0c\\u8a31\\u591a\\u570b\\u5bb6\\u4e5f\\u7ffb\\u62cd\\u4e0d\\u540c\\u7248\\u672c\\uff0c\\u5728\\u9019\\u7bc7\\u6587\\u7ae0\\u88e1\\uff0c\\u628a\\u4e0d\\u540c\\u7248\\u672c\\u505a\\u4e86\\u5927\\u6982\\u7684\\u6bd4\\u8f03\\uff0c\\u4e5f\\u80fd\\u5f9e\\u4e2d\\u4e86\\u89e3\\u9019\\u90e8\\u96fb\\u5f71\\u7684\\u7279\\u8272\\u3002<br \\/>\\n<br \\/>\\n\\u5167\\u5bb9<br \\/>\\n3.\\u6587\\u737b\\u4e09\\uff1a<br \\/>\\n\\u8cf4\\u4fe1\\u5b8f\\uff0c\\u3008\\u96fb\\u5f71\\u300a\\u9006\\u8f49\\u4eba\\u751f\\u300b\\u7684\\u751f\\u547d\\u50f9\\u503c\\u89c0\\u5c0d\\u9752\\u5c11\\u5e74\\u6210\\u9577\\u7684\\u555f\\u793a\\u3009\\uff0c(\\u81fa\\u7063\\u6559\\u80b2\\u8a55\\u8ad6\\u6708\\u520a\\uff0c2018\\/7)\\uff0chttp:\\/\\/www.ater.org.tw\\/journal\\/article\\/7-10\\/free\\/20.pdf<br \\/>\\n\\u4f5c\\u8005\\u5f9e\\u751f\\u547d\\u6559\\u80b2\\u7684\\u9818\\u57df\\u4f86\\u63a2\\u8a0e\\u9019\\u90e8\\u96fb\\u5f71\\uff0c\\u900f\\u904e\\u5206\\u6790\\u6545\\u4e8b\\u4e3b\\u89d2\\u4eba\\u7269\\u7684\\u6027\\u683c\\uff0c\\u5c0e\\u5f15\\u5230\\u751f\\u547d\\u50f9\\u503c\\u89c0\\u7684\\u8b70\\u984c\\u3002<br \\/>\\n\\u985e\\u578b<br \\/>\\n4.\\u6587\\u737b\\u56db\\uff1a<br \\/>\\n\\u5f35\\u6052\\u8c6a\\u8207\\u738b\\u975c\\u5100\\uff0c\\u3008\\u5f9e\\u300c\\u6b98\\u969c\\u300d\\u5230\\u300c\\u8eab\\u5fc3\\u969c\\u7919\\u300d\\uff1a \\u969c\\u7919\\u6a19\\u7c64\\u8207\\u8ad6\\u8ff0\\u7684\\u65b0\\u805e\\u5167\\u5bb9\\u5206\\u6790\\u3009\\uff0c(\\u53f0\\u7063\\u793e\\u6703\\u5b78\\u7b2c 31 \\u671f\\uff0c2016\\/6)\\uff0chttps:\\/\\/ir.nctu.edu.tw\\/bitstream\\/11536\\/157781\\/1\\/Router-2012-15-4.pdf<br \\/>\\n\\u672c\\u7bc7\\u7814\\u7a76\\u8ad6\\u6587\\u5728\\u63a2\\u8a0e\\u5a92\\u9ad4\\u5982\\u4f55\\u518d\\u73fe\\u8eab\\u5fc3\\u969c\\u7919\\u8005\\uff0c\\u96d6\\u7136\\u6587\\u7ae0\\u805a\\u7126\\u5728\\u65b0\\u805e\\u5831\\u5c0e\\uff0c\\u4f46\\u662f\\u5c0d\\u65bc\\u96fb\\u5f71\\u985e\\u578b\\u800c\\u8a00\\u4e5f\\u6709\\u76f8\\u7576\\u7684\\u53c3\\u8003\\u50f9\\u503c\\u3002<br \\/>\\n\\u6587\\u5316<br \\/>\\n5.\\u6587\\u737b\\u4e94\\uff1a<br \\/>\\n\\u9673\\u6587\\u73ca\\uff0c\\u3008\\u8eab\\u5fc3\\u969c\\u7919\\u8005\\u7684\\u5065\\u5eb7\\u7167\\u9867\\u662f\\u51fa\\u65bc\\u793e\\u6703\\u6b63\\u7fa9\\u7684\\u9053\\u5fb7\\u8981\\u6c42\\u55ce\\uff1f\\u3009\\uff0c(\\u7389\\u795e\\u5b78\\u5831\\u7b2c16\\u671f\\uff0c2009\\/6)\\uff0chttps:\\/\\/resource.iyp.tw\\/static.iyp.tw\\/26459\\/files\\/60468426-023f-43c4-8081-901001db0a62.pdf<br \\/>\\n\\u4f5c\\u8005\\u5206\\u5225\\u5f9e\\u7f85\\u723e\\u65af\\u7684\\u6b63\\u7fa9\\u8ad6\\u8207\\u8056\\u7d93\\u7684\\u89c0\\u9ede\\u4f86\\u5206\\u6790\\u8eab\\u5fc3\\u969c\\u7919\\u8005\\u7684\\u7167\\u9867\\u8b70\\u984c\\uff0c\\u63d0\\u5230\\u4e86\\u8b93\\u8eab\\u5fc3\\u969c\\u7919\\u8005\\u56de\\u6b78\\u5230\\u793e\\u7fa4\\u7684\\u91cd\\u8981\\u6027\\u3002\\u5979\\u7684\\u89c0\\u9ede\\u547c\\u61c9\\u4e86\\u5f71\\u7247\\u4e2d\\uff0c\\u770b\\u8b77\\u7a4d\\u6975\\u5730\\u5e36\\u8457\\u4e3b\\u89d2\\u91cd\\u65b0\\u56de\\u5230\\u4ee5\\u524d\\u7684\\u751f\\u6d3b\\u578b\\u614b\\u6216\\u662f\\u4eba\\u969b\\u4ea4\\u5f80\\u7576\\u4e2d\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1702386086,'web','125.229.183.111',NULL),(11475,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',171,'c',2,79,70,40,22,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1702386086,'web','125.229.183.111',NULL),(11476,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',130,'c',2,79,70,40,22,2,22,0,'{\"forumid\":12,\"discussion\":9}',1702386086,'web','125.229.183.111',NULL),(11477,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,22,2,NULL,0,'null',1702386087,'web','125.229.183.111',NULL),(11478,'\\core\\event\\notification_sent','core','sent','notification','notifications',1440,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1702386665,'cli',NULL,NULL),(11479,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,22,2,NULL,0,'null',1702388148,'web','125.229.183.111',NULL),(11480,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,22,2,NULL,0,'null',1702389299,'web','125.229.183.111',NULL),(11481,'\\core\\event\\notification_sent','core','sent','notification','notifications',1441,'c',0,1,10,0,22,0,6,0,'{\"courseid\":\"2\"}',1702389727,'cli',NULL,NULL),(11482,'\\core\\event\\notification_sent','core','sent','notification','notifications',1442,'c',0,1,10,0,22,0,11,0,'{\"courseid\":\"2\"}',1702389731,'cli',NULL,NULL),(11483,'\\core\\event\\notification_sent','core','sent','notification','notifications',1443,'c',0,1,10,0,22,0,23,0,'{\"courseid\":\"2\"}',1702389735,'cli',NULL,NULL),(11484,'\\core\\event\\notification_sent','core','sent','notification','notifications',1444,'c',0,1,10,0,22,0,13,0,'{\"courseid\":\"2\"}',1702389738,'cli',NULL,NULL),(11485,'\\core\\event\\notification_sent','core','sent','notification','notifications',1445,'c',0,1,10,0,22,0,5,0,'{\"courseid\":\"2\"}',1702389742,'cli',NULL,NULL),(11486,'\\core\\event\\notification_sent','core','sent','notification','notifications',1446,'c',0,1,10,0,22,0,21,0,'{\"courseid\":\"2\"}',1702389744,'cli',NULL,NULL),(11487,'\\core\\event\\notification_sent','core','sent','notification','notifications',1447,'c',0,1,10,0,22,0,20,0,'{\"courseid\":\"2\"}',1702389748,'cli',NULL,NULL),(11488,'\\core\\event\\notification_sent','core','sent','notification','notifications',1448,'c',0,1,10,0,22,0,22,0,'{\"courseid\":\"2\"}',1702389751,'cli',NULL,NULL),(11489,'\\core\\event\\notification_sent','core','sent','notification','notifications',1449,'c',0,1,10,0,22,0,2,0,'{\"courseid\":\"2\"}',1702389754,'cli',NULL,NULL),(11490,'\\core\\event\\notification_sent','core','sent','notification','notifications',1450,'c',0,1,10,0,22,0,19,0,'{\"courseid\":\"2\"}',1702389759,'cli',NULL,NULL),(11491,'\\core\\event\\notification_sent','core','sent','notification','notifications',1451,'c',0,1,10,0,22,0,14,0,'{\"courseid\":\"2\"}',1702389762,'cli',NULL,NULL),(11492,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,22,2,NULL,0,'null',1702389937,'web','125.229.183.111',NULL),(11493,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1702412347,'cli',NULL,NULL),(11494,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1702435859,'web','175.182.9.196',NULL),(11495,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,21,2,NULL,0,'null',1702435859,'web','175.182.9.196',NULL),(11496,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1702492884,'web','130.132.173.216',NULL),(11497,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702492885,'web','65.154.226.166',NULL),(11498,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',9,'r',2,79,70,40,2,2,NULL,0,'null',1702492885,'web','130.132.173.216',NULL),(11499,'\\core\\event\\notification_sent','core','sent','notification','notifications',1452,'c',0,1,10,0,0,0,2,0,'{\"courseid\":\"1\"}',1702492926,'cli',NULL,NULL),(11500,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',172,'c',2,79,70,40,2,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u8b1d\\u8b1d\\u66c9\\u96ef\\uff01\\u9019\\u4e9b\\u8cc7\\u6599\\u627e\\u5f97\\u597d\\uff0c\\u5e0c\\u671b\\u5c0d\\u4f60\\u7684\\u5831\\u544a\\u5beb\\u4f5c\\u6709\\u5e6b\\u52a9\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1702492953,'web','130.132.173.216',NULL),(11501,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',172,'c',2,79,70,40,2,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1702492953,'web','130.132.173.216',NULL),(11502,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',9,'r',2,79,70,40,2,2,NULL,0,'null',1702492953,'web','130.132.173.216',NULL),(11503,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1702492960,'web','130.132.173.216',NULL),(11504,'\\core\\event\\user_graded','core','graded','user','grade_grades',293,'u',1,16,50,2,2,2,22,0,'{\"itemid\":\"18\",\"overridden\":false,\"finalgrade\":6}',1702492994,'web','130.132.173.216',NULL),(11505,'\\core\\event\\user_graded','core','graded','user','grade_grades',197,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":26}',1702492994,'web','130.132.173.216',NULL),(11506,'\\core\\event\\user_graded','core','graded','user','grade_grades',14,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":90.933329999999998}',1702492994,'web','130.132.173.216',NULL),(11507,'\\core\\event\\notification_sent','core','sent','notification','notifications',1453,'c',0,1,10,0,2,0,6,0,'{\"courseid\":\"2\"}',1702496587,'cli',NULL,NULL),(11508,'\\core\\event\\notification_sent','core','sent','notification','notifications',1454,'c',0,1,10,0,2,0,11,0,'{\"courseid\":\"2\"}',1702496590,'cli',NULL,NULL),(11509,'\\core\\event\\notification_sent','core','sent','notification','notifications',1455,'c',0,1,10,0,2,0,23,0,'{\"courseid\":\"2\"}',1702496594,'cli',NULL,NULL),(11510,'\\core\\event\\notification_sent','core','sent','notification','notifications',1456,'c',0,1,10,0,2,0,13,0,'{\"courseid\":\"2\"}',1702496597,'cli',NULL,NULL),(11511,'\\core\\event\\notification_sent','core','sent','notification','notifications',1457,'c',0,1,10,0,2,0,5,0,'{\"courseid\":\"2\"}',1702496599,'cli',NULL,NULL),(11512,'\\core\\event\\notification_sent','core','sent','notification','notifications',1458,'c',0,1,10,0,2,0,21,0,'{\"courseid\":\"2\"}',1702496603,'cli',NULL,NULL),(11513,'\\core\\event\\notification_sent','core','sent','notification','notifications',1459,'c',0,1,10,0,2,0,20,0,'{\"courseid\":\"2\"}',1702496606,'cli',NULL,NULL),(11514,'\\core\\event\\notification_sent','core','sent','notification','notifications',1460,'c',0,1,10,0,2,0,22,0,'{\"courseid\":\"2\"}',1702496609,'cli',NULL,NULL),(11515,'\\core\\event\\notification_sent','core','sent','notification','notifications',1461,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"2\"}',1702496612,'cli',NULL,NULL),(11516,'\\core\\event\\notification_sent','core','sent','notification','notifications',1462,'c',0,1,10,0,2,0,19,0,'{\"courseid\":\"2\"}',1702496614,'cli',NULL,NULL),(11517,'\\core\\event\\notification_sent','core','sent','notification','notifications',1463,'c',0,1,10,0,2,0,14,0,'{\"courseid\":\"2\"}',1702496618,'cli',NULL,NULL),(11518,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"en_us\"}',1702498747,'cli',NULL,NULL),(11519,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702524310,'web','145.220.91.19',NULL),(11520,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702538463,'web','34.245.128.38',NULL),(11521,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702547114,'web','147.92.179.107',NULL),(11522,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702551787,'web','153.122.73.25',NULL),(11523,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"reason\":3}',1702554535,'web','125.229.183.111',NULL),(11524,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1702554541,'web','125.229.183.111',NULL),(11525,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1702554541,'web','125.229.183.111',NULL),(11526,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1702554544,'web','125.229.183.111',NULL),(11527,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,22,2,NULL,0,'null',1702554550,'web','125.229.183.111',NULL),(11528,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702554726,'web','125.229.183.111',NULL),(11529,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702555218,'web','123.193.251.100',NULL),(11530,'\\core\\event\\user_loggedin','core','loggedin','user','user',7,'r',0,1,10,0,7,0,NULL,0,'{\"username\":\"jen58885888@gmail.com\",\"extrauserinfo\":[]}',1702555226,'web','123.193.251.100',NULL),(11531,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,7,1,NULL,0,'null',1702555226,'web','123.193.251.100',NULL),(11532,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,7,2,NULL,0,'null',1702555233,'web','123.193.251.100',NULL),(11533,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,7,2,NULL,0,'null',1702555249,'web','123.193.251.100',NULL),(11534,'\\core\\event\\notification_sent','core','sent','notification','notifications',1464,'c',0,1,10,0,0,0,7,0,'{\"courseid\":\"1\"}',1702555266,'cli',NULL,NULL),(11535,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702556879,'web','123.193.70.68',NULL),(11536,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1702556885,'web','123.193.70.68',NULL),(11537,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,5,1,NULL,0,'null',1702556886,'web','123.193.70.68',NULL),(11538,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1702556888,'web','123.193.70.68',NULL),(11539,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,5,2,NULL,0,'null',1702556896,'web','123.193.70.68',NULL),(11540,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,5,2,NULL,0,'null',1702556899,'web','123.193.70.68',NULL),(11541,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,5,2,NULL,0,'null',1702556899,'web','123.193.70.68',NULL),(11542,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1702604189,'web','114.24.79.192',NULL),(11543,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1702604189,'web','114.24.79.192',NULL),(11544,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',16,'r',2,95,70,56,5,2,NULL,0,'null',1702604199,'web','114.24.79.192',NULL),(11545,'\\core\\event\\notification_sent','core','sent','notification','notifications',1465,'c',0,1,10,0,0,0,5,0,'{\"courseid\":\"1\"}',1702604226,'cli',NULL,NULL),(11546,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702604489,'web','8.218.241.55',NULL),(11547,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,5,2,NULL,0,'null',1702604512,'web','114.24.79.192',NULL),(11548,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,5,2,NULL,0,'null',1702604515,'web','114.24.79.192',NULL),(11549,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',8,'r',2,88,70,49,5,2,5,0,'{\"assignid\":\"1\"}',1702604515,'web','114.24.79.192',NULL),(11550,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,5,2,NULL,0,'{\"assignid\":\"1\"}',1702604515,'web','114.24.79.192',NULL),(11551,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,5,2,NULL,0,'null',1702604526,'web','114.24.79.192',NULL),(11552,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',31,'r',2,93,70,54,5,2,5,0,'{\"assignid\":\"2\"}',1702604527,'web','114.24.79.192',NULL),(11553,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,5,2,NULL,0,'{\"assignid\":\"2\"}',1702604527,'web','114.24.79.192',NULL),(11554,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702604910,'web','8.218.241.55',NULL),(11555,'\\core\\event\\user_loggedin','core','loggedin','user','user',8,'r',0,1,10,0,8,0,NULL,0,'{\"username\":\"0966487235\",\"extrauserinfo\":[]}',1702604922,'web','8.218.241.55',NULL),(11556,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,8,1,NULL,0,'null',1702604922,'web','8.218.241.55',NULL),(11557,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,8,2,NULL,0,'null',1702604926,'web','8.218.241.55',NULL),(11558,'\\core\\event\\notification_sent','core','sent','notification','notifications',1466,'c',0,1,10,0,0,0,8,0,'{\"courseid\":\"1\"}',1702604946,'cli',NULL,NULL),(11559,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,8,2,NULL,0,'null',1702604952,'web','8.218.241.55',NULL),(11560,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,8,2,NULL,0,'{\"assignid\":\"3\"}',1702604952,'web','8.218.241.55',NULL),(11561,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,8,2,NULL,0,'null',1702604973,'web','8.218.241.55',NULL),(11562,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',16,'r',2,95,70,56,8,2,NULL,0,'null',1702604981,'web','8.218.241.55',NULL),(11563,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,8,2,NULL,0,'null',1702605007,'web','8.218.241.55',NULL),(11564,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,8,2,NULL,0,'{\"assignid\":\"2\"}',1702605007,'web','8.218.241.55',NULL),(11565,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,8,2,NULL,0,'null',1702605032,'web','8.218.241.55',NULL),(11566,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,8,2,NULL,0,'{\"assignid\":\"1\"}',1702605032,'web','8.218.241.55',NULL),(11567,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,8,2,NULL,0,'null',1702605043,'web','8.218.241.55',NULL),(11568,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702606319,'web','104.245.12.203',NULL),(11569,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702606670,'web','104.245.12.203',NULL),(11570,'\\core\\event\\user_loggedin','core','loggedin','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"extrauserinfo\":[]}',1702606686,'web','104.245.12.203',NULL),(11571,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,16,1,NULL,0,'null',1702606687,'web','104.245.12.203',NULL),(11572,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1702606698,'web','104.245.12.203',NULL),(11573,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,16,2,16,0,'null',1702606702,'web','104.245.12.203',NULL),(11574,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,16,2,NULL,0,'null',1702606743,'web','104.245.12.203',NULL),(11575,'\\core\\event\\notification_sent','core','sent','notification','notifications',1467,'c',0,1,10,0,0,0,16,0,'{\"courseid\":\"1\"}',1702606746,'cli',NULL,NULL),(11576,'\\core\\event\\user_loggedin','core','loggedin','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"extrauserinfo\":[]}',1702608860,'web','101.228.214.132',NULL),(11577,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,16,2,NULL,0,'null',1702608860,'web','101.228.214.132',NULL),(11578,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,16,2,NULL,0,'null',1702608889,'web','104.245.12.203',NULL),(11579,'\\core\\event\\notification_sent','core','sent','notification','notifications',1468,'c',0,1,10,0,0,0,16,0,'{\"courseid\":\"1\"}',1702608906,'cli',NULL,NULL),(11580,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702611606,'web','104.245.12.203',NULL),(11581,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702611609,'web','104.245.12.203',NULL),(11582,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,16,1,NULL,0,'null',1702614486,'web','104.245.12.203',NULL),(11583,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1702614491,'web','104.245.12.203',NULL),(11584,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,16,2,16,0,'null',1702614502,'web','104.245.12.203',NULL),(11585,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,16,2,NULL,0,'null',1702614530,'web','104.245.12.203',NULL),(11586,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,16,2,NULL,0,'null',1702615295,'web','104.245.12.203',NULL),(11587,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,16,2,NULL,0,'null',1702615303,'web','104.245.12.203',NULL),(11588,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,8,2,NULL,0,'null',1702617391,'web','8.218.241.55',NULL),(11589,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,8,2,NULL,0,'null',1702617403,'web','8.218.241.55',NULL),(11590,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',173,'c',2,79,70,40,16,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u671f\\u672b\\u5831\\u544a\\u4e3b\\u984c\\uff1a\\u6559\\u6848-\\u300a\\u5371\\u96aa\\u7684\\u65c5\\u9014\\u300b\\u6232\\u5287\\u904a\\u6232<br \\/>\\n<br \\/>\\n\\u53c3\\u8003\\u8cc7\\u6599\\uff1a<br \\/>\\n1.\\u6587\\u737b\\u4e00\\uff1a<br \\/>\\n\\u7d04\\u7ff0\\u02d9\\u73ed\\u63da\\u300a\\u5929\\u8def\\u6b77\\u7a0b\\u300b\\uff08\\u5ee3\\u897f\\u5e2b\\u7bc4\\u5927\\u5b78\\u51fa\\u7248\\u793e\\u532f\\u7de8\\uff0c 2016\\u5e74\\u3002\\uff09\\u672c\\u66f8\\u662f\\u4e00\\u672c\\u57fa\\u7763\\u6559\\u9810\\u8a00\\u9ad4\\u5c0f\\u8aaa\\uff0c\\u5f9e\\u5275\\u4f5c\\u81f3\\u4eca300\\u591a\\u5e74\\u4f86\\uff0c\\u5404\\u65b9\\u5404\\u5730\\u7684\\u4eba\\u95b1\\u8b80\\u5b83\\uff0c\\u50b3\\u980c\\u5b83\\uff0c\\u6210\\u70ba\\u7d93\\u5178\\uff0c\\u767c\\u884c\\u91cf\\u50c5\\u6b21\\u65bc\\u300a\\u8056\\u7d93\\u300b\\u3002\\u4f5c\\u8005\\u672a\\u53d7\\u904e\\u6b63\\u898f\\u6559\\u80b2\\uff0c\\u64da\\u8aaa\\u4e00\\u751f\\u6240\\u8b80\\u4e4b\\u66f8\\u4e0d\\u8d85\\u904e5\\u672c\\uff0c\\u9019\\u4e9b\\u5728\\u4f5c\\u8005\\u751f\\u547d\\u4e2d\\u7368\\u7279\\u800c\\u5de8\\u5927\\u7684\\u53cd\\u5dee\\uff0c\\u537b\\u7d66\\u4e00\\u4ee3\\u53c8\\u4e00\\u4ee3\\u7684\\u4eba\\u5e36\\u4f86\\u6df1\\u9060\\u5f71\\u97ff\\u3002\\u7d42\\u6975\\u95dc\\u61f7\\u65b9\\u9762\\uff0c\\u6709\\u4f7f\\u4e16\\u754c\\u6b78\\u6b63\\u7684\\u610f\\u5716\\u3002<br \\/>\\n<br \\/>\\n2.\\u6587\\u737b\\u4e8c\\uff1a<br \\/>\\n\\u6d77\\u4f26L.\\u6cf0\\u52d2\\u300a\\u5c0f\\u5c0f\\u5929\\u8def\\u5ba2\\u300b\\uff08\\u6709\\u8072\\u66f8\\uff0c1967\\u5e74\\uff09\\u4f5c\\u8005\\u4e8c\\u6b21\\u89e3\\u8b80\\u540d\\u8457\\u3002\\u53ef\\u4ee5\\u89c0\\u5bdf\\u8a72\\u4f5c\\u8005\\u5c0d\\u65bc\\u5b69\\u5b50\\u4f5c\\u70ba\\u5c0d\\u8c61\\u6240\\u8f38\\u51fa\\u7684\\u8996\\u89d2\\u3002https:\\/\\/www.fuyinfm.com\\/content\\/view\\/movid\\/3384\\/<br \\/>\\n<br \\/>\\n3.\\u6587\\u737b\\u4e09\\uff1a<br \\/>\\n\\u5a01\\u5ec9\\u02d9\\u5e03\\u840a\\u514b \\u6c34\\u5f69\\u7cfb\\u5217\\u63d2\\u756b\\uff08\\u7d10\\u7d04\\u76e4\\u65cb\\u51fa\\u7248\\u793e 1941\\u5e74\\uff09\\u3002\\u5305\\u62ec\\u5b8c\\u6210\\u8207\\u672a\\u5b8c\\u6210\\u7684\\u4f5c\\u54c1\\u5171\\u8a0829\\u5e45\\u3002 \\u76f8\\u9694\\u767e\\u5e74\\u65bc1824\\u5e74\\uff0c\\u5169\\u4f4d\\u82f1\\u570b\\u6587\\u58c7\\u4eba\\u7269\\u5728\\u300a\\u5929\\u8def\\u6b77\\u7a0b\\u300b\\u76f8\\u9047\\uff0c\\u5171\\u540c\\u8a6e\\u91cb\\u3002 \\u53c8\\u4e00\\u500b\\u767e\\u5e74\\u5f8c\\u76841941\\u5e74\\u5728\\u7d10\\u7d04\\u4e45\\u8ca0\\u76db\\u540d\\u7684\\u756b\\u5eca\\u4e2d\\u9996\\u6b21\\u5c55\\u51fa\\uff0c\\u65bc\\u8b80\\u8005\\u898b\\u9762\\u4e86\\u3002\\u8a72\\u7e6a\\u756b\\u4f5c\\u54c1\\u7e6a\\u756b\\u8207\\u6587\\u5b78\\u7684\\u7d50\\u5408\\uff0c\\u5c0d\\u65bc\\u555f\\u660e\\u73ed\\u63da\\u7684\\u9810\\u8a00\\uff0c\\u53ef\\u8b02\\u52a9\\u76ca\\u532a\\u6dfa\\u3002<br \\/>\\n<br \\/>\\n4.\\u6587\\u737b\\u56db\\uff1a<br \\/>\\n\\u51f1\\u745f\\u7433\\u02d9\\u67e5\\u5207\\u65af\\u7279\\u300a\\u5152\\u7ae5\\u6232\\u5287\\u904a\\u6232\\u300b\\uff08\\u4e0a\\u6d77\\u6587\\u5316\\u51fa\\u7248\\u793e2019\\u5e74\\uff09\\u7368\\u7acb\\u6232\\u5287\\u904a\\u6232\\uff0c\\u6559\\u5b78\\u63d0\\u793a\\u7c21\\u55ae\\u6e05\\u6670\\uff0c\\u6613\\u65bc\\u64cd\\u4f5c\\u3002<br \\/>\\n<br \\/>\\n5.\\u6587\\u737b\\u4e94\\uff1a<br \\/>\\n\\u684c\\u904a\\u300a\\u5929\\u8def\\u6b77\\u7a0b\\u300b\\uff08\\u5b97\\u6559\\u6559\\u80b2\\u4e2d\\u5fc3 2016\\u5e74\\uff09\\u53ef\\u8996\\u5316\\u7684\\u904a\\u6232\\u8def\\u7dda\\uff0c\\u9069\\u7528\\u65bc\\u5168\\u4eba\\u7fa4\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1702617928,'web','104.245.12.241',NULL),(11591,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',173,'c',2,79,70,40,16,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1702617928,'web','104.245.12.241',NULL),(11592,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',131,'c',2,79,70,40,16,2,16,0,'{\"forumid\":12,\"discussion\":9}',1702617928,'web','104.245.12.241',NULL),(11593,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,16,2,NULL,0,'null',1702617931,'web','104.245.12.241',NULL),(11594,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,16,2,NULL,0,'null',1702617943,'web','104.245.12.241',NULL),(11595,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,16,2,NULL,0,'null',1702617960,'web','104.245.12.241',NULL),(11596,'\\core\\event\\notification_sent','core','sent','notification','notifications',1469,'c',0,1,10,0,16,0,6,0,'{\"courseid\":\"2\"}',1702621566,'cli',NULL,NULL),(11597,'\\core\\event\\notification_sent','core','sent','notification','notifications',1470,'c',0,1,10,0,16,0,11,0,'{\"courseid\":\"2\"}',1702621569,'cli',NULL,NULL),(11598,'\\core\\event\\notification_sent','core','sent','notification','notifications',1471,'c',0,1,10,0,16,0,23,0,'{\"courseid\":\"2\"}',1702621572,'cli',NULL,NULL),(11599,'\\core\\event\\notification_sent','core','sent','notification','notifications',1472,'c',0,1,10,0,16,0,13,0,'{\"courseid\":\"2\"}',1702621575,'cli',NULL,NULL),(11600,'\\core\\event\\notification_sent','core','sent','notification','notifications',1473,'c',0,1,10,0,16,0,5,0,'{\"courseid\":\"2\"}',1702621578,'cli',NULL,NULL),(11601,'\\core\\event\\notification_sent','core','sent','notification','notifications',1474,'c',0,1,10,0,16,0,21,0,'{\"courseid\":\"2\"}',1702621581,'cli',NULL,NULL),(11602,'\\core\\event\\notification_sent','core','sent','notification','notifications',1475,'c',0,1,10,0,16,0,20,0,'{\"courseid\":\"2\"}',1702621583,'cli',NULL,NULL),(11603,'\\core\\event\\notification_sent','core','sent','notification','notifications',1476,'c',0,1,10,0,16,0,16,0,'{\"courseid\":\"2\"}',1702621586,'cli',NULL,NULL),(11604,'\\core\\event\\notification_sent','core','sent','notification','notifications',1477,'c',0,1,10,0,16,0,22,0,'{\"courseid\":\"2\"}',1702621589,'cli',NULL,NULL),(11605,'\\core\\event\\notification_sent','core','sent','notification','notifications',1478,'c',0,1,10,0,16,0,2,0,'{\"courseid\":\"2\"}',1702621592,'cli',NULL,NULL),(11606,'\\core\\event\\notification_sent','core','sent','notification','notifications',1479,'c',0,1,10,0,16,0,19,0,'{\"courseid\":\"2\"}',1702621594,'cli',NULL,NULL),(11607,'\\core\\event\\notification_sent','core','sent','notification','notifications',1480,'c',0,1,10,0,16,0,14,0,'{\"courseid\":\"2\"}',1702621597,'cli',NULL,NULL),(11608,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1702624512,'web','175.182.9.196',NULL),(11609,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,21,2,NULL,0,'null',1702624513,'web','175.182.9.196',NULL),(11610,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'null',1702624522,'web','175.182.9.196',NULL),(11611,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1702624526,'web','175.182.9.196',NULL),(11612,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1702624528,'web','175.182.9.196',NULL),(11613,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,21,2,NULL,0,'null',1702624553,'web','175.182.9.196',NULL),(11614,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1702625009,'web','175.182.9.196',NULL),(11615,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',3,'r',2,31,70,12,21,2,NULL,0,'null',1702625019,'web','175.182.9.196',NULL),(11616,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1702626442,'web','175.182.9.196',NULL),(11617,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'null',1702626452,'web','175.182.9.196',NULL),(11618,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1702626455,'web','175.182.9.196',NULL),(11619,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1702626458,'web','175.182.9.196',NULL),(11620,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',6,'r',2,55,70,16,21,2,NULL,0,'null',1702626467,'web','175.182.9.196',NULL),(11621,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1702626913,'web','175.182.9.196',NULL),(11622,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',11,'r',2,62,70,23,21,2,NULL,0,'null',1702626926,'web','175.182.9.196',NULL),(11623,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702678870,'web','123.117.112.123',NULL),(11624,'\\core\\event\\user_loggedin','core','loggedin','user','user',12,'r',0,1,10,0,12,0,NULL,0,'{\"username\":\"fishalive@sohu.com\",\"extrauserinfo\":[]}',1702678879,'web','123.117.112.123',NULL),(11625,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,12,1,NULL,0,'null',1702678880,'web','123.117.112.123',NULL),(11626,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1702678883,'web','123.117.112.123',NULL),(11627,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,12,2,NULL,0,'null',1702678904,'web','123.117.112.123',NULL),(11628,'\\core\\event\\notification_sent','core','sent','notification','notifications',1481,'c',0,1,10,0,0,0,12,0,'{\"courseid\":\"1\"}',1702678925,'cli',NULL,NULL),(11629,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,12,2,NULL,0,'null',1702678965,'web','123.117.112.123',NULL),(11630,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,12,2,NULL,0,'null',1702679357,'web','123.117.112.123',NULL),(11631,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702682781,'web','125.229.183.111',NULL),(11632,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1702682786,'web','125.229.183.111',NULL),(11633,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1702682786,'web','125.229.183.111',NULL),(11634,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1702682796,'web','125.229.183.111',NULL),(11635,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,22,2,NULL,0,'null',1702682803,'web','125.229.183.111',NULL),(11636,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,22,2,NULL,0,'null',1702682808,'web','125.229.183.111',NULL),(11637,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,22,2,NULL,0,'null',1702684039,'web','125.229.183.111',NULL),(11638,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1702684195,'web','125.229.183.111',NULL),(11639,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,22,0,NULL,0,'null',1702684210,'web','125.229.183.111',NULL),(11640,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1702684214,'web','125.229.183.111',NULL),(11641,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,22,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1702684216,'web','125.229.183.111',NULL),(11642,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,22,2,NULL,0,'null',1702684328,'web','125.229.183.111',NULL),(11643,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,22,2,NULL,0,'null',1702697587,'web','125.229.183.111',NULL),(11644,'\\core\\event\\user_loggedin','core','loggedin','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"extrauserinfo\":[]}',1702702883,'web','104.245.12.203',NULL),(11645,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,16,2,NULL,0,'null',1702702883,'web','104.245.12.203',NULL),(11646,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',174,'c',2,82,70,43,16,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u671f\\u672b\\u5831\\u544a\\u4e3b\\u984c\\uff1a\\u6559\\u6848-\\u2014\\u2014\\u300a\\u5371\\u96aa\\u7684\\u65c5\\u9014\\u300b\\u6232\\u5287\\u904a\\u6232\\uff08\\u7531\\u300a\\u5929\\u8def\\u6b77\\u7a0b\\u300b\\u6539\\u7de8\\uff09<br \\/>\\n<br \\/>\\n1.\\u795e\\u5b78\\u8a9e\\u8a00&\\u7d42\\u6975\\u95dc\\u61f7<br \\/>\\n\\u9019\\u90e8\\u6587\\u5b78\\u4f5c\\u54c1\\u662f\\u4ee5\\u65b0\\u820a\\u7d04\\u70ba\\u80cc\\u666f\\u5275\\u4f5c\\u7684\\u5bd3\\u8a00\\u9ad4\\u5c0f\\u8aaa\\u3002\\u82e5\\u8b80\\u8005\\u662f\\u57fa\\u7763\\u7684\\u4fe1\\u5f92\\uff0c\\u5f88\\u53ef\\u80fd\\u6703\\u5728\\u964c\\u751f\\u7684\\u5834\\u666f\\u4e2d\\u8b80\\u51fa\\u719f\\u6089\\u7684\\u5473\\u9053\\uff0c\\u958b\\u7bc7\\u201c\\u66e0\\u91ce\\u201d\\u201c\\u91cd\\u64d4\\u201d\\u201c\\u7070\\u5fc3\\u6f6d\\u201d\\u7b49\\u5834\\u666f\\uff0c\\u4f7f\\u4eba\\u8207\\u5c0f\\u8aaa\\u4e2d\\u4e3b\\u89d2\\u201c\\u57fa\\u7763\\u5f92\\u201d\\u7684\\u7d93\\u6b77\\u7522\\u751f\\u5171\\u9cf4\\u3002\\u82e5\\u8b80\\u8005\\u6c92\\u6709\\u57fa\\u7763\\u4fe1\\u4ef0\\u7684\\u80cc\\u666f\\uff0c\\u4f5c\\u54c1\\u4e5f\\u6b63\\u5728\\u900f\\u904e\\u4eba\\u5011\\u719f\\u77e5\\u7684\\u8a9e\\u8a00\\uff0c\\u4ee5\\u300a\\u8056\\u7d93\\u300b\\u6700\\u5e38\\u7528\\u7684\\u65b9\\u5f0f\\u2014\\u2014\\u5bd3\\u8a00\\uff0c\\u4ee5\\u4f5c\\u8005\\u552f\\u4e00\\u719f\\u77e5\\u7684\\u6587\\u9ad4\\u2014\\u2014\\u6b3d\\u5b9a\\u672c\\u6587\\u9ad4\\uff0c\\u4f86\\u8b1b\\u8ff0\\u8056\\u5f92\\u7684\\u9748\\u7a0b\\u7d93\\u6b77\\u3002\\u6709\\u4eba\\u8aaa\\u201c\\u300a\\u5929\\u8def\\u6b77\\u7a0b\\u300b\\u4e4b\\u65bc\\u300a\\u8056\\u7d93\\u300b\\u5982\\u540c\\u6668\\u9ce5\\u7684\\u9cf4\\u5531\\u4e4b\\u65bc\\u9ece\\u660e\\u3002\\u201d\\u2460<br \\/>\\n<br \\/>\\n2. \\u672c\\u4f5c\\u54c1\\u5448\\u73fe\\u660e\\u78ba\\u7684\\u7f8e\\u611f\\u55ce\\uff1f\\u6216\\u662f\\u5b83\\u523b\\u610f\\u4e0d\\u7f8e\\uff1f<br \\/>\\n\\u4f5c\\u54c1\\u4e2d\\u7684\\u4eba\\u7269\\u96d6\\u7136\\u4ee3\\u8868\\u5b97\\u6559\\u6216\\u9053\\u5fb7\\u4e0a\\u7684\\u62bd\\u8c61\\u6982\\u5ff5\\uff0c\\u537b\\u53c8\\u90fd\\u662f\\u73fe\\u5be6\\u4e2d\\u6d3b\\u751f\\u751f\\u7684\\u4eba\\u7269\\uff0c\\u6545\\u4e8b\\u4e2d\\u9084\\u6709\\u8a31\\u591a\\u751f\\u6d3b\\u74b0\\u5883\\u3001\\u9109\\u6751\\u666f\\u7269\\u7684\\u5beb\\u5be6\\u63cf\\u5beb\\uff0c\\u56e0\\u6b64\\uff0c\\u9019\\u90e8\\u5bd3\\u8a00\\u4e5f\\u5e36\\u4e0a\\u4e86\\u660e\\u986f\\u7684\\u73fe\\u5be6\\u4e3b\\u7fa9\\u8272\\u5f69\\uff0c\\u5834\\u666f\\u548c\\u4eba\\u7269\\u90fd\\u662f\\u7570\\u5e38\\u9bae\\u660e\\u7684\\uff0c\\u5f88\\u975e\\u5e38\\u5bb9\\u6613\\u7559\\u4e0b\\u8a18\\u61b6\\u9ede\\u3002\\u7b46\\u4e0b\\u56ca\\u62ec\\u4e86\\u5404\\u7a2e\\u985e\\u578b\\u7684\\u57fa\\u7763\\u5f92\\uff0c\\u5a66\\u5b7a\\u8001\\u5e7c\\u7686\\u6709\\uff0c\\u4fe1\\u5fc3\\u5927\\u5c0f\\u4e0d\\u4e00\\uff0c\\u81bd\\u91cf\\u52c7\\u529b\\u5404\\u7570\\uff0c\\u4f46\\u90fd\\u771f\\u5fc3\\u56ae\\u5f80\\u5929\\u570b\\uff0c\\u771f\\u5fc3\\u5954\\u8d70\\u5929\\u8def\\u3002\\u5f9e\\u4e0a\\u90e8\\u5230\\u4e0b\\u90e8\\uff0c\\u6574\\u500b\\u6545\\u4e8b\\u5f9e\\u4e00\\u500b\\u4eba\\u5230\\u4e00\\u5bb6\\u4eba\\uff0c\\u5c0f\\u8aaa\\u8272\\u8abf\\u8d8a\\u767c\\u660e\\u4eae\\u3001\\u67d4\\u548c\\uff0c\\u7bc0\\u594f\\u66f4\\u52a0\\u8212\\u7de9\\uff0c\\u5448\\u73fe\\u4e86\\u7f8e\\u611f\\u3002<br \\/>\\n<br \\/>\\n3.\\u5b83\\u50b3\\u9054\\u54ea\\u4e9b\\u4fe1\\u606f\\uff1f\\u5b83\\u4fc3\\u4f7f\\u53d7\\u773e\\u505a\\u51fa\\u54ea\\u4e9b\\u56de\\u61c9\\uff1f\\u5b83\\u5982\\u4f55\\u505a\\u5230\\u9019\\u4e9b\\u4e8b\\uff1f<br \\/>\\n\\u4f5c\\u8005\\u5728\\u5e8f\\u4e2d\\u660e\\u78ba\\u8868\\u614b\\uff1a\\u201c\\u5beb\\u4f5c\\u672c\\u66f8\\u6642\\u5c07\\u9019\\u6a23\\u7684\\u8a9e\\u8a00\\u4f7f\\u7528\\u662f\\u70ba\\u4e86\\u8b93\\u5026\\u6020\\u8005\\u5fc3\\u4e2d\\u6709\\u6240\\u89f8\\u52d5\\uff1b\\u5b83\\u770b\\u4f3c\\u65b0\\u5947\\uff0c\\u537b\\u50c5\\u50c5\\u5305\\u542b\\u7d14\\u6b63\\u771f\\u5be6\\u7684\\u798f\\u97f3\\u5167\\u6db5\\u3002\\u201d\\u2461\\u3002\\u9762\\u5c0d\\u9748\\u9b42\\u81f3\\u6df1\\u8655\\u7684\\u7d93\\u6b77\\u4e2d\\uff0c\\u4eba\\u662f\\u9700\\u8981\\u7368\\u81ea\\u53bb\\u9762\\u5c0d\\u7684\\uff0c\\u800c\\u795e\\u662f\\u6703\\u5728\\u6df1\\u8655\\u8207\\u4eba\\u76f8\\u9047\\u76f8\\u4ea4\\u7684\\u3002\\u66f8\\u4e2d\\uff0c\\u5929\\u8def\\u5ba2\\u70ba\\u5c0b\\u6c42\\u771f\\u7406\\uff0c\\u5c0b\\u6c42\\u751f\\u547d\\uff0c\\u906d\\u9047\\u59bb\\u5152\\u62d2\\u7d55\\u3001\\u9130\\u820d\\u8b4f\\u7b11\\uff0c\\u540c\\u4f34\\u4f86\\u4e86\\u53c8\\u5931\\uff0c\\u8dcc\\u5165\\u7070\\u5fc3\\u6f6d\\uff0c\\u7d93\\u904e\\u798f\\u97f3\\u5e2b\\u6307\\u9ede\\uff0c\\u9032\\u7a84\\u9580\\uff0c\\u8a2a\\u554f\\u91cb\\u9053\\u8005\\uff0c\\u722c\\u8271\\u96e3\\u5c71\\uff0c\\u65bc\\u4e9e\\u6ce2\\u502b\\u6597\\uff0c\\u5165\\u865b\\u83ef\\u57ce\\uff0c\\u8eab\\u9677\\u7591\\u60d1\\u5821\\u22ef\\u22ef\\u9019\\u4e9b\\u7d93\\u6b77\\u4e2d\\uff0c\\u6bcf\\u4e00\\u500b\\u60a3\\u96e3\\u3001\\u6bcf\\u4e00\\u6b21\\u722d\\u6230\\uff0c\\u6bcf\\u4e00\\u500b\\u5f97\\u52dd\\u548c\\u5931\\u6557\\uff0c\\u90fd\\u662f\\u4ed6\\u9760\\u8457\\u4e0a\\u4e3b\\u53bb\\u9762\\u5c0d\\u7684\\u3002<br \\/>\\n<br \\/>\\n\\u300a\\u7f85\\u99ac\\u5178\\u6545\\u300b\\u7684\\u8afa\\u8a9e\\u8aaa\\u201c\\u689d\\u689d\\u9053\\u8def\\u901a\\u7f85\\u99ac\\u3002\\u201d\\u8056\\u7d93\\u4e0a\\u8aaa\\uff1a\\u201c\\u6211\\u5c31\\u662f\\u9053\\u8def\\u3001\\u771f\\u7406\\u548c\\u751f\\u547d\\uff0c\\u82e5\\u4e0d\\u662f\\u85c9\\u8457\\u6211\\uff0c\\u6c92\\u6709\\u4eba\\u80fd\\u5230\\u7236\\u90a3\\u88e1\\u53bb\\u3002\\u201d\\uff08\\u7d04\\u7ff0\\u798f\\u97f314:6\\uff09\\u6211\\u5011\\u8981\\u600e\\u9ebc\\u6a23\\u8d70\\u81ea\\u5df1\\u7684\\u4eba\\u751f\\u8def\\u5462\\uff1f<br \\/>\\n<br \\/>\\n\\u2460Frank Mott Harrison,John Bunyan, Carlisle, Pennsylvania:The Banner of Truth Trust,1964,P.157.<br \\/>\\n\\u2461Bunyan,Pilgrim\\u2019s Progress,OH: Barbour&Company,Inc.,1993,p.xii<\\/div>\",\"pathnamehashes\":[],\"discussionid\":10,\"triggeredfrom\":\"forum_add_new_post\"}',1702710650,'web','104.245.12.203',NULL),(11647,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',174,'c',2,82,70,43,16,2,NULL,0,'{\"discussionid\":10,\"forumid\":13,\"forumtype\":\"single\"}',1702710650,'web','104.245.12.203',NULL),(11648,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',132,'c',2,82,70,43,16,2,16,0,'{\"forumid\":13,\"discussion\":10}',1702710650,'web','104.245.12.203',NULL),(11649,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,16,2,NULL,0,'null',1702710651,'web','104.245.12.203',NULL),(11650,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,16,1,NULL,0,'null',1702710665,'web','104.245.12.203',NULL),(11651,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1702710668,'web','104.245.12.203',NULL),(11652,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,16,2,16,0,'null',1702710671,'web','104.245.12.203',NULL),(11653,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,16,2,NULL,0,'null',1702710759,'web','104.245.12.203',NULL),(11654,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,16,2,NULL,0,'{\"assignid\":\"3\"}',1702710760,'web','104.245.12.203',NULL),(11655,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,16,2,NULL,0,'null',1702711433,'web','104.245.12.203',NULL),(11656,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',12,'r',2,89,70,50,16,2,NULL,0,'null',1702711446,'web','104.245.12.203',NULL),(11657,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,16,2,NULL,0,'null',1702711453,'web','104.245.12.203',NULL),(11658,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,16,2,NULL,0,'null',1702711465,'web','104.245.12.203',NULL),(11659,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,16,2,NULL,0,'{\"assignid\":\"3\"}',1702711465,'web','104.245.12.203',NULL),(11660,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,16,2,NULL,0,'null',1702711475,'web','104.245.12.203',NULL),(11661,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1702711495,'web','104.245.12.203',NULL),(11662,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,16,2,NULL,0,'null',1702711499,'web','104.245.12.203',NULL),(11663,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',6,'r',2,55,70,16,16,2,NULL,0,'null',1702711622,'web','104.245.12.241',NULL),(11664,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,16,2,NULL,0,'null',1702711647,'web','104.245.12.241',NULL),(11665,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,16,2,NULL,0,'null',1702711977,'web','104.245.12.241',NULL),(11666,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,16,2,NULL,0,'null',1702712012,'web','104.245.12.241',NULL),(11667,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,16,2,NULL,0,'null',1702712030,'web','104.245.12.241',NULL),(11668,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',175,'c',2,89,70,50,16,2,NULL,0,'{\"content\":\"<p dir=\\\"ltr\\\" style=\\\"text-align: left;\\\">\\u5b8c\\u6210<\\/p>\",\"pathnamehashes\":[],\"discussionid\":15,\"triggeredfrom\":\"forum_add_discussion\"}',1702712897,'web','104.245.12.203',NULL),(11669,'\\mod_forum\\event\\discussion_created','mod_forum','created','discussion','forum_discussions',15,'c',2,89,70,50,16,2,NULL,0,'{\"forumid\":15}',1702712897,'web','104.245.12.203',NULL),(11670,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',133,'c',2,89,70,50,16,2,16,0,'{\"forumid\":15,\"discussion\":15}',1702712897,'web','104.245.12.203',NULL),(11671,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,16,2,NULL,0,'null',1702712897,'web','104.245.12.203',NULL),(11672,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702713617,'web','52.31.34.236',NULL),(11673,'\\core\\event\\notification_sent','core','sent','notification','notifications',1482,'c',0,1,10,0,16,0,6,0,'{\"courseid\":\"2\"}',1702714267,'cli',NULL,NULL),(11674,'\\core\\event\\notification_sent','core','sent','notification','notifications',1483,'c',0,1,10,0,16,0,11,0,'{\"courseid\":\"2\"}',1702714270,'cli',NULL,NULL),(11675,'\\core\\event\\notification_sent','core','sent','notification','notifications',1484,'c',0,1,10,0,16,0,23,0,'{\"courseid\":\"2\"}',1702714273,'cli',NULL,NULL),(11676,'\\core\\event\\notification_sent','core','sent','notification','notifications',1485,'c',0,1,10,0,16,0,13,0,'{\"courseid\":\"2\"}',1702714276,'cli',NULL,NULL),(11677,'\\core\\event\\notification_sent','core','sent','notification','notifications',1486,'c',0,1,10,0,16,0,5,0,'{\"courseid\":\"2\"}',1702714279,'cli',NULL,NULL),(11678,'\\core\\event\\notification_sent','core','sent','notification','notifications',1487,'c',0,1,10,0,16,0,20,0,'{\"courseid\":\"2\"}',1702714282,'cli',NULL,NULL),(11679,'\\core\\event\\notification_sent','core','sent','notification','notifications',1488,'c',0,1,10,0,16,0,16,0,'{\"courseid\":\"2\"}',1702714286,'cli',NULL,NULL),(11680,'\\core\\event\\notification_sent','core','sent','notification','notifications',1489,'c',0,1,10,0,16,0,2,0,'{\"courseid\":\"2\"}',1702714289,'cli',NULL,NULL),(11681,'\\core\\event\\notification_sent','core','sent','notification','notifications',1490,'c',0,1,10,0,16,0,19,0,'{\"courseid\":\"2\"}',1702714292,'cli',NULL,NULL),(11682,'\\core\\event\\notification_sent','core','sent','notification','notifications',1491,'c',0,1,10,0,16,0,16,0,'{\"courseid\":\"2\"}',1702716546,'cli',NULL,NULL),(11683,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702719672,'web','118.169.24.38',NULL),(11684,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702719673,'web','34.105.37.64',NULL),(11685,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1702719676,'web','118.169.24.38',NULL),(11686,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1702719677,'web','118.169.24.38',NULL),(11687,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702719678,'web','35.225.82.182',NULL),(11688,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1702719678,'web','118.169.24.38',NULL),(11689,'\\core\\event\\notification_sent','core','sent','notification','notifications',1492,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"1\"}',1702719726,'cli',NULL,NULL),(11690,'\\mod_forum\\event\\course_module_instance_list_viewed','mod_forum','viewed','course_module_instance_list',NULL,NULL,'r',0,2,50,1,0,1,NULL,0,'null',1702719874,'web','35.225.82.182',NULL),(11691,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,6,2,6,0,'null',1702719982,'web','118.169.24.38',NULL),(11692,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,6,2,NULL,0,'null',1702720022,'web','118.169.24.38',NULL),(11693,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',6,'r',2,88,70,49,6,2,6,0,'{\"assignid\":\"1\"}',1702720022,'web','118.169.24.38',NULL),(11694,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,6,2,NULL,0,'{\"assignid\":\"1\"}',1702720022,'web','118.169.24.38',NULL),(11695,'\\core\\event\\notification_sent','core','sent','notification','notifications',1493,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1702732266,'cli',NULL,NULL),(11696,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1702757947,'cli',NULL,NULL),(11697,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702800060,'web','111.197.0.14',NULL),(11698,'\\core\\event\\user_loggedin','core','loggedin','user','user',12,'r',0,1,10,0,12,0,NULL,0,'{\"username\":\"fishalive@sohu.com\",\"extrauserinfo\":[]}',1702800066,'web','111.197.0.14',NULL),(11699,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,12,1,NULL,0,'null',1702800066,'web','111.197.0.14',NULL),(11700,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1702800068,'web','111.197.0.14',NULL),(11701,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,12,2,NULL,0,'null',1702800077,'web','111.197.0.14',NULL),(11702,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,12,2,NULL,0,'null',1702800085,'web','111.197.0.14',NULL),(11703,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,12,2,NULL,0,'null',1702800091,'web','111.197.0.14',NULL),(11704,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',176,'c',2,79,70,40,12,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u671f\\u672b\\u4f5c\\u696d-\\u7535\\u5f71\\u300a\\u5bc6\\u9633\\u300b<br \\/>\\n1. \\u90ed\\u5b81.\\\"\\u621b\\u7eb3\\u5f71\\u540e\\\"\\u5168\\u5ea6\\u598d[J].\\u5927\\u4f17\\u7535\\u5f71, 2007(12):2.DOI:CNKI:SUN:DYDZ.0.2007-12-033.<br \\/>\\n\\u5168\\u5ea6\\u598d\\u4e00\\u5ea6\\u6f14\\u4e0d\\u51fa\\u4e27\\u5b50\\u4e4b\\u75db\\uff0c\\u540e\\u6765\\u5728\\u8bbf\\u8c08\\u4e2d\\u8bf4\\uff1a\\u201c\\u5bfc\\u6f14\\u8ba9\\u51fa\\u6f14\\u7ed1\\u532a\\u7684\\u6f14\\u5458\\u5728\\u5f53\\u5929\\u51cc\\u6668\\u7ed9\\u6211\\u6253\\u4e86\\u4e2a\\u7535\\u8bdd\\uff0c\\u5f53\\u65f6\\u6211\\u771f\\u7684\\u4e00\\u7247\\u832b\\u7136\\uff0c\\u611f\\u89c9\\u8fd9\\u5e76\\u4e0d\\u73b0\\u5b9e\\u3002\\u5bfc\\u6f14\\u5c31\\u5f00\\u5bfc\\u6211\\u8bf4\\uff0c\\u8fd9\\u662f\\u5f53\\u7136\\u7684\\uff0c\\u54ea\\u4e2a\\u5931\\u53bb\\u5b69\\u5b50\\u7684\\u6bcd\\u4eb2\\u4f1a\\u8ba4\\u4e3a\\u8fd9\\u662f\\u4e8b\\u5b9e\\uff1f\\u201d\\u8fd9\\u6837\\u7684\\u5f15\\u5bfc\\u5e2e\\u52a9\\u5979\\u628a\\u63e1\\u597d\\u4e86\\u8fd9\\u4e2a\\u611f\\u53d7\\u3002\\u8fd9\\u90e8\\u7535\\u5f71\\u5bf9\\u4fe1\\u4ef0\\u3001\\u751f\\u6d3b\\u548c\\u4eba\\u6027\\u505a\\u4e86\\u6df1\\u5165\\u7684\\u5256\\u6790\\uff0c\\u54ea\\u4e9b\\u662f\\u771f\\u7684\\uff0c\\u54ea\\u4e9b\\u662f\\u5047\\u7684\\u3002\\u6709\\u4e9b\\u4e8b\\u662f\\u771f\\u7684\\uff0c\\u4f46\\u770b\\u8d77\\u6765\\u50cf\\u5047\\u7684\\u4e00\\u6837\\uff0c\\u6216\\u8005\\u5f53\\u4e8b\\u4eba\\u575a\\u6301\\u8ba4\\u4e3a\\u662f\\u5047\\u7684\\u3002\\u6709\\u4e9b\\u4eba\\u7684\\u4fe1\\u4ef0\\u662f\\u5047\\u7684\\uff0c\\u5374\\u8868\\u73b0\\u51fa\\u6765\\u50cf\\u662f\\u771f\\u7684\\uff0c\\u4f46\\u662f\\u7ecf\\u8fc7\\u706b\\u7684\\u8bd5\\u70bc\\u5c31\\u80fd\\u8fa8\\u522b\\u51fa\\u6765\\u3002<br \\/>\\n\\u7267\\u5e08\\u7684\\u4fe1\\u4ef0\\u662f\\u4e0d\\u662f\\u771f\\u7684\\uff1f\\u8036\\u7a23\\u4e3a\\u4ed6\\u820d\\u547d\\u662f\\u771f\\u7684\\uff0c\\u4f46\\u4ed6\\u5982\\u679c\\u4ee5\\u4e3a\\u662f\\u81ea\\u5df1\\u6709\\u591a\\u5723\\u6d01\\u5c31\\u662f\\u5047\\u7684\\u4e86\\u3002\\u4e8b\\u5b9e\\u4e0a\\u6211\\u4eec\\u5f88\\u591a\\u65f6\\u5019\\u4e0d\\u77e5\\u9053\\u8036\\u7a23\\u4e3a\\u6211\\u4eec\\u4ed8\\u51fa\\u7684\\u4ee3\\u4ef7\\u591a\\u4e48\\u5927\\uff0c\\u56e0\\u4e3a\\u4e0d\\u77e5\\u9053\\u81ea\\u5df1\\u7684\\u7f6a\\u6709\\u591a\\u4e25\\u91cd\\u3002<br \\/>\\n<br \\/>\\n2. CC\\u6807\\u51c6\\u6536\\u85cf\\u6d77\\u62a5\\u8d4f\\u6790 \\u00b7 \\u5bc6\\u9633\\uff0c\\u5927\\u559c\\u9a91\\u58eb\\u516c\\u4f17\\u53f7<br \\/>\\n\\u8fd9\\u662f\\u5bf9\\u300a\\u5bc6\\u9633\\u300b\\u4e00\\u7bc7\\u6bd4\\u8f83\\u5168\\u9762\\u7684\\u8d4f\\u6790\\u3002\\u53ef\\u80fd\\u4e5f\\u5305\\u542b\\u4e86\\u4e00\\u4e9b\\u4e0d\\u4e00\\u5b9a\\u662f\\u539f\\u521b\\u7684\\u4f46\\u6bd4\\u8f83\\u516c\\u8ba4\\u7684\\u8ba4\\u8bc6\\uff0c\\u4f8b\\u5982\\u5bf9\\u201c\\u9633\\u5149\\u201d\\u4e3b\\u9898\\u7684\\u89e3\\u6790\\uff1a\\u7535\\u5f71\\u7b2c\\u4e00\\u4e2a\\u955c\\u5934\\uff0c\\u5728\\u53bb\\u5bc6\\u9633\\u7684\\u8def\\u4e0a\\uff0c\\u62ac\\u5934\\u662f\\u660e\\u4eae\\u7684\\u5929\\u7a7a\\uff1b\\u7535\\u5f71\\u6700\\u540e\\u4e00\\u4e2a\\u955c\\u5934\\uff0c\\u5728\\u7533\\u7231\\u5bb6\\u4e2d\\u7684\\u9662\\u5b50\\u91cc\\uff0c\\u4f4e\\u5934\\u662f\\u67af\\u53f6\\u6742\\u8349\\u3001\\u6e05\\u6d01\\u5242\\u7a7a\\u74f6\\u3001\\u5e9f\\u65e7\\u7684\\u6413\\u8863\\u677f\\u548c\\u6ce5\\u6cde\\u7684\\u5c0f\\u6c34\\u6d3c\\uff0c\\u751f\\u6d3b\\u7edd\\u4e0d\\u50cf\\u84dd\\u5929\\u4e00\\u822c\\u6e05\\u6f88\\uff0c\\u800c\\u662f\\u50cf\\u6c34\\u6d3c\\u4e00\\u822c\\u6ce5\\u6cde\\uff0c\\u4f46\\u597d\\u5728\\u8fd8\\u6709\\u9633\\u5149\\u3002\\u6587\\u7ae0\\u5f15\\u7528\\u4e86\\u5bfc\\u6f14\\u674e\\u6ca7\\u4e1c\\u7684\\u4e00\\u53e5\\u8bdd\\uff1a\\u201c\\u867d\\u7136\\u8fd9\\u7247\\u571f\\u5730\\u975e\\u5e38\\u7b80\\u964b\\uff0c\\u4f46\\u65e0\\u8bba\\u662f\\u8c01\\u90fd\\u53ea\\u80fd\\u5728\\u5176\\u4e2d\\u751f\\u6d3b\\uff0c\\u4eba\\u751f\\u7684\\u5e0c\\u671b\\u3001\\u6551\\u8d4e\\u3001\\u795e\\u7684\\u610f\\u5fd7\\u4e5f\\u5e94\\u8be5\\u5728\\u571f\\u5730\\u4e0a\\u5bfb\\u627e\\u610f\\u4e49\\u3002\\u201d\\u8fd9\\u4e5f\\u662f\\u6211\\u9009\\u62e9\\u300a\\u5bc6\\u9633\\u300b\\u8fd9\\u90e8\\u7535\\u5f71\\u7684\\u4e3b\\u8981\\u539f\\u56e0\\u4e4b\\u4e00\\uff1a\\u63a2\\u7d22\\u4fe1\\u4ef0\\u843d\\u5730\\u96be\\u9898\\u7684\\u89e3\\u6cd5\\u3002\\u6587\\u4e2d\\u8d4f\\u6790\\u4e86\\u6d77\\u62a5\\u7684\\u4f7f\\u7528\\u7684\\u6696\\u9633\\u753b\\u9762\\u3001\\u8272\\u8c03\\uff0c\\u4ee5\\u53ca\\u7533\\u7231\\u5934\\u53d1\\u62ab\\u6563\\u4e0e\\u624e\\u8d77\\u7684\\u53d8\\u5316\\u3002\\u8fd9\\u4e9b\\u6280\\u672f\\u5c42\\u9762\\u7684\\u5256\\u6790\\u53ef\\u4ee5\\u4e3a\\u5bf9\\u6574\\u4e2a\\u5f71\\u7247\\u7684\\u795e\\u5b66\\u8be0\\u91ca\\u63d0\\u4f9b\\u53c2\\u8003\\u3002<br \\/>\\n<br \\/>\\n3. \\u6ca1\\u8fc7\\u5206\\u955c\\u5934\\uff0c\\u4f46\\u8fd9\\u7247\\u00b7\\u53c8\\u72e0\\u53c8\\u6df1\\uff0c\\u62ff\\u4e86\\u97e9\\u56fd\\u7b2c\\u4e00\\u5ea7\\u621b\\u7eb3\\u5f71\\u540e. \\u6749\\u9171\\u5a31\\u4e50\\uff0c2021-01-07 (sohu.com)<br \\/>\\n\\u8fd9\\u7bc7\\u5f71\\u8bc4\\u6307\\u51fa\\u4e86\\u300a\\u5bc6\\u9633\\u300b\\u62cd\\u6444\\u7684\\u6587\\u5316\\u80cc\\u666f\\uff1a\\u5728\\u97e9\\u56fd\\u9ad8\\u901f\\u53d1\\u5c55\\u7684\\u73b0\\u4ee3\\u5316\\u56fd\\u5bb6\\uff0c\\u4eba\\u4eec\\u7684\\u7cbe\\u795e\\u5371\\u673a\\u662f\\u7a7a\\u865a\\u7684\\uff0c\\u8d2b\\u5bcc\\u5dee\\u8ddd\\uff0c\\u7b49\\u7ea7\\u793e\\u4f1a\\uff0c\\u7537\\u6743\\u7edf\\u6cbb\\uff0c\\u51fa\\u79df\\u5c4b\\u4e3b\\u4e49... \\u79d1\\u5b66\\u4e0e\\u6587\\u660e\\u7684\\u53d1\\u5c55\\uff0c\\u8ba9\\u4eba\\u7c7b\\u4e0d\\u518d\\u628a\\u6240\\u6709\\u91cd\\u8981\\u7684\\u95ee\\u9898\\u6c42\\u52a9\\u4e8e\\u795e\\u8bdd\\u4e2d\\u7684\\u4e0a\\u5e1d\\u3002\\u73b0\\u5b9e\\u7684\\u4e16\\u754c\\u4e5f\\u6b63\\u5728\\u8d70\\u5411\\u4e00\\u4e2a\\u8d8a\\u6765\\u8d8a\\u4e0d\\u9700\\u8981\\u4fe1\\u4ef0\\u7684\\u65f6\\u4ee3\\u3002\\u53ef\\u662f\\u53e6\\u4e00\\u65b9\\u9762\\uff0c\\u5c18\\u4e16\\u95f4\\u7684\\u6298\\u78e8\\u4e0e\\u75db\\u82e6\\uff0c\\u53c8\\u8feb\\u4f7f\\u4eba\\u4eec\\u5bfb\\u627e\\u5fc3\\u7075\\u7684\\u5bc4\\u6258\\u3002\\u4e8e\\u662f\\uff0c\\u4fe1\\u4ef0\\u4e0e\\u6559\\u4e49\\u7684\\u6551\\u8d4e\\u878d\\u5165\\u4e86\\u97e9\\u56fd\\u6587\\u5316\\uff0c\\u6210\\u4e3a\\u4e86\\u5927\\u591a\\u6570\\u4eba\\u751f\\u6d3b\\u4e2d\\u7684\\u4e00\\u90e8\\u5206\\u3002<br \\/>\\n<br \\/>\\n4. 2007\\u5e74\\u5854\\u5229\\u73ed\\u631f\\u6301\\u97e9\\u56fd\\u4eba\\u8d28\\u4e8b\\u4ef6 (douban.com)<br \\/>\\n\\u8fd9\\u662f2007\\u5e74\\u5854\\u5229\\u73ed\\u631f\\u6301\\u97e9\\u56fd\\u4eba\\u8d28\\u4e8b\\u4ef6\\u6574\\u4e2a\\u8fc7\\u7a0b\\u7684\\u4e00\\u7bc7\\u8be6\\u7ec6\\u68b3\\u7406\\u3002\\u8fd9\\u4ef6\\u4e8b\\u5728\\u5f53\\u65f6\\u662f\\u5173\\u6ce8\\u5ea6\\u5f88\\u9ad8\\u7684\\u4e00\\u4e2a\\u65b0\\u95fb\\u3002\\u6211\\u5e76\\u6ca1\\u6709\\u4e00\\u76f4\\u8ddf\\u8e2a\\u6574\\u4e2a\\u8fc7\\u7a0b\\uff0c\\u4f46\\u591a\\u5e74\\u4ee5\\u540e\\u770b\\u8fd9\\u7bc7\\u68b3\\u7406\\uff0c\\u5bf9\\u6574\\u4e2a\\u4e8b\\u60c5\\u6709\\u4e86\\u66f4\\u5168\\u9762\\u7684\\u4e86\\u89e3\\u3002\\u6211\\u8ba4\\u4e3a\\u8fd9\\u4ef6\\u4e8b\\u662f\\u300a\\u5bc6\\u9633\\u300b\\u62cd\\u6444\\u5f53\\u5e74\\u97e9\\u56fd\\u6559\\u4f1a\\u5982\\u706b\\u5982\\u837c\\u7684\\u8868\\u8c61\\u540e\\u9762\\u6240\\u6f5c\\u85cf\\u7684\\u5371\\u673a\\u7684\\u4e00\\u4e2a\\u9002\\u5f53\\u7684\\u6ce8\\u811a\\u3002\\u4fe1\\u4ef0\\u5982\\u679c\\u53ea\\u5173\\u6ce8\\u81ea\\u8eab\\u7684\\u53d1\\u5c55\\uff0c\\u5374\\u4e0d\\u7741\\u5f00\\u773c\\u770b\\u4e16\\u754c\\u4e0e\\u4eba\\u7c7b\\u7684\\u5b9e\\u9645\\u72b6\\u51b5\\uff0c\\u90a3\\u4e48\\u8fd9\\u6837\\u7684\\u4fe1\\u4ef0\\u662f\\u865a\\u5047\\u548c\\u7ad9\\u4e0d\\u4f4f\\u811a\\u7684\\u3002<br \\/>\\n<br \\/>\\n5. \\u97e9\\u6781\\u5ea6\\u4f20\\u6559\\u5f15\\u53d1\\u4f0a\\u65af\\u5170\\u56fd\\u5bb6\\u53cd\\u611f\\uff0d\\u4e4c\\u6709\\u4e4b\\u4e61 (wyzxwk.com) \\u6765\\u6e90:\\u671d\\u9c9c\\u65e5\\u62a5<br \\/>\\n\\u8fd9\\u662f\\u674e\\u6ca7\\u4e1c\\u6240\\u8bf4\\u201c\\u4f20\\u6559\\u7684\\u65b9\\u5f0f\\u7528\\u4e00\\u822c\\u4eba\\u7684\\u773c\\u775b\\u6765\\u770b\\u662f\\u591a\\u4e48\\u5947\\u602a\\u201d\\u5728\\u56fd\\u9645\\u653f\\u6cbb\\u5c42\\u9762\\u7684\\u8868\\u73b0\\u3002\\u4fe1\\u4ef0\\u4e0d\\u80fd\\u843d\\u5730\\u7684\\u4e00\\u4e2a\\u91cd\\u8981\\u539f\\u56e0\\u5c31\\u662f\\u5728\\u4f20\\u8bb2\\u4e2d\\u6ca1\\u6709\\u5c06\\u4fe1\\u4ef0\\u4e0e\\u5bf9\\u65b9\\u7684\\u5b9e\\u9645\\u7ed3\\u5408\\u8d77\\u6765\\u3002<br \\/>\\n<br \\/>\\n6. \\u3010\\u7f16\\u5236\\u7bc7\\u3011\\u674e\\u6ca7\\u4e1c\\u7684\\u8bbf\\u8c08 (douban.com)<br \\/>\\n\\u5728\\u8fd9\\u7bc7\\u8bbf\\u8c08\\u4e2d\\uff0c\\u674e\\u6ca7\\u4e1c\\u63d0\\u51fa\\u4ed6\\u7684\\u5b97\\u6559\\u6027\\u5728\\u4e8e\\u89c9\\u5f97\\u4eba\\u751f\\u4e2d\\u7ecf\\u5386\\u8fc7\\u7684\\u75db\\u82e6\\u662f\\u6709\\u610f\\u4e49\\u7684\\u3002\\u4ed6\\u60f3\\u901a\\u8fc7\\u7535\\u5f71\\u7ed9\\u89c2\\u4f17\\u4e00\\u4e2a\\u7b54\\u6848\\uff0c\\u5c31\\u662f\\u5bf9\\u4eba\\u751f\\u7ecf\\u5386\\u7684\\u75db\\u82e6\\u7684\\u4e00\\u4e2a\\u7b54\\u6848\\u3002\\u4ed6\\u6307\\u51fa\\u300a\\u5bc6\\u9633\\u300b\\u4e2d\\u8868\\u73b0\\u51fa\\u7684\\u57fa\\u7763\\u6559\\u4f20\\u6559\\u7684\\u65b9\\u5f0f\\u4e00\\u70b9\\u90fd\\u4e0d\\u5938\\u5f20\\uff0c\\u4f46\\u4fe1\\u57fa\\u7763\\u6559\\u7684\\u4eba\\u770b\\u4e86\\u4ee5\\u540e\\u89c9\\u5f97\\u8fd9\\u90e8\\u7535\\u5f71\\u770b\\u8d77\\u6765\\u5f88\\u4e0d\\u8212\\u670d\\uff0c\\u56e0\\u4e3a\\u97e9\\u56fd\\u4fe1\\u6559\\u7684\\u4eba\\u81ea\\u5df1\\u4e0d\\u4f1a\\u610f\\u8bc6\\u5230\\uff0c\\u4ed6\\u4eec\\u90a3\\u79cd\\u4f20\\u6559\\u7684\\u65b9\\u5f0f\\u7528\\u4e00\\u822c\\u4eba\\u7684\\u773c\\u775b\\u6765\\u770b\\u662f\\u591a\\u4e48\\u5947\\u602a\\u3002\\u6211\\u8ba4\\u4e3a\\u8fd9\\u662f\\u4fe1\\u4ef0\\u4e0e\\u4e16\\u754c\\u5bf9\\u8bdd\\u662f\\u9700\\u8981\\u6ce8\\u610f\\u7684\\u4e00\\u4e2a\\u91cd\\u8981\\u65b9\\u9762\\u3002<br \\/>\\n\\u6b64\\u5916\\uff0c\\u5728\\u8fd9\\u7bc7\\u8bbf\\u8c08\\u4e2d\\uff0c\\u674e\\u6ca7\\u4e1c\\u6307\\u51fa\\u4e86\\u8fd9\\u90e8\\u7535\\u5f71\\u7684\\u7b2c\\u4e00\\u4e2a\\u955c\\u5934\\u4ef0\\u62cd\\u5929\\u7a7a\\uff0c\\u6700\\u540e\\u4e00\\u4e2a\\u955c\\u5934\\u662f\\u4fef\\u62cd\\u5730\\u9762\\u7684\\u8bbe\\u8ba1\\u601d\\u8def\\uff1a\\u5973\\u4e3b\\u4eba\\u516c\\u662f\\u4e00\\u76f4\\u8981\\u5bfb\\u627e\\u751f\\u547d\\u610f\\u4e49\\u7684\\u4eba\\uff0c\\u75db\\u82e6\\u5bf9\\u4e8e\\u5979\\u6765\\u8bf4\\u4e5f\\u662f\\u6709\\u610f\\u4e49\\u7684\\u3002\\u5979\\u6765\\u5230\\u4e08\\u592b\\u7684\\u8001\\u5bb6\\u201c\\u5bc6\\u9633\\u201d\\uff0c\\u5c31\\u662f\\u8981\\u5bfb\\u627e\\u751f\\u547d\\u7684\\u610f\\u4e49\\u3002\\u674e\\u6ca7\\u4e1c\\u89c9\\u5f97\\u4eba\\u751f\\u7684\\u610f\\u4e49\\u4e0d\\u5728\\u5929\\u4e0a\\uff0c\\u800c\\u662f\\u5728\\u6211\\u4eec\\u7684\\u73b0\\u5b9e\\u91cc\\u3002\\u73b0\\u5b9e\\u751f\\u6d3b\\u867d\\u7136\\u4e11\\u964b\\u7c97\\u7cd9\\uff0c\\u6bd5\\u7adf\\u662f\\u751f\\u6d3b\\u7684\\u57fa\\u7840\\u3002\\u8fd9\\u4e5f\\u662f\\u6211\\u9009\\u62e9\\u8fd9\\u90e8\\u7535\\u5f71\\u7684\\u76ee\\u7684\\u3002<br \\/>\\n<br \\/>\\n7. \\u8bbf\\u8c08\\uff1a\\u674e\\u6ca7\\u4e1c\\u8c08\\u300a\\u5bc6\\u9633\\u300b \\u4e0e\\u6587\\u96bd\\u5de7\\u9047\\u7545\\u804a-\\u641c\\u72d0\\u5a31\\u4e50 (sohu.com)<br \\/>\\n\\u674e\\u6ca7\\u4e1c\\u5728\\u8fd9\\u91cc\\u62ab\\u9732\\u4e86\\u4ed6\\u5bf9\\u6f14\\u5458\\u7684\\u6307\\u5bfc\\u601d\\u8def\\uff1a\\u5168\\u5ea6\\u598d\\u2026\\u2026\\u5bf9\\u4e3b\\u4eba\\u516c\\u7533\\u7231\\u7684\\u5206\\u6790\\u90fd\\u662f\\u5f88\\u597d\\u7684\\uff0c\\u5e94\\u8be5\\u662f\\u8fd9\\u6837\\u5b50\\uff0c\\u5979\\u5bf9\\u8fd9\\u79cd\\u60c5\\u51b5\\uff0c\\u5f53\\u65f6\\u4e3b\\u4eba\\u516c\\u7684\\u611f\\u60c5\\uff0c\\u90fd\\u4f1a\\u6709\\u7814\\u7a76\\u3002\\u4f46\\u662f\\u6211\\u4e0d\\u559c\\u6b22\\u4e00\\u4e2a\\u6f14\\u5458\\u5148\\u505a\\u4e00\\u4e2a\\u611f\\u60c5\\u7684\\u5206\\u6790\\u8868\\u6f14\\u51fa\\u6765\\uff0c\\u6211\\u4e0d\\u613f\\u610f\\u505a\\u8fd9\\u4e9b\\uff0c\\u6211\\u5c31\\u662f\\u8ddf\\u5979\\u8bf4\\u4f60\\u4ec0\\u4e48\\u90fd\\u4e0d\\u8981\\u505a\\uff0c\\u4ec0\\u4e48\\u90fd\\u4e0d\\u8981\\u8868\\u6f14\\uff0c\\u4f60\\u6709\\u611f\\u89c9\\u5417\\uff1f\\u90a3\\u5c31\\u6309\\u7167\\u4f60\\u7684\\u8fd9\\u79cd\\u611f\\u89c9\\u548c\\u611f\\u60c5\\u6765\\uff0c\\u4f60\\u81ea\\u5df1\\u597d\\u50cf\\u7b2c\\u4e00\\u6b21\\u7ecf\\u5386\\u8fd9\\u79cd\\u82e6\\u96be\\u4e00\\u6837\\uff0c\\u8fd9\\u6837\\u751f\\u6d3b\\u5c31\\u884c\\u4e86\\u3002\\u8fd9\\u53e5\\u8bdd\\u53ef\\u80fd\\u5bf9\\u5168\\u5ea6\\u598d\\u6765\\u8bf4\\u662f\\u96be\\u5ea6\\u7279\\u522b\\u9ad8\\u7684\\uff0c\\u56e0\\u4e3a\\u8ba9\\u4e2a\\u6f14\\u5458\\u522b\\u8ba9\\u5979\\u8868\\u6f14\\uff0c\\u522b\\u8ba9\\u5979\\u8868\\u8fbe\\u51fa\\u6765\\u81ea\\u5df1\\u7684\\u611f\\u60c5\\uff0c\\u80af\\u5b9a\\u662f\\u7279\\u522b\\u96be\\u7684\\uff0c\\u4f46\\u662f\\u5168\\u5ea6\\u598d\\u5c31\\u662f\\u505a\\u5230\\u4e86\\u3002\\u5728\\u7535\\u5f71\\u91cc\\u9762\\u5979\\u5b8c\\u5168\\u6210\\u4e3a\\u5973\\u4e3b\\u4eba\\u516c\\uff0c\\u81ea\\u5df1\\u5b8c\\u5168\\u4eb2\\u81ea\\u7ecf\\u5386\\u4e86\\u5973\\u4e3b\\u4eba\\u516c\\u7684\\u90a3\\u79cd\\u75db\\u82e6\\uff0c\\u53ef\\u80fd\\u5bf9\\u5979\\u4e2a\\u4eba\\u6765\\u8bf4\\u662f\\u76f8\\u5f53\\u4e8e\\u5979\\u4eb2\\u8eab\\u7ecf\\u5386\\u4e86\\u8fd9\\u4e2a\\u82e6\\u96be\\u4e00\\u6837\\uff0c\\u6240\\u4ee5\\u5bf9\\u5979\\u6765\\u8bf4\\u662f\\u4e00\\u4e2a\\u5f88\\u8270\\u82e6\\u7684\\u65f6\\u95f4\\uff0c\\u5979\\u90fd\\u505a\\u5230\\u4e86\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1702800126,'web','111.197.0.14',NULL),(11705,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',176,'c',2,79,70,40,12,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1702800126,'web','111.197.0.14',NULL),(11706,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',134,'c',2,79,70,40,12,2,12,0,'{\"forumid\":12,\"discussion\":9}',1702800126,'web','111.197.0.14',NULL),(11707,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,12,2,NULL,0,'null',1702800127,'web','111.197.0.14',NULL),(11708,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,12,2,NULL,0,'null',1702800146,'web','111.197.0.14',NULL),(11709,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,12,2,NULL,0,'null',1702800238,'web','111.197.0.14',NULL),(11710,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,12,2,NULL,0,'{\"assignid\":\"2\"}',1702800238,'web','111.197.0.14',NULL),(11711,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,12,2,NULL,0,'null',1702800259,'web','111.197.0.14',NULL),(11712,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,12,2,NULL,0,'{\"assignid\":\"1\"}',1702800259,'web','111.197.0.14',NULL),(11713,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702803051,'web','125.229.183.111',NULL),(11714,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1702803057,'web','125.229.183.111',NULL),(11715,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1702803057,'web','125.229.183.111',NULL),(11716,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1702803059,'web','125.229.183.111',NULL),(11717,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,22,2,NULL,0,'null',1702803065,'web','125.229.183.111',NULL),(11718,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',177,'c',2,82,70,43,22,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u4e09\\u3001\\u5167\\u5bb9<br \\/>\\n1. \\u795e\\u5b78\\u8a9e\\u8a00\\uff08\\u53c3\\u8003\\u5927 R \\u5c0f r\\uff0c\\u5927 C \\u5c0f c\\uff09 <br \\/>\\n\\u2b27 \\u672c\\u4f5c\\u54c1\\u6709\\u660e\\u986f\\u7684\\u5b97\\u6559\\u529f\\u80fd\\uff08\\u57fa\\u7763\\u6559\\u529f\\u80fd\\uff09\\u55ce\\uff1f <br \\/>\\n\\u9019\\u90e8\\u96fb\\u5f71\\u4e26\\u6c92\\u6709\\u660e\\u986f\\u7684\\u5b97\\u6559\\u529f\\u80fd\\uff0c\\u8a34\\u8af8\\u7684\\u89c0\\u773e\\u4e5f\\u4e26\\u975e\\u4ee5\\u57fa\\u7763\\u5f92\\u70ba\\u4e3b\\u3002<br \\/>\\n\\u2b27 \\u672c\\u4f5c\\u54c1\\u8ac7\\u8ad6\\u5b97\\u6559\\u4e3b\\u984c\\uff08\\u57fa\\u7763\\u6559\\u4e3b\\u984c\\uff09\\u55ce\\uff1f <br \\/>\\n\\u6574\\u90e8\\u5f71\\u7247\\u4e26\\u6c92\\u6709\\u4ee5\\u57fa\\u7763\\u6559\\u6216\\u5176\\u4ed6\\u5b97\\u6559\\u70ba\\u4e3b\\u984c\\uff0c\\u6c92\\u6709\\u660e\\u986f\\u8a0e\\u8ad6\\u5230\\u6559\\u7fa9\\u7684\\u90e8\\u5206\\u3002<br \\/>\\n\\u2b27 \\u672c\\u4f5c\\u54c1\\u6307\\u6d89\\u5b97\\u6559\\u6587\\u672c\\uff08\\u57fa\\u7763\\u6559\\u6587\\u672c\\uff09\\u55ce\\uff1f <br \\/>\\n\\u4e26\\u6c92\\u6709\\u6307\\u6d89\\u5230\\u4efb\\u4f55\\u7684\\u5b97\\u6559\\u6587\\u672c\\uff0c\\u4e5f\\u6c92\\u6709\\u51fa\\u73fe\\u4efb\\u4f55\\u7684\\u5b97\\u6559\\u4fe1\\u4ef0\\u7b26\\u865f\\u3002<br \\/>\\n2. \\u7d42\\u6975\\u95dc\\u61f7\\uff08\\u53c3\\u8003\\u5927\\u5c0f\\u8abf\\u3001\\u85dd\\u8853\\u4e4b\\u96d9\\u5203\\uff09<br \\/>\\n\\u672c\\u7247\\u96d6\\u7136\\u6574\\u9ad4\\u800c\\u8a00\\u662f\\u90e8\\u559c\\u5287\\uff0c\\u8868\\u9762\\u4e0a\\u770b\\u8d77\\u4f86\\u5145\\u6eff\\u6cd5\\u5f0f\\u5e7d\\u9ed8\\uff0c\\u4f46\\u4e5f\\u6642\\u4e0d\\u6642\\u6d41\\u9732\\u51fa\\u4e3b\\u89d2\\u83f2\\u5229\\u6d66\\u53d7\\u50b7\\u5f8c\\uff0c\\u5931\\u53bb\\u59bb\\u5b50\\u8207\\u5065\\u5168\\u8eab\\u9ad4\\u7684\\u54c0\\u50b7\\u3002\\u6211\\u5011\\u4ecd\\u9700\\u8981\\u9762\\u5c0d\\u4ee5\\u4e0b\\u4e8b\\u5be6\\uff1a\\u7576\\u6211\\u5011\\u81ea\\u5df1\\u6210\\u70ba\\u8eab\\u5fc3\\u969c\\u7919\\u8005\\u6642\\u5982\\u4f55\\u81ea\\u8655\\uff1f\\u53c8\\u7576\\u5982\\u4f55\\u966a\\u4f34\\u6210\\u70ba\\u5931\\u80fd\\u8005\\u7684\\u89aa\\u53cb\\uff1f\\u65e2\\u5b9a\\u7684\\u523b\\u677f\\u5370\\u8c61\\u96e3\\u4ee5\\u79fb\\u9664\\uff0c\\u4e0d\\u540c\\u80cc\\u666f\\u968e\\u7d1a\\u7684\\u4eba\\u53c8\\u80fd\\u5920\\u600e\\u6a23\\u76f8\\u4e92\\u7406\\u89e3\\uff1f<br \\/>\\n<br \\/>\\n3. \\u672c\\u4f5c\\u54c1\\u5448\\u73fe\\u660e\\u78ba\\u7684\\u7f8e\\u611f\\u55ce\\uff1f\\u6216\\u662f\\u5b83\\u523b\\u610f\\u4e0d\\u7f8e\\uff1f <br \\/>\\n\\u5f71\\u7247\\u5834\\u666f\\u4e2d\\uff0c\\u51fa\\u73fe\\u4e3b\\u89d2\\u83f2\\u5229\\u6d66\\u6240\\u4f4f\\u7684\\u8c6a\\u5b85\\u3001\\u53c3\\u89c0\\u7684\\u85dd\\u5eca\\u53ca\\u5176\\u85dd\\u8853\\u756b\\u4f5c\\u3001\\u83f2\\u5229\\u6d66\\u751f\\u65e5\\u5bb4\\u6703\\u4e0a\\u5f26\\u6a02\\u5718\\u6f14\\u594f\\u53e4\\u5178\\u6a02\\u66f2\\u4ee5\\u53ca\\u770b\\u8b77\\u5fb7\\u5229\\u65af\\u96a8\\u8457\\u73fe\\u4ee3\\u6a02\\u66f2\\u6240\\u8df3\\u7684\\u821e\\u8e48\\u3002\\u6211\\u8a8d\\u70ba\\u4e0a\\u8ff0\\u7684\\u9019\\u4e9b\\u7247\\u6bb5\\u90fd\\u6709\\u5448\\u73fe\\u51fa\\u660e\\u78ba\\u7684\\u7f8e\\u611f\\uff0c\\u5927\\u90e8\\u5206\\u662f\\u53cd\\u6620\\u51fa\\u83f2\\u5229\\u6d66\\u6240\\u8655\\u793e\\u6703\\u968e\\u7d1a\\u7684\\u54c1\\u5473\\uff0c\\u53e6\\u5916\\uff0c\\u5247\\u662f\\u5fb7\\u5229\\u65af\\u96a8\\u97f3\\u6a02\\u8d77\\u821e\\u6642\\uff0c\\u90a3\\u7a2e\\u8eab\\u9ad4\\u5f8b\\u52d5\\u5341\\u5206\\u5354\\u8abf\\u53c8\\u5145\\u6eff\\u6d3b\\u529b\\u671d\\u6c23\\uff0c\\u662f\\u5448\\u73fe\\u4e86\\u53e6\\u4e00\\u7a2e\\u98a8\\u683c\\u7684\\u7f8e\\u611f\\u3002<br \\/>\\n4. \\u5b83\\u50b3\\u9054\\u54ea\\u4e9b\\u4fe1\\u606f\\uff1f\\u5b83\\u4fc3\\u4f7f\\u53d7\\u773e\\u505a\\u51fa\\u54ea\\u4e9b\\u56de\\u61c9\\uff1f\\u5b83\\u5982\\u4f55\\u505a\\u5230\\u9019\\u4e9b\\u4e8b\\uff1f <br \\/>\\n\\u2b27 \\u5b83\\u4f01\\u5716\\u5f15\\u5c0e\\u53d7\\u773e\\u601d\\u8003\\u3001\\u9762\\u5c0d\\u300c\\u6551\\u8d16\\u300d\\u55ce\\uff1f <br \\/>\\n\\u6211\\u8a8d\\u70ba\\u5c0e\\u6f14\\u6709\\u9019\\u500b\\u4f01\\u5716\\uff0c\\u56e0\\u70ba\\u5169\\u4f4d\\u4e3b\\u89d2\\u90fd\\u67d0\\u7a2e\\u7a0b\\u5ea6\\u4e0a\\u5c6c\\u65bc\\u88ab\\u793e\\u6703\\u908a\\u7de3\\u5316\\u7684\\u4eba\\uff0c\\u83f2\\u5229\\u6d66\\u7531\\u65bc\\u8eab\\u9ad4\\u6b98\\u969c\\u800c\\u4e3b\\u52d5\\u6216\\u88ab\\u52d5\\u7684\\u88ab\\u6392\\u9664\\u5728\\u4eba\\u969b\\u4e92\\u52d5\\u4e4b\\u5916\\uff0c\\u5fb7\\u5229\\u65af\\u5247\\u662f\\u7531\\u65bc\\u81ea\\u8eab\\u7684\\u65cf\\u88d4\\u8207\\u906d\\u9047\\uff0c\\u88ab\\u6392\\u9664\\u5728\\u6cd5\\u570b\\u4e3b\\u6d41\\u793e\\u6703\\u4e4b\\u5916\\u3002\\u4ed6\\u5011\\u525b\\u597d\\u662f\\u5f7c\\u6b64\\u7684\\u6551\\u8d16~\\u83f2\\u5229\\u6d66\\u7d66\\u5fb7\\u5229\\u65af\\u5de5\\u4f5c\\u6a5f\\u6703\\uff0c\\u8b93\\u5fb7\\u5229\\u65af\\u6709\\u52c7\\u6c23\\u6216\\u52d5\\u6a5f\\u53bb\\u878d\\u5165\\u4e3b\\u6d41\\u793e\\u6703(\\u5f71\\u7247\\u6700\\u5f8c\\u4ed6\\u53bb\\u627e\\u5de5\\u4f5c\\u9762\\u8a66)\\uff0c\\u5fb7\\u5229\\u65af\\u5247\\u662f<br \\/>\\n\\u2b27 \\u5b83\\u4f01\\u5716\\u5f15\\u5c0e\\u53d7\\u773e\\u601d\\u8003\\u3001\\u9762\\u5c0d\\u300c\\u793e\\u7fa4\\u300d\\u8207\\u300c\\u4eba\\u6027\\u300d\\u55ce\\uff1f <br \\/>\\n\\u793e\\u7fa4\\u662f\\u5426\\u5177\\u591a\\u5143\\u4ee5\\u53ca\\u5305\\u5bb9\\u7684\\u7279\\u8cea\\uff0c\\u5176\\u5be6\\u80fd\\u900f\\u904e\\u5c0d\\u5f85\\u4e0d\\u540c\\u7fa4\\u9ad4\\u7684\\u65b9\\u5f0f\\u4f86\\u89c0\\u5bdf\\u3002\\u9019\\u90e8\\u96fb\\u5f71\\u4ee5\\u8eab\\u5fc3\\u969c\\u7919\\u8005\\u70ba\\u4e3b\\u89d2\\uff0c\\u4e26\\u4ee5\\u4ed6\\u7684\\u8996\\u89d2\\u4f86\\u5256\\u6790\\u5468\\u906d\\u4eba\\u5c0d\\u8eab\\u5fc3\\u969c\\u7919\\u8005\\u7684\\u770b\\u6cd5\\u3002\\u5617\\u8a66\\u53bb\\u8a0e\\u8ad6\\u4e00\\u4ef6\\u4e8b--\\u7576\\u4e00\\u500b\\u4eba\\u6210\\u70ba\\u6b98\\u969c\\u4e4b\\u5f8c\\uff0c\\u4ed6\\u662f\\u5426\\u80fd\\u5920\\u64c1\\u6709\\u539f\\u672c\\u7684\\u751f\\u6d3b\\uff1f\\u9084\\u6709\\u6a5f\\u6703\\u8d70\\u9032\\u4e26\\u878d\\u5165\\u793e\\u7fa4\\u55ce\\uff1f\\u4eba\\u5011\\u5982\\u4f55\\u770b\\u5f85\\u4ed6\\uff1f\\u662f\\u5426\\u5c0a\\u91cd\\u4ed6\\u7684\\u81ea\\u4e3b\\uff0c\\u80af\\u8a8d\\u4ed6\\u7684\\u4e3b\\u9ad4\\u6027\\uff1f\\u9019\\u4e9b\\u8b70\\u984c\\u5176\\u5be6\\u90fd\\u727d\\u6d89\\u5230\\u5c0d\\u300c\\u793e\\u7fa4\\u300d\\u8207\\u300c\\u4eba\\u6027\\u300d\\u7684\\u601d\\u8003\\u3002<br \\/>\\n\\u2b27 \\u5b83\\u4f01\\u5716\\u5f15\\u5c0e\\u53d7\\u773e\\u7522\\u751f\\u884c\\u52d5\\u6216\\u6539\\u8b8a\\u751f\\u6d3b\\u55ce\\uff1f<br \\/>\\n\\u6b23\\u8cde\\u4e86\\u672c\\u7247\\u7684\\u89c0\\u773e\\uff0c\\u76f8\\u4fe1\\u6703\\u5c0d\\u8eab\\u5fc3\\u969c\\u7919\\u8005\\u7684\\u4e86\\u89e3\\u66f4\\u591a\\uff0c\\u4e5f\\u5c07\\u53cd\\u601d\\u81ea\\u5df1\\u770b\\u5f85\\u8eab\\u5fc3\\u969c\\u7919\\u8005\\u7684\\u65b9\\u5f0f\\uff0c\\u56e0\\u6b64\\uff0c\\u6211\\u8a8d\\u70ba\\u4e5f\\u61c9\\u8a72\\u4e5f\\u662f\\u9019\\u90e8\\u96fb\\u5f71\\u5275\\u4f5c\\u8005\\u7684\\u521d\\u8877\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":10,\"triggeredfrom\":\"forum_add_new_post\"}',1702803166,'web','125.229.183.111',NULL),(11719,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',177,'c',2,82,70,43,22,2,NULL,0,'{\"discussionid\":10,\"forumid\":13,\"forumtype\":\"single\"}',1702803166,'web','125.229.183.111',NULL),(11720,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',135,'c',2,82,70,43,22,2,22,0,'{\"forumid\":13,\"discussion\":10}',1702803166,'web','125.229.183.111',NULL),(11721,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,22,2,NULL,0,'null',1702803166,'web','125.229.183.111',NULL),(11722,'\\mod_forum\\event\\post_deleted','mod_forum','deleted','post','forum_posts',177,'d',0,82,70,43,22,2,22,0,'{\"discussionid\":10,\"forumid\":13,\"forumtype\":\"single\"}',1702803198,'web','125.229.183.111',NULL),(11723,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,22,2,NULL,0,'null',1702803198,'web','125.229.183.111',NULL),(11724,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',178,'c',2,82,70,43,22,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u91dd\\u5c0d\\u671f\\u672b\\u5831\\u544a\\u7684\\u6587\\u5316\\u7522\\u7269--\\u96fb\\u5f71\\u300a\\u9006\\u8f49\\u4eba\\u751f\\u300b\\uff0c\\u5617\\u8a66\\u56de\\u7b54\\u300c\\u4e09\\u3001\\u5167\\u5bb9\\u300d\\u7684\\u7591\\u554f<br \\/>\\n<br \\/>\\n1. \\u795e\\u5b78\\u8a9e\\u8a00\\uff08\\u53c3\\u8003\\u5927 R \\u5c0f r\\uff0c\\u5927 C \\u5c0f c\\uff09 <br \\/>\\n\\u2b27 \\u672c\\u4f5c\\u54c1\\u6709\\u660e\\u986f\\u7684\\u5b97\\u6559\\u529f\\u80fd\\uff08\\u57fa\\u7763\\u6559\\u529f\\u80fd\\uff09\\u55ce\\uff1f <br \\/>\\n\\u9019\\u90e8\\u96fb\\u5f71\\u4e26\\u6c92\\u6709\\u660e\\u986f\\u7684\\u5b97\\u6559\\u529f\\u80fd\\uff0c\\u8a34\\u8af8\\u7684\\u89c0\\u773e\\u4e5f\\u4e26\\u975e\\u4ee5\\u57fa\\u7763\\u5f92\\u70ba\\u4e3b\\u3002<br \\/>\\n\\u2b27 \\u672c\\u4f5c\\u54c1\\u8ac7\\u8ad6\\u5b97\\u6559\\u4e3b\\u984c\\uff08\\u57fa\\u7763\\u6559\\u4e3b\\u984c\\uff09\\u55ce\\uff1f <br \\/>\\n\\u6574\\u90e8\\u5f71\\u7247\\u4e26\\u6c92\\u6709\\u4ee5\\u57fa\\u7763\\u6559\\u6216\\u5176\\u4ed6\\u5b97\\u6559\\u70ba\\u4e3b\\u984c\\uff0c\\u6c92\\u6709\\u660e\\u986f\\u8a0e\\u8ad6\\u5230\\u6559\\u7fa9\\u7684\\u90e8\\u5206\\u3002<br \\/>\\n\\u2b27 \\u672c\\u4f5c\\u54c1\\u6307\\u6d89\\u5b97\\u6559\\u6587\\u672c\\uff08\\u57fa\\u7763\\u6559\\u6587\\u672c\\uff09\\u55ce\\uff1f <br \\/>\\n\\u4e26\\u6c92\\u6709\\u6307\\u6d89\\u5230\\u4efb\\u4f55\\u7684\\u5b97\\u6559\\u6587\\u672c\\uff0c\\u4e5f\\u6c92\\u6709\\u51fa\\u73fe\\u4efb\\u4f55\\u7684\\u5b97\\u6559\\u4fe1\\u4ef0\\u7b26\\u865f\\u3002<br \\/>\\n2. \\u7d42\\u6975\\u95dc\\u61f7\\uff08\\u53c3\\u8003\\u5927\\u5c0f\\u8abf\\u3001\\u85dd\\u8853\\u4e4b\\u96d9\\u5203\\uff09<br \\/>\\n\\u672c\\u7247\\u96d6\\u7136\\u6574\\u9ad4\\u800c\\u8a00\\u662f\\u90e8\\u559c\\u5287\\uff0c\\u8868\\u9762\\u4e0a\\u770b\\u8d77\\u4f86\\u5145\\u6eff\\u6cd5\\u5f0f\\u5e7d\\u9ed8\\uff0c\\u4f46\\u4e5f\\u6642\\u4e0d\\u6642\\u6d41\\u9732\\u51fa\\u4e3b\\u89d2\\u83f2\\u5229\\u6d66\\u53d7\\u50b7\\u5f8c\\uff0c\\u5931\\u53bb\\u59bb\\u5b50\\u8207\\u5065\\u5168\\u8eab\\u9ad4\\u7684\\u54c0\\u50b7\\u3002\\u6211\\u5011\\u4ecd\\u9700\\u8981\\u9762\\u5c0d\\u4ee5\\u4e0b\\u4e8b\\u5be6\\uff1a\\u7576\\u6211\\u5011\\u81ea\\u5df1\\u6210\\u70ba\\u8eab\\u5fc3\\u969c\\u7919\\u8005\\u6642\\u5982\\u4f55\\u81ea\\u8655\\uff1f\\u53c8\\u7576\\u5982\\u4f55\\u966a\\u4f34\\u6210\\u70ba\\u5931\\u80fd\\u8005\\u7684\\u89aa\\u53cb\\uff1f\\u65e2\\u5b9a\\u7684\\u523b\\u677f\\u5370\\u8c61\\u96e3\\u4ee5\\u79fb\\u9664\\uff0c\\u4e0d\\u540c\\u80cc\\u666f\\u968e\\u7d1a\\u7684\\u4eba\\u53c8\\u80fd\\u5920\\u600e\\u6a23\\u76f8\\u4e92\\u7406\\u89e3\\uff1f<br \\/>\\n<br \\/>\\n3. \\u672c\\u4f5c\\u54c1\\u5448\\u73fe\\u660e\\u78ba\\u7684\\u7f8e\\u611f\\u55ce\\uff1f\\u6216\\u662f\\u5b83\\u523b\\u610f\\u4e0d\\u7f8e\\uff1f <br \\/>\\n\\u5f71\\u7247\\u5834\\u666f\\u4e2d\\uff0c\\u51fa\\u73fe\\u4e3b\\u89d2\\u83f2\\u5229\\u6d66\\u6240\\u4f4f\\u7684\\u8c6a\\u5b85\\u3001\\u53c3\\u89c0\\u7684\\u85dd\\u5eca\\u53ca\\u5176\\u85dd\\u8853\\u756b\\u4f5c\\u3001\\u83f2\\u5229\\u6d66\\u751f\\u65e5\\u5bb4\\u6703\\u4e0a\\u5f26\\u6a02\\u5718\\u6f14\\u594f\\u53e4\\u5178\\u6a02\\u66f2\\u4ee5\\u53ca\\u770b\\u8b77\\u5fb7\\u5229\\u65af\\u96a8\\u8457\\u73fe\\u4ee3\\u6a02\\u66f2\\u6240\\u8df3\\u7684\\u821e\\u8e48\\u3002\\u6211\\u8a8d\\u70ba\\u4e0a\\u8ff0\\u7684\\u9019\\u4e9b\\u7247\\u6bb5\\u90fd\\u6709\\u5448\\u73fe\\u51fa\\u660e\\u78ba\\u7684\\u7f8e\\u611f\\uff0c\\u5927\\u90e8\\u5206\\u662f\\u53cd\\u6620\\u51fa\\u83f2\\u5229\\u6d66\\u6240\\u8655\\u793e\\u6703\\u968e\\u7d1a\\u7684\\u54c1\\u5473\\uff0c\\u53e6\\u5916\\uff0c\\u5247\\u662f\\u5fb7\\u5229\\u65af\\u96a8\\u97f3\\u6a02\\u8d77\\u821e\\u6642\\uff0c\\u90a3\\u7a2e\\u8eab\\u9ad4\\u5f8b\\u52d5\\u5341\\u5206\\u5354\\u8abf\\u53c8\\u5145\\u6eff\\u6d3b\\u529b\\u671d\\u6c23\\uff0c\\u662f\\u5448\\u73fe\\u4e86\\u53e6\\u4e00\\u7a2e\\u98a8\\u683c\\u7684\\u7f8e\\u611f\\u3002<br \\/>\\n4. \\u5b83\\u50b3\\u9054\\u54ea\\u4e9b\\u4fe1\\u606f\\uff1f\\u5b83\\u4fc3\\u4f7f\\u53d7\\u773e\\u505a\\u51fa\\u54ea\\u4e9b\\u56de\\u61c9\\uff1f\\u5b83\\u5982\\u4f55\\u505a\\u5230\\u9019\\u4e9b\\u4e8b\\uff1f <br \\/>\\n\\u2b27 \\u5b83\\u4f01\\u5716\\u5f15\\u5c0e\\u53d7\\u773e\\u601d\\u8003\\u3001\\u9762\\u5c0d\\u300c\\u6551\\u8d16\\u300d\\u55ce\\uff1f <br \\/>\\n\\u6211\\u8a8d\\u70ba\\u5c0e\\u6f14\\u6709\\u9019\\u500b\\u4f01\\u5716\\uff0c\\u56e0\\u70ba\\u5169\\u4f4d\\u4e3b\\u89d2\\u90fd\\u67d0\\u7a2e\\u7a0b\\u5ea6\\u4e0a\\u5c6c\\u65bc\\u88ab\\u793e\\u6703\\u908a\\u7de3\\u5316\\u7684\\u4eba\\uff0c\\u83f2\\u5229\\u6d66\\u7531\\u65bc\\u8eab\\u9ad4\\u6b98\\u969c\\u800c\\u4e3b\\u52d5\\u6216\\u88ab\\u52d5\\u7684\\u88ab\\u6392\\u9664\\u5728\\u4eba\\u969b\\u4e92\\u52d5\\u4e4b\\u5916\\uff0c\\u5fb7\\u5229\\u65af\\u5247\\u662f\\u7531\\u65bc\\u81ea\\u8eab\\u7684\\u65cf\\u88d4\\u8207\\u906d\\u9047\\uff0c\\u88ab\\u6392\\u9664\\u5728\\u6cd5\\u570b\\u4e3b\\u6d41\\u793e\\u6703\\u4e4b\\u5916\\u3002\\u4ed6\\u5011\\u525b\\u597d\\u662f\\u5f7c\\u6b64\\u7684\\u6551\\u8d16~\\u83f2\\u5229\\u6d66\\u7d66\\u5fb7\\u5229\\u65af\\u5de5\\u4f5c\\u6a5f\\u6703\\uff0c\\u8b93\\u5fb7\\u5229\\u65af\\u6709\\u52c7\\u6c23\\u6216\\u52d5\\u6a5f\\u53bb\\u878d\\u5165\\u4e3b\\u6d41\\u793e\\u6703(\\u5f71\\u7247\\u6700\\u5f8c\\u4ed6\\u53bb\\u627e\\u5de5\\u4f5c\\u9762\\u8a66)\\uff0c\\u5fb7\\u5229\\u65af\\u5247\\u662f<br \\/>\\n\\u2b27 \\u5b83\\u4f01\\u5716\\u5f15\\u5c0e\\u53d7\\u773e\\u601d\\u8003\\u3001\\u9762\\u5c0d\\u300c\\u793e\\u7fa4\\u300d\\u8207\\u300c\\u4eba\\u6027\\u300d\\u55ce\\uff1f <br \\/>\\n\\u793e\\u7fa4\\u662f\\u5426\\u5177\\u591a\\u5143\\u4ee5\\u53ca\\u5305\\u5bb9\\u7684\\u7279\\u8cea\\uff0c\\u5176\\u5be6\\u80fd\\u900f\\u904e\\u5c0d\\u5f85\\u4e0d\\u540c\\u7fa4\\u9ad4\\u7684\\u65b9\\u5f0f\\u4f86\\u89c0\\u5bdf\\u3002\\u9019\\u90e8\\u96fb\\u5f71\\u4ee5\\u8eab\\u5fc3\\u969c\\u7919\\u8005\\u70ba\\u4e3b\\u89d2\\uff0c\\u4e26\\u4ee5\\u4ed6\\u7684\\u8996\\u89d2\\u4f86\\u5256\\u6790\\u5468\\u906d\\u4eba\\u5c0d\\u8eab\\u5fc3\\u969c\\u7919\\u8005\\u7684\\u770b\\u6cd5\\u3002\\u5617\\u8a66\\u53bb\\u8a0e\\u8ad6\\u4e00\\u4ef6\\u4e8b--\\u7576\\u4e00\\u500b\\u4eba\\u6210\\u70ba\\u6b98\\u969c\\u4e4b\\u5f8c\\uff0c\\u4ed6\\u662f\\u5426\\u80fd\\u5920\\u64c1\\u6709\\u539f\\u672c\\u7684\\u751f\\u6d3b\\uff1f\\u9084\\u6709\\u6a5f\\u6703\\u8d70\\u9032\\u4e26\\u878d\\u5165\\u793e\\u7fa4\\u55ce\\uff1f\\u4eba\\u5011\\u5982\\u4f55\\u770b\\u5f85\\u4ed6\\uff1f\\u662f\\u5426\\u5c0a\\u91cd\\u4ed6\\u7684\\u81ea\\u4e3b\\uff0c\\u80af\\u8a8d\\u4ed6\\u7684\\u4e3b\\u9ad4\\u6027\\uff1f\\u9019\\u4e9b\\u8b70\\u984c\\u5176\\u5be6\\u90fd\\u727d\\u6d89\\u5230\\u5c0d\\u300c\\u793e\\u7fa4\\u300d\\u8207\\u300c\\u4eba\\u6027\\u300d\\u7684\\u601d\\u8003\\u3002<br \\/>\\n\\u2b27 \\u5b83\\u4f01\\u5716\\u5f15\\u5c0e\\u53d7\\u773e\\u7522\\u751f\\u884c\\u52d5\\u6216\\u6539\\u8b8a\\u751f\\u6d3b\\u55ce\\uff1f<br \\/>\\n\\u6b23\\u8cde\\u4e86\\u672c\\u7247\\u7684\\u89c0\\u773e\\uff0c\\u76f8\\u4fe1\\u6703\\u5c0d\\u8eab\\u5fc3\\u969c\\u7919\\u8005\\u7684\\u4e86\\u89e3\\u66f4\\u591a\\uff0c\\u4e5f\\u5c07\\u53cd\\u601d\\u81ea\\u5df1\\u770b\\u5f85\\u8eab\\u5fc3\\u969c\\u7919\\u8005\\u7684\\u65b9\\u5f0f\\uff0c\\u56e0\\u6b64\\uff0c\\u6211\\u8a8d\\u70ba\\u4e5f\\u61c9\\u8a72\\u4e5f\\u662f\\u9019\\u90e8\\u96fb\\u5f71\\u5275\\u4f5c\\u8005\\u7684\\u521d\\u8877\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":10,\"triggeredfrom\":\"forum_add_new_post\"}',1702803329,'web','125.229.183.111',NULL),(11725,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',178,'c',2,82,70,43,22,2,NULL,0,'{\"discussionid\":10,\"forumid\":13,\"forumtype\":\"single\"}',1702803329,'web','125.229.183.111',NULL),(11726,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,22,2,NULL,0,'null',1702803329,'web','125.229.183.111',NULL),(11727,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,22,2,NULL,0,'null',1702803375,'web','125.229.183.111',NULL),(11728,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,12,2,NULL,0,'null',1702803629,'web','114.254.1.150',NULL),(11729,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,12,2,NULL,0,'null',1702803652,'web','114.254.1.150',NULL),(11730,'\\core\\event\\notification_sent','core','sent','notification','notifications',1494,'c',0,1,10,0,12,0,6,0,'{\"courseid\":\"2\"}',1702803786,'cli',NULL,NULL),(11731,'\\core\\event\\notification_sent','core','sent','notification','notifications',1495,'c',0,1,10,0,12,0,11,0,'{\"courseid\":\"2\"}',1702803789,'cli',NULL,NULL),(11732,'\\core\\event\\notification_sent','core','sent','notification','notifications',1496,'c',0,1,10,0,12,0,23,0,'{\"courseid\":\"2\"}',1702803792,'cli',NULL,NULL),(11733,'\\core\\event\\notification_sent','core','sent','notification','notifications',1497,'c',0,1,10,0,12,0,12,0,'{\"courseid\":\"2\"}',1702803795,'cli',NULL,NULL),(11734,'\\core\\event\\notification_sent','core','sent','notification','notifications',1498,'c',0,1,10,0,12,0,13,0,'{\"courseid\":\"2\"}',1702803798,'cli',NULL,NULL),(11735,'\\core\\event\\notification_sent','core','sent','notification','notifications',1499,'c',0,1,10,0,12,0,5,0,'{\"courseid\":\"2\"}',1702803801,'cli',NULL,NULL),(11736,'\\core\\event\\notification_sent','core','sent','notification','notifications',1500,'c',0,1,10,0,12,0,21,0,'{\"courseid\":\"2\"}',1702803803,'cli',NULL,NULL),(11737,'\\core\\event\\notification_sent','core','sent','notification','notifications',1501,'c',0,1,10,0,12,0,20,0,'{\"courseid\":\"2\"}',1702803806,'cli',NULL,NULL),(11738,'\\core\\event\\notification_sent','core','sent','notification','notifications',1502,'c',0,1,10,0,12,0,16,0,'{\"courseid\":\"2\"}',1702803809,'cli',NULL,NULL),(11739,'\\core\\event\\notification_sent','core','sent','notification','notifications',1503,'c',0,1,10,0,12,0,22,0,'{\"courseid\":\"2\"}',1702803811,'cli',NULL,NULL),(11740,'\\core\\event\\notification_sent','core','sent','notification','notifications',1504,'c',0,1,10,0,12,0,2,0,'{\"courseid\":\"2\"}',1702803814,'cli',NULL,NULL),(11741,'\\core\\event\\notification_sent','core','sent','notification','notifications',1505,'c',0,1,10,0,12,0,19,0,'{\"courseid\":\"2\"}',1702803817,'cli',NULL,NULL),(11742,'\\core\\event\\notification_sent','core','sent','notification','notifications',1506,'c',0,1,10,0,12,0,14,0,'{\"courseid\":\"2\"}',1702803820,'cli',NULL,NULL),(11743,'\\core\\event\\notification_sent','core','sent','notification','notifications',1507,'c',0,1,10,0,22,0,6,0,'{\"courseid\":\"2\"}',1702806966,'cli',NULL,NULL),(11744,'\\core\\event\\notification_sent','core','sent','notification','notifications',1508,'c',0,1,10,0,22,0,11,0,'{\"courseid\":\"2\"}',1702806970,'cli',NULL,NULL),(11745,'\\core\\event\\notification_sent','core','sent','notification','notifications',1509,'c',0,1,10,0,22,0,23,0,'{\"courseid\":\"2\"}',1702806972,'cli',NULL,NULL),(11746,'\\core\\event\\notification_sent','core','sent','notification','notifications',1510,'c',0,1,10,0,22,0,13,0,'{\"courseid\":\"2\"}',1702806975,'cli',NULL,NULL),(11747,'\\core\\event\\notification_sent','core','sent','notification','notifications',1511,'c',0,1,10,0,22,0,5,0,'{\"courseid\":\"2\"}',1702806977,'cli',NULL,NULL),(11748,'\\core\\event\\notification_sent','core','sent','notification','notifications',1512,'c',0,1,10,0,22,0,20,0,'{\"courseid\":\"2\"}',1702806981,'cli',NULL,NULL),(11749,'\\core\\event\\notification_sent','core','sent','notification','notifications',1513,'c',0,1,10,0,22,0,16,0,'{\"courseid\":\"2\"}',1702806983,'cli',NULL,NULL),(11750,'\\core\\event\\notification_sent','core','sent','notification','notifications',1514,'c',0,1,10,0,22,0,22,0,'{\"courseid\":\"2\"}',1702806986,'cli',NULL,NULL),(11751,'\\core\\event\\notification_sent','core','sent','notification','notifications',1515,'c',0,1,10,0,22,0,2,0,'{\"courseid\":\"2\"}',1702806989,'cli',NULL,NULL),(11752,'\\core\\event\\notification_sent','core','sent','notification','notifications',1516,'c',0,1,10,0,22,0,19,0,'{\"courseid\":\"2\"}',1702806992,'cli',NULL,NULL),(11753,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,22,2,NULL,0,'null',1702815758,'web','125.229.183.111',NULL),(11754,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,22,2,NULL,0,'null',1702815783,'web','125.229.183.111',NULL),(11755,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702818068,'web','120.244.78.183',NULL),(11756,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1702818074,'web','120.244.78.183',NULL),(11757,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1702818074,'web','120.244.78.183',NULL),(11758,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1702818077,'web','120.244.78.183',NULL),(11759,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,23,2,23,0,'null',1702818087,'web','120.244.78.183',NULL),(11760,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,23,2,NULL,0,'null',1702818120,'web','120.244.78.183',NULL),(11761,'\\core\\event\\notification_sent','core','sent','notification','notifications',1517,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1702818126,'cli',NULL,NULL),(11762,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',4,'r',2,32,70,13,23,2,NULL,0,'null',1702818128,'web','120.244.78.183',NULL),(11763,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,23,2,NULL,0,'null',1702818132,'web','120.244.78.183',NULL),(11764,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,23,2,NULL,0,'null',1702818138,'web','120.244.78.183',NULL),(11765,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,23,2,NULL,0,'null',1702818157,'web','120.244.78.183',NULL),(11766,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',4,'r',2,32,70,13,23,2,NULL,0,'null',1702818160,'web','120.244.78.183',NULL),(11767,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,23,2,NULL,0,'null',1702818166,'web','120.244.78.183',NULL),(11768,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,23,2,NULL,0,'null',1702818194,'web','120.244.78.183',NULL),(11769,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,23,2,NULL,0,'null',1702818231,'web','120.244.78.183',NULL),(11770,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,23,2,NULL,0,'null',1702818517,'web','120.244.78.183',NULL),(11771,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,23,2,NULL,0,'null',1702819674,'web','120.244.78.183',NULL),(11772,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',3,'r',2,31,70,12,23,2,NULL,0,'null',1702820374,'web','120.244.78.183',NULL),(11773,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1702820605,'web','120.244.78.183',NULL),(11774,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,23,2,23,0,'null',1702820616,'web','120.244.78.183',NULL),(11775,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1702820664,'web','120.244.78.183',NULL),(11776,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,23,2,NULL,0,'null',1702820679,'web','120.244.78.183',NULL),(11777,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1702822505,'web','120.244.78.183',NULL),(11778,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1702822508,'web','120.244.78.183',NULL),(11779,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,23,2,NULL,0,'null',1702822535,'web','120.244.78.183',NULL),(11780,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1702822555,'web','120.244.78.183',NULL),(11781,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,23,2,NULL,0,'null',1702822560,'web','120.244.78.183',NULL),(11782,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1702822567,'web','120.244.78.183',NULL),(11783,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,23,2,NULL,0,'null',1702822791,'web','120.244.78.183',NULL),(11784,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1702822823,'web','120.244.78.183',NULL),(11785,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,23,2,23,0,'null',1702822838,'web','120.244.78.183',NULL),(11786,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,23,2,NULL,0,'null',1702822847,'web','120.244.78.183',NULL),(11787,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,23,2,NULL,0,'null',1702822889,'web','120.244.78.183',NULL),(11788,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,23,2,NULL,0,'null',1702823557,'web','120.244.78.183',NULL),(11789,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702824838,'web','120.244.78.183',NULL),(11790,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702825727,'web','203.121.235.95',NULL),(11791,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1702825741,'web','203.121.235.95',NULL),(11792,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1702825741,'web','203.121.235.95',NULL),(11793,'\\core\\event\\notification_sent','core','sent','notification','notifications',1518,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"1\"}',1702825746,'cli',NULL,NULL),(11794,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1702825746,'web','203.121.235.95',NULL),(11795,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,6,2,6,0,'null',1702825750,'web','203.121.235.95',NULL),(11796,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',16,'r',2,95,70,56,6,2,NULL,0,'null',1702825813,'web','203.121.235.95',NULL),(11797,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,6,2,NULL,0,'null',1702825815,'web','203.121.235.95',NULL),(11798,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',32,'r',2,93,70,54,6,2,6,0,'{\"assignid\":\"2\"}',1702825815,'web','203.121.235.95',NULL),(11799,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,6,2,NULL,0,'{\"assignid\":\"2\"}',1702825815,'web','203.121.235.95',NULL),(11800,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,6,2,NULL,0,'null',1702825818,'web','203.121.235.95',NULL),(11801,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',6,'r',2,88,70,49,6,2,6,0,'{\"assignid\":\"1\"}',1702825818,'web','203.121.235.95',NULL),(11802,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,6,2,NULL,0,'{\"assignid\":\"1\"}',1702825818,'web','203.121.235.95',NULL),(11803,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,6,2,NULL,0,'null',1702825858,'web','203.121.235.95',NULL),(11804,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,6,2,NULL,0,'null',1702825860,'web','203.121.235.95',NULL),(11805,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,6,2,NULL,0,'null',1702825893,'web','203.121.235.95',NULL),(11806,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,6,2,NULL,0,'null',1702825895,'web','203.121.235.95',NULL),(11807,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,6,2,NULL,0,'{\"assignid\":\"3\"}',1702825895,'web','203.121.235.95',NULL),(11808,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1702825898,'web','203.121.235.95',NULL),(11809,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,6,2,NULL,0,'null',1702825902,'web','203.121.235.95',NULL),(11810,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,6,2,NULL,0,'null',1702826030,'web','203.121.235.95',NULL),(11811,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',32,'r',2,93,70,54,6,2,6,0,'{\"assignid\":\"2\"}',1702826030,'web','203.121.235.95',NULL),(11812,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,6,2,NULL,0,'{\"assignid\":\"2\"}',1702826030,'web','203.121.235.95',NULL),(11813,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',16,'r',2,95,70,56,6,2,NULL,0,'null',1702826033,'web','203.121.235.95',NULL),(11814,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702827952,'web','27.96.224.186',NULL),(11815,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702827953,'web','27.96.224.186',NULL),(11816,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1702827969,'web','27.96.224.186',NULL),(11817,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,20,1,NULL,0,'null',1702827969,'web','27.96.224.186',NULL),(11818,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1702827973,'web','27.96.224.186',NULL),(11819,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,20,2,NULL,0,'null',1702827984,'web','27.96.224.186',NULL),(11820,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,20,2,NULL,0,'{\"assignid\":\"3\"}',1702827984,'web','27.96.224.186',NULL),(11821,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,20,2,NULL,0,'null',1702827989,'web','27.96.224.186',NULL),(11822,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702848217,'web','13.57.39.16',NULL),(11823,'\\core\\event\\user_loggedin','core','loggedin','user','user',12,'r',0,1,10,0,12,0,NULL,0,'{\"username\":\"fishalive@sohu.com\",\"extrauserinfo\":[]}',1702851043,'web','123.117.112.123',NULL),(11824,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',29,'r',2,91,70,52,12,2,NULL,0,'null',1702851043,'web','123.117.112.123',NULL),(11825,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,12,1,NULL,0,'null',1702851948,'web','123.117.112.123',NULL),(11826,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1702851950,'web','123.117.112.123',NULL),(11827,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,12,2,NULL,0,'null',1702851960,'web','123.117.112.123',NULL),(11828,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1702851979,'web','123.117.112.123',NULL),(11829,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,12,2,NULL,0,'null',1702851999,'web','123.117.112.123',NULL),(11830,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1702852006,'web','123.117.112.123',NULL),(11831,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,12,2,NULL,0,'null',1702852011,'web','123.117.112.123',NULL),(11832,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1702852020,'web','123.117.112.123',NULL),(11833,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,12,2,NULL,0,'null',1702852024,'web','123.117.112.123',NULL),(11834,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1702852033,'web','123.117.112.123',NULL),(11835,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,12,2,NULL,0,'null',1702852037,'web','123.117.112.123',NULL),(11836,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1702852056,'web','123.117.112.123',NULL),(11837,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,12,2,NULL,0,'null',1702852060,'web','123.117.112.123',NULL),(11838,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1702852096,'web','123.117.112.123',NULL),(11839,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1702864860,'web','175.182.9.196',NULL),(11840,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,21,2,NULL,0,'null',1702864861,'web','175.182.9.196',NULL),(11841,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1702864867,'web','175.182.9.196',NULL),(11842,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1702864870,'web','175.182.9.196',NULL),(11843,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1702864872,'web','175.182.9.196',NULL),(11844,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,21,2,NULL,0,'null',1702864885,'web','175.182.9.196',NULL),(11845,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,21,2,NULL,0,'{\"assignid\":\"3\"}',1702864885,'web','175.182.9.196',NULL),(11846,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,21,2,NULL,0,'null',1702864889,'web','175.182.9.196',NULL),(11847,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1702865550,'web','175.182.9.196',NULL),(11848,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,21,2,NULL,0,'null',1702865551,'web','175.182.9.196',NULL),(11849,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"reason\":3}',1702865580,'web','175.182.9.196',NULL),(11850,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1702865583,'web','175.182.9.196',NULL),(11851,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1702865587,'web','175.182.9.196',NULL),(11852,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,21,2,NULL,0,'null',1702865605,'web','175.182.9.196',NULL),(11853,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702869727,'web','117.56.58.51',NULL),(11854,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"221768\",\"reason\":1}',1702869755,'web','117.56.58.51',NULL),(11855,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1702869783,'web','117.56.58.51',NULL),(11856,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1702869783,'web','117.56.58.51',NULL),(11857,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1702869786,'web','117.56.58.51',NULL),(11858,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,14,2,NULL,0,'null',1702869833,'web','117.56.58.51',NULL),(11859,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',4,'r',2,88,70,49,14,2,14,0,'{\"assignid\":\"1\"}',1702869833,'web','117.56.58.51',NULL),(11860,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,14,2,NULL,0,'{\"assignid\":\"1\"}',1702869833,'web','117.56.58.51',NULL),(11861,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1702869850,'web','117.56.58.51',NULL),(11862,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,14,2,14,0,'null',1702869869,'web','117.56.58.51',NULL),(11863,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,14,2,NULL,0,'null',1702869900,'web','117.56.58.51',NULL),(11864,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',179,'c',2,82,70,43,14,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u91dd\\u5c0d\\u671f\\u672b\\u5831\\u544a\\u7684\\u6587\\u5316\\u7522\\u7269--\\u96fb\\u5f71\\u300a\\u81ea\\u7531\\u4e4b\\u8072\\u300b\\uff0c\\u5617\\u8a66\\u56de\\u7b54\\u300c\\u4e09\\u3001\\u5167\\u5bb9\\u300d\\u7684\\u7591\\u554f<br \\/>\\n<br \\/>\\n1.\\u672c\\u4f5c\\u54c1\\u6709\\u660e\\u986f\\u7684\\u5b97\\u6559\\u529f\\u80fd\\uff08\\u57fa\\u7763\\u6559\\u529f\\u80fd\\uff09\\u55ce\\uff1f<br \\/>\\n\\u7b54\\uff1a\\u6c92\\u6709<br \\/>\\na.\\u672c\\u4f5c\\u54c1\\u8ac7\\u8ad6\\u5b97\\u6559\\u4e3b\\u984c\\uff08\\u57fa\\u7763\\u6559\\u4e3b\\u984c\\uff09\\u55ce\\uff1f<br \\/>\\n\\u96fb\\u5f71\\u300a\\u81ea\\u7531\\u4e4b\\u8072\\u300b\\u4e26\\u672a\\u8a0e\\u8ad6\\u4efb\\u4f55\\u5b97\\u6559\\u4e3b\\u984c\\u6216\\u5b97\\u6559\\u529f\\u80fd\\uff0c\\u4f46\\u662f\\u5f9e\\u96fb\\u5f71\\u6240\\u50b3\\u9054\\u7684\\u4fe1\\u606f\\u537b\\u548c\\u57fa\\u7763\\u8036\\u7a4c\\u7684\\u611b\\u8207\\u4eba\\u6027\\u95dc\\u61f7\\u4e00\\u81f4\\uff0c\\u56e0\\u6b64\\u53ef\\u4ee5\\u6b78\\u985e\\u70bar \\u6216 c\\u985e\\u96fb\\u5f71\\u3002<br \\/>\\nb.\\u672c\\u4f5c\\u54c1\\u6307\\u6d89\\u5b97\\u6559\\u6587\\u672c\\uff08\\u57fa\\u7763\\u6559\\u6587\\u672c\\uff09\\u55ce\\uff1f<br \\/>\\n\\u96fb\\u5f71\\u4e2d\\u53ea\\u6709\\u300c\\u4e0a\\u5e1d\\u7684\\u5b69\\u5b50\\u662f\\u975e\\u8ce3\\u54c1\\u300d\\u9019\\u53e5\\u5c0d\\u767d\\uff0c\\u9ede\\u51fa\\u5c0d\\u5152\\u7ae5\\u62d0\\u8ce3\\u7684\\u56b4\\u53b2\\u8b74\\u8cac\\u3002<br \\/>\\n<br \\/>\\n2. \\u7d42\\u6975\\u95dc\\u61f7\\uff08\\u53c3\\u8003\\u5927\\u5c0f\\u8abf\\u3001\\u85dd\\u8853\\u4e4b\\u96d9\\u5203\\uff09<br \\/>\\n\\u96fb\\u5f71\\u4e2d\\u4e26\\u6c92\\u6709\\u63d0\\u5230\\u4efb\\u4f55\\u4fe1\\u4ef0\\u6216\\u5b97\\u6559\\uff0c\\u4f46\\u662f\\u5f9e\\u96fb\\u5f71\\u4e2d\\u89d2\\u8272\\u7684\\u884c\\u70ba\\u3001\\u5c0d\\u8a71\\u548c\\u6545\\u4e8b\\u60c5\\u7bc0\\uff0c\\u4e3b\\u89d2\\u7121\\u79c1\\u7684\\u611b\\uff0c\\u4e0d\\u754f\\u8271\\u96e3\\u5b8c\\u6210\\u6551\\u63f4\\u5b69\\u7ae5\\u7684\\u4efb\\u52d9\\uff0c\\u5c55\\u73fe\\u51fa\\u4fe1\\u4ef0\\u3001\\u6551\\u8d16\\u3001\\u5bec\\u6055\\u3001\\u611b\\u548c\\u5949\\u737b\\u7b49\\u4e3b\\u984c\\uff0c\\u5f15\\u5c0e\\u89c0\\u773e\\u601d\\u8003\\u548c\\u9762\\u5c0d\\u73fe\\u5be6\\u5b58\\u5728\\u7684\\u5152\\u7ae5\\u6027\\u525d\\u524a\\u548c\\u8ca9\\u904b\\u554f\\u984c\\uff0c\\u4e26\\u547c\\u7c72\\u4eba\\u5011\\u5171\\u540c\\u52aa\\u529b\\uff0c\\u4fdd\\u8b77\\u5152\\u7ae5\\u7684\\u6b0a\\u76ca\\u4e26\\u5c0d\\u9019\\u500b\\u554f\\u984c\\u9032\\u884c\\u95dc\\u6ce8\\u3002<br \\/>\\n<br \\/>\\n3. \\u672c\\u4f5c\\u54c1\\u5448\\u73fe\\u660e\\u78ba\\u7684\\u7f8e\\u611f\\u55ce\\uff1f\\u6216\\u662f\\u5b83\\u523b\\u610f\\u4e0d\\u7f8e\\uff1f<br \\/>\\n\\u9019\\u90e8\\u96fb\\u5f71\\u7684\\u7f8e\\u611f\\u9ad4\\u73fe\\u5728\\u651d\\u5f71\\u3001\\u8996\\u89ba\\uff0c\\u548c\\u97f3\\u6a02\\u6548\\u679c\\u4e0a\\u3002<br \\/>\\n(1)\\u651d\\u5f71<br \\/>\\n\\u672c\\u7247\\u523b\\u610f\\u4e0d\\u6e32\\u67d3\\u66b4\\u529b\\u6216\\u6b98\\u9177\\u7684\\u5b69\\u7ae5\\u60b2\\u5287\\u756b\\u9762\\uff0c\\u8a31\\u591a\\u6b98\\u66b4\\u6216\\u885d\\u7a81\\u7684\\u756b\\u9762\\u90fd\\u6a21\\u7cca\\u8655\\u7406\\u6216\\u8005\\u523b\\u610f\\u7565\\u904e\\uff0c\\u4ea6\\u4e0d\\u7279\\u5225\\u5f37\\u8abf\\u8fa6\\u6848\\u904e\\u7a0b\\u7684\\u66f2\\u6298\\u3001\\u6216\\u8ffd\\u6355\\u5834\\u9762\\u7684\\u523a\\u6fc0\\uff0c\\u53ea\\u5f9e\\u773c\\u795e\\u8207\\u6697\\u793a\\u8b93\\u89c0\\u773e\\u60f3\\u50cf\\u6b98\\u9177\\u7684\\u756b\\u9762\\uff0c\\u628a\\u4eba\\u6027\\u4e4b\\u60e1\\u7684\\u756b\\u9762\\u964d\\u5230\\u6700\\u4f4e\\u3002<br \\/>\\n(2)\\u8996\\u89ba\\u6548\\u679c<br \\/>\\n\\u523b\\u610f\\u5448\\u73fe\\u5728\\u4eba\\u8eab\\u9677\\u6700\\u8271\\u9245\\u3001\\u4f4e\\u6f6e\\u7684\\u74b0\\u5883\\uff0c\\u4ecd\\u7136\\u6709\\u5149\\u5c04\\u5165\\u9670\\u6697\\u4e4b\\u5730\\u3002\\u5b69\\u5b50\\u5011\\u88ab\\u95dc\\u5728\\u8ca8\\u8239\\u8259\\u88cf\\uff0c\\u6709\\u5149\\u5f9e\\u901a\\u98a8\\u53e3\\u5c04\\u5165\\u6666\\u6697\\u7684\\u89d2\\u843d\\u3002\\u96fb\\u5f71\\u4e2d\\uff0c\\u5c0f\\u59ca\\u59ca\\u7761\\u5728\\u7a97\\u908a\\u7684\\u5e8a\\u4e0a\\uff0c\\u6709\\u6708\\u5149\\u6ef2\\u5165\\uff0c\\u9edd\\u9ed1\\u7684\\u623f\\u9593\\u5167\\u71c3\\u8457\\u8a31\\u591a\\u67d4\\u548c\\u7684\\u71ed\\u5149\\u3002\\u7576\\u4e3b\\u89d2\\u5192\\u8457\\u751f\\u547d\\u5371\\u96aa\\u53bb\\u62ef\\u6551\\u88ab\\u8ca9\\u8ce3\\u7684\\u5152\\u7ae5\\uff0c\\u5b9b\\u5982\\u5149\\u7167\\u9032\\u6b7b\\u7a74\\u88e1\\uff0c\\u70ba\\u53d7\\u6027\\u4fb5\\u5bb3\\u7684\\u9748\\u9b42\\u5e36\\u4f86\\u76fc\\u671b\\u548c\\u672a\\u4f86\\u3002<br \\/>\\n(3)\\u97f3\\u6a02\\u6548\\u679c<br \\/>\\n\\u4ee5\\u300c\\u4e0a\\u5e1d\\u7684\\u5b69\\u5b50\\u662f\\u975e\\u8ce3\\u54c1\\u300d\\u7684\\u5c0d\\u767d\\uff0c\\u9ede\\u51fa\\u5c0d\\u5152\\u7ae5\\u62d0\\u8ce3\\u60e1\\u884c\\u7684\\u56b4\\u53b2\\u8b74\\u8cac\\uff0c\\u53c8\\u900f\\u904e\\u5927\\u91cf\\u7279\\u5beb\\u7684\\u6d41\\u6dda\\u756b\\u9762\\uff0c\\u5448\\u73fe\\u51fa\\u60b2\\u5929\\u61ab\\u4eba\\u7684\\u5fc3\\u60c5\\u3002\\u7247\\u4e2d\\u7372\\u6551\\u7684\\u5b69\\u5b50\\u5011\\u5728\\u5f97\\u77e5\\u4ed6\\u5011\\u91cd\\u7372\\u81ea\\u7531\\u4e4b\\u5f8c\\uff0c\\u4e00\\u8d77\\u5531\\u51fa\\u7684\\u6b4c\\u8072\\uff0c\\u5c31\\u662f\\u7247\\u540d\\u300a\\u81ea\\u7531\\u4e4b\\u8072\\u300b\\u7684\\u7531\\u4f86\\uff0c\\u8b93\\u96fb\\u5f71\\u88e1\\u9762\\u611b\\u8207\\u62ef\\u6551\\u7684\\u6545\\u4e8b\\u66f4\\u5ee3\\u6cdb\\u7684\\u88ab\\u50b3\\u64ad\\u3002<br \\/>\\n\\u2003<br \\/>\\n4. \\u5b83\\u50b3\\u9054\\u54ea\\u4e9b\\u4fe1\\u606f\\uff1f\\u5b83\\u4fc3\\u4f7f\\u53d7\\u773e\\u505a\\u51fa\\u54ea\\u4e9b\\u56de\\u61c9\\uff1f\\u5b83\\u5982\\u4f55\\u505a\\u5230\\u9019\\u4e9b\\u4e8b\\uff1f<br \\/>\\na. \\u5b83\\u4f01\\u5716\\u5f15\\u5c0e\\u53d7\\u773e\\u601d\\u8003\\u3001\\u9762\\u5c0d\\u300c\\u6551\\u8d16\\u300d\\u55ce\\uff1f<br \\/>\\n\\u5f9e\\u96fb\\u5f71\\u4e2d\\u89d2\\u8272\\u7684\\u884c\\u70ba\\u3001\\u5c0d\\u8a71\\u548c\\u6545\\u4e8b\\u60c5\\u7bc0\\uff0c\\u4e3b\\u89d2\\u7121\\u79c1\\u7684\\u611b\\uff0c\\u4e0d\\u754f\\u8271\\u96e3\\u5b8c\\u6210\\u6551\\u63f4\\u5b69\\u7ae5\\u7684\\u4efb\\u52d9\\uff0c\\u5c55\\u73fe\\u51fa\\u4fe1\\u4ef0\\u3001\\u6551\\u8d16\\u3001\\u5bec\\u6055\\u3001\\u611b\\u548c\\u5949\\u737b\\u7b49\\u4e3b\\u984c\\uff0c\\u5f15\\u5c0e\\u89c0\\u773e\\u601d\\u8003\\u548c\\u9762\\u5c0d\\u73fe\\u5be6\\u5b58\\u5728\\u7684\\u5152\\u7ae5\\u6027\\u525d\\u524a\\u548c\\u8ca9\\u904b\\u554f\\u984c\\uff0c\\u4e26\\u547c\\u7c72\\u4eba\\u5011\\u5171\\u540c\\u52aa\\u529b\\uff0c\\u4fdd\\u8b77\\u5152\\u7ae5\\u7684\\u6b0a\\u76ca\\u4e26\\u5c0d\\u9019\\u500b\\u554f\\u984c\\u9032\\u884c\\u95dc\\u6ce8\\u3002<br \\/>\\nb. \\u5b83\\u4f01\\u5716\\u5f15\\u5c0e\\u53d7\\u773e\\u601d\\u8003\\u3001\\u9762\\u5c0d\\u300c\\u793e\\u7fa4\\u300d\\u8207\\u300c\\u4eba\\u6027\\u300d\\u55ce\\uff1f<br \\/>\\n\\u672c\\u7247\\u5448\\u73fe\\u4e86\\u5c0d\\u4eba\\u6b0a\\u3001\\u5152\\u7ae5\\u62ef\\u6551\\u3001\\u5152\\u7ae5\\u8ca9\\u904b\\u548c\\u6027\\u525d\\u524a\\u7b49\\u8b70\\u984c\\u7684\\u95dc\\u6ce8\\u548c\\u547c\\u7c72\\uff0c\\u63ed\\u793a\\u9019\\u4e9b\\u554f\\u984c\\u7684\\u6b98\\u9177\\u73fe\\u5be6\\uff0c\\u5f15\\u8d77\\u793e\\u6703\\u95dc\\u6ce8\\u53ca\\u53cd\\u601d\\uff0c\\u4e26\\u547c\\u7c72\\u5171\\u540c\\u52aa\\u529b\\u70ba\\u5152\\u7ae5\\u5275\\u9020\\u5b89\\u5168\\u5065\\u5eb7\\u7684\\u74b0\\u5883\\u3002\\u3002<br \\/>\\nc.\\u5b83\\u4f01\\u5716\\u5f15\\u5c0e\\u53d7\\u773e\\u7522\\u751f\\u884c\\u52d5\\u6216\\u6539\\u8b8a\\u751f\\u6d3b\\u55ce\\uff1f<br \\/>\\n\\u4e0a\\u5e1d\\u7684\\u5b69\\u5b50\\u662f\\u975e\\u8ce3\\u54c1\\uff0c\\u9019\\u662f\\u795e\\u7d66\\u96fb\\u5f71\\u4e2d\\u4e3b\\u89d2\\u7684\\u547c\\u53ec\\uff0c\\u56e0\\u6b64\\u4ed6\\u653e\\u4e0b\\u4e00\\u5207\\uff0c\\u5168\\u529b\\u4ee5\\u8d74\\u4f86\\u62ef\\u6551\\u9ed1\\u6697\\u89d2\\u843d\\u4e2d\\u7684\\u5b69\\u7ae5\\u3002\\u8eab\\u70ba\\u795e\\u5152\\u5973\\u4e5f\\u7576\\u6e05\\u695a\\u77e5\\u9053\\uff0c\\u4e0a\\u5e1d\\u5c07\\u4f60\\u6211\\u62ef\\u6551\\u51fa\\u4f86\\uff0c\\u5728\\u9019\\u5730\\u4e0a\\u662f\\u6709\\u4f7f\\u547d\\u7684\\uff0c\\u61c9\\u7576\\u627e\\u5230\\u795e\\u6240\\u8a17\\u4ed8\\u7684\\u6069\\u8cdc\\u8207\\u547c\\u53ec\\uff0c\\u64fa\\u4e0a\\u81ea\\u5df1\\u3002\\u900f\\u904e\\u9019\\u90e8\\u96fb\\u5f71\\uff0c\\u8b93\\u89c0\\u773e\\u80fd\\u5920\\u77ad\\u89e3\\u4eba\\u6b0a\\u554f\\u984c\\uff0c\\u5305\\u62ec\\u4eba\\u53e3\\u8ca9\\u904b\\u548c\\u6027\\u5974\\u96b8\\u8cbf\\u6613\\u7684\\u73fe\\u72c0\\u548c\\u91cd\\u8981\\u6027\\uff0c\\u57f9\\u990a\\u5c0d\\u793e\\u6703\\u6b63\\u7fa9\\u7684\\u95dc\\u6ce8\\u548c\\u53c3\\u8207\\uff0c\\u4e26\\u63a2\\u8a0e\\u500b\\u4eba\\u884c\\u52d5\\u5c0d\\u65bc\\u6539\\u8b8a\\u793e\\u6703\\u7684\\u5f71\\u97ff\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":10,\"triggeredfrom\":\"forum_add_new_post\"}',1702870003,'web','117.56.58.51',NULL),(11865,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',179,'c',2,82,70,43,14,2,NULL,0,'{\"discussionid\":10,\"forumid\":13,\"forumtype\":\"single\"}',1702870003,'web','117.56.58.51',NULL),(11866,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',136,'c',2,82,70,43,14,2,14,0,'{\"forumid\":13,\"discussion\":10}',1702870003,'web','117.56.58.51',NULL),(11867,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,14,2,NULL,0,'null',1702870003,'web','117.56.58.51',NULL),(11868,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,14,0,NULL,0,'null',1702870013,'web','117.56.58.51',NULL),(11869,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1702870017,'web','117.56.58.51',NULL),(11870,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1702870019,'web','117.56.58.51',NULL),(11871,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,14,2,14,0,'null',1702870021,'web','117.56.58.51',NULL),(11872,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,14,2,NULL,0,'null',1702870052,'web','117.56.58.51',NULL),(11873,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1702870615,'web','117.56.58.51',NULL),(11874,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,14,2,NULL,0,'null',1702870627,'web','117.56.58.51',NULL),(11875,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,14,2,NULL,0,'{\"assignid\":\"3\"}',1702870628,'web','117.56.58.51',NULL),(11876,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,14,2,NULL,0,'null',1702870634,'web','117.56.58.51',NULL),(11877,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1702870656,'web','117.56.58.51',NULL),(11878,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1702870669,'web','117.56.58.51',NULL),(11879,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,14,2,NULL,0,'null',1702870685,'web','117.56.58.51',NULL),(11880,'\\mod_forum\\event\\subscription_created','mod_forum','created','subscription','forum_subscriptions',12,'c',2,89,70,50,14,2,14,0,'{\"forumid\":\"15\"}',1702870758,'web','117.56.58.51',NULL),(11881,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,14,2,NULL,0,'null',1702870758,'web','117.56.58.51',NULL),(11882,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',15,'r',2,89,70,50,14,2,NULL,0,'null',1702870789,'web','117.56.58.51',NULL),(11883,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1702870807,'web','117.56.58.51',NULL),(11884,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,14,2,NULL,0,'null',1702870810,'web','117.56.58.51',NULL),(11885,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,14,2,NULL,0,'null',1702870820,'web','117.56.58.51',NULL),(11886,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,14,2,NULL,0,'{\"assignid\":\"3\"}',1702870820,'web','117.56.58.51',NULL),(11887,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1702870830,'web','117.56.58.51',NULL),(11888,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,14,2,NULL,0,'null',1702870833,'web','117.56.58.51',NULL),(11889,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,14,2,NULL,0,'null',1702870846,'web','117.56.58.51',NULL),(11890,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',15,'r',2,89,70,50,14,2,NULL,0,'null',1702870866,'web','117.56.58.51',NULL),(11891,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',180,'c',2,89,70,50,14,2,NULL,0,'{\"content\":\"<p dir=\\\"ltr\\\" style=\\\"text-align: left;\\\">\\u6211\\u586b\\u5b8c\\u8868\\u55ae\\u4e86<\\/p>\",\"pathnamehashes\":[],\"discussionid\":16,\"triggeredfrom\":\"forum_add_discussion\"}',1702870903,'web','117.56.58.51',NULL),(11892,'\\mod_forum\\event\\discussion_created','mod_forum','created','discussion','forum_discussions',16,'c',2,89,70,50,14,2,NULL,0,'{\"forumid\":15}',1702870903,'web','117.56.58.51',NULL),(11893,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,14,2,NULL,0,'null',1702870903,'web','117.56.58.51',NULL),(11894,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702871615,'web','104.245.12.241',NULL),(11895,'\\core\\event\\user_loggedin','core','loggedin','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"extrauserinfo\":[]}',1702871626,'web','104.245.12.241',NULL),(11896,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,16,1,NULL,0,'null',1702871627,'web','104.245.12.241',NULL),(11897,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1702871630,'web','104.245.12.241',NULL),(11898,'\\core\\event\\notification_sent','core','sent','notification','notifications',1519,'c',0,1,10,0,0,0,16,0,'{\"courseid\":\"1\"}',1702871646,'cli',NULL,NULL),(11899,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,16,2,16,0,'null',1702871655,'web','104.245.12.241',NULL),(11900,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,16,2,NULL,0,'null',1702871680,'web','104.245.12.241',NULL),(11901,'\\core\\event\\notification_sent','core','sent','notification','notifications',1520,'c',0,1,10,0,14,0,6,0,'{\"courseid\":\"2\"}',1702873625,'cli',NULL,NULL),(11902,'\\core\\event\\notification_sent','core','sent','notification','notifications',1521,'c',0,1,10,0,14,0,11,0,'{\"courseid\":\"2\"}',1702873628,'cli',NULL,NULL),(11903,'\\core\\event\\notification_sent','core','sent','notification','notifications',1522,'c',0,1,10,0,14,0,23,0,'{\"courseid\":\"2\"}',1702873631,'cli',NULL,NULL),(11904,'\\core\\event\\notification_sent','core','sent','notification','notifications',1523,'c',0,1,10,0,14,0,13,0,'{\"courseid\":\"2\"}',1702873634,'cli',NULL,NULL),(11905,'\\core\\event\\notification_sent','core','sent','notification','notifications',1524,'c',0,1,10,0,14,0,5,0,'{\"courseid\":\"2\"}',1702873638,'cli',NULL,NULL),(11906,'\\core\\event\\notification_sent','core','sent','notification','notifications',1525,'c',0,1,10,0,14,0,20,0,'{\"courseid\":\"2\"}',1702873640,'cli',NULL,NULL),(11907,'\\core\\event\\notification_sent','core','sent','notification','notifications',1526,'c',0,1,10,0,14,0,16,0,'{\"courseid\":\"2\"}',1702873643,'cli',NULL,NULL),(11908,'\\core\\event\\notification_sent','core','sent','notification','notifications',1527,'c',0,1,10,0,14,0,22,0,'{\"courseid\":\"2\"}',1702873645,'cli',NULL,NULL),(11909,'\\core\\event\\notification_sent','core','sent','notification','notifications',1528,'c',0,1,10,0,14,0,2,0,'{\"courseid\":\"2\"}',1702873648,'cli',NULL,NULL),(11910,'\\core\\event\\notification_sent','core','sent','notification','notifications',1529,'c',0,1,10,0,14,0,19,0,'{\"courseid\":\"2\"}',1702873651,'cli',NULL,NULL),(11911,'\\core\\event\\notification_sent','core','sent','notification','notifications',1530,'c',0,1,10,0,14,0,14,0,'{\"courseid\":\"2\"}',1702874526,'cli',NULL,NULL),(11912,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702876753,'web','203.121.235.95',NULL),(11913,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1702876763,'web','203.121.235.95',NULL),(11914,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1702876763,'web','203.121.235.95',NULL),(11915,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1702876765,'web','203.121.235.95',NULL),(11916,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,6,2,NULL,0,'null',1702876803,'web','203.121.235.95',NULL),(11917,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,6,2,NULL,0,'null',1702876806,'web','203.121.235.95',NULL),(11918,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,6,2,NULL,0,'{\"assignid\":\"3\"}',1702876806,'web','203.121.235.95',NULL),(11919,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,6,2,NULL,0,'null',1702877060,'web','203.121.235.95',NULL),(11920,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1702877534,'web','104.245.12.192',NULL),(11921,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',3,'r',2,31,70,12,16,2,NULL,0,'null',1702877540,'web','104.245.12.192',NULL),(11922,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1702877585,'web','175.182.9.196',NULL),(11923,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1702879769,'web','104.245.12.192',NULL),(11924,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',6,'r',2,55,70,16,16,2,NULL,0,'null',1702879775,'web','104.245.12.192',NULL),(11925,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1702880369,'web','104.245.12.114',NULL),(11926,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,16,2,NULL,0,'null',1702880379,'web','104.245.12.114',NULL),(11927,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1702880446,'web','104.245.12.114',NULL),(11928,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,16,2,NULL,0,'null',1702880461,'web','104.245.12.114',NULL),(11929,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1702880529,'web','104.245.12.114',NULL),(11930,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',12,'r',2,63,70,24,16,2,NULL,0,'null',1702880542,'web','104.245.12.114',NULL),(11931,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1702880603,'web','104.245.12.114',NULL),(11932,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',11,'r',2,62,70,23,16,2,NULL,0,'null',1702880607,'web','104.245.12.114',NULL),(11933,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1702880694,'web','104.245.12.114',NULL),(11934,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,16,2,NULL,0,'null',1702880704,'web','104.245.12.114',NULL),(11935,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1702880758,'web','104.245.12.114',NULL),(11936,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,16,2,NULL,0,'null',1702880768,'web','104.245.12.114',NULL),(11937,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1702880805,'web','104.245.12.114',NULL),(11938,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,16,2,NULL,0,'null',1702880820,'web','104.245.12.114',NULL),(11939,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1702880903,'web','104.245.12.114',NULL),(11940,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,16,2,NULL,0,'null',1702880914,'web','104.245.12.192',NULL),(11941,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,6,2,NULL,0,'null',1702881391,'web','203.121.235.95',NULL),(11942,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,6,2,NULL,0,'null',1702881424,'web','203.121.235.95',NULL),(11943,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,6,2,NULL,0,'null',1702881429,'web','203.121.235.95',NULL),(11944,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1702881909,'web','104.245.12.192',NULL),(11945,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,16,2,NULL,0,'null',1702881945,'web','104.245.12.192',NULL),(11946,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1702881990,'web','104.245.12.192',NULL),(11947,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',29,'r',2,91,70,52,16,2,NULL,0,'null',1702882012,'web','104.245.12.192',NULL),(11948,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1702882033,'web','104.245.12.192',NULL),(11949,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,16,2,NULL,0,'null',1702882038,'web','104.245.12.192',NULL),(11950,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',22,'r',2,93,70,54,16,2,16,0,'{\"assignid\":\"2\"}',1702882038,'web','104.245.12.192',NULL),(11951,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,16,2,NULL,0,'{\"assignid\":\"2\"}',1702882038,'web','104.245.12.192',NULL),(11952,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1702882042,'web','104.245.12.192',NULL),(11953,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',31,'r',2,94,70,55,16,2,NULL,0,'null',1702882050,'web','104.245.12.192',NULL),(11954,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1702882105,'web','104.245.12.192',NULL),(11955,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,16,2,NULL,0,'null',1702882117,'web','104.245.12.192',NULL),(11956,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,16,2,NULL,0,'null',1702882136,'web','104.245.12.192',NULL),(11957,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,16,1,NULL,0,'null',1702882199,'web','104.245.12.192',NULL),(11958,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1702882202,'web','104.245.12.192',NULL),(11959,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,16,2,NULL,0,'null',1702882212,'web','104.245.12.192',NULL),(11960,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702889973,'web','223.138.235.157',NULL),(11961,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702893230,'web','120.244.78.183',NULL),(11962,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1702893235,'web','120.244.78.183',NULL),(11963,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1702893236,'web','120.244.78.183',NULL),(11964,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1702893238,'web','120.244.78.183',NULL),(11965,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,23,2,NULL,0,'null',1702893248,'web','120.244.78.183',NULL),(11966,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1702893447,'web','120.244.78.183',NULL),(11967,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,23,2,NULL,0,'null',1702893460,'web','120.244.78.183',NULL),(11968,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702893570,'web','120.244.78.183',NULL),(11969,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,6,2,NULL,0,'null',1702898252,'web','203.121.235.95',NULL),(11970,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,6,2,NULL,0,'null',1702898305,'web','203.121.235.95',NULL),(11971,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1702898335,'web','203.121.235.95',NULL),(11972,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,6,2,NULL,0,'null',1702911417,'web','203.121.235.95',NULL),(11973,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1702911427,'web','203.121.235.95',NULL),(11974,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702936633,'web','27.96.224.186',NULL),(11975,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702936633,'web','27.96.224.186',NULL),(11976,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1702936651,'web','27.96.224.186',NULL),(11977,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,20,1,NULL,0,'null',1702936651,'web','27.96.224.186',NULL),(11978,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1702936654,'web','27.96.224.186',NULL),(11979,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,20,2,20,0,'null',1702936655,'web','27.96.224.186',NULL),(11980,'\\core\\event\\user_loggedin','core','loggedin','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"extrauserinfo\":[]}',1702950356,'web','104.245.12.114',NULL),(11981,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1702950357,'web','104.245.12.114',NULL),(11982,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,16,2,NULL,0,'null',1702950367,'web','104.245.12.114',NULL),(11983,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,16,2,NULL,0,'{\"assignid\":\"3\"}',1702950367,'web','104.245.12.114',NULL),(11984,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,16,2,NULL,0,'null',1702950376,'web','104.245.12.114',NULL),(11985,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,96,70,57,16,2,16,0,'{\"assignid\":\"3\"}',1702950376,'web','104.245.12.114',NULL),(11986,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,16,2,NULL,0,'null',1702950384,'web','104.245.12.114',NULL),(11987,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,96,70,57,16,2,16,0,'{\"assignid\":\"3\"}',1702950384,'web','104.245.12.114',NULL),(11988,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702950669,'web','123.193.70.68',NULL),(11989,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1702950677,'web','123.193.70.68',NULL),(11990,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,5,1,NULL,0,'null',1702950677,'web','123.193.70.68',NULL),(11991,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1702950679,'web','123.193.70.68',NULL),(11992,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,5,2,NULL,0,'null',1702950692,'web','123.193.70.68',NULL),(11993,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,5,2,NULL,0,'null',1702950694,'web','123.193.70.68',NULL),(11994,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,5,2,NULL,0,'null',1702950696,'web','123.193.70.68',NULL),(11995,'\\core\\event\\notification_sent','core','sent','notification','notifications',1531,'c',0,1,10,0,0,0,5,0,'{\"courseid\":\"1\"}',1702950728,'cli',NULL,NULL),(11996,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,16,2,NULL,0,'null',1702951094,'web','104.245.12.114',NULL),(11997,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',47,'c',2,96,70,57,16,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"f4c1c36bed3d8b08fceff937ea129b959c616275\"]}',1702951094,'web','104.245.12.114',NULL),(11998,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',22,'c',2,96,70,57,16,2,16,0,'{\"submissionid\":\"47\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1702951094,'web','104.245.12.114',NULL),(11999,'\\core\\event\\notification_sent','core','sent','notification','notifications',1532,'c',0,1,10,0,0,0,16,0,'{\"courseid\":\"2\"}',1702951097,'web','104.245.12.114',NULL),(12000,'\\core\\event\\notification_sent','core','sent','notification','notifications',1533,'c',0,1,10,0,16,0,2,0,'{\"courseid\":\"2\"}',1702951100,'web','104.245.12.114',NULL),(12001,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',47,'u',2,96,70,57,16,2,NULL,0,'{\"submission_editable\":true}',1702951100,'web','104.245.12.114',NULL),(12002,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,16,2,NULL,0,'null',1702951100,'web','104.245.12.114',NULL),(12003,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,16,2,NULL,0,'{\"assignid\":\"3\"}',1702951101,'web','104.245.12.114',NULL),(12004,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702955778,'web','65.154.226.168',NULL),(12005,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,5,2,NULL,0,'null',1702959802,'web','123.193.70.68',NULL),(12006,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,5,2,NULL,0,'null',1702959808,'web','123.193.70.68',NULL),(12007,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1702966834,'web','117.56.58.51',NULL),(12008,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1702966857,'web','117.56.58.51',NULL),(12009,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1702966857,'web','117.56.58.51',NULL),(12010,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1702966859,'web','117.56.58.51',NULL),(12011,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,14,2,NULL,0,'null',1702966868,'web','117.56.58.51',NULL),(12012,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,14,2,NULL,0,'{\"assignid\":\"3\"}',1702966868,'web','117.56.58.51',NULL),(12013,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,14,2,NULL,0,'null',1702966872,'web','117.56.58.51',NULL),(12014,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,96,70,57,14,2,14,0,'{\"assignid\":\"3\"}',1702966872,'web','117.56.58.51',NULL),(12015,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,14,2,NULL,0,'null',1702966906,'web','117.56.58.51',NULL),(12016,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',50,'c',2,96,70,57,14,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"64ae7baba6be2cad1ccd9a6fa6f608edfad127f8\"]}',1702966906,'web','117.56.58.51',NULL),(12017,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',23,'c',2,96,70,57,14,2,14,0,'{\"submissionid\":\"50\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1702966906,'web','117.56.58.51',NULL),(12018,'\\core\\event\\notification_sent','core','sent','notification','notifications',1534,'c',0,1,10,0,0,0,14,0,'{\"courseid\":\"2\"}',1702966909,'web','117.56.58.51',NULL),(12019,'\\core\\event\\notification_sent','core','sent','notification','notifications',1535,'c',0,1,10,0,14,0,2,0,'{\"courseid\":\"2\"}',1702966911,'web','117.56.58.51',NULL),(12020,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',50,'u',2,96,70,57,14,2,NULL,0,'{\"submission_editable\":true}',1702966911,'web','117.56.58.51',NULL),(12021,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,14,2,NULL,0,'null',1702966912,'web','117.56.58.51',NULL),(12022,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,14,2,NULL,0,'{\"assignid\":\"3\"}',1702966912,'web','117.56.58.51',NULL),(12023,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,14,2,NULL,0,'null',1702966934,'web','117.56.58.51',NULL),(12024,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,5,1,NULL,0,'null',1702977193,'web','123.193.70.68',NULL),(12025,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1702977195,'web','123.193.70.68',NULL),(12026,'\\core\\event\\user_loggedin','core','loggedin','user','user',12,'r',0,1,10,0,12,0,NULL,0,'{\"username\":\"fishalive@sohu.com\",\"extrauserinfo\":[]}',1702979651,'web','114.254.3.180',NULL),(12027,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,12,2,NULL,0,'null',1702979651,'web','114.254.3.180',NULL),(12028,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,12,2,NULL,0,'{\"assignid\":\"1\"}',1702979651,'web','114.254.3.180',NULL),(12029,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,12,2,NULL,0,'null',1702979655,'web','114.254.3.180',NULL),(12030,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,12,2,12,0,'{\"assignid\":\"1\"}',1702979655,'web','114.254.3.180',NULL),(12031,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,12,2,NULL,0,'null',1702979671,'web','114.254.3.180',NULL),(12032,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,12,2,NULL,0,'null',1702979803,'web','114.254.3.180',NULL),(12033,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',9,'c',2,88,70,49,12,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"3500588a1d53f94ce0d1c5642d8feb9ed86a2f8a\"]}',1702979803,'web','114.254.3.180',NULL),(12034,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',24,'c',2,88,70,49,12,2,12,0,'{\"submissionid\":\"9\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1702979803,'web','114.254.3.180',NULL),(12035,'\\core\\event\\notification_sent','core','sent','notification','notifications',1536,'c',0,1,10,0,0,0,12,0,'{\"courseid\":\"2\"}',1702979806,'web','114.254.3.180',NULL),(12036,'\\core\\event\\notification_sent','core','sent','notification','notifications',1537,'c',0,1,10,0,12,0,2,0,'{\"courseid\":\"2\"}',1702979808,'web','114.254.3.180',NULL),(12037,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',9,'u',2,88,70,49,12,2,NULL,0,'{\"submission_editable\":true}',1702979808,'web','114.254.3.180',NULL),(12038,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,12,2,NULL,0,'null',1702979808,'web','114.254.3.180',NULL),(12039,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,12,2,NULL,0,'{\"assignid\":\"1\"}',1702979808,'web','114.254.3.180',NULL),(12040,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1702979822,'web','114.254.3.180',NULL),(12041,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703000148,'web','167.99.12.73',NULL),(12042,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1703007525,'web','27.96.224.186',NULL),(12043,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,20,2,NULL,0,'null',1703007525,'web','27.96.224.186',NULL),(12044,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,20,1,NULL,0,'null',1703007537,'web','27.96.224.186',NULL),(12045,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1703007539,'web','27.96.224.186',NULL),(12046,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',14,'r',2,65,70,26,20,2,NULL,0,'null',1703007546,'web','27.96.224.186',NULL),(12047,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1703007550,'web','27.96.224.186',NULL),(12048,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',13,'r',2,64,70,25,20,2,NULL,0,'null',1703007557,'web','27.96.224.186',NULL),(12049,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1703007592,'web','27.96.224.186',NULL),(12050,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',15,'r',2,66,70,27,20,2,NULL,0,'null',1703007596,'web','27.96.224.186',NULL),(12051,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1703007641,'web','27.96.224.186',NULL),(12052,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,20,2,NULL,0,'null',1703007646,'web','27.96.224.186',NULL),(12053,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,20,2,NULL,0,'null',1703007656,'web','27.96.224.186',NULL),(12054,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',13,'r',2,64,70,25,20,2,NULL,0,'null',1703007710,'web','27.96.224.186',NULL),(12055,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703011002,'web','176.123.8.239',NULL),(12056,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1703038509,'web','114.24.114.60',NULL),(12057,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1703038509,'web','114.24.114.60',NULL),(12058,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,5,2,NULL,0,'null',1703038517,'web','114.24.114.60',NULL),(12059,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,5,2,NULL,0,'null',1703038519,'web','114.24.114.60',NULL),(12060,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,5,2,NULL,0,'null',1703038520,'web','114.24.114.60',NULL),(12061,'\\core\\event\\notification_sent','core','sent','notification','notifications',1538,'c',0,1,10,0,0,0,5,0,'{\"courseid\":\"1\"}',1703038571,'cli',NULL,NULL),(12062,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,5,2,NULL,0,'null',1703040029,'web','114.24.114.60',NULL),(12063,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,5,2,NULL,0,'{\"assignid\":\"3\"}',1703040029,'web','114.24.114.60',NULL),(12064,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,5,2,NULL,0,'null',1703040035,'web','114.24.114.60',NULL),(12065,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,96,70,57,5,2,5,0,'{\"assignid\":\"3\"}',1703040035,'web','114.24.114.60',NULL),(12066,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,5,2,NULL,0,'null',1703040051,'web','114.24.114.60',NULL),(12067,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',51,'c',2,96,70,57,5,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"15059b59ef168574571c574ca8c4cd0b1475a51d\"]}',1703040051,'web','114.24.114.60',NULL),(12068,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',25,'c',2,96,70,57,5,2,5,0,'{\"submissionid\":\"51\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1703040051,'web','114.24.114.60',NULL),(12069,'\\core\\event\\notification_sent','core','sent','notification','notifications',1539,'c',0,1,10,0,0,0,5,0,'{\"courseid\":\"2\"}',1703040054,'web','114.24.114.60',NULL),(12070,'\\core\\event\\notification_sent','core','sent','notification','notifications',1540,'c',0,1,10,0,5,0,2,0,'{\"courseid\":\"2\"}',1703040057,'web','114.24.114.60',NULL),(12071,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',51,'u',2,96,70,57,5,2,NULL,0,'{\"submission_editable\":true}',1703040057,'web','114.24.114.60',NULL),(12072,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,5,2,NULL,0,'null',1703040057,'web','114.24.114.60',NULL),(12073,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,5,2,NULL,0,'{\"assignid\":\"3\"}',1703040057,'web','114.24.114.60',NULL),(12074,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',16,'r',2,95,70,56,5,2,NULL,0,'null',1703040061,'web','114.24.114.60',NULL),(12075,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,5,2,NULL,0,'null',1703040066,'web','114.24.114.60',NULL),(12076,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,5,0,NULL,0,'null',1703040078,'web','114.24.114.60',NULL),(12077,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,5,1,NULL,0,'null',1703040079,'web','114.24.114.60',NULL),(12078,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,5,0,NULL,0,'null',1703040080,'web','114.24.114.60',NULL),(12079,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1703040082,'web','114.24.114.60',NULL),(12080,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,5,2,5,0,'null',1703040116,'web','114.24.114.60',NULL),(12081,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703056138,'web','218.172.84.171',NULL),(12082,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1703056143,'web','218.172.84.171',NULL),(12083,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1703056144,'web','218.172.84.171',NULL),(12084,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1703056151,'web','218.172.84.171',NULL),(12085,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,22,2,NULL,0,'null',1703056157,'web','218.172.84.171',NULL),(12086,'\\core\\event\\notification_sent','core','sent','notification','notifications',1541,'c',0,1,10,0,0,0,22,0,'{\"courseid\":\"1\"}',1703056207,'cli',NULL,NULL),(12087,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,22,2,NULL,0,'null',1703061246,'web','218.172.84.171',NULL),(12088,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,22,2,NULL,0,'{\"assignid\":\"3\"}',1703061247,'web','218.172.84.171',NULL),(12089,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703068514,'web','123.117.112.123',NULL),(12090,'\\core\\event\\user_loggedin','core','loggedin','user','user',12,'r',0,1,10,0,12,0,NULL,0,'{\"username\":\"fishalive@sohu.com\",\"extrauserinfo\":[]}',1703068520,'web','123.117.112.123',NULL),(12091,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,12,1,NULL,0,'null',1703068520,'web','123.117.112.123',NULL),(12092,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1703068523,'web','123.117.112.123',NULL),(12093,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,12,2,NULL,0,'null',1703068530,'web','123.117.112.123',NULL),(12094,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,12,2,NULL,0,'{\"assignid\":\"2\"}',1703068530,'web','123.117.112.123',NULL),(12095,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,12,2,NULL,0,'null',1703068533,'web','123.117.112.123',NULL),(12096,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,93,70,54,12,2,12,0,'{\"assignid\":\"2\"}',1703068534,'web','123.117.112.123',NULL),(12097,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,12,2,NULL,0,'null',1703068557,'web','123.117.112.123',NULL),(12098,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',40,'c',2,93,70,54,12,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"0819c7cdece0a64e373315d1e9352ae0e06a0e32\"]}',1703068558,'web','123.117.112.123',NULL),(12099,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',26,'c',2,93,70,54,12,2,12,0,'{\"submissionid\":\"40\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1703068558,'web','123.117.112.123',NULL),(12100,'\\core\\event\\notification_sent','core','sent','notification','notifications',1542,'c',0,1,10,0,0,0,12,0,'{\"courseid\":\"2\"}',1703068560,'web','123.117.112.123',NULL),(12101,'\\core\\event\\notification_sent','core','sent','notification','notifications',1543,'c',0,1,10,0,12,0,2,0,'{\"courseid\":\"2\"}',1703068563,'web','123.117.112.123',NULL),(12102,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',40,'u',2,93,70,54,12,2,NULL,0,'{\"submission_editable\":true}',1703068563,'web','123.117.112.123',NULL),(12103,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,12,2,NULL,0,'null',1703068563,'web','123.117.112.123',NULL),(12104,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,12,2,NULL,0,'{\"assignid\":\"2\"}',1703068563,'web','123.117.112.123',NULL),(12105,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,12,2,NULL,0,'null',1703068568,'web','123.117.112.123',NULL),(12106,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,12,2,NULL,0,'{\"assignid\":\"1\"}',1703068568,'web','123.117.112.123',NULL),(12107,'\\core\\event\\notification_sent','core','sent','notification','notifications',1544,'c',0,1,10,0,0,0,12,0,'{\"courseid\":\"1\"}',1703068566,'cli',NULL,NULL),(12108,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,12,2,NULL,0,'null',1703068572,'web','123.117.112.123',NULL),(12109,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,12,2,NULL,0,'null',1703068629,'web','123.117.112.123',NULL),(12110,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,12,2,NULL,0,'null',1703068640,'web','123.117.112.123',NULL),(12111,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,12,2,NULL,0,'{\"assignid\":\"3\"}',1703068640,'web','123.117.112.123',NULL),(12112,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,12,2,NULL,0,'null',1703068650,'web','123.117.112.123',NULL),(12113,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,12,2,NULL,0,'null',1703069850,'web','123.117.112.123',NULL),(12114,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,12,1,NULL,0,'null',1703079686,'web','123.117.112.123',NULL),(12115,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1703079690,'web','123.117.112.123',NULL),(12116,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,12,2,NULL,0,'null',1703079698,'web','123.117.112.123',NULL),(12117,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',181,'c',2,82,70,43,12,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">1. \\u795e\\u5b78\\u8a9e\\u8a00\\uff08\\u53c3\\u8003\\u5927 R \\u5c0f r\\uff0c\\u5927 C \\u5c0f c\\uff09<br \\/>\\n\\u2b27 \\u672c\\u4f5c\\u54c1\\u6709\\u660e\\u986f\\u7684\\u5b97\\u6559\\u529f\\u80fd\\uff08\\u57fa\\u7763\\u6559\\u529f\\u80fd\\uff09\\u55ce\\uff1f<br \\/>\\n \\u8fd9\\u90e8\\u4f5c\\u54c1\\u6ca1\\u6709\\u660e\\u663e\\u7684\\u5b97\\u6559\\u529f\\u80fd\\uff0c\\u5b83\\u5e76\\u4e0d\\u662f\\u4e3a\\u4e86\\u5f15\\u5bfc\\u57fa\\u7763\\u6559\\u7684\\u4fe1\\u5f92\\u8fdb\\u884c\\u5d07\\u62dc\\u3001\\u67e5\\u7ecf\\u7b49\\u5b97\\u6559\\u6d3b\\u52a8\\uff0c\\u4e5f\\u4e0d\\u662f\\u4e3a\\u4e86\\u9a73\\u65a5\\u57fa\\u7763\\u6559\\u3002\\u5b83\\u8c08\\u53ca\\u57fa\\u7763\\u6559\\u53ea\\u662f\\u4e3a\\u4e86\\u8868\\u73b0\\u4e3b\\u4eba\\u516c\\u7ecf\\u5386\\u7684\\u4e00\\u79cd\\u81ea\\u6211\\u6551\\u8d4e\\u7684\\u5c1d\\u8bd5\\u3002<br \\/>\\n\\u2b27 \\u672c\\u4f5c\\u54c1\\u8ac7\\u8ad6\\u5b97\\u6559\\u4e3b\\u984c\\uff08\\u57fa\\u7763\\u6559\\u4e3b\\u984c\\uff09\\u55ce\\uff1f<br \\/>\\n \\u8fd9\\u90e8\\u4f5c\\u54c1\\u8c08\\u8bba\\u4e86\\u57fa\\u7763\\u6559\\u4e3b\\u9898\\u3002\\u4f8b\\u5982\\uff0c\\u7533\\u7231\\u521a\\u521a\\u52a0\\u5165\\u6559\\u4f1a\\u65f6\\u5728\\u5c0f\\u7ec4\\u5206\\u4eab\\u63d0\\u5230\\u7684\\u201c\\u559c\\u4e50\\u201d\\uff0c\\u5979\\u524d\\u5f80\\u76d1\\u72f1\\u63a2\\u89c6\\u662f\\u51fa\\u4e8e\\u57fa\\u7763\\u6559\\u7684\\u4e3b\\u9898\\u201c\\u9976\\u6055\\u201d\\u3002<br \\/>\\n\\u2b27 \\u672c\\u4f5c\\u54c1\\u6307\\u6d89\\u5b97\\u6559\\u6587\\u672c\\uff08\\u57fa\\u7763\\u6559\\u6587\\u672c\\uff09\\u55ce\\uff1f<br \\/>\\n \\u8fd9\\u90e8\\u4f5c\\u54c1\\u6ca1\\u6709\\u6d89\\u53ca\\u5b97\\u6559\\u6587\\u672c\\u3002<br \\/>\\n2. \\u7d42\\u6975\\u95dc\\u61f7\\uff08\\u53c3\\u8003\\u5927\\u5c0f\\u8abf\\u3001\\u85dd\\u8853\\u4e4b\\u96d9\\u5203\\uff09<br \\/>\\n \\u8fd9\\u90e8\\u4f5c\\u54c1\\u6709\\u5f88\\u6df1\\u5165\\u7684\\u7ec8\\u6781\\u5173\\u6000\\uff0c\\u5b83\\u672c\\u8eab\\u89e6\\u78b0\\u7684\\u662f\\u4e00\\u4e2a\\u6781\\u5927\\u7684\\u82e6\\u96be\\u2014\\u2014\\u4e27\\u5b50\\u4e4b\\u75db\\u3002\\u6446\\u5728\\u9762\\u524d\\u7684\\u95ee\\u9898\\u5c31\\u662f\\uff1a\\u4ec0\\u4e48\\u80fd\\u7ed9\\u82e6\\u96be\\u4e2d\\u7684\\u4eba\\u4ee5\\u5b89\\u6170\\uff1f\\u7136\\u540e\\u5b83\\u63ed\\u793a\\u4e86\\u53e6\\u4e00\\u4e2a\\u9690\\u85cf\\u7684\\u95ee\\u9898\\uff0c\\u5c31\\u662f\\u516c\\u4e49\\u662f\\u5426\\u5b58\\u5728\\u3002\\u5728\\u516c\\u4e49\\u4e0d\\u5b58\\u5728\\u7684\\u60c5\\u51b5\\u4e0b\\uff0c\\u8fd8\\u6709\\u4ec0\\u4e48\\u80fd\\u7ed9\\u4eba\\u5b89\\u6170\\u3002\\u4f5c\\u54c1\\u7684\\u4e3b\\u57fa\\u8c03\\u662f\\u7070\\u6697\\u7684\\uff0c\\u6ca1\\u6709\\u516c\\u4e49\\uff0c\\u6ca1\\u6709\\u5b89\\u6170\\uff0c\\u5c31\\u8fde\\u4e00\\u5ea6\\u8d77\\u5230\\u4f5c\\u7528\\u7684\\u5b97\\u6559\\u4e5f\\u88ab\\u8bc1\\u660e\\u53ea\\u662f\\u63d0\\u4f9b\\u4e86\\u865a\\u5047\\u7684\\u5b89\\u6170\\uff0c\\u7136\\u540e\\u4e3b\\u4eba\\u516c\\u5c06\\u8fd9\\u4e00\\u5207\\u5b8c\\u5168\\u6253\\u788e\\u3002\\u4f46\\u4f5c\\u54c1\\u5728\\u8fd9\\u4e00\\u5207\\u4e4b\\u4e0b\\u8fd8\\u4fdd\\u7559\\u7740\\u4e00\\u4e1d\\u6e29\\u60c5\\uff0c\\u4e00\\u7ebf\\u5014\\u5f3a\\u7684\\u5e0c\\u671b\\uff0c\\u9700\\u8981\\u4eba\\u81ea\\u5df1\\u53bb\\u9762\\u5bf9\\uff0c\\u81ea\\u5df1\\u53bb\\u5bfb\\u627e\\u3002<br \\/>\\n3. \\u672c\\u4f5c\\u54c1\\u5448\\u73fe\\u660e\\u78ba\\u7684\\u7f8e\\u611f\\u55ce\\uff1f\\u6216\\u662f\\u5b83\\u523b\\u610f\\u4e0d\\u7f8e\\uff1f<br \\/>\\n \\u4ece\\u201c\\u771f\\u201d\\u4e0e\\u201c\\u7f8e\\u201d\\u4e24\\u4e2a\\u7ef4\\u5ea6\\u6765\\u770b\\uff0c\\u672c\\u4f5c\\u54c1\\u523b\\u753b\\u4e86\\u771f\\u4e0e\\u4e0d\\u7f8e\\uff1a\\u6bd4\\u5982\\u5b97\\u707f\\u7684\\u7b28\\u624b\\u7b28\\u811a\\uff0c\\u7ed1\\u7968\\u6848\\u7684\\u73b0\\u573a\\uff0c\\u706b\\u5316\\u7684\\u573a\\u9762\\uff1b\\u865a\\u5047\\u4e0e\\u4e0d\\u7f8e\\uff1a\\u7533\\u7231\\u5728\\u521d\\u6765\\u5bc6\\u9633\\u65f6\\u8bf7\\u90bb\\u5c45\\u5403\\u996d\\u4e71\\u7cdf\\u7cdf\\u7684\\u573a\\u9762\\uff0c\\u6237\\u5916\\u656c\\u62dc\\u65f6\\u7684\\u6742\\u4e71\\u65e0\\u7ae0\\uff0c\\u5f15\\u8bf1\\u7267\\u5e08\\u5978\\u6deb\\u65f6\\u7684\\u8863\\u7740\\u3001\\u8f66\\u8f86\\u548c\\u7b80\\u964b\\u7684\\u88c5\\u5907\\u3002\\u4f5c\\u54c1\\u8fd8\\u7740\\u610f\\u523b\\u753b\\u4e86\\u865a\\u5047\\u7684\\u7f8e\\uff0c\\u6bd4\\u5982\\u7ed1\\u532a\\u81ea\\u79f0\\u5f97\\u5230\\u4e0a\\u5e1d\\u7684\\u8d66\\u514d\\u65f6\\u5982\\u540c\\u5723\\u5149\\u6c90\\u6d74\\uff0c\\u662f\\u523b\\u610f\\u7a81\\u51fa\\u5176\\u80cc\\u540e\\u7684\\u4e11\\u964b\\u3002\\u552f\\u4e00\\u6ca1\\u6709\\u51fa\\u73b0\\u7684\\u662f\\u53c8\\u771f\\u53c8\\u7f8e\\uff0c\\u90a3\\u53ef\\u80fd\\u672c\\u6765\\u4e0d\\u5c5e\\u4e8e\\u8fd9\\u4e2a\\u4e16\\u754c\\u3002<br \\/>\\n4. \\u5b83\\u50b3\\u9054\\u54ea\\u4e9b\\u4fe1\\u606f\\uff1f\\u5b83\\u4fc3\\u4f7f\\u53d7\\u773e\\u505a\\u51fa\\u54ea\\u4e9b\\u56de\\u61c9\\uff1f\\u5b83\\u5982\\u4f55\\u505a\\u5230\\u9019\\u4e9b\\u4e8b\\uff1f<br \\/>\\n \\u672c\\u4f5c\\u54c1\\u79ef\\u6781\\u5f15\\u5bfc\\u53d7\\u4f17\\u601d\\u8003\\u5173\\u4e8e\\u6551\\u8d4e\\u7684\\u95ee\\u9898\\u3002\\u4e3b\\u4eba\\u516c\\u6765\\u5230\\u5c0f\\u9547\\u5bc6\\u9633\\u672c\\u8eab\\u5c31\\u662f\\u4e3a\\u4e86\\u5f00\\u59cb\\u65b0\\u7684\\u751f\\u6d3b\\uff0c\\u4f46\\u662f\\u5982\\u7535\\u5f71\\u91cc\\u6240\\u8bf4\\uff0c\\u8fd9\\u91cc\\u8ddf\\u5176\\u4ed6\\u7684\\u5730\\u65b9\\u6ca1\\u6709\\u4ec0\\u4e48\\u4e24\\u6837\\u3002\\u5c0f\\u9547\\u91cc\\u7684\\u4eba\\u60c5\\u4e16\\u6545\\uff0c\\u8868\\u9762\\u7684\\u70ed\\u60c5\\u548c\\u5b9e\\u9645\\u7684\\u51b7\\u6f20\\uff0c\\u642c\\u5bb6\\u4e0d\\u80fd\\u7ed9\\u4eba\\u6551\\u8d4e\\uff0c\\u53cd\\u800c\\u6210\\u4e3a\\u60b2\\u5267\\u7684\\u5f00\\u59cb\\u3002\\u5176\\u5b9e\\u60b2\\u5267\\u7684\\u53d1\\u751f\\u5f88\\u5927\\u7a0b\\u5ea6\\u4e0a\\u662f\\u7533\\u7231\\u81ea\\u5df1\\u7684\\u9732\\u8d22\\u9020\\u6210\\u7684\\uff0c\\u5176\\u80cc\\u540e\\u66f4\\u6df1\\u5c42\\u6b21\\u7684\\u539f\\u56e0\\u662f\\u5bf9\\u81ea\\u5df1\\u548c\\u73b0\\u5b9e\\u7684\\u4e0d\\u63a5\\u7eb3\\u3002\\u63a5\\u4e0b\\u6765\\u60b2\\u5267\\u53d1\\u751f\\uff0c\\u515c\\u515c\\u8f6c\\u8f6c\\u6765\\u5230\\u6559\\u4f1a\\uff0c\\u4f46\\u662f\\u5b97\\u6559\\u4e5f\\u6ca1\\u6709\\u771f\\u6b63\\u6551\\u8d4e\\u5979\\u3002\\u89c2\\u4f17\\u9762\\u5bf9\\u8fd9\\u4e9b\\uff0c\\u4e0d\\u7981\\u8981\\u95ee\\uff1a\\u5230\\u5e95\\u4ec0\\u4e48\\u80fd\\u7ed9\\u7533\\u7231\\u6551\\u8d4e\\uff1f\\u4e00\\u76f4\\u966a\\u4f34\\u5979\\u7684\\u5b97\\u707f\\u5417\\uff1f\\u867d\\u7136\\u4ed6\\u662f\\u552f\\u4e00\\u6ca1\\u6709\\u8fc7\\u9519\\u7684\\uff0c\\u5728\\u7533\\u7231\\u6700\\u96be\\u7684\\u65f6\\u5019\\u4e00\\u76f4\\u90fd\\u966a\\u4f34\\u5979\\uff0c\\u4e5f\\u6ca1\\u6709\\u8d81\\u4eba\\u4e4b\\u5371\\u5360\\u6709\\u5979\\uff0c\\u4f46\\u4ed6\\u4e5f\\u4e0d\\u8fc7\\u662f\\u4e2a\\u51e1\\u4eba\\u3002\\u4f5c\\u54c1\\u53ef\\u80fd\\u5c31\\u662f\\u8981\\u544a\\u8bc9\\u6211\\u4eec\\uff0c\\u6211\\u4eec\\u90fd\\u662f\\u51e1\\u4eba\\uff0c\\u771f\\u6b63\\u7684\\u6551\\u8d4e\\u4e0d\\u662f\\u8d85\\u51e1\\u8131\\u4fd7\\u7684\\u4e00\\u6b21\\u89e3\\u51b3\\u95ee\\u9898\\uff0c\\u800c\\u662f\\u5e26\\u7740\\u751f\\u6d3b\\u7ed9\\u7684\\u5168\\u90e8\\u521b\\u4f24\\u53bb\\u52aa\\u529b\\u8fc7\\u771f\\u5b9e\\u7684\\u751f\\u6d3b\\u3002\\u5982\\u679c\\u8bf4\\u8981\\u91c7\\u53d6\\u4ec0\\u4e48\\u884c\\u52a8\\uff0c\\u90a3\\u5c31\\u662f\\u8ba4\\u771f\\u5730\\u9762\\u5bf9\\u751f\\u6d3b\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":10,\"triggeredfrom\":\"forum_add_new_post\"}',1703082176,'web','123.117.112.123',NULL),(12118,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',181,'c',2,82,70,43,12,2,NULL,0,'{\"discussionid\":10,\"forumid\":13,\"forumtype\":\"single\"}',1703082176,'web','123.117.112.123',NULL),(12119,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',137,'c',2,82,70,43,12,2,12,0,'{\"forumid\":13,\"discussion\":10}',1703082176,'web','123.117.112.123',NULL),(12120,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,12,2,NULL,0,'null',1703082177,'web','123.117.112.123',NULL),(12121,'\\core\\event\\notification_sent','core','sent','notification','notifications',1545,'c',0,1,10,0,12,0,6,0,'{\"courseid\":\"2\"}',1703085787,'cli',NULL,NULL),(12122,'\\core\\event\\notification_sent','core','sent','notification','notifications',1546,'c',0,1,10,0,12,0,11,0,'{\"courseid\":\"2\"}',1703085790,'cli',NULL,NULL),(12123,'\\core\\event\\notification_sent','core','sent','notification','notifications',1547,'c',0,1,10,0,12,0,23,0,'{\"courseid\":\"2\"}',1703085793,'cli',NULL,NULL),(12124,'\\core\\event\\notification_sent','core','sent','notification','notifications',1548,'c',0,1,10,0,12,0,12,0,'{\"courseid\":\"2\"}',1703085797,'cli',NULL,NULL),(12125,'\\core\\event\\notification_sent','core','sent','notification','notifications',1549,'c',0,1,10,0,12,0,13,0,'{\"courseid\":\"2\"}',1703085800,'cli',NULL,NULL),(12126,'\\core\\event\\notification_sent','core','sent','notification','notifications',1550,'c',0,1,10,0,12,0,5,0,'{\"courseid\":\"2\"}',1703085803,'cli',NULL,NULL),(12127,'\\core\\event\\notification_sent','core','sent','notification','notifications',1551,'c',0,1,10,0,12,0,20,0,'{\"courseid\":\"2\"}',1703085806,'cli',NULL,NULL),(12128,'\\core\\event\\notification_sent','core','sent','notification','notifications',1552,'c',0,1,10,0,12,0,16,0,'{\"courseid\":\"2\"}',1703085810,'cli',NULL,NULL),(12129,'\\core\\event\\notification_sent','core','sent','notification','notifications',1553,'c',0,1,10,0,12,0,22,0,'{\"courseid\":\"2\"}',1703085813,'cli',NULL,NULL),(12130,'\\core\\event\\notification_sent','core','sent','notification','notifications',1554,'c',0,1,10,0,12,0,2,0,'{\"courseid\":\"2\"}',1703085816,'cli',NULL,NULL),(12131,'\\core\\event\\notification_sent','core','sent','notification','notifications',1555,'c',0,1,10,0,12,0,19,0,'{\"courseid\":\"2\"}',1703085820,'cli',NULL,NULL),(12132,'\\core\\event\\notification_sent','core','sent','notification','notifications',1556,'c',0,1,10,0,12,0,14,0,'{\"courseid\":\"2\"}',1703085823,'cli',NULL,NULL),(12133,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703117448,'web','114.254.1.174',NULL),(12134,'\\core\\event\\user_loggedin','core','loggedin','user','user',12,'r',0,1,10,0,12,0,NULL,0,'{\"username\":\"fishalive@sohu.com\",\"extrauserinfo\":[]}',1703117454,'web','114.254.1.174',NULL),(12135,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,12,1,NULL,0,'null',1703117454,'web','114.254.1.174',NULL),(12136,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1703117458,'web','114.254.1.174',NULL),(12137,'\\core\\event\\notification_sent','core','sent','notification','notifications',1557,'c',0,1,10,0,0,0,12,0,'{\"courseid\":\"1\"}',1703117467,'cli',NULL,NULL),(12138,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,12,2,NULL,0,'null',1703121559,'web','114.254.1.174',NULL),(12139,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,12,2,NULL,0,'{\"assignid\":\"3\"}',1703121559,'web','114.254.1.174',NULL),(12140,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,12,2,NULL,0,'null',1703121563,'web','114.254.1.174',NULL),(12141,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,96,70,57,12,2,12,0,'{\"assignid\":\"3\"}',1703121563,'web','114.254.1.174',NULL),(12142,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,12,2,NULL,0,'null',1703121576,'web','114.254.1.174',NULL),(12143,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',53,'c',2,96,70,57,12,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"aa30038740255b38d539f9b4e2c877d71e786ab4\"]}',1703121577,'web','114.254.1.174',NULL),(12144,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',27,'c',2,96,70,57,12,2,12,0,'{\"submissionid\":\"53\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1703121577,'web','114.254.1.174',NULL),(12145,'\\core\\event\\notification_sent','core','sent','notification','notifications',1558,'c',0,1,10,0,0,0,12,0,'{\"courseid\":\"2\"}',1703121580,'web','114.254.1.174',NULL),(12146,'\\core\\event\\notification_sent','core','sent','notification','notifications',1559,'c',0,1,10,0,12,0,2,0,'{\"courseid\":\"2\"}',1703121583,'web','114.254.1.174',NULL),(12147,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',53,'u',2,96,70,57,12,2,NULL,0,'{\"submission_editable\":true}',1703121583,'web','114.254.1.174',NULL),(12148,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,12,2,NULL,0,'null',1703121583,'web','114.254.1.174',NULL),(12149,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,12,2,NULL,0,'{\"assignid\":\"3\"}',1703121583,'web','114.254.1.174',NULL),(12150,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,12,2,NULL,0,'null',1703121584,'web','114.254.1.174',NULL),(12151,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,96,70,57,12,2,12,0,'{\"assignid\":\"3\"}',1703121584,'web','114.254.1.174',NULL),(12152,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,12,2,NULL,0,'null',1703121599,'web','114.254.1.174',NULL),(12153,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,96,70,57,12,2,12,0,'{\"assignid\":\"3\"}',1703121599,'web','114.254.1.174',NULL),(12154,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,12,2,NULL,0,'null',1703121604,'web','114.254.1.174',NULL),(12155,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,12,2,NULL,0,'null',1703121606,'web','114.254.1.174',NULL),(12156,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,12,2,NULL,0,'{\"assignid\":\"3\"}',1703121606,'web','114.254.1.174',NULL),(12157,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',16,'r',2,95,70,56,12,2,NULL,0,'null',1703121624,'web','114.254.1.174',NULL),(12158,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,12,2,NULL,0,'null',1703121629,'web','114.254.1.174',NULL),(12159,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,12,2,NULL,0,'null',1703121691,'web','114.254.1.174',NULL),(12160,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,12,2,NULL,0,'null',1703121713,'web','114.254.1.174',NULL),(12161,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',182,'c',2,71,70,32,12,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u6211\\u8bfb\\u5b8c\\u4e24\\u7bc7\\u6587\\u7ae0\\u4e86\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":5,\"triggeredfrom\":\"forum_add_new_post\"}',1703121745,'web','114.254.1.174',NULL),(12162,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',182,'c',2,71,70,32,12,2,NULL,0,'{\"discussionid\":5,\"forumid\":8,\"forumtype\":\"single\"}',1703121745,'web','114.254.1.174',NULL),(12163,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',138,'c',2,71,70,32,12,2,12,0,'{\"forumid\":8,\"discussion\":5}',1703121745,'web','114.254.1.174',NULL),(12164,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,12,2,NULL,0,'null',1703121745,'web','114.254.1.174',NULL),(12165,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,12,2,NULL,0,'null',1703121748,'web','114.254.1.174',NULL),(12166,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,12,2,NULL,0,'null',1703121779,'web','114.254.1.174',NULL),(12167,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,12,2,NULL,0,'null',1703121788,'web','114.254.1.174',NULL),(12168,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',183,'c',2,74,70,35,12,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u5206\\uff1a\\u6211\\u8b80\\u5b8c\\u6587\\u7ae0\\u4e86<br \\/>\\n\\u7b2c\\u4e8c\\u90e8\\u5206\\uff1a\\u6211\\u5206\\u6790\\u4e86\\u7535\\u5f71\\u300a\\u5bc6\\u9633\\u300b\\u3002\\u5e74\\u5e95\\u5de5\\u4f5c\\u5f88\\u5fd9\\uff0c\\u6ca1\\u6709\\u53ca\\u65f6\\u56de\\u590d\\uff0c\\u73b0\\u7edf\\u4e00\\u56de\\u590d\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":7,\"triggeredfrom\":\"forum_add_new_post\"}',1703121867,'web','114.254.1.174',NULL),(12169,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',183,'c',2,74,70,35,12,2,NULL,0,'{\"discussionid\":7,\"forumid\":10,\"forumtype\":\"single\"}',1703121867,'web','114.254.1.174',NULL),(12170,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',139,'c',2,74,70,35,12,2,12,0,'{\"forumid\":10,\"discussion\":7}',1703121867,'web','114.254.1.174',NULL),(12171,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,12,2,NULL,0,'null',1703121868,'web','114.254.1.174',NULL),(12172,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,12,2,NULL,0,'null',1703121882,'web','114.254.1.174',NULL),(12173,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,12,2,NULL,0,'null',1703121893,'web','114.254.1.174',NULL),(12174,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,12,2,NULL,0,'null',1703121899,'web','114.254.1.174',NULL),(12175,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,12,2,NULL,0,'null',1703121922,'web','114.254.1.174',NULL),(12176,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,12,2,NULL,0,'null',1703122293,'web','114.254.1.174',NULL),(12177,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1703123653,'web','175.182.9.196',NULL),(12178,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,21,2,NULL,0,'null',1703123653,'web','175.182.9.196',NULL),(12179,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'null',1703123660,'web','175.182.9.196',NULL),(12180,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1703123662,'web','175.182.9.196',NULL),(12181,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1703123664,'web','175.182.9.196',NULL),(12182,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1703123674,'web','175.182.9.196',NULL),(12183,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,21,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1703123678,'web','175.182.9.196',NULL),(12184,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,21,2,21,0,'null',1703123711,'web','175.182.9.196',NULL),(12185,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1703123763,'web','175.182.9.196',NULL),(12186,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1703123769,'web','175.182.9.196',NULL),(12187,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1703123771,'web','175.182.9.196',NULL),(12188,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,21,2,NULL,0,'null',1703123784,'web','175.182.9.196',NULL),(12189,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,21,2,NULL,0,'{\"assignid\":\"3\"}',1703123784,'web','175.182.9.196',NULL),(12190,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,21,2,NULL,0,'null',1703123787,'web','175.182.9.196',NULL),(12191,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,96,70,57,21,2,21,0,'{\"assignid\":\"3\"}',1703123787,'web','175.182.9.196',NULL),(12192,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',16,'r',2,95,70,56,21,2,NULL,0,'null',1703123896,'web','175.182.9.196',NULL),(12193,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1703123936,'web','175.182.9.196',NULL),(12194,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,21,2,NULL,0,'null',1703123949,'web','175.182.9.196',NULL),(12195,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1703124360,'web','175.182.9.196',NULL),(12196,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,21,2,NULL,0,'null',1703124425,'web','175.182.9.196',NULL),(12197,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1703124472,'web','175.182.9.196',NULL),(12198,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,21,2,NULL,0,'null',1703124558,'web','175.182.9.196',NULL),(12199,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1703124614,'web','175.182.9.196',NULL),(12200,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,21,2,NULL,0,'null',1703124664,'web','175.182.9.196',NULL),(12201,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',184,'c',2,82,70,43,21,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u4e09\\u3001\\u5167\\u5bb9<br \\/>\\n\\u672c\\u4f5c\\u54c1\\u6709\\u660e\\u986f\\u7684\\u5b97\\u6559\\u529f\\u80fd\\uff0c\\u5728\\u7d42\\u6975\\u95dc\\u61f7\\u65b9\\u9762\\uff0c\\u6709\\u4f7f\\u4e16\\u754c\\u6b78\\u6b63\\u7684\\u610f\\u5716\\u3002\\u7279\\u5225\\u5728\\u73fe\\u4eca\\u91d1\\u9322\\u81f3\\u4e0a\\uff0c\\u7269\\u617e\\u81f3\\u4e0a\\u7684\\u6642\\u4ee3\\uff0c\\u662f\\u5f88\\u597d\\u7684\\u63d0\\u9192\\uff0c\\u672c\\u4f5c\\u54c1\\u50b3\\u9054\\u4e86\\u6211\\u5011\\u4e00\\u751f\\u5982\\u4f55\\u9078\\u64c7\\u5c07\\u5f71\\u97ff\\u6211\\u5011\\u7684\\u6c38\\u751f\\u3002\\u5f9e\\u4f5c\\u8005\\u7684\\u4f5c\\u54c1\\u4e2d\\u6211\\u5011\\u767c\\u73fe\\u4f5c\\u8005\\u7684\\u756b\\u4f5c\\u6709\\u5f88\\u8c50\\u5bcc\\u7684\\u52f8\\u4e16\\u610f\\u7fa9\\u3002\\u6211\\u5011\\u5f9e\\u8056\\u7d93\\u4e2d\\u53ef\\u4ee5\\u770b\\u5230\\u8a31\\u591a\\u5c0d\\u8caa\\u6200\\u9322\\u8ca1\\u7684\\u8b66\\u6212\\u3002\\u8def\\u52a0\\u798f\\u97f312:15\\u8036\\u7a4c\\u8aaa:\\u300c\\u4f60\\u5011\\u8981\\u8b39\\u614e\\u81ea\\u5b88\\uff0c\\u514d\\u53bb\\u4e00\\u5207\\u7684\\u8caa\\u5fc3\\uff1b\\u56e0\\u70ba\\u4eba\\u7684\\u751f\\u547d\\u4e0d\\u5728\\u4e4e\\u5bb6\\u9053\\u8c50\\u5bcc\\u300d\\u99ac\\u592a\\u798f\\u97f36:19,24b\\u8aaa\\u300c\\u4e0d\\u8981\\u70ba\\u81ea\\u5df1\\u7a4d\\u6522\\u8ca1\\u5bf6\\u5728\\u5730\\u4e0a\\uff0c\\u5730\\u4e0a\\u6709\\u87f2\\u5b50\\u54ac\\uff0c\\u80fd\\u92b9\\u58de\\uff0c\\u4e5f\\u6709\\u8cca\\u6316\\u7a9f\\u7abf\\u4f86\\u5077 ... \\u4f60\\u5011\\u4e0d\\u80fd\\u53c8\\u4f8d\\u5949\\u795e\\uff0c\\u53c8\\u4f8d\\u5949\\u746a\\u9580\\u300d\\u3002\\u63d0\\u6469\\u592a\\u524d\\u66f8 6:9-10,17-18\\u300c\\u8caa\\u8ca1\\u662f\\u842c\\u60e1\\u4e4b\\u6839..\\u2026\\u4e0d\\u8981\\u501a\\u9760\\u7121\\u5b9a\\u7684\\u9322\\u8ca1\\u300d\\u4ee5\\u5f17\\u6240\\u66f8 5 : 5 \\uff1a\\u300c\\u56e0\\u70ba\\u4f60\\u5011\\u78ba\\u5be6\\u7684\\u77e5\\u9053\\uff0c\\u7121\\u8ad6\\u662f\\u6deb\\u4e82\\u7684\\uff0c\\u662f\\u6c61\\u7a62\\u7684\\uff0c\\u662f\\u6709\\u8caa\\u5fc3\\u7684 \\uff0c \\u5728\\u57fa\\u7763\\u548c\\u795e\\u7684\\u570b\\u88e1\\u90fd\\u662f\\u7121\\u4efd\\u7684\\u3002\\u6709\\u8caa\\u5fc3\\u7684\\uff0c\\u5c31\\u8207\\u62dc\\u5076\\u50cf\\u7684\\u4e00\\u6a23\\u3002\\u300d\\u5e0c\\u4f2f\\u4f86\\u66f8 13:5 \\uff1a\\u300c\\u4f60\\u5011\\u5b58\\u5fc3\\u4e0d\\u53ef\\u8caa\\u611b\\u9322\\u8ca1\\uff0c\\u8981\\u4ee5\\u81ea\\u5df1\\u6240\\u6709\\u7684\\u70ba\\u8db3\\u3002\\u56e0\\u70ba\\u4e3b\\u66fe\\u8aaa\\uff1a\\u6211\\u7e3d\\u4e0d\\u6487\\u4e0b\\u4f60\\uff0c\\u4e5f\\u4e0d\\u4e1f\\u68c4\\u4f60\\u300d\\u3002\\u300c\\u60c5\\u617e\\u7684\\u4e8b\\u3001\\u90fd\\u662f\\u986f\\u800c\\u6613\\u898b\\u7684\\uff0e\\u5c31\\u5982\\u59e6\\u6deb\\u3001\\u6c61\\u7a62\\u3001\\u90aa\\u8569\\u3001\\u62dc\\u5076\\u50cf\\u3001\\u90aa\\u8853\\u3001\\u4ec7\\u6068\\u3001\\u722d\\u7af6\\u3001\\u5fcc\\u6068\\u3001\\u60f1\\u6012\\u3001\\u7d50\\u9ee8\\u3001\\u7d1b\\u722d\\u3001\\u7570\\u7aef\\u3001\\u5ac9\\u5992\\u3001\\u9189\\u9152\\u3001\\u8352\\u5bb4\\u7b49\\u985e\\u3001\\u6211\\u5f9e\\u524d\\u544a\\u8a34\\u4f60\\u5011\\u3001\\u73fe\\u5728\\u53c8\\u544a\\u8a34\\u4f60\\u5011\\u3001\\u884c\\u9019\\u6a23\\u4e8b\\u7684\\u4eba\\u3001\\u5fc5\\u4e0d\\u80fd\\u627f\\u53d7\\u795e\\u7684\\u570b\\u3002\\u300d\\u63d0\\u6469\\u592a\\u524d\\u66f86\\u7ae09-10\\u7bc0:\\u300c\\u53ea\\u8981\\u6709\\u8863\\u6709\\u98df\\uff0c\\u5c31\\u7576\\u77e5\\u8db3\\u3002\\u4f46\\u90a3\\u4e9b\\u60f3\\u8981\\u767c\\u8ca1\\u7684\\u4eba\\uff0c\\u5c31\\u9677\\u5728\\u8ff7\\u60d1\\uff0c\\u843d\\u5728\\u7db2\\u7f85\\u548c\\u8a31\\u591a\\u7121\\u77e5\\u6709\\u5bb3\\u7684\\u79c1\\u617e\\u88e1\\uff0c\\u53eb\\u4eba\\u6c89\\u5728\\u6557\\u58de\\u548c\\u6ec5\\u4ea1\\u4e2d\\u3002\\u8caa\\u8ca1\\u662f\\u842c\\u60e1\\u4e4b\\u6839\\u3002\\u6709\\u4eba\\u8caa\\u6200\\u9322\\u8ca1\\uff0c\\u5c31\\u88ab\\u5f15\\u8a98\\u96e2\\u4e86\\u771f\\u9053\\uff0c\\u7528\\u8a31\\u591a\\u6101\\u82e6\\u628a\\u81ea\\u5df1\\u523a\\u900f\\u4e86\\u3002\\u300d <br \\/>\\n \\u9019\\u500b\\u4f5c\\u54c1\\u4e0d\\u53ea\\u63d0\\u9192\\u7576\\u6642\\u4ee3\\u7684\\u4eba\\u8981\\u514d\\u53bb\\u4e00\\u5207\\u7684\\u8caa\\u5fc3\\uff0c\\u8981\\u70ba\\u6b7b\\u5f8c\\u7684\\u751f\\u547d\\u505a\\u9810\\u5099\\uff0c<br \\/>\\n\\u9023\\u7d50\\u5169\\u90e8\\u77ed\\u7247\\uff0c\\u63a2\\u8a0e\\u4eba\\u751f\\u50f9\\u503c<br \\/>\\n<br \\/>\\nhttps:\\/\\/www.youtube.com\\/watch?v=M7qO3VRcMZk<br \\/>\\n\\u4eba\\u751f\\u50f9\\u503c\\u7528\\u9322\\u8cb7\\u7684\\u5230\\u55ce\\uff1f<br \\/>\\n<br \\/>\\nhttps:\\/\\/www.youtube.com\\/watch?v=45n9XdDBJ6U<br \\/>\\n\\u4e00\\u90e8\\u8b93\\u6211\\u5011\\u601d\\u8003-\\u9700\\u6c42\\u548c\\u5b58\\u5728\\u50f9\\u503c\\u7684\\u5fae\\u96fb\\u5f71<\\/div>\",\"pathnamehashes\":[],\"discussionid\":10,\"triggeredfrom\":\"forum_add_new_post\"}',1703125100,'web','175.182.9.196',NULL),(12202,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',184,'c',2,82,70,43,21,2,NULL,0,'{\"discussionid\":10,\"forumid\":13,\"forumtype\":\"single\"}',1703125100,'web','175.182.9.196',NULL),(12203,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',140,'c',2,82,70,43,21,2,21,0,'{\"forumid\":13,\"discussion\":10}',1703125100,'web','175.182.9.196',NULL),(12204,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,21,2,NULL,0,'null',1703125100,'web','175.182.9.196',NULL),(12205,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1703125136,'web','175.182.9.196',NULL),(12206,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,21,0,NULL,0,'null',1703125142,'web','175.182.9.196',NULL),(12207,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1703125147,'web','175.182.9.196',NULL),(12208,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1703125153,'web','175.182.9.196',NULL),(12209,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1703125168,'web','175.182.9.196',NULL),(12210,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,21,2,21,0,'null',1703125174,'web','175.182.9.196',NULL),(12211,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1703125227,'web','175.182.9.196',NULL),(12212,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',16,'r',2,95,70,56,21,2,NULL,0,'null',1703125260,'web','175.182.9.196',NULL),(12213,'\\core\\event\\notification_sent','core','sent','notification','notifications',1560,'c',0,1,10,0,12,0,6,0,'{\"courseid\":\"2\"}',1703125387,'cli',NULL,NULL),(12214,'\\core\\event\\notification_sent','core','sent','notification','notifications',1561,'c',0,1,10,0,12,0,17,0,'{\"courseid\":\"2\"}',1703125390,'cli',NULL,NULL),(12215,'\\core\\event\\notification_sent','core','sent','notification','notifications',1562,'c',0,1,10,0,12,0,11,0,'{\"courseid\":\"2\"}',1703125393,'cli',NULL,NULL),(12216,'\\core\\event\\notification_sent','core','sent','notification','notifications',1563,'c',0,1,10,0,12,0,23,0,'{\"courseid\":\"2\"}',1703125396,'cli',NULL,NULL),(12217,'\\core\\event\\notification_sent','core','sent','notification','notifications',1564,'c',0,1,10,0,12,0,12,0,'{\"courseid\":\"2\"}',1703125399,'cli',NULL,NULL),(12218,'\\core\\event\\notification_sent','core','sent','notification','notifications',1565,'c',0,1,10,0,12,0,13,0,'{\"courseid\":\"2\"}',1703125401,'cli',NULL,NULL),(12219,'\\core\\event\\notification_sent','core','sent','notification','notifications',1566,'c',0,1,10,0,12,0,5,0,'{\"courseid\":\"2\"}',1703125405,'cli',NULL,NULL),(12220,'\\core\\event\\notification_sent','core','sent','notification','notifications',1567,'c',0,1,10,0,12,0,21,0,'{\"courseid\":\"2\"}',1703125408,'cli',NULL,NULL),(12221,'\\core\\event\\notification_sent','core','sent','notification','notifications',1568,'c',0,1,10,0,12,0,9,0,'{\"courseid\":\"2\"}',1703125411,'cli',NULL,NULL),(12222,'\\core\\event\\notification_sent','core','sent','notification','notifications',1569,'c',0,1,10,0,12,0,20,0,'{\"courseid\":\"2\"}',1703125415,'cli',NULL,NULL),(12223,'\\core\\event\\notification_sent','core','sent','notification','notifications',1570,'c',0,1,10,0,12,0,16,0,'{\"courseid\":\"2\"}',1703125418,'cli',NULL,NULL),(12224,'\\core\\event\\notification_sent','core','sent','notification','notifications',1571,'c',0,1,10,0,12,0,4,0,'{\"courseid\":\"2\"}',1703125422,'cli',NULL,NULL),(12225,'\\core\\event\\notification_sent','core','sent','notification','notifications',1572,'c',0,1,10,0,12,0,22,0,'{\"courseid\":\"2\"}',1703125425,'cli',NULL,NULL),(12226,'\\core\\event\\notification_sent','core','sent','notification','notifications',1573,'c',0,1,10,0,12,0,2,0,'{\"courseid\":\"2\"}',1703125428,'cli',NULL,NULL),(12227,'\\core\\event\\notification_sent','core','sent','notification','notifications',1574,'c',0,1,10,0,12,0,19,0,'{\"courseid\":\"2\"}',1703125432,'cli',NULL,NULL),(12228,'\\core\\event\\notification_sent','core','sent','notification','notifications',1575,'c',0,1,10,0,12,0,14,0,'{\"courseid\":\"2\"}',1703125435,'cli',NULL,NULL),(12229,'\\core\\event\\notification_sent','core','sent','notification','notifications',1576,'c',0,1,10,0,12,0,6,0,'{\"courseid\":\"2\"}',1703125507,'cli',NULL,NULL),(12230,'\\core\\event\\notification_sent','core','sent','notification','notifications',1577,'c',0,1,10,0,12,0,17,0,'{\"courseid\":\"2\"}',1703125510,'cli',NULL,NULL),(12231,'\\core\\event\\notification_sent','core','sent','notification','notifications',1578,'c',0,1,10,0,12,0,11,0,'{\"courseid\":\"2\"}',1703125513,'cli',NULL,NULL),(12232,'\\core\\event\\notification_sent','core','sent','notification','notifications',1579,'c',0,1,10,0,12,0,23,0,'{\"courseid\":\"2\"}',1703125517,'cli',NULL,NULL),(12233,'\\core\\event\\notification_sent','core','sent','notification','notifications',1580,'c',0,1,10,0,12,0,12,0,'{\"courseid\":\"2\"}',1703125520,'cli',NULL,NULL),(12234,'\\core\\event\\notification_sent','core','sent','notification','notifications',1581,'c',0,1,10,0,12,0,13,0,'{\"courseid\":\"2\"}',1703125523,'cli',NULL,NULL),(12235,'\\core\\event\\notification_sent','core','sent','notification','notifications',1582,'c',0,1,10,0,12,0,5,0,'{\"courseid\":\"2\"}',1703125527,'cli',NULL,NULL),(12236,'\\core\\event\\notification_sent','core','sent','notification','notifications',1583,'c',0,1,10,0,12,0,21,0,'{\"courseid\":\"2\"}',1703125529,'cli',NULL,NULL),(12237,'\\core\\event\\notification_sent','core','sent','notification','notifications',1584,'c',0,1,10,0,12,0,9,0,'{\"courseid\":\"2\"}',1703125533,'cli',NULL,NULL),(12238,'\\core\\event\\notification_sent','core','sent','notification','notifications',1585,'c',0,1,10,0,12,0,20,0,'{\"courseid\":\"2\"}',1703125537,'cli',NULL,NULL),(12239,'\\core\\event\\notification_sent','core','sent','notification','notifications',1586,'c',0,1,10,0,12,0,16,0,'{\"courseid\":\"2\"}',1703125543,'cli',NULL,NULL),(12240,'\\core\\event\\notification_sent','core','sent','notification','notifications',1587,'c',0,1,10,0,12,0,22,0,'{\"courseid\":\"2\"}',1703125547,'cli',NULL,NULL),(12241,'\\core\\event\\notification_sent','core','sent','notification','notifications',1588,'c',0,1,10,0,12,0,19,0,'{\"courseid\":\"2\"}',1703125550,'cli',NULL,NULL),(12242,'\\core\\event\\notification_sent','core','sent','notification','notifications',1589,'c',0,1,10,0,12,0,14,0,'{\"courseid\":\"2\"}',1703125553,'cli',NULL,NULL),(12243,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',31,'r',2,94,70,55,21,2,NULL,0,'null',1703125896,'web','175.182.9.196',NULL),(12244,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,21,2,NULL,0,'null',1703125905,'web','175.182.9.196',NULL),(12245,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',27,'r',2,93,70,54,21,2,21,0,'{\"assignid\":\"2\"}',1703125905,'web','175.182.9.196',NULL),(12246,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,21,2,NULL,0,'{\"assignid\":\"2\"}',1703125905,'web','175.182.9.196',NULL),(12247,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,21,2,NULL,0,'null',1703125931,'web','175.182.9.196',NULL),(12248,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,21,2,NULL,0,'{\"assignid\":\"3\"}',1703125931,'web','175.182.9.196',NULL),(12249,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,21,2,NULL,0,'null',1703125946,'web','175.182.9.196',NULL),(12250,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,96,70,57,21,2,21,0,'{\"assignid\":\"3\"}',1703125946,'web','175.182.9.196',NULL),(12251,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,21,2,NULL,0,'null',1703125988,'web','175.182.9.196',NULL),(12252,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',49,'c',2,96,70,57,21,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"b48f930bb2384894330949c10184dd6bc25127a1\"]}',1703125988,'web','175.182.9.196',NULL),(12253,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',28,'c',2,96,70,57,21,2,21,0,'{\"submissionid\":\"49\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1703125988,'web','175.182.9.196',NULL),(12254,'\\core\\event\\notification_sent','core','sent','notification','notifications',1590,'c',0,1,10,0,0,0,21,0,'{\"courseid\":\"2\"}',1703125991,'web','175.182.9.196',NULL),(12255,'\\core\\event\\notification_sent','core','sent','notification','notifications',1591,'c',0,1,10,0,21,0,2,0,'{\"courseid\":\"2\"}',1703125994,'web','175.182.9.196',NULL),(12256,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',49,'u',2,96,70,57,21,2,NULL,0,'{\"submission_editable\":true}',1703125994,'web','175.182.9.196',NULL),(12257,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,21,2,NULL,0,'null',1703125995,'web','175.182.9.196',NULL),(12258,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,21,2,NULL,0,'{\"assignid\":\"3\"}',1703125995,'web','175.182.9.196',NULL),(12259,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,21,2,NULL,0,'null',1703126018,'web','175.182.9.196',NULL),(12260,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,21,2,NULL,0,'null',1703126037,'web','175.182.9.196',NULL),(12261,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,21,2,NULL,0,'null',1703126066,'web','175.182.9.196',NULL),(12262,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,21,2,NULL,0,'null',1703126143,'web','175.182.9.196',NULL),(12263,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,21,2,NULL,0,'null',1703126164,'web','175.182.9.196',NULL),(12264,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,21,2,NULL,0,'null',1703126213,'web','175.182.9.196',NULL),(12265,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',12,'r',2,89,70,50,21,2,NULL,0,'null',1703126223,'web','175.182.9.196',NULL),(12266,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',14,'r',2,89,70,50,21,2,NULL,0,'null',1703126243,'web','175.182.9.196',NULL),(12267,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',185,'c',2,89,70,50,21,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u6211\\u586b\\u5b8c\\u8868\\u55ae\\u4e86\\uff0c\\u8b1d\\u8b1d\\u8001\\u5e2b<\\/div>\",\"pathnamehashes\":[],\"discussionid\":14,\"triggeredfrom\":\"forum_add_new_post\"}',1703126283,'web','175.182.9.196',NULL),(12268,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',185,'c',2,89,70,50,21,2,NULL,0,'{\"discussionid\":14,\"forumid\":15,\"forumtype\":\"general\"}',1703126283,'web','175.182.9.196',NULL),(12269,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',141,'c',2,89,70,50,21,2,21,0,'{\"forumid\":15,\"discussion\":14}',1703126283,'web','175.182.9.196',NULL),(12270,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',14,'r',2,89,70,50,21,2,NULL,0,'null',1703126284,'web','175.182.9.196',NULL),(12271,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,21,2,NULL,0,'null',1703126300,'web','175.182.9.196',NULL),(12272,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',16,'r',2,89,70,50,21,2,NULL,0,'null',1703126327,'web','175.182.9.196',NULL),(12273,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1703126335,'web','175.182.9.196',NULL),(12274,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,21,2,NULL,0,'null',1703126364,'web','175.182.9.196',NULL),(12275,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1703126464,'web','175.182.9.196',NULL),(12276,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,21,2,21,0,'null',1703126477,'web','175.182.9.196',NULL),(12277,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,21,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1703126515,'web','175.182.9.196',NULL),(12278,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',21,'r',0,16,50,2,21,2,21,0,'{\"courseid\":\"2\",\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1703126530,'web','175.182.9.196',NULL),(12279,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',21,'r',0,51,30,21,21,0,21,0,'null',1703126536,'web','175.182.9.196',NULL),(12280,'\\gradereport_overview\\event\\grade_report_viewed','gradereport_overview','viewed','grade_report',NULL,NULL,'r',2,2,50,1,21,1,21,0,'null',1703126548,'web','175.182.9.196',NULL),(12281,'\\core\\event\\course_user_report_viewed','core','viewed','course_user_report',NULL,NULL,'r',2,16,50,2,21,2,21,0,'{\"mode\":\"grade\"}',1703126559,'web','175.182.9.196',NULL),(12282,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1703126571,'web','175.182.9.196',NULL),(12283,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1703126578,'web','175.182.9.196',NULL),(12284,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,21,2,NULL,0,'null',1703126651,'web','175.182.9.196',NULL),(12285,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,21,2,NULL,0,'{\"assignid\":\"3\"}',1703126651,'web','175.182.9.196',NULL),(12286,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,21,2,NULL,0,'null',1703127385,'web','175.182.9.196',NULL),(12287,'\\mod_assign\\event\\remove_submission_form_viewed','mod_assign','viewed','remove_submission_form',NULL,NULL,'r',0,96,70,57,21,2,21,0,'{\"assignid\":\"3\"}',1703127385,'web','175.182.9.196',NULL),(12288,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,21,2,NULL,0,'null',1703127390,'web','175.182.9.196',NULL),(12289,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,21,2,NULL,0,'{\"assignid\":\"3\"}',1703127390,'web','175.182.9.196',NULL),(12290,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,21,2,NULL,0,'null',1703127401,'web','175.182.9.196',NULL),(12291,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,96,70,57,21,2,21,0,'{\"assignid\":\"3\"}',1703127401,'web','175.182.9.196',NULL),(12292,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,21,2,NULL,0,'null',1703127504,'web','175.182.9.196',NULL),(12293,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',49,'c',2,96,70,57,21,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"2454ed97b6b8053086366b39fa966a1c97237766\"]}',1703127504,'web','175.182.9.196',NULL),(12294,'\\assignsubmission_file\\event\\submission_updated','assignsubmission_file','updated','submission','assignsubmission_file',28,'u',2,96,70,57,21,2,21,0,'{\"submissionid\":\"49\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1703127504,'web','175.182.9.196',NULL),(12295,'\\core\\event\\notification_sent','core','sent','notification','notifications',1592,'c',0,1,10,0,0,0,21,0,'{\"courseid\":\"2\"}',1703127507,'web','175.182.9.196',NULL),(12296,'\\core\\event\\notification_sent','core','sent','notification','notifications',1593,'c',0,1,10,0,21,0,2,0,'{\"courseid\":\"2\"}',1703127510,'web','175.182.9.196',NULL),(12297,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',49,'u',2,96,70,57,21,2,NULL,0,'{\"submission_editable\":true}',1703127510,'web','175.182.9.196',NULL),(12298,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,21,2,NULL,0,'null',1703127510,'web','175.182.9.196',NULL),(12299,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,21,2,NULL,0,'{\"assignid\":\"3\"}',1703127511,'web','175.182.9.196',NULL),(12300,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,21,2,NULL,0,'null',1703127565,'web','175.182.9.196',NULL),(12301,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,21,2,NULL,0,'null',1703127582,'web','175.182.9.196',NULL),(12302,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,21,2,NULL,0,'null',1703127593,'web','175.182.9.196',NULL),(12303,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1703127609,'web','175.182.9.196',NULL),(12304,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1703127611,'web','175.182.9.196',NULL),(12305,'\\core\\event\\notification_sent','core','sent','notification','notifications',1594,'c',0,1,10,0,21,0,6,0,'{\"courseid\":\"2\"}',1703128746,'cli',NULL,NULL),(12306,'\\core\\event\\notification_sent','core','sent','notification','notifications',1595,'c',0,1,10,0,21,0,11,0,'{\"courseid\":\"2\"}',1703128749,'cli',NULL,NULL),(12307,'\\core\\event\\notification_sent','core','sent','notification','notifications',1596,'c',0,1,10,0,21,0,23,0,'{\"courseid\":\"2\"}',1703128753,'cli',NULL,NULL),(12308,'\\core\\event\\notification_sent','core','sent','notification','notifications',1597,'c',0,1,10,0,21,0,12,0,'{\"courseid\":\"2\"}',1703128756,'cli',NULL,NULL),(12309,'\\core\\event\\notification_sent','core','sent','notification','notifications',1598,'c',0,1,10,0,21,0,13,0,'{\"courseid\":\"2\"}',1703128774,'cli',NULL,NULL),(12310,'\\core\\event\\notification_sent','core','sent','notification','notifications',1599,'c',0,1,10,0,21,0,5,0,'{\"courseid\":\"2\"}',1703128777,'cli',NULL,NULL),(12311,'\\core\\event\\notification_sent','core','sent','notification','notifications',1600,'c',0,1,10,0,21,0,21,0,'{\"courseid\":\"2\"}',1703128781,'cli',NULL,NULL),(12312,'\\core\\event\\notification_sent','core','sent','notification','notifications',1601,'c',0,1,10,0,21,0,20,0,'{\"courseid\":\"2\"}',1703128784,'cli',NULL,NULL),(12313,'\\core\\event\\notification_sent','core','sent','notification','notifications',1602,'c',0,1,10,0,21,0,16,0,'{\"courseid\":\"2\"}',1703128787,'cli',NULL,NULL),(12314,'\\core\\event\\notification_sent','core','sent','notification','notifications',1603,'c',0,1,10,0,21,0,22,0,'{\"courseid\":\"2\"}',1703128790,'cli',NULL,NULL),(12315,'\\core\\event\\notification_sent','core','sent','notification','notifications',1604,'c',0,1,10,0,21,0,2,0,'{\"courseid\":\"2\"}',1703128794,'cli',NULL,NULL),(12316,'\\core\\event\\notification_sent','core','sent','notification','notifications',1605,'c',0,1,10,0,21,0,19,0,'{\"courseid\":\"2\"}',1703128798,'cli',NULL,NULL),(12317,'\\core\\event\\notification_sent','core','sent','notification','notifications',1606,'c',0,1,10,0,21,0,14,0,'{\"courseid\":\"2\"}',1703128801,'cli',NULL,NULL),(12318,'\\core\\event\\notification_sent','core','sent','notification','notifications',1607,'c',0,1,10,0,21,0,21,0,'{\"courseid\":\"2\"}',1703129946,'cli',NULL,NULL),(12319,'\\core\\event\\notification_sent','core','sent','notification','notifications',1608,'c',0,1,10,0,21,0,14,0,'{\"courseid\":\"2\"}',1703129948,'cli',NULL,NULL),(12320,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703141627,'web','42.76.209.221',NULL),(12321,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1703141711,'web','42.76.209.221',NULL),(12322,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1703141711,'web','42.76.209.221',NULL),(12323,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1703141713,'web','42.76.209.221',NULL),(12324,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,19,2,19,0,'null',1703141715,'web','42.76.209.221',NULL),(12325,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,19,2,NULL,0,'null',1703141743,'web','42.76.209.221',NULL),(12326,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1703141746,'web','42.76.209.221',NULL),(12327,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,19,2,NULL,0,'null',1703141748,'web','42.76.209.221',NULL),(12328,'\\core\\event\\notification_sent','core','sent','notification','notifications',1609,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"1\"}',1703141766,'cli',NULL,NULL),(12329,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',14,'r',2,89,70,50,19,2,NULL,0,'null',1703142465,'web','42.76.209.221',NULL),(12330,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',186,'c',2,89,70,50,19,2,NULL,0,'{\"content\":\"<p dir=\\\"ltr\\\" style=\\\"text-align: left;\\\">\\u8b1d\\u8b1d\\u8001\\u5e2b, \\u6559\\u6750\\u5f88\\u8c50\\u5bcc, \\u4e5f\\u6bd4\\u8f03\\u5c11\\u898b! <\\/p>\",\"pathnamehashes\":[],\"discussionid\":17,\"triggeredfrom\":\"forum_add_discussion\"}',1703142501,'web','42.76.209.221',NULL),(12331,'\\mod_forum\\event\\discussion_created','mod_forum','created','discussion','forum_discussions',17,'c',2,89,70,50,19,2,NULL,0,'{\"forumid\":15}',1703142501,'web','42.76.209.221',NULL),(12332,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',142,'c',2,89,70,50,19,2,19,0,'{\"forumid\":15,\"discussion\":17}',1703142501,'web','42.76.209.221',NULL),(12333,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,19,2,NULL,0,'null',1703142501,'web','42.76.209.221',NULL),(12334,'\\mod_forum\\event\\discussion_subscription_deleted','mod_forum','deleted','discussion_subscription','forum_discussion_subs',142,'d',2,89,70,50,19,2,19,0,'{\"forumid\":15,\"discussion\":17}',1703142512,'web','42.76.209.221',NULL),(12335,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1703142517,'web','42.76.209.221',NULL),(12336,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703143263,'web','34.245.128.38',NULL),(12337,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1703143700,'web','175.182.9.196',NULL),(12338,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,21,2,NULL,0,'null',1703143700,'web','175.182.9.196',NULL),(12339,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,21,1,NULL,0,'null',1703143715,'web','175.182.9.196',NULL),(12340,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1703143721,'web','175.182.9.196',NULL),(12341,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,21,2,NULL,0,'null',1703143730,'web','175.182.9.196',NULL),(12342,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,21,2,NULL,0,'{\"assignid\":\"3\"}',1703143730,'web','175.182.9.196',NULL),(12343,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,21,2,NULL,0,'null',1703143738,'web','175.182.9.196',NULL),(12344,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,96,70,57,21,2,21,0,'{\"assignid\":\"3\"}',1703143738,'web','175.182.9.196',NULL),(12345,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1703144915,'web','111.249.8.80',NULL),(12346,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,22,2,NULL,0,'null',1703144915,'web','111.249.8.80',NULL),(12347,'\\core\\event\\notification_sent','core','sent','notification','notifications',1610,'c',0,1,10,0,19,0,14,0,'{\"courseid\":\"2\"}',1703146145,'cli',NULL,NULL),(12348,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,21,2,NULL,0,'null',1703146169,'web','175.182.9.196',NULL),(12349,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,21,2,NULL,0,'null',1703146169,'web','175.182.9.196',NULL),(12350,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,21,2,NULL,0,'{\"assignid\":\"3\"}',1703146169,'web','175.182.9.196',NULL),(12351,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,21,2,NULL,0,'null',1703146176,'web','175.182.9.196',NULL),(12352,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,96,70,57,21,2,21,0,'{\"assignid\":\"3\"}',1703146176,'web','175.182.9.196',NULL),(12353,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,21,2,NULL,0,'null',1703146210,'web','175.182.9.196',NULL),(12354,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',49,'c',2,96,70,57,21,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"57fc87d50bcfcef4fab9ba1fd3daa4eb96040950\"]}',1703146210,'web','175.182.9.196',NULL),(12355,'\\assignsubmission_file\\event\\submission_updated','assignsubmission_file','updated','submission','assignsubmission_file',28,'u',2,96,70,57,21,2,21,0,'{\"submissionid\":\"49\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1703146210,'web','175.182.9.196',NULL),(12356,'\\core\\event\\notification_sent','core','sent','notification','notifications',1611,'c',0,1,10,0,0,0,21,0,'{\"courseid\":\"2\"}',1703146213,'web','175.182.9.196',NULL),(12357,'\\core\\event\\notification_sent','core','sent','notification','notifications',1612,'c',0,1,10,0,21,0,2,0,'{\"courseid\":\"2\"}',1703146216,'web','175.182.9.196',NULL),(12358,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',49,'u',2,96,70,57,21,2,NULL,0,'{\"submission_editable\":true}',1703146216,'web','175.182.9.196',NULL),(12359,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,21,2,NULL,0,'null',1703146216,'web','175.182.9.196',NULL),(12360,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,21,2,NULL,0,'{\"assignid\":\"3\"}',1703146216,'web','175.182.9.196',NULL),(12361,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703148975,'web','203.121.235.95',NULL),(12362,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1703148983,'web','203.121.235.95',NULL),(12363,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1703148983,'web','203.121.235.95',NULL),(12364,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1703148985,'web','203.121.235.95',NULL),(12365,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,6,2,NULL,0,'null',1703148992,'web','203.121.235.95',NULL),(12366,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,6,2,NULL,0,'null',1703149070,'web','203.121.235.95',NULL),(12367,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703149366,'web','120.244.78.132',NULL),(12368,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1703149375,'web','120.244.78.132',NULL),(12369,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1703149375,'web','120.244.78.132',NULL),(12370,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1703149379,'web','120.244.78.132',NULL),(12371,'\\core\\event\\notification_sent','core','sent','notification','notifications',1613,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"1\"}',1703149385,'cli',NULL,NULL),(12372,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,23,2,NULL,0,'null',1703149396,'web','120.244.78.132',NULL),(12373,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703149687,'web','36.229.141.141',NULL),(12374,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1703149701,'web','36.229.141.141',NULL),(12375,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1703149701,'web','36.229.141.141',NULL),(12376,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1703149703,'web','36.229.141.141',NULL),(12377,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,11,2,11,0,'null',1703149707,'web','36.229.141.141',NULL),(12378,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,11,2,NULL,0,'null',1703149736,'web','36.229.141.141',NULL),(12379,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,11,2,NULL,0,'{\"assignid\":\"3\"}',1703149736,'web','36.229.141.141',NULL),(12380,'\\core\\event\\notification_sent','core','sent','notification','notifications',1614,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"1\"}',1703149746,'cli',NULL,NULL),(12381,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,11,2,NULL,0,'null',1703149748,'web','36.229.141.141',NULL),(12382,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,11,2,NULL,0,'null',1703150014,'web','36.229.141.141',NULL),(12383,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,11,2,NULL,0,'{\"assignid\":\"3\"}',1703150014,'web','36.229.141.141',NULL),(12384,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,11,2,NULL,0,'null',1703150017,'web','36.229.141.141',NULL),(12385,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,96,70,57,11,2,11,0,'{\"assignid\":\"3\"}',1703150017,'web','36.229.141.141',NULL),(12386,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,11,2,NULL,0,'null',1703150027,'web','36.229.141.141',NULL),(12387,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',44,'c',2,96,70,57,11,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"ded0f4446849849160c23160a8844978e19f44b1\"]}',1703150027,'web','36.229.141.141',NULL),(12388,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',29,'c',2,96,70,57,11,2,11,0,'{\"submissionid\":\"44\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1703150027,'web','36.229.141.141',NULL),(12389,'\\core\\event\\notification_sent','core','sent','notification','notifications',1615,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"2\"}',1703150030,'web','36.229.141.141',NULL),(12390,'\\core\\event\\notification_sent','core','sent','notification','notifications',1616,'c',0,1,10,0,11,0,2,0,'{\"courseid\":\"2\"}',1703150032,'web','36.229.141.141',NULL),(12391,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',44,'u',2,96,70,57,11,2,NULL,0,'{\"submission_editable\":true}',1703150032,'web','36.229.141.141',NULL),(12392,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,11,2,NULL,0,'null',1703150032,'web','36.229.141.141',NULL),(12393,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,11,2,NULL,0,'{\"assignid\":\"3\"}',1703150032,'web','36.229.141.141',NULL),(12394,'\\core\\event\\user_loggedout','core','loggedout','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"sessionid\":\"k8lmumqa2ojgs5o8v6oi4pjo0k\"}',1703150079,'web','36.229.141.141',NULL),(12395,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703150079,'web','36.229.141.141',NULL),(12396,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,6,2,NULL,0,'null',1703157922,'web','203.121.235.95',NULL),(12397,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,6,2,NULL,0,'null',1703157925,'web','203.121.235.95',NULL),(12398,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,6,2,NULL,0,'null',1703158590,'web','203.121.235.95',NULL),(12399,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,6,2,NULL,0,'{\"assignid\":\"3\"}',1703158590,'web','203.121.235.95',NULL),(12400,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,6,2,NULL,0,'null',1703158595,'web','203.121.235.95',NULL),(12401,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,96,70,57,6,2,6,0,'{\"assignid\":\"3\"}',1703158595,'web','203.121.235.95',NULL),(12402,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,6,2,NULL,0,'null',1703158978,'web','203.121.235.95',NULL),(12403,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',45,'c',2,96,70,57,6,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"9a52765cd7f3554992ba71424a3ab66ba3e5e25b\"]}',1703158978,'web','203.121.235.95',NULL),(12404,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',30,'c',2,96,70,57,6,2,6,0,'{\"submissionid\":\"45\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1703158978,'web','203.121.235.95',NULL),(12405,'\\core\\event\\notification_sent','core','sent','notification','notifications',1617,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"2\"}',1703158985,'web','203.121.235.95',NULL),(12406,'\\core\\event\\notification_sent','core','sent','notification','notifications',1618,'c',0,1,10,0,6,0,2,0,'{\"courseid\":\"2\"}',1703158989,'web','203.121.235.95',NULL),(12407,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',45,'u',2,96,70,57,6,2,NULL,0,'{\"submission_editable\":true}',1703158989,'web','203.121.235.95',NULL),(12408,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,6,2,NULL,0,'null',1703158989,'web','203.121.235.95',NULL),(12409,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,6,2,NULL,0,'{\"assignid\":\"3\"}',1703158989,'web','203.121.235.95',NULL),(12410,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,6,2,NULL,0,'null',1703159013,'web','203.121.235.95',NULL),(12411,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,6,2,NULL,0,'null',1703159205,'web','203.121.235.95',NULL),(12412,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',187,'c',2,89,70,50,6,2,NULL,0,'{\"content\":\"<p dir=\\\"ltr\\\" style=\\\"text-align: left;\\\">\\u6211\\u586b\\u5b8c\\u8868\\u55ae\\u4e86<br><\\/p>\",\"pathnamehashes\":[],\"discussionid\":18,\"triggeredfrom\":\"forum_add_discussion\"}',1703159238,'web','203.121.235.95',NULL),(12413,'\\mod_forum\\event\\discussion_created','mod_forum','created','discussion','forum_discussions',18,'c',2,89,70,50,6,2,NULL,0,'{\"forumid\":15}',1703159238,'web','203.121.235.95',NULL),(12414,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',143,'c',2,89,70,50,6,2,6,0,'{\"forumid\":15,\"discussion\":18}',1703159238,'web','203.121.235.95',NULL),(12415,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,6,2,NULL,0,'null',1703159238,'web','203.121.235.95',NULL),(12416,'\\mod_forum\\event\\discussion_subscription_deleted','mod_forum','deleted','discussion_subscription','forum_discussion_subs',143,'d',2,89,70,50,6,2,6,0,'{\"forumid\":15,\"discussion\":18}',1703159262,'web','203.121.235.95',NULL),(12417,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,6,2,NULL,0,'null',1703159275,'web','203.121.235.95',NULL),(12418,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,6,0,NULL,0,'null',1703159280,'web','203.121.235.95',NULL),(12419,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1703159281,'web','203.121.235.95',NULL),(12420,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1703159283,'web','203.121.235.95',NULL),(12421,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,6,2,6,0,'null',1703159284,'web','203.121.235.95',NULL),(12422,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1703160492,'web','27.96.224.186',NULL),(12423,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,20,2,NULL,0,'null',1703160493,'web','27.96.224.186',NULL),(12424,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,20,2,NULL,0,'{\"assignid\":\"3\"}',1703160493,'web','27.96.224.186',NULL),(12425,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,20,2,NULL,0,'null',1703160506,'web','27.96.224.186',NULL),(12426,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,96,70,57,20,2,20,0,'{\"assignid\":\"3\"}',1703160506,'web','27.96.224.186',NULL),(12427,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,20,2,NULL,0,'null',1703160625,'web','27.96.224.186',NULL),(12428,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',48,'c',2,96,70,57,20,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"a6001953b1d5ae0d2dd5f16506c00cbfe18b95a4\"]}',1703160625,'web','27.96.224.186',NULL),(12429,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',31,'c',2,96,70,57,20,2,20,0,'{\"submissionid\":\"48\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1703160625,'web','27.96.224.186',NULL),(12430,'\\core\\event\\notification_sent','core','sent','notification','notifications',1619,'c',0,1,10,0,0,0,20,0,'{\"courseid\":\"2\"}',1703160629,'web','27.96.224.186',NULL),(12431,'\\core\\event\\notification_sent','core','sent','notification','notifications',1620,'c',0,1,10,0,20,0,2,0,'{\"courseid\":\"2\"}',1703160631,'web','27.96.224.186',NULL),(12432,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',48,'u',2,96,70,57,20,2,NULL,0,'{\"submission_editable\":true}',1703160631,'web','27.96.224.186',NULL),(12433,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,20,2,NULL,0,'null',1703160631,'web','27.96.224.186',NULL),(12434,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,20,2,NULL,0,'{\"assignid\":\"3\"}',1703160632,'web','27.96.224.186',NULL),(12435,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703161954,'web','120.244.78.132',NULL),(12436,'\\core\\event\\user_loggedin','core','loggedin','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"username\":\"13716561046\",\"extrauserinfo\":[]}',1703161959,'web','120.244.78.132',NULL),(12437,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1703161959,'web','120.244.78.132',NULL),(12438,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1703161994,'web','120.244.78.132',NULL),(12439,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,23,2,NULL,0,'null',1703162006,'web','120.244.78.132',NULL),(12440,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,23,2,NULL,0,'{\"assignid\":\"3\"}',1703162006,'web','120.244.78.132',NULL),(12441,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,23,2,NULL,0,'null',1703162011,'web','120.244.78.132',NULL),(12442,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,96,70,57,23,2,23,0,'{\"assignid\":\"3\"}',1703162011,'web','120.244.78.132',NULL),(12443,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,23,2,NULL,0,'null',1703162087,'web','120.244.78.132',NULL),(12444,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',54,'c',2,96,70,57,23,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"b559a1f6c1a8f0e4e74fdbfb0c655ff5a067a6b8\"]}',1703162087,'web','120.244.78.132',NULL),(12445,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',32,'c',2,96,70,57,23,2,23,0,'{\"submissionid\":\"54\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1703162087,'web','120.244.78.132',NULL),(12446,'\\core\\event\\notification_sent','core','sent','notification','notifications',1621,'c',0,1,10,0,0,0,23,0,'{\"courseid\":\"2\"}',1703162093,'web','120.244.78.132',NULL),(12447,'\\core\\event\\notification_sent','core','sent','notification','notifications',1622,'c',0,1,10,0,23,0,2,0,'{\"courseid\":\"2\"}',1703162097,'web','120.244.78.132',NULL),(12448,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',54,'u',2,96,70,57,23,2,NULL,0,'{\"submission_editable\":true}',1703162097,'web','120.244.78.132',NULL),(12449,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,23,2,NULL,0,'null',1703162097,'web','120.244.78.132',NULL),(12450,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,23,2,NULL,0,'{\"assignid\":\"3\"}',1703162097,'web','120.244.78.132',NULL),(12451,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,23,2,NULL,0,'null',1703162118,'web','120.244.78.132',NULL),(12452,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,23,2,NULL,0,'null',1703162525,'web','120.244.78.132',NULL),(12453,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,23,2,NULL,0,'{\"assignid\":\"3\"}',1703162525,'web','120.244.78.132',NULL),(12454,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,23,0,NULL,0,'null',1703162559,'web','120.244.78.132',NULL),(12455,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,23,1,NULL,0,'null',1703162621,'web','120.244.78.132',NULL),(12456,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1703162623,'web','120.244.78.132',NULL),(12457,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,23,2,NULL,0,'null',1703162652,'web','120.244.78.132',NULL),(12458,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,23,2,NULL,0,'{\"assignid\":\"3\"}',1703162652,'web','120.244.78.132',NULL),(12459,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,23,2,NULL,0,'null',1703162665,'web','120.244.78.132',NULL),(12460,'\\core\\event\\user_loggedout','core','loggedout','user','user',23,'r',0,1,10,0,23,0,NULL,0,'{\"sessionid\":\"8llsd607b99p4667jhtiltn640\"}',1703162669,'web','120.244.78.132',NULL),(12461,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703162669,'web','120.244.78.132',NULL),(12462,'\\core\\event\\notification_sent','core','sent','notification','notifications',1623,'c',0,1,10,0,6,0,14,0,'{\"courseid\":\"2\"}',1703162887,'cli',NULL,NULL),(12463,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,22,2,NULL,0,'null',1703165143,'web','125.229.183.111',NULL),(12464,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703172611,'web','42.76.209.221',NULL),(12465,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1703172635,'web','42.76.209.221',NULL),(12466,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1703172635,'web','42.76.209.221',NULL),(12467,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1703172822,'web','42.76.209.221',NULL),(12468,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,19,2,NULL,0,'null',1703172826,'web','42.76.209.221',NULL),(12469,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,19,2,NULL,0,'{\"assignid\":\"3\"}',1703172826,'web','42.76.209.221',NULL),(12470,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,19,2,NULL,0,'null',1703172829,'web','42.76.209.221',NULL),(12471,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,96,70,57,19,2,19,0,'{\"assignid\":\"3\"}',1703172829,'web','42.76.209.221',NULL),(12472,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,19,2,NULL,0,'null',1703172837,'web','42.76.209.221',NULL),(12473,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',55,'c',2,96,70,57,19,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"48de3896d2ec9ad348293180ef37cb97f1f2fb66\"]}',1703172837,'web','42.76.209.221',NULL),(12474,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',33,'c',2,96,70,57,19,2,19,0,'{\"submissionid\":\"55\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1703172837,'web','42.76.209.221',NULL),(12475,'\\core\\event\\notification_sent','core','sent','notification','notifications',1624,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"2\"}',1703172842,'web','42.76.209.221',NULL),(12476,'\\core\\event\\notification_sent','core','sent','notification','notifications',1625,'c',0,1,10,0,19,0,2,0,'{\"courseid\":\"2\"}',1703172846,'web','42.76.209.221',NULL),(12477,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',55,'u',2,96,70,57,19,2,NULL,0,'{\"submission_editable\":true}',1703172846,'web','42.76.209.221',NULL),(12478,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,19,2,NULL,0,'null',1703172846,'web','42.76.209.221',NULL),(12479,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,19,2,NULL,0,'{\"assignid\":\"3\"}',1703172846,'web','42.76.209.221',NULL),(12480,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,19,0,NULL,0,'null',1703172856,'web','42.76.209.221',NULL),(12481,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1703172857,'web','42.76.209.221',NULL),(12482,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1703172861,'web','42.76.209.221',NULL),(12483,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,19,2,19,0,'null',1703172862,'web','42.76.209.221',NULL),(12484,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1703173355,'web','125.229.183.111',NULL),(12485,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1703173367,'web','125.229.183.111',NULL),(12486,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,22,2,NULL,0,'null',1703173378,'web','125.229.183.111',NULL),(12487,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703247065,'web','111.241.162.220',NULL),(12488,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1703247108,'web','111.241.162.220',NULL),(12489,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1703247108,'web','111.241.162.220',NULL),(12490,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1703247112,'web','111.241.162.220',NULL),(12491,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,11,2,11,0,'null',1703247119,'web','111.241.162.220',NULL),(12492,'\\core\\event\\notification_sent','core','sent','notification','notifications',1626,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"1\"}',1703247125,'cli',NULL,NULL),(12493,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,11,2,NULL,0,'null',1703247135,'web','111.241.162.220',NULL),(12494,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,11,2,NULL,0,'{\"assignid\":\"3\"}',1703247135,'web','111.241.162.220',NULL),(12495,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,11,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1703247164,'web','111.241.162.220',NULL),(12496,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',17,'r',0,16,50,2,11,2,17,0,'{\"courseid\":\"2\",\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1703247230,'web','111.241.162.220',NULL),(12497,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',17,'r',0,47,30,17,11,0,17,0,'null',1703247236,'web','111.241.162.220',NULL),(12498,'\\mod_forum\\event\\user_report_viewed','mod_forum','viewed','user_report',NULL,NULL,'r',2,47,30,17,11,0,17,0,'{\"reportmode\":\"posts\"}',1703247238,'web','111.241.162.220',NULL),(12499,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1703247249,'web','111.241.162.220',NULL),(12500,'\\core\\event\\user_loggedout','core','loggedout','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"sessionid\":\"5nb1cgk685i67g4qcdsj97vm56\"}',1703247256,'web','111.241.162.220',NULL),(12501,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703247256,'web','111.241.162.220',NULL),(12502,'\\core\\event\\notification_sent','core','sent','notification','notifications',1627,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1703250701,'cli',NULL,NULL),(12503,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703255986,'web','125.229.183.111',NULL),(12504,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1703255991,'web','125.229.183.111',NULL),(12505,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1703255991,'web','125.229.183.111',NULL),(12506,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1703255993,'web','125.229.183.111',NULL),(12507,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,22,2,NULL,0,'null',1703256000,'web','125.229.183.111',NULL),(12508,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1703259165,'web','125.229.183.111',NULL),(12509,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,22,2,NULL,0,'null',1703259171,'web','125.229.183.111',NULL),(12510,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,22,2,NULL,0,'null',1703259637,'web','125.229.183.111',NULL),(12511,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,22,2,NULL,0,'{\"assignid\":\"3\"}',1703259637,'web','125.229.183.111',NULL),(12512,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,22,2,NULL,0,'null',1703259645,'web','125.229.183.111',NULL),(12513,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,22,2,NULL,0,'null',1703259828,'web','125.229.183.111',NULL),(12514,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,22,2,NULL,0,'null',1703259938,'web','125.229.183.111',NULL),(12515,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,22,2,NULL,0,'{\"assignid\":\"3\"}',1703259938,'web','125.229.183.111',NULL),(12516,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,22,2,NULL,0,'null',1703259941,'web','125.229.183.111',NULL),(12517,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,22,2,NULL,0,'null',1703260098,'web','125.229.183.111',NULL),(12518,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,96,70,57,22,2,22,0,'{\"assignid\":\"3\"}',1703260098,'web','125.229.183.111',NULL),(12519,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,22,2,NULL,0,'null',1703260124,'web','125.229.183.111',NULL),(12520,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',52,'c',2,96,70,57,22,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"2743e1bbf31527aed3e812b873ef4f3fd973e91b\"]}',1703260124,'web','125.229.183.111',NULL),(12521,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',34,'c',2,96,70,57,22,2,22,0,'{\"submissionid\":\"52\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1703260124,'web','125.229.183.111',NULL),(12522,'\\core\\event\\notification_sent','core','sent','notification','notifications',1628,'c',0,1,10,0,0,0,22,0,'{\"courseid\":\"2\"}',1703260131,'web','125.229.183.111',NULL),(12523,'\\core\\event\\notification_sent','core','sent','notification','notifications',1629,'c',0,1,10,0,22,0,2,0,'{\"courseid\":\"2\"}',1703260135,'web','125.229.183.111',NULL),(12524,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',52,'u',2,96,70,57,22,2,NULL,0,'{\"submission_editable\":true}',1703260135,'web','125.229.183.111',NULL),(12525,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,22,2,NULL,0,'null',1703260135,'web','125.229.183.111',NULL),(12526,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,96,70,57,22,2,22,0,'{\"assignid\":\"3\"}',1703260135,'web','125.229.183.111',NULL),(12527,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,22,2,NULL,0,'null',1703260147,'web','125.229.183.111',NULL),(12528,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,22,2,NULL,0,'null',1703260161,'web','125.229.183.111',NULL),(12529,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,96,70,57,22,2,22,0,'{\"assignid\":\"3\"}',1703260162,'web','125.229.183.111',NULL),(12530,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1703260173,'web','125.229.183.111',NULL),(12531,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,22,2,NULL,0,'null',1703260179,'web','125.229.183.111',NULL),(12532,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,22,2,NULL,0,'{\"assignid\":\"3\"}',1703260179,'web','125.229.183.111',NULL),(12533,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703260466,'web','125.229.183.111',NULL),(12534,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1703260470,'web','125.229.183.111',NULL),(12535,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1703260470,'web','125.229.183.111',NULL),(12536,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1703260472,'web','125.229.183.111',NULL),(12537,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,22,2,NULL,0,'null',1703260480,'web','125.229.183.111',NULL),(12538,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1703260552,'web','125.229.183.111',NULL),(12539,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,22,2,NULL,0,'null',1703260576,'web','125.229.183.111',NULL),(12540,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1703260587,'web','125.229.183.111',NULL),(12541,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,22,2,NULL,0,'null',1703260594,'web','125.229.183.111',NULL),(12542,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1703260645,'web','125.229.183.111',NULL),(12543,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,22,2,NULL,0,'null',1703260653,'web','125.229.183.111',NULL),(12544,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1703260669,'web','125.229.183.111',NULL),(12545,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,22,2,NULL,0,'null',1703260683,'web','125.229.183.111',NULL),(12546,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1703260728,'web','125.229.183.111',NULL),(12547,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,22,2,NULL,0,'null',1703260738,'web','125.229.183.111',NULL),(12548,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1703260863,'web','125.229.183.111',NULL),(12549,'\\core\\event\\user_loggedout','core','loggedout','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"sessionid\":\"gvis4l5r1d1kags3iu1hnvcut3\"}',1703260867,'web','125.229.183.111',NULL),(12550,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703260867,'web','125.229.183.111',NULL),(12551,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703262265,'web','54.183.200.253',NULL),(12552,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703266049,'web','74.91.118.160',NULL),(12553,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703266054,'web','74.91.118.160',NULL),(12554,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1703266070,'web','74.91.118.160',NULL),(12555,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1703266071,'web','74.91.118.160',NULL),(12556,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1703266075,'web','74.91.118.160',NULL),(12557,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1703266078,'web','74.91.118.160',NULL),(12558,'\\core\\event\\notification_sent','core','sent','notification','notifications',1630,'c',0,1,10,0,0,0,15,0,'{\"courseid\":\"1\"}',1703266087,'cli',NULL,NULL),(12559,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,15,2,NULL,0,'null',1703266113,'web','74.91.118.160',NULL),(12560,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',9,'r',2,60,70,21,15,2,NULL,0,'null',1703266114,'web','74.91.118.160',NULL),(12561,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1703266127,'web','74.91.118.160',NULL),(12562,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,15,2,NULL,0,'null',1703266180,'web','74.91.118.160',NULL),(12563,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1703266189,'web','74.91.118.160',NULL),(12564,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,15,2,NULL,0,'null',1703266197,'web','74.91.118.160',NULL),(12565,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1703266204,'web','74.91.118.160',NULL),(12566,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,15,2,NULL,0,'null',1703266228,'web','74.91.118.160',NULL),(12567,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,15,2,NULL,0,'null',1703266228,'web','74.91.118.160',NULL),(12568,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',188,'c',2,67,70,28,15,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u90e8\\u4efd\\uff1a<br \\/>\\n1:<br \\/>\\n\\u6587\\u5b57\\u4e2d\\u63d0\\u5230\\u7981\\u98df\\uff0c\\u5947\\u5999\\u7684\\u662f\\u6211\\u5728\\u770b\\u8fd9\\u4e00\\u90e8\\u4efd\\u7684\\u65f6\\u5019\\u5728\\u7981\\u98df\\uff0c\\u5728\\u5199\\u8fd9\\u6bb5\\u6587\\u5b57\\u4e5f\\u5728\\u7981\\u98df\\uff0c\\u4e2d\\u95f4\\u65f6\\u9694\\u4e09\\u4e2a\\u6708\\uff0c\\u5173\\u952e\\u8bcd\\u523b\\u610f\\u800c\\u4e3a\\uff0c\\u627f\\u8bfa\\u3001\\u9884\\u5907\\u3001\\u6ce8\\u610f\\u529b<br \\/>\\n\\u6211\\u7279\\u522b\\u6709\\u4f53\\u4f1a\\uff0c\\u800c\\u4e14\\u7981\\u98df\\u548c\\u76db\\u5bb4\\u7684\\u5173\\u7cfb\\u4e5f\\u662f\\u5947\\u5999\\u800c\\u771f\\u5b9e\\u3002\\u800c\\u8fd9\\u6bb5\\u4e2d\\u6587\\u5316\\u4f55\\u4ee5\\u662f\\u793c\\u7269\\u547c\\u53ec\\u987a\\u670d\\uff1f\\u6211\\u6709\\u8bb0\\u5f55\\u4e0b\\u6765\\uff0c\\u8fd9\\u662f\\u4e00\\u4e2a\\u503c\\u5f97\\u53cd\\u590d\\u6df1\\u601d\\u7684\\u95ee\\u9898\\uff01\\u5173\\u4e8e\\u827a\\u672f\\u7684\\u5014\\u5f3a\\u548c\\u4e0d\\u53ef\\u8f6c\\u8bd1\\u7684\\u89c2\\u70b9\\u6211\\u975e\\u5e38\\u8ba4\\u540c\\uff0c\\u8bf7\\u5141\\u8bb8\\u6211\\u4e5f\\u5723\\u7ecf\\u4e3a\\u4f8b\\uff0c\\u5373\\u4f7f\\u6211\\u4eec\\u56e0\\u4e3a\\u65f6\\u4ee3\\u80cc\\u666f\\u6587\\u5316\\u7684\\u4e0d\\u540c\\u6211\\u4eec\\u8bfb\\u7684\\u795e\\u7ecf\\u4e5f\\u7565\\u6709\\u51fa\\u5165\\uff0c\\u800c\\u5728\\u8bf8\\u591a\\u5b66\\u8005\\u7684\\u6df1\\u5165\\u67e5\\u8003\\u4e2d\\u4e5f\\u4e0d\\u96be\\u89c1\\u5230\\u6eaf\\u6e90\\u5e0c\\u4f2f\\u6765\\u6587\\u7684\\u4f8b\\u5b50\\u3002<br \\/>\\n7:<br \\/>\\n\\u4e24\\u4e2a\\u6982\\u5ff5\\uff0c\\u516d\\u4e2a\\u5371\\u9669\\uff0c\\u4e09\\u4e2a\\u7279\\u6027\\uff0c\\u6211\\u8bfb\\u4e0b\\u6765\\u7684\\u76f4\\u89c2\\u611f\\u53d7\\u5b83\\u662f\\u827a\\u672f\\u7248\\u7684\\u4fdd\\u7f57\\u4e66\\u4fe1\\uff0c\\u6709\\u95ee\\u5b89\\uff0c\\u6709\\u529d\\u8beb\\uff0c\\u6709\\u8bad\\u5bfc\\uff0c\\u6709\\u5b89\\u6170\\uff0c\\u6709\\u601c\\u60af\\uff0c\\u6709\\u76fc\\u671b\\u3002<br \\/>\\n8:<br \\/>\\n\\u4e0d\\u5f97\\u4e0d\\u8bf4\\u8fd9\\u662f\\u6211\\u8bfb\\u8fc7\\u6700\\u5177\\u771f\\u5b9e\\u6027\\u7684\\u4ee5\\u542f\\u793a\\u5f55\\u4e3a\\u84dd\\u672c\\u7684\\u6587\\u5b57\\uff0c\\u53ef\\u80fd\\u4e5f\\u662f\\u4ece\\u827a\\u672f\\u7684\\u89d2\\u5ea6\\u8ba9\\u6211\\u66f4\\u80fd\\u540c\\u7406\\u548c\\u5171\\u60c5\\u3002\\u6211\\u5176\\u5b9e\\u8bfb\\u7684\\u4e5f\\u4e0d\\u591a\\uff0c\\u4f46\\u662f\\u9053\\u4e5f\\u542c\\u4e86\\u4e0d\\u5c11\\uff0c\\u591a\\u5c11\\u90fd\\u4f1a\\u6709\\u51e0\\u5206\\u795e\\u79d8\\u7684\\u8272\\u5f69\\uff0c\\u5305\\u62ec\\u5bf9\\u5723\\u7075\\u7684\\u9610\\u91ca\\u771f\\u7684\\u662f\\u628a\\u5f88\\u591a\\u7267\\u8005\\u8bb2\\u4e0d\\u660e\\u767d\\u7684\\u5730\\u65b9\\u8bb2\\u7684\\u8f7b\\u8f7b\\u5904\\u5904\\uff0c\\u5728\\u9605\\u8bfb\\u7684\\u65f6\\u523b\\u5c31\\u80fd\\u611f\\u53d7\\u7684\\u5723\\u7075\\u7684\\u771f\\u5b9e\\u611f\\u3002<br \\/>\\n<br \\/>\\n\\u7b2c\\u4e8c\\u90e8\\u4efd\\uff1a\\u7d93\\u6b77\\u4e86\\u524d\\u56db\\u5802\\u8ab2\\u4e4b\\u5f8c\\uff0c\\u6211\\u5e0c\\u671b\\u5728\\u8ab2\\u7a0b\\u7d50\\u675f\\u6642\\u6211\\u53ef\\u4ee5\\u56de\\u7b54\\u4ee5\\u4e0b\\u9019\\u500b\\u554f\\u984c\\uff08\\u6216\\u662f\\u5f97\\u5230\\u9019\\u65b9\\u9762\\u7684\\u77e5\\u8b58\\u6216\\u8cc7\\u6e90\\uff09<br \\/>\\n\\u6211\\u5e0c\\u671b\\u5728\\u8bfe\\u7a0b\\u7ed3\\u675f\\u540e\\u5e0c\\u671b\\u548c\\u8001\\u5e08\\u4fdd\\u6301\\u826f\\u597d\\u7684\\u6c9f\\u901a\\u4ea4\\u6d41\\uff0c\\u8fd8\\u6709\\u5173\\u4e8e\\u4e00\\u4e9b\\u513f\\u7ae5\\u9752\\u5c11\\u5e74\\u620f\\u5267\\u670d\\u4f8d\\u7684\\u6307\\u5bfc\\uff0c\\u54a8\\u8be2\\u7b49\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":4,\"triggeredfrom\":\"forum_add_new_post\"}',1703268529,'web','74.91.118.160',NULL),(12569,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',188,'c',2,67,70,28,15,2,NULL,0,'{\"discussionid\":4,\"forumid\":7,\"forumtype\":\"single\"}',1703268529,'web','74.91.118.160',NULL),(12570,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,15,2,NULL,0,'null',1703268530,'web','74.91.118.160',NULL),(12571,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,15,2,NULL,0,'null',1703268585,'web','74.91.118.160',NULL),(12572,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,15,2,NULL,0,'null',1703268585,'web','74.91.118.160',NULL),(12573,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,15,2,NULL,0,'null',1703268586,'web','74.91.118.160',NULL),(12574,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,15,2,NULL,0,'null',1703268586,'web','74.91.118.160',NULL),(12575,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,15,2,NULL,0,'null',1703268588,'web','74.91.118.160',NULL),(12576,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,15,2,NULL,0,'null',1703268622,'web','74.91.118.160',NULL),(12577,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,15,2,NULL,0,'null',1703268670,'web','74.91.118.160',NULL),(12578,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,15,2,NULL,0,'null',1703269162,'web','74.91.118.160',NULL),(12579,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,15,2,NULL,0,'null',1703269163,'web','74.91.118.160',NULL),(12580,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,15,2,NULL,0,'null',1703269164,'web','74.91.118.160',NULL),(12581,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,15,2,NULL,0,'null',1703269506,'web','74.91.118.160',NULL),(12582,'\\mod_forum\\event\\subscription_created','mod_forum','created','subscription','forum_subscriptions',13,'c',2,71,70,32,15,2,15,0,'{\"forumid\":\"8\"}',1703269507,'web','74.91.118.160',NULL),(12583,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,15,2,NULL,0,'null',1703269507,'web','74.91.118.160',NULL),(12584,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',189,'c',2,71,70,32,15,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u6211\\u8b80\\u5b8c\\u5169\\u7bc7\\u6587\\u7ae0\\u4e86\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":5,\"triggeredfrom\":\"forum_add_new_post\"}',1703269555,'web','74.91.118.160',NULL),(12585,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',189,'c',2,71,70,32,15,2,NULL,0,'{\"discussionid\":5,\"forumid\":8,\"forumtype\":\"single\"}',1703269555,'web','74.91.118.160',NULL),(12586,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,15,2,NULL,0,'null',1703269556,'web','74.91.118.160',NULL),(12587,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,15,2,NULL,0,'null',1703269577,'web','74.91.118.160',NULL),(12588,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,15,2,NULL,0,'null',1703269577,'web','74.91.118.160',NULL),(12589,'\\mod_forum\\event\\subscription_created','mod_forum','created','subscription','forum_subscriptions',14,'c',2,72,70,33,15,2,15,0,'{\"forumid\":\"9\"}',1703269578,'web','74.91.118.160',NULL),(12590,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,15,2,NULL,0,'null',1703269579,'web','74.91.118.160',NULL),(12591,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,15,2,NULL,0,'null',1703271867,'web','74.91.118.160',NULL),(12592,'\\core\\event\\notification_sent','core','sent','notification','notifications',1631,'c',0,1,10,0,15,0,15,0,'{\"courseid\":\"2\"}',1703272147,'cli',NULL,NULL),(12593,'\\core\\event\\notification_sent','core','sent','notification','notifications',1632,'c',0,1,10,0,15,0,6,0,'{\"courseid\":\"2\"}',1703272150,'cli',NULL,NULL),(12594,'\\core\\event\\notification_sent','core','sent','notification','notifications',1633,'c',0,1,10,0,15,0,11,0,'{\"courseid\":\"2\"}',1703272153,'cli',NULL,NULL),(12595,'\\core\\event\\notification_sent','core','sent','notification','notifications',1634,'c',0,1,10,0,15,0,23,0,'{\"courseid\":\"2\"}',1703272156,'cli',NULL,NULL),(12596,'\\core\\event\\notification_sent','core','sent','notification','notifications',1635,'c',0,1,10,0,15,0,12,0,'{\"courseid\":\"2\"}',1703272159,'cli',NULL,NULL),(12597,'\\core\\event\\notification_sent','core','sent','notification','notifications',1636,'c',0,1,10,0,15,0,13,0,'{\"courseid\":\"2\"}',1703272162,'cli',NULL,NULL),(12598,'\\core\\event\\notification_sent','core','sent','notification','notifications',1637,'c',0,1,10,0,15,0,5,0,'{\"courseid\":\"2\"}',1703272165,'cli',NULL,NULL),(12599,'\\core\\event\\notification_sent','core','sent','notification','notifications',1638,'c',0,1,10,0,15,0,21,0,'{\"courseid\":\"2\"}',1703272168,'cli',NULL,NULL),(12600,'\\core\\event\\notification_sent','core','sent','notification','notifications',1639,'c',0,1,10,0,15,0,20,0,'{\"courseid\":\"2\"}',1703272171,'cli',NULL,NULL),(12601,'\\core\\event\\notification_sent','core','sent','notification','notifications',1640,'c',0,1,10,0,15,0,16,0,'{\"courseid\":\"2\"}',1703272175,'cli',NULL,NULL),(12602,'\\core\\event\\notification_sent','core','sent','notification','notifications',1641,'c',0,1,10,0,15,0,22,0,'{\"courseid\":\"2\"}',1703272178,'cli',NULL,NULL),(12603,'\\core\\event\\notification_sent','core','sent','notification','notifications',1642,'c',0,1,10,0,15,0,2,0,'{\"courseid\":\"2\"}',1703272180,'cli',NULL,NULL),(12604,'\\core\\event\\notification_sent','core','sent','notification','notifications',1643,'c',0,1,10,0,15,0,19,0,'{\"courseid\":\"2\"}',1703272183,'cli',NULL,NULL),(12605,'\\core\\event\\notification_sent','core','sent','notification','notifications',1644,'c',0,1,10,0,15,0,14,0,'{\"courseid\":\"2\"}',1703272186,'cli',NULL,NULL),(12606,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',190,'c',2,72,70,33,15,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u8bf7\\u5141\\u8bb8\\u6211\\u4f7f\\u7528\\u4e86\\u5a9b\\u840d\\u7684\\u683c\\u5f0f<br \\/>\\n\\u4e00\\u3001\\u524d\\u8a00<br \\/>\\n\\u6211\\u662f\\u4e00\\u4f4d\\u6765\\u81ea\\u53d1\\u5149\\u661f\\u7403\\u7684\\u8bbf\\u5ba2\\uff0c\\u6211\\u662f\\u7279\\u5f02\\u529f\\u80fd\\u7684\\u6d1e\\u5bdf\\u4eba\\u7c7b\\u7684\\u5fc3\\u7406\\u6d3b\\u52a8\\uff0c\\u6211\\u4e0d\\u559c\\u6b22\\u6210\\u5e74\\u4eba\\uff0c\\u6211\\u559c\\u6b22\\u5730\\u7403\\u4e0a\\u7684\\u5c0f\\u5b69\\u5b50\\uff0c\\u4e8e\\u662f\\u6211\\u6765\\u5f97\\u4e86\\u4e00\\u4e2a\\u53eb\\u513f\\u7ae5\\u4e3b\\u65e5\\u5b66\\u7684\\u5730\\u65b9\\uff0c\\u56e0\\u4e3a\\u90a3\\u91cc\\u6709\\u5f88\\u591a\\u5f88\\u591a\\u5c0f\\u5b69\\u5b50\\u3002<br \\/>\\n<br \\/>\\n\\u4e8c\\u3001\\u89c0\\u5bdf\\u767c\\u73fe<br \\/>\\n(\\u4e00) \\u89c0\\u5bdf\\u6642\\u9593\\u53ca\\u7bc4\\u570d<br \\/>\\n\\u5730\\u7403\\u6642\\u9593\\u516c\\u51432023\\u5e7412\\u6708\\u5728\\u7f8a\\u6559\\u6703\\u513f\\u7ae5\\u4e3b\\u65e5\\u5b66\\u805a\\u4f1a\\u4e2d\\u3002<br \\/>\\n(\\u4e8c) \\u89c0\\u5bdf\\u5c0d\\u8c61<br \\/>\\n1. 0-12\\u5c81\\u7684\\u5b69\\u5b50<br \\/>\\n2. \\u6210\\u4eba\\u6559\\u5e08\\uff0c\\u5728\\u513f\\u7ae5\\u4e3b\\u65e5\\u5b66\\u7684\\u5bb6\\u957f<br \\/>\\n(\\u4e09) \\u57fa\\u672c\\u72b6\\u6001<br \\/>\\n1. \\u5b69\\u5b50\\u4eec\\uff1a\\u5728\\u4e00\\u8d77\\u5531\\u6b4c\\u8df3\\u821e\\uff0c\\u542c\\u6545\\u4e8b\\uff0c\\u7136\\u540e\\u4ee5\\u516b\\u5c81\\u4e3a\\u754c\\u9650\\u6c1b\\u56f4\\u4e24\\u7ec4\\u505a\\u6d3b\\u52a8\\uff0c\\uff080-2\\u5c81\\u5728\\u4eba\\u7fa4\\u4e2d\\u968f\\u610f\\u7684\\u722c\\u6765\\u722c\\u53bb\\uff0c\\u8d70\\u6765\\u8d70\\u53bb\\uff09\\u3002\\u5185\\u5fc3\\u6d3b\\u52a8\\uff1a\\u8868\\u91cc\\u5982\\u4e00\\u60f3\\u4e0d\\u60f3\\u53c2\\u52a0\\u90fd\\u5199\\u5728\\u8138\\u4e0a<br \\/>\\n2. \\u6210\\u4eba\\uff1a<br \\/>\\n\\u8001\\u5e08\\u4eec\\uff1a\\u57fa\\u672c\\u53c2\\u4e0e\\u6d3b\\u52a8\\uff0c<br \\/>\\n\\u5185\\u5fc3\\u6d3b\\u52a8\\uff1a\\u975e\\u5e38\\u6109\\u60a6\\u7684\\u6c89\\u6d78\\u5f0f\\u6559\\u5b66\\u7684\\u8001\\u6559\\u5e08\\uff0c\\u8868\\u9762\\u878d\\u5165\\u5fc3\\u91cc\\u4e0d\\u660e\\u6240\\u4ee5\\u7684\\u65b0\\u6559\\u5e08<br \\/>\\n<br \\/>\\n\\u5bb6\\u957f\\uff1a\\u88ab\\u5b69\\u5b50\\u70ed\\u60c5\\u611f\\u67d3\\u6295\\u5165\\u53c2\\u4e0e\\u7684\\u5bb6\\u957f\\uff0c\\u5fc3\\u7406\\u5bf9\\u8001\\u5e08\\u7684\\u8868\\u73b0\\u90fd\\u6709\\u8bc4\\u4ef7\\uff1b\\u5728\\u8bfe\\u5802\\u5237\\u624b\\u673a\\u5047\\u88c5\\u966a\\u5b69\\u5b50\\u7684\\u5bb6\\u957f\\uff0c<br \\/>\\n\\u5185\\u5fc3\\u6d3b\\u52a8\\uff1a\\u65e0\\u804a\\uff0c\\u4ec0\\u4e48\\u65f6\\u5019\\u53ef\\u4ee5\\u7ed3\\u675f\\uff1b\\u7ec8\\u4e8e\\u53ef\\u4ee5\\u4f11\\u606f\\u4e00\\u4e0b\\u5566<br \\/>\\n<br \\/>\\n(\\u56db) \\u4efb\\u52a1<br \\/>\\n\\u2b27 \\u9019\\u500b\\u805a\\u96c6\\u600e\\u9ebc\\u770b\\u5f85\\u81ea\\u5df1\\uff1f\\u4ed6\\u5011\\u4f7f\\u7528\\u54ea\\u4e9b\\u985e\\u6bd4\\u63cf\\u8ff0\\u81ea\\u5df1\\uff1f\\uff08\\u4f8b\\u5982\\uff1a\\u300c\\u5bb6\\u5ead\\u300d\\u3001\\u300c\\u8ecd\\u968a\\u300d\\uff09<br \\/>\\n\\u5b69\\u5b50\\uff1a\\u6211\\u4eec\\u90fd\\u662f\\u771f\\u670b\\u53cb<br \\/>\\n\\u8001\\u5e08\\uff1a\\u6211\\u4eec\\u662f\\u5bb6\\u4eba\\uff0c\\u5f7c\\u6b64\\u540c\\u5de5\\u540c\\u884c<br \\/>\\n\\u5bb6\\u957f\\uff1a\\u966a\\u4f34\\u8005\\uff0c\\u53c2\\u4e0e\\u8005<br \\/>\\n\\u2b27 \\u9019\\u500b\\u805a\\u96c6\\u600e\\u9ebc\\u770b\\u5f85\\u4ed6\\u5011\\u7fa4\\u9ad4\\u4ee5\\u5916\\u7684\\u4eba\\uff1f\\u4ed6\\u5011\\u4f7f\\u7528\\u54ea\\u4e9b\\u985e\\u6bd4\\u63cf\\u8ff0\\u9019\\u4e9b\\u4eba\\uff1f\\u4ed6\\u5011\\u5e0c\\u671b\\u9019\\u4e9b\\u4eba\\u505a\\u51fa\\u54ea\\u4e9b\\u884c\\u52d5\\uff1f<br \\/>\\n\\u5b69\\u5b50\\uff1a\\u4f60\\u771f\\u9177\\u771f\\u6f02\\u4eae\\u600e\\u4e48\\u4f1a\\u53d1\\u5149\\u5440\\uff0c\\u597d\\u5389\\u5bb3\\u5440\\uff0c\\u80fd\\u548c\\u4f60\\u4e00\\u8d77\\u73a9\\u5417\\uff1f\\u6b22\\u8fce\\uff0c\\u4f1a\\u6709\\u8eab\\u4f53\\u63a5\\u89e6<br \\/>\\n\\u8001\\u5e08\\uff1a\\u4f60\\u662f\\u8c01\\uff1f\\u4f60\\u4ece\\u54ea\\u91cc\\u6765\\uff1f\\u4e3a\\u4ec0\\u4e48\\u6765\\uff1f\\u6b22\\u8fce<br \\/>\\n\\u5bb6\\u957f\\uff1a\\u7591\\u60d1\\uff0c\\u53ef\\u80fd\\u4f1a\\u95f2\\u804a\\u51e0\\u53e5<br \\/>\\n\\u2b27 \\u9019\\u500b\\u805a\\u96c6\\u671f\\u5f85\\u53c3\\u8207\\u8005\\u505a\\u51fa\\u54ea\\u4e9b\\u884c\\u52d5\\uff1f\\uff08\\u7121\\u8ad6\\u662f\\u805a\\u96c6\\u671f\\u9593\\uff0c\\u6216\\u662f\\u805a\\u96c6\\u524d\\u5f8c\\uff09<br \\/>\\n\\u53c2\\u4e0e\\u4ed6\\u4eec\\u7684\\u6d3b\\u52a8\\uff0c\\u4e0d\\u8981\\u8282\\u5916\\u751f\\u679d<br \\/>\\n\\u2b27 \\u9019\\u500b\\u805a\\u96c6\\u50b3\\u9054\\u7d66\\u53c3\\u8207\\u8005\\u54ea\\u4e9b\\u8a0a\\u606f\\uff1f\\u9019\\u4e9b\\u8a0a\\u606f\\u4ee5\\u4ec0\\u9ebc\\u65b9\\u5f0f\\u50b3\\u905e\\uff1f\\u4ee5\\u4ec0\\u9ebc\\u8a9e\\u6c23\\u3001\\u614b\\u5ea6\\u50b3\\u905e\\uff1f<br \\/>\\n\\u70ed\\u60c5\\uff0c\\u8c28\\u614e\\uff0c\\u5b89\\u5168<br \\/>\\n\\u2b27 \\u6839\\u64da\\u4f60\\u7684\\u89c0\\u5bdf\\uff0c\\u5c0d\\u9019\\u500b\\u805a\\u96c6\\u4f86\\u8aaa\\uff0c\\u4eba\\u985e\\u7684\\u54ea\\u4e9b\\u611f\\u5b98\\u8207\\u80fd\\u529b\\u662f\\u91cd\\u8981\\u7684\\uff1f\\u54ea\\u4e9b\\u76f8\\u5c0d\\u4e0d\\u91cd\\u8981\\uff1f<br \\/>\\n<br \\/>\\n<br \\/>\\n\\u672c\\u9ad4\\u611f\\/\\u7a7a\\u9593\\u611f\\uff08\\u8eab\\u9ad4\\u90e8\\u4f4d\\u5f7c\\u6b64\\u4e4b\\u9593\\u7684\\u95dc\\u4fc2\\uff0c\\u4f8b\\u5982\\u9589\\u773c\\u7528\\u624b\\u6478\\u9f3b\\u5b50\\uff0c\\u6216\\u662f\\u81ea\\u5df1\\u8207\\u4ed6\\u4eba\\u5728\\u7a7a\\u9593\\u4e2d\\u7684\\u95dc\\u4fc2\\uff095<br \\/>\\n\\u4e09\\u3001\\u89c0\\u5bdf\\u7d50\\u8ad6<br \\/>\\n\\u5730\\u7403\\u4e0a\\u7684\\u5b69\\u5b50\\u4eec\\u771f\\u53ef\\u7231\\uff0c\\u6211\\u611f\\u89c9\\u81ea\\u5df1\\u53d8\\u5f97\\u66f4\\u4eae\\u4e86\\uff0c\\u548c\\u4ed6\\u4eec\\u5728\\u4e00\\u8d77\\u592a\\u6709\\u8da3\\u5566\\uff01<br \\/>\\n\\u5927\\u4eba\\u4eec\\u6709\\u70b9\\u590d\\u6742\\uff0c\\u6211\\u9700\\u8981\\u591a\\u591a\\u9002\\u5e94\\u4ed6\\u4eec\\uff0c\\u591a\\u591a\\u770b\\u4ed6\\u4eec\\u7684\\u5185\\u5fc3\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":6,\"triggeredfrom\":\"forum_add_new_post\"}',1703272365,'web','74.91.118.160',NULL),(12607,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',190,'c',2,72,70,33,15,2,NULL,0,'{\"discussionid\":6,\"forumid\":9,\"forumtype\":\"single\"}',1703272365,'web','74.91.118.160',NULL),(12608,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,15,2,NULL,0,'null',1703272365,'web','74.91.118.160',NULL),(12609,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,15,2,NULL,0,'null',1703272410,'web','74.91.118.160',NULL),(12610,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,15,2,NULL,0,'null',1703272410,'web','74.91.118.160',NULL),(12611,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,15,2,NULL,0,'null',1703272411,'web','74.91.118.160',NULL),(12612,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,15,2,NULL,0,'null',1703272430,'web','74.91.118.160',NULL),(12613,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,15,2,NULL,0,'null',1703272931,'web','74.91.118.160',NULL),(12614,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,15,2,NULL,0,'null',1703272932,'web','74.91.118.160',NULL),(12615,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,15,2,NULL,0,'null',1703272932,'web','74.91.118.160',NULL),(12616,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,15,2,NULL,0,'null',1703272933,'web','74.91.118.160',NULL),(12617,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,15,2,NULL,0,'null',1703272934,'web','74.91.118.160',NULL),(12618,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,15,2,NULL,0,'null',1703272934,'web','74.91.118.160',NULL),(12619,'\\core\\event\\notification_sent','core','sent','notification','notifications',1645,'c',0,1,10,0,15,0,15,0,'{\"courseid\":\"2\"}',1703273167,'cli',NULL,NULL),(12620,'\\core\\event\\notification_sent','core','sent','notification','notifications',1646,'c',0,1,10,0,15,0,6,0,'{\"courseid\":\"2\"}',1703273171,'cli',NULL,NULL),(12621,'\\core\\event\\notification_sent','core','sent','notification','notifications',1647,'c',0,1,10,0,15,0,17,0,'{\"courseid\":\"2\"}',1703273174,'cli',NULL,NULL),(12622,'\\core\\event\\notification_sent','core','sent','notification','notifications',1648,'c',0,1,10,0,15,0,11,0,'{\"courseid\":\"2\"}',1703273179,'cli',NULL,NULL),(12623,'\\core\\event\\notification_sent','core','sent','notification','notifications',1649,'c',0,1,10,0,15,0,23,0,'{\"courseid\":\"2\"}',1703273181,'cli',NULL,NULL),(12624,'\\core\\event\\notification_sent','core','sent','notification','notifications',1650,'c',0,1,10,0,15,0,12,0,'{\"courseid\":\"2\"}',1703273185,'cli',NULL,NULL),(12625,'\\core\\event\\notification_sent','core','sent','notification','notifications',1651,'c',0,1,10,0,15,0,13,0,'{\"courseid\":\"2\"}',1703273188,'cli',NULL,NULL),(12626,'\\core\\event\\notification_sent','core','sent','notification','notifications',1652,'c',0,1,10,0,15,0,5,0,'{\"courseid\":\"2\"}',1703273191,'cli',NULL,NULL),(12627,'\\core\\event\\notification_sent','core','sent','notification','notifications',1653,'c',0,1,10,0,15,0,21,0,'{\"courseid\":\"2\"}',1703273194,'cli',NULL,NULL),(12628,'\\core\\event\\notification_sent','core','sent','notification','notifications',1654,'c',0,1,10,0,15,0,9,0,'{\"courseid\":\"2\"}',1703273197,'cli',NULL,NULL),(12629,'\\core\\event\\notification_sent','core','sent','notification','notifications',1655,'c',0,1,10,0,15,0,20,0,'{\"courseid\":\"2\"}',1703273201,'cli',NULL,NULL),(12630,'\\core\\event\\notification_sent','core','sent','notification','notifications',1656,'c',0,1,10,0,15,0,16,0,'{\"courseid\":\"2\"}',1703273204,'cli',NULL,NULL),(12631,'\\core\\event\\notification_sent','core','sent','notification','notifications',1657,'c',0,1,10,0,15,0,4,0,'{\"courseid\":\"2\"}',1703273207,'cli',NULL,NULL),(12632,'\\core\\event\\notification_sent','core','sent','notification','notifications',1658,'c',0,1,10,0,15,0,22,0,'{\"courseid\":\"2\"}',1703273209,'cli',NULL,NULL),(12633,'\\core\\event\\notification_sent','core','sent','notification','notifications',1659,'c',0,1,10,0,15,0,2,0,'{\"courseid\":\"2\"}',1703273213,'cli',NULL,NULL),(12634,'\\core\\event\\notification_sent','core','sent','notification','notifications',1660,'c',0,1,10,0,15,0,19,0,'{\"courseid\":\"2\"}',1703273216,'cli',NULL,NULL),(12635,'\\core\\event\\notification_sent','core','sent','notification','notifications',1661,'c',0,1,10,0,15,0,14,0,'{\"courseid\":\"2\"}',1703273219,'cli',NULL,NULL),(12636,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',191,'c',2,78,70,39,15,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u4e09\\u628a\\u5237\\u5b50\\u4e0d\\u53ef\\u5c11\\uff1a<br \\/>\\n\\u6211\\u603b\\u7ed3\\u4e3a\\u4f20\\u798f\\u97f3\\u7684\\u6559\\u5bfc<br \\/>\\n1\\uff0c\\u597d\\u65f6\\u673a\\uff1a\\u4e07\\u7269\\u6709\\u65f6\\uff0c\\u6492\\u79cd\\u81ea\\u7136\\u4e5f\\u6709\\u65f6\\uff0c\\u597d\\u65f6\\u673a\\u662f\\u7a81\\u7834\\u53e3\\uff0c\\u597d\\u65f6\\u673a\\u4e5f\\u4f1a\\u4e8b\\u534a\\u529f\\u500d\\u3002\\u524d\\u51e0\\u5929\\u90bb\\u5c45\\u95f2\\u6765\\u65e0\\u4e8b\\u6765\\u5bb6\\u91cc\\u804a\\u5929\\uff0c\\u6b63\\u597d\\u6211\\u548c\\u5988\\u5988\\u90fd\\u5728\\u5bb6\\uff0c\\u804a\\u804a\\u5929\\u5c31\\u628a\\u798f\\u97f3\\u4f20\\u4e86<br \\/>\\n2\\uff0c\\u4e09\\u628a\\u5237\\u5b50\\u597d\\u95ee\\u9898\\uff0c\\u5171\\u540c\\u70b9\\uff0c\\u4e2a\\u4eba\\u751f\\u547d<br \\/>\\n\\u597d\\u95ee\\u9898\\uff0c\\u901a\\u8fc7\\u5173\\u7cfb\\u8be2\\u95ee\\u521d\\u6b65\\u4e86\\u89e3\\u4e86\\u60c5\\u51b5\\uff0c\\u4ece\\u5979\\u4e3a\\u4ec0\\u4e48\\u6765\\u5f00\\u59cb\\u95ee\\uff1b<br \\/>\\n\\u5171\\u540c\\u70b9\\uff1a\\u5979\\u6709\\u4e00\\u4e2a\\u7f8e\\u56fd\\u7537\\u53cb\\uff0c\\u60f3\\u7ed3\\u5a5a\\u4e0d\\u77e5\\u9053\\u5982\\u679c\\u529e\\u7406\\uff0c\\u5988\\u5988\\u6b63\\u597d\\u6709\\u6d89\\u5916\\u5a5a\\u59fb\\u7684\\u7ecf\\u9a8c\\uff0c\\u89e3\\u51b3\\u4e86\\u5979\\u5f88\\u591a\\u95ee\\u9898<br \\/>\\n\\u751f\\u547d\\uff1a\\u5982\\u679c\\u771f\\u7684\\u4e3a\\u4e00\\u4e2a\\u4eba\\u4f20\\u6765\\u798f\\u97f3\\u771f\\u5fc3\\u662f\\u548c\\u5979\\u5efa\\u7acb\\u4e86\\u4e00\\u4e2a\\u6c38\\u7ea6\\uff0c\\u5c31\\u60f3\\u8036\\u7a23\\u548c\\u6211\\u4eec\\u4e00\\u6837\\uff0c\\u5207\\u8eab\\u4f53\\u4f1a\\u5c31\\u662f\\u5fc3\\u5fc3\\u5ff5\\u5ff5\\u8fd9\\u4e2a\\u4eba\\uff0c\\u771f\\u7684\\u4f1a\\u7ec8\\u8eab\\u670d\\u52a1\\u7684\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":8,\"triggeredfrom\":\"forum_add_new_post\"}',1703273810,'web','74.91.118.160',NULL),(12637,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',191,'c',2,78,70,39,15,2,NULL,0,'{\"discussionid\":8,\"forumid\":11,\"forumtype\":\"single\"}',1703273810,'web','74.91.118.160',NULL),(12638,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',144,'c',2,78,70,39,15,2,15,0,'{\"forumid\":11,\"discussion\":8}',1703273810,'web','74.91.118.160',NULL),(12639,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,15,2,NULL,0,'null',1703273811,'web','74.91.118.160',NULL),(12640,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,15,2,NULL,0,'null',1703273820,'web','74.91.118.160',NULL),(12641,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,15,2,NULL,0,'null',1703273820,'web','74.91.118.160',NULL),(12642,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,15,2,NULL,0,'null',1703273821,'web','74.91.118.160',NULL),(12643,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,15,2,NULL,0,'null',1703273845,'web','74.91.118.160',NULL),(12644,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,15,2,NULL,0,'null',1703273846,'web','74.91.118.160',NULL),(12645,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,15,2,NULL,0,'null',1703273846,'web','74.91.118.160',NULL),(12646,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,15,2,NULL,0,'null',1703273847,'web','74.91.118.160',NULL),(12647,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,15,2,NULL,0,'null',1703273848,'web','74.91.118.160',NULL),(12648,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,15,2,NULL,0,'null',1703273848,'web','74.91.118.160',NULL),(12649,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,15,2,NULL,0,'null',1703273849,'web','74.91.118.160',NULL),(12650,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,15,2,NULL,0,'null',1703273849,'web','74.91.118.160',NULL),(12651,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,15,2,NULL,0,'null',1703273851,'web','74.91.118.160',NULL),(12652,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,15,2,NULL,0,'null',1703273852,'web','74.91.118.160',NULL),(12653,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703273970,'web','74.91.118.160',NULL),(12654,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703273975,'web','74.91.118.160',NULL),(12655,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1703274064,'web','74.91.118.160',NULL),(12656,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1703274066,'web','74.91.118.160',NULL),(12657,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,15,2,NULL,0,'null',1703274187,'web','74.91.118.160',NULL),(12658,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,15,2,NULL,0,'null',1703274188,'web','74.91.118.160',NULL),(12659,'\\core\\event\\notification_sent','core','sent','notification','notifications',1665,'c',0,1,10,0,15,0,11,0,'{\"courseid\":\"2\"}',1703276058,'cli',NULL,NULL),(12660,'\\core\\event\\notification_sent','core','sent','notification','notifications',1667,'c',0,1,10,0,15,0,13,0,'{\"courseid\":\"2\"}',1703276088,'cli',NULL,NULL),(12661,'\\core\\event\\notification_sent','core','sent','notification','notifications',1669,'c',0,1,10,0,15,0,21,0,'{\"courseid\":\"2\"}',1703276111,'cli',NULL,NULL),(12662,'\\core\\event\\notification_sent','core','sent','notification','notifications',1672,'c',0,1,10,0,15,0,2,0,'{\"courseid\":\"2\"}',1703276157,'cli',NULL,NULL),(12663,'\\core\\event\\notification_sent','core','sent','notification','notifications',1662,'c',0,1,10,0,15,0,15,0,'{\"courseid\":\"2\"}',1703276019,'cli',NULL,NULL),(12664,'\\core\\event\\notification_sent','core','sent','notification','notifications',1663,'c',0,1,10,0,15,0,6,0,'{\"courseid\":\"2\"}',1703276033,'cli',NULL,NULL),(12665,'\\core\\event\\notification_sent','core','sent','notification','notifications',1664,'c',0,1,10,0,15,0,17,0,'{\"courseid\":\"2\"}',1703276043,'cli',NULL,NULL),(12666,'\\core\\event\\notification_sent','core','sent','notification','notifications',1666,'c',0,1,10,0,15,0,23,0,'{\"courseid\":\"2\"}',1703276070,'cli',NULL,NULL),(12667,'\\core\\event\\notification_sent','core','sent','notification','notifications',1668,'c',0,1,10,0,15,0,5,0,'{\"courseid\":\"2\"}',1703276098,'cli',NULL,NULL),(12668,'\\core\\event\\notification_sent','core','sent','notification','notifications',1670,'c',0,1,10,0,15,0,20,0,'{\"courseid\":\"2\"}',1703276119,'cli',NULL,NULL),(12669,'\\core\\event\\notification_sent','core','sent','notification','notifications',1673,'c',0,1,10,0,15,0,19,0,'{\"courseid\":\"2\"}',1703276172,'cli',NULL,NULL),(12670,'\\core\\event\\notification_sent','core','sent','notification','notifications',1671,'c',0,1,10,0,15,0,16,0,'{\"courseid\":\"2\"}',1703276129,'cli',NULL,NULL),(12671,'\\core\\event\\notification_sent','core','sent','notification','notifications',1674,'c',0,1,10,0,15,0,14,0,'{\"courseid\":\"2\"}',1703276199,'cli',NULL,NULL),(12672,'\\core\\event\\notification_sent','core','sent','notification','notifications',1675,'c',0,1,10,0,15,0,15,0,'{\"courseid\":\"2\"}',1703277426,'cli',NULL,NULL),(12673,'\\core\\event\\notification_sent','core','sent','notification','notifications',1676,'c',0,1,10,0,15,0,6,0,'{\"courseid\":\"2\"}',1703277430,'cli',NULL,NULL),(12674,'\\core\\event\\notification_sent','core','sent','notification','notifications',1677,'c',0,1,10,0,15,0,17,0,'{\"courseid\":\"2\"}',1703277434,'cli',NULL,NULL),(12675,'\\core\\event\\notification_sent','core','sent','notification','notifications',1678,'c',0,1,10,0,15,0,11,0,'{\"courseid\":\"2\"}',1703277437,'cli',NULL,NULL),(12676,'\\core\\event\\notification_sent','core','sent','notification','notifications',1679,'c',0,1,10,0,15,0,23,0,'{\"courseid\":\"2\"}',1703277441,'cli',NULL,NULL),(12677,'\\core\\event\\notification_sent','core','sent','notification','notifications',1680,'c',0,1,10,0,15,0,13,0,'{\"courseid\":\"2\"}',1703277444,'cli',NULL,NULL),(12678,'\\core\\event\\notification_sent','core','sent','notification','notifications',1681,'c',0,1,10,0,15,0,5,0,'{\"courseid\":\"2\"}',1703277448,'cli',NULL,NULL),(12679,'\\core\\event\\notification_sent','core','sent','notification','notifications',1682,'c',0,1,10,0,15,0,21,0,'{\"courseid\":\"2\"}',1703277450,'cli',NULL,NULL),(12680,'\\core\\event\\notification_sent','core','sent','notification','notifications',1683,'c',0,1,10,0,15,0,20,0,'{\"courseid\":\"2\"}',1703277454,'cli',NULL,NULL),(12681,'\\core\\event\\notification_sent','core','sent','notification','notifications',1684,'c',0,1,10,0,15,0,16,0,'{\"courseid\":\"2\"}',1703277457,'cli',NULL,NULL),(12682,'\\core\\event\\notification_sent','core','sent','notification','notifications',1685,'c',0,1,10,0,15,0,22,0,'{\"courseid\":\"2\"}',1703277461,'cli',NULL,NULL),(12683,'\\core\\event\\notification_sent','core','sent','notification','notifications',1686,'c',0,1,10,0,15,0,2,0,'{\"courseid\":\"2\"}',1703277464,'cli',NULL,NULL),(12684,'\\core\\event\\notification_sent','core','sent','notification','notifications',1687,'c',0,1,10,0,15,0,19,0,'{\"courseid\":\"2\"}',1703277467,'cli',NULL,NULL),(12685,'\\core\\event\\notification_sent','core','sent','notification','notifications',1688,'c',0,1,10,0,15,0,14,0,'{\"courseid\":\"2\"}',1703277470,'cli',NULL,NULL),(12686,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1703283128,'web','74.91.118.160',NULL),(12687,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1703283131,'web','74.91.118.160',NULL),(12688,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1703283132,'web','74.91.118.160',NULL),(12689,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,15,2,NULL,0,'null',1703283150,'web','74.91.118.160',NULL),(12690,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,15,2,NULL,0,'null',1703283150,'web','74.91.118.160',NULL),(12691,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1703289228,'web','74.91.118.160',NULL),(12692,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,15,2,NULL,0,'null',1703289229,'web','74.91.118.160',NULL),(12693,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',192,'c',2,83,70,44,15,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7f8e\\u4f5c\\u4e3a\\u516c\\u6b63\\u7684\\u547c\\u5e94\\uff1a<br \\/>\\n\\u6211\\u5df2\\u7ecf\\u5fd8\\u8bb0\\u5728\\u54ea\\u4e00\\u6bb5\\u6587\\u5b57\\u4e2d\\u5199\\u4e86\\u5bf9\\u7f8e\\u7684\\u5b9a\\u4e49\\uff0c\\u8bf4\\u7684\\u662f\\u5728\\u65e5\\u5e38\\u751f\\u6d3b\\u4e2d\\u7f8e\\u5c31\\u5e38\\u51fa\\u73b0\\uff0c\\u6bd4\\u5982\\u4f60\\u5f88\\u7f8e\\uff0c\\u4f60\\u957f\\u5f97\\u5f88\\u7f8e\\uff0c\\u62c5\\u5f53\\u628a\\u7f8e\\u4e0e\\u751f\\u547d\\u8fde\\u63a5\\u65f6\\uff0c\\u4e0e\\u795e\\u5723\\u8fde\\u63a5\\u65f6\\u4f1a\\u89c9\\u7684\\u521a\\u624d\\u7684\\u7f8e\\u5b57\\u4f7f\\u7528\\u7684\\u8fc7\\u4e8e\\u8349\\u7387\\uff0c\\u4f3c\\u4e4e\\u66f4\\u5e94\\u8be5\\u8bf4\\u4f60\\u5f88\\u6f02\\u4eae\\u3002\\u800c\\u7f8e\\u5b57\\u66f4\\u591a\\u7684\\u5e94\\u8be5\\u7528\\u4e8e\\u751f\\u547d\\u5947\\u5999\\u7684\\u611f\\u53f9\\u5f53\\u4e2d\\u3002\\u4e5f\\u6b63\\u662f\\u4f5c\\u8005\\u628a\\u7f8e\\u548c\\u6b63\\u4e49\\u7684\\u8fde\\u63a5\\u8ba9\\u6211\\u6709\\u56de\\u60f3\\u5230\\u8fd9\\u6bb5\\u6587\\u5b57\\uff0c\\u8fd9\\u79cd\\u7f8e\\u5b8c\\u5168\\u7684\\u8131\\u79bb\\u4e86\\u4e2a\\u4eba\\u7684\\u611f\\u53d7\\uff0c\\u5b83\\u7684\\u51fa\\u73b0\\u6709\\u79cd\\u5947\\u5999\\u7684\\u5408\\u4e00\\uff0c\\u6709\\u4e00\\u5929\\u5728\\u53cb\\u4eba\\u5bb6\\u95e8\\u53e3\\u62cd\\u4e0b\\u4e00\\u68f5\\u6811\\u53d1\\u5728\\u670b\\u53cb\\u5708\\u4e2d\\uff0c\\u6211\\u5f53\\u65f6\\u5728\\u8f66\\u4e2d\\uff0c\\u90a3\\u79cd\\u7f8e\\u8ba9\\u6211\\u8e29\\u4f4f\\u5239\\u8f66\\uff0c\\u6447\\u4e0b\\u8f66\\u7a97\\u62cd\\u4e0b\\u5b83\\uff0c\\u53d1\\u51fa\\u53bb\\uff0c\\u4e00\\u4e2a\\u4e0a\\u5348\\u6709\\u4e8c\\u5341\\u4e2a\\u4eba\\u70b9\\u8d5e\\uff0c\\u8fd9\\u5c31\\u50cf\\u4e00\\u4e2a\\u8d5e\\u53f9\\u3002\\u800c\\u8fd9\\u79cd\\u7f8e\\u4e5f\\u5e26\\u51fa\\u4e86\\u5fc3\\u4e2d\\u7684\\u5584\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":11,\"triggeredfrom\":\"forum_add_new_post\"}',1703289250,'web','74.91.118.160',NULL),(12694,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',192,'c',2,83,70,44,15,2,NULL,0,'{\"discussionid\":11,\"forumid\":14,\"forumtype\":\"single\"}',1703289250,'web','74.91.118.160',NULL),(12695,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',145,'c',2,83,70,44,15,2,15,0,'{\"forumid\":14,\"discussion\":11}',1703289250,'web','74.91.118.160',NULL),(12696,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,15,2,NULL,0,'null',1703289251,'web','74.91.118.160',NULL),(12697,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,15,2,NULL,0,'null',1703289265,'web','74.91.118.160',NULL),(12698,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,15,2,NULL,0,'null',1703289265,'web','74.91.118.160',NULL),(12699,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,15,2,NULL,0,'null',1703289266,'web','74.91.118.160',NULL),(12700,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1703290578,'web','74.91.118.160',NULL),(12701,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1703290580,'web','74.91.118.160',NULL),(12702,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1703290589,'web','74.91.118.160',NULL),(12703,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1703290590,'web','74.91.118.160',NULL),(12704,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1703290594,'web','74.91.118.160',NULL),(12705,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1703290594,'web','74.91.118.160',NULL),(12706,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703292485,'web','125.229.183.111',NULL),(12707,'\\core\\event\\notification_sent','core','sent','notification','notifications',1689,'c',0,1,10,0,15,0,15,0,'{\"courseid\":\"2\"}',1703292907,'cli',NULL,NULL),(12708,'\\core\\event\\notification_sent','core','sent','notification','notifications',1690,'c',0,1,10,0,15,0,6,0,'{\"courseid\":\"2\"}',1703292910,'cli',NULL,NULL),(12709,'\\core\\event\\notification_sent','core','sent','notification','notifications',1691,'c',0,1,10,0,15,0,17,0,'{\"courseid\":\"2\"}',1703292912,'cli',NULL,NULL),(12710,'\\core\\event\\notification_sent','core','sent','notification','notifications',1692,'c',0,1,10,0,15,0,11,0,'{\"courseid\":\"2\"}',1703292916,'cli',NULL,NULL),(12711,'\\core\\event\\notification_sent','core','sent','notification','notifications',1693,'c',0,1,10,0,15,0,23,0,'{\"courseid\":\"2\"}',1703292919,'cli',NULL,NULL),(12712,'\\core\\event\\notification_sent','core','sent','notification','notifications',1694,'c',0,1,10,0,15,0,13,0,'{\"courseid\":\"2\"}',1703292922,'cli',NULL,NULL),(12713,'\\core\\event\\notification_sent','core','sent','notification','notifications',1695,'c',0,1,10,0,15,0,5,0,'{\"courseid\":\"2\"}',1703292925,'cli',NULL,NULL),(12714,'\\core\\event\\notification_sent','core','sent','notification','notifications',1696,'c',0,1,10,0,15,0,21,0,'{\"courseid\":\"2\"}',1703292928,'cli',NULL,NULL),(12715,'\\core\\event\\notification_sent','core','sent','notification','notifications',1697,'c',0,1,10,0,15,0,20,0,'{\"courseid\":\"2\"}',1703292931,'cli',NULL,NULL),(12716,'\\core\\event\\notification_sent','core','sent','notification','notifications',1698,'c',0,1,10,0,15,0,16,0,'{\"courseid\":\"2\"}',1703292934,'cli',NULL,NULL),(12717,'\\core\\event\\notification_sent','core','sent','notification','notifications',1699,'c',0,1,10,0,15,0,22,0,'{\"courseid\":\"2\"}',1703292936,'cli',NULL,NULL),(12718,'\\core\\event\\notification_sent','core','sent','notification','notifications',1700,'c',0,1,10,0,15,0,2,0,'{\"courseid\":\"2\"}',1703292940,'cli',NULL,NULL),(12719,'\\core\\event\\notification_sent','core','sent','notification','notifications',1701,'c',0,1,10,0,15,0,19,0,'{\"courseid\":\"2\"}',1703292942,'cli',NULL,NULL),(12720,'\\core\\event\\notification_sent','core','sent','notification','notifications',1702,'c',0,1,10,0,15,0,14,0,'{\"courseid\":\"2\"}',1703292945,'cli',NULL,NULL),(12721,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703294598,'web','125.229.183.111',NULL),(12722,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1703294604,'web','125.229.183.111',NULL),(12723,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1703294604,'web','125.229.183.111',NULL),(12724,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1703294606,'web','125.229.183.111',NULL),(12725,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,22,2,NULL,0,'null',1703294637,'web','125.229.183.111',NULL),(12726,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1703294724,'web','125.229.183.111',NULL),(12727,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,22,2,NULL,0,'null',1703294729,'web','125.229.183.111',NULL),(12728,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,22,2,NULL,0,'null',1703294735,'web','125.229.183.111',NULL),(12729,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,22,2,NULL,0,'null',1703294789,'web','125.229.183.111',NULL),(12730,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,22,2,NULL,0,'null',1703294902,'web','125.229.183.111',NULL),(12731,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,22,2,NULL,0,'null',1703294991,'web','125.229.183.111',NULL),(12732,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',6,'r',2,55,70,16,22,2,NULL,0,'null',1703295035,'web','125.229.183.111',NULL),(12733,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,22,2,NULL,0,'null',1703295610,'web','125.229.183.111',NULL),(12734,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,22,2,NULL,0,'null',1703295698,'web','125.229.183.111',NULL),(12735,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703298615,'web','52.31.34.236',NULL),(12736,'\\mod_forum\\event\\course_module_instance_list_viewed','mod_forum','viewed','course_module_instance_list',NULL,NULL,'r',0,2,50,1,0,1,NULL,0,'null',1703313568,'web','34.105.37.64',NULL),(12737,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703314545,'web','61.219.81.66',NULL),(12738,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703314545,'web','34.105.37.64',NULL),(12739,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703314547,'web','61.219.81.66',NULL),(12740,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1703314552,'web','61.219.81.66',NULL),(12741,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1703314552,'web','61.219.81.66',NULL),(12742,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1703314553,'web','61.219.81.66',NULL),(12743,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,6,2,6,0,'null',1703314557,'web','61.219.81.66',NULL),(12744,'\\core\\event\\notification_sent','core','sent','notification','notifications',1703,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"1\"}',1703314566,'cli',NULL,NULL),(12745,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,6,2,NULL,0,'null',1703314577,'web','61.219.81.66',NULL),(12746,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,6,2,NULL,0,'{\"assignid\":\"3\"}',1703314577,'web','61.219.81.66',NULL),(12747,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703315826,'web','125.229.183.111',NULL),(12748,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1703315830,'web','125.229.183.111',NULL),(12749,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1703315830,'web','125.229.183.111',NULL),(12750,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1703315834,'web','125.229.183.111',NULL),(12751,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,22,2,NULL,0,'null',1703315854,'web','125.229.183.111',NULL),(12752,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1703332320,'web','125.229.183.111',NULL),(12753,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,22,2,NULL,0,'null',1703332334,'web','125.229.183.111',NULL),(12754,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,22,2,NULL,0,'{\"assignid\":\"3\"}',1703332334,'web','125.229.183.111',NULL),(12755,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,22,2,NULL,0,'null',1703332342,'web','125.229.183.111',NULL),(12756,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,96,70,57,22,2,22,0,'{\"assignid\":\"3\"}',1703332342,'web','125.229.183.111',NULL),(12757,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,22,2,NULL,0,'null',1703332395,'web','125.229.183.111',NULL),(12758,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',52,'c',2,96,70,57,22,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"2743e1bbf31527aed3e812b873ef4f3fd973e91b\",\"72f23a50920203d9e590b66411f6828f05a756a5\"]}',1703332395,'web','125.229.183.111',NULL),(12759,'\\assignsubmission_file\\event\\submission_updated','assignsubmission_file','updated','submission','assignsubmission_file',34,'u',2,96,70,57,22,2,22,0,'{\"submissionid\":\"52\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":2,\"groupid\":0,\"groupname\":null}',1703332395,'web','125.229.183.111',NULL),(12760,'\\core\\event\\notification_sent','core','sent','notification','notifications',1704,'c',0,1,10,0,0,0,22,0,'{\"courseid\":\"2\"}',1703332398,'web','125.229.183.111',NULL),(12761,'\\core\\event\\notification_sent','core','sent','notification','notifications',1705,'c',0,1,10,0,22,0,2,0,'{\"courseid\":\"2\"}',1703332400,'web','125.229.183.111',NULL),(12762,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',52,'u',2,96,70,57,22,2,NULL,0,'{\"submission_editable\":true}',1703332400,'web','125.229.183.111',NULL),(12763,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,22,2,NULL,0,'null',1703332400,'web','125.229.183.111',NULL),(12764,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,96,70,57,22,2,22,0,'{\"assignid\":\"3\"}',1703332401,'web','125.229.183.111',NULL),(12765,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,22,2,NULL,0,'null',1703332434,'web','125.229.183.111',NULL),(12766,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,22,2,NULL,0,'null',1703332471,'web','125.229.183.111',NULL),(12767,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,22,2,NULL,0,'null',1703336582,'web','125.229.183.111',NULL),(12768,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',193,'c',2,72,70,33,22,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e03\\u9031\\u4f5c\\u696d \\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a<br \\/>\\n<br \\/>\\n<br \\/>\\n\\u4e00\\u3001\\u89c0\\u5bdf\\u5c0d\\u8c61\\uff1a<br \\/>\\n1.\\u6211\\u89c0\\u5bdf\\u7684\\u5c0d\\u8c61\\u662f\\u516c\\u7acb\\u9ad8\\u4e2d\\u7684\\u5b78\\u751f\\u5718\\u5951\\uff0c\\u7531\\u57fa\\u7763\\u5f92\\u7684\\u5316\\u5b78\\u79d1\\u8001\\u5e2b\\u4f86\\u64d4\\u4efb\\u8f14\\u5c0e\\uff0c\\u5728\\u6bcf\\u9031\\u4e00\\u7684\\u653e\\u5b78\\u5f8c\\u65bc\\u6559\\u5e2b\\u4f11\\u606f\\u5ba4\\u805a\\u6703<br \\/>\\n2.\\u9019\\u7fa4\\u9ad8\\u4e2d\\u751f\\u8207\\u672a\\u53c3\\u52a0\\u5718\\u5951\\u7684\\u540c\\u5b78\\u5728\\u5916\\u8868\\u4e0a\\u4e26\\u6c92\\u6709\\u4ec0\\u9ebc\\u4e0d\\u540c\\uff0c\\u800c\\u4ed6\\u5011\\u4e5f\\u5c07\\u5176\\u4ed6\\u4eba\\u8996\\u70ba\\u4e00\\u822c\\u7684\\u540c\\u5b78\\uff0c\\u90fd\\u5728\\u540c\\u500b\\u6821\\u5712\\u7576\\u4e2d\\u5b78\\u7fd2\\uff0c\\u53ea\\u662f\\u548c\\u81ea\\u5df1\\u7684\\u90e8\\u5206\\u751f\\u6d3b\\u578b\\u614b\\u4e0d\\u76f8\\u540c<br \\/>\\n3.\\u5305\\u62ec\\u9ad8\\u4e2d\\u751f\\u53ca\\u64d4\\u4efb\\u8f14\\u5c0e\\u7684\\u8001\\u5e2b\\u5728\\u5167\\uff0c\\u90fd\\u5e0c\\u671b\\u9019\\u4e9b\\u672a\\u53c3\\u52a0\\u5718\\u5951\\u7684\\u4eba\\u53ef\\u4ee5\\u4f86\\u5373\\u5c07\\u8209\\u884c\\u7684\\u8056\\u8a95\\u805a\\u6703\\u770b\\u4e00\\u770b\\uff0c\\u9032\\u800c\\u4e86\\u89e3\\u662f\\u4ec0\\u9ebc\\u539f\\u56e0\\u8b93\\u9019\\u7fa4\\u4eba\\u805a\\u5728\\u4e00\\u8d77<br \\/>\\n<br \\/>\\n\\u4e8c\\u3001\\u6d3b\\u52d5\\u9032\\u884c\\uff1a<br \\/>\\n\\u805a\\u96c6\\u524d\\uff1a\\u6210\\u54e1\\u5011\\u900f\\u904e\\u624b\\u6a5fapp(Line\\u6216IG)\\u5f7c\\u6b64\\u806f\\u7d61\\uff0c\\u6d41\\u901a\\u6d88\\u606f<br \\/>\\n\\u805a\\u96c6\\u671f\\u9593\\u6703\\u9032\\u884c\\u4ee5\\u4e0b\\u6d3b\\u52d5\\uff1a<br \\/>\\n1.\\u5531\\u8a69\\u6b4c\\uff1a\\u4e00\\u4f4d\\u9ad8\\u4e2d\\u751f\\u4e8b\\u5148\\u628a\\u8a69\\u6b4c\\u4e0a\\u50b3\\u5230\\u53c3\\u8207\\u8005\\u7684\\u624b\\u6a5f\\uff0c\\u5176\\u4e2d\\u4e00\\u4eba\\u5f48\\u594f\\u6a02\\u5668\\uff0c\\u7136\\u5f8c\\u6bcf\\u500b\\u4eba\\u4e00\\u908a\\u770b\\u8457\\u624b\\u6a5f\\u4e0ashow\\u51fa\\u7684\\u6b4c\\u8a5e\\uff0c\\u4e00\\u908a\\u5531\\u3002<br \\/>\\n2.\\u73a9\\u904a\\u6232\\uff1a\\u53e6\\u4e00\\u4f4d\\u5e74\\u7d00\\u6bd4\\u8f03\\u5927\\u7684\\u5316\\u5b78\\u8001\\u5e2b\\u5e36\\u9818\\u904a\\u6232\\u7684\\u9032\\u884c\\u3002\\u4ed6\\u7528\\u53e3\\u8ff0\\u89e3\\u8aaa\\u904a\\u6232\\u7684\\u898f\\u5247\\uff0c\\u800c\\u904a\\u6232\\u7528\\u5230\\u7684\\u984c\\u76ee\\u5b58\\u5728\\u4ed6\\u7684\\u624b\\u6a5f\\u8cc7\\u6599\\u593e\\uff0c\\u4ed6\\u4e00\\u908a\\u770b\\u624b\\u6a5f\\u4e00\\u908a\\u8b1b\\u51fa\\u984c\\u76ee\\uff0c\\u53c3\\u52a0\\u904a\\u6232\\u7684\\u4eba\\u5206\\u6210\\u5169\\u500b\\u7fa4\\u9ad4\\uff0c\\u4e00\\u7fa4\\u4eba\\u770b\\u8457\\u81ea\\u5df1\\u624b\\u6a5f\\u88e1\\u7684\\u6a94\\u6848\\uff0c\\u554f\\u53e6\\u4e00\\u7fa4\\u4eba\\u554f\\u984c\\u3002<br \\/>\\n3.\\u6bcf\\u500b\\u53c3\\u8207\\u8005\\u8f2a\\u6d41\\u8aaa\\u8a71\\uff0c\\u5167\\u5bb9\\u5927\\u90e8\\u5206\\u8ddf\\u4ed6\\u81ea\\u5df1\\u7684\\u751f\\u6d3b\\u8fd1\\u6cc1\\u6709\\u95dc\\u9023\\uff0c\\u5176\\u4ed6\\u4eba\\u6703\\u6ce8\\u8996\\u90a3\\u4f4d\\u8aaa\\u8a71\\u7684\\u4eba\\uff0c\\u4e26\\u4e14\\u8046\\u807d\\u3002<br \\/>\\n4.\\u6574\\u500b\\u904e\\u7a0b\\u7d0445\\u5206\\u9418\\uff0c\\u773e\\u4eba\\u5c31\\u89e3\\u6563\\u5404\\u81ea\\u56de\\u5bb6\\u3002<br \\/>\\n<br \\/>\\n\\u4e09\\u3001\\u805a\\u96c6\\u50b3\\u9054\\u7d66\\u53c3\\u8207\\u8005\\u7684\\u8a0a\\u606f<br \\/>\\n1.\\u7531\\u65bc\\u9019\\u805a\\u96c6\\u7684\\u6d3b\\u52d5\\u5df2\\u7d93\\u6301\\u7e8c\\u5341\\u591a\\u5e74\\uff0c\\u4f3c\\u4e4e\\u6210\\u70ba\\u4e00\\u7a2e\\u50b3\\u7d71\\uff0c\\u4e5f\\u53ef\\u7a31\\u4e4b\\u70ba\\u50b3\\u627f\\uff0c\\u5df2\\u7d93\\u7562\\u696d\\u7684\\u6821\\u53cb\\u4e5f\\u6703\\u671f\\u5f85\\u9019\\u6a23\\u7684\\u805a\\u96c6\\u53ef\\u4ee5\\u4e0d\\u8981\\u4e2d\\u65b7(\\u7562\\u696d\\u751f\\u5011\\u64c1\\u6709\\u4e00\\u500b\\u5c08\\u5c6c\\u65bc\\u7562\\u696d\\u751f\\u7684\\u5718\\u5951line\\u7fa4\\u7d44\\uff0c\\u6642\\u4e0d\\u6642\\u6703\\u95dc\\u5fc3\\u6821\\u5167\\u5718\\u5951\\u7684\\u904b\\u4f5c\\u60c5\\u6cc1)\\u3002<br \\/>\\n2.\\u6bcf\\u500b\\u53c3\\u8207\\u8005\\u90fd\\u9700\\u8981\\u8868\\u9054\\u9084\\u6709\\u5206\\u4eab\\uff0c\\u4e5f\\u9700\\u8981\\u5c0d\\u8056\\u7d93\\u5167\\u5bb9\\u6709\\u76f8\\u7576\\u719f\\u6089\\u5ea6\\u3002<br \\/>\\n3.\\u6c92\\u6709\\u5f37\\u5236\\u898f\\u5b9a\\u66fe\\u4f86\\u904e\\u7684\\u53c3\\u8207\\u8005\\u4e00\\u5b9a\\u6bcf\\u5468\\u90fd\\u8981\\u51fa\\u5e2d\\uff0c\\u4f46\\u662f\\u6703\\u671f\\u5f85\\u6210\\u54e1\\u80fd\\u5f7c\\u6b64\\u8a8d\\u8b58<br \\/>\\n4.\\u6bcf\\u5468\\u7684\\u805a\\u96c6\\u90fd\\u6709\\u6d3b\\u52d5\\u4e3b\\u984c\\uff0c\\u5305\\u62ec\\u67e5\\u7d93\\u3001\\u9080\\u8acb\\u7267\\u5e2b\\u5206\\u4eab\\u898b\\u8b49\\u3001\\u8056\\u8a95\\u665a\\u6703\\u7684\\u5de5\\u4f5c\\u9810\\u5099\\uff0c\\u671f\\u5f85\\u51fa\\u5e2d\\u7684\\u53c3\\u8207\\u8005\\u90fd\\u6295\\u5165\\u5728\\u6d3b\\u52d5\\u88e1\\uff0c\\u4e0d\\u5e0c\\u671b\\u6709\\u4eba\\u7576\\u65c1\\u89c0\\u8005<br \\/>\\n5.\\u4e3b\\u8981\\u662f\\u7531\\u8001\\u5e2b\\u4f86\\u4e3b\\u5c0e\\u805a\\u96c6\\u7684\\u6c23\\u6c1b\\u8207\\u805a\\u96c6\\u671f\\u9593\\u91cd\\u8981\\u7684\\u8056\\u7d93\\u7d93\\u6587\\u5206\\u4eab\\uff0c\\u8001\\u5e2b\\u8ac7\\u8a71\\u7684\\u8a9e\\u6c23\\u6eab\\u548c\\uff0c\\u4e0d\\u904e\\u57fa\\u65bc\\u8001\\u5e2b\\u8207\\u5b78\\u751f\\u4e4b\\u9593\\u5730\\u4f4d\\u7684\\u843d\\u5dee\\uff0c\\u5728\\u8001\\u5e2b\\u50b3\\u905e\\u8a0a\\u606f\\u6642\\uff0c\\u5b78\\u751f\\u6bd4\\u8f03\\u591a\\u662f\\u88ab\\u52d5\\u5730\\u8046\\u807d\\u3002<br \\/>\\n<br \\/>\\n\\u56db\\u3001\\u805a\\u96c6\\u7576\\u4e2d\\u4f7f\\u7528\\u7684\\u611f\\u5b98\\u80fd\\u529b<br \\/>\\n1.\\u91cd\\u8981\\u7684\\u90e8\\u5206\\uff1a<br \\/>\\n\\u807d\\u89ba~\\u7bc0\\u594f\\u611f\\u8207\\u97f3\\u611f\\uff0c\\u8207\\u805a\\u96c6\\u4e00\\u958b\\u59cb\\u7684\\u8a69\\u6b4c\\u6709\\u95dc<br \\/>\\n\\u8996\\u89ba~\\u5e38\\u85c9\\u7531\\u624b\\u6a5f\\u756b\\u9762\\u4f86\\u50b3\\u905e\\u8a0a\\u606f(\\u5982\\u5531\\u8a69\\u6b4c\\u770b\\u6b4c\\u8a5e\\u3001\\u904a\\u6232...\\u7b49)<br \\/>\\n\\u807d\\u89ba~\\u8868\\u9054\\u80fd\\u529b\\uff0c\\u9700\\u8ddf\\u4e0a\\u805a\\u6703\\u6d41\\u7a0b\\u800c\\u4e14\\u9069\\u5207\\u7684\\u8868\\u8ff0\\u81ea\\u5df1<br \\/>\\n\\u5473\\u89ba\\u8207\\u55c5\\u89ba~\\u56e0\\u70ba\\u805a\\u96c6\\u6642\\u9593\\u9ede\\u5728\\u653e\\u5b78\\u5f8c\\u7684\\u508d\\u665a\\uff0c\\u8001\\u5e2b\\u6703\\u6e96\\u5099\\u9ede\\u5fc3\\u98df\\u7269<br \\/>\\n\\u7a7a\\u9593\\u611f~\\u805a\\u6703\\u7684\\u7a7a\\u9593\\u72f9\\u5c0f\\uff0c\\u8a2d\\u5099\\u684c\\u6905\\u6709\\u9650\\uff0c\\u5ea7\\u4f4d\\u4fb7\\u4fc3<br \\/>\\n\\u8a9e\\u8a00\\u80fd\\u529b~\\u5fc5\\u9808\\u8f03\\u70ba\\u7cbe\\u78ba\\u5730\\u4f7f\\u7528\\u8a9e\\u8a00\\uff0c\\u4ee5\\u4fbf\\u8b93\\u6d3b\\u52d5(\\u7279\\u5225\\u662f\\u904a\\u6232\\u90e8\\u5206)\\u80fd\\u9032\\u884c\\u9806\\u5229<br \\/>\\n2.\\u76f8\\u5c0d\\u4e0d\\u91cd\\u8981\\u7684\\u90e8\\u5206\\uff1a<br \\/>\\n\\u60f3\\u50cf\\u529b~\\u53ef\\u80fd\\u805a\\u96c6\\u671f\\u9593\\u591a\\u8207\\u9673\\u8ff0\\u81ea\\u5df1\\u7684\\u7d93\\u9a57\\u6216\\u611f\\u53d7\\u6709\\u95dc<br \\/>\\n\\u767c\\u554f\\u80fd\\u529b~\\u8001\\u5e2b\\u5e36\\u9818\\u9ad8\\u4e2d\\u751f\\u6703\\u514d\\u4e0d\\u4e86\\u6709\\u6b0a\\u5a01\\u611f\\uff0c\\u6216\\u8005\\u6559\\u6703\\u6587\\u5316\\u8f03\\u5f37\\u8abf\\u9806\\u670d\\u7684\\u54c1\\u683c\\u6240\\u81f4<br \\/>\\n\\u89f8\\u89ba~\\u6bcf\\u5468\\u56fa\\u5b9a\\u7684\\u6642\\u9593\\u8207\\u5730\\u9ede\\uff0c\\u4f7f\\u7528\\u7684\\u8a2d\\u5099\\u4e5f\\u76f8\\u540c<br \\/>\\n\\u908f\\u8f2f\\u601d\\u8003~\\u805a\\u96c6\\u6642\\u9593\\u6709\\u9650(45\\u5206\\u9418)\\uff0c\\u6df1\\u5165\\u8a0e\\u8ad6\\u6216\\u5206\\u6790\\u4e0d\\u6613\\u9032\\u884c<br \\/>\\n<br \\/>\\n\\u4e94\\u3001\\u89c0\\u5bdf\\u7d50\\u8ad6<br \\/>\\n\\u5728\\u8001\\u5e2b\\u7684\\u5e36\\u9818\\u8207\\u4e3b\\u5c0e\\u4e0b\\uff0c\\u805a\\u96c6\\u6bd4\\u8f03\\u985e\\u4f3c\\u300c\\u6559\\u5b78\\u300d\\u6216\\u300c\\u8b1b\\u6388\\u300d\\u7684\\u578b\\u614b\\uff0c\\u96d6\\u7136\\u4e5f\\u7a7f\\u63d2\\u8f03\\u70ba\\u8f15\\u9b06\\u7684\\u4e3b\\u984c\\uff0c\\u7136\\u800c\\u9ad8\\u4e2d\\u751f\\u4e4b\\u9593\\u6a6b\\u5411\\u7684\\u806f\\u7e6b\\u5728\\u805a\\u96c6\\u7576\\u4e2d\\u8f03\\u5c11\\u3002\\u6bcf\\u546845\\u5206\\u9418\\u7684\\u805a\\u96c6\\u5c0d\\u65bc\\u6210\\u54e1\\u5011\\u4e4b\\u9593\\u7684\\u6df1\\u5165\\u4e86\\u89e3\\u8a8d\\u8b58\\u53ef\\u80fd\\u4e0d\\u8db3\\uff0c\\u6b64\\u5b9a\\u671f\\u805a\\u96c6\\u7684\\u610f\\u7fa9\\u8207\\u5b9a\\u4f4d\\u9084\\u9700\\u8981\\u597d\\u597d\\u78ba\\u7acb\\u3002<\\/div>\",\"pathnamehashes\":[],\"discussionid\":6,\"triggeredfrom\":\"forum_add_new_post\"}',1703336593,'web','125.229.183.111',NULL),(12769,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',193,'c',2,72,70,33,22,2,NULL,0,'{\"discussionid\":6,\"forumid\":9,\"forumtype\":\"single\"}',1703336593,'web','125.229.183.111',NULL),(12770,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',146,'c',2,72,70,33,22,2,22,0,'{\"forumid\":9,\"discussion\":6}',1703336593,'web','125.229.183.111',NULL),(12771,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,22,2,NULL,0,'null',1703336593,'web','125.229.183.111',NULL),(12772,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',1,'r',2,27,70,8,22,2,NULL,0,'null',1703336650,'web','125.229.183.111',NULL),(12773,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,22,0,NULL,0,'null',1703336660,'web','125.229.183.111',NULL),(12774,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1703336663,'web','125.229.183.111',NULL),(12775,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,22,2,22,0,'null',1703336666,'web','125.229.183.111',NULL),(12776,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,22,2,NULL,0,'null',1703336721,'web','125.229.183.111',NULL),(12777,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,22,0,NULL,0,'null',1703336734,'web','125.229.183.111',NULL),(12778,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1703336737,'web','125.229.183.111',NULL),(12779,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,22,2,22,0,'null',1703336741,'web','125.229.183.111',NULL),(12780,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,22,2,NULL,0,'null',1703336772,'web','125.229.183.111',NULL),(12781,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1703336784,'web','125.229.183.111',NULL),(12782,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1703336788,'web','125.229.183.111',NULL),(12783,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,22,2,22,0,'null',1703336790,'web','125.229.183.111',NULL),(12784,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,22,2,NULL,0,'null',1703336795,'web','125.229.183.111',NULL),(12785,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,22,2,NULL,0,'null',1703336843,'web','125.229.183.111',NULL),(12786,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,22,2,NULL,0,'null',1703336892,'web','125.229.183.111',NULL),(12787,'\\core\\event\\user_loggedout','core','loggedout','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"sessionid\":\"e74ns6s062qqjmo19trsvq279j\"}',1703336974,'web','125.229.183.111',NULL),(12788,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703336974,'web','125.229.183.111',NULL),(12789,'\\core\\event\\notification_sent','core','sent','notification','notifications',1706,'c',0,1,10,0,22,0,15,0,'{\"courseid\":\"2\"}',1703340245,'cli',NULL,NULL),(12790,'\\core\\event\\notification_sent','core','sent','notification','notifications',1707,'c',0,1,10,0,22,0,6,0,'{\"courseid\":\"2\"}',1703340248,'cli',NULL,NULL),(12791,'\\core\\event\\notification_sent','core','sent','notification','notifications',1708,'c',0,1,10,0,22,0,17,0,'{\"courseid\":\"2\"}',1703340251,'cli',NULL,NULL),(12792,'\\core\\event\\notification_sent','core','sent','notification','notifications',1709,'c',0,1,10,0,22,0,11,0,'{\"courseid\":\"2\"}',1703340253,'cli',NULL,NULL),(12793,'\\core\\event\\notification_sent','core','sent','notification','notifications',1710,'c',0,1,10,0,22,0,23,0,'{\"courseid\":\"2\"}',1703340256,'cli',NULL,NULL),(12794,'\\core\\event\\notification_sent','core','sent','notification','notifications',1711,'c',0,1,10,0,22,0,13,0,'{\"courseid\":\"2\"}',1703340259,'cli',NULL,NULL),(12795,'\\core\\event\\notification_sent','core','sent','notification','notifications',1712,'c',0,1,10,0,22,0,5,0,'{\"courseid\":\"2\"}',1703340261,'cli',NULL,NULL),(12796,'\\core\\event\\notification_sent','core','sent','notification','notifications',1713,'c',0,1,10,0,22,0,21,0,'{\"courseid\":\"2\"}',1703340265,'cli',NULL,NULL),(12797,'\\core\\event\\notification_sent','core','sent','notification','notifications',1714,'c',0,1,10,0,22,0,20,0,'{\"courseid\":\"2\"}',1703340268,'cli',NULL,NULL),(12798,'\\core\\event\\notification_sent','core','sent','notification','notifications',1715,'c',0,1,10,0,22,0,16,0,'{\"courseid\":\"2\"}',1703340271,'cli',NULL,NULL),(12799,'\\core\\event\\notification_sent','core','sent','notification','notifications',1716,'c',0,1,10,0,22,0,22,0,'{\"courseid\":\"2\"}',1703340274,'cli',NULL,NULL),(12800,'\\core\\event\\notification_sent','core','sent','notification','notifications',1717,'c',0,1,10,0,22,0,2,0,'{\"courseid\":\"2\"}',1703340277,'cli',NULL,NULL),(12801,'\\core\\event\\notification_sent','core','sent','notification','notifications',1718,'c',0,1,10,0,22,0,19,0,'{\"courseid\":\"2\"}',1703340280,'cli',NULL,NULL),(12802,'\\core\\event\\notification_sent','core','sent','notification','notifications',1719,'c',0,1,10,0,22,0,14,0,'{\"courseid\":\"2\"}',1703340283,'cli',NULL,NULL),(12803,'\\core\\event\\user_loggedin','core','loggedin','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"username\":\"jesus_deborah2006@yahoo.com.tw\",\"extrauserinfo\":[]}',1703340397,'web','39.15.32.120',NULL),(12804,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,21,2,NULL,0,'null',1703340397,'web','39.15.32.120',NULL),(12805,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,21,2,NULL,0,'{\"assignid\":\"3\"}',1703340397,'web','39.15.32.120',NULL),(12806,'\\core\\event\\notification_sent','core','sent','notification','notifications',1720,'c',0,1,10,0,0,0,21,0,'{\"courseid\":\"1\"}',1703340425,'cli',NULL,NULL),(12807,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,21,2,NULL,0,'null',1703340436,'web','39.15.32.120',NULL),(12808,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,21,2,NULL,0,'{\"assignid\":\"3\"}',1703340436,'web','39.15.32.120',NULL),(12809,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',1,'r',2,27,70,8,21,2,NULL,0,'null',1703340456,'web','39.15.32.120',NULL),(12810,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,21,2,NULL,0,'null',1703340496,'web','39.15.32.120',NULL),(12811,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,21,2,NULL,0,'null',1703340539,'web','39.15.32.120',NULL),(12812,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,21,2,NULL,0,'null',1703340555,'web','39.15.32.120',NULL),(12813,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,21,2,NULL,0,'null',1703340561,'web','39.15.32.120',NULL),(12814,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,21,2,NULL,0,'null',1703340575,'web','39.15.32.120',NULL),(12815,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,21,2,NULL,0,'null',1703340589,'web','39.15.32.120',NULL),(12816,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,21,2,NULL,0,'null',1703340596,'web','39.15.32.120',NULL),(12817,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',10,'r',2,88,70,49,21,2,21,0,'{\"assignid\":\"1\"}',1703340596,'web','39.15.32.120',NULL),(12818,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,21,2,NULL,0,'{\"assignid\":\"1\"}',1703340596,'web','39.15.32.120',NULL),(12819,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',16,'r',2,95,70,56,21,2,NULL,0,'null',1703340621,'web','39.15.32.120',NULL),(12820,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,21,2,NULL,0,'null',1703340648,'web','39.15.32.120',NULL),(12821,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1703340808,'web','39.15.32.120',NULL),(12822,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,21,2,21,0,'null',1703340819,'web','39.15.32.120',NULL),(12823,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,21,2,NULL,0,'null',1703340838,'web','39.15.32.120',NULL),(12824,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,21,2,NULL,0,'{\"assignid\":\"3\"}',1703340838,'web','39.15.32.120',NULL),(12825,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,21,2,NULL,0,'null',1703340850,'web','39.15.32.120',NULL),(12826,'\\core\\event\\user_loggedout','core','loggedout','user','user',21,'r',0,1,10,0,21,0,NULL,0,'{\"sessionid\":\"jq7ib7l8665pk6fp2pbk2b0qs0\"}',1703340855,'web','39.15.32.120',NULL),(12827,'\\mod_forum\\event\\course_module_instance_list_viewed','mod_forum','viewed','course_module_instance_list',NULL,NULL,'r',0,2,50,1,0,1,NULL,0,'null',1703401729,'web','34.145.165.227',NULL),(12828,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703484616,'web','118.167.9.207',NULL),(12829,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1703484621,'web','118.167.9.207',NULL),(12830,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1703484621,'web','118.167.9.207',NULL),(12831,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1703484623,'web','118.167.9.207',NULL),(12832,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,11,2,11,0,'null',1703484627,'web','118.167.9.207',NULL),(12833,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,11,2,NULL,0,'null',1703484645,'web','118.167.9.207',NULL),(12834,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,11,2,NULL,0,'{\"assignid\":\"3\"}',1703484645,'web','118.167.9.207',NULL),(12835,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',1,'r',2,27,70,8,11,2,NULL,0,'null',1703484652,'web','118.167.9.207',NULL),(12836,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1703484659,'web','118.167.9.207',NULL),(12837,'\\core\\event\\notification_sent','core','sent','notification','notifications',1721,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"1\"}',1703484665,'cli',NULL,NULL),(12838,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,11,2,NULL,0,'null',1703484668,'web','118.167.9.207',NULL),(12839,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,11,2,NULL,0,'null',1703484671,'web','118.167.9.207',NULL),(12840,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,11,2,NULL,0,'null',1703484673,'web','118.167.9.207',NULL),(12841,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,11,2,NULL,0,'null',1703484678,'web','118.167.9.207',NULL),(12842,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,11,2,NULL,0,'{\"assignid\":\"3\"}',1703484678,'web','118.167.9.207',NULL),(12843,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',16,'r',2,95,70,56,11,2,NULL,0,'null',1703484683,'web','118.167.9.207',NULL),(12844,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,11,0,NULL,0,'null',1703484698,'web','118.167.9.207',NULL),(12845,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1703484704,'web','118.167.9.207',NULL),(12846,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,11,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1703484715,'web','118.167.9.207',NULL),(12847,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,11,2,11,0,'null',1703484717,'web','118.167.9.207',NULL),(12848,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703498639,'web','223.138.162.72',NULL),(12849,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1703498666,'web','223.138.162.72',NULL),(12850,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1703498666,'web','223.138.162.72',NULL),(12851,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1703498670,'web','223.138.162.72',NULL),(12852,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,19,2,19,0,'null',1703498672,'web','223.138.162.72',NULL),(12853,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,19,2,NULL,0,'null',1703498702,'web','223.138.162.72',NULL),(12854,'\\core\\event\\notification_sent','core','sent','notification','notifications',1722,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"1\"}',1703498706,'cli',NULL,NULL),(12855,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,19,2,NULL,0,'null',1703498716,'web','223.138.162.72',NULL),(12856,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,19,2,NULL,0,'{\"assignid\":\"3\"}',1703498717,'web','223.138.162.72',NULL),(12857,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,19,2,NULL,0,'null',1703498721,'web','223.138.162.72',NULL),(12858,'\\core\\event\\user_loggedin','core','loggedin','user','user',12,'r',0,1,10,0,12,0,NULL,0,'{\"username\":\"fishalive@sohu.com\",\"extrauserinfo\":[]}',1703505620,'web','123.117.112.123',NULL),(12859,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,12,2,NULL,0,'null',1703505620,'web','123.117.112.123',NULL),(12860,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,12,2,NULL,0,'{\"assignid\":\"3\"}',1703505620,'web','123.117.112.123',NULL),(12861,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,12,2,NULL,0,'null',1703505631,'web','123.117.112.123',NULL),(12862,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,12,2,NULL,0,'null',1703505640,'web','123.117.112.123',NULL),(12863,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,12,2,NULL,0,'{\"assignid\":\"2\"}',1703505640,'web','123.117.112.123',NULL),(12864,'\\core\\event\\notification_sent','core','sent','notification','notifications',1723,'c',0,1,10,0,0,0,12,0,'{\"courseid\":\"1\"}',1703505665,'cli',NULL,NULL),(12865,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703514386,'web','125.229.183.111',NULL),(12866,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703535050,'web','180.162.17.26',NULL),(12867,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1703535088,'web','180.162.17.26',NULL),(12868,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1703535088,'web','180.162.17.26',NULL),(12869,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,15,2,NULL,0,'null',1703535117,'web','180.162.17.26',NULL),(12870,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,15,2,NULL,0,'{\"assignid\":\"2\"}',1703535118,'web','180.162.17.26',NULL),(12871,'\\core\\event\\notification_sent','core','sent','notification','notifications',1724,'c',0,1,10,0,0,0,15,0,'{\"courseid\":\"1\"}',1703535125,'cli',NULL,NULL),(12872,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1703535131,'web','180.162.17.26',NULL),(12873,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,15,2,NULL,0,'null',1703535150,'web','180.162.17.26',NULL),(12874,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,15,2,NULL,0,'{\"assignid\":\"1\"}',1703535150,'web','180.162.17.26',NULL),(12875,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1703535219,'web','180.162.17.26',NULL),(12876,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,15,2,NULL,0,'null',1703535231,'web','180.162.17.26',NULL),(12877,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1703535254,'web','180.162.17.26',NULL),(12878,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,15,2,NULL,0,'null',1703535273,'web','180.162.17.26',NULL),(12879,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,15,2,NULL,0,'{\"assignid\":\"1\"}',1703535273,'web','180.162.17.26',NULL),(12880,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1703535547,'cli',NULL,NULL),(12881,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703594722,'web','125.229.183.111',NULL),(12882,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1703594728,'web','125.229.183.111',NULL),(12883,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,22,2,NULL,0,'null',1703594729,'web','125.229.183.111',NULL),(12884,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,22,2,NULL,0,'null',1703594785,'web','125.229.183.111',NULL),(12885,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,22,2,NULL,0,'null',1703599399,'web','125.229.183.111',NULL),(12886,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',12,'r',2,63,70,24,22,2,NULL,0,'null',1703599422,'web','125.229.183.111',NULL),(12887,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',4,'r',2,32,70,13,22,2,NULL,0,'null',1703599447,'web','125.229.183.111',NULL),(12888,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,22,0,NULL,0,'null',1703599999,'web','125.229.183.111',NULL),(12889,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1703600003,'web','125.229.183.111',NULL),(12890,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1703600007,'web','125.229.183.111',NULL),(12891,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',1,'r',2,27,70,8,22,2,NULL,0,'null',1703600008,'web','125.229.183.111',NULL),(12892,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,22,0,NULL,0,'null',1703600215,'web','125.229.183.111',NULL),(12893,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1703600223,'web','125.229.183.111',NULL),(12894,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,22,2,22,0,'null',1703600225,'web','125.229.183.111',NULL),(12895,'\\core\\event\\user_loggedout','core','loggedout','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"sessionid\":\"aqtbtsvr2h66k0nn0gobojr46u\"}',1703600357,'web','125.229.183.111',NULL),(12896,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703600357,'web','125.229.183.111',NULL),(12897,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703658734,'web','147.92.179.113',NULL),(12898,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703671376,'web','111.197.0.14',NULL),(12899,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703671396,'web','111.197.0.14',NULL),(12900,'\\core\\event\\user_loggedin','core','loggedin','user','user',13,'r',0,1,10,0,13,0,NULL,0,'{\"username\":\"hellenwangbj@163.com\",\"extrauserinfo\":[]}',1703671401,'web','111.197.0.14',NULL),(12901,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,13,1,NULL,0,'null',1703671402,'web','111.197.0.14',NULL),(12902,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,13,2,NULL,0,'null',1703671405,'web','111.197.0.14',NULL),(12903,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,13,2,13,0,'null',1703671409,'web','111.197.0.14',NULL),(12904,'\\core\\event\\notification_sent','core','sent','notification','notifications',1725,'c',0,1,10,0,0,0,13,0,'{\"courseid\":\"1\"}',1703671447,'cli',NULL,NULL),(12905,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703680579,'web','125.229.183.111',NULL),(12906,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1703680607,'web','125.229.183.111',NULL),(12907,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1703680608,'web','125.229.183.111',NULL),(12908,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1703680615,'web','125.229.183.111',NULL),(12909,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,22,2,NULL,0,'null',1703680620,'web','125.229.183.111',NULL),(12910,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,22,2,NULL,0,'null',1703680643,'web','125.229.183.111',NULL),(12911,'\\mod_forum\\event\\subscription_created','mod_forum','created','subscription','forum_subscriptions',15,'c',2,89,70,50,22,2,22,0,'{\"forumid\":\"15\"}',1703680653,'web','125.229.183.111',NULL),(12912,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,22,2,NULL,0,'null',1703680653,'web','125.229.183.111',NULL),(12913,'\\mod_forum\\event\\subscription_deleted','mod_forum','deleted','subscription','forum_subscriptions',15,'d',2,89,70,50,22,2,22,0,'{\"forumid\":\"15\"}',1703680657,'web','125.229.183.111',NULL),(12914,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,22,2,NULL,0,'null',1703680657,'web','125.229.183.111',NULL),(12915,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,22,2,NULL,0,'null',1703680680,'web','125.229.183.111',NULL),(12916,'\\mod_forum\\event\\course_searched','mod_forum','searched','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'{\"searchterm\":\"\\u8868\\u55ae\"}',1703680693,'web','125.229.183.111',NULL),(12917,'\\mod_forum\\event\\course_searched','mod_forum','searched','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'{\"searchterm\":\"\"}',1703680707,'web','125.229.183.111',NULL),(12918,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1703680718,'web','125.229.183.111',NULL),(12919,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,22,2,NULL,0,'null',1703680720,'web','125.229.183.111',NULL),(12920,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,22,2,NULL,0,'null',1703680749,'web','125.229.183.111',NULL),(12921,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,22,2,NULL,0,'null',1703680783,'web','125.229.183.111',NULL),(12922,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,22,2,NULL,0,'null',1703680789,'web','125.229.183.111',NULL),(12923,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703680875,'web','223.141.14.182',NULL),(12924,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',17,'r',2,89,70,50,22,2,NULL,0,'null',1703680936,'web','125.229.183.111',NULL),(12925,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',18,'r',2,89,70,50,22,2,NULL,0,'null',1703680942,'web','125.229.183.111',NULL),(12926,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',17,'r',2,89,70,50,22,2,NULL,0,'null',1703680950,'web','125.229.183.111',NULL),(12927,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703681020,'web','125.229.183.111',NULL),(12928,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1703681025,'web','125.229.183.111',NULL),(12929,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1703681025,'web','125.229.183.111',NULL),(12930,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1703681035,'web','125.229.183.111',NULL),(12931,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,22,2,NULL,0,'null',1703681041,'web','125.229.183.111',NULL),(12932,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,22,2,NULL,0,'null',1703681108,'web','125.229.183.111',NULL),(12933,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,22,2,NULL,0,'null',1703681148,'web','125.229.183.111',NULL),(12934,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',17,'r',2,89,70,50,22,2,NULL,0,'null',1703681161,'web','125.229.183.111',NULL),(12935,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',17,'r',2,89,70,50,22,2,NULL,0,'null',1703681173,'web','125.229.183.111',NULL),(12936,'\\core\\event\\user_loggedout','core','loggedout','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"sessionid\":\"bjb6osgh8h62dihjbffj0aaalp\"}',1703681563,'web','125.229.183.111',NULL),(12937,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703681563,'web','125.229.183.111',NULL),(12938,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703682436,'web','223.141.14.182',NULL),(12939,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703685179,'web','27.96.224.186',NULL),(12940,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1703685192,'web','27.96.224.186',NULL),(12941,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,20,1,NULL,0,'null',1703685192,'web','27.96.224.186',NULL),(12942,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1703685197,'web','27.96.224.186',NULL),(12943,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,20,2,NULL,0,'null',1703685208,'web','27.96.224.186',NULL),(12944,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703685869,'web','73.219.6.51',NULL),(12945,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1703685878,'web','73.219.6.51',NULL),(12946,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1703685878,'web','73.219.6.51',NULL),(12947,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1703685878,'web','73.219.6.51',NULL),(12948,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1703685881,'web','73.219.6.51',NULL),(12949,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,2,2,NULL,0,'null',1703685886,'web','73.219.6.51',NULL),(12950,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,2,2,NULL,0,'null',1703685890,'web','73.219.6.51',NULL),(12951,'\\core\\event\\notification_sent','core','sent','notification','notifications',1726,'c',0,1,10,0,0,0,2,0,'{\"courseid\":\"1\"}',1703685906,'cli',NULL,NULL),(12952,'\\core\\event\\notification_sent','core','sent','notification','notifications',1727,'c',0,1,10,0,0,0,2,0,'{\"courseid\":\"1\"}',1703685910,'cli',NULL,NULL),(12953,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',50,'u',1,89,70,50,2,2,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"15\",\"name\":\"\\u533f\\u540d\\u8868\\u55ae\\u9023\\u7d50\\u8207\\u7559\\u8a00\\u8655\"}',1703685920,'web','73.219.6.51',NULL),(12954,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,2,2,NULL,0,'null',1703685921,'web','73.219.6.51',NULL),(12955,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,20,2,NULL,0,'null',1703686547,'web','27.96.224.186',NULL),(12956,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',194,'c',2,89,70,50,20,2,NULL,0,'{\"content\":\"<p dir=\\\"ltr\\\" style=\\\"text-align: left;\\\">\\u6211\\u586b\\u5b8c\\u8868\\u55ae\\u4e86<\\/p>\",\"pathnamehashes\":[],\"discussionid\":19,\"triggeredfrom\":\"forum_add_discussion\"}',1703686589,'web','27.96.224.186',NULL),(12957,'\\mod_forum\\event\\discussion_created','mod_forum','created','discussion','forum_discussions',19,'c',2,89,70,50,20,2,NULL,0,'{\"forumid\":15}',1703686589,'web','27.96.224.186',NULL),(12958,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',147,'c',2,89,70,50,20,2,20,0,'{\"forumid\":15,\"discussion\":19}',1703686589,'web','27.96.224.186',NULL),(12959,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,20,2,NULL,0,'null',1703686589,'web','27.96.224.186',NULL),(12960,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,20,2,NULL,0,'null',1703686605,'web','27.96.224.186',NULL),(12961,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,20,2,NULL,0,'{\"assignid\":\"3\"}',1703686605,'web','27.96.224.186',NULL),(12962,'\\core\\event\\notification_sent','core','sent','notification','notifications',1728,'c',0,1,10,0,20,0,20,0,'{\"courseid\":\"2\"}',1703690226,'cli',NULL,NULL),(12963,'\\core\\event\\notification_sent','core','sent','notification','notifications',1729,'c',0,1,10,0,20,0,14,0,'{\"courseid\":\"2\"}',1703690229,'cli',NULL,NULL),(12964,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703690535,'web','208.87.241.183',NULL),(12965,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703690546,'web','208.87.241.183',NULL),(12966,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1703690563,'web','208.87.241.183',NULL),(12967,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1703690564,'web','208.87.241.183',NULL),(12968,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1703690567,'web','208.87.241.183',NULL),(12969,'\\core\\event\\notification_sent','core','sent','notification','notifications',1730,'c',0,1,10,0,0,0,15,0,'{\"courseid\":\"1\"}',1703690587,'cli',NULL,NULL),(12970,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,15,2,NULL,0,'null',1703690604,'web','208.87.241.183',NULL),(12971,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,15,2,NULL,0,'{\"assignid\":\"1\"}',1703690604,'web','208.87.241.183',NULL),(12972,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,15,2,NULL,0,'null',1703690655,'web','208.87.241.183',NULL),(12973,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,15,2,15,0,'{\"assignid\":\"1\"}',1703690655,'web','208.87.241.183',NULL),(12974,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,15,2,NULL,0,'null',1703690657,'web','208.87.241.183',NULL),(12975,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,15,2,15,0,'{\"assignid\":\"1\"}',1703690657,'web','208.87.241.183',NULL),(12976,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,15,2,NULL,0,'null',1703690659,'web','208.87.241.183',NULL),(12977,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,15,2,15,0,'{\"assignid\":\"1\"}',1703690659,'web','208.87.241.183',NULL),(12978,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,15,2,NULL,0,'null',1703690690,'web','208.87.241.183',NULL),(12979,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,15,2,15,0,'{\"assignid\":\"1\"}',1703690690,'web','208.87.241.183',NULL),(12980,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,15,2,NULL,0,'null',1703690745,'web','208.87.241.183',NULL),(12981,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',24,'c',2,88,70,49,15,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"fd3b6f3afb8a1447532e8dd2699729521efc7c29\"]}',1703690745,'web','208.87.241.183',NULL); INSERT INTO `mdl_logstore_standard_log` VALUES (12982,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',35,'c',2,88,70,49,15,2,15,0,'{\"submissionid\":\"24\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1703690745,'web','208.87.241.183',NULL),(12983,'\\core\\event\\notification_sent','core','sent','notification','notifications',1731,'c',0,1,10,0,0,0,15,0,'{\"courseid\":\"2\"}',1703690748,'web','208.87.241.183',NULL),(12984,'\\core\\event\\notification_sent','core','sent','notification','notifications',1732,'c',0,1,10,0,15,0,2,0,'{\"courseid\":\"2\"}',1703690751,'web','208.87.241.183',NULL),(12985,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',24,'u',2,88,70,49,15,2,NULL,0,'{\"submission_editable\":true}',1703690751,'web','208.87.241.183',NULL),(12986,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,15,2,NULL,0,'null',1703690754,'web','208.87.241.183',NULL),(12987,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,88,70,49,15,2,15,0,'{\"assignid\":\"1\"}',1703690754,'web','208.87.241.183',NULL),(12988,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,15,2,NULL,0,'null',1703690775,'web','208.87.241.183',NULL),(12989,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,15,2,NULL,0,'null',1703690775,'web','208.87.241.183',NULL),(12990,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,15,2,NULL,0,'{\"assignid\":\"1\"}',1703690775,'web','208.87.241.183',NULL),(12991,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,15,2,NULL,0,'null',1703690810,'web','208.87.241.183',NULL),(12992,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,15,2,NULL,0,'{\"assignid\":\"2\"}',1703690810,'web','208.87.241.183',NULL),(12993,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,15,2,NULL,0,'null',1703690810,'web','208.87.241.183',NULL),(12994,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,15,2,NULL,0,'{\"assignid\":\"2\"}',1703690810,'web','208.87.241.183',NULL),(12995,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,15,2,NULL,0,'null',1703690812,'web','208.87.241.183',NULL),(12996,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,15,2,NULL,0,'{\"assignid\":\"2\"}',1703690812,'web','208.87.241.183',NULL),(12997,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,15,2,NULL,0,'null',1703690812,'web','208.87.241.183',NULL),(12998,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,15,2,NULL,0,'{\"assignid\":\"2\"}',1703690812,'web','208.87.241.183',NULL),(12999,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,15,2,NULL,0,'null',1703690812,'web','208.87.241.183',NULL),(13000,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,15,2,NULL,0,'{\"assignid\":\"2\"}',1703690812,'web','208.87.241.183',NULL),(13001,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,15,2,NULL,0,'null',1703693524,'web','208.87.241.183',NULL),(13002,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,93,70,54,15,2,15,0,'{\"assignid\":\"2\"}',1703693524,'web','208.87.241.183',NULL),(13003,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',16,'r',2,95,70,56,15,2,NULL,0,'null',1703693576,'web','208.87.241.183',NULL),(13004,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',16,'r',2,95,70,56,15,2,NULL,0,'null',1703693576,'web','208.87.241.183',NULL),(13005,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',16,'r',2,95,70,56,15,2,NULL,0,'null',1703693578,'web','208.87.241.183',NULL),(13006,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',195,'c',2,95,70,56,15,2,NULL,0,'{\"content\":\"<p dir=\\\"ltr\\\" style=\\\"text-align: left;\\\"><img src=\\\"@@PLUGINFILE@@\\/73dff627207576969704c2d4d1a83b45.jpeg\\\" alt=\\\"\\\" width=\\\"3024\\\" height=\\\"4032\\\" role=\\\"presentation\\\" class=\\\"img-fluid atto_image_button_middle\\\"><br><\\/p>\",\"pathnamehashes\":[],\"discussionid\":13,\"triggeredfrom\":\"forum_add_new_post\"}',1703693777,'web','208.87.241.183',NULL),(13007,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',148,'c',2,95,70,56,15,2,15,0,'{\"forumid\":16,\"discussion\":13}',1703693777,'web','208.87.241.183',NULL),(13008,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',195,'c',2,95,70,56,15,2,NULL,0,'{\"discussionid\":13,\"forumid\":16,\"forumtype\":\"single\"}',1703693777,'web','208.87.241.183',NULL),(13009,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',16,'r',2,95,70,56,15,2,NULL,0,'null',1703693777,'web','208.87.241.183',NULL),(13010,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,15,2,NULL,0,'null',1703693811,'web','208.87.241.183',NULL),(13011,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,15,2,NULL,0,'null',1703694237,'web','208.87.241.183',NULL),(13012,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1703695878,'web','73.219.6.51',NULL),(13013,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1703695879,'web','73.219.6.51',NULL),(13014,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1703695879,'web','73.219.6.51',NULL),(13015,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1703695890,'web','73.219.6.51',NULL),(13016,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1703695890,'web','73.219.6.51',NULL),(13017,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,16,0,'{\"assignid\":\"1\"}',1703695892,'web','73.219.6.51',NULL),(13018,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,17,0,'{\"assignid\":\"1\"}',1703695898,'web','73.219.6.51',NULL),(13019,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,18,0,'{\"assignid\":\"1\"}',1703695901,'web','73.219.6.51',NULL),(13020,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,19,0,'{\"assignid\":\"1\"}',1703695903,'web','73.219.6.51',NULL),(13021,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,20,0,'{\"assignid\":\"1\"}',1703695905,'web','73.219.6.51',NULL),(13022,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,21,0,'{\"assignid\":\"1\"}',1703695908,'web','73.219.6.51',NULL),(13023,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,20,0,'{\"assignid\":\"1\"}',1703695910,'web','73.219.6.51',NULL),(13024,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,21,0,'{\"assignid\":\"1\"}',1703695912,'web','73.219.6.51',NULL),(13025,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,22,0,'{\"assignid\":\"1\"}',1703695914,'web','73.219.6.51',NULL),(13026,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,23,0,'{\"assignid\":\"1\"}',1703695917,'web','73.219.6.51',NULL),(13027,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,4,0,'{\"assignid\":\"1\"}',1703695919,'web','73.219.6.51',NULL),(13028,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,5,0,'{\"assignid\":\"1\"}',1703695922,'web','73.219.6.51',NULL),(13029,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,6,0,'{\"assignid\":\"1\"}',1703695924,'web','73.219.6.51',NULL),(13030,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,7,0,'{\"assignid\":\"1\"}',1703695925,'web','73.219.6.51',NULL),(13031,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,8,0,'{\"assignid\":\"1\"}',1703695928,'web','73.219.6.51',NULL),(13032,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,9,0,'{\"assignid\":\"1\"}',1703695930,'web','73.219.6.51',NULL),(13033,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,10,0,'{\"assignid\":\"1\"}',1703695931,'web','73.219.6.51',NULL),(13034,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,15,0,'{\"assignid\":\"1\"}',1703695937,'web','73.219.6.51',NULL),(13035,'\\core\\event\\user_graded','core','graded','user','grade_grades',349,'u',1,16,50,2,2,2,15,0,'{\"itemid\":\"21\",\"overridden\":false,\"finalgrade\":6}',1703696263,'web','73.219.6.51',NULL),(13036,'\\core\\event\\user_graded','core','graded','user','grade_grades',191,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":6}',1703696263,'web','73.219.6.51',NULL),(13037,'\\core\\event\\user_graded','core','graded','user','grade_grades',20,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":24}',1703696263,'web','73.219.6.51',NULL),(13038,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',18,'u',1,88,70,49,2,2,15,0,'null',1703696263,'web','73.219.6.51',NULL),(13039,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,15,0,'{\"assignid\":\"1\"}',1703696264,'web','73.219.6.51',NULL),(13040,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1703696273,'web','73.219.6.51',NULL),(13041,'\\core\\event\\notification_sent','core','sent','notification','notifications',1733,'c',0,1,10,0,2,0,15,0,'{\"courseid\":\"2\"}',1703696285,'cli',NULL,NULL),(13042,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1703696288,'web','73.219.6.51',NULL),(13043,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1703696296,'web','73.219.6.51',NULL),(13044,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703696298,'web','73.219.6.51',NULL),(13045,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703696305,'web','73.219.6.51',NULL),(13046,'\\core\\event\\user_graded','core','graded','user','grade_grades',419,'u',1,16,50,2,2,2,22,0,'{\"itemid\":\"24\",\"overridden\":false,\"finalgrade\":2}',1703696324,'web','73.219.6.51',NULL),(13047,'\\core\\event\\user_graded','core','graded','user','grade_grades',417,'u',1,16,50,2,2,2,20,0,'{\"itemid\":\"24\",\"overridden\":false,\"finalgrade\":2}',1703696325,'web','73.219.6.51',NULL),(13048,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703696325,'web','73.219.6.51',NULL),(13049,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703696328,'web','73.219.6.51',NULL),(13050,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703696365,'web','73.219.6.51',NULL),(13051,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,2,2,NULL,0,'null',1703696647,'web','73.219.6.51',NULL),(13052,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,2,2,NULL,0,'{\"assignid\":\"2\"}',1703696647,'web','73.219.6.51',NULL),(13053,'\\core\\event\\user_graded','core','graded','user','grade_grades',308,'u',1,16,50,2,2,2,16,0,'{\"itemid\":\"19\",\"overridden\":true,\"finalgrade\":6}',1703696654,'web','73.219.6.51',NULL),(13054,'\\core\\event\\user_graded','core','graded','user','grade_grades',192,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":32}',1703696654,'web','73.219.6.51',NULL),(13055,'\\core\\event\\user_graded','core','graded','user','grade_grades',2,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":99.599999999999994}',1703696654,'web','73.219.6.51',NULL),(13056,'\\core\\event\\user_graded','core','graded','user','grade_grades',125,'u',1,16,50,2,2,2,22,0,'{\"itemid\":\"11\",\"overridden\":true,\"finalgrade\":6}',1703696654,'web','73.219.6.51',NULL),(13057,'\\core\\event\\user_graded','core','graded','user','grade_grades',197,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":32}',1703696654,'web','73.219.6.51',NULL),(13058,'\\core\\event\\user_graded','core','graded','user','grade_grades',14,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":96}',1703696654,'web','73.219.6.51',NULL),(13059,'\\core\\event\\user_graded','core','graded','user','grade_grades',314,'u',1,16,50,2,2,2,22,0,'{\"itemid\":\"19\",\"overridden\":true,\"finalgrade\":6}',1703696654,'web','73.219.6.51',NULL),(13060,'\\core\\event\\user_graded','core','graded','user','grade_grades',197,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":38}',1703696654,'web','73.219.6.51',NULL),(13061,'\\core\\event\\user_graded','core','graded','user','grade_grades',14,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":101.92}',1703696655,'web','73.219.6.51',NULL),(13062,'\\core\\event\\user_graded','core','graded','user','grade_grades',313,'u',1,16,50,2,2,2,21,0,'{\"itemid\":\"19\",\"overridden\":true,\"finalgrade\":6}',1703696655,'web','73.219.6.51',NULL),(13063,'\\core\\event\\user_graded','core','graded','user','grade_grades',196,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":38}',1703696655,'web','73.219.6.51',NULL),(13064,'\\core\\event\\user_graded','core','graded','user','grade_grades',70,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":105.81999999999999}',1703696655,'web','73.219.6.51',NULL),(13065,'\\core\\event\\user_graded','core','graded','user','grade_grades',83,'u',1,16,50,2,2,2,15,0,'{\"itemid\":\"9\",\"overridden\":true,\"finalgrade\":6}',1703696655,'web','73.219.6.51',NULL),(13066,'\\core\\event\\user_graded','core','graded','user','grade_grades',173,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":24}',1703696655,'web','73.219.6.51',NULL),(13067,'\\core\\event\\user_graded','core','graded','user','grade_grades',20,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":30}',1703696655,'web','73.219.6.51',NULL),(13068,'\\core\\event\\user_graded','core','graded','user','grade_grades',101,'u',1,16,50,2,2,2,15,0,'{\"itemid\":\"10\",\"overridden\":true,\"finalgrade\":6}',1703696655,'web','73.219.6.51',NULL),(13069,'\\core\\event\\user_graded','core','graded','user','grade_grades',173,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":30}',1703696655,'web','73.219.6.51',NULL),(13070,'\\core\\event\\user_graded','core','graded','user','grade_grades',20,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":36}',1703696655,'web','73.219.6.51',NULL),(13071,'\\core\\event\\user_graded','core','graded','user','grade_grades',265,'u',1,16,50,2,2,2,15,0,'{\"itemid\":\"17\",\"overridden\":true,\"finalgrade\":6}',1703696655,'web','73.219.6.51',NULL),(13072,'\\core\\event\\user_graded','core','graded','user','grade_grades',173,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":36}',1703696655,'web','73.219.6.51',NULL),(13073,'\\core\\event\\user_graded','core','graded','user','grade_grades',20,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":42}',1703696655,'web','73.219.6.51',NULL),(13074,'\\core\\event\\user_graded','core','graded','user','grade_grades',328,'u',1,16,50,2,2,2,15,0,'{\"itemid\":\"20\",\"overridden\":true,\"finalgrade\":6}',1703696655,'web','73.219.6.51',NULL),(13075,'\\core\\event\\user_graded','core','graded','user','grade_grades',173,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":42}',1703696655,'web','73.219.6.51',NULL),(13076,'\\core\\event\\user_graded','core','graded','user','grade_grades',20,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":48}',1703696656,'web','73.219.6.51',NULL),(13077,'\\core\\event\\user_graded','core','graded','user','grade_grades',119,'u',1,16,50,2,2,2,15,0,'{\"itemid\":\"11\",\"overridden\":true,\"finalgrade\":6}',1703696656,'web','73.219.6.51',NULL),(13078,'\\core\\event\\user_graded','core','graded','user','grade_grades',191,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":12}',1703696656,'web','73.219.6.51',NULL),(13079,'\\core\\event\\user_graded','core','graded','user','grade_grades',20,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":54}',1703696656,'web','73.219.6.51',NULL),(13080,'\\core\\event\\user_graded','core','graded','user','grade_grades',98,'u',1,16,50,2,2,2,12,0,'{\"itemid\":\"10\",\"overridden\":true,\"finalgrade\":6}',1703696656,'web','73.219.6.51',NULL),(13081,'\\core\\event\\user_graded','core','graded','user','grade_grades',170,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":34}',1703696656,'web','73.219.6.51',NULL),(13082,'\\core\\event\\user_graded','core','graded','user','grade_grades',26,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":34}',1703696656,'web','73.219.6.51',NULL),(13083,'\\core\\event\\user_graded','core','graded','user','grade_grades',304,'u',1,16,50,2,2,2,12,0,'{\"itemid\":\"19\",\"overridden\":true,\"finalgrade\":6}',1703696656,'web','73.219.6.51',NULL),(13084,'\\core\\event\\user_graded','core','graded','user','grade_grades',188,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":6}',1703696656,'web','73.219.6.51',NULL),(13085,'\\core\\event\\user_graded','core','graded','user','grade_grades',26,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":38.880000000000003}',1703696656,'web','73.219.6.51',NULL),(13086,'\\core\\event\\user_graded','core','graded','user','grade_grades',306,'u',1,16,50,2,2,2,14,0,'{\"itemid\":\"19\",\"overridden\":true,\"finalgrade\":6}',1703696656,'web','73.219.6.51',NULL),(13087,'\\core\\event\\user_graded','core','graded','user','grade_grades',190,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":43}',1703696656,'web','73.219.6.51',NULL),(13088,'\\core\\event\\user_graded','core','graded','user','grade_grades',29,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":120.77}',1703696656,'web','73.219.6.51',NULL),(13089,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703696656,'web','73.219.6.51',NULL),(13090,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,2,2,NULL,0,'null',1703696686,'web','73.219.6.51',NULL),(13091,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,93,70,54,2,2,NULL,0,'{\"assignid\":\"2\"}',1703696686,'web','73.219.6.51',NULL),(13092,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,16,0,'{\"assignid\":\"2\"}',1703696688,'web','73.219.6.51',NULL),(13093,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,12,0,'{\"assignid\":\"2\"}',1703696713,'web','73.219.6.51',NULL),(13094,'\\core\\event\\user_graded','core','graded','user','grade_grades',367,'u',1,16,50,2,2,2,12,0,'{\"itemid\":\"22\",\"overridden\":false,\"finalgrade\":6}',1703696745,'web','73.219.6.51',NULL),(13095,'\\core\\event\\user_graded','core','graded','user','grade_grades',188,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":12}',1703696745,'web','73.219.6.51',NULL),(13096,'\\core\\event\\user_graded','core','graded','user','grade_grades',26,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":45.359999999999999}',1703696745,'web','73.219.6.51',NULL),(13097,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',38,'u',1,93,70,54,2,2,12,0,'null',1703696745,'web','73.219.6.51',NULL),(13098,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,12,0,'{\"assignid\":\"2\"}',1703696746,'web','73.219.6.51',NULL),(13099,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1703696754,'web','73.219.6.51',NULL),(13100,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1703696754,'web','73.219.6.51',NULL),(13101,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1703696756,'web','73.219.6.51',NULL),(13102,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1703696756,'web','73.219.6.51',NULL),(13103,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,16,0,'{\"assignid\":\"1\"}',1703696757,'web','73.219.6.51',NULL),(13104,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,12,0,'{\"assignid\":\"1\"}',1703696763,'web','73.219.6.51',NULL),(13105,'\\core\\event\\notification_sent','core','sent','notification','notifications',1734,'c',0,1,10,0,2,0,12,0,'{\"courseid\":\"2\"}',1703696765,'cli',NULL,NULL),(13106,'\\core\\event\\user_graded','core','graded','user','grade_grades',346,'u',1,16,50,2,2,2,12,0,'{\"itemid\":\"21\",\"overridden\":false,\"finalgrade\":6}',1703696783,'web','73.219.6.51',NULL),(13107,'\\core\\event\\user_graded','core','graded','user','grade_grades',188,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":18}',1703696783,'web','73.219.6.51',NULL),(13108,'\\core\\event\\user_graded','core','graded','user','grade_grades',26,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":51.840000000000003}',1703696784,'web','73.219.6.51',NULL),(13109,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',16,'u',1,88,70,49,2,2,12,0,'null',1703696784,'web','73.219.6.51',NULL),(13110,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,12,0,'{\"assignid\":\"1\"}',1703696784,'web','73.219.6.51',NULL),(13111,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703696806,'web','73.219.6.51',NULL),(13112,'\\core\\event\\notification_sent','core','sent','notification','notifications',1735,'c',0,1,10,0,2,0,12,0,'{\"courseid\":\"2\"}',1703696826,'cli',NULL,NULL),(13113,'\\core\\event\\user_graded','core','graded','user','grade_grades',287,'u',1,16,50,2,2,2,16,0,'{\"itemid\":\"18\",\"overridden\":true,\"finalgrade\":6}',1703696855,'web','73.219.6.51',NULL),(13114,'\\core\\event\\user_graded','core','graded','user','grade_grades',192,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":38}',1703696855,'web','73.219.6.51',NULL),(13115,'\\core\\event\\user_graded','core','graded','user','grade_grades',2,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":105.81999999999999}',1703696855,'web','73.219.6.51',NULL),(13116,'\\core\\event\\user_graded','core','graded','user','grade_grades',283,'u',1,16,50,2,2,2,12,0,'{\"itemid\":\"18\",\"overridden\":true,\"finalgrade\":6}',1703696855,'web','73.219.6.51',NULL),(13117,'\\core\\event\\user_graded','core','graded','user','grade_grades',188,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":24}',1703696855,'web','73.219.6.51',NULL),(13118,'\\core\\event\\user_graded','core','graded','user','grade_grades',26,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":58.32}',1703696855,'web','73.219.6.51',NULL),(13119,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703696855,'web','73.219.6.51',NULL),(13120,'\\core\\event\\user_graded','core','graded','user','grade_grades',156,'u',1,16,50,2,2,2,16,0,'{\"itemid\":\"13\",\"overridden\":true,\"finalgrade\":0}',1703697019,'web','73.219.6.51',NULL),(13121,'\\core\\event\\user_graded','core','graded','user','grade_grades',2,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":114.8875}',1703697019,'web','73.219.6.51',NULL),(13122,'\\core\\event\\user_graded','core','graded','user','grade_grades',157,'u',1,16,50,2,2,2,17,0,'{\"itemid\":\"13\",\"overridden\":true,\"finalgrade\":0}',1703697019,'web','73.219.6.51',NULL),(13123,'\\core\\event\\user_graded','core','graded','user','grade_grades',5,'u',1,16,50,2,-1,2,17,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":46.799999999999997}',1703697019,'web','73.219.6.51',NULL),(13124,'\\core\\event\\user_graded','core','graded','user','grade_grades',151,'u',1,16,50,2,2,2,11,0,'{\"itemid\":\"13\",\"overridden\":true,\"finalgrade\":0}',1703697019,'web','73.219.6.51',NULL),(13125,'\\core\\event\\user_graded','core','graded','user','grade_grades',8,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":127.40000000000001}',1703697019,'web','73.219.6.51',NULL),(13126,'\\core\\event\\user_graded','core','graded','user','grade_grades',150,'u',1,16,50,2,2,2,9,0,'{\"itemid\":\"13\",\"overridden\":true,\"finalgrade\":0}',1703697020,'web','73.219.6.51',NULL),(13127,'\\core\\event\\user_graded','core','graded','user','grade_grades',161,'u',1,16,50,2,2,2,22,0,'{\"itemid\":\"13\",\"overridden\":true,\"finalgrade\":0}',1703697020,'web','73.219.6.51',NULL),(13128,'\\core\\event\\user_graded','core','graded','user','grade_grades',14,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":112.45}',1703697020,'web','73.219.6.51',NULL),(13129,'\\core\\event\\user_graded','core','graded','user','grade_grades',162,'u',1,16,50,2,2,2,23,0,'{\"itemid\":\"13\",\"overridden\":true,\"finalgrade\":0}',1703697020,'web','73.219.6.51',NULL),(13130,'\\core\\event\\user_graded','core','graded','user','grade_grades',17,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":126.91249999999999}',1703697020,'web','73.219.6.51',NULL),(13131,'\\core\\event\\user_graded','core','graded','user','grade_grades',160,'u',1,16,50,2,2,2,21,0,'{\"itemid\":\"13\",\"overridden\":true,\"finalgrade\":0}',1703697020,'web','73.219.6.51',NULL),(13132,'\\core\\event\\user_graded','core','graded','user','grade_grades',70,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":114.8875}',1703697020,'web','73.219.6.51',NULL),(13133,'\\core\\event\\user_graded','core','graded','user','grade_grades',155,'u',1,16,50,2,2,2,15,0,'{\"itemid\":\"13\",\"overridden\":true,\"finalgrade\":0}',1703697020,'web','73.219.6.51',NULL),(13134,'\\core\\event\\user_graded','core','graded','user','grade_grades',20,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":67.5}',1703697020,'web','73.219.6.51',NULL),(13135,'\\core\\event\\user_graded','core','graded','user','grade_grades',153,'u',1,16,50,2,2,2,13,0,'{\"itemid\":\"13\",\"overridden\":true,\"finalgrade\":0}',1703697020,'web','73.219.6.51',NULL),(13136,'\\core\\event\\user_graded','core','graded','user','grade_grades',23,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":119.925}',1703697020,'web','73.219.6.51',NULL),(13137,'\\core\\event\\user_graded','core','graded','user','grade_grades',152,'u',1,16,50,2,2,2,12,0,'{\"itemid\":\"13\",\"overridden\":true,\"finalgrade\":0}',1703697020,'web','73.219.6.51',NULL),(13138,'\\core\\event\\user_graded','core','graded','user','grade_grades',26,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":70.200000000000003}',1703697020,'web','73.219.6.51',NULL),(13139,'\\core\\event\\user_graded','core','graded','user','grade_grades',154,'u',1,16,50,2,2,2,14,0,'{\"itemid\":\"13\",\"overridden\":true,\"finalgrade\":0}',1703697020,'web','73.219.6.51',NULL),(13140,'\\core\\event\\user_graded','core','graded','user','grade_grades',29,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":124.23125}',1703697021,'web','73.219.6.51',NULL),(13141,'\\core\\event\\user_graded','core','graded','user','grade_grades',158,'u',1,16,50,2,2,2,19,0,'{\"itemid\":\"13\",\"overridden\":true,\"finalgrade\":0}',1703697021,'web','73.219.6.51',NULL),(13142,'\\core\\event\\user_graded','core','graded','user','grade_grades',32,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":123.5}',1703697021,'web','73.219.6.51',NULL),(13143,'\\core\\event\\user_graded','core','graded','user','grade_grades',148,'u',1,16,50,2,2,2,7,0,'{\"itemid\":\"13\",\"overridden\":true,\"finalgrade\":0}',1703697021,'web','73.219.6.51',NULL),(13144,'\\core\\event\\user_graded','core','graded','user','grade_grades',35,'u',1,16,50,2,-1,2,7,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":48.600000000000001}',1703697021,'web','73.219.6.51',NULL),(13145,'\\core\\event\\user_graded','core','graded','user','grade_grades',147,'u',1,16,50,2,2,2,6,0,'{\"itemid\":\"13\",\"overridden\":true,\"finalgrade\":0}',1703697021,'web','73.219.6.51',NULL),(13146,'\\core\\event\\user_graded','core','graded','user','grade_grades',38,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":122.03749999999999}',1703697021,'web','73.219.6.51',NULL),(13147,'\\core\\event\\user_graded','core','graded','user','grade_grades',159,'u',1,16,50,2,2,2,20,0,'{\"itemid\":\"13\",\"overridden\":true,\"finalgrade\":0}',1703697021,'web','73.219.6.51',NULL),(13148,'\\core\\event\\user_graded','core','graded','user','grade_grades',41,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":127.5625}',1703697021,'web','73.219.6.51',NULL),(13149,'\\core\\event\\user_graded','core','graded','user','grade_grades',146,'u',1,16,50,2,2,2,5,0,'{\"itemid\":\"13\",\"overridden\":true,\"finalgrade\":0}',1703697021,'web','73.219.6.51',NULL),(13150,'\\core\\event\\user_graded','core','graded','user','grade_grades',47,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":117.4875}',1703697021,'web','73.219.6.51',NULL),(13151,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697021,'web','73.219.6.51',NULL),(13152,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697095,'web','73.219.6.51',NULL),(13153,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697098,'web','73.219.6.51',NULL),(13154,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1703697145,'web','73.219.6.51',NULL),(13155,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1703697145,'web','73.219.6.51',NULL),(13156,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1703697145,'web','73.219.6.51',NULL),(13157,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1703697146,'web','73.219.6.51',NULL),(13158,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697152,'web','73.219.6.51',NULL),(13159,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697162,'web','73.219.6.51',NULL),(13160,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697238,'web','73.219.6.51',NULL),(13161,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697250,'web','73.219.6.51',NULL),(13162,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',25,'c',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u3001\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1703697294,'web','73.219.6.51',NULL),(13163,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',25,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u3001\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1703697294,'web','73.219.6.51',NULL),(13164,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',25,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u3001\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1703697294,'web','73.219.6.51',NULL),(13165,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',25,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u3001\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1703697294,'web','73.219.6.51',NULL),(13166,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',25,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u3001\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1703697303,'web','73.219.6.51',NULL),(13167,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',25,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u3001\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1703697303,'web','73.219.6.51',NULL),(13168,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1703697304,'web','73.219.6.51',NULL),(13169,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1703697304,'web','73.219.6.51',NULL),(13170,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',25,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u3001\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1703697335,'web','73.219.6.51',NULL),(13171,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',25,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u3001\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1703697335,'web','73.219.6.51',NULL),(13172,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',25,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u3001\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1703697335,'web','73.219.6.51',NULL),(13173,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',25,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u3001\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1703697335,'web','73.219.6.51',NULL),(13174,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1703697336,'web','73.219.6.51',NULL),(13175,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',1,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1703697336,'web','73.219.6.51',NULL),(13176,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697344,'web','73.219.6.51',NULL),(13177,'\\core\\event\\user_graded','core','graded','user','grade_grades',434,'u',1,16,50,2,2,2,16,0,'{\"itemid\":\"25\",\"overridden\":false,\"finalgrade\":24}',1703697408,'web','73.219.6.51',NULL),(13178,'\\core\\event\\user_graded','core','graded','user','grade_grades',435,'u',1,16,50,2,2,2,17,0,'{\"itemid\":\"25\",\"overridden\":false,\"finalgrade\":30}',1703697408,'web','73.219.6.51',NULL),(13179,'\\core\\event\\user_graded','core','graded','user','grade_grades',429,'u',1,16,50,2,2,2,11,0,'{\"itemid\":\"25\",\"overridden\":false,\"finalgrade\":24}',1703697408,'web','73.219.6.51',NULL),(13180,'\\core\\event\\user_graded','core','graded','user','grade_grades',427,'u',1,16,50,2,2,2,9,0,'{\"itemid\":\"25\",\"overridden\":false,\"finalgrade\":24}',1703697408,'web','73.219.6.51',NULL),(13181,'\\core\\event\\user_graded','core','graded','user','grade_grades',440,'u',1,16,50,2,2,2,22,0,'{\"itemid\":\"25\",\"overridden\":false,\"finalgrade\":30}',1703697408,'web','73.219.6.51',NULL),(13182,'\\core\\event\\user_graded','core','graded','user','grade_grades',441,'u',1,16,50,2,2,2,23,0,'{\"itemid\":\"25\",\"overridden\":false,\"finalgrade\":24}',1703697408,'web','73.219.6.51',NULL),(13183,'\\core\\event\\user_graded','core','graded','user','grade_grades',439,'u',1,16,50,2,2,2,21,0,'{\"itemid\":\"25\",\"overridden\":false,\"finalgrade\":24}',1703697408,'web','73.219.6.51',NULL),(13184,'\\core\\event\\user_graded','core','graded','user','grade_grades',433,'u',1,16,50,2,2,2,15,0,'{\"itemid\":\"25\",\"overridden\":false,\"finalgrade\":30}',1703697408,'web','73.219.6.51',NULL),(13185,'\\core\\event\\user_graded','core','graded','user','grade_grades',431,'u',1,16,50,2,2,2,13,0,'{\"itemid\":\"25\",\"overridden\":false,\"finalgrade\":24}',1703697408,'web','73.219.6.51',NULL),(13186,'\\core\\event\\user_graded','core','graded','user','grade_grades',430,'u',1,16,50,2,2,2,12,0,'{\"itemid\":\"25\",\"overridden\":false,\"finalgrade\":24}',1703697408,'web','73.219.6.51',NULL),(13187,'\\core\\event\\user_graded','core','graded','user','grade_grades',432,'u',1,16,50,2,2,2,14,0,'{\"itemid\":\"25\",\"overridden\":false,\"finalgrade\":30}',1703697408,'web','73.219.6.51',NULL),(13188,'\\core\\event\\user_graded','core','graded','user','grade_grades',437,'u',1,16,50,2,2,2,19,0,'{\"itemid\":\"25\",\"overridden\":false,\"finalgrade\":30}',1703697408,'web','73.219.6.51',NULL),(13189,'\\core\\event\\user_graded','core','graded','user','grade_grades',425,'u',1,16,50,2,2,2,7,0,'{\"itemid\":\"25\",\"overridden\":false,\"finalgrade\":30}',1703697408,'web','73.219.6.51',NULL),(13190,'\\core\\event\\user_graded','core','graded','user','grade_grades',424,'u',1,16,50,2,2,2,6,0,'{\"itemid\":\"25\",\"overridden\":false,\"finalgrade\":24}',1703697408,'web','73.219.6.51',NULL),(13191,'\\core\\event\\user_graded','core','graded','user','grade_grades',438,'u',1,16,50,2,2,2,20,0,'{\"itemid\":\"25\",\"overridden\":false,\"finalgrade\":27}',1703697409,'web','73.219.6.51',NULL),(13192,'\\core\\event\\user_graded','core','graded','user','grade_grades',423,'u',1,16,50,2,2,2,5,0,'{\"itemid\":\"25\",\"overridden\":false,\"finalgrade\":30}',1703697409,'web','73.219.6.51',NULL),(13193,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697409,'web','73.219.6.51',NULL),(13194,'\\core\\event\\user_graded','core','graded','user','grade_grades',2,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":81.400000000000006}',1703697416,'web','73.219.6.51',NULL),(13195,'\\core\\event\\user_graded','core','graded','user','grade_grades',156,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"13\",\"overridden\":false,\"finalgrade\":24}',1703697417,'web','73.219.6.51',NULL),(13196,'\\core\\event\\user_graded','core','graded','user','grade_grades',2,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":129.40000000000001}',1703697417,'web','73.219.6.51',NULL),(13197,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697418,'web','73.219.6.51',NULL),(13198,'\\core\\event\\user_graded','core','graded','user','grade_grades',5,'u',1,16,50,2,-1,2,17,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":36.450000000000003}',1703697433,'web','73.219.6.51',NULL),(13199,'\\core\\event\\user_graded','core','graded','user','grade_grades',157,'u',1,16,50,2,-1,2,17,0,'{\"itemid\":\"13\",\"overridden\":false,\"finalgrade\":30}',1703697433,'web','73.219.6.51',NULL),(13200,'\\core\\event\\user_graded','core','graded','user','grade_grades',5,'u',1,16,50,2,-1,2,17,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":70.200000000000003}',1703697434,'web','73.219.6.51',NULL),(13201,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697435,'web','73.219.6.51',NULL),(13202,'\\core\\event\\user_graded','core','graded','user','grade_grades',8,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":96.799999999999997}',1703697440,'web','73.219.6.51',NULL),(13203,'\\core\\event\\user_graded','core','graded','user','grade_grades',151,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"13\",\"overridden\":false,\"finalgrade\":24}',1703697440,'web','73.219.6.51',NULL),(13204,'\\core\\event\\user_graded','core','graded','user','grade_grades',8,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":144.80000000000001}',1703697440,'web','73.219.6.51',NULL),(13205,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697441,'web','73.219.6.51',NULL),(13206,'\\core\\event\\user_graded','core','graded','user','grade_grades',11,'u',1,16,50,2,-1,2,9,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":35}',1703697446,'web','73.219.6.51',NULL),(13207,'\\core\\event\\user_graded','core','graded','user','grade_grades',150,'u',1,16,50,2,-1,2,9,0,'{\"itemid\":\"13\",\"overridden\":false,\"finalgrade\":24}',1703697447,'web','73.219.6.51',NULL),(13208,'\\core\\event\\user_graded','core','graded','user','grade_grades',11,'u',1,16,50,2,-1,2,9,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":63}',1703697447,'web','73.219.6.51',NULL),(13209,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697448,'web','73.219.6.51',NULL),(13210,'\\core\\event\\user_graded','core','graded','user','grade_grades',14,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":78.400000000000006}',1703697453,'web','73.219.6.51',NULL),(13211,'\\core\\event\\user_graded','core','graded','user','grade_grades',161,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"13\",\"overridden\":false,\"finalgrade\":30}',1703697453,'web','73.219.6.51',NULL),(13212,'\\core\\event\\user_graded','core','graded','user','grade_grades',14,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":138.40000000000001}',1703697453,'web','73.219.6.51',NULL),(13213,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697454,'web','73.219.6.51',NULL),(13214,'\\core\\event\\user_graded','core','graded','user','grade_grades',17,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":96.200000000000003}',1703697459,'web','73.219.6.51',NULL),(13215,'\\core\\event\\user_graded','core','graded','user','grade_grades',162,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"13\",\"overridden\":false,\"finalgrade\":24}',1703697460,'web','73.219.6.51',NULL),(13216,'\\core\\event\\user_graded','core','graded','user','grade_grades',17,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":144.19999999999999}',1703697460,'web','73.219.6.51',NULL),(13217,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697461,'web','73.219.6.51',NULL),(13218,'\\core\\event\\user_graded','core','graded','user','grade_grades',70,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":81.400000000000006}',1703697466,'web','73.219.6.51',NULL),(13219,'\\core\\event\\user_graded','core','graded','user','grade_grades',160,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"13\",\"overridden\":false,\"finalgrade\":24}',1703697466,'web','73.219.6.51',NULL),(13220,'\\core\\event\\user_graded','core','graded','user','grade_grades',70,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":129.40000000000001}',1703697466,'web','73.219.6.51',NULL),(13221,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697468,'web','73.219.6.51',NULL),(13222,'\\core\\event\\user_graded','core','graded','user','grade_grades',20,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":45}',1703697473,'web','73.219.6.51',NULL),(13223,'\\core\\event\\user_graded','core','graded','user','grade_grades',155,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"13\",\"overridden\":false,\"finalgrade\":30}',1703697473,'web','73.219.6.51',NULL),(13224,'\\core\\event\\user_graded','core','graded','user','grade_grades',20,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":90}',1703697474,'web','73.219.6.51',NULL),(13225,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697475,'web','73.219.6.51',NULL),(13226,'\\core\\event\\user_graded','core','graded','user','grade_grades',23,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":87.599999999999994}',1703697480,'web','73.219.6.51',NULL),(13227,'\\core\\event\\user_graded','core','graded','user','grade_grades',153,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"13\",\"overridden\":false,\"finalgrade\":24}',1703697480,'web','73.219.6.51',NULL),(13228,'\\core\\event\\user_graded','core','graded','user','grade_grades',23,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":135.59999999999999}',1703697480,'web','73.219.6.51',NULL),(13229,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697481,'web','73.219.6.51',NULL),(13230,'\\core\\event\\user_graded','core','graded','user','grade_grades',26,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":48.600000000000001}',1703697486,'web','73.219.6.51',NULL),(13231,'\\core\\event\\user_graded','core','graded','user','grade_grades',152,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"13\",\"overridden\":false,\"finalgrade\":24}',1703697487,'web','73.219.6.51',NULL),(13232,'\\core\\event\\user_graded','core','graded','user','grade_grades',26,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":84.599999999999994}',1703697487,'web','73.219.6.51',NULL),(13233,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697488,'web','73.219.6.51',NULL),(13234,'\\core\\event\\user_graded','core','graded','user','grade_grades',29,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":92.900000000000006}',1703697493,'web','73.219.6.51',NULL),(13235,'\\core\\event\\user_graded','core','graded','user','grade_grades',154,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"13\",\"overridden\":false,\"finalgrade\":30}',1703697493,'web','73.219.6.51',NULL),(13236,'\\core\\event\\user_graded','core','graded','user','grade_grades',29,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":152.90000000000001}',1703697493,'web','73.219.6.51',NULL),(13237,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697495,'web','73.219.6.51',NULL),(13238,'\\core\\event\\user_graded','core','graded','user','grade_grades',32,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":92}',1703697499,'web','73.219.6.51',NULL),(13239,'\\core\\event\\user_graded','core','graded','user','grade_grades',158,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"13\",\"overridden\":false,\"finalgrade\":30}',1703697500,'web','73.219.6.51',NULL),(13240,'\\core\\event\\user_graded','core','graded','user','grade_grades',32,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":152}',1703697500,'web','73.219.6.51',NULL),(13241,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697501,'web','73.219.6.51',NULL),(13242,'\\core\\event\\user_graded','core','graded','user','grade_grades',35,'u',1,16,50,2,-1,2,7,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":39.149999999999999}',1703697507,'web','73.219.6.51',NULL),(13243,'\\core\\event\\user_graded','core','graded','user','grade_grades',148,'u',1,16,50,2,-1,2,7,0,'{\"itemid\":\"13\",\"overridden\":false,\"finalgrade\":30}',1703697507,'web','73.219.6.51',NULL),(13244,'\\core\\event\\user_graded','core','graded','user','grade_grades',35,'u',1,16,50,2,-1,2,7,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":72.900000000000006}',1703697507,'web','73.219.6.51',NULL),(13245,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697508,'web','73.219.6.51',NULL),(13246,'\\core\\event\\user_graded','core','graded','user','grade_grades',38,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":90.200000000000003}',1703697514,'web','73.219.6.51',NULL),(13247,'\\core\\event\\user_graded','core','graded','user','grade_grades',147,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"13\",\"overridden\":false,\"finalgrade\":24}',1703697515,'web','73.219.6.51',NULL),(13248,'\\core\\event\\user_graded','core','graded','user','grade_grades',38,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":138.19999999999999}',1703697515,'web','73.219.6.51',NULL),(13249,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697516,'web','73.219.6.51',NULL),(13250,'\\core\\event\\user_graded','core','graded','user','grade_grades',41,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":97}',1703697521,'web','73.219.6.51',NULL),(13251,'\\core\\event\\user_graded','core','graded','user','grade_grades',159,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"13\",\"overridden\":false,\"finalgrade\":27}',1703697521,'web','73.219.6.51',NULL),(13252,'\\core\\event\\user_graded','core','graded','user','grade_grades',41,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":151}',1703697521,'web','73.219.6.51',NULL),(13253,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697522,'web','73.219.6.51',NULL),(13254,'\\core\\event\\user_graded','core','graded','user','grade_grades',47,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":84.599999999999994}',1703697527,'web','73.219.6.51',NULL),(13255,'\\core\\event\\user_graded','core','graded','user','grade_grades',146,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"13\",\"overridden\":false,\"finalgrade\":30}',1703697527,'web','73.219.6.51',NULL),(13256,'\\core\\event\\user_graded','core','graded','user','grade_grades',47,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":144.59999999999999}',1703697527,'web','73.219.6.51',NULL),(13257,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697529,'web','73.219.6.51',NULL),(13258,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1703697602,'web','73.219.6.51',NULL),(13259,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1703697602,'web','73.219.6.51',NULL),(13260,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',25,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u3001\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1703697602,'web','73.219.6.51',NULL),(13261,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1703697602,'web','73.219.6.51',NULL),(13262,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1703697602,'web','73.219.6.51',NULL),(13263,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1703697602,'web','73.219.6.51',NULL),(13264,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1703697602,'web','73.219.6.51',NULL),(13265,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697602,'web','73.219.6.51',NULL),(13266,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697602,'web','73.219.6.51',NULL),(13267,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697602,'web','73.219.6.51',NULL),(13268,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697602,'web','73.219.6.51',NULL),(13269,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697602,'web','73.219.6.51',NULL),(13270,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697602,'web','73.219.6.51',NULL),(13271,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697602,'web','73.219.6.51',NULL),(13272,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697602,'web','73.219.6.51',NULL),(13273,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697602,'web','73.219.6.51',NULL),(13274,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697602,'web','73.219.6.51',NULL),(13275,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',17,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516b\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697603,'web','73.219.6.51',NULL),(13276,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',17,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516b\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697603,'web','73.219.6.51',NULL),(13277,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',20,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e5d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697603,'web','73.219.6.51',NULL),(13278,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',20,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e5d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697603,'web','73.219.6.51',NULL),(13279,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1703697603,'web','73.219.6.51',NULL),(13280,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1703697603,'web','73.219.6.51',NULL),(13281,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697603,'web','73.219.6.51',NULL),(13282,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697603,'web','73.219.6.51',NULL),(13283,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',18,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u524d\\u7f6e\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u627e\\u8cc7\\u6599\\u4e26\\u5beb\\u8a3b\\u89e3\\uff08\\u6b77\\u53f2\\u3001\\u985e\\u578b\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697603,'web','73.219.6.51',NULL),(13284,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',18,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u524d\\u7f6e\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u627e\\u8cc7\\u6599\\u4e26\\u5beb\\u8a3b\\u89e3\\uff08\\u6b77\\u53f2\\u3001\\u985e\\u578b\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697603,'web','73.219.6.51',NULL),(13285,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',19,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u524d\\u7f6e\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u56de\\u7b54\\u300c\\u5167\\u5bb9\\u300d whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697603,'web','73.219.6.51',NULL),(13286,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',19,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u524d\\u7f6e\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u56de\\u7b54\\u300c\\u5167\\u5bb9\\u300d whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697603,'web','73.219.6.51',NULL),(13287,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1703697603,'web','73.219.6.51',NULL),(13288,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1703697603,'web','73.219.6.51',NULL),(13289,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',22,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1703697603,'web','73.219.6.51',NULL),(13290,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',22,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1703697603,'web','73.219.6.51',NULL),(13291,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',16,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1703697603,'web','73.219.6.51',NULL),(13292,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',16,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1703697603,'web','73.219.6.51',NULL),(13293,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',23,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u671f\\u672b\\u5831\\u544a\\u7e73\\u4ea4\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1703697603,'web','73.219.6.51',NULL),(13294,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',24,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u8ab2\\u5f8c\\u56de\\u994b\\u52a0\\u5206\",\"itemtype\":\"manual\",\"itemmodule\":null}',1703697603,'web','73.219.6.51',NULL),(13295,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1703697657,'web','73.219.6.51',NULL),(13296,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',13,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1703697657,'web','73.219.6.51',NULL),(13297,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',25,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u3001\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1703697657,'web','73.219.6.51',NULL),(13298,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1703697657,'web','73.219.6.51',NULL),(13299,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',14,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1703697657,'web','73.219.6.51',NULL),(13300,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',5,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\",\"itemtype\":\"manual\",\"itemmodule\":null}',1703697657,'web','73.219.6.51',NULL),(13301,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',7,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e09\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697657,'web','73.219.6.51',NULL),(13302,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',8,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u56db\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697657,'web','73.219.6.51',NULL),(13303,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',9,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e94\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697658,'web','73.219.6.51',NULL),(13304,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',10,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697658,'web','73.219.6.51',NULL),(13305,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',12,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e03\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697658,'web','73.219.6.51',NULL),(13306,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',17,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u516b\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697658,'web','73.219.6.51',NULL),(13307,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',20,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e5d\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697658,'web','73.219.6.51',NULL),(13308,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1703697658,'web','73.219.6.51',NULL),(13309,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',15,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1703697658,'web','73.219.6.51',NULL),(13310,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',11,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u5916\\u661f\\u4eba\\u7684\\u6559\\u6703\\u89c0\\u5bdf\\u5831\\u544a whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697658,'web','73.219.6.51',NULL),(13311,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',18,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u524d\\u7f6e\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u627e\\u8cc7\\u6599\\u4e26\\u5beb\\u8a3b\\u89e3\\uff08\\u6b77\\u53f2\\u3001\\u985e\\u578b\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697658,'web','73.219.6.51',NULL),(13312,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',19,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u524d\\u7f6e\\u4f5c\\u696d\\u7e73\\u4ea4\\uff1a\\u56de\\u7b54\\u300c\\u5167\\u5bb9\\u300d whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1703697658,'web','73.219.6.51',NULL),(13313,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',21,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u5c0e\\u6f14\\u7406\\u5ff5\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1703697658,'web','73.219.6.51',NULL),(13314,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',22,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u7b2c\\u5341\\u4e00\\u9031\\u8ab2\\u5f8c\\u4f5c\\u696d\\uff1a\\u6232\\u5287\\u67e5\\u7d93\\u2014\\u2014\\u6f14\\u54e1\\u5287\\u672c\\u5206\\u6790\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1703697658,'web','73.219.6.51',NULL),(13315,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',16,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1703697658,'web','73.219.6.51',NULL),(13316,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',16,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1703697658,'web','73.219.6.51',NULL),(13317,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',23,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u671f\\u672b\\u5831\\u544a\\u7e73\\u4ea4\",\"itemtype\":\"mod\",\"itemmodule\":\"assign\"}',1703697658,'web','73.219.6.51',NULL),(13318,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',24,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u8ab2\\u5f8c\\u56de\\u994b\\u52a0\\u5206\",\"itemtype\":\"manual\",\"itemmodule\":null}',1703697658,'web','73.219.6.51',NULL),(13319,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697741,'web','73.219.6.51',NULL),(13320,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703697853,'web','73.219.6.51',NULL),(13321,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,2,2,NULL,0,'null',1703697871,'web','73.219.6.51',NULL),(13322,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1703698201,'web','73.219.6.51',NULL),(13323,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,2,2,NULL,0,'null',1703698470,'web','73.219.6.51',NULL),(13324,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,2,2,NULL,0,'null',1703698589,'web','73.219.6.51',NULL),(13325,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',8,'r',2,71,70,32,2,2,NULL,0,'null',1703698697,'web','73.219.6.51',NULL),(13326,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',10,'r',2,74,70,35,2,2,NULL,0,'null',1703698783,'web','73.219.6.51',NULL),(13327,'\\core\\event\\user_graded','core','graded','user','grade_grades',132,'u',1,16,50,2,2,2,9,0,'{\"itemid\":\"12\",\"overridden\":true,\"finalgrade\":6}',1703698904,'web','73.219.6.51',NULL),(13328,'\\core\\event\\user_graded','core','graded','user','grade_grades',168,'u',1,16,50,2,-1,2,9,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":46}',1703698904,'web','73.219.6.51',NULL),(13329,'\\core\\event\\user_graded','core','graded','user','grade_grades',11,'u',1,16,50,2,-1,2,9,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":68.799999999999997}',1703698904,'web','73.219.6.51',NULL),(13330,'\\core\\event\\user_graded','core','graded','user','grade_grades',80,'u',1,16,50,2,2,2,12,0,'{\"itemid\":\"9\",\"overridden\":true,\"finalgrade\":10}',1703698904,'web','73.219.6.51',NULL),(13331,'\\core\\event\\user_graded','core','graded','user','grade_grades',170,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":38}',1703698904,'web','73.219.6.51',NULL),(13332,'\\core\\event\\user_graded','core','graded','user','grade_grades',26,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":88.200000000000003}',1703698904,'web','73.219.6.51',NULL),(13333,'\\core\\event\\user_graded','core','graded','user','grade_grades',134,'u',1,16,50,2,2,2,12,0,'{\"itemid\":\"12\",\"overridden\":true,\"finalgrade\":6}',1703698904,'web','73.219.6.51',NULL),(13334,'\\core\\event\\user_graded','core','graded','user','grade_grades',170,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":44}',1703698905,'web','73.219.6.51',NULL),(13335,'\\core\\event\\user_graded','core','graded','user','grade_grades',26,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":94.25}',1703698905,'web','73.219.6.51',NULL),(13336,'\\core\\event\\user_graded','core','graded','user','grade_grades',42,'u',1,16,50,2,2,2,20,0,'{\"itemid\":\"7\",\"overridden\":true,\"finalgrade\":10}',1703698905,'web','73.219.6.51',NULL),(13337,'\\core\\event\\user_graded','core','graded','user','grade_grades',177,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"14\",\"overridden\":false,\"finalgrade\":80}',1703698905,'web','73.219.6.51',NULL),(13338,'\\core\\event\\user_graded','core','graded','user','grade_grades',41,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":154}',1703698905,'web','73.219.6.51',NULL),(13339,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703698905,'web','73.219.6.51',NULL),(13340,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,2,2,NULL,0,'null',1703698916,'web','73.219.6.51',NULL),(13341,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,2,2,NULL,0,'null',1703698978,'web','73.219.6.51',NULL),(13342,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',9,'r',2,72,70,33,2,2,NULL,0,'null',1703699064,'web','73.219.6.51',NULL),(13343,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1703699238,'web','73.219.6.51',NULL),(13344,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1703699380,'web','73.219.6.51',NULL),(13345,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1703699536,'web','73.219.6.51',NULL),(13346,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1703699536,'web','73.219.6.51',NULL),(13347,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1703699539,'web','73.219.6.51',NULL),(13348,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1703699539,'web','73.219.6.51',NULL),(13349,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,16,0,'{\"assignid\":\"1\"}',1703699540,'web','73.219.6.51',NULL),(13350,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,17,0,'{\"assignid\":\"1\"}',1703699553,'web','73.219.6.51',NULL),(13351,'\\core\\event\\user_graded','core','graded','user','grade_grades',294,'u',1,16,50,2,2,2,23,0,'{\"itemid\":\"18\",\"overridden\":true,\"finalgrade\":6}',1703699556,'web','73.219.6.51',NULL),(13352,'\\core\\event\\user_graded','core','graded','user','grade_grades',198,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":45}',1703699556,'web','73.219.6.51',NULL),(13353,'\\core\\event\\user_graded','core','graded','user','grade_grades',17,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":141}',1703699556,'web','73.219.6.51',NULL),(13354,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703699556,'web','73.219.6.51',NULL),(13355,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703699572,'web','73.219.6.51',NULL),(13356,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1703699593,'web','73.219.6.51',NULL),(13357,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1703699608,'web','73.219.6.51',NULL),(13358,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703699612,'web','73.219.6.51',NULL),(13359,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',24,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u8ab2\\u5f8c\\u56de\\u994b\\u52a0\\u5206\",\"itemtype\":\"manual\",\"itemmodule\":null}',1703699634,'web','73.219.6.51',NULL),(13360,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',24,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u8ab2\\u5f8c\\u56de\\u994b\\u52a0\\u5206\",\"itemtype\":\"manual\",\"itemmodule\":null}',1703699634,'web','73.219.6.51',NULL),(13361,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',24,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u8ab2\\u5f8c\\u56de\\u994b\\u52a0\\u5206\",\"itemtype\":\"manual\",\"itemmodule\":null}',1703699634,'web','73.219.6.51',NULL),(13362,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',24,'u',0,16,50,2,2,2,NULL,0,'{\"itemname\":\"\\u8ab2\\u5f8c\\u56de\\u994b\\u52a0\\u5206\",\"itemtype\":\"manual\",\"itemmodule\":null}',1703699634,'web','73.219.6.51',NULL),(13363,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703699638,'web','73.219.6.51',NULL),(13364,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,2,2,NULL,0,'null',1703699668,'web','73.219.6.51',NULL),(13365,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',15,'r',2,89,70,50,2,2,NULL,0,'null',1703699680,'web','73.219.6.51',NULL),(13366,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',16,'r',2,89,70,50,2,2,NULL,0,'null',1703699683,'web','73.219.6.51',NULL),(13367,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',17,'r',2,89,70,50,2,2,NULL,0,'null',1703699687,'web','73.219.6.51',NULL),(13368,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',18,'r',2,89,70,50,2,2,NULL,0,'null',1703699689,'web','73.219.6.51',NULL),(13369,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',19,'r',2,89,70,50,2,2,NULL,0,'null',1703699693,'web','73.219.6.51',NULL),(13370,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',12,'r',2,89,70,50,2,2,NULL,0,'null',1703699694,'web','73.219.6.51',NULL),(13371,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',15,'r',2,89,70,50,2,2,NULL,0,'null',1703699694,'web','73.219.6.51',NULL),(13372,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',14,'r',2,89,70,50,2,2,NULL,0,'null',1703699695,'web','73.219.6.51',NULL),(13373,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',16,'r',2,89,70,50,2,2,NULL,0,'null',1703699709,'web','73.219.6.51',NULL),(13374,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',17,'r',2,89,70,50,2,2,NULL,0,'null',1703699709,'web','73.219.6.51',NULL),(13375,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',18,'r',2,89,70,50,2,2,NULL,0,'null',1703699710,'web','73.219.6.51',NULL),(13376,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',19,'r',2,89,70,50,2,2,NULL,0,'null',1703699710,'web','73.219.6.51',NULL),(13377,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',12,'r',2,89,70,50,2,2,NULL,0,'null',1703699711,'web','73.219.6.51',NULL),(13378,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',15,'r',2,89,70,50,2,2,NULL,0,'null',1703699712,'web','73.219.6.51',NULL),(13379,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',14,'r',2,89,70,50,2,2,NULL,0,'null',1703699712,'web','73.219.6.51',NULL),(13380,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,4,0,'{\"assignid\":\"1\"}',1703700005,'web','73.219.6.51',NULL),(13381,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,5,0,'{\"assignid\":\"1\"}',1703700008,'web','73.219.6.51',NULL),(13382,'\\core\\event\\user_graded','core','graded','user','grade_grades',413,'u',1,16,50,2,2,2,16,0,'{\"itemid\":\"24\",\"overridden\":false,\"finalgrade\":2}',1703700012,'web','73.219.6.51',NULL),(13383,'\\core\\event\\user_graded','core','graded','user','grade_grades',408,'u',1,16,50,2,2,2,11,0,'{\"itemid\":\"24\",\"overridden\":false,\"finalgrade\":2}',1703700013,'web','73.219.6.51',NULL),(13384,'\\core\\event\\user_graded','core','graded','user','grade_grades',420,'u',1,16,50,2,2,2,23,0,'{\"itemid\":\"24\",\"overridden\":false,\"finalgrade\":2}',1703700013,'web','73.219.6.51',NULL),(13385,'\\core\\event\\user_graded','core','graded','user','grade_grades',418,'u',1,16,50,2,2,2,21,0,'{\"itemid\":\"24\",\"overridden\":false,\"finalgrade\":2}',1703700013,'web','73.219.6.51',NULL),(13386,'\\core\\event\\user_graded','core','graded','user','grade_grades',411,'u',1,16,50,2,2,2,14,0,'{\"itemid\":\"24\",\"overridden\":false,\"finalgrade\":2}',1703700013,'web','73.219.6.51',NULL),(13387,'\\core\\event\\user_graded','core','graded','user','grade_grades',416,'u',1,16,50,2,2,2,19,0,'{\"itemid\":\"24\",\"overridden\":false,\"finalgrade\":2}',1703700013,'web','73.219.6.51',NULL),(13388,'\\core\\event\\user_graded','core','graded','user','grade_grades',403,'u',1,16,50,2,2,2,6,0,'{\"itemid\":\"24\",\"overridden\":false,\"finalgrade\":2}',1703700013,'web','73.219.6.51',NULL),(13389,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703700013,'web','73.219.6.51',NULL),(13390,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,6,0,'{\"assignid\":\"1\"}',1703700019,'web','73.219.6.51',NULL),(13391,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,7,0,'{\"assignid\":\"1\"}',1703700021,'web','73.219.6.51',NULL),(13392,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,8,0,'{\"assignid\":\"1\"}',1703700023,'web','73.219.6.51',NULL),(13393,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,9,0,'{\"assignid\":\"1\"}',1703700025,'web','73.219.6.51',NULL),(13394,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,10,0,'{\"assignid\":\"1\"}',1703700027,'web','73.219.6.51',NULL),(13395,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,11,0,'{\"assignid\":\"1\"}',1703700029,'web','73.219.6.51',NULL),(13396,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,12,0,'{\"assignid\":\"1\"}',1703700031,'web','73.219.6.51',NULL),(13397,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,13,0,'{\"assignid\":\"1\"}',1703700035,'web','73.219.6.51',NULL),(13398,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,14,0,'{\"assignid\":\"1\"}',1703700038,'web','73.219.6.51',NULL),(13399,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,15,0,'{\"assignid\":\"1\"}',1703700041,'web','73.219.6.51',NULL),(13400,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,16,0,'{\"assignid\":\"1\"}',1703700044,'web','73.219.6.51',NULL),(13401,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,17,0,'{\"assignid\":\"1\"}',1703700049,'web','73.219.6.51',NULL),(13402,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,18,0,'{\"assignid\":\"1\"}',1703700051,'web','73.219.6.51',NULL),(13403,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,19,0,'{\"assignid\":\"1\"}',1703700054,'web','73.219.6.51',NULL),(13404,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,20,0,'{\"assignid\":\"1\"}',1703700056,'web','73.219.6.51',NULL),(13405,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,21,0,'{\"assignid\":\"1\"}',1703700058,'web','73.219.6.51',NULL),(13406,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,22,0,'{\"assignid\":\"1\"}',1703700061,'web','73.219.6.51',NULL),(13407,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,88,70,49,2,2,23,0,'{\"assignid\":\"1\"}',1703700063,'web','73.219.6.51',NULL),(13408,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,2,2,NULL,0,'null',1703700073,'web','73.219.6.51',NULL),(13409,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,2,2,NULL,0,'{\"assignid\":\"2\"}',1703700073,'web','73.219.6.51',NULL),(13410,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,2,2,NULL,0,'null',1703700082,'web','73.219.6.51',NULL),(13411,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,93,70,54,2,2,NULL,0,'{\"assignid\":\"2\"}',1703700082,'web','73.219.6.51',NULL),(13412,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,16,0,'{\"assignid\":\"2\"}',1703700083,'web','73.219.6.51',NULL),(13413,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,4,0,'{\"assignid\":\"2\"}',1703700088,'web','73.219.6.51',NULL),(13414,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,5,0,'{\"assignid\":\"2\"}',1703700090,'web','73.219.6.51',NULL),(13415,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,6,0,'{\"assignid\":\"2\"}',1703700101,'web','73.219.6.51',NULL),(13416,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,7,0,'{\"assignid\":\"2\"}',1703700113,'web','73.219.6.51',NULL),(13417,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,6,0,'{\"assignid\":\"2\"}',1703700114,'web','73.219.6.51',NULL),(13418,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,7,0,'{\"assignid\":\"2\"}',1703700116,'web','73.219.6.51',NULL),(13419,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,8,0,'{\"assignid\":\"2\"}',1703700118,'web','73.219.6.51',NULL),(13420,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,9,0,'{\"assignid\":\"2\"}',1703700120,'web','73.219.6.51',NULL),(13421,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,10,0,'{\"assignid\":\"2\"}',1703700122,'web','73.219.6.51',NULL),(13422,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,11,0,'{\"assignid\":\"2\"}',1703700124,'web','73.219.6.51',NULL),(13423,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,12,0,'{\"assignid\":\"2\"}',1703700126,'web','73.219.6.51',NULL),(13424,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,11,0,'{\"assignid\":\"2\"}',1703700128,'web','73.219.6.51',NULL),(13425,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,12,0,'{\"assignid\":\"2\"}',1703700130,'web','73.219.6.51',NULL),(13426,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,13,0,'{\"assignid\":\"2\"}',1703700133,'web','73.219.6.51',NULL),(13427,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,14,0,'{\"assignid\":\"2\"}',1703700135,'web','73.219.6.51',NULL),(13428,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,15,0,'{\"assignid\":\"2\"}',1703700137,'web','73.219.6.51',NULL),(13429,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,16,0,'{\"assignid\":\"2\"}',1703700139,'web','73.219.6.51',NULL),(13430,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,17,0,'{\"assignid\":\"2\"}',1703700142,'web','73.219.6.51',NULL),(13431,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,16,0,'{\"assignid\":\"2\"}',1703700144,'web','73.219.6.51',NULL),(13432,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,17,0,'{\"assignid\":\"2\"}',1703700148,'web','73.219.6.51',NULL),(13433,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,18,0,'{\"assignid\":\"2\"}',1703700164,'web','73.219.6.51',NULL),(13434,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,19,0,'{\"assignid\":\"2\"}',1703700166,'web','73.219.6.51',NULL),(13435,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,20,0,'{\"assignid\":\"2\"}',1703700168,'web','73.219.6.51',NULL),(13436,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,21,0,'{\"assignid\":\"2\"}',1703700171,'web','73.219.6.51',NULL),(13437,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,22,0,'{\"assignid\":\"2\"}',1703700172,'web','73.219.6.51',NULL),(13438,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,93,70,54,2,2,23,0,'{\"assignid\":\"2\"}',1703700174,'web','73.219.6.51',NULL),(13439,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,2,2,NULL,0,'null',1703700186,'web','73.219.6.51',NULL),(13440,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,2,2,NULL,0,'{\"assignid\":\"3\"}',1703700186,'web','73.219.6.51',NULL),(13441,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,2,2,NULL,0,'null',1703700188,'web','73.219.6.51',NULL),(13442,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,96,70,57,2,2,NULL,0,'{\"assignid\":\"3\"}',1703700188,'web','73.219.6.51',NULL),(13443,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,16,0,'{\"assignid\":\"3\"}',1703700190,'web','73.219.6.51',NULL),(13444,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,4,0,'{\"assignid\":\"3\"}',1703700194,'web','73.219.6.51',NULL),(13445,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,5,0,'{\"assignid\":\"3\"}',1703700198,'web','73.219.6.51',NULL),(13446,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,2,2,NULL,0,'null',1703700203,'web','73.219.6.51',NULL),(13447,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,2,2,NULL,0,'{\"assignid\":\"3\"}',1703700203,'web','73.219.6.51',NULL),(13448,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,2,2,NULL,0,'null',1703700206,'web','73.219.6.51',NULL),(13449,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,5,0,'{\"assignid\":\"3\"}',1703701390,'web','73.219.6.51',NULL),(13450,'\\core\\event\\user_graded','core','graded','user','grade_grades',381,'u',1,16,50,2,2,2,5,0,'{\"itemid\":\"23\",\"overridden\":false,\"finalgrade\":17}',1703702127,'web','73.219.6.51',NULL),(13451,'\\core\\event\\user_graded','core','graded','user','grade_grades',200,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"16\",\"overridden\":false,\"finalgrade\":17}',1703702127,'web','73.219.6.51',NULL),(13452,'\\core\\event\\user_graded','core','graded','user','grade_grades',47,'u',1,16,50,2,-1,2,5,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":160.74000000000001}',1703702127,'web','73.219.6.51',NULL),(13453,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',43,'u',1,96,70,57,2,2,5,0,'null',1703702127,'web','73.219.6.51',NULL),(13454,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,6,0,'{\"assignid\":\"3\"}',1703702128,'web','73.219.6.51',NULL),(13455,'\\core\\event\\notification_sent','core','sent','notification','notifications',1736,'c',0,1,10,0,2,0,5,0,'{\"courseid\":\"2\"}',1703702165,'cli',NULL,NULL),(13456,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,5,0,'{\"assignid\":\"3\"}',1703702339,'web','73.219.6.51',NULL),(13457,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,6,0,'{\"assignid\":\"3\"}',1703702341,'web','73.219.6.51',NULL),(13458,'\\core\\event\\user_graded','core','graded','user','grade_grades',382,'u',1,16,50,2,2,2,6,0,'{\"itemid\":\"23\",\"overridden\":false,\"finalgrade\":14}',1703703086,'web','73.219.6.51',NULL),(13459,'\\core\\event\\user_graded','core','graded','user','grade_grades',201,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"16\",\"overridden\":false,\"finalgrade\":14}',1703703086,'web','73.219.6.51',NULL),(13460,'\\core\\event\\user_graded','core','graded','user','grade_grades',38,'u',1,16,50,2,-1,2,6,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":149.58000000000001}',1703703086,'web','73.219.6.51',NULL),(13461,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',47,'u',1,96,70,57,2,2,6,0,'null',1703703086,'web','73.219.6.51',NULL),(13462,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,7,0,'{\"assignid\":\"3\"}',1703703087,'web','73.219.6.51',NULL),(13463,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,8,0,'{\"assignid\":\"3\"}',1703703092,'web','73.219.6.51',NULL),(13464,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,9,0,'{\"assignid\":\"3\"}',1703703094,'web','73.219.6.51',NULL),(13465,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,10,0,'{\"assignid\":\"3\"}',1703703097,'web','73.219.6.51',NULL),(13466,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,11,0,'{\"assignid\":\"3\"}',1703703099,'web','73.219.6.51',NULL),(13467,'\\core\\event\\notification_sent','core','sent','notification','notifications',1737,'c',0,1,10,0,2,0,6,0,'{\"courseid\":\"2\"}',1703703125,'cli',NULL,NULL),(13468,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703707714,'web','65.154.226.169',NULL),(13469,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,2,2,NULL,0,'null',1703712699,'web','73.219.6.51',NULL),(13470,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,96,70,57,2,2,NULL,0,'{\"assignid\":\"3\"}',1703712699,'web','73.219.6.51',NULL),(13471,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,11,0,'{\"assignid\":\"3\"}',1703712701,'web','73.219.6.51',NULL),(13472,'\\core\\event\\user_graded','core','graded','user','grade_grades',387,'u',1,16,50,2,2,2,11,0,'{\"itemid\":\"23\",\"overridden\":false,\"finalgrade\":20}',1703713410,'web','73.219.6.51',NULL),(13473,'\\core\\event\\user_graded','core','graded','user','grade_grades',205,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"16\",\"overridden\":false,\"finalgrade\":20}',1703713411,'web','73.219.6.51',NULL),(13474,'\\core\\event\\user_graded','core','graded','user','grade_grades',8,'u',1,16,50,2,-1,2,11,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":166.31999999999999}',1703713411,'web','73.219.6.51',NULL),(13475,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',46,'u',1,96,70,57,2,2,11,0,'null',1703713411,'web','73.219.6.51',NULL),(13476,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,12,0,'{\"assignid\":\"3\"}',1703713412,'web','73.219.6.51',NULL),(13477,'\\core\\event\\notification_sent','core','sent','notification','notifications',1738,'c',0,1,10,0,2,0,11,0,'{\"courseid\":\"2\"}',1703713445,'cli',NULL,NULL),(13478,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',44,'u',1,96,70,57,2,2,12,0,'null',1703713799,'web','73.219.6.51',NULL),(13479,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,13,0,'{\"assignid\":\"3\"}',1703713800,'web','73.219.6.51',NULL),(13480,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,12,0,'{\"assignid\":\"3\"}',1703713802,'web','73.219.6.51',NULL),(13481,'\\core\\event\\notification_sent','core','sent','notification','notifications',1739,'c',0,1,10,0,2,0,12,0,'{\"courseid\":\"2\"}',1703713805,'cli',NULL,NULL),(13482,'\\core\\event\\user_graded','core','graded','user','grade_grades',388,'u',1,16,50,2,2,2,12,0,'{\"itemid\":\"23\",\"overridden\":false,\"finalgrade\":20}',1703714095,'web','73.219.6.51',NULL),(13483,'\\core\\event\\user_graded','core','graded','user','grade_grades',206,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"16\",\"overridden\":false,\"finalgrade\":20}',1703714095,'web','73.219.6.51',NULL),(13484,'\\core\\event\\user_graded','core','graded','user','grade_grades',26,'u',1,16,50,2,-1,2,12,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":117}',1703714095,'web','73.219.6.51',NULL),(13485,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',44,'u',1,96,70,57,2,2,12,0,'null',1703714095,'web','73.219.6.51',NULL),(13486,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,13,0,'{\"assignid\":\"3\"}',1703714096,'web','73.219.6.51',NULL),(13487,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,12,0,'{\"assignid\":\"3\"}',1703714102,'web','73.219.6.51',NULL),(13488,'\\core\\event\\notification_sent','core','sent','notification','notifications',1740,'c',0,1,10,0,2,0,12,0,'{\"courseid\":\"2\"}',1703714106,'cli',NULL,NULL),(13489,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703714136,'web','73.219.6.51',NULL),(13490,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1703714142,'web','73.219.6.51',NULL),(13491,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1703714142,'web','73.219.6.51',NULL),(13492,'\\core\\event\\user_updated','core','updated','user','user',12,'u',0,42,30,12,2,0,12,0,'null',1703714159,'web','73.219.6.51',NULL),(13493,'\\core\\event\\user_updated','core','updated','user','user',12,'u',0,42,30,12,2,0,12,0,'null',1703714164,'web','73.219.6.51',NULL),(13494,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',12,'r',0,42,30,12,2,0,12,0,'null',1703714167,'web','73.219.6.51',NULL),(13495,'\\core\\event\\user_loggedinas','core','loggedinas','user','user',2,'r',0,1,10,0,2,0,12,0,'{\"originalusername\":\"\\u8ab2\\u7a0b\\u7ba1\\u7406\\u54e1 Admin\",\"loggedinasusername\":\"\\u80e1 \\u5be7\"}',1703714168,'web','73.219.6.51',2),(13496,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,12,1,NULL,0,'null',1703714169,'web','73.219.6.51',2),(13497,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1703714170,'web','208.87.241.183',NULL),(13498,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',16,'r',2,95,70,56,15,2,NULL,0,'null',1703714170,'web','208.87.241.183',NULL),(13499,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1703714171,'web','73.219.6.51',2),(13500,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,12,2,12,0,'null',1703714175,'web','73.219.6.51',2),(13501,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,12,2,NULL,0,'null',1703714188,'web','73.219.6.51',2),(13502,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',44,'r',2,96,70,57,12,2,12,0,'{\"assignid\":\"3\"}',1703714188,'web','73.219.6.51',2),(13503,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,12,2,NULL,0,'{\"assignid\":\"3\"}',1703714188,'web','73.219.6.51',2),(13504,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,15,2,NULL,0,'null',1703714204,'web','208.87.241.183',NULL),(13505,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,15,2,NULL,0,'null',1703714204,'web','208.87.241.183',NULL),(13506,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,15,2,NULL,0,'null',1703714205,'web','208.87.241.183',NULL),(13507,'\\core\\event\\user_loggedout','core','loggedout','user','user',12,'r',0,1,10,0,12,0,NULL,0,'{\"sessionid\":\"624jbqdov4u6ll8335m05homb7\"}',1703714237,'web','73.219.6.51',NULL),(13508,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1703714241,'web','73.219.6.51',NULL),(13509,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1703714242,'web','73.219.6.51',NULL),(13510,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,2,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1703714250,'web','73.219.6.51',NULL),(13511,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',5,'r',0,16,50,2,2,2,5,0,'{\"courseid\":\"2\",\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1703714256,'web','73.219.6.51',NULL),(13512,'\\core\\event\\user_loggedinas','core','loggedinas','user','user',2,'r',0,1,10,0,2,0,5,0,'{\"originalusername\":\"\\u8ab2\\u7a0b\\u7ba1\\u7406\\u54e1 Admin\",\"loggedinasusername\":\"\\u984f \\u591a\\u5609\"}',1703714258,'web','73.219.6.51',2),(13513,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1703714260,'web','73.219.6.51',2),(13514,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,5,2,5,0,'null',1703714263,'web','73.219.6.51',2),(13515,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,5,2,NULL,0,'null',1703714270,'web','73.219.6.51',2),(13516,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',43,'r',2,96,70,57,5,2,5,0,'{\"assignid\":\"3\"}',1703714270,'web','73.219.6.51',2),(13517,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,5,2,NULL,0,'{\"assignid\":\"3\"}',1703714270,'web','73.219.6.51',2),(13518,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1703714500,'web','73.219.6.51',NULL),(13519,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',44,'u',1,96,70,57,2,2,12,0,'null',1703714649,'web','73.219.6.51',NULL),(13520,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,13,0,'{\"assignid\":\"3\"}',1703714649,'web','73.219.6.51',NULL),(13521,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,14,0,'{\"assignid\":\"3\"}',1703714654,'web','73.219.6.51',NULL),(13522,'\\core\\event\\notification_sent','core','sent','notification','notifications',1741,'c',0,1,10,0,2,0,12,0,'{\"courseid\":\"2\"}',1703714705,'cli',NULL,NULL),(13523,'\\core\\event\\user_graded','core','graded','user','grade_grades',390,'u',1,16,50,2,2,2,14,0,'{\"itemid\":\"23\",\"overridden\":false,\"finalgrade\":6}',1703716154,'web','73.219.6.51',NULL),(13524,'\\core\\event\\user_graded','core','graded','user','grade_grades',208,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"16\",\"overridden\":false,\"finalgrade\":6}',1703716154,'web','73.219.6.51',NULL),(13525,'\\core\\event\\user_graded','core','graded','user','grade_grades',29,'u',1,16,50,2,-1,2,14,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":148.41}',1703716154,'web','73.219.6.51',NULL),(13526,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',42,'u',1,96,70,57,2,2,14,0,'null',1703716154,'web','73.219.6.51',NULL),(13527,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,15,0,'{\"assignid\":\"3\"}',1703716155,'web','73.219.6.51',NULL),(13528,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,16,0,'{\"assignid\":\"3\"}',1703716160,'web','73.219.6.51',NULL),(13529,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703716200,'web','73.219.6.51',NULL),(13530,'\\core\\event\\notification_sent','core','sent','notification','notifications',1742,'c',0,1,10,0,2,0,14,0,'{\"courseid\":\"2\"}',1703716206,'cli',NULL,NULL),(13531,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1703716215,'web','73.219.6.51',NULL),(13532,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1703716215,'web','73.219.6.51',NULL),(13533,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1703716217,'web','73.219.6.51',NULL),(13534,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,2,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1703716223,'web','73.219.6.51',NULL),(13535,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',12,'r',0,16,50,2,2,2,12,0,'{\"courseid\":\"2\",\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1703716228,'web','73.219.6.51',NULL),(13536,'\\core\\event\\user_loggedinas','core','loggedinas','user','user',2,'r',0,1,10,0,2,0,12,0,'{\"originalusername\":\"\\u8ab2\\u7a0b\\u7ba1\\u7406\\u54e1 Admin\",\"loggedinasusername\":\"\\u80e1 \\u5be7\"}',1703716231,'web','73.219.6.51',2),(13537,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1703716232,'web','73.219.6.51',2),(13538,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,12,2,12,0,'null',1703716238,'web','73.219.6.51',2),(13539,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,12,2,NULL,0,'null',1703716246,'web','73.219.6.51',2),(13540,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',44,'r',2,96,70,57,12,2,12,0,'{\"assignid\":\"3\"}',1703716246,'web','73.219.6.51',2),(13541,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,12,2,NULL,0,'{\"assignid\":\"3\"}',1703716246,'web','73.219.6.51',2),(13542,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1703716443,'web','73.219.6.51',NULL),(13543,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703716445,'web','73.219.6.51',NULL),(13544,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1703716458,'web','73.219.6.51',NULL),(13545,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1703725065,'web','208.87.241.183',NULL),(13546,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1703725173,'web','208.87.241.183',NULL),(13547,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1703725174,'web','208.87.241.183',NULL),(13548,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1703725184,'web','208.87.241.183',NULL),(13549,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1703725185,'web','208.87.241.183',NULL),(13550,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1703725187,'web','208.87.241.183',NULL),(13551,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,15,2,NULL,0,'null',1703725199,'web','208.87.241.183',NULL),(13552,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,15,2,NULL,0,'null',1703725200,'web','208.87.241.183',NULL),(13553,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,15,2,NULL,0,'null',1703725200,'web','208.87.241.183',NULL),(13554,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,15,2,NULL,0,'null',1703725201,'web','208.87.241.183',NULL),(13555,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,15,2,NULL,0,'null',1703725202,'web','208.87.241.183',NULL),(13556,'\\core\\event\\user_graded','core','graded','user','grade_grades',392,'u',1,16,50,2,2,2,16,0,'{\"itemid\":\"23\",\"overridden\":false,\"finalgrade\":15}',1703725637,'web','73.219.6.51',NULL),(13557,'\\core\\event\\user_graded','core','graded','user','grade_grades',210,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"16\",\"overridden\":false,\"finalgrade\":15}',1703725637,'web','73.219.6.51',NULL),(13558,'\\core\\event\\user_graded','core','graded','user','grade_grades',2,'u',1,16,50,2,-1,2,16,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":143.46000000000001}',1703725637,'web','73.219.6.51',NULL),(13559,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',41,'u',1,96,70,57,2,2,16,0,'null',1703725637,'web','73.219.6.51',NULL),(13560,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,17,0,'{\"assignid\":\"3\"}',1703725641,'web','73.219.6.51',NULL),(13561,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,18,0,'{\"assignid\":\"3\"}',1703725644,'web','73.219.6.51',NULL),(13562,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,19,0,'{\"assignid\":\"3\"}',1703725645,'web','73.219.6.51',NULL),(13563,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,18,0,'{\"assignid\":\"3\"}',1703725648,'web','73.219.6.51',NULL),(13564,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,19,0,'{\"assignid\":\"3\"}',1703725652,'web','73.219.6.51',NULL),(13565,'\\core\\event\\notification_sent','core','sent','notification','notifications',1743,'c',0,1,10,0,2,0,16,0,'{\"courseid\":\"2\"}',1703725685,'cli',NULL,NULL),(13566,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1703725727,'web','73.219.6.51',NULL),(13567,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,2,0,'null',1703725730,'web','73.219.6.51',NULL),(13568,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,2,2,2,0,'null',1703725734,'web','73.219.6.51',NULL),(13569,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,2,2,13,0,'null',1703725740,'web','73.219.6.51',NULL),(13570,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703743906,'web','117.56.58.51',NULL),(13571,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"yp7\",\"reason\":1}',1703743914,'web','117.56.58.51',NULL),(13572,'\\core\\event\\user_loggedin','core','loggedin','user','user',14,'r',0,1,10,0,14,0,NULL,0,'{\"username\":\"yp7340@gmail.com\",\"extrauserinfo\":[]}',1703743937,'web','117.56.58.51',NULL),(13573,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,14,1,NULL,0,'null',1703743937,'web','117.56.58.51',NULL),(13574,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,14,2,NULL,0,'null',1703743940,'web','117.56.58.51',NULL),(13575,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,14,2,14,0,'null',1703743943,'web','117.56.58.51',NULL),(13576,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703747319,'web','104.245.12.147',NULL),(13577,'\\core\\event\\user_loggedin','core','loggedin','user','user',16,'r',0,1,10,0,16,0,NULL,0,'{\"username\":\"littlebeanxia@163.com\",\"extrauserinfo\":[]}',1703747333,'web','104.245.12.147',NULL),(13578,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,16,1,NULL,0,'null',1703747334,'web','104.245.12.147',NULL),(13579,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,16,2,NULL,0,'null',1703747337,'web','104.245.12.147',NULL),(13580,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,16,2,16,0,'null',1703747340,'web','104.245.12.147',NULL),(13581,'\\core\\event\\notification_sent','core','sent','notification','notifications',1744,'c',0,1,10,0,0,0,16,0,'{\"courseid\":\"1\"}',1703747346,'cli',NULL,NULL),(13582,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703748028,'web','208.87.241.183',NULL),(13583,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1703748046,'web','208.87.241.183',NULL),(13584,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1703748047,'web','208.87.241.183',NULL),(13585,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1703748051,'web','208.87.241.183',NULL),(13586,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703748064,'web','34.245.128.38',NULL),(13587,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,15,2,NULL,0,'null',1703748074,'web','208.87.241.183',NULL),(13588,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,15,2,NULL,0,'null',1703748074,'web','208.87.241.183',NULL),(13589,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,15,2,NULL,0,'null',1703748074,'web','208.87.241.183',NULL),(13590,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,15,2,NULL,0,'null',1703748076,'web','208.87.241.183',NULL),(13591,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,15,2,NULL,0,'null',1703748076,'web','208.87.241.183',NULL),(13592,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703750266,'web','118.169.13.172',NULL),(13593,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703750268,'web','34.86.239.201',NULL),(13594,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703750271,'web','118.169.13.172',NULL),(13595,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703750272,'web','34.86.239.201',NULL),(13596,'\\core\\event\\user_loggedin','core','loggedin','user','user',6,'r',0,1,10,0,6,0,NULL,0,'{\"username\":\"action989@gmail.com\",\"extrauserinfo\":[]}',1703750276,'web','118.169.13.172',NULL),(13597,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,6,1,NULL,0,'null',1703750277,'web','118.169.13.172',NULL),(13598,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703750278,'web','34.86.239.201',NULL),(13599,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,6,2,NULL,0,'null',1703750279,'web','118.169.13.172',NULL),(13600,'\\core\\event\\notification_sent','core','sent','notification','notifications',1745,'c',0,1,10,0,0,0,6,0,'{\"courseid\":\"1\"}',1703750286,'cli',NULL,NULL),(13601,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,6,2,6,0,'null',1703750313,'web','118.169.13.172',NULL),(13602,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703759051,'web','125.229.183.111',NULL),(13603,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1703782529,'web','73.219.6.51',NULL),(13604,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,2,2,NULL,0,'null',1703782529,'web','73.219.6.51',NULL),(13605,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,96,70,57,2,2,NULL,0,'{\"assignid\":\"3\"}',1703782529,'web','73.219.6.51',NULL),(13606,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,19,0,'{\"assignid\":\"3\"}',1703782552,'web','73.219.6.51',NULL),(13607,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703782972,'web','223.141.117.202',NULL),(13608,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1703782997,'web','223.141.117.202',NULL),(13609,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,19,1,NULL,0,'null',1703782997,'web','223.141.117.202',NULL),(13610,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1703782999,'web','223.141.117.202',NULL),(13611,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,19,2,19,0,'null',1703783005,'web','223.141.117.202',NULL),(13612,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,19,2,NULL,0,'null',1703783012,'web','223.141.117.202',NULL),(13613,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,19,2,NULL,0,'{\"assignid\":\"3\"}',1703783012,'web','223.141.117.202',NULL),(13614,'\\core\\event\\notification_sent','core','sent','notification','notifications',1746,'c',0,1,10,0,0,0,19,0,'{\"courseid\":\"1\"}',1703783046,'cli',NULL,NULL),(13615,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,2,2,NULL,0,'null',1703786383,'web','73.219.6.51',NULL),(13616,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,96,70,57,2,2,NULL,0,'{\"assignid\":\"3\"}',1703786383,'web','73.219.6.51',NULL),(13617,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,19,0,'{\"assignid\":\"3\"}',1703786384,'web','73.219.6.51',NULL),(13618,'\\core\\event\\user_graded','core','graded','user','grade_grades',395,'u',1,16,50,2,2,2,19,0,'{\"itemid\":\"23\",\"overridden\":false,\"finalgrade\":18}',1703787704,'web','73.219.6.51',NULL),(13619,'\\core\\event\\user_graded','core','graded','user','grade_grades',212,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"16\",\"overridden\":false,\"finalgrade\":18}',1703787704,'web','73.219.6.51',NULL),(13620,'\\core\\event\\user_graded','core','graded','user','grade_grades',32,'u',1,16,50,2,-1,2,19,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":169.19999999999999}',1703787704,'web','73.219.6.51',NULL),(13621,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',50,'u',1,96,70,57,2,2,19,0,'null',1703787705,'web','73.219.6.51',NULL),(13622,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,20,0,'{\"assignid\":\"3\"}',1703787722,'web','73.219.6.51',NULL),(13623,'\\core\\event\\notification_sent','core','sent','notification','notifications',1747,'c',0,1,10,0,2,0,19,0,'{\"courseid\":\"2\"}',1703787726,'cli',NULL,NULL),(13624,'\\core\\event\\user_graded','core','graded','user','grade_grades',396,'u',1,16,50,2,2,2,20,0,'{\"itemid\":\"23\",\"overridden\":false,\"finalgrade\":17}',1703789066,'web','73.219.6.51',NULL),(13625,'\\core\\event\\user_graded','core','graded','user','grade_grades',213,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"16\",\"overridden\":false,\"finalgrade\":17}',1703789066,'web','73.219.6.51',NULL),(13626,'\\core\\event\\user_graded','core','graded','user','grade_grades',41,'u',1,16,50,2,-1,2,20,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":169.19999999999999}',1703789066,'web','73.219.6.51',NULL),(13627,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',48,'u',1,96,70,57,2,2,20,0,'null',1703789066,'web','73.219.6.51',NULL),(13628,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,21,0,'{\"assignid\":\"3\"}',1703789067,'web','73.219.6.51',NULL),(13629,'\\core\\event\\notification_sent','core','sent','notification','notifications',1748,'c',0,1,10,0,2,0,20,0,'{\"courseid\":\"2\"}',1703789105,'cli',NULL,NULL),(13630,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703789142,'web','27.96.224.186',NULL),(13631,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1703789157,'web','27.96.224.186',NULL),(13632,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,20,1,NULL,0,'null',1703789157,'web','27.96.224.186',NULL),(13633,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,20,2,NULL,0,'null',1703789160,'web','27.96.224.186',NULL),(13634,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,20,2,NULL,0,'null',1703789169,'web','27.96.224.186',NULL),(13635,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',48,'r',2,96,70,57,20,2,20,0,'{\"assignid\":\"3\"}',1703789169,'web','27.96.224.186',NULL),(13636,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,20,2,NULL,0,'{\"assignid\":\"3\"}',1703789169,'web','27.96.224.186',NULL),(13637,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,2,2,NULL,0,'null',1703789662,'web','73.219.6.51',NULL),(13638,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,2,2,NULL,0,'{\"assignid\":\"3\"}',1703789662,'web','73.219.6.51',NULL),(13639,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,2,2,NULL,0,'null',1703789664,'web','73.219.6.51',NULL),(13640,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,96,70,57,2,2,NULL,0,'{\"assignid\":\"3\"}',1703789664,'web','73.219.6.51',NULL),(13641,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,2,2,NULL,0,'null',1703789683,'web','73.219.6.51',NULL),(13642,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',42,'r',2,96,70,57,2,2,14,0,'{\"assignid\":\"3\"}',1703789683,'web','73.219.6.51',NULL),(13643,'\\core\\event\\user_loggedin','core','loggedin','user','user',19,'r',0,1,10,0,19,0,NULL,0,'{\"username\":\"yclmoscow@gmail.com\",\"extrauserinfo\":[]}',1703789782,'web','223.141.117.202',NULL),(13644,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,19,2,NULL,0,'null',1703789783,'web','223.141.117.202',NULL),(13645,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',50,'r',2,96,70,57,19,2,19,0,'{\"assignid\":\"3\"}',1703789783,'web','223.141.117.202',NULL),(13646,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,19,2,NULL,0,'{\"assignid\":\"3\"}',1703789783,'web','223.141.117.202',NULL),(13647,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,2,2,NULL,0,'null',1703789793,'web','73.219.6.51',NULL),(13648,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',48,'r',2,96,70,57,2,2,20,0,'{\"assignid\":\"3\"}',1703789794,'web','73.219.6.51',NULL),(13649,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,19,2,NULL,0,'null',1703789795,'web','223.141.117.202',NULL),(13650,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',50,'r',2,96,70,57,19,2,19,0,'{\"assignid\":\"3\"}',1703789795,'web','223.141.117.202',NULL),(13651,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,19,2,NULL,0,'{\"assignid\":\"3\"}',1703789795,'web','223.141.117.202',NULL),(13652,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,19,0,NULL,0,'null',1703789917,'web','223.141.117.202',NULL),(13653,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,19,2,NULL,0,'null',1703789920,'web','223.141.117.202',NULL),(13654,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,19,2,19,0,'null',1703789922,'web','223.141.117.202',NULL),(13655,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1703794749,'cli',NULL,NULL),(13656,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"en_us\"}',1703794749,'cli',NULL,NULL),(13657,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703797084,'web','208.87.241.183',NULL),(13658,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1703797098,'web','208.87.241.183',NULL),(13659,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,15,2,NULL,0,'null',1703797099,'web','208.87.241.183',NULL),(13660,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1703798845,'web','208.87.241.183',NULL),(13661,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1703798847,'web','208.87.241.183',NULL),(13662,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,15,2,NULL,0,'null',1703798861,'web','208.87.241.183',NULL),(13663,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,15,2,NULL,0,'null',1703798861,'web','208.87.241.183',NULL),(13664,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,15,2,NULL,0,'null',1703798863,'web','208.87.241.183',NULL),(13665,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',196,'c',2,79,70,40,15,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u671f\\u672b\\u4f5c\\u696d<br \\/>\\n\\u8bfa\\u5170\\u7535\\u5f71\\u300a\\u5965\\u672c\\u6d77\\u9ed8\\u300b\\u2014\\u732e\\u7ed9\\u4e24\\u4e2a\\u7537\\u5b69\\u7684\\u793c\\u7269<br \\/>\\n1\\u3001\\u89c6\\u9891\\uff1a\\u5bf9\\u8bdd\\u8bfa\\u5170\\uff01\\u5bfc\\u6f14\\u4eb2\\u81ea\\u89e3\\u5f00\\u300a\\u5965\\u672c\\u6d77\\u9ed8\\u300b\\u7684\\u516d\\u4e2a\\u79d8\\u5bc6<br \\/>\\n\\uff08\\u5f71\\u89c6\\u98d3\\u98ce\\u8bbf\\u8c08\\uff0cbilibili\\uff0c2023.8.30\\uff09<br \\/>\\n2\\u3001\\u89c6\\u9891\\uff1a\\u5bf9\\u8bdd\\u300a\\u5965\\u672c\\u6d77\\u9ed8\\u300b\\u5bfc\\u6f14\\u514b\\u91cc\\u65af\\u6258\\u5f17\\u00b7\\u8bfa\\u5170<br \\/>\\n\\uff08\\u300a\\u84dd\\u7fbd\\u4f1a\\u5ba2\\u5385\\u300b\\uff0c\\u4e2d\\u56fd\\u7535\\u5f71\\u62a5\\u9053\\uff0c\\u592e\\u89c6\\u7f51\\u9009\\uff0c2023.9.1\\uff09<br \\/>\\n3\\u3001\\u89c6\\u9891\\uff1a\\u300a\\u5965\\u672c\\u6d77\\u9ed8\\u300b\\u8d85\\u8c6a\\u534e\\u4e3b\\u521b\\u9635\\u5bb9\\u8bbf\\u8c08<br \\/>\\n\\uff08\\u73af\\u7403\\u5f71\\u4e1a\\uff0c\\u4e2d\\u82f1\\u7cbe\\u6821\\uff0cbilibili\\uff0c<br \\/>\\n2023.7.16\\uff09<br \\/>\\n\\u76f8\\u5bf9\\u5f71\\u8bc4\\u6211\\u66f4\\u559c\\u6b22\\u770b\\u4e3b\\u521b\\u8bbf\\u8c08\\uff0c\\u66f4\\u76f4\\u89c2\\u7684\\u7406\\u89e3\\u4ece\\u539f\\u5f62\\u5230\\u4e3b\\u6f14\\uff0c\\u4ece\\u575a\\u6301\\u5b9e\\u62cd\\u7684\\u539f\\u56e0\\u548c\\u827a\\u672f\\u6280\\u5de7\\u7684\\u5e94\\u7528\\uff0c\\u4e0d\\u662f\\u63ed\\u5bc6\\u800c\\u662f\\u6eaf\\u6e90\\u3002\\u4e5f\\u5305\\u62ec\\u4e86\\u8bfa\\u5170\\u91cd\\u8fd4\\u4e2d\\u56fd\\u7684\\u611f\\u53d7\\u3002\\u8bfa\\u5170\\u6700\\u540e\\u8bf4\\uff1a\\u5bfc\\u6f14\\u9700\\u8981\\u7eaa\\u5f8b\\uff0c\\u800c\\u7f16\\u5267\\u66f4\\u9700\\u8981\\u7075\\u611f.<br \\/>\\n<br \\/>\\n<br \\/>\\n4\\u3001\\u5965\\u672c\\u6d77\\u9ed8\\u5267\\u60c5\\u7b80\\u4ecb\\uff08\\u8c46\\u74e3\\uff09<br \\/>\\n5\\u3001\\u8c46\\u74e32023\\u8bc4\\u5206\\u6700\\u9ad8\\u5916\\u8bed\\u7535\\u5f71No.1\\u300a\\u5965\\u672c\\u6d77\\u9ed8\\u300b8.8\\u5206\\uff08\\u8c46\\u74e3\\uff0c2023.12.26\\uff09<br \\/>\\n6\\u3001\\u8c46\\u74e3\\u5f71\\u8bc4\\uff08\\u5b98\\u8bc4\\uff0c\\u5927\\u4f17\\u8bc4\\u8bba\\uff09<br \\/>\\n<br \\/>\\n\\u770b\\u5b98\\u8bc4\\u4e5f\\u662f\\u53ef\\u4ee5\\u770b\\u5230\\u793e\\u4f1a\\u7684\\u5f15\\u5bfc\\u4e0e\\u65b9\\u5411\\u3001\\u7ecf\\u8fc7\\u4e24\\u5e74\\u4e89\\u5206\\u593a\\u79d2\\u7684\\u7814\\u53d1\\uff0c\\u7855\\u5927\\u7684\\u8611\\u83c7\\u4e91\\u7ec8\\u4e8e\\u5728\\u8352\\u539f\\u7684\\u4e0a\\u7a7a\\u817e\\u8d77\\uff0c\\u4e5f\\u5ba3\\u544a\\u7740\\u7ede\\u8089\\u673a\\u4e00\\u822c\\u7684\\u4e8c\\u6218\\u5373\\u5c06\\u843d\\u4e0b\\u5e37\\u5e55\\uff0c\\u4e00\\u79cd\\u6bc1\\u706d\\u6027\\u7684\\u843d\\u5e55\\u5e26\\u6765\\u53e6\\u4e00\\u79cd\\u6bc1\\u706d\\u7684\\u5f00\\u7aef\\u3002<br \\/>\\n<br \\/>\\n7\\u3001\\u300a\\u7f8e\\u56fd\\u666e\\u7f57\\u7c73\\u4fee\\u65af\\uff1a\\u5965\\u672c\\u6d77\\u9ed8\\u7684\\u80dc\\u5229\\u4e0e\\u60b2\\u5267\\u300b<br \\/>\\n\\uff08Kai Bird\\u3001Martin J. Sherwin\\uff09<br \\/>\\n<br \\/>\\n\\u80dc\\u5229\\u4e0e\\u60b2\\u5267\\u6807\\u9898\\u5c31\\u662f\\u5bf9\\u7535\\u5f71\\u7684\\u9ad8\\u5ea6\\u6982\\u62ec\\uff0c\\u5982\\u679c\\u8bf4\\u7535\\u5f71\\u662f\\u7acb\\u4f53\\u7684\\u5448\\u73b0\\u548c\\u91cd\\u73b0\\uff0c\\u90a3\\u4e66\\u5c31\\u53ef\\u4ee5\\u66f4\\u591a\\u7684\\u76f8\\u50cf\\uff0c\\u5728\\u5b57\\u91cc\\u884c\\u95f4\\u4e0e\\u66f4\\u7cbe\\u51c6\\uff0c\\u800c\\u4e14\\u4f5c\\u8005\\u50cf\\u6258\\u5b64\\u4e00\\u6837\\u7684\\u628a\\u6b64\\u4e8b\\u4ea4\\u7ed9\\u8bfa\\u5170\\u4e5f\\u8ba9\\u6211\\u770b\\u5230\\u4e86\\u8d85\\u51fa\\u7535\\u5f71\\u672c\\u8eab\\u7684\\u4e00\\u4e9b\\u7b26\\u5408\\u795e\\u4e49\\u7684\\u5730\\u65b9<br \\/>\\n<br \\/>\\n8\\u3001\\u300a\\u5965\\u672c\\u6d77\\u9ed8\\u300b\\u666e\\u7f57\\u7c73\\u4fee\\u65af\\u5f0f\\u7684\\u6b89\\u9053\\u8005\\uff08\\u6f8e\\u6e43\\u65b0\\u95fb\\uff0c2023.8.30\\uff09<br \\/>\\n <br \\/>\\n\\u4e3a\\u51e1\\u4eba\\u9001\\u53bb\\u706b\\u7130\\u7684\\u666e\\u7f57\\u7c73\\u4fee\\u65af\\uff0c\\u662f\\u5e0c\\u814a\\u795e\\u8bdd\\u91cc\\u8457\\u540d\\u7684\\u60b2\\u5267\\u4eba\\u7269\\uff0c\\u6216\\u8005\\u4ece\\u53e6\\u4e00\\u4e2a\\u89d2\\u5ea6\\u8bf4\\uff0c\\u4e00\\u4f4d\\u727a\\u7272\\u5c0f\\u6211\\uff0c\\u6210\\u5c31\\u5927\\u6211\\u7684\\u8d85\\u7ea7\\u82f1\\u96c4\\uff0c\\u4ed6\\u662f\\u6b89\\u9053\\u8005\\uff0c\\u4e5f\\u662f\\u5929\\u8c34\\u8005\\u3002<br \\/>\\n\\u5bfc\\u6f14\\u514b\\u91cc\\u65af\\u6258\\u5f17\\u00b7\\u8bfa\\u5170\\u4f3c\\u4e4e\\u6709\\u7740\\u666e\\u7f57\\u7c73\\u4fee\\u65af\\u60c5\\u7ed3\\uff0c\\u4ece\\u5176\\u65e9\\u671f\\u77ed\\u7247\\u300a\\u5854\\u5170\\u53f0\\u62c9\\u300b\\uff08Tarantella\\uff09\\u3001\\u300a\\u76d7\\u7a83\\u7f6a\\u300b\\uff08Larceny\\uff09\\uff0c\\u518d\\u5230\\u957f\\u7247\\u300a\\u8bb0\\u5fc6\\u788e\\u7247\\u300b\\u3001\\u300a\\u5931\\u7720\\u75c7\\u300b\\u3001\\u201c\\u8759\\u8760\\u4fa0\\u201d\\u4e09\\u90e8\\u66f2\\u3001\\u300a\\u4fe1\\u6761\\u300b\\uff0c\\u51e0\\u4e4e\\u6bcf\\u4e00\\u90e8\\u8bfa\\u5170\\u5bfc\\u6f14\\u7684\\u4f5c\\u54c1\\u91cc\\uff0c\\u90fd\\u4f1a\\u51fa\\u73b0\\u4e00\\u4f4d\\u6216\\u591a\\u4f4d\\u9677\\u5165\\u7edd\\u5883\\uff0c\\u5374\\u8089\\u8eab\\u6210\\u5723\\u7684\\u4eba\\u7269\\uff0c\\u800c\\u4f5c\\u4e3a\\u4ee3\\u4ef7\\uff0c\\u4ed6\\u4e0d\\u4e3a\\u5bb6\\u4eba\\u3001\\u56fd\\u5bb6\\u6216\\u4f53\\u5236\\u7b49\\u6240\\u5bb9\\u3002<br \\/>\\n\\u6b64\\u62a5\\u9053\\u8ba9\\u6211\\u8305\\u585e\\u987f\\u5f00\\uff0c\\u5207\\u5165\\u70b9\\u7cbe\\u51c6\\u7684\\u8868\\u8fbe\\u51fa\\u6211\\u9009\\u6b64\\u9898\\u505a\\u62a5\\u544a\\u7684\\u539f\\u56e0\\u4e4b\\u4e00\\u3002<br \\/>\\n<br \\/>\\n9\\u3001\\u4e09\\u4f4d\\u4e00\\u4f53\\u6838\\u5b9e\\u9a8c\\uff08\\u767e\\u5ea6\\u3001\\u7ef4\\u57fa\\uff09<br \\/>\\n\\u8fd9\\u662f\\u6211\\u6700\\u597d\\u5947\\u7684\\u4e00\\u4e2a\\u8bcd\\uff0c\\u663e\\u7136\\u5b83\\u662f\\u4e00\\u4e2a\\u6709\\u80cc\\u666f\\u7684\\u5386\\u53f2\\u8bcd\\u6c47\\uff0c\\u770b\\u4e86\\u4e24\\u79cd\\u4e0d\\u540c\\u7684\\u89e3\\u91ca\\uff0c\\u662f\\u60f3\\u6709\\u66f4\\u591a\\u7684\\u8be0\\u91ca<\\/div>\",\"pathnamehashes\":[],\"discussionid\":9,\"triggeredfrom\":\"forum_add_new_post\"}',1703799041,'web','208.87.241.183',NULL),(13666,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',196,'c',2,79,70,40,15,2,NULL,0,'{\"discussionid\":9,\"forumid\":12,\"forumtype\":\"single\"}',1703799041,'web','208.87.241.183',NULL),(13667,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',149,'c',2,79,70,40,15,2,15,0,'{\"forumid\":12,\"discussion\":9}',1703799041,'web','208.87.241.183',NULL),(13668,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,15,2,NULL,0,'null',1703799042,'web','208.87.241.183',NULL),(13669,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,15,2,NULL,0,'null',1703799055,'web','208.87.241.183',NULL),(13670,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',197,'c',2,82,70,43,15,2,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">1.\\u672c\\u4f5c\\u54c1\\u6709\\u660e\\u986f\\u7684\\u5b97\\u6559\\u529f\\u80fd\\uff08\\u57fa\\u7763\\u6559\\u529f\\u80fd\\uff09\\u55ce\\uff1f<br \\/>\\n\\u7b54\\uff1a\\u6ca1\\u6709\\uff0c\\u867d\\u7136\\u6211\\u5728\\u6b64\\u7535\\u5f71\\u4e2d\\u770b\\u51fa\\u4e00\\u4e9b\\u6709\\u5173\\u5b97\\u6559\\u7684\\u5185\\u5bb9\\uff0c\\u4f46\\u662f\\u5b83\\u5e76\\u4e0d\\u662f\\u5e26\\u6709\\u5b97\\u6559\\u529f\\u80fd\\u7684\\u7535\\u5f71\\uff0c\\u800c\\u4e14\\u5546\\u4e1a\\u5473\\u5341\\u8db3<br \\/>\\n<br \\/>\\na.\\u672c\\u4f5c\\u54c1\\u8ac7\\u8ad6\\u5b97\\u6559\\u4e3b\\u984c\\uff08\\u57fa\\u7763\\u6559\\u4e3b\\u984c\\uff09\\u55ce\\uff1f<br \\/>\\n\\u6ca1\\u6709\\uff0c\\u4f46\\u662f\\u5bf9\\u4e8e\\u4e09\\u4f4d\\u4e00\\u4f53\\u6838\\u5b9e\\u9a8c\\u7684\\u7531\\u6765\\u6211\\u5012\\u662f\\u89c9\\u5f97\\u6709\\u7684\\uff0c\\u4ece\\u79d1\\u5b66\\u51fa\\u4e8e\\u795e\\u5b66\\u7684\\u89d2\\u5ea6\\u5e94\\u8be5\\u7b97\\u6697\\u542b<br \\/>\\nb.\\u672c\\u4f5c\\u54c1\\u6307\\u6d89\\u5b97\\u6559\\u6587\\u672c\\uff08\\u57fa\\u7763\\u6559\\u6587\\u672c\\uff09\\u55ce\\uff1f<br \\/>\\n\\u6ca1\\u6709\\uff0c\\u8fd8\\u662f\\u4e0a\\u4e00\\u9898\\u7684\\u7b54\\u6848<br \\/>\\n<br \\/>\\n2. \\u7d42\\u6975\\u95dc\\u61f7\\uff08\\u53c3\\u8003\\u5927\\u5c0f\\u8abf\\u3001\\u85dd\\u8853\\u4e4b\\u96d9\\u5203\\uff09<br \\/>\\n\\u6709\\u5927\\u6709\\u5c0f<br \\/>\\n\\u8fd9\\u5c31\\u662f\\u8bfa\\u5170\\u7684\\u9b45\\u529b\\uff0c\\u4ed6\\u5728\\u5927\\u5c0f\\u8c03\\u4e2d\\u627e\\u5230\\u4e86\\u4e00\\u79cd\\u795e\\u5947\\u7684\\u5e73\\u8861\\uff0c\\u5728\\u4e00\\u4e2a\\u770b\\u4f3c\\u504f\\u5c0f\\u7684\\u57fa\\u8c03\\u4e2d\\u5374\\u770b\\u7684\\u632f\\u594b\\u4eba\\u5fc3\\uff0c\\u53c8\\u4e0d\\u65f6\\u7684\\u8ba9\\u4eba\\u6709\\u5bf9\\u4eba\\u6027\\u7684\\u5ba1\\u89c6<br \\/>\\n3. \\u672c\\u4f5c\\u54c1\\u5448\\u73fe\\u660e\\u78ba\\u7684\\u7f8e\\u611f\\u55ce\\uff1f\\u6216\\u662f\\u5b83\\u523b\\u610f\\u4e0d\\u7f8e\\uff1f<br \\/>\\n\\u7f8e\\u611f\\u4e2d\\u7684\\u7f8e\\u611f\\uff0c\\u6bcf\\u4e00\\u5e27\\u90fd\\u6070\\u5230\\u597d\\u5904\\u3002<br \\/>\\n<br \\/>\\n4. \\u5b83\\u50b3\\u9054\\u54ea\\u4e9b\\u4fe1\\u606f\\uff1f\\u5b83\\u4fc3\\u4f7f\\u53d7\\u773e\\u505a\\u51fa\\u54ea\\u4e9b\\u56de\\u61c9\\uff1f\\u5b83\\u5982\\u4f55\\u505a\\u5230\\u9019\\u4e9b\\u4e8b\\uff1f<br \\/>\\n\\u4e8c\\u6218\\u4e4b\\u540e\\uff0c\\u9ea6\\u5361\\u9521\\u4e3b\\u4e49\\u5728\\u7f8e\\u56fd\\u6cdb\\u6ee5\\uff0c\\u7531\\u4e8e\\u5965\\u672c\\u6d77\\u9ed8\\u8ba4\\u8bc6\\u591a\\u4f4d\\u5171\\u4ea7\\u4e3b\\u4e49\\u4eba\\u58eb\\uff0c\\u4ed6\\u6210\\u4e3a\\u4e8620\\u4e16\\u7eaa50\\u5e74\\u4ee3\\u7f8e\\u56fd\\u53cd\\u5171\\u3001\\u53cd\\u82cf\\u6c1b\\u56f4\\u7684\\u727a\\u7272\\u54c1\\u3002\\u5982\\u679c\\u5f71\\u7247\\u4ec5\\u4ec5\\u505c\\u7559\\u5728\\u8fd9\\u91cc\\uff0c\\u90a3\\u5c31\\u4e0d\\u662f\\u8bfa\\u5170\\u5bfc\\u6f14\\u4e86\\u3002\\u7247\\u4e2d\\uff0c\\u901a\\u8fc7\\u5c0f\\u7f57\\u4f2f\\u7279\\u00b7\\u5510\\u5c3c\\u9970\\u6f14\\u7684\\u8def\\u6613\\u65af\\u00b7\\u65bd\\u7279\\u52b3\\u65af\\u7684\\u5486\\u54ee\\uff0c\\u63d0\\u4f9b\\u4e86\\u89c2\\u5bdf\\u5965\\u672c\\u6d77\\u9ed8\\u7684\\u53e6\\u4e00\\u4e2a\\u89c6\\u89d2\\uff0c\\u800c\\u5f15\\u5b50\\u6b63\\u662f\\u524d\\u6587\\u63d0\\u5230\\u7684\\u90a3\\u6bb5\\u4f20\\u8bb0\\u53d9\\u8ff0\\u3002\\u5728\\u65bd\\u7279\\u52b3\\u65af\\u770b\\u6765\\uff0c\\u5965\\u672c\\u6d77\\u9ed8\\u6e05\\u695a\\u77e5\\u9053\\u539f\\u5b50\\u5f39\\u7684\\u8bde\\u751f\\uff0c\\u4f1a\\u5bf9\\u6218\\u4e89\\u3001\\u5bf9\\u672a\\u6765\\u4e16\\u754c\\u4ea7\\u751f\\u600e\\u6837\\u7684\\u5f71\\u54cd\\uff0c\\u4f46\\u7528\\u65bd\\u7279\\u52b3\\u65af\\u7684\\u8bdd\\u8bf4\\uff0c\\u5982\\u679c\\u73b0\\u5728\\u518d\\u8ba9\\u5965\\u672c\\u6d77\\u9ed8\\u91cd\\u65b0\\u9009\\u62e9\\u4e00\\u6b21\\u7684\\u8bdd\\uff0c\\u4ed6\\u4ecd\\u7136\\u4f1a\\u4e3b\\u5bfc\\u201c\\u66fc\\u54c8\\u987f\\u8ba1\\u5212\\u201d\\u3002\\u5965\\u672c\\u6d77\\u9ed8\\u6253\\u5f00\\u4e86\\u6f58\\u591a\\u62c9\\u9b54\\u76d2\\uff0c\\u5374\\u53c8\\u5e0c\\u671b\\u540e\\u4eba\\u7406\\u89e3\\u4ed6\\u5f53\\u65f6\\u7684\\u8feb\\u4e0d\\u5f97\\u5df2\\uff0c\\u6218\\u540e\\u88ab\\u7f8e\\u56fd\\u53cd\\u5171\\u6d6a\\u6f6e\\u7684\\u7834\\u574f\\uff0c\\u53c8\\u6b63\\u597d\\u8ba9\\u5965\\u672c\\u6d77\\u9ed8\\u6210\\u4e3a\\u4e00\\u540d\\u6b89\\u9053\\u8005\\u3002<br \\/>\\n<br \\/>\\n\\u4e8b\\u5b9e\\u4e0a\\uff0c\\u8bfa\\u5170\\u5bfc\\u6f14\\u6b64\\u756a\\u4e00\\u53cd\\u5e38\\u6001\\uff0c\\u5728\\u5f71\\u7247\\u91cc\\u4e00\\u6b21\\u53c8\\u4e00\\u6b21\\u70b9\\u9898\\u201c\\u6b89\\u9053\\u201d\\uff0c\\u7247\\u5c3e\\u5965\\u672c\\u6d77\\u9ed8\\u59bb\\u5b50\\u5728\\u81ea\\u5bb6\\u9662\\u5b50\\u91cc\\u7275\\u8d77\\u5965\\u672c\\u6d77\\u9ed8\\u7684\\u624b\\uff0c\\u4ecd\\u7136\\u518d\\u6b21\\u53d1\\u95ee\\uff0c\\u201c\\u5982\\u6b64\\u6b89\\u9053\\u4e4b\\u540e\\uff0c\\u4e16\\u4eba\\u662f\\u5426\\u4f1a\\u56e0\\u6b64\\u539f\\u8c05\\u4f60\\uff1f\\u201d\\u539f\\u5b50\\u5f39\\u4ee5\\u53ca\\u5965\\u672c\\u6d77\\u9ed8\\u6781\\u529b\\u53cd\\u5bf9\\u7684\\u6c22\\u5f39\\uff0c\\u90fd\\u8ba9\\u4e16\\u4eba\\u8eab\\u9677\\u6838\\u6050\\u6016\\u4e4b\\u4e2d\\uff0c\\u53ef\\u6b63\\u662f\\u56e0\\u4e3a\\u5927\\u56fd\\u4e4b\\u95f4\\u5b58\\u5728\\u4e86\\u76f8\\u4e92\\u4fdd\\u8bc1\\u6bc1\\u706d\\u7684\\u80fd\\u529b\\uff0c\\u6784\\u5efa\\u4e86\\u4e8c\\u6218\\u540e\\u7684\\u5927\\u56fd\\u4e4b\\u95f4\\u76f8\\u5bf9\\u548c\\u5e73\\u3002\\u5728\\u7b14\\u8005\\u770b\\u6765\\uff0c\\u7247\\u4e2d\\u5f15\\u7528\\u300a\\u8584\\u4f3d\\u68b5\\u6b4c\\u300b\\u4e00\\u53e5\\u201c\\u6211\\u662f\\u6b7b\\u795e\\uff0c\\u4e16\\u754c\\u7684\\u6bc1\\u706d\\u8005\\u201d\\uff0c\\u4e0d\\u5982\\u8fd9\\u53e5\\u201c\\u4ece\\u4e8b\\u5fc5\\u8981\\u7684\\u884c\\u52a8\\u5427\\uff01\\u884c\\u52a8\\u603b\\u6bd4\\u4e0d\\u884c\\u52a8\\u597d\\uff1b\\u5982\\u679c\\u4f60\\u62d2\\u7edd\\u884c\\u52a8\\uff0c\\u6050\\u6015\\u751f\\u547d\\u90fd\\u96be\\u7ef4\\u6301\\u201d\\u3002\\uff08\\u6458\\u81ea\\u56db\\u5ddd\\u4eba\\u6c11\\u51fa\\u7248\\u793e2015\\u7248\\u300a\\u8584\\u4f3d\\u68b5\\u6b4c\\u300b\\u7b2c\\u4e09\\u7ae0\\uff09<\\/div>\",\"pathnamehashes\":[],\"discussionid\":10,\"triggeredfrom\":\"forum_add_new_post\"}',1703801390,'web','208.87.241.183',NULL),(13671,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',197,'c',2,82,70,43,15,2,NULL,0,'{\"discussionid\":10,\"forumid\":13,\"forumtype\":\"single\"}',1703801390,'web','208.87.241.183',NULL),(13672,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',150,'c',2,82,70,43,15,2,15,0,'{\"forumid\":13,\"discussion\":10}',1703801390,'web','208.87.241.183',NULL),(13673,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,15,2,NULL,0,'null',1703801391,'web','208.87.241.183',NULL),(13674,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,15,2,NULL,0,'null',1703801414,'web','208.87.241.183',NULL),(13675,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,15,2,NULL,0,'null',1703801415,'web','208.87.241.183',NULL),(13676,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,15,2,NULL,0,'null',1703801415,'web','208.87.241.183',NULL),(13677,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,15,2,NULL,0,'null',1703801417,'web','208.87.241.183',NULL),(13678,'\\core\\event\\notification_sent','core','sent','notification','notifications',1749,'c',0,1,10,0,15,0,15,0,'{\"courseid\":\"2\"}',1703802666,'cli',NULL,NULL),(13679,'\\core\\event\\notification_sent','core','sent','notification','notifications',1750,'c',0,1,10,0,15,0,6,0,'{\"courseid\":\"2\"}',1703802669,'cli',NULL,NULL),(13680,'\\core\\event\\notification_sent','core','sent','notification','notifications',1751,'c',0,1,10,0,15,0,11,0,'{\"courseid\":\"2\"}',1703802672,'cli',NULL,NULL),(13681,'\\core\\event\\notification_sent','core','sent','notification','notifications',1752,'c',0,1,10,0,15,0,23,0,'{\"courseid\":\"2\"}',1703802675,'cli',NULL,NULL),(13682,'\\core\\event\\notification_sent','core','sent','notification','notifications',1753,'c',0,1,10,0,15,0,12,0,'{\"courseid\":\"2\"}',1703802678,'cli',NULL,NULL),(13683,'\\core\\event\\notification_sent','core','sent','notification','notifications',1754,'c',0,1,10,0,15,0,13,0,'{\"courseid\":\"2\"}',1703802681,'cli',NULL,NULL),(13684,'\\core\\event\\notification_sent','core','sent','notification','notifications',1755,'c',0,1,10,0,15,0,5,0,'{\"courseid\":\"2\"}',1703802684,'cli',NULL,NULL),(13685,'\\core\\event\\notification_sent','core','sent','notification','notifications',1756,'c',0,1,10,0,15,0,21,0,'{\"courseid\":\"2\"}',1703802687,'cli',NULL,NULL),(13686,'\\core\\event\\notification_sent','core','sent','notification','notifications',1757,'c',0,1,10,0,15,0,20,0,'{\"courseid\":\"2\"}',1703802690,'cli',NULL,NULL),(13687,'\\core\\event\\notification_sent','core','sent','notification','notifications',1758,'c',0,1,10,0,15,0,16,0,'{\"courseid\":\"2\"}',1703802693,'cli',NULL,NULL),(13688,'\\core\\event\\notification_sent','core','sent','notification','notifications',1759,'c',0,1,10,0,15,0,22,0,'{\"courseid\":\"2\"}',1703802696,'cli',NULL,NULL),(13689,'\\core\\event\\notification_sent','core','sent','notification','notifications',1760,'c',0,1,10,0,15,0,2,0,'{\"courseid\":\"2\"}',1703802698,'cli',NULL,NULL),(13690,'\\core\\event\\notification_sent','core','sent','notification','notifications',1761,'c',0,1,10,0,15,0,19,0,'{\"courseid\":\"2\"}',1703802701,'cli',NULL,NULL),(13691,'\\core\\event\\notification_sent','core','sent','notification','notifications',1762,'c',0,1,10,0,15,0,14,0,'{\"courseid\":\"2\"}',1703802704,'cli',NULL,NULL),(13692,'\\core\\event\\notification_sent','core','sent','notification','notifications',1763,'c',0,1,10,0,15,0,15,0,'{\"courseid\":\"2\"}',1703805007,'cli',NULL,NULL),(13693,'\\core\\event\\notification_sent','core','sent','notification','notifications',1764,'c',0,1,10,0,15,0,6,0,'{\"courseid\":\"2\"}',1703805010,'cli',NULL,NULL),(13694,'\\core\\event\\notification_sent','core','sent','notification','notifications',1765,'c',0,1,10,0,15,0,11,0,'{\"courseid\":\"2\"}',1703805012,'cli',NULL,NULL),(13695,'\\core\\event\\notification_sent','core','sent','notification','notifications',1766,'c',0,1,10,0,15,0,23,0,'{\"courseid\":\"2\"}',1703805015,'cli',NULL,NULL),(13696,'\\core\\event\\notification_sent','core','sent','notification','notifications',1767,'c',0,1,10,0,15,0,12,0,'{\"courseid\":\"2\"}',1703805018,'cli',NULL,NULL),(13697,'\\core\\event\\notification_sent','core','sent','notification','notifications',1768,'c',0,1,10,0,15,0,13,0,'{\"courseid\":\"2\"}',1703805021,'cli',NULL,NULL),(13698,'\\core\\event\\notification_sent','core','sent','notification','notifications',1769,'c',0,1,10,0,15,0,5,0,'{\"courseid\":\"2\"}',1703805023,'cli',NULL,NULL),(13699,'\\core\\event\\notification_sent','core','sent','notification','notifications',1770,'c',0,1,10,0,15,0,21,0,'{\"courseid\":\"2\"}',1703805026,'cli',NULL,NULL),(13700,'\\core\\event\\notification_sent','core','sent','notification','notifications',1771,'c',0,1,10,0,15,0,20,0,'{\"courseid\":\"2\"}',1703805029,'cli',NULL,NULL),(13701,'\\core\\event\\notification_sent','core','sent','notification','notifications',1772,'c',0,1,10,0,15,0,16,0,'{\"courseid\":\"2\"}',1703805033,'cli',NULL,NULL),(13702,'\\core\\event\\notification_sent','core','sent','notification','notifications',1773,'c',0,1,10,0,15,0,22,0,'{\"courseid\":\"2\"}',1703805035,'cli',NULL,NULL),(13703,'\\core\\event\\notification_sent','core','sent','notification','notifications',1774,'c',0,1,10,0,15,0,2,0,'{\"courseid\":\"2\"}',1703805038,'cli',NULL,NULL),(13704,'\\core\\event\\notification_sent','core','sent','notification','notifications',1775,'c',0,1,10,0,15,0,19,0,'{\"courseid\":\"2\"}',1703805040,'cli',NULL,NULL),(13705,'\\core\\event\\notification_sent','core','sent','notification','notifications',1776,'c',0,1,10,0,15,0,14,0,'{\"courseid\":\"2\"}',1703805043,'cli',NULL,NULL),(13706,'\\mod_forum\\event\\course_module_instance_list_viewed','mod_forum','viewed','course_module_instance_list',NULL,NULL,'r',0,16,50,2,2,2,NULL,0,'null',1703810649,'web','73.219.6.51',NULL),(13707,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703810652,'web','73.219.6.51',NULL),(13708,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703810656,'web','73.219.6.51',NULL),(13709,'\\core\\event\\user_graded','core','graded','user','grade_grades',286,'u',1,16,50,2,2,2,15,0,'{\"itemid\":\"18\",\"overridden\":true,\"finalgrade\":6}',1703810671,'web','73.219.6.51',NULL),(13710,'\\core\\event\\user_graded','core','graded','user','grade_grades',191,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":18}',1703810671,'web','73.219.6.51',NULL),(13711,'\\core\\event\\user_graded','core','graded','user','grade_grades',20,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":97.5}',1703810671,'web','73.219.6.51',NULL),(13712,'\\core\\event\\user_graded','core','graded','user','grade_grades',307,'u',1,16,50,2,2,2,15,0,'{\"itemid\":\"19\",\"overridden\":true,\"finalgrade\":6}',1703810671,'web','73.219.6.51',NULL),(13713,'\\core\\event\\user_graded','core','graded','user','grade_grades',191,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":24}',1703810671,'web','73.219.6.51',NULL),(13714,'\\core\\event\\user_graded','core','graded','user','grade_grades',20,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":105}',1703810671,'web','73.219.6.51',NULL),(13715,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703810671,'web','73.219.6.51',NULL),(13716,'\\core\\event\\user_graded','core','graded','user','grade_grades',389,'u',1,16,50,2,2,2,13,0,'{\"itemid\":\"23\",\"overridden\":true,\"finalgrade\":0}',1703810707,'web','73.219.6.51',NULL),(13717,'\\core\\event\\user_graded','core','graded','user','grade_grades',207,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"16\",\"overridden\":false,\"finalgrade\":0}',1703810707,'web','73.219.6.51',NULL),(13718,'\\core\\event\\user_graded','core','graded','user','grade_grades',23,'u',1,16,50,2,-1,2,13,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":122.04000000000001}',1703810707,'web','73.219.6.51',NULL),(13719,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703810707,'web','73.219.6.51',NULL),(13720,'\\core\\event\\user_graded','core','graded','user','grade_grades',397,'u',1,16,50,2,2,2,21,0,'{\"itemid\":\"23\",\"overridden\":false,\"finalgrade\":10}',1703812997,'web','73.219.6.51',NULL),(13721,'\\core\\event\\user_graded','core','graded','user','grade_grades',214,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"16\",\"overridden\":false,\"finalgrade\":10}',1703812997,'web','73.219.6.51',NULL),(13722,'\\core\\event\\user_graded','core','graded','user','grade_grades',70,'u',1,16,50,2,-1,2,21,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":134.46000000000001}',1703812997,'web','73.219.6.51',NULL),(13723,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',45,'u',1,96,70,57,2,2,21,0,'null',1703812997,'web','73.219.6.51',NULL),(13724,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,22,0,'{\"assignid\":\"3\"}',1703812998,'web','73.219.6.51',NULL),(13725,'\\core\\event\\notification_sent','core','sent','notification','notifications',1777,'c',0,1,10,0,2,0,21,0,'{\"courseid\":\"2\"}',1703813045,'cli',NULL,NULL),(13726,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,5,0,'{\"assignid\":\"3\"}',1703813104,'web','73.219.6.51',NULL),(13727,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,6,0,'{\"assignid\":\"3\"}',1703813107,'web','73.219.6.51',NULL),(13728,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,7,0,'{\"assignid\":\"3\"}',1703813109,'web','73.219.6.51',NULL),(13729,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,8,0,'{\"assignid\":\"3\"}',1703813111,'web','73.219.6.51',NULL),(13730,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,9,0,'{\"assignid\":\"3\"}',1703813115,'web','73.219.6.51',NULL),(13731,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,10,0,'{\"assignid\":\"3\"}',1703813117,'web','73.219.6.51',NULL),(13732,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,11,0,'{\"assignid\":\"3\"}',1703813118,'web','73.219.6.51',NULL),(13733,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,12,0,'{\"assignid\":\"3\"}',1703813123,'web','73.219.6.51',NULL),(13734,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,13,0,'{\"assignid\":\"3\"}',1703813126,'web','73.219.6.51',NULL),(13735,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,14,0,'{\"assignid\":\"3\"}',1703813128,'web','73.219.6.51',NULL),(13736,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,22,0,'{\"assignid\":\"3\"}',1703813164,'web','73.219.6.51',NULL),(13737,'\\core\\event\\user_graded','core','graded','user','grade_grades',398,'u',1,16,50,2,2,2,22,0,'{\"itemid\":\"23\",\"overridden\":false,\"finalgrade\":12}',1703814179,'web','73.219.6.51',NULL),(13738,'\\core\\event\\user_graded','core','graded','user','grade_grades',215,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"16\",\"overridden\":false,\"finalgrade\":12}',1703814179,'web','73.219.6.51',NULL),(13739,'\\core\\event\\user_graded','core','graded','user','grade_grades',14,'u',1,16,50,2,-1,2,22,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":146.16}',1703814179,'web','73.219.6.51',NULL),(13740,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',51,'u',1,96,70,57,2,2,22,0,'null',1703814179,'web','73.219.6.51',NULL),(13741,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,23,0,'{\"assignid\":\"3\"}',1703814180,'web','73.219.6.51',NULL),(13742,'\\core\\event\\notification_sent','core','sent','notification','notifications',1778,'c',0,1,10,0,2,0,22,0,'{\"courseid\":\"2\"}',1703814184,'cli',NULL,NULL),(13743,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,11,0,'{\"assignid\":\"3\"}',1703814191,'web','73.219.6.51',NULL),(13744,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,2,2,NULL,0,'null',1703814264,'web','73.219.6.51',NULL),(13745,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,96,70,57,2,2,NULL,0,'{\"assignid\":\"3\"}',1703814264,'web','73.219.6.51',NULL),(13746,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,20,0,'{\"assignid\":\"3\"}',1703814265,'web','73.219.6.51',NULL),(13747,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,23,0,'{\"assignid\":\"3\"}',1703814272,'web','73.219.6.51',NULL),(13748,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1703814288,'web','73.219.6.51',NULL),(13749,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703814290,'web','73.219.6.51',NULL),(13750,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,2,2,NULL,0,'null',1703814366,'web','73.219.6.51',NULL),(13751,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,2,2,NULL,0,'{\"assignid\":\"1\"}',1703814366,'web','73.219.6.51',NULL),(13752,'\\core\\event\\user_graded','core','graded','user','grade_grades',362,'u',1,16,50,2,2,2,7,0,'{\"itemid\":\"22\",\"overridden\":true,\"finalgrade\":6}',1703814428,'web','73.219.6.51',NULL),(13753,'\\core\\event\\user_graded','core','graded','user','grade_grades',184,'u',1,16,50,2,-1,2,7,0,'{\"itemid\":\"15\",\"overridden\":false,\"finalgrade\":12}',1703814428,'web','73.219.6.51',NULL),(13754,'\\core\\event\\user_graded','core','graded','user','grade_grades',35,'u',1,16,50,2,-1,2,7,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":81}',1703814428,'web','73.219.6.51',NULL),(13755,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703814429,'web','73.219.6.51',NULL),(13756,'\\core\\event\\user_graded','core','graded','user','grade_grades',399,'u',1,16,50,2,2,2,23,0,'{\"itemid\":\"23\",\"overridden\":false,\"finalgrade\":11}',1703815120,'web','73.219.6.51',NULL),(13757,'\\core\\event\\user_graded','core','graded','user','grade_grades',216,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"16\",\"overridden\":false,\"finalgrade\":11}',1703815121,'web','73.219.6.51',NULL),(13758,'\\core\\event\\user_graded','core','graded','user','grade_grades',17,'u',1,16,50,2,-1,2,23,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":146.69999999999999}',1703815121,'web','73.219.6.51',NULL),(13759,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',49,'u',1,96,70,57,2,2,23,0,'null',1703815121,'web','73.219.6.51',NULL),(13760,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,4,0,'{\"assignid\":\"3\"}',1703815122,'web','73.219.6.51',NULL),(13761,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,2,2,NULL,0,'null',1703815133,'web','73.219.6.51',NULL),(13762,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,2,2,NULL,0,'{\"assignid\":\"3\"}',1703815133,'web','73.219.6.51',NULL),(13763,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,2,2,NULL,0,'null',1703815135,'web','73.219.6.51',NULL),(13764,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,96,70,57,2,2,NULL,0,'{\"assignid\":\"3\"}',1703815135,'web','73.219.6.51',NULL),(13765,'\\core\\event\\notification_sent','core','sent','notification','notifications',1779,'c',0,1,10,0,2,0,23,0,'{\"courseid\":\"2\"}',1703815145,'cli',NULL,NULL),(13766,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,2,2,NULL,0,'null',1703815300,'web','73.219.6.51',NULL),(13767,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,2,2,NULL,0,'{\"assignid\":\"3\"}',1703815300,'web','73.219.6.51',NULL),(13768,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,2,2,NULL,0,'null',1703815302,'web','73.219.6.51',NULL),(13769,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,2,2,NULL,0,'{\"assignid\":\"3\"}',1703815302,'web','73.219.6.51',NULL),(13770,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1703815303,'web','73.219.6.51',NULL),(13771,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1703815306,'web','73.219.6.51',NULL),(13772,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703815308,'web','73.219.6.51',NULL),(13773,'\\core\\event\\user_graded','core','graded','user','grade_grades',383,'u',1,16,50,2,2,2,7,0,'{\"itemid\":\"23\",\"overridden\":true,\"finalgrade\":7}',1703816315,'web','73.219.6.51',NULL),(13774,'\\core\\event\\user_graded','core','graded','user','grade_grades',202,'u',1,16,50,2,-1,2,7,0,'{\"itemid\":\"16\",\"overridden\":false,\"finalgrade\":7}',1703816315,'web','73.219.6.51',NULL),(13775,'\\core\\event\\user_graded','core','graded','user','grade_grades',35,'u',1,16,50,2,-1,2,7,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":86.159999999999997}',1703816315,'web','73.219.6.51',NULL),(13776,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703816315,'web','73.219.6.51',NULL),(13777,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,2,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1703817152,'web','73.219.6.51',NULL),(13778,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703817306,'web','73.219.6.51',NULL),(13779,'\\gradeexport_ods\\event\\grade_exported','gradeexport_ods','exported','grade',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703817317,'web','73.219.6.51',NULL),(13780,'\\gradeexport_xls\\event\\grade_exported','gradeexport_xls','exported','grade',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703817325,'web','73.219.6.51',NULL),(13781,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1703817586,'web','73.219.6.51',NULL),(13782,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,2,2,NULL,0,'null',1703818977,'web','73.219.6.51',NULL),(13783,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,2,2,NULL,0,'{\"assignid\":\"3\"}',1703818977,'web','73.219.6.51',NULL),(13784,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,2,2,NULL,0,'null',1703818979,'web','73.219.6.51',NULL),(13785,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,96,70,57,2,2,NULL,0,'{\"assignid\":\"3\"}',1703818980,'web','73.219.6.51',NULL),(13786,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703819345,'web','208.87.241.183',NULL),(13787,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703820274,'web','208.87.241.183',NULL),(13788,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1703820278,'web','208.87.241.183',NULL),(13789,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1703820280,'web','208.87.241.183',NULL),(13790,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"reason\":3}',1703820282,'web','208.87.241.183',NULL),(13791,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703820558,'web','208.87.241.183',NULL),(13792,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703820560,'web','208.87.241.183',NULL),(13793,'\\core\\event\\user_loggedin','core','loggedin','user','user',15,'r',0,1,10,0,15,0,NULL,0,'{\"username\":\"58031860@qq.com\",\"extrauserinfo\":[]}',1703820574,'web','208.87.241.183',NULL),(13794,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1703820575,'web','208.87.241.183',NULL),(13795,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1703820577,'web','208.87.241.183',NULL),(13796,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,15,2,NULL,0,'null',1703820590,'web','208.87.241.183',NULL),(13797,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,15,2,NULL,0,'{\"assignid\":\"3\"}',1703820590,'web','208.87.241.183',NULL),(13798,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,15,2,NULL,0,'null',1703820600,'web','208.87.241.183',NULL),(13799,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,96,70,57,15,2,15,0,'{\"assignid\":\"3\"}',1703820600,'web','208.87.241.183',NULL),(13800,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,15,2,NULL,0,'null',1703820653,'web','208.87.241.183',NULL),(13801,'\\assignsubmission_file\\event\\assessable_uploaded','assignsubmission_file','uploaded','assessable','assign_submission',61,'c',2,96,70,57,15,2,NULL,0,'{\"content\":\"\",\"pathnamehashes\":[\"78d53e5d2096ca2cf113b949931472baf313390f\"]}',1703820653,'web','208.87.241.183',NULL),(13802,'\\assignsubmission_file\\event\\submission_created','assignsubmission_file','created','submission','assignsubmission_file',36,'c',2,96,70,57,15,2,15,0,'{\"submissionid\":\"61\",\"submissionattempt\":\"0\",\"submissionstatus\":\"submitted\",\"filesubmissioncount\":1,\"groupid\":0,\"groupname\":null}',1703820653,'web','208.87.241.183',NULL),(13803,'\\core\\event\\notification_sent','core','sent','notification','notifications',1780,'c',0,1,10,0,0,0,15,0,'{\"courseid\":\"2\"}',1703820656,'web','208.87.241.183',NULL),(13804,'\\core\\event\\notification_sent','core','sent','notification','notifications',1781,'c',0,1,10,0,15,0,2,0,'{\"courseid\":\"2\"}',1703820658,'web','208.87.241.183',NULL),(13805,'\\mod_assign\\event\\assessable_submitted','mod_assign','submitted','assessable','assign_submission',61,'u',2,96,70,57,15,2,NULL,0,'{\"submission_editable\":true}',1703820658,'web','208.87.241.183',NULL),(13806,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,15,2,NULL,0,'null',1703820658,'web','208.87.241.183',NULL),(13807,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,96,70,57,15,2,15,0,'{\"assignid\":\"3\"}',1703820658,'web','208.87.241.183',NULL),(13808,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,15,2,NULL,0,'null',1703820658,'web','208.87.241.183',NULL),(13809,'\\mod_assign\\event\\submission_form_viewed','mod_assign','viewed','submission_form',NULL,NULL,'r',0,96,70,57,15,2,15,0,'{\"assignid\":\"3\"}',1703820658,'web','208.87.241.183',NULL),(13810,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,15,2,NULL,0,'null',1703820864,'web','208.87.241.183',NULL),(13811,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,15,2,NULL,0,'{\"assignid\":\"2\"}',1703820864,'web','208.87.241.183',NULL),(13812,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,15,2,NULL,0,'null',1703820874,'web','208.87.241.183',NULL),(13813,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1703821172,'web','73.219.6.51',NULL),(13814,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,2,2,NULL,0,'null',1703821255,'web','73.219.6.51',NULL),(13815,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,2,2,NULL,0,'{\"assignid\":\"3\"}',1703821255,'web','73.219.6.51',NULL),(13816,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,2,2,NULL,0,'null',1703821258,'web','73.219.6.51',NULL),(13817,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,96,70,57,2,2,NULL,0,'{\"assignid\":\"3\"}',1703821258,'web','73.219.6.51',NULL),(13818,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,16,0,'{\"assignid\":\"3\"}',1703821260,'web','73.219.6.51',NULL),(13819,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,15,0,'{\"assignid\":\"3\"}',1703821267,'web','73.219.6.51',NULL),(13820,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,14,0,'{\"assignid\":\"3\"}',1703821304,'web','73.219.6.51',NULL),(13821,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,2,2,NULL,0,'null',1703821316,'web','73.219.6.51',NULL),(13822,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,96,70,57,2,2,NULL,0,'{\"assignid\":\"3\"}',1703821316,'web','73.219.6.51',NULL),(13823,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,14,0,'{\"assignid\":\"3\"}',1703821317,'web','73.219.6.51',NULL),(13824,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,15,0,'{\"assignid\":\"3\"}',1703821320,'web','73.219.6.51',NULL),(13825,'\\core\\event\\user_graded','core','graded','user','grade_grades',391,'u',1,16,50,2,2,2,15,0,'{\"itemid\":\"23\",\"overridden\":false,\"finalgrade\":3}',1703821932,'web','73.219.6.51',NULL),(13826,'\\core\\event\\user_graded','core','graded','user','grade_grades',209,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"16\",\"overridden\":false,\"finalgrade\":3}',1703821932,'web','73.219.6.51',NULL),(13827,'\\core\\event\\user_graded','core','graded','user','grade_grades',20,'u',1,16,50,2,-1,2,15,0,'{\"itemid\":\"1\",\"overridden\":false,\"finalgrade\":100.8}',1703821932,'web','73.219.6.51',NULL),(13828,'\\mod_assign\\event\\submission_graded','mod_assign','graded','submission','assign_grades',58,'u',1,96,70,57,2,2,15,0,'null',1703821932,'web','73.219.6.51',NULL),(13829,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,15,0,'{\"assignid\":\"3\"}',1703821933,'web','73.219.6.51',NULL),(13830,'\\core\\event\\notification_sent','core','sent','notification','notifications',1782,'c',0,1,10,0,2,0,15,0,'{\"courseid\":\"2\"}',1703821984,'cli',NULL,NULL),(13831,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1703821988,'web','118.167.8.120',NULL),(13832,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,11,2,NULL,0,'null',1703821988,'web','118.167.8.120',NULL),(13833,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',46,'r',2,96,70,57,11,2,11,0,'{\"assignid\":\"3\"}',1703821988,'web','118.167.8.120',NULL),(13834,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,11,2,NULL,0,'{\"assignid\":\"3\"}',1703821988,'web','118.167.8.120',NULL),(13835,'\\core\\event\\notification_sent','core','sent','notification','notifications',1783,'c',0,1,10,0,0,0,11,0,'{\"courseid\":\"1\"}',1703822045,'cli',NULL,NULL),(13836,'\\core\\event\\user_loggedout','core','loggedout','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"sessionid\":\"ncukdqkphej0h1tnbtbglncbdl\"}',1703822165,'web','118.167.8.120',NULL),(13837,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703822165,'web','118.167.8.120',NULL),(13838,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703822636,'web','49.216.188.11',NULL),(13839,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703822912,'web','34.145.227.243',NULL),(13840,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,15,1,NULL,0,'null',1703823764,'web','208.87.241.183',NULL),(13841,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,15,2,NULL,0,'null',1703823768,'web','208.87.241.183',NULL),(13842,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,15,2,NULL,0,'null',1703823780,'web','208.87.241.183',NULL),(13843,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',58,'r',2,96,70,57,15,2,15,0,'{\"assignid\":\"3\"}',1703823780,'web','208.87.241.183',NULL),(13844,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,15,2,NULL,0,'{\"assignid\":\"3\"}',1703823780,'web','208.87.241.183',NULL),(13845,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,15,2,NULL,0,'null',1703823780,'web','208.87.241.183',NULL),(13846,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',58,'r',2,96,70,57,15,2,15,0,'{\"assignid\":\"3\"}',1703823780,'web','208.87.241.183',NULL),(13847,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,15,2,NULL,0,'{\"assignid\":\"3\"}',1703823780,'web','208.87.241.183',NULL),(13848,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,15,2,NULL,0,'null',1703824242,'web','208.87.241.183',NULL),(13849,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,15,2,NULL,0,'{\"assignid\":\"2\"}',1703824242,'web','208.87.241.183',NULL),(13850,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,15,2,NULL,0,'null',1703824242,'web','208.87.241.183',NULL),(13851,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,15,2,NULL,0,'{\"assignid\":\"2\"}',1703824242,'web','208.87.241.183',NULL),(13852,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,15,2,NULL,0,'null',1703824260,'web','208.87.241.183',NULL),(13853,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,15,2,NULL,0,'null',1703824903,'web','208.87.241.183',NULL),(13854,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',58,'r',2,96,70,57,15,2,15,0,'{\"assignid\":\"3\"}',1703824903,'web','208.87.241.183',NULL),(13855,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,15,2,NULL,0,'{\"assignid\":\"3\"}',1703824903,'web','208.87.241.183',NULL),(13856,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703830115,'web','43.206.155.92',NULL),(13857,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703830119,'web','43.206.155.92',NULL),(13858,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703838421,'web','118.167.8.120',NULL),(13859,'\\core\\event\\user_loggedin','core','loggedin','user','user',11,'r',0,1,10,0,11,0,NULL,0,'{\"username\":\"chun16972@gmail.com\",\"extrauserinfo\":[]}',1703838425,'web','118.167.8.120',NULL),(13860,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1703838425,'web','118.167.8.120',NULL),(13861,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1703838428,'web','118.167.8.120',NULL),(13862,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,11,2,NULL,0,'null',1703838432,'web','118.167.8.120',NULL),(13863,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',46,'r',2,96,70,57,11,2,11,0,'{\"assignid\":\"3\"}',1703838433,'web','118.167.8.120',NULL),(13864,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,11,2,NULL,0,'{\"assignid\":\"3\"}',1703838433,'web','118.167.8.120',NULL),(13865,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,11,1,NULL,0,'null',1703838557,'web','118.167.8.120',NULL),(13866,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,11,2,NULL,0,'null',1703838559,'web','118.167.8.120',NULL),(13867,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,11,2,11,0,'null',1703838561,'web','118.167.8.120',NULL),(13868,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703883616,'web','52.31.34.236',NULL),(13869,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703884385,'web','221.179.144.153',NULL),(13870,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1703904929,'web','118.167.25.200',NULL),(13871,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704010097,'web','125.229.183.111',NULL),(13872,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704035486,'web','125.229.183.111',NULL),(13873,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704039598,'web','125.229.183.111',NULL),(13874,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1704039604,'web','125.229.183.111',NULL),(13875,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1704039605,'web','125.229.183.111',NULL),(13876,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,22,2,NULL,0,'null',1704039607,'web','125.229.183.111',NULL),(13877,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,22,2,22,0,'null',1704039610,'web','125.229.183.111',NULL),(13878,'\\core\\event\\user_loggedout','core','loggedout','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"sessionid\":\"69fmf1gjkqgg11o2dgr2ag54ua\"}',1704039744,'web','125.229.183.111',NULL),(13879,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704039744,'web','125.229.183.111',NULL),(13880,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704068982,'web','183.136.225.44',NULL),(13881,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704105164,'web','125.229.183.111',NULL),(13882,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704119137,'web','123.117.112.123',NULL),(13883,'\\core\\event\\user_loggedin','core','loggedin','user','user',12,'r',0,1,10,0,12,0,NULL,0,'{\"username\":\"fishalive@sohu.com\",\"extrauserinfo\":[]}',1704119145,'web','123.117.112.123',NULL),(13884,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,12,1,NULL,0,'null',1704119145,'web','123.117.112.123',NULL),(13885,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1704119152,'web','123.117.112.123',NULL),(13886,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,12,2,NULL,0,'null',1704119170,'web','123.117.112.123',NULL),(13887,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',44,'r',2,96,70,57,12,2,12,0,'{\"assignid\":\"3\"}',1704119171,'web','123.117.112.123',NULL),(13888,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,12,2,NULL,0,'{\"assignid\":\"3\"}',1704119171,'web','123.117.112.123',NULL),(13889,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,12,2,NULL,0,'null',1704119414,'web','123.117.112.123',NULL),(13890,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,12,2,NULL,0,'null',1704119430,'web','123.117.112.123',NULL),(13891,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,12,2,NULL,0,'null',1704119446,'web','123.117.112.123',NULL),(13892,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',38,'r',2,93,70,54,12,2,12,0,'{\"assignid\":\"2\"}',1704119446,'web','123.117.112.123',NULL),(13893,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,12,2,NULL,0,'{\"assignid\":\"2\"}',1704119446,'web','123.117.112.123',NULL),(13894,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,12,2,NULL,0,'null',1704119464,'web','123.117.112.123',NULL),(13895,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',16,'r',2,88,70,49,12,2,12,0,'{\"assignid\":\"1\"}',1704119464,'web','123.117.112.123',NULL),(13896,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,12,2,NULL,0,'{\"assignid\":\"1\"}',1704119464,'web','123.117.112.123',NULL),(13897,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1704119480,'web','123.117.112.123',NULL),(13898,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,12,2,12,0,'null',1704119489,'web','123.117.112.123',NULL),(13899,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',11,'r',2,78,70,39,12,2,NULL,0,'null',1704119602,'web','123.117.112.123',NULL),(13900,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,12,2,NULL,0,'null',1704119637,'web','123.117.112.123',NULL),(13901,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,12,2,12,0,'null',1704119643,'web','123.117.112.123',NULL),(13902,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,12,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1704119644,'web','123.117.112.123',NULL),(13903,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',23,'r',0,16,50,2,12,2,23,0,'{\"courseid\":\"2\",\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1704119651,'web','123.117.112.123',NULL),(13904,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,12,2,12,0,'null',1704119656,'web','123.117.112.123',NULL),(13905,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704123549,'web','3.249.18.201',NULL),(13906,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704170339,'web','111.83.15.29',NULL),(13907,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704174136,'web','73.219.6.51',NULL),(13908,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1704174142,'web','73.219.6.51',NULL),(13909,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1704174143,'web','73.219.6.51',NULL),(13910,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1704174146,'web','73.219.6.51',NULL),(13911,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,2,2,NULL,0,'null',1704174151,'web','73.219.6.51',NULL),(13912,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,2,2,NULL,0,'{\"assignid\":\"3\"}',1704174151,'web','73.219.6.51',NULL),(13913,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,2,2,NULL,0,'null',1704174152,'web','73.219.6.51',NULL),(13914,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,96,70,57,2,2,NULL,0,'{\"assignid\":\"3\"}',1704174152,'web','73.219.6.51',NULL),(13915,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,2,2,NULL,0,'null',1704174163,'web','73.219.6.51',NULL),(13916,'\\mod_assign\\event\\grading_table_viewed','mod_assign','viewed','grading_table',NULL,NULL,'r',1,96,70,57,2,2,NULL,0,'{\"assignid\":\"3\"}',1704174163,'web','73.219.6.51',NULL),(13917,'\\mod_assign\\event\\grading_form_viewed','mod_assign','viewed','grading_form',NULL,NULL,'r',1,96,70,57,2,2,15,0,'{\"assignid\":\"3\"}',1704174165,'web','73.219.6.51',NULL),(13918,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704183077,'web','157.230.236.85',NULL),(13919,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704190925,'web','123.58.219.139',NULL),(13920,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704190925,'web','123.58.219.139',NULL),(13921,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704190925,'web','123.58.219.139',NULL),(13922,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704190928,'web','123.58.219.139',NULL),(13923,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704190930,'web','123.58.219.139',NULL),(13924,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704190931,'web','123.58.219.139',NULL),(13925,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704190931,'web','123.58.219.139',NULL),(13926,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704190931,'web','123.58.219.139',NULL),(13927,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704190931,'web','123.58.219.139',NULL),(13928,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704190931,'web','123.58.219.139',NULL),(13929,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704190931,'web','123.58.219.139',NULL),(13930,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704190933,'web','123.58.219.139',NULL),(13931,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704190934,'web','123.58.219.139',NULL),(13932,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704190934,'web','123.58.219.139',NULL),(13933,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704190934,'web','123.58.219.139',NULL),(13934,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704190934,'web','123.58.219.139',NULL),(13935,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704265672,'web','51.81.46.212',NULL),(13936,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704268791,'web','101.68.211.2',NULL),(13937,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704269611,'web','101.68.211.2',NULL),(13938,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704352863,'web','34.245.128.38',NULL),(13939,'\\core\\event\\notification_sent','core','sent','notification','notifications',1784,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1704460266,'cli',NULL,NULL),(13940,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704468622,'web','52.31.34.236',NULL),(13941,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704469162,'web','35.215.94.161',NULL),(13942,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1704485301,'web','73.219.6.51',NULL),(13943,'\\core\\event\\config_log_created','core','created','config_log','config_log',1835,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"getstatslocktimeout\",\"oldvalue\":null,\"value\":\"900\",\"plugin\":\"quiz_statistics\"}',1704486153,'web','73.219.6.51',NULL),(13944,'\\core\\event\\config_log_created','core','created','config_log','config_log',1836,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"sitenameintitle\",\"oldvalue\":null,\"value\":\"shortname\",\"plugin\":null}',1704486153,'web','73.219.6.51',NULL),(13945,'\\report_loglive\\event\\report_viewed','report_loglive','viewed','report',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1704486232,'web','73.219.6.51',NULL),(13946,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704527161,'web','147.92.179.119',NULL),(13947,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704549171,'web','54.78.20.51',NULL),(13948,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704619264,'web','34.245.128.38',NULL),(13949,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704651547,'web','199.45.155.34',NULL),(13950,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704655220,'web','199.45.154.18',NULL),(13951,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704680076,'web','118.232.112.215',NULL),(13952,'\\core\\event\\user_loggedin','core','loggedin','user','user',5,'r',0,1,10,0,5,0,NULL,0,'{\"username\":\"himynameisdoga@gmail.com\",\"extrauserinfo\":[]}',1704680086,'web','118.232.112.215',NULL),(13953,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,5,1,NULL,0,'null',1704680086,'web','118.232.112.215',NULL),(13954,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1704680089,'web','118.232.112.215',NULL),(13955,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,5,2,5,0,'null',1704680091,'web','118.232.112.215',NULL),(13956,'\\core\\event\\notification_sent','core','sent','notification','notifications',1785,'c',0,1,10,0,0,0,5,0,'{\"courseid\":\"1\"}',1704680106,'cli',NULL,NULL),(13957,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,5,2,NULL,0,'null',1704680139,'web','118.232.112.215',NULL),(13958,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',43,'r',2,96,70,57,5,2,5,0,'{\"assignid\":\"3\"}',1704680139,'web','118.232.112.215',NULL),(13959,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,5,2,NULL,0,'{\"assignid\":\"3\"}',1704680139,'web','118.232.112.215',NULL),(13960,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,5,0,NULL,0,'null',1704680258,'web','118.232.112.215',NULL),(13961,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,5,2,NULL,0,'null',1704680262,'web','118.232.112.215',NULL),(13962,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,16,50,2,5,2,5,0,'null',1704680264,'web','118.232.112.215',NULL),(13963,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704776687,'web','3.255.191.4',NULL),(13964,'\\core\\event\\user_loggedin','core','loggedin','user','user',20,'r',0,1,10,0,20,0,NULL,0,'{\"username\":\"kohsinchen1992@gmail.com\",\"extrauserinfo\":[]}',1704792193,'web','122.118.30.29',NULL),(13965,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,20,2,NULL,0,'null',1704792194,'web','122.118.30.29',NULL),(13966,'\\mod_assign\\event\\feedback_viewed','mod_assign','viewed','feedback','assign_grades',48,'r',2,96,70,57,20,2,20,0,'{\"assignid\":\"3\"}',1704792194,'web','122.118.30.29',NULL),(13967,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,20,2,NULL,0,'{\"assignid\":\"3\"}',1704792194,'web','122.118.30.29',NULL),(13968,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704810211,'web','125.229.183.111',NULL),(13969,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704815648,'web','147.92.179.107',NULL),(13970,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1704939697,'web','223.138.184.161',NULL),(13971,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705011974,'web','147.92.179.108',NULL),(13972,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705053630,'web','52.31.34.236',NULL),(13973,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705219275,'web','40.77.167.235',NULL),(13974,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705219501,'web','40.77.167.35',NULL),(13975,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705219506,'web','40.77.167.235',NULL),(13976,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705219523,'web','40.77.167.10',NULL),(13977,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705220513,'web','52.167.144.233',NULL),(13978,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705224064,'web','3.251.239.21',NULL),(13979,'\\core\\event\\notification_sent','core','sent','notification','notifications',1786,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1705270266,'cli',NULL,NULL),(13980,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705299926,'web','111.83.45.143',NULL),(13981,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705301866,'web','111.83.45.143',NULL),(13982,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705301874,'web','111.83.45.143',NULL),(13983,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705301875,'web','111.83.45.143',NULL),(13984,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705301878,'web','111.83.45.143',NULL),(13985,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705315237,'web','40.77.167.255',NULL),(13986,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705334869,'web','157.55.39.54',NULL),(13987,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705395470,'web','143.244.132.185',NULL),(13988,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705452443,'web','40.77.167.52',NULL),(13989,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"reason\":3}',1705459505,'web','184.22.64.77',NULL),(13990,'\\core\\event\\user_loggedin','core','loggedin','user','user',9,'r',0,1,10,0,9,0,NULL,0,'{\"username\":\"jungsupp623@gmail.com\",\"extrauserinfo\":[]}',1705459564,'web','184.22.64.77',NULL),(13991,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',14,'r',2,83,70,44,9,2,NULL,0,'null',1705459564,'web','184.22.64.77',NULL),(13992,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',3,'r',2,31,70,12,9,2,NULL,0,'null',1705459577,'web','184.22.64.77',NULL),(13993,'\\core\\event\\notification_sent','core','sent','notification','notifications',1787,'c',0,1,10,0,0,0,9,0,'{\"courseid\":\"1\"}',1705459626,'cli',NULL,NULL),(13994,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,9,2,NULL,0,'null',1705459642,'web','184.22.64.77',NULL),(13995,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',6,'r',2,55,70,16,9,2,NULL,0,'null',1705459644,'web','184.22.64.77',NULL),(13996,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,9,2,NULL,0,'null',1705459672,'web','184.22.64.77',NULL),(13997,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,9,2,NULL,0,'null',1705459678,'web','184.22.64.77',NULL),(13998,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',10,'r',2,61,70,22,9,2,NULL,0,'null',1705459741,'web','184.22.64.77',NULL),(13999,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',11,'r',2,62,70,23,9,2,NULL,0,'null',1705459777,'web','184.22.64.77',NULL),(14000,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',12,'r',2,63,70,24,9,2,NULL,0,'null',1705459798,'web','184.22.64.77',NULL),(14001,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',16,'r',2,68,70,29,9,2,NULL,0,'null',1705459828,'web','184.22.64.77',NULL),(14002,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,9,2,NULL,0,'null',1705459860,'web','184.22.64.77',NULL),(14003,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',18,'r',2,70,70,31,9,2,NULL,0,'null',1705459880,'web','184.22.64.77',NULL),(14004,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',19,'r',2,73,70,34,9,2,NULL,0,'null',1705459904,'web','184.22.64.77',NULL),(14005,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1705459930,'web','184.22.64.77',NULL),(14006,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',20,'r',2,75,70,36,9,2,NULL,0,'null',1705459937,'web','184.22.64.77',NULL),(14007,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1705459960,'web','184.22.64.77',NULL),(14008,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',21,'r',2,76,70,37,9,2,NULL,0,'null',1705459963,'web','184.22.64.77',NULL),(14009,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1705459984,'web','184.22.64.77',NULL),(14010,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',22,'r',2,77,70,38,9,2,NULL,0,'null',1705459987,'web','184.22.64.77',NULL),(14011,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1705460015,'web','184.22.64.77',NULL),(14012,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',23,'r',2,80,70,41,9,2,NULL,0,'null',1705460025,'web','184.22.64.77',NULL),(14013,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1705460051,'web','184.22.64.77',NULL),(14014,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',3,'r',2,81,70,42,9,2,NULL,0,'null',1705460056,'web','184.22.64.77',NULL),(14015,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1705460061,'web','184.22.64.77',NULL),(14016,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',25,'r',2,85,70,46,9,2,NULL,0,'null',1705460073,'web','184.22.64.77',NULL),(14017,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1705460096,'web','184.22.64.77',NULL),(14018,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',24,'r',2,84,70,45,9,2,NULL,0,'null',1705460110,'web','184.22.64.77',NULL),(14019,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1705460128,'web','184.22.64.77',NULL),(14020,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',26,'r',2,86,70,47,9,2,NULL,0,'null',1705460134,'web','184.22.64.77',NULL),(14021,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,9,2,NULL,0,'null',1705460152,'web','184.22.64.77',NULL),(14022,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',1,'r',2,88,70,49,9,2,NULL,0,'null',1705460154,'web','184.22.64.77',NULL),(14023,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,88,70,49,9,2,NULL,0,'{\"assignid\":\"1\"}',1705460154,'web','184.22.64.77',NULL),(14024,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',29,'r',2,91,70,52,9,2,NULL,0,'null',1705460160,'web','184.22.64.77',NULL),(14025,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',2,'r',2,93,70,54,9,2,NULL,0,'null',1705460180,'web','184.22.64.77',NULL),(14026,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,93,70,54,9,2,NULL,0,'{\"assignid\":\"2\"}',1705460180,'web','184.22.64.77',NULL),(14027,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',31,'r',2,94,70,55,9,2,NULL,0,'null',1705460183,'web','184.22.64.77',NULL),(14028,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',16,'r',2,95,70,56,9,2,NULL,0,'null',1705460202,'web','184.22.64.77',NULL),(14029,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,9,2,NULL,0,'null',1705460214,'web','184.22.64.77',NULL),(14030,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,9,2,NULL,0,'null',1705460221,'web','184.22.64.77',NULL),(14031,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,9,2,NULL,0,'null',1705460226,'web','184.22.64.77',NULL),(14032,'\\mod_assign\\event\\course_module_viewed','mod_assign','viewed','course_module','assign',3,'r',2,96,70,57,9,2,NULL,0,'null',1705460244,'web','184.22.64.77',NULL),(14033,'\\mod_assign\\event\\submission_status_viewed','mod_assign','viewed','submission_status',NULL,NULL,'r',0,96,70,57,9,2,NULL,0,'{\"assignid\":\"3\"}',1705460244,'web','184.22.64.77',NULL),(14034,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,9,2,NULL,0,'null',1705460248,'web','184.22.64.77',NULL),(14035,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,9,2,NULL,0,'null',1705460268,'web','184.22.64.77',NULL),(14036,'\\core\\event\\user_loggedout','core','loggedout','user','user',9,'r',0,1,10,0,9,0,NULL,0,'{\"sessionid\":\"0gtlch9gq5s477gjeh0nrlvt4r\"}',1705460385,'web','184.22.64.77',NULL),(14037,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705460385,'web','184.22.64.77',NULL),(14038,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705547516,'web','51.81.245.138',NULL),(14039,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705547525,'web','128.199.62.55',NULL),(14040,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705547530,'web','128.199.62.55',NULL),(14041,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705547535,'web','45.134.140.133',NULL),(14042,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705547542,'web','128.199.62.55',NULL),(14043,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705547635,'web','157.97.122.8',NULL),(14044,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705547635,'web','3.79.100.96',NULL),(14045,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705547636,'web','35.90.241.64',NULL),(14046,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705547636,'web','161.35.246.138',NULL),(14047,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705547639,'web','45.15.157.177',NULL),(14048,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705547988,'web','65.154.226.168',NULL),(14049,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705551394,'web','5.164.29.116',NULL),(14050,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705553643,'web','205.169.39.132',NULL),(14051,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705553652,'web','205.169.39.132',NULL),(14052,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705557535,'web','81.217.68.120',NULL),(14053,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705558456,'web','133.242.174.119',NULL),(14054,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705574055,'web','171.244.43.14',NULL),(14055,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705590871,'web','47.88.5.56',NULL),(14056,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705593705,'web','5.164.29.116',NULL),(14057,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705603202,'web','195.211.77.140',NULL),(14058,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705603421,'web','195.211.77.142',NULL),(14059,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705623157,'web','175.182.9.196',NULL),(14060,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705623173,'web','175.182.9.196',NULL),(14061,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705638617,'web','52.31.34.236',NULL),(14062,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705688631,'web','176.53.223.59',NULL),(14063,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705718221,'web','138.68.73.159',NULL),(14064,'\\core\\event\\notification_sent','core','sent','notification','notifications',1788,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1705788665,'cli',NULL,NULL),(14065,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705828863,'web','3.254.49.192',NULL),(14066,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705831793,'web','35.86.80.133',NULL),(14067,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705845962,'web','193.32.162.180',NULL),(14068,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705851148,'web','13.201.172.202',NULL),(14069,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705931419,'web','147.92.179.117',NULL),(14070,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705931419,'web','147.92.179.115',NULL),(14071,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1705981019,'web','198.235.24.102',NULL),(14072,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706006467,'web','125.229.183.111',NULL),(14073,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706036962,'web','199.45.155.34',NULL),(14074,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706043676,'web','199.45.155.34',NULL),(14075,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706061754,'web','203.72.182.35',NULL),(14076,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706142584,'web','125.229.183.111',NULL),(14077,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706147997,'web','52.167.144.175',NULL),(14078,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706194494,'web','54.88.179.33',NULL),(14079,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706194495,'web','54.88.179.33',NULL),(14080,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706213660,'web','52.167.144.216',NULL),(14081,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1706213947,'cli',NULL,NULL),(14082,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706219404,'web','35.171.144.152',NULL),(14083,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706219405,'web','35.171.144.152',NULL),(14084,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706223613,'web','52.31.34.236',NULL),(14085,'\\core\\event\\notification_sent','core','sent','notification','notifications',1789,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1706307066,'cli',NULL,NULL),(14086,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706329513,'web','95.217.18.177',NULL),(14087,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706329518,'web','95.217.18.177',NULL),(14088,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706371728,'web','205.210.31.131',NULL),(14089,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706400016,'web','40.77.167.53',NULL),(14090,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706433663,'web','3.254.49.192',NULL),(14091,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706443781,'web','205.210.31.3',NULL),(14092,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706510159,'web','42.76.69.181',NULL),(14093,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706514166,'web','198.235.24.167',NULL),(14094,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706527986,'web','144.91.106.14',NULL),(14095,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706527987,'web','144.91.106.14',NULL),(14096,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706543435,'web','40.77.167.143',NULL),(14097,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706567803,'web','52.167.144.233',NULL),(14098,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706574597,'web','180.251.228.158',NULL),(14099,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706574601,'web','180.251.228.158',NULL),(14100,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706574602,'web','180.251.228.158',NULL),(14101,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706612928,'web','164.92.189.208',NULL),(14102,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706642196,'web','52.167.144.188',NULL),(14103,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706664310,'web','92.118.39.249',NULL),(14104,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706693577,'web','180.251.228.158',NULL),(14105,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706693578,'web','180.251.228.158',NULL),(14106,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706695904,'web','40.77.167.25',NULL),(14107,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706696605,'web','95.217.18.177',NULL),(14108,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706715645,'web','34.247.180.245',NULL),(14109,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706808619,'web','52.31.34.236',NULL),(14110,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706917421,'web','125.229.183.111',NULL),(14111,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706933728,'web','51.81.46.212',NULL),(14112,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1706973613,'web','198.235.24.35',NULL),(14113,'\\core\\event\\notification_sent','core','sent','notification','notifications',1790,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1706998266,'cli',NULL,NULL),(14114,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707038463,'web','3.254.49.192',NULL),(14115,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707065272,'web','199.45.154.51',NULL),(14116,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707079876,'web','199.45.154.50',NULL),(14117,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707111766,'web','34.247.182.108',NULL),(14118,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707123962,'web','198.235.24.31',NULL),(14119,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707198295,'web','205.210.31.73',NULL),(14120,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707258265,'web','35.171.144.152',NULL),(14121,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707258266,'web','35.171.144.152',NULL),(14122,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707268781,'web','52.167.144.167',NULL),(14123,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707279598,'web','40.77.167.59',NULL),(14124,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707286000,'web','40.77.167.53',NULL),(14125,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707318859,'web','52.167.144.212',NULL),(14126,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707363532,'web','183.136.225.14',NULL),(14127,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707369069,'web','52.167.144.166',NULL),(14128,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707393640,'web','52.31.34.236',NULL),(14129,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707414279,'web','52.167.144.212',NULL),(14130,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707457608,'web','52.167.144.238',NULL),(14131,'\\core\\event\\notification_sent','core','sent','notification','notifications',1791,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1707516665,'cli',NULL,NULL),(14132,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707541605,'web','205.210.31.57',NULL),(14133,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707548028,'web','198.235.24.164',NULL),(14134,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707568905,'web','205.210.31.229',NULL),(14135,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707643263,'web','3.254.49.192',NULL),(14136,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707789234,'web','125.229.183.111',NULL),(14137,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707799751,'web','167.99.87.21',NULL),(14138,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707851539,'web','54.88.179.33',NULL),(14139,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707851540,'web','54.88.179.33',NULL),(14140,'\\core\\event\\notification_sent','core','sent','notification','notifications',1792,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1707862265,'cli',NULL,NULL),(14141,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707880440,'web','40.77.167.22',NULL),(14142,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707924358,'web','52.167.144.230',NULL),(14143,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707940229,'web','54.167.36.155',NULL),(14144,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707978623,'web','52.31.34.236',NULL),(14145,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1707997899,'web','125.229.183.111',NULL),(14146,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1708027830,'web','40.77.167.13',NULL),(14147,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1708049775,'web','147.92.179.105',NULL),(14148,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1708081330,'web','178.128.27.165',NULL),(14149,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1708081496,'web','178.128.27.165',NULL),(14150,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1708081510,'web','178.128.27.165',NULL),(14151,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1708086965,'web','125.229.183.111',NULL),(14152,'\\core\\event\\notification_sent','core','sent','notification','notifications',1793,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1708207867,'cli',NULL,NULL),(14153,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1708248063,'web','3.254.49.192',NULL),(14154,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1708333093,'web','147.92.179.115',NULL),(14155,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1708459655,'web','52.167.144.194',NULL),(14156,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1708541177,'web','52.167.144.216',NULL),(14157,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1708563622,'web','52.31.34.236',NULL),(14158,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1708624974,'web','199.45.155.35',NULL),(14159,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1708631260,'web','199.45.155.18',NULL),(14160,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1708663268,'web','40.77.167.78',NULL),(14161,'\\core\\event\\notification_sent','core','sent','notification','notifications',1794,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1708726267,'cli',NULL,NULL),(14162,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1708735764,'web','44.229.31.77',NULL),(14163,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1708852863,'web','3.254.49.192',NULL),(14164,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1708876245,'web','35.217.79.57',NULL),(14165,'\\core\\event\\notification_sent','core','sent','notification','notifications',1795,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1708899066,'cli',NULL,NULL),(14166,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1708952884,'web','125.229.183.111',NULL),(14167,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1708978746,'cli',NULL,NULL),(14168,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1709021520,'web','192.175.111.243',NULL),(14169,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1709021522,'web','64.15.129.115',NULL),(14170,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1709021525,'web','192.175.111.230',NULL),(14171,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1709021526,'web','64.15.129.111',NULL),(14172,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1709039175,'web','167.99.60.52',NULL),(14173,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1709075736,'web','36.225.186.64',NULL),(14174,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1709106047,'web','147.92.179.110',NULL),(14175,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1709258246,'web','203.72.182.35',NULL),(14176,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1709267448,'web','52.31.34.236',NULL),(14177,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1709270004,'web','147.92.179.109',NULL),(14178,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1709324347,'cli',NULL,NULL),(14179,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1709385556,'web','52.167.144.137',NULL),(14180,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1709410746,'cli',NULL,NULL),(14181,'\\core\\event\\notification_sent','core','sent','notification','notifications',1796,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1709417466,'cli',NULL,NULL),(14182,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1709457663,'web','63.33.62.168',NULL),(14183,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1709497470,'web','52.167.144.174',NULL),(14184,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1709563096,'web','54.229.37.35',NULL),(14185,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1709599422,'web','52.167.144.140',NULL),(14186,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1709608415,'web','135.148.100.196',NULL),(14187,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1709668476,'web','87.121.69.30',NULL),(14188,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1709669946,'cli',NULL,NULL),(14189,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1709680607,'web','34.255.180.251',NULL),(14190,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1709691159,'web','159.203.38.118',NULL),(14191,'\\core\\event\\notification_sent','core','sent','notification','notifications',1797,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1709763066,'cli',NULL,NULL),(14192,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1709852425,'web','52.31.34.236',NULL),(14193,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1709863620,'web','159.223.140.36',NULL),(14194,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1709937759,'web','40.77.167.19',NULL),(14195,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710035082,'web','174.138.78.123',NULL),(14196,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710062463,'web','63.33.62.168',NULL),(14197,'\\core\\event\\notification_sent','core','sent','notification','notifications',1798,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1710108666,'cli',NULL,NULL),(14198,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710115596,'web','128.36.7.144',NULL),(14199,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1710115604,'web','128.36.7.144',NULL),(14200,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710115604,'web','63.88.73.71',NULL),(14201,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1710115605,'web','128.36.7.144',NULL),(14202,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710115610,'web','65.154.226.166',NULL),(14203,'\\core\\event\\notification_sent','core','sent','notification','notifications',1799,'c',0,1,10,0,0,0,2,0,'{\"courseid\":\"1\"}',1710115626,'cli',NULL,NULL),(14204,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710115898,'web','52.167.144.16',NULL),(14205,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1710116015,'web','128.36.7.144',NULL),(14206,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1710116018,'web','128.36.7.144',NULL),(14207,'\\core\\event\\course_updated','core','updated','course','course',2,'u',1,16,50,2,2,2,NULL,0,'{\"shortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"fullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\",\"updatedfields\":{\"visible\":\"0\",\"showcompletionconditions\":\"1\"}}',1710116034,'web','128.36.7.144',NULL),(14208,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1710116035,'web','128.36.7.144',NULL),(14209,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1710116038,'web','128.36.7.144',NULL),(14210,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1710116038,'web','128.36.7.144',NULL),(14211,'\\core\\event\\config_log_created','core','created','config_log','config_log',1837,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"mod_assign_assign_notification_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14212,'\\core\\event\\config_log_created','core','created','config_log','config_log',1838,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"moodle_asyncbackupnotification_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14213,'\\core\\event\\config_log_created','core','created','config_log','config_log',1839,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"mod_quiz_attempt_grading_complete_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14214,'\\core\\event\\config_log_created','core','created','config_log','config_log',1840,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"mod_quiz_attempt_overdue_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14215,'\\core\\event\\config_log_created','core','created','config_log','config_log',1841,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"moodle_availableupdate_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14216,'\\core\\event\\config_log_created','core','created','config_log','config_log',1842,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"message_provider_moodle_availableupdate_enabled\",\"oldvalue\":\"email\",\"value\":\"popup\",\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14217,'\\core\\event\\config_log_created','core','created','config_log','config_log',1843,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"moodle_backup_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14218,'\\core\\event\\config_log_created','core','created','config_log','config_log',1844,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"moodle_badgecreatornotice_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14219,'\\core\\event\\config_log_created','core','created','config_log','config_log',1845,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"moodle_badgerecipientnotice_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14220,'\\core\\event\\config_log_created','core','created','config_log','config_log',1846,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"moodle_competencyplancomment_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14221,'\\core\\event\\config_log_created','core','created','config_log','config_log',1847,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"moodle_competencyusercompcomment_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14222,'\\core\\event\\config_log_created','core','created','config_log','config_log',1848,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"mod_quiz_confirmation_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14223,'\\core\\event\\config_log_created','core','created','config_log','config_log',1849,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"tool_dataprivacy_contactdataprotectionofficer_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14224,'\\core\\event\\config_log_created','core','created','config_log','config_log',1850,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled\",\"oldvalue\":\"email,popup\",\"value\":\"popup,email\",\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14225,'\\core\\event\\config_log_created','core','created','config_log','config_log',1851,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"moodle_coursecompleted_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14226,'\\core\\event\\config_log_created','core','created','config_log','config_log',1852,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"moodle_coursecontentupdated_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14227,'\\core\\event\\config_log_created','core','created','config_log','config_log',1853,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"moodle_courserequestapproved_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14228,'\\core\\event\\config_log_created','core','created','config_log','config_log',1854,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"moodle_courserequested_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14229,'\\core\\event\\config_log_created','core','created','config_log','config_log',1855,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"moodle_courserequestrejected_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14230,'\\core\\event\\config_log_created','core','created','config_log','config_log',1856,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"tool_dataprivacy_datarequestprocessingresults_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14231,'\\core\\event\\config_log_created','core','created','config_log','config_log',1857,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"message_provider_tool_dataprivacy_datarequestprocessingresults_enabled\",\"oldvalue\":\"email,popup\",\"value\":\"popup,email\",\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14232,'\\core\\event\\config_log_created','core','created','config_log','config_log',1858,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"mod_forum_digests_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14233,'\\core\\event\\config_log_created','core','created','config_log','config_log',1859,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"moodle_errors_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14234,'\\core\\event\\config_log_created','core','created','config_log','config_log',1860,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"enrol_manual_expiry_notification_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14235,'\\core\\event\\config_log_created','core','created','config_log','config_log',1861,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"enrol_self_expiry_notification_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14236,'\\core\\event\\config_log_created','core','created','config_log','config_log',1862,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"mod_lesson_graded_essay_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14237,'\\core\\event\\config_log_created','core','created','config_log','config_log',1863,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"moodle_gradenotifications_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14238,'\\core\\event\\config_log_created','core','created','config_log','config_log',1864,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"moodle_infected_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14239,'\\core\\event\\config_log_created','core','created','config_log','config_log',1865,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"moodle_insights_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14240,'\\core\\event\\config_log_created','core','created','config_log','config_log',1866,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"moodle_instantmessage_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14241,'\\core\\event\\config_log_created','core','created','config_log','config_log',1867,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"tool_messageinbound_invalidrecipienthandler_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14242,'\\core\\event\\config_log_created','core','created','config_log','config_log',1868,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"mod_feedback_message_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14243,'\\core\\event\\config_log_created','core','created','config_log','config_log',1869,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"moodle_messagecontactrequests_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14244,'\\core\\event\\config_log_created','core','created','config_log','config_log',1870,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"tool_messageinbound_messageprocessingerror_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14245,'\\core\\event\\config_log_created','core','created','config_log','config_log',1871,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"tool_messageinbound_messageprocessingsuccess_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14246,'\\core\\event\\config_log_created','core','created','config_log','config_log',1872,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"moodle_newlogin_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14247,'\\core\\event\\config_log_created','core','created','config_log','config_log',1873,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"moodle_notices_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14248,'\\core\\event\\config_log_created','core','created','config_log','config_log',1874,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"tool_monitor_notification_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14249,'\\core\\event\\config_log_created','core','created','config_log','config_log',1875,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"tool_dataprivacy_notifyexceptions_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14250,'\\core\\event\\config_log_created','core','created','config_log','config_log',1876,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"mod_forum_posts_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14251,'\\core\\event\\config_log_created','core','created','config_log','config_log',1877,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"moodle_reportbuilderschedule_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14252,'\\core\\event\\config_log_created','core','created','config_log','config_log',1878,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"mod_quiz_submission_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14253,'\\core\\event\\config_log_created','core','created','config_log','config_log',1879,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"mod_feedback_submission_disable\",\"oldvalue\":\"\",\"value\":0,\"plugin\":\"core\"}',1710116077,'web','128.36.7.144',NULL),(14254,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710135725,'web','40.77.167.5',NULL),(14255,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710138904,'web','52.167.144.211',NULL),(14256,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710168977,'web','52.167.144.212',NULL),(14257,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1710188346,'cli',NULL,NULL),(14258,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710210361,'web','64.225.19.207',NULL),(14259,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710215215,'web','159.65.187.113',NULL),(14260,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710250691,'web','52.167.144.235',NULL),(14261,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1710274746,'cli',NULL,NULL),(14262,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710286875,'web','54.88.179.33',NULL),(14263,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710286876,'web','54.88.179.33',NULL),(14264,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710309569,'web','203.72.182.35',NULL),(14265,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710395205,'web','114.240.144.80',NULL),(14266,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710395219,'web','114.240.144.80',NULL),(14267,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710395245,'web','114.240.144.80',NULL),(14268,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710415345,'web','125.229.183.111',NULL),(14269,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710418247,'web','40.77.167.75',NULL),(14270,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710437420,'web','52.31.34.236',NULL),(14271,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710452436,'web','35.85.227.69',NULL),(14272,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710499411,'web','40.77.167.126',NULL),(14273,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1710533946,'cli',NULL,NULL),(14274,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710578227,'web','54.88.179.33',NULL),(14275,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710578228,'web','54.88.179.33',NULL),(14276,'\\core\\event\\notification_sent','core','sent','notification','notifications',1800,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1710627061,'cli',NULL,NULL),(14277,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710630223,'web','125.229.183.111',NULL),(14278,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710657859,'web','40.77.167.10',NULL),(14279,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710667263,'web','63.33.62.168',NULL),(14280,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710683934,'web','199.45.155.16',NULL),(14281,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710686028,'web','199.45.155.33',NULL),(14282,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710711979,'web','52.167.144.223',NULL),(14283,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710725181,'web','143.198.13.246',NULL),(14284,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710728681,'web','39.12.10.166',NULL),(14285,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710748904,'web','164.90.208.56',NULL),(14286,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710748910,'web','164.90.208.56',NULL),(14287,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710748920,'web','205.169.39.235',NULL),(14288,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710748922,'web','164.90.208.56',NULL),(14289,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710748935,'web','65.154.226.168',NULL),(14290,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710748937,'web','91.229.76.186',NULL),(14291,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710748938,'web','51.81.245.138',NULL),(14292,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710748939,'web','104.164.173.101',NULL),(14293,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710748940,'web','104.164.173.71',NULL),(14294,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710748942,'web','91.229.76.186',NULL),(14295,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710748943,'web','154.28.229.247',NULL),(14296,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710748943,'web','154.28.229.189',NULL),(14297,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710748946,'web','195.211.77.140',NULL),(14298,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710748946,'web','91.229.76.186',NULL),(14299,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710748950,'web','205.169.39.235',NULL),(14300,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710748974,'web','44.221.188.147',NULL),(14301,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710748977,'web','195.211.77.142',NULL),(14302,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710748978,'web','44.221.188.147',NULL),(14303,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710749012,'web','179.43.169.181',NULL),(14304,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710749049,'web','179.43.169.181',NULL),(14305,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710749689,'web','104.164.173.182',NULL),(14306,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710749693,'web','104.164.173.87',NULL),(14307,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710756493,'web','185.213.155.196',NULL),(14308,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710759320,'web','5.164.29.116',NULL),(14309,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710760027,'web','91.229.76.186',NULL),(14310,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710760166,'web','133.242.174.119',NULL),(14311,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710760218,'web','87.236.176.123',NULL),(14312,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710810811,'web','128.22.132.204',NULL),(14313,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710813255,'web','47.251.11.3',NULL),(14314,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710820742,'web','87.236.176.23',NULL),(14315,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710872930,'web','176.53.216.72',NULL),(14316,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710893635,'web','152.42.129.57',NULL),(14317,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710897941,'web','207.241.236.83',NULL),(14318,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1710942688,'web','35.217.6.15',NULL),(14319,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1710965947,'cli',NULL,NULL),(14320,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711002420,'web','5.164.29.116',NULL),(14321,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711013961,'web','100.26.140.156',NULL),(14322,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711022425,'web','52.31.34.236',NULL),(14323,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711052197,'web','34.122.147.229',NULL),(14324,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711052207,'web','65.154.226.167',NULL),(14325,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711070066,'web','147.92.179.116',NULL),(14326,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711070758,'web','143.244.130.121',NULL),(14327,'\\core\\event\\notification_sent','core','sent','notification','notifications',1801,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1711145463,'cli',NULL,NULL),(14328,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711151325,'web','36.225.175.48',NULL),(14329,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711160873,'web','40.77.167.78',NULL),(14330,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711178658,'web','35.171.144.152',NULL),(14331,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711178658,'web','35.171.144.152',NULL),(14332,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711201824,'web','139.59.245.200',NULL),(14333,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711229333,'web','199.45.154.65',NULL),(14334,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711232787,'web','199.45.155.48',NULL),(14335,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711272064,'web','34.247.39.231',NULL),(14336,'\\core\\event\\notification_sent','core','sent','notification','notifications',1802,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1711318263,'cli',NULL,NULL),(14337,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711339582,'web','3.135.227.36',NULL),(14338,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711355159,'web','40.77.167.71',NULL),(14339,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711358327,'web','60.250.246.121',NULL),(14340,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711382030,'web','192.155.92.142',NULL),(14341,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711382030,'web','192.155.92.142',NULL),(14342,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711439862,'web','128.22.132.204',NULL),(14343,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711463217,'web','161.35.34.69',NULL),(14344,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711592942,'web','199.45.154.67',NULL),(14345,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711601395,'web','145.220.91.19',NULL),(14346,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711606986,'web','199.45.154.48',NULL),(14347,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711607431,'web','52.31.34.236',NULL),(14348,'\\core\\event\\notification_sent','core','sent','notification','notifications',1803,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1711663863,'cli',NULL,NULL),(14349,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711753080,'web','52.167.144.140',NULL),(14350,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1711829946,'cli',NULL,NULL),(14351,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711876864,'web','34.247.39.231',NULL),(14352,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711915290,'web','188.165.87.105',NULL),(14353,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711918988,'web','37.187.215.253',NULL),(14354,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1711926553,'web','51.254.49.96',NULL),(14355,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712001480,'web','18.201.231.72',NULL),(14356,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712002917,'web','52.167.144.21',NULL),(14357,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712091632,'web','199.45.154.21',NULL),(14358,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712108124,'web','142.93.189.8',NULL),(14359,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712150269,'web','123.117.115.125',NULL),(14360,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712175445,'web','54.76.121.168',NULL),(14361,'\\core\\event\\notification_sent','core','sent','notification','notifications',1804,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1712182263,'cli',NULL,NULL),(14362,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712182341,'web','54.226.107.238',NULL),(14363,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712192426,'web','52.31.34.236',NULL),(14364,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712277626,'web','178.128.174.7',NULL),(14365,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712279228,'web','205.210.31.140',NULL),(14366,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712337244,'web','54.88.179.33',NULL),(14367,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712337245,'web','54.88.179.33',NULL),(14368,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712371561,'web','52.167.144.17',NULL),(14369,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712481033,'web','95.217.18.177',NULL),(14370,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712481663,'web','34.247.39.231',NULL),(14371,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712500315,'web','111.241.157.221',NULL),(14372,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712500316,'web','111.241.157.221',NULL),(14373,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712500321,'web','111.241.157.221',NULL),(14374,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712500322,'web','111.241.157.221',NULL),(14375,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712500333,'web','111.241.157.221',NULL),(14376,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712500335,'web','111.241.157.221',NULL),(14377,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712500343,'web','111.241.157.221',NULL),(14378,'\\core\\event\\notification_sent','core','sent','notification','notifications',1805,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1712527863,'cli',NULL,NULL),(14379,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712559013,'web','198.235.24.149',NULL),(14380,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712585513,'web','205.210.31.48',NULL),(14381,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712667257,'web','45.55.74.147',NULL),(14382,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712731192,'web','35.88.3.98',NULL),(14383,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712777419,'web','52.31.34.236',NULL),(14384,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712831095,'web','95.217.18.177',NULL),(14385,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712845855,'web','143.198.211.201',NULL),(14386,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712846009,'web','143.198.211.201',NULL),(14387,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712846021,'web','143.198.211.201',NULL),(14388,'\\core\\event\\notification_sent','core','sent','notification','notifications',1806,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1712873463,'cli',NULL,NULL),(14389,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712927331,'web','125.229.183.111',NULL),(14390,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712983473,'web','54.88.179.33',NULL),(14391,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1712983474,'web','54.88.179.33',NULL),(14392,'\\core\\event\\notification_sent','core','sent','notification','notifications',1807,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1713046263,'cli',NULL,NULL),(14393,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713052848,'web','115.231.78.4',NULL),(14394,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713053745,'web','115.231.78.4',NULL),(14395,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713084504,'web','35.87.91.88',NULL),(14396,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713086464,'web','34.247.39.231',NULL),(14397,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713343146,'web','125.229.183.111',NULL),(14398,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713343149,'web','125.229.183.111',NULL),(14399,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713345556,'web','147.92.179.113',NULL),(14400,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713362444,'web','52.31.34.236',NULL),(14401,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713388553,'web','35.171.144.152',NULL),(14402,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713388554,'web','35.171.144.152',NULL),(14403,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713425690,'web','91.229.76.186',NULL),(14404,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713446730,'web','87.236.176.56',NULL),(14405,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713491359,'web','157.55.39.61',NULL),(14406,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713500914,'web','203.72.182.35',NULL),(14407,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713504642,'web','87.236.176.85',NULL),(14408,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713542210,'web','157.55.39.10',NULL),(14409,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713555855,'web','35.215.113.40',NULL),(14410,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713556386,'web','3.101.23.54',NULL),(14411,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713605755,'web','125.229.183.111',NULL),(14412,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713645580,'web','15.236.42.151',NULL),(14413,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713691263,'web','3.249.15.186',NULL),(14414,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713717248,'web','157.55.39.204',NULL),(14415,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713728918,'web','207.46.13.126',NULL),(14416,'\\core\\event\\notification_sent','core','sent','notification','notifications',1808,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1713737463,'cli',NULL,NULL),(14417,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713750084,'web','128.22.132.204',NULL),(14418,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713783546,'web','125.229.183.111',NULL),(14419,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713810376,'web','206.168.34.126',NULL),(14420,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713813110,'web','167.94.138.35',NULL),(14421,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713821687,'web','15.236.42.151',NULL),(14422,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713865931,'web','165.22.231.57',NULL),(14423,'\\core\\event\\notification_sent','core','sent','notification','notifications',1809,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1713910263,'cli',NULL,NULL),(14424,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713947436,'web','52.31.34.236',NULL),(14425,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713980182,'web','54.88.179.33',NULL),(14426,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713980183,'web','54.88.179.33',NULL),(14427,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713980672,'web','35.171.144.152',NULL),(14428,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1713980673,'web','35.171.144.152',NULL),(14429,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1714040826,'web','51.81.46.212',NULL),(14430,'\\core\\event\\notification_sent','core','sent','notification','notifications',1810,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1714083063,'cli',NULL,NULL),(14431,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1714135850,'web','15.236.42.151',NULL),(14432,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1714148323,'web','3.75.85.133',NULL),(14433,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1714204233,'web','125.229.183.111',NULL),(14434,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1714234709,'web','157.55.39.61',NULL),(14435,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1714249783,'web','45.83.220.211',NULL),(14436,'\\core\\event\\notification_sent','core','sent','notification','notifications',1811,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1714255862,'cli',NULL,NULL),(14437,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1714296064,'web','3.249.15.186',NULL),(14438,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1714372016,'web','3.90.104.218',NULL),(14439,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1714376086,'web','207.46.13.78',NULL),(14440,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1714390607,'web','207.46.13.130',NULL),(14441,'\\core\\event\\notification_sent','core','sent','notification','notifications',1812,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1714428663,'cli',NULL,NULL),(14442,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1714459240,'web','157.55.39.10',NULL),(14443,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1714532455,'web','52.31.34.236',NULL),(14444,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1714612519,'web','203.72.182.35',NULL),(14445,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1714676041,'web','18.201.24.142',NULL),(14446,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1714707935,'web','101.198.0.156',NULL),(14447,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1714726772,'web','207.46.13.14',NULL),(14448,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1714757134,'web','167.94.145.111',NULL),(14449,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1714763853,'web','199.45.155.56',NULL),(14450,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1714779281,'web','125.229.183.111',NULL),(14451,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1714863917,'web','207.46.13.128',NULL),(14452,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1714900871,'web','18.202.77.12',NULL),(14453,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1714979746,'web','54.194.49.39',NULL),(14454,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715037274,'web','54.88.179.33',NULL),(14455,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715037275,'web','54.88.179.33',NULL),(14456,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715051015,'web','203.72.182.35',NULL),(14457,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715059884,'web','178.62.221.124',NULL),(14458,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715117426,'web','52.31.34.236',NULL),(14459,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715151504,'web','207.46.13.153',NULL),(14460,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715224910,'web','157.55.39.13',NULL),(14461,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715310065,'web','157.55.39.52',NULL),(14462,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715378140,'web','157.55.39.52',NULL),(14463,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715400353,'web','117.82.64.238',NULL),(14464,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715409681,'web','35.94.211.250',NULL),(14465,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715505664,'web','3.249.15.186',NULL),(14466,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715567328,'web','157.55.39.48',NULL),(14467,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715677036,'web','117.82.64.238',NULL),(14468,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715702424,'web','52.31.34.236',NULL),(14469,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715737584,'web','157.55.39.59',NULL),(14470,'\\core\\event\\notification_sent','core','sent','notification','notifications',1813,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1715811063,'cli',NULL,NULL),(14471,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715936732,'web','157.245.113.227',NULL),(14472,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715936737,'web','157.245.113.227',NULL),(14473,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715936745,'web','157.245.113.227',NULL),(14474,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715936748,'web','51.81.245.138',NULL),(14475,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715936755,'web','195.211.77.140',NULL),(14476,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715936770,'web','146.70.198.139',NULL),(14477,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715936776,'web','107.189.30.69',NULL),(14478,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715936785,'web','195.211.77.142',NULL),(14479,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715936816,'web','65.154.226.171',NULL),(14480,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715937255,'web','207.241.236.85',NULL),(14481,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715937980,'web','5.164.29.116',NULL),(14482,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715952891,'web','133.242.174.119',NULL),(14483,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715966918,'web','205.169.39.242',NULL),(14484,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715966947,'web','205.169.39.242',NULL),(14485,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715976539,'web','179.43.167.18',NULL),(14486,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715979874,'web','154.28.229.7',NULL),(14487,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715979875,'web','154.28.229.181',NULL),(14488,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715979875,'web','104.164.173.130',NULL),(14489,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715979876,'web','104.164.173.126',NULL),(14490,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715979878,'web','154.28.229.7',NULL),(14491,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715979880,'web','104.164.173.126',NULL),(14492,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715980711,'web','171.244.43.14',NULL),(14493,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715981985,'web','195.211.77.140',NULL),(14494,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715982003,'web','195.211.77.142',NULL),(14495,'\\core\\event\\notification_sent','core','sent','notification','notifications',1814,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1715983863,'cli',NULL,NULL),(14496,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715988876,'web','47.88.101.3',NULL),(14497,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715991366,'web','104.223.88.29',NULL),(14498,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715991366,'web','87.89.48.69',NULL),(14499,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715991366,'web','128.90.104.53',NULL),(14500,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1715991369,'web','164.132.172.209',NULL),(14501,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716018460,'web','27.51.41.191',NULL),(14502,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716026454,'web','104.164.173.104',NULL),(14503,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716041451,'web','125.229.183.111',NULL),(14504,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716041967,'web','5.164.29.116',NULL),(14505,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716083106,'web','146.190.254.233',NULL),(14506,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716110463,'web','3.249.15.186',NULL),(14507,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716116741,'web','125.229.183.111',NULL),(14508,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716136813,'web','5.164.29.116',NULL),(14509,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716158342,'web','199.45.155.44',NULL),(14510,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716161229,'web','167.94.138.41',NULL),(14511,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716242120,'web','179.43.152.66',NULL),(14512,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716255591,'web','146.190.242.255',NULL),(14513,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716261543,'web','165.232.189.143',NULL),(14514,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716280777,'web','35.215.71.52',NULL),(14515,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716287419,'web','52.31.34.236',NULL),(14516,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716301628,'web','94.156.79.9',NULL),(14517,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716328303,'web','35.171.144.152',NULL),(14518,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716328304,'web','35.171.144.152',NULL),(14519,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716363067,'web','218.172.74.161',NULL),(14520,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1716409146,'cli',NULL,NULL),(14521,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1716448865,'web','36.227.248.92',NULL),(14522,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,17,0,NULL,0,'null',1716448866,'web','36.227.248.92',NULL),(14523,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1716448873,'web','36.227.248.92',NULL),(14524,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,17,0,NULL,0,'null',1716448879,'web','36.227.248.92',NULL),(14525,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1716448889,'web','36.227.248.92',NULL),(14526,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1716448906,'web','36.227.248.92',NULL),(14527,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,17,0,NULL,0,'null',1716448907,'web','36.227.248.92',NULL),(14528,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1716448921,'web','36.227.248.92',NULL),(14529,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,17,0,NULL,0,'null',1716448922,'web','36.227.248.92',NULL),(14530,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1716448923,'web','36.227.248.92',NULL),(14531,'\\core\\event\\notification_sent','core','sent','notification','notifications',1815,'c',0,1,10,0,0,0,17,0,'{\"courseid\":\"1\"}',1716448926,'cli',NULL,NULL),(14532,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,17,0,NULL,0,'null',1716448934,'web','36.227.248.92',NULL),(14533,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,17,0,NULL,0,'null',1716448939,'web','36.227.248.92',NULL),(14534,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,17,0,NULL,0,'null',1716448945,'web','36.227.248.92',NULL),(14535,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716546243,'web','40.77.167.15',NULL),(14536,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716610502,'web','40.77.167.76',NULL),(14537,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716643060,'web','115.231.78.2',NULL),(14538,'\\core\\event\\notification_sent','core','sent','notification','notifications',1816,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1716675063,'cli',NULL,NULL),(14539,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716715264,'web','3.249.15.186',NULL),(14540,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716755829,'web','52.167.144.174',NULL),(14541,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716787421,'web','203.72.182.35',NULL),(14542,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716892595,'web','87.236.176.201',NULL),(14543,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716945642,'web','52.167.144.174',NULL),(14544,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1716957546,'web','87.236.176.8',NULL),(14545,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1717039845,'web','52.31.34.236',NULL),(14546,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1717067302,'web','40.77.167.3',NULL),(14547,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1717156207,'web','45.88.90.2',NULL),(14548,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1717174226,'web','54.155.228.72',NULL),(14549,'\\core\\event\\notification_sent','core','sent','notification','notifications',1817,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1717193466,'cli',NULL,NULL),(14550,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1717219587,'web','195.211.77.142',NULL),(14551,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1717219607,'web','195.211.77.142',NULL),(14552,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1717243678,'web','52.167.144.163',NULL),(14553,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1717320064,'web','3.249.15.186',NULL),(14554,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1717342760,'web','199.45.155.16',NULL),(14555,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1717371837,'web','40.77.167.10',NULL),(14556,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1717427305,'web','40.77.167.230',NULL),(14557,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1717506422,'web','192.241.129.225',NULL),(14558,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1717532346,'cli',NULL,NULL),(14559,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1717548303,'web','54.74.95.189',NULL),(14560,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1717624828,'web','52.31.34.236',NULL),(14561,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1717634390,'web','203.72.182.35',NULL),(14562,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1717637361,'web','145.220.91.19',NULL),(14563,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1717680559,'web','52.167.144.210',NULL),(14564,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1717722732,'web','203.72.182.35',NULL),(14565,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1717815073,'web','144.91.106.14',NULL),(14566,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1717815076,'web','144.91.106.14',NULL),(14567,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1717819815,'web','23.82.186.24',NULL),(14568,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1717820064,'web','65.154.226.166',NULL),(14569,'\\core\\event\\notification_sent','core','sent','notification','notifications',1818,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1717884663,'cli',NULL,NULL),(14570,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1717924864,'web','3.249.15.186',NULL),(14571,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1717938402,'web','52.167.144.220',NULL),(14572,'\\core\\event\\notification_sent','core','sent','notification','notifications',1819,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1718057463,'cli',NULL,NULL),(14573,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718072528,'web','147.92.179.106',NULL),(14574,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718072548,'web','35.88.88.226',NULL),(14575,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718141380,'web','45.120.177.78',NULL),(14576,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718209835,'web','52.31.34.236',NULL),(14577,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718241205,'web','40.77.167.76',NULL),(14578,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718253300,'web','35.81.149.53',NULL),(14579,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718327983,'web','203.72.182.35',NULL),(14580,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718344209,'web','27.247.133.151',NULL),(14581,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718346354,'web','27.247.133.151',NULL),(14582,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718529664,'web','34.247.252.43',NULL),(14583,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718544054,'web','125.229.183.111',NULL),(14584,'\\core\\event\\notification_sent','core','sent','notification','notifications',1820,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1718575863,'cli',NULL,NULL),(14585,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718625821,'web','125.229.183.111',NULL),(14586,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718646189,'web','199.45.154.57',NULL),(14587,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718651373,'web','199.45.155.33',NULL),(14588,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718687102,'web','161.35.235.222',NULL),(14589,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718692298,'web','128.22.132.204',NULL),(14590,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718740775,'web','115.231.78.8',NULL),(14591,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718740866,'web','115.231.78.8',NULL),(14592,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718761375,'web','203.72.182.35',NULL),(14593,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718788858,'web','35.171.144.152',NULL),(14594,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718788859,'web','35.171.144.152',NULL),(14595,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718794857,'web','52.31.34.236',NULL),(14596,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718799250,'web','122.146.84.25',NULL),(14597,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718956435,'web','185.236.232.21',NULL),(14598,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718980906,'web','135.148.100.196',NULL),(14599,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1718989744,'web','51.81.46.212',NULL),(14600,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1719016034,'web','54.88.179.33',NULL),(14601,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1719016035,'web','54.88.179.33',NULL),(14602,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1719093199,'web','44.213.121.182',NULL),(14603,'\\core\\event\\notification_sent','core','sent','notification','notifications',1821,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1719094266,'cli',NULL,NULL),(14604,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1719116816,'web','195.211.77.142',NULL),(14605,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1719116828,'web','195.211.77.142',NULL),(14606,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1719134463,'web','34.247.252.43',NULL),(14607,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1719269070,'web','206.168.34.42',NULL),(14608,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1719269192,'web','199.45.154.153',NULL),(14609,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1719379821,'web','52.31.34.236',NULL),(14610,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1719409381,'web','44.202.212.175',NULL),(14611,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1719577548,'web','145.220.91.19',NULL),(14612,'\\core\\event\\notification_sent','core','sent','notification','notifications',1822,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1719612663,'cli',NULL,NULL),(14613,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1719739264,'web','34.247.252.43',NULL),(14614,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1719840578,'web','54.216.38.238',NULL),(14615,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1719896393,'web','104.248.85.182',NULL),(14616,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1719964826,'web','52.31.34.236',NULL),(14617,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1720068893,'web','125.229.183.111',NULL),(14618,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1720120171,'web','54.171.2.134',NULL),(14619,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1720170528,'web','125.229.183.111',NULL),(14620,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1720187864,'web','125.229.183.111',NULL),(14621,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1720268667,'web','87.236.176.163',NULL),(14622,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1720293145,'web','80.67.10.142',NULL),(14623,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1720301830,'web','87.236.176.238',NULL),(14624,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1720328432,'web','198.54.135.111',NULL),(14625,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1720344063,'web','34.247.252.43',NULL),(14626,'\\core\\event\\notification_sent','core','sent','notification','notifications',1823,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1720390263,'cli',NULL,NULL),(14627,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1720491508,'web','125.229.183.111',NULL),(14628,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1720549816,'web','52.31.34.236',NULL),(14629,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1720713900,'web','185.236.232.21',NULL),(14630,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1720813241,'web','198.235.24.229',NULL),(14631,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1720863713,'web','205.210.31.159',NULL),(14632,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1720876403,'web','195.211.77.142',NULL),(14633,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1720876421,'web','195.211.77.142',NULL),(14634,'\\core\\event\\notification_sent','core','sent','notification','notifications',1824,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1720908667,'cli',NULL,NULL),(14635,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1720948864,'web','34.247.252.43',NULL),(14636,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1720968721,'web','125.229.183.111',NULL),(14637,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721040508,'web','198.235.24.150',NULL),(14638,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721074393,'web','198.235.24.243',NULL),(14639,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721074739,'web','35.87.128.69',NULL),(14640,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721093889,'web','157.245.65.237',NULL),(14641,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721127410,'web','154.28.229.244',NULL),(14642,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721127410,'web','154.28.229.98',NULL),(14643,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721127415,'web','154.28.229.98',NULL),(14644,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721127419,'web','64.225.75.246',NULL),(14645,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721127425,'web','64.225.75.246',NULL),(14646,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721127434,'web','195.211.77.140',NULL),(14647,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721127437,'web','64.225.75.246',NULL),(14648,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721127441,'web','195.211.77.142',NULL),(14649,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721127463,'web','51.81.245.138',NULL),(14650,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721127467,'web','205.169.39.43',NULL),(14651,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721127469,'web','34.123.170.104',NULL),(14652,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721127480,'web','205.169.39.192',NULL),(14653,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721127490,'web','205.169.39.192',NULL),(14654,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721127531,'web','179.43.169.181',NULL),(14655,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721127576,'web','205.169.39.26',NULL),(14656,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721130122,'web','95.217.18.177',NULL),(14657,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721130420,'web','5.164.29.116',NULL),(14658,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721134814,'web','52.31.34.236',NULL),(14659,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721137915,'web','193.138.218.211',NULL),(14660,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721138038,'web','74.80.181.134',NULL),(14661,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721138039,'web','192.42.116.191',NULL),(14662,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721138039,'web','89.58.41.156',NULL),(14663,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721138075,'web','154.47.30.163',NULL),(14664,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721153597,'web','133.242.174.119',NULL),(14665,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721171541,'web','179.43.167.18',NULL),(14666,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721173780,'web','109.202.99.46',NULL),(14667,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721174592,'web','171.244.43.14',NULL),(14668,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721179769,'web','47.88.87.97',NULL),(14669,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721183286,'web','35.171.144.152',NULL),(14670,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721183286,'web','35.171.144.152',NULL),(14671,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721217024,'web','167.94.138.33',NULL),(14672,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721224942,'web','199.45.154.151',NULL),(14673,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721263844,'web','167.172.157.50',NULL),(14674,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721294905,'web','51.81.46.212',NULL),(14675,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721411157,'web','5.164.29.116',NULL),(14676,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721441989,'web','64.227.143.232',NULL),(14677,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721493000,'web','45.148.10.59',NULL),(14678,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721553664,'web','34.254.162.45',NULL),(14679,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721580996,'web','18.141.25.45',NULL),(14680,'\\core\\event\\notification_sent','core','sent','notification','notifications',1825,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1721599862,'cli',NULL,NULL),(14681,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721609699,'web','203.72.182.35',NULL),(14682,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721719822,'web','52.31.34.236',NULL),(14683,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1721765946,'cli',NULL,NULL),(14684,'\\core\\event\\notification_sent','core','sent','notification','notifications',1826,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1721772664,'cli',NULL,NULL),(14685,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721827737,'web','92.118.39.244',NULL),(14686,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721831544,'web','115.231.78.2',NULL),(14687,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721866490,'web','92.118.39.244',NULL),(14688,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1721954006,'web','125.229.183.111',NULL),(14689,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1722028585,'web','205.210.31.6',NULL),(14690,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1722050172,'web','124.236.100.56',NULL),(14691,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1722062713,'web','13.229.208.47',NULL),(14692,'\\core\\event\\notification_sent','core','sent','notification','notifications',1827,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1722118265,'cli',NULL,NULL),(14693,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1722158464,'web','3.249.74.44',NULL),(14694,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1722179268,'web','162.142.125.218',NULL),(14695,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1722190063,'web','199.45.155.89',NULL),(14696,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1722231637,'web','205.210.31.36',NULL),(14697,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1722240048,'web','92.118.39.244',NULL),(14698,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1722272095,'web','194.55.186.87',NULL),(14699,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1722304817,'web','52.31.34.236',NULL),(14700,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1722313792,'web','146.190.40.194',NULL),(14701,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1722463584,'web','35.171.144.152',NULL),(14702,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1722463585,'web','35.171.144.152',NULL),(14703,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1722574680,'web','23.108.16.176',NULL),(14704,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1722627239,'web','109.205.213.18',NULL),(14705,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1722763264,'web','3.249.74.44',NULL),(14706,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1722805590,'web','34.245.105.168',NULL),(14707,'\\core\\event\\notification_sent','core','sent','notification','notifications',1828,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1722809462,'cli',NULL,NULL),(14708,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1722889839,'web','52.31.34.236',NULL),(14709,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1722938465,'web','205.169.39.17',NULL),(14710,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1723143077,'web','52.50.231.149',NULL),(14711,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"en_us\"}',1723148346,'cli',NULL,NULL),(14712,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1723160159,'web','199.45.154.136',NULL),(14713,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1723168092,'web','167.94.138.63',NULL),(14714,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1723173116,'web','35.207.5.150',NULL),(14715,'\\core\\event\\notification_sent','core','sent','notification','notifications',1829,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1723327863,'cli',NULL,NULL),(14716,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1723346126,'web','40.77.167.2',NULL),(14717,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1723368063,'web','3.249.74.44',NULL),(14718,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1723474822,'web','52.31.34.236',NULL),(14719,'\\core\\event\\notification_sent','core','sent','notification','notifications',1830,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1723500663,'cli',NULL,NULL),(14720,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1723543661,'web','142.93.217.186',NULL),(14721,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1723543772,'web','92.118.39.244',NULL),(14722,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1723619675,'web','87.236.176.156',NULL),(14723,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1723660353,'web','87.236.176.82',NULL),(14724,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1723884385,'web','135.148.100.196',NULL),(14725,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1723972864,'web','3.249.74.44',NULL),(14726,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1724003039,'web','145.220.91.19',NULL),(14727,'\\core\\event\\notification_sent','core','sent','notification','notifications',1831,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1724019063,'cli',NULL,NULL),(14728,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1724059823,'web','52.31.34.236',NULL),(14729,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1724082319,'web','44.232.152.154',NULL),(14730,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1724185558,'web','54.88.179.33',NULL),(14731,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1724185559,'web','54.88.179.33',NULL),(14732,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1724196337,'web','18.246.254.12',NULL),(14733,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1724288384,'web','125.229.183.111',NULL),(14734,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1724297088,'web','125.229.183.111',NULL),(14735,'\\core\\event\\notification_sent','core','sent','notification','notifications',1832,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1724364663,'cli',NULL,NULL),(14736,'\\core\\event\\notification_sent','core','sent','notification','notifications',1833,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1724537462,'cli',NULL,NULL),(14737,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1724554568,'web','92.118.39.244',NULL),(14738,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1724577663,'web','3.249.74.44',NULL),(14739,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1724642420,'web','92.118.39.244',NULL),(14740,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1724722222,'web','143.198.103.45',NULL),(14741,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1724745833,'web','142.93.148.84',NULL),(14742,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1724810419,'web','52.31.34.236',NULL),(14743,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1724876347,'cli',NULL,NULL),(14744,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1724899260,'web','164.92.74.109',NULL),(14745,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1724987184,'web','203.72.182.60',NULL),(14746,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1725049145,'cli',NULL,NULL),(14747,'\\core\\event\\notification_sent','core','sent','notification','notifications',1834,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1725055863,'cli',NULL,NULL),(14748,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725074978,'web','40.77.167.14',NULL),(14749,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725114185,'web','199.45.155.81',NULL),(14750,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725116965,'web','167.94.146.55',NULL),(14751,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725182464,'web','3.249.74.44',NULL),(14752,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725394284,'web','18.203.98.187',NULL),(14753,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725395416,'web','52.31.34.236',NULL),(14754,'\\core\\event\\notification_sent','core','sent','notification','notifications',1835,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1725401466,'cli',NULL,NULL),(14755,'\\core\\event\\notification_sent','core','sent','notification','notifications',1836,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1725574262,'cli',NULL,NULL),(14756,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725575494,'web','18.201.119.8',NULL),(14757,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725727850,'web','54.88.179.33',NULL),(14758,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725727851,'web','54.88.179.33',NULL),(14759,'\\core\\event\\notification_sent','core','sent','notification','notifications',1837,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1725747063,'cli',NULL,NULL),(14760,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725770742,'web','45.148.10.59',NULL),(14761,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787178,'web','79.110.62.125',NULL),(14762,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787179,'web','79.110.62.125',NULL),(14763,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787181,'web','79.110.62.125',NULL),(14764,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787236,'web','79.110.62.125',NULL),(14765,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787237,'web','79.110.62.125',NULL),(14766,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787237,'web','79.110.62.125',NULL),(14767,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787237,'web','79.110.62.125',NULL),(14768,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787237,'web','79.110.62.125',NULL),(14769,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787238,'web','79.110.62.125',NULL),(14770,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787238,'web','79.110.62.125',NULL),(14771,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787238,'web','79.110.62.125',NULL),(14772,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787239,'web','79.110.62.125',NULL),(14773,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787239,'web','79.110.62.125',NULL),(14774,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787240,'web','79.110.62.125',NULL),(14775,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787240,'web','79.110.62.125',NULL),(14776,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787241,'web','79.110.62.125',NULL),(14777,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787241,'web','79.110.62.125',NULL),(14778,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787241,'web','79.110.62.125',NULL),(14779,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787241,'web','79.110.62.125',NULL),(14780,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787242,'web','79.110.62.125',NULL),(14781,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787242,'web','79.110.62.125',NULL),(14782,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787242,'web','79.110.62.125',NULL),(14783,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787243,'web','79.110.62.125',NULL),(14784,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787243,'web','79.110.62.125',NULL),(14785,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787243,'web','79.110.62.125',NULL),(14786,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787244,'web','79.110.62.125',NULL),(14787,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787244,'web','79.110.62.125',NULL),(14788,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787245,'web','79.110.62.125',NULL),(14789,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787245,'web','79.110.62.125',NULL),(14790,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787245,'web','79.110.62.125',NULL),(14791,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787246,'web','79.110.62.125',NULL),(14792,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787246,'web','79.110.62.125',NULL),(14793,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787246,'web','79.110.62.125',NULL),(14794,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787246,'web','79.110.62.125',NULL),(14795,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787247,'web','79.110.62.125',NULL),(14796,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787247,'web','79.110.62.125',NULL),(14797,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787248,'web','79.110.62.125',NULL),(14798,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787248,'web','79.110.62.125',NULL),(14799,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787248,'web','79.110.62.125',NULL),(14800,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787248,'web','79.110.62.125',NULL),(14801,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787249,'web','79.110.62.125',NULL),(14802,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787249,'web','79.110.62.125',NULL),(14803,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787249,'web','79.110.62.125',NULL),(14804,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787250,'web','79.110.62.125',NULL),(14805,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787250,'web','79.110.62.125',NULL),(14806,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787250,'web','79.110.62.125',NULL),(14807,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787251,'web','79.110.62.125',NULL),(14808,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787252,'web','79.110.62.125',NULL),(14809,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787252,'web','79.110.62.125',NULL),(14810,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787253,'web','79.110.62.125',NULL),(14811,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787253,'web','79.110.62.125',NULL),(14812,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787253,'web','79.110.62.125',NULL),(14813,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787254,'web','79.110.62.125',NULL),(14814,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787254,'web','79.110.62.125',NULL),(14815,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787254,'web','79.110.62.125',NULL),(14816,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787254,'web','79.110.62.125',NULL),(14817,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787255,'web','79.110.62.125',NULL),(14818,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787255,'web','79.110.62.125',NULL),(14819,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787255,'web','79.110.62.125',NULL),(14820,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787256,'web','79.110.62.125',NULL),(14821,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787256,'web','79.110.62.125',NULL),(14822,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787256,'web','79.110.62.125',NULL),(14823,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787257,'web','79.110.62.125',NULL),(14824,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787257,'web','79.110.62.125',NULL),(14825,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787257,'web','79.110.62.125',NULL),(14826,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787258,'web','79.110.62.125',NULL),(14827,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787259,'web','79.110.62.125',NULL),(14828,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787259,'web','79.110.62.125',NULL),(14829,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787260,'web','79.110.62.125',NULL),(14830,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787261,'web','79.110.62.125',NULL),(14831,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787261,'web','79.110.62.125',NULL),(14832,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787262,'web','79.110.62.125',NULL),(14833,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787262,'web','79.110.62.125',NULL),(14834,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787262,'web','79.110.62.125',NULL),(14835,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787262,'web','79.110.62.125',NULL),(14836,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787263,'web','79.110.62.125',NULL),(14837,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787263,'web','3.249.74.44',NULL),(14838,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787263,'web','79.110.62.125',NULL),(14839,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787264,'web','79.110.62.125',NULL),(14840,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787264,'web','79.110.62.125',NULL),(14841,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787264,'web','79.110.62.125',NULL),(14842,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787265,'web','79.110.62.125',NULL),(14843,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787265,'web','79.110.62.125',NULL),(14844,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787265,'web','79.110.62.125',NULL),(14845,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787266,'web','79.110.62.125',NULL),(14846,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787266,'web','79.110.62.125',NULL),(14847,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787267,'web','79.110.62.125',NULL),(14848,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787267,'web','79.110.62.125',NULL),(14849,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787267,'web','79.110.62.125',NULL),(14850,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787268,'web','79.110.62.125',NULL),(14851,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787268,'web','79.110.62.125',NULL),(14852,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787269,'web','79.110.62.125',NULL),(14853,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787269,'web','79.110.62.125',NULL),(14854,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787269,'web','79.110.62.125',NULL),(14855,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787270,'web','79.110.62.125',NULL),(14856,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787270,'web','79.110.62.125',NULL),(14857,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787271,'web','79.110.62.125',NULL),(14858,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787271,'web','79.110.62.125',NULL),(14859,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787271,'web','79.110.62.125',NULL),(14860,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787272,'web','79.110.62.125',NULL),(14861,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787272,'web','79.110.62.125',NULL),(14862,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787272,'web','79.110.62.125',NULL),(14863,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787273,'web','79.110.62.125',NULL),(14864,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787273,'web','79.110.62.125',NULL),(14865,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787274,'web','79.110.62.125',NULL),(14866,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787274,'web','79.110.62.125',NULL),(14867,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787274,'web','79.110.62.125',NULL),(14868,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787275,'web','79.110.62.125',NULL),(14869,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787275,'web','79.110.62.125',NULL),(14870,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787275,'web','79.110.62.125',NULL),(14871,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787276,'web','79.110.62.125',NULL),(14872,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787276,'web','79.110.62.125',NULL),(14873,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787277,'web','79.110.62.125',NULL),(14874,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787277,'web','79.110.62.125',NULL),(14875,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787278,'web','79.110.62.125',NULL),(14876,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787279,'web','79.110.62.125',NULL),(14877,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787279,'web','79.110.62.125',NULL),(14878,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787280,'web','79.110.62.125',NULL),(14879,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787280,'web','79.110.62.125',NULL),(14880,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787281,'web','79.110.62.125',NULL),(14881,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787281,'web','79.110.62.125',NULL),(14882,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787281,'web','79.110.62.125',NULL),(14883,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787281,'web','79.110.62.125',NULL),(14884,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787282,'web','79.110.62.125',NULL),(14885,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787282,'web','79.110.62.125',NULL),(14886,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787283,'web','79.110.62.125',NULL),(14887,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787283,'web','79.110.62.125',NULL),(14888,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787283,'web','79.110.62.125',NULL),(14889,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787284,'web','79.110.62.125',NULL),(14890,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787284,'web','79.110.62.125',NULL),(14891,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787284,'web','79.110.62.125',NULL),(14892,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787284,'web','79.110.62.125',NULL),(14893,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787285,'web','79.110.62.125',NULL),(14894,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787285,'web','79.110.62.125',NULL),(14895,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787285,'web','79.110.62.125',NULL),(14896,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787286,'web','79.110.62.125',NULL),(14897,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787286,'web','79.110.62.125',NULL),(14898,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787286,'web','79.110.62.125',NULL),(14899,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787287,'web','79.110.62.125',NULL),(14900,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787287,'web','79.110.62.125',NULL),(14901,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787287,'web','79.110.62.125',NULL),(14902,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787287,'web','79.110.62.125',NULL),(14903,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787288,'web','79.110.62.125',NULL),(14904,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787288,'web','79.110.62.125',NULL),(14905,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787288,'web','79.110.62.125',NULL),(14906,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787289,'web','79.110.62.125',NULL),(14907,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787290,'web','79.110.62.125',NULL),(14908,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787290,'web','79.110.62.125',NULL),(14909,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787290,'web','79.110.62.125',NULL),(14910,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787290,'web','79.110.62.125',NULL),(14911,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787291,'web','79.110.62.125',NULL),(14912,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787291,'web','79.110.62.125',NULL),(14913,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787291,'web','79.110.62.125',NULL),(14914,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787292,'web','79.110.62.125',NULL),(14915,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787292,'web','79.110.62.125',NULL),(14916,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787293,'web','79.110.62.125',NULL),(14917,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787294,'web','79.110.62.125',NULL),(14918,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787295,'web','79.110.62.125',NULL),(14919,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787295,'web','79.110.62.125',NULL),(14920,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787295,'web','79.110.62.125',NULL),(14921,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787296,'web','79.110.62.125',NULL),(14922,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787296,'web','79.110.62.125',NULL),(14923,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787297,'web','79.110.62.125',NULL),(14924,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787297,'web','79.110.62.125',NULL),(14925,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787298,'web','79.110.62.125',NULL),(14926,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787298,'web','79.110.62.125',NULL),(14927,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787298,'web','79.110.62.125',NULL),(14928,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787298,'web','79.110.62.125',NULL),(14929,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787299,'web','79.110.62.125',NULL),(14930,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787299,'web','79.110.62.125',NULL),(14931,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787299,'web','79.110.62.125',NULL),(14932,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787300,'web','79.110.62.125',NULL),(14933,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787300,'web','79.110.62.125',NULL),(14934,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787300,'web','79.110.62.125',NULL),(14935,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787300,'web','79.110.62.125',NULL),(14936,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787301,'web','79.110.62.125',NULL),(14937,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787301,'web','79.110.62.125',NULL),(14938,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787301,'web','79.110.62.125',NULL),(14939,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787302,'web','79.110.62.125',NULL),(14940,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787302,'web','79.110.62.125',NULL),(14941,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787302,'web','79.110.62.125',NULL),(14942,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787303,'web','79.110.62.125',NULL),(14943,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787303,'web','79.110.62.125',NULL),(14944,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787303,'web','79.110.62.125',NULL),(14945,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787304,'web','79.110.62.125',NULL),(14946,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787305,'web','79.110.62.125',NULL),(14947,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787305,'web','79.110.62.125',NULL),(14948,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787305,'web','79.110.62.125',NULL),(14949,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787306,'web','79.110.62.125',NULL),(14950,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787306,'web','79.110.62.125',NULL),(14951,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787306,'web','79.110.62.125',NULL),(14952,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787307,'web','79.110.62.125',NULL),(14953,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787307,'web','79.110.62.125',NULL),(14954,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787308,'web','79.110.62.125',NULL),(14955,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787308,'web','79.110.62.125',NULL),(14956,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787308,'web','79.110.62.125',NULL),(14957,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787309,'web','79.110.62.125',NULL),(14958,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787309,'web','79.110.62.125',NULL),(14959,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787309,'web','79.110.62.125',NULL),(14960,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787310,'web','79.110.62.125',NULL),(14961,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787310,'web','79.110.62.125',NULL),(14962,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787310,'web','79.110.62.125',NULL),(14963,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787310,'web','79.110.62.125',NULL),(14964,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787311,'web','79.110.62.125',NULL),(14965,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787311,'web','79.110.62.125',NULL),(14966,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787311,'web','79.110.62.125',NULL),(14967,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787312,'web','79.110.62.125',NULL),(14968,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787312,'web','79.110.62.125',NULL),(14969,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787312,'web','79.110.62.125',NULL),(14970,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787312,'web','79.110.62.125',NULL),(14971,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787313,'web','79.110.62.125',NULL),(14972,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787313,'web','79.110.62.125',NULL),(14973,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787313,'web','79.110.62.125',NULL),(14974,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787314,'web','79.110.62.125',NULL),(14975,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787315,'web','79.110.62.125',NULL),(14976,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787316,'web','79.110.62.125',NULL),(14977,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787316,'web','79.110.62.125',NULL),(14978,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787316,'web','79.110.62.125',NULL),(14979,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787316,'web','79.110.62.125',NULL),(14980,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787317,'web','79.110.62.125',NULL),(14981,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787317,'web','79.110.62.125',NULL),(14982,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787318,'web','79.110.62.125',NULL),(14983,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787318,'web','79.110.62.125',NULL),(14984,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787318,'web','79.110.62.125',NULL),(14985,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787319,'web','79.110.62.125',NULL),(14986,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787319,'web','79.110.62.125',NULL),(14987,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787319,'web','79.110.62.125',NULL),(14988,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787320,'web','79.110.62.125',NULL),(14989,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787320,'web','79.110.62.125',NULL),(14990,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787320,'web','79.110.62.125',NULL),(14991,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787321,'web','79.110.62.125',NULL),(14992,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787321,'web','79.110.62.125',NULL),(14993,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787322,'web','79.110.62.125',NULL),(14994,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787322,'web','79.110.62.125',NULL),(14995,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787322,'web','79.110.62.125',NULL),(14996,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787323,'web','79.110.62.125',NULL),(14997,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787323,'web','79.110.62.125',NULL),(14998,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787323,'web','79.110.62.125',NULL),(14999,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787324,'web','79.110.62.125',NULL),(15000,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787324,'web','79.110.62.125',NULL),(15001,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787325,'web','79.110.62.125',NULL),(15002,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787325,'web','79.110.62.125',NULL),(15003,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787326,'web','79.110.62.125',NULL),(15004,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787327,'web','79.110.62.125',NULL),(15005,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787328,'web','79.110.62.125',NULL),(15006,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787328,'web','79.110.62.125',NULL),(15007,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787329,'web','79.110.62.125',NULL),(15008,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787329,'web','79.110.62.125',NULL),(15009,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787329,'web','79.110.62.125',NULL),(15010,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787329,'web','79.110.62.125',NULL),(15011,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787330,'web','79.110.62.125',NULL),(15012,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787330,'web','79.110.62.125',NULL),(15013,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787330,'web','79.110.62.125',NULL),(15014,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787331,'web','79.110.62.125',NULL),(15015,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787331,'web','79.110.62.125',NULL),(15016,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787331,'web','79.110.62.125',NULL),(15017,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787332,'web','79.110.62.125',NULL),(15018,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787332,'web','79.110.62.125',NULL),(15019,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787332,'web','79.110.62.125',NULL),(15020,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787332,'web','79.110.62.125',NULL),(15021,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787333,'web','79.110.62.125',NULL),(15022,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787333,'web','79.110.62.125',NULL),(15023,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787333,'web','79.110.62.125',NULL),(15024,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787334,'web','79.110.62.125',NULL),(15025,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787334,'web','79.110.62.125',NULL),(15026,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787334,'web','79.110.62.125',NULL),(15027,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787334,'web','79.110.62.125',NULL),(15028,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787335,'web','79.110.62.125',NULL),(15029,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787336,'web','79.110.62.125',NULL),(15030,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787336,'web','79.110.62.125',NULL),(15031,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787336,'web','79.110.62.125',NULL),(15032,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787337,'web','79.110.62.125',NULL),(15033,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787337,'web','79.110.62.125',NULL),(15034,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787337,'web','79.110.62.125',NULL),(15035,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787337,'web','79.110.62.125',NULL),(15036,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787338,'web','79.110.62.125',NULL),(15037,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787338,'web','79.110.62.125',NULL),(15038,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787338,'web','79.110.62.125',NULL),(15039,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787339,'web','79.110.62.125',NULL),(15040,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787339,'web','79.110.62.125',NULL),(15041,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787340,'web','79.110.62.125',NULL),(15042,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787340,'web','79.110.62.125',NULL),(15043,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787340,'web','79.110.62.125',NULL),(15044,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787341,'web','79.110.62.125',NULL),(15045,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787341,'web','79.110.62.125',NULL),(15046,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787341,'web','79.110.62.125',NULL),(15047,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787341,'web','79.110.62.125',NULL),(15048,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787342,'web','79.110.62.125',NULL),(15049,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787342,'web','79.110.62.125',NULL),(15050,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787342,'web','79.110.62.125',NULL),(15051,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787343,'web','79.110.62.125',NULL),(15052,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787343,'web','79.110.62.125',NULL),(15053,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787343,'web','79.110.62.125',NULL),(15054,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787344,'web','79.110.62.125',NULL),(15055,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787344,'web','79.110.62.125',NULL),(15056,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787344,'web','79.110.62.125',NULL),(15057,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787345,'web','79.110.62.125',NULL),(15058,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787346,'web','79.110.62.125',NULL),(15059,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787346,'web','79.110.62.125',NULL),(15060,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787347,'web','79.110.62.125',NULL),(15061,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787348,'web','79.110.62.125',NULL),(15062,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787348,'web','79.110.62.125',NULL),(15063,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787348,'web','79.110.62.125',NULL),(15064,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787349,'web','79.110.62.125',NULL),(15065,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787349,'web','79.110.62.125',NULL),(15066,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787349,'web','79.110.62.125',NULL),(15067,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787349,'web','79.110.62.125',NULL),(15068,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787350,'web','79.110.62.125',NULL),(15069,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787350,'web','79.110.62.125',NULL),(15070,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787350,'web','79.110.62.125',NULL),(15071,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787351,'web','79.110.62.125',NULL),(15072,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787351,'web','79.110.62.125',NULL),(15073,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787352,'web','79.110.62.125',NULL),(15074,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787352,'web','79.110.62.125',NULL),(15075,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787352,'web','79.110.62.125',NULL),(15076,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787353,'web','79.110.62.125',NULL),(15077,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787353,'web','79.110.62.125',NULL),(15078,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787353,'web','79.110.62.125',NULL),(15079,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787353,'web','79.110.62.125',NULL),(15080,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787354,'web','79.110.62.125',NULL),(15081,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787354,'web','79.110.62.125',NULL),(15082,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787354,'web','79.110.62.125',NULL),(15083,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787355,'web','79.110.62.125',NULL),(15084,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787355,'web','79.110.62.125',NULL),(15085,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787356,'web','79.110.62.125',NULL),(15086,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787356,'web','79.110.62.125',NULL),(15087,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787356,'web','79.110.62.125',NULL),(15088,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787356,'web','79.110.62.125',NULL),(15089,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787357,'web','79.110.62.125',NULL),(15090,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787358,'web','79.110.62.125',NULL),(15091,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787358,'web','79.110.62.125',NULL),(15092,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787359,'web','79.110.62.125',NULL),(15093,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787359,'web','79.110.62.125',NULL),(15094,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787359,'web','79.110.62.125',NULL),(15095,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787360,'web','79.110.62.125',NULL),(15096,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787360,'web','79.110.62.125',NULL),(15097,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787361,'web','79.110.62.125',NULL),(15098,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787361,'web','79.110.62.125',NULL),(15099,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787361,'web','79.110.62.125',NULL),(15100,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787362,'web','79.110.62.125',NULL),(15101,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787362,'web','79.110.62.125',NULL),(15102,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787363,'web','79.110.62.125',NULL),(15103,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787363,'web','79.110.62.125',NULL),(15104,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787363,'web','79.110.62.125',NULL),(15105,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787363,'web','79.110.62.125',NULL),(15106,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787364,'web','79.110.62.125',NULL),(15107,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787364,'web','79.110.62.125',NULL),(15108,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787364,'web','79.110.62.125',NULL),(15109,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787365,'web','79.110.62.125',NULL),(15110,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787365,'web','79.110.62.125',NULL),(15111,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787365,'web','79.110.62.125',NULL),(15112,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787365,'web','79.110.62.125',NULL),(15113,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787366,'web','79.110.62.125',NULL),(15114,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787366,'web','79.110.62.125',NULL),(15115,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787366,'web','79.110.62.125',NULL),(15116,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787367,'web','79.110.62.125',NULL),(15117,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787368,'web','79.110.62.125',NULL),(15118,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787368,'web','79.110.62.125',NULL),(15119,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787368,'web','79.110.62.125',NULL),(15120,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787369,'web','79.110.62.125',NULL),(15121,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787369,'web','79.110.62.125',NULL),(15122,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787369,'web','79.110.62.125',NULL),(15123,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787370,'web','79.110.62.125',NULL),(15124,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787371,'web','79.110.62.125',NULL),(15125,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787371,'web','79.110.62.125',NULL),(15126,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787371,'web','79.110.62.125',NULL),(15127,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787372,'web','79.110.62.125',NULL),(15128,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787372,'web','79.110.62.125',NULL),(15129,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787373,'web','79.110.62.125',NULL),(15130,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787373,'web','79.110.62.125',NULL),(15131,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787373,'web','79.110.62.125',NULL),(15132,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787374,'web','79.110.62.125',NULL),(15133,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787374,'web','79.110.62.125',NULL),(15134,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787374,'web','79.110.62.125',NULL),(15135,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787375,'web','79.110.62.125',NULL),(15136,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787375,'web','79.110.62.125',NULL),(15137,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787375,'web','79.110.62.125',NULL),(15138,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787376,'web','79.110.62.125',NULL),(15139,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787376,'web','79.110.62.125',NULL),(15140,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787377,'web','79.110.62.125',NULL),(15141,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787377,'web','79.110.62.125',NULL),(15142,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787377,'web','79.110.62.125',NULL),(15143,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787378,'web','79.110.62.125',NULL),(15144,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725787378,'web','79.110.62.125',NULL),(15145,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725869115,'web','185.172.53.100',NULL),(15146,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725869119,'web','185.172.53.100',NULL),(15147,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725953652,'web','68.183.200.51',NULL),(15148,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1725980426,'web','52.31.34.236',NULL),(15149,'\\core\\event\\notification_sent','core','sent','notification','notifications',1838,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1726092662,'cli',NULL,NULL),(15150,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726097384,'web','44.242.173.51',NULL),(15151,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726329586,'web','64.227.32.66',NULL),(15152,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726329592,'web','64.227.32.66',NULL),(15153,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726329603,'web','64.227.32.66',NULL),(15154,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726329608,'web','195.211.77.140',NULL),(15155,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726329644,'web','205.169.39.3',NULL),(15156,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726329648,'web','34.72.176.129',NULL),(15157,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726329650,'web','51.81.245.138',NULL),(15158,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726329653,'web','195.211.77.142',NULL),(15159,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726329669,'web','205.169.39.173',NULL),(15160,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726329688,'web','205.169.39.173',NULL),(15161,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726331816,'web','5.164.29.116',NULL),(15162,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726340401,'web','133.242.174.119',NULL),(15163,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726340508,'web','193.32.127.222',NULL),(15164,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726372805,'web','154.28.229.223',NULL),(15165,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726372813,'web','154.28.229.223',NULL),(15166,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726372813,'web','104.164.173.103',NULL),(15167,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726372815,'web','104.164.173.103',NULL),(15168,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726372815,'web','104.164.173.103',NULL),(15169,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726372816,'web','104.164.173.103',NULL),(15170,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726373319,'web','47.88.90.156',NULL),(15171,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726380585,'web','171.244.43.14',NULL),(15172,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726387644,'web','5.164.29.116',NULL),(15173,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726392064,'web','3.249.74.44',NULL),(15174,'\\core\\event\\notification_sent','core','sent','notification','notifications',1839,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1726438263,'cli',NULL,NULL),(15175,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726447423,'web','159.89.124.194',NULL),(15176,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726463976,'web','44.195.85.172',NULL),(15177,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726469554,'web','104.152.52.58',NULL),(15178,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726497884,'web','51.81.46.212',NULL),(15179,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726565426,'web','52.31.34.236',NULL),(15180,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726624838,'web','138.197.161.223',NULL),(15181,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726713594,'web','34.28.112.93',NULL),(15182,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726727218,'web','207.241.235.133',NULL),(15183,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726727218,'web','207.241.225.114',NULL),(15184,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726727221,'web','207.241.235.133',NULL),(15185,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726738060,'web','45.148.10.59',NULL),(15186,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726752235,'web','54.206.75.172',NULL),(15187,'\\core\\event\\notification_sent','core','sent','notification','notifications',1840,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1726783863,'cli',NULL,NULL),(15188,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726794200,'web','3.235.141.3',NULL),(15189,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726829323,'web','185.81.128.21',NULL),(15190,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726837854,'web','3.38.148.50',NULL),(15191,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726875741,'web','205.210.31.87',NULL),(15192,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726900184,'web','34.1.31.91',NULL),(15193,'\\core\\event\\notification_sent','core','sent','notification','notifications',1841,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1726956663,'cli',NULL,NULL),(15194,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1726996863,'web','3.249.74.44',NULL),(15195,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1727014673,'web','198.235.24.3',NULL),(15196,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1727050109,'web','87.236.176.101',NULL),(15197,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1727063663,'web','87.236.176.163',NULL),(15198,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1727080611,'web','205.210.31.147',NULL),(15199,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1727150445,'web','52.31.34.236',NULL),(15200,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1727169319,'web','147.185.132.103',NULL),(15201,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1727176620,'web','104.152.52.62',NULL),(15202,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1727180316,'web','178.128.38.213',NULL),(15203,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1727180535,'web','99.255.100.228',NULL),(15204,'\\core\\event\\notification_sent','core','sent','notification','notifications',1842,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1727302264,'cli',NULL,NULL),(15205,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1727408317,'web','192.200.115.162',NULL),(15206,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1727475911,'web','40.77.167.235',NULL),(15207,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1727487250,'web','142.93.12.97',NULL),(15208,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1727567381,'web','94.156.68.236',NULL),(15209,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1727582769,'web','52.167.144.182',NULL),(15210,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1727601664,'web','3.249.74.44',NULL),(15211,'\\core\\event\\notification_sent','core','sent','notification','notifications',1843,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1727647862,'cli',NULL,NULL),(15212,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1727648392,'web','52.167.144.23',NULL),(15213,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1727661071,'web','104.248.5.48',NULL),(15214,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1727721856,'web','167.94.145.103',NULL),(15215,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1727735422,'web','52.31.34.236',NULL),(15216,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1727828080,'web','157.55.39.202',NULL),(15217,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1727834577,'web','138.68.180.150',NULL),(15218,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1727924935,'web','218.35.3.152',NULL),(15219,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1727936562,'web','45.148.10.59',NULL),(15220,'\\core\\event\\notification_sent','core','sent','notification','notifications',1844,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1727993464,'cli',NULL,NULL),(15221,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728001093,'web','134.209.197.107',NULL),(15222,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728019795,'web','52.167.144.210',NULL),(15223,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728087530,'web','207.46.13.7',NULL),(15224,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728113361,'web','54.88.179.33',NULL),(15225,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728113362,'web','54.88.179.33',NULL),(15226,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728116150,'web','35.211.10.21',NULL),(15227,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728144579,'web','205.169.39.18',NULL),(15228,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728148281,'web','195.211.77.142',NULL),(15229,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728148303,'web','195.211.77.142',NULL),(15230,'\\core\\event\\notification_sent','core','sent','notification','notifications',1845,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1728166263,'cli',NULL,NULL),(15231,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728180114,'web','137.184.169.107',NULL),(15232,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728196836,'web','54.88.179.33',NULL),(15233,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728196837,'web','54.88.179.33',NULL),(15234,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728206463,'web','3.255.129.165',NULL),(15235,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728272355,'web','34.250.79.51',NULL),(15236,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728320417,'web','52.31.34.236',NULL),(15237,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728324222,'web','34.245.237.148',NULL),(15238,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728331430,'web','35.81.76.238',NULL),(15239,'\\core\\event\\notification_sent','core','sent','notification','notifications',1846,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1728339062,'cli',NULL,NULL),(15240,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728353850,'web','159.203.68.144',NULL),(15241,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728524559,'web','142.93.216.43',NULL),(15242,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728527918,'web','142.93.220.58',NULL),(15243,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728533286,'web','178.128.160.114',NULL),(15244,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728540932,'web','45.148.10.59',NULL),(15245,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728669816,'web','178.128.103.14',NULL),(15246,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1728677946,'cli',NULL,NULL),(15247,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728694146,'web','159.65.16.92',NULL),(15248,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728721275,'web','52.167.144.16',NULL),(15249,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728766760,'web','20.234.60.215',NULL),(15250,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728766764,'web','20.234.60.215',NULL),(15251,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728811264,'web','3.249.246.31',NULL),(15252,'\\core\\event\\notification_sent','core','sent','notification','notifications',1847,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1728857463,'cli',NULL,NULL),(15253,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728871748,'web','159.203.14.138',NULL),(15254,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728874835,'web','104.198.137.249',NULL),(15255,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728880471,'web','52.167.144.191',NULL),(15256,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728905416,'web','52.31.34.236',NULL),(15257,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728913416,'web','118.232.112.215',NULL),(15258,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1728916357,'web','52.167.144.19',NULL),(15259,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1729072700,'web','51.81.46.212',NULL),(15260,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1729263587,'web','40.77.167.71',NULL),(15261,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1729298342,'web','45.148.10.59',NULL),(15262,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1729363435,'web','167.94.145.100',NULL),(15263,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1729364493,'web','167.94.146.61',NULL),(15264,'\\core\\event\\notification_sent','core','sent','notification','notifications',1848,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1729375863,'cli',NULL,NULL),(15265,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1729416063,'web','3.249.246.31',NULL),(15266,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1729427939,'web','40.77.167.78',NULL),(15267,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1729490444,'web','52.31.34.236',NULL),(15268,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1729541946,'cli',NULL,NULL),(15269,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1729592686,'web','52.167.144.209',NULL),(15270,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1729597475,'web','138.197.170.184',NULL),(15271,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1729600737,'web','118.232.112.215',NULL),(15272,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1729628346,'cli',NULL,NULL),(15273,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1729735017,'web','40.77.167.1',NULL),(15274,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1729762796,'web','35.207.5.150',NULL),(15275,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"en_us\"}',1729887546,'cli',NULL,NULL),(15276,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1730020864,'web','3.252.239.39',NULL),(15277,'\\core\\event\\notification_sent','core','sent','notification','notifications',1849,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1730067063,'cli',NULL,NULL),(15278,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1730069935,'web','52.167.144.172',NULL),(15279,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1730075416,'web','52.31.34.236',NULL),(15280,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1730172541,'web','157.55.39.54',NULL),(15281,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1730260831,'web','206.168.34.195',NULL),(15282,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1730262539,'web','167.94.145.107',NULL),(15283,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1730358798,'web','167.94.146.59',NULL),(15284,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1730361770,'web','199.45.154.135',NULL),(15285,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1730419063,'web','87.236.176.110',NULL),(15286,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1730426208,'web','87.236.176.42',NULL),(15287,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1730498648,'web','54.194.23.187',NULL),(15288,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1730500330,'web','52.167.144.198',NULL),(15289,'\\core\\event\\notification_sent','core','sent','notification','notifications',1850,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1730585463,'cli',NULL,NULL),(15290,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1730625664,'web','3.252.239.39',NULL),(15291,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1730639600,'web','115.231.78.2',NULL),(15292,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1730660427,'web','52.31.34.236',NULL),(15293,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1730666658,'web','207.46.13.124',NULL),(15294,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1730797709,'web','174.138.34.34',NULL),(15295,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1730871704,'web','34.242.107.25',NULL),(15296,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1730917781,'web','35.171.144.152',NULL),(15297,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1730917782,'web','35.171.144.152',NULL),(15298,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1730945362,'web','144.91.106.14',NULL),(15299,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1730945364,'web','144.91.106.14',NULL),(15300,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1730999562,'web','162.142.125.217',NULL),(15301,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731000009,'web','167.94.145.101',NULL),(15302,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731019164,'web','157.55.39.63',NULL),(15303,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731137083,'web','157.55.39.204',NULL),(15304,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731230463,'web','3.252.239.39',NULL),(15305,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731245417,'web','52.31.34.236',NULL),(15306,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731260428,'web','40.77.167.5',NULL),(15307,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731264331,'web','52.167.144.182',NULL),(15308,'\\core\\event\\notification_sent','core','sent','notification','notifications',1851,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1731276662,'cli',NULL,NULL),(15309,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731445216,'web','52.167.144.219',NULL),(15310,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731452678,'web','35.93.79.132',NULL),(15311,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731529790,'web','138.68.86.32',NULL),(15312,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731529796,'web','138.68.86.32',NULL),(15313,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731529799,'web','195.211.77.140',NULL),(15314,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731529807,'web','138.68.86.32',NULL),(15315,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731529815,'web','195.211.77.142',NULL),(15316,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731533418,'web','104.164.173.118',NULL),(15317,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731533824,'web','207.241.235.133',NULL),(15318,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731533836,'web','207.241.236.83',NULL),(15319,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731551003,'web','146.70.239.27',NULL),(15320,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731587696,'web','133.242.174.119',NULL),(15321,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731590035,'web','162.254.36.174',NULL),(15322,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731590827,'web','162.254.36.174',NULL),(15323,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731594183,'web','162.254.36.174',NULL),(15324,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731594736,'web','162.254.36.174',NULL),(15325,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731596076,'web','162.254.36.174',NULL),(15326,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731598582,'web','18.217.202.223',NULL),(15327,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731602624,'web','162.254.36.174',NULL),(15328,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731612256,'web','162.254.36.168',NULL),(15329,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731618242,'web','154.28.229.72',NULL),(15330,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731618243,'web','154.28.229.5',NULL),(15331,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731618528,'web','171.244.43.14',NULL),(15332,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731620393,'web','195.211.77.140',NULL),(15333,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731620405,'web','195.211.77.142',NULL),(15334,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731620631,'web','154.28.229.246',NULL),(15335,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731620638,'web','154.28.229.246',NULL),(15336,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731620638,'web','154.28.229.246',NULL),(15337,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731620638,'web','154.28.229.246',NULL),(15338,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731628291,'web','213.232.87.230',NULL),(15339,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731629394,'web','138.197.134.140',NULL),(15340,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731632392,'web','51.75.141.254',NULL),(15341,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731632394,'web','205.185.123.93',NULL),(15342,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731642595,'web','54.204.218.163',NULL),(15343,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731658369,'web','135.148.100.196',NULL),(15344,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731669093,'web','171.244.43.14',NULL),(15345,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731674107,'web','154.216.20.167',NULL),(15346,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731674111,'web','154.216.20.167',NULL),(15347,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731674114,'web','154.216.20.167',NULL),(15348,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731682014,'web','147.185.132.162',NULL),(15349,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731682133,'web','34.1.27.80',NULL),(15350,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731691498,'web','52.167.144.20',NULL),(15351,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731702429,'web','198.235.24.35',NULL),(15352,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731713220,'web','47.130.2.220',NULL),(15353,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731713222,'web','47.130.2.220',NULL),(15354,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731713224,'web','47.130.2.220',NULL),(15355,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731733557,'web','104.152.52.63',NULL),(15356,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731734035,'web','205.210.31.141',NULL),(15357,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731780164,'web','3.18.113.224',NULL),(15358,'\\core\\event\\notification_sent','core','sent','notification','notifications',1852,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1731795062,'cli',NULL,NULL),(15359,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731808881,'web','146.190.214.12',NULL),(15360,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731822223,'web','34.42.5.15',NULL),(15361,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731830427,'web','52.31.34.236',NULL),(15362,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731835263,'web','3.252.239.39',NULL),(15363,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731848065,'web','92.118.39.244',NULL),(15364,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731873564,'web','40.77.167.154',NULL),(15365,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731947942,'web','3.145.23.193',NULL),(15366,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731959751,'web','45.61.139.204',NULL),(15367,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1731983390,'web','188.166.113.95',NULL),(15368,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1732007424,'web','64.225.0.133',NULL),(15369,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1732081047,'web','18.191.145.247',NULL),(15370,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1732086933,'web','205.210.31.75',NULL),(15371,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1732162112,'web','3.134.77.64',NULL),(15372,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1732189768,'web','54.88.179.33',NULL),(15373,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1732189770,'web','54.88.179.33',NULL),(15374,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1732220346,'cli',NULL,NULL),(15375,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1732305467,'web','3.23.61.150',NULL),(15376,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1732392804,'web','40.77.167.255',NULL),(15377,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1732406163,'web','104.152.52.73',NULL),(15378,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1732440063,'web','3.252.239.39',NULL),(15379,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1732467092,'web','40.77.167.243',NULL),(15380,'\\core\\event\\notification_sent','core','sent','notification','notifications',1853,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1732486262,'cli',NULL,NULL),(15381,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1732558144,'web','157.55.39.204',NULL),(15382,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1732582822,'web','52.31.34.236',NULL),(15383,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1732597471,'web','35.90.157.116',NULL),(15384,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1732666538,'web','115.231.78.8',NULL),(15385,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1732666552,'web','115.231.78.8',NULL),(15386,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1732666553,'web','115.231.78.8',NULL),(15387,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1732845382,'web','147.182.153.183',NULL),(15388,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1732905827,'web','179.43.152.66',NULL),(15389,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1732905831,'web','179.43.152.66',NULL),(15390,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1732905834,'web','179.43.152.66',NULL),(15391,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1732951118,'web','40.77.167.75',NULL),(15392,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1732985746,'web','124.236.100.56',NULL),(15393,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1732988813,'web','104.152.52.60',NULL),(15394,'\\core\\event\\notification_sent','core','sent','notification','notifications',1854,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1733004663,'cli',NULL,NULL),(15395,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733017117,'web','138.197.39.60',NULL),(15396,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733044863,'web','3.252.239.39',NULL),(15397,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733131204,'web','3.145.28.182',NULL),(15398,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733145549,'web','52.167.144.197',NULL),(15399,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733167816,'web','52.31.34.236',NULL),(15400,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733171616,'web','34.244.39.33',NULL),(15401,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733188322,'web','188.166.88.32',NULL),(15402,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733200542,'web','128.199.24.250',NULL),(15403,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733261202,'web','3.14.150.156',NULL),(15404,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733343735,'web','143.244.190.13',NULL),(15405,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733360486,'web','209.38.152.212',NULL),(15406,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1733429946,'cli',NULL,NULL),(15407,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733463193,'web','52.209.165.69',NULL),(15408,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733473805,'web','52.167.144.186',NULL),(15409,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733508800,'web','162.142.125.196',NULL),(15410,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733514418,'web','162.142.125.221',NULL),(15411,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733518315,'web','3.26.40.228',NULL),(15412,'\\core\\event\\notification_sent','core','sent','notification','notifications',1855,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1733523063,'cli',NULL,NULL),(15413,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733537593,'web','137.184.21.177',NULL),(15414,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733560464,'web','195.178.110.49',NULL),(15415,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733606648,'web','104.152.52.61',NULL),(15416,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733608093,'web','13.238.217.185',NULL),(15417,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733649663,'web','3.252.239.39',NULL),(15418,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733663499,'web','45.148.10.235',NULL),(15419,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733707874,'web','167.71.188.107',NULL),(15420,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733752831,'web','52.31.34.236',NULL),(15421,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733752863,'web','54.206.127.151',NULL),(15422,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733794875,'web','13.239.29.238',NULL),(15423,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733797356,'web','157.55.39.202',NULL),(15424,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733839680,'web','87.236.176.164',NULL),(15425,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733860681,'web','185.247.137.192',NULL),(15426,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733862439,'web','13.239.4.46',NULL),(15427,'\\core\\event\\notification_sent','core','sent','notification','notifications',1856,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1733868662,'cli',NULL,NULL),(15428,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733880371,'web','144.126.195.85',NULL),(15429,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733886968,'web','35.212.135.169',NULL),(15430,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733907895,'web','52.167.144.166',NULL),(15431,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733949971,'web','35.171.144.152',NULL),(15432,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733949972,'web','35.171.144.152',NULL),(15433,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733950684,'web','44.244.81.205',NULL),(15434,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733968508,'web','13.250.48.185',NULL),(15435,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1733999419,'web','52.167.144.198',NULL),(15436,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734037101,'web','85.31.47.168',NULL),(15437,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734057884,'web','87.120.126.42',NULL),(15438,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734061912,'web','167.94.146.53',NULL),(15439,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734074430,'web','167.94.145.110',NULL),(15440,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734120300,'web','162.142.125.215',NULL),(15441,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734124210,'web','85.31.47.168',NULL),(15442,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734146543,'web','199.45.154.145',NULL),(15443,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734168951,'web','34.135.36.251',NULL),(15444,'\\core\\event\\notification_sent','core','sent','notification','notifications',1857,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1734214263,'cli',NULL,NULL),(15445,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734248047,'web','206.168.34.219',NULL),(15446,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734254463,'web','3.252.239.39',NULL),(15447,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734292290,'web','54.206.37.173',NULL),(15448,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734299552,'web','85.31.47.168',NULL),(15449,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734304492,'web','167.94.145.103',NULL),(15450,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734337823,'web','52.31.34.236',NULL),(15451,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734392868,'web','40.77.167.48',NULL),(15452,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734412295,'web','165.227.120.234',NULL),(15453,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734414648,'web','47.129.36.118',NULL),(15454,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734461179,'web','54.167.92.154',NULL),(15455,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734525188,'web','115.231.78.6',NULL),(15456,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734525223,'web','115.231.78.6',NULL),(15457,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734560991,'web','52.167.144.145',NULL),(15458,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734570663,'web','45.148.10.236',NULL),(15459,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734573117,'web','109.205.213.230',NULL),(15460,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734649393,'web','18.143.74.234',NULL),(15461,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734681973,'web','52.167.144.137',NULL),(15462,'\\core\\event\\notification_sent','core','sent','notification','notifications',1858,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1734732663,'cli',NULL,NULL),(15463,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734787233,'web','5.161.223.128',NULL),(15464,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734837748,'web','199.45.155.67',NULL),(15465,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734859263,'web','3.252.239.39',NULL),(15466,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734870343,'web','199.45.154.125',NULL),(15467,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734873689,'web','23.80.149.219',NULL),(15468,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734883280,'web','40.77.167.72',NULL),(15469,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734922823,'web','52.31.34.236',NULL),(15470,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734950007,'web','52.167.144.220',NULL),(15471,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1734959122,'web','92.118.39.244',NULL),(15472,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1734985146,'cli',NULL,NULL),(15473,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1735239636,'web','47.254.74.59',NULL),(15474,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1735308589,'web','45.148.10.236',NULL),(15475,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1735330746,'cli',NULL,NULL),(15476,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1735464063,'web','3.252.239.39',NULL),(15477,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1735476027,'web','45.148.10.236',NULL),(15478,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1735507816,'web','52.31.34.236',NULL),(15479,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1735576508,'web','45.148.10.236',NULL),(15480,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1735627454,'web','206.189.130.21',NULL),(15481,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1735763551,'web','52.215.60.254',NULL),(15482,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1735894638,'web','40.77.167.20',NULL),(15483,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736068864,'web','3.252.239.39',NULL),(15484,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736089731,'web','162.142.125.212',NULL),(15485,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736092834,'web','52.31.34.236',NULL),(15486,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736094946,'web','167.94.138.166',NULL),(15487,'\\core\\event\\notification_sent','core','sent','notification','notifications',1859,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1736115064,'cli',NULL,NULL),(15488,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736175865,'web','115.231.78.8',NULL),(15489,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736175881,'web','115.231.78.8',NULL),(15490,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736175882,'web','115.231.78.8',NULL),(15491,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736188962,'web','3.254.175.173',NULL),(15492,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736202999,'web','167.94.138.113',NULL),(15493,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736209389,'web','167.94.138.192',NULL),(15494,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736244426,'web','54.88.179.33',NULL),(15495,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736244427,'web','54.88.179.33',NULL),(15496,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736382043,'web','124.236.100.56',NULL),(15497,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736392508,'web','35.217.18.157',NULL),(15498,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736415227,'web','124.236.100.56',NULL),(15499,'\\core\\event\\notification_sent','core','sent','notification','notifications',1860,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1736633463,'cli',NULL,NULL),(15500,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736673664,'web','3.252.239.39',NULL),(15501,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736677831,'web','52.31.34.236',NULL),(15502,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736721388,'web','154.28.229.121',NULL),(15503,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736721389,'web','51.81.245.138',NULL),(15504,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736721405,'web','104.164.173.233',NULL),(15505,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736721406,'web','154.28.229.121',NULL),(15506,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736721445,'web','34.219.60.255',NULL),(15507,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736721445,'web','68.235.45.48',NULL),(15508,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736721445,'web','198.12.64.44',NULL),(15509,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736724195,'web','106.75.166.28',NULL),(15510,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736725167,'web','106.75.173.165',NULL),(15511,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736740020,'web','213.232.87.230',NULL),(15512,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736740870,'web','23.162.40.42',NULL),(15513,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736748222,'web','106.75.168.236',NULL),(15514,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736749500,'web','106.75.181.50',NULL),(15515,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736752399,'web','133.242.174.119',NULL),(15516,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736771831,'web','37.59.165.87',NULL),(15517,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736771977,'web','188.165.87.107',NULL),(15518,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736774999,'web','171.244.43.14',NULL),(15519,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736776369,'web','51.254.49.102',NULL),(15520,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736777026,'web','51.254.49.108',NULL),(15521,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736784636,'web','87.120.126.158',NULL),(15522,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736821170,'web','206.189.134.47',NULL),(15523,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736832375,'web','51.81.46.212',NULL),(15524,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736850354,'web','104.152.52.57',NULL),(15525,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736852898,'web','207.241.225.134',NULL),(15526,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736862340,'web','137.184.239.143',NULL),(15527,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736890905,'web','34.223.104.29',NULL),(15528,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736891430,'web','64.95.13.62',NULL),(15529,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736892589,'web','156.233.225.192',NULL),(15530,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1736989894,'web','157.245.110.29',NULL),(15531,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737031581,'web','110.172.98.2',NULL),(15532,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737097731,'web','94.156.177.121',NULL),(15533,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737097808,'web','94.156.177.121',NULL),(15534,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737097820,'web','94.156.177.121',NULL),(15535,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737100765,'web','205.210.31.209',NULL),(15536,'\\core\\event\\notification_sent','core','sent','notification','notifications',1861,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1737151863,'cli',NULL,NULL),(15537,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737163594,'web','82.197.70.112',NULL),(15538,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737163635,'web','82.197.70.112',NULL),(15539,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737163646,'web','82.197.70.112',NULL),(15540,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737166286,'web','146.190.159.211',NULL),(15541,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737173210,'web','198.235.24.178',NULL),(15542,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737205351,'web','198.235.24.30',NULL),(15543,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737207574,'web','54.88.179.33',NULL),(15544,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737207575,'web','54.88.179.33',NULL),(15545,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737262826,'web','52.31.34.236',NULL),(15546,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737278463,'web','3.252.239.39',NULL),(15547,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737333772,'web','134.122.2.169',NULL),(15548,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737389312,'web','87.236.176.191',NULL),(15549,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737419858,'web','87.236.176.217',NULL),(15550,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737458867,'web','198.235.24.126',NULL),(15551,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737463272,'web','167.99.164.165',NULL),(15552,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737466450,'web','167.99.167.236',NULL),(15553,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737467319,'web','167.99.164.165',NULL),(15554,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737467928,'web','64.225.35.109',NULL),(15555,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737468825,'web','64.225.35.109',NULL),(15556,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737486234,'web','104.152.52.58',NULL),(15557,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737530337,'web','207.46.13.126',NULL),(15558,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737703175,'web','157.245.201.195',NULL),(15559,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737735420,'web','207.46.13.155',NULL),(15560,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737792137,'web','198.235.24.208',NULL),(15561,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737809742,'web','47.82.11.43',NULL),(15562,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737842351,'web','167.94.138.112',NULL),(15563,'\\core\\event\\notification_sent','core','sent','notification','notifications',1862,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1737843063,'cli',NULL,NULL),(15564,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737847827,'web','52.31.34.236',NULL),(15565,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737883237,'web','198.235.24.180',NULL),(15566,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737883263,'web','3.252.239.39',NULL),(15567,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737907651,'web','198.235.24.151',NULL),(15568,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1737970616,'web','176.123.3.68',NULL),(15569,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738006225,'web','170.39.218.109',NULL),(15570,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738006675,'web','47.82.11.123',NULL),(15571,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738006709,'web','47.82.10.12',NULL),(15572,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738053745,'web','157.230.59.163',NULL),(15573,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738092609,'web','104.152.52.68',NULL),(15574,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738113558,'web','94.156.177.121',NULL),(15575,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738113804,'web','94.156.177.121',NULL),(15576,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738113889,'web','94.156.177.121',NULL),(15577,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738263259,'web','194.233.82.52',NULL),(15578,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738263284,'web','194.233.82.52',NULL),(15579,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738263300,'web','194.233.82.52',NULL),(15580,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738263326,'web','194.233.82.52',NULL),(15581,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738263328,'web','194.233.82.52',NULL),(15582,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738432832,'web','52.31.34.236',NULL),(15583,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738488064,'web','3.252.239.39',NULL),(15584,'\\core\\event\\notification_sent','core','sent','notification','notifications',1863,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1738534264,'cli',NULL,NULL),(15585,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738601944,'web','3.254.191.34',NULL),(15586,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738602048,'web','18.201.253.150',NULL),(15587,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738660232,'web','162.142.125.221',NULL),(15588,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738661782,'web','206.168.34.83',NULL),(15589,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738702578,'web','104.152.52.57',NULL),(15590,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738760154,'web','40.77.167.155',NULL),(15591,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738889975,'web','15.237.63.206',NULL),(15592,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738917623,'web','194.233.82.52',NULL),(15593,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738917665,'web','194.233.82.52',NULL),(15594,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738980020,'web','35.211.10.21',NULL),(15595,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738989112,'web','54.88.179.33',NULL),(15596,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1738989113,'web','54.88.179.33',NULL),(15597,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739017838,'web','52.31.34.236',NULL),(15598,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739027908,'web','54.88.179.33',NULL),(15599,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739027909,'web','54.88.179.33',NULL),(15600,'\\core\\event\\notification_sent','core','sent','notification','notifications',1864,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1739052663,'cli',NULL,NULL),(15601,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739073745,'web','54.88.179.33',NULL),(15602,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739073751,'web','54.88.179.33',NULL),(15603,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739092863,'web','3.252.239.39',NULL),(15604,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739131240,'web','54.88.179.33',NULL),(15605,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739131261,'web','35.171.144.152',NULL),(15606,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739193127,'web','194.233.82.52',NULL),(15607,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739193149,'web','194.233.82.52',NULL),(15608,'\\core\\event\\notification_sent','core','sent','notification','notifications',1865,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1739225463,'cli',NULL,NULL),(15609,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739251925,'web','178.62.116.91',NULL),(15610,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739280628,'web','45.148.10.237',NULL),(15611,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739294297,'web','104.152.52.56',NULL),(15612,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739295602,'web','45.148.10.235',NULL),(15613,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739301803,'web','35.95.83.149',NULL),(15614,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739423609,'web','51.81.46.212',NULL),(15615,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739445902,'web','45.148.10.238',NULL),(15616,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739478161,'web','54.88.179.33',NULL),(15617,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739478162,'web','54.88.179.33',NULL),(15618,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739579760,'web','82.197.68.199',NULL),(15619,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739602837,'web','52.31.34.236',NULL),(15620,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739697664,'web','3.254.194.112',NULL),(15621,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739714401,'web','34.91.36.231',NULL),(15622,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1739737146,'cli',NULL,NULL),(15623,'\\core\\event\\notification_sent','core','sent','notification','notifications',1866,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1739743864,'cli',NULL,NULL),(15624,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739843865,'web','194.233.82.52',NULL),(15625,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739843890,'web','194.233.82.52',NULL),(15626,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739881647,'web','115.231.78.12',NULL),(15627,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739881684,'web','115.231.78.12',NULL),(15628,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739881685,'web','115.231.78.12',NULL),(15629,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739908231,'web','104.152.52.66',NULL),(15630,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1739937216,'web','193.41.206.50',NULL),(15631,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1740032746,'web','54.245.192.243',NULL),(15632,'\\core\\event\\notification_sent','core','sent','notification','notifications',1867,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1740262262,'cli',NULL,NULL),(15633,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1740283476,'web','176.123.7.98',NULL),(15634,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1740302464,'web','3.254.194.112',NULL),(15635,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1740355230,'web','52.31.34.236',NULL),(15636,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1740446845,'web','13.38.130.123',NULL),(15637,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1740505955,'web','64.23.161.90',NULL),(15638,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1740543491,'web','20.171.207.46',NULL),(15639,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1740544927,'web','20.171.207.46',NULL),(15640,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1740544929,'web','20.171.207.46',NULL),(15641,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1740546106,'web','20.171.207.46',NULL),(15642,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1740568886,'web','193.41.206.50',NULL),(15643,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1740614380,'web','180.163.220.124',NULL),(15644,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1740736891,'web','185.247.137.192',NULL),(15645,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1740770938,'web','87.236.176.207',NULL),(15646,'\\core\\event\\notification_sent','core','sent','notification','notifications',1868,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1740780663,'cli',NULL,NULL),(15647,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1740781466,'web','3.252.26.111',NULL),(15648,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1740907264,'web','3.254.194.112',NULL),(15649,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1740940220,'web','52.31.34.236',NULL),(15650,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1740960920,'web','165.227.97.12',NULL),(15651,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1740984104,'web','54.245.192.243',NULL),(15652,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741033189,'web','71.6.134.232',NULL),(15653,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741136524,'web','165.232.179.163',NULL),(15654,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741181978,'web','47.79.3.239',NULL),(15655,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741225305,'web','1.192.195.8',NULL),(15656,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741239341,'web','47.82.11.175',NULL),(15657,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741248716,'web','54.75.73.58',NULL),(15658,'\\core\\event\\notification_sent','core','sent','notification','notifications',1869,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1741299062,'cli',NULL,NULL),(15659,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741306073,'web','137.184.237.111',NULL),(15660,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741323774,'web','47.79.121.0',NULL),(15661,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741356784,'web','47.79.122.126',NULL),(15662,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1741378746,'cli',NULL,NULL),(15663,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741455699,'web','206.168.34.36',NULL),(15664,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741464824,'web','145.220.91.19',NULL),(15665,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741500075,'web','47.82.10.219',NULL),(15666,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741500088,'web','47.82.9.86',NULL),(15667,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741512063,'web','3.254.194.112',NULL),(15668,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741525220,'web','52.31.34.236',NULL),(15669,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741544475,'web','47.82.10.237',NULL),(15670,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741549690,'web','47.82.10.150',NULL),(15671,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741591541,'web','47.79.7.143',NULL),(15672,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741600059,'web','47.82.11.145',NULL),(15673,'\\core\\event\\notification_sent','core','sent','notification','notifications',1870,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1741644662,'cli',NULL,NULL),(15674,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741686692,'web','40.77.167.241',NULL),(15675,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741693693,'web','47.82.10.120',NULL),(15676,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741705471,'web','147.182.217.1',NULL),(15677,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741738171,'web','207.46.13.155',NULL),(15678,'\\core\\event\\notification_sent','core','sent','notification','notifications',1871,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1741817463,'cli',NULL,NULL),(15679,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741855286,'web','221.111.209.1',NULL),(15680,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741855314,'web','221.111.209.1',NULL),(15681,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741855317,'web','221.111.209.1',NULL),(15682,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741855326,'web','221.111.209.1',NULL),(15683,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741855496,'web','221.111.209.1',NULL),(15684,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741882496,'web','45.148.10.174',NULL),(15685,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741890896,'web','71.6.134.233',NULL),(15686,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741894245,'web','35.94.103.25',NULL),(15687,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741919148,'web','135.148.100.196',NULL),(15688,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741926576,'web','51.81.245.138',NULL),(15689,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741926583,'web','46.101.1.225',NULL),(15690,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741926589,'web','46.101.1.225',NULL),(15691,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741926603,'web','46.101.1.225',NULL),(15692,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741926968,'web','207.241.225.134',NULL),(15693,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741927967,'web','207.241.225.134',NULL),(15694,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741951970,'web','20.171.207.63',NULL),(15695,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741951973,'web','20.171.207.63',NULL),(15696,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741951976,'web','20.171.207.63',NULL),(15697,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741951986,'web','20.171.207.63',NULL),(15698,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741973418,'web','106.75.143.21',NULL),(15699,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741977315,'web','154.28.229.46',NULL),(15700,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741977315,'web','154.28.229.108',NULL),(15701,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741977330,'web','154.28.229.46',NULL),(15702,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741986677,'web','199.45.154.138',NULL),(15703,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741987524,'web','54.88.179.33',NULL),(15704,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741987524,'web','54.88.179.33',NULL),(15705,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741993096,'web','133.242.174.119',NULL),(15706,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1741999556,'web','106.75.157.46',NULL),(15707,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742000748,'web','159.65.40.86',NULL),(15708,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742004954,'web','194.233.91.58',NULL),(15709,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742005006,'web','194.233.91.58',NULL),(15710,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742016266,'web','154.28.229.94',NULL),(15711,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742016266,'web','104.164.173.166',NULL),(15712,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742018757,'web','154.28.229.16',NULL),(15713,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742018757,'web','154.28.229.59',NULL),(15714,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742018770,'web','154.28.229.16',NULL),(15715,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742048989,'web','133.242.174.119',NULL),(15716,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742055621,'web','171.244.43.14',NULL),(15717,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742061369,'web','57.128.79.89',NULL),(15718,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742061370,'web','57.128.79.89',NULL),(15719,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742070519,'web','50.19.167.206',NULL),(15720,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742083035,'web','188.165.87.98',NULL),(15721,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742083394,'web','178.32.72.209',NULL),(15722,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742087084,'web','51.254.49.99',NULL),(15723,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742089556,'web','154.28.229.245',NULL),(15724,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742089558,'web','104.164.173.153',NULL),(15725,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742089751,'web','154.28.229.245',NULL),(15726,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742091138,'web','51.254.49.111',NULL),(15727,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742109122,'web','196.251.72.127',NULL),(15728,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742110220,'web','52.31.34.236',NULL),(15729,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742111027,'web','104.152.52.65',NULL),(15730,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742114729,'web','66.70.240.181',NULL),(15731,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742116863,'web','3.254.194.112',NULL),(15732,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742120304,'web','51.254.49.111',NULL),(15733,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742122323,'web','154.28.229.159',NULL),(15734,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742128369,'web','196.251.88.108',NULL),(15735,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742130272,'web','20.171.207.63',NULL),(15736,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742130275,'web','20.171.207.63',NULL),(15737,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742130280,'web','20.171.207.63',NULL),(15738,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742130288,'web','20.171.207.63',NULL),(15739,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742137664,'web','50.19.167.206',NULL),(15740,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742142163,'web','213.232.87.228',NULL),(15741,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742157687,'web','47.82.11.117',NULL),(15742,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742161660,'web','47.79.98.205',NULL),(15743,'\\core\\event\\notification_sent','core','sent','notification','notifications',1872,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1742163062,'cli',NULL,NULL),(15744,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742175379,'web','146.190.227.193',NULL),(15745,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742215413,'web','203.55.131.3',NULL),(15746,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742223863,'web','57.128.79.89',NULL),(15747,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742223864,'web','57.128.79.89',NULL),(15748,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742226509,'web','50.19.167.206',NULL),(15749,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742234923,'web','35.179.151.147',NULL),(15750,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742237861,'web','45.139.104.181',NULL),(15751,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742249114,'web','47.79.121.39',NULL),(15752,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742256653,'web','34.13.145.130',NULL),(15753,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742270008,'web','57.128.79.183',NULL),(15754,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742270009,'web','57.128.79.183',NULL),(15755,'\\core\\event\\notification_sent','core','sent','notification','notifications',1873,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1742335863,'cli',NULL,NULL),(15756,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742343104,'web','209.97.151.189',NULL),(15757,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742361799,'web','27.115.124.66',NULL),(15758,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742371115,'web','47.79.123.148',NULL),(15759,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742384221,'web','43.131.43.122',NULL),(15760,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742385962,'web','3.145.165.18',NULL),(15761,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742420384,'web','101.199.254.209',NULL),(15762,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742430371,'web','69.163.177.103',NULL),(15763,'\\core\\event\\notification_sent','core','sent','notification','notifications',1874,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1742508663,'cli',NULL,NULL),(15764,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742520217,'web','206.189.107.84',NULL),(15765,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537231,'web','170.39.218.246',NULL),(15766,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537255,'web','170.39.218.246',NULL),(15767,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537374,'web','170.39.218.246',NULL),(15768,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537375,'web','170.39.218.246',NULL),(15769,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537375,'web','170.39.218.246',NULL),(15770,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537379,'web','170.39.218.246',NULL),(15771,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537380,'web','170.39.218.246',NULL),(15772,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537384,'web','170.39.218.246',NULL),(15773,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537391,'web','170.39.218.246',NULL),(15774,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537391,'web','170.39.218.246',NULL),(15775,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537391,'web','170.39.218.246',NULL),(15776,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537392,'web','170.39.218.246',NULL),(15777,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537396,'web','170.39.218.246',NULL),(15778,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537396,'web','170.39.218.246',NULL),(15779,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537397,'web','170.39.218.246',NULL),(15780,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537397,'web','170.39.218.246',NULL),(15781,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537401,'web','170.39.218.246',NULL),(15782,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537402,'web','170.39.218.246',NULL),(15783,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537402,'web','170.39.218.246',NULL),(15784,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537406,'web','170.39.218.246',NULL),(15785,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537407,'web','170.39.218.246',NULL),(15786,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537407,'web','170.39.218.246',NULL),(15787,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537407,'web','170.39.218.246',NULL),(15788,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537411,'web','170.39.218.246',NULL),(15789,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537412,'web','170.39.218.246',NULL),(15790,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537416,'web','170.39.218.246',NULL),(15791,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537417,'web','170.39.218.246',NULL),(15792,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537417,'web','170.39.218.246',NULL),(15793,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537417,'web','170.39.218.246',NULL),(15794,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537418,'web','170.39.218.246',NULL),(15795,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537418,'web','170.39.218.246',NULL),(15796,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537418,'web','170.39.218.246',NULL),(15797,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537418,'web','170.39.218.246',NULL),(15798,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537419,'web','170.39.218.246',NULL),(15799,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537423,'web','170.39.218.246',NULL),(15800,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537423,'web','170.39.218.246',NULL),(15801,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537424,'web','170.39.218.246',NULL),(15802,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537424,'web','170.39.218.246',NULL),(15803,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537424,'web','170.39.218.246',NULL),(15804,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537425,'web','170.39.218.246',NULL),(15805,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537425,'web','170.39.218.246',NULL),(15806,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537425,'web','170.39.218.246',NULL),(15807,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537425,'web','170.39.218.246',NULL),(15808,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537426,'web','170.39.218.246',NULL),(15809,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537431,'web','170.39.218.246',NULL),(15810,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537431,'web','170.39.218.246',NULL),(15811,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537435,'web','170.39.218.246',NULL),(15812,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537436,'web','170.39.218.246',NULL),(15813,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537440,'web','170.39.218.246',NULL),(15814,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537445,'web','170.39.218.246',NULL),(15815,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537445,'web','170.39.218.246',NULL),(15816,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537445,'web','170.39.218.246',NULL),(15817,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537446,'web','170.39.218.246',NULL),(15818,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537446,'web','170.39.218.246',NULL),(15819,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537450,'web','170.39.218.246',NULL),(15820,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537451,'web','170.39.218.246',NULL),(15821,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537451,'web','170.39.218.246',NULL),(15822,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537451,'web','170.39.218.246',NULL),(15823,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537452,'web','170.39.218.246',NULL),(15824,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537452,'web','170.39.218.246',NULL),(15825,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537456,'web','170.39.218.246',NULL),(15826,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537456,'web','170.39.218.246',NULL),(15827,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537457,'web','170.39.218.246',NULL),(15828,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537457,'web','170.39.218.246',NULL),(15829,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537457,'web','170.39.218.246',NULL),(15830,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537458,'web','170.39.218.246',NULL),(15831,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537458,'web','170.39.218.246',NULL),(15832,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537458,'web','170.39.218.246',NULL),(15833,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537462,'web','170.39.218.246',NULL),(15834,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537463,'web','170.39.218.246',NULL),(15835,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537463,'web','170.39.218.246',NULL),(15836,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537463,'web','170.39.218.246',NULL),(15837,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537464,'web','170.39.218.246',NULL),(15838,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537464,'web','170.39.218.246',NULL),(15839,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537464,'web','170.39.218.246',NULL),(15840,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537464,'web','170.39.218.246',NULL),(15841,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537469,'web','170.39.218.246',NULL),(15842,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537469,'web','170.39.218.246',NULL),(15843,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537469,'web','170.39.218.246',NULL),(15844,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537470,'web','170.39.218.246',NULL),(15845,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537470,'web','170.39.218.246',NULL),(15846,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537470,'web','170.39.218.246',NULL),(15847,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537470,'web','170.39.218.246',NULL),(15848,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537471,'web','170.39.218.246',NULL),(15849,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537471,'web','170.39.218.246',NULL),(15850,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537471,'web','170.39.218.246',NULL),(15851,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537472,'web','170.39.218.246',NULL),(15852,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537472,'web','170.39.218.246',NULL),(15853,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537472,'web','170.39.218.246',NULL),(15854,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537473,'web','170.39.218.246',NULL),(15855,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537476,'web','170.39.218.246',NULL),(15856,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537477,'web','170.39.218.246',NULL),(15857,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537477,'web','170.39.218.246',NULL),(15858,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537477,'web','170.39.218.246',NULL),(15859,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537478,'web','170.39.218.246',NULL),(15860,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537478,'web','170.39.218.246',NULL),(15861,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537478,'web','170.39.218.246',NULL),(15862,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537482,'web','170.39.218.246',NULL),(15863,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537482,'web','170.39.218.246',NULL),(15864,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537482,'web','170.39.218.246',NULL),(15865,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537486,'web','170.39.218.246',NULL),(15866,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537486,'web','170.39.218.246',NULL),(15867,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537490,'web','170.39.218.246',NULL),(15868,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537490,'web','170.39.218.246',NULL),(15869,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537491,'web','170.39.218.246',NULL),(15870,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537494,'web','170.39.218.246',NULL),(15871,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537495,'web','170.39.218.246',NULL),(15872,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537495,'web','170.39.218.246',NULL),(15873,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537495,'web','170.39.218.246',NULL),(15874,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537498,'web','170.39.218.246',NULL),(15875,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537498,'web','170.39.218.246',NULL),(15876,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537498,'web','170.39.218.246',NULL),(15877,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537499,'web','170.39.218.246',NULL),(15878,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537499,'web','170.39.218.246',NULL),(15879,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537499,'web','170.39.218.246',NULL),(15880,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537500,'web','170.39.218.246',NULL),(15881,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537500,'web','170.39.218.246',NULL),(15882,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537500,'web','170.39.218.246',NULL),(15883,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537500,'web','170.39.218.246',NULL),(15884,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537501,'web','170.39.218.246',NULL),(15885,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537501,'web','170.39.218.246',NULL),(15886,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537501,'web','170.39.218.246',NULL),(15887,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537502,'web','170.39.218.246',NULL),(15888,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537502,'web','170.39.218.246',NULL),(15889,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537502,'web','170.39.218.246',NULL),(15890,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537502,'web','170.39.218.246',NULL),(15891,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537503,'web','170.39.218.246',NULL),(15892,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537503,'web','170.39.218.246',NULL),(15893,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537503,'web','170.39.218.246',NULL),(15894,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537504,'web','170.39.218.246',NULL),(15895,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537504,'web','170.39.218.246',NULL),(15896,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537507,'web','170.39.218.246',NULL),(15897,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537508,'web','170.39.218.246',NULL),(15898,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537508,'web','170.39.218.246',NULL),(15899,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537508,'web','170.39.218.246',NULL),(15900,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537509,'web','170.39.218.246',NULL),(15901,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537512,'web','170.39.218.246',NULL),(15902,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537512,'web','170.39.218.246',NULL),(15903,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537513,'web','170.39.218.246',NULL),(15904,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537516,'web','170.39.218.246',NULL),(15905,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537516,'web','170.39.218.246',NULL),(15906,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537516,'web','170.39.218.246',NULL),(15907,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537517,'web','170.39.218.246',NULL),(15908,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537517,'web','170.39.218.246',NULL),(15909,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537517,'web','170.39.218.246',NULL),(15910,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537518,'web','170.39.218.246',NULL),(15911,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537518,'web','170.39.218.246',NULL),(15912,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537518,'web','170.39.218.246',NULL),(15913,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537518,'web','170.39.218.246',NULL),(15914,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537519,'web','170.39.218.246',NULL),(15915,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537519,'web','170.39.218.246',NULL),(15916,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537519,'web','170.39.218.246',NULL),(15917,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537520,'web','170.39.218.246',NULL),(15918,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537520,'web','170.39.218.246',NULL),(15919,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537520,'web','170.39.218.246',NULL),(15920,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537520,'web','170.39.218.246',NULL),(15921,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537521,'web','170.39.218.246',NULL),(15922,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537521,'web','170.39.218.246',NULL),(15923,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537521,'web','170.39.218.246',NULL),(15924,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537522,'web','170.39.218.246',NULL),(15925,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537522,'web','170.39.218.246',NULL),(15926,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537522,'web','170.39.218.246',NULL),(15927,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537526,'web','170.39.218.246',NULL),(15928,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537526,'web','170.39.218.246',NULL),(15929,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537526,'web','170.39.218.246',NULL),(15930,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537527,'web','170.39.218.246',NULL),(15931,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537527,'web','170.39.218.246',NULL),(15932,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537527,'web','170.39.218.246',NULL),(15933,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537527,'web','170.39.218.246',NULL),(15934,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537528,'web','170.39.218.246',NULL),(15935,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537528,'web','170.39.218.246',NULL),(15936,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537531,'web','170.39.218.246',NULL),(15937,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537532,'web','170.39.218.246',NULL),(15938,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742537532,'web','170.39.218.246',NULL),(15939,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742539113,'web','170.39.218.202',NULL),(15940,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742583859,'web','23.95.123.5',NULL),(15941,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742647843,'web','205.210.31.150',NULL),(15942,'\\core\\event\\notification_sent','core','sent','notification','notifications',1875,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1742681462,'cli',NULL,NULL),(15943,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742693075,'web','143.244.135.93',NULL),(15944,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742695215,'web','52.31.34.236',NULL),(15945,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742721664,'web','34.245.73.90',NULL),(15946,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742729572,'web','198.235.24.170',NULL),(15947,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742749928,'web','44.203.168.227',NULL),(15948,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742754405,'web','104.152.52.62',NULL),(15949,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742766018,'web','3.83.123.217',NULL),(15950,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742807121,'web','71.6.134.233',NULL),(15951,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742861937,'web','206.189.122.5',NULL),(15952,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742885890,'web','159.203.92.59',NULL),(15953,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742888314,'web','138.68.160.34',NULL),(15954,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742897214,'web','198.235.24.80',NULL),(15955,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742949255,'web','101.198.0.187',NULL),(15956,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742949815,'web','101.198.0.182',NULL),(15957,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1742962830,'web','171.36.6.58',NULL),(15958,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1743042949,'web','167.99.126.140',NULL),(15959,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1743085903,'web','167.94.138.199',NULL),(15960,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1743095610,'web','170.39.218.189',NULL),(15961,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1743167955,'web','52.167.144.183',NULL),(15962,'\\core\\event\\notification_sent','core','sent','notification','notifications',1876,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1743199863,'cli',NULL,NULL),(15963,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1743209398,'web','143.198.38.174',NULL),(15964,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1743280222,'web','52.31.34.236',NULL),(15965,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1743326464,'web','34.245.73.90',NULL),(15966,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1743362187,'web','104.152.52.68',NULL),(15967,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1743365412,'web','71.6.134.234',NULL),(15968,'\\core\\event\\notification_sent','core','sent','notification','notifications',1877,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1743372663,'cli',NULL,NULL),(15969,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1743406259,'web','185.247.137.88',NULL),(15970,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1743452347,'cli',NULL,NULL),(15971,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1743454036,'web','185.247.137.67',NULL),(15972,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1743528024,'web','194.233.91.58',NULL),(15973,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1743528061,'web','194.233.91.58',NULL),(15974,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1743528061,'web','194.233.91.58',NULL),(15975,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1743566361,'web','27.115.124.2',NULL),(15976,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1743566502,'web','27.115.124.96',NULL),(15977,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1743569459,'web','35.206.115.46',NULL),(15978,'\\core\\event\\notification_sent','core','sent','notification','notifications',1878,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1743718262,'cli',NULL,NULL),(15979,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1743768760,'web','205.169.39.6',NULL),(15980,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1743827092,'web','34.247.56.161',NULL),(15981,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1743865222,'web','52.31.34.236',NULL),(15982,'\\core\\event\\notification_sent','core','sent','notification','notifications',1879,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1743891062,'cli',NULL,NULL),(15983,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1743931264,'web','3.254.194.112',NULL),(15984,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1743970058,'web','123.6.49.6',NULL),(15985,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1743970140,'web','123.6.49.46',NULL),(15986,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1743995471,'web','52.167.144.198',NULL),(15987,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744033329,'web','63.33.43.21',NULL),(15988,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744059814,'web','35.88.34.124',NULL),(15989,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744089066,'web','159.65.31.94',NULL),(15990,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744180823,'web','203.55.131.3',NULL),(15991,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744219725,'web','3.238.147.168',NULL),(15992,'\\core\\event\\notification_sent','core','sent','notification','notifications',1880,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1744236663,'cli',NULL,NULL),(15993,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744379610,'web','3.92.127.193',NULL),(15994,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744444460,'web','65.0.67.124',NULL),(15995,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744450221,'web','52.31.34.236',NULL),(15996,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744450911,'web','194.233.91.58',NULL),(15997,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744450931,'web','194.233.91.58',NULL),(15998,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744536063,'web','3.254.194.112',NULL),(15999,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744536946,'web','135.148.100.196',NULL),(16000,'\\core\\event\\notification_sent','core','sent','notification','notifications',1881,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1744582262,'cli',NULL,NULL),(16001,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744606890,'web','159.223.133.166',NULL),(16002,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744606891,'web','159.223.133.166',NULL),(16003,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744636935,'web','167.94.138.197',NULL),(16004,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744637000,'web','167.94.138.197',NULL),(16005,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744683016,'web','194.163.152.77',NULL),(16006,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744702138,'web','221.111.209.1',NULL),(16007,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744702139,'web','221.110.152.2',NULL),(16008,'\\core\\event\\notification_sent','core','sent','notification','notifications',1882,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1744755063,'cli',NULL,NULL),(16009,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744770179,'web','94.158.247.5',NULL),(16010,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744834927,'web','192.175.111.233',NULL),(16011,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744834928,'web','64.15.129.103',NULL),(16012,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744834932,'web','64.15.129.117',NULL),(16013,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744834933,'web','192.175.111.250',NULL),(16014,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744872852,'web','203.55.131.3',NULL),(16015,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1744873706,'web','123.6.49.4',NULL),(16016,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1745035228,'web','52.31.34.236',NULL),(16017,'\\core\\event\\notification_sent','core','sent','notification','notifications',1883,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1745100663,'cli',NULL,NULL),(16018,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1745130754,'web','45.148.10.235',NULL),(16019,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1745140863,'web','3.254.194.112',NULL),(16020,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1745152800,'web','101.199.254.233',NULL),(16021,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1745262730,'web','206.168.34.41',NULL),(16022,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1745262759,'web','206.168.34.41',NULL),(16023,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1745266746,'cli',NULL,NULL),(16024,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1745285468,'web','196.251.88.108',NULL),(16025,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1745289857,'web','68.183.136.201',NULL),(16026,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1745356163,'web','34.147.49.101',NULL),(16027,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1745376884,'web','154.83.103.111',NULL),(16028,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1745440529,'web','154.83.103.111',NULL),(16029,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1745527901,'web','196.251.72.127',NULL),(16030,'\\core\\event\\notification_sent','core','sent','notification','notifications',1884,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1745619063,'cli',NULL,NULL),(16031,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1745620218,'web','52.31.34.236',NULL),(16032,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1745675504,'web','71.6.134.233',NULL),(16033,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1745704375,'web','34.71.88.47',NULL),(16034,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1745745664,'web','3.254.194.112',NULL),(16035,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1745783327,'web','31.214.174.194',NULL),(16036,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1745785802,'web','88.218.193.254',NULL),(16037,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1745871546,'cli',NULL,NULL),(16038,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1745876479,'web','52.167.144.180',NULL),(16039,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1745957946,'cli',NULL,NULL),(16040,'\\core\\event\\notification_sent','core','sent','notification','notifications',1885,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1745964663,'cli',NULL,NULL),(16041,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746070341,'web','45.148.10.235',NULL),(16042,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746158337,'web','190.92.174.31',NULL),(16043,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746205228,'web','52.31.34.236',NULL),(16044,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746242694,'web','91.214.65.180',NULL),(16045,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746242697,'web','91.214.65.180',NULL),(16046,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746257510,'web','71.6.134.232',NULL),(16047,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746262830,'web','206.168.34.58',NULL),(16048,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746264910,'web','34.244.17.215',NULL),(16049,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746286962,'web','154.83.103.115',NULL),(16050,'\\core\\event\\notification_sent','core','sent','notification','notifications',1886,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1746310263,'cli',NULL,NULL),(16051,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746350464,'web','3.254.194.112',NULL),(16052,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746478115,'web','194.233.72.214',NULL),(16053,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746478177,'web','194.233.72.214',NULL),(16054,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746517637,'web','115.231.78.6',NULL),(16055,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746517673,'web','115.231.78.6',NULL),(16056,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746520391,'web','107.150.0.116',NULL),(16057,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746520532,'web','107.150.0.116',NULL),(16058,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746520549,'web','107.150.0.116',NULL),(16059,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746520637,'web','107.150.0.116',NULL),(16060,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746526475,'web','167.71.184.2',NULL),(16061,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746624906,'web','194.164.107.6',NULL),(16062,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746780526,'web','185.247.137.156',NULL),(16063,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746790228,'web','52.31.34.236',NULL),(16064,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746801149,'web','107.174.224.18',NULL),(16065,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746829389,'web','87.236.176.205',NULL),(16066,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746923103,'web','170.39.218.59',NULL),(16067,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746949574,'web','3.249.51.230',NULL),(16068,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746952467,'web','167.94.138.121',NULL),(16069,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746952515,'web','167.94.138.121',NULL),(16070,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1746955264,'web','34.245.73.90',NULL),(16071,'\\core\\event\\notification_sent','core','sent','notification','notifications',1887,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1747001462,'cli',NULL,NULL),(16072,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747071155,'web','44.242.153.62',NULL),(16073,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747101331,'web','198.44.137.54',NULL),(16074,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747101333,'web','198.44.137.54',NULL),(16075,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747107380,'web','64.227.70.2',NULL),(16076,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747107385,'web','64.227.70.2',NULL),(16077,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747107399,'web','64.227.70.2',NULL),(16078,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747107452,'web','51.81.245.138',NULL),(16079,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747107454,'web','34.72.176.129',NULL),(16080,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747107471,'web','205.169.39.7',NULL),(16081,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747107911,'web','149.22.86.6',NULL),(16082,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747107999,'web','146.70.185.32',NULL),(16083,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747108028,'web','146.70.185.32',NULL),(16084,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747108582,'web','205.169.39.69',NULL),(16085,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747108599,'web','205.169.39.69',NULL),(16086,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747111010,'web','205.169.39.6',NULL),(16087,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747113041,'web','168.119.37.243',NULL),(16088,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747113989,'web','81.217.18.182',NULL),(16089,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747119374,'web','154.28.229.43',NULL),(16090,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747124621,'web','135.148.100.196',NULL),(16091,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747124841,'web','154.28.229.0',NULL),(16092,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747130227,'web','213.152.176.252',NULL),(16093,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747145675,'web','133.242.174.119',NULL),(16094,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747178847,'web','170.39.218.59',NULL),(16095,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747182664,'web','64.227.69.119',NULL),(16096,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747188727,'web','154.28.229.224',NULL),(16097,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747228915,'web','154.28.229.207',NULL),(16098,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747231508,'web','154.83.103.107',NULL),(16099,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747231545,'web','154.83.103.107',NULL),(16100,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747248293,'web','107.174.224.18',NULL),(16101,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747251328,'web','34.122.147.229',NULL),(16102,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747251341,'web','205.169.39.4',NULL),(16103,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747251458,'web','205.169.39.192',NULL),(16104,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747251511,'web','205.169.39.192',NULL),(16105,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747254451,'web','194.163.152.77',NULL),(16106,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747269323,'web','3.249.245.170',NULL),(16107,'\\core\\event\\user_loggedin','core','loggedin','user','user',17,'r',0,1,10,0,17,0,NULL,0,'{\"username\":\"arlene9645@gmail.com\",\"extrauserinfo\":[]}',1747273176,'web','36.227.252.237',NULL),(16108,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,17,0,NULL,0,'null',1747273177,'web','36.227.252.237',NULL),(16109,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1747273201,'web','36.227.252.237',NULL),(16110,'\\core\\event\\email_failed','core','failed','email',NULL,NULL,'c',0,1,10,0,-10,0,17,0,'{\"subject\":\"\\u60a8\\u7684\\u5e33\\u865f \\u85dd\\u8853\\u795e\\u5b78Moodle \\u65b0\\u767b\\u5165\\u7d00\\u9304\",\"message\":\"\\u55e8 \\u5ed6 \\u79b9\\u6b23,\\n\\n\\u60a8\\u7684\\u5e33\\u865f \\u85dd\\u8853\\u795e\\u5b78Moodle \\u525b\\u525b\\u5f9e\\u4e00\\u500b\\u65b0\\u7684\\u8a2d\\u5099\\u767b\\u5165\\u4e86\\u3002\\n\\n* \\u60a8\\u7684\\u5e33\\u865f\\uff1a arlene9645@gmail.com\\n* \\u767b\\u5165\\u6642\\u9593\\uff1a2025\\u5e74 05\\u6708 15\\u65e5(\\u9031\\u56db) 09:39\\n* \\u767b\\u5165\\u8a2d\\u5099\\uff1a Mozilla\\/5.0 (Windows NT 10.0; Win64; x64)\\nAppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/136.0.0.0 Safari\\/537.36\\n* IP\\uff1a 36.227.252.237\\n\\n\\u5982\\u679c\\u662f\\u9019\\u4f60\\uff0c\\u5247\\u4e0d\\u9700\\u8981\\u505a\\u4efb\\u4f55\\u4e8b\\u3002\\n\\n\\u5982\\u679c\\u4f60\\u4e0d\\u8a8d\\u8b58\\u9019\\u7b46\\u7d00\\u9304\\uff0c\\u8acb \\u8b8a\\u66f4\\u60a8\\u7684\\u5bc6\\u78bc [1]\\u3002\\n\\nLinks:\\n------\\n[1] https:\\/\\/moo.cultivarts.org\\/login\\/change_password.php\",\"errorinfo\":\"SMTP connect() failed. https:\\/\\/github.com\\/PHPMailer\\/PHPMailer\\/wiki\\/Troubleshooting\"}',1747273205,'cli',NULL,NULL),(16111,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1747273216,'web','36.227.252.237',NULL),(16112,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1747273219,'web','36.227.252.237',NULL),(16113,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,17,0,NULL,0,'null',1747273221,'web','36.227.252.237',NULL),(16114,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1747273223,'web','36.227.252.237',NULL),(16115,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,17,0,NULL,0,'null',1747273225,'web','36.227.252.237',NULL),(16116,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,17,1,NULL,0,'null',1747273238,'web','36.227.252.237',NULL),(16117,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,17,0,NULL,0,'null',1747273240,'web','36.227.252.237',NULL),(16118,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747287057,'web','188.166.108.93',NULL),(16119,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747287063,'web','188.166.108.93',NULL),(16120,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747287077,'web','188.166.108.93',NULL),(16121,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747295993,'web','104.152.52.148',NULL),(16122,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747299241,'web','154.83.103.107',NULL),(16123,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747333938,'web','71.6.134.232',NULL),(16124,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1747340347,'cli',NULL,NULL),(16125,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747341981,'web','5.135.58.193',NULL),(16126,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747342880,'web','91.196.152.73',NULL),(16127,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747344929,'web','195.178.110.160',NULL),(16128,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747360791,'web','206.81.2.32',NULL),(16129,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747375227,'web','52.31.34.236',NULL),(16130,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747410689,'web','178.32.72.218',NULL),(16131,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747483566,'web','54.198.59.153',NULL),(16132,'\\core\\event\\notification_sent','core','sent','notification','notifications',1889,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1747519863,'cli',NULL,NULL),(16133,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747534701,'web','209.38.96.164',NULL),(16134,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747535181,'web','18.143.101.4',NULL),(16135,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747535181,'web','18.143.101.4',NULL),(16136,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747560063,'web','34.245.73.90',NULL),(16137,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747705148,'web','104.248.131.248',NULL),(16138,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747716836,'web','20.171.207.117',NULL),(16139,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747716862,'web','20.171.207.117',NULL),(16140,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747716863,'web','20.171.207.117',NULL),(16141,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747716868,'web','20.171.207.117',NULL),(16142,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747716878,'web','20.171.207.117',NULL),(16143,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747743262,'web','198.235.24.16',NULL),(16144,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1747772348,'cli',NULL,NULL),(16145,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747783919,'web','14.225.206.195',NULL),(16146,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747874653,'web','104.236.66.213',NULL),(16147,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747877648,'web','203.55.131.3',NULL),(16148,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747909820,'web','52.221.229.214',NULL),(16149,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747909820,'web','52.221.229.214',NULL),(16150,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747937453,'web','104.152.52.215',NULL),(16151,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1747949868,'web','35.204.200.243',NULL),(16152,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748045589,'web','147.185.132.174',NULL),(16153,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748049201,'web','139.59.15.186',NULL),(16154,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748079649,'web','45.82.78.254',NULL),(16155,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748079649,'web','45.82.78.254',NULL),(16156,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748118000,'web','198.235.24.178',NULL),(16157,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748120424,'web','52.31.34.236',NULL),(16158,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748125375,'web','5.62.57.47',NULL),(16159,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748125395,'web','5.62.57.47',NULL),(16160,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748125398,'web','5.62.57.47',NULL),(16161,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748147624,'web','15.237.118.9',NULL),(16162,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748161642,'web','27.115.124.4',NULL),(16163,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748163592,'web','205.210.31.183',NULL),(16164,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748164863,'web','3.254.194.112',NULL),(16165,'\\core\\event\\notification_sent','core','sent','notification','notifications',1890,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1748211063,'cli',NULL,NULL),(16166,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748225241,'web','101.199.254.205',NULL),(16167,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748228039,'web','159.223.8.225',NULL),(16168,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748396553,'web','164.92.202.206',NULL),(16169,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748418544,'web','170.39.218.58',NULL),(16170,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748443668,'web','51.44.160.236',NULL),(16171,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748471390,'web','180.163.220.96',NULL),(16172,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748474183,'web','193.34.213.147',NULL),(16173,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748475026,'web','20.171.207.135',NULL),(16174,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748475029,'web','20.171.207.135',NULL),(16175,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748475037,'web','20.171.207.135',NULL),(16176,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748475048,'web','20.171.207.135',NULL),(16177,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748500774,'web','101.198.0.156',NULL),(16178,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748506110,'web','194.233.72.214',NULL),(16179,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748506172,'web','194.233.72.214',NULL),(16180,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748519873,'web','185.177.72.202',NULL),(16181,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748545747,'web','104.152.52.112',NULL),(16182,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1748549946,'cli',NULL,NULL),(16183,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748557186,'web','185.177.72.202',NULL),(16184,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748557222,'web','185.177.72.202',NULL),(16185,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748570210,'web','104.248.195.158',NULL),(16186,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748578259,'web','203.55.131.3',NULL),(16187,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748585396,'web','205.210.31.238',NULL),(16188,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748643338,'web','157.55.39.9',NULL),(16189,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748705418,'web','52.31.34.236',NULL),(16190,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748717630,'web','34.170.184.88',NULL),(16191,'\\core\\event\\notification_sent','core','sent','notification','notifications',1891,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1748729462,'cli',NULL,NULL),(16192,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748730042,'web','205.210.31.153',NULL),(16193,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748769663,'web','3.254.194.112',NULL),(16194,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748790127,'web','54.217.23.243',NULL),(16195,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1748809146,'cli',NULL,NULL),(16196,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748841254,'web','198.235.24.133',NULL),(16197,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1748895546,'cli',NULL,NULL),(16198,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748896574,'web','194.233.72.214',NULL),(16199,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748896610,'web','194.233.72.214',NULL),(16200,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748947341,'web','198.235.24.121',NULL),(16201,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748949716,'web','205.169.39.58',NULL),(16202,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748966802,'web','134.209.28.91',NULL),(16203,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1748998466,'web','170.39.218.62',NULL),(16204,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749021867,'web','194.164.107.4',NULL),(16205,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749029524,'web','93.123.109.101',NULL),(16206,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749058148,'web','103.161.173.219',NULL),(16207,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749157477,'web','195.3.223.213',NULL),(16208,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749171710,'web','185.177.72.204',NULL),(16209,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749173023,'web','20.245.239.65',NULL),(16210,'\\core\\event\\notification_sent','core','sent','notification','notifications',1892,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1749247863,'cli',NULL,NULL),(16211,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749263932,'web','20.171.207.233',NULL),(16212,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749263941,'web','20.171.207.233',NULL),(16213,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749263965,'web','20.171.207.233',NULL),(16214,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749263975,'web','20.171.207.233',NULL),(16215,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749290425,'web','52.31.34.236',NULL),(16216,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749294836,'web','3.249.61.160',NULL),(16217,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749363046,'web','101.199.254.232',NULL),(16218,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749363342,'web','101.199.254.205',NULL),(16219,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749374463,'web','3.254.194.112',NULL),(16220,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749388194,'web','149.50.96.57',NULL),(16221,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749415812,'web','93.123.109.101',NULL),(16222,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749420503,'web','185.177.72.106',NULL),(16223,'\\core\\event\\notification_sent','core','sent','notification','notifications',1893,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1749420663,'cli',NULL,NULL),(16224,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749484108,'web','199.188.207.22',NULL),(16225,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749500593,'web','20.171.207.205',NULL),(16226,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749500981,'web','20.171.207.205',NULL),(16227,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749500987,'web','20.171.207.205',NULL),(16228,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749501029,'web','20.171.207.205',NULL),(16229,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749512456,'web','124.220.171.218',NULL),(16230,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749535911,'web','87.236.176.190',NULL),(16231,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749547387,'web','71.6.134.235',NULL),(16232,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749576984,'web','185.177.72.144',NULL),(16233,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749599338,'web','35.95.104.231',NULL),(16234,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749602229,'web','185.247.137.52',NULL),(16235,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749634310,'web','199.45.154.113',NULL),(16236,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749634329,'web','199.45.154.113',NULL),(16237,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749649987,'web','199.45.155.104',NULL),(16238,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749650016,'web','199.45.155.104',NULL),(16239,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749787875,'web','20.171.207.27',NULL),(16240,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749787924,'web','20.171.207.27',NULL),(16241,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749787936,'web','20.171.207.27',NULL),(16242,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749788219,'web','195.3.223.213',NULL),(16243,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749788866,'web','20.171.207.27',NULL),(16244,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749875419,'web','52.31.34.236',NULL),(16245,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1749932346,'cli',NULL,NULL),(16246,'\\core\\event\\notification_sent','core','sent','notification','notifications',1894,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1749939063,'cli',NULL,NULL),(16247,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1749979263,'web','3.254.194.112',NULL),(16248,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750005583,'web','180.163.220.112',NULL),(16249,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750005853,'web','180.163.220.60',NULL),(16250,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750007542,'web','123.6.49.38',NULL),(16251,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750007664,'web','123.6.49.10',NULL),(16252,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750032272,'web','147.92.179.115',NULL),(16253,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750035703,'web','185.177.72.104',NULL),(16254,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750035707,'web','185.177.72.104',NULL),(16255,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750045539,'web','196.251.115.125',NULL),(16256,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1750105146,'cli',NULL,NULL),(16257,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750114260,'web','20.171.207.210',NULL),(16258,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750114265,'web','20.171.207.210',NULL),(16259,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750114272,'web','20.171.207.210',NULL),(16260,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750152276,'web','47.82.61.212',NULL),(16261,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750152276,'web','47.82.61.212',NULL),(16262,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750152276,'web','47.82.61.212',NULL),(16263,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750157826,'web','159.223.145.208',NULL),(16264,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750162805,'web','47.82.60.72',NULL),(16265,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750162805,'web','47.82.60.72',NULL),(16266,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750162805,'web','47.82.60.72',NULL),(16267,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750201893,'web','47.82.60.242',NULL),(16268,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750201894,'web','47.82.60.242',NULL),(16269,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750201894,'web','47.82.60.242',NULL),(16270,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750241789,'web','40.77.167.159',NULL),(16271,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750259281,'web','203.55.131.4',NULL),(16272,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750295852,'web','149.50.97.229',NULL),(16273,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750331352,'web','47.82.60.158',NULL),(16274,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750339714,'web','185.177.72.236',NULL),(16275,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750339718,'web','185.177.72.236',NULL),(16276,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750413484,'web','185.177.72.201',NULL),(16277,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750413506,'web','185.177.72.201',NULL),(16278,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750413507,'web','185.177.72.201',NULL),(16279,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750413507,'web','185.177.72.201',NULL),(16280,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750413507,'web','185.177.72.201',NULL),(16281,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750413893,'web','185.177.72.201',NULL),(16282,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750413894,'web','185.177.72.201',NULL),(16283,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750418972,'web','185.177.72.106',NULL),(16284,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750418980,'web','185.177.72.106',NULL),(16285,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750444751,'web','185.177.72.106',NULL),(16286,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750444762,'web','185.177.72.106',NULL),(16287,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750460420,'web','52.31.34.236',NULL),(16288,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750499928,'web','85.204.70.98',NULL),(16289,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750499929,'web','85.204.70.98',NULL),(16290,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750500272,'web','34.90.61.163',NULL),(16291,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750584064,'web','34.245.73.90',NULL),(16292,'\\core\\event\\notification_sent','core','sent','notification','notifications',1895,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1750630263,'cli',NULL,NULL),(16293,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750748096,'web','93.123.109.81',NULL),(16294,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750763165,'web','3.16.27.126',NULL),(16295,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750763167,'web','3.16.27.126',NULL),(16296,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750850229,'web','194.233.72.214',NULL),(16297,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750850306,'web','194.233.72.214',NULL),(16298,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750850324,'web','203.55.131.4',NULL),(16299,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750850341,'web','194.233.72.214',NULL),(16300,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1750943287,'web','47.82.60.17',NULL),(16301,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751029414,'web','199.247.31.35',NULL),(16302,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751045421,'web','52.31.34.236',NULL),(16303,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751111343,'web','20.171.207.78',NULL),(16304,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751111353,'web','20.171.207.78',NULL),(16305,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751111357,'web','20.171.207.78',NULL),(16306,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751111364,'web','20.171.207.78',NULL),(16307,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751111367,'web','20.171.207.78',NULL),(16308,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751188864,'web','34.245.73.90',NULL),(16309,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751318222,'web','185.177.72.111',NULL),(16310,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751318230,'web','185.177.72.111',NULL),(16311,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751320937,'web','167.94.145.100',NULL),(16312,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751320957,'web','167.94.145.100',NULL),(16313,'\\core\\event\\notification_sent','core','sent','notification','notifications',1896,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1751321462,'cli',NULL,NULL),(16314,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751358124,'web','125.254.121.11',NULL),(16315,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751390701,'web','161.35.207.88',NULL),(16316,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751419589,'web','20.171.207.78',NULL),(16317,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751419596,'web','20.171.207.78',NULL),(16318,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751419601,'web','20.171.207.78',NULL),(16319,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751419605,'web','20.171.207.78',NULL),(16320,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751419607,'web','20.171.207.78',NULL),(16321,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751436247,'web','194.164.107.4',NULL),(16322,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751484276,'web','54.74.87.89',NULL),(16323,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751501977,'web','207.154.199.224',NULL),(16324,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751518488,'web','45.82.78.254',NULL),(16325,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751543376,'web','47.82.60.2',NULL),(16326,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751630424,'web','52.31.34.236',NULL),(16327,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751659332,'web','3.17.255.71',NULL),(16328,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751663098,'web','3.17.255.71',NULL),(16329,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751670551,'web','3.17.255.71',NULL),(16330,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751682538,'web','164.92.195.230',NULL),(16331,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751793664,'web','34.245.73.90',NULL),(16332,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751803149,'web','3.138.185.30',NULL),(16333,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751803149,'web','3.138.185.30',NULL),(16334,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751805523,'web','3.146.111.124',NULL),(16335,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751809588,'web','3.17.255.71',NULL),(16336,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751855395,'web','27.115.124.48',NULL),(16337,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751917254,'web','108.130.77.245',NULL),(16338,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751918985,'web','44.242.248.218',NULL),(16339,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1751927728,'web','71.6.134.232',NULL),(16340,'\\core\\event\\notification_sent','core','sent','notification','notifications',1897,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1752012663,'cli',NULL,NULL),(16341,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752151315,'web','47.82.60.57',NULL),(16342,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752215431,'web','52.31.34.236',NULL),(16343,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752298327,'web','18.141.190.55',NULL),(16344,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752298327,'web','18.141.190.55',NULL),(16345,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752303303,'web','202.120.37.109',NULL),(16346,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752303304,'web','202.120.37.109',NULL),(16347,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752303314,'web','129.227.118.179',NULL),(16348,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752303317,'web','34.123.170.104',NULL),(16349,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752303321,'web','205.169.39.17',NULL),(16350,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752303324,'web','205.169.39.48',NULL),(16351,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752303328,'web','205.169.39.110',NULL),(16352,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752303339,'web','205.169.39.110',NULL),(16353,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752303374,'web','103.4.251.89',NULL),(16354,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752303381,'web','104.164.126.106',NULL),(16355,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752303397,'web','103.4.251.89',NULL),(16356,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752304976,'web','103.4.251.178',NULL),(16357,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752304977,'web','104.164.126.163',NULL),(16358,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752304985,'web','104.164.126.163',NULL),(16359,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752307259,'web','104.252.191.202',NULL),(16360,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752307259,'web','104.164.173.88',NULL),(16361,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752307264,'web','104.164.173.88',NULL),(16362,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752332766,'web','194.233.88.108',NULL),(16363,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752341452,'web','20.171.207.121',NULL),(16364,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752341536,'web','20.171.207.121',NULL),(16365,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752341574,'web','20.171.207.121',NULL),(16366,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752341720,'web','20.171.207.121',NULL),(16367,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752366874,'web','64.227.146.229',NULL),(16368,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752383937,'web','44.211.143.83',NULL),(16369,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752383938,'web','44.211.143.83',NULL),(16370,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752398463,'web','34.247.136.35',NULL),(16371,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752409009,'web','194.163.152.77',NULL),(16372,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752438486,'web','34.217.60.213',NULL),(16373,'\\core\\event\\notification_sent','core','sent','notification','notifications',1898,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1752444662,'cli',NULL,NULL),(16374,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752452562,'web','3.22.104.232',NULL),(16375,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752485263,'web','34.168.166.46',NULL),(16376,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752497653,'web','71.6.134.234',NULL),(16377,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752546214,'web','138.197.128.185',NULL),(16378,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752559488,'web','107.174.224.18',NULL),(16379,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752568030,'web','165.232.89.37',NULL),(16380,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752588278,'web','51.83.227.195',NULL),(16381,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752652646,'web','52.87.158.160',NULL),(16382,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752652649,'web','52.87.158.160',NULL),(16383,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752671411,'web','52.33.108.208',NULL),(16384,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752718758,'web','138.68.149.157',NULL),(16385,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752742434,'web','34.226.147.186',NULL),(16386,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752742435,'web','34.226.147.186',NULL),(16387,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752753425,'web','47.82.4.233',NULL),(16388,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752760070,'web','3.237.61.108',NULL),(16389,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752779838,'web','198.235.24.126',NULL),(16390,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752799694,'web','20.171.207.127',NULL),(16391,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752799697,'web','20.171.207.127',NULL),(16392,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752799700,'web','20.171.207.127',NULL),(16393,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752799702,'web','20.171.207.127',NULL),(16394,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752800431,'web','52.31.34.236',NULL),(16395,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752854770,'web','51.81.46.212',NULL),(16396,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752857223,'web','35.245.156.116',NULL),(16397,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752918294,'web','87.236.176.10',NULL),(16398,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752924635,'web','101.199.254.199',NULL),(16399,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752925149,'web','101.199.254.198',NULL),(16400,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752948587,'web','185.247.137.110',NULL),(16401,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752992048,'web','20.171.207.127',NULL),(16402,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752992050,'web','20.171.207.127',NULL),(16403,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1752992053,'web','20.171.207.127',NULL),(16404,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753003263,'web','34.247.136.35',NULL),(16405,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753070452,'web','198.235.24.41',NULL),(16406,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753109265,'web','34.91.229.116',NULL),(16407,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753114893,'web','205.210.31.37',NULL),(16408,'\\core\\event\\notification_sent','core','sent','notification','notifications',1899,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1753135863,'cli',NULL,NULL),(16409,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753145715,'web','203.55.131.5',NULL),(16410,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753171425,'web','198.235.24.112',NULL),(16411,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753172165,'web','20.171.207.179',NULL),(16412,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753172168,'web','20.171.207.179',NULL),(16413,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753206638,'web','20.171.207.179',NULL),(16414,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753229079,'web','217.15.175.139',NULL),(16415,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753229126,'web','217.15.175.139',NULL),(16416,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753229133,'web','217.15.175.139',NULL),(16417,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753292016,'web','47.254.16.187',NULL),(16418,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753292043,'web','47.89.195.210',NULL),(16419,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753292044,'web','47.89.193.162',NULL),(16420,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753292076,'web','47.88.87.97',NULL),(16421,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753333053,'web','185.177.72.210',NULL),(16422,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753358395,'web','47.82.11.41',NULL),(16423,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753374358,'web','52.167.144.158',NULL),(16424,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753375886,'web','170.39.218.51',NULL),(16425,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753385419,'web','52.31.34.236',NULL),(16426,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753404084,'web','3.138.185.30',NULL),(16427,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753404086,'web','3.138.185.30',NULL),(16428,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753413386,'web','101.198.0.180',NULL),(16429,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753413397,'web','122.96.28.90',NULL),(16430,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753432864,'web','198.235.24.240',NULL),(16431,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753482894,'web','205.210.31.141',NULL),(16432,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753503183,'web','162.142.125.124',NULL),(16433,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753503225,'web','162.142.125.124',NULL),(16434,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753608064,'web','34.247.136.35',NULL),(16435,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753650320,'web','213.209.143.116',NULL),(16436,'\\core\\event\\notification_sent','core','sent','notification','notifications',1900,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1753654263,'cli',NULL,NULL),(16437,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753668744,'web','20.171.207.222',NULL),(16438,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753668747,'web','20.171.207.222',NULL),(16439,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753668750,'web','20.171.207.222',NULL),(16440,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753710377,'web','205.210.31.42',NULL),(16441,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753802758,'web','143.244.131.123',NULL),(16442,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753857783,'web','198.235.24.16',NULL),(16443,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753959911,'web','192.197.201.114',NULL),(16444,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753959916,'web','192.197.201.114',NULL),(16445,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753960055,'web','47.82.11.26',NULL),(16446,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753970427,'web','52.31.34.236',NULL),(16447,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753972117,'web','185.177.72.115',NULL),(16448,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753972185,'web','185.177.72.115',NULL),(16449,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753977312,'web','145.220.91.19',NULL),(16450,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753986677,'web','20.171.207.48',NULL),(16451,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753986680,'web','20.171.207.48',NULL),(16452,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1753986683,'web','20.171.207.48',NULL),(16453,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754031563,'web','185.177.72.12',NULL),(16454,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754031584,'web','185.177.72.12',NULL),(16455,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754079539,'web','40.77.167.55',NULL),(16456,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754083449,'web','3.140.182.19',NULL),(16457,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754094311,'web','185.177.72.46',NULL),(16458,'\\core\\event\\notification_sent','core','sent','notification','notifications',1901,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1754172663,'cli',NULL,NULL),(16459,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754172759,'web','192.250.231.9',NULL),(16460,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754177096,'web','185.177.72.144',NULL),(16461,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754198224,'web','203.55.131.3',NULL),(16462,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754212863,'web','34.247.136.35',NULL),(16463,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754252052,'web','20.171.207.71',NULL),(16464,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754252055,'web','20.171.207.71',NULL),(16465,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754252058,'web','20.171.207.71',NULL),(16466,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754385208,'web','103.124.105.225',NULL),(16467,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754432900,'web','20.171.207.204',NULL),(16468,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754432903,'web','20.171.207.204',NULL),(16469,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754432905,'web','20.171.207.204',NULL),(16470,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754452666,'web','195.178.110.161',NULL),(16471,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754467843,'web','185.177.72.111',NULL),(16472,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754507558,'web','18.117.219.199',NULL),(16473,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754507560,'web','18.117.219.199',NULL),(16474,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754529700,'web','43.134.114.183',NULL),(16475,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754555423,'web','52.31.34.236',NULL),(16476,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754565800,'web','47.82.11.87',NULL),(16477,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754604488,'web','20.171.207.24',NULL),(16478,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754610363,'web','3.250.101.186',NULL),(16479,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754674473,'web','20.171.207.186',NULL),(16480,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754674476,'web','20.171.207.186',NULL),(16481,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754674479,'web','20.171.207.186',NULL),(16482,'\\core\\event\\notification_sent','core','sent','notification','notifications',1902,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1754691063,'cli',NULL,NULL),(16483,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754715827,'web','203.55.131.3',NULL),(16484,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754725762,'web','3.146.111.124',NULL),(16485,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754725763,'web','3.146.111.124',NULL),(16486,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754817663,'web','34.247.136.35',NULL),(16487,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754857046,'web','185.177.72.57',NULL),(16488,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754857053,'web','185.177.72.57',NULL),(16489,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754906976,'web','3.252.225.69',NULL),(16490,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754935309,'web','35.94.213.206',NULL),(16491,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754940373,'web','45.148.10.80',NULL),(16492,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754946473,'web','71.6.134.235',NULL),(16493,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754953997,'web','93.123.109.246',NULL),(16494,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754966209,'web','157.230.2.224',NULL),(16495,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754995858,'web','20.171.207.32',NULL),(16496,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754995861,'web','20.171.207.32',NULL),(16497,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1754995864,'web','20.171.207.32',NULL),(16498,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755001768,'web','162.142.125.37',NULL),(16499,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755001834,'web','162.142.125.37',NULL),(16500,'\\core\\event\\notification_sent','core','sent','notification','notifications',1903,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1755036663,'cli',NULL,NULL),(16501,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755068443,'web','185.177.72.205',NULL),(16502,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755068447,'web','185.177.72.205',NULL),(16503,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755089346,'web','185.177.72.205',NULL),(16504,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755089353,'web','185.177.72.205',NULL),(16505,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755140432,'web','52.31.34.236',NULL),(16506,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755141191,'web','185.177.72.205',NULL),(16507,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755141195,'web','185.177.72.205',NULL),(16508,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755171180,'web','47.82.11.38',NULL),(16509,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755337044,'web','195.178.110.75',NULL),(16510,'\\core\\event\\notification_sent','core','sent','notification','notifications',1904,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1755382262,'cli',NULL,NULL),(16511,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755393891,'web','199.45.155.82',NULL),(16512,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755393905,'web','199.45.155.82',NULL),(16513,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755402329,'web','115.231.78.12',NULL),(16514,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755422463,'web','34.247.136.35',NULL),(16515,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755495689,'web','45.148.10.80',NULL),(16516,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755516610,'web','34.147.16.58',NULL),(16517,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755519598,'web','145.220.91.19',NULL),(16518,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755561834,'web','142.93.183.86',NULL),(16519,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755579942,'web','45.148.10.80',NULL),(16520,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755581797,'web','71.6.134.230',NULL),(16521,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755622455,'web','185.177.72.36',NULL),(16522,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755666429,'web','185.93.89.60',NULL),(16523,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755666434,'web','185.93.89.60',NULL),(16524,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755666436,'web','185.93.89.60',NULL),(16525,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755666437,'web','185.93.89.60',NULL),(16526,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755669105,'web','51.81.46.212',NULL),(16527,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755671417,'web','20.171.207.203',NULL),(16528,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755671440,'web','20.171.207.203',NULL),(16529,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755671446,'web','20.171.207.203',NULL),(16530,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755676769,'web','45.131.155.103',NULL),(16531,'\\core\\event\\notification_sent','core','sent','notification','notifications',1905,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1755727863,'cli',NULL,NULL),(16532,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755745943,'web','52.167.144.146',NULL),(16533,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755758459,'web','185.93.89.60',NULL),(16534,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755758468,'web','185.93.89.60',NULL),(16535,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755760292,'web','87.236.176.221',NULL),(16536,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755795962,'web','87.236.176.4',NULL),(16537,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755848089,'web','20.171.207.100',NULL),(16538,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755848092,'web','20.171.207.100',NULL),(16539,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755848095,'web','20.171.207.100',NULL),(16540,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755894618,'web','52.31.34.236',NULL),(16541,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1755981363,'web','3.140.182.19',NULL),(16542,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756008172,'web','185.177.72.108',NULL),(16543,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756008198,'web','185.177.72.108',NULL),(16544,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756019432,'web','20.171.207.8',NULL),(16545,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756021371,'web','44.211.148.33',NULL),(16546,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756021372,'web','44.211.148.33',NULL),(16547,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756027263,'web','34.247.136.35',NULL),(16548,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"reason\":3}',1756028817,'web','103.59.160.210',NULL),(16549,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756034638,'web','34.169.168.204',NULL),(16550,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756041959,'web','40.77.167.32',NULL),(16551,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1756048816,'web','103.59.160.210',NULL),(16552,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1756052805,'web','103.59.160.210',NULL),(16553,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1756062767,'web','103.59.160.210',NULL),(16554,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1756063546,'web','103.59.160.210',NULL),(16555,'\\core\\event\\notification_sent','core','sent','notification','notifications',1906,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1756073463,'cli',NULL,NULL),(16556,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756105905,'web','34.169.156.115',NULL),(16557,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756105907,'web','34.169.156.115',NULL),(16558,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756175806,'web','159.203.14.184',NULL),(16559,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1756227561,'web','103.59.160.210',NULL),(16560,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1756230821,'web','103.59.160.210',NULL),(16561,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1756233854,'web','103.59.160.210',NULL),(16562,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1756235230,'web','103.59.160.210',NULL),(16563,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756238472,'web','71.6.134.235',NULL),(16564,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1756241180,'web','103.59.160.210',NULL),(16565,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1756242596,'web','103.59.160.210',NULL),(16566,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756244520,'web','93.123.109.225',NULL),(16567,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1756265613,'web','103.59.160.210',NULL),(16568,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756290711,'web','124.236.100.56',NULL),(16569,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756314722,'web','149.255.33.42',NULL),(16570,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756314732,'web','149.255.33.42',NULL),(16571,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756316324,'web','149.255.33.42',NULL),(16572,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1756334363,'web','103.59.160.210',NULL),(16573,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1756397435,'web','103.59.160.210',NULL),(16574,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756410586,'web','198.235.24.237',NULL),(16575,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756416346,'web','43.157.114.80',NULL),(16576,'\\core\\event\\notification_sent','core','sent','notification','notifications',1907,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1756419062,'cli',NULL,NULL),(16577,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1756453257,'web','103.59.160.210',NULL),(16578,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756469811,'web','43.163.109.58',NULL),(16579,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756472021,'web','34.172.194.214',NULL),(16580,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756479624,'web','52.31.34.236',NULL),(16581,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1756495855,'web','103.59.160.210',NULL),(16582,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1756524577,'web','103.59.160.210',NULL),(16583,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756565318,'web','167.94.146.52',NULL),(16584,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756565341,'web','167.94.146.52',NULL),(16585,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756567067,'web','198.235.24.145',NULL),(16586,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1756585144,'web','103.59.160.210',NULL),(16587,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756588897,'web','20.171.207.37',NULL),(16588,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756588900,'web','20.171.207.37',NULL),(16589,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756588905,'web','20.171.207.37',NULL),(16590,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756588908,'web','20.171.207.37',NULL),(16591,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756588921,'web','20.171.207.37',NULL),(16592,'\\core\\event\\notification_sent','core','sent','notification','notifications',1908,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1756591862,'cli',NULL,NULL),(16593,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756597497,'web','205.210.31.60',NULL),(16594,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756632064,'web','34.247.136.35',NULL),(16595,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1756660596,'web','103.59.160.210',NULL),(16596,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756692069,'web','145.220.91.19',NULL),(16597,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1756699215,'web','103.59.160.210',NULL),(16598,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1756699852,'web','103.59.160.210',NULL),(16599,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1756703396,'web','103.59.160.210',NULL),(16600,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1756711732,'web','103.59.160.210',NULL),(16601,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756739721,'web','185.177.72.30',NULL),(16602,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756746372,'web','71.6.134.230',NULL),(16603,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1756756935,'web','103.59.160.210',NULL),(16604,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1756774134,'web','103.59.160.210',NULL),(16605,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756774803,'web','167.94.145.110',NULL),(16606,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756774821,'web','167.94.145.110',NULL),(16607,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1756799115,'web','103.59.160.210',NULL),(16608,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756802461,'web','3.249.214.209',NULL),(16609,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1756811585,'web','103.59.160.210',NULL),(16610,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756814021,'web','34.240.202.186',NULL),(16611,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1756818416,'web','103.59.160.210',NULL),(16612,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756828371,'web','43.153.155.89',NULL),(16613,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1756843706,'web','103.59.160.210',NULL),(16614,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756858671,'web','43.134.115.253',NULL),(16615,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756864545,'web','198.235.24.9',NULL),(16616,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1756871090,'web','103.59.160.210',NULL),(16617,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1756874190,'web','103.59.160.210',NULL),(16618,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756880009,'web','38.159.187.228',NULL),(16619,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1756896100,'web','103.59.160.210',NULL),(16620,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1756905705,'web','103.59.160.210',NULL),(16621,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756929734,'web','47.128.20.197',NULL),(16622,'\\core\\event\\notification_sent','core','sent','notification','notifications',1909,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1756937463,'cli',NULL,NULL),(16623,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756943206,'web','185.177.72.55',NULL),(16624,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756943268,'web','185.177.72.55',NULL),(16625,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1756952005,'web','45.131.155.101',NULL),(16626,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1756999776,'web','103.59.160.210',NULL),(16627,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757008654,'web','206.168.34.71',NULL),(16628,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757008673,'web','206.168.34.71',NULL),(16629,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1757017963,'web','103.59.160.210',NULL),(16630,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757023141,'web','47.128.48.52',NULL),(16631,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1757032328,'web','103.59.160.210',NULL),(16632,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1757041517,'web','103.59.160.210',NULL),(16633,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757047581,'web','47.128.46.192',NULL),(16634,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1757048079,'web','103.59.160.210',NULL),(16635,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757064627,'web','52.31.34.236',NULL),(16636,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1757078163,'web','103.59.160.210',NULL),(16637,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757090296,'web','47.128.63.165',NULL),(16638,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1757093831,'web','103.59.160.210',NULL),(16639,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1757098594,'web','103.59.160.210',NULL),(16640,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1757106127,'web','103.59.160.210',NULL),(16641,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1757115362,'web','103.59.160.210',NULL),(16642,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1757131528,'web','103.59.160.210',NULL),(16643,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1757142775,'web','103.59.160.210',NULL),(16644,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757202073,'web','15.237.45.90',NULL),(16645,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1757233119,'web','103.59.160.210',NULL),(16646,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1757234893,'web','103.59.160.210',NULL),(16647,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757236864,'web','34.247.136.35',NULL),(16648,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1757237864,'web','103.59.160.210',NULL),(16649,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1757275845,'web','103.59.160.210',NULL),(16650,'\\core\\event\\notification_sent','core','sent','notification','notifications',1910,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1757283063,'cli',NULL,NULL),(16651,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757298811,'web','71.6.134.230',NULL),(16652,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1757306784,'web','103.59.160.210',NULL),(16653,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1757321865,'web','103.59.160.210',NULL),(16654,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1757321998,'web','103.59.160.210',NULL),(16655,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1757323522,'web','103.59.160.210',NULL),(16656,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1757340572,'web','103.59.160.210',NULL),(16657,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1757342507,'web','103.59.160.210',NULL),(16658,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757352662,'web','43.154.74.237',NULL),(16659,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1757362749,'cli',NULL,NULL),(16660,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"en_us\"}',1757362749,'cli',NULL,NULL),(16661,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757372703,'web','101.91.110.141',NULL),(16662,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757383280,'web','35.95.1.213',NULL),(16663,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757423968,'web','142.93.187.192',NULL),(16664,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1757433110,'web','103.59.160.210',NULL),(16665,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757434637,'web','20.171.207.56',NULL),(16666,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757434652,'web','20.171.207.56',NULL),(16667,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757434661,'web','20.171.207.56',NULL),(16668,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757434677,'web','20.171.207.56',NULL),(16669,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757434741,'web','20.171.207.56',NULL),(16670,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757435538,'web','47.128.114.79',NULL),(16671,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1757459237,'web','103.59.160.210',NULL),(16672,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757461970,'web','45.131.155.101',NULL),(16673,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1757471831,'web','103.59.160.210',NULL),(16674,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757518067,'web','199.45.155.85',NULL),(16675,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757518087,'web','199.45.155.85',NULL),(16676,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1757518753,'web','103.59.160.210',NULL),(16677,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757535766,'web','64.227.70.2',NULL),(16678,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757535772,'web','64.227.70.2',NULL),(16679,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757535787,'web','64.227.70.2',NULL),(16680,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757535799,'web','103.81.230.169',NULL),(16681,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757540602,'web','18.201.96.156',NULL),(16682,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757541030,'web','172.233.62.72',NULL),(16683,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757541307,'web','31.97.153.61',NULL),(16684,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757551922,'web','107.172.195.97',NULL),(16685,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757551922,'web','104.164.173.9',NULL),(16686,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757551933,'web','107.172.195.97',NULL),(16687,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757554450,'web','103.4.251.35',NULL),(16688,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757554450,'web','103.196.9.77',NULL),(16689,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757554457,'web','103.4.251.35',NULL),(16690,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757557232,'web','47.128.22.22',NULL),(16691,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757557337,'web','34.142.183.235',NULL),(16692,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1757563637,'web','103.59.160.210',NULL),(16693,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1757567623,'web','103.59.160.210',NULL),(16694,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1757575864,'web','103.59.160.210',NULL),(16695,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757579327,'web','54.82.29.215',NULL),(16696,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757579327,'web','54.82.29.215',NULL),(16697,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1757593430,'web','103.59.160.210',NULL),(16698,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757596710,'web','133.242.174.119',NULL),(16699,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757600118,'web','34.6.118.200',NULL),(16700,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1757606342,'web','103.59.160.210',NULL),(16701,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757617898,'web','91.231.89.33',NULL),(16702,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757618659,'web','91.196.152.146',NULL),(16703,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757623775,'web','138.197.191.87',NULL),(16704,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757623781,'web','138.197.191.87',NULL),(16705,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757623796,'web','138.197.191.87',NULL),(16706,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757625519,'web','109.202.99.46',NULL),(16707,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757625704,'web','51.254.49.105',NULL),(16708,'\\core\\event\\notification_sent','core','sent','notification','notifications',1911,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1757628663,'cli',NULL,NULL),(16709,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1757633363,'web','103.59.160.210',NULL),(16710,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757645860,'web','185.177.72.38',NULL),(16711,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1757645931,'web','103.59.160.210',NULL),(16712,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757649620,'web','52.31.34.236',NULL),(16713,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1757650616,'web','103.59.160.210',NULL),(16714,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1757678329,'web','103.59.160.210',NULL),(16715,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1757681791,'web','103.59.160.210',NULL),(16716,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1757685204,'web','103.59.160.210',NULL),(16717,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1757715351,'web','103.59.160.210',NULL),(16718,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757726321,'web','134.199.222.230',NULL),(16719,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757727047,'web','47.128.113.243',NULL),(16720,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1757757957,'web','103.59.160.210',NULL),(16721,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1757770746,'web','103.59.160.210',NULL),(16722,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757775481,'web','101.199.254.237',NULL),(16723,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1757784210,'web','103.59.160.210',NULL),(16724,'\\core\\event\\notification_sent','core','sent','notification','notifications',1912,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1757801463,'cli',NULL,NULL),(16725,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757813093,'web','47.128.117.198',NULL),(16726,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757828969,'web','13.38.43.79',NULL),(16727,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1757829224,'web','103.59.160.210',NULL),(16728,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757841663,'web','34.254.164.213',NULL),(16729,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1757876646,'web','103.59.160.210',NULL),(16730,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1757891671,'web','103.59.160.210',NULL),(16731,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757900983,'web','157.245.33.252',NULL),(16732,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1757901420,'web','103.59.160.210',NULL),(16733,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1757903778,'web','103.59.160.210',NULL),(16734,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1757904390,'web','103.59.160.210',NULL),(16735,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1757920616,'web','103.59.160.210',NULL),(16736,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1757967841,'web','103.59.160.210',NULL),(16737,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1757968246,'web','20.225.136.34',NULL),(16738,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1757970803,'web','103.59.160.210',NULL),(16739,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758017099,'web','194.164.107.5',NULL),(16740,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758021663,'web','44.193.254.10',NULL),(16741,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1758028742,'web','103.59.160.210',NULL),(16742,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758031560,'web','195.178.110.15',NULL),(16743,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1758066140,'web','103.59.160.210',NULL),(16744,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758073872,'web','44.193.254.10',NULL),(16745,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758073873,'web','44.193.254.10',NULL),(16746,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758085277,'web','34.147.28.155',NULL),(16747,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1758116162,'web','103.59.160.210',NULL),(16748,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1758132597,'web','103.59.160.210',NULL),(16749,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1758137079,'web','103.59.160.210',NULL),(16750,'\\core\\event\\notification_sent','core','sent','notification','notifications',1913,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1758147062,'cli',NULL,NULL),(16751,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1758154739,'web','103.59.160.210',NULL),(16752,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1758157177,'web','103.59.160.210',NULL),(16753,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758165729,'web','104.197.191.230',NULL),(16754,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758165730,'web','104.197.191.230',NULL),(16755,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758205290,'web','103.124.95.168',NULL),(16756,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1758206951,'web','103.59.160.210',NULL),(16757,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1758207333,'web','103.59.160.210',NULL),(16758,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758212946,'web','34.126.178.205',NULL),(16759,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1758215723,'web','103.59.160.210',NULL),(16760,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1758216346,'web','103.59.160.210',NULL),(16761,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1758226663,'web','103.59.160.210',NULL),(16762,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758234624,'web','52.31.34.236',NULL),(16763,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758245453,'web','185.177.72.54',NULL),(16764,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758245485,'web','185.177.72.54',NULL),(16765,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758245506,'web','185.177.72.54',NULL),(16766,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758245538,'web','185.177.72.54',NULL),(16767,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758245557,'web','185.177.72.54',NULL),(16768,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758245585,'web','185.177.72.54',NULL),(16769,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758245602,'web','185.177.72.54',NULL),(16770,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758245634,'web','185.177.72.54',NULL),(16771,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758245656,'web','185.177.72.54',NULL),(16772,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758245689,'web','185.177.72.54',NULL),(16773,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758245707,'web','185.177.72.54',NULL),(16774,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758245742,'web','185.177.72.54',NULL),(16775,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758245765,'web','185.177.72.54',NULL),(16776,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758245796,'web','185.177.72.54',NULL),(16777,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758245815,'web','185.177.72.54',NULL),(16778,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758245844,'web','185.177.72.54',NULL),(16779,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758245866,'web','185.177.72.54',NULL),(16780,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758245902,'web','185.177.72.54',NULL),(16781,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758245927,'web','185.177.72.54',NULL),(16782,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758245962,'web','185.177.72.54',NULL),(16783,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1758251549,'web','103.59.160.210',NULL),(16784,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1758253349,'web','103.59.160.210',NULL),(16785,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1758257670,'web','103.59.160.210',NULL),(16786,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758272787,'web','195.178.110.15',NULL),(16787,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758272789,'web','34.11.219.198',NULL),(16788,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758272790,'web','34.11.219.198',NULL),(16789,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1758274544,'web','103.59.160.210',NULL),(16790,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1758282775,'web','103.59.160.210',NULL),(16791,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1758285866,'web','103.59.160.210',NULL),(16792,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1758299827,'web','103.59.160.210',NULL),(16793,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1758312604,'web','103.59.160.210',NULL),(16794,'\\core\\event\\notification_sent','core','sent','notification','notifications',1914,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1758319862,'cli',NULL,NULL),(16795,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758325650,'web','104.198.166.160',NULL),(16796,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758325653,'web','104.198.166.160',NULL),(16797,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758336623,'web','198.235.24.184',NULL),(16798,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1758342199,'web','103.59.160.210',NULL),(16799,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1758361580,'web','103.59.160.210',NULL),(16800,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1758362339,'web','103.59.160.210',NULL),(16801,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1758369635,'web','103.59.160.210',NULL),(16802,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1758372268,'web','103.59.160.210',NULL),(16803,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1758377409,'web','103.59.160.210',NULL),(16804,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1758415316,'web','103.59.160.210',NULL),(16805,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1758415370,'web','103.59.160.210',NULL),(16806,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1758441071,'web','103.59.160.210',NULL),(16807,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758444047,'web','34.75.176.153',NULL),(16808,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758444048,'web','34.75.176.153',NULL),(16809,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758446464,'web','34.247.136.35',NULL),(16810,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758469530,'web','66.132.153.113',NULL),(16811,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758469544,'web','66.132.153.113',NULL),(16812,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758470423,'web','167.94.138.169',NULL),(16813,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1758474886,'web','103.59.160.210',NULL),(16814,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1758478907,'web','103.59.160.210',NULL),(16815,'\\core\\event\\notification_sent','core','sent','notification','notifications',1915,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1758492662,'cli',NULL,NULL),(16816,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758508282,'web','154.42.3.12',NULL),(16817,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758513668,'web','96.44.136.159',NULL),(16818,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1758542523,'web','103.59.160.210',NULL),(16819,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1758561186,'web','103.59.160.210',NULL),(16820,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1758569446,'web','103.59.160.210',NULL),(16821,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758592394,'web','71.6.134.231',NULL),(16822,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758597626,'web','64.227.143.63',NULL),(16823,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758631572,'web','20.171.207.52',NULL),(16824,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758631805,'web','20.171.207.52',NULL),(16825,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758632037,'web','20.171.207.52',NULL),(16826,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758632269,'web','20.171.207.52',NULL),(16827,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758700882,'web','1.170.213.118',NULL),(16828,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758705868,'web','57.141.0.70',NULL),(16829,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758720399,'web','47.128.62.201',NULL),(16830,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758720453,'web','167.94.145.108',NULL),(16831,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758720478,'web','167.94.145.108',NULL),(16832,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758729526,'web','185.177.72.31',NULL),(16833,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758819633,'web','52.31.34.236',NULL),(16834,'\\core\\event\\notification_sent','core','sent','notification','notifications',1916,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1758838263,'cli',NULL,NULL),(16835,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758889947,'web','20.171.207.213',NULL),(16836,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758889966,'web','20.171.207.213',NULL),(16837,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758889973,'web','20.171.207.213',NULL),(16838,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758889985,'web','20.171.207.213',NULL),(16839,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1758943886,'web','52.167.144.204',NULL),(16840,'\\core\\event\\notification_sent','core','sent','notification','notifications',1917,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1759011062,'cli',NULL,NULL),(16841,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759035994,'web','198.235.24.129',NULL),(16842,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759051263,'web','54.246.73.20',NULL),(16843,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759070315,'web','136.115.150.66',NULL),(16844,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759070316,'web','136.115.150.66',NULL),(16845,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759078798,'web','57.141.0.1',NULL),(16846,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759090191,'web','198.235.24.40',NULL),(16847,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759094644,'web','57.141.0.68',NULL),(16848,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759122186,'web','3.222.165.167',NULL),(16849,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759122186,'web','3.222.165.167',NULL),(16850,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759135789,'web','185.247.137.144',NULL),(16851,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759158376,'web','136.115.150.66',NULL),(16852,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759158376,'web','136.115.150.66',NULL),(16853,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759161048,'web','135.148.100.196',NULL),(16854,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759164508,'web','87.236.176.198',NULL),(16855,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1759169559,'web','103.59.160.210',NULL),(16856,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759178072,'web','194.164.107.6',NULL),(16857,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759190804,'web','192.64.113.146',NULL),(16858,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759190805,'web','192.64.113.146',NULL),(16859,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759190813,'web','188.166.108.93',NULL),(16860,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759190819,'web','188.166.108.93',NULL),(16861,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759190833,'web','103.4.250.144',NULL),(16862,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759190833,'web','107.172.195.64',NULL),(16863,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759190834,'web','188.166.108.93',NULL),(16864,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759190841,'web','107.172.195.64',NULL),(16865,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759190944,'web','128.192.12.114',NULL),(16866,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759197304,'web','115.231.78.8',NULL),(16867,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759197342,'web','115.231.78.8',NULL),(16868,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759197348,'web','115.231.78.8',NULL),(16869,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759202499,'web','20.171.207.97',NULL),(16870,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759202517,'web','20.171.207.97',NULL),(16871,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759202519,'web','20.171.207.97',NULL),(16872,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759202528,'web','20.171.207.97',NULL),(16873,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1759229027,'web','103.59.160.210',NULL),(16874,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1759231463,'web','103.59.160.210',NULL),(16875,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759235966,'web','18.237.184.17',NULL),(16876,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759235966,'web','18.237.184.17',NULL),(16877,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759238599,'web','35.160.208.137',NULL),(16878,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759238607,'web','35.160.208.137',NULL),(16879,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759241238,'web','18.224.192.118',NULL),(16880,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759241241,'web','18.224.192.118',NULL),(16881,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759241936,'web','181.121.15.179',NULL),(16882,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759243434,'web','136.115.150.66',NULL),(16883,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759243434,'web','136.115.150.66',NULL),(16884,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759261823,'web','146.70.196.188',NULL),(16885,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1759264598,'web','103.59.160.210',NULL),(16886,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759282872,'web','165.232.91.155',NULL),(16887,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759292683,'web','35.240.243.150',NULL),(16888,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759317933,'web','3.82.247.226',NULL),(16889,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759331476,'web','185.177.72.45',NULL),(16890,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759341001,'web','157.230.23.213',NULL),(16891,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759350511,'web','100.28.2.109',NULL),(16892,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759350512,'web','100.28.2.109',NULL),(16893,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759350875,'web','100.28.2.109',NULL),(16894,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759350889,'web','100.28.2.109',NULL),(16895,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759350889,'web','100.28.2.109',NULL),(16896,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759350889,'web','100.28.2.109',NULL),(16897,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759350889,'web','100.28.2.109',NULL),(16898,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759350902,'web','100.28.2.109',NULL),(16899,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759350907,'web','100.28.2.109',NULL),(16900,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759350909,'web','100.28.2.109',NULL),(16901,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759350910,'web','100.28.2.109',NULL),(16902,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759350918,'web','100.28.2.109',NULL),(16903,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759403175,'web','211.22.101.98',NULL),(16904,'\\core\\event\\user_loggedin','core','loggedin','user','user',22,'r',0,1,10,0,22,0,NULL,0,'{\"username\":\"thw82019@ms19.hinet.net\",\"extrauserinfo\":[]}',1759403191,'web','211.22.101.98',NULL),(16905,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1759403192,'web','211.22.101.98',NULL),(16906,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,22,1,NULL,0,'null',1759403203,'web','211.22.101.98',NULL),(16907,'\\core\\event\\email_failed','core','failed','email',NULL,NULL,'c',0,1,10,0,-10,0,22,0,'{\"subject\":\"\\u60a8\\u7684\\u5e33\\u865f \\u85dd\\u8853\\u795e\\u5b78Moodle \\u65b0\\u767b\\u5165\\u7d00\\u9304\",\"message\":\"\\u55e8 \\u66fe \\u66c9\\u96ef,\\n\\n\\u60a8\\u7684\\u5e33\\u865f \\u85dd\\u8853\\u795e\\u5b78Moodle \\u525b\\u525b\\u5f9e\\u4e00\\u500b\\u65b0\\u7684\\u8a2d\\u5099\\u767b\\u5165\\u4e86\\u3002\\n\\n* \\u60a8\\u7684\\u5e33\\u865f\\uff1a thw82019@ms19.hinet.net\\n* \\u767b\\u5165\\u6642\\u9593\\uff1a2025\\u5e74 10\\u6708 2\\u65e5(\\u9031\\u56db) 19:06\\n* \\u767b\\u5165\\u8a2d\\u5099\\uff1a Mozilla\\/5.0 (Windows NT 10.0; Win64; x64)\\nAppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/140.0.0.0 Safari\\/537.36\\n* IP\\uff1a 211.22.101.98\\n\\n\\u5982\\u679c\\u662f\\u9019\\u4f60\\uff0c\\u5247\\u4e0d\\u9700\\u8981\\u505a\\u4efb\\u4f55\\u4e8b\\u3002\\n\\n\\u5982\\u679c\\u4f60\\u4e0d\\u8a8d\\u8b58\\u9019\\u7b46\\u7d00\\u9304\\uff0c\\u8acb \\u8b8a\\u66f4\\u60a8\\u7684\\u5bc6\\u78bc [1]\\u3002\\n\\nLinks:\\n------\\n[1] https:\\/\\/moo.cultivarts.org\\/login\\/change_password.php\",\"errorinfo\":\"SMTP connect() failed. https:\\/\\/github.com\\/PHPMailer\\/PHPMailer\\/wiki\\/Troubleshooting\"}',1759403224,'cli',NULL,NULL),(16908,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759404622,'web','52.31.34.236',NULL),(16909,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759417870,'web','213.209.157.216',NULL),(16910,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759441605,'web','34.60.46.119',NULL),(16911,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759454064,'web','99.79.64.240',NULL),(16912,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759454404,'web','178.128.238.73',NULL),(16913,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759462192,'web','124.236.100.56',NULL),(16914,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759476426,'web','91.231.89.39',NULL),(16915,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759482584,'web','51.254.49.111',NULL),(16916,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759509725,'web','185.177.72.36',NULL),(16917,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759510655,'web','185.177.72.21',NULL),(16918,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759615540,'web','185.177.72.36',NULL),(16919,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759634226,'web','138.197.126.4',NULL),(16920,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759656064,'web','54.246.73.20',NULL),(16921,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759694753,'web','46.250.172.95',NULL),(16922,'\\core\\event\\notification_sent','core','sent','notification','notifications',1919,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1759702263,'cli',NULL,NULL),(16923,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759710040,'web','203.55.131.3',NULL),(16924,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759711093,'web','34.122.166.73',NULL),(16925,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759711094,'web','34.122.166.73',NULL),(16926,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759726567,'web','194.164.107.4',NULL),(16927,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759796303,'web','176.65.149.195',NULL),(16928,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759810239,'web','64.226.113.222',NULL),(16929,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759839851,'web','24.199.94.136',NULL),(16930,'\\core\\event\\notification_sent','core','sent','notification','notifications',1920,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1759875062,'cli',NULL,NULL),(16931,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1759989618,'web','52.31.34.236',NULL),(16932,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760010104,'web','211.22.101.98',NULL),(16933,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760017069,'web','47.128.112.235',NULL),(16934,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760022509,'web','54.220.16.160',NULL),(16935,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760098582,'web','157.245.68.136',NULL),(16936,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760098583,'web','157.245.68.136',NULL),(16937,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760103994,'web','47.128.118.34',NULL),(16938,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760125901,'web','162.128.159.61',NULL),(16939,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760171925,'web','108.130.88.244',NULL),(16940,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760177405,'web','162.128.159.5',NULL),(16941,'\\core\\event\\notification_sent','core','sent','notification','notifications',1921,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1760220662,'cli',NULL,NULL),(16942,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760225540,'web','106.49.55.144',NULL),(16943,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760249168,'web','185.177.72.48',NULL),(16944,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760260863,'web','54.246.73.20',NULL),(16945,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760294570,'web','206.168.34.199',NULL),(16946,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760294650,'web','206.168.34.199',NULL),(16947,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760318400,'web','54.76.55.220',NULL),(16948,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760392868,'web','167.94.146.55',NULL),(16949,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760393196,'web','167.94.146.55',NULL),(16950,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760413418,'web','34.242.127.63',NULL),(16951,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760414474,'web','43.167.245.12',NULL),(16952,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760414546,'web','43.173.180.4',NULL),(16953,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760420408,'web','188.239.53.136',NULL),(16954,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760434582,'web','71.6.134.231',NULL),(16955,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760437026,'web','35.94.212.166',NULL),(16956,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760486584,'web','45.131.155.101',NULL),(16957,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760491325,'web','195.178.110.159',NULL),(16958,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760497302,'web','34.172.140.51',NULL),(16959,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760497903,'web','167.94.138.187',NULL),(16960,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760497926,'web','167.94.138.187',NULL),(16961,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760503557,'web','119.8.238.103',NULL),(16962,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1760517164,'web','103.59.160.210',NULL),(16963,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760527185,'web','172.105.63.250',NULL),(16964,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760574618,'web','52.31.34.236',NULL),(16965,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760582808,'web','43.173.176.195',NULL),(16966,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760600995,'web','43.173.174.54',NULL),(16967,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760602077,'web','43.173.177.94',NULL),(16968,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760613878,'web','211.22.101.98',NULL),(16969,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760689601,'web','34.32.135.176',NULL),(16970,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760695611,'web','43.173.175.125',NULL),(16971,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1760705563,'web','103.59.160.210',NULL),(16972,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760706669,'web','45.131.155.100',NULL),(16973,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760714208,'web','43.173.175.87',NULL),(16974,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1760714967,'web','103.59.160.210',NULL),(16975,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760716135,'web','43.173.177.216',NULL),(16976,'\\core\\event\\notification_sent','core','sent','notification','notifications',1922,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1760739062,'cli',NULL,NULL),(16977,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1760740998,'web','103.59.160.210',NULL),(16978,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1760757704,'web','103.59.160.210',NULL),(16979,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1760765014,'web','103.59.160.210',NULL),(16980,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1760786184,'web','103.59.160.210',NULL),(16981,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760787058,'web','43.173.177.113',NULL),(16982,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760806156,'web','43.173.182.13',NULL),(16983,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760807151,'web','43.173.176.236',NULL),(16984,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1760824430,'web','103.59.160.210',NULL),(16985,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1760837983,'web','103.59.160.210',NULL),(16986,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760846288,'web','157.55.39.60',NULL),(16987,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760853614,'web','43.173.182.131',NULL),(16988,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1760855838,'web','103.59.160.210',NULL),(16989,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760865663,'web','34.243.254.240',NULL),(16990,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760868361,'web','43.173.182.73',NULL),(16991,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760869203,'web','43.173.182.14',NULL),(16992,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1760877564,'web','103.59.160.210',NULL),(16993,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760948142,'web','176.65.149.195',NULL),(16994,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760953504,'web','18.141.225.240',NULL),(16995,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760955854,'web','43.173.179.225',NULL),(16996,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760972857,'web','43.129.196.79',NULL),(16997,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1760975117,'web','43.173.178.48',NULL),(16998,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1760989803,'web','103.59.160.210',NULL),(16999,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1760992399,'web','103.59.160.210',NULL),(17000,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761030159,'web','64.226.68.85',NULL),(17001,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761034592,'web','43.173.180.189',NULL),(17002,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761052800,'web','43.173.176.19',NULL),(17003,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761053709,'web','43.173.175.54',NULL),(17004,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761054264,'web','176.65.149.195',NULL),(17005,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761057192,'web','112.124.100.237',NULL),(17006,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761062979,'web','113.44.10.197',NULL),(17007,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1761074146,'web','103.59.160.210',NULL),(17008,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761090153,'web','44.193.254.10',NULL),(17009,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761092170,'web','43.173.176.151',NULL),(17010,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1761110241,'web','103.59.160.210',NULL),(17011,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761112260,'web','43.173.174.115',NULL),(17012,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761113433,'web','43.173.177.51',NULL),(17013,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761118581,'web','34.1.31.201',NULL),(17014,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1761122679,'web','103.59.160.210',NULL),(17015,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1761127629,'web','103.59.160.210',NULL),(17016,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1761144585,'web','103.59.160.210',NULL),(17017,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1761145281,'web','103.59.160.210',NULL),(17018,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761156427,'web','34.1.17.65',NULL),(17019,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761159624,'web','52.31.34.236',NULL),(17020,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1761163181,'web','103.59.160.210',NULL),(17021,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761170584,'web','71.6.134.232',NULL),(17022,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761174548,'web','44.211.244.136',NULL),(17023,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761174549,'web','44.211.244.136',NULL),(17024,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761178633,'web','43.173.179.84',NULL),(17025,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761190189,'web','89.187.187.82',NULL),(17026,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761190189,'web','89.187.187.82',NULL),(17027,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761198592,'web','43.173.181.41',NULL),(17028,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761199421,'web','34.1.26.69',NULL),(17029,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761199600,'web','43.173.179.10',NULL),(17030,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761200842,'web','34.226.121.167',NULL),(17031,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761226054,'web','199.45.155.98',NULL),(17032,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761226138,'web','199.45.155.98',NULL),(17033,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761237141,'web','34.1.17.216',NULL),(17034,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761247837,'web','34.1.20.24',NULL),(17035,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761264946,'web','43.173.176.120',NULL),(17036,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1761276898,'web','103.59.160.210',NULL),(17037,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761283525,'web','34.1.18.146',NULL),(17038,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761285003,'web','43.173.181.192',NULL),(17039,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761286403,'web','43.173.178.147',NULL),(17040,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1761291660,'web','103.59.160.210',NULL),(17041,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1761310992,'web','103.59.160.210',NULL),(17042,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761326775,'web','176.65.149.195',NULL),(17043,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1761344224,'web','103.59.160.210',NULL),(17044,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761351545,'web','43.173.181.131',NULL),(17045,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1761360621,'web','103.59.160.210',NULL),(17046,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761371573,'web','43.173.182.167',NULL),(17047,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761372472,'web','43.173.176.142',NULL),(17048,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1761392370,'web','103.59.160.210',NULL),(17049,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1761398648,'web','103.59.160.210',NULL),(17050,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1761422817,'web','103.59.160.210',NULL),(17051,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1761424914,'web','103.59.160.210',NULL),(17052,'\\core\\event\\notification_sent','core','sent','notification','notifications',1923,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1761430262,'cli',NULL,NULL),(17053,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761437735,'web','34.1.18.66',NULL),(17054,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761437784,'web','43.173.175.150',NULL),(17055,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1761441768,'web','103.59.160.210',NULL),(17056,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1761442408,'web','103.59.160.210',NULL),(17057,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761447565,'web','46.250.173.25',NULL),(17058,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761449951,'web','34.1.24.99',NULL),(17059,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761450222,'web','34.1.16.236',NULL),(17060,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1761450870,'web','103.59.160.210',NULL),(17061,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761457715,'web','43.173.179.86',NULL),(17062,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761458866,'web','43.173.175.68',NULL),(17063,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1761458883,'web','103.59.160.210',NULL),(17064,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1761463656,'web','103.59.160.210',NULL),(17065,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761470463,'web','54.246.73.20',NULL),(17066,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1761500697,'web','103.59.160.210',NULL),(17067,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1761506862,'web','103.59.160.210',NULL),(17068,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761515548,'web','45.94.31.13',NULL),(17069,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761515549,'web','45.94.31.13',NULL),(17070,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761524238,'web','43.173.179.84',NULL),(17071,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1761536802,'web','103.59.160.210',NULL),(17072,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761542262,'web','45.94.31.13',NULL),(17073,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761542263,'web','45.94.31.13',NULL),(17074,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761544184,'web','43.173.180.4',NULL),(17075,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761545268,'web','43.173.179.71',NULL),(17076,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1761546446,'web','103.59.160.210',NULL),(17077,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1761567627,'web','103.59.160.210',NULL),(17078,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761575085,'web','71.6.134.235',NULL),(17079,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1761578384,'web','103.59.160.210',NULL),(17080,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1761598857,'web','103.59.160.210',NULL),(17081,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761610553,'web','43.173.181.106',NULL),(17082,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761630311,'web','45.131.155.101',NULL),(17083,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761630641,'web','43.173.181.225',NULL),(17084,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761630924,'web','45.94.31.13',NULL),(17085,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761630925,'web','45.94.31.13',NULL),(17086,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761631619,'web','43.173.178.15',NULL),(17087,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1761644090,'web','103.59.160.210',NULL),(17088,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1761670522,'web','103.59.160.210',NULL),(17089,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1761671638,'web','103.59.160.210',NULL),(17090,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761675052,'web','57.141.2.69',NULL),(17091,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761686451,'web','164.68.121.175',NULL),(17092,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1761692479,'web','103.59.160.210',NULL),(17093,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1761742227,'web','103.59.160.210',NULL),(17094,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761744626,'web','52.31.34.236',NULL),(17095,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1761781518,'web','103.59.160.210',NULL),(17096,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1761793818,'web','103.59.160.210',NULL),(17097,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761802418,'web','167.172.75.132',NULL),(17098,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761802418,'web','167.172.75.132',NULL),(17099,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761805335,'web','101.12.183.194',NULL),(17100,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1761805345,'web','101.12.183.194',NULL),(17101,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1761805345,'web','101.12.183.194',NULL),(17102,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1761805364,'web','101.12.183.194',NULL),(17103,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',17,'r',2,97,70,58,2,2,NULL,0,'null',1761805368,'web','101.12.183.194',NULL),(17104,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1761805371,'web','101.12.183.194',NULL),(17105,'\\core\\event\\email_failed','core','failed','email',NULL,NULL,'c',0,1,10,0,-10,0,2,0,'{\"subject\":\"\\u60a8\\u7684\\u5e33\\u865f \\u85dd\\u8853\\u795e\\u5b78Moodle \\u65b0\\u767b\\u5165\\u7d00\\u9304\",\"message\":\"\\u55e8 \\u8ab2\\u7a0b\\u7ba1\\u7406\\u54e1 Admin,\\n\\n\\u60a8\\u7684\\u5e33\\u865f \\u85dd\\u8853\\u795e\\u5b78Moodle \\u525b\\u525b\\u5f9e\\u4e00\\u500b\\u65b0\\u7684\\u8a2d\\u5099\\u767b\\u5165\\u4e86\\u3002\\n\\n* \\u60a8\\u7684\\u5e33\\u865f\\uff1a moodleadmin vincentwclin@gmail.com\\n* \\u767b\\u5165\\u6642\\u9593\\uff1a2025\\u5e74 10\\u6708 30\\u65e5(\\u9031\\u56db) 14:22\\n* \\u767b\\u5165\\u8a2d\\u5099\\uff1a Mozilla\\/5.0 (Linux; Android 10; K) AppleWebKit\\/537.36\\n(KHTML, like Gecko) Chrome\\/141.0.0.0 Mobile Safari\\/537.36\\n* IP\\uff1a 101.12.183.194\\n\\n\\u5982\\u679c\\u662f\\u9019\\u4f60\\uff0c\\u5247\\u4e0d\\u9700\\u8981\\u505a\\u4efb\\u4f55\\u4e8b\\u3002\\n\\n\\u5982\\u679c\\u4f60\\u4e0d\\u8a8d\\u8b58\\u9019\\u7b46\\u7d00\\u9304\\uff0c\\u8acb \\u8b8a\\u66f4\\u60a8\\u7684\\u5bc6\\u78bc [1]\\u3002\\n\\nLinks:\\n------\\n[1] https:\\/\\/moo.cultivarts.org\\/login\\/change_password.php\",\"errorinfo\":\"SMTP connect() failed. https:\\/\\/github.com\\/PHPMailer\\/PHPMailer\\/wiki\\/Troubleshooting\"}',1761805384,'cli',NULL,NULL),(17106,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',5,'r',2,57,70,18,2,2,NULL,0,'null',1761805385,'web','101.12.183.194',NULL),(17107,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1761805399,'web','101.12.183.194',NULL),(17108,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',28,'r',2,90,70,51,2,2,NULL,0,'null',1761805492,'web','101.12.183.194',NULL),(17109,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',4,'r',2,32,70,13,2,2,NULL,0,'null',1761805618,'web','101.12.183.194',NULL),(17110,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',3,'r',2,31,70,12,2,2,NULL,0,'null',1761805662,'web','101.12.183.194',NULL),(17111,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761815251,'web','49.214.255.152',NULL),(17112,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761815251,'web','49.214.255.152',NULL),(17113,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1761827957,'web','103.59.160.210',NULL),(17114,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1761841645,'web','103.59.160.210',NULL),(17115,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1761862814,'web','103.59.160.210',NULL),(17116,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1761872831,'web','103.59.160.210',NULL),(17117,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1761895781,'web','103.59.160.210',NULL),(17118,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1761908274,'web','103.59.160.210',NULL),(17119,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1761908722,'web','103.59.160.210',NULL),(17120,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1761909502,'web','103.59.160.210',NULL),(17121,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1761931778,'web','103.59.160.210',NULL),(17122,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1761934226,'web','103.59.160.210',NULL),(17123,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1761942982,'web','103.59.160.210',NULL),(17124,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761948641,'web','185.177.72.38',NULL),(17125,'\\core\\event\\notification_sent','core','sent','notification','notifications',1925,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1761948663,'cli',NULL,NULL),(17126,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761956592,'web','74.7.227.63',NULL),(17127,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761956620,'web','74.7.227.63',NULL),(17128,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761956683,'web','74.7.227.63',NULL),(17129,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761956708,'web','74.7.227.63',NULL),(17130,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1761957030,'web','74.7.227.63',NULL),(17131,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762075264,'web','54.246.73.20',NULL),(17132,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1762127065,'web','103.59.160.210',NULL),(17133,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1762135125,'web','103.59.160.210',NULL),(17134,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762184649,'web','74.7.227.63',NULL),(17135,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762184663,'web','74.7.227.63',NULL),(17136,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762184671,'web','74.7.227.63',NULL),(17137,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762184682,'web','74.7.227.63',NULL),(17138,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1762204264,'web','103.59.160.210',NULL),(17139,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762221464,'web','63.35.185.162',NULL),(17140,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762227193,'web','206.189.130.168',NULL),(17141,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1762232606,'web','103.59.160.210',NULL),(17142,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762249038,'web','71.6.134.230',NULL),(17143,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762276050,'web','195.178.110.68',NULL),(17144,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1762279323,'web','103.59.160.210',NULL),(17145,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1762293073,'web','103.59.160.210',NULL),(17146,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1762298934,'web','103.59.160.210',NULL),(17147,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1762318557,'web','103.59.160.210',NULL),(17148,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762329625,'web','52.31.34.236',NULL),(17149,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762374328,'web','47.128.121.58',NULL),(17150,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762438734,'web','43.153.120.210',NULL),(17151,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762445511,'web','45.131.155.101',NULL),(17152,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762466360,'web','74.7.227.121',NULL),(17153,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762466373,'web','74.7.227.121',NULL),(17154,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762466375,'web','74.7.227.121',NULL),(17155,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762466380,'web','74.7.227.121',NULL),(17156,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1762513458,'web','103.59.160.210',NULL),(17157,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762537693,'web','87.236.176.56',NULL),(17158,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1762539196,'web','103.59.160.210',NULL),(17159,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762545674,'web','185.247.137.135',NULL),(17160,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1762558067,'web','103.59.160.210',NULL),(17161,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1762591690,'web','103.59.160.210',NULL),(17162,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1762602049,'web','103.59.160.210',NULL),(17163,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762608587,'web','47.128.39.85',NULL),(17164,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1762628711,'web','103.59.160.210',NULL),(17165,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762634251,'web','195.178.110.68',NULL),(17166,'\\core\\event\\notification_sent','core','sent','notification','notifications',1926,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1762639862,'cli',NULL,NULL),(17167,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1762647425,'web','103.59.160.210',NULL),(17168,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1762675032,'web','103.59.160.210',NULL),(17169,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762680064,'web','54.246.73.20',NULL),(17170,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762718934,'web','74.7.227.28',NULL),(17171,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762718940,'web','74.7.227.28',NULL),(17172,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762718943,'web','74.7.227.28',NULL),(17173,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762718945,'web','74.7.227.28',NULL),(17174,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762722535,'web','164.90.208.56',NULL),(17175,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762722537,'web','164.90.208.56',NULL),(17176,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762722562,'web','164.90.208.56',NULL),(17177,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762722586,'web','104.164.173.215',NULL),(17178,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762722586,'web','103.196.9.70',NULL),(17179,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762722595,'web','103.196.9.70',NULL),(17180,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762724351,'web','91.231.89.97',NULL),(17181,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762726395,'web','104.252.191.102',NULL),(17182,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762726395,'web','107.172.195.97',NULL),(17183,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762726410,'web','107.172.195.97',NULL),(17184,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762727190,'web','128.192.12.111',NULL),(17185,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762728864,'web','91.196.152.81',NULL),(17186,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762738600,'web','3.233.59.216',NULL),(17187,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762743435,'web','3.81.5.69',NULL),(17188,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762747826,'web','124.198.132.172',NULL),(17189,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762763189,'web','152.42.166.82',NULL),(17190,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762763190,'web','152.42.166.82',NULL),(17191,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762766223,'web','34.140.92.201',NULL),(17192,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1762775554,'web','103.59.160.210',NULL),(17193,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762778643,'web','195.178.110.201',NULL),(17194,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762781737,'web','34.83.70.8',NULL),(17195,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1762783311,'web','103.59.160.210',NULL),(17196,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762787208,'web','35.163.46.105',NULL),(17197,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762788358,'web','136.119.104.68',NULL),(17198,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1762796997,'web','103.59.160.210',NULL),(17199,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1762801761,'web','103.59.160.210',NULL),(17200,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762811989,'web','103.216.220.46',NULL),(17201,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1762816738,'web','103.59.160.210',NULL),(17202,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762826608,'web','93.158.90.73',NULL),(17203,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762827710,'web','211.22.101.98',NULL),(17204,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1762831467,'web','103.59.160.210',NULL),(17205,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762833831,'web','44.245.237.96',NULL),(17206,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762835328,'web','35.197.138.20',NULL),(17207,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1762836365,'web','103.59.160.210',NULL),(17208,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762885458,'web','93.123.109.214',NULL),(17209,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1762894544,'web','103.59.160.210',NULL),(17210,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762907430,'web','134.122.14.31',NULL),(17211,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762909475,'web','66.132.153.112',NULL),(17212,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762909497,'web','66.132.153.112',NULL),(17213,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1762911917,'web','103.59.160.210',NULL),(17214,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762914620,'web','52.31.34.236',NULL),(17215,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762924718,'web','71.6.134.235',NULL),(17216,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762924762,'web','3.222.165.167',NULL),(17217,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1762924762,'web','3.222.165.167',NULL),(17218,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1762965087,'web','103.59.160.210',NULL),(17219,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763015544,'web','74.7.227.211',NULL),(17220,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763015547,'web','74.7.227.211',NULL),(17221,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763015549,'web','74.7.227.211',NULL),(17222,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763015552,'web','74.7.227.211',NULL),(17223,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1763029194,'web','103.59.160.210',NULL),(17224,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1763032983,'web','103.59.160.210',NULL),(17225,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763035747,'web','199.45.155.101',NULL),(17226,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763035823,'web','199.45.155.101',NULL),(17227,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763054714,'web','3.96.145.217',NULL),(17228,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1763057992,'web','103.59.160.210',NULL),(17229,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763083299,'web','161.35.92.253',NULL),(17230,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1763102358,'web','103.59.160.210',NULL),(17231,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1763142200,'web','103.59.160.210',NULL),(17232,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1763150884,'web','103.59.160.210',NULL),(17233,'\\core\\event\\notification_sent','core','sent','notification','notifications',1927,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1763158262,'cli',NULL,NULL),(17234,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763164544,'web','159.65.139.112',NULL),(17235,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763164544,'web','159.65.139.112',NULL),(17236,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763164544,'web','159.65.139.112',NULL),(17237,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763164545,'web','159.65.139.112',NULL),(17238,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1763178869,'web','103.59.160.210',NULL),(17239,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1763182663,'web','103.59.160.210',NULL),(17240,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1763183064,'web','103.59.160.210',NULL),(17241,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763185908,'web','54.229.85.80',NULL),(17242,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1763245826,'web','103.59.160.210',NULL),(17243,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1763256809,'web','103.59.160.210',NULL),(17244,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763284864,'web','54.246.73.20',NULL),(17245,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763294866,'web','198.235.24.148',NULL),(17246,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763298135,'web','47.128.55.108',NULL),(17247,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1763308112,'web','103.59.160.210',NULL),(17248,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1763309787,'web','103.59.160.210',NULL),(17249,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1763311004,'web','103.59.160.210',NULL),(17250,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1763338059,'web','103.59.160.210',NULL),(17251,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763354548,'web','34.90.191.83',NULL),(17252,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1763356131,'web','103.59.160.210',NULL),(17253,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763359362,'web','71.6.134.235',NULL),(17254,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1763360515,'web','103.59.160.210',NULL),(17255,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1763364408,'web','103.59.160.210',NULL),(17256,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1763365245,'web','103.59.160.210',NULL),(17257,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763393176,'web','74.7.227.156',NULL),(17258,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763393179,'web','74.7.227.156',NULL),(17259,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763393185,'web','74.7.227.156',NULL),(17260,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763393187,'web','74.7.227.156',NULL),(17261,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1763402064,'web','103.59.160.210',NULL),(17262,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1763427543,'web','103.59.160.210',NULL),(17263,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763459946,'web','204.76.203.25',NULL),(17264,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763474362,'web','164.92.226.239',NULL),(17265,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1763500107,'web','103.59.160.210',NULL),(17266,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1763502475,'web','103.59.160.210',NULL),(17267,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763505123,'web','45.148.10.250',NULL),(17268,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763505140,'web','45.148.10.250',NULL),(17269,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1763505217,'web','103.59.160.210',NULL),(17270,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763522745,'web','115.231.78.8',NULL),(17271,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763522749,'web','115.231.78.8',NULL),(17272,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763530129,'web','206.168.34.39',NULL),(17273,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763530169,'web','206.168.34.39',NULL),(17274,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1763546414,'web','103.59.160.210',NULL),(17275,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763578648,'web','74.7.243.218',NULL),(17276,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763578654,'web','74.7.243.218',NULL),(17277,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763578657,'web','74.7.243.218',NULL),(17278,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763578659,'web','74.7.243.218',NULL),(17279,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1763588069,'web','103.59.160.210',NULL),(17280,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1763598823,'web','103.59.160.210',NULL),(17281,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1763636604,'web','103.59.160.210',NULL),(17282,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763667033,'web','52.31.34.236',NULL),(17283,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1763677350,'web','103.59.160.210',NULL),(17284,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763679688,'web','45.82.78.111',NULL),(17285,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1763762630,'web','103.59.160.210',NULL),(17286,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1763762825,'web','103.59.160.210',NULL),(17287,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1763766243,'web','103.59.160.210',NULL),(17288,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763768343,'web','74.7.227.161',NULL),(17289,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763768349,'web','74.7.227.161',NULL),(17290,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763768351,'web','74.7.227.161',NULL),(17291,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763768354,'web','74.7.227.161',NULL),(17292,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1763771800,'web','103.59.160.210',NULL),(17293,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1763782245,'web','103.59.160.210',NULL),(17294,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763786102,'web','198.235.24.130',NULL),(17295,'\\core\\event\\notification_sent','core','sent','notification','notifications',1928,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1763849462,'cli',NULL,NULL),(17296,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1763852509,'web','103.59.160.210',NULL),(17297,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763856481,'web','40.77.167.44',NULL),(17298,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1763864629,'web','103.59.160.210',NULL),(17299,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1763882799,'web','103.59.160.210',NULL),(17300,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763889663,'web','54.246.73.20',NULL),(17301,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763890061,'web','124.217.125.27',NULL),(17302,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1763894814,'web','103.59.160.210',NULL),(17303,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1763917945,'web','103.59.160.210',NULL),(17304,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1763918861,'web','103.59.160.210',NULL),(17305,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1763923840,'web','103.59.160.210',NULL),(17306,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763925700,'web','37.46.196.22',NULL),(17307,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1763966303,'web','103.59.160.210',NULL),(17308,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763986612,'web','74.7.227.161',NULL),(17309,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763986618,'web','74.7.227.161',NULL),(17310,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763986621,'web','74.7.227.161',NULL),(17311,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1763986623,'web','74.7.227.161',NULL),(17312,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764005613,'web','47.128.127.236',NULL),(17313,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1764020664,'web','103.59.160.210',NULL),(17314,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764021521,'web','65.108.2.194',NULL),(17315,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764028248,'web','195.24.236.75',NULL),(17316,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764039446,'web','194.164.107.5',NULL),(17317,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764078241,'web','62.60.131.218',NULL),(17318,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1764093930,'web','103.59.160.210',NULL),(17319,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1764102663,'web','103.59.160.210',NULL),(17320,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764127368,'web','62.60.131.218',NULL),(17321,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764127372,'web','62.60.131.218',NULL),(17322,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764127373,'web','62.60.131.218',NULL),(17323,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764127376,'web','62.60.131.218',NULL),(17324,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764127376,'web','62.60.131.218',NULL),(17325,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764127377,'web','62.60.131.218',NULL),(17326,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1764141740,'web','103.59.160.210',NULL),(17327,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1764145387,'web','103.59.160.210',NULL),(17328,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764155594,'web','62.60.131.151',NULL),(17329,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1764208309,'web','103.59.160.210',NULL),(17330,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1764228217,'web','103.59.160.210',NULL),(17331,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764233423,'web','74.7.227.161',NULL),(17332,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764233426,'web','74.7.227.161',NULL),(17333,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764233429,'web','74.7.227.161',NULL),(17334,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764233432,'web','74.7.227.161',NULL),(17335,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1764245695,'web','103.59.160.210',NULL),(17336,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764252024,'web','52.31.34.236',NULL),(17337,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1764258335,'web','103.59.160.210',NULL),(17338,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764264202,'web','35.180.181.54',NULL),(17339,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764316428,'web','54.254.243.112',NULL),(17340,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1764330948,'web','103.59.160.210',NULL),(17341,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764336985,'web','3.146.111.124',NULL),(17342,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1764339066,'web','103.59.160.210',NULL),(17343,'\\core\\event\\notification_sent','core','sent','notification','notifications',1929,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1764367862,'cli',NULL,NULL),(17344,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1764392519,'web','103.59.160.210',NULL),(17345,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764413969,'web','3.107.208.250',NULL),(17346,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1764421436,'web','103.59.160.210',NULL),(17347,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1764448964,'web','103.59.160.210',NULL),(17348,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764463502,'web','211.22.101.98',NULL),(17349,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1764463901,'web','103.59.160.210',NULL),(17350,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1764471424,'web','103.59.160.210',NULL),(17351,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764494464,'web','54.246.73.20',NULL),(17352,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764504051,'web','74.7.227.161',NULL),(17353,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764504053,'web','74.7.227.161',NULL),(17354,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764504056,'web','74.7.227.161',NULL),(17355,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764504059,'web','74.7.227.161',NULL),(17356,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1764529674,'web','103.59.160.210',NULL),(17357,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764531207,'web','101.199.254.239',NULL),(17358,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764531277,'web','101.199.254.234',NULL),(17359,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1764566108,'web','103.59.160.210',NULL),(17360,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1764576726,'web','103.59.160.210',NULL),(17361,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1764581180,'web','103.59.160.210',NULL),(17362,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1764596960,'web','103.59.160.210',NULL),(17363,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764614682,'web','204.76.203.25',NULL),(17364,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1764639344,'web','103.59.160.210',NULL),(17365,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764641624,'web','143.110.243.27',NULL),(17366,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1764644752,'web','103.59.160.210',NULL),(17367,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1764673218,'web','103.59.160.210',NULL),(17368,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764693105,'web','45.131.155.100',NULL),(17369,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1764693802,'web','103.59.160.210',NULL),(17370,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764695335,'web','74.7.227.161',NULL),(17371,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764695341,'web','74.7.227.161',NULL),(17372,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764695343,'web','74.7.227.161',NULL),(17373,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764695346,'web','74.7.227.161',NULL),(17374,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1764698706,'web','103.59.160.210',NULL),(17375,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764703285,'web','47.128.56.55',NULL),(17376,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"en_us\"}',1764706746,'cli',NULL,NULL),(17377,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764721256,'web','62.60.131.162',NULL),(17378,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764732143,'web','91.224.92.184',NULL),(17379,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764732144,'web','91.224.92.184',NULL),(17380,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1764740709,'web','103.59.160.210',NULL),(17381,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764752325,'web','1.170.208.190',NULL),(17382,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1764775463,'web','103.59.160.210',NULL),(17383,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1764780980,'web','103.59.160.210',NULL),(17384,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1764785604,'web','103.59.160.210',NULL),(17385,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1764786891,'web','103.59.160.210',NULL),(17386,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764791227,'web','62.60.131.162',NULL),(17387,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1764797331,'web','103.59.160.210',NULL),(17388,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1764797392,'web','103.59.160.210',NULL),(17389,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1764810508,'web','103.59.160.210',NULL),(17390,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764811166,'web','71.6.134.233',NULL),(17391,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764837019,'web','52.31.34.236',NULL),(17392,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1764851726,'web','103.59.160.210',NULL),(17393,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1764860829,'web','103.59.160.210',NULL),(17394,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1764886701,'web','103.59.160.210',NULL),(17395,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764889214,'web','74.7.241.41',NULL),(17396,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764889220,'web','74.7.241.41',NULL),(17397,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764889223,'web','74.7.241.41',NULL),(17398,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764889225,'web','74.7.241.41',NULL),(17399,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1764894241,'web','103.59.160.210',NULL),(17400,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764919021,'web','197.69.174.101',NULL),(17401,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1764927630,'web','103.59.160.210',NULL),(17402,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1764976155,'web','103.59.160.210',NULL),(17403,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1764977487,'web','3.252.58.161',NULL),(17404,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1764982291,'web','103.59.160.210',NULL),(17405,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1765001950,'web','103.59.160.210',NULL),(17406,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765024370,'web','149.50.97.212',NULL),(17407,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765025283,'web','37.46.196.22',NULL),(17408,'\\core\\event\\notification_sent','core','sent','notification','notifications',1930,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1765059062,'cli',NULL,NULL),(17409,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765063163,'web','193.34.213.155',NULL),(17410,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765077502,'web','47.128.96.135',NULL),(17411,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765099263,'web','52.212.16.235',NULL),(17412,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765100423,'web','74.7.227.161',NULL),(17413,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765100429,'web','74.7.227.161',NULL),(17414,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765100431,'web','74.7.227.161',NULL),(17415,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765100434,'web','74.7.227.161',NULL),(17416,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765113898,'web','45.148.10.245',NULL),(17417,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765113918,'web','45.148.10.245',NULL),(17418,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765113922,'web','45.148.10.245',NULL),(17419,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1765143711,'web','103.59.160.210',NULL),(17420,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765148238,'web','3.140.182.19',NULL),(17421,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1765166334,'web','103.59.160.210',NULL),(17422,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765179126,'web','43.173.182.149',NULL),(17423,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1765185498,'web','103.59.160.210',NULL),(17424,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1765192697,'web','103.59.160.210',NULL),(17425,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765194723,'web','203.55.131.3',NULL),(17426,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765203468,'web','206.168.34.204',NULL),(17427,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765203512,'web','206.168.34.204',NULL),(17428,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1765211080,'web','103.59.160.210',NULL),(17429,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"en_us\"}',1765225146,'cli',NULL,NULL),(17430,'\\core\\event\\notification_sent','core','sent','notification','notifications',1931,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1765231863,'cli',NULL,NULL),(17431,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1765241397,'web','103.59.160.210',NULL),(17432,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765257593,'web','45.131.155.101',NULL),(17433,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1765269865,'web','103.59.160.210',NULL),(17434,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765277359,'web','74.7.227.140',NULL),(17435,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765277362,'web','74.7.227.140',NULL),(17436,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765277365,'web','74.7.227.140',NULL),(17437,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765277367,'web','74.7.227.140',NULL),(17438,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765285292,'web','185.247.137.83',NULL),(17439,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765302001,'web','87.236.176.238',NULL),(17440,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765306490,'web','47.128.110.1',NULL),(17441,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765306518,'web','34.243.35.255',NULL),(17442,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"en_us\"}',1765311544,'cli',NULL,NULL),(17443,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765322008,'web','45.131.155.103',NULL),(17444,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765384218,'web','3.92.178.217',NULL),(17445,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765384219,'web','3.92.178.217',NULL),(17446,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1765390528,'web','103.59.160.210',NULL),(17447,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"en_us\"}',1765397945,'cli',NULL,NULL),(17448,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765422029,'web','52.31.34.236',NULL),(17449,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1765427491,'web','103.59.160.210',NULL),(17450,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765429668,'web','54.155.250.26',NULL),(17451,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765465604,'web','74.7.227.133',NULL),(17452,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765465610,'web','74.7.227.133',NULL),(17453,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765465612,'web','74.7.227.133',NULL),(17454,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765465615,'web','74.7.227.133',NULL),(17455,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"en_us\"}',1765484345,'cli',NULL,NULL),(17456,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1765504883,'web','103.59.160.210',NULL),(17457,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1765517781,'web','103.59.160.210',NULL),(17458,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765540263,'web','207.46.13.151',NULL),(17459,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1765613280,'web','103.59.160.210',NULL),(17460,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765626424,'web','34.217.104.146',NULL),(17461,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765626424,'web','34.217.104.146',NULL),(17462,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1765629862,'web','103.59.160.210',NULL),(17463,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1765629885,'web','103.59.160.210',NULL),(17464,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1765632031,'web','103.59.160.210',NULL),(17465,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1765633515,'web','103.59.160.210',NULL),(17466,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1765633527,'web','103.59.160.210',NULL),(17467,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1765635062,'web','103.59.160.210',NULL),(17468,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1765635900,'web','103.59.160.210',NULL),(17469,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1765636086,'web','103.59.160.210',NULL),(17470,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1765637241,'web','103.59.160.210',NULL),(17471,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1765637271,'web','103.59.160.210',NULL),(17472,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1765639408,'web','103.59.160.210',NULL),(17473,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1765639568,'web','103.59.160.210',NULL),(17474,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1765640939,'web','103.59.160.210',NULL),(17475,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1765642148,'web','103.59.160.210',NULL),(17476,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1765642232,'web','103.59.160.210',NULL),(17477,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1765644328,'web','103.59.160.210',NULL),(17478,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1765648539,'web','103.59.160.210',NULL),(17479,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1765648906,'web','103.59.160.210',NULL),(17480,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1765650351,'web','103.59.160.210',NULL),(17481,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1765651195,'web','103.59.160.210',NULL),(17482,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1765651630,'web','103.59.160.210',NULL),(17483,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1765653857,'web','103.59.160.210',NULL),(17484,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1765654299,'web','103.59.160.210',NULL),(17485,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765655463,'web','35.182.56.185',NULL),(17486,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765655464,'web','35.182.56.185',NULL),(17487,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765655468,'web','35.182.56.185',NULL),(17488,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765655469,'web','35.182.56.185',NULL),(17489,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1765655884,'web','103.59.160.210',NULL),(17490,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1765657073,'web','103.59.160.210',NULL),(17491,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1765657897,'web','103.59.160.210',NULL),(17492,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1765658091,'web','103.59.160.210',NULL),(17493,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1765659559,'web','103.59.160.210',NULL),(17494,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1765659835,'web','103.59.160.210',NULL),(17495,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1765662014,'web','103.59.160.210',NULL),(17496,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1765663485,'web','103.59.160.210',NULL),(17497,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1765663984,'web','103.59.160.210',NULL),(17498,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1765664181,'web','103.59.160.210',NULL),(17499,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1765665112,'web','103.59.160.210',NULL),(17500,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1765666444,'web','103.59.160.210',NULL),(17501,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1765669628,'web','103.59.160.210',NULL),(17502,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765671106,'web','211.22.101.98',NULL),(17503,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765672246,'web','74.7.227.14',NULL),(17504,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765672249,'web','74.7.227.14',NULL),(17505,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765672251,'web','74.7.227.14',NULL),(17506,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1765673450,'web','103.59.160.210',NULL),(17507,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1765673974,'web','103.59.160.210',NULL),(17508,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1765674802,'web','103.59.160.210',NULL),(17509,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1765676159,'web','103.59.160.210',NULL),(17510,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1765676446,'web','103.59.160.210',NULL),(17511,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1765678196,'web','103.59.160.210',NULL),(17512,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1765678246,'web','103.59.160.210',NULL),(17513,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1765681805,'web','103.59.160.210',NULL),(17514,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1765683009,'web','103.59.160.210',NULL),(17515,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1765683257,'web','103.59.160.210',NULL),(17516,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1765685785,'web','103.59.160.210',NULL),(17517,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1765686932,'web','103.59.160.210',NULL),(17518,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1765692583,'web','103.59.160.210',NULL),(17519,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765697510,'web','100.30.248.17',NULL),(17520,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765703882,'web','74.7.241.7',NULL),(17521,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765703948,'web','74.7.241.7',NULL),(17522,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765704063,'web','52.212.16.235',NULL),(17523,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1765705899,'web','103.59.160.210',NULL),(17524,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765708772,'web','3.233.59.216',NULL),(17525,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1765714195,'web','103.59.160.210',NULL),(17526,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1765727505,'web','103.59.160.210',NULL),(17527,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765729649,'web','45.82.78.111',NULL),(17528,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765733006,'web','194.164.107.6',NULL),(17529,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1765746543,'web','103.59.160.210',NULL),(17530,'\\core\\event\\notification_sent','core','sent','notification','notifications',1932,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1765750262,'cli',NULL,NULL),(17531,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765789869,'web','204.76.203.25',NULL),(17532,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1765794837,'web','103.59.160.210',NULL),(17533,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1765796376,'web','103.59.160.210',NULL),(17534,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1765803274,'web','103.59.160.210',NULL),(17535,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765862035,'web','100.30.248.17',NULL),(17536,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765867378,'web','146.190.78.115',NULL),(17537,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1765879783,'web','103.59.160.210',NULL),(17538,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1765885615,'web','103.59.160.210',NULL),(17539,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765889220,'web','34.124.135.103',NULL),(17540,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765889220,'web','34.124.135.103',NULL),(17541,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765895651,'web','74.7.242.6',NULL),(17542,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765895657,'web','74.7.242.6',NULL),(17543,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765895660,'web','74.7.242.6',NULL),(17544,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765895662,'web','74.7.242.6',NULL),(17545,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765898414,'web','219.91.26.209',NULL),(17546,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1765898420,'web','219.91.26.209',NULL),(17547,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1765898420,'web','219.91.26.209',NULL),(17548,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1765898423,'web','219.91.26.209',NULL),(17549,'\\core\\event\\email_failed','core','failed','email',NULL,NULL,'c',0,1,10,0,-10,0,2,0,'{\"subject\":\"\\u60a8\\u7684\\u5e33\\u865f \\u85dd\\u8853\\u795e\\u5b78Moodle \\u65b0\\u767b\\u5165\\u7d00\\u9304\",\"message\":\"\\u55e8 \\u8ab2\\u7a0b\\u7ba1\\u7406\\u54e1 Admin,\\n\\n\\u60a8\\u7684\\u5e33\\u865f \\u85dd\\u8853\\u795e\\u5b78Moodle \\u525b\\u525b\\u5f9e\\u4e00\\u500b\\u65b0\\u7684\\u8a2d\\u5099\\u767b\\u5165\\u4e86\\u3002\\n\\n* \\u60a8\\u7684\\u5e33\\u865f\\uff1a moodleadmin vincentwclin@gmail.com\\n* \\u767b\\u5165\\u6642\\u9593\\uff1a2025\\u5e74 12\\u6708 16\\u65e5(\\u9031\\u4e8c) 23:20\\n* \\u767b\\u5165\\u8a2d\\u5099\\uff1a Mozilla\\/5.0 (Windows NT 10.0; Win64; x64)\\nAppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/143.0.0.0 Safari\\/537.36\\nEdg\\/143.0.0.0\\n* IP\\uff1a 219.91.26.209\\n\\n\\u5982\\u679c\\u662f\\u9019\\u4f60\\uff0c\\u5247\\u4e0d\\u9700\\u8981\\u505a\\u4efb\\u4f55\\u4e8b\\u3002\\n\\n\\u5982\\u679c\\u4f60\\u4e0d\\u8a8d\\u8b58\\u9019\\u7b46\\u7d00\\u9304\\uff0c\\u8acb \\u8b8a\\u66f4\\u60a8\\u7684\\u5bc6\\u78bc [1]\\u3002\\n\\nLinks:\\n------\\n[1] https:\\/\\/moo.cultivarts.org\\/login\\/change_password.php\",\"errorinfo\":\"SMTP connect() failed. https:\\/\\/github.com\\/PHPMailer\\/PHPMailer\\/wiki\\/Troubleshooting\"}',1765898464,'cli',NULL,NULL),(17550,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',8,'r',2,58,70,19,2,2,NULL,0,'null',1765898532,'web','219.91.26.209',NULL),(17551,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1765898542,'web','219.91.26.209',NULL),(17552,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',11,'r',2,62,70,23,2,2,NULL,0,'null',1765898552,'web','219.91.26.209',NULL),(17553,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1765898559,'web','219.91.26.209',NULL),(17554,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',6,'r',2,55,70,16,2,2,NULL,0,'null',1765898563,'web','219.91.26.209',NULL),(17555,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1765898578,'web','219.91.26.209',NULL),(17556,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765899479,'web','207.46.13.86',NULL),(17557,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,16,50,2,2,2,NULL,0,'null',1765899822,'web','219.91.26.209',NULL),(17558,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,2,2,NULL,0,'null',1765900415,'web','219.91.26.209',NULL),(17559,'\\mod_url\\event\\course_module_viewed','mod_url','viewed','course_module','url',2,'r',2,33,70,14,2,2,NULL,0,'null',1765900418,'web','219.91.26.209',NULL),(17560,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1765900575,'web','219.91.26.209',NULL),(17561,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',5,'r',2,54,70,15,2,2,NULL,0,'null',1765900635,'web','219.91.26.209',NULL),(17562,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',6,'r',2,59,70,20,2,2,NULL,0,'null',1765900726,'web','219.91.26.209',NULL),(17563,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',7,'r',2,67,70,28,2,2,NULL,0,'null',1765900731,'web','219.91.26.209',NULL),(17564,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',13,'r',2,64,70,25,2,2,NULL,0,'null',1765900735,'web','219.91.26.209',NULL),(17565,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',14,'r',2,65,70,26,2,2,NULL,0,'null',1765900740,'web','219.91.26.209',NULL),(17566,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',15,'r',2,66,70,27,2,2,NULL,0,'null',1765900754,'web','219.91.26.209',NULL),(17567,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',17,'r',2,69,70,30,2,2,NULL,0,'null',1765900849,'web','219.91.26.209',NULL),(17568,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1765900962,'web','219.91.26.209',NULL),(17569,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',13,'r',2,82,70,43,2,2,NULL,0,'null',1765901009,'web','219.91.26.209',NULL),(17570,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',12,'r',2,79,70,40,2,2,NULL,0,'null',1765901152,'web','219.91.26.209',NULL),(17571,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765914163,'web','47.128.33.70',NULL),(17572,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765929473,'web','52.167.144.161',NULL),(17573,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1765947649,'web','103.59.160.210',NULL),(17574,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1765950454,'web','34.34.17.27',NULL),(17575,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1765970980,'web','103.59.160.210',NULL),(17576,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766007022,'web','52.31.34.236',NULL),(17577,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766048623,'web','195.55.212.224',NULL),(17578,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766048624,'web','195.55.212.224',NULL),(17579,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766050918,'web','35.183.198.27',NULL),(17580,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766050919,'web','35.183.198.27',NULL),(17581,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766056642,'web','45.82.78.109',NULL),(17582,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1766073906,'web','103.59.160.210',NULL),(17583,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1766085612,'web','103.59.160.210',NULL),(17584,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766086468,'web','40.77.167.154',NULL),(17585,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766086673,'web','209.38.22.133',NULL),(17586,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766086673,'web','209.38.22.133',NULL),(17587,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766086673,'web','209.38.22.133',NULL),(17588,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766086674,'web','209.38.22.133',NULL),(17589,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766087134,'web','45.82.78.111',NULL),(17590,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1766097148,'web','103.59.160.210',NULL),(17591,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766119506,'web','208.84.101.66',NULL),(17592,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766119506,'web','208.84.101.66',NULL),(17593,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766121136,'web','74.7.227.8',NULL),(17594,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766121142,'web','74.7.227.8',NULL),(17595,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766121145,'web','74.7.227.8',NULL),(17596,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766121147,'web','74.7.227.8',NULL),(17597,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766140117,'web','45.131.155.102',NULL),(17598,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1766146001,'web','103.59.160.210',NULL),(17599,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766146006,'web','170.64.181.181',NULL),(17600,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766146006,'web','170.64.181.181',NULL),(17601,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766146006,'web','170.64.181.181',NULL),(17602,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766146007,'web','170.64.181.181',NULL),(17603,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766150538,'web','213.35.103.66',NULL),(17604,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766150538,'web','213.35.103.66',NULL),(17605,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1766156673,'web','103.59.160.210',NULL),(17606,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766195227,'web','45.82.78.111',NULL),(17607,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766201767,'web','47.128.111.124',NULL),(17608,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766207375,'web','3.138.185.30',NULL),(17609,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766207403,'web','3.138.185.30',NULL),(17610,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1766213108,'web','103.59.160.210',NULL),(17611,'\\core\\event\\notification_sent','core','sent','notification','notifications',1934,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1766268662,'cli',NULL,NULL),(17612,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766303918,'web','34.26.52.219',NULL),(17613,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766305298,'web','35.238.52.99',NULL),(17614,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766308863,'web','52.212.16.235',NULL),(17615,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766312460,'web','204.76.203.25',NULL),(17616,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766330681,'web','45.82.78.111',NULL),(17617,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766332119,'web','74.7.227.8',NULL),(17618,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766332125,'web','74.7.227.8',NULL),(17619,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766332127,'web','74.7.227.8',NULL),(17620,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766332130,'web','74.7.227.8',NULL),(17621,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766333825,'web','195.178.110.54',NULL),(17622,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766346659,'web','52.90.162.172',NULL),(17623,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766358302,'web','208.84.101.66',NULL),(17624,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766358303,'web','208.84.101.66',NULL),(17625,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1766377011,'web','103.59.160.210',NULL),(17626,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766380053,'web','34.87.142.101',NULL),(17627,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1766382688,'web','103.59.160.210',NULL),(17628,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1766388175,'web','103.59.160.210',NULL),(17629,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766391709,'web','13.61.196.249',NULL),(17630,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766391711,'web','13.61.196.249',NULL),(17631,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1766405117,'web','103.59.160.210',NULL),(17632,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1766407727,'web','103.59.160.210',NULL),(17633,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766417585,'web','34.221.21.250',NULL),(17634,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766430167,'web','3.122.127.69',NULL),(17635,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766430168,'web','3.122.127.69',NULL),(17636,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1766435790,'web','103.59.160.210',NULL),(17637,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1766436301,'web','103.59.160.210',NULL),(17638,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766443319,'web','3.96.33.9',NULL),(17639,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766460980,'web','185.177.72.11',NULL),(17640,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766468081,'web','161.22.56.211',NULL),(17641,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1766481972,'web','103.59.160.210',NULL),(17642,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766489028,'web','35.83.255.209',NULL),(17643,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766502420,'web','54.74.156.82',NULL),(17644,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1766504425,'web','103.59.160.210',NULL),(17645,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1766507235,'web','103.59.160.210',NULL),(17646,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766508216,'web','74.7.227.8',NULL),(17647,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766508218,'web','74.7.227.8',NULL),(17648,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766508221,'web','74.7.227.8',NULL),(17649,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766509841,'web','43.173.179.245',NULL),(17650,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766515631,'web','47.88.94.159',NULL),(17651,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766515650,'web','47.89.193.162',NULL),(17652,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766515913,'web','47.251.15.21',NULL),(17653,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766516179,'web','47.88.78.6',NULL),(17654,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766517609,'web','47.128.52.29',NULL),(17655,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1766528626,'web','103.59.160.210',NULL),(17656,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1766532992,'web','103.59.160.210',NULL),(17657,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1766547708,'web','103.59.160.210',NULL),(17658,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1766549869,'web','103.59.160.210',NULL),(17659,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766574174,'web','18.224.192.118',NULL),(17660,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766592026,'web','52.31.34.236',NULL),(17661,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766594027,'web','45.131.155.100',NULL),(17662,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1766599026,'web','103.59.160.210',NULL),(17663,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766603223,'web','47.128.118.156',NULL),(17664,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1766622357,'web','103.59.160.210',NULL),(17665,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766631825,'web','34.249.159.104',NULL),(17666,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766631827,'web','34.249.159.104',NULL),(17667,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766637988,'web','142.93.149.168',NULL),(17668,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766637988,'web','142.93.149.168',NULL),(17669,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1766653888,'web','103.59.160.210',NULL),(17670,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766654481,'web','34.11.221.39',NULL),(17671,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766660407,'web','34.79.253.59',NULL),(17672,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766671474,'web','195.178.110.54',NULL),(17673,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766680322,'web','13.208.178.48',NULL),(17674,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766680323,'web','13.208.178.48',NULL),(17675,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1766684126,'web','103.59.160.210',NULL),(17676,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766687183,'web','195.178.110.155',NULL),(17677,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766689288,'web','74.7.227.8',NULL),(17678,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766691862,'web','34.139.73.222',NULL),(17679,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766703645,'web','62.60.131.162',NULL),(17680,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1766710310,'web','103.59.160.210',NULL),(17681,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766712074,'web','85.11.167.4',NULL),(17682,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766712075,'web','85.11.167.4',NULL),(17683,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766761760,'web','194.164.107.6',NULL),(17684,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766775879,'web','62.60.131.162',NULL),(17685,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766790498,'web','195.178.110.223',NULL),(17686,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1766813148,'web','103.59.160.210',NULL),(17687,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766815051,'web','213.35.103.47',NULL),(17688,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766815051,'web','213.35.103.47',NULL),(17689,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1766816298,'web','103.59.160.210',NULL),(17690,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766824384,'web','204.76.203.25',NULL),(17691,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1766826614,'web','103.59.160.210',NULL),(17692,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766860900,'web','45.148.10.99',NULL),(17693,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766869485,'web','209.38.216.98',NULL),(17694,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766875197,'web','18.202.251.3',NULL),(17695,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766882744,'web','74.7.241.0',NULL),(17696,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766882747,'web','74.7.241.0',NULL),(17697,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1766897423,'web','103.59.160.210',NULL),(17698,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1766899423,'web','103.59.160.210',NULL),(17699,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1766903162,'web','103.59.160.210',NULL),(17700,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766908980,'web','45.148.10.99',NULL),(17701,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766913663,'web','52.212.16.235',NULL),(17702,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766928357,'web','136.111.165.149',NULL),(17703,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1766951897,'web','103.59.160.210',NULL),(17704,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766967423,'web','62.60.131.218',NULL),(17705,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1766970693,'web','103.59.160.210',NULL),(17706,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1766973481,'web','103.59.160.210',NULL),(17707,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766982172,'web','62.60.131.73',NULL),(17708,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766984882,'web','3.140.182.19',NULL),(17709,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766984883,'web','3.140.182.19',NULL),(17710,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1766997207,'web','203.55.131.5',NULL),(17711,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767000623,'web','209.38.216.98',NULL),(17712,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1767009610,'web','103.59.160.210',NULL),(17713,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767012894,'web','93.158.90.74',NULL),(17714,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1767015695,'web','103.59.160.210',NULL),(17715,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767065491,'web','159.223.200.87',NULL),(17716,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1767072650,'web','103.59.160.210',NULL),(17717,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1767082794,'web','103.59.160.210',NULL),(17718,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767091156,'web','43.173.174.45',NULL),(17719,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1767096548,'web','103.59.160.210',NULL),(17720,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1767107252,'web','103.59.160.210',NULL),(17721,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1767112539,'web','103.59.160.210',NULL),(17722,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1767131850,'web','103.59.160.210',NULL),(17723,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767146042,'web','185.193.157.179',NULL),(17724,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767146042,'web','185.193.157.179',NULL),(17725,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1767153741,'web','103.59.160.210',NULL),(17726,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1767161401,'web','103.59.160.210',NULL),(17727,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767177023,'web','52.31.34.236',NULL),(17728,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1767180938,'web','103.59.160.210',NULL),(17729,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1767212844,'web','103.59.160.210',NULL),(17730,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767213666,'web','52.167.144.203',NULL),(17731,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1767231271,'web','103.59.160.210',NULL),(17732,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1767249497,'web','103.59.160.210',NULL),(17733,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767275697,'web','74.7.241.0',NULL),(17734,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1767293613,'web','103.59.160.210',NULL),(17735,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767294384,'web','47.128.31.4',NULL),(17736,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1767306342,'web','103.59.160.210',NULL),(17737,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767311241,'web','40.77.167.126',NULL),(17738,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767316835,'web','204.76.203.25',NULL),(17739,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767355791,'web','47.128.111.148',NULL),(17740,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767376506,'web','52.167.144.171',NULL),(17741,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767380413,'web','213.35.96.205',NULL),(17742,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767380413,'web','213.35.96.205',NULL),(17743,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767382461,'web','47.128.117.85',NULL),(17744,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767388931,'web','100.25.198.201',NULL),(17745,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767389400,'web','74.7.227.56',NULL),(17746,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767404726,'web','23.132.164.142',NULL),(17747,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1767408202,'web','103.59.160.210',NULL),(17748,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767414655,'web','3.249.154.5',NULL),(17749,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1767434131,'web','103.59.160.210',NULL),(17750,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767436654,'web','121.127.34.151',NULL),(17751,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767480489,'web','100.50.77.146',NULL),(17752,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1767490868,'web','103.59.160.210',NULL),(17753,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1767492079,'web','103.59.160.210',NULL),(17754,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767518262,'web','43.173.176.62',NULL),(17755,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767518463,'web','52.212.16.235',NULL),(17756,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767523235,'web','209.38.216.98',NULL),(17757,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767524964,'web','74.7.227.56',NULL),(17758,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767543369,'web','47.128.16.15',NULL),(17759,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1767544244,'web','103.59.160.210',NULL),(17760,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1767546510,'web','103.59.160.210',NULL),(17761,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767547521,'web','40.77.167.1',NULL),(17762,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1767561307,'web','103.59.160.210',NULL),(17763,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767588835,'web','203.55.131.5',NULL),(17764,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1767604655,'web','103.59.160.210',NULL),(17765,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767605869,'web','43.173.182.172',NULL),(17766,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1767613414,'web','103.59.160.210',NULL),(17767,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1767622500,'web','103.59.160.210',NULL),(17768,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1767627272,'web','103.59.160.210',NULL),(17769,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1767629440,'web','103.59.160.210',NULL),(17770,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"en_us\"}',1767644346,'cli',NULL,NULL),(17771,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767649401,'web','74.7.242.15',NULL),(17772,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1767659023,'web','103.59.160.210',NULL),(17773,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1767659801,'web','103.59.160.210',NULL),(17774,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767666451,'web','195.24.237.202',NULL),(17775,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1767673222,'web','103.59.160.210',NULL),(17776,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767689849,'web','161.118.250.104',NULL),(17777,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767689849,'web','161.118.250.104',NULL),(17778,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767703840,'web','134.185.83.182',NULL),(17779,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767703841,'web','134.185.83.182',NULL),(17780,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767719989,'web','40.77.167.33',NULL),(17781,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1767726239,'web','103.59.160.210',NULL),(17782,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1767731730,'web','103.59.160.210',NULL),(17783,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767734589,'web','134.185.83.182',NULL),(17784,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767734589,'web','134.185.83.182',NULL),(17785,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1767735486,'web','103.59.160.210',NULL),(17786,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1767738735,'web','103.59.160.210',NULL),(17787,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1767740512,'web','103.59.160.210',NULL),(17788,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1767745095,'web','103.59.160.210',NULL),(17789,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767745885,'web','74.7.227.134',NULL),(17790,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767747471,'web','194.195.112.120',NULL),(17791,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767747472,'web','194.195.112.120',NULL),(17792,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767762015,'web','52.31.34.236',NULL),(17793,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1767776686,'web','103.59.160.210',NULL),(17794,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767797056,'web','195.24.237.202',NULL),(17795,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767808523,'web','204.76.203.25',NULL),(17796,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767822053,'web','43.173.182.175',NULL),(17797,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1767829691,'web','103.59.160.210',NULL),(17798,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1767845738,'web','103.59.160.210',NULL),(17799,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1767847288,'web','103.59.160.210',NULL),(17800,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1767849360,'web','103.59.160.210',NULL),(17801,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1767850173,'web','103.59.160.210',NULL),(17802,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1767850365,'web','103.59.160.210',NULL),(17803,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767863330,'web','52.167.144.228',NULL),(17804,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767866081,'web','195.178.110.132',NULL),(17805,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767866082,'web','195.178.110.132',NULL),(17806,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1767867486,'web','103.59.160.210',NULL),(17807,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767869230,'web','195.178.110.160',NULL),(17808,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767869231,'web','195.178.110.160',NULL),(17809,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767935170,'web','103.4.251.3',NULL),(17810,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767935171,'web','104.164.173.86',NULL),(17811,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767935178,'web','104.164.173.86',NULL),(17812,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767935180,'web','165.22.34.189',NULL),(17813,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767935182,'web','51.81.245.138',NULL),(17814,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767935182,'web','165.22.34.189',NULL),(17815,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767935184,'web','192.64.113.146',NULL),(17816,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767935185,'web','192.64.113.146',NULL),(17817,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767935212,'web','165.22.34.189',NULL),(17818,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767935254,'web','38.18.24.62',NULL),(17819,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767935664,'web','146.70.185.32',NULL),(17820,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767935671,'web','146.70.185.32',NULL),(17821,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767936935,'web','91.196.152.163',NULL),(17822,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767937172,'web','74.7.242.1',NULL),(17823,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767937406,'web','101.198.0.152',NULL),(17824,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767937682,'web','34.244.44.44',NULL),(17825,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767939214,'web','103.4.251.93',NULL),(17826,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767939214,'web','103.4.250.207',NULL),(17827,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767939216,'web','103.4.251.93',NULL),(17828,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767940136,'web','128.90.177.95',NULL),(17829,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767941599,'web','51.254.49.108',NULL),(17830,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767950739,'web','45.148.10.99',NULL),(17831,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767957911,'web','52.167.144.214',NULL),(17832,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1767971526,'web','103.59.160.210',NULL),(17833,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767977101,'web','34.23.28.76',NULL),(17834,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767983637,'web','103.4.250.238',NULL),(17835,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767983638,'web','154.28.229.103',NULL),(17836,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767983652,'web','154.28.229.103',NULL),(17837,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1767985675,'web','103.59.160.210',NULL),(17838,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767987200,'web','47.128.44.91',NULL),(17839,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1767992939,'web','216.73.216.129',NULL),(17840,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1767995553,'web','103.59.160.210',NULL),(17841,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1768013868,'web','103.59.160.210',NULL),(17842,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768016886,'web','34.143.180.206',NULL),(17843,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1768025202,'web','103.59.160.210',NULL),(17844,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768029712,'web','195.178.110.132',NULL),(17845,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768029713,'web','195.178.110.132',NULL),(17846,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1768030648,'web','103.59.160.210',NULL),(17847,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768036903,'web','98.87.11.77',NULL),(17848,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768036951,'web','98.92.23.83',NULL),(17849,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768050631,'web','35.94.29.30',NULL),(17850,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768063674,'web','35.87.230.186',NULL),(17851,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768073838,'web','35.87.230.186',NULL),(17852,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768073838,'web','35.87.230.186',NULL),(17853,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768074916,'web','87.236.176.166',NULL),(17854,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768087218,'web','216.73.216.129',NULL),(17855,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768087301,'web','216.73.216.129',NULL),(17856,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1768089045,'web','103.59.160.210',NULL),(17857,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1768089959,'web','103.59.160.210',NULL),(17858,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768099242,'web','209.97.180.88',NULL),(17859,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1768103411,'web','103.59.160.210',NULL),(17860,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1768103546,'web','103.59.160.210',NULL),(17861,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768103810,'web','87.236.176.238',NULL),(17862,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1768108280,'web','103.59.160.210',NULL),(17863,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768110287,'web','85.11.167.4',NULL),(17864,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768110288,'web','85.11.167.4',NULL),(17865,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768122074,'web','216.73.216.129',NULL),(17866,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768123264,'web','52.212.16.235',NULL),(17867,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768125177,'web','45.139.104.168',NULL),(17868,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1768128387,'web','103.59.160.210',NULL),(17869,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1768129852,'web','103.59.160.210',NULL),(17870,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1768133113,'web','103.59.160.210',NULL),(17871,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1768147928,'web','103.59.160.210',NULL),(17872,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1768149846,'web','103.59.160.210',NULL),(17873,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1768149889,'web','103.59.160.210',NULL),(17874,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1768151587,'web','103.59.160.210',NULL),(17875,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768164896,'web','23.95.96.140',NULL),(17876,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1768167421,'web','103.59.160.210',NULL),(17877,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768169238,'web','52.167.144.23',NULL),(17878,'\\core\\event\\notification_sent','core','sent','notification','notifications',1935,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1768169462,'cli',NULL,NULL),(17879,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768169570,'web','123.6.49.4',NULL),(17880,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768185443,'web','47.128.121.126',NULL),(17881,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1768191261,'web','103.59.160.210',NULL),(17882,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1768191309,'web','103.59.160.210',NULL),(17883,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768196361,'web','45.148.10.174',NULL),(17884,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1768207645,'web','103.59.160.210',NULL),(17885,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1768223596,'web','103.59.160.210',NULL),(17886,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768225906,'web','52.167.144.142',NULL),(17887,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768233088,'web','34.221.21.250',NULL),(17888,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1768238917,'web','103.59.160.210',NULL),(17889,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1768245026,'web','103.59.160.210',NULL),(17890,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1768273862,'web','103.59.160.210',NULL),(17891,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768275829,'web','161.35.176.175',NULL),(17892,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768277687,'web','74.7.227.63',NULL),(17893,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768277689,'web','74.7.227.63',NULL),(17894,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768277691,'web','74.7.227.63',NULL),(17895,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1768281214,'web','103.59.160.210',NULL),(17896,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768284410,'web','40.77.167.8',NULL),(17897,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1768289929,'web','103.59.160.210',NULL),(17898,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768294403,'web','44.243.136.81',NULL),(17899,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1768299606,'web','103.59.160.210',NULL),(17900,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1768299938,'web','103.59.160.210',NULL),(17901,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768300396,'web','67.205.158.115',NULL),(17902,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1768312613,'web','103.59.160.210',NULL),(17903,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768313516,'web','204.76.203.25',NULL),(17904,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1768321001,'web','103.59.160.210',NULL),(17905,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1768321980,'web','103.59.160.210',NULL),(17906,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1768322338,'web','103.59.160.210',NULL),(17907,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1768337862,'web','103.59.160.210',NULL),(17908,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768339884,'web','45.148.10.204',NULL),(17909,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768347018,'web','52.31.34.236',NULL),(17910,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1768352140,'web','103.59.160.210',NULL),(17911,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1768357961,'web','103.59.160.210',NULL),(17912,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1768359242,'web','103.59.160.210',NULL),(17913,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1768365622,'web','103.59.160.210',NULL),(17914,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1768371094,'web','103.59.160.210',NULL),(17915,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1768372016,'web','103.59.160.210',NULL),(17916,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1768374636,'web','103.59.160.210',NULL),(17917,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1768382730,'web','103.59.160.210',NULL),(17918,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1768399373,'web','103.59.160.210',NULL),(17919,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1768402488,'web','103.59.160.210',NULL),(17920,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768407176,'web','206.168.34.199',NULL),(17921,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768407192,'web','206.168.34.199',NULL),(17922,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1768415259,'web','103.59.160.210',NULL),(17923,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768425685,'web','4.241.228.159',NULL),(17924,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1768433042,'web','103.59.160.210',NULL),(17925,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768442763,'web','3.20.201.240',NULL),(17926,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1768449140,'web','103.59.160.210',NULL),(17927,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1768455415,'web','103.59.160.210',NULL),(17928,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768460647,'web','52.167.144.21',NULL),(17929,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1768462024,'web','103.59.160.210',NULL),(17930,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768465521,'web','98.88.137.2',NULL),(17931,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1768466370,'web','103.59.160.210',NULL),(17932,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1768469611,'web','103.59.160.210',NULL),(17933,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1768473934,'web','103.59.160.210',NULL),(17934,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1768479820,'web','103.59.160.210',NULL),(17935,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1768482046,'web','103.59.160.210',NULL),(17936,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1768505102,'web','103.59.160.210',NULL),(17937,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1768508512,'web','103.59.160.210',NULL),(17938,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1768522286,'web','103.59.160.210',NULL),(17939,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768558704,'web','212.28.181.102',NULL),(17940,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1768569515,'web','103.59.160.210',NULL),(17941,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768571759,'web','35.229.125.9',NULL),(17942,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768571760,'web','35.229.125.9',NULL),(17943,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768592248,'web','47.128.56.6',NULL),(17944,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1768594747,'cli',NULL,NULL),(17945,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768601614,'web','40.77.167.41',NULL),(17946,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768620810,'web','219.91.26.209',NULL),(17947,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1768620815,'web','219.91.26.209',NULL),(17948,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1768620815,'web','219.91.26.209',NULL),(17949,'\\core\\event\\email_failed','core','failed','email',NULL,NULL,'c',0,1,10,0,-1,0,-99,0,'{\"subject\":\"\\u85dd\\u8853\\u795e\\u5b78Moodle: test message. Sent: 17 1\\u6708 2026, 11:34:47 AM\",\"message\":\"This is a test message to confirm that you have successfully configured\\nyour site\'s outgoing mail. Sent: 17 1\\u6708 2026, 11:34:47 AM\",\"errorinfo\":\"SMTP connect() failed. https:\\/\\/github.com\\/PHPMailer\\/PHPMailer\\/wiki\\/Troubleshooting\"}',1768620888,'web','219.91.26.209',NULL),(17950,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768621083,'web','40.77.167.55',NULL),(17951,'\\core\\event\\config_log_created','core','created','config_log','config_log',1880,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"smtppass\",\"oldvalue\":\"********\",\"value\":\"********\",\"plugin\":null}',1768621459,'web','219.91.26.209',NULL),(17952,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1768621544,'web','219.91.26.209',NULL),(17953,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1768621547,'web','219.91.26.209',NULL),(17954,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',17,'r',2,97,70,58,2,2,NULL,0,'null',1768621587,'web','219.91.26.209',NULL),(17955,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1768621590,'web','219.91.26.209',NULL),(17956,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1768621593,'web','219.91.26.209',NULL),(17957,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768630549,'web','52.167.144.193',NULL),(17958,'\\core\\event\\notification_sent','core','sent','notification','notifications',1936,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1768687864,'cli',NULL,NULL),(17959,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768718289,'web','40.77.167.7',NULL),(17960,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768728063,'web','52.212.16.235',NULL),(17961,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768750220,'web','40.77.167.156',NULL),(17962,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768765065,'web','34.91.19.29',NULL),(17963,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768773498,'web','100.52.3.146',NULL),(17964,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768782202,'web','204.76.203.25',NULL),(17965,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768805306,'web','3.151.194.164',NULL),(17966,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768806070,'web','71.6.134.232',NULL),(17967,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768810874,'web','179.109.83.88',NULL),(17968,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768844199,'web','34.27.37.247',NULL),(17969,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768844200,'web','34.27.37.247',NULL),(17970,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768875215,'web','217.145.229.241',NULL),(17971,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768908775,'web','43.173.175.215',NULL),(17972,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768922849,'web','35.229.83.22',NULL),(17973,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768925010,'web','23.180.120.132',NULL),(17974,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768932019,'web','52.31.34.236',NULL),(17975,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768934039,'web','43.173.182.46',NULL),(17976,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768973646,'web','34.61.110.114',NULL),(17977,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768977298,'web','154.28.229.64',NULL),(17978,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768977298,'web','104.252.191.87',NULL),(17979,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768977300,'web','104.252.191.87',NULL),(17980,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768977301,'web','51.81.245.138',NULL),(17981,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768977304,'web','104.197.69.115',NULL),(17982,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768977308,'web','205.169.39.159',NULL),(17983,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768977308,'web','188.166.108.93',NULL),(17984,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768977310,'web','188.166.108.93',NULL),(17985,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768977310,'web','193.19.82.13',NULL),(17986,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768977312,'web','205.169.39.7',NULL),(17987,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768977332,'web','205.169.39.159',NULL),(17988,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768977340,'web','193.19.82.13',NULL),(17989,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768977345,'web','34.122.147.229',NULL),(17990,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768977347,'web','188.166.108.93',NULL),(17991,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768977780,'web','128.192.12.112',NULL),(17992,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768979000,'web','205.169.39.55',NULL),(17993,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768984903,'web','185.177.72.13',NULL),(17994,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768984975,'web','185.177.72.13',NULL),(17995,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768984975,'web','185.177.72.13',NULL),(17996,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768984975,'web','185.177.72.13',NULL),(17997,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768984976,'web','185.177.72.13',NULL),(17998,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768984976,'web','185.177.72.13',NULL),(17999,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768984976,'web','185.177.72.13',NULL),(18000,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1768986618,'web','40.77.167.123',NULL),(18001,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769010433,'web','34.73.93.6',NULL),(18002,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769014562,'web','52.167.144.156',NULL),(18003,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769024500,'web','206.168.34.197',NULL),(18004,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769024517,'web','206.168.34.197',NULL),(18005,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769025482,'web','113.23.49.195',NULL),(18006,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769048463,'web','3.113.246.185',NULL),(18007,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769048464,'web','3.113.246.185',NULL),(18008,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769048464,'web','3.113.246.185',NULL),(18009,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769056248,'web','195.178.110.132',NULL),(18010,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769056249,'web','195.178.110.132',NULL),(18011,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769083281,'web','85.11.167.4',NULL),(18012,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769083282,'web','85.11.167.4',NULL),(18013,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769091024,'web','35.237.120.99',NULL),(18014,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769100770,'web','44.248.158.142',NULL),(18015,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769100771,'web','44.248.158.142',NULL),(18016,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769118259,'web','18.213.106.41',NULL),(18017,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769134261,'web','195.178.110.155',NULL),(18018,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769135002,'web','143.198.190.1',NULL),(18019,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769145607,'web','3.20.201.240',NULL),(18020,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769145610,'web','3.20.201.240',NULL),(18021,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769146560,'web','3.151.194.164',NULL),(18022,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769146716,'web','3.20.201.240',NULL),(18023,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769146717,'web','3.20.201.240',NULL),(18024,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769164206,'web','52.167.144.219',NULL),(18025,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769174725,'web','213.209.159.181',NULL),(18026,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769174725,'web','213.209.159.181',NULL),(18027,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769174725,'web','213.209.159.181',NULL),(18028,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769174726,'web','213.209.159.181',NULL),(18029,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769174726,'web','213.209.159.181',NULL),(18030,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769174727,'web','213.209.159.181',NULL),(18031,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769174727,'web','213.209.159.181',NULL),(18032,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769174727,'web','213.209.159.181',NULL),(18033,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769174727,'web','213.209.159.181',NULL),(18034,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769174728,'web','213.209.159.181',NULL),(18035,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769174728,'web','213.209.159.181',NULL),(18036,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769174728,'web','213.209.159.181',NULL),(18037,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769174729,'web','213.209.159.181',NULL),(18038,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769180477,'web','103.59.160.210',NULL),(18039,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769185890,'web','34.29.29.53',NULL),(18040,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769195023,'web','47.128.28.197',NULL),(18041,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1769207025,'web','103.59.160.210',NULL),(18042,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1769207574,'web','103.59.160.210',NULL),(18043,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1769230143,'web','103.59.160.210',NULL),(18044,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769231594,'web','204.76.203.25',NULL),(18045,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769232456,'web','107.175.136.181',NULL),(18046,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769232599,'web','107.175.136.181',NULL),(18047,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769233838,'web','107.175.136.181',NULL),(18048,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769237242,'web','107.175.136.181',NULL),(18049,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769238473,'web','107.175.136.181',NULL),(18050,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769238615,'web','107.175.136.181',NULL),(18051,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769240131,'web','107.175.136.181',NULL),(18052,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769242250,'web','107.175.136.181',NULL),(18053,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769242816,'web','107.175.136.181',NULL),(18054,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769243697,'web','107.175.136.181',NULL),(18055,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1769244020,'web','103.59.160.210',NULL),(18056,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769244105,'web','107.175.136.181',NULL),(18057,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769245998,'web','107.175.136.181',NULL),(18058,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769246448,'web','107.175.136.181',NULL),(18059,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769249299,'web','107.175.136.181',NULL),(18060,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769249361,'web','107.175.136.181',NULL),(18061,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769250308,'web','107.175.136.181',NULL),(18062,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769252912,'web','107.175.136.181',NULL),(18063,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769253108,'web','107.175.136.181',NULL),(18064,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769253796,'web','107.175.136.181',NULL),(18065,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769258324,'web','107.175.136.181',NULL),(18066,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769259112,'web','107.175.136.181',NULL),(18067,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769259280,'web','107.175.136.181',NULL),(18068,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769259967,'web','107.175.136.181',NULL),(18069,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769260430,'web','107.175.136.181',NULL),(18070,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769261075,'web','107.175.136.181',NULL),(18071,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769261672,'web','107.175.136.181',NULL),(18072,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769263931,'web','107.175.136.181',NULL),(18073,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769267516,'web','107.175.136.181',NULL),(18074,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769268490,'web','107.175.136.181',NULL),(18075,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769271093,'web','107.175.136.181',NULL),(18076,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769271196,'web','107.175.136.181',NULL),(18077,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769271440,'web','107.175.136.181',NULL),(18078,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1769271558,'web','103.59.160.210',NULL),(18079,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769272826,'web','107.175.136.181',NULL),(18080,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769273806,'web','107.175.136.181',NULL),(18081,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769274182,'web','107.175.136.181',NULL),(18082,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769274264,'web','107.175.136.181',NULL),(18083,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769275019,'web','107.175.136.181',NULL),(18084,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769278969,'web','107.175.136.181',NULL),(18085,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769283829,'web','107.175.136.181',NULL),(18086,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769283900,'web','47.128.16.48',NULL),(18087,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769286053,'web','107.175.136.181',NULL),(18088,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769286110,'web','107.175.136.181',NULL),(18089,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769287268,'web','107.175.136.181',NULL),(18090,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769288585,'web','107.175.136.181',NULL),(18091,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769297063,'web','107.175.136.181',NULL),(18092,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769297896,'web','185.177.72.23',NULL),(18093,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769297967,'web','185.177.72.23',NULL),(18094,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769297967,'web','185.177.72.23',NULL),(18095,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769297967,'web','185.177.72.23',NULL),(18096,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769297968,'web','185.177.72.23',NULL),(18097,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769297968,'web','185.177.72.23',NULL),(18098,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769297968,'web','185.177.72.23',NULL),(18099,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769298065,'web','185.177.72.23',NULL),(18100,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769298925,'web','107.175.136.181',NULL),(18101,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769299483,'web','107.175.136.181',NULL),(18102,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769301544,'web','107.175.136.181',NULL),(18103,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769303168,'web','134.122.4.187',NULL),(18104,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769304656,'web','107.175.136.181',NULL),(18105,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769304947,'web','107.175.136.181',NULL),(18106,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769306594,'web','107.175.136.181',NULL),(18107,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769307044,'web','107.175.136.181',NULL),(18108,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769308004,'web','107.175.136.181',NULL),(18109,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769309346,'web','107.175.136.181',NULL),(18110,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769310024,'web','107.175.136.181',NULL),(18111,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769313424,'web','185.177.72.30',NULL),(18112,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769313498,'web','185.177.72.30',NULL),(18113,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769313498,'web','185.177.72.30',NULL),(18114,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769313498,'web','185.177.72.30',NULL),(18115,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769313499,'web','185.177.72.30',NULL),(18116,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769313499,'web','185.177.72.30',NULL),(18117,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769313499,'web','185.177.72.30',NULL),(18118,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769313594,'web','185.177.72.30',NULL),(18119,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769318023,'web','107.175.136.181',NULL),(18120,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769319423,'web','107.175.136.181',NULL),(18121,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769319718,'web','107.175.136.181',NULL),(18122,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769322141,'web','107.175.136.181',NULL),(18123,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769322932,'web','103.196.9.209',NULL),(18124,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769322933,'web','103.196.9.113',NULL),(18125,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769322939,'web','103.196.9.209',NULL),(18126,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769323796,'web','107.175.136.181',NULL),(18127,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769324302,'web','107.175.136.181',NULL),(18128,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769325000,'web','107.175.136.181',NULL),(18129,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769328209,'web','107.175.136.181',NULL),(18130,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769329181,'web','107.175.136.181',NULL),(18131,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769329389,'web','107.175.136.181',NULL),(18132,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769329545,'web','107.175.136.181',NULL),(18133,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769329870,'web','107.175.136.181',NULL),(18134,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769332864,'web','52.212.16.235',NULL),(18135,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769333159,'web','107.175.136.181',NULL),(18136,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769335398,'web','107.175.136.181',NULL),(18137,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769339070,'web','107.175.136.181',NULL),(18138,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769341336,'web','107.175.136.181',NULL),(18139,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769344115,'web','107.175.136.181',NULL),(18140,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769346267,'web','93.158.90.32',NULL),(18141,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769346333,'web','107.175.136.181',NULL),(18142,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769346709,'web','107.175.136.181',NULL),(18143,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769349869,'web','107.175.136.181',NULL),(18144,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769350420,'web','107.175.136.181',NULL),(18145,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769355530,'web','107.175.136.181',NULL),(18146,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769356481,'web','103.59.160.210',NULL),(18147,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769356870,'web','107.175.136.181',NULL),(18148,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769359923,'web','107.175.136.181',NULL),(18149,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769359960,'web','107.175.136.181',NULL),(18150,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769361490,'web','52.167.144.174',NULL),(18151,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769362393,'web','107.175.136.181',NULL),(18152,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769363605,'web','107.175.136.181',NULL),(18153,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769367027,'web','107.175.136.181',NULL),(18154,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769368025,'web','107.175.136.181',NULL),(18155,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769369091,'web','107.175.136.181',NULL),(18156,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769369532,'web','107.175.136.181',NULL),(18157,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769369852,'web','107.175.136.181',NULL),(18158,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769370716,'web','107.175.136.181',NULL),(18159,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769370744,'web','107.175.136.181',NULL),(18160,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769372673,'web','107.175.136.181',NULL),(18161,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769374092,'web','107.175.136.181',NULL),(18162,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769374639,'web','107.175.136.181',NULL),(18163,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769375745,'web','107.175.136.181',NULL),(18164,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769375836,'web','107.175.136.181',NULL),(18165,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769375836,'web','107.175.136.181',NULL),(18166,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769376975,'web','107.175.136.181',NULL),(18167,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769378108,'web','107.175.136.181',NULL),(18168,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769378575,'web','195.178.110.132',NULL),(18169,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769378576,'web','195.178.110.132',NULL),(18170,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769379218,'web','107.175.136.181',NULL),(18171,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769382426,'web','107.175.136.181',NULL),(18172,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769383860,'web','107.175.136.181',NULL),(18173,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769384257,'web','107.175.136.181',NULL),(18174,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769384577,'web','107.175.136.181',NULL),(18175,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769387775,'web','107.175.136.181',NULL),(18176,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769391533,'web','107.175.136.181',NULL),(18177,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769397219,'web','107.175.136.181',NULL),(18178,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769397920,'web','185.177.72.13',NULL),(18179,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769397991,'web','185.177.72.13',NULL),(18180,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769397991,'web','185.177.72.13',NULL),(18181,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769397992,'web','185.177.72.13',NULL),(18182,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769397992,'web','185.177.72.13',NULL),(18183,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769397992,'web','185.177.72.13',NULL),(18184,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769397992,'web','185.177.72.13',NULL),(18185,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769398085,'web','185.177.72.13',NULL),(18186,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769398956,'web','107.175.136.181',NULL),(18187,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769400373,'web','107.175.136.181',NULL),(18188,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769403850,'web','107.175.136.181',NULL),(18189,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769407516,'web','107.175.136.181',NULL),(18190,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769409952,'web','107.175.136.181',NULL),(18191,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769410172,'web','107.175.136.181',NULL),(18192,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769411056,'web','107.175.136.181',NULL),(18193,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1769412879,'web','103.59.160.210',NULL),(18194,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1769415446,'web','103.59.160.210',NULL),(18195,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769417888,'web','107.175.136.181',NULL),(18196,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769419579,'web','107.175.136.181',NULL),(18197,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769420819,'web','107.175.136.181',NULL),(18198,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769422596,'web','107.175.136.181',NULL),(18199,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769423148,'web','107.175.136.181',NULL),(18200,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769425416,'web','107.175.136.181',NULL),(18201,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769426019,'web','107.175.136.181',NULL),(18202,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769426204,'web','107.175.136.181',NULL),(18203,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769426556,'web','103.59.160.210',NULL),(18204,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769427225,'web','107.175.136.181',NULL),(18205,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769428982,'web','107.175.136.181',NULL),(18206,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769429965,'web','107.175.136.181',NULL),(18207,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769430042,'web','107.175.136.181',NULL),(18208,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1769430939,'web','103.59.160.210',NULL),(18209,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769431251,'web','107.175.136.181',NULL),(18210,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769434176,'web','107.175.136.181',NULL),(18211,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769434384,'web','107.175.136.181',NULL),(18212,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769435829,'web','107.175.136.181',NULL),(18213,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769438231,'web','107.175.136.181',NULL),(18214,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769438247,'web','107.175.136.181',NULL),(18215,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1769438937,'web','103.59.160.210',NULL),(18216,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769440979,'web','107.175.136.181',NULL),(18217,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769444193,'web','107.175.136.181',NULL),(18218,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769445761,'web','107.175.136.181',NULL),(18219,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769449662,'web','107.175.136.181',NULL),(18220,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769451004,'web','107.175.136.181',NULL),(18221,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1769452339,'web','103.59.160.210',NULL),(18222,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769455487,'web','107.175.136.181',NULL),(18223,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769455629,'web','107.175.136.181',NULL),(18224,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769456215,'web','107.175.136.181',NULL),(18225,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769456331,'web','107.175.136.181',NULL),(18226,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769457267,'web','107.175.136.181',NULL),(18227,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769460008,'web','107.175.136.181',NULL),(18228,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1769460106,'web','103.59.160.210',NULL),(18229,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769463079,'web','107.175.136.181',NULL),(18230,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769465130,'web','107.175.136.181',NULL),(18231,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769466344,'web','43.173.180.252',NULL),(18232,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769467899,'web','107.175.136.181',NULL),(18233,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769470712,'web','107.175.136.181',NULL),(18234,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769471458,'web','107.175.136.181',NULL),(18235,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1769472462,'web','103.59.160.210',NULL),(18236,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769472926,'web','107.175.136.181',NULL),(18237,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769477120,'web','107.175.136.181',NULL),(18238,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769479671,'web','107.175.136.181',NULL),(18239,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769479679,'web','107.175.136.181',NULL),(18240,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769480201,'web','107.175.136.181',NULL),(18241,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769480883,'web','107.175.136.181',NULL),(18242,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769481366,'web','107.175.136.181',NULL),(18243,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769481505,'web','107.175.136.181',NULL),(18244,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769482697,'web','107.175.136.181',NULL),(18245,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769483883,'web','43.173.181.218',NULL),(18246,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769484351,'web','107.175.136.181',NULL),(18247,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769485870,'web','107.175.136.181',NULL),(18248,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769486574,'web','107.175.136.181',NULL),(18249,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769487806,'web','107.175.136.181',NULL),(18250,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769488946,'web','27.115.124.69',NULL),(18251,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769489394,'web','107.175.136.181',NULL),(18252,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769489807,'web','107.175.136.181',NULL),(18253,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1769491740,'web','103.59.160.210',NULL),(18254,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769491797,'web','107.175.136.181',NULL),(18255,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769496566,'web','107.175.136.181',NULL),(18256,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769498101,'web','107.175.136.181',NULL),(18257,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769499696,'web','107.175.136.181',NULL),(18258,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769500115,'web','107.175.136.181',NULL),(18259,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769501413,'web','107.175.136.181',NULL),(18260,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769501460,'web','174.138.5.11',NULL),(18261,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769504623,'web','107.175.136.181',NULL),(18262,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769507328,'web','107.175.136.181',NULL),(18263,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769512057,'web','107.172.58.36',NULL),(18264,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769517031,'web','52.31.34.236',NULL),(18265,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1769520873,'web','103.59.160.210',NULL),(18266,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1769524919,'web','103.59.160.210',NULL),(18267,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1769539033,'web','103.59.160.210',NULL),(18268,'\\core\\event\\notification_sent','core','sent','notification','notifications',1937,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1769551862,'cli',NULL,NULL),(18269,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769573728,'web','103.59.160.210',NULL),(18270,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769574385,'web','103.59.160.210',NULL),(18271,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769574835,'web','103.59.160.210',NULL),(18272,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769603401,'web','34.134.155.75',NULL),(18273,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769611117,'web','34.29.2.27',NULL),(18274,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769618843,'web','103.59.160.210',NULL),(18275,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1769634022,'web','103.59.160.210',NULL),(18276,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1769635392,'web','103.59.160.210',NULL),(18277,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769639904,'web','40.77.167.13',NULL),(18278,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769650073,'web','66.132.153.115',NULL),(18279,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769650093,'web','66.132.153.115',NULL),(18280,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769662276,'web','172.73.179.63',NULL),(18281,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769662282,'web','172.73.179.63',NULL),(18282,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769679798,'web','34.70.49.195',NULL),(18283,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769679798,'web','34.70.49.195',NULL),(18284,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769687044,'web','204.76.203.25',NULL),(18285,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769695648,'web','47.128.16.174',NULL),(18286,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1769711964,'web','103.59.160.210',NULL),(18287,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1769717292,'web','103.59.160.210',NULL),(18288,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1769723399,'web','103.59.160.210',NULL),(18289,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769745678,'web','103.59.160.210',NULL),(18290,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1769749504,'web','103.59.160.210',NULL),(18291,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1769750722,'web','103.59.160.210',NULL),(18292,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1769757907,'web','103.59.160.210',NULL),(18293,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769760204,'web','103.59.160.210',NULL),(18294,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769761112,'web','43.173.174.40',NULL),(18295,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769761118,'web','43.173.178.208',NULL),(18296,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1769765730,'web','103.59.160.210',NULL),(18297,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1769768598,'web','103.59.160.210',NULL),(18298,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1769769552,'web','103.59.160.210',NULL),(18299,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1769778105,'web','103.59.160.210',NULL),(18300,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769801301,'web','43.163.23.64',NULL),(18301,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769801302,'web','43.173.172.165',NULL),(18302,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769804901,'web','74.7.241.25',NULL),(18303,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769804907,'web','74.7.241.25',NULL),(18304,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769805211,'web','74.7.241.25',NULL),(18305,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769805331,'web','74.7.241.25',NULL),(18306,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769813397,'web','103.59.160.210',NULL),(18307,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1769844578,'web','103.59.160.210',NULL),(18308,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1769851408,'web','103.59.160.210',NULL),(18309,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1769861651,'web','103.59.160.210',NULL),(18310,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1769862076,'web','103.59.160.210',NULL),(18311,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769864571,'web','52.167.144.139',NULL),(18312,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769886891,'web','47.128.27.248',NULL),(18313,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769897451,'web','103.59.160.210',NULL),(18314,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769911769,'web','195.178.110.242',NULL),(18315,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769911773,'web','195.178.110.242',NULL),(18316,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1769917132,'web','103.59.160.210',NULL),(18317,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769936943,'web','103.59.160.210',NULL),(18318,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769937663,'web','52.212.16.235',NULL),(18319,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1769942633,'web','103.59.160.210',NULL),(18320,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769948809,'web','103.59.160.210',NULL),(18321,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769960688,'web','101.198.0.171',NULL),(18322,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769960767,'web','101.198.0.170',NULL),(18323,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1769961536,'web','103.59.160.210',NULL),(18324,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769963967,'web','203.55.131.3',NULL),(18325,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769975263,'web','47.128.38.241',NULL),(18326,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769977711,'web','203.55.131.3',NULL),(18327,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769988604,'web','40.77.167.36',NULL),(18328,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1769990671,'web','103.59.160.210',NULL),(18329,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1769997147,'web','195.178.110.68',NULL),(18330,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1769999724,'web','103.59.160.210',NULL),(18331,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770012954,'web','107.175.136.181',NULL),(18332,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770013986,'web','107.175.136.181',NULL),(18333,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770014252,'web','45.153.34.31',NULL),(18334,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770015689,'web','107.175.136.181',NULL),(18335,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770020324,'web','107.175.136.181',NULL),(18336,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770020890,'web','107.175.136.181',NULL),(18337,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770023466,'web','103.59.160.210',NULL),(18338,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770025953,'web','107.175.136.181',NULL),(18339,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770027056,'web','47.128.96.147',NULL),(18340,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770029316,'web','107.175.136.181',NULL),(18341,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770030758,'web','107.175.136.181',NULL),(18342,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770030918,'web','107.175.136.181',NULL),(18343,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770031742,'web','107.175.136.181',NULL),(18344,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770031755,'web','107.175.136.181',NULL),(18345,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770032047,'web','103.59.160.210',NULL),(18346,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770032623,'web','107.175.136.181',NULL),(18347,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770034143,'web','107.175.136.181',NULL),(18348,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770038990,'web','103.59.160.210',NULL),(18349,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770041319,'web','107.175.136.181',NULL),(18350,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770041454,'web','107.175.136.181',NULL),(18351,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770043595,'web','107.175.136.181',NULL),(18352,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770044920,'web','107.175.136.181',NULL),(18353,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770045776,'web','103.59.160.210',NULL),(18354,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770046380,'web','107.175.136.181',NULL),(18355,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770047719,'web','107.175.136.181',NULL),(18356,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770050043,'web','107.175.136.181',NULL),(18357,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770050052,'web','107.175.136.181',NULL),(18358,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770054364,'web','107.175.136.181',NULL),(18359,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770055358,'web','107.175.136.181',NULL),(18360,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770055676,'web','107.175.136.181',NULL),(18361,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770057371,'web','107.175.136.181',NULL),(18362,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770058516,'web','107.175.136.181',NULL),(18363,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770059210,'web','107.175.136.181',NULL),(18364,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770059337,'web','107.175.136.181',NULL),(18365,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770065459,'web','107.175.136.181',NULL),(18366,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770065900,'web','103.59.160.210',NULL),(18367,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770066348,'web','107.175.136.181',NULL),(18368,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770066747,'web','40.77.167.13',NULL),(18369,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770068071,'web','107.175.136.181',NULL),(18370,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770068409,'web','107.175.136.181',NULL),(18371,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770070570,'web','107.175.136.181',NULL),(18372,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770070573,'web','107.175.136.181',NULL),(18373,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770072005,'web','107.175.136.181',NULL),(18374,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770076705,'web','107.175.136.181',NULL),(18375,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770077337,'web','43.173.182.79',NULL),(18376,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770079245,'web','107.175.136.181',NULL),(18377,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770079953,'web','107.175.136.181',NULL),(18378,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770080960,'web','107.175.136.181',NULL),(18379,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770081450,'web','107.175.136.181',NULL),(18380,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770081530,'web','107.175.136.181',NULL),(18381,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770082828,'web','107.175.136.181',NULL),(18382,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770087163,'web','103.59.160.210',NULL),(18383,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770087848,'web','103.59.160.210',NULL),(18384,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770088610,'web','107.175.136.181',NULL),(18385,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770089505,'web','107.175.136.181',NULL),(18386,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770091583,'web','103.59.160.210',NULL),(18387,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770099687,'web','205.210.31.135',NULL),(18388,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770102019,'web','52.31.34.236',NULL),(18389,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770102334,'web','107.175.136.181',NULL),(18390,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770102339,'web','107.175.136.181',NULL),(18391,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770105404,'web','103.59.160.210',NULL),(18392,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770107364,'web','107.175.136.181',NULL),(18393,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770109407,'web','107.175.136.181',NULL),(18394,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770111769,'web','107.175.136.181',NULL),(18395,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770113366,'web','103.59.160.210',NULL),(18396,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770114843,'web','107.175.136.181',NULL),(18397,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770117789,'web','107.175.136.181',NULL),(18398,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770118227,'web','107.175.136.181',NULL),(18399,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770118714,'web','107.175.136.181',NULL),(18400,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770119922,'web','107.175.136.181',NULL),(18401,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770120310,'web','107.175.136.181',NULL),(18402,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770120579,'web','107.175.136.181',NULL),(18403,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770123441,'web','107.175.136.181',NULL),(18404,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770124299,'web','107.175.136.181',NULL),(18405,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770124946,'web','107.175.136.181',NULL),(18406,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770128673,'web','107.175.136.181',NULL),(18407,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770129557,'web','103.59.160.210',NULL),(18408,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770129635,'web','107.175.136.181',NULL),(18409,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770129995,'web','149.50.97.184',NULL),(18410,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770130055,'web','107.175.136.181',NULL),(18411,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770130147,'web','107.175.136.181',NULL),(18412,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770131058,'web','107.175.136.181',NULL),(18413,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770131592,'web','107.175.136.181',NULL),(18414,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770131929,'web','107.175.136.181',NULL),(18415,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770134239,'web','107.175.136.181',NULL),(18416,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770134826,'web','107.175.136.181',NULL),(18417,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770138475,'web','107.175.136.181',NULL),(18418,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770138962,'web','107.175.136.181',NULL),(18419,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770139034,'web','107.175.136.181',NULL),(18420,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770139566,'web','107.175.136.181',NULL),(18421,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770140079,'web','107.175.136.181',NULL),(18422,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770141123,'web','107.175.136.181',NULL),(18423,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770141168,'web','107.175.136.181',NULL),(18424,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770145416,'web','107.175.136.181',NULL),(18425,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770148861,'web','107.175.136.181',NULL),(18426,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770150612,'web','3.18.186.238',NULL),(18427,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770151208,'web','107.175.136.181',NULL),(18428,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770152188,'web','107.175.136.181',NULL),(18429,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770154701,'web','107.175.136.181',NULL),(18430,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770154975,'web','107.175.136.181',NULL),(18431,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770155201,'web','107.175.136.181',NULL),(18432,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770157175,'web','107.175.136.181',NULL),(18433,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770157238,'web','107.175.136.181',NULL),(18434,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770158856,'web','107.175.136.181',NULL),(18435,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770159119,'web','107.175.136.181',NULL),(18436,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770159800,'web','107.175.136.181',NULL),(18437,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770161628,'web','107.175.136.181',NULL),(18438,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770162036,'web','107.175.136.181',NULL),(18439,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770162184,'web','107.175.136.181',NULL),(18440,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770164794,'web','107.175.136.181',NULL),(18441,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770166714,'web','107.175.136.181',NULL),(18442,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770167543,'web','107.175.136.181',NULL),(18443,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770168925,'web','107.175.136.181',NULL),(18444,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770169694,'web','107.175.136.181',NULL),(18445,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770179355,'web','107.175.136.181',NULL),(18446,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770179520,'web','107.175.136.181',NULL),(18447,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770179663,'web','107.175.136.181',NULL),(18448,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770180065,'web','107.175.136.181',NULL),(18449,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770182389,'web','107.175.136.181',NULL),(18450,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770183748,'web','107.175.136.181',NULL),(18451,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770183987,'web','107.175.136.181',NULL),(18452,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770185324,'web','103.59.160.210',NULL),(18453,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770186836,'web','107.175.136.181',NULL),(18454,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770187762,'web','107.175.136.181',NULL),(18455,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770188772,'web','107.175.136.181',NULL),(18456,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770188939,'web','103.59.160.210',NULL),(18457,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770189978,'web','103.59.160.210',NULL),(18458,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770193195,'web','107.175.136.181',NULL),(18459,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770194390,'web','107.175.136.181',NULL),(18460,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770194733,'web','107.175.136.181',NULL),(18461,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770198927,'web','107.175.136.181',NULL),(18462,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770199126,'web','107.175.136.181',NULL),(18463,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770200008,'web','107.175.136.181',NULL),(18464,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770202815,'web','107.175.136.181',NULL),(18465,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770203772,'web','107.175.136.181',NULL),(18466,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770205919,'web','107.175.136.181',NULL),(18467,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770206125,'web','107.175.136.181',NULL),(18468,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770207847,'web','107.175.136.181',NULL),(18469,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770208224,'web','107.175.136.181',NULL),(18470,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770208303,'web','107.175.136.181',NULL),(18471,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770208876,'web','107.175.136.181',NULL),(18472,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770208931,'web','107.175.136.181',NULL),(18473,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770209700,'web','103.59.160.210',NULL),(18474,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770209767,'web','107.175.136.181',NULL),(18475,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770209878,'web','107.175.136.181',NULL),(18476,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770212086,'web','107.175.136.181',NULL),(18477,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770212669,'web','107.175.136.181',NULL),(18478,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770212796,'web','107.175.136.181',NULL),(18479,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770213451,'web','103.59.160.210',NULL),(18480,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770215554,'web','107.175.136.181',NULL),(18481,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770216229,'web','107.175.136.181',NULL),(18482,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770220940,'web','107.175.136.181',NULL),(18483,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770221068,'web','136.109.84.175',NULL),(18484,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770221069,'web','136.109.84.175',NULL),(18485,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770221985,'web','103.59.160.210',NULL),(18486,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770222370,'web','107.175.136.181',NULL),(18487,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770222852,'web','107.175.136.181',NULL),(18488,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770223330,'web','107.175.136.181',NULL),(18489,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770227532,'web','107.175.136.181',NULL),(18490,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770228654,'web','107.175.136.181',NULL),(18491,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770229983,'web','107.175.136.181',NULL),(18492,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770230588,'web','107.175.136.181',NULL),(18493,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770230840,'web','107.175.136.181',NULL),(18494,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770234778,'web','34.82.253.169',NULL),(18495,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770234778,'web','34.82.253.169',NULL),(18496,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770236522,'web','107.175.136.181',NULL),(18497,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770237879,'web','107.175.136.181',NULL),(18498,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770238536,'web','107.175.136.181',NULL),(18499,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770238603,'web','107.175.136.181',NULL),(18500,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770238830,'web','204.76.203.25',NULL),(18501,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770240374,'web','107.175.136.181',NULL),(18502,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770243847,'web','107.175.136.181',NULL),(18503,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770249062,'web','107.175.136.181',NULL),(18504,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770249754,'web','107.175.136.181',NULL),(18505,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770252410,'web','107.175.136.181',NULL),(18506,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770256781,'web','107.175.136.181',NULL),(18507,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770256883,'web','107.175.136.181',NULL),(18508,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770265000,'web','103.59.160.210',NULL),(18509,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770265738,'web','107.175.136.181',NULL),(18510,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770266358,'web','107.175.136.181',NULL),(18511,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770266996,'web','107.175.136.181',NULL),(18512,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770270387,'web','103.59.160.210',NULL),(18513,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770272476,'web','206.168.34.216',NULL),(18514,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770272501,'web','206.168.34.216',NULL),(18515,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770272633,'web','103.59.160.210',NULL),(18516,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770274240,'web','107.175.136.181',NULL),(18517,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770276000,'web','107.175.136.181',NULL),(18518,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770276113,'web','43.173.177.20',NULL),(18519,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770281125,'web','107.175.136.181',NULL),(18520,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770282250,'web','103.59.160.210',NULL),(18521,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770282558,'web','107.175.136.181',NULL),(18522,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770284103,'web','107.175.136.181',NULL),(18523,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770285948,'web','107.175.136.181',NULL),(18524,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770288299,'web','107.175.136.181',NULL),(18525,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770289037,'web','107.175.136.181',NULL),(18526,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770292146,'web','107.175.136.181',NULL),(18527,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770292326,'web','107.175.136.181',NULL),(18528,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770292774,'web','107.175.136.181',NULL),(18529,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770292964,'web','107.175.136.181',NULL),(18530,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770296326,'web','103.59.160.210',NULL),(18531,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770296351,'web','107.175.136.181',NULL),(18532,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770297382,'web','74.7.243.225',NULL),(18533,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770297385,'web','74.7.243.225',NULL),(18534,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770297388,'web','74.7.243.225',NULL),(18535,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770298525,'web','107.175.136.181',NULL),(18536,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770302686,'web','107.175.136.181',NULL),(18537,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770303612,'web','107.175.136.181',NULL),(18538,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770303854,'web','103.59.160.210',NULL),(18539,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770304153,'web','107.175.136.181',NULL),(18540,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770304628,'web','107.175.136.181',NULL),(18541,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770304774,'web','3.20.201.240',NULL),(18542,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770305627,'web','103.59.160.210',NULL),(18543,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770317044,'web','103.59.160.210',NULL),(18544,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770319775,'web','103.59.160.210',NULL),(18545,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770322153,'web','103.59.160.210',NULL),(18546,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770327070,'web','103.59.160.210',NULL),(18547,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770332344,'web','103.59.160.210',NULL),(18548,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770333382,'web','103.59.160.210',NULL),(18549,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770335952,'web','103.59.160.210',NULL),(18550,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770336427,'web','103.59.160.210',NULL),(18551,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770340939,'web','103.59.160.210',NULL),(18552,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770346048,'web','103.59.160.210',NULL),(18553,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770352664,'web','103.59.160.210',NULL),(18554,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770352704,'web','103.59.160.210',NULL),(18555,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770356305,'web','173.212.212.36',NULL),(18556,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770356306,'web','173.212.212.36',NULL),(18557,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770356831,'web','103.59.160.210',NULL),(18558,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770360163,'web','103.59.160.210',NULL),(18559,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770360251,'web','103.59.160.210',NULL),(18560,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770361560,'web','103.59.160.210',NULL),(18561,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770361612,'web','103.59.160.210',NULL),(18562,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770361944,'web','103.59.160.210',NULL),(18563,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770363045,'web','103.59.160.210',NULL),(18564,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770364517,'web','103.59.160.210',NULL),(18565,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770365068,'web','103.59.160.210',NULL),(18566,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770366700,'web','103.59.160.210',NULL),(18567,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770368686,'web','103.59.160.210',NULL),(18568,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770377230,'web','103.59.160.210',NULL),(18569,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770377943,'web','103.59.160.210',NULL),(18570,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770386490,'web','3.139.242.79',NULL),(18571,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770388401,'web','103.59.160.210',NULL),(18572,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770389540,'web','103.59.160.210',NULL),(18573,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770394943,'web','103.59.160.210',NULL),(18574,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770394972,'web','103.59.160.210',NULL),(18575,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770396692,'web','103.59.160.210',NULL),(18576,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770397621,'web','103.59.160.210',NULL),(18577,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1770409145,'cli',NULL,NULL),(18578,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770409968,'web','103.59.160.210',NULL),(18579,'\\core\\event\\notification_sent','core','sent','notification','notifications',1938,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1770415862,'cli',NULL,NULL),(18580,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770417620,'web','204.76.203.25',NULL),(18581,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770433933,'web','103.59.160.210',NULL),(18582,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770434009,'web','103.59.160.210',NULL),(18583,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770434059,'web','103.59.160.210',NULL),(18584,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770439063,'web','103.59.160.210',NULL),(18585,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770442668,'web','103.59.160.210',NULL),(18586,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770445940,'web','103.59.160.210',NULL),(18587,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770448314,'web','103.59.160.210',NULL),(18588,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770448512,'web','103.59.160.210',NULL),(18589,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770451149,'web','103.59.160.210',NULL),(18590,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770454571,'web','103.59.160.210',NULL),(18591,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770457383,'web','103.59.160.210',NULL),(18592,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770458204,'web','103.59.160.210',NULL),(18593,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770460197,'web','103.59.160.210',NULL),(18594,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770473057,'web','103.59.160.210',NULL),(18595,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770473096,'web','103.59.160.210',NULL),(18596,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770475522,'web','103.59.160.210',NULL),(18597,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770475595,'web','103.59.160.210',NULL),(18598,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770491454,'web','103.59.160.210',NULL),(18599,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770509284,'web','103.59.160.210',NULL),(18600,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770514974,'web','103.59.160.210',NULL),(18601,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770518471,'web','103.59.160.210',NULL),(18602,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770519729,'web','103.59.160.210',NULL),(18603,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770520390,'web','103.59.160.210',NULL),(18604,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770521264,'web','103.59.160.210',NULL),(18605,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770522803,'web','103.59.160.210',NULL),(18606,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770524590,'web','103.59.160.210',NULL),(18607,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770525376,'web','103.59.160.210',NULL),(18608,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770526505,'web','103.59.160.210',NULL),(18609,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770536865,'web','103.59.160.210',NULL),(18610,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770540567,'web','103.59.160.210',NULL),(18611,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770541130,'web','103.59.160.210',NULL),(18612,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770542463,'web','52.212.16.235',NULL),(18613,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770544993,'web','103.59.160.210',NULL),(18614,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770547347,'web','103.59.160.210',NULL),(18615,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770550680,'web','103.59.160.210',NULL),(18616,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770552410,'web','103.59.160.210',NULL),(18617,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770559732,'web','40.77.167.75',NULL),(18618,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770561414,'web','103.59.160.210',NULL),(18619,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770567043,'web','43.173.180.6',NULL),(18620,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770568495,'web','103.59.160.210',NULL),(18621,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770570957,'web','103.59.160.210',NULL),(18622,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770578397,'web','47.128.22.47',NULL),(18623,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770579103,'web','103.59.160.210',NULL),(18624,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770579603,'web','103.59.160.210',NULL),(18625,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770586146,'web','103.59.160.210',NULL),(18626,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770586931,'web','103.59.160.210',NULL),(18627,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770592335,'web','103.59.160.210',NULL),(18628,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770599153,'web','103.59.160.210',NULL),(18629,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770602856,'web','103.59.160.210',NULL),(18630,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770603557,'web','74.7.227.164',NULL),(18631,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770603567,'web','74.7.227.164',NULL),(18632,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770603573,'web','74.7.227.164',NULL),(18633,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770603575,'web','74.7.227.164',NULL),(18634,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770603586,'web','74.7.227.164',NULL),(18635,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770609765,'web','103.59.160.210',NULL),(18636,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770612188,'web','103.59.160.210',NULL),(18637,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770613003,'web','103.59.160.210',NULL),(18638,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770613025,'web','103.59.160.210',NULL),(18639,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770616861,'web','103.59.160.210',NULL),(18640,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770617521,'web','43.173.177.36',NULL),(18641,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770619669,'web','103.59.160.210',NULL),(18642,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770620578,'web','103.59.160.210',NULL),(18643,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770621599,'web','103.59.160.210',NULL),(18644,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770622546,'web','103.59.160.210',NULL),(18645,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1770626544,'web','103.59.160.210',NULL),(18646,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770626692,'web','103.59.160.210',NULL),(18647,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770626695,'web','103.59.160.210',NULL),(18648,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770628958,'web','103.59.160.210',NULL),(18649,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770629201,'web','103.59.160.210',NULL),(18650,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770632581,'web','103.59.160.210',NULL),(18651,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1770632857,'web','103.59.160.210',NULL),(18652,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770635181,'web','103.59.160.210',NULL),(18653,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770635227,'web','103.59.160.210',NULL),(18654,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770641919,'web','103.59.160.210',NULL),(18655,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770643656,'web','103.59.160.210',NULL),(18656,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770652712,'web','103.59.160.210',NULL),(18657,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770654130,'web','103.59.160.210',NULL),(18658,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770658592,'web','34.245.69.213',NULL),(18659,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770659632,'web','103.59.160.210',NULL),(18660,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770660102,'web','103.59.160.210',NULL),(18661,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770663114,'web','103.59.160.210',NULL),(18662,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770666737,'web','103.59.160.210',NULL),(18663,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"en_us\"}',1770668346,'cli',NULL,NULL),(18664,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770669110,'web','103.59.160.210',NULL),(18665,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770671533,'web','103.59.160.210',NULL),(18666,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770674611,'web','103.59.160.210',NULL),(18667,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770679149,'web','103.59.160.210',NULL),(18668,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770679242,'web','103.59.160.210',NULL),(18669,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770680236,'web','103.59.160.210',NULL),(18670,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770681060,'web','103.59.160.210',NULL),(18671,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770685066,'web','103.59.160.210',NULL),(18672,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770687019,'web','52.31.34.236',NULL),(18673,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770688973,'web','103.59.160.210',NULL),(18674,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770689224,'web','103.59.160.210',NULL),(18675,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770691191,'web','103.59.160.210',NULL),(18676,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770691774,'web','103.59.160.210',NULL),(18677,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1770700080,'web','103.59.160.210',NULL),(18678,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770701002,'web','103.59.160.210',NULL),(18679,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770702780,'web','103.59.160.210',NULL),(18680,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770703138,'web','143.110.220.20',NULL),(18681,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770703329,'web','103.59.160.210',NULL),(18682,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770703800,'web','103.59.160.210',NULL),(18683,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770705764,'web','103.59.160.210',NULL),(18684,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770707749,'web','103.59.160.210',NULL),(18685,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770710394,'web','35.86.237.25',NULL),(18686,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770710892,'web','44.244.145.187',NULL),(18687,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770712315,'web','103.59.160.210',NULL),(18688,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1770712400,'web','103.59.160.210',NULL),(18689,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770714336,'web','103.59.160.210',NULL),(18690,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770714784,'web','103.59.160.210',NULL),(18691,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770715006,'web','103.59.160.210',NULL),(18692,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770718621,'web','103.59.160.210',NULL),(18693,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770720226,'web','103.59.160.210',NULL),(18694,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770724639,'web','103.59.160.210',NULL),(18695,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770726284,'web','103.59.160.210',NULL),(18696,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770728457,'web','103.59.160.210',NULL),(18697,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770734343,'web','103.59.160.210',NULL),(18698,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770734759,'web','34.134.40.33',NULL),(18699,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770737192,'web','23.180.120.131',NULL),(18700,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770745092,'web','103.59.160.210',NULL),(18701,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1770746000,'web','103.59.160.210',NULL),(18702,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770749695,'web','103.59.160.210',NULL),(18703,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770751704,'web','103.59.160.210',NULL),(18704,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1770754746,'cli',NULL,NULL),(18705,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770756620,'web','103.59.160.210',NULL),(18706,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770757504,'web','43.173.181.172',NULL),(18707,'\\core\\event\\notification_sent','core','sent','notification','notifications',1939,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1770761462,'cli',NULL,NULL),(18708,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770761872,'web','103.59.160.210',NULL),(18709,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770765065,'web','87.236.176.224',NULL),(18710,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770765540,'web','103.59.160.210',NULL),(18711,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770771223,'web','103.59.160.210',NULL),(18712,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770772718,'web','103.59.160.210',NULL),(18713,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770772982,'web','103.59.160.210',NULL),(18714,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770773914,'web','87.236.176.194',NULL),(18715,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770774631,'web','103.59.160.210',NULL),(18716,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770776101,'web','103.59.160.210',NULL),(18717,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770778946,'web','40.77.167.17',NULL),(18718,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770780358,'web','103.59.160.210',NULL),(18719,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770780966,'web','103.59.160.210',NULL),(18720,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770782467,'web','103.59.160.210',NULL),(18721,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770784285,'web','103.59.160.210',NULL),(18722,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770786931,'web','103.59.160.210',NULL),(18723,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770787566,'web','103.59.160.210',NULL),(18724,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770787782,'web','103.59.160.210',NULL),(18725,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770793350,'web','103.59.160.210',NULL),(18726,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770794829,'web','103.59.160.210',NULL),(18727,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770798088,'web','103.59.160.210',NULL),(18728,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770799697,'web','103.59.160.210',NULL),(18729,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770799946,'web','103.59.160.210',NULL),(18730,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770800603,'web','103.59.160.210',NULL),(18731,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770808635,'web','103.59.160.210',NULL),(18732,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770811438,'web','103.59.160.210',NULL),(18733,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770813934,'web','103.59.160.210',NULL),(18734,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770816947,'web','103.59.160.210',NULL),(18735,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770818786,'web','103.59.160.210',NULL),(18736,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770821742,'web','103.59.160.210',NULL),(18737,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770824223,'web','103.59.160.210',NULL),(18738,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770827737,'web','103.59.160.210',NULL),(18739,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770830667,'web','103.59.160.210',NULL),(18740,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770830918,'web','103.59.160.210',NULL),(18741,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770837320,'web','103.59.160.210',NULL),(18742,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770851256,'web','103.59.160.210',NULL),(18743,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1770852276,'web','103.59.160.210',NULL),(18744,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770856731,'web','74.7.241.47',NULL),(18745,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770856736,'web','74.7.241.47',NULL),(18746,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770856739,'web','74.7.241.47',NULL),(18747,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770856742,'web','74.7.241.47',NULL),(18748,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770862206,'web','103.59.160.210',NULL),(18749,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770864982,'web','103.59.160.210',NULL),(18750,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770868477,'web','103.59.160.210',NULL),(18751,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770871228,'web','103.59.160.210',NULL),(18752,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770882222,'web','103.59.160.210',NULL),(18753,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770884678,'web','103.59.160.210',NULL),(18754,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770893485,'web','103.59.160.210',NULL),(18755,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770897168,'web','103.59.160.210',NULL),(18756,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770900825,'web','66.132.153.142',NULL),(18757,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770900846,'web','66.132.153.142',NULL),(18758,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1770920891,'web','103.59.160.210',NULL),(18759,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770928620,'web','103.59.160.210',NULL),(18760,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770931369,'web','103.59.160.210',NULL),(18761,'\\core\\event\\notification_sent','core','sent','notification','notifications',1940,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1770934262,'cli',NULL,NULL),(18762,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1770954385,'web','103.59.160.210',NULL),(18763,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770956727,'web','103.59.160.210',NULL),(18764,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770958944,'web','103.59.160.210',NULL),(18765,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1770959388,'web','103.59.160.210',NULL),(18766,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770965439,'web','3.253.210.199',NULL),(18767,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1770972835,'web','103.59.160.210',NULL),(18768,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1770980077,'web','103.59.160.210',NULL),(18769,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1770987405,'web','103.59.160.210',NULL),(18770,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1770989324,'web','103.59.160.210',NULL),(18771,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770998053,'web','34.16.11.85',NULL),(18772,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1770999233,'web','71.6.134.234',NULL),(18773,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771000027,'web','103.59.160.210',NULL),(18774,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771000570,'web','103.59.160.210',NULL),(18775,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771012522,'web','103.59.160.210',NULL),(18776,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771014810,'web','103.59.160.210',NULL),(18777,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771015350,'web','103.59.160.210',NULL),(18778,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771019089,'web','103.59.160.210',NULL),(18779,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771022638,'web','103.59.160.210',NULL),(18780,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771035045,'web','103.59.160.210',NULL),(18781,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771038670,'web','204.76.203.25',NULL),(18782,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771042604,'web','103.59.160.210',NULL),(18783,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771050798,'web','103.59.160.210',NULL),(18784,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771052058,'web','103.59.160.210',NULL),(18785,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771053968,'web','103.59.160.210',NULL),(18786,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771057960,'web','103.59.160.210',NULL),(18787,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771061709,'web','103.59.160.210',NULL),(18788,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771067479,'web','103.59.160.210',NULL),(18789,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771069610,'web','103.59.160.210',NULL),(18790,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771070627,'web','103.59.160.210',NULL),(18791,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771081725,'web','3.139.242.79',NULL),(18792,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771090240,'web','95.214.211.12',NULL),(18793,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771090430,'web','103.59.160.210',NULL),(18794,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771103493,'web','103.59.160.210',NULL),(18795,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771104768,'web','103.59.160.210',NULL),(18796,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771105555,'web','103.59.160.210',NULL),(18797,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771109683,'web','103.59.160.210',NULL),(18798,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771114425,'web','103.59.160.210',NULL),(18799,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771115860,'web','103.59.160.210',NULL),(18800,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771116926,'web','103.59.160.210',NULL),(18801,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771117282,'web','103.59.160.210',NULL),(18802,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771123683,'web','103.59.160.210',NULL),(18803,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771127288,'web','103.59.160.210',NULL),(18804,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771137406,'web','103.59.160.210',NULL),(18805,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771147264,'web','52.212.16.235',NULL),(18806,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771148437,'web','103.59.160.210',NULL),(18807,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771148438,'web','103.59.160.210',NULL),(18808,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771150603,'web','103.59.160.210',NULL),(18809,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771152640,'web','103.59.160.210',NULL),(18810,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771156812,'web','103.59.160.210',NULL),(18811,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771157689,'web','103.59.160.210',NULL),(18812,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771159892,'web','103.59.160.210',NULL),(18813,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771160750,'web','103.59.160.210',NULL),(18814,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771160759,'web','103.59.160.210',NULL),(18815,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771161407,'web','103.59.160.210',NULL),(18816,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771162119,'web','103.59.160.210',NULL),(18817,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771168231,'web','103.59.160.210',NULL),(18818,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771170891,'web','203.55.131.5',NULL),(18819,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771173574,'web','103.59.160.210',NULL),(18820,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771178633,'web','103.59.160.210',NULL),(18821,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771179377,'web','46.151.182.53',NULL),(18822,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771181636,'web','47.128.30.198',NULL),(18823,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771183653,'web','103.59.160.210',NULL),(18824,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771186537,'web','103.59.160.210',NULL),(18825,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771187315,'web','43.173.180.128',NULL),(18826,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771191388,'web','103.59.160.210',NULL),(18827,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771196095,'web','103.59.160.210',NULL),(18828,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771197445,'web','103.59.160.210',NULL),(18829,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771199746,'web','103.59.160.210',NULL),(18830,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771201058,'web','103.59.160.210',NULL),(18831,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771205490,'web','103.59.160.210',NULL),(18832,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771205857,'web','103.59.160.210',NULL),(18833,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771211269,'web','209.97.159.76',NULL),(18834,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771224617,'web','103.59.160.210',NULL),(18835,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771226717,'web','103.59.160.210',NULL),(18836,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771231042,'web','13.219.121.241',NULL),(18837,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771235297,'web','103.59.160.210',NULL),(18838,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771240628,'web','43.173.173.74',NULL),(18839,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771240761,'web','103.59.160.210',NULL),(18840,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771243119,'web','103.59.160.210',NULL),(18841,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771244647,'web','103.59.160.210',NULL),(18842,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771245369,'web','103.59.160.210',NULL),(18843,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771245875,'web','103.59.160.210',NULL),(18844,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771248474,'web','103.59.160.210',NULL),(18845,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771255543,'web','103.59.160.210',NULL),(18846,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771257417,'web','103.59.160.210',NULL),(18847,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771257951,'web','103.59.160.210',NULL),(18848,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771260478,'web','64.89.163.113',NULL),(18849,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771266145,'web','103.59.160.210',NULL),(18850,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771268654,'web','103.59.160.210',NULL),(18851,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771273095,'web','103.59.160.210',NULL),(18852,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771273477,'web','103.59.160.210',NULL),(18853,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771275963,'web','103.59.160.210',NULL),(18854,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771276025,'web','103.59.160.210',NULL),(18855,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771277506,'web','103.59.160.210',NULL),(18856,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771279729,'web','103.59.160.210',NULL),(18857,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771281982,'web','103.59.160.210',NULL),(18858,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771287201,'web','3.220.145.217',NULL),(18859,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771292466,'web','103.59.160.210',NULL),(18860,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771293535,'web','103.59.160.210',NULL),(18861,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771298190,'web','103.59.160.210',NULL),(18862,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771298516,'web','103.59.160.210',NULL),(18863,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771299061,'web','103.59.160.210',NULL),(18864,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771301053,'web','103.59.160.210',NULL),(18865,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771306215,'web','103.59.160.210',NULL),(18866,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771308216,'web','103.59.160.210',NULL),(18867,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771310567,'web','103.59.160.210',NULL),(18868,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771311334,'web','103.59.160.210',NULL),(18869,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771311631,'web','103.59.160.210',NULL),(18870,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771312645,'web','103.59.160.210',NULL),(18871,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771314520,'web','103.59.160.210',NULL),(18872,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771316420,'web','74.7.241.47',NULL),(18873,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771316426,'web','74.7.241.47',NULL),(18874,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771316428,'web','74.7.241.47',NULL),(18875,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771316431,'web','74.7.241.47',NULL),(18876,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771318383,'web','103.59.160.210',NULL),(18877,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771323223,'web','103.59.160.210',NULL),(18878,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771325890,'web','103.59.160.210',NULL),(18879,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771326222,'web','103.59.160.210',NULL),(18880,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771330076,'web','43.163.22.237',NULL),(18881,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771330826,'web','103.59.160.210',NULL),(18882,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771331632,'web','103.59.160.210',NULL),(18883,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771335666,'web','103.59.160.210',NULL),(18884,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771337722,'web','103.59.160.210',NULL),(18885,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771339104,'web','103.59.160.210',NULL),(18886,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771339943,'web','103.59.160.210',NULL),(18887,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771343285,'web','103.59.160.210',NULL),(18888,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771343594,'web','103.59.160.210',NULL),(18889,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771345741,'web','103.59.160.210',NULL),(18890,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771348902,'web','103.59.160.210',NULL),(18891,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771348940,'web','103.59.160.210',NULL),(18892,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771350750,'web','103.59.160.210',NULL),(18893,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771351361,'web','103.59.160.210',NULL),(18894,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771352331,'web','103.59.160.210',NULL),(18895,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771353243,'web','103.59.160.210',NULL),(18896,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771353716,'web','103.59.160.210',NULL),(18897,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771364683,'web','46.151.182.72',NULL),(18898,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771366106,'web','149.102.225.182',NULL),(18899,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771366106,'web','149.102.225.182',NULL),(18900,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771368978,'web','103.59.160.210',NULL),(18901,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771369147,'web','103.59.160.210',NULL),(18902,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771369474,'web','103.59.160.210',NULL),(18903,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771370545,'web','103.59.160.210',NULL),(18904,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771370810,'web','103.59.160.210',NULL),(18905,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771371990,'web','103.59.160.210',NULL),(18906,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771372405,'web','103.59.160.210',NULL),(18907,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771372722,'web','45.148.10.67',NULL),(18908,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771375156,'web','34.91.65.13',NULL),(18909,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771384206,'web','47.128.96.177',NULL),(18910,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771386615,'web','103.59.160.210',NULL),(18911,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771395057,'web','103.59.160.210',NULL),(18912,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771397448,'web','103.59.160.210',NULL),(18913,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771417159,'web','103.59.160.210',NULL),(18914,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771420215,'web','103.59.160.210',NULL),(18915,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771422015,'web','103.59.160.210',NULL),(18916,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771422128,'web','103.59.160.210',NULL),(18917,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771433306,'web','103.59.160.210',NULL),(18918,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771435852,'web','103.59.160.210',NULL),(18919,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771439097,'web','103.59.160.210',NULL),(18920,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771439424,'web','52.31.34.236',NULL),(18921,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771439465,'web','103.59.160.210',NULL),(18922,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771444162,'web','103.59.160.210',NULL),(18923,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771444340,'web','103.59.160.210',NULL),(18924,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771445574,'web','103.59.160.210',NULL),(18925,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1771445945,'cli',NULL,NULL),(18926,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771449631,'web','103.59.160.210',NULL),(18927,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771451018,'web','190.89.34.9',NULL),(18928,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771451019,'web','190.89.34.9',NULL),(18929,'\\core\\event\\notification_sent','core','sent','notification','notifications',1941,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1771452663,'cli',NULL,NULL),(18930,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771453886,'web','43.173.182.63',NULL),(18931,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771455380,'web','103.59.160.210',NULL),(18932,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771463474,'web','103.59.160.210',NULL),(18933,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771464572,'web','103.59.160.210',NULL),(18934,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771464751,'web','103.59.160.210',NULL),(18935,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771465103,'web','103.59.160.210',NULL),(18936,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771465905,'web','103.59.160.210',NULL),(18937,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771467838,'web','103.59.160.210',NULL),(18938,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771470407,'web','103.59.160.210',NULL),(18939,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771474934,'web','103.59.160.210',NULL),(18940,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771477818,'web','103.59.160.210',NULL),(18941,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771479693,'web','103.59.160.210',NULL),(18942,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771480561,'web','103.59.160.210',NULL),(18943,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771482369,'web','103.59.160.210',NULL),(18944,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771486096,'web','103.59.160.210',NULL),(18945,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771487050,'web','103.59.160.210',NULL),(18946,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771487082,'web','204.76.203.25',NULL),(18947,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771491847,'web','103.59.160.210',NULL),(18948,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771491905,'web','103.59.160.210',NULL),(18949,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771492287,'web','103.59.160.210',NULL),(18950,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771497074,'web','103.59.160.210',NULL),(18951,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771498202,'web','103.59.160.210',NULL),(18952,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771499115,'web','103.59.160.210',NULL),(18953,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771499986,'web','103.59.160.210',NULL),(18954,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771500201,'web','103.59.160.210',NULL),(18955,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771500418,'web','103.59.160.210',NULL),(18956,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771508174,'web','103.59.160.210',NULL),(18957,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771508561,'web','103.59.160.210',NULL),(18958,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771514276,'web','103.59.160.210',NULL),(18959,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771518908,'web','103.59.160.210',NULL),(18960,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771526175,'web','103.59.160.210',NULL),(18961,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771526603,'web','103.59.160.210',NULL),(18962,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771528124,'web','103.59.160.210',NULL),(18963,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771528700,'web','103.59.160.210',NULL),(18964,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771529898,'web','103.59.160.210',NULL),(18965,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771535407,'web','66.132.153.126',NULL),(18966,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771535423,'web','66.132.153.126',NULL),(18967,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771540922,'web','103.59.160.210',NULL),(18968,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771544855,'web','103.59.160.210',NULL),(18969,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771545176,'web','103.59.160.210',NULL),(18970,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771545499,'web','103.59.160.210',NULL),(18971,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771548177,'web','103.59.160.210',NULL),(18972,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771548867,'web','103.59.160.210',NULL),(18973,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771550886,'web','103.59.160.210',NULL),(18974,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771551635,'web','103.59.160.210',NULL),(18975,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771553843,'web','103.59.160.210',NULL),(18976,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771554421,'web','43.173.179.184',NULL),(18977,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771554964,'web','103.59.160.210',NULL),(18978,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771555008,'web','103.59.160.210',NULL),(18979,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771556145,'web','103.59.160.210',NULL),(18980,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771558056,'web','103.59.160.210',NULL),(18981,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771559100,'web','103.59.160.210',NULL),(18982,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771560903,'web','103.59.160.210',NULL),(18983,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771565968,'web','103.59.160.210',NULL),(18984,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771570078,'web','103.59.160.210',NULL),(18985,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771571379,'web','103.59.160.210',NULL),(18986,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771571996,'web','103.59.160.210',NULL),(18987,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771572055,'web','103.59.160.210',NULL),(18988,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771574910,'web','103.59.160.210',NULL),(18989,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771575904,'web','160.153.246.243',NULL),(18990,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771576980,'web','103.59.160.210',NULL),(18991,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771583526,'web','103.59.160.210',NULL),(18992,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771583619,'web','103.59.160.210',NULL),(18993,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771584733,'web','74.7.243.245',NULL),(18994,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771584736,'web','74.7.243.245',NULL),(18995,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771584745,'web','74.7.243.245',NULL),(18996,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771584754,'web','74.7.243.245',NULL),(18997,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771584758,'web','74.7.243.245',NULL),(18998,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771588439,'web','103.59.160.210',NULL),(18999,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771588484,'web','103.59.160.210',NULL),(19000,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771591416,'web','103.59.160.210',NULL),(19001,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771593312,'web','103.59.160.210',NULL),(19002,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771601087,'web','103.59.160.210',NULL),(19003,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771601518,'web','103.59.160.210',NULL),(19004,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771603478,'web','103.59.160.210',NULL),(19005,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771604579,'web','103.59.160.210',NULL),(19006,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771605412,'web','103.59.160.210',NULL),(19007,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771614285,'web','103.59.160.210',NULL),(19008,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771618575,'web','103.59.160.210',NULL),(19009,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771623783,'web','103.59.160.210',NULL),(19010,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771627209,'web','103.59.160.210',NULL),(19011,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771639597,'web','103.59.160.210',NULL),(19012,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771640346,'web','103.59.160.210',NULL),(19013,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771642507,'web','103.59.160.210',NULL),(19014,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771643854,'web','43.173.182.15',NULL),(19015,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771644637,'web','103.59.160.210',NULL),(19016,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771645480,'web','103.59.160.210',NULL),(19017,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771646777,'web','103.59.160.210',NULL),(19018,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771647716,'web','103.59.160.210',NULL),(19019,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771648203,'web','103.59.160.210',NULL),(19020,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771651917,'web','103.59.160.210',NULL),(19021,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771659939,'web','103.59.160.210',NULL),(19022,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771661573,'web','103.59.160.210',NULL),(19023,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771665338,'web','103.59.160.210',NULL),(19024,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771671040,'web','103.59.160.210',NULL),(19025,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771671167,'web','103.59.160.210',NULL),(19026,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771671603,'web','103.59.160.210',NULL),(19027,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771675048,'web','103.59.160.210',NULL),(19028,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771677823,'web','103.59.160.210',NULL),(19029,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771679516,'web','103.59.160.210',NULL),(19030,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771680592,'web','103.59.160.210',NULL),(19031,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771682790,'web','103.59.160.210',NULL),(19032,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771684279,'web','103.59.160.210',NULL),(19033,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771685031,'web','103.59.160.210',NULL),(19034,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771685493,'web','103.59.160.210',NULL),(19035,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771689546,'web','103.59.160.210',NULL),(19036,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771692166,'web','103.59.160.210',NULL),(19037,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771698081,'web','43.173.175.227',NULL),(19038,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771705855,'web','103.59.160.210',NULL),(19039,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771708342,'web','103.59.160.210',NULL),(19040,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771709537,'web','103.59.160.210',NULL),(19041,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771710711,'web','103.59.160.210',NULL),(19042,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771711287,'web','103.59.160.210',NULL),(19043,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771711959,'web','103.59.160.210',NULL),(19044,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771712674,'web','103.59.160.210',NULL),(19045,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771712678,'web','103.59.160.210',NULL),(19046,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771720320,'web','103.59.160.210',NULL),(19047,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771721139,'web','103.59.160.210',NULL),(19048,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771721998,'web','103.59.160.210',NULL),(19049,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771726143,'web','103.59.160.210',NULL),(19050,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771731261,'web','103.59.160.210',NULL),(19051,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771731619,'web','103.59.160.210',NULL),(19052,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771733989,'web','103.59.160.210',NULL),(19053,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771736569,'web','103.59.160.210',NULL),(19054,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771742074,'web','103.59.160.210',NULL),(19055,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771743586,'web','103.59.160.210',NULL),(19056,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771749417,'web','103.59.160.210',NULL),(19057,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771752063,'web','52.212.16.235',NULL),(19058,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771752174,'web','103.59.160.210',NULL),(19059,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771754781,'web','103.59.160.210',NULL),(19060,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771764646,'web','103.59.160.210',NULL),(19061,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771766213,'web','103.59.160.210',NULL),(19062,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771767512,'web','103.59.160.210',NULL),(19063,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771773152,'web','103.59.160.210',NULL),(19064,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771773202,'web','43.173.173.56',NULL),(19065,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771774783,'web','103.59.160.210',NULL),(19066,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771776455,'web','103.59.160.210',NULL),(19067,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771776660,'web','34.41.233.47',NULL),(19068,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771778877,'web','103.59.160.210',NULL),(19069,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771779316,'web','103.59.160.210',NULL),(19070,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771780204,'web','103.59.160.210',NULL),(19071,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771780524,'web','103.59.160.210',NULL),(19072,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771781436,'web','103.59.160.210',NULL),(19073,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771782158,'web','103.59.160.210',NULL),(19074,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771785337,'web','103.59.160.210',NULL),(19075,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771786760,'web','47.128.113.245',NULL),(19076,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771787041,'web','103.59.160.210',NULL),(19077,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771794562,'web','103.59.160.210',NULL),(19078,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771795967,'web','103.59.160.210',NULL),(19079,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771796049,'web','103.59.160.210',NULL),(19080,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771796861,'web','103.59.160.210',NULL),(19081,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771797266,'web','103.59.160.210',NULL),(19082,'\\core\\event\\notification_sent','core','sent','notification','notifications',1942,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1771798263,'cli',NULL,NULL),(19083,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771799290,'web','103.59.160.210',NULL),(19084,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771804849,'web','103.59.160.210',NULL),(19085,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771805688,'web','103.59.160.210',NULL),(19086,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771808624,'web','103.59.160.210',NULL),(19087,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771809049,'web','194.164.107.4',NULL),(19088,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771809268,'web','103.59.160.210',NULL),(19089,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771809613,'web','103.59.160.210',NULL),(19090,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771811013,'web','103.59.160.210',NULL),(19091,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771818620,'web','103.59.160.210',NULL),(19092,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771819483,'web','103.59.160.210',NULL),(19093,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771820803,'web','103.59.160.210',NULL),(19094,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771834855,'web','103.59.160.210',NULL),(19095,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771838432,'web','103.59.160.210',NULL),(19096,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771844824,'web','103.59.160.210',NULL),(19097,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771852573,'web','103.59.160.210',NULL),(19098,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771852718,'web','103.59.160.210',NULL),(19099,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771856290,'web','103.59.160.210',NULL),(19100,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771858739,'web','104.168.28.15',NULL),(19101,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771862677,'web','103.59.160.210',NULL),(19102,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771866376,'web','103.59.160.210',NULL),(19103,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771866931,'web','103.59.160.210',NULL),(19104,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771867588,'web','47.128.122.140',NULL),(19105,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771867764,'web','103.59.160.210',NULL),(19106,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771871535,'web','103.59.160.210',NULL),(19107,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771871863,'web','103.59.160.210',NULL),(19108,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771873453,'web','103.59.160.210',NULL),(19109,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771873453,'web','103.59.160.210',NULL),(19110,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771873575,'web','103.59.160.210',NULL),(19111,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771874013,'web','71.6.134.233',NULL),(19112,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771874044,'web','103.59.160.210',NULL),(19113,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771878192,'web','147.185.132.198',NULL),(19114,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771879104,'web','103.59.160.210',NULL),(19115,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771880348,'web','103.59.160.210',NULL),(19116,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771885449,'web','103.59.160.210',NULL),(19117,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771886243,'web','103.59.160.210',NULL),(19118,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771886513,'web','103.59.160.210',NULL),(19119,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771887953,'web','103.59.160.210',NULL),(19120,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771888668,'web','103.59.160.210',NULL),(19121,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771889315,'web','103.59.160.210',NULL),(19122,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771889434,'web','103.59.160.210',NULL),(19123,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771889522,'web','103.59.160.210',NULL),(19124,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771892787,'web','103.59.160.210',NULL),(19125,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771893851,'web','103.59.160.210',NULL),(19126,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771894530,'web','103.59.160.210',NULL),(19127,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771894704,'web','103.59.160.210',NULL),(19128,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771895795,'web','103.59.160.210',NULL),(19129,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771897722,'web','103.59.160.210',NULL),(19130,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771902756,'web','103.59.160.210',NULL),(19131,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771903492,'web','43.173.180.137',NULL),(19132,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771903802,'web','103.59.160.210',NULL),(19133,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771906704,'web','47.128.117.215',NULL),(19134,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771906951,'web','103.59.160.210',NULL),(19135,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771912351,'web','103.59.160.210',NULL),(19136,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771920929,'web','103.59.160.210',NULL),(19137,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771926443,'web','103.59.160.210',NULL),(19138,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771928043,'web','43.173.175.27',NULL),(19139,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771931155,'web','103.59.160.210',NULL),(19140,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771931411,'web','74.7.242.32',NULL),(19141,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771931425,'web','74.7.242.32',NULL),(19142,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771931427,'web','74.7.242.32',NULL),(19143,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771931447,'web','74.7.242.32',NULL),(19144,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771933749,'web','103.59.160.210',NULL),(19145,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771936035,'web','103.59.160.210',NULL),(19146,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771938580,'web','43.173.175.120',NULL),(19147,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771939330,'web','103.59.160.210',NULL),(19148,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771945501,'web','138.68.134.226',NULL),(19149,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771948595,'web','198.235.24.144',NULL),(19150,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771950217,'web','103.59.160.210',NULL),(19151,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771951296,'web','103.59.160.210',NULL),(19152,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771951623,'web','103.59.160.210',NULL),(19153,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771952001,'web','98.83.57.80',NULL),(19154,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771952560,'web','103.59.160.210',NULL),(19155,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771953798,'web','103.59.160.210',NULL),(19156,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771955910,'web','103.59.160.210',NULL),(19157,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771956049,'web','103.59.160.210',NULL),(19158,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771960202,'web','103.59.160.210',NULL),(19159,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771960929,'web','5.175.189.25',NULL),(19160,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771964141,'web','103.59.160.210',NULL),(19161,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771965511,'web','198.235.24.8',NULL),(19162,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771969820,'web','103.59.160.210',NULL),(19163,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771970659,'web','103.59.160.210',NULL),(19164,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771971289,'web','103.59.160.210',NULL),(19165,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771973090,'web','103.59.160.210',NULL),(19166,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771975532,'web','103.59.160.210',NULL),(19167,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1771978806,'web','103.59.160.210',NULL),(19168,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1771984286,'web','103.59.160.210',NULL),(19169,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1771984815,'web','204.76.203.25',NULL),(19170,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771985798,'web','103.59.160.210',NULL),(19171,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1771989421,'web','103.59.160.210',NULL),(19172,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1771999860,'web','103.59.160.210',NULL),(19173,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772000480,'web','103.59.160.210',NULL),(19174,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772000876,'web','103.59.160.210',NULL),(19175,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772001093,'web','103.59.160.210',NULL),(19176,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772002052,'web','103.59.160.210',NULL),(19177,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772003265,'web','103.59.160.210',NULL),(19178,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772004040,'web','103.59.160.210',NULL),(19179,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772009357,'web','103.59.160.210',NULL),(19180,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772010246,'web','103.59.160.210',NULL),(19181,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772011497,'web','103.59.160.210',NULL),(19182,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772012541,'web','103.59.160.210',NULL),(19183,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772013887,'web','103.59.160.210',NULL),(19184,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772015558,'web','103.59.160.210',NULL),(19185,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772017516,'web','103.59.160.210',NULL),(19186,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772017526,'web','103.59.160.210',NULL),(19187,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772018795,'web','103.59.160.210',NULL),(19188,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772019411,'web','103.59.160.210',NULL),(19189,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772020120,'web','103.59.160.210',NULL),(19190,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772023098,'web','103.59.160.210',NULL),(19191,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772024423,'web','52.31.34.236',NULL),(19192,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772026172,'web','103.59.160.210',NULL),(19193,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772026210,'web','103.59.160.210',NULL),(19194,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772026325,'web','103.59.160.210',NULL),(19195,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772028966,'web','103.59.160.210',NULL),(19196,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772029359,'web','103.59.160.210',NULL),(19197,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772033258,'web','103.59.160.210',NULL),(19198,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772035652,'web','103.59.160.210',NULL),(19199,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772036557,'web','103.59.160.210',NULL),(19200,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772038104,'web','103.59.160.210',NULL),(19201,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772038597,'web','103.59.160.210',NULL),(19202,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772038861,'web','103.59.160.210',NULL),(19203,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772046357,'web','72.11.155.223',NULL),(19204,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772047485,'web','103.59.160.210',NULL),(19205,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772047994,'web','103.59.160.210',NULL),(19206,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772049726,'web','103.59.160.210',NULL),(19207,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772052076,'web','103.59.160.210',NULL),(19208,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772055387,'web','103.59.160.210',NULL),(19209,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772055862,'web','103.59.160.210',NULL),(19210,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772058165,'web','103.59.160.210',NULL),(19211,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772060270,'web','103.59.160.210',NULL),(19212,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772064507,'web','103.59.160.210',NULL),(19213,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772068541,'web','103.59.160.210',NULL),(19214,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772074835,'web','103.59.160.210',NULL),(19215,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772075588,'web','103.59.160.210',NULL),(19216,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772076318,'web','43.173.177.154',NULL),(19217,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772076483,'web','103.59.160.210',NULL),(19218,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772076670,'web','103.59.160.210',NULL),(19219,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772077326,'web','103.59.160.210',NULL),(19220,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772084476,'web','103.59.160.210',NULL),(19221,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772091560,'web','103.59.160.210',NULL),(19222,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772092033,'web','103.59.160.210',NULL),(19223,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772093902,'web','43.173.181.23',NULL),(19224,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772094262,'web','103.59.160.210',NULL),(19225,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772095012,'web','103.59.160.210',NULL),(19226,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772098804,'web','103.59.160.210',NULL),(19227,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772105695,'web','103.59.160.210',NULL),(19228,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772112579,'web','103.59.160.210',NULL),(19229,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772114254,'web','103.59.160.210',NULL),(19230,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772115362,'web','136.117.34.70',NULL),(19231,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772115362,'web','136.117.34.70',NULL),(19232,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772116384,'web','103.59.160.210',NULL),(19233,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772117550,'web','103.59.160.210',NULL),(19234,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772118513,'web','103.59.160.210',NULL),(19235,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772119335,'web','103.59.160.210',NULL),(19236,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772120482,'web','103.59.160.210',NULL),(19237,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772121717,'web','103.59.160.210',NULL),(19238,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772124206,'web','103.59.160.210',NULL),(19239,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772125188,'web','103.59.160.210',NULL),(19240,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772128493,'web','103.59.160.210',NULL),(19241,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772129389,'web','185.177.72.38',NULL),(19242,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772129463,'web','185.177.72.38',NULL),(19243,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772129463,'web','185.177.72.38',NULL),(19244,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772129464,'web','185.177.72.38',NULL),(19245,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772129464,'web','185.177.72.38',NULL),(19246,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772129464,'web','185.177.72.38',NULL),(19247,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772129465,'web','185.177.72.38',NULL),(19248,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772129559,'web','185.177.72.38',NULL),(19249,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772129778,'web','185.177.72.38',NULL),(19250,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772129802,'web','185.177.72.13',NULL),(19251,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772129846,'web','185.177.72.51',NULL),(19252,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772129857,'web','185.177.72.51',NULL),(19253,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772129874,'web','185.177.72.51',NULL),(19254,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772129876,'web','185.177.72.56',NULL),(19255,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772130071,'web','185.177.72.56',NULL); INSERT INTO `mdl_logstore_standard_log` VALUES (19256,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772130212,'web','185.177.72.51',NULL),(19257,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772130831,'web','103.59.160.210',NULL),(19258,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772132837,'web','103.59.160.210',NULL),(19259,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772134502,'web','103.59.160.210',NULL),(19260,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772134949,'web','103.59.160.210',NULL),(19261,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772147033,'web','103.59.160.210',NULL),(19262,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772151817,'web','103.59.160.210',NULL),(19263,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772152793,'web','74.7.242.32',NULL),(19264,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772152796,'web','74.7.242.32',NULL),(19265,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772152799,'web','74.7.242.32',NULL),(19266,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772152802,'web','74.7.242.32',NULL),(19267,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772152877,'web','103.59.160.210',NULL),(19268,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772152887,'web','103.59.160.210',NULL),(19269,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772153728,'web','54.236.168.139',NULL),(19270,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772154760,'web','66.132.153.136',NULL),(19271,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772154778,'web','66.132.153.136',NULL),(19272,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772156367,'web','103.59.160.210',NULL),(19273,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772156843,'web','103.59.160.210',NULL),(19274,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772158911,'web','103.59.160.210',NULL),(19275,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772160941,'web','103.59.160.210',NULL),(19276,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772161962,'web','103.59.160.210',NULL),(19277,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772165202,'web','103.59.160.210',NULL),(19278,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772170714,'web','103.59.160.210',NULL),(19279,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772171669,'web','103.59.160.210',NULL),(19280,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772171713,'web','43.173.176.16',NULL),(19281,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772173342,'web','103.59.160.210',NULL),(19282,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772173815,'web','103.59.160.210',NULL),(19283,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772173871,'web','103.59.160.210',NULL),(19284,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772174323,'web','103.59.160.210',NULL),(19285,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772175460,'web','103.59.160.210',NULL),(19286,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772175775,'web','103.59.160.210',NULL),(19287,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772176392,'web','103.59.160.210',NULL),(19288,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772182056,'web','185.177.72.49',NULL),(19289,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772182128,'web','185.177.72.49',NULL),(19290,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772182128,'web','185.177.72.49',NULL),(19291,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772182129,'web','185.177.72.49',NULL),(19292,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772182129,'web','185.177.72.49',NULL),(19293,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772182129,'web','185.177.72.49',NULL),(19294,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772182130,'web','185.177.72.49',NULL),(19295,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772182232,'web','185.177.72.49',NULL),(19296,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772182417,'web','185.177.72.22',NULL),(19297,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772182450,'web','185.177.72.49',NULL),(19298,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772182461,'web','185.177.72.13',NULL),(19299,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772182527,'web','185.177.72.30',NULL),(19300,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772182575,'web','185.177.72.23',NULL),(19301,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772182607,'web','185.177.72.22',NULL),(19302,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772182640,'web','185.177.72.13',NULL),(19303,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772182657,'web','185.177.72.13',NULL),(19304,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772183357,'web','103.59.160.210',NULL),(19305,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772184943,'web','103.59.160.210',NULL),(19306,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772186453,'web','103.59.160.210',NULL),(19307,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772188683,'web','103.59.160.210',NULL),(19308,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772189381,'web','107.172.58.36',NULL),(19309,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772192257,'web','103.59.160.210',NULL),(19310,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772195962,'web','103.59.160.210',NULL),(19311,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772195982,'web','103.59.160.210',NULL),(19312,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772197843,'web','103.59.160.210',NULL),(19313,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772201076,'web','103.59.160.210',NULL),(19314,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772255998,'web','103.59.160.210',NULL),(19315,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772256419,'web','43.173.169.214',NULL),(19316,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772258362,'web','103.59.160.210',NULL),(19317,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772261053,'web','103.59.160.210',NULL),(19318,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772268591,'web','103.59.160.210',NULL),(19319,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772277384,'web','103.59.160.210',NULL),(19320,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772277612,'web','103.59.160.210',NULL),(19321,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772277844,'web','103.59.160.210',NULL),(19322,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772278800,'web','103.59.160.210',NULL),(19323,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772278871,'web','103.59.160.210',NULL),(19324,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772279496,'web','103.59.160.210',NULL),(19325,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772280632,'web','103.59.160.210',NULL),(19326,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772280826,'web','103.59.160.210',NULL),(19327,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772281128,'web','216.75.21.29',NULL),(19328,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772281129,'web','216.75.21.29',NULL),(19329,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772281130,'web','216.75.21.29',NULL),(19330,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772281434,'web','103.59.160.210',NULL),(19331,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772281722,'web','103.59.160.210',NULL),(19332,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772282182,'web','103.59.160.210',NULL),(19333,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772282443,'web','103.59.160.210',NULL),(19334,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772282572,'web','103.59.160.210',NULL),(19335,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772282600,'web','103.59.160.210',NULL),(19336,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772282660,'web','103.59.160.210',NULL),(19337,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772283422,'web','103.59.160.210',NULL),(19338,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772285107,'web','103.59.160.210',NULL),(19339,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772285901,'web','103.59.160.210',NULL),(19340,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772287638,'web','103.59.160.210',NULL),(19341,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772289843,'web','103.59.160.210',NULL),(19342,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772290198,'web','103.59.160.210',NULL),(19343,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772294005,'web','103.59.160.210',NULL),(19344,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772294052,'web','103.59.160.210',NULL),(19345,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772294141,'web','103.59.160.210',NULL),(19346,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772294216,'web','103.59.160.210',NULL),(19347,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772295840,'web','103.59.160.210',NULL),(19348,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772298043,'web','103.59.160.210',NULL),(19349,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772300399,'web','103.59.160.210',NULL),(19350,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772300568,'web','103.59.160.210',NULL),(19351,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772302617,'web','103.59.160.210',NULL),(19352,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772305666,'web','47.128.111.120',NULL),(19353,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772307037,'web','103.59.160.210',NULL),(19354,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772307126,'web','103.59.160.210',NULL),(19355,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772307209,'web','103.59.160.210',NULL),(19356,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772307594,'web','103.59.160.210',NULL),(19357,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772307808,'web','103.59.160.210',NULL),(19358,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772308081,'web','103.59.160.210',NULL),(19359,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772309228,'web','103.59.160.210',NULL),(19360,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772309367,'web','103.59.160.210',NULL),(19361,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772309527,'web','147.185.132.70',NULL),(19362,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772313589,'web','103.59.160.210',NULL),(19363,'\\core\\event\\notification_sent','core','sent','notification','notifications',1943,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1772316662,'cli',NULL,NULL),(19364,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772318552,'web','103.59.160.210',NULL),(19365,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772320377,'web','103.59.160.210',NULL),(19366,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772320638,'web','103.59.160.210',NULL),(19367,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772322082,'web','103.59.160.210',NULL),(19368,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772322203,'web','103.59.160.210',NULL),(19369,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772322307,'web','103.59.160.210',NULL),(19370,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772323297,'web','103.59.160.210',NULL),(19371,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772323353,'web','103.59.160.210',NULL),(19372,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772323642,'web','103.59.160.210',NULL),(19373,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772324174,'web','103.59.160.210',NULL),(19374,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772325638,'web','103.59.160.210',NULL),(19375,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772325784,'web','103.59.160.210',NULL),(19376,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772328000,'web','103.59.160.210',NULL),(19377,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772329598,'web','103.59.160.210',NULL),(19378,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772330213,'web','103.59.160.210',NULL),(19379,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772331939,'web','103.59.160.210',NULL),(19380,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772334020,'web','103.59.160.210',NULL),(19381,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772334398,'web','103.59.160.210',NULL),(19382,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772336666,'web','103.59.160.210',NULL),(19383,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772337004,'web','103.59.160.210',NULL),(19384,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772337715,'web','103.59.160.210',NULL),(19385,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772339314,'web','103.59.160.210',NULL),(19386,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772340840,'web','103.59.160.210',NULL),(19387,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772341057,'web','103.59.160.210',NULL),(19388,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772341790,'web','103.59.160.210',NULL),(19389,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772343063,'web','103.59.160.210',NULL),(19390,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772343361,'web','103.59.160.210',NULL),(19391,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772344201,'web','103.59.160.210',NULL),(19392,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772344685,'web','103.59.160.210',NULL),(19393,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772345187,'web','103.59.160.210',NULL),(19394,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772345510,'web','103.59.160.210',NULL),(19395,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772347412,'web','103.59.160.210',NULL),(19396,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772347986,'web','103.59.160.210',NULL),(19397,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772348233,'web','103.59.160.210',NULL),(19398,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772348267,'web','103.59.160.210',NULL),(19399,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772348948,'web','103.59.160.210',NULL),(19400,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772352546,'web','103.59.160.210',NULL),(19401,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772353289,'web','103.59.160.210',NULL),(19402,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772353541,'web','103.59.160.210',NULL),(19403,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772353549,'web','103.59.160.210',NULL),(19404,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772356338,'web','103.59.160.210',NULL),(19405,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772356445,'web','103.59.160.210',NULL),(19406,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772356757,'web','103.59.160.210',NULL),(19407,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772356853,'web','103.59.160.210',NULL),(19408,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772356864,'web','52.212.16.235',NULL),(19409,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772356969,'web','103.59.160.210',NULL),(19410,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772357570,'web','103.59.160.210',NULL),(19411,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772357647,'web','103.59.160.210',NULL),(19412,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772357853,'web','103.59.160.210',NULL),(19413,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772358963,'web','103.59.160.210',NULL),(19414,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772359035,'web','103.59.160.210',NULL),(19415,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772359353,'web','103.59.160.210',NULL),(19416,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772359883,'web','103.59.160.210',NULL),(19417,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772360644,'web','103.59.160.210',NULL),(19418,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772361038,'web','103.59.160.210',NULL),(19419,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772361466,'web','45.149.173.227',NULL),(19420,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772361466,'web','45.149.173.227',NULL),(19421,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772362346,'web','103.59.160.210',NULL),(19422,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772363831,'web','103.59.160.210',NULL),(19423,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772364020,'web','103.59.160.210',NULL),(19424,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772364240,'web','103.59.160.210',NULL),(19425,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772365212,'web','103.59.160.210',NULL),(19426,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772366060,'web','103.59.160.210',NULL),(19427,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772366377,'web','103.59.160.210',NULL),(19428,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772366579,'web','103.59.160.210',NULL),(19429,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772368486,'web','103.59.160.210',NULL),(19430,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772368586,'web','103.59.160.210',NULL),(19431,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772369352,'web','103.59.160.210',NULL),(19432,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772369899,'web','103.59.160.210',NULL),(19433,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772370620,'web','103.59.160.210',NULL),(19434,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772370890,'web','103.59.160.210',NULL),(19435,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772371110,'web','103.59.160.210',NULL),(19436,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772371456,'web','103.59.160.210',NULL),(19437,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772372234,'web','103.59.160.210',NULL),(19438,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772372256,'web','103.59.160.210',NULL),(19439,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772373081,'web','103.59.160.210',NULL),(19440,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772373887,'web','103.59.160.210',NULL),(19441,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772374022,'web','103.59.160.210',NULL),(19442,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772374469,'web','103.59.160.210',NULL),(19443,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772374596,'web','103.59.160.210',NULL),(19444,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772375369,'web','103.59.160.210',NULL),(19445,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772376911,'web','103.59.160.210',NULL),(19446,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772376939,'web','103.59.160.210',NULL),(19447,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772377109,'web','103.59.160.210',NULL),(19448,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772377131,'web','103.59.160.210',NULL),(19449,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772378354,'web','103.59.160.210',NULL),(19450,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772379226,'web','103.59.160.210',NULL),(19451,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772380169,'web','103.59.160.210',NULL),(19452,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772381250,'web','103.59.160.210',NULL),(19453,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772381993,'web','74.7.243.252',NULL),(19454,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772384781,'web','103.59.160.210',NULL),(19455,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772385035,'web','103.59.160.210',NULL),(19456,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772385476,'web','103.59.160.210',NULL),(19457,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772386466,'web','103.59.160.210',NULL),(19458,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772386870,'web','103.59.160.210',NULL),(19459,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772387032,'web','103.59.160.210',NULL),(19460,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772388259,'web','103.59.160.210',NULL),(19461,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772389179,'web','103.59.160.210',NULL),(19462,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772389229,'web','103.59.160.210',NULL),(19463,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772389471,'web','103.59.160.210',NULL),(19464,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772389525,'web','103.59.160.210',NULL),(19465,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772389896,'web','103.59.160.210',NULL),(19466,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772390315,'web','103.59.160.210',NULL),(19467,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772392212,'web','103.59.160.210',NULL),(19468,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772392658,'web','47.128.115.107',NULL),(19469,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772393725,'web','103.59.160.210',NULL),(19470,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772394157,'web','103.59.160.210',NULL),(19471,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772396172,'web','103.59.160.210',NULL),(19472,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772396688,'web','103.59.160.210',NULL),(19473,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772397018,'web','103.59.160.210',NULL),(19474,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772397282,'web','103.59.160.210',NULL),(19475,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772398170,'web','103.59.160.210',NULL),(19476,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772399311,'web','103.59.160.210',NULL),(19477,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772399328,'web','103.59.160.210',NULL),(19478,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772401034,'web','103.59.160.210',NULL),(19479,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772401567,'web','103.59.160.210',NULL),(19480,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772401720,'web','103.59.160.210',NULL),(19481,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772402312,'web','103.59.160.210',NULL),(19482,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772404411,'web','103.59.160.210',NULL),(19483,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772404490,'web','103.59.160.210',NULL),(19484,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772405186,'web','103.59.160.210',NULL),(19485,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772405384,'web','103.59.160.210',NULL),(19486,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772406056,'web','103.59.160.210',NULL),(19487,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772406352,'web','103.59.160.210',NULL),(19488,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772407326,'web','103.59.160.210',NULL),(19489,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772407361,'web','103.59.160.210',NULL),(19490,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772407655,'web','103.59.160.210',NULL),(19491,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772407843,'web','103.59.160.210',NULL),(19492,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772407979,'web','103.59.160.210',NULL),(19493,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772408009,'web','103.59.160.210',NULL),(19494,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772408971,'web','103.59.160.210',NULL),(19495,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772409265,'web','103.59.160.210',NULL),(19496,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772409863,'web','103.59.160.210',NULL),(19497,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772410781,'web','103.59.160.210',NULL),(19498,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772410833,'web','103.59.160.210',NULL),(19499,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772410954,'web','103.59.160.210',NULL),(19500,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772412462,'web','103.59.160.210',NULL),(19501,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772413213,'web','103.59.160.210',NULL),(19502,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772413255,'web','103.59.160.210',NULL),(19503,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772413296,'web','103.59.160.210',NULL),(19504,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772413864,'web','103.59.160.210',NULL),(19505,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772413902,'web','103.59.160.210',NULL),(19506,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772415022,'web','103.59.160.210',NULL),(19507,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772415159,'web','103.59.160.210',NULL),(19508,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772415589,'web','103.59.160.210',NULL),(19509,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772415614,'web','103.59.160.210',NULL),(19510,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772416056,'web','103.59.160.210',NULL),(19511,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772417994,'web','103.59.160.210',NULL),(19512,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772418673,'web','103.59.160.210',NULL),(19513,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772419246,'web','103.59.160.210',NULL),(19514,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772420118,'web','103.59.160.210',NULL),(19515,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772420251,'web','103.59.160.210',NULL),(19516,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772420518,'web','103.59.160.210',NULL),(19517,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772420545,'web','37.187.134.41',NULL),(19518,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772420549,'web','37.187.134.41',NULL),(19519,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772420880,'web','103.59.160.210',NULL),(19520,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772421936,'web','43.173.174.196',NULL),(19521,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772421962,'web','103.59.160.210',NULL),(19522,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772421983,'web','103.59.160.210',NULL),(19523,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772422374,'web','103.59.160.210',NULL),(19524,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772422421,'web','103.59.160.210',NULL),(19525,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772422505,'web','74.7.227.150',NULL),(19526,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772422524,'web','74.7.227.150',NULL),(19527,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772422592,'web','103.59.160.210',NULL),(19528,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772422603,'web','74.7.227.150',NULL),(19529,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772422650,'web','74.7.227.150',NULL),(19530,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772422866,'web','103.59.160.210',NULL),(19531,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772424091,'web','103.59.160.210',NULL),(19532,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772425521,'web','103.59.160.210',NULL),(19533,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772426375,'web','103.59.160.210',NULL),(19534,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772426563,'web','103.59.160.210',NULL),(19535,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772427354,'web','103.59.160.210',NULL),(19536,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772427735,'web','103.59.160.210',NULL),(19537,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772429401,'web','103.59.160.210',NULL),(19538,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772429985,'web','103.59.160.210',NULL),(19539,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772430030,'web','103.59.160.210',NULL),(19540,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772430306,'web','103.59.160.210',NULL),(19541,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772430777,'web','103.59.160.210',NULL),(19542,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772431426,'web','103.59.160.210',NULL),(19543,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772432490,'web','103.59.160.210',NULL),(19544,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772432862,'web','103.59.160.210',NULL),(19545,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772434893,'web','103.59.160.210',NULL),(19546,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772435373,'web','103.59.160.210',NULL),(19547,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772436552,'web','103.59.160.210',NULL),(19548,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772437657,'web','103.59.160.210',NULL),(19549,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772438140,'web','103.59.160.210',NULL),(19550,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772439081,'web','103.59.160.210',NULL),(19551,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772439475,'web','103.59.160.210',NULL),(19552,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772439730,'web','103.59.160.210',NULL),(19553,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772440526,'web','103.59.160.210',NULL),(19554,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772441151,'web','103.59.160.210',NULL),(19555,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772442465,'web','103.59.160.210',NULL),(19556,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772442516,'web','103.59.160.210',NULL),(19557,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772442963,'web','103.59.160.210',NULL),(19558,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772443426,'web','103.59.160.210',NULL),(19559,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772443671,'web','103.59.160.210',NULL),(19560,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772443724,'web','103.59.160.210',NULL),(19561,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772444293,'web','103.59.160.210',NULL),(19562,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772444981,'web','103.59.160.210',NULL),(19563,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772445867,'web','103.59.160.210',NULL),(19564,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772446048,'web','103.59.160.210',NULL),(19565,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772448002,'web','103.59.160.210',NULL),(19566,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772448044,'web','103.59.160.210',NULL),(19567,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772448179,'web','103.59.160.210',NULL),(19568,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772449250,'web','103.59.160.210',NULL),(19569,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772449833,'web','103.59.160.210',NULL),(19570,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772450045,'web','103.59.160.210',NULL),(19571,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772450592,'web','205.210.31.41',NULL),(19572,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772451093,'web','103.59.160.210',NULL),(19573,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772452092,'web','103.59.160.210',NULL),(19574,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772453555,'web','103.59.160.210',NULL),(19575,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772454000,'web','103.59.160.210',NULL),(19576,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772454129,'web','103.59.160.210',NULL),(19577,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772455269,'web','103.59.160.210',NULL),(19578,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772455942,'web','103.59.160.210',NULL),(19579,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772456251,'web','103.59.160.210',NULL),(19580,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772457041,'web','103.59.160.210',NULL),(19581,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772457533,'web','103.59.160.210',NULL),(19582,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772457687,'web','103.59.160.210',NULL),(19583,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772457883,'web','103.59.160.210',NULL),(19584,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772458329,'web','103.59.160.210',NULL),(19585,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772459249,'web','103.59.160.210',NULL),(19586,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772460121,'web','103.59.160.210',NULL),(19587,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772460480,'web','103.59.160.210',NULL),(19588,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772460549,'web','103.59.160.210',NULL),(19589,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772460801,'web','103.59.160.210',NULL),(19590,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772462150,'web','103.59.160.210',NULL),(19591,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772462344,'web','103.59.160.210',NULL),(19592,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772462605,'web','103.59.160.210',NULL),(19593,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772462716,'web','103.59.160.210',NULL),(19594,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772462969,'web','103.59.160.210',NULL),(19595,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772463285,'web','103.59.160.210',NULL),(19596,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772463742,'web','103.59.160.210',NULL),(19597,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772465731,'web','103.59.160.210',NULL),(19598,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772465736,'web','103.59.160.210',NULL),(19599,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772465978,'web','103.59.160.210',NULL),(19600,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772467076,'web','103.59.160.210',NULL),(19601,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772468678,'web','103.59.160.210',NULL),(19602,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772468784,'web','103.59.160.210',NULL),(19603,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772470371,'web','103.59.160.210',NULL),(19604,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772470600,'web','103.59.160.210',NULL),(19605,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772471493,'web','103.59.160.210',NULL),(19606,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772472021,'web','204.76.203.25',NULL),(19607,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772472819,'web','43.173.180.204',NULL),(19608,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772473096,'web','103.59.160.210',NULL),(19609,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772474139,'web','103.59.160.210',NULL),(19610,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772475738,'web','103.59.160.210',NULL),(19611,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772475935,'web','103.59.160.210',NULL),(19612,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772477103,'web','103.59.160.210',NULL),(19613,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772477880,'web','103.59.160.210',NULL),(19614,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772478923,'web','103.59.160.210',NULL),(19615,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772479650,'web','103.59.160.210',NULL),(19616,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772479722,'web','103.59.160.210',NULL),(19617,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772479822,'web','103.59.160.210',NULL),(19618,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772480411,'web','103.59.160.210',NULL),(19619,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772481792,'web','103.59.160.210',NULL),(19620,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772481910,'web','103.59.160.210',NULL),(19621,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772482016,'web','103.59.160.210',NULL),(19622,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772482607,'web','103.59.160.210',NULL),(19623,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772483104,'web','103.59.160.210',NULL),(19624,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772483303,'web','103.59.160.210',NULL),(19625,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772483392,'web','103.59.160.210',NULL),(19626,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772483405,'web','103.59.160.210',NULL),(19627,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772483667,'web','103.59.160.210',NULL),(19628,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772484053,'web','103.59.160.210',NULL),(19629,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772484119,'web','103.59.160.210',NULL),(19630,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772485533,'web','103.59.160.210',NULL),(19631,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772485909,'web','103.59.160.210',NULL),(19632,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772488899,'web','103.59.160.210',NULL),(19633,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772490302,'web','103.59.160.210',NULL),(19634,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772491541,'web','103.59.160.210',NULL),(19635,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772491912,'web','103.59.160.210',NULL),(19636,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772492068,'web','103.59.160.210',NULL),(19637,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772492189,'web','103.59.160.210',NULL),(19638,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772492234,'web','103.59.160.210',NULL),(19639,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772493139,'web','103.59.160.210',NULL),(19640,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772493302,'web','103.59.160.210',NULL),(19641,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772493393,'web','103.59.160.210',NULL),(19642,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772495187,'web','103.59.160.210',NULL),(19643,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772496076,'web','103.59.160.210',NULL),(19644,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772496334,'web','103.59.160.210',NULL),(19645,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772496671,'web','103.59.160.210',NULL),(19646,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772496756,'web','103.59.160.210',NULL),(19647,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772496846,'web','103.59.160.210',NULL),(19648,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772496888,'web','103.59.160.210',NULL),(19649,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772497105,'web','103.59.160.210',NULL),(19650,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772497505,'web','103.59.160.210',NULL),(19651,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772497574,'web','103.59.160.210',NULL),(19652,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772497841,'web','103.59.160.210',NULL),(19653,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772498162,'web','103.59.160.210',NULL),(19654,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772498213,'web','103.59.160.210',NULL),(19655,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772498934,'web','103.59.160.210',NULL),(19656,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772499166,'web','103.59.160.210',NULL),(19657,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772500680,'web','103.59.160.210',NULL),(19658,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772501059,'web','103.59.160.210',NULL),(19659,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772501147,'web','103.59.160.210',NULL),(19660,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772501613,'web','103.59.160.210',NULL),(19661,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772501990,'web','103.59.160.210',NULL),(19662,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772502528,'web','103.59.160.210',NULL),(19663,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772503018,'web','103.59.160.210',NULL),(19664,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772503104,'web','103.59.160.210',NULL),(19665,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772503366,'web','103.59.160.210',NULL),(19666,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772504208,'web','103.59.160.210',NULL),(19667,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772504647,'web','103.59.160.210',NULL),(19668,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772504726,'web','103.59.160.210',NULL),(19669,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772505283,'web','103.59.160.210',NULL),(19670,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772505963,'web','103.59.160.210',NULL),(19671,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772506162,'web','103.59.160.210',NULL),(19672,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772506723,'web','103.59.160.210',NULL),(19673,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772508352,'web','103.59.160.210',NULL),(19674,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772509173,'web','103.59.160.210',NULL),(19675,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772510231,'web','103.59.160.210',NULL),(19676,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772511044,'web','103.59.160.210',NULL),(19677,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772511417,'web','103.59.160.210',NULL),(19678,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772511483,'web','103.59.160.210',NULL),(19679,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772512316,'web','103.59.160.210',NULL),(19680,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772512323,'web','103.59.160.210',NULL),(19681,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772512873,'web','103.59.160.210',NULL),(19682,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772513035,'web','45.148.10.23',NULL),(19683,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772514715,'web','103.59.160.210',NULL),(19684,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772514864,'web','103.59.160.210',NULL),(19685,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772516972,'web','103.59.160.210',NULL),(19686,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772517096,'web','103.59.160.210',NULL),(19687,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772517462,'web','103.59.160.210',NULL),(19688,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772517677,'web','103.59.160.210',NULL),(19689,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772519219,'web','103.59.160.210',NULL),(19690,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772519486,'web','103.59.160.210',NULL),(19691,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772520728,'web','103.59.160.210',NULL),(19692,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772520870,'web','103.59.160.210',NULL),(19693,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772521202,'web','103.59.160.210',NULL),(19694,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772521238,'web','103.59.160.210',NULL),(19695,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772521606,'web','103.59.160.210',NULL),(19696,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772522241,'web','103.59.160.210',NULL),(19697,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772523606,'web','103.59.160.210',NULL),(19698,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772523970,'web','103.59.160.210',NULL),(19699,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772524791,'web','103.59.160.210',NULL),(19700,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772525153,'web','103.59.160.210',NULL),(19701,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772525798,'web','103.59.160.210',NULL),(19702,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772526991,'web','103.59.160.210',NULL),(19703,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772527005,'web','103.59.160.210',NULL),(19704,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772527324,'web','103.59.160.210',NULL),(19705,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772527519,'web','103.59.160.210',NULL),(19706,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772527699,'web','103.59.160.210',NULL),(19707,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772530254,'web','103.59.160.210',NULL),(19708,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772531072,'web','103.59.160.210',NULL),(19709,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772531589,'web','103.59.160.210',NULL),(19710,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772531949,'web','103.59.160.210',NULL),(19711,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772532666,'web','103.59.160.210',NULL),(19712,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772533777,'web','103.59.160.210',NULL),(19713,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772533885,'web','103.59.160.210',NULL),(19714,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772534050,'web','103.59.160.210',NULL),(19715,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772534604,'web','103.59.160.210',NULL),(19716,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772534737,'web','103.59.160.210',NULL),(19717,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772535511,'web','103.59.160.210',NULL),(19718,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772536531,'web','103.59.160.210',NULL),(19719,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772536673,'web','103.59.160.210',NULL),(19720,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772536794,'web','103.59.160.210',NULL),(19721,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772537841,'web','103.59.160.210',NULL),(19722,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772538182,'web','103.59.160.210',NULL),(19723,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772538862,'web','103.59.160.210',NULL),(19724,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772539417,'web','103.59.160.210',NULL),(19725,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772539881,'web','103.59.160.210',NULL),(19726,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772540690,'web','103.59.160.210',NULL),(19727,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772540937,'web','103.59.160.210',NULL),(19728,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772541068,'web','103.59.160.210',NULL),(19729,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772542829,'web','103.59.160.210',NULL),(19730,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772543304,'web','103.59.160.210',NULL),(19731,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772543585,'web','103.59.160.210',NULL),(19732,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772543608,'web','103.59.160.210',NULL),(19733,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772543911,'web','103.59.160.210',NULL),(19734,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772544876,'web','103.59.160.210',NULL),(19735,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772546994,'web','103.59.160.210',NULL),(19736,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772549110,'web','103.59.160.210',NULL),(19737,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772549182,'web','103.59.160.210',NULL),(19738,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772549348,'web','103.59.160.210',NULL),(19739,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772549518,'web','103.59.160.210',NULL),(19740,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772550367,'web','5.175.189.25',NULL),(19741,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772550385,'web','103.59.160.210',NULL),(19742,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772550735,'web','103.59.160.210',NULL),(19743,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772551101,'web','103.59.160.210',NULL),(19744,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772552515,'web','101.12.151.109',NULL),(19745,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1772552554,'web','101.12.151.109',NULL),(19746,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772552555,'web','101.12.151.109',NULL),(19747,'\\core\\event\\notification_sent','core','sent','notification','notifications',1944,'c',0,1,10,0,0,0,2,0,'{\"courseid\":\"1\"}',1772552585,'cli',NULL,NULL),(19748,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1772552598,'web','101.12.151.109',NULL),(19749,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1772552599,'web','101.12.151.109',NULL),(19750,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1772552614,'web','101.12.151.109',NULL),(19751,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1772552633,'web','101.12.151.109',NULL),(19752,'\\core\\event\\course_category_viewed','core','viewed','course_category','course_categories',1,'r',0,3,40,1,2,0,NULL,0,'null',1772552710,'web','101.12.151.109',NULL),(19753,'\\core\\event\\course_category_viewed','core','viewed','course_category','course_categories',1,'r',0,3,40,1,2,0,NULL,0,'null',1772552748,'web','101.12.151.109',NULL),(19754,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1772552756,'web','101.12.151.109',NULL),(19755,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1772552798,'web','101.12.151.109',NULL),(19756,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',1,'r',0,2,50,1,2,1,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u795e\\u5b78Moodle\",\"coursefullname\":\"\\u85dd\\u8853\\u795e\\u5b78Moodle\"}',1772552811,'web','101.12.151.109',NULL),(19757,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772552849,'web','103.59.160.210',NULL),(19758,'\\core\\event\\group_created','core','created','group','groups',1,'c',0,2,50,1,2,1,NULL,0,'null',1772552864,'web','101.12.151.109',NULL),(19759,'\\core\\event\\group_created','core','created','group','groups',2,'c',0,2,50,1,2,1,NULL,0,'null',1772552878,'web','101.12.151.109',NULL),(19760,'\\core\\event\\group_member_added','core','added','group_member','groups',1,'c',0,2,50,1,2,1,16,0,'{\"component\":\"\",\"itemid\":0}',1772552902,'web','101.12.151.109',NULL),(19761,'\\core\\event\\group_member_added','core','added','group_member','groups',1,'c',0,2,50,1,2,1,18,0,'{\"component\":\"\",\"itemid\":0}',1772552902,'web','101.12.151.109',NULL),(19762,'\\core\\event\\group_member_added','core','added','group_member','groups',1,'c',0,2,50,1,2,1,17,0,'{\"component\":\"\",\"itemid\":0}',1772552902,'web','101.12.151.109',NULL),(19763,'\\core\\event\\group_member_added','core','added','group_member','groups',1,'c',0,2,50,1,2,1,11,0,'{\"component\":\"\",\"itemid\":0}',1772552902,'web','101.12.151.109',NULL),(19764,'\\core\\event\\group_member_added','core','added','group_member','groups',1,'c',0,2,50,1,2,1,9,0,'{\"component\":\"\",\"itemid\":0}',1772552902,'web','101.12.151.109',NULL),(19765,'\\core\\event\\group_member_added','core','added','group_member','groups',1,'c',0,2,50,1,2,1,22,0,'{\"component\":\"\",\"itemid\":0}',1772552902,'web','101.12.151.109',NULL),(19766,'\\core\\event\\group_member_added','core','added','group_member','groups',1,'c',0,2,50,1,2,1,23,0,'{\"component\":\"\",\"itemid\":0}',1772552902,'web','101.12.151.109',NULL),(19767,'\\core\\event\\group_member_added','core','added','group_member','groups',1,'c',0,2,50,1,2,1,10,0,'{\"component\":\"\",\"itemid\":0}',1772552902,'web','101.12.151.109',NULL),(19768,'\\core\\event\\group_member_added','core','added','group_member','groups',1,'c',0,2,50,1,2,1,21,0,'{\"component\":\"\",\"itemid\":0}',1772552902,'web','101.12.151.109',NULL),(19769,'\\core\\event\\group_member_added','core','added','group_member','groups',1,'c',0,2,50,1,2,1,15,0,'{\"component\":\"\",\"itemid\":0}',1772552902,'web','101.12.151.109',NULL),(19770,'\\core\\event\\group_member_added','core','added','group_member','groups',1,'c',0,2,50,1,2,1,13,0,'{\"component\":\"\",\"itemid\":0}',1772552902,'web','101.12.151.109',NULL),(19771,'\\core\\event\\group_member_added','core','added','group_member','groups',1,'c',0,2,50,1,2,1,12,0,'{\"component\":\"\",\"itemid\":0}',1772552902,'web','101.12.151.109',NULL),(19772,'\\core\\event\\group_member_added','core','added','group_member','groups',1,'c',0,2,50,1,2,1,14,0,'{\"component\":\"\",\"itemid\":0}',1772552902,'web','101.12.151.109',NULL),(19773,'\\core\\event\\group_member_added','core','added','group_member','groups',1,'c',0,2,50,1,2,1,19,0,'{\"component\":\"\",\"itemid\":0}',1772552902,'web','101.12.151.109',NULL),(19774,'\\core\\event\\group_member_added','core','added','group_member','groups',1,'c',0,2,50,1,2,1,7,0,'{\"component\":\"\",\"itemid\":0}',1772552902,'web','101.12.151.109',NULL),(19775,'\\core\\event\\group_member_added','core','added','group_member','groups',1,'c',0,2,50,1,2,1,6,0,'{\"component\":\"\",\"itemid\":0}',1772552902,'web','101.12.151.109',NULL),(19776,'\\core\\event\\group_member_added','core','added','group_member','groups',1,'c',0,2,50,1,2,1,20,0,'{\"component\":\"\",\"itemid\":0}',1772552902,'web','101.12.151.109',NULL),(19777,'\\core\\event\\group_member_added','core','added','group_member','groups',1,'c',0,2,50,1,2,1,8,0,'{\"component\":\"\",\"itemid\":0}',1772552902,'web','101.12.151.109',NULL),(19778,'\\core\\event\\group_member_added','core','added','group_member','groups',1,'c',0,2,50,1,2,1,5,0,'{\"component\":\"\",\"itemid\":0}',1772552902,'web','101.12.151.109',NULL),(19779,'\\core\\event\\group_member_added','core','added','group_member','groups',1,'c',0,2,50,1,2,1,4,0,'{\"component\":\"\",\"itemid\":0}',1772552902,'web','101.12.151.109',NULL),(19780,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',1,'r',0,2,50,1,2,1,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u795e\\u5b78Moodle\",\"coursefullname\":\"\\u85dd\\u8853\\u795e\\u5b78Moodle\"}',1772552910,'web','101.12.151.109',NULL),(19781,'\\core\\event\\question_category_viewed','core','viewed','question_category','question_categories',2,'r',1,2,50,1,2,1,NULL,0,'null',1772552928,'web','101.12.151.109',NULL),(19782,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1772552953,'web','101.12.151.109',NULL),(19783,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1772552960,'web','101.12.151.109',NULL),(19784,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772553077,'web','103.59.160.210',NULL),(19785,'\\core\\event\\course_created','core','created','course','course',3,'c',1,98,50,3,2,3,NULL,0,'{\"shortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"fullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\"}',1772553128,'web','101.12.151.109',NULL),(19786,'\\core\\event\\course_section_created','core','created','course_section','course_sections',18,'c',1,98,50,3,2,3,NULL,0,'{\"sectionnum\":0}',1772553128,'web','101.12.151.109',NULL),(19787,'\\core\\event\\course_section_created','core','created','course_section','course_sections',19,'c',1,98,50,3,2,3,NULL,0,'{\"sectionnum\":1}',1772553128,'web','101.12.151.109',NULL),(19788,'\\core\\event\\course_section_created','core','created','course_section','course_sections',20,'c',1,98,50,3,2,3,NULL,0,'{\"sectionnum\":2}',1772553128,'web','101.12.151.109',NULL),(19789,'\\core\\event\\course_section_created','core','created','course_section','course_sections',21,'c',1,98,50,3,2,3,NULL,0,'{\"sectionnum\":3}',1772553128,'web','101.12.151.109',NULL),(19790,'\\core\\event\\course_section_created','core','created','course_section','course_sections',22,'c',1,98,50,3,2,3,NULL,0,'{\"sectionnum\":4}',1772553128,'web','101.12.151.109',NULL),(19791,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',4,'c',0,98,50,3,2,3,NULL,0,'{\"enrol\":\"manual\"}',1772553128,'web','101.12.151.109',NULL),(19792,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',5,'c',0,98,50,3,2,3,NULL,0,'{\"enrol\":\"guest\"}',1772553128,'web','101.12.151.109',NULL),(19793,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',6,'c',0,98,50,3,2,3,NULL,0,'{\"enrol\":\"self\"}',1772553128,'web','101.12.151.109',NULL),(19794,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',23,'c',0,98,50,3,2,3,2,0,'{\"enrol\":\"manual\"}',1772553128,'web','101.12.151.109',NULL),(19795,'\\core\\event\\role_assigned','core','assigned','role','role',3,'c',0,98,50,3,2,3,2,0,'{\"id\":23,\"component\":\"\",\"itemid\":0}',1772553129,'web','101.12.151.109',NULL),(19796,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772553129,'web','101.12.151.109',NULL),(19797,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',59,'u',1,99,70,59,2,3,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"18\",\"name\":\"\\u516c\\u544a\"}',1772553150,'web','101.12.151.109',NULL),(19798,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772553245,'web','52.167.144.191',NULL),(19799,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772553246,'web','52.167.144.191',NULL),(19800,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772553266,'web','52.167.144.191',NULL),(19801,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772554326,'web','103.59.160.210',NULL),(19802,'\\core\\event\\course_category_created','core','created','course_category','course_categories',2,'c',0,100,40,2,2,0,NULL,0,'null',1772554651,'web','101.12.151.109',NULL),(19803,'\\core\\event\\course_category_updated','core','updated','course_category','course_categories',2,'u',0,100,40,2,2,0,NULL,0,'null',1772554678,'web','101.12.151.109',NULL),(19804,'\\core\\event\\course_updated','core','updated','course','course',3,'u',1,98,50,3,2,3,NULL,0,'{\"shortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"fullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\",\"updatedfields\":{\"category\":\"2\"}}',1772554707,'web','101.12.151.109',NULL),(19805,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772554707,'web','101.12.151.109',NULL),(19806,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',3,'r',0,98,50,3,2,3,NULL,0,'{\"courseshortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"coursefullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\"}',1772554865,'web','101.12.151.109',NULL),(19807,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',26,'c',0,98,50,3,2,3,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1772554868,'web','101.12.151.109',NULL),(19808,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',26,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1772554868,'web','101.12.151.109',NULL),(19809,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,98,50,3,2,3,NULL,0,'null',1772554868,'web','101.12.151.109',NULL),(19810,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',3,'r',0,98,50,3,2,3,NULL,0,'{\"courseshortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"coursefullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\"}',1772554870,'web','101.12.151.109',NULL),(19811,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,98,50,3,2,3,NULL,0,'null',1772554871,'web','101.12.151.109',NULL),(19812,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',3,'r',0,98,50,3,2,3,NULL,0,'{\"courseshortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"coursefullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\"}',1772554879,'web','101.12.151.109',NULL),(19813,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772554916,'web','101.12.151.109',NULL),(19814,'\\core\\event\\course_section_deleted','core','deleted','course_section','course_sections',21,'d',1,98,50,3,2,3,NULL,0,'{\"sectionnum\":\"3\",\"sectionname\":\"\\u4e3b\\u984c 3\"}',1772554937,'web','101.12.151.109',NULL),(19815,'\\core\\event\\course_section_deleted','core','deleted','course_section','course_sections',22,'d',1,98,50,3,2,3,NULL,0,'{\"sectionnum\":\"3\",\"sectionname\":\"\\u4e3b\\u984c 3\"}',1772554942,'web','101.12.151.109',NULL),(19816,'\\tool_recyclebin\\event\\course_bin_item_created','tool_recyclebin','created','course_bin_item','tool_recyclebin_course',11,'c',0,98,50,3,2,3,NULL,0,'null',1772554983,'cli',NULL,NULL),(19817,'\\core\\event\\course_module_deleted','core','deleted','course_module','course_modules',59,'d',1,99,70,59,2,3,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"18\"}',1772554984,'cli',NULL,NULL),(19818,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',18,'u',1,98,50,3,2,3,NULL,0,'{\"sectionnum\":\"0\"}',1772555005,'web','101.12.151.109',NULL),(19819,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772555005,'web','101.12.151.109',NULL),(19820,'\\core\\event\\course_module_created','core','created','course_module','course_modules',60,'c',1,101,70,60,2,3,NULL,0,'{\"modulename\":\"label\",\"instanceid\":1,\"name\":\"\\u76ee\\u524d\\u7a7a\\u767d\\uff5e\"}',1772555026,'web','101.12.151.109',NULL),(19821,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772555027,'web','101.12.151.109',NULL),(19822,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772555040,'web','101.12.151.109',NULL),(19823,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772555046,'web','101.12.151.109',NULL),(19824,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772555252,'web','103.59.160.210',NULL),(19825,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772555457,'web','103.59.160.210',NULL),(19826,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772555649,'web','103.59.160.210',NULL),(19827,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772556189,'web','103.59.160.210',NULL),(19828,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772556550,'web','103.59.160.210',NULL),(19829,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772557117,'web','103.59.160.210',NULL),(19830,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772558318,'web','103.59.160.210',NULL),(19831,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772558887,'web','103.59.160.210',NULL),(19832,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772559027,'web','103.59.160.210',NULL),(19833,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772559669,'web','103.59.160.210',NULL),(19834,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772559871,'web','103.59.160.210',NULL),(19835,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772560374,'web','103.59.160.210',NULL),(19836,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772560584,'web','103.59.160.210',NULL),(19837,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772560778,'web','103.59.160.210',NULL),(19838,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772561278,'web','103.59.160.210',NULL),(19839,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772561780,'web','103.59.160.210',NULL),(19840,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772562065,'web','103.59.160.210',NULL),(19841,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772562556,'web','103.59.160.210',NULL),(19842,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772563244,'web','103.59.160.210',NULL),(19843,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772564330,'web','103.59.160.210',NULL),(19844,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772564742,'web','103.59.160.210',NULL),(19845,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772565288,'web','103.59.160.210',NULL),(19846,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772565290,'web','103.59.160.210',NULL),(19847,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772565443,'web','103.59.160.210',NULL),(19848,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772565778,'web','103.59.160.210',NULL),(19849,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772567413,'web','103.59.160.210',NULL),(19850,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772567553,'web','49.214.255.128',NULL),(19851,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772567553,'web','49.214.255.128',NULL),(19852,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772568326,'web','103.59.160.210',NULL),(19853,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772569180,'web','103.59.160.210',NULL),(19854,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772569419,'web','103.59.160.210',NULL),(19855,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772569640,'web','103.59.160.210',NULL),(19856,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772570017,'web','103.59.160.210',NULL),(19857,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772570812,'web','103.59.160.210',NULL),(19858,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772571350,'web','103.59.160.210',NULL),(19859,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772571489,'web','103.59.160.210',NULL),(19860,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772571825,'web','103.59.160.210',NULL),(19861,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772573132,'web','103.59.160.210',NULL),(19862,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772574257,'web','103.59.160.210',NULL),(19863,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772574467,'web','103.59.160.210',NULL),(19864,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772575058,'web','103.59.160.210',NULL),(19865,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772575324,'web','103.59.160.210',NULL),(19866,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772575451,'web','198.235.24.23',NULL),(19867,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772576550,'web','103.59.160.210',NULL),(19868,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772577315,'web','103.59.160.210',NULL),(19869,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772578281,'web','103.59.160.210',NULL),(19870,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772578974,'web','103.59.160.210',NULL),(19871,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772579310,'web','103.59.160.210',NULL),(19872,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772579341,'web','103.59.160.210',NULL),(19873,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772579537,'web','103.59.160.210',NULL),(19874,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772580533,'web','103.59.160.210',NULL),(19875,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772580559,'web','103.59.160.210',NULL),(19876,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772580914,'web','103.59.160.210',NULL),(19877,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772581357,'web','103.59.160.210',NULL),(19878,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772581381,'web','103.59.160.210',NULL),(19879,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772581657,'web','103.59.160.210',NULL),(19880,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772582107,'web','103.59.160.210',NULL),(19881,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772582635,'web','103.59.160.210',NULL),(19882,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772582692,'web','103.59.160.210',NULL),(19883,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772582928,'web','103.59.160.210',NULL),(19884,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772583389,'web','103.59.160.210',NULL),(19885,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772584240,'web','103.59.160.210',NULL),(19886,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772585520,'web','103.59.160.210',NULL),(19887,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772585874,'web','103.59.160.210',NULL),(19888,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772586677,'web','103.59.160.210',NULL),(19889,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772587457,'web','103.59.160.210',NULL),(19890,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772587577,'web','103.59.160.210',NULL),(19891,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772588033,'web','216.73.216.143',NULL),(19892,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772588075,'web','103.59.160.210',NULL),(19893,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772588636,'web','103.59.160.210',NULL),(19894,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772588864,'web','103.59.160.210',NULL),(19895,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772589336,'web','103.59.160.210',NULL),(19896,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772589444,'web','103.59.160.210',NULL),(19897,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772591146,'web','103.59.160.210',NULL),(19898,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772591288,'web','103.59.160.210',NULL),(19899,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772591409,'web','103.59.160.210',NULL),(19900,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772591881,'web','103.59.160.210',NULL),(19901,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772592481,'web','103.59.160.210',NULL),(19902,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772592971,'web','103.59.160.210',NULL),(19903,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772592982,'web','216.73.216.143',NULL),(19904,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772592997,'web','216.73.216.143',NULL),(19905,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772594268,'web','103.59.160.210',NULL),(19906,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772594398,'web','103.59.160.210',NULL),(19907,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772594513,'web','103.59.160.210',NULL),(19908,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772596047,'web','103.59.160.210',NULL),(19909,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772596685,'web','103.59.160.210',NULL),(19910,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772596943,'web','103.59.160.210',NULL),(19911,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772597162,'web','103.59.160.210',NULL),(19912,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772597667,'web','216.73.216.11',NULL),(19913,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772598259,'web','103.59.160.210',NULL),(19914,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772598542,'web','103.59.160.210',NULL),(19915,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772598578,'web','103.59.160.210',NULL),(19916,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772598926,'web','103.59.160.210',NULL),(19917,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772599345,'web','103.59.160.210',NULL),(19918,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772599744,'web','103.59.160.210',NULL),(19919,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772600144,'web','103.59.160.210',NULL),(19920,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772600663,'web','103.59.160.210',NULL),(19921,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772600801,'web','219.91.26.209',NULL),(19922,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1772600807,'web','219.91.26.209',NULL),(19923,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1772600807,'web','219.91.26.209',NULL),(19924,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772600812,'web','219.91.26.209',NULL),(19925,'\\core\\event\\notification_sent','core','sent','notification','notifications',1945,'c',0,1,10,0,0,0,2,0,'{\"courseid\":\"1\"}',1772600825,'cli',NULL,NULL),(19926,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772600833,'web','103.59.160.210',NULL),(19927,'\\core\\event\\course_updated','core','updated','course','course',3,'u',1,98,50,3,2,3,NULL,0,'{\"shortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"fullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\",\"updatedfields\":{\"summary_editor\":\"(updated)\"}}',1772600879,'web','219.91.26.209',NULL),(19928,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772600879,'web','219.91.26.209',NULL),(19929,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1772600882,'web','219.91.26.209',NULL),(19930,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772600893,'web','219.91.26.209',NULL),(19931,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772600909,'web','219.91.26.209',NULL),(19932,'\\tool_recyclebin\\event\\course_bin_item_created','tool_recyclebin','created','course_bin_item','tool_recyclebin_course',12,'c',0,98,50,3,2,3,NULL,0,'null',1772600944,'cli',NULL,NULL),(19933,'\\core\\event\\course_module_deleted','core','deleted','course_module','course_modules',60,'d',1,101,70,60,2,3,NULL,0,'{\"modulename\":\"label\",\"instanceid\":\"1\"}',1772600944,'cli',NULL,NULL),(19934,'\\tool_recyclebin\\event\\course_bin_item_created','tool_recyclebin','created','course_bin_item','tool_recyclebin_course',13,'c',0,98,50,3,2,3,NULL,0,'null',1772600945,'cli',NULL,NULL),(19935,'\\core\\event\\course_module_deleted','core','deleted','course_module','course_modules',61,'d',1,102,70,61,2,3,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"19\"}',1772600945,'cli',NULL,NULL),(19936,'\\core\\event\\course_module_created','core','created','course_module','course_modules',62,'c',1,103,70,62,2,3,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":32,\"name\":\"\\u8ab2\\u7a0b\\u5927\\u7db1\\u9032\\u5ea6\\u8868\"}',1772601007,'web','219.91.26.209',NULL),(19937,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772601007,'web','219.91.26.209',NULL),(19938,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772601010,'web','219.91.26.209',NULL),(19939,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',32,'r',2,103,70,62,2,3,NULL,0,'null',1772601012,'web','219.91.26.209',NULL),(19940,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772601036,'web','219.91.26.209',NULL),(19941,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',62,'u',1,103,70,62,2,3,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":\"32\",\"name\":\"\\u8ab2\\u7a0b\\u5927\\u7db1\\u9032\\u5ea6\\u8868\"}',1772601057,'web','219.91.26.209',NULL),(19942,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772601057,'web','103.59.160.210',NULL),(19943,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772601057,'web','219.91.26.209',NULL),(19944,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772601060,'web','219.91.26.209',NULL),(19945,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772601079,'web','103.59.160.210',NULL),(19946,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1772601080,'web','219.91.26.209',NULL),(19947,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772601081,'web','219.91.26.209',NULL),(19948,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1772601085,'web','219.91.26.209',NULL),(19949,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772602093,'web','40.77.167.5',NULL),(19950,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772602293,'web','103.59.160.210',NULL),(19951,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772602373,'web','103.59.160.210',NULL),(19952,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772603897,'web','103.59.160.210',NULL),(19953,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772604812,'web','103.59.160.210',NULL),(19954,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772605485,'web','103.59.160.210',NULL),(19955,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772606217,'web','103.59.160.210',NULL),(19956,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772606351,'web','103.59.160.210',NULL),(19957,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772606759,'web','103.59.160.210',NULL),(19958,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772609352,'web','103.59.160.210',NULL),(19959,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772609429,'web','52.31.34.236',NULL),(19960,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772609725,'web','103.59.160.210',NULL),(19961,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772609805,'web','103.59.160.210',NULL),(19962,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772610278,'web','103.59.160.210',NULL),(19963,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772610783,'web','103.59.160.210',NULL),(19964,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772611383,'web','103.59.160.210',NULL),(19965,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772611646,'web','103.59.160.210',NULL),(19966,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772612062,'web','103.59.160.210',NULL),(19967,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772612647,'web','103.59.160.210',NULL),(19968,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772613525,'web','103.59.160.210',NULL),(19969,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772613874,'web','103.59.160.210',NULL),(19970,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772614122,'web','103.59.160.210',NULL),(19971,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772614476,'web','103.59.160.210',NULL),(19972,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772615609,'web','103.59.160.210',NULL),(19973,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772616327,'web','103.59.160.210',NULL),(19974,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772616332,'web','103.59.160.210',NULL),(19975,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772616363,'web','103.59.160.210',NULL),(19976,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772616948,'web','103.59.160.210',NULL),(19977,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772618193,'web','103.59.160.210',NULL),(19978,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772618664,'web','103.59.160.210',NULL),(19979,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772618809,'web','103.59.160.210',NULL),(19980,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772619455,'web','103.59.160.210',NULL),(19981,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772620714,'web','103.59.160.210',NULL),(19982,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772620916,'web','103.59.160.210',NULL),(19983,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772621071,'web','103.59.160.210',NULL),(19984,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772621239,'web','103.59.160.210',NULL),(19985,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772622501,'web','103.59.160.210',NULL),(19986,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772622736,'web','103.59.160.210',NULL),(19987,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772623277,'web','74.7.227.61',NULL),(19988,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772623290,'web','74.7.227.61',NULL),(19989,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772623296,'web','74.7.227.61',NULL),(19990,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772623301,'web','74.7.227.61',NULL),(19991,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772624030,'web','103.59.160.210',NULL),(19992,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772624626,'web','103.59.160.210',NULL),(19993,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772625428,'web','103.59.160.210',NULL),(19994,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772625949,'web','103.59.160.210',NULL),(19995,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772627333,'web','103.59.160.210',NULL),(19996,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772627539,'web','103.59.160.210',NULL),(19997,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772627890,'web','103.59.160.210',NULL),(19998,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772629066,'web','103.59.160.210',NULL),(19999,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772629455,'web','103.59.160.210',NULL),(20000,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772629510,'web','103.59.160.210',NULL),(20001,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772629566,'web','103.59.160.210',NULL),(20002,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772629889,'web','103.59.160.210',NULL),(20003,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772630083,'web','103.59.160.210',NULL),(20004,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772630541,'web','103.59.160.210',NULL),(20005,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772632719,'web','103.59.160.210',NULL),(20006,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772632869,'web','103.59.160.210',NULL),(20007,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772633191,'web','103.59.160.210',NULL),(20008,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772635088,'web','103.59.160.210',NULL),(20009,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772635490,'web','103.59.160.210',NULL),(20010,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772635580,'web','103.59.160.210',NULL),(20011,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772635816,'web','103.59.160.210',NULL),(20012,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772635910,'web','103.59.160.210',NULL),(20013,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772636189,'web','103.59.160.210',NULL),(20014,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772637347,'web','103.59.160.210',NULL),(20015,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772637676,'web','103.59.160.210',NULL),(20016,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772638338,'web','103.59.160.210',NULL),(20017,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772638590,'web','103.59.160.210',NULL),(20018,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772639319,'web','103.59.160.210',NULL),(20019,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772639350,'web','103.59.160.210',NULL),(20020,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772641042,'web','103.59.160.210',NULL),(20021,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772642206,'web','103.59.160.210',NULL),(20022,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772643207,'web','103.59.160.210',NULL),(20023,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772643963,'web','107.173.171.201',NULL),(20024,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772644040,'web','103.59.160.210',NULL),(20025,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772644502,'web','103.59.160.210',NULL),(20026,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772645121,'web','103.59.160.210',NULL),(20027,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772646290,'web','103.59.160.210',NULL),(20028,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772647231,'web','103.59.160.210',NULL),(20029,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772647481,'web','103.59.160.210',NULL),(20030,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772647891,'web','103.59.160.210',NULL),(20031,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772648460,'web','103.59.160.210',NULL),(20032,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772648783,'web','103.59.160.210',NULL),(20033,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772648988,'web','103.59.160.210',NULL),(20034,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772649121,'web','103.59.160.210',NULL),(20035,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772650121,'web','103.59.160.210',NULL),(20036,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772650467,'web','103.59.160.210',NULL),(20037,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772650490,'web','103.59.160.210',NULL),(20038,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772651108,'web','103.59.160.210',NULL),(20039,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772651547,'web','103.59.160.210',NULL),(20040,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772651681,'web','103.59.160.210',NULL),(20041,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772652076,'web','103.59.160.210',NULL),(20042,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772652764,'web','103.59.160.210',NULL),(20043,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772653726,'web','103.59.160.210',NULL),(20044,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772655036,'web','103.59.160.210',NULL),(20045,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772656118,'web','103.59.160.210',NULL),(20046,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772658185,'web','103.59.160.210',NULL),(20047,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772658226,'web','103.59.160.210',NULL),(20048,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772658663,'web','103.59.160.210',NULL),(20049,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772658699,'web','103.59.160.210',NULL),(20050,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772659091,'web','103.59.160.210',NULL),(20051,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772661063,'web','103.59.160.210',NULL),(20052,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772662095,'web','103.59.160.210',NULL),(20053,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772662981,'web','103.59.160.210',NULL),(20054,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772663090,'web','103.59.160.210',NULL),(20055,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772663304,'web','103.59.160.210',NULL),(20056,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772663775,'web','103.59.160.210',NULL),(20057,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772663905,'web','103.59.160.210',NULL),(20058,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772665526,'web','103.59.160.210',NULL),(20059,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772666386,'web','103.59.160.210',NULL),(20060,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772667043,'web','103.59.160.210',NULL),(20061,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772667120,'web','103.59.160.210',NULL),(20062,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772667196,'web','103.59.160.210',NULL),(20063,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772668341,'web','103.59.160.210',NULL),(20064,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772668416,'web','103.59.160.210',NULL),(20065,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772670336,'web','103.59.160.210',NULL),(20066,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772670410,'web','103.59.160.210',NULL),(20067,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772673442,'web','103.59.160.210',NULL),(20068,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772673888,'web','103.59.160.210',NULL),(20069,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772675227,'web','103.59.160.210',NULL),(20070,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772675512,'web','103.59.160.210',NULL),(20071,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772675544,'web','103.59.160.210',NULL),(20072,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772675616,'web','103.59.160.210',NULL),(20073,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772675629,'web','40.77.167.4',NULL),(20074,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772676154,'web','103.59.160.210',NULL),(20075,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772676422,'web','103.59.160.210',NULL),(20076,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772676483,'web','103.59.160.210',NULL),(20077,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772676789,'web','103.59.160.210',NULL),(20078,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772677430,'web','103.59.160.210',NULL),(20079,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772677615,'web','103.59.160.210',NULL),(20080,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772678486,'web','103.59.160.210',NULL),(20081,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772679538,'web','103.59.160.210',NULL),(20082,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772679669,'web','103.59.160.210',NULL),(20083,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772679807,'web','103.59.160.210',NULL),(20084,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772680179,'web','103.59.160.210',NULL),(20085,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772682238,'web','103.59.160.210',NULL),(20086,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772682261,'web','103.59.160.210',NULL),(20087,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772683375,'web','103.59.160.210',NULL),(20088,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772683500,'web','103.59.160.210',NULL),(20089,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772683722,'web','103.59.160.210',NULL),(20090,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772683818,'web','103.59.160.210',NULL),(20091,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772683872,'web','103.59.160.210',NULL),(20092,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772685330,'web','103.59.160.210',NULL),(20093,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772685618,'web','103.59.160.210',NULL),(20094,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772686042,'web','103.59.160.210',NULL),(20095,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772686623,'web','103.59.160.210',NULL),(20096,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772686701,'web','103.59.160.210',NULL),(20097,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772687963,'web','103.59.160.210',NULL),(20098,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772688112,'web','103.59.160.210',NULL),(20099,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772688497,'web','103.59.160.210',NULL),(20100,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772688857,'web','103.59.160.210',NULL),(20101,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772689603,'web','103.59.160.210',NULL),(20102,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772689777,'web','103.59.160.210',NULL),(20103,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772690457,'web','103.59.160.210',NULL),(20104,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772691689,'web','103.59.160.210',NULL),(20105,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772692113,'web','103.59.160.210',NULL),(20106,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772692631,'web','103.59.160.210',NULL),(20107,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772692755,'web','103.59.160.210',NULL),(20108,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772693308,'web','103.59.160.210',NULL),(20109,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772693790,'web','103.59.160.210',NULL),(20110,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772693850,'web','103.59.160.210',NULL),(20111,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772694679,'web','103.59.160.210',NULL),(20112,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772695682,'web','103.59.160.210',NULL),(20113,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772696673,'web','103.59.160.210',NULL),(20114,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772696754,'web','103.59.160.210',NULL),(20115,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772697412,'web','103.59.160.210',NULL),(20116,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772698378,'web','103.59.160.210',NULL),(20117,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772700320,'web','103.59.160.210',NULL),(20118,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772700540,'web','103.59.160.210',NULL),(20119,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772700769,'web','103.59.160.210',NULL),(20120,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772701223,'web','103.59.160.210',NULL),(20121,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772701546,'web','103.59.160.210',NULL),(20122,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772702059,'web','103.59.160.210',NULL),(20123,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772702860,'web','103.59.160.210',NULL),(20124,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772703054,'web','103.59.160.210',NULL),(20125,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772703649,'web','103.59.160.210',NULL),(20126,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772704473,'web','40.77.167.27',NULL),(20127,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772704584,'web','103.59.160.210',NULL),(20128,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772705318,'web','103.59.160.210',NULL),(20129,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772705424,'web','103.59.160.210',NULL),(20130,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772705483,'web','103.59.160.210',NULL),(20131,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772705545,'web','103.59.160.210',NULL),(20132,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772705906,'web','103.59.160.210',NULL),(20133,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772706080,'web','103.59.160.210',NULL),(20134,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772706128,'web','103.59.160.210',NULL),(20135,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772706166,'web','103.59.160.210',NULL),(20136,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772706432,'web','103.59.160.210',NULL),(20137,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772706525,'web','103.59.160.210',NULL),(20138,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772706527,'web','103.59.160.210',NULL),(20139,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772708103,'web','103.59.160.210',NULL),(20140,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772708207,'web','103.59.160.210',NULL),(20141,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772708666,'web','103.59.160.210',NULL),(20142,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772709174,'web','103.59.160.210',NULL),(20143,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772709573,'web','103.59.160.210',NULL),(20144,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772710739,'web','103.59.160.210',NULL),(20145,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772711544,'web','103.59.160.210',NULL),(20146,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772711763,'web','103.59.160.210',NULL),(20147,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772712167,'web','103.59.160.210',NULL),(20148,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772712312,'web','103.59.160.210',NULL),(20149,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772712926,'web','103.59.160.210',NULL),(20150,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772713572,'web','103.59.160.210',NULL),(20151,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772714438,'web','103.59.160.210',NULL),(20152,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772715640,'web','103.59.160.210',NULL),(20153,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772716274,'web','103.59.160.210',NULL),(20154,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772717992,'web','103.59.160.210',NULL),(20155,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772718223,'web','103.59.160.210',NULL),(20156,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772719067,'web','103.59.160.210',NULL),(20157,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772721043,'web','103.59.160.210',NULL),(20158,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1772722745,'web','219.91.26.209',NULL),(20159,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772722745,'web','219.91.26.209',NULL),(20160,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772722747,'web','219.91.26.209',NULL),(20161,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',19,'u',1,98,50,3,2,3,NULL,0,'{\"sectionnum\":\"1\"}',1772722760,'web','219.91.26.209',NULL),(20162,'\\core\\event\\course_section_updated','core','updated','course_section','course_sections',20,'u',1,98,50,3,2,3,NULL,0,'{\"sectionnum\":\"2\"}',1772722778,'web','219.91.26.209',NULL),(20163,'\\core\\event\\course_module_created','core','created','course_module','course_modules',63,'c',1,104,70,63,2,3,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":33,\"name\":\"\\u7b2c\\u4e00\\u9031\\u8b1b\\u7fa9\"}',1772722810,'web','219.91.26.209',NULL),(20164,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772722810,'web','219.91.26.209',NULL),(20165,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772722828,'web','219.91.26.209',NULL),(20166,'\\core\\event\\course_module_created','core','created','course_module','course_modules',64,'c',1,105,70,64,2,3,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":34,\"name\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u95b1\\u8b80\\uff1a\\u3008\\u5206\\u8fa8\\u5967\\u79d8\\u3009\"}',1772722861,'web','219.91.26.209',NULL),(20167,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772722861,'web','219.91.26.209',NULL),(20168,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',4,'r',2,29,70,10,2,2,NULL,0,'null',1772722880,'web','219.91.26.209',NULL),(20169,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',27,'c',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1772723060,'web','219.91.26.209',NULL),(20170,'\\core\\event\\course_module_created','core','created','course_module','course_modules',65,'c',1,106,70,65,2,3,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":20,\"name\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09\"}',1772723060,'web','219.91.26.209',NULL),(20171,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',27,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1772723060,'web','219.91.26.209',NULL),(20172,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',26,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1772723060,'web','219.91.26.209',NULL),(20173,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772723060,'web','219.91.26.209',NULL),(20174,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772723072,'web','219.91.26.209',NULL),(20175,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772723086,'web','219.91.26.209',NULL),(20176,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772723089,'web','219.91.26.209',NULL),(20177,'\\core\\event\\course_module_completion_updated','core','updated','course_module_completion','course_modules_completion',2,'u',2,106,70,65,2,3,2,0,'{\"relateduserid\":2,\"overrideby\":null,\"completionstate\":0}',1772723096,'web','219.91.26.209',NULL),(20178,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772723096,'web','219.91.26.209',NULL),(20179,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772723113,'web','219.91.26.209',NULL),(20180,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772723122,'web','103.59.160.210',NULL),(20181,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772723145,'web','219.91.26.209',NULL),(20182,'\\core\\event\\course_updated','core','updated','course','course',3,'u',1,98,50,3,2,3,NULL,0,'{\"shortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"fullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\",\"updatedfields\":{\"lang\":\"\"}}',1772723154,'web','219.91.26.209',NULL),(20183,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772723154,'web','219.91.26.209',NULL),(20184,'\\core\\event\\calendar_event_created','core','created','calendar_event','event',4,'c',0,98,50,3,2,3,NULL,0,'{\"repeatid\":0,\"timestart\":1773312000,\"name\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09 should be completed\"}',1772723229,'web','219.91.26.209',NULL),(20185,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',65,'u',1,106,70,65,2,3,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"20\",\"name\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09\"}',1772723229,'web','219.91.26.209',NULL),(20186,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772723261,'web','219.91.26.209',NULL),(20187,'\\core\\event\\calendar_event_updated','core','updated','calendar_event','event',4,'u',0,98,50,3,2,3,NULL,0,'{\"repeatid\":0,\"timestart\":1773312000,\"name\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09 should be completed\"}',1772723272,'web','219.91.26.209',NULL),(20188,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',65,'u',1,106,70,65,2,3,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"20\",\"name\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09\"}',1772723272,'web','219.91.26.209',NULL),(20189,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772723291,'web','219.91.26.209',NULL),(20190,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772723295,'web','219.91.26.209',NULL),(20191,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772723296,'web','219.91.26.209',NULL),(20192,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772723299,'web','103.59.160.210',NULL),(20193,'\\core\\event\\calendar_event_updated','core','updated','calendar_event','event',4,'u',0,98,50,3,2,3,NULL,0,'{\"repeatid\":0,\"timestart\":1773312000,\"name\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09 should be completed\"}',1772723307,'web','219.91.26.209',NULL),(20194,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',65,'u',1,106,70,65,2,3,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"20\",\"name\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09\"}',1772723307,'web','219.91.26.209',NULL),(20195,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772723569,'web','103.59.160.210',NULL),(20196,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772723576,'web','219.91.26.209',NULL),(20197,'\\mod_forum\\event\\subscribers_viewed','mod_forum','viewed','subscribers',NULL,NULL,'r',0,106,70,65,2,3,NULL,0,'{\"forumid\":\"20\"}',1772723590,'web','219.91.26.209',NULL),(20198,'\\forumreport_summary\\event\\report_viewed','forumreport_summary','viewed','report',NULL,NULL,'r',1,106,70,65,2,3,NULL,0,'{\"forumid\":20,\"hasviewall\":true}',1772723591,'web','219.91.26.209',NULL),(20199,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772723593,'web','219.91.26.209',NULL),(20200,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772723595,'web','219.91.26.209',NULL),(20201,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',3,'r',0,98,50,3,2,3,NULL,0,'{\"courseshortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"coursefullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\"}',1772723597,'web','219.91.26.209',NULL),(20202,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,98,50,3,2,3,NULL,0,'null',1772723597,'web','219.91.26.209',NULL),(20203,'\\gradereport_singleview\\event\\grade_report_viewed','gradereport_singleview','viewed','grade_report',NULL,NULL,'r',1,98,50,3,2,3,2,0,'null',1772723601,'web','219.91.26.209',NULL),(20204,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',27,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1772723652,'web','219.91.26.209',NULL),(20205,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',27,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1772723652,'web','219.91.26.209',NULL),(20206,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',27,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1772723652,'web','219.91.26.209',NULL),(20207,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',27,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1772723652,'web','219.91.26.209',NULL),(20208,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,98,50,3,2,3,NULL,0,'null',1772723652,'web','219.91.26.209',NULL),(20209,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',28,'c',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u8207\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1772723714,'web','219.91.26.209',NULL),(20210,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',28,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u8207\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1772723714,'web','219.91.26.209',NULL),(20211,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',28,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u8207\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1772723714,'web','219.91.26.209',NULL),(20212,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',28,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u8207\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1772723714,'web','219.91.26.209',NULL),(20213,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',27,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1772723714,'web','219.91.26.209',NULL),(20214,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',26,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1772723714,'web','219.91.26.209',NULL),(20215,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',27,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1772723722,'web','219.91.26.209',NULL),(20216,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',27,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1772723722,'web','219.91.26.209',NULL),(20217,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',28,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u8207\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1772723722,'web','219.91.26.209',NULL),(20218,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',28,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u8207\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1772723722,'web','219.91.26.209',NULL),(20219,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',27,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1772723722,'web','219.91.26.209',NULL),(20220,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',28,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u8207\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1772723722,'web','219.91.26.209',NULL),(20221,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',28,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u8207\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1772723738,'web','219.91.26.209',NULL),(20222,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',28,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u8207\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1772723744,'web','219.91.26.209',NULL),(20223,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',27,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1772723744,'web','219.91.26.209',NULL),(20224,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',28,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u8207\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1772723744,'web','219.91.26.209',NULL),(20225,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',27,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1772723744,'web','219.91.26.209',NULL),(20226,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',28,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u8207\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1772723767,'web','219.91.26.209',NULL),(20227,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',28,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u8207\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1772723767,'web','219.91.26.209',NULL),(20228,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',28,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u8207\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1772723767,'web','219.91.26.209',NULL),(20229,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',28,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u8207\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1772723767,'web','219.91.26.209',NULL),(20230,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',28,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u8207\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1772723767,'web','219.91.26.209',NULL),(20231,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',27,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1772723767,'web','219.91.26.209',NULL),(20232,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',26,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}',1772723767,'web','219.91.26.209',NULL),(20233,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',28,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u8207\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1772723781,'web','219.91.26.209',NULL),(20234,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',28,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u8207\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1772723781,'web','219.91.26.209',NULL),(20235,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',28,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u8207\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1772723781,'web','219.91.26.209',NULL),(20236,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',28,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u8207\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1772723781,'web','219.91.26.209',NULL),(20237,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',28,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u8207\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1772723782,'web','219.91.26.209',NULL),(20238,'\\core\\event\\grade_item_created','core','created','grade_item','grade_items',29,'c',0,98,50,3,2,3,NULL,0,'{\"itemname\":null,\"itemtype\":\"category\",\"itemmodule\":null}',1772723853,'web','219.91.26.209',NULL),(20239,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',29,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1772723853,'web','219.91.26.209',NULL),(20240,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',29,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1772723853,'web','219.91.26.209',NULL),(20241,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',29,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1772723853,'web','219.91.26.209',NULL),(20242,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',29,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1772723853,'web','219.91.26.209',NULL),(20243,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',28,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u8207\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1772723853,'web','219.91.26.209',NULL),(20244,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',27,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1772723853,'web','219.91.26.209',NULL),(20245,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',27,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1772723859,'web','219.91.26.209',NULL),(20246,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',27,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1772723859,'web','219.91.26.209',NULL),(20247,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',29,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1772723859,'web','219.91.26.209',NULL),(20248,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',28,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u8207\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1772723859,'web','219.91.26.209',NULL),(20249,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',27,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1772723871,'web','219.91.26.209',NULL),(20250,'\\core\\event\\grade_item_deleted','core','deleted','grade_item','grade_items',29,'d',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\",\"itemtype\":\"category\",\"itemmodule\":null}',1772723871,'web','219.91.26.209',NULL),(20251,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',28,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u8207\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1772723871,'web','219.91.26.209',NULL),(20252,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',27,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1772723871,'web','219.91.26.209',NULL),(20253,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',28,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u51fa\\u5e2d\\u8207\\u8ab2\\u5802\\u53c3\\u8207\",\"itemtype\":\"manual\",\"itemmodule\":null}',1772723877,'web','219.91.26.209',NULL),(20254,'\\core\\event\\grade_item_updated','core','updated','grade_item','grade_items',27,'u',0,98,50,3,2,3,NULL,0,'{\"itemname\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09 whole forum\",\"itemtype\":\"mod\",\"itemmodule\":\"forum\"}',1772723877,'web','219.91.26.209',NULL),(20255,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772723881,'web','219.91.26.209',NULL),(20256,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772723886,'web','219.91.26.209',NULL),(20257,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772723894,'web','219.91.26.209',NULL),(20258,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772723921,'web','103.59.160.210',NULL),(20259,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772723963,'web','219.91.26.209',NULL),(20260,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772723969,'web','219.91.26.209',NULL),(20261,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,2,3,NULL,0,'null',1772723972,'web','219.91.26.209',NULL),(20262,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772723977,'web','219.91.26.209',NULL),(20263,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772723980,'web','219.91.26.209',NULL),(20264,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',64,'u',1,105,70,64,2,3,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":\"34\",\"name\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u95b1\\u8b80\\uff1a\\u3008\\u5206\\u8fa8\\u5967\\u79d8\\u3009\"}',1772724011,'web','219.91.26.209',NULL),(20265,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772724011,'web','219.91.26.209',NULL),(20266,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772724014,'web','219.91.26.209',NULL),(20267,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',33,'r',2,104,70,63,2,3,NULL,0,'null',1772724016,'web','219.91.26.209',NULL),(20268,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772724018,'web','219.91.26.209',NULL),(20269,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,2,3,NULL,0,'null',1772724019,'web','219.91.26.209',NULL),(20270,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772724022,'web','219.91.26.209',NULL),(20271,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772724024,'web','219.91.26.209',NULL),(20272,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',64,'u',1,105,70,64,2,3,NULL,0,'{\"modulename\":\"resource\",\"instanceid\":\"34\",\"name\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u95b1\\u8b80\\uff1a\\u3008\\u5206\\u8fa8\\u5967\\u79d8\\u3009\"}',1772724051,'web','219.91.26.209',NULL),(20273,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772724052,'web','219.91.26.209',NULL),(20274,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772724053,'web','219.91.26.209',NULL),(20275,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',32,'r',2,103,70,62,2,3,NULL,0,'null',1772724062,'web','219.91.26.209',NULL),(20276,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',33,'r',2,104,70,63,2,3,NULL,0,'null',1772724080,'web','219.91.26.209',NULL),(20277,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772724087,'web','219.91.26.209',NULL),(20278,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772724091,'web','219.91.26.209',NULL),(20279,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772724100,'web','219.91.26.209',NULL),(20280,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,2,3,NULL,0,'null',1772724102,'web','219.91.26.209',NULL),(20281,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772724106,'web','219.91.26.209',NULL),(20282,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772724193,'web','219.91.26.209',NULL),(20283,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',3,'r',0,98,50,3,2,3,NULL,0,'{\"courseshortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"coursefullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\"}',1772724196,'web','219.91.26.209',NULL),(20284,'\\core\\event\\user_updated','core','updated','user','user',2,'u',0,5,30,2,2,0,2,0,'null',1772724354,'web','219.91.26.209',NULL),(20285,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1772724440,'web','219.91.26.209',NULL),(20286,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1772724447,'web','219.91.26.209',NULL),(20287,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772724451,'web','219.91.26.209',NULL),(20288,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1772724455,'web','219.91.26.209',NULL),(20289,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1772724463,'web','219.91.26.209',NULL),(20290,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772724466,'web','219.91.26.209',NULL),(20291,'\\core\\event\\course_module_completion_updated','core','updated','course_module_completion','course_modules_completion',3,'u',2,105,70,64,2,3,2,0,'{\"relateduserid\":2,\"overrideby\":null,\"completionstate\":1}',1772724473,'web','219.91.26.209',NULL),(20292,'\\core\\event\\course_module_completion_updated','core','updated','course_module_completion','course_modules_completion',3,'u',2,105,70,64,2,3,2,0,'{\"relateduserid\":2,\"overrideby\":null,\"completionstate\":0}',1772724474,'web','219.91.26.209',NULL),(20293,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772724480,'web','219.91.26.209',NULL),(20294,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772724514,'web','219.91.26.209',NULL),(20295,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772724533,'web','219.91.26.209',NULL),(20296,'\\core\\event\\calendar_event_updated','core','updated','calendar_event','event',4,'u',0,98,50,3,2,3,NULL,0,'{\"repeatid\":0,\"timestart\":1773312000,\"name\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09 should be completed\"}',1772724544,'web','219.91.26.209',NULL),(20297,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',65,'u',1,106,70,65,2,3,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"20\",\"name\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09\"}',1772724544,'web','219.91.26.209',NULL),(20298,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772724544,'web','219.91.26.209',NULL),(20299,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772724545,'web','219.91.26.209',NULL),(20300,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',198,'c',2,106,70,65,2,3,NULL,0,'{\"content\":\"<p dir=\\\"ltr\\\" style=\\\"text-align: left;\\\"><\\/p><p>\\u7528<span lang=\\\"EN-US\\\">200-400<\\/span>\\u5b57\\u63d0\\u51fa\\u4e00\\u5247\\u95dc\\u65bc\\u3008\\u5206\\u8fa8\\u5967\\u79d8\\u3009\\u7684<strong>\\u554f\\u984c<\\/strong>\\u6216\\u662f<strong>\\u5fc3\\u5f97<\\/strong>\\u3002<\\/p><p>\\uff08<strong>\\u554f\\u984c<\\/strong>\\uff1a\\u770b\\u4e0d\\u61c2\\u3001\\u7591\\u60d1\\uff0c\\u60f3\\u8a62\\u554f\\u540c\\u5b78\\u610f\\u898b\\uff0c\\u6216\\u662f\\u60f3\\u53cd\\u554f\\u4f5c\\u8005\\u7684\\u554f\\u984c\\uff1b<strong>\\u5fc3\\u5f97<\\/strong>\\uff1a\\u65b0\\u767c\\u73fe\\u3001\\u65b0\\u60f3\\u6cd5\\uff0c\\u6fc0\\u52f5\\u4f60\\u8981\\u505a\\u51fa\\u7684\\u56de\\u61c9\\u7b49\\u7b49\\uff09\\u3002<\\/p><br><p><\\/p>\",\"pathnamehashes\":[],\"discussionid\":20,\"triggeredfrom\":\"forum_add_discussion\"}',1772724558,'web','219.91.26.209',NULL),(20301,'\\mod_forum\\event\\discussion_created','mod_forum','created','discussion','forum_discussions',20,'c',2,106,70,65,2,3,NULL,0,'{\"forumid\":20}',1772724558,'web','219.91.26.209',NULL),(20302,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',151,'c',2,106,70,65,2,3,2,0,'{\"forumid\":20,\"discussion\":20}',1772724558,'web','219.91.26.209',NULL),(20303,'\\core\\event\\course_module_completion_updated','core','updated','course_module_completion','course_modules_completion',4,'u',2,106,70,65,2,3,2,0,'{\"relateduserid\":\"2\",\"overrideby\":null,\"completionstate\":1}',1772724558,'web','219.91.26.209',NULL),(20304,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772724558,'web','219.91.26.209',NULL),(20305,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772724562,'web','219.91.26.209',NULL),(20306,'\\mod_forum\\event\\discussion_viewed','mod_forum','viewed','discussion','forum_discussions',20,'r',2,106,70,65,2,3,NULL,0,'null',1772724601,'web','219.91.26.209',NULL),(20307,'\\core\\event\\calendar_event_updated','core','updated','calendar_event','event',4,'u',0,98,50,3,2,3,NULL,0,'{\"repeatid\":0,\"timestart\":1773312000,\"name\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09 should be completed\"}',1772724632,'web','219.91.26.209',NULL),(20308,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',65,'u',1,106,70,65,2,3,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"20\",\"name\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09\"}',1772724632,'web','219.91.26.209',NULL),(20309,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772724632,'web','219.91.26.209',NULL),(20310,'\\core\\event\\calendar_event_updated','core','updated','calendar_event','event',4,'u',0,98,50,3,2,3,NULL,0,'{\"repeatid\":0,\"timestart\":1773312000,\"name\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09 should be completed\"}',1772724659,'web','219.91.26.209',NULL),(20311,'\\core\\event\\course_module_updated','core','updated','course_module','course_modules',65,'u',1,106,70,65,2,3,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"20\",\"name\":\"\\u7b2c\\u4e8c\\u9031\\u8ab2\\u524d\\u8a0e\\u8ad6\\uff08\\u5206\\u8fa8\\u5967\\u79d8\\uff09\"}',1772724659,'web','219.91.26.209',NULL),(20312,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772724659,'web','219.91.26.209',NULL),(20313,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,2,3,NULL,0,'null',1772724670,'web','219.91.26.209',NULL),(20314,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772724673,'web','219.91.26.209',NULL),(20315,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772724675,'web','219.91.26.209',NULL),(20316,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772724678,'web','219.91.26.209',NULL),(20317,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',199,'c',2,106,70,65,2,3,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">test<\\/div>\",\"pathnamehashes\":[],\"discussionid\":20,\"triggeredfrom\":\"forum_add_new_post\"}',1772724683,'web','219.91.26.209',NULL),(20318,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',199,'c',2,106,70,65,2,3,NULL,0,'{\"discussionid\":20,\"forumid\":20,\"forumtype\":\"single\"}',1772724683,'web','219.91.26.209',NULL),(20319,'\\core\\event\\course_module_completion_updated','core','updated','course_module_completion','course_modules_completion',5,'u',2,106,70,65,2,3,2,0,'{\"relateduserid\":\"2\",\"overrideby\":null,\"completionstate\":1}',1772724683,'web','219.91.26.209',NULL),(20320,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772724683,'web','219.91.26.209',NULL),(20321,'\\core\\event\\course_module_completion_updated','core','updated','course_module_completion','course_modules_completion',5,'u',2,106,70,65,2,3,2,0,'{\"relateduserid\":\"2\",\"overrideby\":null,\"completionstate\":0}',1772724689,'web','219.91.26.209',NULL),(20322,'\\mod_forum\\event\\post_deleted','mod_forum','deleted','post','forum_posts',199,'d',0,106,70,65,2,3,2,0,'{\"discussionid\":20,\"forumid\":20,\"forumtype\":\"single\"}',1772724689,'web','219.91.26.209',NULL),(20323,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772724689,'web','219.91.26.209',NULL),(20324,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',200,'c',2,106,70,65,2,3,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">test<\\/div>\",\"pathnamehashes\":[],\"discussionid\":20,\"triggeredfrom\":\"forum_add_new_post\"}',1772724706,'web','219.91.26.209',NULL),(20325,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',200,'c',2,106,70,65,2,3,NULL,0,'{\"discussionid\":20,\"forumid\":20,\"forumtype\":\"single\"}',1772724706,'web','219.91.26.209',NULL),(20326,'\\core\\event\\course_module_completion_updated','core','updated','course_module_completion','course_modules_completion',5,'u',2,106,70,65,2,3,2,0,'{\"relateduserid\":\"2\",\"overrideby\":null,\"completionstate\":1}',1772724706,'web','219.91.26.209',NULL),(20327,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772724707,'web','219.91.26.209',NULL),(20328,'\\core\\event\\course_module_completion_updated','core','updated','course_module_completion','course_modules_completion',5,'u',2,106,70,65,2,3,2,0,'{\"relateduserid\":\"2\",\"overrideby\":null,\"completionstate\":0}',1772724722,'web','219.91.26.209',NULL),(20329,'\\mod_forum\\event\\post_deleted','mod_forum','deleted','post','forum_posts',200,'d',0,106,70,65,2,3,2,0,'{\"discussionid\":20,\"forumid\":20,\"forumtype\":\"single\"}',1772724722,'web','219.91.26.209',NULL),(20330,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772724722,'web','219.91.26.209',NULL),(20331,'\\mod_forum\\event\\subscribers_viewed','mod_forum','viewed','subscribers',NULL,NULL,'r',0,106,70,65,2,3,NULL,0,'{\"forumid\":\"20\"}',1772724726,'web','219.91.26.209',NULL),(20332,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772724727,'web','219.91.26.209',NULL),(20333,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772724736,'web','219.91.26.209',NULL),(20334,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',32,'r',2,103,70,62,2,3,NULL,0,'null',1772724742,'web','219.91.26.209',NULL),(20335,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772724746,'web','219.91.26.209',NULL),(20336,'\\core\\event\\question_category_viewed','core','viewed','question_category','question_categories',10,'r',1,98,50,3,2,3,NULL,0,'null',1772724760,'web','219.91.26.209',NULL),(20337,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,98,50,3,2,3,NULL,0,'null',1772724768,'web','219.91.26.209',NULL),(20338,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',3,'r',0,98,50,3,2,3,NULL,0,'{\"courseshortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"coursefullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\"}',1772724772,'web','219.91.26.209',NULL),(20339,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772724801,'web','219.91.26.209',NULL),(20340,'\\core\\event\\course_updated','core','updated','course','course',3,'u',1,98,50,3,2,3,NULL,0,'{\"shortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"fullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\",\"updatedfields\":{\"newsitems\":\"0\"}}',1772724819,'web','219.91.26.209',NULL),(20341,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772724819,'web','219.91.26.209',NULL),(20342,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',21,'r',2,107,70,66,2,3,NULL,0,'null',1772724820,'web','219.91.26.209',NULL),(20343,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772724822,'web','219.91.26.209',NULL),(20344,'\\core\\event\\course_updated','core','updated','course','course',3,'u',1,98,50,3,2,3,NULL,0,'{\"shortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"fullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\",\"updatedfields\":[]}',1772724858,'web','219.91.26.209',NULL),(20345,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772724858,'web','219.91.26.209',NULL),(20346,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772724863,'web','219.91.26.209',NULL),(20347,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772724870,'web','219.91.26.209',NULL),(20348,'\\tool_recyclebin\\event\\course_bin_item_created','tool_recyclebin','created','course_bin_item','tool_recyclebin_course',14,'c',0,98,50,3,2,3,NULL,0,'null',1772724904,'cli',NULL,NULL),(20349,'\\core\\event\\course_module_deleted','core','deleted','course_module','course_modules',66,'d',1,107,70,66,2,3,NULL,0,'{\"modulename\":\"forum\",\"instanceid\":\"21\"}',1772724904,'cli',NULL,NULL),(20350,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772725041,'web','103.59.160.210',NULL),(20351,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772725454,'web','103.59.160.210',NULL),(20352,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772725829,'web','103.59.160.210',NULL),(20353,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772725842,'web','103.59.160.210',NULL),(20354,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772726042,'web','103.59.160.210',NULL),(20355,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772727239,'web','103.59.160.210',NULL),(20356,'\\core\\event\\notification_sent','core','sent','notification','notifications',1946,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"3\"}',1772728207,'cli',NULL,NULL),(20357,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772729532,'web','103.59.160.210',NULL),(20358,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772729746,'web','103.59.160.210',NULL),(20359,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772729859,'web','103.59.160.210',NULL),(20360,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772730589,'web','103.59.160.210',NULL),(20361,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772731914,'web','103.59.160.210',NULL),(20362,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772732018,'web','103.59.160.210',NULL),(20363,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772732046,'web','103.59.160.210',NULL),(20364,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772734056,'web','103.59.160.210',NULL),(20365,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772734856,'web','103.59.160.210',NULL),(20366,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772735120,'web','103.59.160.210',NULL),(20367,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772735284,'web','103.59.160.210',NULL),(20368,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772735833,'web','40.77.167.20',NULL),(20369,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772736574,'web','103.59.160.210',NULL),(20370,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772737370,'web','103.59.160.210',NULL),(20371,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772738567,'web','103.59.160.210',NULL),(20372,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772739056,'web','103.59.160.210',NULL),(20373,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772739058,'web','103.59.160.210',NULL),(20374,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772739254,'web','103.59.160.210',NULL),(20375,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772739800,'web','103.59.160.210',NULL),(20376,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772739944,'web','103.59.160.210',NULL),(20377,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772740063,'web','103.59.160.210',NULL),(20378,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772740864,'web','103.59.160.210',NULL),(20379,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772741388,'web','103.59.160.210',NULL),(20380,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772741507,'web','103.59.160.210',NULL),(20381,'\\tool_langimport\\event\\langpack_updated','tool_langimport','updated','langpack',NULL,NULL,'u',0,1,10,0,2,0,NULL,0,'{\"langcode\":\"zh_tw\"}',1772741945,'cli',NULL,NULL),(20382,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772745065,'web','103.59.160.210',NULL),(20383,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772746198,'web','103.59.160.210',NULL),(20384,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772746337,'web','103.59.160.210',NULL),(20385,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772746673,'web','103.59.160.210',NULL),(20386,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772747133,'web','103.59.160.210',NULL),(20387,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772748428,'web','103.59.160.210',NULL),(20388,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772748570,'web','103.59.160.210',NULL),(20389,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772752930,'web','103.59.160.210',NULL),(20390,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772753457,'web','103.59.160.210',NULL),(20391,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772754704,'web','103.59.160.210',NULL),(20392,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772755995,'web','103.59.160.210',NULL),(20393,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772756408,'web','103.59.160.210',NULL),(20394,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772756512,'web','103.59.160.210',NULL),(20395,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772756923,'web','103.59.160.210',NULL),(20396,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772757380,'web','103.59.160.210',NULL),(20397,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772757516,'web','103.59.160.210',NULL),(20398,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772757813,'web','103.59.160.210',NULL),(20399,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772758518,'web','3.139.242.79',NULL),(20400,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772759622,'web','103.59.160.210',NULL),(20401,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772760911,'web','103.59.160.210',NULL),(20402,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772762349,'web','103.59.160.210',NULL),(20403,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772762399,'web','103.59.160.210',NULL),(20404,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772762832,'web','103.59.160.210',NULL),(20405,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772763013,'web','103.59.160.210',NULL),(20406,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772763155,'web','103.59.160.210',NULL),(20407,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772763592,'web','103.59.160.210',NULL),(20408,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772763810,'web','103.59.160.210',NULL),(20409,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772763860,'web','103.59.160.210',NULL),(20410,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772764371,'web','103.59.160.210',NULL),(20411,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772766279,'web','103.59.160.210',NULL),(20412,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772766723,'web','103.59.160.210',NULL),(20413,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772767019,'web','103.59.160.210',NULL),(20414,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772767697,'web','103.59.160.210',NULL),(20415,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772768585,'web','103.59.160.210',NULL),(20416,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772768598,'web','103.59.160.210',NULL),(20417,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772769181,'web','103.59.160.210',NULL),(20418,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772770768,'web','103.59.160.210',NULL),(20419,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772770772,'web','103.59.160.210',NULL),(20420,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772771010,'web','103.59.160.210',NULL),(20421,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772771269,'web','103.59.160.210',NULL),(20422,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772771621,'web','103.59.160.210',NULL),(20423,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772771726,'web','103.59.160.210',NULL),(20424,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772771898,'web','103.59.160.210',NULL),(20425,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772772125,'web','103.59.160.210',NULL),(20426,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772772663,'web','103.59.160.210',NULL),(20427,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772773430,'web','103.59.160.210',NULL),(20428,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772773871,'web','103.59.160.210',NULL),(20429,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772774854,'web','103.59.160.210',NULL),(20430,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772775671,'web','103.59.160.210',NULL),(20431,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772776221,'web','103.59.160.210',NULL),(20432,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772776486,'web','103.59.160.210',NULL),(20433,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772777530,'web','199.45.154.126',NULL),(20434,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772777549,'web','199.45.154.126',NULL),(20435,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772778238,'web','103.59.160.210',NULL),(20436,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772779206,'web','103.59.160.210',NULL),(20437,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772779211,'web','103.59.160.210',NULL),(20438,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772779277,'web','103.59.160.210',NULL),(20439,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772780093,'web','103.59.160.210',NULL),(20440,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772780952,'web','103.59.160.210',NULL),(20441,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772781060,'web','61.230.207.7',NULL),(20442,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772782324,'web','103.59.160.210',NULL),(20443,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772782945,'web','103.59.160.210',NULL),(20444,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772783367,'web','103.59.160.210',NULL),(20445,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772783850,'web','103.59.160.210',NULL),(20446,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772784997,'web','103.59.160.210',NULL),(20447,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772785935,'web','103.59.160.210',NULL),(20448,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772786453,'web','103.59.160.210',NULL),(20449,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772787244,'web','103.59.160.210',NULL),(20450,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772787463,'web','103.59.160.210',NULL),(20451,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772787559,'web','103.59.160.210',NULL),(20452,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772787647,'web','103.59.160.210',NULL),(20453,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772788114,'web','103.59.160.210',NULL),(20454,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772788845,'web','103.59.160.210',NULL),(20455,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772789388,'web','103.59.160.210',NULL),(20456,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772789392,'web','103.59.160.210',NULL),(20457,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772789448,'web','103.59.160.210',NULL),(20458,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772790405,'web','103.59.160.210',NULL),(20459,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772792249,'web','103.59.160.210',NULL),(20460,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772793119,'web','103.59.160.210',NULL),(20461,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772793531,'web','103.59.160.210',NULL),(20462,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772793803,'web','103.59.160.210',NULL),(20463,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772794024,'web','103.59.160.210',NULL),(20464,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772794083,'web','103.59.160.210',NULL),(20465,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772794145,'web','103.59.160.210',NULL),(20466,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772795928,'web','103.59.160.210',NULL),(20467,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772796075,'web','103.59.160.210',NULL),(20468,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772796821,'web','103.59.160.210',NULL),(20469,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772797104,'web','103.59.160.210',NULL),(20470,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772797930,'web','103.59.160.210',NULL),(20471,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772797995,'web','103.59.160.210',NULL),(20472,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772798594,'web','103.59.160.210',NULL),(20473,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772798985,'web','103.59.160.210',NULL),(20474,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772799553,'web','103.59.160.210',NULL),(20475,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772800429,'web','103.59.160.210',NULL),(20476,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772800732,'web','103.59.160.210',NULL),(20477,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772802135,'web','103.59.160.210',NULL),(20478,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772802388,'web','103.59.160.210',NULL),(20479,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772802643,'web','103.59.160.210',NULL),(20480,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772802652,'web','103.59.160.210',NULL),(20481,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772802769,'web','103.59.160.210',NULL),(20482,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772803686,'web','103.59.160.210',NULL),(20483,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772803932,'web','103.59.160.210',NULL),(20484,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772803940,'web','103.59.160.210',NULL),(20485,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772804176,'web','103.59.160.210',NULL),(20486,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772804458,'web','103.59.160.210',NULL),(20487,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772805542,'web','103.59.160.210',NULL),(20488,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772805845,'web','103.59.160.210',NULL),(20489,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772805875,'web','103.59.160.210',NULL),(20490,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772807341,'web','103.59.160.210',NULL),(20491,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772807346,'web','103.59.160.210',NULL),(20492,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772808758,'web','103.59.160.210',NULL),(20493,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772808891,'web','219.91.26.209',NULL),(20494,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1772808901,'web','219.91.26.209',NULL),(20495,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1772808901,'web','219.91.26.209',NULL),(20496,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',1,'r',0,2,50,1,2,1,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u795e\\u5b78Moodle\",\"coursefullname\":\"\\u85dd\\u8853\\u795e\\u5b78Moodle\"}',1772808916,'web','219.91.26.209',NULL),(20497,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772809368,'web','103.59.160.210',NULL),(20498,'\\core\\event\\user_created','core','created','user','user',24,'c',0,108,30,24,2,0,24,0,'null',1772809928,'web','219.91.26.209',NULL),(20499,'\\core\\event\\user_created','core','created','user','user',25,'c',0,109,30,25,2,0,25,0,'null',1772809928,'web','219.91.26.209',NULL),(20500,'\\core\\event\\user_created','core','created','user','user',26,'c',0,110,30,26,2,0,26,0,'null',1772809928,'web','219.91.26.209',NULL),(20501,'\\core\\event\\user_created','core','created','user','user',27,'c',0,111,30,27,2,0,27,0,'null',1772809928,'web','219.91.26.209',NULL),(20502,'\\core\\event\\user_created','core','created','user','user',28,'c',0,112,30,28,2,0,28,0,'null',1772809928,'web','219.91.26.209',NULL),(20503,'\\core\\event\\user_created','core','created','user','user',29,'c',0,113,30,29,2,0,29,0,'null',1772809928,'web','219.91.26.209',NULL),(20504,'\\core\\event\\user_created','core','created','user','user',30,'c',0,114,30,30,2,0,30,0,'null',1772809928,'web','219.91.26.209',NULL),(20505,'\\core\\event\\user_created','core','created','user','user',31,'c',0,115,30,31,2,0,31,0,'null',1772809928,'web','219.91.26.209',NULL),(20506,'\\core\\event\\user_created','core','created','user','user',32,'c',0,116,30,32,2,0,32,0,'null',1772809928,'web','219.91.26.209',NULL),(20507,'\\core\\event\\user_created','core','created','user','user',33,'c',0,117,30,33,2,0,33,0,'null',1772809928,'web','219.91.26.209',NULL),(20508,'\\core\\event\\user_created','core','created','user','user',34,'c',0,118,30,34,2,0,34,0,'null',1772809928,'web','219.91.26.209',NULL),(20509,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1772809957,'web','219.91.26.209',NULL),(20510,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772809960,'web','219.91.26.209',NULL),(20511,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',3,'r',0,98,50,3,2,3,NULL,0,'{\"courseshortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"coursefullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\"}',1772809962,'web','219.91.26.209',NULL),(20512,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1772810064,'web','219.91.26.209',NULL),(20513,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1772810066,'web','219.91.26.209',NULL),(20514,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1772810068,'web','219.91.26.209',NULL),(20515,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772810069,'web','219.91.26.209',NULL),(20516,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',3,'r',0,98,50,3,2,3,NULL,0,'{\"courseshortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"coursefullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\"}',1772810074,'web','219.91.26.209',NULL),(20517,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',3,'r',0,98,50,3,2,3,NULL,0,'{\"courseshortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"coursefullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\"}',1772810083,'web','219.91.26.209',NULL),(20518,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',24,'c',0,98,50,3,2,3,29,0,'{\"enrol\":\"manual\"}',1772810211,'web','219.91.26.209',NULL),(20519,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,98,50,3,2,3,29,0,'{\"id\":24,\"component\":\"\",\"itemid\":0}',1772810211,'web','219.91.26.209',NULL),(20520,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',25,'c',0,98,50,3,2,3,25,0,'{\"enrol\":\"manual\"}',1772810211,'web','219.91.26.209',NULL),(20521,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,98,50,3,2,3,25,0,'{\"id\":25,\"component\":\"\",\"itemid\":0}',1772810212,'web','219.91.26.209',NULL),(20522,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',26,'c',0,98,50,3,2,3,34,0,'{\"enrol\":\"manual\"}',1772810212,'web','219.91.26.209',NULL),(20523,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,98,50,3,2,3,34,0,'{\"id\":26,\"component\":\"\",\"itemid\":0}',1772810212,'web','219.91.26.209',NULL),(20524,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',27,'c',0,98,50,3,2,3,28,0,'{\"enrol\":\"manual\"}',1772810212,'web','219.91.26.209',NULL),(20525,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,98,50,3,2,3,28,0,'{\"id\":27,\"component\":\"\",\"itemid\":0}',1772810212,'web','219.91.26.209',NULL),(20526,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',28,'c',0,98,50,3,2,3,27,0,'{\"enrol\":\"manual\"}',1772810212,'web','219.91.26.209',NULL),(20527,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,98,50,3,2,3,27,0,'{\"id\":28,\"component\":\"\",\"itemid\":0}',1772810212,'web','219.91.26.209',NULL),(20528,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',29,'c',0,98,50,3,2,3,32,0,'{\"enrol\":\"manual\"}',1772810212,'web','219.91.26.209',NULL),(20529,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,98,50,3,2,3,32,0,'{\"id\":29,\"component\":\"\",\"itemid\":0}',1772810212,'web','219.91.26.209',NULL),(20530,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',30,'c',0,98,50,3,2,3,33,0,'{\"enrol\":\"manual\"}',1772810212,'web','219.91.26.209',NULL),(20531,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,98,50,3,2,3,33,0,'{\"id\":30,\"component\":\"\",\"itemid\":0}',1772810212,'web','219.91.26.209',NULL),(20532,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',31,'c',0,98,50,3,2,3,24,0,'{\"enrol\":\"manual\"}',1772810212,'web','219.91.26.209',NULL),(20533,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,98,50,3,2,3,24,0,'{\"id\":31,\"component\":\"\",\"itemid\":0}',1772810212,'web','219.91.26.209',NULL),(20534,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',32,'c',0,98,50,3,2,3,26,0,'{\"enrol\":\"manual\"}',1772810212,'web','219.91.26.209',NULL),(20535,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,98,50,3,2,3,26,0,'{\"id\":32,\"component\":\"\",\"itemid\":0}',1772810212,'web','219.91.26.209',NULL),(20536,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',33,'c',0,98,50,3,2,3,30,0,'{\"enrol\":\"manual\"}',1772810212,'web','219.91.26.209',NULL),(20537,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,98,50,3,2,3,30,0,'{\"id\":33,\"component\":\"\",\"itemid\":0}',1772810212,'web','219.91.26.209',NULL),(20538,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',34,'c',0,98,50,3,2,3,31,0,'{\"enrol\":\"manual\"}',1772810212,'web','219.91.26.209',NULL),(20539,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,98,50,3,2,3,31,0,'{\"id\":34,\"component\":\"\",\"itemid\":0}',1772810212,'web','219.91.26.209',NULL),(20540,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772810229,'web','219.91.26.209',NULL),(20541,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"amy10051982@hotmail.com\",\"reason\":1}',1772810236,'web','219.91.26.209',NULL),(20542,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"amy10051982@hotmail.com\",\"reason\":1}',1772810243,'web','219.91.26.209',NULL),(20543,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1772810259,'web','219.91.26.209',NULL),(20544,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,117,30,33,2,0,33,0,'{\"forgottenreset\":false}',1772810302,'web','219.91.26.209',NULL),(20545,'\\core\\event\\user_updated','core','updated','user','user',33,'u',0,117,30,33,2,0,33,0,'null',1772810302,'web','219.91.26.209',NULL),(20546,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,116,30,32,2,0,32,0,'{\"forgottenreset\":false}',1772810324,'web','219.91.26.209',NULL),(20547,'\\core\\event\\user_updated','core','updated','user','user',32,'u',0,116,30,32,2,0,32,0,'null',1772810324,'web','219.91.26.209',NULL),(20548,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,114,30,30,2,0,30,0,'{\"forgottenreset\":false}',1772810332,'web','219.91.26.209',NULL),(20549,'\\core\\event\\user_updated','core','updated','user','user',30,'u',0,114,30,30,2,0,30,0,'null',1772810332,'web','219.91.26.209',NULL),(20550,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,110,30,26,2,0,26,0,'{\"forgottenreset\":false}',1772810339,'web','219.91.26.209',NULL),(20551,'\\core\\event\\user_updated','core','updated','user','user',26,'u',0,110,30,26,2,0,26,0,'null',1772810339,'web','219.91.26.209',NULL),(20552,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,113,30,29,2,0,29,0,'{\"forgottenreset\":false}',1772810350,'web','219.91.26.209',NULL),(20553,'\\core\\event\\user_updated','core','updated','user','user',29,'u',0,113,30,29,2,0,29,0,'null',1772810350,'web','219.91.26.209',NULL),(20554,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,115,30,31,2,0,31,0,'{\"forgottenreset\":false}',1772810359,'web','219.91.26.209',NULL),(20555,'\\core\\event\\user_updated','core','updated','user','user',31,'u',0,115,30,31,2,0,31,0,'null',1772810359,'web','219.91.26.209',NULL),(20556,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,109,30,25,2,0,25,0,'{\"forgottenreset\":false}',1772810366,'web','219.91.26.209',NULL),(20557,'\\core\\event\\user_updated','core','updated','user','user',25,'u',0,109,30,25,2,0,25,0,'null',1772810366,'web','219.91.26.209',NULL),(20558,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,108,30,24,2,0,24,0,'{\"forgottenreset\":false}',1772810372,'web','219.91.26.209',NULL),(20559,'\\core\\event\\user_updated','core','updated','user','user',24,'u',0,108,30,24,2,0,24,0,'null',1772810372,'web','219.91.26.209',NULL),(20560,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,118,30,34,2,0,34,0,'{\"forgottenreset\":false}',1772810378,'web','219.91.26.209',NULL),(20561,'\\core\\event\\user_updated','core','updated','user','user',34,'u',0,118,30,34,2,0,34,0,'null',1772810378,'web','219.91.26.209',NULL),(20562,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,112,30,28,2,0,28,0,'{\"forgottenreset\":false}',1772810386,'web','219.91.26.209',NULL),(20563,'\\core\\event\\user_updated','core','updated','user','user',28,'u',0,112,30,28,2,0,28,0,'null',1772810386,'web','219.91.26.209',NULL),(20564,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,111,30,27,2,0,27,0,'{\"forgottenreset\":false}',1772810391,'web','219.91.26.209',NULL),(20565,'\\core\\event\\user_updated','core','updated','user','user',27,'u',0,111,30,27,2,0,27,0,'null',1772810391,'web','219.91.26.209',NULL),(20566,'\\core\\event\\user_created','core','created','user','user',35,'c',0,119,30,35,2,0,35,0,'null',1772810475,'web','219.91.26.209',NULL),(20567,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',1,'r',0,2,50,1,2,1,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u795e\\u5b78Moodle\",\"coursefullname\":\"\\u85dd\\u8853\\u795e\\u5b78Moodle\"}',1772810532,'web','219.91.26.209',NULL),(20568,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',32,'r',0,116,30,32,2,0,32,0,'null',1772810537,'web','219.91.26.209',NULL),(20569,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',1,'r',0,2,50,1,2,1,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u795e\\u5b78Moodle\",\"coursefullname\":\"\\u85dd\\u8853\\u795e\\u5b78Moodle\"}',1772810555,'web','219.91.26.209',NULL),(20570,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',35,'r',0,119,30,35,2,0,35,0,'null',1772810562,'web','219.91.26.209',NULL),(20571,'\\core\\event\\user_loggedinas','core','loggedinas','user','user',2,'r',0,1,10,0,2,0,35,0,'{\"originalusername\":\"\\u8ab2\\u7a0b\\u7ba1\\u7406\\u54e1 Admin\",\"loggedinasusername\":\"\\u6797 \\u97e1\\u627f\"}',1772810564,'web','219.91.26.209',2),(20572,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,35,1,NULL,0,'null',1772810565,'web','219.91.26.209',2),(20573,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,35,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/?redirect=0\"}',1772810565,'web','219.91.26.209',2),(20574,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,35,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/?redirect=0\",\"stepid\":6,\"stepindex\":0}',1772810566,'web','219.91.26.209',2),(20575,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,35,1,NULL,0,'null',1772810576,'web','219.91.26.209',2),(20576,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,35,1,NULL,0,'null',1772810583,'web','219.91.26.209',2),(20577,'\\core\\event\\user_loggedout','core','loggedout','user','user',35,'r',0,1,10,0,35,0,NULL,0,'{\"sessionid\":\"sqm0m9c0k4pejv8tohj7cg9r1a\"}',1772810587,'web','219.91.26.209',NULL),(20578,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1772810589,'web','219.91.26.209',NULL),(20579,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772810589,'web','219.91.26.209',NULL),(20580,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',3,'r',0,98,50,3,2,3,NULL,0,'{\"courseshortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"coursefullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\"}',1772810594,'web','219.91.26.209',NULL),(20581,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',35,'c',0,98,50,3,2,3,35,0,'{\"enrol\":\"manual\"}',1772810605,'web','219.91.26.209',NULL),(20582,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,98,50,3,2,3,35,0,'{\"id\":35,\"component\":\"\",\"itemid\":0}',1772810606,'web','219.91.26.209',NULL),(20583,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772810609,'web','219.91.26.209',NULL),(20584,'\\core\\event\\user_loggedin','core','loggedin','user','user',35,'r',0,1,10,0,35,0,NULL,0,'{\"username\":\"testaccount\",\"extrauserinfo\":[]}',1772810624,'web','219.91.26.209',NULL),(20585,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,35,1,NULL,0,'null',1772810624,'web','219.91.26.209',NULL),(20586,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,35,3,NULL,0,'null',1772810626,'web','219.91.26.209',NULL),(20587,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,98,50,3,35,3,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=3\"}',1772810626,'web','219.91.26.209',NULL),(20588,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,98,50,3,35,3,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=3\",\"stepid\":1,\"stepindex\":0}',1772810628,'web','219.91.26.209',NULL),(20589,'\\core\\event\\course_module_completion_updated','core','updated','course_module_completion','course_modules_completion',6,'u',2,106,70,65,35,3,35,0,'{\"relateduserid\":\"35\",\"overrideby\":null,\"completionstate\":0}',1772810636,'web','219.91.26.209',NULL),(20590,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,35,3,NULL,0,'null',1772810636,'web','219.91.26.209',NULL),(20591,'\\core\\event\\notification_sent','core','sent','notification','notifications',1947,'c',0,1,10,0,0,0,35,0,'{\"courseid\":\"1\"}',1772810645,'cli',NULL,NULL),(20592,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',201,'c',2,106,70,65,35,3,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u6211\\u89ba\\u5f97\\u5f88\\u68d2\\uff01<\\/div>\",\"pathnamehashes\":[],\"discussionid\":20,\"triggeredfrom\":\"forum_add_new_post\"}',1772810647,'web','219.91.26.209',NULL),(20593,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',201,'c',2,106,70,65,35,3,NULL,0,'{\"discussionid\":20,\"forumid\":20,\"forumtype\":\"single\"}',1772810647,'web','219.91.26.209',NULL),(20594,'\\core\\event\\course_module_completion_updated','core','updated','course_module_completion','course_modules_completion',6,'u',2,106,70,65,35,3,35,0,'{\"relateduserid\":\"35\",\"overrideby\":null,\"completionstate\":1}',1772810647,'web','219.91.26.209',NULL),(20595,'\\mod_forum\\event\\discussion_subscription_created','mod_forum','created','discussion_subscription','forum_discussion_subs',152,'c',2,106,70,65,35,3,35,0,'{\"forumid\":20,\"discussion\":20}',1772810647,'web','219.91.26.209',NULL),(20596,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,35,3,NULL,0,'null',1772810647,'web','219.91.26.209',NULL),(20597,'\\gradereport_grader\\event\\grade_report_viewed','gradereport_grader','viewed','grade_report',NULL,NULL,'r',1,98,50,3,2,3,NULL,0,'null',1772810671,'web','219.91.26.209',NULL),(20598,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,98,50,3,2,3,35,0,'null',1772810678,'web','219.91.26.209',NULL),(20599,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772810683,'web','219.91.26.209',NULL),(20600,'\\core\\event\\user_graded','core','graded','user','grade_grades',442,'u',1,98,50,3,2,3,35,0,'{\"itemid\":\"27\",\"overridden\":false,\"finalgrade\":\"4.00000\"}',1772810701,'web','219.91.26.209',NULL),(20601,'\\core\\event\\user_graded','core','graded','user','grade_grades',443,'u',1,98,50,3,-1,3,35,0,'{\"itemid\":\"26\",\"overridden\":false,\"finalgrade\":4}',1772810701,'web','219.91.26.209',NULL),(20602,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772810704,'web','219.91.26.209',NULL),(20603,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,98,50,3,2,3,35,0,'null',1772810707,'web','219.91.26.209',NULL),(20604,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',3,'r',0,98,50,3,2,3,NULL,0,'{\"courseshortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"coursefullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\"}',1772810719,'web','219.91.26.209',NULL),(20605,'\\core\\event\\role_unassigned','core','unassigned','role','role',5,'d',0,98,50,3,2,3,35,0,'{\"id\":\"35\",\"component\":\"\",\"itemid\":\"0\"}',1772810737,'web','219.91.26.209',NULL),(20606,'\\core\\event\\grade_deleted','core','deleted','grade','grade_grades',443,'d',1,98,50,3,2,3,35,0,'{\"itemid\":\"26\",\"overridden\":false,\"finalgrade\":\"4.00000\"}',1772810737,'web','219.91.26.209',NULL),(20607,'\\core\\event\\grade_deleted','core','deleted','grade','grade_grades',442,'d',1,98,50,3,2,3,35,0,'{\"itemid\":\"27\",\"overridden\":false,\"finalgrade\":\"4.00000\"}',1772810737,'web','219.91.26.209',NULL),(20608,'\\core\\event\\grade_deleted','core','deleted','grade','grade_grades',444,'d',1,98,50,3,2,3,35,0,'{\"itemid\":\"28\",\"overridden\":false,\"finalgrade\":null}',1772810737,'web','219.91.26.209',NULL),(20609,'\\core\\event\\user_enrolment_deleted','core','deleted','user_enrolment','user_enrolments',35,'d',0,98,50,3,2,3,35,0,'{\"userenrolment\":{\"id\":\"35\",\"status\":\"0\",\"enrolid\":\"4\",\"userid\":\"35\",\"timestart\":\"1772810599\",\"timeend\":\"0\",\"modifierid\":\"2\",\"timecreated\":\"1772810605\",\"timemodified\":\"1772810605\",\"courseid\":\"3\",\"enrol\":\"manual\",\"lastenrol\":true},\"enrol\":\"manual\"}',1772810737,'web','219.91.26.209',NULL),(20610,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',3,'r',0,98,50,3,2,3,NULL,0,'{\"courseshortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"coursefullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\"}',1772810738,'web','219.91.26.209',NULL),(20611,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772810759,'web','219.91.26.209',NULL),(20612,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772810762,'web','219.91.26.209',NULL),(20613,'\\core\\event\\course_module_completion_updated','core','updated','course_module_completion','course_modules_completion',6,'u',2,106,70,65,2,3,35,0,'{\"relateduserid\":\"35\",\"overrideby\":null,\"completionstate\":0}',1772810765,'web','219.91.26.209',NULL),(20614,'\\mod_forum\\event\\post_deleted','mod_forum','deleted','post','forum_posts',201,'d',0,106,70,65,2,3,35,0,'{\"discussionid\":20,\"forumid\":20,\"forumtype\":\"single\"}',1772810765,'web','219.91.26.209',NULL),(20615,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772810765,'web','219.91.26.209',NULL),(20616,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,2,3,NULL,0,'null',1772810771,'web','219.91.26.209',NULL),(20617,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,2,3,NULL,0,'null',1772810775,'web','219.91.26.209',NULL),(20618,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772810781,'web','219.91.26.209',NULL),(20619,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772810808,'web','219.91.26.209',NULL),(20620,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1772810816,'web','219.91.26.209',NULL),(20621,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772810821,'web','219.91.26.209',NULL),(20622,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772810824,'web','219.91.26.209',NULL),(20623,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772810829,'web','219.91.26.209',NULL),(20624,'\\core\\event\\user_loggedin','core','loggedin','user','user',1,'r',0,1,10,0,1,0,NULL,0,'{\"username\":\"guest\",\"extrauserinfo\":[]}',1772810840,'web','219.91.26.209',NULL),(20625,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1772810840,'web','219.91.26.209',NULL),(20626,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,35,0,NULL,0,'{\"username\":\"testaccount\",\"reason\":3}',1772810954,'web','219.91.26.209',NULL),(20627,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,1,1,NULL,0,'null',1772810968,'web','219.91.26.209',NULL),(20628,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1772811022,'web','219.91.26.209',NULL),(20629,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1772811022,'web','219.91.26.209',NULL),(20630,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',1,'r',0,2,50,1,2,1,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u795e\\u5b78Moodle\",\"coursefullname\":\"\\u85dd\\u8853\\u795e\\u5b78Moodle\"}',1772811033,'web','219.91.26.209',NULL),(20631,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1772811044,'web','219.91.26.209',NULL),(20632,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772811263,'web','219.91.26.209',NULL),(20633,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772811304,'web','219.91.26.209',NULL),(20634,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1772811336,'web','219.91.26.209',NULL),(20635,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"chengyp@ms57.hiney.net\",\"reason\":1}',1772811372,'web','111.241.183.179',NULL),(20636,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"chengyp@ms57.hinet.net\",\"reason\":1}',1772811449,'web','111.241.183.179',NULL),(20637,'\\core\\event\\config_log_created','core','created','config_log','config_log',1881,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"fontsite\",\"oldvalue\":\"Roboto\",\"value\":\"Open Sans\",\"plugin\":\"theme_moove\"}',1772811463,'web','219.91.26.209',NULL),(20638,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"yenpincheng@gmail.com\",\"reason\":1}',1772811557,'web','111.241.183.179',NULL),(20639,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"chengyp@ms57.hinet.net\",\"reason\":1}',1772811624,'web','111.241.183.179',NULL),(20640,'\\core\\event\\config_log_created','core','created','config_log','config_log',1882,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"presetfiles\",\"oldvalue\":\"\",\"value\":\"\\/customfont.scss\",\"plugin\":\"theme_moove\"}',1772811653,'web','219.91.26.209',NULL),(20641,'\\core\\event\\config_log_created','core','created','config_log','config_log',1883,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"preset\",\"oldvalue\":\"default.scss\",\"value\":\"customfont.scss\",\"plugin\":\"theme_moove\"}',1772811669,'web','219.91.26.209',NULL),(20642,'\\core\\event\\config_log_created','core','created','config_log','config_log',1884,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"preset\",\"oldvalue\":\"customfont.scss\",\"value\":\"default.scss\",\"plugin\":\"theme_moove\"}',1772811690,'web','219.91.26.209',NULL),(20643,'\\core\\event\\config_log_created','core','created','config_log','config_log',1885,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"scsspre\",\"oldvalue\":\"\",\"value\":\"@import url(\'https:\\/\\/fonts.googleapis.com\\/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap\');\\r\\n\\r\\nbody { font-family: \\\"Noto Sans TC\\\", sans-serif; }\",\"plugin\":\"theme_moove\"}',1772811729,'web','219.91.26.209',NULL),(20644,'\\core\\event\\config_log_created','core','created','config_log','config_log',1886,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"scsspre\",\"oldvalue\":\"@import url(\'https:\\/\\/fonts.googleapis.com\\/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap\');\\r\\n\\r\\nbody { font-family: \\\"Noto Sans TC\\\", sans-serif; }\",\"value\":\"\\r\\nbody { font-family: \\\"Noto Sans TC\\\", sans-serif; }\",\"plugin\":\"theme_moove\"}',1772811741,'web','219.91.26.209',NULL),(20645,'\\core\\event\\config_log_created','core','created','config_log','config_log',1887,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"scsspre\",\"oldvalue\":\"\\r\\nbody { font-family: \\\"Noto Sans TC\\\", sans-serif; }\",\"value\":\"\",\"plugin\":\"theme_moove\"}',1772811854,'web','219.91.26.209',NULL),(20646,'\\core\\event\\config_log_created','core','created','config_log','config_log',1888,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"scss\",\"oldvalue\":\"\",\"value\":\"@import url(\'https:\\/\\/fonts.googleapis.com\\/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap\');\\r\\n\\r\\nbody { font-family: \\\"Noto Sans TC\\\", sans-serif; }\",\"plugin\":\"theme_moove\"}',1772811854,'web','219.91.26.209',NULL),(20647,'\\core\\event\\config_log_created','core','created','config_log','config_log',1889,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"scss\",\"oldvalue\":\"@import url(\'https:\\/\\/fonts.googleapis.com\\/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap\');\\r\\n\\r\\nbody { font-family: \\\"Noto Sans TC\\\", sans-serif; }\",\"value\":\"@import url(\'https:\\/\\/fonts.googleapis.com\\/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap\');\\r\\n\\r\\n\",\"plugin\":\"theme_moove\"}',1772811865,'web','219.91.26.209',NULL),(20648,'\\core\\event\\config_log_created','core','created','config_log','config_log',1890,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"scss\",\"oldvalue\":\"@import url(\'https:\\/\\/fonts.googleapis.com\\/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap\');\\r\\n\\r\\n\",\"value\":\"body { font-family: \\\"Noto Sans TC\\\", sans-serif; }\",\"plugin\":\"theme_moove\"}',1772811874,'web','219.91.26.209',NULL),(20649,'\\core\\event\\config_log_created','core','created','config_log','config_log',1891,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"scss\",\"oldvalue\":\"body { font-family: \\\"Noto Sans TC\\\", sans-serif; }\",\"value\":\"@import url(\'https:\\/\\/fonts.googleapis.com\\/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap\');\\r\\n\\r\\nbody { font-family: \\\"Noto Sans TC\\\", sans-serif; }\\r\\n\",\"plugin\":\"theme_moove\"}',1772811897,'web','219.91.26.209',NULL),(20650,'\\core\\event\\config_log_created','core','created','config_log','config_log',1892,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"scss\",\"oldvalue\":\"@import url(\'https:\\/\\/fonts.googleapis.com\\/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap\');\\r\\n\\r\\nbody { font-family: \\\"Noto Sans TC\\\", sans-serif; }\\r\\n\",\"value\":\"body { font-family: \\\"Noto Sans TC\\\", sans-serif; }\\r\\n\",\"plugin\":\"theme_moove\"}',1772811906,'web','219.91.26.209',NULL),(20651,'\\core\\event\\config_log_created','core','created','config_log','config_log',1893,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"scss\",\"oldvalue\":\"body { font-family: \\\"Noto Sans TC\\\", sans-serif; }\\r\\n\",\"value\":\"@NotoSansSp {\\r\\n font-family: \\\"Noto Sans TC\\\", sans-serif;\\r\\n src: url(\'https:\\/\\/fonts.googleapis.com\\/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap\');\\r\\n}\\r\\n\\r\\n\\/* use *\\/\\r\\nbody {\\r\\n font-family: NotoSansSp;\\r\\n}\",\"plugin\":\"theme_moove\"}',1772812125,'web','219.91.26.209',NULL),(20652,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772812137,'web','103.59.160.210',NULL),(20653,'\\core\\event\\config_log_created','core','created','config_log','config_log',1894,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"scss\",\"oldvalue\":\"@NotoSansSp {\\r\\n font-family: \\\"Noto Sans TC\\\", sans-serif;\\r\\n src: url(\'https:\\/\\/fonts.googleapis.com\\/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap\');\\r\\n}\\r\\n\\r\\n\\/* use *\\/\\r\\nbody {\\r\\n font-family: NotoSansSp;\\r\\n}\",\"value\":\"@NotoSansSp {\\r\\n font-family: \\\"Noto Sans TC\\\", sans-serif;\\r\\n src: url(\'https:\\/\\/fonts.googleapis.com\\/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap\');\\r\\n}\\r\\n\\r\\n\\/* use *\\/\\r\\nbody {\\r\\n font-family: \\\"NotoSansSp\\\", sans-serif;\\r\\n}\",\"plugin\":\"theme_moove\"}',1772812150,'web','219.91.26.209',NULL),(20654,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,2,0,NULL,0,'null',1772812177,'web','219.91.26.209',NULL),(20655,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772812179,'web','219.91.26.209',NULL),(20656,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"chengyp@ms57.hinet.net\",\"reason\":1}',1772812231,'web','111.80.101.252',NULL),(20657,'\\core\\event\\config_log_created','core','created','config_log','config_log',1895,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"scss\",\"oldvalue\":\"@NotoSansSp {\\r\\n font-family: \\\"Noto Sans TC\\\", sans-serif;\\r\\n src: url(\'https:\\/\\/fonts.googleapis.com\\/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap\');\\r\\n}\\r\\n\\r\\n\\/* use *\\/\\r\\nbody {\\r\\n font-family: \\\"NotoSansSp\\\", sans-serif;\\r\\n}\",\"value\":\"\",\"plugin\":\"theme_moove\"}',1772812256,'web','219.91.26.209',NULL),(20658,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"chengyp@ms57.hinet.net\",\"reason\":1}',1772812258,'web','111.80.101.252',NULL),(20659,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"leo810813@gmail.com\",\"reason\":1}',1772812259,'web','49.216.26.14',NULL),(20660,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"leo810813@gmail.com\",\"reason\":1}',1772812299,'web','49.216.26.14',NULL),(20661,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772812307,'web','103.59.160.210',NULL),(20662,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"chengyp@ms57.hinet.net\",\"reason\":1}',1772812322,'web','111.80.101.252',NULL),(20663,'\\core\\event\\user_updated','core','updated','user','user',28,'u',0,112,30,28,2,0,28,0,'null',1772812575,'web','219.91.26.209',NULL),(20664,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"lya8x0u9398@gmail.com\",\"reason\":1}',1772812587,'web','223.137.23.199',NULL),(20665,'\\core\\event\\user_loggedin','core','loggedin','user','user',28,'r',0,1,10,0,28,0,NULL,0,'{\"username\":\"leo810813\",\"extrauserinfo\":[]}',1772812650,'web','49.216.26.14',NULL),(20666,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,28,1,NULL,0,'null',1772812651,'web','49.216.26.14',NULL),(20667,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,28,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1772812651,'web','49.216.26.14',NULL),(20668,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,28,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1772812652,'web','49.216.26.14',NULL),(20669,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772812655,'web','103.59.160.210',NULL),(20670,'\\core\\event\\notification_sent','core','sent','notification','notifications',1948,'c',0,1,10,0,0,0,28,0,'{\"courseid\":\"1\"}',1772812685,'cli',NULL,NULL),(20671,'\\core\\event\\user_loggedin','core','loggedin','user','user',29,'r',0,1,10,0,29,0,NULL,0,'{\"username\":\"lya8x0u9398\",\"extrauserinfo\":[]}',1772812763,'web','223.137.23.199',NULL),(20672,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,29,1,NULL,0,'null',1772812764,'web','223.137.23.199',NULL),(20673,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,29,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1772812764,'web','223.137.23.199',NULL),(20674,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,29,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1772812765,'web','223.137.23.199',NULL),(20675,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,28,0,NULL,0,'null',1772812802,'web','49.216.26.14',NULL),(20676,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',3,'r',2,1,10,0,28,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\"}',1772812803,'web','49.216.26.14',NULL),(20677,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',3,'c',2,1,10,0,28,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\",\"stepid\":5,\"stepindex\":0}',1772812803,'web','49.216.26.14',NULL),(20678,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,28,3,NULL,0,'null',1772812805,'web','49.216.26.14',NULL),(20679,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,98,50,3,28,3,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=3\"}',1772812806,'web','49.216.26.14',NULL),(20680,'\\core\\event\\notification_sent','core','sent','notification','notifications',1949,'c',0,1,10,0,0,0,29,0,'{\"courseid\":\"1\"}',1772812806,'cli',NULL,NULL),(20681,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,98,50,3,28,3,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=3\",\"stepid\":1,\"stepindex\":0}',1772812808,'web','49.216.26.14',NULL),(20682,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',33,'r',2,104,70,63,28,3,NULL,0,'null',1772812816,'web','49.216.26.14',NULL),(20683,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,28,3,NULL,0,'null',1772812854,'web','49.216.26.14',NULL),(20684,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',3,'r',0,98,50,3,28,3,NULL,0,'{\"courseshortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"coursefullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\"}',1772812856,'web','49.216.26.14',NULL),(20685,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',28,'r',0,98,50,3,28,3,28,0,'{\"courseid\":\"3\",\"courseshortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"coursefullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\"}',1772812866,'web','49.216.26.14',NULL),(20686,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',32,'r',0,98,50,3,28,3,32,0,'{\"courseid\":\"3\",\"courseshortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"coursefullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\"}',1772812875,'web','49.216.26.14',NULL),(20687,'\\core\\event\\user_loggedin','core','loggedin','user','user',24,'r',0,1,10,0,24,0,NULL,0,'{\"username\":\"chengyp\",\"extrauserinfo\":[]}',1772812919,'web','111.80.101.252',NULL),(20688,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,24,1,NULL,0,'null',1772812920,'web','111.80.101.252',NULL),(20689,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,24,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1772812920,'web','111.80.101.252',NULL),(20690,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,24,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1772812921,'web','111.80.101.252',NULL),(20691,'\\core\\event\\notification_sent','core','sent','notification','notifications',1950,'c',0,1,10,0,0,0,24,0,'{\"courseid\":\"1\"}',1772812925,'cli',NULL,NULL),(20692,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1772812949,'web','219.91.26.209',NULL),(20693,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',1,'r',0,2,50,1,2,1,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u795e\\u5b78Moodle\",\"coursefullname\":\"\\u85dd\\u8853\\u795e\\u5b78Moodle\"}',1772812963,'web','219.91.26.209',NULL),(20694,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1772812967,'web','219.91.26.209',NULL),(20695,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772812968,'web','219.91.26.209',NULL),(20696,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',3,'r',0,98,50,3,2,3,NULL,0,'{\"courseshortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"coursefullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\"}',1772812970,'web','219.91.26.209',NULL),(20697,'\\core\\event\\user_loggedout','core','loggedout','user','user',24,'r',0,1,10,0,24,0,NULL,0,'{\"sessionid\":\"0sre6s6de281vrua6ffv4t3l54\"}',1772812975,'web','111.80.101.252',NULL),(20698,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,113,30,29,29,0,29,0,'{\"forgottenreset\":false}',1772812983,'web','223.137.23.199',NULL),(20699,'\\core\\event\\user_loggedin','core','loggedin','user','user',24,'r',0,1,10,0,24,0,NULL,0,'{\"username\":\"chengyp\",\"extrauserinfo\":[]}',1772812989,'web','111.80.101.252',NULL),(20700,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,24,1,NULL,0,'null',1772812990,'web','111.80.101.252',NULL),(20701,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',3,'r',0,98,50,3,2,3,NULL,0,'{\"courseshortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"coursefullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\"}',1772812992,'web','219.91.26.209',NULL),(20702,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1772812997,'web','219.91.26.209',NULL),(20703,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,24,3,NULL,0,'null',1772812998,'web','111.80.101.252',NULL),(20704,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,98,50,3,24,3,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=3\"}',1772812999,'web','111.80.101.252',NULL),(20705,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,98,50,3,24,3,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=3\",\"stepid\":1,\"stepindex\":0}',1772813003,'web','111.80.101.252',NULL),(20706,'\\core\\event\\user_loggedout','core','loggedout','user','user',29,'r',0,1,10,0,29,0,NULL,0,'{\"sessionid\":\"1v0ge2ies1ias0c4d17vpuft6o\"}',1772813008,'web','223.137.23.199',NULL),(20707,'\\core\\event\\user_loggedin','core','loggedin','user','user',29,'r',0,1,10,0,29,0,NULL,0,'{\"username\":\"lya8x0u9398\",\"extrauserinfo\":[]}',1772813011,'web','223.137.23.199',NULL),(20708,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,29,1,NULL,0,'null',1772813011,'web','223.137.23.199',NULL),(20709,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,24,3,NULL,0,'null',1772813032,'web','111.80.101.252',NULL),(20710,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,24,1,NULL,0,'null',1772813192,'web','111.80.101.252',NULL),(20711,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,24,3,NULL,0,'null',1772813199,'web','111.80.101.252',NULL),(20712,'\\core\\event\\course_module_completion_updated','core','updated','course_module_completion','course_modules_completion',7,'u',2,106,70,65,24,3,24,0,'{\"relateduserid\":\"24\",\"overrideby\":null,\"completionstate\":0}',1772813217,'web','111.80.101.252',NULL),(20713,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,24,3,NULL,0,'null',1772813217,'web','111.80.101.252',NULL),(20714,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,24,1,NULL,0,'null',1772813245,'web','111.80.101.252',NULL),(20715,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,24,3,NULL,0,'null',1772813247,'web','111.80.101.252',NULL),(20716,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,24,3,NULL,0,'null',1772813260,'web','111.80.101.252',NULL),(20717,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,28,3,NULL,0,'null',1772813466,'web','49.216.26.14',NULL),(20718,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',33,'r',2,104,70,63,28,3,NULL,0,'null',1772813470,'web','49.216.26.14',NULL),(20719,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772813647,'web','103.59.160.210',NULL),(20720,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772814120,'web','103.59.160.210',NULL),(20721,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772814319,'web','103.59.160.210',NULL),(20722,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772814794,'web','103.59.160.210',NULL),(20723,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772815449,'web','103.59.160.210',NULL),(20724,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772815487,'web','103.59.160.210',NULL),(20725,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772816407,'web','74.7.227.61',NULL),(20726,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772816413,'web','74.7.227.61',NULL),(20727,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772816423,'web','74.7.227.61',NULL),(20728,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772816425,'web','74.7.227.61',NULL),(20729,'\\core\\event\\user_loggedin','core','loggedin','user','user',24,'r',0,1,10,0,24,0,NULL,0,'{\"username\":\"chengyp\",\"extrauserinfo\":[]}',1772817082,'web','111.80.101.252',NULL),(20730,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772818501,'web','103.59.160.210',NULL),(20731,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772818516,'web','103.59.160.210',NULL),(20732,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772820085,'web','103.59.160.210',NULL),(20733,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772821094,'web','103.59.160.210',NULL),(20734,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,26,0,NULL,0,'{\"username\":\"ba0961002\",\"reason\":3}',1772821521,'web','114.43.136.22',NULL),(20735,'\\core\\event\\user_loggedin','core','loggedin','user','user',26,'r',0,1,10,0,26,0,NULL,0,'{\"username\":\"ba0961002\",\"extrauserinfo\":[]}',1772821545,'web','114.43.136.22',NULL),(20736,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,26,1,NULL,0,'null',1772821545,'web','114.43.136.22',NULL),(20737,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,26,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1772821546,'web','114.43.136.22',NULL),(20738,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,26,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1772821546,'web','114.43.136.22',NULL),(20739,'\\tool_usertours\\event\\tour_reset','tool_usertours','reset','tour','tool_usertours_tours',4,'c',2,2,50,1,26,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1772821547,'web','114.43.136.22',NULL),(20740,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,26,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1772821547,'web','114.43.136.22',NULL),(20741,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,26,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1772821547,'web','114.43.136.22',NULL),(20742,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,26,3,NULL,0,'null',1772821556,'web','114.43.136.22',NULL),(20743,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,98,50,3,26,3,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=3\"}',1772821556,'web','114.43.136.22',NULL),(20744,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,98,50,3,26,3,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=3\",\"stepid\":1,\"stepindex\":0}',1772821558,'web','114.43.136.22',NULL),(20745,'\\core\\event\\notification_sent','core','sent','notification','notifications',1951,'c',0,1,10,0,0,0,26,0,'{\"courseid\":\"1\"}',1772821565,'cli',NULL,NULL),(20746,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,26,3,NULL,0,'null',1772821567,'web','114.43.136.22',NULL),(20747,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772821789,'web','103.59.160.210',NULL),(20748,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,26,3,NULL,0,'null',1772822002,'web','114.43.136.22',NULL),(20749,'\\core\\event\\course_module_completion_updated','core','updated','course_module_completion','course_modules_completion',8,'u',2,106,70,65,26,3,26,0,'{\"relateduserid\":\"26\",\"overrideby\":null,\"completionstate\":0}',1772822007,'web','114.43.136.22',NULL),(20750,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,26,3,NULL,0,'null',1772822007,'web','114.43.136.22',NULL),(20751,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,26,3,NULL,0,'null',1772822014,'web','114.43.136.22',NULL),(20752,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',33,'r',2,104,70,63,26,3,NULL,0,'null',1772822017,'web','114.43.136.22',NULL),(20753,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772822605,'web','103.59.160.210',NULL),(20754,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772822799,'web','103.59.160.210',NULL),(20755,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772823756,'web','103.59.160.210',NULL),(20756,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772824478,'web','103.59.160.210',NULL),(20757,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772826322,'web','103.59.160.210',NULL),(20758,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772827296,'web','103.59.160.210',NULL),(20759,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772827553,'web','103.59.160.210',NULL),(20760,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772828037,'web','223.137.23.199',NULL),(20761,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772829199,'web','16.171.15.250',NULL),(20762,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772829200,'web','16.171.15.250',NULL),(20763,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772829200,'web','16.171.15.250',NULL),(20764,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772829200,'web','16.171.15.250',NULL),(20765,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772829544,'web','103.59.160.210',NULL),(20766,'\\core\\event\\user_loggedin','core','loggedin','user','user',24,'r',0,1,10,0,24,0,NULL,0,'{\"username\":\"chengyp\",\"extrauserinfo\":[]}',1772829605,'web','111.80.101.252',NULL),(20767,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,24,1,NULL,0,'null',1772829606,'web','111.80.101.252',NULL),(20768,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,24,3,NULL,0,'null',1772829608,'web','111.80.101.252',NULL),(20769,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,24,3,NULL,0,'null',1772829617,'web','111.80.101.252',NULL),(20770,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,24,1,NULL,0,'null',1772829627,'web','111.80.101.252',NULL),(20771,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,24,3,NULL,0,'null',1772829628,'web','111.80.101.252',NULL),(20772,'\\core\\event\\course_module_completion_updated','core','updated','course_module_completion','course_modules_completion',9,'u',2,105,70,64,24,3,24,0,'{\"relateduserid\":\"24\",\"overrideby\":null,\"completionstate\":1}',1772829638,'web','111.80.101.252',NULL),(20773,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,24,3,NULL,0,'null',1772829642,'web','111.80.101.252',NULL),(20774,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772829869,'web','103.59.160.210',NULL),(20775,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772831249,'web','103.59.160.210',NULL),(20776,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772831255,'web','40.77.167.136',NULL),(20777,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772832087,'web','103.59.160.210',NULL),(20778,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772832301,'web','103.59.160.210',NULL),(20779,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772832330,'web','103.59.160.210',NULL),(20780,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772833074,'web','103.59.160.210',NULL),(20781,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772833190,'web','103.59.160.210',NULL),(20782,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772833298,'web','103.59.160.210',NULL),(20783,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772833702,'web','103.59.160.210',NULL),(20784,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772834851,'web','103.59.160.210',NULL),(20785,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772835071,'web','103.59.160.210',NULL),(20786,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772835394,'web','103.59.160.210',NULL),(20787,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772835443,'web','103.59.160.210',NULL),(20788,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772835769,'web','103.59.160.210',NULL),(20789,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772836123,'web','40.77.167.47',NULL),(20790,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772837744,'web','103.59.160.210',NULL),(20791,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772838129,'web','103.59.160.210',NULL),(20792,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772838857,'web','103.59.160.210',NULL),(20793,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772839403,'web','103.59.160.210',NULL),(20794,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772839404,'web','103.59.160.210',NULL),(20795,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772840143,'web','103.59.160.210',NULL),(20796,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772841326,'web','103.59.160.210',NULL),(20797,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772841607,'web','103.59.160.210',NULL),(20798,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772842624,'web','103.59.160.210',NULL),(20799,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772842699,'web','103.59.160.210',NULL),(20800,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772842826,'web','103.59.160.210',NULL),(20801,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772843897,'web','103.59.160.210',NULL),(20802,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772844007,'web','103.59.160.210',NULL),(20803,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772844624,'web','103.59.160.210',NULL),(20804,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772844840,'web','103.59.160.210',NULL),(20805,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772844952,'web','3.249.191.238',NULL),(20806,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772845806,'web','103.59.160.210',NULL),(20807,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,33,0,NULL,0,'{\"username\":\"clioilearning\",\"reason\":3}',1772846065,'web','104.28.128.19',NULL),(20808,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,33,0,NULL,0,'{\"username\":\"clioilearning\",\"reason\":3}',1772846096,'web','104.28.128.20',NULL),(20809,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"young607\",\"reason\":1}',1772846123,'web','104.28.128.20',NULL),(20810,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,33,0,NULL,0,'{\"username\":\"clioilearning\",\"reason\":3}',1772846148,'web','104.28.128.20',NULL),(20811,'\\core\\event\\user_loggedin','core','loggedin','user','user',33,'r',0,1,10,0,33,0,NULL,0,'{\"username\":\"clioilearning\",\"extrauserinfo\":[]}',1772846206,'web','104.28.128.18',NULL),(20812,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,33,1,NULL,0,'null',1772846206,'web','104.28.128.18',NULL),(20813,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,33,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1772846207,'web','104.28.128.18',NULL),(20814,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,33,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1772846207,'web','104.28.128.18',NULL),(20815,'\\core\\event\\notification_sent','core','sent','notification','notifications',1952,'c',0,1,10,0,0,0,33,0,'{\"courseid\":\"1\"}',1772846225,'cli',NULL,NULL),(20816,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,117,30,33,33,0,33,0,'{\"forgottenreset\":false}',1772846256,'web','104.28.128.18',NULL),(20817,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772846283,'web','103.59.160.210',NULL),(20818,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,33,0,NULL,0,'null',1772846285,'web','104.28.128.18',NULL),(20819,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',3,'r',2,1,10,0,33,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\"}',1772846285,'web','104.28.128.18',NULL),(20820,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',3,'c',2,1,10,0,33,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\",\"stepid\":5,\"stepindex\":0}',1772846285,'web','104.28.128.18',NULL),(20821,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,33,3,NULL,0,'null',1772846290,'web','104.28.128.18',NULL),(20822,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,98,50,3,33,3,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=3\"}',1772846290,'web','104.28.128.18',NULL),(20823,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,98,50,3,33,3,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=3\",\"stepid\":1,\"stepindex\":0}',1772846292,'web','104.28.128.18',NULL),(20824,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',32,'r',2,103,70,62,33,3,NULL,0,'null',1772846302,'web','104.28.128.18',NULL),(20825,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772846311,'web','103.59.160.210',NULL),(20826,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',3,'r',0,98,50,3,33,3,NULL,0,'{\"courseshortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"coursefullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\"}',1772846370,'web','104.28.128.20',NULL),(20827,'\\core\\event\\user_loggedout','core','loggedout','user','user',33,'r',0,1,10,0,33,0,NULL,0,'{\"sessionid\":\"lu0n1dqp1kf59agd1l7b31v89n\"}',1772846404,'web','104.28.128.20',NULL),(20828,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772846404,'web','104.28.128.20',NULL),(20829,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772846629,'web','104.28.128.19',NULL),(20830,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772846880,'web','169.150.203.249',NULL),(20831,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772846881,'web','169.150.203.249',NULL),(20832,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772847171,'web','40.77.167.47',NULL),(20833,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772847354,'web','103.59.160.210',NULL),(20834,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772848270,'web','103.59.160.210',NULL),(20835,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"\",\"reason\":1}',1772848459,'web','114.43.136.22',NULL),(20836,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,26,0,NULL,0,'{\"username\":\"ba0961002\",\"reason\":3}',1772848465,'web','114.43.136.22',NULL),(20837,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,26,0,NULL,0,'{\"username\":\"ba0961002\",\"reason\":3}',1772848480,'web','114.43.136.22',NULL),(20838,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772848488,'web','103.59.160.210',NULL),(20839,'\\core\\event\\user_loggedin','core','loggedin','user','user',26,'r',0,1,10,0,26,0,NULL,0,'{\"username\":\"ba0961002\",\"extrauserinfo\":[]}',1772848498,'web','114.43.136.22',NULL),(20840,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,26,1,NULL,0,'null',1772848498,'web','114.43.136.22',NULL),(20841,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,26,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1772848499,'web','114.43.136.22',NULL),(20842,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,26,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1772848499,'web','114.43.136.22',NULL),(20843,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,26,3,NULL,0,'null',1772848500,'web','114.43.136.22',NULL),(20844,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',33,'r',2,104,70,63,26,3,NULL,0,'null',1772848513,'web','114.43.136.22',NULL),(20845,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772848526,'web','103.59.160.210',NULL),(20846,'\\core\\event\\user_loggedin','core','loggedin','user','user',26,'r',0,1,10,0,26,0,NULL,0,'{\"username\":\"ba0961002\",\"extrauserinfo\":[]}',1772848536,'web','114.43.136.22',NULL),(20847,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772848567,'web','103.59.160.210',NULL),(20848,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772848984,'web','103.59.160.210',NULL),(20849,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772849255,'web','103.59.160.210',NULL),(20850,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772849600,'web','103.59.160.210',NULL),(20851,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772850372,'web','103.59.160.210',NULL),(20852,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772850541,'web','103.59.160.210',NULL),(20853,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772851025,'web','103.59.160.210',NULL),(20854,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772851212,'web','103.59.160.210',NULL),(20855,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772852095,'web','103.59.160.210',NULL),(20856,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772852458,'web','103.59.160.210',NULL),(20857,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772852840,'web','103.59.160.210',NULL),(20858,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772853074,'web','103.59.160.210',NULL),(20859,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772854456,'web','103.59.160.210',NULL),(20860,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772854923,'web','103.59.160.210',NULL),(20861,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772855397,'web','103.59.160.210',NULL),(20862,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772855817,'web','103.59.160.210',NULL),(20863,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772856994,'web','103.59.160.210',NULL),(20864,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772857851,'web','103.59.160.210',NULL),(20865,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772859211,'web','103.59.160.210',NULL),(20866,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772859327,'web','103.59.160.210',NULL),(20867,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772859746,'web','103.59.160.210',NULL),(20868,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772860165,'web','103.59.160.210',NULL),(20869,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772860720,'web','103.59.160.210',NULL),(20870,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772860763,'web','103.59.160.210',NULL),(20871,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772861901,'web','103.59.160.210',NULL),(20872,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772861915,'web','103.59.160.210',NULL),(20873,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772861915,'web','103.59.160.210',NULL),(20874,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772863926,'web','103.59.160.210',NULL),(20875,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772864057,'web','103.59.160.210',NULL),(20876,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772864488,'web','103.59.160.210',NULL),(20877,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772864553,'web','103.59.160.210',NULL),(20878,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772864623,'web','103.59.160.210',NULL),(20879,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772864920,'web','103.59.160.210',NULL),(20880,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772865466,'web','103.59.160.210',NULL),(20881,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772866752,'web','103.59.160.210',NULL),(20882,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772867325,'web','103.59.160.210',NULL),(20883,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772867973,'web','103.59.160.210',NULL),(20884,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772868125,'web','103.59.160.210',NULL),(20885,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772868500,'web','103.59.160.210',NULL),(20886,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772869264,'web','103.59.160.210',NULL),(20887,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772870599,'web','103.59.160.210',NULL),(20888,'\\core\\event\\user_loggedin','core','loggedin','user','user',30,'r',0,1,10,0,30,0,NULL,0,'{\"username\":\"amy10051982\",\"extrauserinfo\":[]}',1772870839,'web','123.50.47.183',NULL),(20889,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,30,1,NULL,0,'null',1772870840,'web','123.50.47.183',NULL),(20890,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,30,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1772870841,'web','123.50.47.183',NULL),(20891,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,30,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1772870841,'web','123.50.47.183',NULL),(20892,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772870845,'web','27.100.64.228',NULL),(20893,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,30,3,NULL,0,'null',1772870848,'web','123.50.47.183',NULL),(20894,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,98,50,3,30,3,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=3\"}',1772870848,'web','123.50.47.183',NULL),(20895,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,98,50,3,30,3,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=3\",\"stepid\":1,\"stepindex\":0}',1772870852,'web','123.50.47.183',NULL),(20896,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,30,3,NULL,0,'null',1772870863,'web','123.50.47.183',NULL),(20897,'\\core\\event\\notification_sent','core','sent','notification','notifications',1953,'c',0,1,10,0,0,0,30,0,'{\"courseid\":\"1\"}',1772870885,'cli',NULL,NULL),(20898,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772871418,'web','103.59.160.210',NULL),(20899,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772872061,'web','103.59.160.210',NULL),(20900,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,30,3,NULL,0,'null',1772872269,'web','123.50.47.183',NULL),(20901,'\\core\\event\\course_module_completion_updated','core','updated','course_module_completion','course_modules_completion',10,'u',2,106,70,65,30,3,30,0,'{\"relateduserid\":\"30\",\"overrideby\":null,\"completionstate\":0}',1772872276,'web','123.50.47.183',NULL),(20902,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,30,3,NULL,0,'null',1772872276,'web','123.50.47.183',NULL),(20903,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',32,'r',2,103,70,62,30,3,NULL,0,'null',1772872305,'web','123.50.47.183',NULL),(20904,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,30,3,NULL,0,'null',1772872317,'web','123.50.47.183',NULL),(20905,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,30,1,NULL,0,'null',1772872327,'web','123.50.47.183',NULL),(20906,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,30,3,NULL,0,'null',1772872330,'web','123.50.47.183',NULL),(20907,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',3,'r',0,98,50,3,30,3,NULL,0,'{\"courseshortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"coursefullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\"}',1772872333,'web','123.50.47.183',NULL),(20908,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,98,50,3,30,3,30,0,'null',1772872365,'web','123.50.47.183',NULL),(20909,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,30,3,NULL,0,'null',1772872388,'web','123.50.47.183',NULL),(20910,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772873468,'web','103.59.160.210',NULL),(20911,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772873487,'web','103.59.160.210',NULL),(20912,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772874059,'web','103.59.160.210',NULL),(20913,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772874369,'web','103.59.160.210',NULL),(20914,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772874536,'web','103.59.160.210',NULL),(20915,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772875662,'web','103.59.160.210',NULL),(20916,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772876570,'web','103.59.160.210',NULL),(20917,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772876594,'web','103.59.160.210',NULL),(20918,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772878122,'web','103.59.160.210',NULL),(20919,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,31,0,NULL,0,'{\"username\":\"pofei68\",\"reason\":3}',1772878519,'web','101.10.15.140',NULL),(20920,'\\core\\event\\user_loggedin','core','loggedin','user','user',31,'r',0,1,10,0,31,0,NULL,0,'{\"username\":\"pofei68\",\"extrauserinfo\":[]}',1772878549,'web','101.10.15.140',NULL),(20921,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,31,1,NULL,0,'null',1772878550,'web','101.10.15.140',NULL),(20922,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,31,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1772878550,'web','101.10.15.140',NULL),(20923,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,31,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1772878551,'web','101.10.15.140',NULL),(20924,'\\core\\event\\notification_sent','core','sent','notification','notifications',1954,'c',0,1,10,0,0,0,31,0,'{\"courseid\":\"1\"}',1772878566,'cli',NULL,NULL),(20925,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772878635,'web','103.59.160.210',NULL),(20926,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,115,30,31,31,0,31,0,'{\"forgottenreset\":false}',1772878718,'web','101.10.15.140',NULL),(20927,'\\core\\event\\user_profile_viewed','core','viewed','user_profile','user',31,'r',0,115,30,31,31,0,31,0,'null',1772878775,'web','101.10.15.140',NULL),(20928,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772879524,'web','103.59.160.210',NULL),(20929,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772879592,'web','40.77.167.150',NULL),(20930,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772879647,'web','103.59.160.210',NULL),(20931,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772879985,'web','103.59.160.210',NULL),(20932,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772880327,'web','103.59.160.210',NULL),(20933,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772880511,'web','223.137.134.164',NULL),(20934,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772880838,'web','103.59.160.210',NULL),(20935,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772881291,'web','103.59.160.210',NULL),(20936,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772881718,'web','103.59.160.210',NULL),(20937,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772881731,'web','103.59.160.210',NULL),(20938,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772881967,'web','103.59.160.210',NULL),(20939,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772882029,'web','103.59.160.210',NULL),(20940,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772882260,'web','103.59.160.210',NULL),(20941,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772882932,'web','103.59.160.210',NULL),(20942,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772883535,'web','103.59.160.210',NULL),(20943,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772883597,'web','103.59.160.210',NULL),(20944,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772883710,'web','103.59.160.210',NULL),(20945,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772884913,'web','103.59.160.210',NULL),(20946,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772885481,'web','103.59.160.210',NULL),(20947,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772885481,'web','103.59.160.210',NULL),(20948,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772886667,'web','103.59.160.210',NULL),(20949,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772886701,'web','103.59.160.210',NULL),(20950,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772887019,'web','103.59.160.210',NULL),(20951,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772887061,'web','103.59.160.210',NULL),(20952,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772887146,'web','103.59.160.210',NULL),(20953,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772887786,'web','103.59.160.210',NULL),(20954,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772888565,'web','103.59.160.210',NULL),(20955,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772888789,'web','103.59.160.210',NULL),(20956,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772889587,'web','103.59.160.210',NULL),(20957,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772890899,'web','103.59.160.210',NULL),(20958,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772891125,'web','103.59.160.210',NULL),(20959,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772892320,'web','103.59.160.210',NULL),(20960,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772892534,'web','103.59.160.210',NULL),(20961,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772892649,'web','103.59.160.210',NULL),(20962,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772892982,'web','103.59.160.210',NULL),(20963,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772893266,'web','103.59.160.210',NULL),(20964,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772893288,'web','103.59.160.210',NULL),(20965,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772894398,'web','103.59.160.210',NULL),(20966,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772895208,'web','103.59.160.210',NULL),(20967,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772895649,'web','103.59.160.210',NULL),(20968,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772896259,'web','103.59.160.210',NULL),(20969,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772897449,'web','103.59.160.210',NULL),(20970,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772898184,'web','103.59.160.210',NULL),(20971,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772898776,'web','103.59.160.210',NULL),(20972,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772898854,'web','103.59.160.210',NULL),(20973,'\\core\\event\\user_loggedin','core','loggedin','user','user',28,'r',0,1,10,0,28,0,NULL,0,'{\"username\":\"leo810813\",\"extrauserinfo\":[]}',1772899022,'web','123.193.249.221',NULL),(20974,'\\core\\event\\notification_sent','core','sent','notification','notifications',1955,'c',0,1,10,0,0,0,28,0,'{\"courseid\":\"1\"}',1772899026,'cli',NULL,NULL),(20975,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,28,0,NULL,0,'{\"username\":\"leo810813\",\"reason\":3}',1772899027,'web','123.193.249.221',NULL),(20976,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,28,1,NULL,0,'null',1772899031,'web','123.193.249.221',NULL),(20977,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,28,3,NULL,0,'null',1772899034,'web','123.193.249.221',NULL),(20978,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,28,3,NULL,0,'null',1772899066,'web','123.193.249.221',NULL),(20979,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,28,3,NULL,0,'null',1772899067,'web','123.193.249.221',NULL),(20980,'\\core\\event\\course_module_completion_updated','core','updated','course_module_completion','course_modules_completion',11,'u',2,106,70,65,28,3,28,0,'{\"relateduserid\":\"28\",\"overrideby\":null,\"completionstate\":0}',1772899075,'web','123.193.249.221',NULL),(20981,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,28,3,NULL,0,'null',1772899075,'web','123.193.249.221',NULL),(20982,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,28,3,NULL,0,'null',1772899099,'web','123.193.249.221',NULL),(20983,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772899523,'web','103.59.160.210',NULL),(20984,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772899901,'web','103.59.160.210',NULL),(20985,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772902086,'web','103.59.160.210',NULL),(20986,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772902605,'web','103.59.160.210',NULL),(20987,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772902959,'web','103.59.160.210',NULL),(20988,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772903089,'web','103.59.160.210',NULL),(20989,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772903605,'web','103.59.160.210',NULL),(20990,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772903836,'web','103.59.160.210',NULL),(20991,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772904246,'web','103.59.160.210',NULL),(20992,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772905753,'web','103.59.160.210',NULL),(20993,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772905934,'web','103.59.160.210',NULL),(20994,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772907479,'web','103.59.160.210',NULL),(20995,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772907630,'web','103.59.160.210',NULL),(20996,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772908957,'web','103.59.160.210',NULL),(20997,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772909650,'web','103.59.160.210',NULL),(20998,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772910845,'web','103.59.160.210',NULL),(20999,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772911435,'web','52.167.144.227',NULL),(21000,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772911487,'web','103.59.160.210',NULL),(21001,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772912084,'web','103.59.160.210',NULL),(21002,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772912160,'web','103.59.160.210',NULL),(21003,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772912780,'web','103.59.160.210',NULL),(21004,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772914331,'web','103.59.160.210',NULL),(21005,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772914343,'web','103.59.160.210',NULL),(21006,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772914966,'web','103.59.160.210',NULL),(21007,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772915145,'web','103.59.160.210',NULL),(21008,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772915987,'web','103.59.160.210',NULL),(21009,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772916239,'web','103.59.160.210',NULL),(21010,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772916353,'web','103.59.160.210',NULL),(21011,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772916681,'web','103.59.160.210',NULL),(21012,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772916809,'web','103.59.160.210',NULL),(21013,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772916845,'web','103.59.160.210',NULL),(21014,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772917480,'web','103.59.160.210',NULL),(21015,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772917864,'web','103.59.160.210',NULL),(21016,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772918655,'web','103.59.160.210',NULL),(21017,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772919353,'web','103.59.160.210',NULL),(21018,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772919834,'web','103.59.160.210',NULL),(21019,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772920382,'web','103.59.160.210',NULL),(21020,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772920880,'web','103.59.160.210',NULL),(21021,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772921193,'web','103.59.160.210',NULL),(21022,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772921504,'web','103.59.160.210',NULL),(21023,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772922606,'web','103.59.160.210',NULL),(21024,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772922861,'web','103.59.160.210',NULL),(21025,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772922941,'web','103.59.160.210',NULL),(21026,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772923322,'web','103.59.160.210',NULL),(21027,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772923905,'web','103.59.160.210',NULL),(21028,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772925364,'web','103.59.160.210',NULL),(21029,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772925440,'web','103.59.160.210',NULL),(21030,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772925449,'web','103.59.160.210',NULL),(21031,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772926663,'web','103.59.160.210',NULL),(21032,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772927487,'web','103.59.160.210',NULL),(21033,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772927641,'web','103.59.160.210',NULL),(21034,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772927674,'web','103.59.160.210',NULL),(21035,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772927914,'web','103.59.160.210',NULL),(21036,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772928428,'web','103.59.160.210',NULL),(21037,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772928635,'web','103.59.160.210',NULL),(21038,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772928652,'web','52.167.144.211',NULL),(21039,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772929166,'web','103.59.160.210',NULL),(21040,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772929258,'web','103.59.160.210',NULL),(21041,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772930177,'web','103.59.160.210',NULL),(21042,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772930503,'web','103.59.160.210',NULL),(21043,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772931601,'web','103.59.160.210',NULL),(21044,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772935192,'web','103.59.160.210',NULL),(21045,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772935535,'web','103.59.160.210',NULL),(21046,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772936876,'web','103.59.160.210',NULL),(21047,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772937779,'web','103.59.160.210',NULL),(21048,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772937914,'web','103.59.160.210',NULL),(21049,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772938838,'web','103.59.160.210',NULL),(21050,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772939213,'web','103.59.160.210',NULL),(21051,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772940674,'web','103.59.160.210',NULL),(21052,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772941868,'web','103.59.160.210',NULL),(21053,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772944072,'web','103.59.160.210',NULL),(21054,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772944770,'web','103.59.160.210',NULL),(21055,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772944806,'web','103.59.160.210',NULL),(21056,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772945925,'web','103.59.160.210',NULL),(21057,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772946956,'web','103.59.160.210',NULL),(21058,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772947373,'web','103.59.160.210',NULL),(21059,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772947742,'web','103.59.160.210',NULL),(21060,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772947959,'web','103.59.160.210',NULL),(21061,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772948540,'web','103.59.160.210',NULL),(21062,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772949441,'web','103.59.160.210',NULL),(21063,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772951695,'web','103.59.160.210',NULL),(21064,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772953112,'web','103.59.160.210',NULL),(21065,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772953736,'web','103.59.160.210',NULL),(21066,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772954104,'web','103.59.160.210',NULL),(21067,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772954982,'web','103.59.160.210',NULL),(21068,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772955405,'web','103.59.160.210',NULL),(21069,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772955956,'web','103.59.160.210',NULL),(21070,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772956499,'web','103.59.160.210',NULL),(21071,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772956536,'web','103.59.160.210',NULL),(21072,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772956739,'web','103.59.160.210',NULL),(21073,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772956926,'web','103.59.160.210',NULL),(21074,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772957585,'web','103.59.160.210',NULL),(21075,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772957624,'web','103.59.160.210',NULL),(21076,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772959675,'web','103.59.160.210',NULL),(21077,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772960198,'web','103.59.160.210',NULL),(21078,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772960355,'web','103.59.160.210',NULL),(21079,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772960535,'web','103.59.160.210',NULL),(21080,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772961662,'web','52.212.16.235',NULL),(21081,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772962583,'web','204.76.203.25',NULL),(21082,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772962992,'web','103.59.160.210',NULL),(21083,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772963149,'web','103.59.160.210',NULL),(21084,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772963482,'web','103.59.160.210',NULL),(21085,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772963596,'web','103.59.160.210',NULL),(21086,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772963869,'web','103.59.160.210',NULL),(21087,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772964226,'web','103.59.160.210',NULL),(21088,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772964455,'web','103.59.160.210',NULL),(21089,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772964713,'web','40.77.167.126',NULL),(21090,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772965023,'web','103.59.160.210',NULL),(21091,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772965167,'web','223.137.170.102',NULL),(21092,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772965253,'web','103.59.160.210',NULL),(21093,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772965532,'web','103.59.160.210',NULL),(21094,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772965655,'web','103.59.160.210',NULL),(21095,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772965769,'web','103.59.160.210',NULL),(21096,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772966085,'web','103.59.160.210',NULL),(21097,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772967165,'web','103.59.160.210',NULL),(21098,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772967329,'web','103.59.160.210',NULL),(21099,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772967796,'web','103.59.160.210',NULL),(21100,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772968098,'web','103.59.160.210',NULL),(21101,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772968267,'web','103.59.160.210',NULL),(21102,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772969745,'web','103.59.160.210',NULL),(21103,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772969896,'web','103.59.160.210',NULL),(21104,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772969941,'web','103.59.160.210',NULL),(21105,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772971834,'web','103.59.160.210',NULL),(21106,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772973399,'web','103.59.160.210',NULL),(21107,'\\core\\event\\user_loggedin','core','loggedin','user','user',28,'r',0,1,10,0,28,0,NULL,0,'{\"username\":\"leo810813\",\"extrauserinfo\":[]}',1772973476,'web','123.193.249.221',NULL),(21108,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,28,1,NULL,0,'null',1772973476,'web','123.193.249.221',NULL),(21109,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,28,3,NULL,0,'null',1772973478,'web','123.193.249.221',NULL),(21110,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,112,30,28,28,0,28,0,'{\"forgottenreset\":false}',1772973566,'web','123.193.249.221',NULL),(21111,'\\core\\event\\user_loggedout','core','loggedout','user','user',28,'r',0,1,10,0,28,0,NULL,0,'{\"sessionid\":\"6mfqilkas2sbmggqgdcbumcm97\"}',1772973575,'web','123.193.249.221',NULL),(21112,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772973575,'web','123.193.249.221',NULL),(21113,'\\core\\event\\user_loggedin','core','loggedin','user','user',28,'r',0,1,10,0,28,0,NULL,0,'{\"username\":\"leo810813\",\"extrauserinfo\":[]}',1772973582,'web','123.193.249.221',NULL),(21114,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,28,1,NULL,0,'null',1772973583,'web','123.193.249.221',NULL),(21115,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,28,3,NULL,0,'null',1772973584,'web','123.193.249.221',NULL),(21116,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',33,'r',2,104,70,63,28,3,NULL,0,'null',1772973599,'web','123.193.249.221',NULL),(21117,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,28,1,NULL,0,'null',1772973626,'web','123.193.249.221',NULL),(21118,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,28,3,NULL,0,'null',1772973627,'web','123.193.249.221',NULL),(21119,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,28,3,NULL,0,'null',1772973629,'web','123.193.249.221',NULL),(21120,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,28,3,NULL,0,'null',1772973636,'web','123.193.249.221',NULL),(21121,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,28,3,NULL,0,'null',1772973641,'web','123.193.249.221',NULL),(21122,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,28,3,NULL,0,'null',1772973692,'web','123.193.249.221',NULL),(21123,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,28,0,NULL,0,'null',1772974422,'web','123.193.249.221',NULL),(21124,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772975213,'web','103.59.160.210',NULL),(21125,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772977498,'web','103.59.160.210',NULL),(21126,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772977589,'web','103.59.160.210',NULL),(21127,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772977688,'web','103.59.160.210',NULL),(21128,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772977697,'web','103.59.160.210',NULL),(21129,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772977924,'web','103.59.160.210',NULL),(21130,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772978286,'web','103.59.160.210',NULL),(21131,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772980051,'web','103.59.160.210',NULL),(21132,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772980132,'web','103.59.160.210',NULL),(21133,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772980273,'web','103.59.160.210',NULL),(21134,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772980368,'web','103.59.160.210',NULL),(21135,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772980868,'web','103.59.160.210',NULL),(21136,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772981401,'web','103.59.160.210',NULL),(21137,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772982608,'web','103.59.160.210',NULL),(21138,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772983003,'web','103.59.160.210',NULL),(21139,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772983275,'web','103.59.160.210',NULL),(21140,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772983331,'web','103.59.160.210',NULL),(21141,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772983610,'web','103.59.160.210',NULL),(21142,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772984019,'web','103.59.160.210',NULL),(21143,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772985434,'web','103.59.160.210',NULL),(21144,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772985627,'web','103.59.160.210',NULL),(21145,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772986377,'web','103.59.160.210',NULL),(21146,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772986644,'web','223.137.170.102',NULL),(21147,'\\core\\event\\user_loggedin','core','loggedin','user','user',29,'r',0,1,10,0,29,0,NULL,0,'{\"username\":\"lya8x0u9398\",\"extrauserinfo\":[]}',1772986647,'web','223.137.170.102',NULL),(21148,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,29,1,NULL,0,'null',1772986647,'web','223.137.170.102',NULL),(21149,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772986983,'web','103.59.160.210',NULL),(21150,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772987689,'web','103.59.160.210',NULL),(21151,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772988043,'web','103.59.160.210',NULL),(21152,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772988376,'web','103.59.160.210',NULL),(21153,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772988621,'web','103.59.160.210',NULL),(21154,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772989120,'web','103.59.160.210',NULL),(21155,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772989629,'web','103.59.160.210',NULL),(21156,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772989844,'web','103.59.160.210',NULL),(21157,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772990774,'web','103.59.160.210',NULL),(21158,'\\core\\event\\user_loggedin','core','loggedin','user','user',24,'r',0,1,10,0,24,0,NULL,0,'{\"username\":\"chengyp\",\"extrauserinfo\":[]}',1772991021,'web','111.80.94.168',NULL),(21159,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,24,1,NULL,0,'null',1772991021,'web','111.80.94.168',NULL),(21160,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,24,3,NULL,0,'null',1772991027,'web','111.80.94.168',NULL),(21161,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,24,3,NULL,0,'null',1772991036,'web','111.80.94.168',NULL),(21162,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,24,1,NULL,0,'null',1772991062,'web','111.80.94.168',NULL),(21163,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,24,3,NULL,0,'null',1772991064,'web','111.80.94.168',NULL),(21164,'\\core\\event\\notification_sent','core','sent','notification','notifications',1956,'c',0,1,10,0,0,0,24,0,'{\"courseid\":\"1\"}',1772991065,'cli',NULL,NULL),(21165,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',33,'r',2,104,70,63,24,3,NULL,0,'null',1772991067,'web','111.80.94.168',NULL),(21166,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,24,3,NULL,0,'null',1772991068,'web','111.80.94.168',NULL),(21167,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,24,3,NULL,0,'null',1772991071,'web','111.80.94.168',NULL),(21168,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772992002,'web','103.59.160.210',NULL),(21169,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772992076,'web','103.59.160.210',NULL),(21170,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772992245,'web','103.59.160.210',NULL),(21171,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772992356,'web','103.59.160.210',NULL),(21172,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772992533,'web','103.59.160.210',NULL),(21173,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772994042,'web','103.59.160.210',NULL),(21174,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772994970,'web','103.59.160.210',NULL),(21175,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772995627,'web','71.6.134.233',NULL),(21176,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772996231,'web','103.59.160.210',NULL),(21177,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772996766,'web','103.59.160.210',NULL),(21178,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1772997071,'web','103.59.160.210',NULL),(21179,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1772997330,'web','47.128.127.210',NULL),(21180,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772997460,'web','103.59.160.210',NULL),(21181,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772997463,'web','103.59.160.210',NULL),(21182,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772997837,'web','103.59.160.210',NULL),(21183,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772997853,'web','103.59.160.210',NULL),(21184,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772998040,'web','103.59.160.210',NULL),(21185,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772998118,'web','103.59.160.210',NULL),(21186,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772998398,'web','103.59.160.210',NULL),(21187,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1772998654,'web','103.59.160.210',NULL),(21188,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1772998679,'web','103.59.160.210',NULL),(21189,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772998684,'web','103.59.160.210',NULL),(21190,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1772998929,'web','103.59.160.210',NULL),(21191,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773000757,'web','103.59.160.210',NULL),(21192,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773001514,'web','103.59.160.210',NULL),(21193,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773002516,'web','103.59.160.210',NULL),(21194,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773003540,'web','103.59.160.210',NULL),(21195,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773003761,'web','103.59.160.210',NULL),(21196,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773003889,'web','103.59.160.210',NULL),(21197,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773004317,'web','103.59.160.210',NULL),(21198,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773005158,'web','103.59.160.210',NULL),(21199,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773005917,'web','103.59.160.210',NULL),(21200,'\\core\\event\\user_loggedin','core','loggedin','user','user',24,'r',0,1,10,0,24,0,NULL,0,'{\"username\":\"chengyp\",\"extrauserinfo\":[]}',1773006008,'web','111.80.94.168',NULL),(21201,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,24,1,NULL,0,'null',1773006008,'web','111.80.94.168',NULL),(21202,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,24,3,NULL,0,'null',1773006010,'web','111.80.94.168',NULL),(21203,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',33,'r',2,104,70,63,24,3,NULL,0,'null',1773006016,'web','111.80.94.168',NULL),(21204,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,24,1,NULL,0,'null',1773006023,'web','111.80.94.168',NULL),(21205,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,24,3,NULL,0,'null',1773006026,'web','111.80.94.168',NULL),(21206,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,24,3,NULL,0,'null',1773006029,'web','111.80.94.168',NULL),(21207,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773006219,'web','103.59.160.210',NULL),(21208,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773006870,'web','103.59.160.210',NULL),(21209,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773007111,'web','103.59.160.210',NULL),(21210,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773007678,'web','103.59.160.210',NULL),(21211,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773007829,'web','103.59.160.210',NULL),(21212,'\\core\\event\\notification_sent','core','sent','notification','notifications',1957,'c',0,1,10,0,2,0,2,0,'{\"courseid\":\"1\"}',1773007864,'cli',NULL,NULL),(21213,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773008241,'web','103.59.160.210',NULL),(21214,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773008248,'web','103.59.160.210',NULL),(21215,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773008313,'web','103.59.160.210',NULL),(21216,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773008315,'web','103.59.160.210',NULL),(21217,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773009921,'web','103.59.160.210',NULL),(21218,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773009985,'web','103.59.160.210',NULL),(21219,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773011122,'web','103.59.160.210',NULL),(21220,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773011956,'web','103.59.160.210',NULL),(21221,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773011985,'web','103.59.160.210',NULL),(21222,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773012777,'web','103.59.160.210',NULL),(21223,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773013268,'web','103.59.160.210',NULL),(21224,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773014995,'web','103.59.160.210',NULL),(21225,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773015519,'web','203.55.131.3',NULL),(21226,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773016229,'web','103.59.160.210',NULL),(21227,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773016430,'web','103.59.160.210',NULL),(21228,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773016823,'web','103.59.160.210',NULL),(21229,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773016925,'web','103.59.160.210',NULL),(21230,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773018293,'web','103.59.160.210',NULL),(21231,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773018535,'web','103.59.160.210',NULL),(21232,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773020371,'web','40.77.167.131',NULL),(21233,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773020652,'web','103.59.160.210',NULL),(21234,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773020797,'web','103.59.160.210',NULL),(21235,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773021330,'web','103.59.160.210',NULL),(21236,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773022678,'web','5.175.189.25',NULL),(21237,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773023380,'web','103.59.160.210',NULL),(21238,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773023412,'web','103.59.160.210',NULL),(21239,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773024115,'web','103.59.160.210',NULL),(21240,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773024354,'web','103.59.160.210',NULL),(21241,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773024553,'web','103.59.160.210',NULL),(21242,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773025195,'web','103.59.160.210',NULL),(21243,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773026092,'web','103.59.160.210',NULL),(21244,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773026343,'web','103.59.160.210',NULL),(21245,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773026410,'web','103.59.160.210',NULL),(21246,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773026459,'web','103.59.160.210',NULL),(21247,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773026904,'web','103.59.160.210',NULL),(21248,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773027583,'web','103.59.160.210',NULL),(21249,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773029011,'web','103.59.160.210',NULL),(21250,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773029390,'web','103.59.160.210',NULL),(21251,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773029908,'web','103.59.160.210',NULL),(21252,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773030279,'web','103.59.160.210',NULL),(21253,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773030295,'web','103.59.160.210',NULL),(21254,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773031712,'web','103.59.160.210',NULL),(21255,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773033388,'web','103.59.160.210',NULL),(21256,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773033429,'web','103.59.160.210',NULL),(21257,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773035982,'web','103.59.160.210',NULL),(21258,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773036264,'web','103.59.160.210',NULL),(21259,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773036730,'web','103.59.160.210',NULL),(21260,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773036832,'web','103.59.160.210',NULL),(21261,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773038226,'web','103.59.160.210',NULL),(21262,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773038334,'web','103.59.160.210',NULL),(21263,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773039414,'web','103.59.160.210',NULL),(21264,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773039428,'web','103.59.160.210',NULL),(21265,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773040538,'web','103.59.160.210',NULL),(21266,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773040607,'web','103.59.160.210',NULL),(21267,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773040758,'web','103.59.160.210',NULL),(21268,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773041043,'web','103.59.160.210',NULL),(21269,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773041364,'web','103.59.160.210',NULL),(21270,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773042038,'web','103.59.160.210',NULL),(21271,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773042271,'web','103.59.160.210',NULL),(21272,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773043715,'web','103.59.160.210',NULL),(21273,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773044642,'web','103.59.160.210',NULL),(21274,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773045319,'web','103.59.160.210',NULL),(21275,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773045358,'web','103.59.160.210',NULL),(21276,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773045936,'web','103.59.160.210',NULL),(21277,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773045947,'web','103.59.160.210',NULL),(21278,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773046226,'web','103.59.160.210',NULL),(21279,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773046360,'web','103.59.160.210',NULL),(21280,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773046370,'web','103.59.160.210',NULL),(21281,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773046785,'web','103.59.160.210',NULL),(21282,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773047239,'web','103.59.160.210',NULL),(21283,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773047858,'web','103.59.160.210',NULL),(21284,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773047925,'web','103.59.160.210',NULL),(21285,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773048018,'web','74.7.227.61',NULL),(21286,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773048021,'web','74.7.227.61',NULL),(21287,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773048024,'web','74.7.227.61',NULL),(21288,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773048026,'web','74.7.227.61',NULL),(21289,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773048129,'web','103.59.160.210',NULL),(21290,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773048359,'web','103.59.160.210',NULL),(21291,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773048740,'web','103.59.160.210',NULL),(21292,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773048986,'web','103.59.160.210',NULL),(21293,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773049272,'web','103.59.160.210',NULL),(21294,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773049616,'web','103.59.160.210',NULL),(21295,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773049939,'web','103.59.160.210',NULL),(21296,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773050353,'web','103.59.160.210',NULL),(21297,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773051410,'web','103.59.160.210',NULL),(21298,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773051941,'web','103.59.160.210',NULL),(21299,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"iampaul.hsu\",\"reason\":1}',1773052003,'web','123.50.44.2',NULL),(21300,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"iampaul\",\"reason\":1}',1773052019,'web','123.50.44.2',NULL),(21301,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"iampaul.hsu\",\"reason\":1}',1773052061,'web','123.50.44.2',NULL),(21302,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773052077,'web','123.50.44.2',NULL),(21303,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,116,30,32,0,0,32,0,'{\"forgottenreset\":false}',1773052128,'web','123.50.44.2',NULL),(21304,'\\core\\event\\user_loggedin','core','loggedin','user','user',32,'r',0,1,10,0,32,0,NULL,0,'{\"username\":\"lampaul.hsu\",\"extrauserinfo\":[]}',1773052128,'web','123.50.44.2',NULL),(21305,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,32,1,NULL,0,'null',1773052128,'web','123.50.44.2',NULL),(21306,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',4,'r',2,2,50,1,32,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\"}',1773052129,'web','123.50.44.2',NULL),(21307,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',4,'c',2,2,50,1,32,1,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/\",\"stepid\":6,\"stepindex\":0}',1773052129,'web','123.50.44.2',NULL),(21308,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,32,3,NULL,0,'null',1773052131,'web','123.50.44.2',NULL),(21309,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,98,50,3,32,3,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=3\"}',1773052131,'web','123.50.44.2',NULL),(21310,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,98,50,3,32,3,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=3\",\"stepid\":1,\"stepindex\":0}',1773052134,'web','123.50.44.2',NULL),(21311,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',32,'r',2,103,70,62,32,3,NULL,0,'null',1773052138,'web','123.50.44.2',NULL),(21312,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,32,3,NULL,0,'null',1773052140,'web','123.50.44.2',NULL),(21313,'\\core\\event\\notification_sent','core','sent','notification','notifications',1958,'c',0,1,10,0,0,0,32,0,'{\"courseid\":\"1\"}',1773052145,'cli',NULL,NULL),(21314,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,32,1,NULL,0,'null',1773052271,'web','123.50.44.2',NULL),(21315,'\\core\\event\\mycourses_viewed','core','viewed','mycourses',NULL,NULL,'r',0,1,10,0,32,0,NULL,0,'null',1773052308,'web','123.50.44.2',NULL),(21316,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',3,'r',2,1,10,0,32,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\"}',1773052308,'web','123.50.44.2',NULL),(21317,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',3,'c',2,1,10,0,32,0,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/my\\/courses.php\",\"stepid\":5,\"stepindex\":0}',1773052309,'web','123.50.44.2',NULL),(21318,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,32,1,NULL,0,'null',1773052310,'web','123.50.44.2',NULL),(21319,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,32,3,NULL,0,'null',1773052319,'web','123.50.44.2',NULL),(21320,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',33,'r',2,104,70,63,32,3,NULL,0,'null',1773052327,'web','123.50.44.2',NULL),(21321,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,32,3,NULL,0,'null',1773052332,'web','123.50.44.2',NULL),(21322,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',3,'r',0,98,50,3,32,3,NULL,0,'{\"courseshortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"coursefullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\"}',1773052335,'web','123.50.44.2',NULL),(21323,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,98,50,3,32,3,32,0,'null',1773052360,'web','123.50.44.2',NULL),(21324,'\\core\\event\\course_module_completion_updated','core','updated','course_module_completion','course_modules_completion',12,'u',2,106,70,65,32,3,32,0,'{\"relateduserid\":\"32\",\"overrideby\":null,\"completionstate\":0}',1773052364,'web','123.50.44.2',NULL),(21325,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,32,3,NULL,0,'null',1773052364,'web','123.50.44.2',NULL),(21326,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,32,3,NULL,0,'null',1773052370,'web','123.50.44.2',NULL),(21327,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,32,3,NULL,0,'null',1773052373,'web','123.50.44.2',NULL),(21328,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,32,3,NULL,0,'null',1773052396,'web','123.50.44.2',NULL),(21329,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,32,3,NULL,0,'null',1773052404,'web','123.50.44.2',NULL),(21330,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',32,'r',2,103,70,62,32,3,NULL,0,'null',1773052406,'web','123.50.44.2',NULL),(21331,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,32,1,NULL,0,'null',1773052408,'web','123.50.44.2',NULL),(21332,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773052655,'web','103.59.160.210',NULL),(21333,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773052819,'web','103.59.160.210',NULL),(21334,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773052922,'web','103.59.160.210',NULL),(21335,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773053399,'web','103.59.160.210',NULL),(21336,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773053847,'web','103.59.160.210',NULL),(21337,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773053962,'web','103.59.160.210',NULL),(21338,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773054126,'web','103.59.160.210',NULL),(21339,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773054192,'web','103.59.160.210',NULL),(21340,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773054300,'web','103.59.160.210',NULL),(21341,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773054682,'web','103.59.160.210',NULL),(21342,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1773055049,'web','219.91.26.209',NULL),(21343,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1773055398,'web','219.91.26.209',NULL),(21344,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1773055400,'web','219.91.26.209',NULL),(21345,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1773055404,'web','219.91.26.209',NULL),(21346,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,16,50,2,2,2,NULL,0,'{\"courseshortname\":\"\\u85dd\\u8853\\u8207\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\",\"coursefullname\":\"\\u5a92\\u9ad4\\u3001\\u85dd\\u8853\\u8207\\u6232\\u5287\\u5728\\u9752\\u5c11\\u5e74\\u4e8b\\u5de5\\u4e2d\\u7684\\u61c9\\u7528\"}',1773055438,'web','219.91.26.209',NULL),(21347,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,16,50,2,2,2,NULL,0,'null',1773055443,'web','219.91.26.209',NULL),(21348,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1773055443,'web','219.91.26.209',NULL),(21349,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1773055445,'web','219.91.26.209',NULL),(21350,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',3,'r',0,98,50,3,2,3,NULL,0,'{\"courseshortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"coursefullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\"}',1773055446,'web','219.91.26.209',NULL),(21351,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1773055459,'web','219.91.26.209',NULL),(21352,'\\mod_forum\\event\\subscription_created','mod_forum','created','subscription','forum_subscriptions',16,'c',2,106,70,65,2,3,2,0,'{\"forumid\":\"20\"}',1773055462,'web','219.91.26.209',NULL),(21353,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1773055462,'web','219.91.26.209',NULL),(21354,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773056664,'web','103.59.160.210',NULL),(21355,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,32,3,NULL,0,'null',1773057683,'web','123.50.44.2',NULL),(21356,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,32,3,NULL,0,'null',1773057688,'web','123.50.44.2',NULL),(21357,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773058104,'web','223.137.170.102',NULL),(21358,'\\core\\event\\user_loggedin','core','loggedin','user','user',29,'r',0,1,10,0,29,0,NULL,0,'{\"username\":\"lya8x0u9398\",\"extrauserinfo\":[]}',1773058111,'web','223.137.170.102',NULL),(21359,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,29,1,NULL,0,'null',1773058112,'web','223.137.170.102',NULL),(21360,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773058419,'web','52.167.144.182',NULL),(21361,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773058668,'web','103.59.160.210',NULL),(21362,'\\core\\event\\user_loggedin','core','loggedin','user','user',26,'r',0,1,10,0,26,0,NULL,0,'{\"username\":\"ba0961002\",\"extrauserinfo\":[]}',1773058994,'web','114.43.154.48',NULL),(21363,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,26,1,NULL,0,'null',1773058994,'web','114.43.154.48',NULL),(21364,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,26,3,NULL,0,'null',1773058998,'web','114.43.154.48',NULL),(21365,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,26,3,NULL,0,'null',1773059007,'web','114.43.154.48',NULL),(21366,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,26,3,NULL,0,'null',1773059013,'web','114.43.154.48',NULL),(21367,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,26,3,NULL,0,'null',1773059017,'web','114.43.154.48',NULL),(21368,'\\core\\event\\user_loggedin','core','loggedin','user','user',26,'r',0,1,10,0,26,0,NULL,0,'{\"username\":\"ba0961002\",\"extrauserinfo\":[]}',1773059029,'web','114.43.154.48',NULL),(21369,'\\core\\event\\notification_sent','core','sent','notification','notifications',1959,'c',0,1,10,0,0,0,26,0,'{\"courseid\":\"1\"}',1773059046,'cli',NULL,NULL),(21370,'\\core\\event\\user_loggedin','core','loggedin','user','user',26,'r',0,1,10,0,26,0,NULL,0,'{\"username\":\"ba0961002\",\"extrauserinfo\":[]}',1773059150,'web','114.43.154.48',NULL),(21371,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,26,1,NULL,0,'null',1773059151,'web','114.43.154.48',NULL),(21372,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,26,3,NULL,0,'null',1773059153,'web','114.43.154.48',NULL),(21373,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,26,3,NULL,0,'null',1773059156,'web','114.43.154.48',NULL),(21374,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773059982,'web','103.59.160.210',NULL),(21375,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773060079,'web','103.59.160.210',NULL),(21376,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773061623,'web','103.59.160.210',NULL),(21377,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773061984,'web','223.137.170.102',NULL),(21378,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773061984,'web','223.137.170.102',NULL),(21379,'\\core\\event\\user_loggedin','core','loggedin','user','user',26,'r',0,1,10,0,26,0,NULL,0,'{\"username\":\"ba0961002\",\"extrauserinfo\":[]}',1773062328,'web','114.43.154.48',NULL),(21380,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,26,3,NULL,0,'null',1773062329,'web','114.43.154.48',NULL),(21381,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,26,3,NULL,0,'null',1773062332,'web','114.43.154.48',NULL),(21382,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773062606,'web','103.59.160.210',NULL),(21383,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773062742,'web','194.164.107.5',NULL),(21384,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',202,'c',2,106,70,65,32,3,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u4eba\\u6709\\u4e0a\\u5e1d\\u5f62\\u8c61\\u7684\\u5f71\\u5b50\\uff0c\\u6709\\u5275\\u610f\\u8207\\u8ffd\\u6c42\\u50f9\\u503c\\u3001\\u7f8e\\u5584\\u771f\\u7684\\u6e34\\u671b\\uff0c\\u9019\\u4e9b\\u6e34\\u671b\\u555f\\u767c\\u76f8\\u4fe1\\u795e\\u8207\\u4e0d\\u76f8\\u4fe1\\u795e\\u7684\\uff0c\\u4f7f\\u4eba\\u6709\\u8c50\\u5bcc\\u7684\\u5275\\u610f\\uff0c\\u80fd\\u88ab\\u9023\\u7d50\\u5230\\u4e0a\\u5e1d\\u7684\\u8c50\\u5bcc\\uff0c\\u6b63\\u56e0\\u70ba\\u4e0a\\u5e1d\\u771f\\u5584\\u7f8e\\u8c50\\u5bcc\\u7684\\u7bc4\\u570d\\u9060\\u5927\\u65bc\\u4eba\\u5275\\u610f\\u8c50\\u5bcc\\u7684\\u7bc4\\u570d\\uff0c\\u5728\\u666e\\u904d\\u6027\\u7684\\u5275\\u4f5c\\u7576\\u4e2d\\uff0c\\u4e5f\\u80fd\\u5920\\u9023\\u7d50\\u5230\\u8207\\u4e0a\\u5e1d\\u76f8\\u8655\\u7684\\u7d93\\u9a57\\u3002<br \\/>\\n<br \\/>\\n\\u540c\\u6642\\u4e5f\\u5c0d\\u61c9\\u5230\\u57fa\\u7763\\u5f92\\u751f\\u547d\\u958b\\u59cb\\u6709\\u50f9\\u503c\\u7684\\u6642\\u9593\\u9ede\\u8981\\u600e\\u9ebc\\u5224\\u65b7\\uff0c\\u4e0d\\u53ea\\u662f\\u5f9e\\u76f8\\u4fe1\\u7684\\u90a3\\u4e00\\u523b\\u958b\\u59cb\\u6709\\u50f9\\u503c\\uff0c\\u5728\\u5c1a\\u672a\\u51fa\\u751f\\uff0c\\u4e0a\\u5e1d\\u7d66\\u4eba\\u7684\\u50f9\\u503c\\u5c31\\u5b58\\u5728\\uff0c\\u800c\\u4e14\\u76f8\\u4fe1\\u8207\\u5426\\uff0c\\u4eba\\u90fd\\u662f\\u4e0a\\u5e1d\\u7684\\u5275\\u9020\\uff0c\\u4e0d\\u80fd\\u5426\\u5b9a\\u4eba\\u5b58\\u5728\\u5373\\u6709\\u50f9\\u503c\\u3002<br \\/>\\n<br \\/>\\n\\u56de\\u5230\\u5206\\u8fa8\\uff0c\\u8a8d\\u8b58\\u795e\\uff0c\\u8a8d\\u51fa\\u795e\\uff0c\\u4ed6\\u8a8d\\u5f97\\u6211\\u5011\\uff0c\\u6211\\u5011\\u66f4\\u591a\\u8a8d\\u8b58\\u795e\\u7684\\u8c50\\u5bcc\\u4ee5\\u53ca\\u795e\\u8207\\u4eba\\u76f8\\u8655\\u7684\\u614b\\u5ea6\\u8207\\u5404\\u6a23\\u65b9\\u5f0f\\uff0c\\u958b\\u653e\\u6211\\u5011\\u7684\\u5fc3\\u80f8\\uff0c\\u66f4\\u80fd\\u8a8d\\u51fa\\u7942\\u5de5\\u4f5c\\u5ee3\\u5ea6\\uff0c\\u9060\\u8d85\\u904e\\u4eba\\u7684\\u60f3\\u50cf\\u3002<br \\/>\\n\\u601d\\u8003\\u591a\\u8ddf\\u795e\\u76f8\\u8655\\u7684\\u610f\\u6db5\\u662f\\u4ec0\\u9ebc\\uff0c\\u9084\\u662f\\u5fc5\\u9808\\u56de\\u5230\\uff0c\\u8046\\u807d\\u4ed6\\u7684\\u8a71\\u8a9e\\u3001\\u8b80\\u4ed6\\u7684\\u8a71\\u8a9e\\u3001\\u76f8\\u4fe1\\u4ed6\\u7684\\u8a71\\u8a9e\\u3001\\u884c\\u4ed6\\u7684\\u8a71\\u8a9e\\u3001\\u79b1\\u544a\\u3001\\u5b89\\u975c\\u3001\\u8046\\u807d\\u3001\\u5b89\\u606f\\uff0c\\u9032\\u5165\\u751f\\u547d\\u8207\\u4e3b\\u540c\\u5728\\u9032\\u5165\\u4e00\\u6b21\\u6b21\\u7684\\u66f4\\u65b0\\uff0c\\u4e0a\\u5e1d\\u7684\\u904e\\u53bb\\u600e\\u9ebc\\u5de5\\u4f5c\\u73fe\\u5728\\u4e5f\\u600e\\u9ebc\\u5de5\\u4f5c\\uff0c\\u53ea\\u662f\\u7942\\u5de5\\u4f5c\\u7684\\u5167\\u6db5\\u5f88\\u6df1\\u5c31\\u7b97\\u4eba\\u4e0d\\u65b7\\u5730\\u66f4\\u65b0\\u3002<br \\/>\\n<br \\/>\\n\\u4eba\\u7684\\u5275\\u4f5c\\u8207\\u6e34\\u671b\\u8da8\\u5411\\u80fd\\u5920\\u88ab\\u667a\\u6167\\u7684\\u4e0a\\u5e1d\\uff0c\\u5982\\u98a8\\u4e00\\u822c\\u7684\\u8056\\u9748\\u7121\\u6240\\u4e0d\\u5728\\u4e5f\\u5728\\u6211\\u5011\\u88e1\\u9762\\u904b\\u884c\\u771f\\u7684\\u5f88\\u5947\\u5999\\uff0c\\u800c\\u4e14\\uff0c\\u96fb\\u5f71\\u4e0d\\u53ea\\u662f\\u5c0e\\u6f14\\u4e00\\u500b\\u4eba\\u7684\\u5275\\u4f5c\\uff0c\\u66f4\\u662f\\u4e00\\u500b\\u5718\\u968a\\u7684\\u4f5c\\u54c1\\uff0c\\u4e00\\u500b\\u601d\\u60f3\\u7684\\u96c6\\u5408\\uff0c\\u6216\\u8a31\\u53ef\\u4ee5\\u5c0d\\u6bd4\\u6210\\u4e00\\u500b\\u5718\\u5951\\u7684\\u4fe1\\u4ef0\\u898b\\u8b49\\uff0c\\u9019\\u6a23\\u770b\\u4f86\\uff0c\\u66f4\\u611f\\u5606\\u4e0a\\u5e1d\\u5de5\\u4f5c\\u7684\\u6df1\\u5ea6\\uff0c\\u56e0\\u70ba\\u4ed6\\u4e0d\\u53ea\\u662f\\u4e00\\u500b\\u4eba\\u800c\\u662f\\u4e00\\u7fa4\\u4eba\\u88ab\\u4e0a\\u5e1d\\u4f7f\\u7528\\uff01<br \\/>\\n\\u5728\\u9019\\u500b\\u6642\\u4ee3\\u88ab\\u7a31\\u70ba\\u7b2c\\u4e5d\\u85dd\\u8853\\u7684\\u904a\\u6232\\uff0c\\u5728\\u904e\\u7a0b\\u4e2d\\u66f4\\u591a\\u52a0\\u5165\\u4e86\\u4e92\\u52d5\\u7684\\u5143\\u7d20\\uff0c\\u60f3\\u60f3\\u904a\\u6232\\u600e\\u9ebc\\u88ab\\u4e0a\\u5e1d\\u4f7f\\u7528\\uff0c\\u4e5f\\u662f\\u53ef\\u4ee5\\u89c0\\u5bdf\\u7684\\u9805\\u76ee\\uff01<\\/div>\",\"pathnamehashes\":[],\"discussionid\":20,\"triggeredfrom\":\"forum_add_new_post\"}',1773062930,'web','123.50.44.2',NULL),(21385,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',202,'c',2,106,70,65,32,3,NULL,0,'{\"discussionid\":20,\"forumid\":20,\"forumtype\":\"single\"}',1773062930,'web','123.50.44.2',NULL),(21386,'\\core\\event\\course_module_completion_updated','core','updated','course_module_completion','course_modules_completion',12,'u',2,106,70,65,32,3,32,0,'{\"relateduserid\":\"32\",\"overrideby\":null,\"completionstate\":1}',1773062930,'web','123.50.44.2',NULL),(21387,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,32,3,NULL,0,'null',1773062930,'web','123.50.44.2',NULL),(21388,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,32,3,NULL,0,'null',1773062935,'web','123.50.44.2',NULL),(21389,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,32,3,NULL,0,'null',1773062938,'web','123.50.44.2',NULL),(21390,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,32,3,NULL,0,'null',1773062939,'web','123.50.44.2',NULL),(21391,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,32,3,NULL,0,'null',1773062940,'web','123.50.44.2',NULL),(21392,'\\core\\event\\course_module_completion_updated','core','updated','course_module_completion','course_modules_completion',13,'u',2,105,70,64,32,3,32,0,'{\"relateduserid\":32,\"overrideby\":null,\"completionstate\":1}',1773062942,'web','123.50.44.2',NULL),(21393,'\\gradereport_user\\event\\grade_report_viewed','gradereport_user','viewed','grade_report',NULL,NULL,'r',2,98,50,3,32,3,32,0,'null',1773062947,'web','123.50.44.2',NULL),(21394,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',3,'r',0,98,50,3,32,3,NULL,0,'{\"courseshortname\":\"\\u6559\\u6703\\u85dd\\u8853\\u8ab2\",\"coursefullname\":\"\\u6559\\u6703\\u5982\\u4f55\\u904b\\u7528\\u85dd\\u8853\\u3001\\u5a92\\u9ad4\\u548c\\u6232\\u5287\"}',1773062957,'web','123.50.44.2',NULL),(21395,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,32,3,NULL,0,'null',1773062984,'web','123.50.44.2',NULL),(21396,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773063080,'web','103.59.160.210',NULL),(21397,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773063171,'web','103.59.160.210',NULL),(21398,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,26,3,NULL,0,'null',1773063830,'web','114.43.154.48',NULL),(21399,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773064020,'web','103.59.160.210',NULL),(21400,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,29,3,NULL,0,'null',1773064026,'web','223.137.170.102',NULL),(21401,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,98,50,3,29,3,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=3\"}',1773064027,'web','223.137.170.102',NULL),(21402,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,98,50,3,29,3,NULL,0,'{\"pageurl\":\"https:\\/\\/moo.cultivarts.org\\/course\\/view.php?id=3\",\"stepid\":1,\"stepindex\":0}',1773064029,'web','223.137.170.102',NULL),(21403,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',33,'r',2,104,70,63,29,3,NULL,0,'null',1773064034,'web','223.137.170.102',NULL),(21404,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,29,3,NULL,0,'null',1773064045,'web','223.137.170.102',NULL),(21405,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',33,'r',2,104,70,63,29,3,NULL,0,'null',1773064047,'web','223.137.170.102',NULL),(21406,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',33,'r',2,104,70,63,29,3,NULL,0,'null',1773064050,'web','223.137.170.102',NULL),(21407,'\\core\\event\\course_module_completion_updated','core','updated','course_module_completion','course_modules_completion',14,'u',2,106,70,65,29,3,29,0,'{\"relateduserid\":29,\"overrideby\":null,\"completionstate\":0}',1773064124,'web','223.137.170.102',NULL),(21408,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,29,3,NULL,0,'null',1773064124,'web','223.137.170.102',NULL),(21409,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,29,3,NULL,0,'null',1773064134,'web','223.137.170.102',NULL),(21410,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,29,3,NULL,0,'null',1773064139,'web','223.137.170.102',NULL),(21411,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,29,3,NULL,0,'null',1773064144,'web','223.137.170.102',NULL),(21412,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,29,3,NULL,0,'null',1773064274,'web','223.137.170.102',NULL),(21413,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,29,3,NULL,0,'null',1773064280,'web','223.137.170.102',NULL),(21414,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,29,3,NULL,0,'null',1773064282,'web','223.137.170.102',NULL),(21415,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,29,3,NULL,0,'null',1773064298,'web','223.137.170.102',NULL),(21416,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,26,3,NULL,0,'null',1773064379,'web','114.43.154.48',NULL),(21417,'\\mod_forum\\event\\assessable_uploaded','mod_forum','uploaded','assessable','forum_posts',203,'c',2,106,70,65,26,3,NULL,0,'{\"content\":\"<div class=\\\"text_to_html\\\">\\u7b2c\\u4e00\\u6642\\u9593\\u60f3\\u5230\\u7684\\u662f\\uff0c\\u53ef\\u4ee5\\u5c07\\u4e0a\\u5e1d\\u8207\\u7942\\u7684\\u5275\\u9020\\u8996\\u70ba\\u300c\\u5b87\\u5b99\\u5927\\u7206\\u70b8\\u300d\\uff0c\\u4e00\\u5207\\u5b58\\u6709\\u90fd\\u662f\\u4ee5\\u7942\\u70ba\\u8ef8\\u5fc3\\u5411\\u5916\\u64f4\\u6563\\uff0c\\u96d6\\u7136\\u6709\\u9060\\u8fd1\\u4e4b\\u5225\\uff0c\\u4f46\\u90fd\\u5728\\u7942\\u8f44\\u7ba1\\u8207\\u8056\\u9748\\u904b\\u52d5\\u7684\\u7bc4\\u570d\\u3002\\u842c\\u7269\\u90fd\\u53ef\\u4ee5\\u4f5c\\u70ba\\u4e0a\\u5e1d\\u555f\\u793a\\u7684\\u5a92\\u4ecb\\uff0c\\u6620\\u896f\\u51fa\\u300c\\u7f8e\\u300d\\u4e5f\\u53cd\\u6620\\u4e0a\\u5e1d\\u7684\\u5c6c\\u6027\\uff0c\\u4e26\\u4e0d\\u9650\\u65bc\\u57fa\\u7763\\u5f92\\u8207\\u6559\\u6703\\u3002<br \\/>\\n<br \\/>\\n\\u53ea\\u662f\\u539f\\u7406\\u540c\\u610f\\uff0c\\u5be6\\u8e10\\u4e26\\u4e0d\\u5bb9\\u6613\\u3002\\u96d6\\u8aaa\\u6a19\\u7c64\\u662f\\u5c0d\\u4e8b\\u7269\\u672c\\u9ad4\\u7684\\u5316\\u7d04\\uff0c\\u4f46\\u540c\\u6642\\u4e5f\\u662f\\u7bc0\\u7d04\\u8a8d\\u77e5\\u6210\\u672c\\u7684\\u624b\\u6bb5\\uff0c\\u6709\\u9ede\\u96e3\\u4ee5\\u60f3\\u50cf\\u6559\\u6703\\u8981\\u5728New age\\u3001\\u5c0f\\u6d3e\\u3001\\u6cdb\\u9748\\u8ad6\\u7b49\\u4f5c\\u54c1\\u4e2d\\u54c1\\u5473\\u4e0a\\u5e1d\\u540c\\u5728\\uff0c\\u800c\\u4e0d\\u6703\\u7522\\u751f\\u5947\\u602a\\u7684\\u8ca0\\u9762\\u6548\\u61c9\\u3002\\u5c31\\u50cf\\u4e2d\\u4e16\\u7d00\\uff0c\\u6709\\u4e9b\\u4fee\\u58eb\\u6703\\u5c07\\u9ab7\\u9acf\\u5728\\u6848\\u908a\\uff0c\\u63d0\\u9192\\u81ea\\u5df1Memento Mori\\uff0c\\u4f46\\u7576\\u4ee3\\u7684\\u57fa\\u7763\\u5f92\\u9019\\u6a23\\u505a\\uff0c\\u6050\\u6015\\u5c31\\u4e0d\\u662f\\u52a0\\u5206\\u4e86\\u3002\\u6216\\u8a31\\u9019\\u662f\\u795e\\u5b78\\u7406\\u8ad6\\u5de5\\u4f5c\\u8005\\u3001\\u5ba3\\u6559\\u5b78\\u8005\\u7684\\u8077\\u8cac\\uff0c\\u627e\\u5230\\u8207\\u8de8\\u6587\\u5316\\u5c0d\\u8a71\\u7684\\u5951\\u6a5f\\u8207\\u8fa8\\u8b58\\u8056\\u9748\\u5de5\\u4f5c\\u3002<br \\/>\\n<br \\/>\\n\\u9019\\u500b\\u4f5c\\u696d\\u8b93\\u6211\\u610f\\u8b58\\u5230\\u81ea\\u5df1\\u7684\\u601d\\u8003\\u6846\\u67b6\\uff0c\\u53ef\\u80fd\\u662f\\u5de5\\u4f5c\\u7fd2\\u6163\\uff0c\\u6703\\u4e0d\\u81ea\\u89ba\\u671d\\u529f\\u5229\\u6027\\u3001\\u6210\\u672c\\u548c\\u98a8\\u96aa\\u7684\\u8a55\\u4f30\\u9760\\u650f\\u3002\\u4f5c\\u8005\\u7684\\u63d0\\u9192\\u66f4\\u50cf\\u662f\\u300c\\u4e0d\\u6b23\\u8cde\\u662f\\u640d\\u5931\\uff01\\u300d\\u6211\\u7684\\u611f\\u53d7\\u662f\\u300c\\u4e82\\u770b\\u7684\\u4eba\\u597d\\u96e3\\u6536\\u62fe\\u300d\\uff0c\\u5c31\\u7b97\\u771f\\u7684\\u6295\\u5165\\u53bb\\u770b\\uff0c\\u4e5f\\u662f\\u70ba\\u4e86\\u6709\\u5207\\u5165\\u9ede\\u50b3\\u798f\\u97f3\\u3002\\u671f\\u5f85\\u807d\\u5230\\u540c\\u5b78\\u7684\\u300c\\u671f\\u5f85\\u300d\\uff01<\\/div>\",\"pathnamehashes\":[],\"discussionid\":20,\"triggeredfrom\":\"forum_add_new_post\"}',1773064434,'web','114.43.154.48',NULL),(21418,'\\mod_forum\\event\\post_created','mod_forum','created','post','forum_posts',203,'c',2,106,70,65,26,3,NULL,0,'{\"discussionid\":20,\"forumid\":20,\"forumtype\":\"single\"}',1773064434,'web','114.43.154.48',NULL),(21419,'\\core\\event\\course_module_completion_updated','core','updated','course_module_completion','course_modules_completion',8,'u',2,106,70,65,26,3,26,0,'{\"relateduserid\":\"26\",\"overrideby\":null,\"completionstate\":1}',1773064434,'web','114.43.154.48',NULL),(21420,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,26,3,NULL,0,'null',1773064435,'web','114.43.154.48',NULL),(21421,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773064518,'web','103.59.160.210',NULL),(21422,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,29,3,NULL,0,'null',1773064658,'web','223.137.170.102',NULL),(21423,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',33,'r',2,104,70,63,29,3,NULL,0,'null',1773064666,'web','223.137.170.102',NULL),(21424,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,29,3,NULL,0,'null',1773064668,'web','223.137.170.102',NULL),(21425,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',34,'r',2,105,70,64,29,3,NULL,0,'null',1773064671,'web','223.137.170.102',NULL),(21426,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,29,3,NULL,0,'null',1773064678,'web','223.137.170.102',NULL),(21427,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773065145,'web','103.59.160.210',NULL),(21428,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773066458,'web','13.62.104.180',NULL),(21429,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773066458,'web','13.62.104.180',NULL),(21430,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773066458,'web','13.62.104.180',NULL),(21431,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773066459,'web','13.62.104.180',NULL),(21432,'\\core\\event\\notification_sent','core','sent','notification','notifications',1960,'c',0,1,10,0,32,0,2,0,'{\"courseid\":\"3\"}',1773066546,'cli',NULL,NULL),(21433,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773067078,'web','103.59.160.210',NULL),(21434,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773067084,'web','103.59.160.210',NULL),(21435,'\\core\\event\\notification_sent','core','sent','notification','notifications',1961,'c',0,1,10,0,26,0,2,0,'{\"courseid\":\"3\"}',1773068045,'cli',NULL,NULL),(21436,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773069238,'web','103.59.160.210',NULL),(21437,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773069357,'web','103.59.160.210',NULL),(21438,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773069810,'web','103.59.160.210',NULL),(21439,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,26,3,NULL,0,'null',1773069819,'web','114.43.154.48',NULL),(21440,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773070739,'web','103.59.160.210',NULL),(21441,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773070744,'web','103.59.160.210',NULL),(21442,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773071094,'web','103.59.160.210',NULL),(21443,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773071467,'web','103.59.160.210',NULL),(21444,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773071566,'web','103.59.160.210',NULL),(21445,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773071803,'web','103.59.160.210',NULL),(21446,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773072639,'web','103.59.160.210',NULL),(21447,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773072830,'web','103.59.160.210',NULL),(21448,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773072855,'web','103.59.160.210',NULL),(21449,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773072910,'web','103.59.160.210',NULL),(21450,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773073152,'web','103.59.160.210',NULL),(21451,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773073277,'web','103.59.160.210',NULL),(21452,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773074141,'web','103.59.160.210',NULL),(21453,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773076884,'web','103.59.160.210',NULL),(21454,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773077829,'web','103.59.160.210',NULL),(21455,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773078225,'web','103.59.160.210',NULL),(21456,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773080104,'web','103.59.160.210',NULL),(21457,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773080341,'web','103.59.160.210',NULL),(21458,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773083711,'web','103.59.160.210',NULL),(21459,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773084073,'web','103.59.160.210',NULL),(21460,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773084350,'web','40.77.167.30',NULL),(21461,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773084484,'web','103.59.160.210',NULL),(21462,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773084504,'web','103.59.160.210',NULL),(21463,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773085031,'web','103.59.160.210',NULL),(21464,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773090044,'web','103.59.160.210',NULL),(21465,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773091802,'web','103.59.160.210',NULL),(21466,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773091970,'web','103.59.160.210',NULL),(21467,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773093435,'web','103.59.160.210',NULL),(21468,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773093453,'web','103.59.160.210',NULL),(21469,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773094126,'web','103.59.160.210',NULL),(21470,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773094240,'web','103.59.160.210',NULL),(21471,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773094849,'web','103.59.160.210',NULL),(21472,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773096265,'web','103.59.160.210',NULL),(21473,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773096509,'web','103.59.160.210',NULL),(21474,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773097274,'web','103.59.160.210',NULL),(21475,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773097480,'web','103.59.160.210',NULL),(21476,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773098671,'web','103.59.160.210',NULL),(21477,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773099444,'web','169.150.203.235',NULL),(21478,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773099444,'web','169.150.203.235',NULL),(21479,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773099801,'web','103.59.160.210',NULL),(21480,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773100621,'web','103.59.160.210',NULL),(21481,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773100693,'web','194.164.107.5',NULL),(21482,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773101285,'web','103.59.160.210',NULL),(21483,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773101524,'web','103.59.160.210',NULL),(21484,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773102398,'web','103.59.160.210',NULL),(21485,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773103458,'web','103.59.160.210',NULL),(21486,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773103506,'web','103.59.160.210',NULL),(21487,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773103700,'web','103.59.160.210',NULL),(21488,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773103806,'web','103.59.160.210',NULL),(21489,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773105578,'web','103.59.160.210',NULL),(21490,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773107259,'web','103.59.160.210',NULL),(21491,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773107392,'web','103.59.160.210',NULL),(21492,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773108166,'web','103.59.160.210',NULL),(21493,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773109548,'web','103.59.160.210',NULL),(21494,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773110454,'web','103.59.160.210',NULL),(21495,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773111810,'web','103.59.160.210',NULL),(21496,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773114363,'web','103.59.160.210',NULL),(21497,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773114898,'web','103.59.160.210',NULL),(21498,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773115185,'web','103.59.160.210',NULL),(21499,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773115764,'web','103.59.160.210',NULL),(21500,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773119151,'web','103.59.160.210',NULL),(21501,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773119725,'web','35.83.253.42',NULL),(21502,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773119798,'web','103.59.160.210',NULL),(21503,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773120130,'web','103.59.160.210',NULL),(21504,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773122145,'web','103.59.160.210',NULL),(21505,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773122882,'web','103.59.160.210',NULL),(21506,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773123168,'web','103.4.250.19',NULL),(21507,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773123168,'web','154.28.229.136',NULL),(21508,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773123180,'web','103.4.250.19',NULL),(21509,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773123200,'web','51.81.245.138',NULL),(21510,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773123230,'web','195.221.56.3',NULL),(21511,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773123234,'web','167.71.81.114',NULL),(21512,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773123271,'web','167.71.81.114',NULL),(21513,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773123272,'web','167.71.81.114',NULL),(21514,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773123317,'web','34.123.170.104',NULL),(21515,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773124666,'web','103.59.160.210',NULL),(21516,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773124709,'web','103.59.160.210',NULL),(21517,'\\core\\event\\user_loggedin','core','loggedin','user','user',26,'r',0,1,10,0,26,0,NULL,0,'{\"username\":\"ba0961002\",\"extrauserinfo\":[]}',1773124729,'web','111.241.152.134',NULL),(21518,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,26,1,NULL,0,'null',1773124729,'web','111.241.152.134',NULL),(21519,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,26,3,NULL,0,'null',1773124731,'web','111.241.152.134',NULL),(21520,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,26,3,NULL,0,'null',1773124734,'web','111.241.152.134',NULL),(21521,'\\core\\event\\notification_sent','core','sent','notification','notifications',1962,'c',0,1,10,0,0,0,26,0,'{\"courseid\":\"1\"}',1773124747,'cli',NULL,NULL),(21522,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773125332,'web','103.59.160.210',NULL),(21523,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,26,3,NULL,0,'null',1773125631,'web','111.241.183.147',NULL),(21524,'\\mod_resource\\event\\course_module_viewed','mod_resource','viewed','course_module','resource',33,'r',2,104,70,63,26,3,NULL,0,'null',1773125634,'web','111.241.183.147',NULL),(21525,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773125731,'web','154.28.229.141',NULL),(21526,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773125731,'web','104.252.191.76',NULL),(21527,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773125745,'web','154.28.229.141',NULL),(21528,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773125812,'web','107.172.195.202',NULL),(21529,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773125812,'web','104.252.191.158',NULL),(21530,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773125824,'web','107.172.195.202',NULL),(21531,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773128141,'web','103.59.160.210',NULL),(21532,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773128468,'web','31.97.153.61',NULL),(21533,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773128468,'web','31.97.153.61',NULL),(21534,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773128515,'web','103.59.160.210',NULL),(21535,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773128530,'web','103.59.160.210',NULL),(21536,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773128893,'web','103.59.160.210',NULL),(21537,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773129253,'web','103.59.160.210',NULL),(21538,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773130034,'web','103.59.160.210',NULL),(21539,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773130329,'web','103.59.160.210',NULL),(21540,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773130339,'web','103.59.160.210',NULL),(21541,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773131407,'web','103.59.160.210',NULL),(21542,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773131751,'web','103.59.160.210',NULL),(21543,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773132028,'web','103.150.33.197',NULL),(21544,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773132337,'web','103.59.160.210',NULL),(21545,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773132408,'web','103.59.160.210',NULL),(21546,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773132623,'web','167.71.75.209',NULL),(21547,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773133334,'web','103.59.160.210',NULL),(21548,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773133850,'web','103.59.160.210',NULL),(21549,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773134350,'web','103.59.160.210',NULL),(21550,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773136079,'web','103.59.160.210',NULL),(21551,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773136910,'web','103.59.160.210',NULL),(21552,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773137321,'web','103.59.160.210',NULL),(21553,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773137437,'web','103.59.160.210',NULL),(21554,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773137695,'web','103.59.160.210',NULL),(21555,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773138201,'web','103.59.160.210',NULL),(21556,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773138383,'web','103.59.160.210',NULL),(21557,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773139122,'web','103.59.160.210',NULL),(21558,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773139256,'web','40.77.167.11',NULL),(21559,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773139522,'web','103.59.160.210',NULL),(21560,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773140455,'web','103.59.160.210',NULL),(21561,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773140864,'web','103.59.160.210',NULL),(21562,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773142234,'web','103.59.160.210',NULL),(21563,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773143505,'web','103.59.160.210',NULL),(21564,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773144729,'web','103.59.160.210',NULL),(21565,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773144764,'web','168.100.11.36',NULL),(21566,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773146889,'web','103.59.160.210',NULL),(21567,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773146938,'web','103.59.160.210',NULL),(21568,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773146996,'web','103.59.160.210',NULL),(21569,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773148176,'web','103.59.160.210',NULL),(21570,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773148361,'web','103.59.160.210',NULL),(21571,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773148765,'web','103.59.160.210',NULL),(21572,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773149074,'web','103.59.160.210',NULL),(21573,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773149220,'web','103.59.160.210',NULL),(21574,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773149527,'web','103.59.160.210',NULL),(21575,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773149610,'web','103.59.160.210',NULL),(21576,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773151260,'web','45.148.10.119',NULL),(21577,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773151738,'web','45.148.10.119',NULL),(21578,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773152263,'web','103.59.160.210',NULL),(21579,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773153697,'web','103.59.160.210',NULL),(21580,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773153887,'web','195.211.77.141',NULL),(21581,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773153903,'web','195.211.77.141',NULL),(21582,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773153982,'web','101.91.110.134',NULL),(21583,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773156136,'web','103.59.160.210',NULL),(21584,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773157222,'web','103.59.160.210',NULL),(21585,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773157491,'web','219.91.26.209',NULL),(21586,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1773157495,'web','219.91.26.209',NULL),(21587,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1773157495,'web','219.91.26.209',NULL),(21588,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1773157498,'web','219.91.26.209',NULL),(21589,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',20,'r',2,106,70,65,2,3,NULL,0,'null',1773157501,'web','219.91.26.209',NULL),(21590,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773157933,'web','103.59.160.210',NULL),(21591,'\\core\\event\\config_log_created','core','created','config_log','config_log',1896,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"scsspre\",\"oldvalue\":\"\",\"value\":\"body {\\r\\nfont-family: \\\"Noto Sans TC\\\", sans-serif;\\r\\n}\",\"plugin\":\"theme_moove\"}',1773157938,'web','219.91.26.209',NULL),(21592,'\\core\\event\\config_log_created','core','created','config_log','config_log',1897,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"scsspre\",\"oldvalue\":\"body {\\r\\nfont-family: \\\"Noto Sans TC\\\", sans-serif;\\r\\n}\",\"value\":\"body {\\r\\n\\r\\n}\",\"plugin\":\"theme_moove\"}',1773157985,'web','219.91.26.209',NULL),(21593,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773157988,'web','103.59.160.210',NULL),(21594,'\\core\\event\\config_log_created','core','created','config_log','config_log',1898,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"scsspre\",\"oldvalue\":\"body {\\r\\n\\r\\n}\",\"value\":\"\",\"plugin\":\"theme_moove\"}',1773158032,'web','219.91.26.209',NULL),(21595,'\\core\\event\\config_log_created','core','created','config_log','config_log',1899,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"scss\",\"oldvalue\":\"\",\"value\":\"body {\\r\\nfont-family: \\\"Noto Sans TC\\\", sans-serif;\\r\\n}\",\"plugin\":\"theme_moove\"}',1773158071,'web','219.91.26.209',NULL),(21596,'\\core\\event\\config_log_created','core','created','config_log','config_log',1900,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"scss\",\"oldvalue\":\"body {\\r\\nfont-family: \\\"Noto Sans TC\\\", sans-serif;\\r\\n}\",\"value\":\"body {\\r\\n\\r\\n}\",\"plugin\":\"theme_moove\"}',1773158082,'web','219.91.26.209',NULL),(21597,'\\core\\event\\config_log_created','core','created','config_log','config_log',1901,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"scss\",\"oldvalue\":\"body {\\r\\n\\r\\n}\",\"value\":\"\",\"plugin\":\"theme_moove\"}',1773158089,'web','219.91.26.209',NULL),(21598,'\\core\\event\\config_log_created','core','created','config_log','config_log',1902,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"presetfiles\",\"oldvalue\":\"\\/customfont.scss\",\"value\":\"\",\"plugin\":\"theme_moove\"}',1773158154,'web','219.91.26.209',NULL),(21599,'\\core\\event\\config_log_created','core','created','config_log','config_log',1903,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"preset\",\"oldvalue\":\"default.scss\",\"value\":\"plain.scss\",\"plugin\":\"theme_moove\"}',1773158228,'web','219.91.26.209',NULL),(21600,'\\core\\event\\config_log_created','core','created','config_log','config_log',1904,'c',0,1,10,0,2,0,NULL,0,'{\"name\":\"preset\",\"oldvalue\":\"plain.scss\",\"value\":\"default.scss\",\"plugin\":\"theme_moove\"}',1773158253,'web','219.91.26.209',NULL),(21601,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773159546,'web','34.70.128.196',NULL),(21602,'\\tool_recyclebin\\event\\course_bin_item_deleted','tool_recyclebin','deleted','course_bin_item','tool_recyclebin_course',11,'d',0,98,50,3,2,3,NULL,0,'null',1773160202,'cli',NULL,NULL),(21603,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773160639,'web','103.59.160.210',NULL),(21604,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773160726,'web','103.59.160.210',NULL),(21605,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773160882,'web','103.59.160.210',NULL),(21606,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773164235,'web','103.59.160.210',NULL),(21607,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1773164995,'web','219.91.26.209',NULL),(21608,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1773165018,'web','219.91.26.209',NULL),(21609,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773165048,'web','123.50.44.2',NULL),(21610,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773165485,'web','103.59.160.210',NULL),(21611,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1773165931,'web','219.91.26.209',NULL),(21612,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1773165933,'web','219.91.26.209',NULL),(21613,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'null',1773166134,'web','219.91.26.209',NULL),(21614,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,98,50,3,2,3,NULL,0,'null',1773166277,'web','219.91.26.209',NULL),(21615,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773168674,'web','103.59.160.210',NULL),(21616,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773169612,'web','103.59.160.210',NULL),(21617,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773171034,'web','103.59.160.210',NULL),(21618,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773173051,'web','103.59.160.210',NULL),(21619,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773175049,'web','103.59.160.210',NULL),(21620,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773177229,'web','103.59.160.210',NULL),(21621,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773178007,'web','103.59.160.210',NULL),(21622,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773178030,'web','52.167.144.186',NULL),(21623,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773179239,'web','103.59.160.210',NULL),(21624,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773181357,'web','103.59.160.210',NULL),(21625,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773181541,'web','103.59.160.210',NULL),(21626,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773182046,'web','103.59.160.210',NULL),(21627,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773182244,'web','103.59.160.210',NULL),(21628,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773182268,'web','103.59.160.210',NULL),(21629,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773182366,'web','103.59.160.210',NULL),(21630,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773182374,'web','103.59.160.210',NULL),(21631,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773182381,'web','103.59.160.210',NULL),(21632,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773182965,'web','103.59.160.210',NULL),(21633,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773183545,'web','103.59.160.210',NULL),(21634,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773185909,'web','103.59.160.210',NULL),(21635,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773187570,'web','103.59.160.210',NULL),(21636,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773187724,'web','103.59.160.210',NULL),(21637,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773187802,'web','103.59.160.210',NULL),(21638,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773188584,'web','103.59.160.210',NULL),(21639,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773189422,'web','103.59.160.210',NULL),(21640,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773189494,'web','103.59.160.210',NULL),(21641,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773189710,'web','103.59.160.210',NULL),(21642,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773189989,'web','103.59.160.210',NULL),(21643,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773190443,'web','103.59.160.210',NULL),(21644,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773190718,'web','103.59.160.210',NULL),(21645,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"administrator\",\"reason\":1}',1773190891,'web','103.59.160.210',NULL),(21646,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773191993,'web','52.167.144.19',NULL),(21647,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773191995,'web','3.27.217.56',NULL),(21648,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773191995,'web','3.27.217.56',NULL),(21649,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773191995,'web','3.27.217.56',NULL),(21650,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773191995,'web','3.27.217.56',NULL),(21651,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773192733,'web','103.59.160.210',NULL),(21652,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773194206,'web','52.167.144.192',NULL),(21653,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773194230,'web','103.59.160.210',NULL),(21654,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773194429,'web','52.31.34.236',NULL),(21655,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773195505,'web','103.59.160.210',NULL),(21656,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773195989,'web','103.59.160.210',NULL),(21657,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773196247,'web','103.59.160.210',NULL),(21658,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773197117,'web','103.59.160.210',NULL),(21659,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773197501,'web','103.59.160.210',NULL),(21660,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773198026,'web','103.59.160.210',NULL),(21661,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773198240,'web','103.59.160.210',NULL),(21662,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773198250,'web','103.59.160.210',NULL),(21663,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773201462,'web','103.59.160.210',NULL),(21664,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773202089,'web','103.59.160.210',NULL),(21665,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773202743,'web','103.59.160.210',NULL),(21666,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin2\",\"reason\":1}',1773203262,'web','103.59.160.210',NULL),(21667,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773203370,'web','103.59.160.210',NULL),(21668,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773204448,'web','103.59.160.210',NULL),(21669,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773204544,'web','103.59.160.210',NULL),(21670,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773205242,'web','103.59.160.210',NULL),(21671,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773205598,'web','103.59.160.210',NULL),(21672,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773206119,'web','205.169.39.57',NULL),(21673,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773206217,'web','103.59.160.210',NULL),(21674,'\\tool_recyclebin\\event\\course_bin_item_deleted','tool_recyclebin','deleted','course_bin_item','tool_recyclebin_course',12,'d',0,98,50,3,2,3,NULL,0,'null',1773207001,'cli',NULL,NULL),(21675,'\\tool_recyclebin\\event\\course_bin_item_deleted','tool_recyclebin','deleted','course_bin_item','tool_recyclebin_course',13,'d',0,98,50,3,2,3,NULL,0,'null',1773207001,'cli',NULL,NULL),(21676,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773207564,'web','93.123.109.214',NULL),(21677,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773207565,'web','93.123.109.214',NULL),(21678,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773207586,'web','103.59.160.210',NULL),(21679,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773208257,'web','103.59.160.210',NULL),(21680,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773209948,'web','103.59.160.210',NULL),(21681,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773209967,'web','103.59.160.210',NULL),(21682,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773209992,'web','103.59.160.210',NULL),(21683,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'null',1773211245,'web','35.240.187.70',NULL),(21684,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin1\",\"reason\":1}',1773211315,'web','103.59.160.210',NULL),(21685,'\\core\\event\\user_login_failed','core','failed','user_login',NULL,NULL,'r',0,1,10,0,0,0,NULL,0,'{\"username\":\"admin\",\"reason\":1}',1773211338,'web','103.59.160.210',NULL),(21686,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'{\"username\":\"moodleadmin\",\"extrauserinfo\":[]}',1773211492,'web','219.91.26.209',NULL); /*!40000 ALTER TABLE `mdl_logstore_standard_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lti` -- DROP TABLE IF EXISTS `mdl_lti`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_lti` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `introformat` smallint DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `typeid` bigint DEFAULT NULL, `toolurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `securetoolurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `instructorchoicesendname` tinyint(1) DEFAULT NULL, `instructorchoicesendemailaddr` tinyint(1) DEFAULT NULL, `instructorchoiceallowroster` tinyint(1) DEFAULT NULL, `instructorchoiceallowsetting` tinyint(1) DEFAULT NULL, `instructorcustomparameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `instructorchoiceacceptgrades` tinyint(1) DEFAULT NULL, `grade` bigint NOT NULL DEFAULT '100', `launchcontainer` tinyint NOT NULL DEFAULT '1', `resourcekey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `debuglaunch` tinyint(1) NOT NULL DEFAULT '0', `showtitlelaunch` tinyint(1) NOT NULL DEFAULT '0', `showdescriptionlaunch` tinyint(1) NOT NULL DEFAULT '0', `servicesalt` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `secureicon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `mdl_lti_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table contains Basic LTI activities instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lti` -- LOCK TABLES `mdl_lti` WRITE; /*!40000 ALTER TABLE `mdl_lti` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lti` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lti_access_tokens` -- DROP TABLE IF EXISTS `mdl_lti_access_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_lti_access_tokens` ( `id` bigint NOT NULL AUTO_INCREMENT, `typeid` bigint NOT NULL, `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `validuntil` bigint NOT NULL, `timecreated` bigint NOT NULL, `lastaccess` bigint DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_ltiaccetoke_tok_uix` (`token`), KEY `mdl_ltiaccetoke_typ_ix` (`typeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Security tokens for accessing of LTI services'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lti_access_tokens` -- LOCK TABLES `mdl_lti_access_tokens` WRITE; /*!40000 ALTER TABLE `mdl_lti_access_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lti_access_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lti_submission` -- DROP TABLE IF EXISTS `mdl_lti_submission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_lti_submission` ( `id` bigint NOT NULL AUTO_INCREMENT, `ltiid` bigint NOT NULL, `userid` bigint NOT NULL, `datesubmitted` bigint NOT NULL, `dateupdated` bigint NOT NULL, `gradepercent` decimal(10,5) NOT NULL, `originalgrade` decimal(10,5) NOT NULL, `launchid` bigint NOT NULL, `state` tinyint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_ltisubm_lti_ix` (`ltiid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Keeps track of individual submissions for LTI activities.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lti_submission` -- LOCK TABLES `mdl_lti_submission` WRITE; /*!40000 ALTER TABLE `mdl_lti_submission` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lti_submission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lti_tool_proxies` -- DROP TABLE IF EXISTS `mdl_lti_tool_proxies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_lti_tool_proxies` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Tool Provider', `regurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `state` tinyint NOT NULL DEFAULT '1', `guid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `vendorcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `capabilityoffered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `serviceoffered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `createdby` bigint NOT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_ltitoolprox_gui_uix` (`guid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='LTI tool proxy registrations'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lti_tool_proxies` -- LOCK TABLES `mdl_lti_tool_proxies` WRITE; /*!40000 ALTER TABLE `mdl_lti_tool_proxies` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lti_tool_proxies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lti_tool_settings` -- DROP TABLE IF EXISTS `mdl_lti_tool_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_lti_tool_settings` ( `id` bigint NOT NULL AUTO_INCREMENT, `toolproxyid` bigint NOT NULL, `typeid` bigint DEFAULT NULL, `course` bigint DEFAULT NULL, `coursemoduleid` bigint DEFAULT NULL, `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_ltitoolsett_too_ix` (`toolproxyid`), KEY `mdl_ltitoolsett_typ_ix` (`typeid`), KEY `mdl_ltitoolsett_cou_ix` (`course`), KEY `mdl_ltitoolsett_cou2_ix` (`coursemoduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='LTI tool setting values'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lti_tool_settings` -- LOCK TABLES `mdl_lti_tool_settings` WRITE; /*!40000 ALTER TABLE `mdl_lti_tool_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lti_tool_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lti_types` -- DROP TABLE IF EXISTS `mdl_lti_types`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_lti_types` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'basiclti Activity', `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `tooldomain` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `state` tinyint NOT NULL DEFAULT '2', `course` bigint NOT NULL, `coursevisible` tinyint(1) NOT NULL DEFAULT '0', `ltiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `clientid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `toolproxyid` bigint DEFAULT NULL, `enabledcapability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `parameter` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `secureicon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `createdby` bigint NOT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), UNIQUE KEY `mdl_ltitype_cli_uix` (`clientid`), KEY `mdl_ltitype_cou_ix` (`course`), KEY `mdl_ltitype_too_ix` (`tooldomain`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Basic LTI pre-configured activities'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lti_types` -- LOCK TABLES `mdl_lti_types` WRITE; /*!40000 ALTER TABLE `mdl_lti_types` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lti_types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lti_types_config` -- DROP TABLE IF EXISTS `mdl_lti_types_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_lti_types_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `typeid` bigint NOT NULL, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `mdl_ltitypeconf_typ_ix` (`typeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Basic LTI types configuration'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_lti_types_config` -- LOCK TABLES `mdl_lti_types_config` WRITE; /*!40000 ALTER TABLE `mdl_lti_types_config` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lti_types_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_ltiservice_gradebookservices` -- DROP TABLE IF EXISTS `mdl_ltiservice_gradebookservices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_ltiservice_gradebookservices` ( `id` bigint NOT NULL AUTO_INCREMENT, `gradeitemid` bigint NOT NULL, `courseid` bigint NOT NULL, `toolproxyid` bigint DEFAULT NULL, `typeid` bigint DEFAULT NULL, `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `ltilinkid` bigint DEFAULT NULL, `resourceid` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `tag` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `subreviewurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `subreviewparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `mdl_ltisgrad_lti_ix` (`ltilinkid`), KEY `mdl_ltisgrad_gracou_ix` (`gradeitemid`,`courseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This file records the grade items created by the LTI Gradebo'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_ltiservice_gradebookservices` -- LOCK TABLES `mdl_ltiservice_gradebookservices` WRITE; /*!40000 ALTER TABLE `mdl_ltiservice_gradebookservices` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_ltiservice_gradebookservices` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message` -- DROP TABLE IF EXISTS `mdl_message`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_message` ( `id` bigint NOT NULL AUTO_INCREMENT, `useridfrom` bigint NOT NULL DEFAULT '0', `useridto` bigint NOT NULL DEFAULT '0', `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `fullmessageformat` smallint DEFAULT '0', `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `notification` tinyint(1) DEFAULT '0', `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL DEFAULT '0', `timeuserfromdeleted` bigint NOT NULL DEFAULT '0', `timeusertodeleted` bigint NOT NULL DEFAULT '0', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `mdl_mess_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), KEY `mdl_mess_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), KEY `mdl_mess_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores all unread messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message` -- LOCK TABLES `mdl_message` WRITE; /*!40000 ALTER TABLE `mdl_message` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_airnotifier_devices` -- DROP TABLE IF EXISTS `mdl_message_airnotifier_devices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_message_airnotifier_devices` ( `id` bigint NOT NULL AUTO_INCREMENT, `userdeviceid` bigint NOT NULL, `enable` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), UNIQUE KEY `mdl_messairndevi_use_uix` (`userdeviceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Store information about the devices registered in Airnotifie'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_airnotifier_devices` -- LOCK TABLES `mdl_message_airnotifier_devices` WRITE; /*!40000 ALTER TABLE `mdl_message_airnotifier_devices` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_message_airnotifier_devices` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_contact_requests` -- DROP TABLE IF EXISTS `mdl_message_contact_requests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_message_contact_requests` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `requesteduserid` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_messcontrequ_usereq_uix` (`userid`,`requesteduserid`), KEY `mdl_messcontrequ_use_ix` (`userid`), KEY `mdl_messcontrequ_req_ix` (`requesteduserid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Maintains list of contact requests between users'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_contact_requests` -- LOCK TABLES `mdl_message_contact_requests` WRITE; /*!40000 ALTER TABLE `mdl_message_contact_requests` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_message_contact_requests` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_contacts` -- DROP TABLE IF EXISTS `mdl_message_contacts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_message_contacts` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `contactid` bigint NOT NULL, `timecreated` bigint DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_messcont_usecon_uix` (`userid`,`contactid`), KEY `mdl_messcont_use_ix` (`userid`), KEY `mdl_messcont_con_ix` (`contactid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of contacts between users'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_contacts` -- LOCK TABLES `mdl_message_contacts` WRITE; /*!40000 ALTER TABLE `mdl_message_contacts` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_message_contacts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_conversation_actions` -- DROP TABLE IF EXISTS `mdl_message_conversation_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_message_conversation_actions` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `conversationid` bigint NOT NULL, `action` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_messconvacti_use_ix` (`userid`), KEY `mdl_messconvacti_con_ix` (`conversationid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores all per-user actions on individual conversations'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_conversation_actions` -- LOCK TABLES `mdl_message_conversation_actions` WRITE; /*!40000 ALTER TABLE `mdl_message_conversation_actions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_message_conversation_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_conversation_members` -- DROP TABLE IF EXISTS `mdl_message_conversation_members`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_message_conversation_members` ( `id` bigint NOT NULL AUTO_INCREMENT, `conversationid` bigint NOT NULL, `userid` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_messconvmemb_con_ix` (`conversationid`), KEY `mdl_messconvmemb_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores all members in a conversations'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_conversation_members` -- LOCK TABLES `mdl_message_conversation_members` WRITE; /*!40000 ALTER TABLE `mdl_message_conversation_members` DISABLE KEYS */; INSERT INTO `mdl_message_conversation_members` VALUES (1,1,2,1689957742); /*!40000 ALTER TABLE `mdl_message_conversation_members` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_conversations` -- DROP TABLE IF EXISTS `mdl_message_conversations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_message_conversations` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` bigint NOT NULL DEFAULT '1', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `convhash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `itemid` bigint DEFAULT NULL, `contextid` bigint DEFAULT NULL, `enabled` tinyint(1) NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL, `timemodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_messconv_typ_ix` (`type`), KEY `mdl_messconv_con_ix` (`convhash`), KEY `mdl_messconv_comiteitecon_ix` (`component`,`itemtype`,`itemid`,`contextid`), KEY `mdl_messconv_con2_ix` (`contextid`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores all message conversations'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_conversations` -- LOCK TABLES `mdl_message_conversations` WRITE; /*!40000 ALTER TABLE `mdl_message_conversations` DISABLE KEYS */; INSERT INTO `mdl_message_conversations` VALUES (1,3,NULL,'da4b9237bacccdf19c0760cab7aec4a8359010b0',NULL,NULL,NULL,NULL,1,1689957742,1689957742); /*!40000 ALTER TABLE `mdl_message_conversations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_email_messages` -- DROP TABLE IF EXISTS `mdl_message_email_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_message_email_messages` ( `id` bigint NOT NULL AUTO_INCREMENT, `useridto` bigint NOT NULL, `conversationid` bigint NOT NULL, `messageid` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_messemaimess_use_ix` (`useridto`), KEY `mdl_messemaimess_con_ix` (`conversationid`), KEY `mdl_messemaimess_mes_ix` (`messageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Keeps track of what emails to send in an email digest'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_email_messages` -- LOCK TABLES `mdl_message_email_messages` WRITE; /*!40000 ALTER TABLE `mdl_message_email_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_message_email_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_popup` -- DROP TABLE IF EXISTS `mdl_message_popup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_message_popup` ( `id` bigint NOT NULL AUTO_INCREMENT, `messageid` bigint NOT NULL, `isread` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_messpopu_mesisr_uix` (`messageid`,`isread`), KEY `mdl_messpopu_isr_ix` (`isread`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Keep state of notifications for the popup message processor'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_popup` -- LOCK TABLES `mdl_message_popup` WRITE; /*!40000 ALTER TABLE `mdl_message_popup` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_message_popup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_popup_notifications` -- DROP TABLE IF EXISTS `mdl_message_popup_notifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_message_popup_notifications` ( `id` bigint NOT NULL AUTO_INCREMENT, `notificationid` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_messpopunoti_not_ix` (`notificationid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='List of notifications to display in the message output popup'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_popup_notifications` -- LOCK TABLES `mdl_message_popup_notifications` WRITE; /*!40000 ALTER TABLE `mdl_message_popup_notifications` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_message_popup_notifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_processors` -- DROP TABLE IF EXISTS `mdl_message_processors`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_message_processors` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='List of message output plugins'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_processors` -- LOCK TABLES `mdl_message_processors` WRITE; /*!40000 ALTER TABLE `mdl_message_processors` DISABLE KEYS */; INSERT INTO `mdl_message_processors` VALUES (1,'airnotifier',1),(2,'email',1),(3,'popup',1); /*!40000 ALTER TABLE `mdl_message_processors` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_providers` -- DROP TABLE IF EXISTS `mdl_message_providers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_message_providers` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `component` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_messprov_comnam_uix` (`component`,`name`) ) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table stores the message providers (modules and core sy'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_providers` -- LOCK TABLES `mdl_message_providers` WRITE; /*!40000 ALTER TABLE `mdl_message_providers` DISABLE KEYS */; INSERT INTO `mdl_message_providers` VALUES (1,'newlogin','moodle',NULL),(2,'notices','moodle','moodle/site:config'),(3,'errors','moodle','moodle/site:config'),(4,'availableupdate','moodle','moodle/site:config'),(5,'instantmessage','moodle',NULL),(6,'backup','moodle','moodle/site:config'),(7,'courserequested','moodle','moodle/site:approvecourse'),(8,'courserequestapproved','moodle','moodle/course:request'),(9,'courserequestrejected','moodle','moodle/course:request'),(10,'coursecompleted','moodle',NULL),(11,'coursecontentupdated','moodle',NULL),(12,'badgerecipientnotice','moodle','moodle/badges:earnbadge'),(13,'badgecreatornotice','moodle',NULL),(14,'competencyplancomment','moodle',NULL),(15,'competencyusercompcomment','moodle',NULL),(16,'insights','moodle',NULL),(17,'messagecontactrequests','moodle',NULL),(18,'asyncbackupnotification','moodle',NULL),(19,'gradenotifications','moodle',NULL),(20,'infected','moodle','moodle/site:config'),(21,'reportbuilderschedule','moodle',NULL),(22,'assign_notification','mod_assign',NULL),(23,'assignment_updates','mod_assignment',NULL),(24,'recording_ready','mod_bigbluebuttonbn',NULL),(25,'instance_updated','mod_bigbluebuttonbn',NULL),(26,'submission','mod_feedback',NULL),(27,'message','mod_feedback',NULL),(28,'posts','mod_forum',NULL),(29,'digests','mod_forum',NULL),(30,'graded_essay','mod_lesson',NULL),(31,'submission','mod_quiz','mod/quiz:emailnotifysubmission'),(32,'confirmation','mod_quiz','mod/quiz:emailconfirmsubmission'),(33,'attempt_overdue','mod_quiz','mod/quiz:emailwarnoverdue'),(34,'attempt_grading_complete','mod_quiz','mod/quiz:emailnotifyattemptgraded'),(35,'flatfile_enrolment','enrol_flatfile',NULL),(36,'imsenterprise_enrolment','enrol_imsenterprise',NULL),(37,'expiry_notification','enrol_manual',NULL),(38,'paypal_enrolment','enrol_paypal',NULL),(39,'expiry_notification','enrol_self',NULL),(40,'contactdataprotectionofficer','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(41,'datarequestprocessingresults','tool_dataprivacy',NULL),(42,'notifyexceptions','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(43,'invalidrecipienthandler','tool_messageinbound',NULL),(44,'messageprocessingerror','tool_messageinbound',NULL),(45,'messageprocessingsuccess','tool_messageinbound',NULL),(46,'notification','tool_monitor','tool/monitor:subscribe'); /*!40000 ALTER TABLE `mdl_message_providers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_read` -- DROP TABLE IF EXISTS `mdl_message_read`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_message_read` ( `id` bigint NOT NULL AUTO_INCREMENT, `useridfrom` bigint NOT NULL DEFAULT '0', `useridto` bigint NOT NULL DEFAULT '0', `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `fullmessageformat` smallint DEFAULT '0', `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `notification` tinyint(1) DEFAULT '0', `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL DEFAULT '0', `timeread` bigint NOT NULL DEFAULT '0', `timeuserfromdeleted` bigint NOT NULL DEFAULT '0', `timeusertodeleted` bigint NOT NULL DEFAULT '0', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_messread_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), KEY `mdl_messread_nottim_ix` (`notification`,`timeread`), KEY `mdl_messread_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), KEY `mdl_messread_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores all messages that have been read'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_read` -- LOCK TABLES `mdl_message_read` WRITE; /*!40000 ALTER TABLE `mdl_message_read` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_message_read` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_user_actions` -- DROP TABLE IF EXISTS `mdl_message_user_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_message_user_actions` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `messageid` bigint NOT NULL, `action` bigint NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_messuseracti_usemesact_uix` (`userid`,`messageid`,`action`), KEY `mdl_messuseracti_use_ix` (`userid`), KEY `mdl_messuseracti_mes_ix` (`messageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores all per-user actions on individual messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_user_actions` -- LOCK TABLES `mdl_message_user_actions` WRITE; /*!40000 ALTER TABLE `mdl_message_user_actions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_message_user_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message_users_blocked` -- DROP TABLE IF EXISTS `mdl_message_users_blocked`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_message_users_blocked` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `blockeduserid` bigint NOT NULL, `timecreated` bigint DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_messuserbloc_useblo_uix` (`userid`,`blockeduserid`), KEY `mdl_messuserbloc_use_ix` (`userid`), KEY `mdl_messuserbloc_blo_ix` (`blockeduserid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of blocked users'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_message_users_blocked` -- LOCK TABLES `mdl_message_users_blocked` WRITE; /*!40000 ALTER TABLE `mdl_message_users_blocked` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_message_users_blocked` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_messageinbound_datakeys` -- DROP TABLE IF EXISTS `mdl_messageinbound_datakeys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_messageinbound_datakeys` ( `id` bigint NOT NULL AUTO_INCREMENT, `handler` bigint NOT NULL, `datavalue` bigint NOT NULL, `datakey` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timecreated` bigint NOT NULL, `expires` bigint DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_messdata_handat_uix` (`handler`,`datavalue`), KEY `mdl_messdata_han_ix` (`handler`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Inbound Message data item secret keys.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_messageinbound_datakeys` -- LOCK TABLES `mdl_messageinbound_datakeys` WRITE; /*!40000 ALTER TABLE `mdl_messageinbound_datakeys` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_messageinbound_datakeys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_messageinbound_handlers` -- DROP TABLE IF EXISTS `mdl_messageinbound_handlers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_messageinbound_handlers` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `defaultexpiration` bigint NOT NULL DEFAULT '86400', `validateaddress` tinyint(1) NOT NULL DEFAULT '1', `enabled` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_messhand_cla_uix` (`classname`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Inbound Message Handler definitions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_messageinbound_handlers` -- LOCK TABLES `mdl_messageinbound_handlers` WRITE; /*!40000 ALTER TABLE `mdl_messageinbound_handlers` DISABLE KEYS */; INSERT INTO `mdl_messageinbound_handlers` VALUES (1,'core','\\core\\message\\inbound\\private_files_handler',0,1,0),(2,'mod_forum','\\mod_forum\\message\\inbound\\reply_handler',604800,1,0),(3,'tool_messageinbound','\\tool_messageinbound\\message\\inbound\\invalid_recipient_handler',604800,0,1); /*!40000 ALTER TABLE `mdl_messageinbound_handlers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_messageinbound_messagelist` -- DROP TABLE IF EXISTS `mdl_messageinbound_messagelist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_messageinbound_messagelist` ( `id` bigint NOT NULL AUTO_INCREMENT, `messageid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `userid` bigint NOT NULL, `address` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_messmess_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='A list of message IDs for existing replies'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_messageinbound_messagelist` -- LOCK TABLES `mdl_messageinbound_messagelist` WRITE; /*!40000 ALTER TABLE `mdl_messageinbound_messagelist` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_messageinbound_messagelist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_messages` -- DROP TABLE IF EXISTS `mdl_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_messages` ( `id` bigint NOT NULL AUTO_INCREMENT, `useridfrom` bigint NOT NULL, `conversationid` bigint NOT NULL, `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `fullmessageformat` tinyint(1) NOT NULL DEFAULT '0', `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL, `fullmessagetrust` tinyint NOT NULL DEFAULT '0', `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `mdl_mess_contim_ix` (`conversationid`,`timecreated`), KEY `mdl_mess_use_ix` (`useridfrom`), KEY `mdl_mess_con_ix` (`conversationid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores all messages'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_messages` -- LOCK TABLES `mdl_messages` WRITE; /*!40000 ALTER TABLE `mdl_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnet_application` -- DROP TABLE IF EXISTS `mdl_mnet_application`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_mnet_application` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `display_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `xmlrpc_server_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sso_land_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sso_jump_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Information about applications on remote hosts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_mnet_application` -- LOCK TABLES `mdl_mnet_application` WRITE; /*!40000 ALTER TABLE `mdl_mnet_application` DISABLE KEYS */; INSERT INTO `mdl_mnet_application` VALUES (1,'moodle','Moodle','/mnet/xmlrpc/server.php','/auth/mnet/land.php','/auth/mnet/jump.php'),(2,'mahara','Mahara','/api/xmlrpc/server.php','/auth/xmlrpc/land.php','/auth/xmlrpc/jump.php'); /*!40000 ALTER TABLE `mdl_mnet_application` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnet_host` -- DROP TABLE IF EXISTS `mdl_mnet_host`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_mnet_host` ( `id` bigint NOT NULL AUTO_INCREMENT, `deleted` tinyint(1) NOT NULL DEFAULT '0', `wwwroot` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `ip_address` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `name` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `public_key` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `public_key_expires` bigint NOT NULL DEFAULT '0', `transport` tinyint NOT NULL DEFAULT '0', `portno` mediumint NOT NULL DEFAULT '0', `last_connect_time` bigint NOT NULL DEFAULT '0', `last_log_id` bigint NOT NULL DEFAULT '0', `force_theme` tinyint(1) NOT NULL DEFAULT '0', `theme` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `applicationid` bigint NOT NULL DEFAULT '1', `sslverification` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_mnethost_las_ix` (`last_log_id`), KEY `mdl_mnethost_app_ix` (`applicationid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Information about the local and remote hosts for RPC'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_mnet_host` -- LOCK TABLES `mdl_mnet_host` WRITE; /*!40000 ALTER TABLE `mdl_mnet_host` DISABLE KEYS */; INSERT INTO `mdl_mnet_host` VALUES (1,0,'https://www.cultivarts.org/moodle','10.0.1.4','','',0,0,0,0,0,0,NULL,1,0),(2,0,'','','All Hosts','',0,0,0,0,0,0,NULL,1,0); /*!40000 ALTER TABLE `mdl_mnet_host` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnet_host2service` -- DROP TABLE IF EXISTS `mdl_mnet_host2service`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_mnet_host2service` ( `id` bigint NOT NULL AUTO_INCREMENT, `hostid` bigint NOT NULL DEFAULT '0', `serviceid` bigint NOT NULL DEFAULT '0', `publish` tinyint(1) NOT NULL DEFAULT '0', `subscribe` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_mnethost_hosser_uix` (`hostid`,`serviceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Information about the services for a given host'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_mnet_host2service` -- LOCK TABLES `mdl_mnet_host2service` WRITE; /*!40000 ALTER TABLE `mdl_mnet_host2service` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_mnet_host2service` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnet_log` -- DROP TABLE IF EXISTS `mdl_mnet_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_mnet_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `hostid` bigint NOT NULL DEFAULT '0', `remoteid` bigint NOT NULL DEFAULT '0', `time` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `course` bigint NOT NULL DEFAULT '0', `coursename` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `cmid` bigint NOT NULL DEFAULT '0', `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `mdl_mnetlog_hosusecou_ix` (`hostid`,`userid`,`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Store session data from users migrating to other sites'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_mnet_log` -- LOCK TABLES `mdl_mnet_log` WRITE; /*!40000 ALTER TABLE `mdl_mnet_log` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_mnet_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnet_remote_rpc` -- DROP TABLE IF EXISTS `mdl_mnet_remote_rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_mnet_remote_rpc` ( `id` bigint NOT NULL AUTO_INCREMENT, `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `plugintype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `pluginname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table describes functions that might be called remotely'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_mnet_remote_rpc` -- LOCK TABLES `mdl_mnet_remote_rpc` WRITE; /*!40000 ALTER TABLE `mdl_mnet_remote_rpc` DISABLE KEYS */; INSERT INTO `mdl_mnet_remote_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1),(15,'send_content_intent','portfolio/mahara/lib.php/send_content_intent','portfolio','mahara',1),(16,'send_content_ready','portfolio/mahara/lib.php/send_content_ready','portfolio','mahara',1); /*!40000 ALTER TABLE `mdl_mnet_remote_rpc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnet_remote_service2rpc` -- DROP TABLE IF EXISTS `mdl_mnet_remote_service2rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_mnet_remote_service2rpc` ( `id` bigint NOT NULL AUTO_INCREMENT, `serviceid` bigint NOT NULL DEFAULT '0', `rpcid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_mnetremoserv_rpcser_uix` (`rpcid`,`serviceid`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_mnet_remote_service2rpc` -- LOCK TABLES `mdl_mnet_remote_service2rpc` WRITE; /*!40000 ALTER TABLE `mdl_mnet_remote_service2rpc` DISABLE KEYS */; INSERT INTO `mdl_mnet_remote_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15),(16,4,16); /*!40000 ALTER TABLE `mdl_mnet_remote_service2rpc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnet_rpc` -- DROP TABLE IF EXISTS `mdl_mnet_rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_mnet_rpc` ( `id` bigint NOT NULL AUTO_INCREMENT, `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `plugintype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `pluginname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL DEFAULT '0', `help` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `profile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `filename` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `classname` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `static` tinyint(1) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_mnetrpc_enaxml_ix` (`enabled`,`xmlrpcpath`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Functions or methods that we may publish or subscribe to'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_mnet_rpc` -- LOCK TABLES `mdl_mnet_rpc` WRITE; /*!40000 ALTER TABLE `mdl_mnet_rpc` DISABLE KEYS */; INSERT INTO `mdl_mnet_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1,'Return user data for the provided token, compare with user_agent string.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:37:\"The unique ID provided by remotehost.\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"User Agent string.\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:44:\"$userdata Array of user info for remote host\";}}','auth.php','auth_plugin_mnet',0),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1,'Receives an array of usernames from a remote machine and prods their\nsessions to keep them alive','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1,'The IdP uses this function to kill child sessions on other hosts','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:39:\"A plaintext report of what has happened\";}}','auth.php','auth_plugin_mnet',0),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1,'Receives an array of log entries from an SP and adds them to the mnet_log\ntable','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1,'Returns the user\'s profile image info\nIf the user exists and has a profile picture, the returned array will contain keys:\nf1 - the content of the default 100x100px image\nf1_mimetype - the mimetype of the f1 file\nf2 - the content of the 35x35px variant of the image\nf2_mimetype - the mimetype of the f2 file\nThe mimetype information was added in Moodle 2.0. In Moodle 1.x, images are always jpegs.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:18:\"The id of the user\";}}s:6:\"return\";a:2:{s:4:\"type\";s:11:\"false|array\";s:11:\"description\";s:84:\"false if user not found, empty array if no picture exists, array with data otherwise\";}}','auth.php','auth_plugin_mnet',0),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1,'Returns the theme information and logo url as strings.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:14:\"The theme info\";}}','auth.php','auth_plugin_mnet',0),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1,'Invoke this function _on_ the IDP to update it with enrolment info local to\nthe SP right after calling user_authorise()\nNormally called by the SP after calling user_authorise()','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:12:\"The username\";}i:1;a:3:{s:4:\"name\";s:7:\"courses\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:75:\"Assoc array of courses following the structure of mnetservice_enrol_courses\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1,'Poll the IdP server to let it know that a user it has authenticated is still\nonline','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1,'When the IdP requests that child sessions are terminated,\nthis function will be called on each of the child hosts. The machine that\ncalls the function (over xmlrpc) provides us with the mnethostid we need.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:15:\"True on success\";}}','auth.php','auth_plugin_mnet',0),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1,'Returns list of courses that we offer to the caller for remote enrolment of their users\nSince Moodle 2.0, courses are made available for MNet peers by creating an instance\nof enrol_mnet plugin for the course. Hidden courses are not returned. If there are two\ninstances - one specific for the host and one for \'All hosts\', the setting of the specific\none is used. The id of the peer is kept in customint1, no other custom fields are used.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1,'This method has never been implemented in Moodle MNet API','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:11:\"empty array\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1,'Enrol remote user to our course\nIf we do not have local record for the remote user in our database,\nit gets created here.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"userdata\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:43:\"user details {@see mnet_fields_to_import()}\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"our local course id\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:69:\"true if the enrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1,'Unenrol remote user from our course\nOnly users enrolled via enrol_mnet plugin can be unenrolled remotely. If the\nremote user is enrolled into the local course via some other enrol plugin\n(enrol_manual for example), the remote host can\'t touch such enrolment. Please\ndo not report this behaviour as bug, it is a feature ;-)','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"of the remote user\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"of our local course\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:71:\"true if the unenrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1,'Returns a list of users from the client server who are enrolled in our course\nSuitable instance of enrol_mnet must be created in the course. This method will not\nreturn any information about the enrolments in courses that are not available for\nremote enrolment, even if their users are enrolled into them via other plugin\n(note the difference from {@link self::user_enrolments()}).\nThis method will return enrolment information for users from hosts regardless\nthe enrolment plugin. It does not matter if the user was enrolled remotely by\ntheir admin or locally. Once the course is available for remote enrolments, we\nwill tell them everything about their users.\nIn Moodle 1.x the returned array used to be indexed by username. The side effect\nof MDL-19219 fix is that we do not need to use such index and therefore we can\nreturn all enrolment records. MNet clients 1.x will only use the last record for\nthe student, if she is enrolled via multiple plugins.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:16:\"ID of our course\";}i:1;a:3:{s:4:\"name\";s:5:\"roles\";s:4:\"type\";s:12:\"string|array\";s:11:\"description\";s:58:\"comma separated list of role shortnames (or array of them)\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(15,'fetch_file','portfolio/mahara/lib.php/fetch_file','portfolio','mahara',1,'xmlrpc (mnet) function to get the file.\nreads in the file and returns it base_64 encoded\nso that it can be enrypted by mnet.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:56:\"the token recieved previously during send_content_intent\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','lib.php','portfolio_plugin_mahara',1); /*!40000 ALTER TABLE `mdl_mnet_rpc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnet_service` -- DROP TABLE IF EXISTS `mdl_mnet_service`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_mnet_service` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `apiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `offer` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='A service is a group of functions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_mnet_service` -- LOCK TABLES `mdl_mnet_service` WRITE; /*!40000 ALTER TABLE `mdl_mnet_service` DISABLE KEYS */; INSERT INTO `mdl_mnet_service` VALUES (1,'sso_idp','','1',1),(2,'sso_sp','','1',1),(3,'mnet_enrol','','1',1),(4,'pf','','1',1); /*!40000 ALTER TABLE `mdl_mnet_service` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnet_service2rpc` -- DROP TABLE IF EXISTS `mdl_mnet_service2rpc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_mnet_service2rpc` ( `id` bigint NOT NULL AUTO_INCREMENT, `serviceid` bigint NOT NULL DEFAULT '0', `rpcid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_mnetserv_rpcser_uix` (`rpcid`,`serviceid`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_mnet_service2rpc` -- LOCK TABLES `mdl_mnet_service2rpc` WRITE; /*!40000 ALTER TABLE `mdl_mnet_service2rpc` DISABLE KEYS */; INSERT INTO `mdl_mnet_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15); /*!40000 ALTER TABLE `mdl_mnet_service2rpc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnet_session` -- DROP TABLE IF EXISTS `mdl_mnet_session`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_mnet_session` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `token` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `mnethostid` bigint NOT NULL DEFAULT '0', `useragent` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `confirm_timeout` bigint NOT NULL DEFAULT '0', `session_id` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `expires` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_mnetsess_tok_uix` (`token`), KEY `mdl_mnetsess_use_ix` (`userid`), KEY `mdl_mnetsess_mne_ix` (`mnethostid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Store session data from users migrating to other sites'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_mnet_session` -- LOCK TABLES `mdl_mnet_session` WRITE; /*!40000 ALTER TABLE `mdl_mnet_session` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_mnet_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnet_sso_access_control` -- DROP TABLE IF EXISTS `mdl_mnet_sso_access_control`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_mnet_sso_access_control` ( `id` bigint NOT NULL AUTO_INCREMENT, `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `mnet_host_id` bigint NOT NULL DEFAULT '0', `accessctrl` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'allow', PRIMARY KEY (`id`), UNIQUE KEY `mdl_mnetssoaccecont_mneuse_uix` (`mnet_host_id`,`username`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Users by host permitted (or not) to login from a remote prov'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_mnet_sso_access_control` -- LOCK TABLES `mdl_mnet_sso_access_control` WRITE; /*!40000 ALTER TABLE `mdl_mnet_sso_access_control` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_mnet_sso_access_control` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnetservice_enrol_courses` -- DROP TABLE IF EXISTS `mdl_mnetservice_enrol_courses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_mnetservice_enrol_courses` ( `id` bigint NOT NULL AUTO_INCREMENT, `hostid` bigint NOT NULL, `remoteid` bigint NOT NULL, `categoryid` bigint NOT NULL, `categoryname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sortorder` bigint NOT NULL DEFAULT '0', `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `summaryformat` smallint DEFAULT '0', `startdate` bigint NOT NULL, `roleid` bigint NOT NULL, `rolename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `mdl_mnetenrocour_hosrem_uix` (`hostid`,`remoteid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Caches the information fetched via XML-RPC about courses on '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_mnetservice_enrol_courses` -- LOCK TABLES `mdl_mnetservice_enrol_courses` WRITE; /*!40000 ALTER TABLE `mdl_mnetservice_enrol_courses` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_mnetservice_enrol_courses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_mnetservice_enrol_enrolments` -- DROP TABLE IF EXISTS `mdl_mnetservice_enrol_enrolments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_mnetservice_enrol_enrolments` ( `id` bigint NOT NULL AUTO_INCREMENT, `hostid` bigint NOT NULL, `userid` bigint NOT NULL, `remotecourseid` bigint NOT NULL, `rolename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `enroltime` bigint NOT NULL DEFAULT '0', `enroltype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `mdl_mnetenroenro_use_ix` (`userid`), KEY `mdl_mnetenroenro_hos_ix` (`hostid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Caches the information about enrolments of our local users i'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_mnetservice_enrol_enrolments` -- LOCK TABLES `mdl_mnetservice_enrol_enrolments` WRITE; /*!40000 ALTER TABLE `mdl_mnetservice_enrol_enrolments` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_mnetservice_enrol_enrolments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_modules` -- DROP TABLE IF EXISTS `mdl_modules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_modules` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `cron` bigint NOT NULL DEFAULT '0', `lastcron` bigint NOT NULL DEFAULT '0', `search` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `visible` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `mdl_modu_nam_ix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='modules available in the site'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_modules` -- LOCK TABLES `mdl_modules` WRITE; /*!40000 ALTER TABLE `mdl_modules` DISABLE KEYS */; INSERT INTO `mdl_modules` VALUES (1,'assign',0,0,'',1),(2,'assignment',60,0,'',0),(3,'bigbluebuttonbn',0,0,'',0),(4,'book',0,0,'',1),(5,'chat',0,0,'',1),(6,'choice',0,0,'',1),(7,'data',0,0,'',1),(8,'feedback',0,0,'',1),(9,'folder',0,0,'',1),(10,'forum',0,0,'',1),(11,'glossary',0,0,'',1),(12,'h5pactivity',0,0,'',1),(13,'imscp',0,0,'',1),(14,'label',0,0,'',1),(15,'lesson',0,0,'',1),(16,'lti',0,0,'',1),(17,'page',0,0,'',1),(18,'quiz',0,0,'',1),(19,'resource',0,0,'',1),(20,'scorm',0,0,'',1),(21,'survey',0,0,'',1),(22,'url',0,0,'',1),(23,'wiki',0,0,'',1),(24,'workshop',0,0,'',1); /*!40000 ALTER TABLE `mdl_modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_my_pages` -- DROP TABLE IF EXISTS `mdl_my_pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_my_pages` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint DEFAULT '0', `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `private` tinyint(1) NOT NULL DEFAULT '1', `sortorder` mediumint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_mypage_usepri_ix` (`userid`,`private`) ) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Extra user pages for the My Moodle system'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_my_pages` -- LOCK TABLES `mdl_my_pages` WRITE; /*!40000 ALTER TABLE `mdl_my_pages` DISABLE KEYS */; INSERT INTO `mdl_my_pages` VALUES (1,NULL,'__default',0,0),(2,NULL,'__default',1,0),(3,NULL,'__courses',0,0),(4,2,'__default',1,0),(5,2,'__default',0,0),(6,17,'__default',0,0),(7,23,'__default',0,0),(8,11,'__default',0,0),(9,13,'__default',0,0),(10,21,'__default',0,0),(11,12,'__default',0,0),(12,32,'__default',0,0),(13,35,'__default',0,0),(14,31,'__default',0,0); /*!40000 ALTER TABLE `mdl_my_pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_notifications` -- DROP TABLE IF EXISTS `mdl_notifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_notifications` ( `id` bigint NOT NULL AUTO_INCREMENT, `useridfrom` bigint NOT NULL, `useridto` bigint NOT NULL, `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `fullmessageformat` tinyint(1) NOT NULL DEFAULT '0', `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `timeread` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `mdl_noti_use_ix` (`useridfrom`), KEY `mdl_noti_use2_ix` (`useridto`) ) ENGINE=InnoDB AUTO_INCREMENT=1963 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores all notifications'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_notifications` -- LOCK TABLES `mdl_notifications` WRITE; /*!40000 ALTER TABLE `mdl_notifications` DISABLE KEYS */; INSERT INTO `mdl_notifications` VALUES (1939,2,2,'有新的Moodle更新可用(https://moo.cultivarts.org)','更新通知\n\n有一個新版本的 Moodle 可以更新!\nMoodle 5.0.5 (Build: 20260209) 版本 2025041405 (穩定版)\nMoodle 5.1.2 (Build: 20260209) 版本 2025100602 (穩定版)\nMoodle 4.5.9 (Build: 20260209) 版本 2024100709 (穩定版)\n\n去 https://moo.cultivarts.org/admin/index.php 查看更多細節\n\n強烈建議你將此網站更新成最新版本,以取得所有最新的安全性和程式錯誤上的修正。\n\n您的 Moodle 的網站 https://moo.cultivarts.org 已經設定為\"自動檢查可用的更新\"。做為網站管理員,您會收到此訊息。\n您可以經由\'系統管理\'-->\'網站管理\'-->\'主機\'-->\'更新通知\'來關閉\"自動檢查可用的更新\"。\n您也可以經由\'系統管理\'-->\'個人資料設定\'-->\'傳簡訊\'來自訂此訊息的發送方式。\n',2,'<h1>更新通知</h1>\n<h2>有一個新版本的 Moodle 可以更新!</h2>\n<ul>\n<li><strong>Moodle 5.0.5 (Build: 20260209)</strong> 版本 2025041405 (穩定版)</li>\n<li><strong>Moodle 5.1.2 (Build: 20260209)</strong> 版本 2025100602 (穩定版)</li>\n<li><strong>Moodle 4.5.9 (Build: 20260209)</strong> 版本 2024100709 (穩定版)</li>\n</ul>\n<p>去 <a href=\"https://moo.cultivarts.org/admin/index.php\">https://moo.cultivarts.org/admin/index.php</a> 查看更多細節</p>\n<p>強烈建議你將此網站更新成最新版本,以取得所有最新的安全性和程式錯誤上的修正。</p>\n<footer><p style=\"font-size:smaller; color:#333;\">您的 Moodle 的網站 <a href=\"https://moo.cultivarts.org\">https://moo.cultivarts.org</a> 已經設定為\"自動檢查可用的更新\"。做為網站管理員,您會收到此訊息。\n您可以經由\'系統管理\'-->\'網站管理\'-->\'主機\'-->\'更新通知\'來關閉\"自動檢查可用的更新\"。\n您也可以經由\'系統管理\'-->\'個人資料設定\'-->\'傳簡訊\'來自訂此訊息的發送方式。</p></footer>','更新通知','moodle','availableupdate',NULL,NULL,NULL,1770761462,NULL),(1940,2,2,'有新的Moodle更新可用(https://moo.cultivarts.org)','更新通知\n\n有一個新版本的 Moodle 可以更新!\nMoodle 5.0.6 (Build: 20260216) 版本 2025041406 (穩定版)\nMoodle 5.1.3 (Build: 20260216) 版本 2025100603 (穩定版)\nMoodle 4.5.10 (Build: 20260216) 版本 2024100710 (穩定版)\n\n去 https://moo.cultivarts.org/admin/index.php 查看更多細節\n\n強烈建議你將此網站更新成最新版本,以取得所有最新的安全性和程式錯誤上的修正。\n\n您的 Moodle 的網站 https://moo.cultivarts.org 已經設定為\"自動檢查可用的更新\"。做為網站管理員,您會收到此訊息。\n您可以經由\'系統管理\'-->\'網站管理\'-->\'主機\'-->\'更新通知\'來關閉\"自動檢查可用的更新\"。\n您也可以經由\'系統管理\'-->\'個人資料設定\'-->\'傳簡訊\'來自訂此訊息的發送方式。\n',2,'<h1>更新通知</h1>\n<h2>有一個新版本的 Moodle 可以更新!</h2>\n<ul>\n<li><strong>Moodle 5.0.6 (Build: 20260216)</strong> 版本 2025041406 (穩定版)</li>\n<li><strong>Moodle 5.1.3 (Build: 20260216)</strong> 版本 2025100603 (穩定版)</li>\n<li><strong>Moodle 4.5.10 (Build: 20260216)</strong> 版本 2024100710 (穩定版)</li>\n</ul>\n<p>去 <a href=\"https://moo.cultivarts.org/admin/index.php\">https://moo.cultivarts.org/admin/index.php</a> 查看更多細節</p>\n<p>強烈建議你將此網站更新成最新版本,以取得所有最新的安全性和程式錯誤上的修正。</p>\n<footer><p style=\"font-size:smaller; color:#333;\">您的 Moodle 的網站 <a href=\"https://moo.cultivarts.org\">https://moo.cultivarts.org</a> 已經設定為\"自動檢查可用的更新\"。做為網站管理員,您會收到此訊息。\n您可以經由\'系統管理\'-->\'網站管理\'-->\'主機\'-->\'更新通知\'來關閉\"自動檢查可用的更新\"。\n您也可以經由\'系統管理\'-->\'個人資料設定\'-->\'傳簡訊\'來自訂此訊息的發送方式。</p></footer>','更新通知','moodle','availableupdate',NULL,NULL,NULL,1770934262,NULL),(1941,2,2,'有新的Moodle更新可用(https://moo.cultivarts.org)','更新通知\n\n有一個新版本的 Moodle 可以更新!\nMoodle 5.0.6+ (Build: 20260217) 版本 2025041406.02 (穩定版)\nMoodle 5.1.3+ (Build: 20260217) 版本 2025100603.02 (穩定版)\nMoodle 4.5.10+ (Build: 20260217) 版本 2024100710.01 (穩定版)\n\n去 https://moo.cultivarts.org/admin/index.php 查看更多細節\n\n強烈建議你將此網站更新成最新版本,以取得所有最新的安全性和程式錯誤上的修正。\n\n您的 Moodle 的網站 https://moo.cultivarts.org 已經設定為\"自動檢查可用的更新\"。做為網站管理員,您會收到此訊息。\n您可以經由\'系統管理\'-->\'網站管理\'-->\'主機\'-->\'更新通知\'來關閉\"自動檢查可用的更新\"。\n您也可以經由\'系統管理\'-->\'個人資料設定\'-->\'傳簡訊\'來自訂此訊息的發送方式。\n',2,'<h1>更新通知</h1>\n<h2>有一個新版本的 Moodle 可以更新!</h2>\n<ul>\n<li><strong>Moodle 5.0.6+ (Build: 20260217)</strong> 版本 2025041406.02 (穩定版)</li>\n<li><strong>Moodle 5.1.3+ (Build: 20260217)</strong> 版本 2025100603.02 (穩定版)</li>\n<li><strong>Moodle 4.5.10+ (Build: 20260217)</strong> 版本 2024100710.01 (穩定版)</li>\n</ul>\n<p>去 <a href=\"https://moo.cultivarts.org/admin/index.php\">https://moo.cultivarts.org/admin/index.php</a> 查看更多細節</p>\n<p>強烈建議你將此網站更新成最新版本,以取得所有最新的安全性和程式錯誤上的修正。</p>\n<footer><p style=\"font-size:smaller; color:#333;\">您的 Moodle 的網站 <a href=\"https://moo.cultivarts.org\">https://moo.cultivarts.org</a> 已經設定為\"自動檢查可用的更新\"。做為網站管理員,您會收到此訊息。\n您可以經由\'系統管理\'-->\'網站管理\'-->\'主機\'-->\'更新通知\'來關閉\"自動檢查可用的更新\"。\n您也可以經由\'系統管理\'-->\'個人資料設定\'-->\'傳簡訊\'來自訂此訊息的發送方式。</p></footer>','更新通知','moodle','availableupdate',NULL,NULL,NULL,1771452663,NULL),(1942,2,2,'有新的Moodle更新可用(https://moo.cultivarts.org)','更新通知\n\n有一個新版本的 Moodle 可以更新!\nMoodle 5.0.6+ (Build: 20260220) 版本 2025041406.03 (穩定版)\nMoodle 5.1.3+ (Build: 20260220) 版本 2025100603.03 (穩定版)\nMoodle 4.5.10+ (Build: 20260220) 版本 2024100710.02 (穩定版)\n\n去 https://moo.cultivarts.org/admin/index.php 查看更多細節\n\n強烈建議你將此網站更新成最新版本,以取得所有最新的安全性和程式錯誤上的修正。\n\n您的 Moodle 的網站 https://moo.cultivarts.org 已經設定為\"自動檢查可用的更新\"。做為網站管理員,您會收到此訊息。\n您可以經由\'系統管理\'-->\'網站管理\'-->\'主機\'-->\'更新通知\'來關閉\"自動檢查可用的更新\"。\n您也可以經由\'系統管理\'-->\'個人資料設定\'-->\'傳簡訊\'來自訂此訊息的發送方式。\n',2,'<h1>更新通知</h1>\n<h2>有一個新版本的 Moodle 可以更新!</h2>\n<ul>\n<li><strong>Moodle 5.0.6+ (Build: 20260220)</strong> 版本 2025041406.03 (穩定版)</li>\n<li><strong>Moodle 5.1.3+ (Build: 20260220)</strong> 版本 2025100603.03 (穩定版)</li>\n<li><strong>Moodle 4.5.10+ (Build: 20260220)</strong> 版本 2024100710.02 (穩定版)</li>\n</ul>\n<p>去 <a href=\"https://moo.cultivarts.org/admin/index.php\">https://moo.cultivarts.org/admin/index.php</a> 查看更多細節</p>\n<p>強烈建議你將此網站更新成最新版本,以取得所有最新的安全性和程式錯誤上的修正。</p>\n<footer><p style=\"font-size:smaller; color:#333;\">您的 Moodle 的網站 <a href=\"https://moo.cultivarts.org\">https://moo.cultivarts.org</a> 已經設定為\"自動檢查可用的更新\"。做為網站管理員,您會收到此訊息。\n您可以經由\'系統管理\'-->\'網站管理\'-->\'主機\'-->\'更新通知\'來關閉\"自動檢查可用的更新\"。\n您也可以經由\'系統管理\'-->\'個人資料設定\'-->\'傳簡訊\'來自訂此訊息的發送方式。</p></footer>','更新通知','moodle','availableupdate',NULL,NULL,NULL,1771798263,NULL),(1943,2,2,'有新的Moodle更新可用(https://moo.cultivarts.org)','更新通知\n\n有一個新版本的 Moodle 可以更新!\nMoodle 5.0.6+ (Build: 20260227) 版本 2025041406.04 (穩定版)\nMoodle 5.1.3+ (Build: 20260227) 版本 2025100603.04 (穩定版)\nMoodle 4.5.10+ (Build: 20260227) 版本 2024100710.03 (穩定版)\n\n去 https://moo.cultivarts.org/admin/index.php 查看更多細節\n\n強烈建議你將此網站更新成最新版本,以取得所有最新的安全性和程式錯誤上的修正。\n\n您的 Moodle 的網站 https://moo.cultivarts.org 已經設定為\"自動檢查可用的更新\"。做為網站管理員,您會收到此訊息。\n您可以經由\'系統管理\'-->\'網站管理\'-->\'主機\'-->\'更新通知\'來關閉\"自動檢查可用的更新\"。\n您也可以經由\'系統管理\'-->\'個人資料設定\'-->\'傳簡訊\'來自訂此訊息的發送方式。\n',2,'<h1>更新通知</h1>\n<h2>有一個新版本的 Moodle 可以更新!</h2>\n<ul>\n<li><strong>Moodle 5.0.6+ (Build: 20260227)</strong> 版本 2025041406.04 (穩定版)</li>\n<li><strong>Moodle 5.1.3+ (Build: 20260227)</strong> 版本 2025100603.04 (穩定版)</li>\n<li><strong>Moodle 4.5.10+ (Build: 20260227)</strong> 版本 2024100710.03 (穩定版)</li>\n</ul>\n<p>去 <a href=\"https://moo.cultivarts.org/admin/index.php\">https://moo.cultivarts.org/admin/index.php</a> 查看更多細節</p>\n<p>強烈建議你將此網站更新成最新版本,以取得所有最新的安全性和程式錯誤上的修正。</p>\n<footer><p style=\"font-size:smaller; color:#333;\">您的 Moodle 的網站 <a href=\"https://moo.cultivarts.org\">https://moo.cultivarts.org</a> 已經設定為\"自動檢查可用的更新\"。做為網站管理員,您會收到此訊息。\n您可以經由\'系統管理\'-->\'網站管理\'-->\'主機\'-->\'更新通知\'來關閉\"自動檢查可用的更新\"。\n您也可以經由\'系統管理\'-->\'個人資料設定\'-->\'傳簡訊\'來自訂此訊息的發送方式。</p></footer>','更新通知','moodle','availableupdate',NULL,NULL,NULL,1772316662,NULL),(1944,-10,2,'您的帳號 藝術神學Moodle 新登入紀錄','嗨 課程管理員 Admin,\n\n您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。\n\n * 您的帳號: moodleadmin vincentwclin@gmail.com\n * 登入時間:2026年 03月 3日(週二) 23:42\n * 登入設備: Mozilla/5.0 (Windows NT 10.0; Win64; x64)\nAppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36\nEdg/145.0.0.0\n * IP: 101.12.151.109\n\n如果是這你,則不需要做任何事。\n\n如果你不認識這筆紀錄,請 變更您的密碼 [1]。\n\n\nLinks:\n------\n[1] https://moo.cultivarts.org/login/change_password.php\n',1,'<p>嗨 課程管理員 Admin,</p>\n<p>您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。</p>\n<ul>\n<li>您的帳號: moodleadmin vincentwclin@gmail.com</li>\n<li>登入時間:2026年 03月 3日(週二) 23:42</li>\n<li>登入設備: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36 Edg/145.0.0.0</li>\n<li>IP: 101.12.151.109</li>\n</ul>\n<p>如果是這你,則不需要做任何事。</p>\n<p>如果你不認識這筆紀錄,請 <a href=\"https://moo.cultivarts.org/login/change_password.php\">變更您的密碼</a>。</p>','您的帳號 moodleadmin 剛剛從一個新的設備登入了。','moodle','newlogin',NULL,NULL,NULL,1772552583,'{\"notificationiconurl\":\"https:\\/\\/moo.cultivarts.org\\/theme\\/image.php\\/_s\\/moove\\/core\\/1704486139\\/u\\/f1\",\"courseid\":\"1\"}'),(1945,-10,2,'您的帳號 藝術神學Moodle 新登入紀錄','嗨 課程管理員 Admin,\n\n您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。\n\n * 您的帳號: moodleadmin vincentwclin@gmail.com\n * 登入時間:2026年 03月 4日(週三) 13:06\n * 登入設備: Mozilla/5.0 (Windows NT 10.0; Win64; x64)\nAppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36\nEdg/145.0.0.0\n * IP: 219.91.26.209\n\n如果是這你,則不需要做任何事。\n\n如果你不認識這筆紀錄,請 變更您的密碼 [1]。\n\n\nLinks:\n------\n[1] https://moo.cultivarts.org/login/change_password.php\n',1,'<p>嗨 課程管理員 Admin,</p>\n<p>您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。</p>\n<ul>\n<li>您的帳號: moodleadmin vincentwclin@gmail.com</li>\n<li>登入時間:2026年 03月 4日(週三) 13:06</li>\n<li>登入設備: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36 Edg/145.0.0.0</li>\n<li>IP: 219.91.26.209</li>\n</ul>\n<p>如果是這你,則不需要做任何事。</p>\n<p>如果你不認識這筆紀錄,請 <a href=\"https://moo.cultivarts.org/login/change_password.php\">變更您的密碼</a>。</p>','您的帳號 moodleadmin 剛剛從一個新的設備登入了。','moodle','newlogin',NULL,NULL,NULL,1772600823,'{\"notificationiconurl\":\"https:\\/\\/moo.cultivarts.org\\/theme\\/image.php\\/_s\\/moove\\/core\\/1772553926\\/u\\/f1\",\"courseid\":\"1\"}'),(1946,2,2,'教會藝術課: 第二週課前討論(分辨奧秘)','教會藝術課 -> 討論區 -> 第二週課前討論(分辨奧秘)\nhttps://moo.cultivarts.org/mod/forum/discuss.php?d=20#p198\n第二週課前討論(分辨奧秘)\n由課程管理員 Admin發表於2026年 03月 5日(週四) 23:30\n---------------------------------------------------------------------\n用200-400字提出一則關於〈分辨奧秘〉的問題或是心得。\n\n(問題:看不懂、疑惑,想詢問同學意見,或是想反問作者的問題;心得:新發現、新想法,激勵你要做出的回應等等)。\n\n\n\n\n---------------------------------------------------------------------\n這是張貼在教會藝術課網站的一篇文章。\n\n要回應請按以下連結:\n\n To reply click on this link: https://moo.cultivarts.org/mod/forum/post.php?reply=198\n取消訂閱這一討論區:https://moo.cultivarts.org/mod/forum/subscribe.php?id=20\n取消訂閱這一議題:https://moo.cultivarts.org/mod/forum/subscribe.php?id=20&d=20\n更改你的討論區摘要偏好:https://moo.cultivarts.org/mod/forum/index.php?id=3',2,'<div class=\"navbar\">\n <a target=\"_blank\" href=\"https://moo.cultivarts.org/course/view.php?id=3\">教會藝術課</a>\n »\n <a target=\"_blank\" href=\"https://moo.cultivarts.org/mod/forum/index.php?id=3\">討論區</a>\n »\n <a target=\"_blank\" href=\"https://moo.cultivarts.org/mod/forum/view.php?f=20\">第二週課前討論(分辨奧秘)</a>\n</div>\n\n<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\" class=\"forumpost\">\n <tr class=\"header\">\n <td width=\"35\" valign=\"top\" class=\"picture left\">\n <a href=\"https://moo.cultivarts.org/user/view.php?id=2&course=3\" class=\"d-inline-block aabtn\"><span class=\"userinitials size-35\">課A</span></a>\n </td>\n <td class=\"topic starter\">\n <div class=\"subject\">\n 第二週課前討論(分辨奧秘)\n </div>\n <div class=\"author\">\n 由<a target=\'_blank\' href=\'https://moo.cultivarts.org/user/view.php?id=2&course=3\'>課程管理員 Admin</a>發表於2026年 03月 5日(週四) 23:30\n </div>\n </td>\n </tr>\n <tr>\n <td class=\"left side\" valign=\"top\">\n \n </td>\n <td class=\"content\">\n <p>用<span lang=\"en-us\" xml:lang=\"en-us\">200-400</span>字提出一則關於〈分辨奧秘〉的<strong>問題</strong>或是<strong>心得</strong>。</p><p>(<strong>問題</strong>:看不懂、疑惑,想詢問同學意見,或是想反問作者的問題;<strong>心得</strong>:新發現、新想法,激勵你要做出的回應等等)。</p><p dir=\"ltr\" style=\"text-align:left;\"></p><p></p><p></p><p></p><p></p>\n\n <div class=\"commands\">\n <a target=\"_blank\" href=\"https://moo.cultivarts.org/mod/forum/post.php?reply=198\">\n 回覆\n </a>\n </div>\n\n <div class=\"link\">\n <a target=\"_blank\" href=\"https://moo.cultivarts.org/mod/forum/discuss.php?d=20#p198\">\n 在情境下檢視此貼文\n </a>\n </div>\n </td>\n </tr>\n</table>\n\n<hr />\n<div class=\"mdl-align unsubscribelink\">\n <a href=\"https://moo.cultivarts.org/mod/forum/subscribe.php?id=20\">取消訂閱 本討論區</a> \n <a href=\"https://moo.cultivarts.org/mod/forum/subscribe.php?id=20&d=20\">從這一題中取消訂閱</a> \n <a href=\"https://moo.cultivarts.org/mod/forum/index.php?id=3\">更改你的討論區貼文摘要的偏好</a>\n</div>','課程管理員 Admin 貼在 教會藝術課: 第二週課前討論(分辨奧秘): 第二週課前討論(分辨奧秘)','mod_forum','posts','https://moo.cultivarts.org/mod/forum/discuss.php?d=20#p198','第二週課前討論(分辨奧秘)',NULL,1772728204,'{\"cmid\":\"65\",\"instance\":\"20\",\"discussionid\":\"20\",\"postid\":\"198\",\"notificationiconurl\":\"https:\\/\\/moo.cultivarts.org\\/theme\\/image.php\\/_s\\/moove\\/core\\/1772553926\\/u\\/f1\",\"actionbuttons\":{\"reply\":\"\\u56de\\u8986\"},\"courseid\":\"3\"}'),(1947,-10,35,'您的帳號 藝術神學Moodle 新登入紀錄','嗨 林 韡承,\n\n您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。\n\n * 您的帳號: testaccount mathitria@gmail.com\n * 登入時間:2026年 03月 6日(週五) 23:23\n * 登入設備: Mozilla/5.0 (Windows NT 10.0; Win64; x64)\nAppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36\nEdg/145.0.0.0\n * IP: 219.91.26.209\n\n如果是這你,則不需要做任何事。\n\n如果你不認識這筆紀錄,請 變更您的密碼 [1]。\n\n\nLinks:\n------\n[1] https://moo.cultivarts.org/login/change_password.php\n',1,'<p>嗨 林 韡承,</p>\n<p>您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。</p>\n<ul>\n<li>您的帳號: testaccount mathitria@gmail.com</li>\n<li>登入時間:2026年 03月 6日(週五) 23:23</li>\n<li>登入設備: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36 Edg/145.0.0.0</li>\n<li>IP: 219.91.26.209</li>\n</ul>\n<p>如果是這你,則不需要做任何事。</p>\n<p>如果你不認識這筆紀錄,請 <a href=\"https://moo.cultivarts.org/login/change_password.php\">變更您的密碼</a>。</p>','您的帳號 testaccount 剛剛從一個新的設備登入了。','moodle','newlogin',NULL,NULL,NULL,1772810643,'{\"notificationiconurl\":\"https:\\/\\/moo.cultivarts.org\\/theme\\/image.php\\/_s\\/moove\\/core\\/1772553926\\/u\\/f1\",\"courseid\":\"1\"}'),(1948,-10,28,'您的帳號 藝術神學Moodle 新登入紀錄','嗨 楊 笠,\n\n您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。\n\n * 您的帳號: leo810813 leo810813@gmail.com\n * 登入時間:2026年 03月 6日(週五) 23:57\n * 登入設備: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36\n(KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36\n * IP: 49.216.26.14\n\n如果是這你,則不需要做任何事。\n\n如果你不認識這筆紀錄,請 變更您的密碼 [1]。\n\n\nLinks:\n------\n[1] https://moo.cultivarts.org/login/change_password.php\n',1,'<p>嗨 楊 笠,</p>\n<p>您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。</p>\n<ul>\n<li>您的帳號: leo810813 leo810813@gmail.com</li>\n<li>登入時間:2026年 03月 6日(週五) 23:57</li>\n<li>登入設備: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36</li>\n<li>IP: 49.216.26.14</li>\n</ul>\n<p>如果是這你,則不需要做任何事。</p>\n<p>如果你不認識這筆紀錄,請 <a href=\"https://moo.cultivarts.org/login/change_password.php\">變更您的密碼</a>。</p>','您的帳號 leo810813 剛剛從一個新的設備登入了。','moodle','newlogin',NULL,NULL,NULL,1772812683,'{\"notificationiconurl\":\"https:\\/\\/moo.cultivarts.org\\/theme\\/image.php\\/_s\\/moove\\/core\\/1772812256\\/u\\/f1\",\"courseid\":\"1\"}'),(1949,-10,29,'您的帳號 藝術神學Moodle 新登入紀錄','嗨 李 寧,\n\n您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。\n\n * 您的帳號: lya8x0u9398 lya8x0u9398@gmail.com\n * 登入時間:2026年 03月 6日(週五) 23:59\n * 登入設備: Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X)\nAppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148\nSafari/604.1\n * IP: 223.137.23.199\n\n如果是這你,則不需要做任何事。\n\n如果你不認識這筆紀錄,請 變更您的密碼 [1]。\n\n\nLinks:\n------\n[1] https://moo.cultivarts.org/login/change_password.php\n',1,'<p>嗨 李 寧,</p>\n<p>您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。</p>\n<ul>\n<li>您的帳號: lya8x0u9398 lya8x0u9398@gmail.com</li>\n<li>登入時間:2026年 03月 6日(週五) 23:59</li>\n<li>登入設備: Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1</li>\n<li>IP: 223.137.23.199</li>\n</ul>\n<p>如果是這你,則不需要做任何事。</p>\n<p>如果你不認識這筆紀錄,請 <a href=\"https://moo.cultivarts.org/login/change_password.php\">變更您的密碼</a>。</p>','您的帳號 lya8x0u9398 剛剛從一個新的設備登入了。','moodle','newlogin',NULL,NULL,NULL,1772812804,'{\"notificationiconurl\":\"https:\\/\\/moo.cultivarts.org\\/theme\\/image.php\\/_s\\/moove\\/core\\/1772812256\\/u\\/f1\",\"courseid\":\"1\"}'),(1950,-10,24,'您的帳號 藝術神學Moodle 新登入紀錄','嗨 鄭 燕嬪,\n\n您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。\n\n * 您的帳號: chengyp chengyp@ms57.hinet.net\n * 登入時間:2026年 03月 7日(週六) 00:01\n * 登入設備: Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X)\nAppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Safari Line/26.2.0\n * IP: 111.80.101.252\n\n如果是這你,則不需要做任何事。\n\n如果你不認識這筆紀錄,請 變更您的密碼 [1]。\n\n\nLinks:\n------\n[1] https://moo.cultivarts.org/login/change_password.php\n',1,'<p>嗨 鄭 燕嬪,</p>\n<p>您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。</p>\n<ul>\n<li>您的帳號: chengyp chengyp@ms57.hinet.net</li>\n<li>登入時間:2026年 03月 7日(週六) 00:01</li>\n<li>登入設備: Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Safari Line/26.2.0</li>\n<li>IP: 111.80.101.252</li>\n</ul>\n<p>如果是這你,則不需要做任何事。</p>\n<p>如果你不認識這筆紀錄,請 <a href=\"https://moo.cultivarts.org/login/change_password.php\">變更您的密碼</a>。</p>','您的帳號 chengyp 剛剛從一個新的設備登入了。','moodle','newlogin',NULL,NULL,NULL,1772812923,'{\"notificationiconurl\":\"https:\\/\\/moo.cultivarts.org\\/theme\\/image.php\\/_s\\/moove\\/core\\/1772812256\\/u\\/f1\",\"courseid\":\"1\"}'),(1951,-10,26,'您的帳號 藝術神學Moodle 新登入紀錄','嗨 顏 富君,\n\n您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。\n\n * 您的帳號: ba0961002 ba0961002@gmail.com\n * 登入時間:2026年 03月 7日(週六) 02:25\n * 登入設備: Mozilla/5.0 (Windows NT 10.0; Win64; x64)\nAppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36\n * IP: 114.43.136.22\n\n如果是這你,則不需要做任何事。\n\n如果你不認識這筆紀錄,請 變更您的密碼 [1]。\n\n\nLinks:\n------\n[1] https://moo.cultivarts.org/login/change_password.php\n',1,'<p>嗨 顏 富君,</p>\n<p>您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。</p>\n<ul>\n<li>您的帳號: ba0961002 ba0961002@gmail.com</li>\n<li>登入時間:2026年 03月 7日(週六) 02:25</li>\n<li>登入設備: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36</li>\n<li>IP: 114.43.136.22</li>\n</ul>\n<p>如果是這你,則不需要做任何事。</p>\n<p>如果你不認識這筆紀錄,請 <a href=\"https://moo.cultivarts.org/login/change_password.php\">變更您的密碼</a>。</p>','您的帳號 ba0961002 剛剛從一個新的設備登入了。','moodle','newlogin',NULL,NULL,NULL,1772821562,'{\"notificationiconurl\":\"https:\\/\\/moo.cultivarts.org\\/theme\\/image.php\\/_s\\/moove\\/core\\/1772812256\\/u\\/f1\",\"courseid\":\"1\"}'),(1952,-10,33,'您的帳號 藝術神學Moodle 新登入紀錄','嗨 郭 仰秦,\n\n您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。\n\n * 您的帳號: clioilearning clioilearning@gmail.com\n * 登入時間:2026年 03月 7日(週六) 09:16\n * 登入設備: Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X)\nAppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148\nSafari/604.1\n * IP: 104.28.128.18\n\n如果是這你,則不需要做任何事。\n\n如果你不認識這筆紀錄,請 變更您的密碼 [1]。\n\n\nLinks:\n------\n[1] https://moo.cultivarts.org/login/change_password.php\n',1,'<p>嗨 郭 仰秦,</p>\n<p>您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。</p>\n<ul>\n<li>您的帳號: clioilearning clioilearning@gmail.com</li>\n<li>登入時間:2026年 03月 7日(週六) 09:16</li>\n<li>登入設備: Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1</li>\n<li>IP: 104.28.128.18</li>\n</ul>\n<p>如果是這你,則不需要做任何事。</p>\n<p>如果你不認識這筆紀錄,請 <a href=\"https://moo.cultivarts.org/login/change_password.php\">變更您的密碼</a>。</p>','您的帳號 clioilearning 剛剛從一個新的設備登入了。','moodle','newlogin',NULL,NULL,NULL,1772846223,'{\"notificationiconurl\":\"https:\\/\\/moo.cultivarts.org\\/theme\\/image.php\\/_s\\/moove\\/core\\/1772812256\\/u\\/f1\",\"courseid\":\"1\"}'),(1953,-10,30,'您的帳號 藝術神學Moodle 新登入紀錄','嗨 黃 宿媛,\n\n您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。\n\n * 您的帳號: amy10051982 amy10051982@hotmail.com\n * 登入時間:2026年 03月 7日(週六) 16:07\n * 登入設備: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7)\nAppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36\n * IP: 123.50.47.183\n\n如果是這你,則不需要做任何事。\n\n如果你不認識這筆紀錄,請 變更您的密碼 [1]。\n\n\nLinks:\n------\n[1] https://moo.cultivarts.org/login/change_password.php\n',1,'<p>嗨 黃 宿媛,</p>\n<p>您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。</p>\n<ul>\n<li>您的帳號: amy10051982 amy10051982@hotmail.com</li>\n<li>登入時間:2026年 03月 7日(週六) 16:07</li>\n<li>登入設備: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36</li>\n<li>IP: 123.50.47.183</li>\n</ul>\n<p>如果是這你,則不需要做任何事。</p>\n<p>如果你不認識這筆紀錄,請 <a href=\"https://moo.cultivarts.org/login/change_password.php\">變更您的密碼</a>。</p>','您的帳號 amy10051982 剛剛從一個新的設備登入了。','moodle','newlogin',NULL,NULL,NULL,1772870883,'{\"notificationiconurl\":\"https:\\/\\/moo.cultivarts.org\\/theme\\/image.php\\/_s\\/moove\\/core\\/1772812256\\/u\\/f1\",\"courseid\":\"1\"}'),(1954,-10,31,'您的帳號 藝術神學Moodle 新登入紀錄','嗨 黃 寶惠,\n\n您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。\n\n * 您的帳號: pofei68 pofei68@gmail.com\n * 登入時間:2026年 03月 7日(週六) 18:15\n * 登入設備: Mozilla/5.0 (Windows NT 10.0; Win64; x64)\nAppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36\nEdg/145.0.0.0\n * IP: 101.10.15.140\n\n如果是這你,則不需要做任何事。\n\n如果你不認識這筆紀錄,請 變更您的密碼 [1]。\n\n\nLinks:\n------\n[1] https://moo.cultivarts.org/login/change_password.php\n',1,'<p>嗨 黃 寶惠,</p>\n<p>您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。</p>\n<ul>\n<li>您的帳號: pofei68 pofei68@gmail.com</li>\n<li>登入時間:2026年 03月 7日(週六) 18:15</li>\n<li>登入設備: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36 Edg/145.0.0.0</li>\n<li>IP: 101.10.15.140</li>\n</ul>\n<p>如果是這你,則不需要做任何事。</p>\n<p>如果你不認識這筆紀錄,請 <a href=\"https://moo.cultivarts.org/login/change_password.php\">變更您的密碼</a>。</p>','您的帳號 pofei68 剛剛從一個新的設備登入了。','moodle','newlogin',NULL,NULL,NULL,1772878563,'{\"notificationiconurl\":\"https:\\/\\/moo.cultivarts.org\\/theme\\/image.php\\/_s\\/moove\\/core\\/1772812256\\/u\\/f1\",\"courseid\":\"1\"}'),(1955,-10,28,'您的帳號 藝術神學Moodle 新登入紀錄','嗨 楊 笠,\n\n您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。\n\n * 您的帳號: leo810813 leo810813@gmail.com\n * 登入時間:2026年 03月 7日(週六) 23:57\n * 登入設備: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36\n(KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36\n * IP: 123.193.249.221\n\n如果是這你,則不需要做任何事。\n\n如果你不認識這筆紀錄,請 變更您的密碼 [1]。\n\n\nLinks:\n------\n[1] https://moo.cultivarts.org/login/change_password.php\n',1,'<p>嗨 楊 笠,</p>\n<p>您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。</p>\n<ul>\n<li>您的帳號: leo810813 leo810813@gmail.com</li>\n<li>登入時間:2026年 03月 7日(週六) 23:57</li>\n<li>登入設備: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36</li>\n<li>IP: 123.193.249.221</li>\n</ul>\n<p>如果是這你,則不需要做任何事。</p>\n<p>如果你不認識這筆紀錄,請 <a href=\"https://moo.cultivarts.org/login/change_password.php\">變更您的密碼</a>。</p>','您的帳號 leo810813 剛剛從一個新的設備登入了。','moodle','newlogin',NULL,NULL,NULL,1772899023,'{\"notificationiconurl\":\"https:\\/\\/moo.cultivarts.org\\/theme\\/image.php\\/_s\\/moove\\/core\\/1772812256\\/u\\/f1\",\"courseid\":\"1\"}'),(1956,-10,24,'您的帳號 藝術神學Moodle 新登入紀錄','嗨 鄭 燕嬪,\n\n您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。\n\n * 您的帳號: chengyp chengyp@ms57.hinet.net\n * 登入時間:2026年 03月 9日(週一) 01:30\n * 登入設備: Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X)\nAppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Safari Line/26.2.0\n * IP: 111.80.94.168\n\n如果是這你,則不需要做任何事。\n\n如果你不認識這筆紀錄,請 變更您的密碼 [1]。\n\n\nLinks:\n------\n[1] https://moo.cultivarts.org/login/change_password.php\n',1,'<p>嗨 鄭 燕嬪,</p>\n<p>您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。</p>\n<ul>\n<li>您的帳號: chengyp chengyp@ms57.hinet.net</li>\n<li>登入時間:2026年 03月 9日(週一) 01:30</li>\n<li>登入設備: Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Safari Line/26.2.0</li>\n<li>IP: 111.80.94.168</li>\n</ul>\n<p>如果是這你,則不需要做任何事。</p>\n<p>如果你不認識這筆紀錄,請 <a href=\"https://moo.cultivarts.org/login/change_password.php\">變更您的密碼</a>。</p>','您的帳號 chengyp 剛剛從一個新的設備登入了。','moodle','newlogin',NULL,NULL,NULL,1772991062,'{\"notificationiconurl\":\"https:\\/\\/moo.cultivarts.org\\/theme\\/image.php\\/_s\\/moove\\/core\\/1772812256\\/u\\/f1\",\"courseid\":\"1\"}'),(1957,2,2,'有新的Moodle更新可用(https://moo.cultivarts.org)','更新通知\n\n有一個新版本的 Moodle 可以更新!\nMoodle 5.0.6+ (Build: 20260306) 版本 2025041406.06 (穩定版)\nMoodle 5.1.3+ (Build: 20260306) 版本 2025100603.06 (穩定版)\nMoodle 4.5.10+ (Build: 20260306) 版本 2024100710.04 (穩定版)\n\n去 https://moo.cultivarts.org/admin/index.php 查看更多細節\n\n強烈建議你將此網站更新成最新版本,以取得所有最新的安全性和程式錯誤上的修正。\n\n您的 Moodle 的網站 https://moo.cultivarts.org 已經設定為\"自動檢查可用的更新\"。做為網站管理員,您會收到此訊息。\n您可以經由\'系統管理\'-->\'網站管理\'-->\'主機\'-->\'更新通知\'來關閉\"自動檢查可用的更新\"。\n您也可以經由\'系統管理\'-->\'個人資料設定\'-->\'傳簡訊\'來自訂此訊息的發送方式。\n',2,'<h1>更新通知</h1>\n<h2>有一個新版本的 Moodle 可以更新!</h2>\n<ul>\n<li><strong>Moodle 5.0.6+ (Build: 20260306)</strong> 版本 2025041406.06 (穩定版)</li>\n<li><strong>Moodle 5.1.3+ (Build: 20260306)</strong> 版本 2025100603.06 (穩定版)</li>\n<li><strong>Moodle 4.5.10+ (Build: 20260306)</strong> 版本 2024100710.04 (穩定版)</li>\n</ul>\n<p>去 <a href=\"https://moo.cultivarts.org/admin/index.php\">https://moo.cultivarts.org/admin/index.php</a> 查看更多細節</p>\n<p>強烈建議你將此網站更新成最新版本,以取得所有最新的安全性和程式錯誤上的修正。</p>\n<footer><p style=\"font-size:smaller; color:#333;\">您的 Moodle 的網站 <a href=\"https://moo.cultivarts.org\">https://moo.cultivarts.org</a> 已經設定為\"自動檢查可用的更新\"。做為網站管理員,您會收到此訊息。\n您可以經由\'系統管理\'-->\'網站管理\'-->\'主機\'-->\'更新通知\'來關閉\"自動檢查可用的更新\"。\n您也可以經由\'系統管理\'-->\'個人資料設定\'-->\'傳簡訊\'來自訂此訊息的發送方式。</p></footer>','更新通知','moodle','availableupdate',NULL,NULL,NULL,1773007862,NULL),(1958,-10,32,'您的帳號 藝術神學Moodle 新登入紀錄','嗨 許 伯仁,\n\n您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。\n\n * 您的帳號: lampaul.hsu Iampaul.hsu@gmail.com\n * 登入時間:2026年 03月 9日(週一) 18:28\n * 登入設備: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7)\nAppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36\nEdg/145.0.0.0\n * IP: 123.50.44.2\n\n如果是這你,則不需要做任何事。\n\n如果你不認識這筆紀錄,請 變更您的密碼 [1]。\n\n\nLinks:\n------\n[1] https://moo.cultivarts.org/login/change_password.php\n',1,'<p>嗨 許 伯仁,</p>\n<p>您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。</p>\n<ul>\n<li>您的帳號: lampaul.hsu Iampaul.hsu@gmail.com</li>\n<li>登入時間:2026年 03月 9日(週一) 18:28</li>\n<li>登入設備: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36 Edg/145.0.0.0</li>\n<li>IP: 123.50.44.2</li>\n</ul>\n<p>如果是這你,則不需要做任何事。</p>\n<p>如果你不認識這筆紀錄,請 <a href=\"https://moo.cultivarts.org/login/change_password.php\">變更您的密碼</a>。</p>','您的帳號 lampaul.hsu 剛剛從一個新的設備登入了。','moodle','newlogin',NULL,NULL,NULL,1773052142,'{\"notificationiconurl\":\"https:\\/\\/moo.cultivarts.org\\/theme\\/image.php\\/_s\\/moove\\/core\\/1772812256\\/u\\/f1\",\"courseid\":\"1\"}'),(1959,-10,26,'您的帳號 藝術神學Moodle 新登入紀錄','嗨 顏 富君,\n\n您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。\n\n * 您的帳號: ba0961002 ba0961002@gmail.com\n * 登入時間:2026年 03月 9日(週一) 20:23\n * 登入設備: Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X)\nAppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Safari Line/26.2.0\n * IP: 114.43.154.48\n\n如果是這你,則不需要做任何事。\n\n如果你不認識這筆紀錄,請 變更您的密碼 [1]。\n\n\nLinks:\n------\n[1] https://moo.cultivarts.org/login/change_password.php\n',1,'<p>嗨 顏 富君,</p>\n<p>您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。</p>\n<ul>\n<li>您的帳號: ba0961002 ba0961002@gmail.com</li>\n<li>登入時間:2026年 03月 9日(週一) 20:23</li>\n<li>登入設備: Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Safari Line/26.2.0</li>\n<li>IP: 114.43.154.48</li>\n</ul>\n<p>如果是這你,則不需要做任何事。</p>\n<p>如果你不認識這筆紀錄,請 <a href=\"https://moo.cultivarts.org/login/change_password.php\">變更您的密碼</a>。</p>','您的帳號 ba0961002 剛剛從一個新的設備登入了。','moodle','newlogin',NULL,NULL,NULL,1773059043,'{\"notificationiconurl\":\"https:\\/\\/moo.cultivarts.org\\/theme\\/image.php\\/_s\\/moove\\/core\\/1772812256\\/u\\/f1\",\"courseid\":\"1\"}'),(1960,32,2,'教會藝術課: 回應: 第二週課前討論(分辨奧秘)','教會藝術課 -> 討論區 -> 第二週課前討論(分辨奧秘)\nhttps://moo.cultivarts.org/mod/forum/discuss.php?d=20#p202\n回應: 第二週課前討論(分辨奧秘)\n由許 伯仁發表於2026年 03月 9日(週一) 21:28\n---------------------------------------------------------------------\n人有上帝形象的影子,有創意與追求價值、美善真的渴望,這些渴望啟發相信神與不相信神的,使人有豐富的創意,能被連結到上帝的豐富,正因為上帝真善美豐富的範圍遠大於人創意豐富的範圍,在普遍性的創作當中,也能夠連結到與上帝相處的經驗。\n\n同時也對應到基督徒生命開始有價值的時間點要怎麼判斷,不只是從相信的那一刻開始有價值,在尚未出生,上帝給人的價值就存在,而且相信與否,人都是上帝的創造,不能否定人存在即有價值。\n\n回到分辨,認識神,認出神,他認得我們,我們更多認識神的豐富以及神與人相處的態度與各樣方式,開放我們的心胸,更能認出祂工作廣度,遠超過人的想像。\n思考多跟神相處的意涵是什麼,還是必須回到,聆聽他的話語、讀他的話語、相信他的話語、行他的話語、禱告、安靜、聆聽、安息,進入生命與主同在進入一次次的更新,上帝的過去怎麼工作現在也怎麼工作,只是祂工作的內涵很深就算人不斷地更新。\n\n人的創作與渴望趨向能夠被智慧的上帝,如風一般的聖靈無所不在也在我們裡面運行真的很奇妙,而且,電影不只是導演一個人的創作,更是一個團隊的作品,一個思想的集合,或許可以對比成一個團契的信仰見證,這樣看來,更感嘆上帝工作的深度,因為他不只是一個人而是一群人被上帝使用!\n在這個時代被稱為第九藝術的遊戲,在過程中更多加入了互動的元素,想想遊戲怎麼被上帝使用,也是可以觀察的項目!\n\n\n---------------------------------------------------------------------\n這是張貼在教會藝術課網站的一篇文章。\n\n要回應請按以下連結:\n\n To reply click on this link: https://moo.cultivarts.org/mod/forum/post.php?reply=202\n取消訂閱這一討論區:https://moo.cultivarts.org/mod/forum/subscribe.php?id=20\n取消訂閱這一議題:https://moo.cultivarts.org/mod/forum/subscribe.php?id=20&d=20\n更改你的討論區摘要偏好:https://moo.cultivarts.org/mod/forum/index.php?id=3',2,'<div class=\"navbar\">\n <a target=\"_blank\" href=\"https://moo.cultivarts.org/course/view.php?id=3\">教會藝術課</a>\n »\n <a target=\"_blank\" href=\"https://moo.cultivarts.org/mod/forum/index.php?id=3\">討論區</a>\n »\n <a target=\"_blank\" href=\"https://moo.cultivarts.org/mod/forum/view.php?f=20\">第二週課前討論(分辨奧秘)</a>\n</div>\n\n<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\" class=\"forumpost\">\n <tr class=\"header\">\n <td width=\"35\" valign=\"top\" class=\"picture left\">\n <a href=\"https://moo.cultivarts.org/user/view.php?id=32&course=3\" class=\"d-inline-block aabtn\"><span class=\"userinitials size-35\">許伯</span></a>\n </td>\n <td class=\"topic \">\n <div class=\"subject\">\n 回應: 第二週課前討論(分辨奧秘)\n </div>\n <div class=\"author\">\n 由<a target=\'_blank\' href=\'https://moo.cultivarts.org/user/view.php?id=32&course=3\'>許 伯仁</a>發表於2026年 03月 9日(週一) 21:28\n </div>\n </td>\n </tr>\n <tr>\n <td class=\"left side\" valign=\"top\">\n \n </td>\n <td class=\"content\">\n <div class=\"text_to_html\">人有上帝形象的影子,有創意與追求價值、美善真的渴望,這些渴望啟發相信神與不相信神的,使人有豐富的創意,能被連結到上帝的豐富,正因為上帝真善美豐富的範圍遠大於人創意豐富的範圍,在普遍性的創作當中,也能夠連結到與上帝相處的經驗。<br />\n<br />\n同時也對應到基督徒生命開始有價值的時間點要怎麼判斷,不只是從相信的那一刻開始有價值,在尚未出生,上帝給人的價值就存在,而且相信與否,人都是上帝的創造,不能否定人存在即有價值。<br />\n<br />\n回到分辨,認識神,認出神,他認得我們,我們更多認識神的豐富以及神與人相處的態度與各樣方式,開放我們的心胸,更能認出祂工作廣度,遠超過人的想像。<br />\n思考多跟神相處的意涵是什麼,還是必須回到,聆聽他的話語、讀他的話語、相信他的話語、行他的話語、禱告、安靜、聆聽、安息,進入生命與主同在進入一次次的更新,上帝的過去怎麼工作現在也怎麼工作,只是祂工作的內涵很深就算人不斷地更新。<br />\n<br />\n人的創作與渴望趨向能夠被智慧的上帝,如風一般的聖靈無所不在也在我們裡面運行真的很奇妙,而且,電影不只是導演一個人的創作,更是一個團隊的作品,一個思想的集合,或許可以對比成一個團契的信仰見證,這樣看來,更感嘆上帝工作的深度,因為他不只是一個人而是一群人被上帝使用!<br />\n在這個時代被稱為第九藝術的遊戲,在過程中更多加入了互動的元素,想想遊戲怎麼被上帝使用,也是可以觀察的項目!</div>\n\n <div class=\"commands\">\n <a target=\"_blank\" href=\"https://moo.cultivarts.org/mod/forum/discuss.php?d=20&parent=198\">\n 顯示上層文章\n </a>\n |\n <a target=\"_blank\" href=\"https://moo.cultivarts.org/mod/forum/post.php?reply=202\">\n 回覆\n </a>\n </div>\n\n <div class=\"link\">\n <a target=\"_blank\" href=\"https://moo.cultivarts.org/mod/forum/discuss.php?d=20#p202\">\n 在情境下檢視此貼文\n </a>\n </div>\n </td>\n </tr>\n</table>\n\n<hr />\n<div class=\"mdl-align unsubscribelink\">\n <a href=\"https://moo.cultivarts.org/mod/forum/subscribe.php?id=20\">取消訂閱 本討論區</a> \n <a href=\"https://moo.cultivarts.org/mod/forum/subscribe.php?id=20&d=20\">從這一題中取消訂閱</a> \n <a href=\"https://moo.cultivarts.org/mod/forum/index.php?id=3\">更改你的討論區貼文摘要的偏好</a>\n</div>','許 伯仁 貼在 教會藝術課: 第二週課前討論(分辨奧秘): 第二週課前討論(分辨奧秘)','mod_forum','posts','https://moo.cultivarts.org/mod/forum/discuss.php?d=20#p202','第二週課前討論(分辨奧秘)',NULL,1773066543,'{\"cmid\":\"65\",\"instance\":\"20\",\"discussionid\":\"20\",\"postid\":\"202\",\"notificationiconurl\":\"https:\\/\\/moo.cultivarts.org\\/theme\\/image.php\\/_s\\/moove\\/core\\/1772812256\\/u\\/f1\",\"actionbuttons\":{\"reply\":\"\\u56de\\u8986\"},\"courseid\":\"3\"}'),(1961,26,2,'教會藝術課: 回應: 第二週課前討論(分辨奧秘)','教會藝術課 -> 討論區 -> 第二週課前討論(分辨奧秘)\nhttps://moo.cultivarts.org/mod/forum/discuss.php?d=20#p203\n回應: 第二週課前討論(分辨奧秘)\n由顏 富君發表於2026年 03月 9日(週一) 21:53\n---------------------------------------------------------------------\n第一時間想到的是,可以將上帝與祂的創造視為「宇宙大爆炸」,一切存有都是以祂為軸心向外擴散,雖然有遠近之別,但都在祂轄管與聖靈運動的範圍。萬物都可以作為上帝啟示的媒介,映襯出「美」也反映上帝的屬性,並不限於基督徒與教會。\n\n只是原理同意,實踐並不容易。雖說標籤是對事物本體的化約,但同時也是節約認知成本的手段,有點難以想像教會要在New\nage、小派、泛靈論等作品中品味上帝同在,而不會產生奇怪的負面效應。就像中世紀,有些修士會將骷髏在案邊,提醒自己Memento\nMori,但當代的基督徒這樣做,恐怕就不是加分了。或許這是神學理論工作者、宣教學者的職責,找到與跨文化對話的契機與辨識聖靈工作。\n\n這個作業讓我意識到自己的思考框架,可能是工作習慣,會不自覺朝功利性、成本和風險的評估靠攏。作者的提醒更像是「不欣賞是損失!」我的感受是「亂看的人好難收拾」,就算真的投入去看,也是為了有切入點傳福音。期待聽到同學的「期待」!\n\n\n---------------------------------------------------------------------\n這是張貼在教會藝術課網站的一篇文章。\n\n要回應請按以下連結:\n\n To reply click on this link: https://moo.cultivarts.org/mod/forum/post.php?reply=203\n取消訂閱這一討論區:https://moo.cultivarts.org/mod/forum/subscribe.php?id=20\n取消訂閱這一議題:https://moo.cultivarts.org/mod/forum/subscribe.php?id=20&d=20\n更改你的討論區摘要偏好:https://moo.cultivarts.org/mod/forum/index.php?id=3',2,'<div class=\"navbar\">\n <a target=\"_blank\" href=\"https://moo.cultivarts.org/course/view.php?id=3\">教會藝術課</a>\n »\n <a target=\"_blank\" href=\"https://moo.cultivarts.org/mod/forum/index.php?id=3\">討論區</a>\n »\n <a target=\"_blank\" href=\"https://moo.cultivarts.org/mod/forum/view.php?f=20\">第二週課前討論(分辨奧秘)</a>\n</div>\n\n<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\" class=\"forumpost\">\n <tr class=\"header\">\n <td width=\"35\" valign=\"top\" class=\"picture left\">\n <a href=\"https://moo.cultivarts.org/user/view.php?id=26&course=3\" class=\"d-inline-block aabtn\"><span class=\"userinitials size-35\">顏富</span></a>\n </td>\n <td class=\"topic \">\n <div class=\"subject\">\n 回應: 第二週課前討論(分辨奧秘)\n </div>\n <div class=\"author\">\n 由<a target=\'_blank\' href=\'https://moo.cultivarts.org/user/view.php?id=26&course=3\'>顏 富君</a>發表於2026年 03月 9日(週一) 21:53\n </div>\n </td>\n </tr>\n <tr>\n <td class=\"left side\" valign=\"top\">\n \n </td>\n <td class=\"content\">\n <div class=\"text_to_html\">第一時間想到的是,可以將上帝與祂的創造視為「宇宙大爆炸」,一切存有都是以祂為軸心向外擴散,雖然有遠近之別,但都在祂轄管與聖靈運動的範圍。萬物都可以作為上帝啟示的媒介,映襯出「美」也反映上帝的屬性,並不限於基督徒與教會。<br />\n<br />\n只是原理同意,實踐並不容易。雖說標籤是對事物本體的化約,但同時也是節約認知成本的手段,有點難以想像教會要在New age、小派、泛靈論等作品中品味上帝同在,而不會產生奇怪的負面效應。就像中世紀,有些修士會將骷髏在案邊,提醒自己Memento Mori,但當代的基督徒這樣做,恐怕就不是加分了。或許這是神學理論工作者、宣教學者的職責,找到與跨文化對話的契機與辨識聖靈工作。<br />\n<br />\n這個作業讓我意識到自己的思考框架,可能是工作習慣,會不自覺朝功利性、成本和風險的評估靠攏。作者的提醒更像是「不欣賞是損失!」我的感受是「亂看的人好難收拾」,就算真的投入去看,也是為了有切入點傳福音。期待聽到同學的「期待」!</div>\n\n <div class=\"commands\">\n <a target=\"_blank\" href=\"https://moo.cultivarts.org/mod/forum/discuss.php?d=20&parent=198\">\n 顯示上層文章\n </a>\n |\n <a target=\"_blank\" href=\"https://moo.cultivarts.org/mod/forum/post.php?reply=203\">\n 回覆\n </a>\n </div>\n\n <div class=\"link\">\n <a target=\"_blank\" href=\"https://moo.cultivarts.org/mod/forum/discuss.php?d=20#p203\">\n 在情境下檢視此貼文\n </a>\n </div>\n </td>\n </tr>\n</table>\n\n<hr />\n<div class=\"mdl-align unsubscribelink\">\n <a href=\"https://moo.cultivarts.org/mod/forum/subscribe.php?id=20\">取消訂閱 本討論區</a> \n <a href=\"https://moo.cultivarts.org/mod/forum/subscribe.php?id=20&d=20\">從這一題中取消訂閱</a> \n <a href=\"https://moo.cultivarts.org/mod/forum/index.php?id=3\">更改你的討論區貼文摘要的偏好</a>\n</div>','顏 富君 貼在 教會藝術課: 第二週課前討論(分辨奧秘): 第二週課前討論(分辨奧秘)','mod_forum','posts','https://moo.cultivarts.org/mod/forum/discuss.php?d=20#p203','第二週課前討論(分辨奧秘)',NULL,1773068042,'{\"cmid\":\"65\",\"instance\":\"20\",\"discussionid\":\"20\",\"postid\":\"203\",\"notificationiconurl\":\"https:\\/\\/moo.cultivarts.org\\/theme\\/image.php\\/_s\\/moove\\/core\\/1772812256\\/u\\/f1\",\"actionbuttons\":{\"reply\":\"\\u56de\\u8986\"},\"courseid\":\"3\"}'),(1962,-10,26,'您的帳號 藝術神學Moodle 新登入紀錄','嗨 顏 富君,\n\n您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。\n\n * 您的帳號: ba0961002 ba0961002@gmail.com\n * 登入時間:2026年 03月 10日(週二) 14:38\n * 登入設備: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7)\nAppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36\n * IP: 111.241.152.134\n\n如果是這你,則不需要做任何事。\n\n如果你不認識這筆紀錄,請 變更您的密碼 [1]。\n\n\nLinks:\n------\n[1] https://moo.cultivarts.org/login/change_password.php\n',1,'<p>嗨 顏 富君,</p>\n<p>您的帳號 藝術神學Moodle 剛剛從一個新的設備登入了。</p>\n<ul>\n<li>您的帳號: ba0961002 ba0961002@gmail.com</li>\n<li>登入時間:2026年 03月 10日(週二) 14:38</li>\n<li>登入設備: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36</li>\n<li>IP: 111.241.152.134</li>\n</ul>\n<p>如果是這你,則不需要做任何事。</p>\n<p>如果你不認識這筆紀錄,請 <a href=\"https://moo.cultivarts.org/login/change_password.php\">變更您的密碼</a>。</p>','您的帳號 ba0961002 剛剛從一個新的設備登入了。','moodle','newlogin',NULL,NULL,NULL,1773124743,'{\"notificationiconurl\":\"https:\\/\\/moo.cultivarts.org\\/theme\\/image.php\\/_s\\/moove\\/core\\/1772812256\\/u\\/f1\",\"courseid\":\"1\"}'); /*!40000 ALTER TABLE `mdl_notifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_oauth2_access_token` -- DROP TABLE IF EXISTS `mdl_oauth2_access_token`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_oauth2_access_token` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, `issuerid` bigint NOT NULL, `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `expires` bigint NOT NULL, `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_oautaccetoke_iss_uix` (`issuerid`), KEY `mdl_oautaccetoke_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores access tokens for system accounts in order to be able'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_oauth2_access_token` -- LOCK TABLES `mdl_oauth2_access_token` WRITE; /*!40000 ALTER TABLE `mdl_oauth2_access_token` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_oauth2_access_token` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_oauth2_endpoint` -- DROP TABLE IF EXISTS `mdl_oauth2_endpoint`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_oauth2_endpoint` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `issuerid` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_oautendp_iss_ix` (`issuerid`), KEY `mdl_oautendp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Describes the named endpoint for an oauth2 service.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_oauth2_endpoint` -- LOCK TABLES `mdl_oauth2_endpoint` WRITE; /*!40000 ALTER TABLE `mdl_oauth2_endpoint` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_oauth2_endpoint` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_oauth2_issuer` -- DROP TABLE IF EXISTS `mdl_oauth2_issuer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_oauth2_issuer` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `clientid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `clientsecret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `loginscopes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `loginscopesoffline` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `loginparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `loginparamsoffline` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `alloweddomains` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `scopessupported` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `enabled` tinyint NOT NULL DEFAULT '1', `showonloginpage` tinyint NOT NULL DEFAULT '1', `basicauth` tinyint NOT NULL DEFAULT '0', `sortorder` bigint NOT NULL, `requireconfirmation` tinyint NOT NULL DEFAULT '1', `servicetype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `loginpagename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Details for an oauth 2 connect identity issuer.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_oauth2_issuer` -- LOCK TABLES `mdl_oauth2_issuer` WRITE; /*!40000 ALTER TABLE `mdl_oauth2_issuer` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_oauth2_issuer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_oauth2_refresh_token` -- DROP TABLE IF EXISTS `mdl_oauth2_refresh_token`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_oauth2_refresh_token` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `userid` bigint NOT NULL, `issuerid` bigint NOT NULL, `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `scopehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `mdl_oautrefrtoke_useisssco_uix` (`userid`,`issuerid`,`scopehash`), KEY `mdl_oautrefrtoke_iss_ix` (`issuerid`), KEY `mdl_oautrefrtoke_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores refresh tokens which can be exchanged for access toke'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_oauth2_refresh_token` -- LOCK TABLES `mdl_oauth2_refresh_token` WRITE; /*!40000 ALTER TABLE `mdl_oauth2_refresh_token` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_oauth2_refresh_token` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_oauth2_system_account` -- DROP TABLE IF EXISTS `mdl_oauth2_system_account`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_oauth2_system_account` ( `id` bigint NOT NULL AUTO_INCREMENT, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, `issuerid` bigint NOT NULL, `refreshtoken` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `grantedscopes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `email` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `username` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_oautsystacco_iss_uix` (`issuerid`), KEY `mdl_oautsystacco_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stored details used to get an access token as a system user '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_oauth2_system_account` -- LOCK TABLES `mdl_oauth2_system_account` WRITE; /*!40000 ALTER TABLE `mdl_oauth2_system_account` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_oauth2_system_account` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_oauth2_user_field_mapping` -- DROP TABLE IF EXISTS `mdl_oauth2_user_field_mapping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_oauth2_user_field_mapping` ( `id` bigint NOT NULL AUTO_INCREMENT, `timemodified` bigint NOT NULL, `timecreated` bigint NOT NULL, `usermodified` bigint NOT NULL, `issuerid` bigint NOT NULL, `externalfield` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `internalfield` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `mdl_oautuserfielmapp_issin_uix` (`issuerid`,`internalfield`), KEY `mdl_oautuserfielmapp_iss_ix` (`issuerid`), KEY `mdl_oautuserfielmapp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Mapping of oauth user fields to moodle fields.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_oauth2_user_field_mapping` -- LOCK TABLES `mdl_oauth2_user_field_mapping` WRITE; /*!40000 ALTER TABLE `mdl_oauth2_user_field_mapping` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_oauth2_user_field_mapping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_page` -- DROP TABLE IF EXISTS `mdl_page`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_page` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `introformat` smallint NOT NULL DEFAULT '0', `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `contentformat` smallint NOT NULL DEFAULT '0', `legacyfiles` smallint NOT NULL DEFAULT '0', `legacyfileslast` bigint DEFAULT NULL, `display` smallint NOT NULL DEFAULT '0', `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `revision` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_page_cou_ix` (`course`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Each record is one page and its config data'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_page` -- LOCK TABLES `mdl_page` WRITE; /*!40000 ALTER TABLE `mdl_page` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_page` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_paygw_paypal` -- DROP TABLE IF EXISTS `mdl_paygw_paypal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_paygw_paypal` ( `id` bigint NOT NULL AUTO_INCREMENT, `paymentid` bigint NOT NULL, `pp_orderid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'The ID of the order in PayPal', PRIMARY KEY (`id`), UNIQUE KEY `mdl_paygpayp_pay_uix` (`paymentid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores PayPal related information'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_paygw_paypal` -- LOCK TABLES `mdl_paygw_paypal` WRITE; /*!40000 ALTER TABLE `mdl_paygw_paypal` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_paygw_paypal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_payment_accounts` -- DROP TABLE IF EXISTS `mdl_payment_accounts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_payment_accounts` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `contextid` bigint NOT NULL, `enabled` tinyint(1) NOT NULL DEFAULT '0', `archived` tinyint(1) NOT NULL DEFAULT '0', `timecreated` bigint DEFAULT NULL, `timemodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_paymacco_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Payment accounts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_payment_accounts` -- LOCK TABLES `mdl_payment_accounts` WRITE; /*!40000 ALTER TABLE `mdl_payment_accounts` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_payment_accounts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_payment_gateways` -- DROP TABLE IF EXISTS `mdl_payment_gateways`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_payment_gateways` ( `id` bigint NOT NULL AUTO_INCREMENT, `accountid` bigint NOT NULL, `gateway` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL DEFAULT '1', `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_paymgate_acc_ix` (`accountid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Configuration for one gateway for one payment account'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_payment_gateways` -- LOCK TABLES `mdl_payment_gateways` WRITE; /*!40000 ALTER TABLE `mdl_payment_gateways` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_payment_gateways` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_payments` -- DROP TABLE IF EXISTS `mdl_payments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_payments` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `paymentarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemid` bigint NOT NULL, `userid` bigint NOT NULL, `amount` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `currency` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `accountid` bigint NOT NULL, `gateway` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_paym_gat_ix` (`gateway`), KEY `mdl_paym_compayite_ix` (`component`,`paymentarea`,`itemid`), KEY `mdl_paym_use_ix` (`userid`), KEY `mdl_paym_acc_ix` (`accountid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores information about payments'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_payments` -- LOCK TABLES `mdl_payments` WRITE; /*!40000 ALTER TABLE `mdl_payments` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_payments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_portfolio_instance` -- DROP TABLE IF EXISTS `mdl_portfolio_instance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_portfolio_instance` ( `id` bigint NOT NULL AUTO_INCREMENT, `plugin` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `visible` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='base table (not including config data) for instances of port'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_portfolio_instance` -- LOCK TABLES `mdl_portfolio_instance` WRITE; /*!40000 ALTER TABLE `mdl_portfolio_instance` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_portfolio_instance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_portfolio_instance_config` -- DROP TABLE IF EXISTS `mdl_portfolio_instance_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_portfolio_instance_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `instance` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `mdl_portinstconf_nam_ix` (`name`), KEY `mdl_portinstconf_ins_ix` (`instance`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='config for portfolio plugin instances'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_portfolio_instance_config` -- LOCK TABLES `mdl_portfolio_instance_config` WRITE; /*!40000 ALTER TABLE `mdl_portfolio_instance_config` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_portfolio_instance_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_portfolio_instance_user` -- DROP TABLE IF EXISTS `mdl_portfolio_instance_user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_portfolio_instance_user` ( `id` bigint NOT NULL AUTO_INCREMENT, `instance` bigint NOT NULL, `userid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `mdl_portinstuser_ins_ix` (`instance`), KEY `mdl_portinstuser_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='user data for portfolio instances.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_portfolio_instance_user` -- LOCK TABLES `mdl_portfolio_instance_user` WRITE; /*!40000 ALTER TABLE `mdl_portfolio_instance_user` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_portfolio_instance_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_portfolio_log` -- DROP TABLE IF EXISTS `mdl_portfolio_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_portfolio_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `time` bigint NOT NULL, `portfolio` bigint NOT NULL, `caller_class` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `caller_file` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `caller_component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `caller_sha1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tempdataid` bigint NOT NULL DEFAULT '0', `returnurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `continueurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `mdl_portlog_use_ix` (`userid`), KEY `mdl_portlog_por_ix` (`portfolio`), KEY `mdl_portlog_tem_ix` (`tempdataid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='log of portfolio transfers (used to later check for duplicat'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_portfolio_log` -- LOCK TABLES `mdl_portfolio_log` WRITE; /*!40000 ALTER TABLE `mdl_portfolio_log` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_portfolio_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_portfolio_mahara_queue` -- DROP TABLE IF EXISTS `mdl_portfolio_mahara_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_portfolio_mahara_queue` ( `id` bigint NOT NULL AUTO_INCREMENT, `transferid` bigint NOT NULL, `token` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `mdl_portmahaqueu_tok_ix` (`token`), KEY `mdl_portmahaqueu_tra_ix` (`transferid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='maps mahara tokens to transfer ids'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_portfolio_mahara_queue` -- LOCK TABLES `mdl_portfolio_mahara_queue` WRITE; /*!40000 ALTER TABLE `mdl_portfolio_mahara_queue` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_portfolio_mahara_queue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_portfolio_tempdata` -- DROP TABLE IF EXISTS `mdl_portfolio_tempdata`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_portfolio_tempdata` ( `id` bigint NOT NULL AUTO_INCREMENT, `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `expirytime` bigint NOT NULL, `userid` bigint NOT NULL, `instance` bigint DEFAULT '0', `queued` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_porttemp_use_ix` (`userid`), KEY `mdl_porttemp_ins_ix` (`instance`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='stores temporary data for portfolio exports. the id of this '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_portfolio_tempdata` -- LOCK TABLES `mdl_portfolio_tempdata` WRITE; /*!40000 ALTER TABLE `mdl_portfolio_tempdata` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_portfolio_tempdata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_post` -- DROP TABLE IF EXISTS `mdl_post`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_post` ( `id` bigint NOT NULL AUTO_INCREMENT, `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `userid` bigint NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', `moduleid` bigint NOT NULL DEFAULT '0', `coursemoduleid` bigint NOT NULL DEFAULT '0', `subject` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `uniquehash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `rating` bigint NOT NULL DEFAULT '0', `format` bigint NOT NULL DEFAULT '0', `summaryformat` tinyint NOT NULL DEFAULT '0', `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `publishstate` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'draft', `lastmodified` bigint NOT NULL DEFAULT '0', `created` bigint NOT NULL DEFAULT '0', `usermodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_post_iduse_uix` (`id`,`userid`), KEY `mdl_post_las_ix` (`lastmodified`), KEY `mdl_post_mod_ix` (`module`), KEY `mdl_post_sub_ix` (`subject`), KEY `mdl_post_use_ix` (`usermodified`), KEY `mdl_post_cou_ix` (`courseid`), KEY `mdl_post_cou2_ix` (`coursemoduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Generic post table to hold data blog entries etc in differen'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_post` -- LOCK TABLES `mdl_post` WRITE; /*!40000 ALTER TABLE `mdl_post` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_post` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_profiling` -- DROP TABLE IF EXISTS `mdl_profiling`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_profiling` ( `id` bigint NOT NULL AUTO_INCREMENT, `runid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `totalexecutiontime` bigint NOT NULL, `totalcputime` bigint NOT NULL, `totalcalls` bigint NOT NULL, `totalmemory` bigint NOT NULL, `runreference` tinyint NOT NULL DEFAULT '0', `runcomment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_prof_run_uix` (`runid`), KEY `mdl_prof_urlrun_ix` (`url`,`runreference`), KEY `mdl_prof_timrun_ix` (`timecreated`,`runreference`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the results of all the profiling runs'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_profiling` -- LOCK TABLES `mdl_profiling` WRITE; /*!40000 ALTER TABLE `mdl_profiling` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_profiling` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_qtype_ddimageortext` -- DROP TABLE IF EXISTS `mdl_qtype_ddimageortext`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_qtype_ddimageortext` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_qtypddim_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines drag and drop (text or images onto a background imag'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_qtype_ddimageortext` -- LOCK TABLES `mdl_qtype_ddimageortext` WRITE; /*!40000 ALTER TABLE `mdl_qtype_ddimageortext` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_qtype_ddimageortext` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_qtype_ddimageortext_drags` -- DROP TABLE IF EXISTS `mdl_qtype_ddimageortext_drags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_qtype_ddimageortext_drags` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `no` bigint NOT NULL DEFAULT '0', `draggroup` bigint NOT NULL DEFAULT '0', `infinite` smallint NOT NULL DEFAULT '0', `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `mdl_qtypddimdrag_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Images to drag. Actual file names are not stored here we use'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_qtype_ddimageortext_drags` -- LOCK TABLES `mdl_qtype_ddimageortext_drags` WRITE; /*!40000 ALTER TABLE `mdl_qtype_ddimageortext_drags` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_qtype_ddimageortext_drags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_qtype_ddimageortext_drops` -- DROP TABLE IF EXISTS `mdl_qtype_ddimageortext_drops`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_qtype_ddimageortext_drops` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `no` bigint NOT NULL DEFAULT '0', `xleft` bigint NOT NULL DEFAULT '0', `ytop` bigint NOT NULL DEFAULT '0', `choice` bigint NOT NULL DEFAULT '0', `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `mdl_qtypddimdrop_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Drop boxes'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_qtype_ddimageortext_drops` -- LOCK TABLES `mdl_qtype_ddimageortext_drops` WRITE; /*!40000 ALTER TABLE `mdl_qtype_ddimageortext_drops` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_qtype_ddimageortext_drops` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_qtype_ddmarker` -- DROP TABLE IF EXISTS `mdl_qtype_ddmarker`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_qtype_ddmarker` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', `showmisplaced` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_qtypddma_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines drag and drop (text or images onto a background imag'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_qtype_ddmarker` -- LOCK TABLES `mdl_qtype_ddmarker` WRITE; /*!40000 ALTER TABLE `mdl_qtype_ddmarker` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_qtype_ddmarker` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_qtype_ddmarker_drags` -- DROP TABLE IF EXISTS `mdl_qtype_ddmarker_drags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_qtype_ddmarker_drags` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `no` bigint NOT NULL DEFAULT '0', `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `infinite` smallint NOT NULL DEFAULT '0', `noofdrags` bigint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `mdl_qtypddmadrag_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Labels for markers to drag.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_qtype_ddmarker_drags` -- LOCK TABLES `mdl_qtype_ddmarker_drags` WRITE; /*!40000 ALTER TABLE `mdl_qtype_ddmarker_drags` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_qtype_ddmarker_drags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_qtype_ddmarker_drops` -- DROP TABLE IF EXISTS `mdl_qtype_ddmarker_drops`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_qtype_ddmarker_drops` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `no` bigint NOT NULL DEFAULT '0', `shape` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `coords` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `choice` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_qtypddmadrop_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='drop regions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_qtype_ddmarker_drops` -- LOCK TABLES `mdl_qtype_ddmarker_drops` WRITE; /*!40000 ALTER TABLE `mdl_qtype_ddmarker_drops` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_qtype_ddmarker_drops` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_qtype_essay_options` -- DROP TABLE IF EXISTS `mdl_qtype_essay_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_qtype_essay_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL, `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'editor', `responserequired` tinyint NOT NULL DEFAULT '1', `responsefieldlines` smallint NOT NULL DEFAULT '15', `minwordlimit` bigint DEFAULT NULL, `maxwordlimit` bigint DEFAULT NULL, `attachments` smallint NOT NULL DEFAULT '0', `attachmentsrequired` smallint NOT NULL DEFAULT '0', `graderinfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `graderinfoformat` smallint NOT NULL DEFAULT '0', `responsetemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `responsetemplateformat` smallint NOT NULL DEFAULT '0', `maxbytes` bigint NOT NULL DEFAULT '0', `filetypeslist` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), UNIQUE KEY `mdl_qtypessaopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Extra options for essay questions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_qtype_essay_options` -- LOCK TABLES `mdl_qtype_essay_options` WRITE; /*!40000 ALTER TABLE `mdl_qtype_essay_options` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_qtype_essay_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_qtype_match_options` -- DROP TABLE IF EXISTS `mdl_qtype_match_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_qtype_match_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_qtypmatcopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines the question-type specific options for matching ques'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_qtype_match_options` -- LOCK TABLES `mdl_qtype_match_options` WRITE; /*!40000 ALTER TABLE `mdl_qtype_match_options` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_qtype_match_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_qtype_match_subquestions` -- DROP TABLE IF EXISTS `mdl_qtype_match_subquestions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_qtype_match_subquestions` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `questiontext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `questiontextformat` tinyint NOT NULL DEFAULT '0', `answertext` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `mdl_qtypmatcsubq_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The subquestions that make up a matching question'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_qtype_match_subquestions` -- LOCK TABLES `mdl_qtype_match_subquestions` WRITE; /*!40000 ALTER TABLE `mdl_qtype_match_subquestions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_qtype_match_subquestions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_qtype_multichoice_options` -- DROP TABLE IF EXISTS `mdl_qtype_multichoice_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_qtype_multichoice_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `layout` smallint NOT NULL DEFAULT '0', `single` smallint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `answernumbering` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'abc', `shownumcorrect` tinyint NOT NULL DEFAULT '0', `showstandardinstruction` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), UNIQUE KEY `mdl_qtypmultopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Options for multiple choice questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_qtype_multichoice_options` -- LOCK TABLES `mdl_qtype_multichoice_options` WRITE; /*!40000 ALTER TABLE `mdl_qtype_multichoice_options` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_qtype_multichoice_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_qtype_randomsamatch_options` -- DROP TABLE IF EXISTS `mdl_qtype_randomsamatch_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_qtype_randomsamatch_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `choose` bigint NOT NULL DEFAULT '4', `subcats` tinyint NOT NULL DEFAULT '1', `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_qtyprandopti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Info about a random short-answer matching question'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_qtype_randomsamatch_options` -- LOCK TABLES `mdl_qtype_randomsamatch_options` WRITE; /*!40000 ALTER TABLE `mdl_qtype_randomsamatch_options` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_qtype_randomsamatch_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_qtype_shortanswer_options` -- DROP TABLE IF EXISTS `mdl_qtype_shortanswer_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_qtype_shortanswer_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `usecase` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_qtypshoropti_que_uix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Options for short answer questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_qtype_shortanswer_options` -- LOCK TABLES `mdl_qtype_shortanswer_options` WRITE; /*!40000 ALTER TABLE `mdl_qtype_shortanswer_options` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_qtype_shortanswer_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question` -- DROP TABLE IF EXISTS `mdl_question`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question` ( `id` bigint NOT NULL AUTO_INCREMENT, `parent` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `questiontext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `questiontextformat` tinyint NOT NULL DEFAULT '0', `generalfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `generalfeedbackformat` tinyint NOT NULL DEFAULT '0', `defaultmark` decimal(12,7) NOT NULL DEFAULT '1.0000000', `penalty` decimal(12,7) NOT NULL DEFAULT '0.3333333', `qtype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `length` bigint NOT NULL DEFAULT '1', `stamp` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `createdby` bigint DEFAULT NULL, `modifiedby` bigint DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_ques_qty_ix` (`qtype`), KEY `mdl_ques_par_ix` (`parent`), KEY `mdl_ques_cre_ix` (`createdby`), KEY `mdl_ques_mod_ix` (`modifiedby`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table stores the definition of one version of a questio'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question` -- LOCK TABLES `mdl_question` WRITE; /*!40000 ALTER TABLE `mdl_question` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_answers` -- DROP TABLE IF EXISTS `mdl_question_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_answers` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `answerformat` tinyint NOT NULL DEFAULT '0', `fraction` decimal(12,7) NOT NULL DEFAULT '0.0000000', `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `feedbackformat` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_quesansw_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Answers, with a fractional grade (0-1) and feedback'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_answers` -- LOCK TABLES `mdl_question_answers` WRITE; /*!40000 ALTER TABLE `mdl_question_answers` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_answers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_attempt_step_data` -- DROP TABLE IF EXISTS `mdl_question_attempt_step_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_attempt_step_data` ( `id` bigint NOT NULL AUTO_INCREMENT, `attemptstepid` bigint NOT NULL, `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `mdl_quesattestepdata_att_ix` (`attemptstepid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Each question_attempt_step has an associative array of the d'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_attempt_step_data` -- LOCK TABLES `mdl_question_attempt_step_data` WRITE; /*!40000 ALTER TABLE `mdl_question_attempt_step_data` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_attempt_step_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_attempt_steps` -- DROP TABLE IF EXISTS `mdl_question_attempt_steps`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_attempt_steps` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionattemptid` bigint NOT NULL, `sequencenumber` bigint NOT NULL, `state` varchar(13) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `fraction` decimal(12,7) DEFAULT NULL, `timecreated` bigint NOT NULL, `userid` bigint DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_quesattestep_queseq_uix` (`questionattemptid`,`sequencenumber`), KEY `mdl_quesattestep_que_ix` (`questionattemptid`), KEY `mdl_quesattestep_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores one step in in a question attempt. As well as the dat'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_attempt_steps` -- LOCK TABLES `mdl_question_attempt_steps` WRITE; /*!40000 ALTER TABLE `mdl_question_attempt_steps` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_attempt_steps` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_attempts` -- DROP TABLE IF EXISTS `mdl_question_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_attempts` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionusageid` bigint NOT NULL, `slot` bigint NOT NULL, `behaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `questionid` bigint NOT NULL, `variant` bigint NOT NULL DEFAULT '1', `maxmark` decimal(12,7) NOT NULL, `minfraction` decimal(12,7) NOT NULL, `maxfraction` decimal(12,7) NOT NULL DEFAULT '1.0000000', `flagged` tinyint(1) NOT NULL DEFAULT '0', `questionsummary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `rightanswer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `responsesummary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_quesatte_queslo_uix` (`questionusageid`,`slot`), KEY `mdl_quesatte_beh_ix` (`behaviour`), KEY `mdl_quesatte_que_ix` (`questionid`), KEY `mdl_quesatte_que2_ix` (`questionusageid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Each row here corresponds to an attempt at one question, as '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_attempts` -- LOCK TABLES `mdl_question_attempts` WRITE; /*!40000 ALTER TABLE `mdl_question_attempts` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_attempts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_bank_entries` -- DROP TABLE IF EXISTS `mdl_question_bank_entries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_bank_entries` ( `id` bigint NOT NULL AUTO_INCREMENT, `questioncategoryid` bigint NOT NULL DEFAULT '0', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `ownerid` bigint DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_quesbankentr_queidn_uix` (`questioncategoryid`,`idnumber`), KEY `mdl_quesbankentr_que_ix` (`questioncategoryid`), KEY `mdl_quesbankentr_own_ix` (`ownerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Each question bank entry. This table has one row for each qu'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_bank_entries` -- LOCK TABLES `mdl_question_bank_entries` WRITE; /*!40000 ALTER TABLE `mdl_question_bank_entries` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_bank_entries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_calculated` -- DROP TABLE IF EXISTS `mdl_question_calculated`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_calculated` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `answer` bigint NOT NULL DEFAULT '0', `tolerance` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0.0', `tolerancetype` bigint NOT NULL DEFAULT '1', `correctanswerlength` bigint NOT NULL DEFAULT '2', `correctanswerformat` bigint NOT NULL DEFAULT '2', PRIMARY KEY (`id`), KEY `mdl_quescalc_ans_ix` (`answer`), KEY `mdl_quescalc_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_calculated` -- LOCK TABLES `mdl_question_calculated` WRITE; /*!40000 ALTER TABLE `mdl_question_calculated` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_calculated` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_calculated_options` -- DROP TABLE IF EXISTS `mdl_question_calculated_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_calculated_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `synchronize` tinyint NOT NULL DEFAULT '0', `single` smallint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '0', `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `answernumbering` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'abc', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_quescalcopti_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_calculated_options` -- LOCK TABLES `mdl_question_calculated_options` WRITE; /*!40000 ALTER TABLE `mdl_question_calculated_options` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_calculated_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_categories` -- DROP TABLE IF EXISTS `mdl_question_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_categories` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `contextid` bigint NOT NULL DEFAULT '0', `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `infoformat` tinyint NOT NULL DEFAULT '0', `stamp` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `parent` bigint NOT NULL DEFAULT '0', `sortorder` bigint NOT NULL DEFAULT '999', `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_quescate_consta_uix` (`contextid`,`stamp`), UNIQUE KEY `mdl_quescate_conidn_uix` (`contextid`,`idnumber`), KEY `mdl_quescate_con_ix` (`contextid`), KEY `mdl_quescate_par_ix` (`parent`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Categories are for grouping questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_categories` -- LOCK TABLES `mdl_question_categories` WRITE; /*!40000 ALTER TABLE `mdl_question_categories` DISABLE KEYS */; INSERT INTO `mdl_question_categories` VALUES (1,'top',2,'',0,'moo.cultivarts.org+230803121039+J3O8X8',0,0,NULL),(2,'首頁的預設',2,'在\"首頁\"情境共用試題的預設類別。',0,'moo.cultivarts.org+230803121039+qEEwdi',1,999,NULL),(3,'top',1,'',0,'moo.cultivarts.org+230803121039+0muCbe',0,0,NULL),(4,'系統的預設',1,'在\"系統\"情境共用試題的預設類別。',0,'moo.cultivarts.org+230803121039+BdYiqZ',3,999,NULL),(5,'top',16,'',0,'moo.cultivarts.org+230803121125+dv7QMt',0,0,NULL),(6,'藝術與青少年事工的預設',16,'在\"藝術與青少年事工\"情境共用試題的預設類別。',0,'moo.cultivarts.org+230803121125+eFS60T',5,999,NULL),(7,'top',3,'',0,'moo.cultivarts.org+230803121125+NBijN0',0,0,NULL),(8,'華神延伸制的預設',3,'在\"華神延伸制\"情境共用試題的預設類別。',0,'moo.cultivarts.org+230803121125+E0gExy',7,999,NULL),(9,'top',98,'',0,'moo.cultivarts.org+260305153240+PvkFTL',0,0,NULL),(10,'Default for 教會藝術課',98,'The default category for questions shared in context \'教會藝術課\'.',0,'moo.cultivarts.org+260305153240+LF73PN',9,999,NULL),(11,'top',100,'',0,'moo.cultivarts.org+260305153240+NUYDJZ',0,0,NULL),(12,'Default for 台神神學系',100,'The default category for questions shared in context \'台神神學系\'.',0,'moo.cultivarts.org+260305153240+XIHxlx',11,999,NULL); /*!40000 ALTER TABLE `mdl_question_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_dataset_definitions` -- DROP TABLE IF EXISTS `mdl_question_dataset_definitions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_dataset_definitions` ( `id` bigint NOT NULL AUTO_INCREMENT, `category` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `type` bigint NOT NULL DEFAULT '0', `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemcount` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_quesdatadefi_cat_ix` (`category`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Organises and stores properties for dataset items'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_dataset_definitions` -- LOCK TABLES `mdl_question_dataset_definitions` WRITE; /*!40000 ALTER TABLE `mdl_question_dataset_definitions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_dataset_definitions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_dataset_items` -- DROP TABLE IF EXISTS `mdl_question_dataset_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_dataset_items` ( `id` bigint NOT NULL AUTO_INCREMENT, `definition` bigint NOT NULL DEFAULT '0', `itemnumber` bigint NOT NULL DEFAULT '0', `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `mdl_quesdataitem_def_ix` (`definition`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Individual dataset items'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_dataset_items` -- LOCK TABLES `mdl_question_dataset_items` WRITE; /*!40000 ALTER TABLE `mdl_question_dataset_items` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_dataset_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_datasets` -- DROP TABLE IF EXISTS `mdl_question_datasets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_datasets` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `datasetdefinition` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_quesdata_quedat_ix` (`question`,`datasetdefinition`), KEY `mdl_quesdata_que_ix` (`question`), KEY `mdl_quesdata_dat_ix` (`datasetdefinition`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Many-many relation between questions and dataset definitions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_datasets` -- LOCK TABLES `mdl_question_datasets` WRITE; /*!40000 ALTER TABLE `mdl_question_datasets` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_datasets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_ddwtos` -- DROP TABLE IF EXISTS `mdl_question_ddwtos`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_ddwtos` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_quesddwt_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines drag and drop (words into sentences) questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_ddwtos` -- LOCK TABLES `mdl_question_ddwtos` WRITE; /*!40000 ALTER TABLE `mdl_question_ddwtos` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_ddwtos` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_gapselect` -- DROP TABLE IF EXISTS `mdl_question_gapselect`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_gapselect` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL DEFAULT '0', `shuffleanswers` smallint NOT NULL DEFAULT '1', `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', `shownumcorrect` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_quesgaps_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines select missing words questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_gapselect` -- LOCK TABLES `mdl_question_gapselect` WRITE; /*!40000 ALTER TABLE `mdl_question_gapselect` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_gapselect` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_hints` -- DROP TABLE IF EXISTS `mdl_question_hints`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_hints` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionid` bigint NOT NULL, `hint` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `hintformat` smallint NOT NULL DEFAULT '0', `shownumcorrect` tinyint(1) DEFAULT NULL, `clearwrong` tinyint(1) DEFAULT NULL, `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_queshint_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the the part of the question definition that gives di'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_hints` -- LOCK TABLES `mdl_question_hints` WRITE; /*!40000 ALTER TABLE `mdl_question_hints` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_hints` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_multianswer` -- DROP TABLE IF EXISTS `mdl_question_multianswer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_multianswer` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `mdl_quesmult_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Options for multianswer questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_multianswer` -- LOCK TABLES `mdl_question_multianswer` WRITE; /*!40000 ALTER TABLE `mdl_question_multianswer` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_multianswer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_numerical` -- DROP TABLE IF EXISTS `mdl_question_numerical`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_numerical` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `answer` bigint NOT NULL DEFAULT '0', `tolerance` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0.0', PRIMARY KEY (`id`), KEY `mdl_quesnume_ans_ix` (`answer`), KEY `mdl_quesnume_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Options for numerical questions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_numerical` -- LOCK TABLES `mdl_question_numerical` WRITE; /*!40000 ALTER TABLE `mdl_question_numerical` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_numerical` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_numerical_options` -- DROP TABLE IF EXISTS `mdl_question_numerical_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_numerical_options` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `showunits` smallint NOT NULL DEFAULT '0', `unitsleft` smallint NOT NULL DEFAULT '0', `unitgradingtype` smallint NOT NULL DEFAULT '0', `unitpenalty` decimal(12,7) NOT NULL DEFAULT '0.1000000', PRIMARY KEY (`id`), KEY `mdl_quesnumeopti_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type numerical This table is also u'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_numerical_options` -- LOCK TABLES `mdl_question_numerical_options` WRITE; /*!40000 ALTER TABLE `mdl_question_numerical_options` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_numerical_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_numerical_units` -- DROP TABLE IF EXISTS `mdl_question_numerical_units`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_numerical_units` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `multiplier` decimal(38,19) NOT NULL DEFAULT '1.0000000000000000000', `unit` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `mdl_quesnumeunit_queuni_uix` (`question`,`unit`), KEY `mdl_quesnumeunit_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Optional unit options for numerical questions. This table is'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_numerical_units` -- LOCK TABLES `mdl_question_numerical_units` WRITE; /*!40000 ALTER TABLE `mdl_question_numerical_units` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_numerical_units` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_references` -- DROP TABLE IF EXISTS `mdl_question_references`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_references` ( `id` bigint NOT NULL AUTO_INCREMENT, `usingcontextid` bigint NOT NULL DEFAULT '0', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `questionarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `itemid` bigint DEFAULT NULL, `questionbankentryid` bigint NOT NULL DEFAULT '0', `version` bigint DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_quesrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), KEY `mdl_quesrefe_usi_ix` (`usingcontextid`), KEY `mdl_quesrefe_que_ix` (`questionbankentryid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Records where a specific question is used.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_references` -- LOCK TABLES `mdl_question_references` WRITE; /*!40000 ALTER TABLE `mdl_question_references` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_references` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_response_analysis` -- DROP TABLE IF EXISTS `mdl_question_response_analysis`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_response_analysis` ( `id` bigint NOT NULL AUTO_INCREMENT, `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `whichtries` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timemodified` bigint NOT NULL, `questionid` bigint NOT NULL, `variant` bigint DEFAULT NULL, `subqid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `aid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `credit` decimal(15,5) NOT NULL, PRIMARY KEY (`id`), KEY `mdl_quesrespanal_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Analysis of student responses given to questions.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_response_analysis` -- LOCK TABLES `mdl_question_response_analysis` WRITE; /*!40000 ALTER TABLE `mdl_question_response_analysis` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_response_analysis` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_response_count` -- DROP TABLE IF EXISTS `mdl_question_response_count`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_response_count` ( `id` bigint NOT NULL AUTO_INCREMENT, `analysisid` bigint NOT NULL, `try` bigint NOT NULL, `rcount` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_quesrespcoun_ana_ix` (`analysisid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Count for each responses for each try at a question.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_response_count` -- LOCK TABLES `mdl_question_response_count` WRITE; /*!40000 ALTER TABLE `mdl_question_response_count` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_response_count` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_set_references` -- DROP TABLE IF EXISTS `mdl_question_set_references`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_set_references` ( `id` bigint NOT NULL AUTO_INCREMENT, `usingcontextid` bigint NOT NULL DEFAULT '0', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `questionarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `itemid` bigint DEFAULT NULL, `questionscontextid` bigint NOT NULL DEFAULT '0', `filtercondition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), UNIQUE KEY `mdl_quessetrefe_usicomquei_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), KEY `mdl_quessetrefe_usi_ix` (`usingcontextid`), KEY `mdl_quessetrefe_que_ix` (`questionscontextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Records where groups of questions are used.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_set_references` -- LOCK TABLES `mdl_question_set_references` WRITE; /*!40000 ALTER TABLE `mdl_question_set_references` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_set_references` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_statistics` -- DROP TABLE IF EXISTS `mdl_question_statistics`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_statistics` ( `id` bigint NOT NULL AUTO_INCREMENT, `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timemodified` bigint NOT NULL, `questionid` bigint NOT NULL, `slot` bigint DEFAULT NULL, `subquestion` smallint NOT NULL, `variant` bigint DEFAULT NULL, `s` bigint NOT NULL DEFAULT '0', `effectiveweight` decimal(15,5) DEFAULT NULL, `negcovar` tinyint NOT NULL DEFAULT '0', `discriminationindex` decimal(15,5) DEFAULT NULL, `discriminativeefficiency` decimal(15,5) DEFAULT NULL, `sd` decimal(15,10) DEFAULT NULL, `facility` decimal(15,10) DEFAULT NULL, `subquestions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `maxmark` decimal(12,7) DEFAULT NULL, `positions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `randomguessscore` decimal(12,7) DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_quesstat_que_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Statistics for individual questions used in an activity.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_statistics` -- LOCK TABLES `mdl_question_statistics` WRITE; /*!40000 ALTER TABLE `mdl_question_statistics` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_statistics` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_truefalse` -- DROP TABLE IF EXISTS `mdl_question_truefalse`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_truefalse` ( `id` bigint NOT NULL AUTO_INCREMENT, `question` bigint NOT NULL DEFAULT '0', `trueanswer` bigint NOT NULL DEFAULT '0', `falseanswer` bigint NOT NULL DEFAULT '0', `showstandardinstruction` tinyint NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `mdl_questrue_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Options for True-False questions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_truefalse` -- LOCK TABLES `mdl_question_truefalse` WRITE; /*!40000 ALTER TABLE `mdl_question_truefalse` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_truefalse` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_usages` -- DROP TABLE IF EXISTS `mdl_question_usages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_usages` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `preferredbehaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `mdl_quesusag_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table''s main purpose it to assign a unique id to each a'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_usages` -- LOCK TABLES `mdl_question_usages` WRITE; /*!40000 ALTER TABLE `mdl_question_usages` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_usages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_versions` -- DROP TABLE IF EXISTS `mdl_question_versions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_question_versions` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionbankentryid` bigint NOT NULL DEFAULT '0', `version` bigint NOT NULL DEFAULT '1', `questionid` bigint NOT NULL DEFAULT '0', `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'ready', PRIMARY KEY (`id`), KEY `mdl_quesvers_que_ix` (`questionbankentryid`), KEY `mdl_quesvers_que2_ix` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='A join table linking the different question version definiti'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_question_versions` -- LOCK TABLES `mdl_question_versions` WRITE; /*!40000 ALTER TABLE `mdl_question_versions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_versions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quiz` -- DROP TABLE IF EXISTS `mdl_quiz`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_quiz` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `introformat` smallint NOT NULL DEFAULT '0', `timeopen` bigint NOT NULL DEFAULT '0', `timeclose` bigint NOT NULL DEFAULT '0', `timelimit` bigint NOT NULL DEFAULT '0', `overduehandling` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'autoabandon', `graceperiod` bigint NOT NULL DEFAULT '0', `preferredbehaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `canredoquestions` smallint NOT NULL DEFAULT '0', `attempts` mediumint NOT NULL DEFAULT '0', `attemptonlast` smallint NOT NULL DEFAULT '0', `grademethod` smallint NOT NULL DEFAULT '1', `decimalpoints` smallint NOT NULL DEFAULT '2', `questiondecimalpoints` smallint NOT NULL DEFAULT '-1', `reviewattempt` mediumint NOT NULL DEFAULT '0', `reviewcorrectness` mediumint NOT NULL DEFAULT '0', `reviewmarks` mediumint NOT NULL DEFAULT '0', `reviewspecificfeedback` mediumint NOT NULL DEFAULT '0', `reviewgeneralfeedback` mediumint NOT NULL DEFAULT '0', `reviewrightanswer` mediumint NOT NULL DEFAULT '0', `reviewoverallfeedback` mediumint NOT NULL DEFAULT '0', `questionsperpage` bigint NOT NULL DEFAULT '0', `navmethod` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'free', `shuffleanswers` smallint NOT NULL DEFAULT '0', `sumgrades` decimal(10,5) NOT NULL DEFAULT '0.00000', `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `subnet` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `browsersecurity` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `delay1` bigint NOT NULL DEFAULT '0', `delay2` bigint NOT NULL DEFAULT '0', `showuserpicture` smallint NOT NULL DEFAULT '0', `showblocks` smallint NOT NULL DEFAULT '0', `completionattemptsexhausted` tinyint(1) DEFAULT '0', `completionminattempts` bigint NOT NULL DEFAULT '0', `allowofflineattempts` tinyint(1) DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_quiz_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The settings for each quiz.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_quiz` -- LOCK TABLES `mdl_quiz` WRITE; /*!40000 ALTER TABLE `mdl_quiz` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_quiz` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quiz_attempts` -- DROP TABLE IF EXISTS `mdl_quiz_attempts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_quiz_attempts` ( `id` bigint NOT NULL AUTO_INCREMENT, `quiz` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `attempt` mediumint NOT NULL DEFAULT '0', `uniqueid` bigint NOT NULL DEFAULT '0', `layout` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `currentpage` bigint NOT NULL DEFAULT '0', `preview` smallint NOT NULL DEFAULT '0', `state` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'inprogress', `timestart` bigint NOT NULL DEFAULT '0', `timefinish` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `timemodifiedoffline` bigint NOT NULL DEFAULT '0', `timecheckstate` bigint DEFAULT '0', `sumgrades` decimal(10,5) DEFAULT NULL, `gradednotificationsenttime` bigint DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_quizatte_quiuseatt_uix` (`quiz`,`userid`,`attempt`), UNIQUE KEY `mdl_quizatte_uni_uix` (`uniqueid`), KEY `mdl_quizatte_statim_ix` (`state`,`timecheckstate`), KEY `mdl_quizatte_qui_ix` (`quiz`), KEY `mdl_quizatte_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores users attempts at quizzes.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_quiz_attempts` -- LOCK TABLES `mdl_quiz_attempts` WRITE; /*!40000 ALTER TABLE `mdl_quiz_attempts` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_quiz_attempts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quiz_feedback` -- DROP TABLE IF EXISTS `mdl_quiz_feedback`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_quiz_feedback` ( `id` bigint NOT NULL AUTO_INCREMENT, `quizid` bigint NOT NULL DEFAULT '0', `feedbacktext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `feedbacktextformat` tinyint NOT NULL DEFAULT '0', `mingrade` decimal(10,5) NOT NULL DEFAULT '0.00000', `maxgrade` decimal(10,5) NOT NULL DEFAULT '0.00000', PRIMARY KEY (`id`), KEY `mdl_quizfeed_qui_ix` (`quizid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Feedback given to students based on which grade band their o'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_quiz_feedback` -- LOCK TABLES `mdl_quiz_feedback` WRITE; /*!40000 ALTER TABLE `mdl_quiz_feedback` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_quiz_feedback` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quiz_grades` -- DROP TABLE IF EXISTS `mdl_quiz_grades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_quiz_grades` ( `id` bigint NOT NULL AUTO_INCREMENT, `quiz` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_quizgrad_use_ix` (`userid`), KEY `mdl_quizgrad_qui_ix` (`quiz`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the overall grade for each user on the quiz, based on'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_quiz_grades` -- LOCK TABLES `mdl_quiz_grades` WRITE; /*!40000 ALTER TABLE `mdl_quiz_grades` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_quiz_grades` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quiz_overrides` -- DROP TABLE IF EXISTS `mdl_quiz_overrides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_quiz_overrides` ( `id` bigint NOT NULL AUTO_INCREMENT, `quiz` bigint NOT NULL DEFAULT '0', `groupid` bigint DEFAULT NULL, `userid` bigint DEFAULT NULL, `timeopen` bigint DEFAULT NULL, `timeclose` bigint DEFAULT NULL, `timelimit` bigint DEFAULT NULL, `attempts` mediumint DEFAULT NULL, `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_quizover_qui_ix` (`quiz`), KEY `mdl_quizover_gro_ix` (`groupid`), KEY `mdl_quizover_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The overrides to quiz settings on a per-user and per-group b'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_quiz_overrides` -- LOCK TABLES `mdl_quiz_overrides` WRITE; /*!40000 ALTER TABLE `mdl_quiz_overrides` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_quiz_overrides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quiz_overview_regrades` -- DROP TABLE IF EXISTS `mdl_quiz_overview_regrades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_quiz_overview_regrades` ( `id` bigint NOT NULL AUTO_INCREMENT, `questionusageid` bigint NOT NULL, `slot` bigint NOT NULL, `newfraction` decimal(12,7) DEFAULT NULL, `oldfraction` decimal(12,7) DEFAULT NULL, `regraded` smallint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_quizoverregr_queslo_ix` (`questionusageid`,`slot`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table records which question attempts need regrading an'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_quiz_overview_regrades` -- LOCK TABLES `mdl_quiz_overview_regrades` WRITE; /*!40000 ALTER TABLE `mdl_quiz_overview_regrades` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_quiz_overview_regrades` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quiz_reports` -- DROP TABLE IF EXISTS `mdl_quiz_reports`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_quiz_reports` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `displayorder` bigint NOT NULL, `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_quizrepo_nam_uix` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Lists all the installed quiz reports and their display order'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_quiz_reports` -- LOCK TABLES `mdl_quiz_reports` WRITE; /*!40000 ALTER TABLE `mdl_quiz_reports` DISABLE KEYS */; INSERT INTO `mdl_quiz_reports` VALUES (1,'grading',6000,'mod/quiz:grade'),(2,'overview',10000,NULL),(3,'responses',9000,NULL),(4,'statistics',8000,'quiz/statistics:view'); /*!40000 ALTER TABLE `mdl_quiz_reports` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quiz_sections` -- DROP TABLE IF EXISTS `mdl_quiz_sections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_quiz_sections` ( `id` bigint NOT NULL AUTO_INCREMENT, `quizid` bigint NOT NULL, `firstslot` bigint NOT NULL, `heading` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shufflequestions` smallint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_quizsect_quifir_uix` (`quizid`,`firstslot`), KEY `mdl_quizsect_qui_ix` (`quizid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores sections of a quiz with section name (heading), from '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_quiz_sections` -- LOCK TABLES `mdl_quiz_sections` WRITE; /*!40000 ALTER TABLE `mdl_quiz_sections` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_quiz_sections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quiz_slots` -- DROP TABLE IF EXISTS `mdl_quiz_slots`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_quiz_slots` ( `id` bigint NOT NULL AUTO_INCREMENT, `slot` bigint NOT NULL, `quizid` bigint NOT NULL DEFAULT '0', `page` bigint NOT NULL, `requireprevious` smallint NOT NULL DEFAULT '0', `maxmark` decimal(12,7) NOT NULL DEFAULT '0.0000000', PRIMARY KEY (`id`), UNIQUE KEY `mdl_quizslot_quislo_uix` (`quizid`,`slot`), KEY `mdl_quizslot_qui_ix` (`quizid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the question used in a quiz, with the order, and for '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_quiz_slots` -- LOCK TABLES `mdl_quiz_slots` WRITE; /*!40000 ALTER TABLE `mdl_quiz_slots` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_quiz_slots` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quiz_statistics` -- DROP TABLE IF EXISTS `mdl_quiz_statistics`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_quiz_statistics` ( `id` bigint NOT NULL AUTO_INCREMENT, `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `whichattempts` smallint NOT NULL, `timemodified` bigint NOT NULL, `firstattemptscount` bigint NOT NULL, `highestattemptscount` bigint NOT NULL, `lastattemptscount` bigint NOT NULL, `allattemptscount` bigint NOT NULL, `firstattemptsavg` decimal(15,5) DEFAULT NULL, `highestattemptsavg` decimal(15,5) DEFAULT NULL, `lastattemptsavg` decimal(15,5) DEFAULT NULL, `allattemptsavg` decimal(15,5) DEFAULT NULL, `median` decimal(15,5) DEFAULT NULL, `standarddeviation` decimal(15,5) DEFAULT NULL, `skewness` decimal(15,10) DEFAULT NULL, `kurtosis` decimal(15,5) DEFAULT NULL, `cic` decimal(15,10) DEFAULT NULL, `errorratio` decimal(15,10) DEFAULT NULL, `standarderror` decimal(15,10) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='table to cache results from analysis done in statistics repo'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_quiz_statistics` -- LOCK TABLES `mdl_quiz_statistics` WRITE; /*!40000 ALTER TABLE `mdl_quiz_statistics` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_quiz_statistics` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quizaccess_seb_quizsettings` -- DROP TABLE IF EXISTS `mdl_quizaccess_seb_quizsettings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_quizaccess_seb_quizsettings` ( `id` bigint NOT NULL AUTO_INCREMENT, `quizid` bigint NOT NULL, `cmid` bigint NOT NULL, `templateid` bigint NOT NULL, `requiresafeexambrowser` tinyint(1) NOT NULL, `showsebtaskbar` tinyint(1) DEFAULT NULL, `showwificontrol` tinyint(1) DEFAULT NULL, `showreloadbutton` tinyint(1) DEFAULT NULL, `showtime` tinyint(1) DEFAULT NULL, `showkeyboardlayout` tinyint(1) DEFAULT NULL, `allowuserquitseb` tinyint(1) DEFAULT NULL, `quitpassword` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `linkquitseb` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `userconfirmquit` tinyint(1) DEFAULT NULL, `enableaudiocontrol` tinyint(1) DEFAULT NULL, `muteonstartup` tinyint(1) DEFAULT NULL, `allowspellchecking` tinyint(1) DEFAULT NULL, `allowreloadinexam` tinyint(1) DEFAULT NULL, `activateurlfiltering` tinyint(1) DEFAULT NULL, `filterembeddedcontent` tinyint(1) DEFAULT NULL, `expressionsallowed` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `regexallowed` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `expressionsblocked` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `regexblocked` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `allowedbrowserexamkeys` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `showsebdownloadlink` tinyint(1) DEFAULT NULL, `usermodified` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_quizsebquiz_qui_uix` (`quizid`), UNIQUE KEY `mdl_quizsebquiz_cmi_uix` (`cmid`), KEY `mdl_quizsebquiz_tem_ix` (`templateid`), KEY `mdl_quizsebquiz_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Stores the quiz level Safe Exam Browser configuration.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_quizaccess_seb_quizsettings` -- LOCK TABLES `mdl_quizaccess_seb_quizsettings` WRITE; /*!40000 ALTER TABLE `mdl_quizaccess_seb_quizsettings` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_quizaccess_seb_quizsettings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quizaccess_seb_template` -- DROP TABLE IF EXISTS `mdl_quizaccess_seb_template`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_quizaccess_seb_template` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `enabled` tinyint(1) NOT NULL, `sortorder` bigint NOT NULL, `usermodified` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_quizsebtemp_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Templates for Safe Exam Browser configuration.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_quizaccess_seb_template` -- LOCK TABLES `mdl_quizaccess_seb_template` WRITE; /*!40000 ALTER TABLE `mdl_quizaccess_seb_template` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_quizaccess_seb_template` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_rating` -- DROP TABLE IF EXISTS `mdl_rating`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_rating` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `ratingarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemid` bigint NOT NULL, `scaleid` bigint NOT NULL, `rating` bigint NOT NULL, `userid` bigint NOT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_rati_comratconite_ix` (`component`,`ratingarea`,`contextid`,`itemid`), KEY `mdl_rati_con_ix` (`contextid`), KEY `mdl_rati_use_ix` (`userid`), KEY `mdl_rati_sca_ix` (`scaleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='moodle ratings'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_rating` -- LOCK TABLES `mdl_rating` WRITE; /*!40000 ALTER TABLE `mdl_rating` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_registration_hubs` -- DROP TABLE IF EXISTS `mdl_registration_hubs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_registration_hubs` ( `id` bigint NOT NULL AUTO_INCREMENT, `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `hubname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `huburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `confirmed` tinyint(1) NOT NULL DEFAULT '0', `secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='hub where the site is registered on with their associated to'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_registration_hubs` -- LOCK TABLES `mdl_registration_hubs` WRITE; /*!40000 ALTER TABLE `mdl_registration_hubs` DISABLE KEYS */; INSERT INTO `mdl_registration_hubs` VALUES (3,'d934825c6964e11055c6c0c8ae131328','Moodle','https://stats.moodle.org',1,'e96tZfkGzV00DaZOyvvsNgL9tzqVmG3zwww.cultivarts.org',1772961663); /*!40000 ALTER TABLE `mdl_registration_hubs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_reportbuilder_audience` -- DROP TABLE IF EXISTS `mdl_reportbuilder_audience`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_reportbuilder_audience` ( `id` bigint NOT NULL AUTO_INCREMENT, `reportid` bigint NOT NULL, `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `usercreated` bigint NOT NULL DEFAULT '0', `usermodified` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_repoaudi_rep_ix` (`reportid`), KEY `mdl_repoaudi_use_ix` (`usercreated`), KEY `mdl_repoaudi_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines report audience'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_reportbuilder_audience` -- LOCK TABLES `mdl_reportbuilder_audience` WRITE; /*!40000 ALTER TABLE `mdl_reportbuilder_audience` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_reportbuilder_audience` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_reportbuilder_column` -- DROP TABLE IF EXISTS `mdl_reportbuilder_column`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_reportbuilder_column` ( `id` bigint NOT NULL AUTO_INCREMENT, `reportid` bigint NOT NULL DEFAULT '0', `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `aggregation` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `columnorder` bigint NOT NULL, `sortenabled` tinyint(1) NOT NULL DEFAULT '0', `sortdirection` tinyint(1) NOT NULL, `sortorder` bigint DEFAULT NULL, `usercreated` bigint NOT NULL DEFAULT '0', `usermodified` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_repocolu_rep_ix` (`reportid`), KEY `mdl_repocolu_use_ix` (`usercreated`), KEY `mdl_repocolu_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report column'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_reportbuilder_column` -- LOCK TABLES `mdl_reportbuilder_column` WRITE; /*!40000 ALTER TABLE `mdl_reportbuilder_column` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_reportbuilder_column` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_reportbuilder_filter` -- DROP TABLE IF EXISTS `mdl_reportbuilder_filter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_reportbuilder_filter` ( `id` bigint NOT NULL AUTO_INCREMENT, `reportid` bigint NOT NULL DEFAULT '0', `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `iscondition` tinyint(1) NOT NULL DEFAULT '0', `filterorder` bigint NOT NULL, `usercreated` bigint NOT NULL DEFAULT '0', `usermodified` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_repofilt_rep_ix` (`reportid`), KEY `mdl_repofilt_use_ix` (`usercreated`), KEY `mdl_repofilt_use2_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report filter/condition'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_reportbuilder_filter` -- LOCK TABLES `mdl_reportbuilder_filter` WRITE; /*!40000 ALTER TABLE `mdl_reportbuilder_filter` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_reportbuilder_filter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_reportbuilder_report` -- DROP TABLE IF EXISTS `mdl_reportbuilder_report`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_reportbuilder_report` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `type` tinyint NOT NULL DEFAULT '0', `uniquerows` tinyint(1) NOT NULL DEFAULT '0', `conditiondata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `settingsdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `contextid` bigint NOT NULL, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `area` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemid` bigint NOT NULL DEFAULT '0', `usercreated` bigint NOT NULL DEFAULT '0', `usermodified` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_reporepo_use_ix` (`usercreated`), KEY `mdl_reporepo_use2_ix` (`usermodified`), KEY `mdl_reporepo_con_ix` (`contextid`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_reportbuilder_report` -- LOCK TABLES `mdl_reportbuilder_report` WRITE; /*!40000 ALTER TABLE `mdl_reportbuilder_report` DISABLE KEYS */; INSERT INTO `mdl_reportbuilder_report` VALUES (1,NULL,'core_reportbuilder\\local\\systemreports\\reports_list',1,0,NULL,NULL,1,'','',0,2,2,1691065736,1691065736),(2,NULL,'core_admin\\reportbuilder\\local\\systemreports\\task_logs',1,0,NULL,NULL,1,'','',0,2,2,1696091713,1696091713),(3,NULL,'gradereport_summary\\local\\systemreports\\summary',1,0,NULL,NULL,16,'','',0,2,2,1698933698,1698933698); /*!40000 ALTER TABLE `mdl_reportbuilder_report` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_reportbuilder_schedule` -- DROP TABLE IF EXISTS `mdl_reportbuilder_schedule`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_reportbuilder_schedule` ( `id` bigint NOT NULL AUTO_INCREMENT, `reportid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL DEFAULT '1', `audiences` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `format` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `messageformat` bigint NOT NULL, `userviewas` bigint NOT NULL DEFAULT '0', `timescheduled` bigint NOT NULL DEFAULT '0', `recurrence` bigint NOT NULL DEFAULT '0', `reportempty` bigint NOT NULL DEFAULT '0', `timelastsent` bigint NOT NULL DEFAULT '0', `timenextsend` bigint NOT NULL DEFAULT '0', `usercreated` bigint NOT NULL DEFAULT '0', `usermodified` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_reposche_rep_ix` (`reportid`), KEY `mdl_reposche_use_ix` (`userviewas`), KEY `mdl_reposche_use2_ix` (`usercreated`), KEY `mdl_reposche_use3_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Table to represent a report schedule'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_reportbuilder_schedule` -- LOCK TABLES `mdl_reportbuilder_schedule` WRITE; /*!40000 ALTER TABLE `mdl_reportbuilder_schedule` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_reportbuilder_schedule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_repository` -- DROP TABLE IF EXISTS `mdl_repository`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_repository` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `visible` tinyint(1) DEFAULT '1', `sortorder` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table contains one entry for every configured external '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_repository` -- LOCK TABLES `mdl_repository` WRITE; /*!40000 ALTER TABLE `mdl_repository` DISABLE KEYS */; INSERT INTO `mdl_repository` VALUES (1,'areafiles',1,1),(2,'contentbank',1,2),(3,'local',1,3),(4,'recent',1,4),(5,'upload',1,5),(6,'url',1,6),(7,'user',1,7),(8,'wikimedia',1,8); /*!40000 ALTER TABLE `mdl_repository` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_repository_instance_config` -- DROP TABLE IF EXISTS `mdl_repository_instance_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_repository_instance_config` ( `id` bigint NOT NULL AUTO_INCREMENT, `instanceid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The config for intances'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_repository_instance_config` -- LOCK TABLES `mdl_repository_instance_config` WRITE; /*!40000 ALTER TABLE `mdl_repository_instance_config` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_repository_instance_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_repository_instances` -- DROP TABLE IF EXISTS `mdl_repository_instances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_repository_instances` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `typeid` bigint NOT NULL, `userid` bigint NOT NULL DEFAULT '0', `contextid` bigint NOT NULL, `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timecreated` bigint DEFAULT NULL, `timemodified` bigint DEFAULT NULL, `readonly` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_repoinst_use_ix` (`userid`), KEY `mdl_repoinst_con_ix` (`contextid`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table contains one entry for every configured external '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_repository_instances` -- LOCK TABLES `mdl_repository_instances` WRITE; /*!40000 ALTER TABLE `mdl_repository_instances` DISABLE KEYS */; INSERT INTO `mdl_repository_instances` VALUES (1,'',1,0,1,NULL,NULL,1689953379,1689953379,0),(2,'',2,0,1,NULL,NULL,1689953379,1689953379,0),(3,'',3,0,1,NULL,NULL,1689953381,1689953381,0),(4,'',4,0,1,NULL,NULL,1689953381,1689953381,0),(5,'',5,0,1,NULL,NULL,1689953382,1689953382,0),(6,'',6,0,1,NULL,NULL,1689953382,1689953382,0),(7,'',7,0,1,NULL,NULL,1689953382,1689953382,0),(8,'',8,0,1,NULL,NULL,1689953383,1689953383,0); /*!40000 ALTER TABLE `mdl_repository_instances` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_repository_onedrive_access` -- DROP TABLE IF EXISTS `mdl_repository_onedrive_access`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_repository_onedrive_access` ( `id` bigint NOT NULL AUTO_INCREMENT, `timemodified` bigint NOT NULL, `timecreated` bigint NOT NULL, `usermodified` bigint NOT NULL, `permissionid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `mdl_repoonedacce_use_ix` (`usermodified`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='List of temporary access grants.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_repository_onedrive_access` -- LOCK TABLES `mdl_repository_onedrive_access` WRITE; /*!40000 ALTER TABLE `mdl_repository_onedrive_access` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_repository_onedrive_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_resource` -- DROP TABLE IF EXISTS `mdl_resource`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_resource` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `introformat` smallint NOT NULL DEFAULT '0', `tobemigrated` smallint NOT NULL DEFAULT '0', `legacyfiles` smallint NOT NULL DEFAULT '0', `legacyfileslast` bigint DEFAULT NULL, `display` smallint NOT NULL DEFAULT '0', `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `filterfiles` smallint NOT NULL DEFAULT '0', `revision` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_reso_cou_ix` (`course`) ) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Each record is one resource and its config data'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_resource` -- LOCK TABLES `mdl_resource` WRITE; /*!40000 ALTER TABLE `mdl_resource` DISABLE KEYS */; INSERT INTO `mdl_resource` VALUES (3,2,'第一週講義','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,1,1695739089),(4,2,'第二週課前閱讀:〈分辨奧秘〉','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,1,1695739124),(5,2,'第三週課前閱讀:《美麗的神》Chs. 4-5','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,2,1695908081),(6,2,'第二週講義','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,1,1695786866),(7,2,'補充講義:賜靈感的之氣','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,1,1695786902),(8,2,'第三週講義','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,2,1696387213),(9,2,'第四週課前閱讀一:《美麗的神》Ch. 6','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,2,1696386905),(10,2,'第四週課前閱讀二:《青少年學習者發展與適性輔導》Ch. 1','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,1,1696386975),(11,2,'第四週講義','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,1,1696987215),(12,2,'延伸閱讀:托爾金,〈尼格爾的葉子〉','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,1,1697053170),(13,2,'第五週課前閱讀一:《美麗的神》Ch. 1','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,1,1697053266),(14,2,'第五週課前閱讀二:《美麗的神》Ch. 7','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,1,1697053289),(15,2,'第五週課前閱讀三:《美麗的神》Ch. 8','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,1,1697053312),(16,2,'第五週講義','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,1,1697679712),(17,2,'第六週課前閱讀一:〈什麼是日常神學?基督徒為何應該閱讀文化〉(上)','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,2,1697863368),(18,2,'第六週課前閱讀二:寄生上流','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,1,1697686914),(19,2,'第六週講義','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,1,1698211307),(20,2,'第七週課前閱讀:〈什麼是日常神學?基督徒應該如何閱讀文化〉(下)','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,1,1698633671),(21,2,'第七週講義','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,1,1698857099),(22,2,'第八週課前閱讀:《預約心靈沃土》Ch. 10','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,1,1698888314),(23,2,'第八週講義','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,1,1699508072),(24,2,'第十週課前預備表單:導演理念','<p dir=\"ltr\" style=\"text-align: left;\">請在此下載,不需繳交;寫好,上課帶來。</p>',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,1,1700014780),(25,2,'第九週講義','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,1,1700014754),(26,2,'第十週講義','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,2,1700539599),(28,2,'期末報告寫作指南','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,1,1700888058),(29,2,'第十一週講義','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,1,1701062035),(30,2,'補充講義:角色地位','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,1,1701062081),(31,2,'第十二週講義','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,1,1701638575),(32,3,'課程大綱進度表','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,2,1772601057),(33,3,'第一週講義','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,1,1772722810),(34,3,'第二週課前閱讀:〈分辨奧秘〉','',1,0,0,NULL,0,'a:1:{s:10:\"printintro\";i:1;}',0,3,1772724051); /*!40000 ALTER TABLE `mdl_resource` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_resource_old` -- DROP TABLE IF EXISTS `mdl_resource_old`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_resource_old` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `reference` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `introformat` smallint NOT NULL DEFAULT '0', `alltext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `popup` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timemodified` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, `cmid` bigint DEFAULT NULL, `newmodule` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `newid` bigint DEFAULT NULL, `migrated` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_resoold_old_uix` (`oldid`), KEY `mdl_resoold_cmi_ix` (`cmid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='backup of all old resource instances from 1.9'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_resource_old` -- LOCK TABLES `mdl_resource_old` WRITE; /*!40000 ALTER TABLE `mdl_resource_old` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_resource_old` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_role` -- DROP TABLE IF EXISTS `mdl_role`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_role` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `sortorder` bigint NOT NULL DEFAULT '0', `archetype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `mdl_role_sor_uix` (`sortorder`), UNIQUE KEY `mdl_role_sho_uix` (`shortname`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='moodle roles'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_role` -- LOCK TABLES `mdl_role` WRITE; /*!40000 ALTER TABLE `mdl_role` DISABLE KEYS */; INSERT INTO `mdl_role` VALUES (1,'','manager','',1,'manager'),(2,'','coursecreator','',2,'coursecreator'),(3,'','editingteacher','',3,'editingteacher'),(4,'','teacher','',4,'teacher'),(5,'','student','',5,'student'),(6,'','guest','',6,'guest'),(7,'','user','',7,'user'),(8,'','frontpage','',8,'frontpage'); /*!40000 ALTER TABLE `mdl_role` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_role_allow_assign` -- DROP TABLE IF EXISTS `mdl_role_allow_assign`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_role_allow_assign` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL DEFAULT '0', `allowassign` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_rolealloassi_rolall_uix` (`roleid`,`allowassign`), KEY `mdl_rolealloassi_rol_ix` (`roleid`), KEY `mdl_rolealloassi_all_ix` (`allowassign`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='this defines what role can assign what role'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_role_allow_assign` -- LOCK TABLES `mdl_role_allow_assign` WRITE; /*!40000 ALTER TABLE `mdl_role_allow_assign` DISABLE KEYS */; INSERT INTO `mdl_role_allow_assign` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,3,4),(7,3,5); /*!40000 ALTER TABLE `mdl_role_allow_assign` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_role_allow_override` -- DROP TABLE IF EXISTS `mdl_role_allow_override`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_role_allow_override` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL DEFAULT '0', `allowoverride` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_rolealloover_rolall_uix` (`roleid`,`allowoverride`), KEY `mdl_rolealloover_rol_ix` (`roleid`), KEY `mdl_rolealloover_all_ix` (`allowoverride`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='this defines what role can override what role'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_role_allow_override` -- LOCK TABLES `mdl_role_allow_override` WRITE; /*!40000 ALTER TABLE `mdl_role_allow_override` DISABLE KEYS */; INSERT INTO `mdl_role_allow_override` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,3,4),(10,3,5),(11,3,6); /*!40000 ALTER TABLE `mdl_role_allow_override` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_role_allow_switch` -- DROP TABLE IF EXISTS `mdl_role_allow_switch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_role_allow_switch` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL, `allowswitch` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_rolealloswit_rolall_uix` (`roleid`,`allowswitch`), KEY `mdl_rolealloswit_rol_ix` (`roleid`), KEY `mdl_rolealloswit_all_ix` (`allowswitch`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table stores which which other roles a user is allowed '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_role_allow_switch` -- LOCK TABLES `mdl_role_allow_switch` WRITE; /*!40000 ALTER TABLE `mdl_role_allow_switch` DISABLE KEYS */; INSERT INTO `mdl_role_allow_switch` VALUES (1,1,3),(2,1,4),(3,1,5),(4,1,6),(5,3,4),(6,3,5),(7,3,6),(8,4,5),(9,4,6); /*!40000 ALTER TABLE `mdl_role_allow_switch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_role_allow_view` -- DROP TABLE IF EXISTS `mdl_role_allow_view`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_role_allow_view` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL, `allowview` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_rolealloview_rolall_uix` (`roleid`,`allowview`), KEY `mdl_rolealloview_rol_ix` (`roleid`), KEY `mdl_rolealloview_all_ix` (`allowview`) ) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='This table stores which which other roles a user is allowed '; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_role_allow_view` -- LOCK TABLES `mdl_role_allow_view` WRITE; /*!40000 ALTER TABLE `mdl_role_allow_view` DISABLE KEYS */; INSERT INTO `mdl_role_allow_view` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,2,2),(10,2,3),(11,2,4),(12,2,5),(13,3,2),(14,3,3),(15,3,4),(16,3,5),(17,4,2),(18,4,3),(19,4,4),(20,4,5),(21,5,2),(22,5,3),(23,5,4),(24,5,5); /*!40000 ALTER TABLE `mdl_role_allow_view` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_role_assignments` -- DROP TABLE IF EXISTS `mdl_role_assignments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_role_assignments` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL DEFAULT '0', `contextid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `modifierid` bigint NOT NULL DEFAULT '0', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemid` bigint NOT NULL DEFAULT '0', `sortorder` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_roleassi_sor_ix` (`sortorder`), KEY `mdl_roleassi_rolcon_ix` (`roleid`,`contextid`), KEY `mdl_roleassi_useconrol_ix` (`userid`,`contextid`,`roleid`), KEY `mdl_roleassi_comiteuse_ix` (`component`,`itemid`,`userid`), KEY `mdl_roleassi_rol_ix` (`roleid`), KEY `mdl_roleassi_con_ix` (`contextid`), KEY `mdl_roleassi_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='assigning roles in different context'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_role_assignments` -- LOCK TABLES `mdl_role_assignments` WRITE; /*!40000 ALTER TABLE `mdl_role_assignments` DISABLE KEYS */; INSERT INTO `mdl_role_assignments` VALUES (1,3,16,2,1689959889,2,'',0,0),(3,5,16,4,1695740172,2,'',0,0),(4,5,16,5,1695740172,2,'',0,0),(5,5,16,6,1695740172,2,'',0,0),(6,5,16,7,1695740172,2,'',0,0),(7,5,16,8,1695740172,2,'',0,0),(8,5,16,9,1695740172,2,'',0,0),(9,5,16,10,1695740172,2,'',0,0),(10,5,16,11,1695740172,2,'',0,0),(11,5,16,12,1695740172,2,'',0,0),(12,5,16,13,1695740172,2,'',0,0),(13,5,16,14,1695740172,2,'',0,0),(14,5,16,15,1695740172,2,'',0,0),(15,5,16,16,1695740173,2,'',0,0),(16,5,16,17,1695740173,2,'',0,0),(17,5,16,18,1695740173,2,'',0,0),(18,5,16,19,1695740173,2,'',0,0),(19,5,16,20,1695740173,2,'',0,0),(20,5,16,21,1695740173,2,'',0,0),(21,5,16,22,1695740173,2,'',0,0),(22,5,16,23,1695740319,2,'',0,0),(23,3,98,2,1772553128,2,'',0,0),(24,5,98,29,1772810211,2,'',0,0),(25,5,98,25,1772810211,2,'',0,0),(26,5,98,34,1772810212,2,'',0,0),(27,5,98,28,1772810212,2,'',0,0),(28,5,98,27,1772810212,2,'',0,0),(29,5,98,32,1772810212,2,'',0,0),(30,5,98,33,1772810212,2,'',0,0),(31,5,98,24,1772810212,2,'',0,0),(32,5,98,26,1772810212,2,'',0,0),(33,5,98,30,1772810212,2,'',0,0),(34,5,98,31,1772810212,2,'',0,0); /*!40000 ALTER TABLE `mdl_role_assignments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_role_capabilities` -- DROP TABLE IF EXISTS `mdl_role_capabilities`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_role_capabilities` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL DEFAULT '0', `roleid` bigint NOT NULL DEFAULT '0', `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `permission` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `modifierid` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_rolecapa_rolconcap_uix` (`roleid`,`contextid`,`capability`), KEY `mdl_rolecapa_rol_ix` (`roleid`), KEY `mdl_rolecapa_con_ix` (`contextid`), KEY `mdl_rolecapa_mod_ix` (`modifierid`), KEY `mdl_rolecapa_cap_ix` (`capability`) ) ENGINE=InnoDB AUTO_INCREMENT=1488 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='permission has to be signed, overriding a capability for a p'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_role_capabilities` -- LOCK TABLES `mdl_role_capabilities` WRITE; /*!40000 ALTER TABLE `mdl_role_capabilities` DISABLE KEYS */; INSERT INTO `mdl_role_capabilities` VALUES (1,1,1,'moodle/site:configview',1,1689953264,0),(2,1,2,'moodle/site:configview',1,1689953264,0),(3,1,1,'moodle/site:readallmessages',1,1689953264,0),(4,1,3,'moodle/site:readallmessages',1,1689953264,0),(5,1,1,'moodle/site:manageallmessaging',1,1689953264,0),(6,1,1,'moodle/site:deleteanymessage',1,1689953264,0),(7,1,1,'moodle/site:sendmessage',1,1689953264,0),(8,1,7,'moodle/site:sendmessage',1,1689953264,0),(9,1,7,'moodle/site:senderrormessage',1,1689953264,0),(10,1,7,'moodle/site:deleteownmessage',1,1689953264,0),(11,1,1,'moodle/site:approvecourse',1,1689953264,0),(12,1,3,'moodle/backup:backupcourse',1,1689953264,0),(13,1,1,'moodle/backup:backupcourse',1,1689953264,0),(14,1,3,'moodle/backup:backupsection',1,1689953264,0),(15,1,1,'moodle/backup:backupsection',1,1689953264,0),(16,1,3,'moodle/backup:backupactivity',1,1689953264,0),(17,1,1,'moodle/backup:backupactivity',1,1689953264,0),(18,1,3,'moodle/backup:backuptargetimport',1,1689953264,0),(19,1,1,'moodle/backup:backuptargetimport',1,1689953264,0),(20,1,3,'moodle/backup:downloadfile',1,1689953264,0),(21,1,1,'moodle/backup:downloadfile',1,1689953264,0),(22,1,3,'moodle/backup:configure',1,1689953264,0),(23,1,1,'moodle/backup:configure',1,1689953264,0),(24,1,1,'moodle/backup:userinfo',1,1689953264,0),(25,1,1,'moodle/backup:anonymise',1,1689953264,0),(26,1,3,'moodle/restore:restorecourse',1,1689953264,0),(27,1,1,'moodle/restore:restorecourse',1,1689953264,0),(28,1,3,'moodle/restore:restoresection',1,1689953264,0),(29,1,1,'moodle/restore:restoresection',1,1689953264,0),(30,1,3,'moodle/restore:restoreactivity',1,1689953264,0),(31,1,1,'moodle/restore:restoreactivity',1,1689953264,0),(32,1,3,'moodle/restore:viewautomatedfilearea',1,1689953264,0),(33,1,1,'moodle/restore:viewautomatedfilearea',1,1689953265,0),(34,1,3,'moodle/restore:restoretargetimport',1,1689953265,0),(35,1,1,'moodle/restore:restoretargetimport',1,1689953265,0),(36,1,3,'moodle/restore:uploadfile',1,1689953265,0),(37,1,1,'moodle/restore:uploadfile',1,1689953265,0),(38,1,3,'moodle/restore:configure',1,1689953265,0),(39,1,1,'moodle/restore:configure',1,1689953265,0),(40,1,2,'moodle/restore:rolldates',1,1689953265,0),(41,1,1,'moodle/restore:rolldates',1,1689953265,0),(42,1,1,'moodle/restore:userinfo',1,1689953265,0),(43,1,1,'moodle/restore:createuser',1,1689953265,0),(44,1,3,'moodle/site:manageblocks',1,1689953265,0),(45,1,1,'moodle/site:manageblocks',1,1689953265,0),(46,1,3,'moodle/site:accessallgroups',1,1689953265,0),(47,1,1,'moodle/site:accessallgroups',1,1689953265,0),(48,1,1,'moodle/site:viewanonymousevents',1,1689953265,0),(49,1,4,'moodle/site:viewfullnames',1,1689953265,0),(50,1,3,'moodle/site:viewfullnames',1,1689953265,0),(51,1,1,'moodle/site:viewfullnames',1,1689953265,0),(52,1,4,'moodle/site:viewuseridentity',1,1689953265,0),(53,1,3,'moodle/site:viewuseridentity',1,1689953265,0),(54,1,1,'moodle/site:viewuseridentity',1,1689953265,0),(55,1,4,'moodle/site:viewreports',1,1689953265,0),(56,1,3,'moodle/site:viewreports',1,1689953265,0),(57,1,1,'moodle/site:viewreports',1,1689953265,0),(58,1,3,'moodle/site:trustcontent',1,1689953265,0),(59,1,1,'moodle/site:trustcontent',1,1689953265,0),(60,1,1,'moodle/site:uploadusers',1,1689953265,0),(61,1,3,'moodle/filter:manage',1,1689953265,0),(62,1,1,'moodle/filter:manage',1,1689953265,0),(63,1,1,'moodle/user:create',1,1689953265,0),(64,1,1,'moodle/user:delete',1,1689953265,0),(65,1,1,'moodle/user:update',1,1689953265,0),(66,1,6,'moodle/user:viewdetails',1,1689953265,0),(67,1,5,'moodle/user:viewdetails',1,1689953265,0),(68,1,4,'moodle/user:viewdetails',1,1689953265,0),(69,1,3,'moodle/user:viewdetails',1,1689953265,0),(70,1,1,'moodle/user:viewdetails',1,1689953265,0),(71,1,1,'moodle/user:viewalldetails',1,1689953265,0),(72,1,1,'moodle/user:viewlastip',1,1689953265,0),(73,1,4,'moodle/user:viewhiddendetails',1,1689953265,0),(74,1,3,'moodle/user:viewhiddendetails',1,1689953266,0),(75,1,1,'moodle/user:viewhiddendetails',1,1689953266,0),(76,1,1,'moodle/user:loginas',1,1689953266,0),(77,1,1,'moodle/user:managesyspages',1,1689953266,0),(78,1,7,'moodle/user:manageownblocks',1,1689953266,0),(79,1,7,'moodle/user:manageownfiles',1,1689953266,0),(80,1,1,'moodle/my:configsyspages',1,1689953266,0),(81,1,3,'moodle/role:assign',1,1689953266,0),(82,1,1,'moodle/role:assign',1,1689953266,0),(83,1,4,'moodle/role:review',1,1689953266,0),(84,1,3,'moodle/role:review',1,1689953266,0),(85,1,1,'moodle/role:review',1,1689953266,0),(86,1,1,'moodle/role:override',1,1689953266,0),(87,1,3,'moodle/role:safeoverride',1,1689953266,0),(88,1,1,'moodle/role:manage',1,1689953266,0),(89,1,3,'moodle/role:switchroles',1,1689953266,0),(90,1,1,'moodle/role:switchroles',1,1689953266,0),(91,1,1,'moodle/category:manage',1,1689953266,0),(92,1,6,'moodle/category:viewcourselist',1,1689953266,0),(93,1,7,'moodle/category:viewcourselist',1,1689953266,0),(94,1,2,'moodle/category:viewhiddencategories',1,1689953266,0),(95,1,1,'moodle/category:viewhiddencategories',1,1689953266,0),(96,1,1,'moodle/cohort:manage',1,1689953266,0),(97,1,1,'moodle/cohort:assign',1,1689953266,0),(98,1,3,'moodle/cohort:view',1,1689953266,0),(99,1,1,'moodle/cohort:view',1,1689953266,0),(100,1,2,'moodle/course:create',1,1689953266,0),(101,1,1,'moodle/course:create',1,1689953266,0),(102,1,3,'moodle/course:creategroupconversations',1,1689953266,0),(103,1,1,'moodle/course:creategroupconversations',1,1689953266,0),(104,1,1,'moodle/course:delete',1,1689953266,0),(105,1,3,'moodle/course:update',1,1689953266,0),(106,1,1,'moodle/course:update',1,1689953266,0),(107,1,1,'moodle/course:view',1,1689953266,0),(108,1,3,'moodle/course:enrolreview',1,1689953266,0),(109,1,1,'moodle/course:enrolreview',1,1689953266,0),(110,1,3,'moodle/course:enrolconfig',1,1689953267,0),(111,1,1,'moodle/course:enrolconfig',1,1689953267,0),(112,1,3,'moodle/course:reviewotherusers',1,1689953267,0),(113,1,1,'moodle/course:reviewotherusers',1,1689953267,0),(114,1,4,'moodle/course:bulkmessaging',1,1689953267,0),(115,1,3,'moodle/course:bulkmessaging',1,1689953267,0),(116,1,1,'moodle/course:bulkmessaging',1,1689953267,0),(117,1,4,'moodle/course:viewhiddenuserfields',1,1689953267,0),(118,1,3,'moodle/course:viewhiddenuserfields',1,1689953267,0),(119,1,1,'moodle/course:viewhiddenuserfields',1,1689953267,0),(120,1,2,'moodle/course:viewhiddencourses',1,1689953267,0),(121,1,4,'moodle/course:viewhiddencourses',1,1689953267,0),(122,1,3,'moodle/course:viewhiddencourses',1,1689953267,0),(123,1,1,'moodle/course:viewhiddencourses',1,1689953267,0),(124,1,3,'moodle/course:visibility',1,1689953267,0),(125,1,1,'moodle/course:visibility',1,1689953267,0),(126,1,3,'moodle/course:managefiles',1,1689953267,0),(127,1,1,'moodle/course:managefiles',1,1689953267,0),(128,1,1,'moodle/course:ignoreavailabilityrestrictions',1,1689953267,0),(129,1,2,'moodle/course:ignoreavailabilityrestrictions',1,1689953267,0),(130,1,3,'moodle/course:ignoreavailabilityrestrictions',1,1689953267,0),(131,1,4,'moodle/course:ignoreavailabilityrestrictions',1,1689953267,0),(132,1,3,'moodle/course:manageactivities',1,1689953267,0),(133,1,1,'moodle/course:manageactivities',1,1689953267,0),(134,1,3,'moodle/course:activityvisibility',1,1689953267,0),(135,1,1,'moodle/course:activityvisibility',1,1689953267,0),(136,1,4,'moodle/course:viewhiddenactivities',1,1689953267,0),(137,1,3,'moodle/course:viewhiddenactivities',1,1689953267,0),(138,1,1,'moodle/course:viewhiddenactivities',1,1689953267,0),(139,1,5,'moodle/course:viewparticipants',1,1689953267,0),(140,1,4,'moodle/course:viewparticipants',1,1689953267,0),(141,1,3,'moodle/course:viewparticipants',1,1689953267,0),(142,1,1,'moodle/course:viewparticipants',1,1689953267,0),(143,1,3,'moodle/course:changefullname',1,1689953267,0),(144,1,1,'moodle/course:changefullname',1,1689953267,0),(145,1,3,'moodle/course:changeshortname',1,1689953267,0),(146,1,1,'moodle/course:changeshortname',1,1689953267,0),(147,1,1,'moodle/course:changelockedcustomfields',1,1689953267,0),(148,1,3,'moodle/course:renameroles',1,1689953267,0),(149,1,1,'moodle/course:renameroles',1,1689953267,0),(150,1,3,'moodle/course:changeidnumber',1,1689953267,0),(151,1,1,'moodle/course:changeidnumber',1,1689953267,0),(152,1,3,'moodle/course:changecategory',1,1689953268,0),(153,1,1,'moodle/course:changecategory',1,1689953268,0),(154,1,3,'moodle/course:changesummary',1,1689953268,0),(155,1,1,'moodle/course:changesummary',1,1689953268,0),(156,1,3,'moodle/course:setforcedlanguage',1,1689953268,0),(157,1,1,'moodle/course:setforcedlanguage',1,1689953268,0),(158,1,1,'moodle/site:viewparticipants',1,1689953268,0),(159,1,5,'moodle/course:isincompletionreports',1,1689953268,0),(160,1,5,'moodle/course:viewscales',1,1689953268,0),(161,1,4,'moodle/course:viewscales',1,1689953268,0),(162,1,3,'moodle/course:viewscales',1,1689953268,0),(163,1,1,'moodle/course:viewscales',1,1689953268,0),(164,1,3,'moodle/course:managescales',1,1689953268,0),(165,1,1,'moodle/course:managescales',1,1689953268,0),(166,1,3,'moodle/course:managegroups',1,1689953268,0),(167,1,1,'moodle/course:managegroups',1,1689953268,0),(168,1,3,'moodle/course:reset',1,1689953268,0),(169,1,1,'moodle/course:reset',1,1689953268,0),(170,1,3,'moodle/course:viewsuspendedusers',1,1689953268,0),(171,1,1,'moodle/course:viewsuspendedusers',1,1689953268,0),(172,1,1,'moodle/course:tag',1,1689953268,0),(173,1,3,'moodle/course:tag',1,1689953268,0),(174,1,6,'moodle/blog:view',1,1689953268,0),(175,1,7,'moodle/blog:view',1,1689953268,0),(176,1,5,'moodle/blog:view',1,1689953268,0),(177,1,4,'moodle/blog:view',1,1689953268,0),(178,1,3,'moodle/blog:view',1,1689953268,0),(179,1,1,'moodle/blog:view',1,1689953268,0),(180,1,6,'moodle/blog:search',1,1689953268,0),(181,1,7,'moodle/blog:search',1,1689953268,0),(182,1,5,'moodle/blog:search',1,1689953268,0),(183,1,4,'moodle/blog:search',1,1689953268,0),(184,1,3,'moodle/blog:search',1,1689953268,0),(185,1,1,'moodle/blog:search',1,1689953268,0),(186,1,1,'moodle/blog:viewdrafts',1,1689953268,0),(187,1,7,'moodle/blog:create',1,1689953268,0),(188,1,1,'moodle/blog:create',1,1689953268,0),(189,1,4,'moodle/blog:manageentries',1,1689953268,0),(190,1,3,'moodle/blog:manageentries',1,1689953268,0),(191,1,1,'moodle/blog:manageentries',1,1689953268,0),(192,1,5,'moodle/blog:manageexternal',1,1689953268,0),(193,1,7,'moodle/blog:manageexternal',1,1689953268,0),(194,1,4,'moodle/blog:manageexternal',1,1689953268,0),(195,1,3,'moodle/blog:manageexternal',1,1689953269,0),(196,1,1,'moodle/blog:manageexternal',1,1689953269,0),(197,1,7,'moodle/calendar:manageownentries',1,1689953269,0),(198,1,1,'moodle/calendar:manageownentries',1,1689953269,0),(199,1,4,'moodle/calendar:managegroupentries',1,1689953269,0),(200,1,3,'moodle/calendar:managegroupentries',1,1689953269,0),(201,1,1,'moodle/calendar:managegroupentries',1,1689953269,0),(202,1,4,'moodle/calendar:manageentries',1,1689953269,0),(203,1,3,'moodle/calendar:manageentries',1,1689953269,0),(204,1,1,'moodle/calendar:manageentries',1,1689953269,0),(205,1,1,'moodle/user:editprofile',1,1689953269,0),(206,1,6,'moodle/user:editownprofile',-1000,1689953269,0),(207,1,7,'moodle/user:editownprofile',1,1689953269,0),(208,1,1,'moodle/user:editownprofile',1,1689953269,0),(209,1,6,'moodle/user:changeownpassword',-1000,1689953269,0),(210,1,7,'moodle/user:changeownpassword',1,1689953269,0),(211,1,1,'moodle/user:changeownpassword',1,1689953269,0),(212,1,5,'moodle/user:readuserposts',1,1689953269,0),(213,1,4,'moodle/user:readuserposts',1,1689953269,0),(214,1,3,'moodle/user:readuserposts',1,1689953269,0),(215,1,1,'moodle/user:readuserposts',1,1689953269,0),(216,1,5,'moodle/user:readuserblogs',1,1689953269,0),(217,1,4,'moodle/user:readuserblogs',1,1689953269,0),(218,1,3,'moodle/user:readuserblogs',1,1689953269,0),(219,1,1,'moodle/user:readuserblogs',1,1689953269,0),(220,1,1,'moodle/user:editmessageprofile',1,1689953269,0),(221,1,6,'moodle/user:editownmessageprofile',-1000,1689953269,0),(222,1,7,'moodle/user:editownmessageprofile',1,1689953269,0),(223,1,1,'moodle/user:editownmessageprofile',1,1689953269,0),(224,1,3,'moodle/question:managecategory',1,1689953269,0),(225,1,1,'moodle/question:managecategory',1,1689953269,0),(226,1,3,'moodle/question:add',1,1689953269,0),(227,1,1,'moodle/question:add',1,1689953269,0),(228,1,3,'moodle/question:editmine',1,1689953269,0),(229,1,1,'moodle/question:editmine',1,1689953269,0),(230,1,3,'moodle/question:editall',1,1689953269,0),(231,1,1,'moodle/question:editall',1,1689953269,0),(232,1,3,'moodle/question:viewmine',1,1689953269,0),(233,1,1,'moodle/question:viewmine',1,1689953269,0),(234,1,3,'moodle/question:viewall',1,1689953269,0),(235,1,1,'moodle/question:viewall',1,1689953269,0),(236,1,3,'moodle/question:usemine',1,1689953269,0),(237,1,1,'moodle/question:usemine',1,1689953269,0),(238,1,3,'moodle/question:useall',1,1689953269,0),(239,1,1,'moodle/question:useall',1,1689953270,0),(240,1,3,'moodle/question:movemine',1,1689953270,0),(241,1,1,'moodle/question:movemine',1,1689953270,0),(242,1,3,'moodle/question:moveall',1,1689953270,0),(243,1,1,'moodle/question:moveall',1,1689953270,0),(244,1,1,'moodle/question:config',1,1689953270,0),(245,1,5,'moodle/question:flag',1,1689953270,0),(246,1,4,'moodle/question:flag',1,1689953270,0),(247,1,3,'moodle/question:flag',1,1689953270,0),(248,1,1,'moodle/question:flag',1,1689953270,0),(249,1,3,'moodle/question:tagmine',1,1689953270,0),(250,1,1,'moodle/question:tagmine',1,1689953270,0),(251,1,3,'moodle/question:tagall',1,1689953270,0),(252,1,1,'moodle/question:tagall',1,1689953270,0),(253,1,4,'moodle/site:doclinks',1,1689953270,0),(254,1,3,'moodle/site:doclinks',1,1689953270,0),(255,1,1,'moodle/site:doclinks',1,1689953270,0),(256,1,3,'moodle/course:sectionvisibility',1,1689953270,0),(257,1,1,'moodle/course:sectionvisibility',1,1689953270,0),(258,1,3,'moodle/course:useremail',1,1689953270,0),(259,1,1,'moodle/course:useremail',1,1689953270,0),(260,1,3,'moodle/course:viewhiddensections',1,1689953270,0),(261,1,1,'moodle/course:viewhiddensections',1,1689953270,0),(262,1,3,'moodle/course:setcurrentsection',1,1689953270,0),(263,1,1,'moodle/course:setcurrentsection',1,1689953270,0),(264,1,3,'moodle/course:movesections',1,1689953270,0),(265,1,1,'moodle/course:movesections',1,1689953270,0),(266,1,4,'moodle/grade:viewall',1,1689953270,0),(267,1,3,'moodle/grade:viewall',1,1689953270,0),(268,1,1,'moodle/grade:viewall',1,1689953270,0),(269,1,5,'moodle/grade:view',1,1689953270,0),(270,1,4,'moodle/grade:viewhidden',1,1689953270,0),(271,1,3,'moodle/grade:viewhidden',1,1689953270,0),(272,1,1,'moodle/grade:viewhidden',1,1689953270,0),(273,1,3,'moodle/grade:import',1,1689953270,0),(274,1,1,'moodle/grade:import',1,1689953270,0),(275,1,4,'moodle/grade:export',1,1689953270,0),(276,1,3,'moodle/grade:export',1,1689953270,0),(277,1,1,'moodle/grade:export',1,1689953270,0),(278,1,3,'moodle/grade:manage',1,1689953270,0),(279,1,1,'moodle/grade:manage',1,1689953270,0),(280,1,3,'moodle/grade:edit',1,1689953270,0),(281,1,1,'moodle/grade:edit',1,1689953270,0),(282,1,3,'moodle/grade:managegradingforms',1,1689953271,0),(283,1,1,'moodle/grade:managegradingforms',1,1689953271,0),(284,1,1,'moodle/grade:sharegradingforms',1,1689953271,0),(285,1,1,'moodle/grade:managesharedforms',1,1689953271,0),(286,1,3,'moodle/grade:manageoutcomes',1,1689953271,0),(287,1,1,'moodle/grade:manageoutcomes',1,1689953271,0),(288,1,3,'moodle/grade:manageletters',1,1689953271,0),(289,1,1,'moodle/grade:manageletters',1,1689953271,0),(290,1,3,'moodle/grade:hide',1,1689953271,0),(291,1,1,'moodle/grade:hide',1,1689953271,0),(292,1,3,'moodle/grade:lock',1,1689953271,0),(293,1,1,'moodle/grade:lock',1,1689953271,0),(294,1,3,'moodle/grade:unlock',1,1689953271,0),(295,1,1,'moodle/grade:unlock',1,1689953271,0),(296,1,7,'moodle/my:manageblocks',1,1689953271,0),(297,1,4,'moodle/notes:view',1,1689953271,0),(298,1,3,'moodle/notes:view',1,1689953271,0),(299,1,1,'moodle/notes:view',1,1689953271,0),(300,1,4,'moodle/notes:manage',1,1689953271,0),(301,1,3,'moodle/notes:manage',1,1689953271,0),(302,1,1,'moodle/notes:manage',1,1689953271,0),(303,1,1,'moodle/tag:manage',1,1689953271,0),(304,1,1,'moodle/tag:edit',1,1689953271,0),(305,1,7,'moodle/tag:flag',1,1689953271,0),(306,1,4,'moodle/tag:editblocks',1,1689953271,0),(307,1,3,'moodle/tag:editblocks',1,1689953271,0),(308,1,1,'moodle/tag:editblocks',1,1689953271,0),(309,1,6,'moodle/block:view',1,1689953271,0),(310,1,7,'moodle/block:view',1,1689953271,0),(311,1,5,'moodle/block:view',1,1689953271,0),(312,1,4,'moodle/block:view',1,1689953271,0),(313,1,3,'moodle/block:view',1,1689953271,0),(314,1,3,'moodle/block:edit',1,1689953271,0),(315,1,1,'moodle/block:edit',1,1689953271,0),(316,1,7,'moodle/portfolio:export',1,1689953271,0),(317,1,5,'moodle/portfolio:export',1,1689953271,0),(318,1,4,'moodle/portfolio:export',1,1689953271,0),(319,1,3,'moodle/portfolio:export',1,1689953271,0),(320,1,8,'moodle/comment:view',1,1689953271,0),(321,1,6,'moodle/comment:view',1,1689953271,0),(322,1,7,'moodle/comment:view',1,1689953271,0),(323,1,5,'moodle/comment:view',1,1689953271,0),(324,1,4,'moodle/comment:view',1,1689953272,0),(325,1,3,'moodle/comment:view',1,1689953272,0),(326,1,1,'moodle/comment:view',1,1689953272,0),(327,1,7,'moodle/comment:post',1,1689953272,0),(328,1,5,'moodle/comment:post',1,1689953272,0),(329,1,4,'moodle/comment:post',1,1689953272,0),(330,1,3,'moodle/comment:post',1,1689953272,0),(331,1,1,'moodle/comment:post',1,1689953272,0),(332,1,3,'moodle/comment:delete',1,1689953272,0),(333,1,1,'moodle/comment:delete',1,1689953272,0),(334,1,1,'moodle/webservice:createtoken',1,1689953272,0),(335,1,7,'moodle/webservice:createmobiletoken',1,1689953272,0),(336,1,7,'moodle/rating:view',1,1689953272,0),(337,1,5,'moodle/rating:view',1,1689953272,0),(338,1,4,'moodle/rating:view',1,1689953272,0),(339,1,3,'moodle/rating:view',1,1689953272,0),(340,1,1,'moodle/rating:view',1,1689953272,0),(341,1,7,'moodle/rating:viewany',1,1689953272,0),(342,1,5,'moodle/rating:viewany',1,1689953272,0),(343,1,4,'moodle/rating:viewany',1,1689953272,0),(344,1,3,'moodle/rating:viewany',1,1689953272,0),(345,1,1,'moodle/rating:viewany',1,1689953272,0),(346,1,7,'moodle/rating:viewall',1,1689953272,0),(347,1,5,'moodle/rating:viewall',1,1689953272,0),(348,1,4,'moodle/rating:viewall',1,1689953272,0),(349,1,3,'moodle/rating:viewall',1,1689953272,0),(350,1,1,'moodle/rating:viewall',1,1689953272,0),(351,1,7,'moodle/rating:rate',1,1689953272,0),(352,1,5,'moodle/rating:rate',1,1689953272,0),(353,1,4,'moodle/rating:rate',1,1689953272,0),(354,1,3,'moodle/rating:rate',1,1689953272,0),(355,1,1,'moodle/rating:rate',1,1689953272,0),(356,1,4,'moodle/course:markcomplete',1,1689953272,0),(357,1,3,'moodle/course:markcomplete',1,1689953272,0),(358,1,1,'moodle/course:markcomplete',1,1689953272,0),(359,1,4,'moodle/course:overridecompletion',1,1689953272,0),(360,1,3,'moodle/course:overridecompletion',1,1689953272,0),(361,1,1,'moodle/course:overridecompletion',1,1689953272,0),(362,1,1,'moodle/badges:manageglobalsettings',1,1689953272,0),(363,1,7,'moodle/badges:viewbadges',1,1689953272,0),(364,1,7,'moodle/badges:manageownbadges',1,1689953272,0),(365,1,7,'moodle/badges:viewotherbadges',1,1689953272,0),(366,1,7,'moodle/badges:earnbadge',1,1689953272,0),(367,1,1,'moodle/badges:createbadge',1,1689953273,0),(368,1,3,'moodle/badges:createbadge',1,1689953273,0),(369,1,1,'moodle/badges:deletebadge',1,1689953273,0),(370,1,3,'moodle/badges:deletebadge',1,1689953273,0),(371,1,1,'moodle/badges:configuredetails',1,1689953273,0),(372,1,3,'moodle/badges:configuredetails',1,1689953273,0),(373,1,1,'moodle/badges:configurecriteria',1,1689953273,0),(374,1,3,'moodle/badges:configurecriteria',1,1689953273,0),(375,1,1,'moodle/badges:configuremessages',1,1689953273,0),(376,1,3,'moodle/badges:configuremessages',1,1689953273,0),(377,1,1,'moodle/badges:awardbadge',1,1689953273,0),(378,1,4,'moodle/badges:awardbadge',1,1689953273,0),(379,1,3,'moodle/badges:awardbadge',1,1689953273,0),(380,1,1,'moodle/badges:revokebadge',1,1689953273,0),(381,1,4,'moodle/badges:revokebadge',1,1689953273,0),(382,1,3,'moodle/badges:revokebadge',1,1689953273,0),(383,1,1,'moodle/badges:viewawarded',1,1689953273,0),(384,1,4,'moodle/badges:viewawarded',1,1689953273,0),(385,1,3,'moodle/badges:viewawarded',1,1689953273,0),(386,1,6,'moodle/search:query',1,1689953273,0),(387,1,7,'moodle/search:query',1,1689953273,0),(388,1,5,'moodle/search:query',1,1689953273,0),(389,1,4,'moodle/search:query',1,1689953273,0),(390,1,3,'moodle/search:query',1,1689953273,0),(391,1,1,'moodle/search:query',1,1689953273,0),(392,1,1,'moodle/competency:competencymanage',1,1689953273,0),(393,1,7,'moodle/competency:competencyview',1,1689953273,0),(394,1,3,'moodle/competency:competencygrade',1,1689953273,0),(395,1,4,'moodle/competency:competencygrade',1,1689953273,0),(396,1,1,'moodle/competency:competencygrade',1,1689953273,0),(397,1,3,'moodle/competency:coursecompetencymanage',1,1689953273,0),(398,1,1,'moodle/competency:coursecompetencymanage',1,1689953273,0),(399,1,1,'moodle/competency:coursecompetencyconfigure',1,1689953273,0),(400,1,5,'moodle/competency:coursecompetencygradable',1,1689953273,0),(401,1,7,'moodle/competency:coursecompetencyview',1,1689953273,0),(402,1,1,'moodle/competency:planmanage',1,1689953273,0),(403,1,1,'moodle/competency:planmanagedraft',1,1689953273,0),(404,1,1,'moodle/competency:planview',1,1689953274,0),(405,1,1,'moodle/competency:planviewdraft',1,1689953274,0),(406,1,7,'moodle/competency:planviewown',1,1689953274,0),(407,1,1,'moodle/competency:planrequestreview',1,1689953274,0),(408,1,7,'moodle/competency:planrequestreviewown',1,1689953274,0),(409,1,1,'moodle/competency:planreview',1,1689953274,0),(410,1,1,'moodle/competency:plancomment',1,1689953274,0),(411,1,7,'moodle/competency:plancommentown',1,1689953274,0),(412,1,1,'moodle/competency:usercompetencyview',1,1689953274,0),(413,1,3,'moodle/competency:usercompetencyview',1,1689953274,0),(414,1,4,'moodle/competency:usercompetencyview',1,1689953274,0),(415,1,1,'moodle/competency:usercompetencyrequestreview',1,1689953274,0),(416,1,7,'moodle/competency:usercompetencyrequestreviewown',1,1689953274,0),(417,1,1,'moodle/competency:usercompetencyreview',1,1689953274,0),(418,1,1,'moodle/competency:usercompetencycomment',1,1689953274,0),(419,1,7,'moodle/competency:usercompetencycommentown',1,1689953274,0),(420,1,1,'moodle/competency:templatemanage',1,1689953274,0),(421,1,4,'moodle/analytics:listinsights',1,1689953274,0),(422,1,3,'moodle/analytics:listinsights',1,1689953274,0),(423,1,1,'moodle/analytics:listinsights',1,1689953274,0),(424,1,1,'moodle/analytics:managemodels',1,1689953274,0),(425,1,1,'moodle/competency:templateview',1,1689953274,0),(426,1,1,'moodle/competency:userevidencemanage',1,1689953274,0),(427,1,7,'moodle/competency:userevidencemanageown',1,1689953274,0),(428,1,1,'moodle/competency:userevidenceview',1,1689953274,0),(429,1,4,'moodle/site:messageanyuser',1,1689953274,0),(430,1,3,'moodle/site:messageanyuser',1,1689953274,0),(431,1,1,'moodle/site:messageanyuser',1,1689953274,0),(432,1,7,'moodle/course:togglecompletion',1,1689953274,0),(433,1,7,'moodle/analytics:listowninsights',1,1689953274,0),(434,1,3,'moodle/h5p:setdisplayoptions',1,1689953274,0),(435,1,1,'moodle/h5p:deploy',1,1689953275,0),(436,1,3,'moodle/h5p:deploy',1,1689953275,0),(437,1,1,'moodle/h5p:updatelibraries',1,1689953275,0),(438,1,1,'moodle/course:recommendactivity',1,1689953275,0),(439,1,1,'moodle/contentbank:access',1,1689953275,0),(440,1,2,'moodle/contentbank:access',1,1689953275,0),(441,1,3,'moodle/contentbank:access',1,1689953275,0),(442,1,1,'moodle/contentbank:upload',1,1689953275,0),(443,1,2,'moodle/contentbank:upload',1,1689953275,0),(444,1,3,'moodle/contentbank:upload',1,1689953275,0),(445,1,1,'moodle/contentbank:deleteanycontent',1,1689953275,0),(446,1,2,'moodle/contentbank:deleteanycontent',1,1689953275,0),(447,1,7,'moodle/contentbank:deleteowncontent',1,1689953275,0),(448,1,1,'moodle/contentbank:manageanycontent',1,1689953275,0),(449,1,2,'moodle/contentbank:manageanycontent',1,1689953275,0),(450,1,1,'moodle/contentbank:manageowncontent',1,1689953275,0),(451,1,2,'moodle/contentbank:manageowncontent',1,1689953275,0),(452,1,3,'moodle/contentbank:manageowncontent',1,1689953275,0),(453,1,1,'moodle/contentbank:useeditor',1,1689953275,0),(454,1,2,'moodle/contentbank:useeditor',1,1689953275,0),(455,1,3,'moodle/contentbank:useeditor',1,1689953275,0),(456,1,1,'moodle/contentbank:downloadcontent',1,1689953275,0),(457,1,2,'moodle/contentbank:downloadcontent',1,1689953275,0),(458,1,3,'moodle/contentbank:downloadcontent',1,1689953275,0),(459,1,5,'moodle/course:downloadcoursecontent',1,1689953275,0),(460,1,4,'moodle/course:downloadcoursecontent',1,1689953275,0),(461,1,3,'moodle/course:downloadcoursecontent',1,1689953275,0),(462,1,1,'moodle/course:downloadcoursecontent',1,1689953275,0),(463,1,3,'moodle/course:configuredownloadcontent',1,1689953275,0),(464,1,1,'moodle/course:configuredownloadcontent',1,1689953275,0),(465,1,1,'moodle/contentbank:viewunlistedcontent',1,1689953275,0),(466,1,2,'moodle/contentbank:viewunlistedcontent',1,1689953275,0),(467,1,7,'moodle/reportbuilder:view',1,1689953275,0),(468,1,1,'moodle/reportbuilder:edit',1,1689953275,0),(469,1,6,'mod/assign:view',1,1689953315,0),(470,1,5,'mod/assign:view',1,1689953315,0),(471,1,4,'mod/assign:view',1,1689953315,0),(472,1,3,'mod/assign:view',1,1689953315,0),(473,1,1,'mod/assign:view',1,1689953315,0),(474,1,5,'mod/assign:submit',1,1689953315,0),(475,1,4,'mod/assign:grade',1,1689953315,0),(476,1,3,'mod/assign:grade',1,1689953315,0),(477,1,1,'mod/assign:grade',1,1689953315,0),(478,1,4,'mod/assign:exportownsubmission',1,1689953315,0),(479,1,3,'mod/assign:exportownsubmission',1,1689953315,0),(480,1,1,'mod/assign:exportownsubmission',1,1689953315,0),(481,1,5,'mod/assign:exportownsubmission',1,1689953315,0),(482,1,3,'mod/assign:addinstance',1,1689953315,0),(483,1,1,'mod/assign:addinstance',1,1689953315,0),(484,1,4,'mod/assign:grantextension',1,1689953315,0),(485,1,3,'mod/assign:grantextension',1,1689953315,0),(486,1,1,'mod/assign:grantextension',1,1689953315,0),(487,1,3,'mod/assign:revealidentities',1,1689953315,0),(488,1,1,'mod/assign:revealidentities',1,1689953315,0),(489,1,3,'mod/assign:reviewgrades',1,1689953316,0),(490,1,1,'mod/assign:reviewgrades',1,1689953316,0),(491,1,3,'mod/assign:releasegrades',1,1689953316,0),(492,1,1,'mod/assign:releasegrades',1,1689953316,0),(493,1,3,'mod/assign:managegrades',1,1689953316,0),(494,1,1,'mod/assign:managegrades',1,1689953316,0),(495,1,3,'mod/assign:manageallocations',1,1689953316,0),(496,1,1,'mod/assign:manageallocations',1,1689953316,0),(497,1,3,'mod/assign:viewgrades',1,1689953316,0),(498,1,1,'mod/assign:viewgrades',1,1689953316,0),(499,1,4,'mod/assign:viewgrades',1,1689953316,0),(500,1,1,'mod/assign:viewblinddetails',1,1689953316,0),(501,1,4,'mod/assign:receivegradernotifications',1,1689953316,0),(502,1,3,'mod/assign:receivegradernotifications',1,1689953316,0),(503,1,1,'mod/assign:receivegradernotifications',1,1689953316,0),(504,1,3,'mod/assign:manageoverrides',1,1689953316,0),(505,1,1,'mod/assign:manageoverrides',1,1689953316,0),(506,1,4,'mod/assign:showhiddengrader',1,1689953316,0),(507,1,3,'mod/assign:showhiddengrader',1,1689953316,0),(508,1,1,'mod/assign:showhiddengrader',1,1689953316,0),(509,1,5,'mod/assign:viewownsubmissionsummary',1,1689953316,0),(510,1,6,'mod/assignment:view',1,1689953317,0),(511,1,5,'mod/assignment:view',1,1689953317,0),(512,1,4,'mod/assignment:view',1,1689953317,0),(513,1,3,'mod/assignment:view',1,1689953317,0),(514,1,1,'mod/assignment:view',1,1689953317,0),(515,1,3,'mod/assignment:addinstance',1,1689953317,0),(516,1,1,'mod/assignment:addinstance',1,1689953317,0),(517,1,5,'mod/assignment:submit',1,1689953317,0),(518,1,4,'mod/assignment:grade',1,1689953317,0),(519,1,3,'mod/assignment:grade',1,1689953317,0),(520,1,1,'mod/assignment:grade',1,1689953317,0),(521,1,4,'mod/assignment:exportownsubmission',1,1689953317,0),(522,1,3,'mod/assignment:exportownsubmission',1,1689953317,0),(523,1,1,'mod/assignment:exportownsubmission',1,1689953317,0),(524,1,5,'mod/assignment:exportownsubmission',1,1689953317,0),(525,1,3,'mod/bigbluebuttonbn:addinstance',1,1689953318,0),(526,1,1,'mod/bigbluebuttonbn:addinstance',1,1689953318,0),(527,1,3,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1689953318,0),(528,1,1,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1689953318,0),(529,1,3,'mod/bigbluebuttonbn:addinstancewithrecording',1,1689953318,0),(530,1,1,'mod/bigbluebuttonbn:addinstancewithrecording',1,1689953318,0),(531,1,1,'mod/bigbluebuttonbn:join',1,1689953318,0),(532,1,3,'mod/bigbluebuttonbn:join',1,1689953318,0),(533,1,4,'mod/bigbluebuttonbn:join',1,1689953318,0),(534,1,5,'mod/bigbluebuttonbn:join',1,1689953318,0),(535,1,6,'mod/bigbluebuttonbn:join',1,1689953318,0),(536,1,5,'mod/bigbluebuttonbn:view',1,1689953318,0),(537,1,4,'mod/bigbluebuttonbn:view',1,1689953318,0),(538,1,3,'mod/bigbluebuttonbn:view',1,1689953318,0),(539,1,1,'mod/bigbluebuttonbn:view',1,1689953318,0),(540,1,1,'mod/bigbluebuttonbn:managerecordings',1,1689953318,0),(541,1,3,'mod/bigbluebuttonbn:managerecordings',1,1689953318,0),(542,1,1,'mod/bigbluebuttonbn:publishrecordings',1,1689953318,0),(543,1,3,'mod/bigbluebuttonbn:publishrecordings',1,1689953318,0),(544,1,1,'mod/bigbluebuttonbn:unpublishrecordings',1,1689953318,0),(545,1,3,'mod/bigbluebuttonbn:unpublishrecordings',1,1689953318,0),(546,1,1,'mod/bigbluebuttonbn:protectrecordings',1,1689953318,0),(547,1,3,'mod/bigbluebuttonbn:protectrecordings',1,1689953318,0),(548,1,1,'mod/bigbluebuttonbn:unprotectrecordings',1,1689953319,0),(549,1,3,'mod/bigbluebuttonbn:unprotectrecordings',1,1689953319,0),(550,1,1,'mod/bigbluebuttonbn:deleterecordings',1,1689953319,0),(551,1,3,'mod/bigbluebuttonbn:deleterecordings',1,1689953319,0),(552,1,1,'mod/bigbluebuttonbn:importrecordings',1,1689953319,0),(553,1,3,'mod/bigbluebuttonbn:importrecordings',1,1689953319,0),(554,1,3,'mod/book:addinstance',1,1689953319,0),(555,1,1,'mod/book:addinstance',1,1689953319,0),(556,1,6,'mod/book:read',1,1689953319,0),(557,1,8,'mod/book:read',1,1689953319,0),(558,1,5,'mod/book:read',1,1689953319,0),(559,1,4,'mod/book:read',1,1689953319,0),(560,1,3,'mod/book:read',1,1689953319,0),(561,1,1,'mod/book:read',1,1689953319,0),(562,1,4,'mod/book:viewhiddenchapters',1,1689953320,0),(563,1,3,'mod/book:viewhiddenchapters',1,1689953320,0),(564,1,1,'mod/book:viewhiddenchapters',1,1689953320,0),(565,1,3,'mod/book:edit',1,1689953320,0),(566,1,1,'mod/book:edit',1,1689953320,0),(567,1,3,'mod/chat:addinstance',1,1689953320,0),(568,1,1,'mod/chat:addinstance',1,1689953320,0),(569,1,5,'mod/chat:chat',1,1689953320,0),(570,1,4,'mod/chat:chat',1,1689953320,0),(571,1,3,'mod/chat:chat',1,1689953320,0),(572,1,1,'mod/chat:chat',1,1689953320,0),(573,1,5,'mod/chat:readlog',1,1689953321,0),(574,1,4,'mod/chat:readlog',1,1689953321,0),(575,1,3,'mod/chat:readlog',1,1689953321,0),(576,1,1,'mod/chat:readlog',1,1689953321,0),(577,1,4,'mod/chat:deletelog',1,1689953321,0),(578,1,3,'mod/chat:deletelog',1,1689953321,0),(579,1,1,'mod/chat:deletelog',1,1689953321,0),(580,1,4,'mod/chat:exportparticipatedsession',1,1689953321,0),(581,1,3,'mod/chat:exportparticipatedsession',1,1689953321,0),(582,1,1,'mod/chat:exportparticipatedsession',1,1689953321,0),(583,1,4,'mod/chat:exportsession',1,1689953321,0),(584,1,3,'mod/chat:exportsession',1,1689953321,0),(585,1,1,'mod/chat:exportsession',1,1689953321,0),(586,1,7,'mod/chat:view',1,1689953321,0),(587,1,6,'mod/chat:view',1,1689953321,0),(588,1,3,'mod/choice:addinstance',1,1689953321,0),(589,1,1,'mod/choice:addinstance',1,1689953321,0),(590,1,5,'mod/choice:choose',1,1689953321,0),(591,1,4,'mod/choice:choose',1,1689953322,0),(592,1,3,'mod/choice:choose',1,1689953322,0),(593,1,4,'mod/choice:readresponses',1,1689953322,0),(594,1,3,'mod/choice:readresponses',1,1689953322,0),(595,1,1,'mod/choice:readresponses',1,1689953322,0),(596,1,4,'mod/choice:deleteresponses',1,1689953322,0),(597,1,3,'mod/choice:deleteresponses',1,1689953322,0),(598,1,1,'mod/choice:deleteresponses',1,1689953322,0),(599,1,4,'mod/choice:downloadresponses',1,1689953322,0),(600,1,3,'mod/choice:downloadresponses',1,1689953322,0),(601,1,1,'mod/choice:downloadresponses',1,1689953322,0),(602,1,7,'mod/choice:view',1,1689953322,0),(603,1,6,'mod/choice:view',1,1689953322,0),(604,1,3,'mod/data:addinstance',1,1689953322,0),(605,1,1,'mod/data:addinstance',1,1689953322,0),(606,1,8,'mod/data:viewentry',1,1689953323,0),(607,1,6,'mod/data:viewentry',1,1689953323,0),(608,1,5,'mod/data:viewentry',1,1689953323,0),(609,1,4,'mod/data:viewentry',1,1689953323,0),(610,1,3,'mod/data:viewentry',1,1689953323,0),(611,1,1,'mod/data:viewentry',1,1689953323,0),(612,1,5,'mod/data:writeentry',1,1689953323,0),(613,1,4,'mod/data:writeentry',1,1689953323,0),(614,1,3,'mod/data:writeentry',1,1689953323,0),(615,1,1,'mod/data:writeentry',1,1689953323,0),(616,1,5,'mod/data:comment',1,1689953323,0),(617,1,4,'mod/data:comment',1,1689953323,0),(618,1,3,'mod/data:comment',1,1689953323,0),(619,1,1,'mod/data:comment',1,1689953323,0),(620,1,4,'mod/data:rate',1,1689953323,0),(621,1,3,'mod/data:rate',1,1689953323,0),(622,1,1,'mod/data:rate',1,1689953323,0),(623,1,4,'mod/data:viewrating',1,1689953323,0),(624,1,3,'mod/data:viewrating',1,1689953323,0),(625,1,1,'mod/data:viewrating',1,1689953323,0),(626,1,4,'mod/data:viewanyrating',1,1689953323,0),(627,1,3,'mod/data:viewanyrating',1,1689953323,0),(628,1,1,'mod/data:viewanyrating',1,1689953323,0),(629,1,4,'mod/data:viewallratings',1,1689953323,0),(630,1,3,'mod/data:viewallratings',1,1689953323,0),(631,1,1,'mod/data:viewallratings',1,1689953323,0),(632,1,4,'mod/data:approve',1,1689953323,0),(633,1,3,'mod/data:approve',1,1689953323,0),(634,1,1,'mod/data:approve',1,1689953323,0),(635,1,4,'mod/data:manageentries',1,1689953323,0),(636,1,3,'mod/data:manageentries',1,1689953323,0),(637,1,1,'mod/data:manageentries',1,1689953323,0),(638,1,4,'mod/data:managecomments',1,1689953323,0),(639,1,3,'mod/data:managecomments',1,1689953323,0),(640,1,1,'mod/data:managecomments',1,1689953323,0),(641,1,3,'mod/data:managetemplates',1,1689953323,0),(642,1,1,'mod/data:managetemplates',1,1689953323,0),(643,1,4,'mod/data:viewalluserpresets',1,1689953323,0),(644,1,3,'mod/data:viewalluserpresets',1,1689953323,0),(645,1,1,'mod/data:viewalluserpresets',1,1689953324,0),(646,1,1,'mod/data:manageuserpresets',1,1689953324,0),(647,1,1,'mod/data:exportentry',1,1689953324,0),(648,1,4,'mod/data:exportentry',1,1689953324,0),(649,1,3,'mod/data:exportentry',1,1689953324,0),(650,1,1,'mod/data:exportownentry',1,1689953324,0),(651,1,4,'mod/data:exportownentry',1,1689953324,0),(652,1,3,'mod/data:exportownentry',1,1689953324,0),(653,1,5,'mod/data:exportownentry',1,1689953324,0),(654,1,1,'mod/data:exportallentries',1,1689953324,0),(655,1,4,'mod/data:exportallentries',1,1689953324,0),(656,1,3,'mod/data:exportallentries',1,1689953324,0),(657,1,1,'mod/data:exportuserinfo',1,1689953324,0),(658,1,4,'mod/data:exportuserinfo',1,1689953324,0),(659,1,3,'mod/data:exportuserinfo',1,1689953324,0),(660,1,6,'mod/data:view',1,1689953324,0),(661,1,5,'mod/data:view',1,1689953324,0),(662,1,4,'mod/data:view',1,1689953324,0),(663,1,3,'mod/data:view',1,1689953324,0),(664,1,1,'mod/data:view',1,1689953324,0),(665,1,3,'mod/feedback:addinstance',1,1689953325,0),(666,1,1,'mod/feedback:addinstance',1,1689953325,0),(667,1,6,'mod/feedback:view',1,1689953325,0),(668,1,8,'mod/feedback:view',1,1689953325,0),(669,1,5,'mod/feedback:view',1,1689953325,0),(670,1,4,'mod/feedback:view',1,1689953325,0),(671,1,3,'mod/feedback:view',1,1689953325,0),(672,1,1,'mod/feedback:view',1,1689953325,0),(673,1,8,'mod/feedback:complete',1,1689953325,0),(674,1,5,'mod/feedback:complete',1,1689953325,0),(675,1,5,'mod/feedback:viewanalysepage',1,1689953325,0),(676,1,3,'mod/feedback:viewanalysepage',1,1689953325,0),(677,1,1,'mod/feedback:viewanalysepage',1,1689953325,0),(678,1,3,'mod/feedback:deletesubmissions',1,1689953325,0),(679,1,1,'mod/feedback:deletesubmissions',1,1689953325,0),(680,1,1,'mod/feedback:mapcourse',1,1689953326,0),(681,1,3,'mod/feedback:edititems',1,1689953326,0),(682,1,1,'mod/feedback:edititems',1,1689953326,0),(683,1,3,'mod/feedback:createprivatetemplate',1,1689953326,0),(684,1,1,'mod/feedback:createprivatetemplate',1,1689953326,0),(685,1,3,'mod/feedback:createpublictemplate',1,1689953326,0),(686,1,1,'mod/feedback:createpublictemplate',1,1689953326,0),(687,1,3,'mod/feedback:deletetemplate',1,1689953326,0),(688,1,1,'mod/feedback:deletetemplate',1,1689953326,0),(689,1,4,'mod/feedback:viewreports',1,1689953326,0),(690,1,3,'mod/feedback:viewreports',1,1689953326,0),(691,1,1,'mod/feedback:viewreports',1,1689953326,0),(692,1,4,'mod/feedback:receivemail',1,1689953326,0),(693,1,3,'mod/feedback:receivemail',1,1689953326,0),(694,1,3,'mod/folder:addinstance',1,1689953326,0),(695,1,1,'mod/folder:addinstance',1,1689953326,0),(696,1,6,'mod/folder:view',1,1689953326,0),(697,1,7,'mod/folder:view',1,1689953326,0),(698,1,3,'mod/folder:managefiles',1,1689953326,0),(699,1,3,'mod/forum:addinstance',1,1689953328,0),(700,1,1,'mod/forum:addinstance',1,1689953328,0),(701,1,8,'mod/forum:viewdiscussion',1,1689953328,0),(702,1,6,'mod/forum:viewdiscussion',1,1689953328,0),(703,1,5,'mod/forum:viewdiscussion',1,1689953328,0),(704,1,4,'mod/forum:viewdiscussion',1,1689953328,0),(705,1,3,'mod/forum:viewdiscussion',1,1689953328,0),(706,1,1,'mod/forum:viewdiscussion',1,1689953328,0),(707,1,4,'mod/forum:viewhiddentimedposts',1,1689953328,0),(708,1,3,'mod/forum:viewhiddentimedposts',1,1689953328,0),(709,1,1,'mod/forum:viewhiddentimedposts',1,1689953328,0),(710,1,5,'mod/forum:startdiscussion',1,1689953328,0),(711,1,4,'mod/forum:startdiscussion',1,1689953328,0),(712,1,3,'mod/forum:startdiscussion',1,1689953328,0),(713,1,1,'mod/forum:startdiscussion',1,1689953328,0),(714,1,5,'mod/forum:replypost',1,1689953328,0),(715,1,4,'mod/forum:replypost',1,1689953328,0),(716,1,3,'mod/forum:replypost',1,1689953328,0),(717,1,1,'mod/forum:replypost',1,1689953328,0),(718,1,4,'mod/forum:addnews',1,1689953328,0),(719,1,3,'mod/forum:addnews',1,1689953328,0),(720,1,1,'mod/forum:addnews',1,1689953328,0),(721,1,4,'mod/forum:replynews',1,1689953328,0),(722,1,3,'mod/forum:replynews',1,1689953328,0),(723,1,1,'mod/forum:replynews',1,1689953329,0),(724,1,5,'mod/forum:viewrating',1,1689953329,0),(725,1,4,'mod/forum:viewrating',1,1689953329,0),(726,1,3,'mod/forum:viewrating',1,1689953329,0),(727,1,1,'mod/forum:viewrating',1,1689953329,0),(728,1,4,'mod/forum:viewanyrating',1,1689953329,0),(729,1,3,'mod/forum:viewanyrating',1,1689953329,0),(730,1,1,'mod/forum:viewanyrating',1,1689953329,0),(731,1,4,'mod/forum:viewallratings',1,1689953329,0),(732,1,3,'mod/forum:viewallratings',1,1689953329,0),(733,1,1,'mod/forum:viewallratings',1,1689953329,0),(734,1,4,'mod/forum:rate',1,1689953329,0),(735,1,3,'mod/forum:rate',1,1689953329,0),(736,1,1,'mod/forum:rate',1,1689953329,0),(737,1,4,'mod/forum:postprivatereply',1,1689953329,0),(738,1,3,'mod/forum:postprivatereply',1,1689953329,0),(739,1,1,'mod/forum:postprivatereply',1,1689953329,0),(740,1,4,'mod/forum:readprivatereplies',1,1689953329,0),(741,1,3,'mod/forum:readprivatereplies',1,1689953329,0),(742,1,1,'mod/forum:readprivatereplies',1,1689953329,0),(743,1,5,'mod/forum:createattachment',1,1689953329,0),(744,1,4,'mod/forum:createattachment',1,1689953329,0),(745,1,3,'mod/forum:createattachment',1,1689953329,0),(746,1,1,'mod/forum:createattachment',1,1689953329,0),(747,1,5,'mod/forum:deleteownpost',1,1689953329,0),(748,1,4,'mod/forum:deleteownpost',1,1689953329,0),(749,1,3,'mod/forum:deleteownpost',1,1689953329,0),(750,1,1,'mod/forum:deleteownpost',1,1689953329,0),(751,1,4,'mod/forum:deleteanypost',1,1689953329,0),(752,1,3,'mod/forum:deleteanypost',1,1689953329,0),(753,1,1,'mod/forum:deleteanypost',1,1689953329,0),(754,1,4,'mod/forum:splitdiscussions',1,1689953329,0),(755,1,3,'mod/forum:splitdiscussions',1,1689953329,0),(756,1,1,'mod/forum:splitdiscussions',1,1689953329,0),(757,1,4,'mod/forum:movediscussions',1,1689953329,0),(758,1,3,'mod/forum:movediscussions',1,1689953329,0),(759,1,1,'mod/forum:movediscussions',1,1689953329,0),(760,1,4,'mod/forum:pindiscussions',1,1689953329,0),(761,1,3,'mod/forum:pindiscussions',1,1689953330,0),(762,1,1,'mod/forum:pindiscussions',1,1689953330,0),(763,1,4,'mod/forum:editanypost',1,1689953330,0),(764,1,3,'mod/forum:editanypost',1,1689953330,0),(765,1,1,'mod/forum:editanypost',1,1689953330,0),(766,1,4,'mod/forum:viewqandawithoutposting',1,1689953330,0),(767,1,3,'mod/forum:viewqandawithoutposting',1,1689953330,0),(768,1,1,'mod/forum:viewqandawithoutposting',1,1689953330,0),(769,1,4,'mod/forum:viewsubscribers',1,1689953330,0),(770,1,3,'mod/forum:viewsubscribers',1,1689953330,0),(771,1,1,'mod/forum:viewsubscribers',1,1689953330,0),(772,1,4,'mod/forum:managesubscriptions',1,1689953330,0),(773,1,3,'mod/forum:managesubscriptions',1,1689953330,0),(774,1,1,'mod/forum:managesubscriptions',1,1689953330,0),(775,1,4,'mod/forum:postwithoutthrottling',1,1689953330,0),(776,1,3,'mod/forum:postwithoutthrottling',1,1689953330,0),(777,1,1,'mod/forum:postwithoutthrottling',1,1689953330,0),(778,1,4,'mod/forum:exportdiscussion',1,1689953330,0),(779,1,3,'mod/forum:exportdiscussion',1,1689953330,0),(780,1,1,'mod/forum:exportdiscussion',1,1689953330,0),(781,1,4,'mod/forum:exportforum',1,1689953330,0),(782,1,3,'mod/forum:exportforum',1,1689953330,0),(783,1,1,'mod/forum:exportforum',1,1689953330,0),(784,1,4,'mod/forum:exportpost',1,1689953330,0),(785,1,3,'mod/forum:exportpost',1,1689953330,0),(786,1,1,'mod/forum:exportpost',1,1689953330,0),(787,1,4,'mod/forum:exportownpost',1,1689953330,0),(788,1,3,'mod/forum:exportownpost',1,1689953330,0),(789,1,1,'mod/forum:exportownpost',1,1689953330,0),(790,1,5,'mod/forum:exportownpost',1,1689953330,0),(791,1,4,'mod/forum:addquestion',1,1689953330,0),(792,1,3,'mod/forum:addquestion',1,1689953330,0),(793,1,1,'mod/forum:addquestion',1,1689953330,0),(794,1,5,'mod/forum:allowforcesubscribe',1,1689953330,0),(795,1,4,'mod/forum:allowforcesubscribe',1,1689953330,0),(796,1,3,'mod/forum:allowforcesubscribe',1,1689953330,0),(797,1,8,'mod/forum:allowforcesubscribe',1,1689953330,0),(798,1,4,'mod/forum:canposttomygroups',1,1689953330,0),(799,1,3,'mod/forum:canposttomygroups',1,1689953330,0),(800,1,1,'mod/forum:canposttomygroups',1,1689953330,0),(801,1,4,'mod/forum:canoverridediscussionlock',1,1689953331,0),(802,1,3,'mod/forum:canoverridediscussionlock',1,1689953331,0),(803,1,1,'mod/forum:canoverridediscussionlock',1,1689953331,0),(804,1,4,'mod/forum:canoverridecutoff',1,1689953331,0),(805,1,3,'mod/forum:canoverridecutoff',1,1689953331,0),(806,1,1,'mod/forum:canoverridecutoff',1,1689953331,0),(807,1,7,'mod/forum:cantogglefavourite',1,1689953331,0),(808,1,4,'mod/forum:grade',1,1689953331,0),(809,1,3,'mod/forum:grade',1,1689953331,0),(810,1,1,'mod/forum:grade',1,1689953331,0),(811,1,3,'mod/glossary:addinstance',1,1689953332,0),(812,1,1,'mod/glossary:addinstance',1,1689953332,0),(813,1,8,'mod/glossary:view',1,1689953332,0),(814,1,6,'mod/glossary:view',1,1689953332,0),(815,1,5,'mod/glossary:view',1,1689953332,0),(816,1,4,'mod/glossary:view',1,1689953332,0),(817,1,3,'mod/glossary:view',1,1689953332,0),(818,1,1,'mod/glossary:view',1,1689953332,0),(819,1,5,'mod/glossary:write',1,1689953332,0),(820,1,4,'mod/glossary:write',1,1689953332,0),(821,1,3,'mod/glossary:write',1,1689953332,0),(822,1,1,'mod/glossary:write',1,1689953332,0),(823,1,4,'mod/glossary:manageentries',1,1689953332,0),(824,1,3,'mod/glossary:manageentries',1,1689953332,0),(825,1,1,'mod/glossary:manageentries',1,1689953332,0),(826,1,4,'mod/glossary:managecategories',1,1689953332,0),(827,1,3,'mod/glossary:managecategories',1,1689953332,0),(828,1,1,'mod/glossary:managecategories',1,1689953332,0),(829,1,5,'mod/glossary:comment',1,1689953332,0),(830,1,4,'mod/glossary:comment',1,1689953332,0),(831,1,3,'mod/glossary:comment',1,1689953332,0),(832,1,1,'mod/glossary:comment',1,1689953332,0),(833,1,4,'mod/glossary:managecomments',1,1689953332,0),(834,1,3,'mod/glossary:managecomments',1,1689953332,0),(835,1,1,'mod/glossary:managecomments',1,1689953332,0),(836,1,4,'mod/glossary:import',1,1689953332,0),(837,1,3,'mod/glossary:import',1,1689953332,0),(838,1,1,'mod/glossary:import',1,1689953332,0),(839,1,4,'mod/glossary:export',1,1689953333,0),(840,1,3,'mod/glossary:export',1,1689953333,0),(841,1,1,'mod/glossary:export',1,1689953333,0),(842,1,4,'mod/glossary:approve',1,1689953333,0),(843,1,3,'mod/glossary:approve',1,1689953333,0),(844,1,1,'mod/glossary:approve',1,1689953333,0),(845,1,4,'mod/glossary:rate',1,1689953333,0),(846,1,3,'mod/glossary:rate',1,1689953333,0),(847,1,1,'mod/glossary:rate',1,1689953333,0),(848,1,4,'mod/glossary:viewrating',1,1689953333,0),(849,1,3,'mod/glossary:viewrating',1,1689953333,0),(850,1,1,'mod/glossary:viewrating',1,1689953333,0),(851,1,4,'mod/glossary:viewanyrating',1,1689953333,0),(852,1,3,'mod/glossary:viewanyrating',1,1689953333,0),(853,1,1,'mod/glossary:viewanyrating',1,1689953333,0),(854,1,4,'mod/glossary:viewallratings',1,1689953333,0),(855,1,3,'mod/glossary:viewallratings',1,1689953333,0),(856,1,1,'mod/glossary:viewallratings',1,1689953333,0),(857,1,4,'mod/glossary:exportentry',1,1689953333,0),(858,1,3,'mod/glossary:exportentry',1,1689953333,0),(859,1,1,'mod/glossary:exportentry',1,1689953333,0),(860,1,4,'mod/glossary:exportownentry',1,1689953333,0),(861,1,3,'mod/glossary:exportownentry',1,1689953333,0),(862,1,1,'mod/glossary:exportownentry',1,1689953333,0),(863,1,5,'mod/glossary:exportownentry',1,1689953333,0),(864,1,6,'mod/h5pactivity:view',1,1689953334,0),(865,1,5,'mod/h5pactivity:view',1,1689953334,0),(866,1,4,'mod/h5pactivity:view',1,1689953334,0),(867,1,3,'mod/h5pactivity:view',1,1689953334,0),(868,1,1,'mod/h5pactivity:view',1,1689953334,0),(869,1,3,'mod/h5pactivity:addinstance',1,1689953334,0),(870,1,1,'mod/h5pactivity:addinstance',1,1689953334,0),(871,1,5,'mod/h5pactivity:submit',1,1689953334,0),(872,1,3,'mod/h5pactivity:reviewattempts',1,1689953334,0),(873,1,1,'mod/h5pactivity:reviewattempts',1,1689953334,0),(874,1,6,'mod/imscp:view',1,1689953334,0),(875,1,7,'mod/imscp:view',1,1689953334,0),(876,1,3,'mod/imscp:addinstance',1,1689953335,0),(877,1,1,'mod/imscp:addinstance',1,1689953335,0),(878,1,3,'mod/label:addinstance',1,1689953335,0),(879,1,1,'mod/label:addinstance',1,1689953335,0),(880,1,7,'mod/label:view',1,1689953335,0),(881,1,6,'mod/label:view',1,1689953335,0),(882,1,3,'mod/lesson:addinstance',1,1689953336,0),(883,1,1,'mod/lesson:addinstance',1,1689953336,0),(884,1,3,'mod/lesson:edit',1,1689953336,0),(885,1,1,'mod/lesson:edit',1,1689953336,0),(886,1,4,'mod/lesson:grade',1,1689953336,0),(887,1,3,'mod/lesson:grade',1,1689953336,0),(888,1,1,'mod/lesson:grade',1,1689953336,0),(889,1,4,'mod/lesson:viewreports',1,1689953336,0),(890,1,3,'mod/lesson:viewreports',1,1689953336,0),(891,1,1,'mod/lesson:viewreports',1,1689953336,0),(892,1,4,'mod/lesson:manage',1,1689953336,0),(893,1,3,'mod/lesson:manage',1,1689953336,0),(894,1,1,'mod/lesson:manage',1,1689953336,0),(895,1,3,'mod/lesson:manageoverrides',1,1689953336,0),(896,1,1,'mod/lesson:manageoverrides',1,1689953336,0),(897,1,7,'mod/lesson:view',1,1689953336,0),(898,1,6,'mod/lesson:view',1,1689953336,0),(899,1,5,'mod/lti:view',1,1689953338,0),(900,1,4,'mod/lti:view',1,1689953338,0),(901,1,3,'mod/lti:view',1,1689953338,0),(902,1,1,'mod/lti:view',1,1689953338,0),(903,1,3,'mod/lti:addinstance',1,1689953338,0),(904,1,1,'mod/lti:addinstance',1,1689953338,0),(905,1,4,'mod/lti:manage',1,1689953338,0),(906,1,3,'mod/lti:manage',1,1689953338,0),(907,1,1,'mod/lti:manage',1,1689953338,0),(908,1,3,'mod/lti:addcoursetool',1,1689953338,0),(909,1,1,'mod/lti:addcoursetool',1,1689953338,0),(910,1,3,'mod/lti:addpreconfiguredinstance',1,1689953338,0),(911,1,1,'mod/lti:addpreconfiguredinstance',1,1689953338,0),(912,1,3,'mod/lti:addmanualinstance',1,1689953338,0),(913,1,1,'mod/lti:addmanualinstance',1,1689953338,0),(914,1,3,'mod/lti:requesttooladd',1,1689953338,0),(915,1,1,'mod/lti:requesttooladd',1,1689953338,0),(916,1,6,'mod/page:view',1,1689953339,0),(917,1,7,'mod/page:view',1,1689953339,0),(918,1,3,'mod/page:addinstance',1,1689953339,0),(919,1,1,'mod/page:addinstance',1,1689953339,0),(920,1,6,'mod/quiz:view',1,1689953340,0),(921,1,5,'mod/quiz:view',1,1689953340,0),(922,1,4,'mod/quiz:view',1,1689953340,0),(923,1,3,'mod/quiz:view',1,1689953340,0),(924,1,1,'mod/quiz:view',1,1689953340,0),(925,1,3,'mod/quiz:addinstance',1,1689953340,0),(926,1,1,'mod/quiz:addinstance',1,1689953340,0),(927,1,5,'mod/quiz:attempt',1,1689953340,0),(928,1,5,'mod/quiz:reviewmyattempts',1,1689953340,0),(929,1,3,'mod/quiz:manage',1,1689953340,0),(930,1,1,'mod/quiz:manage',1,1689953340,0),(931,1,3,'mod/quiz:manageoverrides',1,1689953340,0),(932,1,1,'mod/quiz:manageoverrides',1,1689953340,0),(933,1,4,'mod/quiz:viewoverrides',1,1689953340,0),(934,1,3,'mod/quiz:viewoverrides',1,1689953340,0),(935,1,1,'mod/quiz:viewoverrides',1,1689953340,0),(936,1,4,'mod/quiz:preview',1,1689953340,0),(937,1,3,'mod/quiz:preview',1,1689953340,0),(938,1,1,'mod/quiz:preview',1,1689953340,0),(939,1,4,'mod/quiz:grade',1,1689953340,0),(940,1,3,'mod/quiz:grade',1,1689953340,0),(941,1,1,'mod/quiz:grade',1,1689953340,0),(942,1,4,'mod/quiz:regrade',1,1689953340,0),(943,1,3,'mod/quiz:regrade',1,1689953340,0),(944,1,1,'mod/quiz:regrade',1,1689953340,0),(945,1,4,'mod/quiz:viewreports',1,1689953340,0),(946,1,3,'mod/quiz:viewreports',1,1689953340,0),(947,1,1,'mod/quiz:viewreports',1,1689953340,0),(948,1,3,'mod/quiz:deleteattempts',1,1689953340,0),(949,1,1,'mod/quiz:deleteattempts',1,1689953340,0),(950,1,6,'mod/resource:view',1,1689953341,0),(951,1,7,'mod/resource:view',1,1689953341,0),(952,1,3,'mod/resource:addinstance',1,1689953341,0),(953,1,1,'mod/resource:addinstance',1,1689953341,0),(954,1,3,'mod/scorm:addinstance',1,1689953343,0),(955,1,1,'mod/scorm:addinstance',1,1689953343,0),(956,1,4,'mod/scorm:viewreport',1,1689953343,0),(957,1,3,'mod/scorm:viewreport',1,1689953343,0),(958,1,1,'mod/scorm:viewreport',1,1689953343,0),(959,1,5,'mod/scorm:skipview',1,1689953343,0),(960,1,5,'mod/scorm:savetrack',1,1689953343,0),(961,1,4,'mod/scorm:savetrack',1,1689953343,0),(962,1,3,'mod/scorm:savetrack',1,1689953343,0),(963,1,1,'mod/scorm:savetrack',1,1689953343,0),(964,1,5,'mod/scorm:viewscores',1,1689953343,0),(965,1,4,'mod/scorm:viewscores',1,1689953343,0),(966,1,3,'mod/scorm:viewscores',1,1689953343,0),(967,1,1,'mod/scorm:viewscores',1,1689953343,0),(968,1,4,'mod/scorm:deleteresponses',1,1689953343,0),(969,1,3,'mod/scorm:deleteresponses',1,1689953343,0),(970,1,1,'mod/scorm:deleteresponses',1,1689953343,0),(971,1,3,'mod/survey:addinstance',1,1689953345,0),(972,1,1,'mod/survey:addinstance',1,1689953345,0),(973,1,5,'mod/survey:participate',1,1689953345,0),(974,1,4,'mod/survey:participate',1,1689953345,0),(975,1,3,'mod/survey:participate',1,1689953345,0),(976,1,1,'mod/survey:participate',1,1689953345,0),(977,1,4,'mod/survey:readresponses',1,1689953345,0),(978,1,3,'mod/survey:readresponses',1,1689953345,0),(979,1,1,'mod/survey:readresponses',1,1689953345,0),(980,1,4,'mod/survey:download',1,1689953345,0),(981,1,3,'mod/survey:download',1,1689953345,0),(982,1,1,'mod/survey:download',1,1689953345,0),(983,1,6,'mod/url:view',1,1689953345,0),(984,1,7,'mod/url:view',1,1689953345,0),(985,1,3,'mod/url:addinstance',1,1689953345,0),(986,1,1,'mod/url:addinstance',1,1689953345,0),(987,1,3,'mod/wiki:addinstance',1,1689953346,0),(988,1,1,'mod/wiki:addinstance',1,1689953346,0),(989,1,6,'mod/wiki:viewpage',1,1689953346,0),(990,1,8,'mod/wiki:viewpage',1,1689953346,0),(991,1,5,'mod/wiki:viewpage',1,1689953346,0),(992,1,4,'mod/wiki:viewpage',1,1689953346,0),(993,1,3,'mod/wiki:viewpage',1,1689953346,0),(994,1,1,'mod/wiki:viewpage',1,1689953346,0),(995,1,5,'mod/wiki:editpage',1,1689953346,0),(996,1,4,'mod/wiki:editpage',1,1689953346,0),(997,1,3,'mod/wiki:editpage',1,1689953346,0),(998,1,1,'mod/wiki:editpage',1,1689953346,0),(999,1,5,'mod/wiki:createpage',1,1689953346,0),(1000,1,4,'mod/wiki:createpage',1,1689953346,0),(1001,1,3,'mod/wiki:createpage',1,1689953346,0),(1002,1,1,'mod/wiki:createpage',1,1689953346,0),(1003,1,5,'mod/wiki:viewcomment',1,1689953346,0),(1004,1,4,'mod/wiki:viewcomment',1,1689953346,0),(1005,1,3,'mod/wiki:viewcomment',1,1689953346,0),(1006,1,1,'mod/wiki:viewcomment',1,1689953347,0),(1007,1,5,'mod/wiki:editcomment',1,1689953347,0),(1008,1,4,'mod/wiki:editcomment',1,1689953347,0),(1009,1,3,'mod/wiki:editcomment',1,1689953347,0),(1010,1,1,'mod/wiki:editcomment',1,1689953347,0),(1011,1,4,'mod/wiki:managecomment',1,1689953347,0),(1012,1,3,'mod/wiki:managecomment',1,1689953347,0),(1013,1,1,'mod/wiki:managecomment',1,1689953347,0),(1014,1,4,'mod/wiki:managefiles',1,1689953347,0),(1015,1,3,'mod/wiki:managefiles',1,1689953347,0),(1016,1,1,'mod/wiki:managefiles',1,1689953347,0),(1017,1,4,'mod/wiki:overridelock',1,1689953347,0),(1018,1,3,'mod/wiki:overridelock',1,1689953347,0),(1019,1,1,'mod/wiki:overridelock',1,1689953347,0),(1020,1,4,'mod/wiki:managewiki',1,1689953347,0),(1021,1,3,'mod/wiki:managewiki',1,1689953347,0),(1022,1,1,'mod/wiki:managewiki',1,1689953347,0),(1023,1,6,'mod/workshop:view',1,1689953348,0),(1024,1,5,'mod/workshop:view',1,1689953348,0),(1025,1,4,'mod/workshop:view',1,1689953348,0),(1026,1,3,'mod/workshop:view',1,1689953348,0),(1027,1,1,'mod/workshop:view',1,1689953348,0),(1028,1,3,'mod/workshop:addinstance',1,1689953348,0),(1029,1,1,'mod/workshop:addinstance',1,1689953348,0),(1030,1,4,'mod/workshop:switchphase',1,1689953348,0),(1031,1,3,'mod/workshop:switchphase',1,1689953348,0),(1032,1,1,'mod/workshop:switchphase',1,1689953348,0),(1033,1,3,'mod/workshop:editdimensions',1,1689953348,0),(1034,1,1,'mod/workshop:editdimensions',1,1689953348,0),(1035,1,5,'mod/workshop:submit',1,1689953348,0),(1036,1,5,'mod/workshop:peerassess',1,1689953348,0),(1037,1,4,'mod/workshop:manageexamples',1,1689953348,0),(1038,1,3,'mod/workshop:manageexamples',1,1689953348,0),(1039,1,1,'mod/workshop:manageexamples',1,1689953348,0),(1040,1,4,'mod/workshop:allocate',1,1689953348,0),(1041,1,3,'mod/workshop:allocate',1,1689953348,0),(1042,1,1,'mod/workshop:allocate',1,1689953348,0),(1043,1,4,'mod/workshop:publishsubmissions',1,1689953348,0),(1044,1,3,'mod/workshop:publishsubmissions',1,1689953348,0),(1045,1,1,'mod/workshop:publishsubmissions',1,1689953348,0),(1046,1,5,'mod/workshop:viewauthornames',1,1689953348,0),(1047,1,4,'mod/workshop:viewauthornames',1,1689953348,0),(1048,1,3,'mod/workshop:viewauthornames',1,1689953348,0),(1049,1,1,'mod/workshop:viewauthornames',1,1689953348,0),(1050,1,4,'mod/workshop:viewreviewernames',1,1689953348,0),(1051,1,3,'mod/workshop:viewreviewernames',1,1689953348,0),(1052,1,1,'mod/workshop:viewreviewernames',1,1689953348,0),(1053,1,4,'mod/workshop:viewallsubmissions',1,1689953348,0),(1054,1,3,'mod/workshop:viewallsubmissions',1,1689953348,0),(1055,1,1,'mod/workshop:viewallsubmissions',1,1689953348,0),(1056,1,5,'mod/workshop:viewpublishedsubmissions',1,1689953349,0),(1057,1,4,'mod/workshop:viewpublishedsubmissions',1,1689953349,0),(1058,1,3,'mod/workshop:viewpublishedsubmissions',1,1689953349,0),(1059,1,1,'mod/workshop:viewpublishedsubmissions',1,1689953349,0),(1060,1,5,'mod/workshop:viewauthorpublished',1,1689953349,0),(1061,1,4,'mod/workshop:viewauthorpublished',1,1689953349,0),(1062,1,3,'mod/workshop:viewauthorpublished',1,1689953349,0),(1063,1,1,'mod/workshop:viewauthorpublished',1,1689953349,0),(1064,1,4,'mod/workshop:viewallassessments',1,1689953349,0),(1065,1,3,'mod/workshop:viewallassessments',1,1689953349,0),(1066,1,1,'mod/workshop:viewallassessments',1,1689953349,0),(1067,1,4,'mod/workshop:overridegrades',1,1689953349,0),(1068,1,3,'mod/workshop:overridegrades',1,1689953349,0),(1069,1,1,'mod/workshop:overridegrades',1,1689953349,0),(1070,1,4,'mod/workshop:ignoredeadlines',1,1689953349,0),(1071,1,3,'mod/workshop:ignoredeadlines',1,1689953349,0),(1072,1,1,'mod/workshop:ignoredeadlines',1,1689953349,0),(1073,1,4,'mod/workshop:deletesubmissions',1,1689953349,0),(1074,1,3,'mod/workshop:deletesubmissions',1,1689953349,0),(1075,1,1,'mod/workshop:deletesubmissions',1,1689953349,0),(1076,1,1,'mod/workshop:exportsubmissions',1,1689953349,0),(1077,1,4,'mod/workshop:exportsubmissions',1,1689953349,0),(1078,1,3,'mod/workshop:exportsubmissions',1,1689953349,0),(1079,1,5,'mod/workshop:exportsubmissions',1,1689953349,0),(1080,1,7,'auth/oauth2:managelinkedlogins',1,1689953351,0),(1081,1,1,'enrol/category:config',1,1689953352,0),(1082,1,3,'enrol/category:config',1,1689953352,0),(1083,1,3,'enrol/cohort:config',1,1689953352,0),(1084,1,1,'enrol/cohort:config',1,1689953352,0),(1085,1,1,'enrol/cohort:unenrol',1,1689953352,0),(1086,1,1,'enrol/database:unenrol',1,1689953353,0),(1087,1,1,'enrol/database:config',1,1689953353,0),(1088,1,3,'enrol/database:config',1,1689953353,0),(1089,1,1,'enrol/fee:config',1,1689953353,0),(1090,1,1,'enrol/fee:manage',1,1689953353,0),(1091,1,3,'enrol/fee:manage',1,1689953353,0),(1092,1,1,'enrol/fee:unenrol',1,1689953353,0),(1093,1,1,'enrol/guest:config',1,1689953353,0),(1094,1,3,'enrol/guest:config',1,1689953353,0),(1095,1,1,'enrol/imsenterprise:config',1,1689953354,0),(1096,1,3,'enrol/imsenterprise:config',1,1689953354,0),(1097,1,1,'enrol/ldap:manage',1,1689953354,0),(1098,1,1,'enrol/lti:config',1,1689953355,0),(1099,1,3,'enrol/lti:config',1,1689953355,0),(1100,1,1,'enrol/lti:unenrol',1,1689953355,0),(1101,1,3,'enrol/lti:unenrol',1,1689953355,0),(1102,1,1,'enrol/manual:config',1,1689953356,0),(1103,1,1,'enrol/manual:enrol',1,1689953356,0),(1104,1,3,'enrol/manual:enrol',1,1689953356,0),(1105,1,1,'enrol/manual:manage',1,1689953356,0),(1106,1,3,'enrol/manual:manage',1,1689953356,0),(1107,1,1,'enrol/manual:unenrol',1,1689953356,0),(1108,1,3,'enrol/manual:unenrol',1,1689953356,0),(1109,1,1,'enrol/meta:config',1,1689953356,0),(1110,1,3,'enrol/meta:config',1,1689953356,0),(1111,1,1,'enrol/meta:selectaslinked',1,1689953356,0),(1112,1,1,'enrol/meta:unenrol',1,1689953356,0),(1113,1,1,'enrol/mnet:config',1,1689953356,0),(1114,1,3,'enrol/mnet:config',1,1689953356,0),(1115,1,1,'enrol/paypal:config',1,1689953357,0),(1116,1,1,'enrol/paypal:manage',1,1689953357,0),(1117,1,3,'enrol/paypal:manage',1,1689953357,0),(1118,1,1,'enrol/paypal:unenrol',1,1689953357,0),(1119,1,3,'enrol/self:config',1,1689953357,0),(1120,1,1,'enrol/self:config',1,1689953357,0),(1121,1,3,'enrol/self:manage',1,1689953357,0),(1122,1,1,'enrol/self:manage',1,1689953357,0),(1123,1,5,'enrol/self:unenrolself',1,1689953357,0),(1124,1,3,'enrol/self:unenrol',1,1689953357,0),(1125,1,1,'enrol/self:unenrol',1,1689953357,0),(1126,1,7,'enrol/self:enrolself',1,1689953357,0),(1127,1,7,'message/airnotifier:managedevice',1,1689953358,0),(1128,1,3,'block/accessreview:addinstance',1,1689953359,0),(1129,1,1,'block/accessreview:addinstance',1,1689953359,0),(1130,1,3,'block/accessreview:view',1,1689953359,0),(1131,1,1,'block/accessreview:view',1,1689953359,0),(1132,1,3,'block/activity_modules:addinstance',1,1689953359,0),(1133,1,1,'block/activity_modules:addinstance',1,1689953359,0),(1134,1,3,'block/activity_results:addinstance',1,1689953359,0),(1135,1,1,'block/activity_results:addinstance',1,1689953359,0),(1136,1,7,'block/admin_bookmarks:myaddinstance',1,1689953359,0),(1137,1,3,'block/admin_bookmarks:addinstance',1,1689953359,0),(1138,1,1,'block/admin_bookmarks:addinstance',1,1689953360,0),(1139,1,3,'block/badges:addinstance',1,1689953360,0),(1140,1,1,'block/badges:addinstance',1,1689953360,0),(1141,1,7,'block/badges:myaddinstance',1,1689953360,0),(1142,1,3,'block/blog_menu:addinstance',1,1689953360,0),(1143,1,1,'block/blog_menu:addinstance',1,1689953360,0),(1144,1,3,'block/blog_recent:addinstance',1,1689953360,0),(1145,1,1,'block/blog_recent:addinstance',1,1689953360,0),(1146,1,3,'block/blog_tags:addinstance',1,1689953360,0),(1147,1,1,'block/blog_tags:addinstance',1,1689953360,0),(1148,1,7,'block/calendar_month:myaddinstance',1,1689953360,0),(1149,1,3,'block/calendar_month:addinstance',1,1689953360,0),(1150,1,1,'block/calendar_month:addinstance',1,1689953360,0),(1151,1,7,'block/calendar_upcoming:myaddinstance',1,1689953360,0),(1152,1,3,'block/calendar_upcoming:addinstance',1,1689953361,0),(1153,1,1,'block/calendar_upcoming:addinstance',1,1689953361,0),(1154,1,7,'block/comments:myaddinstance',1,1689953361,0),(1155,1,3,'block/comments:addinstance',1,1689953361,0),(1156,1,1,'block/comments:addinstance',1,1689953361,0),(1157,1,3,'block/completionstatus:addinstance',1,1689953361,0),(1158,1,1,'block/completionstatus:addinstance',1,1689953361,0),(1159,1,7,'block/course_list:myaddinstance',1,1689953361,0),(1160,1,3,'block/course_list:addinstance',1,1689953361,0),(1161,1,1,'block/course_list:addinstance',1,1689953361,0),(1162,1,3,'block/course_summary:addinstance',1,1689953361,0),(1163,1,1,'block/course_summary:addinstance',1,1689953361,0),(1164,1,3,'block/feedback:addinstance',1,1689953361,0),(1165,1,1,'block/feedback:addinstance',1,1689953361,0),(1166,1,7,'block/globalsearch:myaddinstance',1,1689953362,0),(1167,1,3,'block/globalsearch:addinstance',1,1689953362,0),(1168,1,1,'block/globalsearch:addinstance',1,1689953362,0),(1169,1,7,'block/glossary_random:myaddinstance',1,1689953362,0),(1170,1,3,'block/glossary_random:addinstance',1,1689953362,0),(1171,1,1,'block/glossary_random:addinstance',1,1689953362,0),(1172,1,7,'block/html:myaddinstance',1,1689953362,0),(1173,1,3,'block/html:addinstance',1,1689953362,0),(1174,1,1,'block/html:addinstance',1,1689953362,0),(1175,1,3,'block/login:addinstance',1,1689953362,0),(1176,1,1,'block/login:addinstance',1,1689953362,0),(1177,1,3,'block/lp:addinstance',1,1689953362,0),(1178,1,1,'block/lp:addinstance',1,1689953362,0),(1179,1,7,'block/lp:myaddinstance',1,1689953362,0),(1180,1,7,'block/mentees:myaddinstance',1,1689953363,0),(1181,1,3,'block/mentees:addinstance',1,1689953363,0),(1182,1,1,'block/mentees:addinstance',1,1689953363,0),(1183,1,7,'block/mnet_hosts:myaddinstance',1,1689953363,0),(1184,1,3,'block/mnet_hosts:addinstance',1,1689953363,0),(1185,1,1,'block/mnet_hosts:addinstance',1,1689953363,0),(1186,1,7,'block/myoverview:myaddinstance',1,1689953363,0),(1187,1,7,'block/myprofile:myaddinstance',1,1689953363,0),(1188,1,3,'block/myprofile:addinstance',1,1689953363,0),(1189,1,1,'block/myprofile:addinstance',1,1689953363,0),(1190,1,7,'block/navigation:myaddinstance',1,1689953363,0),(1191,1,3,'block/navigation:addinstance',1,1689953363,0),(1192,1,1,'block/navigation:addinstance',1,1689953363,0),(1193,1,7,'block/news_items:myaddinstance',1,1689953363,0),(1194,1,3,'block/news_items:addinstance',1,1689953364,0),(1195,1,1,'block/news_items:addinstance',1,1689953364,0),(1196,1,7,'block/online_users:myaddinstance',1,1689953364,0),(1197,1,3,'block/online_users:addinstance',1,1689953364,0),(1198,1,1,'block/online_users:addinstance',1,1689953364,0),(1199,1,7,'block/online_users:viewlist',1,1689953364,0),(1200,1,6,'block/online_users:viewlist',-1,1689953364,0),(1201,1,5,'block/online_users:viewlist',1,1689953364,0),(1202,1,4,'block/online_users:viewlist',1,1689953364,0),(1203,1,3,'block/online_users:viewlist',1,1689953364,0),(1204,1,1,'block/online_users:viewlist',1,1689953364,0),(1205,1,7,'block/private_files:myaddinstance',1,1689953364,0),(1206,1,3,'block/private_files:addinstance',1,1689953364,0),(1207,1,1,'block/private_files:addinstance',1,1689953364,0),(1208,1,3,'block/recent_activity:addinstance',1,1689953364,0),(1209,1,1,'block/recent_activity:addinstance',1,1689953364,0),(1210,1,7,'block/recent_activity:viewaddupdatemodule',1,1689953364,0),(1211,1,7,'block/recent_activity:viewdeletemodule',1,1689953364,0),(1212,1,7,'block/recentlyaccessedcourses:myaddinstance',1,1689953365,0),(1213,1,7,'block/recentlyaccesseditems:myaddinstance',1,1689953365,0),(1214,1,7,'block/rss_client:myaddinstance',1,1689953365,0),(1215,1,3,'block/rss_client:addinstance',1,1689953365,0),(1216,1,1,'block/rss_client:addinstance',1,1689953365,0),(1217,1,4,'block/rss_client:manageownfeeds',1,1689953365,0),(1218,1,3,'block/rss_client:manageownfeeds',1,1689953365,0),(1219,1,1,'block/rss_client:manageownfeeds',1,1689953365,0),(1220,1,1,'block/rss_client:manageanyfeeds',1,1689953365,0),(1221,1,3,'block/search_forums:addinstance',1,1689953365,0),(1222,1,1,'block/search_forums:addinstance',1,1689953365,0),(1223,1,3,'block/section_links:addinstance',1,1689953366,0),(1224,1,1,'block/section_links:addinstance',1,1689953366,0),(1225,1,3,'block/selfcompletion:addinstance',1,1689953366,0),(1226,1,1,'block/selfcompletion:addinstance',1,1689953366,0),(1227,1,7,'block/settings:myaddinstance',1,1689953366,0),(1228,1,3,'block/settings:addinstance',1,1689953366,0),(1229,1,1,'block/settings:addinstance',1,1689953366,0),(1230,1,3,'block/site_main_menu:addinstance',1,1689953366,0),(1231,1,1,'block/site_main_menu:addinstance',1,1689953366,0),(1232,1,3,'block/social_activities:addinstance',1,1689953366,0),(1233,1,1,'block/social_activities:addinstance',1,1689953366,0),(1234,1,7,'block/starredcourses:myaddinstance',1,1689953366,0),(1235,1,3,'block/tag_flickr:addinstance',1,1689953367,0),(1236,1,1,'block/tag_flickr:addinstance',1,1689953367,0),(1237,1,3,'block/tag_youtube:addinstance',1,1689953367,0),(1238,1,1,'block/tag_youtube:addinstance',1,1689953367,0),(1239,1,7,'block/tags:myaddinstance',1,1689953367,0),(1240,1,3,'block/tags:addinstance',1,1689953367,0),(1241,1,1,'block/tags:addinstance',1,1689953367,0),(1242,1,7,'block/timeline:myaddinstance',1,1689953367,0),(1243,1,4,'report/completion:view',1,1689953372,0),(1244,1,3,'report/completion:view',1,1689953372,0),(1245,1,1,'report/completion:view',1,1689953372,0),(1246,1,4,'report/courseoverview:view',1,1689953372,0),(1247,1,3,'report/courseoverview:view',1,1689953372,0),(1248,1,1,'report/courseoverview:view',1,1689953372,0),(1249,1,4,'report/log:view',1,1689953373,0),(1250,1,3,'report/log:view',1,1689953373,0),(1251,1,1,'report/log:view',1,1689953373,0),(1252,1,4,'report/log:viewtoday',1,1689953373,0),(1253,1,3,'report/log:viewtoday',1,1689953373,0),(1254,1,1,'report/log:viewtoday',1,1689953373,0),(1255,1,4,'report/loglive:view',1,1689953373,0),(1256,1,3,'report/loglive:view',1,1689953373,0),(1257,1,1,'report/loglive:view',1,1689953373,0),(1258,1,4,'report/outline:view',1,1689953373,0),(1259,1,3,'report/outline:view',1,1689953373,0),(1260,1,1,'report/outline:view',1,1689953373,0),(1261,1,4,'report/outline:viewuserreport',1,1689953373,0),(1262,1,3,'report/outline:viewuserreport',1,1689953373,0),(1263,1,1,'report/outline:viewuserreport',1,1689953373,0),(1264,1,4,'report/participation:view',1,1689953373,0),(1265,1,3,'report/participation:view',1,1689953373,0),(1266,1,1,'report/participation:view',1,1689953373,0),(1267,1,1,'report/performance:view',1,1689953374,0),(1268,1,4,'report/progress:view',1,1689953374,0),(1269,1,3,'report/progress:view',1,1689953374,0),(1270,1,1,'report/progress:view',1,1689953374,0),(1271,1,1,'report/security:view',1,1689953374,0),(1272,1,4,'report/stats:view',1,1689953374,0),(1273,1,3,'report/stats:view',1,1689953374,0),(1274,1,1,'report/stats:view',1,1689953374,0),(1275,1,1,'report/status:view',1,1689953374,0),(1276,1,6,'report/usersessions:manageownsessions',-1000,1689953374,0),(1277,1,7,'report/usersessions:manageownsessions',1,1689953375,0),(1278,1,1,'report/usersessions:manageownsessions',1,1689953375,0),(1279,1,4,'gradeexport/ods:view',1,1689953375,0),(1280,1,3,'gradeexport/ods:view',1,1689953375,0),(1281,1,1,'gradeexport/ods:view',1,1689953375,0),(1282,1,1,'gradeexport/ods:publish',1,1689953375,0),(1283,1,4,'gradeexport/txt:view',1,1689953375,0),(1284,1,3,'gradeexport/txt:view',1,1689953375,0),(1285,1,1,'gradeexport/txt:view',1,1689953375,0),(1286,1,1,'gradeexport/txt:publish',1,1689953375,0),(1287,1,4,'gradeexport/xls:view',1,1689953375,0),(1288,1,3,'gradeexport/xls:view',1,1689953375,0),(1289,1,1,'gradeexport/xls:view',1,1689953375,0),(1290,1,1,'gradeexport/xls:publish',1,1689953375,0),(1291,1,4,'gradeexport/xml:view',1,1689953375,0),(1292,1,3,'gradeexport/xml:view',1,1689953375,0),(1293,1,1,'gradeexport/xml:view',1,1689953375,0),(1294,1,1,'gradeexport/xml:publish',1,1689953375,0),(1295,1,3,'gradeimport/csv:view',1,1689953375,0),(1296,1,1,'gradeimport/csv:view',1,1689953376,0),(1297,1,3,'gradeimport/direct:view',1,1689953376,0),(1298,1,1,'gradeimport/direct:view',1,1689953376,0),(1299,1,3,'gradeimport/xml:view',1,1689953376,0),(1300,1,1,'gradeimport/xml:view',1,1689953376,0),(1301,1,1,'gradeimport/xml:publish',1,1689953376,0),(1302,1,4,'gradereport/grader:view',1,1689953376,0),(1303,1,3,'gradereport/grader:view',1,1689953376,0),(1304,1,1,'gradereport/grader:view',1,1689953376,0),(1305,1,4,'gradereport/history:view',1,1689953376,0),(1306,1,3,'gradereport/history:view',1,1689953376,0),(1307,1,1,'gradereport/history:view',1,1689953376,0),(1308,1,4,'gradereport/outcomes:view',1,1689953376,0),(1309,1,3,'gradereport/outcomes:view',1,1689953376,0),(1310,1,1,'gradereport/outcomes:view',1,1689953376,0),(1311,1,7,'gradereport/overview:view',1,1689953377,0),(1312,1,3,'gradereport/singleview:view',1,1689953377,0),(1313,1,1,'gradereport/singleview:view',1,1689953377,0),(1314,1,3,'gradereport/summary:view',1,1689953377,0),(1315,1,4,'gradereport/summary:view',1,1689953377,0),(1316,1,1,'gradereport/summary:view',1,1689953377,0),(1317,1,5,'gradereport/user:view',1,1689953377,0),(1318,1,4,'gradereport/user:view',1,1689953377,0),(1319,1,3,'gradereport/user:view',1,1689953377,0),(1320,1,1,'gradereport/user:view',1,1689953377,0),(1321,1,7,'repository/areafiles:view',1,1689953379,0),(1322,1,2,'repository/contentbank:view',1,1689953379,0),(1323,1,3,'repository/contentbank:view',1,1689953379,0),(1324,1,1,'repository/contentbank:view',1,1689953379,0),(1325,1,2,'repository/contentbank:accesscoursecontent',1,1689953379,0),(1326,1,3,'repository/contentbank:accesscoursecontent',1,1689953379,0),(1327,1,1,'repository/contentbank:accesscoursecontent',1,1689953379,0),(1328,1,2,'repository/contentbank:accesscoursecategorycontent',1,1689953379,0),(1329,1,1,'repository/contentbank:accesscoursecategorycontent',1,1689953379,0),(1330,1,7,'repository/contentbank:accessgeneralcontent',1,1689953379,0),(1331,1,2,'repository/coursefiles:view',1,1689953380,0),(1332,1,4,'repository/coursefiles:view',1,1689953380,0),(1333,1,3,'repository/coursefiles:view',1,1689953380,0),(1334,1,1,'repository/coursefiles:view',1,1689953380,0),(1335,1,7,'repository/dropbox:view',1,1689953380,0),(1336,1,7,'repository/equella:view',1,1689953380,0),(1337,1,2,'repository/filesystem:view',1,1689953380,0),(1338,1,4,'repository/filesystem:view',1,1689953380,0),(1339,1,3,'repository/filesystem:view',1,1689953380,0),(1340,1,1,'repository/filesystem:view',1,1689953380,0),(1341,1,7,'repository/flickr:view',1,1689953380,0),(1342,1,7,'repository/flickr_public:view',1,1689953380,0),(1343,1,7,'repository/googledocs:view',1,1689953380,0),(1344,1,2,'repository/local:view',1,1689953381,0),(1345,1,4,'repository/local:view',1,1689953381,0),(1346,1,3,'repository/local:view',1,1689953381,0),(1347,1,1,'repository/local:view',1,1689953381,0),(1348,1,7,'repository/merlot:view',1,1689953381,0),(1349,1,7,'repository/nextcloud:view',1,1689953381,0),(1350,1,7,'repository/onedrive:view',1,1689953381,0),(1351,1,7,'repository/recent:view',1,1689953382,0),(1352,1,7,'repository/s3:view',1,1689953382,0),(1353,1,7,'repository/upload:view',1,1689953382,0),(1354,1,7,'repository/url:view',1,1689953382,0),(1355,1,7,'repository/user:view',1,1689953382,0),(1356,1,2,'repository/webdav:view',1,1689953383,0),(1357,1,4,'repository/webdav:view',1,1689953383,0),(1358,1,3,'repository/webdav:view',1,1689953383,0),(1359,1,1,'repository/webdav:view',1,1689953383,0),(1360,1,7,'repository/wikimedia:view',1,1689953383,0),(1361,1,7,'repository/youtube:view',1,1689953383,0),(1362,1,3,'moodle/question:commentmine',1,1689953385,0),(1363,1,1,'moodle/question:commentmine',1,1689953385,0),(1364,1,3,'moodle/question:commentall',1,1689953385,0),(1365,1,1,'moodle/question:commentall',1,1689953385,0),(1366,1,1,'qbank/customfields:changelockedcustomfields',1,1689953385,0),(1367,1,3,'qbank/customfields:viewhiddencustomfields',1,1689953385,0),(1368,1,1,'qbank/customfields:viewhiddencustomfields',1,1689953385,0),(1369,1,4,'tool/brickfield:viewcoursetools',1,1689953390,0),(1370,1,3,'tool/brickfield:viewcoursetools',1,1689953391,0),(1371,1,1,'tool/brickfield:viewcoursetools',1,1689953391,0),(1372,1,1,'tool/brickfield:viewsystemtools',1,1689953391,0),(1373,1,1,'tool/customlang:view',1,1689953391,0),(1374,1,1,'tool/customlang:edit',1,1689953391,0),(1375,1,1,'tool/customlang:export',1,1689953391,0),(1376,1,7,'tool/dataprivacy:downloadownrequest',1,1689953392,0),(1377,1,7,'tool/dataprivacy:requestdelete',1,1689953392,0),(1378,1,1,'tool/lpmigrate:frameworksmigrate',1,1689953394,0),(1379,1,4,'tool/monitor:subscribe',1,1689953395,0),(1380,1,3,'tool/monitor:subscribe',1,1689953395,0),(1381,1,1,'tool/monitor:subscribe',1,1689953395,0),(1382,1,4,'tool/monitor:managerules',1,1689953395,0),(1383,1,3,'tool/monitor:managerules',1,1689953395,0),(1384,1,1,'tool/monitor:managerules',1,1689953395,0),(1385,1,1,'tool/monitor:managetool',1,1689953395,0),(1386,1,7,'tool/policy:accept',1,1689953396,0),(1387,1,1,'tool/policy:managedocs',1,1689953396,0),(1388,1,1,'tool/policy:viewacceptances',1,1689953396,0),(1389,1,3,'tool/recyclebin:deleteitems',1,1689953397,0),(1390,1,1,'tool/recyclebin:deleteitems',1,1689953397,0),(1391,1,3,'tool/recyclebin:restoreitems',1,1689953397,0),(1392,1,1,'tool/recyclebin:restoreitems',1,1689953397,0),(1393,1,4,'tool/recyclebin:viewitems',1,1689953397,0),(1394,1,3,'tool/recyclebin:viewitems',1,1689953397,0),(1395,1,1,'tool/recyclebin:viewitems',1,1689953397,0),(1396,1,1,'tool/uploaduser:uploaduserpictures',1,1689953398,0),(1397,1,1,'tool/usertours:managetours',1,1689953398,0),(1398,1,1,'contenttype/h5p:access',1,1689953400,0),(1399,1,2,'contenttype/h5p:access',1,1689953400,0),(1400,1,3,'contenttype/h5p:access',1,1689953400,0),(1401,1,1,'contenttype/h5p:upload',1,1689953400,0),(1402,1,2,'contenttype/h5p:upload',1,1689953400,0),(1403,1,3,'contenttype/h5p:upload',1,1689953400,0),(1404,1,1,'contenttype/h5p:useeditor',1,1689953400,0),(1405,1,2,'contenttype/h5p:useeditor',1,1689953400,0),(1406,1,3,'contenttype/h5p:useeditor',1,1689953400,0),(1407,1,3,'booktool/importhtml:import',1,1689953403,0),(1408,1,1,'booktool/importhtml:import',1,1689953403,0),(1409,1,6,'booktool/print:print',1,1689953404,0),(1410,1,8,'booktool/print:print',1,1689953404,0),(1411,1,5,'booktool/print:print',1,1689953404,0),(1412,1,4,'booktool/print:print',1,1689953404,0),(1413,1,3,'booktool/print:print',1,1689953404,0),(1414,1,1,'booktool/print:print',1,1689953404,0),(1415,1,4,'forumreport/summary:view',1,1689953405,0),(1416,1,3,'forumreport/summary:view',1,1689953405,0),(1417,1,1,'forumreport/summary:view',1,1689953405,0),(1418,1,4,'forumreport/summary:viewall',1,1689953405,0),(1419,1,3,'forumreport/summary:viewall',1,1689953405,0),(1420,1,1,'forumreport/summary:viewall',1,1689953405,0),(1421,1,4,'quiz/grading:viewstudentnames',1,1689953406,0),(1422,1,3,'quiz/grading:viewstudentnames',1,1689953406,0),(1423,1,1,'quiz/grading:viewstudentnames',1,1689953406,0),(1424,1,4,'quiz/grading:viewidnumber',1,1689953406,0),(1425,1,3,'quiz/grading:viewidnumber',1,1689953407,0),(1426,1,1,'quiz/grading:viewidnumber',1,1689953407,0),(1427,1,4,'quiz/statistics:view',1,1689953407,0),(1428,1,3,'quiz/statistics:view',1,1689953407,0),(1429,1,1,'quiz/statistics:view',1,1689953407,0),(1430,1,1,'quizaccess/seb:managetemplates',1,1689953408,0),(1431,1,1,'quizaccess/seb:bypassseb',1,1689953408,0),(1432,1,3,'quizaccess/seb:bypassseb',1,1689953408,0),(1433,1,1,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1689953408,0),(1434,1,3,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1689953408,0),(1435,1,1,'quizaccess/seb:manage_seb_templateid',1,1689953408,0),(1436,1,3,'quizaccess/seb:manage_seb_templateid',1,1689953408,0),(1437,1,1,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1689953408,0),(1438,1,3,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1689953408,0),(1439,1,1,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1689953408,0),(1440,1,3,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1689953408,0),(1441,1,1,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1689953408,0),(1442,1,3,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1689953408,0),(1443,1,1,'quizaccess/seb:manage_seb_linkquitseb',1,1689953409,0),(1444,1,3,'quizaccess/seb:manage_seb_linkquitseb',1,1689953409,0),(1445,1,1,'quizaccess/seb:manage_seb_userconfirmquit',1,1689953409,0),(1446,1,3,'quizaccess/seb:manage_seb_userconfirmquit',1,1689953409,0),(1447,1,1,'quizaccess/seb:manage_seb_allowuserquitseb',1,1689953409,0),(1448,1,3,'quizaccess/seb:manage_seb_allowuserquitseb',1,1689953409,0),(1449,1,1,'quizaccess/seb:manage_seb_quitpassword',1,1689953409,0),(1450,1,3,'quizaccess/seb:manage_seb_quitpassword',1,1689953409,0),(1451,1,1,'quizaccess/seb:manage_seb_allowreloadinexam',1,1689953409,0),(1452,1,3,'quizaccess/seb:manage_seb_allowreloadinexam',1,1689953409,0),(1453,1,1,'quizaccess/seb:manage_seb_showsebtaskbar',1,1689953409,0),(1454,1,3,'quizaccess/seb:manage_seb_showsebtaskbar',1,1689953409,0),(1455,1,1,'quizaccess/seb:manage_seb_showreloadbutton',1,1689953409,0),(1456,1,3,'quizaccess/seb:manage_seb_showreloadbutton',1,1689953409,0),(1457,1,1,'quizaccess/seb:manage_seb_showtime',1,1689953409,0),(1458,1,3,'quizaccess/seb:manage_seb_showtime',1,1689953409,0),(1459,1,1,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1689953409,0),(1460,1,3,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1689953409,0),(1461,1,1,'quizaccess/seb:manage_seb_showwificontrol',1,1689953409,0),(1462,1,3,'quizaccess/seb:manage_seb_showwificontrol',1,1689953409,0),(1463,1,1,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1689953409,0),(1464,1,3,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1689953409,0),(1465,1,1,'quizaccess/seb:manage_seb_muteonstartup',1,1689953409,0),(1466,1,3,'quizaccess/seb:manage_seb_muteonstartup',1,1689953409,0),(1467,1,1,'quizaccess/seb:manage_seb_allowspellchecking',1,1689953409,0),(1468,1,3,'quizaccess/seb:manage_seb_allowspellchecking',1,1689953409,0),(1469,1,1,'quizaccess/seb:manage_seb_activateurlfiltering',1,1689953409,0),(1470,1,3,'quizaccess/seb:manage_seb_activateurlfiltering',1,1689953409,0),(1471,1,1,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1689953409,0),(1472,1,3,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1689953409,0),(1473,1,1,'quizaccess/seb:manage_seb_expressionsallowed',1,1689953409,0),(1474,1,3,'quizaccess/seb:manage_seb_expressionsallowed',1,1689953409,0),(1475,1,1,'quizaccess/seb:manage_seb_regexallowed',1,1689953409,0),(1476,1,3,'quizaccess/seb:manage_seb_regexallowed',1,1689953410,0),(1477,1,1,'quizaccess/seb:manage_seb_expressionsblocked',1,1689953410,0),(1478,1,3,'quizaccess/seb:manage_seb_expressionsblocked',1,1689953410,0),(1479,1,1,'quizaccess/seb:manage_seb_regexblocked',1,1689953410,0),(1480,1,3,'quizaccess/seb:manage_seb_regexblocked',1,1689953410,0),(1481,1,3,'atto/h5p:addembed',1,1689953413,0),(1482,1,7,'atto/recordrtc:recordaudio',1,1689953414,0),(1483,1,7,'atto/recordrtc:recordvideo',1,1689953414,0),(1484,1,3,'tiny/h5p:addembed',1,1689953416,0),(1485,1,7,'tiny/recordrtc:recordaudio',1,1689953416,0),(1486,1,7,'tiny/recordrtc:recordvideo',1,1689953416,0),(1487,1,7,'webservice/rest:use',1,1689953556,2); /*!40000 ALTER TABLE `mdl_role_capabilities` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_role_context_levels` -- DROP TABLE IF EXISTS `mdl_role_context_levels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_role_context_levels` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL, `contextlevel` bigint NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_rolecontleve_conrol_uix` (`contextlevel`,`roleid`), KEY `mdl_rolecontleve_rol_ix` (`roleid`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Lists which roles can be assigned at which context levels. T'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_role_context_levels` -- LOCK TABLES `mdl_role_context_levels` WRITE; /*!40000 ALTER TABLE `mdl_role_context_levels` DISABLE KEYS */; INSERT INTO `mdl_role_context_levels` VALUES (1,1,10),(4,2,10),(2,1,40),(5,2,40),(3,1,50),(6,3,50),(8,4,50),(10,5,50),(7,3,70),(9,4,70),(11,5,70); /*!40000 ALTER TABLE `mdl_role_context_levels` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_role_names` -- DROP TABLE IF EXISTS `mdl_role_names`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_role_names` ( `id` bigint NOT NULL AUTO_INCREMENT, `roleid` bigint NOT NULL DEFAULT '0', `contextid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `mdl_rolename_rolcon_uix` (`roleid`,`contextid`), KEY `mdl_rolename_rol_ix` (`roleid`), KEY `mdl_rolename_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='role names in native strings'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_role_names` -- LOCK TABLES `mdl_role_names` WRITE; /*!40000 ALTER TABLE `mdl_role_names` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_role_names` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scale` -- DROP TABLE IF EXISTS `mdl_scale`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_scale` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `scale` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `descriptionformat` tinyint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_scal_cou_ix` (`courseid`), KEY `mdl_scal_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines grading scales'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scale` -- LOCK TABLES `mdl_scale` WRITE; /*!40000 ALTER TABLE `mdl_scale` DISABLE KEYS */; INSERT INTO `mdl_scale` VALUES (1,0,0,'分割或相關方法認知式','極端獨立型,折衷型,極端交流型','這個量尺是基於分隔的和關聯的理解方式的理論。此理論描述了我們了解和評論所聞所見事物的兩種不同方法。<ul><li><strong>分隔型的人</strong>總是儘量保持客觀,避免受感覺和情緒的影響。在與其他人討論時,他們喜歡維護自己的觀點,用邏輯找出對手觀點中的漏洞。</li><li><strong>關聯型的人</strong>比其他人更敏感。他們善於同理心,並喜歡傾聽和問問題,直到他們覺得自己能從別人的角度理解事物。他們通過分享自己的經驗,來從他人獲得知識。</li></ul>',0,1689953277),(2,0,0,'預設的核心能力量尺','尚不能勝任,能勝任','這二元的評定量尺除了能說明某人是否精熟某一能力之外,不能提供進一步的訊息。',0,1689953277); /*!40000 ALTER TABLE `mdl_scale` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scale_history` -- DROP TABLE IF EXISTS `mdl_scale_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_scale_history` ( `id` bigint NOT NULL AUTO_INCREMENT, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timemodified` bigint DEFAULT NULL, `loggeduser` bigint DEFAULT NULL, `courseid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `scale` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `mdl_scalhist_act_ix` (`action`), KEY `mdl_scalhist_tim_ix` (`timemodified`), KEY `mdl_scalhist_old_ix` (`oldid`), KEY `mdl_scalhist_cou_ix` (`courseid`), KEY `mdl_scalhist_log_ix` (`loggeduser`), KEY `mdl_scalhist_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='History table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scale_history` -- LOCK TABLES `mdl_scale_history` WRITE; /*!40000 ALTER TABLE `mdl_scale_history` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scale_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scorm` -- DROP TABLE IF EXISTS `mdl_scorm`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_scorm` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `scormtype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'local', `reference` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `introformat` smallint NOT NULL DEFAULT '0', `version` varchar(9) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `maxgrade` double NOT NULL DEFAULT '0', `grademethod` tinyint NOT NULL DEFAULT '0', `whatgrade` bigint NOT NULL DEFAULT '0', `maxattempt` bigint NOT NULL DEFAULT '1', `forcecompleted` tinyint(1) NOT NULL DEFAULT '0', `forcenewattempt` tinyint(1) NOT NULL DEFAULT '0', `lastattemptlock` tinyint(1) NOT NULL DEFAULT '0', `masteryoverride` tinyint(1) NOT NULL DEFAULT '1', `displayattemptstatus` tinyint(1) NOT NULL DEFAULT '1', `displaycoursestructure` tinyint(1) NOT NULL DEFAULT '0', `updatefreq` tinyint(1) NOT NULL DEFAULT '0', `sha1hash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `md5hash` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `revision` bigint NOT NULL DEFAULT '0', `launch` bigint NOT NULL DEFAULT '0', `skipview` tinyint(1) NOT NULL DEFAULT '1', `hidebrowse` tinyint(1) NOT NULL DEFAULT '0', `hidetoc` tinyint(1) NOT NULL DEFAULT '0', `nav` tinyint(1) NOT NULL DEFAULT '1', `navpositionleft` bigint DEFAULT '-100', `navpositiontop` bigint DEFAULT '-100', `auto` tinyint(1) NOT NULL DEFAULT '0', `popup` tinyint(1) NOT NULL DEFAULT '0', `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `width` bigint NOT NULL DEFAULT '100', `height` bigint NOT NULL DEFAULT '600', `timeopen` bigint NOT NULL DEFAULT '0', `timeclose` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `completionstatusrequired` tinyint(1) DEFAULT NULL, `completionscorerequired` bigint DEFAULT NULL, `completionstatusallscos` tinyint(1) DEFAULT NULL, `autocommit` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_scor_cou_ix` (`course`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='each table is one SCORM module and its configuration'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scorm` -- LOCK TABLES `mdl_scorm` WRITE; /*!40000 ALTER TABLE `mdl_scorm` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scorm` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scorm_aicc_session` -- DROP TABLE IF EXISTS `mdl_scorm_aicc_session`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_scorm_aicc_session` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `scormid` bigint NOT NULL DEFAULT '0', `hacpsession` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `scoid` bigint DEFAULT '0', `scormmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `scormstatus` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `attempt` bigint DEFAULT NULL, `lessonstatus` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `sessiontime` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_scoraiccsess_sco_ix` (`scormid`), KEY `mdl_scoraiccsess_use_ix` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Used by AICC HACP to store session information'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scorm_aicc_session` -- LOCK TABLES `mdl_scorm_aicc_session` WRITE; /*!40000 ALTER TABLE `mdl_scorm_aicc_session` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scorm_aicc_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scorm_scoes` -- DROP TABLE IF EXISTS `mdl_scorm_scoes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_scorm_scoes` ( `id` bigint NOT NULL AUTO_INCREMENT, `scorm` bigint NOT NULL DEFAULT '0', `manifest` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `organization` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `parent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `launch` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `scormtype` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sortorder` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_scorscoe_sco_ix` (`scorm`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='each SCO part of the SCORM module'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scorm_scoes` -- LOCK TABLES `mdl_scorm_scoes` WRITE; /*!40000 ALTER TABLE `mdl_scorm_scoes` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scorm_scoes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scorm_scoes_data` -- DROP TABLE IF EXISTS `mdl_scorm_scoes_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_scorm_scoes_data` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `mdl_scorscoedata_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Contains variable data get from packages'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scorm_scoes_data` -- LOCK TABLES `mdl_scorm_scoes_data` WRITE; /*!40000 ALTER TABLE `mdl_scorm_scoes_data` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scorm_scoes_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scorm_scoes_track` -- DROP TABLE IF EXISTS `mdl_scorm_scoes_track`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_scorm_scoes_track` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `scormid` bigint NOT NULL DEFAULT '0', `scoid` bigint NOT NULL DEFAULT '0', `attempt` bigint NOT NULL DEFAULT '1', `element` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_scorscoetrac_usescosco_uix` (`userid`,`scormid`,`scoid`,`attempt`,`element`), KEY `mdl_scorscoetrac_use_ix` (`userid`), KEY `mdl_scorscoetrac_sco_ix` (`scormid`), KEY `mdl_scorscoetrac_sco2_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='to track SCOes'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scorm_scoes_track` -- LOCK TABLES `mdl_scorm_scoes_track` WRITE; /*!40000 ALTER TABLE `mdl_scorm_scoes_track` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scorm_scoes_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scorm_seq_mapinfo` -- DROP TABLE IF EXISTS `mdl_scorm_seq_mapinfo`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_scorm_seq_mapinfo` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `objectiveid` bigint NOT NULL DEFAULT '0', `targetobjectiveid` bigint NOT NULL DEFAULT '0', `readsatisfiedstatus` tinyint(1) NOT NULL DEFAULT '1', `readnormalizedmeasure` tinyint(1) NOT NULL DEFAULT '1', `writesatisfiedstatus` tinyint(1) NOT NULL DEFAULT '0', `writenormalizedmeasure` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_scorseqmapi_scoidobj_uix` (`scoid`,`id`,`objectiveid`), KEY `mdl_scorseqmapi_sco_ix` (`scoid`), KEY `mdl_scorseqmapi_obj_ix` (`objectiveid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective mapinfo description'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scorm_seq_mapinfo` -- LOCK TABLES `mdl_scorm_seq_mapinfo` WRITE; /*!40000 ALTER TABLE `mdl_scorm_seq_mapinfo` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scorm_seq_mapinfo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scorm_seq_objective` -- DROP TABLE IF EXISTS `mdl_scorm_seq_objective`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_scorm_seq_objective` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `primaryobj` tinyint(1) NOT NULL DEFAULT '0', `objectiveid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `satisfiedbymeasure` tinyint(1) NOT NULL DEFAULT '1', `minnormalizedmeasure` float(11,4) NOT NULL DEFAULT '0.0000', PRIMARY KEY (`id`), UNIQUE KEY `mdl_scorseqobje_scoid_uix` (`scoid`,`id`), KEY `mdl_scorseqobje_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective description'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scorm_seq_objective` -- LOCK TABLES `mdl_scorm_seq_objective` WRITE; /*!40000 ALTER TABLE `mdl_scorm_seq_objective` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scorm_seq_objective` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scorm_seq_rolluprule` -- DROP TABLE IF EXISTS `mdl_scorm_seq_rolluprule`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_scorm_seq_rolluprule` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `childactivityset` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `minimumcount` bigint NOT NULL DEFAULT '0', `minimumpercent` float(11,4) NOT NULL DEFAULT '0.0000', `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'all', `action` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `mdl_scorseqroll_scoid_uix` (`scoid`,`id`), KEY `mdl_scorseqroll_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scorm_seq_rolluprule` -- LOCK TABLES `mdl_scorm_seq_rolluprule` WRITE; /*!40000 ALTER TABLE `mdl_scorm_seq_rolluprule` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scorm_seq_rolluprule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scorm_seq_rolluprulecond` -- DROP TABLE IF EXISTS `mdl_scorm_seq_rolluprulecond`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_scorm_seq_rolluprulecond` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `rollupruleid` bigint NOT NULL DEFAULT '0', `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'noOp', `cond` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `mdl_scorseqroll_scorolid_uix` (`scoid`,`rollupruleid`,`id`), KEY `mdl_scorseqroll_sco2_ix` (`scoid`), KEY `mdl_scorseqroll_rol_ix` (`rollupruleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scorm_seq_rolluprulecond` -- LOCK TABLES `mdl_scorm_seq_rolluprulecond` WRITE; /*!40000 ALTER TABLE `mdl_scorm_seq_rolluprulecond` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scorm_seq_rolluprulecond` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scorm_seq_rulecond` -- DROP TABLE IF EXISTS `mdl_scorm_seq_rulecond`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_scorm_seq_rulecond` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `ruleconditionsid` bigint NOT NULL DEFAULT '0', `refrencedobjective` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `measurethreshold` float(11,4) NOT NULL DEFAULT '0.0000', `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'noOp', `cond` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'always', PRIMARY KEY (`id`), UNIQUE KEY `mdl_scorseqrule_idscorul_uix` (`id`,`scoid`,`ruleconditionsid`), KEY `mdl_scorseqrule_sco2_ix` (`scoid`), KEY `mdl_scorseqrule_rul_ix` (`ruleconditionsid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule condition'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scorm_seq_rulecond` -- LOCK TABLES `mdl_scorm_seq_rulecond` WRITE; /*!40000 ALTER TABLE `mdl_scorm_seq_rulecond` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scorm_seq_rulecond` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scorm_seq_ruleconds` -- DROP TABLE IF EXISTS `mdl_scorm_seq_ruleconds`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_scorm_seq_ruleconds` ( `id` bigint NOT NULL AUTO_INCREMENT, `scoid` bigint NOT NULL DEFAULT '0', `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'all', `ruletype` tinyint NOT NULL DEFAULT '0', `action` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `mdl_scorseqrule_scoid_uix` (`scoid`,`id`), KEY `mdl_scorseqrule_sco_ix` (`scoid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule conditions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_scorm_seq_ruleconds` -- LOCK TABLES `mdl_scorm_seq_ruleconds` WRITE; /*!40000 ALTER TABLE `mdl_scorm_seq_ruleconds` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_scorm_seq_ruleconds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_search_index_requests` -- DROP TABLE IF EXISTS `mdl_search_index_requests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_search_index_requests` ( `id` bigint NOT NULL AUTO_INCREMENT, `contextid` bigint NOT NULL, `searcharea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timerequested` bigint NOT NULL, `partialarea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `partialtime` bigint NOT NULL, `indexpriority` bigint NOT NULL, PRIMARY KEY (`id`), KEY `mdl_searinderequ_indtim_ix` (`indexpriority`,`timerequested`), KEY `mdl_searinderequ_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Records requests for (re)indexing of specific contexts. Entr'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_search_index_requests` -- LOCK TABLES `mdl_search_index_requests` WRITE; /*!40000 ALTER TABLE `mdl_search_index_requests` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_search_index_requests` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_search_simpledb_index` -- DROP TABLE IF EXISTS `mdl_search_simpledb_index`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_search_simpledb_index` ( `id` bigint NOT NULL AUTO_INCREMENT, `docid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemid` bigint NOT NULL, `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `contextid` bigint NOT NULL, `areaid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `type` tinyint(1) NOT NULL, `courseid` bigint NOT NULL, `owneruserid` bigint DEFAULT NULL, `modified` bigint NOT NULL, `userid` bigint DEFAULT NULL, `description1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `description2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), UNIQUE KEY `mdl_searsimpinde_doc_uix` (`docid`), KEY `mdl_searsimpinde_owncon_ix` (`owneruserid`,`contextid`), KEY `mdl_searsimpinde_con_ix` (`contextid`), KEY `mdl_searsimpinde_cou_ix` (`courseid`), KEY `mdl_searsimpinde_are_ix` (`areaid`), FULLTEXT KEY `mdl_search_simpledb_index_index` (`title`,`content`,`description1`,`description2`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='search_simpledb table containing the index data.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_search_simpledb_index` -- LOCK TABLES `mdl_search_simpledb_index` WRITE; /*!40000 ALTER TABLE `mdl_search_simpledb_index` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_search_simpledb_index` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_sessions` -- DROP TABLE IF EXISTS `mdl_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_sessions` ( `id` bigint NOT NULL AUTO_INCREMENT, `state` bigint NOT NULL DEFAULT '0', `sid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `userid` bigint NOT NULL, `sessdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `firstip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `lastip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_sess_sid_uix` (`sid`), KEY `mdl_sess_sta_ix` (`state`), KEY `mdl_sess_tim_ix` (`timecreated`), KEY `mdl_sess_tim2_ix` (`timemodified`), KEY `mdl_sess_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=10238 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Database based session storage - now recommended'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_sessions` -- LOCK TABLES `mdl_sessions` WRITE; /*!40000 ALTER TABLE `mdl_sessions` DISABLE KEYS */; INSERT INTO `mdl_sessions` VALUES (10185,0,'0n0m0j3sv6qa21e2fr48su9a8l',0,NULL,1773183544,1773183545,'103.59.160.210','103.59.160.210'),(10193,0,'ria4aa0uml5k58mud1gggrkfkn',0,NULL,1773189709,1773189710,'103.59.160.210','103.59.160.210'),(10195,0,'mbo0i7vbt1n85muru06julvdgu',0,NULL,1773190442,1773190443,'103.59.160.210','103.59.160.210'),(10222,0,'73uvjr89so6e12lcgqs3u69al6',0,NULL,1773206119,1773206120,'205.169.39.57','205.169.39.57'),(10227,0,'si56tbkc6s4j2321v0ld94vc0i',0,NULL,1773207585,1773207586,'103.59.160.210','103.59.160.210'),(10231,0,'lc8qj065v1ne0t56seik1kgebh',0,NULL,1773209991,1773209992,'103.59.160.210','103.59.160.210'),(10237,0,'h8keknk6op4lbhgl2itc37ii3c',2,NULL,1773211492,1773211492,'219.91.26.209','219.91.26.209'); /*!40000 ALTER TABLE `mdl_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_stats_daily` -- DROP TABLE IF EXISTS `mdl_stats_daily`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_stats_daily` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `timeend` bigint NOT NULL DEFAULT '0', `roleid` bigint NOT NULL DEFAULT '0', `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'activity', `stat1` bigint NOT NULL DEFAULT '0', `stat2` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_statdail_cou_ix` (`courseid`), KEY `mdl_statdail_tim_ix` (`timeend`), KEY `mdl_statdail_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='to accumulate daily stats'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_stats_daily` -- LOCK TABLES `mdl_stats_daily` WRITE; /*!40000 ALTER TABLE `mdl_stats_daily` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_stats_daily` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_stats_monthly` -- DROP TABLE IF EXISTS `mdl_stats_monthly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_stats_monthly` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `timeend` bigint NOT NULL DEFAULT '0', `roleid` bigint NOT NULL DEFAULT '0', `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'activity', `stat1` bigint NOT NULL DEFAULT '0', `stat2` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_statmont_cou_ix` (`courseid`), KEY `mdl_statmont_tim_ix` (`timeend`), KEY `mdl_statmont_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_stats_monthly` -- LOCK TABLES `mdl_stats_monthly` WRITE; /*!40000 ALTER TABLE `mdl_stats_monthly` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_stats_monthly` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_stats_user_daily` -- DROP TABLE IF EXISTS `mdl_stats_user_daily`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_stats_user_daily` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `roleid` bigint NOT NULL DEFAULT '0', `timeend` bigint NOT NULL DEFAULT '0', `statsreads` bigint NOT NULL DEFAULT '0', `statswrites` bigint NOT NULL DEFAULT '0', `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `mdl_statuserdail_cou_ix` (`courseid`), KEY `mdl_statuserdail_use_ix` (`userid`), KEY `mdl_statuserdail_rol_ix` (`roleid`), KEY `mdl_statuserdail_tim_ix` (`timeend`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='To accumulate daily stats per course/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_stats_user_daily` -- LOCK TABLES `mdl_stats_user_daily` WRITE; /*!40000 ALTER TABLE `mdl_stats_user_daily` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_stats_user_daily` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_stats_user_monthly` -- DROP TABLE IF EXISTS `mdl_stats_user_monthly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_stats_user_monthly` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `roleid` bigint NOT NULL DEFAULT '0', `timeend` bigint NOT NULL DEFAULT '0', `statsreads` bigint NOT NULL DEFAULT '0', `statswrites` bigint NOT NULL DEFAULT '0', `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `mdl_statusermont_cou_ix` (`courseid`), KEY `mdl_statusermont_use_ix` (`userid`), KEY `mdl_statusermont_rol_ix` (`roleid`), KEY `mdl_statusermont_tim_ix` (`timeend`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats per course/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_stats_user_monthly` -- LOCK TABLES `mdl_stats_user_monthly` WRITE; /*!40000 ALTER TABLE `mdl_stats_user_monthly` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_stats_user_monthly` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_stats_user_weekly` -- DROP TABLE IF EXISTS `mdl_stats_user_weekly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_stats_user_weekly` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `roleid` bigint NOT NULL DEFAULT '0', `timeend` bigint NOT NULL DEFAULT '0', `statsreads` bigint NOT NULL DEFAULT '0', `statswrites` bigint NOT NULL DEFAULT '0', `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `mdl_statuserweek_cou_ix` (`courseid`), KEY `mdl_statuserweek_use_ix` (`userid`), KEY `mdl_statuserweek_rol_ix` (`roleid`), KEY `mdl_statuserweek_tim_ix` (`timeend`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats per course/user'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_stats_user_weekly` -- LOCK TABLES `mdl_stats_user_weekly` WRITE; /*!40000 ALTER TABLE `mdl_stats_user_weekly` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_stats_user_weekly` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_stats_weekly` -- DROP TABLE IF EXISTS `mdl_stats_weekly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_stats_weekly` ( `id` bigint NOT NULL AUTO_INCREMENT, `courseid` bigint NOT NULL DEFAULT '0', `timeend` bigint NOT NULL DEFAULT '0', `roleid` bigint NOT NULL DEFAULT '0', `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'activity', `stat1` bigint NOT NULL DEFAULT '0', `stat2` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_statweek_cou_ix` (`courseid`), KEY `mdl_statweek_tim_ix` (`timeend`), KEY `mdl_statweek_rol_ix` (`roleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_stats_weekly` -- LOCK TABLES `mdl_stats_weekly` WRITE; /*!40000 ALTER TABLE `mdl_stats_weekly` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_stats_weekly` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_survey` -- DROP TABLE IF EXISTS `mdl_survey`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_survey` ( `id` bigint NOT NULL AUTO_INCREMENT, `course` bigint NOT NULL DEFAULT '0', `template` bigint NOT NULL DEFAULT '0', `days` mediumint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `introformat` smallint NOT NULL DEFAULT '0', `questions` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `mdl_surv_cou_ix` (`course`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Each record is one SURVEY module with its configuration'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_survey` -- LOCK TABLES `mdl_survey` WRITE; /*!40000 ALTER TABLE `mdl_survey` DISABLE KEYS */; INSERT INTO `mdl_survey` VALUES (1,0,0,0,985017600,985017600,'collesaname','collesaintro',0,'25,26,27,28,29,30,43,44',0),(2,0,0,0,985017600,985017600,'collespname','collespintro',0,'31,32,33,34,35,36,43,44',0),(3,0,0,0,985017600,985017600,'collesapname','collesapintro',0,'37,38,39,40,41,42,43,44',0),(4,0,0,0,985017600,985017600,'attlsname','attlsintro',0,'65,67,68',0),(5,0,0,0,985017600,985017600,'ciqname','ciqintro',0,'69,70,71,72,73',0); /*!40000 ALTER TABLE `mdl_survey` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_survey_analysis` -- DROP TABLE IF EXISTS `mdl_survey_analysis`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_survey_analysis` ( `id` bigint NOT NULL AUTO_INCREMENT, `survey` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `notes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `mdl_survanal_use_ix` (`userid`), KEY `mdl_survanal_sur_ix` (`survey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='text about each survey submission'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_survey_analysis` -- LOCK TABLES `mdl_survey_analysis` WRITE; /*!40000 ALTER TABLE `mdl_survey_analysis` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_survey_analysis` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_survey_answers` -- DROP TABLE IF EXISTS `mdl_survey_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_survey_answers` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL DEFAULT '0', `survey` bigint NOT NULL DEFAULT '0', `question` bigint NOT NULL DEFAULT '0', `time` bigint NOT NULL DEFAULT '0', `answer1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `answer2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `mdl_survansw_use_ix` (`userid`), KEY `mdl_survansw_sur_ix` (`survey`), KEY `mdl_survansw_que_ix` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='the answers to each questions filled by the users'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_survey_answers` -- LOCK TABLES `mdl_survey_answers` WRITE; /*!40000 ALTER TABLE `mdl_survey_answers` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_survey_answers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_survey_questions` -- DROP TABLE IF EXISTS `mdl_survey_questions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_survey_questions` ( `id` bigint NOT NULL AUTO_INCREMENT, `text` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `shorttext` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `multi` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `type` smallint NOT NULL DEFAULT '0', `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=74 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='the questions conforming one survey'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_survey_questions` -- LOCK TABLES `mdl_survey_questions` WRITE; /*!40000 ALTER TABLE `mdl_survey_questions` DISABLE KEYS */; INSERT INTO `mdl_survey_questions` VALUES (1,'colles1','colles1short','','',1,'scaletimes5'),(2,'colles2','colles2short','','',1,'scaletimes5'),(3,'colles3','colles3short','','',1,'scaletimes5'),(4,'colles4','colles4short','','',1,'scaletimes5'),(5,'colles5','colles5short','','',1,'scaletimes5'),(6,'colles6','colles6short','','',1,'scaletimes5'),(7,'colles7','colles7short','','',1,'scaletimes5'),(8,'colles8','colles8short','','',1,'scaletimes5'),(9,'colles9','colles9short','','',1,'scaletimes5'),(10,'colles10','colles10short','','',1,'scaletimes5'),(11,'colles11','colles11short','','',1,'scaletimes5'),(12,'colles12','colles12short','','',1,'scaletimes5'),(13,'colles13','colles13short','','',1,'scaletimes5'),(14,'colles14','colles14short','','',1,'scaletimes5'),(15,'colles15','colles15short','','',1,'scaletimes5'),(16,'colles16','colles16short','','',1,'scaletimes5'),(17,'colles17','colles17short','','',1,'scaletimes5'),(18,'colles18','colles18short','','',1,'scaletimes5'),(19,'colles19','colles19short','','',1,'scaletimes5'),(20,'colles20','colles20short','','',1,'scaletimes5'),(21,'colles21','colles21short','','',1,'scaletimes5'),(22,'colles22','colles22short','','',1,'scaletimes5'),(23,'colles23','colles23short','','',1,'scaletimes5'),(24,'colles24','colles24short','','',1,'scaletimes5'),(25,'collesm1','collesm1short','1,2,3,4','collesmintro',1,'scaletimes5'),(26,'collesm2','collesm2short','5,6,7,8','collesmintro',1,'scaletimes5'),(27,'collesm3','collesm3short','9,10,11,12','collesmintro',1,'scaletimes5'),(28,'collesm4','collesm4short','13,14,15,16','collesmintro',1,'scaletimes5'),(29,'collesm5','collesm5short','17,18,19,20','collesmintro',1,'scaletimes5'),(30,'collesm6','collesm6short','21,22,23,24','collesmintro',1,'scaletimes5'),(31,'collesm1','collesm1short','1,2,3,4','collesmintro',2,'scaletimes5'),(32,'collesm2','collesm2short','5,6,7,8','collesmintro',2,'scaletimes5'),(33,'collesm3','collesm3short','9,10,11,12','collesmintro',2,'scaletimes5'),(34,'collesm4','collesm4short','13,14,15,16','collesmintro',2,'scaletimes5'),(35,'collesm5','collesm5short','17,18,19,20','collesmintro',2,'scaletimes5'),(36,'collesm6','collesm6short','21,22,23,24','collesmintro',2,'scaletimes5'),(37,'collesm1','collesm1short','1,2,3,4','collesmintro',3,'scaletimes5'),(38,'collesm2','collesm2short','5,6,7,8','collesmintro',3,'scaletimes5'),(39,'collesm3','collesm3short','9,10,11,12','collesmintro',3,'scaletimes5'),(40,'collesm4','collesm4short','13,14,15,16','collesmintro',3,'scaletimes5'),(41,'collesm5','collesm5short','17,18,19,20','collesmintro',3,'scaletimes5'),(42,'collesm6','collesm6short','21,22,23,24','collesmintro',3,'scaletimes5'),(43,'howlong','','','',1,'howlongoptions'),(44,'othercomments','','','',0,NULL),(45,'attls1','attls1short','','',1,'scaleagree5'),(46,'attls2','attls2short','','',1,'scaleagree5'),(47,'attls3','attls3short','','',1,'scaleagree5'),(48,'attls4','attls4short','','',1,'scaleagree5'),(49,'attls5','attls5short','','',1,'scaleagree5'),(50,'attls6','attls6short','','',1,'scaleagree5'),(51,'attls7','attls7short','','',1,'scaleagree5'),(52,'attls8','attls8short','','',1,'scaleagree5'),(53,'attls9','attls9short','','',1,'scaleagree5'),(54,'attls10','attls10short','','',1,'scaleagree5'),(55,'attls11','attls11short','','',1,'scaleagree5'),(56,'attls12','attls12short','','',1,'scaleagree5'),(57,'attls13','attls13short','','',1,'scaleagree5'),(58,'attls14','attls14short','','',1,'scaleagree5'),(59,'attls15','attls15short','','',1,'scaleagree5'),(60,'attls16','attls16short','','',1,'scaleagree5'),(61,'attls17','attls17short','','',1,'scaleagree5'),(62,'attls18','attls18short','','',1,'scaleagree5'),(63,'attls19','attls19short','','',1,'scaleagree5'),(64,'attls20','attls20short','','',1,'scaleagree5'),(65,'attlsm1','attlsm1','45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64','attlsmintro',1,'scaleagree5'),(66,'-','-','-','-',0,'-'),(67,'attlsm2','attlsm2','63,62,59,57,55,49,52,50,48,47','attlsmintro',-1,'scaleagree5'),(68,'attlsm3','attlsm3','46,54,45,51,60,53,56,58,61,64','attlsmintro',-1,'scaleagree5'),(69,'ciq1','ciq1short','','',0,NULL),(70,'ciq2','ciq2short','','',0,NULL),(71,'ciq3','ciq3short','','',0,NULL),(72,'ciq4','ciq4short','','',0,NULL),(73,'ciq5','ciq5short','','',0,NULL); /*!40000 ALTER TABLE `mdl_survey_questions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tag` -- DROP TABLE IF EXISTS `mdl_tag`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tag` ( `id` bigint NOT NULL AUTO_INCREMENT, `userid` bigint NOT NULL, `tagcollid` bigint NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `rawname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `isstandard` tinyint(1) NOT NULL DEFAULT '0', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `descriptionformat` tinyint NOT NULL DEFAULT '0', `flag` smallint DEFAULT '0', `timemodified` bigint DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `mdl_tag_tagnam_uix` (`tagcollid`,`name`), KEY `mdl_tag_tagiss_ix` (`tagcollid`,`isstandard`), KEY `mdl_tag_use_ix` (`userid`), KEY `mdl_tag_tag_ix` (`tagcollid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Tag table - this generic table will replace the old "tags" t'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tag` -- LOCK TABLES `mdl_tag` WRITE; /*!40000 ALTER TABLE `mdl_tag` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tag_area` -- DROP TABLE IF EXISTS `mdl_tag_area`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tag_area` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL DEFAULT '1', `tagcollid` bigint NOT NULL, `callback` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `callbackfile` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `showstandard` tinyint(1) NOT NULL DEFAULT '0', `multiplecontexts` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_tagarea_comite_uix` (`component`,`itemtype`), KEY `mdl_tagarea_tag_ix` (`tagcollid`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines various tag areas, one area is identified by compone'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tag_area` -- LOCK TABLES `mdl_tag_area` WRITE; /*!40000 ALTER TABLE `mdl_tag_area` DISABLE KEYS */; INSERT INTO `mdl_tag_area` VALUES (1,'core','user',1,1,'user_get_tagged_users','/user/lib.php',2,0),(2,'core','course',1,1,'course_get_tagged_courses','/course/lib.php',0,0),(3,'core_question','question',1,1,NULL,NULL,0,1),(4,'core','post',1,1,'blog_get_tagged_posts','/blog/lib.php',0,0),(5,'core','blog_external',1,1,NULL,NULL,0,0),(6,'core','course_modules',1,1,'course_get_tagged_course_modules','/course/lib.php',0,0),(7,'mod_book','book_chapters',1,1,'mod_book_get_tagged_chapters','/mod/book/locallib.php',0,0),(8,'mod_data','data_records',1,1,'mod_data_get_tagged_records','/mod/data/locallib.php',0,0),(9,'mod_forum','forum_posts',1,1,'mod_forum_get_tagged_posts','/mod/forum/locallib.php',0,0),(10,'mod_glossary','glossary_entries',1,1,'mod_glossary_get_tagged_entries','/mod/glossary/locallib.php',0,0),(11,'mod_wiki','wiki_pages',1,1,'mod_wiki_get_tagged_pages','/mod/wiki/locallib.php',0,0); /*!40000 ALTER TABLE `mdl_tag_area` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tag_coll` -- DROP TABLE IF EXISTS `mdl_tag_coll`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tag_coll` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `isdefault` tinyint NOT NULL DEFAULT '0', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `sortorder` mediumint NOT NULL DEFAULT '0', `searchable` tinyint NOT NULL DEFAULT '1', `customurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Defines different set of tags'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tag_coll` -- LOCK TABLES `mdl_tag_coll` WRITE; /*!40000 ALTER TABLE `mdl_tag_coll` DISABLE KEYS */; INSERT INTO `mdl_tag_coll` VALUES (1,NULL,1,NULL,0,1,NULL); /*!40000 ALTER TABLE `mdl_tag_coll` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tag_correlation` -- DROP TABLE IF EXISTS `mdl_tag_correlation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tag_correlation` ( `id` bigint NOT NULL AUTO_INCREMENT, `tagid` bigint NOT NULL, `correlatedtags` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `mdl_tagcorr_tag_ix` (`tagid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The rationale for the ''tag_correlation'' table is performance'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tag_correlation` -- LOCK TABLES `mdl_tag_correlation` WRITE; /*!40000 ALTER TABLE `mdl_tag_correlation` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tag_correlation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tag_instance` -- DROP TABLE IF EXISTS `mdl_tag_instance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_tag_instance` ( `id` bigint NOT NULL AUTO_INCREMENT, `tagid` bigint NOT NULL, `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemid` bigint NOT NULL, `contextid` bigint DEFAULT NULL, `tiuserid` bigint NOT NULL DEFAULT '0', `ordering` bigint DEFAULT NULL, `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `mdl_taginst_comiteiteconti_uix` (`component`,`itemtype`,`itemid`,`contextid`,`tiuserid`,`tagid`), KEY `mdl_taginst_itecomtagcon_ix` (`itemtype`,`component`,`tagid`,`contextid`), KEY `mdl_taginst_tag_ix` (`tagid`), KEY `mdl_taginst_con_ix` (`contextid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='tag_instance table holds the information of associations bet'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_tag_instance` -- LOCK TABLES `mdl_tag_instance` WRITE; /*!40000 ALTER TABLE `mdl_tag_instance` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tag_instance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_task_adhoc` -- DROP TABLE IF EXISTS `mdl_task_adhoc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_task_adhoc` ( `id` bigint NOT NULL AUTO_INCREMENT, `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `nextruntime` bigint NOT NULL, `faildelay` bigint DEFAULT NULL, `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `userid` bigint DEFAULT NULL, `blocking` tinyint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timestarted` bigint DEFAULT NULL, `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `pid` bigint DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_taskadho_nex_ix` (`nextruntime`), KEY `mdl_taskadho_tim_ix` (`timestarted`), KEY `mdl_taskadho_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=1752 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='List of adhoc tasks waiting to run.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_task_adhoc` -- LOCK TABLES `mdl_task_adhoc` WRITE; /*!40000 ALTER TABLE `mdl_task_adhoc` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_task_adhoc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_task_log` -- DROP TABLE IF EXISTS `mdl_task_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mdl_task_log` ( `id` bigint NOT NULL AUTO_INCREMENT, `type` smallint NOT NULL, `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `userid` bigint NOT NULL, `timestart` decimal(20,10) NOT NULL, `timeend` decimal(20,10) NOT NULL, `dbreads` bigint NOT NULL, `dbwrites` bigint NOT NULL, `result` tinyint NOT NULL, `output` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `pid` bigint DEFAULT NULL, PRIMARY KEY (`id`), KEY `mdl_tasklog_cla_ix` (`classname`), KEY `mdl_tasklog_tim_ix` (`timestart`), KEY `mdl_tasklog_use_ix` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=32979881 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='The log table for all tasks'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mdl_task_log` -- LOCK TABLES `mdl_task_log` WRITE; /*!40000 ALTER TABLE `mdl_task_log` DISABLE KEYS */; INSERT INTO `mdl_task_log` VALUES (32147278,0,'moodle','core\\task\\registration_cron_task',0,1771147262.2549000000,1771147264.8485000000,20,1,0,'Execute scheduled task: 網站註冊 (core\\task\\registration_cron_task)\n... started 17:21:02. Current memory use 20.5 MB.\n網站註冊已經更新\n... used 21 dbqueries\n... used 2.5881490707397 seconds\nScheduled task complete: 網站註冊 (core\\task\\registration_cron_task)\n','pplmvsvm',759780),(32183151,0,'editor_atto','editor_atto\\task\\autosave_cleanup_task',0,1771236061.6895000000,1771236061.7012000000,0,1,0,'Execute scheduled task: 從資料庫中刪除自動儲存的草稿 (editor_atto\\task\\autosave_cleanup_task)\n... started 18:01:01. Current memory use 20.4 MB.\n... used 1 dbqueries\n... used 0.005436897277832 seconds\nScheduled task complete: 從資料庫中刪除自動儲存的草稿 (editor_atto\\task\\autosave_cleanup_task)\n','pplmvsvm',786726),(32259177,0,'moodle','core\\task\\task_log_cleanup_task',0,1771424342.0351000000,1771424346.8519000000,166,104,0,'Execute scheduled task: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n... started 22:19:02. Current memory use 20.5 MB.\n... used 270 dbqueries\n... used 4.8112261295319 seconds\nScheduled task complete: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n','pplmvsvm',844060),(32261069,0,'block_recent_activity','block_recent_activity\\task\\cleanup',0,1771429021.6599000000,1771429021.6786000000,0,1,0,'Execute scheduled task: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n... started 23:37:01. Current memory use 20.2 MB.\n... used 1 dbqueries\n... used 0.013652801513672 seconds\nScheduled task complete: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n','pplmvsvm',845302),(32261618,0,'moodle','core\\task\\create_contexts_task',0,1771430402.2160000000,1771430402.2287000000,9,2,0,'Execute scheduled task: 建立缺少的情境 (core\\task\\create_contexts_task)\n... started 00:00:02. Current memory use 20.5 MB.\n Created missing context instances\n... used 11 dbqueries\n... used 0.0075919628143311 seconds\nScheduled task complete: 建立缺少的情境 (core\\task\\create_contexts_task)\n','pplmvsvm',845729),(32261619,0,'moodle','core\\task\\stats_cron_task',0,1771430402.2890000000,1771430402.2905000000,0,0,0,'Execute scheduled task: 背景統計資料處理 (core\\task\\stats_cron_task)\n... started 00:00:02. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 0.00010299682617188 seconds\nScheduled task complete: 背景統計資料處理 (core\\task\\stats_cron_task)\n','pplmvsvm',845729),(32261659,0,'moodle','core\\task\\h5p_clean_orphaned_records_task',0,1771430461.3539000000,1771430461.3645000000,1,0,0,'Execute scheduled task: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n... started 00:01:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.00528883934021 seconds\nScheduled task complete: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n','pplmvsvm',845761),(32261876,0,'moodle','core\\task\\task_lock_cleanup_task',0,1771431001.3162000000,1771431001.3275000000,1,0,0,'Execute scheduled task: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n... started 00:10:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0053980350494385 seconds\nScheduled task complete: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n','pplmvsvm',846014),(32262761,0,'moodle','core\\task\\antivirus_cleanup_task',0,1771433101.4439000000,1771433101.4540000000,0,1,0,'Execute scheduled task: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n... started 00:45:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0053999423980713 seconds\nScheduled task complete: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n','pplmvsvm',846591),(32262885,0,'tool_brickfield','tool_brickfield\\task\\update_summarydata',0,1771433401.6553000000,1771433401.6652000000,0,0,0,'Execute scheduled task: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n... started 00:50:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0049059391021729 seconds\nScheduled task complete: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n','pplmvsvm',846642),(32264471,0,'tool_messageinbound','tool_messageinbound\\task\\cleanup_task',0,1771437301.9926000000,1771437302.0024000000,0,1,0,'Execute scheduled task: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n... started 01:55:01. Current memory use 20.6 MB.\nInbound Message not fully configured - exiting early.\n... used 1 dbqueries\n... used 0.0060009956359863 seconds\nScheduled task complete: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n','pplmvsvm',847725),(32264744,0,'moodle','core_files\\task\\conversion_cleanup_task',0,1771437961.6609000000,1771437961.6725000000,1,1,0,'Execute scheduled task: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n... started 02:06:01. Current memory use 20.5 MB.\n... used 2 dbqueries\n... used 0.0061981678009033 seconds\nScheduled task complete: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n','pplmvsvm',847866),(32266040,0,'tool_dataprivacy','tool_dataprivacy\\task\\expired_retention_period',0,1771441201.9741000000,1771441201.9852000000,0,0,0,'Execute scheduled task: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n... started 03:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nFlagged 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0069019794464111 seconds\nScheduled task complete: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n','pplmvsvm',848799),(32266524,0,'moodle','core\\task\\tag_cron_task',0,1771442401.3830000000,1771442401.3939000000,0,0,0,'Execute scheduled task: 背景標籤處理 (core\\task\\tag_cron_task)\n... started 03:20:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0047121047973633 seconds\nScheduled task complete: 背景標籤處理 (core\\task\\tag_cron_task)\n','pplmvsvm',849199),(32267953,0,'tool_langimport','tool_langimport\\task\\update_langpacks_task',0,1771445942.0877000000,1771445945.3631000000,1,1,0,'Execute scheduled task: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n... started 04:19:02. Current memory use 20.6 MB.\n語言包\'zh_tw\'已經順利更新\n語言包更新完成\n... used 2 dbqueries\n... used 3.2716460227966 seconds\nScheduled task complete: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n','pplmvsvm',850204),(32268298,0,'logstore_standard','logstore_standard\\task\\cleanup_task',0,1771446782.0636000000,1771446782.0729000000,0,0,0,'Execute scheduled task: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n... started 04:33:02. Current memory use 20.2 MB.\n... used 0 dbqueries\n... used 0.0046670436859131 seconds\nScheduled task complete: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n','pplmvsvm',850423),(32268944,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_contexts',0,1771448401.5050000000,1771448401.5159000000,0,0,0,'Execute scheduled task: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n... started 05:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nProcessed deletions for 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0066111087799072 seconds\nScheduled task complete: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n','pplmvsvm',851083),(32270395,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_requests',0,1771452001.6037000000,1771452001.6148000000,1,0,0,'Execute scheduled task: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n... started 06:00:01. Current memory use 20.6 MB.\n... used 1 dbqueries\n... used 0.0070228576660156 seconds\nScheduled task complete: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n','pplmvsvm',852097),(32270675,0,'moodle','core\\task\\check_for_updates_task',0,1771452661.8860000000,1771452663.1992000000,19,3,0,'Execute scheduled task: 檢查是否有更新 (core\\task\\check_for_updates_task)\n... started 06:11:01. Current memory use 20.5 MB.\nRegular daily check for available updates ... sending notifications ... done\n... used 22 dbqueries\n... used 1.3078060150146 seconds\nScheduled task complete: 檢查是否有更新 (core\\task\\check_for_updates_task)\n','pplmvsvm',852390),(32272971,0,'mod_lti','mod_lti\\task\\clean_access_tokens',0,1771458361.2888000000,1771458361.3025000000,0,1,0,'Execute scheduled task: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n... started 07:46:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0078201293945312 seconds\nScheduled task complete: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n','pplmvsvm',853971),(32273883,0,'moodle','core\\task\\completion_daily_task',0,1771460641.9246000000,1771460641.9385000000,1,0,0,'Execute scheduled task: 完成標示為已開始 (core\\task\\completion_daily_task)\n... started 08:24:01. Current memory use 20.5 MB.\nMarking users as started\n... used 1 dbqueries\n... used 0.0080108642578125 seconds\nScheduled task complete: 完成標示為已開始 (core\\task\\completion_daily_task)\n','pplmvsvm',854614),(32274877,0,'tool_brickfield','tool_brickfield\\task\\checkid_validation',0,1771463101.9705000000,1771463101.9805000000,0,0,0,'Execute scheduled task: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n... started 09:05:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.004939079284668 seconds\nScheduled task complete: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n','pplmvsvm',855228),(32274908,0,'tool_monitor','tool_monitor\\task\\check_subscriptions',0,1771463161.6462000000,1771463161.6546000000,0,0,0,'Execute scheduled task: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n... started 09:06:01. Current memory use 20.6 MB.\n... used 0 dbqueries\n... used 0.0044500827789307 seconds\nScheduled task complete: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n','pplmvsvm',855242),(32280175,0,'ltiservice_gradebookservices','ltiservice_gradebookservices\\task\\cleanup_task',0,1771476241.4452000000,1771476241.4705000000,0,1,0,'Execute scheduled task: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n... started 12:44:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.020608901977539 seconds\nScheduled task complete: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n','pplmvsvm',859978),(32286359,0,'tool_analytics','tool_analytics\\task\\train_models',0,1771491601.9805000000,1771491601.9901000000,0,0,0,'Execute scheduled task: 訓練模型 (tool_analytics\\task\\train_models)\n... started 17:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0054430961608887 seconds\nScheduled task complete: 訓練模型 (tool_analytics\\task\\train_models)\n','pplmvsvm',864318),(32287810,0,'tool_analytics','tool_analytics\\task\\predict_models',0,1771495201.9987000000,1771495202.0077000000,0,0,0,'Execute scheduled task: 預測模型 (tool_analytics\\task\\predict_models)\n... started 18:00:02. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0051789283752441 seconds\nScheduled task complete: 預測模型 (tool_analytics\\task\\predict_models)\n','pplmvsvm',865309),(32293614,0,'message_email','message_email\\task\\send_email_task',0,1771509602.0748000000,1771509602.1119000000,4,0,0,'Execute scheduled task: Messages digest mailings (message_email\\task\\send_email_task)\n... started 22:00:02. Current memory use 20.3 MB.\n... used 4 dbqueries\n... used 0.017961025238037 seconds\nScheduled task complete: Messages digest mailings (message_email\\task\\send_email_task)\n','pplmvsvm',869306),(32294076,0,'moodle','core\\task\\task_log_cleanup_task',0,1771510741.6922000000,1771510746.0367000000,166,104,0,'Execute scheduled task: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n... started 22:19:01. Current memory use 20.5 MB.\n... used 270 dbqueries\n... used 4.3392190933228 seconds\nScheduled task complete: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n','pplmvsvm',870375),(32295968,0,'block_recent_activity','block_recent_activity\\task\\cleanup',0,1771515421.9940000000,1771515422.0127000000,0,1,0,'Execute scheduled task: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n... started 23:37:01. Current memory use 20.2 MB.\n... used 1 dbqueries\n... used 0.013761043548584 seconds\nScheduled task complete: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n','pplmvsvm',871559),(32296517,0,'moodle','core\\task\\create_contexts_task',0,1771516802.0597000000,1771516802.0739000000,9,2,0,'Execute scheduled task: 建立缺少的情境 (core\\task\\create_contexts_task)\n... started 00:00:02. Current memory use 20.5 MB.\n Created missing context instances\n... used 11 dbqueries\n... used 0.0081968307495117 seconds\nScheduled task complete: 建立缺少的情境 (core\\task\\create_contexts_task)\n','pplmvsvm',871976),(32296518,0,'moodle','core\\task\\stats_cron_task',0,1771516802.1277000000,1771516802.1289000000,0,0,0,'Execute scheduled task: 背景統計資料處理 (core\\task\\stats_cron_task)\n... started 00:00:02. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 8.7976455688477E-5 seconds\nScheduled task complete: 背景統計資料處理 (core\\task\\stats_cron_task)\n','pplmvsvm',871976),(32296558,0,'moodle','core\\task\\h5p_clean_orphaned_records_task',0,1771516862.2498000000,1771516862.2600000000,1,0,0,'Execute scheduled task: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n... started 00:01:02. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0048449039459229 seconds\nScheduled task complete: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n','pplmvsvm',872008),(32296775,0,'moodle','core\\task\\task_lock_cleanup_task',0,1771517401.5358000000,1771517401.5469000000,1,0,0,'Execute scheduled task: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n... started 00:10:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0052781105041504 seconds\nScheduled task complete: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n','pplmvsvm',872250),(32297660,0,'moodle','core\\task\\antivirus_cleanup_task',0,1771519501.3240000000,1771519501.3354000000,0,1,0,'Execute scheduled task: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n... started 00:45:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0055620670318604 seconds\nScheduled task complete: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n','pplmvsvm',872817),(32297784,0,'tool_brickfield','tool_brickfield\\task\\update_summarydata',0,1771519801.8074000000,1771519801.8175000000,0,0,0,'Execute scheduled task: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n... started 00:50:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0052039623260498 seconds\nScheduled task complete: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n','pplmvsvm',872864),(32299370,0,'tool_messageinbound','tool_messageinbound\\task\\cleanup_task',0,1771523701.9219000000,1771523701.9324000000,0,1,0,'Execute scheduled task: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n... started 01:55:01. Current memory use 20.6 MB.\nInbound Message not fully configured - exiting early.\n... used 1 dbqueries\n... used 0.0066230297088623 seconds\nScheduled task complete: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n','pplmvsvm',873906),(32299643,0,'moodle','core_files\\task\\conversion_cleanup_task',0,1771524361.9403000000,1771524361.9546000000,1,1,0,'Execute scheduled task: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n... started 02:06:01. Current memory use 20.5 MB.\n... used 2 dbqueries\n... used 0.0086009502410889 seconds\nScheduled task complete: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n','pplmvsvm',874039),(32300939,0,'tool_dataprivacy','tool_dataprivacy\\task\\expired_retention_period',0,1771527601.7274000000,1771527601.7393000000,0,0,0,'Execute scheduled task: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n... started 03:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nFlagged 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0071280002593994 seconds\nScheduled task complete: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n','pplmvsvm',875651),(32301423,0,'moodle','core\\task\\tag_cron_task',0,1771528802.0060000000,1771528802.0165000000,0,0,0,'Execute scheduled task: 背景標籤處理 (core\\task\\tag_cron_task)\n... started 03:20:02. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0046451091766357 seconds\nScheduled task complete: 背景標籤處理 (core\\task\\tag_cron_task)\n','pplmvsvm',876036),(32302852,0,'tool_langimport','tool_langimport\\task\\update_langpacks_task',0,1771532341.2613000000,1771532342.6719000000,0,0,0,'Execute scheduled task: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n... started 04:19:01. Current memory use 20.6 MB.\n您的所有語言包都已經是最新的了,不需要再更新。\n... used 0 dbqueries\n... used 1.4067411422729 seconds\nScheduled task complete: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n','pplmvsvm',877027),(32303197,0,'logstore_standard','logstore_standard\\task\\cleanup_task',0,1771533181.3075000000,1771533181.3190000000,0,0,0,'Execute scheduled task: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n... started 04:33:01. Current memory use 20.2 MB.\n... used 0 dbqueries\n... used 0.005281925201416 seconds\nScheduled task complete: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n','pplmvsvm',877193),(32303843,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_contexts',0,1771534801.9216000000,1771534801.9319000000,0,0,0,'Execute scheduled task: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n... started 05:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nProcessed deletions for 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0063440799713135 seconds\nScheduled task complete: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n','pplmvsvm',877642),(32305294,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_requests',0,1771538401.5845000000,1771538401.5957000000,1,0,0,'Execute scheduled task: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n... started 06:00:01. Current memory use 20.6 MB.\n... used 1 dbqueries\n... used 0.0070610046386719 seconds\nScheduled task complete: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n','pplmvsvm',878624),(32305574,0,'moodle','core\\task\\check_for_updates_task',0,1771539061.9324000000,1771539061.9435000000,0,0,0,'Execute scheduled task: 檢查是否有更新 (core\\task\\check_for_updates_task)\n... started 06:11:01. Current memory use 20.5 MB.\nRecently fetched info about available updates is still fresh enough, skipping.\n... used 0 dbqueries\n... used 0.005620002746582 seconds\nScheduled task complete: 檢查是否有更新 (core\\task\\check_for_updates_task)\n','pplmvsvm',878923),(32307870,0,'mod_lti','mod_lti\\task\\clean_access_tokens',0,1771544761.2844000000,1771544761.2942000000,0,1,0,'Execute scheduled task: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n... started 07:46:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0049221515655518 seconds\nScheduled task complete: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n','pplmvsvm',880530),(32308782,0,'moodle','core\\task\\completion_daily_task',0,1771547042.0236000000,1771547042.0368000000,1,0,0,'Execute scheduled task: 完成標示為已開始 (core\\task\\completion_daily_task)\n... started 08:24:02. Current memory use 20.5 MB.\nMarking users as started\n... used 1 dbqueries\n... used 0.007843017578125 seconds\nScheduled task complete: 完成標示為已開始 (core\\task\\completion_daily_task)\n','pplmvsvm',881159),(32309776,0,'tool_brickfield','tool_brickfield\\task\\checkid_validation',0,1771549501.2754000000,1771549501.2848000000,0,0,0,'Execute scheduled task: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n... started 09:05:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0047531127929688 seconds\nScheduled task complete: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n','pplmvsvm',881802),(32309807,0,'tool_monitor','tool_monitor\\task\\check_subscriptions',0,1771549561.7840000000,1771549561.7926000000,0,0,0,'Execute scheduled task: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n... started 09:06:01. Current memory use 20.6 MB.\n... used 0 dbqueries\n... used 0.0045959949493408 seconds\nScheduled task complete: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n','pplmvsvm',881814),(32315074,0,'ltiservice_gradebookservices','ltiservice_gradebookservices\\task\\cleanup_task',0,1771562641.7549000000,1771562641.7836000000,0,1,0,'Execute scheduled task: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n... started 12:44:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.023561000823975 seconds\nScheduled task complete: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n','pplmvsvm',885726),(32321258,0,'tool_analytics','tool_analytics\\task\\train_models',0,1771578001.5820000000,1771578001.5920000000,0,0,0,'Execute scheduled task: 訓練模型 (tool_analytics\\task\\train_models)\n... started 17:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0058121681213379 seconds\nScheduled task complete: 訓練模型 (tool_analytics\\task\\train_models)\n','pplmvsvm',890129),(32322709,0,'tool_analytics','tool_analytics\\task\\predict_models',0,1771581601.9594000000,1771581601.9694000000,0,0,0,'Execute scheduled task: 預測模型 (tool_analytics\\task\\predict_models)\n... started 18:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0057919025421143 seconds\nScheduled task complete: 預測模型 (tool_analytics\\task\\predict_models)\n','pplmvsvm',891123),(32328513,0,'message_email','message_email\\task\\send_email_task',0,1771596001.4721000000,1771596001.4958000000,4,0,0,'Execute scheduled task: Messages digest mailings (message_email\\task\\send_email_task)\n... started 22:00:01. Current memory use 20.3 MB.\n... used 4 dbqueries\n... used 0.018370866775513 seconds\nScheduled task complete: Messages digest mailings (message_email\\task\\send_email_task)\n','pplmvsvm',895104),(32328975,0,'moodle','core\\task\\task_log_cleanup_task',0,1771597141.4014000000,1771597145.8818000000,166,104,0,'Execute scheduled task: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n... started 22:19:01. Current memory use 20.5 MB.\n... used 270 dbqueries\n... used 4.4752440452576 seconds\nScheduled task complete: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n','pplmvsvm',896204),(32330867,0,'block_recent_activity','block_recent_activity\\task\\cleanup',0,1771601821.3719000000,1771601821.3911000000,0,1,0,'Execute scheduled task: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n... started 23:37:01. Current memory use 20.2 MB.\n... used 1 dbqueries\n... used 0.014324188232422 seconds\nScheduled task complete: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n','pplmvsvm',897396),(32331416,0,'moodle','core\\task\\create_contexts_task',0,1771603202.2015000000,1771603202.2152000000,9,2,0,'Execute scheduled task: 建立缺少的情境 (core\\task\\create_contexts_task)\n... started 00:00:02. Current memory use 20.5 MB.\n Created missing context instances\n... used 11 dbqueries\n... used 0.0079998970031738 seconds\nScheduled task complete: 建立缺少的情境 (core\\task\\create_contexts_task)\n','pplmvsvm',897812),(32331417,0,'moodle','core\\task\\stats_cron_task',0,1771603202.2629000000,1771603202.2641000000,0,0,0,'Execute scheduled task: 背景統計資料處理 (core\\task\\stats_cron_task)\n... started 00:00:02. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 8.5115432739258E-5 seconds\nScheduled task complete: 背景統計資料處理 (core\\task\\stats_cron_task)\n','pplmvsvm',897812),(32331457,0,'moodle','core\\task\\h5p_clean_orphaned_records_task',0,1771603261.8677000000,1771603261.8782000000,1,0,0,'Execute scheduled task: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n... started 00:01:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0051140785217285 seconds\nScheduled task complete: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n','pplmvsvm',897843),(32331674,0,'moodle','core\\task\\task_lock_cleanup_task',0,1771603801.3879000000,1771603801.3994000000,1,0,0,'Execute scheduled task: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n... started 00:10:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0054740905761719 seconds\nScheduled task complete: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n','pplmvsvm',898087),(32332559,0,'moodle','core\\task\\antivirus_cleanup_task',0,1771605901.9471000000,1771605901.9570000000,0,1,0,'Execute scheduled task: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n... started 00:45:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0051479339599609 seconds\nScheduled task complete: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n','pplmvsvm',898655),(32332683,0,'tool_brickfield','tool_brickfield\\task\\update_summarydata',0,1771606201.3187000000,1771606201.3284000000,0,0,0,'Execute scheduled task: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n... started 00:50:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0049388408660889 seconds\nScheduled task complete: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n','pplmvsvm',898714),(32334269,0,'tool_messageinbound','tool_messageinbound\\task\\cleanup_task',0,1771610101.3573000000,1771610101.3673000000,0,1,0,'Execute scheduled task: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n... started 01:55:01. Current memory use 20.6 MB.\nInbound Message not fully configured - exiting early.\n... used 1 dbqueries\n... used 0.0059008598327637 seconds\nScheduled task complete: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n','pplmvsvm',899785),(32334542,0,'moodle','core_files\\task\\conversion_cleanup_task',0,1771610762.0667000000,1771610762.0781000000,1,1,0,'Execute scheduled task: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n... started 02:06:02. Current memory use 20.5 MB.\n... used 2 dbqueries\n... used 0.0061969757080078 seconds\nScheduled task complete: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n','pplmvsvm',899926),(32335838,0,'tool_dataprivacy','tool_dataprivacy\\task\\expired_retention_period',0,1771614001.8854000000,1771614001.8966000000,0,0,0,'Execute scheduled task: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n... started 03:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nFlagged 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0065739154815674 seconds\nScheduled task complete: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n','pplmvsvm',900827),(32336322,0,'moodle','core\\task\\tag_cron_task',0,1771615201.3704000000,1771615201.3800000000,0,0,0,'Execute scheduled task: 背景標籤處理 (core\\task\\tag_cron_task)\n... started 03:20:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0043048858642578 seconds\nScheduled task complete: 背景標籤處理 (core\\task\\tag_cron_task)\n','pplmvsvm',901227),(32337751,0,'tool_langimport','tool_langimport\\task\\update_langpacks_task',0,1771618742.1307000000,1771618744.4054000000,0,0,0,'Execute scheduled task: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n... started 04:19:02. Current memory use 20.6 MB.\n您的所有語言包都已經是最新的了,不需要再更新。\n... used 0 dbqueries\n... used 2.2706999778748 seconds\nScheduled task complete: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n','pplmvsvm',902211),(32338096,0,'logstore_standard','logstore_standard\\task\\cleanup_task',0,1771619581.9170000000,1771619581.9273000000,0,0,0,'Execute scheduled task: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n... started 04:33:01. Current memory use 20.2 MB.\n... used 0 dbqueries\n... used 0.0049190521240234 seconds\nScheduled task complete: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n','pplmvsvm',902380),(32338742,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_contexts',0,1771621201.3295000000,1771621201.3406000000,0,0,0,'Execute scheduled task: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n... started 05:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nProcessed deletions for 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0066039562225342 seconds\nScheduled task complete: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n','pplmvsvm',902824),(32340193,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_requests',0,1771624801.8837000000,1771624801.8957000000,1,0,0,'Execute scheduled task: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n... started 06:00:01. Current memory use 20.6 MB.\n... used 1 dbqueries\n... used 0.0079340934753418 seconds\nScheduled task complete: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n','pplmvsvm',903828),(32340473,0,'moodle','core\\task\\check_for_updates_task',0,1771625462.0750000000,1771625463.2241000000,3,2,0,'Execute scheduled task: 檢查是否有更新 (core\\task\\check_for_updates_task)\n... started 06:11:02. Current memory use 20.5 MB.\nRegular daily check for available updates ... nothing to notify about. done\n... used 5 dbqueries\n... used 1.1435551643372 seconds\nScheduled task complete: 檢查是否有更新 (core\\task\\check_for_updates_task)\n','pplmvsvm',904112),(32342769,0,'mod_lti','mod_lti\\task\\clean_access_tokens',0,1771631161.9743000000,1771631161.9843000000,0,1,0,'Execute scheduled task: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n... started 07:46:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0049920082092285 seconds\nScheduled task complete: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n','pplmvsvm',905666),(32343681,0,'moodle','core\\task\\completion_daily_task',0,1771633441.4217000000,1771633441.4345000000,1,0,0,'Execute scheduled task: 完成標示為已開始 (core\\task\\completion_daily_task)\n... started 08:24:01. Current memory use 20.5 MB.\nMarking users as started\n... used 1 dbqueries\n... used 0.0076718330383301 seconds\nScheduled task complete: 完成標示為已開始 (core\\task\\completion_daily_task)\n','pplmvsvm',906299),(32344675,0,'tool_brickfield','tool_brickfield\\task\\checkid_validation',0,1771635901.8006000000,1771635901.8098000000,0,0,0,'Execute scheduled task: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n... started 09:05:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0046799182891846 seconds\nScheduled task complete: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n','pplmvsvm',906928),(32344706,0,'tool_monitor','tool_monitor\\task\\check_subscriptions',0,1771635962.1820000000,1771635962.1898000000,0,0,0,'Execute scheduled task: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n... started 09:06:02. Current memory use 20.6 MB.\n... used 0 dbqueries\n... used 0.0041639804840088 seconds\nScheduled task complete: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n','pplmvsvm',906938),(32349973,0,'ltiservice_gradebookservices','ltiservice_gradebookservices\\task\\cleanup_task',0,1771649041.5105000000,1771649041.5361000000,0,1,0,'Execute scheduled task: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n... started 12:44:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.020968914031982 seconds\nScheduled task complete: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n','pplmvsvm',911662),(32356157,0,'tool_analytics','tool_analytics\\task\\train_models',0,1771664401.4673000000,1771664401.4763000000,0,0,0,'Execute scheduled task: 訓練模型 (tool_analytics\\task\\train_models)\n... started 17:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0050899982452393 seconds\nScheduled task complete: 訓練模型 (tool_analytics\\task\\train_models)\n','pplmvsvm',916630),(32357608,0,'tool_analytics','tool_analytics\\task\\predict_models',0,1771668002.2818000000,1771668002.2909000000,0,0,0,'Execute scheduled task: 預測模型 (tool_analytics\\task\\predict_models)\n... started 18:00:02. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0052011013031006 seconds\nScheduled task complete: 預測模型 (tool_analytics\\task\\predict_models)\n','pplmvsvm',917617),(32363412,0,'message_email','message_email\\task\\send_email_task',0,1771682401.7128000000,1771682401.7343000000,4,0,0,'Execute scheduled task: Messages digest mailings (message_email\\task\\send_email_task)\n... started 22:00:01. Current memory use 20.3 MB.\n... used 4 dbqueries\n... used 0.016638040542603 seconds\nScheduled task complete: Messages digest mailings (message_email\\task\\send_email_task)\n','pplmvsvm',921722),(32363874,0,'moodle','core\\task\\task_log_cleanup_task',0,1771683541.8973000000,1771683545.7851000000,166,104,0,'Execute scheduled task: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n... started 22:19:01. Current memory use 20.5 MB.\n... used 270 dbqueries\n... used 3.8824110031128 seconds\nScheduled task complete: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n','pplmvsvm',922098),(32365766,0,'block_recent_activity','block_recent_activity\\task\\cleanup',0,1771688221.9888000000,1771688222.0069000000,0,1,0,'Execute scheduled task: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n... started 23:37:01. Current memory use 20.2 MB.\n... used 1 dbqueries\n... used 0.013653039932251 seconds\nScheduled task complete: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n','pplmvsvm',923320),(32366315,0,'moodle','core\\task\\create_contexts_task',0,1771689601.7196000000,1771689601.7330000000,9,2,0,'Execute scheduled task: 建立缺少的情境 (core\\task\\create_contexts_task)\n... started 00:00:01. Current memory use 20.5 MB.\n Created missing context instances\n... used 11 dbqueries\n... used 0.0078680515289307 seconds\nScheduled task complete: 建立缺少的情境 (core\\task\\create_contexts_task)\n','pplmvsvm',923745),(32366316,0,'moodle','core\\task\\stats_cron_task',0,1771689601.8100000000,1771689601.8113000000,0,0,0,'Execute scheduled task: 背景統計資料處理 (core\\task\\stats_cron_task)\n... started 00:00:01. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 9.8228454589844E-5 seconds\nScheduled task complete: 背景統計資料處理 (core\\task\\stats_cron_task)\n','pplmvsvm',923745),(32366356,0,'moodle','core\\task\\h5p_clean_orphaned_records_task',0,1771689661.4193000000,1771689661.4308000000,1,0,0,'Execute scheduled task: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n... started 00:01:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0055549144744873 seconds\nScheduled task complete: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n','pplmvsvm',923775),(32366573,0,'moodle','core\\task\\task_lock_cleanup_task',0,1771690201.3637000000,1771690201.3748000000,1,0,0,'Execute scheduled task: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n... started 00:10:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0054020881652832 seconds\nScheduled task complete: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n','pplmvsvm',924020),(32367458,0,'moodle','core\\task\\antivirus_cleanup_task',0,1771692301.3471000000,1771692301.3569000000,0,1,0,'Execute scheduled task: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n... started 00:45:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0052480697631836 seconds\nScheduled task complete: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n','pplmvsvm',924583),(32367582,0,'tool_brickfield','tool_brickfield\\task\\update_summarydata',0,1771692601.5829000000,1771692601.5927000000,0,0,0,'Execute scheduled task: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n... started 00:50:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0046868324279785 seconds\nScheduled task complete: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n','pplmvsvm',924634),(32369168,0,'tool_messageinbound','tool_messageinbound\\task\\cleanup_task',0,1771696501.5356000000,1771696501.5460000000,0,1,0,'Execute scheduled task: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n... started 01:55:01. Current memory use 20.6 MB.\nInbound Message not fully configured - exiting early.\n... used 1 dbqueries\n... used 0.0066909790039062 seconds\nScheduled task complete: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n','pplmvsvm',925675),(32369441,0,'moodle','core_files\\task\\conversion_cleanup_task',0,1771697161.5155000000,1771697161.5275000000,1,1,0,'Execute scheduled task: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n... started 02:06:01. Current memory use 20.5 MB.\n... used 2 dbqueries\n... used 0.0068190097808838 seconds\nScheduled task complete: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n','pplmvsvm',925811),(32370737,0,'tool_dataprivacy','tool_dataprivacy\\task\\expired_retention_period',0,1771700401.6183000000,1771700401.6289000000,0,0,0,'Execute scheduled task: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n... started 03:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nFlagged 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0064170360565186 seconds\nScheduled task complete: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n','pplmvsvm',926739),(32371221,0,'moodle','core\\task\\tag_cron_task',0,1771701601.5602000000,1771701601.5689000000,0,0,0,'Execute scheduled task: 背景標籤處理 (core\\task\\tag_cron_task)\n... started 03:20:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0042140483856201 seconds\nScheduled task complete: 背景標籤處理 (core\\task\\tag_cron_task)\n','pplmvsvm',927125),(32372650,0,'tool_langimport','tool_langimport\\task\\update_langpacks_task',0,1771705141.9699000000,1771705144.1393000000,0,0,0,'Execute scheduled task: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n... started 04:19:01. Current memory use 20.6 MB.\n您的所有語言包都已經是最新的了,不需要再更新。\n... used 0 dbqueries\n... used 2.1657130718231 seconds\nScheduled task complete: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n','pplmvsvm',928807),(32372995,0,'logstore_standard','logstore_standard\\task\\cleanup_task',0,1771705981.3880000000,1771705981.3972000000,0,0,0,'Execute scheduled task: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n... started 04:33:01. Current memory use 20.2 MB.\n... used 0 dbqueries\n... used 0.004572868347168 seconds\nScheduled task complete: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n','pplmvsvm',928975),(32373641,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_contexts',0,1771707601.8023000000,1771707601.8127000000,0,0,0,'Execute scheduled task: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n... started 05:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nProcessed deletions for 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0064301490783691 seconds\nScheduled task complete: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n','pplmvsvm',929428),(32375092,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_requests',0,1771711201.4818000000,1771711201.4929000000,1,0,0,'Execute scheduled task: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n... started 06:00:01. Current memory use 20.6 MB.\n... used 1 dbqueries\n... used 0.0072441101074219 seconds\nScheduled task complete: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n','pplmvsvm',930453),(32375372,0,'moodle','core\\task\\check_for_updates_task',0,1771711861.6942000000,1771711861.7047000000,0,0,0,'Execute scheduled task: 檢查是否有更新 (core\\task\\check_for_updates_task)\n... started 06:11:01. Current memory use 20.5 MB.\nRecently fetched info about available updates is still fresh enough, skipping.\n... used 0 dbqueries\n... used 0.0054519176483154 seconds\nScheduled task complete: 檢查是否有更新 (core\\task\\check_for_updates_task)\n','pplmvsvm',930741),(32377668,0,'mod_lti','mod_lti\\task\\clean_access_tokens',0,1771717561.9046000000,1771717561.9142000000,0,1,0,'Execute scheduled task: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n... started 07:46:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0047271251678467 seconds\nScheduled task complete: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n','pplmvsvm',932298),(32378580,0,'moodle','core\\task\\completion_daily_task',0,1771719841.8265000000,1771719841.8395000000,1,0,0,'Execute scheduled task: 完成標示為已開始 (core\\task\\completion_daily_task)\n... started 08:24:01. Current memory use 20.5 MB.\nMarking users as started\n... used 1 dbqueries\n... used 0.0077660083770752 seconds\nScheduled task complete: 完成標示為已開始 (core\\task\\completion_daily_task)\n','pplmvsvm',932964),(32379574,0,'tool_brickfield','tool_brickfield\\task\\checkid_validation',0,1771722302.2435000000,1771722302.2538000000,0,0,0,'Execute scheduled task: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n... started 09:05:02. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0051629543304443 seconds\nScheduled task complete: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n','pplmvsvm',933622),(32379605,0,'tool_monitor','tool_monitor\\task\\check_subscriptions',0,1771722361.6260000000,1771722361.6337000000,0,0,0,'Execute scheduled task: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n... started 09:06:01. Current memory use 20.6 MB.\n... used 0 dbqueries\n... used 0.004176139831543 seconds\nScheduled task complete: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n','pplmvsvm',933633),(32384872,0,'ltiservice_gradebookservices','ltiservice_gradebookservices\\task\\cleanup_task',0,1771735441.9352000000,1771735441.9609000000,0,1,0,'Execute scheduled task: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n... started 12:44:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.021208047866821 seconds\nScheduled task complete: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n','pplmvsvm',937531),(32391056,0,'tool_analytics','tool_analytics\\task\\train_models',0,1771750801.8599000000,1771750801.8696000000,0,0,0,'Execute scheduled task: 訓練模型 (tool_analytics\\task\\train_models)\n... started 17:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.005424976348877 seconds\nScheduled task complete: 訓練模型 (tool_analytics\\task\\train_models)\n','pplmvsvm',942583),(32391573,0,'moodle','core\\task\\registration_cron_task',0,1771752061.6689000000,1771752063.9696000000,20,1,0,'Execute scheduled task: 網站註冊 (core\\task\\registration_cron_task)\n... started 17:21:01. Current memory use 20.5 MB.\n網站註冊已經更新\n... used 21 dbqueries\n... used 2.2957990169525 seconds\nScheduled task complete: 網站註冊 (core\\task\\registration_cron_task)\n','pplmvsvm',943001),(32392508,0,'tool_analytics','tool_analytics\\task\\predict_models',0,1771754401.2640000000,1771754401.2729000000,0,0,0,'Execute scheduled task: 預測模型 (tool_analytics\\task\\predict_models)\n... started 18:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0051469802856445 seconds\nScheduled task complete: 預測模型 (tool_analytics\\task\\predict_models)\n','pplmvsvm',943572),(32398312,0,'message_email','message_email\\task\\send_email_task',0,1771768801.7075000000,1771768801.7293000000,4,0,0,'Execute scheduled task: Messages digest mailings (message_email\\task\\send_email_task)\n... started 22:00:01. Current memory use 20.3 MB.\n... used 4 dbqueries\n... used 0.016670942306519 seconds\nScheduled task complete: Messages digest mailings (message_email\\task\\send_email_task)\n','pplmvsvm',947687),(32398774,0,'moodle','core\\task\\task_log_cleanup_task',0,1771769941.3147000000,1771769945.8177000000,166,105,0,'Execute scheduled task: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n... started 22:19:01. Current memory use 20.5 MB.\n... used 271 dbqueries\n... used 4.4979200363159 seconds\nScheduled task complete: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n','pplmvsvm',948058),(32400666,0,'block_recent_activity','block_recent_activity\\task\\cleanup',0,1771774622.0069000000,1771774622.0257000000,0,1,0,'Execute scheduled task: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n... started 23:37:02. Current memory use 20.2 MB.\n... used 1 dbqueries\n... used 0.013910055160522 seconds\nScheduled task complete: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n','pplmvsvm',949251),(32401215,0,'moodle','core\\task\\create_contexts_task',0,1771776001.6632000000,1771776001.6772000000,9,2,0,'Execute scheduled task: 建立缺少的情境 (core\\task\\create_contexts_task)\n... started 00:00:01. Current memory use 20.5 MB.\n Created missing context instances\n... used 11 dbqueries\n... used 0.0081310272216797 seconds\nScheduled task complete: 建立缺少的情境 (core\\task\\create_contexts_task)\n','pplmvsvm',949685),(32401216,0,'moodle','core\\task\\stats_cron_task',0,1771776001.7304000000,1771776001.7321000000,0,0,0,'Execute scheduled task: 背景統計資料處理 (core\\task\\stats_cron_task)\n... started 00:00:01. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 9.2983245849609E-5 seconds\nScheduled task complete: 背景統計資料處理 (core\\task\\stats_cron_task)\n','pplmvsvm',949685),(32401256,0,'moodle','core\\task\\h5p_clean_orphaned_records_task',0,1771776061.5847000000,1771776061.5958000000,1,0,0,'Execute scheduled task: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n... started 00:01:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0052971839904785 seconds\nScheduled task complete: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n','pplmvsvm',949726),(32401473,0,'moodle','core\\task\\task_lock_cleanup_task',0,1771776601.8457000000,1771776601.8568000000,1,0,0,'Execute scheduled task: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n... started 00:10:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0051870346069336 seconds\nScheduled task complete: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n','pplmvsvm',949984),(32402358,0,'moodle','core\\task\\antivirus_cleanup_task',0,1771778701.4432000000,1771778701.4531000000,0,1,0,'Execute scheduled task: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n... started 00:45:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0053410530090332 seconds\nScheduled task complete: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n','pplmvsvm',950574),(32402482,0,'tool_brickfield','tool_brickfield\\task\\update_summarydata',0,1771779002.2043000000,1771779002.2139000000,0,0,0,'Execute scheduled task: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n... started 00:50:02. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0048317909240723 seconds\nScheduled task complete: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n','pplmvsvm',950626),(32404068,0,'tool_messageinbound','tool_messageinbound\\task\\cleanup_task',0,1771782901.9074000000,1771782901.9173000000,0,1,0,'Execute scheduled task: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n... started 01:55:01. Current memory use 20.6 MB.\nInbound Message not fully configured - exiting early.\n... used 1 dbqueries\n... used 0.0058310031890869 seconds\nScheduled task complete: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n','pplmvsvm',951670),(32404341,0,'moodle','core_files\\task\\conversion_cleanup_task',0,1771783561.4647000000,1771783561.4769000000,1,1,0,'Execute scheduled task: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n... started 02:06:01. Current memory use 20.5 MB.\n... used 2 dbqueries\n... used 0.0069410800933838 seconds\nScheduled task complete: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n','pplmvsvm',951808),(32405637,0,'tool_dataprivacy','tool_dataprivacy\\task\\expired_retention_period',0,1771786801.4359000000,1771786801.4481000000,0,0,0,'Execute scheduled task: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n... started 03:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nFlagged 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0075161457061768 seconds\nScheduled task complete: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n','pplmvsvm',952711),(32406121,0,'moodle','core\\task\\tag_cron_task',0,1771788001.4958000000,1771788001.5047000000,0,0,0,'Execute scheduled task: 背景標籤處理 (core\\task\\tag_cron_task)\n... started 03:20:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0041120052337646 seconds\nScheduled task complete: 背景標籤處理 (core\\task\\tag_cron_task)\n','pplmvsvm',953096),(32407550,0,'tool_langimport','tool_langimport\\task\\update_langpacks_task',0,1771791542.0889000000,1771791544.2209000000,0,0,0,'Execute scheduled task: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n... started 04:19:02. Current memory use 20.6 MB.\n您的所有語言包都已經是最新的了,不需要再更新。\n... used 0 dbqueries\n... used 2.1280899047852 seconds\nScheduled task complete: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n','pplmvsvm',954101),(32407895,0,'logstore_standard','logstore_standard\\task\\cleanup_task',0,1771792381.5008000000,1771792381.5100000000,0,0,0,'Execute scheduled task: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n... started 04:33:01. Current memory use 20.2 MB.\n... used 0 dbqueries\n... used 0.0045337677001953 seconds\nScheduled task complete: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n','pplmvsvm',954274),(32408541,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_contexts',0,1771794001.4564000000,1771794001.4679000000,0,0,0,'Execute scheduled task: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n... started 05:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nProcessed deletions for 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0069799423217773 seconds\nScheduled task complete: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n','pplmvsvm',954731),(32409992,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_requests',0,1771797602.1487000000,1771797602.1595000000,1,0,0,'Execute scheduled task: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n... started 06:00:02. Current memory use 20.6 MB.\n... used 1 dbqueries\n... used 0.0069749355316162 seconds\nScheduled task complete: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n','pplmvsvm',955722),(32410272,0,'moodle','core\\task\\check_for_updates_task',0,1771798261.9452000000,1771798263.2562000000,20,3,0,'Execute scheduled task: 檢查是否有更新 (core\\task\\check_for_updates_task)\n... started 06:11:01. Current memory use 20.5 MB.\nRegular daily check for available updates ... sending notifications ... done\n... used 23 dbqueries\n... used 1.3059461116791 seconds\nScheduled task complete: 檢查是否有更新 (core\\task\\check_for_updates_task)\n','pplmvsvm',956005),(32412568,0,'mod_lti','mod_lti\\task\\clean_access_tokens',0,1771803961.9718000000,1771803961.9814000000,0,1,0,'Execute scheduled task: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n... started 07:46:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0048670768737793 seconds\nScheduled task complete: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n','pplmvsvm',957574),(32413480,0,'moodle','core\\task\\completion_daily_task',0,1771806242.0507000000,1771806242.0645000000,1,0,0,'Execute scheduled task: 完成標示為已開始 (core\\task\\completion_daily_task)\n... started 08:24:02. Current memory use 20.5 MB.\nMarking users as started\n... used 1 dbqueries\n... used 0.0080499649047852 seconds\nScheduled task complete: 完成標示為已開始 (core\\task\\completion_daily_task)\n','pplmvsvm',958219),(32414474,0,'tool_brickfield','tool_brickfield\\task\\checkid_validation',0,1771808702.0423000000,1771808702.0527000000,0,0,0,'Execute scheduled task: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n... started 09:05:02. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0051360130310059 seconds\nScheduled task complete: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n','pplmvsvm',958843),(32414505,0,'tool_monitor','tool_monitor\\task\\check_subscriptions',0,1771808761.4603000000,1771808761.4685000000,0,0,0,'Execute scheduled task: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n... started 09:06:01. Current memory use 20.6 MB.\n... used 0 dbqueries\n... used 0.0042970180511475 seconds\nScheduled task complete: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n','pplmvsvm',958855),(32419772,0,'ltiservice_gradebookservices','ltiservice_gradebookservices\\task\\cleanup_task',0,1771821841.6968000000,1771821841.7252000000,0,1,0,'Execute scheduled task: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n... started 12:44:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.022641897201538 seconds\nScheduled task complete: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n','pplmvsvm',963478),(32425956,0,'tool_analytics','tool_analytics\\task\\train_models',0,1771837201.7925000000,1771837201.8021000000,0,0,0,'Execute scheduled task: 訓練模型 (tool_analytics\\task\\train_models)\n... started 17:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0057218074798584 seconds\nScheduled task complete: 訓練模型 (tool_analytics\\task\\train_models)\n','pplmvsvm',967867),(32427407,0,'tool_analytics','tool_analytics\\task\\predict_models',0,1771840801.7592000000,1771840801.7695000000,0,0,0,'Execute scheduled task: 預測模型 (tool_analytics\\task\\predict_models)\n... started 18:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0058119297027588 seconds\nScheduled task complete: 預測模型 (tool_analytics\\task\\predict_models)\n','pplmvsvm',968868),(32427446,0,'editor_atto','editor_atto\\task\\autosave_cleanup_task',0,1771840861.4843000000,1771840861.4939000000,0,1,0,'Execute scheduled task: 從資料庫中刪除自動儲存的草稿 (editor_atto\\task\\autosave_cleanup_task)\n... started 18:01:01. Current memory use 20.4 MB.\n... used 1 dbqueries\n... used 0.0049540996551514 seconds\nScheduled task complete: 從資料庫中刪除自動儲存的草稿 (editor_atto\\task\\autosave_cleanup_task)\n','pplmvsvm',968899),(32433212,0,'message_email','message_email\\task\\send_email_task',0,1771855201.6615000000,1771855201.6841000000,4,0,0,'Execute scheduled task: Messages digest mailings (message_email\\task\\send_email_task)\n... started 22:00:01. Current memory use 20.3 MB.\n... used 4 dbqueries\n... used 0.016700983047485 seconds\nScheduled task complete: Messages digest mailings (message_email\\task\\send_email_task)\n','pplmvsvm',972884),(32433674,0,'moodle','core\\task\\task_log_cleanup_task',0,1771856341.4398000000,1771856346.1726000000,166,105,0,'Execute scheduled task: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n... started 22:19:01. Current memory use 20.5 MB.\n... used 271 dbqueries\n... used 4.7275371551514 seconds\nScheduled task complete: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n','pplmvsvm',973256),(32435566,0,'block_recent_activity','block_recent_activity\\task\\cleanup',0,1771861021.8547000000,1771861021.8730000000,0,1,0,'Execute scheduled task: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n... started 23:37:01. Current memory use 20.2 MB.\n... used 1 dbqueries\n... used 0.013540983200073 seconds\nScheduled task complete: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n','pplmvsvm',975199),(32436115,0,'moodle','core\\task\\create_contexts_task',0,1771862402.0236000000,1771862402.0413000000,9,2,0,'Execute scheduled task: 建立缺少的情境 (core\\task\\create_contexts_task)\n... started 00:00:02. Current memory use 20.5 MB.\n Created missing context instances\n... used 11 dbqueries\n... used 0.0082390308380127 seconds\nScheduled task complete: 建立缺少的情境 (core\\task\\create_contexts_task)\n','pplmvsvm',975624),(32436116,0,'moodle','core\\task\\stats_cron_task',0,1771862402.1057000000,1771862402.1072000000,0,0,0,'Execute scheduled task: 背景統計資料處理 (core\\task\\stats_cron_task)\n... started 00:00:02. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 0.00031018257141113 seconds\nScheduled task complete: 背景統計資料處理 (core\\task\\stats_cron_task)\n','pplmvsvm',975624),(32436156,0,'moodle','core\\task\\h5p_clean_orphaned_records_task',0,1771862462.0384000000,1771862462.0488000000,1,0,0,'Execute scheduled task: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n... started 00:01:02. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0050721168518066 seconds\nScheduled task complete: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n','pplmvsvm',975652),(32436373,0,'moodle','core\\task\\task_lock_cleanup_task',0,1771863002.0999000000,1771863002.1118000000,1,0,0,'Execute scheduled task: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n... started 00:10:02. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0059878826141357 seconds\nScheduled task complete: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n','pplmvsvm',975907),(32437258,0,'moodle','core\\task\\antivirus_cleanup_task',0,1771865101.9455000000,1771865101.9560000000,0,1,0,'Execute scheduled task: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n... started 00:45:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0056359767913818 seconds\nScheduled task complete: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n','pplmvsvm',976476),(32437382,0,'tool_brickfield','tool_brickfield\\task\\update_summarydata',0,1771865401.4950000000,1771865401.5050000000,0,0,0,'Execute scheduled task: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n... started 00:50:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.004878044128418 seconds\nScheduled task complete: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n','pplmvsvm',976521),(32438968,0,'tool_messageinbound','tool_messageinbound\\task\\cleanup_task',0,1771869301.9327000000,1771869301.9427000000,0,1,0,'Execute scheduled task: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n... started 01:55:01. Current memory use 20.6 MB.\nInbound Message not fully configured - exiting early.\n... used 1 dbqueries\n... used 0.0059258937835693 seconds\nScheduled task complete: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n','pplmvsvm',977616),(32439241,0,'moodle','core_files\\task\\conversion_cleanup_task',0,1771869962.0019000000,1771869962.0129000000,1,1,0,'Execute scheduled task: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n... started 02:06:02. Current memory use 20.5 MB.\n... used 2 dbqueries\n... used 0.0061020851135254 seconds\nScheduled task complete: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n','pplmvsvm',977751),(32440537,0,'tool_dataprivacy','tool_dataprivacy\\task\\expired_retention_period',0,1771873202.1864000000,1771873202.1982000000,0,0,0,'Execute scheduled task: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n... started 03:00:02. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nFlagged 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0072829723358154 seconds\nScheduled task complete: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n','pplmvsvm',978651),(32441021,0,'moodle','core\\task\\tag_cron_task',0,1771874401.8742000000,1771874401.8833000000,0,0,0,'Execute scheduled task: 背景標籤處理 (core\\task\\tag_cron_task)\n... started 03:20:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0041139125823975 seconds\nScheduled task complete: 背景標籤處理 (core\\task\\tag_cron_task)\n','pplmvsvm',979042),(32442450,0,'tool_langimport','tool_langimport\\task\\update_langpacks_task',0,1771877941.9160000000,1771877943.3301000000,0,0,0,'Execute scheduled task: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n... started 04:19:01. Current memory use 20.6 MB.\n您的所有語言包都已經是最新的了,不需要再更新。\n... used 0 dbqueries\n... used 1.4102399349213 seconds\nScheduled task complete: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n','pplmvsvm',980723),(32442795,0,'logstore_standard','logstore_standard\\task\\cleanup_task',0,1771878782.0291000000,1771878782.0385000000,0,0,0,'Execute scheduled task: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n... started 04:33:02. Current memory use 20.2 MB.\n... used 0 dbqueries\n... used 0.0044410228729248 seconds\nScheduled task complete: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n','pplmvsvm',980892),(32443441,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_contexts',0,1771880401.9542000000,1771880401.9653000000,0,0,0,'Execute scheduled task: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n... started 05:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nProcessed deletions for 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0066430568695068 seconds\nScheduled task complete: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n','pplmvsvm',981337),(32444892,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_requests',0,1771884001.8161000000,1771884001.8287000000,1,0,0,'Execute scheduled task: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n... started 06:00:01. Current memory use 20.6 MB.\n... used 1 dbqueries\n... used 0.0079751014709473 seconds\nScheduled task complete: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n','pplmvsvm',982339),(32445172,0,'moodle','core\\task\\check_for_updates_task',0,1771884661.9555000000,1771884661.9680000000,0,0,0,'Execute scheduled task: 檢查是否有更新 (core\\task\\check_for_updates_task)\n... started 06:11:01. Current memory use 20.5 MB.\nRecently fetched info about available updates is still fresh enough, skipping.\n... used 0 dbqueries\n... used 0.0064868927001953 seconds\nScheduled task complete: 檢查是否有更新 (core\\task\\check_for_updates_task)\n','pplmvsvm',982626),(32447468,0,'mod_lti','mod_lti\\task\\clean_access_tokens',0,1771890361.7207000000,1771890361.7304000000,0,1,0,'Execute scheduled task: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n... started 07:46:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0048470497131348 seconds\nScheduled task complete: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n','pplmvsvm',984322),(32448380,0,'moodle','core\\task\\completion_daily_task',0,1771892641.4102000000,1771892641.4233000000,1,0,0,'Execute scheduled task: 完成標示為已開始 (core\\task\\completion_daily_task)\n... started 08:24:01. Current memory use 20.5 MB.\nMarking users as started\n... used 1 dbqueries\n... used 0.0077090263366699 seconds\nScheduled task complete: 完成標示為已開始 (core\\task\\completion_daily_task)\n','pplmvsvm',984958),(32449374,0,'tool_brickfield','tool_brickfield\\task\\checkid_validation',0,1771895101.9623000000,1771895101.9733000000,0,0,0,'Execute scheduled task: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n... started 09:05:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0057919025421143 seconds\nScheduled task complete: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n','pplmvsvm',985579),(32449405,0,'tool_monitor','tool_monitor\\task\\check_subscriptions',0,1771895161.2976000000,1771895161.3055000000,0,0,0,'Execute scheduled task: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n... started 09:06:01. Current memory use 20.6 MB.\n... used 0 dbqueries\n... used 0.0042300224304199 seconds\nScheduled task complete: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n','pplmvsvm',985590),(32454672,0,'ltiservice_gradebookservices','ltiservice_gradebookservices\\task\\cleanup_task',0,1771908242.0619000000,1771908242.0889000000,0,1,0,'Execute scheduled task: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n... started 12:44:02. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.021958112716675 seconds\nScheduled task complete: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n','pplmvsvm',989530),(32460856,0,'tool_analytics','tool_analytics\\task\\train_models',0,1771923602.0542000000,1771923602.0633000000,0,0,0,'Execute scheduled task: 訓練模型 (tool_analytics\\task\\train_models)\n... started 17:00:02. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0052919387817383 seconds\nScheduled task complete: 訓練模型 (tool_analytics\\task\\train_models)\n','pplmvsvm',994636),(32462307,0,'tool_analytics','tool_analytics\\task\\predict_models',0,1771927201.4133000000,1771927201.4223000000,0,0,0,'Execute scheduled task: 預測模型 (tool_analytics\\task\\predict_models)\n... started 18:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0052969455718994 seconds\nScheduled task complete: 預測模型 (tool_analytics\\task\\predict_models)\n','pplmvsvm',995623),(32468111,0,'message_email','message_email\\task\\send_email_task',0,1771941601.9363000000,1771941601.9619000000,4,0,0,'Execute scheduled task: Messages digest mailings (message_email\\task\\send_email_task)\n... started 22:00:01. Current memory use 20.3 MB.\n... used 4 dbqueries\n... used 0.018837928771973 seconds\nScheduled task complete: Messages digest mailings (message_email\\task\\send_email_task)\n','pplmvsvm',999660),(32468573,0,'moodle','core\\task\\task_log_cleanup_task',0,1771942741.6561000000,1771942746.5984000000,166,104,0,'Execute scheduled task: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n... started 22:19:01. Current memory use 20.5 MB.\n... used 270 dbqueries\n... used 4.9369249343872 seconds\nScheduled task complete: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n','pplmvsvm',1000035),(32470465,0,'block_recent_activity','block_recent_activity\\task\\cleanup',0,1771947421.4938000000,1771947421.5119000000,0,1,0,'Execute scheduled task: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n... started 23:37:01. Current memory use 20.2 MB.\n... used 1 dbqueries\n... used 0.013263940811157 seconds\nScheduled task complete: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n','pplmvsvm',1001240),(32471014,0,'moodle','core\\task\\create_contexts_task',0,1771948801.6938000000,1771948801.7079000000,9,2,0,'Execute scheduled task: 建立缺少的情境 (core\\task\\create_contexts_task)\n... started 00:00:01. Current memory use 20.5 MB.\n Created missing context instances\n... used 11 dbqueries\n... used 0.0073959827423096 seconds\nScheduled task complete: 建立缺少的情境 (core\\task\\create_contexts_task)\n','pplmvsvm',1001699),(32471015,0,'moodle','core\\task\\stats_cron_task',0,1771948801.7596000000,1771948801.7605000000,0,0,0,'Execute scheduled task: 背景統計資料處理 (core\\task\\stats_cron_task)\n... started 00:00:01. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 8.2015991210938E-5 seconds\nScheduled task complete: 背景統計資料處理 (core\\task\\stats_cron_task)\n','pplmvsvm',1001699),(32471055,0,'moodle','core\\task\\h5p_clean_orphaned_records_task',0,1771948861.6432000000,1771948861.6529000000,1,0,0,'Execute scheduled task: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n... started 00:01:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0046911239624023 seconds\nScheduled task complete: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n','pplmvsvm',1001729),(32471272,0,'moodle','core\\task\\task_lock_cleanup_task',0,1771949401.3142000000,1771949401.3284000000,1,0,0,'Execute scheduled task: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n... started 00:10:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0058538913726807 seconds\nScheduled task complete: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n','pplmvsvm',1001972),(32472157,0,'moodle','core\\task\\antivirus_cleanup_task',0,1771951501.9469000000,1771951501.9572000000,0,1,0,'Execute scheduled task: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n... started 00:45:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0055718421936035 seconds\nScheduled task complete: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n','pplmvsvm',1002568),(32472281,0,'tool_brickfield','tool_brickfield\\task\\update_summarydata',0,1771951801.5915000000,1771951801.6011000000,0,0,0,'Execute scheduled task: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n... started 00:50:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0048391819000244 seconds\nScheduled task complete: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n','pplmvsvm',1002629),(32473867,0,'tool_messageinbound','tool_messageinbound\\task\\cleanup_task',0,1771955702.1146000000,1771955702.1238000000,0,1,0,'Execute scheduled task: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n... started 01:55:02. Current memory use 20.6 MB.\nInbound Message not fully configured - exiting early.\n... used 1 dbqueries\n... used 0.0055069923400879 seconds\nScheduled task complete: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n','pplmvsvm',1003748),(32474140,0,'moodle','core_files\\task\\conversion_cleanup_task',0,1771956361.3872000000,1771956361.3989000000,1,1,0,'Execute scheduled task: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n... started 02:06:01. Current memory use 20.5 MB.\n... used 2 dbqueries\n... used 0.0062119960784912 seconds\nScheduled task complete: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n','pplmvsvm',1003897),(32475436,0,'tool_dataprivacy','tool_dataprivacy\\task\\expired_retention_period',0,1771959601.8907000000,1771959601.9031000000,0,0,0,'Execute scheduled task: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n... started 03:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nFlagged 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0071520805358887 seconds\nScheduled task complete: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n','pplmvsvm',1004819),(32475920,0,'moodle','core\\task\\tag_cron_task',0,1771960801.8749000000,1771960801.8863000000,0,0,0,'Execute scheduled task: 背景標籤處理 (core\\task\\tag_cron_task)\n... started 03:20:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0043890476226807 seconds\nScheduled task complete: 背景標籤處理 (core\\task\\tag_cron_task)\n','pplmvsvm',1005200),(32477349,0,'tool_langimport','tool_langimport\\task\\update_langpacks_task',0,1771964341.2846000000,1771964343.7297000000,0,0,0,'Execute scheduled task: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n... started 04:19:01. Current memory use 20.6 MB.\n您的所有語言包都已經是最新的了,不需要再更新。\n... used 0 dbqueries\n... used 2.4410889148712 seconds\nScheduled task complete: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n','pplmvsvm',1006176),(32477694,0,'logstore_standard','logstore_standard\\task\\cleanup_task',0,1771965181.8730000000,1771965181.8855000000,0,0,0,'Execute scheduled task: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n... started 04:33:01. Current memory use 20.2 MB.\n... used 0 dbqueries\n... used 0.0049929618835449 seconds\nScheduled task complete: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n','pplmvsvm',1006348),(32478340,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_contexts',0,1771966801.6033000000,1771966801.6136000000,0,0,0,'Execute scheduled task: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n... started 05:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nProcessed deletions for 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.006382942199707 seconds\nScheduled task complete: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n','pplmvsvm',1006793),(32479791,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_requests',0,1771970402.2451000000,1771970402.2563000000,1,0,0,'Execute scheduled task: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n... started 06:00:02. Current memory use 20.6 MB.\n... used 1 dbqueries\n... used 0.0069990158081055 seconds\nScheduled task complete: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n','pplmvsvm',1008469),(32480071,0,'moodle','core\\task\\check_for_updates_task',0,1771971061.4931000000,1771971062.7474000000,3,2,0,'Execute scheduled task: 檢查是否有更新 (core\\task\\check_for_updates_task)\n... started 06:11:01. Current memory use 20.5 MB.\nRegular daily check for available updates ... nothing to notify about. done\n... used 5 dbqueries\n... used 1.2485649585724 seconds\nScheduled task complete: 檢查是否有更新 (core\\task\\check_for_updates_task)\n','pplmvsvm',1008753),(32482367,0,'mod_lti','mod_lti\\task\\clean_access_tokens',0,1771976761.2924000000,1771976761.3033000000,0,1,0,'Execute scheduled task: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n... started 07:46:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0052690505981445 seconds\nScheduled task complete: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n','pplmvsvm',1010310),(32483279,0,'moodle','core\\task\\completion_daily_task',0,1771979041.5735000000,1771979041.5869000000,1,0,0,'Execute scheduled task: 完成標示為已開始 (core\\task\\completion_daily_task)\n... started 08:24:01. Current memory use 20.5 MB.\nMarking users as started\n... used 1 dbqueries\n... used 0.007983922958374 seconds\nScheduled task complete: 完成標示為已開始 (core\\task\\completion_daily_task)\n','pplmvsvm',1010943),(32484273,0,'tool_brickfield','tool_brickfield\\task\\checkid_validation',0,1771981502.0366000000,1771981502.0467000000,0,0,0,'Execute scheduled task: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n... started 09:05:02. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0050702095031738 seconds\nScheduled task complete: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n','pplmvsvm',1011559),(32484304,0,'tool_monitor','tool_monitor\\task\\check_subscriptions',0,1771981561.5310000000,1771981561.5399000000,0,0,0,'Execute scheduled task: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n... started 09:06:01. Current memory use 20.6 MB.\n... used 0 dbqueries\n... used 0.004723072052002 seconds\nScheduled task complete: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n','pplmvsvm',1011569),(32489571,0,'ltiservice_gradebookservices','ltiservice_gradebookservices\\task\\cleanup_task',0,1771994641.9441000000,1771994641.9709000000,0,1,0,'Execute scheduled task: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n... started 12:44:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.021696090698242 seconds\nScheduled task complete: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n','pplmvsvm',1015562),(32495755,0,'tool_analytics','tool_analytics\\task\\train_models',0,1772010001.3867000000,1772010001.3959000000,0,0,0,'Execute scheduled task: 訓練模型 (tool_analytics\\task\\train_models)\n... started 17:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0054159164428711 seconds\nScheduled task complete: 訓練模型 (tool_analytics\\task\\train_models)\n','pplmvsvm',1020783),(32497206,0,'tool_analytics','tool_analytics\\task\\predict_models',0,1772013602.0766000000,1772013602.0863000000,0,0,0,'Execute scheduled task: 預測模型 (tool_analytics\\task\\predict_models)\n... started 18:00:02. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.005591869354248 seconds\nScheduled task complete: 預測模型 (tool_analytics\\task\\predict_models)\n','pplmvsvm',1022052),(32503010,0,'message_email','message_email\\task\\send_email_task',0,1772028002.0481000000,1772028002.0686000000,4,0,0,'Execute scheduled task: Messages digest mailings (message_email\\task\\send_email_task)\n... started 22:00:02. Current memory use 20.3 MB.\n... used 4 dbqueries\n... used 0.015970945358276 seconds\nScheduled task complete: Messages digest mailings (message_email\\task\\send_email_task)\n','pplmvsvm',1026094),(32503472,0,'moodle','core\\task\\task_log_cleanup_task',0,1772029141.6346000000,1772029146.1396000000,166,104,0,'Execute scheduled task: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n... started 22:19:01. Current memory use 20.5 MB.\n... used 270 dbqueries\n... used 4.4992399215698 seconds\nScheduled task complete: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n','pplmvsvm',1026483),(32505364,0,'block_recent_activity','block_recent_activity\\task\\cleanup',0,1772033821.4783000000,1772033821.4982000000,0,1,0,'Execute scheduled task: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n... started 23:37:01. Current memory use 20.2 MB.\n... used 1 dbqueries\n... used 0.015066862106323 seconds\nScheduled task complete: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n','pplmvsvm',1027690),(32505913,0,'moodle','core\\task\\create_contexts_task',0,1772035201.4530000000,1772035201.4661000000,9,2,0,'Execute scheduled task: 建立缺少的情境 (core\\task\\create_contexts_task)\n... started 00:00:01. Current memory use 20.5 MB.\n Created missing context instances\n... used 11 dbqueries\n... used 0.0078740119934082 seconds\nScheduled task complete: 建立缺少的情境 (core\\task\\create_contexts_task)\n','pplmvsvm',1028167),(32505914,0,'moodle','core\\task\\stats_cron_task',0,1772035201.5227000000,1772035201.5237000000,0,0,0,'Execute scheduled task: 背景統計資料處理 (core\\task\\stats_cron_task)\n... started 00:00:01. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 7.7962875366211E-5 seconds\nScheduled task complete: 背景統計資料處理 (core\\task\\stats_cron_task)\n','pplmvsvm',1028167),(32505954,0,'moodle','core\\task\\h5p_clean_orphaned_records_task',0,1772035261.5206000000,1772035261.5314000000,1,0,0,'Execute scheduled task: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n... started 00:01:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0049369335174561 seconds\nScheduled task complete: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n','pplmvsvm',1028199),(32506171,0,'moodle','core\\task\\task_lock_cleanup_task',0,1772035802.1291000000,1772035802.1400000000,1,0,0,'Execute scheduled task: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n... started 00:10:02. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0051732063293457 seconds\nScheduled task complete: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n','pplmvsvm',1028445),(32507056,0,'moodle','core\\task\\antivirus_cleanup_task',0,1772037901.9354000000,1772037901.9460000000,0,1,0,'Execute scheduled task: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n... started 00:45:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0054728984832764 seconds\nScheduled task complete: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n','pplmvsvm',1029004),(32507180,0,'tool_brickfield','tool_brickfield\\task\\update_summarydata',0,1772038201.7674000000,1772038201.7768000000,0,0,0,'Execute scheduled task: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n... started 00:50:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0047528743743896 seconds\nScheduled task complete: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n','pplmvsvm',1029052),(32508766,0,'tool_messageinbound','tool_messageinbound\\task\\cleanup_task',0,1772042102.2058000000,1772042102.2151000000,0,1,0,'Execute scheduled task: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n... started 01:55:02. Current memory use 20.6 MB.\nInbound Message not fully configured - exiting early.\n... used 1 dbqueries\n... used 0.0056760311126709 seconds\nScheduled task complete: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n','pplmvsvm',1030100),(32509039,0,'moodle','core_files\\task\\conversion_cleanup_task',0,1772042761.9805000000,1772042761.9908000000,1,1,0,'Execute scheduled task: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n... started 02:06:01. Current memory use 20.5 MB.\n... used 2 dbqueries\n... used 0.005342960357666 seconds\nScheduled task complete: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n','pplmvsvm',1030232),(32510335,0,'tool_dataprivacy','tool_dataprivacy\\task\\expired_retention_period',0,1772046001.4907000000,1772046001.5014000000,0,0,0,'Execute scheduled task: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n... started 03:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nFlagged 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0066070556640625 seconds\nScheduled task complete: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n','pplmvsvm',1031144),(32510819,0,'moodle','core\\task\\tag_cron_task',0,1772047201.5882000000,1772047201.5978000000,0,0,0,'Execute scheduled task: 背景標籤處理 (core\\task\\tag_cron_task)\n... started 03:20:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0042080879211426 seconds\nScheduled task complete: 背景標籤處理 (core\\task\\tag_cron_task)\n','pplmvsvm',1031527),(32512248,0,'tool_langimport','tool_langimport\\task\\update_langpacks_task',0,1772050741.6104000000,1772050743.7403000000,0,0,0,'Execute scheduled task: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n... started 04:19:01. Current memory use 20.6 MB.\n您的所有語言包都已經是最新的了,不需要再更新。\n... used 0 dbqueries\n... used 2.1262459754944 seconds\nScheduled task complete: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n','pplmvsvm',1032521),(32512593,0,'logstore_standard','logstore_standard\\task\\cleanup_task',0,1772051582.0152000000,1772051582.0241000000,0,0,0,'Execute scheduled task: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n... started 04:33:02. Current memory use 20.2 MB.\n... used 0 dbqueries\n... used 0.0044269561767578 seconds\nScheduled task complete: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n','pplmvsvm',1032688),(32513239,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_contexts',0,1772053201.2826000000,1772053201.2933000000,0,0,0,'Execute scheduled task: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n... started 05:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nProcessed deletions for 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0064589977264404 seconds\nScheduled task complete: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n','pplmvsvm',1033144),(32514690,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_requests',0,1772056802.1253000000,1772056802.1360000000,1,0,0,'Execute scheduled task: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n... started 06:00:02. Current memory use 20.6 MB.\n... used 1 dbqueries\n... used 0.0068619251251221 seconds\nScheduled task complete: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n','pplmvsvm',1034138),(32514970,0,'moodle','core\\task\\check_for_updates_task',0,1772057461.4283000000,1772057461.4393000000,0,0,0,'Execute scheduled task: 檢查是否有更新 (core\\task\\check_for_updates_task)\n... started 06:11:01. Current memory use 20.5 MB.\nRecently fetched info about available updates is still fresh enough, skipping.\n... used 0 dbqueries\n... used 0.0056858062744141 seconds\nScheduled task complete: 檢查是否有更新 (core\\task\\check_for_updates_task)\n','pplmvsvm',1034433),(32517266,0,'mod_lti','mod_lti\\task\\clean_access_tokens',0,1772063161.9854000000,1772063161.9955000000,0,1,0,'Execute scheduled task: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n... started 07:46:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.005018949508667 seconds\nScheduled task complete: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n','pplmvsvm',1036695),(32518178,0,'moodle','core\\task\\completion_daily_task',0,1772065441.5467000000,1772065441.5608000000,1,0,0,'Execute scheduled task: 完成標示為已開始 (core\\task\\completion_daily_task)\n... started 08:24:01. Current memory use 20.5 MB.\nMarking users as started\n... used 1 dbqueries\n... used 0.008004903793335 seconds\nScheduled task complete: 完成標示為已開始 (core\\task\\completion_daily_task)\n','pplmvsvm',1037363),(32519172,0,'tool_brickfield','tool_brickfield\\task\\checkid_validation',0,1772067901.7000000000,1772067901.7100000000,0,0,0,'Execute scheduled task: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n... started 09:05:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0048871040344238 seconds\nScheduled task complete: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n','pplmvsvm',1037988),(32519203,0,'tool_monitor','tool_monitor\\task\\check_subscriptions',0,1772067961.2728000000,1772067961.2811000000,0,0,0,'Execute scheduled task: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n... started 09:06:01. Current memory use 20.6 MB.\n... used 0 dbqueries\n... used 0.0044188499450684 seconds\nScheduled task complete: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n','pplmvsvm',1037998),(32524470,0,'ltiservice_gradebookservices','ltiservice_gradebookservices\\task\\cleanup_task',0,1772081041.9433000000,1772081041.9701000000,0,1,0,'Execute scheduled task: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n... started 12:44:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.021698951721191 seconds\nScheduled task complete: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n','pplmvsvm',1042004),(32530654,0,'tool_analytics','tool_analytics\\task\\train_models',0,1772096402.0667000000,1772096402.0760000000,0,0,0,'Execute scheduled task: 訓練模型 (tool_analytics\\task\\train_models)\n... started 17:00:02. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0052309036254883 seconds\nScheduled task complete: 訓練模型 (tool_analytics\\task\\train_models)\n','pplmvsvm',1047336),(32532105,0,'tool_analytics','tool_analytics\\task\\predict_models',0,1772100001.7832000000,1772100001.7929000000,0,0,0,'Execute scheduled task: 預測模型 (tool_analytics\\task\\predict_models)\n... started 18:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0054008960723877 seconds\nScheduled task complete: 預測模型 (tool_analytics\\task\\predict_models)\n','pplmvsvm',1048315),(32537909,0,'message_email','message_email\\task\\send_email_task',0,1772114401.5348000000,1772114401.5561000000,4,0,0,'Execute scheduled task: Messages digest mailings (message_email\\task\\send_email_task)\n... started 22:00:01. Current memory use 20.3 MB.\n... used 4 dbqueries\n... used 0.016694068908691 seconds\nScheduled task complete: Messages digest mailings (message_email\\task\\send_email_task)\n','pplmvsvm',1052379),(32538371,0,'moodle','core\\task\\task_log_cleanup_task',0,1772115541.9319000000,1772115546.0576000000,166,104,0,'Execute scheduled task: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n... started 22:19:01. Current memory use 20.5 MB.\n... used 270 dbqueries\n... used 4.1192319393158 seconds\nScheduled task complete: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n','pplmvsvm',1052755),(32540263,0,'block_recent_activity','block_recent_activity\\task\\cleanup',0,1772120221.7917000000,1772120221.8106000000,0,1,0,'Execute scheduled task: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n... started 23:37:01. Current memory use 20.2 MB.\n... used 1 dbqueries\n... used 0.014575004577637 seconds\nScheduled task complete: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n','pplmvsvm',1054008),(32540812,0,'moodle','core\\task\\create_contexts_task',0,1772121602.0055000000,1772121602.0192000000,9,2,0,'Execute scheduled task: 建立缺少的情境 (core\\task\\create_contexts_task)\n... started 00:00:02. Current memory use 20.5 MB.\n Created missing context instances\n... used 11 dbqueries\n... used 0.0078201293945312 seconds\nScheduled task complete: 建立缺少的情境 (core\\task\\create_contexts_task)\n','pplmvsvm',1054449),(32540813,0,'moodle','core\\task\\stats_cron_task',0,1772121602.0676000000,1772121602.0687000000,0,0,0,'Execute scheduled task: 背景統計資料處理 (core\\task\\stats_cron_task)\n... started 00:00:02. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 8.8930130004883E-5 seconds\nScheduled task complete: 背景統計資料處理 (core\\task\\stats_cron_task)\n','pplmvsvm',1054449),(32540853,0,'moodle','core\\task\\h5p_clean_orphaned_records_task',0,1772121661.6473000000,1772121661.6578000000,1,0,0,'Execute scheduled task: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n... started 00:01:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.005418062210083 seconds\nScheduled task complete: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n','pplmvsvm',1054479),(32541070,0,'moodle','core\\task\\task_lock_cleanup_task',0,1772122202.2241000000,1772122202.2348000000,1,0,0,'Execute scheduled task: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n... started 00:10:02. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0051338672637939 seconds\nScheduled task complete: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n','pplmvsvm',1054727),(32541955,0,'moodle','core\\task\\antivirus_cleanup_task',0,1772124301.4588000000,1772124301.4701000000,0,1,0,'Execute scheduled task: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n... started 00:45:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0057120323181152 seconds\nScheduled task complete: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n','pplmvsvm',1055298),(32542079,0,'tool_brickfield','tool_brickfield\\task\\update_summarydata',0,1772124601.5390000000,1772124601.5491000000,0,0,0,'Execute scheduled task: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n... started 00:50:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0049362182617188 seconds\nScheduled task complete: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n','pplmvsvm',1055390),(32543665,0,'tool_messageinbound','tool_messageinbound\\task\\cleanup_task',0,1772128502.2689000000,1772128502.2780000000,0,1,0,'Execute scheduled task: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n... started 01:55:02. Current memory use 20.6 MB.\nInbound Message not fully configured - exiting early.\n... used 1 dbqueries\n... used 0.0055348873138428 seconds\nScheduled task complete: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n','pplmvsvm',1056455),(32543938,0,'moodle','core_files\\task\\conversion_cleanup_task',0,1772129161.8962000000,1772129161.9091000000,1,1,0,'Execute scheduled task: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n... started 02:06:01. Current memory use 20.5 MB.\n... used 2 dbqueries\n... used 0.006821870803833 seconds\nScheduled task complete: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n','pplmvsvm',1056598),(32545234,0,'tool_dataprivacy','tool_dataprivacy\\task\\expired_retention_period',0,1772132401.9157000000,1772132401.9268000000,0,0,0,'Execute scheduled task: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n... started 03:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nFlagged 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.006904125213623 seconds\nScheduled task complete: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n','pplmvsvm',1057544),(32545718,0,'moodle','core\\task\\tag_cron_task',0,1772133602.1251000000,1772133602.1343000000,0,0,0,'Execute scheduled task: 背景標籤處理 (core\\task\\tag_cron_task)\n... started 03:20:02. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0042130947113037 seconds\nScheduled task complete: 背景標籤處理 (core\\task\\tag_cron_task)\n','pplmvsvm',1057933),(32547147,0,'tool_langimport','tool_langimport\\task\\update_langpacks_task',0,1772137142.1581000000,1772137144.2939000000,0,0,0,'Execute scheduled task: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n... started 04:19:02. Current memory use 20.6 MB.\n您的所有語言包都已經是最新的了,不需要再更新。\n... used 0 dbqueries\n... used 2.1322400569916 seconds\nScheduled task complete: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n','pplmvsvm',1058954),(32547492,0,'logstore_standard','logstore_standard\\task\\cleanup_task',0,1772137981.5842000000,1772137981.5935000000,0,0,0,'Execute scheduled task: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n... started 04:33:01. Current memory use 20.2 MB.\n... used 0 dbqueries\n... used 0.0045530796051025 seconds\nScheduled task complete: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n','pplmvsvm',1059129),(32548138,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_contexts',0,1772139601.6401000000,1772139601.6500000000,0,0,0,'Execute scheduled task: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n... started 05:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nProcessed deletions for 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0061781406402588 seconds\nScheduled task complete: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n','pplmvsvm',1059597),(32549589,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_requests',0,1772143202.1265000000,1772143202.1378000000,1,0,0,'Execute scheduled task: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n... started 06:00:02. Current memory use 20.6 MB.\n... used 1 dbqueries\n... used 0.0071389675140381 seconds\nScheduled task complete: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n','pplmvsvm',1060627),(32549869,0,'moodle','core\\task\\check_for_updates_task',0,1772143861.6624000000,1772143862.7918000000,3,2,0,'Execute scheduled task: 檢查是否有更新 (core\\task\\check_for_updates_task)\n... started 06:11:01. Current memory use 20.5 MB.\nRegular daily check for available updates ... nothing to notify about. done\n... used 5 dbqueries\n... used 1.1225490570068 seconds\nScheduled task complete: 檢查是否有更新 (core\\task\\check_for_updates_task)\n','pplmvsvm',1060921),(32552165,0,'mod_lti','mod_lti\\task\\clean_access_tokens',0,1772149562.2178000000,1772149562.2282000000,0,1,0,'Execute scheduled task: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n... started 07:46:02. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0052518844604492 seconds\nScheduled task complete: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n','pplmvsvm',1063240),(32553077,0,'moodle','core\\task\\completion_daily_task',0,1772151841.6778000000,1772151841.6931000000,1,0,0,'Execute scheduled task: 完成標示為已開始 (core\\task\\completion_daily_task)\n... started 08:24:01. Current memory use 20.5 MB.\nMarking users as started\n... used 1 dbqueries\n... used 0.009591817855835 seconds\nScheduled task complete: 完成標示為已開始 (core\\task\\completion_daily_task)\n','pplmvsvm',1063903),(32554071,0,'tool_brickfield','tool_brickfield\\task\\checkid_validation',0,1772154301.3907000000,1772154301.4016000000,0,0,0,'Execute scheduled task: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n... started 09:05:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0054869651794434 seconds\nScheduled task complete: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n','pplmvsvm',1064531),(32554102,0,'tool_monitor','tool_monitor\\task\\check_subscriptions',0,1772154361.8899000000,1772154361.8994000000,0,0,0,'Execute scheduled task: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n... started 09:06:01. Current memory use 20.6 MB.\n... used 0 dbqueries\n... used 0.0049779415130615 seconds\nScheduled task complete: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n','pplmvsvm',1064541),(32559369,0,'ltiservice_gradebookservices','ltiservice_gradebookservices\\task\\cleanup_task',0,1772167441.9209000000,1772167441.9473000000,0,1,0,'Execute scheduled task: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n... started 12:44:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.021411895751953 seconds\nScheduled task complete: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n','pplmvsvm',1068527),(32565553,0,'tool_analytics','tool_analytics\\task\\train_models',0,1772182801.7334000000,1772182801.7432000000,0,0,0,'Execute scheduled task: 訓練模型 (tool_analytics\\task\\train_models)\n... started 17:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0055909156799316 seconds\nScheduled task complete: 訓練模型 (tool_analytics\\task\\train_models)\n','pplmvsvm',1072992),(32567004,0,'tool_analytics','tool_analytics\\task\\predict_models',0,1772186401.7847000000,1772186401.7938000000,0,0,0,'Execute scheduled task: 預測模型 (tool_analytics\\task\\predict_models)\n... started 18:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0052199363708496 seconds\nScheduled task complete: 預測模型 (tool_analytics\\task\\predict_models)\n','pplmvsvm',1073991),(32572808,0,'message_email','message_email\\task\\send_email_task',0,1772200801.9392000000,1772200801.9619000000,4,0,0,'Execute scheduled task: Messages digest mailings (message_email\\task\\send_email_task)\n... started 22:00:01. Current memory use 20.3 MB.\n... used 4 dbqueries\n... used 0.016992092132568 seconds\nScheduled task complete: Messages digest mailings (message_email\\task\\send_email_task)\n','pplmvsvm',1078057),(32573270,0,'moodle','core\\task\\task_log_cleanup_task',0,1772201941.3708000000,1772201945.3968000000,166,104,0,'Execute scheduled task: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n... started 22:19:01. Current memory use 20.5 MB.\n... used 270 dbqueries\n... used 4.0209450721741 seconds\nScheduled task complete: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n','pplmvsvm',1078434),(32575162,0,'block_recent_activity','block_recent_activity\\task\\cleanup',0,1772206622.1514000000,1772206622.1697000000,0,1,0,'Execute scheduled task: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n... started 23:37:02. Current memory use 20.2 MB.\n... used 1 dbqueries\n... used 0.013433933258057 seconds\nScheduled task complete: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n','pplmvsvm',1079671),(32575711,0,'moodle','core\\task\\create_contexts_task',0,1772208001.8977000000,1772208001.9114000000,9,2,0,'Execute scheduled task: 建立缺少的情境 (core\\task\\create_contexts_task)\n... started 00:00:01. Current memory use 20.5 MB.\n Created missing context instances\n... used 11 dbqueries\n... used 0.0081288814544678 seconds\nScheduled task complete: 建立缺少的情境 (core\\task\\create_contexts_task)\n','pplmvsvm',1080100),(32575712,0,'moodle','core\\task\\stats_cron_task',0,1772208001.9703000000,1772208001.9714000000,0,0,0,'Execute scheduled task: 背景統計資料處理 (core\\task\\stats_cron_task)\n... started 00:00:01. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 9.0122222900391E-5 seconds\nScheduled task complete: 背景統計資料處理 (core\\task\\stats_cron_task)\n','pplmvsvm',1080100),(32575752,0,'moodle','core\\task\\h5p_clean_orphaned_records_task',0,1772208061.6452000000,1772208061.6569000000,1,0,0,'Execute scheduled task: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n... started 00:01:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0061638355255127 seconds\nScheduled task complete: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n','pplmvsvm',1080128),(32575969,0,'moodle','core\\task\\task_lock_cleanup_task',0,1772208601.3170000000,1772208601.3280000000,1,0,0,'Execute scheduled task: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n... started 00:10:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0049998760223389 seconds\nScheduled task complete: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n','pplmvsvm',1080377),(32576854,0,'moodle','core\\task\\antivirus_cleanup_task',0,1772210701.6084000000,1772210701.6188000000,0,1,0,'Execute scheduled task: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n... started 00:45:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0055580139160156 seconds\nScheduled task complete: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n','pplmvsvm',1080944),(32576978,0,'tool_brickfield','tool_brickfield\\task\\update_summarydata',0,1772211001.2648000000,1772211001.2755000000,0,0,0,'Execute scheduled task: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n... started 00:50:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0049459934234619 seconds\nScheduled task complete: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n','pplmvsvm',1080992),(32578564,0,'tool_messageinbound','tool_messageinbound\\task\\cleanup_task',0,1772214901.5840000000,1772214901.5955000000,0,1,0,'Execute scheduled task: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n... started 01:55:01. Current memory use 20.6 MB.\nInbound Message not fully configured - exiting early.\n... used 1 dbqueries\n... used 0.0077180862426758 seconds\nScheduled task complete: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n','pplmvsvm',1082782),(32578837,0,'moodle','core_files\\task\\conversion_cleanup_task',0,1772215562.1772000000,1772215562.1901000000,1,1,0,'Execute scheduled task: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n... started 02:06:02. Current memory use 20.5 MB.\n... used 2 dbqueries\n... used 0.0075490474700928 seconds\nScheduled task complete: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n','pplmvsvm',1082921),(32580133,0,'tool_dataprivacy','tool_dataprivacy\\task\\expired_retention_period',0,1772218801.7196000000,1772218801.7302000000,0,0,0,'Execute scheduled task: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n... started 03:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nFlagged 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0064949989318848 seconds\nScheduled task complete: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n','pplmvsvm',1083838),(32580617,0,'moodle','core\\task\\tag_cron_task',0,1772220001.5356000000,1772220001.5446000000,0,0,0,'Execute scheduled task: 背景標籤處理 (core\\task\\tag_cron_task)\n... started 03:20:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0041930675506592 seconds\nScheduled task complete: 背景標籤處理 (core\\task\\tag_cron_task)\n','pplmvsvm',1084227),(32582046,0,'tool_langimport','tool_langimport\\task\\update_langpacks_task',0,1772223541.5625000000,1772223543.8452000000,0,0,0,'Execute scheduled task: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n... started 04:19:01. Current memory use 20.6 MB.\n您的所有語言包都已經是最新的了,不需要再更新。\n... used 0 dbqueries\n... used 2.2789380550385 seconds\nScheduled task complete: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n','pplmvsvm',1085250),(32582391,0,'logstore_standard','logstore_standard\\task\\cleanup_task',0,1772224381.4805000000,1772224381.4895000000,0,0,0,'Execute scheduled task: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n... started 04:33:01. Current memory use 20.2 MB.\n... used 0 dbqueries\n... used 0.0046432018280029 seconds\nScheduled task complete: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n','pplmvsvm',1085424),(32583037,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_contexts',0,1772226001.9772000000,1772226001.9886000000,0,0,0,'Execute scheduled task: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n... started 05:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nProcessed deletions for 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0070321559906006 seconds\nScheduled task complete: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n','pplmvsvm',1085883),(32584488,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_requests',0,1772229601.6757000000,1772229601.6865000000,1,0,0,'Execute scheduled task: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n... started 06:00:01. Current memory use 20.6 MB.\n... used 1 dbqueries\n... used 0.0068771839141846 seconds\nScheduled task complete: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n','pplmvsvm',1086903),(32584768,0,'moodle','core\\task\\check_for_updates_task',0,1772230261.9976000000,1772230262.0078000000,0,0,0,'Execute scheduled task: 檢查是否有更新 (core\\task\\check_for_updates_task)\n... started 06:11:02. Current memory use 20.5 MB.\nRecently fetched info about available updates is still fresh enough, skipping.\n... used 0 dbqueries\n... used 0.0053279399871826 seconds\nScheduled task complete: 檢查是否有更新 (core\\task\\check_for_updates_task)\n','pplmvsvm',1087195),(32587064,0,'mod_lti','mod_lti\\task\\clean_access_tokens',0,1772235961.3188000000,1772235961.3304000000,0,1,0,'Execute scheduled task: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n... started 07:46:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0063669681549072 seconds\nScheduled task complete: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n','pplmvsvm',1088823),(32587976,0,'moodle','core\\task\\completion_daily_task',0,1772238242.0180000000,1772238242.0328000000,1,0,0,'Execute scheduled task: 完成標示為已開始 (core\\task\\completion_daily_task)\n... started 08:24:02. Current memory use 20.5 MB.\nMarking users as started\n... used 1 dbqueries\n... used 0.0090401172637939 seconds\nScheduled task complete: 完成標示為已開始 (core\\task\\completion_daily_task)\n','pplmvsvm',1089463),(32588970,0,'tool_brickfield','tool_brickfield\\task\\checkid_validation',0,1772240702.0778000000,1772240702.0878000000,0,0,0,'Execute scheduled task: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n... started 09:05:02. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0049750804901123 seconds\nScheduled task complete: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n','pplmvsvm',1090083),(32589001,0,'tool_monitor','tool_monitor\\task\\check_subscriptions',0,1772240762.1906000000,1772240762.1986000000,0,0,0,'Execute scheduled task: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n... started 09:06:02. Current memory use 20.6 MB.\n... used 0 dbqueries\n... used 0.0042221546173096 seconds\nScheduled task complete: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n','pplmvsvm',1090093),(32594268,0,'ltiservice_gradebookservices','ltiservice_gradebookservices\\task\\cleanup_task',0,1772253841.9908000000,1772253842.0162000000,0,1,0,'Execute scheduled task: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n... started 12:44:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.020779848098755 seconds\nScheduled task complete: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n','pplmvsvm',1094844),(32600452,0,'tool_analytics','tool_analytics\\task\\train_models',0,1772269201.8657000000,1772269201.8749000000,0,0,0,'Execute scheduled task: 訓練模型 (tool_analytics\\task\\train_models)\n... started 17:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0053510665893555 seconds\nScheduled task complete: 訓練模型 (tool_analytics\\task\\train_models)\n','pplmvsvm',1099394),(32601903,0,'tool_analytics','tool_analytics\\task\\predict_models',0,1772272801.8549000000,1772272801.8641000000,0,0,0,'Execute scheduled task: 預測模型 (tool_analytics\\task\\predict_models)\n... started 18:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.005101203918457 seconds\nScheduled task complete: 預測模型 (tool_analytics\\task\\predict_models)\n','pplmvsvm',1100431),(32607707,0,'message_email','message_email\\task\\send_email_task',0,1772287201.6521000000,1772287201.6729000000,4,0,0,'Execute scheduled task: Messages digest mailings (message_email\\task\\send_email_task)\n... started 22:00:01. Current memory use 20.3 MB.\n... used 4 dbqueries\n... used 0.016124963760376 seconds\nScheduled task complete: Messages digest mailings (message_email\\task\\send_email_task)\n','pplmvsvm',1105205),(32608169,0,'moodle','core\\task\\task_log_cleanup_task',0,1772288342.1463000000,1772288347.1115000000,166,104,0,'Execute scheduled task: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n... started 22:19:02. Current memory use 20.5 MB.\n... used 270 dbqueries\n... used 4.9596209526062 seconds\nScheduled task complete: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n','pplmvsvm',1105579),(32610061,0,'block_recent_activity','block_recent_activity\\task\\cleanup',0,1772293022.0736000000,1772293022.0931000000,0,1,0,'Execute scheduled task: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n... started 23:37:02. Current memory use 20.2 MB.\n... used 1 dbqueries\n... used 0.014028072357178 seconds\nScheduled task complete: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n','pplmvsvm',1106791),(32610610,0,'moodle','core\\task\\create_contexts_task',0,1772294402.1156000000,1772294402.1302000000,9,2,0,'Execute scheduled task: 建立缺少的情境 (core\\task\\create_contexts_task)\n... started 00:00:02. Current memory use 20.5 MB.\n Created missing context instances\n... used 11 dbqueries\n... used 0.0083301067352295 seconds\nScheduled task complete: 建立缺少的情境 (core\\task\\create_contexts_task)\n','pplmvsvm',1107280),(32610611,0,'moodle','core\\task\\stats_cron_task',0,1772294402.1863000000,1772294402.1874000000,0,0,0,'Execute scheduled task: 背景統計資料處理 (core\\task\\stats_cron_task)\n... started 00:00:02. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 8.3208084106445E-5 seconds\nScheduled task complete: 背景統計資料處理 (core\\task\\stats_cron_task)\n','pplmvsvm',1107280),(32610651,0,'moodle','core\\task\\h5p_clean_orphaned_records_task',0,1772294462.1799000000,1772294462.1904000000,1,0,0,'Execute scheduled task: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n... started 00:01:02. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0052049160003662 seconds\nScheduled task complete: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n','pplmvsvm',1107310),(32610868,0,'moodle','core\\task\\task_lock_cleanup_task',0,1772295001.3656000000,1772295001.3776000000,1,0,0,'Execute scheduled task: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n... started 00:10:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0055789947509766 seconds\nScheduled task complete: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n','pplmvsvm',1107553),(32610996,0,'moodle','core\\task\\search_optimize_task',0,1772295302.1815000000,1772295302.1934000000,0,0,0,'Execute scheduled task: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n... started 00:15:02. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0063388347625732 seconds\nScheduled task complete: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n','pplmvsvm',1107610),(32611753,0,'moodle','core\\task\\antivirus_cleanup_task',0,1772297101.6129000000,1772297101.6240000000,0,1,0,'Execute scheduled task: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n... started 00:45:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0058419704437256 seconds\nScheduled task complete: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n','pplmvsvm',1108159),(32611877,0,'tool_brickfield','tool_brickfield\\task\\update_summarydata',0,1772297401.5091000000,1772297401.5202000000,0,0,0,'Execute scheduled task: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n... started 00:50:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0056650638580322 seconds\nScheduled task complete: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n','pplmvsvm',1108205),(32613463,0,'tool_messageinbound','tool_messageinbound\\task\\cleanup_task',0,1772301302.1647000000,1772301302.1741000000,0,1,0,'Execute scheduled task: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n... started 01:55:02. Current memory use 20.6 MB.\nInbound Message not fully configured - exiting early.\n... used 1 dbqueries\n... used 0.0056970119476318 seconds\nScheduled task complete: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n','pplmvsvm',1109260),(32613736,0,'moodle','core_files\\task\\conversion_cleanup_task',0,1772301961.2615000000,1772301961.2735000000,1,1,0,'Execute scheduled task: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n... started 02:06:01. Current memory use 20.5 MB.\n... used 2 dbqueries\n... used 0.0065710544586182 seconds\nScheduled task complete: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n','pplmvsvm',1109396),(32615032,0,'tool_dataprivacy','tool_dataprivacy\\task\\expired_retention_period',0,1772305201.7804000000,1772305201.7920000000,0,0,0,'Execute scheduled task: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n... started 03:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nFlagged 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0072588920593262 seconds\nScheduled task complete: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n','pplmvsvm',1110306),(32615516,0,'moodle','core\\task\\tag_cron_task',0,1772306401.5198000000,1772306401.5288000000,0,0,0,'Execute scheduled task: 背景標籤處理 (core\\task\\tag_cron_task)\n... started 03:20:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0041460990905762 seconds\nScheduled task complete: 背景標籤處理 (core\\task\\tag_cron_task)\n','pplmvsvm',1110686),(32616945,0,'tool_langimport','tool_langimport\\task\\update_langpacks_task',0,1772309941.4827000000,1772309943.6852000000,0,0,0,'Execute scheduled task: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n... started 04:19:01. Current memory use 20.6 MB.\n您的所有語言包都已經是最新的了,不需要再更新。\n... used 0 dbqueries\n... used 2.1988987922668 seconds\nScheduled task complete: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n','pplmvsvm',1111662),(32617290,0,'logstore_standard','logstore_standard\\task\\cleanup_task',0,1772310781.9272000000,1772310781.9376000000,0,0,0,'Execute scheduled task: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n... started 04:33:01. Current memory use 20.2 MB.\n... used 0 dbqueries\n... used 0.0051097869873047 seconds\nScheduled task complete: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n','pplmvsvm',1111832),(32617936,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_contexts',0,1772312402.1849000000,1772312402.1954000000,0,0,0,'Execute scheduled task: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n... started 05:00:02. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nProcessed deletions for 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.006371021270752 seconds\nScheduled task complete: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n','pplmvsvm',1112280),(32619387,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_requests',0,1772316001.5256000000,1772316001.5405000000,1,0,0,'Execute scheduled task: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n... started 06:00:01. Current memory use 20.6 MB.\n... used 1 dbqueries\n... used 0.0098459720611572 seconds\nScheduled task complete: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n','pplmvsvm',1113279),(32619667,0,'moodle','core\\task\\check_for_updates_task',0,1772316661.5045000000,1772316662.7466000000,19,3,0,'Execute scheduled task: 檢查是否有更新 (core\\task\\check_for_updates_task)\n... started 06:11:01. Current memory use 20.5 MB.\nRegular daily check for available updates ... sending notifications ... done\n... used 22 dbqueries\n... used 1.2365329265594 seconds\nScheduled task complete: 檢查是否有更新 (core\\task\\check_for_updates_task)\n','pplmvsvm',1113561),(32621963,0,'mod_lti','mod_lti\\task\\clean_access_tokens',0,1772322361.6133000000,1772322361.6229000000,0,1,0,'Execute scheduled task: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n... started 07:46:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.004863977432251 seconds\nScheduled task complete: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n','pplmvsvm',1115822),(32622875,0,'moodle','core\\task\\completion_daily_task',0,1772324642.1256000000,1772324642.1390000000,1,0,0,'Execute scheduled task: 完成標示為已開始 (core\\task\\completion_daily_task)\n... started 08:24:02. Current memory use 20.5 MB.\nMarking users as started\n... used 1 dbqueries\n... used 0.0080571174621582 seconds\nScheduled task complete: 完成標示為已開始 (core\\task\\completion_daily_task)\n','pplmvsvm',1116472),(32623869,0,'tool_brickfield','tool_brickfield\\task\\checkid_validation',0,1772327101.9613000000,1772327101.9713000000,0,0,0,'Execute scheduled task: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n... started 09:05:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0049312114715576 seconds\nScheduled task complete: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n','pplmvsvm',1117092),(32623900,0,'tool_monitor','tool_monitor\\task\\check_subscriptions',0,1772327161.2712000000,1772327161.2793000000,0,0,0,'Execute scheduled task: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n... started 09:06:01. Current memory use 20.6 MB.\n... used 0 dbqueries\n... used 0.0042929649353027 seconds\nScheduled task complete: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n','pplmvsvm',1117103),(32628463,0,'moodle','core\\task\\search_optimize_task',0,1772338501.5417000000,1772338501.5547000000,0,0,0,'Execute scheduled task: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n... started 12:15:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0066139698028564 seconds\nScheduled task complete: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n','pplmvsvm',1120555),(32629167,0,'ltiservice_gradebookservices','ltiservice_gradebookservices\\task\\cleanup_task',0,1772340242.0382000000,1772340242.0723000000,0,1,0,'Execute scheduled task: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n... started 12:44:02. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.029149055480957 seconds\nScheduled task complete: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n','pplmvsvm',1121058),(32635351,0,'tool_analytics','tool_analytics\\task\\train_models',0,1772355602.2239000000,1772355602.2348000000,0,0,0,'Execute scheduled task: 訓練模型 (tool_analytics\\task\\train_models)\n... started 17:00:02. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0063199996948242 seconds\nScheduled task complete: 訓練模型 (tool_analytics\\task\\train_models)\n','pplmvsvm',1125413),(32635868,0,'moodle','core\\task\\registration_cron_task',0,1772356862.0570000000,1772356864.5830000000,20,1,0,'Execute scheduled task: 網站註冊 (core\\task\\registration_cron_task)\n... started 17:21:02. Current memory use 20.5 MB.\n網站註冊已經更新\n... used 21 dbqueries\n... used 2.5201559066772 seconds\nScheduled task complete: 網站註冊 (core\\task\\registration_cron_task)\n','pplmvsvm',1125827),(32636803,0,'tool_analytics','tool_analytics\\task\\predict_models',0,1772359201.4956000000,1772359201.5055000000,0,0,0,'Execute scheduled task: 預測模型 (tool_analytics\\task\\predict_models)\n... started 18:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0055880546569824 seconds\nScheduled task complete: 預測模型 (tool_analytics\\task\\predict_models)\n','pplmvsvm',1126411),(32640490,0,'moodle','core\\task\\h5p_get_content_types_task',0,1772368321.4517000000,1772368338.5211000000,29,2,1,'Execute scheduled task: Download available H5P content types from h5p.org (core\\task\\h5p_get_content_types_task)\n... started 20:32:01. Current memory use 20.5 MB.\n\nWarning: Trying to access array offset on value of type null in /var/www/moodle/h5p/classes/core.php on line 281\n... used 31 dbqueries\n... used 17.063483953476 seconds\nScheduled task failed: Download available H5P content types from h5p.org (core\\task\\h5p_get_content_types_task),array_key_exists(): Argument #2 ($array) must be of type array, null given\nBacktrace:\n* line 282 of /h5p/classes/core.php: call to array_key_exists()\n* line 215 of /h5p/classes/core.php: call to core_h5p\\core->fetch_content_type()\n* line 69 of /lib/classes/task/h5p_get_content_types_task.php: call to core_h5p\\core->fetch_latest_content_types()\n* line 263 of /lib/cronlib.php: call to core\\task\\h5p_get_content_types_task->execute()\n* line 120 of /lib/cronlib.php: call to cron_run_inner_scheduled_task()\n* line 73 of /lib/cronlib.php: call to cron_run_scheduled_tasks()\n* line 178 of /admin/cli/cron.php: call to cron_run()\n\n','pplmvsvm',1128971),(32640535,0,'moodle','core\\task\\h5p_get_content_types_task',0,1772368441.3262000000,1772368457.6666000000,29,2,1,'Execute scheduled task: Download available H5P content types from h5p.org (core\\task\\h5p_get_content_types_task)\n... started 20:34:01. Current memory use 20.5 MB.\n\nWarning: Trying to access array offset on value of type null in /var/www/moodle/h5p/classes/core.php on line 281\n... used 31 dbqueries\n... used 16.334799051285 seconds\nScheduled task failed: Download available H5P content types from h5p.org (core\\task\\h5p_get_content_types_task),array_key_exists(): Argument #2 ($array) must be of type array, null given\nBacktrace:\n* line 282 of /h5p/classes/core.php: call to array_key_exists()\n* line 215 of /h5p/classes/core.php: call to core_h5p\\core->fetch_content_type()\n* line 69 of /lib/classes/task/h5p_get_content_types_task.php: call to core_h5p\\core->fetch_latest_content_types()\n* line 263 of /lib/cronlib.php: call to core\\task\\h5p_get_content_types_task->execute()\n* line 120 of /lib/cronlib.php: call to cron_run_inner_scheduled_task()\n* line 73 of /lib/cronlib.php: call to cron_run_scheduled_tasks()\n* line 178 of /admin/cli/cron.php: call to cron_run()\n\n','pplmvsvm',1128997),(32640611,0,'moodle','core\\task\\h5p_get_content_types_task',0,1772368621.7208000000,1772368640.8463000000,29,2,1,'Execute scheduled task: Download available H5P content types from h5p.org (core\\task\\h5p_get_content_types_task)\n... started 20:37:01. Current memory use 20.5 MB.\n\nWarning: Trying to access array offset on value of type null in /var/www/moodle/h5p/classes/core.php on line 281\n... used 31 dbqueries\n... used 19.119780063629 seconds\nScheduled task failed: Download available H5P content types from h5p.org (core\\task\\h5p_get_content_types_task),array_key_exists(): Argument #2 ($array) must be of type array, null given\nBacktrace:\n* line 282 of /h5p/classes/core.php: call to array_key_exists()\n* line 215 of /h5p/classes/core.php: call to core_h5p\\core->fetch_content_type()\n* line 69 of /lib/classes/task/h5p_get_content_types_task.php: call to core_h5p\\core->fetch_latest_content_types()\n* line 263 of /lib/cronlib.php: call to core\\task\\h5p_get_content_types_task->execute()\n* line 120 of /lib/cronlib.php: call to cron_run_inner_scheduled_task()\n* line 73 of /lib/cronlib.php: call to cron_run_scheduled_tasks()\n* line 178 of /admin/cli/cron.php: call to cron_run()\n\n','pplmvsvm',1129026),(32640733,0,'moodle','core\\task\\h5p_get_content_types_task',0,1772368921.6214000000,1772368936.5079000000,29,2,1,'Execute scheduled task: Download available H5P content types from h5p.org (core\\task\\h5p_get_content_types_task)\n... started 20:42:01. Current memory use 20.5 MB.\n\nWarning: Trying to access array offset on value of type null in /var/www/moodle/h5p/classes/core.php on line 281\n... used 31 dbqueries\n... used 14.881128787994 seconds\nScheduled task failed: Download available H5P content types from h5p.org (core\\task\\h5p_get_content_types_task),array_key_exists(): Argument #2 ($array) must be of type array, null given\nBacktrace:\n* line 282 of /h5p/classes/core.php: call to array_key_exists()\n* line 215 of /h5p/classes/core.php: call to core_h5p\\core->fetch_content_type()\n* line 69 of /lib/classes/task/h5p_get_content_types_task.php: call to core_h5p\\core->fetch_latest_content_types()\n* line 263 of /lib/cronlib.php: call to core\\task\\h5p_get_content_types_task->execute()\n* line 120 of /lib/cronlib.php: call to cron_run_inner_scheduled_task()\n* line 73 of /lib/cronlib.php: call to cron_run_scheduled_tasks()\n* line 178 of /admin/cli/cron.php: call to cron_run()\n\n','pplmvsvm',1129252),(32640956,0,'moodle','core\\task\\h5p_get_content_types_task',0,1772369461.2772000000,1772369477.9095000000,29,2,1,'Execute scheduled task: Download available H5P content types from h5p.org (core\\task\\h5p_get_content_types_task)\n... started 20:51:01. Current memory use 20.5 MB.\n\nWarning: Trying to access array offset on value of type null in /var/www/moodle/h5p/classes/core.php on line 281\n... used 31 dbqueries\n... used 16.626780986786 seconds\nScheduled task failed: Download available H5P content types from h5p.org (core\\task\\h5p_get_content_types_task),array_key_exists(): Argument #2 ($array) must be of type array, null given\nBacktrace:\n* line 282 of /h5p/classes/core.php: call to array_key_exists()\n* line 215 of /h5p/classes/core.php: call to core_h5p\\core->fetch_content_type()\n* line 69 of /lib/classes/task/h5p_get_content_types_task.php: call to core_h5p\\core->fetch_latest_content_types()\n* line 263 of /lib/cronlib.php: call to core\\task\\h5p_get_content_types_task->execute()\n* line 120 of /lib/cronlib.php: call to cron_run_inner_scheduled_task()\n* line 73 of /lib/cronlib.php: call to cron_run_scheduled_tasks()\n* line 178 of /admin/cli/cron.php: call to cron_run()\n\n','pplmvsvm',1129351),(32641362,0,'moodle','core\\task\\h5p_get_content_types_task',0,1772370481.2753000000,1772370496.9592000000,27,2,1,'Execute scheduled task: Download available H5P content types from h5p.org (core\\task\\h5p_get_content_types_task)\n... started 21:08:01. Current memory use 20.5 MB.\n\nWarning: Trying to access array offset on value of type null in /var/www/moodle/h5p/classes/core.php on line 281\n... used 29 dbqueries\n... used 15.677138090134 seconds\nScheduled task failed: Download available H5P content types from h5p.org (core\\task\\h5p_get_content_types_task),array_key_exists(): Argument #2 ($array) must be of type array, null given\nBacktrace:\n* line 282 of /h5p/classes/core.php: call to array_key_exists()\n* line 215 of /h5p/classes/core.php: call to core_h5p\\core->fetch_content_type()\n* line 69 of /lib/classes/task/h5p_get_content_types_task.php: call to core_h5p\\core->fetch_latest_content_types()\n* line 263 of /lib/cronlib.php: call to core\\task\\h5p_get_content_types_task->execute()\n* line 120 of /lib/cronlib.php: call to cron_run_inner_scheduled_task()\n* line 73 of /lib/cronlib.php: call to cron_run_scheduled_tasks()\n* line 178 of /admin/cli/cron.php: call to cron_run()\n\n','pplmvsvm',1129547),(32642164,0,'moodle','core\\task\\h5p_get_content_types_task',0,1772372461.7945000000,1772372462.7929000000,0,0,0,'Execute scheduled task: Download available H5P content types from h5p.org (core\\task\\h5p_get_content_types_task)\n... started 21:41:01. Current memory use 20.5 MB.\nNo information could be obtained on the H5P content types available. H5P repository connection failure\n... used 0 dbqueries\n... used 0.99190211296082 seconds\nScheduled task complete: Download available H5P content types from h5p.org (core\\task\\h5p_get_content_types_task)\n','pplmvsvm',1130243),(32642614,0,'message_email','message_email\\task\\send_email_task',0,1772373602.0443000000,1772373602.0670000000,4,0,0,'Execute scheduled task: Messages digest mailings (message_email\\task\\send_email_task)\n... started 22:00:02. Current memory use 20.3 MB.\n... used 4 dbqueries\n... used 0.017944812774658 seconds\nScheduled task complete: Messages digest mailings (message_email\\task\\send_email_task)\n','pplmvsvm',1130439),(32643076,0,'moodle','core\\task\\task_log_cleanup_task',0,1772374742.1697000000,1772374746.7162000000,166,105,0,'Execute scheduled task: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n... started 22:19:02. Current memory use 20.5 MB.\n... used 271 dbqueries\n... used 4.5407509803772 seconds\nScheduled task complete: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n','pplmvsvm',1130809),(32644968,0,'block_recent_activity','block_recent_activity\\task\\cleanup',0,1772379421.5249000000,1772379421.5444000000,0,1,0,'Execute scheduled task: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n... started 23:37:01. Current memory use 20.2 MB.\n... used 1 dbqueries\n... used 0.014052152633667 seconds\nScheduled task complete: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n','pplmvsvm',1132701),(32645517,0,'moodle','core\\task\\create_contexts_task',0,1772380801.3362000000,1772380801.3514000000,9,2,0,'Execute scheduled task: 建立缺少的情境 (core\\task\\create_contexts_task)\n... started 00:00:01. Current memory use 20.5 MB.\n Created missing context instances\n... used 11 dbqueries\n... used 0.0085601806640625 seconds\nScheduled task complete: 建立缺少的情境 (core\\task\\create_contexts_task)\n','pplmvsvm',1133129),(32645518,0,'moodle','core\\task\\stats_cron_task',0,1772380801.4173000000,1772380801.4185000000,0,0,0,'Execute scheduled task: 背景統計資料處理 (core\\task\\stats_cron_task)\n... started 00:00:01. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 9.2029571533203E-5 seconds\nScheduled task complete: 背景統計資料處理 (core\\task\\stats_cron_task)\n','pplmvsvm',1133129),(32645558,0,'moodle','core\\task\\h5p_clean_orphaned_records_task',0,1772380861.4281000000,1772380861.4396000000,1,0,0,'Execute scheduled task: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n... started 00:01:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.005558967590332 seconds\nScheduled task complete: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n','pplmvsvm',1133160),(32645775,0,'moodle','core\\task\\task_lock_cleanup_task',0,1772381401.4621000000,1772381401.4760000000,1,0,0,'Execute scheduled task: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n... started 00:10:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0079150199890137 seconds\nScheduled task complete: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n','pplmvsvm',1133405),(32645903,0,'moodle','core\\task\\search_optimize_task',0,1772381701.7686000000,1772381701.7810000000,0,0,0,'Execute scheduled task: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n... started 00:15:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0066800117492676 seconds\nScheduled task complete: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n','pplmvsvm',1133460),(32646660,0,'moodle','core\\task\\antivirus_cleanup_task',0,1772383502.0280000000,1772383502.0404000000,0,1,0,'Execute scheduled task: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n... started 00:45:02. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0073690414428711 seconds\nScheduled task complete: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n','pplmvsvm',1133966),(32646784,0,'tool_brickfield','tool_brickfield\\task\\update_summarydata',0,1772383801.9947000000,1772383802.0058000000,0,0,0,'Execute scheduled task: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n... started 00:50:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.00506591796875 seconds\nScheduled task complete: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n','pplmvsvm',1134013),(32648370,0,'tool_messageinbound','tool_messageinbound\\task\\cleanup_task',0,1772387702.0667000000,1772387702.0763000000,0,1,0,'Execute scheduled task: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n... started 01:55:02. Current memory use 20.6 MB.\nInbound Message not fully configured - exiting early.\n... used 1 dbqueries\n... used 0.005810022354126 seconds\nScheduled task complete: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n','pplmvsvm',1135048),(32648643,0,'moodle','core_files\\task\\conversion_cleanup_task',0,1772388361.6843000000,1772388361.6972000000,1,1,0,'Execute scheduled task: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n... started 02:06:01. Current memory use 20.5 MB.\n... used 2 dbqueries\n... used 0.0065369606018066 seconds\nScheduled task complete: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n','pplmvsvm',1135181),(32649939,0,'tool_dataprivacy','tool_dataprivacy\\task\\expired_retention_period',0,1772391601.3865000000,1772391601.3974000000,0,0,0,'Execute scheduled task: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n... started 03:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nFlagged 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0065469741821289 seconds\nScheduled task complete: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n','pplmvsvm',1136119),(32650423,0,'moodle','core\\task\\tag_cron_task',0,1772392801.6353000000,1772392801.6447000000,0,0,0,'Execute scheduled task: 背景標籤處理 (core\\task\\tag_cron_task)\n... started 03:20:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0042259693145752 seconds\nScheduled task complete: 背景標籤處理 (core\\task\\tag_cron_task)\n','pplmvsvm',1136502),(32651852,0,'tool_langimport','tool_langimport\\task\\update_langpacks_task',0,1772396342.1730000000,1772396344.4216000000,0,0,0,'Execute scheduled task: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n... started 04:19:02. Current memory use 20.6 MB.\n您的所有語言包都已經是最新的了,不需要再更新。\n... used 0 dbqueries\n... used 2.2435078620911 seconds\nScheduled task complete: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n','pplmvsvm',1137478),(32652197,0,'logstore_standard','logstore_standard\\task\\cleanup_task',0,1772397182.0900000000,1772397182.1006000000,0,0,0,'Execute scheduled task: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n... started 04:33:02. Current memory use 20.2 MB.\n... used 0 dbqueries\n... used 0.0053780078887939 seconds\nScheduled task complete: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n','pplmvsvm',1137644),(32652843,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_contexts',0,1772398801.9136000000,1772398801.9249000000,0,0,0,'Execute scheduled task: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n... started 05:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nProcessed deletions for 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0063920021057129 seconds\nScheduled task complete: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n','pplmvsvm',1138099),(32654294,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_requests',0,1772402401.5892000000,1772402401.6012000000,1,0,0,'Execute scheduled task: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n... started 06:00:01. Current memory use 20.6 MB.\n... used 1 dbqueries\n... used 0.0071661472320557 seconds\nScheduled task complete: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n','pplmvsvm',1139085),(32654574,0,'moodle','core\\task\\check_for_updates_task',0,1772403061.4528000000,1772403061.4639000000,0,0,0,'Execute scheduled task: 檢查是否有更新 (core\\task\\check_for_updates_task)\n... started 06:11:01. Current memory use 20.5 MB.\nRecently fetched info about available updates is still fresh enough, skipping.\n... used 0 dbqueries\n... used 0.0057098865509033 seconds\nScheduled task complete: 檢查是否有更新 (core\\task\\check_for_updates_task)\n','pplmvsvm',1139373),(32656870,0,'mod_lti','mod_lti\\task\\clean_access_tokens',0,1772408761.8273000000,1772408761.8394000000,0,1,0,'Execute scheduled task: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n... started 07:46:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.006011962890625 seconds\nScheduled task complete: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n','pplmvsvm',1140930),(32657782,0,'moodle','core\\task\\completion_daily_task',0,1772411042.1306000000,1772411042.1439000000,1,0,0,'Execute scheduled task: 完成標示為已開始 (core\\task\\completion_daily_task)\n... started 08:24:02. Current memory use 20.5 MB.\nMarking users as started\n... used 1 dbqueries\n... used 0.0077030658721924 seconds\nScheduled task complete: 完成標示為已開始 (core\\task\\completion_daily_task)\n','pplmvsvm',1141574),(32658776,0,'tool_brickfield','tool_brickfield\\task\\checkid_validation',0,1772413501.7548000000,1772413501.7667000000,0,0,0,'Execute scheduled task: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n... started 09:05:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0060608386993408 seconds\nScheduled task complete: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n','pplmvsvm',1142202),(32658807,0,'tool_monitor','tool_monitor\\task\\check_subscriptions',0,1772413562.1725000000,1772413562.1813000000,0,0,0,'Execute scheduled task: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n... started 09:06:02. Current memory use 20.6 MB.\n... used 0 dbqueries\n... used 0.0045089721679688 seconds\nScheduled task complete: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n','pplmvsvm',1142240),(32663370,0,'moodle','core\\task\\search_optimize_task',0,1772424901.3375000000,1772424901.3503000000,0,0,0,'Execute scheduled task: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n... started 12:15:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0068140029907227 seconds\nScheduled task complete: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n','pplmvsvm',1145672),(32664074,0,'ltiservice_gradebookservices','ltiservice_gradebookservices\\task\\cleanup_task',0,1772426641.3332000000,1772426641.3601000000,0,1,0,'Execute scheduled task: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n... started 12:44:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.021829128265381 seconds\nScheduled task complete: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n','pplmvsvm',1146884),(32670258,0,'tool_analytics','tool_analytics\\task\\train_models',0,1772442001.3724000000,1772442001.3822000000,0,0,0,'Execute scheduled task: 訓練模型 (tool_analytics\\task\\train_models)\n... started 17:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0056419372558594 seconds\nScheduled task complete: 訓練模型 (tool_analytics\\task\\train_models)\n','pplmvsvm',1151279),(32671709,0,'tool_analytics','tool_analytics\\task\\predict_models',0,1772445601.9810000000,1772445601.9938000000,0,0,0,'Execute scheduled task: 預測模型 (tool_analytics\\task\\predict_models)\n... started 18:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0065109729766846 seconds\nScheduled task complete: 預測模型 (tool_analytics\\task\\predict_models)\n','pplmvsvm',1152268),(32671748,0,'editor_atto','editor_atto\\task\\autosave_cleanup_task',0,1772445661.8781000000,1772445661.8883000000,0,1,0,'Execute scheduled task: 從資料庫中刪除自動儲存的草稿 (editor_atto\\task\\autosave_cleanup_task)\n... started 18:01:01. Current memory use 20.4 MB.\n... used 1 dbqueries\n... used 0.005620002746582 seconds\nScheduled task complete: 從資料庫中刪除自動儲存的草稿 (editor_atto\\task\\autosave_cleanup_task)\n','pplmvsvm',1152300),(32677514,0,'message_email','message_email\\task\\send_email_task',0,1772460001.3709000000,1772460001.3923000000,4,0,0,'Execute scheduled task: Messages digest mailings (message_email\\task\\send_email_task)\n... started 22:00:01. Current memory use 20.3 MB.\n... used 4 dbqueries\n... used 0.016494989395142 seconds\nScheduled task complete: Messages digest mailings (message_email\\task\\send_email_task)\n','pplmvsvm',1156280),(32677976,0,'moodle','core\\task\\task_log_cleanup_task',0,1772461141.5978000000,1772461146.3486000000,166,105,0,'Execute scheduled task: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n... started 22:19:01. Current memory use 20.5 MB.\n... used 271 dbqueries\n... used 4.7456700801849 seconds\nScheduled task complete: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n','pplmvsvm',1156645),(32679868,0,'block_recent_activity','block_recent_activity\\task\\cleanup',0,1772465821.5852000000,1772465821.6039000000,0,1,0,'Execute scheduled task: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n... started 23:37:01. Current memory use 20.2 MB.\n... used 1 dbqueries\n... used 0.013823986053467 seconds\nScheduled task complete: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n','pplmvsvm',1157839),(32680417,0,'moodle','core\\task\\create_contexts_task',0,1772467201.7175000000,1772467201.7310000000,9,2,0,'Execute scheduled task: 建立缺少的情境 (core\\task\\create_contexts_task)\n... started 00:00:01. Current memory use 20.5 MB.\n Created missing context instances\n... used 11 dbqueries\n... used 0.0078530311584473 seconds\nScheduled task complete: 建立缺少的情境 (core\\task\\create_contexts_task)\n','pplmvsvm',1158262),(32680418,0,'moodle','core\\task\\stats_cron_task',0,1772467201.7814000000,1772467201.7827000000,0,0,0,'Execute scheduled task: 背景統計資料處理 (core\\task\\stats_cron_task)\n... started 00:00:01. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 8.4877014160156E-5 seconds\nScheduled task complete: 背景統計資料處理 (core\\task\\stats_cron_task)\n','pplmvsvm',1158262),(32680458,0,'moodle','core\\task\\h5p_clean_orphaned_records_task',0,1772467261.5471000000,1772467261.5589000000,1,0,0,'Execute scheduled task: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n... started 00:01:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0054631233215332 seconds\nScheduled task complete: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n','pplmvsvm',1158294),(32680675,0,'moodle','core\\task\\task_lock_cleanup_task',0,1772467801.5269000000,1772467801.5402000000,1,0,0,'Execute scheduled task: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n... started 00:10:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0061631202697754 seconds\nScheduled task complete: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n','pplmvsvm',1159233),(32680803,0,'moodle','core\\task\\search_optimize_task',0,1772468101.9486000000,1772468101.9602000000,0,0,0,'Execute scheduled task: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n... started 00:15:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.00630784034729 seconds\nScheduled task complete: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n','pplmvsvm',1159290),(32681560,0,'moodle','core\\task\\antivirus_cleanup_task',0,1772469901.5639000000,1772469901.5744000000,0,1,0,'Execute scheduled task: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n... started 00:45:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0055651664733887 seconds\nScheduled task complete: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n','pplmvsvm',1159796),(32681684,0,'tool_brickfield','tool_brickfield\\task\\update_summarydata',0,1772470201.6582000000,1772470201.6685000000,0,0,0,'Execute scheduled task: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n... started 00:50:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0049459934234619 seconds\nScheduled task complete: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n','pplmvsvm',1159843),(32683270,0,'tool_messageinbound','tool_messageinbound\\task\\cleanup_task',0,1772474101.5431000000,1772474101.5534000000,0,1,0,'Execute scheduled task: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n... started 01:55:01. Current memory use 20.6 MB.\nInbound Message not fully configured - exiting early.\n... used 1 dbqueries\n... used 0.0062510967254639 seconds\nScheduled task complete: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n','pplmvsvm',1160887),(32683543,0,'moodle','core_files\\task\\conversion_cleanup_task',0,1772474761.3527000000,1772474761.3647000000,1,1,0,'Execute scheduled task: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n... started 02:06:01. Current memory use 20.5 MB.\n... used 2 dbqueries\n... used 0.0064210891723633 seconds\nScheduled task complete: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n','pplmvsvm',1161020),(32684839,0,'tool_dataprivacy','tool_dataprivacy\\task\\expired_retention_period',0,1772478001.9987000000,1772478002.0092000000,0,0,0,'Execute scheduled task: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n... started 03:00:02. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nFlagged 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0064289569854736 seconds\nScheduled task complete: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n','pplmvsvm',1161928),(32685323,0,'moodle','core\\task\\tag_cron_task',0,1772479201.3307000000,1772479201.3404000000,0,0,0,'Execute scheduled task: 背景標籤處理 (core\\task\\tag_cron_task)\n... started 03:20:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0045900344848633 seconds\nScheduled task complete: 背景標籤處理 (core\\task\\tag_cron_task)\n','pplmvsvm',1162304),(32686752,0,'tool_langimport','tool_langimport\\task\\update_langpacks_task',0,1772482741.6311000000,1772482743.8843000000,0,0,0,'Execute scheduled task: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n... started 04:19:01. Current memory use 20.6 MB.\n您的所有語言包都已經是最新的了,不需要再更新。\n... used 0 dbqueries\n... used 2.2493970394135 seconds\nScheduled task complete: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n','pplmvsvm',1163298),(32687097,0,'logstore_standard','logstore_standard\\task\\cleanup_task',0,1772483581.5029000000,1772483581.5124000000,0,0,0,'Execute scheduled task: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n... started 04:33:01. Current memory use 20.2 MB.\n... used 0 dbqueries\n... used 0.0046799182891846 seconds\nScheduled task complete: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n','pplmvsvm',1163466),(32687743,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_contexts',0,1772485201.9655000000,1772485201.9779000000,0,0,0,'Execute scheduled task: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n... started 05:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nProcessed deletions for 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0078902244567871 seconds\nScheduled task complete: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n','pplmvsvm',1163958),(32689194,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_requests',0,1772488801.9395000000,1772488801.9517000000,1,0,0,'Execute scheduled task: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n... started 06:00:01. Current memory use 20.6 MB.\n... used 1 dbqueries\n... used 0.0078060626983643 seconds\nScheduled task complete: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n','pplmvsvm',1164961),(32689474,0,'moodle','core\\task\\check_for_updates_task',0,1772489462.2811000000,1772489462.7246000000,3,2,0,'Execute scheduled task: 檢查是否有更新 (core\\task\\check_for_updates_task)\n... started 06:11:02. Current memory use 20.5 MB.\nRegular daily check for available updates ... nothing to notify about. done\n... used 5 dbqueries\n... used 0.4380578994751 seconds\nScheduled task complete: 檢查是否有更新 (core\\task\\check_for_updates_task)\n','pplmvsvm',1165280),(32691770,0,'mod_lti','mod_lti\\task\\clean_access_tokens',0,1772495161.4334000000,1772495161.4436000000,0,1,0,'Execute scheduled task: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n... started 07:46:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0049519538879395 seconds\nScheduled task complete: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n','pplmvsvm',1167555),(32692682,0,'moodle','core\\task\\completion_daily_task',0,1772497441.9392000000,1772497441.9525000000,1,0,0,'Execute scheduled task: 完成標示為已開始 (core\\task\\completion_daily_task)\n... started 08:24:01. Current memory use 20.5 MB.\nMarking users as started\n... used 1 dbqueries\n... used 0.0079529285430908 seconds\nScheduled task complete: 完成標示為已開始 (core\\task\\completion_daily_task)\n','pplmvsvm',1168182),(32693676,0,'tool_brickfield','tool_brickfield\\task\\checkid_validation',0,1772499901.6992000000,1772499901.7088000000,0,0,0,'Execute scheduled task: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n... started 09:05:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0046820640563965 seconds\nScheduled task complete: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n','pplmvsvm',1168797),(32693707,0,'tool_monitor','tool_monitor\\task\\check_subscriptions',0,1772499962.2205000000,1772499962.2286000000,0,0,0,'Execute scheduled task: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n... started 09:06:02. Current memory use 20.6 MB.\n... used 0 dbqueries\n... used 0.0043301582336426 seconds\nScheduled task complete: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n','pplmvsvm',1168808),(32698270,0,'moodle','core\\task\\search_optimize_task',0,1772511301.3777000000,1772511301.3898000000,0,0,0,'Execute scheduled task: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n... started 12:15:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0065109729766846 seconds\nScheduled task complete: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n','pplmvsvm',1172236),(32698974,0,'ltiservice_gradebookservices','ltiservice_gradebookservices\\task\\cleanup_task',0,1772513041.9525000000,1772513041.9786000000,0,1,0,'Execute scheduled task: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n... started 12:44:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.021217107772827 seconds\nScheduled task complete: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n','pplmvsvm',1172723),(32705158,0,'tool_analytics','tool_analytics\\task\\train_models',0,1772528401.9790000000,1772528401.9885000000,0,0,0,'Execute scheduled task: 訓練模型 (tool_analytics\\task\\train_models)\n... started 17:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0058279037475586 seconds\nScheduled task complete: 訓練模型 (tool_analytics\\task\\train_models)\n','pplmvsvm',1177025),(32706609,0,'tool_analytics','tool_analytics\\task\\predict_models',0,1772532002.0727000000,1772532002.0827000000,0,0,0,'Execute scheduled task: 預測模型 (tool_analytics\\task\\predict_models)\n... started 18:00:02. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0056588649749756 seconds\nScheduled task complete: 預測模型 (tool_analytics\\task\\predict_models)\n','pplmvsvm',1178023),(32712413,0,'message_email','message_email\\task\\send_email_task',0,1772546401.9914000000,1772546402.0129000000,4,0,0,'Execute scheduled task: Messages digest mailings (message_email\\task\\send_email_task)\n... started 22:00:01. Current memory use 20.3 MB.\n... used 4 dbqueries\n... used 0.016887903213501 seconds\nScheduled task complete: Messages digest mailings (message_email\\task\\send_email_task)\n','pplmvsvm',1182504),(32712875,0,'moodle','core\\task\\task_log_cleanup_task',0,1772547541.9278000000,1772547546.4705000000,166,104,0,'Execute scheduled task: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n... started 22:19:01. Current memory use 20.5 MB.\n... used 270 dbqueries\n... used 4.5373809337616 seconds\nScheduled task complete: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n','pplmvsvm',1183592),(32714767,0,'block_recent_activity','block_recent_activity\\task\\cleanup',0,1772552221.5153000000,1772552221.5339000000,0,1,0,'Execute scheduled task: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n... started 23:37:01. Current memory use 20.2 MB.\n... used 1 dbqueries\n... used 0.013532876968384 seconds\nScheduled task complete: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n','pplmvsvm',1184776),(32714935,1,'core','core\\task\\send_login_notifications',2,1772552583.2859000000,1772552585.7628000000,8,2,0,'Execute adhoc task: core\\task\\send_login_notifications\nAdhoc task id: 1728\nAdhoc task custom data: {\"ismoodleapp\":false,\"useragent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"loginip\":\"101.12.151.109\",\"logintime\":1772552554}\n... started 23:43:03. Current memory use 34.0 MB.\nSending login notification to moodleadmin\nNotification successfully sent\n... used 10 dbqueries\n... used 2.4758830070496 seconds\nAdhoc task complete: core\\task\\send_login_notifications\n','pplmvsvm',1185018),(32715317,0,'moodle','core\\task\\create_contexts_task',0,1772553601.4570000000,1772553601.4711000000,9,2,0,'Execute scheduled task: 建立缺少的情境 (core\\task\\create_contexts_task)\n... started 00:00:01. Current memory use 20.5 MB.\n Created missing context instances\n... used 11 dbqueries\n... used 0.0085968971252441 seconds\nScheduled task complete: 建立缺少的情境 (core\\task\\create_contexts_task)\n','pplmvsvm',1185203),(32715318,0,'moodle','core\\task\\stats_cron_task',0,1772553601.5516000000,1772553601.5528000000,0,0,0,'Execute scheduled task: 背景統計資料處理 (core\\task\\stats_cron_task)\n... started 00:00:01. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 8.702278137207E-5 seconds\nScheduled task complete: 背景統計資料處理 (core\\task\\stats_cron_task)\n','pplmvsvm',1185203),(32715358,0,'moodle','core\\task\\h5p_clean_orphaned_records_task',0,1772553661.4557000000,1772553661.4679000000,1,0,0,'Execute scheduled task: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n... started 00:01:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0069200992584229 seconds\nScheduled task complete: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n','pplmvsvm',1185237),(32715575,0,'moodle','core\\task\\task_lock_cleanup_task',0,1772554202.0184000000,1772554202.0310000000,1,0,0,'Execute scheduled task: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n... started 00:10:02. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.005608081817627 seconds\nScheduled task complete: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n','pplmvsvm',1185667),(32715703,0,'moodle','core\\task\\search_optimize_task',0,1772554501.5728000000,1772554501.5839000000,0,0,0,'Execute scheduled task: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n... started 00:15:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.006087064743042 seconds\nScheduled task complete: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n','pplmvsvm',1185775),(32715929,1,'','core_course\\task\\course_delete_modules',0,1772554982.7365000000,1772554982.7452000000,1,0,0,'Execute adhoc task: core_course\\task\\course_delete_modules\nAdhoc task id: 1729\nAdhoc task custom data: {\"cms\":[],\"userid\":\"2\",\"realuserid\":\"2\"}\n... started 00:23:02. Current memory use 33.6 MB.\n... used 1 dbqueries\n... used 0.0076711177825928 seconds\nAdhoc task complete: core_course\\task\\course_delete_modules\n','pplmvsvm',1185916),(32715930,1,'','core_course\\task\\course_delete_modules',0,1772554982.7994000000,1772554982.8011000000,1,0,0,'Execute adhoc task: core_course\\task\\course_delete_modules\nAdhoc task id: 1730\nAdhoc task custom data: {\"cms\":[],\"userid\":\"2\",\"realuserid\":\"2\"}\n... started 00:23:02. Current memory use 34.4 MB.\n... used 1 dbqueries\n... used 0.00045013427734375 seconds\nAdhoc task complete: core_course\\task\\course_delete_modules\n','pplmvsvm',1185916),(32715931,1,'','core_course\\task\\course_delete_modules',0,1772554982.8530000000,1772554984.1948000000,178,79,0,'Execute adhoc task: core_course\\task\\course_delete_modules\nAdhoc task id: 1731\nAdhoc task custom data: {\"cms\":[{\"id\":\"59\",\"course\":\"3\",\"module\":\"10\",\"instance\":\"18\",\"section\":\"18\",\"idnumber\":null,\"added\":\"1772553128\",\"score\":\"0\",\"indent\":\"0\",\"visible\":\"1\",\"visibleoncoursepage\":\"1\",\"visibleold\":\"1\",\"groupmode\":\"0\",\"groupingid\":\"0\",\"completion\":\"0\",\"completiongradeitemnumber\":null,\"completionview\":\"0\",\"completionexpected\":\"0\",\"completionpassgrade\":\"0\",\"showdescription\":\"0\",\"availability\":null,\"deletioninprogress\":\"1\",\"downloadcontent\":\"1\",\"lang\":null}],\"userid\":\"2\",\"realuserid\":\"2\"}\n... started 00:23:02. Current memory use 34.4 MB.\n... used 257 dbqueries\n... used 1.3406829833984 seconds\nAdhoc task complete: core_course\\task\\course_delete_modules\n','pplmvsvm',1185916),(32716463,0,'moodle','core\\task\\antivirus_cleanup_task',0,1772556301.8023000000,1772556301.8171000000,1,1,0,'Execute scheduled task: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n... started 00:45:01. Current memory use 20.3 MB.\n... used 2 dbqueries\n... used 0.0059840679168701 seconds\nScheduled task complete: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n','pplmvsvm',1186331),(32716587,0,'tool_brickfield','tool_brickfield\\task\\update_summarydata',0,1772556602.2509000000,1772556602.2605000000,0,0,0,'Execute scheduled task: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n... started 00:50:02. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0045790672302246 seconds\nScheduled task complete: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n','pplmvsvm',1186380),(32718173,0,'tool_messageinbound','tool_messageinbound\\task\\cleanup_task',0,1772560501.7995000000,1772560501.8092000000,0,1,0,'Execute scheduled task: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n... started 01:55:01. Current memory use 20.6 MB.\nInbound Message not fully configured - exiting early.\n... used 1 dbqueries\n... used 0.0060172080993652 seconds\nScheduled task complete: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n','pplmvsvm',1187415),(32718446,0,'moodle','core_files\\task\\conversion_cleanup_task',0,1772561161.5410000000,1772561161.5533000000,1,1,0,'Execute scheduled task: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n... started 02:06:01. Current memory use 20.5 MB.\n... used 2 dbqueries\n... used 0.0064160823822021 seconds\nScheduled task complete: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n','pplmvsvm',1187550),(32719742,0,'tool_dataprivacy','tool_dataprivacy\\task\\expired_retention_period',0,1772564401.9232000000,1772564401.9347000000,0,0,0,'Execute scheduled task: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n... started 03:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nFlagged 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0066909790039062 seconds\nScheduled task complete: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n','pplmvsvm',1188456),(32720226,0,'moodle','core\\task\\tag_cron_task',0,1772565601.3158000000,1772565601.3253000000,0,0,0,'Execute scheduled task: 背景標籤處理 (core\\task\\tag_cron_task)\n... started 03:20:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0043110847473145 seconds\nScheduled task complete: 背景標籤處理 (core\\task\\tag_cron_task)\n','pplmvsvm',1188840),(32721655,0,'tool_langimport','tool_langimport\\task\\update_langpacks_task',0,1772569141.7443000000,1772569144.0244000000,0,0,0,'Execute scheduled task: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n... started 04:19:01. Current memory use 20.6 MB.\n您的所有語言包都已經是最新的了,不需要再更新。\n... used 0 dbqueries\n... used 2.2762899398804 seconds\nScheduled task complete: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n','pplmvsvm',1190519),(32722000,0,'logstore_standard','logstore_standard\\task\\cleanup_task',0,1772569981.6363000000,1772569981.6453000000,0,0,0,'Execute scheduled task: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n... started 04:33:01. Current memory use 20.2 MB.\n... used 0 dbqueries\n... used 0.0044848918914795 seconds\nScheduled task complete: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n','pplmvsvm',1190700),(32722646,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_contexts',0,1772571601.8738000000,1772571601.8845000000,0,0,0,'Execute scheduled task: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n... started 05:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nProcessed deletions for 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0067508220672607 seconds\nScheduled task complete: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n','pplmvsvm',1191196),(32724097,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_requests',0,1772575201.4060000000,1772575201.4173000000,1,0,0,'Execute scheduled task: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n... started 06:00:01. Current memory use 20.6 MB.\n... used 1 dbqueries\n... used 0.0071110725402832 seconds\nScheduled task complete: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n','pplmvsvm',1192218),(32724377,0,'moodle','core\\task\\check_for_updates_task',0,1772575861.5586000000,1772575861.5703000000,1,0,0,'Execute scheduled task: 檢查是否有更新 (core\\task\\check_for_updates_task)\n... started 06:11:01. Current memory use 20.5 MB.\nRecently fetched info about available updates is still fresh enough, skipping.\n... used 1 dbqueries\n... used 0.0066750049591064 seconds\nScheduled task complete: 檢查是否有更新 (core\\task\\check_for_updates_task)\n','pplmvsvm',1192503),(32726673,0,'mod_lti','mod_lti\\task\\clean_access_tokens',0,1772581561.8463000000,1772581561.8555000000,0,1,0,'Execute scheduled task: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n... started 07:46:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0050458908081055 seconds\nScheduled task complete: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n','pplmvsvm',1194056),(32727585,0,'moodle','core\\task\\completion_daily_task',0,1772583841.4828000000,1772583841.4973000000,1,0,0,'Execute scheduled task: 完成標示為已開始 (core\\task\\completion_daily_task)\n... started 08:24:01. Current memory use 20.5 MB.\nMarking users as started\n... used 1 dbqueries\n... used 0.0087060928344727 seconds\nScheduled task complete: 完成標示為已開始 (core\\task\\completion_daily_task)\n','pplmvsvm',1194692),(32728579,0,'tool_brickfield','tool_brickfield\\task\\checkid_validation',0,1772586302.1480000000,1772586302.1583000000,0,0,0,'Execute scheduled task: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n... started 09:05:02. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0051047801971436 seconds\nScheduled task complete: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n','pplmvsvm',1195307),(32728610,0,'tool_monitor','tool_monitor\\task\\check_subscriptions',0,1772586361.6264000000,1772586361.6348000000,0,0,0,'Execute scheduled task: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n... started 09:06:01. Current memory use 20.6 MB.\n... used 0 dbqueries\n... used 0.0044410228729248 seconds\nScheduled task complete: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n','pplmvsvm',1195318),(32733173,0,'moodle','core\\task\\search_optimize_task',0,1772597701.9510000000,1772597701.9628000000,0,0,0,'Execute scheduled task: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n... started 12:15:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0063178539276123 seconds\nScheduled task complete: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n','pplmvsvm',1198818),(32733877,0,'ltiservice_gradebookservices','ltiservice_gradebookservices\\task\\cleanup_task',0,1772599441.6615000000,1772599441.6932000000,0,1,0,'Execute scheduled task: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n... started 12:44:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.026463985443115 seconds\nScheduled task complete: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n','pplmvsvm',1199317),(32734461,1,'core','core\\task\\send_login_notifications',2,1772600823.4672000000,1772600825.5651000000,12,2,0,'Execute adhoc task: core\\task\\send_login_notifications\nAdhoc task id: 1732\nAdhoc task custom data: {\"ismoodleapp\":false,\"useragent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"loginip\":\"219.91.26.209\",\"logintime\":1772600807}\n... started 13:07:03. Current memory use 34.3 MB.\nSending login notification to moodleadmin\nNotification successfully sent\n... used 14 dbqueries\n... used 2.0965430736542 seconds\nAdhoc task complete: core\\task\\send_login_notifications\n','pplmvsvm',1199576),(32734506,1,'','core_course\\task\\course_delete_modules',0,1772600943.6453000000,1772600944.5323000000,144,75,0,'Execute adhoc task: core_course\\task\\course_delete_modules\nAdhoc task id: 1733\nAdhoc task custom data: {\"cms\":[{\"id\":\"60\",\"course\":\"3\",\"module\":\"14\",\"instance\":\"1\",\"section\":\"18\",\"idnumber\":\"\",\"added\":\"1772555026\",\"score\":\"0\",\"indent\":\"0\",\"visible\":\"1\",\"visibleoncoursepage\":\"1\",\"visibleold\":\"1\",\"groupmode\":\"0\",\"groupingid\":\"0\",\"completion\":\"1\",\"completiongradeitemnumber\":null,\"completionview\":\"0\",\"completionexpected\":\"0\",\"completionpassgrade\":\"0\",\"showdescription\":\"1\",\"availability\":null,\"deletioninprogress\":\"1\",\"downloadcontent\":\"1\",\"lang\":\"\"}],\"userid\":\"2\",\"realuserid\":\"2\"}\n... started 13:09:03. Current memory use 33.6 MB.\n... used 219 dbqueries\n... used 0.8859429359436 seconds\nAdhoc task complete: core_course\\task\\course_delete_modules\n','pplmvsvm',1199605),(32734507,1,'','core_course\\task\\course_delete_modules',0,1772600944.5919000000,1772600945.3160000000,140,79,0,'Execute adhoc task: core_course\\task\\course_delete_modules\nAdhoc task id: 1734\nAdhoc task custom data: {\"cms\":[{\"id\":\"61\",\"course\":\"3\",\"module\":\"10\",\"instance\":\"19\",\"section\":\"18\",\"idnumber\":null,\"added\":\"1772600879\",\"score\":\"0\",\"indent\":\"0\",\"visible\":\"1\",\"visibleoncoursepage\":\"1\",\"visibleold\":\"1\",\"groupmode\":\"0\",\"groupingid\":\"0\",\"completion\":\"0\",\"completiongradeitemnumber\":null,\"completionview\":\"0\",\"completionexpected\":\"0\",\"completionpassgrade\":\"0\",\"showdescription\":\"0\",\"availability\":null,\"deletioninprogress\":\"1\",\"downloadcontent\":\"1\",\"lang\":null}],\"userid\":\"2\",\"realuserid\":\"2\"}\n... started 13:09:04. Current memory use 48.9 MB.\n... used 219 dbqueries\n... used 0.72251415252686 seconds\nAdhoc task complete: core_course\\task\\course_delete_modules\n','pplmvsvm',1199605),(32740064,0,'tool_analytics','tool_analytics\\task\\train_models',0,1772614802.0680000000,1772614802.0785000000,0,0,0,'Execute scheduled task: 訓練模型 (tool_analytics\\task\\train_models)\n... started 17:00:02. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0059750080108643 seconds\nScheduled task complete: 訓練模型 (tool_analytics\\task\\train_models)\n','pplmvsvm',1203660),(32741515,0,'tool_analytics','tool_analytics\\task\\predict_models',0,1772618401.4931000000,1772618401.5037000000,0,0,0,'Execute scheduled task: 預測模型 (tool_analytics\\task\\predict_models)\n... started 18:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0060510635375977 seconds\nScheduled task complete: 預測模型 (tool_analytics\\task\\predict_models)\n','pplmvsvm',1204680),(32747319,0,'message_email','message_email\\task\\send_email_task',0,1772632801.6201000000,1772632801.6424000000,4,0,0,'Execute scheduled task: Messages digest mailings (message_email\\task\\send_email_task)\n... started 22:00:01. Current memory use 20.3 MB.\n... used 4 dbqueries\n... used 0.017112970352173 seconds\nScheduled task complete: Messages digest mailings (message_email\\task\\send_email_task)\n','pplmvsvm',1208707),(32747781,0,'moodle','core\\task\\task_log_cleanup_task',0,1772633941.4454000000,1772633946.9180000000,166,104,0,'Execute scheduled task: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n... started 22:19:01. Current memory use 20.5 MB.\n... used 270 dbqueries\n... used 5.4674010276794 seconds\nScheduled task complete: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n','pplmvsvm',1209098),(32749673,0,'block_recent_activity','block_recent_activity\\task\\cleanup',0,1772638622.0217000000,1772638622.0404000000,0,1,0,'Execute scheduled task: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n... started 23:37:02. Current memory use 20.2 MB.\n... used 1 dbqueries\n... used 0.013705968856812 seconds\nScheduled task complete: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n','pplmvsvm',1210991),(32750222,0,'moodle','core\\task\\create_contexts_task',0,1772640001.7954000000,1772640001.8089000000,9,2,0,'Execute scheduled task: 建立缺少的情境 (core\\task\\create_contexts_task)\n... started 00:00:01. Current memory use 20.5 MB.\n Created missing context instances\n... used 11 dbqueries\n... used 0.0080318450927734 seconds\nScheduled task complete: 建立缺少的情境 (core\\task\\create_contexts_task)\n','pplmvsvm',1211412),(32750223,0,'moodle','core\\task\\stats_cron_task',0,1772640001.8591000000,1772640001.8607000000,0,0,0,'Execute scheduled task: 背景統計資料處理 (core\\task\\stats_cron_task)\n... started 00:00:01. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 0.00010299682617188 seconds\nScheduled task complete: 背景統計資料處理 (core\\task\\stats_cron_task)\n','pplmvsvm',1211412),(32750263,0,'moodle','core\\task\\h5p_clean_orphaned_records_task',0,1772640061.8560000000,1772640061.8668000000,1,0,0,'Execute scheduled task: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n... started 00:01:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0053441524505615 seconds\nScheduled task complete: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n','pplmvsvm',1211440),(32750480,0,'moodle','core\\task\\task_lock_cleanup_task',0,1772640601.5126000000,1772640601.5237000000,1,0,0,'Execute scheduled task: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n... started 00:10:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0053818225860596 seconds\nScheduled task complete: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n','pplmvsvm',1211683),(32750608,0,'moodle','core\\task\\search_optimize_task',0,1772640902.1002000000,1772640902.1126000000,0,0,0,'Execute scheduled task: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n... started 00:15:02. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0067830085754395 seconds\nScheduled task complete: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n','pplmvsvm',1211737),(32751365,0,'moodle','core\\task\\antivirus_cleanup_task',0,1772642702.1339000000,1772642702.1447000000,0,1,0,'Execute scheduled task: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n... started 00:45:02. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0054750442504883 seconds\nScheduled task complete: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n','pplmvsvm',1212236),(32751489,0,'tool_brickfield','tool_brickfield\\task\\update_summarydata',0,1772643001.9788000000,1772643001.9887000000,0,0,0,'Execute scheduled task: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n... started 00:50:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0049448013305664 seconds\nScheduled task complete: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n','pplmvsvm',1212286),(32753075,0,'tool_messageinbound','tool_messageinbound\\task\\cleanup_task',0,1772646901.6310000000,1772646901.6408000000,0,1,0,'Execute scheduled task: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n... started 01:55:01. Current memory use 20.6 MB.\nInbound Message not fully configured - exiting early.\n... used 1 dbqueries\n... used 0.0059430599212646 seconds\nScheduled task complete: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n','pplmvsvm',1213376),(32753348,0,'moodle','core_files\\task\\conversion_cleanup_task',0,1772647561.2720000000,1772647561.2852000000,1,1,0,'Execute scheduled task: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n... started 02:06:01. Current memory use 20.5 MB.\n... used 2 dbqueries\n... used 0.0079338550567627 seconds\nScheduled task complete: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n','pplmvsvm',1213513),(32754644,0,'tool_dataprivacy','tool_dataprivacy\\task\\expired_retention_period',0,1772650801.6181000000,1772650801.6291000000,0,0,0,'Execute scheduled task: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n... started 03:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nFlagged 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0066239833831787 seconds\nScheduled task complete: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n','pplmvsvm',1214423),(32755128,0,'moodle','core\\task\\tag_cron_task',0,1772652002.0371000000,1772652002.0470000000,0,0,0,'Execute scheduled task: 背景標籤處理 (core\\task\\tag_cron_task)\n... started 03:20:02. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0046050548553467 seconds\nScheduled task complete: 背景標籤處理 (core\\task\\tag_cron_task)\n','pplmvsvm',1214819),(32756557,0,'tool_langimport','tool_langimport\\task\\update_langpacks_task',0,1772655541.7227000000,1772655543.8786000000,0,0,0,'Execute scheduled task: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n... started 04:19:01. Current memory use 20.6 MB.\n您的所有語言包都已經是最新的了,不需要再更新。\n... used 0 dbqueries\n... used 2.1521699428558 seconds\nScheduled task complete: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n','pplmvsvm',1215793),(32756902,0,'logstore_standard','logstore_standard\\task\\cleanup_task',0,1772656381.4236000000,1772656381.4329000000,0,0,0,'Execute scheduled task: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n... started 04:33:01. Current memory use 20.2 MB.\n... used 0 dbqueries\n... used 0.0047099590301514 seconds\nScheduled task complete: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n','pplmvsvm',1215966),(32757548,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_contexts',0,1772658001.7882000000,1772658001.7986000000,0,0,0,'Execute scheduled task: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n... started 05:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nProcessed deletions for 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0064239501953125 seconds\nScheduled task complete: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n','pplmvsvm',1216435),(32758999,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_requests',0,1772661602.1781000000,1772661602.1894000000,1,0,0,'Execute scheduled task: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n... started 06:00:02. Current memory use 20.6 MB.\n... used 1 dbqueries\n... used 0.0071859359741211 seconds\nScheduled task complete: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n','pplmvsvm',1217423),(32759279,0,'moodle','core\\task\\check_for_updates_task',0,1772662261.7510000000,1772662263.3334000000,3,2,0,'Execute scheduled task: 檢查是否有更新 (core\\task\\check_for_updates_task)\n... started 06:11:01. Current memory use 20.5 MB.\nRegular daily check for available updates ... nothing to notify about. done\n... used 5 dbqueries\n... used 1.5764920711517 seconds\nScheduled task complete: 檢查是否有更新 (core\\task\\check_for_updates_task)\n','pplmvsvm',1217726),(32761575,0,'mod_lti','mod_lti\\task\\clean_access_tokens',0,1772667962.2327000000,1772667962.2423000000,0,1,0,'Execute scheduled task: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n... started 07:46:02. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.004788875579834 seconds\nScheduled task complete: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n','pplmvsvm',1220131),(32762487,0,'moodle','core\\task\\completion_daily_task',0,1772670241.5305000000,1772670241.5445000000,1,0,0,'Execute scheduled task: 完成標示為已開始 (core\\task\\completion_daily_task)\n... started 08:24:01. Current memory use 20.5 MB.\nMarking users as started\n... used 1 dbqueries\n... used 0.0084538459777832 seconds\nScheduled task complete: 完成標示為已開始 (core\\task\\completion_daily_task)\n','pplmvsvm',1220762),(32763481,0,'tool_brickfield','tool_brickfield\\task\\checkid_validation',0,1772672702.0510000000,1772672702.0606000000,0,0,0,'Execute scheduled task: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n... started 09:05:02. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0048239231109619 seconds\nScheduled task complete: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n','pplmvsvm',1221367),(32763512,0,'tool_monitor','tool_monitor\\task\\check_subscriptions',0,1772672761.3840000000,1772672761.3934000000,0,0,0,'Execute scheduled task: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n... started 09:06:01. Current memory use 20.6 MB.\n... used 0 dbqueries\n... used 0.0045449733734131 seconds\nScheduled task complete: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n','pplmvsvm',1221382),(32768075,0,'moodle','core\\task\\search_optimize_task',0,1772684101.4267000000,1772684101.4388000000,0,0,0,'Execute scheduled task: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n... started 12:15:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.00642991065979 seconds\nScheduled task complete: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n','pplmvsvm',1224750),(32768779,0,'ltiservice_gradebookservices','ltiservice_gradebookservices\\task\\cleanup_task',0,1772685842.1484000000,1772685842.1752000000,0,1,0,'Execute scheduled task: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n... started 12:44:02. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.021591901779175 seconds\nScheduled task complete: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n','pplmvsvm',1225233),(32774963,0,'tool_analytics','tool_analytics\\task\\train_models',0,1772701202.1884000000,1772701202.2026000000,0,0,0,'Execute scheduled task: 訓練模型 (tool_analytics\\task\\train_models)\n... started 17:00:02. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0083968639373779 seconds\nScheduled task complete: 訓練模型 (tool_analytics\\task\\train_models)\n','pplmvsvm',1229584),(32776414,0,'tool_analytics','tool_analytics\\task\\predict_models',0,1772704802.0142000000,1772704802.0237000000,0,0,0,'Execute scheduled task: 預測模型 (tool_analytics\\task\\predict_models)\n... started 18:00:02. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0053360462188721 seconds\nScheduled task complete: 預測模型 (tool_analytics\\task\\predict_models)\n','pplmvsvm',1230570),(32782218,0,'message_email','message_email\\task\\send_email_task',0,1772719202.0177000000,1772719202.0400000000,4,0,0,'Execute scheduled task: Messages digest mailings (message_email\\task\\send_email_task)\n... started 22:00:02. Current memory use 20.3 MB.\n... used 4 dbqueries\n... used 0.017025947570801 seconds\nScheduled task complete: Messages digest mailings (message_email\\task\\send_email_task)\n','pplmvsvm',1235268),(32782680,0,'moodle','core\\task\\task_log_cleanup_task',0,1772720341.6689000000,1772720346.4411000000,166,104,0,'Execute scheduled task: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n... started 22:19:01. Current memory use 20.5 MB.\n... used 270 dbqueries\n... used 4.7669909000397 seconds\nScheduled task complete: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n','pplmvsvm',1235633),(32784550,1,'','core_course\\task\\course_delete_modules',0,1772724903.8413000000,1772724904.6931000000,151,79,0,'Execute adhoc task: core_course\\task\\course_delete_modules\nAdhoc task id: 1735\nAdhoc task custom data: {\"cms\":[{\"id\":\"66\",\"course\":\"3\",\"module\":\"10\",\"instance\":\"21\",\"section\":\"18\",\"idnumber\":null,\"added\":\"1772723154\",\"score\":\"0\",\"indent\":\"0\",\"visible\":\"1\",\"visibleoncoursepage\":\"1\",\"visibleold\":\"1\",\"groupmode\":\"0\",\"groupingid\":\"0\",\"completion\":\"0\",\"completiongradeitemnumber\":null,\"completionview\":\"0\",\"completionexpected\":\"0\",\"completionpassgrade\":\"0\",\"showdescription\":\"0\",\"availability\":null,\"deletioninprogress\":\"1\",\"downloadcontent\":\"1\",\"lang\":null}],\"userid\":\"2\",\"realuserid\":\"2\"}\n... started 23:35:03. Current memory use 36.1 MB.\n... used 230 dbqueries\n... used 0.85038995742798 seconds\nAdhoc task complete: core_course\\task\\course_delete_modules\n','pplmvsvm',1236851),(32784573,0,'block_recent_activity','block_recent_activity\\task\\cleanup',0,1772725021.7924000000,1772725021.8109000000,0,1,0,'Execute scheduled task: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n... started 23:37:01. Current memory use 20.2 MB.\n... used 1 dbqueries\n... used 0.013428211212158 seconds\nScheduled task complete: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n','pplmvsvm',1236867),(32785122,0,'moodle','core\\task\\create_contexts_task',0,1772726401.3010000000,1772726401.3173000000,9,2,0,'Execute scheduled task: 建立缺少的情境 (core\\task\\create_contexts_task)\n... started 00:00:01. Current memory use 20.5 MB.\n Created missing context instances\n... used 11 dbqueries\n... used 0.0088880062103271 seconds\nScheduled task complete: 建立缺少的情境 (core\\task\\create_contexts_task)\n','pplmvsvm',1237293),(32785123,0,'moodle','core\\task\\stats_cron_task',0,1772726401.3696000000,1772726401.3710000000,0,0,0,'Execute scheduled task: 背景統計資料處理 (core\\task\\stats_cron_task)\n... started 00:00:01. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 8.702278137207E-5 seconds\nScheduled task complete: 背景統計資料處理 (core\\task\\stats_cron_task)\n','pplmvsvm',1237293),(32785125,0,'moodle','core\\task\\password_reset_cleanup_task',0,1772726401.4924000000,1772726401.4939000000,0,1,0,'Execute scheduled task: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n... started 00:00:01. Current memory use 21.5 MB.\n Cleaned up old password reset records\n... used 1 dbqueries\n... used 0.00038003921508789 seconds\nScheduled task complete: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n','pplmvsvm',1237293),(32785163,0,'moodle','core\\task\\h5p_clean_orphaned_records_task',0,1772726462.1958000000,1772726462.2064000000,1,0,0,'Execute scheduled task: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n... started 00:01:02. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0051200389862061 seconds\nScheduled task complete: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n','pplmvsvm',1237321),(32785380,0,'moodle','core\\task\\task_lock_cleanup_task',0,1772727002.1097000000,1772727002.1212000000,1,0,0,'Execute scheduled task: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n... started 00:10:02. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0056970119476318 seconds\nScheduled task complete: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n','pplmvsvm',1237565),(32785508,0,'moodle','core\\task\\search_optimize_task',0,1772727301.8484000000,1772727301.8604000000,0,0,0,'Execute scheduled task: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n... started 00:15:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0065970420837402 seconds\nScheduled task complete: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n','pplmvsvm',1237623),(32785920,1,'mod_forum','mod_forum\\task\\send_user_notifications',2,1772728204.5712000000,1772728207.2223000000,26,2,0,'Execute adhoc task: mod_forum\\task\\send_user_notifications\nAdhoc task id: 1736\nAdhoc task custom data: [\"198\"]\n... started 00:30:04. Current memory use 36.9 MB.\nSending messages to moodleadmin (2)\n Post 198 sent\nSent 1 messages with 0 failures\nMarking posts as read\nMarked 1 posts as read\n... used 28 dbqueries\n... used 2.6496241092682 seconds\nAdhoc task complete: mod_forum\\task\\send_user_notifications\n','pplmvsvm',1237797),(32786266,0,'moodle','core\\task\\antivirus_cleanup_task',0,1772729102.0201000000,1772729102.0312000000,0,1,0,'Execute scheduled task: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n... started 00:45:02. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0061681270599365 seconds\nScheduled task complete: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n','pplmvsvm',1238126),(32786390,0,'tool_brickfield','tool_brickfield\\task\\update_summarydata',0,1772729401.8946000000,1772729401.9044000000,0,0,0,'Execute scheduled task: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n... started 00:50:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0048778057098389 seconds\nScheduled task complete: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n','pplmvsvm',1238172),(32786519,0,'moodle','core\\task\\file_temp_cleanup_task',0,1772729702.1734000000,1772729702.1846000000,0,0,0,'Execute scheduled task: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n... started 00:55:02. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0052499771118164 seconds\nScheduled task complete: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n','pplmvsvm',1238223),(32786520,0,'moodle','core\\task\\file_trash_cleanup_task',0,1772729702.2474000000,1772729702.2781000000,4,1,0,'Execute scheduled task: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n... started 00:55:02. Current memory use 21.5 MB.\nDeleting old draft files... ... started 00:55:02. Current memory use 21.5 MB.\ndone.\nDeleting orphaned preview, and document conversion files... ... started 00:55:02. Current memory use 21.5 MB.\ndone.\nCleaning up files from deleted contexts... ... started 00:55:02. Current memory use 21.6 MB.\ndone.\nCall filesystem cron tasks.... started 00:55:02. Current memory use 21.6 MB.\ndone.\n... used 5 dbqueries\n... used 0.029504060745239 seconds\nScheduled task complete: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n','pplmvsvm',1238223),(32787976,0,'tool_messageinbound','tool_messageinbound\\task\\cleanup_task',0,1772733301.4786000000,1772733301.4883000000,0,1,0,'Execute scheduled task: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n... started 01:55:01. Current memory use 20.6 MB.\nInbound Message not fully configured - exiting early.\n... used 1 dbqueries\n... used 0.0059130191802979 seconds\nScheduled task complete: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n','pplmvsvm',1239214),(32788249,0,'moodle','core_files\\task\\conversion_cleanup_task',0,1772733962.0618000000,1772733962.0734000000,1,1,0,'Execute scheduled task: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n... started 02:06:02. Current memory use 20.5 MB.\n... used 2 dbqueries\n... used 0.0061290264129639 seconds\nScheduled task complete: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n','pplmvsvm',1239346),(32789545,0,'tool_dataprivacy','tool_dataprivacy\\task\\expired_retention_period',0,1772737202.1333000000,1772737202.1450000000,0,0,0,'Execute scheduled task: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n... started 03:00:02. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nFlagged 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0073580741882324 seconds\nScheduled task complete: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n','pplmvsvm',1240261),(32790029,0,'moodle','core\\task\\tag_cron_task',0,1772738401.9072000000,1772738401.9180000000,0,0,0,'Execute scheduled task: 背景標籤處理 (core\\task\\tag_cron_task)\n... started 03:20:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0047969818115234 seconds\nScheduled task complete: 背景標籤處理 (core\\task\\tag_cron_task)\n','pplmvsvm',1240640),(32791458,0,'tool_langimport','tool_langimport\\task\\update_langpacks_task',0,1772741941.4216000000,1772741945.5985000000,1,1,0,'Execute scheduled task: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n... started 04:19:01. Current memory use 20.6 MB.\n語言包\'zh_tw\'已經順利更新\n語言包更新完成\n... used 2 dbqueries\n... used 4.1732218265533 seconds\nScheduled task complete: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n','pplmvsvm',1241616),(32791803,0,'logstore_standard','logstore_standard\\task\\cleanup_task',0,1772742781.5033000000,1772742781.5151000000,0,0,0,'Execute scheduled task: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n... started 04:33:01. Current memory use 20.2 MB.\n... used 0 dbqueries\n... used 0.0059888362884521 seconds\nScheduled task complete: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n','pplmvsvm',1241792),(32792449,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_contexts',0,1772744401.4523000000,1772744401.4632000000,0,0,0,'Execute scheduled task: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n... started 05:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nProcessed deletions for 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.006472110748291 seconds\nScheduled task complete: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n','pplmvsvm',1242246),(32793900,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_requests',0,1772748002.2484000000,1772748002.2605000000,1,0,0,'Execute scheduled task: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n... started 06:00:02. Current memory use 20.6 MB.\n... used 1 dbqueries\n... used 0.0077638626098633 seconds\nScheduled task complete: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n','pplmvsvm',1243253),(32793901,0,'moodle','core\\task\\password_reset_cleanup_task',0,1772748002.3104000000,1772748002.3136000000,0,1,0,'Execute scheduled task: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n... started 06:00:02. Current memory use 23.4 MB.\n Cleaned up old password reset records\n... used 1 dbqueries\n... used 0.00039005279541016 seconds\nScheduled task complete: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n','pplmvsvm',1243253),(32794180,0,'moodle','core\\task\\check_for_updates_task',0,1772748662.1728000000,1772748662.1843000000,0,0,0,'Execute scheduled task: 檢查是否有更新 (core\\task\\check_for_updates_task)\n... started 06:11:02. Current memory use 20.5 MB.\nRecently fetched info about available updates is still fresh enough, skipping.\n... used 0 dbqueries\n... used 0.0057001113891602 seconds\nScheduled task complete: 檢查是否有更新 (core\\task\\check_for_updates_task)\n','pplmvsvm',1243530),(32795236,0,'moodle','core\\task\\file_temp_cleanup_task',0,1772751302.0102000000,1772751302.0214000000,0,0,0,'Execute scheduled task: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n... started 06:55:02. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0053319931030273 seconds\nScheduled task complete: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n','pplmvsvm',1244186),(32795237,0,'moodle','core\\task\\file_trash_cleanup_task',0,1772751302.0718000000,1772751302.0759000000,2,0,0,'Execute scheduled task: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n... started 06:55:02. Current memory use 21.5 MB.\nDeleting old draft files... ... started 06:55:02. Current memory use 21.5 MB.\ndone.\nDeleting orphaned preview, and document conversion files... ... started 06:55:02. Current memory use 21.5 MB.\ndone.\n... used 2 dbqueries\n... used 0.0026390552520752 seconds\nScheduled task complete: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n','pplmvsvm',1244186),(32796476,0,'mod_lti','mod_lti\\task\\clean_access_tokens',0,1772754361.7423000000,1772754361.7516000000,0,1,0,'Execute scheduled task: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n... started 07:46:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0046589374542236 seconds\nScheduled task complete: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n','pplmvsvm',1245089),(32797388,0,'moodle','core\\task\\completion_daily_task',0,1772756641.9188000000,1772756641.9331000000,1,0,0,'Execute scheduled task: 完成標示為已開始 (core\\task\\completion_daily_task)\n... started 08:24:01. Current memory use 20.5 MB.\nMarking users as started\n... used 1 dbqueries\n... used 0.0082359313964844 seconds\nScheduled task complete: 完成標示為已開始 (core\\task\\completion_daily_task)\n','pplmvsvm',1245712),(32798382,0,'tool_brickfield','tool_brickfield\\task\\checkid_validation',0,1772759102.2396000000,1772759102.2490000000,0,0,0,'Execute scheduled task: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n... started 09:05:02. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0047519207000732 seconds\nScheduled task complete: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n','pplmvsvm',1246331),(32798413,0,'tool_monitor','tool_monitor\\task\\check_subscriptions',0,1772759161.5513000000,1772759161.5594000000,0,0,0,'Execute scheduled task: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n... started 09:06:01. Current memory use 20.6 MB.\n... used 0 dbqueries\n... used 0.0042781829833984 seconds\nScheduled task complete: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n','pplmvsvm',1246342),(32802609,0,'moodle','core\\task\\password_reset_cleanup_task',0,1772769601.4915000000,1772769601.5032000000,0,1,0,'Execute scheduled task: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n... started 12:00:01. Current memory use 20.5 MB.\n Cleaned up old password reset records\n... used 1 dbqueries\n... used 0.005695104598999 seconds\nScheduled task complete: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n','pplmvsvm',1250044),(32802976,0,'moodle','core\\task\\search_optimize_task',0,1772770501.8058000000,1772770501.8174000000,0,0,0,'Execute scheduled task: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n... started 12:15:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0062239170074463 seconds\nScheduled task complete: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n','pplmvsvm',1250587),(32803680,0,'ltiservice_gradebookservices','ltiservice_gradebookservices\\task\\cleanup_task',0,1772772242.0181000000,1772772242.0442000000,0,1,0,'Execute scheduled task: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n... started 12:44:02. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.021306991577148 seconds\nScheduled task complete: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n','pplmvsvm',1251078),(32803945,0,'moodle','core\\task\\file_temp_cleanup_task',0,1772772902.1347000000,1772772902.1450000000,0,0,0,'Execute scheduled task: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n... started 12:55:02. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0050640106201172 seconds\nScheduled task complete: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n','pplmvsvm',1251195),(32803946,0,'moodle','core\\task\\file_trash_cleanup_task',0,1772772902.1988000000,1772772902.2089000000,2,0,0,'Execute scheduled task: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n... started 12:55:02. Current memory use 21.5 MB.\nDeleting old draft files... ... started 12:55:02. Current memory use 21.5 MB.\ndone.\nDeleting orphaned preview, and document conversion files... ... started 12:55:02. Current memory use 21.5 MB.\ndone.\n... used 2 dbqueries\n... used 0.0089221000671387 seconds\nScheduled task complete: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n','pplmvsvm',1251195),(32809864,0,'tool_analytics','tool_analytics\\task\\train_models',0,1772787602.0755000000,1772787602.0852000000,0,0,0,'Execute scheduled task: 訓練模型 (tool_analytics\\task\\train_models)\n... started 17:00:02. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0055520534515381 seconds\nScheduled task complete: 訓練模型 (tool_analytics\\task\\train_models)\n','pplmvsvm',1255375),(32811315,0,'tool_analytics','tool_analytics\\task\\predict_models',0,1772791201.9567000000,1772791201.9659000000,0,0,0,'Execute scheduled task: 預測模型 (tool_analytics\\task\\predict_models)\n... started 18:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.00518798828125 seconds\nScheduled task complete: 預測模型 (tool_analytics\\task\\predict_models)\n','pplmvsvm',1256371),(32811316,0,'moodle','core\\task\\password_reset_cleanup_task',0,1772791202.0196000000,1772791202.0231000000,0,1,0,'Execute scheduled task: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n... started 18:00:02. Current memory use 23.2 MB.\n Cleaned up old password reset records\n... used 1 dbqueries\n... used 0.00037598609924316 seconds\nScheduled task complete: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n','pplmvsvm',1256371),(32812650,0,'moodle','core\\task\\file_temp_cleanup_task',0,1772794502.0412000000,1772794502.0517000000,0,0,0,'Execute scheduled task: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n... started 18:55:02. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0050771236419678 seconds\nScheduled task complete: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n','pplmvsvm',1257320),(32812651,0,'moodle','core\\task\\file_trash_cleanup_task',0,1772794502.0993000000,1772794502.1030000000,2,0,0,'Execute scheduled task: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n... started 18:55:02. Current memory use 21.5 MB.\nDeleting old draft files... ... started 18:55:02. Current memory use 21.5 MB.\ndone.\nDeleting orphaned preview, and document conversion files... ... started 18:55:02. Current memory use 21.5 MB.\ndone.\n... used 2 dbqueries\n... used 0.0026099681854248 seconds\nScheduled task complete: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n','pplmvsvm',1257320),(32817119,0,'message_email','message_email\\task\\send_email_task',0,1772805601.6146000000,1772805601.6411000000,4,0,0,'Execute scheduled task: Messages digest mailings (message_email\\task\\send_email_task)\n... started 22:00:01. Current memory use 20.3 MB.\n... used 4 dbqueries\n... used 0.020561933517456 seconds\nScheduled task complete: Messages digest mailings (message_email\\task\\send_email_task)\n','pplmvsvm',1261123),(32817581,0,'moodle','core\\task\\task_log_cleanup_task',0,1772806741.2874000000,1772806745.7063000000,166,104,0,'Execute scheduled task: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n... started 22:19:01. Current memory use 20.5 MB.\n... used 270 dbqueries\n... used 4.413724899292 seconds\nScheduled task complete: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n','pplmvsvm',1261498),(32819175,1,'core','core\\task\\send_login_notifications',35,1772810642.9832000000,1772810645.4791000000,10,2,0,'Execute adhoc task: core\\task\\send_login_notifications\nAdhoc task id: 1737\nAdhoc task custom data: {\"ismoodleapp\":false,\"useragent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"loginip\":\"219.91.26.209\",\"logintime\":1772810624}\n... started 23:24:02. Current memory use 33.6 MB.\nSending login notification to testaccount\nNotification successfully sent\n... used 12 dbqueries\n... used 2.4947519302368 seconds\nAdhoc task complete: core\\task\\send_login_notifications\n','pplmvsvm',1262607),(32819474,0,'block_recent_activity','block_recent_activity\\task\\cleanup',0,1772811421.7351000000,1772811421.7737000000,0,1,0,'Execute scheduled task: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n... started 23:37:01. Current memory use 20.2 MB.\n... used 1 dbqueries\n... used 0.033735990524292 seconds\nScheduled task complete: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n','pplmvsvm',1262752),(32820001,1,'core','core\\task\\send_login_notifications',28,1772812683.3304000000,1772812685.7753000000,10,1,0,'Execute adhoc task: core\\task\\send_login_notifications\nAdhoc task id: 1738\nAdhoc task custom data: {\"ismoodleapp\":false,\"useragent\":\"Mozilla\\/5.0 (Linux; Android 10; K) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Mobile Safari\\/537.36\",\"loginip\":\"49.216.26.14\",\"logintime\":1772812650}\n... started 23:58:03. Current memory use 33.6 MB.\nSending login notification to leo810813\nNotification successfully sent\n... used 11 dbqueries\n... used 2.4438059329987 seconds\nAdhoc task complete: core\\task\\send_login_notifications\n','pplmvsvm',1263193),(32820024,0,'moodle','core\\task\\create_contexts_task',0,1772812802.0133000000,1772812802.0270000000,9,2,0,'Execute scheduled task: 建立缺少的情境 (core\\task\\create_contexts_task)\n... started 00:00:02. Current memory use 20.5 MB.\n Created missing context instances\n... used 11 dbqueries\n... used 0.0082039833068848 seconds\nScheduled task complete: 建立缺少的情境 (core\\task\\create_contexts_task)\n','pplmvsvm',1263219),(32820025,0,'moodle','core\\task\\stats_cron_task',0,1772812802.0892000000,1772812802.0905000000,0,0,0,'Execute scheduled task: 背景統計資料處理 (core\\task\\stats_cron_task)\n... started 00:00:02. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 9.3936920166016E-5 seconds\nScheduled task complete: 背景統計資料處理 (core\\task\\stats_cron_task)\n','pplmvsvm',1263219),(32820027,0,'moodle','core\\task\\password_reset_cleanup_task',0,1772812802.2063000000,1772812802.2079000000,0,1,0,'Execute scheduled task: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n... started 00:00:02. Current memory use 21.5 MB.\n Cleaned up old password reset records\n... used 1 dbqueries\n... used 0.00035786628723145 seconds\nScheduled task complete: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n','pplmvsvm',1263219),(32820065,1,'core','core\\task\\send_login_notifications',29,1772812804.8219000000,1772812806.9665000000,10,1,0,'Execute adhoc task: core\\task\\send_login_notifications\nAdhoc task id: 1739\nAdhoc task custom data: {\"ismoodleapp\":false,\"useragent\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/26.3 Mobile\\/15E148 Safari\\/604.1\",\"loginip\":\"223.137.23.199\",\"logintime\":1772812763}\n... started 00:00:04. Current memory use 35.7 MB.\nSending login notification to lya8x0u9398\nNotification successfully sent\n... used 11 dbqueries\n... used 2.1434490680695 seconds\nAdhoc task complete: core\\task\\send_login_notifications\n','pplmvsvm',1263219),(32820066,0,'moodle','core\\task\\h5p_clean_orphaned_records_task',0,1772812861.3787000000,1772812861.3901000000,1,0,0,'Execute scheduled task: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n... started 00:01:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0056569576263428 seconds\nScheduled task complete: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n','pplmvsvm',1263250),(32820113,1,'core','core\\task\\send_login_notifications',24,1772812923.5760000000,1772812925.5654000000,10,1,0,'Execute adhoc task: core\\task\\send_login_notifications\nAdhoc task id: 1740\nAdhoc task custom data: {\"ismoodleapp\":false,\"useragent\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Mobile\\/15E148 Safari Line\\/26.2.0\",\"loginip\":\"111.80.101.252\",\"logintime\":1772812919}\n... started 00:02:03. Current memory use 33.6 MB.\nSending login notification to chengyp\nNotification successfully sent\n... used 11 dbqueries\n... used 1.9880051612854 seconds\nAdhoc task complete: core\\task\\send_login_notifications\n','pplmvsvm',1263257),(32820284,0,'moodle','core\\task\\task_lock_cleanup_task',0,1772813401.8925000000,1772813401.9038000000,1,0,0,'Execute scheduled task: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n... started 00:10:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0053770542144775 seconds\nScheduled task complete: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n','pplmvsvm',1263499),(32820412,0,'moodle','core\\task\\search_optimize_task',0,1772813702.0011000000,1772813702.0144000000,0,0,0,'Execute scheduled task: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n... started 00:15:02. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0063788890838623 seconds\nScheduled task complete: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n','pplmvsvm',1263558),(32821169,0,'moodle','core\\task\\antivirus_cleanup_task',0,1772815502.2588000000,1772815502.2691000000,0,1,0,'Execute scheduled task: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n... started 00:45:02. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.00537109375 seconds\nScheduled task complete: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n','pplmvsvm',1264070),(32821293,0,'tool_brickfield','tool_brickfield\\task\\update_summarydata',0,1772815802.1666000000,1772815802.1766000000,0,0,0,'Execute scheduled task: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n... started 00:50:02. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0047509670257568 seconds\nScheduled task complete: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n','pplmvsvm',1264117),(32821422,0,'moodle','core\\task\\file_temp_cleanup_task',0,1772816102.2513000000,1772816102.2617000000,0,0,0,'Execute scheduled task: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n... started 00:55:02. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0051751136779785 seconds\nScheduled task complete: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n','pplmvsvm',1264169),(32821423,0,'moodle','core\\task\\file_trash_cleanup_task',0,1772816102.3214000000,1772816102.3294000000,2,0,0,'Execute scheduled task: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n... started 00:55:02. Current memory use 21.5 MB.\nDeleting old draft files... ... started 00:55:02. Current memory use 21.5 MB.\ndone.\nDeleting orphaned preview, and document conversion files... ... started 00:55:02. Current memory use 21.5 MB.\ndone.\n... used 2 dbqueries\n... used 0.0068340301513672 seconds\nScheduled task complete: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n','pplmvsvm',1264169),(32822879,0,'tool_messageinbound','tool_messageinbound\\task\\cleanup_task',0,1772819701.3593000000,1772819701.3700000000,0,1,0,'Execute scheduled task: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n... started 01:55:01. Current memory use 20.6 MB.\nInbound Message not fully configured - exiting early.\n... used 1 dbqueries\n... used 0.0065140724182129 seconds\nScheduled task complete: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n','pplmvsvm',1265164),(32823152,0,'moodle','core_files\\task\\conversion_cleanup_task',0,1772820361.2687000000,1772820361.2800000000,1,1,0,'Execute scheduled task: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n... started 02:06:01. Current memory use 20.5 MB.\n... used 2 dbqueries\n... used 0.0060679912567139 seconds\nScheduled task complete: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n','pplmvsvm',1265298),(32823654,1,'core','core\\task\\send_login_notifications',26,1772821562.8911000000,1772821565.1511000000,10,1,0,'Execute adhoc task: core\\task\\send_login_notifications\nAdhoc task id: 1741\nAdhoc task custom data: {\"ismoodleapp\":false,\"useragent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36\",\"loginip\":\"114.43.136.22\",\"logintime\":1772821545}\n... started 02:26:02. Current memory use 33.6 MB.\nSending login notification to ba0961002\nNotification successfully sent\n... used 11 dbqueries\n... used 2.2587811946869 seconds\nAdhoc task complete: core\\task\\send_login_notifications\n','pplmvsvm',1265681),(32824449,0,'tool_dataprivacy','tool_dataprivacy\\task\\expired_retention_period',0,1772823601.9144000000,1772823601.9249000000,0,0,0,'Execute scheduled task: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n... started 03:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nFlagged 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0064420700073242 seconds\nScheduled task complete: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n','pplmvsvm',1266209),(32824933,0,'moodle','core\\task\\tag_cron_task',0,1772824802.0014000000,1772824802.0119000000,0,0,0,'Execute scheduled task: 背景標籤處理 (core\\task\\tag_cron_task)\n... started 03:20:02. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0043001174926758 seconds\nScheduled task complete: 背景標籤處理 (core\\task\\tag_cron_task)\n','pplmvsvm',1266593),(32826362,0,'tool_langimport','tool_langimport\\task\\update_langpacks_task',0,1772828341.9598000000,1772828344.4831000000,0,0,0,'Execute scheduled task: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n... started 04:19:01. Current memory use 20.6 MB.\n您的所有語言包都已經是最新的了,不需要再更新。\n... used 0 dbqueries\n... used 2.5195980072021 seconds\nScheduled task complete: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n','pplmvsvm',1267593),(32826707,0,'logstore_standard','logstore_standard\\task\\cleanup_task',0,1772829181.7521000000,1772829181.7612000000,0,0,0,'Execute scheduled task: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n... started 04:33:01. Current memory use 20.2 MB.\n... used 0 dbqueries\n... used 0.0045177936553955 seconds\nScheduled task complete: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n','pplmvsvm',1267761),(32827353,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_contexts',0,1772830801.4497000000,1772830801.4658000000,0,0,0,'Execute scheduled task: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n... started 05:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nProcessed deletions for 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.012315034866333 seconds\nScheduled task complete: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n','pplmvsvm',1268226),(32828804,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_requests',0,1772834401.9946000000,1772834402.0055000000,1,0,0,'Execute scheduled task: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n... started 06:00:01. Current memory use 20.6 MB.\n... used 1 dbqueries\n... used 0.0069379806518555 seconds\nScheduled task complete: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n','pplmvsvm',1269219),(32828805,0,'moodle','core\\task\\password_reset_cleanup_task',0,1772834402.0569000000,1772834402.0600000000,0,1,0,'Execute scheduled task: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n... started 06:00:02. Current memory use 23.4 MB.\n Cleaned up old password reset records\n... used 1 dbqueries\n... used 0.00035500526428223 seconds\nScheduled task complete: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n','pplmvsvm',1269219),(32829084,0,'moodle','core\\task\\check_for_updates_task',0,1772835061.7450000000,1772835062.2564000000,3,2,0,'Execute scheduled task: 檢查是否有更新 (core\\task\\check_for_updates_task)\n... started 06:11:01. Current memory use 20.5 MB.\nRegular daily check for available updates ... nothing to notify about. done\n... used 5 dbqueries\n... used 0.50612115859985 seconds\nScheduled task complete: 檢查是否有更新 (core\\task\\check_for_updates_task)\n','pplmvsvm',1269509),(32830140,0,'moodle','core\\task\\file_temp_cleanup_task',0,1772837701.4330000000,1772837701.4434000000,0,0,0,'Execute scheduled task: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n... started 06:55:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0052170753479004 seconds\nScheduled task complete: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n','pplmvsvm',1270176),(32830141,0,'moodle','core\\task\\file_trash_cleanup_task',0,1772837701.5022000000,1772837701.5298000000,4,1,0,'Execute scheduled task: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n... started 06:55:01. Current memory use 21.5 MB.\nDeleting old draft files... ... started 06:55:01. Current memory use 21.5 MB.\ndone.\nDeleting orphaned preview, and document conversion files... ... started 06:55:01. Current memory use 21.5 MB.\ndone.\nCleaning up files from deleted contexts... ... started 06:55:01. Current memory use 21.6 MB.\ndone.\nCall filesystem cron tasks.... started 06:55:01. Current memory use 21.6 MB.\ndone.\n... used 5 dbqueries\n... used 0.02631688117981 seconds\nScheduled task complete: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n','pplmvsvm',1270176),(32831380,0,'mod_lti','mod_lti\\task\\clean_access_tokens',0,1772840761.5823000000,1772840761.5921000000,0,1,0,'Execute scheduled task: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n... started 07:46:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0049488544464111 seconds\nScheduled task complete: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n','pplmvsvm',1271100),(32832292,0,'moodle','core\\task\\completion_daily_task',0,1772843042.0334000000,1772843042.2413000000,12,11,0,'Execute scheduled task: 完成標示為已開始 (core\\task\\completion_daily_task)\n... started 08:24:02. Current memory use 20.5 MB.\nMarking users as started\nMarked started user 24 in course 3\nMarked started user 25 in course 3\nMarked started user 26 in course 3\nMarked started user 27 in course 3\nMarked started user 28 in course 3\nMarked started user 29 in course 3\nMarked started user 30 in course 3\nMarked started user 31 in course 3\nMarked started user 32 in course 3\nMarked started user 33 in course 3\nMarked started user 34 in course 3\n... used 23 dbqueries\n... used 0.20260214805603 seconds\nScheduled task complete: 完成標示為已開始 (core\\task\\completion_daily_task)\n','pplmvsvm',1271722),(32833286,0,'tool_brickfield','tool_brickfield\\task\\checkid_validation',0,1772845501.9300000000,1772845501.9401000000,0,0,0,'Execute scheduled task: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n... started 09:05:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.00478196144104 seconds\nScheduled task complete: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n','pplmvsvm',1272332),(32833317,0,'tool_monitor','tool_monitor\\task\\check_subscriptions',0,1772845561.4586000000,1772845561.4671000000,0,0,0,'Execute scheduled task: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n... started 09:06:01. Current memory use 20.6 MB.\n... used 0 dbqueries\n... used 0.0044960975646973 seconds\nScheduled task complete: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n','pplmvsvm',1272344),(32833602,1,'core','core\\task\\send_login_notifications',33,1772846223.1069000000,1772846225.5815000000,10,1,0,'Execute adhoc task: core\\task\\send_login_notifications\nAdhoc task id: 1742\nAdhoc task custom data: {\"ismoodleapp\":false,\"useragent\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/26.3 Mobile\\/15E148 Safari\\/604.1\",\"loginip\":\"104.28.128.18\",\"logintime\":1772846206}\n... started 09:17:03. Current memory use 33.6 MB.\nSending login notification to clioilearning\nNotification successfully sent\n... used 11 dbqueries\n... used 2.4736618995667 seconds\nAdhoc task complete: core\\task\\send_login_notifications\n','pplmvsvm',1272602),(32837514,0,'moodle','core\\task\\password_reset_cleanup_task',0,1772856002.0539000000,1772856002.0652000000,0,1,0,'Execute scheduled task: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n... started 12:00:02. Current memory use 20.5 MB.\n Cleaned up old password reset records\n... used 1 dbqueries\n... used 0.0053119659423828 seconds\nScheduled task complete: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n','pplmvsvm',1275940),(32837881,0,'moodle','core\\task\\search_optimize_task',0,1772856902.2014000000,1772856902.2135000000,0,0,0,'Execute scheduled task: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n... started 12:15:02. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0060920715332031 seconds\nScheduled task complete: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n','pplmvsvm',1276481),(32838585,0,'ltiservice_gradebookservices','ltiservice_gradebookservices\\task\\cleanup_task',0,1772858641.9091000000,1772858641.9338000000,0,1,0,'Execute scheduled task: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n... started 12:44:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.02031397819519 seconds\nScheduled task complete: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n','pplmvsvm',1276972),(32838850,0,'moodle','core\\task\\file_temp_cleanup_task',0,1772859301.5814000000,1772859301.5921000000,0,0,0,'Execute scheduled task: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n... started 12:55:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0052268505096436 seconds\nScheduled task complete: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n','pplmvsvm',1277086),(32838851,0,'moodle','core\\task\\file_trash_cleanup_task',0,1772859301.6560000000,1772859301.6647000000,2,0,0,'Execute scheduled task: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n... started 12:55:01. Current memory use 21.5 MB.\nDeleting old draft files... ... started 12:55:01. Current memory use 21.5 MB.\ndone.\nDeleting orphaned preview, and document conversion files... ... started 12:55:01. Current memory use 21.5 MB.\ndone.\n... used 2 dbqueries\n... used 0.0074911117553711 seconds\nScheduled task complete: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n','pplmvsvm',1277086),(32843541,1,'core','core\\task\\send_login_notifications',30,1772870883.2128000000,1772870885.4172000000,10,1,0,'Execute adhoc task: core\\task\\send_login_notifications\nAdhoc task id: 1743\nAdhoc task custom data: {\"ismoodleapp\":false,\"useragent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/138.0.0.0 Safari\\/537.36\",\"loginip\":\"123.50.47.183\",\"logintime\":1772870839}\n... started 16:08:03. Current memory use 33.6 MB.\nSending login notification to amy10051982\nNotification successfully sent\n... used 11 dbqueries\n... used 2.2034060955048 seconds\nAdhoc task complete: core\\task\\send_login_notifications\n','pplmvsvm',1280456),(32844770,0,'tool_analytics','tool_analytics\\task\\train_models',0,1772874002.1733000000,1772874002.1831000000,0,0,0,'Execute scheduled task: 訓練模型 (tool_analytics\\task\\train_models)\n... started 17:00:02. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0055999755859375 seconds\nScheduled task complete: 訓練模型 (tool_analytics\\task\\train_models)\n','pplmvsvm',1282016),(32846221,0,'tool_analytics','tool_analytics\\task\\predict_models',0,1772877601.8957000000,1772877601.9052000000,0,0,0,'Execute scheduled task: 預測模型 (tool_analytics\\task\\predict_models)\n... started 18:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0053548812866211 seconds\nScheduled task complete: 預測模型 (tool_analytics\\task\\predict_models)\n','pplmvsvm',1283000),(32846222,0,'moodle','core\\task\\password_reset_cleanup_task',0,1772877601.9565000000,1772877601.9604000000,0,1,0,'Execute scheduled task: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n... started 18:00:01. Current memory use 23.2 MB.\n Cleaned up old password reset records\n... used 1 dbqueries\n... used 0.00042510032653809 seconds\nScheduled task complete: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n','pplmvsvm',1283000),(32846640,1,'core','core\\task\\send_login_notifications',31,1772878563.4881000000,1772878566.2255000000,10,1,0,'Execute adhoc task: core\\task\\send_login_notifications\nAdhoc task id: 1744\nAdhoc task custom data: {\"ismoodleapp\":false,\"useragent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"loginip\":\"101.10.15.140\",\"logintime\":1772878549}\n... started 18:16:03. Current memory use 33.6 MB.\nSending login notification to pofei68\nNotification successfully sent\n... used 11 dbqueries\n... used 2.7364511489868 seconds\nAdhoc task complete: core\\task\\send_login_notifications\n','pplmvsvm',1283352),(32847557,0,'moodle','core\\task\\file_temp_cleanup_task',0,1772880901.9879000000,1772880901.9983000000,0,0,0,'Execute scheduled task: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n... started 18:55:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0052788257598877 seconds\nScheduled task complete: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n','pplmvsvm',1283954),(32847558,0,'moodle','core\\task\\file_trash_cleanup_task',0,1772880902.0528000000,1772880902.0660000000,2,0,0,'Execute scheduled task: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n... started 18:55:02. Current memory use 21.5 MB.\nDeleting old draft files... ... started 18:55:02. Current memory use 21.5 MB.\ndone.\nDeleting orphaned preview, and document conversion files... ... started 18:55:02. Current memory use 21.5 MB.\ndone.\n... used 2 dbqueries\n... used 0.012063980102539 seconds\nScheduled task complete: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n','pplmvsvm',1283954),(32852026,0,'message_email','message_email\\task\\send_email_task',0,1772892002.2805000000,1772892002.3035000000,4,0,0,'Execute scheduled task: Messages digest mailings (message_email\\task\\send_email_task)\n... started 22:00:02. Current memory use 20.3 MB.\n... used 4 dbqueries\n... used 0.017968893051147 seconds\nScheduled task complete: Messages digest mailings (message_email\\task\\send_email_task)\n','pplmvsvm',1287010),(32852488,0,'moodle','core\\task\\task_log_cleanup_task',0,1772893141.6347000000,1772893146.0376000000,166,104,0,'Execute scheduled task: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n... started 22:19:01. Current memory use 20.5 MB.\n... used 270 dbqueries\n... used 4.397579908371 seconds\nScheduled task complete: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n','pplmvsvm',1287395),(32854380,0,'block_recent_activity','block_recent_activity\\task\\cleanup',0,1772897821.4535000000,1772897821.4854000000,0,1,0,'Execute scheduled task: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n... started 23:37:01. Current memory use 20.2 MB.\n... used 1 dbqueries\n... used 0.027076959609985 seconds\nScheduled task complete: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n','pplmvsvm',1288576),(32854885,1,'core','core\\task\\send_login_notifications',28,1772899023.1629000000,1772899026.2438000000,10,1,0,'Execute adhoc task: core\\task\\send_login_notifications\nAdhoc task id: 1745\nAdhoc task custom data: {\"ismoodleapp\":false,\"useragent\":\"Mozilla\\/5.0 (Linux; Android 10; K) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Mobile Safari\\/537.36\",\"loginip\":\"123.193.249.221\",\"logintime\":1772899022}\n... started 23:57:03. Current memory use 33.6 MB.\nSending login notification to leo810813\nNotification successfully sent\n... used 11 dbqueries\n... used 3.0799241065979 seconds\nAdhoc task complete: core\\task\\send_login_notifications\n','pplmvsvm',1288948),(32854930,0,'moodle','core\\task\\create_contexts_task',0,1772899201.2825000000,1772899201.2961000000,9,2,0,'Execute scheduled task: 建立缺少的情境 (core\\task\\create_contexts_task)\n... started 00:00:01. Current memory use 20.5 MB.\n Created missing context instances\n... used 11 dbqueries\n... used 0.0078051090240479 seconds\nScheduled task complete: 建立缺少的情境 (core\\task\\create_contexts_task)\n','pplmvsvm',1288988),(32854931,0,'moodle','core\\task\\stats_cron_task',0,1772899201.3614000000,1772899201.3626000000,0,0,0,'Execute scheduled task: 背景統計資料處理 (core\\task\\stats_cron_task)\n... started 00:00:01. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 9.1075897216797E-5 seconds\nScheduled task complete: 背景統計資料處理 (core\\task\\stats_cron_task)\n','pplmvsvm',1288988),(32854933,0,'moodle','core\\task\\password_reset_cleanup_task',0,1772899201.4762000000,1772899201.4776000000,0,1,0,'Execute scheduled task: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n... started 00:00:01. Current memory use 21.5 MB.\n Cleaned up old password reset records\n... used 1 dbqueries\n... used 0.00031185150146484 seconds\nScheduled task complete: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n','pplmvsvm',1288988),(32854971,0,'moodle','core\\task\\h5p_clean_orphaned_records_task',0,1772899262.2082000000,1772899262.2194000000,1,0,0,'Execute scheduled task: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n... started 00:01:02. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0049440860748291 seconds\nScheduled task complete: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n','pplmvsvm',1289019),(32855188,0,'moodle','core\\task\\task_lock_cleanup_task',0,1772899801.8474000000,1772899801.8586000000,1,0,0,'Execute scheduled task: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n... started 00:10:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0052361488342285 seconds\nScheduled task complete: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n','pplmvsvm',1289261),(32855316,0,'moodle','core\\task\\search_optimize_task',0,1772900102.0373000000,1772900102.0488000000,0,0,0,'Execute scheduled task: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n... started 00:15:02. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0061550140380859 seconds\nScheduled task complete: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n','pplmvsvm',1289315),(32856073,0,'moodle','core\\task\\antivirus_cleanup_task',0,1772901901.8747000000,1772901901.8854000000,0,1,0,'Execute scheduled task: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n... started 00:45:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0057449340820312 seconds\nScheduled task complete: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n','pplmvsvm',1289818),(32856197,0,'tool_brickfield','tool_brickfield\\task\\update_summarydata',0,1772902201.8855000000,1772902201.8960000000,0,0,0,'Execute scheduled task: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n... started 00:50:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.005119800567627 seconds\nScheduled task complete: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n','pplmvsvm',1289863),(32856326,0,'moodle','core\\task\\file_temp_cleanup_task',0,1772902502.0191000000,1772902502.0308000000,0,0,0,'Execute scheduled task: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n... started 00:55:02. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.00553297996521 seconds\nScheduled task complete: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n','pplmvsvm',1289912),(32856327,0,'moodle','core\\task\\file_trash_cleanup_task',0,1772902502.0872000000,1772902502.0990000000,2,0,0,'Execute scheduled task: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n... started 00:55:02. Current memory use 21.5 MB.\nDeleting old draft files... ... started 00:55:02. Current memory use 21.5 MB.\ndone.\nDeleting orphaned preview, and document conversion files... ... started 00:55:02. Current memory use 21.5 MB.\ndone.\n... used 2 dbqueries\n... used 0.010653018951416 seconds\nScheduled task complete: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n','pplmvsvm',1289912),(32857783,0,'tool_messageinbound','tool_messageinbound\\task\\cleanup_task',0,1772906101.7462000000,1772906101.7555000000,0,1,0,'Execute scheduled task: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n... started 01:55:01. Current memory use 20.6 MB.\nInbound Message not fully configured - exiting early.\n... used 1 dbqueries\n... used 0.0056719779968262 seconds\nScheduled task complete: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n','pplmvsvm',1290936),(32858056,0,'moodle','core_files\\task\\conversion_cleanup_task',0,1772906761.9602000000,1772906761.9726000000,1,1,0,'Execute scheduled task: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n... started 02:06:01. Current memory use 20.5 MB.\n... used 2 dbqueries\n... used 0.0066020488739014 seconds\nScheduled task complete: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n','pplmvsvm',1291071),(32859352,0,'tool_dataprivacy','tool_dataprivacy\\task\\expired_retention_period',0,1772910002.0233000000,1772910002.0339000000,0,0,0,'Execute scheduled task: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n... started 03:00:02. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nFlagged 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0064380168914795 seconds\nScheduled task complete: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n','pplmvsvm',1292007),(32859836,0,'moodle','core\\task\\tag_cron_task',0,1772911201.8908000000,1772911201.9004000000,0,0,0,'Execute scheduled task: 背景標籤處理 (core\\task\\tag_cron_task)\n... started 03:20:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0045199394226074 seconds\nScheduled task complete: 背景標籤處理 (core\\task\\tag_cron_task)\n','pplmvsvm',1292388),(32861265,0,'tool_langimport','tool_langimport\\task\\update_langpacks_task',0,1772914741.9049000000,1772914744.3887000000,0,0,0,'Execute scheduled task: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n... started 04:19:01. Current memory use 20.6 MB.\n您的所有語言包都已經是最新的了,不需要再更新。\n... used 0 dbqueries\n... used 2.4802620410919 seconds\nScheduled task complete: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n','pplmvsvm',1293360),(32861610,0,'logstore_standard','logstore_standard\\task\\cleanup_task',0,1772915581.4541000000,1772915581.4639000000,0,0,0,'Execute scheduled task: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n... started 04:33:01. Current memory use 20.2 MB.\n... used 0 dbqueries\n... used 0.0049419403076172 seconds\nScheduled task complete: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n','pplmvsvm',1293530),(32862256,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_contexts',0,1772917201.5870000000,1772917201.6012000000,0,0,0,'Execute scheduled task: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n... started 05:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nProcessed deletions for 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.009721040725708 seconds\nScheduled task complete: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n','pplmvsvm',1293990),(32863707,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_requests',0,1772920801.3420000000,1772920801.3531000000,1,0,0,'Execute scheduled task: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n... started 06:00:01. Current memory use 20.6 MB.\n... used 1 dbqueries\n... used 0.0070400238037109 seconds\nScheduled task complete: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n','pplmvsvm',1295036),(32863708,0,'moodle','core\\task\\password_reset_cleanup_task',0,1772920801.4051000000,1772920801.4094000000,0,1,0,'Execute scheduled task: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n... started 06:00:01. Current memory use 23.4 MB.\n Cleaned up old password reset records\n... used 1 dbqueries\n... used 0.00040078163146973 seconds\nScheduled task complete: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n','pplmvsvm',1295036),(32863987,0,'moodle','core\\task\\check_for_updates_task',0,1772921461.7615000000,1772921461.7730000000,0,0,0,'Execute scheduled task: 檢查是否有更新 (core\\task\\check_for_updates_task)\n... started 06:11:01. Current memory use 20.5 MB.\nRecently fetched info about available updates is still fresh enough, skipping.\n... used 0 dbqueries\n... used 0.005964994430542 seconds\nScheduled task complete: 檢查是否有更新 (core\\task\\check_for_updates_task)\n','pplmvsvm',1295323),(32865043,0,'moodle','core\\task\\file_temp_cleanup_task',0,1772924101.7359000000,1772924101.7461000000,0,0,0,'Execute scheduled task: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n... started 06:55:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.005051851272583 seconds\nScheduled task complete: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n','pplmvsvm',1296714),(32865044,0,'moodle','core\\task\\file_trash_cleanup_task',0,1772924101.8075000000,1772924101.8119000000,2,0,0,'Execute scheduled task: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n... started 06:55:01. Current memory use 21.5 MB.\nDeleting old draft files... ... started 06:55:01. Current memory use 21.5 MB.\ndone.\nDeleting orphaned preview, and document conversion files... ... started 06:55:01. Current memory use 21.5 MB.\ndone.\n... used 2 dbqueries\n... used 0.003119945526123 seconds\nScheduled task complete: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n','pplmvsvm',1296714),(32866283,0,'mod_lti','mod_lti\\task\\clean_access_tokens',0,1772927161.7118000000,1772927161.7228000000,0,1,0,'Execute scheduled task: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n... started 07:46:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.005450963973999 seconds\nScheduled task complete: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n','pplmvsvm',1297618),(32867195,0,'moodle','core\\task\\completion_daily_task',0,1772929441.5702000000,1772929441.5846000000,1,0,0,'Execute scheduled task: 完成標示為已開始 (core\\task\\completion_daily_task)\n... started 08:24:01. Current memory use 20.5 MB.\nMarking users as started\n... used 1 dbqueries\n... used 0.0082650184631348 seconds\nScheduled task complete: 完成標示為已開始 (core\\task\\completion_daily_task)\n','pplmvsvm',1298276),(32868189,0,'tool_brickfield','tool_brickfield\\task\\checkid_validation',0,1772931902.2036000000,1772931902.2128000000,0,0,0,'Execute scheduled task: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n... started 09:05:02. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0044150352478027 seconds\nScheduled task complete: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n','pplmvsvm',1298899),(32868220,0,'tool_monitor','tool_monitor\\task\\check_subscriptions',0,1772931961.7306000000,1772931961.7388000000,0,0,0,'Execute scheduled task: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n... started 09:06:01. Current memory use 20.6 MB.\n... used 0 dbqueries\n... used 0.0042569637298584 seconds\nScheduled task complete: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n','pplmvsvm',1298910),(32872416,0,'moodle','core\\task\\password_reset_cleanup_task',0,1772942401.9918000000,1772942402.0028000000,0,1,0,'Execute scheduled task: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n... started 12:00:01. Current memory use 20.5 MB.\n Cleaned up old password reset records\n... used 1 dbqueries\n... used 0.0054409503936768 seconds\nScheduled task complete: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n','pplmvsvm',1301780),(32872783,0,'moodle','core\\task\\search_optimize_task',0,1772943302.2507000000,1772943302.2624000000,0,0,0,'Execute scheduled task: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n... started 12:15:02. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0061008930206299 seconds\nScheduled task complete: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n','pplmvsvm',1302333),(32873487,0,'ltiservice_gradebookservices','ltiservice_gradebookservices\\task\\cleanup_task',0,1772945041.4738000000,1772945041.5015000000,0,1,0,'Execute scheduled task: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n... started 12:44:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.022771835327148 seconds\nScheduled task complete: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n','pplmvsvm',1302815),(32873752,0,'moodle','core\\task\\file_temp_cleanup_task',0,1772945701.6525000000,1772945701.6631000000,0,0,0,'Execute scheduled task: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n... started 12:55:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0051350593566895 seconds\nScheduled task complete: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n','pplmvsvm',1302931),(32873753,0,'moodle','core\\task\\file_trash_cleanup_task',0,1772945701.7187000000,1772945701.7465000000,4,1,0,'Execute scheduled task: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n... started 12:55:01. Current memory use 21.5 MB.\nDeleting old draft files... ... started 12:55:01. Current memory use 21.5 MB.\ndone.\nDeleting orphaned preview, and document conversion files... ... started 12:55:01. Current memory use 21.5 MB.\ndone.\nCleaning up files from deleted contexts... ... started 12:55:01. Current memory use 21.6 MB.\ndone.\nCall filesystem cron tasks.... started 12:55:01. Current memory use 21.6 MB.\ndone.\n... used 5 dbqueries\n... used 0.026769161224365 seconds\nScheduled task complete: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n','pplmvsvm',1302931),(32879671,0,'tool_analytics','tool_analytics\\task\\train_models',0,1772960401.9119000000,1772960401.9221000000,0,0,0,'Execute scheduled task: 訓練模型 (tool_analytics\\task\\train_models)\n... started 17:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.005950927734375 seconds\nScheduled task complete: 訓練模型 (tool_analytics\\task\\train_models)\n','pplmvsvm',1307242),(32880188,0,'moodle','core\\task\\registration_cron_task',0,1772961661.2510000000,1772961663.4635000000,20,1,0,'Execute scheduled task: 網站註冊 (core\\task\\registration_cron_task)\n... started 17:21:01. Current memory use 20.5 MB.\n網站註冊已經更新\n... used 21 dbqueries\n... used 2.2073760032654 seconds\nScheduled task complete: 網站註冊 (core\\task\\registration_cron_task)\n','pplmvsvm',1307653),(32881123,0,'tool_analytics','tool_analytics\\task\\predict_models',0,1772964002.1717000000,1772964002.1816000000,0,0,0,'Execute scheduled task: 預測模型 (tool_analytics\\task\\predict_models)\n... started 18:00:02. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.005389928817749 seconds\nScheduled task complete: 預測模型 (tool_analytics\\task\\predict_models)\n','pplmvsvm',1308224),(32881124,0,'moodle','core\\task\\password_reset_cleanup_task',0,1772964002.2342000000,1772964002.2374000000,0,1,0,'Execute scheduled task: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n... started 18:00:02. Current memory use 23.2 MB.\n Cleaned up old password reset records\n... used 1 dbqueries\n... used 0.00050091743469238 seconds\nScheduled task complete: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n','pplmvsvm',1308224),(32882458,0,'moodle','core\\task\\file_temp_cleanup_task',0,1772967302.2542000000,1772967302.2650000000,0,0,0,'Execute scheduled task: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n... started 18:55:02. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0054569244384766 seconds\nScheduled task complete: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n','pplmvsvm',1309233),(32882459,0,'moodle','core\\task\\file_trash_cleanup_task',0,1772967302.3219000000,1772967302.4429000000,21,6,0,'Execute scheduled task: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n... started 18:55:02. Current memory use 21.5 MB.\nDeleting old draft files... ... started 18:55:02. Current memory use 21.5 MB.\ndone.\nDeleting orphaned preview, and document conversion files... ... started 18:55:02. Current memory use 21.7 MB.\ndone.\n... used 27 dbqueries\n... used 0.11960482597351 seconds\nScheduled task complete: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n','pplmvsvm',1309233),(32886927,0,'message_email','message_email\\task\\send_email_task',0,1772978401.4884000000,1772978401.5105000000,4,0,0,'Execute scheduled task: Messages digest mailings (message_email\\task\\send_email_task)\n... started 22:00:01. Current memory use 20.3 MB.\n... used 4 dbqueries\n... used 0.017132043838501 seconds\nScheduled task complete: Messages digest mailings (message_email\\task\\send_email_task)\n','pplmvsvm',1312308),(32887389,0,'moodle','core\\task\\task_log_cleanup_task',0,1772979541.5845000000,1772979546.1954000000,166,105,0,'Execute scheduled task: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n... started 22:19:01. Current memory use 20.5 MB.\n... used 271 dbqueries\n... used 4.6055700778961 seconds\nScheduled task complete: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n','pplmvsvm',1312674),(32889281,0,'block_recent_activity','block_recent_activity\\task\\cleanup',0,1772984221.8994000000,1772984221.9171000000,0,1,0,'Execute scheduled task: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n... started 23:37:01. Current memory use 20.2 MB.\n... used 1 dbqueries\n... used 0.013134002685547 seconds\nScheduled task complete: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n','pplmvsvm',1313885),(32889830,0,'moodle','core\\task\\create_contexts_task',0,1772985602.1604000000,1772985602.1741000000,9,2,0,'Execute scheduled task: 建立缺少的情境 (core\\task\\create_contexts_task)\n... started 00:00:02. Current memory use 20.5 MB.\n Created missing context instances\n... used 11 dbqueries\n... used 0.008234977722168 seconds\nScheduled task complete: 建立缺少的情境 (core\\task\\create_contexts_task)\n','pplmvsvm',1314307),(32889831,0,'moodle','core\\task\\stats_cron_task',0,1772985602.2258000000,1772985602.2271000000,0,0,0,'Execute scheduled task: 背景統計資料處理 (core\\task\\stats_cron_task)\n... started 00:00:02. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 8.702278137207E-5 seconds\nScheduled task complete: 背景統計資料處理 (core\\task\\stats_cron_task)\n','pplmvsvm',1314307),(32889833,0,'moodle','core\\task\\password_reset_cleanup_task',0,1772985602.3360000000,1772985602.3375000000,0,1,0,'Execute scheduled task: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n... started 00:00:02. Current memory use 21.5 MB.\n Cleaned up old password reset records\n... used 1 dbqueries\n... used 0.00038504600524902 seconds\nScheduled task complete: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n','pplmvsvm',1314307),(32889871,0,'moodle','core\\task\\h5p_clean_orphaned_records_task',0,1772985662.2100000000,1772985662.2209000000,1,0,0,'Execute scheduled task: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n... started 00:01:02. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0052621364593506 seconds\nScheduled task complete: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n','pplmvsvm',1314340),(32890088,0,'moodle','core\\task\\task_lock_cleanup_task',0,1772986201.7902000000,1772986201.8015000000,1,0,0,'Execute scheduled task: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n... started 00:10:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0054111480712891 seconds\nScheduled task complete: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n','pplmvsvm',1314589),(32890216,0,'moodle','core\\task\\search_optimize_task',0,1772986501.9912000000,1772986502.0053000000,0,0,0,'Execute scheduled task: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n... started 00:15:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0084481239318848 seconds\nScheduled task complete: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n','pplmvsvm',1314642),(32890973,0,'moodle','core\\task\\antivirus_cleanup_task',0,1772988301.9017000000,1772988301.9116000000,0,1,0,'Execute scheduled task: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n... started 00:45:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0052361488342285 seconds\nScheduled task complete: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n','pplmvsvm',1315858),(32891097,0,'tool_brickfield','tool_brickfield\\task\\update_summarydata',0,1772988601.2678000000,1772988601.2775000000,0,0,0,'Execute scheduled task: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n... started 00:50:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0048880577087402 seconds\nScheduled task complete: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n','pplmvsvm',1315905),(32891226,0,'moodle','core\\task\\file_temp_cleanup_task',0,1772988901.5509000000,1772988901.5616000000,0,0,0,'Execute scheduled task: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n... started 00:55:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.005328893661499 seconds\nScheduled task complete: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n','pplmvsvm',1315957),(32891227,0,'moodle','core\\task\\file_trash_cleanup_task',0,1772988901.6215000000,1772988901.6316000000,2,0,0,'Execute scheduled task: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n... started 00:55:01. Current memory use 21.5 MB.\nDeleting old draft files... ... started 00:55:01. Current memory use 21.5 MB.\ndone.\nDeleting orphaned preview, and document conversion files... ... started 00:55:01. Current memory use 21.5 MB.\ndone.\n... used 2 dbqueries\n... used 0.0090057849884033 seconds\nScheduled task complete: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n','pplmvsvm',1315957),(32892133,1,'core','core\\task\\send_login_notifications',24,1772991062.8511000000,1772991065.0189000000,10,1,0,'Execute adhoc task: core\\task\\send_login_notifications\nAdhoc task id: 1746\nAdhoc task custom data: {\"ismoodleapp\":false,\"useragent\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Mobile\\/15E148 Safari Line\\/26.2.0\",\"loginip\":\"111.80.94.168\",\"logintime\":1772991021}\n... started 01:31:02. Current memory use 33.6 MB.\nSending login notification to chengyp\nNotification successfully sent\n... used 11 dbqueries\n... used 2.1668288707733 seconds\nAdhoc task complete: core\\task\\send_login_notifications\n','pplmvsvm',1316532),(32892684,0,'tool_messageinbound','tool_messageinbound\\task\\cleanup_task',0,1772992502.1627000000,1772992502.1728000000,0,1,0,'Execute scheduled task: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n... started 01:55:02. Current memory use 20.6 MB.\nInbound Message not fully configured - exiting early.\n... used 1 dbqueries\n... used 0.0062379837036133 seconds\nScheduled task complete: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n','pplmvsvm',1316965),(32892957,0,'moodle','core_files\\task\\conversion_cleanup_task',0,1772993161.5936000000,1772993161.6047000000,1,1,0,'Execute scheduled task: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n... started 02:06:01. Current memory use 20.5 MB.\n... used 2 dbqueries\n... used 0.0060129165649414 seconds\nScheduled task complete: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n','pplmvsvm',1317100),(32894253,0,'tool_dataprivacy','tool_dataprivacy\\task\\expired_retention_period',0,1772996401.7879000000,1772996401.8020000000,0,0,0,'Execute scheduled task: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n... started 03:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nFlagged 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0095789432525635 seconds\nScheduled task complete: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n','pplmvsvm',1318011),(32894737,0,'moodle','core\\task\\tag_cron_task',0,1772997601.3894000000,1772997601.4034000000,0,0,0,'Execute scheduled task: 背景標籤處理 (core\\task\\tag_cron_task)\n... started 03:20:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0055580139160156 seconds\nScheduled task complete: 背景標籤處理 (core\\task\\tag_cron_task)\n','pplmvsvm',1318390),(32896166,0,'tool_langimport','tool_langimport\\task\\update_langpacks_task',0,1773001141.6055000000,1773001143.8134000000,0,0,0,'Execute scheduled task: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n... started 04:19:01. Current memory use 20.6 MB.\n您的所有語言包都已經是最新的了,不需要再更新。\n... used 0 dbqueries\n... used 2.2026331424713 seconds\nScheduled task complete: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n','pplmvsvm',1319368),(32896511,0,'logstore_standard','logstore_standard\\task\\cleanup_task',0,1773001982.0070000000,1773001982.0166000000,0,0,0,'Execute scheduled task: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n... started 04:33:02. Current memory use 20.2 MB.\n... used 0 dbqueries\n... used 0.0046489238739014 seconds\nScheduled task complete: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n','pplmvsvm',1319546),(32897157,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_contexts',0,1773003601.7885000000,1773003601.7993000000,0,0,0,'Execute scheduled task: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n... started 05:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nProcessed deletions for 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0065708160400391 seconds\nScheduled task complete: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n','pplmvsvm',1320014),(32898608,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_requests',0,1773007202.0528000000,1773007202.0641000000,1,0,0,'Execute scheduled task: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n... started 06:00:02. Current memory use 20.6 MB.\n... used 1 dbqueries\n... used 0.0071229934692383 seconds\nScheduled task complete: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n','pplmvsvm',1321073),(32898609,0,'moodle','core\\task\\password_reset_cleanup_task',0,1773007202.1205000000,1773007202.1238000000,0,1,0,'Execute scheduled task: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n... started 06:00:02. Current memory use 23.4 MB.\n Cleaned up old password reset records\n... used 1 dbqueries\n... used 0.00041794776916504 seconds\nScheduled task complete: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n','pplmvsvm',1321073),(32898888,0,'moodle','core\\task\\check_for_updates_task',0,1773007861.8463000000,1773007864.9281000000,22,4,0,'Execute scheduled task: 檢查是否有更新 (core\\task\\check_for_updates_task)\n... started 06:11:01. Current memory use 20.5 MB.\nRegular daily check for available updates ... sending notifications ... done\n... used 26 dbqueries\n... used 3.0763640403748 seconds\nScheduled task complete: 檢查是否有更新 (core\\task\\check_for_updates_task)\n','pplmvsvm',1321354),(32899944,0,'moodle','core\\task\\file_temp_cleanup_task',0,1773010501.9763000000,1773010501.9875000000,0,0,0,'Execute scheduled task: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n... started 06:55:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0054950714111328 seconds\nScheduled task complete: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n','pplmvsvm',1322722),(32899945,0,'moodle','core\\task\\file_trash_cleanup_task',0,1773010502.0488000000,1773010502.0532000000,2,0,0,'Execute scheduled task: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n... started 06:55:02. Current memory use 21.5 MB.\nDeleting old draft files... ... started 06:55:02. Current memory use 21.5 MB.\ndone.\nDeleting orphaned preview, and document conversion files... ... started 06:55:02. Current memory use 21.5 MB.\ndone.\n... used 2 dbqueries\n... used 0.0032329559326172 seconds\nScheduled task complete: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n','pplmvsvm',1322722),(32901184,0,'mod_lti','mod_lti\\task\\clean_access_tokens',0,1773013561.8465000000,1773013561.8566000000,0,1,0,'Execute scheduled task: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n... started 07:46:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0050652027130127 seconds\nScheduled task complete: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n','pplmvsvm',1323627),(32902096,0,'moodle','core\\task\\completion_daily_task',0,1773015841.6346000000,1773015841.6488000000,1,0,0,'Execute scheduled task: 完成標示為已開始 (core\\task\\completion_daily_task)\n... started 08:24:01. Current memory use 20.5 MB.\nMarking users as started\n... used 1 dbqueries\n... used 0.008497953414917 seconds\nScheduled task complete: 完成標示為已開始 (core\\task\\completion_daily_task)\n','pplmvsvm',1324244),(32903090,0,'tool_brickfield','tool_brickfield\\task\\checkid_validation',0,1773018301.6139000000,1773018301.6244000000,0,0,0,'Execute scheduled task: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n... started 09:05:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0049829483032227 seconds\nScheduled task complete: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n','pplmvsvm',1324927),(32903121,0,'tool_monitor','tool_monitor\\task\\check_subscriptions',0,1773018362.0491000000,1773018362.0577000000,0,0,0,'Execute scheduled task: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n... started 09:06:02. Current memory use 20.6 MB.\n... used 0 dbqueries\n... used 0.0044550895690918 seconds\nScheduled task complete: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n','pplmvsvm',1324939),(32907317,0,'moodle','core\\task\\password_reset_cleanup_task',0,1773028801.8708000000,1773028801.8818000000,0,1,0,'Execute scheduled task: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n... started 12:00:01. Current memory use 20.5 MB.\n Cleaned up old password reset records\n... used 1 dbqueries\n... used 0.0051870346069336 seconds\nScheduled task complete: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n','pplmvsvm',1328339),(32907684,0,'moodle','core\\task\\search_optimize_task',0,1773029702.1717000000,1773029702.1836000000,0,0,0,'Execute scheduled task: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n... started 12:15:02. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.006580114364624 seconds\nScheduled task complete: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n','pplmvsvm',1328891),(32908388,0,'ltiservice_gradebookservices','ltiservice_gradebookservices\\task\\cleanup_task',0,1773031441.5335000000,1773031441.5593000000,0,1,0,'Execute scheduled task: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n... started 12:44:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.020952939987183 seconds\nScheduled task complete: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n','pplmvsvm',1329379),(32908653,0,'moodle','core\\task\\file_temp_cleanup_task',0,1773032101.3674000000,1773032101.3851000000,0,0,0,'Execute scheduled task: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n... started 12:55:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.012057065963745 seconds\nScheduled task complete: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n','pplmvsvm',1329495),(32908654,0,'moodle','core\\task\\file_trash_cleanup_task',0,1773032101.4434000000,1773032101.4482000000,2,0,0,'Execute scheduled task: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n... started 12:55:01. Current memory use 21.5 MB.\nDeleting old draft files... ... started 12:55:01. Current memory use 21.5 MB.\ndone.\nDeleting orphaned preview, and document conversion files... ... started 12:55:01. Current memory use 21.5 MB.\ndone.\n... used 2 dbqueries\n... used 0.0034220218658447 seconds\nScheduled task complete: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n','pplmvsvm',1329495),(32914572,0,'tool_analytics','tool_analytics\\task\\train_models',0,1773046802.0732000000,1773046802.0834000000,0,0,0,'Execute scheduled task: 訓練模型 (tool_analytics\\task\\train_models)\n... started 17:00:02. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0057148933410645 seconds\nScheduled task complete: 訓練模型 (tool_analytics\\task\\train_models)\n','pplmvsvm',1333740),(32916023,0,'tool_analytics','tool_analytics\\task\\predict_models',0,1773050401.8160000000,1773050401.8297000000,0,0,0,'Execute scheduled task: 預測模型 (tool_analytics\\task\\predict_models)\n... started 18:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0082249641418457 seconds\nScheduled task complete: 預測模型 (tool_analytics\\task\\predict_models)\n','pplmvsvm',1334735),(32916024,0,'moodle','core\\task\\password_reset_cleanup_task',0,1773050401.9063000000,1773050401.9101000000,0,1,0,'Execute scheduled task: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n... started 18:00:01. Current memory use 23.2 MB.\n Cleaned up old password reset records\n... used 1 dbqueries\n... used 0.00072789192199707 seconds\nScheduled task complete: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n','pplmvsvm',1334735),(32916062,0,'editor_atto','editor_atto\\task\\autosave_cleanup_task',0,1773050461.8178000000,1773050461.8583000000,0,1,0,'Execute scheduled task: 從資料庫中刪除自動儲存的草稿 (editor_atto\\task\\autosave_cleanup_task)\n... started 18:01:01. Current memory use 20.4 MB.\n... used 1 dbqueries\n... used 0.035860061645508 seconds\nScheduled task complete: 從資料庫中刪除自動儲存的草稿 (editor_atto\\task\\autosave_cleanup_task)\n','pplmvsvm',1334769),(32916749,1,'core','core\\task\\send_login_notifications',32,1773052142.9606000000,1773052145.3909000000,10,1,0,'Execute adhoc task: core\\task\\send_login_notifications\nAdhoc task id: 1747\nAdhoc task custom data: {\"ismoodleapp\":false,\"useragent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"loginip\":\"123.50.44.2\",\"logintime\":1773052128}\n... started 18:29:02. Current memory use 33.6 MB.\nSending login notification to lampaul.hsu\nNotification successfully sent\n... used 11 dbqueries\n... used 2.429230928421 seconds\nAdhoc task complete: core\\task\\send_login_notifications\n','pplmvsvm',1335228),(32917360,0,'moodle','core\\task\\file_temp_cleanup_task',0,1773053702.0113000000,1773053702.0239000000,0,0,0,'Execute scheduled task: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n... started 18:55:02. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0062758922576904 seconds\nScheduled task complete: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n','pplmvsvm',1335672),(32917361,0,'moodle','core\\task\\file_trash_cleanup_task',0,1773053702.1058000000,1773053702.1510000000,4,1,0,'Execute scheduled task: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n... started 18:55:02. Current memory use 21.5 MB.\nDeleting old draft files... ... started 18:55:02. Current memory use 21.5 MB.\ndone.\nDeleting orphaned preview, and document conversion files... ... started 18:55:02. Current memory use 21.5 MB.\ndone.\nCleaning up files from deleted contexts... ... started 18:55:02. Current memory use 21.6 MB.\ndone.\nCall filesystem cron tasks.... started 18:55:02. Current memory use 21.6 MB.\ndone.\n... used 5 dbqueries\n... used 0.043977975845337 seconds\nScheduled task complete: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n','pplmvsvm',1335672),(32919533,1,'core','core\\task\\send_login_notifications',26,1773059043.3752000000,1773059046.3064000000,10,1,0,'Execute adhoc task: core\\task\\send_login_notifications\nAdhoc task id: 1748\nAdhoc task custom data: {\"ismoodleapp\":false,\"useragent\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Mobile\\/15E148 Safari Line\\/26.2.0\",\"loginip\":\"114.43.154.48\",\"logintime\":1773058994}\n... started 20:24:03. Current memory use 33.6 MB.\nSending login notification to ba0961002\nNotification successfully sent\n... used 11 dbqueries\n... used 2.9300858974457 seconds\nAdhoc task complete: core\\task\\send_login_notifications\n','pplmvsvm',1337219),(32921830,0,'message_email','message_email\\task\\send_email_task',0,1773064801.8656000000,1773064801.8886000000,4,0,0,'Execute scheduled task: Messages digest mailings (message_email\\task\\send_email_task)\n... started 22:00:01. Current memory use 20.3 MB.\n... used 4 dbqueries\n... used 0.017580986022949 seconds\nScheduled task complete: Messages digest mailings (message_email\\task\\send_email_task)\n','pplmvsvm',1339528),(32922292,0,'moodle','core\\task\\task_log_cleanup_task',0,1773065941.6890000000,1773065946.6362000000,166,105,0,'Execute scheduled task: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n... started 22:19:01. Current memory use 20.5 MB.\n... used 271 dbqueries\n... used 4.9416379928589 seconds\nScheduled task complete: Cleanup of task logs (core\\task\\task_log_cleanup_task)\n','pplmvsvm',1339906),(32922555,1,'mod_forum','mod_forum\\task\\send_user_notifications',2,1773066543.7701000000,1773066546.6645000000,23,2,0,'Execute adhoc task: mod_forum\\task\\send_user_notifications\nAdhoc task id: 1749\nAdhoc task custom data: [\"202\"]\n... started 22:29:03. Current memory use 34.8 MB.\nSending messages to moodleadmin (2)\n Post 202 sent\nSent 1 messages with 0 failures\nMarking posts as read\nMarked 1 posts as read\n... used 25 dbqueries\n... used 2.8931109905243 seconds\nAdhoc task complete: mod_forum\\task\\send_user_notifications\n','pplmvsvm',1340026),(32923166,1,'mod_forum','mod_forum\\task\\send_user_notifications',2,1773068042.9264000000,1773068045.3742000000,23,2,0,'Execute adhoc task: mod_forum\\task\\send_user_notifications\nAdhoc task id: 1750\nAdhoc task custom data: [\"203\"]\n... started 22:54:02. Current memory use 34.8 MB.\nSending messages to moodleadmin (2)\n Post 203 sent\nSent 1 messages with 0 failures\nMarking posts as read\nMarked 1 posts as read\n... used 25 dbqueries\n... used 2.4468288421631 seconds\nAdhoc task complete: mod_forum\\task\\send_user_notifications\n','pplmvsvm',1340458),(32924186,0,'block_recent_activity','block_recent_activity\\task\\cleanup',0,1773070621.6877000000,1773070621.7070000000,0,1,0,'Execute scheduled task: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n... started 23:37:01. Current memory use 20.2 MB.\n... used 1 dbqueries\n... used 0.013546228408813 seconds\nScheduled task complete: Cleanup task for recent activity block (block_recent_activity\\task\\cleanup)\n','pplmvsvm',1341121),(32924735,0,'moodle','core\\task\\create_contexts_task',0,1773072001.7739000000,1773072001.7887000000,9,2,0,'Execute scheduled task: 建立缺少的情境 (core\\task\\create_contexts_task)\n... started 00:00:01. Current memory use 20.5 MB.\n Created missing context instances\n... used 11 dbqueries\n... used 0.0089669227600098 seconds\nScheduled task complete: 建立缺少的情境 (core\\task\\create_contexts_task)\n','pplmvsvm',1341548),(32924736,0,'moodle','core\\task\\stats_cron_task',0,1773072001.8418000000,1773072001.8430000000,0,0,0,'Execute scheduled task: 背景統計資料處理 (core\\task\\stats_cron_task)\n... started 00:00:01. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 8.9883804321289E-5 seconds\nScheduled task complete: 背景統計資料處理 (core\\task\\stats_cron_task)\n','pplmvsvm',1341548),(32924738,0,'moodle','core\\task\\password_reset_cleanup_task',0,1773072001.9676000000,1773072001.9694000000,0,1,0,'Execute scheduled task: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n... started 00:00:01. Current memory use 21.5 MB.\n Cleaned up old password reset records\n... used 1 dbqueries\n... used 0.00052690505981445 seconds\nScheduled task complete: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n','pplmvsvm',1341548),(32924776,0,'moodle','core\\task\\h5p_clean_orphaned_records_task',0,1773072061.9478000000,1773072061.9582000000,1,0,0,'Execute scheduled task: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n... started 00:01:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0051369667053223 seconds\nScheduled task complete: Unused H5P files cleanup (core\\task\\h5p_clean_orphaned_records_task)\n','pplmvsvm',1341577),(32924993,0,'moodle','core\\task\\task_lock_cleanup_task',0,1773072601.6934000000,1773072601.7050000000,1,0,0,'Execute scheduled task: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n... started 00:10:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.005579948425293 seconds\nScheduled task complete: Clean up ad hoc task metadata (core\\task\\task_lock_cleanup_task)\n','pplmvsvm',1341821),(32925121,0,'moodle','core\\task\\search_optimize_task',0,1773072901.3363000000,1773072901.3487000000,0,0,0,'Execute scheduled task: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n... started 00:15:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0066990852355957 seconds\nScheduled task complete: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n','pplmvsvm',1341874),(32925765,0,'moodle','core\\task\\grade_history_cleanup_task',0,1773074403.0977000000,1773074403.0998000000,0,0,0,'Execute scheduled task: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n... started 00:40:03. Current memory use 27.1 MB.\n... used 0 dbqueries\n... used 0.00080394744873047 seconds\nScheduled task complete: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n','pplmvsvm',1342331),(32925788,0,'moodle','core\\task\\grade_history_cleanup_task',0,1773074461.9884000000,1773074461.9897000000,0,0,0,'Execute scheduled task: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n... started 00:41:01. Current memory use 25.6 MB.\n... used 0 dbqueries\n... used 8.4877014160156E-5 seconds\nScheduled task complete: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n','pplmvsvm',1342357),(32925812,0,'moodle','core\\task\\grade_history_cleanup_task',0,1773074521.8311000000,1773074521.8324000000,0,0,0,'Execute scheduled task: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n... started 00:42:01. Current memory use 25.7 MB.\n... used 0 dbqueries\n... used 9.5844268798828E-5 seconds\nScheduled task complete: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n','pplmvsvm',1342364),(32925836,0,'moodle','core\\task\\grade_history_cleanup_task',0,1773074581.6657000000,1773074581.6670000000,0,0,0,'Execute scheduled task: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n... started 00:43:01. Current memory use 26.0 MB.\n... used 0 dbqueries\n... used 8.6069107055664E-5 seconds\nScheduled task complete: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n','pplmvsvm',1342378),(32925860,0,'moodle','core\\task\\grade_history_cleanup_task',0,1773074642.6529000000,1773074642.6542000000,0,0,0,'Execute scheduled task: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n... started 00:44:02. Current memory use 29.3 MB.\n... used 0 dbqueries\n... used 0.00011491775512695 seconds\nScheduled task complete: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n','pplmvsvm',1342384),(32925878,0,'moodle','core\\task\\antivirus_cleanup_task',0,1773074702.2368000000,1773074702.2484000000,0,1,0,'Execute scheduled task: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n... started 00:45:02. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.006026029586792 seconds\nScheduled task complete: Clean up quarantined files. (core\\task\\antivirus_cleanup_task)\n','pplmvsvm',1342403),(32925891,0,'moodle','core\\task\\grade_history_cleanup_task',0,1773074703.2325000000,1773074703.2337000000,0,0,0,'Execute scheduled task: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n... started 00:45:03. Current memory use 27.1 MB.\n... used 0 dbqueries\n... used 9.2983245849609E-5 seconds\nScheduled task complete: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n','pplmvsvm',1342403),(32925915,0,'moodle','core\\task\\grade_history_cleanup_task',0,1773074762.1420000000,1773074762.1432000000,0,0,0,'Execute scheduled task: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n... started 00:46:02. Current memory use 25.6 MB.\n... used 0 dbqueries\n... used 9.0122222900391E-5 seconds\nScheduled task complete: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n','pplmvsvm',1342415),(32925938,0,'moodle','core\\task\\grade_history_cleanup_task',0,1773074821.9777000000,1773074821.9789000000,0,0,0,'Execute scheduled task: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n... started 00:47:01. Current memory use 25.6 MB.\n... used 0 dbqueries\n... used 8.4877014160156E-5 seconds\nScheduled task complete: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n','pplmvsvm',1342420),(32925961,0,'moodle','core\\task\\grade_history_cleanup_task',0,1773074881.7096000000,1773074881.7107000000,0,0,0,'Execute scheduled task: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n... started 00:48:01. Current memory use 25.6 MB.\n... used 0 dbqueries\n... used 8.2015991210938E-5 seconds\nScheduled task complete: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n','pplmvsvm',1342431),(32925984,0,'moodle','core\\task\\grade_history_cleanup_task',0,1773074941.6452000000,1773074941.6464000000,0,0,0,'Execute scheduled task: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n... started 00:49:01. Current memory use 25.6 MB.\n... used 0 dbqueries\n... used 8.7976455688477E-5 seconds\nScheduled task complete: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n','pplmvsvm',1342437),(32926002,0,'tool_brickfield','tool_brickfield\\task\\update_summarydata',0,1773075002.1794000000,1773075002.1894000000,0,0,0,'Execute scheduled task: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n... started 00:50:02. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0049338340759277 seconds\nScheduled task complete: Update site summarydata (tool_brickfield\\task\\update_summarydata)\n','pplmvsvm',1342450),(32926021,0,'moodle','core\\task\\grade_history_cleanup_task',0,1773075003.5883000000,1773075003.5896000000,0,0,0,'Execute scheduled task: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n... started 00:50:03. Current memory use 41.5 MB.\n... used 0 dbqueries\n... used 8.2015991210938E-5 seconds\nScheduled task complete: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n','pplmvsvm',1342450),(32926044,0,'moodle','core\\task\\grade_history_cleanup_task',0,1773075062.3218000000,1773075062.3230000000,0,0,0,'Execute scheduled task: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n... started 00:51:02. Current memory use 25.6 MB.\n... used 0 dbqueries\n... used 8.2969665527344E-5 seconds\nScheduled task complete: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n','pplmvsvm',1342462),(32926067,0,'moodle','core\\task\\grade_history_cleanup_task',0,1773075122.3206000000,1773075122.3218000000,0,0,0,'Execute scheduled task: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n... started 00:52:02. Current memory use 25.6 MB.\n... used 0 dbqueries\n... used 8.5830688476562E-5 seconds\nScheduled task complete: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n','pplmvsvm',1342467),(32926090,0,'moodle','core\\task\\grade_history_cleanup_task',0,1773075182.2920000000,1773075182.2932000000,0,0,0,'Execute scheduled task: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n... started 00:53:02. Current memory use 25.6 MB.\n... used 0 dbqueries\n... used 8.9883804321289E-5 seconds\nScheduled task complete: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n','pplmvsvm',1342479),(32926113,0,'moodle','core\\task\\grade_history_cleanup_task',0,1773075242.2744000000,1773075242.2756000000,0,0,0,'Execute scheduled task: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n... started 00:54:02. Current memory use 25.6 MB.\n... used 0 dbqueries\n... used 9.2029571533203E-5 seconds\nScheduled task complete: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n','pplmvsvm',1342486),(32926131,0,'moodle','core\\task\\file_temp_cleanup_task',0,1773075301.8875000000,1773075301.8988000000,0,0,0,'Execute scheduled task: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n... started 00:55:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0053741931915283 seconds\nScheduled task complete: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n','pplmvsvm',1342500),(32926132,0,'moodle','core\\task\\file_trash_cleanup_task',0,1773075301.9598000000,1773075302.2854000000,57,18,0,'Execute scheduled task: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n... started 00:55:01. Current memory use 21.5 MB.\nDeleting old draft files... ... started 00:55:01. Current memory use 21.5 MB.\ndone.\nDeleting orphaned preview, and document conversion files... ... started 00:55:02. Current memory use 21.7 MB.\ndone.\n... used 75 dbqueries\n... used 0.32451605796814 seconds\nScheduled task complete: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n','pplmvsvm',1342500),(32926145,0,'moodle','core\\task\\grade_history_cleanup_task',0,1773075303.2506000000,1773075303.2518000000,0,0,0,'Execute scheduled task: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n... started 00:55:03. Current memory use 27.2 MB.\n... used 0 dbqueries\n... used 8.4877014160156E-5 seconds\nScheduled task complete: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n','pplmvsvm',1342500),(32926168,0,'moodle','core\\task\\grade_history_cleanup_task',0,1773075362.1661000000,1773075362.1674000000,0,0,0,'Execute scheduled task: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n... started 00:56:02. Current memory use 25.6 MB.\n... used 0 dbqueries\n... used 9.2983245849609E-5 seconds\nScheduled task complete: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n','pplmvsvm',1342514),(32926191,0,'moodle','core\\task\\grade_history_cleanup_task',0,1773075421.9900000000,1773075421.9913000000,0,0,0,'Execute scheduled task: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n... started 00:57:01. Current memory use 25.6 MB.\n... used 0 dbqueries\n... used 9.3936920166016E-5 seconds\nScheduled task complete: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n','pplmvsvm',1342520),(32926214,0,'moodle','core\\task\\grade_history_cleanup_task',0,1773075481.6656000000,1773075481.6669000000,0,0,0,'Execute scheduled task: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n... started 00:58:01. Current memory use 25.6 MB.\n... used 0 dbqueries\n... used 8.702278137207E-5 seconds\nScheduled task complete: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n','pplmvsvm',1342532),(32926237,0,'moodle','core\\task\\grade_history_cleanup_task',0,1773075542.5797000000,1773075542.5810000000,0,0,0,'Execute scheduled task: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n... started 00:59:02. Current memory use 25.6 MB.\n... used 0 dbqueries\n... used 0.00014090538024902 seconds\nScheduled task complete: Background processing for cleaning grade history tables (core\\task\\grade_history_cleanup_task)\n','pplmvsvm',1342538),(32927588,0,'tool_messageinbound','tool_messageinbound\\task\\cleanup_task',0,1773078901.4817000000,1773078901.4927000000,0,1,0,'Execute scheduled task: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n... started 01:55:01. Current memory use 20.6 MB.\nInbound Message not fully configured - exiting early.\n... used 1 dbqueries\n... used 0.0068519115447998 seconds\nScheduled task complete: 清除沒經過驗證的進來的email (tool_messageinbound\\task\\cleanup_task)\n','pplmvsvm',1343508),(32927861,0,'moodle','core_files\\task\\conversion_cleanup_task',0,1773079561.4920000000,1773079561.5041000000,1,1,0,'Execute scheduled task: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n... started 02:06:01. Current memory use 20.5 MB.\n... used 2 dbqueries\n... used 0.0065960884094238 seconds\nScheduled task complete: 清理文件轉換所留下的臨時紀錄 (core_files\\task\\conversion_cleanup_task)\n','pplmvsvm',1343643),(32928311,0,'moodle','core\\task\\context_cleanup_task',0,1773080701.6717000000,1773080701.6859000000,10,1,0,'Execute scheduled task: 清理情境 (core\\task\\context_cleanup_task)\n... started 02:25:01. Current memory use 20.5 MB.\n Cleaned up context instances\n... used 11 dbqueries\n... used 0.0089879035949707 seconds\nScheduled task complete: 清理情境 (core\\task\\context_cleanup_task)\n','pplmvsvm',1344029),(32928363,0,'moodle','core\\task\\complete_plans_task',0,1773080821.7646000000,1773080821.7792000000,0,0,0,'Execute scheduled task: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n... started 02:27:01. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.0093889236450195 seconds\nScheduled task complete: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n','pplmvsvm',1344047),(32928430,0,'moodle','core\\task\\cache_cleanup_task',0,1773081001.2588000000,1773081001.2698000000,0,1,0,'Execute scheduled task: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n... started 02:30:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0048069953918457 seconds\nScheduled task complete: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n','pplmvsvm',1344079),(32928431,0,'moodle','core\\oauth2\\refresh_system_tokens_task',0,1773081001.3358000000,1773081001.3388000000,1,0,0,'Execute scheduled task: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n... started 02:30:01. Current memory use 21.5 MB.\n... used 1 dbqueries\n... used 0.0019650459289551 seconds\nScheduled task complete: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n','pplmvsvm',1344079),(32928556,0,'moodle','core\\task\\messaging_cleanup_task',0,1773081301.7926000000,1773081301.8083000000,1,4,0,'Execute scheduled task: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n... started 02:35:01. Current memory use 20.5 MB.\n... used 5 dbqueries\n... used 0.010092973709106 seconds\nScheduled task complete: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n','pplmvsvm',1344133),(32928557,0,'tool_cohortroles','tool_cohortroles\\task\\cohort_role_sync',0,1773081301.8681000000,1773081301.8728000000,2,1,0,'Execute scheduled task: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n... started 02:35:01. Current memory use 23.0 MB.\nSync cohort roles...\nAdded 0\nRemoved 0\n... used 3 dbqueries\n... used 0.0034019947052002 seconds\nScheduled task complete: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n','pplmvsvm',1344133),(32928730,0,'moodle','core\\task\\analytics_cleanup_task',0,1773081722.2395000000,1773081722.2524000000,0,0,0,'Execute scheduled task: 清理分析結果 (core\\task\\analytics_cleanup_task)\n... started 02:42:02. Current memory use 20.5 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0057740211486816 seconds\nScheduled task complete: 清理分析結果 (core\\task\\analytics_cleanup_task)\n','pplmvsvm',1344376),(32928753,0,'enrol_cohort','enrol_cohort\\task\\enrol_cohort_sync',0,1773081782.2282000000,1773081782.2438000000,7,0,0,'Execute scheduled task: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n... started 02:43:02. Current memory use 20.2 MB.\n... used 7 dbqueries\n... used 0.011096954345703 seconds\nScheduled task complete: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n','pplmvsvm',1344389),(32928776,0,'mod_quiz','mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1773081842.0936000000,1773081842.1039000000,1,0,0,'Execute scheduled task: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n... started 02:44:02. Current memory use 24.0 MB.\nLooking for quiz attempts which may need a graded notification sent...\n... used 1 dbqueries\n... used 0.0061500072479248 seconds\nScheduled task complete: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n','pplmvsvm',1344395),(32928828,0,'cachestore_redis','cachestore_redis\\task\\ttl',0,1773081962.2017000000,1773081962.2113000000,0,0,0,'Execute scheduled task: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n... started 02:46:02. Current memory use 20.3 MB.\nNo TTL caches assigned to a Redis store; nothing to do.\n... used 0 dbqueries\n... used 0.0046751499176025 seconds\nScheduled task complete: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n','pplmvsvm',1344424),(32928917,0,'moodle','core\\task\\cache_cron_task',0,1773082201.7142000000,1773082201.7255000000,0,0,0,'Execute scheduled task: 快取的後台處理 (core\\task\\cache_cron_task)\n... started 02:50:01. Current memory use 20.5 MB.\nCleaning up stale session data from cache stores.\n... used 0 dbqueries\n... used 0.0052990913391113 seconds\nScheduled task complete: 快取的後台處理 (core\\task\\cache_cron_task)\n','pplmvsvm',1344461),(32928918,0,'moodle','core\\task\\automated_backup_task',0,1773082201.7836000000,1773082201.9123000000,0,0,0,'Execute scheduled task: 自動備份 (core\\task\\automated_backup_task)\n... started 02:50:01. Current memory use 21.5 MB.\nChecking automated backup status...INACTIVE\n... used 0 dbqueries\n... used 0.12767505645752 seconds\nScheduled task complete: 自動備份 (core\\task\\automated_backup_task)\n','pplmvsvm',1344461),(32929157,0,'tool_dataprivacy','tool_dataprivacy\\task\\expired_retention_period',0,1773082802.1374000000,1773082802.1480000000,0,0,0,'Execute scheduled task: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n... started 03:00:02. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nFlagged 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0065000057220459 seconds\nScheduled task complete: Expired retention period (tool_dataprivacy\\task\\expired_retention_period)\n','pplmvsvm',1344589),(32929158,0,'moodle','core\\task\\delete_unconfirmed_users_task',0,1773082802.2024000000,1773082802.2059000000,1,0,0,'Execute scheduled task: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n... started 03:00:02. Current memory use 23.3 MB.\n... used 1 dbqueries\n... used 0.00064706802368164 seconds\nScheduled task complete: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n','pplmvsvm',1344589),(32929283,0,'moodle','core\\task\\delete_incomplete_users_task',0,1773083101.3971000000,1773083101.4075000000,0,0,0,'Execute scheduled task: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n... started 03:05:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0048501491546631 seconds\nScheduled task complete: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n','pplmvsvm',1344659),(32929335,0,'moodle','core\\task\\sync_plans_from_template_cohorts_task',0,1773083221.5085000000,1773083221.5247000000,0,0,0,'Execute scheduled task: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n... started 03:07:01. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.010109901428223 seconds\nScheduled task complete: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n','pplmvsvm',1344679),(32929402,0,'moodle','core\\task\\backup_cleanup_task',0,1773083402.2018000000,1773083402.2147000000,2,0,0,'Execute scheduled task: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n... started 03:10:02. Current memory use 37.7 MB.\n... used 2 dbqueries\n... used 0.0068318843841553 seconds\nScheduled task complete: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n','pplmvsvm',1344863),(32929641,0,'moodle','core\\task\\tag_cron_task',0,1773084002.0361000000,1773084002.0454000000,0,0,0,'Execute scheduled task: 背景標籤處理 (core\\task\\tag_cron_task)\n... started 03:20:02. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0042829513549805 seconds\nScheduled task complete: 背景標籤處理 (core\\task\\tag_cron_task)\n','pplmvsvm',1344978),(32929763,0,'moodle','core\\task\\context_cleanup_task',0,1773084302.0171000000,1773084302.0319000000,10,1,0,'Execute scheduled task: 清理情境 (core\\task\\context_cleanup_task)\n... started 03:25:02. Current memory use 20.5 MB.\n Cleaned up context instances\n... used 11 dbqueries\n... used 0.0094070434570312 seconds\nScheduled task complete: 清理情境 (core\\task\\context_cleanup_task)\n','pplmvsvm',1345053),(32929815,0,'moodle','core\\task\\complete_plans_task',0,1773084422.0816000000,1773084422.0972000000,0,0,0,'Execute scheduled task: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n... started 03:27:02. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.0097718238830566 seconds\nScheduled task complete: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n','pplmvsvm',1345068),(32929882,0,'moodle','core\\task\\cache_cleanup_task',0,1773084601.6524000000,1773084601.6832000000,0,1,0,'Execute scheduled task: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n... started 03:30:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.025094032287598 seconds\nScheduled task complete: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n','pplmvsvm',1345102),(32929883,0,'moodle','core\\oauth2\\refresh_system_tokens_task',0,1773084601.7494000000,1773084601.7531000000,1,0,0,'Execute scheduled task: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n... started 03:30:01. Current memory use 21.5 MB.\n... used 1 dbqueries\n... used 0.0022580623626709 seconds\nScheduled task complete: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n','pplmvsvm',1345102),(32930008,0,'moodle','core\\task\\messaging_cleanup_task',0,1773084901.7226000000,1773084901.7387000000,1,4,0,'Execute scheduled task: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n... started 03:35:01. Current memory use 20.5 MB.\n... used 5 dbqueries\n... used 0.0096070766448975 seconds\nScheduled task complete: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n','pplmvsvm',1345152),(32930009,0,'tool_cohortroles','tool_cohortroles\\task\\cohort_role_sync',0,1773084901.8011000000,1773084901.8058000000,2,1,0,'Execute scheduled task: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n... started 03:35:01. Current memory use 23.0 MB.\nSync cohort roles...\nAdded 0\nRemoved 0\n... used 3 dbqueries\n... used 0.0036070346832275 seconds\nScheduled task complete: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n','pplmvsvm',1345152),(32930182,0,'moodle','core\\task\\analytics_cleanup_task',0,1773085322.1796000000,1773085322.1913000000,0,0,0,'Execute scheduled task: 清理分析結果 (core\\task\\analytics_cleanup_task)\n... started 03:42:02. Current memory use 20.5 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0060610771179199 seconds\nScheduled task complete: 清理分析結果 (core\\task\\analytics_cleanup_task)\n','pplmvsvm',1345395),(32930205,0,'enrol_cohort','enrol_cohort\\task\\enrol_cohort_sync',0,1773085381.8618000000,1773085381.8776000000,7,0,0,'Execute scheduled task: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n... started 03:43:01. Current memory use 20.2 MB.\n... used 7 dbqueries\n... used 0.011001110076904 seconds\nScheduled task complete: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n','pplmvsvm',1345407),(32930228,0,'mod_quiz','mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1773085441.8848000000,1773085441.8962000000,1,0,0,'Execute scheduled task: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n... started 03:44:01. Current memory use 24.0 MB.\nLooking for quiz attempts which may need a graded notification sent...\n... used 1 dbqueries\n... used 0.0060951709747314 seconds\nScheduled task complete: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n','pplmvsvm',1345413),(32930280,0,'cachestore_redis','cachestore_redis\\task\\ttl',0,1773085561.9756000000,1773085561.9845000000,0,0,0,'Execute scheduled task: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n... started 03:46:01. Current memory use 20.3 MB.\nNo TTL caches assigned to a Redis store; nothing to do.\n... used 0 dbqueries\n... used 0.0044269561767578 seconds\nScheduled task complete: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n','pplmvsvm',1345442),(32930369,0,'moodle','core\\task\\cache_cron_task',0,1773085801.2548000000,1773085801.2647000000,0,0,0,'Execute scheduled task: 快取的後台處理 (core\\task\\cache_cron_task)\n... started 03:50:01. Current memory use 20.5 MB.\nCleaning up stale session data from cache stores.\n... used 0 dbqueries\n... used 0.0046160221099854 seconds\nScheduled task complete: 快取的後台處理 (core\\task\\cache_cron_task)\n','pplmvsvm',1345479),(32930370,0,'moodle','core\\task\\automated_backup_task',0,1773085801.3154000000,1773085801.4448000000,0,0,0,'Execute scheduled task: 自動備份 (core\\task\\automated_backup_task)\n... started 03:50:01. Current memory use 21.5 MB.\nChecking automated backup status...INACTIVE\n... used 0 dbqueries\n... used 0.1283221244812 seconds\nScheduled task complete: 自動備份 (core\\task\\automated_backup_task)\n','pplmvsvm',1345479),(32930609,0,'moodle','core\\task\\delete_unconfirmed_users_task',0,1773086401.8993000000,1773086401.9110000000,1,0,0,'Execute scheduled task: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n... started 04:00:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0052931308746338 seconds\nScheduled task complete: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n','pplmvsvm',1345585),(32930734,0,'moodle','core\\task\\delete_incomplete_users_task',0,1773086701.9349000000,1773086701.9446000000,0,0,0,'Execute scheduled task: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n... started 04:05:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0043578147888184 seconds\nScheduled task complete: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n','pplmvsvm',1345658),(32930786,0,'moodle','core\\task\\sync_plans_from_template_cohorts_task',0,1773086822.0613000000,1773086822.0764000000,0,0,0,'Execute scheduled task: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n... started 04:07:02. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.0099048614501953 seconds\nScheduled task complete: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n','pplmvsvm',1345673),(32930853,0,'moodle','core\\task\\backup_cleanup_task',0,1773087001.9909000000,1773087002.0049000000,2,0,0,'Execute scheduled task: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n... started 04:10:01. Current memory use 37.7 MB.\n... used 2 dbqueries\n... used 0.0077641010284424 seconds\nScheduled task complete: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n','pplmvsvm',1345859),(32931070,0,'tool_langimport','tool_langimport\\task\\update_langpacks_task',0,1773087541.9090000000,1773087544.1459000000,0,0,0,'Execute scheduled task: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n... started 04:19:01. Current memory use 20.6 MB.\n您的所有語言包都已經是最新的了,不需要再更新。\n... used 0 dbqueries\n... used 2.2333180904388 seconds\nScheduled task complete: 更新全部已安裝的語言包 (tool_langimport\\task\\update_langpacks_task)\n','pplmvsvm',1345952),(32931214,0,'moodle','core\\task\\context_cleanup_task',0,1773087902.1091000000,1773087902.1239000000,10,1,0,'Execute scheduled task: 清理情境 (core\\task\\context_cleanup_task)\n... started 04:25:02. Current memory use 20.5 MB.\n Cleaned up context instances\n... used 11 dbqueries\n... used 0.0092079639434814 seconds\nScheduled task complete: 清理情境 (core\\task\\context_cleanup_task)\n','pplmvsvm',1346043),(32931266,0,'moodle','core\\task\\complete_plans_task',0,1773088022.1516000000,1773088022.1665000000,0,0,0,'Execute scheduled task: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n... started 04:27:02. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.010095119476318 seconds\nScheduled task complete: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n','pplmvsvm',1346059),(32931333,0,'moodle','core\\task\\cache_cleanup_task',0,1773088201.6880000000,1773088201.6980000000,0,1,0,'Execute scheduled task: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n... started 04:30:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0048339366912842 seconds\nScheduled task complete: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n','pplmvsvm',1346092),(32931334,0,'moodle','core\\oauth2\\refresh_system_tokens_task',0,1773088201.7572000000,1773088201.7604000000,1,0,0,'Execute scheduled task: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n... started 04:30:01. Current memory use 21.5 MB.\n... used 1 dbqueries\n... used 0.0020098686218262 seconds\nScheduled task complete: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n','pplmvsvm',1346092),(32931415,0,'logstore_standard','logstore_standard\\task\\cleanup_task',0,1773088382.2434000000,1773088382.2535000000,0,0,0,'Execute scheduled task: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n... started 04:33:02. Current memory use 20.2 MB.\n... used 0 dbqueries\n... used 0.0054659843444824 seconds\nScheduled task complete: 日誌資料表清理 (logstore_standard\\task\\cleanup_task)\n','pplmvsvm',1346121),(32931460,0,'moodle','core\\task\\messaging_cleanup_task',0,1773088501.9869000000,1773088502.0035000000,1,4,0,'Execute scheduled task: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n... started 04:35:01. Current memory use 20.5 MB.\n... used 5 dbqueries\n... used 0.011219024658203 seconds\nScheduled task complete: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n','pplmvsvm',1346143),(32931461,0,'tool_cohortroles','tool_cohortroles\\task\\cohort_role_sync',0,1773088502.0628000000,1773088502.0774000000,3,1,0,'Execute scheduled task: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n... started 04:35:02. Current memory use 23.0 MB.\nSync cohort roles...\nAdded 0\nRemoved 0\n... used 4 dbqueries\n... used 0.013421058654785 seconds\nScheduled task complete: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n','pplmvsvm',1346143),(32931634,0,'moodle','core\\task\\analytics_cleanup_task',0,1773088922.0003000000,1773088922.0114000000,0,0,0,'Execute scheduled task: 清理分析結果 (core\\task\\analytics_cleanup_task)\n... started 04:42:02. Current memory use 20.5 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0054759979248047 seconds\nScheduled task complete: 清理分析結果 (core\\task\\analytics_cleanup_task)\n','pplmvsvm',1346384),(32931657,0,'enrol_cohort','enrol_cohort\\task\\enrol_cohort_sync',0,1773088981.9684000000,1773088981.9855000000,7,0,0,'Execute scheduled task: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n... started 04:43:01. Current memory use 20.2 MB.\n... used 7 dbqueries\n... used 0.012043952941895 seconds\nScheduled task complete: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n','pplmvsvm',1346397),(32931680,0,'mod_quiz','mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1773089042.0065000000,1773089042.0172000000,1,0,0,'Execute scheduled task: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n... started 04:44:02. Current memory use 24.0 MB.\nLooking for quiz attempts which may need a graded notification sent...\n... used 1 dbqueries\n... used 0.0063250064849854 seconds\nScheduled task complete: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n','pplmvsvm',1346403),(32931732,0,'cachestore_redis','cachestore_redis\\task\\ttl',0,1773089161.3927000000,1773089161.4022000000,0,0,0,'Execute scheduled task: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n... started 04:46:01. Current memory use 20.3 MB.\nNo TTL caches assigned to a Redis store; nothing to do.\n... used 0 dbqueries\n... used 0.0046908855438232 seconds\nScheduled task complete: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n','pplmvsvm',1346432),(32931821,0,'moodle','core\\task\\cache_cron_task',0,1773089401.8225000000,1773089401.8337000000,0,0,0,'Execute scheduled task: 快取的後台處理 (core\\task\\cache_cron_task)\n... started 04:50:01. Current memory use 20.5 MB.\nCleaning up stale session data from cache stores.\n... used 0 dbqueries\n... used 0.0052251815795898 seconds\nScheduled task complete: 快取的後台處理 (core\\task\\cache_cron_task)\n','pplmvsvm',1346470),(32931822,0,'moodle','core\\task\\automated_backup_task',0,1773089401.8902000000,1773089402.0332000000,0,0,0,'Execute scheduled task: 自動備份 (core\\task\\automated_backup_task)\n... started 04:50:01. Current memory use 21.5 MB.\nChecking automated backup status...INACTIVE\n... used 0 dbqueries\n... used 0.14062809944153 seconds\nScheduled task complete: 自動備份 (core\\task\\automated_backup_task)\n','pplmvsvm',1346470),(32932061,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_contexts',0,1773090001.8654000000,1773090001.8762000000,0,0,0,'Execute scheduled task: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n... started 05:00:01. Current memory use 20.6 MB.\nChecking requirements\n Requirements not met. Cannot process expired retentions.\nProcessed deletions for 0 course contexts, and 0 user contexts as expired\n... used 0 dbqueries\n... used 0.0065851211547852 seconds\nScheduled task complete: Delete expired contexts (tool_dataprivacy\\task\\delete_expired_contexts)\n','pplmvsvm',1346577),(32932062,0,'moodle','core\\task\\delete_unconfirmed_users_task',0,1773090001.9302000000,1773090001.9338000000,1,0,0,'Execute scheduled task: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n... started 05:00:01. Current memory use 23.3 MB.\n... used 1 dbqueries\n... used 0.00065112113952637 seconds\nScheduled task complete: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n','pplmvsvm',1346577),(32932187,0,'moodle','core\\task\\delete_incomplete_users_task',0,1773090301.9649000000,1773090301.9752000000,0,0,0,'Execute scheduled task: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n... started 05:05:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0049190521240234 seconds\nScheduled task complete: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n','pplmvsvm',1346649),(32932239,0,'moodle','core\\task\\sync_plans_from_template_cohorts_task',0,1773090422.1565000000,1773090422.1716000000,0,0,0,'Execute scheduled task: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n... started 05:07:02. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.0098810195922852 seconds\nScheduled task complete: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n','pplmvsvm',1346664),(32932306,0,'moodle','core\\task\\backup_cleanup_task',0,1773090602.1083000000,1773090602.1206000000,2,0,0,'Execute scheduled task: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n... started 05:10:02. Current memory use 37.7 MB.\n... used 2 dbqueries\n... used 0.0066640377044678 seconds\nScheduled task complete: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n','pplmvsvm',1346851),(32932666,0,'moodle','core\\task\\context_cleanup_task',0,1773091501.8695000000,1773091501.8861000000,10,1,0,'Execute scheduled task: 清理情境 (core\\task\\context_cleanup_task)\n... started 05:25:01. Current memory use 20.5 MB.\n Cleaned up context instances\n... used 11 dbqueries\n... used 0.010293006896973 seconds\nScheduled task complete: 清理情境 (core\\task\\context_cleanup_task)\n','pplmvsvm',1347036),(32932718,0,'moodle','core\\task\\complete_plans_task',0,1773091621.8506000000,1773091621.8672000000,0,0,0,'Execute scheduled task: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n... started 05:27:01. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.011209011077881 seconds\nScheduled task complete: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n','pplmvsvm',1347052),(32932785,0,'moodle','core\\task\\cache_cleanup_task',0,1773091801.4660000000,1773091801.4922000000,0,1,0,'Execute scheduled task: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n... started 05:30:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.02023983001709 seconds\nScheduled task complete: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n','pplmvsvm',1347084),(32932786,0,'moodle','core\\oauth2\\refresh_system_tokens_task',0,1773091801.5449000000,1773091801.5481000000,1,0,0,'Execute scheduled task: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n... started 05:30:01. Current memory use 21.5 MB.\n... used 1 dbqueries\n... used 0.0020990371704102 seconds\nScheduled task complete: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n','pplmvsvm',1347084),(32932911,0,'moodle','core\\task\\messaging_cleanup_task',0,1773092101.9663000000,1773092101.9811000000,1,4,0,'Execute scheduled task: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n... started 05:35:01. Current memory use 20.5 MB.\n... used 5 dbqueries\n... used 0.0096809864044189 seconds\nScheduled task complete: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n','pplmvsvm',1347134),(32932912,0,'tool_cohortroles','tool_cohortroles\\task\\cohort_role_sync',0,1773092102.0652000000,1773092102.0704000000,2,1,0,'Execute scheduled task: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n... started 05:35:02. Current memory use 23.0 MB.\nSync cohort roles...\nAdded 0\nRemoved 0\n... used 3 dbqueries\n... used 0.003849983215332 seconds\nScheduled task complete: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n','pplmvsvm',1347134),(32933085,0,'moodle','core\\task\\analytics_cleanup_task',0,1773092521.9656000000,1773092521.9771000000,0,0,0,'Execute scheduled task: 清理分析結果 (core\\task\\analytics_cleanup_task)\n... started 05:42:01. Current memory use 20.5 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0059080123901367 seconds\nScheduled task complete: 清理分析結果 (core\\task\\analytics_cleanup_task)\n','pplmvsvm',1347377),(32933108,0,'enrol_cohort','enrol_cohort\\task\\enrol_cohort_sync',0,1773092581.7088000000,1773092581.7252000000,7,0,0,'Execute scheduled task: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n... started 05:43:01. Current memory use 20.2 MB.\n... used 7 dbqueries\n... used 0.011499881744385 seconds\nScheduled task complete: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n','pplmvsvm',1347391),(32933131,0,'mod_quiz','mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1773092641.5355000000,1773092641.5474000000,1,0,0,'Execute scheduled task: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n... started 05:44:01. Current memory use 24.0 MB.\nLooking for quiz attempts which may need a graded notification sent...\n... used 1 dbqueries\n... used 0.0074589252471924 seconds\nScheduled task complete: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n','pplmvsvm',1347401),(32933183,0,'cachestore_redis','cachestore_redis\\task\\ttl',0,1773092761.7716000000,1773092761.7823000000,0,0,0,'Execute scheduled task: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n... started 05:46:01. Current memory use 20.3 MB.\nNo TTL caches assigned to a Redis store; nothing to do.\n... used 0 dbqueries\n... used 0.0053868293762207 seconds\nScheduled task complete: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n','pplmvsvm',1347429),(32933272,0,'moodle','core\\task\\cache_cron_task',0,1773093002.0989000000,1773093002.1092000000,0,0,0,'Execute scheduled task: 快取的後台處理 (core\\task\\cache_cron_task)\n... started 05:50:02. Current memory use 20.5 MB.\nCleaning up stale session data from cache stores.\n... used 0 dbqueries\n... used 0.0047440528869629 seconds\nScheduled task complete: 快取的後台處理 (core\\task\\cache_cron_task)\n','pplmvsvm',1347467),(32933273,0,'moodle','core\\task\\automated_backup_task',0,1773093002.1618000000,1773093002.2959000000,0,0,0,'Execute scheduled task: 自動備份 (core\\task\\automated_backup_task)\n... started 05:50:02. Current memory use 21.5 MB.\nChecking automated backup status...INACTIVE\n... used 0 dbqueries\n... used 0.13290309906006 seconds\nScheduled task complete: 自動備份 (core\\task\\automated_backup_task)\n','pplmvsvm',1347467),(32933512,0,'tool_dataprivacy','tool_dataprivacy\\task\\delete_expired_requests',0,1773093601.3371000000,1773093601.3488000000,1,0,0,'Execute scheduled task: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n... started 06:00:01. Current memory use 20.6 MB.\n... used 1 dbqueries\n... used 0.0071520805358887 seconds\nScheduled task complete: Delete expired data request export files (tool_dataprivacy\\task\\delete_expired_requests)\n','pplmvsvm',1347573),(32933513,0,'moodle','core\\task\\password_reset_cleanup_task',0,1773093601.4112000000,1773093601.4145000000,0,1,0,'Execute scheduled task: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n... started 06:00:01. Current memory use 23.4 MB.\n Cleaned up old password reset records\n... used 1 dbqueries\n... used 0.00046706199645996 seconds\nScheduled task complete: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n','pplmvsvm',1347573),(32933514,0,'moodle','core\\task\\delete_unconfirmed_users_task',0,1773093601.4859000000,1773093601.4876000000,1,0,0,'Execute scheduled task: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n... started 06:00:01. Current memory use 23.4 MB.\n... used 1 dbqueries\n... used 0.00055909156799316 seconds\nScheduled task complete: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n','pplmvsvm',1347573),(32933639,0,'moodle','core\\task\\delete_incomplete_users_task',0,1773093901.9903000000,1773093902.0005000000,0,0,0,'Execute scheduled task: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n... started 06:05:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0046830177307129 seconds\nScheduled task complete: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n','pplmvsvm',1347639),(32933691,0,'moodle','core\\task\\sync_plans_from_template_cohorts_task',0,1773094021.2760000000,1773094021.2929000000,0,0,0,'Execute scheduled task: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n... started 06:07:01. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.011157989501953 seconds\nScheduled task complete: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n','pplmvsvm',1347656),(32933758,0,'moodle','core\\task\\backup_cleanup_task',0,1773094201.9834000000,1773094201.9965000000,2,0,0,'Execute scheduled task: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n... started 06:10:01. Current memory use 37.7 MB.\n... used 2 dbqueries\n... used 0.0070250034332275 seconds\nScheduled task complete: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n','pplmvsvm',1347842),(32933792,0,'moodle','core\\task\\check_for_updates_task',0,1773094261.5143000000,1773094261.5245000000,0,0,0,'Execute scheduled task: 檢查是否有更新 (core\\task\\check_for_updates_task)\n... started 06:11:01. Current memory use 20.5 MB.\nRecently fetched info about available updates is still fresh enough, skipping.\n... used 0 dbqueries\n... used 0.0053088665008545 seconds\nScheduled task complete: 檢查是否有更新 (core\\task\\check_for_updates_task)\n','pplmvsvm',1347853),(32934119,0,'moodle','core\\task\\context_cleanup_task',0,1773095101.3398000000,1773095101.3549000000,10,1,0,'Execute scheduled task: 清理情境 (core\\task\\context_cleanup_task)\n... started 06:25:01. Current memory use 20.5 MB.\n Cleaned up context instances\n... used 11 dbqueries\n... used 0.0097489356994629 seconds\nScheduled task complete: 清理情境 (core\\task\\context_cleanup_task)\n','pplmvsvm',1348022),(32934171,0,'moodle','core\\task\\complete_plans_task',0,1773095221.4023000000,1773095221.4195000000,0,0,0,'Execute scheduled task: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n... started 06:27:01. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.011072874069214 seconds\nScheduled task complete: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n','pplmvsvm',1348040),(32934238,0,'moodle','core\\task\\cache_cleanup_task',0,1773095401.7311000000,1773095401.7553000000,0,1,0,'Execute scheduled task: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n... started 06:30:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.018886089324951 seconds\nScheduled task complete: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n','pplmvsvm',1348073),(32934239,0,'moodle','core\\oauth2\\refresh_system_tokens_task',0,1773095401.8107000000,1773095401.8137000000,1,0,0,'Execute scheduled task: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n... started 06:30:01. Current memory use 21.5 MB.\n... used 1 dbqueries\n... used 0.0018570423126221 seconds\nScheduled task complete: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n','pplmvsvm',1348073),(32934364,0,'moodle','core\\task\\messaging_cleanup_task',0,1773095701.8602000000,1773095701.8772000000,1,4,0,'Execute scheduled task: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n... started 06:35:01. Current memory use 20.5 MB.\n... used 5 dbqueries\n... used 0.011094093322754 seconds\nScheduled task complete: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n','pplmvsvm',1348130),(32934365,0,'tool_cohortroles','tool_cohortroles\\task\\cohort_role_sync',0,1773095701.9682000000,1773095701.9851000000,3,1,0,'Execute scheduled task: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n... started 06:35:01. Current memory use 23.0 MB.\nSync cohort roles...\nAdded 0\nRemoved 0\n... used 4 dbqueries\n... used 0.015637874603271 seconds\nScheduled task complete: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n','pplmvsvm',1348130),(32934538,0,'moodle','core\\task\\analytics_cleanup_task',0,1773096121.6111000000,1773096121.6225000000,0,0,0,'Execute scheduled task: 清理分析結果 (core\\task\\analytics_cleanup_task)\n... started 06:42:01. Current memory use 20.5 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0061089992523193 seconds\nScheduled task complete: 清理分析結果 (core\\task\\analytics_cleanup_task)\n','pplmvsvm',1348373),(32934561,0,'enrol_cohort','enrol_cohort\\task\\enrol_cohort_sync',0,1773096181.4932000000,1773096181.5087000000,7,0,0,'Execute scheduled task: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n... started 06:43:01. Current memory use 20.2 MB.\n... used 7 dbqueries\n... used 0.011130094528198 seconds\nScheduled task complete: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n','pplmvsvm',1348385),(32934584,0,'mod_quiz','mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1773096241.5082000000,1773096241.5183000000,1,0,0,'Execute scheduled task: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n... started 06:44:01. Current memory use 24.0 MB.\nLooking for quiz attempts which may need a graded notification sent...\n... used 1 dbqueries\n... used 0.0059161186218262 seconds\nScheduled task complete: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n','pplmvsvm',1348392),(32934636,0,'cachestore_redis','cachestore_redis\\task\\ttl',0,1773096361.9427000000,1773096361.9528000000,0,0,0,'Execute scheduled task: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n... started 06:46:01. Current memory use 20.3 MB.\nNo TTL caches assigned to a Redis store; nothing to do.\n... used 0 dbqueries\n... used 0.0050430297851562 seconds\nScheduled task complete: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n','pplmvsvm',1348422),(32934725,0,'moodle','core\\task\\cache_cron_task',0,1773096601.4968000000,1773096601.5072000000,0,0,0,'Execute scheduled task: 快取的後台處理 (core\\task\\cache_cron_task)\n... started 06:50:01. Current memory use 20.5 MB.\nCleaning up stale session data from cache stores.\n... used 0 dbqueries\n... used 0.00484299659729 seconds\nScheduled task complete: 快取的後台處理 (core\\task\\cache_cron_task)\n','pplmvsvm',1348457),(32934726,0,'moodle','core\\task\\automated_backup_task',0,1773096601.5684000000,1773096601.7090000000,0,0,0,'Execute scheduled task: 自動備份 (core\\task\\automated_backup_task)\n... started 06:50:01. Current memory use 21.5 MB.\nChecking automated backup status...INACTIVE\n... used 0 dbqueries\n... used 0.13942193984985 seconds\nScheduled task complete: 自動備份 (core\\task\\automated_backup_task)\n','pplmvsvm',1348457),(32934848,0,'moodle','core\\task\\file_temp_cleanup_task',0,1773096901.7453000000,1773096901.7566000000,0,0,0,'Execute scheduled task: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n... started 06:55:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0056569576263428 seconds\nScheduled task complete: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n','pplmvsvm',1348508),(32934849,0,'moodle','core\\task\\file_trash_cleanup_task',0,1773096901.8082000000,1773096901.8120000000,2,0,0,'Execute scheduled task: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n... started 06:55:01. Current memory use 21.5 MB.\nDeleting old draft files... ... started 06:55:01. Current memory use 21.5 MB.\ndone.\nDeleting orphaned preview, and document conversion files... ... started 06:55:01. Current memory use 21.5 MB.\ndone.\n... used 2 dbqueries\n... used 0.0026071071624756 seconds\nScheduled task complete: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n','pplmvsvm',1348508),(32934967,0,'moodle','core\\task\\delete_unconfirmed_users_task',0,1773097201.5046000000,1773097201.5163000000,1,0,0,'Execute scheduled task: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n... started 07:00:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0054349899291992 seconds\nScheduled task complete: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n','pplmvsvm',1348563),(32935092,0,'moodle','core\\task\\delete_incomplete_users_task',0,1773097501.7712000000,1773097501.7809000000,0,0,0,'Execute scheduled task: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n... started 07:05:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0045299530029297 seconds\nScheduled task complete: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n','pplmvsvm',1348631),(32935144,0,'moodle','core\\task\\sync_plans_from_template_cohorts_task',0,1773097622.0895000000,1773097622.1042000000,0,0,0,'Execute scheduled task: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n... started 07:07:02. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.0097129344940186 seconds\nScheduled task complete: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n','pplmvsvm',1348647),(32935211,0,'moodle','core\\task\\backup_cleanup_task',0,1773097801.9311000000,1773097801.9439000000,2,0,0,'Execute scheduled task: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n... started 07:10:01. Current memory use 37.7 MB.\n... used 2 dbqueries\n... used 0.0068929195404053 seconds\nScheduled task complete: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n','pplmvsvm',1348835),(32935571,0,'moodle','core\\task\\context_cleanup_task',0,1773098702.0778000000,1773098702.0946000000,10,1,0,'Execute scheduled task: 清理情境 (core\\task\\context_cleanup_task)\n... started 07:25:02. Current memory use 20.5 MB.\n Cleaned up context instances\n... used 11 dbqueries\n... used 0.010625123977661 seconds\nScheduled task complete: 清理情境 (core\\task\\context_cleanup_task)\n','pplmvsvm',1349018),(32935623,0,'moodle','core\\task\\complete_plans_task',0,1773098822.1949000000,1773098822.2094000000,0,0,0,'Execute scheduled task: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n... started 07:27:02. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.0096960067749023 seconds\nScheduled task complete: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n','pplmvsvm',1349035),(32935690,0,'moodle','core\\task\\cache_cleanup_task',0,1773099002.1192000000,1773099002.1356000000,0,1,0,'Execute scheduled task: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n... started 07:30:02. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0069859027862549 seconds\nScheduled task complete: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n','pplmvsvm',1349067),(32935691,0,'moodle','core\\oauth2\\refresh_system_tokens_task',0,1773099002.2354000000,1773099002.2388000000,1,0,0,'Execute scheduled task: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n... started 07:30:02. Current memory use 21.5 MB.\n... used 1 dbqueries\n... used 0.002216100692749 seconds\nScheduled task complete: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n','pplmvsvm',1349067),(32935816,0,'moodle','core\\task\\messaging_cleanup_task',0,1773099302.1066000000,1773099302.1243000000,1,4,0,'Execute scheduled task: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n... started 07:35:02. Current memory use 20.5 MB.\n... used 5 dbqueries\n... used 0.011218786239624 seconds\nScheduled task complete: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n','pplmvsvm',1349120),(32935817,0,'tool_cohortroles','tool_cohortroles\\task\\cohort_role_sync',0,1773099302.1936000000,1773099302.2076000000,3,1,0,'Execute scheduled task: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n... started 07:35:02. Current memory use 23.0 MB.\nSync cohort roles...\nAdded 0\nRemoved 0\n... used 4 dbqueries\n... used 0.012804985046387 seconds\nScheduled task complete: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n','pplmvsvm',1349120),(32935990,0,'moodle','core\\task\\analytics_cleanup_task',0,1773099721.5507000000,1773099721.5623000000,0,0,0,'Execute scheduled task: 清理分析結果 (core\\task\\analytics_cleanup_task)\n... started 07:42:01. Current memory use 20.5 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0058529376983643 seconds\nScheduled task complete: 清理分析結果 (core\\task\\analytics_cleanup_task)\n','pplmvsvm',1349363),(32936013,0,'enrol_cohort','enrol_cohort\\task\\enrol_cohort_sync',0,1773099781.5559000000,1773099781.5729000000,7,0,0,'Execute scheduled task: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n... started 07:43:01. Current memory use 20.2 MB.\n... used 7 dbqueries\n... used 0.011756181716919 seconds\nScheduled task complete: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n','pplmvsvm',1349375),(32936036,0,'mod_quiz','mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1773099841.4590000000,1773099841.4695000000,1,0,0,'Execute scheduled task: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n... started 07:44:01. Current memory use 24.0 MB.\nLooking for quiz attempts which may need a graded notification sent...\n... used 1 dbqueries\n... used 0.0062568187713623 seconds\nScheduled task complete: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n','pplmvsvm',1349382),(32936088,0,'mod_lti','mod_lti\\task\\clean_access_tokens',0,1773099961.8184000000,1773099961.8285000000,0,1,0,'Execute scheduled task: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n... started 07:46:01. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.0051059722900391 seconds\nScheduled task complete: External tool removal of expired access tokens (mod_lti\\task\\clean_access_tokens)\n','pplmvsvm',1349448),(32936089,0,'cachestore_redis','cachestore_redis\\task\\ttl',0,1773099961.8904000000,1773099961.8916000000,0,0,0,'Execute scheduled task: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n... started 07:46:01. Current memory use 21.3 MB.\nNo TTL caches assigned to a Redis store; nothing to do.\n... used 0 dbqueries\n... used 0.00011706352233887 seconds\nScheduled task complete: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n','pplmvsvm',1349448),(32936178,0,'moodle','core\\task\\cache_cron_task',0,1773100201.4319000000,1773100201.4419000000,0,0,0,'Execute scheduled task: 快取的後台處理 (core\\task\\cache_cron_task)\n... started 07:50:01. Current memory use 20.5 MB.\nCleaning up stale session data from cache stores.\n... used 0 dbqueries\n... used 0.00472092628479 seconds\nScheduled task complete: 快取的後台處理 (core\\task\\cache_cron_task)\n','pplmvsvm',1349483),(32936179,0,'moodle','core\\task\\automated_backup_task',0,1773100201.4922000000,1773100201.6277000000,0,0,0,'Execute scheduled task: 自動備份 (core\\task\\automated_backup_task)\n... started 07:50:01. Current memory use 21.5 MB.\nChecking automated backup status...INACTIVE\n... used 0 dbqueries\n... used 0.13444089889526 seconds\nScheduled task complete: 自動備份 (core\\task\\automated_backup_task)\n','pplmvsvm',1349483),(32936418,0,'moodle','core\\task\\delete_unconfirmed_users_task',0,1773100802.0379000000,1773100802.0502000000,1,0,0,'Execute scheduled task: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n... started 08:00:02. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0060520172119141 seconds\nScheduled task complete: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n','pplmvsvm',1349605),(32936543,0,'moodle','core\\task\\delete_incomplete_users_task',0,1773101101.2958000000,1773101101.3064000000,0,0,0,'Execute scheduled task: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n... started 08:05:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0050070285797119 seconds\nScheduled task complete: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n','pplmvsvm',1349709),(32936595,0,'moodle','core\\task\\sync_plans_from_template_cohorts_task',0,1773101221.5344000000,1773101221.5495000000,0,0,0,'Execute scheduled task: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n... started 08:07:01. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.010173082351685 seconds\nScheduled task complete: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n','pplmvsvm',1349738),(32936662,0,'moodle','core\\task\\backup_cleanup_task',0,1773101401.4066000000,1773101401.4192000000,2,0,0,'Execute scheduled task: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n... started 08:10:01. Current memory use 37.7 MB.\n... used 2 dbqueries\n... used 0.0066609382629395 seconds\nScheduled task complete: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n','pplmvsvm',1349929),(32937000,0,'moodle','core\\task\\completion_daily_task',0,1773102241.5134000000,1773102241.5266000000,1,0,0,'Execute scheduled task: 完成標示為已開始 (core\\task\\completion_daily_task)\n... started 08:24:01. Current memory use 20.5 MB.\nMarking users as started\n... used 1 dbqueries\n... used 0.0081138610839844 seconds\nScheduled task complete: 完成標示為已開始 (core\\task\\completion_daily_task)\n','pplmvsvm',1350095),(32937023,0,'moodle','core\\task\\context_cleanup_task',0,1773102301.4035000000,1773102301.4176000000,10,1,0,'Execute scheduled task: 清理情境 (core\\task\\context_cleanup_task)\n... started 08:25:01. Current memory use 20.5 MB.\n Cleaned up context instances\n... used 11 dbqueries\n... used 0.0089640617370605 seconds\nScheduled task complete: 清理情境 (core\\task\\context_cleanup_task)\n','pplmvsvm',1350112),(32937075,0,'moodle','core\\task\\complete_plans_task',0,1773102421.5831000000,1773102421.5993000000,0,0,0,'Execute scheduled task: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n... started 08:27:01. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.010172843933105 seconds\nScheduled task complete: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n','pplmvsvm',1350128),(32937142,0,'moodle','core\\task\\cache_cleanup_task',0,1773102601.3261000000,1773102601.3368000000,0,1,0,'Execute scheduled task: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n... started 08:30:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0052130222320557 seconds\nScheduled task complete: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n','pplmvsvm',1350173),(32937143,0,'moodle','core\\oauth2\\refresh_system_tokens_task',0,1773102601.4015000000,1773102601.4050000000,1,0,0,'Execute scheduled task: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n... started 08:30:01. Current memory use 21.5 MB.\n... used 1 dbqueries\n... used 0.0023138523101807 seconds\nScheduled task complete: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n','pplmvsvm',1350173),(32937268,0,'moodle','core\\task\\messaging_cleanup_task',0,1773102901.4946000000,1773102901.5090000000,1,4,0,'Execute scheduled task: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n... started 08:35:01. Current memory use 20.5 MB.\n... used 5 dbqueries\n... used 0.0092790126800537 seconds\nScheduled task complete: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n','pplmvsvm',1350227),(32937269,0,'tool_cohortroles','tool_cohortroles\\task\\cohort_role_sync',0,1773102901.5786000000,1773102901.5831000000,2,1,0,'Execute scheduled task: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n... started 08:35:01. Current memory use 23.0 MB.\nSync cohort roles...\nAdded 0\nRemoved 0\n... used 3 dbqueries\n... used 0.0033519268035889 seconds\nScheduled task complete: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n','pplmvsvm',1350227),(32937442,0,'moodle','core\\task\\analytics_cleanup_task',0,1773103321.8816000000,1773103321.8931000000,0,0,0,'Execute scheduled task: 清理分析結果 (core\\task\\analytics_cleanup_task)\n... started 08:42:01. Current memory use 20.5 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0056309700012207 seconds\nScheduled task complete: 清理分析結果 (core\\task\\analytics_cleanup_task)\n','pplmvsvm',1350474),(32937465,0,'enrol_cohort','enrol_cohort\\task\\enrol_cohort_sync',0,1773103381.6978000000,1773103381.7157000000,7,0,0,'Execute scheduled task: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n... started 08:43:01. Current memory use 20.2 MB.\n... used 7 dbqueries\n... used 0.012485980987549 seconds\nScheduled task complete: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n','pplmvsvm',1350489),(32937488,0,'mod_quiz','mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1773103441.7261000000,1773103441.7371000000,1,0,0,'Execute scheduled task: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n... started 08:44:01. Current memory use 24.0 MB.\nLooking for quiz attempts which may need a graded notification sent...\n... used 1 dbqueries\n... used 0.006342887878418 seconds\nScheduled task complete: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n','pplmvsvm',1350496),(32937540,0,'cachestore_redis','cachestore_redis\\task\\ttl',0,1773103561.9022000000,1773103561.9118000000,0,0,0,'Execute scheduled task: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n... started 08:46:01. Current memory use 20.3 MB.\nNo TTL caches assigned to a Redis store; nothing to do.\n... used 0 dbqueries\n... used 0.0046980381011963 seconds\nScheduled task complete: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n','pplmvsvm',1350528),(32937629,0,'moodle','core\\task\\cache_cron_task',0,1773103801.5139000000,1773103801.5245000000,0,0,0,'Execute scheduled task: 快取的後台處理 (core\\task\\cache_cron_task)\n... started 08:50:01. Current memory use 20.5 MB.\nCleaning up stale session data from cache stores.\n... used 0 dbqueries\n... used 0.0048060417175293 seconds\nScheduled task complete: 快取的後台處理 (core\\task\\cache_cron_task)\n','pplmvsvm',1351805),(32937630,0,'moodle','core\\task\\automated_backup_task',0,1773103801.5772000000,1773103801.7175000000,0,0,0,'Execute scheduled task: 自動備份 (core\\task\\automated_backup_task)\n... started 08:50:01. Current memory use 21.5 MB.\nChecking automated backup status...INACTIVE\n... used 0 dbqueries\n... used 0.13900208473206 seconds\nScheduled task complete: 自動備份 (core\\task\\automated_backup_task)\n','pplmvsvm',1351805),(32937869,0,'moodle','core\\task\\delete_unconfirmed_users_task',0,1773104401.3806000000,1773104401.3917000000,1,0,0,'Execute scheduled task: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n... started 09:00:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0052411556243896 seconds\nScheduled task complete: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n','pplmvsvm',1351910),(32937994,0,'tool_brickfield','tool_brickfield\\task\\checkid_validation',0,1773104701.7077000000,1773104701.7169000000,0,0,0,'Execute scheduled task: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n... started 09:05:01. Current memory use 20.7 MB.\n... used 0 dbqueries\n... used 0.0044550895690918 seconds\nScheduled task complete: Task to check for any invalid checkids (tool_brickfield\\task\\checkid_validation)\n','pplmvsvm',1351980),(32937995,0,'moodle','core\\task\\delete_incomplete_users_task',0,1773104701.7800000000,1773104701.7828000000,0,0,0,'Execute scheduled task: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n... started 09:05:01. Current memory use 23.3 MB.\n... used 0 dbqueries\n... used 8.2969665527344E-5 seconds\nScheduled task complete: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n','pplmvsvm',1351980),(32938025,0,'tool_monitor','tool_monitor\\task\\check_subscriptions',0,1773104762.0390000000,1773104762.0481000000,0,0,0,'Execute scheduled task: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n... started 09:06:02. Current memory use 20.6 MB.\n... used 0 dbqueries\n... used 0.0048279762268066 seconds\nScheduled task complete: 啟用/關閉無效的規則訂閱 (tool_monitor\\task\\check_subscriptions)\n','pplmvsvm',1351991),(32938048,0,'moodle','core\\task\\sync_plans_from_template_cohorts_task',0,1773104821.9564000000,1773104821.9730000000,0,0,0,'Execute scheduled task: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n... started 09:07:01. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.01118278503418 seconds\nScheduled task complete: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n','pplmvsvm',1351997),(32938115,0,'moodle','core\\task\\backup_cleanup_task',0,1773105001.7278000000,1773105001.7394000000,2,0,0,'Execute scheduled task: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n... started 09:10:01. Current memory use 37.7 MB.\n... used 2 dbqueries\n... used 0.0062069892883301 seconds\nScheduled task complete: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n','pplmvsvm',1352184),(32938475,0,'moodle','core\\task\\context_cleanup_task',0,1773105901.3192000000,1773105901.3346000000,10,1,0,'Execute scheduled task: 清理情境 (core\\task\\context_cleanup_task)\n... started 09:25:01. Current memory use 20.5 MB.\n Cleaned up context instances\n... used 11 dbqueries\n... used 0.010025024414062 seconds\nScheduled task complete: 清理情境 (core\\task\\context_cleanup_task)\n','pplmvsvm',1352362),(32938527,0,'moodle','core\\task\\complete_plans_task',0,1773106022.2259000000,1773106022.2410000000,0,0,0,'Execute scheduled task: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n... started 09:27:02. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.010002136230469 seconds\nScheduled task complete: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n','pplmvsvm',1352381),(32938594,0,'moodle','core\\task\\cache_cleanup_task',0,1773106201.9062000000,1773106201.9180000000,0,1,0,'Execute scheduled task: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n... started 09:30:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0059411525726318 seconds\nScheduled task complete: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n','pplmvsvm',1352412),(32938595,0,'moodle','core\\oauth2\\refresh_system_tokens_task',0,1773106201.9826000000,1773106201.9861000000,1,0,0,'Execute scheduled task: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n... started 09:30:01. Current memory use 21.5 MB.\n... used 1 dbqueries\n... used 0.0021929740905762 seconds\nScheduled task complete: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n','pplmvsvm',1352412),(32938720,0,'moodle','core\\task\\messaging_cleanup_task',0,1773106501.2694000000,1773106501.2843000000,1,4,0,'Execute scheduled task: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n... started 09:35:01. Current memory use 20.5 MB.\n... used 5 dbqueries\n... used 0.0095241069793701 seconds\nScheduled task complete: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n','pplmvsvm',1352464),(32938721,0,'tool_cohortroles','tool_cohortroles\\task\\cohort_role_sync',0,1773106501.3473000000,1773106501.3620000000,3,1,0,'Execute scheduled task: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n... started 09:35:01. Current memory use 23.0 MB.\nSync cohort roles...\nAdded 0\nRemoved 0\n... used 4 dbqueries\n... used 0.013397932052612 seconds\nScheduled task complete: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n','pplmvsvm',1352464),(32938894,0,'moodle','core\\task\\analytics_cleanup_task',0,1773106921.7060000000,1773106921.7174000000,0,0,0,'Execute scheduled task: 清理分析結果 (core\\task\\analytics_cleanup_task)\n... started 09:42:01. Current memory use 20.5 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0059552192687988 seconds\nScheduled task complete: 清理分析結果 (core\\task\\analytics_cleanup_task)\n','pplmvsvm',1352704),(32938917,0,'enrol_cohort','enrol_cohort\\task\\enrol_cohort_sync',0,1773106981.4068000000,1773106981.4226000000,7,0,0,'Execute scheduled task: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n... started 09:43:01. Current memory use 20.2 MB.\n... used 7 dbqueries\n... used 0.010991096496582 seconds\nScheduled task complete: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n','pplmvsvm',1352717),(32938940,0,'mod_quiz','mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1773107042.2656000000,1773107042.2769000000,1,0,0,'Execute scheduled task: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n... started 09:44:02. Current memory use 24.0 MB.\nLooking for quiz attempts which may need a graded notification sent...\n... used 1 dbqueries\n... used 0.0062170028686523 seconds\nScheduled task complete: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n','pplmvsvm',1352724),(32938992,0,'cachestore_redis','cachestore_redis\\task\\ttl',0,1773107161.6885000000,1773107161.6982000000,0,0,0,'Execute scheduled task: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n... started 09:46:01. Current memory use 20.3 MB.\nNo TTL caches assigned to a Redis store; nothing to do.\n... used 0 dbqueries\n... used 0.004741907119751 seconds\nScheduled task complete: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n','pplmvsvm',1352754),(32939081,0,'moodle','core\\task\\cache_cron_task',0,1773107401.9602000000,1773107401.9707000000,0,0,0,'Execute scheduled task: 快取的後台處理 (core\\task\\cache_cron_task)\n... started 09:50:01. Current memory use 20.5 MB.\nCleaning up stale session data from cache stores.\n... used 0 dbqueries\n... used 0.0048778057098389 seconds\nScheduled task complete: 快取的後台處理 (core\\task\\cache_cron_task)\n','pplmvsvm',1352789),(32939082,0,'moodle','core\\task\\automated_backup_task',0,1773107402.0272000000,1773107402.1728000000,0,0,0,'Execute scheduled task: 自動備份 (core\\task\\automated_backup_task)\n... started 09:50:02. Current memory use 21.5 MB.\nChecking automated backup status...INACTIVE\n... used 0 dbqueries\n... used 0.1442699432373 seconds\nScheduled task complete: 自動備份 (core\\task\\automated_backup_task)\n','pplmvsvm',1352789),(32939321,0,'moodle','core\\task\\delete_unconfirmed_users_task',0,1773108001.9308000000,1773108001.9426000000,1,0,0,'Execute scheduled task: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n... started 10:00:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0053369998931885 seconds\nScheduled task complete: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n','pplmvsvm',1352891),(32939446,0,'moodle','core\\task\\delete_incomplete_users_task',0,1773108301.9652000000,1773108301.9753000000,0,0,0,'Execute scheduled task: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n... started 10:05:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0045812129974365 seconds\nScheduled task complete: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n','pplmvsvm',1352965),(32939498,0,'moodle','core\\task\\sync_plans_from_template_cohorts_task',0,1773108422.2168000000,1773108422.2328000000,0,0,0,'Execute scheduled task: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n... started 10:07:02. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.010971069335938 seconds\nScheduled task complete: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n','pplmvsvm',1352984),(32939565,0,'moodle','core\\task\\backup_cleanup_task',0,1773108602.1944000000,1773108602.2070000000,2,0,0,'Execute scheduled task: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n... started 10:10:02. Current memory use 37.7 MB.\n... used 2 dbqueries\n... used 0.006601095199585 seconds\nScheduled task complete: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n','pplmvsvm',1353169),(32939925,0,'moodle','core\\task\\context_cleanup_task',0,1773109501.2504000000,1773109501.2649000000,10,1,0,'Execute scheduled task: 清理情境 (core\\task\\context_cleanup_task)\n... started 10:25:01. Current memory use 20.5 MB.\n Cleaned up context instances\n... used 11 dbqueries\n... used 0.0091731548309326 seconds\nScheduled task complete: 清理情境 (core\\task\\context_cleanup_task)\n','pplmvsvm',1353354),(32939977,0,'moodle','core\\task\\complete_plans_task',0,1773109621.5855000000,1773109621.5999000000,0,0,0,'Execute scheduled task: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n... started 10:27:01. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.0095171928405762 seconds\nScheduled task complete: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n','pplmvsvm',1353371),(32940044,0,'moodle','core\\task\\cache_cleanup_task',0,1773109802.1392000000,1773109802.1500000000,0,1,0,'Execute scheduled task: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n... started 10:30:02. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.005141019821167 seconds\nScheduled task complete: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n','pplmvsvm',1353407),(32940045,0,'moodle','core\\oauth2\\refresh_system_tokens_task',0,1773109802.2073000000,1773109802.2109000000,1,0,0,'Execute scheduled task: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n... started 10:30:02. Current memory use 21.5 MB.\n... used 1 dbqueries\n... used 0.0022661685943604 seconds\nScheduled task complete: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n','pplmvsvm',1353407),(32940170,0,'moodle','core\\task\\messaging_cleanup_task',0,1773110101.3020000000,1773110101.3175000000,1,4,0,'Execute scheduled task: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n... started 10:35:01. Current memory use 20.5 MB.\n... used 5 dbqueries\n... used 0.0090930461883545 seconds\nScheduled task complete: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n','pplmvsvm',1353458),(32940171,0,'tool_cohortroles','tool_cohortroles\\task\\cohort_role_sync',0,1773110101.3763000000,1773110101.3811000000,2,1,0,'Execute scheduled task: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n... started 10:35:01. Current memory use 23.0 MB.\nSync cohort roles...\nAdded 0\nRemoved 0\n... used 3 dbqueries\n... used 0.0037198066711426 seconds\nScheduled task complete: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n','pplmvsvm',1353458),(32940344,0,'moodle','core\\task\\analytics_cleanup_task',0,1773110521.5950000000,1773110521.6060000000,0,0,0,'Execute scheduled task: 清理分析結果 (core\\task\\analytics_cleanup_task)\n... started 10:42:01. Current memory use 20.5 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0056309700012207 seconds\nScheduled task complete: 清理分析結果 (core\\task\\analytics_cleanup_task)\n','pplmvsvm',1353699),(32940367,0,'enrol_cohort','enrol_cohort\\task\\enrol_cohort_sync',0,1773110581.4375000000,1773110581.4545000000,7,0,0,'Execute scheduled task: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n... started 10:43:01. Current memory use 20.2 MB.\n... used 7 dbqueries\n... used 0.012331008911133 seconds\nScheduled task complete: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n','pplmvsvm',1353711),(32940390,0,'mod_quiz','mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1773110642.2889000000,1773110642.2995000000,1,0,0,'Execute scheduled task: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n... started 10:44:02. Current memory use 24.0 MB.\nLooking for quiz attempts which may need a graded notification sent...\n... used 1 dbqueries\n... used 0.0061490535736084 seconds\nScheduled task complete: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n','pplmvsvm',1353718),(32940442,0,'cachestore_redis','cachestore_redis\\task\\ttl',0,1773110761.5955000000,1773110761.6049000000,0,0,0,'Execute scheduled task: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n... started 10:46:01. Current memory use 20.3 MB.\nNo TTL caches assigned to a Redis store; nothing to do.\n... used 0 dbqueries\n... used 0.0046508312225342 seconds\nScheduled task complete: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n','pplmvsvm',1353746),(32940531,0,'moodle','core\\task\\cache_cron_task',0,1773111001.8614000000,1773111001.8715000000,0,0,0,'Execute scheduled task: 快取的後台處理 (core\\task\\cache_cron_task)\n... started 10:50:01. Current memory use 20.5 MB.\nCleaning up stale session data from cache stores.\n... used 0 dbqueries\n... used 0.004716157913208 seconds\nScheduled task complete: 快取的後台處理 (core\\task\\cache_cron_task)\n','pplmvsvm',1353785),(32940532,0,'moodle','core\\task\\automated_backup_task',0,1773111001.9223000000,1773111002.0518000000,0,0,0,'Execute scheduled task: 自動備份 (core\\task\\automated_backup_task)\n... started 10:50:01. Current memory use 21.5 MB.\nChecking automated backup status...INACTIVE\n... used 0 dbqueries\n... used 0.12845516204834 seconds\nScheduled task complete: 自動備份 (core\\task\\automated_backup_task)\n','pplmvsvm',1353785),(32940771,0,'moodle','core\\task\\delete_unconfirmed_users_task',0,1773111601.5190000000,1773111601.5313000000,1,0,0,'Execute scheduled task: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n... started 11:00:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0057580471038818 seconds\nScheduled task complete: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n','pplmvsvm',1353885),(32940896,0,'moodle','core\\task\\delete_incomplete_users_task',0,1773111901.8604000000,1773111901.8709000000,0,0,0,'Execute scheduled task: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n... started 11:05:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0045890808105469 seconds\nScheduled task complete: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n','pplmvsvm',1353957),(32940948,0,'moodle','core\\task\\sync_plans_from_template_cohorts_task',0,1773112021.9058000000,1773112021.9205000000,0,0,0,'Execute scheduled task: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n... started 11:07:01. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.009814977645874 seconds\nScheduled task complete: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n','pplmvsvm',1353972),(32941015,0,'moodle','core\\task\\backup_cleanup_task',0,1773112201.8330000000,1773112201.8467000000,2,0,0,'Execute scheduled task: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n... started 11:10:01. Current memory use 37.7 MB.\n... used 2 dbqueries\n... used 0.0073318481445312 seconds\nScheduled task complete: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n','pplmvsvm',1354159),(32941375,0,'moodle','core\\task\\context_cleanup_task',0,1773113101.5795000000,1773113101.5941000000,10,1,0,'Execute scheduled task: 清理情境 (core\\task\\context_cleanup_task)\n... started 11:25:01. Current memory use 20.5 MB.\n Cleaned up context instances\n... used 11 dbqueries\n... used 0.0093240737915039 seconds\nScheduled task complete: 清理情境 (core\\task\\context_cleanup_task)\n','pplmvsvm',1354352),(32941427,0,'moodle','core\\task\\complete_plans_task',0,1773113221.8463000000,1773113221.8618000000,0,0,0,'Execute scheduled task: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n... started 11:27:01. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.010258913040161 seconds\nScheduled task complete: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n','pplmvsvm',1354370),(32941494,0,'moodle','core\\task\\cache_cleanup_task',0,1773113402.1360000000,1773113402.1464000000,0,1,0,'Execute scheduled task: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n... started 11:30:02. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.005000114440918 seconds\nScheduled task complete: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n','pplmvsvm',1354403),(32941495,0,'moodle','core\\oauth2\\refresh_system_tokens_task',0,1773113402.1980000000,1773113402.2014000000,1,0,0,'Execute scheduled task: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n... started 11:30:02. Current memory use 21.5 MB.\n... used 1 dbqueries\n... used 0.0022280216217041 seconds\nScheduled task complete: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n','pplmvsvm',1354403),(32941620,0,'moodle','core\\task\\messaging_cleanup_task',0,1773113701.5359000000,1773113701.5543000000,1,4,0,'Execute scheduled task: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n... started 11:35:01. Current memory use 20.5 MB.\n... used 5 dbqueries\n... used 0.010453939437866 seconds\nScheduled task complete: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n','pplmvsvm',1354455),(32941621,0,'tool_cohortroles','tool_cohortroles\\task\\cohort_role_sync',0,1773113701.6381000000,1773113701.6528000000,3,1,0,'Execute scheduled task: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n... started 11:35:01. Current memory use 23.0 MB.\nSync cohort roles...\nAdded 0\nRemoved 0\n... used 4 dbqueries\n... used 0.01350998878479 seconds\nScheduled task complete: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n','pplmvsvm',1354455),(32941794,0,'moodle','core\\task\\analytics_cleanup_task',0,1773114121.6019000000,1773114121.6134000000,0,0,0,'Execute scheduled task: 清理分析結果 (core\\task\\analytics_cleanup_task)\n... started 11:42:01. Current memory use 20.5 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0057580471038818 seconds\nScheduled task complete: 清理分析結果 (core\\task\\analytics_cleanup_task)\n','pplmvsvm',1354696),(32941817,0,'enrol_cohort','enrol_cohort\\task\\enrol_cohort_sync',0,1773114181.3256000000,1773114181.3424000000,7,0,0,'Execute scheduled task: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n... started 11:43:01. Current memory use 20.2 MB.\n... used 7 dbqueries\n... used 0.011511087417603 seconds\nScheduled task complete: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n','pplmvsvm',1354710),(32941840,0,'mod_quiz','mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1773114242.1997000000,1773114242.2106000000,1,0,0,'Execute scheduled task: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n... started 11:44:02. Current memory use 24.0 MB.\nLooking for quiz attempts which may need a graded notification sent...\n... used 1 dbqueries\n... used 0.0063948631286621 seconds\nScheduled task complete: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n','pplmvsvm',1354717),(32941892,0,'cachestore_redis','cachestore_redis\\task\\ttl',0,1773114362.2588000000,1773114362.2689000000,0,0,0,'Execute scheduled task: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n... started 11:46:02. Current memory use 20.3 MB.\nNo TTL caches assigned to a Redis store; nothing to do.\n... used 0 dbqueries\n... used 0.0049710273742676 seconds\nScheduled task complete: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n','pplmvsvm',1354753),(32941981,0,'moodle','core\\task\\cache_cron_task',0,1773114601.7535000000,1773114601.7638000000,0,0,0,'Execute scheduled task: 快取的後台處理 (core\\task\\cache_cron_task)\n... started 11:50:01. Current memory use 20.5 MB.\nCleaning up stale session data from cache stores.\n... used 0 dbqueries\n... used 0.0047171115875244 seconds\nScheduled task complete: 快取的後台處理 (core\\task\\cache_cron_task)\n','pplmvsvm',1354790),(32941982,0,'moodle','core\\task\\automated_backup_task',0,1773114601.8294000000,1773114601.9674000000,0,0,0,'Execute scheduled task: 自動備份 (core\\task\\automated_backup_task)\n... started 11:50:01. Current memory use 21.5 MB.\nChecking automated backup status...INACTIVE\n... used 0 dbqueries\n... used 0.13683485984802 seconds\nScheduled task complete: 自動備份 (core\\task\\automated_backup_task)\n','pplmvsvm',1354790),(32942221,0,'moodle','core\\task\\password_reset_cleanup_task',0,1773115201.6956000000,1773115201.7059000000,0,1,0,'Execute scheduled task: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n... started 12:00:01. Current memory use 20.5 MB.\n Cleaned up old password reset records\n... used 1 dbqueries\n... used 0.0048971176147461 seconds\nScheduled task complete: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n','pplmvsvm',1354900),(32942222,0,'moodle','core\\task\\delete_unconfirmed_users_task',0,1773115201.8132000000,1773115201.8154000000,1,0,0,'Execute scheduled task: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n... started 12:00:01. Current memory use 21.5 MB.\n... used 1 dbqueries\n... used 0.0010640621185303 seconds\nScheduled task complete: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n','pplmvsvm',1354900),(32942347,0,'moodle','core\\task\\delete_incomplete_users_task',0,1773115501.9442000000,1773115501.9542000000,0,0,0,'Execute scheduled task: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n... started 12:05:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0045449733734131 seconds\nScheduled task complete: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n','pplmvsvm',1354970),(32942399,0,'moodle','core\\task\\sync_plans_from_template_cohorts_task',0,1773115622.0862000000,1773115622.1048000000,0,0,0,'Execute scheduled task: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n... started 12:07:02. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.012378931045532 seconds\nScheduled task complete: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n','pplmvsvm',1354989),(32942466,0,'moodle','core\\task\\backup_cleanup_task',0,1773115802.0338000000,1773115802.0470000000,2,0,0,'Execute scheduled task: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n... started 12:10:02. Current memory use 37.7 MB.\n... used 2 dbqueries\n... used 0.0068769454956055 seconds\nScheduled task complete: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n','pplmvsvm',1355387),(32942588,0,'moodle','core\\task\\search_optimize_task',0,1773116101.9988000000,1773116102.0104000000,0,0,0,'Execute scheduled task: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n... started 12:15:02. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0062301158905029 seconds\nScheduled task complete: 全站搜尋索引最佳化 (core\\task\\search_optimize_task)\n','pplmvsvm',1355442),(32942827,0,'moodle','core\\task\\context_cleanup_task',0,1773116701.9571000000,1773116701.9725000000,10,1,0,'Execute scheduled task: 清理情境 (core\\task\\context_cleanup_task)\n... started 12:25:01. Current memory use 20.5 MB.\n Cleaned up context instances\n... used 11 dbqueries\n... used 0.0096769332885742 seconds\nScheduled task complete: 清理情境 (core\\task\\context_cleanup_task)\n','pplmvsvm',1355565),(32942879,0,'moodle','core\\task\\complete_plans_task',0,1773116822.1399000000,1773116822.1543000000,0,0,0,'Execute scheduled task: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n... started 12:27:02. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.009533166885376 seconds\nScheduled task complete: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n','pplmvsvm',1355582),(32942946,0,'moodle','core\\task\\cache_cleanup_task',0,1773117002.0469000000,1773117002.0576000000,0,1,0,'Execute scheduled task: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n... started 12:30:02. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0050699710845947 seconds\nScheduled task complete: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n','pplmvsvm',1355614),(32942947,0,'moodle','core\\oauth2\\refresh_system_tokens_task',0,1773117002.1169000000,1773117002.1203000000,1,0,0,'Execute scheduled task: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n... started 12:30:02. Current memory use 21.5 MB.\n... used 1 dbqueries\n... used 0.0022070407867432 seconds\nScheduled task complete: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n','pplmvsvm',1355614),(32942948,0,'moodle','core\\task\\search_index_task',0,1773117002.2010000000,1773117002.2043000000,0,0,0,'Execute scheduled task: 全站搜尋索引建立中 (core\\task\\search_index_task)\n... started 12:30:02. Current memory use 21.7 MB.\n... used 0 dbqueries\n... used 0.0020527839660645 seconds\nScheduled task complete: 全站搜尋索引建立中 (core\\task\\search_index_task)\n','pplmvsvm',1355614),(32942949,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_course_bin',0,1773117002.2662000000,1773117002.2690000000,1,0,0,'Execute scheduled task: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n... started 12:30:02. Current memory use 23.0 MB.\n... used 1 dbqueries\n... used 0.0013120174407959 seconds\nScheduled task complete: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n','pplmvsvm',1355614),(32942950,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_category_bin',0,1773117002.3247000000,1773117002.3268000000,1,0,0,'Execute scheduled task: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n... started 12:30:02. Current memory use 23.1 MB.\n... used 1 dbqueries\n... used 0.0010309219360352 seconds\nScheduled task complete: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n','pplmvsvm',1355614),(32943072,0,'moodle','core\\task\\messaging_cleanup_task',0,1773117302.2077000000,1773117302.2233000000,1,4,0,'Execute scheduled task: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n... started 12:35:02. Current memory use 20.5 MB.\n... used 5 dbqueries\n... used 0.0096368789672852 seconds\nScheduled task complete: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n','pplmvsvm',1355663),(32943073,0,'tool_cohortroles','tool_cohortroles\\task\\cohort_role_sync',0,1773117302.2858000000,1773117302.3007000000,3,1,0,'Execute scheduled task: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n... started 12:35:02. Current memory use 23.0 MB.\nSync cohort roles...\nAdded 0\nRemoved 0\n... used 4 dbqueries\n... used 0.013520002365112 seconds\nScheduled task complete: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n','pplmvsvm',1355663),(32943246,0,'moodle','core\\task\\analytics_cleanup_task',0,1773117721.4176000000,1773117721.4306000000,0,0,0,'Execute scheduled task: 清理分析結果 (core\\task\\analytics_cleanup_task)\n... started 12:42:01. Current memory use 20.5 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0065450668334961 seconds\nScheduled task complete: 清理分析結果 (core\\task\\analytics_cleanup_task)\n','pplmvsvm',1355907),(32943269,0,'enrol_cohort','enrol_cohort\\task\\enrol_cohort_sync',0,1773117781.2578000000,1773117781.2757000000,7,0,0,'Execute scheduled task: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n... started 12:43:01. Current memory use 20.2 MB.\n... used 7 dbqueries\n... used 0.012034177780151 seconds\nScheduled task complete: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n','pplmvsvm',1355920),(32943292,0,'ltiservice_gradebookservices','ltiservice_gradebookservices\\task\\cleanup_task',0,1773117842.2479000000,1773117842.2746000000,0,1,0,'Execute scheduled task: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n... started 12:44:02. Current memory use 20.3 MB.\n... used 1 dbqueries\n... used 0.021409034729004 seconds\nScheduled task complete: LTI Assignment and Grade Services table cleanup (ltiservice_gradebookservices\\task\\cleanup_task)\n','pplmvsvm',1355927),(32943293,0,'mod_quiz','mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1773117842.3519000000,1773117842.3554000000,1,0,0,'Execute scheduled task: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n... started 12:44:02. Current memory use 27.9 MB.\nLooking for quiz attempts which may need a graded notification sent...\n... used 1 dbqueries\n... used 0.0012249946594238 seconds\nScheduled task complete: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n','pplmvsvm',1355927),(32943345,0,'cachestore_redis','cachestore_redis\\task\\ttl',0,1773117961.5027000000,1773117961.5119000000,0,0,0,'Execute scheduled task: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n... started 12:46:01. Current memory use 20.3 MB.\nNo TTL caches assigned to a Redis store; nothing to do.\n... used 0 dbqueries\n... used 0.0045249462127686 seconds\nScheduled task complete: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n','pplmvsvm',1355960),(32943434,0,'moodle','core\\task\\cache_cron_task',0,1773118202.1538000000,1773118202.1657000000,0,0,0,'Execute scheduled task: 快取的後台處理 (core\\task\\cache_cron_task)\n... started 12:50:02. Current memory use 20.5 MB.\nCleaning up stale session data from cache stores.\n... used 0 dbqueries\n... used 0.0057590007781982 seconds\nScheduled task complete: 快取的後台處理 (core\\task\\cache_cron_task)\n','pplmvsvm',1355997),(32943435,0,'moodle','core\\task\\automated_backup_task',0,1773118202.2508000000,1773118202.3832000000,0,0,0,'Execute scheduled task: 自動備份 (core\\task\\automated_backup_task)\n... started 12:50:02. Current memory use 21.5 MB.\nChecking automated backup status...INACTIVE\n... used 0 dbqueries\n... used 0.13129091262817 seconds\nScheduled task complete: 自動備份 (core\\task\\automated_backup_task)\n','pplmvsvm',1355997),(32943557,0,'moodle','core\\task\\file_temp_cleanup_task',0,1773118501.8596000000,1773118501.8714000000,0,0,0,'Execute scheduled task: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n... started 12:55:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0058112144470215 seconds\nScheduled task complete: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n','pplmvsvm',1356050),(32943558,0,'moodle','core\\task\\file_trash_cleanup_task',0,1773118501.9337000000,1773118501.9445000000,2,0,0,'Execute scheduled task: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n... started 12:55:01. Current memory use 21.5 MB.\nDeleting old draft files... ... started 12:55:01. Current memory use 21.5 MB.\ndone.\nDeleting orphaned preview, and document conversion files... ... started 12:55:01. Current memory use 21.5 MB.\ndone.\n... used 2 dbqueries\n... used 0.0097751617431641 seconds\nScheduled task complete: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n','pplmvsvm',1356050),(32943676,0,'moodle','core\\task\\delete_unconfirmed_users_task',0,1773118801.4787000000,1773118801.4905000000,1,0,0,'Execute scheduled task: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n... started 13:00:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0057311058044434 seconds\nScheduled task complete: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n','pplmvsvm',1356107),(32943677,0,'moodle','core\\task\\search_index_task',0,1773118801.5436000000,1773118801.5469000000,0,0,0,'Execute scheduled task: 全站搜尋索引建立中 (core\\task\\search_index_task)\n... started 13:00:01. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 0.0021030902862549 seconds\nScheduled task complete: 全站搜尋索引建立中 (core\\task\\search_index_task)\n','pplmvsvm',1356107),(32943678,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_course_bin',0,1773118801.6155000000,1773118801.6177000000,1,0,0,'Execute scheduled task: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n... started 13:00:01. Current memory use 22.8 MB.\n... used 1 dbqueries\n... used 0.0010709762573242 seconds\nScheduled task complete: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n','pplmvsvm',1356107),(32943679,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_category_bin',0,1773118801.6886000000,1773118801.6909000000,1,0,0,'Execute scheduled task: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n... started 13:00:01. Current memory use 22.8 MB.\n... used 1 dbqueries\n... used 0.0012080669403076 seconds\nScheduled task complete: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n','pplmvsvm',1356107),(32943801,0,'moodle','core\\task\\delete_incomplete_users_task',0,1773119101.3301000000,1773119101.3403000000,0,0,0,'Execute scheduled task: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n... started 13:05:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0046710968017578 seconds\nScheduled task complete: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n','pplmvsvm',1356184),(32943853,0,'moodle','core\\task\\sync_plans_from_template_cohorts_task',0,1773119221.3944000000,1773119221.4089000000,0,0,0,'Execute scheduled task: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n... started 13:07:01. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.0096001625061035 seconds\nScheduled task complete: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n','pplmvsvm',1356205),(32943920,0,'moodle','core\\task\\backup_cleanup_task',0,1773119402.1148000000,1773119402.1276000000,2,0,0,'Execute scheduled task: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n... started 13:10:02. Current memory use 37.7 MB.\n... used 2 dbqueries\n... used 0.0069658756256104 seconds\nScheduled task complete: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n','pplmvsvm',1356388),(32944280,0,'moodle','core\\task\\context_cleanup_task',0,1773120301.8749000000,1773120301.8905000000,10,1,0,'Execute scheduled task: 清理情境 (core\\task\\context_cleanup_task)\n... started 13:25:01. Current memory use 20.5 MB.\n Cleaned up context instances\n... used 11 dbqueries\n... used 0.010025024414062 seconds\nScheduled task complete: 清理情境 (core\\task\\context_cleanup_task)\n','pplmvsvm',1356570),(32944332,0,'moodle','core\\task\\complete_plans_task',0,1773120422.1344000000,1773120422.1564000000,0,0,0,'Execute scheduled task: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n... started 13:27:02. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.016337871551514 seconds\nScheduled task complete: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n','pplmvsvm',1356587),(32944399,0,'moodle','core\\task\\cache_cleanup_task',0,1773120601.6592000000,1773120601.6717000000,0,1,0,'Execute scheduled task: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n... started 13:30:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0052499771118164 seconds\nScheduled task complete: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n','pplmvsvm',1356618),(32944400,0,'moodle','core\\oauth2\\refresh_system_tokens_task',0,1773120601.7424000000,1773120601.7457000000,1,0,0,'Execute scheduled task: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n... started 13:30:01. Current memory use 21.5 MB.\n... used 1 dbqueries\n... used 0.0021369457244873 seconds\nScheduled task complete: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n','pplmvsvm',1356618),(32944401,0,'moodle','core\\task\\search_index_task',0,1773120601.8024000000,1773120601.8060000000,0,0,0,'Execute scheduled task: 全站搜尋索引建立中 (core\\task\\search_index_task)\n... started 13:30:01. Current memory use 21.7 MB.\n... used 0 dbqueries\n... used 0.0022590160369873 seconds\nScheduled task complete: 全站搜尋索引建立中 (core\\task\\search_index_task)\n','pplmvsvm',1356618),(32944402,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_course_bin',0,1773120601.8676000000,1773120601.8700000000,1,0,0,'Execute scheduled task: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n... started 13:30:01. Current memory use 23.0 MB.\n... used 1 dbqueries\n... used 0.0010519027709961 seconds\nScheduled task complete: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n','pplmvsvm',1356618),(32944403,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_category_bin',0,1773120601.9259000000,1773120601.9280000000,1,0,0,'Execute scheduled task: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n... started 13:30:01. Current memory use 23.1 MB.\n... used 1 dbqueries\n... used 0.0010149478912354 seconds\nScheduled task complete: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n','pplmvsvm',1356618),(32944525,0,'moodle','core\\task\\messaging_cleanup_task',0,1773120901.9521000000,1773120901.9670000000,1,4,0,'Execute scheduled task: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n... started 13:35:01. Current memory use 20.5 MB.\n... used 5 dbqueries\n... used 0.0093560218811035 seconds\nScheduled task complete: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n','pplmvsvm',1356668),(32944526,0,'tool_cohortroles','tool_cohortroles\\task\\cohort_role_sync',0,1773120902.0223000000,1773120902.0269000000,2,1,0,'Execute scheduled task: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n... started 13:35:02. Current memory use 23.0 MB.\nSync cohort roles...\nAdded 0\nRemoved 0\n... used 3 dbqueries\n... used 0.0034379959106445 seconds\nScheduled task complete: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n','pplmvsvm',1356668),(32944699,0,'moodle','core\\task\\analytics_cleanup_task',0,1773121322.1482000000,1773121322.1611000000,0,0,0,'Execute scheduled task: 清理分析結果 (core\\task\\analytics_cleanup_task)\n... started 13:42:02. Current memory use 20.5 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0067238807678223 seconds\nScheduled task complete: 清理分析結果 (core\\task\\analytics_cleanup_task)\n','pplmvsvm',1356910),(32944722,0,'enrol_cohort','enrol_cohort\\task\\enrol_cohort_sync',0,1773121382.0092000000,1773121382.0259000000,7,0,0,'Execute scheduled task: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n... started 13:43:02. Current memory use 20.2 MB.\n... used 7 dbqueries\n... used 0.012413024902344 seconds\nScheduled task complete: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n','pplmvsvm',1356923),(32944745,0,'mod_quiz','mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1773121441.9965000000,1773121442.0088000000,1,0,0,'Execute scheduled task: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n... started 13:44:02. Current memory use 24.0 MB.\nLooking for quiz attempts which may need a graded notification sent...\n... used 1 dbqueries\n... used 0.0071461200714111 seconds\nScheduled task complete: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n','pplmvsvm',1356930),(32944797,0,'cachestore_redis','cachestore_redis\\task\\ttl',0,1773121562.1817000000,1773121562.1914000000,0,0,0,'Execute scheduled task: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n... started 13:46:02. Current memory use 20.3 MB.\nNo TTL caches assigned to a Redis store; nothing to do.\n... used 0 dbqueries\n... used 0.0047500133514404 seconds\nScheduled task complete: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n','pplmvsvm',1356960),(32944886,0,'moodle','core\\task\\cache_cron_task',0,1773121801.6690000000,1773121801.6804000000,0,0,0,'Execute scheduled task: 快取的後台處理 (core\\task\\cache_cron_task)\n... started 13:50:01. Current memory use 20.5 MB.\nCleaning up stale session data from cache stores.\n... used 0 dbqueries\n... used 0.0052189826965332 seconds\nScheduled task complete: 快取的後台處理 (core\\task\\cache_cron_task)\n','pplmvsvm',1356995),(32944887,0,'moodle','core\\task\\automated_backup_task',0,1773121801.7468000000,1773121801.8950000000,0,0,0,'Execute scheduled task: 自動備份 (core\\task\\automated_backup_task)\n... started 13:50:01. Current memory use 21.5 MB.\nChecking automated backup status...INACTIVE\n... used 0 dbqueries\n... used 0.14690494537354 seconds\nScheduled task complete: 自動備份 (core\\task\\automated_backup_task)\n','pplmvsvm',1356995),(32945126,0,'moodle','core\\task\\delete_unconfirmed_users_task',0,1773122401.9564000000,1773122401.9691000000,1,0,0,'Execute scheduled task: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n... started 14:00:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0060029029846191 seconds\nScheduled task complete: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n','pplmvsvm',1357100),(32945127,0,'moodle','core\\task\\search_index_task',0,1773122402.0259000000,1773122402.0293000000,0,0,0,'Execute scheduled task: 全站搜尋索引建立中 (core\\task\\search_index_task)\n... started 14:00:02. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 0.00211501121521 seconds\nScheduled task complete: 全站搜尋索引建立中 (core\\task\\search_index_task)\n','pplmvsvm',1357100),(32945128,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_course_bin',0,1773122402.0951000000,1773122402.0978000000,1,0,0,'Execute scheduled task: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n... started 14:00:02. Current memory use 22.8 MB.\n... used 1 dbqueries\n... used 0.001140832901001 seconds\nScheduled task complete: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n','pplmvsvm',1357100),(32945129,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_category_bin',0,1773122402.1625000000,1773122402.1650000000,1,0,0,'Execute scheduled task: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n... started 14:00:02. Current memory use 22.8 MB.\n... used 1 dbqueries\n... used 0.001115083694458 seconds\nScheduled task complete: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n','pplmvsvm',1357100),(32945251,0,'moodle','core\\task\\delete_incomplete_users_task',0,1773122701.9699000000,1773122701.9809000000,0,0,0,'Execute scheduled task: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n... started 14:05:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0053508281707764 seconds\nScheduled task complete: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n','pplmvsvm',1357168),(32945303,0,'moodle','core\\task\\sync_plans_from_template_cohorts_task',0,1773122822.1202000000,1773122822.1353000000,0,0,0,'Execute scheduled task: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n... started 14:07:02. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.009972095489502 seconds\nScheduled task complete: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n','pplmvsvm',1357184),(32945370,0,'moodle','core\\task\\backup_cleanup_task',0,1773123002.0778000000,1773123002.0926000000,2,0,0,'Execute scheduled task: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n... started 14:10:02. Current memory use 37.7 MB.\n... used 2 dbqueries\n... used 0.0083048343658447 seconds\nScheduled task complete: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n','pplmvsvm',1357396),(32945730,0,'moodle','core\\task\\context_cleanup_task',0,1773123902.0558000000,1773123902.0709000000,10,1,0,'Execute scheduled task: 清理情境 (core\\task\\context_cleanup_task)\n... started 14:25:02. Current memory use 20.5 MB.\n Cleaned up context instances\n... used 11 dbqueries\n... used 0.0095579624176025 seconds\nScheduled task complete: 清理情境 (core\\task\\context_cleanup_task)\n','pplmvsvm',1357647),(32945782,0,'moodle','core\\task\\complete_plans_task',0,1773124022.2230000000,1773124022.2386000000,0,0,0,'Execute scheduled task: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n... started 14:27:02. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.010267019271851 seconds\nScheduled task complete: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n','pplmvsvm',1357734),(32945849,0,'moodle','core\\task\\cache_cleanup_task',0,1773124202.0707000000,1773124202.0831000000,0,1,0,'Execute scheduled task: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n... started 14:30:02. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0060679912567139 seconds\nScheduled task complete: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n','pplmvsvm',1357764),(32945850,0,'moodle','core\\oauth2\\refresh_system_tokens_task',0,1773124202.1358000000,1773124202.1390000000,1,0,0,'Execute scheduled task: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n... started 14:30:02. Current memory use 21.5 MB.\n... used 1 dbqueries\n... used 0.0020420551300049 seconds\nScheduled task complete: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n','pplmvsvm',1357764),(32945851,0,'moodle','core\\task\\search_index_task',0,1773124202.1974000000,1773124202.2007000000,0,0,0,'Execute scheduled task: 全站搜尋索引建立中 (core\\task\\search_index_task)\n... started 14:30:02. Current memory use 21.7 MB.\n... used 0 dbqueries\n... used 0.0021040439605713 seconds\nScheduled task complete: 全站搜尋索引建立中 (core\\task\\search_index_task)\n','pplmvsvm',1357764),(32945852,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_course_bin',0,1773124202.2617000000,1773124202.2642000000,1,0,0,'Execute scheduled task: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n... started 14:30:02. Current memory use 23.0 MB.\n... used 1 dbqueries\n... used 0.0012400150299072 seconds\nScheduled task complete: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n','pplmvsvm',1357764),(32945853,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_category_bin',0,1773124202.3265000000,1773124202.3289000000,1,0,0,'Execute scheduled task: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n... started 14:30:02. Current memory use 23.1 MB.\n... used 1 dbqueries\n... used 0.0011899471282959 seconds\nScheduled task complete: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n','pplmvsvm',1357764),(32945975,0,'moodle','core\\task\\messaging_cleanup_task',0,1773124501.4160000000,1773124501.4316000000,1,4,0,'Execute scheduled task: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n... started 14:35:01. Current memory use 20.5 MB.\n... used 5 dbqueries\n... used 0.0099539756774902 seconds\nScheduled task complete: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n','pplmvsvm',1357816),(32945976,0,'tool_cohortroles','tool_cohortroles\\task\\cohort_role_sync',0,1773124501.4885000000,1773124501.4938000000,2,1,0,'Execute scheduled task: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n... started 14:35:01. Current memory use 23.0 MB.\nSync cohort roles...\nAdded 0\nRemoved 0\n... used 3 dbqueries\n... used 0.0039901733398438 seconds\nScheduled task complete: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n','pplmvsvm',1357816),(32946094,1,'core','core\\task\\send_login_notifications',26,1773124743.7721000000,1773124747.0119000000,10,1,0,'Execute adhoc task: core\\task\\send_login_notifications\nAdhoc task id: 1751\nAdhoc task custom data: {\"ismoodleapp\":false,\"useragent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36\",\"loginip\":\"111.241.152.134\",\"logintime\":1773124729}\n... started 14:39:03. Current memory use 33.6 MB.\nSending login notification to ba0961002\nNotification successfully sent\n... used 11 dbqueries\n... used 3.2387030124664 seconds\nAdhoc task complete: core\\task\\send_login_notifications\n','pplmvsvm',1357855),(32946150,0,'moodle','core\\task\\analytics_cleanup_task',0,1773124922.1221000000,1773124922.1349000000,0,0,0,'Execute scheduled task: 清理分析結果 (core\\task\\analytics_cleanup_task)\n... started 14:42:02. Current memory use 20.5 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0064678192138672 seconds\nScheduled task complete: 清理分析結果 (core\\task\\analytics_cleanup_task)\n','pplmvsvm',1358060),(32946173,0,'enrol_cohort','enrol_cohort\\task\\enrol_cohort_sync',0,1773124981.2862000000,1773124981.3032000000,7,0,0,'Execute scheduled task: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n... started 14:43:01. Current memory use 20.2 MB.\n... used 7 dbqueries\n... used 0.011909008026123 seconds\nScheduled task complete: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n','pplmvsvm',1358074),(32946196,0,'mod_quiz','mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1773125042.2376000000,1773125042.2484000000,1,0,0,'Execute scheduled task: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n... started 14:44:02. Current memory use 24.0 MB.\nLooking for quiz attempts which may need a graded notification sent...\n... used 1 dbqueries\n... used 0.0060911178588867 seconds\nScheduled task complete: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n','pplmvsvm',1358088),(32946248,0,'cachestore_redis','cachestore_redis\\task\\ttl',0,1773125161.5149000000,1773125161.5246000000,0,0,0,'Execute scheduled task: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n... started 14:46:01. Current memory use 20.3 MB.\nNo TTL caches assigned to a Redis store; nothing to do.\n... used 0 dbqueries\n... used 0.0047399997711182 seconds\nScheduled task complete: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n','pplmvsvm',1358185),(32946337,0,'moodle','core\\task\\cache_cron_task',0,1773125401.8415000000,1773125401.8519000000,0,0,0,'Execute scheduled task: 快取的後台處理 (core\\task\\cache_cron_task)\n... started 14:50:01. Current memory use 20.5 MB.\nCleaning up stale session data from cache stores.\n... used 0 dbqueries\n... used 0.0048861503601074 seconds\nScheduled task complete: 快取的後台處理 (core\\task\\cache_cron_task)\n','pplmvsvm',1358219),(32946338,0,'moodle','core\\task\\automated_backup_task',0,1773125401.9130000000,1773125402.0788000000,0,0,0,'Execute scheduled task: 自動備份 (core\\task\\automated_backup_task)\n... started 14:50:01. Current memory use 21.5 MB.\nChecking automated backup status...INACTIVE\n... used 0 dbqueries\n... used 0.16352415084839 seconds\nScheduled task complete: 自動備份 (core\\task\\automated_backup_task)\n','pplmvsvm',1358219),(32946577,0,'moodle','core\\task\\delete_unconfirmed_users_task',0,1773126001.6486000000,1773126001.6620000000,1,0,0,'Execute scheduled task: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n... started 15:00:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0059990882873535 seconds\nScheduled task complete: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n','pplmvsvm',1358333),(32946578,0,'moodle','core\\task\\search_index_task',0,1773126001.7168000000,1773126001.7201000000,0,0,0,'Execute scheduled task: 全站搜尋索引建立中 (core\\task\\search_index_task)\n... started 15:00:01. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 0.0020930767059326 seconds\nScheduled task complete: 全站搜尋索引建立中 (core\\task\\search_index_task)\n','pplmvsvm',1358333),(32946579,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_course_bin',0,1773126001.7796000000,1773126001.7817000000,1,0,0,'Execute scheduled task: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n... started 15:00:01. Current memory use 22.8 MB.\n... used 1 dbqueries\n... used 0.00098299980163574 seconds\nScheduled task complete: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n','pplmvsvm',1358333),(32946580,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_category_bin',0,1773126001.8803000000,1773126001.8825000000,1,0,0,'Execute scheduled task: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n... started 15:00:01. Current memory use 22.8 MB.\n... used 1 dbqueries\n... used 0.0010838508605957 seconds\nScheduled task complete: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n','pplmvsvm',1358333),(32946702,0,'moodle','core\\task\\delete_incomplete_users_task',0,1773126301.9356000000,1773126301.9460000000,0,0,0,'Execute scheduled task: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n... started 15:05:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0046510696411133 seconds\nScheduled task complete: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n','pplmvsvm',1358408),(32946754,0,'moodle','core\\task\\sync_plans_from_template_cohorts_task',0,1773126422.1067000000,1773126422.1212000000,0,0,0,'Execute scheduled task: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n... started 15:07:02. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.0095698833465576 seconds\nScheduled task complete: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n','pplmvsvm',1358426),(32946821,0,'moodle','core\\task\\backup_cleanup_task',0,1773126602.1284000000,1773126602.1425000000,2,0,0,'Execute scheduled task: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n... started 15:10:02. Current memory use 37.7 MB.\n... used 2 dbqueries\n... used 0.0080020427703857 seconds\nScheduled task complete: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n','pplmvsvm',1358610),(32947181,0,'moodle','core\\task\\context_cleanup_task',0,1773127502.0193000000,1773127502.0352000000,10,1,0,'Execute scheduled task: 清理情境 (core\\task\\context_cleanup_task)\n... started 15:25:02. Current memory use 20.5 MB.\n Cleaned up context instances\n... used 11 dbqueries\n... used 0.0098891258239746 seconds\nScheduled task complete: 清理情境 (core\\task\\context_cleanup_task)\n','pplmvsvm',1358827),(32947233,0,'moodle','core\\task\\complete_plans_task',0,1773127622.1434000000,1773127622.1585000000,0,0,0,'Execute scheduled task: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n... started 15:27:02. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.010050058364868 seconds\nScheduled task complete: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n','pplmvsvm',1358844),(32947300,0,'moodle','core\\task\\cache_cleanup_task',0,1773127801.6232000000,1773127801.6347000000,0,1,0,'Execute scheduled task: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n... started 15:30:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0051488876342773 seconds\nScheduled task complete: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n','pplmvsvm',1358876),(32947301,0,'moodle','core\\oauth2\\refresh_system_tokens_task',0,1773127801.7006000000,1773127801.7039000000,1,0,0,'Execute scheduled task: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n... started 15:30:01. Current memory use 21.5 MB.\n... used 1 dbqueries\n... used 0.0021789073944092 seconds\nScheduled task complete: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n','pplmvsvm',1358876),(32947302,0,'moodle','core\\task\\search_index_task',0,1773127801.7644000000,1773127801.7676000000,0,0,0,'Execute scheduled task: 全站搜尋索引建立中 (core\\task\\search_index_task)\n... started 15:30:01. Current memory use 21.7 MB.\n... used 0 dbqueries\n... used 0.0020871162414551 seconds\nScheduled task complete: 全站搜尋索引建立中 (core\\task\\search_index_task)\n','pplmvsvm',1358876),(32947303,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_course_bin',0,1773127801.8331000000,1773127801.8356000000,1,0,0,'Execute scheduled task: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n... started 15:30:01. Current memory use 23.0 MB.\n... used 1 dbqueries\n... used 0.0012497901916504 seconds\nScheduled task complete: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n','pplmvsvm',1358876),(32947304,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_category_bin',0,1773127801.8881000000,1773127801.8902000000,1,0,0,'Execute scheduled task: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n... started 15:30:01. Current memory use 23.1 MB.\n... used 1 dbqueries\n... used 0.00098991394042969 seconds\nScheduled task complete: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n','pplmvsvm',1358876),(32947426,0,'moodle','core\\task\\messaging_cleanup_task',0,1773128101.5330000000,1773128101.5518000000,1,4,0,'Execute scheduled task: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n... started 15:35:01. Current memory use 20.5 MB.\n... used 5 dbqueries\n... used 0.012699842453003 seconds\nScheduled task complete: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n','pplmvsvm',1358935),(32947427,0,'tool_cohortroles','tool_cohortroles\\task\\cohort_role_sync',0,1773128101.6233000000,1773128101.6389000000,3,1,0,'Execute scheduled task: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n... started 15:35:01. Current memory use 23.0 MB.\nSync cohort roles...\nAdded 0\nRemoved 0\n... used 4 dbqueries\n... used 0.014328002929688 seconds\nScheduled task complete: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n','pplmvsvm',1358935),(32947600,0,'moodle','core\\task\\analytics_cleanup_task',0,1773128521.7086000000,1773128521.7204000000,0,0,0,'Execute scheduled task: 清理分析結果 (core\\task\\analytics_cleanup_task)\n... started 15:42:01. Current memory use 20.5 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0058269500732422 seconds\nScheduled task complete: 清理分析結果 (core\\task\\analytics_cleanup_task)\n','pplmvsvm',1359176),(32947623,0,'enrol_cohort','enrol_cohort\\task\\enrol_cohort_sync',0,1773128581.6182000000,1773128581.6370000000,7,0,0,'Execute scheduled task: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n... started 15:43:01. Current memory use 20.2 MB.\n... used 7 dbqueries\n... used 0.013568878173828 seconds\nScheduled task complete: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n','pplmvsvm',1359191),(32947646,0,'mod_quiz','mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1773128641.6177000000,1773128641.6277000000,1,0,0,'Execute scheduled task: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n... started 15:44:01. Current memory use 24.0 MB.\nLooking for quiz attempts which may need a graded notification sent...\n... used 1 dbqueries\n... used 0.0059311389923096 seconds\nScheduled task complete: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n','pplmvsvm',1359198),(32947698,0,'cachestore_redis','cachestore_redis\\task\\ttl',0,1773128761.8598000000,1773128761.8696000000,0,0,0,'Execute scheduled task: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n... started 15:46:01. Current memory use 20.3 MB.\nNo TTL caches assigned to a Redis store; nothing to do.\n... used 0 dbqueries\n... used 0.0048480033874512 seconds\nScheduled task complete: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n','pplmvsvm',1359227),(32947787,0,'moodle','core\\task\\cache_cron_task',0,1773129002.2177000000,1773129002.2311000000,0,0,0,'Execute scheduled task: 快取的後台處理 (core\\task\\cache_cron_task)\n... started 15:50:02. Current memory use 20.5 MB.\nCleaning up stale session data from cache stores.\n... used 0 dbqueries\n... used 0.0048410892486572 seconds\nScheduled task complete: 快取的後台處理 (core\\task\\cache_cron_task)\n','pplmvsvm',1359266),(32947788,0,'moodle','core\\task\\automated_backup_task',0,1773129002.2919000000,1773129002.4255000000,0,0,0,'Execute scheduled task: 自動備份 (core\\task\\automated_backup_task)\n... started 15:50:02. Current memory use 21.5 MB.\nChecking automated backup status...INACTIVE\n... used 0 dbqueries\n... used 0.13245296478271 seconds\nScheduled task complete: 自動備份 (core\\task\\automated_backup_task)\n','pplmvsvm',1359266),(32948027,0,'moodle','core\\task\\delete_unconfirmed_users_task',0,1773129601.7339000000,1773129601.7454000000,1,0,0,'Execute scheduled task: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n... started 16:00:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0053730010986328 seconds\nScheduled task complete: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n','pplmvsvm',1359373),(32948028,0,'moodle','core\\task\\search_index_task',0,1773129601.8023000000,1773129601.8062000000,0,0,0,'Execute scheduled task: 全站搜尋索引建立中 (core\\task\\search_index_task)\n... started 16:00:01. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 0.0025558471679688 seconds\nScheduled task complete: 全站搜尋索引建立中 (core\\task\\search_index_task)\n','pplmvsvm',1359373),(32948029,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_course_bin',0,1773129601.8630000000,1773129601.8653000000,1,0,0,'Execute scheduled task: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n... started 16:00:01. Current memory use 22.8 MB.\n... used 1 dbqueries\n... used 0.001072883605957 seconds\nScheduled task complete: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n','pplmvsvm',1359373),(32948030,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_category_bin',0,1773129601.9204000000,1773129601.9226000000,1,0,0,'Execute scheduled task: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n... started 16:00:01. Current memory use 22.8 MB.\n... used 1 dbqueries\n... used 0.0010421276092529 seconds\nScheduled task complete: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n','pplmvsvm',1359373),(32948152,0,'moodle','core\\task\\delete_incomplete_users_task',0,1773129901.8367000000,1773129901.8490000000,0,0,0,'Execute scheduled task: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n... started 16:05:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0061509609222412 seconds\nScheduled task complete: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n','pplmvsvm',1359444),(32948204,0,'moodle','core\\task\\sync_plans_from_template_cohorts_task',0,1773130022.0347000000,1773130022.0498000000,0,0,0,'Execute scheduled task: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n... started 16:07:02. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.0099210739135742 seconds\nScheduled task complete: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n','pplmvsvm',1359461),(32948271,0,'moodle','core\\task\\backup_cleanup_task',0,1773130201.7369000000,1773130201.7548000000,2,0,0,'Execute scheduled task: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n... started 16:10:01. Current memory use 37.7 MB.\n... used 2 dbqueries\n... used 0.0078039169311523 seconds\nScheduled task complete: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n','pplmvsvm',1359651),(32948631,0,'moodle','core\\task\\context_cleanup_task',0,1773131101.5851000000,1773131101.6037000000,10,1,0,'Execute scheduled task: 清理情境 (core\\task\\context_cleanup_task)\n... started 16:25:01. Current memory use 20.5 MB.\n Cleaned up context instances\n... used 11 dbqueries\n... used 0.012760162353516 seconds\nScheduled task complete: 清理情境 (core\\task\\context_cleanup_task)\n','pplmvsvm',1359830),(32948683,0,'moodle','core\\task\\complete_plans_task',0,1773131221.8061000000,1773131221.8219000000,0,0,0,'Execute scheduled task: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n... started 16:27:01. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.011125087738037 seconds\nScheduled task complete: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n','pplmvsvm',1359846),(32948750,0,'moodle','core\\task\\cache_cleanup_task',0,1773131401.2970000000,1773131401.3073000000,0,1,0,'Execute scheduled task: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n... started 16:30:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.004831075668335 seconds\nScheduled task complete: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n','pplmvsvm',1359878),(32948751,0,'moodle','core\\oauth2\\refresh_system_tokens_task',0,1773131401.3575000000,1773131401.3614000000,1,0,0,'Execute scheduled task: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n... started 16:30:01. Current memory use 21.5 MB.\n... used 1 dbqueries\n... used 0.0025198459625244 seconds\nScheduled task complete: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n','pplmvsvm',1359878),(32948752,0,'moodle','core\\task\\search_index_task',0,1773131401.4330000000,1773131401.4369000000,0,0,0,'Execute scheduled task: 全站搜尋索引建立中 (core\\task\\search_index_task)\n... started 16:30:01. Current memory use 21.7 MB.\n... used 0 dbqueries\n... used 0.002777099609375 seconds\nScheduled task complete: 全站搜尋索引建立中 (core\\task\\search_index_task)\n','pplmvsvm',1359878),(32948753,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_course_bin',0,1773131401.5269000000,1773131401.5300000000,1,0,0,'Execute scheduled task: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n... started 16:30:01. Current memory use 23.0 MB.\n... used 1 dbqueries\n... used 0.0012469291687012 seconds\nScheduled task complete: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n','pplmvsvm',1359878),(32948754,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_category_bin',0,1773131401.6177000000,1773131401.6200000000,1,0,0,'Execute scheduled task: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n... started 16:30:01. Current memory use 23.1 MB.\n... used 1 dbqueries\n... used 0.0010581016540527 seconds\nScheduled task complete: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n','pplmvsvm',1359878),(32948876,0,'moodle','core\\task\\messaging_cleanup_task',0,1773131701.7179000000,1773131701.7332000000,1,4,0,'Execute scheduled task: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n... started 16:35:01. Current memory use 20.5 MB.\n... used 5 dbqueries\n... used 0.0099332332611084 seconds\nScheduled task complete: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n','pplmvsvm',1359928),(32948877,0,'tool_cohortroles','tool_cohortroles\\task\\cohort_role_sync',0,1773131701.7882000000,1773131701.7936000000,2,1,0,'Execute scheduled task: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n... started 16:35:01. Current memory use 23.0 MB.\nSync cohort roles...\nAdded 0\nRemoved 0\n... used 3 dbqueries\n... used 0.0042037963867188 seconds\nScheduled task complete: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n','pplmvsvm',1359928),(32949050,0,'moodle','core\\task\\analytics_cleanup_task',0,1773132122.1735000000,1773132122.1852000000,0,0,0,'Execute scheduled task: 清理分析結果 (core\\task\\analytics_cleanup_task)\n... started 16:42:02. Current memory use 20.5 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0058441162109375 seconds\nScheduled task complete: 清理分析結果 (core\\task\\analytics_cleanup_task)\n','pplmvsvm',1360169),(32949073,0,'enrol_cohort','enrol_cohort\\task\\enrol_cohort_sync',0,1773132182.0970000000,1773132182.1158000000,7,0,0,'Execute scheduled task: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n... started 16:43:02. Current memory use 20.2 MB.\n... used 7 dbqueries\n... used 0.013952970504761 seconds\nScheduled task complete: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n','pplmvsvm',1360181),(32949096,0,'mod_quiz','mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1773132241.9870000000,1773132241.9975000000,1,0,0,'Execute scheduled task: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n... started 16:44:01. Current memory use 24.0 MB.\nLooking for quiz attempts which may need a graded notification sent...\n... used 1 dbqueries\n... used 0.0060558319091797 seconds\nScheduled task complete: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n','pplmvsvm',1360188),(32949148,0,'cachestore_redis','cachestore_redis\\task\\ttl',0,1773132361.4472000000,1773132361.4573000000,0,0,0,'Execute scheduled task: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n... started 16:46:01. Current memory use 20.3 MB.\nNo TTL caches assigned to a Redis store; nothing to do.\n... used 0 dbqueries\n... used 0.005073070526123 seconds\nScheduled task complete: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n','pplmvsvm',1360236),(32949237,0,'moodle','core\\task\\cache_cron_task',0,1773132601.7625000000,1773132601.7732000000,0,0,0,'Execute scheduled task: 快取的後台處理 (core\\task\\cache_cron_task)\n... started 16:50:01. Current memory use 20.5 MB.\nCleaning up stale session data from cache stores.\n... used 0 dbqueries\n... used 0.0049428939819336 seconds\nScheduled task complete: 快取的後台處理 (core\\task\\cache_cron_task)\n','pplmvsvm',1360271),(32949238,0,'moodle','core\\task\\automated_backup_task',0,1773132601.8339000000,1773132602.0196000000,0,0,0,'Execute scheduled task: 自動備份 (core\\task\\automated_backup_task)\n... started 16:50:01. Current memory use 21.5 MB.\nChecking automated backup status...INACTIVE\n... used 0 dbqueries\n... used 0.18449306488037 seconds\nScheduled task complete: 自動備份 (core\\task\\automated_backup_task)\n','pplmvsvm',1360271),(32949477,0,'tool_analytics','tool_analytics\\task\\train_models',0,1773133201.7056000000,1773133201.7163000000,0,0,0,'Execute scheduled task: 訓練模型 (tool_analytics\\task\\train_models)\n... started 17:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0061070919036865 seconds\nScheduled task complete: 訓練模型 (tool_analytics\\task\\train_models)\n','pplmvsvm',1360377),(32949478,0,'moodle','core\\task\\delete_unconfirmed_users_task',0,1773133201.7744000000,1773133201.7781000000,1,0,0,'Execute scheduled task: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n... started 17:00:01. Current memory use 23.2 MB.\n... used 1 dbqueries\n... used 0.00069117546081543 seconds\nScheduled task complete: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n','pplmvsvm',1360377),(32949479,0,'moodle','core\\task\\search_index_task',0,1773133201.8441000000,1773133201.8481000000,0,0,0,'Execute scheduled task: 全站搜尋索引建立中 (core\\task\\search_index_task)\n... started 17:00:01. Current memory use 23.2 MB.\n... used 0 dbqueries\n... used 0.0025250911712646 seconds\nScheduled task complete: 全站搜尋索引建立中 (core\\task\\search_index_task)\n','pplmvsvm',1360377),(32949480,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_course_bin',0,1773133201.9062000000,1773133201.9092000000,1,0,0,'Execute scheduled task: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n... started 17:00:01. Current memory use 23.4 MB.\n... used 1 dbqueries\n... used 0.0016038417816162 seconds\nScheduled task complete: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n','pplmvsvm',1360377),(32949481,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_category_bin',0,1773133201.9765000000,1773133201.9792000000,1,0,0,'Execute scheduled task: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n... started 17:00:01. Current memory use 23.5 MB.\n... used 1 dbqueries\n... used 0.0013809204101562 seconds\nScheduled task complete: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n','pplmvsvm',1360377),(32949603,0,'moodle','core\\task\\delete_incomplete_users_task',0,1773133501.5016000000,1773133501.5117000000,0,0,0,'Execute scheduled task: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n... started 17:05:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0046229362487793 seconds\nScheduled task complete: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n','pplmvsvm',1360449),(32949655,0,'moodle','core\\task\\sync_plans_from_template_cohorts_task',0,1773133621.8050000000,1773133621.8183000000,0,0,0,'Execute scheduled task: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n... started 17:07:01. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.0088558197021484 seconds\nScheduled task complete: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n','pplmvsvm',1360468),(32949722,0,'moodle','core\\task\\backup_cleanup_task',0,1773133802.3137000000,1773133802.3267000000,2,0,0,'Execute scheduled task: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n... started 17:10:02. Current memory use 37.7 MB.\n... used 2 dbqueries\n... used 0.0070431232452393 seconds\nScheduled task complete: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n','pplmvsvm',1360653),(32950082,0,'moodle','core\\task\\context_cleanup_task',0,1773134702.0754000000,1773134702.0915000000,10,1,0,'Execute scheduled task: 清理情境 (core\\task\\context_cleanup_task)\n... started 17:25:02. Current memory use 20.5 MB.\n Cleaned up context instances\n... used 11 dbqueries\n... used 0.010184049606323 seconds\nScheduled task complete: 清理情境 (core\\task\\context_cleanup_task)\n','pplmvsvm',1360837),(32950134,0,'moodle','core\\task\\complete_plans_task',0,1773134822.2062000000,1773134822.2227000000,0,0,0,'Execute scheduled task: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n... started 17:27:02. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.010831117630005 seconds\nScheduled task complete: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n','pplmvsvm',1360855),(32950201,0,'moodle','core\\task\\cache_cleanup_task',0,1773135001.5671000000,1773135001.5780000000,0,1,0,'Execute scheduled task: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n... started 17:30:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0052189826965332 seconds\nScheduled task complete: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n','pplmvsvm',1360888),(32950202,0,'moodle','core\\oauth2\\refresh_system_tokens_task',0,1773135001.6417000000,1773135001.6448000000,1,0,0,'Execute scheduled task: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n... started 17:30:01. Current memory use 21.5 MB.\n... used 1 dbqueries\n... used 0.0019619464874268 seconds\nScheduled task complete: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n','pplmvsvm',1360888),(32950203,0,'moodle','core\\task\\search_index_task',0,1773135001.6985000000,1773135001.7017000000,0,0,0,'Execute scheduled task: 全站搜尋索引建立中 (core\\task\\search_index_task)\n... started 17:30:01. Current memory use 21.7 MB.\n... used 0 dbqueries\n... used 0.0021021366119385 seconds\nScheduled task complete: 全站搜尋索引建立中 (core\\task\\search_index_task)\n','pplmvsvm',1360888),(32950204,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_course_bin',0,1773135001.7637000000,1773135001.7659000000,1,0,0,'Execute scheduled task: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n... started 17:30:01. Current memory use 23.0 MB.\n... used 1 dbqueries\n... used 0.0010800361633301 seconds\nScheduled task complete: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n','pplmvsvm',1360888),(32950205,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_category_bin',0,1773135001.8340000000,1773135001.8362000000,1,0,0,'Execute scheduled task: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n... started 17:30:01. Current memory use 23.1 MB.\n... used 1 dbqueries\n... used 0.001007080078125 seconds\nScheduled task complete: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n','pplmvsvm',1360888),(32950327,0,'moodle','core\\task\\messaging_cleanup_task',0,1773135301.4497000000,1773135301.4659000000,1,4,0,'Execute scheduled task: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n... started 17:35:01. Current memory use 20.5 MB.\n... used 5 dbqueries\n... used 0.01052188873291 seconds\nScheduled task complete: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n','pplmvsvm',1360941),(32950328,0,'tool_cohortroles','tool_cohortroles\\task\\cohort_role_sync',0,1773135301.5224000000,1773135301.5282000000,2,1,0,'Execute scheduled task: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n... started 17:35:01. Current memory use 23.0 MB.\nSync cohort roles...\nAdded 0\nRemoved 0\n... used 3 dbqueries\n... used 0.0041570663452148 seconds\nScheduled task complete: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n','pplmvsvm',1360941),(32950501,0,'moodle','core\\task\\analytics_cleanup_task',0,1773135722.1225000000,1773135722.1346000000,0,0,0,'Execute scheduled task: 清理分析結果 (core\\task\\analytics_cleanup_task)\n... started 17:42:02. Current memory use 20.5 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0061099529266357 seconds\nScheduled task complete: 清理分析結果 (core\\task\\analytics_cleanup_task)\n','pplmvsvm',1361185),(32950524,0,'enrol_cohort','enrol_cohort\\task\\enrol_cohort_sync',0,1773135782.0401000000,1773135782.0580000000,7,0,0,'Execute scheduled task: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n... started 17:43:02. Current memory use 20.2 MB.\n... used 7 dbqueries\n... used 0.012026071548462 seconds\nScheduled task complete: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n','pplmvsvm',1361198),(32950547,0,'mod_quiz','mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1773135841.8272000000,1773135841.8374000000,1,0,0,'Execute scheduled task: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n... started 17:44:01. Current memory use 24.0 MB.\nLooking for quiz attempts which may need a graded notification sent...\n... used 1 dbqueries\n... used 0.0059220790863037 seconds\nScheduled task complete: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n','pplmvsvm',1361205),(32950599,0,'cachestore_redis','cachestore_redis\\task\\ttl',0,1773135961.9726000000,1773135961.9854000000,0,0,0,'Execute scheduled task: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n... started 17:46:01. Current memory use 20.3 MB.\nNo TTL caches assigned to a Redis store; nothing to do.\n... used 0 dbqueries\n... used 0.0066449642181396 seconds\nScheduled task complete: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n','pplmvsvm',1361235),(32950688,0,'moodle','core\\task\\cache_cron_task',0,1773136202.1584000000,1773136202.1690000000,0,0,0,'Execute scheduled task: 快取的後台處理 (core\\task\\cache_cron_task)\n... started 17:50:02. Current memory use 20.5 MB.\nCleaning up stale session data from cache stores.\n... used 0 dbqueries\n... used 0.0049049854278564 seconds\nScheduled task complete: 快取的後台處理 (core\\task\\cache_cron_task)\n','pplmvsvm',1361274),(32950689,0,'moodle','core\\task\\automated_backup_task',0,1773136202.2214000000,1773136202.3507000000,0,0,0,'Execute scheduled task: 自動備份 (core\\task\\automated_backup_task)\n... started 17:50:02. Current memory use 21.5 MB.\nChecking automated backup status...INACTIVE\n... used 0 dbqueries\n... used 0.1282000541687 seconds\nScheduled task complete: 自動備份 (core\\task\\automated_backup_task)\n','pplmvsvm',1361274),(32950928,0,'tool_analytics','tool_analytics\\task\\predict_models',0,1773136801.7780000000,1773136801.7890000000,0,0,0,'Execute scheduled task: 預測模型 (tool_analytics\\task\\predict_models)\n... started 18:00:01. Current memory use 20.6 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0060379505157471 seconds\nScheduled task complete: 預測模型 (tool_analytics\\task\\predict_models)\n','pplmvsvm',1361383),(32950929,0,'moodle','core\\task\\password_reset_cleanup_task',0,1773136801.8478000000,1773136801.8513000000,0,1,0,'Execute scheduled task: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n... started 18:00:01. Current memory use 23.2 MB.\n Cleaned up old password reset records\n... used 1 dbqueries\n... used 0.00047206878662109 seconds\nScheduled task complete: 清除重設密碼的請求 (core\\task\\password_reset_cleanup_task)\n','pplmvsvm',1361383),(32950930,0,'moodle','core\\task\\delete_unconfirmed_users_task',0,1773136801.9082000000,1773136801.9102000000,1,0,0,'Execute scheduled task: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n... started 18:00:01. Current memory use 23.2 MB.\n... used 1 dbqueries\n... used 0.00071215629577637 seconds\nScheduled task complete: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n','pplmvsvm',1361383),(32950931,0,'moodle','core\\task\\search_index_task',0,1773136801.9668000000,1773136801.9702000000,0,0,0,'Execute scheduled task: 全站搜尋索引建立中 (core\\task\\search_index_task)\n... started 18:00:01. Current memory use 23.2 MB.\n... used 0 dbqueries\n... used 0.0021679401397705 seconds\nScheduled task complete: 全站搜尋索引建立中 (core\\task\\search_index_task)\n','pplmvsvm',1361383),(32950932,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_course_bin',0,1773136802.0353000000,1773136802.0379000000,1,0,0,'Execute scheduled task: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n... started 18:00:02. Current memory use 23.4 MB.\n... used 1 dbqueries\n... used 0.0013229846954346 seconds\nScheduled task complete: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n','pplmvsvm',1361383),(32950933,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_category_bin',0,1773136802.1003000000,1773136802.1026000000,1,0,0,'Execute scheduled task: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n... started 18:00:02. Current memory use 23.5 MB.\n... used 1 dbqueries\n... used 0.0010590553283691 seconds\nScheduled task complete: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n','pplmvsvm',1361383),(32951055,0,'moodle','core\\task\\delete_incomplete_users_task',0,1773137101.7323000000,1773137101.7425000000,0,0,0,'Execute scheduled task: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n... started 18:05:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0046980381011963 seconds\nScheduled task complete: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n','pplmvsvm',1361468),(32951107,0,'moodle','core\\task\\sync_plans_from_template_cohorts_task',0,1773137221.8358000000,1773137221.8510000000,0,0,0,'Execute scheduled task: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n... started 18:07:01. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.0098600387573242 seconds\nScheduled task complete: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n','pplmvsvm',1361486),(32951174,0,'moodle','core\\task\\backup_cleanup_task',0,1773137401.7284000000,1773137401.7420000000,2,0,0,'Execute scheduled task: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n... started 18:10:01. Current memory use 37.7 MB.\n... used 2 dbqueries\n... used 0.0072681903839111 seconds\nScheduled task complete: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n','pplmvsvm',1361674),(32951534,0,'moodle','core\\task\\context_cleanup_task',0,1773138301.6967000000,1773138301.7110000000,10,1,0,'Execute scheduled task: 清理情境 (core\\task\\context_cleanup_task)\n... started 18:25:01. Current memory use 20.5 MB.\n Cleaned up context instances\n... used 11 dbqueries\n... used 0.0090930461883545 seconds\nScheduled task complete: 清理情境 (core\\task\\context_cleanup_task)\n','pplmvsvm',1361856),(32951586,0,'moodle','core\\task\\complete_plans_task',0,1773138421.7492000000,1773138421.7648000000,0,0,0,'Execute scheduled task: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n... started 18:27:01. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.010101079940796 seconds\nScheduled task complete: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n','pplmvsvm',1361872),(32951653,0,'moodle','core\\task\\cache_cleanup_task',0,1773138601.9922000000,1773138602.0035000000,0,1,0,'Execute scheduled task: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n... started 18:30:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.005497932434082 seconds\nScheduled task complete: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n','pplmvsvm',1361904),(32951654,0,'moodle','core\\oauth2\\refresh_system_tokens_task',0,1773138602.0576000000,1773138602.0613000000,1,0,0,'Execute scheduled task: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n... started 18:30:02. Current memory use 21.5 MB.\n... used 1 dbqueries\n... used 0.0023488998413086 seconds\nScheduled task complete: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n','pplmvsvm',1361904),(32951655,0,'moodle','core\\task\\search_index_task',0,1773138602.1178000000,1773138602.1212000000,0,0,0,'Execute scheduled task: 全站搜尋索引建立中 (core\\task\\search_index_task)\n... started 18:30:02. Current memory use 21.7 MB.\n... used 0 dbqueries\n... used 0.0022211074829102 seconds\nScheduled task complete: 全站搜尋索引建立中 (core\\task\\search_index_task)\n','pplmvsvm',1361904),(32951656,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_course_bin',0,1773138602.1824000000,1773138602.1845000000,1,0,0,'Execute scheduled task: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n... started 18:30:02. Current memory use 23.0 MB.\n... used 1 dbqueries\n... used 0.00095891952514648 seconds\nScheduled task complete: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n','pplmvsvm',1361904),(32951657,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_category_bin',0,1773138602.2414000000,1773138602.2434000000,1,0,0,'Execute scheduled task: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n... started 18:30:02. Current memory use 23.1 MB.\n... used 1 dbqueries\n... used 0.00094389915466309 seconds\nScheduled task complete: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n','pplmvsvm',1361904),(32951779,0,'moodle','core\\task\\messaging_cleanup_task',0,1773138901.4282000000,1773138901.4442000000,1,4,0,'Execute scheduled task: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n... started 18:35:01. Current memory use 20.5 MB.\n... used 5 dbqueries\n... used 0.010550975799561 seconds\nScheduled task complete: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n','pplmvsvm',1361956),(32951780,0,'tool_cohortroles','tool_cohortroles\\task\\cohort_role_sync',0,1773138901.5062000000,1773138901.5216000000,3,1,0,'Execute scheduled task: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n... started 18:35:01. Current memory use 23.0 MB.\nSync cohort roles...\nAdded 0\nRemoved 0\n... used 4 dbqueries\n... used 0.01423716545105 seconds\nScheduled task complete: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n','pplmvsvm',1361956),(32951953,0,'moodle','core\\task\\analytics_cleanup_task',0,1773139321.4675000000,1773139321.4793000000,0,0,0,'Execute scheduled task: 清理分析結果 (core\\task\\analytics_cleanup_task)\n... started 18:42:01. Current memory use 20.5 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0060510635375977 seconds\nScheduled task complete: 清理分析結果 (core\\task\\analytics_cleanup_task)\n','pplmvsvm',1362194),(32951976,0,'enrol_cohort','enrol_cohort\\task\\enrol_cohort_sync',0,1773139382.2030000000,1773139382.2198000000,7,0,0,'Execute scheduled task: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n... started 18:43:02. Current memory use 20.2 MB.\n... used 7 dbqueries\n... used 0.011710166931152 seconds\nScheduled task complete: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n','pplmvsvm',1362208),(32951999,0,'mod_quiz','mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1773139442.1570000000,1773139442.1670000000,1,0,0,'Execute scheduled task: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n... started 18:44:02. Current memory use 24.0 MB.\nLooking for quiz attempts which may need a graded notification sent...\n... used 1 dbqueries\n... used 0.0059630870819092 seconds\nScheduled task complete: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n','pplmvsvm',1362214),(32952051,0,'cachestore_redis','cachestore_redis\\task\\ttl',0,1773139562.2491000000,1773139562.2587000000,0,0,0,'Execute scheduled task: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n... started 18:46:02. Current memory use 20.3 MB.\nNo TTL caches assigned to a Redis store; nothing to do.\n... used 0 dbqueries\n... used 0.0046801567077637 seconds\nScheduled task complete: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n','pplmvsvm',1362243),(32952140,0,'moodle','core\\task\\cache_cron_task',0,1773139801.6190000000,1773139801.6296000000,0,0,0,'Execute scheduled task: 快取的後台處理 (core\\task\\cache_cron_task)\n... started 18:50:01. Current memory use 20.5 MB.\nCleaning up stale session data from cache stores.\n... used 0 dbqueries\n... used 0.0048408508300781 seconds\nScheduled task complete: 快取的後台處理 (core\\task\\cache_cron_task)\n','pplmvsvm',1362277),(32952141,0,'moodle','core\\task\\automated_backup_task',0,1773139801.6818000000,1773139801.8137000000,0,0,0,'Execute scheduled task: 自動備份 (core\\task\\automated_backup_task)\n... started 18:50:01. Current memory use 21.5 MB.\nChecking automated backup status...INACTIVE\n... used 0 dbqueries\n... used 0.13072800636292 seconds\nScheduled task complete: 自動備份 (core\\task\\automated_backup_task)\n','pplmvsvm',1362277),(32952263,0,'moodle','core\\task\\file_temp_cleanup_task',0,1773140101.5228000000,1773140101.5345000000,0,0,0,'Execute scheduled task: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n... started 18:55:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0058879852294922 seconds\nScheduled task complete: 刪除以過期的臨時檔案 (core\\task\\file_temp_cleanup_task)\n','pplmvsvm',1362331),(32952264,0,'moodle','core\\task\\file_trash_cleanup_task',0,1773140101.6251000000,1773140101.6361000000,2,0,0,'Execute scheduled task: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n... started 18:55:01. Current memory use 21.5 MB.\nDeleting old draft files... ... started 18:55:01. Current memory use 21.5 MB.\ndone.\nDeleting orphaned preview, and document conversion files... ... started 18:55:01. Current memory use 21.5 MB.\ndone.\n... used 2 dbqueries\n... used 0.0098600387573242 seconds\nScheduled task complete: 清理在垃圾筒的檔案 (core\\task\\file_trash_cleanup_task)\n','pplmvsvm',1362331),(32952382,0,'moodle','core\\task\\delete_unconfirmed_users_task',0,1773140401.7449000000,1773140401.7572000000,1,0,0,'Execute scheduled task: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n... started 19:00:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0057179927825928 seconds\nScheduled task complete: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n','pplmvsvm',1362385),(32952383,0,'moodle','core\\task\\search_index_task',0,1773140401.8118000000,1773140401.8151000000,0,0,0,'Execute scheduled task: 全站搜尋索引建立中 (core\\task\\search_index_task)\n... started 19:00:01. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 0.00211501121521 seconds\nScheduled task complete: 全站搜尋索引建立中 (core\\task\\search_index_task)\n','pplmvsvm',1362385),(32952384,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_course_bin',0,1773140401.8741000000,1773140401.8765000000,1,0,0,'Execute scheduled task: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n... started 19:00:01. Current memory use 22.8 MB.\n... used 1 dbqueries\n... used 0.0011570453643799 seconds\nScheduled task complete: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n','pplmvsvm',1362385),(32952385,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_category_bin',0,1773140401.9327000000,1773140401.9349000000,1,0,0,'Execute scheduled task: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n... started 19:00:01. Current memory use 22.8 MB.\n... used 1 dbqueries\n... used 0.0010981559753418 seconds\nScheduled task complete: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n','pplmvsvm',1362385),(32952386,0,'enrol_manual','enrol_manual\\task\\sync_enrolments',0,1773140401.9856000000,1773140401.9880000000,0,0,0,'Execute scheduled task: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n... started 19:00:01. Current memory use 22.9 MB.\nVerifying manual enrolment expiration...\n...manual enrolment updates finished.\n... used 0 dbqueries\n... used 0.0011200904846191 seconds\nScheduled task complete: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n','pplmvsvm',1362385),(32952387,0,'enrol_manual','enrol_manual\\task\\send_expiry_notifications',0,1773140402.0371000000,1773140402.0388000000,0,0,0,'Execute scheduled task: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n... started 19:00:02. Current memory use 23.0 MB.\nmanual enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00041580200195312 seconds\nScheduled task complete: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n','pplmvsvm',1362385),(32952388,0,'enrol_self','enrol_self\\task\\sync_enrolments',0,1773140402.0951000000,1773140402.0993000000,2,0,0,'Execute scheduled task: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n... started 19:00:02. Current memory use 23.0 MB.\nVerifying self-enrolments...\n...user self-enrolment updates finished.\nNo expired enrol_self enrolments detected\n... used 2 dbqueries\n... used 0.0027661323547363 seconds\nScheduled task complete: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n','pplmvsvm',1362385),(32952389,0,'enrol_self','enrol_self\\task\\send_expiry_notifications',0,1773140402.1514000000,1773140402.1529000000,0,0,0,'Execute scheduled task: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n... started 19:00:02. Current memory use 23.2 MB.\nself enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00040102005004883 seconds\nScheduled task complete: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n','pplmvsvm',1362385),(32952507,0,'moodle','core\\task\\delete_incomplete_users_task',0,1773140701.8459000000,1773140701.8574000000,0,0,0,'Execute scheduled task: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n... started 19:05:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0050339698791504 seconds\nScheduled task complete: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n','pplmvsvm',1362456),(32952559,0,'moodle','core\\task\\sync_plans_from_template_cohorts_task',0,1773140822.1429000000,1773140822.1585000000,0,0,0,'Execute scheduled task: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n... started 19:07:02. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.010438919067383 seconds\nScheduled task complete: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n','pplmvsvm',1362474),(32952626,0,'moodle','core\\task\\backup_cleanup_task',0,1773141001.6037000000,1773141001.6161000000,2,0,0,'Execute scheduled task: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n... started 19:10:01. Current memory use 37.7 MB.\n... used 2 dbqueries\n... used 0.0067439079284668 seconds\nScheduled task complete: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n','pplmvsvm',1362663),(32952627,0,'enrol_manual','enrol_manual\\task\\sync_enrolments',0,1773141001.6712000000,1773141001.6745000000,0,0,0,'Execute scheduled task: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n... started 19:10:01. Current memory use 38.6 MB.\nVerifying manual enrolment expiration...\n...manual enrolment updates finished.\n... used 0 dbqueries\n... used 0.0014259815216064 seconds\nScheduled task complete: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n','pplmvsvm',1362663),(32952628,0,'enrol_manual','enrol_manual\\task\\send_expiry_notifications',0,1773141001.7521000000,1773141001.7542000000,0,0,0,'Execute scheduled task: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n... started 19:10:01. Current memory use 38.8 MB.\nmanual enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00045585632324219 seconds\nScheduled task complete: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n','pplmvsvm',1362663),(32952629,0,'enrol_self','enrol_self\\task\\sync_enrolments',0,1773141001.8387000000,1773141001.8437000000,2,0,0,'Execute scheduled task: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n... started 19:10:01. Current memory use 38.8 MB.\nVerifying self-enrolments...\n...user self-enrolment updates finished.\nNo expired enrol_self enrolments detected\n... used 2 dbqueries\n... used 0.0031981468200684 seconds\nScheduled task complete: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n','pplmvsvm',1362663),(32952630,0,'enrol_self','enrol_self\\task\\send_expiry_notifications',0,1773141001.9258000000,1773141001.9278000000,0,0,0,'Execute scheduled task: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n... started 19:10:01. Current memory use 38.9 MB.\nself enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00041103363037109 seconds\nScheduled task complete: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n','pplmvsvm',1362663),(32952865,0,'enrol_manual','enrol_manual\\task\\sync_enrolments',0,1773141601.8264000000,1773141601.8365000000,0,0,0,'Execute scheduled task: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n... started 19:20:01. Current memory use 20.3 MB.\nVerifying manual enrolment expiration...\n...manual enrolment updates finished.\n... used 0 dbqueries\n... used 0.0051891803741455 seconds\nScheduled task complete: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n','pplmvsvm',1362774),(32952866,0,'enrol_manual','enrol_manual\\task\\send_expiry_notifications',0,1773141601.8864000000,1773141601.8884000000,0,0,0,'Execute scheduled task: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n... started 19:20:01. Current memory use 21.3 MB.\nmanual enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00059700012207031 seconds\nScheduled task complete: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n','pplmvsvm',1362774),(32952867,0,'enrol_self','enrol_self\\task\\sync_enrolments',0,1773141601.9457000000,1773141601.9506000000,2,0,0,'Execute scheduled task: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n... started 19:20:01. Current memory use 21.3 MB.\nVerifying self-enrolments...\n...user self-enrolment updates finished.\nNo expired enrol_self enrolments detected\n... used 2 dbqueries\n... used 0.0028018951416016 seconds\nScheduled task complete: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n','pplmvsvm',1362774),(32952868,0,'enrol_self','enrol_self\\task\\send_expiry_notifications',0,1773141602.0107000000,1773141602.0122000000,0,0,0,'Execute scheduled task: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n... started 19:20:02. Current memory use 21.5 MB.\nself enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00039887428283691 seconds\nScheduled task complete: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n','pplmvsvm',1362774),(32952986,0,'moodle','core\\task\\context_cleanup_task',0,1773141901.9124000000,1773141901.9273000000,10,1,0,'Execute scheduled task: 清理情境 (core\\task\\context_cleanup_task)\n... started 19:25:01. Current memory use 20.5 MB.\n Cleaned up context instances\n... used 11 dbqueries\n... used 0.0092630386352539 seconds\nScheduled task complete: 清理情境 (core\\task\\context_cleanup_task)\n','pplmvsvm',1362843),(32953038,0,'moodle','core\\task\\complete_plans_task',0,1773142021.9234000000,1773142021.9379000000,0,0,0,'Execute scheduled task: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n... started 19:27:01. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.0096790790557861 seconds\nScheduled task complete: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n','pplmvsvm',1362860),(32953105,0,'moodle','core\\task\\cache_cleanup_task',0,1773142201.3395000000,1773142201.3496000000,0,1,0,'Execute scheduled task: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n... started 19:30:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0048141479492188 seconds\nScheduled task complete: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n','pplmvsvm',1362893),(32953106,0,'moodle','core\\oauth2\\refresh_system_tokens_task',0,1773142201.4040000000,1773142201.4076000000,1,0,0,'Execute scheduled task: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n... started 19:30:01. Current memory use 21.5 MB.\n... used 1 dbqueries\n... used 0.0024971961975098 seconds\nScheduled task complete: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n','pplmvsvm',1362893),(32953107,0,'moodle','core\\task\\search_index_task',0,1773142201.4642000000,1773142201.4676000000,0,0,0,'Execute scheduled task: 全站搜尋索引建立中 (core\\task\\search_index_task)\n... started 19:30:01. Current memory use 21.7 MB.\n... used 0 dbqueries\n... used 0.0021731853485107 seconds\nScheduled task complete: 全站搜尋索引建立中 (core\\task\\search_index_task)\n','pplmvsvm',1362893),(32953108,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_course_bin',0,1773142201.5331000000,1773142201.5351000000,1,0,0,'Execute scheduled task: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n... started 19:30:01. Current memory use 23.0 MB.\n... used 1 dbqueries\n... used 0.00091695785522461 seconds\nScheduled task complete: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n','pplmvsvm',1362893),(32953109,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_category_bin',0,1773142201.5890000000,1773142201.5911000000,1,0,0,'Execute scheduled task: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n... started 19:30:01. Current memory use 23.1 MB.\n... used 1 dbqueries\n... used 0.00085902214050293 seconds\nScheduled task complete: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n','pplmvsvm',1362893),(32953110,0,'enrol_manual','enrol_manual\\task\\sync_enrolments',0,1773142201.6463000000,1773142201.6485000000,0,0,0,'Execute scheduled task: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n... started 19:30:01. Current memory use 23.1 MB.\nVerifying manual enrolment expiration...\n...manual enrolment updates finished.\n... used 0 dbqueries\n... used 0.0010330677032471 seconds\nScheduled task complete: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n','pplmvsvm',1362893),(32953111,0,'enrol_manual','enrol_manual\\task\\send_expiry_notifications',0,1773142201.7044000000,1773142201.7058000000,0,0,0,'Execute scheduled task: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n... started 19:30:01. Current memory use 23.2 MB.\nmanual enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00039505958557129 seconds\nScheduled task complete: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n','pplmvsvm',1362893),(32953112,0,'enrol_self','enrol_self\\task\\sync_enrolments',0,1773142201.7654000000,1773142201.7694000000,2,0,0,'Execute scheduled task: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n... started 19:30:01. Current memory use 23.2 MB.\nVerifying self-enrolments...\n...user self-enrolment updates finished.\nNo expired enrol_self enrolments detected\n... used 2 dbqueries\n... used 0.0027220249176025 seconds\nScheduled task complete: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n','pplmvsvm',1362893),(32953113,0,'enrol_self','enrol_self\\task\\send_expiry_notifications',0,1773142201.8292000000,1773142201.8313000000,0,0,0,'Execute scheduled task: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n... started 19:30:01. Current memory use 23.3 MB.\nself enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00040817260742188 seconds\nScheduled task complete: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n','pplmvsvm',1362893),(32953231,0,'moodle','core\\task\\messaging_cleanup_task',0,1773142502.1885000000,1773142502.2036000000,1,4,0,'Execute scheduled task: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n... started 19:35:02. Current memory use 20.5 MB.\n... used 5 dbqueries\n... used 0.0096840858459473 seconds\nScheduled task complete: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n','pplmvsvm',1362946),(32953232,0,'tool_cohortroles','tool_cohortroles\\task\\cohort_role_sync',0,1773142502.2872000000,1773142502.3025000000,3,1,0,'Execute scheduled task: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n... started 19:35:02. Current memory use 23.0 MB.\nSync cohort roles...\nAdded 0\nRemoved 0\n... used 4 dbqueries\n... used 0.013972997665405 seconds\nScheduled task complete: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n','pplmvsvm',1362946),(32953350,0,'enrol_manual','enrol_manual\\task\\sync_enrolments',0,1773142802.1641000000,1773142802.1749000000,0,0,0,'Execute scheduled task: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n... started 19:40:02. Current memory use 20.3 MB.\nVerifying manual enrolment expiration...\n...manual enrolment updates finished.\n... used 0 dbqueries\n... used 0.0056807994842529 seconds\nScheduled task complete: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n','pplmvsvm',1363150),(32953351,0,'enrol_manual','enrol_manual\\task\\send_expiry_notifications',0,1773142802.2260000000,1773142802.2276000000,0,0,0,'Execute scheduled task: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n... started 19:40:02. Current memory use 21.3 MB.\nmanual enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.0004429817199707 seconds\nScheduled task complete: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n','pplmvsvm',1363150),(32953352,0,'enrol_self','enrol_self\\task\\sync_enrolments',0,1773142802.2815000000,1773142802.2854000000,2,0,0,'Execute scheduled task: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n... started 19:40:02. Current memory use 21.3 MB.\nVerifying self-enrolments...\n...user self-enrolment updates finished.\nNo expired enrol_self enrolments detected\n... used 2 dbqueries\n... used 0.0026130676269531 seconds\nScheduled task complete: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n','pplmvsvm',1363150),(32953353,0,'enrol_self','enrol_self\\task\\send_expiry_notifications',0,1773142802.3379000000,1773142802.3394000000,0,0,0,'Execute scheduled task: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n... started 19:40:02. Current memory use 21.5 MB.\nself enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00041794776916504 seconds\nScheduled task complete: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n','pplmvsvm',1363150),(32953405,0,'moodle','core\\task\\analytics_cleanup_task',0,1773142921.4021000000,1773142921.4163000000,0,0,0,'Execute scheduled task: 清理分析結果 (core\\task\\analytics_cleanup_task)\n... started 19:42:01. Current memory use 20.5 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0058510303497314 seconds\nScheduled task complete: 清理分析結果 (core\\task\\analytics_cleanup_task)\n','pplmvsvm',1363192),(32953428,0,'enrol_cohort','enrol_cohort\\task\\enrol_cohort_sync',0,1773142982.2285000000,1773142982.2445000000,7,0,0,'Execute scheduled task: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n... started 19:43:02. Current memory use 20.2 MB.\n... used 7 dbqueries\n... used 0.01128888130188 seconds\nScheduled task complete: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n','pplmvsvm',1363204),(32953451,0,'mod_quiz','mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1773143042.1051000000,1773143042.1162000000,1,0,0,'Execute scheduled task: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n... started 19:44:02. Current memory use 24.0 MB.\nLooking for quiz attempts which may need a graded notification sent...\n... used 1 dbqueries\n... used 0.00661301612854 seconds\nScheduled task complete: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n','pplmvsvm',1363211),(32953503,0,'cachestore_redis','cachestore_redis\\task\\ttl',0,1773143162.1420000000,1773143162.1520000000,0,0,0,'Execute scheduled task: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n... started 19:46:02. Current memory use 20.3 MB.\nNo TTL caches assigned to a Redis store; nothing to do.\n... used 0 dbqueries\n... used 0.0050590038299561 seconds\nScheduled task complete: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n','pplmvsvm',1363243),(32953592,0,'moodle','core\\task\\cache_cron_task',0,1773143401.3935000000,1773143401.4064000000,0,0,0,'Execute scheduled task: 快取的後台處理 (core\\task\\cache_cron_task)\n... started 19:50:01. Current memory use 20.5 MB.\nCleaning up stale session data from cache stores.\n... used 0 dbqueries\n... used 0.0059490203857422 seconds\nScheduled task complete: 快取的後台處理 (core\\task\\cache_cron_task)\n','pplmvsvm',1363278),(32953593,0,'moodle','core\\task\\automated_backup_task',0,1773143401.4694000000,1773143401.5994000000,0,0,0,'Execute scheduled task: 自動備份 (core\\task\\automated_backup_task)\n... started 19:50:01. Current memory use 21.5 MB.\nChecking automated backup status...INACTIVE\n... used 0 dbqueries\n... used 0.12877821922302 seconds\nScheduled task complete: 自動備份 (core\\task\\automated_backup_task)\n','pplmvsvm',1363278),(32953594,0,'enrol_manual','enrol_manual\\task\\sync_enrolments',0,1773143401.6473000000,1773143401.6513000000,0,0,0,'Execute scheduled task: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n... started 19:50:01. Current memory use 38.8 MB.\nVerifying manual enrolment expiration...\n...manual enrolment updates finished.\n... used 0 dbqueries\n... used 0.0017759799957275 seconds\nScheduled task complete: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n','pplmvsvm',1363278),(32953595,0,'enrol_manual','enrol_manual\\task\\send_expiry_notifications',0,1773143401.7102000000,1773143401.7119000000,0,0,0,'Execute scheduled task: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n... started 19:50:01. Current memory use 38.9 MB.\nmanual enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00050497055053711 seconds\nScheduled task complete: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n','pplmvsvm',1363278),(32953596,0,'enrol_self','enrol_self\\task\\sync_enrolments',0,1773143401.7636000000,1773143401.7692000000,2,0,0,'Execute scheduled task: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n... started 19:50:01. Current memory use 38.9 MB.\nVerifying self-enrolments...\n...user self-enrolment updates finished.\nNo expired enrol_self enrolments detected\n... used 2 dbqueries\n... used 0.0032670497894287 seconds\nScheduled task complete: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n','pplmvsvm',1363278),(32953597,0,'enrol_self','enrol_self\\task\\send_expiry_notifications',0,1773143401.8139000000,1773143401.8154000000,0,0,0,'Execute scheduled task: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n... started 19:50:01. Current memory use 39.1 MB.\nself enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00041913986206055 seconds\nScheduled task complete: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n','pplmvsvm',1363278),(32953832,0,'moodle','core\\task\\delete_unconfirmed_users_task',0,1773144002.0393000000,1773144002.0511000000,1,0,0,'Execute scheduled task: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n... started 20:00:02. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0055840015411377 seconds\nScheduled task complete: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n','pplmvsvm',1363387),(32953833,0,'moodle','core\\task\\search_index_task',0,1773144002.1375000000,1773144002.1424000000,0,0,0,'Execute scheduled task: 全站搜尋索引建立中 (core\\task\\search_index_task)\n... started 20:00:02. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 0.0037729740142822 seconds\nScheduled task complete: 全站搜尋索引建立中 (core\\task\\search_index_task)\n','pplmvsvm',1363387),(32953834,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_course_bin',0,1773144002.2094000000,1773144002.2120000000,1,0,0,'Execute scheduled task: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n... started 20:00:02. Current memory use 22.8 MB.\n... used 1 dbqueries\n... used 0.0015249252319336 seconds\nScheduled task complete: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n','pplmvsvm',1363387),(32953835,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_category_bin',0,1773144002.2640000000,1773144002.2661000000,1,0,0,'Execute scheduled task: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n... started 20:00:02. Current memory use 22.8 MB.\n... used 1 dbqueries\n... used 0.0010499954223633 seconds\nScheduled task complete: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n','pplmvsvm',1363387),(32953836,0,'enrol_manual','enrol_manual\\task\\sync_enrolments',0,1773144002.3346000000,1773144002.3368000000,0,0,0,'Execute scheduled task: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n... started 20:00:02. Current memory use 22.9 MB.\nVerifying manual enrolment expiration...\n...manual enrolment updates finished.\n... used 0 dbqueries\n... used 0.0010361671447754 seconds\nScheduled task complete: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n','pplmvsvm',1363387),(32953837,0,'enrol_manual','enrol_manual\\task\\send_expiry_notifications',0,1773144002.3876000000,1773144002.3892000000,0,0,0,'Execute scheduled task: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n... started 20:00:02. Current memory use 23.0 MB.\nmanual enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00040888786315918 seconds\nScheduled task complete: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n','pplmvsvm',1363387),(32953838,0,'enrol_self','enrol_self\\task\\sync_enrolments',0,1773144002.4501000000,1773144002.4544000000,2,0,0,'Execute scheduled task: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n... started 20:00:02. Current memory use 23.0 MB.\nVerifying self-enrolments...\n...user self-enrolment updates finished.\nNo expired enrol_self enrolments detected\n... used 2 dbqueries\n... used 0.0030560493469238 seconds\nScheduled task complete: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n','pplmvsvm',1363387),(32953839,0,'enrol_self','enrol_self\\task\\send_expiry_notifications',0,1773144002.5120000000,1773144002.5138000000,0,0,0,'Execute scheduled task: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n... started 20:00:02. Current memory use 23.2 MB.\nself enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00039887428283691 seconds\nScheduled task complete: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n','pplmvsvm',1363387),(32953957,0,'moodle','core\\task\\delete_incomplete_users_task',0,1773144301.8586000000,1773144301.8692000000,0,0,0,'Execute scheduled task: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n... started 20:05:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0049879550933838 seconds\nScheduled task complete: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n','pplmvsvm',1363458),(32954009,0,'moodle','core\\task\\sync_plans_from_template_cohorts_task',0,1773144422.2052000000,1773144422.2196000000,0,0,0,'Execute scheduled task: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n... started 20:07:02. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.0095100402832031 seconds\nScheduled task complete: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n','pplmvsvm',1363474),(32954076,0,'moodle','core\\task\\backup_cleanup_task',0,1773144601.6360000000,1773144601.6486000000,2,0,0,'Execute scheduled task: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n... started 20:10:01. Current memory use 37.7 MB.\n... used 2 dbqueries\n... used 0.0066308975219727 seconds\nScheduled task complete: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n','pplmvsvm',1363661),(32954077,0,'enrol_manual','enrol_manual\\task\\sync_enrolments',0,1773144601.6947000000,1773144601.6980000000,0,0,0,'Execute scheduled task: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n... started 20:10:01. Current memory use 38.6 MB.\nVerifying manual enrolment expiration...\n...manual enrolment updates finished.\n... used 0 dbqueries\n... used 0.0015249252319336 seconds\nScheduled task complete: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n','pplmvsvm',1363661),(32954078,0,'enrol_manual','enrol_manual\\task\\send_expiry_notifications',0,1773144601.7502000000,1773144601.7520000000,0,0,0,'Execute scheduled task: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n... started 20:10:01. Current memory use 38.8 MB.\nmanual enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00055909156799316 seconds\nScheduled task complete: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n','pplmvsvm',1363661),(32954079,0,'enrol_self','enrol_self\\task\\sync_enrolments',0,1773144601.8043000000,1773144601.8106000000,2,0,0,'Execute scheduled task: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n... started 20:10:01. Current memory use 38.8 MB.\nVerifying self-enrolments...\n...user self-enrolment updates finished.\nNo expired enrol_self enrolments detected\n... used 2 dbqueries\n... used 0.0034279823303223 seconds\nScheduled task complete: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n','pplmvsvm',1363661),(32954080,0,'enrol_self','enrol_self\\task\\send_expiry_notifications',0,1773144601.8783000000,1773144601.8799000000,0,0,0,'Execute scheduled task: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n... started 20:10:01. Current memory use 38.9 MB.\nself enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00041103363037109 seconds\nScheduled task complete: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n','pplmvsvm',1363661),(32954315,0,'enrol_manual','enrol_manual\\task\\sync_enrolments',0,1773145201.8937000000,1773145201.9037000000,0,0,0,'Execute scheduled task: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n... started 20:20:01. Current memory use 20.3 MB.\nVerifying manual enrolment expiration...\n...manual enrolment updates finished.\n... used 0 dbqueries\n... used 0.0053129196166992 seconds\nScheduled task complete: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n','pplmvsvm',1363767),(32954316,0,'enrol_manual','enrol_manual\\task\\send_expiry_notifications',0,1773145201.9575000000,1773145201.9591000000,0,0,0,'Execute scheduled task: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n... started 20:20:01. Current memory use 21.3 MB.\nmanual enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00044894218444824 seconds\nScheduled task complete: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n','pplmvsvm',1363767),(32954317,0,'enrol_self','enrol_self\\task\\sync_enrolments',0,1773145202.0221000000,1773145202.0265000000,2,0,0,'Execute scheduled task: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n... started 20:20:02. Current memory use 21.3 MB.\nVerifying self-enrolments...\n...user self-enrolment updates finished.\nNo expired enrol_self enrolments detected\n... used 2 dbqueries\n... used 0.0032210350036621 seconds\nScheduled task complete: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n','pplmvsvm',1363767),(32954318,0,'enrol_self','enrol_self\\task\\send_expiry_notifications',0,1773145202.0851000000,1773145202.0867000000,0,0,0,'Execute scheduled task: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n... started 20:20:02. Current memory use 21.5 MB.\nself enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00039887428283691 seconds\nScheduled task complete: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n','pplmvsvm',1363767),(32954436,0,'moodle','core\\task\\context_cleanup_task',0,1773145501.4117000000,1773145501.4301000000,10,1,0,'Execute scheduled task: 清理情境 (core\\task\\context_cleanup_task)\n... started 20:25:01. Current memory use 20.5 MB.\n Cleaned up context instances\n... used 11 dbqueries\n... used 0.012284994125366 seconds\nScheduled task complete: 清理情境 (core\\task\\context_cleanup_task)\n','pplmvsvm',1363838),(32954488,0,'moodle','core\\task\\complete_plans_task',0,1773145621.4179000000,1773145621.4320000000,0,0,0,'Execute scheduled task: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n... started 20:27:01. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.0094649791717529 seconds\nScheduled task complete: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n','pplmvsvm',1363855),(32954555,0,'moodle','core\\task\\cache_cleanup_task',0,1773145801.9757000000,1773145801.9862000000,0,1,0,'Execute scheduled task: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n... started 20:30:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0050160884857178 seconds\nScheduled task complete: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n','pplmvsvm',1363918),(32954556,0,'moodle','core\\oauth2\\refresh_system_tokens_task',0,1773145802.0388000000,1773145802.0419000000,1,0,0,'Execute scheduled task: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n... started 20:30:02. Current memory use 21.5 MB.\n... used 1 dbqueries\n... used 0.0019760131835938 seconds\nScheduled task complete: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n','pplmvsvm',1363918),(32954557,0,'moodle','core\\task\\search_index_task',0,1773145802.1121000000,1773145802.1156000000,0,0,0,'Execute scheduled task: 全站搜尋索引建立中 (core\\task\\search_index_task)\n... started 20:30:02. Current memory use 21.7 MB.\n... used 0 dbqueries\n... used 0.002324104309082 seconds\nScheduled task complete: 全站搜尋索引建立中 (core\\task\\search_index_task)\n','pplmvsvm',1363918),(32954558,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_course_bin',0,1773145802.1738000000,1773145802.1761000000,1,0,0,'Execute scheduled task: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n... started 20:30:02. Current memory use 23.0 MB.\n... used 1 dbqueries\n... used 0.0011029243469238 seconds\nScheduled task complete: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n','pplmvsvm',1363918),(32954559,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_category_bin',0,1773145802.2301000000,1773145802.2322000000,1,0,0,'Execute scheduled task: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n... started 20:30:02. Current memory use 23.1 MB.\n... used 1 dbqueries\n... used 0.00094389915466309 seconds\nScheduled task complete: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n','pplmvsvm',1363918),(32954560,0,'enrol_manual','enrol_manual\\task\\sync_enrolments',0,1773145802.2825000000,1773145802.2851000000,0,0,0,'Execute scheduled task: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n... started 20:30:02. Current memory use 23.1 MB.\nVerifying manual enrolment expiration...\n...manual enrolment updates finished.\n... used 0 dbqueries\n... used 0.0012719631195068 seconds\nScheduled task complete: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n','pplmvsvm',1363918),(32954561,0,'enrol_manual','enrol_manual\\task\\send_expiry_notifications',0,1773145802.3748000000,1773145802.3767000000,0,0,0,'Execute scheduled task: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n... started 20:30:02. Current memory use 23.2 MB.\nmanual enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00044798851013184 seconds\nScheduled task complete: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n','pplmvsvm',1363918),(32954562,0,'enrol_self','enrol_self\\task\\sync_enrolments',0,1773145802.4571000000,1773145802.4609000000,2,0,0,'Execute scheduled task: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n... started 20:30:02. Current memory use 23.2 MB.\nVerifying self-enrolments...\n...user self-enrolment updates finished.\nNo expired enrol_self enrolments detected\n... used 2 dbqueries\n... used 0.0026230812072754 seconds\nScheduled task complete: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n','pplmvsvm',1363918),(32954563,0,'enrol_self','enrol_self\\task\\send_expiry_notifications',0,1773145802.5356000000,1773145802.5372000000,0,0,0,'Execute scheduled task: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n... started 20:30:02. Current memory use 23.3 MB.\nself enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00040197372436523 seconds\nScheduled task complete: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n','pplmvsvm',1363918),(32954681,0,'moodle','core\\task\\messaging_cleanup_task',0,1773146101.8566000000,1773146101.8713000000,1,4,0,'Execute scheduled task: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n... started 20:35:01. Current memory use 20.5 MB.\n... used 5 dbqueries\n... used 0.0095288753509521 seconds\nScheduled task complete: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n','pplmvsvm',1363971),(32954682,0,'tool_cohortroles','tool_cohortroles\\task\\cohort_role_sync',0,1773146101.9333000000,1773146101.9388000000,2,1,0,'Execute scheduled task: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n... started 20:35:01. Current memory use 23.0 MB.\nSync cohort roles...\nAdded 0\nRemoved 0\n... used 3 dbqueries\n... used 0.0042860507965088 seconds\nScheduled task complete: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n','pplmvsvm',1363971),(32954800,0,'enrol_manual','enrol_manual\\task\\sync_enrolments',0,1773146401.4791000000,1773146401.4906000000,0,0,0,'Execute scheduled task: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n... started 20:40:01. Current memory use 20.3 MB.\nVerifying manual enrolment expiration...\n...manual enrolment updates finished.\n... used 0 dbqueries\n... used 0.0058457851409912 seconds\nScheduled task complete: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n','pplmvsvm',1364179),(32954801,0,'enrol_manual','enrol_manual\\task\\send_expiry_notifications',0,1773146401.5561000000,1773146401.5576000000,0,0,0,'Execute scheduled task: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n... started 20:40:01. Current memory use 21.3 MB.\nmanual enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00040483474731445 seconds\nScheduled task complete: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n','pplmvsvm',1364179),(32954802,0,'enrol_self','enrol_self\\task\\sync_enrolments',0,1773146401.6171000000,1773146401.6211000000,2,0,0,'Execute scheduled task: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n... started 20:40:01. Current memory use 21.3 MB.\nVerifying self-enrolments...\n...user self-enrolment updates finished.\nNo expired enrol_self enrolments detected\n... used 2 dbqueries\n... used 0.0027279853820801 seconds\nScheduled task complete: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n','pplmvsvm',1364179),(32954803,0,'enrol_self','enrol_self\\task\\send_expiry_notifications',0,1773146401.6780000000,1773146401.6796000000,0,0,0,'Execute scheduled task: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n... started 20:40:01. Current memory use 21.5 MB.\nself enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.0004580020904541 seconds\nScheduled task complete: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n','pplmvsvm',1364179),(32954804,0,'moodle','core\\task\\badges_cron_task',0,1773146401.7324000000,1773146401.7347000000,0,0,0,'Execute scheduled task: 頒授獎章 (core\\task\\badges_cron_task)\n... started 20:40:01. Current memory use 21.7 MB.\n... used 0 dbqueries\n... used 8.702278137207E-5 seconds\nScheduled task complete: 頒授獎章 (core\\task\\badges_cron_task)\n','pplmvsvm',1364179),(32954805,0,'moodle','core\\task\\badges_message_task',0,1773146401.7885000000,1773146401.7897000000,0,0,0,'Execute scheduled task: Background processing for sending badges notifications (core\\task\\badges_message_task)\n... started 20:40:01. Current memory use 21.8 MB.\n... used 0 dbqueries\n... used 8.8214874267578E-5 seconds\nScheduled task complete: Background processing for sending badges notifications (core\\task\\badges_message_task)\n','pplmvsvm',1364179),(32954806,0,'mod_chat','mod_chat\\task\\cron_task',0,1773146401.8390000000,1773146401.8482000000,2,2,0,'Execute scheduled task: Background processing for chat module (mod_chat\\task\\cron_task)\n... started 20:40:01. Current memory use 21.8 MB.\n... used 4 dbqueries\n... used 0.0073001384735107 seconds\nScheduled task complete: Background processing for chat module (mod_chat\\task\\cron_task)\n','pplmvsvm',1364179),(32954807,0,'mod_scorm','mod_scorm\\task\\cron_task',0,1773146401.9003000000,1773146401.9079000000,0,0,0,'Execute scheduled task: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n... started 20:40:01. Current memory use 22.5 MB.\n... used 0 dbqueries\n... used 0.0053660869598389 seconds\nScheduled task complete: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n','pplmvsvm',1364179),(32954808,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_courses',0,1773146401.9686000000,1773146401.9719000000,0,0,0,'Execute scheduled task: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n... started 20:40:01. Current memory use 24.2 MB.\n... used 0 dbqueries\n... used 0.00080704689025879 seconds\nScheduled task complete: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n','pplmvsvm',1364179),(32954809,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_caches',0,1773146402.0230000000,1773146402.0243000000,0,0,0,'Execute scheduled task: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n... started 20:40:02. Current memory use 24.3 MB.\n... used 0 dbqueries\n... used 0.00012493133544922 seconds\nScheduled task complete: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n','pplmvsvm',1364179),(32954810,0,'tool_brickfield','tool_brickfield\\task\\process_analysis_requests',0,1773146402.0741000000,1773146402.0760000000,0,0,0,'Execute scheduled task: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n... started 20:40:02. Current memory use 24.3 MB.\n... used 0 dbqueries\n... used 0.00010013580322266 seconds\nScheduled task complete: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n','pplmvsvm',1364179),(32954855,0,'moodle','core\\task\\analytics_cleanup_task',0,1773146521.7912000000,1773146521.8022000000,0,0,0,'Execute scheduled task: 清理分析結果 (core\\task\\analytics_cleanup_task)\n... started 20:42:01. Current memory use 20.5 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.005565881729126 seconds\nScheduled task complete: 清理分析結果 (core\\task\\analytics_cleanup_task)\n','pplmvsvm',1364217),(32954878,0,'enrol_cohort','enrol_cohort\\task\\enrol_cohort_sync',0,1773146581.6639000000,1773146581.6801000000,7,0,0,'Execute scheduled task: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n... started 20:43:01. Current memory use 20.2 MB.\n... used 7 dbqueries\n... used 0.011429786682129 seconds\nScheduled task complete: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n','pplmvsvm',1364230),(32954901,0,'mod_quiz','mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1773146641.5270000000,1773146641.5372000000,1,0,0,'Execute scheduled task: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n... started 20:44:01. Current memory use 24.0 MB.\nLooking for quiz attempts which may need a graded notification sent...\n... used 1 dbqueries\n... used 0.0058779716491699 seconds\nScheduled task complete: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n','pplmvsvm',1364236),(32954924,0,'moodle','core\\task\\badges_cron_task',0,1773146701.3920000000,1773146701.4025000000,0,0,0,'Execute scheduled task: 頒授獎章 (core\\task\\badges_cron_task)\n... started 20:45:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0045249462127686 seconds\nScheduled task complete: 頒授獎章 (core\\task\\badges_cron_task)\n','pplmvsvm',1364256),(32954925,0,'moodle','core\\task\\badges_message_task',0,1773146701.4779000000,1773146701.4792000000,0,0,0,'Execute scheduled task: Background processing for sending badges notifications (core\\task\\badges_message_task)\n... started 20:45:01. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 8.7976455688477E-5 seconds\nScheduled task complete: Background processing for sending badges notifications (core\\task\\badges_message_task)\n','pplmvsvm',1364256),(32954926,0,'mod_chat','mod_chat\\task\\cron_task',0,1773146701.5560000000,1773146701.5657000000,2,2,0,'Execute scheduled task: Background processing for chat module (mod_chat\\task\\cron_task)\n... started 20:45:01. Current memory use 21.5 MB.\n... used 4 dbqueries\n... used 0.008289098739624 seconds\nScheduled task complete: Background processing for chat module (mod_chat\\task\\cron_task)\n','pplmvsvm',1364256),(32954927,0,'mod_scorm','mod_scorm\\task\\cron_task',0,1773146701.6169000000,1773146701.6243000000,0,0,0,'Execute scheduled task: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n... started 20:45:01. Current memory use 22.2 MB.\n... used 0 dbqueries\n... used 0.0053131580352783 seconds\nScheduled task complete: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n','pplmvsvm',1364256),(32954928,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_courses',0,1773146701.6817000000,1773146701.6851000000,0,0,0,'Execute scheduled task: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n... started 20:45:01. Current memory use 23.9 MB.\n... used 0 dbqueries\n... used 0.00077104568481445 seconds\nScheduled task complete: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n','pplmvsvm',1364256),(32954929,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_caches',0,1773146701.7409000000,1773146701.7420000000,0,0,0,'Execute scheduled task: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n... started 20:45:01. Current memory use 24.0 MB.\n... used 0 dbqueries\n... used 8.702278137207E-5 seconds\nScheduled task complete: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n','pplmvsvm',1364256),(32954930,0,'tool_brickfield','tool_brickfield\\task\\process_analysis_requests',0,1773146701.7938000000,1773146701.7950000000,0,0,0,'Execute scheduled task: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n... started 20:45:01. Current memory use 24.0 MB.\n... used 0 dbqueries\n... used 8.6784362792969E-5 seconds\nScheduled task complete: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n','pplmvsvm',1364256),(32954953,0,'cachestore_redis','cachestore_redis\\task\\ttl',0,1773146761.4487000000,1773146761.4580000000,0,0,0,'Execute scheduled task: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n... started 20:46:01. Current memory use 20.3 MB.\nNo TTL caches assigned to a Redis store; nothing to do.\n... used 0 dbqueries\n... used 0.0045969486236572 seconds\nScheduled task complete: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n','pplmvsvm',1364266),(32955042,0,'moodle','core\\task\\cache_cron_task',0,1773147001.5882000000,1773147001.5995000000,0,0,0,'Execute scheduled task: 快取的後台處理 (core\\task\\cache_cron_task)\n... started 20:50:01. Current memory use 20.5 MB.\nCleaning up stale session data from cache stores.\n... used 0 dbqueries\n... used 0.0052280426025391 seconds\nScheduled task complete: 快取的後台處理 (core\\task\\cache_cron_task)\n','pplmvsvm',1364304),(32955043,0,'moodle','core\\task\\automated_backup_task',0,1773147001.6498000000,1773147001.7828000000,0,0,0,'Execute scheduled task: 自動備份 (core\\task\\automated_backup_task)\n... started 20:50:01. Current memory use 21.5 MB.\nChecking automated backup status...INACTIVE\n... used 0 dbqueries\n... used 0.13175892829895 seconds\nScheduled task complete: 自動備份 (core\\task\\automated_backup_task)\n','pplmvsvm',1364304),(32955044,0,'enrol_manual','enrol_manual\\task\\sync_enrolments',0,1773147001.8359000000,1773147001.8395000000,0,0,0,'Execute scheduled task: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n... started 20:50:01. Current memory use 38.8 MB.\nVerifying manual enrolment expiration...\n...manual enrolment updates finished.\n... used 0 dbqueries\n... used 0.0015721321105957 seconds\nScheduled task complete: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n','pplmvsvm',1364304),(32955045,0,'enrol_manual','enrol_manual\\task\\send_expiry_notifications',0,1773147001.8947000000,1773147001.8965000000,0,0,0,'Execute scheduled task: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n... started 20:50:01. Current memory use 38.9 MB.\nmanual enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00046992301940918 seconds\nScheduled task complete: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n','pplmvsvm',1364304),(32955046,0,'enrol_self','enrol_self\\task\\sync_enrolments',0,1773147001.9520000000,1773147001.9574000000,2,0,0,'Execute scheduled task: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n... started 20:50:01. Current memory use 38.9 MB.\nVerifying self-enrolments...\n...user self-enrolment updates finished.\nNo expired enrol_self enrolments detected\n... used 2 dbqueries\n... used 0.003450870513916 seconds\nScheduled task complete: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n','pplmvsvm',1364304),(32955047,0,'enrol_self','enrol_self\\task\\send_expiry_notifications',0,1773147002.0181000000,1773147002.0205000000,0,0,0,'Execute scheduled task: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n... started 20:50:02. Current memory use 39.1 MB.\nself enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.0010299682617188 seconds\nScheduled task complete: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n','pplmvsvm',1364304),(32955048,0,'moodle','core\\task\\badges_cron_task',0,1773147002.0923000000,1773147002.0937000000,0,0,0,'Execute scheduled task: 頒授獎章 (core\\task\\badges_cron_task)\n... started 20:50:02. Current memory use 39.1 MB.\n... used 0 dbqueries\n... used 9.4175338745117E-5 seconds\nScheduled task complete: 頒授獎章 (core\\task\\badges_cron_task)\n','pplmvsvm',1364304),(32955049,0,'moodle','core\\task\\badges_message_task',0,1773147002.1447000000,1773147002.1466000000,0,0,0,'Execute scheduled task: Background processing for sending badges notifications (core\\task\\badges_message_task)\n... started 20:50:02. Current memory use 39.1 MB.\n... used 0 dbqueries\n... used 0.00058102607727051 seconds\nScheduled task complete: Background processing for sending badges notifications (core\\task\\badges_message_task)\n','pplmvsvm',1364304),(32955050,0,'mod_chat','mod_chat\\task\\cron_task',0,1773147002.2115000000,1773147002.2146000000,2,2,0,'Execute scheduled task: Background processing for chat module (mod_chat\\task\\cron_task)\n... started 20:50:02. Current memory use 39.1 MB.\n... used 4 dbqueries\n... used 0.0011820793151855 seconds\nScheduled task complete: Background processing for chat module (mod_chat\\task\\cron_task)\n','pplmvsvm',1364304),(32955051,0,'mod_scorm','mod_scorm\\task\\cron_task',0,1773147002.2639000000,1773147002.2694000000,0,0,0,'Execute scheduled task: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n... started 20:50:02. Current memory use 39.2 MB.\n... used 0 dbqueries\n... used 0.0036768913269043 seconds\nScheduled task complete: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n','pplmvsvm',1364304),(32955052,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_courses',0,1773147002.3241000000,1773147002.3275000000,0,0,0,'Execute scheduled task: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n... started 20:50:02. Current memory use 39.3 MB.\n... used 0 dbqueries\n... used 0.00095200538635254 seconds\nScheduled task complete: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n','pplmvsvm',1364304),(32955053,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_caches',0,1773147002.3897000000,1773147002.3913000000,0,0,0,'Execute scheduled task: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n... started 20:50:02. Current memory use 39.4 MB.\n... used 0 dbqueries\n... used 0.00010180473327637 seconds\nScheduled task complete: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n','pplmvsvm',1364304),(32955054,0,'tool_brickfield','tool_brickfield\\task\\process_analysis_requests',0,1773147002.4548000000,1773147002.4562000000,0,0,0,'Execute scheduled task: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n... started 20:50:02. Current memory use 39.4 MB.\n... used 0 dbqueries\n... used 9.0122222900391E-5 seconds\nScheduled task complete: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n','pplmvsvm',1364304),(32955165,0,'moodle','core\\task\\badges_cron_task',0,1773147301.4841000000,1773147301.4946000000,0,0,0,'Execute scheduled task: 頒授獎章 (core\\task\\badges_cron_task)\n... started 20:55:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0049829483032227 seconds\nScheduled task complete: 頒授獎章 (core\\task\\badges_cron_task)\n','pplmvsvm',1364353),(32955166,0,'moodle','core\\task\\badges_message_task',0,1773147301.6374000000,1773147301.6386000000,0,0,0,'Execute scheduled task: Background processing for sending badges notifications (core\\task\\badges_message_task)\n... started 20:55:01. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 8.8930130004883E-5 seconds\nScheduled task complete: Background processing for sending badges notifications (core\\task\\badges_message_task)\n','pplmvsvm',1364353),(32955167,0,'mod_chat','mod_chat\\task\\cron_task',0,1773147301.7321000000,1773147301.7405000000,2,2,0,'Execute scheduled task: Background processing for chat module (mod_chat\\task\\cron_task)\n... started 20:55:01. Current memory use 21.5 MB.\n... used 4 dbqueries\n... used 0.0071151256561279 seconds\nScheduled task complete: Background processing for chat module (mod_chat\\task\\cron_task)\n','pplmvsvm',1364353),(32955168,0,'mod_scorm','mod_scorm\\task\\cron_task',0,1773147301.8187000000,1773147301.8268000000,0,0,0,'Execute scheduled task: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n... started 20:55:01. Current memory use 22.2 MB.\n... used 0 dbqueries\n... used 0.0059831142425537 seconds\nScheduled task complete: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n','pplmvsvm',1364353),(32955169,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_courses',0,1773147301.8885000000,1773147301.8915000000,0,0,0,'Execute scheduled task: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n... started 20:55:01. Current memory use 23.9 MB.\n... used 0 dbqueries\n... used 0.00074505805969238 seconds\nScheduled task complete: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n','pplmvsvm',1364353),(32955170,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_caches',0,1773147301.9444000000,1773147301.9455000000,0,0,0,'Execute scheduled task: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n... started 20:55:01. Current memory use 24.0 MB.\n... used 0 dbqueries\n... used 0.00010395050048828 seconds\nScheduled task complete: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n','pplmvsvm',1364353),(32955171,0,'tool_brickfield','tool_brickfield\\task\\process_analysis_requests',0,1773147301.9988000000,1773147301.9999000000,0,0,0,'Execute scheduled task: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n... started 20:55:01. Current memory use 24.0 MB.\n... used 0 dbqueries\n... used 9.0122222900391E-5 seconds\nScheduled task complete: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n','pplmvsvm',1364353),(32955282,0,'moodle','core\\task\\delete_unconfirmed_users_task',0,1773147601.8112000000,1773147601.8224000000,1,0,0,'Execute scheduled task: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n... started 21:00:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0052659511566162 seconds\nScheduled task complete: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n','pplmvsvm',1364407),(32955283,0,'moodle','core\\task\\search_index_task',0,1773147601.8841000000,1773147601.8873000000,0,0,0,'Execute scheduled task: 全站搜尋索引建立中 (core\\task\\search_index_task)\n... started 21:00:01. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 0.0020837783813477 seconds\nScheduled task complete: 全站搜尋索引建立中 (core\\task\\search_index_task)\n','pplmvsvm',1364407),(32955284,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_course_bin',0,1773147601.9458000000,1773147601.9482000000,1,0,0,'Execute scheduled task: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n... started 21:00:01. Current memory use 22.8 MB.\n... used 1 dbqueries\n... used 0.0011439323425293 seconds\nScheduled task complete: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n','pplmvsvm',1364407),(32955285,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_category_bin',0,1773147601.9991000000,1773147602.0013000000,1,0,0,'Execute scheduled task: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n... started 21:00:02. Current memory use 22.8 MB.\n... used 1 dbqueries\n... used 0.0010430812835693 seconds\nScheduled task complete: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n','pplmvsvm',1364407),(32955286,0,'enrol_manual','enrol_manual\\task\\sync_enrolments',0,1773147602.0559000000,1773147602.0582000000,0,0,0,'Execute scheduled task: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n... started 21:00:02. Current memory use 22.9 MB.\nVerifying manual enrolment expiration...\n...manual enrolment updates finished.\n... used 0 dbqueries\n... used 0.001086950302124 seconds\nScheduled task complete: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n','pplmvsvm',1364407),(32955287,0,'enrol_manual','enrol_manual\\task\\send_expiry_notifications',0,1773147602.1142000000,1773147602.1157000000,0,0,0,'Execute scheduled task: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n... started 21:00:02. Current memory use 23.0 MB.\nmanual enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00041103363037109 seconds\nScheduled task complete: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n','pplmvsvm',1364407),(32955288,0,'enrol_self','enrol_self\\task\\sync_enrolments',0,1773147602.1668000000,1773147602.1710000000,2,0,0,'Execute scheduled task: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n... started 21:00:02. Current memory use 23.0 MB.\nVerifying self-enrolments...\n...user self-enrolment updates finished.\nNo expired enrol_self enrolments detected\n... used 2 dbqueries\n... used 0.0029661655426025 seconds\nScheduled task complete: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n','pplmvsvm',1364407),(32955289,0,'enrol_self','enrol_self\\task\\send_expiry_notifications',0,1773147602.2251000000,1773147602.2267000000,0,0,0,'Execute scheduled task: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n... started 21:00:02. Current memory use 23.2 MB.\nself enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00040912628173828 seconds\nScheduled task complete: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n','pplmvsvm',1364407),(32955290,0,'moodle','core\\task\\badges_cron_task',0,1773147602.2828000000,1773147602.2849000000,0,0,0,'Execute scheduled task: 頒授獎章 (core\\task\\badges_cron_task)\n... started 21:00:02. Current memory use 23.4 MB.\n... used 0 dbqueries\n... used 8.702278137207E-5 seconds\nScheduled task complete: 頒授獎章 (core\\task\\badges_cron_task)\n','pplmvsvm',1364407),(32955291,0,'moodle','core\\task\\badges_message_task',0,1773147602.3340000000,1773147602.3352000000,0,0,0,'Execute scheduled task: Background processing for sending badges notifications (core\\task\\badges_message_task)\n... started 21:00:02. Current memory use 23.4 MB.\n... used 0 dbqueries\n... used 8.6069107055664E-5 seconds\nScheduled task complete: Background processing for sending badges notifications (core\\task\\badges_message_task)\n','pplmvsvm',1364407),(32955292,0,'mod_chat','mod_chat\\task\\cron_task',0,1773147602.3859000000,1773147602.3947000000,2,2,0,'Execute scheduled task: Background processing for chat module (mod_chat\\task\\cron_task)\n... started 21:00:02. Current memory use 23.4 MB.\n... used 4 dbqueries\n... used 0.0072851181030273 seconds\nScheduled task complete: Background processing for chat module (mod_chat\\task\\cron_task)\n','pplmvsvm',1364407),(32955293,0,'mod_scorm','mod_scorm\\task\\cron_task',0,1773147602.4463000000,1773147602.4532000000,0,0,0,'Execute scheduled task: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n... started 21:00:02. Current memory use 24.1 MB.\n... used 0 dbqueries\n... used 0.0054709911346436 seconds\nScheduled task complete: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n','pplmvsvm',1364407),(32955294,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_courses',0,1773147602.5101000000,1773147602.5132000000,0,0,0,'Execute scheduled task: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n... started 21:00:02. Current memory use 24.8 MB.\n... used 0 dbqueries\n... used 0.00079894065856934 seconds\nScheduled task complete: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n','pplmvsvm',1364407),(32955295,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_caches',0,1773147602.6249000000,1773147602.6264000000,0,0,0,'Execute scheduled task: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n... started 21:00:02. Current memory use 24.9 MB.\n... used 0 dbqueries\n... used 9.7990036010742E-5 seconds\nScheduled task complete: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n','pplmvsvm',1364407),(32955296,0,'tool_brickfield','tool_brickfield\\task\\process_analysis_requests',0,1773147602.7032000000,1773147602.7044000000,0,0,0,'Execute scheduled task: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n... started 21:00:02. Current memory use 24.9 MB.\n... used 0 dbqueries\n... used 9.0837478637695E-5 seconds\nScheduled task complete: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n','pplmvsvm',1364407),(32955407,0,'moodle','core\\task\\delete_incomplete_users_task',0,1773147901.7970000000,1773147901.8070000000,0,0,0,'Execute scheduled task: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n... started 21:05:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0045390129089355 seconds\nScheduled task complete: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n','pplmvsvm',1364477),(32955408,0,'moodle','core\\task\\badges_cron_task',0,1773147901.8598000000,1773147901.8610000000,0,0,0,'Execute scheduled task: 頒授獎章 (core\\task\\badges_cron_task)\n... started 21:05:01. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 8.7976455688477E-5 seconds\nScheduled task complete: 頒授獎章 (core\\task\\badges_cron_task)\n','pplmvsvm',1364477),(32955409,0,'moodle','core\\task\\badges_message_task',0,1773147901.9166000000,1773147901.9179000000,0,0,0,'Execute scheduled task: Background processing for sending badges notifications (core\\task\\badges_message_task)\n... started 21:05:01. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 8.702278137207E-5 seconds\nScheduled task complete: Background processing for sending badges notifications (core\\task\\badges_message_task)\n','pplmvsvm',1364477),(32955410,0,'mod_chat','mod_chat\\task\\cron_task',0,1773147901.9736000000,1773147901.9822000000,2,2,0,'Execute scheduled task: Background processing for chat module (mod_chat\\task\\cron_task)\n... started 21:05:01. Current memory use 21.5 MB.\n... used 4 dbqueries\n... used 0.0074708461761475 seconds\nScheduled task complete: Background processing for chat module (mod_chat\\task\\cron_task)\n','pplmvsvm',1364477),(32955411,0,'mod_scorm','mod_scorm\\task\\cron_task',0,1773147902.0377000000,1773147902.0456000000,0,0,0,'Execute scheduled task: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n... started 21:05:02. Current memory use 22.3 MB.\n... used 0 dbqueries\n... used 0.0054891109466553 seconds\nScheduled task complete: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n','pplmvsvm',1364477),(32955412,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_courses',0,1773147902.1091000000,1773147902.1121000000,0,0,0,'Execute scheduled task: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n... started 21:05:02. Current memory use 23.9 MB.\n... used 0 dbqueries\n... used 0.00075507164001465 seconds\nScheduled task complete: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n','pplmvsvm',1364477),(32955413,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_caches',0,1773147902.1662000000,1773147902.1674000000,0,0,0,'Execute scheduled task: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n... started 21:05:02. Current memory use 24.0 MB.\n... used 0 dbqueries\n... used 8.8930130004883E-5 seconds\nScheduled task complete: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n','pplmvsvm',1364477),(32955414,0,'tool_brickfield','tool_brickfield\\task\\process_analysis_requests',0,1773147902.2224000000,1773147902.2238000000,0,0,0,'Execute scheduled task: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n... started 21:05:02. Current memory use 24.0 MB.\n... used 0 dbqueries\n... used 0.00024890899658203 seconds\nScheduled task complete: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n','pplmvsvm',1364477),(32955459,0,'moodle','core\\task\\sync_plans_from_template_cohorts_task',0,1773148022.0305000000,1773148022.0452000000,0,0,0,'Execute scheduled task: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n... started 21:07:02. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.0098710060119629 seconds\nScheduled task complete: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n','pplmvsvm',1364493),(32955526,0,'moodle','core\\task\\backup_cleanup_task',0,1773148201.8945000000,1773148201.9066000000,2,0,0,'Execute scheduled task: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n... started 21:10:01. Current memory use 37.7 MB.\n... used 2 dbqueries\n... used 0.0065522193908691 seconds\nScheduled task complete: 清除備份的資料表和日誌 (core\\task\\backup_cleanup_task)\n','pplmvsvm',1364679),(32955527,0,'enrol_manual','enrol_manual\\task\\sync_enrolments',0,1773148201.9557000000,1773148201.9595000000,0,0,0,'Execute scheduled task: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n... started 21:10:01. Current memory use 38.6 MB.\nVerifying manual enrolment expiration...\n...manual enrolment updates finished.\n... used 0 dbqueries\n... used 0.0016860961914062 seconds\nScheduled task complete: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n','pplmvsvm',1364679),(32955528,0,'enrol_manual','enrol_manual\\task\\send_expiry_notifications',0,1773148202.0157000000,1773148202.0173000000,0,0,0,'Execute scheduled task: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n... started 21:10:02. Current memory use 38.8 MB.\nmanual enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00040912628173828 seconds\nScheduled task complete: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n','pplmvsvm',1364679),(32955529,0,'enrol_self','enrol_self\\task\\sync_enrolments',0,1773148202.0702000000,1773148202.0752000000,2,0,0,'Execute scheduled task: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n... started 21:10:02. Current memory use 38.8 MB.\nVerifying self-enrolments...\n...user self-enrolment updates finished.\nNo expired enrol_self enrolments detected\n... used 2 dbqueries\n... used 0.0030601024627686 seconds\nScheduled task complete: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n','pplmvsvm',1364679),(32955530,0,'enrol_self','enrol_self\\task\\send_expiry_notifications',0,1773148202.1314000000,1773148202.1330000000,0,0,0,'Execute scheduled task: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n... started 21:10:02. Current memory use 38.9 MB.\nself enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00042104721069336 seconds\nScheduled task complete: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n','pplmvsvm',1364679),(32955531,0,'moodle','core\\task\\badges_cron_task',0,1773148202.2129000000,1773148202.2142000000,0,0,0,'Execute scheduled task: 頒授獎章 (core\\task\\badges_cron_task)\n... started 21:10:02. Current memory use 39.0 MB.\n... used 0 dbqueries\n... used 0.00012898445129395 seconds\nScheduled task complete: 頒授獎章 (core\\task\\badges_cron_task)\n','pplmvsvm',1364679),(32955532,0,'moodle','core\\task\\badges_message_task',0,1773148202.2837000000,1773148202.2848000000,0,0,0,'Execute scheduled task: Background processing for sending badges notifications (core\\task\\badges_message_task)\n... started 21:10:02. Current memory use 39.0 MB.\n... used 0 dbqueries\n... used 8.2015991210938E-5 seconds\nScheduled task complete: Background processing for sending badges notifications (core\\task\\badges_message_task)\n','pplmvsvm',1364679),(32955533,0,'mod_chat','mod_chat\\task\\cron_task',0,1773148202.3371000000,1773148202.3393000000,2,2,0,'Execute scheduled task: Background processing for chat module (mod_chat\\task\\cron_task)\n... started 21:10:02. Current memory use 39.0 MB.\n... used 4 dbqueries\n... used 0.00098395347595215 seconds\nScheduled task complete: Background processing for chat module (mod_chat\\task\\cron_task)\n','pplmvsvm',1364679),(32955534,0,'mod_scorm','mod_scorm\\task\\cron_task',0,1773148202.3973000000,1773148202.4034000000,0,0,0,'Execute scheduled task: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n... started 21:10:02. Current memory use 39.1 MB.\n... used 0 dbqueries\n... used 0.0044739246368408 seconds\nScheduled task complete: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n','pplmvsvm',1364679),(32955535,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_courses',0,1773148202.4658000000,1773148202.4689000000,0,0,0,'Execute scheduled task: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n... started 21:10:02. Current memory use 39.2 MB.\n... used 0 dbqueries\n... used 0.00085210800170898 seconds\nScheduled task complete: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n','pplmvsvm',1364679),(32955536,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_caches',0,1773148202.5238000000,1773148202.5251000000,0,0,0,'Execute scheduled task: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n... started 21:10:02. Current memory use 39.3 MB.\n... used 0 dbqueries\n... used 8.5115432739258E-5 seconds\nScheduled task complete: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n','pplmvsvm',1364679),(32955537,0,'tool_brickfield','tool_brickfield\\task\\process_analysis_requests',0,1773148202.5801000000,1773148202.5812000000,0,0,0,'Execute scheduled task: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n... started 21:10:02. Current memory use 39.3 MB.\n... used 0 dbqueries\n... used 8.7976455688477E-5 seconds\nScheduled task complete: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n','pplmvsvm',1364679),(32955648,0,'moodle','core\\task\\badges_cron_task',0,1773148501.3315000000,1773148501.3415000000,0,0,0,'Execute scheduled task: 頒授獎章 (core\\task\\badges_cron_task)\n... started 21:15:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0045218467712402 seconds\nScheduled task complete: 頒授獎章 (core\\task\\badges_cron_task)\n','pplmvsvm',1364733),(32955649,0,'moodle','core\\task\\badges_message_task',0,1773148501.3950000000,1773148501.3962000000,0,0,0,'Execute scheduled task: Background processing for sending badges notifications (core\\task\\badges_message_task)\n... started 21:15:01. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 8.4877014160156E-5 seconds\nScheduled task complete: Background processing for sending badges notifications (core\\task\\badges_message_task)\n','pplmvsvm',1364733),(32955650,0,'mod_chat','mod_chat\\task\\cron_task',0,1773148501.4483000000,1773148501.4567000000,2,2,0,'Execute scheduled task: Background processing for chat module (mod_chat\\task\\cron_task)\n... started 21:15:01. Current memory use 21.5 MB.\n... used 4 dbqueries\n... used 0.0072171688079834 seconds\nScheduled task complete: Background processing for chat module (mod_chat\\task\\cron_task)\n','pplmvsvm',1364733),(32955651,0,'mod_scorm','mod_scorm\\task\\cron_task',0,1773148501.5151000000,1773148501.5223000000,0,0,0,'Execute scheduled task: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n... started 21:15:01. Current memory use 22.2 MB.\n... used 0 dbqueries\n... used 0.0052568912506104 seconds\nScheduled task complete: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n','pplmvsvm',1364733),(32955652,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_courses',0,1773148501.5772000000,1773148501.5802000000,0,0,0,'Execute scheduled task: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n... started 21:15:01. Current memory use 23.9 MB.\n... used 0 dbqueries\n... used 0.0007319450378418 seconds\nScheduled task complete: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n','pplmvsvm',1364733),(32955653,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_caches',0,1773148501.6359000000,1773148501.6370000000,0,0,0,'Execute scheduled task: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n... started 21:15:01. Current memory use 24.0 MB.\n... used 0 dbqueries\n... used 9.1075897216797E-5 seconds\nScheduled task complete: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n','pplmvsvm',1364733),(32955654,0,'tool_brickfield','tool_brickfield\\task\\process_analysis_requests',0,1773148501.7196000000,1773148501.7213000000,0,0,0,'Execute scheduled task: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n... started 21:15:01. Current memory use 24.0 MB.\n... used 0 dbqueries\n... used 0.00010490417480469 seconds\nScheduled task complete: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n','pplmvsvm',1364733),(32955765,0,'enrol_manual','enrol_manual\\task\\sync_enrolments',0,1773148801.8135000000,1773148801.8236000000,0,0,0,'Execute scheduled task: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n... started 21:20:01. Current memory use 20.3 MB.\nVerifying manual enrolment expiration...\n...manual enrolment updates finished.\n... used 0 dbqueries\n... used 0.005126953125 seconds\nScheduled task complete: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n','pplmvsvm',1364793),(32955766,0,'enrol_manual','enrol_manual\\task\\send_expiry_notifications',0,1773148801.8737000000,1773148801.8754000000,0,0,0,'Execute scheduled task: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n... started 21:20:01. Current memory use 21.3 MB.\nmanual enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00057220458984375 seconds\nScheduled task complete: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n','pplmvsvm',1364793),(32955767,0,'enrol_self','enrol_self\\task\\sync_enrolments',0,1773148801.9242000000,1773148801.9284000000,2,0,0,'Execute scheduled task: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n... started 21:20:01. Current memory use 21.3 MB.\nVerifying self-enrolments...\n...user self-enrolment updates finished.\nNo expired enrol_self enrolments detected\n... used 2 dbqueries\n... used 0.0029118061065674 seconds\nScheduled task complete: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n','pplmvsvm',1364793),(32955768,0,'enrol_self','enrol_self\\task\\send_expiry_notifications',0,1773148801.9810000000,1773148801.9825000000,0,0,0,'Execute scheduled task: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n... started 21:20:01. Current memory use 21.5 MB.\nself enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.0004420280456543 seconds\nScheduled task complete: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n','pplmvsvm',1364793),(32955769,0,'moodle','core\\task\\badges_cron_task',0,1773148802.0401000000,1773148802.0423000000,0,0,0,'Execute scheduled task: 頒授獎章 (core\\task\\badges_cron_task)\n... started 21:20:02. Current memory use 21.7 MB.\n... used 0 dbqueries\n... used 9.3221664428711E-5 seconds\nScheduled task complete: 頒授獎章 (core\\task\\badges_cron_task)\n','pplmvsvm',1364793),(32955770,0,'moodle','core\\task\\badges_message_task',0,1773148802.0959000000,1773148802.0975000000,0,0,0,'Execute scheduled task: Background processing for sending badges notifications (core\\task\\badges_message_task)\n... started 21:20:02. Current memory use 21.8 MB.\n... used 0 dbqueries\n... used 9.608268737793E-5 seconds\nScheduled task complete: Background processing for sending badges notifications (core\\task\\badges_message_task)\n','pplmvsvm',1364793),(32955771,0,'mod_chat','mod_chat\\task\\cron_task',0,1773148802.1505000000,1773148802.1601000000,2,2,0,'Execute scheduled task: Background processing for chat module (mod_chat\\task\\cron_task)\n... started 21:20:02. Current memory use 21.8 MB.\n... used 4 dbqueries\n... used 0.007375955581665 seconds\nScheduled task complete: Background processing for chat module (mod_chat\\task\\cron_task)\n','pplmvsvm',1364793),(32955772,0,'mod_scorm','mod_scorm\\task\\cron_task',0,1773148802.2160000000,1773148802.2234000000,0,0,0,'Execute scheduled task: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n... started 21:20:02. Current memory use 22.5 MB.\n... used 0 dbqueries\n... used 0.0053040981292725 seconds\nScheduled task complete: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n','pplmvsvm',1364793),(32955773,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_courses',0,1773148802.2839000000,1773148802.2880000000,0,0,0,'Execute scheduled task: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n... started 21:20:02. Current memory use 24.2 MB.\n... used 0 dbqueries\n... used 0.0008389949798584 seconds\nScheduled task complete: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n','pplmvsvm',1364793),(32955774,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_caches',0,1773148802.3441000000,1773148802.3452000000,0,0,0,'Execute scheduled task: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n... started 21:20:02. Current memory use 24.3 MB.\n... used 0 dbqueries\n... used 8.5115432739258E-5 seconds\nScheduled task complete: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n','pplmvsvm',1364793),(32955775,0,'tool_brickfield','tool_brickfield\\task\\process_analysis_requests',0,1773148802.4022000000,1773148802.4033000000,0,0,0,'Execute scheduled task: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n... started 21:20:02. Current memory use 24.3 MB.\n... used 0 dbqueries\n... used 0.00011610984802246 seconds\nScheduled task complete: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n','pplmvsvm',1364793),(32955886,0,'moodle','core\\task\\context_cleanup_task',0,1773149101.3474000000,1773149101.3628000000,10,1,0,'Execute scheduled task: 清理情境 (core\\task\\context_cleanup_task)\n... started 21:25:01. Current memory use 20.5 MB.\n Cleaned up context instances\n... used 11 dbqueries\n... used 0.0096991062164307 seconds\nScheduled task complete: 清理情境 (core\\task\\context_cleanup_task)\n','pplmvsvm',1364861),(32955887,0,'moodle','core\\task\\badges_cron_task',0,1773149101.4176000000,1773149101.4189000000,0,0,0,'Execute scheduled task: 頒授獎章 (core\\task\\badges_cron_task)\n... started 21:25:01. Current memory use 21.6 MB.\n... used 0 dbqueries\n... used 9.2983245849609E-5 seconds\nScheduled task complete: 頒授獎章 (core\\task\\badges_cron_task)\n','pplmvsvm',1364861),(32955888,0,'moodle','core\\task\\badges_message_task',0,1773149101.4686000000,1773149101.4699000000,0,0,0,'Execute scheduled task: Background processing for sending badges notifications (core\\task\\badges_message_task)\n... started 21:25:01. Current memory use 21.6 MB.\n... used 0 dbqueries\n... used 8.6069107055664E-5 seconds\nScheduled task complete: Background processing for sending badges notifications (core\\task\\badges_message_task)\n','pplmvsvm',1364861),(32955889,0,'mod_chat','mod_chat\\task\\cron_task',0,1773149101.5241000000,1773149101.5331000000,2,2,0,'Execute scheduled task: Background processing for chat module (mod_chat\\task\\cron_task)\n... started 21:25:01. Current memory use 21.6 MB.\n... used 4 dbqueries\n... used 0.0077109336853027 seconds\nScheduled task complete: Background processing for chat module (mod_chat\\task\\cron_task)\n','pplmvsvm',1364861),(32955890,0,'mod_scorm','mod_scorm\\task\\cron_task',0,1773149101.5851000000,1773149101.5930000000,0,0,0,'Execute scheduled task: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n... started 21:25:01. Current memory use 22.3 MB.\n... used 0 dbqueries\n... used 0.0057730674743652 seconds\nScheduled task complete: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n','pplmvsvm',1364861),(32955891,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_courses',0,1773149101.6461000000,1773149101.6495000000,0,0,0,'Execute scheduled task: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n... started 21:25:01. Current memory use 24.0 MB.\n... used 0 dbqueries\n... used 0.00077390670776367 seconds\nScheduled task complete: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n','pplmvsvm',1364861),(32955892,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_caches',0,1773149101.7189000000,1773149101.7209000000,0,0,0,'Execute scheduled task: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n... started 21:25:01. Current memory use 24.0 MB.\n... used 0 dbqueries\n... used 0.00011301040649414 seconds\nScheduled task complete: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n','pplmvsvm',1364861),(32955893,0,'tool_brickfield','tool_brickfield\\task\\process_analysis_requests',0,1773149101.8175000000,1773149101.8188000000,0,0,0,'Execute scheduled task: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n... started 21:25:01. Current memory use 24.1 MB.\n... used 0 dbqueries\n... used 0.00010299682617188 seconds\nScheduled task complete: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n','pplmvsvm',1364861),(32955938,0,'moodle','core\\task\\complete_plans_task',0,1773149221.3685000000,1773149221.3845000000,0,0,0,'Execute scheduled task: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n... started 21:27:01. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.010162830352783 seconds\nScheduled task complete: 完成已經過期的學習計畫 (core\\task\\complete_plans_task)\n','pplmvsvm',1364877),(32956005,0,'moodle','core\\task\\cache_cleanup_task',0,1773149401.3739000000,1773149401.3842000000,0,1,0,'Execute scheduled task: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n... started 21:30:01. Current memory use 20.5 MB.\n... used 1 dbqueries\n... used 0.0048930644989014 seconds\nScheduled task complete: 移除過期的快取條目 (core\\task\\cache_cleanup_task)\n','pplmvsvm',1364917),(32956006,0,'moodle','core\\oauth2\\refresh_system_tokens_task',0,1773149401.4383000000,1773149401.4416000000,1,0,0,'Execute scheduled task: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n... started 21:30:01. Current memory use 21.5 MB.\n... used 1 dbqueries\n... used 0.0019690990447998 seconds\nScheduled task complete: 為服務帳號刷新 OAuth 憑證 (core\\oauth2\\refresh_system_tokens_task)\n','pplmvsvm',1364917),(32956007,0,'moodle','core\\task\\search_index_task',0,1773149401.4920000000,1773149401.4953000000,0,0,0,'Execute scheduled task: 全站搜尋索引建立中 (core\\task\\search_index_task)\n... started 21:30:01. Current memory use 21.7 MB.\n... used 0 dbqueries\n... used 0.0021321773529053 seconds\nScheduled task complete: 全站搜尋索引建立中 (core\\task\\search_index_task)\n','pplmvsvm',1364917),(32956008,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_course_bin',0,1773149401.5598000000,1773149401.5622000000,1,0,0,'Execute scheduled task: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n... started 21:30:01. Current memory use 23.0 MB.\n... used 1 dbqueries\n... used 0.0012748241424561 seconds\nScheduled task complete: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n','pplmvsvm',1364917),(32956009,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_category_bin',0,1773149401.6255000000,1773149401.6277000000,1,0,0,'Execute scheduled task: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n... started 21:30:01. Current memory use 23.1 MB.\n... used 1 dbqueries\n... used 0.0011050701141357 seconds\nScheduled task complete: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n','pplmvsvm',1364917),(32956010,0,'enrol_manual','enrol_manual\\task\\sync_enrolments',0,1773149401.6916000000,1773149401.6937000000,0,0,0,'Execute scheduled task: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n... started 21:30:01. Current memory use 23.1 MB.\nVerifying manual enrolment expiration...\n...manual enrolment updates finished.\n... used 0 dbqueries\n... used 0.0010330677032471 seconds\nScheduled task complete: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n','pplmvsvm',1364917),(32956011,0,'enrol_manual','enrol_manual\\task\\send_expiry_notifications',0,1773149401.7437000000,1773149401.7452000000,0,0,0,'Execute scheduled task: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n... started 21:30:01. Current memory use 23.2 MB.\nmanual enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00041913986206055 seconds\nScheduled task complete: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n','pplmvsvm',1364917),(32956012,0,'enrol_self','enrol_self\\task\\sync_enrolments',0,1773149401.8226000000,1773149401.8264000000,2,0,0,'Execute scheduled task: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n... started 21:30:01. Current memory use 23.2 MB.\nVerifying self-enrolments...\n...user self-enrolment updates finished.\nNo expired enrol_self enrolments detected\n... used 2 dbqueries\n... used 0.0025768280029297 seconds\nScheduled task complete: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n','pplmvsvm',1364917),(32956013,0,'enrol_self','enrol_self\\task\\send_expiry_notifications',0,1773149401.9155000000,1773149401.9171000000,0,0,0,'Execute scheduled task: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n... started 21:30:01. Current memory use 23.3 MB.\nself enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00043320655822754 seconds\nScheduled task complete: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n','pplmvsvm',1364917),(32956014,0,'moodle','core\\task\\badges_cron_task',0,1773149402.0146000000,1773149402.0167000000,0,0,0,'Execute scheduled task: 頒授獎章 (core\\task\\badges_cron_task)\n... started 21:30:02. Current memory use 23.6 MB.\n... used 0 dbqueries\n... used 9.1075897216797E-5 seconds\nScheduled task complete: 頒授獎章 (core\\task\\badges_cron_task)\n','pplmvsvm',1364917),(32956015,0,'moodle','core\\task\\badges_message_task',0,1773149402.0811000000,1773149402.0826000000,0,0,0,'Execute scheduled task: Background processing for sending badges notifications (core\\task\\badges_message_task)\n... started 21:30:02. Current memory use 23.6 MB.\n... used 0 dbqueries\n... used 0.00010514259338379 seconds\nScheduled task complete: Background processing for sending badges notifications (core\\task\\badges_message_task)\n','pplmvsvm',1364917),(32956016,0,'mod_chat','mod_chat\\task\\cron_task',0,1773149402.1356000000,1773149402.1458000000,2,2,0,'Execute scheduled task: Background processing for chat module (mod_chat\\task\\cron_task)\n... started 21:30:02. Current memory use 23.6 MB.\n... used 4 dbqueries\n... used 0.0088119506835938 seconds\nScheduled task complete: Background processing for chat module (mod_chat\\task\\cron_task)\n','pplmvsvm',1364917),(32956017,0,'mod_scorm','mod_scorm\\task\\cron_task',0,1773149402.2079000000,1773149402.2147000000,0,0,0,'Execute scheduled task: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n... started 21:30:02. Current memory use 24.3 MB.\n... used 0 dbqueries\n... used 0.0053548812866211 seconds\nScheduled task complete: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n','pplmvsvm',1364917),(32956018,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_courses',0,1773149402.2684000000,1773149402.2720000000,0,0,0,'Execute scheduled task: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n... started 21:30:02. Current memory use 25.0 MB.\n... used 0 dbqueries\n... used 0.00086307525634766 seconds\nScheduled task complete: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n','pplmvsvm',1364917),(32956019,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_caches',0,1773149402.3250000000,1773149402.3264000000,0,0,0,'Execute scheduled task: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n... started 21:30:02. Current memory use 25.0 MB.\n... used 0 dbqueries\n... used 0.00011706352233887 seconds\nScheduled task complete: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n','pplmvsvm',1364917),(32956020,0,'tool_brickfield','tool_brickfield\\task\\process_analysis_requests',0,1773149402.3752000000,1773149402.3767000000,0,0,0,'Execute scheduled task: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n... started 21:30:02. Current memory use 25.0 MB.\n... used 0 dbqueries\n... used 9.3221664428711E-5 seconds\nScheduled task complete: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n','pplmvsvm',1364917),(32956131,0,'moodle','core\\task\\messaging_cleanup_task',0,1773149701.9083000000,1773149701.9248000000,1,4,0,'Execute scheduled task: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n... started 21:35:01. Current memory use 20.5 MB.\n... used 5 dbqueries\n... used 0.010354995727539 seconds\nScheduled task complete: 傳訊的後台處理 (core\\task\\messaging_cleanup_task)\n','pplmvsvm',1365663),(32956132,0,'tool_cohortroles','tool_cohortroles\\task\\cohort_role_sync',0,1773149701.9830000000,1773149701.9995000000,3,1,0,'Execute scheduled task: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n... started 21:35:01. Current memory use 23.0 MB.\nSync cohort roles...\nAdded 0\nRemoved 0\n... used 4 dbqueries\n... used 0.015239953994751 seconds\nScheduled task complete: 同步同期生角色指派 (tool_cohortroles\\task\\cohort_role_sync)\n','pplmvsvm',1365663),(32956133,0,'moodle','core\\task\\badges_cron_task',0,1773149702.0463000000,1773149702.0489000000,0,0,0,'Execute scheduled task: 頒授獎章 (core\\task\\badges_cron_task)\n... started 21:35:02. Current memory use 23.8 MB.\n... used 0 dbqueries\n... used 0.0001070499420166 seconds\nScheduled task complete: 頒授獎章 (core\\task\\badges_cron_task)\n','pplmvsvm',1365663),(32956134,0,'moodle','core\\task\\badges_message_task',0,1773149702.1019000000,1773149702.1035000000,0,0,0,'Execute scheduled task: Background processing for sending badges notifications (core\\task\\badges_message_task)\n... started 21:35:02. Current memory use 23.9 MB.\n... used 0 dbqueries\n... used 9.7036361694336E-5 seconds\nScheduled task complete: Background processing for sending badges notifications (core\\task\\badges_message_task)\n','pplmvsvm',1365663),(32956135,0,'mod_chat','mod_chat\\task\\cron_task',0,1773149702.1508000000,1773149702.1599000000,2,2,0,'Execute scheduled task: Background processing for chat module (mod_chat\\task\\cron_task)\n... started 21:35:02. Current memory use 23.9 MB.\n... used 4 dbqueries\n... used 0.0075960159301758 seconds\nScheduled task complete: Background processing for chat module (mod_chat\\task\\cron_task)\n','pplmvsvm',1365663),(32956136,0,'mod_scorm','mod_scorm\\task\\cron_task',0,1773149702.2080000000,1773149702.2159000000,0,0,0,'Execute scheduled task: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n... started 21:35:02. Current memory use 24.6 MB.\n... used 0 dbqueries\n... used 0.005993127822876 seconds\nScheduled task complete: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n','pplmvsvm',1365663),(32956137,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_courses',0,1773149702.2672000000,1773149702.2706000000,0,0,0,'Execute scheduled task: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n... started 21:35:02. Current memory use 25.2 MB.\n... used 0 dbqueries\n... used 0.0008399486541748 seconds\nScheduled task complete: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n','pplmvsvm',1365663),(32956138,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_caches',0,1773149702.3226000000,1773149702.3241000000,0,0,0,'Execute scheduled task: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n... started 21:35:02. Current memory use 25.3 MB.\n... used 0 dbqueries\n... used 9.2983245849609E-5 seconds\nScheduled task complete: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n','pplmvsvm',1365663),(32956139,0,'tool_brickfield','tool_brickfield\\task\\process_analysis_requests',0,1773149702.3776000000,1773149702.3794000000,0,0,0,'Execute scheduled task: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n... started 21:35:02. Current memory use 25.3 MB.\n... used 0 dbqueries\n... used 9.2029571533203E-5 seconds\nScheduled task complete: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n','pplmvsvm',1365663),(32956250,0,'enrol_manual','enrol_manual\\task\\sync_enrolments',0,1773150001.3957000000,1773150001.4061000000,0,0,0,'Execute scheduled task: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n... started 21:40:01. Current memory use 20.3 MB.\nVerifying manual enrolment expiration...\n...manual enrolment updates finished.\n... used 0 dbqueries\n... used 0.0055780410766602 seconds\nScheduled task complete: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n','pplmvsvm',1365878),(32956251,0,'enrol_manual','enrol_manual\\task\\send_expiry_notifications',0,1773150001.4653000000,1773150001.4668000000,0,0,0,'Execute scheduled task: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n... started 21:40:01. Current memory use 21.3 MB.\nmanual enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00040602684020996 seconds\nScheduled task complete: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n','pplmvsvm',1365878),(32956252,0,'enrol_self','enrol_self\\task\\sync_enrolments',0,1773150001.5278000000,1773150001.5317000000,2,0,0,'Execute scheduled task: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n... started 21:40:01. Current memory use 21.3 MB.\nVerifying self-enrolments...\n...user self-enrolment updates finished.\nNo expired enrol_self enrolments detected\n... used 2 dbqueries\n... used 0.0028181076049805 seconds\nScheduled task complete: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n','pplmvsvm',1365878),(32956253,0,'enrol_self','enrol_self\\task\\send_expiry_notifications',0,1773150001.5852000000,1773150001.5871000000,0,0,0,'Execute scheduled task: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n... started 21:40:01. Current memory use 21.5 MB.\nself enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00062394142150879 seconds\nScheduled task complete: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n','pplmvsvm',1365878),(32956254,0,'moodle','core\\task\\badges_cron_task',0,1773150001.6461000000,1773150001.6480000000,0,0,0,'Execute scheduled task: 頒授獎章 (core\\task\\badges_cron_task)\n... started 21:40:01. Current memory use 21.7 MB.\n... used 0 dbqueries\n... used 8.4161758422852E-5 seconds\nScheduled task complete: 頒授獎章 (core\\task\\badges_cron_task)\n','pplmvsvm',1365878),(32956255,0,'moodle','core\\task\\badges_message_task',0,1773150001.7128000000,1773150001.7140000000,0,0,0,'Execute scheduled task: Background processing for sending badges notifications (core\\task\\badges_message_task)\n... started 21:40:01. Current memory use 21.8 MB.\n... used 0 dbqueries\n... used 9.3936920166016E-5 seconds\nScheduled task complete: Background processing for sending badges notifications (core\\task\\badges_message_task)\n','pplmvsvm',1365878),(32956256,0,'mod_chat','mod_chat\\task\\cron_task',0,1773150001.7706000000,1773150001.7808000000,2,2,0,'Execute scheduled task: Background processing for chat module (mod_chat\\task\\cron_task)\n... started 21:40:01. Current memory use 21.8 MB.\n... used 4 dbqueries\n... used 0.008018970489502 seconds\nScheduled task complete: Background processing for chat module (mod_chat\\task\\cron_task)\n','pplmvsvm',1365878),(32956257,0,'mod_scorm','mod_scorm\\task\\cron_task',0,1773150001.8497000000,1773150001.8573000000,0,0,0,'Execute scheduled task: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n... started 21:40:01. Current memory use 22.5 MB.\n... used 0 dbqueries\n... used 0.005267858505249 seconds\nScheduled task complete: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n','pplmvsvm',1365878),(32956258,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_courses',0,1773150002.0060000000,1773150002.0093000000,0,0,0,'Execute scheduled task: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n... started 21:40:02. Current memory use 24.2 MB.\n... used 0 dbqueries\n... used 0.00079107284545898 seconds\nScheduled task complete: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n','pplmvsvm',1365878),(32956259,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_caches',0,1773150002.1060000000,1773150002.1077000000,0,0,0,'Execute scheduled task: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n... started 21:40:02. Current memory use 24.3 MB.\n... used 0 dbqueries\n... used 0.0005800724029541 seconds\nScheduled task complete: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n','pplmvsvm',1365878),(32956260,0,'tool_brickfield','tool_brickfield\\task\\process_analysis_requests',0,1773150002.1733000000,1773150002.1745000000,0,0,0,'Execute scheduled task: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n... started 21:40:02. Current memory use 24.3 MB.\n... used 0 dbqueries\n... used 9.5844268798828E-5 seconds\nScheduled task complete: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n','pplmvsvm',1365878),(32956305,0,'moodle','core\\task\\analytics_cleanup_task',0,1773150121.4494000000,1773150121.4602000000,0,0,0,'Execute scheduled task: 清理分析結果 (core\\task\\analytics_cleanup_task)\n... started 21:42:01. Current memory use 20.5 MB.\nAnalytics is disabled. You can enable it in \"Site administration > Advanced features\".\n... used 0 dbqueries\n... used 0.0055010318756104 seconds\nScheduled task complete: 清理分析結果 (core\\task\\analytics_cleanup_task)\n','pplmvsvm',1365911),(32956328,0,'enrol_cohort','enrol_cohort\\task\\enrol_cohort_sync',0,1773150181.2941000000,1773150181.3102000000,7,0,0,'Execute scheduled task: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n... started 21:43:01. Current memory use 20.2 MB.\n... used 7 dbqueries\n... used 0.011259078979492 seconds\nScheduled task complete: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n','pplmvsvm',1365924),(32956351,0,'mod_quiz','mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1773150242.1740000000,1773150242.1845000000,1,0,0,'Execute scheduled task: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n... started 21:44:02. Current memory use 24.0 MB.\nLooking for quiz attempts which may need a graded notification sent...\n... used 1 dbqueries\n... used 0.0062310695648193 seconds\nScheduled task complete: 發送測驗評分完成的通知 (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n','pplmvsvm',1365931),(32956374,0,'moodle','core\\task\\badges_cron_task',0,1773150302.0984000000,1773150302.1103000000,0,0,0,'Execute scheduled task: 頒授獎章 (core\\task\\badges_cron_task)\n... started 21:45:02. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0051348209381104 seconds\nScheduled task complete: 頒授獎章 (core\\task\\badges_cron_task)\n','pplmvsvm',1365947),(32956375,0,'moodle','core\\task\\badges_message_task',0,1773150302.1738000000,1773150302.1752000000,0,0,0,'Execute scheduled task: Background processing for sending badges notifications (core\\task\\badges_message_task)\n... started 21:45:02. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 9.0837478637695E-5 seconds\nScheduled task complete: Background processing for sending badges notifications (core\\task\\badges_message_task)\n','pplmvsvm',1365947),(32956376,0,'mod_chat','mod_chat\\task\\cron_task',0,1773150302.2306000000,1773150302.2392000000,2,2,0,'Execute scheduled task: Background processing for chat module (mod_chat\\task\\cron_task)\n... started 21:45:02. Current memory use 21.5 MB.\n... used 4 dbqueries\n... used 0.0073089599609375 seconds\nScheduled task complete: Background processing for chat module (mod_chat\\task\\cron_task)\n','pplmvsvm',1365947),(32956377,0,'mod_scorm','mod_scorm\\task\\cron_task',0,1773150302.2914000000,1773150302.2987000000,0,0,0,'Execute scheduled task: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n... started 21:45:02. Current memory use 22.2 MB.\n... used 0 dbqueries\n... used 0.0053279399871826 seconds\nScheduled task complete: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n','pplmvsvm',1365947),(32956378,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_courses',0,1773150302.3563000000,1773150302.3598000000,0,0,0,'Execute scheduled task: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n... started 21:45:02. Current memory use 23.9 MB.\n... used 0 dbqueries\n... used 0.001007080078125 seconds\nScheduled task complete: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n','pplmvsvm',1365947),(32956379,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_caches',0,1773150302.4264000000,1773150302.4276000000,0,0,0,'Execute scheduled task: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n... started 21:45:02. Current memory use 24.0 MB.\n... used 0 dbqueries\n... used 8.6069107055664E-5 seconds\nScheduled task complete: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n','pplmvsvm',1365947),(32956380,0,'tool_brickfield','tool_brickfield\\task\\process_analysis_requests',0,1773150302.4860000000,1773150302.4871000000,0,0,0,'Execute scheduled task: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n... started 21:45:02. Current memory use 24.0 MB.\n... used 0 dbqueries\n... used 8.6069107055664E-5 seconds\nScheduled task complete: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n','pplmvsvm',1365947),(32956403,0,'cachestore_redis','cachestore_redis\\task\\ttl',0,1773150361.3919000000,1773150361.4030000000,0,0,0,'Execute scheduled task: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n... started 21:46:01. Current memory use 20.3 MB.\nNo TTL caches assigned to a Redis store; nothing to do.\n... used 0 dbqueries\n... used 0.0055768489837646 seconds\nScheduled task complete: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n','pplmvsvm',1365960),(32956492,0,'moodle','core\\task\\cache_cron_task',0,1773150602.0146000000,1773150602.0259000000,0,0,0,'Execute scheduled task: 快取的後台處理 (core\\task\\cache_cron_task)\n... started 21:50:02. Current memory use 20.5 MB.\nCleaning up stale session data from cache stores.\n... used 0 dbqueries\n... used 0.0049819946289062 seconds\nScheduled task complete: 快取的後台處理 (core\\task\\cache_cron_task)\n','pplmvsvm',1365998),(32956493,0,'moodle','core\\task\\automated_backup_task',0,1773150602.0920000000,1773150602.2238000000,0,0,0,'Execute scheduled task: 自動備份 (core\\task\\automated_backup_task)\n... started 21:50:02. Current memory use 21.5 MB.\nChecking automated backup status...INACTIVE\n... used 0 dbqueries\n... used 0.13066506385803 seconds\nScheduled task complete: 自動備份 (core\\task\\automated_backup_task)\n','pplmvsvm',1365998),(32956494,0,'enrol_manual','enrol_manual\\task\\sync_enrolments',0,1773150602.2864000000,1773150602.2897000000,0,0,0,'Execute scheduled task: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n... started 21:50:02. Current memory use 38.8 MB.\nVerifying manual enrolment expiration...\n...manual enrolment updates finished.\n... used 0 dbqueries\n... used 0.001427173614502 seconds\nScheduled task complete: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n','pplmvsvm',1365998),(32956495,0,'enrol_manual','enrol_manual\\task\\send_expiry_notifications',0,1773150602.3488000000,1773150602.3504000000,0,0,0,'Execute scheduled task: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n... started 21:50:02. Current memory use 38.9 MB.\nmanual enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00046181678771973 seconds\nScheduled task complete: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n','pplmvsvm',1365998),(32956496,0,'enrol_self','enrol_self\\task\\sync_enrolments',0,1773150602.4207000000,1773150602.4266000000,2,0,0,'Execute scheduled task: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n... started 21:50:02. Current memory use 38.9 MB.\nVerifying self-enrolments...\n...user self-enrolment updates finished.\nNo expired enrol_self enrolments detected\n... used 2 dbqueries\n... used 0.0036141872406006 seconds\nScheduled task complete: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n','pplmvsvm',1365998),(32956497,0,'enrol_self','enrol_self\\task\\send_expiry_notifications',0,1773150602.4879000000,1773150602.4895000000,0,0,0,'Execute scheduled task: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n... started 21:50:02. Current memory use 39.1 MB.\nself enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00040292739868164 seconds\nScheduled task complete: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n','pplmvsvm',1365998),(32956498,0,'moodle','core\\task\\badges_cron_task',0,1773150602.5421000000,1773150602.5433000000,0,0,0,'Execute scheduled task: 頒授獎章 (core\\task\\badges_cron_task)\n... started 21:50:02. Current memory use 39.1 MB.\n... used 0 dbqueries\n... used 9.7036361694336E-5 seconds\nScheduled task complete: 頒授獎章 (core\\task\\badges_cron_task)\n','pplmvsvm',1365998),(32956499,0,'moodle','core\\task\\badges_message_task',0,1773150602.5984000000,1773150602.5996000000,0,0,0,'Execute scheduled task: Background processing for sending badges notifications (core\\task\\badges_message_task)\n... started 21:50:02. Current memory use 39.1 MB.\n... used 0 dbqueries\n... used 9.608268737793E-5 seconds\nScheduled task complete: Background processing for sending badges notifications (core\\task\\badges_message_task)\n','pplmvsvm',1365998),(32956500,0,'mod_chat','mod_chat\\task\\cron_task',0,1773150602.6515000000,1773150602.6551000000,2,2,0,'Execute scheduled task: Background processing for chat module (mod_chat\\task\\cron_task)\n... started 21:50:02. Current memory use 39.1 MB.\n... used 4 dbqueries\n... used 0.0011129379272461 seconds\nScheduled task complete: Background processing for chat module (mod_chat\\task\\cron_task)\n','pplmvsvm',1365998),(32956501,0,'mod_scorm','mod_scorm\\task\\cron_task',0,1773150602.7105000000,1773150602.7157000000,0,0,0,'Execute scheduled task: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n... started 21:50:02. Current memory use 39.2 MB.\n... used 0 dbqueries\n... used 0.0038471221923828 seconds\nScheduled task complete: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n','pplmvsvm',1365998),(32956502,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_courses',0,1773150602.7744000000,1773150602.7779000000,0,0,0,'Execute scheduled task: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n... started 21:50:02. Current memory use 39.3 MB.\n... used 0 dbqueries\n... used 0.00082993507385254 seconds\nScheduled task complete: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n','pplmvsvm',1365998),(32956503,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_caches',0,1773150602.8349000000,1773150602.8360000000,0,0,0,'Execute scheduled task: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n... started 21:50:02. Current memory use 39.4 MB.\n... used 0 dbqueries\n... used 8.9883804321289E-5 seconds\nScheduled task complete: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n','pplmvsvm',1365998),(32956504,0,'tool_brickfield','tool_brickfield\\task\\process_analysis_requests',0,1773150602.8880000000,1773150602.8892000000,0,0,0,'Execute scheduled task: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n... started 21:50:02. Current memory use 39.4 MB.\n... used 0 dbqueries\n... used 9.2983245849609E-5 seconds\nScheduled task complete: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n','pplmvsvm',1365998),(32956615,0,'moodle','core\\task\\badges_cron_task',0,1773150902.1605000000,1773150902.1709000000,0,0,0,'Execute scheduled task: 頒授獎章 (core\\task\\badges_cron_task)\n... started 21:55:02. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0046889781951904 seconds\nScheduled task complete: 頒授獎章 (core\\task\\badges_cron_task)\n','pplmvsvm',1366051),(32956616,0,'moodle','core\\task\\badges_message_task',0,1773150902.2258000000,1773150902.2270000000,0,0,0,'Execute scheduled task: Background processing for sending badges notifications (core\\task\\badges_message_task)\n... started 21:55:02. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 8.2969665527344E-5 seconds\nScheduled task complete: Background processing for sending badges notifications (core\\task\\badges_message_task)\n','pplmvsvm',1366051),(32956617,0,'mod_chat','mod_chat\\task\\cron_task',0,1773150902.3246000000,1773150902.3333000000,2,2,0,'Execute scheduled task: Background processing for chat module (mod_chat\\task\\cron_task)\n... started 21:55:02. Current memory use 21.5 MB.\n... used 4 dbqueries\n... used 0.0074858665466309 seconds\nScheduled task complete: Background processing for chat module (mod_chat\\task\\cron_task)\n','pplmvsvm',1366051),(32956618,0,'mod_scorm','mod_scorm\\task\\cron_task',0,1773150902.3900000000,1773150902.3985000000,0,0,0,'Execute scheduled task: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n... started 21:55:02. Current memory use 22.2 MB.\n... used 0 dbqueries\n... used 0.0060708522796631 seconds\nScheduled task complete: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n','pplmvsvm',1366051),(32956619,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_courses',0,1773150902.4600000000,1773150902.4631000000,0,0,0,'Execute scheduled task: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n... started 21:55:02. Current memory use 23.9 MB.\n... used 0 dbqueries\n... used 0.00078296661376953 seconds\nScheduled task complete: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n','pplmvsvm',1366051),(32956620,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_caches',0,1773150902.5166000000,1773150902.5180000000,0,0,0,'Execute scheduled task: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n... started 21:55:02. Current memory use 24.0 MB.\n... used 0 dbqueries\n... used 8.9883804321289E-5 seconds\nScheduled task complete: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n','pplmvsvm',1366051),(32956621,0,'tool_brickfield','tool_brickfield\\task\\process_analysis_requests',0,1773150902.5715000000,1773150902.5727000000,0,0,0,'Execute scheduled task: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n... started 21:55:02. Current memory use 24.0 MB.\n... used 0 dbqueries\n... used 8.8930130004883E-5 seconds\nScheduled task complete: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n','pplmvsvm',1366051),(32956710,0,'moodle','core\\task\\session_cleanup_task',0,1773151142.1571000000,1773151142.1732000000,6,1,0,'Execute scheduled task: 清除舊課程某段期程 (core\\task\\session_cleanup_task)\n... started 21:59:02. Current memory use 20.5 MB.\n... used 7 dbqueries\n... used 0.0093050003051758 seconds\nScheduled task complete: 清除舊課程某段期程 (core\\task\\session_cleanup_task)\n','pplmvsvm',1366087),(32956711,0,'moodle','core\\task\\send_new_user_passwords_task',0,1773151142.2244000000,1773151142.2263000000,1,0,0,'Execute scheduled task: 送出新的用戶密碼 (core\\task\\send_new_user_passwords_task)\n... started 21:59:02. Current memory use 21.8 MB.\n... used 1 dbqueries\n... used 0.00055885314941406 seconds\nScheduled task complete: 送出新的用戶密碼 (core\\task\\send_new_user_passwords_task)\n','pplmvsvm',1366087),(32956712,0,'moodle','core\\task\\send_failed_login_notifications_task',0,1773151142.2852000000,1773151142.2868000000,0,0,0,'Execute scheduled task: 通知登入失敗 (core\\task\\send_failed_login_notifications_task)\n... started 21:59:02. Current memory use 21.9 MB.\n... used 0 dbqueries\n... used 8.0108642578125E-5 seconds\nScheduled task complete: 通知登入失敗 (core\\task\\send_failed_login_notifications_task)\n','pplmvsvm',1366087),(32956713,0,'moodle','core\\task\\legacy_plugin_cron_task',0,1773151142.3440000000,1773151142.3720000000,2,0,0,'Execute scheduled task: 外掛套件的舊有排程處理 (core\\task\\legacy_plugin_cron_task)\n... started 21:59:02. Current memory use 21.9 MB.\nRunning auth crons if required...\nRunning enrol crons if required...\nStarting activity modules\nFinished activity modules\nStarting blocks\nFinished blocks\nStarting admin reports\nFinished admin reports\nStarting course reports\nFinished course reports\nStarting gradebook plugins\nFinished gradebook plugins\n... used 2 dbqueries\n... used 0.026925086975098 seconds\nScheduled task complete: 外掛套件的舊有排程處理 (core\\task\\legacy_plugin_cron_task)\n','pplmvsvm',1366087),(32956714,0,'moodle','core\\task\\grade_cron_task',0,1773151142.4276000000,1773151142.4297000000,2,0,0,'Execute scheduled task: 成績簿的後台處理 (core\\task\\grade_cron_task)\n... started 21:59:02. Current memory use 25.6 MB.\n... used 2 dbqueries\n... used 0.00095605850219727 seconds\nScheduled task complete: 成績簿的後台處理 (core\\task\\grade_cron_task)\n','pplmvsvm',1366087),(32956715,0,'moodle','core\\task\\completion_regular_task',0,1773151142.4879000000,1773151142.4979000000,6,0,0,'Execute scheduled task: 計算正常完成的資料 (core\\task\\completion_regular_task)\n... started 21:59:02. Current memory use 25.6 MB.\nRunning completion_criteria_date->cron()\nRunning completion_criteria_activity->cron()\nRunning completion_criteria_duration->cron()\nRunning completion_criteria_grade->cron()\nRunning completion_criteria_course->cron()\nAggregating completions\n... used 6 dbqueries\n... used 0.0089058876037598 seconds\nScheduled task complete: 計算正常完成的資料 (core\\task\\completion_regular_task)\n','pplmvsvm',1366087),(32956716,0,'moodle','core\\task\\portfolio_cron_task',0,1773151142.5536000000,1773151142.5553000000,0,0,0,'Execute scheduled task: 學習歷程檔案外掛套件後台處理 (core\\task\\portfolio_cron_task)\n... started 21:59:02. Current memory use 26.0 MB.\n... used 0 dbqueries\n... used 0.0001070499420166 seconds\nScheduled task complete: 學習歷程檔案外掛套件後台處理 (core\\task\\portfolio_cron_task)\n','pplmvsvm',1366087),(32956717,0,'moodle','core\\task\\plagiarism_cron_task',0,1773151142.6146000000,1773151142.6159000000,0,0,0,'Execute scheduled task: 文章剽竊外掛套件的後台處理 (core\\task\\plagiarism_cron_task)\n... started 21:59:02. Current memory use 26.1 MB.\n... used 0 dbqueries\n... used 8.702278137207E-5 seconds\nScheduled task complete: 文章剽竊外掛套件的後台處理 (core\\task\\plagiarism_cron_task)\n','pplmvsvm',1366087),(32956718,0,'moodle','core\\task\\calendar_cron_task',0,1773151142.6680000000,1773151142.6723000000,1,0,0,'Execute scheduled task: 送出行事曆通知 (core\\task\\calendar_cron_task)\n... started 21:59:02. Current memory use 26.5 MB.\n... used 1 dbqueries\n... used 0.0032680034637451 seconds\nScheduled task complete: 送出行事曆通知 (core\\task\\calendar_cron_task)\n','pplmvsvm',1366087),(32956719,0,'moodle','core\\task\\blog_cron_task',0,1773151142.7271000000,1773151142.7282000000,0,0,0,'Execute scheduled task: 與外面的部落格同步 (core\\task\\blog_cron_task)\n... started 21:59:02. Current memory use 26.9 MB.\n... used 0 dbqueries\n... used 8.2969665527344E-5 seconds\nScheduled task complete: 與外面的部落格同步 (core\\task\\blog_cron_task)\n','pplmvsvm',1366087),(32956720,0,'moodle','core\\task\\question_preview_cleanup_task',0,1773151142.7818000000,1773151142.7964000000,2,0,0,'Execute scheduled task: 清理試題預覽的後台處理 (core\\task\\question_preview_cleanup_task)\n... started 21:59:02. Current memory use 26.9 MB.\n\n Cleaning up old question previews...done.\n... used 2 dbqueries\n... used 0.013468027114868 seconds\nScheduled task complete: 清理試題預覽的後台處理 (core\\task\\question_preview_cleanup_task)\n','pplmvsvm',1366087),(32956721,0,'moodle','core_reportbuilder\\task\\send_schedules',0,1773151142.8528000000,1773151142.8565000000,1,0,0,'Execute scheduled task: Send report schedules (core_reportbuilder\\task\\send_schedules)\n... started 21:59:02. Current memory use 28.7 MB.\n... used 1 dbqueries\n... used 0.0019338130950928 seconds\nScheduled task complete: Send report schedules (core_reportbuilder\\task\\send_schedules)\n','pplmvsvm',1366087),(32956722,0,'mod_assign','mod_assign\\task\\cron_task',0,1773151142.9108000000,1773151142.9372000000,3,0,0,'Execute scheduled task: 作業模組的背景處理 (mod_assign\\task\\cron_task)\n... started 21:59:02. Current memory use 28.9 MB.\n... used 3 dbqueries\n... used 0.024320840835571 seconds\nScheduled task complete: 作業模組的背景處理 (mod_assign\\task\\cron_task)\n','pplmvsvm',1366087),(32956723,0,'mod_forum','mod_forum\\task\\cron_task',0,1773151143.0286000000,1773151143.0319000000,1,1,0,'Execute scheduled task: 討論區的郵寄和維護工作 (mod_forum\\task\\cron_task)\n... started 21:59:03. Current memory use 32.4 MB.\nRemoving old digest records from 7 days ago.\nRemoved all old digest records.\nFetching unmailed posts.\n No posts found.\n... used 2 dbqueries\n... used 0.00089406967163086 seconds\nScheduled task complete: 討論區的郵寄和維護工作 (mod_forum\\task\\cron_task)\n','pplmvsvm',1366087),(32956724,0,'mod_quiz','mod_quiz\\task\\update_overdue_attempts',0,1773151143.1584000000,1773151143.1618000000,1,0,0,'Execute scheduled task: 正在更新逾時的測驗作答 (mod_quiz\\task\\update_overdue_attempts)\n... started 21:59:03. Current memory use 33.8 MB.\n Looking for quiz overdue quiz attempts...\n Considered 0 attempts in 0 quizzes.\n... used 1 dbqueries\n... used 0.0015242099761963 seconds\nScheduled task complete: 正在更新逾時的測驗作答 (mod_quiz\\task\\update_overdue_attempts)\n','pplmvsvm',1366087),(32956725,0,'mod_quiz','mod_quiz\\task\\legacy_quiz_reports_cron',0,1773151143.2476000000,1773151143.2490000000,0,0,0,'Execute scheduled task: Legacy cron quiz reports (mod_quiz\\task\\legacy_quiz_reports_cron)\n... started 21:59:03. Current memory use 33.8 MB.\n... used 0 dbqueries\n... used 0.0001380443572998 seconds\nScheduled task complete: Legacy cron quiz reports (mod_quiz\\task\\legacy_quiz_reports_cron)\n','pplmvsvm',1366087),(32956726,0,'mod_quiz','mod_quiz\\task\\legacy_quiz_accessrules_cron',0,1773151143.3331000000,1773151143.3346000000,0,0,0,'Execute scheduled task: Legacy cron quiz access rules (mod_quiz\\task\\legacy_quiz_accessrules_cron)\n... started 21:59:03. Current memory use 33.8 MB.\n... used 0 dbqueries\n... used 0.00014805793762207 seconds\nScheduled task complete: Legacy cron quiz access rules (mod_quiz\\task\\legacy_quiz_accessrules_cron)\n','pplmvsvm',1366087),(32956727,0,'mod_workshop','mod_workshop\\task\\cron_task',0,1773151143.4410000000,1773151143.4431000000,1,0,0,'Execute scheduled task: Background processing for workshop module (mod_workshop\\task\\cron_task)\n... started 21:59:03. Current memory use 33.9 MB.\n processing workshop subplugins ...\n... used 1 dbqueries\n... used 0.00045204162597656 seconds\nScheduled task complete: Background processing for workshop module (mod_workshop\\task\\cron_task)\n','pplmvsvm',1366087),(32956728,0,'mod_workshop','mod_workshop\\task\\legacy_workshop_allocation_cron',0,1773151143.5212000000,1773151143.5229000000,0,0,0,'Execute scheduled task: Legacy cron workshop allocation (mod_workshop\\task\\legacy_workshop_allocation_cron)\n... started 21:59:03. Current memory use 33.9 MB.\n... used 0 dbqueries\n... used 0.0001370906829834 seconds\nScheduled task complete: Legacy cron workshop allocation (mod_workshop\\task\\legacy_workshop_allocation_cron)\n','pplmvsvm',1366087),(32956729,0,'tool_messageinbound','tool_messageinbound\\task\\pickup_task',0,1773151143.5816000000,1773151143.5844000000,0,0,0,'Execute scheduled task: 收取進來的email (tool_messageinbound\\task\\pickup_task)\n... started 21:59:03. Current memory use 33.4 MB.\nInbound Message not fully configured - exiting early.\n... used 0 dbqueries\n... used 0.0015079975128174 seconds\nScheduled task complete: 收取進來的email (tool_messageinbound\\task\\pickup_task)\n','pplmvsvm',1366087),(32956730,0,'tool_monitor','tool_monitor\\task\\clean_events',0,1773151143.6375000000,1773151143.6386000000,0,0,0,'Execute scheduled task: 移除事件監看器上的所有事件 (tool_monitor\\task\\clean_events)\n... started 21:59:03. Current memory use 33.5 MB.\n... used 0 dbqueries\n... used 0.0001518726348877 seconds\nScheduled task complete: 移除事件監看器上的所有事件 (tool_monitor\\task\\clean_events)\n','pplmvsvm',1366087),(32956731,0,'workshopallocation_scheduled','workshopallocation_scheduled\\task\\cron_task',0,1773151143.6929000000,1773151143.6946000000,1,0,0,'Execute scheduled task: Background processing for scheduled allocation (workshopallocation_scheduled\\task\\cron_task)\n... started 21:59:03. Current memory use 33.5 MB.\n... no workshops awaiting scheduled allocation. ... used 1 dbqueries\n... used 0.00051498413085938 seconds\nScheduled task complete: Background processing for scheduled allocation (workshopallocation_scheduled\\task\\cron_task)\n','pplmvsvm',1366087),(32956732,0,'message_email','message_email\\task\\send_email_task',0,1773151202.0384000000,1773151202.0654000000,4,0,0,'Execute scheduled task: Messages digest mailings (message_email\\task\\send_email_task)\n... started 22:00:02. Current memory use 20.3 MB.\n... used 4 dbqueries\n... used 0.02170991897583 seconds\nScheduled task complete: Messages digest mailings (message_email\\task\\send_email_task)\n','pplmvsvm',1366106),(32956733,0,'moodle','core\\task\\delete_unconfirmed_users_task',0,1773151202.1303000000,1773151202.1322000000,1,0,0,'Execute scheduled task: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n... started 22:00:02. Current memory use 22.5 MB.\n... used 1 dbqueries\n... used 0.00068807601928711 seconds\nScheduled task complete: 刪除未被確認的用戶 (core\\task\\delete_unconfirmed_users_task)\n','pplmvsvm',1366106),(32956734,0,'moodle','core\\task\\search_index_task',0,1773151202.1831000000,1773151202.1865000000,0,0,0,'Execute scheduled task: 全站搜尋索引建立中 (core\\task\\search_index_task)\n... started 22:00:02. Current memory use 22.5 MB.\n... used 0 dbqueries\n... used 0.0021119117736816 seconds\nScheduled task complete: 全站搜尋索引建立中 (core\\task\\search_index_task)\n','pplmvsvm',1366106),(32956735,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_course_bin',0,1773151202.2478000000,1773151202.2501000000,1,0,0,'Execute scheduled task: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n... started 22:00:02. Current memory use 23.8 MB.\n... used 1 dbqueries\n... used 0.0010769367218018 seconds\nScheduled task complete: 清理課程資源回收桶 (tool_recyclebin\\task\\cleanup_course_bin)\n','pplmvsvm',1366106),(32956736,0,'tool_recyclebin','tool_recyclebin\\task\\cleanup_category_bin',0,1773151202.3007000000,1773151202.3047000000,1,0,0,'Execute scheduled task: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n... started 22:00:02. Current memory use 23.8 MB.\n... used 1 dbqueries\n... used 0.0028400421142578 seconds\nScheduled task complete: 清理類別資源回收桶 (tool_recyclebin\\task\\cleanup_category_bin)\n','pplmvsvm',1366106),(32956737,0,'enrol_manual','enrol_manual\\task\\sync_enrolments',0,1773151202.3669000000,1773151202.3694000000,0,0,0,'Execute scheduled task: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n... started 22:00:02. Current memory use 23.9 MB.\nVerifying manual enrolment expiration...\n...manual enrolment updates finished.\n... used 0 dbqueries\n... used 0.0012831687927246 seconds\nScheduled task complete: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n','pplmvsvm',1366106),(32956738,0,'enrol_manual','enrol_manual\\task\\send_expiry_notifications',0,1773151202.4507000000,1773151202.4522000000,0,0,0,'Execute scheduled task: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n... started 22:00:02. Current memory use 24.0 MB.\nmanual enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.00042200088500977 seconds\nScheduled task complete: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n','pplmvsvm',1366106),(32956739,0,'enrol_self','enrol_self\\task\\sync_enrolments',0,1773151202.5044000000,1773151202.5085000000,2,0,0,'Execute scheduled task: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n... started 22:00:02. Current memory use 24.0 MB.\nVerifying self-enrolments...\n...user self-enrolment updates finished.\nNo expired enrol_self enrolments detected\n... used 2 dbqueries\n... used 0.0028481483459473 seconds\nScheduled task complete: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n','pplmvsvm',1366106),(32956740,0,'enrol_self','enrol_self\\task\\send_expiry_notifications',0,1773151202.5588000000,1773151202.5605000000,0,0,0,'Execute scheduled task: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n... started 22:00:02. Current memory use 24.1 MB.\nself enrolment expiry notifications were already sent today at 2026年 03月 10日(週二) 06:00.\n... used 0 dbqueries\n... used 0.0005948543548584 seconds\nScheduled task complete: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n','pplmvsvm',1366106),(32956741,0,'moodle','core\\task\\badges_cron_task',0,1773151202.6166000000,1773151202.6189000000,0,0,0,'Execute scheduled task: 頒授獎章 (core\\task\\badges_cron_task)\n... started 22:00:02. Current memory use 24.4 MB.\n... used 0 dbqueries\n... used 9.7036361694336E-5 seconds\nScheduled task complete: 頒授獎章 (core\\task\\badges_cron_task)\n','pplmvsvm',1366106),(32956742,0,'moodle','core\\task\\badges_message_task',0,1773151202.6727000000,1773151202.6739000000,0,0,0,'Execute scheduled task: Background processing for sending badges notifications (core\\task\\badges_message_task)\n... started 22:00:02. Current memory use 24.4 MB.\n... used 0 dbqueries\n... used 9.1075897216797E-5 seconds\nScheduled task complete: Background processing for sending badges notifications (core\\task\\badges_message_task)\n','pplmvsvm',1366106),(32956743,0,'mod_chat','mod_chat\\task\\cron_task',0,1773151202.7324000000,1773151202.7418000000,2,2,0,'Execute scheduled task: Background processing for chat module (mod_chat\\task\\cron_task)\n... started 22:00:02. Current memory use 24.4 MB.\n... used 4 dbqueries\n... used 0.007796049118042 seconds\nScheduled task complete: Background processing for chat module (mod_chat\\task\\cron_task)\n','pplmvsvm',1366106),(32956744,0,'mod_scorm','mod_scorm\\task\\cron_task',0,1773151202.7977000000,1773151202.8050000000,0,0,0,'Execute scheduled task: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n... started 22:00:02. Current memory use 25.1 MB.\n... used 0 dbqueries\n... used 0.0058660507202148 seconds\nScheduled task complete: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n','pplmvsvm',1366106),(32956745,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_courses',0,1773151202.8649000000,1773151202.8687000000,0,0,0,'Execute scheduled task: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n... started 22:00:02. Current memory use 25.7 MB.\n... used 0 dbqueries\n... used 0.00094699859619141 seconds\nScheduled task complete: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n','pplmvsvm',1366106),(32956746,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_caches',0,1773151202.9213000000,1773151202.9228000000,0,0,0,'Execute scheduled task: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n... started 22:00:02. Current memory use 25.8 MB.\n... used 0 dbqueries\n... used 0.00022602081298828 seconds\nScheduled task complete: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n','pplmvsvm',1366106),(32956747,0,'tool_brickfield','tool_brickfield\\task\\process_analysis_requests',0,1773151202.9822000000,1773151202.9835000000,0,0,0,'Execute scheduled task: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n... started 22:00:02. Current memory use 25.8 MB.\n... used 0 dbqueries\n... used 9.1075897216797E-5 seconds\nScheduled task complete: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n','pplmvsvm',1366106),(32956748,0,'moodle','core\\task\\session_cleanup_task',0,1773151203.0497000000,1773151203.0550000000,6,1,0,'Execute scheduled task: 清除舊課程某段期程 (core\\task\\session_cleanup_task)\n... started 22:00:03. Current memory use 25.8 MB.\n... used 7 dbqueries\n... used 0.0039920806884766 seconds\nScheduled task complete: 清除舊課程某段期程 (core\\task\\session_cleanup_task)\n','pplmvsvm',1366106),(32956749,0,'moodle','core\\task\\send_new_user_passwords_task',0,1773151203.1138000000,1773151203.1163000000,1,0,0,'Execute scheduled task: 送出新的用戶密碼 (core\\task\\send_new_user_passwords_task)\n... started 22:00:03. Current memory use 26.0 MB.\n... used 1 dbqueries\n... used 0.0012121200561523 seconds\nScheduled task complete: 送出新的用戶密碼 (core\\task\\send_new_user_passwords_task)\n','pplmvsvm',1366106),(32956750,0,'moodle','core\\task\\send_failed_login_notifications_task',0,1773151203.1678000000,1773151203.1691000000,0,0,0,'Execute scheduled task: 通知登入失敗 (core\\task\\send_failed_login_notifications_task)\n... started 22:00:03. Current memory use 26.1 MB.\n... used 0 dbqueries\n... used 9.2029571533203E-5 seconds\nScheduled task complete: 通知登入失敗 (core\\task\\send_failed_login_notifications_task)\n','pplmvsvm',1366106),(32956751,0,'moodle','core\\task\\legacy_plugin_cron_task',0,1773151203.2211000000,1773151203.2465000000,2,0,0,'Execute scheduled task: 外掛套件的舊有排程處理 (core\\task\\legacy_plugin_cron_task)\n... started 22:00:03. Current memory use 26.1 MB.\nRunning auth crons if required...\nRunning enrol crons if required...\nStarting activity modules\nFinished activity modules\nStarting blocks\nFinished blocks\nStarting admin reports\nFinished admin reports\nStarting course reports\nFinished course reports\nStarting gradebook plugins\nFinished gradebook plugins\n... used 2 dbqueries\n... used 0.024172067642212 seconds\nScheduled task complete: 外掛套件的舊有排程處理 (core\\task\\legacy_plugin_cron_task)\n','pplmvsvm',1366106),(32956752,0,'moodle','core\\task\\grade_cron_task',0,1773151203.3143000000,1773151203.3165000000,2,0,0,'Execute scheduled task: 成績簿的後台處理 (core\\task\\grade_cron_task)\n... started 22:00:03. Current memory use 28.3 MB.\n... used 2 dbqueries\n... used 0.0011048316955566 seconds\nScheduled task complete: 成績簿的後台處理 (core\\task\\grade_cron_task)\n','pplmvsvm',1366106),(32956753,0,'moodle','core\\task\\completion_regular_task',0,1773151203.3721000000,1773151203.3815000000,6,0,0,'Execute scheduled task: 計算正常完成的資料 (core\\task\\completion_regular_task)\n... started 22:00:03. Current memory use 28.4 MB.\nRunning completion_criteria_date->cron()\nRunning completion_criteria_activity->cron()\nRunning completion_criteria_duration->cron()\nRunning completion_criteria_grade->cron()\nRunning completion_criteria_course->cron()\nAggregating completions\n... used 6 dbqueries\n... used 0.0082759857177734 seconds\nScheduled task complete: 計算正常完成的資料 (core\\task\\completion_regular_task)\n','pplmvsvm',1366106),(32956754,0,'moodle','core\\task\\portfolio_cron_task',0,1773151203.4363000000,1773151203.4376000000,0,0,0,'Execute scheduled task: 學習歷程檔案外掛套件後台處理 (core\\task\\portfolio_cron_task)\n... started 22:00:03. Current memory use 28.8 MB.\n... used 0 dbqueries\n... used 8.702278137207E-5 seconds\nScheduled task complete: 學習歷程檔案外掛套件後台處理 (core\\task\\portfolio_cron_task)\n','pplmvsvm',1366106),(32956755,0,'moodle','core\\task\\plagiarism_cron_task',0,1773151203.4824000000,1773151203.4836000000,0,0,0,'Execute scheduled task: 文章剽竊外掛套件的後台處理 (core\\task\\plagiarism_cron_task)\n... started 22:00:03. Current memory use 28.9 MB.\n... used 0 dbqueries\n... used 8.2015991210938E-5 seconds\nScheduled task complete: 文章剽竊外掛套件的後台處理 (core\\task\\plagiarism_cron_task)\n','pplmvsvm',1366106),(32956756,0,'moodle','core\\task\\calendar_cron_task',0,1773151203.5682000000,1773151203.5743000000,1,0,0,'Execute scheduled task: 送出行事曆通知 (core\\task\\calendar_cron_task)\n... started 22:00:03. Current memory use 28.9 MB.\n... used 1 dbqueries\n... used 0.0043790340423584 seconds\nScheduled task complete: 送出行事曆通知 (core\\task\\calendar_cron_task)\n','pplmvsvm',1366106),(32956757,0,'moodle','core\\task\\blog_cron_task',0,1773151203.6241000000,1773151203.6254000000,0,0,0,'Execute scheduled task: 與外面的部落格同步 (core\\task\\blog_cron_task)\n... started 22:00:03. Current memory use 29.3 MB.\n... used 0 dbqueries\n... used 9.2029571533203E-5 seconds\nScheduled task complete: 與外面的部落格同步 (core\\task\\blog_cron_task)\n','pplmvsvm',1366106),(32956758,0,'moodle','core\\task\\question_preview_cleanup_task',0,1773151203.6844000000,1773151203.6998000000,2,0,0,'Execute scheduled task: 清理試題預覽的後台處理 (core\\task\\question_preview_cleanup_task)\n... started 22:00:03. Current memory use 29.3 MB.\n\n Cleaning up old question previews...done.\n... used 2 dbqueries\n... used 0.01426887512207 seconds\nScheduled task complete: 清理試題預覽的後台處理 (core\\task\\question_preview_cleanup_task)\n','pplmvsvm',1366106),(32956759,0,'moodle','core_reportbuilder\\task\\send_schedules',0,1773151203.7553000000,1773151203.7594000000,1,0,0,'Execute scheduled task: Send report schedules (core_reportbuilder\\task\\send_schedules)\n... started 22:00:03. Current memory use 31.0 MB.\n... used 1 dbqueries\n... used 0.0020279884338379 seconds\nScheduled task complete: Send report schedules (core_reportbuilder\\task\\send_schedules)\n','pplmvsvm',1366106),(32956760,0,'mod_assign','mod_assign\\task\\cron_task',0,1773151203.8118000000,1773151203.8439000000,3,0,0,'Execute scheduled task: 作業模組的背景處理 (mod_assign\\task\\cron_task)\n... started 22:00:03. Current memory use 31.2 MB.\n... used 3 dbqueries\n... used 0.029006004333496 seconds\nScheduled task complete: 作業模組的背景處理 (mod_assign\\task\\cron_task)\n','pplmvsvm',1366106),(32956761,0,'mod_forum','mod_forum\\task\\cron_task',0,1773151203.8993000000,1773151203.9025000000,1,1,0,'Execute scheduled task: 討論區的郵寄和維護工作 (mod_forum\\task\\cron_task)\n... started 22:00:03. Current memory use 34.7 MB.\nRemoving old digest records from 7 days ago.\nRemoved all old digest records.\nFetching unmailed posts.\n No posts found.\n... used 2 dbqueries\n... used 0.001190185546875 seconds\nScheduled task complete: 討論區的郵寄和維護工作 (mod_forum\\task\\cron_task)\n','pplmvsvm',1366106),(32956762,0,'mod_quiz','mod_quiz\\task\\update_overdue_attempts',0,1773151203.9716000000,1773151203.9745000000,1,0,0,'Execute scheduled task: 正在更新逾時的測驗作答 (mod_quiz\\task\\update_overdue_attempts)\n... started 22:00:03. Current memory use 36.0 MB.\n Looking for quiz overdue quiz attempts...\n Considered 0 attempts in 0 quizzes.\n... used 1 dbqueries\n... used 0.0012831687927246 seconds\nScheduled task complete: 正在更新逾時的測驗作答 (mod_quiz\\task\\update_overdue_attempts)\n','pplmvsvm',1366106),(32956763,0,'mod_quiz','mod_quiz\\task\\legacy_quiz_reports_cron',0,1773151204.0367000000,1773151204.0381000000,0,0,0,'Execute scheduled task: Legacy cron quiz reports (mod_quiz\\task\\legacy_quiz_reports_cron)\n... started 22:00:04. Current memory use 36.0 MB.\n... used 0 dbqueries\n... used 0.00013089179992676 seconds\nScheduled task complete: Legacy cron quiz reports (mod_quiz\\task\\legacy_quiz_reports_cron)\n','pplmvsvm',1366106),(32956764,0,'mod_quiz','mod_quiz\\task\\legacy_quiz_accessrules_cron',0,1773151204.0890000000,1773151204.0905000000,0,0,0,'Execute scheduled task: Legacy cron quiz access rules (mod_quiz\\task\\legacy_quiz_accessrules_cron)\n... started 22:00:04. Current memory use 36.0 MB.\n... used 0 dbqueries\n... used 0.00012993812561035 seconds\nScheduled task complete: Legacy cron quiz access rules (mod_quiz\\task\\legacy_quiz_accessrules_cron)\n','pplmvsvm',1366106),(32956765,0,'mod_workshop','mod_workshop\\task\\cron_task',0,1773151204.1580000000,1773151204.1600000000,1,0,0,'Execute scheduled task: Background processing for workshop module (mod_workshop\\task\\cron_task)\n... started 22:00:04. Current memory use 36.1 MB.\n processing workshop subplugins ...\n... used 1 dbqueries\n... used 0.00055599212646484 seconds\nScheduled task complete: Background processing for workshop module (mod_workshop\\task\\cron_task)\n','pplmvsvm',1366106),(32956766,0,'mod_workshop','mod_workshop\\task\\legacy_workshop_allocation_cron',0,1773151204.2165000000,1773151204.2182000000,0,0,0,'Execute scheduled task: Legacy cron workshop allocation (mod_workshop\\task\\legacy_workshop_allocation_cron)\n... started 22:00:04. Current memory use 36.1 MB.\n... used 0 dbqueries\n... used 0.00013089179992676 seconds\nScheduled task complete: Legacy cron workshop allocation (mod_workshop\\task\\legacy_workshop_allocation_cron)\n','pplmvsvm',1366106),(32956767,0,'tool_messageinbound','tool_messageinbound\\task\\pickup_task',0,1773151204.2767000000,1773151204.2795000000,0,0,0,'Execute scheduled task: 收取進來的email (tool_messageinbound\\task\\pickup_task)\n... started 22:00:04. Current memory use 36.1 MB.\nInbound Message not fully configured - exiting early.\n... used 0 dbqueries\n... used 0.0015649795532227 seconds\nScheduled task complete: 收取進來的email (tool_messageinbound\\task\\pickup_task)\n','pplmvsvm',1366106),(32956768,0,'tool_monitor','tool_monitor\\task\\clean_events',0,1773151204.3362000000,1773151204.3375000000,0,0,0,'Execute scheduled task: 移除事件監看器上的所有事件 (tool_monitor\\task\\clean_events)\n... started 22:00:04. Current memory use 36.3 MB.\n... used 0 dbqueries\n... used 0.00018596649169922 seconds\nScheduled task complete: 移除事件監看器上的所有事件 (tool_monitor\\task\\clean_events)\n','pplmvsvm',1366106),(32956769,0,'workshopallocation_scheduled','workshopallocation_scheduled\\task\\cron_task',0,1773151204.3903000000,1773151204.3928000000,1,0,0,'Execute scheduled task: Background processing for scheduled allocation (workshopallocation_scheduled\\task\\cron_task)\n... started 22:00:04. Current memory use 36.3 MB.\n... no workshops awaiting scheduled allocation. ... used 1 dbqueries\n... used 0.001215934753418 seconds\nScheduled task complete: Background processing for scheduled allocation (workshopallocation_scheduled\\task\\cron_task)\n','pplmvsvm',1366106),(32956770,0,'moodle','core\\task\\session_cleanup_task',0,1773151261.7180000000,1773151261.7338000000,6,1,0,'Execute scheduled task: 清除舊課程某段期程 (core\\task\\session_cleanup_task)\n... started 22:01:01. Current memory use 20.5 MB.\n... used 7 dbqueries\n... used 0.0098309516906738 seconds\nScheduled task complete: 清除舊課程某段期程 (core\\task\\session_cleanup_task)\n','pplmvsvm',1366135),(32956771,0,'moodle','core\\task\\send_new_user_passwords_task',0,1773151261.7921000000,1773151261.7939000000,1,0,0,'Execute scheduled task: 送出新的用戶密碼 (core\\task\\send_new_user_passwords_task)\n... started 22:01:01. Current memory use 21.8 MB.\n... used 1 dbqueries\n... used 0.00055098533630371 seconds\nScheduled task complete: 送出新的用戶密碼 (core\\task\\send_new_user_passwords_task)\n','pplmvsvm',1366135),(32956772,0,'moodle','core\\task\\send_failed_login_notifications_task',0,1773151261.8474000000,1773151261.8488000000,0,0,0,'Execute scheduled task: 通知登入失敗 (core\\task\\send_failed_login_notifications_task)\n... started 22:01:01. Current memory use 21.9 MB.\n... used 0 dbqueries\n... used 8.7976455688477E-5 seconds\nScheduled task complete: 通知登入失敗 (core\\task\\send_failed_login_notifications_task)\n','pplmvsvm',1366135),(32956773,0,'moodle','core\\task\\legacy_plugin_cron_task',0,1773151261.9004000000,1773151261.9274000000,2,0,0,'Execute scheduled task: 外掛套件的舊有排程處理 (core\\task\\legacy_plugin_cron_task)\n... started 22:01:01. Current memory use 21.9 MB.\nRunning auth crons if required...\nRunning enrol crons if required...\nStarting activity modules\nFinished activity modules\nStarting blocks\nFinished blocks\nStarting admin reports\nFinished admin reports\nStarting course reports\nFinished course reports\nStarting gradebook plugins\nFinished gradebook plugins\n... used 2 dbqueries\n... used 0.0258629322052 seconds\nScheduled task complete: 外掛套件的舊有排程處理 (core\\task\\legacy_plugin_cron_task)\n','pplmvsvm',1366135),(32956774,0,'moodle','core\\task\\grade_cron_task',0,1773151261.9780000000,1773151261.9803000000,2,0,0,'Execute scheduled task: 成績簿的後台處理 (core\\task\\grade_cron_task)\n... started 22:01:01. Current memory use 25.6 MB.\n... used 2 dbqueries\n... used 0.0011990070343018 seconds\nScheduled task complete: 成績簿的後台處理 (core\\task\\grade_cron_task)\n','pplmvsvm',1366135),(32956775,0,'moodle','core\\task\\completion_regular_task',0,1773151262.0433000000,1773151262.0542000000,6,0,0,'Execute scheduled task: 計算正常完成的資料 (core\\task\\completion_regular_task)\n... started 22:01:02. Current memory use 25.6 MB.\nRunning completion_criteria_date->cron()\nRunning completion_criteria_activity->cron()\nRunning completion_criteria_duration->cron()\nRunning completion_criteria_grade->cron()\nRunning completion_criteria_course->cron()\nAggregating completions\n... used 6 dbqueries\n... used 0.0096220970153809 seconds\nScheduled task complete: 計算正常完成的資料 (core\\task\\completion_regular_task)\n','pplmvsvm',1366135),(32956776,0,'moodle','core\\task\\portfolio_cron_task',0,1773151262.1386000000,1773151262.1399000000,0,0,0,'Execute scheduled task: 學習歷程檔案外掛套件後台處理 (core\\task\\portfolio_cron_task)\n... started 22:01:02. Current memory use 26.0 MB.\n... used 0 dbqueries\n... used 9.3936920166016E-5 seconds\nScheduled task complete: 學習歷程檔案外掛套件後台處理 (core\\task\\portfolio_cron_task)\n','pplmvsvm',1366135),(32956777,0,'moodle','core\\task\\plagiarism_cron_task',0,1773151262.1897000000,1773151262.1909000000,0,0,0,'Execute scheduled task: 文章剽竊外掛套件的後台處理 (core\\task\\plagiarism_cron_task)\n... started 22:01:02. Current memory use 26.1 MB.\n... used 0 dbqueries\n... used 8.5115432739258E-5 seconds\nScheduled task complete: 文章剽竊外掛套件的後台處理 (core\\task\\plagiarism_cron_task)\n','pplmvsvm',1366135),(32956778,0,'moodle','core\\task\\calendar_cron_task',0,1773151262.2469000000,1773151262.2511000000,1,0,0,'Execute scheduled task: 送出行事曆通知 (core\\task\\calendar_cron_task)\n... started 22:01:02. Current memory use 26.5 MB.\n... used 1 dbqueries\n... used 0.0031299591064453 seconds\nScheduled task complete: 送出行事曆通知 (core\\task\\calendar_cron_task)\n','pplmvsvm',1366135),(32956779,0,'moodle','core\\task\\blog_cron_task',0,1773151262.3092000000,1773151262.3116000000,0,0,0,'Execute scheduled task: 與外面的部落格同步 (core\\task\\blog_cron_task)\n... started 22:01:02. Current memory use 26.9 MB.\n... used 0 dbqueries\n... used 9.5129013061523E-5 seconds\nScheduled task complete: 與外面的部落格同步 (core\\task\\blog_cron_task)\n','pplmvsvm',1366135),(32956780,0,'moodle','core\\task\\question_preview_cleanup_task',0,1773151262.3635000000,1773151262.3794000000,2,0,0,'Execute scheduled task: 清理試題預覽的後台處理 (core\\task\\question_preview_cleanup_task)\n... started 22:01:02. Current memory use 26.9 MB.\n\n Cleaning up old question previews...done.\n... used 2 dbqueries\n... used 0.01477313041687 seconds\nScheduled task complete: 清理試題預覽的後台處理 (core\\task\\question_preview_cleanup_task)\n','pplmvsvm',1366135),(32956781,0,'moodle','core_reportbuilder\\task\\send_schedules',0,1773151262.4365000000,1773151262.4399000000,1,0,0,'Execute scheduled task: Send report schedules (core_reportbuilder\\task\\send_schedules)\n... started 22:01:02. Current memory use 28.7 MB.\n... used 1 dbqueries\n... used 0.0021169185638428 seconds\nScheduled task complete: Send report schedules (core_reportbuilder\\task\\send_schedules)\n','pplmvsvm',1366135),(32956782,0,'mod_assign','mod_assign\\task\\cron_task',0,1773151262.4929000000,1773151262.5194000000,3,0,0,'Execute scheduled task: 作業模組的背景處理 (mod_assign\\task\\cron_task)\n... started 22:01:02. Current memory use 28.9 MB.\n... used 3 dbqueries\n... used 0.024369955062866 seconds\nScheduled task complete: 作業模組的背景處理 (mod_assign\\task\\cron_task)\n','pplmvsvm',1366135),(32956783,0,'mod_forum','mod_forum\\task\\cron_task',0,1773151262.5805000000,1773151262.5838000000,1,1,0,'Execute scheduled task: 討論區的郵寄和維護工作 (mod_forum\\task\\cron_task)\n... started 22:01:02. Current memory use 32.4 MB.\nRemoving old digest records from 7 days ago.\nRemoved all old digest records.\nFetching unmailed posts.\n No posts found.\n... used 2 dbqueries\n... used 0.00094890594482422 seconds\nScheduled task complete: 討論區的郵寄和維護工作 (mod_forum\\task\\cron_task)\n','pplmvsvm',1366135),(32956784,0,'mod_quiz','mod_quiz\\task\\update_overdue_attempts',0,1773151262.6485000000,1773151262.6515000000,1,0,0,'Execute scheduled task: 正在更新逾時的測驗作答 (mod_quiz\\task\\update_overdue_attempts)\n... started 22:01:02. Current memory use 33.8 MB.\n Looking for quiz overdue quiz attempts...\n Considered 0 attempts in 0 quizzes.\n... used 1 dbqueries\n... used 0.0012130737304688 seconds\nScheduled task complete: 正在更新逾時的測驗作答 (mod_quiz\\task\\update_overdue_attempts)\n','pplmvsvm',1366135),(32956785,0,'mod_quiz','mod_quiz\\task\\legacy_quiz_reports_cron',0,1773151262.7073000000,1773151262.7086000000,0,0,0,'Execute scheduled task: Legacy cron quiz reports (mod_quiz\\task\\legacy_quiz_reports_cron)\n... started 22:01:02. Current memory use 33.8 MB.\n... used 0 dbqueries\n... used 0.00013089179992676 seconds\nScheduled task complete: Legacy cron quiz reports (mod_quiz\\task\\legacy_quiz_reports_cron)\n','pplmvsvm',1366135),(32956786,0,'mod_quiz','mod_quiz\\task\\legacy_quiz_accessrules_cron',0,1773151262.7585000000,1773151262.7597000000,0,0,0,'Execute scheduled task: Legacy cron quiz access rules (mod_quiz\\task\\legacy_quiz_accessrules_cron)\n... started 22:01:02. Current memory use 33.8 MB.\n... used 0 dbqueries\n... used 0.00012493133544922 seconds\nScheduled task complete: Legacy cron quiz access rules (mod_quiz\\task\\legacy_quiz_accessrules_cron)\n','pplmvsvm',1366135),(32956787,0,'mod_workshop','mod_workshop\\task\\cron_task',0,1773151262.8079000000,1773151262.8097000000,1,0,0,'Execute scheduled task: Background processing for workshop module (mod_workshop\\task\\cron_task)\n... started 22:01:02. Current memory use 33.9 MB.\n processing workshop subplugins ...\n... used 1 dbqueries\n... used 0.00041508674621582 seconds\nScheduled task complete: Background processing for workshop module (mod_workshop\\task\\cron_task)\n','pplmvsvm',1366135),(32956788,0,'mod_workshop','mod_workshop\\task\\legacy_workshop_allocation_cron',0,1773151262.8633000000,1773151262.8647000000,0,0,0,'Execute scheduled task: Legacy cron workshop allocation (mod_workshop\\task\\legacy_workshop_allocation_cron)\n... started 22:01:02. Current memory use 33.9 MB.\n... used 0 dbqueries\n... used 0.00012612342834473 seconds\nScheduled task complete: Legacy cron workshop allocation (mod_workshop\\task\\legacy_workshop_allocation_cron)\n','pplmvsvm',1366135),(32956789,0,'tool_messageinbound','tool_messageinbound\\task\\pickup_task',0,1773151262.9147000000,1773151262.9174000000,0,0,0,'Execute scheduled task: 收取進來的email (tool_messageinbound\\task\\pickup_task)\n... started 22:01:02. Current memory use 33.4 MB.\nInbound Message not fully configured - exiting early.\n... used 0 dbqueries\n... used 0.0015509128570557 seconds\nScheduled task complete: 收取進來的email (tool_messageinbound\\task\\pickup_task)\n','pplmvsvm',1366135),(32956790,0,'tool_monitor','tool_monitor\\task\\clean_events',0,1773151262.9765000000,1773151262.9777000000,0,0,0,'Execute scheduled task: 移除事件監看器上的所有事件 (tool_monitor\\task\\clean_events)\n... started 22:01:02. Current memory use 33.5 MB.\n... used 0 dbqueries\n... used 0.00017189979553223 seconds\nScheduled task complete: 移除事件監看器上的所有事件 (tool_monitor\\task\\clean_events)\n','pplmvsvm',1366135),(32956791,0,'workshopallocation_scheduled','workshopallocation_scheduled\\task\\cron_task',0,1773151263.0420000000,1773151263.0438000000,1,0,0,'Execute scheduled task: Background processing for scheduled allocation (workshopallocation_scheduled\\task\\cron_task)\n... started 22:01:03. Current memory use 33.5 MB.\n... no workshops awaiting scheduled allocation. ... used 1 dbqueries\n... used 0.0006098747253418 seconds\nScheduled task complete: Background processing for scheduled allocation (workshopallocation_scheduled\\task\\cron_task)\n','pplmvsvm',1366135),(32956792,0,'moodle','core\\task\\session_cleanup_task',0,1773151321.3476000000,1773151321.3634000000,6,1,0,'Execute scheduled task: 清除舊課程某段期程 (core\\task\\session_cleanup_task)\n... started 22:02:01. Current memory use 20.5 MB.\n... used 7 dbqueries\n... used 0.0096738338470459 seconds\nScheduled task complete: 清除舊課程某段期程 (core\\task\\session_cleanup_task)\n','pplmvsvm',1366141),(32956793,0,'moodle','core\\task\\send_new_user_passwords_task',0,1773151321.4139000000,1773151321.4156000000,1,0,0,'Execute scheduled task: 送出新的用戶密碼 (core\\task\\send_new_user_passwords_task)\n... started 22:02:01. Current memory use 21.8 MB.\n... used 1 dbqueries\n... used 0.00051403045654297 seconds\nScheduled task complete: 送出新的用戶密碼 (core\\task\\send_new_user_passwords_task)\n','pplmvsvm',1366141),(32956794,0,'moodle','core\\task\\send_failed_login_notifications_task',0,1773151321.4667000000,1773151321.4681000000,0,0,0,'Execute scheduled task: 通知登入失敗 (core\\task\\send_failed_login_notifications_task)\n... started 22:02:01. Current memory use 21.9 MB.\n... used 0 dbqueries\n... used 0.00011014938354492 seconds\nScheduled task complete: 通知登入失敗 (core\\task\\send_failed_login_notifications_task)\n','pplmvsvm',1366141),(32956795,0,'moodle','core\\task\\legacy_plugin_cron_task',0,1773151321.5184000000,1773151321.5452000000,2,0,0,'Execute scheduled task: 外掛套件的舊有排程處理 (core\\task\\legacy_plugin_cron_task)\n... started 22:02:01. Current memory use 21.9 MB.\nRunning auth crons if required...\nRunning enrol crons if required...\nStarting activity modules\nFinished activity modules\nStarting blocks\nFinished blocks\nStarting admin reports\nFinished admin reports\nStarting course reports\nFinished course reports\nStarting gradebook plugins\nFinished gradebook plugins\n... used 2 dbqueries\n... used 0.025770902633667 seconds\nScheduled task complete: 外掛套件的舊有排程處理 (core\\task\\legacy_plugin_cron_task)\n','pplmvsvm',1366141),(32956796,0,'moodle','core\\task\\grade_cron_task',0,1773151321.6243000000,1773151321.6266000000,2,0,0,'Execute scheduled task: 成績簿的後台處理 (core\\task\\grade_cron_task)\n... started 22:02:01. Current memory use 25.6 MB.\n... used 2 dbqueries\n... used 0.0011670589447021 seconds\nScheduled task complete: 成績簿的後台處理 (core\\task\\grade_cron_task)\n','pplmvsvm',1366141),(32956797,0,'moodle','core\\task\\completion_regular_task',0,1773151321.6854000000,1773151321.6950000000,6,0,0,'Execute scheduled task: 計算正常完成的資料 (core\\task\\completion_regular_task)\n... started 22:02:01. Current memory use 25.6 MB.\nRunning completion_criteria_date->cron()\nRunning completion_criteria_activity->cron()\nRunning completion_criteria_duration->cron()\nRunning completion_criteria_grade->cron()\nRunning completion_criteria_course->cron()\nAggregating completions\n... used 6 dbqueries\n... used 0.0081770420074463 seconds\nScheduled task complete: 計算正常完成的資料 (core\\task\\completion_regular_task)\n','pplmvsvm',1366141),(32956798,0,'moodle','core\\task\\portfolio_cron_task',0,1773151321.7446000000,1773151321.7458000000,0,0,0,'Execute scheduled task: 學習歷程檔案外掛套件後台處理 (core\\task\\portfolio_cron_task)\n... started 22:02:01. Current memory use 26.0 MB.\n... used 0 dbqueries\n... used 8.9883804321289E-5 seconds\nScheduled task complete: 學習歷程檔案外掛套件後台處理 (core\\task\\portfolio_cron_task)\n','pplmvsvm',1366141),(32956799,0,'moodle','core\\task\\plagiarism_cron_task',0,1773151321.8060000000,1773151321.8078000000,0,0,0,'Execute scheduled task: 文章剽竊外掛套件的後台處理 (core\\task\\plagiarism_cron_task)\n... started 22:02:01. Current memory use 26.1 MB.\n... used 0 dbqueries\n... used 0.00010895729064941 seconds\nScheduled task complete: 文章剽竊外掛套件的後台處理 (core\\task\\plagiarism_cron_task)\n','pplmvsvm',1366141),(32956800,0,'moodle','core\\task\\calendar_cron_task',0,1773151321.8687000000,1773151321.8742000000,1,0,0,'Execute scheduled task: 送出行事曆通知 (core\\task\\calendar_cron_task)\n... started 22:02:01. Current memory use 26.5 MB.\n... used 1 dbqueries\n... used 0.0043489933013916 seconds\nScheduled task complete: 送出行事曆通知 (core\\task\\calendar_cron_task)\n','pplmvsvm',1366141),(32956801,0,'moodle','core\\task\\blog_cron_task',0,1773151321.9291000000,1773151321.9306000000,0,0,0,'Execute scheduled task: 與外面的部落格同步 (core\\task\\blog_cron_task)\n... started 22:02:01. Current memory use 26.9 MB.\n... used 0 dbqueries\n... used 0.00015711784362793 seconds\nScheduled task complete: 與外面的部落格同步 (core\\task\\blog_cron_task)\n','pplmvsvm',1366141),(32956802,0,'moodle','core\\task\\question_preview_cleanup_task',0,1773151321.9858000000,1773151322.0018000000,2,0,0,'Execute scheduled task: 清理試題預覽的後台處理 (core\\task\\question_preview_cleanup_task)\n... started 22:02:01. Current memory use 26.9 MB.\n\n Cleaning up old question previews...done.\n... used 2 dbqueries\n... used 0.014822006225586 seconds\nScheduled task complete: 清理試題預覽的後台處理 (core\\task\\question_preview_cleanup_task)\n','pplmvsvm',1366141),(32956803,0,'moodle','core_reportbuilder\\task\\send_schedules',0,1773151322.1074000000,1773151322.1108000000,1,0,0,'Execute scheduled task: Send report schedules (core_reportbuilder\\task\\send_schedules)\n... started 22:02:02. Current memory use 28.7 MB.\n... used 1 dbqueries\n... used 0.0020351409912109 seconds\nScheduled task complete: Send report schedules (core_reportbuilder\\task\\send_schedules)\n','pplmvsvm',1366141),(32956804,0,'mod_assign','mod_assign\\task\\cron_task',0,1773151322.2066000000,1773151322.2351000000,3,0,0,'Execute scheduled task: 作業模組的背景處理 (mod_assign\\task\\cron_task)\n... started 22:02:02. Current memory use 28.9 MB.\n... used 3 dbqueries\n... used 0.026232957839966 seconds\nScheduled task complete: 作業模組的背景處理 (mod_assign\\task\\cron_task)\n','pplmvsvm',1366141),(32956805,0,'mod_forum','mod_forum\\task\\cron_task',0,1773151322.3386000000,1773151322.3417000000,1,1,0,'Execute scheduled task: 討論區的郵寄和維護工作 (mod_forum\\task\\cron_task)\n... started 22:02:02. Current memory use 32.4 MB.\nRemoving old digest records from 7 days ago.\nRemoved all old digest records.\nFetching unmailed posts.\n No posts found.\n... used 2 dbqueries\n... used 0.0008690357208252 seconds\nScheduled task complete: 討論區的郵寄和維護工作 (mod_forum\\task\\cron_task)\n','pplmvsvm',1366141),(32956806,0,'mod_quiz','mod_quiz\\task\\update_overdue_attempts',0,1773151322.4161000000,1773151322.4191000000,1,0,0,'Execute scheduled task: 正在更新逾時的測驗作答 (mod_quiz\\task\\update_overdue_attempts)\n... started 22:02:02. Current memory use 33.8 MB.\n Looking for quiz overdue quiz attempts...\n Considered 0 attempts in 0 quizzes.\n... used 1 dbqueries\n... used 0.0012879371643066 seconds\nScheduled task complete: 正在更新逾時的測驗作答 (mod_quiz\\task\\update_overdue_attempts)\n','pplmvsvm',1366141),(32956807,0,'mod_quiz','mod_quiz\\task\\legacy_quiz_reports_cron',0,1773151322.4738000000,1773151322.4751000000,0,0,0,'Execute scheduled task: Legacy cron quiz reports (mod_quiz\\task\\legacy_quiz_reports_cron)\n... started 22:02:02. Current memory use 33.8 MB.\n... used 0 dbqueries\n... used 0.00013399124145508 seconds\nScheduled task complete: Legacy cron quiz reports (mod_quiz\\task\\legacy_quiz_reports_cron)\n','pplmvsvm',1366141),(32956808,0,'mod_quiz','mod_quiz\\task\\legacy_quiz_accessrules_cron',0,1773151322.5236000000,1773151322.5249000000,0,0,0,'Execute scheduled task: Legacy cron quiz access rules (mod_quiz\\task\\legacy_quiz_accessrules_cron)\n... started 22:02:02. Current memory use 33.8 MB.\n... used 0 dbqueries\n... used 0.00013017654418945 seconds\nScheduled task complete: Legacy cron quiz access rules (mod_quiz\\task\\legacy_quiz_accessrules_cron)\n','pplmvsvm',1366141),(32956809,0,'mod_workshop','mod_workshop\\task\\cron_task',0,1773151322.5895000000,1773151322.5918000000,1,0,0,'Execute scheduled task: Background processing for workshop module (mod_workshop\\task\\cron_task)\n... started 22:02:02. Current memory use 33.9 MB.\n processing workshop subplugins ...\n... used 1 dbqueries\n... used 0.00064182281494141 seconds\nScheduled task complete: Background processing for workshop module (mod_workshop\\task\\cron_task)\n','pplmvsvm',1366141),(32956810,0,'mod_workshop','mod_workshop\\task\\legacy_workshop_allocation_cron',0,1773151322.6623000000,1773151322.6637000000,0,0,0,'Execute scheduled task: Legacy cron workshop allocation (mod_workshop\\task\\legacy_workshop_allocation_cron)\n... started 22:02:02. Current memory use 33.9 MB.\n... used 0 dbqueries\n... used 0.0001368522644043 seconds\nScheduled task complete: Legacy cron workshop allocation (mod_workshop\\task\\legacy_workshop_allocation_cron)\n','pplmvsvm',1366141),(32956811,0,'tool_messageinbound','tool_messageinbound\\task\\pickup_task',0,1773151322.7170000000,1773151322.7198000000,0,0,0,'Execute scheduled task: 收取進來的email (tool_messageinbound\\task\\pickup_task)\n... started 22:02:02. Current memory use 33.4 MB.\nInbound Message not fully configured - exiting early.\n... used 0 dbqueries\n... used 0.0015320777893066 seconds\nScheduled task complete: 收取進來的email (tool_messageinbound\\task\\pickup_task)\n','pplmvsvm',1366141),(32956812,0,'tool_monitor','tool_monitor\\task\\clean_events',0,1773151322.7694000000,1773151322.7706000000,0,0,0,'Execute scheduled task: 移除事件監看器上的所有事件 (tool_monitor\\task\\clean_events)\n... started 22:02:02. Current memory use 33.5 MB.\n... used 0 dbqueries\n... used 0.00016403198242188 seconds\nScheduled task complete: 移除事件監看器上的所有事件 (tool_monitor\\task\\clean_events)\n','pplmvsvm',1366141),(32956813,0,'workshopallocation_scheduled','workshopallocation_scheduled\\task\\cron_task',0,1773151322.8210000000,1773151322.8226000000,1,0,0,'Execute scheduled task: Background processing for scheduled allocation (workshopallocation_scheduled\\task\\cron_task)\n... started 22:02:02. Current memory use 33.5 MB.\n... no workshops awaiting scheduled allocation. ... used 1 dbqueries\n... used 0.00049495697021484 seconds\nScheduled task complete: Background processing for scheduled allocation (workshopallocation_scheduled\\task\\cron_task)\n','pplmvsvm',1366141),(32956814,0,'moodle','core\\task\\session_cleanup_task',0,1773151382.1524000000,1773151382.1678000000,6,1,0,'Execute scheduled task: 清除舊課程某段期程 (core\\task\\session_cleanup_task)\n... started 22:03:02. Current memory use 20.5 MB.\n... used 7 dbqueries\n... used 0.0094840526580811 seconds\nScheduled task complete: 清除舊課程某段期程 (core\\task\\session_cleanup_task)\n','pplmvsvm',1366153),(32956815,0,'moodle','core\\task\\send_new_user_passwords_task',0,1773151382.2176000000,1773151382.2195000000,1,0,0,'Execute scheduled task: 送出新的用戶密碼 (core\\task\\send_new_user_passwords_task)\n... started 22:03:02. Current memory use 21.8 MB.\n... used 1 dbqueries\n... used 0.00081586837768555 seconds\nScheduled task complete: 送出新的用戶密碼 (core\\task\\send_new_user_passwords_task)\n','pplmvsvm',1366153),(32956816,0,'moodle','core\\task\\send_failed_login_notifications_task',0,1773151382.2758000000,1773151382.2768000000,0,0,0,'Execute scheduled task: 通知登入失敗 (core\\task\\send_failed_login_notifications_task)\n... started 22:03:02. Current memory use 21.9 MB.\n... used 0 dbqueries\n... used 7.7962875366211E-5 seconds\nScheduled task complete: 通知登入失敗 (core\\task\\send_failed_login_notifications_task)\n','pplmvsvm',1366153),(32956817,0,'moodle','core\\task\\legacy_plugin_cron_task',0,1773151382.3281000000,1773151382.3561000000,2,0,0,'Execute scheduled task: 外掛套件的舊有排程處理 (core\\task\\legacy_plugin_cron_task)\n... started 22:03:02. Current memory use 21.9 MB.\nRunning auth crons if required...\nRunning enrol crons if required...\nStarting activity modules\nFinished activity modules\nStarting blocks\nFinished blocks\nStarting admin reports\nFinished admin reports\nStarting course reports\nFinished course reports\nStarting gradebook plugins\nFinished gradebook plugins\n... used 2 dbqueries\n... used 0.026877164840698 seconds\nScheduled task complete: 外掛套件的舊有排程處理 (core\\task\\legacy_plugin_cron_task)\n','pplmvsvm',1366153),(32956818,0,'moodle','core\\task\\grade_cron_task',0,1773151382.4066000000,1773151382.4091000000,2,0,0,'Execute scheduled task: 成績簿的後台處理 (core\\task\\grade_cron_task)\n... started 22:03:02. Current memory use 25.6 MB.\n... used 2 dbqueries\n... used 0.0010209083557129 seconds\nScheduled task complete: 成績簿的後台處理 (core\\task\\grade_cron_task)\n','pplmvsvm',1366153),(32956819,0,'moodle','core\\task\\completion_regular_task',0,1773151382.4909000000,1773151382.5003000000,6,0,0,'Execute scheduled task: 計算正常完成的資料 (core\\task\\completion_regular_task)\n... started 22:03:02. Current memory use 25.6 MB.\nRunning completion_criteria_date->cron()\nRunning completion_criteria_activity->cron()\nRunning completion_criteria_duration->cron()\nRunning completion_criteria_grade->cron()\nRunning completion_criteria_course->cron()\nAggregating completions\n... used 6 dbqueries\n... used 0.0082700252532959 seconds\nScheduled task complete: 計算正常完成的資料 (core\\task\\completion_regular_task)\n','pplmvsvm',1366153),(32956820,0,'moodle','core\\task\\portfolio_cron_task',0,1773151382.5620000000,1773151382.5631000000,0,0,0,'Execute scheduled task: 學習歷程檔案外掛套件後台處理 (core\\task\\portfolio_cron_task)\n... started 22:03:02. Current memory use 26.0 MB.\n... used 0 dbqueries\n... used 8.2969665527344E-5 seconds\nScheduled task complete: 學習歷程檔案外掛套件後台處理 (core\\task\\portfolio_cron_task)\n','pplmvsvm',1366153),(32956821,0,'moodle','core\\task\\plagiarism_cron_task',0,1773151382.6192000000,1773151382.6204000000,0,0,0,'Execute scheduled task: 文章剽竊外掛套件的後台處理 (core\\task\\plagiarism_cron_task)\n... started 22:03:02. Current memory use 26.1 MB.\n... used 0 dbqueries\n... used 8.702278137207E-5 seconds\nScheduled task complete: 文章剽竊外掛套件的後台處理 (core\\task\\plagiarism_cron_task)\n','pplmvsvm',1366153),(32956822,0,'moodle','core\\task\\calendar_cron_task',0,1773151382.6859000000,1773151382.6906000000,1,0,0,'Execute scheduled task: 送出行事曆通知 (core\\task\\calendar_cron_task)\n... started 22:03:02. Current memory use 26.5 MB.\n... used 1 dbqueries\n... used 0.0035710334777832 seconds\nScheduled task complete: 送出行事曆通知 (core\\task\\calendar_cron_task)\n','pplmvsvm',1366153),(32956823,0,'moodle','core\\task\\blog_cron_task',0,1773151382.7522000000,1773151382.7533000000,0,0,0,'Execute scheduled task: 與外面的部落格同步 (core\\task\\blog_cron_task)\n... started 22:03:02. Current memory use 26.9 MB.\n... used 0 dbqueries\n... used 0.00011515617370605 seconds\nScheduled task complete: 與外面的部落格同步 (core\\task\\blog_cron_task)\n','pplmvsvm',1366153),(32956824,0,'moodle','core\\task\\question_preview_cleanup_task',0,1773151382.8066000000,1773151382.8219000000,2,0,0,'Execute scheduled task: 清理試題預覽的後台處理 (core\\task\\question_preview_cleanup_task)\n... started 22:03:02. Current memory use 26.9 MB.\n\n Cleaning up old question previews...done.\n... used 2 dbqueries\n... used 0.014234066009521 seconds\nScheduled task complete: 清理試題預覽的後台處理 (core\\task\\question_preview_cleanup_task)\n','pplmvsvm',1366153),(32956825,0,'moodle','core_reportbuilder\\task\\send_schedules',0,1773151382.8757000000,1773151382.8791000000,1,0,0,'Execute scheduled task: Send report schedules (core_reportbuilder\\task\\send_schedules)\n... started 22:03:02. Current memory use 28.7 MB.\n... used 1 dbqueries\n... used 0.0019509792327881 seconds\nScheduled task complete: Send report schedules (core_reportbuilder\\task\\send_schedules)\n','pplmvsvm',1366153),(32956826,0,'mod_assign','mod_assign\\task\\cron_task',0,1773151382.9324000000,1773151382.9593000000,3,0,0,'Execute scheduled task: 作業模組的背景處理 (mod_assign\\task\\cron_task)\n... started 22:03:02. Current memory use 28.9 MB.\n... used 3 dbqueries\n... used 0.024369955062866 seconds\nScheduled task complete: 作業模組的背景處理 (mod_assign\\task\\cron_task)\n','pplmvsvm',1366153),(32956827,0,'mod_forum','mod_forum\\task\\cron_task',0,1773151383.0272000000,1773151383.0305000000,1,1,0,'Execute scheduled task: 討論區的郵寄和維護工作 (mod_forum\\task\\cron_task)\n... started 22:03:03. Current memory use 32.4 MB.\nRemoving old digest records from 7 days ago.\nRemoved all old digest records.\nFetching unmailed posts.\n No posts found.\n... used 2 dbqueries\n... used 0.001079797744751 seconds\nScheduled task complete: 討論區的郵寄和維護工作 (mod_forum\\task\\cron_task)\n','pplmvsvm',1366153),(32956828,0,'mod_quiz','mod_quiz\\task\\update_overdue_attempts',0,1773151383.1717000000,1773151383.1748000000,1,0,0,'Execute scheduled task: 正在更新逾時的測驗作答 (mod_quiz\\task\\update_overdue_attempts)\n... started 22:03:03. Current memory use 33.8 MB.\n Looking for quiz overdue quiz attempts...\n Considered 0 attempts in 0 quizzes.\n... used 1 dbqueries\n... used 0.0014309883117676 seconds\nScheduled task complete: 正在更新逾時的測驗作答 (mod_quiz\\task\\update_overdue_attempts)\n','pplmvsvm',1366153),(32956829,0,'mod_quiz','mod_quiz\\task\\legacy_quiz_reports_cron',0,1773151383.2527000000,1773151383.2545000000,0,0,0,'Execute scheduled task: Legacy cron quiz reports (mod_quiz\\task\\legacy_quiz_reports_cron)\n... started 22:03:03. Current memory use 33.8 MB.\n... used 0 dbqueries\n... used 0.00012707710266113 seconds\nScheduled task complete: Legacy cron quiz reports (mod_quiz\\task\\legacy_quiz_reports_cron)\n','pplmvsvm',1366153),(32956830,0,'mod_quiz','mod_quiz\\task\\legacy_quiz_accessrules_cron',0,1773151383.3410000000,1773151383.3424000000,0,0,0,'Execute scheduled task: Legacy cron quiz access rules (mod_quiz\\task\\legacy_quiz_accessrules_cron)\n... started 22:03:03. Current memory use 33.8 MB.\n... used 0 dbqueries\n... used 0.0001380443572998 seconds\nScheduled task complete: Legacy cron quiz access rules (mod_quiz\\task\\legacy_quiz_accessrules_cron)\n','pplmvsvm',1366153),(32956831,0,'mod_workshop','mod_workshop\\task\\cron_task',0,1773151383.4328000000,1773151383.4349000000,1,0,0,'Execute scheduled task: Background processing for workshop module (mod_workshop\\task\\cron_task)\n... started 22:03:03. Current memory use 33.9 MB.\n processing workshop subplugins ...\n... used 1 dbqueries\n... used 0.00050806999206543 seconds\nScheduled task complete: Background processing for workshop module (mod_workshop\\task\\cron_task)\n','pplmvsvm',1366153),(32956832,0,'mod_workshop','mod_workshop\\task\\legacy_workshop_allocation_cron',0,1773151383.5355000000,1773151383.5369000000,0,0,0,'Execute scheduled task: Legacy cron workshop allocation (mod_workshop\\task\\legacy_workshop_allocation_cron)\n... started 22:03:03. Current memory use 33.9 MB.\n... used 0 dbqueries\n... used 0.00013995170593262 seconds\nScheduled task complete: Legacy cron workshop allocation (mod_workshop\\task\\legacy_workshop_allocation_cron)\n','pplmvsvm',1366153),(32956833,0,'tool_messageinbound','tool_messageinbound\\task\\pickup_task',0,1773151383.6219000000,1773151383.6245000000,0,0,0,'Execute scheduled task: 收取進來的email (tool_messageinbound\\task\\pickup_task)\n... started 22:03:03. Current memory use 33.4 MB.\nInbound Message not fully configured - exiting early.\n... used 0 dbqueries\n... used 0.0014691352844238 seconds\nScheduled task complete: 收取進來的email (tool_messageinbound\\task\\pickup_task)\n','pplmvsvm',1366153),(32956834,0,'tool_monitor','tool_monitor\\task\\clean_events',0,1773151383.7204000000,1773151383.7222000000,0,0,0,'Execute scheduled task: 移除事件監看器上的所有事件 (tool_monitor\\task\\clean_events)\n... started 22:03:03. Current memory use 33.5 MB.\n... used 0 dbqueries\n... used 0.00020194053649902 seconds\nScheduled task complete: 移除事件監看器上的所有事件 (tool_monitor\\task\\clean_events)\n','pplmvsvm',1366153),(32956835,0,'workshopallocation_scheduled','workshopallocation_scheduled\\task\\cron_task',0,1773151383.7978000000,1773151383.7998000000,1,0,0,'Execute scheduled task: Background processing for scheduled allocation (workshopallocation_scheduled\\task\\cron_task)\n... started 22:03:03. Current memory use 33.5 MB.\n... no workshops awaiting scheduled allocation. ... used 1 dbqueries\n... used 0.00047206878662109 seconds\nScheduled task complete: Background processing for scheduled allocation (workshopallocation_scheduled\\task\\cron_task)\n','pplmvsvm',1366153),(32956836,0,'moodle','core\\task\\session_cleanup_task',0,1773151442.1129000000,1773151442.1425000000,6,2,0,'Execute scheduled task: 清除舊課程某段期程 (core\\task\\session_cleanup_task)\n... started 22:04:02. Current memory use 20.5 MB.\n... used 8 dbqueries\n... used 0.023653984069824 seconds\nScheduled task complete: 清除舊課程某段期程 (core\\task\\session_cleanup_task)\n','pplmvsvm',1366164),(32956837,0,'moodle','core\\task\\send_new_user_passwords_task',0,1773151442.2126000000,1773151442.2147000000,1,0,0,'Execute scheduled task: 送出新的用戶密碼 (core\\task\\send_new_user_passwords_task)\n... started 22:04:02. Current memory use 21.8 MB.\n... used 1 dbqueries\n... used 0.00058197975158691 seconds\nScheduled task complete: 送出新的用戶密碼 (core\\task\\send_new_user_passwords_task)\n','pplmvsvm',1366164),(32956838,0,'moodle','core\\task\\send_failed_login_notifications_task',0,1773151442.2659000000,1773151442.2671000000,0,0,0,'Execute scheduled task: 通知登入失敗 (core\\task\\send_failed_login_notifications_task)\n... started 22:04:02. Current memory use 21.9 MB.\n... used 0 dbqueries\n... used 8.5115432739258E-5 seconds\nScheduled task complete: 通知登入失敗 (core\\task\\send_failed_login_notifications_task)\n','pplmvsvm',1366164),(32956839,0,'moodle','core\\task\\legacy_plugin_cron_task',0,1773151442.3301000000,1773151442.3706000000,2,0,0,'Execute scheduled task: 外掛套件的舊有排程處理 (core\\task\\legacy_plugin_cron_task)\n... started 22:04:02. Current memory use 21.9 MB.\nRunning auth crons if required...\nRunning enrol crons if required...\nStarting activity modules\nFinished activity modules\nStarting blocks\nFinished blocks\nStarting admin reports\nFinished admin reports\nStarting course reports\nFinished course reports\nStarting gradebook plugins\nFinished gradebook plugins\n... used 2 dbqueries\n... used 0.03942608833313 seconds\nScheduled task complete: 外掛套件的舊有排程處理 (core\\task\\legacy_plugin_cron_task)\n','pplmvsvm',1366164),(32956840,0,'moodle','core\\task\\grade_cron_task',0,1773151442.4256000000,1773151442.4279000000,2,0,0,'Execute scheduled task: 成績簿的後台處理 (core\\task\\grade_cron_task)\n... started 22:04:02. Current memory use 25.6 MB.\n... used 2 dbqueries\n... used 0.0011100769042969 seconds\nScheduled task complete: 成績簿的後台處理 (core\\task\\grade_cron_task)\n','pplmvsvm',1366164),(32956841,0,'moodle','core\\task\\completion_regular_task',0,1773151442.4813000000,1773151442.4909000000,6,0,0,'Execute scheduled task: 計算正常完成的資料 (core\\task\\completion_regular_task)\n... started 22:04:02. Current memory use 25.6 MB.\nRunning completion_criteria_date->cron()\nRunning completion_criteria_activity->cron()\nRunning completion_criteria_duration->cron()\nRunning completion_criteria_grade->cron()\nRunning completion_criteria_course->cron()\nAggregating completions\n... used 6 dbqueries\n... used 0.0082509517669678 seconds\nScheduled task complete: 計算正常完成的資料 (core\\task\\completion_regular_task)\n','pplmvsvm',1366164),(32956842,0,'moodle','core\\task\\portfolio_cron_task',0,1773151442.5419000000,1773151442.5432000000,0,0,0,'Execute scheduled task: 學習歷程檔案外掛套件後台處理 (core\\task\\portfolio_cron_task)\n... started 22:04:02. Current memory use 26.1 MB.\n... used 0 dbqueries\n... used 8.8214874267578E-5 seconds\nScheduled task complete: 學習歷程檔案外掛套件後台處理 (core\\task\\portfolio_cron_task)\n','pplmvsvm',1366164),(32956843,0,'moodle','core\\task\\plagiarism_cron_task',0,1773151442.5958000000,1773151442.5971000000,0,0,0,'Execute scheduled task: 文章剽竊外掛套件的後台處理 (core\\task\\plagiarism_cron_task)\n... started 22:04:02. Current memory use 26.1 MB.\n... used 0 dbqueries\n... used 8.9168548583984E-5 seconds\nScheduled task complete: 文章剽竊外掛套件的後台處理 (core\\task\\plagiarism_cron_task)\n','pplmvsvm',1366164),(32956844,0,'moodle','core\\task\\calendar_cron_task',0,1773151442.6535000000,1773151442.6583000000,1,0,0,'Execute scheduled task: 送出行事曆通知 (core\\task\\calendar_cron_task)\n... started 22:04:02. Current memory use 26.5 MB.\n... used 1 dbqueries\n... used 0.003619909286499 seconds\nScheduled task complete: 送出行事曆通知 (core\\task\\calendar_cron_task)\n','pplmvsvm',1366164),(32956845,0,'moodle','core\\task\\blog_cron_task',0,1773151442.7198000000,1773151442.7209000000,0,0,0,'Execute scheduled task: 與外面的部落格同步 (core\\task\\blog_cron_task)\n... started 22:04:02. Current memory use 26.9 MB.\n... used 0 dbqueries\n... used 8.702278137207E-5 seconds\nScheduled task complete: 與外面的部落格同步 (core\\task\\blog_cron_task)\n','pplmvsvm',1366164),(32956846,0,'moodle','core\\task\\question_preview_cleanup_task',0,1773151442.8026000000,1773151442.8176000000,2,0,0,'Execute scheduled task: 清理試題預覽的後台處理 (core\\task\\question_preview_cleanup_task)\n... started 22:04:02. Current memory use 26.9 MB.\n\n Cleaning up old question previews...done.\n... used 2 dbqueries\n... used 0.013744115829468 seconds\nScheduled task complete: 清理試題預覽的後台處理 (core\\task\\question_preview_cleanup_task)\n','pplmvsvm',1366164),(32956847,0,'moodle','core_reportbuilder\\task\\send_schedules',0,1773151442.8684000000,1773151442.8718000000,1,0,0,'Execute scheduled task: Send report schedules (core_reportbuilder\\task\\send_schedules)\n... started 22:04:02. Current memory use 28.7 MB.\n... used 1 dbqueries\n... used 0.0020351409912109 seconds\nScheduled task complete: Send report schedules (core_reportbuilder\\task\\send_schedules)\n','pplmvsvm',1366164),(32956848,0,'mod_assign','mod_assign\\task\\cron_task',0,1773151442.9293000000,1773151442.9558000000,3,0,0,'Execute scheduled task: 作業模組的背景處理 (mod_assign\\task\\cron_task)\n... started 22:04:02. Current memory use 28.9 MB.\n... used 3 dbqueries\n... used 0.024347066879272 seconds\nScheduled task complete: 作業模組的背景處理 (mod_assign\\task\\cron_task)\n','pplmvsvm',1366164),(32956849,0,'mod_forum','mod_forum\\task\\cron_task',0,1773151443.0162000000,1773151443.0195000000,1,1,0,'Execute scheduled task: 討論區的郵寄和維護工作 (mod_forum\\task\\cron_task)\n... started 22:04:03. Current memory use 32.4 MB.\nRemoving old digest records from 7 days ago.\nRemoved all old digest records.\nFetching unmailed posts.\n No posts found.\n... used 2 dbqueries\n... used 0.001147985458374 seconds\nScheduled task complete: 討論區的郵寄和維護工作 (mod_forum\\task\\cron_task)\n','pplmvsvm',1366164),(32956850,0,'mod_quiz','mod_quiz\\task\\update_overdue_attempts',0,1773151443.0850000000,1773151443.0882000000,1,0,0,'Execute scheduled task: 正在更新逾時的測驗作答 (mod_quiz\\task\\update_overdue_attempts)\n... started 22:04:03. Current memory use 33.8 MB.\n Looking for quiz overdue quiz attempts...\n Considered 0 attempts in 0 quizzes.\n... used 1 dbqueries\n... used 0.0014638900756836 seconds\nScheduled task complete: 正在更新逾時的測驗作答 (mod_quiz\\task\\update_overdue_attempts)\n','pplmvsvm',1366164),(32956851,0,'mod_quiz','mod_quiz\\task\\legacy_quiz_reports_cron',0,1773151443.1450000000,1773151443.1466000000,0,0,0,'Execute scheduled task: Legacy cron quiz reports (mod_quiz\\task\\legacy_quiz_reports_cron)\n... started 22:04:03. Current memory use 33.8 MB.\n... used 0 dbqueries\n... used 0.0001370906829834 seconds\nScheduled task complete: Legacy cron quiz reports (mod_quiz\\task\\legacy_quiz_reports_cron)\n','pplmvsvm',1366164),(32956852,0,'mod_quiz','mod_quiz\\task\\legacy_quiz_accessrules_cron',0,1773151443.2007000000,1773151443.2021000000,0,0,0,'Execute scheduled task: Legacy cron quiz access rules (mod_quiz\\task\\legacy_quiz_accessrules_cron)\n... started 22:04:03. Current memory use 33.8 MB.\n... used 0 dbqueries\n... used 0.00015997886657715 seconds\nScheduled task complete: Legacy cron quiz access rules (mod_quiz\\task\\legacy_quiz_accessrules_cron)\n','pplmvsvm',1366164),(32956853,0,'mod_workshop','mod_workshop\\task\\cron_task',0,1773151443.2603000000,1773151443.2631000000,1,0,0,'Execute scheduled task: Background processing for workshop module (mod_workshop\\task\\cron_task)\n... started 22:04:03. Current memory use 33.9 MB.\n processing workshop subplugins ...\n... used 1 dbqueries\n... used 0.0008540153503418 seconds\nScheduled task complete: Background processing for workshop module (mod_workshop\\task\\cron_task)\n','pplmvsvm',1366164),(32956854,0,'mod_workshop','mod_workshop\\task\\legacy_workshop_allocation_cron',0,1773151443.3152000000,1773151443.3166000000,0,0,0,'Execute scheduled task: Legacy cron workshop allocation (mod_workshop\\task\\legacy_workshop_allocation_cron)\n... started 22:04:03. Current memory use 33.9 MB.\n... used 0 dbqueries\n... used 0.0001368522644043 seconds\nScheduled task complete: Legacy cron workshop allocation (mod_workshop\\task\\legacy_workshop_allocation_cron)\n','pplmvsvm',1366164),(32956855,0,'tool_messageinbound','tool_messageinbound\\task\\pickup_task',0,1773151443.3753000000,1773151443.3781000000,0,0,0,'Execute scheduled task: 收取進來的email (tool_messageinbound\\task\\pickup_task)\n... started 22:04:03. Current memory use 33.4 MB.\nInbound Message not fully configured - exiting early.\n... used 0 dbqueries\n... used 0.0015289783477783 seconds\nScheduled task complete: 收取進來的email (tool_messageinbound\\task\\pickup_task)\n','pplmvsvm',1366164),(32956856,0,'tool_monitor','tool_monitor\\task\\clean_events',0,1773151443.4264000000,1773151443.4276000000,0,0,0,'Execute scheduled task: 移除事件監看器上的所有事件 (tool_monitor\\task\\clean_events)\n... started 22:04:03. Current memory use 33.5 MB.\n... used 0 dbqueries\n... used 0.00016117095947266 seconds\nScheduled task complete: 移除事件監看器上的所有事件 (tool_monitor\\task\\clean_events)\n','pplmvsvm',1366164),(32956857,0,'workshopallocation_scheduled','workshopallocation_scheduled\\task\\cron_task',0,1773151443.4789000000,1773151443.4806000000,1,0,0,'Execute scheduled task: Background processing for scheduled allocation (workshopallocation_scheduled\\task\\cron_task)\n... started 22:04:03. Current memory use 33.6 MB.\n... no workshops awaiting scheduled allocation. ... used 1 dbqueries\n... used 0.0006110668182373 seconds\nScheduled task complete: Background processing for scheduled allocation (workshopallocation_scheduled\\task\\cron_task)\n','pplmvsvm',1366164),(32956858,0,'moodle','core\\task\\delete_incomplete_users_task',0,1773151501.8350000000,1773151501.8459000000,0,0,0,'Execute scheduled task: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n... started 22:05:01. Current memory use 20.5 MB.\n... used 0 dbqueries\n... used 0.0048110485076904 seconds\nScheduled task complete: 刪除資料不完整的用戶 (core\\task\\delete_incomplete_users_task)\n','pplmvsvm',1366179),(32956859,0,'moodle','core\\task\\badges_cron_task',0,1773151501.9044000000,1773151501.9058000000,0,0,0,'Execute scheduled task: 頒授獎章 (core\\task\\badges_cron_task)\n... started 22:05:01. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 9.2983245849609E-5 seconds\nScheduled task complete: 頒授獎章 (core\\task\\badges_cron_task)\n','pplmvsvm',1366179),(32956860,0,'moodle','core\\task\\badges_message_task',0,1773151501.9614000000,1773151501.9632000000,0,0,0,'Execute scheduled task: Background processing for sending badges notifications (core\\task\\badges_message_task)\n... started 22:05:01. Current memory use 21.5 MB.\n... used 0 dbqueries\n... used 0.00010991096496582 seconds\nScheduled task complete: Background processing for sending badges notifications (core\\task\\badges_message_task)\n','pplmvsvm',1366179),(32956861,0,'mod_chat','mod_chat\\task\\cron_task',0,1773151502.0243000000,1773151502.0334000000,2,2,0,'Execute scheduled task: Background processing for chat module (mod_chat\\task\\cron_task)\n... started 22:05:02. Current memory use 21.5 MB.\n... used 4 dbqueries\n... used 0.0074000358581543 seconds\nScheduled task complete: Background processing for chat module (mod_chat\\task\\cron_task)\n','pplmvsvm',1366179),(32956862,0,'mod_scorm','mod_scorm\\task\\cron_task',0,1773151502.1730000000,1773151502.1806000000,0,0,0,'Execute scheduled task: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n... started 22:05:02. Current memory use 22.3 MB.\n... used 0 dbqueries\n... used 0.0052790641784668 seconds\nScheduled task complete: SCORM的後台處理 (mod_scorm\\task\\cron_task)\n','pplmvsvm',1366179),(32956863,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_courses',0,1773151502.2455000000,1773151502.2493000000,0,0,0,'Execute scheduled task: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n... started 22:05:02. Current memory use 23.9 MB.\n... used 0 dbqueries\n... used 0.00087904930114746 seconds\nScheduled task complete: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n','pplmvsvm',1366179),(32956864,0,'tool_brickfield','tool_brickfield\\task\\bulk_process_caches',0,1773151502.3231000000,1773151502.3243000000,0,0,0,'Execute scheduled task: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n... started 22:05:02. Current memory use 24.0 MB.\n... used 0 dbqueries\n... used 0.00010299682617188 seconds\nScheduled task complete: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n','pplmvsvm',1366179),(32956865,0,'tool_brickfield','tool_brickfield\\task\\process_analysis_requests',0,1773151502.3909000000,1773151502.3922000000,0,0,0,'Execute scheduled task: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n... started 22:05:02. Current memory use 24.0 MB.\n... used 0 dbqueries\n... used 9.5129013061523E-5 seconds\nScheduled task complete: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n','pplmvsvm',1366179),(32956866,0,'moodle','core\\task\\session_cleanup_task',0,1773151502.4456000000,1773151502.4530000000,6,1,0,'Execute scheduled task: 清除舊課程某段期程 (core\\task\\session_cleanup_task)\n... started 22:05:02. Current memory use 24.2 MB.\n... used 7 dbqueries\n... used 0.0056140422821045 seconds\nScheduled task complete: 清除舊課程某段期程 (core\\task\\session_cleanup_task)\n','pplmvsvm',1366179),(32956867,0,'moodle','core\\task\\send_new_user_passwords_task',0,1773151502.5093000000,1773151502.5109000000,1,0,0,'Execute scheduled task: 送出新的用戶密碼 (core\\task\\send_new_user_passwords_task)\n... started 22:05:02. Current memory use 24.6 MB.\n... used 1 dbqueries\n... used 0.00050997734069824 seconds\nScheduled task complete: 送出新的用戶密碼 (core\\task\\send_new_user_passwords_task)\n','pplmvsvm',1366179),(32956868,0,'moodle','core\\task\\send_failed_login_notifications_task',0,1773151502.5744000000,1773151502.5765000000,0,0,0,'Execute scheduled task: 通知登入失敗 (core\\task\\send_failed_login_notifications_task)\n... started 22:05:02. Current memory use 24.6 MB.\n... used 0 dbqueries\n... used 0.00012493133544922 seconds\nScheduled task complete: 通知登入失敗 (core\\task\\send_failed_login_notifications_task)\n','pplmvsvm',1366179),(32956869,0,'moodle','core\\task\\legacy_plugin_cron_task',0,1773151502.6325000000,1773151502.6582000000,2,0,0,'Execute scheduled task: 外掛套件的舊有排程處理 (core\\task\\legacy_plugin_cron_task)\n... started 22:05:02. Current memory use 24.6 MB.\nRunning auth crons if required...\nRunning enrol crons if required...\nStarting activity modules\nFinished activity modules\nStarting blocks\nFinished blocks\nStarting admin reports\nFinished admin reports\nStarting course reports\nFinished course reports\nStarting gradebook plugins\nFinished gradebook plugins\n... used 2 dbqueries\n... used 0.024677038192749 seconds\nScheduled task complete: 外掛套件的舊有排程處理 (core\\task\\legacy_plugin_cron_task)\n','pplmvsvm',1366179),(32956870,0,'moodle','core\\task\\grade_cron_task',0,1773151502.7203000000,1773151502.7229000000,2,0,0,'Execute scheduled task: 成績簿的後台處理 (core\\task\\grade_cron_task)\n... started 22:05:02. Current memory use 27.0 MB.\n... used 2 dbqueries\n... used 0.0013339519500732 seconds\nScheduled task complete: 成績簿的後台處理 (core\\task\\grade_cron_task)\n','pplmvsvm',1366179),(32956871,0,'moodle','core\\task\\completion_regular_task',0,1773151502.7898000000,1773151502.7995000000,6,0,0,'Execute scheduled task: 計算正常完成的資料 (core\\task\\completion_regular_task)\n... started 22:05:02. Current memory use 27.1 MB.\nRunning completion_criteria_date->cron()\nRunning completion_criteria_activity->cron()\nRunning completion_criteria_duration->cron()\nRunning completion_criteria_grade->cron()\nRunning completion_criteria_course->cron()\nAggregating completions\n... used 6 dbqueries\n... used 0.0084519386291504 seconds\nScheduled task complete: 計算正常完成的資料 (core\\task\\completion_regular_task)\n','pplmvsvm',1366179),(32956872,0,'moodle','core\\task\\portfolio_cron_task',0,1773151502.8526000000,1773151502.8537000000,0,0,0,'Execute scheduled task: 學習歷程檔案外掛套件後台處理 (core\\task\\portfolio_cron_task)\n... started 22:05:02. Current memory use 27.6 MB.\n... used 0 dbqueries\n... used 8.7976455688477E-5 seconds\nScheduled task complete: 學習歷程檔案外掛套件後台處理 (core\\task\\portfolio_cron_task)\n','pplmvsvm',1366179),(32956873,0,'moodle','core\\task\\plagiarism_cron_task',0,1773151502.9112000000,1773151502.9126000000,0,0,0,'Execute scheduled task: 文章剽竊外掛套件的後台處理 (core\\task\\plagiarism_cron_task)\n... started 22:05:02. Current memory use 27.6 MB.\n... used 0 dbqueries\n... used 9.9897384643555E-5 seconds\nScheduled task complete: 文章剽竊外掛套件的後台處理 (core\\task\\plagiarism_cron_task)\n','pplmvsvm',1366179),(32956874,0,'moodle','core\\task\\calendar_cron_task',0,1773151502.9693000000,1773151502.9755000000,1,0,0,'Execute scheduled task: 送出行事曆通知 (core\\task\\calendar_cron_task)\n... started 22:05:02. Current memory use 27.6 MB.\n... used 1 dbqueries\n... used 0.0047259330749512 seconds\nScheduled task complete: 送出行事曆通知 (core\\task\\calendar_cron_task)\n','pplmvsvm',1366179),(32956875,0,'moodle','core\\task\\blog_cron_task',0,1773151503.0265000000,1773151503.0278000000,0,0,0,'Execute scheduled task: 與外面的部落格同步 (core\\task\\blog_cron_task)\n... started 22:05:03. Current memory use 28.0 MB.\n... used 0 dbqueries\n... used 0.00011897087097168 seconds\nScheduled task complete: 與外面的部落格同步 (core\\task\\blog_cron_task)\n','pplmvsvm',1366179),(32956876,0,'moodle','core\\task\\question_preview_cleanup_task',0,1773151503.0953000000,1773151503.1107000000,2,0,0,'Execute scheduled task: 清理試題預覽的後台處理 (core\\task\\question_preview_cleanup_task)\n... started 22:05:03. Current memory use 28.0 MB.\n\n Cleaning up old question previews...done.\n... used 2 dbqueries\n... used 0.013715982437134 seconds\nScheduled task complete: 清理試題預覽的後台處理 (core\\task\\question_preview_cleanup_task)\n','pplmvsvm',1366179),(32956877,0,'moodle','core_reportbuilder\\task\\send_schedules',0,1773151503.1643000000,1773151503.1687000000,1,0,0,'Execute scheduled task: Send report schedules (core_reportbuilder\\task\\send_schedules)\n... started 22:05:03. Current memory use 29.8 MB.\n... used 1 dbqueries\n... used 0.0021929740905762 seconds\nScheduled task complete: Send report schedules (core_reportbuilder\\task\\send_schedules)\n','pplmvsvm',1366179),(32956878,0,'mod_assign','mod_assign\\task\\cron_task',0,1773151503.2274000000,1773151503.2583000000,3,0,0,'Execute scheduled task: 作業模組的背景處理 (mod_assign\\task\\cron_task)\n... started 22:05:03. Current memory use 30.0 MB.\n... used 3 dbqueries\n... used 0.028903961181641 seconds\nScheduled task complete: 作業模組的背景處理 (mod_assign\\task\\cron_task)\n','pplmvsvm',1366179),(32956879,0,'mod_forum','mod_forum\\task\\cron_task',0,1773151503.3294000000,1773151503.3316000000,1,1,0,'Execute scheduled task: 討論區的郵寄和維護工作 (mod_forum\\task\\cron_task)\n... started 22:05:03. Current memory use 33.5 MB.\nRemoving old digest records from 7 days ago.\nRemoved all old digest records.\nFetching unmailed posts.\n No posts found.\n... used 2 dbqueries\n... used 0.00073695182800293 seconds\nScheduled task complete: 討論區的郵寄和維護工作 (mod_forum\\task\\cron_task)\n','pplmvsvm',1366179),(32956880,0,'mod_quiz','mod_quiz\\task\\update_overdue_attempts',0,1773151503.3996000000,1773151503.4035000000,1,0,0,'Execute scheduled task: 正在更新逾時的測驗作答 (mod_quiz\\task\\update_overdue_attempts)\n... started 22:05:03. Current memory use 34.8 MB.\n Looking for quiz overdue quiz attempts...\n Considered 0 attempts in 0 quizzes.\n... used 1 dbqueries\n... used 0.0015709400177002 seconds\nScheduled task complete: 正在更新逾時的測驗作答 (mod_quiz\\task\\update_overdue_attempts)\n','pplmvsvm',1366179),(32956881,0,'mod_quiz','mod_quiz\\task\\legacy_quiz_reports_cron',0,1773151503.4549000000,1773151503.4561000000,0,0,0,'Execute scheduled task: Legacy cron quiz reports (mod_quiz\\task\\legacy_quiz_reports_cron)\n... started 22:05:03. Current memory use 34.8 MB.\n... used 0 dbqueries\n... used 0.00012302398681641 seconds\nScheduled task complete: Legacy cron quiz reports (mod_quiz\\task\\legacy_quiz_reports_cron)\n','pplmvsvm',1366179),(32956882,0,'mod_quiz','mod_quiz\\task\\legacy_quiz_accessrules_cron',0,1773151503.5076000000,1773151503.5088000000,0,0,0,'Execute scheduled task: Legacy cron quiz access rules (mod_quiz\\task\\legacy_quiz_accessrules_cron)\n... started 22:05:03. Current memory use 34.8 MB.\n... used 0 dbqueries\n... used 0.00014305114746094 seconds\nScheduled task complete: Legacy cron quiz access rules (mod_quiz\\task\\legacy_quiz_accessrules_cron)\n','pplmvsvm',1366179),(32956883,0,'mod_workshop','mod_workshop\\task\\cron_task',0,1773151503.5688000000,1773151503.5742000000,1,0,0,'Execute scheduled task: Background processing for workshop module (mod_workshop\\task\\cron_task)\n... started 22:05:03. Current memory use 34.9 MB.\n processing workshop subplugins ...\n... used 1 dbqueries\n... used 0.00054407119750977 seconds\nScheduled task complete: Background processing for workshop module (mod_workshop\\task\\cron_task)\n','pplmvsvm',1366179),(32956884,0,'mod_workshop','mod_workshop\\task\\legacy_workshop_allocation_cron',0,1773151503.6293000000,1773151503.6307000000,0,0,0,'Execute scheduled task: Legacy cron workshop allocation (mod_workshop\\task\\legacy_workshop_allocation_cron)\n... started 22:05:03. Current memory use 34.9 MB.\n... used 0 dbqueries\n... used 0.00013303756713867 seconds\nScheduled task complete: Legacy cron workshop allocation (mod_workshop\\task\\legacy_workshop_allocation_cron)\n','pplmvsvm',1366179),(32956885,0,'tool_messageinbound','tool_messageinbound\\task\\pickup_task',0,1773151503.6872000000,1773151503.6902000000,0,0,0,'Execute scheduled task: 收取進來的email (tool_messageinbound\\task\\pickup_task)\n... started 22:05:03. Current memory use 34.9 MB.\nInbound Message not fully configured - exiting early.\n... used 0 dbqueries\n... used 0.0017719268798828 seconds\nScheduled task complete: 收取進來的email (tool_messageinbound\\task\\pickup_task)\n','pplmvsvm',1366179),(32956886,0,'tool_monitor','tool_monitor\\task\\clean_events',0,1773151503.7459000000,1773151503.7482000000,0,0,0,'Execute scheduled task: 移除事件監看器上的所有事件 (tool_monitor\\task\\clean_events)\n... started 22:05:03. Current memory use 35.1 MB.\n... used 0 dbqueries\n... used 0.00080490112304688 seconds\nScheduled task complete: 移除事件監看器上的所有事件 (tool_monitor\\task\\clean_events)\n','pplmvsvm',1366179),(32956887,0,'workshopallocation_scheduled','workshopallocation_scheduled\\task\\cron_task',0,1773151503.8151000000,1773151503.8174000000,1,0,0,'Execute scheduled task: Background processing for scheduled allocation (workshopallocation_scheduled\\task\\cron_task)\n... started 22:05:03. Current memory use 35.1 MB.\n... no workshops awaiting scheduled allocation. ... used 1 dbqueries\n... used 0.00053501129150391 seconds\nScheduled task complete: Background processing for scheduled allocation (workshopallocation_scheduled\\task\\cron_task)\n','pplmvsvm',1366179),(32956888,0,'moodle','core\\task\\session_cleanup_task',0,1773151562.1396000000,1773151562.1556000000,6,1,0,'Execute scheduled task: 清除舊課程某段期程 (core\\task\\session_cleanup_task)\n... started 22:06:02. Current memory use 20.5 MB.\n... used 7 dbqueries\n... used 0.0094368457794189 seconds\nScheduled task complete: 清除舊課程某段期程 (core\\task\\session_cleanup_task)\n','pplmvsvm',1366190),(32956889,0,'moodle','core\\task\\send_new_user_passwords_task',0,1773151562.2052000000,1773151562.2069000000,1,0,0,'Execute scheduled task: 送出新的用戶密碼 (core\\task\\send_new_user_passwords_task)\n... started 22:06:02. Current memory use 21.8 MB.\n... used 1 dbqueries\n... used 0.00060510635375977 seconds\nScheduled task complete: 送出新的用戶密碼 (core\\task\\send_new_user_passwords_task)\n','pplmvsvm',1366190),(32956890,0,'moodle','core\\task\\send_failed_login_notifications_task',0,1773151562.2648000000,1773151562.2661000000,0,0,0,'Execute scheduled task: 通知登入失敗 (core\\task\\send_failed_login_notifications_task)\n... started 22:06:02. Current memory use 21.9 MB.\n... used 0 dbqueries\n... used 8.702278137207E-5 seconds\nScheduled task complete: 通知登入失敗 (core\\task\\send_failed_login_notifications_task)\n','pplmvsvm',1366190),(32956891,0,'moodle','core\\task\\legacy_plugin_cron_task',0,1773151562.3232000000,1773151562.3502000000,2,0,0,'Execute scheduled task: 外掛套件的舊有排程處理 (core\\task\\legacy_plugin_cron_task)\n... started 22:06:02. Current memory use 21.9 MB.\nRunning auth crons if required...\nRunning enrol crons if required...\nStarting activity modules\nFinished activity modules\nStarting blocks\nFinished blocks\nStarting admin reports\nFinished admin reports\nStarting course reports\nFinished course reports\nStarting gradebook plugins\nFinished gradebook plugins\n... used 2 dbqueries\n... used 0.02597713470459 seconds\nScheduled task complete: 外掛套件的舊有排程處理 (core\\task\\legacy_plugin_cron_task)\n','pplmvsvm',1366190),(32956892,0,'moodle','core\\task\\grade_cron_task',0,1773151562.4086000000,1773151562.4109000000,2,0,0,'Execute scheduled task: 成績簿的後台處理 (core\\task\\grade_cron_task)\n... started 22:06:02. Current memory use 25.6 MB.\n... used 2 dbqueries\n... used 0.0012569427490234 seconds\nScheduled task complete: 成績簿的後台處理 (core\\task\\grade_cron_task)\n','pplmvsvm',1366190),(32956893,0,'moodle','core\\task\\completion_regular_task',0,1773151562.4698000000,1773151562.4793000000,6,0,0,'Execute scheduled task: 計算正常完成的資料 (core\\task\\completion_regular_task)\n... started 22:06:02. Current memory use 25.6 MB.\nRunning completion_criteria_date->cron()\nRunning completion_criteria_activity->cron()\nRunning completion_criteria_duration->cron()\nRunning completion_criteria_grade->cron()\nRunning completion_criteria_course->cron()\nAggregating completions\n... used 6 dbqueries\n... used 0.0083601474761963 seconds\nScheduled task complete: 計算正常完成的資料 (core\\task\\completion_regular_task)\n','pplmvsvm',1366190),(32956894,0,'moodle','core\\task\\portfolio_cron_task',0,1773151562.5313000000,1773151562.5324000000,0,0,0,'Execute scheduled task: 學習歷程檔案外掛套件後台處理 (core\\task\\portfolio_cron_task)\n... started 22:06:02. Current memory use 26.0 MB.\n... used 0 dbqueries\n... used 8.1062316894531E-5 seconds\nScheduled task complete: 學習歷程檔案外掛套件後台處理 (core\\task\\portfolio_cron_task)\n','pplmvsvm',1366190),(32956895,0,'moodle','core\\task\\plagiarism_cron_task',0,1773151562.5876000000,1773151562.5889000000,0,0,0,'Execute scheduled task: 文章剽竊外掛套件的後台處理 (core\\task\\plagiarism_cron_task)\n... started 22:06:02. Current memory use 26.1 MB.\n... used 0 dbqueries\n... used 8.8930130004883E-5 seconds\nScheduled task complete: 文章剽竊外掛套件的後台處理 (core\\task\\plagiarism_cron_task)\n','pplmvsvm',1366190),(32956896,0,'moodle','core\\task\\calendar_cron_task',0,1773151562.6476000000,1773151562.6522000000,1,0,0,'Execute scheduled task: 送出行事曆通知 (core\\task\\calendar_cron_task)\n... started 22:06:02. Current memory use 26.5 MB.\n... used 1 dbqueries\n... used 0.0035648345947266 seconds\nScheduled task complete: 送出行事曆通知 (core\\task\\calendar_cron_task)\n','pplmvsvm',1366190),(32956897,0,'moodle','core\\task\\blog_cron_task',0,1773151562.7086000000,1773151562.7102000000,0,0,0,'Execute scheduled task: 與外面的部落格同步 (core\\task\\blog_cron_task)\n... started 22:06:02. Current memory use 26.9 MB.\n... used 0 dbqueries\n... used 9.8943710327148E-5 seconds\nScheduled task complete: 與外面的部落格同步 (core\\task\\blog_cron_task)\n','pplmvsvm',1366190),(32956898,0,'moodle','core\\task\\question_preview_cleanup_task',0,1773151562.7698000000,1773151562.7855000000,2,0,0,'Execute scheduled task: 清理試題預覽的後台處理 (core\\task\\question_preview_cleanup_task)\n... started 22:06:02. Current memory use 26.9 MB.\n\n Cleaning up old question previews...done.\n... used 2 dbqueries\n... used 0.014478921890259 seconds\nScheduled task complete: 清理試題預覽的後台處理 (core\\task\\question_preview_cleanup_task)\n','pplmvsvm',1366190),(32956899,0,'moodle','core_reportbuilder\\task\\send_schedules',0,1773151562.8539000000,1773151562.8574000000,1,0,0,'Execute scheduled task: Send report schedules (core_reportbuilder\\task\\send_schedules)\n... started 22:06:02. Current memory use 28.7 MB.\n... used 1 dbqueries\n... used 0.0021069049835205 seconds\nScheduled task complete: Send report schedules (core_reportbuilder\\task\\send_schedules)\n','pplmvsvm',1366190),(32956900,0,'mod_assign','mod_assign\\task\\cron_task',0,1773151562.9232000000,1773151562.9542000000,3,0,0,'Execute scheduled task: 作業模組的背景處理 (mod_assign\\task\\cron_task)\n... started 22:06:02. Current memory use 28.9 MB.\n... used 3 dbqueries\n... used 0.028892040252686 seconds\nScheduled task complete: 作業模組的背景處理 (mod_assign\\task\\cron_task)\n','pplmvsvm',1366190),(32956901,0,'mod_forum','mod_forum\\task\\cron_task',0,1773151563.0256000000,1773151563.0288000000,1,1,0,'Execute scheduled task: 討論區的郵寄和維護工作 (mod_forum\\task\\cron_task)\n... started 22:06:03. Current memory use 32.4 MB.\nRemoving old digest records from 7 days ago.\nRemoved all old digest records.\nFetching unmailed posts.\n No posts found.\n... used 2 dbqueries\n... used 0.00093483924865723 seconds\nScheduled task complete: 討論區的郵寄和維護工作 (mod_forum\\task\\cron_task)\n','pplmvsvm',1366190),(32956902,0,'mod_quiz','mod_quiz\\task\\update_overdue_attempts',0,1773151563.1339000000,1773151563.1369000000,1,0,0,'Execute scheduled task: 正在更新逾時的測驗作答 (mod_quiz\\task\\update_overdue_attempts)\n... started 22:06:03. Current memory use 33.8 MB.\n Looking for quiz overdue quiz attempts...\n Considered 0 attempts in 0 quizzes.\n... used 1 dbqueries\n... used 0.0013549327850342 seconds\nScheduled task complete: 正在更新逾時的測驗作答 (mod_quiz\\task\\update_overdue_attempts)\n','pplmvsvm',1366190),(32956903,0,'mod_quiz','mod_quiz\\task\\legacy_quiz_reports_cron',0,1773151563.2362000000,1773151563.2377000000,0,0,0,'Execute scheduled task: Legacy cron quiz reports (mod_quiz\\task\\legacy_quiz_reports_cron)\n... started 22:06:03. Current memory use 33.8 MB.\n... used 0 dbqueries\n... used 0.00015115737915039 seconds\nScheduled task complete: Legacy cron quiz reports (mod_quiz\\task\\legacy_quiz_reports_cron)\n','pplmvsvm',1366190),(32956904,0,'mod_quiz','mod_quiz\\task\\legacy_quiz_accessrules_cron',0,1773151563.3362000000,1773151563.3375000000,0,0,0,'Execute scheduled task: Legacy cron quiz access rules (mod_quiz\\task\\legacy_quiz_accessrules_cron)\n... started 22:06:03. Current memory use 33.8 MB.\n... used 0 dbqueries\n... used 0.00016403198242188 seconds\nScheduled task complete: Legacy cron quiz access rules (mod_quiz\\task\\legacy_quiz_accessrules_cron)\n','pplmvsvm',1366190),(32956905,0,'mod_workshop','mod_workshop\\task\\cron_task',0,1773151563.4263000000,1773151563.4288000000,1,0,0,'Execute scheduled task: Background processing for workshop module (mod_workshop\\task\\cron_task)\n... started 22:06:03. Current memory use 33.9 MB.\n processing workshop subplugins ...\n... used 1 dbqueries\n... used 0.00074195861816406 seconds\nScheduled task complete: Background processing for workshop module (mod_workshop\\task\\cron_task)\n','pplmvsvm',1366190),(32956906,0,'mod_workshop','mod_workshop\\task\\legacy_workshop_allocation_cron',0,1773151563.5240000000,1773151563.5256000000,0,0,0,'Execute scheduled task: Legacy cron workshop allocation (mod_workshop\\task\\legacy_workshop_allocation_cron)\n... started 22:06:03. Current memory use 33.9 MB.\n... used 0 dbqueries\n... used 0.00014996528625488 seconds\nScheduled task complete: Legacy cron workshop allocation (mod_workshop\\task\\legacy_workshop_allocation_cron)\n','pplmvsvm',1366190),(32956907,0,'tool_messageinbound','tool_messageinbound\\task\\pickup_task',0,1773151563.6224000000,1773151563.6252000000,0,0,0,'Execute scheduled task: 收取進來的email (tool_messageinbound\\task\\pickup_task)\n... started 22:06:03. Current memory use 33.4 MB.\nInbound Message not fully configured - exiting early.\n... used 0 dbqueries\n... used 0.0014801025390625 seconds\nScheduled task complete: 收取進來的email (tool_messageinbound\\task\\pickup_task)\n','pplmvsvm',1366190),(32956908,0,'tool_monitor','tool_monitor\\task\\clean_events',0,1773151563.6807000000,1773151563.6818000000,0,0,0,'Execute scheduled task: 移除事件監看器上的所有事件 (tool_monitor\\task\\clean_events)\n... started 22:06:03. Current memory use 33.5 MB.\n... used 0 dbqueries\n... used 0.0001518726348877 seconds\nScheduled task complete: 移除事件監看器上的所有事件 (tool_monitor\\task\\clean_events)\n','pplmvsvm',1366190),(32956909,0,'workshopallocation_scheduled','workshopallocation_scheduled\\task\\cron_task',0,1773151563.7399000000,1773151563.7412000000,1,0,0,'Execute scheduled task: Background processing for scheduled allocation (workshopallocation_scheduled\\task\\cron_task)\n... started 22:06:03. Current memory use 33.5 MB.\n... no workshops awaiting scheduled allocation. ... used 1 dbqueries\n... used 0.00047397613525391 seconds\nScheduled task complete: Background processing for scheduled allocation (workshopallocation_scheduled\\task\\cron_task)\n','pplmvsvm',1366190),(32956910,0,'moodle','core\\task\\sync_plans_from_template_cohorts_task',0,1773151622.0596000000,1773151622.0747000000,0,0,0,'Execute scheduled task: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n... started 22:07:02. Current memory use 20.3 MB.\n... used 0 dbqueries\n... used 0.010173082351685 seconds\nScheduled task complete: 讓學習計畫和同期的學習計畫樣版同步 (core\\task\\sync_plans_from_template_cohorts_task)\n','pplmvsvm',1366197),(32956911,0,'moodle','core\\task\\session_cleanup_task',0,1773151622.1322000000,1773151622.1420000000,6,1,0,'Execute scheduled task: 清除舊課程某段期程 (core\\task\\session_cleanup_task)\n... started 22:07:02. Current memory use 22.2 MB.\n... used 7 dbqueries\n... used 0.0072879791259766 seconds\nScheduled task complete: 清除舊課程某段期程 (core\\task\\session_cleanup_task)\n','pplmvsvm',1366197),(32956912,0,'moodle','core\\task\\send_new_user_passwords_task',0,1773151622.1967000000,1773151622.1983000000,1,0,0,'Execute scheduled task: 送出新的用戶密碼 (core\\task\\send_new_user_passwords_task)\n... started 22:07:02. Current memory use 22.5 MB.\n... used 1 dbqueries\n... used 0.00050783157348633 seconds\nScheduled task complete: 送出新的用戶密碼 (core\\task\\send_new_user_passwords_task)\n','pplmvsvm',1366197),(32956913,0,'moodle','core\\task\\send_failed_login_notifications_task',0,1773151622.2562000000,1773151622.2572000000,0,0,0,'Execute scheduled task: 通知登入失敗 (core\\task\\send_failed_login_notifications_task)\n... started 22:07:02. Current memory use 22.5 MB.\n... used 0 dbqueries\n... used 8.2015991210938E-5 seconds\nScheduled task complete: 通知登入失敗 (core\\task\\send_failed_login_notifications_task)\n','pplmvsvm',1366197),(32956914,0,'moodle','core\\task\\legacy_plugin_cron_task',0,1773151622.3107000000,1773151622.3358000000,2,0,0,'Execute scheduled task: 外掛套件的舊有排程處理 (core\\task\\legacy_plugin_cron_task)\n... started 22:07:02. Current memory use 22.5 MB.\nRunning auth crons if required...\nRunning enrol crons if required...\nStarting activity modules\nFinished activity modules\nStarting blocks\nFinished blocks\nStarting admin reports\nFinished admin reports\nStarting course reports\nFinished course reports\nStarting gradebook plugins\nFinished gradebook plugins\n... used 2 dbqueries\n... used 0.023910045623779 seconds\nScheduled task complete: 外掛套件的舊有排程處理 (core\\task\\legacy_plugin_cron_task)\n','pplmvsvm',1366197),(32956915,0,'moodle','core\\task\\grade_cron_task',0,1773151622.3916000000,1773151622.3936000000,2,0,0,'Execute scheduled task: 成績簿的後台處理 (core\\task\\grade_cron_task)\n... started 22:07:02. Current memory use 26.2 MB.\n... used 2 dbqueries\n... used 0.00093913078308105 seconds\nScheduled task complete: 成績簿的後台處理 (core\\task\\grade_cron_task)\n','pplmvsvm',1366197),(32956916,0,'moodle','core\\task\\completion_regular_task',0,1773151622.4478000000,1773151622.4574000000,6,0,0,'Execute scheduled task: 計算正常完成的資料 (core\\task\\completion_regular_task)\n... started 22:07:02. Current memory use 26.2 MB.\nRunning completion_criteria_date->cron()\nRunning completion_criteria_activity->cron()\nRunning completion_criteria_duration->cron()\nRunning completion_criteria_grade->cron()\nRunning completion_criteria_course->cron()\nAggregating completions\n... used 6 dbqueries\n... used 0.0086290836334229 seconds\nScheduled task complete: 計算正常完成的資料 (core\\task\\completion_regular_task)\n','pplmvsvm',1366197),(32956917,0,'moodle','core\\task\\portfolio_cron_task',0,1773151622.5108000000,1773151622.5130000000,0,0,0,'Execute scheduled task: 學習歷程檔案外掛套件後台處理 (core\\task\\portfolio_cron_task)\n... started 22:07:02. Current memory use 26.7 MB.\n... used 0 dbqueries\n... used 0.00011396408081055 seconds\nScheduled task complete: 學習歷程檔案外掛套件後台處理 (core\\task\\portfolio_cron_task)\n','pplmvsvm',1366197),(32956918,0,'moodle','core\\task\\plagiarism_cron_task',0,1773151622.5670000000,1773151622.5681000000,0,0,0,'Execute scheduled task: 文章剽竊外掛套件的後台處理 (core\\task\\plagiarism_cron_task)\n... started 22:07:02. Current memory use 26.7 MB.\n... used 0 dbqueries\n... used 8.4877014160156E-5 seconds\nScheduled task complete: 文章剽竊外掛套件的後台處理 (core\\task\\plagiarism_cron_task)\n','pplmvsvm',1366197),(32956919,0,'moodle','core\\task\\calendar_cron_task',0,1773151622.6324000000,1773151622.6368000000,1,0,0,'Execute scheduled task: 送出行事曆通知 (core\\task\\calendar_cron_task)\n... started 22:07:02. Current memory use 27.2 MB.\n... used 1 dbqueries\n... used 0.0032858848571777 seconds\nScheduled task complete: 送出行事曆通知 (core\\task\\calendar_cron_task)\n','pplmvsvm',1366197),(32956920,0,'moodle','core\\task\\blog_cron_task',0,1773151622.7009000000,1773151622.7020000000,0,0,0,'Execute scheduled task: 與外面的部落格同步 (core\\task\\blog_cron_task)\n... started 22:07:02. Current memory use 27.6 MB.\n... used 0 dbqueries\n... used 8.7976455688477E-5 seconds\nScheduled task complete: 與外面的部落格同步 (core\\task\\blog_cron_task)\n','pplmvsvm',1366197),(32956921,0,'moodle','core\\task\\question_preview_cleanup_task',0,1773151622.7635000000,1773151622.7787000000,2,0,0,'Execute scheduled task: 清理試題預覽的後台處理 (core\\task\\question_preview_cleanup_task)\n... started 22:07:02. Current memory use 27.6 MB.\n\n Cleaning up old question previews...done.\n... used 2 dbqueries\n... used 0.014091014862061 seconds\nScheduled task complete: 清理試題預覽的後台處理 (core\\task\\question_preview_cleanup_task)\n','pplmvsvm',1366197),(32956922,0,'moodle','core_reportbuilder\\task\\send_schedules',0,1773151622.8325000000,1773151622.8367000000,1,0,0,'Execute scheduled task: Send report schedules (core_reportbuilder\\task\\send_schedules)\n... started 22:07:02. Current memory use 29.4 MB.\n... used 1 dbqueries\n... used 0.0019941329956055 seconds\nScheduled task complete: Send report schedules (core_reportbuilder\\task\\send_schedules)\n','pplmvsvm',1366197),(32956923,0,'mod_assign','mod_assign\\task\\cron_task',0,1773151622.8954000000,1773151622.9245000000,3,0,0,'Execute scheduled task: 作業模組的背景處理 (mod_assign\\task\\cron_task)\n... started 22:07:02. Current memory use 29.6 MB.\n... used 3 dbqueries\n... used 0.026917934417725 seconds\nScheduled task complete: 作業模組的背景處理 (mod_assign\\task\\cron_task)\n','pplmvsvm',1366197),(32956924,0,'mod_forum','mod_forum\\task\\cron_task',0,1773151622.9934000000,1773151622.9965000000,1,1,0,'Execute scheduled task: 討論區的郵寄和維護工作 (mod_forum\\task\\cron_task)\n... started 22:07:02. Current memory use 33.1 MB.\nRemoving old digest records from 7 days ago.\nRemoved all old digest records.\nFetching unmailed posts.\n No posts found.\n... used 2 dbqueries\n... used 0.0014119148254395 seconds\nScheduled task complete: 討論區的郵寄和維護工作 (mod_forum\\task\\cron_task)\n','pplmvsvm',1366197),(32956925,0,'mod_quiz','mod_quiz\\task\\update_overdue_attempts',0,1773151623.0708000000,1773151623.0751000000,1,0,0,'Execute scheduled task: 正在更新逾時的測驗作答 (mod_quiz\\task\\update_overdue_attempts)\n... started 22:07:03. Current memory use 34.4 MB.\n Looking for quiz overdue quiz attempts...\n Considered 0 attempts in 0 quizzes.\n... used 1 dbqueries\n... used 0.0017220973968506 seconds\nScheduled task complete: 正在更新逾時的測驗作答 (mod_quiz\\task\\update_overdue_attempts)\n','pplmvsvm',1366197),(32956926,0,'mod_quiz','mod_quiz\\task\\legacy_quiz_reports_cron',0,1773151623.1314000000,1773151623.1332000000,0,0,0,'Execute scheduled task: Legacy cron quiz reports (mod_quiz\\task\\legacy_quiz_reports_cron)\n... started 22:07:03. Current memory use 34.4 MB.\n... used 0 dbqueries\n... used 0.00012803077697754 seconds\nScheduled task complete: Legacy cron quiz reports (mod_quiz\\task\\legacy_quiz_reports_cron)\n','pplmvsvm',1366197),(32956927,0,'mod_quiz','mod_quiz\\task\\legacy_quiz_accessrules_cron',0,1773151623.1973000000,1773151623.1987000000,0,0,0,'Execute scheduled task: Legacy cron quiz access rules (mod_quiz\\task\\legacy_quiz_accessrules_cron)\n... started 22:07:03. Current memory use 34.4 MB.\n... used 0 dbqueries\n... used 0.00012993812561035 seconds\nScheduled task complete: Legacy cron quiz access rules (mod_quiz\\task\\legacy_quiz_accessrules_cron)\n','pplmvsvm',1366197),(32956928,0,'mod_workshop','mod_workshop\\task\\cron_task',0,1773151623.2522000000,1773151623.2548000000,1,0,0,'Execute scheduled task: Background processing for workshop module (mod_workshop\\task\\cron_task)\n... started 22:07:03. Current memory use 34.5 MB.\n processing workshop subplugins ...\n... used 1 dbqueries\n... used 0.00044798851013184 seconds\nScheduled task complete: Background processing for workshop module (mod_workshop\\task\\cron_task)\n','pplmvsvm',1366197),(32956929,0,'mod_workshop','mod_workshop\\task\\legacy_workshop_allocation_cron',0,1773151623.3102000000,1773151623.3116000000,0,0,0,'Execute scheduled task: Legacy cron workshop allocation (mod_workshop\\task\\legacy_workshop_allocation_cron)\n... started 22:07:03. Current memory use 34.5 MB.\n... used 0 dbqueries\n... used 0.00013399124145508 seconds\nScheduled task complete: Legacy cron workshop allocation (mod_workshop\\task\\legacy_workshop_allocation_cron)\n','pplmvsvm',1366197),(32956930,0,'tool_messageinbound','tool_messageinbound\\task\\pickup_task',0,1773151623.3660000000,1773151623.3687000000,0,0,0,'Execute scheduled task: 收取進來的email (tool_messageinbound\\task\\pickup_task)\n... started 22:07:03. Current memory use 34.0 MB.\nInbound Message not fully configured - exiting early.\n... used 0 dbqueries\n... used 0.0015320777893066 seconds\nScheduled task complete: 收取進來的email (tool_messageinbound\\task\\pickup_task)\n','pplmvsvm',1366197),(32956931,0,'tool_monitor','tool_monitor\\task\\clean_events',0,1773151623.4250000000,1773151623.4263000000,0,0,0,'Execute scheduled task: 移除事件監看器上的所有事件 (tool_monitor\\task\\clean_events)\n... started 22:07:03. Current memory use 34.2 MB.\n... used 0 dbqueries\n... used 0.00018596649169922 seconds\nScheduled task complete: 移除事件監看器上的所有事件 (tool_monitor\\task\\clean_events)\n','pplmvsvm',1366197),(32956932,0,'workshopallocation_scheduled','workshopallocation_scheduled\\task\\cron_task',0,1773151623.4909000000,1773151623.4929000000,1,0,0,'Execute scheduled task: Background processing for scheduled allocation (workshopallocation_scheduled\\task\\cron_task)\n... started 22:07:03. Current memory use 34.2 MB.\n... no workshops awaiting scheduled allocation. ... used 1 dbqueries\n... used 0.00050115585327148 seconds\nScheduled task complete: Background processing for scheduled allocation (workshopallocation_scheduled\\task\\cron_task)\n','pplmvsvm',1366197),(32956933,0,'moodle','core\\task\\session_cleanup_task',0,1773151681.8050000000,1773151681.8209000000,6,1,0,'Execute scheduled task: 清除舊課程某段期程 (core\\task\\session_cleanup_task)\n... started 22:08:01. Current memory use 20.5 MB.\n... used 7 dbqueries\n... used 0.0094478130340576 seconds\nScheduled task complete: 清除舊課程某段期程 (core\\task\\session_cleanup_task)\n','pplmvsvm',1366208),(32956934,0,'moodle','core\\task\\send_new_user_passwords_task',0,1773151681.8778000000,1773151681.8796000000,1,0,0,'Execute scheduled task: 送出新的用戶密碼 (core\\task\\send_new_user_passwords_task)\n... started 22:08:01. Current memory use 21.8 MB.\n... used 1 dbqueries\n... used 0.00064492225646973 seconds\nScheduled task complete: 送出新的用戶密碼 (core\\task\\send_new_user_passwords_task)\n','pplmvsvm',1366208),(32956935,0,'moodle','core\\task\\send_failed_login_notifications_task',0,1773151681.9380000000,1773151681.9392000000,0,0,0,'Execute scheduled task: 通知登入失敗 (core\\task\\send_failed_login_notifications_task)\n... started 22:08:01. Current memory use 21.9 MB.\n... used 0 dbqueries\n... used 8.9168548583984E-5 seconds\nScheduled task complete: 通知登入失敗 (core\\task\\send_failed_login_notifications_task)\n','pplmvsvm',1366208),(32956936,0,'moodle','core\\task\\legacy_plugin_cron_task',0,1773151681.9911000000,1773151682.0189000000,2,0,0,'Execute scheduled task: 外掛套件的舊有排程處理 (core\\task\\legacy_plugin_cron_task)\n... started 22:08:01. Current memory use 21.9 MB.\nRunning auth crons if required...\nRunning enrol crons if required...\nStarting activity modules\nFinished activity modules\nStarting blocks\nFinished blocks\nStarting admin reports\nFinished admin reports\nStarting course reports\nFinished course reports\nStarting gradebook plugins\nFinished gradebook plugins\n... used 2 dbqueries\n... used 0.026549100875854 seconds\nScheduled task complete: 外掛套件的舊有排程處理 (core\\task\\legacy_plugin_cron_task)\n','pplmvsvm',1366208),(32956937,0,'moodle','core\\task\\grade_cron_task',0,1773151682.0869000000,1773151682.0893000000,2,0,0,'Execute scheduled task: 成績簿的後台處理 (core\\task\\grade_cron_task)\n... started 22:08:02. Current memory use 25.6 MB.\n... used 2 dbqueries\n... used 0.001176118850708 seconds\nScheduled task complete: 成績簿的後台處理 (core\\task\\grade_cron_task)\n','pplmvsvm',1366208),(32956938,0,'moodle','core\\task\\completion_regular_task',0,1773151682.2221000000,1773151682.2315000000,6,0,0,'Execute scheduled task: 計算正常完成的資料 (core\\task\\completion_regular_task)\n... started 22:08:02. Current memory use 25.6 MB.\nRunning completion_criteria_date->cron()\nRunning completion_criteria_activity->cron()\nRunning completion_criteria_duration->cron()\nRunning completion_criteria_grade->cron()\nRunning completion_criteria_course->cron()\nAggregating completions\n... used 6 dbqueries\n... used 0.0082099437713623 seconds\nScheduled task complete: 計算正常完成的資料 (core\\task\\completion_regular_task)\n','pplmvsvm',1366208),(32956939,0,'moodle','core\\task\\portfolio_cron_task',0,1773151682.2929000000,1773151682.2946000000,0,0,0,'Execute scheduled task: 學習歷程檔案外掛套件後台處理 (core\\task\\portfolio_cron_task)\n... started 22:08:02. Current memory use 26.0 MB.\n... used 0 dbqueries\n... used 9.608268737793E-5 seconds\nScheduled task complete: 學習歷程檔案外掛套件後台處理 (core\\task\\portfolio_cron_task)\n','pplmvsvm',1366208),(32956940,0,'moodle','core\\task\\plagiarism_cron_task',0,1773151682.3523000000,1773151682.3536000000,0,0,0,'Execute scheduled task: 文章剽竊外掛套件的後台處理 (core\\task\\plagiarism_cron_task)\n... started 22:08:02. Current memory use 26.1 MB.\n... used 0 dbqueries\n... used 9.918212890625E-5 seconds\nScheduled task complete: 文章剽竊外掛套件的後台處理 (core\\task\\plagiarism_cron_task)\n','pplmvsvm',1366208),(32956941,0,'moodle','core\\task\\calendar_cron_task',0,1773151682.4131000000,1773151682.4176000000,1,0,0,'Execute scheduled task: 送出行事曆通知 (core\\task\\calendar_cron_task)\n... started 22:08:02. Current memory use 26.5 MB.\n... used 1 dbqueries\n... used 0.0032680034637451 seconds\nScheduled task complete: 送出行事曆通知 (core\\task\\calendar_cron_task)\n','pplmvsvm',1366208),(32956942,0,'moodle','core\\task\\blog_cron_task',0,1773151682.4765000000,1773151682.4782000000,0,0,0,'Execute scheduled task: 與外面的部落格同步 (core\\task\\blog_cron_task)\n... started 22:08:02. Current memory use 26.9 MB.\n... used 0 dbqueries\n... used 0.00046706199645996 seconds\nScheduled task complete: 與外面的部落格同步 (core\\task\\blog_cron_task)\n','pplmvsvm',1366208),(32956943,0,'moodle','core\\task\\question_preview_cleanup_task',0,1773151682.5402000000,1773151682.5551000000,2,0,0,'Execute scheduled task: 清理試題預覽的後台處理 (core\\task\\question_preview_cleanup_task)\n... started 22:08:02. Current memory use 26.9 MB.\n\n Cleaning up old question previews...done.\n... used 2 dbqueries\n... used 0.013590097427368 seconds\nScheduled task complete: 清理試題預覽的後台處理 (core\\task\\question_preview_cleanup_task)\n','pplmvsvm',1366208),(32956944,0,'moodle','core_reportbuilder\\task\\send_schedules',0,1773151682.6047000000,1773151682.6082000000,1,0,0,'Execute scheduled task: Send report schedules (core_reportbuilder\\task\\send_schedules)\n... started 22:08:02. Current memory use 28.7 MB.\n... used 1 dbqueries\n... used 0.002032995223999 seconds\nScheduled task complete: Send report schedules (core_reportbuilder\\task\\send_schedules)\n','pplmvsvm',1366208),(32956945,0,'mod_assign','mod_assign\\task\\cron_task',0,1773151682.6614000000,1773151682.6893000000,3,0,0,'Execute scheduled task: 作業模組的背景處理 (mod_assign\\task\\cron_task)\n... started 22:08:02. Current memory use 28.9 MB.\n... used 3 dbqueries\n... used 0.025739908218384 seconds\nScheduled task complete: 作業模組的背景處理 (mod_assign\\task\\cron_task)\n','pplmvsvm',1366208),(32956946,0,'mod_forum','mod_forum\\task\\cron_task',0,1773151682.7488000000,1773151682.7524000000,1,1,0,'Execute scheduled task: 討論區的郵寄和維護工作 (mod_forum\\task\\cron_task)\n... started 22:08:02. Current memory use 32.4 MB.\nRemoving old digest records from 7 days ago.\nRemoved all old digest records.\nFetching unmailed posts.\n No posts found.\n... used 2 dbqueries\n... used 0.00099992752075195 seconds\nScheduled task complete: 討論區的郵寄和維護工作 (mod_forum\\task\\cron_task)\n','pplmvsvm',1366208),(32956947,0,'mod_quiz','mod_quiz\\task\\update_overdue_attempts',0,1773151682.8148000000,1773151682.8184000000,1,0,0,'Execute scheduled task: 正在更新逾時的測驗作答 (mod_quiz\\task\\update_overdue_attempts)\n... started 22:08:02. Current memory use 33.8 MB.\n Looking for quiz overdue quiz attempts...\n Considered 0 attempts in 0 quizzes.\n... used 1 dbqueries\n... used 0.0015180110931396 seconds\nScheduled task complete: 正在更新逾時的測驗作答 (mod_quiz\\task\\update_overdue_attempts)\n','pplmvsvm',1366208),(32956948,0,'mod_quiz','mod_quiz\\task\\legacy_quiz_reports_cron',0,1773151682.8813000000,1773151682.8828000000,0,0,0,'Execute scheduled task: Legacy cron quiz reports (mod_quiz\\task\\legacy_quiz_reports_cron)\n... started 22:08:02. Current memory use 33.8 MB.\n... used 0 dbqueries\n... used 0.0001370906829834 seconds\nScheduled task complete: Legacy cron quiz reports (mod_quiz\\task\\legacy_quiz_reports_cron)\n','pplmvsvm',1366208),(32956949,0,'mod_quiz','mod_quiz\\task\\legacy_quiz_accessrules_cron',0,1773151682.9326000000,1773151682.9340000000,0,0,0,'Execute scheduled task: Legacy cron quiz access rules (mod_quiz\\task\\legacy_quiz_accessrules_cron)\n... started 22:08:02. Current memory use 33.8 MB.\n... used 0 dbqueries\n... used 0.00013494491577148 seconds\nScheduled task complete: Legacy cron quiz access rules (mod_quiz\\task\\legacy_quiz_accessrules_cron)\n','pplmvsvm',1366208),(32956950,0,'mod_workshop','mod_workshop\\task\\cron_task',0,1773151682.9844000000,1773151682.9863000000,1,0,0,'Execute scheduled task: Background processing for workshop module (mod_workshop\\task\\cron_task)\n... started 22:08:02. Current memory use 33.9 MB.\n processing workshop subplugins ...\n... used 1 dbqueries\n... used 0.00043106079101562 seconds\nScheduled task complete: Background processing for workshop module (mod_workshop\\task\\cron_task)\n','pplmvsvm',1366208),(32956951,0,'mod_workshop','mod_workshop\\task\\legacy_workshop_allocation_cron',0,1773151683.0382000000,1773151683.0399000000,0,0,0,'Execute scheduled task: Legacy cron workshop allocation (mod_workshop\\task\\legacy_workshop_allocation_cron)\n... started 22:08:03. Current memory use 33.9 MB.\n... used 0 dbqueries\n... used 0.00014114379882812 seconds\nScheduled task complete: Legacy cron workshop allocation (mod_workshop\\task\\legacy_workshop_allocation_cron)\n','pplmvsvm',1366208),(32956952,0,'tool_messageinbound','tool_messageinbound\\task\\pickup_task',0,1773151683.1121000000,1773151683.1149000000,0,0,0,'Execute scheduled task: 收取進來的email (tool_messageinbound\\task\\pickup_task)\n... started 22:08:03. Current memory use 33.4 MB.\nInbound Message not fully configured - exiting early.\n... used 0 dbqueries\n... used 0.0015709400177002 seconds\nScheduled task complete: 收取進來的email (tool_messageinbound\\task\\pickup_task)\n','pplmvsvm',1366208),(32956953,0,'tool_monitor','tool_monitor\\task\\clean_events',0,1773151683.1712000000,1773151683.1727000000,0,0,0,'Execute scheduled task: 移除事件監看器上的所有事件 (tool_monitor\\task\\clean_events)\n... started 22:08:03. Current memory use 33.5 MB.\n... used 0 dbqueries\n... used 0.00017905235290527 seconds\nScheduled task complete: 移除事件監看器上的所有事件 (tool_monitor\\task\\clean_events)\n','pplmvsvm',1366208),(32956954,0,'workshopallocation_scheduled','workshopallocation_scheduled\\task\\cron_task',0,1773151683.2383000000,1773151683.2399000000,1,0,0,'Execute scheduled task: Background processing for scheduled allocation (workshopallocation_scheduled\\task\\cron_task)\n... started 22:08:03. Current memory use 33.5 MB.\n... no workshops awaiting scheduled allocation. ... used 1 dbqueries\n... used 0.00051999092102051 seconds\nScheduled task complete: Background processing for scheduled allocation (workshopallocation_scheduled\\task\\cron_task)\n','pplmvsvm',1366208),(32956955,0,'moodle','core\\task\\session_cleanup_task',0,1773151741.5321000000,1773151741.5728000000,6,2,0,'Execute scheduled task: 清除舊課程某段期程 (core\\task\\session_cleanup_task)\n... started 22:09:01. Current memory use 20.5 MB.\n... used 8 dbqueries\n... used 0.034428119659424 seconds\nScheduled task complete: 清除舊課程某段期程 (core\\task\\session_cleanup_task)\n','pplmvsvm',1366217),(32956956,0,'moodle','core\\task\\send_new_user_passwords_task',0,1773151741.6303000000,1773151741.6321000000,1,0,0,'Execute scheduled task: 送出新的用戶密碼 (core\\task\\send_new_user_passwords_task)\n... started 22:09:01. Current memory use 21.8 MB.\n... used 1 dbqueries\n... used 0.0006251335144043 seconds\nScheduled task complete: 送出新的用戶密碼 (core\\task\\send_new_user_passwords_task)\n','pplmvsvm',1366217),(32956957,0,'moodle','core\\task\\send_failed_login_notifications_task',0,1773151741.6866000000,1773151741.6884000000,0,0,0,'Execute scheduled task: 通知登入失敗 (core\\task\\send_failed_login_notifications_task)\n... started 22:09:01. Current memory use 21.9 MB.\n... used 0 dbqueries\n... used 9.8943710327148E-5 seconds\nScheduled task complete: 通知登入失敗 (core\\task\\send_failed_login_notifications_task)\n','pplmvsvm',1366217),(32956958,0,'moodle','core\\task\\legacy_plugin_cron_task',0,1773151741.7459000000,1773151741.7733000000,2,0,0,'Execute scheduled task: 外掛套件的舊有排程處理 (core\\task\\legacy_plugin_cron_task)\n... started 22:09:01. Current memory use 21.9 MB.\nRunning auth crons if required...\nRunning enrol crons if required...\nStarting activity modules\nFinished activity modules\nStarting blocks\nFinished blocks\nStarting admin reports\nFinished admin reports\nStarting course reports\nFinished course reports\nStarting gradebook plugins\nFinished gradebook plugins\n... used 2 dbqueries\n... used 0.026341915130615 seconds\nScheduled task complete: 外掛套件的舊有排程處理 (core\\task\\legacy_plugin_cron_task)\n','pplmvsvm',1366217),(32956959,0,'moodle','core\\task\\grade_cron_task',0,1773151741.8330000000,1773151741.8351000000,2,0,0,'Execute scheduled task: 成績簿的後台處理 (core\\task\\grade_cron_task)\n... started 22:09:01. Current memory use 25.6 MB.\n... used 2 dbqueries\n... used 0.00098013877868652 seconds\nScheduled task complete: 成績簿的後台處理 (core\\task\\grade_cron_task)\n','pplmvsvm',1366217),(32956960,0,'moodle','core\\task\\completion_regular_task',0,1773151741.9025000000,1773151741.9119000000,6,0,0,'Execute scheduled task: 計算正常完成的資料 (core\\task\\completion_regular_task)\n... started 22:09:01. Current memory use 25.6 MB.\nRunning completion_criteria_date->cron()\nRunning completion_criteria_activity->cron()\nRunning completion_criteria_duration->cron()\nRunning completion_criteria_grade->cron()\nRunning completion_criteria_course->cron()\nAggregating completions\n... used 6 dbqueries\n... used 0.008307933807373 seconds\nScheduled task complete: 計算正常完成的資料 (core\\task\\completion_regular_task)\n','pplmvsvm',1366217),(32956961,0,'moodle','core\\task\\portfolio_cron_task',0,1773151741.9637000000,1773151741.9664000000,0,0,0,'Execute scheduled task: 學習歷程檔案外掛套件後台處理 (core\\task\\portfolio_cron_task)\n... started 22:09:01. Current memory use 26.1 MB.\n... used 0 dbqueries\n... used 9.5129013061523E-5 seconds\nScheduled task complete: 學習歷程檔案外掛套件後台處理 (core\\task\\portfolio_cron_task)\n','pplmvsvm',1366217),(32956962,0,'moodle','core\\task\\plagiarism_cron_task',0,1773151742.0318000000,1773151742.0333000000,0,0,0,'